<?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-0075_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-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_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-0075/figures/sub-0075_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_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-0075/ses-02/func/sub-0075_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>9674fa406c7e2f90ad41798833011b42</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:30:42.982500</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.995831, 0.0432005, 0.0803443, -0.0391263, 0.9979, -0.0516112]</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.0868621</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7688, -7246, 454, -50, -3, 51, 29]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.897</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4a6f14a4-e71c-4742-b5f8-a465492fa351||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.6717405319213867, -0.1049729511141777, 0.22249412536621094, 110.5919418334961], [-0.1159038171172142, 2.6772940158843994, -0.13028167188167572, -75.78494262695312], [0.21555784344673157, 0.1384691596031189, 2.6876611709594727, -81.62056732177734], [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': ['123042.982500', '123043.442500', '123043.902500', '123044.362500', '123044.822500', '123045.282500', '123045.742500', '123046.202500', '123046.662500', '123047.122500', '123047.582500', '123048.042500', '123048.502500', '123048.962500', '123049.422500', '123049.882500', '123050.342500', '123050.802500', '123051.262500', '123051.722500', '123052.182500', '123052.642500', '123053.102500', '123053.562500', '123054.022500', '123054.482500', '123054.942500', '123055.402500', '123055.862500', '123056.322500', '123056.782500', '123057.242500', '123057.702500', '123058.162500', '123058.622500', '123059.082500', '123059.542500', '123100.002500', '123100.462500', '123100.922500', '123101.382500', '123101.842500', '123102.302500', '123102.762500', '123103.222500', '123103.682500', '123104.142500', '123104.602500', '123105.062500', '123105.522500', '123105.982500', '123106.442500', '123106.902500', '123107.362500', '123107.822500', '123108.282500', '123108.742500', '123109.202500', '123109.662500', '123110.122500', '123110.582500', '123111.042500', '123111.502500', '123111.962500', '123112.422500', '123112.882500', '123113.342500', '123113.802500', '123114.262500', '123114.722500', '123115.182500', '123115.642500', '123116.102500', '123116.562500', '123117.022500', '123117.482500', '123117.942500', '123118.402500', '123118.862500', '123119.322500', '123119.782500', '123120.242500', '123120.702500', '123121.162500', '123121.622500', '123122.082500', '123122.542500', '123123.002500', '123123.462500', '123123.922500', '123124.382500', '123124.842500', '123125.302500', '123125.762500', '123126.222500', '123126.682500', '123127.142500', '123127.602500', '123128.062500', '123128.522500', '123128.982500', '123129.442500', '123129.902500', '123130.362500', '123130.822500', '123131.282500', '123131.742500', '123132.202500', '123132.662500', '123133.122500', '123133.582500', '123134.042500', '123134.502500', '123134.962500', '123135.422500', '123135.882500', '123136.342500', '123136.802500', '123137.262500', '123137.722500', '123138.182500', '123138.642500', '123139.102500', '123139.562500', '123140.022500', '123140.482500', '123140.942500', '123141.402500', '123141.862500', '123142.322500', '123142.782500', '123143.242500', '123143.702500', '123144.162500', '123144.622500', '123145.082500', '123145.542500', '123146.002500', '123146.462500', '123146.922500', '123147.382500', '123147.842500', '123148.302500', '123148.762500', '123149.222500', '123149.682500', '123150.142500', '123150.602500', '123151.062500', '123151.522500', '123151.982500', '123152.442500', '123152.902500', '123153.362500', '123153.822500', '123154.282500', '123154.742500', '123155.202500', '123155.662500', '123156.122500', '123156.582500', '123157.042500', '123157.502500', '123157.962500', '123158.422500', '123158.882500', '123159.342500', '123159.802500', '123200.262500', '123200.722500', '123201.182500', '123201.642500', '123202.102500', '123202.562500', '123203.022500', '123203.482500', '123203.942500', '123204.402500', '123204.862500', '123205.322500', '123205.782500', '123206.242500', '123206.702500', '123207.162500', '123207.622500', '123208.082500', '123208.542500', '123209.002500', '123209.462500', '123209.922500', '123210.382500', '123210.842500', '123211.302500', '123211.762500', '123212.222500', '123212.682500', '123213.142500', '123213.602500', '123214.062500', '123214.522500', '123214.982500', '123215.442500', '123215.902500', '123216.362500', '123216.822500', '123217.282500', '123217.742500', '123218.202500', '123218.662500', '123219.122500', '123219.582500', '123220.042500', '123220.502500', '123220.962500', '123221.422500', '123221.882500', '123222.342500', '123222.802500', '123223.262500', '123223.722500', '123224.182500', '123224.642500', '123225.102500', '123225.562500', '123226.022500', '123226.482500', '123226.942500', '123227.402500', '123227.862500', '123228.322500', '123228.782500', '123229.242500', '123229.702500', '123230.162500', '123230.622500', '123231.082500', '123231.542500', '123232.002500', '123232.462500', '123232.922500', '123233.382500', '123233.842500', '123234.302500', '123234.762500', '123235.222500', '123235.682500', '123236.142500', '123236.602500', '123237.062500', '123237.522500', '123237.982500', '123238.442500', '123238.902500', '123239.362500', '123239.822500', '123240.282500', '123240.742500', '123241.202500', '123241.662500', '123242.122500', '123242.582500', '123243.042500', '123243.502500', '123243.962500', '123244.422500', '123244.882500', '123245.342500', '123245.802500', '123246.262500', '123246.722500', '123247.182500', '123247.642500', '123248.102500', '123248.562500', '123249.022500', '123249.482500', '123249.942500', '123250.402500', '123250.862500', '123251.322500', '123251.782500', '123252.242500', '123252.702500', '123253.162500', '123253.622500', '123254.082500', '123254.542500', '123255.002500', '123255.462500', '123255.922500', '123256.382500', '123256.842500', '123257.302500', '123257.762500', '123258.222500', '123258.682500', '123259.142500', '123259.602500', '123300.062500', '123300.522500', '123300.982500', '123301.442500', '123301.902500', '123302.362500', '123302.822500', '123303.282500', '123303.742500', '123304.202500', '123304.662500', '123305.122500', '123305.582500', '123306.042500', '123306.502500', '123306.962500', '123307.422500', '123307.882500', '123308.342500', '123308.802500', '123309.262500', '123309.722500', '123310.182500', '123310.642500', '123311.102500', '123311.562500', '123312.022500', '123312.482500', '123312.942500', '123313.402500', '123313.862500', '123314.322500', '123314.782500', '123315.242500', '123315.702500', '123316.162500', '123316.622500', '123317.082500', '123317.542500', '123318.002500', '123318.462500', '123318.922500', '123319.382500', '123319.842500', '123320.302500', '123320.762500', '123321.222500', '123321.682500', '123322.142500', '123322.602500', '123323.062500', '123323.522500', '123323.982500', '123324.442500', '123324.902500', '123325.362500', '123325.822500', '123326.282500', '123326.742500', '123327.202500', '123327.662500', '123328.122500', '123328.582500', '123329.042500', '123329.502500', '123329.962500', '123330.422500', '123330.882500', '123331.342500', '123331.802500', '123332.262500', '123332.722500', '123333.182500', '123333.642500', '123334.102500', '123334.562500', '123335.022500', '123335.482500', '123335.942500', '123336.402500', '123336.862500', '123337.322500', '123337.782500', '123338.242500', '123338.702500', '123339.162500', '123339.622500', '123340.082500', '123340.542500', '123341.002500', '123341.462500', '123341.922500', '123342.382500', '123342.842500', '123343.302500', '123343.762500', '123344.222500', '123344.682500', '123345.142500', '123345.602500', '123346.062500', '123346.522500', '123346.982500', '123347.442500', '123347.902500', '123348.362500', '123348.822500', '123349.282500', '123349.742500', '123350.202500', '123350.662500', '123351.122500', '123351.582500', '123352.042500', '123352.502500', '123352.962500', '123353.422500', '123353.882500', '123354.342500', '123354.802500', '123355.262500', '123355.722500', '123356.182500', '123356.642500', '123357.102500', '123357.562500', '123358.022500', '123358.482500', '123358.942500', '123359.402500', '123359.862500', '123400.322500', '123400.782500', '123401.242500', '123401.702500', '123402.162500', '123402.622500', '123403.082500', '123403.542500', '123404.002500', '123404.462500', '123404.922500', '123405.382500', '123405.842500', '123406.302500', '123406.762500', '123407.222500', '123407.682500', '123408.142500', '123408.602500', '123409.062500', '123409.522500', '123409.982500', '123410.442500', '123410.902500', '123411.362500', '123411.822500', '123412.282500', '123412.742500', '123413.202500', '123413.662500', '123414.122500', '123414.582500', '123415.042500', '123415.502500', '123415.962500', '123416.422500', '123416.882500', '123417.342500', '123417.802500', '123418.262500', '123418.722500', '123419.182500', '123419.642500', '123420.102500', '123420.562500', '123421.022500', '123421.482500', '123421.942500', '123422.402500', '123422.862500', '123423.322500', '123423.782500', '123424.242500', '123424.702500', '123425.162500', '123425.622500', '123426.082500', '123426.542500', '123427.002500', '123427.462500', '123427.922500', '123428.382500', '123428.842500', '123429.302500', '123429.762500', '123430.222500', '123430.682500', '123431.142500', '123431.602500', '123432.062500', '123432.522500', '123432.982500', '123433.442500', '123433.902500', '123434.362500', '123434.822500', '123435.282500', '123435.742500', '123436.202500', '123436.662500', '123437.122500', '123437.582500', '123438.042500', '123438.502500', '123438.962500', '123439.422500', '123439.882500', '123440.342500', '123440.802500', '123441.262500', '123441.722500', '123442.182500', '123442.642500', '123443.102500', '123443.562500', '123444.022500', '123444.482500', '123444.942500', '123445.402500', '123445.862500', '123446.322500', '123446.782500', '123447.242500', '123447.702500', '123448.162500', '123448.622500', '123449.082500', '123449.542500', '123450.002500', '123450.462500', '123450.922500', '123451.382500', '123451.842500', '123452.302500', '123452.762500', '123453.222500', '123453.682500', '123454.142500', '123454.602500', '123455.062500', '123455.522500', '123455.982500', '123456.442500', '123456.902500', '123457.362500', '123457.822500', '123458.282500', '123458.742500', '123459.202500', '123459.662500', '123500.122500', '123500.582500', '123501.042500', '123501.502500', '123501.962500', '123502.422500', '123502.882500', '123503.342500', '123503.802500', '123504.262500', '123504.722500', '123505.182500', '123505.642500', '123506.102500', '123506.562500', '123507.022500', '123507.482500', '123507.942500', '123508.402500', '123508.862500', '123509.322500', '123509.782500', '123510.242500', '123510.702500', '123511.162500', '123511.622500', '123512.082500', '123512.542500', '123513.002500', '123513.462500', '123513.922500', '123514.382500', '123514.842500', '123515.302500', '123515.762500', '123516.222500', '123516.682500', '123517.142500', '123517.602500', '123518.062500', '123518.522500', '123518.982500', '123519.442500', '123519.902500', '123520.362500', '123520.822500', '123521.282500', '123521.742500', '123522.202500', '123522.662500', '123523.122500', '123523.582500', '123524.042500', '123524.502500', '123524.962500', '123525.422500', '123525.882500', '123526.342500', '123526.802500', '123527.262500', '123527.722500', '123528.182500', '123528.642500', '123529.102500', '123529.562500', '123530.022500', '123530.482500', '123530.942500', '123531.402500', '123531.862500', '123532.322500', '123532.782500', '123533.242500', '123533.702500', '123534.162500', '123534.622500', '123535.082500', '123535.542500', '123536.002500', '123536.462500', '123536.922500', '123537.382500', '123537.842500', '123538.302500', '123538.762500', '123539.222500', '123539.682500', '123540.142500', '123540.602500', '123541.062500', '123541.522500', '123541.982500', '123542.442500', '123542.902500', '123543.362500', '123543.822500', '123544.282500', '123544.742500', '123545.202500', '123545.662500', '123546.122500', '123546.582500', '123547.042500', '123547.502500', '123547.962500', '123548.422500', '123548.882500', '123549.342500', '123549.802500', '123550.262500', '123550.722500', '123551.182500', '123551.642500', '123552.102500', '123552.562500', '123553.022500', '123553.482500', '123553.942500', '123554.402500', '123554.862500', '123555.322500', '123555.782500', '123556.242500', '123556.702500', '123557.162500', '123557.622500', '123558.082500', '123558.542500', '123559.002500', '123559.462500', '123559.922500', '123600.382500', '123600.842500', '123601.302500', '123601.762500', '123602.222500', '123602.682500', '123603.142500', '123603.602500', '123604.062500', '123604.522500', '123604.982500', '123605.442500', '123605.902500', '123606.362500', '123606.822500', '123607.282500', '123607.742500', '123608.202500', '123608.662500', '123609.122500', '123609.582500', '123610.042500', '123610.502500', '123610.962500', '123611.422500', '123611.882500', '123612.342500', '123612.802500', '123613.262500', '123613.722500', '123614.182500', '123614.642500', '123615.102500', '123615.562500', '123616.022500', '123616.482500', '123616.942500', '123617.402500', '123617.862500', '123618.322500', '123618.782500', '123619.242500', '123619.702500', '123620.162500', '123620.622500', '123621.082500', '123621.542500', '123622.002500', '123622.462500', '123622.922500', '123623.382500', '123623.842500', '123624.302500', '123624.762500', '123625.222500', '123625.682500', '123626.142500', '123626.602500', '123627.062500', '123627.522500', '123627.982500', '123628.442500', '123628.902500', '123629.362500', '123629.822500', '123630.282500', '123630.742500', '123631.202500', '123631.662500', '123632.122500', '123632.582500', '123633.042500', '123633.502500', '123633.962500', '123634.422500', '123634.882500', '123635.342500', '123635.802500', '123636.262500', '123636.722500', '123637.182500', '123637.642500', '123638.102500', '123638.562500', '123639.022500', '123639.482500', '123639.942500', '123640.402500', '123640.862500', '123641.322500', '123641.782500', '123642.242500', '123642.702500', '123643.162500', '123643.622500', '123644.082500', '123644.542500', '123645.002500', '123645.462500', '123645.922500', '123646.382500', '123646.842500', '123647.302500', '123647.762500', '123648.222500', '123648.682500', '123649.142500', '123649.602500', '123650.062500', '123650.522500', '123650.982500', '123651.442500', '123651.902500', '123652.362500', '123652.822500', '123653.282500', '123653.742500', '123654.202500', '123654.662500', '123655.122500', '123655.582500', '123656.042500', '123656.502500', '123656.962500', '123657.422500', '123657.882500', '123658.342500', '123658.802500', '123659.262500', '123659.722500', '123700.182500', '123700.642500', '123701.102500', '123701.562500', '123702.022500', '123702.482500', '123702.942500', '123703.402500', '123703.862500', '123704.322500', '123704.782500', '123705.242500', '123705.702500', '123706.162500', '123706.622500', '123707.082500', '123707.542500', '123708.002500', '123708.462500', '123708.922500', '123709.382500', '123709.842500', '123710.302500', '123710.762500', '123711.222500', '123711.682500', '123712.142500', '123712.602500', '123713.062500', '123713.522500', '123713.982500', '123714.442500', '123714.902500', '123715.362500', '123715.822500', '123716.282500', '123716.742500', '123717.202500', '123717.662500', '123718.122500', '123718.582500', '123719.042500', '123719.502500', '123719.962500', '123720.422500', '123720.882500', '123721.342500', '123721.802500', '123722.262500', '123722.722500', '123723.182500', '123723.642500', '123724.102500', '123724.562500', '123725.022500', '123725.482500', '123725.942500', '123726.402500', '123726.862500', '123727.322500', '123727.782500', '123728.242500', '123728.702500', '123729.162500', '123729.622500', '123730.082500', '123730.542500', '123731.002500', '123731.462500', '123731.922500', '123732.382500', '123732.842500', '123733.302500', '123733.762500', '123734.222500', '123734.682500', '123735.142500', '123735.602500', '123736.062500', '123736.522500', '123736.982500', '123737.442500', '123737.902500', '123738.362500', '123738.822500', '123739.282500', '123739.742500', '123740.202500', '123740.662500', '123741.122500', '123741.582500', '123742.042500', '123742.502500', '123742.962500', '123743.422500', '123743.882500', '123744.342500', '123744.802500', '123745.262500', '123745.722500', '123746.182500', '123746.642500', '123747.102500', '123747.562500', '123748.022500', '123748.482500', '123748.942500', '123749.402500', '123749.862500', '123750.322500', '123750.782500', '123751.242500', '123751.702500', '123752.162500', '123752.622500', '123753.082500', '123753.542500', '123754.002500', '123754.462500', '123754.922500', '123755.382500', '123755.842500', '123756.302500', '123756.762500', '123757.222500', '123757.682500', '123758.142500', '123758.602500', '123759.062500', '123759.522500', '123759.982500', '123800.442500', '123800.902500', '123801.362500', '123801.822500', '123802.282500', '123802.742500', '123803.202500', '123803.662500', '123804.122500', '123804.582500', '123805.042500', '123805.502500', '123805.962500', '123806.422500', '123806.882500', '123807.342500', '123807.802500', '123808.262500', '123808.722500', '123809.182500', '123809.642500', '123810.102500', '123810.562500', '123811.022500', '123811.482500', '123811.942500', '123812.402500', '123812.862500', '123813.322500', '123813.782500', '123814.242500', '123814.702500', '123815.162500', '123815.622500', '123816.082500', '123816.542500', '123817.002500', '123817.462500', '123817.922500', '123818.382500', '123818.842500', '123819.302500', '123819.762500', '123820.222500', '123820.682500', '123821.142500', '123821.602500', '123822.062500', '123822.522500', '123822.982500', '123823.442500', '123823.902500', '123824.362500', '123824.822500', '123825.282500', '123825.742500', '123826.202500', '123826.662500', '123827.122500', '123827.582500', '123828.042500', '123828.502500', '123828.962500', '123829.422500', '123829.882500', '123830.342500', '123830.802500', '123831.262500', '123831.722500', '123832.182500', '123832.642500', '123833.102500', '123833.562500', '123834.022500', '123834.482500', '123834.942500', '123835.402500', '123835.862500', '123836.322500', '123836.782500', '123837.242500', '123837.702500', '123838.162500', '123838.622500', '123839.082500', '123839.542500', '123840.002500', '123840.462500', '123840.922500', '123841.382500', '123841.842500', '123842.302500', '123842.762500', '123843.222500', '123843.682500', '123844.142500', '123844.602500', '123845.062500', '123845.522500', '123845.982500', '123846.442500', '123846.902500', '123847.362500', '123847.822500', '123848.282500', '123848.742500', '123849.202500', '123849.662500', '123850.122500', '123850.582500', '123851.042500', '123851.502500', '123851.962500', '123852.422500', '123852.882500', '123853.342500', '123853.802500', '123854.262500', '123854.722500', '123855.182500', '123855.642500', '123856.102500', '123856.562500', '123857.022500', '123857.482500', '123857.942500', '123858.402500', '123858.862500', '123859.322500', '123859.782500', '123900.242500', '123900.702500', '123901.162500', '123901.622500', '123902.082500', '123902.542500', '123903.002500', '123903.462500', '123903.922500', '123904.382500', '123904.842500', '123905.302500', '123905.762500', '123906.222500', '123906.682500', '123907.142500', '123907.602500', '123908.062500', '123908.522500', '123908.982500', '123909.442500', '123909.902500', '123910.362500', '123910.822500', '123911.282500', '123911.742500', '123912.202500', '123912.662500', '123913.122500', '123913.582500', '123914.042500', '123914.502500', '123914.962500', '123915.422500', '123915.882500', '123916.342500', '123916.802500', '123917.262500', '123917.722500', '123918.182500', '123918.642500', '123919.102500', '123919.562500', '123920.022500', '123920.482500', '123920.942500', '123921.402500', '123921.862500', '123922.322500', '123922.782500', '123923.242500', '123923.702500', '123924.162500', '123924.622500', '123925.082500', '123925.542500', '123926.002500', '123926.462500', '123926.922500', '123927.382500', '123927.842500', '123928.302500', '123928.762500', '123929.222500', '123929.682500', '123930.142500', '123930.602500', '123931.062500', '123931.522500', '123931.982500', '123932.442500', '123932.902500', '123933.362500', '123933.822500', '123934.282500', '123934.742500', '123935.202500', '123935.662500', '123936.122500', '123936.582500', '123937.042500', '123937.502500', '123937.962500', '123938.422500', '123938.882500', '123939.342500', '123939.802500', '123940.262500', '123940.722500', '123941.182500', '123941.642500', '123942.102500', '123942.562500', '123943.022500', '123943.482500', '123943.942500', '123944.402500', '123944.862500', '123945.322500', '123945.782500', '123946.242500', '123946.702500', '123947.162500', '123947.622500', '123948.082500', '123948.542500', '123949.002500', '123949.462500', '123949.922500', '123950.382500', '123950.842500', '123951.302500', '123951.762500', '123952.222500', '123952.682500', '123953.142500', '123953.602500', '123954.062500', '123954.522500', '123954.982500', '123955.442500', '123955.902500', '123956.362500', '123956.822500', '123957.282500', '123957.742500', '123958.202500', '123958.662500', '123959.122500', '123959.582500', '124000.042500', '124000.502500', '124000.962500', '124001.422500', '124001.882500', '124002.342500', '124002.802500', '124003.262500', '124003.722500', '124004.182500', '124004.642500', '124005.102500', '124005.562500', '124006.022500', '124006.482500', '124006.942500', '124007.402500', '124007.862500', '124008.322500', '124008.782500', '124009.242500', '124009.702500', '124010.162500', '124010.622500', '124011.082500', '124011.542500', '124012.002500', '124012.462500', '124012.922500', '124013.382500', '124013.842500', '124014.302500', '124014.762500', '124015.222500', '124015.682500', '124016.142500', '124016.602500', '124017.062500', '124017.522500', '124017.982500', '124018.442500', '124018.902500', '124019.362500', '124019.822500', '124020.282500', '124020.742500', '124021.202500', '124021.662500', '124022.122500', '124022.582500', '124023.042500', '124023.502500', '124023.962500', '124024.422500', '124024.882500', '124025.342500', '124025.802500', '124026.262500', '124026.722500', '124027.182500', '124027.642500', '124028.102500', '124028.562500', '124029.022500', '124029.482500', '124029.942500', '124030.402500', '124030.862500', '124031.322500', '124031.782500', '124032.242500', '124032.702500', '124033.162500', '124033.622500', '124034.082500', '124034.542500', '124035.002500', '124035.462500', '124035.922500', '124036.382500', '124036.842500', '124037.302500', '124037.762500', '124038.222500', '124038.682500', '124039.142500', '124039.602500'], 'ContentTime': ['123112.638000', '123112.641000', '123112.644000', '123112.647000', '123112.649000', '123112.652000', '123112.655000', '123112.657000', '123112.669000', '123112.671000', '123112.674000', '123112.677000', '123112.679000', '123112.682000', '123112.685000', '123112.687000', '123112.690000', '123112.692000', '123112.695000', '123112.698000', '123112.700000', '123112.703000', '123112.706000', '123112.708000', '123112.711000', '123112.713000', '123112.716000', '123112.719000', '123112.721000', '123112.724000', '123112.727000', '123112.729000', '123112.732000', '123112.734000', '123112.737000', '123112.739000', '123112.748000', '123112.750000', '123112.753000', '123112.756000', '123112.758000', '123112.761000', '123112.763000', '123112.766000', '123112.768000', '123112.771000', '123112.773000', '123112.776000', '123112.778000', '123112.781000', '123112.784000', '123112.786000', '123112.789000', '123112.791000', '123112.794000', '123112.797000', '123112.799000', '123112.802000', '123112.804000', '123112.807000', '123112.810000', '123112.812000', '123132.598000', '123132.601000', '123132.604000', '123132.606000', '123132.610000', '123132.612000', '123132.615000', '123132.617000', '123132.620000', '123132.623000', '123132.625000', '123132.628000', '123132.631000', '123132.633000', '123132.636000', '123132.638000', '123132.641000', '123132.643000', '123132.646000', '123132.649000', '123132.651000', '123132.654000', '123132.656000', '123132.659000', '123132.662000', '123132.666000', '123132.668000', '123132.671000', '123132.673000', '123132.676000', '123132.679000', '123132.681000', '123132.684000', '123132.686000', '123132.689000', '123132.692000', '123132.694000', '123132.697000', '123132.699000', '123132.702000', '123132.705000', '123132.707000', '123132.710000', '123152.597000', '123152.600000', '123152.603000', '123152.605000', '123152.608000', '123152.610000', '123152.613000', '123152.616000', '123152.618000', '123152.621000', '123152.623000', '123152.626000', '123152.628000', '123152.631000', '123152.634000', '123152.636000', '123152.639000', '123152.641000', '123152.644000', '123152.646000', '123152.649000', '123152.651000', '123152.654000', '123152.657000', '123152.659000', '123152.662000', '123152.664000', '123152.667000', '123152.669000', '123152.672000', '123152.674000', '123152.677000', '123152.679000', '123152.682000', '123152.685000', '123152.694000', '123152.697000', '123152.699000', '123152.702000', '123152.704000', '123152.707000', '123152.709000', '123152.712000', '123152.715000', '123212.598000', '123212.600000', '123212.603000', '123212.606000', '123212.608000', '123212.611000', '123212.614000', '123212.616000', '123212.619000', '123212.621000', '123212.624000', '123212.627000', '123212.629000', '123212.632000', '123212.634000', '123212.637000', '123212.639000', '123212.642000', '123212.644000', '123212.647000', '123212.650000', '123212.652000', '123212.655000', '123212.657000', '123212.660000', '123212.662000', '123212.665000', '123212.668000', '123212.670000', '123212.673000', '123212.675000', '123212.678000', '123212.680000', '123212.683000', '123212.685000', '123212.688000', '123212.691000', '123212.693000', '123212.696000', '123212.698000', '123212.701000', '123212.704000', '123212.706000', '123232.597000', '123232.601000', '123232.603000', '123232.606000', '123232.608000', '123232.611000', '123232.614000', '123232.616000', '123232.619000', '123232.621000', '123232.624000', '123232.626000', '123232.629000', '123232.631000', '123232.634000', '123232.636000', '123232.639000', '123232.642000', '123232.644000', '123232.647000', '123232.649000', '123232.652000', '123232.655000', '123232.657000', '123232.660000', '123232.663000', '123232.665000', '123232.668000', '123232.670000', '123232.673000', '123232.675000', '123232.678000', '123232.681000', '123232.683000', '123232.686000', '123232.688000', '123232.691000', '123232.694000', '123232.696000', '123232.699000', '123232.701000', '123232.704000', '123232.706000', '123232.709000', '123252.598000', '123252.600000', '123252.603000', '123252.605000', '123252.608000', '123252.611000', '123252.613000', '123252.616000', '123252.618000', '123252.621000', '123252.623000', '123252.633000', '123252.636000', '123252.638000', '123252.641000', '123252.643000', '123252.646000', '123252.648000', '123252.651000', '123252.654000', '123252.656000', '123252.659000', '123252.661000', '123252.664000', '123252.667000', '123252.669000', '123252.672000', '123252.674000', '123252.677000', '123252.680000', '123252.682000', '123252.685000', '123252.687000', '123252.690000', '123252.693000', '123252.696000', '123252.698000', '123252.702000', '123252.705000', '123252.708000', '123252.710000', '123252.713000', '123252.716000', '123312.596000', '123312.599000', '123312.602000', '123312.605000', '123312.607000', '123312.610000', '123312.612000', '123312.615000', '123312.617000', '123312.620000', '123312.622000', '123312.625000', '123312.627000', '123312.630000', '123312.633000', '123312.635000', '123312.638000', '123312.641000', '123312.644000', '123312.646000', '123312.649000', '123312.652000', '123312.654000', '123312.657000', '123312.660000', '123312.662000', '123312.665000', '123312.667000', '123312.670000', '123312.673000', '123312.675000', '123312.678000', '123312.680000', '123312.683000', '123312.686000', '123312.688000', '123312.691000', '123312.693000', '123312.696000', '123312.698000', '123312.701000', '123312.704000', '123312.706000', '123312.709000', '123332.596000', '123332.599000', '123332.607000', '123332.610000', '123332.613000', '123332.615000', '123332.618000', '123332.620000', '123332.623000', '123332.626000', '123332.628000', '123332.631000', '123332.634000', '123332.636000', '123332.639000', '123332.641000', '123332.644000', '123332.647000', '123332.649000', '123332.652000', '123332.655000', '123332.657000', '123332.660000', '123332.662000', '123332.665000', '123332.667000', '123332.670000', '123332.672000', '123332.675000', '123332.678000', '123332.680000', '123332.687000', '123332.690000', '123332.693000', '123332.696000', '123332.698000', '123332.701000', '123332.704000', '123332.706000', '123332.709000', '123332.711000', '123332.714000', '123332.717000', '123352.598000', '123352.601000', '123352.603000', '123352.606000', '123352.608000', '123352.611000', '123352.613000', '123352.616000', '123352.619000', '123352.621000', '123352.624000', '123352.626000', '123352.629000', '123352.631000', '123352.634000', '123352.636000', '123352.639000', '123352.642000', '123352.644000', '123352.647000', '123352.649000', '123352.652000', '123352.655000', '123352.657000', '123352.660000', '123352.662000', '123352.665000', '123352.667000', '123352.670000', '123352.673000', '123352.675000', '123352.678000', '123352.680000', '123352.683000', '123352.686000', '123352.688000', '123352.691000', '123352.693000', '123352.696000', '123352.698000', '123352.701000', '123352.703000', '123352.706000', '123352.709000', '123412.597000', '123412.600000', '123412.603000', '123412.606000', '123412.608000', '123412.611000', '123412.613000', '123412.616000', '123412.618000', '123412.621000', '123412.623000', '123412.626000', '123412.629000', '123412.631000', '123412.634000', '123412.637000', '123412.639000', '123412.642000', '123412.644000', '123412.647000', '123412.649000', '123412.652000', '123412.654000', '123412.657000', '123412.660000', '123412.662000', '123412.665000', '123412.667000', '123412.670000', '123412.673000', '123412.676000', '123412.678000', '123412.681000', '123412.684000', '123412.686000', '123412.689000', '123412.692000', '123412.694000', '123412.697000', '123412.699000', '123412.702000', '123412.704000', '123412.707000', '123432.598000', '123432.600000', '123432.603000', '123432.606000', '123432.608000', '123432.611000', '123432.614000', '123432.616000', '123432.619000', '123432.621000', '123432.624000', '123432.626000', '123432.629000', '123432.631000', '123432.634000', '123432.637000', '123432.639000', '123432.642000', '123432.645000', '123432.647000', '123432.650000', '123432.652000', '123432.655000', '123432.657000', '123432.660000', '123432.662000', '123432.665000', '123432.668000', '123432.670000', '123432.673000', '123432.675000', '123432.678000', '123432.680000', '123432.683000', '123432.685000', '123432.688000', '123432.691000', '123432.693000', '123432.696000', '123432.698000', '123432.701000', '123432.703000', '123432.706000', '123432.709000', '123452.598000', '123452.600000', '123452.603000', '123452.606000', '123452.608000', '123452.611000', '123452.613000', '123452.616000', '123452.619000', '123452.621000', '123452.624000', '123452.626000', '123452.629000', '123452.631000', '123452.634000', '123452.637000', '123452.639000', '123452.642000', '123452.644000', '123452.647000', '123452.650000', '123452.652000', '123452.655000', '123452.657000', '123452.660000', '123452.662000', '123452.665000', '123452.668000', '123452.670000', '123452.673000', '123452.675000', '123452.678000', '123452.681000', '123452.683000', '123452.686000', '123452.688000', '123452.691000', '123452.694000', '123452.696000', '123452.699000', '123452.701000', '123452.704000', '123452.706000', '123512.597000', '123512.600000', '123512.603000', '123512.606000', '123512.608000', '123512.611000', '123512.614000', '123512.616000', '123512.619000', '123512.621000', '123512.624000', '123512.627000', '123512.638000', '123512.640000', '123512.643000', '123512.645000', '123512.648000', '123512.651000', '123512.653000', '123512.656000', '123512.659000', '123512.661000', '123512.664000', '123512.666000', '123512.669000', '123512.671000', '123512.674000', '123512.677000', '123512.679000', '123512.682000', '123512.684000', '123512.687000', '123512.690000', '123512.692000', '123512.695000', '123512.697000', '123512.700000', '123512.702000', '123512.705000', '123512.708000', '123512.710000', '123512.713000', '123512.715000', '123512.718000', '123532.597000', '123532.599000', '123532.602000', '123532.605000', '123532.607000', '123532.610000', '123532.612000', '123532.615000', '123532.618000', '123532.620000', '123532.623000', '123532.625000', '123532.628000', '123532.631000', '123532.633000', '123532.636000', '123532.638000', '123532.641000', '123532.643000', '123532.646000', '123532.648000', '123532.651000', '123532.654000', '123532.656000', '123532.659000', '123532.661000', '123532.664000', '123532.667000', '123532.669000', '123532.672000', '123532.674000', '123532.677000', '123532.679000', '123532.682000', '123532.685000', '123532.687000', '123532.690000', '123532.692000', '123532.695000', '123532.698000', '123532.700000', '123532.703000', '123532.705000', '123552.596000', '123552.599000', '123552.602000', '123552.605000', '123552.607000', '123552.610000', '123552.612000', '123552.615000', '123552.617000', '123552.620000', '123552.622000', '123552.625000', '123552.628000', '123552.630000', '123552.633000', '123552.635000', '123552.638000', '123552.641000', '123552.643000', '123552.646000', '123552.648000', '123552.651000', '123552.653000', '123552.656000', '123552.659000', '123552.661000', '123552.664000', '123552.666000', '123552.669000', '123552.672000', '123552.674000', '123552.677000', '123552.679000', '123552.682000', '123552.684000', '123552.687000', '123552.690000', '123552.692000', '123552.695000', '123552.697000', '123552.700000', '123552.703000', '123552.705000', '123552.708000', '123612.598000', '123612.601000', '123612.603000', '123612.606000', '123612.608000', '123612.611000', '123612.613000', '123612.616000', '123612.618000', '123612.624000', '123612.626000', '123612.629000', '123612.632000', '123612.634000', '123612.637000', '123612.639000', '123612.642000', '123612.644000', '123612.647000', '123612.650000', '123612.652000', '123612.655000', '123612.657000', '123612.660000', '123612.663000', '123612.665000', '123612.668000', '123612.671000', '123612.673000', '123612.676000', '123612.679000', '123612.681000', '123612.684000', '123612.686000', '123612.689000', '123612.692000', '123612.694000', '123612.697000', '123612.700000', '123612.702000', '123612.705000', '123612.708000', '123612.710000', '123632.598000', '123632.600000', '123632.603000', '123632.606000', '123632.608000', '123632.611000', '123632.614000', '123632.616000', '123632.619000', '123632.621000', '123632.624000', '123632.626000', '123632.629000', '123632.631000', '123632.634000', '123632.637000', '123632.639000', '123632.642000', '123632.645000', '123632.647000', '123632.650000', '123632.652000', '123632.655000', '123632.664000', '123632.667000', '123632.670000', '123632.672000', '123632.675000', '123632.677000', '123632.680000', '123632.682000', '123632.685000', '123632.688000', '123632.690000', '123632.693000', '123632.695000', '123632.698000', '123632.701000', '123632.704000', '123632.706000', '123632.709000', '123632.711000', '123632.714000', '123632.717000', '123652.598000', '123652.602000', '123652.605000', '123652.607000', '123652.610000', '123652.613000', '123652.616000', '123652.618000', '123652.621000', '123652.624000', '123652.626000', '123652.629000', '123652.631000', '123652.634000', '123652.637000', '123652.639000', '123652.642000', '123652.645000', '123652.647000', '123652.650000', '123652.652000', '123652.655000', '123652.657000', '123652.660000', '123652.663000', '123652.665000', '123652.668000', '123652.671000', '123652.673000', '123652.676000', '123652.678000', '123652.681000', '123652.683000', '123652.686000', '123652.689000', '123652.691000', '123652.694000', '123652.696000', '123652.699000', '123652.701000', '123652.704000', '123652.707000', '123652.709000', '123712.597000', '123712.601000', '123712.603000', '123712.606000', '123712.608000', '123712.611000', '123712.614000', '123712.616000', '123712.619000', '123712.622000', '123712.624000', '123712.627000', '123712.629000', '123712.632000', '123712.635000', '123712.637000', '123712.640000', '123712.642000', '123712.645000', '123712.648000', '123712.650000', '123712.653000', '123712.656000', '123712.658000', '123712.661000', '123712.663000', '123712.666000', '123712.669000', '123712.671000', '123712.674000', '123712.676000', '123712.679000', '123712.682000', '123712.684000', '123712.687000', '123712.690000', '123712.692000', '123712.695000', '123712.698000', '123712.700000', '123712.703000', '123712.706000', '123712.708000', '123712.711000', '123732.598000', '123732.600000', '123732.603000', '123732.607000', '123732.609000', '123732.612000', '123732.614000', '123732.617000', '123732.620000', '123732.622000', '123732.625000', '123732.627000', '123732.630000', '123732.633000', '123732.635000', '123732.638000', '123732.640000', '123732.643000', '123732.645000', '123732.648000', '123732.651000', '123732.653000', '123732.656000', '123732.659000', '123732.661000', '123732.664000', '123732.666000', '123732.669000', '123732.671000', '123732.674000', '123732.677000', '123732.679000', '123732.682000', '123732.684000', '123732.687000', '123732.690000', '123732.692000', '123732.695000', '123732.697000', '123732.700000', '123732.703000', '123732.705000', '123732.708000', '123752.597000', '123752.599000', '123752.602000', '123752.605000', '123752.607000', '123752.610000', '123752.612000', '123752.615000', '123752.618000', '123752.621000', '123752.624000', '123752.626000', '123752.629000', '123752.632000', '123752.634000', '123752.637000', '123752.640000', '123752.642000', '123752.645000', '123752.647000', '123752.650000', '123752.653000', '123752.655000', '123752.658000', '123752.661000', '123752.663000', '123752.666000', '123752.669000', '123752.671000', '123752.674000', '123752.677000', '123752.680000', '123752.682000', '123752.685000', '123752.699000', '123752.702000', '123752.704000', '123752.707000', '123752.710000', '123752.712000', '123752.715000', '123752.717000', '123752.720000', '123752.722000', '123812.596000', '123812.599000', '123812.602000', '123812.605000', '123812.607000', '123812.610000', '123812.613000', '123812.615000', '123812.618000', '123812.621000', '123812.623000', '123812.626000', '123812.628000', '123812.631000', '123812.633000', '123812.636000', '123812.638000', '123812.641000', '123812.644000', '123812.646000', '123812.649000', '123812.651000', '123812.654000', '123812.656000', '123812.659000', '123812.662000', '123812.664000', '123812.667000', '123812.670000', '123812.672000', '123812.675000', '123812.678000', '123812.680000', '123812.683000', '123812.686000', '123812.688000', '123812.691000', '123812.693000', '123812.696000', '123812.699000', '123812.701000', '123812.704000', '123812.706000', '123832.598000', '123832.601000', '123832.603000', '123832.606000', '123832.609000', '123832.611000', '123832.614000', '123832.616000', '123832.619000', '123832.622000', '123832.625000', '123832.628000', '123832.631000', '123832.633000', '123832.636000', '123832.639000', '123832.641000', '123832.644000', '123832.646000', '123832.649000', '123832.652000', '123832.654000', '123832.657000', '123832.659000', '123832.662000', '123832.664000', '123832.667000', '123832.670000', '123832.672000', '123832.675000', '123832.677000', '123832.680000', '123832.682000', '123832.685000', '123832.688000', '123832.690000', '123832.693000', '123832.695000', '123832.698000', '123832.701000', '123832.703000', '123832.706000', '123832.708000', '123852.598000', '123852.600000', '123852.603000', '123852.606000', '123852.608000', '123852.611000', '123852.614000', '123852.616000', '123852.619000', '123852.622000', '123852.624000', '123852.627000', '123852.629000', '123852.632000', '123852.635000', '123852.637000', '123852.640000', '123852.643000', '123852.645000', '123852.648000', '123852.651000', '123852.653000', '123852.656000', '123852.659000', '123852.661000', '123852.664000', '123852.667000', '123852.669000', '123852.672000', '123852.675000', '123852.677000', '123852.680000', '123852.683000', '123852.685000', '123852.688000', '123852.691000', '123852.693000', '123852.696000', '123852.698000', '123852.701000', '123852.704000', '123852.706000', '123852.709000', '123852.712000', '123912.598000', '123912.600000', '123912.603000', '123912.606000', '123912.608000', '123912.612000', '123912.615000', '123912.618000', '123912.620000', '123912.623000', '123912.626000', '123912.628000', '123912.631000', '123912.634000', '123912.636000', '123912.639000', '123912.642000', '123912.644000', '123912.647000', '123912.649000', '123912.652000', '123912.655000', '123912.657000', '123912.660000', '123912.663000', '123912.666000', '123912.669000', '123912.672000', '123912.674000', '123912.677000', '123912.680000', '123912.682000', '123912.685000', '123912.687000', '123912.690000', '123912.693000', '123912.695000', '123912.698000', '123912.700000', '123912.703000', '123912.705000', '123912.708000', '123912.710000', '123932.598000', '123932.601000', '123932.604000', '123932.607000', '123932.609000', '123932.612000', '123932.615000', '123932.617000', '123932.620000', '123932.623000', '123932.625000', '123932.628000', '123932.631000', '123932.633000', '123932.636000', '123932.638000', '123932.641000', '123932.644000', '123932.646000', '123932.649000', '123932.652000', '123932.654000', '123932.657000', '123932.659000', '123932.662000', '123932.665000', '123932.667000', '123932.670000', '123932.672000', '123932.675000', '123932.678000', '123932.680000', '123932.683000', '123932.685000', '123932.688000', '123932.691000', '123932.693000', '123932.696000', '123932.699000', '123932.701000', '123932.704000', '123932.706000', '123932.709000', '123932.711000', '123952.598000', '123952.600000', '123952.603000', '123952.606000', '123952.609000', '123952.611000', '123952.614000', '123952.617000', '123952.619000', '123952.622000', '123952.624000', '123952.627000', '123952.629000', '123952.632000', '123952.635000', '123952.637000', '123952.640000', '123952.643000', '123952.646000', '123952.649000', '123952.651000', '123952.654000', '123952.657000', '123952.659000', '123952.662000', '123952.664000', '123952.667000', '123952.670000', '123952.672000', '123952.675000', '123952.678000', '123952.680000', '123952.683000', '123952.686000', '123952.688000', '123952.691000', '123952.693000', '123952.696000', '123952.699000', '123952.701000', '123952.704000', '123952.707000', '123952.709000', '124012.596000', '124012.599000', '124012.602000', '124012.605000', '124012.607000', '124012.610000', '124012.613000', '124012.615000', '124012.618000', '124012.621000', '124012.623000', '124012.626000', '124012.628000', '124012.631000', '124012.634000', '124012.636000', '124012.639000', '124012.642000', '124012.644000', '124012.647000', '124012.650000', '124012.652000', '124012.655000', '124012.657000', '124012.660000', '124012.663000', '124012.665000', '124012.668000', '124012.671000', '124012.673000', '124012.676000', '124012.678000', '124012.681000', '124012.684000', '124012.686000', '124012.689000', '124012.692000', '124012.694000', '124012.697000', '124012.699000', '124012.702000', '124012.705000', '124012.707000', '124012.710000', '124032.597000', '124032.600000', '124032.602000', '124032.605000', '124032.607000', '124032.610000', '124032.613000', '124032.615000', '124032.618000', '124032.620000', '124032.623000', '124032.626000', '124032.628000', '124032.642000', '124032.645000', '124032.647000', '124032.650000', '124032.653000', '124032.656000', '124032.658000', '124032.661000', '124032.664000', '124032.666000', '124032.669000', '124032.672000', '124032.674000', '124032.677000', '124032.679000', '124032.682000', '124032.685000', '124032.687000', '124032.690000', '124032.693000', '124032.695000', '124032.698000', '124032.701000', '124032.704000', '124032.707000', '124032.709000', '124032.712000', '124032.715000', '124032.717000', '124032.720000', '124040.928000', '124040.931000', '124040.934000', '124040.937000', '124040.940000', '124040.943000', '124040.945000', '124040.948000', '124040.951000', '124040.954000', '124040.956000', '124040.959000', '124040.963000', '124040.966000', '124040.969000', '124040.971000', '124040.975000', '124040.978000', '124040.981000'], 'InstanceCreationTime': ['123112.638000', '123112.641000', '123112.644000', '123112.647000', '123112.649000', '123112.652000', '123112.655000', '123112.657000', '123112.669000', '123112.671000', '123112.674000', '123112.677000', '123112.679000', '123112.682000', '123112.685000', '123112.687000', '123112.690000', '123112.692000', '123112.695000', '123112.698000', '123112.700000', '123112.703000', '123112.706000', '123112.708000', '123112.711000', '123112.713000', '123112.716000', '123112.719000', '123112.721000', '123112.724000', '123112.727000', '123112.729000', '123112.732000', '123112.734000', '123112.737000', '123112.739000', '123112.748000', '123112.750000', '123112.753000', '123112.756000', '123112.758000', '123112.761000', '123112.763000', '123112.766000', '123112.768000', '123112.771000', '123112.773000', '123112.776000', '123112.778000', '123112.781000', '123112.784000', '123112.786000', '123112.789000', '123112.791000', '123112.794000', '123112.797000', '123112.799000', '123112.802000', '123112.804000', '123112.807000', '123112.810000', '123112.812000', '123132.598000', '123132.601000', '123132.604000', '123132.606000', '123132.610000', '123132.612000', '123132.615000', '123132.617000', '123132.620000', '123132.623000', '123132.625000', '123132.628000', '123132.631000', '123132.633000', '123132.636000', '123132.638000', '123132.641000', '123132.643000', '123132.646000', '123132.649000', '123132.651000', '123132.654000', '123132.656000', '123132.659000', '123132.662000', '123132.666000', '123132.668000', '123132.671000', '123132.673000', '123132.676000', '123132.679000', '123132.681000', '123132.684000', '123132.686000', '123132.689000', '123132.692000', '123132.694000', '123132.697000', '123132.699000', '123132.702000', '123132.705000', '123132.707000', '123132.710000', '123152.597000', '123152.600000', '123152.603000', '123152.605000', '123152.608000', '123152.610000', '123152.613000', '123152.616000', '123152.618000', '123152.621000', '123152.623000', '123152.626000', '123152.628000', '123152.631000', '123152.634000', '123152.636000', '123152.639000', '123152.641000', '123152.644000', '123152.646000', '123152.649000', '123152.651000', '123152.654000', '123152.657000', '123152.659000', '123152.662000', '123152.664000', '123152.667000', '123152.669000', '123152.672000', '123152.674000', '123152.677000', '123152.679000', '123152.682000', '123152.685000', '123152.694000', '123152.697000', '123152.699000', '123152.702000', '123152.704000', '123152.707000', '123152.709000', '123152.712000', '123152.715000', '123212.598000', '123212.600000', '123212.603000', '123212.606000', '123212.608000', '123212.611000', '123212.614000', '123212.616000', '123212.619000', '123212.621000', '123212.624000', '123212.627000', '123212.629000', '123212.632000', '123212.634000', '123212.637000', '123212.639000', '123212.642000', '123212.644000', '123212.647000', '123212.650000', '123212.652000', '123212.655000', '123212.657000', '123212.660000', '123212.662000', '123212.665000', '123212.668000', '123212.670000', '123212.673000', '123212.675000', '123212.678000', '123212.680000', '123212.683000', '123212.685000', '123212.688000', '123212.691000', '123212.693000', '123212.696000', '123212.698000', '123212.701000', '123212.704000', '123212.706000', '123232.597000', '123232.601000', '123232.603000', '123232.606000', '123232.608000', '123232.611000', '123232.614000', '123232.616000', '123232.619000', '123232.621000', '123232.624000', '123232.626000', '123232.629000', '123232.631000', '123232.634000', '123232.636000', '123232.639000', '123232.642000', '123232.644000', '123232.647000', '123232.649000', '123232.652000', '123232.655000', '123232.657000', '123232.660000', '123232.663000', '123232.665000', '123232.668000', '123232.670000', '123232.673000', '123232.675000', '123232.678000', '123232.681000', '123232.683000', '123232.686000', '123232.688000', '123232.691000', '123232.694000', '123232.696000', '123232.699000', '123232.701000', '123232.704000', '123232.706000', '123232.709000', '123252.598000', '123252.600000', '123252.603000', '123252.605000', '123252.608000', '123252.611000', '123252.613000', '123252.616000', '123252.618000', '123252.621000', '123252.623000', '123252.633000', '123252.636000', '123252.638000', '123252.641000', '123252.643000', '123252.646000', '123252.648000', '123252.651000', '123252.654000', '123252.656000', '123252.659000', '123252.661000', '123252.664000', '123252.667000', '123252.669000', '123252.672000', '123252.674000', '123252.677000', '123252.680000', '123252.682000', '123252.685000', '123252.687000', '123252.690000', '123252.693000', '123252.696000', '123252.698000', '123252.702000', '123252.705000', '123252.708000', '123252.710000', '123252.713000', '123252.716000', '123312.596000', '123312.599000', '123312.602000', '123312.605000', '123312.607000', '123312.610000', '123312.612000', '123312.615000', '123312.617000', '123312.620000', '123312.622000', '123312.625000', '123312.627000', '123312.630000', '123312.633000', '123312.635000', '123312.638000', '123312.641000', '123312.644000', '123312.646000', '123312.649000', '123312.652000', '123312.654000', '123312.657000', '123312.660000', '123312.662000', '123312.665000', '123312.667000', '123312.670000', '123312.673000', '123312.675000', '123312.678000', '123312.680000', '123312.683000', '123312.686000', '123312.688000', '123312.691000', '123312.693000', '123312.696000', '123312.698000', '123312.701000', '123312.704000', '123312.706000', '123312.709000', '123332.596000', '123332.599000', '123332.607000', '123332.610000', '123332.613000', '123332.615000', '123332.618000', '123332.620000', '123332.623000', '123332.626000', '123332.628000', '123332.631000', '123332.634000', '123332.636000', '123332.639000', '123332.641000', '123332.644000', '123332.647000', '123332.649000', '123332.652000', '123332.655000', '123332.657000', '123332.660000', '123332.662000', '123332.665000', '123332.667000', '123332.670000', '123332.672000', '123332.675000', '123332.678000', '123332.680000', '123332.687000', '123332.690000', '123332.693000', '123332.696000', '123332.698000', '123332.701000', '123332.704000', '123332.706000', '123332.709000', '123332.711000', '123332.714000', '123332.717000', '123352.598000', '123352.601000', '123352.603000', '123352.606000', '123352.608000', '123352.611000', '123352.613000', '123352.616000', '123352.619000', '123352.621000', '123352.624000', '123352.626000', '123352.629000', '123352.631000', '123352.634000', '123352.636000', '123352.639000', '123352.642000', '123352.644000', '123352.647000', '123352.649000', '123352.652000', '123352.655000', '123352.657000', '123352.660000', '123352.662000', '123352.665000', '123352.667000', '123352.670000', '123352.673000', '123352.675000', '123352.678000', '123352.680000', '123352.683000', '123352.686000', '123352.688000', '123352.691000', '123352.693000', '123352.696000', '123352.698000', '123352.701000', '123352.703000', '123352.706000', '123352.709000', '123412.597000', '123412.600000', '123412.603000', '123412.606000', '123412.608000', '123412.611000', '123412.613000', '123412.616000', '123412.618000', '123412.621000', '123412.623000', '123412.626000', '123412.629000', '123412.631000', '123412.634000', '123412.637000', '123412.639000', '123412.642000', '123412.644000', '123412.647000', '123412.649000', '123412.652000', '123412.654000', '123412.657000', '123412.660000', '123412.662000', '123412.665000', '123412.667000', '123412.670000', '123412.673000', '123412.676000', '123412.678000', '123412.681000', '123412.684000', '123412.686000', '123412.689000', '123412.692000', '123412.694000', '123412.697000', '123412.699000', '123412.702000', '123412.704000', '123412.707000', '123432.598000', '123432.600000', '123432.603000', '123432.606000', '123432.608000', '123432.611000', '123432.614000', '123432.616000', '123432.619000', '123432.621000', '123432.624000', '123432.626000', '123432.629000', '123432.631000', '123432.634000', '123432.637000', '123432.639000', '123432.642000', '123432.645000', '123432.647000', '123432.650000', '123432.652000', '123432.655000', '123432.657000', '123432.660000', '123432.662000', '123432.665000', '123432.668000', '123432.670000', '123432.673000', '123432.675000', '123432.678000', '123432.680000', '123432.683000', '123432.685000', '123432.688000', '123432.691000', '123432.693000', '123432.696000', '123432.698000', '123432.701000', '123432.703000', '123432.706000', '123432.709000', '123452.598000', '123452.600000', '123452.603000', '123452.606000', '123452.608000', '123452.611000', '123452.613000', '123452.616000', '123452.619000', '123452.621000', '123452.624000', '123452.626000', '123452.629000', '123452.631000', '123452.634000', '123452.637000', '123452.639000', '123452.642000', '123452.644000', '123452.647000', '123452.650000', '123452.652000', '123452.655000', '123452.657000', '123452.660000', '123452.662000', '123452.665000', '123452.668000', '123452.670000', '123452.673000', '123452.675000', '123452.678000', '123452.681000', '123452.683000', '123452.686000', '123452.688000', '123452.691000', '123452.694000', '123452.696000', '123452.699000', '123452.701000', '123452.704000', '123452.706000', '123512.597000', '123512.600000', '123512.603000', '123512.606000', '123512.608000', '123512.611000', '123512.614000', '123512.616000', '123512.619000', '123512.621000', '123512.624000', '123512.627000', '123512.638000', '123512.640000', '123512.643000', '123512.645000', '123512.648000', '123512.651000', '123512.653000', '123512.656000', '123512.659000', '123512.661000', '123512.664000', '123512.666000', '123512.669000', '123512.671000', '123512.674000', '123512.677000', '123512.679000', '123512.682000', '123512.684000', '123512.687000', '123512.690000', '123512.692000', '123512.695000', '123512.697000', '123512.700000', '123512.702000', '123512.705000', '123512.708000', '123512.710000', '123512.713000', '123512.715000', '123512.718000', '123532.597000', '123532.599000', '123532.602000', '123532.605000', '123532.607000', '123532.610000', '123532.612000', '123532.615000', '123532.618000', '123532.620000', '123532.623000', '123532.625000', '123532.628000', '123532.631000', '123532.633000', '123532.636000', '123532.638000', '123532.641000', '123532.643000', '123532.646000', '123532.648000', '123532.651000', '123532.654000', '123532.656000', '123532.659000', '123532.661000', '123532.664000', '123532.667000', '123532.669000', '123532.672000', '123532.674000', '123532.677000', '123532.679000', '123532.682000', '123532.685000', '123532.687000', '123532.690000', '123532.692000', '123532.695000', '123532.698000', '123532.700000', '123532.703000', '123532.705000', '123552.596000', '123552.599000', '123552.602000', '123552.605000', '123552.607000', '123552.610000', '123552.612000', '123552.615000', '123552.617000', '123552.620000', '123552.622000', '123552.625000', '123552.628000', '123552.630000', '123552.633000', '123552.635000', '123552.638000', '123552.641000', '123552.643000', '123552.646000', '123552.648000', '123552.651000', '123552.653000', '123552.656000', '123552.659000', '123552.661000', '123552.664000', '123552.666000', '123552.669000', '123552.672000', '123552.674000', '123552.677000', '123552.679000', '123552.682000', '123552.684000', '123552.687000', '123552.690000', '123552.692000', '123552.695000', '123552.697000', '123552.700000', '123552.703000', '123552.705000', '123552.708000', '123612.598000', '123612.601000', '123612.603000', '123612.606000', '123612.608000', '123612.611000', '123612.613000', '123612.616000', '123612.618000', '123612.624000', '123612.626000', '123612.629000', '123612.632000', '123612.634000', '123612.637000', '123612.639000', '123612.642000', '123612.644000', '123612.647000', '123612.650000', '123612.652000', '123612.655000', '123612.657000', '123612.660000', '123612.663000', '123612.665000', '123612.668000', '123612.671000', '123612.673000', '123612.676000', '123612.679000', '123612.681000', '123612.684000', '123612.686000', '123612.689000', '123612.692000', '123612.694000', '123612.697000', '123612.700000', '123612.702000', '123612.705000', '123612.708000', '123612.710000', '123632.598000', '123632.600000', '123632.603000', '123632.606000', '123632.608000', '123632.611000', '123632.614000', '123632.616000', '123632.619000', '123632.621000', '123632.624000', '123632.626000', '123632.629000', '123632.631000', '123632.634000', '123632.637000', '123632.639000', '123632.642000', '123632.645000', '123632.647000', '123632.650000', '123632.652000', '123632.655000', '123632.664000', '123632.667000', '123632.670000', '123632.672000', '123632.675000', '123632.677000', '123632.680000', '123632.682000', '123632.685000', '123632.688000', '123632.690000', '123632.693000', '123632.695000', '123632.698000', '123632.701000', '123632.704000', '123632.706000', '123632.709000', '123632.711000', '123632.714000', '123632.717000', '123652.598000', '123652.602000', '123652.605000', '123652.607000', '123652.610000', '123652.613000', '123652.616000', '123652.618000', '123652.621000', '123652.624000', '123652.626000', '123652.629000', '123652.631000', '123652.634000', '123652.637000', '123652.639000', '123652.642000', '123652.645000', '123652.647000', '123652.650000', '123652.652000', '123652.655000', '123652.657000', '123652.660000', '123652.663000', '123652.665000', '123652.668000', '123652.671000', '123652.673000', '123652.676000', '123652.678000', '123652.681000', '123652.683000', '123652.686000', '123652.689000', '123652.691000', '123652.694000', '123652.696000', '123652.699000', '123652.701000', '123652.704000', '123652.707000', '123652.709000', '123712.597000', '123712.601000', '123712.603000', '123712.606000', '123712.608000', '123712.611000', '123712.614000', '123712.616000', '123712.619000', '123712.622000', '123712.624000', '123712.627000', '123712.629000', '123712.632000', '123712.635000', '123712.637000', '123712.640000', '123712.642000', '123712.645000', '123712.648000', '123712.650000', '123712.653000', '123712.656000', '123712.658000', '123712.661000', '123712.663000', '123712.666000', '123712.669000', '123712.671000', '123712.674000', '123712.676000', '123712.679000', '123712.682000', '123712.684000', '123712.687000', '123712.690000', '123712.692000', '123712.695000', '123712.698000', '123712.700000', '123712.703000', '123712.706000', '123712.708000', '123712.711000', '123732.598000', '123732.600000', '123732.603000', '123732.607000', '123732.609000', '123732.612000', '123732.614000', '123732.617000', '123732.620000', '123732.622000', '123732.625000', '123732.627000', '123732.630000', '123732.633000', '123732.635000', '123732.638000', '123732.640000', '123732.643000', '123732.645000', '123732.648000', '123732.651000', '123732.653000', '123732.656000', '123732.659000', '123732.661000', '123732.664000', '123732.666000', '123732.669000', '123732.671000', '123732.674000', '123732.677000', '123732.679000', '123732.682000', '123732.684000', '123732.687000', '123732.690000', '123732.692000', '123732.695000', '123732.697000', '123732.700000', '123732.703000', '123732.705000', '123732.708000', '123752.597000', '123752.599000', '123752.602000', '123752.605000', '123752.607000', '123752.610000', '123752.612000', '123752.615000', '123752.618000', '123752.621000', '123752.624000', '123752.626000', '123752.629000', '123752.632000', '123752.634000', '123752.637000', '123752.640000', '123752.642000', '123752.645000', '123752.647000', '123752.650000', '123752.653000', '123752.655000', '123752.658000', '123752.661000', '123752.663000', '123752.666000', '123752.669000', '123752.671000', '123752.674000', '123752.677000', '123752.680000', '123752.682000', '123752.685000', '123752.699000', '123752.702000', '123752.704000', '123752.707000', '123752.710000', '123752.712000', '123752.715000', '123752.717000', '123752.720000', '123752.722000', '123812.596000', '123812.599000', '123812.602000', '123812.605000', '123812.607000', '123812.610000', '123812.613000', '123812.615000', '123812.618000', '123812.621000', '123812.623000', '123812.626000', '123812.628000', '123812.631000', '123812.633000', '123812.636000', '123812.638000', '123812.641000', '123812.644000', '123812.646000', '123812.649000', '123812.651000', '123812.654000', '123812.656000', '123812.659000', '123812.662000', '123812.664000', '123812.667000', '123812.670000', '123812.672000', '123812.675000', '123812.678000', '123812.680000', '123812.683000', '123812.686000', '123812.688000', '123812.691000', '123812.693000', '123812.696000', '123812.699000', '123812.701000', '123812.704000', '123812.706000', '123832.598000', '123832.601000', '123832.603000', '123832.606000', '123832.609000', '123832.611000', '123832.614000', '123832.616000', '123832.619000', '123832.622000', '123832.625000', '123832.628000', '123832.631000', '123832.633000', '123832.636000', '123832.639000', '123832.641000', '123832.644000', '123832.646000', '123832.649000', '123832.652000', '123832.654000', '123832.657000', '123832.659000', '123832.662000', '123832.664000', '123832.667000', '123832.670000', '123832.672000', '123832.675000', '123832.677000', '123832.680000', '123832.682000', '123832.685000', '123832.688000', '123832.690000', '123832.693000', '123832.695000', '123832.698000', '123832.701000', '123832.703000', '123832.706000', '123832.708000', '123852.598000', '123852.600000', '123852.603000', '123852.606000', '123852.608000', '123852.611000', '123852.614000', '123852.616000', '123852.619000', '123852.622000', '123852.624000', '123852.627000', '123852.629000', '123852.632000', '123852.635000', '123852.637000', '123852.640000', '123852.643000', '123852.645000', '123852.648000', '123852.651000', '123852.653000', '123852.656000', '123852.659000', '123852.661000', '123852.664000', '123852.667000', '123852.669000', '123852.672000', '123852.675000', '123852.677000', '123852.680000', '123852.683000', '123852.685000', '123852.688000', '123852.691000', '123852.693000', '123852.696000', '123852.698000', '123852.701000', '123852.704000', '123852.706000', '123852.709000', '123852.712000', '123912.598000', '123912.600000', '123912.603000', '123912.606000', '123912.608000', '123912.612000', '123912.615000', '123912.618000', '123912.620000', '123912.623000', '123912.626000', '123912.628000', '123912.631000', '123912.634000', '123912.636000', '123912.639000', '123912.642000', '123912.644000', '123912.647000', '123912.649000', '123912.652000', '123912.655000', '123912.657000', '123912.660000', '123912.663000', '123912.666000', '123912.669000', '123912.672000', '123912.674000', '123912.677000', '123912.680000', '123912.682000', '123912.685000', '123912.687000', '123912.690000', '123912.693000', '123912.695000', '123912.698000', '123912.700000', '123912.703000', '123912.705000', '123912.708000', '123912.710000', '123932.598000', '123932.601000', '123932.604000', '123932.607000', '123932.609000', '123932.612000', '123932.615000', '123932.617000', '123932.620000', '123932.623000', '123932.625000', '123932.628000', '123932.631000', '123932.633000', '123932.636000', '123932.638000', '123932.641000', '123932.644000', '123932.646000', '123932.649000', '123932.652000', '123932.654000', '123932.657000', '123932.659000', '123932.662000', '123932.665000', '123932.667000', '123932.670000', '123932.672000', '123932.675000', '123932.678000', '123932.680000', '123932.683000', '123932.685000', '123932.688000', '123932.691000', '123932.693000', '123932.696000', '123932.699000', '123932.701000', '123932.704000', '123932.706000', '123932.709000', '123932.711000', '123952.598000', '123952.600000', '123952.603000', '123952.606000', '123952.609000', '123952.611000', '123952.614000', '123952.617000', '123952.619000', '123952.622000', '123952.624000', '123952.627000', '123952.629000', '123952.632000', '123952.635000', '123952.637000', '123952.640000', '123952.643000', '123952.646000', '123952.649000', '123952.651000', '123952.654000', '123952.657000', '123952.659000', '123952.662000', '123952.664000', '123952.667000', '123952.670000', '123952.672000', '123952.675000', '123952.678000', '123952.680000', '123952.683000', '123952.686000', '123952.688000', '123952.691000', '123952.693000', '123952.696000', '123952.699000', '123952.701000', '123952.704000', '123952.707000', '123952.709000', '124012.596000', '124012.599000', '124012.602000', '124012.605000', '124012.607000', '124012.610000', '124012.613000', '124012.615000', '124012.618000', '124012.621000', '124012.623000', '124012.626000', '124012.628000', '124012.631000', '124012.634000', '124012.636000', '124012.639000', '124012.642000', '124012.644000', '124012.647000', '124012.650000', '124012.652000', '124012.655000', '124012.657000', '124012.660000', '124012.663000', '124012.665000', '124012.668000', '124012.671000', '124012.673000', '124012.676000', '124012.678000', '124012.681000', '124012.684000', '124012.686000', '124012.689000', '124012.692000', '124012.694000', '124012.697000', '124012.699000', '124012.702000', '124012.705000', '124012.707000', '124012.710000', '124032.597000', '124032.600000', '124032.602000', '124032.605000', '124032.607000', '124032.610000', '124032.613000', '124032.615000', '124032.618000', '124032.620000', '124032.623000', '124032.626000', '124032.628000', '124032.642000', '124032.645000', '124032.647000', '124032.650000', '124032.653000', '124032.656000', '124032.658000', '124032.661000', '124032.664000', '124032.666000', '124032.669000', '124032.672000', '124032.674000', '124032.677000', '124032.679000', '124032.682000', '124032.685000', '124032.687000', '124032.690000', '124032.693000', '124032.695000', '124032.698000', '124032.701000', '124032.704000', '124032.707000', '124032.709000', '124032.712000', '124032.715000', '124032.717000', '124032.720000', '124040.928000', '124040.931000', '124040.934000', '124040.937000', '124040.940000', '124040.943000', '124040.945000', '124040.948000', '124040.951000', '124040.954000', '124040.956000', '124040.959000', '124040.963000', '124040.966000', '124040.969000', '124040.971000', '124040.975000', '124040.978000', '124040.981000'], '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': [9344, 9297, 9442, 8602, 9598, 9945, 8987, 9374, 9692, 8774, 10392, 8884, 10603, 9043, 10540, 8746, 9596, 8855, 10349, 9094, 10352, 8868, 10252, 8889, 10323, 9128, 10158, 9673, 10116, 9505, 9201, 9483, 8133, 9513, 8383, 9502, 8481, 9600, 8605, 9747, 8995, 10345, 8753, 9449, 8740, 9709, 9513, 9609, 9247, 9653, 9774, 9441, 9853, 9424, 10014, 9483, 7959, 9302, 8346, 9642, 7320, 9455, 8150, 9827, 8429, 9632, 8305, 9863, 8397, 9334, 9570, 9604, 9741, 9310, 9121, 10187, 9176, 9418, 7184, 10089, 8362, 9835, 10504, 9281, 10654, 8639, 10180, 8944, 9578, 10146, 9329, 10309, 9448, 8598, 9392, 8533, 9350, 8030, 10061, 8351, 10298, 8178, 9458, 9046, 9861, 9244, 10057, 9575, 9677, 8296, 9647, 7992, 9527, 8362, 9411, 8632, 8599, 8704, 8824, 8234, 8728, 8184, 8813, 8579, 8584, 8429, 8510, 8126, 8756, 8014, 8854, 8299, 8648, 7814, 8582, 9738, 8690, 10009, 8528, 9396, 8407, 8563, 8512, 9013, 8758, 9239, 8476, 8031, 8442, 8540, 8548, 9754, 8946, 9803, 8231, 9929, 8916, 7643, 9222, 8080, 9955, 7734, 9296, 7628, 9044, 7970, 9404, 9670, 8717, 8641, 8888, 7938, 9320, 8044, 9418, 7709, 8958, 7720, 8791, 8426, 8696, 8124, 8580, 9032, 8489, 9107, 8403, 9281, 8862, 9249, 8291, 9499, 8163, 9312, 8567, 9089, 8500, 9497, 8214, 9715, 8788, 9671, 9263, 10071, 8910, 10283, 9263, 9075, 8544, 8920, 9831, 8891, 9845, 9017, 10094, 9615, 9811, 8607, 9503, 7422, 9370, 9096, 8979, 9522, 9019, 9584, 9055, 9905, 8922, 9891, 8542, 9720, 8558, 9925, 8909, 10496, 8154, 10037, 8335, 9054, 8965, 9325, 9146, 8596, 7981, 8938, 9596, 8777, 9924, 8727, 9692, 8533, 9283, 8439, 9787, 8632, 9874, 8305, 10248, 8362, 10200, 8321, 10129, 8528, 9814, 8098, 9420, 8654, 9445, 9402, 9950, 8839, 8895, 8363, 9245, 7930, 9275, 7564, 8951, 8936, 8877, 9384, 9241, 9524, 9500, 9629, 8982, 10005, 9076, 9859, 9273, 9919, 9029, 9714, 8316, 9522, 7671, 9804, 9149, 9770, 8988, 9137, 8807, 9456, 8856, 9791, 8695, 9845, 8603, 9949, 8725, 9871, 8683, 9738, 8505, 9656, 8415, 9896, 8664, 9648, 8871, 10476, 8483, 10146, 8215, 9960, 8260, 9842, 8346, 8908, 9151, 9088, 8867, 8761, 7736, 8798, 7870, 9035, 7282, 9135, 7548, 9138, 9353, 8919, 9107, 8381, 9580, 8814, 9541, 8077, 9389, 9744, 8709, 9788, 8780, 8652, 7509, 8725, 9256, 8581, 9538, 8080, 9175, 8100, 10039, 8361, 10096, 8157, 9465, 7713, 8971, 8903, 9252, 8383, 8413, 7516, 8749, 7268, 8502, 7814, 8777, 8901, 8422, 9221, 8194, 9352, 8057, 9448, 8337, 9643, 7799, 9610, 7775, 9253, 7689, 9417, 7810, 9444, 8235, 8756, 8714, 8991, 8792, 9324, 7914, 8598, 7702, 8805, 6989, 8983, 9609, 8657, 8821, 8238, 9694, 7478, 9530, 9220, 8781, 7647, 8220, 8214, 8401, 7836, 8148, 8604, 8071, 8533, 8047, 9214, 8187, 9597, 8201, 9179, 7947, 8924, 7952, 8843, 8153, 9635, 7781, 9384, 7869, 9583, 8187, 9716, 7895, 9581, 7946, 9631, 8051, 9545, 8003, 9753, 7924, 9587, 7983, 9701, 8157, 9938, 7727, 9303, 8808, 9057, 8886, 9358, 8483, 8985, 8915, 8630, 8986, 9170, 9059, 9063, 8603, 8327, 8527, 8424, 8344, 8695, 8724, 9047, 8729, 8696, 8959, 9417, 8317, 9148, 8086, 9336, 8567, 9539, 8476, 9490, 8195, 9127, 8593, 9609, 8226, 9000, 7649, 9686, 8011, 9150, 8254, 9285, 7886, 9092, 8080, 9560, 8089, 9329, 8777, 9590, 7705, 10072, 7782, 9582, 8131, 9215, 9802, 8879, 9798, 8867, 8779, 7389, 9076, 7699, 8914, 8091, 8489, 9307, 8270, 8013, 8471, 7771, 8793, 8423, 8509, 9307, 8511, 9193, 8660, 9065, 8999, 9353, 8966, 9462, 8495, 9202, 8477, 10068, 7833, 9412, 8987, 9527, 7788, 8674, 8207, 8786, 8710, 8754, 8903, 8352, 9433, 8346, 9891, 7788, 9161, 7791, 9325, 7650, 9179, 7720, 8495, 7659, 8503, 8397, 8580, 8358, 7852, 7636, 8007, 7108, 8294, 7729, 8490, 8386, 8317, 9046, 8347, 8760, 8512, 9102, 8364, 8918, 7977, 9001, 7943, 9127, 8267, 9099, 8163, 8673, 7996, 8730, 8080, 8880, 8337, 9051, 8127, 9500, 8097, 9405, 8158, 9077, 8112, 8979, 8468, 9000, 8044, 8928, 8225, 8938, 8780, 8924, 8882, 8713, 8619, 8720, 8608, 8569, 8793, 8503, 9116, 8754, 8962, 8661, 8717, 8679, 9037, 9184, 9029, 9023, 8880, 8859, 8472, 9619, 8112, 9100, 6978, 8625, 8732, 8302, 9716, 7458, 8803, 8844, 8584, 8749, 8114, 9373, 7939, 8160, 7792, 8233, 8422, 8886, 7941, 9357, 7999, 8887, 7815, 9768, 7759, 8671, 8036, 7742, 7619, 8485, 7054, 8374, 8910, 7931, 8438, 8011, 9378, 7684, 8796, 8071, 7878, 7701, 8063, 7021, 8105, 8480, 8023, 9061, 7564, 9354, 7668, 9008, 8143, 8553, 7098, 8121, 6838, 8419, 6976, 8625, 8689, 8338, 8759, 8048, 8466, 7966, 9560, 8524, 8608, 7915, 8068, 7577, 8038, 8751, 8148, 8768, 7897, 9099, 8026, 8640, 7792, 8311, 7945, 9483, 7804, 8830, 7416, 9062, 8093, 8713, 8574, 7931, 7530, 8003, 7054, 8255, 7205, 8302, 7740, 8395, 7118, 8461, 7232, 8526, 8396, 8515, 8754, 8211, 8806, 8073, 9055, 8186, 9538, 7867, 9095, 7518, 9304, 7571, 8939, 8733, 8833, 7911, 8430, 7717, 8322, 7089, 8648, 6912, 8487, 6791, 8630, 7869, 9108, 8810, 8797, 9006, 8596, 9168, 7047, 8954, 9292, 8582, 9311, 8143, 8653, 9223, 8820, 9554, 8398, 9039, 7972, 9058, 7630, 9083, 7493, 8845, 8343, 8897, 7229, 8484, 7521, 8570, 7080, 8715, 7325, 8375, 7280, 8562, 6302, 8462, 6793, 8554, 8165, 8276, 8514, 8304, 8758, 8415, 9107, 8322, 8695, 7835, 8305, 8379, 8884, 8330, 8864, 7829, 8758, 8029, 8879, 8239, 8787, 8227, 8549, 8122, 8221, 7997, 8547, 8373, 9034, 8064, 8821, 7826, 8699, 8102, 8904, 7815, 8419, 7474, 8422, 7538, 8642, 8138, 9560, 7853, 9693, 7499, 9463, 8158, 9851, 7976, 9362, 7572, 8970, 7499, 8715, 8054, 8779, 8823, 8400, 8135, 8464, 7114, 8632, 7146, 8524, 6976, 8979, 7483, 9110, 7718, 8822, 7729, 8790, 7362, 9105, 7998, 9429, 7813, 9050, 7363, 8894, 7539, 9296, 7826, 8935, 7464, 8983, 7618, 9499, 7862, 9342, 7986, 9545, 8067, 8840, 8261, 9356, 7138, 8464, 8384, 8723, 9008, 7965, 9240, 7303, 8739, 6999, 8723, 7380, 8967, 8067, 8374, 8635, 8679, 8332, 8780, 7697, 8711, 8577, 8498, 8381, 8355, 8150, 8119, 6939, 8334, 7823, 8168, 7088, 8179, 7647, 8323, 8260, 7898, 7765, 8071, 7538, 8570, 6905, 7864, 7152, 8220, 6837, 8048, 7595, 8081, 7435, 7767, 7974, 7886, 7849, 8519, 7347, 8416, 7576, 8171, 7371, 8726, 7142, 8958, 7577, 8918, 7402, 9044, 7602, 9205, 8024, 9614, 7902, 9558, 7688, 9479, 7817, 8990, 8255, 9102, 8130, 9344, 7710, 9619, 7955, 9873, 8097, 9241, 7524, 9260, 7662, 9458, 7634, 8953, 8481, 8819, 8191, 8216, 8106, 8089, 8239, 7807, 7656, 7970, 7263, 7976, 8423, 8272, 8375, 7721, 7554, 7725, 7952, 8116, 8304, 8040, 7186, 8027, 7282, 8124, 6840, 8085, 7092, 8313, 8043, 7843, 8763, 7665, 8174, 7947, 7811, 8167, 8576, 7767, 8939, 7986, 8988, 8581, 8809, 8417, 9397, 8327, 9310, 8097, 9321, 7794, 8597, 7034, 8165, 8820, 7869, 8996, 7828, 9118, 7926, 8327, 7818, 9250, 7808, 8332, 7733, 9030, 8059, 8948, 7767, 9667, 7655, 9655, 7748, 9632, 7753, 8804, 7169, 8099, 7546, 8337, 8000, 8409, 8552, 7616, 7616, 7573, 7671, 7699, 8221, 7625, 7374, 7431, 6937, 7731, 7795, 7808, 6953, 7819, 7617, 7720, 6746, 7984, 7078, 8153, 8328, 8118, 8802, 7725, 8627, 8078, 8965, 8100, 8943, 7847, 8845, 7864, 9719, 8060, 9294, 7919, 8698, 6814, 9274, 9818, 8496, 9181, 6991, 7995, 8498, 7810, 9125, 7960, 8137, 7470, 8159, 7333, 8206, 7361, 8170, 7408, 8195, 6987, 8491, 7776, 8855, 7742, 8753, 7685, 8551, 8119, 8607, 8491, 8576, 7974, 8571, 8178, 8603, 7970, 8979, 8069, 8916, 7813, 8758, 7592, 8740, 7463, 8824, 8112, 8301, 7801, 8609, 7876, 8426, 8066, 7922, 8156, 7589, 7923, 8047, 7868, 8614, 8115, 8898, 8256, 8821, 7591, 8332, 7251, 8213, 7552, 8155, 7471, 8942, 7413, 8742, 7407, 8662, 7834, 8607, 7622, 8762, 7509, 8856, 7710, 8448, 8005, 8726, 7427, 8703, 7696, 8796, 8010, 8922, 7865, 9504, 7658, 9089, 7760, 9846, 7655, 8662, 8965, 8407, 9606, 7555, 8387, 7352, 7765, 7202, 7745, 8092, 8211, 9126, 7901, 8743, 7669, 8779, 7709, 8972, 8421, 8714, 7811, 9166, 7488, 8995, 7465, 9015, 7657, 9189, 7260, 8529, 6831, 8826, 7189, 9066, 7343, 8751, 6949, 8714, 7044, 8986, 7468, 9248, 7662, 8959, 7477, 9014, 7784, 9094, 7723, 8959, 7359, 8977, 7475, 9349, 7597, 9152, 7538, 8387, 7724, 8501, 7802, 8694, 8402], 'WindowCenter': [3688.0, 3672.0, 3668.0, 3644.0, 3655.0, 3653.0, 3641.0, 3640.0, 3638.0, 3628.0, 3636.0, 3628.0, 3637.0, 3628.0, 3637.0, 3627.0, 3637.0, 3627.0, 3637.0, 3628.0, 3637.0, 3638.0, 3637.0, 3639.0, 3636.0, 3639.0, 3647.0, 3639.0, 3649.0, 3639.0, 3638.0, 3639.0, 3627.0, 3639.0, 3628.0, 3638.0, 3627.0, 3638.0, 3627.0, 3639.0, 3638.0, 3651.0, 3639.0, 3651.0, 3629.0, 3650.0, 3639.0, 3651.0, 3639.0, 3650.0, 3650.0, 3639.0, 3639.0, 3639.0, 3638.0, 3640.0, 3628.0, 3638.0, 3616.0, 3637.0, 3606.0, 3638.0, 3616.0, 3638.0, 3628.0, 3639.0, 3626.0, 3639.0, 3628.0, 3639.0, 3639.0, 3639.0, 3649.0, 3639.0, 3639.0, 3649.0, 3640.0, 3639.0, 3606.0, 3648.0, 3628.0, 3649.0, 3649.0, 3640.0, 3651.0, 3641.0, 3651.0, 3641.0, 3640.0, 3650.0, 3639.0, 3648.0, 3638.0, 3628.0, 3638.0, 3628.0, 3638.0, 3616.0, 3637.0, 3627.0, 3649.0, 3629.0, 3639.0, 3640.0, 3650.0, 3651.0, 3652.0, 3653.0, 3654.0, 3642.0, 3665.0, 3642.0, 3665.0, 3644.0, 3654.0, 3653.0, 3644.0, 3641.0, 3642.0, 3630.0, 3640.0, 3629.0, 3639.0, 3629.0, 3628.0, 3616.0, 3627.0, 3615.0, 3627.0, 3616.0, 3627.0, 3625.0, 3627.0, 3616.0, 3626.0, 3637.0, 3625.0, 3637.0, 3626.0, 3626.0, 3615.0, 3624.0, 3626.0, 3625.0, 3626.0, 3626.0, 3626.0, 3616.0, 3626.0, 3626.0, 3627.0, 3638.0, 3627.0, 3638.0, 3626.0, 3637.0, 3626.0, 3616.0, 3637.0, 3628.0, 3638.0, 3616.0, 3638.0, 3618.0, 3639.0, 3629.0, 3640.0, 3651.0, 3641.0, 3641.0, 3652.0, 3631.0, 3653.0, 3642.0, 3652.0, 3632.0, 3653.0, 3631.0, 3642.0, 3630.0, 3641.0, 3630.0, 3641.0, 3640.0, 3629.0, 3639.0, 3629.0, 3639.0, 3640.0, 3638.0, 3629.0, 3636.0, 3628.0, 3626.0, 3628.0, 3627.0, 3628.0, 3636.0, 3627.0, 3638.0, 3628.0, 3624.0, 3639.0, 3637.0, 3639.0, 3650.0, 3651.0, 3641.0, 3641.0, 3641.0, 3651.0, 3640.0, 3651.0, 3641.0, 3651.0, 3652.0, 3651.0, 3640.0, 3651.0, 3619.0, 3641.0, 3639.0, 3641.0, 3639.0, 3639.0, 3639.0, 3640.0, 3650.0, 3640.0, 3639.0, 3639.0, 3638.0, 3628.0, 3638.0, 3640.0, 3649.0, 3629.0, 3638.0, 3628.0, 3628.0, 3639.0, 3639.0, 3638.0, 3628.0, 3616.0, 3627.0, 3637.0, 3627.0, 3637.0, 3628.0, 3637.0, 3627.0, 3626.0, 3627.0, 3635.0, 3627.0, 3637.0, 3627.0, 3637.0, 3627.0, 3637.0, 3626.0, 3636.0, 3628.0, 3638.0, 3627.0, 3637.0, 3628.0, 3639.0, 3638.0, 3650.0, 3640.0, 3640.0, 3629.0, 3639.0, 3628.0, 3639.0, 3618.0, 3639.0, 3639.0, 3640.0, 3638.0, 3639.0, 3650.0, 3651.0, 3639.0, 3639.0, 3639.0, 3639.0, 3638.0, 3640.0, 3650.0, 3641.0, 3650.0, 3643.0, 3664.0, 3632.0, 3650.0, 3653.0, 3652.0, 3653.0, 3652.0, 3653.0, 3652.0, 3653.0, 3653.0, 3644.0, 3652.0, 3642.0, 3651.0, 3641.0, 3650.0, 3641.0, 3639.0, 3629.0, 3638.0, 3628.0, 3637.0, 3627.0, 3636.0, 3628.0, 3648.0, 3628.0, 3637.0, 3627.0, 3637.0, 3628.0, 3638.0, 3627.0, 3625.0, 3626.0, 3626.0, 3626.0, 3627.0, 3616.0, 3626.0, 3616.0, 3627.0, 3605.0, 3638.0, 3616.0, 3639.0, 3638.0, 3639.0, 3639.0, 3629.0, 3639.0, 3640.0, 3651.0, 3642.0, 3654.0, 3664.0, 3655.0, 3664.0, 3643.0, 3642.0, 3631.0, 3642.0, 3641.0, 3640.0, 3641.0, 3631.0, 3639.0, 3629.0, 3638.0, 3629.0, 3648.0, 3628.0, 3638.0, 3617.0, 3626.0, 3638.0, 3638.0, 3628.0, 3628.0, 3617.0, 3627.0, 3617.0, 3639.0, 3617.0, 3627.0, 3638.0, 3629.0, 3638.0, 3627.0, 3636.0, 3626.0, 3637.0, 3628.0, 3637.0, 3618.0, 3637.0, 3617.0, 3626.0, 3616.0, 3637.0, 3617.0, 3638.0, 3627.0, 3626.0, 3627.0, 3638.0, 3628.0, 3639.0, 3628.0, 3628.0, 3617.0, 3639.0, 3618.0, 3641.0, 3650.0, 3642.0, 3641.0, 3641.0, 3651.0, 3631.0, 3652.0, 3653.0, 3642.0, 3630.0, 3630.0, 3629.0, 3629.0, 3617.0, 3628.0, 3628.0, 3616.0, 3626.0, 3616.0, 3626.0, 3626.0, 3637.0, 3627.0, 3626.0, 3616.0, 3625.0, 3616.0, 3625.0, 3617.0, 3636.0, 3617.0, 3626.0, 3616.0, 3637.0, 3626.0, 3637.0, 3616.0, 3637.0, 3616.0, 3636.0, 3626.0, 3637.0, 3617.0, 3637.0, 3617.0, 3636.0, 3616.0, 3637.0, 3628.0, 3649.0, 3629.0, 3638.0, 3639.0, 3639.0, 3640.0, 3640.0, 3640.0, 3640.0, 3639.0, 3629.0, 3639.0, 3639.0, 3639.0, 3639.0, 3628.0, 3628.0, 3628.0, 3628.0, 3627.0, 3628.0, 3639.0, 3639.0, 3639.0, 3639.0, 3639.0, 3639.0, 3628.0, 3640.0, 3630.0, 3640.0, 3640.0, 3649.0, 3639.0, 3651.0, 3641.0, 3652.0, 3641.0, 3651.0, 3630.0, 3640.0, 3630.0, 3651.0, 3631.0, 3641.0, 3641.0, 3639.0, 3642.0, 3641.0, 3642.0, 3653.0, 3642.0, 3652.0, 3642.0, 3652.0, 3631.0, 3651.0, 3631.0, 3652.0, 3642.0, 3654.0, 3664.0, 3654.0, 3653.0, 3653.0, 3643.0, 3632.0, 3642.0, 3631.0, 3641.0, 3629.0, 3629.0, 3639.0, 3628.0, 3616.0, 3628.0, 3617.0, 3628.0, 3628.0, 3629.0, 3638.0, 3628.0, 3637.0, 3639.0, 3639.0, 3641.0, 3640.0, 3642.0, 3651.0, 3641.0, 3640.0, 3642.0, 3652.0, 3631.0, 3652.0, 3642.0, 3653.0, 3632.0, 3643.0, 3642.0, 3642.0, 3641.0, 3642.0, 3641.0, 3642.0, 3641.0, 3642.0, 3651.0, 3629.0, 3639.0, 3618.0, 3639.0, 3617.0, 3637.0, 3617.0, 3626.0, 3616.0, 3626.0, 3616.0, 3626.0, 3615.0, 3615.0, 3614.0, 3614.0, 3604.0, 3615.0, 3615.0, 3626.0, 3626.0, 3627.0, 3627.0, 3628.0, 3627.0, 3639.0, 3639.0, 3629.0, 3628.0, 3629.0, 3628.0, 3629.0, 3637.0, 3629.0, 3628.0, 3629.0, 3627.0, 3627.0, 3627.0, 3628.0, 3627.0, 3629.0, 3639.0, 3630.0, 3639.0, 3629.0, 3640.0, 3630.0, 3639.0, 3630.0, 3640.0, 3641.0, 3640.0, 3631.0, 3640.0, 3641.0, 3639.0, 3641.0, 3640.0, 3642.0, 3641.0, 3641.0, 3640.0, 3642.0, 3641.0, 3641.0, 3641.0, 3654.0, 3641.0, 3654.0, 3642.0, 3643.0, 3642.0, 3655.0, 3653.0, 3655.0, 3653.0, 3654.0, 3653.0, 3643.0, 3652.0, 3644.0, 3654.0, 3632.0, 3655.0, 3655.0, 3644.0, 3654.0, 3632.0, 3642.0, 3642.0, 3641.0, 3641.0, 3630.0, 3639.0, 3618.0, 3628.0, 3617.0, 3627.0, 3629.0, 3638.0, 3629.0, 3626.0, 3616.0, 3626.0, 3617.0, 3638.0, 3618.0, 3628.0, 3628.0, 3617.0, 3617.0, 3628.0, 3607.0, 3629.0, 3638.0, 3628.0, 3627.0, 3629.0, 3639.0, 3629.0, 3629.0, 3629.0, 3628.0, 3617.0, 3628.0, 3607.0, 3629.0, 3629.0, 3629.0, 3628.0, 3618.0, 3638.0, 3617.0, 3638.0, 3629.0, 3638.0, 3618.0, 3628.0, 3607.0, 3629.0, 3606.0, 3639.0, 3628.0, 3629.0, 3628.0, 3628.0, 3626.0, 3629.0, 3639.0, 3640.0, 3639.0, 3629.0, 3629.0, 3618.0, 3629.0, 3627.0, 3617.0, 3626.0, 3617.0, 3626.0, 3616.0, 3625.0, 3615.0, 3615.0, 3616.0, 3636.0, 3615.0, 3626.0, 3605.0, 3626.0, 3616.0, 3627.0, 3627.0, 3616.0, 3615.0, 3627.0, 3606.0, 3627.0, 3617.0, 3629.0, 3617.0, 3627.0, 3606.0, 3628.0, 3617.0, 3640.0, 3629.0, 3640.0, 3628.0, 3629.0, 3639.0, 3630.0, 3640.0, 3641.0, 3640.0, 3630.0, 3640.0, 3620.0, 3640.0, 3631.0, 3641.0, 3641.0, 3640.0, 3629.0, 3629.0, 3629.0, 3641.0, 3619.0, 3640.0, 3618.0, 3628.0, 3607.0, 3641.0, 3629.0, 3653.0, 3641.0, 3642.0, 3642.0, 3642.0, 3652.0, 3621.0, 3654.0, 3653.0, 3668.0, 3655.0, 3643.0, 3641.0, 3639.0, 3641.0, 3639.0, 3630.0, 3640.0, 3630.0, 3639.0, 3618.0, 3627.0, 3616.0, 3638.0, 3629.0, 3639.0, 3617.0, 3628.0, 3617.0, 3628.0, 3617.0, 3640.0, 3618.0, 3630.0, 3617.0, 3640.0, 3608.0, 3629.0, 3607.0, 3640.0, 3629.0, 3630.0, 3628.0, 3629.0, 3639.0, 3630.0, 3639.0, 3641.0, 3640.0, 3630.0, 3629.0, 3629.0, 3640.0, 3630.0, 3639.0, 3630.0, 3628.0, 3629.0, 3627.0, 3629.0, 3628.0, 3629.0, 3628.0, 3629.0, 3627.0, 3629.0, 3638.0, 3641.0, 3640.0, 3631.0, 3640.0, 3631.0, 3640.0, 3643.0, 3641.0, 3632.0, 3630.0, 3621.0, 3630.0, 3631.0, 3641.0, 3632.0, 3652.0, 3643.0, 3652.0, 3632.0, 3651.0, 3632.0, 3652.0, 3631.0, 3640.0, 3631.0, 3640.0, 3619.0, 3640.0, 3630.0, 3641.0, 3641.0, 3630.0, 3630.0, 3629.0, 3619.0, 3629.0, 3607.0, 3627.0, 3606.0, 3627.0, 3605.0, 3626.0, 3617.0, 3627.0, 3617.0, 3627.0, 3618.0, 3626.0, 3629.0, 3638.0, 3629.0, 3638.0, 3619.0, 3639.0, 3619.0, 3639.0, 3619.0, 3629.0, 3619.0, 3628.0, 3617.0, 3637.0, 3617.0, 3638.0, 3629.0, 3638.0, 3628.0, 3627.0, 3627.0, 3638.0, 3618.0, 3630.0, 3630.0, 3642.0, 3641.0, 3632.0, 3641.0, 3619.0, 3641.0, 3619.0, 3629.0, 3618.0, 3640.0, 3630.0, 3628.0, 3628.0, 3628.0, 3628.0, 3628.0, 3618.0, 3627.0, 3628.0, 3628.0, 3627.0, 3628.0, 3629.0, 3629.0, 3619.0, 3630.0, 3629.0, 3630.0, 3608.0, 3629.0, 3618.0, 3629.0, 3628.0, 3618.0, 3616.0, 3616.0, 3616.0, 3626.0, 3607.0, 3616.0, 3607.0, 3627.0, 3607.0, 3628.0, 3618.0, 3629.0, 3618.0, 3618.0, 3617.0, 3617.0, 3617.0, 3626.0, 3617.0, 3627.0, 3617.0, 3616.0, 3617.0, 3627.0, 3606.0, 3627.0, 3618.0, 3639.0, 3619.0, 3639.0, 3619.0, 3639.0, 3629.0, 3640.0, 3630.0, 3640.0, 3629.0, 3639.0, 3630.0, 3639.0, 3630.0, 3640.0, 3631.0, 3639.0, 3630.0, 3640.0, 3631.0, 3652.0, 3643.0, 3652.0, 3632.0, 3652.0, 3631.0, 3652.0, 3632.0, 3641.0, 3641.0, 3641.0, 3629.0, 3629.0, 3628.0, 3629.0, 3628.0, 3619.0, 3618.0, 3618.0, 3617.0, 3618.0, 3627.0, 3628.0, 3628.0, 3616.0, 3616.0, 3616.0, 3616.0, 3616.0, 3615.0, 3616.0, 3606.0, 3617.0, 3606.0, 3617.0, 3594.0, 3628.0, 3606.0, 3628.0, 3618.0, 3629.0, 3628.0, 3618.0, 3627.0, 3617.0, 3617.0, 3628.0, 3627.0, 3618.0, 3627.0, 3618.0, 3627.0, 3629.0, 3628.0, 3628.0, 3627.0, 3628.0, 3639.0, 3629.0, 3640.0, 3630.0, 3642.0, 3621.0, 3643.0, 3642.0, 3632.0, 3642.0, 3632.0, 3641.0, 3632.0, 3629.0, 3620.0, 3640.0, 3630.0, 3629.0, 3619.0, 3640.0, 3631.0, 3640.0, 3631.0, 3640.0, 3630.0, 3640.0, 3630.0, 3650.0, 3631.0, 3641.0, 3619.0, 3630.0, 3618.0, 3630.0, 3630.0, 3629.0, 3629.0, 3618.0, 3617.0, 3617.0, 3616.0, 3617.0, 3628.0, 3617.0, 3606.0, 3605.0, 3605.0, 3616.0, 3615.0, 3616.0, 3605.0, 3616.0, 3605.0, 3616.0, 3593.0, 3616.0, 3604.0, 3628.0, 3627.0, 3618.0, 3627.0, 3618.0, 3628.0, 3629.0, 3639.0, 3630.0, 3639.0, 3631.0, 3640.0, 3631.0, 3640.0, 3631.0, 3640.0, 3631.0, 3640.0, 3609.0, 3641.0, 3651.0, 3641.0, 3653.0, 3622.0, 3643.0, 3643.0, 3633.0, 3642.0, 3630.0, 3618.0, 3618.0, 3617.0, 3607.0, 3616.0, 3607.0, 3616.0, 3606.0, 3615.0, 3606.0, 3626.0, 3617.0, 3627.0, 3618.0, 3626.0, 3618.0, 3627.0, 3629.0, 3628.0, 3640.0, 3629.0, 3630.0, 3629.0, 3641.0, 3640.0, 3632.0, 3640.0, 3632.0, 3642.0, 3631.0, 3641.0, 3631.0, 3630.0, 3620.0, 3640.0, 3630.0, 3629.0, 3619.0, 3628.0, 3629.0, 3628.0, 3629.0, 3617.0, 3627.0, 3618.0, 3629.0, 3617.0, 3629.0, 3628.0, 3629.0, 3639.0, 3630.0, 3640.0, 3630.0, 3629.0, 3619.0, 3629.0, 3630.0, 3629.0, 3620.0, 3628.0, 3619.0, 3628.0, 3619.0, 3628.0, 3618.0, 3628.0, 3618.0, 3628.0, 3618.0, 3638.0, 3618.0, 3629.0, 3630.0, 3629.0, 3619.0, 3627.0, 3619.0, 3629.0, 3630.0, 3641.0, 3632.0, 3651.0, 3631.0, 3641.0, 3632.0, 3652.0, 3631.0, 3642.0, 3642.0, 3644.0, 3665.0, 3634.0, 3643.0, 3621.0, 3632.0, 3619.0, 3630.0, 3629.0, 3629.0, 3639.0, 3619.0, 3628.0, 3618.0, 3628.0, 3618.0, 3628.0, 3629.0, 3629.0, 3630.0, 3639.0, 3619.0, 3640.0, 3631.0, 3640.0, 3631.0, 3641.0, 3620.0, 3630.0, 3609.0, 3639.0, 3619.0, 3640.0, 3618.0, 3629.0, 3608.0, 3628.0, 3607.0, 3626.0, 3617.0, 3639.0, 3618.0, 3628.0, 3617.0, 3627.0, 3617.0, 3628.0, 3618.0, 3628.0, 3618.0, 3628.0, 3618.0, 3638.0, 3630.0, 3640.0, 3630.0, 3629.0, 3630.0, 3641.0, 3631.0, 3641.0, 3631.0], 'WindowWidth': [8321.0, 8286.0, 8274.0, 8234.0, 8247.0, 8241.0, 8221.0, 8219.0, 8212.0, 8199.0, 8206.0, 8199.0, 8209.0, 8198.0, 8209.0, 8197.0, 8209.0, 8196.0, 8208.0, 8199.0, 8210.0, 8212.0, 8209.0, 8214.0, 8208.0, 8215.0, 8222.0, 8217.0, 8227.0, 8216.0, 8210.0, 8215.0, 8196.0, 8214.0, 8200.0, 8212.0, 8197.0, 8211.0, 8197.0, 8215.0, 8214.0, 8235.0, 8216.0, 8234.0, 8203.0, 8232.0, 8216.0, 8235.0, 8216.0, 8233.0, 8232.0, 8218.0, 8214.0, 8216.0, 8212.0, 8217.0, 8200.0, 8213.0, 8181.0, 8210.0, 8166.0, 8212.0, 8182.0, 8214.0, 8198.0, 8214.0, 8195.0, 8215.0, 8199.0, 8215.0, 8216.0, 8216.0, 8230.0, 8216.0, 8216.0, 8228.0, 8220.0, 8218.0, 8168.0, 8223.0, 8198.0, 8230.0, 8230.0, 8220.0, 8235.0, 8223.0, 8236.0, 8223.0, 8218.0, 8231.0, 8215.0, 8226.0, 8212.0, 8198.0, 8214.0, 8198.0, 8211.0, 8182.0, 8210.0, 8198.0, 8228.0, 8202.0, 8215.0, 8219.0, 8233.0, 8237.0, 8240.0, 8242.0, 8244.0, 8227.0, 8261.0, 8228.0, 8260.0, 8232.0, 8247.0, 8245.0, 8231.0, 8224.0, 8225.0, 8206.0, 8219.0, 8203.0, 8215.0, 8202.0, 8198.0, 8180.0, 8195.0, 8177.0, 8195.0, 8180.0, 8196.0, 8190.0, 8195.0, 8179.0, 8192.0, 8207.0, 8191.0, 8209.0, 8194.0, 8192.0, 8177.0, 8188.0, 8192.0, 8190.0, 8193.0, 8193.0, 8193.0, 8180.0, 8193.0, 8194.0, 8196.0, 8211.0, 8197.0, 8213.0, 8194.0, 8209.0, 8193.0, 8180.0, 8209.0, 8201.0, 8212.0, 8183.0, 8211.0, 8186.0, 8215.0, 8203.0, 8220.0, 8235.0, 8222.0, 8223.0, 8240.0, 8210.0, 8241.0, 8227.0, 8241.0, 8212.0, 8241.0, 8209.0, 8226.0, 8207.0, 8223.0, 8207.0, 8224.0, 8219.0, 8203.0, 8214.0, 8203.0, 8214.0, 8218.0, 8213.0, 8203.0, 8207.0, 8198.0, 8192.0, 8199.0, 8195.0, 8199.0, 8206.0, 8199.0, 8212.0, 8199.0, 8187.0, 8214.0, 8211.0, 8216.0, 8233.0, 8236.0, 8223.0, 8221.0, 8222.0, 8234.0, 8219.0, 8234.0, 8222.0, 8236.0, 8238.0, 8234.0, 8219.0, 8235.0, 8190.0, 8222.0, 8218.0, 8222.0, 8217.0, 8218.0, 8216.0, 8219.0, 8230.0, 8219.0, 8215.0, 8216.0, 8213.0, 8199.0, 8213.0, 8217.0, 8229.0, 8203.0, 8213.0, 8200.0, 8200.0, 8214.0, 8214.0, 8213.0, 8197.0, 8182.0, 8197.0, 8208.0, 8197.0, 8208.0, 8200.0, 8209.0, 8197.0, 8192.0, 8195.0, 8205.0, 8197.0, 8208.0, 8196.0, 8207.0, 8195.0, 8208.0, 8194.0, 8207.0, 8199.0, 8212.0, 8197.0, 8209.0, 8201.0, 8214.0, 8215.0, 8232.0, 8219.0, 8218.0, 8203.0, 8216.0, 8199.0, 8215.0, 8188.0, 8217.0, 8216.0, 8217.0, 8212.0, 8217.0, 8231.0, 8236.0, 8215.0, 8218.0, 8214.0, 8216.0, 8213.0, 8221.0, 8232.0, 8223.0, 8232.0, 8229.0, 8259.0, 8215.0, 8235.0, 8243.0, 8240.0, 8244.0, 8241.0, 8245.0, 8241.0, 8246.0, 8243.0, 8233.0, 8238.0, 8225.0, 8234.0, 8221.0, 8231.0, 8221.0, 8215.0, 8204.0, 8211.0, 8198.0, 8207.0, 8195.0, 8207.0, 8199.0, 8224.0, 8199.0, 8209.0, 8196.0, 8208.0, 8198.0, 8211.0, 8197.0, 8191.0, 8192.0, 8192.0, 8192.0, 8195.0, 8180.0, 8193.0, 8178.0, 8195.0, 8165.0, 8214.0, 8181.0, 8216.0, 8213.0, 8217.0, 8215.0, 8203.0, 8214.0, 8221.0, 8237.0, 8226.0, 8244.0, 8257.0, 8248.0, 8258.0, 8228.0, 8227.0, 8209.0, 8224.0, 8222.0, 8221.0, 8222.0, 8208.0, 8215.0, 8203.0, 8212.0, 8202.0, 8226.0, 8201.0, 8211.0, 8183.0, 8194.0, 8212.0, 8212.0, 8200.0, 8201.0, 8185.0, 8199.0, 8184.0, 8215.0, 8184.0, 8199.0, 8212.0, 8204.0, 8212.0, 8197.0, 8208.0, 8195.0, 8210.0, 8201.0, 8211.0, 8186.0, 8209.0, 8182.0, 8194.0, 8181.0, 8210.0, 8185.0, 8211.0, 8197.0, 8194.0, 8197.0, 8212.0, 8200.0, 8215.0, 8200.0, 8200.0, 8185.0, 8217.0, 8187.0, 8223.0, 8234.0, 8226.0, 8223.0, 8223.0, 8237.0, 8211.0, 8239.0, 8240.0, 8224.0, 8208.0, 8205.0, 8201.0, 8202.0, 8184.0, 8201.0, 8198.0, 8182.0, 8194.0, 8182.0, 8192.0, 8195.0, 8208.0, 8198.0, 8193.0, 8182.0, 8190.0, 8181.0, 8190.0, 8183.0, 8206.0, 8182.0, 8192.0, 8181.0, 8207.0, 8195.0, 8209.0, 8182.0, 8207.0, 8181.0, 8205.0, 8194.0, 8209.0, 8183.0, 8209.0, 8183.0, 8207.0, 8180.0, 8209.0, 8199.0, 8228.0, 8203.0, 8214.0, 8216.0, 8217.0, 8219.0, 8218.0, 8220.0, 8218.0, 8216.0, 8202.0, 8215.0, 8215.0, 8215.0, 8216.0, 8199.0, 8200.0, 8198.0, 8199.0, 8197.0, 8200.0, 8215.0, 8215.0, 8217.0, 8216.0, 8215.0, 8216.0, 8202.0, 8219.0, 8205.0, 8219.0, 8220.0, 8231.0, 8217.0, 8234.0, 8224.0, 8237.0, 8223.0, 8235.0, 8207.0, 8219.0, 8206.0, 8235.0, 8210.0, 8222.0, 8222.0, 8218.0, 8224.0, 8223.0, 8227.0, 8241.0, 8227.0, 8239.0, 8225.0, 8238.0, 8209.0, 8234.0, 8210.0, 8239.0, 8225.0, 8244.0, 8257.0, 8247.0, 8243.0, 8243.0, 8227.0, 8211.0, 8225.0, 8209.0, 8223.0, 8204.0, 8202.0, 8215.0, 8200.0, 8182.0, 8200.0, 8181.0, 8199.0, 8197.0, 8201.0, 8210.0, 8201.0, 8210.0, 8216.0, 8215.0, 8223.0, 8220.0, 8226.0, 8235.0, 8224.0, 8221.0, 8228.0, 8240.0, 8211.0, 8238.0, 8226.0, 8241.0, 8213.0, 8229.0, 8226.0, 8226.0, 8223.0, 8224.0, 8221.0, 8226.0, 8222.0, 8226.0, 8234.0, 8204.0, 8217.0, 8188.0, 8214.0, 8185.0, 8210.0, 8184.0, 8192.0, 8179.0, 8191.0, 8178.0, 8194.0, 8178.0, 8175.0, 8174.0, 8174.0, 8161.0, 8177.0, 8177.0, 8194.0, 8193.0, 8197.0, 8196.0, 8201.0, 8197.0, 8217.0, 8214.0, 8205.0, 8199.0, 8202.0, 8199.0, 8202.0, 8210.0, 8203.0, 8199.0, 8204.0, 8197.0, 8198.0, 8196.0, 8201.0, 8198.0, 8203.0, 8215.0, 8206.0, 8216.0, 8203.0, 8218.0, 8207.0, 8217.0, 8207.0, 8218.0, 8224.0, 8220.0, 8210.0, 8218.0, 8222.0, 8217.0, 8223.0, 8219.0, 8225.0, 8221.0, 8223.0, 8220.0, 8224.0, 8220.0, 8224.0, 8224.0, 8245.0, 8224.0, 8245.0, 8226.0, 8230.0, 8227.0, 8248.0, 8241.0, 8248.0, 8242.0, 8244.0, 8242.0, 8228.0, 8238.0, 8231.0, 8243.0, 8215.0, 8250.0, 8248.0, 8233.0, 8245.0, 8213.0, 8226.0, 8224.0, 8222.0, 8222.0, 8205.0, 8216.0, 8186.0, 8198.0, 8184.0, 8195.0, 8203.0, 8213.0, 8202.0, 8194.0, 8181.0, 8193.0, 8183.0, 8212.0, 8187.0, 8198.0, 8198.0, 8184.0, 8182.0, 8200.0, 8171.0, 8201.0, 8213.0, 8200.0, 8197.0, 8203.0, 8216.0, 8203.0, 8201.0, 8202.0, 8199.0, 8184.0, 8200.0, 8170.0, 8203.0, 8201.0, 8202.0, 8199.0, 8185.0, 8213.0, 8185.0, 8213.0, 8204.0, 8215.0, 8188.0, 8200.0, 8169.0, 8203.0, 8168.0, 8217.0, 8197.0, 8202.0, 8198.0, 8200.0, 8195.0, 8201.0, 8217.0, 8219.0, 8216.0, 8202.0, 8202.0, 8186.0, 8202.0, 8196.0, 8185.0, 8193.0, 8183.0, 8192.0, 8179.0, 8190.0, 8177.0, 8176.0, 8180.0, 8205.0, 8178.0, 8191.0, 8164.0, 8192.0, 8180.0, 8196.0, 8196.0, 8182.0, 8179.0, 8196.0, 8167.0, 8198.0, 8183.0, 8202.0, 8185.0, 8198.0, 8168.0, 8201.0, 8183.0, 8218.0, 8202.0, 8220.0, 8201.0, 8203.0, 8216.0, 8206.0, 8218.0, 8223.0, 8220.0, 8208.0, 8219.0, 8192.0, 8219.0, 8208.0, 8221.0, 8221.0, 8219.0, 8203.0, 8202.0, 8203.0, 8221.0, 8190.0, 8218.0, 8186.0, 8199.0, 8172.0, 8221.0, 8205.0, 8241.0, 8221.0, 8228.0, 8224.0, 8224.0, 8239.0, 8198.0, 8245.0, 8243.0, 8272.0, 8250.0, 8229.0, 8222.0, 8217.0, 8221.0, 8215.0, 8207.0, 8218.0, 8207.0, 8216.0, 8186.0, 8196.0, 8181.0, 8212.0, 8202.0, 8215.0, 8185.0, 8200.0, 8184.0, 8200.0, 8183.0, 8218.0, 8188.0, 8205.0, 8185.0, 8218.0, 8173.0, 8205.0, 8174.0, 8221.0, 8203.0, 8206.0, 8200.0, 8204.0, 8216.0, 8207.0, 8216.0, 8223.0, 8217.0, 8208.0, 8202.0, 8204.0, 8218.0, 8208.0, 8216.0, 8206.0, 8198.0, 8203.0, 8196.0, 8202.0, 8200.0, 8204.0, 8200.0, 8203.0, 8197.0, 8203.0, 8213.0, 8221.0, 8218.0, 8211.0, 8218.0, 8208.0, 8219.0, 8227.0, 8223.0, 8212.0, 8206.0, 8196.0, 8206.0, 8210.0, 8222.0, 8213.0, 8238.0, 8227.0, 8238.0, 8213.0, 8235.0, 8211.0, 8237.0, 8209.0, 8220.0, 8208.0, 8220.0, 8190.0, 8219.0, 8207.0, 8221.0, 8222.0, 8204.0, 8204.0, 8203.0, 8189.0, 8203.0, 8171.0, 8197.0, 8167.0, 8194.0, 8165.0, 8193.0, 8182.0, 8195.0, 8182.0, 8194.0, 8185.0, 8195.0, 8203.0, 8214.0, 8204.0, 8212.0, 8189.0, 8216.0, 8189.0, 8216.0, 8190.0, 8201.0, 8188.0, 8197.0, 8182.0, 8208.0, 8184.0, 8212.0, 8201.0, 8212.0, 8200.0, 8194.0, 8195.0, 8210.0, 8187.0, 8206.0, 8206.0, 8226.0, 8221.0, 8212.0, 8221.0, 8191.0, 8219.0, 8189.0, 8201.0, 8187.0, 8217.0, 8203.0, 8198.0, 8198.0, 8198.0, 8197.0, 8197.0, 8185.0, 8197.0, 8199.0, 8197.0, 8197.0, 8200.0, 8200.0, 8203.0, 8191.0, 8205.0, 8203.0, 8206.0, 8172.0, 8203.0, 8187.0, 8203.0, 8199.0, 8185.0, 8179.0, 8182.0, 8179.0, 8194.0, 8169.0, 8182.0, 8169.0, 8196.0, 8169.0, 8200.0, 8186.0, 8201.0, 8186.0, 8185.0, 8183.0, 8183.0, 8182.0, 8193.0, 8184.0, 8194.0, 8182.0, 8180.0, 8182.0, 8196.0, 8168.0, 8197.0, 8188.0, 8217.0, 8188.0, 8215.0, 8190.0, 8215.0, 8204.0, 8218.0, 8206.0, 8216.0, 8202.0, 8215.0, 8204.0, 8216.0, 8206.0, 8218.0, 8207.0, 8215.0, 8205.0, 8218.0, 8209.0, 8238.0, 8226.0, 8238.0, 8211.0, 8239.0, 8209.0, 8238.0, 8211.0, 8223.0, 8222.0, 8220.0, 8203.0, 8201.0, 8200.0, 8202.0, 8200.0, 8188.0, 8185.0, 8184.0, 8182.0, 8184.0, 8195.0, 8197.0, 8197.0, 8180.0, 8178.0, 8180.0, 8178.0, 8178.0, 8177.0, 8181.0, 8167.0, 8183.0, 8166.0, 8183.0, 8149.0, 8199.0, 8167.0, 8201.0, 8185.0, 8203.0, 8197.0, 8185.0, 8195.0, 8183.0, 8182.0, 8199.0, 8196.0, 8185.0, 8194.0, 8185.0, 8195.0, 8200.0, 8197.0, 8198.0, 8194.0, 8200.0, 8214.0, 8203.0, 8219.0, 8207.0, 8226.0, 8195.0, 8228.0, 8225.0, 8212.0, 8223.0, 8211.0, 8221.0, 8211.0, 8204.0, 8193.0, 8216.0, 8205.0, 8201.0, 8190.0, 8217.0, 8208.0, 8219.0, 8207.0, 8217.0, 8205.0, 8218.0, 8207.0, 8232.0, 8210.0, 8222.0, 8190.0, 8204.0, 8188.0, 8204.0, 8205.0, 8202.0, 8202.0, 8184.0, 8182.0, 8183.0, 8179.0, 8182.0, 8197.0, 8181.0, 8164.0, 8164.0, 8163.0, 8178.0, 8176.0, 8180.0, 8164.0, 8179.0, 8162.0, 8179.0, 8146.0, 8181.0, 8161.0, 8198.0, 8195.0, 8186.0, 8197.0, 8187.0, 8199.0, 8203.0, 8216.0, 8207.0, 8216.0, 8207.0, 8217.0, 8207.0, 8219.0, 8208.0, 8218.0, 8207.0, 8219.0, 8175.0, 8220.0, 8236.0, 8224.0, 8240.0, 8198.0, 8229.0, 8226.0, 8213.0, 8223.0, 8206.0, 8186.0, 8187.0, 8182.0, 8169.0, 8179.0, 8169.0, 8178.0, 8167.0, 8176.0, 8167.0, 8192.0, 8183.0, 8196.0, 8186.0, 8194.0, 8185.0, 8196.0, 8201.0, 8200.0, 8219.0, 8201.0, 8205.0, 8202.0, 8222.0, 8219.0, 8211.0, 8220.0, 8212.0, 8224.0, 8210.0, 8221.0, 8210.0, 8205.0, 8193.0, 8217.0, 8206.0, 8201.0, 8189.0, 8197.0, 8200.0, 8197.0, 8201.0, 8183.0, 8199.0, 8186.0, 8203.0, 8184.0, 8202.0, 8199.0, 8202.0, 8215.0, 8207.0, 8217.0, 8206.0, 8201.0, 8191.0, 8202.0, 8206.0, 8203.0, 8193.0, 8199.0, 8188.0, 8198.0, 8188.0, 8199.0, 8189.0, 8200.0, 8188.0, 8198.0, 8188.0, 8213.0, 8188.0, 8200.0, 8205.0, 8201.0, 8190.0, 8197.0, 8190.0, 8203.0, 8208.0, 8222.0, 8212.0, 8233.0, 8210.0, 8222.0, 8211.0, 8236.0, 8208.0, 8225.0, 8227.0, 8231.0, 8260.0, 8218.0, 8228.0, 8197.0, 8211.0, 8189.0, 8206.0, 8203.0, 8202.0, 8213.0, 8187.0, 8197.0, 8186.0, 8198.0, 8187.0, 8198.0, 8203.0, 8200.0, 8206.0, 8214.0, 8191.0, 8220.0, 8208.0, 8219.0, 8210.0, 8223.0, 8194.0, 8204.0, 8175.0, 8215.0, 8189.0, 8218.0, 8189.0, 8202.0, 8172.0, 8197.0, 8170.0, 8193.0, 8183.0, 8213.0, 8185.0, 8197.0, 8183.0, 8195.0, 8184.0, 8199.0, 8187.0, 8199.0, 8185.0, 8197.0, 8187.0, 8213.0, 8208.0, 8219.0, 8207.0, 8201.0, 8206.0, 8220.0, 8207.0, 8220.0, 8209.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.00035301624129930394</td></tr>
<tr><td colspan=3>aqi</td><td>0.02586558066511988</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.07472846670282</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1725219127476785</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007255457585131</td></tr>
<tr><td colspan=3>efc</td><td>0.45</td></tr>
<tr><td colspan=3>fber</td><td>5064.6621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07186848160566753</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.07733952049497293</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4977885099548245</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4267936694134575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7349198438853386</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3316520165656773</td></tr>
<tr><td colspan=3>gcor</td><td>0.00825922</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018777096644043922</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029633399099111557</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</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.7924398386321414</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>35.8165</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7507</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.2732</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310223.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>628.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>268.106</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3064</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>414.6689</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2899.9421</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3776.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.1011</td></tr>
<tr><td colspan=3>tsnr</td><td>39.033370511606336</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>