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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0077_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0077_suffix-bold_task-narratives" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-02/func/sub-0077_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5d8718fdeac32e2e003af543294e2d9f</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>21:20:24.952500</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.999572, -0.0250743, 0.0150649, 0.0247781, 0.999502, 0.0195314]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0854672</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7724, -7290, 825, -29, -140, -98, 28]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ec3f463-43ae-465f-86c2-10bd4c24206d||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.681778907775879, 0.066477932035923, 0.041977208107709885, 111.59534454345703], [0.06727239489555359, 2.681591272354126, 0.05170442909002304, -98.89216613769531], [0.04041796922683716, -0.05240138992667198, 2.699178457260132, -77.53936767578125], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1298]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['212024.952500', '212025.412500', '212025.872500', '212026.332500', '212026.792500', '212027.252500', '212027.712500', '212028.172500', '212028.632500', '212029.092500', '212029.552500', '212030.012500', '212030.472500', '212030.932500', '212031.392500', '212031.852500', '212032.312500', '212032.772500', '212033.232500', '212033.692500', '212034.152500', '212034.612500', '212035.072500', '212035.532500', '212035.992500', '212036.452500', '212036.912500', '212037.372500', '212037.832500', '212038.292500', '212038.752500', '212039.212500', '212039.672500', '212040.132500', '212040.592500', '212041.052500', '212041.512500', '212041.972500', '212042.432500', '212042.892500', '212043.352500', '212043.812500', '212044.272500', '212044.732500', '212045.192500', '212045.652500', '212046.112500', '212046.572500', '212047.032500', '212047.492500', '212047.952500', '212048.412500', '212048.872500', '212049.332500', '212049.792500', '212050.252500', '212050.712500', '212051.172500', '212051.632500', '212052.092500', '212052.552500', '212053.012500', '212053.472500', '212053.932500', '212054.392500', '212054.852500', '212055.312500', '212055.772500', '212056.232500', '212056.692500', '212057.152500', '212057.612500', '212058.072500', '212058.532500', '212058.992500', '212059.452500', '212059.912500', '212100.372500', '212100.832500', '212101.292500', '212101.752500', '212102.212500', '212102.672500', '212103.132500', '212103.592500', '212104.052500', '212104.512500', '212104.972500', '212105.432500', '212105.892500', '212106.352500', '212106.812500', '212107.272500', '212107.732500', '212108.192500', '212108.652500', '212109.112500', '212109.572500', '212110.032500', '212110.492500', '212110.952500', '212111.412500', '212111.872500', '212112.332500', '212112.792500', '212113.252500', '212113.712500', '212114.172500', '212114.632500', '212115.092500', '212115.552500', '212116.012500', '212116.472500', '212116.932500', '212117.392500', '212117.852500', '212118.312500', '212118.772500', '212119.232500', '212119.692500', '212120.152500', '212120.612500', '212121.072500', '212121.532500', '212121.992500', '212122.452500', '212122.912500', '212123.372500', '212123.832500', '212124.292500', '212124.752500', '212125.212500', '212125.672500', '212126.132500', '212126.592500', '212127.052500', '212127.512500', '212127.972500', '212128.432500', '212128.892500', '212129.352500', '212129.812500', '212130.272500', '212130.732500', '212131.192500', '212131.652500', '212132.112500', '212132.572500', '212133.032500', '212133.492500', '212133.952500', '212134.412500', '212134.872500', '212135.332500', '212135.792500', '212136.252500', '212136.712500', '212137.172500', '212137.632500', '212138.092500', '212138.552500', '212139.012500', '212139.472500', '212139.932500', '212140.392500', '212140.852500', '212141.312500', '212141.772500', '212142.232500', '212142.692500', '212143.152500', '212143.612500', '212144.072500', '212144.532500', '212144.992500', '212145.452500', '212145.912500', '212146.372500', '212146.832500', '212147.292500', '212147.752500', '212148.212500', '212148.672500', '212149.132500', '212149.592500', '212150.052500', '212150.512500', '212150.972500', '212151.432500', '212151.892500', '212152.352500', '212152.812500', '212153.272500', '212153.732500', '212154.192500', '212154.652500', '212155.112500', '212155.572500', '212156.032500', '212156.492500', '212156.952500', '212157.412500', '212157.872500', '212158.332500', '212158.792500', '212159.252500', '212159.712500', '212200.172500', '212200.632500', '212201.092500', '212201.552500', '212202.012500', '212202.472500', '212202.932500', '212203.392500', '212203.852500', '212204.312500', '212204.772500', '212205.232500', '212205.692500', '212206.152500', '212206.612500', '212207.072500', '212207.532500', '212207.992500', '212208.452500', '212208.912500', '212209.372500', '212209.832500', '212210.292500', '212210.752500', '212211.212500', '212211.672500', '212212.132500', '212212.592500', '212213.052500', '212213.512500', '212213.972500', '212214.432500', '212214.892500', '212215.352500', '212215.812500', '212216.272500', '212216.732500', '212217.192500', '212217.652500', '212218.112500', '212218.572500', '212219.032500', '212219.492500', '212219.952500', '212220.412500', '212220.872500', '212221.332500', '212221.792500', '212222.252500', '212222.712500', '212223.172500', '212223.632500', '212224.092500', '212224.552500', '212225.012500', '212225.472500', '212225.932500', '212226.392500', '212226.852500', '212227.312500', '212227.772500', '212228.232500', '212228.692500', '212229.152500', '212229.612500', '212230.072500', '212230.532500', '212230.992500', '212231.452500', '212231.912500', '212232.372500', '212232.832500', '212233.292500', '212233.752500', '212234.212500', '212234.672500', '212235.132500', '212235.592500', '212236.052500', '212236.512500', '212236.972500', '212237.432500', '212237.892500', '212238.352500', '212238.812500', '212239.272500', '212239.732500', '212240.192500', '212240.652500', '212241.112500', '212241.572500', '212242.032500', '212242.492500', '212242.952500', '212243.412500', '212243.872500', '212244.332500', '212244.792500', '212245.252500', '212245.712500', '212246.172500', '212246.632500', '212247.092500', '212247.552500', '212248.012500', '212248.472500', '212248.932500', '212249.392500', '212249.852500', '212250.312500', '212250.772500', '212251.232500', '212251.692500', '212252.152500', '212252.612500', '212253.072500', '212253.532500', '212253.992500', '212254.452500', '212254.912500', '212255.372500', '212255.832500', '212256.292500', '212256.752500', '212257.212500', '212257.672500', '212258.132500', '212258.592500', '212259.052500', '212259.512500', '212259.972500', '212300.432500', '212300.892500', '212301.352500', '212301.812500', '212302.272500', '212302.732500', '212303.192500', '212303.652500', '212304.112500', '212304.572500', '212305.032500', '212305.492500', '212305.952500', '212306.412500', '212306.872500', '212307.332500', '212307.792500', '212308.252500', '212308.712500', '212309.172500', '212309.632500', '212310.092500', '212310.552500', '212311.012500', '212311.472500', '212311.932500', '212312.392500', '212312.852500', '212313.312500', '212313.772500', '212314.232500', '212314.692500', '212315.152500', '212315.612500', '212316.072500', '212316.532500', '212316.992500', '212317.452500', '212317.912500', '212318.372500', '212318.832500', '212319.292500', '212319.752500', '212320.212500', '212320.672500', '212321.132500', '212321.592500', '212322.052500', '212322.512500', '212322.972500', '212323.432500', '212323.892500', '212324.352500', '212324.812500', '212325.272500', '212325.732500', '212326.192500', '212326.652500', '212327.112500', '212327.572500', '212328.032500', '212328.492500', '212328.952500', '212329.412500', '212329.872500', '212330.332500', '212330.792500', '212331.252500', '212331.712500', '212332.172500', '212332.632500', '212333.092500', '212333.552500', '212334.012500', '212334.472500', '212334.932500', '212335.392500', '212335.852500', '212336.312500', '212336.772500', '212337.232500', '212337.692500', '212338.152500', '212338.612500', '212339.072500', '212339.532500', '212339.992500', '212340.452500', '212340.912500', '212341.372500', '212341.832500', '212342.292500', '212342.752500', '212343.212500', '212343.672500', '212344.132500', '212344.592500', '212345.052500', '212345.512500', '212345.972500', '212346.432500', '212346.892500', '212347.352500', '212347.812500', '212348.272500', '212348.732500', '212349.192500', '212349.652500', '212350.112500', '212350.572500', '212351.032500', '212351.492500', '212351.952500', '212352.412500', '212352.872500', '212353.332500', '212353.792500', '212354.252500', '212354.712500', '212355.172500', '212355.632500', '212356.092500', '212356.552500', '212357.012500', '212357.472500', '212357.932500', '212358.392500', '212358.852500', '212359.312500', '212359.772500', '212400.232500', '212400.692500', '212401.152500', '212401.612500', '212402.072500', '212402.532500', '212402.992500', '212403.452500', '212403.912500', '212404.372500', '212404.832500', '212405.292500', '212405.752500', '212406.212500', '212406.672500', '212407.132500', '212407.592500', '212408.052500', '212408.512500', '212408.972500', '212409.432500', '212409.892500', '212410.352500', '212410.812500', '212411.272500', '212411.732500', '212412.192500', '212412.652500', '212413.112500', '212413.572500', '212414.032500', '212414.492500', '212414.952500', '212415.412500', '212415.872500', '212416.332500', '212416.792500', '212417.252500', '212417.712500', '212418.172500', '212418.632500', '212419.092500', '212419.552500', '212420.012500', '212420.472500', '212420.932500', '212421.392500', '212421.852500', '212422.312500', '212422.772500', '212423.232500', '212423.692500', '212424.152500', '212424.612500', '212425.072500', '212425.532500', '212425.992500', '212426.452500', '212426.912500', '212427.372500', '212427.832500', '212428.292500', '212428.752500', '212429.212500', '212429.672500', '212430.132500', '212430.592500', '212431.052500', '212431.512500', '212431.972500', '212432.432500', '212432.892500', '212433.352500', '212433.812500', '212434.272500', '212434.732500', '212435.192500', '212435.652500', '212436.112500', '212436.572500', '212437.032500', '212437.492500', '212437.952500', '212438.412500', '212438.872500', '212439.332500', '212439.792500', '212440.252500', '212440.712500', '212441.172500', '212441.632500', '212442.092500', '212442.552500', '212443.012500', '212443.472500', '212443.932500', '212444.392500', '212444.852500', '212445.312500', '212445.772500', '212446.232500', '212446.692500', '212447.152500', '212447.612500', '212448.072500', '212448.532500', '212448.992500', '212449.452500', '212449.912500', '212450.372500', '212450.832500', '212451.292500', '212451.752500', '212452.212500', '212452.672500', '212453.132500', '212453.592500', '212454.052500', '212454.512500', '212454.972500', '212455.432500', '212455.892500', '212456.352500', '212456.812500', '212457.272500', '212457.732500', '212458.192500', '212458.652500', '212459.112500', '212459.572500', '212500.032500', '212500.492500', '212500.952500', '212501.412500', '212501.872500', '212502.332500', '212502.792500', '212503.252500', '212503.712500', '212504.172500', '212504.632500', '212505.092500', '212505.552500', '212506.012500', '212506.472500', '212506.932500', '212507.392500', '212507.852500', '212508.312500', '212508.772500', '212509.232500', '212509.692500', '212510.152500', '212510.612500', '212511.072500', '212511.532500', '212511.992500', '212512.452500', '212512.912500', '212513.372500', '212513.832500', '212514.292500', '212514.752500', '212515.212500', '212515.672500', '212516.132500', '212516.592500', '212517.052500', '212517.512500', '212517.972500', '212518.432500', '212518.892500', '212519.352500', '212519.812500', '212520.272500', '212520.732500', '212521.192500', '212521.652500', '212522.112500', '212522.572500', '212523.032500', '212523.492500', '212523.952500', '212524.412500', '212524.872500', '212525.332500', '212525.792500', '212526.252500', '212526.712500', '212527.172500', '212527.632500', '212528.092500', '212528.552500', '212529.012500', '212529.472500', '212529.932500', '212530.392500', '212530.852500', '212531.312500', '212531.772500', '212532.232500', '212532.692500', '212533.152500', '212533.612500', '212534.072500', '212534.532500', '212534.992500', '212535.452500', '212535.912500', '212536.372500', '212536.832500', '212537.292500', '212537.752500', '212538.212500', '212538.672500', '212539.132500', '212539.592500', '212540.052500', '212540.512500', '212540.972500', '212541.432500', '212541.892500', '212542.352500', '212542.812500', '212543.272500', '212543.732500', '212544.192500', '212544.652500', '212545.112500', '212545.572500', '212546.032500', '212546.492500', '212546.952500', '212547.412500', '212547.872500', '212548.332500', '212548.792500', '212549.252500', '212549.712500', '212550.172500', '212550.632500', '212551.092500', '212551.552500', '212552.012500', '212552.472500', '212552.932500', '212553.392500', '212553.852500', '212554.312500', '212554.772500', '212555.232500', '212555.692500', '212556.152500', '212556.612500', '212557.072500', '212557.532500', '212557.992500', '212558.452500', '212558.912500', '212559.372500', '212559.832500', '212600.292500', '212600.752500', '212601.212500', '212601.672500', '212602.132500', '212602.592500', '212603.052500', '212603.512500', '212603.972500', '212604.432500', '212604.892500', '212605.352500', '212605.812500', '212606.272500', '212606.732500', '212607.192500', '212607.652500', '212608.112500', '212608.572500', '212609.032500', '212609.492500', '212609.952500', '212610.412500', '212610.872500', '212611.332500', '212611.792500', '212612.252500', '212612.712500', '212613.172500', '212613.632500', '212614.092500', '212614.552500', '212615.012500', '212615.472500', '212615.932500', '212616.392500', '212616.852500', '212617.312500', '212617.772500', '212618.232500', '212618.692500', '212619.152500', '212619.612500', '212620.072500', '212620.532500', '212620.992500', '212621.452500', '212621.912500', '212622.372500', '212622.832500', '212623.292500', '212623.752500', '212624.212500', '212624.672500', '212625.132500', '212625.592500', '212626.052500', '212626.512500', '212626.972500', '212627.432500', '212627.892500', '212628.352500', '212628.812500', '212629.272500', '212629.732500', '212630.192500', '212630.652500', '212631.112500', '212631.572500', '212632.032500', '212632.492500', '212632.952500', '212633.412500', '212633.872500', '212634.332500', '212634.792500', '212635.252500', '212635.712500', '212636.172500', '212636.632500', '212637.092500', '212637.552500', '212638.012500', '212638.472500', '212638.932500', '212639.392500', '212639.852500', '212640.312500', '212640.772500', '212641.232500', '212641.692500', '212642.152500', '212642.612500', '212643.072500', '212643.532500', '212643.992500', '212644.452500', '212644.912500', '212645.372500', '212645.832500', '212646.292500', '212646.752500', '212647.212500', '212647.672500', '212648.132500', '212648.592500', '212649.052500', '212649.512500', '212649.972500', '212650.432500', '212650.892500', '212651.352500', '212651.812500', '212652.272500', '212652.732500', '212653.192500', '212653.652500', '212654.112500', '212654.572500', '212655.032500', '212655.492500', '212655.952500', '212656.412500', '212656.872500', '212657.332500', '212657.792500', '212658.252500', '212658.712500', '212659.172500', '212659.632500', '212700.092500', '212700.552500', '212701.012500', '212701.472500', '212701.932500', '212702.392500', '212702.852500', '212703.312500', '212703.772500', '212704.232500', '212704.692500', '212705.152500', '212705.612500', '212706.072500', '212706.532500', '212706.992500', '212707.452500', '212707.912500', '212708.372500', '212708.832500', '212709.292500', '212709.752500', '212710.212500', '212710.672500', '212711.132500', '212711.592500', '212712.052500', '212712.512500', '212712.972500', '212713.432500', '212713.892500', '212714.352500', '212714.812500', '212715.272500', '212715.732500', '212716.192500', '212716.652500', '212717.112500', '212717.572500', '212718.032500', '212718.492500', '212718.952500', '212719.412500', '212719.872500', '212720.332500', '212720.792500', '212721.252500', '212721.712500', '212722.172500', '212722.632500', '212723.092500', '212723.552500', '212724.012500', '212724.472500', '212724.932500', '212725.392500', '212725.852500', '212726.312500', '212726.772500', '212727.232500', '212727.692500', '212728.152500', '212728.612500', '212729.072500', '212729.532500', '212729.992500', '212730.452500', '212730.912500', '212731.372500', '212731.832500', '212732.292500', '212732.752500', '212733.212500', '212733.672500', '212734.132500', '212734.592500', '212735.052500', '212735.512500', '212735.972500', '212736.432500', '212736.892500', '212737.352500', '212737.812500', '212738.272500', '212738.732500', '212739.192500', '212739.652500', '212740.112500', '212740.572500', '212741.032500', '212741.492500', '212741.952500', '212742.412500', '212742.872500', '212743.332500', '212743.792500', '212744.252500', '212744.712500', '212745.172500', '212745.632500', '212746.092500', '212746.552500', '212747.012500', '212747.472500', '212747.932500', '212748.392500', '212748.852500', '212749.312500', '212749.772500', '212750.232500', '212750.692500', '212751.152500', '212751.612500', '212752.072500', '212752.532500', '212752.992500', '212753.452500', '212753.912500', '212754.372500', '212754.832500', '212755.292500', '212755.752500', '212756.212500', '212756.672500', '212757.132500', '212757.592500', '212758.052500', '212758.512500', '212758.972500', '212759.432500', '212759.892500', '212800.352500', '212800.812500', '212801.272500', '212801.732500', '212802.192500', '212802.652500', '212803.112500', '212803.572500', '212804.032500', '212804.492500', '212804.952500', '212805.412500', '212805.872500', '212806.332500', '212806.792500', '212807.252500', '212807.712500', '212808.172500', '212808.632500', '212809.092500', '212809.552500', '212810.012500', '212810.472500', '212810.932500', '212811.392500', '212811.852500', '212812.312500', '212812.772500', '212813.232500', '212813.692500', '212814.152500', '212814.612500', '212815.072500', '212815.532500', '212815.992500', '212816.452500', '212816.912500', '212817.372500', '212817.832500', '212818.292500', '212818.752500', '212819.212500', '212819.672500', '212820.132500', '212820.592500', '212821.052500', '212821.512500', '212821.972500', '212822.432500', '212822.892500', '212823.352500', '212823.812500', '212824.272500', '212824.732500', '212825.192500', '212825.652500', '212826.112500', '212826.572500', '212827.032500', '212827.492500', '212827.952500', '212828.412500', '212828.872500', '212829.332500', '212829.792500', '212830.252500', '212830.712500', '212831.172500', '212831.632500', '212832.092500', '212832.552500', '212833.012500', '212833.472500', '212833.932500', '212834.392500', '212834.852500', '212835.312500', '212835.772500', '212836.232500', '212836.692500', '212837.152500', '212837.612500', '212838.072500', '212838.532500', '212838.992500', '212839.452500', '212839.912500', '212840.372500', '212840.832500', '212841.292500', '212841.752500', '212842.212500', '212842.672500', '212843.132500', '212843.592500', '212844.052500', '212844.512500', '212844.972500', '212845.432500', '212845.892500', '212846.352500', '212846.812500', '212847.272500', '212847.732500', '212848.192500', '212848.652500', '212849.112500', '212849.572500', '212850.032500', '212850.492500', '212850.952500', '212851.412500', '212851.872500', '212852.332500', '212852.792500', '212853.252500', '212853.712500', '212854.172500', '212854.632500', '212855.092500', '212855.552500', '212856.012500', '212856.472500', '212856.932500', '212857.392500', '212857.852500', '212858.312500', '212858.772500', '212859.232500', '212859.692500', '212900.152500', '212900.612500', '212901.072500', '212901.532500', '212901.992500', '212902.452500', '212902.912500', '212903.372500', '212903.832500', '212904.292500', '212904.752500', '212905.212500', '212905.672500', '212906.132500', '212906.592500', '212907.052500', '212907.512500', '212907.972500', '212908.432500', '212908.892500', '212909.352500', '212909.812500', '212910.272500', '212910.732500', '212911.192500', '212911.652500', '212912.112500', '212912.572500', '212913.032500', '212913.492500', '212913.952500', '212914.412500', '212914.872500', '212915.332500', '212915.792500', '212916.252500', '212916.712500', '212917.172500', '212917.632500', '212918.092500', '212918.552500', '212919.012500', '212919.472500', '212919.932500', '212920.392500', '212920.852500', '212921.312500', '212921.772500', '212922.232500', '212922.692500', '212923.152500', '212923.612500', '212924.072500', '212924.532500', '212924.992500', '212925.452500', '212925.912500', '212926.372500', '212926.832500', '212927.292500', '212927.752500', '212928.212500', '212928.672500', '212929.132500', '212929.592500', '212930.052500', '212930.512500', '212930.972500', '212931.432500', '212931.892500', '212932.352500', '212932.812500', '212933.272500', '212933.732500', '212934.192500', '212934.652500', '212935.112500', '212935.572500', '212936.032500', '212936.492500', '212936.952500', '212937.412500', '212937.872500', '212938.332500', '212938.792500', '212939.252500', '212939.712500', '212940.172500', '212940.632500', '212941.092500', '212941.552500', '212942.012500', '212942.472500', '212942.932500', '212943.392500', '212943.852500', '212944.312500', '212944.772500', '212945.232500', '212945.692500', '212946.152500', '212946.612500', '212947.072500', '212947.532500', '212947.992500', '212948.452500', '212948.912500', '212949.372500', '212949.832500', '212950.292500', '212950.752500', '212951.212500', '212951.672500', '212952.132500', '212952.592500', '212953.052500', '212953.512500', '212953.972500', '212954.432500', '212954.892500', '212955.352500', '212955.812500', '212956.272500', '212956.732500', '212957.192500', '212957.652500', '212958.112500', '212958.572500', '212959.032500', '212959.492500', '212959.952500', '213000.412500', '213000.872500', '213001.332500', '213001.792500', '213002.252500', '213002.712500', '213003.172500', '213003.632500', '213004.092500', '213004.552500', '213005.012500', '213005.472500', '213005.932500', '213006.392500', '213006.852500', '213007.312500', '213007.772500', '213008.232500', '213008.692500', '213009.152500', '213009.612500', '213010.072500', '213010.532500', '213010.992500', '213011.452500', '213011.912500', '213012.372500', '213012.832500', '213013.292500', '213013.752500', '213014.212500', '213014.672500', '213015.132500', '213015.592500', '213016.052500', '213016.512500', '213016.972500', '213017.432500', '213017.892500', '213018.352500', '213018.812500', '213019.272500', '213019.732500', '213020.192500', '213020.652500', '213021.112500', '213021.572500'], 'ContentTime': ['212036.593000', '212036.597000', '212036.600000', '212036.602000', '212036.605000', '212036.608000', '212036.610000', '212036.613000', '212036.615000', '212036.618000', '212036.620000', '212036.623000', '212036.626000', '212036.636000', '212036.639000', '212036.642000', '212036.644000', '212036.647000', '212036.649000', '212036.660000', '212036.662000', '212036.665000', '212036.668000', '212056.562000', '212056.565000', '212056.568000', '212056.570000', '212056.573000', '212056.576000', '212056.578000', '212056.581000', '212056.584000', '212056.591000', '212056.594000', '212056.596000', '212056.599000', '212056.601000', '212056.604000', '212056.607000', '212056.609000', '212056.612000', '212056.614000', '212056.617000', '212056.619000', '212056.622000', '212056.625000', '212056.627000', '212056.630000', '212056.632000', '212056.635000', '212056.637000', '212056.640000', '212056.643000', '212056.645000', '212056.648000', '212056.650000', '212056.653000', '212056.656000', '212056.658000', '212056.661000', '212056.663000', '212056.666000', '212056.668000', '212056.671000', '212056.681000', '212056.683000', '212116.562000', '212116.565000', '212116.568000', '212116.571000', '212116.573000', '212116.576000', '212116.578000', '212116.581000', '212116.584000', '212116.586000', '212116.589000', '212116.591000', '212116.594000', '212116.597000', '212116.599000', '212116.602000', '212116.604000', '212116.607000', '212116.610000', '212116.612000', '212116.615000', '212116.618000', '212116.620000', '212116.623000', '212116.625000', '212116.628000', '212116.630000', '212116.633000', '212116.636000', '212116.638000', '212116.641000', '212116.643000', '212116.646000', '212116.649000', '212116.651000', '212116.654000', '212116.656000', '212116.659000', '212116.661000', '212116.664000', '212116.666000', '212116.669000', '212116.672000', '212116.674000', '212136.562000', '212136.565000', '212136.568000', '212136.571000', '212136.573000', '212136.576000', '212136.578000', '212136.581000', '212136.584000', '212136.586000', '212136.589000', '212136.591000', '212136.594000', '212136.597000', '212136.600000', '212136.602000', '212136.605000', '212136.608000', '212136.610000', '212136.613000', '212136.615000', '212136.618000', '212136.621000', '212136.623000', '212136.626000', '212136.628000', '212136.631000', '212136.633000', '212136.636000', '212136.639000', '212136.641000', '212136.644000', '212136.646000', '212136.649000', '212136.652000', '212136.654000', '212136.657000', '212136.659000', '212136.662000', '212136.664000', '212136.668000', '212136.670000', '212136.673000', '212156.563000', '212156.565000', '212156.568000', '212156.571000', '212156.573000', '212156.576000', '212156.579000', '212156.581000', '212156.584000', '212156.586000', '212156.589000', '212156.591000', '212156.594000', '212156.597000', '212156.599000', '212156.602000', '212156.604000', '212156.607000', '212156.610000', '212156.612000', '212156.615000', '212156.617000', '212156.620000', '212156.623000', '212156.625000', '212156.628000', '212156.630000', '212156.633000', '212156.636000', '212156.638000', '212156.641000', '212156.644000', '212156.646000', '212156.649000', '212156.652000', '212156.654000', '212156.657000', '212156.659000', '212156.662000', '212156.664000', '212156.667000', '212156.670000', '212156.672000', '212156.675000', '212216.563000', '212216.566000', '212216.568000', '212216.571000', '212216.573000', '212216.576000', '212216.578000', '212216.581000', '212216.584000', '212216.586000', '212216.589000', '212216.592000', '212216.594000', '212216.597000', '212216.599000', '212216.602000', '212216.605000', '212216.607000', '212216.610000', '212216.612000', '212216.615000', '212216.617000', '212216.620000', '212216.623000', '212216.625000', '212216.628000', '212216.630000', '212216.633000', '212216.636000', '212216.647000', '212216.649000', '212216.652000', '212216.655000', '212216.657000', '212216.660000', '212216.663000', '212216.665000', '212216.668000', '212216.670000', '212216.673000', '212216.675000', '212216.678000', '212216.681000', '212236.562000', '212236.565000', '212236.568000', '212236.571000', '212236.573000', '212236.576000', '212236.578000', '212236.581000', '212236.583000', '212236.586000', '212236.589000', '212236.591000', '212236.594000', '212236.596000', '212236.599000', '212236.602000', '212236.604000', '212236.607000', '212236.610000', '212236.612000', '212236.615000', '212236.617000', '212236.620000', '212236.623000', '212236.625000', '212236.628000', '212236.630000', '212236.633000', '212236.636000', '212236.638000', '212236.641000', '212236.643000', '212236.646000', '212236.649000', '212236.651000', '212236.654000', '212236.656000', '212236.659000', '212236.662000', '212236.664000', '212236.667000', '212236.669000', '212236.672000', '212236.675000', '212256.561000', '212256.564000', '212256.567000', '212256.570000', '212256.572000', '212256.575000', '212256.577000', '212256.580000', '212256.582000', '212256.585000', '212256.588000', '212256.590000', '212256.593000', '212256.596000', '212256.598000', '212256.601000', '212256.603000', '212256.606000', '212256.609000', '212256.611000', '212256.614000', '212256.616000', '212256.619000', '212256.621000', '212256.624000', '212256.627000', '212256.629000', '212256.632000', '212256.635000', '212256.637000', '212256.640000', '212256.642000', '212256.645000', '212256.648000', '212256.650000', '212256.653000', '212256.655000', '212256.658000', '212256.660000', '212256.663000', '212256.666000', '212256.668000', '212256.671000', '212316.562000', '212316.565000', '212316.568000', '212316.570000', '212316.573000', '212316.576000', '212316.578000', '212316.581000', '212316.583000', '212316.586000', '212316.589000', '212316.591000', '212316.594000', '212316.596000', '212316.599000', '212316.602000', '212316.604000', '212316.607000', '212316.609000', '212316.612000', '212316.615000', '212316.617000', '212316.620000', '212316.622000', '212316.625000', '212316.627000', '212316.630000', '212316.633000', '212316.635000', '212316.638000', '212316.641000', '212316.643000', '212316.646000', '212316.648000', '212316.651000', '212316.653000', '212316.656000', '212316.659000', '212316.661000', '212316.664000', '212316.666000', '212316.669000', '212316.672000', '212316.674000', '212336.562000', '212336.565000', '212336.568000', '212336.571000', '212336.573000', '212336.576000', '212336.578000', '212336.581000', '212336.583000', '212336.586000', '212336.589000', '212336.591000', '212336.594000', '212336.597000', '212336.599000', '212336.602000', '212336.604000', '212336.607000', '212336.610000', '212336.612000', '212336.615000', '212336.618000', '212336.620000', '212336.623000', '212336.625000', '212336.628000', '212336.630000', '212336.633000', '212336.636000', '212336.638000', '212336.641000', '212336.643000', '212336.646000', '212336.648000', '212336.651000', '212336.654000', '212336.656000', '212336.659000', '212336.662000', '212336.665000', '212336.668000', '212336.670000', '212336.673000', '212356.562000', '212356.565000', '212356.568000', '212356.571000', '212356.573000', '212356.576000', '212356.579000', '212356.581000', '212356.592000', '212356.594000', '212356.597000', '212356.600000', '212356.602000', '212356.605000', '212356.608000', '212356.610000', '212356.613000', '212356.615000', '212356.618000', '212356.621000', '212356.623000', '212356.626000', '212356.628000', '212356.631000', '212356.633000', '212356.646000', '212356.648000', '212356.651000', '212356.653000', '212356.656000', '212356.659000', '212356.661000', '212356.664000', '212356.666000', '212356.669000', '212356.672000', '212356.674000', '212356.677000', '212356.679000', '212356.682000', '212356.685000', '212356.687000', '212356.690000', '212356.692000', '212416.562000', '212416.565000', '212416.568000', '212416.571000', '212416.573000', '212416.576000', '212416.578000', '212416.581000', '212416.584000', '212416.586000', '212416.589000', '212416.592000', '212416.594000', '212416.597000', '212416.599000', '212416.602000', '212416.605000', '212416.607000', '212416.610000', '212416.612000', '212416.615000', '212416.618000', '212416.620000', '212416.623000', '212416.625000', '212416.628000', '212416.631000', '212416.633000', '212416.636000', '212416.638000', '212416.641000', '212416.644000', '212416.646000', '212416.649000', '212416.651000', '212416.654000', '212416.657000', '212416.659000', '212416.662000', '212416.664000', '212416.667000', '212416.670000', '212416.672000', '212436.562000', '212436.565000', '212436.568000', '212436.570000', '212436.573000', '212436.576000', '212436.578000', '212436.581000', '212436.583000', '212436.586000', '212436.589000', '212436.591000', '212436.594000', '212436.597000', '212436.599000', '212436.602000', '212436.605000', '212436.607000', '212436.610000', '212436.612000', '212436.615000', '212436.618000', '212436.620000', '212436.623000', '212436.625000', '212436.628000', '212436.631000', '212436.633000', '212436.636000', '212436.639000', '212436.641000', '212436.644000', '212436.646000', '212436.649000', '212436.652000', '212436.654000', '212436.657000', '212436.659000', '212436.662000', '212436.665000', '212436.667000', '212436.670000', '212436.672000', '212436.675000', '212456.563000', '212456.565000', '212456.568000', '212456.571000', '212456.573000', '212456.576000', '212456.578000', '212456.581000', '212456.584000', '212456.586000', '212456.589000', '212456.592000', '212456.594000', '212456.597000', '212456.600000', '212456.602000', '212456.605000', '212456.607000', '212456.610000', '212456.613000', '212456.615000', '212456.618000', '212456.620000', '212456.623000', '212456.626000', '212456.628000', '212456.631000', '212456.633000', '212456.636000', '212456.638000', '212456.641000', '212456.644000', '212456.646000', '212456.649000', '212456.651000', '212456.654000', '212456.657000', '212456.659000', '212456.662000', '212456.664000', '212456.667000', '212456.669000', '212456.673000', '212516.561000', '212516.564000', '212516.567000', '212516.570000', '212516.572000', '212516.575000', '212516.578000', '212516.580000', '212516.583000', '212516.585000', '212516.588000', '212516.591000', '212516.593000', '212516.596000', '212516.599000', '212516.602000', '212516.604000', '212516.607000', '212516.609000', '212516.612000', '212516.615000', '212516.617000', '212516.620000', '212516.623000', '212516.625000', '212516.628000', '212516.630000', '212516.633000', '212516.636000', '212516.638000', '212516.641000', '212516.644000', '212516.646000', '212516.649000', '212516.651000', '212516.682000', '212516.685000', '212516.688000', '212516.690000', '212516.693000', '212516.695000', '212516.698000', '212516.701000', '212516.703000', '212536.563000', '212536.565000', '212536.568000', '212536.571000', '212536.573000', '212536.576000', '212536.579000', '212536.581000', '212536.584000', '212536.586000', '212536.589000', '212536.592000', '212536.595000', '212536.597000', '212536.600000', '212536.602000', '212536.605000', '212536.608000', '212536.610000', '212536.613000', '212536.615000', '212536.618000', '212536.621000', '212536.623000', '212536.626000', '212536.629000', '212536.631000', '212536.634000', '212536.636000', '212536.639000', '212536.641000', '212536.644000', '212536.647000', '212536.649000', '212536.652000', '212536.654000', '212536.657000', '212536.660000', '212536.662000', '212536.665000', '212536.668000', '212536.670000', '212536.673000', '212556.562000', '212556.565000', '212556.568000', '212556.571000', '212556.573000', '212556.576000', '212556.579000', '212556.581000', '212556.584000', '212556.587000', '212556.589000', '212556.592000', '212556.594000', '212556.597000', '212556.600000', '212556.602000', '212556.605000', '212556.607000', '212556.610000', '212556.613000', '212556.615000', '212556.618000', '212556.621000', '212556.623000', '212556.626000', '212556.629000', '212556.631000', '212556.634000', '212556.636000', '212556.639000', '212556.641000', '212556.644000', '212556.647000', '212556.649000', '212556.652000', '212556.655000', '212556.657000', '212556.660000', '212556.662000', '212556.665000', '212556.668000', '212556.670000', '212556.673000', '212556.675000', '212616.563000', '212616.565000', '212616.568000', '212616.571000', '212616.573000', '212616.576000', '212616.579000', '212616.581000', '212616.584000', '212616.586000', '212616.589000', '212616.592000', '212616.594000', '212616.597000', '212616.600000', '212616.602000', '212616.605000', '212616.607000', '212616.610000', '212616.613000', '212616.615000', '212616.618000', '212616.621000', '212616.623000', '212616.626000', '212616.628000', '212616.631000', '212616.634000', '212616.636000', '212616.639000', '212616.641000', '212616.644000', '212616.647000', '212616.649000', '212616.652000', '212616.654000', '212616.657000', '212616.660000', '212616.662000', '212616.665000', '212616.667000', '212616.670000', '212616.672000', '212636.563000', '212636.566000', '212636.568000', '212636.571000', '212636.574000', '212636.578000', '212636.580000', '212636.583000', '212636.586000', '212636.589000', '212636.592000', '212636.594000', '212636.597000', '212636.600000', '212636.602000', '212636.605000', '212636.608000', '212636.610000', '212636.613000', '212636.616000', '212636.618000', '212636.621000', '212636.623000', '212636.626000', '212636.629000', '212636.631000', '212636.634000', '212636.637000', '212636.639000', '212636.642000', '212636.644000', '212636.647000', '212636.650000', '212636.653000', '212636.655000', '212636.658000', '212636.660000', '212636.663000', '212636.665000', '212636.668000', '212636.671000', '212636.673000', '212636.676000', '212656.563000', '212656.565000', '212656.568000', '212656.581000', '212656.584000', '212656.587000', '212656.589000', '212656.592000', '212656.595000', '212656.597000', '212656.600000', '212656.602000', '212656.605000', '212656.608000', '212656.610000', '212656.613000', '212656.615000', '212656.618000', '212656.621000', '212656.623000', '212656.626000', '212656.628000', '212656.631000', '212656.633000', '212656.636000', '212656.639000', '212656.642000', '212656.644000', '212656.647000', '212656.649000', '212656.652000', '212656.654000', '212656.657000', '212656.660000', '212656.662000', '212656.665000', '212656.668000', '212656.670000', '212656.673000', '212656.675000', '212656.678000', '212656.680000', '212656.683000', '212656.686000', '212716.563000', '212716.565000', '212716.568000', '212716.571000', '212716.573000', '212716.576000', '212716.578000', '212716.581000', '212716.584000', '212716.587000', '212716.591000', '212716.593000', '212716.596000', '212716.598000', '212716.601000', '212716.604000', '212716.606000', '212716.609000', '212716.612000', '212716.614000', '212716.617000', '212716.619000', '212716.622000', '212716.625000', '212716.627000', '212716.630000', '212716.632000', '212716.635000', '212716.637000', '212716.640000', '212716.643000', '212716.645000', '212716.648000', '212716.651000', '212716.653000', '212716.656000', '212716.658000', '212716.661000', '212716.664000', '212716.666000', '212716.669000', '212716.672000', '212716.674000', '212736.561000', '212736.564000', '212736.567000', '212736.570000', '212736.572000', '212736.575000', '212736.577000', '212736.580000', '212736.583000', '212736.585000', '212736.588000', '212736.590000', '212736.593000', '212736.596000', '212736.598000', '212736.601000', '212736.604000', '212736.606000', '212736.609000', '212736.611000', '212736.614000', '212736.617000', '212736.619000', '212736.622000', '212736.624000', '212736.627000', '212736.629000', '212736.632000', '212736.635000', '212736.637000', '212736.640000', '212736.642000', '212736.645000', '212736.648000', '212736.650000', '212736.653000', '212736.655000', '212736.658000', '212736.661000', '212736.663000', '212736.666000', '212736.668000', '212736.671000', '212736.673000', '212756.563000', '212756.566000', '212756.569000', '212756.572000', '212756.574000', '212756.577000', '212756.580000', '212756.582000', '212756.585000', '212756.587000', '212756.590000', '212756.593000', '212756.595000', '212756.598000', '212756.601000', '212756.603000', '212756.606000', '212756.608000', '212756.611000', '212756.613000', '212756.616000', '212756.619000', '212756.621000', '212756.624000', '212756.627000', '212756.630000', '212756.633000', '212756.635000', '212756.638000', '212756.641000', '212756.644000', '212756.646000', '212756.649000', '212756.651000', '212756.654000', '212756.657000', '212756.659000', '212756.662000', '212756.664000', '212756.667000', '212756.669000', '212756.672000', '212756.675000', '212816.582000', '212816.585000', '212816.587000', '212816.590000', '212816.593000', '212816.595000', '212816.598000', '212816.600000', '212816.603000', '212816.605000', '212816.608000', '212816.611000', '212816.613000', '212816.616000', '212816.618000', '212816.621000', '212816.624000', '212816.626000', '212816.629000', '212816.631000', '212816.634000', '212816.637000', '212816.639000', '212816.642000', '212816.644000', '212816.647000', '212816.650000', '212816.652000', '212816.655000', '212816.657000', '212816.660000', '212816.663000', '212816.665000', '212816.668000', '212816.671000', '212816.673000', '212816.676000', '212816.678000', '212816.681000', '212816.684000', '212816.686000', '212816.689000', '212816.691000', '212816.694000', '212836.563000', '212836.565000', '212836.568000', '212836.571000', '212836.573000', '212836.576000', '212836.578000', '212836.581000', '212836.584000', '212836.586000', '212836.590000', '212836.593000', '212836.596000', '212836.598000', '212836.601000', '212836.604000', '212836.606000', '212836.609000', '212836.611000', '212836.614000', '212836.617000', '212836.619000', '212836.622000', '212836.624000', '212836.627000', '212836.630000', '212836.632000', '212836.635000', '212836.638000', '212836.640000', '212836.643000', '212836.645000', '212836.648000', '212836.651000', '212836.653000', '212836.656000', '212836.658000', '212836.661000', '212836.664000', '212836.666000', '212836.669000', '212836.671000', '212836.674000', '212856.563000', '212856.566000', '212856.568000', '212856.571000', '212856.573000', '212856.576000', '212856.579000', '212856.581000', '212856.584000', '212856.586000', '212856.589000', '212856.592000', '212856.594000', '212856.597000', '212856.600000', '212856.602000', '212856.605000', '212856.607000', '212856.610000', '212856.612000', '212856.615000', '212856.618000', '212856.620000', '212856.623000', '212856.625000', '212856.628000', '212856.631000', '212856.633000', '212856.636000', '212856.639000', '212856.641000', '212856.644000', '212856.646000', '212856.649000', '212856.651000', '212856.654000', '212856.657000', '212856.659000', '212856.662000', '212856.664000', '212856.667000', '212856.670000', '212856.672000', '212856.675000', '212916.563000', '212916.566000', '212916.568000', '212916.571000', '212916.574000', '212916.576000', '212916.579000', '212916.581000', '212916.584000', '212916.586000', '212916.589000', '212916.592000', '212916.595000', '212916.597000', '212916.600000', '212916.602000', '212916.605000', '212916.607000', '212916.610000', '212916.613000', '212916.615000', '212916.618000', '212916.620000', '212916.623000', '212916.626000', '212916.628000', '212916.631000', '212916.634000', '212916.636000', '212916.639000', '212916.642000', '212916.644000', '212916.647000', '212916.650000', '212916.652000', '212916.655000', '212916.657000', '212916.660000', '212916.662000', '212916.667000', '212916.670000', '212916.672000', '212916.675000', '212936.563000', '212936.565000', '212936.568000', '212936.571000', '212936.573000', '212936.576000', '212936.578000', '212936.581000', '212936.584000', '212936.586000', '212936.589000', '212936.592000', '212936.594000', '212936.597000', '212936.599000', '212936.602000', '212936.604000', '212936.607000', '212936.610000', '212936.612000', '212936.615000', '212936.617000', '212936.620000', '212936.622000', '212936.625000', '212936.628000', '212936.630000', '212936.633000', '212936.636000', '212936.638000', '212936.641000', '212936.643000', '212936.646000', '212936.649000', '212936.651000', '212936.654000', '212936.656000', '212936.659000', '212936.661000', '212936.664000', '212936.667000', '212936.669000', '212936.672000', '212936.674000', '212956.562000', '212956.565000', '212956.567000', '212956.570000', '212956.573000', '212956.575000', '212956.578000', '212956.580000', '212956.583000', '212956.586000', '212956.588000', '212956.591000', '212956.594000', '212956.596000', '212956.599000', '212956.601000', '212956.604000', '212956.607000', '212956.609000', '212956.612000', '212956.614000', '212956.617000', '212956.620000', '212956.622000', '212956.625000', '212956.628000', '212956.630000', '212956.633000', '212956.636000', '212956.638000', '212956.641000', '212956.644000', '212956.647000', '212956.649000', '212956.652000', '212956.655000', '212956.657000', '212956.660000', '212956.663000', '212956.665000', '212956.668000', '212956.670000', '212956.673000', '213016.563000', '213016.565000', '213016.568000', '213016.571000', '213016.573000', '213016.576000', '213016.579000', '213016.581000', '213016.584000', '213016.586000', '213016.589000', '213016.592000', '213016.594000', '213016.597000', '213016.599000', '213016.602000', '213016.605000', '213016.607000', '213016.610000', '213016.613000', '213016.615000', '213016.618000', '213016.620000', '213016.623000', '213016.626000', '213016.628000', '213016.631000', '213016.634000', '213016.636000', '213016.639000', '213016.641000', '213016.644000', '213016.646000', '213016.649000', '213016.652000', '213016.654000', '213016.657000', '213016.659000', '213016.662000', '213016.665000', '213016.667000', '213016.670000', '213016.673000', '213016.675000', '213022.848000', '213022.851000', '213022.854000', '213022.856000', '213022.860000', '213022.862000', '213022.865000', '213022.868000', '213022.871000', '213022.874000', '213022.876000', '213022.879000', '213022.882000', '213022.884000'], 'InstanceCreationTime': ['212036.593000', '212036.597000', '212036.600000', '212036.602000', '212036.605000', '212036.608000', '212036.610000', '212036.613000', '212036.615000', '212036.618000', '212036.620000', '212036.623000', '212036.626000', '212036.636000', '212036.639000', '212036.642000', '212036.644000', '212036.647000', '212036.649000', '212036.660000', '212036.662000', '212036.665000', '212036.668000', '212056.562000', '212056.565000', '212056.568000', '212056.570000', '212056.573000', '212056.576000', '212056.578000', '212056.581000', '212056.584000', '212056.591000', '212056.594000', '212056.596000', '212056.599000', '212056.601000', '212056.604000', '212056.607000', '212056.609000', '212056.612000', '212056.614000', '212056.617000', '212056.619000', '212056.622000', '212056.625000', '212056.627000', '212056.630000', '212056.632000', '212056.635000', '212056.637000', '212056.640000', '212056.643000', '212056.645000', '212056.648000', '212056.650000', '212056.653000', '212056.656000', '212056.658000', '212056.661000', '212056.663000', '212056.666000', '212056.668000', '212056.671000', '212056.681000', '212056.683000', '212116.562000', '212116.565000', '212116.568000', '212116.571000', '212116.573000', '212116.576000', '212116.578000', '212116.581000', '212116.584000', '212116.586000', '212116.589000', '212116.591000', '212116.594000', '212116.597000', '212116.599000', '212116.602000', '212116.604000', '212116.607000', '212116.610000', '212116.612000', '212116.615000', '212116.618000', '212116.620000', '212116.623000', '212116.625000', '212116.628000', '212116.630000', '212116.633000', '212116.636000', '212116.638000', '212116.641000', '212116.643000', '212116.646000', '212116.649000', '212116.651000', '212116.654000', '212116.656000', '212116.659000', '212116.661000', '212116.664000', '212116.666000', '212116.669000', '212116.672000', '212116.674000', '212136.562000', '212136.565000', '212136.568000', '212136.571000', '212136.573000', '212136.576000', '212136.578000', '212136.581000', '212136.584000', '212136.586000', '212136.589000', '212136.591000', '212136.594000', '212136.597000', '212136.600000', '212136.602000', '212136.605000', '212136.608000', '212136.610000', '212136.613000', '212136.615000', '212136.618000', '212136.621000', '212136.623000', '212136.626000', '212136.628000', '212136.631000', '212136.633000', '212136.636000', '212136.639000', '212136.641000', '212136.644000', '212136.646000', '212136.649000', '212136.652000', '212136.654000', '212136.657000', '212136.659000', '212136.662000', '212136.664000', '212136.668000', '212136.670000', '212136.673000', '212156.563000', '212156.565000', '212156.568000', '212156.571000', '212156.573000', '212156.576000', '212156.579000', '212156.581000', '212156.584000', '212156.586000', '212156.589000', '212156.591000', '212156.594000', '212156.597000', '212156.599000', '212156.602000', '212156.604000', '212156.607000', '212156.610000', '212156.612000', '212156.615000', '212156.617000', '212156.620000', '212156.623000', '212156.625000', '212156.628000', '212156.630000', '212156.633000', '212156.636000', '212156.638000', '212156.641000', '212156.644000', '212156.646000', '212156.649000', '212156.652000', '212156.654000', '212156.657000', '212156.659000', '212156.662000', '212156.664000', '212156.667000', '212156.670000', '212156.672000', '212156.675000', '212216.563000', '212216.566000', '212216.568000', '212216.571000', '212216.573000', '212216.576000', '212216.578000', '212216.581000', '212216.584000', '212216.586000', '212216.589000', '212216.592000', '212216.594000', '212216.597000', '212216.599000', '212216.602000', '212216.605000', '212216.607000', '212216.610000', '212216.612000', '212216.615000', '212216.617000', '212216.620000', '212216.623000', '212216.625000', '212216.628000', '212216.630000', '212216.633000', '212216.636000', '212216.647000', '212216.649000', '212216.652000', '212216.655000', '212216.657000', '212216.660000', '212216.663000', '212216.665000', '212216.668000', '212216.670000', '212216.673000', '212216.675000', '212216.678000', '212216.681000', '212236.562000', '212236.565000', '212236.568000', '212236.571000', '212236.573000', '212236.576000', '212236.578000', '212236.581000', '212236.583000', '212236.586000', '212236.589000', '212236.591000', '212236.594000', '212236.596000', '212236.599000', '212236.602000', '212236.604000', '212236.607000', '212236.610000', '212236.612000', '212236.615000', '212236.617000', '212236.620000', '212236.623000', '212236.625000', '212236.628000', '212236.630000', '212236.633000', '212236.636000', '212236.638000', '212236.641000', '212236.643000', '212236.646000', '212236.649000', '212236.651000', '212236.654000', '212236.656000', '212236.659000', '212236.662000', '212236.664000', '212236.667000', '212236.669000', '212236.672000', '212236.675000', '212256.561000', '212256.564000', '212256.567000', '212256.570000', '212256.572000', '212256.575000', '212256.577000', '212256.580000', '212256.582000', '212256.585000', '212256.588000', '212256.590000', '212256.593000', '212256.596000', '212256.598000', '212256.601000', '212256.603000', '212256.606000', '212256.609000', '212256.611000', '212256.614000', '212256.616000', '212256.619000', '212256.621000', '212256.624000', '212256.627000', '212256.629000', '212256.632000', '212256.635000', '212256.637000', '212256.640000', '212256.642000', '212256.645000', '212256.648000', '212256.650000', '212256.653000', '212256.655000', '212256.658000', '212256.660000', '212256.663000', '212256.666000', '212256.668000', '212256.671000', '212316.562000', '212316.565000', '212316.568000', '212316.570000', '212316.573000', '212316.576000', '212316.578000', '212316.581000', '212316.583000', '212316.586000', '212316.589000', '212316.591000', '212316.594000', '212316.596000', '212316.599000', '212316.602000', '212316.604000', '212316.607000', '212316.609000', '212316.612000', '212316.615000', '212316.617000', '212316.620000', '212316.622000', '212316.625000', '212316.627000', '212316.630000', '212316.633000', '212316.635000', '212316.638000', '212316.641000', '212316.643000', '212316.646000', '212316.648000', '212316.651000', '212316.653000', '212316.656000', '212316.659000', '212316.661000', '212316.664000', '212316.666000', '212316.669000', '212316.672000', '212316.674000', '212336.562000', '212336.565000', '212336.568000', '212336.571000', '212336.573000', '212336.576000', '212336.578000', '212336.581000', '212336.583000', '212336.586000', '212336.589000', '212336.591000', '212336.594000', '212336.597000', '212336.599000', '212336.602000', '212336.604000', '212336.607000', '212336.610000', '212336.612000', '212336.615000', '212336.618000', '212336.620000', '212336.623000', '212336.625000', '212336.628000', '212336.630000', '212336.633000', '212336.636000', '212336.638000', '212336.641000', '212336.643000', '212336.646000', '212336.648000', '212336.651000', '212336.654000', '212336.656000', '212336.659000', '212336.662000', '212336.665000', '212336.668000', '212336.670000', '212336.673000', '212356.562000', '212356.565000', '212356.568000', '212356.571000', '212356.573000', '212356.576000', '212356.579000', '212356.581000', '212356.592000', '212356.594000', '212356.597000', '212356.600000', '212356.602000', '212356.605000', '212356.608000', '212356.610000', '212356.613000', '212356.615000', '212356.618000', '212356.621000', '212356.623000', '212356.626000', '212356.628000', '212356.631000', '212356.633000', '212356.646000', '212356.648000', '212356.651000', '212356.653000', '212356.656000', '212356.659000', '212356.661000', '212356.664000', '212356.666000', '212356.669000', '212356.672000', '212356.674000', '212356.677000', '212356.679000', '212356.682000', '212356.685000', '212356.687000', '212356.690000', '212356.692000', '212416.562000', '212416.565000', '212416.568000', '212416.571000', '212416.573000', '212416.576000', '212416.578000', '212416.581000', '212416.584000', '212416.586000', '212416.589000', '212416.592000', '212416.594000', '212416.597000', '212416.599000', '212416.602000', '212416.605000', '212416.607000', '212416.610000', '212416.612000', '212416.615000', '212416.618000', '212416.620000', '212416.623000', '212416.625000', '212416.628000', '212416.631000', '212416.633000', '212416.636000', '212416.638000', '212416.641000', '212416.644000', '212416.646000', '212416.649000', '212416.651000', '212416.654000', '212416.657000', '212416.659000', '212416.662000', '212416.664000', '212416.667000', '212416.670000', '212416.672000', '212436.562000', '212436.565000', '212436.568000', '212436.570000', '212436.573000', '212436.576000', '212436.578000', '212436.581000', '212436.583000', '212436.586000', '212436.589000', '212436.591000', '212436.594000', '212436.597000', '212436.599000', '212436.602000', '212436.605000', '212436.607000', '212436.610000', '212436.612000', '212436.615000', '212436.618000', '212436.620000', '212436.623000', '212436.625000', '212436.628000', '212436.631000', '212436.633000', '212436.636000', '212436.639000', '212436.641000', '212436.644000', '212436.646000', '212436.649000', '212436.652000', '212436.654000', '212436.657000', '212436.659000', '212436.662000', '212436.665000', '212436.667000', '212436.670000', '212436.672000', '212436.675000', '212456.563000', '212456.565000', '212456.568000', '212456.571000', '212456.573000', '212456.576000', '212456.578000', '212456.581000', '212456.584000', '212456.586000', '212456.589000', '212456.592000', '212456.594000', '212456.597000', '212456.600000', '212456.602000', '212456.605000', '212456.607000', '212456.610000', '212456.613000', '212456.615000', '212456.618000', '212456.620000', '212456.623000', '212456.626000', '212456.628000', '212456.631000', '212456.633000', '212456.636000', '212456.638000', '212456.641000', '212456.644000', '212456.646000', '212456.649000', '212456.651000', '212456.654000', '212456.657000', '212456.659000', '212456.662000', '212456.664000', '212456.667000', '212456.669000', '212456.673000', '212516.561000', '212516.564000', '212516.567000', '212516.570000', '212516.572000', '212516.575000', '212516.578000', '212516.580000', '212516.583000', '212516.585000', '212516.588000', '212516.591000', '212516.593000', '212516.596000', '212516.599000', '212516.602000', '212516.604000', '212516.607000', '212516.609000', '212516.612000', '212516.615000', '212516.617000', '212516.620000', '212516.623000', '212516.625000', '212516.628000', '212516.630000', '212516.633000', '212516.636000', '212516.638000', '212516.641000', '212516.644000', '212516.646000', '212516.649000', '212516.651000', '212516.682000', '212516.685000', '212516.688000', '212516.690000', '212516.693000', '212516.695000', '212516.698000', '212516.701000', '212516.703000', '212536.563000', '212536.565000', '212536.568000', '212536.571000', '212536.573000', '212536.576000', '212536.579000', '212536.581000', '212536.584000', '212536.586000', '212536.589000', '212536.592000', '212536.595000', '212536.597000', '212536.600000', '212536.602000', '212536.605000', '212536.608000', '212536.610000', '212536.613000', '212536.615000', '212536.618000', '212536.621000', '212536.623000', '212536.626000', '212536.629000', '212536.631000', '212536.634000', '212536.636000', '212536.639000', '212536.641000', '212536.644000', '212536.647000', '212536.649000', '212536.652000', '212536.654000', '212536.657000', '212536.660000', '212536.662000', '212536.665000', '212536.668000', '212536.670000', '212536.673000', '212556.562000', '212556.565000', '212556.568000', '212556.571000', '212556.573000', '212556.576000', '212556.579000', '212556.581000', '212556.584000', '212556.587000', '212556.589000', '212556.592000', '212556.594000', '212556.597000', '212556.600000', '212556.602000', '212556.605000', '212556.607000', '212556.610000', '212556.613000', '212556.615000', '212556.618000', '212556.621000', '212556.623000', '212556.626000', '212556.629000', '212556.631000', '212556.634000', '212556.636000', '212556.639000', '212556.641000', '212556.644000', '212556.647000', '212556.649000', '212556.652000', '212556.655000', '212556.657000', '212556.660000', '212556.662000', '212556.665000', '212556.668000', '212556.670000', '212556.673000', '212556.675000', '212616.563000', '212616.565000', '212616.568000', '212616.571000', '212616.573000', '212616.576000', '212616.579000', '212616.581000', '212616.584000', '212616.586000', '212616.589000', '212616.592000', '212616.594000', '212616.597000', '212616.600000', '212616.602000', '212616.605000', '212616.607000', '212616.610000', '212616.613000', '212616.615000', '212616.618000', '212616.621000', '212616.623000', '212616.626000', '212616.628000', '212616.631000', '212616.634000', '212616.636000', '212616.639000', '212616.641000', '212616.644000', '212616.647000', '212616.649000', '212616.652000', '212616.654000', '212616.657000', '212616.660000', '212616.662000', '212616.665000', '212616.667000', '212616.670000', '212616.672000', '212636.563000', '212636.566000', '212636.568000', '212636.571000', '212636.574000', '212636.578000', '212636.580000', '212636.583000', '212636.586000', '212636.589000', '212636.592000', '212636.594000', '212636.597000', '212636.600000', '212636.602000', '212636.605000', '212636.608000', '212636.610000', '212636.613000', '212636.616000', '212636.618000', '212636.621000', '212636.623000', '212636.626000', '212636.629000', '212636.631000', '212636.634000', '212636.637000', '212636.639000', '212636.642000', '212636.644000', '212636.647000', '212636.650000', '212636.653000', '212636.655000', '212636.658000', '212636.660000', '212636.663000', '212636.665000', '212636.668000', '212636.671000', '212636.673000', '212636.676000', '212656.563000', '212656.565000', '212656.568000', '212656.581000', '212656.584000', '212656.587000', '212656.589000', '212656.592000', '212656.595000', '212656.597000', '212656.600000', '212656.602000', '212656.605000', '212656.608000', '212656.610000', '212656.613000', '212656.615000', '212656.618000', '212656.621000', '212656.623000', '212656.626000', '212656.628000', '212656.631000', '212656.633000', '212656.636000', '212656.639000', '212656.642000', '212656.644000', '212656.647000', '212656.649000', '212656.652000', '212656.654000', '212656.657000', '212656.660000', '212656.662000', '212656.665000', '212656.668000', '212656.670000', '212656.673000', '212656.675000', '212656.678000', '212656.680000', '212656.683000', '212656.686000', '212716.563000', '212716.565000', '212716.568000', '212716.571000', '212716.573000', '212716.576000', '212716.578000', '212716.581000', '212716.584000', '212716.587000', '212716.591000', '212716.593000', '212716.596000', '212716.598000', '212716.601000', '212716.604000', '212716.606000', '212716.609000', '212716.612000', '212716.614000', '212716.617000', '212716.619000', '212716.622000', '212716.625000', '212716.627000', '212716.630000', '212716.632000', '212716.635000', '212716.637000', '212716.640000', '212716.643000', '212716.645000', '212716.648000', '212716.651000', '212716.653000', '212716.656000', '212716.658000', '212716.661000', '212716.664000', '212716.666000', '212716.669000', '212716.672000', '212716.674000', '212736.561000', '212736.564000', '212736.567000', '212736.570000', '212736.572000', '212736.575000', '212736.577000', '212736.580000', '212736.583000', '212736.585000', '212736.588000', '212736.590000', '212736.593000', '212736.596000', '212736.598000', '212736.601000', '212736.604000', '212736.606000', '212736.609000', '212736.611000', '212736.614000', '212736.617000', '212736.619000', '212736.622000', '212736.624000', '212736.627000', '212736.629000', '212736.632000', '212736.635000', '212736.637000', '212736.640000', '212736.642000', '212736.645000', '212736.648000', '212736.650000', '212736.653000', '212736.655000', '212736.658000', '212736.661000', '212736.663000', '212736.666000', '212736.668000', '212736.671000', '212736.673000', '212756.563000', '212756.566000', '212756.569000', '212756.572000', '212756.574000', '212756.577000', '212756.580000', '212756.582000', '212756.585000', '212756.587000', '212756.590000', '212756.593000', '212756.595000', '212756.598000', '212756.601000', '212756.603000', '212756.606000', '212756.608000', '212756.611000', '212756.613000', '212756.616000', '212756.619000', '212756.621000', '212756.624000', '212756.627000', '212756.630000', '212756.633000', '212756.635000', '212756.638000', '212756.641000', '212756.644000', '212756.646000', '212756.649000', '212756.651000', '212756.654000', '212756.657000', '212756.659000', '212756.662000', '212756.664000', '212756.667000', '212756.669000', '212756.672000', '212756.675000', '212816.582000', '212816.585000', '212816.587000', '212816.590000', '212816.593000', '212816.595000', '212816.598000', '212816.600000', '212816.603000', '212816.605000', '212816.608000', '212816.611000', '212816.613000', '212816.616000', '212816.618000', '212816.621000', '212816.624000', '212816.626000', '212816.629000', '212816.631000', '212816.634000', '212816.637000', '212816.639000', '212816.642000', '212816.644000', '212816.647000', '212816.650000', '212816.652000', '212816.655000', '212816.657000', '212816.660000', '212816.663000', '212816.665000', '212816.668000', '212816.671000', '212816.673000', '212816.676000', '212816.678000', '212816.681000', '212816.684000', '212816.686000', '212816.689000', '212816.691000', '212816.694000', '212836.563000', '212836.565000', '212836.568000', '212836.571000', '212836.573000', '212836.576000', '212836.578000', '212836.581000', '212836.584000', '212836.586000', '212836.590000', '212836.593000', '212836.596000', '212836.598000', '212836.601000', '212836.604000', '212836.606000', '212836.609000', '212836.611000', '212836.614000', '212836.617000', '212836.619000', '212836.622000', '212836.624000', '212836.627000', '212836.630000', '212836.632000', '212836.635000', '212836.638000', '212836.640000', '212836.643000', '212836.645000', '212836.648000', '212836.651000', '212836.653000', '212836.656000', '212836.658000', '212836.661000', '212836.664000', '212836.666000', '212836.669000', '212836.671000', '212836.674000', '212856.563000', '212856.566000', '212856.568000', '212856.571000', '212856.573000', '212856.576000', '212856.579000', '212856.581000', '212856.584000', '212856.586000', '212856.589000', '212856.592000', '212856.594000', '212856.597000', '212856.600000', '212856.602000', '212856.605000', '212856.607000', '212856.610000', '212856.612000', '212856.615000', '212856.618000', '212856.620000', '212856.623000', '212856.625000', '212856.628000', '212856.631000', '212856.633000', '212856.636000', '212856.639000', '212856.641000', '212856.644000', '212856.646000', '212856.649000', '212856.651000', '212856.654000', '212856.657000', '212856.659000', '212856.662000', '212856.664000', '212856.667000', '212856.670000', '212856.672000', '212856.675000', '212916.563000', '212916.566000', '212916.568000', '212916.571000', '212916.574000', '212916.576000', '212916.579000', '212916.581000', '212916.584000', '212916.586000', '212916.589000', '212916.592000', '212916.595000', '212916.597000', '212916.600000', '212916.602000', '212916.605000', '212916.607000', '212916.610000', '212916.613000', '212916.615000', '212916.618000', '212916.620000', '212916.623000', '212916.626000', '212916.628000', '212916.631000', '212916.634000', '212916.636000', '212916.639000', '212916.642000', '212916.644000', '212916.647000', '212916.650000', '212916.652000', '212916.655000', '212916.657000', '212916.660000', '212916.662000', '212916.667000', '212916.670000', '212916.672000', '212916.675000', '212936.563000', '212936.565000', '212936.568000', '212936.571000', '212936.573000', '212936.576000', '212936.578000', '212936.581000', '212936.584000', '212936.586000', '212936.589000', '212936.592000', '212936.594000', '212936.597000', '212936.599000', '212936.602000', '212936.604000', '212936.607000', '212936.610000', '212936.612000', '212936.615000', '212936.617000', '212936.620000', '212936.622000', '212936.625000', '212936.628000', '212936.630000', '212936.633000', '212936.636000', '212936.638000', '212936.641000', '212936.643000', '212936.646000', '212936.649000', '212936.651000', '212936.654000', '212936.656000', '212936.659000', '212936.661000', '212936.664000', '212936.667000', '212936.669000', '212936.672000', '212936.674000', '212956.562000', '212956.565000', '212956.567000', '212956.570000', '212956.573000', '212956.575000', '212956.578000', '212956.580000', '212956.583000', '212956.586000', '212956.588000', '212956.591000', '212956.594000', '212956.596000', '212956.599000', '212956.601000', '212956.604000', '212956.607000', '212956.609000', '212956.612000', '212956.614000', '212956.617000', '212956.620000', '212956.622000', '212956.625000', '212956.628000', '212956.630000', '212956.633000', '212956.636000', '212956.638000', '212956.641000', '212956.644000', '212956.647000', '212956.649000', '212956.652000', '212956.655000', '212956.657000', '212956.660000', '212956.663000', '212956.665000', '212956.668000', '212956.670000', '212956.673000', '213016.563000', '213016.565000', '213016.568000', '213016.571000', '213016.573000', '213016.576000', '213016.579000', '213016.581000', '213016.584000', '213016.586000', '213016.589000', '213016.592000', '213016.594000', '213016.597000', '213016.599000', '213016.602000', '213016.605000', '213016.607000', '213016.610000', '213016.613000', '213016.615000', '213016.618000', '213016.620000', '213016.623000', '213016.626000', '213016.628000', '213016.631000', '213016.634000', '213016.636000', '213016.639000', '213016.641000', '213016.644000', '213016.646000', '213016.649000', '213016.652000', '213016.654000', '213016.657000', '213016.659000', '213016.662000', '213016.665000', '213016.667000', '213016.670000', '213016.673000', '213016.675000', '213022.848000', '213022.851000', '213022.854000', '213022.856000', '213022.860000', '213022.862000', '213022.865000', '213022.868000', '213022.871000', '213022.874000', '213022.876000', '213022.879000', '213022.882000', '213022.884000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [15204, 10321, 13549, 10428, 13470, 11084, 13255, 11007, 7742, 12175, 7969, 12259, 8547, 13351, 9041, 13170, 10200, 13140, 10531, 13380, 10834, 12774, 11674, 7890, 12123, 8277, 12290, 8891, 12861, 10634, 13423, 10222, 9141, 11780, 8188, 12077, 8164, 12418, 9436, 12903, 10871, 13385, 10731, 7606, 11834, 8326, 12447, 8582, 13909, 9102, 13683, 10226, 13099, 10816, 11348, 10577, 8018, 11870, 8453, 12744, 8571, 12452, 9421, 13060, 11133, 13507, 11156, 8352, 12137, 8159, 12187, 8903, 13020, 9200, 13002, 10177, 13098, 10631, 12088, 11291, 7962, 12253, 8145, 12010, 8918, 12830, 8941, 13116, 10182, 13033, 10318, 13101, 10755, 11877, 11722, 7876, 11906, 8125, 12616, 8885, 13094, 10455, 11815, 10564, 7882, 11911, 9063, 13230, 10081, 11597, 11243, 8495, 12028, 9183, 13342, 9981, 11086, 11334, 7834, 11724, 8429, 12749, 8991, 12658, 9929, 10116, 11433, 8280, 12026, 8378, 12141, 9503, 12919, 11023, 11694, 11661, 7825, 12058, 9051, 13292, 11015, 12518, 10477, 8795, 11630, 10467, 12778, 8131, 12065, 7730, 12005, 8772, 12463, 8421, 12984, 7640, 12008, 8032, 12345, 8783, 12636, 9591, 13032, 10225, 11416, 10286, 8859, 11829, 8364, 12333, 9571, 12991, 11038, 10939, 11624, 8049, 11680, 8238, 12355, 9000, 12678, 10063, 12914, 9977, 12472, 10092, 11709, 11292, 7939, 12050, 7919, 12519, 10005, 12779, 10904, 12807, 11365, 7917, 12069, 8319, 12345, 10121, 13267, 10969, 12331, 11167, 7484, 12035, 9042, 13232, 9341, 13626, 9905, 9104, 11651, 8538, 12988, 9363, 13628, 9860, 12345, 11111, 10961, 12582, 7416, 12003, 10124, 13395, 10687, 8821, 11805, 8298, 12097, 9092, 13325, 9034, 12842, 10080, 13040, 10765, 11057, 11672, 7953, 11640, 8597, 12502, 8798, 13602, 8899, 12259, 10113, 12492, 10139, 12985, 10460, 12716, 10207, 9161, 10047, 7942, 11747, 8127, 11787, 7708, 12043, 8658, 12356, 9626, 12735, 10377, 12717, 10144, 10678, 11220, 10168, 11590, 8283, 12092, 8653, 12689, 10168, 12809, 10900, 13158, 11224, 9209, 11737, 8352, 11755, 8326, 12200, 8605, 12991, 9590, 13135, 10226, 13268, 10516, 11516, 11391, 8394, 12141, 8183, 12470, 9155, 13035, 10940, 13283, 11084, 7508, 11634, 9134, 13605, 10671, 14343, 10454, 10863, 11399, 10166, 11905, 8713, 13483, 8628, 12320, 9842, 13161, 10896, 13204, 10477, 7783, 11935, 9045, 12804, 8810, 13604, 8014, 12274, 8860, 12611, 9797, 13032, 10233, 12544, 9986, 11437, 11010, 11118, 11492, 7892, 11760, 7954, 12039, 8979, 12651, 9814, 12863, 10183, 8207, 11104, 8089, 12039, 9489, 12965, 9972, 12370, 10203, 11602, 11155, 11454, 11414, 7612, 11793, 7725, 11978, 9235, 13178, 10099, 13069, 10029, 12806, 10395, 13331, 11037, 11539, 11370, 7352, 11721, 8229, 12040, 8725, 13340, 9928, 12561, 10037, 11426, 11610, 8768, 12972, 8007, 12635, 8842, 13489, 9364, 13052, 9800, 12136, 9843, 11549, 10690, 11817, 11437, 7879, 11823, 8062, 12109, 8764, 13037, 8901, 12827, 9728, 12806, 9751, 13051, 9910, 12749, 10058, 13017, 10004, 12586, 10467, 11074, 11762, 8349, 11830, 9131, 13283, 10279, 12616, 11266, 10798, 11800, 7681, 11520, 8036, 12048, 8434, 13300, 8456, 12805, 9125, 12561, 9973, 12668, 10057, 12959, 11169, 11921, 10675, 7672, 11928, 8264, 11983, 8457, 12989, 8291, 12798, 9903, 12862, 10975, 13154, 11162, 8083, 12189, 8274, 12014, 9089, 12887, 9211, 13315, 10356, 12339, 10671, 10702, 11693, 8922, 13394, 8515, 12646, 10017, 13072, 11290, 12998, 10333, 10135, 11599, 11315, 11707, 8943, 12095, 7948, 12148, 8833, 13340, 9175, 13248, 9880, 12795, 10654, 12315, 11166, 7700, 11810, 8025, 12312, 9313, 13477, 10410, 13112, 10020, 12637, 10684, 13317, 11246, 10443, 11065, 7699, 11642, 9358, 11794, 8441, 12061, 8083, 12397, 10186, 12979, 10925, 12904, 10607, 7530, 11176, 7451, 11394, 8353, 11962, 8187, 11731, 8275, 12056, 10282, 12471, 11564, 7782, 11803, 8418, 12492, 10820, 13062, 10892, 7772, 11572, 8681, 13244, 9390, 13451, 9652, 12641, 10125, 11863, 10313, 12197, 11021, 11387, 11713, 7716, 11837, 7982, 11955, 8602, 12626, 8381, 12665, 9591, 12728, 10519, 12620, 10948, 8104, 12248, 8211, 12616, 9995, 12817, 10959, 11521, 11517, 8156, 11772, 8692, 13295, 10730, 14144, 11402, 7860, 11498, 9246, 13545, 9411, 13523, 10196, 12736, 10059, 12517, 10228, 12991, 10599, 13585, 10478, 12694, 10302, 12298, 10974, 9526, 11798, 7921, 11063, 8865, 12224, 9124, 13328, 10512, 11788, 11082, 8160, 11559, 8506, 12398, 8439, 12109, 8127, 12502, 9258, 12861, 9565, 12731, 10272, 9301, 10030, 7280, 11564, 8644, 11921, 8756, 12663, 9990, 13379, 10506, 12519, 11088, 9913, 11902, 8214, 11743, 9327, 12890, 9465, 12989, 9345, 12405, 9877, 12541, 8839, 12874, 8467, 12756, 9531, 12665, 10022, 11401, 10515, 12259, 11222, 10416, 12045, 7623, 11900, 8101, 11598, 8539, 12565, 8367, 12414, 9184, 12705, 10501, 12926, 10812, 12725, 11038, 7733, 11620, 7971, 12393, 10249, 10922, 11459, 7836, 12222, 10134, 13228, 11053, 11189, 11360, 8186, 12962, 10865, 13946, 7803, 11637, 7910, 12782, 8697, 14920, 8412, 13206, 8050, 12749, 8886, 14003, 9314, 12236, 8944, 12353, 9200, 13507, 9292, 12287, 9222, 11976, 9682, 13373, 9757, 12593, 9002, 11846, 8305, 11602, 7781, 11869, 8491, 11925, 7241, 11539, 7984, 12159, 10025, 12589, 10344, 12965, 10014, 12607, 10241, 12845, 10739, 13001, 10191, 7918, 10778, 7630, 11698, 8735, 12370, 8620, 13169, 9660, 11845, 10782, 11526, 12134, 8578, 13001, 8029, 12707, 10151, 13363, 10777, 10261, 11230, 7613, 11717, 9265, 13569, 8155, 12182, 8003, 11702, 8709, 13312, 8586, 12992, 8043, 12159, 9017, 12739, 9358, 12666, 9495, 12675, 10246, 12428, 9968, 10578, 11095, 9631, 11778, 8200, 11971, 8209, 12244, 10212, 12993, 10812, 11981, 11339, 7572, 11986, 8704, 12687, 9161, 13767, 10571, 11634, 10552, 8635, 11684, 9033, 13391, 9296, 13851, 9692, 13219, 10455, 11522, 11606, 8830, 13272, 9134, 12779, 10505, 11042, 11300, 7699, 11863, 8902, 13322, 10590, 12812, 10102, 10083, 11043, 10991, 12589, 7642, 11209, 8304, 12457, 9881, 13237, 10437, 12195, 9712, 12323, 10200, 13284, 11113, 12815, 9934, 12133, 10102, 12995, 10560, 13089, 10211, 8470, 10750, 7592, 11292, 7924, 11823, 8286, 12311, 8679, 12252, 10001, 12501, 10670, 9519, 12252, 8130, 12513, 9147, 12846, 10327, 13007, 10435, 12726, 10169, 12852, 10350, 12967, 10994, 11316, 11940, 7983, 11846, 8355, 12248, 8958, 13047, 10384, 13247, 10463, 8040, 11753, 8377, 12046, 9188, 13297, 10310, 9548, 11001, 8888, 13286, 11035, 9406, 11983, 12522, 8499, 10474, 11642, 9525, 15543, 9222, 15006, 9931, 10550, 10667, 9019, 15820, 8521, 13684, 10000, 14479, 11185, 12622, 10100, 7975, 11121, 9242, 13623, 8024, 11660, 7775, 12294, 9596, 13991, 9592, 11895, 10186, 13183, 10824, 9159, 10187, 9197, 10982, 11762, 11130, 7363, 10784, 7401, 10945, 11540, 10650, 13195, 10958, 7752, 10637, 7607, 11064, 8803, 12599, 8870, 12845, 9949, 13009, 10009, 12933, 10870, 7989, 11444, 7869, 12362, 9610, 13834, 10650, 14931, 11014, 10890, 10261, 10549, 10534, 11522, 11460, 9126, 12116, 7897, 11703, 8448, 12377, 10659, 9547, 11444, 8686, 13095, 9606, 13814, 10347, 13125, 9923, 12092, 9810, 12153, 9990, 12736, 10205, 12765, 10256, 11039, 9839, 8886, 11529, 9709, 12267, 8064, 12493, 8881, 12467, 10393, 13121, 11084, 11594, 11847, 7855, 11965, 8395, 13068, 8544, 13361, 8750, 13107, 9798, 12925, 10621, 13111, 11223, 13211, 11321, 7818, 12133, 8433, 12215, 8716, 13603, 8624, 12566, 9095, 12709, 10388, 12937, 10825, 13811, 11063, 7885, 12216, 8295, 12670, 9898, 13831, 10844, 13102, 10515, 11341, 11451, 12080, 12017, 7702, 11800, 7851, 12063, 9927, 12022, 11813, 11650, 7422, 11756, 7728, 12079, 7875, 12423, 8289, 12540, 8022, 12356, 8028, 12420, 8650, 12572, 8896, 13217, 9886, 13227, 10078, 12235, 10578, 10418, 11610, 7961, 11950, 8529, 12585, 10108, 12967, 11298, 13086, 10649, 9829, 11784, 8645, 12450, 9046, 13789, 10339, 12980, 11054, 10444, 11809, 9286, 13101, 9502, 13591, 10628, 9677, 11555, 9848, 13612, 11137, 12572, 10505, 8862, 11884, 9198, 14829, 8670, 12908, 8950, 11995, 9262, 13375, 10095, 14056, 10147, 12547, 10461, 13091, 10722, 13066, 10844, 12398, 9846, 11670, 10812, 12124, 11299, 10198, 12103, 7597, 11873, 7991, 11931, 8673, 12903, 10131, 13039, 10434, 9140, 11882, 8642, 12319, 8779, 13522, 9978, 13311, 11195, 11710, 11825, 8107, 11711, 8321, 12024, 8406, 11987, 8552, 13062, 8179, 12285, 8892, 12684, 9610, 13250, 9999, 13184, 10851, 12648, 10212, 8948, 11643, 8391, 12114, 8592, 12200, 9077, 12713, 10267, 12276, 11148, 9839, 12183, 8509, 12544, 9223, 12635, 10525, 11597, 11425, 8734, 13129, 9389, 13418, 10901, 11416, 12135, 8221, 11767, 8789, 12826, 9507, 13245, 10429, 12950, 10113, 12531, 10965, 10694, 11865, 7846, 11816, 9002, 13816, 9218, 13383, 8086, 11830, 8074, 12196, 8870, 12939, 8440, 12207, 8418, 12530, 8843, 12449, 8471, 12914, 9033, 12751, 10128, 8270, 10457, 8078, 12302, 9837, 12804, 10193, 9555, 12404, 11678, 13088, 8266], 'WindowCenter': [3751.0, 3716.0, 3723.0, 3711.0, 3709.0, 3711.0, 3710.0, 3699.0, 3679.0, 3711.0, 3677.0, 3709.0, 3688.0, 3710.0, 3687.0, 3708.0, 3698.0, 3708.0, 3698.0, 3708.0, 3699.0, 3709.0, 3709.0, 3688.0, 3711.0, 3689.0, 3711.0, 3700.0, 3721.0, 3711.0, 3722.0, 3711.0, 3699.0, 3711.0, 3689.0, 3723.0, 3690.0, 3723.0, 3702.0, 3722.0, 3713.0, 3722.0, 3712.0, 3689.0, 3711.0, 3689.0, 3724.0, 3690.0, 3721.0, 3700.0, 3720.0, 3701.0, 3711.0, 3700.0, 3709.0, 3699.0, 3676.0, 3710.0, 3687.0, 3711.0, 3687.0, 3709.0, 3688.0, 3708.0, 3710.0, 3711.0, 3700.0, 3688.0, 3708.0, 3676.0, 3710.0, 3687.0, 3710.0, 3688.0, 3707.0, 3698.0, 3707.0, 3700.0, 3708.0, 3699.0, 3677.0, 3709.0, 3678.0, 3710.0, 3689.0, 3710.0, 3688.0, 3710.0, 3699.0, 3709.0, 3699.0, 3709.0, 3701.0, 3709.0, 3699.0, 3677.0, 3710.0, 3678.0, 3712.0, 3690.0, 3710.0, 3701.0, 3710.0, 3711.0, 3690.0, 3723.0, 3701.0, 3724.0, 3713.0, 3724.0, 3713.0, 3701.0, 3725.0, 3701.0, 3724.0, 3713.0, 3712.0, 3712.0, 3691.0, 3724.0, 3702.0, 3724.0, 3703.0, 3733.0, 3713.0, 3713.0, 3725.0, 3703.0, 3738.0, 3703.0, 3736.0, 3714.0, 3735.0, 3726.0, 3725.0, 3725.0, 3692.0, 3724.0, 3701.0, 3723.0, 3713.0, 3722.0, 3711.0, 3688.0, 3710.0, 3697.0, 3710.0, 3676.0, 3698.0, 3665.0, 3696.0, 3674.0, 3697.0, 3676.0, 3697.0, 3664.0, 3695.0, 3675.0, 3706.0, 3687.0, 3710.0, 3699.0, 3721.0, 3700.0, 3711.0, 3711.0, 3699.0, 3712.0, 3690.0, 3722.0, 3701.0, 3721.0, 3713.0, 3713.0, 3712.0, 3678.0, 3698.0, 3688.0, 3710.0, 3687.0, 3708.0, 3698.0, 3708.0, 3699.0, 3708.0, 3699.0, 3708.0, 3710.0, 3688.0, 3723.0, 3690.0, 3723.0, 3712.0, 3722.0, 3724.0, 3724.0, 3725.0, 3701.0, 3723.0, 3703.0, 3724.0, 3714.0, 3724.0, 3714.0, 3723.0, 3712.0, 3690.0, 3722.0, 3701.0, 3724.0, 3702.0, 3723.0, 3712.0, 3701.0, 3723.0, 3702.0, 3736.0, 3702.0, 3735.0, 3713.0, 3721.0, 3713.0, 3712.0, 3723.0, 3679.0, 3709.0, 3700.0, 3721.0, 3700.0, 3688.0, 3709.0, 3675.0, 3710.0, 3686.0, 3711.0, 3686.0, 3696.0, 3685.0, 3695.0, 3696.0, 3695.0, 3696.0, 3674.0, 3695.0, 3675.0, 3697.0, 3674.0, 3695.0, 3673.0, 3694.0, 3684.0, 3695.0, 3684.0, 3695.0, 3696.0, 3705.0, 3697.0, 3687.0, 3697.0, 3677.0, 3709.0, 3688.0, 3711.0, 3689.0, 3709.0, 3688.0, 3710.0, 3699.0, 3710.0, 3700.0, 3721.0, 3713.0, 3710.0, 3711.0, 3711.0, 3713.0, 3689.0, 3723.0, 3703.0, 3723.0, 3712.0, 3723.0, 3713.0, 3722.0, 3714.0, 3700.0, 3711.0, 3702.0, 3724.0, 3701.0, 3723.0, 3703.0, 3724.0, 3703.0, 3723.0, 3714.0, 3735.0, 3725.0, 3724.0, 3725.0, 3703.0, 3736.0, 3704.0, 3736.0, 3716.0, 3736.0, 3726.0, 3735.0, 3726.0, 3693.0, 3725.0, 3713.0, 3735.0, 3713.0, 3723.0, 3713.0, 3710.0, 3711.0, 3698.0, 3711.0, 3687.0, 3709.0, 3687.0, 3707.0, 3698.0, 3708.0, 3698.0, 3708.0, 3697.0, 3663.0, 3696.0, 3673.0, 3696.0, 3673.0, 3696.0, 3663.0, 3696.0, 3673.0, 3694.0, 3684.0, 3694.0, 3685.0, 3694.0, 3686.0, 3695.0, 3698.0, 3696.0, 3698.0, 3676.0, 3709.0, 3688.0, 3708.0, 3687.0, 3710.0, 3699.0, 3709.0, 3699.0, 3688.0, 3712.0, 3690.0, 3723.0, 3713.0, 3723.0, 3712.0, 3722.0, 3714.0, 3724.0, 3725.0, 3723.0, 3724.0, 3691.0, 3725.0, 3703.0, 3726.0, 3714.0, 3736.0, 3715.0, 3734.0, 3714.0, 3724.0, 3715.0, 3723.0, 3713.0, 3713.0, 3724.0, 3691.0, 3723.0, 3702.0, 3724.0, 3703.0, 3736.0, 3715.0, 3736.0, 3725.0, 3724.0, 3726.0, 3703.0, 3724.0, 3692.0, 3724.0, 3703.0, 3723.0, 3701.0, 3711.0, 3699.0, 3710.0, 3700.0, 3709.0, 3700.0, 3710.0, 3709.0, 3677.0, 3710.0, 3677.0, 3710.0, 3687.0, 3710.0, 3687.0, 3708.0, 3687.0, 3707.0, 3687.0, 3708.0, 3687.0, 3697.0, 3687.0, 3707.0, 3698.0, 3708.0, 3710.0, 3709.0, 3711.0, 3689.0, 3723.0, 3712.0, 3723.0, 3713.0, 3723.0, 3714.0, 3712.0, 3713.0, 3691.0, 3712.0, 3691.0, 3724.0, 3703.0, 3725.0, 3692.0, 3723.0, 3703.0, 3724.0, 3714.0, 3724.0, 3714.0, 3724.0, 3725.0, 3724.0, 3714.0, 3692.0, 3725.0, 3703.0, 3727.0, 3703.0, 3726.0, 3704.0, 3725.0, 3715.0, 3725.0, 3727.0, 3725.0, 3726.0, 3694.0, 3725.0, 3703.0, 3725.0, 3714.0, 3737.0, 3713.0, 3735.0, 3714.0, 3723.0, 3713.0, 3714.0, 3725.0, 3702.0, 3724.0, 3702.0, 3722.0, 3701.0, 3721.0, 3712.0, 3721.0, 3699.0, 3697.0, 3710.0, 3698.0, 3711.0, 3686.0, 3710.0, 3688.0, 3709.0, 3687.0, 3709.0, 3686.0, 3707.0, 3697.0, 3707.0, 3698.0, 3708.0, 3710.0, 3677.0, 3710.0, 3676.0, 3709.0, 3688.0, 3710.0, 3698.0, 3708.0, 3699.0, 3696.0, 3697.0, 3707.0, 3698.0, 3685.0, 3696.0, 3663.0, 3696.0, 3685.0, 3696.0, 3674.0, 3708.0, 3676.0, 3707.0, 3698.0, 3709.0, 3710.0, 3722.0, 3699.0, 3677.0, 3710.0, 3677.0, 3711.0, 3689.0, 3712.0, 3689.0, 3722.0, 3701.0, 3722.0, 3724.0, 3735.0, 3737.0, 3704.0, 3724.0, 3703.0, 3723.0, 3725.0, 3735.0, 3725.0, 3691.0, 3714.0, 3701.0, 3724.0, 3700.0, 3723.0, 3699.0, 3710.0, 3699.0, 3708.0, 3699.0, 3708.0, 3711.0, 3709.0, 3709.0, 3677.0, 3710.0, 3688.0, 3711.0, 3690.0, 3723.0, 3690.0, 3723.0, 3713.0, 3736.0, 3726.0, 3725.0, 3726.0, 3704.0, 3726.0, 3706.0, 3738.0, 3729.0, 3737.0, 3729.0, 3727.0, 3727.0, 3706.0, 3737.0, 3716.0, 3737.0, 3726.0, 3737.0, 3726.0, 3703.0, 3724.0, 3702.0, 3725.0, 3702.0, 3722.0, 3699.0, 3709.0, 3698.0, 3696.0, 3697.0, 3707.0, 3696.0, 3707.0, 3697.0, 3707.0, 3698.0, 3707.0, 3698.0, 3697.0, 3709.0, 3689.0, 3712.0, 3687.0, 3709.0, 3699.0, 3710.0, 3699.0, 3710.0, 3711.0, 3689.0, 3710.0, 3688.0, 3710.0, 3688.0, 3709.0, 3678.0, 3710.0, 3700.0, 3721.0, 3700.0, 3721.0, 3711.0, 3701.0, 3713.0, 3691.0, 3724.0, 3702.0, 3725.0, 3703.0, 3736.0, 3715.0, 3735.0, 3726.0, 3724.0, 3714.0, 3702.0, 3712.0, 3689.0, 3711.0, 3689.0, 3711.0, 3687.0, 3708.0, 3686.0, 3696.0, 3686.0, 3697.0, 3674.0, 3695.0, 3676.0, 3707.0, 3698.0, 3708.0, 3699.0, 3708.0, 3711.0, 3711.0, 3713.0, 3711.0, 3713.0, 3690.0, 3723.0, 3692.0, 3714.0, 3702.0, 3724.0, 3691.0, 3712.0, 3702.0, 3723.0, 3714.0, 3724.0, 3715.0, 3723.0, 3714.0, 3693.0, 3725.0, 3703.0, 3736.0, 3726.0, 3738.0, 3739.0, 3719.0, 3739.0, 3739.0, 3750.0, 3741.0, 3727.0, 3727.0, 3704.0, 3737.0, 3713.0, 3736.0, 3691.0, 3712.0, 3690.0, 3722.0, 3689.0, 3724.0, 3689.0, 3710.0, 3677.0, 3710.0, 3688.0, 3709.0, 3687.0, 3708.0, 3687.0, 3707.0, 3687.0, 3708.0, 3687.0, 3695.0, 3686.0, 3696.0, 3686.0, 3708.0, 3685.0, 3696.0, 3674.0, 3696.0, 3675.0, 3696.0, 3664.0, 3697.0, 3675.0, 3697.0, 3675.0, 3708.0, 3689.0, 3709.0, 3700.0, 3711.0, 3701.0, 3721.0, 3700.0, 3711.0, 3702.0, 3722.0, 3713.0, 3721.0, 3712.0, 3689.0, 3713.0, 3691.0, 3724.0, 3702.0, 3725.0, 3704.0, 3735.0, 3715.0, 3724.0, 3726.0, 3724.0, 3726.0, 3702.0, 3724.0, 3691.0, 3722.0, 3713.0, 3723.0, 3713.0, 3701.0, 3711.0, 3677.0, 3711.0, 3689.0, 3722.0, 3677.0, 3708.0, 3677.0, 3699.0, 3688.0, 3710.0, 3687.0, 3708.0, 3677.0, 3708.0, 3689.0, 3710.0, 3699.0, 3711.0, 3701.0, 3710.0, 3701.0, 3722.0, 3713.0, 3712.0, 3725.0, 3712.0, 3725.0, 3702.0, 3725.0, 3704.0, 3725.0, 3727.0, 3737.0, 3727.0, 3726.0, 3727.0, 3694.0, 3726.0, 3704.0, 3726.0, 3705.0, 3735.0, 3716.0, 3725.0, 3716.0, 3703.0, 3726.0, 3702.0, 3737.0, 3714.0, 3736.0, 3715.0, 3735.0, 3725.0, 3724.0, 3725.0, 3702.0, 3722.0, 3702.0, 3722.0, 3714.0, 3712.0, 3712.0, 3690.0, 3712.0, 3701.0, 3722.0, 3711.0, 3722.0, 3701.0, 3698.0, 3710.0, 3699.0, 3710.0, 3677.0, 3699.0, 3676.0, 3708.0, 3688.0, 3708.0, 3688.0, 3695.0, 3686.0, 3696.0, 3687.0, 3707.0, 3697.0, 3695.0, 3685.0, 3695.0, 3697.0, 3707.0, 3699.0, 3709.0, 3701.0, 3688.0, 3710.0, 3679.0, 3712.0, 3690.0, 3714.0, 3691.0, 3713.0, 3703.0, 3723.0, 3713.0, 3723.0, 3715.0, 3703.0, 3725.0, 3692.0, 3713.0, 3701.0, 3713.0, 3702.0, 3711.0, 3700.0, 3710.0, 3701.0, 3710.0, 3701.0, 3710.0, 3712.0, 3711.0, 3711.0, 3690.0, 3712.0, 3690.0, 3724.0, 3703.0, 3725.0, 3714.0, 3725.0, 3714.0, 3692.0, 3725.0, 3704.0, 3725.0, 3716.0, 3738.0, 3729.0, 3727.0, 3727.0, 3717.0, 3737.0, 3728.0, 3728.0, 3739.0, 3739.0, 3719.0, 3727.0, 3728.0, 3715.0, 3738.0, 3703.0, 3736.0, 3702.0, 3712.0, 3703.0, 3691.0, 3723.0, 3690.0, 3709.0, 3689.0, 3710.0, 3701.0, 3709.0, 3688.0, 3664.0, 3686.0, 3675.0, 3708.0, 3665.0, 3685.0, 3663.0, 3695.0, 3687.0, 3708.0, 3687.0, 3684.0, 3686.0, 3697.0, 3687.0, 3674.0, 3687.0, 3674.0, 3686.0, 3696.0, 3685.0, 3663.0, 3685.0, 3662.0, 3687.0, 3694.0, 3688.0, 3696.0, 3697.0, 3665.0, 3697.0, 3676.0, 3699.0, 3687.0, 3711.0, 3688.0, 3710.0, 3699.0, 3709.0, 3701.0, 3708.0, 3700.0, 3679.0, 3709.0, 3690.0, 3711.0, 3701.0, 3712.0, 3702.0, 3720.0, 3700.0, 3698.0, 3700.0, 3698.0, 3700.0, 3709.0, 3711.0, 3688.0, 3711.0, 3689.0, 3710.0, 3690.0, 3722.0, 3713.0, 3713.0, 3725.0, 3704.0, 3736.0, 3714.0, 3726.0, 3714.0, 3723.0, 3701.0, 3712.0, 3702.0, 3711.0, 3702.0, 3723.0, 3713.0, 3712.0, 3701.0, 3711.0, 3702.0, 3701.0, 3725.0, 3714.0, 3726.0, 3692.0, 3724.0, 3715.0, 3735.0, 3727.0, 3737.0, 3727.0, 3725.0, 3725.0, 3691.0, 3713.0, 3692.0, 3726.0, 3692.0, 3724.0, 3690.0, 3721.0, 3702.0, 3722.0, 3712.0, 3723.0, 3714.0, 3723.0, 3713.0, 3679.0, 3711.0, 3691.0, 3713.0, 3691.0, 3724.0, 3691.0, 3710.0, 3702.0, 3724.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3691.0, 3724.0, 3691.0, 3722.0, 3712.0, 3724.0, 3712.0, 3722.0, 3700.0, 3708.0, 3711.0, 3699.0, 3698.0, 3664.0, 3696.0, 3663.0, 3697.0, 3685.0, 3696.0, 3695.0, 3696.0, 3663.0, 3697.0, 3664.0, 3709.0, 3675.0, 3709.0, 3676.0, 3710.0, 3677.0, 3710.0, 3689.0, 3711.0, 3690.0, 3712.0, 3702.0, 3723.0, 3713.0, 3723.0, 3714.0, 3724.0, 3726.0, 3725.0, 3727.0, 3705.0, 3727.0, 3717.0, 3738.0, 3729.0, 3739.0, 3729.0, 3737.0, 3728.0, 3715.0, 3727.0, 3717.0, 3741.0, 3717.0, 3738.0, 3716.0, 3737.0, 3728.0, 3725.0, 3727.0, 3715.0, 3737.0, 3715.0, 3737.0, 3726.0, 3714.0, 3725.0, 3714.0, 3726.0, 3714.0, 3723.0, 3712.0, 3690.0, 3712.0, 3688.0, 3722.0, 3688.0, 3708.0, 3676.0, 3697.0, 3686.0, 3697.0, 3685.0, 3695.0, 3685.0, 3696.0, 3696.0, 3696.0, 3697.0, 3696.0, 3697.0, 3707.0, 3698.0, 3698.0, 3700.0, 3710.0, 3711.0, 3699.0, 3711.0, 3679.0, 3712.0, 3691.0, 3711.0, 3702.0, 3724.0, 3714.0, 3723.0, 3714.0, 3703.0, 3724.0, 3703.0, 3726.0, 3703.0, 3726.0, 3714.0, 3723.0, 3715.0, 3713.0, 3713.0, 3678.0, 3699.0, 3678.0, 3699.0, 3677.0, 3700.0, 3676.0, 3710.0, 3677.0, 3699.0, 3687.0, 3709.0, 3688.0, 3710.0, 3700.0, 3710.0, 3700.0, 3709.0, 3700.0, 3689.0, 3712.0, 3691.0, 3724.0, 3692.0, 3723.0, 3704.0, 3725.0, 3714.0, 3725.0, 3726.0, 3714.0, 3726.0, 3703.0, 3724.0, 3715.0, 3725.0, 3726.0, 3725.0, 3726.0, 3704.0, 3735.0, 3714.0, 3735.0, 3726.0, 3724.0, 3725.0, 3691.0, 3713.0, 3690.0, 3711.0, 3699.0, 3711.0, 3699.0, 3709.0, 3699.0, 3708.0, 3699.0, 3697.0, 3698.0, 3677.0, 3697.0, 3686.0, 3709.0, 3686.0, 3697.0, 3665.0, 3696.0, 3674.0, 3696.0, 3675.0, 3708.0, 3676.0, 3698.0, 3676.0, 3707.0, 3686.0, 3709.0, 3689.0, 3709.0, 3689.0, 3722.0, 3712.0, 3701.0, 3725.0, 3705.0, 3738.0, 3728.0, 3737.0, 3728.0, 3716.0, 3738.0, 3726.0, 3727.0, 3693.0], 'WindowWidth': [8431.0, 8370.0, 8374.0, 8353.0, 8348.0, 8353.0, 8349.0, 8334.0, 8303.0, 8350.0, 8298.0, 8346.0, 8313.0, 8350.0, 8313.0, 8343.0, 8328.0, 8342.0, 8330.0, 8342.0, 8332.0, 8345.0, 8347.0, 8314.0, 8351.0, 8319.0, 8352.0, 8336.0, 8368.0, 8354.0, 8369.0, 8352.0, 8332.0, 8354.0, 8320.0, 8374.0, 8325.0, 8371.0, 8341.0, 8370.0, 8359.0, 8372.0, 8356.0, 8319.0, 8353.0, 8318.0, 8375.0, 8321.0, 8367.0, 8335.0, 8365.0, 8338.0, 8353.0, 8337.0, 8344.0, 8333.0, 8296.0, 8349.0, 8312.0, 8353.0, 8314.0, 8346.0, 8316.0, 8343.0, 8349.0, 8352.0, 8335.0, 8314.0, 8344.0, 8297.0, 8347.0, 8311.0, 8349.0, 8313.0, 8341.0, 8329.0, 8339.0, 8335.0, 8344.0, 8334.0, 8299.0, 8345.0, 8302.0, 8346.0, 8316.0, 8350.0, 8316.0, 8349.0, 8332.0, 8346.0, 8333.0, 8345.0, 8339.0, 8344.0, 8332.0, 8298.0, 8347.0, 8300.0, 8353.0, 8321.0, 8351.0, 8338.0, 8350.0, 8351.0, 8322.0, 8374.0, 8339.0, 8376.0, 8359.0, 8373.0, 8360.0, 8337.0, 8378.0, 8340.0, 8375.0, 8357.0, 8354.0, 8357.0, 8327.0, 8376.0, 8342.0, 8376.0, 8345.0, 8388.0, 8361.0, 8358.0, 8380.0, 8347.0, 8401.0, 8346.0, 8395.0, 8363.0, 8393.0, 8382.0, 8378.0, 8379.0, 8329.0, 8375.0, 8340.0, 8375.0, 8360.0, 8369.0, 8351.0, 8316.0, 8349.0, 8327.0, 8351.0, 8295.0, 8326.0, 8279.0, 8323.0, 8290.0, 8328.0, 8292.0, 8325.0, 8277.0, 8319.0, 8293.0, 8337.0, 8312.0, 8348.0, 8333.0, 8364.0, 8335.0, 8350.0, 8351.0, 8334.0, 8358.0, 8322.0, 8369.0, 8339.0, 8365.0, 8358.0, 8354.0, 8357.0, 8302.0, 8330.0, 8315.0, 8348.0, 8314.0, 8345.0, 8328.0, 8344.0, 8331.0, 8343.0, 8332.0, 8343.0, 8350.0, 8317.0, 8370.0, 8323.0, 8370.0, 8356.0, 8371.0, 8375.0, 8374.0, 8377.0, 8340.0, 8373.0, 8345.0, 8376.0, 8362.0, 8375.0, 8363.0, 8371.0, 8357.0, 8324.0, 8371.0, 8338.0, 8375.0, 8342.0, 8374.0, 8357.0, 8339.0, 8373.0, 8343.0, 8396.0, 8343.0, 8391.0, 8358.0, 8367.0, 8359.0, 8354.0, 8371.0, 8308.0, 8346.0, 8336.0, 8367.0, 8337.0, 8316.0, 8346.0, 8294.0, 8349.0, 8310.0, 8352.0, 8310.0, 8323.0, 8307.0, 8321.0, 8324.0, 8320.0, 8323.0, 8289.0, 8321.0, 8290.0, 8326.0, 8287.0, 8320.0, 8286.0, 8316.0, 8304.0, 8318.0, 8304.0, 8321.0, 8322.0, 8334.0, 8325.0, 8312.0, 8327.0, 8299.0, 8348.0, 8317.0, 8352.0, 8320.0, 8346.0, 8316.0, 8351.0, 8333.0, 8350.0, 8336.0, 8366.0, 8355.0, 8347.0, 8354.0, 8351.0, 8360.0, 8320.0, 8372.0, 8344.0, 8372.0, 8357.0, 8372.0, 8358.0, 8369.0, 8361.0, 8336.0, 8354.0, 8339.0, 8374.0, 8340.0, 8373.0, 8343.0, 8375.0, 8344.0, 8372.0, 8361.0, 8391.0, 8378.0, 8376.0, 8381.0, 8346.0, 8398.0, 8350.0, 8395.0, 8369.0, 8395.0, 8383.0, 8396.0, 8382.0, 8333.0, 8378.0, 8358.0, 8393.0, 8360.0, 8377.0, 8356.0, 8348.0, 8351.0, 8330.0, 8355.0, 8313.0, 8347.0, 8312.0, 8341.0, 8328.0, 8345.0, 8330.0, 8341.0, 8325.0, 8274.0, 8322.0, 8286.0, 8326.0, 8287.0, 8323.0, 8273.0, 8319.0, 8285.0, 8316.0, 8302.0, 8317.0, 8305.0, 8318.0, 8309.0, 8320.0, 8329.0, 8324.0, 8329.0, 8294.0, 8344.0, 8314.0, 8344.0, 8313.0, 8348.0, 8332.0, 8346.0, 8331.0, 8316.0, 8352.0, 8322.0, 8373.0, 8358.0, 8372.0, 8356.0, 8369.0, 8361.0, 8372.0, 8379.0, 8373.0, 8375.0, 8328.0, 8378.0, 8346.0, 8382.0, 8362.0, 8396.0, 8363.0, 8391.0, 8361.0, 8374.0, 8363.0, 8374.0, 8361.0, 8357.0, 8373.0, 8325.0, 8372.0, 8341.0, 8376.0, 8345.0, 8395.0, 8364.0, 8395.0, 8379.0, 8376.0, 8383.0, 8345.0, 8378.0, 8329.0, 8374.0, 8343.0, 8372.0, 8338.0, 8353.0, 8331.0, 8348.0, 8335.0, 8345.0, 8335.0, 8347.0, 8348.0, 8298.0, 8347.0, 8298.0, 8347.0, 8311.0, 8350.0, 8311.0, 8341.0, 8311.0, 8338.0, 8312.0, 8343.0, 8311.0, 8325.0, 8313.0, 8340.0, 8329.0, 8343.0, 8348.0, 8346.0, 8352.0, 8321.0, 8372.0, 8356.0, 8373.0, 8360.0, 8371.0, 8362.0, 8353.0, 8357.0, 8324.0, 8356.0, 8326.0, 8375.0, 8345.0, 8379.0, 8328.0, 8372.0, 8343.0, 8373.0, 8360.0, 8375.0, 8361.0, 8376.0, 8378.0, 8373.0, 8361.0, 8328.0, 8377.0, 8345.0, 8383.0, 8344.0, 8382.0, 8348.0, 8379.0, 8364.0, 8378.0, 8382.0, 8379.0, 8382.0, 8333.0, 8377.0, 8345.0, 8380.0, 8362.0, 8399.0, 8360.0, 8394.0, 8362.0, 8374.0, 8361.0, 8359.0, 8380.0, 8342.0, 8376.0, 8341.0, 8368.0, 8340.0, 8367.0, 8355.0, 8364.0, 8333.0, 8325.0, 8348.0, 8329.0, 8352.0, 8310.0, 8348.0, 8316.0, 8346.0, 8310.0, 8348.0, 8310.0, 8340.0, 8325.0, 8338.0, 8329.0, 8344.0, 8348.0, 8300.0, 8348.0, 8297.0, 8346.0, 8315.0, 8349.0, 8328.0, 8343.0, 8331.0, 8324.0, 8326.0, 8339.0, 8327.0, 8305.0, 8322.0, 8273.0, 8324.0, 8304.0, 8324.0, 8290.0, 8341.0, 8298.0, 8341.0, 8330.0, 8346.0, 8351.0, 8366.0, 8334.0, 8300.0, 8349.0, 8301.0, 8355.0, 8319.0, 8357.0, 8319.0, 8368.0, 8340.0, 8369.0, 8374.0, 8394.0, 8400.0, 8348.0, 8376.0, 8346.0, 8375.0, 8378.0, 8392.0, 8379.0, 8328.0, 8361.0, 8338.0, 8376.0, 8335.0, 8372.0, 8332.0, 8348.0, 8333.0, 8344.0, 8333.0, 8342.0, 8351.0, 8344.0, 8346.0, 8300.0, 8348.0, 8314.0, 8353.0, 8320.0, 8370.0, 8322.0, 8371.0, 8356.0, 8393.0, 8381.0, 8378.0, 8381.0, 8348.0, 8382.0, 8353.0, 8399.0, 8390.0, 8399.0, 8390.0, 8384.0, 8386.0, 8353.0, 8399.0, 8369.0, 8400.0, 8385.0, 8400.0, 8383.0, 8345.0, 8377.0, 8340.0, 8379.0, 8340.0, 8370.0, 8333.0, 8345.0, 8328.0, 8324.0, 8325.0, 8339.0, 8323.0, 8338.0, 8325.0, 8339.0, 8329.0, 8340.0, 8332.0, 8327.0, 8346.0, 8320.0, 8356.0, 8315.0, 8348.0, 8331.0, 8350.0, 8334.0, 8348.0, 8351.0, 8318.0, 8350.0, 8314.0, 8351.0, 8314.0, 8345.0, 8303.0, 8348.0, 8334.0, 8366.0, 8337.0, 8367.0, 8351.0, 8336.0, 8357.0, 8327.0, 8377.0, 8342.0, 8381.0, 8345.0, 8394.0, 8365.0, 8393.0, 8381.0, 8375.0, 8364.0, 8339.0, 8355.0, 8318.0, 8352.0, 8316.0, 8352.0, 8311.0, 8343.0, 8308.0, 8324.0, 8308.0, 8325.0, 8290.0, 8321.0, 8294.0, 8340.0, 8327.0, 8344.0, 8332.0, 8344.0, 8354.0, 8351.0, 8357.0, 8351.0, 8357.0, 8321.0, 8373.0, 8326.0, 8361.0, 8340.0, 8375.0, 8325.0, 8354.0, 8342.0, 8372.0, 8360.0, 8374.0, 8363.0, 8372.0, 8362.0, 8330.0, 8378.0, 8346.0, 8394.0, 8383.0, 8401.0, 8405.0, 8378.0, 8407.0, 8406.0, 8424.0, 8411.0, 8386.0, 8385.0, 8347.0, 8397.0, 8357.0, 8394.0, 8324.0, 8356.0, 8320.0, 8369.0, 8318.0, 8373.0, 8318.0, 8347.0, 8298.0, 8349.0, 8314.0, 8347.0, 8312.0, 8341.0, 8311.0, 8341.0, 8311.0, 8342.0, 8310.0, 8321.0, 8308.0, 8323.0, 8308.0, 8341.0, 8305.0, 8320.0, 8289.0, 8319.0, 8290.0, 8322.0, 8274.0, 8326.0, 8291.0, 8326.0, 8294.0, 8342.0, 8318.0, 8347.0, 8337.0, 8352.0, 8338.0, 8364.0, 8337.0, 8351.0, 8341.0, 8368.0, 8356.0, 8364.0, 8353.0, 8320.0, 8356.0, 8325.0, 8376.0, 8341.0, 8380.0, 8347.0, 8392.0, 8365.0, 8376.0, 8382.0, 8374.0, 8383.0, 8342.0, 8375.0, 8325.0, 8371.0, 8357.0, 8372.0, 8356.0, 8336.0, 8351.0, 8300.0, 8352.0, 8316.0, 8368.0, 8298.0, 8343.0, 8298.0, 8331.0, 8314.0, 8350.0, 8311.0, 8343.0, 8298.0, 8341.0, 8316.0, 8348.0, 8333.0, 8353.0, 8337.0, 8350.0, 8338.0, 8367.0, 8357.0, 8354.0, 8376.0, 8355.0, 8379.0, 8342.0, 8378.0, 8348.0, 8377.0, 8382.0, 8396.0, 8383.0, 8379.0, 8383.0, 8333.0, 8381.0, 8347.0, 8380.0, 8349.0, 8393.0, 8367.0, 8378.0, 8366.0, 8344.0, 8380.0, 8343.0, 8399.0, 8361.0, 8397.0, 8364.0, 8391.0, 8379.0, 8375.0, 8381.0, 8340.0, 8371.0, 8342.0, 8369.0, 8362.0, 8356.0, 8356.0, 8322.0, 8354.0, 8337.0, 8370.0, 8352.0, 8367.0, 8338.0, 8331.0, 8349.0, 8330.0, 8350.0, 8298.0, 8329.0, 8296.0, 8343.0, 8313.0, 8341.0, 8313.0, 8320.0, 8309.0, 8321.0, 8312.0, 8338.0, 8323.0, 8319.0, 8305.0, 8318.0, 8323.0, 8338.0, 8333.0, 8345.0, 8338.0, 8315.0, 8348.0, 8305.0, 8354.0, 8321.0, 8360.0, 8323.0, 8358.0, 8342.0, 8371.0, 8359.0, 8372.0, 8364.0, 8344.0, 8378.0, 8325.0, 8357.0, 8336.0, 8358.0, 8340.0, 8351.0, 8333.0, 8347.0, 8336.0, 8348.0, 8339.0, 8351.0, 8354.0, 8349.0, 8351.0, 8320.0, 8354.0, 8322.0, 8373.0, 8344.0, 8378.0, 8361.0, 8376.0, 8361.0, 8328.0, 8378.0, 8346.0, 8380.0, 8366.0, 8400.0, 8391.0, 8384.0, 8382.0, 8369.0, 8398.0, 8386.0, 8387.0, 8405.0, 8405.0, 8376.0, 8383.0, 8388.0, 8363.0, 8403.0, 8344.0, 8392.0, 8341.0, 8352.0, 8343.0, 8321.0, 8369.0, 8319.0, 8344.0, 8315.0, 8346.0, 8335.0, 8342.0, 8312.0, 8272.0, 8308.0, 8288.0, 8342.0, 8277.0, 8304.0, 8270.0, 8318.0, 8307.0, 8340.0, 8309.0, 8302.0, 8307.0, 8322.0, 8310.0, 8286.0, 8307.0, 8286.0, 8307.0, 8318.0, 8305.0, 8271.0, 8306.0, 8270.0, 8310.0, 8314.0, 8313.0, 8320.0, 8323.0, 8278.0, 8325.0, 8294.0, 8331.0, 8310.0, 8351.0, 8315.0, 8347.0, 8331.0, 8345.0, 8335.0, 8342.0, 8335.0, 8303.0, 8345.0, 8320.0, 8350.0, 8334.0, 8353.0, 8340.0, 8363.0, 8332.0, 8328.0, 8332.0, 8326.0, 8332.0, 8342.0, 8350.0, 8314.0, 8350.0, 8318.0, 8349.0, 8321.0, 8369.0, 8360.0, 8358.0, 8377.0, 8348.0, 8393.0, 8360.0, 8382.0, 8359.0, 8371.0, 8337.0, 8352.0, 8341.0, 8350.0, 8339.0, 8369.0, 8356.0, 8352.0, 8336.0, 8349.0, 8339.0, 8337.0, 8375.0, 8358.0, 8379.0, 8327.0, 8374.0, 8363.0, 8392.0, 8383.0, 8397.0, 8384.0, 8376.0, 8376.0, 8323.0, 8358.0, 8325.0, 8378.0, 8326.0, 8375.0, 8322.0, 8365.0, 8340.0, 8367.0, 8354.0, 8371.0, 8360.0, 8369.0, 8355.0, 8305.0, 8352.0, 8321.0, 8359.0, 8323.0, 8372.0, 8321.0, 8349.0, 8338.0, 8372.0, 8356.0, 8369.0, 8357.0, 8372.0, 8358.0, 8326.0, 8374.0, 8325.0, 8372.0, 8355.0, 8377.0, 8355.0, 8368.0, 8336.0, 8343.0, 8351.0, 8330.0, 8329.0, 8275.0, 8321.0, 8272.0, 8323.0, 8303.0, 8323.0, 8318.0, 8321.0, 8272.0, 8323.0, 8275.0, 8342.0, 8291.0, 8346.0, 8296.0, 8348.0, 8297.0, 8347.0, 8317.0, 8350.0, 8320.0, 8355.0, 8339.0, 8371.0, 8357.0, 8370.0, 8360.0, 8375.0, 8380.0, 8377.0, 8384.0, 8351.0, 8383.0, 8369.0, 8400.0, 8388.0, 8402.0, 8389.0, 8400.0, 8385.0, 8364.0, 8385.0, 8370.0, 8410.0, 8369.0, 8401.0, 8366.0, 8398.0, 8386.0, 8377.0, 8386.0, 8362.0, 8399.0, 8362.0, 8399.0, 8381.0, 8359.0, 8378.0, 8359.0, 8383.0, 8361.0, 8370.0, 8356.0, 8321.0, 8356.0, 8315.0, 8370.0, 8313.0, 8341.0, 8293.0, 8324.0, 8307.0, 8327.0, 8304.0, 8320.0, 8305.0, 8321.0, 8321.0, 8322.0, 8323.0, 8322.0, 8324.0, 8338.0, 8328.0, 8326.0, 8333.0, 8346.0, 8351.0, 8331.0, 8350.0, 8304.0, 8354.0, 8323.0, 8354.0, 8340.0, 8375.0, 8358.0, 8372.0, 8360.0, 8343.0, 8377.0, 8345.0, 8383.0, 8344.0, 8381.0, 8360.0, 8373.0, 8364.0, 8357.0, 8360.0, 8302.0, 8332.0, 8299.0, 8330.0, 8297.0, 8334.0, 8294.0, 8347.0, 8297.0, 8329.0, 8312.0, 8345.0, 8314.0, 8348.0, 8332.0, 8347.0, 8332.0, 8345.0, 8333.0, 8317.0, 8354.0, 8322.0, 8374.0, 8325.0, 8372.0, 8345.0, 8376.0, 8362.0, 8376.0, 8379.0, 8360.0, 8380.0, 8343.0, 8377.0, 8363.0, 8378.0, 8382.0, 8377.0, 8383.0, 8348.0, 8393.0, 8362.0, 8392.0, 8380.0, 8375.0, 8377.0, 8325.0, 8355.0, 8319.0, 8351.0, 8331.0, 8351.0, 8330.0, 8345.0, 8330.0, 8340.0, 8332.0, 8326.0, 8330.0, 8297.0, 8326.0, 8307.0, 8346.0, 8307.0, 8328.0, 8276.0, 8321.0, 8289.0, 8323.0, 8292.0, 8343.0, 8294.0, 8326.0, 8296.0, 8338.0, 8310.0, 8344.0, 8318.0, 8347.0, 8318.0, 8366.0, 8355.0, 8339.0, 8378.0, 8350.0, 8400.0, 8386.0, 8400.0, 8389.0, 8367.0, 8403.0, 8380.0, 8385.0, 8330.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.0008427391975308642</td></tr>
<tr><td colspan=3>aqi</td><td>0.026030014814814817</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.47863772181463</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3069216397297294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050326389343618</td></tr>
<tr><td colspan=3>efc</td><td>0.4382</td></tr>
<tr><td colspan=3>fber</td><td>8990.5117</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07855766837093865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2345679012345678</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5485397133688497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4305954875046334</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8719679315269486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3430557210749674</td></tr>
<tr><td colspan=3>gcor</td><td>0.0182825</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016739200800657272</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024975448846817017</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.813505266100343</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.5623</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>23.1393</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>120.6092</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>33.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308532.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>568.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.9735</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6677</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.0041</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2947.2914</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>902.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>828.8901</td></tr>
<tr><td colspan=3>tsnr</td><td>40.930292080156505</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>