<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-02/func/sub-0080_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>6b649d0e3c5f17d02674ccb265aca43a</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>20:56:0.517500</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.998252, -0.0582247, -0.0101064, 0.0589574, 0.992927, 0.103052]</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.102119</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7790, -7238, 518, -35, -280, 40, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.095</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f478a44-b90b-49af-bab7-e22529936f99||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.6782381534576416, 0.1581784188747406, -0.010893895290791988, 103.1011962890625], [0.15621262788772583, 2.6639509201049805, 0.2793620526790619, -102.52864837646484], [-0.027114758267998695, -0.276480108499527, 2.6854865550994873, -49.669273376464844], [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': ['205600.517500', '205600.977500', '205601.437500', '205601.897500', '205602.357500', '205602.817500', '205603.277500', '205603.737500', '205604.197500', '205604.657500', '205605.117500', '205605.577500', '205606.037500', '205606.497500', '205606.957500', '205607.417500', '205607.877500', '205608.337500', '205608.797500', '205609.257500', '205609.717500', '205610.177500', '205610.637500', '205611.097500', '205611.557500', '205612.017500', '205612.477500', '205612.937500', '205613.397500', '205613.857500', '205614.317500', '205614.777500', '205615.237500', '205615.697500', '205616.157500', '205616.617500', '205617.077500', '205617.537500', '205617.997500', '205618.457500', '205618.917500', '205619.377500', '205619.837500', '205620.297500', '205620.757500', '205621.217500', '205621.677500', '205622.137500', '205622.597500', '205623.057500', '205623.517500', '205623.977500', '205624.437500', '205624.897500', '205625.357500', '205625.817500', '205626.277500', '205626.737500', '205627.197500', '205627.657500', '205628.117500', '205628.577500', '205629.037500', '205629.497500', '205629.957500', '205630.417500', '205630.877500', '205631.337500', '205631.797500', '205632.257500', '205632.717500', '205633.177500', '205633.637500', '205634.097500', '205634.557500', '205635.017500', '205635.477500', '205635.937500', '205636.397500', '205636.857500', '205637.317500', '205637.777500', '205638.237500', '205638.697500', '205639.157500', '205639.617500', '205640.077500', '205640.537500', '205640.997500', '205641.457500', '205641.917500', '205642.377500', '205642.837500', '205643.297500', '205643.757500', '205644.217500', '205644.677500', '205645.137500', '205645.597500', '205646.057500', '205646.517500', '205646.977500', '205647.437500', '205647.897500', '205648.357500', '205648.817500', '205649.277500', '205649.737500', '205650.197500', '205650.657500', '205651.117500', '205651.577500', '205652.037500', '205652.497500', '205652.957500', '205653.417500', '205653.877500', '205654.337500', '205654.797500', '205655.257500', '205655.717500', '205656.177500', '205656.637500', '205657.097500', '205657.557500', '205658.017500', '205658.477500', '205658.937500', '205659.397500', '205659.857500', '205700.317500', '205700.777500', '205701.237500', '205701.697500', '205702.157500', '205702.617500', '205703.077500', '205703.537500', '205703.997500', '205704.457500', '205704.917500', '205705.377500', '205705.837500', '205706.297500', '205706.757500', '205707.217500', '205707.677500', '205708.137500', '205708.597500', '205709.057500', '205709.517500', '205709.977500', '205710.437500', '205710.897500', '205711.357500', '205711.817500', '205712.277500', '205712.737500', '205713.197500', '205713.657500', '205714.117500', '205714.577500', '205715.037500', '205715.497500', '205715.957500', '205716.417500', '205716.877500', '205717.337500', '205717.797500', '205718.257500', '205718.717500', '205719.177500', '205719.637500', '205720.097500', '205720.557500', '205721.017500', '205721.477500', '205721.937500', '205722.397500', '205722.857500', '205723.317500', '205723.777500', '205724.237500', '205724.697500', '205725.157500', '205725.617500', '205726.077500', '205726.537500', '205726.997500', '205727.457500', '205727.917500', '205728.377500', '205728.837500', '205729.297500', '205729.757500', '205730.217500', '205730.677500', '205731.137500', '205731.597500', '205732.057500', '205732.517500', '205732.977500', '205733.437500', '205733.897500', '205734.357500', '205734.817500', '205735.277500', '205735.737500', '205736.197500', '205736.657500', '205737.117500', '205737.577500', '205738.037500', '205738.497500', '205738.957500', '205739.417500', '205739.877500', '205740.337500', '205740.797500', '205741.257500', '205741.717500', '205742.177500', '205742.637500', '205743.097500', '205743.557500', '205744.017500', '205744.477500', '205744.937500', '205745.397500', '205745.857500', '205746.317500', '205746.777500', '205747.237500', '205747.697500', '205748.157500', '205748.617500', '205749.077500', '205749.537500', '205749.997500', '205750.457500', '205750.917500', '205751.377500', '205751.837500', '205752.297500', '205752.757500', '205753.217500', '205753.677500', '205754.137500', '205754.597500', '205755.057500', '205755.517500', '205755.977500', '205756.437500', '205756.897500', '205757.357500', '205757.817500', '205758.277500', '205758.737500', '205759.197500', '205759.657500', '205800.117500', '205800.577500', '205801.037500', '205801.497500', '205801.957500', '205802.417500', '205802.877500', '205803.337500', '205803.797500', '205804.257500', '205804.717500', '205805.177500', '205805.637500', '205806.097500', '205806.557500', '205807.017500', '205807.477500', '205807.937500', '205808.397500', '205808.857500', '205809.317500', '205809.777500', '205810.237500', '205810.697500', '205811.157500', '205811.617500', '205812.077500', '205812.537500', '205812.997500', '205813.457500', '205813.917500', '205814.377500', '205814.837500', '205815.297500', '205815.757500', '205816.217500', '205816.677500', '205817.137500', '205817.597500', '205818.057500', '205818.517500', '205818.977500', '205819.437500', '205819.897500', '205820.357500', '205820.817500', '205821.277500', '205821.737500', '205822.197500', '205822.657500', '205823.117500', '205823.577500', '205824.037500', '205824.497500', '205824.957500', '205825.417500', '205825.877500', '205826.337500', '205826.797500', '205827.257500', '205827.717500', '205828.177500', '205828.637500', '205829.097500', '205829.557500', '205830.017500', '205830.477500', '205830.937500', '205831.397500', '205831.857500', '205832.317500', '205832.777500', '205833.237500', '205833.697500', '205834.157500', '205834.617500', '205835.077500', '205835.537500', '205835.997500', '205836.457500', '205836.917500', '205837.377500', '205837.837500', '205838.297500', '205838.757500', '205839.217500', '205839.677500', '205840.137500', '205840.597500', '205841.057500', '205841.517500', '205841.977500', '205842.437500', '205842.897500', '205843.357500', '205843.817500', '205844.277500', '205844.737500', '205845.197500', '205845.657500', '205846.117500', '205846.577500', '205847.037500', '205847.497500', '205847.957500', '205848.417500', '205848.877500', '205849.337500', '205849.797500', '205850.257500', '205850.717500', '205851.177500', '205851.637500', '205852.097500', '205852.557500', '205853.017500', '205853.477500', '205853.937500', '205854.397500', '205854.857500', '205855.317500', '205855.777500', '205856.237500', '205856.697500', '205857.157500', '205857.617500', '205858.077500', '205858.537500', '205858.997500', '205859.457500', '205859.917500', '205900.377500', '205900.837500', '205901.297500', '205901.757500', '205902.217500', '205902.677500', '205903.137500', '205903.597500', '205904.057500', '205904.517500', '205904.977500', '205905.437500', '205905.897500', '205906.357500', '205906.817500', '205907.277500', '205907.737500', '205908.197500', '205908.657500', '205909.117500', '205909.577500', '205910.037500', '205910.497500', '205910.957500', '205911.417500', '205911.877500', '205912.337500', '205912.797500', '205913.257500', '205913.717500', '205914.177500', '205914.637500', '205915.097500', '205915.557500', '205916.017500', '205916.477500', '205916.937500', '205917.397500', '205917.857500', '205918.317500', '205918.777500', '205919.237500', '205919.697500', '205920.157500', '205920.617500', '205921.077500', '205921.537500', '205921.997500', '205922.457500', '205922.917500', '205923.377500', '205923.837500', '205924.297500', '205924.757500', '205925.217500', '205925.677500', '205926.137500', '205926.597500', '205927.057500', '205927.517500', '205927.977500', '205928.437500', '205928.897500', '205929.357500', '205929.817500', '205930.277500', '205930.737500', '205931.197500', '205931.657500', '205932.117500', '205932.577500', '205933.037500', '205933.497500', '205933.957500', '205934.417500', '205934.877500', '205935.337500', '205935.797500', '205936.257500', '205936.717500', '205937.177500', '205937.637500', '205938.097500', '205938.557500', '205939.017500', '205939.477500', '205939.937500', '205940.397500', '205940.857500', '205941.317500', '205941.777500', '205942.237500', '205942.697500', '205943.157500', '205943.617500', '205944.077500', '205944.537500', '205944.997500', '205945.457500', '205945.917500', '205946.377500', '205946.837500', '205947.297500', '205947.757500', '205948.217500', '205948.677500', '205949.137500', '205949.597500', '205950.057500', '205950.517500', '205950.977500', '205951.437500', '205951.897500', '205952.357500', '205952.817500', '205953.277500', '205953.737500', '205954.197500', '205954.657500', '205955.117500', '205955.577500', '205956.037500', '205956.497500', '205956.957500', '205957.417500', '205957.877500', '205958.337500', '205958.797500', '205959.257500', '205959.717500', '210000.177500', '210000.637500', '210001.097500', '210001.557500', '210002.017500', '210002.477500', '210002.937500', '210003.397500', '210003.857500', '210004.317500', '210004.777500', '210005.237500', '210005.697500', '210006.157500', '210006.617500', '210007.077500', '210007.537500', '210007.997500', '210008.457500', '210008.917500', '210009.377500', '210009.837500', '210010.297500', '210010.757500', '210011.217500', '210011.677500', '210012.137500', '210012.597500', '210013.057500', '210013.517500', '210013.977500', '210014.437500', '210014.897500', '210015.357500', '210015.817500', '210016.277500', '210016.737500', '210017.197500', '210017.657500', '210018.117500', '210018.577500', '210019.037500', '210019.497500', '210019.957500', '210020.417500', '210020.877500', '210021.337500', '210021.797500', '210022.257500', '210022.717500', '210023.177500', '210023.637500', '210024.097500', '210024.557500', '210025.017500', '210025.477500', '210025.937500', '210026.397500', '210026.857500', '210027.317500', '210027.777500', '210028.237500', '210028.697500', '210029.157500', '210029.617500', '210030.077500', '210030.537500', '210030.997500', '210031.457500', '210031.917500', '210032.377500', '210032.837500', '210033.297500', '210033.757500', '210034.217500', '210034.677500', '210035.137500', '210035.597500', '210036.057500', '210036.517500', '210036.977500', '210037.437500', '210037.897500', '210038.357500', '210038.817500', '210039.277500', '210039.737500', '210040.197500', '210040.657500', '210041.117500', '210041.577500', '210042.037500', '210042.497500', '210042.957500', '210043.417500', '210043.877500', '210044.337500', '210044.797500', '210045.257500', '210045.717500', '210046.177500', '210046.637500', '210047.097500', '210047.557500', '210048.017500', '210048.477500', '210048.937500', '210049.397500', '210049.857500', '210050.317500', '210050.777500', '210051.237500', '210051.697500', '210052.157500', '210052.617500', '210053.077500', '210053.537500', '210053.997500', '210054.457500', '210054.917500', '210055.377500', '210055.837500', '210056.297500', '210056.757500', '210057.217500', '210057.677500', '210058.137500', '210058.597500', '210059.057500', '210059.517500', '210059.977500', '210100.437500', '210100.897500', '210101.357500', '210101.817500', '210102.277500', '210102.737500', '210103.197500', '210103.657500', '210104.117500', '210104.577500', '210105.037500', '210105.497500', '210105.957500', '210106.417500', '210106.877500', '210107.337500', '210107.797500', '210108.257500', '210108.717500', '210109.177500', '210109.637500', '210110.097500', '210110.557500', '210111.017500', '210111.477500', '210111.937500', '210112.397500', '210112.857500', '210113.317500', '210113.777500', '210114.237500', '210114.697500', '210115.157500', '210115.617500', '210116.077500', '210116.537500', '210116.997500', '210117.457500', '210117.917500', '210118.377500', '210118.837500', '210119.297500', '210119.757500', '210120.217500', '210120.677500', '210121.137500', '210121.597500', '210122.057500', '210122.517500', '210122.977500', '210123.437500', '210123.897500', '210124.357500', '210124.817500', '210125.277500', '210125.737500', '210126.197500', '210126.657500', '210127.117500', '210127.577500', '210128.037500', '210128.497500', '210128.957500', '210129.417500', '210129.877500', '210130.337500', '210130.797500', '210131.257500', '210131.717500', '210132.177500', '210132.637500', '210133.097500', '210133.557500', '210134.017500', '210134.477500', '210134.937500', '210135.397500', '210135.857500', '210136.317500', '210136.777500', '210137.237500', '210137.697500', '210138.157500', '210138.617500', '210139.077500', '210139.537500', '210139.997500', '210140.457500', '210140.917500', '210141.377500', '210141.837500', '210142.297500', '210142.757500', '210143.217500', '210143.677500', '210144.137500', '210144.597500', '210145.057500', '210145.517500', '210145.977500', '210146.437500', '210146.897500', '210147.357500', '210147.817500', '210148.277500', '210148.737500', '210149.197500', '210149.657500', '210150.117500', '210150.577500', '210151.037500', '210151.497500', '210151.957500', '210152.417500', '210152.877500', '210153.337500', '210153.797500', '210154.257500', '210154.717500', '210155.177500', '210155.637500', '210156.097500', '210156.557500', '210157.017500', '210157.477500', '210157.937500', '210158.397500', '210158.857500', '210159.317500', '210159.777500', '210200.237500', '210200.697500', '210201.157500', '210201.617500', '210202.077500', '210202.537500', '210202.997500', '210203.457500', '210203.917500', '210204.377500', '210204.837500', '210205.297500', '210205.757500', '210206.217500', '210206.677500', '210207.137500', '210207.597500', '210208.057500', '210208.517500', '210208.977500', '210209.437500', '210209.897500', '210210.357500', '210210.817500', '210211.277500', '210211.737500', '210212.197500', '210212.657500', '210213.117500', '210213.577500', '210214.037500', '210214.497500', '210214.957500', '210215.417500', '210215.877500', '210216.337500', '210216.797500', '210217.257500', '210217.717500', '210218.177500', '210218.637500', '210219.097500', '210219.557500', '210220.017500', '210220.477500', '210220.937500', '210221.397500', '210221.857500', '210222.317500', '210222.777500', '210223.237500', '210223.697500', '210224.157500', '210224.617500', '210225.077500', '210225.537500', '210225.997500', '210226.457500', '210226.917500', '210227.377500', '210227.837500', '210228.297500', '210228.757500', '210229.217500', '210229.677500', '210230.137500', '210230.597500', '210231.057500', '210231.517500', '210231.977500', '210232.437500', '210232.897500', '210233.357500', '210233.817500', '210234.277500', '210234.737500', '210235.197500', '210235.657500', '210236.117500', '210236.577500', '210237.037500', '210237.497500', '210237.957500', '210238.417500', '210238.877500', '210239.337500', '210239.797500', '210240.257500', '210240.717500', '210241.177500', '210241.637500', '210242.097500', '210242.557500', '210243.017500', '210243.477500', '210243.937500', '210244.397500', '210244.857500', '210245.317500', '210245.777500', '210246.237500', '210246.697500', '210247.157500', '210247.617500', '210248.077500', '210248.537500', '210248.997500', '210249.457500', '210249.917500', '210250.377500', '210250.837500', '210251.297500', '210251.757500', '210252.217500', '210252.677500', '210253.137500', '210253.597500', '210254.057500', '210254.517500', '210254.977500', '210255.437500', '210255.897500', '210256.357500', '210256.817500', '210257.277500', '210257.737500', '210258.197500', '210258.657500', '210259.117500', '210259.577500', '210300.037500', '210300.497500', '210300.957500', '210301.417500', '210301.877500', '210302.337500', '210302.797500', '210303.257500', '210303.717500', '210304.177500', '210304.637500', '210305.097500', '210305.557500', '210306.017500', '210306.477500', '210306.937500', '210307.397500', '210307.857500', '210308.317500', '210308.777500', '210309.237500', '210309.697500', '210310.157500', '210310.617500', '210311.077500', '210311.537500', '210311.997500', '210312.457500', '210312.917500', '210313.377500', '210313.837500', '210314.297500', '210314.757500', '210315.217500', '210315.677500', '210316.137500', '210316.597500', '210317.057500', '210317.517500', '210317.977500', '210318.437500', '210318.897500', '210319.357500', '210319.817500', '210320.277500', '210320.737500', '210321.197500', '210321.657500', '210322.117500', '210322.577500', '210323.037500', '210323.497500', '210323.957500', '210324.417500', '210324.877500', '210325.337500', '210325.797500', '210326.257500', '210326.717500', '210327.177500', '210327.637500', '210328.097500', '210328.557500', '210329.017500', '210329.477500', '210329.937500', '210330.397500', '210330.857500', '210331.317500', '210331.777500', '210332.237500', '210332.697500', '210333.157500', '210333.617500', '210334.077500', '210334.537500', '210334.997500', '210335.457500', '210335.917500', '210336.377500', '210336.837500', '210337.297500', '210337.757500', '210338.217500', '210338.677500', '210339.137500', '210339.597500', '210340.057500', '210340.517500', '210340.977500', '210341.437500', '210341.897500', '210342.357500', '210342.817500', '210343.277500', '210343.737500', '210344.197500', '210344.657500', '210345.117500', '210345.577500', '210346.037500', '210346.497500', '210346.957500', '210347.417500', '210347.877500', '210348.337500', '210348.797500', '210349.257500', '210349.717500', '210350.177500', '210350.637500', '210351.097500', '210351.557500', '210352.017500', '210352.477500', '210352.937500', '210353.397500', '210353.857500', '210354.317500', '210354.777500', '210355.237500', '210355.697500', '210356.157500', '210356.617500', '210357.077500', '210357.537500', '210357.997500', '210358.457500', '210358.917500', '210359.377500', '210359.837500', '210400.297500', '210400.757500', '210401.217500', '210401.677500', '210402.137500', '210402.597500', '210403.057500', '210403.517500', '210403.977500', '210404.437500', '210404.897500', '210405.357500', '210405.817500', '210406.277500', '210406.737500', '210407.197500', '210407.657500', '210408.117500', '210408.577500', '210409.037500', '210409.497500', '210409.957500', '210410.417500', '210410.877500', '210411.337500', '210411.797500', '210412.257500', '210412.717500', '210413.177500', '210413.637500', '210414.097500', '210414.557500', '210415.017500', '210415.477500', '210415.937500', '210416.397500', '210416.857500', '210417.317500', '210417.777500', '210418.237500', '210418.697500', '210419.157500', '210419.617500', '210420.077500', '210420.537500', '210420.997500', '210421.457500', '210421.917500', '210422.377500', '210422.837500', '210423.297500', '210423.757500', '210424.217500', '210424.677500', '210425.137500', '210425.597500', '210426.057500', '210426.517500', '210426.977500', '210427.437500', '210427.897500', '210428.357500', '210428.817500', '210429.277500', '210429.737500', '210430.197500', '210430.657500', '210431.117500', '210431.577500', '210432.037500', '210432.497500', '210432.957500', '210433.417500', '210433.877500', '210434.337500', '210434.797500', '210435.257500', '210435.717500', '210436.177500', '210436.637500', '210437.097500', '210437.557500', '210438.017500', '210438.477500', '210438.937500', '210439.397500', '210439.857500', '210440.317500', '210440.777500', '210441.237500', '210441.697500', '210442.157500', '210442.617500', '210443.077500', '210443.537500', '210443.997500', '210444.457500', '210444.917500', '210445.377500', '210445.837500', '210446.297500', '210446.757500', '210447.217500', '210447.677500', '210448.137500', '210448.597500', '210449.057500', '210449.517500', '210449.977500', '210450.437500', '210450.897500', '210451.357500', '210451.817500', '210452.277500', '210452.737500', '210453.197500', '210453.657500', '210454.117500', '210454.577500', '210455.037500', '210455.497500', '210455.957500', '210456.417500', '210456.877500', '210457.337500', '210457.797500', '210458.257500', '210458.717500', '210459.177500', '210459.637500', '210500.097500', '210500.557500', '210501.017500', '210501.477500', '210501.937500', '210502.397500', '210502.857500', '210503.317500', '210503.777500', '210504.237500', '210504.697500', '210505.157500', '210505.617500', '210506.077500', '210506.537500', '210506.997500', '210507.457500', '210507.917500', '210508.377500', '210508.837500', '210509.297500', '210509.757500', '210510.217500', '210510.677500', '210511.137500', '210511.597500', '210512.057500', '210512.517500', '210512.977500', '210513.437500', '210513.897500', '210514.357500', '210514.817500', '210515.277500', '210515.737500', '210516.197500', '210516.657500', '210517.117500', '210517.577500', '210518.037500', '210518.497500', '210518.957500', '210519.417500', '210519.877500', '210520.337500', '210520.797500', '210521.257500', '210521.717500', '210522.177500', '210522.637500', '210523.097500', '210523.557500', '210524.017500', '210524.477500', '210524.937500', '210525.397500', '210525.857500', '210526.317500', '210526.777500', '210527.237500', '210527.697500', '210528.157500', '210528.617500', '210529.077500', '210529.537500', '210529.997500', '210530.457500', '210530.917500', '210531.377500', '210531.837500', '210532.297500', '210532.757500', '210533.217500', '210533.677500', '210534.137500', '210534.597500', '210535.057500', '210535.517500', '210535.977500', '210536.437500', '210536.897500', '210537.357500', '210537.817500', '210538.277500', '210538.737500', '210539.197500', '210539.657500', '210540.117500', '210540.577500', '210541.037500', '210541.497500', '210541.957500', '210542.417500', '210542.877500', '210543.337500', '210543.797500', '210544.257500', '210544.717500', '210545.177500', '210545.637500', '210546.097500', '210546.557500', '210547.017500', '210547.477500', '210547.937500', '210548.397500', '210548.857500', '210549.317500', '210549.777500', '210550.237500', '210550.697500', '210551.157500', '210551.617500', '210552.077500', '210552.537500', '210552.997500', '210553.457500', '210553.917500', '210554.377500', '210554.837500', '210555.297500', '210555.757500', '210556.217500', '210556.677500', '210557.137500'], 'ContentTime': ['205617.690000', '205617.694000', '205617.697000', '205617.699000', '205617.702000', '205617.712000', '205617.715000', '205617.718000', '205617.720000', '205617.723000', '205617.725000', '205617.728000', '205617.731000', '205617.733000', '205617.736000', '205617.738000', '205617.741000', '205617.744000', '205617.746000', '205617.749000', '205617.751000', '205617.754000', '205617.757000', '205617.759000', '205617.762000', '205617.765000', '205617.767000', '205617.770000', '205617.772000', '205617.775000', '205617.778000', '205617.780000', '205617.783000', '205617.785000', '205617.788000', '205617.791000', '205637.659000', '205637.661000', '205637.664000', '205637.667000', '205637.669000', '205637.672000', '205637.675000', '205637.677000', '205637.680000', '205637.682000', '205637.685000', '205637.688000', '205637.692000', '205637.694000', '205637.697000', '205637.700000', '205637.702000', '205637.705000', '205637.707000', '205637.710000', '205637.713000', '205637.715000', '205637.718000', '205637.721000', '205637.723000', '205637.726000', '205637.728000', '205637.731000', '205637.734000', '205637.736000', '205637.739000', '205637.741000', '205637.744000', '205637.747000', '205637.749000', '205637.752000', '205637.754000', '205637.757000', '205637.760000', '205637.762000', '205637.765000', '205637.767000', '205637.770000', '205657.658000', '205657.661000', '205657.664000', '205657.667000', '205657.676000', '205657.678000', '205657.681000', '205657.683000', '205657.686000', '205657.688000', '205657.691000', '205657.694000', '205657.696000', '205657.699000', '205657.701000', '205657.704000', '205657.707000', '205657.709000', '205657.712000', '205657.730000', '205657.732000', '205657.735000', '205657.737000', '205657.740000', '205657.743000', '205657.745000', '205657.748000', '205657.750000', '205657.753000', '205657.755000', '205657.758000', '205657.761000', '205657.763000', '205657.766000', '205657.768000', '205657.771000', '205657.774000', '205657.776000', '205657.779000', '205657.782000', '205657.784000', '205657.787000', '205657.789000', '205657.792000', '205717.658000', '205717.661000', '205717.664000', '205717.667000', '205717.669000', '205717.672000', '205717.675000', '205717.677000', '205717.680000', '205717.682000', '205717.685000', '205717.688000', '205717.690000', '205717.693000', '205717.695000', '205717.698000', '205717.701000', '205717.703000', '205717.706000', '205717.709000', '205717.711000', '205717.714000', '205717.716000', '205717.719000', '205717.722000', '205717.724000', '205717.727000', '205717.729000', '205717.732000', '205717.735000', '205717.737000', '205717.740000', '205717.743000', '205717.746000', '205717.748000', '205717.751000', '205717.753000', '205717.756000', '205717.759000', '205717.761000', '205717.764000', '205717.767000', '205717.769000', '205737.658000', '205737.661000', '205737.664000', '205737.666000', '205737.669000', '205737.672000', '205737.675000', '205737.677000', '205737.680000', '205737.682000', '205737.685000', '205737.688000', '205737.690000', '205737.693000', '205737.695000', '205737.698000', '205737.701000', '205737.703000', '205737.706000', '205737.709000', '205737.711000', '205737.714000', '205737.716000', '205737.719000', '205737.721000', '205737.724000', '205737.727000', '205737.729000', '205737.732000', '205737.734000', '205737.737000', '205737.740000', '205737.742000', '205737.745000', '205737.748000', '205737.750000', '205737.753000', '205737.755000', '205737.758000', '205737.761000', '205737.763000', '205737.766000', '205737.769000', '205737.771000', '205757.658000', '205757.661000', '205757.664000', '205757.666000', '205757.669000', '205757.672000', '205757.674000', '205757.677000', '205757.680000', '205757.682000', '205757.685000', '205757.687000', '205757.690000', '205757.693000', '205757.695000', '205757.698000', '205757.701000', '205757.703000', '205757.706000', '205757.708000', '205757.711000', '205757.714000', '205757.716000', '205757.719000', '205757.721000', '205757.724000', '205757.727000', '205757.729000', '205757.732000', '205757.734000', '205757.737000', '205757.740000', '205757.742000', '205757.745000', '205757.748000', '205757.750000', '205757.753000', '205757.755000', '205757.758000', '205757.761000', '205757.763000', '205757.766000', '205757.769000', '205817.657000', '205817.660000', '205817.663000', '205817.666000', '205817.668000', '205817.671000', '205817.674000', '205817.676000', '205817.679000', '205817.681000', '205817.684000', '205817.687000', '205817.689000', '205817.692000', '205817.694000', '205817.697000', '205817.700000', '205817.702000', '205817.705000', '205817.708000', '205817.710000', '205817.713000', '205817.715000', '205817.718000', '205817.721000', '205817.724000', '205817.726000', '205817.729000', '205817.731000', '205817.734000', '205817.737000', '205817.739000', '205817.742000', '205817.745000', '205817.747000', '205817.750000', '205817.752000', '205817.755000', '205817.758000', '205817.760000', '205817.763000', '205817.766000', '205817.768000', '205837.658000', '205837.661000', '205837.664000', '205837.666000', '205837.669000', '205837.672000', '205837.674000', '205837.677000', '205837.680000', '205837.682000', '205837.685000', '205837.688000', '205837.690000', '205837.693000', '205837.695000', '205837.723000', '205837.726000', '205837.728000', '205837.731000', '205837.733000', '205837.736000', '205837.739000', '205837.741000', '205837.744000', '205837.746000', '205837.749000', '205837.752000', '205837.754000', '205837.757000', '205837.760000', '205837.762000', '205837.765000', '205837.768000', '205837.770000', '205837.773000', '205837.775000', '205837.778000', '205837.781000', '205837.783000', '205837.786000', '205837.789000', '205837.791000', '205837.794000', '205837.796000', '205857.659000', '205857.661000', '205857.664000', '205857.667000', '205857.671000', '205857.674000', '205857.677000', '205857.679000', '205857.682000', '205857.685000', '205857.687000', '205857.690000', '205857.692000', '205857.695000', '205857.698000', '205857.700000', '205857.703000', '205857.706000', '205857.708000', '205857.711000', '205857.714000', '205857.716000', '205857.719000', '205857.721000', '205857.724000', '205857.727000', '205857.729000', '205857.732000', '205857.735000', '205857.737000', '205857.740000', '205857.742000', '205857.745000', '205857.748000', '205857.750000', '205857.753000', '205857.756000', '205857.758000', '205857.761000', '205857.763000', '205857.766000', '205857.769000', '205857.771000', '205857.774000', '205917.658000', '205917.661000', '205917.664000', '205917.666000', '205917.669000', '205917.672000', '205917.675000', '205917.677000', '205917.680000', '205917.682000', '205917.685000', '205917.688000', '205917.690000', '205917.693000', '205917.696000', '205917.698000', '205917.701000', '205917.703000', '205917.706000', '205917.709000', '205917.711000', '205917.714000', '205917.717000', '205917.719000', '205917.722000', '205917.724000', '205917.727000', '205917.730000', '205917.732000', '205917.735000', '205917.738000', '205917.740000', '205917.743000', '205917.745000', '205917.748000', '205917.751000', '205917.753000', '205917.756000', '205917.759000', '205917.761000', '205917.764000', '205917.767000', '205917.769000', '205937.658000', '205937.661000', '205937.664000', '205937.666000', '205937.669000', '205937.672000', '205937.674000', '205937.677000', '205937.679000', '205937.682000', '205937.684000', '205937.688000', '205937.690000', '205937.693000', '205937.695000', '205937.698000', '205937.701000', '205937.703000', '205937.706000', '205937.709000', '205937.711000', '205937.714000', '205937.716000', '205937.719000', '205937.722000', '205937.724000', '205937.727000', '205937.730000', '205937.732000', '205937.735000', '205937.738000', '205937.740000', '205937.743000', '205937.745000', '205937.748000', '205937.751000', '205937.753000', '205937.756000', '205937.758000', '205937.761000', '205937.764000', '205937.766000', '205937.769000', '205937.772000', '205957.659000', '205957.662000', '205957.664000', '205957.667000', '205957.670000', '205957.672000', '205957.675000', '205957.677000', '205957.680000', '205957.683000', '205957.686000', '205957.688000', '205957.691000', '205957.694000', '205957.696000', '205957.699000', '205957.701000', '205957.704000', '205957.707000', '205957.709000', '205957.712000', '205957.715000', '205957.717000', '205957.720000', '205957.722000', '205957.725000', '205957.728000', '205957.731000', '205957.733000', '205957.736000', '205957.738000', '205957.741000', '205957.744000', '205957.746000', '205957.749000', '205957.752000', '205957.754000', '205957.757000', '205957.760000', '205957.773000', '205957.776000', '205957.779000', '205957.781000', '210017.659000', '210017.661000', '210017.664000', '210017.667000', '210017.670000', '210017.672000', '210017.675000', '210017.679000', '210017.681000', '210017.684000', '210017.687000', '210017.689000', '210017.692000', '210017.695000', '210017.697000', '210017.700000', '210017.703000', '210017.705000', '210017.708000', '210017.712000', '210017.714000', '210017.717000', '210017.720000', '210017.722000', '210017.725000', '210017.727000', '210017.730000', '210017.733000', '210017.735000', '210017.738000', '210017.749000', '210017.751000', '210017.754000', '210017.756000', '210017.759000', '210017.762000', '210017.764000', '210017.767000', '210017.770000', '210017.773000', '210017.775000', '210017.778000', '210017.781000', '210037.658000', '210037.661000', '210037.663000', '210037.666000', '210037.668000', '210037.671000', '210037.674000', '210037.676000', '210037.680000', '210037.683000', '210037.686000', '210037.688000', '210037.691000', '210037.694000', '210037.696000', '210037.699000', '210037.701000', '210037.704000', '210037.707000', '210037.709000', '210037.712000', '210037.714000', '210037.717000', '210037.720000', '210037.722000', '210037.725000', '210037.728000', '210037.730000', '210037.733000', '210037.736000', '210037.738000', '210037.741000', '210037.743000', '210037.746000', '210037.749000', '210037.751000', '210037.754000', '210037.757000', '210037.759000', '210037.762000', '210037.764000', '210037.767000', '210037.770000', '210037.772000', '210057.659000', '210057.661000', '210057.664000', '210057.667000', '210057.669000', '210057.672000', '210057.675000', '210057.678000', '210057.680000', '210057.683000', '210057.688000', '210057.690000', '210057.693000', '210057.695000', '210057.698000', '210057.701000', '210057.703000', '210057.706000', '210057.709000', '210057.711000', '210057.714000', '210057.717000', '210057.719000', '210057.722000', '210057.724000', '210057.727000', '210057.730000', '210057.732000', '210057.735000', '210057.738000', '210057.740000', '210057.743000', '210057.746000', '210057.748000', '210057.751000', '210057.753000', '210057.756000', '210057.759000', '210057.765000', '210057.767000', '210057.770000', '210057.773000', '210057.775000', '210117.659000', '210117.661000', '210117.664000', '210117.667000', '210117.670000', '210117.672000', '210117.675000', '210117.678000', '210117.681000', '210117.683000', '210117.686000', '210117.688000', '210117.691000', '210117.694000', '210117.696000', '210117.699000', '210117.702000', '210117.704000', '210117.707000', '210117.709000', '210117.712000', '210117.715000', '210117.717000', '210117.720000', '210117.723000', '210117.725000', '210117.728000', '210117.730000', '210117.733000', '210117.736000', '210117.738000', '210117.741000', '210117.744000', '210117.746000', '210117.749000', '210117.751000', '210117.754000', '210117.757000', '210117.759000', '210117.762000', '210117.764000', '210117.767000', '210117.770000', '210117.772000', '210137.659000', '210137.661000', '210137.664000', '210137.667000', '210137.669000', '210137.672000', '210137.707000', '210137.710000', '210137.713000', '210137.715000', '210137.718000', '210137.720000', '210137.723000', '210137.726000', '210137.728000', '210137.731000', '210137.733000', '210137.736000', '210137.739000', '210137.741000', '210137.744000', '210137.747000', '210137.750000', '210137.753000', '210137.756000', '210137.758000', '210137.761000', '210137.763000', '210137.766000', '210137.769000', '210137.771000', '210137.774000', '210137.777000', '210137.779000', '210137.782000', '210137.784000', '210137.787000', '210137.790000', '210137.792000', '210137.795000', '210137.798000', '210137.800000', '210137.803000', '210157.659000', '210157.661000', '210157.664000', '210157.667000', '210157.669000', '210157.672000', '210157.674000', '210157.677000', '210157.680000', '210157.682000', '210157.685000', '210157.688000', '210157.690000', '210157.693000', '210157.695000', '210157.698000', '210157.701000', '210157.703000', '210157.706000', '210157.709000', '210157.711000', '210157.714000', '210157.717000', '210157.719000', '210157.722000', '210157.725000', '210157.727000', '210157.730000', '210157.733000', '210157.735000', '210157.738000', '210157.740000', '210157.743000', '210157.746000', '210157.748000', '210157.751000', '210157.754000', '210157.756000', '210157.759000', '210157.761000', '210157.764000', '210157.767000', '210157.771000', '210157.773000', '210217.658000', '210217.662000', '210217.664000', '210217.667000', '210217.669000', '210217.672000', '210217.675000', '210217.678000', '210217.680000', '210217.683000', '210217.685000', '210217.688000', '210217.691000', '210217.693000', '210217.696000', '210217.699000', '210217.701000', '210217.704000', '210217.707000', '210217.709000', '210217.712000', '210217.715000', '210217.717000', '210217.720000', '210217.723000', '210217.726000', '210217.728000', '210217.731000', '210217.735000', '210217.738000', '210217.741000', '210217.743000', '210217.746000', '210217.749000', '210217.751000', '210217.754000', '210217.757000', '210217.759000', '210217.762000', '210217.765000', '210217.767000', '210217.770000', '210217.772000', '210237.660000', '210237.663000', '210237.666000', '210237.669000', '210237.672000', '210237.674000', '210237.677000', '210237.680000', '210237.682000', '210237.685000', '210237.688000', '210237.690000', '210237.693000', '210237.696000', '210237.698000', '210237.701000', '210237.704000', '210237.706000', '210237.709000', '210237.712000', '210237.714000', '210237.717000', '210237.720000', '210237.722000', '210237.725000', '210237.727000', '210237.730000', '210237.733000', '210237.735000', '210237.738000', '210237.741000', '210237.743000', '210237.746000', '210237.749000', '210237.751000', '210237.754000', '210237.761000', '210237.763000', '210237.766000', '210237.769000', '210237.771000', '210237.774000', '210237.777000', '210237.779000', '210257.658000', '210257.660000', '210257.663000', '210257.666000', '210257.668000', '210257.671000', '210257.673000', '210257.676000', '210257.679000', '210257.682000', '210257.684000', '210257.687000', '210257.690000', '210257.692000', '210257.695000', '210257.697000', '210257.700000', '210257.717000', '210257.720000', '210257.722000', '210257.725000', '210257.728000', '210257.730000', '210257.733000', '210257.736000', '210257.738000', '210257.741000', '210257.744000', '210257.747000', '210257.749000', '210257.752000', '210257.756000', '210257.759000', '210257.762000', '210257.764000', '210257.767000', '210257.769000', '210257.772000', '210257.775000', '210257.777000', '210257.787000', '210257.791000', '210257.793000', '210317.658000', '210317.662000', '210317.664000', '210317.667000', '210317.669000', '210317.672000', '210317.675000', '210317.677000', '210317.680000', '210317.683000', '210317.685000', '210317.688000', '210317.691000', '210317.693000', '210317.696000', '210317.698000', '210317.701000', '210317.704000', '210317.706000', '210317.709000', '210317.711000', '210317.714000', '210317.717000', '210317.719000', '210317.722000', '210317.725000', '210317.727000', '210317.730000', '210317.732000', '210317.735000', '210317.738000', '210317.740000', '210317.743000', '210317.745000', '210317.748000', '210317.751000', '210317.753000', '210317.756000', '210317.759000', '210317.761000', '210317.764000', '210317.767000', '210317.769000', '210317.772000', '210337.658000', '210337.661000', '210337.664000', '210337.667000', '210337.669000', '210337.672000', '210337.675000', '210337.677000', '210337.680000', '210337.683000', '210337.685000', '210337.688000', '210337.690000', '210337.693000', '210337.696000', '210337.698000', '210337.701000', '210337.704000', '210337.706000', '210337.709000', '210337.712000', '210337.714000', '210337.717000', '210337.720000', '210337.722000', '210337.725000', '210337.727000', '210337.730000', '210337.733000', '210337.735000', '210337.738000', '210337.741000', '210337.743000', '210337.746000', '210337.749000', '210337.751000', '210337.754000', '210337.757000', '210337.759000', '210337.762000', '210337.764000', '210337.767000', '210337.770000', '210357.659000', '210357.662000', '210357.664000', '210357.667000', '210357.670000', '210357.672000', '210357.675000', '210357.677000', '210357.680000', '210357.683000', '210357.685000', '210357.688000', '210357.691000', '210357.693000', '210357.696000', '210357.699000', '210357.701000', '210357.704000', '210357.706000', '210357.709000', '210357.712000', '210357.715000', '210357.717000', '210357.720000', '210357.723000', '210357.725000', '210357.728000', '210357.730000', '210357.733000', '210357.736000', '210357.739000', '210357.741000', '210357.744000', '210357.747000', '210357.749000', '210357.752000', '210357.755000', '210357.757000', '210357.760000', '210357.762000', '210357.765000', '210357.768000', '210357.770000', '210357.773000', '210417.658000', '210417.661000', '210417.664000', '210417.667000', '210417.669000', '210417.672000', '210417.675000', '210417.677000', '210417.680000', '210417.682000', '210417.685000', '210417.688000', '210417.690000', '210417.693000', '210417.729000', '210417.731000', '210417.734000', '210417.737000', '210417.739000', '210417.742000', '210417.745000', '210417.747000', '210417.750000', '210417.753000', '210417.755000', '210417.758000', '210417.760000', '210417.763000', '210417.766000', '210417.768000', '210417.771000', '210417.774000', '210417.777000', '210417.779000', '210417.782000', '210417.785000', '210417.788000', '210417.791000', '210417.794000', '210417.797000', '210417.799000', '210417.802000', '210417.805000', '210437.659000', '210437.662000', '210437.664000', '210437.667000', '210437.670000', '210437.672000', '210437.675000', '210437.678000', '210437.680000', '210437.683000', '210437.685000', '210437.688000', '210437.691000', '210437.693000', '210437.696000', '210437.706000', '210437.709000', '210437.711000', '210437.714000', '210437.717000', '210437.719000', '210437.722000', '210437.724000', '210437.727000', '210437.730000', '210437.732000', '210437.735000', '210437.738000', '210437.740000', '210437.743000', '210437.746000', '210437.748000', '210437.751000', '210437.754000', '210437.756000', '210437.759000', '210437.761000', '210437.764000', '210437.767000', '210437.769000', '210437.772000', '210437.775000', '210437.777000', '210437.780000', '210457.659000', '210457.662000', '210457.664000', '210457.667000', '210457.669000', '210457.672000', '210457.675000', '210457.677000', '210457.680000', '210457.682000', '210457.685000', '210457.688000', '210457.690000', '210457.693000', '210457.696000', '210457.698000', '210457.701000', '210457.704000', '210457.706000', '210457.709000', '210457.711000', '210457.714000', '210457.717000', '210457.719000', '210457.722000', '210457.725000', '210457.727000', '210457.730000', '210457.732000', '210457.735000', '210457.738000', '210457.740000', '210457.743000', '210457.746000', '210457.748000', '210457.751000', '210457.753000', '210457.756000', '210457.758000', '210457.761000', '210457.764000', '210457.767000', '210457.769000', '210517.658000', '210517.660000', '210517.663000', '210517.665000', '210517.668000', '210517.671000', '210517.673000', '210517.676000', '210517.679000', '210517.681000', '210517.684000', '210517.687000', '210517.689000', '210517.692000', '210517.695000', '210517.697000', '210517.700000', '210517.702000', '210517.705000', '210517.708000', '210517.710000', '210517.713000', '210517.716000', '210517.719000', '210517.721000', '210517.724000', '210517.727000', '210517.734000', '210517.736000', '210517.739000', '210517.742000', '210517.745000', '210517.747000', '210517.750000', '210517.753000', '210517.755000', '210517.758000', '210517.760000', '210517.763000', '210517.766000', '210517.768000', '210517.771000', '210517.774000', '210517.776000', '210537.659000', '210537.661000', '210537.664000', '210537.667000', '210537.669000', '210537.672000', '210537.674000', '210537.677000', '210537.680000', '210537.682000', '210537.694000', '210537.697000', '210537.699000', '210537.702000', '210537.705000', '210537.707000', '210537.710000', '210537.713000', '210537.715000', '210537.718000', '210537.721000', '210537.723000', '210537.726000', '210537.728000', '210537.731000', '210537.734000', '210537.736000', '210537.739000', '210537.742000', '210537.744000', '210537.747000', '210537.749000', '210537.752000', '210537.755000', '210537.757000', '210537.760000', '210537.763000', '210537.765000', '210537.768000', '210537.770000', '210537.773000', '210537.776000', '210537.778000', '210557.659000', '210557.662000', '210557.665000', '210557.667000', '210557.670000', '210557.673000', '210557.676000', '210557.680000', '210557.682000', '210557.685000', '210557.688000', '210557.690000', '210557.693000', '210557.696000', '210557.698000', '210557.701000', '210557.704000', '210557.706000', '210557.709000', '210557.712000', '210557.714000', '210557.717000', '210557.719000', '210557.722000', '210557.731000', '210557.740000', '210557.743000', '210557.747000', '210557.750000', '210557.753000', '210557.755000', '210557.758000', '210557.761000', '210557.763000', '210557.766000', '210557.769000', '210557.771000', '210557.775000', '210557.777000', '210557.780000', '210557.783000', '210557.786000', '210557.788000', '210557.791000', '210558.077000'], 'InstanceCreationTime': ['205617.690000', '205617.694000', '205617.697000', '205617.699000', '205617.702000', '205617.712000', '205617.715000', '205617.718000', '205617.720000', '205617.723000', '205617.725000', '205617.728000', '205617.731000', '205617.733000', '205617.736000', '205617.738000', '205617.741000', '205617.744000', '205617.746000', '205617.749000', '205617.751000', '205617.754000', '205617.757000', '205617.759000', '205617.762000', '205617.765000', '205617.767000', '205617.770000', '205617.772000', '205617.775000', '205617.778000', '205617.780000', '205617.783000', '205617.785000', '205617.788000', '205617.791000', '205637.659000', '205637.661000', '205637.664000', '205637.667000', '205637.669000', '205637.672000', '205637.675000', '205637.677000', '205637.680000', '205637.682000', '205637.685000', '205637.688000', '205637.692000', '205637.694000', '205637.697000', '205637.700000', '205637.702000', '205637.705000', '205637.707000', '205637.710000', '205637.713000', '205637.715000', '205637.718000', '205637.721000', '205637.723000', '205637.726000', '205637.728000', '205637.731000', '205637.734000', '205637.736000', '205637.739000', '205637.741000', '205637.744000', '205637.747000', '205637.749000', '205637.752000', '205637.754000', '205637.757000', '205637.760000', '205637.762000', '205637.765000', '205637.767000', '205637.770000', '205657.658000', '205657.661000', '205657.664000', '205657.667000', '205657.676000', '205657.678000', '205657.681000', '205657.683000', '205657.686000', '205657.688000', '205657.691000', '205657.694000', '205657.696000', '205657.699000', '205657.701000', '205657.704000', '205657.707000', '205657.709000', '205657.712000', '205657.730000', '205657.732000', '205657.735000', '205657.737000', '205657.740000', '205657.743000', '205657.745000', '205657.748000', '205657.750000', '205657.753000', '205657.755000', '205657.758000', '205657.761000', '205657.763000', '205657.766000', '205657.768000', '205657.771000', '205657.774000', '205657.776000', '205657.779000', '205657.782000', '205657.784000', '205657.787000', '205657.789000', '205657.792000', '205717.658000', '205717.661000', '205717.664000', '205717.667000', '205717.669000', '205717.672000', '205717.675000', '205717.677000', '205717.680000', '205717.682000', '205717.685000', '205717.688000', '205717.690000', '205717.693000', '205717.695000', '205717.698000', '205717.701000', '205717.703000', '205717.706000', '205717.709000', '205717.711000', '205717.714000', '205717.716000', '205717.719000', '205717.722000', '205717.724000', '205717.727000', '205717.729000', '205717.732000', '205717.735000', '205717.737000', '205717.740000', '205717.743000', '205717.746000', '205717.748000', '205717.751000', '205717.753000', '205717.756000', '205717.759000', '205717.761000', '205717.764000', '205717.767000', '205717.769000', '205737.658000', '205737.661000', '205737.664000', '205737.666000', '205737.669000', '205737.672000', '205737.675000', '205737.677000', '205737.680000', '205737.682000', '205737.685000', '205737.688000', '205737.690000', '205737.693000', '205737.695000', '205737.698000', '205737.701000', '205737.703000', '205737.706000', '205737.709000', '205737.711000', '205737.714000', '205737.716000', '205737.719000', '205737.721000', '205737.724000', '205737.727000', '205737.729000', '205737.732000', '205737.734000', '205737.737000', '205737.740000', '205737.742000', '205737.745000', '205737.748000', '205737.750000', '205737.753000', '205737.755000', '205737.758000', '205737.761000', '205737.763000', '205737.766000', '205737.769000', '205737.771000', '205757.658000', '205757.661000', '205757.664000', '205757.666000', '205757.669000', '205757.672000', '205757.674000', '205757.677000', '205757.680000', '205757.682000', '205757.685000', '205757.687000', '205757.690000', '205757.693000', '205757.695000', '205757.698000', '205757.701000', '205757.703000', '205757.706000', '205757.708000', '205757.711000', '205757.714000', '205757.716000', '205757.719000', '205757.721000', '205757.724000', '205757.727000', '205757.729000', '205757.732000', '205757.734000', '205757.737000', '205757.740000', '205757.742000', '205757.745000', '205757.748000', '205757.750000', '205757.753000', '205757.755000', '205757.758000', '205757.761000', '205757.763000', '205757.766000', '205757.769000', '205817.657000', '205817.660000', '205817.663000', '205817.666000', '205817.668000', '205817.671000', '205817.674000', '205817.676000', '205817.679000', '205817.681000', '205817.684000', '205817.687000', '205817.689000', '205817.692000', '205817.694000', '205817.697000', '205817.700000', '205817.702000', '205817.705000', '205817.708000', '205817.710000', '205817.713000', '205817.715000', '205817.718000', '205817.721000', '205817.724000', '205817.726000', '205817.729000', '205817.731000', '205817.734000', '205817.737000', '205817.739000', '205817.742000', '205817.745000', '205817.747000', '205817.750000', '205817.752000', '205817.755000', '205817.758000', '205817.760000', '205817.763000', '205817.766000', '205817.768000', '205837.658000', '205837.661000', '205837.664000', '205837.666000', '205837.669000', '205837.672000', '205837.674000', '205837.677000', '205837.680000', '205837.682000', '205837.685000', '205837.688000', '205837.690000', '205837.693000', '205837.695000', '205837.723000', '205837.726000', '205837.728000', '205837.731000', '205837.733000', '205837.736000', '205837.739000', '205837.741000', '205837.744000', '205837.746000', '205837.749000', '205837.752000', '205837.754000', '205837.757000', '205837.760000', '205837.762000', '205837.765000', '205837.768000', '205837.770000', '205837.773000', '205837.775000', '205837.778000', '205837.781000', '205837.783000', '205837.786000', '205837.789000', '205837.791000', '205837.794000', '205837.796000', '205857.659000', '205857.661000', '205857.664000', '205857.667000', '205857.671000', '205857.674000', '205857.677000', '205857.679000', '205857.682000', '205857.685000', '205857.687000', '205857.690000', '205857.692000', '205857.695000', '205857.698000', '205857.700000', '205857.703000', '205857.706000', '205857.708000', '205857.711000', '205857.714000', '205857.716000', '205857.719000', '205857.721000', '205857.724000', '205857.727000', '205857.729000', '205857.732000', '205857.735000', '205857.737000', '205857.740000', '205857.742000', '205857.745000', '205857.748000', '205857.750000', '205857.753000', '205857.756000', '205857.758000', '205857.761000', '205857.763000', '205857.766000', '205857.769000', '205857.771000', '205857.774000', '205917.658000', '205917.661000', '205917.664000', '205917.666000', '205917.669000', '205917.672000', '205917.675000', '205917.677000', '205917.680000', '205917.682000', '205917.685000', '205917.688000', '205917.690000', '205917.693000', '205917.696000', '205917.698000', '205917.701000', '205917.703000', '205917.706000', '205917.709000', '205917.711000', '205917.714000', '205917.717000', '205917.719000', '205917.722000', '205917.724000', '205917.727000', '205917.730000', '205917.732000', '205917.735000', '205917.738000', '205917.740000', '205917.743000', '205917.745000', '205917.748000', '205917.751000', '205917.753000', '205917.756000', '205917.759000', '205917.761000', '205917.764000', '205917.767000', '205917.769000', '205937.658000', '205937.661000', '205937.664000', '205937.666000', '205937.669000', '205937.672000', '205937.674000', '205937.677000', '205937.679000', '205937.682000', '205937.684000', '205937.688000', '205937.690000', '205937.693000', '205937.695000', '205937.698000', '205937.701000', '205937.703000', '205937.706000', '205937.709000', '205937.711000', '205937.714000', '205937.716000', '205937.719000', '205937.722000', '205937.724000', '205937.727000', '205937.730000', '205937.732000', '205937.735000', '205937.738000', '205937.740000', '205937.743000', '205937.745000', '205937.748000', '205937.751000', '205937.753000', '205937.756000', '205937.758000', '205937.761000', '205937.764000', '205937.766000', '205937.769000', '205937.772000', '205957.659000', '205957.662000', '205957.664000', '205957.667000', '205957.670000', '205957.672000', '205957.675000', '205957.677000', '205957.680000', '205957.683000', '205957.686000', '205957.688000', '205957.691000', '205957.694000', '205957.696000', '205957.699000', '205957.701000', '205957.704000', '205957.707000', '205957.709000', '205957.712000', '205957.715000', '205957.717000', '205957.720000', '205957.722000', '205957.725000', '205957.728000', '205957.731000', '205957.733000', '205957.736000', '205957.738000', '205957.741000', '205957.744000', '205957.746000', '205957.749000', '205957.752000', '205957.754000', '205957.757000', '205957.760000', '205957.773000', '205957.776000', '205957.779000', '205957.781000', '210017.659000', '210017.661000', '210017.664000', '210017.667000', '210017.670000', '210017.672000', '210017.675000', '210017.679000', '210017.681000', '210017.684000', '210017.687000', '210017.689000', '210017.692000', '210017.695000', '210017.697000', '210017.700000', '210017.703000', '210017.705000', '210017.708000', '210017.712000', '210017.714000', '210017.717000', '210017.720000', '210017.722000', '210017.725000', '210017.727000', '210017.730000', '210017.733000', '210017.735000', '210017.738000', '210017.749000', '210017.751000', '210017.754000', '210017.756000', '210017.759000', '210017.762000', '210017.764000', '210017.767000', '210017.770000', '210017.773000', '210017.775000', '210017.778000', '210017.781000', '210037.658000', '210037.661000', '210037.663000', '210037.666000', '210037.668000', '210037.671000', '210037.674000', '210037.676000', '210037.680000', '210037.683000', '210037.686000', '210037.688000', '210037.691000', '210037.694000', '210037.696000', '210037.699000', '210037.701000', '210037.704000', '210037.707000', '210037.709000', '210037.712000', '210037.714000', '210037.717000', '210037.720000', '210037.722000', '210037.725000', '210037.728000', '210037.730000', '210037.733000', '210037.736000', '210037.738000', '210037.741000', '210037.743000', '210037.746000', '210037.749000', '210037.751000', '210037.754000', '210037.757000', '210037.759000', '210037.762000', '210037.764000', '210037.767000', '210037.770000', '210037.772000', '210057.659000', '210057.661000', '210057.664000', '210057.667000', '210057.669000', '210057.672000', '210057.675000', '210057.678000', '210057.680000', '210057.683000', '210057.688000', '210057.690000', '210057.693000', '210057.695000', '210057.698000', '210057.701000', '210057.703000', '210057.706000', '210057.709000', '210057.711000', '210057.714000', '210057.717000', '210057.719000', '210057.722000', '210057.724000', '210057.727000', '210057.730000', '210057.732000', '210057.735000', '210057.738000', '210057.740000', '210057.743000', '210057.746000', '210057.748000', '210057.751000', '210057.753000', '210057.756000', '210057.759000', '210057.765000', '210057.767000', '210057.770000', '210057.773000', '210057.775000', '210117.659000', '210117.661000', '210117.664000', '210117.667000', '210117.670000', '210117.672000', '210117.675000', '210117.678000', '210117.681000', '210117.683000', '210117.686000', '210117.688000', '210117.691000', '210117.694000', '210117.696000', '210117.699000', '210117.702000', '210117.704000', '210117.707000', '210117.709000', '210117.712000', '210117.715000', '210117.717000', '210117.720000', '210117.723000', '210117.725000', '210117.728000', '210117.730000', '210117.733000', '210117.736000', '210117.738000', '210117.741000', '210117.744000', '210117.746000', '210117.749000', '210117.751000', '210117.754000', '210117.757000', '210117.759000', '210117.762000', '210117.764000', '210117.767000', '210117.770000', '210117.772000', '210137.659000', '210137.661000', '210137.664000', '210137.667000', '210137.669000', '210137.672000', '210137.707000', '210137.710000', '210137.713000', '210137.715000', '210137.718000', '210137.720000', '210137.723000', '210137.726000', '210137.728000', '210137.731000', '210137.733000', '210137.736000', '210137.739000', '210137.741000', '210137.744000', '210137.747000', '210137.750000', '210137.753000', '210137.756000', '210137.758000', '210137.761000', '210137.763000', '210137.766000', '210137.769000', '210137.771000', '210137.774000', '210137.777000', '210137.779000', '210137.782000', '210137.784000', '210137.787000', '210137.790000', '210137.792000', '210137.795000', '210137.798000', '210137.800000', '210137.803000', '210157.659000', '210157.661000', '210157.664000', '210157.667000', '210157.669000', '210157.672000', '210157.674000', '210157.677000', '210157.680000', '210157.682000', '210157.685000', '210157.688000', '210157.690000', '210157.693000', '210157.695000', '210157.698000', '210157.701000', '210157.703000', '210157.706000', '210157.709000', '210157.711000', '210157.714000', '210157.717000', '210157.719000', '210157.722000', '210157.725000', '210157.727000', '210157.730000', '210157.733000', '210157.735000', '210157.738000', '210157.740000', '210157.743000', '210157.746000', '210157.748000', '210157.751000', '210157.754000', '210157.756000', '210157.759000', '210157.761000', '210157.764000', '210157.767000', '210157.771000', '210157.773000', '210217.658000', '210217.662000', '210217.664000', '210217.667000', '210217.669000', '210217.672000', '210217.675000', '210217.678000', '210217.680000', '210217.683000', '210217.685000', '210217.688000', '210217.691000', '210217.693000', '210217.696000', '210217.699000', '210217.701000', '210217.704000', '210217.707000', '210217.709000', '210217.712000', '210217.715000', '210217.717000', '210217.720000', '210217.723000', '210217.726000', '210217.728000', '210217.731000', '210217.735000', '210217.738000', '210217.741000', '210217.743000', '210217.746000', '210217.749000', '210217.751000', '210217.754000', '210217.757000', '210217.759000', '210217.762000', '210217.765000', '210217.767000', '210217.770000', '210217.772000', '210237.660000', '210237.663000', '210237.666000', '210237.669000', '210237.672000', '210237.674000', '210237.677000', '210237.680000', '210237.682000', '210237.685000', '210237.688000', '210237.690000', '210237.693000', '210237.696000', '210237.698000', '210237.701000', '210237.704000', '210237.706000', '210237.709000', '210237.712000', '210237.714000', '210237.717000', '210237.720000', '210237.722000', '210237.725000', '210237.727000', '210237.730000', '210237.733000', '210237.735000', '210237.738000', '210237.741000', '210237.743000', '210237.746000', '210237.749000', '210237.751000', '210237.754000', '210237.761000', '210237.763000', '210237.766000', '210237.769000', '210237.771000', '210237.774000', '210237.777000', '210237.779000', '210257.658000', '210257.660000', '210257.663000', '210257.666000', '210257.668000', '210257.671000', '210257.673000', '210257.676000', '210257.679000', '210257.682000', '210257.684000', '210257.687000', '210257.690000', '210257.692000', '210257.695000', '210257.697000', '210257.700000', '210257.717000', '210257.720000', '210257.722000', '210257.725000', '210257.728000', '210257.730000', '210257.733000', '210257.736000', '210257.738000', '210257.741000', '210257.744000', '210257.747000', '210257.749000', '210257.752000', '210257.756000', '210257.759000', '210257.762000', '210257.764000', '210257.767000', '210257.769000', '210257.772000', '210257.775000', '210257.777000', '210257.787000', '210257.791000', '210257.793000', '210317.658000', '210317.662000', '210317.664000', '210317.667000', '210317.669000', '210317.672000', '210317.675000', '210317.677000', '210317.680000', '210317.683000', '210317.685000', '210317.688000', '210317.691000', '210317.693000', '210317.696000', '210317.698000', '210317.701000', '210317.704000', '210317.706000', '210317.709000', '210317.711000', '210317.714000', '210317.717000', '210317.719000', '210317.722000', '210317.725000', '210317.727000', '210317.730000', '210317.732000', '210317.735000', '210317.738000', '210317.740000', '210317.743000', '210317.745000', '210317.748000', '210317.751000', '210317.753000', '210317.756000', '210317.759000', '210317.761000', '210317.764000', '210317.767000', '210317.769000', '210317.772000', '210337.658000', '210337.661000', '210337.664000', '210337.667000', '210337.669000', '210337.672000', '210337.675000', '210337.677000', '210337.680000', '210337.683000', '210337.685000', '210337.688000', '210337.690000', '210337.693000', '210337.696000', '210337.698000', '210337.701000', '210337.704000', '210337.706000', '210337.709000', '210337.712000', '210337.714000', '210337.717000', '210337.720000', '210337.722000', '210337.725000', '210337.727000', '210337.730000', '210337.733000', '210337.735000', '210337.738000', '210337.741000', '210337.743000', '210337.746000', '210337.749000', '210337.751000', '210337.754000', '210337.757000', '210337.759000', '210337.762000', '210337.764000', '210337.767000', '210337.770000', '210357.659000', '210357.662000', '210357.664000', '210357.667000', '210357.670000', '210357.672000', '210357.675000', '210357.677000', '210357.680000', '210357.683000', '210357.685000', '210357.688000', '210357.691000', '210357.693000', '210357.696000', '210357.699000', '210357.701000', '210357.704000', '210357.706000', '210357.709000', '210357.712000', '210357.715000', '210357.717000', '210357.720000', '210357.723000', '210357.725000', '210357.728000', '210357.730000', '210357.733000', '210357.736000', '210357.739000', '210357.741000', '210357.744000', '210357.747000', '210357.749000', '210357.752000', '210357.755000', '210357.757000', '210357.760000', '210357.762000', '210357.765000', '210357.768000', '210357.770000', '210357.773000', '210417.658000', '210417.661000', '210417.664000', '210417.667000', '210417.669000', '210417.672000', '210417.675000', '210417.677000', '210417.680000', '210417.682000', '210417.685000', '210417.688000', '210417.690000', '210417.693000', '210417.729000', '210417.731000', '210417.734000', '210417.737000', '210417.739000', '210417.742000', '210417.745000', '210417.747000', '210417.750000', '210417.753000', '210417.755000', '210417.758000', '210417.760000', '210417.763000', '210417.766000', '210417.768000', '210417.771000', '210417.774000', '210417.777000', '210417.779000', '210417.782000', '210417.785000', '210417.788000', '210417.791000', '210417.794000', '210417.797000', '210417.799000', '210417.802000', '210417.805000', '210437.659000', '210437.662000', '210437.664000', '210437.667000', '210437.670000', '210437.672000', '210437.675000', '210437.678000', '210437.680000', '210437.683000', '210437.685000', '210437.688000', '210437.691000', '210437.693000', '210437.696000', '210437.706000', '210437.709000', '210437.711000', '210437.714000', '210437.717000', '210437.719000', '210437.722000', '210437.724000', '210437.727000', '210437.730000', '210437.732000', '210437.735000', '210437.738000', '210437.740000', '210437.743000', '210437.746000', '210437.748000', '210437.751000', '210437.754000', '210437.756000', '210437.759000', '210437.761000', '210437.764000', '210437.767000', '210437.769000', '210437.772000', '210437.775000', '210437.777000', '210437.780000', '210457.659000', '210457.662000', '210457.664000', '210457.667000', '210457.669000', '210457.672000', '210457.675000', '210457.677000', '210457.680000', '210457.682000', '210457.685000', '210457.688000', '210457.690000', '210457.693000', '210457.696000', '210457.698000', '210457.701000', '210457.704000', '210457.706000', '210457.709000', '210457.711000', '210457.714000', '210457.717000', '210457.719000', '210457.722000', '210457.725000', '210457.727000', '210457.730000', '210457.732000', '210457.735000', '210457.738000', '210457.740000', '210457.743000', '210457.746000', '210457.748000', '210457.751000', '210457.753000', '210457.756000', '210457.758000', '210457.761000', '210457.764000', '210457.767000', '210457.769000', '210517.658000', '210517.660000', '210517.663000', '210517.665000', '210517.668000', '210517.671000', '210517.673000', '210517.676000', '210517.679000', '210517.681000', '210517.684000', '210517.687000', '210517.689000', '210517.692000', '210517.695000', '210517.697000', '210517.700000', '210517.702000', '210517.705000', '210517.708000', '210517.710000', '210517.713000', '210517.716000', '210517.719000', '210517.721000', '210517.724000', '210517.727000', '210517.734000', '210517.736000', '210517.739000', '210517.742000', '210517.745000', '210517.747000', '210517.750000', '210517.753000', '210517.755000', '210517.758000', '210517.760000', '210517.763000', '210517.766000', '210517.768000', '210517.771000', '210517.774000', '210517.776000', '210537.659000', '210537.661000', '210537.664000', '210537.667000', '210537.669000', '210537.672000', '210537.674000', '210537.677000', '210537.680000', '210537.682000', '210537.694000', '210537.697000', '210537.699000', '210537.702000', '210537.705000', '210537.707000', '210537.710000', '210537.713000', '210537.715000', '210537.718000', '210537.721000', '210537.723000', '210537.726000', '210537.728000', '210537.731000', '210537.734000', '210537.736000', '210537.739000', '210537.742000', '210537.744000', '210537.747000', '210537.749000', '210537.752000', '210537.755000', '210537.757000', '210537.760000', '210537.763000', '210537.765000', '210537.768000', '210537.770000', '210537.773000', '210537.776000', '210537.778000', '210557.659000', '210557.662000', '210557.665000', '210557.667000', '210557.670000', '210557.673000', '210557.676000', '210557.680000', '210557.682000', '210557.685000', '210557.688000', '210557.690000', '210557.693000', '210557.696000', '210557.698000', '210557.701000', '210557.704000', '210557.706000', '210557.709000', '210557.712000', '210557.714000', '210557.717000', '210557.719000', '210557.722000', '210557.731000', '210557.740000', '210557.743000', '210557.747000', '210557.750000', '210557.753000', '210557.755000', '210557.758000', '210557.761000', '210557.763000', '210557.766000', '210557.769000', '210557.771000', '210557.775000', '210557.777000', '210557.780000', '210557.783000', '210557.786000', '210557.788000', '210557.791000', '210558.077000'], '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': [20342, 16176, 16088, 11859, 14185, 14780, 14728, 10327, 15502, 12279, 14811, 12052, 15548, 16922, 14034, 15306, 11910, 14456, 12036, 13674, 10055, 13214, 9410, 11817, 12201, 11374, 12487, 11165, 12176, 10938, 11877, 9534, 11699, 9320, 10942, 11684, 10766, 12393, 10952, 8495, 11569, 8717, 11706, 10446, 11067, 12063, 12071, 9007, 12863, 10099, 12932, 9650, 13541, 11757, 14189, 11302, 14403, 10063, 13655, 9984, 13607, 11350, 12609, 15369, 13771, 12091, 11269, 8744, 12700, 9776, 13187, 10934, 12932, 14424, 12626, 14110, 11185, 13314, 11032, 12379, 10515, 13868, 10836, 13160, 10074, 12583, 10692, 12118, 10716, 12719, 11124, 14006, 9601, 13792, 9568, 11901, 10866, 10130, 13034, 11951, 14743, 13756, 10260, 13442, 17060, 13966, 15109, 10831, 13505, 14504, 13569, 12410, 12468, 13818, 11649, 12682, 10753, 12725, 10378, 13040, 9063, 12591, 8685, 11830, 9098, 11517, 9716, 11856, 7977, 12206, 12306, 11373, 13181, 11829, 13711, 11650, 13286, 11294, 12517, 11199, 12069, 10132, 14323, 11944, 11523, 10711, 13052, 12488, 12848, 11471, 14073, 11310, 10321, 11673, 13473, 11898, 13166, 10113, 14319, 10275, 13591, 9427, 13030, 11613, 11842, 13038, 11882, 13553, 12024, 8613, 11659, 10911, 11945, 13306, 11266, 13700, 10346, 13800, 9577, 13139, 11149, 12316, 13303, 11258, 13683, 11620, 13045, 10447, 12573, 9903, 12114, 9475, 12104, 11591, 11622, 11818, 11807, 13078, 11747, 12522, 10391, 12839, 9335, 13055, 8699, 13057, 12619, 12133, 13011, 11770, 12353, 11220, 12983, 11260, 12512, 11180, 12642, 11290, 12159, 9610, 13146, 10341, 12703, 10156, 14250, 9097, 13232, 9691, 12501, 10715, 12126, 11449, 11821, 11323, 12322, 8814, 12764, 8517, 12819, 11569, 12023, 13947, 12126, 14168, 12382, 13507, 9738, 12695, 9676, 12194, 14514, 12640, 12532, 11912, 8523, 11161, 11856, 11254, 12793, 11227, 13114, 11410, 12376, 11016, 12549, 9949, 12318, 9732, 13926, 10301, 13674, 8864, 13111, 9735, 12512, 14031, 12372, 12398, 12511, 12375, 12264, 13625, 12012, 12626, 9889, 14558, 10830, 13449, 11205, 12994, 11504, 12712, 9904, 14438, 11481, 13406, 11124, 12843, 10085, 11891, 10854, 12522, 10151, 12912, 8761, 12990, 9892, 12522, 14966, 12777, 14569, 12519, 13565, 11295, 12777, 9450, 12736, 9634, 13366, 10344, 13821, 8559, 12811, 9072, 12779, 10757, 11861, 12940, 12404, 9264, 12228, 8890, 12369, 13812, 11998, 12617, 11616, 13761, 11412, 12850, 10663, 12515, 10385, 12266, 11010, 12346, 10378, 12702, 8315, 12607, 9070, 12604, 13736, 12534, 13183, 11399, 13590, 10588, 12904, 9577, 12469, 9566, 13982, 9375, 13304, 10828, 13051, 9038, 12262, 13892, 12612, 11816, 12259, 8376, 13072, 9444, 12842, 10958, 12846, 10497, 14127, 9697, 14175, 11950, 13768, 11077, 14221, 13274, 14133, 13719, 14072, 10521, 13906, 12149, 12991, 14824, 13177, 14349, 13074, 13538, 11657, 12988, 12075, 12471, 10094, 13191, 9965, 13710, 10468, 12490, 11042, 12397, 9319, 12038, 8984, 13190, 9527, 13063, 10552, 13114, 9777, 12627, 9841, 13366, 12962, 13857, 9792, 13099, 9567, 13255, 10062, 12908, 10688, 13634, 10946, 14099, 10838, 13617, 11894, 13506, 12430, 13161, 11333, 14019, 12424, 14794, 12545, 13062, 12143, 13772, 12712, 13623, 11977, 14818, 12721, 13900, 11880, 13452, 10223, 13068, 10103, 14008, 9713, 14093, 10224, 12888, 10841, 12267, 10761, 12967, 10110, 13815, 9845, 12900, 9712, 12639, 11409, 12595, 14454, 13468, 10134, 12573, 9051, 12982, 9739, 12833, 14674, 13406, 13028, 13270, 9528, 12916, 10812, 12466, 13846, 12340, 14057, 12670, 13563, 11583, 13087, 10838, 12513, 10045, 13696, 10393, 13940, 11221, 12787, 11400, 12626, 10009, 12702, 10774, 13230, 12152, 12886, 12617, 12446, 13998, 11982, 12917, 10246, 13956, 9787, 13802, 10177, 12788, 10199, 12375, 14250, 12780, 13595, 12719, 13469, 11161, 13059, 10783, 12278, 10105, 12278, 9051, 13398, 8608, 12513, 9899, 12926, 9972, 12176, 11802, 12585, 13426, 13070, 10845, 12285, 13082, 12438, 13335, 11727, 13620, 12572, 14973, 12212, 10666, 12308, 14735, 12930, 14319, 12459, 14933, 13083, 9432, 11704, 9335, 12887, 15257, 12719, 13417, 10390, 14268, 11846, 13423, 11480, 12754, 9516, 12701, 9644, 12978, 11337, 13433, 9103, 12981, 8949, 12771, 10198, 12977, 11650, 13336, 8529, 13260, 9752, 11587, 12940, 9198, 11960, 11438, 16408, 14364, 14637, 12218, 14985, 12546, 14540, 12328, 14013, 13241, 13550, 11254, 13621, 11401, 14200, 10174, 13766, 10052, 12949, 13074, 12780, 13562, 12708, 12420, 12145, 8763, 12314, 10380, 12185, 14267, 11826, 13646, 10710, 12970, 9194, 12828, 12893, 12692, 13035, 10487, 13026, 9926, 13652, 10998, 13075, 11516, 12428, 9671, 11993, 10462, 12412, 10213, 13194, 9323, 13049, 10439, 12587, 13525, 12785, 13597, 10315, 13674, 10949, 13132, 9660, 12899, 11757, 12297, 13957, 12956, 12149, 12569, 9499, 12491, 10293, 12593, 15077, 13444, 13954, 13730, 13008, 12331, 11241, 11698, 14043, 12957, 13031, 12286, 13716, 12577, 12606, 11378, 13210, 12707, 12213, 9538, 13455, 10949, 13315, 11548, 12724, 12035, 12391, 9719, 13535, 10962, 13368, 10851, 12581, 10419, 12167, 11321, 12838, 10309, 12797, 8563, 12618, 9703, 12390, 11420, 12737, 10254, 12899, 8996, 12804, 9863, 12735, 10022, 13506, 10895, 13175, 9483, 12743, 12780, 12851, 14588, 13621, 14993, 13090, 10908, 11928, 14826, 12748, 12808, 9985, 13727, 10862, 12601, 10393, 12666, 9482, 12129, 9976, 12665, 9576, 12225, 9372, 12963, 10625, 12280, 12041, 13010, 10769, 13118, 9678, 12899, 12035, 13410, 10287, 13477, 18284, 15181, 15114, 13800, 13818, 12691, 15139, 12386, 12909, 10675, 13651, 11191, 13325, 9088, 12933, 12582, 12121, 13286, 12554, 13358, 12408, 9270, 11139, 11975, 11609, 13534, 12018, 13371, 10757, 13111, 9633, 12771, 11117, 12254, 13603, 12450, 13344, 12756, 13488, 11131, 13482, 11854, 12396, 9975, 11690, 10253, 12325, 9559, 12486, 8884, 12442, 11468, 11983, 13657, 12585, 11536, 11853, 9012, 12087, 9428, 12393, 14949, 13230, 13678, 11253, 13859, 11335, 13281, 11715, 13229, 10311, 12753, 11099, 13883, 10029, 12998, 9690, 12871, 9980, 12738, 14331, 13991, 10935, 12808, 9124, 13780, 10204, 13182, 15180, 13524, 15247, 14023, 13556, 12072, 14032, 12384, 12925, 12532, 13113, 12887, 11444, 11692, 9761, 12825, 11010, 12252, 15544, 14043, 14570, 13721, 13770, 12045, 13650, 12816, 12660, 10707, 12600, 10618, 13281, 9934, 12962, 11244, 12690, 9439, 12350, 10005, 13110, 9773, 12689, 11563, 13080, 9746, 13538, 11811, 10397, 11501, 9544, 14214, 11725, 13808, 12979, 13657, 10377, 12891, 12496, 11746, 11814, 11967, 10317, 12357, 9019, 12752, 10164, 12645, 11240, 15738, 13741, 10468, 12464, 10475, 13422, 12166, 13825, 12958, 11455, 11893, 10717, 12691, 10792, 12504, 12936, 12982, 10810, 13136, 9251, 12405, 10877, 13834, 9979, 12872, 11464, 13309, 11132, 12821, 9110, 13170, 10303, 12556, 11387, 12809, 14405, 14074, 10472, 12854, 10171, 12970, 16266, 13972, 14138, 11714, 13765, 10852, 13109, 9020, 13126, 14902, 12383, 13228, 10057, 13296, 9382, 12570, 8955, 12600, 8526, 12339, 10934, 12032, 11484, 12721, 9718, 12480, 10979, 12977, 11482, 13681, 12753, 13545, 9613, 12702, 12491, 14265, 14563, 13448, 15943, 11457, 13159, 10671, 14140, 11090, 13611, 10892, 13283, 12598, 12898, 9252, 12663, 10843, 13447, 10343, 12688, 9476, 13033, 11358, 11821, 15447, 12483, 13093, 12269, 8433, 11754, 8463, 12680, 9978, 12354, 13383, 12983, 12209, 11375, 8609, 11922, 8408, 12696, 10813, 13193, 9132, 13185, 10005, 13583, 9565, 13120, 15401, 12108, 13639, 12723, 15237, 11156, 7949, 11048, 8503, 12454, 11706, 12159, 14503, 13219, 9573, 11912, 10580, 12877, 15889, 13739, 14386, 11626, 14383, 13058, 15206, 11145, 15067, 12434, 13386, 10379, 12700, 11056, 13966, 10835, 13615, 11193, 12920, 11341, 13228, 10324, 12752, 14391, 13219, 12249, 12573, 8924, 12155, 9693, 13162, 12446, 13198, 11580, 13476, 9607, 12625, 11606, 13081, 9851, 12856, 10839, 13884, 10556, 13243, 10898, 13135, 11017, 12965, 10866, 12680, 10851, 13535, 11187, 13900, 11335, 13105, 11785, 13275, 11896, 12936, 11738, 13546, 12005, 12867, 11725, 12760, 9441, 12555, 9945, 12633, 11548, 12503, 8853, 11969, 9087, 12159, 11120, 12689, 13049, 12770, 9039, 12376, 10348, 13523, 13079, 13007, 14883, 12137, 14940, 12590, 8612, 12023, 10534, 9290, 9414, 8171, 7340, 10913, 15186, 14640, 12525, 14924, 18122, 15662, 18239, 14817, 15370, 10888, 13988, 10925, 14020, 11409, 13835, 10798, 14155, 10506, 13431, 11004, 13512, 10203, 12720, 9037, 12631, 12482, 11410, 13557, 12035, 13617, 10573, 8134, 10635, 8542, 12050, 9883, 11694, 9869, 11475, 13729, 11035, 13598, 11037, 12392, 10036, 12780, 10398, 12460, 8687, 12511, 9522, 11897, 14715, 12120, 13027, 9631, 13631, 10082, 12379, 10013, 12401, 10712, 12368, 9429, 12270, 14004, 12540, 14762, 12266, 11227, 10350, 13654, 11518, 13013, 9945, 12456, 15292, 13240, 13892, 12904, 14819, 11016, 13123, 11337, 13267, 10430, 12337, 12287, 13027, 11916, 12310, 9132, 11914, 9712, 11912, 14281, 12551, 13267, 10611, 13642, 10781, 12827, 9358, 12621, 9667, 12473, 15402, 12936, 14527, 13921, 9153, 11886, 8382, 12701, 9516, 13191, 14086, 13088, 16166, 13171, 15287, 11603, 13572, 11241], 'WindowCenter': [4337.0, 4284.0, 4260.0, 4224.0, 4244.0, 4233.0, 4232.0, 4189.0, 4229.0, 4210.0, 4219.0, 4196.0, 4217.0, 4214.0, 4193.0, 4202.0, 4171.0, 4191.0, 4179.0, 4189.0, 4161.0, 4190.0, 4150.0, 4182.0, 4179.0, 4171.0, 4180.0, 4170.0, 4181.0, 4169.0, 4181.0, 4162.0, 4182.0, 4162.0, 4186.0, 4194.0, 4186.0, 4206.0, 4186.0, 4166.0, 4198.0, 4168.0, 4211.0, 4198.0, 4211.0, 4211.0, 4209.0, 4180.0, 4220.0, 4201.0, 4221.0, 4191.0, 4234.0, 4211.0, 4220.0, 4198.0, 4219.0, 4190.0, 4219.0, 4188.0, 4221.0, 4199.0, 4209.0, 4217.0, 4218.0, 4197.0, 4198.0, 4167.0, 4220.0, 4190.0, 4234.0, 4201.0, 4220.0, 4220.0, 4209.0, 4218.0, 4199.0, 4218.0, 4200.0, 4210.0, 4189.0, 4220.0, 4198.0, 4219.0, 4190.0, 4220.0, 4201.0, 4210.0, 4199.0, 4221.0, 4211.0, 4234.0, 4192.0, 4232.0, 4192.0, 4221.0, 4212.0, 4202.0, 4232.0, 4225.0, 4245.0, 4245.0, 4215.0, 4236.0, 4244.0, 4220.0, 4218.0, 4186.0, 4207.0, 4216.0, 4204.0, 4195.0, 4208.0, 4205.0, 4196.0, 4195.0, 4184.0, 4195.0, 4174.0, 4204.0, 4165.0, 4195.0, 4165.0, 4198.0, 4165.0, 4198.0, 4177.0, 4197.0, 4156.0, 4208.0, 4207.0, 4199.0, 4209.0, 4197.0, 4217.0, 4198.0, 4208.0, 4199.0, 4207.0, 4198.0, 4196.0, 4177.0, 4219.0, 4198.0, 4198.0, 4199.0, 4219.0, 4209.0, 4206.0, 4199.0, 4217.0, 4198.0, 4188.0, 4199.0, 4219.0, 4198.0, 4208.0, 4175.0, 4217.0, 4175.0, 4206.0, 4165.0, 4207.0, 4183.0, 4195.0, 4195.0, 4196.0, 4205.0, 4194.0, 4155.0, 4197.0, 4185.0, 4196.0, 4207.0, 4185.0, 4206.0, 4173.0, 4194.0, 4163.0, 4195.0, 4172.0, 4182.0, 4192.0, 4170.0, 4191.0, 4183.0, 4192.0, 4174.0, 4193.0, 4173.0, 4195.0, 4163.0, 4195.0, 4185.0, 4195.0, 4195.0, 4196.0, 4206.0, 4197.0, 4196.0, 4176.0, 4206.0, 4165.0, 4206.0, 4153.0, 4206.0, 4195.0, 4197.0, 4206.0, 4197.0, 4196.0, 4196.0, 4207.0, 4197.0, 4207.0, 4197.0, 4206.0, 4198.0, 4196.0, 4164.0, 4206.0, 4176.0, 4206.0, 4176.0, 4216.0, 4166.0, 4205.0, 4177.0, 4208.0, 4186.0, 4196.0, 4196.0, 4197.0, 4197.0, 4207.0, 4177.0, 4219.0, 4169.0, 4220.0, 4197.0, 4208.0, 4217.0, 4207.0, 4217.0, 4207.0, 4206.0, 4166.0, 4196.0, 4165.0, 4196.0, 4205.0, 4206.0, 4195.0, 4194.0, 4154.0, 4196.0, 4197.0, 4198.0, 4208.0, 4198.0, 4207.0, 4198.0, 4207.0, 4199.0, 4207.0, 4188.0, 4198.0, 4176.0, 4219.0, 4177.0, 4217.0, 4166.0, 4208.0, 4177.0, 4209.0, 4217.0, 4207.0, 4207.0, 4207.0, 4205.0, 4208.0, 4217.0, 4207.0, 4197.0, 4174.0, 4217.0, 4186.0, 4205.0, 4198.0, 4206.0, 4199.0, 4207.0, 4176.0, 4217.0, 4196.0, 4207.0, 4198.0, 4208.0, 4186.0, 4198.0, 4184.0, 4195.0, 4176.0, 4205.0, 4156.0, 4208.0, 4176.0, 4208.0, 4216.0, 4194.0, 4216.0, 4196.0, 4193.0, 4184.0, 4194.0, 4162.0, 4194.0, 4163.0, 4203.0, 4174.0, 4203.0, 4154.0, 4195.0, 4165.0, 4206.0, 4184.0, 4194.0, 4193.0, 4196.0, 4164.0, 4195.0, 4166.0, 4206.0, 4218.0, 4196.0, 4195.0, 4185.0, 4204.0, 4184.0, 4194.0, 4186.0, 4196.0, 4174.0, 4196.0, 4184.0, 4194.0, 4174.0, 4194.0, 4155.0, 4206.0, 4165.0, 4209.0, 4219.0, 4207.0, 4206.0, 4196.0, 4204.0, 4186.0, 4205.0, 4179.0, 4207.0, 4176.0, 4219.0, 4177.0, 4218.0, 4199.0, 4219.0, 4167.0, 4208.0, 4208.0, 4208.0, 4197.0, 4208.0, 4168.0, 4220.0, 4191.0, 4222.0, 4213.0, 4221.0, 4201.0, 4231.0, 4189.0, 4231.0, 4210.0, 4220.0, 4199.0, 4222.0, 4207.0, 4216.0, 4208.0, 4206.0, 4185.0, 4208.0, 4194.0, 4205.0, 4216.0, 4195.0, 4206.0, 4206.0, 4205.0, 4195.0, 4206.0, 4196.0, 4195.0, 4174.0, 4205.0, 4175.0, 4205.0, 4186.0, 4207.0, 4198.0, 4208.0, 4179.0, 4208.0, 4165.0, 4208.0, 4177.0, 4208.0, 4189.0, 4209.0, 4189.0, 4211.0, 4178.0, 4209.0, 4208.0, 4218.0, 4176.0, 4207.0, 4177.0, 4208.0, 4177.0, 4210.0, 4187.0, 4217.0, 4186.0, 4217.0, 4199.0, 4219.0, 4210.0, 4220.0, 4211.0, 4220.0, 4200.0, 4219.0, 4209.0, 4219.0, 4209.0, 4219.0, 4210.0, 4219.0, 4209.0, 4208.0, 4196.0, 4217.0, 4196.0, 4207.0, 4197.0, 4206.0, 4176.0, 4196.0, 4175.0, 4205.0, 4165.0, 4205.0, 4187.0, 4205.0, 4188.0, 4209.0, 4197.0, 4208.0, 4187.0, 4217.0, 4178.0, 4209.0, 4176.0, 4209.0, 4198.0, 4208.0, 4216.0, 4208.0, 4176.0, 4197.0, 4167.0, 4209.0, 4177.0, 4210.0, 4218.0, 4208.0, 4208.0, 4207.0, 4177.0, 4209.0, 4187.0, 4207.0, 4209.0, 4196.0, 4207.0, 4208.0, 4206.0, 4196.0, 4207.0, 4187.0, 4207.0, 4175.0, 4217.0, 4177.0, 4216.0, 4197.0, 4207.0, 4200.0, 4209.0, 4188.0, 4209.0, 4187.0, 4208.0, 4197.0, 4208.0, 4196.0, 4197.0, 4205.0, 4197.0, 4196.0, 4174.0, 4206.0, 4165.0, 4205.0, 4175.0, 4196.0, 4174.0, 4197.0, 4207.0, 4195.0, 4193.0, 4195.0, 4194.0, 4185.0, 4193.0, 4184.0, 4196.0, 4177.0, 4195.0, 4154.0, 4207.0, 4155.0, 4196.0, 4178.0, 4209.0, 4178.0, 4210.0, 4198.0, 4207.0, 4208.0, 4207.0, 4187.0, 4209.0, 4208.0, 4209.0, 4209.0, 4198.0, 4206.0, 4209.0, 4217.0, 4209.0, 4189.0, 4209.0, 4229.0, 4210.0, 4219.0, 4208.0, 4219.0, 4208.0, 4178.0, 4209.0, 4180.0, 4223.0, 4231.0, 4210.0, 4209.0, 4178.0, 4217.0, 4198.0, 4208.0, 4199.0, 4207.0, 4178.0, 4209.0, 4176.0, 4207.0, 4186.0, 4207.0, 4167.0, 4207.0, 4167.0, 4221.0, 4188.0, 4207.0, 4198.0, 4208.0, 4168.0, 4222.0, 4191.0, 4211.0, 4222.0, 4193.0, 4224.0, 4226.0, 4257.0, 4233.0, 4222.0, 4210.0, 4230.0, 4209.0, 4231.0, 4222.0, 4220.0, 4209.0, 4208.0, 4186.0, 4196.0, 4174.0, 4205.0, 4164.0, 4205.0, 4164.0, 4195.0, 4194.0, 4194.0, 4194.0, 4195.0, 4193.0, 4195.0, 4156.0, 4197.0, 4176.0, 4196.0, 4205.0, 4185.0, 4206.0, 4174.0, 4194.0, 4154.0, 4196.0, 4194.0, 4195.0, 4195.0, 4174.0, 4193.0, 4163.0, 4204.0, 4184.0, 4205.0, 4198.0, 4208.0, 4177.0, 4196.0, 4176.0, 4197.0, 4176.0, 4208.0, 4179.0, 4208.0, 4189.0, 4211.0, 4208.0, 4208.0, 4208.0, 4176.0, 4208.0, 4175.0, 4205.0, 4165.0, 4194.0, 4185.0, 4197.0, 4206.0, 4197.0, 4197.0, 4196.0, 4178.0, 4208.0, 4178.0, 4209.0, 4219.0, 4208.0, 4208.0, 4208.0, 4207.0, 4198.0, 4186.0, 4197.0, 4208.0, 4208.0, 4207.0, 4197.0, 4207.0, 4196.0, 4207.0, 4197.0, 4207.0, 4208.0, 4197.0, 4166.0, 4208.0, 4185.0, 4207.0, 4198.0, 4197.0, 4198.0, 4197.0, 4166.0, 4208.0, 4186.0, 4206.0, 4187.0, 4196.0, 4176.0, 4197.0, 4185.0, 4196.0, 4175.0, 4195.0, 4155.0, 4197.0, 4177.0, 4209.0, 4187.0, 4207.0, 4177.0, 4207.0, 4168.0, 4207.0, 4178.0, 4209.0, 4178.0, 4220.0, 4187.0, 4208.0, 4179.0, 4210.0, 4197.0, 4197.0, 4207.0, 4207.0, 4215.0, 4206.0, 4184.0, 4197.0, 4217.0, 4208.0, 4196.0, 4165.0, 4206.0, 4186.0, 4195.0, 4177.0, 4207.0, 4178.0, 4209.0, 4176.0, 4207.0, 4177.0, 4197.0, 4167.0, 4209.0, 4188.0, 4210.0, 4197.0, 4210.0, 4189.0, 4208.0, 4180.0, 4209.0, 4210.0, 4210.0, 4178.0, 4208.0, 4228.0, 4207.0, 4206.0, 4195.0, 4194.0, 4195.0, 4203.0, 4182.0, 4182.0, 4159.0, 4182.0, 4160.0, 4181.0, 4140.0, 4182.0, 4180.0, 4182.0, 4180.0, 4182.0, 4193.0, 4183.0, 4153.0, 4185.0, 4182.0, 4186.0, 4207.0, 4184.0, 4195.0, 4173.0, 4193.0, 4153.0, 4194.0, 4172.0, 4184.0, 4194.0, 4183.0, 4192.0, 4193.0, 4193.0, 4184.0, 4205.0, 4197.0, 4196.0, 4177.0, 4197.0, 4174.0, 4196.0, 4165.0, 4196.0, 4166.0, 4208.0, 4187.0, 4199.0, 4206.0, 4208.0, 4198.0, 4198.0, 4169.0, 4210.0, 4181.0, 4223.0, 4232.0, 4221.0, 4209.0, 4189.0, 4209.0, 4187.0, 4206.0, 4198.0, 4207.0, 4178.0, 4198.0, 4186.0, 4207.0, 4166.0, 4196.0, 4167.0, 4198.0, 4177.0, 4197.0, 4206.0, 4207.0, 4175.0, 4196.0, 4167.0, 4217.0, 4177.0, 4209.0, 4219.0, 4208.0, 4216.0, 4208.0, 4206.0, 4197.0, 4206.0, 4197.0, 4196.0, 4196.0, 4196.0, 4198.0, 4187.0, 4196.0, 4177.0, 4209.0, 4187.0, 4198.0, 4218.0, 4207.0, 4206.0, 4207.0, 4205.0, 4196.0, 4194.0, 4195.0, 4196.0, 4175.0, 4183.0, 4163.0, 4194.0, 4163.0, 4192.0, 4185.0, 4195.0, 4164.0, 4195.0, 4163.0, 4196.0, 4165.0, 4197.0, 4197.0, 4208.0, 4178.0, 4219.0, 4200.0, 4203.0, 4212.0, 4204.0, 4243.0, 4223.0, 4221.0, 4224.0, 4209.0, 4189.0, 4210.0, 4196.0, 4198.0, 4199.0, 4198.0, 4177.0, 4206.0, 4178.0, 4208.0, 4190.0, 4210.0, 4199.0, 4233.0, 4234.0, 4202.0, 4210.0, 4200.0, 4219.0, 4209.0, 4207.0, 4208.0, 4197.0, 4198.0, 4188.0, 4209.0, 4188.0, 4209.0, 4207.0, 4207.0, 4187.0, 4207.0, 4179.0, 4209.0, 4201.0, 4221.0, 4179.0, 4209.0, 4198.0, 4208.0, 4186.0, 4207.0, 4168.0, 4208.0, 4178.0, 4209.0, 4198.0, 4209.0, 4219.0, 4208.0, 4188.0, 4208.0, 4189.0, 4210.0, 4218.0, 4207.0, 4205.0, 4183.0, 4195.0, 4173.0, 4194.0, 4153.0, 4195.0, 4204.0, 4194.0, 4194.0, 4163.0, 4194.0, 4153.0, 4194.0, 4180.0, 4222.0, 4184.0, 4224.0, 4201.0, 4208.0, 4198.0, 4220.0, 4192.0, 4235.0, 4243.0, 4264.0, 4213.0, 4219.0, 4209.0, 4207.0, 4177.0, 4208.0, 4211.0, 4234.0, 4230.0, 4208.0, 4216.0, 4172.0, 4193.0, 4173.0, 4205.0, 4185.0, 4206.0, 4187.0, 4207.0, 4211.0, 4235.0, 4168.0, 4195.0, 4173.0, 4193.0, 4161.0, 4194.0, 4163.0, 4195.0, 4186.0, 4183.0, 4201.0, 4183.0, 4194.0, 4194.0, 4155.0, 4194.0, 4169.0, 4209.0, 4177.0, 4207.0, 4207.0, 4206.0, 4193.0, 4183.0, 4153.0, 4194.0, 4155.0, 4208.0, 4187.0, 4219.0, 4178.0, 4220.0, 4202.0, 4222.0, 4178.0, 4209.0, 4218.0, 4197.0, 4206.0, 4208.0, 4227.0, 4198.0, 4169.0, 4209.0, 4180.0, 4223.0, 4211.0, 4222.0, 4231.0, 4222.0, 4191.0, 4212.0, 4201.0, 4223.0, 4231.0, 4219.0, 4218.0, 4186.0, 4207.0, 4207.0, 4226.0, 4198.0, 4228.0, 4208.0, 4207.0, 4176.0, 4197.0, 4185.0, 4207.0, 4185.0, 4206.0, 4186.0, 4205.0, 4186.0, 4207.0, 4173.0, 4196.0, 4205.0, 4205.0, 4194.0, 4194.0, 4165.0, 4195.0, 4164.0, 4207.0, 4196.0, 4206.0, 4185.0, 4206.0, 4176.0, 4207.0, 4198.0, 4208.0, 4176.0, 4206.0, 4186.0, 4207.0, 4186.0, 4206.0, 4186.0, 4206.0, 4187.0, 4206.0, 4185.0, 4196.0, 4185.0, 4205.0, 4184.0, 4205.0, 4196.0, 4206.0, 4197.0, 4206.0, 4197.0, 4196.0, 4197.0, 4205.0, 4197.0, 4206.0, 4197.0, 4205.0, 4164.0, 4195.0, 4164.0, 4194.0, 4184.0, 4194.0, 4163.0, 4195.0, 4165.0, 4207.0, 4186.0, 4207.0, 4207.0, 4208.0, 4167.0, 4208.0, 4190.0, 4222.0, 4208.0, 4206.0, 4217.0, 4196.0, 4216.0, 4208.0, 4168.0, 4209.0, 4212.0, 4204.0, 4193.0, 4184.0, 4161.0, 4216.0, 4257.0, 4248.0, 4237.0, 4248.0, 4256.0, 4233.0, 4243.0, 4217.0, 4215.0, 4174.0, 4193.0, 4173.0, 4193.0, 4172.0, 4191.0, 4161.0, 4180.0, 4149.0, 4179.0, 4147.0, 4167.0, 4147.0, 4166.0, 4137.0, 4167.0, 4166.0, 4158.0, 4178.0, 4169.0, 4189.0, 4160.0, 4142.0, 4173.0, 4165.0, 4196.0, 4188.0, 4198.0, 4177.0, 4199.0, 4217.0, 4187.0, 4207.0, 4186.0, 4196.0, 4175.0, 4197.0, 4176.0, 4196.0, 4167.0, 4208.0, 4177.0, 4198.0, 4218.0, 4197.0, 4196.0, 4166.0, 4206.0, 4176.0, 4196.0, 4189.0, 4206.0, 4188.0, 4209.0, 4166.0, 4210.0, 4219.0, 4208.0, 4219.0, 4210.0, 4199.0, 4190.0, 4219.0, 4198.0, 4210.0, 4177.0, 4209.0, 4219.0, 4209.0, 4209.0, 4210.0, 4219.0, 4199.0, 4208.0, 4199.0, 4209.0, 4188.0, 4211.0, 4198.0, 4210.0, 4199.0, 4209.0, 4178.0, 4208.0, 4178.0, 4210.0, 4220.0, 4210.0, 4210.0, 4189.0, 4221.0, 4199.0, 4209.0, 4178.0, 4209.0, 4178.0, 4209.0, 4230.0, 4210.0, 4219.0, 4232.0, 4180.0, 4210.0, 4171.0, 4221.0, 4192.0, 4224.0, 4232.0, 4221.0, 4231.0, 4211.0, 4229.0, 4199.0, 4219.0, 4197.0], 'WindowWidth': [9575.0, 9462.0, 9424.0, 9358.0, 9385.0, 9366.0, 9365.0, 9300.0, 9356.0, 9329.0, 9346.0, 9304.0, 9337.0, 9332.0, 9292.0, 9305.0, 9257.0, 9287.0, 9267.0, 9279.0, 9245.0, 9284.0, 9228.0, 9275.0, 9266.0, 9258.0, 9271.0, 9257.0, 9273.0, 9257.0, 9274.0, 9251.0, 9279.0, 9251.0, 9289.0, 9298.0, 9289.0, 9316.0, 9290.0, 9266.0, 9310.0, 9270.0, 9333.0, 9312.0, 9331.0, 9332.0, 9327.0, 9289.0, 9344.0, 9320.0, 9348.0, 9307.0, 9369.0, 9330.0, 9345.0, 9310.0, 9340.0, 9301.0, 9342.0, 9296.0, 9347.0, 9312.0, 9325.0, 9339.0, 9336.0, 9304.0, 9307.0, 9269.0, 9343.0, 9304.0, 9369.0, 9319.0, 9344.0, 9345.0, 9325.0, 9338.0, 9312.0, 9336.0, 9313.0, 9328.0, 9296.0, 9341.0, 9311.0, 9340.0, 9305.0, 9343.0, 9319.0, 9331.0, 9313.0, 9345.0, 9331.0, 9368.0, 9310.0, 9361.0, 9309.0, 9347.0, 9338.0, 9325.0, 9366.0, 9358.0, 9390.0, 9387.0, 9346.0, 9375.0, 9389.0, 9342.0, 9339.0, 9289.0, 9317.0, 9330.0, 9312.0, 9299.0, 9322.0, 9317.0, 9301.0, 9299.0, 9282.0, 9299.0, 9269.0, 9310.0, 9259.0, 9300.0, 9261.0, 9308.0, 9262.0, 9308.0, 9278.0, 9305.0, 9251.0, 9322.0, 9320.0, 9312.0, 9326.0, 9308.0, 9335.0, 9309.0, 9322.0, 9311.0, 9321.0, 9310.0, 9304.0, 9278.0, 9338.0, 9309.0, 9311.0, 9314.0, 9341.0, 9327.0, 9320.0, 9311.0, 9334.0, 9310.0, 9297.0, 9313.0, 9342.0, 9310.0, 9325.0, 9274.0, 9334.0, 9273.0, 9318.0, 9260.0, 9320.0, 9283.0, 9300.0, 9302.0, 9301.0, 9313.0, 9297.0, 9246.0, 9304.0, 9287.0, 9304.0, 9319.0, 9286.0, 9317.0, 9266.0, 9296.0, 9251.0, 9299.0, 9264.0, 9277.0, 9291.0, 9258.0, 9288.0, 9279.0, 9290.0, 9271.0, 9295.0, 9269.0, 9301.0, 9254.0, 9300.0, 9286.0, 9300.0, 9297.0, 9303.0, 9318.0, 9304.0, 9305.0, 9277.0, 9317.0, 9258.0, 9316.0, 9242.0, 9317.0, 9300.0, 9305.0, 9318.0, 9306.0, 9305.0, 9305.0, 9320.0, 9308.0, 9321.0, 9308.0, 9320.0, 9309.0, 9304.0, 9257.0, 9316.0, 9276.0, 9316.0, 9275.0, 9331.0, 9263.0, 9316.0, 9281.0, 9322.0, 9289.0, 9304.0, 9303.0, 9307.0, 9307.0, 9321.0, 9281.0, 9340.0, 9273.0, 9344.0, 9309.0, 9323.0, 9336.0, 9321.0, 9334.0, 9320.0, 9316.0, 9263.0, 9305.0, 9260.0, 9304.0, 9316.0, 9316.0, 9298.0, 9297.0, 9245.0, 9304.0, 9307.0, 9311.0, 9324.0, 9309.0, 9321.0, 9311.0, 9320.0, 9314.0, 9322.0, 9297.0, 9311.0, 9276.0, 9338.0, 9277.0, 9333.0, 9265.0, 9323.0, 9279.0, 9325.0, 9336.0, 9319.0, 9320.0, 9319.0, 9315.0, 9322.0, 9336.0, 9321.0, 9307.0, 9271.0, 9335.0, 9289.0, 9317.0, 9309.0, 9320.0, 9313.0, 9322.0, 9276.0, 9335.0, 9303.0, 9318.0, 9309.0, 9322.0, 9290.0, 9309.0, 9286.0, 9302.0, 9275.0, 9315.0, 9252.0, 9323.0, 9277.0, 9323.0, 9335.0, 9299.0, 9333.0, 9302.0, 9294.0, 9284.0, 9295.0, 9252.0, 9298.0, 9255.0, 9310.0, 9268.0, 9307.0, 9243.0, 9299.0, 9260.0, 9318.0, 9284.0, 9298.0, 9297.0, 9301.0, 9256.0, 9300.0, 9262.0, 9319.0, 9337.0, 9303.0, 9302.0, 9287.0, 9311.0, 9285.0, 9297.0, 9288.0, 9303.0, 9269.0, 9303.0, 9283.0, 9296.0, 9269.0, 9297.0, 9247.0, 9316.0, 9262.0, 9325.0, 9340.0, 9320.0, 9318.0, 9305.0, 9312.0, 9292.0, 9315.0, 9286.0, 9323.0, 9277.0, 9340.0, 9280.0, 9336.0, 9314.0, 9342.0, 9267.0, 9323.0, 9324.0, 9323.0, 9306.0, 9322.0, 9272.0, 9344.0, 9306.0, 9350.0, 9337.0, 9347.0, 9318.0, 9359.0, 9301.0, 9359.0, 9330.0, 9347.0, 9312.0, 9348.0, 9320.0, 9333.0, 9321.0, 9315.0, 9287.0, 9321.0, 9297.0, 9315.0, 9332.0, 9300.0, 9316.0, 9315.0, 9312.0, 9299.0, 9315.0, 9301.0, 9302.0, 9270.0, 9313.0, 9272.0, 9314.0, 9290.0, 9319.0, 9309.0, 9322.0, 9287.0, 9324.0, 9261.0, 9324.0, 9279.0, 9320.0, 9298.0, 9324.0, 9298.0, 9331.0, 9283.0, 9324.0, 9322.0, 9335.0, 9276.0, 9320.0, 9280.0, 9324.0, 9282.0, 9328.0, 9293.0, 9334.0, 9291.0, 9335.0, 9312.0, 9342.0, 9330.0, 9342.0, 9331.0, 9344.0, 9313.0, 9339.0, 9325.0, 9340.0, 9325.0, 9340.0, 9327.0, 9339.0, 9325.0, 9323.0, 9302.0, 9332.0, 9304.0, 9318.0, 9306.0, 9316.0, 9275.0, 9303.0, 9270.0, 9314.0, 9258.0, 9313.0, 9291.0, 9314.0, 9294.0, 9325.0, 9308.0, 9324.0, 9292.0, 9333.0, 9282.0, 9325.0, 9278.0, 9325.0, 9307.0, 9321.0, 9333.0, 9322.0, 9275.0, 9305.0, 9267.0, 9324.0, 9279.0, 9327.0, 9339.0, 9322.0, 9321.0, 9319.0, 9279.0, 9326.0, 9291.0, 9320.0, 9325.0, 9302.0, 9319.0, 9320.0, 9317.0, 9304.0, 9317.0, 9293.0, 9319.0, 9274.0, 9334.0, 9277.0, 9330.0, 9306.0, 9321.0, 9314.0, 9327.0, 9295.0, 9326.0, 9292.0, 9322.0, 9303.0, 9320.0, 9302.0, 9306.0, 9316.0, 9303.0, 9304.0, 9268.0, 9317.0, 9257.0, 9312.0, 9273.0, 9304.0, 9269.0, 9304.0, 9320.0, 9300.0, 9296.0, 9298.0, 9294.0, 9285.0, 9295.0, 9284.0, 9303.0, 9278.0, 9301.0, 9243.0, 9318.0, 9247.0, 9304.0, 9282.0, 9327.0, 9281.0, 9327.0, 9309.0, 9320.0, 9322.0, 9320.0, 9291.0, 9325.0, 9323.0, 9325.0, 9326.0, 9309.0, 9318.0, 9326.0, 9336.0, 9325.0, 9297.0, 9327.0, 9354.0, 9328.0, 9339.0, 9323.0, 9341.0, 9323.0, 9283.0, 9326.0, 9291.0, 9350.0, 9359.0, 9327.0, 9327.0, 9280.0, 9334.0, 9309.0, 9322.0, 9312.0, 9321.0, 9280.0, 9327.0, 9276.0, 9318.0, 9290.0, 9318.0, 9264.0, 9320.0, 9266.0, 9346.0, 9297.0, 9320.0, 9308.0, 9322.0, 9271.0, 9348.0, 9307.0, 9332.0, 9350.0, 9312.0, 9356.0, 9361.0, 9407.0, 9365.0, 9350.0, 9327.0, 9356.0, 9325.0, 9358.0, 9346.0, 9343.0, 9325.0, 9324.0, 9288.0, 9301.0, 9268.0, 9311.0, 9253.0, 9312.0, 9253.0, 9299.0, 9294.0, 9295.0, 9296.0, 9297.0, 9295.0, 9298.0, 9249.0, 9306.0, 9274.0, 9301.0, 9315.0, 9282.0, 9317.0, 9268.0, 9295.0, 9240.0, 9299.0, 9295.0, 9296.0, 9301.0, 9269.0, 9293.0, 9250.0, 9309.0, 9284.0, 9313.0, 9309.0, 9322.0, 9279.0, 9304.0, 9274.0, 9304.0, 9275.0, 9321.0, 9284.0, 9323.0, 9297.0, 9330.0, 9324.0, 9320.0, 9322.0, 9272.0, 9321.0, 9271.0, 9311.0, 9257.0, 9297.0, 9283.0, 9303.0, 9317.0, 9305.0, 9303.0, 9302.0, 9280.0, 9322.0, 9281.0, 9324.0, 9341.0, 9321.0, 9321.0, 9321.0, 9317.0, 9307.0, 9289.0, 9306.0, 9322.0, 9320.0, 9320.0, 9305.0, 9319.0, 9304.0, 9319.0, 9307.0, 9320.0, 9320.0, 9306.0, 9261.0, 9321.0, 9287.0, 9316.0, 9306.0, 9303.0, 9306.0, 9307.0, 9262.0, 9323.0, 9287.0, 9315.0, 9291.0, 9302.0, 9276.0, 9304.0, 9284.0, 9300.0, 9270.0, 9299.0, 9248.0, 9305.0, 9278.0, 9323.0, 9290.0, 9318.0, 9276.0, 9319.0, 9269.0, 9319.0, 9283.0, 9327.0, 9281.0, 9343.0, 9292.0, 9323.0, 9283.0, 9329.0, 9306.0, 9305.0, 9320.0, 9316.0, 9328.0, 9315.0, 9284.0, 9305.0, 9333.0, 9322.0, 9304.0, 9257.0, 9315.0, 9287.0, 9298.0, 9277.0, 9318.0, 9283.0, 9324.0, 9275.0, 9318.0, 9276.0, 9306.0, 9264.0, 9323.0, 9293.0, 9326.0, 9307.0, 9328.0, 9297.0, 9321.0, 9287.0, 9326.0, 9328.0, 9331.0, 9279.0, 9321.0, 9353.0, 9318.0, 9314.0, 9297.0, 9295.0, 9296.0, 9306.0, 9273.0, 9276.0, 9239.0, 9275.0, 9240.0, 9270.0, 9216.0, 9275.0, 9270.0, 9273.0, 9271.0, 9274.0, 9291.0, 9279.0, 9237.0, 9283.0, 9277.0, 9288.0, 9317.0, 9281.0, 9298.0, 9263.0, 9291.0, 9236.0, 9295.0, 9261.0, 9279.0, 9294.0, 9276.0, 9288.0, 9290.0, 9293.0, 9282.0, 9312.0, 9303.0, 9301.0, 9275.0, 9304.0, 9267.0, 9298.0, 9256.0, 9301.0, 9261.0, 9321.0, 9290.0, 9310.0, 9318.0, 9321.0, 9307.0, 9309.0, 9271.0, 9328.0, 9290.0, 9351.0, 9363.0, 9344.0, 9325.0, 9294.0, 9322.0, 9291.0, 9315.0, 9306.0, 9320.0, 9281.0, 9308.0, 9287.0, 9320.0, 9260.0, 9302.0, 9262.0, 9308.0, 9276.0, 9305.0, 9315.0, 9317.0, 9272.0, 9301.0, 9263.0, 9332.0, 9277.0, 9324.0, 9339.0, 9319.0, 9331.0, 9318.0, 9314.0, 9302.0, 9316.0, 9303.0, 9303.0, 9301.0, 9302.0, 9307.0, 9289.0, 9302.0, 9279.0, 9325.0, 9291.0, 9307.0, 9337.0, 9317.0, 9316.0, 9318.0, 9312.0, 9300.0, 9295.0, 9297.0, 9301.0, 9270.0, 9280.0, 9250.0, 9293.0, 9252.0, 9290.0, 9284.0, 9298.0, 9257.0, 9300.0, 9254.0, 9301.0, 9259.0, 9303.0, 9306.0, 9322.0, 9281.0, 9340.0, 9314.0, 9325.0, 9337.0, 9330.0, 9382.0, 9352.0, 9346.0, 9354.0, 9327.0, 9298.0, 9327.0, 9298.0, 9306.0, 9311.0, 9309.0, 9279.0, 9317.0, 9284.0, 9323.0, 9301.0, 9329.0, 9311.0, 9367.0, 9367.0, 9322.0, 9328.0, 9316.0, 9339.0, 9325.0, 9320.0, 9321.0, 9304.0, 9307.0, 9296.0, 9325.0, 9295.0, 9325.0, 9319.0, 9318.0, 9289.0, 9318.0, 9285.0, 9326.0, 9319.0, 9345.0, 9285.0, 9327.0, 9306.0, 9320.0, 9289.0, 9319.0, 9267.0, 9323.0, 9280.0, 9326.0, 9307.0, 9324.0, 9338.0, 9322.0, 9293.0, 9322.0, 9296.0, 9328.0, 9340.0, 9316.0, 9315.0, 9279.0, 9299.0, 9265.0, 9295.0, 9241.0, 9299.0, 9310.0, 9296.0, 9297.0, 9252.0, 9297.0, 9239.0, 9296.0, 9291.0, 9348.0, 9302.0, 9356.0, 9320.0, 9323.0, 9310.0, 9342.0, 9309.0, 9375.0, 9398.0, 9429.0, 9338.0, 9340.0, 9323.0, 9319.0, 9278.0, 9324.0, 9330.0, 9373.0, 9357.0, 9323.0, 9332.0, 9262.0, 9295.0, 9267.0, 9314.0, 9286.0, 9318.0, 9293.0, 9319.0, 9332.0, 9376.0, 9269.0, 9301.0, 9264.0, 9291.0, 9244.0, 9295.0, 9252.0, 9298.0, 9289.0, 9280.0, 9304.0, 9279.0, 9296.0, 9297.0, 9248.0, 9297.0, 9275.0, 9326.0, 9279.0, 9321.0, 9321.0, 9315.0, 9294.0, 9279.0, 9243.0, 9298.0, 9248.0, 9323.0, 9294.0, 9341.0, 9285.0, 9346.0, 9323.0, 9352.0, 9284.0, 9325.0, 9337.0, 9307.0, 9318.0, 9323.0, 9347.0, 9310.0, 9274.0, 9328.0, 9291.0, 9353.0, 9335.0, 9351.0, 9362.0, 9351.0, 9308.0, 9336.0, 9319.0, 9352.0, 9362.0, 9337.0, 9339.0, 9290.0, 9321.0, 9320.0, 9347.0, 9311.0, 9350.0, 9324.0, 9322.0, 9276.0, 9307.0, 9286.0, 9320.0, 9286.0, 9316.0, 9289.0, 9315.0, 9290.0, 9320.0, 9268.0, 9303.0, 9313.0, 9313.0, 9297.0, 9297.0, 9260.0, 9302.0, 9258.0, 9319.0, 9302.0, 9318.0, 9286.0, 9315.0, 9278.0, 9320.0, 9311.0, 9323.0, 9276.0, 9319.0, 9287.0, 9319.0, 9288.0, 9316.0, 9291.0, 9318.0, 9291.0, 9319.0, 9286.0, 9303.0, 9285.0, 9314.0, 9283.0, 9315.0, 9304.0, 9317.0, 9305.0, 9318.0, 9305.0, 9303.0, 9305.0, 9316.0, 9304.0, 9318.0, 9307.0, 9315.0, 9257.0, 9300.0, 9255.0, 9297.0, 9282.0, 9296.0, 9256.0, 9300.0, 9261.0, 9321.0, 9289.0, 9320.0, 9322.0, 9322.0, 9265.0, 9324.0, 9303.0, 9349.0, 9322.0, 9317.0, 9334.0, 9303.0, 9331.0, 9321.0, 9269.0, 9327.0, 9338.0, 9331.0, 9312.0, 9303.0, 9269.0, 9350.0, 9408.0, 9399.0, 9380.0, 9402.0, 9409.0, 9369.0, 9386.0, 9334.0, 9330.0, 9267.0, 9295.0, 9264.0, 9294.0, 9263.0, 9289.0, 9244.0, 9272.0, 9224.0, 9266.0, 9219.0, 9245.0, 9219.0, 9244.0, 9205.0, 9248.0, 9242.0, 9234.0, 9264.0, 9251.0, 9280.0, 9242.0, 9223.0, 9266.0, 9261.0, 9304.0, 9295.0, 9310.0, 9278.0, 9309.0, 9332.0, 9292.0, 9319.0, 9287.0, 9302.0, 9271.0, 9304.0, 9274.0, 9300.0, 9265.0, 9320.0, 9276.0, 9308.0, 9335.0, 9304.0, 9304.0, 9260.0, 9316.0, 9274.0, 9302.0, 9298.0, 9319.0, 9297.0, 9327.0, 9262.0, 9326.0, 9341.0, 9323.0, 9341.0, 9329.0, 9314.0, 9302.0, 9341.0, 9310.0, 9329.0, 9279.0, 9325.0, 9341.0, 9325.0, 9325.0, 9327.0, 9338.0, 9313.0, 9324.0, 9311.0, 9327.0, 9294.0, 9330.0, 9309.0, 9328.0, 9310.0, 9324.0, 9283.0, 9324.0, 9283.0, 9329.0, 9343.0, 9328.0, 9330.0, 9298.0, 9345.0, 9311.0, 9326.0, 9284.0, 9326.0, 9282.0, 9325.0, 9357.0, 9328.0, 9340.0, 9361.0, 9288.0, 9330.0, 9281.0, 9347.0, 9309.0, 9357.0, 9364.0, 9346.0, 9359.0, 9330.0, 9354.0, 9314.0, 9340.0, 9309.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.0034156592135697757</td></tr>
<tr><td colspan=3>aqi</td><td>0.03515436707787201</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.023202401489165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2106566579398148</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9926253809722232</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>4751.6997</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09660068030427021</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.0115651503469545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5271148582344294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4107179425240055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.789885933483936</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.380740698695347</td></tr>
<tr><td colspan=3>gcor</td><td>0.00924563</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014828679151833057</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024973195046186447</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</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.9102370130357818</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.3476</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.2014</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.731</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297846.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>896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.8829</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5916</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.5043</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3370.0268</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>908.6348</td></tr>
<tr><td colspan=3>tsnr</td><td>33.57501653954387</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>