<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-02/func/sub-0082_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>c0b3bffa12611b25f83620268bc533d9</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>13:15:16.297500</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.997067, -0.0535357, 0.0546863, 0.056443, 0.996994, -0.0530793]</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.0999469</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>[4172, -7758, -7285, 616, 77, -455, 93, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.868</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff8f6dd4-7a4c-449b-ba37-e5caebfdf6ba||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.6750588417053223, 0.15143248438835144, 0.1395367980003357, 102.39361572265625], [0.14363239705562592, 2.6748616695404053, -0.15122778713703156, -98.73583221435547], [0.14671941101551056, 0.1424078643321991, 2.692147731781006, -92.37532806396484], [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': ['131516.297500', '131516.757500', '131517.217500', '131517.677500', '131518.137500', '131518.597500', '131519.057500', '131519.517500', '131519.977500', '131520.437500', '131520.897500', '131521.357500', '131521.817500', '131522.277500', '131522.737500', '131523.197500', '131523.657500', '131524.117500', '131524.577500', '131525.037500', '131525.497500', '131525.957500', '131526.417500', '131526.877500', '131527.337500', '131527.797500', '131528.257500', '131528.717500', '131529.177500', '131529.637500', '131530.097500', '131530.557500', '131531.017500', '131531.477500', '131531.937500', '131532.397500', '131532.857500', '131533.317500', '131533.777500', '131534.237500', '131534.697500', '131535.157500', '131535.617500', '131536.077500', '131536.537500', '131536.997500', '131537.457500', '131537.917500', '131538.377500', '131538.837500', '131539.297500', '131539.757500', '131540.217500', '131540.677500', '131541.137500', '131541.597500', '131542.057500', '131542.517500', '131542.977500', '131543.437500', '131543.897500', '131544.357500', '131544.817500', '131545.277500', '131545.737500', '131546.197500', '131546.657500', '131547.117500', '131547.577500', '131548.037500', '131548.497500', '131548.957500', '131549.417500', '131549.877500', '131550.337500', '131550.797500', '131551.257500', '131551.717500', '131552.177500', '131552.637500', '131553.097500', '131553.557500', '131554.017500', '131554.477500', '131554.937500', '131555.397500', '131555.857500', '131556.317500', '131556.777500', '131557.237500', '131557.697500', '131558.157500', '131558.617500', '131559.077500', '131559.537500', '131559.997500', '131600.457500', '131600.917500', '131601.377500', '131601.837500', '131602.297500', '131602.757500', '131603.217500', '131603.677500', '131604.137500', '131604.597500', '131605.057500', '131605.517500', '131605.977500', '131606.437500', '131606.897500', '131607.357500', '131607.817500', '131608.277500', '131608.737500', '131609.197500', '131609.657500', '131610.117500', '131610.577500', '131611.037500', '131611.497500', '131611.957500', '131612.417500', '131612.877500', '131613.337500', '131613.797500', '131614.257500', '131614.717500', '131615.177500', '131615.637500', '131616.097500', '131616.557500', '131617.017500', '131617.477500', '131617.937500', '131618.397500', '131618.857500', '131619.317500', '131619.777500', '131620.237500', '131620.697500', '131621.157500', '131621.617500', '131622.077500', '131622.537500', '131622.997500', '131623.457500', '131623.917500', '131624.377500', '131624.837500', '131625.297500', '131625.757500', '131626.217500', '131626.677500', '131627.137500', '131627.597500', '131628.057500', '131628.517500', '131628.977500', '131629.437500', '131629.897500', '131630.357500', '131630.817500', '131631.277500', '131631.737500', '131632.197500', '131632.657500', '131633.117500', '131633.577500', '131634.037500', '131634.497500', '131634.957500', '131635.417500', '131635.877500', '131636.337500', '131636.797500', '131637.257500', '131637.717500', '131638.177500', '131638.637500', '131639.097500', '131639.557500', '131640.017500', '131640.477500', '131640.937500', '131641.397500', '131641.857500', '131642.317500', '131642.777500', '131643.237500', '131643.697500', '131644.157500', '131644.617500', '131645.077500', '131645.537500', '131645.997500', '131646.457500', '131646.917500', '131647.377500', '131647.837500', '131648.297500', '131648.757500', '131649.217500', '131649.677500', '131650.137500', '131650.597500', '131651.057500', '131651.517500', '131651.977500', '131652.437500', '131652.897500', '131653.357500', '131653.817500', '131654.277500', '131654.737500', '131655.197500', '131655.657500', '131656.117500', '131656.577500', '131657.037500', '131657.497500', '131657.957500', '131658.417500', '131658.877500', '131659.337500', '131659.797500', '131700.257500', '131700.717500', '131701.177500', '131701.637500', '131702.097500', '131702.557500', '131703.017500', '131703.477500', '131703.937500', '131704.397500', '131704.857500', '131705.317500', '131705.777500', '131706.237500', '131706.697500', '131707.157500', '131707.617500', '131708.077500', '131708.537500', '131708.997500', '131709.457500', '131709.917500', '131710.377500', '131710.837500', '131711.297500', '131711.757500', '131712.217500', '131712.677500', '131713.137500', '131713.597500', '131714.057500', '131714.517500', '131714.977500', '131715.437500', '131715.897500', '131716.357500', '131716.817500', '131717.277500', '131717.737500', '131718.197500', '131718.657500', '131719.117500', '131719.577500', '131720.037500', '131720.497500', '131720.957500', '131721.417500', '131721.877500', '131722.337500', '131722.797500', '131723.257500', '131723.717500', '131724.177500', '131724.637500', '131725.097500', '131725.557500', '131726.017500', '131726.477500', '131726.937500', '131727.397500', '131727.857500', '131728.317500', '131728.777500', '131729.237500', '131729.697500', '131730.157500', '131730.617500', '131731.077500', '131731.537500', '131731.997500', '131732.457500', '131732.917500', '131733.377500', '131733.837500', '131734.297500', '131734.757500', '131735.217500', '131735.677500', '131736.137500', '131736.597500', '131737.057500', '131737.517500', '131737.977500', '131738.437500', '131738.897500', '131739.357500', '131739.817500', '131740.277500', '131740.737500', '131741.197500', '131741.657500', '131742.117500', '131742.577500', '131743.037500', '131743.497500', '131743.957500', '131744.417500', '131744.877500', '131745.337500', '131745.797500', '131746.257500', '131746.717500', '131747.177500', '131747.637500', '131748.097500', '131748.557500', '131749.017500', '131749.477500', '131749.937500', '131750.397500', '131750.857500', '131751.317500', '131751.777500', '131752.237500', '131752.697500', '131753.157500', '131753.617500', '131754.077500', '131754.537500', '131754.997500', '131755.457500', '131755.917500', '131756.377500', '131756.837500', '131757.297500', '131757.757500', '131758.217500', '131758.677500', '131759.137500', '131759.597500', '131800.057500', '131800.517500', '131800.977500', '131801.437500', '131801.897500', '131802.357500', '131802.817500', '131803.277500', '131803.737500', '131804.197500', '131804.657500', '131805.117500', '131805.577500', '131806.037500', '131806.497500', '131806.957500', '131807.417500', '131807.877500', '131808.337500', '131808.797500', '131809.257500', '131809.717500', '131810.177500', '131810.637500', '131811.097500', '131811.557500', '131812.017500', '131812.477500', '131812.937500', '131813.397500', '131813.857500', '131814.317500', '131814.777500', '131815.237500', '131815.697500', '131816.157500', '131816.617500', '131817.077500', '131817.537500', '131817.997500', '131818.457500', '131818.917500', '131819.377500', '131819.837500', '131820.297500', '131820.757500', '131821.217500', '131821.677500', '131822.137500', '131822.597500', '131823.057500', '131823.517500', '131823.977500', '131824.437500', '131824.897500', '131825.357500', '131825.817500', '131826.277500', '131826.737500', '131827.197500', '131827.657500', '131828.117500', '131828.577500', '131829.037500', '131829.497500', '131829.957500', '131830.417500', '131830.877500', '131831.337500', '131831.797500', '131832.257500', '131832.717500', '131833.177500', '131833.637500', '131834.097500', '131834.557500', '131835.017500', '131835.477500', '131835.937500', '131836.397500', '131836.857500', '131837.317500', '131837.777500', '131838.237500', '131838.697500', '131839.157500', '131839.617500', '131840.077500', '131840.537500', '131840.997500', '131841.457500', '131841.917500', '131842.377500', '131842.837500', '131843.297500', '131843.757500', '131844.217500', '131844.677500', '131845.137500', '131845.597500', '131846.057500', '131846.517500', '131846.977500', '131847.437500', '131847.897500', '131848.357500', '131848.817500', '131849.277500', '131849.737500', '131850.197500', '131850.657500', '131851.117500', '131851.577500', '131852.037500', '131852.497500', '131852.957500', '131853.417500', '131853.877500', '131854.337500', '131854.797500', '131855.257500', '131855.717500', '131856.177500', '131856.637500', '131857.097500', '131857.557500', '131858.017500', '131858.477500', '131858.937500', '131859.397500', '131859.857500', '131900.317500', '131900.777500', '131901.237500', '131901.697500', '131902.157500', '131902.617500', '131903.077500', '131903.537500', '131903.997500', '131904.457500', '131904.917500', '131905.377500', '131905.837500', '131906.297500', '131906.757500', '131907.217500', '131907.677500', '131908.137500', '131908.597500', '131909.057500', '131909.517500', '131909.977500', '131910.437500', '131910.897500', '131911.357500', '131911.817500', '131912.277500', '131912.737500', '131913.197500', '131913.657500', '131914.117500', '131914.577500', '131915.037500', '131915.497500', '131915.957500', '131916.417500', '131916.877500', '131917.337500', '131917.797500', '131918.257500', '131918.717500', '131919.177500', '131919.637500', '131920.097500', '131920.557500', '131921.017500', '131921.477500', '131921.937500', '131922.397500', '131922.857500', '131923.317500', '131923.777500', '131924.237500', '131924.697500', '131925.157500', '131925.617500', '131926.077500', '131926.537500', '131926.997500', '131927.457500', '131927.917500', '131928.377500', '131928.837500', '131929.297500', '131929.757500', '131930.217500', '131930.677500', '131931.137500', '131931.597500', '131932.057500', '131932.517500', '131932.977500', '131933.437500', '131933.897500', '131934.357500', '131934.817500', '131935.277500', '131935.737500', '131936.197500', '131936.657500', '131937.117500', '131937.577500', '131938.037500', '131938.497500', '131938.957500', '131939.417500', '131939.877500', '131940.337500', '131940.797500', '131941.257500', '131941.717500', '131942.177500', '131942.637500', '131943.097500', '131943.557500', '131944.017500', '131944.477500', '131944.937500', '131945.397500', '131945.857500', '131946.317500', '131946.777500', '131947.237500', '131947.697500', '131948.157500', '131948.617500', '131949.077500', '131949.537500', '131949.997500', '131950.457500', '131950.917500', '131951.377500', '131951.837500', '131952.297500', '131952.757500', '131953.217500', '131953.677500', '131954.137500', '131954.597500', '131955.057500', '131955.517500', '131955.977500', '131956.437500', '131956.897500', '131957.357500', '131957.817500', '131958.277500', '131958.737500', '131959.197500', '131959.657500', '132000.117500', '132000.577500', '132001.037500', '132001.497500', '132001.957500', '132002.417500', '132002.877500', '132003.337500', '132003.797500', '132004.257500', '132004.717500', '132005.177500', '132005.637500', '132006.097500', '132006.557500', '132007.017500', '132007.477500', '132007.937500', '132008.397500', '132008.857500', '132009.317500', '132009.777500', '132010.237500', '132010.697500', '132011.157500', '132011.617500', '132012.077500', '132012.537500', '132012.997500', '132013.457500', '132013.917500', '132014.377500', '132014.837500', '132015.297500', '132015.757500', '132016.217500', '132016.677500', '132017.137500', '132017.597500', '132018.057500', '132018.517500', '132018.977500', '132019.437500', '132019.897500', '132020.357500', '132020.817500', '132021.277500', '132021.737500', '132022.197500', '132022.657500', '132023.117500', '132023.577500', '132024.037500', '132024.497500', '132024.957500', '132025.417500', '132025.877500', '132026.337500', '132026.797500', '132027.257500', '132027.717500', '132028.177500', '132028.637500', '132029.097500', '132029.557500', '132030.017500', '132030.477500', '132030.937500', '132031.397500', '132031.857500', '132032.317500', '132032.777500', '132033.237500', '132033.697500', '132034.157500', '132034.617500', '132035.077500', '132035.537500', '132035.997500', '132036.457500', '132036.917500', '132037.377500', '132037.837500', '132038.297500', '132038.757500', '132039.217500', '132039.677500', '132040.137500', '132040.597500', '132041.057500', '132041.517500', '132041.977500', '132042.437500', '132042.897500', '132043.357500', '132043.817500', '132044.277500', '132044.737500', '132045.197500', '132045.657500', '132046.117500', '132046.577500', '132047.037500', '132047.497500', '132047.957500', '132048.417500', '132048.877500', '132049.337500', '132049.797500', '132050.257500', '132050.717500', '132051.177500', '132051.637500', '132052.097500', '132052.557500', '132053.017500', '132053.477500', '132053.937500', '132054.397500', '132054.857500', '132055.317500', '132055.777500', '132056.237500', '132056.697500', '132057.157500', '132057.617500', '132058.077500', '132058.537500', '132058.997500', '132059.457500', '132059.917500', '132100.377500', '132100.837500', '132101.297500', '132101.757500', '132102.217500', '132102.677500', '132103.137500', '132103.597500', '132104.057500', '132104.517500', '132104.977500', '132105.437500', '132105.897500', '132106.357500', '132106.817500', '132107.277500', '132107.737500', '132108.197500', '132108.657500', '132109.117500', '132109.577500', '132110.037500', '132110.497500', '132110.957500', '132111.417500', '132111.877500', '132112.337500', '132112.797500', '132113.257500', '132113.717500', '132114.177500', '132114.637500', '132115.097500', '132115.557500', '132116.017500', '132116.477500', '132116.937500', '132117.397500', '132117.857500', '132118.317500', '132118.777500', '132119.237500', '132119.697500', '132120.157500', '132120.617500', '132121.077500', '132121.537500', '132121.997500', '132122.457500', '132122.917500', '132123.377500', '132123.837500', '132124.297500', '132124.757500', '132125.217500', '132125.677500', '132126.137500', '132126.597500', '132127.057500', '132127.517500', '132127.977500', '132128.437500', '132128.897500', '132129.357500', '132129.817500', '132130.277500', '132130.737500', '132131.197500', '132131.657500', '132132.117500', '132132.577500', '132133.037500', '132133.497500', '132133.957500', '132134.417500', '132134.877500', '132135.337500', '132135.797500', '132136.257500', '132136.717500', '132137.177500', '132137.637500', '132138.097500', '132138.557500', '132139.017500', '132139.477500', '132139.937500', '132140.397500', '132140.857500', '132141.317500', '132141.777500', '132142.237500', '132142.697500', '132143.157500', '132143.617500', '132144.077500', '132144.537500', '132144.997500', '132145.457500', '132145.917500', '132146.377500', '132146.837500', '132147.297500', '132147.757500', '132148.217500', '132148.677500', '132149.137500', '132149.597500', '132150.057500', '132150.517500', '132150.977500', '132151.437500', '132151.897500', '132152.357500', '132152.817500', '132153.277500', '132153.737500', '132154.197500', '132154.657500', '132155.117500', '132155.577500', '132156.037500', '132156.497500', '132156.957500', '132157.417500', '132157.877500', '132158.337500', '132158.797500', '132159.257500', '132159.717500', '132200.177500', '132200.637500', '132201.097500', '132201.557500', '132202.017500', '132202.477500', '132202.937500', '132203.397500', '132203.857500', '132204.317500', '132204.777500', '132205.237500', '132205.697500', '132206.157500', '132206.617500', '132207.077500', '132207.537500', '132207.997500', '132208.457500', '132208.917500', '132209.377500', '132209.837500', '132210.297500', '132210.757500', '132211.217500', '132211.677500', '132212.137500', '132212.597500', '132213.057500', '132213.517500', '132213.977500', '132214.437500', '132214.897500', '132215.357500', '132215.817500', '132216.277500', '132216.737500', '132217.197500', '132217.657500', '132218.117500', '132218.577500', '132219.037500', '132219.497500', '132219.957500', '132220.417500', '132220.877500', '132221.337500', '132221.797500', '132222.257500', '132222.717500', '132223.177500', '132223.637500', '132224.097500', '132224.557500', '132225.017500', '132225.477500', '132225.937500', '132226.397500', '132226.857500', '132227.317500', '132227.777500', '132228.237500', '132228.697500', '132229.157500', '132229.617500', '132230.077500', '132230.537500', '132230.997500', '132231.457500', '132231.917500', '132232.377500', '132232.837500', '132233.297500', '132233.757500', '132234.217500', '132234.677500', '132235.137500', '132235.597500', '132236.057500', '132236.517500', '132236.977500', '132237.437500', '132237.897500', '132238.357500', '132238.817500', '132239.277500', '132239.737500', '132240.197500', '132240.657500', '132241.117500', '132241.577500', '132242.037500', '132242.497500', '132242.957500', '132243.417500', '132243.877500', '132244.337500', '132244.797500', '132245.257500', '132245.717500', '132246.177500', '132246.637500', '132247.097500', '132247.557500', '132248.017500', '132248.477500', '132248.937500', '132249.397500', '132249.857500', '132250.317500', '132250.777500', '132251.237500', '132251.697500', '132252.157500', '132252.617500', '132253.077500', '132253.537500', '132253.997500', '132254.457500', '132254.917500', '132255.377500', '132255.837500', '132256.297500', '132256.757500', '132257.217500', '132257.677500', '132258.137500', '132258.597500', '132259.057500', '132259.517500', '132259.977500', '132300.437500', '132300.897500', '132301.357500', '132301.817500', '132302.277500', '132302.737500', '132303.197500', '132303.657500', '132304.117500', '132304.577500', '132305.037500', '132305.497500', '132305.957500', '132306.417500', '132306.877500', '132307.337500', '132307.797500', '132308.257500', '132308.717500', '132309.177500', '132309.637500', '132310.097500', '132310.557500', '132311.017500', '132311.477500', '132311.937500', '132312.397500', '132312.857500', '132313.317500', '132313.777500', '132314.237500', '132314.697500', '132315.157500', '132315.617500', '132316.077500', '132316.537500', '132316.997500', '132317.457500', '132317.917500', '132318.377500', '132318.837500', '132319.297500', '132319.757500', '132320.217500', '132320.677500', '132321.137500', '132321.597500', '132322.057500', '132322.517500', '132322.977500', '132323.437500', '132323.897500', '132324.357500', '132324.817500', '132325.277500', '132325.737500', '132326.197500', '132326.657500', '132327.117500', '132327.577500', '132328.037500', '132328.497500', '132328.957500', '132329.417500', '132329.877500', '132330.337500', '132330.797500', '132331.257500', '132331.717500', '132332.177500', '132332.637500', '132333.097500', '132333.557500', '132334.017500', '132334.477500', '132334.937500', '132335.397500', '132335.857500', '132336.317500', '132336.777500', '132337.237500', '132337.697500', '132338.157500', '132338.617500', '132339.077500', '132339.537500', '132339.997500', '132340.457500', '132340.917500', '132341.377500', '132341.837500', '132342.297500', '132342.757500', '132343.217500', '132343.677500', '132344.137500', '132344.597500', '132345.057500', '132345.517500', '132345.977500', '132346.437500', '132346.897500', '132347.357500', '132347.817500', '132348.277500', '132348.737500', '132349.197500', '132349.657500', '132350.117500', '132350.577500', '132351.037500', '132351.497500', '132351.957500', '132352.417500', '132352.877500', '132353.337500', '132353.797500', '132354.257500', '132354.717500', '132355.177500', '132355.637500', '132356.097500', '132356.557500', '132357.017500', '132357.477500', '132357.937500', '132358.397500', '132358.857500', '132359.317500', '132359.777500', '132400.237500', '132400.697500', '132401.157500', '132401.617500', '132402.077500', '132402.537500', '132402.997500', '132403.457500', '132403.917500', '132404.377500', '132404.837500', '132405.297500', '132405.757500', '132406.217500', '132406.677500', '132407.137500', '132407.597500', '132408.057500', '132408.517500', '132408.977500', '132409.437500', '132409.897500', '132410.357500', '132410.817500', '132411.277500', '132411.737500', '132412.197500', '132412.657500', '132413.117500', '132413.577500', '132414.037500', '132414.497500', '132414.957500', '132415.417500', '132415.877500', '132416.337500', '132416.797500', '132417.257500', '132417.717500', '132418.177500', '132418.637500', '132419.097500', '132419.557500', '132420.017500', '132420.477500', '132420.937500', '132421.397500', '132421.857500', '132422.317500', '132422.777500', '132423.237500', '132423.697500', '132424.157500', '132424.617500', '132425.077500', '132425.537500', '132425.997500', '132426.457500', '132426.917500', '132427.377500', '132427.837500', '132428.297500', '132428.757500', '132429.217500', '132429.677500', '132430.137500', '132430.597500', '132431.057500', '132431.517500', '132431.977500', '132432.437500', '132432.897500', '132433.357500', '132433.817500', '132434.277500', '132434.737500', '132435.197500', '132435.657500', '132436.117500', '132436.577500', '132437.037500', '132437.497500', '132437.957500', '132438.417500', '132438.877500', '132439.337500', '132439.797500', '132440.257500', '132440.717500', '132441.177500', '132441.637500', '132442.097500', '132442.557500', '132443.017500', '132443.477500', '132443.937500', '132444.397500', '132444.857500', '132445.317500', '132445.777500', '132446.237500', '132446.697500', '132447.157500', '132447.617500', '132448.077500', '132448.537500', '132448.997500', '132449.457500', '132449.917500', '132450.377500', '132450.837500', '132451.297500', '132451.757500', '132452.217500', '132452.677500', '132453.137500', '132453.597500', '132454.057500', '132454.517500', '132454.977500', '132455.437500', '132455.897500', '132456.357500', '132456.817500', '132457.277500', '132457.737500', '132458.197500', '132458.657500', '132459.117500', '132459.577500', '132500.037500', '132500.497500', '132500.957500', '132501.417500', '132501.877500', '132502.337500', '132502.797500', '132503.257500', '132503.717500', '132504.177500', '132504.637500', '132505.097500', '132505.557500', '132506.017500', '132506.477500', '132506.937500', '132507.397500', '132507.857500', '132508.317500', '132508.777500', '132509.237500', '132509.697500', '132510.157500', '132510.617500', '132511.077500', '132511.537500', '132511.997500', '132512.457500', '132512.917500'], 'ContentTime': ['131545.643000', '131545.646000', '131545.649000', '131545.652000', '131545.654000', '131545.657000', '131545.664000', '131545.666000', '131545.669000', '131545.671000', '131545.674000', '131545.677000', '131545.679000', '131545.682000', '131545.685000', '131545.688000', '131545.690000', '131545.693000', '131545.695000', '131545.698000', '131545.701000', '131545.703000', '131545.706000', '131545.708000', '131545.711000', '131545.714000', '131545.716000', '131545.719000', '131545.721000', '131545.724000', '131545.727000', '131545.729000', '131545.732000', '131545.734000', '131545.737000', '131545.740000', '131545.742000', '131545.745000', '131545.747000', '131545.750000', '131545.752000', '131545.755000', '131545.763000', '131545.765000', '131545.768000', '131545.770000', '131545.773000', '131545.775000', '131545.778000', '131545.781000', '131545.783000', '131545.786000', '131545.788000', '131545.791000', '131545.794000', '131545.796000', '131545.799000', '131545.802000', '131545.804000', '131545.807000', '131605.588000', '131605.591000', '131605.595000', '131605.597000', '131605.600000', '131605.602000', '131605.605000', '131605.608000', '131605.610000', '131605.613000', '131605.616000', '131605.618000', '131605.621000', '131605.629000', '131605.632000', '131605.635000', '131605.637000', '131605.640000', '131605.642000', '131605.645000', '131605.648000', '131605.650000', '131605.653000', '131605.655000', '131605.658000', '131605.661000', '131605.663000', '131605.666000', '131605.668000', '131605.671000', '131605.674000', '131605.676000', '131605.679000', '131605.681000', '131605.684000', '131605.686000', '131605.689000', '131605.691000', '131605.694000', '131605.697000', '131605.699000', '131605.702000', '131605.704000', '131605.707000', '131625.587000', '131625.590000', '131625.593000', '131625.595000', '131625.598000', '131625.601000', '131625.603000', '131625.606000', '131625.609000', '131625.611000', '131625.614000', '131625.616000', '131625.619000', '131625.622000', '131625.624000', '131625.627000', '131625.635000', '131625.637000', '131625.640000', '131625.643000', '131625.645000', '131625.648000', '131625.650000', '131625.653000', '131625.656000', '131625.658000', '131625.661000', '131625.663000', '131625.666000', '131625.669000', '131625.671000', '131625.674000', '131625.677000', '131625.679000', '131625.682000', '131625.684000', '131625.706000', '131625.709000', '131625.711000', '131625.714000', '131625.716000', '131625.719000', '131625.721000', '131645.588000', '131645.590000', '131645.593000', '131645.596000', '131645.598000', '131645.601000', '131645.603000', '131645.606000', '131645.609000', '131645.611000', '131645.614000', '131645.616000', '131645.619000', '131645.622000', '131645.624000', '131645.627000', '131645.630000', '131645.632000', '131645.635000', '131645.638000', '131645.640000', '131645.643000', '131645.645000', '131645.648000', '131645.651000', '131645.653000', '131645.656000', '131645.658000', '131645.661000', '131645.664000', '131645.666000', '131645.669000', '131645.671000', '131645.674000', '131645.677000', '131645.679000', '131645.682000', '131645.684000', '131645.687000', '131645.690000', '131645.692000', '131645.701000', '131645.703000', '131645.706000', '131705.587000', '131705.590000', '131705.593000', '131705.596000', '131705.598000', '131705.601000', '131705.603000', '131705.606000', '131705.609000', '131705.611000', '131705.614000', '131705.616000', '131705.619000', '131705.622000', '131705.624000', '131705.627000', '131705.635000', '131705.638000', '131705.641000', '131705.643000', '131705.646000', '131705.649000', '131705.651000', '131705.654000', '131705.656000', '131705.659000', '131705.662000', '131705.664000', '131705.667000', '131705.670000', '131705.672000', '131705.675000', '131705.677000', '131705.680000', '131705.683000', '131705.685000', '131705.688000', '131705.691000', '131705.694000', '131705.697000', '131705.700000', '131705.702000', '131705.705000', '131725.588000', '131725.600000', '131725.602000', '131725.605000', '131725.608000', '131725.610000', '131725.613000', '131725.615000', '131725.618000', '131725.620000', '131725.623000', '131725.625000', '131725.628000', '131725.630000', '131725.633000', '131725.635000', '131725.638000', '131725.641000', '131725.643000', '131725.646000', '131725.648000', '131725.651000', '131725.653000', '131725.656000', '131725.658000', '131725.661000', '131725.664000', '131725.666000', '131725.669000', '131725.671000', '131725.674000', '131725.676000', '131725.679000', '131725.681000', '131725.684000', '131725.687000', '131725.689000', '131725.692000', '131725.694000', '131725.697000', '131725.699000', '131725.702000', '131725.705000', '131725.707000', '131745.589000', '131745.591000', '131745.594000', '131745.597000', '131745.600000', '131745.602000', '131745.605000', '131745.607000', '131745.610000', '131745.613000', '131745.615000', '131745.618000', '131745.620000', '131745.623000', '131745.625000', '131745.628000', '131745.631000', '131745.633000', '131745.636000', '131745.638000', '131745.641000', '131745.644000', '131745.646000', '131745.649000', '131745.651000', '131745.654000', '131745.656000', '131745.659000', '131745.661000', '131745.664000', '131745.667000', '131745.669000', '131745.672000', '131745.674000', '131745.677000', '131745.679000', '131745.682000', '131745.684000', '131745.687000', '131745.690000', '131745.692000', '131745.695000', '131745.698000', '131805.588000', '131805.591000', '131805.594000', '131805.596000', '131805.599000', '131805.602000', '131805.604000', '131805.607000', '131805.609000', '131805.612000', '131805.614000', '131805.617000', '131805.619000', '131805.622000', '131805.632000', '131805.635000', '131805.637000', '131805.640000', '131805.642000', '131805.645000', '131805.648000', '131805.650000', '131805.653000', '131805.655000', '131805.658000', '131805.660000', '131805.663000', '131805.665000', '131805.668000', '131805.671000', '131805.673000', '131805.676000', '131805.678000', '131805.694000', '131805.697000', '131805.700000', '131805.702000', '131805.705000', '131805.707000', '131805.710000', '131805.713000', '131805.715000', '131805.718000', '131805.721000', '131825.588000', '131825.591000', '131825.594000', '131825.597000', '131825.599000', '131825.602000', '131825.604000', '131825.607000', '131825.609000', '131825.612000', '131825.615000', '131825.617000', '131825.620000', '131825.622000', '131825.625000', '131825.627000', '131825.630000', '131825.633000', '131825.635000', '131825.638000', '131825.640000', '131825.643000', '131825.645000', '131825.648000', '131825.651000', '131825.653000', '131825.656000', '131825.658000', '131825.661000', '131825.663000', '131825.666000', '131825.669000', '131825.671000', '131825.674000', '131825.677000', '131825.679000', '131825.682000', '131825.684000', '131825.687000', '131825.690000', '131825.692000', '131825.695000', '131825.698000', '131845.588000', '131845.590000', '131845.593000', '131845.596000', '131845.604000', '131845.607000', '131845.609000', '131845.612000', '131845.615000', '131845.617000', '131845.620000', '131845.622000', '131845.625000', '131845.628000', '131845.631000', '131845.633000', '131845.636000', '131845.638000', '131845.641000', '131845.643000', '131845.646000', '131845.649000', '131845.651000', '131845.654000', '131845.656000', '131845.659000', '131845.661000', '131845.664000', '131845.666000', '131845.669000', '131845.672000', '131845.675000', '131845.677000', '131845.680000', '131845.682000', '131845.685000', '131845.688000', '131845.690000', '131845.693000', '131845.695000', '131845.698000', '131845.701000', '131845.703000', '131845.706000', '131905.587000', '131905.590000', '131905.593000', '131905.595000', '131905.598000', '131905.601000', '131905.603000', '131905.606000', '131905.609000', '131905.611000', '131905.614000', '131905.616000', '131905.619000', '131905.622000', '131905.624000', '131905.627000', '131905.630000', '131905.632000', '131905.635000', '131905.637000', '131905.640000', '131905.643000', '131905.645000', '131905.648000', '131905.650000', '131905.653000', '131905.655000', '131905.658000', '131905.661000', '131905.663000', '131905.666000', '131905.668000', '131905.671000', '131905.673000', '131905.676000', '131905.678000', '131905.681000', '131905.684000', '131905.686000', '131905.689000', '131905.691000', '131905.694000', '131905.696000', '131925.588000', '131925.591000', '131925.593000', '131925.596000', '131925.599000', '131925.601000', '131925.604000', '131925.606000', '131925.609000', '131925.612000', '131925.614000', '131925.623000', '131925.625000', '131925.628000', '131925.630000', '131925.633000', '131925.636000', '131925.638000', '131925.641000', '131925.643000', '131925.646000', '131925.649000', '131925.651000', '131925.654000', '131925.656000', '131925.659000', '131925.662000', '131925.664000', '131925.667000', '131925.669000', '131925.672000', '131925.674000', '131925.677000', '131925.680000', '131925.682000', '131925.685000', '131925.687000', '131925.690000', '131925.692000', '131925.695000', '131925.697000', '131925.700000', '131925.703000', '131925.705000', '131945.589000', '131945.592000', '131945.594000', '131945.597000', '131945.599000', '131945.602000', '131945.605000', '131945.607000', '131945.610000', '131945.613000', '131945.615000', '131945.618000', '131945.621000', '131945.648000', '131945.651000', '131945.653000', '131945.656000', '131945.659000', '131945.661000', '131945.664000', '131945.666000', '131945.669000', '131945.672000', '131945.675000', '131945.677000', '131945.680000', '131945.682000', '131945.685000', '131945.687000', '131945.690000', '131945.693000', '131945.695000', '131945.698000', '131945.700000', '131945.703000', '131945.706000', '131945.708000', '131945.711000', '131945.713000', '131945.716000', '131945.719000', '131945.721000', '131945.724000', '132005.588000', '132005.591000', '132005.594000', '132005.596000', '132005.599000', '132005.602000', '132005.604000', '132005.607000', '132005.610000', '132005.613000', '132005.615000', '132005.618000', '132005.620000', '132005.623000', '132005.626000', '132005.628000', '132005.631000', '132005.633000', '132005.636000', '132005.639000', '132005.641000', '132005.644000', '132005.646000', '132005.649000', '132005.652000', '132005.654000', '132005.657000', '132005.659000', '132005.662000', '132005.665000', '132005.667000', '132005.670000', '132005.672000', '132005.675000', '132005.677000', '132005.680000', '132005.682000', '132005.685000', '132005.688000', '132005.690000', '132005.693000', '132005.695000', '132005.698000', '132005.700000', '132025.588000', '132025.591000', '132025.594000', '132025.597000', '132025.599000', '132025.602000', '132025.605000', '132025.607000', '132025.610000', '132025.613000', '132025.615000', '132025.618000', '132025.620000', '132025.623000', '132025.626000', '132025.628000', '132025.631000', '132025.633000', '132025.636000', '132025.639000', '132025.641000', '132025.644000', '132025.646000', '132025.649000', '132025.651000', '132025.654000', '132025.657000', '132025.659000', '132025.662000', '132025.664000', '132025.667000', '132025.669000', '132025.672000', '132025.675000', '132025.677000', '132025.680000', '132025.682000', '132025.685000', '132025.687000', '132025.690000', '132025.693000', '132025.695000', '132025.698000', '132045.589000', '132045.591000', '132045.594000', '132045.597000', '132045.599000', '132045.602000', '132045.605000', '132045.608000', '132045.611000', '132045.614000', '132045.616000', '132045.619000', '132045.621000', '132045.624000', '132045.627000', '132045.629000', '132045.632000', '132045.634000', '132045.637000', '132045.639000', '132045.642000', '132045.644000', '132045.647000', '132045.650000', '132045.652000', '132045.655000', '132045.657000', '132045.660000', '132045.663000', '132045.665000', '132045.668000', '132045.670000', '132045.673000', '132045.676000', '132045.678000', '132045.681000', '132045.684000', '132045.686000', '132045.689000', '132045.691000', '132045.694000', '132045.697000', '132045.699000', '132105.587000', '132105.590000', '132105.593000', '132105.596000', '132105.598000', '132105.601000', '132105.603000', '132105.606000', '132105.609000', '132105.611000', '132105.614000', '132105.616000', '132105.619000', '132105.621000', '132105.624000', '132105.627000', '132105.629000', '132105.632000', '132105.634000', '132105.637000', '132105.639000', '132105.642000', '132105.645000', '132105.647000', '132105.650000', '132105.665000', '132105.667000', '132105.670000', '132105.672000', '132105.675000', '132105.677000', '132105.680000', '132105.683000', '132105.685000', '132105.688000', '132105.690000', '132105.693000', '132105.695000', '132105.698000', '132105.701000', '132105.703000', '132105.706000', '132105.708000', '132105.711000', '132125.587000', '132125.590000', '132125.593000', '132125.595000', '132125.598000', '132125.601000', '132125.603000', '132125.606000', '132125.608000', '132125.611000', '132125.613000', '132125.617000', '132125.620000', '132125.623000', '132125.625000', '132125.628000', '132125.631000', '132125.633000', '132125.636000', '132125.638000', '132125.641000', '132125.644000', '132125.646000', '132125.649000', '132125.651000', '132125.654000', '132125.657000', '132125.660000', '132125.663000', '132125.665000', '132125.668000', '132125.670000', '132125.673000', '132125.676000', '132125.678000', '132125.681000', '132125.683000', '132125.686000', '132125.689000', '132125.691000', '132125.694000', '132125.696000', '132125.708000', '132145.587000', '132145.590000', '132145.593000', '132145.596000', '132145.598000', '132145.601000', '132145.604000', '132145.615000', '132145.618000', '132145.620000', '132145.623000', '132145.626000', '132145.628000', '132145.631000', '132145.634000', '132145.636000', '132145.639000', '132145.641000', '132145.644000', '132145.647000', '132145.649000', '132145.652000', '132145.654000', '132145.657000', '132145.666000', '132145.668000', '132145.671000', '132145.673000', '132145.676000', '132145.678000', '132145.681000', '132145.683000', '132145.686000', '132145.689000', '132145.691000', '132145.694000', '132145.697000', '132145.699000', '132145.702000', '132145.704000', '132145.707000', '132145.710000', '132145.713000', '132145.715000', '132205.588000', '132205.591000', '132205.594000', '132205.597000', '132205.599000', '132205.602000', '132205.604000', '132205.607000', '132205.610000', '132205.612000', '132205.615000', '132205.618000', '132205.621000', '132205.623000', '132205.626000', '132205.629000', '132205.631000', '132205.634000', '132205.637000', '132205.639000', '132205.642000', '132205.644000', '132205.647000', '132205.650000', '132205.652000', '132205.655000', '132205.658000', '132205.660000', '132205.663000', '132205.666000', '132205.668000', '132205.679000', '132205.681000', '132205.684000', '132205.686000', '132205.689000', '132205.692000', '132205.694000', '132205.697000', '132205.700000', '132205.702000', '132205.705000', '132205.708000', '132225.589000', '132225.591000', '132225.594000', '132225.597000', '132225.600000', '132225.602000', '132225.605000', '132225.607000', '132225.610000', '132225.613000', '132225.615000', '132225.618000', '132225.621000', '132225.623000', '132225.626000', '132225.628000', '132225.631000', '132225.634000', '132225.636000', '132225.639000', '132225.641000', '132225.644000', '132225.647000', '132225.649000', '132225.652000', '132225.654000', '132225.657000', '132225.659000', '132225.662000', '132225.665000', '132225.667000', '132225.670000', '132225.672000', '132225.675000', '132225.677000', '132225.680000', '132225.692000', '132225.694000', '132225.697000', '132225.700000', '132225.702000', '132225.705000', '132225.708000', '132225.710000', '132245.588000', '132245.591000', '132245.594000', '132245.596000', '132245.599000', '132245.602000', '132245.604000', '132245.607000', '132245.609000', '132245.612000', '132245.614000', '132245.617000', '132245.620000', '132245.622000', '132245.625000', '132245.627000', '132245.630000', '132245.632000', '132245.635000', '132245.637000', '132245.640000', '132245.643000', '132245.645000', '132245.648000', '132245.651000', '132245.654000', '132245.657000', '132245.660000', '132245.662000', '132245.665000', '132245.667000', '132245.670000', '132245.673000', '132245.675000', '132245.678000', '132245.681000', '132245.683000', '132245.686000', '132245.689000', '132245.692000', '132245.695000', '132245.697000', '132245.700000', '132305.588000', '132305.591000', '132305.594000', '132305.596000', '132305.599000', '132305.602000', '132305.604000', '132305.607000', '132305.609000', '132305.612000', '132305.615000', '132305.617000', '132305.620000', '132305.622000', '132305.625000', '132305.628000', '132305.631000', '132305.633000', '132305.636000', '132305.639000', '132305.641000', '132305.644000', '132305.647000', '132305.649000', '132305.652000', '132305.655000', '132305.657000', '132305.660000', '132305.663000', '132305.665000', '132305.668000', '132305.671000', '132305.673000', '132305.682000', '132305.685000', '132305.688000', '132305.690000', '132305.693000', '132305.696000', '132305.698000', '132305.701000', '132305.704000', '132305.706000', '132305.709000', '132325.588000', '132325.591000', '132325.593000', '132325.596000', '132325.598000', '132325.601000', '132325.604000', '132325.606000', '132325.609000', '132325.611000', '132325.614000', '132325.616000', '132325.619000', '132325.622000', '132325.624000', '132325.627000', '132325.629000', '132325.632000', '132325.634000', '132325.637000', '132325.640000', '132325.642000', '132325.645000', '132325.647000', '132325.650000', '132325.652000', '132325.655000', '132325.657000', '132325.661000', '132325.664000', '132325.666000', '132325.669000', '132325.672000', '132325.675000', '132325.677000', '132325.680000', '132325.682000', '132325.685000', '132325.688000', '132325.690000', '132325.693000', '132325.696000', '132325.698000', '132345.588000', '132345.591000', '132345.593000', '132345.596000', '132345.598000', '132345.601000', '132345.604000', '132345.606000', '132345.609000', '132345.611000', '132345.615000', '132345.617000', '132345.620000', '132345.622000', '132345.625000', '132345.628000', '132345.630000', '132345.633000', '132345.636000', '132345.638000', '132345.641000', '132345.643000', '132345.646000', '132345.649000', '132345.651000', '132345.654000', '132345.656000', '132345.659000', '132345.662000', '132345.664000', '132345.667000', '132345.670000', '132345.681000', '132345.684000', '132345.687000', '132345.689000', '132345.692000', '132345.694000', '132345.697000', '132345.700000', '132345.702000', '132345.705000', '132345.708000', '132345.710000', '132405.587000', '132405.590000', '132405.593000', '132405.596000', '132405.598000', '132405.601000', '132405.603000', '132405.606000', '132405.609000', '132405.611000', '132405.614000', '132405.616000', '132405.619000', '132405.622000', '132405.624000', '132405.627000', '132405.630000', '132405.632000', '132405.635000', '132405.637000', '132405.640000', '132405.643000', '132405.645000', '132405.648000', '132405.651000', '132405.653000', '132405.656000', '132405.659000', '132405.662000', '132405.665000', '132405.668000', '132405.671000', '132405.673000', '132405.676000', '132405.678000', '132405.681000', '132405.684000', '132405.686000', '132405.689000', '132405.691000', '132405.694000', '132405.697000', '132405.699000', '132425.589000', '132425.592000', '132425.595000', '132425.597000', '132425.600000', '132425.603000', '132425.605000', '132425.608000', '132425.610000', '132425.613000', '132425.616000', '132425.618000', '132425.621000', '132425.624000', '132425.626000', '132425.629000', '132425.631000', '132425.634000', '132425.637000', '132425.639000', '132425.642000', '132425.645000', '132425.647000', '132425.650000', '132425.653000', '132425.656000', '132425.658000', '132425.665000', '132425.667000', '132425.670000', '132425.673000', '132425.675000', '132425.678000', '132425.681000', '132425.683000', '132425.686000', '132425.689000', '132425.691000', '132425.694000', '132425.697000', '132425.699000', '132425.702000', '132425.705000', '132425.707000', '132445.589000', '132445.591000', '132445.594000', '132445.597000', '132445.600000', '132445.602000', '132445.605000', '132445.607000', '132445.610000', '132445.613000', '132445.615000', '132445.618000', '132445.620000', '132445.623000', '132445.626000', '132445.628000', '132445.631000', '132445.633000', '132445.636000', '132445.639000', '132445.641000', '132445.644000', '132445.647000', '132445.649000', '132445.652000', '132445.654000', '132445.657000', '132445.660000', '132445.662000', '132445.665000', '132445.668000', '132445.670000', '132445.673000', '132445.676000', '132445.678000', '132445.681000', '132445.684000', '132445.687000', '132445.690000', '132445.692000', '132445.695000', '132445.698000', '132445.700000', '132505.589000', '132505.591000', '132505.594000', '132505.597000', '132505.600000', '132505.602000', '132505.605000', '132505.607000', '132505.610000', '132505.613000', '132505.615000', '132505.618000', '132505.621000', '132505.623000', '132505.626000', '132505.628000', '132505.631000', '132505.634000', '132505.636000', '132505.639000', '132505.642000', '132505.644000', '132505.647000', '132505.649000', '132505.652000', '132505.655000', '132505.657000', '132505.660000', '132505.662000', '132505.705000', '132505.708000', '132505.710000', '132505.713000', '132505.716000', '132505.718000', '132505.721000', '132505.723000', '132505.726000', '132505.729000', '132505.731000', '132505.734000', '132505.737000', '132505.739000', '132505.742000', '132514.679000', '132514.682000', '132514.685000', '132514.687000', '132514.690000', '132514.693000', '132514.696000', '132514.698000', '132514.701000', '132514.704000', '132514.707000', '132514.711000', '132514.714000', '132514.717000', '132514.720000', '132514.723000', '132514.725000', '132514.728000', '132514.731000', '132514.734000'], 'InstanceCreationTime': ['131545.643000', '131545.646000', '131545.649000', '131545.652000', '131545.654000', '131545.657000', '131545.664000', '131545.666000', '131545.669000', '131545.671000', '131545.674000', '131545.677000', '131545.679000', '131545.682000', '131545.685000', '131545.688000', '131545.690000', '131545.693000', '131545.695000', '131545.698000', '131545.701000', '131545.703000', '131545.706000', '131545.708000', '131545.711000', '131545.714000', '131545.716000', '131545.719000', '131545.721000', '131545.724000', '131545.727000', '131545.729000', '131545.732000', '131545.734000', '131545.737000', '131545.740000', '131545.742000', '131545.745000', '131545.747000', '131545.750000', '131545.752000', '131545.755000', '131545.763000', '131545.765000', '131545.768000', '131545.770000', '131545.773000', '131545.775000', '131545.778000', '131545.781000', '131545.783000', '131545.786000', '131545.788000', '131545.791000', '131545.794000', '131545.796000', '131545.799000', '131545.802000', '131545.804000', '131545.807000', '131605.588000', '131605.591000', '131605.595000', '131605.597000', '131605.600000', '131605.602000', '131605.605000', '131605.608000', '131605.610000', '131605.613000', '131605.616000', '131605.618000', '131605.621000', '131605.629000', '131605.632000', '131605.635000', '131605.637000', '131605.640000', '131605.642000', '131605.645000', '131605.648000', '131605.650000', '131605.653000', '131605.655000', '131605.658000', '131605.661000', '131605.663000', '131605.666000', '131605.668000', '131605.671000', '131605.674000', '131605.676000', '131605.679000', '131605.681000', '131605.684000', '131605.686000', '131605.689000', '131605.691000', '131605.694000', '131605.697000', '131605.699000', '131605.702000', '131605.704000', '131605.707000', '131625.587000', '131625.590000', '131625.593000', '131625.595000', '131625.598000', '131625.601000', '131625.603000', '131625.606000', '131625.609000', '131625.611000', '131625.614000', '131625.616000', '131625.619000', '131625.622000', '131625.624000', '131625.627000', '131625.635000', '131625.637000', '131625.640000', '131625.643000', '131625.645000', '131625.648000', '131625.650000', '131625.653000', '131625.656000', '131625.658000', '131625.661000', '131625.663000', '131625.666000', '131625.669000', '131625.671000', '131625.674000', '131625.677000', '131625.679000', '131625.682000', '131625.684000', '131625.706000', '131625.709000', '131625.711000', '131625.714000', '131625.716000', '131625.719000', '131625.721000', '131645.588000', '131645.590000', '131645.593000', '131645.596000', '131645.598000', '131645.601000', '131645.603000', '131645.606000', '131645.609000', '131645.611000', '131645.614000', '131645.616000', '131645.619000', '131645.622000', '131645.624000', '131645.627000', '131645.630000', '131645.632000', '131645.635000', '131645.638000', '131645.640000', '131645.643000', '131645.645000', '131645.648000', '131645.651000', '131645.653000', '131645.656000', '131645.658000', '131645.661000', '131645.664000', '131645.666000', '131645.669000', '131645.671000', '131645.674000', '131645.677000', '131645.679000', '131645.682000', '131645.684000', '131645.687000', '131645.690000', '131645.692000', '131645.701000', '131645.703000', '131645.706000', '131705.587000', '131705.590000', '131705.593000', '131705.596000', '131705.598000', '131705.601000', '131705.603000', '131705.606000', '131705.609000', '131705.611000', '131705.614000', '131705.616000', '131705.619000', '131705.622000', '131705.624000', '131705.627000', '131705.635000', '131705.638000', '131705.641000', '131705.643000', '131705.646000', '131705.649000', '131705.651000', '131705.654000', '131705.656000', '131705.659000', '131705.662000', '131705.664000', '131705.667000', '131705.670000', '131705.672000', '131705.675000', '131705.677000', '131705.680000', '131705.683000', '131705.685000', '131705.688000', '131705.691000', '131705.694000', '131705.697000', '131705.700000', '131705.702000', '131705.705000', '131725.588000', '131725.600000', '131725.602000', '131725.605000', '131725.608000', '131725.610000', '131725.613000', '131725.615000', '131725.618000', '131725.620000', '131725.623000', '131725.625000', '131725.628000', '131725.630000', '131725.633000', '131725.635000', '131725.638000', '131725.641000', '131725.643000', '131725.646000', '131725.648000', '131725.651000', '131725.653000', '131725.656000', '131725.658000', '131725.661000', '131725.664000', '131725.666000', '131725.669000', '131725.671000', '131725.674000', '131725.676000', '131725.679000', '131725.681000', '131725.684000', '131725.687000', '131725.689000', '131725.692000', '131725.694000', '131725.697000', '131725.699000', '131725.702000', '131725.705000', '131725.707000', '131745.589000', '131745.591000', '131745.594000', '131745.597000', '131745.600000', '131745.602000', '131745.605000', '131745.607000', '131745.610000', '131745.613000', '131745.615000', '131745.618000', '131745.620000', '131745.623000', '131745.625000', '131745.628000', '131745.631000', '131745.633000', '131745.636000', '131745.638000', '131745.641000', '131745.644000', '131745.646000', '131745.649000', '131745.651000', '131745.654000', '131745.656000', '131745.659000', '131745.661000', '131745.664000', '131745.667000', '131745.669000', '131745.672000', '131745.674000', '131745.677000', '131745.679000', '131745.682000', '131745.684000', '131745.687000', '131745.690000', '131745.692000', '131745.695000', '131745.698000', '131805.588000', '131805.591000', '131805.594000', '131805.596000', '131805.599000', '131805.602000', '131805.604000', '131805.607000', '131805.609000', '131805.612000', '131805.614000', '131805.617000', '131805.619000', '131805.622000', '131805.632000', '131805.635000', '131805.637000', '131805.640000', '131805.642000', '131805.645000', '131805.648000', '131805.650000', '131805.653000', '131805.655000', '131805.658000', '131805.660000', '131805.663000', '131805.665000', '131805.668000', '131805.671000', '131805.673000', '131805.676000', '131805.678000', '131805.694000', '131805.697000', '131805.700000', '131805.702000', '131805.705000', '131805.707000', '131805.710000', '131805.713000', '131805.715000', '131805.718000', '131805.721000', '131825.588000', '131825.591000', '131825.594000', '131825.597000', '131825.599000', '131825.602000', '131825.604000', '131825.607000', '131825.609000', '131825.612000', '131825.615000', '131825.617000', '131825.620000', '131825.622000', '131825.625000', '131825.627000', '131825.630000', '131825.633000', '131825.635000', '131825.638000', '131825.640000', '131825.643000', '131825.645000', '131825.648000', '131825.651000', '131825.653000', '131825.656000', '131825.658000', '131825.661000', '131825.663000', '131825.666000', '131825.669000', '131825.671000', '131825.674000', '131825.677000', '131825.679000', '131825.682000', '131825.684000', '131825.687000', '131825.690000', '131825.692000', '131825.695000', '131825.698000', '131845.588000', '131845.590000', '131845.593000', '131845.596000', '131845.604000', '131845.607000', '131845.609000', '131845.612000', '131845.615000', '131845.617000', '131845.620000', '131845.622000', '131845.625000', '131845.628000', '131845.631000', '131845.633000', '131845.636000', '131845.638000', '131845.641000', '131845.643000', '131845.646000', '131845.649000', '131845.651000', '131845.654000', '131845.656000', '131845.659000', '131845.661000', '131845.664000', '131845.666000', '131845.669000', '131845.672000', '131845.675000', '131845.677000', '131845.680000', '131845.682000', '131845.685000', '131845.688000', '131845.690000', '131845.693000', '131845.695000', '131845.698000', '131845.701000', '131845.703000', '131845.706000', '131905.587000', '131905.590000', '131905.593000', '131905.595000', '131905.598000', '131905.601000', '131905.603000', '131905.606000', '131905.609000', '131905.611000', '131905.614000', '131905.616000', '131905.619000', '131905.622000', '131905.624000', '131905.627000', '131905.630000', '131905.632000', '131905.635000', '131905.637000', '131905.640000', '131905.643000', '131905.645000', '131905.648000', '131905.650000', '131905.653000', '131905.655000', '131905.658000', '131905.661000', '131905.663000', '131905.666000', '131905.668000', '131905.671000', '131905.673000', '131905.676000', '131905.678000', '131905.681000', '131905.684000', '131905.686000', '131905.689000', '131905.691000', '131905.694000', '131905.696000', '131925.588000', '131925.591000', '131925.593000', '131925.596000', '131925.599000', '131925.601000', '131925.604000', '131925.606000', '131925.609000', '131925.612000', '131925.614000', '131925.623000', '131925.625000', '131925.628000', '131925.630000', '131925.633000', '131925.636000', '131925.638000', '131925.641000', '131925.643000', '131925.646000', '131925.649000', '131925.651000', '131925.654000', '131925.656000', '131925.659000', '131925.662000', '131925.664000', '131925.667000', '131925.669000', '131925.672000', '131925.674000', '131925.677000', '131925.680000', '131925.682000', '131925.685000', '131925.687000', '131925.690000', '131925.692000', '131925.695000', '131925.697000', '131925.700000', '131925.703000', '131925.705000', '131945.589000', '131945.592000', '131945.594000', '131945.597000', '131945.599000', '131945.602000', '131945.605000', '131945.607000', '131945.610000', '131945.613000', '131945.615000', '131945.618000', '131945.621000', '131945.648000', '131945.651000', '131945.653000', '131945.656000', '131945.659000', '131945.661000', '131945.664000', '131945.666000', '131945.669000', '131945.672000', '131945.675000', '131945.677000', '131945.680000', '131945.682000', '131945.685000', '131945.687000', '131945.690000', '131945.693000', '131945.695000', '131945.698000', '131945.700000', '131945.703000', '131945.706000', '131945.708000', '131945.711000', '131945.713000', '131945.716000', '131945.719000', '131945.721000', '131945.724000', '132005.588000', '132005.591000', '132005.594000', '132005.596000', '132005.599000', '132005.602000', '132005.604000', '132005.607000', '132005.610000', '132005.613000', '132005.615000', '132005.618000', '132005.620000', '132005.623000', '132005.626000', '132005.628000', '132005.631000', '132005.633000', '132005.636000', '132005.639000', '132005.641000', '132005.644000', '132005.646000', '132005.649000', '132005.652000', '132005.654000', '132005.657000', '132005.659000', '132005.662000', '132005.665000', '132005.667000', '132005.670000', '132005.672000', '132005.675000', '132005.677000', '132005.680000', '132005.682000', '132005.685000', '132005.688000', '132005.690000', '132005.693000', '132005.695000', '132005.698000', '132005.700000', '132025.588000', '132025.591000', '132025.594000', '132025.597000', '132025.599000', '132025.602000', '132025.605000', '132025.607000', '132025.610000', '132025.613000', '132025.615000', '132025.618000', '132025.620000', '132025.623000', '132025.626000', '132025.628000', '132025.631000', '132025.633000', '132025.636000', '132025.639000', '132025.641000', '132025.644000', '132025.646000', '132025.649000', '132025.651000', '132025.654000', '132025.657000', '132025.659000', '132025.662000', '132025.664000', '132025.667000', '132025.669000', '132025.672000', '132025.675000', '132025.677000', '132025.680000', '132025.682000', '132025.685000', '132025.687000', '132025.690000', '132025.693000', '132025.695000', '132025.698000', '132045.589000', '132045.591000', '132045.594000', '132045.597000', '132045.599000', '132045.602000', '132045.605000', '132045.608000', '132045.611000', '132045.614000', '132045.616000', '132045.619000', '132045.621000', '132045.624000', '132045.627000', '132045.629000', '132045.632000', '132045.634000', '132045.637000', '132045.639000', '132045.642000', '132045.644000', '132045.647000', '132045.650000', '132045.652000', '132045.655000', '132045.657000', '132045.660000', '132045.663000', '132045.665000', '132045.668000', '132045.670000', '132045.673000', '132045.676000', '132045.678000', '132045.681000', '132045.684000', '132045.686000', '132045.689000', '132045.691000', '132045.694000', '132045.697000', '132045.699000', '132105.587000', '132105.590000', '132105.593000', '132105.596000', '132105.598000', '132105.601000', '132105.603000', '132105.606000', '132105.609000', '132105.611000', '132105.614000', '132105.616000', '132105.619000', '132105.621000', '132105.624000', '132105.627000', '132105.629000', '132105.632000', '132105.634000', '132105.637000', '132105.639000', '132105.642000', '132105.645000', '132105.647000', '132105.650000', '132105.665000', '132105.667000', '132105.670000', '132105.672000', '132105.675000', '132105.677000', '132105.680000', '132105.683000', '132105.685000', '132105.688000', '132105.690000', '132105.693000', '132105.695000', '132105.698000', '132105.701000', '132105.703000', '132105.706000', '132105.708000', '132105.711000', '132125.587000', '132125.590000', '132125.593000', '132125.595000', '132125.598000', '132125.601000', '132125.603000', '132125.606000', '132125.608000', '132125.611000', '132125.613000', '132125.617000', '132125.620000', '132125.623000', '132125.625000', '132125.628000', '132125.631000', '132125.633000', '132125.636000', '132125.638000', '132125.641000', '132125.644000', '132125.646000', '132125.649000', '132125.651000', '132125.654000', '132125.657000', '132125.660000', '132125.663000', '132125.665000', '132125.668000', '132125.670000', '132125.673000', '132125.676000', '132125.678000', '132125.681000', '132125.683000', '132125.686000', '132125.689000', '132125.691000', '132125.694000', '132125.696000', '132125.708000', '132145.587000', '132145.590000', '132145.593000', '132145.596000', '132145.598000', '132145.601000', '132145.604000', '132145.615000', '132145.618000', '132145.620000', '132145.623000', '132145.626000', '132145.628000', '132145.631000', '132145.634000', '132145.636000', '132145.639000', '132145.641000', '132145.644000', '132145.647000', '132145.649000', '132145.652000', '132145.654000', '132145.657000', '132145.666000', '132145.668000', '132145.671000', '132145.673000', '132145.676000', '132145.678000', '132145.681000', '132145.683000', '132145.686000', '132145.689000', '132145.691000', '132145.694000', '132145.697000', '132145.699000', '132145.702000', '132145.704000', '132145.707000', '132145.710000', '132145.713000', '132145.715000', '132205.588000', '132205.591000', '132205.594000', '132205.597000', '132205.599000', '132205.602000', '132205.604000', '132205.607000', '132205.610000', '132205.612000', '132205.615000', '132205.618000', '132205.621000', '132205.623000', '132205.626000', '132205.629000', '132205.631000', '132205.634000', '132205.637000', '132205.639000', '132205.642000', '132205.644000', '132205.647000', '132205.650000', '132205.652000', '132205.655000', '132205.658000', '132205.660000', '132205.663000', '132205.666000', '132205.668000', '132205.679000', '132205.681000', '132205.684000', '132205.686000', '132205.689000', '132205.692000', '132205.694000', '132205.697000', '132205.700000', '132205.702000', '132205.705000', '132205.708000', '132225.589000', '132225.591000', '132225.594000', '132225.597000', '132225.600000', '132225.602000', '132225.605000', '132225.607000', '132225.610000', '132225.613000', '132225.615000', '132225.618000', '132225.621000', '132225.623000', '132225.626000', '132225.628000', '132225.631000', '132225.634000', '132225.636000', '132225.639000', '132225.641000', '132225.644000', '132225.647000', '132225.649000', '132225.652000', '132225.654000', '132225.657000', '132225.659000', '132225.662000', '132225.665000', '132225.667000', '132225.670000', '132225.672000', '132225.675000', '132225.677000', '132225.680000', '132225.692000', '132225.694000', '132225.697000', '132225.700000', '132225.702000', '132225.705000', '132225.708000', '132225.710000', '132245.588000', '132245.591000', '132245.594000', '132245.596000', '132245.599000', '132245.602000', '132245.604000', '132245.607000', '132245.609000', '132245.612000', '132245.614000', '132245.617000', '132245.620000', '132245.622000', '132245.625000', '132245.627000', '132245.630000', '132245.632000', '132245.635000', '132245.637000', '132245.640000', '132245.643000', '132245.645000', '132245.648000', '132245.651000', '132245.654000', '132245.657000', '132245.660000', '132245.662000', '132245.665000', '132245.667000', '132245.670000', '132245.673000', '132245.675000', '132245.678000', '132245.681000', '132245.683000', '132245.686000', '132245.689000', '132245.692000', '132245.695000', '132245.697000', '132245.700000', '132305.588000', '132305.591000', '132305.594000', '132305.596000', '132305.599000', '132305.602000', '132305.604000', '132305.607000', '132305.609000', '132305.612000', '132305.615000', '132305.617000', '132305.620000', '132305.622000', '132305.625000', '132305.628000', '132305.631000', '132305.633000', '132305.636000', '132305.639000', '132305.641000', '132305.644000', '132305.647000', '132305.649000', '132305.652000', '132305.655000', '132305.657000', '132305.660000', '132305.663000', '132305.665000', '132305.668000', '132305.671000', '132305.673000', '132305.682000', '132305.685000', '132305.688000', '132305.690000', '132305.693000', '132305.696000', '132305.698000', '132305.701000', '132305.704000', '132305.706000', '132305.709000', '132325.588000', '132325.591000', '132325.593000', '132325.596000', '132325.598000', '132325.601000', '132325.604000', '132325.606000', '132325.609000', '132325.611000', '132325.614000', '132325.616000', '132325.619000', '132325.622000', '132325.624000', '132325.627000', '132325.629000', '132325.632000', '132325.634000', '132325.637000', '132325.640000', '132325.642000', '132325.645000', '132325.647000', '132325.650000', '132325.652000', '132325.655000', '132325.657000', '132325.661000', '132325.664000', '132325.666000', '132325.669000', '132325.672000', '132325.675000', '132325.677000', '132325.680000', '132325.682000', '132325.685000', '132325.688000', '132325.690000', '132325.693000', '132325.696000', '132325.698000', '132345.588000', '132345.591000', '132345.593000', '132345.596000', '132345.598000', '132345.601000', '132345.604000', '132345.606000', '132345.609000', '132345.611000', '132345.615000', '132345.617000', '132345.620000', '132345.622000', '132345.625000', '132345.628000', '132345.630000', '132345.633000', '132345.636000', '132345.638000', '132345.641000', '132345.643000', '132345.646000', '132345.649000', '132345.651000', '132345.654000', '132345.656000', '132345.659000', '132345.662000', '132345.664000', '132345.667000', '132345.670000', '132345.681000', '132345.684000', '132345.687000', '132345.689000', '132345.692000', '132345.694000', '132345.697000', '132345.700000', '132345.702000', '132345.705000', '132345.708000', '132345.710000', '132405.587000', '132405.590000', '132405.593000', '132405.596000', '132405.598000', '132405.601000', '132405.603000', '132405.606000', '132405.609000', '132405.611000', '132405.614000', '132405.616000', '132405.619000', '132405.622000', '132405.624000', '132405.627000', '132405.630000', '132405.632000', '132405.635000', '132405.637000', '132405.640000', '132405.643000', '132405.645000', '132405.648000', '132405.651000', '132405.653000', '132405.656000', '132405.659000', '132405.662000', '132405.665000', '132405.668000', '132405.671000', '132405.673000', '132405.676000', '132405.678000', '132405.681000', '132405.684000', '132405.686000', '132405.689000', '132405.691000', '132405.694000', '132405.697000', '132405.699000', '132425.589000', '132425.592000', '132425.595000', '132425.597000', '132425.600000', '132425.603000', '132425.605000', '132425.608000', '132425.610000', '132425.613000', '132425.616000', '132425.618000', '132425.621000', '132425.624000', '132425.626000', '132425.629000', '132425.631000', '132425.634000', '132425.637000', '132425.639000', '132425.642000', '132425.645000', '132425.647000', '132425.650000', '132425.653000', '132425.656000', '132425.658000', '132425.665000', '132425.667000', '132425.670000', '132425.673000', '132425.675000', '132425.678000', '132425.681000', '132425.683000', '132425.686000', '132425.689000', '132425.691000', '132425.694000', '132425.697000', '132425.699000', '132425.702000', '132425.705000', '132425.707000', '132445.589000', '132445.591000', '132445.594000', '132445.597000', '132445.600000', '132445.602000', '132445.605000', '132445.607000', '132445.610000', '132445.613000', '132445.615000', '132445.618000', '132445.620000', '132445.623000', '132445.626000', '132445.628000', '132445.631000', '132445.633000', '132445.636000', '132445.639000', '132445.641000', '132445.644000', '132445.647000', '132445.649000', '132445.652000', '132445.654000', '132445.657000', '132445.660000', '132445.662000', '132445.665000', '132445.668000', '132445.670000', '132445.673000', '132445.676000', '132445.678000', '132445.681000', '132445.684000', '132445.687000', '132445.690000', '132445.692000', '132445.695000', '132445.698000', '132445.700000', '132505.589000', '132505.591000', '132505.594000', '132505.597000', '132505.600000', '132505.602000', '132505.605000', '132505.607000', '132505.610000', '132505.613000', '132505.615000', '132505.618000', '132505.621000', '132505.623000', '132505.626000', '132505.628000', '132505.631000', '132505.634000', '132505.636000', '132505.639000', '132505.642000', '132505.644000', '132505.647000', '132505.649000', '132505.652000', '132505.655000', '132505.657000', '132505.660000', '132505.662000', '132505.705000', '132505.708000', '132505.710000', '132505.713000', '132505.716000', '132505.718000', '132505.721000', '132505.723000', '132505.726000', '132505.729000', '132505.731000', '132505.734000', '132505.737000', '132505.739000', '132505.742000', '132514.679000', '132514.682000', '132514.685000', '132514.687000', '132514.690000', '132514.693000', '132514.696000', '132514.698000', '132514.701000', '132514.704000', '132514.707000', '132514.711000', '132514.714000', '132514.717000', '132514.720000', '132514.723000', '132514.725000', '132514.728000', '132514.731000', '132514.734000'], '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': [11129, 8772, 13094, 8614, 8772, 8729, 7474, 7364, 8462, 7434, 7324, 10400, 8607, 8001, 10933, 8527, 12038, 9156, 9939, 9068, 7862, 11968, 7963, 11706, 8286, 11383, 9536, 7317, 9952, 7961, 11094, 7478, 11922, 9431, 11084, 9488, 7332, 9637, 7911, 11311, 8115, 12015, 7291, 12261, 8191, 11077, 10338, 7651, 10043, 8037, 11193, 8281, 12558, 8541, 13178, 7454, 12231, 7668, 11646, 9761, 8657, 9572, 7680, 9813, 8844, 7727, 7408, 9777, 7725, 10989, 7424, 10818, 8620, 7575, 8614, 7573, 9650, 7786, 10947, 7588, 11392, 7415, 11248, 9443, 13525, 9086, 11541, 10340, 8397, 14104, 10909, 13876, 11714, 9888, 14104, 9195, 9188, 12473, 10130, 14940, 11703, 11079, 11612, 12266, 10861, 8616, 9486, 8407, 9552, 7169, 9875, 7397, 10297, 7800, 10179, 7506, 10761, 7848, 11688, 7976, 9118, 7898, 8394, 7818, 8028, 8712, 7520, 8778, 7445, 10290, 7670, 12308, 8212, 12147, 8282, 11807, 8340, 10225, 10352, 7435, 9070, 7768, 9636, 7590, 11316, 7353, 11256, 7596, 11362, 8239, 13391, 8338, 11566, 8261, 12054, 10776, 7660, 9632, 8298, 9978, 7508, 12936, 7802, 11577, 7656, 12507, 10223, 11497, 10664, 8119, 9753, 8723, 9554, 12743, 9272, 13933, 10528, 10963, 7719, 10130, 7508, 7463, 7968, 7191, 9290, 8226, 11492, 7611, 11498, 9277, 14019, 8129, 11974, 9048, 10901, 10688, 7759, 9912, 7926, 10853, 9296, 10764, 8400, 10036, 7884, 9929, 10313, 9687, 8175, 9522, 7338, 8631, 6951, 8396, 7242, 10512, 7382, 10215, 7214, 11371, 8565, 11023, 7644, 7890, 8778, 7874, 10074, 8416, 11527, 7946, 11356, 7555, 12563, 9085, 13893, 7497, 13237, 7416, 13163, 9426, 13103, 8226, 11957, 8224, 9746, 7772, 9624, 7692, 8775, 7394, 8069, 7288, 9298, 7405, 9381, 7315, 10122, 7590, 12191, 7964, 11471, 6935, 11135, 7386, 12205, 9824, 13214, 7844, 12427, 8704, 13551, 11027, 11579, 10668, 7899, 10411, 8279, 11312, 8015, 11953, 8130, 9638, 10280, 8339, 11281, 7798, 12107, 8287, 13807, 9742, 13247, 8961, 13023, 9460, 10183, 9921, 7597, 9408, 7230, 10735, 7821, 12345, 7781, 9323, 7948, 9039, 9403, 11141, 10694, 9344, 9845, 10023, 9915, 11262, 10161, 12566, 10497, 7795, 9225, 7439, 8341, 7240, 8778, 7409, 9223, 7634, 8990, 7520, 9633, 7297, 10436, 7196, 9431, 7253, 10173, 7500, 11477, 7703, 11710, 7628, 11105, 8210, 11840, 8805, 8566, 8710, 7895, 9348, 9927, 10244, 7137, 9921, 7407, 10099, 9579, 10021, 7640, 10845, 7522, 10945, 7689, 10099, 8112, 7885, 10108, 7249, 8661, 8325, 7940, 10348, 7891, 12456, 11399, 11033, 14675, 11396, 12719, 9959, 14632, 10456, 14168, 11158, 9446, 10302, 7944, 10933, 8256, 11786, 9283, 12621, 7833, 12185, 8635, 13341, 9861, 11844, 9954, 10292, 9497, 10314, 8984, 10575, 10053, 6877, 9858, 7226, 10011, 7166, 9924, 8195, 10381, 7768, 10676, 8693, 10457, 7300, 10566, 7381, 10192, 7046, 10072, 7836, 10126, 7205, 10092, 7125, 10209, 7932, 9357, 7581, 10953, 7532, 7801, 8845, 7225, 11625, 7587, 12227, 8609, 12719, 10093, 12662, 9203, 12426, 9325, 13406, 10230, 14345, 10324, 13815, 8445, 12590, 8494, 12380, 8785, 13564, 8029, 11950, 7561, 11347, 8024, 11536, 8350, 11416, 8618, 11459, 8476, 11660, 8756, 7259, 9157, 8008, 10161, 12351, 10194, 13293, 9827, 9433, 9949, 7336, 10377, 7235, 10396, 7800, 10345, 8085, 10606, 7388, 11041, 8588, 10983, 8269, 11823, 8347, 12412, 9625, 12313, 8539, 11866, 8649, 12256, 8625, 9699, 9999, 7905, 10134, 7920, 10808, 8000, 11213, 8172, 11655, 8364, 12064, 9224, 12860, 9542, 13486, 8611, 12445, 9153, 12912, 10317, 13097, 8275, 11967, 8226, 12233, 8884, 11873, 8263, 11348, 8081, 11269, 7887, 7648, 9621, 8166, 10411, 7176, 10524, 7786, 9263, 8246, 9684, 9056, 12285, 10130, 11154, 10306, 13690, 10039, 14163, 10440, 13734, 8620, 11598, 8883, 11406, 9058, 11135, 8777, 11182, 8863, 11267, 8046, 10928, 7174, 10929, 7447, 11249, 8799, 11218, 8254, 10828, 8258, 9255, 9836, 7554, 10661, 8816, 10806, 8272, 11858, 8668, 12524, 8180, 11000, 8334, 8924, 10437, 7915, 10928, 8629, 11326, 8469, 12368, 8760, 12193, 8424, 8276, 9903, 8419, 10996, 8210, 11182, 8293, 10305, 9850, 7540, 10621, 9105, 11188, 8138, 11655, 8317, 13367, 8301, 12380, 8537, 12723, 8331, 12472, 9139, 12120, 8419, 11881, 8198, 11657, 7621, 11740, 8208, 11372, 7890, 11299, 7798, 12182, 8951, 10865, 8122, 11891, 8087, 12453, 9416, 11567, 8205, 11497, 7482, 10640, 8464, 9547, 8083, 8044, 8474, 7346, 9557, 7445, 9713, 7327, 9798, 7456, 12209, 8521, 12865, 7491, 12515, 7580, 12587, 9184, 10642, 10116, 6833, 9932, 7381, 9747, 7794, 11847, 7451, 10637, 7836, 8864, 10091, 8170, 11446, 8131, 10177, 9194, 7468, 10909, 9456, 8632, 12657, 9635, 12185, 11800, 11177, 11228, 12697, 11366, 14365, 12665, 9773, 10997, 9889, 10722, 9479, 10384, 8685, 10582, 8161, 10326, 9032, 10432, 8385, 10538, 7514, 10622, 7592, 10378, 7545, 10797, 8480, 10991, 8241, 10456, 8348, 10361, 9177, 10753, 9068, 10795, 7654, 10480, 7469, 10413, 8091, 10425, 7809, 10547, 8142, 10780, 8104, 11441, 8866, 9757, 9111, 10864, 9842, 11605, 10590, 7619, 10885, 8461, 10863, 8875, 13717, 7940, 12078, 8043, 11362, 8396, 12390, 9117, 11046, 8329, 7929, 9870, 7571, 10772, 8033, 12113, 8094, 12042, 8239, 12762, 8214, 14066, 9900, 13029, 8347, 11148, 8280, 12219, 8951, 10152, 9377, 10382, 9114, 12380, 9283, 14191, 9914, 13736, 8513, 12577, 8538, 12291, 10022, 12837, 8445, 11505, 8695, 10634, 8380, 7683, 9296, 7853, 10018, 7677, 10172, 7847, 10330, 8760, 10039, 8033, 10623, 8255, 13025, 8981, 13114, 8453, 10303, 8386, 8942, 9641, 7850, 11659, 8234, 7423, 7259, 6817, 10461, 8175, 10161, 8282, 10707, 7787, 10436, 15665, 9658, 12661, 10291, 11459, 8968, 11103, 10003, 9883, 9640, 9029, 8173, 8568, 8022, 8391, 11771, 8568, 11179, 8185, 8590, 8408, 8094, 10507, 7975, 7177, 7620, 7307, 10042, 8729, 10815, 9147, 12690, 10670, 13526, 9338, 12226, 9179, 10753, 14251, 11019, 14091, 9394, 11712, 8185, 10550, 7122, 9004, 8392, 8841, 10248, 8677, 11919, 8718, 12136, 8676, 10008, 7841, 7149, 9580, 7556, 10566, 8260, 7275, 7988, 7321, 9824, 9274, 9898, 7456, 9609, 7396, 10132, 7686, 10180, 8969, 9810, 7637, 10316, 7383, 10037, 9351, 10302, 10170, 10512, 7518, 10470, 7884, 10964, 8186, 11454, 8041, 11795, 7893, 11477, 8159, 8719, 10264, 7976, 10875, 8042, 11677, 8596, 13760, 9870, 9709, 10205, 7782, 11148, 8178, 13051, 8962, 12576, 9582, 14455, 10156, 12454, 10558, 7778, 10631, 8139, 10868, 8104, 12045, 8544, 12368, 7813, 10381, 9172, 8742, 10662, 8015, 11216, 8374, 11632, 8363, 12867, 8374, 12403, 7835, 12692, 8633, 12526, 9460, 12516, 7749, 12896, 8451, 13804, 8280, 13315, 8789, 9376, 8786, 7251, 8362, 6955, 9436, 7188, 10820, 7558, 11560, 7612, 12627, 9280, 12459, 8032, 12648, 8794, 12861, 9966, 12901, 7719, 12762, 8856, 12941, 9906, 9458, 9632, 9220, 9485, 10850, 9535, 11299, 10290, 7004, 9394, 8229, 10103, 8045, 13660, 10490, 12876, 8041, 7338, 8709, 7778, 10949, 8201, 7630, 10105, 7867, 11734, 8606, 12727, 8417, 12441, 9613, 12840, 10396, 8079, 10230, 8303, 11299, 7897, 12561, 9009, 10777, 8934, 7548, 10199, 7349, 11491, 7944, 8530, 8756, 7371, 9725, 7452, 12113, 7874, 10384, 9046, 7464, 10080, 7935, 11081, 7519, 11471, 7522, 11501, 7896, 10135, 9190, 7394, 9426, 7417, 10828, 7978, 12545, 9581, 10751, 11378, 11770, 10179, 9911, 11656, 8016, 11177, 7724, 11795, 10168, 10315, 10260, 7784, 8582, 9856, 12640, 7646, 12674, 11594, 11497, 13419, 7651, 11899, 8454, 9018, 10534, 8499, 13771, 11197, 8787, 10610, 7421, 11683, 7547, 7937, 9778, 7718, 11819, 7691, 12318, 8286, 11715, 9792, 7758, 10041, 7988, 10820, 7414, 11260, 7781, 11603, 7725, 12255, 7623, 11188, 8274, 8712, 9354, 7078, 10016, 7527, 10337, 8489, 11829, 8562, 11460, 7735, 11705, 8006, 9705, 9246, 7252, 9802, 6982, 11115, 8086, 12319, 9315, 12902, 8738, 12984, 9662, 10594, 9811, 8785, 10163, 8219, 10208, 8427, 11394, 8565, 12075, 8566, 11977, 8480, 12214, 8273, 11751, 7439, 11771, 7555, 10927, 7240, 11339, 7425, 12140, 7791, 12565, 8051, 12326, 8298, 11944, 8057, 12267, 7858, 11779, 8277, 11046, 8345, 7435, 9371, 7449, 9618, 7554, 9652, 7929, 9873, 8222, 10069, 7795, 9858, 7967, 9620, 7977, 10108, 8009, 10003, 8843, 11699, 8321, 11634, 8393, 11678, 8967, 13496, 8877, 11714, 9089, 11178, 8995, 12322, 8060, 11817, 8067, 11453, 8031, 11948, 8003, 11993, 8296, 12277, 9161, 12502, 9074, 10865, 9111, 9307, 10295, 7635, 11079, 8156, 11411, 8620, 9960, 9756, 7252, 11180, 8037, 11361, 8673, 11365, 8363, 11597, 8267, 11661, 8725, 11297, 7947, 11395, 7804, 11128, 8655, 6740, 10395, 8048, 10814, 8015, 11628, 8666, 11927, 8295, 9067, 10144, 7902, 11258, 8168, 11613, 8743, 12645], 'WindowCenter': [4102.0, 4047.0, 4094.0, 4042.0, 4040.0, 4029.0, 4020.0, 4022.0, 4042.0, 4033.0, 4033.0, 4098.0, 4067.0, 4058.0, 4110.0, 4078.0, 4120.0, 4079.0, 4089.0, 4080.0, 4070.0, 4121.0, 4059.0, 4108.0, 4068.0, 4122.0, 4102.0, 4060.0, 4090.0, 4058.0, 4109.0, 4060.0, 4121.0, 4090.0, 4109.0, 4089.0, 4049.0, 4090.0, 4073.0, 4111.0, 4058.0, 4118.0, 4061.0, 4120.0, 4082.0, 4121.0, 4101.0, 4060.0, 4101.0, 4072.0, 4122.0, 4083.0, 4133.0, 4079.0, 4131.0, 4049.0, 4121.0, 4071.0, 4135.0, 4102.0, 4080.0, 4090.0, 4071.0, 4103.0, 4106.0, 4098.0, 4073.0, 4101.0, 4069.0, 4110.0, 4059.0, 4122.0, 4091.0, 4071.0, 4091.0, 4083.0, 4113.0, 4084.0, 4138.0, 4085.0, 4135.0, 4072.0, 4123.0, 4101.0, 4142.0, 4090.0, 4122.0, 4100.0, 4081.0, 4132.0, 4110.0, 4130.0, 4109.0, 4087.0, 4116.0, 4077.0, 4087.0, 4106.0, 4084.0, 4114.0, 4093.0, 4081.0, 4082.0, 4091.0, 4070.0, 4038.0, 4047.0, 4027.0, 4047.0, 4017.0, 4057.0, 4016.0, 4057.0, 4027.0, 4067.0, 4030.0, 4081.0, 4041.0, 4091.0, 4041.0, 4061.0, 4041.0, 4052.0, 4055.0, 4054.0, 4064.0, 4043.0, 4064.0, 4044.0, 4097.0, 4069.0, 4118.0, 4077.0, 4118.0, 4067.0, 4117.0, 4079.0, 4100.0, 4100.0, 4057.0, 4077.0, 4057.0, 4100.0, 4071.0, 4109.0, 4059.0, 4109.0, 4059.0, 4120.0, 4080.0, 4130.0, 4078.0, 4109.0, 4082.0, 4130.0, 4111.0, 4058.0, 4100.0, 4080.0, 4101.0, 4059.0, 4129.0, 4068.0, 4107.0, 4069.0, 4132.0, 4109.0, 4119.0, 4097.0, 4055.0, 4086.0, 4080.0, 4088.0, 4117.0, 4089.0, 4127.0, 4097.0, 4093.0, 4055.0, 4085.0, 4056.0, 4054.0, 4065.0, 4047.0, 4086.0, 4093.0, 4109.0, 4057.0, 4108.0, 4078.0, 4118.0, 4069.0, 4119.0, 4088.0, 4108.0, 4110.0, 4057.0, 4084.0, 4053.0, 4109.0, 4087.0, 4095.0, 4053.0, 4073.0, 4042.0, 4075.0, 4085.0, 4073.0, 4052.0, 4061.0, 4030.0, 4050.0, 4031.0, 4053.0, 4044.0, 4084.0, 4033.0, 4084.0, 4047.0, 4118.0, 4077.0, 4095.0, 4045.0, 4054.0, 4065.0, 4068.0, 4088.0, 4053.0, 4095.0, 4043.0, 4093.0, 4046.0, 4103.0, 4065.0, 4114.0, 4033.0, 4103.0, 4032.0, 4113.0, 4063.0, 4104.0, 4051.0, 4092.0, 4050.0, 4072.0, 4044.0, 4061.0, 4029.0, 4050.0, 4030.0, 4052.0, 4033.0, 4074.0, 4044.0, 4075.0, 4045.0, 4097.0, 4058.0, 4116.0, 4055.0, 4104.0, 4034.0, 4095.0, 4057.0, 4117.0, 4099.0, 4128.0, 4067.0, 4128.0, 4091.0, 4131.0, 4099.0, 4097.0, 4085.0, 4069.0, 4098.0, 4068.0, 4110.0, 4082.0, 4108.0, 4070.0, 4089.0, 4096.0, 4054.0, 4095.0, 4054.0, 4119.0, 4078.0, 4115.0, 4075.0, 4104.0, 4064.0, 4115.0, 4075.0, 4074.0, 4074.0, 4040.0, 4061.0, 4043.0, 4095.0, 4056.0, 4115.0, 4054.0, 4074.0, 4064.0, 4075.0, 4087.0, 4107.0, 4096.0, 4062.0, 4073.0, 4072.0, 4073.0, 4083.0, 4071.0, 4091.0, 4081.0, 4028.0, 4060.0, 4029.0, 4052.0, 4042.0, 4062.0, 4030.0, 4071.0, 4042.0, 4062.0, 4054.0, 4075.0, 4043.0, 4083.0, 4032.0, 4073.0, 4043.0, 4084.0, 4043.0, 4109.0, 4056.0, 4106.0, 4055.0, 4096.0, 4066.0, 4107.0, 4076.0, 4064.0, 4064.0, 4055.0, 4088.0, 4086.0, 4097.0, 4035.0, 4086.0, 4044.0, 4086.0, 4087.0, 4086.0, 4057.0, 4097.0, 4047.0, 4096.0, 4057.0, 4099.0, 4082.0, 4080.0, 4102.0, 4061.0, 4081.0, 4084.0, 4084.0, 4124.0, 4083.0, 4144.0, 4134.0, 4124.0, 4152.0, 4110.0, 4119.0, 4089.0, 4127.0, 4096.0, 4126.0, 4094.0, 4073.0, 4083.0, 4053.0, 4083.0, 4064.0, 4104.0, 4074.0, 4103.0, 4043.0, 4094.0, 4064.0, 4116.0, 4086.0, 4094.0, 4073.0, 4072.0, 4062.0, 4072.0, 4064.0, 4082.0, 4072.0, 4019.0, 4070.0, 4030.0, 4071.0, 4033.0, 4073.0, 4054.0, 4085.0, 4043.0, 4084.0, 4064.0, 4096.0, 4044.0, 4084.0, 4044.0, 4084.0, 4032.0, 4084.0, 4044.0, 4083.0, 4033.0, 4084.0, 4034.0, 4085.0, 4055.0, 4077.0, 4057.0, 4111.0, 4059.0, 4072.0, 4100.0, 4072.0, 4124.0, 4073.0, 4122.0, 4093.0, 4133.0, 4102.0, 4132.0, 4091.0, 4119.0, 4089.0, 4129.0, 4098.0, 4126.0, 4076.0, 4104.0, 4043.0, 4104.0, 4052.0, 4105.0, 4054.0, 4104.0, 4041.0, 4092.0, 4030.0, 4080.0, 4054.0, 4091.0, 4053.0, 4093.0, 4065.0, 4094.0, 4067.0, 4118.0, 4066.0, 4045.0, 4076.0, 4054.0, 4086.0, 4106.0, 4086.0, 4130.0, 4088.0, 4076.0, 4085.0, 4031.0, 4083.0, 4045.0, 4086.0, 4055.0, 4087.0, 4054.0, 4096.0, 4058.0, 4108.0, 4078.0, 4098.0, 4066.0, 4108.0, 4068.0, 4131.0, 4090.0, 4108.0, 4067.0, 4106.0, 4067.0, 4108.0, 4064.0, 4076.0, 4085.0, 4053.0, 4084.0, 4055.0, 4108.0, 4068.0, 4108.0, 4079.0, 4107.0, 4068.0, 4118.0, 4089.0, 4118.0, 4090.0, 4118.0, 4064.0, 4107.0, 4077.0, 4116.0, 4085.0, 4103.0, 4053.0, 4093.0, 4052.0, 4104.0, 4063.0, 4094.0, 4053.0, 4083.0, 4043.0, 4095.0, 4055.0, 4045.0, 4075.0, 4055.0, 4094.0, 4048.0, 4108.0, 4060.0, 4089.0, 4078.0, 4100.0, 4091.0, 4122.0, 4102.0, 4109.0, 4098.0, 4131.0, 4089.0, 4130.0, 4088.0, 4117.0, 4054.0, 4083.0, 4054.0, 4093.0, 4061.0, 4085.0, 4051.0, 4082.0, 4062.0, 4094.0, 4041.0, 4083.0, 4020.0, 4082.0, 4034.0, 4096.0, 4064.0, 4094.0, 4055.0, 4093.0, 4054.0, 4087.0, 4085.0, 4044.0, 4084.0, 4064.0, 4085.0, 4065.0, 4105.0, 4064.0, 4106.0, 4055.0, 4083.0, 4056.0, 4077.0, 4083.0, 4056.0, 4097.0, 4067.0, 4095.0, 4067.0, 4107.0, 4067.0, 4106.0, 4056.0, 4068.0, 4099.0, 4067.0, 4096.0, 4065.0, 4096.0, 4065.0, 4110.0, 4098.0, 4058.0, 4098.0, 4079.0, 4109.0, 4081.0, 4120.0, 4067.0, 4116.0, 4055.0, 4104.0, 4067.0, 4115.0, 4067.0, 4116.0, 4075.0, 4105.0, 4054.0, 4104.0, 4053.0, 4105.0, 4057.0, 4118.0, 4079.0, 4119.0, 4069.0, 4109.0, 4070.0, 4130.0, 4091.0, 4109.0, 4069.0, 4119.0, 4068.0, 4121.0, 4089.0, 4108.0, 4066.0, 4096.0, 4047.0, 4097.0, 4067.0, 4073.0, 4055.0, 4053.0, 4064.0, 4056.0, 4087.0, 4046.0, 4085.0, 4043.0, 4087.0, 4058.0, 4117.0, 4079.0, 4115.0, 4044.0, 4116.0, 4044.0, 4118.0, 4074.0, 4082.0, 4083.0, 4021.0, 4072.0, 4041.0, 4072.0, 4043.0, 4105.0, 4045.0, 4084.0, 4046.0, 4076.0, 4099.0, 4071.0, 4122.0, 4071.0, 4101.0, 4092.0, 4059.0, 4110.0, 4100.0, 4081.0, 4135.0, 4104.0, 4122.0, 4111.0, 4109.0, 4109.0, 4108.0, 4109.0, 4130.0, 4106.0, 4063.0, 4083.0, 4074.0, 4084.0, 4063.0, 4084.0, 4054.0, 4073.0, 4042.0, 4072.0, 4051.0, 4072.0, 4054.0, 4087.0, 4046.0, 4086.0, 4044.0, 4084.0, 4045.0, 4096.0, 4079.0, 4097.0, 4066.0, 4085.0, 4053.0, 4087.0, 4075.0, 4109.0, 4078.0, 4099.0, 4044.0, 4086.0, 4046.0, 4098.0, 4070.0, 4100.0, 4058.0, 4097.0, 4069.0, 4110.0, 4083.0, 4121.0, 4091.0, 4089.0, 4078.0, 4110.0, 4101.0, 4110.0, 4101.0, 4047.0, 4098.0, 4069.0, 4112.0, 4078.0, 4129.0, 4056.0, 4108.0, 4058.0, 4109.0, 4081.0, 4118.0, 4080.0, 4096.0, 4066.0, 4056.0, 4102.0, 4070.0, 4109.0, 4068.0, 4119.0, 4057.0, 4119.0, 4066.0, 4130.0, 4080.0, 4128.0, 4088.0, 4105.0, 4054.0, 4094.0, 4066.0, 4118.0, 4079.0, 4098.0, 4078.0, 4086.0, 4077.0, 4118.0, 4077.0, 4128.0, 4086.0, 4115.0, 4054.0, 4093.0, 4054.0, 4094.0, 4075.0, 4104.0, 4052.0, 4093.0, 4052.0, 4095.0, 4066.0, 4045.0, 4074.0, 4053.0, 4085.0, 4046.0, 4096.0, 4069.0, 4099.0, 4066.0, 4087.0, 4055.0, 4096.0, 4080.0, 4131.0, 4079.0, 4118.0, 4067.0, 4098.0, 4070.0, 4080.0, 4102.0, 4065.0, 4107.0, 4077.0, 4072.0, 4041.0, 4033.0, 4084.0, 4054.0, 4071.0, 4040.0, 4071.0, 4018.0, 4058.0, 4100.0, 4035.0, 4079.0, 4044.0, 4053.0, 4011.0, 4040.0, 4019.0, 4018.0, 4007.0, 3996.0, 3985.0, 3996.0, 3974.0, 3996.0, 4039.0, 4009.0, 4050.0, 4020.0, 4020.0, 4021.0, 4012.0, 4058.0, 4018.0, 4009.0, 4044.0, 4048.0, 4098.0, 4080.0, 4098.0, 4078.0, 4108.0, 4075.0, 4105.0, 4051.0, 4082.0, 4050.0, 4071.0, 4102.0, 4070.0, 4090.0, 4048.0, 4068.0, 4026.0, 4056.0, 4005.0, 4036.0, 4026.0, 4047.0, 4058.0, 4039.0, 4080.0, 4050.0, 4092.0, 4053.0, 4061.0, 4054.0, 4023.0, 4075.0, 4056.0, 4094.0, 4066.0, 4045.0, 4054.0, 4047.0, 4101.0, 4090.0, 4087.0, 4047.0, 4086.0, 4058.0, 4097.0, 4059.0, 4099.0, 4080.0, 4089.0, 4059.0, 4098.0, 4046.0, 4087.0, 4077.0, 4086.0, 4098.0, 4099.0, 4046.0, 4097.0, 4055.0, 4097.0, 4069.0, 4109.0, 4056.0, 4107.0, 4056.0, 4108.0, 4068.0, 4080.0, 4099.0, 4058.0, 4098.0, 4056.0, 4108.0, 4079.0, 4130.0, 4087.0, 4077.0, 4086.0, 4056.0, 4108.0, 4068.0, 4117.0, 4077.0, 4119.0, 4088.0, 4126.0, 4098.0, 4116.0, 4096.0, 4045.0, 4084.0, 4055.0, 4096.0, 4066.0, 4106.0, 4065.0, 4115.0, 4054.0, 4096.0, 4086.0, 4077.0, 4098.0, 4054.0, 4095.0, 4065.0, 4106.0, 4066.0, 4116.0, 4055.0, 4104.0, 4044.0, 4114.0, 4067.0, 4114.0, 4075.0, 4105.0, 4044.0, 4116.0, 4066.0, 4116.0, 4066.0, 4128.0, 4077.0, 4075.0, 4065.0, 4044.0, 4066.0, 4047.0, 4089.0, 4047.0, 4107.0, 4069.0, 4120.0, 4082.0, 4143.0, 4102.0, 4130.0, 4068.0, 4117.0, 4079.0, 4118.0, 4089.0, 4116.0, 4057.0, 4116.0, 4079.0, 4130.0, 4088.0, 4076.0, 4075.0, 4074.0, 4074.0, 4096.0, 4085.0, 4095.0, 4085.0, 4033.0, 4074.0, 4053.0, 4098.0, 4069.0, 4129.0, 4100.0, 4120.0, 4069.0, 4062.0, 4077.0, 4069.0, 4109.0, 4069.0, 4059.0, 4099.0, 4069.0, 4132.0, 4079.0, 4117.0, 4066.0, 4120.0, 4090.0, 4116.0, 4087.0, 4055.0, 4085.0, 4055.0, 4095.0, 4056.0, 4105.0, 4051.0, 4083.0, 4051.0, 4042.0, 4082.0, 4043.0, 4093.0, 4043.0, 4064.0, 4063.0, 4045.0, 4085.0, 4044.0, 4105.0, 4066.0, 4098.0, 4077.0, 4047.0, 4098.0, 4067.0, 4107.0, 4046.0, 4104.0, 4056.0, 4118.0, 4068.0, 4097.0, 4089.0, 4055.0, 4086.0, 4058.0, 4120.0, 4093.0, 4146.0, 4116.0, 4125.0, 4123.0, 4123.0, 4113.0, 4099.0, 4109.0, 4067.0, 4096.0, 4056.0, 4107.0, 4098.0, 4097.0, 4096.0, 4066.0, 4079.0, 4097.0, 4127.0, 4056.0, 4114.0, 4105.0, 4105.0, 4128.0, 4042.0, 4077.0, 4050.0, 4062.0, 4082.0, 4064.0, 4115.0, 4108.0, 4053.0, 4070.0, 4018.0, 4081.0, 4040.0, 4053.0, 4074.0, 4042.0, 4091.0, 4042.0, 4093.0, 4051.0, 4095.0, 4073.0, 4043.0, 4073.0, 4040.0, 4083.0, 4033.0, 4094.0, 4044.0, 4094.0, 4043.0, 4093.0, 4043.0, 4094.0, 4054.0, 4064.0, 4077.0, 4034.0, 4085.0, 4045.0, 4098.0, 4079.0, 4120.0, 4067.0, 4106.0, 4056.0, 4117.0, 4068.0, 4087.0, 4088.0, 4047.0, 4100.0, 4059.0, 4122.0, 4070.0, 4120.0, 4090.0, 4129.0, 4081.0, 4142.0, 4101.0, 4099.0, 4087.0, 4079.0, 4099.0, 4081.0, 4099.0, 4067.0, 4107.0, 4065.0, 4117.0, 4067.0, 4117.0, 4078.0, 4106.0, 4064.0, 4106.0, 4045.0, 4117.0, 4055.0, 4109.0, 4059.0, 4107.0, 4059.0, 4119.0, 4058.0, 4130.0, 4067.0, 4130.0, 4082.0, 4119.0, 4068.0, 4116.0, 4069.0, 4118.0, 4068.0, 4121.0, 4081.0, 4059.0, 4091.0, 4058.0, 4089.0, 4058.0, 4104.0, 4081.0, 4099.0, 4067.0, 4099.0, 4057.0, 4100.0, 4070.0, 4099.0, 4067.0, 4099.0, 4067.0, 4099.0, 4089.0, 4121.0, 4067.0, 4108.0, 4067.0, 4120.0, 4078.0, 4128.0, 4064.0, 4095.0, 4063.0, 4095.0, 4063.0, 4103.0, 4041.0, 4092.0, 4039.0, 4082.0, 4042.0, 4092.0, 4041.0, 4080.0, 4051.0, 4103.0, 4063.0, 4104.0, 4077.0, 4083.0, 4063.0, 4075.0, 4074.0, 4045.0, 4097.0, 4066.0, 4106.0, 4066.0, 4087.0, 4075.0, 4046.0, 4107.0, 4070.0, 4120.0, 4078.0, 4106.0, 4068.0, 4105.0, 4066.0, 4108.0, 4067.0, 4109.0, 4055.0, 4096.0, 4058.0, 4096.0, 4078.0, 4035.0, 4087.0, 4057.0, 4111.0, 4069.0, 4111.0, 4078.0, 4105.0, 4068.0, 4092.0, 4100.0, 4068.0, 4109.0, 4069.0, 4107.0, 4080.0, 4118.0], 'WindowWidth': [9109.0, 9024.0, 9080.0, 9010.0, 9002.0, 8981.0, 8973.0, 8980.0, 9008.0, 8998.0, 9003.0, 9095.0, 9054.0, 9041.0, 9116.0, 9070.0, 9130.0, 9070.0, 9083.0, 9073.0, 9062.0, 9130.0, 9046.0, 9110.0, 9057.0, 9138.0, 9111.0, 9049.0, 9086.0, 9043.0, 9112.0, 9049.0, 9134.0, 9092.0, 9113.0, 9085.0, 9033.0, 9090.0, 9072.0, 9120.0, 9045.0, 9125.0, 9053.0, 9130.0, 9083.0, 9134.0, 9105.0, 9049.0, 9106.0, 9069.0, 9137.0, 9085.0, 9154.0, 9077.0, 9146.0, 9034.0, 9133.0, 9066.0, 9159.0, 9111.0, 9076.0, 9091.0, 9068.0, 9114.0, 9124.0, 9119.0, 9076.0, 9108.0, 9064.0, 9117.0, 9050.0, 9139.0, 9097.0, 9072.0, 9095.0, 9089.0, 9129.0, 9093.0, 9171.0, 9095.0, 9162.0, 9075.0, 9140.0, 9106.0, 9163.0, 9089.0, 9136.0, 9105.0, 9081.0, 9151.0, 9118.0, 9146.0, 9115.0, 9079.0, 9120.0, 9066.0, 9083.0, 9106.0, 9070.0, 9113.0, 9078.0, 9061.0, 9063.0, 9075.0, 9044.0, 8997.0, 9008.0, 8979.0, 9007.0, 8970.0, 9020.0, 8967.0, 9019.0, 8984.0, 9037.0, 8993.0, 9062.0, 9010.0, 9077.0, 9009.0, 9034.0, 9009.0, 9027.0, 9035.0, 9034.0, 9046.0, 9015.0, 9044.0, 9021.0, 9096.0, 9064.0, 9126.0, 9071.0, 9125.0, 9057.0, 9124.0, 9075.0, 9105.0, 9104.0, 9042.0, 9070.0, 9044.0, 9106.0, 9073.0, 9116.0, 9049.0, 9115.0, 9049.0, 9132.0, 9079.0, 9145.0, 9073.0, 9114.0, 9085.0, 9148.0, 9122.0, 9046.0, 9108.0, 9079.0, 9107.0, 9049.0, 9144.0, 9061.0, 9112.0, 9063.0, 9152.0, 9116.0, 9129.0, 9095.0, 9035.0, 9080.0, 9077.0, 9083.0, 9125.0, 9086.0, 9138.0, 9093.0, 9082.0, 9035.0, 9076.0, 9039.0, 9037.0, 9052.0, 9028.0, 9082.0, 9103.0, 9113.0, 9043.0, 9109.0, 9070.0, 9123.0, 9061.0, 9131.0, 9087.0, 9114.0, 9121.0, 9044.0, 9075.0, 9031.0, 9115.0, 9083.0, 9090.0, 9030.0, 9056.0, 9013.0, 9059.0, 9075.0, 9056.0, 9026.0, 9035.0, 8992.0, 9020.0, 8999.0, 9028.0, 9020.0, 9070.0, 9003.0, 9071.0, 9030.0, 9127.0, 9070.0, 9089.0, 9022.0, 9033.0, 9049.0, 9057.0, 9082.0, 9030.0, 9087.0, 9015.0, 9081.0, 9025.0, 9096.0, 9048.0, 9113.0, 9003.0, 9095.0, 9000.0, 9109.0, 9044.0, 9097.0, 9023.0, 9078.0, 9020.0, 9052.0, 9018.0, 9035.0, 8991.0, 9020.0, 8993.0, 9025.0, 9005.0, 9059.0, 9019.0, 9061.0, 9022.0, 9096.0, 9046.0, 9120.0, 9038.0, 9100.0, 9008.0, 9088.0, 9045.0, 9122.0, 9100.0, 9139.0, 9056.0, 9140.0, 9096.0, 9145.0, 9098.0, 9092.0, 9070.0, 9060.0, 9094.0, 9058.0, 9117.0, 9084.0, 9110.0, 9067.0, 9088.0, 9091.0, 9030.0, 9086.0, 9035.0, 9130.0, 9073.0, 9117.0, 9060.0, 9099.0, 9043.0, 9116.0, 9059.0, 9055.0, 9056.0, 9008.0, 9037.0, 9017.0, 9090.0, 9041.0, 9117.0, 9034.0, 9060.0, 9047.0, 9064.0, 9081.0, 9109.0, 9092.0, 9042.0, 9055.0, 9053.0, 9053.0, 9067.0, 9048.0, 9077.0, 9062.0, 8987.0, 9031.0, 8991.0, 9027.0, 9016.0, 9040.0, 8994.0, 9051.0, 9012.0, 9040.0, 9034.0, 9062.0, 9018.0, 9071.0, 9003.0, 9057.0, 9020.0, 9072.0, 9018.0, 9114.0, 9040.0, 9106.0, 9038.0, 9092.0, 9055.0, 9108.0, 9064.0, 9047.0, 9047.0, 9037.0, 9084.0, 9080.0, 9095.0, 9009.0, 9077.0, 9020.0, 9078.0, 9081.0, 9079.0, 9043.0, 9097.0, 9024.0, 9091.0, 9043.0, 9100.0, 9086.0, 9080.0, 9109.0, 9055.0, 9079.0, 9092.0, 9093.0, 9146.0, 9088.0, 9174.0, 9158.0, 9147.0, 9183.0, 9117.0, 9127.0, 9087.0, 9137.0, 9092.0, 9135.0, 9085.0, 9054.0, 9069.0, 9029.0, 9068.0, 9048.0, 9098.0, 9059.0, 9095.0, 9015.0, 9084.0, 9043.0, 9118.0, 9076.0, 9084.0, 9052.0, 9051.0, 9036.0, 9050.0, 9044.0, 9069.0, 9052.0, 8977.0, 9046.0, 8994.0, 9050.0, 9004.0, 9055.0, 9032.0, 9074.0, 9017.0, 9072.0, 9044.0, 9092.0, 9017.0, 9074.0, 9017.0, 9070.0, 9000.0, 9072.0, 9020.0, 9070.0, 9004.0, 9070.0, 9008.0, 9075.0, 9035.0, 9068.0, 9042.0, 9117.0, 9048.0, 9074.0, 9110.0, 9071.0, 9142.0, 9073.0, 9135.0, 9103.0, 9154.0, 9111.0, 9150.0, 9092.0, 9129.0, 9089.0, 9145.0, 9098.0, 9136.0, 9063.0, 9098.0, 9012.0, 9098.0, 9026.0, 9099.0, 9031.0, 9098.0, 9008.0, 9075.0, 8992.0, 9059.0, 9031.0, 9075.0, 9027.0, 9081.0, 9048.0, 9083.0, 9055.0, 9126.0, 9052.0, 9021.0, 9064.0, 9032.0, 9078.0, 9106.0, 9077.0, 9143.0, 9084.0, 9064.0, 9073.0, 8998.0, 9068.0, 9023.0, 9079.0, 9035.0, 9080.0, 9033.0, 9090.0, 9047.0, 9114.0, 9075.0, 9096.0, 9054.0, 9111.0, 9058.0, 9148.0, 9089.0, 9111.0, 9051.0, 9104.0, 9051.0, 9110.0, 9048.0, 9063.0, 9075.0, 9030.0, 9073.0, 9035.0, 9111.0, 9061.0, 9111.0, 9075.0, 9109.0, 9059.0, 9126.0, 9090.0, 9126.0, 9089.0, 9125.0, 9047.0, 9106.0, 9068.0, 9120.0, 9075.0, 9095.0, 9028.0, 9078.0, 9024.0, 9098.0, 9044.0, 9084.0, 9029.0, 9067.0, 9014.0, 9088.0, 9037.0, 9022.0, 9062.0, 9034.0, 9085.0, 9035.0, 9113.0, 9050.0, 9088.0, 9074.0, 9105.0, 9097.0, 9137.0, 9110.0, 9115.0, 9098.0, 9147.0, 9088.0, 9149.0, 9085.0, 9121.0, 9027.0, 9066.0, 9027.0, 9083.0, 9034.0, 9071.0, 9020.0, 9064.0, 9037.0, 9084.0, 9009.0, 9066.0, 8981.0, 9062.0, 9005.0, 9089.0, 9045.0, 9085.0, 9033.0, 9082.0, 9033.0, 9083.0, 9075.0, 9017.0, 9070.0, 9043.0, 9071.0, 9048.0, 9100.0, 9046.0, 9104.0, 9033.0, 9068.0, 9037.0, 9067.0, 9070.0, 9036.0, 9093.0, 9050.0, 9089.0, 9055.0, 9107.0, 9051.0, 9103.0, 9036.0, 9061.0, 9101.0, 9054.0, 9092.0, 9049.0, 9092.0, 9052.0, 9121.0, 9100.0, 9045.0, 9098.0, 9072.0, 9114.0, 9082.0, 9131.0, 9056.0, 9121.0, 9036.0, 9100.0, 9053.0, 9116.0, 9056.0, 9121.0, 9065.0, 9101.0, 9032.0, 9098.0, 9030.0, 9103.0, 9045.0, 9123.0, 9077.0, 9127.0, 9064.0, 9116.0, 9066.0, 9146.0, 9096.0, 9116.0, 9062.0, 9127.0, 9059.0, 9133.0, 9088.0, 9111.0, 9054.0, 9092.0, 9029.0, 9094.0, 9054.0, 9057.0, 9035.0, 9030.0, 9048.0, 9043.0, 9084.0, 9025.0, 9077.0, 9017.0, 9081.0, 9047.0, 9124.0, 9075.0, 9118.0, 9021.0, 9120.0, 9021.0, 9126.0, 9062.0, 9068.0, 9070.0, 8983.0, 9053.0, 9012.0, 9053.0, 9016.0, 9101.0, 9024.0, 9073.0, 9024.0, 9064.0, 9101.0, 9067.0, 9139.0, 9065.0, 9106.0, 9096.0, 9049.0, 9116.0, 9103.0, 9082.0, 9160.0, 9117.0, 9137.0, 9119.0, 9114.0, 9111.0, 9109.0, 9112.0, 9144.0, 9103.0, 9038.0, 9064.0, 9055.0, 9067.0, 9042.0, 9069.0, 9028.0, 9051.0, 9007.0, 9047.0, 9018.0, 9049.0, 9033.0, 9077.0, 9026.0, 9074.0, 9018.0, 9069.0, 9019.0, 9090.0, 9072.0, 9096.0, 9050.0, 9074.0, 9027.0, 9079.0, 9060.0, 9114.0, 9068.0, 9098.0, 9019.0, 9075.0, 9023.0, 9096.0, 9065.0, 9101.0, 9046.0, 9093.0, 9061.0, 9119.0, 9086.0, 9133.0, 9094.0, 9086.0, 9072.0, 9116.0, 9106.0, 9115.0, 9105.0, 9026.0, 9097.0, 9059.0, 9121.0, 9071.0, 9141.0, 9036.0, 9109.0, 9042.0, 9113.0, 9079.0, 9125.0, 9076.0, 9092.0, 9053.0, 9040.0, 9108.0, 9068.0, 9115.0, 9058.0, 9127.0, 9041.0, 9125.0, 9051.0, 9144.0, 9080.0, 9139.0, 9082.0, 9101.0, 9031.0, 9085.0, 9051.0, 9127.0, 9074.0, 9098.0, 9070.0, 9077.0, 9066.0, 9125.0, 9069.0, 9137.0, 9075.0, 9112.0, 9028.0, 9081.0, 9031.0, 9084.0, 9061.0, 9097.0, 9024.0, 9079.0, 9024.0, 9089.0, 9050.0, 9020.0, 9058.0, 9028.0, 9073.0, 9024.0, 9093.0, 9060.0, 9100.0, 9050.0, 9078.0, 9035.0, 9092.0, 9079.0, 9146.0, 9075.0, 9122.0, 9053.0, 9099.0, 9064.0, 9080.0, 9110.0, 9052.0, 9113.0, 9073.0, 9076.0, 9014.0, 9005.0, 9072.0, 9028.0, 9048.0, 9002.0, 9043.0, 8969.0, 9022.0, 9084.0, 8987.0, 9051.0, 8998.0, 9004.0, 8945.0, 8983.0, 8949.0, 8949.0, 8932.0, 8916.0, 8898.0, 8915.0, 8882.0, 8917.0, 8977.0, 8942.0, 9000.0, 8961.0, 8958.0, 8963.0, 8950.0, 9019.0, 8964.0, 8960.0, 9017.0, 9028.0, 9096.0, 9075.0, 9096.0, 9068.0, 9107.0, 9058.0, 9099.0, 9018.0, 9062.0, 9014.0, 9046.0, 9089.0, 9040.0, 9072.0, 9009.0, 9036.0, 8977.0, 9017.0, 8948.0, 8990.0, 8977.0, 9008.0, 9025.0, 8998.0, 9059.0, 9017.0, 9077.0, 9024.0, 9032.0, 9031.0, 8986.0, 9060.0, 9040.0, 9087.0, 9050.0, 9021.0, 9034.0, 9029.0, 9108.0, 9091.0, 9082.0, 9029.0, 9080.0, 9046.0, 9098.0, 9048.0, 9103.0, 9076.0, 9088.0, 9046.0, 9098.0, 9024.0, 9079.0, 9069.0, 9078.0, 9097.0, 9100.0, 9024.0, 9092.0, 9034.0, 9093.0, 9060.0, 9112.0, 9039.0, 9107.0, 9038.0, 9108.0, 9057.0, 9077.0, 9101.0, 9043.0, 9096.0, 9039.0, 9112.0, 9075.0, 9143.0, 9081.0, 9067.0, 9077.0, 9039.0, 9112.0, 9059.0, 9123.0, 9066.0, 9128.0, 9086.0, 9134.0, 9097.0, 9120.0, 9091.0, 9022.0, 9072.0, 9033.0, 9089.0, 9053.0, 9105.0, 9049.0, 9114.0, 9034.0, 9091.0, 9080.0, 9068.0, 9097.0, 9034.0, 9089.0, 9048.0, 9105.0, 9052.0, 9120.0, 9034.0, 9099.0, 9021.0, 9113.0, 9054.0, 9115.0, 9062.0, 9099.0, 9019.0, 9119.0, 9052.0, 9116.0, 9051.0, 9139.0, 9068.0, 9061.0, 9048.0, 9018.0, 9054.0, 9033.0, 9087.0, 9029.0, 9110.0, 9063.0, 9131.0, 9087.0, 9169.0, 9111.0, 9144.0, 9058.0, 9123.0, 9076.0, 9127.0, 9087.0, 9119.0, 9039.0, 9120.0, 9074.0, 9146.0, 9085.0, 9064.0, 9060.0, 9057.0, 9056.0, 9091.0, 9074.0, 9089.0, 9075.0, 9003.0, 9058.0, 9029.0, 9097.0, 9060.0, 9142.0, 9099.0, 9130.0, 9060.0, 9055.0, 9067.0, 9061.0, 9115.0, 9062.0, 9047.0, 9103.0, 9063.0, 9153.0, 9074.0, 9124.0, 9051.0, 9131.0, 9091.0, 9123.0, 9079.0, 9035.0, 9076.0, 9031.0, 9087.0, 9036.0, 9100.0, 9021.0, 9065.0, 9021.0, 9013.0, 9067.0, 9016.0, 9080.0, 9014.0, 9045.0, 9043.0, 9024.0, 9077.0, 9020.0, 9102.0, 9053.0, 9100.0, 9070.0, 9028.0, 9096.0, 9056.0, 9108.0, 9025.0, 9100.0, 9038.0, 9125.0, 9059.0, 9095.0, 9086.0, 9039.0, 9081.0, 9046.0, 9133.0, 9106.0, 9180.0, 9137.0, 9148.0, 9139.0, 9140.0, 9128.0, 9105.0, 9115.0, 9053.0, 9092.0, 9043.0, 9108.0, 9099.0, 9096.0, 9093.0, 9057.0, 9075.0, 9097.0, 9137.0, 9038.0, 9115.0, 9106.0, 9105.0, 9144.0, 9014.0, 9049.0, 9019.0, 9037.0, 9067.0, 9047.0, 9118.0, 9112.0, 9027.0, 9042.0, 8971.0, 9058.0, 9007.0, 9030.0, 9057.0, 9011.0, 9077.0, 9012.0, 9081.0, 9025.0, 9087.0, 9056.0, 9014.0, 9053.0, 9006.0, 9066.0, 9001.0, 9083.0, 9020.0, 9084.0, 9016.0, 9082.0, 9015.0, 9085.0, 9031.0, 9045.0, 9065.0, 9005.0, 9075.0, 9021.0, 9098.0, 9074.0, 9130.0, 9054.0, 9105.0, 9038.0, 9123.0, 9060.0, 9084.0, 9086.0, 9028.0, 9102.0, 9050.0, 9139.0, 9068.0, 9133.0, 9093.0, 9143.0, 9082.0, 9168.0, 9109.0, 9101.0, 9082.0, 9076.0, 9101.0, 9081.0, 9102.0, 9054.0, 9108.0, 9050.0, 9124.0, 9055.0, 9122.0, 9070.0, 9105.0, 9046.0, 9104.0, 9022.0, 9122.0, 9037.0, 9114.0, 9051.0, 9108.0, 9049.0, 9129.0, 9047.0, 9143.0, 9056.0, 9146.0, 9087.0, 9130.0, 9059.0, 9119.0, 9063.0, 9126.0, 9057.0, 9135.0, 9081.0, 9051.0, 9094.0, 9044.0, 9086.0, 9047.0, 9116.0, 9082.0, 9104.0, 9057.0, 9100.0, 9045.0, 9106.0, 9067.0, 9102.0, 9057.0, 9101.0, 9055.0, 9103.0, 9091.0, 9136.0, 9057.0, 9114.0, 9055.0, 9132.0, 9071.0, 9141.0, 9044.0, 9088.0, 9038.0, 9086.0, 9040.0, 9095.0, 9006.0, 9076.0, 9002.0, 9063.0, 9012.0, 9078.0, 9007.0, 9058.0, 9023.0, 9095.0, 9040.0, 9096.0, 9066.0, 9066.0, 9039.0, 9059.0, 9055.0, 9019.0, 9092.0, 9054.0, 9103.0, 9052.0, 9081.0, 9061.0, 9022.0, 9107.0, 9063.0, 9132.0, 9073.0, 9106.0, 9056.0, 9103.0, 9052.0, 9109.0, 9053.0, 9113.0, 9035.0, 9090.0, 9042.0, 9091.0, 9071.0, 9010.0, 9080.0, 9039.0, 9119.0, 9063.0, 9119.0, 9071.0, 9104.0, 9058.0, 9098.0, 9104.0, 9057.0, 9112.0, 9056.0, 9107.0, 9079.0, 9123.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.004177711864406779</td></tr>
<tr><td colspan=3>aqi</td><td>0.05021677604006163</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.42600208765614</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1749973529221294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0469857282960675</td></tr>
<tr><td colspan=3>efc</td><td>0.4568</td></tr>
<tr><td colspan=3>fber</td><td>4771.5122</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19392957723284499</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>391</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.12326656394453</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.703281266281645</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6715711181229627</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.887369022068849</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.550903658653124</td></tr>
<tr><td colspan=3>gcor</td><td>0.010971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00962642952799797</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02734408527612686</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1298</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.5672572331711176</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>29.4235</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.176</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.896</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>309786.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>822.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.4283</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3544</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.2054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3299.691</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>998.7991</td></tr>
<tr><td colspan=3>tsnr</td><td>26.477155863540247</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>