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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:37:28.932500</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_VE11C_LATEST_20160120</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</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.0910853</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7764, -7256, 549, -116, -257, 92, 75]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>81c12cc9-b3de-4fa7-9351-01583730e025||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['123728.932500', '123729.392500', '123729.852500', '123730.312500', '123730.772500', '123731.232500', '123731.692500', '123732.152500', '123732.612500', '123733.072500', '123733.532500', '123733.992500', '123734.452500', '123734.912500', '123735.372500', '123735.832500', '123736.292500', '123736.752500', '123737.212500', '123737.672500', '123738.132500', '123738.592500', '123739.052500', '123739.512500', '123739.972500', '123740.432500', '123740.892500', '123741.352500', '123741.812500', '123742.272500', '123742.732500', '123743.192500', '123743.652500', '123744.112500', '123744.572500', '123745.032500', '123745.492500', '123745.952500', '123746.412500', '123746.872500', '123747.332500', '123747.792500', '123748.252500', '123748.712500', '123749.172500', '123749.632500', '123750.092500', '123750.552500', '123751.012500', '123751.472500', '123751.932500', '123752.392500', '123752.852500', '123753.312500', '123753.772500', '123754.232500', '123754.692500', '123755.152500', '123755.612500', '123756.072500', '123756.532500', '123756.992500', '123757.452500', '123757.912500', '123758.372500', '123758.832500', '123759.292500', '123759.752500', '123800.212500', '123800.672500', '123801.132500', '123801.592500', '123802.052500', '123802.512500', '123802.972500', '123803.432500', '123803.892500', '123804.352500', '123804.812500', '123805.272500', '123805.732500', '123806.192500', '123806.652500', '123807.112500', '123807.572500', '123808.032500', '123808.492500', '123808.952500', '123809.412500', '123809.872500', '123810.332500', '123810.792500', '123811.252500', '123811.712500', '123812.172500', '123812.632500', '123813.092500', '123813.552500', '123814.012500', '123814.472500', '123814.932500', '123815.392500', '123815.852500', '123816.312500', '123816.772500', '123817.232500', '123817.692500', '123818.152500', '123818.612500', '123819.072500', '123819.532500', '123819.992500', '123820.452500', '123820.912500', '123821.372500', '123821.832500', '123822.292500', '123822.752500', '123823.212500', '123823.672500', '123824.132500', '123824.592500', '123825.052500', '123825.512500', '123825.972500', '123826.432500', '123826.892500', '123827.352500', '123827.812500', '123828.272500', '123828.732500', '123829.192500', '123829.652500', '123830.112500', '123830.572500', '123831.032500', '123831.492500', '123831.952500', '123832.412500', '123832.872500', '123833.332500', '123833.792500', '123834.252500', '123834.712500', '123835.172500', '123835.632500', '123836.092500', '123836.552500', '123837.012500', '123837.472500', '123837.932500', '123838.392500', '123838.852500', '123839.312500', '123839.772500', '123840.232500', '123840.692500', '123841.152500', '123841.612500', '123842.072500', '123842.532500', '123842.992500', '123843.452500', '123843.912500', '123844.372500', '123844.832500', '123845.292500', '123845.752500', '123846.212500', '123846.672500', '123847.132500', '123847.592500', '123848.052500', '123848.512500', '123848.972500', '123849.432500', '123849.892500', '123850.352500', '123850.812500', '123851.272500', '123851.732500', '123852.192500', '123852.652500', '123853.112500', '123853.572500', '123854.032500', '123854.492500', '123854.952500', '123855.412500', '123855.872500', '123856.332500', '123856.792500', '123857.252500', '123857.712500', '123858.172500', '123858.632500', '123859.092500', '123859.552500', '123900.012500', '123900.472500', '123900.932500', '123901.392500', '123901.852500', '123902.312500', '123902.772500', '123903.232500', '123903.692500', '123904.152500', '123904.612500', '123905.072500', '123905.532500', '123905.992500', '123906.452500', '123906.912500', '123907.372500', '123907.832500', '123908.292500', '123908.752500', '123909.212500', '123909.672500', '123910.132500', '123910.592500', '123911.052500', '123911.512500', '123911.972500', '123912.432500', '123912.892500', '123913.352500', '123913.812500', '123914.272500', '123914.732500', '123915.192500', '123915.652500', '123916.112500', '123916.572500', '123917.032500', '123917.492500', '123917.952500', '123918.412500', '123918.872500', '123919.332500', '123919.792500', '123920.252500', '123920.712500', '123921.172500', '123921.632500', '123922.092500', '123922.552500', '123923.012500', '123923.472500', '123923.932500', '123924.392500', '123924.852500', '123925.312500', '123925.772500', '123926.232500', '123926.692500', '123927.152500', '123927.612500', '123928.072500', '123928.532500', '123928.992500', '123929.452500', '123929.912500', '123930.372500', '123930.832500', '123931.292500', '123931.752500', '123932.212500', '123932.672500', '123933.132500', '123933.592500', '123934.052500', '123934.512500', '123934.972500', '123935.432500', '123935.892500', '123936.352500', '123936.812500', '123937.272500', '123937.732500', '123938.192500', '123938.652500', '123939.112500', '123939.572500', '123940.032500', '123940.492500', '123940.952500', '123941.412500', '123941.872500', '123942.332500', '123942.792500', '123943.252500', '123943.712500', '123944.172500', '123944.632500', '123945.092500', '123945.552500', '123946.012500', '123946.472500', '123946.932500', '123947.392500', '123947.852500', '123948.312500', '123948.772500', '123949.232500', '123949.692500', '123950.152500', '123950.612500', '123951.072500', '123951.532500', '123951.992500', '123952.452500', '123952.912500', '123953.372500', '123953.832500', '123954.292500', '123954.752500', '123955.212500', '123955.672500', '123956.132500', '123956.592500', '123957.052500', '123957.512500', '123957.972500', '123958.432500', '123958.892500', '123959.352500', '123959.812500', '124000.272500', '124000.732500', '124001.192500', '124001.652500', '124002.112500', '124002.572500', '124003.032500', '124003.492500', '124003.952500', '124004.412500', '124004.872500', '124005.332500', '124005.792500', '124006.252500', '124006.712500', '124007.172500', '124007.632500', '124008.092500', '124008.552500', '124009.012500', '124009.472500', '124009.932500', '124010.392500', '124010.852500', '124011.312500', '124011.772500', '124012.232500', '124012.692500', '124013.152500', '124013.612500', '124014.072500', '124014.532500', '124014.992500', '124015.452500', '124015.912500', '124016.372500', '124016.832500', '124017.292500', '124017.752500', '124018.212500', '124018.672500', '124019.132500', '124019.592500', '124020.052500', '124020.512500', '124020.972500', '124021.432500', '124021.892500', '124022.352500', '124022.812500', '124023.272500', '124023.732500', '124024.192500', '124024.652500', '124025.112500', '124025.572500', '124026.032500', '124026.492500', '124026.952500', '124027.412500', '124027.872500', '124028.332500', '124028.792500', '124029.252500', '124029.712500', '124030.172500', '124030.632500', '124031.092500', '124031.552500', '124032.012500', '124032.472500', '124032.932500', '124033.392500', '124033.852500', '124034.312500', '124034.772500', '124035.232500', '124035.692500', '124036.152500', '124036.612500', '124037.072500', '124037.532500', '124037.992500', '124038.452500', '124038.912500', '124039.372500', '124039.832500', '124040.292500', '124040.752500', '124041.212500', '124041.672500', '124042.132500', '124042.592500', '124043.052500', '124043.512500', '124043.972500', '124044.432500', '124044.892500', '124045.352500', '124045.812500', '124046.272500', '124046.732500', '124047.192500', '124047.652500', '124048.112500', '124048.572500', '124049.032500', '124049.492500', '124049.952500', '124050.412500', '124050.872500', '124051.332500', '124051.792500', '124052.252500', '124052.712500', '124053.172500', '124053.632500', '124054.092500', '124054.552500', '124055.012500', '124055.472500', '124055.932500', '124056.392500', '124056.852500', '124057.312500', '124057.772500', '124058.232500', '124058.692500', '124059.152500', '124059.612500', '124100.072500', '124100.532500', '124100.992500', '124101.452500', '124101.912500', '124102.372500', '124102.832500', '124103.292500', '124103.752500', '124104.212500', '124104.672500', '124105.132500', '124105.592500', '124106.052500', '124106.512500', '124106.972500', '124107.432500', '124107.892500', '124108.352500', '124108.812500', '124109.272500', '124109.732500', '124110.192500', '124110.652500', '124111.112500', '124111.572500', '124112.032500', '124112.492500', '124112.952500', '124113.412500', '124113.872500', '124114.332500', '124114.792500', '124115.252500', '124115.712500', '124116.172500', '124116.632500', '124117.092500', '124117.552500', '124118.012500', '124118.472500', '124118.932500', '124119.392500', '124119.852500', '124120.312500', '124120.772500', '124121.232500', '124121.692500', '124122.152500', '124122.612500', '124123.072500', '124123.532500', '124123.992500', '124124.452500', '124124.912500', '124125.372500', '124125.832500', '124126.292500', '124126.752500', '124127.212500', '124127.672500', '124128.132500', '124128.592500', '124129.052500', '124129.512500', '124129.972500', '124130.432500', '124130.892500', '124131.352500', '124131.812500', '124132.272500', '124132.732500', '124133.192500', '124133.652500', '124134.112500', '124134.572500', '124135.032500', '124135.492500', '124135.952500', '124136.412500', '124136.872500', '124137.332500', '124137.792500', '124138.252500', '124138.712500', '124139.172500', '124139.632500', '124140.092500', '124140.552500', '124141.012500', '124141.472500', '124141.932500', '124142.392500', '124142.852500', '124143.312500', '124143.772500', '124144.232500', '124144.692500', '124145.152500', '124145.612500', '124146.072500', '124146.532500', '124146.992500', '124147.452500', '124147.912500', '124148.372500', '124148.832500', '124149.292500', '124149.752500', '124150.212500', '124150.672500', '124151.132500', '124151.592500', '124152.052500', '124152.512500', '124152.972500', '124153.432500', '124153.892500', '124154.352500', '124154.812500', '124155.272500', '124155.732500', '124156.192500', '124156.652500', '124157.112500', '124157.572500', '124158.032500', '124158.492500', '124158.952500', '124159.412500', '124159.872500', '124200.332500', '124200.792500', '124201.252500', '124201.712500', '124202.172500', '124202.632500', '124203.092500', '124203.552500', '124204.012500', '124204.472500', '124204.932500', '124205.392500', '124205.852500', '124206.312500', '124206.772500', '124207.232500', '124207.692500', '124208.152500', '124208.612500', '124209.072500', '124209.532500', '124209.992500', '124210.452500', '124210.912500', '124211.372500', '124211.832500', '124212.292500', '124212.752500', '124213.212500', '124213.672500', '124214.132500', '124214.592500', '124215.052500', '124215.512500', '124215.972500', '124216.432500', '124216.892500', '124217.352500', '124217.812500', '124218.272500', '124218.732500', '124219.192500', '124219.652500', '124220.112500', '124220.572500', '124221.032500', '124221.492500', '124221.952500', '124222.412500', '124222.872500', '124223.332500', '124223.792500', '124224.252500', '124224.712500', '124225.172500', '124225.632500', '124226.092500', '124226.552500', '124227.012500', '124227.472500', '124227.932500', '124228.392500', '124228.852500', '124229.312500', '124229.772500', '124230.232500', '124230.692500', '124231.152500', '124231.612500', '124232.072500', '124232.532500', '124232.992500', '124233.452500', '124233.912500', '124234.372500', '124234.832500', '124235.292500', '124235.752500', '124236.212500', '124236.672500', '124237.132500', '124237.592500', '124238.052500', '124238.512500', '124238.972500', '124239.432500', '124239.892500', '124240.352500', '124240.812500', '124241.272500', '124241.732500', '124242.192500', '124242.652500', '124243.112500', '124243.572500', '124244.032500', '124244.492500', '124244.952500', '124245.412500', '124245.872500', '124246.332500', '124246.792500', '124247.252500', '124247.712500', '124248.172500', '124248.632500', '124249.092500', '124249.552500', '124250.012500', '124250.472500', '124250.932500', '124251.392500', '124251.852500', '124252.312500', '124252.772500', '124253.232500', '124253.692500', '124254.152500', '124254.612500', '124255.072500', '124255.532500', '124255.992500', '124256.452500', '124256.912500', '124257.372500', '124257.832500', '124258.292500', '124258.752500', '124259.212500', '124259.672500', '124300.132500', '124300.592500', '124301.052500', '124301.512500', '124301.972500', '124302.432500', '124302.892500', '124303.352500', '124303.812500', '124304.272500', '124304.732500', '124305.192500', '124305.652500', '124306.112500', '124306.572500', '124307.032500', '124307.492500', '124307.952500', '124308.412500', '124308.872500', '124309.332500', '124309.792500', '124310.252500', '124310.712500', '124311.172500', '124311.632500', '124312.092500', '124312.552500', '124313.012500', '124313.472500', '124313.932500', '124314.392500', '124314.852500', '124315.312500', '124315.772500', '124316.232500', '124316.692500', '124317.152500', '124317.612500', '124318.072500', '124318.532500', '124318.992500', '124319.452500', '124319.912500', '124320.372500', '124320.832500', '124321.292500', '124321.752500', '124322.212500', '124322.672500', '124323.132500', '124323.592500', '124324.052500', '124324.512500', '124324.972500', '124325.432500', '124325.892500', '124326.352500', '124326.812500', '124327.272500', '124327.732500', '124328.192500', '124328.652500', '124329.112500', '124329.572500', '124330.032500', '124330.492500', '124330.952500', '124331.412500', '124331.872500', '124332.332500', '124332.792500', '124333.252500', '124333.712500', '124334.172500', '124334.632500', '124335.092500', '124335.552500', '124336.012500', '124336.472500', '124336.932500', '124337.392500', '124337.852500', '124338.312500', '124338.772500', '124339.232500', '124339.692500', '124340.152500', '124340.612500', '124341.072500', '124341.532500', '124341.992500', '124342.452500', '124342.912500', '124343.372500', '124343.832500', '124344.292500', '124344.752500', '124345.212500', '124345.672500', '124346.132500', '124346.592500', '124347.052500', '124347.512500', '124347.972500', '124348.432500', '124348.892500', '124349.352500', '124349.812500', '124350.272500', '124350.732500', '124351.192500', '124351.652500', '124352.112500', '124352.572500', '124353.032500', '124353.492500', '124353.952500', '124354.412500', '124354.872500', '124355.332500', '124355.792500', '124356.252500', '124356.712500', '124357.172500', '124357.632500', '124358.092500', '124358.552500', '124359.012500', '124359.472500', '124359.932500', '124400.392500', '124400.852500', '124401.312500', '124401.772500', '124402.232500', '124402.692500', '124403.152500', '124403.612500', '124404.072500', '124404.532500', '124404.992500', '124405.452500', '124405.912500', '124406.372500', '124406.832500', '124407.292500', '124407.752500', '124408.212500', '124408.672500', '124409.132500', '124409.592500', '124410.052500', '124410.512500', '124410.972500', '124411.432500', '124411.892500', '124412.352500', '124412.812500', '124413.272500', '124413.732500', '124414.192500', '124414.652500', '124415.112500', '124415.572500', '124416.032500', '124416.492500', '124416.952500', '124417.412500', '124417.872500', '124418.332500', '124418.792500', '124419.252500', '124419.712500', '124420.172500', '124420.632500', '124421.092500', '124421.552500', '124422.012500', '124422.472500', '124422.932500', '124423.392500', '124423.852500', '124424.312500', '124424.772500', '124425.232500', '124425.692500', '124426.152500', '124426.612500', '124427.072500', '124427.532500', '124427.992500', '124428.452500', '124428.912500', '124429.372500', '124429.832500', '124430.292500', '124430.752500', '124431.212500', '124431.672500', '124432.132500', '124432.592500', '124433.052500', '124433.512500', '124433.972500', '124434.432500', '124434.892500', '124435.352500', '124435.812500', '124436.272500', '124436.732500', '124437.192500', '124437.652500', '124438.112500', '124438.572500', '124439.032500', '124439.492500', '124439.952500', '124440.412500', '124440.872500', '124441.332500', '124441.792500', '124442.252500', '124442.712500', '124443.172500', '124443.632500', '124444.092500', '124444.552500', '124445.012500', '124445.472500', '124445.932500', '124446.392500', '124446.852500', '124447.312500', '124447.772500', '124448.232500', '124448.692500', '124449.152500', '124449.612500', '124450.072500', '124450.532500', '124450.992500', '124451.452500', '124451.912500', '124452.372500', '124452.832500', '124453.292500', '124453.752500', '124454.212500', '124454.672500', '124455.132500', '124455.592500', '124456.052500', '124456.512500', '124456.972500', '124457.432500', '124457.892500', '124458.352500', '124458.812500', '124459.272500', '124459.732500', '124500.192500', '124500.652500', '124501.112500', '124501.572500', '124502.032500', '124502.492500', '124502.952500', '124503.412500', '124503.872500', '124504.332500', '124504.792500', '124505.252500', '124505.712500', '124506.172500', '124506.632500', '124507.092500', '124507.552500', '124508.012500', '124508.472500', '124508.932500', '124509.392500', '124509.852500', '124510.312500', '124510.772500', '124511.232500', '124511.692500', '124512.152500', '124512.612500', '124513.072500', '124513.532500', '124513.992500', '124514.452500', '124514.912500', '124515.372500', '124515.832500', '124516.292500', '124516.752500', '124517.212500', '124517.672500', '124518.132500', '124518.592500', '124519.052500', '124519.512500', '124519.972500', '124520.432500', '124520.892500', '124521.352500', '124521.812500', '124522.272500', '124522.732500', '124523.192500', '124523.652500', '124524.112500', '124524.572500', '124525.032500', '124525.492500', '124525.952500', '124526.412500', '124526.872500', '124527.332500', '124527.792500', '124528.252500', '124528.712500', '124529.172500', '124529.632500', '124530.092500', '124530.552500', '124531.012500', '124531.472500', '124531.932500', '124532.392500', '124532.852500', '124533.312500', '124533.772500', '124534.232500', '124534.692500', '124535.152500', '124535.612500', '124536.072500', '124536.532500', '124536.992500', '124537.452500', '124537.912500', '124538.372500', '124538.832500', '124539.292500', '124539.752500', '124540.212500', '124540.672500', '124541.132500', '124541.592500', '124542.052500', '124542.512500', '124542.972500', '124543.432500', '124543.892500', '124544.352500', '124544.812500', '124545.272500', '124545.732500', '124546.192500', '124546.652500', '124547.112500', '124547.572500', '124548.032500', '124548.492500', '124548.952500', '124549.412500', '124549.872500', '124550.332500', '124550.792500', '124551.252500', '124551.712500', '124552.172500', '124552.632500', '124553.092500', '124553.552500', '124554.012500', '124554.472500', '124554.932500', '124555.392500', '124555.852500', '124556.312500', '124556.772500', '124557.232500', '124557.692500', '124558.152500', '124558.612500', '124559.072500', '124559.532500', '124559.992500', '124600.452500', '124600.912500', '124601.372500', '124601.832500', '124602.292500', '124602.752500', '124603.212500', '124603.672500', '124604.132500', '124604.592500', '124605.052500', '124605.512500', '124605.972500', '124606.432500', '124606.892500', '124607.352500', '124607.812500', '124608.272500', '124608.732500', '124609.192500', '124609.652500', '124610.112500', '124610.572500', '124611.032500', '124611.492500', '124611.952500', '124612.412500', '124612.872500', '124613.332500', '124613.792500', '124614.252500', '124614.712500', '124615.172500', '124615.632500', '124616.092500', '124616.552500', '124617.012500', '124617.472500', '124617.932500', '124618.392500', '124618.852500', '124619.312500', '124619.772500', '124620.232500', '124620.692500', '124621.152500', '124621.612500', '124622.072500', '124622.532500', '124622.992500', '124623.452500', '124623.912500', '124624.372500', '124624.832500', '124625.292500', '124625.752500', '124626.212500', '124626.672500', '124627.132500', '124627.592500', '124628.052500', '124628.512500', '124628.972500', '124629.432500', '124629.892500', '124630.352500', '124630.812500', '124631.272500', '124631.732500', '124632.192500', '124632.652500', '124633.112500', '124633.572500', '124634.032500', '124634.492500', '124634.952500', '124635.412500', '124635.872500', '124636.332500', '124636.792500', '124637.252500', '124637.712500', '124638.172500', '124638.632500', '124639.092500', '124639.552500', '124640.012500', '124640.472500', '124640.932500', '124641.392500', '124641.852500', '124642.312500', '124642.772500', '124643.232500', '124643.692500', '124644.152500', '124644.612500', '124645.072500', '124645.532500', '124645.992500', '124646.452500', '124646.912500', '124647.372500', '124647.832500', '124648.292500', '124648.752500', '124649.212500', '124649.672500', '124650.132500', '124650.592500', '124651.052500', '124651.512500', '124651.972500', '124652.432500', '124652.892500', '124653.352500', '124653.812500', '124654.272500', '124654.732500', '124655.192500', '124655.652500', '124656.112500', '124656.572500', '124657.032500', '124657.492500', '124657.952500', '124658.412500', '124658.872500', '124659.332500', '124659.792500', '124700.252500', '124700.712500', '124701.172500', '124701.632500', '124702.092500', '124702.552500', '124703.012500', '124703.472500', '124703.932500', '124704.392500', '124704.852500', '124705.312500', '124705.772500', '124706.232500', '124706.692500', '124707.152500', '124707.612500', '124708.072500', '124708.532500', '124708.992500', '124709.452500', '124709.912500', '124710.372500', '124710.832500', '124711.292500', '124711.752500', '124712.212500', '124712.672500', '124713.132500', '124713.592500', '124714.052500', '124714.512500', '124714.972500', '124715.432500', '124715.892500', '124716.352500', '124716.812500', '124717.272500', '124717.732500', '124718.192500', '124718.652500', '124719.112500', '124719.572500', '124720.032500', '124720.492500', '124720.952500', '124721.412500', '124721.872500', '124722.332500', '124722.792500', '124723.252500', '124723.712500', '124724.172500', '124724.632500', '124725.092500', '124725.552500'], 'ContentTime': ['123754.331000', '123754.335000', '123754.338000', '123754.341000', '123754.343000', '123754.346000', '123754.349000', '123754.355000', '123754.358000', '123754.361000', '123754.364000', '123754.366000', '123754.369000', '123754.372000', '123754.375000', '123754.378000', '123754.381000', '123754.383000', '123754.386000', '123754.389000', '123754.392000', '123754.395000', '123754.402000', '123754.405000', '123754.407000', '123754.410000', '123754.413000', '123754.416000', '123754.419000', '123754.422000', '123754.424000', '123754.427000', '123754.430000', '123754.433000', '123754.436000', '123754.438000', '123754.441000', '123754.444000', '123754.447000', '123754.450000', '123754.452000', '123754.455000', '123754.458000', '123754.461000', '123754.464000', '123754.467000', '123754.469000', '123754.472000', '123754.475000', '123754.478000', '123754.480000', '123754.483000', '123754.486000', '123814.295000', '123814.298000', '123814.301000', '123814.303000', '123814.306000', '123814.309000', '123814.312000', '123814.315000', '123814.317000', '123814.320000', '123814.323000', '123814.326000', '123814.329000', '123814.331000', '123814.336000', '123814.339000', '123814.342000', '123814.345000', '123814.347000', '123814.350000', '123814.353000', '123814.356000', '123814.358000', '123814.361000', '123814.364000', '123814.367000', '123814.369000', '123814.372000', '123814.375000', '123814.378000', '123814.381000', '123814.383000', '123814.386000', '123814.389000', '123814.392000', '123814.395000', '123814.398000', '123814.400000', '123814.403000', '123814.406000', '123814.409000', '123814.412000', '123814.414000', '123814.417000', '123834.296000', '123834.307000', '123834.310000', '123834.313000', '123834.316000', '123834.319000', '123834.321000', '123834.324000', '123834.327000', '123834.330000', '123834.333000', '123834.336000', '123834.338000', '123834.341000', '123834.344000', '123834.347000', '123834.351000', '123834.354000', '123834.357000', '123834.360000', '123834.362000', '123834.365000', '123834.368000', '123834.371000', '123834.374000', '123834.376000', '123834.379000', '123834.382000', '123834.394000', '123834.396000', '123834.399000', '123834.402000', '123834.405000', '123834.408000', '123834.411000', '123834.416000', '123834.419000', '123834.423000', '123834.425000', '123834.428000', '123834.431000', '123834.434000', '123834.437000', '123854.296000', '123854.299000', '123854.302000', '123854.304000', '123854.307000', '123854.310000', '123854.313000', '123854.316000', '123854.319000', '123854.322000', '123854.324000', '123854.327000', '123854.330000', '123854.333000', '123854.335000', '123854.338000', '123854.341000', '123854.344000', '123854.347000', '123854.350000', '123854.352000', '123854.355000', '123854.358000', '123854.361000', '123854.364000', '123854.366000', '123854.369000', '123854.372000', '123854.377000', '123854.380000', '123854.382000', '123854.385000', '123854.388000', '123854.391000', '123854.393000', '123854.396000', '123854.399000', '123854.402000', '123854.405000', '123854.408000', '123854.410000', '123854.413000', '123854.416000', '123854.419000', '123914.296000', '123914.299000', '123914.302000', '123914.304000', '123914.307000', '123914.310000', '123914.313000', '123914.316000', '123914.319000', '123914.321000', '123914.324000', '123914.327000', '123914.330000', '123914.333000', '123914.336000', '123914.339000', '123914.341000', '123914.344000', '123914.347000', '123914.350000', '123914.353000', '123914.355000', '123914.358000', '123914.361000', '123914.364000', '123914.366000', '123914.369000', '123914.372000', '123914.375000', '123914.378000', '123914.381000', '123914.383000', '123914.386000', '123914.389000', '123914.392000', '123914.395000', '123914.397000', '123914.400000', '123914.403000', '123914.406000', '123914.409000', '123914.411000', '123914.414000', '123934.295000', '123934.298000', '123934.301000', '123934.309000', '123934.312000', '123934.315000', '123934.317000', '123934.320000', '123934.323000', '123934.326000', '123934.329000', '123934.332000', '123934.334000', '123934.337000', '123934.340000', '123934.343000', '123934.346000', '123934.348000', '123934.351000', '123934.354000', '123934.357000', '123934.360000', '123934.362000', '123934.365000', '123934.368000', '123934.371000', '123934.381000', '123934.384000', '123934.387000', '123934.389000', '123934.392000', '123934.395000', '123934.398000', '123934.401000', '123934.403000', '123934.406000', '123934.409000', '123934.412000', '123934.414000', '123934.417000', '123934.420000', '123934.423000', '123934.426000', '123934.429000', '123954.295000', '123954.298000', '123954.301000', '123954.304000', '123954.306000', '123954.309000', '123954.312000', '123954.315000', '123954.318000', '123954.321000', '123954.323000', '123954.326000', '123954.329000', '123954.332000', '123954.335000', '123954.337000', '123954.340000', '123954.343000', '123954.346000', '123954.349000', '123954.352000', '123954.354000', '123954.357000', '123954.360000', '123954.363000', '123954.366000', '123954.369000', '123954.371000', '123954.374000', '123954.377000', '123954.380000', '123954.383000', '123954.385000', '123954.389000', '123954.392000', '123954.395000', '123954.398000', '123954.401000', '123954.403000', '123954.406000', '123954.420000', '123954.423000', '123954.425000', '124014.295000', '124014.298000', '124014.308000', '124014.311000', '124014.314000', '124014.317000', '124014.320000', '124014.322000', '124014.325000', '124014.328000', '124014.331000', '124014.334000', '124014.337000', '124014.339000', '124014.342000', '124014.345000', '124014.348000', '124014.351000', '124014.354000', '124014.356000', '124014.359000', '124014.362000', '124014.365000', '124014.368000', '124014.371000', '124014.373000', '124014.376000', '124014.379000', '124014.382000', '124014.385000', '124014.388000', '124014.390000', '124014.393000', '124014.396000', '124014.399000', '124014.402000', '124014.404000', '124014.414000', '124014.417000', '124014.420000', '124014.423000', '124014.426000', '124014.429000', '124014.431000', '124034.295000', '124034.298000', '124034.301000', '124034.303000', '124034.306000', '124034.309000', '124034.312000', '124034.315000', '124034.318000', '124034.320000', '124034.323000', '124034.326000', '124034.329000', '124034.332000', '124034.335000', '124034.337000', '124034.340000', '124034.343000', '124034.346000', '124034.349000', '124034.352000', '124034.354000', '124034.357000', '124034.360000', '124034.363000', '124034.366000', '124034.368000', '124034.371000', '124034.374000', '124034.377000', '124034.380000', '124034.383000', '124034.386000', '124034.388000', '124034.391000', '124034.394000', '124034.397000', '124034.400000', '124034.402000', '124034.405000', '124034.408000', '124034.411000', '124034.414000', '124054.296000', '124054.299000', '124054.302000', '124054.305000', '124054.307000', '124054.310000', '124054.313000', '124054.316000', '124054.319000', '124054.322000', '124054.324000', '124054.327000', '124054.330000', '124054.333000', '124054.336000', '124054.338000', '124054.341000', '124054.344000', '124054.347000', '124054.350000', '124054.353000', '124054.355000', '124054.358000', '124054.361000', '124054.364000', '124054.367000', '124054.370000', '124054.372000', '124054.375000', '124054.378000', '124054.381000', '124054.384000', '124054.386000', '124054.389000', '124054.392000', '124054.395000', '124054.400000', '124054.403000', '124054.406000', '124054.408000', '124054.411000', '124054.414000', '124054.417000', '124054.420000', '124114.296000', '124114.299000', '124114.301000', '124114.305000', '124114.307000', '124114.310000', '124114.313000', '124114.321000', '124114.324000', '124114.327000', '124114.329000', '124114.332000', '124114.335000', '124114.338000', '124114.341000', '124114.344000', '124114.347000', '124114.349000', '124114.352000', '124114.355000', '124114.358000', '124114.361000', '124114.363000', '124114.366000', '124114.369000', '124114.372000', '124114.375000', '124114.378000', '124114.380000', '124114.383000', '124114.386000', '124114.389000', '124114.392000', '124114.395000', '124114.397000', '124114.400000', '124114.403000', '124114.406000', '124114.409000', '124114.411000', '124114.414000', '124114.417000', '124114.420000', '124134.296000', '124134.309000', '124134.312000', '124134.315000', '124134.318000', '124134.320000', '124134.323000', '124134.326000', '124134.329000', '124134.332000', '124134.334000', '124134.337000', '124134.340000', '124134.343000', '124134.346000', '124134.348000', '124134.351000', '124134.354000', '124134.357000', '124134.360000', '124134.363000', '124134.365000', '124134.380000', '124134.383000', '124134.386000', '124134.388000', '124134.391000', '124134.394000', '124134.397000', '124134.400000', '124134.402000', '124134.405000', '124134.408000', '124134.411000', '124134.414000', '124134.416000', '124134.419000', '124134.422000', '124134.425000', '124134.428000', '124134.431000', '124134.433000', '124134.436000', '124154.295000', '124154.298000', '124154.301000', '124154.304000', '124154.306000', '124154.309000', '124154.312000', '124154.319000', '124154.322000', '124154.324000', '124154.327000', '124154.330000', '124154.333000', '124154.336000', '124154.338000', '124154.341000', '124154.344000', '124154.347000', '124154.350000', '124154.353000', '124154.355000', '124154.358000', '124154.361000', '124154.364000', '124154.367000', '124154.370000', '124154.372000', '124154.375000', '124154.378000', '124154.381000', '124154.384000', '124154.387000', '124154.389000', '124154.392000', '124154.395000', '124154.398000', '124154.401000', '124154.403000', '124154.406000', '124154.409000', '124154.412000', '124154.415000', '124154.417000', '124154.420000', '124214.295000', '124214.298000', '124214.301000', '124214.304000', '124214.306000', '124214.309000', '124214.312000', '124214.315000', '124214.318000', '124214.320000', '124214.323000', '124214.326000', '124214.329000', '124214.332000', '124214.334000', '124214.337000', '124214.340000', '124214.343000', '124214.346000', '124214.349000', '124214.351000', '124214.354000', '124214.357000', '124214.360000', '124214.363000', '124214.366000', '124214.368000', '124214.371000', '124214.374000', '124214.377000', '124214.380000', '124214.383000', '124214.385000', '124214.388000', '124214.391000', '124214.394000', '124214.397000', '124214.399000', '124214.402000', '124214.405000', '124214.408000', '124214.411000', '124214.413000', '124234.295000', '124234.298000', '124234.301000', '124234.304000', '124234.306000', '124234.309000', '124234.312000', '124234.315000', '124234.318000', '124234.321000', '124234.324000', '124234.326000', '124234.329000', '124234.332000', '124234.335000', '124234.338000', '124234.340000', '124234.343000', '124234.346000', '124234.349000', '124234.352000', '124234.355000', '124234.358000', '124234.360000', '124234.363000', '124234.366000', '124234.369000', '124234.372000', '124234.374000', '124234.377000', '124234.380000', '124234.383000', '124234.386000', '124234.389000', '124234.392000', '124234.394000', '124234.397000', '124234.400000', '124234.403000', '124234.406000', '124234.408000', '124234.411000', '124234.414000', '124234.417000', '124254.295000', '124254.298000', '124254.301000', '124254.304000', '124254.307000', '124254.309000', '124254.312000', '124254.315000', '124254.318000', '124254.321000', '124254.324000', '124254.327000', '124254.330000', '124254.333000', '124254.336000', '124254.338000', '124254.341000', '124254.344000', '124254.347000', '124254.350000', '124254.353000', '124254.355000', '124254.358000', '124254.361000', '124254.364000', '124254.367000', '124254.370000', '124254.372000', '124254.375000', '124254.378000', '124254.381000', '124254.384000', '124254.386000', '124254.389000', '124254.392000', '124254.395000', '124254.398000', '124254.400000', '124254.403000', '124254.406000', '124254.409000', '124254.412000', '124254.415000', '124314.296000', '124314.299000', '124314.302000', '124314.305000', '124314.308000', '124314.311000', '124314.313000', '124314.316000', '124314.319000', '124314.322000', '124314.325000', '124314.327000', '124314.330000', '124314.333000', '124314.336000', '124314.339000', '124314.342000', '124314.344000', '124314.347000', '124314.350000', '124314.353000', '124314.356000', '124314.359000', '124314.361000', '124314.364000', '124314.367000', '124314.370000', '124314.373000', '124314.375000', '124314.378000', '124314.381000', '124314.384000', '124314.387000', '124314.390000', '124314.393000', '124314.395000', '124314.398000', '124314.401000', '124314.404000', '124314.406000', '124314.409000', '124314.412000', '124314.415000', '124314.418000', '124334.296000', '124334.299000', '124334.302000', '124334.305000', '124334.308000', '124334.310000', '124334.313000', '124334.316000', '124334.319000', '124334.322000', '124334.325000', '124334.328000', '124334.332000', '124334.335000', '124334.338000', '124334.341000', '124334.344000', '124334.347000', '124334.350000', '124334.353000', '124334.355000', '124334.360000', '124334.363000', '124334.365000', '124334.368000', '124334.371000', '124334.374000', '124334.377000', '124334.380000', '124334.383000', '124334.385000', '124334.388000', '124334.391000', '124334.394000', '124334.397000', '124334.400000', '124334.402000', '124334.405000', '124334.408000', '124334.411000', '124334.414000', '124334.416000', '124334.419000', '124354.296000', '124354.299000', '124354.302000', '124354.305000', '124354.317000', '124354.320000', '124354.323000', '124354.326000', '124354.329000', '124354.331000', '124354.334000', '124354.337000', '124354.340000', '124354.343000', '124354.345000', '124354.348000', '124354.351000', '124354.354000', '124354.357000', '124354.360000', '124354.362000', '124354.365000', '124354.368000', '124354.371000', '124354.374000', '124354.376000', '124354.379000', '124354.382000', '124354.385000', '124354.388000', '124354.391000', '124354.393000', '124354.396000', '124354.399000', '124354.402000', '124354.405000', '124354.407000', '124354.410000', '124354.413000', '124354.416000', '124354.419000', '124354.421000', '124354.424000', '124354.427000', '124414.295000', '124414.298000', '124414.301000', '124414.304000', '124414.307000', '124414.309000', '124414.312000', '124414.315000', '124414.318000', '124414.321000', '124414.324000', '124414.326000', '124414.329000', '124414.332000', '124414.335000', '124414.338000', '124414.340000', '124414.343000', '124414.346000', '124414.349000', '124414.352000', '124414.355000', '124414.358000', '124414.360000', '124414.364000', '124414.366000', '124414.369000', '124414.372000', '124414.375000', '124414.378000', '124414.381000', '124414.383000', '124414.386000', '124414.389000', '124414.392000', '124414.395000', '124414.398000', '124414.401000', '124414.403000', '124414.406000', '124414.409000', '124414.412000', '124414.415000', '124434.295000', '124434.298000', '124434.301000', '124434.311000', '124434.314000', '124434.317000', '124434.319000', '124434.322000', '124434.325000', '124434.328000', '124434.331000', '124434.334000', '124434.337000', '124434.339000', '124434.342000', '124434.345000', '124434.348000', '124434.351000', '124434.353000', '124434.356000', '124434.359000', '124434.362000', '124434.365000', '124434.368000', '124434.370000', '124434.373000', '124434.376000', '124434.379000', '124434.382000', '124434.385000', '124434.387000', '124434.390000', '124434.393000', '124434.396000', '124434.399000', '124434.402000', '124434.404000', '124434.407000', '124434.410000', '124434.413000', '124434.416000', '124434.419000', '124434.421000', '124434.424000', '124454.295000', '124454.298000', '124454.302000', '124454.305000', '124454.308000', '124454.311000', '124454.314000', '124454.317000', '124454.320000', '124454.323000', '124454.325000', '124454.328000', '124454.331000', '124454.334000', '124454.337000', '124454.340000', '124454.342000', '124454.345000', '124454.348000', '124454.351000', '124454.354000', '124454.357000', '124454.360000', '124454.363000', '124454.365000', '124454.368000', '124454.371000', '124454.374000', '124454.377000', '124454.380000', '124454.383000', '124454.386000', '124454.389000', '124454.392000', '124454.394000', '124454.397000', '124454.400000', '124454.403000', '124454.406000', '124454.409000', '124454.411000', '124454.414000', '124454.417000', '124514.295000', '124514.298000', '124514.306000', '124514.309000', '124514.312000', '124514.315000', '124514.318000', '124514.320000', '124514.323000', '124514.326000', '124514.329000', '124514.332000', '124514.334000', '124514.337000', '124514.340000', '124514.343000', '124514.346000', '124514.348000', '124514.351000', '124514.354000', '124514.357000', '124514.360000', '124514.363000', '124514.366000', '124514.368000', '124514.371000', '124514.374000', '124514.377000', '124514.380000', '124514.383000', '124514.386000', '124514.388000', '124514.391000', '124514.394000', '124514.397000', '124514.400000', '124514.402000', '124514.405000', '124514.408000', '124514.411000', '124514.414000', '124514.417000', '124514.420000', '124514.422000', '124534.296000', '124534.299000', '124534.302000', '124534.304000', '124534.308000', '124534.310000', '124534.313000', '124534.316000', '124534.319000', '124534.322000', '124534.324000', '124534.327000', '124534.330000', '124534.333000', '124534.336000', '124534.339000', '124534.342000', '124534.344000', '124534.347000', '124534.350000', '124534.353000', '124534.355000', '124534.358000', '124534.361000', '124534.364000', '124534.367000', '124534.370000', '124534.373000', '124534.376000', '124534.379000', '124534.381000', '124534.384000', '124534.387000', '124534.390000', '124534.393000', '124534.396000', '124534.398000', '124534.401000', '124534.404000', '124534.407000', '124534.410000', '124534.412000', '124534.415000', '124554.296000', '124554.299000', '124554.302000', '124554.305000', '124554.307000', '124554.310000', '124554.313000', '124554.316000', '124554.319000', '124554.322000', '124554.324000', '124554.327000', '124554.330000', '124554.333000', '124554.336000', '124554.339000', '124554.341000', '124554.344000', '124554.347000', '124554.350000', '124554.353000', '124554.356000', '124554.358000', '124554.361000', '124554.364000', '124554.367000', '124554.370000', '124554.373000', '124554.375000', '124554.378000', '124554.381000', '124554.384000', '124554.387000', '124554.390000', '124554.392000', '124554.395000', '124554.398000', '124554.401000', '124554.404000', '124554.407000', '124554.409000', '124554.412000', '124554.415000', '124554.418000', '124614.296000', '124614.299000', '124614.302000', '124614.310000', '124614.313000', '124614.316000', '124614.319000', '124614.321000', '124614.324000', '124614.327000', '124614.330000', '124614.333000', '124614.336000', '124614.340000', '124614.343000', '124614.346000', '124614.349000', '124614.351000', '124614.354000', '124614.357000', '124614.360000', '124614.363000', '124614.366000', '124614.369000', '124614.372000', '124614.374000', '124614.377000', '124614.380000', '124614.383000', '124614.386000', '124614.388000', '124614.391000', '124614.394000', '124614.397000', '124614.401000', '124614.405000', '124614.407000', '124614.411000', '124614.414000', '124614.416000', '124614.419000', '124614.422000', '124614.425000', '124634.295000', '124634.298000', '124634.301000', '124634.304000', '124634.307000', '124634.310000', '124634.313000', '124634.316000', '124634.319000', '124634.322000', '124634.325000', '124634.328000', '124634.331000', '124634.333000', '124634.336000', '124634.339000', '124634.342000', '124634.345000', '124634.348000', '124634.351000', '124634.354000', '124634.356000', '124634.359000', '124634.362000', '124634.365000', '124634.368000', '124634.371000', '124634.374000', '124634.377000', '124634.379000', '124634.382000', '124634.385000', '124634.388000', '124634.390000', '124634.393000', '124634.396000', '124634.399000', '124634.402000', '124634.405000', '124634.408000', '124634.410000', '124634.413000', '124634.416000', '124634.419000', '124654.295000', '124654.298000', '124654.301000', '124654.304000', '124654.307000', '124654.309000', '124654.312000', '124654.315000', '124654.318000', '124654.321000', '124654.324000', '124654.326000', '124654.329000', '124654.332000', '124654.335000', '124654.338000', '124654.341000', '124654.343000', '124654.346000', '124654.349000', '124654.352000', '124654.355000', '124654.358000', '124654.361000', '124654.363000', '124654.366000', '124654.369000', '124654.372000', '124654.375000', '124654.377000', '124654.380000', '124654.383000', '124654.386000', '124654.389000', '124654.392000', '124654.394000', '124654.407000', '124654.409000', '124654.412000', '124654.415000', '124654.418000', '124654.421000', '124654.424000', '124714.295000', '124714.298000', '124714.301000', '124714.304000', '124714.306000', '124714.309000', '124714.312000', '124714.315000', '124714.318000', '124714.321000', '124714.323000', '124714.326000', '124714.329000', '124714.332000', '124714.335000', '124714.338000', '124714.340000', '124714.343000', '124714.346000', '124714.349000', '124714.352000', '124714.355000', '124714.358000', '124714.360000', '124714.363000', '124714.366000', '124714.369000', '124714.372000', '124714.375000', '124714.377000', '124714.380000', '124714.383000', '124714.386000', '124714.389000', '124714.392000', '124714.394000', '124714.397000', '124714.400000', '124714.403000', '124714.406000', '124714.409000', '124714.411000', '124714.414000', '124714.417000', '124726.690000', '124726.694000', '124726.697000', '124726.700000', '124726.703000', '124726.706000', '124726.710000', '124726.713000', '124726.716000', '124726.719000', '124726.722000', '124726.725000', '124726.728000', '124726.730000', '124726.733000', '124726.736000', '124726.739000', '124726.743000', '124726.745000', '124726.748000', '124726.751000', '124726.754000', '124726.757000', '124726.760000', '124726.763000', '124726.766000', '124726.769000'], 'InstanceCreationTime': ['123754.331000', '123754.335000', '123754.338000', '123754.341000', '123754.343000', '123754.346000', '123754.349000', '123754.355000', '123754.358000', '123754.361000', '123754.364000', '123754.366000', '123754.369000', '123754.372000', '123754.375000', '123754.378000', '123754.381000', '123754.383000', '123754.386000', '123754.389000', '123754.392000', '123754.395000', '123754.402000', '123754.405000', '123754.407000', '123754.410000', '123754.413000', '123754.416000', '123754.419000', '123754.422000', '123754.424000', '123754.427000', '123754.430000', '123754.433000', '123754.436000', '123754.438000', '123754.441000', '123754.444000', '123754.447000', '123754.450000', '123754.452000', '123754.455000', '123754.458000', '123754.461000', '123754.464000', '123754.467000', '123754.469000', '123754.472000', '123754.475000', '123754.478000', '123754.480000', '123754.483000', '123754.486000', '123814.295000', '123814.298000', '123814.301000', '123814.303000', '123814.306000', '123814.309000', '123814.312000', '123814.315000', '123814.317000', '123814.320000', '123814.323000', '123814.326000', '123814.329000', '123814.331000', '123814.336000', '123814.339000', '123814.342000', '123814.345000', '123814.347000', '123814.350000', '123814.353000', '123814.356000', '123814.358000', '123814.361000', '123814.364000', '123814.367000', '123814.369000', '123814.372000', '123814.375000', '123814.378000', '123814.381000', '123814.383000', '123814.386000', '123814.389000', '123814.392000', '123814.395000', '123814.398000', '123814.400000', '123814.403000', '123814.406000', '123814.409000', '123814.412000', '123814.414000', '123814.417000', '123834.296000', '123834.307000', '123834.310000', '123834.313000', '123834.316000', '123834.319000', '123834.321000', '123834.324000', '123834.327000', '123834.330000', '123834.333000', '123834.336000', '123834.338000', '123834.341000', '123834.344000', '123834.347000', '123834.351000', '123834.354000', '123834.357000', '123834.360000', '123834.362000', '123834.365000', '123834.368000', '123834.371000', '123834.374000', '123834.376000', '123834.379000', '123834.382000', '123834.394000', '123834.396000', '123834.399000', '123834.402000', '123834.405000', '123834.408000', '123834.411000', '123834.416000', '123834.419000', '123834.423000', '123834.425000', '123834.428000', '123834.431000', '123834.434000', '123834.437000', '123854.296000', '123854.299000', '123854.302000', '123854.304000', '123854.307000', '123854.310000', '123854.313000', '123854.316000', '123854.319000', '123854.322000', '123854.324000', '123854.327000', '123854.330000', '123854.333000', '123854.335000', '123854.338000', '123854.341000', '123854.344000', '123854.347000', '123854.350000', '123854.352000', '123854.355000', '123854.358000', '123854.361000', '123854.364000', '123854.366000', '123854.369000', '123854.372000', '123854.377000', '123854.380000', '123854.382000', '123854.385000', '123854.388000', '123854.391000', '123854.393000', '123854.396000', '123854.399000', '123854.402000', '123854.405000', '123854.408000', '123854.410000', '123854.413000', '123854.416000', '123854.419000', '123914.296000', '123914.299000', '123914.302000', '123914.304000', '123914.307000', '123914.310000', '123914.313000', '123914.316000', '123914.319000', '123914.321000', '123914.324000', '123914.327000', '123914.330000', '123914.333000', '123914.336000', '123914.339000', '123914.341000', '123914.344000', '123914.347000', '123914.350000', '123914.353000', '123914.355000', '123914.358000', '123914.361000', '123914.364000', '123914.366000', '123914.369000', '123914.372000', '123914.375000', '123914.378000', '123914.381000', '123914.383000', '123914.386000', '123914.389000', '123914.392000', '123914.395000', '123914.397000', '123914.400000', '123914.403000', '123914.406000', '123914.409000', '123914.411000', '123914.414000', '123934.295000', '123934.298000', '123934.301000', '123934.309000', '123934.312000', '123934.315000', '123934.317000', '123934.320000', '123934.323000', '123934.326000', '123934.329000', '123934.332000', '123934.334000', '123934.337000', '123934.340000', '123934.343000', '123934.346000', '123934.348000', '123934.351000', '123934.354000', '123934.357000', '123934.360000', '123934.362000', '123934.365000', '123934.368000', '123934.371000', '123934.381000', '123934.384000', '123934.387000', '123934.389000', '123934.392000', '123934.395000', '123934.398000', '123934.401000', '123934.403000', '123934.406000', '123934.409000', '123934.412000', '123934.414000', '123934.417000', '123934.420000', '123934.423000', '123934.426000', '123934.429000', '123954.295000', '123954.298000', '123954.301000', '123954.304000', '123954.306000', '123954.309000', '123954.312000', '123954.315000', '123954.318000', '123954.321000', '123954.323000', '123954.326000', '123954.329000', '123954.332000', '123954.335000', '123954.337000', '123954.340000', '123954.343000', '123954.346000', '123954.349000', '123954.352000', '123954.354000', '123954.357000', '123954.360000', '123954.363000', '123954.366000', '123954.369000', '123954.371000', '123954.374000', '123954.377000', '123954.380000', '123954.383000', '123954.385000', '123954.389000', '123954.392000', '123954.395000', '123954.398000', '123954.401000', '123954.403000', '123954.406000', '123954.420000', '123954.423000', '123954.425000', '124014.295000', '124014.298000', '124014.308000', '124014.311000', '124014.314000', '124014.317000', '124014.320000', '124014.322000', '124014.325000', '124014.328000', '124014.331000', '124014.334000', '124014.337000', '124014.339000', '124014.342000', '124014.345000', '124014.348000', '124014.351000', '124014.354000', '124014.356000', '124014.359000', '124014.362000', '124014.365000', '124014.368000', '124014.371000', '124014.373000', '124014.376000', '124014.379000', '124014.382000', '124014.385000', '124014.388000', '124014.390000', '124014.393000', '124014.396000', '124014.399000', '124014.402000', '124014.404000', '124014.414000', '124014.417000', '124014.420000', '124014.423000', '124014.426000', '124014.429000', '124014.431000', '124034.295000', '124034.298000', '124034.301000', '124034.303000', '124034.306000', '124034.309000', '124034.312000', '124034.315000', '124034.318000', '124034.320000', '124034.323000', '124034.326000', '124034.329000', '124034.332000', '124034.335000', '124034.337000', '124034.340000', '124034.343000', '124034.346000', '124034.349000', '124034.352000', '124034.354000', '124034.357000', '124034.360000', '124034.363000', '124034.366000', '124034.368000', '124034.371000', '124034.374000', '124034.377000', '124034.380000', '124034.383000', '124034.386000', '124034.388000', '124034.391000', '124034.394000', '124034.397000', '124034.400000', '124034.402000', '124034.405000', '124034.408000', '124034.411000', '124034.414000', '124054.296000', '124054.299000', '124054.302000', '124054.305000', '124054.307000', '124054.310000', '124054.313000', '124054.316000', '124054.319000', '124054.322000', '124054.324000', '124054.327000', '124054.330000', '124054.333000', '124054.336000', '124054.338000', '124054.341000', '124054.344000', '124054.347000', '124054.350000', '124054.353000', '124054.355000', '124054.358000', '124054.361000', '124054.364000', '124054.367000', '124054.370000', '124054.372000', '124054.375000', '124054.378000', '124054.381000', '124054.384000', '124054.386000', '124054.389000', '124054.392000', '124054.395000', '124054.400000', '124054.403000', '124054.406000', '124054.408000', '124054.411000', '124054.414000', '124054.417000', '124054.420000', '124114.296000', '124114.299000', '124114.301000', '124114.305000', '124114.307000', '124114.310000', '124114.313000', '124114.321000', '124114.324000', '124114.327000', '124114.329000', '124114.332000', '124114.335000', '124114.338000', '124114.341000', '124114.344000', '124114.347000', '124114.349000', '124114.352000', '124114.355000', '124114.358000', '124114.361000', '124114.363000', '124114.366000', '124114.369000', '124114.372000', '124114.375000', '124114.378000', '124114.380000', '124114.383000', '124114.386000', '124114.389000', '124114.392000', '124114.395000', '124114.397000', '124114.400000', '124114.403000', '124114.406000', '124114.409000', '124114.411000', '124114.414000', '124114.417000', '124114.420000', '124134.296000', '124134.309000', '124134.312000', '124134.315000', '124134.318000', '124134.320000', '124134.323000', '124134.326000', '124134.329000', '124134.332000', '124134.334000', '124134.337000', '124134.340000', '124134.343000', '124134.346000', '124134.348000', '124134.351000', '124134.354000', '124134.357000', '124134.360000', '124134.363000', '124134.365000', '124134.380000', '124134.383000', '124134.386000', '124134.388000', '124134.391000', '124134.394000', '124134.397000', '124134.400000', '124134.402000', '124134.405000', '124134.408000', '124134.411000', '124134.414000', '124134.416000', '124134.419000', '124134.422000', '124134.425000', '124134.428000', '124134.431000', '124134.433000', '124134.436000', '124154.295000', '124154.298000', '124154.301000', '124154.304000', '124154.306000', '124154.309000', '124154.312000', '124154.319000', '124154.322000', '124154.324000', '124154.327000', '124154.330000', '124154.333000', '124154.336000', '124154.338000', '124154.341000', '124154.344000', '124154.347000', '124154.350000', '124154.353000', '124154.355000', '124154.358000', '124154.361000', '124154.364000', '124154.367000', '124154.370000', '124154.372000', '124154.375000', '124154.378000', '124154.381000', '124154.384000', '124154.387000', '124154.389000', '124154.392000', '124154.395000', '124154.398000', '124154.401000', '124154.403000', '124154.406000', '124154.409000', '124154.412000', '124154.415000', '124154.417000', '124154.420000', '124214.295000', '124214.298000', '124214.301000', '124214.304000', '124214.306000', '124214.309000', '124214.312000', '124214.315000', '124214.318000', '124214.320000', '124214.323000', '124214.326000', '124214.329000', '124214.332000', '124214.334000', '124214.337000', '124214.340000', '124214.343000', '124214.346000', '124214.349000', '124214.351000', '124214.354000', '124214.357000', '124214.360000', '124214.363000', '124214.366000', '124214.368000', '124214.371000', '124214.374000', '124214.377000', '124214.380000', '124214.383000', '124214.385000', '124214.388000', '124214.391000', '124214.394000', '124214.397000', '124214.399000', '124214.402000', '124214.405000', '124214.408000', '124214.411000', '124214.413000', '124234.295000', '124234.298000', '124234.301000', '124234.304000', '124234.306000', '124234.309000', '124234.312000', '124234.315000', '124234.318000', '124234.321000', '124234.324000', '124234.326000', '124234.329000', '124234.332000', '124234.335000', '124234.338000', '124234.340000', '124234.343000', '124234.346000', '124234.349000', '124234.352000', '124234.355000', '124234.358000', '124234.360000', '124234.363000', '124234.366000', '124234.369000', '124234.372000', '124234.374000', '124234.377000', '124234.380000', '124234.383000', '124234.386000', '124234.389000', '124234.392000', '124234.394000', '124234.397000', '124234.400000', '124234.403000', '124234.406000', '124234.408000', '124234.411000', '124234.414000', '124234.417000', '124254.295000', '124254.298000', '124254.301000', '124254.304000', '124254.307000', '124254.309000', '124254.312000', '124254.315000', '124254.318000', '124254.321000', '124254.324000', '124254.327000', '124254.330000', '124254.333000', '124254.336000', '124254.338000', '124254.341000', '124254.344000', '124254.347000', '124254.350000', '124254.353000', '124254.355000', '124254.358000', '124254.361000', '124254.364000', '124254.367000', '124254.370000', '124254.372000', '124254.375000', '124254.378000', '124254.381000', '124254.384000', '124254.386000', '124254.389000', '124254.392000', '124254.395000', '124254.398000', '124254.400000', '124254.403000', '124254.406000', '124254.409000', '124254.412000', '124254.415000', '124314.296000', '124314.299000', '124314.302000', '124314.305000', '124314.308000', '124314.311000', '124314.313000', '124314.316000', '124314.319000', '124314.322000', '124314.325000', '124314.327000', '124314.330000', '124314.333000', '124314.336000', '124314.339000', '124314.342000', '124314.344000', '124314.347000', '124314.350000', '124314.353000', '124314.356000', '124314.359000', '124314.361000', '124314.364000', '124314.367000', '124314.370000', '124314.373000', '124314.375000', '124314.378000', '124314.381000', '124314.384000', '124314.387000', '124314.390000', '124314.393000', '124314.395000', '124314.398000', '124314.401000', '124314.404000', '124314.406000', '124314.409000', '124314.412000', '124314.415000', '124314.418000', '124334.296000', '124334.299000', '124334.302000', '124334.305000', '124334.308000', '124334.310000', '124334.313000', '124334.316000', '124334.319000', '124334.322000', '124334.325000', '124334.328000', '124334.332000', '124334.335000', '124334.338000', '124334.341000', '124334.344000', '124334.347000', '124334.350000', '124334.353000', '124334.355000', '124334.360000', '124334.363000', '124334.365000', '124334.368000', '124334.371000', '124334.374000', '124334.377000', '124334.380000', '124334.383000', '124334.385000', '124334.388000', '124334.391000', '124334.394000', '124334.397000', '124334.400000', '124334.402000', '124334.405000', '124334.408000', '124334.411000', '124334.414000', '124334.416000', '124334.419000', '124354.296000', '124354.299000', '124354.302000', '124354.305000', '124354.317000', '124354.320000', '124354.323000', '124354.326000', '124354.329000', '124354.331000', '124354.334000', '124354.337000', '124354.340000', '124354.343000', '124354.345000', '124354.348000', '124354.351000', '124354.354000', '124354.357000', '124354.360000', '124354.362000', '124354.365000', '124354.368000', '124354.371000', '124354.374000', '124354.376000', '124354.379000', '124354.382000', '124354.385000', '124354.388000', '124354.391000', '124354.393000', '124354.396000', '124354.399000', '124354.402000', '124354.405000', '124354.407000', '124354.410000', '124354.413000', '124354.416000', '124354.419000', '124354.421000', '124354.424000', '124354.427000', '124414.295000', '124414.298000', '124414.301000', '124414.304000', '124414.307000', '124414.309000', '124414.312000', '124414.315000', '124414.318000', '124414.321000', '124414.324000', '124414.326000', '124414.329000', '124414.332000', '124414.335000', '124414.338000', '124414.340000', '124414.343000', '124414.346000', '124414.349000', '124414.352000', '124414.355000', '124414.358000', '124414.360000', '124414.364000', '124414.366000', '124414.369000', '124414.372000', '124414.375000', '124414.378000', '124414.381000', '124414.383000', '124414.386000', '124414.389000', '124414.392000', '124414.395000', '124414.398000', '124414.401000', '124414.403000', '124414.406000', '124414.409000', '124414.412000', '124414.415000', '124434.295000', '124434.298000', '124434.301000', '124434.311000', '124434.314000', '124434.317000', '124434.319000', '124434.322000', '124434.325000', '124434.328000', '124434.331000', '124434.334000', '124434.337000', '124434.339000', '124434.342000', '124434.345000', '124434.348000', '124434.351000', '124434.353000', '124434.356000', '124434.359000', '124434.362000', '124434.365000', '124434.368000', '124434.370000', '124434.373000', '124434.376000', '124434.379000', '124434.382000', '124434.385000', '124434.387000', '124434.390000', '124434.393000', '124434.396000', '124434.399000', '124434.402000', '124434.404000', '124434.407000', '124434.410000', '124434.413000', '124434.416000', '124434.419000', '124434.421000', '124434.424000', '124454.295000', '124454.298000', '124454.302000', '124454.305000', '124454.308000', '124454.311000', '124454.314000', '124454.317000', '124454.320000', '124454.323000', '124454.325000', '124454.328000', '124454.331000', '124454.334000', '124454.337000', '124454.340000', '124454.342000', '124454.345000', '124454.348000', '124454.351000', '124454.354000', '124454.357000', '124454.360000', '124454.363000', '124454.365000', '124454.368000', '124454.371000', '124454.374000', '124454.377000', '124454.380000', '124454.383000', '124454.386000', '124454.389000', '124454.392000', '124454.394000', '124454.397000', '124454.400000', '124454.403000', '124454.406000', '124454.409000', '124454.411000', '124454.414000', '124454.417000', '124514.295000', '124514.298000', '124514.306000', '124514.309000', '124514.312000', '124514.315000', '124514.318000', '124514.320000', '124514.323000', '124514.326000', '124514.329000', '124514.332000', '124514.334000', '124514.337000', '124514.340000', '124514.343000', '124514.346000', '124514.348000', '124514.351000', '124514.354000', '124514.357000', '124514.360000', '124514.363000', '124514.366000', '124514.368000', '124514.371000', '124514.374000', '124514.377000', '124514.380000', '124514.383000', '124514.386000', '124514.388000', '124514.391000', '124514.394000', '124514.397000', '124514.400000', '124514.402000', '124514.405000', '124514.408000', '124514.411000', '124514.414000', '124514.417000', '124514.420000', '124514.422000', '124534.296000', '124534.299000', '124534.302000', '124534.304000', '124534.308000', '124534.310000', '124534.313000', '124534.316000', '124534.319000', '124534.322000', '124534.324000', '124534.327000', '124534.330000', '124534.333000', '124534.336000', '124534.339000', '124534.342000', '124534.344000', '124534.347000', '124534.350000', '124534.353000', '124534.355000', '124534.358000', '124534.361000', '124534.364000', '124534.367000', '124534.370000', '124534.373000', '124534.376000', '124534.379000', '124534.381000', '124534.384000', '124534.387000', '124534.390000', '124534.393000', '124534.396000', '124534.398000', '124534.401000', '124534.404000', '124534.407000', '124534.410000', '124534.412000', '124534.415000', '124554.296000', '124554.299000', '124554.302000', '124554.305000', '124554.307000', '124554.310000', '124554.313000', '124554.316000', '124554.319000', '124554.322000', '124554.324000', '124554.327000', '124554.330000', '124554.333000', '124554.336000', '124554.339000', '124554.341000', '124554.344000', '124554.347000', '124554.350000', '124554.353000', '124554.356000', '124554.358000', '124554.361000', '124554.364000', '124554.367000', '124554.370000', '124554.373000', '124554.375000', '124554.378000', '124554.381000', '124554.384000', '124554.387000', '124554.390000', '124554.392000', '124554.395000', '124554.398000', '124554.401000', '124554.404000', '124554.407000', '124554.409000', '124554.412000', '124554.415000', '124554.418000', '124614.296000', '124614.299000', '124614.302000', '124614.310000', '124614.313000', '124614.316000', '124614.319000', '124614.321000', '124614.324000', '124614.327000', '124614.330000', '124614.333000', '124614.336000', '124614.340000', '124614.343000', '124614.346000', '124614.349000', '124614.351000', '124614.354000', '124614.357000', '124614.360000', '124614.363000', '124614.366000', '124614.369000', '124614.372000', '124614.374000', '124614.377000', '124614.380000', '124614.383000', '124614.386000', '124614.388000', '124614.391000', '124614.394000', '124614.397000', '124614.401000', '124614.405000', '124614.407000', '124614.411000', '124614.414000', '124614.416000', '124614.419000', '124614.422000', '124614.425000', '124634.295000', '124634.298000', '124634.301000', '124634.304000', '124634.307000', '124634.310000', '124634.313000', '124634.316000', '124634.319000', '124634.322000', '124634.325000', '124634.328000', '124634.331000', '124634.333000', '124634.336000', '124634.339000', '124634.342000', '124634.345000', '124634.348000', '124634.351000', '124634.354000', '124634.356000', '124634.359000', '124634.362000', '124634.365000', '124634.368000', '124634.371000', '124634.374000', '124634.377000', '124634.379000', '124634.382000', '124634.385000', '124634.388000', '124634.390000', '124634.393000', '124634.396000', '124634.399000', '124634.402000', '124634.405000', '124634.408000', '124634.410000', '124634.413000', '124634.416000', '124634.419000', '124654.295000', '124654.298000', '124654.301000', '124654.304000', '124654.307000', '124654.309000', '124654.312000', '124654.315000', '124654.318000', '124654.321000', '124654.324000', '124654.326000', '124654.329000', '124654.332000', '124654.335000', '124654.338000', '124654.341000', '124654.343000', '124654.346000', '124654.349000', '124654.352000', '124654.355000', '124654.358000', '124654.361000', '124654.363000', '124654.366000', '124654.369000', '124654.372000', '124654.375000', '124654.377000', '124654.380000', '124654.383000', '124654.386000', '124654.389000', '124654.392000', '124654.394000', '124654.407000', '124654.409000', '124654.412000', '124654.415000', '124654.418000', '124654.421000', '124654.424000', '124714.295000', '124714.298000', '124714.301000', '124714.304000', '124714.306000', '124714.309000', '124714.312000', '124714.315000', '124714.318000', '124714.321000', '124714.323000', '124714.326000', '124714.329000', '124714.332000', '124714.335000', '124714.338000', '124714.340000', '124714.343000', '124714.346000', '124714.349000', '124714.352000', '124714.355000', '124714.358000', '124714.360000', '124714.363000', '124714.366000', '124714.369000', '124714.372000', '124714.375000', '124714.377000', '124714.380000', '124714.383000', '124714.386000', '124714.389000', '124714.392000', '124714.394000', '124714.397000', '124714.400000', '124714.403000', '124714.406000', '124714.409000', '124714.411000', '124714.414000', '124714.417000', '124726.690000', '124726.694000', '124726.697000', '124726.700000', '124726.703000', '124726.706000', '124726.710000', '124726.713000', '124726.716000', '124726.719000', '124726.722000', '124726.725000', '124726.728000', '124726.730000', '124726.733000', '124726.736000', '124726.739000', '124726.743000', '124726.745000', '124726.748000', '124726.751000', '124726.754000', '124726.757000', '124726.760000', '124726.763000', '124726.766000', '124726.769000'], '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': [11326, 9279, 10371, 9195, 10116, 9008, 10199, 9119, 11870, 8938, 9260, 9453, 9367, 9247, 9567, 8956, 9377, 9161, 9353, 9305, 9710, 9077, 9359, 9287, 9947, 9088, 15244, 10068, 13140, 9361, 12789, 9571, 12979, 9195, 11819, 9514, 12093, 9503, 12382, 8952, 13199, 8781, 12843, 9262, 9560, 11129, 10818, 9081, 8952, 15811, 9144, 14500, 10270, 12795, 9034, 9609, 8769, 8767, 12808, 8585, 9669, 8832, 13684, 9195, 11822, 8722, 9159, 8877, 8469, 8927, 8550, 8875, 9002, 9229, 8698, 9461, 8840, 16249, 12419, 14985, 10561, 13376, 9150, 8964, 9281, 9030, 11698, 8666, 16072, 8451, 15591, 10754, 15999, 8643, 14807, 8966, 16318, 10311, 14086, 8987, 12696, 8474, 9742, 9506, 8821, 8833, 9163, 9644, 8985, 8940, 8463, 8721, 8737, 8775, 8846, 9082, 9202, 9209, 9802, 9222, 10006, 8834, 9214, 15265, 9359, 13989, 8811, 9742, 14476, 9118, 11433, 8668, 8817, 8615, 9022, 12746, 9120, 9883, 9243, 9915, 8859, 10973, 12126, 10763, 16056, 9104, 14253, 13704, 11049, 14604, 9020, 12102, 9099, 10004, 9140, 9093, 8512, 8694, 8864, 8492, 8747, 8674, 8832, 8683, 14598, 8965, 14537, 10080, 13570, 9178, 12971, 8513, 12328, 10581, 9788, 16961, 10935, 14143, 8439, 10344, 8373, 9835, 8436, 9266, 8580, 9118, 8662, 9121, 15312, 9363, 13042, 8570, 10439, 8314, 10115, 8456, 8992, 8294, 8592, 8465, 8937, 8495, 8771, 8556, 8534, 11052, 8850, 15361, 11147, 13474, 11405, 9359, 16133, 11423, 11174, 9164, 9205, 9394, 8395, 9288, 8194, 9124, 8377, 9449, 8322, 9111, 8437, 9099, 8689, 9025, 9205, 8757, 14977, 8532, 10944, 8234, 9109, 8266, 9056, 8932, 8525, 8951, 8567, 9543, 8381, 9138, 8434, 8942, 8534, 8380, 12696, 8541, 10720, 8310, 8911, 8617, 8525, 8543, 8349, 8540, 8399, 9069, 8677, 15816, 8644, 13294, 10494, 11020, 8999, 8539, 15511, 8411, 11274, 8393, 8719, 8559, 8107, 8712, 8295, 14035, 8311, 10235, 8331, 9092, 8780, 7443, 8536, 7768, 8571, 15058, 9139, 14745, 10267, 14601, 10002, 9909, 7988, 9546, 15901, 13893, 15540, 12971, 9414, 9271, 7791, 9304, 9499, 9659, 9841, 11075, 16181, 9573, 10201, 15049, 9467, 10090, 9134, 7794, 9199, 11745, 8793, 9142, 8789, 10164, 11831, 9166, 11698, 8807, 9360, 7751, 8905, 8198, 8493, 8030, 8425, 8458, 8382, 8222, 8327, 11879, 8522, 10126, 8241, 10338, 7984, 11379, 13935, 11681, 15636, 8838, 14822, 12477, 11443, 17769, 10498, 16131, 7972, 9936, 8042, 8471, 8051, 8286, 8335, 8299, 8187, 9249, 7938, 9128, 8185, 9683, 15649, 13493, 16001, 14988, 13060, 8654, 11838, 8975, 14345, 9824, 15379, 7930, 9423, 8361, 9030, 8140, 9283, 7989, 9288, 8474, 9043, 8482, 9252, 16786, 9357, 14470, 9932, 12871, 8193, 9175, 16849, 8936, 11883, 8220, 9345, 7999, 8959, 8666, 8937, 10500, 8974, 9322, 8820, 9206, 8106, 9046, 13905, 9033, 10171, 7994, 9330, 12979, 8899, 11620, 8678, 9263, 8468, 8825, 8076, 8856, 8032, 8937, 8224, 8491, 8244, 8666, 14452, 9112, 12310, 8860, 10994, 8057, 10620, 13946, 10878, 16307, 13530, 13078, 9566, 8994, 15763, 8921, 12088, 8938, 10068, 7849, 9024, 15306, 8917, 11472, 9125, 9999, 8207, 9122, 13566, 9063, 10534, 8751, 9391, 7892, 9275, 7820, 9170, 7769, 8867, 9696, 8585, 10864, 8744, 10158, 8846, 11297, 9558, 12523, 8562, 11136, 8659, 12325, 8932, 13384, 8150, 11179, 8212, 12429, 8090, 13421, 8535, 11964, 8589, 11619, 9565, 11796, 8707, 10750, 8482, 13893, 9471, 15714, 10528, 16344, 12067, 16628, 13883, 14356, 17849, 11177, 16009, 11567, 9825, 7489, 9132, 7302, 9159, 7529, 9107, 7680, 8971, 7886, 8941, 7695, 9041, 10590, 8767, 9995, 8655, 9102, 8485, 8727, 8533, 8854, 8169, 9035, 8367, 9825, 8635, 10345, 8134, 13942, 12046, 11087, 9518, 9269, 17067, 7998, 11005, 13674, 8648, 11226, 8292, 9862, 8078, 9841, 7748, 8718, 7901, 8510, 8221, 8894, 15279, 13798, 14659, 10718, 13367, 11580, 10134, 16402, 15069, 12975, 12589, 9315, 13698, 8631, 10440, 8254, 8576, 8236, 8681, 12800, 8583, 10788, 9114, 8796, 8040, 9064, 7977, 9119, 8150, 9008, 8307, 8793, 7918, 9157, 8689, 8797, 17502, 8577, 13032, 8781, 10422, 8723, 9709, 7784, 9619, 7803, 9005, 7987, 8669, 8122, 9165, 7931, 9531, 8072, 8772, 8007, 8834, 8209, 9074, 7774, 8666, 13060, 8724, 12229, 9156, 11305, 7974, 8775, 7812, 8755, 8025, 8849, 8270, 8539, 13782, 8370, 11181, 10731, 9019, 14027, 8393, 11496, 8825, 9838, 7927, 8925, 12419, 8508, 14191, 8932, 9450, 8069, 8426, 9223, 8289, 11308, 8281, 10623, 9335, 8713, 8231, 9289, 7937, 10470, 10381, 12391, 12878, 8712, 17363, 10901, 14296, 13687, 12436, 8628, 9867, 8058, 9088, 8137, 9145, 8248, 8782, 9711, 8691, 12812, 9102, 9412, 7981, 8894, 8211, 8850, 7755, 9424, 7619, 8630, 7988, 8916, 8269, 10308, 7986, 13565, 8376, 14796, 8039, 14660, 8921, 17408, 12444, 17082, 14239, 17223, 15111, 17270, 13209, 10401, 17936, 10373, 13512, 11997, 8937, 10814, 8978, 8892, 8103, 8999, 7594, 8761, 7981, 8713, 7933, 8899, 7783, 9132, 8328, 8631, 9960, 8738, 13071, 10551, 9770, 8430, 8768, 12242, 8777, 10871, 8921, 9458, 8749, 7863, 9150, 7964, 8811, 8199, 10361, 8121, 11693, 8694, 16194, 10064, 18726, 13942, 16795, 13830, 17079, 14108, 17101, 15797, 10551, 17759, 10380, 14849, 8619, 11207, 8693, 8720, 8592, 8218, 8423, 8144, 8853, 8533, 9793, 9140, 9245, 8329, 9993, 8541, 10890, 9058, 10050, 8125, 8939, 8147, 8891, 8282, 8609, 8269, 8197, 8463, 8579, 8539, 8792, 8886, 8469, 16606, 8949, 14607, 9501, 12611, 8622, 10956, 8416, 10530, 8783, 9426, 8325, 8630, 17241, 8550, 12985, 8649, 9740, 8424, 8662, 9890, 8734, 12695, 8942, 9311, 8274, 9047, 8084, 8880, 9149, 8836, 12359, 8445, 12862, 8717, 12164, 8400, 11556, 8347, 8826, 8351, 8889, 15209, 9200, 14050, 8738, 12347, 8976, 12807, 10071, 13805, 8849, 12128, 9874, 10963, 8558, 9828, 8582, 9377, 8316, 9375, 8512, 8782, 8346, 10060, 8272, 9095, 8163, 9108, 8482, 9035, 8213, 9193, 8019, 9542, 8261, 12540, 8484, 8816, 8786, 8212, 8923, 8350, 14521, 10443, 12296, 15773, 10138, 11624, 15589, 9006, 12636, 8202, 8892, 8630, 8819, 8757, 8959, 8464, 9327, 8743, 9242, 8648, 9085, 8944, 8847, 8628, 8347, 9017, 8642, 10047, 8600, 8717, 8440, 8164, 11549, 8416, 10853, 8604, 8870, 8724, 8285, 14963, 8481, 13010, 12694, 9507, 12206, 8344, 12330, 8269, 11008, 8513, 11165, 8226, 10954, 8635, 12927, 9342, 13800, 9241, 9416, 17897, 13678, 15214, 12018, 15831, 8813, 10581, 8578, 10915, 11649, 12302, 8741, 9040, 14493, 9002, 14754, 10336, 14390, 9034, 9752, 8442, 9823, 8577, 10316, 9412, 12139, 8924, 9807, 15755, 9451, 15967, 10344, 14492, 8881, 9835, 8416, 9835, 16647, 9575, 14446, 9332, 11784, 9305, 9893, 9228, 10300, 9169, 9549, 8896, 9810, 9315, 9883, 9266, 9892, 8673, 9884, 8123, 9709, 8263, 9481, 8428, 9194, 8531, 9078, 9112, 8967, 8485, 8761, 9812, 8813, 10151, 9086, 10546, 8232, 9492, 11740, 9367, 16302, 13242, 12562, 8628, 9437, 8293, 9412, 8429, 9291, 8900, 8663, 13815, 8464, 10515, 11652, 9325, 16973, 8832, 11220, 8417, 9512, 8491, 9386, 8857, 9022, 8744, 9135, 8666, 9477, 8793, 9175, 14986, 9351, 16147, 10904, 11324, 8236, 9561, 8535, 9516, 11535, 9279, 8424, 8919, 11995, 9126, 12392, 9656, 12389, 8837, 9953, 9122, 10046, 13439, 12504, 8550, 9360, 17003, 9332, 11971, 9424, 9821, 8888, 9528, 8629, 9229, 9481, 9059, 8865, 8734, 9097, 8503, 9576, 8746, 9714, 8459, 9657, 8959, 9295, 17945, 13886, 13594, 8908, 11411, 8770, 10493, 9634, 10593, 8271, 9211, 8344, 9364, 13711, 9204, 9287, 9170, 8850, 8981, 9740, 8877, 9726, 8585, 9572, 8083, 9553, 7709, 10536, 7671, 12105, 7691, 9672, 8270, 8496, 8534, 9585, 8121, 9297, 14910, 9068, 13368, 8839, 11843, 9027, 12427, 11247, 16834, 12824, 15403, 12387, 17069, 13981, 16106, 13514, 16669, 13658, 12809, 8997, 7876, 9423, 8081, 9467, 8762, 8076, 9570, 8167, 9499, 7719, 9629, 10404, 9806, 14193, 9388, 12224, 8849, 11435, 9095, 9216, 8572, 9211, 7822, 8980, 7972, 9159, 7890, 8916, 7981, 8762, 7780, 8989, 8027, 8822, 8107, 8875, 8126, 9319, 8182, 10416, 8282, 9514, 8754, 8578, 13079, 8390, 14613, 13263, 14969, 12246, 15289, 12594, 15927, 13724, 15446, 9296, 14619, 11583, 15029, 8365, 8787, 16295, 8368, 10931, 8857, 9087, 8219, 8516, 9711, 8491, 9344, 8388, 9026, 9215, 8519, 9205, 8362, 9298, 15120, 8991, 10506, 8684, 9429, 8708, 9500, 8467, 8929, 10523, 8600, 9684, 8956, 9543, 8596, 9521, 8402, 9496, 15919, 10447, 14701, 8935, 12161, 8576, 10726, 8624, 9393, 8481, 9054, 14401, 8757, 10226, 8608, 9690, 8543, 9304, 8855, 9167, 8981, 9322, 9071, 8829, 9540, 9188, 9271, 10031, 9180, 8915, 9268, 9120, 9131, 11927, 9222], 'WindowCenter': [4364.0, 4329.0, 4325.0, 4314.0, 4323.0, 4329.0, 4335.0, 4328.0, 4346.0, 4318.0, 4325.0, 4328.0, 4327.0, 4329.0, 4337.0, 4330.0, 4329.0, 4340.0, 4329.0, 4342.0, 4342.0, 4341.0, 4341.0, 4343.0, 4339.0, 4344.0, 4394.0, 4354.0, 4382.0, 4342.0, 4371.0, 4352.0, 4382.0, 4343.0, 4372.0, 4354.0, 4374.0, 4352.0, 4384.0, 4345.0, 4383.0, 4332.0, 4384.0, 4342.0, 4354.0, 4361.0, 4362.0, 4328.0, 4341.0, 4391.0, 4342.0, 4381.0, 4352.0, 4370.0, 4330.0, 4340.0, 4329.0, 4333.0, 4381.0, 4332.0, 4339.0, 4340.0, 4380.0, 4340.0, 4369.0, 4332.0, 4341.0, 4342.0, 4332.0, 4342.0, 4341.0, 4343.0, 4344.0, 4353.0, 4343.0, 4353.0, 4356.0, 4415.0, 4384.0, 4403.0, 4377.0, 4396.0, 4357.0, 4356.0, 4353.0, 4331.0, 4361.0, 4329.0, 4392.0, 4318.0, 4382.0, 4349.0, 4390.0, 4318.0, 4377.0, 4317.0, 4374.0, 4324.0, 4352.0, 4302.0, 4343.0, 4291.0, 4314.0, 4312.0, 4302.0, 4301.0, 4313.0, 4310.0, 4301.0, 4302.0, 4304.0, 4305.0, 4315.0, 4316.0, 4328.0, 4341.0, 4339.0, 4340.0, 4350.0, 4341.0, 4352.0, 4332.0, 4343.0, 4388.0, 4341.0, 4380.0, 4328.0, 4340.0, 4368.0, 4319.0, 4348.0, 4317.0, 4327.0, 4316.0, 4328.0, 4369.0, 4341.0, 4339.0, 4342.0, 4350.0, 4341.0, 4362.0, 4370.0, 4361.0, 4390.0, 4328.0, 4380.0, 4366.0, 4346.0, 4366.0, 4315.0, 4355.0, 4325.0, 4335.0, 4328.0, 4328.0, 4329.0, 4329.0, 4329.0, 4329.0, 4330.0, 4332.0, 4330.0, 4331.0, 4390.0, 4341.0, 4394.0, 4364.0, 4379.0, 4339.0, 4367.0, 4316.0, 4359.0, 4335.0, 4337.0, 4376.0, 4335.0, 4365.0, 4305.0, 4323.0, 4316.0, 4335.0, 4317.0, 4325.0, 4317.0, 4327.0, 4317.0, 4327.0, 4377.0, 4327.0, 4357.0, 4317.0, 4335.0, 4330.0, 4339.0, 4317.0, 4327.0, 4316.0, 4317.0, 4318.0, 4329.0, 4329.0, 4330.0, 4330.0, 4331.0, 4360.0, 4330.0, 4378.0, 4348.0, 4368.0, 4343.0, 4315.0, 4366.0, 4333.0, 4333.0, 4311.0, 4313.0, 4311.0, 4303.0, 4313.0, 4314.0, 4322.0, 4316.0, 4325.0, 4317.0, 4326.0, 4316.0, 4328.0, 4316.0, 4327.0, 4326.0, 4315.0, 4367.0, 4315.0, 4334.0, 4306.0, 4315.0, 4304.0, 4317.0, 4313.0, 4317.0, 4314.0, 4315.0, 4324.0, 4316.0, 4325.0, 4317.0, 4325.0, 4316.0, 4318.0, 4366.0, 4329.0, 4358.0, 4317.0, 4328.0, 4329.0, 4318.0, 4317.0, 4317.0, 4327.0, 4320.0, 4327.0, 4330.0, 4389.0, 4329.0, 4368.0, 4348.0, 4346.0, 4315.0, 4316.0, 4376.0, 4316.0, 4347.0, 4305.0, 4315.0, 4315.0, 4306.0, 4316.0, 4318.0, 4377.0, 4320.0, 4362.0, 4332.0, 4329.0, 4331.0, 4308.0, 4318.0, 4307.0, 4330.0, 4390.0, 4341.0, 4391.0, 4349.0, 4379.0, 4337.0, 4337.0, 4305.0, 4325.0, 4374.0, 4366.0, 4376.0, 4356.0, 4313.0, 4327.0, 4284.0, 4312.0, 4311.0, 4311.0, 4314.0, 4335.0, 4365.0, 4301.0, 4310.0, 4349.0, 4300.0, 4308.0, 4299.0, 4278.0, 4299.0, 4330.0, 4302.0, 4300.0, 4302.0, 4322.0, 4330.0, 4311.0, 4330.0, 4302.0, 4301.0, 4283.0, 4312.0, 4305.0, 4317.0, 4307.0, 4318.0, 4319.0, 4332.0, 4329.0, 4334.0, 4372.0, 4332.0, 4351.0, 4333.0, 4363.0, 4331.0, 4372.0, 4380.0, 4361.0, 4389.0, 4330.0, 4379.0, 4356.0, 4348.0, 4387.0, 4336.0, 4376.0, 4305.0, 4325.0, 4306.0, 4318.0, 4307.0, 4318.0, 4317.0, 4330.0, 4331.0, 4352.0, 4331.0, 4341.0, 4331.0, 4352.0, 4403.0, 4382.0, 4389.0, 4379.0, 4367.0, 4316.0, 4356.0, 4327.0, 4367.0, 4326.0, 4376.0, 4305.0, 4326.0, 4304.0, 4313.0, 4303.0, 4326.0, 4306.0, 4326.0, 4316.0, 4328.0, 4315.0, 4327.0, 4375.0, 4325.0, 4363.0, 4323.0, 4342.0, 4290.0, 4312.0, 4361.0, 4300.0, 4340.0, 4290.0, 4310.0, 4303.0, 4326.0, 4311.0, 4314.0, 4333.0, 4314.0, 4324.0, 4326.0, 4337.0, 4304.0, 4326.0, 4365.0, 4316.0, 4335.0, 4306.0, 4326.0, 4354.0, 4325.0, 4345.0, 4314.0, 4324.0, 4303.0, 4324.0, 4317.0, 4337.0, 4317.0, 4329.0, 4330.0, 4342.0, 4329.0, 4342.0, 4403.0, 4354.0, 4369.0, 4341.0, 4360.0, 4318.0, 4349.0, 4377.0, 4348.0, 4377.0, 4365.0, 4356.0, 4322.0, 4314.0, 4363.0, 4314.0, 4342.0, 4312.0, 4322.0, 4303.0, 4314.0, 4374.0, 4315.0, 4344.0, 4324.0, 4324.0, 4302.0, 4324.0, 4352.0, 4315.0, 4334.0, 4314.0, 4323.0, 4303.0, 4325.0, 4306.0, 4327.0, 4304.0, 4327.0, 4325.0, 4328.0, 4347.0, 4328.0, 4347.0, 4328.0, 4358.0, 4339.0, 4369.0, 4330.0, 4358.0, 4329.0, 4368.0, 4328.0, 4368.0, 4318.0, 4361.0, 4319.0, 4356.0, 4306.0, 4355.0, 4315.0, 4345.0, 4317.0, 4345.0, 4326.0, 4358.0, 4330.0, 4360.0, 4330.0, 4366.0, 4325.0, 4364.0, 4334.0, 4364.0, 4343.0, 4365.0, 4339.0, 4340.0, 4349.0, 4306.0, 4335.0, 4303.0, 4282.0, 4251.0, 4283.0, 4253.0, 4296.0, 4266.0, 4300.0, 4280.0, 4312.0, 4292.0, 4315.0, 4294.0, 4315.0, 4334.0, 4316.0, 4335.0, 4317.0, 4317.0, 4317.0, 4318.0, 4329.0, 4329.0, 4331.0, 4341.0, 4333.0, 4351.0, 4342.0, 4351.0, 4321.0, 4382.0, 4372.0, 4361.0, 4338.0, 4330.0, 4387.0, 4307.0, 4349.0, 4366.0, 4318.0, 4346.0, 4317.0, 4336.0, 4319.0, 4351.0, 4321.0, 4329.0, 4332.0, 4342.0, 4331.0, 4342.0, 4391.0, 4382.0, 4391.0, 4351.0, 4379.0, 4358.0, 4339.0, 4377.0, 4377.0, 4355.0, 4343.0, 4313.0, 4352.0, 4312.0, 4334.0, 4303.0, 4314.0, 4303.0, 4316.0, 4356.0, 4315.0, 4346.0, 4315.0, 4314.0, 4306.0, 4316.0, 4306.0, 4316.0, 4306.0, 4327.0, 4317.0, 4328.0, 4307.0, 4327.0, 4317.0, 4327.0, 4410.0, 4339.0, 4368.0, 4329.0, 4349.0, 4327.0, 4337.0, 4306.0, 4326.0, 4306.0, 4327.0, 4305.0, 4316.0, 4306.0, 4326.0, 4304.0, 4327.0, 4306.0, 4315.0, 4306.0, 4328.0, 4316.0, 4328.0, 4305.0, 4317.0, 4366.0, 4317.0, 4356.0, 4327.0, 4345.0, 4306.0, 4316.0, 4305.0, 4326.0, 4318.0, 4327.0, 4327.0, 4329.0, 4378.0, 4329.0, 4359.0, 4348.0, 4328.0, 4376.0, 4317.0, 4357.0, 4339.0, 4349.0, 4318.0, 4340.0, 4368.0, 4328.0, 4377.0, 4327.0, 4337.0, 4317.0, 4316.0, 4326.0, 4328.0, 4358.0, 4330.0, 4359.0, 4341.0, 4330.0, 4331.0, 4340.0, 4319.0, 4361.0, 4348.0, 4370.0, 4368.0, 4327.0, 4387.0, 4347.0, 4376.0, 4366.0, 4355.0, 4316.0, 4334.0, 4306.0, 4325.0, 4317.0, 4326.0, 4316.0, 4327.0, 4335.0, 4328.0, 4366.0, 4326.0, 4325.0, 4317.0, 4327.0, 4318.0, 4340.0, 4320.0, 4340.0, 4308.0, 4330.0, 4320.0, 4341.0, 4331.0, 4350.0, 4318.0, 4381.0, 4331.0, 4390.0, 4320.0, 4379.0, 4329.0, 4389.0, 4358.0, 4387.0, 4366.0, 4376.0, 4364.0, 4364.0, 4339.0, 4309.0, 4359.0, 4308.0, 4326.0, 4303.0, 4284.0, 4301.0, 4284.0, 4283.0, 4277.0, 4296.0, 4279.0, 4300.0, 4291.0, 4313.0, 4304.0, 4327.0, 4308.0, 4338.0, 4319.0, 4331.0, 4339.0, 4330.0, 4381.0, 4349.0, 4339.0, 4317.0, 4327.0, 4370.0, 4342.0, 4361.0, 4328.0, 4338.0, 4329.0, 4321.0, 4342.0, 4333.0, 4345.0, 4345.0, 4363.0, 4333.0, 4373.0, 4345.0, 4414.0, 4365.0, 4413.0, 4394.0, 4402.0, 4370.0, 4391.0, 4355.0, 4365.0, 4351.0, 4310.0, 4347.0, 4309.0, 4338.0, 4288.0, 4318.0, 4290.0, 4288.0, 4301.0, 4302.0, 4303.0, 4305.0, 4316.0, 4330.0, 4338.0, 4328.0, 4325.0, 4318.0, 4335.0, 4318.0, 4347.0, 4316.0, 4336.0, 4307.0, 4328.0, 4307.0, 4317.0, 4317.0, 4319.0, 4320.0, 4320.0, 4330.0, 4331.0, 4332.0, 4343.0, 4343.0, 4334.0, 4401.0, 4343.0, 4393.0, 4342.0, 4370.0, 4330.0, 4349.0, 4319.0, 4351.0, 4329.0, 4340.0, 4317.0, 4329.0, 4389.0, 4327.0, 4370.0, 4328.0, 4338.0, 4317.0, 4328.0, 4337.0, 4329.0, 4369.0, 4329.0, 4339.0, 4330.0, 4330.0, 4319.0, 4329.0, 4329.0, 4330.0, 4368.0, 4320.0, 4369.0, 4330.0, 4360.0, 4319.0, 4348.0, 4317.0, 4326.0, 4317.0, 4328.0, 4378.0, 4329.0, 4368.0, 4328.0, 4367.0, 4329.0, 4367.0, 4338.0, 4378.0, 4340.0, 4356.0, 4338.0, 4348.0, 4329.0, 4337.0, 4318.0, 4328.0, 4318.0, 4329.0, 4317.0, 4316.0, 4316.0, 4338.0, 4318.0, 4328.0, 4318.0, 4328.0, 4330.0, 4341.0, 4320.0, 4341.0, 4321.0, 4341.0, 4333.0, 4370.0, 4332.0, 4343.0, 4332.0, 4320.0, 4329.0, 4320.0, 4381.0, 4338.0, 4361.0, 4380.0, 4326.0, 4335.0, 4361.0, 4302.0, 4330.0, 4288.0, 4299.0, 4304.0, 4311.0, 4316.0, 4315.0, 4317.0, 4327.0, 4330.0, 4327.0, 4329.0, 4330.0, 4329.0, 4332.0, 4329.0, 4331.0, 4330.0, 4331.0, 4349.0, 4330.0, 4331.0, 4331.0, 4333.0, 4371.0, 4343.0, 4373.0, 4345.0, 4343.0, 4344.0, 4345.0, 4404.0, 4344.0, 4396.0, 4383.0, 4352.0, 4382.0, 4344.0, 4382.0, 4344.0, 4373.0, 4345.0, 4375.0, 4344.0, 4373.0, 4356.0, 4396.0, 4355.0, 4394.0, 4343.0, 4353.0, 4410.0, 4393.0, 4391.0, 4371.0, 4391.0, 4340.0, 4348.0, 4327.0, 4357.0, 4357.0, 4367.0, 4325.0, 4329.0, 4376.0, 4328.0, 4389.0, 4350.0, 4378.0, 4328.0, 4337.0, 4330.0, 4346.0, 4328.0, 4346.0, 4340.0, 4369.0, 4329.0, 4349.0, 4387.0, 4336.0, 4387.0, 4335.0, 4366.0, 4314.0, 4324.0, 4302.0, 4322.0, 4375.0, 4324.0, 4362.0, 4338.0, 4381.0, 4338.0, 4335.0, 4325.0, 4344.0, 4336.0, 4336.0, 4326.0, 4335.0, 4338.0, 4348.0, 4348.0, 4347.0, 4327.0, 4336.0, 4315.0, 4335.0, 4315.0, 4345.0, 4326.0, 4337.0, 4327.0, 4339.0, 4338.0, 4341.0, 4341.0, 4341.0, 4360.0, 4350.0, 4360.0, 4341.0, 4360.0, 4330.0, 4349.0, 4369.0, 4352.0, 4398.0, 4379.0, 4365.0, 4329.0, 4337.0, 4328.0, 4338.0, 4328.0, 4349.0, 4339.0, 4341.0, 4390.0, 4341.0, 4362.0, 4369.0, 4340.0, 4397.0, 4338.0, 4357.0, 4327.0, 4336.0, 4326.0, 4338.0, 4338.0, 4339.0, 4341.0, 4350.0, 4342.0, 4362.0, 4340.0, 4350.0, 4400.0, 4351.0, 4401.0, 4360.0, 4358.0, 4329.0, 4348.0, 4327.0, 4348.0, 4357.0, 4340.0, 4327.0, 4340.0, 4367.0, 4338.0, 4366.0, 4338.0, 4367.0, 4337.0, 4348.0, 4335.0, 4337.0, 4366.0, 4367.0, 4314.0, 4324.0, 4384.0, 4325.0, 4353.0, 4324.0, 4333.0, 4323.0, 4333.0, 4311.0, 4335.0, 4334.0, 4336.0, 4336.0, 4339.0, 4337.0, 4339.0, 4349.0, 4339.0, 4347.0, 4329.0, 4350.0, 4338.0, 4339.0, 4398.0, 4380.0, 4376.0, 4325.0, 4356.0, 4324.0, 4346.0, 4336.0, 4345.0, 4327.0, 4334.0, 4324.0, 4338.0, 4375.0, 4336.0, 4337.0, 4340.0, 4326.0, 4336.0, 4336.0, 4338.0, 4337.0, 4338.0, 4348.0, 4317.0, 4349.0, 4333.0, 4361.0, 4319.0, 4369.0, 4307.0, 4325.0, 4316.0, 4327.0, 4340.0, 4351.0, 4330.0, 4348.0, 4389.0, 4340.0, 4378.0, 4340.0, 4369.0, 4341.0, 4366.0, 4359.0, 4386.0, 4356.0, 4362.0, 4344.0, 4360.0, 4350.0, 4359.0, 4353.0, 4372.0, 4352.0, 4339.0, 4299.0, 4290.0, 4309.0, 4290.0, 4322.0, 4302.0, 4291.0, 4324.0, 4305.0, 4326.0, 4295.0, 4338.0, 4336.0, 4337.0, 4352.0, 4314.0, 4342.0, 4302.0, 4330.0, 4299.0, 4300.0, 4302.0, 4309.0, 4292.0, 4313.0, 4306.0, 4324.0, 4307.0, 4327.0, 4318.0, 4330.0, 4323.0, 4341.0, 4335.0, 4353.0, 4337.0, 4355.0, 4348.0, 4367.0, 4357.0, 4377.0, 4347.0, 4366.0, 4357.0, 4357.0, 4410.0, 4350.0, 4407.0, 4398.0, 4406.0, 4385.0, 4404.0, 4373.0, 4391.0, 4381.0, 4391.0, 4339.0, 4380.0, 4346.0, 4378.0, 4316.0, 4317.0, 4373.0, 4306.0, 4336.0, 4314.0, 4315.0, 4303.0, 4315.0, 4323.0, 4316.0, 4327.0, 4303.0, 4326.0, 4326.0, 4328.0, 4328.0, 4317.0, 4340.0, 4386.0, 4326.0, 4347.0, 4328.0, 4338.0, 4328.0, 4339.0, 4318.0, 4340.0, 4350.0, 4341.0, 4337.0, 4329.0, 4337.0, 4330.0, 4341.0, 4318.0, 4350.0, 4399.0, 4351.0, 4379.0, 4329.0, 4366.0, 4329.0, 4348.0, 4326.0, 4338.0, 4327.0, 4340.0, 4377.0, 4329.0, 4348.0, 4328.0, 4339.0, 4340.0, 4340.0, 4339.0, 4351.0, 4353.0, 4354.0, 4341.0, 4344.0, 4351.0, 4341.0, 4341.0, 4352.0, 4340.0, 4342.0, 4341.0, 4341.0, 4340.0, 4372.0, 4340.0], 'WindowWidth': [9636.0, 9579.0, 9564.0, 9547.0, 9558.0, 9576.0, 9575.0, 9572.0, 9591.0, 9557.0, 9563.0, 9572.0, 9567.0, 9574.0, 9584.0, 9579.0, 9576.0, 9592.0, 9575.0, 9600.0, 9598.0, 9598.0, 9596.0, 9600.0, 9592.0, 9603.0, 9671.0, 9617.0, 9652.0, 9600.0, 9635.0, 9613.0, 9653.0, 9604.0, 9639.0, 9620.0, 9644.0, 9615.0, 9661.0, 9608.0, 9657.0, 9587.0, 9660.0, 9599.0, 9616.0, 9626.0, 9626.0, 9577.0, 9596.0, 9664.0, 9598.0, 9653.0, 9610.0, 9634.0, 9580.0, 9592.0, 9578.0, 9588.0, 9651.0, 9585.0, 9591.0, 9595.0, 9646.0, 9594.0, 9633.0, 9588.0, 9597.0, 9600.0, 9586.0, 9601.0, 9600.0, 9603.0, 9606.0, 9617.0, 9605.0, 9618.0, 9626.0, 9705.0, 9661.0, 9684.0, 9654.0, 9681.0, 9629.0, 9624.0, 9617.0, 9581.0, 9623.0, 9577.0, 9665.0, 9559.0, 9653.0, 9603.0, 9662.0, 9558.0, 9637.0, 9556.0, 9630.0, 9560.0, 9595.0, 9526.0, 9581.0, 9511.0, 9545.0, 9538.0, 9526.0, 9524.0, 9542.0, 9536.0, 9526.0, 9527.0, 9534.0, 9535.0, 9552.0, 9557.0, 9574.0, 9597.0, 9590.0, 9596.0, 9607.0, 9599.0, 9613.0, 9585.0, 9601.0, 9656.0, 9595.0, 9648.0, 9573.0, 9591.0, 9628.0, 9561.0, 9598.0, 9556.0, 9570.0, 9555.0, 9574.0, 9629.0, 9597.0, 9592.0, 9600.0, 9608.0, 9597.0, 9627.0, 9634.0, 9622.0, 9661.0, 9572.0, 9650.0, 9621.0, 9593.0, 9618.0, 9550.0, 9603.0, 9566.0, 9577.0, 9575.0, 9573.0, 9576.0, 9577.0, 9577.0, 9577.0, 9581.0, 9585.0, 9579.0, 9584.0, 9660.0, 9597.0, 9674.0, 9633.0, 9646.0, 9591.0, 9625.0, 9557.0, 9616.0, 9578.0, 9582.0, 9635.0, 9577.0, 9618.0, 9537.0, 9559.0, 9554.0, 9578.0, 9556.0, 9566.0, 9558.0, 9569.0, 9556.0, 9573.0, 9638.0, 9570.0, 9609.0, 9556.0, 9580.0, 9581.0, 9587.0, 9557.0, 9572.0, 9558.0, 9560.0, 9563.0, 9576.0, 9578.0, 9581.0, 9581.0, 9585.0, 9620.0, 9581.0, 9646.0, 9600.0, 9628.0, 9586.0, 9550.0, 9625.0, 9572.0, 9570.0, 9536.0, 9542.0, 9538.0, 9531.0, 9544.0, 9550.0, 9558.0, 9556.0, 9566.0, 9560.0, 9570.0, 9557.0, 9571.0, 9555.0, 9572.0, 9566.0, 9553.0, 9622.0, 9551.0, 9574.0, 9539.0, 9550.0, 9536.0, 9555.0, 9545.0, 9557.0, 9550.0, 9553.0, 9563.0, 9555.0, 9565.0, 9557.0, 9568.0, 9556.0, 9561.0, 9622.0, 9578.0, 9616.0, 9561.0, 9575.0, 9577.0, 9560.0, 9559.0, 9560.0, 9572.0, 9568.0, 9573.0, 9580.0, 9659.0, 9576.0, 9633.0, 9601.0, 9595.0, 9550.0, 9553.0, 9634.0, 9555.0, 9597.0, 9538.0, 9551.0, 9552.0, 9542.0, 9556.0, 9563.0, 9641.0, 9568.0, 9628.0, 9586.0, 9578.0, 9584.0, 9548.0, 9560.0, 9544.0, 9579.0, 9660.0, 9598.0, 9665.0, 9603.0, 9644.0, 9583.0, 9583.0, 9537.0, 9565.0, 9629.0, 9619.0, 9636.0, 9607.0, 9543.0, 9568.0, 9504.0, 9538.0, 9535.0, 9538.0, 9543.0, 9576.0, 9620.0, 9521.0, 9531.0, 9582.0, 9519.0, 9528.0, 9520.0, 9490.0, 9520.0, 9561.0, 9526.0, 9522.0, 9528.0, 9555.0, 9560.0, 9537.0, 9562.0, 9525.0, 9522.0, 9503.0, 9542.0, 9537.0, 9558.0, 9545.0, 9562.0, 9563.0, 9586.0, 9581.0, 9592.0, 9641.0, 9586.0, 9609.0, 9590.0, 9631.0, 9585.0, 9641.0, 9646.0, 9621.0, 9656.0, 9578.0, 9648.0, 9607.0, 9598.0, 9651.0, 9578.0, 9634.0, 9535.0, 9562.0, 9542.0, 9562.0, 9543.0, 9562.0, 9561.0, 9580.0, 9585.0, 9614.0, 9585.0, 9598.0, 9585.0, 9614.0, 9684.0, 9652.0, 9660.0, 9645.0, 9625.0, 9556.0, 9608.0, 9569.0, 9627.0, 9566.0, 9637.0, 9538.0, 9567.0, 9536.0, 9546.0, 9536.0, 9566.0, 9543.0, 9568.0, 9556.0, 9575.0, 9553.0, 9570.0, 9634.0, 9565.0, 9615.0, 9559.0, 9582.0, 9510.0, 9542.0, 9607.0, 9522.0, 9576.0, 9509.0, 9535.0, 9533.0, 9569.0, 9543.0, 9550.0, 9573.0, 9551.0, 9564.0, 9568.0, 9585.0, 9538.0, 9568.0, 9619.0, 9555.0, 9579.0, 9540.0, 9569.0, 9602.0, 9565.0, 9592.0, 9549.0, 9561.0, 9534.0, 9564.0, 9559.0, 9588.0, 9559.0, 9577.0, 9584.0, 9601.0, 9579.0, 9600.0, 9685.0, 9621.0, 9631.0, 9596.0, 9621.0, 9564.0, 9606.0, 9638.0, 9601.0, 9644.0, 9621.0, 9608.0, 9557.0, 9547.0, 9612.0, 9547.0, 9583.0, 9544.0, 9558.0, 9532.0, 9550.0, 9630.0, 9552.0, 9588.0, 9562.0, 9561.0, 9531.0, 9561.0, 9599.0, 9553.0, 9573.0, 9549.0, 9559.0, 9535.0, 9566.0, 9543.0, 9571.0, 9538.0, 9572.0, 9566.0, 9574.0, 9597.0, 9575.0, 9599.0, 9577.0, 9615.0, 9593.0, 9630.0, 9580.0, 9614.0, 9577.0, 9628.0, 9573.0, 9626.0, 9563.0, 9624.0, 9564.0, 9607.0, 9541.0, 9605.0, 9551.0, 9591.0, 9559.0, 9591.0, 9568.0, 9615.0, 9580.0, 9622.0, 9580.0, 9622.0, 9565.0, 9615.0, 9574.0, 9616.0, 9585.0, 9622.0, 9572.0, 9579.0, 9589.0, 9519.0, 9559.0, 9508.0, 9482.0, 9439.0, 9484.0, 9445.0, 9507.0, 9469.0, 9520.0, 9495.0, 9542.0, 9515.0, 9551.0, 9522.0, 9552.0, 9575.0, 9554.0, 9578.0, 9558.0, 9556.0, 9554.0, 9559.0, 9578.0, 9577.0, 9584.0, 9598.0, 9592.0, 9609.0, 9602.0, 9610.0, 9571.0, 9657.0, 9639.0, 9621.0, 9587.0, 9579.0, 9654.0, 9544.0, 9603.0, 9621.0, 9558.0, 9593.0, 9559.0, 9583.0, 9567.0, 9608.0, 9572.0, 9580.0, 9586.0, 9601.0, 9584.0, 9601.0, 9664.0, 9653.0, 9664.0, 9610.0, 9648.0, 9613.0, 9590.0, 9640.0, 9635.0, 9605.0, 9584.0, 9543.0, 9595.0, 9544.0, 9573.0, 9531.0, 9547.0, 9533.0, 9553.0, 9607.0, 9554.0, 9594.0, 9552.0, 9550.0, 9541.0, 9554.0, 9541.0, 9554.0, 9541.0, 9570.0, 9556.0, 9574.0, 9543.0, 9571.0, 9557.0, 9572.0, 9691.0, 9596.0, 9628.0, 9578.0, 9604.0, 9572.0, 9584.0, 9541.0, 9567.0, 9541.0, 9569.0, 9539.0, 9553.0, 9543.0, 9569.0, 9538.0, 9570.0, 9541.0, 9553.0, 9542.0, 9573.0, 9556.0, 9572.0, 9539.0, 9558.0, 9622.0, 9559.0, 9609.0, 9569.0, 9592.0, 9541.0, 9555.0, 9541.0, 9570.0, 9561.0, 9574.0, 9574.0, 9580.0, 9642.0, 9580.0, 9618.0, 9602.0, 9576.0, 9635.0, 9558.0, 9614.0, 9594.0, 9604.0, 9564.0, 9596.0, 9629.0, 9575.0, 9641.0, 9571.0, 9585.0, 9557.0, 9559.0, 9571.0, 9577.0, 9616.0, 9583.0, 9620.0, 9598.0, 9581.0, 9584.0, 9595.0, 9568.0, 9625.0, 9601.0, 9635.0, 9627.0, 9572.0, 9655.0, 9599.0, 9637.0, 9621.0, 9605.0, 9554.0, 9577.0, 9541.0, 9568.0, 9560.0, 9570.0, 9556.0, 9572.0, 9580.0, 9576.0, 9624.0, 9569.0, 9568.0, 9557.0, 9571.0, 9562.0, 9597.0, 9571.0, 9594.0, 9549.0, 9581.0, 9571.0, 9598.0, 9585.0, 9609.0, 9565.0, 9651.0, 9583.0, 9661.0, 9565.0, 9646.0, 9577.0, 9659.0, 9613.0, 9655.0, 9625.0, 9638.0, 9617.0, 9620.0, 9572.0, 9531.0, 9604.0, 9526.0, 9549.0, 9513.0, 9488.0, 9509.0, 9490.0, 9489.0, 9488.0, 9510.0, 9493.0, 9524.0, 9516.0, 9546.0, 9538.0, 9573.0, 9549.0, 9590.0, 9565.0, 9583.0, 9590.0, 9582.0, 9650.0, 9603.0, 9590.0, 9558.0, 9572.0, 9635.0, 9602.0, 9625.0, 9576.0, 9587.0, 9578.0, 9570.0, 9599.0, 9590.0, 9609.0, 9610.0, 9632.0, 9592.0, 9644.0, 9608.0, 9700.0, 9636.0, 9699.0, 9675.0, 9685.0, 9634.0, 9667.0, 9603.0, 9617.0, 9589.0, 9531.0, 9581.0, 9529.0, 9567.0, 9500.0, 9542.0, 9508.0, 9500.0, 9523.0, 9527.0, 9532.0, 9537.0, 9554.0, 9582.0, 9585.0, 9572.0, 9566.0, 9560.0, 9579.0, 9559.0, 9596.0, 9556.0, 9580.0, 9545.0, 9572.0, 9544.0, 9555.0, 9556.0, 9562.0, 9566.0, 9567.0, 9581.0, 9583.0, 9588.0, 9602.0, 9602.0, 9592.0, 9676.0, 9602.0, 9668.0, 9600.0, 9632.0, 9581.0, 9605.0, 9565.0, 9609.0, 9578.0, 9591.0, 9559.0, 9577.0, 9656.0, 9572.0, 9633.0, 9574.0, 9586.0, 9558.0, 9574.0, 9585.0, 9578.0, 9629.0, 9578.0, 9589.0, 9581.0, 9580.0, 9565.0, 9579.0, 9577.0, 9580.0, 9627.0, 9566.0, 9629.0, 9581.0, 9619.0, 9562.0, 9600.0, 9558.0, 9570.0, 9557.0, 9574.0, 9642.0, 9576.0, 9626.0, 9574.0, 9624.0, 9578.0, 9624.0, 9589.0, 9641.0, 9594.0, 9608.0, 9586.0, 9601.0, 9578.0, 9584.0, 9561.0, 9574.0, 9560.0, 9575.0, 9557.0, 9556.0, 9557.0, 9588.0, 9562.0, 9576.0, 9562.0, 9576.0, 9579.0, 9599.0, 9568.0, 9598.0, 9570.0, 9598.0, 9591.0, 9635.0, 9589.0, 9605.0, 9587.0, 9567.0, 9575.0, 9565.0, 9655.0, 9586.0, 9623.0, 9653.0, 9565.0, 9578.0, 9605.0, 9524.0, 9559.0, 9500.0, 9516.0, 9532.0, 9541.0, 9554.0, 9552.0, 9561.0, 9571.0, 9581.0, 9574.0, 9579.0, 9579.0, 9580.0, 9583.0, 9577.0, 9583.0, 9579.0, 9584.0, 9605.0, 9584.0, 9583.0, 9586.0, 9592.0, 9640.0, 9605.0, 9645.0, 9609.0, 9606.0, 9608.0, 9613.0, 9689.0, 9607.0, 9680.0, 9657.0, 9617.0, 9655.0, 9608.0, 9656.0, 9610.0, 9645.0, 9612.0, 9650.0, 9612.0, 9648.0, 9631.0, 9681.0, 9623.0, 9676.0, 9605.0, 9619.0, 9693.0, 9672.0, 9670.0, 9639.0, 9668.0, 9595.0, 9602.0, 9574.0, 9614.0, 9613.0, 9627.0, 9569.0, 9578.0, 9638.0, 9577.0, 9660.0, 9611.0, 9646.0, 9576.0, 9586.0, 9582.0, 9598.0, 9576.0, 9601.0, 9595.0, 9633.0, 9578.0, 9606.0, 9655.0, 9584.0, 9657.0, 9580.0, 9622.0, 9550.0, 9562.0, 9530.0, 9558.0, 9631.0, 9562.0, 9611.0, 9590.0, 9656.0, 9592.0, 9584.0, 9570.0, 9593.0, 9585.0, 9583.0, 9572.0, 9582.0, 9590.0, 9602.0, 9606.0, 9603.0, 9573.0, 9584.0, 9556.0, 9582.0, 9557.0, 9598.0, 9572.0, 9589.0, 9575.0, 9596.0, 9595.0, 9601.0, 9600.0, 9603.0, 9624.0, 9614.0, 9627.0, 9600.0, 9623.0, 9585.0, 9609.0, 9634.0, 9614.0, 9674.0, 9647.0, 9624.0, 9579.0, 9588.0, 9579.0, 9594.0, 9582.0, 9610.0, 9597.0, 9602.0, 9665.0, 9602.0, 9631.0, 9635.0, 9596.0, 9670.0, 9591.0, 9616.0, 9576.0, 9587.0, 9574.0, 9593.0, 9592.0, 9596.0, 9602.0, 9613.0, 9604.0, 9632.0, 9599.0, 9615.0, 9680.0, 9615.0, 9685.0, 9625.0, 9618.0, 9580.0, 9606.0, 9575.0, 9604.0, 9615.0, 9595.0, 9575.0, 9596.0, 9629.0, 9592.0, 9629.0, 9592.0, 9628.0, 9589.0, 9603.0, 9584.0, 9587.0, 9624.0, 9628.0, 9552.0, 9566.0, 9647.0, 9568.0, 9604.0, 9566.0, 9576.0, 9564.0, 9577.0, 9547.0, 9584.0, 9581.0, 9587.0, 9588.0, 9595.0, 9591.0, 9596.0, 9610.0, 9598.0, 9606.0, 9583.0, 9611.0, 9592.0, 9596.0, 9673.0, 9650.0, 9641.0, 9572.0, 9612.0, 9571.0, 9601.0, 9585.0, 9598.0, 9575.0, 9584.0, 9568.0, 9592.0, 9638.0, 9590.0, 9589.0, 9595.0, 9573.0, 9588.0, 9588.0, 9592.0, 9590.0, 9594.0, 9604.0, 9562.0, 9610.0, 9595.0, 9629.0, 9568.0, 9632.0, 9544.0, 9564.0, 9557.0, 9572.0, 9598.0, 9615.0, 9584.0, 9609.0, 9659.0, 9594.0, 9645.0, 9598.0, 9635.0, 9600.0, 9627.0, 9619.0, 9652.0, 9610.0, 9612.0, 9587.0, 9606.0, 9591.0, 9604.0, 9601.0, 9626.0, 9594.0, 9574.0, 9522.0, 9510.0, 9536.0, 9513.0, 9557.0, 9528.0, 9514.0, 9561.0, 9537.0, 9569.0, 9526.0, 9587.0, 9580.0, 9583.0, 9596.0, 9546.0, 9581.0, 9527.0, 9559.0, 9520.0, 9521.0, 9527.0, 9534.0, 9518.0, 9546.0, 9542.0, 9562.0, 9545.0, 9572.0, 9564.0, 9580.0, 9579.0, 9599.0, 9599.0, 9620.0, 9601.0, 9623.0, 9620.0, 9643.0, 9633.0, 9654.0, 9616.0, 9640.0, 9632.0, 9632.0, 9706.0, 9625.0, 9700.0, 9687.0, 9696.0, 9665.0, 9692.0, 9644.0, 9669.0, 9651.0, 9666.0, 9592.0, 9650.0, 9596.0, 9642.0, 9553.0, 9557.0, 9632.0, 9540.0, 9581.0, 9548.0, 9551.0, 9533.0, 9553.0, 9561.0, 9556.0, 9572.0, 9537.0, 9570.0, 9569.0, 9575.0, 9573.0, 9561.0, 9595.0, 9653.0, 9573.0, 9598.0, 9577.0, 9589.0, 9576.0, 9591.0, 9562.0, 9595.0, 9608.0, 9598.0, 9589.0, 9581.0, 9589.0, 9581.0, 9598.0, 9564.0, 9608.0, 9674.0, 9610.0, 9645.0, 9578.0, 9625.0, 9578.0, 9604.0, 9573.0, 9589.0, 9573.0, 9594.0, 9643.0, 9580.0, 9604.0, 9577.0, 9593.0, 9598.0, 9597.0, 9594.0, 9613.0, 9618.0, 9623.0, 9599.0, 9607.0, 9612.0, 9599.0, 9597.0, 9614.0, 9596.0, 9599.0, 9597.0, 9597.0, 9595.0, 9638.0, 9594.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.0011148536209553159</td></tr>
<tr><td colspan=3>aqi</td><td>0.03239757619414484</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.10077115481112</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.227829887139553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004029818404009</td></tr>
<tr><td colspan=3>efc</td><td>0.4921</td></tr>
<tr><td colspan=3>fber</td><td>4555.478</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10427654875552651</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.471494607087828</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.812531881002585</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7851560245057967</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0812841083546436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.571155510147315</td></tr>
<tr><td colspan=3>gcor</td><td>0.0141453</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014210452325642109</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028886621817946434</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.6258062975818888</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>20.5811</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.3183</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1368</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295029.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0085</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9671</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.8806</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3460.844</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1025.4208</td></tr>
<tr><td colspan=3>tsnr</td><td>33.757144085248</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>