<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>d5b3ae3afb8735c9482d6b667d60235c</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>16:11:29.060000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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.0932437</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>[4150, -7888, -7279, 870, -74, -554, 251, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b0ecacce-b2b7-40db-8426-d61be5c32960||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['161129.060000', '161129.520000', '161129.980000', '161130.440000', '161130.900000', '161131.360000', '161131.820000', '161132.280000', '161132.740000', '161133.200000', '161133.660000', '161134.120000', '161134.580000', '161135.040000', '161135.500000', '161135.960000', '161136.420000', '161136.880000', '161137.340000', '161137.800000', '161138.260000', '161138.720000', '161139.180000', '161139.640000', '161140.100000', '161140.560000', '161141.020000', '161141.480000', '161141.940000', '161142.400000', '161142.860000', '161143.320000', '161143.780000', '161144.240000', '161144.700000', '161145.160000', '161145.620000', '161146.080000', '161146.540000', '161147.000000', '161147.460000', '161147.920000', '161148.380000', '161148.840000', '161149.300000', '161149.760000', '161150.220000', '161150.680000', '161151.140000', '161151.600000', '161152.060000', '161152.520000', '161152.980000', '161153.440000', '161153.900000', '161154.360000', '161154.820000', '161155.280000', '161155.740000', '161156.200000', '161156.660000', '161157.120000', '161157.580000', '161158.040000', '161158.500000', '161158.960000', '161159.420000', '161159.880000', '161200.340000', '161200.800000', '161201.260000', '161201.720000', '161202.180000', '161202.640000', '161203.100000', '161203.560000', '161204.020000', '161204.480000', '161204.940000', '161205.400000', '161205.860000', '161206.320000', '161206.780000', '161207.240000', '161207.700000', '161208.160000', '161208.620000', '161209.080000', '161209.540000', '161210.000000', '161210.460000', '161210.920000', '161211.380000', '161211.840000', '161212.300000', '161212.760000', '161213.220000', '161213.680000', '161214.140000', '161214.600000', '161215.060000', '161215.520000', '161215.980000', '161216.440000', '161216.900000', '161217.360000', '161217.820000', '161218.280000', '161218.740000', '161219.200000', '161219.660000', '161220.120000', '161220.580000', '161221.040000', '161221.500000', '161221.960000', '161222.420000', '161222.880000', '161223.340000', '161223.800000', '161224.260000', '161224.720000', '161225.180000', '161225.640000', '161226.100000', '161226.560000', '161227.020000', '161227.480000', '161227.940000', '161228.400000', '161228.860000', '161229.320000', '161229.780000', '161230.240000', '161230.700000', '161231.160000', '161231.620000', '161232.080000', '161232.540000', '161233.000000', '161233.460000', '161233.920000', '161234.380000', '161234.840000', '161235.300000', '161235.760000', '161236.220000', '161236.680000', '161237.140000', '161237.600000', '161238.060000', '161238.520000', '161238.980000', '161239.440000', '161239.900000', '161240.360000', '161240.820000', '161241.280000', '161241.740000', '161242.200000', '161242.660000', '161243.120000', '161243.580000', '161244.040000', '161244.500000', '161244.960000', '161245.420000', '161245.880000', '161246.340000', '161246.800000', '161247.260000', '161247.720000', '161248.180000', '161248.640000', '161249.100000', '161249.560000', '161250.020000', '161250.480000', '161250.940000', '161251.400000', '161251.860000', '161252.320000', '161252.780000', '161253.240000', '161253.700000', '161254.160000', '161254.620000', '161255.080000', '161255.540000', '161256.000000', '161256.460000', '161256.920000', '161257.380000', '161257.840000', '161258.300000', '161258.760000', '161259.220000', '161259.680000', '161300.140000', '161300.600000', '161301.060000', '161301.520000', '161301.980000', '161302.440000', '161302.900000', '161303.360000', '161303.820000', '161304.280000', '161304.740000', '161305.200000', '161305.660000', '161306.120000', '161306.580000', '161307.040000', '161307.500000', '161307.960000', '161308.420000', '161308.880000', '161309.340000', '161309.800000', '161310.260000', '161310.720000', '161311.180000', '161311.640000', '161312.100000', '161312.560000', '161313.020000', '161313.480000', '161313.940000', '161314.400000', '161314.860000', '161315.320000', '161315.780000', '161316.240000', '161316.700000', '161317.160000', '161317.620000', '161318.080000', '161318.540000', '161319.000000', '161319.460000', '161319.920000', '161320.380000', '161320.840000', '161321.300000', '161321.760000', '161322.220000', '161322.680000', '161323.140000', '161323.600000', '161324.060000', '161324.520000', '161324.980000', '161325.440000', '161325.900000', '161326.360000', '161326.820000', '161327.280000', '161327.740000', '161328.200000', '161328.660000', '161329.120000', '161329.580000', '161330.040000', '161330.500000', '161330.960000', '161331.420000', '161331.880000', '161332.340000', '161332.800000', '161333.260000', '161333.720000', '161334.180000', '161334.640000', '161335.100000', '161335.560000', '161336.020000', '161336.480000', '161336.940000', '161337.400000', '161337.860000', '161338.320000', '161338.780000', '161339.240000', '161339.700000', '161340.160000', '161340.620000', '161341.080000', '161341.540000', '161342.000000', '161342.460000', '161342.920000', '161343.380000', '161343.840000', '161344.300000', '161344.760000', '161345.220000', '161345.680000', '161346.140000', '161346.600000', '161347.060000', '161347.520000', '161347.980000', '161348.440000', '161348.900000', '161349.360000', '161349.820000', '161350.280000', '161350.740000', '161351.200000', '161351.660000', '161352.120000', '161352.580000', '161353.040000', '161353.500000', '161353.960000', '161354.420000', '161354.880000', '161355.340000', '161355.800000', '161356.260000', '161356.720000', '161357.180000', '161357.640000', '161358.100000', '161358.560000', '161359.020000', '161359.480000', '161359.940000', '161400.400000', '161400.860000', '161401.320000', '161401.780000', '161402.240000', '161402.700000', '161403.160000', '161403.620000', '161404.080000', '161404.540000', '161405.000000', '161405.460000', '161405.920000', '161406.380000', '161406.840000', '161407.300000', '161407.760000', '161408.220000', '161408.680000', '161409.140000', '161409.600000', '161410.060000', '161410.520000', '161410.980000', '161411.440000', '161411.900000', '161412.360000', '161412.820000', '161413.280000', '161413.740000', '161414.200000', '161414.660000', '161415.120000', '161415.580000', '161416.040000', '161416.500000', '161416.960000', '161417.420000', '161417.880000', '161418.340000', '161418.800000', '161419.260000', '161419.720000', '161420.180000', '161420.640000', '161421.100000', '161421.560000', '161422.020000', '161422.480000', '161422.940000', '161423.400000', '161423.860000', '161424.320000', '161424.780000', '161425.240000', '161425.700000', '161426.160000', '161426.620000', '161427.080000', '161427.540000', '161428.000000', '161428.460000', '161428.920000', '161429.380000', '161429.840000', '161430.300000', '161430.760000', '161431.220000', '161431.680000', '161432.140000', '161432.600000', '161433.060000', '161433.520000', '161433.980000', '161434.440000', '161434.900000', '161435.360000', '161435.820000', '161436.280000', '161436.740000', '161437.200000', '161437.660000', '161438.120000', '161438.580000', '161439.040000', '161439.500000', '161439.960000', '161440.420000', '161440.880000', '161441.340000', '161441.800000', '161442.260000', '161442.720000', '161443.180000', '161443.640000', '161444.100000', '161444.560000', '161445.020000', '161445.480000', '161445.940000', '161446.400000', '161446.860000', '161447.320000', '161447.780000', '161448.240000', '161448.700000', '161449.160000', '161449.620000', '161450.080000', '161450.540000', '161451.000000', '161451.460000', '161451.920000', '161452.380000', '161452.840000', '161453.300000', '161453.760000', '161454.220000', '161454.680000', '161455.140000', '161455.600000', '161456.060000', '161456.520000', '161456.980000', '161457.440000', '161457.900000', '161458.360000', '161458.820000', '161459.280000', '161459.740000', '161500.200000', '161500.660000', '161501.120000', '161501.580000', '161502.040000', '161502.500000', '161502.960000', '161503.420000', '161503.880000', '161504.340000', '161504.800000', '161505.260000', '161505.720000', '161506.180000', '161506.640000', '161507.100000', '161507.560000', '161508.020000', '161508.480000', '161508.940000', '161509.400000', '161509.860000', '161510.320000', '161510.780000', '161511.240000', '161511.700000', '161512.160000', '161512.620000', '161513.080000', '161513.540000', '161514.000000', '161514.460000', '161514.920000', '161515.380000', '161515.840000', '161516.300000', '161516.760000', '161517.220000', '161517.680000', '161518.140000', '161518.600000', '161519.060000', '161519.520000', '161519.980000', '161520.440000', '161520.900000', '161521.360000', '161521.820000', '161522.280000', '161522.740000', '161523.200000', '161523.660000', '161524.120000', '161524.580000', '161525.040000', '161525.500000', '161525.960000', '161526.420000', '161526.880000', '161527.340000', '161527.800000', '161528.260000', '161528.720000', '161529.180000', '161529.640000', '161530.100000', '161530.560000', '161531.020000', '161531.480000', '161531.940000', '161532.400000', '161532.860000', '161533.320000', '161533.780000', '161534.240000', '161534.700000', '161535.160000', '161535.620000', '161536.080000', '161536.540000', '161537.000000', '161537.460000', '161537.920000', '161538.380000', '161538.840000', '161539.300000', '161539.760000', '161540.220000', '161540.680000', '161541.140000', '161541.600000', '161542.060000', '161542.520000', '161542.980000', '161543.440000', '161543.900000', '161544.360000', '161544.820000', '161545.280000', '161545.740000', '161546.200000', '161546.660000', '161547.120000', '161547.580000', '161548.040000', '161548.500000', '161548.960000', '161549.420000', '161549.880000', '161550.340000', '161550.800000', '161551.260000', '161551.720000', '161552.180000', '161552.640000', '161553.100000', '161553.560000', '161554.020000', '161554.480000', '161554.940000', '161555.400000', '161555.860000', '161556.320000', '161556.780000', '161557.240000', '161557.700000', '161558.160000', '161558.620000', '161559.080000', '161559.540000', '161600.000000', '161600.460000', '161600.920000', '161601.380000', '161601.840000', '161602.300000', '161602.760000', '161603.220000', '161603.680000', '161604.140000', '161604.600000', '161605.060000', '161605.520000', '161605.980000', '161606.440000', '161606.900000', '161607.360000', '161607.820000', '161608.280000', '161608.740000', '161609.200000', '161609.660000', '161610.120000', '161610.580000', '161611.040000', '161611.500000', '161611.960000', '161612.420000', '161612.880000', '161613.340000', '161613.800000', '161614.260000', '161614.720000', '161615.180000', '161615.640000', '161616.100000', '161616.560000', '161617.020000', '161617.480000', '161617.940000', '161618.400000', '161618.860000', '161619.320000', '161619.780000', '161620.240000', '161620.700000', '161621.160000', '161621.620000', '161622.080000', '161622.540000', '161623.000000', '161623.460000', '161623.920000', '161624.380000', '161624.840000', '161625.300000', '161625.760000', '161626.220000', '161626.680000', '161627.140000', '161627.600000', '161628.060000', '161628.520000', '161628.980000', '161629.440000', '161629.900000', '161630.360000', '161630.820000', '161631.280000', '161631.740000', '161632.200000', '161632.660000', '161633.120000', '161633.580000', '161634.040000', '161634.500000', '161634.960000', '161635.420000', '161635.880000', '161636.340000', '161636.800000', '161637.260000', '161637.720000', '161638.180000', '161638.640000', '161639.100000', '161639.560000', '161640.020000', '161640.480000', '161640.940000', '161641.400000', '161641.860000', '161642.320000', '161642.780000', '161643.240000', '161643.700000', '161644.160000', '161644.620000', '161645.080000', '161645.540000', '161646.000000', '161646.460000', '161646.920000', '161647.380000', '161647.840000', '161648.300000', '161648.760000', '161649.220000', '161649.680000', '161650.140000', '161650.600000', '161651.060000', '161651.520000', '161651.980000', '161652.440000', '161652.900000', '161653.360000', '161653.820000', '161654.280000', '161654.740000', '161655.200000', '161655.660000', '161656.120000', '161656.580000', '161657.040000', '161657.500000', '161657.960000', '161658.420000', '161658.880000', '161659.340000', '161659.800000', '161700.260000', '161700.720000', '161701.180000', '161701.640000', '161702.100000', '161702.560000', '161703.020000', '161703.480000', '161703.940000', '161704.400000', '161704.860000', '161705.320000', '161705.780000', '161706.240000', '161706.700000', '161707.160000', '161707.620000', '161708.080000', '161708.540000', '161709.000000', '161709.460000', '161709.920000', '161710.380000', '161710.840000', '161711.300000', '161711.760000', '161712.220000', '161712.680000', '161713.140000', '161713.600000', '161714.060000', '161714.520000', '161714.980000', '161715.440000', '161715.900000', '161716.360000', '161716.820000', '161717.280000', '161717.740000', '161718.200000', '161718.660000', '161719.120000', '161719.580000', '161720.040000', '161720.500000', '161720.960000', '161721.420000', '161721.880000', '161722.340000', '161722.800000', '161723.260000', '161723.720000', '161724.180000', '161724.640000', '161725.100000', '161725.560000', '161726.020000', '161726.480000', '161726.940000', '161727.400000', '161727.860000', '161728.320000', '161728.780000', '161729.240000', '161729.700000', '161730.160000', '161730.620000', '161731.080000', '161731.540000', '161732.000000', '161732.460000', '161732.920000', '161733.380000', '161733.840000', '161734.300000', '161734.760000', '161735.220000', '161735.680000', '161736.140000', '161736.600000', '161737.060000', '161737.520000', '161737.980000', '161738.440000', '161738.900000', '161739.360000', '161739.820000', '161740.280000', '161740.740000', '161741.200000', '161741.660000', '161742.120000', '161742.580000', '161743.040000', '161743.500000', '161743.960000', '161744.420000', '161744.880000', '161745.340000', '161745.800000', '161746.260000', '161746.720000', '161747.180000', '161747.640000', '161748.100000', '161748.560000', '161749.020000', '161749.480000', '161749.940000', '161750.400000', '161750.860000', '161751.320000', '161751.780000', '161752.240000', '161752.700000', '161753.160000', '161753.620000', '161754.080000', '161754.540000', '161755.000000', '161755.460000', '161755.920000', '161756.380000', '161756.840000', '161757.300000', '161757.760000', '161758.220000', '161758.680000', '161759.140000', '161759.600000', '161800.060000', '161800.520000', '161800.980000', '161801.440000', '161801.900000', '161802.360000', '161802.820000', '161803.280000', '161803.740000', '161804.200000', '161804.660000', '161805.120000', '161805.580000', '161806.040000', '161806.500000', '161806.960000', '161807.420000', '161807.880000', '161808.340000', '161808.800000', '161809.260000', '161809.720000', '161810.180000', '161810.640000', '161811.100000', '161811.560000', '161812.020000', '161812.480000', '161812.940000', '161813.400000', '161813.860000', '161814.320000', '161814.780000', '161815.240000', '161815.700000', '161816.160000', '161816.620000', '161817.080000', '161817.540000', '161818.000000', '161818.460000', '161818.920000', '161819.380000', '161819.840000', '161820.300000', '161820.760000', '161821.220000', '161821.680000', '161822.140000', '161822.600000', '161823.060000', '161823.520000', '161823.980000', '161824.440000', '161824.900000', '161825.360000', '161825.820000', '161826.280000', '161826.740000', '161827.200000', '161827.660000', '161828.120000', '161828.580000', '161829.040000', '161829.500000', '161829.960000', '161830.420000', '161830.880000', '161831.340000', '161831.800000', '161832.260000', '161832.720000', '161833.180000', '161833.640000', '161834.100000', '161834.560000', '161835.020000', '161835.480000', '161835.940000', '161836.400000', '161836.860000', '161837.320000', '161837.780000', '161838.240000', '161838.700000', '161839.160000', '161839.620000', '161840.080000', '161840.540000', '161841.000000', '161841.460000', '161841.920000', '161842.380000', '161842.840000', '161843.300000', '161843.760000', '161844.220000', '161844.680000', '161845.140000', '161845.600000', '161846.060000', '161846.520000', '161846.980000', '161847.440000', '161847.900000', '161848.360000', '161848.820000', '161849.280000', '161849.740000', '161850.200000', '161850.660000', '161851.120000', '161851.580000', '161852.040000', '161852.500000', '161852.960000', '161853.420000', '161853.880000', '161854.340000', '161854.800000', '161855.260000', '161855.720000', '161856.180000', '161856.640000', '161857.100000', '161857.560000', '161858.020000', '161858.480000', '161858.940000', '161859.400000', '161859.860000', '161900.320000', '161900.780000', '161901.240000', '161901.700000', '161902.160000', '161902.620000', '161903.080000', '161903.540000', '161904.000000', '161904.460000', '161904.920000', '161905.380000', '161905.840000', '161906.300000', '161906.760000', '161907.220000', '161907.680000', '161908.140000', '161908.600000', '161909.060000', '161909.520000', '161909.980000', '161910.440000', '161910.900000', '161911.360000', '161911.820000', '161912.280000', '161912.740000', '161913.200000', '161913.660000', '161914.120000', '161914.580000', '161915.040000', '161915.500000', '161915.960000', '161916.420000', '161916.880000', '161917.340000', '161917.800000', '161918.260000', '161918.720000', '161919.180000', '161919.640000', '161920.100000', '161920.560000', '161921.020000', '161921.480000', '161921.940000', '161922.400000', '161922.860000', '161923.320000', '161923.780000', '161924.240000', '161924.700000', '161925.160000', '161925.620000', '161926.080000', '161926.540000', '161927.000000', '161927.460000', '161927.920000', '161928.380000', '161928.840000', '161929.300000', '161929.760000', '161930.220000', '161930.680000', '161931.140000', '161931.600000', '161932.060000', '161932.520000', '161932.980000', '161933.440000', '161933.900000', '161934.360000', '161934.820000', '161935.280000', '161935.740000', '161936.200000', '161936.660000', '161937.120000', '161937.580000', '161938.040000', '161938.500000', '161938.960000', '161939.420000', '161939.880000', '161940.340000', '161940.800000', '161941.260000', '161941.720000', '161942.180000', '161942.640000', '161943.100000', '161943.560000', '161944.020000', '161944.480000', '161944.940000', '161945.400000', '161945.860000', '161946.320000', '161946.780000', '161947.240000', '161947.700000', '161948.160000', '161948.620000', '161949.080000', '161949.540000', '161950.000000', '161950.460000', '161950.920000', '161951.380000', '161951.840000', '161952.300000', '161952.760000', '161953.220000', '161953.680000', '161954.140000', '161954.600000', '161955.060000', '161955.520000', '161955.980000', '161956.440000', '161956.900000', '161957.360000', '161957.820000', '161958.280000', '161958.740000', '161959.200000', '161959.660000', '162000.120000', '162000.580000', '162001.040000', '162001.500000', '162001.960000', '162002.420000', '162002.880000', '162003.340000', '162003.800000', '162004.260000', '162004.720000', '162005.180000', '162005.640000', '162006.100000', '162006.560000', '162007.020000', '162007.480000', '162007.940000', '162008.400000', '162008.860000', '162009.320000', '162009.780000', '162010.240000', '162010.700000', '162011.160000', '162011.620000', '162012.080000', '162012.540000', '162013.000000', '162013.460000', '162013.920000', '162014.380000', '162014.840000', '162015.300000', '162015.760000', '162016.220000', '162016.680000', '162017.140000', '162017.600000', '162018.060000', '162018.520000', '162018.980000', '162019.440000', '162019.900000', '162020.360000', '162020.820000', '162021.280000', '162021.740000', '162022.200000', '162022.660000', '162023.120000', '162023.580000', '162024.040000', '162024.500000', '162024.960000', '162025.420000', '162025.880000', '162026.340000', '162026.800000', '162027.260000', '162027.720000', '162028.180000', '162028.640000', '162029.100000', '162029.560000', '162030.020000', '162030.480000', '162030.940000', '162031.400000', '162031.860000', '162032.320000', '162032.780000', '162033.240000', '162033.700000', '162034.160000', '162034.620000', '162035.080000', '162035.540000', '162036.000000', '162036.460000', '162036.920000', '162037.380000', '162037.840000', '162038.300000', '162038.760000', '162039.220000', '162039.680000', '162040.140000', '162040.600000', '162041.060000', '162041.520000', '162041.980000', '162042.440000', '162042.900000', '162043.360000', '162043.820000', '162044.280000', '162044.740000', '162045.200000', '162045.660000', '162046.120000', '162046.580000', '162047.040000', '162047.500000', '162047.960000', '162048.420000', '162048.880000', '162049.340000', '162049.800000', '162050.260000', '162050.720000', '162051.180000', '162051.640000', '162052.100000', '162052.560000', '162053.020000', '162053.480000', '162053.940000', '162054.400000', '162054.860000', '162055.320000', '162055.780000', '162056.240000', '162056.700000', '162057.160000', '162057.620000', '162058.080000', '162058.540000', '162059.000000', '162059.460000', '162059.920000', '162100.380000', '162100.840000', '162101.300000', '162101.760000', '162102.220000', '162102.680000', '162103.140000', '162103.600000', '162104.060000', '162104.520000', '162104.980000', '162105.440000', '162105.900000', '162106.360000', '162106.820000', '162107.280000', '162107.740000', '162108.200000', '162108.660000', '162109.120000', '162109.580000', '162110.040000', '162110.500000', '162110.960000', '162111.420000', '162111.880000', '162112.340000', '162112.800000', '162113.260000', '162113.720000', '162114.180000', '162114.640000', '162115.100000', '162115.560000', '162116.020000', '162116.480000', '162116.940000', '162117.400000', '162117.860000', '162118.320000', '162118.780000', '162119.240000', '162119.700000', '162120.160000', '162120.620000', '162121.080000', '162121.540000', '162122.000000', '162122.460000', '162122.920000', '162123.380000', '162123.840000', '162124.300000', '162124.760000', '162125.220000', '162125.680000'], 'ContentTime': ['161156.909000', '161156.912000', '161156.914000', '161156.917000', '161156.920000', '161156.922000', '161156.925000', '161156.927000', '161156.930000', '161156.932000', '161156.935000', '161156.938000', '161156.940000', '161156.943000', '161156.945000', '161156.948000', '161156.950000', '161156.953000', '161156.960000', '161156.962000', '161156.965000', '161156.968000', '161156.970000', '161156.973000', '161156.975000', '161156.978000', '161156.980000', '161156.983000', '161156.986000', '161156.988000', '161156.991000', '161156.993000', '161156.996000', '161156.998000', '161157.002000', '161157.005000', '161157.007000', '161157.010000', '161157.013000', '161157.015000', '161157.018000', '161157.020000', '161157.023000', '161157.025000', '161157.028000', '161157.031000', '161157.033000', '161157.036000', '161157.038000', '161157.041000', '161157.043000', '161157.046000', '161157.048000', '161157.051000', '161157.053000', '161157.056000', '161157.059000', '161157.062000', '161157.064000', '161216.878000', '161216.881000', '161216.884000', '161216.886000', '161216.889000', '161216.891000', '161216.894000', '161216.896000', '161216.899000', '161216.902000', '161216.904000', '161216.907000', '161216.909000', '161216.912000', '161216.914000', '161216.917000', '161216.919000', '161216.922000', '161216.925000', '161216.927000', '161216.930000', '161216.932000', '161216.935000', '161216.937000', '161216.940000', '161216.942000', '161216.945000', '161216.948000', '161216.950000', '161216.953000', '161216.955000', '161216.958000', '161216.960000', '161216.963000', '161216.965000', '161216.968000', '161216.970000', '161216.973000', '161216.976000', '161216.978000', '161216.981000', '161216.983000', '161216.986000', '161216.988000', '161236.879000', '161236.881000', '161236.884000', '161236.887000', '161236.889000', '161236.892000', '161236.894000', '161236.897000', '161236.899000', '161236.902000', '161236.904000', '161236.907000', '161236.910000', '161236.912000', '161236.915000', '161236.917000', '161236.920000', '161236.922000', '161236.925000', '161236.927000', '161236.930000', '161236.933000', '161236.935000', '161236.938000', '161236.940000', '161236.943000', '161236.945000', '161236.948000', '161236.951000', '161236.953000', '161236.956000', '161236.958000', '161236.961000', '161236.964000', '161236.966000', '161236.969000', '161236.971000', '161236.986000', '161236.989000', '161236.991000', '161236.994000', '161236.996000', '161237.000000', '161256.879000', '161256.881000', '161256.884000', '161256.886000', '161256.889000', '161256.892000', '161256.894000', '161256.897000', '161256.899000', '161256.902000', '161256.904000', '161256.907000', '161256.910000', '161256.912000', '161256.917000', '161256.919000', '161256.922000', '161256.925000', '161256.927000', '161256.930000', '161256.932000', '161256.935000', '161256.938000', '161256.940000', '161256.943000', '161256.946000', '161256.948000', '161256.951000', '161256.953000', '161256.956000', '161256.958000', '161256.961000', '161256.963000', '161256.966000', '161256.969000', '161256.971000', '161256.974000', '161256.977000', '161256.979000', '161256.982000', '161256.984000', '161256.987000', '161256.989000', '161316.878000', '161316.881000', '161316.884000', '161316.886000', '161316.889000', '161316.892000', '161316.894000', '161316.897000', '161316.899000', '161316.902000', '161316.904000', '161316.907000', '161316.910000', '161316.912000', '161316.915000', '161316.917000', '161316.920000', '161316.922000', '161316.925000', '161316.928000', '161316.930000', '161316.933000', '161316.935000', '161316.938000', '161316.941000', '161316.943000', '161316.946000', '161316.948000', '161316.951000', '161316.953000', '161316.956000', '161316.958000', '161316.961000', '161316.963000', '161316.966000', '161316.969000', '161316.971000', '161316.974000', '161316.976000', '161316.979000', '161316.981000', '161316.984000', '161316.987000', '161316.989000', '161336.878000', '161336.881000', '161336.884000', '161336.886000', '161336.889000', '161336.891000', '161336.894000', '161336.897000', '161336.899000', '161336.902000', '161336.904000', '161336.907000', '161336.909000', '161336.912000', '161336.915000', '161336.917000', '161336.920000', '161336.922000', '161336.925000', '161336.928000', '161336.930000', '161336.933000', '161336.935000', '161336.938000', '161336.941000', '161336.943000', '161336.946000', '161336.949000', '161336.952000', '161336.954000', '161336.957000', '161336.960000', '161336.962000', '161336.965000', '161336.968000', '161336.970000', '161336.973000', '161336.975000', '161336.978000', '161336.980000', '161336.983000', '161336.986000', '161336.988000', '161356.877000', '161356.880000', '161356.883000', '161356.885000', '161356.888000', '161356.891000', '161356.893000', '161356.896000', '161356.898000', '161356.901000', '161356.904000', '161356.906000', '161356.909000', '161356.911000', '161356.914000', '161356.916000', '161356.919000', '161356.922000', '161356.924000', '161356.927000', '161356.929000', '161356.932000', '161356.935000', '161356.937000', '161356.940000', '161356.942000', '161356.945000', '161356.947000', '161356.950000', '161356.952000', '161356.955000', '161356.958000', '161356.960000', '161356.963000', '161356.965000', '161356.968000', '161356.971000', '161356.973000', '161356.976000', '161356.978000', '161356.981000', '161356.983000', '161356.986000', '161356.988000', '161416.877000', '161416.880000', '161416.883000', '161416.885000', '161416.888000', '161416.891000', '161416.893000', '161416.896000', '161416.899000', '161416.901000', '161416.904000', '161416.906000', '161416.909000', '161416.912000', '161416.914000', '161416.917000', '161416.919000', '161416.922000', '161416.925000', '161416.927000', '161416.930000', '161416.932000', '161416.935000', '161416.937000', '161416.940000', '161416.943000', '161416.945000', '161416.948000', '161416.950000', '161416.954000', '161416.957000', '161416.959000', '161416.962000', '161416.964000', '161416.975000', '161416.978000', '161416.981000', '161416.983000', '161416.986000', '161416.988000', '161416.991000', '161416.994000', '161416.996000', '161436.879000', '161436.881000', '161436.884000', '161436.887000', '161436.889000', '161436.892000', '161436.894000', '161436.897000', '161436.900000', '161436.902000', '161436.905000', '161436.907000', '161436.910000', '161436.912000', '161436.915000', '161436.918000', '161436.920000', '161436.923000', '161436.925000', '161436.928000', '161436.931000', '161436.933000', '161436.936000', '161436.938000', '161436.941000', '161436.943000', '161436.946000', '161436.949000', '161436.951000', '161436.954000', '161436.956000', '161436.959000', '161436.962000', '161436.964000', '161436.967000', '161436.969000', '161436.972000', '161436.974000', '161436.977000', '161436.980000', '161436.982000', '161436.985000', '161436.987000', '161436.990000', '161456.879000', '161456.881000', '161456.884000', '161456.887000', '161456.889000', '161456.892000', '161456.894000', '161456.897000', '161456.900000', '161456.902000', '161456.905000', '161456.907000', '161456.910000', '161456.913000', '161456.915000', '161456.918000', '161456.920000', '161456.923000', '161456.926000', '161456.928000', '161456.931000', '161456.934000', '161456.936000', '161456.939000', '161456.941000', '161456.944000', '161456.947000', '161456.949000', '161456.952000', '161456.954000', '161456.957000', '161456.960000', '161456.962000', '161456.965000', '161456.967000', '161456.970000', '161456.973000', '161456.975000', '161456.978000', '161456.980000', '161456.983000', '161456.985000', '161456.988000', '161516.878000', '161516.881000', '161516.884000', '161516.887000', '161516.889000', '161516.892000', '161516.894000', '161516.897000', '161516.899000', '161516.902000', '161516.904000', '161516.907000', '161516.910000', '161516.912000', '161516.915000', '161516.917000', '161516.920000', '161516.923000', '161516.925000', '161516.928000', '161516.930000', '161516.933000', '161516.936000', '161516.938000', '161516.941000', '161516.943000', '161516.946000', '161516.949000', '161516.951000', '161516.954000', '161516.956000', '161516.959000', '161516.961000', '161516.964000', '161516.967000', '161516.969000', '161516.972000', '161516.974000', '161516.977000', '161516.979000', '161516.982000', '161516.985000', '161516.987000', '161516.990000', '161536.878000', '161536.881000', '161536.884000', '161536.886000', '161536.889000', '161536.892000', '161536.894000', '161536.897000', '161536.899000', '161536.902000', '161536.904000', '161536.907000', '161536.910000', '161536.913000', '161536.915000', '161536.918000', '161536.920000', '161536.923000', '161536.926000', '161536.928000', '161536.931000', '161536.933000', '161536.936000', '161536.939000', '161536.941000', '161536.944000', '161536.947000', '161536.950000', '161536.953000', '161536.955000', '161536.958000', '161536.961000', '161536.963000', '161536.966000', '161536.969000', '161536.971000', '161536.974000', '161536.976000', '161536.979000', '161536.981000', '161536.984000', '161536.986000', '161536.989000', '161556.878000', '161556.881000', '161556.884000', '161556.887000', '161556.889000', '161556.892000', '161556.894000', '161556.897000', '161556.899000', '161556.902000', '161556.904000', '161556.907000', '161556.910000', '161556.912000', '161556.915000', '161556.942000', '161556.945000', '161556.948000', '161556.950000', '161556.953000', '161556.955000', '161556.958000', '161556.961000', '161556.963000', '161556.966000', '161556.968000', '161556.971000', '161556.973000', '161556.976000', '161556.979000', '161556.981000', '161556.984000', '161556.986000', '161556.989000', '161556.992000', '161556.994000', '161556.997000', '161557.000000', '161557.003000', '161557.005000', '161557.008000', '161557.010000', '161557.013000', '161557.016000', '161616.878000', '161616.880000', '161616.883000', '161616.886000', '161616.888000', '161616.891000', '161616.893000', '161616.896000', '161616.898000', '161616.901000', '161616.904000', '161616.906000', '161616.909000', '161616.911000', '161616.914000', '161616.916000', '161616.919000', '161616.922000', '161616.924000', '161616.927000', '161616.929000', '161616.932000', '161616.934000', '161616.937000', '161616.939000', '161616.942000', '161616.945000', '161616.947000', '161616.950000', '161616.952000', '161616.955000', '161616.957000', '161616.960000', '161616.962000', '161616.965000', '161616.967000', '161616.970000', '161616.973000', '161616.975000', '161616.978000', '161616.980000', '161616.983000', '161616.985000', '161636.877000', '161636.880000', '161636.883000', '161636.886000', '161636.888000', '161636.891000', '161636.893000', '161636.896000', '161636.898000', '161636.901000', '161636.904000', '161636.906000', '161636.909000', '161636.911000', '161636.914000', '161636.917000', '161636.919000', '161636.922000', '161636.925000', '161636.927000', '161636.930000', '161636.932000', '161636.935000', '161636.938000', '161636.940000', '161636.943000', '161636.945000', '161636.948000', '161636.951000', '161636.953000', '161636.956000', '161636.958000', '161636.961000', '161636.964000', '161636.966000', '161636.969000', '161636.971000', '161636.974000', '161636.976000', '161636.979000', '161636.982000', '161636.984000', '161636.987000', '161636.989000', '161656.879000', '161656.881000', '161656.884000', '161656.887000', '161656.889000', '161656.892000', '161656.894000', '161656.897000', '161656.900000', '161656.902000', '161656.905000', '161656.908000', '161656.911000', '161656.914000', '161656.916000', '161656.919000', '161656.921000', '161656.924000', '161656.927000', '161656.929000', '161656.932000', '161656.935000', '161656.937000', '161656.940000', '161656.942000', '161656.945000', '161656.947000', '161656.950000', '161656.953000', '161656.955000', '161656.958000', '161656.960000', '161656.963000', '161656.966000', '161656.968000', '161656.971000', '161656.974000', '161656.976000', '161656.979000', '161656.982000', '161656.984000', '161656.987000', '161656.989000', '161716.878000', '161716.881000', '161716.884000', '161716.886000', '161716.889000', '161716.892000', '161716.894000', '161716.897000', '161716.899000', '161716.902000', '161716.904000', '161716.907000', '161716.910000', '161716.912000', '161716.915000', '161716.917000', '161716.920000', '161716.922000', '161716.925000', '161716.928000', '161716.930000', '161716.933000', '161716.935000', '161716.938000', '161716.940000', '161716.943000', '161716.956000', '161716.959000', '161716.961000', '161716.964000', '161716.966000', '161716.969000', '161716.972000', '161716.974000', '161716.977000', '161716.979000', '161716.982000', '161716.984000', '161716.987000', '161716.989000', '161716.992000', '161716.995000', '161716.997000', '161717.001000', '161736.879000', '161736.882000', '161736.884000', '161736.887000', '161736.889000', '161736.892000', '161736.894000', '161736.897000', '161736.900000', '161736.902000', '161736.905000', '161736.908000', '161736.911000', '161736.914000', '161736.918000', '161736.921000', '161736.923000', '161736.926000', '161736.929000', '161736.931000', '161736.934000', '161736.937000', '161736.940000', '161736.942000', '161736.945000', '161736.948000', '161736.950000', '161736.953000', '161736.956000', '161736.959000', '161736.961000', '161736.964000', '161736.967000', '161736.969000', '161736.972000', '161736.975000', '161736.977000', '161736.980000', '161736.983000', '161736.986000', '161736.988000', '161736.991000', '161736.994000', '161756.878000', '161756.881000', '161756.884000', '161756.887000', '161756.889000', '161756.892000', '161756.894000', '161756.897000', '161756.899000', '161756.902000', '161756.905000', '161756.907000', '161756.910000', '161756.912000', '161756.915000', '161756.918000', '161756.920000', '161756.923000', '161756.926000', '161756.928000', '161756.931000', '161756.933000', '161756.936000', '161756.939000', '161756.941000', '161756.944000', '161756.946000', '161756.949000', '161756.951000', '161756.954000', '161756.957000', '161756.959000', '161756.962000', '161756.964000', '161756.967000', '161756.969000', '161756.972000', '161756.975000', '161756.977000', '161756.980000', '161756.982000', '161756.985000', '161756.988000', '161756.990000', '161816.878000', '161816.881000', '161816.884000', '161816.886000', '161816.889000', '161816.891000', '161816.894000', '161816.897000', '161816.899000', '161816.902000', '161816.904000', '161816.907000', '161816.910000', '161816.912000', '161816.915000', '161816.917000', '161816.920000', '161816.922000', '161816.925000', '161816.928000', '161816.930000', '161816.933000', '161816.935000', '161816.938000', '161816.941000', '161816.943000', '161816.946000', '161816.948000', '161816.951000', '161816.954000', '161816.956000', '161816.959000', '161816.961000', '161816.964000', '161816.966000', '161816.969000', '161816.972000', '161816.974000', '161816.977000', '161816.980000', '161816.982000', '161816.985000', '161816.987000', '161836.878000', '161836.880000', '161836.883000', '161836.886000', '161836.888000', '161836.891000', '161836.893000', '161836.896000', '161836.899000', '161836.901000', '161836.904000', '161836.906000', '161836.909000', '161836.912000', '161836.914000', '161836.917000', '161836.919000', '161836.922000', '161836.924000', '161836.927000', '161836.930000', '161836.932000', '161836.935000', '161836.937000', '161836.940000', '161836.942000', '161836.945000', '161836.947000', '161836.950000', '161836.953000', '161836.955000', '161836.958000', '161836.960000', '161836.963000', '161836.966000', '161836.968000', '161836.971000', '161836.990000', '161836.993000', '161836.996000', '161836.998000', '161837.002000', '161837.004000', '161837.007000', '161856.878000', '161856.881000', '161856.883000', '161856.886000', '161856.888000', '161856.891000', '161856.894000', '161856.896000', '161856.899000', '161856.901000', '161856.904000', '161856.907000', '161856.909000', '161856.912000', '161856.914000', '161856.917000', '161856.919000', '161856.922000', '161856.924000', '161856.927000', '161856.930000', '161856.932000', '161856.935000', '161856.938000', '161856.940000', '161856.943000', '161856.945000', '161856.948000', '161856.951000', '161856.953000', '161856.956000', '161856.958000', '161856.970000', '161856.973000', '161856.975000', '161856.978000', '161856.981000', '161856.983000', '161856.986000', '161856.988000', '161856.991000', '161856.994000', '161856.996000', '161916.878000', '161916.881000', '161916.884000', '161916.886000', '161916.889000', '161916.892000', '161916.894000', '161916.897000', '161916.900000', '161916.902000', '161916.905000', '161916.907000', '161916.910000', '161916.912000', '161916.915000', '161916.918000', '161916.920000', '161916.923000', '161916.925000', '161916.928000', '161916.931000', '161916.933000', '161916.936000', '161916.938000', '161916.941000', '161916.944000', '161916.946000', '161916.949000', '161916.951000', '161916.954000', '161916.956000', '161916.959000', '161916.961000', '161916.964000', '161916.966000', '161916.969000', '161916.972000', '161916.974000', '161916.977000', '161916.979000', '161916.982000', '161916.984000', '161916.987000', '161916.990000', '161936.879000', '161936.881000', '161936.884000', '161936.887000', '161936.889000', '161936.892000', '161936.894000', '161936.897000', '161936.900000', '161936.902000', '161936.905000', '161936.907000', '161936.910000', '161936.912000', '161936.915000', '161936.917000', '161936.920000', '161936.923000', '161936.925000', '161936.928000', '161936.930000', '161936.933000', '161936.936000', '161936.938000', '161936.941000', '161936.943000', '161936.946000', '161936.948000', '161936.951000', '161936.954000', '161936.956000', '161936.959000', '161936.961000', '161936.964000', '161936.966000', '161936.969000', '161936.972000', '161936.974000', '161936.977000', '161936.979000', '161936.982000', '161936.984000', '161936.987000', '161956.879000', '161956.882000', '161956.884000', '161956.887000', '161956.889000', '161956.892000', '161956.894000', '161956.897000', '161956.900000', '161956.902000', '161956.905000', '161956.907000', '161956.910000', '161956.913000', '161956.915000', '161956.918000', '161956.920000', '161956.923000', '161956.926000', '161956.928000', '161956.931000', '161956.934000', '161956.936000', '161956.939000', '161956.941000', '161956.944000', '161956.946000', '161956.949000', '161956.952000', '161956.955000', '161956.957000', '161956.960000', '161956.962000', '161956.988000', '161956.990000', '161956.993000', '161956.996000', '161956.998000', '161957.002000', '161957.004000', '161957.007000', '161957.009000', '161957.012000', '162016.878000', '162016.881000', '162016.884000', '162016.887000', '162016.889000', '162016.892000', '162016.894000', '162016.897000', '162016.899000', '162016.902000', '162016.905000', '162016.907000', '162016.910000', '162016.912000', '162016.915000', '162016.917000', '162016.920000', '162016.923000', '162016.925000', '162016.928000', '162016.930000', '162016.933000', '162016.936000', '162016.938000', '162016.941000', '162016.943000', '162016.946000', '162016.948000', '162016.951000', '162016.953000', '162016.956000', '162016.959000', '162016.961000', '162016.964000', '162016.966000', '162016.969000', '162016.972000', '162016.974000', '162016.977000', '162016.979000', '162016.982000', '162016.985000', '162016.987000', '162016.990000', '162036.879000', '162036.882000', '162036.884000', '162036.887000', '162036.890000', '162036.892000', '162036.895000', '162036.898000', '162036.900000', '162036.903000', '162036.905000', '162036.908000', '162036.911000', '162036.914000', '162036.917000', '162036.920000', '162036.922000', '162036.925000', '162036.927000', '162036.930000', '162036.933000', '162036.935000', '162036.938000', '162036.940000', '162036.943000', '162036.945000', '162036.948000', '162036.951000', '162036.953000', '162036.956000', '162036.958000', '162036.961000', '162036.964000', '162036.966000', '162036.969000', '162036.972000', '162036.974000', '162036.977000', '162036.979000', '162036.982000', '162036.984000', '162036.987000', '162036.990000', '162056.878000', '162056.881000', '162056.883000', '162056.886000', '162056.889000', '162056.891000', '162056.894000', '162056.896000', '162056.899000', '162056.902000', '162056.904000', '162056.907000', '162056.909000', '162056.912000', '162056.915000', '162056.917000', '162056.920000', '162056.922000', '162056.925000', '162056.928000', '162056.930000', '162056.933000', '162056.936000', '162056.938000', '162056.941000', '162056.943000', '162056.946000', '162056.949000', '162056.951000', '162056.954000', '162056.956000', '162056.959000', '162056.962000', '162056.964000', '162056.967000', '162056.970000', '162056.972000', '162056.975000', '162056.978000', '162056.980000', '162056.983000', '162056.985000', '162056.988000', '162056.991000', '162116.878000', '162116.880000', '162116.883000', '162116.886000', '162116.888000', '162116.891000', '162116.893000', '162116.896000', '162116.898000', '162116.901000', '162116.904000', '162116.906000', '162116.909000', '162116.911000', '162116.914000', '162116.916000', '162116.928000', '162116.930000', '162116.933000', '162116.936000', '162116.938000', '162116.941000', '162116.943000', '162116.946000', '162116.948000', '162116.951000', '162116.954000', '162116.956000', '162116.959000', '162116.961000', '162116.964000', '162116.967000', '162116.969000', '162116.972000', '162116.974000', '162116.977000', '162116.979000', '162116.982000', '162116.985000', '162116.987000', '162116.990000', '162116.992000', '162116.995000', '162116.998000', '162126.542000', '162126.545000', '162126.548000', '162126.551000', '162126.554000', '162126.557000', '162126.560000', '162126.562000', '162126.566000', '162126.569000', '162126.571000', '162126.574000', '162126.577000', '162126.580000', '162126.582000', '162126.585000', '162126.588000', '162126.591000', '162126.594000', '162126.596000', '162126.599000'], 'InstanceCreationTime': ['161156.909000', '161156.912000', '161156.914000', '161156.917000', '161156.920000', '161156.922000', '161156.925000', '161156.927000', '161156.930000', '161156.932000', '161156.935000', '161156.938000', '161156.940000', '161156.943000', '161156.945000', '161156.948000', '161156.950000', '161156.953000', '161156.960000', '161156.962000', '161156.965000', '161156.968000', '161156.970000', '161156.973000', '161156.975000', '161156.978000', '161156.980000', '161156.983000', '161156.986000', '161156.988000', '161156.991000', '161156.993000', '161156.996000', '161156.998000', '161157.002000', '161157.005000', '161157.007000', '161157.010000', '161157.013000', '161157.015000', '161157.018000', '161157.020000', '161157.023000', '161157.025000', '161157.028000', '161157.031000', '161157.033000', '161157.036000', '161157.038000', '161157.041000', '161157.043000', '161157.046000', '161157.048000', '161157.051000', '161157.053000', '161157.056000', '161157.059000', '161157.062000', '161157.064000', '161216.878000', '161216.881000', '161216.884000', '161216.886000', '161216.889000', '161216.891000', '161216.894000', '161216.896000', '161216.899000', '161216.902000', '161216.904000', '161216.907000', '161216.909000', '161216.912000', '161216.914000', '161216.917000', '161216.919000', '161216.922000', '161216.925000', '161216.927000', '161216.930000', '161216.932000', '161216.935000', '161216.937000', '161216.940000', '161216.942000', '161216.945000', '161216.948000', '161216.950000', '161216.953000', '161216.955000', '161216.958000', '161216.960000', '161216.963000', '161216.965000', '161216.968000', '161216.970000', '161216.973000', '161216.976000', '161216.978000', '161216.981000', '161216.983000', '161216.986000', '161216.988000', '161236.879000', '161236.881000', '161236.884000', '161236.887000', '161236.889000', '161236.892000', '161236.894000', '161236.897000', '161236.899000', '161236.902000', '161236.904000', '161236.907000', '161236.910000', '161236.912000', '161236.915000', '161236.917000', '161236.920000', '161236.922000', '161236.925000', '161236.927000', '161236.930000', '161236.933000', '161236.935000', '161236.938000', '161236.940000', '161236.943000', '161236.945000', '161236.948000', '161236.951000', '161236.953000', '161236.956000', '161236.958000', '161236.961000', '161236.964000', '161236.966000', '161236.969000', '161236.971000', '161236.986000', '161236.989000', '161236.991000', '161236.994000', '161236.996000', '161237.000000', '161256.879000', '161256.881000', '161256.884000', '161256.886000', '161256.889000', '161256.892000', '161256.894000', '161256.897000', '161256.899000', '161256.902000', '161256.904000', '161256.907000', '161256.910000', '161256.912000', '161256.917000', '161256.919000', '161256.922000', '161256.925000', '161256.927000', '161256.930000', '161256.932000', '161256.935000', '161256.938000', '161256.940000', '161256.943000', '161256.946000', '161256.948000', '161256.951000', '161256.953000', '161256.956000', '161256.958000', '161256.961000', '161256.963000', '161256.966000', '161256.969000', '161256.971000', '161256.974000', '161256.977000', '161256.979000', '161256.982000', '161256.984000', '161256.987000', '161256.989000', '161316.878000', '161316.881000', '161316.884000', '161316.886000', '161316.889000', '161316.892000', '161316.894000', '161316.897000', '161316.899000', '161316.902000', '161316.904000', '161316.907000', '161316.910000', '161316.912000', '161316.915000', '161316.917000', '161316.920000', '161316.922000', '161316.925000', '161316.928000', '161316.930000', '161316.933000', '161316.935000', '161316.938000', '161316.941000', '161316.943000', '161316.946000', '161316.948000', '161316.951000', '161316.953000', '161316.956000', '161316.958000', '161316.961000', '161316.963000', '161316.966000', '161316.969000', '161316.971000', '161316.974000', '161316.976000', '161316.979000', '161316.981000', '161316.984000', '161316.987000', '161316.989000', '161336.878000', '161336.881000', '161336.884000', '161336.886000', '161336.889000', '161336.891000', '161336.894000', '161336.897000', '161336.899000', '161336.902000', '161336.904000', '161336.907000', '161336.909000', '161336.912000', '161336.915000', '161336.917000', '161336.920000', '161336.922000', '161336.925000', '161336.928000', '161336.930000', '161336.933000', '161336.935000', '161336.938000', '161336.941000', '161336.943000', '161336.946000', '161336.949000', '161336.952000', '161336.954000', '161336.957000', '161336.960000', '161336.962000', '161336.965000', '161336.968000', '161336.970000', '161336.973000', '161336.975000', '161336.978000', '161336.980000', '161336.983000', '161336.986000', '161336.988000', '161356.877000', '161356.880000', '161356.883000', '161356.885000', '161356.888000', '161356.891000', '161356.893000', '161356.896000', '161356.898000', '161356.901000', '161356.904000', '161356.906000', '161356.909000', '161356.911000', '161356.914000', '161356.916000', '161356.919000', '161356.922000', '161356.924000', '161356.927000', '161356.929000', '161356.932000', '161356.935000', '161356.937000', '161356.940000', '161356.942000', '161356.945000', '161356.947000', '161356.950000', '161356.952000', '161356.955000', '161356.958000', '161356.960000', '161356.963000', '161356.965000', '161356.968000', '161356.971000', '161356.973000', '161356.976000', '161356.978000', '161356.981000', '161356.983000', '161356.986000', '161356.988000', '161416.877000', '161416.880000', '161416.883000', '161416.885000', '161416.888000', '161416.891000', '161416.893000', '161416.896000', '161416.899000', '161416.901000', '161416.904000', '161416.906000', '161416.909000', '161416.912000', '161416.914000', '161416.917000', '161416.919000', '161416.922000', '161416.925000', '161416.927000', '161416.930000', '161416.932000', '161416.935000', '161416.937000', '161416.940000', '161416.943000', '161416.945000', '161416.948000', '161416.950000', '161416.954000', '161416.957000', '161416.959000', '161416.962000', '161416.964000', '161416.975000', '161416.978000', '161416.981000', '161416.983000', '161416.986000', '161416.988000', '161416.991000', '161416.994000', '161416.996000', '161436.879000', '161436.881000', '161436.884000', '161436.887000', '161436.889000', '161436.892000', '161436.894000', '161436.897000', '161436.900000', '161436.902000', '161436.905000', '161436.907000', '161436.910000', '161436.912000', '161436.915000', '161436.918000', '161436.920000', '161436.923000', '161436.925000', '161436.928000', '161436.931000', '161436.933000', '161436.936000', '161436.938000', '161436.941000', '161436.943000', '161436.946000', '161436.949000', '161436.951000', '161436.954000', '161436.956000', '161436.959000', '161436.962000', '161436.964000', '161436.967000', '161436.969000', '161436.972000', '161436.974000', '161436.977000', '161436.980000', '161436.982000', '161436.985000', '161436.987000', '161436.990000', '161456.879000', '161456.881000', '161456.884000', '161456.887000', '161456.889000', '161456.892000', '161456.894000', '161456.897000', '161456.900000', '161456.902000', '161456.905000', '161456.907000', '161456.910000', '161456.913000', '161456.915000', '161456.918000', '161456.920000', '161456.923000', '161456.926000', '161456.928000', '161456.931000', '161456.934000', '161456.936000', '161456.939000', '161456.941000', '161456.944000', '161456.947000', '161456.949000', '161456.952000', '161456.954000', '161456.957000', '161456.960000', '161456.962000', '161456.965000', '161456.967000', '161456.970000', '161456.973000', '161456.975000', '161456.978000', '161456.980000', '161456.983000', '161456.985000', '161456.988000', '161516.878000', '161516.881000', '161516.884000', '161516.887000', '161516.889000', '161516.892000', '161516.894000', '161516.897000', '161516.899000', '161516.902000', '161516.904000', '161516.907000', '161516.910000', '161516.912000', '161516.915000', '161516.917000', '161516.920000', '161516.923000', '161516.925000', '161516.928000', '161516.930000', '161516.933000', '161516.936000', '161516.938000', '161516.941000', '161516.943000', '161516.946000', '161516.949000', '161516.951000', '161516.954000', '161516.956000', '161516.959000', '161516.961000', '161516.964000', '161516.967000', '161516.969000', '161516.972000', '161516.974000', '161516.977000', '161516.979000', '161516.982000', '161516.985000', '161516.987000', '161516.990000', '161536.878000', '161536.881000', '161536.884000', '161536.886000', '161536.889000', '161536.892000', '161536.894000', '161536.897000', '161536.899000', '161536.902000', '161536.904000', '161536.907000', '161536.910000', '161536.913000', '161536.915000', '161536.918000', '161536.920000', '161536.923000', '161536.926000', '161536.928000', '161536.931000', '161536.933000', '161536.936000', '161536.939000', '161536.941000', '161536.944000', '161536.947000', '161536.950000', '161536.953000', '161536.955000', '161536.958000', '161536.961000', '161536.963000', '161536.966000', '161536.969000', '161536.971000', '161536.974000', '161536.976000', '161536.979000', '161536.981000', '161536.984000', '161536.986000', '161536.989000', '161556.878000', '161556.881000', '161556.884000', '161556.887000', '161556.889000', '161556.892000', '161556.894000', '161556.897000', '161556.899000', '161556.902000', '161556.904000', '161556.907000', '161556.910000', '161556.912000', '161556.915000', '161556.942000', '161556.945000', '161556.948000', '161556.950000', '161556.953000', '161556.955000', '161556.958000', '161556.961000', '161556.963000', '161556.966000', '161556.968000', '161556.971000', '161556.973000', '161556.976000', '161556.979000', '161556.981000', '161556.984000', '161556.986000', '161556.989000', '161556.992000', '161556.994000', '161556.997000', '161557.000000', '161557.003000', '161557.005000', '161557.008000', '161557.010000', '161557.013000', '161557.016000', '161616.878000', '161616.880000', '161616.883000', '161616.886000', '161616.888000', '161616.891000', '161616.893000', '161616.896000', '161616.898000', '161616.901000', '161616.904000', '161616.906000', '161616.909000', '161616.911000', '161616.914000', '161616.916000', '161616.919000', '161616.922000', '161616.924000', '161616.927000', '161616.929000', '161616.932000', '161616.934000', '161616.937000', '161616.939000', '161616.942000', '161616.945000', '161616.947000', '161616.950000', '161616.952000', '161616.955000', '161616.957000', '161616.960000', '161616.962000', '161616.965000', '161616.967000', '161616.970000', '161616.973000', '161616.975000', '161616.978000', '161616.980000', '161616.983000', '161616.985000', '161636.877000', '161636.880000', '161636.883000', '161636.886000', '161636.888000', '161636.891000', '161636.893000', '161636.896000', '161636.898000', '161636.901000', '161636.904000', '161636.906000', '161636.909000', '161636.911000', '161636.914000', '161636.917000', '161636.919000', '161636.922000', '161636.925000', '161636.927000', '161636.930000', '161636.932000', '161636.935000', '161636.938000', '161636.940000', '161636.943000', '161636.945000', '161636.948000', '161636.951000', '161636.953000', '161636.956000', '161636.958000', '161636.961000', '161636.964000', '161636.966000', '161636.969000', '161636.971000', '161636.974000', '161636.976000', '161636.979000', '161636.982000', '161636.984000', '161636.987000', '161636.989000', '161656.879000', '161656.881000', '161656.884000', '161656.887000', '161656.889000', '161656.892000', '161656.894000', '161656.897000', '161656.900000', '161656.902000', '161656.905000', '161656.908000', '161656.911000', '161656.914000', '161656.916000', '161656.919000', '161656.921000', '161656.924000', '161656.927000', '161656.929000', '161656.932000', '161656.935000', '161656.937000', '161656.940000', '161656.942000', '161656.945000', '161656.947000', '161656.950000', '161656.953000', '161656.955000', '161656.958000', '161656.960000', '161656.963000', '161656.966000', '161656.968000', '161656.971000', '161656.974000', '161656.976000', '161656.979000', '161656.982000', '161656.984000', '161656.987000', '161656.989000', '161716.878000', '161716.881000', '161716.884000', '161716.886000', '161716.889000', '161716.892000', '161716.894000', '161716.897000', '161716.899000', '161716.902000', '161716.904000', '161716.907000', '161716.910000', '161716.912000', '161716.915000', '161716.917000', '161716.920000', '161716.922000', '161716.925000', '161716.928000', '161716.930000', '161716.933000', '161716.935000', '161716.938000', '161716.940000', '161716.943000', '161716.956000', '161716.959000', '161716.961000', '161716.964000', '161716.966000', '161716.969000', '161716.972000', '161716.974000', '161716.977000', '161716.979000', '161716.982000', '161716.984000', '161716.987000', '161716.989000', '161716.992000', '161716.995000', '161716.997000', '161717.001000', '161736.879000', '161736.882000', '161736.884000', '161736.887000', '161736.889000', '161736.892000', '161736.894000', '161736.897000', '161736.900000', '161736.902000', '161736.905000', '161736.908000', '161736.911000', '161736.914000', '161736.918000', '161736.921000', '161736.923000', '161736.926000', '161736.929000', '161736.931000', '161736.934000', '161736.937000', '161736.940000', '161736.942000', '161736.945000', '161736.948000', '161736.950000', '161736.953000', '161736.956000', '161736.959000', '161736.961000', '161736.964000', '161736.967000', '161736.969000', '161736.972000', '161736.975000', '161736.977000', '161736.980000', '161736.983000', '161736.986000', '161736.988000', '161736.991000', '161736.994000', '161756.878000', '161756.881000', '161756.884000', '161756.887000', '161756.889000', '161756.892000', '161756.894000', '161756.897000', '161756.899000', '161756.902000', '161756.905000', '161756.907000', '161756.910000', '161756.912000', '161756.915000', '161756.918000', '161756.920000', '161756.923000', '161756.926000', '161756.928000', '161756.931000', '161756.933000', '161756.936000', '161756.939000', '161756.941000', '161756.944000', '161756.946000', '161756.949000', '161756.951000', '161756.954000', '161756.957000', '161756.959000', '161756.962000', '161756.964000', '161756.967000', '161756.969000', '161756.972000', '161756.975000', '161756.977000', '161756.980000', '161756.982000', '161756.985000', '161756.988000', '161756.990000', '161816.878000', '161816.881000', '161816.884000', '161816.886000', '161816.889000', '161816.891000', '161816.894000', '161816.897000', '161816.899000', '161816.902000', '161816.904000', '161816.907000', '161816.910000', '161816.912000', '161816.915000', '161816.917000', '161816.920000', '161816.922000', '161816.925000', '161816.928000', '161816.930000', '161816.933000', '161816.935000', '161816.938000', '161816.941000', '161816.943000', '161816.946000', '161816.948000', '161816.951000', '161816.954000', '161816.956000', '161816.959000', '161816.961000', '161816.964000', '161816.966000', '161816.969000', '161816.972000', '161816.974000', '161816.977000', '161816.980000', '161816.982000', '161816.985000', '161816.987000', '161836.878000', '161836.880000', '161836.883000', '161836.886000', '161836.888000', '161836.891000', '161836.893000', '161836.896000', '161836.899000', '161836.901000', '161836.904000', '161836.906000', '161836.909000', '161836.912000', '161836.914000', '161836.917000', '161836.919000', '161836.922000', '161836.924000', '161836.927000', '161836.930000', '161836.932000', '161836.935000', '161836.937000', '161836.940000', '161836.942000', '161836.945000', '161836.947000', '161836.950000', '161836.953000', '161836.955000', '161836.958000', '161836.960000', '161836.963000', '161836.966000', '161836.968000', '161836.971000', '161836.990000', '161836.993000', '161836.996000', '161836.998000', '161837.002000', '161837.004000', '161837.007000', '161856.878000', '161856.881000', '161856.883000', '161856.886000', '161856.888000', '161856.891000', '161856.894000', '161856.896000', '161856.899000', '161856.901000', '161856.904000', '161856.907000', '161856.909000', '161856.912000', '161856.914000', '161856.917000', '161856.919000', '161856.922000', '161856.924000', '161856.927000', '161856.930000', '161856.932000', '161856.935000', '161856.938000', '161856.940000', '161856.943000', '161856.945000', '161856.948000', '161856.951000', '161856.953000', '161856.956000', '161856.958000', '161856.970000', '161856.973000', '161856.975000', '161856.978000', '161856.981000', '161856.983000', '161856.986000', '161856.988000', '161856.991000', '161856.994000', '161856.996000', '161916.878000', '161916.881000', '161916.884000', '161916.886000', '161916.889000', '161916.892000', '161916.894000', '161916.897000', '161916.900000', '161916.902000', '161916.905000', '161916.907000', '161916.910000', '161916.912000', '161916.915000', '161916.918000', '161916.920000', '161916.923000', '161916.925000', '161916.928000', '161916.931000', '161916.933000', '161916.936000', '161916.938000', '161916.941000', '161916.944000', '161916.946000', '161916.949000', '161916.951000', '161916.954000', '161916.956000', '161916.959000', '161916.961000', '161916.964000', '161916.966000', '161916.969000', '161916.972000', '161916.974000', '161916.977000', '161916.979000', '161916.982000', '161916.984000', '161916.987000', '161916.990000', '161936.879000', '161936.881000', '161936.884000', '161936.887000', '161936.889000', '161936.892000', '161936.894000', '161936.897000', '161936.900000', '161936.902000', '161936.905000', '161936.907000', '161936.910000', '161936.912000', '161936.915000', '161936.917000', '161936.920000', '161936.923000', '161936.925000', '161936.928000', '161936.930000', '161936.933000', '161936.936000', '161936.938000', '161936.941000', '161936.943000', '161936.946000', '161936.948000', '161936.951000', '161936.954000', '161936.956000', '161936.959000', '161936.961000', '161936.964000', '161936.966000', '161936.969000', '161936.972000', '161936.974000', '161936.977000', '161936.979000', '161936.982000', '161936.984000', '161936.987000', '161956.879000', '161956.882000', '161956.884000', '161956.887000', '161956.889000', '161956.892000', '161956.894000', '161956.897000', '161956.900000', '161956.902000', '161956.905000', '161956.907000', '161956.910000', '161956.913000', '161956.915000', '161956.918000', '161956.920000', '161956.923000', '161956.926000', '161956.928000', '161956.931000', '161956.934000', '161956.936000', '161956.939000', '161956.941000', '161956.944000', '161956.946000', '161956.949000', '161956.952000', '161956.955000', '161956.957000', '161956.960000', '161956.962000', '161956.988000', '161956.990000', '161956.993000', '161956.996000', '161956.998000', '161957.002000', '161957.004000', '161957.007000', '161957.009000', '161957.012000', '162016.878000', '162016.881000', '162016.884000', '162016.887000', '162016.889000', '162016.892000', '162016.894000', '162016.897000', '162016.899000', '162016.902000', '162016.905000', '162016.907000', '162016.910000', '162016.912000', '162016.915000', '162016.917000', '162016.920000', '162016.923000', '162016.925000', '162016.928000', '162016.930000', '162016.933000', '162016.936000', '162016.938000', '162016.941000', '162016.943000', '162016.946000', '162016.948000', '162016.951000', '162016.953000', '162016.956000', '162016.959000', '162016.961000', '162016.964000', '162016.966000', '162016.969000', '162016.972000', '162016.974000', '162016.977000', '162016.979000', '162016.982000', '162016.985000', '162016.987000', '162016.990000', '162036.879000', '162036.882000', '162036.884000', '162036.887000', '162036.890000', '162036.892000', '162036.895000', '162036.898000', '162036.900000', '162036.903000', '162036.905000', '162036.908000', '162036.911000', '162036.914000', '162036.917000', '162036.920000', '162036.922000', '162036.925000', '162036.927000', '162036.930000', '162036.933000', '162036.935000', '162036.938000', '162036.940000', '162036.943000', '162036.945000', '162036.948000', '162036.951000', '162036.953000', '162036.956000', '162036.958000', '162036.961000', '162036.964000', '162036.966000', '162036.969000', '162036.972000', '162036.974000', '162036.977000', '162036.979000', '162036.982000', '162036.984000', '162036.987000', '162036.990000', '162056.878000', '162056.881000', '162056.883000', '162056.886000', '162056.889000', '162056.891000', '162056.894000', '162056.896000', '162056.899000', '162056.902000', '162056.904000', '162056.907000', '162056.909000', '162056.912000', '162056.915000', '162056.917000', '162056.920000', '162056.922000', '162056.925000', '162056.928000', '162056.930000', '162056.933000', '162056.936000', '162056.938000', '162056.941000', '162056.943000', '162056.946000', '162056.949000', '162056.951000', '162056.954000', '162056.956000', '162056.959000', '162056.962000', '162056.964000', '162056.967000', '162056.970000', '162056.972000', '162056.975000', '162056.978000', '162056.980000', '162056.983000', '162056.985000', '162056.988000', '162056.991000', '162116.878000', '162116.880000', '162116.883000', '162116.886000', '162116.888000', '162116.891000', '162116.893000', '162116.896000', '162116.898000', '162116.901000', '162116.904000', '162116.906000', '162116.909000', '162116.911000', '162116.914000', '162116.916000', '162116.928000', '162116.930000', '162116.933000', '162116.936000', '162116.938000', '162116.941000', '162116.943000', '162116.946000', '162116.948000', '162116.951000', '162116.954000', '162116.956000', '162116.959000', '162116.961000', '162116.964000', '162116.967000', '162116.969000', '162116.972000', '162116.974000', '162116.977000', '162116.979000', '162116.982000', '162116.985000', '162116.987000', '162116.990000', '162116.992000', '162116.995000', '162116.998000', '162126.542000', '162126.545000', '162126.548000', '162126.551000', '162126.554000', '162126.557000', '162126.560000', '162126.562000', '162126.566000', '162126.569000', '162126.571000', '162126.574000', '162126.577000', '162126.580000', '162126.582000', '162126.585000', '162126.588000', '162126.591000', '162126.594000', '162126.596000', '162126.599000'], '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': [10522, 10300, 10271, 9789, 10209, 10511, 10498, 8985, 10743, 9610, 10479, 9661, 10166, 9791, 10313, 9907, 10696, 10040, 11149, 9244, 10813, 10339, 9573, 10718, 9515, 10907, 10443, 11056, 9602, 10246, 9543, 10059, 10459, 8649, 10420, 11554, 9811, 9942, 10239, 9759, 10395, 9865, 10068, 10445, 10304, 10022, 10165, 10076, 10247, 10912, 10442, 11143, 9540, 9044, 9815, 9485, 10536, 8750, 9800, 8982, 10005, 9387, 11730, 10474, 9316, 10422, 10059, 9504, 9677, 9128, 9937, 9762, 9658, 10113, 8612, 9886, 9174, 10521, 9855, 9978, 10117, 9246, 10247, 8699, 10511, 9176, 9712, 9999, 8487, 10241, 8465, 9907, 8829, 9898, 9379, 9709, 9482, 10068, 9971, 11270, 9919, 10461, 9802, 8397, 9920, 9111, 10234, 8673, 10056, 8971, 10576, 9084, 10682, 9475, 10398, 9549, 8618, 9916, 8283, 9990, 9595, 10161, 9703, 10450, 9958, 10118, 9018, 10155, 9058, 10389, 8985, 10024, 9360, 9910, 9374, 9963, 9834, 9871, 9952, 9888, 9980, 9791, 9956, 9938, 10203, 9977, 9987, 10056, 10419, 8902, 10378, 8569, 9378, 9347, 9719, 9156, 9271, 9722, 9616, 9473, 9667, 9725, 9232, 9743, 9152, 9548, 8782, 9994, 8678, 9255, 7873, 9654, 8346, 10057, 7800, 9531, 9703, 9468, 9696, 10034, 9573, 9645, 10903, 10016, 8855, 9246, 9268, 9604, 9606, 9205, 9815, 10600, 9572, 9829, 9641, 8802, 9999, 8254, 10047, 9715, 9738, 9038, 9845, 8235, 9790, 8842, 10230, 9096, 10413, 9183, 10049, 8656, 9568, 8139, 9794, 7671, 9873, 8689, 9145, 8364, 9647, 9845, 9797, 10562, 9529, 8538, 9611, 8381, 9755, 8904, 9706, 8962, 9255, 9057, 9159, 8669, 10075, 8468, 9763, 8470, 9794, 9582, 9715, 8720, 9834, 8909, 9312, 9247, 9553, 9365, 9172, 9102, 8878, 7932, 9120, 8854, 8657, 9162, 8529, 12251, 9472, 8663, 7710, 9376, 8992, 8285, 9351, 8100, 10039, 9076, 8270, 8939, 8351, 9132, 8158, 9283, 8054, 9488, 8196, 9144, 9217, 9504, 8172, 9803, 8416, 9341, 9392, 7782, 9318, 7915, 9345, 9015, 9194, 9133, 8986, 9266, 9056, 8471, 9204, 8147, 9199, 8221, 9882, 8749, 9717, 9050, 9609, 9793, 8080, 9106, 8289, 8724, 8945, 9160, 8643, 9136, 8689, 9976, 8759, 8812, 9101, 9059, 9373, 8059, 9401, 8766, 9591, 8172, 9469, 8383, 9637, 8623, 9430, 8364, 9867, 8538, 9350, 9413, 10598, 9465, 8322, 9665, 7972, 9930, 8066, 8807, 7172, 9799, 11648, 10394, 9985, 9597, 9951, 8622, 9696, 9256, 9245, 9843, 8879, 10016, 9063, 8487, 9519, 10838, 9816, 8532, 9768, 8889, 9493, 8994, 9298, 9351, 7697, 9901, 7928, 9208, 8437, 9188, 8366, 9283, 8580, 9288, 8802, 9275, 9021, 9478, 9413, 8282, 9462, 9602, 9455, 8076, 8859, 8448, 9482, 7912, 9651, 8159, 9445, 8599, 9848, 8529, 9166, 8826, 9342, 8857, 9697, 8828, 9348, 9363, 8703, 9358, 9140, 9414, 10854, 9503, 8485, 9851, 8172, 9633, 8537, 8943, 8793, 8829, 8896, 9414, 9234, 8484, 9210, 8921, 9799, 7926, 9876, 8384, 9581, 8440, 9350, 8776, 8887, 9004, 8767, 9410, 10077, 9461, 8003, 8801, 8458, 8963, 8430, 8816, 8355, 9838, 8437, 8961, 8881, 9045, 8899, 8914, 8918, 10711, 9072, 8305, 9051, 8260, 9185, 8143, 9256, 8636, 9440, 8898, 8869, 9047, 8997, 9082, 9249, 9164, 8691, 9563, 8185, 9170, 8513, 9209, 8467, 9558, 8817, 8831, 8770, 9033, 8827, 9374, 8700, 9698, 8778, 8920, 9042, 8932, 8957, 9372, 8851, 9528, 8792, 9673, 8968, 8908, 9048, 8968, 8778, 9265, 8729, 8759, 8846, 7919, 9034, 8716, 9039, 8827, 8932, 8956, 8978, 8744, 8811, 9323, 8682, 9635, 8753, 10120, 9623, 8277, 9677, 8664, 9385, 8473, 9466, 8570, 9229, 8967, 10285, 9318, 8649, 9680, 7621, 10004, 8128, 9617, 8701, 9971, 9315, 8824, 9473, 7412, 9931, 8239, 9709, 8723, 9628, 8564, 9749, 8703, 9300, 8948, 8052, 9301, 9657, 9407, 9434, 9483, 11042, 9603, 8356, 9868, 8476, 8478, 9141, 10556, 9351, 8957, 9365, 10599, 9374, 8208, 9712, 8816, 9765, 8151, 9640, 8340, 9802, 9200, 9232, 9219, 8383, 8957, 8233, 9283, 8888, 8120, 9268, 7689, 8624, 6986, 9337, 9785, 9413, 8046, 9289, 8550, 9404, 8603, 9459, 8859, 8776, 9204, 8308, 9601, 8281, 9384, 8756, 9020, 9202, 9133, 9398, 10598, 9517, 7961, 9243, 8611, 9378, 8632, 9407, 8516, 9508, 8710, 8854, 8914, 8878, 9403, 8718, 9583, 7872, 9552, 7389, 9688, 7968, 9693, 7836, 9803, 8378, 9539, 8595, 9538, 8793, 9311, 8899, 9543, 8964, 9369, 9136, 9697, 9141, 10676, 9920, 8452, 9484, 8680, 9531, 8953, 11185, 9357, 7514, 9974, 7648, 9568, 8656, 9656, 8714, 9923, 8637, 10178, 8907, 9110, 9337, 9855, 9680, 8279, 9726, 8483, 9281, 8908, 9248, 9530, 8120, 9117, 8410, 8977, 9062, 7717, 9275, 7519, 9327, 8372, 9446, 8292, 9291, 8983, 9310, 9196, 8745, 9352, 8724, 9706, 8897, 9413, 8157, 9342, 10039, 9513, 9190, 9934, 8241, 9860, 8757, 9135, 9108, 7941, 9317, 9148, 9542, 8761, 9390, 10501, 9453, 9864, 9491, 10394, 9826, 9420, 9454, 8597, 9230, 9077, 7984, 9541, 10735, 9488, 10103, 9434, 10148, 9420, 9353, 9475, 9064, 9385, 9505, 9662, 8140, 9676, 8544, 9340, 8653, 8964, 8985, 7761, 9451, 8232, 9575, 8021, 9765, 8340, 8879, 8398, 9197, 8736, 9758, 8832, 9828, 8901, 9283, 9649, 10086, 9708, 10065, 9601, 9119, 9716, 8307, 9349, 8423, 9521, 8987, 9250, 9060, 9262, 8691, 9205, 8888, 8652, 8233, 9687, 9869, 9633, 10716, 9657, 9272, 9379, 8556, 9275, 9148, 10317, 9571, 8269, 9284, 8488, 9418, 8655, 9273, 8718, 9353, 8643, 8717, 8572, 9088, 8937, 9483, 8817, 9484, 8934, 9597, 9060, 8332, 9555, 10510, 9718, 8393, 9746, 8655, 8763, 9504, 7568, 9884, 8196, 9486, 8508, 9210, 9384, 10078, 9708, 7951, 9317, 7855, 9502, 7932, 9510, 8287, 8906, 8883, 9802, 9238, 9480, 9766, 8851, 9875, 8001, 9431, 8303, 9328, 8489, 9360, 8532, 9240, 8778, 7667, 9389, 8451, 9534, 9226, 9547, 9381, 9793, 9913, 9342, 8544, 9554, 8983, 10006, 9036, 9761, 9476, 9016, 9557, 7488, 9722, 8011, 9663, 8315, 9666, 8201, 8873, 8721, 9440, 8846, 9471, 9066, 10534, 9643, 9408, 9837, 8475, 9163, 8639, 8905, 8958, 9527, 9050, 9482, 9426, 9417, 9340, 9795, 8846, 9165, 8951, 9307, 9492, 8925, 9869, 8092, 9545, 8964, 9275, 9084, 8269, 9363, 7709, 9406, 8311, 9649, 8408, 9921, 9024, 9681, 10786, 9758, 9630, 10490, 8797, 9335, 9044, 7948, 9663, 10734, 9607, 8243, 9267, 8777, 9510, 9031, 8543, 9587, 8673, 9638, 8408, 9689, 7890, 9308, 8297, 9317, 8600, 9394, 8877, 8064, 9515, 10098, 9622, 9477, 9634, 8334, 9112, 8767, 9287, 9112, 9807, 9367, 8679, 9889, 8254, 9493, 8390, 9191, 9076, 8892, 8903, 8873, 8980, 9232, 9342, 9561, 9896, 8978, 9730, 8466, 9154, 8546, 9204, 8755, 9441, 8801, 9398, 8735, 9439, 9076, 8872, 9752, 9508, 9351, 9630, 8967, 9381, 9324, 10544, 9985, 9647, 10142, 8787, 9973, 8837, 9473, 9618, 8838, 9552, 8698, 9667, 8530, 9736, 8794, 9344, 8899, 9357, 8288, 9907, 9870, 10186, 8561, 10275, 9186, 10384, 9686, 8866, 10462, 9586, 9689, 9723, 10747, 9950, 9765, 9952, 10392, 9909, 9963, 10084, 9912, 10099, 9822, 9819, 9233, 9636, 9546, 9818, 9527, 9509, 9408, 9149, 9068, 9478, 10544, 9136, 10310, 8797, 9243, 8622, 10156, 9129, 9985, 10621, 10080, 10606, 9959, 9371, 9886, 8249, 10082, 9640, 9923, 9768, 9760, 8324, 9739, 9787, 10002, 9764, 9696, 9591, 9636, 10578, 9916, 9027, 9844, 9909, 9944, 8529, 10027, 8542, 9686, 8688, 10171, 8187, 10191, 7702, 10347, 8668, 9523, 8885, 9905, 9022, 9815, 8806, 9924, 8985, 10137, 8578, 9293, 8198, 10209, 7873, 10163, 8417, 10008, 8832, 9579, 8185, 9826, 7647, 9850, 8403, 9592, 7663, 9989, 9626, 9772, 8171, 9802, 7995, 9848, 10266, 9748, 8196, 9948, 9964, 9783, 9331, 9785, 9574, 9562, 10584, 9749, 9860, 9902, 9546, 9806, 9311, 9894, 8594, 9708, 8375, 9909, 8459, 9705, 8872, 9627, 10649, 9764, 9550, 9965, 11042, 9881, 9375, 9322, 8750, 9673, 8874, 10048, 8467, 9581, 8669, 9812, 8419, 9333, 8687, 9315, 8757, 9398, 8812, 9275, 8713, 9369, 9007, 9755, 8935, 9406, 9252, 8995, 9358, 9340, 9554, 8455, 9706, 8430, 9631, 9420, 9742, 10056, 9749, 9006, 10038, 8466, 9685, 9377, 9742, 10084, 9506, 9458, 9868, 10723, 9834, 9493, 9559, 9482, 9379, 9458, 9068, 8915, 9259, 9077, 9106, 9430, 9086, 7646, 9726, 9635, 9765, 9507, 9906, 9625, 9500, 9725, 8196, 10038, 10255, 10211, 9710, 10225, 10224, 9830, 9506, 9508, 10709, 9901, 11282, 9908, 9041, 10314, 8701, 9296, 8341, 9124, 7519, 9728, 7431, 10088, 8473, 9709, 8668, 8955, 8104, 10131, 10180, 9814, 7532, 10073, 10267, 9882, 10611, 9799, 8806, 9932, 9650, 9746, 9650, 9529], 'WindowCenter': [4329.0, 4314.0, 4302.0, 4300.0, 4300.0, 4300.0, 4311.0, 4279.0, 4310.0, 4289.0, 4298.0, 4289.0, 4298.0, 4288.0, 4298.0, 4298.0, 4312.0, 4299.0, 4310.0, 4301.0, 4323.0, 4313.0, 4300.0, 4310.0, 4287.0, 4310.0, 4287.0, 4298.0, 4289.0, 4287.0, 4287.0, 4286.0, 4297.0, 4266.0, 4298.0, 4310.0, 4299.0, 4298.0, 4299.0, 4300.0, 4301.0, 4300.0, 4302.0, 4311.0, 4300.0, 4299.0, 4300.0, 4289.0, 4299.0, 4297.0, 4298.0, 4298.0, 4277.0, 4277.0, 4286.0, 4275.0, 4286.0, 4266.0, 4287.0, 4276.0, 4287.0, 4277.0, 4295.0, 4285.0, 4275.0, 4284.0, 4286.0, 4275.0, 4274.0, 4263.0, 4272.0, 4272.0, 4259.0, 4270.0, 4250.0, 4260.0, 4250.0, 4269.0, 4259.0, 4259.0, 4270.0, 4248.0, 4259.0, 4238.0, 4258.0, 4248.0, 4258.0, 4260.0, 4249.0, 4271.0, 4239.0, 4271.0, 4251.0, 4271.0, 4261.0, 4272.0, 4273.0, 4272.0, 4274.0, 4294.0, 4285.0, 4285.0, 4286.0, 4265.0, 4287.0, 4275.0, 4286.0, 4265.0, 4287.0, 4266.0, 4297.0, 4276.0, 4297.0, 4274.0, 4285.0, 4276.0, 4265.0, 4275.0, 4254.0, 4275.0, 4275.0, 4286.0, 4276.0, 4297.0, 4287.0, 4298.0, 4266.0, 4286.0, 4265.0, 4286.0, 4264.0, 4275.0, 4275.0, 4275.0, 4264.0, 4274.0, 4274.0, 4274.0, 4285.0, 4285.0, 4287.0, 4286.0, 4286.0, 4285.0, 4285.0, 4285.0, 4285.0, 4275.0, 4296.0, 4265.0, 4286.0, 4266.0, 4276.0, 4275.0, 4287.0, 4276.0, 4276.0, 4287.0, 4299.0, 4289.0, 4289.0, 4289.0, 4290.0, 4300.0, 4290.0, 4301.0, 4279.0, 4301.0, 4281.0, 4290.0, 4269.0, 4301.0, 4280.0, 4301.0, 4270.0, 4302.0, 4301.0, 4303.0, 4302.0, 4312.0, 4302.0, 4303.0, 4310.0, 4300.0, 4280.0, 4289.0, 4289.0, 4288.0, 4289.0, 4288.0, 4299.0, 4298.0, 4288.0, 4299.0, 4301.0, 4289.0, 4300.0, 4279.0, 4301.0, 4290.0, 4300.0, 4278.0, 4300.0, 4268.0, 4300.0, 4290.0, 4301.0, 4289.0, 4310.0, 4289.0, 4301.0, 4292.0, 4301.0, 4270.0, 4302.0, 4270.0, 4301.0, 4281.0, 4291.0, 4280.0, 4302.0, 4301.0, 4313.0, 4312.0, 4315.0, 4293.0, 4303.0, 4281.0, 4302.0, 4291.0, 4301.0, 4292.0, 4292.0, 4280.0, 4291.0, 4280.0, 4301.0, 4280.0, 4301.0, 4281.0, 4301.0, 4289.0, 4290.0, 4278.0, 4299.0, 4278.0, 4277.0, 4277.0, 4276.0, 4276.0, 4277.0, 4278.0, 4289.0, 4270.0, 4290.0, 4291.0, 4281.0, 4290.0, 4280.0, 4308.0, 4275.0, 4254.0, 4243.0, 4261.0, 4263.0, 4253.0, 4274.0, 4254.0, 4272.0, 4263.0, 4252.0, 4252.0, 4240.0, 4250.0, 4228.0, 4249.0, 4228.0, 4249.0, 4238.0, 4247.0, 4237.0, 4247.0, 4226.0, 4246.0, 4227.0, 4235.0, 4247.0, 4215.0, 4246.0, 4227.0, 4247.0, 4248.0, 4247.0, 4249.0, 4250.0, 4260.0, 4262.0, 4253.0, 4274.0, 4254.0, 4275.0, 4254.0, 4275.0, 4254.0, 4273.0, 4263.0, 4261.0, 4262.0, 4242.0, 4263.0, 4253.0, 4252.0, 4262.0, 4273.0, 4263.0, 4274.0, 4263.0, 4273.0, 4264.0, 4263.0, 4263.0, 4252.0, 4262.0, 4241.0, 4262.0, 4250.0, 4261.0, 4240.0, 4260.0, 4241.0, 4262.0, 4252.0, 4274.0, 4253.0, 4274.0, 4264.0, 4263.0, 4264.0, 4272.0, 4262.0, 4252.0, 4273.0, 4242.0, 4274.0, 4254.0, 4265.0, 4245.0, 4299.0, 4321.0, 4301.0, 4301.0, 4301.0, 4300.0, 4279.0, 4301.0, 4303.0, 4289.0, 4289.0, 4278.0, 4286.0, 4266.0, 4253.0, 4263.0, 4271.0, 4261.0, 4251.0, 4261.0, 4251.0, 4272.0, 4262.0, 4262.0, 4263.0, 4243.0, 4273.0, 4242.0, 4263.0, 4252.0, 4264.0, 4253.0, 4274.0, 4263.0, 4264.0, 4264.0, 4263.0, 4263.0, 4262.0, 4263.0, 4252.0, 4263.0, 4262.0, 4261.0, 4241.0, 4251.0, 4240.0, 4263.0, 4242.0, 4274.0, 4243.0, 4275.0, 4264.0, 4274.0, 4265.0, 4276.0, 4265.0, 4276.0, 4265.0, 4275.0, 4265.0, 4263.0, 4275.0, 4254.0, 4265.0, 4264.0, 4275.0, 4295.0, 4276.0, 4264.0, 4275.0, 4253.0, 4274.0, 4254.0, 4263.0, 4253.0, 4263.0, 4263.0, 4262.0, 4264.0, 4252.0, 4263.0, 4252.0, 4273.0, 4242.0, 4273.0, 4253.0, 4274.0, 4253.0, 4263.0, 4253.0, 4252.0, 4263.0, 4252.0, 4263.0, 4272.0, 4263.0, 4253.0, 4263.0, 4252.0, 4263.0, 4252.0, 4263.0, 4253.0, 4273.0, 4254.0, 4263.0, 4264.0, 4263.0, 4264.0, 4264.0, 4264.0, 4283.0, 4264.0, 4242.0, 4263.0, 4242.0, 4263.0, 4242.0, 4264.0, 4263.0, 4273.0, 4264.0, 4263.0, 4264.0, 4263.0, 4263.0, 4263.0, 4264.0, 4252.0, 4262.0, 4241.0, 4262.0, 4251.0, 4261.0, 4241.0, 4262.0, 4262.0, 4262.0, 4252.0, 4263.0, 4263.0, 4274.0, 4263.0, 4274.0, 4264.0, 4264.0, 4264.0, 4263.0, 4263.0, 4263.0, 4263.0, 4273.0, 4253.0, 4273.0, 4264.0, 4263.0, 4263.0, 4263.0, 4264.0, 4274.0, 4264.0, 4264.0, 4275.0, 4243.0, 4265.0, 4265.0, 4265.0, 4275.0, 4276.0, 4266.0, 4266.0, 4266.0, 4266.0, 4276.0, 4265.0, 4276.0, 4266.0, 4273.0, 4263.0, 4253.0, 4263.0, 4252.0, 4263.0, 4253.0, 4274.0, 4264.0, 4263.0, 4265.0, 4273.0, 4264.0, 4253.0, 4274.0, 4243.0, 4274.0, 4242.0, 4263.0, 4253.0, 4261.0, 4251.0, 4250.0, 4262.0, 4231.0, 4273.0, 4253.0, 4273.0, 4253.0, 4274.0, 4253.0, 4274.0, 4264.0, 4275.0, 4266.0, 4255.0, 4265.0, 4274.0, 4265.0, 4275.0, 4276.0, 4294.0, 4274.0, 4253.0, 4273.0, 4254.0, 4242.0, 4263.0, 4271.0, 4262.0, 4262.0, 4273.0, 4283.0, 4275.0, 4254.0, 4275.0, 4263.0, 4274.0, 4243.0, 4273.0, 4252.0, 4261.0, 4261.0, 4249.0, 4251.0, 4240.0, 4250.0, 4240.0, 4249.0, 4250.0, 4228.0, 4250.0, 4229.0, 4250.0, 4219.0, 4262.0, 4273.0, 4274.0, 4254.0, 4276.0, 4264.0, 4263.0, 4253.0, 4261.0, 4251.0, 4250.0, 4262.0, 4240.0, 4261.0, 4251.0, 4250.0, 4251.0, 4250.0, 4261.0, 4262.0, 4273.0, 4282.0, 4274.0, 4254.0, 4274.0, 4264.0, 4264.0, 4264.0, 4274.0, 4264.0, 4274.0, 4266.0, 4264.0, 4264.0, 4264.0, 4274.0, 4264.0, 4275.0, 4254.0, 4276.0, 4244.0, 4277.0, 4256.0, 4287.0, 4256.0, 4287.0, 4266.0, 4276.0, 4265.0, 4275.0, 4265.0, 4276.0, 4265.0, 4275.0, 4265.0, 4275.0, 4265.0, 4274.0, 4275.0, 4273.0, 4272.0, 4251.0, 4262.0, 4252.0, 4262.0, 4253.0, 4281.0, 4262.0, 4230.0, 4272.0, 4241.0, 4273.0, 4263.0, 4275.0, 4263.0, 4284.0, 4264.0, 4284.0, 4265.0, 4263.0, 4264.0, 4261.0, 4261.0, 4241.0, 4261.0, 4251.0, 4260.0, 4251.0, 4249.0, 4260.0, 4239.0, 4250.0, 4240.0, 4251.0, 4262.0, 4241.0, 4263.0, 4243.0, 4275.0, 4264.0, 4287.0, 4266.0, 4277.0, 4277.0, 4276.0, 4276.0, 4266.0, 4277.0, 4265.0, 4276.0, 4265.0, 4276.0, 4256.0, 4277.0, 4286.0, 4288.0, 4276.0, 4287.0, 4266.0, 4286.0, 4266.0, 4275.0, 4276.0, 4255.0, 4276.0, 4276.0, 4286.0, 4266.0, 4288.0, 4286.0, 4276.0, 4286.0, 4276.0, 4285.0, 4285.0, 4274.0, 4273.0, 4253.0, 4263.0, 4264.0, 4243.0, 4274.0, 4283.0, 4274.0, 4284.0, 4275.0, 4285.0, 4276.0, 4275.0, 4276.0, 4276.0, 4277.0, 4276.0, 4275.0, 4244.0, 4275.0, 4264.0, 4274.0, 4264.0, 4264.0, 4265.0, 4244.0, 4275.0, 4254.0, 4275.0, 4254.0, 4275.0, 4254.0, 4264.0, 4254.0, 4275.0, 4265.0, 4276.0, 4276.0, 4286.0, 4277.0, 4275.0, 4276.0, 4285.0, 4276.0, 4285.0, 4286.0, 4275.0, 4287.0, 4265.0, 4276.0, 4256.0, 4275.0, 4266.0, 4276.0, 4276.0, 4287.0, 4276.0, 4289.0, 4278.0, 4279.0, 4269.0, 4290.0, 4300.0, 4290.0, 4299.0, 4289.0, 4277.0, 4276.0, 4267.0, 4265.0, 4276.0, 4274.0, 4274.0, 4253.0, 4263.0, 4252.0, 4263.0, 4264.0, 4275.0, 4265.0, 4276.0, 4267.0, 4278.0, 4277.0, 4277.0, 4277.0, 4276.0, 4267.0, 4275.0, 4265.0, 4275.0, 4265.0, 4253.0, 4273.0, 4272.0, 4261.0, 4242.0, 4261.0, 4252.0, 4250.0, 4262.0, 4230.0, 4271.0, 4240.0, 4261.0, 4252.0, 4261.0, 4263.0, 4272.0, 4273.0, 4253.0, 4276.0, 4255.0, 4287.0, 4256.0, 4287.0, 4267.0, 4277.0, 4276.0, 4286.0, 4276.0, 4275.0, 4286.0, 4265.0, 4276.0, 4255.0, 4276.0, 4265.0, 4277.0, 4266.0, 4276.0, 4266.0, 4275.0, 4266.0, 4244.0, 4275.0, 4254.0, 4275.0, 4275.0, 4276.0, 4264.0, 4285.0, 4274.0, 4264.0, 4254.0, 4274.0, 4264.0, 4274.0, 4264.0, 4273.0, 4274.0, 4263.0, 4274.0, 4232.0, 4275.0, 4254.0, 4286.0, 4255.0, 4276.0, 4255.0, 4266.0, 4265.0, 4275.0, 4265.0, 4275.0, 4265.0, 4273.0, 4273.0, 4263.0, 4273.0, 4252.0, 4263.0, 4252.0, 4265.0, 4264.0, 4275.0, 4264.0, 4275.0, 4276.0, 4277.0, 4277.0, 4287.0, 4277.0, 4288.0, 4278.0, 4276.0, 4287.0, 4265.0, 4276.0, 4255.0, 4276.0, 4265.0, 4275.0, 4265.0, 4254.0, 4275.0, 4244.0, 4276.0, 4255.0, 4287.0, 4268.0, 4299.0, 4290.0, 4290.0, 4299.0, 4289.0, 4277.0, 4286.0, 4265.0, 4276.0, 4266.0, 4254.0, 4275.0, 4284.0, 4274.0, 4253.0, 4263.0, 4253.0, 4263.0, 4264.0, 4253.0, 4274.0, 4264.0, 4276.0, 4265.0, 4276.0, 4254.0, 4275.0, 4254.0, 4275.0, 4254.0, 4264.0, 4264.0, 4242.0, 4264.0, 4273.0, 4274.0, 4273.0, 4275.0, 4254.0, 4264.0, 4264.0, 4264.0, 4265.0, 4274.0, 4264.0, 4263.0, 4274.0, 4253.0, 4273.0, 4253.0, 4263.0, 4264.0, 4265.0, 4275.0, 4278.0, 4278.0, 4288.0, 4289.0, 4287.0, 4287.0, 4266.0, 4276.0, 4255.0, 4276.0, 4266.0, 4276.0, 4266.0, 4277.0, 4276.0, 4277.0, 4266.0, 4276.0, 4265.0, 4264.0, 4275.0, 4276.0, 4276.0, 4287.0, 4277.0, 4277.0, 4278.0, 4285.0, 4276.0, 4275.0, 4285.0, 4264.0, 4274.0, 4263.0, 4261.0, 4263.0, 4251.0, 4263.0, 4252.0, 4273.0, 4252.0, 4273.0, 4253.0, 4274.0, 4264.0, 4276.0, 4265.0, 4287.0, 4285.0, 4287.0, 4265.0, 4285.0, 4277.0, 4287.0, 4286.0, 4276.0, 4285.0, 4286.0, 4287.0, 4289.0, 4298.0, 4288.0, 4287.0, 4287.0, 4287.0, 4277.0, 4275.0, 4275.0, 4274.0, 4275.0, 4275.0, 4287.0, 4276.0, 4276.0, 4276.0, 4277.0, 4277.0, 4277.0, 4279.0, 4278.0, 4280.0, 4289.0, 4301.0, 4290.0, 4301.0, 4280.0, 4291.0, 4270.0, 4301.0, 4289.0, 4301.0, 4300.0, 4301.0, 4299.0, 4301.0, 4280.0, 4301.0, 4270.0, 4300.0, 4290.0, 4300.0, 4289.0, 4290.0, 4257.0, 4278.0, 4277.0, 4287.0, 4288.0, 4288.0, 4288.0, 4288.0, 4286.0, 4277.0, 4266.0, 4277.0, 4276.0, 4288.0, 4266.0, 4287.0, 4266.0, 4277.0, 4266.0, 4287.0, 4266.0, 4288.0, 4256.0, 4298.0, 4268.0, 4288.0, 4277.0, 4289.0, 4278.0, 4289.0, 4278.0, 4300.0, 4279.0, 4300.0, 4279.0, 4289.0, 4268.0, 4300.0, 4268.0, 4300.0, 4269.0, 4289.0, 4278.0, 4289.0, 4269.0, 4299.0, 4269.0, 4300.0, 4269.0, 4290.0, 4259.0, 4290.0, 4289.0, 4300.0, 4280.0, 4300.0, 4268.0, 4300.0, 4289.0, 4289.0, 4269.0, 4289.0, 4289.0, 4289.0, 4277.0, 4288.0, 4276.0, 4277.0, 4286.0, 4277.0, 4287.0, 4287.0, 4276.0, 4287.0, 4276.0, 4287.0, 4265.0, 4276.0, 4266.0, 4287.0, 4266.0, 4287.0, 4266.0, 4289.0, 4297.0, 4288.0, 4288.0, 4289.0, 4297.0, 4287.0, 4276.0, 4276.0, 4265.0, 4276.0, 4266.0, 4287.0, 4266.0, 4276.0, 4265.0, 4276.0, 4254.0, 4276.0, 4266.0, 4277.0, 4266.0, 4276.0, 4266.0, 4276.0, 4266.0, 4276.0, 4276.0, 4287.0, 4276.0, 4276.0, 4276.0, 4265.0, 4276.0, 4276.0, 4287.0, 4266.0, 4287.0, 4266.0, 4287.0, 4276.0, 4287.0, 4286.0, 4288.0, 4277.0, 4289.0, 4267.0, 4289.0, 4278.0, 4289.0, 4298.0, 4290.0, 4289.0, 4300.0, 4309.0, 4300.0, 4288.0, 4290.0, 4290.0, 4290.0, 4301.0, 4291.0, 4292.0, 4290.0, 4290.0, 4280.0, 4289.0, 4280.0, 4258.0, 4289.0, 4288.0, 4299.0, 4289.0, 4299.0, 4290.0, 4290.0, 4303.0, 4282.0, 4315.0, 4313.0, 4314.0, 4313.0, 4312.0, 4312.0, 4313.0, 4304.0, 4304.0, 4301.0, 4301.0, 4309.0, 4289.0, 4277.0, 4288.0, 4268.0, 4278.0, 4256.0, 4278.0, 4257.0, 4289.0, 4257.0, 4298.0, 4266.0, 4288.0, 4278.0, 4280.0, 4270.0, 4312.0, 4300.0, 4301.0, 4270.0, 4300.0, 4299.0, 4301.0, 4300.0, 4290.0, 4279.0, 4300.0, 4289.0, 4289.0, 4289.0, 4289.0], 'WindowWidth': [9559.0, 9528.0, 9507.0, 9498.0, 9498.0, 9499.0, 9514.0, 9469.0, 9512.0, 9480.0, 9491.0, 9480.0, 9492.0, 9477.0, 9490.0, 9492.0, 9517.0, 9497.0, 9514.0, 9503.0, 9538.0, 9523.0, 9500.0, 9513.0, 9478.0, 9510.0, 9476.0, 9490.0, 9482.0, 9476.0, 9476.0, 9472.0, 9489.0, 9446.0, 9494.0, 9512.0, 9496.0, 9494.0, 9496.0, 9498.0, 9500.0, 9500.0, 9504.0, 9517.0, 9498.0, 9496.0, 9496.0, 9481.0, 9495.0, 9488.0, 9490.0, 9490.0, 9460.0, 9461.0, 9471.0, 9452.0, 9469.0, 9446.0, 9476.0, 9459.0, 9477.0, 9463.0, 9480.0, 9468.0, 9454.0, 9464.0, 9472.0, 9454.0, 9452.0, 9434.0, 9444.0, 9443.0, 9423.0, 9438.0, 9411.0, 9424.0, 9410.0, 9434.0, 9422.0, 9421.0, 9438.0, 9407.0, 9420.0, 9390.0, 9416.0, 9405.0, 9419.0, 9425.0, 9409.0, 9440.0, 9397.0, 9443.0, 9414.0, 9442.0, 9428.0, 9445.0, 9448.0, 9447.0, 9452.0, 9477.0, 9468.0, 9469.0, 9471.0, 9444.0, 9475.0, 9456.0, 9473.0, 9442.0, 9473.0, 9444.0, 9488.0, 9459.0, 9487.0, 9453.0, 9468.0, 9459.0, 9443.0, 9454.0, 9423.0, 9454.0, 9455.0, 9473.0, 9458.0, 9490.0, 9476.0, 9491.0, 9445.0, 9472.0, 9441.0, 9471.0, 9440.0, 9455.0, 9455.0, 9455.0, 9439.0, 9451.0, 9453.0, 9453.0, 9468.0, 9469.0, 9474.0, 9472.0, 9471.0, 9469.0, 9469.0, 9470.0, 9470.0, 9454.0, 9486.0, 9442.0, 9473.0, 9447.0, 9458.0, 9455.0, 9474.0, 9459.0, 9460.0, 9475.0, 9497.0, 9484.0, 9482.0, 9483.0, 9486.0, 9500.0, 9488.0, 9503.0, 9470.0, 9502.0, 9475.0, 9487.0, 9457.0, 9502.0, 9472.0, 9502.0, 9461.0, 9507.0, 9503.0, 9508.0, 9505.0, 9521.0, 9505.0, 9510.0, 9513.0, 9498.0, 9471.0, 9481.0, 9481.0, 9477.0, 9481.0, 9478.0, 9496.0, 9493.0, 9481.0, 9495.0, 9500.0, 9483.0, 9499.0, 9469.0, 9502.0, 9488.0, 9498.0, 9467.0, 9497.0, 9454.0, 9498.0, 9487.0, 9501.0, 9483.0, 9513.0, 9484.0, 9502.0, 9493.0, 9504.0, 9459.0, 9505.0, 9459.0, 9503.0, 9475.0, 9491.0, 9474.0, 9505.0, 9504.0, 9521.0, 9518.0, 9528.0, 9496.0, 9510.0, 9477.0, 9506.0, 9489.0, 9504.0, 9494.0, 9492.0, 9471.0, 9487.0, 9473.0, 9503.0, 9472.0, 9503.0, 9475.0, 9503.0, 9484.0, 9485.0, 9467.0, 9496.0, 9464.0, 9461.0, 9462.0, 9458.0, 9457.0, 9462.0, 9464.0, 9484.0, 9459.0, 9485.0, 9490.0, 9475.0, 9484.0, 9471.0, 9505.0, 9455.0, 9424.0, 9409.0, 9428.0, 9437.0, 9423.0, 9452.0, 9425.0, 9445.0, 9435.0, 9419.0, 9417.0, 9399.0, 9411.0, 9380.0, 9407.0, 9377.0, 9406.0, 9392.0, 9403.0, 9388.0, 9399.0, 9372.0, 9398.0, 9375.0, 9381.0, 9401.0, 9357.0, 9398.0, 9377.0, 9399.0, 9404.0, 9402.0, 9407.0, 9411.0, 9427.0, 9433.0, 9424.0, 9452.0, 9426.0, 9454.0, 9425.0, 9454.0, 9424.0, 9448.0, 9435.0, 9427.0, 9429.0, 9405.0, 9434.0, 9420.0, 9418.0, 9431.0, 9450.0, 9435.0, 9451.0, 9435.0, 9448.0, 9439.0, 9433.0, 9434.0, 9415.0, 9432.0, 9403.0, 9432.0, 9413.0, 9427.0, 9398.0, 9424.0, 9400.0, 9431.0, 9417.0, 9452.0, 9423.0, 9452.0, 9438.0, 9435.0, 9436.0, 9443.0, 9430.0, 9417.0, 9448.0, 9406.0, 9451.0, 9427.0, 9443.0, 9415.0, 9496.0, 9527.0, 9501.0, 9502.0, 9503.0, 9500.0, 9471.0, 9503.0, 9507.0, 9482.0, 9480.0, 9463.0, 9474.0, 9444.0, 9419.0, 9432.0, 9440.0, 9424.0, 9413.0, 9425.0, 9413.0, 9445.0, 9433.0, 9433.0, 9434.0, 9406.0, 9446.0, 9404.0, 9432.0, 9419.0, 9437.0, 9424.0, 9453.0, 9437.0, 9437.0, 9436.0, 9432.0, 9435.0, 9431.0, 9434.0, 9416.0, 9434.0, 9430.0, 9428.0, 9399.0, 9413.0, 9399.0, 9433.0, 9406.0, 9452.0, 9409.0, 9454.0, 9439.0, 9452.0, 9441.0, 9456.0, 9442.0, 9456.0, 9441.0, 9456.0, 9442.0, 9436.0, 9454.0, 9424.0, 9439.0, 9437.0, 9453.0, 9483.0, 9460.0, 9440.0, 9455.0, 9422.0, 9449.0, 9424.0, 9433.0, 9420.0, 9434.0, 9435.0, 9433.0, 9437.0, 9417.0, 9433.0, 9417.0, 9448.0, 9405.0, 9448.0, 9421.0, 9450.0, 9421.0, 9434.0, 9422.0, 9417.0, 9434.0, 9417.0, 9435.0, 9445.0, 9434.0, 9421.0, 9433.0, 9417.0, 9432.0, 9418.0, 9436.0, 9421.0, 9450.0, 9424.0, 9435.0, 9437.0, 9434.0, 9437.0, 9438.0, 9439.0, 9460.0, 9436.0, 9406.0, 9433.0, 9404.0, 9433.0, 9406.0, 9437.0, 9435.0, 9449.0, 9437.0, 9434.0, 9437.0, 9433.0, 9435.0, 9434.0, 9437.0, 9418.0, 9432.0, 9402.0, 9430.0, 9413.0, 9429.0, 9401.0, 9431.0, 9432.0, 9432.0, 9419.0, 9433.0, 9433.0, 9451.0, 9436.0, 9452.0, 9440.0, 9437.0, 9437.0, 9434.0, 9434.0, 9435.0, 9434.0, 9447.0, 9422.0, 9447.0, 9436.0, 9434.0, 9436.0, 9435.0, 9437.0, 9451.0, 9439.0, 9437.0, 9456.0, 9410.0, 9441.0, 9440.0, 9443.0, 9455.0, 9460.0, 9445.0, 9445.0, 9443.0, 9443.0, 9458.0, 9443.0, 9457.0, 9446.0, 9449.0, 9434.0, 9421.0, 9432.0, 9417.0, 9435.0, 9421.0, 9454.0, 9438.0, 9435.0, 9441.0, 9447.0, 9436.0, 9422.0, 9450.0, 9409.0, 9451.0, 9406.0, 9432.0, 9421.0, 9426.0, 9414.0, 9412.0, 9431.0, 9389.0, 9449.0, 9421.0, 9448.0, 9421.0, 9450.0, 9422.0, 9451.0, 9439.0, 9453.0, 9443.0, 9426.0, 9440.0, 9451.0, 9440.0, 9454.0, 9456.0, 9478.0, 9452.0, 9422.0, 9446.0, 9422.0, 9402.0, 9432.0, 9442.0, 9432.0, 9433.0, 9450.0, 9461.0, 9453.0, 9424.0, 9453.0, 9434.0, 9449.0, 9408.0, 9449.0, 9419.0, 9426.0, 9428.0, 9409.0, 9413.0, 9398.0, 9411.0, 9399.0, 9409.0, 9411.0, 9379.0, 9409.0, 9381.0, 9412.0, 9372.0, 9432.0, 9448.0, 9453.0, 9426.0, 9457.0, 9439.0, 9434.0, 9420.0, 9427.0, 9415.0, 9412.0, 9430.0, 9400.0, 9428.0, 9414.0, 9411.0, 9413.0, 9411.0, 9428.0, 9430.0, 9449.0, 9459.0, 9453.0, 9426.0, 9452.0, 9437.0, 9438.0, 9437.0, 9453.0, 9439.0, 9452.0, 9443.0, 9437.0, 9439.0, 9437.0, 9452.0, 9438.0, 9456.0, 9426.0, 9456.0, 9414.0, 9460.0, 9431.0, 9476.0, 9433.0, 9475.0, 9445.0, 9456.0, 9441.0, 9455.0, 9441.0, 9458.0, 9442.0, 9455.0, 9442.0, 9453.0, 9440.0, 9451.0, 9454.0, 9447.0, 9445.0, 9415.0, 9432.0, 9419.0, 9431.0, 9420.0, 9454.0, 9429.0, 9385.0, 9443.0, 9404.0, 9450.0, 9435.0, 9454.0, 9437.0, 9467.0, 9440.0, 9465.0, 9440.0, 9432.0, 9436.0, 9427.0, 9428.0, 9401.0, 9426.0, 9414.0, 9424.0, 9412.0, 9407.0, 9423.0, 9395.0, 9412.0, 9398.0, 9415.0, 9430.0, 9401.0, 9434.0, 9410.0, 9456.0, 9441.0, 9474.0, 9444.0, 9460.0, 9462.0, 9457.0, 9459.0, 9443.0, 9460.0, 9442.0, 9459.0, 9441.0, 9458.0, 9430.0, 9460.0, 9471.0, 9477.0, 9459.0, 9476.0, 9444.0, 9469.0, 9445.0, 9454.0, 9458.0, 9427.0, 9457.0, 9457.0, 9473.0, 9445.0, 9480.0, 9473.0, 9458.0, 9469.0, 9458.0, 9467.0, 9468.0, 9452.0, 9449.0, 9422.0, 9436.0, 9437.0, 9408.0, 9450.0, 9462.0, 9452.0, 9465.0, 9456.0, 9467.0, 9458.0, 9456.0, 9458.0, 9458.0, 9462.0, 9458.0, 9455.0, 9411.0, 9453.0, 9437.0, 9452.0, 9438.0, 9438.0, 9440.0, 9410.0, 9454.0, 9425.0, 9456.0, 9425.0, 9455.0, 9426.0, 9439.0, 9425.0, 9455.0, 9442.0, 9459.0, 9458.0, 9473.0, 9461.0, 9455.0, 9458.0, 9469.0, 9458.0, 9470.0, 9473.0, 9457.0, 9473.0, 9443.0, 9458.0, 9431.0, 9455.0, 9444.0, 9458.0, 9458.0, 9477.0, 9460.0, 9482.0, 9467.0, 9469.0, 9454.0, 9486.0, 9498.0, 9486.0, 9495.0, 9482.0, 9463.0, 9458.0, 9446.0, 9440.0, 9457.0, 9450.0, 9451.0, 9420.0, 9434.0, 9419.0, 9436.0, 9440.0, 9454.0, 9442.0, 9459.0, 9448.0, 9465.0, 9463.0, 9464.0, 9461.0, 9459.0, 9446.0, 9454.0, 9440.0, 9452.0, 9440.0, 9421.0, 9448.0, 9443.0, 9428.0, 9403.0, 9427.0, 9417.0, 9412.0, 9430.0, 9386.0, 9443.0, 9399.0, 9428.0, 9419.0, 9428.0, 9433.0, 9446.0, 9449.0, 9424.0, 9458.0, 9429.0, 9475.0, 9431.0, 9476.0, 9447.0, 9461.0, 9459.0, 9472.0, 9458.0, 9453.0, 9470.0, 9441.0, 9456.0, 9428.0, 9456.0, 9443.0, 9462.0, 9444.0, 9460.0, 9444.0, 9454.0, 9444.0, 9410.0, 9453.0, 9425.0, 9455.0, 9456.0, 9458.0, 9438.0, 9468.0, 9452.0, 9437.0, 9422.0, 9450.0, 9437.0, 9453.0, 9439.0, 9448.0, 9450.0, 9436.0, 9450.0, 9393.0, 9453.0, 9426.0, 9471.0, 9428.0, 9458.0, 9429.0, 9443.0, 9440.0, 9455.0, 9441.0, 9453.0, 9440.0, 9447.0, 9448.0, 9435.0, 9448.0, 9419.0, 9434.0, 9420.0, 9442.0, 9439.0, 9453.0, 9440.0, 9455.0, 9457.0, 9460.0, 9460.0, 9476.0, 9463.0, 9478.0, 9465.0, 9456.0, 9473.0, 9441.0, 9456.0, 9426.0, 9456.0, 9442.0, 9454.0, 9442.0, 9425.0, 9456.0, 9412.0, 9456.0, 9430.0, 9476.0, 9452.0, 9498.0, 9485.0, 9486.0, 9493.0, 9479.0, 9460.0, 9471.0, 9442.0, 9456.0, 9443.0, 9424.0, 9454.0, 9465.0, 9451.0, 9420.0, 9435.0, 9422.0, 9434.0, 9439.0, 9421.0, 9451.0, 9440.0, 9457.0, 9442.0, 9458.0, 9426.0, 9454.0, 9425.0, 9453.0, 9424.0, 9437.0, 9439.0, 9406.0, 9436.0, 9448.0, 9449.0, 9448.0, 9453.0, 9425.0, 9438.0, 9438.0, 9437.0, 9441.0, 9449.0, 9439.0, 9437.0, 9450.0, 9421.0, 9449.0, 9423.0, 9434.0, 9437.0, 9442.0, 9457.0, 9466.0, 9466.0, 9478.0, 9482.0, 9475.0, 9474.0, 9444.0, 9458.0, 9427.0, 9456.0, 9443.0, 9458.0, 9443.0, 9460.0, 9459.0, 9460.0, 9446.0, 9456.0, 9442.0, 9438.0, 9454.0, 9456.0, 9458.0, 9477.0, 9462.0, 9460.0, 9463.0, 9469.0, 9458.0, 9454.0, 9466.0, 9439.0, 9451.0, 9434.0, 9429.0, 9433.0, 9415.0, 9432.0, 9418.0, 9447.0, 9418.0, 9448.0, 9420.0, 9453.0, 9440.0, 9458.0, 9443.0, 9474.0, 9469.0, 9474.0, 9442.0, 9467.0, 9464.0, 9475.0, 9472.0, 9458.0, 9469.0, 9473.0, 9477.0, 9483.0, 9490.0, 9477.0, 9473.0, 9471.0, 9471.0, 9459.0, 9450.0, 9450.0, 9449.0, 9451.0, 9453.0, 9471.0, 9454.0, 9455.0, 9456.0, 9458.0, 9460.0, 9460.0, 9465.0, 9464.0, 9470.0, 9480.0, 9498.0, 9482.0, 9500.0, 9471.0, 9488.0, 9456.0, 9498.0, 9481.0, 9498.0, 9498.0, 9501.0, 9495.0, 9500.0, 9469.0, 9499.0, 9456.0, 9497.0, 9483.0, 9497.0, 9479.0, 9482.0, 9433.0, 9461.0, 9458.0, 9473.0, 9476.0, 9476.0, 9475.0, 9475.0, 9470.0, 9459.0, 9443.0, 9459.0, 9456.0, 9475.0, 9445.0, 9474.0, 9444.0, 9460.0, 9444.0, 9474.0, 9444.0, 9475.0, 9431.0, 9491.0, 9450.0, 9477.0, 9459.0, 9479.0, 9464.0, 9482.0, 9465.0, 9497.0, 9467.0, 9496.0, 9466.0, 9481.0, 9452.0, 9496.0, 9452.0, 9496.0, 9453.0, 9481.0, 9465.0, 9481.0, 9455.0, 9495.0, 9456.0, 9499.0, 9454.0, 9482.0, 9439.0, 9483.0, 9480.0, 9497.0, 9472.0, 9497.0, 9452.0, 9496.0, 9479.0, 9481.0, 9453.0, 9480.0, 9479.0, 9480.0, 9460.0, 9476.0, 9457.0, 9458.0, 9469.0, 9459.0, 9474.0, 9475.0, 9458.0, 9474.0, 9456.0, 9471.0, 9442.0, 9458.0, 9446.0, 9474.0, 9445.0, 9475.0, 9446.0, 9479.0, 9488.0, 9478.0, 9477.0, 9480.0, 9488.0, 9473.0, 9457.0, 9457.0, 9442.0, 9458.0, 9446.0, 9476.0, 9445.0, 9458.0, 9442.0, 9455.0, 9425.0, 9457.0, 9443.0, 9460.0, 9444.0, 9457.0, 9443.0, 9456.0, 9443.0, 9459.0, 9458.0, 9473.0, 9458.0, 9456.0, 9458.0, 9442.0, 9458.0, 9459.0, 9474.0, 9445.0, 9475.0, 9444.0, 9475.0, 9457.0, 9475.0, 9473.0, 9477.0, 9462.0, 9480.0, 9449.0, 9479.0, 9464.0, 9482.0, 9492.0, 9484.0, 9483.0, 9499.0, 9509.0, 9499.0, 9482.0, 9485.0, 9486.0, 9486.0, 9502.0, 9487.0, 9490.0, 9486.0, 9485.0, 9473.0, 9482.0, 9471.0, 9439.0, 9482.0, 9479.0, 9496.0, 9481.0, 9496.0, 9484.0, 9484.0, 9507.0, 9479.0, 9528.0, 9522.0, 9526.0, 9524.0, 9519.0, 9520.0, 9522.0, 9514.0, 9509.0, 9502.0, 9500.0, 9508.0, 9481.0, 9462.0, 9476.0, 9450.0, 9462.0, 9432.0, 9462.0, 9436.0, 9480.0, 9436.0, 9491.0, 9447.0, 9476.0, 9466.0, 9470.0, 9457.0, 9517.0, 9500.0, 9501.0, 9460.0, 9498.0, 9495.0, 9500.0, 9496.0, 9481.0, 9466.0, 9497.0, 9481.0, 9482.0, 9480.0, 9482.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.0004836314572089437</td></tr>
<tr><td colspan=3>aqi</td><td>0.01576255851966076</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.86643384124231</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2272115715432106</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025077488580236</td></tr>
<tr><td colspan=3>efc</td><td>0.4466</td></tr>
<tr><td colspan=3>fber</td><td>6865.8013</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06967749178846483</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8481110254433307</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.662888573562571</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5695407569191926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9067657488791223</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5123592148893987</td></tr>
<tr><td colspan=3>gcor</td><td>0.0170433</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012091739103198051</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019204240292310715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6816097562541175</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>33.4471</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0925</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.063</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307513.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>735.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.6561</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0229</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>589.9946</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3507.2773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4655.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1015.581</td></tr>
<tr><td colspan=3>tsnr</td><td>46.0255399744492</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>