<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-02/func/sub-0081_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>64e0e5e82fc730b10e93d0f14d5b8bbc</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>19:48:12.375000</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.999708, 0.00899003, 0.0224424, -0.0111673, 0.995039, 0.0988594]</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.0831297</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>[4158, -7718, -7302, 635, -114, -59, 112, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.582</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3164f68c-f1d7-4bb7-8ea7-87670d620204||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.682142734527588, -0.02996112033724785, 0.057894159108400345, 108.66580963134766], [-0.024119580164551735, 2.669616222381592, 0.2675189673900604, -98.52059936523438], [0.060211241245269775, -0.26523247361183167, 2.6860904693603516, -73.8144302368164], [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': ['194812.375000', '194812.835000', '194813.295000', '194813.755000', '194814.215000', '194814.675000', '194815.135000', '194815.595000', '194816.055000', '194816.515000', '194816.975000', '194817.435000', '194817.895000', '194818.355000', '194818.815000', '194819.275000', '194819.735000', '194820.195000', '194820.655000', '194821.115000', '194821.575000', '194822.035000', '194822.495000', '194822.955000', '194823.415000', '194823.875000', '194824.335000', '194824.795000', '194825.255000', '194825.715000', '194826.175000', '194826.635000', '194827.095000', '194827.555000', '194828.015000', '194828.475000', '194828.935000', '194829.395000', '194829.855000', '194830.315000', '194830.775000', '194831.235000', '194831.695000', '194832.155000', '194832.615000', '194833.075000', '194833.535000', '194833.995000', '194834.455000', '194834.915000', '194835.375000', '194835.835000', '194836.295000', '194836.755000', '194837.215000', '194837.675000', '194838.135000', '194838.595000', '194839.055000', '194839.515000', '194839.975000', '194840.435000', '194840.895000', '194841.355000', '194841.815000', '194842.275000', '194842.735000', '194843.195000', '194843.655000', '194844.115000', '194844.575000', '194845.035000', '194845.495000', '194845.955000', '194846.415000', '194846.875000', '194847.335000', '194847.795000', '194848.255000', '194848.715000', '194849.175000', '194849.635000', '194850.095000', '194850.555000', '194851.015000', '194851.475000', '194851.935000', '194852.395000', '194852.855000', '194853.315000', '194853.775000', '194854.235000', '194854.695000', '194855.155000', '194855.615000', '194856.075000', '194856.535000', '194856.995000', '194857.455000', '194857.915000', '194858.375000', '194858.835000', '194859.295000', '194859.755000', '194900.215000', '194900.675000', '194901.135000', '194901.595000', '194902.055000', '194902.515000', '194902.975000', '194903.435000', '194903.895000', '194904.355000', '194904.815000', '194905.275000', '194905.735000', '194906.195000', '194906.655000', '194907.115000', '194907.575000', '194908.035000', '194908.495000', '194908.955000', '194909.415000', '194909.875000', '194910.335000', '194910.795000', '194911.255000', '194911.715000', '194912.175000', '194912.635000', '194913.095000', '194913.555000', '194914.015000', '194914.475000', '194914.935000', '194915.395000', '194915.855000', '194916.315000', '194916.775000', '194917.235000', '194917.695000', '194918.155000', '194918.615000', '194919.075000', '194919.535000', '194919.995000', '194920.455000', '194920.915000', '194921.375000', '194921.835000', '194922.295000', '194922.755000', '194923.215000', '194923.675000', '194924.135000', '194924.595000', '194925.055000', '194925.515000', '194925.975000', '194926.435000', '194926.895000', '194927.355000', '194927.815000', '194928.275000', '194928.735000', '194929.195000', '194929.655000', '194930.115000', '194930.575000', '194931.035000', '194931.495000', '194931.955000', '194932.415000', '194932.875000', '194933.335000', '194933.795000', '194934.255000', '194934.715000', '194935.175000', '194935.635000', '194936.095000', '194936.555000', '194937.015000', '194937.475000', '194937.935000', '194938.395000', '194938.855000', '194939.315000', '194939.775000', '194940.235000', '194940.695000', '194941.155000', '194941.615000', '194942.075000', '194942.535000', '194942.995000', '194943.455000', '194943.915000', '194944.375000', '194944.835000', '194945.295000', '194945.755000', '194946.215000', '194946.675000', '194947.135000', '194947.595000', '194948.055000', '194948.515000', '194948.975000', '194949.435000', '194949.895000', '194950.355000', '194950.815000', '194951.275000', '194951.735000', '194952.195000', '194952.655000', '194953.115000', '194953.575000', '194954.035000', '194954.495000', '194954.955000', '194955.415000', '194955.875000', '194956.335000', '194956.795000', '194957.255000', '194957.715000', '194958.175000', '194958.635000', '194959.095000', '194959.555000', '195000.015000', '195000.475000', '195000.935000', '195001.395000', '195001.855000', '195002.315000', '195002.775000', '195003.235000', '195003.695000', '195004.155000', '195004.615000', '195005.075000', '195005.535000', '195005.995000', '195006.455000', '195006.915000', '195007.375000', '195007.835000', '195008.295000', '195008.755000', '195009.215000', '195009.675000', '195010.135000', '195010.595000', '195011.055000', '195011.515000', '195011.975000', '195012.435000', '195012.895000', '195013.355000', '195013.815000', '195014.275000', '195014.735000', '195015.195000', '195015.655000', '195016.115000', '195016.575000', '195017.035000', '195017.495000', '195017.955000', '195018.415000', '195018.875000', '195019.335000', '195019.795000', '195020.255000', '195020.715000', '195021.175000', '195021.635000', '195022.095000', '195022.555000', '195023.015000', '195023.475000', '195023.935000', '195024.395000', '195024.855000', '195025.315000', '195025.775000', '195026.235000', '195026.695000', '195027.155000', '195027.615000', '195028.075000', '195028.535000', '195028.995000', '195029.455000', '195029.915000', '195030.375000', '195030.835000', '195031.295000', '195031.755000', '195032.215000', '195032.675000', '195033.135000', '195033.595000', '195034.055000', '195034.515000', '195034.975000', '195035.435000', '195035.895000', '195036.355000', '195036.815000', '195037.275000', '195037.735000', '195038.195000', '195038.655000', '195039.115000', '195039.575000', '195040.035000', '195040.495000', '195040.955000', '195041.415000', '195041.875000', '195042.335000', '195042.795000', '195043.255000', '195043.715000', '195044.175000', '195044.635000', '195045.095000', '195045.555000', '195046.015000', '195046.475000', '195046.935000', '195047.395000', '195047.855000', '195048.315000', '195048.775000', '195049.235000', '195049.695000', '195050.155000', '195050.615000', '195051.075000', '195051.535000', '195051.995000', '195052.455000', '195052.915000', '195053.375000', '195053.835000', '195054.295000', '195054.755000', '195055.215000', '195055.675000', '195056.135000', '195056.595000', '195057.055000', '195057.515000', '195057.975000', '195058.435000', '195058.895000', '195059.355000', '195059.815000', '195100.275000', '195100.735000', '195101.195000', '195101.655000', '195102.115000', '195102.575000', '195103.035000', '195103.495000', '195103.955000', '195104.415000', '195104.875000', '195105.335000', '195105.795000', '195106.255000', '195106.715000', '195107.175000', '195107.635000', '195108.095000', '195108.555000', '195109.015000', '195109.475000', '195109.935000', '195110.395000', '195110.855000', '195111.315000', '195111.775000', '195112.235000', '195112.695000', '195113.155000', '195113.615000', '195114.075000', '195114.535000', '195114.995000', '195115.455000', '195115.915000', '195116.375000', '195116.835000', '195117.295000', '195117.755000', '195118.215000', '195118.675000', '195119.135000', '195119.595000', '195120.055000', '195120.515000', '195120.975000', '195121.435000', '195121.895000', '195122.355000', '195122.815000', '195123.275000', '195123.735000', '195124.195000', '195124.655000', '195125.115000', '195125.575000', '195126.035000', '195126.495000', '195126.955000', '195127.415000', '195127.875000', '195128.335000', '195128.795000', '195129.255000', '195129.715000', '195130.175000', '195130.635000', '195131.095000', '195131.555000', '195132.015000', '195132.475000', '195132.935000', '195133.395000', '195133.855000', '195134.315000', '195134.775000', '195135.235000', '195135.695000', '195136.155000', '195136.615000', '195137.075000', '195137.535000', '195137.995000', '195138.455000', '195138.915000', '195139.375000', '195139.835000', '195140.295000', '195140.755000', '195141.215000', '195141.675000', '195142.135000', '195142.595000', '195143.055000', '195143.515000', '195143.975000', '195144.435000', '195144.895000', '195145.355000', '195145.815000', '195146.275000', '195146.735000', '195147.195000', '195147.655000', '195148.115000', '195148.575000', '195149.035000', '195149.495000', '195149.955000', '195150.415000', '195150.875000', '195151.335000', '195151.795000', '195152.255000', '195152.715000', '195153.175000', '195153.635000', '195154.095000', '195154.555000', '195155.015000', '195155.475000', '195155.935000', '195156.395000', '195156.855000', '195157.315000', '195157.775000', '195158.235000', '195158.695000', '195159.155000', '195159.615000', '195200.075000', '195200.535000', '195200.995000', '195201.455000', '195201.915000', '195202.375000', '195202.835000', '195203.295000', '195203.755000', '195204.215000', '195204.675000', '195205.135000', '195205.595000', '195206.055000', '195206.515000', '195206.975000', '195207.435000', '195207.895000', '195208.355000', '195208.815000', '195209.275000', '195209.735000', '195210.195000', '195210.655000', '195211.115000', '195211.575000', '195212.035000', '195212.495000', '195212.955000', '195213.415000', '195213.875000', '195214.335000', '195214.795000', '195215.255000', '195215.715000', '195216.175000', '195216.635000', '195217.095000', '195217.555000', '195218.015000', '195218.475000', '195218.935000', '195219.395000', '195219.855000', '195220.315000', '195220.775000', '195221.235000', '195221.695000', '195222.155000', '195222.615000', '195223.075000', '195223.535000', '195223.995000', '195224.455000', '195224.915000', '195225.375000', '195225.835000', '195226.295000', '195226.755000', '195227.215000', '195227.675000', '195228.135000', '195228.595000', '195229.055000', '195229.515000', '195229.975000', '195230.435000', '195230.895000', '195231.355000', '195231.815000', '195232.275000', '195232.735000', '195233.195000', '195233.655000', '195234.115000', '195234.575000', '195235.035000', '195235.495000', '195235.955000', '195236.415000', '195236.875000', '195237.335000', '195237.795000', '195238.255000', '195238.715000', '195239.175000', '195239.635000', '195240.095000', '195240.555000', '195241.015000', '195241.475000', '195241.935000', '195242.395000', '195242.855000', '195243.315000', '195243.775000', '195244.235000', '195244.695000', '195245.155000', '195245.615000', '195246.075000', '195246.535000', '195246.995000', '195247.455000', '195247.915000', '195248.375000', '195248.835000', '195249.295000', '195249.755000', '195250.215000', '195250.675000', '195251.135000', '195251.595000', '195252.055000', '195252.515000', '195252.975000', '195253.435000', '195253.895000', '195254.355000', '195254.815000', '195255.275000', '195255.735000', '195256.195000', '195256.655000', '195257.115000', '195257.575000', '195258.035000', '195258.495000', '195258.955000', '195259.415000', '195259.875000', '195300.335000', '195300.795000', '195301.255000', '195301.715000', '195302.175000', '195302.635000', '195303.095000', '195303.555000', '195304.015000', '195304.475000', '195304.935000', '195305.395000', '195305.855000', '195306.315000', '195306.775000', '195307.235000', '195307.695000', '195308.155000', '195308.615000', '195309.075000', '195309.535000', '195309.995000', '195310.455000', '195310.915000', '195311.375000', '195311.835000', '195312.295000', '195312.755000', '195313.215000', '195313.675000', '195314.135000', '195314.595000', '195315.055000', '195315.515000', '195315.975000', '195316.435000', '195316.895000', '195317.355000', '195317.815000', '195318.275000', '195318.735000', '195319.195000', '195319.655000', '195320.115000', '195320.575000', '195321.035000', '195321.495000', '195321.955000', '195322.415000', '195322.875000', '195323.335000', '195323.795000', '195324.255000', '195324.715000', '195325.175000', '195325.635000', '195326.095000', '195326.555000', '195327.015000', '195327.475000', '195327.935000', '195328.395000', '195328.855000', '195329.315000', '195329.775000', '195330.235000', '195330.695000', '195331.155000', '195331.615000', '195332.075000', '195332.535000', '195332.995000', '195333.455000', '195333.915000', '195334.375000', '195334.835000', '195335.295000', '195335.755000', '195336.215000', '195336.675000', '195337.135000', '195337.595000', '195338.055000', '195338.515000', '195338.975000', '195339.435000', '195339.895000', '195340.355000', '195340.815000', '195341.275000', '195341.735000', '195342.195000', '195342.655000', '195343.115000', '195343.575000', '195344.035000', '195344.495000', '195344.955000', '195345.415000', '195345.875000', '195346.335000', '195346.795000', '195347.255000', '195347.715000', '195348.175000', '195348.635000', '195349.095000', '195349.555000', '195350.015000', '195350.475000', '195350.935000', '195351.395000', '195351.855000', '195352.315000', '195352.775000', '195353.235000', '195353.695000', '195354.155000', '195354.615000', '195355.075000', '195355.535000', '195355.995000', '195356.455000', '195356.915000', '195357.375000', '195357.835000', '195358.295000', '195358.755000', '195359.215000', '195359.675000', '195400.135000', '195400.595000', '195401.055000', '195401.515000', '195401.975000', '195402.435000', '195402.895000', '195403.355000', '195403.815000', '195404.275000', '195404.735000', '195405.195000', '195405.655000', '195406.115000', '195406.575000', '195407.035000', '195407.495000', '195407.955000', '195408.415000', '195408.875000', '195409.335000', '195409.795000', '195410.255000', '195410.715000', '195411.175000', '195411.635000', '195412.095000', '195412.555000', '195413.015000', '195413.475000', '195413.935000', '195414.395000', '195414.855000', '195415.315000', '195415.775000', '195416.235000', '195416.695000', '195417.155000', '195417.615000', '195418.075000', '195418.535000', '195418.995000', '195419.455000', '195419.915000', '195420.375000', '195420.835000', '195421.295000', '195421.755000', '195422.215000', '195422.675000', '195423.135000', '195423.595000', '195424.055000', '195424.515000', '195424.975000', '195425.435000', '195425.895000', '195426.355000', '195426.815000', '195427.275000', '195427.735000', '195428.195000', '195428.655000', '195429.115000', '195429.575000', '195430.035000', '195430.495000', '195430.955000', '195431.415000', '195431.875000', '195432.335000', '195432.795000', '195433.255000', '195433.715000', '195434.175000', '195434.635000', '195435.095000', '195435.555000', '195436.015000', '195436.475000', '195436.935000', '195437.395000', '195437.855000', '195438.315000', '195438.775000', '195439.235000', '195439.695000', '195440.155000', '195440.615000', '195441.075000', '195441.535000', '195441.995000', '195442.455000', '195442.915000', '195443.375000', '195443.835000', '195444.295000', '195444.755000', '195445.215000', '195445.675000', '195446.135000', '195446.595000', '195447.055000', '195447.515000', '195447.975000', '195448.435000', '195448.895000', '195449.355000', '195449.815000', '195450.275000', '195450.735000', '195451.195000', '195451.655000', '195452.115000', '195452.575000', '195453.035000', '195453.495000', '195453.955000', '195454.415000', '195454.875000', '195455.335000', '195455.795000', '195456.255000', '195456.715000', '195457.175000', '195457.635000', '195458.095000', '195458.555000', '195459.015000', '195459.475000', '195459.935000', '195500.395000', '195500.855000', '195501.315000', '195501.775000', '195502.235000', '195502.695000', '195503.155000', '195503.615000', '195504.075000', '195504.535000', '195504.995000', '195505.455000', '195505.915000', '195506.375000', '195506.835000', '195507.295000', '195507.755000', '195508.215000', '195508.675000', '195509.135000', '195509.595000', '195510.055000', '195510.515000', '195510.975000', '195511.435000', '195511.895000', '195512.355000', '195512.815000', '195513.275000', '195513.735000', '195514.195000', '195514.655000', '195515.115000', '195515.575000', '195516.035000', '195516.495000', '195516.955000', '195517.415000', '195517.875000', '195518.335000', '195518.795000', '195519.255000', '195519.715000', '195520.175000', '195520.635000', '195521.095000', '195521.555000', '195522.015000', '195522.475000', '195522.935000', '195523.395000', '195523.855000', '195524.315000', '195524.775000', '195525.235000', '195525.695000', '195526.155000', '195526.615000', '195527.075000', '195527.535000', '195527.995000', '195528.455000', '195528.915000', '195529.375000', '195529.835000', '195530.295000', '195530.755000', '195531.215000', '195531.675000', '195532.135000', '195532.595000', '195533.055000', '195533.515000', '195533.975000', '195534.435000', '195534.895000', '195535.355000', '195535.815000', '195536.275000', '195536.735000', '195537.195000', '195537.655000', '195538.115000', '195538.575000', '195539.035000', '195539.495000', '195539.955000', '195540.415000', '195540.875000', '195541.335000', '195541.795000', '195542.255000', '195542.715000', '195543.175000', '195543.635000', '195544.095000', '195544.555000', '195545.015000', '195545.475000', '195545.935000', '195546.395000', '195546.855000', '195547.315000', '195547.775000', '195548.235000', '195548.695000', '195549.155000', '195549.615000', '195550.075000', '195550.535000', '195550.995000', '195551.455000', '195551.915000', '195552.375000', '195552.835000', '195553.295000', '195553.755000', '195554.215000', '195554.675000', '195555.135000', '195555.595000', '195556.055000', '195556.515000', '195556.975000', '195557.435000', '195557.895000', '195558.355000', '195558.815000', '195559.275000', '195559.735000', '195600.195000', '195600.655000', '195601.115000', '195601.575000', '195602.035000', '195602.495000', '195602.955000', '195603.415000', '195603.875000', '195604.335000', '195604.795000', '195605.255000', '195605.715000', '195606.175000', '195606.635000', '195607.095000', '195607.555000', '195608.015000', '195608.475000', '195608.935000', '195609.395000', '195609.855000', '195610.315000', '195610.775000', '195611.235000', '195611.695000', '195612.155000', '195612.615000', '195613.075000', '195613.535000', '195613.995000', '195614.455000', '195614.915000', '195615.375000', '195615.835000', '195616.295000', '195616.755000', '195617.215000', '195617.675000', '195618.135000', '195618.595000', '195619.055000', '195619.515000', '195619.975000', '195620.435000', '195620.895000', '195621.355000', '195621.815000', '195622.275000', '195622.735000', '195623.195000', '195623.655000', '195624.115000', '195624.575000', '195625.035000', '195625.495000', '195625.955000', '195626.415000', '195626.875000', '195627.335000', '195627.795000', '195628.255000', '195628.715000', '195629.175000', '195629.635000', '195630.095000', '195630.555000', '195631.015000', '195631.475000', '195631.935000', '195632.395000', '195632.855000', '195633.315000', '195633.775000', '195634.235000', '195634.695000', '195635.155000', '195635.615000', '195636.075000', '195636.535000', '195636.995000', '195637.455000', '195637.915000', '195638.375000', '195638.835000', '195639.295000', '195639.755000', '195640.215000', '195640.675000', '195641.135000', '195641.595000', '195642.055000', '195642.515000', '195642.975000', '195643.435000', '195643.895000', '195644.355000', '195644.815000', '195645.275000', '195645.735000', '195646.195000', '195646.655000', '195647.115000', '195647.575000', '195648.035000', '195648.495000', '195648.955000', '195649.415000', '195649.875000', '195650.335000', '195650.795000', '195651.255000', '195651.715000', '195652.175000', '195652.635000', '195653.095000', '195653.555000', '195654.015000', '195654.475000', '195654.935000', '195655.395000', '195655.855000', '195656.315000', '195656.775000', '195657.235000', '195657.695000', '195658.155000', '195658.615000', '195659.075000', '195659.535000', '195659.995000', '195700.455000', '195700.915000', '195701.375000', '195701.835000', '195702.295000', '195702.755000', '195703.215000', '195703.675000', '195704.135000', '195704.595000', '195705.055000', '195705.515000', '195705.975000', '195706.435000', '195706.895000', '195707.355000', '195707.815000', '195708.275000', '195708.735000', '195709.195000', '195709.655000', '195710.115000', '195710.575000', '195711.035000', '195711.495000', '195711.955000', '195712.415000', '195712.875000', '195713.335000', '195713.795000', '195714.255000', '195714.715000', '195715.175000', '195715.635000', '195716.095000', '195716.555000', '195717.015000', '195717.475000', '195717.935000', '195718.395000', '195718.855000', '195719.315000', '195719.775000', '195720.235000', '195720.695000', '195721.155000', '195721.615000', '195722.075000', '195722.535000', '195722.995000', '195723.455000', '195723.915000', '195724.375000', '195724.835000', '195725.295000', '195725.755000', '195726.215000', '195726.675000', '195727.135000', '195727.595000', '195728.055000', '195728.515000', '195728.975000', '195729.435000', '195729.895000', '195730.355000', '195730.815000', '195731.275000', '195731.735000', '195732.195000', '195732.655000', '195733.115000', '195733.575000', '195734.035000', '195734.495000', '195734.955000', '195735.415000', '195735.875000', '195736.335000', '195736.795000', '195737.255000', '195737.715000', '195738.175000', '195738.635000', '195739.095000', '195739.555000', '195740.015000', '195740.475000', '195740.935000', '195741.395000', '195741.855000', '195742.315000', '195742.775000', '195743.235000', '195743.695000', '195744.155000', '195744.615000', '195745.075000', '195745.535000', '195745.995000', '195746.455000', '195746.915000', '195747.375000', '195747.835000', '195748.295000', '195748.755000', '195749.215000', '195749.675000', '195750.135000', '195750.595000', '195751.055000', '195751.515000', '195751.975000', '195752.435000', '195752.895000', '195753.355000', '195753.815000', '195754.275000', '195754.735000', '195755.195000', '195755.655000', '195756.115000', '195756.575000', '195757.035000', '195757.495000', '195757.955000', '195758.415000', '195758.875000', '195759.335000', '195759.795000', '195800.255000', '195800.715000', '195801.175000', '195801.635000', '195802.095000', '195802.555000', '195803.015000', '195803.475000', '195803.935000', '195804.395000', '195804.855000', '195805.315000', '195805.775000', '195806.235000', '195806.695000', '195807.155000', '195807.615000', '195808.075000', '195808.535000', '195808.995000'], 'ContentTime': ['194825.532000', '194825.535000', '194825.554000', '194825.556000', '194825.559000', '194825.578000', '194825.581000', '194825.583000', '194825.586000', '194825.589000', '194825.591000', '194825.594000', '194825.597000', '194825.600000', '194825.603000', '194825.605000', '194825.608000', '194825.610000', '194825.613000', '194825.616000', '194825.618000', '194825.621000', '194825.623000', '194825.626000', '194825.629000', '194825.632000', '194845.503000', '194845.517000', '194845.520000', '194845.522000', '194845.525000', '194845.527000', '194845.530000', '194845.533000', '194845.535000', '194845.538000', '194845.540000', '194845.543000', '194845.545000', '194845.548000', '194845.550000', '194845.553000', '194845.555000', '194845.558000', '194845.560000', '194845.563000', '194845.565000', '194845.568000', '194845.571000', '194845.573000', '194845.576000', '194845.578000', '194845.581000', '194845.583000', '194845.586000', '194845.588000', '194845.591000', '194845.593000', '194845.596000', '194845.599000', '194845.601000', '194845.604000', '194845.606000', '194845.609000', '194845.611000', '194845.614000', '194845.616000', '194845.627000', '194845.629000', '194905.503000', '194905.506000', '194905.509000', '194905.511000', '194905.514000', '194905.516000', '194905.519000', '194905.521000', '194905.524000', '194905.526000', '194905.529000', '194905.532000', '194905.534000', '194905.537000', '194905.539000', '194905.542000', '194905.544000', '194905.547000', '194905.549000', '194905.552000', '194905.554000', '194905.557000', '194905.559000', '194905.562000', '194905.564000', '194905.567000', '194905.569000', '194905.572000', '194905.574000', '194905.577000', '194905.580000', '194905.582000', '194905.585000', '194905.587000', '194905.590000', '194905.593000', '194905.595000', '194905.598000', '194905.600000', '194905.603000', '194905.605000', '194905.608000', '194905.610000', '194925.504000', '194925.506000', '194925.509000', '194925.511000', '194925.514000', '194925.516000', '194925.519000', '194925.521000', '194925.524000', '194925.527000', '194925.529000', '194925.532000', '194925.534000', '194925.537000', '194925.539000', '194925.542000', '194925.544000', '194925.547000', '194925.549000', '194925.552000', '194925.554000', '194925.557000', '194925.560000', '194925.562000', '194925.565000', '194925.567000', '194925.570000', '194925.572000', '194925.575000', '194925.578000', '194925.580000', '194925.583000', '194925.585000', '194925.588000', '194925.590000', '194925.593000', '194925.595000', '194925.598000', '194925.601000', '194925.603000', '194925.606000', '194925.609000', '194925.612000', '194925.615000', '194945.503000', '194945.506000', '194945.509000', '194945.511000', '194945.514000', '194945.516000', '194945.519000', '194945.522000', '194945.524000', '194945.527000', '194945.529000', '194945.532000', '194945.534000', '194945.537000', '194945.539000', '194945.542000', '194945.544000', '194945.547000', '194945.550000', '194945.552000', '194945.555000', '194945.557000', '194945.560000', '194945.562000', '194945.565000', '194945.568000', '194945.570000', '194945.573000', '194945.575000', '194945.578000', '194945.580000', '194945.583000', '194945.585000', '194945.588000', '194945.590000', '194945.593000', '194945.596000', '194945.598000', '194945.601000', '194945.603000', '194945.606000', '194945.608000', '194945.611000', '194945.614000', '195005.502000', '195005.505000', '195005.508000', '195005.510000', '195005.513000', '195005.516000', '195005.518000', '195005.521000', '195005.523000', '195005.526000', '195005.528000', '195005.531000', '195005.533000', '195005.536000', '195005.538000', '195005.541000', '195005.544000', '195005.546000', '195005.549000', '195005.551000', '195005.554000', '195005.556000', '195005.559000', '195005.561000', '195005.564000', '195005.566000', '195005.569000', '195005.572000', '195005.574000', '195005.577000', '195005.579000', '195005.582000', '195005.584000', '195005.587000', '195005.589000', '195005.592000', '195005.595000', '195005.597000', '195005.600000', '195005.602000', '195005.616000', '195005.619000', '195005.621000', '195025.502000', '195025.505000', '195025.508000', '195025.510000', '195025.513000', '195025.515000', '195025.518000', '195025.520000', '195025.523000', '195025.526000', '195025.528000', '195025.531000', '195025.533000', '195025.536000', '195025.538000', '195025.541000', '195025.543000', '195025.546000', '195025.548000', '195025.551000', '195025.554000', '195025.556000', '195025.559000', '195025.561000', '195025.564000', '195025.566000', '195025.569000', '195025.571000', '195025.574000', '195025.576000', '195025.579000', '195025.582000', '195025.584000', '195025.587000', '195025.589000', '195025.592000', '195025.594000', '195025.597000', '195025.600000', '195025.602000', '195025.605000', '195025.607000', '195025.610000', '195025.612000', '195045.502000', '195045.505000', '195045.508000', '195045.511000', '195045.513000', '195045.516000', '195045.518000', '195045.521000', '195045.523000', '195045.526000', '195045.529000', '195045.531000', '195045.534000', '195045.536000', '195045.539000', '195045.542000', '195045.544000', '195045.547000', '195045.549000', '195045.552000', '195045.554000', '195045.557000', '195045.559000', '195045.562000', '195045.565000', '195045.567000', '195045.570000', '195045.572000', '195045.575000', '195045.577000', '195045.580000', '195045.582000', '195045.585000', '195045.587000', '195045.590000', '195045.593000', '195045.595000', '195045.598000', '195045.600000', '195045.603000', '195045.606000', '195045.608000', '195045.611000', '195105.503000', '195105.506000', '195105.509000', '195105.511000', '195105.514000', '195105.516000', '195105.519000', '195105.522000', '195105.524000', '195105.527000', '195105.529000', '195105.532000', '195105.534000', '195105.537000', '195105.539000', '195105.542000', '195105.545000', '195105.547000', '195105.550000', '195105.552000', '195105.555000', '195105.558000', '195105.560000', '195105.563000', '195105.565000', '195105.568000', '195105.570000', '195105.573000', '195105.575000', '195105.578000', '195105.581000', '195105.583000', '195105.586000', '195105.588000', '195105.591000', '195105.593000', '195105.596000', '195105.598000', '195105.601000', '195105.604000', '195105.606000', '195105.609000', '195105.611000', '195125.504000', '195125.506000', '195125.509000', '195125.511000', '195125.514000', '195125.517000', '195125.519000', '195125.522000', '195125.524000', '195125.527000', '195125.529000', '195125.532000', '195125.534000', '195125.537000', '195125.540000', '195125.542000', '195125.545000', '195125.547000', '195125.550000', '195125.552000', '195125.555000', '195125.557000', '195125.560000', '195125.563000', '195125.565000', '195125.568000', '195125.570000', '195125.573000', '195125.575000', '195125.578000', '195125.581000', '195125.583000', '195125.586000', '195125.588000', '195125.591000', '195125.593000', '195125.596000', '195125.599000', '195125.601000', '195125.604000', '195125.606000', '195125.609000', '195125.611000', '195125.614000', '195145.503000', '195145.506000', '195145.509000', '195145.511000', '195145.514000', '195145.516000', '195145.519000', '195145.522000', '195145.524000', '195145.527000', '195145.529000', '195145.532000', '195145.534000', '195145.537000', '195145.540000', '195145.542000', '195145.545000', '195145.547000', '195145.550000', '195145.552000', '195145.555000', '195145.557000', '195145.568000', '195145.571000', '195145.573000', '195145.576000', '195145.579000', '195145.581000', '195145.584000', '195145.586000', '195145.589000', '195145.591000', '195145.594000', '195145.596000', '195145.599000', '195145.602000', '195145.604000', '195145.607000', '195145.610000', '195145.612000', '195145.615000', '195145.618000', '195145.620000', '195145.623000', '195205.504000', '195205.506000', '195205.509000', '195205.512000', '195205.514000', '195205.517000', '195205.519000', '195205.522000', '195205.524000', '195205.527000', '195205.529000', '195205.532000', '195205.534000', '195205.537000', '195205.540000', '195205.542000', '195205.545000', '195205.547000', '195205.550000', '195205.552000', '195205.555000', '195205.558000', '195205.560000', '195205.563000', '195205.565000', '195205.568000', '195205.570000', '195205.573000', '195205.575000', '195205.578000', '195205.581000', '195205.583000', '195205.586000', '195205.589000', '195205.591000', '195205.594000', '195205.596000', '195205.599000', '195205.602000', '195205.604000', '195205.607000', '195205.609000', '195205.612000', '195225.502000', '195225.505000', '195225.508000', '195225.511000', '195225.513000', '195225.516000', '195225.519000', '195225.521000', '195225.524000', '195225.527000', '195225.529000', '195225.532000', '195225.535000', '195225.537000', '195225.541000', '195225.550000', '195225.553000', '195225.556000', '195225.558000', '195225.561000', '195225.563000', '195225.566000', '195225.569000', '195225.571000', '195225.574000', '195225.577000', '195225.579000', '195225.582000', '195225.584000', '195225.587000', '195225.590000', '195225.592000', '195225.595000', '195225.598000', '195225.600000', '195225.603000', '195225.606000', '195225.608000', '195225.611000', '195225.614000', '195225.616000', '195225.619000', '195225.621000', '195245.502000', '195245.505000', '195245.508000', '195245.510000', '195245.513000', '195245.516000', '195245.518000', '195245.521000', '195245.523000', '195245.526000', '195245.529000', '195245.531000', '195245.534000', '195245.536000', '195245.539000', '195245.542000', '195245.544000', '195245.547000', '195245.549000', '195245.552000', '195245.555000', '195245.557000', '195245.560000', '195245.562000', '195245.565000', '195245.567000', '195245.570000', '195245.572000', '195245.575000', '195245.578000', '195245.580000', '195245.583000', '195245.586000', '195245.588000', '195245.591000', '195245.594000', '195245.596000', '195245.599000', '195245.601000', '195245.604000', '195245.607000', '195245.609000', '195245.612000', '195245.614000', '195305.503000', '195305.506000', '195305.508000', '195305.511000', '195305.513000', '195305.516000', '195305.519000', '195305.521000', '195305.524000', '195305.526000', '195305.529000', '195305.531000', '195305.534000', '195305.537000', '195305.539000', '195305.542000', '195305.544000', '195305.547000', '195305.550000', '195305.552000', '195305.555000', '195305.557000', '195305.560000', '195305.562000', '195305.565000', '195305.568000', '195305.570000', '195305.573000', '195305.575000', '195305.578000', '195305.580000', '195305.583000', '195305.585000', '195305.588000', '195305.591000', '195305.593000', '195305.596000', '195305.598000', '195305.601000', '195305.604000', '195305.606000', '195305.609000', '195305.611000', '195325.503000', '195325.506000', '195325.509000', '195325.511000', '195325.514000', '195325.517000', '195325.519000', '195325.522000', '195325.525000', '195325.527000', '195325.530000', '195325.532000', '195325.535000', '195325.537000', '195325.540000', '195325.542000', '195325.545000', '195325.548000', '195325.550000', '195325.553000', '195325.555000', '195325.558000', '195325.560000', '195325.563000', '195325.566000', '195325.568000', '195325.571000', '195325.573000', '195325.576000', '195325.578000', '195325.581000', '195325.583000', '195325.586000', '195325.589000', '195325.591000', '195325.594000', '195325.596000', '195325.599000', '195325.602000', '195325.604000', '195325.607000', '195325.609000', '195325.612000', '195325.615000', '195345.503000', '195345.506000', '195345.509000', '195345.511000', '195345.514000', '195345.517000', '195345.519000', '195345.522000', '195345.524000', '195345.527000', '195345.529000', '195345.532000', '195345.534000', '195345.537000', '195345.540000', '195345.542000', '195345.545000', '195345.547000', '195345.550000', '195345.552000', '195345.555000', '195345.558000', '195345.560000', '195345.563000', '195345.565000', '195345.568000', '195345.570000', '195345.573000', '195345.576000', '195345.579000', '195345.582000', '195345.585000', '195345.587000', '195345.590000', '195345.592000', '195345.595000', '195345.598000', '195345.600000', '195345.603000', '195345.605000', '195345.608000', '195345.611000', '195345.613000', '195405.503000', '195405.506000', '195405.509000', '195405.511000', '195405.514000', '195405.517000', '195405.519000', '195405.522000', '195405.524000', '195405.527000', '195405.529000', '195405.532000', '195405.535000', '195405.537000', '195405.540000', '195405.542000', '195405.545000', '195405.548000', '195405.550000', '195405.553000', '195405.555000', '195405.558000', '195405.561000', '195405.563000', '195405.566000', '195405.568000', '195405.571000', '195405.574000', '195405.576000', '195405.579000', '195405.581000', '195405.584000', '195405.587000', '195405.589000', '195405.592000', '195405.594000', '195405.597000', '195405.600000', '195405.602000', '195405.605000', '195405.608000', '195405.610000', '195405.613000', '195405.615000', '195425.504000', '195425.508000', '195425.511000', '195425.513000', '195425.516000', '195425.518000', '195425.521000', '195425.523000', '195425.526000', '195425.529000', '195425.531000', '195425.534000', '195425.536000', '195425.539000', '195425.541000', '195425.544000', '195425.547000', '195425.549000', '195425.552000', '195425.554000', '195425.557000', '195425.559000', '195425.562000', '195425.565000', '195425.567000', '195425.570000', '195425.572000', '195425.575000', '195425.577000', '195425.580000', '195425.583000', '195425.585000', '195425.588000', '195425.590000', '195425.593000', '195425.595000', '195425.598000', '195425.601000', '195425.603000', '195425.606000', '195425.608000', '195425.611000', '195425.614000', '195445.502000', '195445.505000', '195445.508000', '195445.510000', '195445.513000', '195445.516000', '195445.518000', '195445.521000', '195445.523000', '195445.526000', '195445.528000', '195445.531000', '195445.534000', '195445.536000', '195445.565000', '195445.568000', '195445.570000', '195445.573000', '195445.575000', '195445.578000', '195445.581000', '195445.583000', '195445.586000', '195445.588000', '195445.591000', '195445.593000', '195445.596000', '195445.598000', '195445.601000', '195445.604000', '195445.606000', '195445.609000', '195445.611000', '195445.614000', '195445.617000', '195445.619000', '195445.622000', '195445.624000', '195445.627000', '195445.629000', '195445.632000', '195445.634000', '195445.637000', '195445.640000', '195505.503000', '195505.505000', '195505.508000', '195505.511000', '195505.513000', '195505.516000', '195505.518000', '195505.521000', '195505.523000', '195505.526000', '195505.529000', '195505.531000', '195505.534000', '195505.536000', '195505.539000', '195505.541000', '195505.544000', '195505.546000', '195505.549000', '195505.552000', '195505.554000', '195505.557000', '195505.559000', '195505.562000', '195505.565000', '195505.567000', '195505.570000', '195505.572000', '195505.575000', '195505.577000', '195505.580000', '195505.583000', '195505.585000', '195505.588000', '195505.591000', '195505.593000', '195505.596000', '195505.599000', '195505.601000', '195505.604000', '195505.606000', '195505.609000', '195505.612000', '195525.503000', '195525.505000', '195525.508000', '195525.510000', '195525.513000', '195525.516000', '195525.518000', '195525.521000', '195525.523000', '195525.526000', '195525.528000', '195525.531000', '195525.534000', '195525.536000', '195525.539000', '195525.541000', '195525.544000', '195525.547000', '195525.549000', '195525.552000', '195525.554000', '195525.557000', '195525.559000', '195525.562000', '195525.564000', '195525.567000', '195525.570000', '195525.572000', '195525.575000', '195525.577000', '195525.580000', '195525.582000', '195525.585000', '195525.587000', '195525.590000', '195525.593000', '195525.595000', '195525.598000', '195525.601000', '195525.603000', '195525.606000', '195525.608000', '195525.611000', '195525.613000', '195545.503000', '195545.506000', '195545.509000', '195545.511000', '195545.514000', '195545.516000', '195545.519000', '195545.522000', '195545.524000', '195545.527000', '195545.529000', '195545.532000', '195545.534000', '195545.537000', '195545.540000', '195545.542000', '195545.545000', '195545.547000', '195545.550000', '195545.553000', '195545.555000', '195545.558000', '195545.560000', '195545.563000', '195545.565000', '195545.568000', '195545.571000', '195545.573000', '195545.576000', '195545.578000', '195545.581000', '195545.584000', '195545.586000', '195545.589000', '195545.591000', '195545.594000', '195545.596000', '195545.599000', '195545.602000', '195545.605000', '195545.608000', '195545.611000', '195545.614000', '195605.504000', '195605.506000', '195605.509000', '195605.511000', '195605.514000', '195605.517000', '195605.519000', '195605.522000', '195605.525000', '195605.527000', '195605.530000', '195605.551000', '195605.554000', '195605.556000', '195605.559000', '195605.561000', '195605.564000', '195605.566000', '195605.569000', '195605.571000', '195605.574000', '195605.577000', '195605.579000', '195605.582000', '195605.584000', '195605.587000', '195605.589000', '195605.592000', '195605.595000', '195605.597000', '195605.600000', '195605.602000', '195605.605000', '195605.608000', '195605.610000', '195605.613000', '195605.615000', '195605.618000', '195605.621000', '195605.623000', '195605.626000', '195605.628000', '195605.631000', '195605.633000', '195625.503000', '195625.506000', '195625.509000', '195625.511000', '195625.514000', '195625.517000', '195625.519000', '195625.522000', '195625.524000', '195625.527000', '195625.530000', '195625.532000', '195625.535000', '195625.537000', '195625.540000', '195625.543000', '195625.545000', '195625.548000', '195625.550000', '195625.553000', '195625.555000', '195625.558000', '195625.560000', '195625.563000', '195625.566000', '195625.568000', '195625.571000', '195625.573000', '195625.576000', '195625.578000', '195625.581000', '195625.583000', '195625.586000', '195625.589000', '195625.591000', '195625.594000', '195625.596000', '195625.599000', '195625.602000', '195625.604000', '195625.607000', '195625.609000', '195625.612000', '195645.503000', '195645.506000', '195645.509000', '195645.512000', '195645.515000', '195645.518000', '195645.521000', '195645.523000', '195645.526000', '195645.529000', '195645.531000', '195645.534000', '195645.536000', '195645.539000', '195645.542000', '195645.544000', '195645.547000', '195645.549000', '195645.552000', '195645.554000', '195645.557000', '195645.559000', '195645.562000', '195645.565000', '195645.567000', '195645.570000', '195645.572000', '195645.575000', '195645.578000', '195645.580000', '195645.583000', '195645.585000', '195645.588000', '195645.590000', '195645.593000', '195645.595000', '195645.598000', '195645.601000', '195645.603000', '195645.606000', '195645.608000', '195645.611000', '195645.614000', '195705.502000', '195705.505000', '195705.508000', '195705.511000', '195705.513000', '195705.516000', '195705.518000', '195705.521000', '195705.524000', '195705.526000', '195705.529000', '195705.531000', '195705.534000', '195705.537000', '195705.539000', '195705.542000', '195705.544000', '195705.547000', '195705.549000', '195705.552000', '195705.554000', '195705.557000', '195705.560000', '195705.562000', '195705.565000', '195705.567000', '195705.570000', '195705.572000', '195705.575000', '195705.578000', '195705.580000', '195705.583000', '195705.585000', '195705.588000', '195705.590000', '195705.593000', '195705.595000', '195705.598000', '195705.601000', '195705.603000', '195705.606000', '195705.608000', '195705.611000', '195705.614000', '195725.503000', '195725.505000', '195725.508000', '195725.511000', '195725.513000', '195725.516000', '195725.518000', '195725.530000', '195725.533000', '195725.536000', '195725.538000', '195725.541000', '195725.543000', '195725.546000', '195725.549000', '195725.551000', '195725.554000', '195725.556000', '195725.559000', '195725.561000', '195725.564000', '195725.566000', '195725.569000', '195725.572000', '195725.574000', '195725.577000', '195725.579000', '195725.582000', '195725.584000', '195725.587000', '195725.589000', '195725.592000', '195725.595000', '195725.597000', '195725.600000', '195725.602000', '195725.605000', '195725.608000', '195725.610000', '195725.613000', '195725.615000', '195725.618000', '195725.621000', '195725.623000', '195745.502000', '195745.505000', '195745.508000', '195745.510000', '195745.513000', '195745.515000', '195745.518000', '195745.521000', '195745.523000', '195745.526000', '195745.528000', '195745.531000', '195745.534000', '195745.536000', '195745.539000', '195745.541000', '195745.544000', '195745.547000', '195745.549000', '195745.552000', '195745.554000', '195745.557000', '195745.559000', '195745.562000', '195745.564000', '195745.567000', '195745.570000', '195745.572000', '195745.575000', '195745.577000', '195745.580000', '195745.582000', '195745.585000', '195745.587000', '195745.590000', '195745.593000', '195745.595000', '195745.598000', '195745.600000', '195745.603000', '195745.605000', '195745.608000', '195745.611000', '195805.504000', '195805.507000', '195805.509000', '195805.512000', '195805.514000', '195805.517000', '195805.520000', '195805.522000', '195805.525000', '195805.527000', '195805.530000', '195805.533000', '195805.535000', '195805.538000', '195805.540000', '195805.543000', '195805.545000', '195805.548000', '195805.550000', '195805.553000', '195805.556000', '195805.558000', '195805.561000', '195805.563000', '195805.566000', '195805.569000', '195805.571000', '195805.574000', '195805.576000', '195805.579000', '195805.581000', '195805.584000', '195805.586000', '195805.589000', '195805.592000', '195805.594000', '195805.597000', '195805.599000', '195805.602000', '195805.604000', '195805.607000', '195805.610000', '195805.612000', '195805.615000', '195810.482000', '195810.485000', '195810.487000', '195810.490000', '195810.493000', '195810.496000', '195810.499000', '195810.502000', '195810.505000', '195810.508000', '195810.510000'], 'InstanceCreationTime': ['194825.532000', '194825.535000', '194825.554000', '194825.556000', '194825.559000', '194825.578000', '194825.581000', '194825.583000', '194825.586000', '194825.589000', '194825.591000', '194825.594000', '194825.597000', '194825.600000', '194825.603000', '194825.605000', '194825.608000', '194825.610000', '194825.613000', '194825.616000', '194825.618000', '194825.621000', '194825.623000', '194825.626000', '194825.629000', '194825.632000', '194845.503000', '194845.517000', '194845.520000', '194845.522000', '194845.525000', '194845.527000', '194845.530000', '194845.533000', '194845.535000', '194845.538000', '194845.540000', '194845.543000', '194845.545000', '194845.548000', '194845.550000', '194845.553000', '194845.555000', '194845.558000', '194845.560000', '194845.563000', '194845.565000', '194845.568000', '194845.571000', '194845.573000', '194845.576000', '194845.578000', '194845.581000', '194845.583000', '194845.586000', '194845.588000', '194845.591000', '194845.593000', '194845.596000', '194845.599000', '194845.601000', '194845.604000', '194845.606000', '194845.609000', '194845.611000', '194845.614000', '194845.616000', '194845.627000', '194845.629000', '194905.503000', '194905.506000', '194905.509000', '194905.511000', '194905.514000', '194905.516000', '194905.519000', '194905.521000', '194905.524000', '194905.526000', '194905.529000', '194905.532000', '194905.534000', '194905.537000', '194905.539000', '194905.542000', '194905.544000', '194905.547000', '194905.549000', '194905.552000', '194905.554000', '194905.557000', '194905.559000', '194905.562000', '194905.564000', '194905.567000', '194905.569000', '194905.572000', '194905.574000', '194905.577000', '194905.580000', '194905.582000', '194905.585000', '194905.587000', '194905.590000', '194905.593000', '194905.595000', '194905.598000', '194905.600000', '194905.603000', '194905.605000', '194905.608000', '194905.610000', '194925.504000', '194925.506000', '194925.509000', '194925.511000', '194925.514000', '194925.516000', '194925.519000', '194925.521000', '194925.524000', '194925.527000', '194925.529000', '194925.532000', '194925.534000', '194925.537000', '194925.539000', '194925.542000', '194925.544000', '194925.547000', '194925.549000', '194925.552000', '194925.554000', '194925.557000', '194925.560000', '194925.562000', '194925.565000', '194925.567000', '194925.570000', '194925.572000', '194925.575000', '194925.578000', '194925.580000', '194925.583000', '194925.585000', '194925.588000', '194925.590000', '194925.593000', '194925.595000', '194925.598000', '194925.601000', '194925.603000', '194925.606000', '194925.609000', '194925.612000', '194925.615000', '194945.503000', '194945.506000', '194945.509000', '194945.511000', '194945.514000', '194945.516000', '194945.519000', '194945.522000', '194945.524000', '194945.527000', '194945.529000', '194945.532000', '194945.534000', '194945.537000', '194945.539000', '194945.542000', '194945.544000', '194945.547000', '194945.550000', '194945.552000', '194945.555000', '194945.557000', '194945.560000', '194945.562000', '194945.565000', '194945.568000', '194945.570000', '194945.573000', '194945.575000', '194945.578000', '194945.580000', '194945.583000', '194945.585000', '194945.588000', '194945.590000', '194945.593000', '194945.596000', '194945.598000', '194945.601000', '194945.603000', '194945.606000', '194945.608000', '194945.611000', '194945.614000', '195005.502000', '195005.505000', '195005.508000', '195005.510000', '195005.513000', '195005.516000', '195005.518000', '195005.521000', '195005.523000', '195005.526000', '195005.528000', '195005.531000', '195005.533000', '195005.536000', '195005.538000', '195005.541000', '195005.544000', '195005.546000', '195005.549000', '195005.551000', '195005.554000', '195005.556000', '195005.559000', '195005.561000', '195005.564000', '195005.566000', '195005.569000', '195005.572000', '195005.574000', '195005.577000', '195005.579000', '195005.582000', '195005.584000', '195005.587000', '195005.589000', '195005.592000', '195005.595000', '195005.597000', '195005.600000', '195005.602000', '195005.616000', '195005.619000', '195005.621000', '195025.502000', '195025.505000', '195025.508000', '195025.510000', '195025.513000', '195025.515000', '195025.518000', '195025.520000', '195025.523000', '195025.526000', '195025.528000', '195025.531000', '195025.533000', '195025.536000', '195025.538000', '195025.541000', '195025.543000', '195025.546000', '195025.548000', '195025.551000', '195025.554000', '195025.556000', '195025.559000', '195025.561000', '195025.564000', '195025.566000', '195025.569000', '195025.571000', '195025.574000', '195025.576000', '195025.579000', '195025.582000', '195025.584000', '195025.587000', '195025.589000', '195025.592000', '195025.594000', '195025.597000', '195025.600000', '195025.602000', '195025.605000', '195025.607000', '195025.610000', '195025.612000', '195045.502000', '195045.505000', '195045.508000', '195045.511000', '195045.513000', '195045.516000', '195045.518000', '195045.521000', '195045.523000', '195045.526000', '195045.529000', '195045.531000', '195045.534000', '195045.536000', '195045.539000', '195045.542000', '195045.544000', '195045.547000', '195045.549000', '195045.552000', '195045.554000', '195045.557000', '195045.559000', '195045.562000', '195045.565000', '195045.567000', '195045.570000', '195045.572000', '195045.575000', '195045.577000', '195045.580000', '195045.582000', '195045.585000', '195045.587000', '195045.590000', '195045.593000', '195045.595000', '195045.598000', '195045.600000', '195045.603000', '195045.606000', '195045.608000', '195045.611000', '195105.503000', '195105.506000', '195105.509000', '195105.511000', '195105.514000', '195105.516000', '195105.519000', '195105.522000', '195105.524000', '195105.527000', '195105.529000', '195105.532000', '195105.534000', '195105.537000', '195105.539000', '195105.542000', '195105.545000', '195105.547000', '195105.550000', '195105.552000', '195105.555000', '195105.558000', '195105.560000', '195105.563000', '195105.565000', '195105.568000', '195105.570000', '195105.573000', '195105.575000', '195105.578000', '195105.581000', '195105.583000', '195105.586000', '195105.588000', '195105.591000', '195105.593000', '195105.596000', '195105.598000', '195105.601000', '195105.604000', '195105.606000', '195105.609000', '195105.611000', '195125.504000', '195125.506000', '195125.509000', '195125.511000', '195125.514000', '195125.517000', '195125.519000', '195125.522000', '195125.524000', '195125.527000', '195125.529000', '195125.532000', '195125.534000', '195125.537000', '195125.540000', '195125.542000', '195125.545000', '195125.547000', '195125.550000', '195125.552000', '195125.555000', '195125.557000', '195125.560000', '195125.563000', '195125.565000', '195125.568000', '195125.570000', '195125.573000', '195125.575000', '195125.578000', '195125.581000', '195125.583000', '195125.586000', '195125.588000', '195125.591000', '195125.593000', '195125.596000', '195125.599000', '195125.601000', '195125.604000', '195125.606000', '195125.609000', '195125.611000', '195125.614000', '195145.503000', '195145.506000', '195145.509000', '195145.511000', '195145.514000', '195145.516000', '195145.519000', '195145.522000', '195145.524000', '195145.527000', '195145.529000', '195145.532000', '195145.534000', '195145.537000', '195145.540000', '195145.542000', '195145.545000', '195145.547000', '195145.550000', '195145.552000', '195145.555000', '195145.557000', '195145.568000', '195145.571000', '195145.573000', '195145.576000', '195145.579000', '195145.581000', '195145.584000', '195145.586000', '195145.589000', '195145.591000', '195145.594000', '195145.596000', '195145.599000', '195145.602000', '195145.604000', '195145.607000', '195145.610000', '195145.612000', '195145.615000', '195145.618000', '195145.620000', '195145.623000', '195205.504000', '195205.506000', '195205.509000', '195205.512000', '195205.514000', '195205.517000', '195205.519000', '195205.522000', '195205.524000', '195205.527000', '195205.529000', '195205.532000', '195205.534000', '195205.537000', '195205.540000', '195205.542000', '195205.545000', '195205.547000', '195205.550000', '195205.552000', '195205.555000', '195205.558000', '195205.560000', '195205.563000', '195205.565000', '195205.568000', '195205.570000', '195205.573000', '195205.575000', '195205.578000', '195205.581000', '195205.583000', '195205.586000', '195205.589000', '195205.591000', '195205.594000', '195205.596000', '195205.599000', '195205.602000', '195205.604000', '195205.607000', '195205.609000', '195205.612000', '195225.502000', '195225.505000', '195225.508000', '195225.511000', '195225.513000', '195225.516000', '195225.519000', '195225.521000', '195225.524000', '195225.527000', '195225.529000', '195225.532000', '195225.535000', '195225.537000', '195225.541000', '195225.550000', '195225.553000', '195225.556000', '195225.558000', '195225.561000', '195225.563000', '195225.566000', '195225.569000', '195225.571000', '195225.574000', '195225.577000', '195225.579000', '195225.582000', '195225.584000', '195225.587000', '195225.590000', '195225.592000', '195225.595000', '195225.598000', '195225.600000', '195225.603000', '195225.606000', '195225.608000', '195225.611000', '195225.614000', '195225.616000', '195225.619000', '195225.621000', '195245.502000', '195245.505000', '195245.508000', '195245.510000', '195245.513000', '195245.516000', '195245.518000', '195245.521000', '195245.523000', '195245.526000', '195245.529000', '195245.531000', '195245.534000', '195245.536000', '195245.539000', '195245.542000', '195245.544000', '195245.547000', '195245.549000', '195245.552000', '195245.555000', '195245.557000', '195245.560000', '195245.562000', '195245.565000', '195245.567000', '195245.570000', '195245.572000', '195245.575000', '195245.578000', '195245.580000', '195245.583000', '195245.586000', '195245.588000', '195245.591000', '195245.594000', '195245.596000', '195245.599000', '195245.601000', '195245.604000', '195245.607000', '195245.609000', '195245.612000', '195245.614000', '195305.503000', '195305.506000', '195305.508000', '195305.511000', '195305.513000', '195305.516000', '195305.519000', '195305.521000', '195305.524000', '195305.526000', '195305.529000', '195305.531000', '195305.534000', '195305.537000', '195305.539000', '195305.542000', '195305.544000', '195305.547000', '195305.550000', '195305.552000', '195305.555000', '195305.557000', '195305.560000', '195305.562000', '195305.565000', '195305.568000', '195305.570000', '195305.573000', '195305.575000', '195305.578000', '195305.580000', '195305.583000', '195305.585000', '195305.588000', '195305.591000', '195305.593000', '195305.596000', '195305.598000', '195305.601000', '195305.604000', '195305.606000', '195305.609000', '195305.611000', '195325.503000', '195325.506000', '195325.509000', '195325.511000', '195325.514000', '195325.517000', '195325.519000', '195325.522000', '195325.525000', '195325.527000', '195325.530000', '195325.532000', '195325.535000', '195325.537000', '195325.540000', '195325.542000', '195325.545000', '195325.548000', '195325.550000', '195325.553000', '195325.555000', '195325.558000', '195325.560000', '195325.563000', '195325.566000', '195325.568000', '195325.571000', '195325.573000', '195325.576000', '195325.578000', '195325.581000', '195325.583000', '195325.586000', '195325.589000', '195325.591000', '195325.594000', '195325.596000', '195325.599000', '195325.602000', '195325.604000', '195325.607000', '195325.609000', '195325.612000', '195325.615000', '195345.503000', '195345.506000', '195345.509000', '195345.511000', '195345.514000', '195345.517000', '195345.519000', '195345.522000', '195345.524000', '195345.527000', '195345.529000', '195345.532000', '195345.534000', '195345.537000', '195345.540000', '195345.542000', '195345.545000', '195345.547000', '195345.550000', '195345.552000', '195345.555000', '195345.558000', '195345.560000', '195345.563000', '195345.565000', '195345.568000', '195345.570000', '195345.573000', '195345.576000', '195345.579000', '195345.582000', '195345.585000', '195345.587000', '195345.590000', '195345.592000', '195345.595000', '195345.598000', '195345.600000', '195345.603000', '195345.605000', '195345.608000', '195345.611000', '195345.613000', '195405.503000', '195405.506000', '195405.509000', '195405.511000', '195405.514000', '195405.517000', '195405.519000', '195405.522000', '195405.524000', '195405.527000', '195405.529000', '195405.532000', '195405.535000', '195405.537000', '195405.540000', '195405.542000', '195405.545000', '195405.548000', '195405.550000', '195405.553000', '195405.555000', '195405.558000', '195405.561000', '195405.563000', '195405.566000', '195405.568000', '195405.571000', '195405.574000', '195405.576000', '195405.579000', '195405.581000', '195405.584000', '195405.587000', '195405.589000', '195405.592000', '195405.594000', '195405.597000', '195405.600000', '195405.602000', '195405.605000', '195405.608000', '195405.610000', '195405.613000', '195405.615000', '195425.504000', '195425.508000', '195425.511000', '195425.513000', '195425.516000', '195425.518000', '195425.521000', '195425.523000', '195425.526000', '195425.529000', '195425.531000', '195425.534000', '195425.536000', '195425.539000', '195425.541000', '195425.544000', '195425.547000', '195425.549000', '195425.552000', '195425.554000', '195425.557000', '195425.559000', '195425.562000', '195425.565000', '195425.567000', '195425.570000', '195425.572000', '195425.575000', '195425.577000', '195425.580000', '195425.583000', '195425.585000', '195425.588000', '195425.590000', '195425.593000', '195425.595000', '195425.598000', '195425.601000', '195425.603000', '195425.606000', '195425.608000', '195425.611000', '195425.614000', '195445.502000', '195445.505000', '195445.508000', '195445.510000', '195445.513000', '195445.516000', '195445.518000', '195445.521000', '195445.523000', '195445.526000', '195445.528000', '195445.531000', '195445.534000', '195445.536000', '195445.565000', '195445.568000', '195445.570000', '195445.573000', '195445.575000', '195445.578000', '195445.581000', '195445.583000', '195445.586000', '195445.588000', '195445.591000', '195445.593000', '195445.596000', '195445.598000', '195445.601000', '195445.604000', '195445.606000', '195445.609000', '195445.611000', '195445.614000', '195445.617000', '195445.619000', '195445.622000', '195445.624000', '195445.627000', '195445.629000', '195445.632000', '195445.634000', '195445.637000', '195445.640000', '195505.503000', '195505.505000', '195505.508000', '195505.511000', '195505.513000', '195505.516000', '195505.518000', '195505.521000', '195505.523000', '195505.526000', '195505.529000', '195505.531000', '195505.534000', '195505.536000', '195505.539000', '195505.541000', '195505.544000', '195505.546000', '195505.549000', '195505.552000', '195505.554000', '195505.557000', '195505.559000', '195505.562000', '195505.565000', '195505.567000', '195505.570000', '195505.572000', '195505.575000', '195505.577000', '195505.580000', '195505.583000', '195505.585000', '195505.588000', '195505.591000', '195505.593000', '195505.596000', '195505.599000', '195505.601000', '195505.604000', '195505.606000', '195505.609000', '195505.612000', '195525.503000', '195525.505000', '195525.508000', '195525.510000', '195525.513000', '195525.516000', '195525.518000', '195525.521000', '195525.523000', '195525.526000', '195525.528000', '195525.531000', '195525.534000', '195525.536000', '195525.539000', '195525.541000', '195525.544000', '195525.547000', '195525.549000', '195525.552000', '195525.554000', '195525.557000', '195525.559000', '195525.562000', '195525.564000', '195525.567000', '195525.570000', '195525.572000', '195525.575000', '195525.577000', '195525.580000', '195525.582000', '195525.585000', '195525.587000', '195525.590000', '195525.593000', '195525.595000', '195525.598000', '195525.601000', '195525.603000', '195525.606000', '195525.608000', '195525.611000', '195525.613000', '195545.503000', '195545.506000', '195545.509000', '195545.511000', '195545.514000', '195545.516000', '195545.519000', '195545.522000', '195545.524000', '195545.527000', '195545.529000', '195545.532000', '195545.534000', '195545.537000', '195545.540000', '195545.542000', '195545.545000', '195545.547000', '195545.550000', '195545.553000', '195545.555000', '195545.558000', '195545.560000', '195545.563000', '195545.565000', '195545.568000', '195545.571000', '195545.573000', '195545.576000', '195545.578000', '195545.581000', '195545.584000', '195545.586000', '195545.589000', '195545.591000', '195545.594000', '195545.596000', '195545.599000', '195545.602000', '195545.605000', '195545.608000', '195545.611000', '195545.614000', '195605.504000', '195605.506000', '195605.509000', '195605.511000', '195605.514000', '195605.517000', '195605.519000', '195605.522000', '195605.525000', '195605.527000', '195605.530000', '195605.551000', '195605.554000', '195605.556000', '195605.559000', '195605.561000', '195605.564000', '195605.566000', '195605.569000', '195605.571000', '195605.574000', '195605.577000', '195605.579000', '195605.582000', '195605.584000', '195605.587000', '195605.589000', '195605.592000', '195605.595000', '195605.597000', '195605.600000', '195605.602000', '195605.605000', '195605.608000', '195605.610000', '195605.613000', '195605.615000', '195605.618000', '195605.621000', '195605.623000', '195605.626000', '195605.628000', '195605.631000', '195605.633000', '195625.503000', '195625.506000', '195625.509000', '195625.511000', '195625.514000', '195625.517000', '195625.519000', '195625.522000', '195625.524000', '195625.527000', '195625.530000', '195625.532000', '195625.535000', '195625.537000', '195625.540000', '195625.543000', '195625.545000', '195625.548000', '195625.550000', '195625.553000', '195625.555000', '195625.558000', '195625.560000', '195625.563000', '195625.566000', '195625.568000', '195625.571000', '195625.573000', '195625.576000', '195625.578000', '195625.581000', '195625.583000', '195625.586000', '195625.589000', '195625.591000', '195625.594000', '195625.596000', '195625.599000', '195625.602000', '195625.604000', '195625.607000', '195625.609000', '195625.612000', '195645.503000', '195645.506000', '195645.509000', '195645.512000', '195645.515000', '195645.518000', '195645.521000', '195645.523000', '195645.526000', '195645.529000', '195645.531000', '195645.534000', '195645.536000', '195645.539000', '195645.542000', '195645.544000', '195645.547000', '195645.549000', '195645.552000', '195645.554000', '195645.557000', '195645.559000', '195645.562000', '195645.565000', '195645.567000', '195645.570000', '195645.572000', '195645.575000', '195645.578000', '195645.580000', '195645.583000', '195645.585000', '195645.588000', '195645.590000', '195645.593000', '195645.595000', '195645.598000', '195645.601000', '195645.603000', '195645.606000', '195645.608000', '195645.611000', '195645.614000', '195705.502000', '195705.505000', '195705.508000', '195705.511000', '195705.513000', '195705.516000', '195705.518000', '195705.521000', '195705.524000', '195705.526000', '195705.529000', '195705.531000', '195705.534000', '195705.537000', '195705.539000', '195705.542000', '195705.544000', '195705.547000', '195705.549000', '195705.552000', '195705.554000', '195705.557000', '195705.560000', '195705.562000', '195705.565000', '195705.567000', '195705.570000', '195705.572000', '195705.575000', '195705.578000', '195705.580000', '195705.583000', '195705.585000', '195705.588000', '195705.590000', '195705.593000', '195705.595000', '195705.598000', '195705.601000', '195705.603000', '195705.606000', '195705.608000', '195705.611000', '195705.614000', '195725.503000', '195725.505000', '195725.508000', '195725.511000', '195725.513000', '195725.516000', '195725.518000', '195725.530000', '195725.533000', '195725.536000', '195725.538000', '195725.541000', '195725.543000', '195725.546000', '195725.549000', '195725.551000', '195725.554000', '195725.556000', '195725.559000', '195725.561000', '195725.564000', '195725.566000', '195725.569000', '195725.572000', '195725.574000', '195725.577000', '195725.579000', '195725.582000', '195725.584000', '195725.587000', '195725.589000', '195725.592000', '195725.595000', '195725.597000', '195725.600000', '195725.602000', '195725.605000', '195725.608000', '195725.610000', '195725.613000', '195725.615000', '195725.618000', '195725.621000', '195725.623000', '195745.502000', '195745.505000', '195745.508000', '195745.510000', '195745.513000', '195745.515000', '195745.518000', '195745.521000', '195745.523000', '195745.526000', '195745.528000', '195745.531000', '195745.534000', '195745.536000', '195745.539000', '195745.541000', '195745.544000', '195745.547000', '195745.549000', '195745.552000', '195745.554000', '195745.557000', '195745.559000', '195745.562000', '195745.564000', '195745.567000', '195745.570000', '195745.572000', '195745.575000', '195745.577000', '195745.580000', '195745.582000', '195745.585000', '195745.587000', '195745.590000', '195745.593000', '195745.595000', '195745.598000', '195745.600000', '195745.603000', '195745.605000', '195745.608000', '195745.611000', '195805.504000', '195805.507000', '195805.509000', '195805.512000', '195805.514000', '195805.517000', '195805.520000', '195805.522000', '195805.525000', '195805.527000', '195805.530000', '195805.533000', '195805.535000', '195805.538000', '195805.540000', '195805.543000', '195805.545000', '195805.548000', '195805.550000', '195805.553000', '195805.556000', '195805.558000', '195805.561000', '195805.563000', '195805.566000', '195805.569000', '195805.571000', '195805.574000', '195805.576000', '195805.579000', '195805.581000', '195805.584000', '195805.586000', '195805.589000', '195805.592000', '195805.594000', '195805.597000', '195805.599000', '195805.602000', '195805.604000', '195805.607000', '195805.610000', '195805.612000', '195805.615000', '195810.482000', '195810.485000', '195810.487000', '195810.490000', '195810.493000', '195810.496000', '195810.499000', '195810.502000', '195810.505000', '195810.508000', '195810.510000'], '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': [10786, 8673, 8395, 10465, 8466, 8356, 11092, 8370, 8316, 12442, 8262, 9371, 9515, 8415, 9603, 9045, 8342, 10724, 8590, 8263, 9432, 8285, 7905, 8012, 8027, 8801, 8533, 8032, 9122, 8335, 8117, 9824, 8223, 7950, 8392, 8029, 8956, 8478, 8221, 9745, 8345, 8358, 8847, 8372, 8529, 8374, 8237, 9242, 8293, 8343, 9722, 8497, 8131, 8333, 8280, 9068, 8440, 8542, 8994, 8523, 8335, 9735, 8128, 8791, 8467, 8325, 9754, 8200, 8597, 10335, 8163, 8620, 9276, 8370, 8631, 8236, 8319, 10215, 8195, 8343, 10528, 8243, 8392, 8124, 8146, 9635, 8463, 8269, 9272, 8595, 9982, 8333, 9043, 8629, 7105, 8818, 8229, 10630, 12096, 8567, 9382, 8528, 8329, 8498, 9118, 8615, 10033, 8343, 8264, 8002, 8352, 9094, 8990, 8192, 9908, 8546, 8504, 10930, 8330, 8600, 11170, 8180, 8702, 8908, 8566, 9798, 8391, 8337, 10188, 8360, 8269, 8084, 8494, 8459, 8733, 8218, 9903, 8512, 8343, 8437, 8417, 8909, 8392, 8210, 10033, 8362, 8235, 9596, 8241, 8105, 8298, 8116, 9368, 8547, 8071, 9681, 8120, 8220, 10223, 8194, 8160, 9937, 8156, 8154, 8374, 8086, 8928, 8790, 8212, 10253, 8094, 8471, 8133, 8562, 8483, 8636, 8157, 9817, 8352, 8569, 9639, 8567, 8194, 8679, 8420, 11352, 8749, 8722, 8457, 8288, 8406, 8606, 11289, 8480, 8672, 12304, 8427, 8358, 13160, 8372, 10506, 8450, 8261, 9175, 8297, 8017, 9859, 8736, 8484, 9777, 8381, 8747, 10148, 8195, 8258, 8288, 8287, 9344, 8546, 8293, 10023, 8395, 8374, 10291, 8472, 7832, 8418, 8411, 8429, 8456, 8191, 10096, 8525, 8795, 10786, 8448, 8522, 10945, 8314, 8957, 8444, 8523, 9053, 8459, 8404, 10261, 8431, 8492, 9860, 8177, 8165, 8864, 8122, 8158, 8403, 8134, 9162, 8395, 8351, 9122, 8223, 9142, 8469, 8247, 9998, 8472, 7637, 8099, 8112, 9302, 8656, 8597, 10203, 8431, 8291, 9638, 8767, 11160, 8275, 7578, 8653, 8508, 8724, 8276, 9224, 10599, 8239, 8796, 9006, 8114, 10537, 8353, 8431, 10038, 8248, 8143, 9306, 8448, 9231, 8933, 8992, 8148, 8492, 8469, 8368, 8641, 8812, 13683, 9818, 8623, 9323, 8659, 8697, 10017, 8319, 8118, 10566, 8759, 8252, 10169, 8166, 8492, 10570, 8127, 8248, 10419, 8211, 8284, 9840, 8160, 8346, 8836, 8368, 7937, 8645, 8236, 9165, 8587, 8537, 9116, 8503, 7827, 7949, 8265, 9475, 8735, 8696, 9927, 8460, 8754, 9856, 8372, 8482, 8574, 8417, 9094, 8520, 8661, 9323, 8454, 8587, 9027, 8402, 8833, 8698, 8526, 9681, 8400, 8376, 10094, 8677, 8358, 9276, 8745, 7987, 8648, 8368, 9621, 8446, 8592, 8325, 8353, 9332, 8943, 8405, 9922, 8323, 7926, 8596, 8565, 9130, 8475, 8308, 10245, 8306, 8045, 10414, 8798, 8890, 8838, 9183, 8584, 9129, 13034, 8636, 10611, 8911, 8543, 9317, 8475, 8058, 9869, 8322, 8646, 10118, 8222, 8237, 11764, 8154, 8473, 8513, 8578, 8831, 8646, 8390, 10249, 8341, 8199, 9096, 8090, 8472, 8472, 8271, 9540, 8443, 8084, 8699, 8338, 9865, 8368, 8675, 10147, 8269, 8833, 10430, 8493, 8501, 10447, 8372, 8501, 10415, 8653, 8558, 9631, 8438, 7890, 8575, 8336, 7862, 8729, 8698, 8776, 8226, 8586, 9728, 8459, 7673, 8636, 8767, 8800, 8333, 8550, 9369, 8539, 8796, 9510, 8537, 8626, 10417, 8433, 8605, 10304, 8153, 8293, 8490, 8314, 8673, 7108, 8660, 7583, 8430, 8688, 11177, 12461, 8507, 9142, 13341, 8331, 8098, 12040, 8153, 8264, 9670, 8217, 7691, 7985, 8429, 9132, 8457, 8194, 9762, 8097, 8626, 9925, 8188, 8093, 8264, 8326, 9418, 8389, 8531, 10054, 8321, 8209, 9172, 8367, 9310, 8396, 8489, 9895, 8328, 8297, 8939, 8472, 9456, 8565, 8544, 9611, 8517, 8315, 9781, 8419, 8424, 9993, 8207, 8514, 9825, 8451, 7931, 8622, 8639, 8293, 8728, 8077, 9584, 8397, 8318, 8097, 8422, 8094, 8569, 8548, 9854, 8486, 8509, 9472, 8577, 8399, 8458, 8527, 10003, 8430, 7918, 7740, 8849, 8597, 8104, 8284, 8960, 7787, 8189, 7645, 8867, 8849, 8843, 8931, 10111, 14755, 8389, 8602, 11982, 8396, 8491, 10386, 7947, 8068, 9650, 8055, 8044, 8455, 8311, 8508, 8276, 8206, 9837, 8164, 8587, 9321, 8188, 8467, 8281, 8399, 9450, 8427, 8843, 9731, 8334, 8749, 10118, 8117, 8628, 9846, 8757, 8044, 7933, 8761, 9169, 8473, 8783, 9402, 8273, 8824, 10118, 8418, 8951, 10131, 8562, 7959, 7597, 8725, 8822, 8489, 8410, 9474, 8330, 8993, 8413, 8744, 8831, 8645, 8904, 9000, 8846, 9316, 9765, 9720, 9016, 7723, 9162, 7856, 8146, 8801, 12204, 10884, 8401, 9668, 8220, 8383, 9776, 8695, 8236, 9402, 7968, 8137, 9568, 8240, 8906, 8765, 8485, 8801, 8163, 8461, 9855, 8353, 8405, 10405, 8546, 7398, 8272, 8517, 8527, 8241, 8438, 10016, 8305, 8605, 9705, 8427, 7587, 8213, 8390, 9353, 8463, 8906, 9538, 8420, 8445, 7729, 8161, 9328, 8625, 8556, 10108, 8048, 8484, 10145, 8059, 9413, 8482, 8013, 9316, 8198, 8233, 10477, 7966, 8187, 10425, 7908, 7680, 8135, 8206, 8194, 8211, 7945, 9529, 8770, 8223, 9434, 8100, 8220, 10131, 8131, 8314, 10268, 8209, 8022, 8551, 8295, 9404, 8032, 8425, 9951, 8238, 8168, 8608, 8614, 10037, 8111, 8364, 10105, 8259, 7814, 8749, 8355, 8885, 8260, 8231, 10479, 10019, 10568, 7873, 7569, 8303, 7668, 8369, 8599, 11098, 8077, 8643, 9884, 8338, 8574, 9776, 7993, 8579, 9927, 8190, 8668, 9899, 8367, 8687, 8050, 8475, 10458, 8331, 9729, 11983, 10462, 8974, 9547, 9983, 9477, 9771, 9089, 8579, 8583, 8947, 11437, 8963, 8815, 13205, 8947, 9465, 10948, 8911, 10280, 8772, 9040, 10659, 9289, 8900, 11025, 9160, 8179, 7503, 9047, 8213, 8873, 9193, 9233, 9265, 8236, 7496, 9268, 8727, 9003, 9156, 9789, 9038, 7948, 8147, 8924, 8601, 8044, 8954, 9616, 8187, 8714, 9975, 8574, 8298, 8082, 8503, 8798, 8147, 8622, 9329, 8177, 8664, 8543, 8270, 9387, 8353, 8337, 8126, 8939, 9264, 8182, 8703, 9821, 8692, 9145, 8351, 8819, 10086, 8676, 8434, 10312, 8992, 10971, 8546, 8687, 8414, 7540, 8162, 9137, 11029, 8584, 9493, 14136, 9050, 8423, 9029, 8201, 8834, 8888, 12386, 9025, 8858, 10917, 8973, 8839, 10725, 8831, 9093, 9899, 8968, 9043, 9469, 9078, 8237, 8537, 9010, 8487, 8192, 8881, 8815, 8603, 8943, 9977, 8982, 7689, 7772, 9233, 8125, 8057, 8973, 9846, 8645, 9055, 10146, 8841, 9078, 10473, 8839, 9009, 9213, 9096, 8186, 7835, 8986, 9497, 8034, 8598, 9285, 7910, 8780, 10196, 8415, 8669, 10004, 8242, 7829, 8183, 8494, 8818, 8031, 8533, 9935, 8270, 7714, 7916, 8777, 9801, 8286, 8693, 9752, 8428, 7987, 8311, 8851, 9585, 8451, 8308, 8906, 8959, 10160, 8158, 8825, 10198, 8497, 8115, 8347, 9306, 12198, 8708, 8708, 8921, 8430, 8521, 9102, 12334, 8766, 9145, 11192, 8693, 8058, 10639, 8929, 9030, 8280, 8748, 9594, 8033, 8196, 8081, 8205, 9873, 8264, 8250, 8099, 8786, 10271, 8411, 8722, 10957, 8461, 8599, 8075, 8727, 9551, 8162, 8347, 9763, 8888, 8571, 10209, 8157, 8430, 10307, 8174, 8344, 10378, 8412, 9205, 8396, 8718, 9255, 8333, 8435, 9725, 8331, 8580, 10349, 8370, 8418, 8938, 8120, 8371, 8286, 8615, 9513, 8603, 8496, 10361, 8428, 8438, 10560, 8657, 8518, 8337, 8902, 8983, 8966, 8726, 10077, 9022, 7959, 8735, 8724, 8396, 8732, 8042, 9961, 8272, 7966, 8501, 8553, 8988, 8514, 8067, 9880, 8261, 7917, 8169, 8301, 9161, 8215, 7884, 9871, 8204, 8009, 9043, 8337, 8585, 8323, 8172, 9724, 8708, 8352, 9608, 8125, 8109, 8148, 8450, 8886, 8691, 8308, 9712, 8228, 8484, 9131, 8294, 9119, 9050, 8378, 8206, 9235, 8548, 8800, 8722, 8903, 8932, 10907, 8569, 8301, 7554, 8516, 8611, 8978, 8376, 9938, 8402, 8587, 9804, 8118, 8736, 10171, 8159, 8215, 8492, 8839, 9905, 8435, 8619, 10094, 8671, 8791, 11005, 8453, 8719, 10436, 8456, 8841, 8505, 8634, 9513, 8266, 8581, 10293, 8749, 8971, 9860, 8862, 8714, 9143, 8745, 9425, 8793, 8770, 9291, 8440, 8724, 9828, 8480, 8032, 9975, 8374, 8382, 9491, 8346, 7626, 7665, 8104, 9340, 8275, 8438, 8411, 8405, 8976, 8600, 8481, 9931, 8423, 8819, 9983, 8821, 9267, 8648, 8678, 9603, 8377, 7293, 7800, 8331, 9635, 8348, 7738, 7732, 8527, 8911, 8444, 8156, 9882, 8158, 8985, 10724, 8349, 7597, 8855, 8524, 9962, 8168, 8567, 9691, 8389, 8911, 8935, 8279, 10667, 9127, 8860, 9030, 8575, 8957, 8795, 12756, 8785, 10461, 8316, 8857, 10248, 8560, 8719, 10077, 8632, 8301, 8079, 9043, 9782, 8992, 8510, 9347, 8508, 9181, 8505, 8839, 9112, 8637, 8509, 8144, 8702, 9511, 8581, 9115, 9868, 8671, 7675, 8600, 8466, 9164, 8208, 8594, 9533, 8722, 8528, 9207, 8564, 8688, 8512, 8805, 9572, 8763, 8159, 9173, 8759, 9189, 8403, 8999, 9455, 8576, 8044, 8716, 8316, 9738, 8166, 8684, 9012], 'WindowCenter': [3808.0, 3759.0, 3746.0, 3764.0, 3730.0, 3730.0, 3750.0, 3729.0, 3741.0, 3759.0, 3728.0, 3738.0, 3736.0, 3716.0, 3726.0, 3724.0, 3715.0, 3735.0, 3714.0, 3714.0, 3723.0, 3713.0, 3714.0, 3712.0, 3714.0, 3725.0, 3725.0, 3715.0, 3723.0, 3725.0, 3715.0, 3735.0, 3726.0, 3726.0, 3726.0, 3727.0, 3738.0, 3728.0, 3728.0, 3737.0, 3727.0, 3729.0, 3738.0, 3728.0, 3739.0, 3739.0, 3740.0, 3739.0, 3728.0, 3740.0, 3738.0, 3739.0, 3730.0, 3740.0, 3741.0, 3741.0, 3741.0, 3753.0, 3741.0, 3741.0, 3742.0, 3763.0, 3744.0, 3754.0, 3742.0, 3754.0, 3753.0, 3742.0, 3754.0, 3765.0, 3743.0, 3743.0, 3751.0, 3742.0, 3742.0, 3743.0, 3743.0, 3763.0, 3742.0, 3744.0, 3751.0, 3741.0, 3742.0, 3741.0, 3742.0, 3752.0, 3741.0, 3742.0, 3765.0, 3754.0, 3766.0, 3746.0, 3754.0, 3742.0, 3732.0, 3752.0, 3744.0, 3766.0, 3773.0, 3741.0, 3740.0, 3739.0, 3740.0, 3741.0, 3752.0, 3741.0, 3751.0, 3741.0, 3741.0, 3729.0, 3742.0, 3753.0, 3741.0, 3742.0, 3751.0, 3740.0, 3741.0, 3750.0, 3741.0, 3743.0, 3761.0, 3730.0, 3739.0, 3738.0, 3739.0, 3738.0, 3728.0, 3741.0, 3752.0, 3729.0, 3729.0, 3727.0, 3738.0, 3728.0, 3739.0, 3742.0, 3752.0, 3740.0, 3741.0, 3728.0, 3729.0, 3740.0, 3729.0, 3741.0, 3751.0, 3729.0, 3730.0, 3738.0, 3729.0, 3730.0, 3728.0, 3730.0, 3751.0, 3740.0, 3730.0, 3750.0, 3729.0, 3740.0, 3750.0, 3741.0, 3743.0, 3752.0, 3742.0, 3741.0, 3740.0, 3741.0, 3741.0, 3740.0, 3742.0, 3763.0, 3741.0, 3742.0, 3729.0, 3741.0, 3741.0, 3740.0, 3742.0, 3752.0, 3741.0, 3742.0, 3752.0, 3742.0, 3755.0, 3755.0, 3758.0, 3767.0, 3756.0, 3756.0, 3743.0, 3741.0, 3745.0, 3756.0, 3777.0, 3755.0, 3744.0, 3762.0, 3742.0, 3744.0, 3774.0, 3741.0, 3751.0, 3728.0, 3728.0, 3739.0, 3729.0, 3741.0, 3751.0, 3739.0, 3740.0, 3749.0, 3728.0, 3740.0, 3751.0, 3742.0, 3742.0, 3740.0, 3742.0, 3741.0, 3740.0, 3741.0, 3751.0, 3741.0, 3742.0, 3751.0, 3741.0, 3731.0, 3739.0, 3740.0, 3741.0, 3742.0, 3743.0, 3763.0, 3741.0, 3743.0, 3750.0, 3730.0, 3741.0, 3762.0, 3740.0, 3740.0, 3727.0, 3728.0, 3739.0, 3727.0, 3729.0, 3750.0, 3728.0, 3728.0, 3737.0, 3728.0, 3728.0, 3738.0, 3728.0, 3729.0, 3739.0, 3729.0, 3750.0, 3740.0, 3741.0, 3739.0, 3742.0, 3753.0, 3742.0, 3742.0, 3750.0, 3741.0, 3731.0, 3729.0, 3742.0, 3752.0, 3740.0, 3742.0, 3750.0, 3729.0, 3741.0, 3751.0, 3743.0, 3766.0, 3743.0, 3732.0, 3740.0, 3742.0, 3742.0, 3743.0, 3754.0, 3751.0, 3730.0, 3741.0, 3740.0, 3731.0, 3751.0, 3729.0, 3730.0, 3739.0, 3728.0, 3730.0, 3753.0, 3743.0, 3753.0, 3753.0, 3744.0, 3742.0, 3754.0, 3743.0, 3754.0, 3755.0, 3769.0, 3802.0, 3766.0, 3744.0, 3741.0, 3739.0, 3740.0, 3750.0, 3729.0, 3742.0, 3751.0, 3728.0, 3729.0, 3738.0, 3726.0, 3727.0, 3748.0, 3727.0, 3729.0, 3748.0, 3727.0, 3728.0, 3736.0, 3727.0, 3728.0, 3726.0, 3728.0, 3729.0, 3739.0, 3729.0, 3738.0, 3728.0, 3740.0, 3738.0, 3740.0, 3730.0, 3730.0, 3742.0, 3752.0, 3740.0, 3741.0, 3750.0, 3730.0, 3741.0, 3751.0, 3742.0, 3754.0, 3741.0, 3742.0, 3741.0, 3740.0, 3742.0, 3751.0, 3743.0, 3754.0, 3741.0, 3742.0, 3742.0, 3740.0, 3742.0, 3752.0, 3743.0, 3743.0, 3763.0, 3742.0, 3743.0, 3752.0, 3753.0, 3743.0, 3742.0, 3754.0, 3765.0, 3754.0, 3755.0, 3743.0, 3755.0, 3754.0, 3753.0, 3755.0, 3765.0, 3744.0, 3744.0, 3743.0, 3753.0, 3753.0, 3743.0, 3743.0, 3764.0, 3744.0, 3748.0, 3754.0, 3744.0, 3754.0, 3754.0, 3753.0, 3755.0, 3766.0, 3775.0, 3743.0, 3765.0, 3740.0, 3743.0, 3754.0, 3742.0, 3742.0, 3752.0, 3741.0, 3742.0, 3751.0, 3744.0, 3743.0, 3761.0, 3742.0, 3742.0, 3739.0, 3740.0, 3753.0, 3742.0, 3743.0, 3764.0, 3742.0, 3743.0, 3741.0, 3741.0, 3742.0, 3741.0, 3743.0, 3750.0, 3740.0, 3730.0, 3740.0, 3742.0, 3764.0, 3741.0, 3741.0, 3750.0, 3728.0, 3740.0, 3749.0, 3741.0, 3740.0, 3749.0, 3728.0, 3739.0, 3747.0, 3728.0, 3739.0, 3738.0, 3740.0, 3730.0, 3739.0, 3740.0, 3729.0, 3739.0, 3740.0, 3741.0, 3741.0, 3754.0, 3752.0, 3742.0, 3732.0, 3740.0, 3741.0, 3741.0, 3729.0, 3741.0, 3752.0, 3740.0, 3740.0, 3739.0, 3727.0, 3740.0, 3750.0, 3729.0, 3742.0, 3763.0, 3741.0, 3743.0, 3743.0, 3744.0, 3755.0, 3733.0, 3753.0, 3744.0, 3756.0, 3756.0, 3779.0, 3775.0, 3742.0, 3752.0, 3773.0, 3742.0, 3731.0, 3760.0, 3729.0, 3729.0, 3737.0, 3729.0, 3729.0, 3741.0, 3741.0, 3740.0, 3729.0, 3741.0, 3749.0, 3729.0, 3741.0, 3751.0, 3742.0, 3741.0, 3741.0, 3742.0, 3751.0, 3741.0, 3742.0, 3752.0, 3743.0, 3744.0, 3751.0, 3741.0, 3751.0, 3740.0, 3741.0, 3763.0, 3744.0, 3744.0, 3752.0, 3742.0, 3752.0, 3740.0, 3741.0, 3754.0, 3742.0, 3741.0, 3752.0, 3740.0, 3741.0, 3751.0, 3741.0, 3743.0, 3753.0, 3742.0, 3742.0, 3740.0, 3741.0, 3742.0, 3741.0, 3743.0, 3765.0, 3744.0, 3754.0, 3743.0, 3756.0, 3745.0, 3755.0, 3757.0, 3767.0, 3755.0, 3756.0, 3753.0, 3743.0, 3743.0, 3744.0, 3755.0, 3764.0, 3742.0, 3743.0, 3730.0, 3742.0, 3756.0, 3744.0, 3744.0, 3755.0, 3745.0, 3755.0, 3745.0, 3753.0, 3755.0, 3742.0, 3742.0, 3765.0, 3786.0, 3745.0, 3743.0, 3762.0, 3730.0, 3740.0, 3738.0, 3729.0, 3742.0, 3751.0, 3729.0, 3730.0, 3729.0, 3740.0, 3739.0, 3740.0, 3742.0, 3752.0, 3740.0, 3742.0, 3739.0, 3729.0, 3741.0, 3740.0, 3742.0, 3753.0, 3740.0, 3741.0, 3750.0, 3729.0, 3740.0, 3752.0, 3742.0, 3742.0, 3751.0, 3742.0, 3731.0, 3729.0, 3740.0, 3753.0, 3742.0, 3741.0, 3751.0, 3739.0, 3741.0, 3751.0, 3740.0, 3752.0, 3751.0, 3741.0, 3730.0, 3729.0, 3740.0, 3751.0, 3754.0, 3755.0, 3765.0, 3742.0, 3754.0, 3742.0, 3753.0, 3741.0, 3742.0, 3754.0, 3753.0, 3753.0, 3754.0, 3766.0, 3757.0, 3755.0, 3744.0, 3753.0, 3742.0, 3744.0, 3769.0, 3777.0, 3762.0, 3741.0, 3751.0, 3728.0, 3728.0, 3765.0, 3752.0, 3740.0, 3738.0, 3728.0, 3728.0, 3750.0, 3742.0, 3740.0, 3739.0, 3741.0, 3739.0, 3728.0, 3729.0, 3749.0, 3728.0, 3741.0, 3750.0, 3740.0, 3729.0, 3727.0, 3739.0, 3739.0, 3728.0, 3741.0, 3750.0, 3739.0, 3740.0, 3737.0, 3729.0, 3730.0, 3729.0, 3742.0, 3752.0, 3741.0, 3753.0, 3751.0, 3741.0, 3742.0, 3743.0, 3755.0, 3754.0, 3754.0, 3755.0, 3763.0, 3742.0, 3743.0, 3752.0, 3742.0, 3754.0, 3741.0, 3742.0, 3751.0, 3741.0, 3741.0, 3762.0, 3731.0, 3743.0, 3763.0, 3742.0, 3743.0, 3731.0, 3742.0, 3742.0, 3741.0, 3742.0, 3754.0, 3741.0, 3743.0, 3752.0, 3741.0, 3742.0, 3752.0, 3741.0, 3755.0, 3765.0, 3743.0, 3743.0, 3742.0, 3743.0, 3752.0, 3743.0, 3755.0, 3765.0, 3744.0, 3744.0, 3742.0, 3753.0, 3753.0, 3744.0, 3755.0, 3763.0, 3744.0, 3744.0, 3741.0, 3741.0, 3753.0, 3743.0, 3743.0, 3764.0, 3767.0, 3767.0, 3745.0, 3745.0, 3756.0, 3744.0, 3756.0, 3755.0, 3777.0, 3732.0, 3743.0, 3752.0, 3729.0, 3743.0, 3753.0, 3730.0, 3742.0, 3751.0, 3729.0, 3741.0, 3752.0, 3755.0, 3757.0, 3743.0, 3754.0, 3761.0, 3739.0, 3737.0, 3790.0, 3765.0, 3767.0, 3769.0, 3765.0, 3756.0, 3766.0, 3755.0, 3754.0, 3755.0, 3755.0, 3765.0, 3743.0, 3743.0, 3775.0, 3741.0, 3741.0, 3749.0, 3728.0, 3739.0, 3727.0, 3726.0, 3737.0, 3726.0, 3728.0, 3748.0, 3726.0, 3715.0, 3703.0, 3725.0, 3715.0, 3725.0, 3727.0, 3738.0, 3738.0, 3728.0, 3716.0, 3738.0, 3728.0, 3727.0, 3739.0, 3751.0, 3739.0, 3730.0, 3727.0, 3739.0, 3729.0, 3728.0, 3740.0, 3751.0, 3730.0, 3742.0, 3750.0, 3741.0, 3741.0, 3729.0, 3741.0, 3742.0, 3742.0, 3742.0, 3741.0, 3741.0, 3742.0, 3741.0, 3755.0, 3768.0, 3744.0, 3755.0, 3743.0, 3754.0, 3753.0, 3744.0, 3756.0, 3765.0, 3756.0, 3755.0, 3742.0, 3754.0, 3764.0, 3756.0, 3755.0, 3764.0, 3758.0, 3767.0, 3756.0, 3755.0, 3744.0, 3744.0, 3757.0, 3768.0, 3779.0, 3756.0, 3756.0, 3789.0, 3745.0, 3746.0, 3755.0, 3743.0, 3755.0, 3757.0, 3777.0, 3743.0, 3743.0, 3753.0, 3741.0, 3754.0, 3763.0, 3741.0, 3741.0, 3739.0, 3740.0, 3741.0, 3740.0, 3742.0, 3744.0, 3741.0, 3743.0, 3741.0, 3741.0, 3742.0, 3741.0, 3742.0, 3754.0, 3764.0, 3754.0, 3732.0, 3732.0, 3752.0, 3742.0, 3743.0, 3754.0, 3765.0, 3742.0, 3753.0, 3752.0, 3742.0, 3753.0, 3764.0, 3742.0, 3753.0, 3740.0, 3742.0, 3742.0, 3730.0, 3753.0, 3754.0, 3730.0, 3742.0, 3741.0, 3730.0, 3741.0, 3751.0, 3742.0, 3754.0, 3753.0, 3742.0, 3744.0, 3741.0, 3742.0, 3742.0, 3742.0, 3755.0, 3765.0, 3743.0, 3743.0, 3743.0, 3743.0, 3752.0, 3741.0, 3753.0, 3754.0, 3743.0, 3744.0, 3743.0, 3754.0, 3753.0, 3755.0, 3744.0, 3754.0, 3769.0, 3767.0, 3745.0, 3754.0, 3766.0, 3755.0, 3745.0, 3744.0, 3770.0, 3775.0, 3756.0, 3754.0, 3754.0, 3754.0, 3756.0, 3757.0, 3776.0, 3742.0, 3753.0, 3762.0, 3742.0, 3743.0, 3752.0, 3753.0, 3741.0, 3729.0, 3741.0, 3753.0, 3756.0, 3755.0, 3743.0, 3742.0, 3751.0, 3743.0, 3742.0, 3743.0, 3756.0, 3763.0, 3742.0, 3755.0, 3764.0, 3742.0, 3742.0, 3729.0, 3740.0, 3740.0, 3728.0, 3742.0, 3751.0, 3739.0, 3740.0, 3749.0, 3728.0, 3729.0, 3749.0, 3741.0, 3741.0, 3749.0, 3729.0, 3739.0, 3727.0, 3728.0, 3738.0, 3728.0, 3740.0, 3739.0, 3728.0, 3740.0, 3748.0, 3728.0, 3729.0, 3738.0, 3730.0, 3741.0, 3728.0, 3740.0, 3739.0, 3728.0, 3739.0, 3750.0, 3741.0, 3742.0, 3750.0, 3741.0, 3740.0, 3728.0, 3739.0, 3739.0, 3741.0, 3742.0, 3751.0, 3741.0, 3731.0, 3739.0, 3740.0, 3741.0, 3753.0, 3742.0, 3752.0, 3742.0, 3742.0, 3740.0, 3740.0, 3741.0, 3754.0, 3744.0, 3752.0, 3741.0, 3742.0, 3740.0, 3741.0, 3740.0, 3742.0, 3744.0, 3753.0, 3742.0, 3742.0, 3740.0, 3740.0, 3741.0, 3729.0, 3741.0, 3753.0, 3742.0, 3742.0, 3750.0, 3730.0, 3731.0, 3729.0, 3741.0, 3753.0, 3742.0, 3742.0, 3752.0, 3741.0, 3742.0, 3751.0, 3743.0, 3755.0, 3754.0, 3756.0, 3743.0, 3755.0, 3755.0, 3755.0, 3753.0, 3755.0, 3768.0, 3779.0, 3756.0, 3745.0, 3732.0, 3743.0, 3755.0, 3755.0, 3745.0, 3766.0, 3743.0, 3743.0, 3752.0, 3742.0, 3754.0, 3766.0, 3745.0, 3755.0, 3743.0, 3754.0, 3754.0, 3743.0, 3756.0, 3764.0, 3743.0, 3743.0, 3751.0, 3741.0, 3741.0, 3762.0, 3743.0, 3753.0, 3741.0, 3742.0, 3740.0, 3729.0, 3742.0, 3763.0, 3741.0, 3742.0, 3750.0, 3740.0, 3741.0, 3739.0, 3742.0, 3753.0, 3740.0, 3740.0, 3739.0, 3728.0, 3739.0, 3750.0, 3742.0, 3742.0, 3750.0, 3741.0, 3741.0, 3739.0, 3730.0, 3732.0, 3731.0, 3731.0, 3752.0, 3739.0, 3741.0, 3729.0, 3742.0, 3754.0, 3742.0, 3754.0, 3751.0, 3741.0, 3752.0, 3749.0, 3741.0, 3754.0, 3742.0, 3742.0, 3752.0, 3729.0, 3719.0, 3730.0, 3743.0, 3754.0, 3743.0, 3745.0, 3731.0, 3742.0, 3753.0, 3754.0, 3744.0, 3753.0, 3731.0, 3742.0, 3751.0, 3730.0, 3731.0, 3741.0, 3742.0, 3752.0, 3740.0, 3741.0, 3750.0, 3742.0, 3754.0, 3752.0, 3756.0, 3764.0, 3754.0, 3753.0, 3755.0, 3742.0, 3753.0, 3756.0, 3786.0, 3743.0, 3752.0, 3730.0, 3741.0, 3750.0, 3740.0, 3741.0, 3753.0, 3741.0, 3730.0, 3729.0, 3741.0, 3750.0, 3739.0, 3742.0, 3753.0, 3742.0, 3752.0, 3741.0, 3742.0, 3740.0, 3741.0, 3754.0, 3742.0, 3742.0, 3751.0, 3740.0, 3741.0, 3750.0, 3741.0, 3744.0, 3742.0, 3742.0, 3741.0, 3730.0, 3742.0, 3751.0, 3741.0, 3743.0, 3753.0, 3743.0, 3742.0, 3741.0, 3742.0, 3752.0, 3741.0, 3744.0, 3754.0, 3754.0, 3754.0, 3742.0, 3754.0, 3753.0, 3755.0, 3746.0, 3754.0, 3756.0, 3754.0, 3743.0, 3755.0, 3755.0], 'WindowWidth': [8553.0, 8467.0, 8443.0, 8462.0, 8410.0, 8411.0, 8436.0, 8407.0, 8424.0, 8444.0, 8400.0, 8415.0, 8407.0, 8379.0, 8396.0, 8389.0, 8376.0, 8406.0, 8375.0, 8376.0, 8384.0, 8373.0, 8375.0, 8370.0, 8374.0, 8394.0, 8390.0, 8377.0, 8388.0, 8390.0, 8381.0, 8405.0, 8394.0, 8397.0, 8394.0, 8398.0, 8417.0, 8400.0, 8403.0, 8412.0, 8400.0, 8404.0, 8413.0, 8401.0, 8418.0, 8419.0, 8422.0, 8420.0, 8403.0, 8422.0, 8415.0, 8419.0, 8408.0, 8422.0, 8426.0, 8426.0, 8423.0, 8444.0, 8426.0, 8425.0, 8430.0, 8460.0, 8434.0, 8446.0, 8429.0, 8448.0, 8446.0, 8426.0, 8449.0, 8464.0, 8431.0, 8432.0, 8437.0, 8426.0, 8429.0, 8431.0, 8432.0, 8459.0, 8427.0, 8433.0, 8437.0, 8424.0, 8429.0, 8425.0, 8427.0, 8440.0, 8423.0, 8429.0, 8463.0, 8449.0, 8467.0, 8438.0, 8446.0, 8428.0, 8413.0, 8440.0, 8433.0, 8468.0, 8470.0, 8424.0, 8420.0, 8416.0, 8420.0, 8425.0, 8442.0, 8425.0, 8437.0, 8422.0, 8423.0, 8404.0, 8427.0, 8445.0, 8426.0, 8428.0, 8436.0, 8422.0, 8425.0, 8435.0, 8426.0, 8431.0, 8451.0, 8406.0, 8420.0, 8413.0, 8417.0, 8416.0, 8401.0, 8424.0, 8441.0, 8406.0, 8405.0, 8398.0, 8415.0, 8403.0, 8418.0, 8430.0, 8441.0, 8422.0, 8424.0, 8402.0, 8405.0, 8422.0, 8404.0, 8424.0, 8440.0, 8405.0, 8407.0, 8415.0, 8405.0, 8407.0, 8402.0, 8409.0, 8439.0, 8420.0, 8409.0, 8436.0, 8405.0, 8423.0, 8434.0, 8424.0, 8430.0, 8440.0, 8426.0, 8426.0, 8419.0, 8424.0, 8425.0, 8422.0, 8428.0, 8457.0, 8424.0, 8428.0, 8406.0, 8424.0, 8424.0, 8420.0, 8426.0, 8442.0, 8426.0, 8427.0, 8439.0, 8427.0, 8451.0, 8450.0, 8460.0, 8467.0, 8449.0, 8450.0, 8430.0, 8422.0, 8435.0, 8452.0, 8483.0, 8448.0, 8434.0, 8452.0, 8425.0, 8434.0, 8476.0, 8423.0, 8438.0, 8399.0, 8401.0, 8417.0, 8404.0, 8426.0, 8438.0, 8417.0, 8422.0, 8430.0, 8402.0, 8422.0, 8439.0, 8427.0, 8429.0, 8420.0, 8426.0, 8423.0, 8420.0, 8424.0, 8436.0, 8423.0, 8429.0, 8440.0, 8423.0, 8411.0, 8418.0, 8422.0, 8424.0, 8429.0, 8431.0, 8457.0, 8425.0, 8430.0, 8436.0, 8407.0, 8425.0, 8457.0, 8422.0, 8421.0, 8399.0, 8401.0, 8418.0, 8397.0, 8403.0, 8435.0, 8400.0, 8401.0, 8410.0, 8401.0, 8402.0, 8414.0, 8403.0, 8407.0, 8418.0, 8407.0, 8434.0, 8420.0, 8425.0, 8418.0, 8427.0, 8444.0, 8427.0, 8426.0, 8435.0, 8425.0, 8412.0, 8406.0, 8427.0, 8440.0, 8422.0, 8426.0, 8432.0, 8406.0, 8424.0, 8436.0, 8429.0, 8463.0, 8429.0, 8413.0, 8421.0, 8425.0, 8429.0, 8429.0, 8446.0, 8435.0, 8405.0, 8422.0, 8419.0, 8409.0, 8437.0, 8402.0, 8406.0, 8416.0, 8399.0, 8408.0, 8445.0, 8432.0, 8445.0, 8442.0, 8432.0, 8426.0, 8446.0, 8429.0, 8446.0, 8451.0, 8477.0, 8529.0, 8468.0, 8431.0, 8423.0, 8416.0, 8419.0, 8435.0, 8406.0, 8429.0, 8439.0, 8401.0, 8403.0, 8413.0, 8395.0, 8397.0, 8425.0, 8398.0, 8405.0, 8428.0, 8399.0, 8400.0, 8407.0, 8396.0, 8400.0, 8394.0, 8399.0, 8406.0, 8418.0, 8404.0, 8415.0, 8401.0, 8420.0, 8414.0, 8419.0, 8409.0, 8407.0, 8425.0, 8439.0, 8421.0, 8425.0, 8435.0, 8406.0, 8425.0, 8437.0, 8425.0, 8446.0, 8423.0, 8425.0, 8422.0, 8421.0, 8426.0, 8438.0, 8431.0, 8448.0, 8426.0, 8425.0, 8426.0, 8420.0, 8425.0, 8440.0, 8432.0, 8431.0, 8457.0, 8428.0, 8430.0, 8441.0, 8444.0, 8431.0, 8428.0, 8450.0, 8465.0, 8450.0, 8450.0, 8431.0, 8449.0, 8448.0, 8444.0, 8452.0, 8466.0, 8433.0, 8436.0, 8430.0, 8444.0, 8445.0, 8432.0, 8432.0, 8462.0, 8434.0, 8445.0, 8445.0, 8432.0, 8444.0, 8445.0, 8445.0, 8449.0, 8467.0, 8477.0, 8430.0, 8461.0, 8419.0, 8428.0, 8446.0, 8427.0, 8426.0, 8439.0, 8423.0, 8426.0, 8438.0, 8432.0, 8432.0, 8452.0, 8426.0, 8426.0, 8416.0, 8419.0, 8444.0, 8428.0, 8430.0, 8461.0, 8427.0, 8431.0, 8424.0, 8426.0, 8428.0, 8424.0, 8430.0, 8435.0, 8420.0, 8410.0, 8420.0, 8428.0, 8459.0, 8423.0, 8424.0, 8434.0, 8400.0, 8418.0, 8429.0, 8422.0, 8422.0, 8431.0, 8400.0, 8417.0, 8425.0, 8401.0, 8417.0, 8413.0, 8420.0, 8409.0, 8417.0, 8420.0, 8407.0, 8416.0, 8422.0, 8422.0, 8425.0, 8446.0, 8441.0, 8428.0, 8414.0, 8420.0, 8423.0, 8426.0, 8405.0, 8424.0, 8442.0, 8419.0, 8420.0, 8419.0, 8399.0, 8420.0, 8433.0, 8405.0, 8427.0, 8458.0, 8426.0, 8431.0, 8429.0, 8433.0, 8448.0, 8419.0, 8444.0, 8436.0, 8455.0, 8454.0, 8493.0, 8478.0, 8425.0, 8440.0, 8469.0, 8427.0, 8412.0, 8446.0, 8405.0, 8406.0, 8412.0, 8403.0, 8406.0, 8426.0, 8424.0, 8421.0, 8405.0, 8423.0, 8432.0, 8405.0, 8422.0, 8438.0, 8427.0, 8426.0, 8422.0, 8426.0, 8438.0, 8421.0, 8425.0, 8440.0, 8429.0, 8433.0, 8437.0, 8425.0, 8437.0, 8419.0, 8424.0, 8458.0, 8435.0, 8434.0, 8441.0, 8428.0, 8440.0, 8420.0, 8423.0, 8446.0, 8426.0, 8424.0, 8439.0, 8419.0, 8424.0, 8437.0, 8422.0, 8429.0, 8444.0, 8427.0, 8426.0, 8422.0, 8426.0, 8428.0, 8426.0, 8432.0, 8463.0, 8434.0, 8448.0, 8432.0, 8453.0, 8437.0, 8448.0, 8456.0, 8471.0, 8451.0, 8453.0, 8443.0, 8429.0, 8429.0, 8433.0, 8448.0, 8462.0, 8428.0, 8431.0, 8407.0, 8425.0, 8455.0, 8432.0, 8431.0, 8448.0, 8435.0, 8451.0, 8435.0, 8443.0, 8447.0, 8425.0, 8426.0, 8461.0, 8495.0, 8437.0, 8431.0, 8451.0, 8407.0, 8420.0, 8414.0, 8405.0, 8429.0, 8436.0, 8406.0, 8408.0, 8403.0, 8419.0, 8419.0, 8420.0, 8429.0, 8441.0, 8422.0, 8426.0, 8417.0, 8405.0, 8422.0, 8421.0, 8428.0, 8444.0, 8421.0, 8424.0, 8435.0, 8405.0, 8421.0, 8440.0, 8428.0, 8427.0, 8436.0, 8425.0, 8410.0, 8404.0, 8421.0, 8445.0, 8427.0, 8425.0, 8436.0, 8418.0, 8423.0, 8438.0, 8421.0, 8441.0, 8437.0, 8423.0, 8409.0, 8405.0, 8422.0, 8439.0, 8446.0, 8450.0, 8464.0, 8429.0, 8447.0, 8428.0, 8444.0, 8425.0, 8428.0, 8448.0, 8442.0, 8444.0, 8448.0, 8465.0, 8454.0, 8447.0, 8434.0, 8443.0, 8428.0, 8433.0, 8474.0, 8483.0, 8454.0, 8422.0, 8436.0, 8400.0, 8403.0, 8465.0, 8442.0, 8424.0, 8416.0, 8404.0, 8404.0, 8435.0, 8428.0, 8421.0, 8417.0, 8425.0, 8417.0, 8400.0, 8403.0, 8431.0, 8401.0, 8424.0, 8434.0, 8422.0, 8406.0, 8399.0, 8417.0, 8418.0, 8402.0, 8423.0, 8436.0, 8420.0, 8420.0, 8413.0, 8404.0, 8408.0, 8404.0, 8427.0, 8441.0, 8426.0, 8443.0, 8436.0, 8425.0, 8427.0, 8430.0, 8450.0, 8450.0, 8447.0, 8451.0, 8455.0, 8426.0, 8430.0, 8440.0, 8428.0, 8446.0, 8423.0, 8425.0, 8438.0, 8422.0, 8426.0, 8453.0, 8410.0, 8431.0, 8458.0, 8428.0, 8431.0, 8410.0, 8426.0, 8428.0, 8424.0, 8428.0, 8447.0, 8424.0, 8430.0, 8441.0, 8423.0, 8426.0, 8441.0, 8425.0, 8449.0, 8464.0, 8431.0, 8432.0, 8428.0, 8430.0, 8443.0, 8431.0, 8452.0, 8465.0, 8434.0, 8435.0, 8426.0, 8444.0, 8443.0, 8434.0, 8450.0, 8457.0, 8432.0, 8433.0, 8423.0, 8424.0, 8444.0, 8431.0, 8430.0, 8461.0, 8465.0, 8466.0, 8435.0, 8438.0, 8452.0, 8432.0, 8451.0, 8450.0, 8482.0, 8413.0, 8427.0, 8440.0, 8404.0, 8429.0, 8443.0, 8408.0, 8428.0, 8435.0, 8405.0, 8425.0, 8439.0, 8449.0, 8458.0, 8432.0, 8448.0, 8452.0, 8419.0, 8410.0, 8506.0, 8464.0, 8469.0, 8475.0, 8462.0, 8447.0, 8462.0, 8449.0, 8447.0, 8447.0, 8448.0, 8462.0, 8427.0, 8427.0, 8474.0, 8421.0, 8422.0, 8427.0, 8400.0, 8415.0, 8396.0, 8394.0, 8410.0, 8393.0, 8399.0, 8424.0, 8392.0, 8378.0, 8357.0, 8390.0, 8376.0, 8389.0, 8395.0, 8413.0, 8412.0, 8401.0, 8381.0, 8412.0, 8399.0, 8396.0, 8417.0, 8435.0, 8416.0, 8406.0, 8398.0, 8414.0, 8404.0, 8399.0, 8417.0, 8436.0, 8407.0, 8426.0, 8433.0, 8421.0, 8421.0, 8403.0, 8422.0, 8426.0, 8426.0, 8427.0, 8422.0, 8422.0, 8427.0, 8425.0, 8450.0, 8474.0, 8434.0, 8451.0, 8430.0, 8444.0, 8442.0, 8433.0, 8453.0, 8464.0, 8451.0, 8449.0, 8426.0, 8445.0, 8461.0, 8452.0, 8450.0, 8460.0, 8457.0, 8466.0, 8450.0, 8448.0, 8434.0, 8433.0, 8454.0, 8470.0, 8491.0, 8452.0, 8449.0, 8496.0, 8433.0, 8435.0, 8446.0, 8429.0, 8448.0, 8453.0, 8480.0, 8427.0, 8427.0, 8439.0, 8421.0, 8444.0, 8456.0, 8420.0, 8422.0, 8416.0, 8419.0, 8423.0, 8418.0, 8427.0, 8432.0, 8424.0, 8428.0, 8421.0, 8421.0, 8426.0, 8422.0, 8428.0, 8448.0, 8459.0, 8444.0, 8416.0, 8412.0, 8440.0, 8429.0, 8430.0, 8448.0, 8462.0, 8426.0, 8442.0, 8441.0, 8426.0, 8441.0, 8461.0, 8427.0, 8443.0, 8421.0, 8425.0, 8427.0, 8407.0, 8443.0, 8446.0, 8409.0, 8428.0, 8423.0, 8406.0, 8423.0, 8438.0, 8426.0, 8448.0, 8444.0, 8427.0, 8432.0, 8422.0, 8425.0, 8426.0, 8427.0, 8451.0, 8465.0, 8429.0, 8432.0, 8428.0, 8428.0, 8441.0, 8424.0, 8444.0, 8448.0, 8432.0, 8434.0, 8429.0, 8447.0, 8445.0, 8450.0, 8433.0, 8446.0, 8477.0, 8471.0, 8436.0, 8447.0, 8467.0, 8450.0, 8436.0, 8433.0, 8474.0, 8472.0, 8452.0, 8446.0, 8444.0, 8448.0, 8453.0, 8456.0, 8479.0, 8427.0, 8441.0, 8453.0, 8428.0, 8432.0, 8438.0, 8442.0, 8422.0, 8403.0, 8423.0, 8445.0, 8454.0, 8453.0, 8431.0, 8427.0, 8437.0, 8431.0, 8430.0, 8433.0, 8453.0, 8457.0, 8426.0, 8451.0, 8460.0, 8427.0, 8426.0, 8404.0, 8419.0, 8421.0, 8403.0, 8426.0, 8438.0, 8417.0, 8419.0, 8432.0, 8400.0, 8403.0, 8431.0, 8425.0, 8425.0, 8430.0, 8404.0, 8417.0, 8396.0, 8400.0, 8414.0, 8400.0, 8422.0, 8420.0, 8402.0, 8419.0, 8426.0, 8400.0, 8404.0, 8414.0, 8409.0, 8423.0, 8402.0, 8418.0, 8418.0, 8401.0, 8418.0, 8433.0, 8425.0, 8429.0, 8435.0, 8424.0, 8422.0, 8400.0, 8417.0, 8418.0, 8425.0, 8429.0, 8437.0, 8424.0, 8410.0, 8417.0, 8418.0, 8426.0, 8445.0, 8429.0, 8441.0, 8428.0, 8429.0, 8420.0, 8422.0, 8425.0, 8446.0, 8434.0, 8440.0, 8425.0, 8428.0, 8419.0, 8423.0, 8423.0, 8426.0, 8433.0, 8443.0, 8426.0, 8429.0, 8421.0, 8421.0, 8425.0, 8405.0, 8424.0, 8443.0, 8426.0, 8427.0, 8435.0, 8408.0, 8410.0, 8405.0, 8423.0, 8443.0, 8428.0, 8428.0, 8439.0, 8424.0, 8428.0, 8437.0, 8429.0, 8452.0, 8449.0, 8452.0, 8430.0, 8448.0, 8448.0, 8449.0, 8443.0, 8451.0, 8473.0, 8490.0, 8452.0, 8437.0, 8412.0, 8430.0, 8448.0, 8448.0, 8435.0, 8465.0, 8430.0, 8431.0, 8441.0, 8426.0, 8446.0, 8467.0, 8436.0, 8449.0, 8428.0, 8444.0, 8445.0, 8430.0, 8455.0, 8462.0, 8429.0, 8431.0, 8435.0, 8422.0, 8424.0, 8454.0, 8432.0, 8444.0, 8423.0, 8425.0, 8422.0, 8402.0, 8426.0, 8459.0, 8424.0, 8427.0, 8434.0, 8419.0, 8422.0, 8417.0, 8427.0, 8444.0, 8419.0, 8421.0, 8419.0, 8399.0, 8417.0, 8432.0, 8427.0, 8427.0, 8434.0, 8423.0, 8423.0, 8416.0, 8405.0, 8416.0, 8413.0, 8410.0, 8439.0, 8419.0, 8423.0, 8403.0, 8427.0, 8446.0, 8427.0, 8446.0, 8438.0, 8423.0, 8440.0, 8433.0, 8424.0, 8448.0, 8427.0, 8426.0, 8439.0, 8403.0, 8391.0, 8407.0, 8430.0, 8448.0, 8432.0, 8436.0, 8410.0, 8426.0, 8443.0, 8448.0, 8434.0, 8446.0, 8411.0, 8428.0, 8436.0, 8406.0, 8411.0, 8426.0, 8425.0, 8439.0, 8420.0, 8424.0, 8434.0, 8428.0, 8446.0, 8441.0, 8454.0, 8459.0, 8445.0, 8444.0, 8447.0, 8426.0, 8443.0, 8454.0, 8494.0, 8428.0, 8440.0, 8405.0, 8422.0, 8434.0, 8418.0, 8424.0, 8444.0, 8424.0, 8408.0, 8404.0, 8421.0, 8432.0, 8416.0, 8425.0, 8444.0, 8425.0, 8439.0, 8421.0, 8425.0, 8419.0, 8421.0, 8446.0, 8427.0, 8426.0, 8437.0, 8418.0, 8422.0, 8432.0, 8421.0, 8434.0, 8428.0, 8425.0, 8423.0, 8405.0, 8425.0, 8436.0, 8422.0, 8429.0, 8444.0, 8428.0, 8426.0, 8421.0, 8427.0, 8440.0, 8424.0, 8434.0, 8449.0, 8447.0, 8445.0, 8426.0, 8445.0, 8442.0, 8448.0, 8440.0, 8446.0, 8450.0, 8446.0, 8429.0, 8448.0, 8449.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.003929043209876543</td></tr>
<tr><td colspan=3>aqi</td><td>0.022355015200617286</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.62308639613893</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.214431028223939</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0618097354362932</td></tr>
<tr><td colspan=3>efc</td><td>0.4813</td></tr>
<tr><td colspan=3>fber</td><td>5153.6914</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12415404322646159</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.564814814814815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6714670928689688</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4962663041207374</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0688350177423622</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4492999567438063</td></tr>
<tr><td colspan=3>gcor</td><td>0.00930887</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007778851315379143</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02930612303316593</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</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.5439668947881127</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>18.8207</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.3851</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.6876</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302297.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>933.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.264</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7134</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.9555</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2924.7843</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74247.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.7292</td></tr>
<tr><td colspan=3>tsnr</td><td>39.319445014116354</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>