<?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-0070_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-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0070/figures/sub-0070_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-0070/figures/sub-0070_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0070/figures/sub-0070_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-0070/ses-02/func/sub-0070_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>9daee61b7997726fd5592e6c9deda76e</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:14:58.345000</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.99948, -0.0280056, 0.0159619, 0.0270452, 0.997979, 0.0575028]</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.0947196</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>[4151, -7756, -7245, 479, -83, -227, 34, 28]</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>290.449</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2a96a76f-e967-433d-bf40-9b4cde43b996||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.681532621383667, 0.07256024330854416, 0.04735806584358215, 105.52013397216797], [0.0751369297504425, 2.677504539489746, 0.1540112942457199, -96.87763977050781], [0.04282457008957863, -0.1542758047580719, 2.695188045501709, -62.554195404052734], [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': ['191458.345000', '191458.805000', '191459.265000', '191459.725000', '191500.185000', '191500.645000', '191501.105000', '191501.565000', '191502.025000', '191502.485000', '191502.945000', '191503.405000', '191503.865000', '191504.325000', '191504.785000', '191505.245000', '191505.705000', '191506.165000', '191506.625000', '191507.085000', '191507.545000', '191508.005000', '191508.465000', '191508.925000', '191509.385000', '191509.845000', '191510.305000', '191510.765000', '191511.225000', '191511.685000', '191512.145000', '191512.605000', '191513.065000', '191513.525000', '191513.985000', '191514.445000', '191514.905000', '191515.365000', '191515.825000', '191516.285000', '191516.745000', '191517.205000', '191517.665000', '191518.125000', '191518.585000', '191519.045000', '191519.505000', '191519.965000', '191520.425000', '191520.885000', '191521.345000', '191521.805000', '191522.265000', '191522.725000', '191523.185000', '191523.645000', '191524.105000', '191524.565000', '191525.025000', '191525.485000', '191525.945000', '191526.405000', '191526.865000', '191527.325000', '191527.785000', '191528.245000', '191528.705000', '191529.165000', '191529.625000', '191530.085000', '191530.545000', '191531.005000', '191531.465000', '191531.925000', '191532.385000', '191532.845000', '191533.305000', '191533.765000', '191534.225000', '191534.685000', '191535.145000', '191535.605000', '191536.065000', '191536.525000', '191536.985000', '191537.445000', '191537.905000', '191538.365000', '191538.825000', '191539.285000', '191539.745000', '191540.205000', '191540.665000', '191541.125000', '191541.585000', '191542.045000', '191542.505000', '191542.965000', '191543.425000', '191543.885000', '191544.345000', '191544.805000', '191545.265000', '191545.725000', '191546.185000', '191546.645000', '191547.105000', '191547.565000', '191548.025000', '191548.485000', '191548.945000', '191549.405000', '191549.865000', '191550.325000', '191550.785000', '191551.245000', '191551.705000', '191552.165000', '191552.625000', '191553.085000', '191553.545000', '191554.005000', '191554.465000', '191554.925000', '191555.385000', '191555.845000', '191556.305000', '191556.765000', '191557.225000', '191557.685000', '191558.145000', '191558.605000', '191559.065000', '191559.525000', '191559.985000', '191600.445000', '191600.905000', '191601.365000', '191601.825000', '191602.285000', '191602.745000', '191603.205000', '191603.665000', '191604.125000', '191604.585000', '191605.045000', '191605.505000', '191605.965000', '191606.425000', '191606.885000', '191607.345000', '191607.805000', '191608.265000', '191608.725000', '191609.185000', '191609.645000', '191610.105000', '191610.565000', '191611.025000', '191611.485000', '191611.945000', '191612.405000', '191612.865000', '191613.325000', '191613.785000', '191614.245000', '191614.705000', '191615.165000', '191615.625000', '191616.085000', '191616.545000', '191617.005000', '191617.465000', '191617.925000', '191618.385000', '191618.845000', '191619.305000', '191619.765000', '191620.225000', '191620.685000', '191621.145000', '191621.605000', '191622.065000', '191622.525000', '191622.985000', '191623.445000', '191623.905000', '191624.365000', '191624.825000', '191625.285000', '191625.745000', '191626.205000', '191626.665000', '191627.125000', '191627.585000', '191628.045000', '191628.505000', '191628.965000', '191629.425000', '191629.885000', '191630.345000', '191630.805000', '191631.265000', '191631.725000', '191632.185000', '191632.645000', '191633.105000', '191633.565000', '191634.025000', '191634.485000', '191634.945000', '191635.405000', '191635.865000', '191636.325000', '191636.785000', '191637.245000', '191637.705000', '191638.165000', '191638.625000', '191639.085000', '191639.545000', '191640.005000', '191640.465000', '191640.925000', '191641.385000', '191641.845000', '191642.305000', '191642.765000', '191643.225000', '191643.685000', '191644.145000', '191644.605000', '191645.065000', '191645.525000', '191645.985000', '191646.445000', '191646.905000', '191647.365000', '191647.825000', '191648.285000', '191648.745000', '191649.205000', '191649.665000', '191650.125000', '191650.585000', '191651.045000', '191651.505000', '191651.965000', '191652.425000', '191652.885000', '191653.345000', '191653.805000', '191654.265000', '191654.725000', '191655.185000', '191655.645000', '191656.105000', '191656.565000', '191657.025000', '191657.485000', '191657.945000', '191658.405000', '191658.865000', '191659.325000', '191659.785000', '191700.245000', '191700.705000', '191701.165000', '191701.625000', '191702.085000', '191702.545000', '191703.005000', '191703.465000', '191703.925000', '191704.385000', '191704.845000', '191705.305000', '191705.765000', '191706.225000', '191706.685000', '191707.145000', '191707.605000', '191708.065000', '191708.525000', '191708.985000', '191709.445000', '191709.905000', '191710.365000', '191710.825000', '191711.285000', '191711.745000', '191712.205000', '191712.665000', '191713.125000', '191713.585000', '191714.045000', '191714.505000', '191714.965000', '191715.425000', '191715.885000', '191716.345000', '191716.805000', '191717.265000', '191717.725000', '191718.185000', '191718.645000', '191719.105000', '191719.565000', '191720.025000', '191720.485000', '191720.945000', '191721.405000', '191721.865000', '191722.325000', '191722.785000', '191723.245000', '191723.705000', '191724.165000', '191724.625000', '191725.085000', '191725.545000', '191726.005000', '191726.465000', '191726.925000', '191727.385000', '191727.845000', '191728.305000', '191728.765000', '191729.225000', '191729.685000', '191730.145000', '191730.605000', '191731.065000', '191731.525000', '191731.985000', '191732.445000', '191732.905000', '191733.365000', '191733.825000', '191734.285000', '191734.745000', '191735.205000', '191735.665000', '191736.125000', '191736.585000', '191737.045000', '191737.505000', '191737.965000', '191738.425000', '191738.885000', '191739.345000', '191739.805000', '191740.265000', '191740.725000', '191741.185000', '191741.645000', '191742.105000', '191742.565000', '191743.025000', '191743.485000', '191743.945000', '191744.405000', '191744.865000', '191745.325000', '191745.785000', '191746.245000', '191746.705000', '191747.165000', '191747.625000', '191748.085000', '191748.545000', '191749.005000', '191749.465000', '191749.925000', '191750.385000', '191750.845000', '191751.305000', '191751.765000', '191752.225000', '191752.685000', '191753.145000', '191753.605000', '191754.065000', '191754.525000', '191754.985000', '191755.445000', '191755.905000', '191756.365000', '191756.825000', '191757.285000', '191757.745000', '191758.205000', '191758.665000', '191759.125000', '191759.585000', '191800.045000', '191800.505000', '191800.965000', '191801.425000', '191801.885000', '191802.345000', '191802.805000', '191803.265000', '191803.725000', '191804.185000', '191804.645000', '191805.105000', '191805.565000', '191806.025000', '191806.485000', '191806.945000', '191807.405000', '191807.865000', '191808.325000', '191808.785000', '191809.245000', '191809.705000', '191810.165000', '191810.625000', '191811.085000', '191811.545000', '191812.005000', '191812.465000', '191812.925000', '191813.385000', '191813.845000', '191814.305000', '191814.765000', '191815.225000', '191815.685000', '191816.145000', '191816.605000', '191817.065000', '191817.525000', '191817.985000', '191818.445000', '191818.905000', '191819.365000', '191819.825000', '191820.285000', '191820.745000', '191821.205000', '191821.665000', '191822.125000', '191822.585000', '191823.045000', '191823.505000', '191823.965000', '191824.425000', '191824.885000', '191825.345000', '191825.805000', '191826.265000', '191826.725000', '191827.185000', '191827.645000', '191828.105000', '191828.565000', '191829.025000', '191829.485000', '191829.945000', '191830.405000', '191830.865000', '191831.325000', '191831.785000', '191832.245000', '191832.705000', '191833.165000', '191833.625000', '191834.085000', '191834.545000', '191835.005000', '191835.465000', '191835.925000', '191836.385000', '191836.845000', '191837.305000', '191837.765000', '191838.225000', '191838.685000', '191839.145000', '191839.605000', '191840.065000', '191840.525000', '191840.985000', '191841.445000', '191841.905000', '191842.365000', '191842.825000', '191843.285000', '191843.745000', '191844.205000', '191844.665000', '191845.125000', '191845.585000', '191846.045000', '191846.505000', '191846.965000', '191847.425000', '191847.885000', '191848.345000', '191848.805000', '191849.265000', '191849.725000', '191850.185000', '191850.645000', '191851.105000', '191851.565000', '191852.025000', '191852.485000', '191852.945000', '191853.405000', '191853.865000', '191854.325000', '191854.785000', '191855.245000', '191855.705000', '191856.165000', '191856.625000', '191857.085000', '191857.545000', '191858.005000', '191858.465000', '191858.925000', '191859.385000', '191859.845000', '191900.305000', '191900.765000', '191901.225000', '191901.685000', '191902.145000', '191902.605000', '191903.065000', '191903.525000', '191903.985000', '191904.445000', '191904.905000', '191905.365000', '191905.825000', '191906.285000', '191906.745000', '191907.205000', '191907.665000', '191908.125000', '191908.585000', '191909.045000', '191909.505000', '191909.965000', '191910.425000', '191910.885000', '191911.345000', '191911.805000', '191912.265000', '191912.725000', '191913.185000', '191913.645000', '191914.105000', '191914.565000', '191915.025000', '191915.485000', '191915.945000', '191916.405000', '191916.865000', '191917.325000', '191917.785000', '191918.245000', '191918.705000', '191919.165000', '191919.625000', '191920.085000', '191920.545000', '191921.005000', '191921.465000', '191921.925000', '191922.385000', '191922.845000', '191923.305000', '191923.765000', '191924.225000', '191924.685000', '191925.145000', '191925.605000', '191926.065000', '191926.525000', '191926.985000', '191927.445000', '191927.905000', '191928.365000', '191928.825000', '191929.285000', '191929.745000', '191930.205000', '191930.665000', '191931.125000', '191931.585000', '191932.045000', '191932.505000', '191932.965000', '191933.425000', '191933.885000', '191934.345000', '191934.805000', '191935.265000', '191935.725000', '191936.185000', '191936.645000', '191937.105000', '191937.565000', '191938.025000', '191938.485000', '191938.945000', '191939.405000', '191939.865000', '191940.325000', '191940.785000', '191941.245000', '191941.705000', '191942.165000', '191942.625000', '191943.085000', '191943.545000', '191944.005000', '191944.465000', '191944.925000', '191945.385000', '191945.845000', '191946.305000', '191946.765000', '191947.225000', '191947.685000', '191948.145000', '191948.605000', '191949.065000', '191949.525000', '191949.985000', '191950.445000', '191950.905000', '191951.365000', '191951.825000', '191952.285000', '191952.745000', '191953.205000', '191953.665000', '191954.125000', '191954.585000', '191955.045000', '191955.505000', '191955.965000', '191956.425000', '191956.885000', '191957.345000', '191957.805000', '191958.265000', '191958.725000', '191959.185000', '191959.645000', '192000.105000', '192000.565000', '192001.025000', '192001.485000', '192001.945000', '192002.405000', '192002.865000', '192003.325000', '192003.785000', '192004.245000', '192004.705000', '192005.165000', '192005.625000', '192006.085000', '192006.545000', '192007.005000', '192007.465000', '192007.925000', '192008.385000', '192008.845000', '192009.305000', '192009.765000', '192010.225000', '192010.685000', '192011.145000', '192011.605000', '192012.065000', '192012.525000', '192012.985000', '192013.445000', '192013.905000', '192014.365000', '192014.825000', '192015.285000', '192015.745000', '192016.205000', '192016.665000', '192017.125000', '192017.585000', '192018.045000', '192018.505000', '192018.965000', '192019.425000', '192019.885000', '192020.345000', '192020.805000', '192021.265000', '192021.725000', '192022.185000', '192022.645000', '192023.105000', '192023.565000', '192024.025000', '192024.485000', '192024.945000', '192025.405000', '192025.865000', '192026.325000', '192026.785000', '192027.245000', '192027.705000', '192028.165000', '192028.625000', '192029.085000', '192029.545000', '192030.005000', '192030.465000', '192030.925000', '192031.385000', '192031.845000', '192032.305000', '192032.765000', '192033.225000', '192033.685000', '192034.145000', '192034.605000', '192035.065000', '192035.525000', '192035.985000', '192036.445000', '192036.905000', '192037.365000', '192037.825000', '192038.285000', '192038.745000', '192039.205000', '192039.665000', '192040.125000', '192040.585000', '192041.045000', '192041.505000', '192041.965000', '192042.425000', '192042.885000', '192043.345000', '192043.805000', '192044.265000', '192044.725000', '192045.185000', '192045.645000', '192046.105000', '192046.565000', '192047.025000', '192047.485000', '192047.945000', '192048.405000', '192048.865000', '192049.325000', '192049.785000', '192050.245000', '192050.705000', '192051.165000', '192051.625000', '192052.085000', '192052.545000', '192053.005000', '192053.465000', '192053.925000', '192054.385000', '192054.845000', '192055.305000', '192055.765000', '192056.225000', '192056.685000', '192057.145000', '192057.605000', '192058.065000', '192058.525000', '192058.985000', '192059.445000', '192059.905000', '192100.365000', '192100.825000', '192101.285000', '192101.745000', '192102.205000', '192102.665000', '192103.125000', '192103.585000', '192104.045000', '192104.505000', '192104.965000', '192105.425000', '192105.885000', '192106.345000', '192106.805000', '192107.265000', '192107.725000', '192108.185000', '192108.645000', '192109.105000', '192109.565000', '192110.025000', '192110.485000', '192110.945000', '192111.405000', '192111.865000', '192112.325000', '192112.785000', '192113.245000', '192113.705000', '192114.165000', '192114.625000', '192115.085000', '192115.545000', '192116.005000', '192116.465000', '192116.925000', '192117.385000', '192117.845000', '192118.305000', '192118.765000', '192119.225000', '192119.685000', '192120.145000', '192120.605000', '192121.065000', '192121.525000', '192121.985000', '192122.445000', '192122.905000', '192123.365000', '192123.825000', '192124.285000', '192124.745000', '192125.205000', '192125.665000', '192126.125000', '192126.585000', '192127.045000', '192127.505000', '192127.965000', '192128.425000', '192128.885000', '192129.345000', '192129.805000', '192130.265000', '192130.725000', '192131.185000', '192131.645000', '192132.105000', '192132.565000', '192133.025000', '192133.485000', '192133.945000', '192134.405000', '192134.865000', '192135.325000', '192135.785000', '192136.245000', '192136.705000', '192137.165000', '192137.625000', '192138.085000', '192138.545000', '192139.005000', '192139.465000', '192139.925000', '192140.385000', '192140.845000', '192141.305000', '192141.765000', '192142.225000', '192142.685000', '192143.145000', '192143.605000', '192144.065000', '192144.525000', '192144.985000', '192145.445000', '192145.905000', '192146.365000', '192146.825000', '192147.285000', '192147.745000', '192148.205000', '192148.665000', '192149.125000', '192149.585000', '192150.045000', '192150.505000', '192150.965000', '192151.425000', '192151.885000', '192152.345000', '192152.805000', '192153.265000', '192153.725000', '192154.185000', '192154.645000', '192155.105000', '192155.565000', '192156.025000', '192156.485000', '192156.945000', '192157.405000', '192157.865000', '192158.325000', '192158.785000', '192159.245000', '192159.705000', '192200.165000', '192200.625000', '192201.085000', '192201.545000', '192202.005000', '192202.465000', '192202.925000', '192203.385000', '192203.845000', '192204.305000', '192204.765000', '192205.225000', '192205.685000', '192206.145000', '192206.605000', '192207.065000', '192207.525000', '192207.985000', '192208.445000', '192208.905000', '192209.365000', '192209.825000', '192210.285000', '192210.745000', '192211.205000', '192211.665000', '192212.125000', '192212.585000', '192213.045000', '192213.505000', '192213.965000', '192214.425000', '192214.885000', '192215.345000', '192215.805000', '192216.265000', '192216.725000', '192217.185000', '192217.645000', '192218.105000', '192218.565000', '192219.025000', '192219.485000', '192219.945000', '192220.405000', '192220.865000', '192221.325000', '192221.785000', '192222.245000', '192222.705000', '192223.165000', '192223.625000', '192224.085000', '192224.545000', '192225.005000', '192225.465000', '192225.925000', '192226.385000', '192226.845000', '192227.305000', '192227.765000', '192228.225000', '192228.685000', '192229.145000', '192229.605000', '192230.065000', '192230.525000', '192230.985000', '192231.445000', '192231.905000', '192232.365000', '192232.825000', '192233.285000', '192233.745000', '192234.205000', '192234.665000', '192235.125000', '192235.585000', '192236.045000', '192236.505000', '192236.965000', '192237.425000', '192237.885000', '192238.345000', '192238.805000', '192239.265000', '192239.725000', '192240.185000', '192240.645000', '192241.105000', '192241.565000', '192242.025000', '192242.485000', '192242.945000', '192243.405000', '192243.865000', '192244.325000', '192244.785000', '192245.245000', '192245.705000', '192246.165000', '192246.625000', '192247.085000', '192247.545000', '192248.005000', '192248.465000', '192248.925000', '192249.385000', '192249.845000', '192250.305000', '192250.765000', '192251.225000', '192251.685000', '192252.145000', '192252.605000', '192253.065000', '192253.525000', '192253.985000', '192254.445000', '192254.905000', '192255.365000', '192255.825000', '192256.285000', '192256.745000', '192257.205000', '192257.665000', '192258.125000', '192258.585000', '192259.045000', '192259.505000', '192259.965000', '192300.425000', '192300.885000', '192301.345000', '192301.805000', '192302.265000', '192302.725000', '192303.185000', '192303.645000', '192304.105000', '192304.565000', '192305.025000', '192305.485000', '192305.945000', '192306.405000', '192306.865000', '192307.325000', '192307.785000', '192308.245000', '192308.705000', '192309.165000', '192309.625000', '192310.085000', '192310.545000', '192311.005000', '192311.465000', '192311.925000', '192312.385000', '192312.845000', '192313.305000', '192313.765000', '192314.225000', '192314.685000', '192315.145000', '192315.605000', '192316.065000', '192316.525000', '192316.985000', '192317.445000', '192317.905000', '192318.365000', '192318.825000', '192319.285000', '192319.745000', '192320.205000', '192320.665000', '192321.125000', '192321.585000', '192322.045000', '192322.505000', '192322.965000', '192323.425000', '192323.885000', '192324.345000', '192324.805000', '192325.265000', '192325.725000', '192326.185000', '192326.645000', '192327.105000', '192327.565000', '192328.025000', '192328.485000', '192328.945000', '192329.405000', '192329.865000', '192330.325000', '192330.785000', '192331.245000', '192331.705000', '192332.165000', '192332.625000', '192333.085000', '192333.545000', '192334.005000', '192334.465000', '192334.925000', '192335.385000', '192335.845000', '192336.305000', '192336.765000', '192337.225000', '192337.685000', '192338.145000', '192338.605000', '192339.065000', '192339.525000', '192339.985000', '192340.445000', '192340.905000', '192341.365000', '192341.825000', '192342.285000', '192342.745000', '192343.205000', '192343.665000', '192344.125000', '192344.585000', '192345.045000', '192345.505000', '192345.965000', '192346.425000', '192346.885000', '192347.345000', '192347.805000', '192348.265000', '192348.725000', '192349.185000', '192349.645000', '192350.105000', '192350.565000', '192351.025000', '192351.485000', '192351.945000', '192352.405000', '192352.865000', '192353.325000', '192353.785000', '192354.245000', '192354.705000', '192355.165000', '192355.625000', '192356.085000', '192356.545000', '192357.005000', '192357.465000', '192357.925000', '192358.385000', '192358.845000', '192359.305000', '192359.765000', '192400.225000', '192400.685000', '192401.145000', '192401.605000', '192402.065000', '192402.525000', '192402.985000', '192403.445000', '192403.905000', '192404.365000', '192404.825000', '192405.285000', '192405.745000', '192406.205000', '192406.665000', '192407.125000', '192407.585000', '192408.045000', '192408.505000', '192408.965000', '192409.425000', '192409.885000', '192410.345000', '192410.805000', '192411.265000', '192411.725000', '192412.185000', '192412.645000', '192413.105000', '192413.565000', '192414.025000', '192414.485000', '192414.945000', '192415.405000', '192415.865000', '192416.325000', '192416.785000', '192417.245000', '192417.705000', '192418.165000', '192418.625000', '192419.085000', '192419.545000', '192420.005000', '192420.465000', '192420.925000', '192421.385000', '192421.845000', '192422.305000', '192422.765000', '192423.225000', '192423.685000', '192424.145000', '192424.605000', '192425.065000', '192425.525000', '192425.985000', '192426.445000', '192426.905000', '192427.365000', '192427.825000', '192428.285000', '192428.745000', '192429.205000', '192429.665000', '192430.125000', '192430.585000', '192431.045000', '192431.505000', '192431.965000', '192432.425000', '192432.885000', '192433.345000', '192433.805000', '192434.265000', '192434.725000', '192435.185000', '192435.645000', '192436.105000', '192436.565000', '192437.025000', '192437.485000', '192437.945000', '192438.405000', '192438.865000', '192439.325000', '192439.785000', '192440.245000', '192440.705000', '192441.165000', '192441.625000', '192442.085000', '192442.545000', '192443.005000', '192443.465000', '192443.925000', '192444.385000', '192444.845000', '192445.305000', '192445.765000', '192446.225000', '192446.685000', '192447.145000', '192447.605000', '192448.065000', '192448.525000', '192448.985000', '192449.445000', '192449.905000', '192450.365000', '192450.825000', '192451.285000', '192451.745000', '192452.205000', '192452.665000', '192453.125000', '192453.585000', '192454.045000', '192454.505000', '192454.965000'], 'ContentTime': ['191509.556000', '191509.559000', '191509.562000', '191509.579000', '191509.585000', '191509.588000', '191509.590000', '191509.593000', '191509.596000', '191509.598000', '191509.601000', '191509.604000', '191509.606000', '191509.609000', '191509.611000', '191509.614000', '191509.628000', '191509.631000', '191509.634000', '191509.636000', '191509.639000', '191509.642000', '191529.525000', '191529.528000', '191529.531000', '191529.534000', '191529.536000', '191529.539000', '191529.541000', '191529.544000', '191529.546000', '191529.549000', '191529.556000', '191529.558000', '191529.561000', '191529.564000', '191529.566000', '191529.569000', '191529.571000', '191529.574000', '191529.576000', '191529.579000', '191529.582000', '191529.584000', '191529.587000', '191529.590000', '191529.592000', '191529.595000', '191529.597000', '191529.600000', '191529.602000', '191529.605000', '191529.608000', '191529.610000', '191529.613000', '191529.644000', '191529.646000', '191529.649000', '191529.651000', '191529.654000', '191529.656000', '191529.659000', '191529.662000', '191529.664000', '191529.667000', '191549.525000', '191549.528000', '191549.531000', '191549.533000', '191549.536000', '191549.538000', '191549.541000', '191549.543000', '191549.546000', '191549.549000', '191549.551000', '191549.554000', '191549.556000', '191549.559000', '191549.562000', '191549.564000', '191549.567000', '191549.569000', '191549.572000', '191549.575000', '191549.577000', '191549.580000', '191549.582000', '191549.585000', '191549.587000', '191549.590000', '191549.593000', '191549.595000', '191549.598000', '191549.600000', '191549.603000', '191549.605000', '191549.608000', '191549.611000', '191549.613000', '191549.616000', '191549.619000', '191549.621000', '191549.624000', '191549.626000', '191549.629000', '191549.632000', '191549.634000', '191549.637000', '191609.525000', '191609.528000', '191609.531000', '191609.534000', '191609.536000', '191609.539000', '191609.542000', '191609.544000', '191609.547000', '191609.549000', '191609.552000', '191609.555000', '191609.557000', '191609.560000', '191609.563000', '191609.565000', '191609.568000', '191609.570000', '191609.573000', '191609.576000', '191609.578000', '191609.581000', '191609.584000', '191609.586000', '191609.589000', '191609.592000', '191609.594000', '191609.597000', '191609.599000', '191609.602000', '191609.605000', '191609.607000', '191609.610000', '191609.612000', '191609.615000', '191609.618000', '191609.620000', '191609.623000', '191609.625000', '191609.628000', '191609.630000', '191609.633000', '191609.644000', '191629.525000', '191629.527000', '191629.530000', '191629.533000', '191629.535000', '191629.538000', '191629.541000', '191629.543000', '191629.546000', '191629.548000', '191629.551000', '191629.554000', '191629.556000', '191629.559000', '191629.562000', '191629.565000', '191629.569000', '191629.571000', '191629.574000', '191629.577000', '191629.579000', '191629.582000', '191629.584000', '191629.587000', '191629.590000', '191629.592000', '191629.595000', '191629.598000', '191629.600000', '191629.603000', '191629.605000', '191629.608000', '191629.611000', '191629.613000', '191629.616000', '191629.618000', '191629.621000', '191629.624000', '191629.626000', '191629.629000', '191629.631000', '191629.634000', '191629.637000', '191649.525000', '191649.528000', '191649.531000', '191649.534000', '191649.537000', '191649.539000', '191649.542000', '191649.545000', '191649.548000', '191649.550000', '191649.553000', '191649.555000', '191649.558000', '191649.561000', '191649.563000', '191649.566000', '191649.568000', '191649.571000', '191649.574000', '191649.576000', '191649.579000', '191649.582000', '191649.584000', '191649.587000', '191649.590000', '191649.592000', '191649.595000', '191649.598000', '191649.600000', '191649.603000', '191649.606000', '191649.608000', '191649.611000', '191649.614000', '191649.616000', '191649.619000', '191649.621000', '191649.625000', '191649.627000', '191649.630000', '191649.632000', '191649.635000', '191649.638000', '191649.640000', '191709.525000', '191709.528000', '191709.531000', '191709.534000', '191709.536000', '191709.539000', '191709.541000', '191709.544000', '191709.547000', '191709.549000', '191709.552000', '191709.554000', '191709.557000', '191709.560000', '191709.563000', '191709.565000', '191709.568000', '191709.571000', '191709.573000', '191709.576000', '191709.579000', '191709.581000', '191709.584000', '191709.586000', '191709.589000', '191709.592000', '191709.594000', '191709.597000', '191709.600000', '191709.612000', '191709.615000', '191709.617000', '191709.620000', '191709.623000', '191709.625000', '191709.628000', '191709.630000', '191709.633000', '191709.636000', '191709.638000', '191709.641000', '191709.643000', '191709.646000', '191729.526000', '191729.529000', '191729.531000', '191729.534000', '191729.537000', '191729.539000', '191729.542000', '191729.545000', '191729.547000', '191729.550000', '191729.552000', '191729.555000', '191729.558000', '191729.560000', '191729.563000', '191729.566000', '191729.568000', '191729.571000', '191729.574000', '191729.576000', '191729.579000', '191729.581000', '191729.584000', '191729.587000', '191729.589000', '191729.592000', '191729.595000', '191729.597000', '191729.600000', '191729.603000', '191729.605000', '191729.608000', '191729.610000', '191729.613000', '191729.616000', '191729.618000', '191729.621000', '191729.623000', '191729.626000', '191729.628000', '191729.631000', '191729.634000', '191729.636000', '191729.639000', '191749.525000', '191749.528000', '191749.531000', '191749.534000', '191749.536000', '191749.539000', '191749.541000', '191749.544000', '191749.547000', '191749.549000', '191749.552000', '191749.555000', '191749.557000', '191749.560000', '191749.563000', '191749.565000', '191749.568000', '191749.571000', '191749.574000', '191749.577000', '191749.579000', '191749.582000', '191749.585000', '191749.587000', '191749.590000', '191749.593000', '191749.595000', '191749.598000', '191749.600000', '191749.603000', '191749.606000', '191749.609000', '191749.612000', '191749.615000', '191749.617000', '191749.620000', '191749.623000', '191749.625000', '191749.628000', '191749.631000', '191749.633000', '191749.636000', '191749.638000', '191809.525000', '191809.528000', '191809.531000', '191809.534000', '191809.537000', '191809.540000', '191809.542000', '191809.545000', '191809.548000', '191809.551000', '191809.553000', '191809.556000', '191809.559000', '191809.561000', '191809.564000', '191809.566000', '191809.569000', '191809.572000', '191809.574000', '191809.577000', '191809.580000', '191809.582000', '191809.585000', '191809.587000', '191809.590000', '191809.593000', '191809.595000', '191809.598000', '191809.601000', '191809.603000', '191809.606000', '191809.609000', '191809.611000', '191809.614000', '191809.616000', '191809.619000', '191809.622000', '191809.624000', '191809.627000', '191809.629000', '191809.632000', '191809.635000', '191809.637000', '191809.640000', '191829.525000', '191829.528000', '191829.531000', '191829.534000', '191829.536000', '191829.539000', '191829.542000', '191829.544000', '191829.547000', '191829.549000', '191829.552000', '191829.555000', '191829.557000', '191829.560000', '191829.563000', '191829.565000', '191829.568000', '191829.571000', '191829.573000', '191829.576000', '191829.579000', '191829.581000', '191829.584000', '191829.587000', '191829.589000', '191829.592000', '191829.595000', '191829.598000', '191829.600000', '191829.603000', '191829.606000', '191829.608000', '191829.611000', '191829.613000', '191829.616000', '191829.619000', '191829.621000', '191829.624000', '191829.626000', '191829.629000', '191829.632000', '191829.635000', '191829.637000', '191849.525000', '191849.527000', '191849.530000', '191849.533000', '191849.536000', '191849.538000', '191849.541000', '191849.543000', '191849.546000', '191849.549000', '191849.551000', '191849.561000', '191849.564000', '191849.566000', '191849.569000', '191849.572000', '191849.575000', '191849.577000', '191849.580000', '191849.583000', '191849.585000', '191849.588000', '191849.591000', '191849.593000', '191849.596000', '191849.599000', '191849.601000', '191849.604000', '191849.607000', '191849.609000', '191849.612000', '191849.614000', '191849.617000', '191849.620000', '191849.622000', '191849.625000', '191849.627000', '191849.630000', '191849.633000', '191849.635000', '191849.638000', '191849.641000', '191849.643000', '191849.646000', '191909.526000', '191909.529000', '191909.531000', '191909.534000', '191909.536000', '191909.539000', '191909.542000', '191909.544000', '191909.547000', '191909.550000', '191909.552000', '191909.555000', '191909.558000', '191909.560000', '191909.563000', '191909.566000', '191909.568000', '191909.571000', '191909.574000', '191909.576000', '191909.579000', '191909.582000', '191909.584000', '191909.587000', '191909.590000', '191909.592000', '191909.595000', '191909.598000', '191909.600000', '191909.603000', '191909.605000', '191909.608000', '191909.611000', '191909.613000', '191909.616000', '191909.619000', '191909.621000', '191909.624000', '191909.627000', '191909.629000', '191909.632000', '191909.635000', '191909.637000', '191929.525000', '191929.528000', '191929.531000', '191929.534000', '191929.536000', '191929.539000', '191929.542000', '191929.544000', '191929.547000', '191929.550000', '191929.552000', '191929.555000', '191929.558000', '191929.560000', '191929.563000', '191929.566000', '191929.568000', '191929.571000', '191929.574000', '191929.576000', '191929.579000', '191929.581000', '191929.584000', '191929.587000', '191929.590000', '191929.592000', '191929.595000', '191929.598000', '191929.600000', '191929.603000', '191929.605000', '191929.608000', '191929.611000', '191929.613000', '191929.616000', '191929.619000', '191929.621000', '191929.624000', '191929.627000', '191929.629000', '191929.632000', '191929.634000', '191929.637000', '191929.640000', '191949.526000', '191949.528000', '191949.531000', '191949.534000', '191949.537000', '191949.539000', '191949.542000', '191949.544000', '191949.547000', '191949.550000', '191949.552000', '191949.555000', '191949.558000', '191949.561000', '191949.563000', '191949.566000', '191949.568000', '191949.571000', '191949.574000', '191949.576000', '191949.579000', '191949.582000', '191949.585000', '191949.587000', '191949.590000', '191949.593000', '191949.595000', '191949.598000', '191949.601000', '191949.603000', '191949.606000', '191949.609000', '191949.611000', '191949.614000', '191949.617000', '191949.619000', '191949.622000', '191949.625000', '191949.627000', '191949.630000', '191949.633000', '191949.636000', '191949.638000', '192009.526000', '192009.529000', '192009.531000', '192009.534000', '192009.536000', '192009.539000', '192009.542000', '192009.544000', '192009.547000', '192009.550000', '192009.553000', '192009.555000', '192009.558000', '192009.561000', '192009.564000', '192009.566000', '192009.569000', '192009.572000', '192009.574000', '192009.577000', '192009.579000', '192009.582000', '192009.585000', '192009.587000', '192009.590000', '192009.593000', '192009.596000', '192009.598000', '192009.601000', '192009.604000', '192009.606000', '192009.609000', '192009.611000', '192009.614000', '192009.617000', '192009.619000', '192009.634000', '192009.637000', '192009.639000', '192009.642000', '192009.645000', '192009.647000', '192009.650000', '192009.652000', '192029.525000', '192029.534000', '192029.536000', '192029.539000', '192029.542000', '192029.545000', '192029.547000', '192029.550000', '192029.553000', '192029.556000', '192029.558000', '192029.561000', '192029.563000', '192029.566000', '192029.569000', '192029.571000', '192029.574000', '192029.577000', '192029.579000', '192029.582000', '192029.585000', '192029.587000', '192029.590000', '192029.593000', '192029.595000', '192029.598000', '192029.601000', '192029.603000', '192029.606000', '192029.609000', '192029.611000', '192029.614000', '192029.617000', '192029.619000', '192029.622000', '192029.624000', '192029.627000', '192029.630000', '192029.632000', '192029.635000', '192029.638000', '192029.640000', '192029.643000', '192049.525000', '192049.528000', '192049.531000', '192049.534000', '192049.536000', '192049.539000', '192049.542000', '192049.544000', '192049.547000', '192049.549000', '192049.552000', '192049.555000', '192049.557000', '192049.560000', '192049.563000', '192049.565000', '192049.571000', '192049.573000', '192049.576000', '192049.579000', '192049.582000', '192049.584000', '192049.587000', '192049.589000', '192049.592000', '192049.595000', '192049.597000', '192049.600000', '192049.603000', '192049.605000', '192049.608000', '192049.611000', '192049.613000', '192049.616000', '192049.619000', '192049.621000', '192049.624000', '192049.627000', '192049.629000', '192049.632000', '192049.634000', '192049.637000', '192049.640000', '192049.642000', '192109.525000', '192109.528000', '192109.530000', '192109.533000', '192109.536000', '192109.538000', '192109.542000', '192109.545000', '192109.548000', '192109.550000', '192109.553000', '192109.556000', '192109.558000', '192109.561000', '192109.564000', '192109.566000', '192109.569000', '192109.571000', '192109.574000', '192109.577000', '192109.580000', '192109.582000', '192109.585000', '192109.588000', '192109.590000', '192109.593000', '192109.596000', '192109.598000', '192109.601000', '192109.603000', '192109.606000', '192109.609000', '192109.611000', '192109.614000', '192109.617000', '192109.619000', '192109.622000', '192109.625000', '192109.627000', '192109.630000', '192109.632000', '192109.635000', '192109.638000', '192129.526000', '192129.528000', '192129.531000', '192129.534000', '192129.536000', '192129.539000', '192129.542000', '192129.545000', '192129.548000', '192129.550000', '192129.553000', '192129.556000', '192129.558000', '192129.561000', '192129.563000', '192129.566000', '192129.569000', '192129.571000', '192129.574000', '192129.577000', '192129.579000', '192129.582000', '192129.584000', '192129.587000', '192129.590000', '192129.592000', '192129.595000', '192129.598000', '192129.600000', '192129.603000', '192129.605000', '192129.608000', '192129.611000', '192129.613000', '192129.616000', '192129.619000', '192129.621000', '192129.624000', '192129.627000', '192129.629000', '192129.632000', '192129.634000', '192129.637000', '192129.640000', '192149.525000', '192149.528000', '192149.531000', '192149.534000', '192149.536000', '192149.539000', '192149.542000', '192149.544000', '192149.547000', '192149.550000', '192149.552000', '192149.555000', '192149.557000', '192149.560000', '192149.563000', '192149.565000', '192149.568000', '192149.571000', '192149.573000', '192149.576000', '192149.579000', '192149.581000', '192149.584000', '192149.586000', '192149.589000', '192149.592000', '192149.595000', '192149.597000', '192149.600000', '192149.602000', '192149.605000', '192149.608000', '192149.610000', '192149.613000', '192149.616000', '192149.618000', '192149.621000', '192149.624000', '192149.626000', '192149.629000', '192149.631000', '192149.634000', '192149.644000', '192209.526000', '192209.529000', '192209.531000', '192209.534000', '192209.537000', '192209.539000', '192209.542000', '192209.545000', '192209.548000', '192209.550000', '192209.553000', '192209.555000', '192209.558000', '192209.561000', '192209.563000', '192209.566000', '192209.569000', '192209.571000', '192209.574000', '192209.577000', '192209.579000', '192209.582000', '192209.585000', '192209.587000', '192209.590000', '192209.593000', '192209.595000', '192209.598000', '192209.601000', '192209.603000', '192209.606000', '192209.609000', '192209.611000', '192209.614000', '192209.616000', '192209.619000', '192209.622000', '192209.624000', '192209.627000', '192209.629000', '192209.632000', '192209.635000', '192209.638000', '192209.640000', '192229.526000', '192229.529000', '192229.531000', '192229.534000', '192229.536000', '192229.539000', '192229.542000', '192229.544000', '192229.547000', '192229.549000', '192229.552000', '192229.555000', '192229.557000', '192229.560000', '192229.563000', '192229.565000', '192229.568000', '192229.571000', '192229.573000', '192229.576000', '192229.579000', '192229.581000', '192229.584000', '192229.587000', '192229.589000', '192229.592000', '192229.595000', '192229.597000', '192229.600000', '192229.603000', '192229.605000', '192229.608000', '192229.610000', '192229.613000', '192229.616000', '192229.618000', '192229.621000', '192229.624000', '192229.626000', '192229.629000', '192229.631000', '192229.634000', '192229.637000', '192249.526000', '192249.530000', '192249.532000', '192249.535000', '192249.537000', '192249.540000', '192249.543000', '192249.545000', '192249.548000', '192249.551000', '192249.553000', '192249.556000', '192249.558000', '192249.561000', '192249.564000', '192249.566000', '192249.569000', '192249.572000', '192249.574000', '192249.577000', '192249.580000', '192249.583000', '192249.585000', '192249.588000', '192249.591000', '192249.593000', '192249.596000', '192249.598000', '192249.601000', '192249.604000', '192249.606000', '192249.609000', '192249.612000', '192249.614000', '192249.617000', '192249.619000', '192249.622000', '192249.625000', '192249.627000', '192249.630000', '192249.633000', '192249.635000', '192249.638000', '192249.641000', '192309.526000', '192309.529000', '192309.531000', '192309.534000', '192309.536000', '192309.539000', '192309.542000', '192309.544000', '192309.547000', '192309.550000', '192309.552000', '192309.555000', '192309.558000', '192309.560000', '192309.563000', '192309.566000', '192309.568000', '192309.571000', '192309.573000', '192309.576000', '192309.579000', '192309.581000', '192309.584000', '192309.587000', '192309.589000', '192309.592000', '192309.594000', '192309.597000', '192309.600000', '192309.602000', '192309.605000', '192309.608000', '192309.611000', '192309.613000', '192309.616000', '192309.618000', '192309.621000', '192309.624000', '192309.626000', '192309.629000', '192309.632000', '192309.634000', '192309.637000', '192329.525000', '192329.528000', '192329.531000', '192329.533000', '192329.536000', '192329.538000', '192329.541000', '192329.544000', '192329.546000', '192329.549000', '192329.552000', '192329.554000', '192329.557000', '192329.559000', '192329.562000', '192329.565000', '192329.568000', '192329.570000', '192329.573000', '192329.576000', '192329.578000', '192329.581000', '192329.584000', '192329.586000', '192329.589000', '192329.592000', '192329.595000', '192329.598000', '192329.601000', '192329.603000', '192329.606000', '192329.609000', '192329.611000', '192329.614000', '192329.617000', '192329.619000', '192329.622000', '192329.625000', '192329.627000', '192329.630000', '192329.632000', '192329.635000', '192329.638000', '192349.525000', '192349.528000', '192349.531000', '192349.534000', '192349.537000', '192349.539000', '192349.542000', '192349.545000', '192349.547000', '192349.550000', '192349.552000', '192349.555000', '192349.558000', '192349.560000', '192349.563000', '192349.566000', '192349.568000', '192349.571000', '192349.573000', '192349.576000', '192349.579000', '192349.582000', '192349.584000', '192349.587000', '192349.590000', '192349.592000', '192349.595000', '192349.598000', '192349.600000', '192349.603000', '192349.605000', '192349.608000', '192349.611000', '192349.613000', '192349.616000', '192349.619000', '192349.621000', '192349.624000', '192349.626000', '192349.629000', '192349.632000', '192349.634000', '192349.637000', '192349.640000', '192409.526000', '192409.529000', '192409.531000', '192409.534000', '192409.536000', '192409.539000', '192409.542000', '192409.544000', '192409.547000', '192409.550000', '192409.552000', '192409.555000', '192409.557000', '192409.560000', '192409.563000', '192409.566000', '192409.569000', '192409.572000', '192409.574000', '192409.577000', '192409.580000', '192409.582000', '192409.585000', '192409.587000', '192409.590000', '192409.593000', '192409.596000', '192409.598000', '192409.601000', '192409.604000', '192409.606000', '192409.609000', '192409.611000', '192409.614000', '192409.617000', '192409.620000', '192409.622000', '192409.625000', '192409.628000', '192409.630000', '192409.643000', '192409.646000', '192409.648000', '192429.525000', '192429.528000', '192429.531000', '192429.534000', '192429.537000', '192429.539000', '192429.542000', '192429.545000', '192429.547000', '192429.550000', '192429.553000', '192429.555000', '192429.558000', '192429.560000', '192429.563000', '192429.566000', '192429.568000', '192429.571000', '192429.574000', '192429.576000', '192429.579000', '192429.581000', '192429.584000', '192429.587000', '192429.589000', '192429.592000', '192429.595000', '192429.597000', '192429.600000', '192429.603000', '192429.605000', '192429.608000', '192429.611000', '192429.613000', '192429.616000', '192429.619000', '192429.621000', '192429.624000', '192429.626000', '192429.629000', '192429.632000', '192429.634000', '192429.637000', '192429.640000', '192449.526000', '192449.528000', '192449.531000', '192449.534000', '192449.537000', '192449.539000', '192449.542000', '192449.544000', '192449.547000', '192449.550000', '192449.552000', '192449.555000', '192449.558000', '192449.561000', '192449.563000', '192449.566000', '192449.569000', '192449.571000', '192449.574000', '192449.577000', '192449.579000', '192449.582000', '192449.585000', '192449.587000', '192449.590000', '192449.593000', '192449.595000', '192449.598000', '192449.601000', '192449.603000', '192449.606000', '192449.608000', '192449.611000', '192449.614000', '192449.616000', '192449.619000', '192449.622000', '192449.624000', '192449.627000', '192449.630000', '192449.632000', '192449.635000', '192449.637000', '192456.453000', '192456.456000', '192456.459000', '192456.462000', '192456.465000', '192456.475000', '192456.478000', '192456.480000', '192456.483000', '192456.486000', '192456.489000', '192456.491000', '192456.494000', '192456.497000', '192456.500000', '192456.503000'], 'InstanceCreationTime': ['191509.556000', '191509.559000', '191509.562000', '191509.579000', '191509.585000', '191509.588000', '191509.590000', '191509.593000', '191509.596000', '191509.598000', '191509.601000', '191509.604000', '191509.606000', '191509.609000', '191509.611000', '191509.614000', '191509.628000', '191509.631000', '191509.634000', '191509.636000', '191509.639000', '191509.642000', '191529.525000', '191529.528000', '191529.531000', '191529.534000', '191529.536000', '191529.539000', '191529.541000', '191529.544000', '191529.546000', '191529.549000', '191529.556000', '191529.558000', '191529.561000', '191529.564000', '191529.566000', '191529.569000', '191529.571000', '191529.574000', '191529.576000', '191529.579000', '191529.582000', '191529.584000', '191529.587000', '191529.590000', '191529.592000', '191529.595000', '191529.597000', '191529.600000', '191529.602000', '191529.605000', '191529.608000', '191529.610000', '191529.613000', '191529.644000', '191529.646000', '191529.649000', '191529.651000', '191529.654000', '191529.656000', '191529.659000', '191529.662000', '191529.664000', '191529.667000', '191549.525000', '191549.528000', '191549.531000', '191549.533000', '191549.536000', '191549.538000', '191549.541000', '191549.543000', '191549.546000', '191549.549000', '191549.551000', '191549.554000', '191549.556000', '191549.559000', '191549.562000', '191549.564000', '191549.567000', '191549.569000', '191549.572000', '191549.575000', '191549.577000', '191549.580000', '191549.582000', '191549.585000', '191549.587000', '191549.590000', '191549.593000', '191549.595000', '191549.598000', '191549.600000', '191549.603000', '191549.605000', '191549.608000', '191549.611000', '191549.613000', '191549.616000', '191549.619000', '191549.621000', '191549.624000', '191549.626000', '191549.629000', '191549.632000', '191549.634000', '191549.637000', '191609.525000', '191609.528000', '191609.531000', '191609.534000', '191609.536000', '191609.539000', '191609.542000', '191609.544000', '191609.547000', '191609.549000', '191609.552000', '191609.555000', '191609.557000', '191609.560000', '191609.563000', '191609.565000', '191609.568000', '191609.570000', '191609.573000', '191609.576000', '191609.578000', '191609.581000', '191609.584000', '191609.586000', '191609.589000', '191609.592000', '191609.594000', '191609.597000', '191609.599000', '191609.602000', '191609.605000', '191609.607000', '191609.610000', '191609.612000', '191609.615000', '191609.618000', '191609.620000', '191609.623000', '191609.625000', '191609.628000', '191609.630000', '191609.633000', '191609.644000', '191629.525000', '191629.527000', '191629.530000', '191629.533000', '191629.535000', '191629.538000', '191629.541000', '191629.543000', '191629.546000', '191629.548000', '191629.551000', '191629.554000', '191629.556000', '191629.559000', '191629.562000', '191629.565000', '191629.569000', '191629.571000', '191629.574000', '191629.577000', '191629.579000', '191629.582000', '191629.584000', '191629.587000', '191629.590000', '191629.592000', '191629.595000', '191629.598000', '191629.600000', '191629.603000', '191629.605000', '191629.608000', '191629.611000', '191629.613000', '191629.616000', '191629.618000', '191629.621000', '191629.624000', '191629.626000', '191629.629000', '191629.631000', '191629.634000', '191629.637000', '191649.525000', '191649.528000', '191649.531000', '191649.534000', '191649.537000', '191649.539000', '191649.542000', '191649.545000', '191649.548000', '191649.550000', '191649.553000', '191649.555000', '191649.558000', '191649.561000', '191649.563000', '191649.566000', '191649.568000', '191649.571000', '191649.574000', '191649.576000', '191649.579000', '191649.582000', '191649.584000', '191649.587000', '191649.590000', '191649.592000', '191649.595000', '191649.598000', '191649.600000', '191649.603000', '191649.606000', '191649.608000', '191649.611000', '191649.614000', '191649.616000', '191649.619000', '191649.621000', '191649.625000', '191649.627000', '191649.630000', '191649.632000', '191649.635000', '191649.638000', '191649.640000', '191709.525000', '191709.528000', '191709.531000', '191709.534000', '191709.536000', '191709.539000', '191709.541000', '191709.544000', '191709.547000', '191709.549000', '191709.552000', '191709.554000', '191709.557000', '191709.560000', '191709.563000', '191709.565000', '191709.568000', '191709.571000', '191709.573000', '191709.576000', '191709.579000', '191709.581000', '191709.584000', '191709.586000', '191709.589000', '191709.592000', '191709.594000', '191709.597000', '191709.600000', '191709.612000', '191709.615000', '191709.617000', '191709.620000', '191709.623000', '191709.625000', '191709.628000', '191709.630000', '191709.633000', '191709.636000', '191709.638000', '191709.641000', '191709.643000', '191709.646000', '191729.526000', '191729.529000', '191729.531000', '191729.534000', '191729.537000', '191729.539000', '191729.542000', '191729.545000', '191729.547000', '191729.550000', '191729.552000', '191729.555000', '191729.558000', '191729.560000', '191729.563000', '191729.566000', '191729.568000', '191729.571000', '191729.574000', '191729.576000', '191729.579000', '191729.581000', '191729.584000', '191729.587000', '191729.589000', '191729.592000', '191729.595000', '191729.597000', '191729.600000', '191729.603000', '191729.605000', '191729.608000', '191729.610000', '191729.613000', '191729.616000', '191729.618000', '191729.621000', '191729.623000', '191729.626000', '191729.628000', '191729.631000', '191729.634000', '191729.636000', '191729.639000', '191749.525000', '191749.528000', '191749.531000', '191749.534000', '191749.536000', '191749.539000', '191749.541000', '191749.544000', '191749.547000', '191749.549000', '191749.552000', '191749.555000', '191749.557000', '191749.560000', '191749.563000', '191749.565000', '191749.568000', '191749.571000', '191749.574000', '191749.577000', '191749.579000', '191749.582000', '191749.585000', '191749.587000', '191749.590000', '191749.593000', '191749.595000', '191749.598000', '191749.600000', '191749.603000', '191749.606000', '191749.609000', '191749.612000', '191749.615000', '191749.617000', '191749.620000', '191749.623000', '191749.625000', '191749.628000', '191749.631000', '191749.633000', '191749.636000', '191749.638000', '191809.525000', '191809.528000', '191809.531000', '191809.534000', '191809.537000', '191809.540000', '191809.542000', '191809.545000', '191809.548000', '191809.551000', '191809.553000', '191809.556000', '191809.559000', '191809.561000', '191809.564000', '191809.566000', '191809.569000', '191809.572000', '191809.574000', '191809.577000', '191809.580000', '191809.582000', '191809.585000', '191809.587000', '191809.590000', '191809.593000', '191809.595000', '191809.598000', '191809.601000', '191809.603000', '191809.606000', '191809.609000', '191809.611000', '191809.614000', '191809.616000', '191809.619000', '191809.622000', '191809.624000', '191809.627000', '191809.629000', '191809.632000', '191809.635000', '191809.637000', '191809.640000', '191829.525000', '191829.528000', '191829.531000', '191829.534000', '191829.536000', '191829.539000', '191829.542000', '191829.544000', '191829.547000', '191829.549000', '191829.552000', '191829.555000', '191829.557000', '191829.560000', '191829.563000', '191829.565000', '191829.568000', '191829.571000', '191829.573000', '191829.576000', '191829.579000', '191829.581000', '191829.584000', '191829.587000', '191829.589000', '191829.592000', '191829.595000', '191829.598000', '191829.600000', '191829.603000', '191829.606000', '191829.608000', '191829.611000', '191829.613000', '191829.616000', '191829.619000', '191829.621000', '191829.624000', '191829.626000', '191829.629000', '191829.632000', '191829.635000', '191829.637000', '191849.525000', '191849.527000', '191849.530000', '191849.533000', '191849.536000', '191849.538000', '191849.541000', '191849.543000', '191849.546000', '191849.549000', '191849.551000', '191849.561000', '191849.564000', '191849.566000', '191849.569000', '191849.572000', '191849.575000', '191849.577000', '191849.580000', '191849.583000', '191849.585000', '191849.588000', '191849.591000', '191849.593000', '191849.596000', '191849.599000', '191849.601000', '191849.604000', '191849.607000', '191849.609000', '191849.612000', '191849.614000', '191849.617000', '191849.620000', '191849.622000', '191849.625000', '191849.627000', '191849.630000', '191849.633000', '191849.635000', '191849.638000', '191849.641000', '191849.643000', '191849.646000', '191909.526000', '191909.529000', '191909.531000', '191909.534000', '191909.536000', '191909.539000', '191909.542000', '191909.544000', '191909.547000', '191909.550000', '191909.552000', '191909.555000', '191909.558000', '191909.560000', '191909.563000', '191909.566000', '191909.568000', '191909.571000', '191909.574000', '191909.576000', '191909.579000', '191909.582000', '191909.584000', '191909.587000', '191909.590000', '191909.592000', '191909.595000', '191909.598000', '191909.600000', '191909.603000', '191909.605000', '191909.608000', '191909.611000', '191909.613000', '191909.616000', '191909.619000', '191909.621000', '191909.624000', '191909.627000', '191909.629000', '191909.632000', '191909.635000', '191909.637000', '191929.525000', '191929.528000', '191929.531000', '191929.534000', '191929.536000', '191929.539000', '191929.542000', '191929.544000', '191929.547000', '191929.550000', '191929.552000', '191929.555000', '191929.558000', '191929.560000', '191929.563000', '191929.566000', '191929.568000', '191929.571000', '191929.574000', '191929.576000', '191929.579000', '191929.581000', '191929.584000', '191929.587000', '191929.590000', '191929.592000', '191929.595000', '191929.598000', '191929.600000', '191929.603000', '191929.605000', '191929.608000', '191929.611000', '191929.613000', '191929.616000', '191929.619000', '191929.621000', '191929.624000', '191929.627000', '191929.629000', '191929.632000', '191929.634000', '191929.637000', '191929.640000', '191949.526000', '191949.528000', '191949.531000', '191949.534000', '191949.537000', '191949.539000', '191949.542000', '191949.544000', '191949.547000', '191949.550000', '191949.552000', '191949.555000', '191949.558000', '191949.561000', '191949.563000', '191949.566000', '191949.568000', '191949.571000', '191949.574000', '191949.576000', '191949.579000', '191949.582000', '191949.585000', '191949.587000', '191949.590000', '191949.593000', '191949.595000', '191949.598000', '191949.601000', '191949.603000', '191949.606000', '191949.609000', '191949.611000', '191949.614000', '191949.617000', '191949.619000', '191949.622000', '191949.625000', '191949.627000', '191949.630000', '191949.633000', '191949.636000', '191949.638000', '192009.526000', '192009.529000', '192009.531000', '192009.534000', '192009.536000', '192009.539000', '192009.542000', '192009.544000', '192009.547000', '192009.550000', '192009.553000', '192009.555000', '192009.558000', '192009.561000', '192009.564000', '192009.566000', '192009.569000', '192009.572000', '192009.574000', '192009.577000', '192009.579000', '192009.582000', '192009.585000', '192009.587000', '192009.590000', '192009.593000', '192009.596000', '192009.598000', '192009.601000', '192009.604000', '192009.606000', '192009.609000', '192009.611000', '192009.614000', '192009.617000', '192009.619000', '192009.634000', '192009.637000', '192009.639000', '192009.642000', '192009.645000', '192009.647000', '192009.650000', '192009.652000', '192029.525000', '192029.534000', '192029.536000', '192029.539000', '192029.542000', '192029.545000', '192029.547000', '192029.550000', '192029.553000', '192029.556000', '192029.558000', '192029.561000', '192029.563000', '192029.566000', '192029.569000', '192029.571000', '192029.574000', '192029.577000', '192029.579000', '192029.582000', '192029.585000', '192029.587000', '192029.590000', '192029.593000', '192029.595000', '192029.598000', '192029.601000', '192029.603000', '192029.606000', '192029.609000', '192029.611000', '192029.614000', '192029.617000', '192029.619000', '192029.622000', '192029.624000', '192029.627000', '192029.630000', '192029.632000', '192029.635000', '192029.638000', '192029.640000', '192029.643000', '192049.525000', '192049.528000', '192049.531000', '192049.534000', '192049.536000', '192049.539000', '192049.542000', '192049.544000', '192049.547000', '192049.549000', '192049.552000', '192049.555000', '192049.557000', '192049.560000', '192049.563000', '192049.565000', '192049.571000', '192049.573000', '192049.576000', '192049.579000', '192049.582000', '192049.584000', '192049.587000', '192049.589000', '192049.592000', '192049.595000', '192049.597000', '192049.600000', '192049.603000', '192049.605000', '192049.608000', '192049.611000', '192049.613000', '192049.616000', '192049.619000', '192049.621000', '192049.624000', '192049.627000', '192049.629000', '192049.632000', '192049.634000', '192049.637000', '192049.640000', '192049.642000', '192109.525000', '192109.528000', '192109.530000', '192109.533000', '192109.536000', '192109.538000', '192109.542000', '192109.545000', '192109.548000', '192109.550000', '192109.553000', '192109.556000', '192109.558000', '192109.561000', '192109.564000', '192109.566000', '192109.569000', '192109.571000', '192109.574000', '192109.577000', '192109.580000', '192109.582000', '192109.585000', '192109.588000', '192109.590000', '192109.593000', '192109.596000', '192109.598000', '192109.601000', '192109.603000', '192109.606000', '192109.609000', '192109.611000', '192109.614000', '192109.617000', '192109.619000', '192109.622000', '192109.625000', '192109.627000', '192109.630000', '192109.632000', '192109.635000', '192109.638000', '192129.526000', '192129.528000', '192129.531000', '192129.534000', '192129.536000', '192129.539000', '192129.542000', '192129.545000', '192129.548000', '192129.550000', '192129.553000', '192129.556000', '192129.558000', '192129.561000', '192129.563000', '192129.566000', '192129.569000', '192129.571000', '192129.574000', '192129.577000', '192129.579000', '192129.582000', '192129.584000', '192129.587000', '192129.590000', '192129.592000', '192129.595000', '192129.598000', '192129.600000', '192129.603000', '192129.605000', '192129.608000', '192129.611000', '192129.613000', '192129.616000', '192129.619000', '192129.621000', '192129.624000', '192129.627000', '192129.629000', '192129.632000', '192129.634000', '192129.637000', '192129.640000', '192149.525000', '192149.528000', '192149.531000', '192149.534000', '192149.536000', '192149.539000', '192149.542000', '192149.544000', '192149.547000', '192149.550000', '192149.552000', '192149.555000', '192149.557000', '192149.560000', '192149.563000', '192149.565000', '192149.568000', '192149.571000', '192149.573000', '192149.576000', '192149.579000', '192149.581000', '192149.584000', '192149.586000', '192149.589000', '192149.592000', '192149.595000', '192149.597000', '192149.600000', '192149.602000', '192149.605000', '192149.608000', '192149.610000', '192149.613000', '192149.616000', '192149.618000', '192149.621000', '192149.624000', '192149.626000', '192149.629000', '192149.631000', '192149.634000', '192149.644000', '192209.526000', '192209.529000', '192209.531000', '192209.534000', '192209.537000', '192209.539000', '192209.542000', '192209.545000', '192209.548000', '192209.550000', '192209.553000', '192209.555000', '192209.558000', '192209.561000', '192209.563000', '192209.566000', '192209.569000', '192209.571000', '192209.574000', '192209.577000', '192209.579000', '192209.582000', '192209.585000', '192209.587000', '192209.590000', '192209.593000', '192209.595000', '192209.598000', '192209.601000', '192209.603000', '192209.606000', '192209.609000', '192209.611000', '192209.614000', '192209.616000', '192209.619000', '192209.622000', '192209.624000', '192209.627000', '192209.629000', '192209.632000', '192209.635000', '192209.638000', '192209.640000', '192229.526000', '192229.529000', '192229.531000', '192229.534000', '192229.536000', '192229.539000', '192229.542000', '192229.544000', '192229.547000', '192229.549000', '192229.552000', '192229.555000', '192229.557000', '192229.560000', '192229.563000', '192229.565000', '192229.568000', '192229.571000', '192229.573000', '192229.576000', '192229.579000', '192229.581000', '192229.584000', '192229.587000', '192229.589000', '192229.592000', '192229.595000', '192229.597000', '192229.600000', '192229.603000', '192229.605000', '192229.608000', '192229.610000', '192229.613000', '192229.616000', '192229.618000', '192229.621000', '192229.624000', '192229.626000', '192229.629000', '192229.631000', '192229.634000', '192229.637000', '192249.526000', '192249.530000', '192249.532000', '192249.535000', '192249.537000', '192249.540000', '192249.543000', '192249.545000', '192249.548000', '192249.551000', '192249.553000', '192249.556000', '192249.558000', '192249.561000', '192249.564000', '192249.566000', '192249.569000', '192249.572000', '192249.574000', '192249.577000', '192249.580000', '192249.583000', '192249.585000', '192249.588000', '192249.591000', '192249.593000', '192249.596000', '192249.598000', '192249.601000', '192249.604000', '192249.606000', '192249.609000', '192249.612000', '192249.614000', '192249.617000', '192249.619000', '192249.622000', '192249.625000', '192249.627000', '192249.630000', '192249.633000', '192249.635000', '192249.638000', '192249.641000', '192309.526000', '192309.529000', '192309.531000', '192309.534000', '192309.536000', '192309.539000', '192309.542000', '192309.544000', '192309.547000', '192309.550000', '192309.552000', '192309.555000', '192309.558000', '192309.560000', '192309.563000', '192309.566000', '192309.568000', '192309.571000', '192309.573000', '192309.576000', '192309.579000', '192309.581000', '192309.584000', '192309.587000', '192309.589000', '192309.592000', '192309.594000', '192309.597000', '192309.600000', '192309.602000', '192309.605000', '192309.608000', '192309.611000', '192309.613000', '192309.616000', '192309.618000', '192309.621000', '192309.624000', '192309.626000', '192309.629000', '192309.632000', '192309.634000', '192309.637000', '192329.525000', '192329.528000', '192329.531000', '192329.533000', '192329.536000', '192329.538000', '192329.541000', '192329.544000', '192329.546000', '192329.549000', '192329.552000', '192329.554000', '192329.557000', '192329.559000', '192329.562000', '192329.565000', '192329.568000', '192329.570000', '192329.573000', '192329.576000', '192329.578000', '192329.581000', '192329.584000', '192329.586000', '192329.589000', '192329.592000', '192329.595000', '192329.598000', '192329.601000', '192329.603000', '192329.606000', '192329.609000', '192329.611000', '192329.614000', '192329.617000', '192329.619000', '192329.622000', '192329.625000', '192329.627000', '192329.630000', '192329.632000', '192329.635000', '192329.638000', '192349.525000', '192349.528000', '192349.531000', '192349.534000', '192349.537000', '192349.539000', '192349.542000', '192349.545000', '192349.547000', '192349.550000', '192349.552000', '192349.555000', '192349.558000', '192349.560000', '192349.563000', '192349.566000', '192349.568000', '192349.571000', '192349.573000', '192349.576000', '192349.579000', '192349.582000', '192349.584000', '192349.587000', '192349.590000', '192349.592000', '192349.595000', '192349.598000', '192349.600000', '192349.603000', '192349.605000', '192349.608000', '192349.611000', '192349.613000', '192349.616000', '192349.619000', '192349.621000', '192349.624000', '192349.626000', '192349.629000', '192349.632000', '192349.634000', '192349.637000', '192349.640000', '192409.526000', '192409.529000', '192409.531000', '192409.534000', '192409.536000', '192409.539000', '192409.542000', '192409.544000', '192409.547000', '192409.550000', '192409.552000', '192409.555000', '192409.557000', '192409.560000', '192409.563000', '192409.566000', '192409.569000', '192409.572000', '192409.574000', '192409.577000', '192409.580000', '192409.582000', '192409.585000', '192409.587000', '192409.590000', '192409.593000', '192409.596000', '192409.598000', '192409.601000', '192409.604000', '192409.606000', '192409.609000', '192409.611000', '192409.614000', '192409.617000', '192409.620000', '192409.622000', '192409.625000', '192409.628000', '192409.630000', '192409.643000', '192409.646000', '192409.648000', '192429.525000', '192429.528000', '192429.531000', '192429.534000', '192429.537000', '192429.539000', '192429.542000', '192429.545000', '192429.547000', '192429.550000', '192429.553000', '192429.555000', '192429.558000', '192429.560000', '192429.563000', '192429.566000', '192429.568000', '192429.571000', '192429.574000', '192429.576000', '192429.579000', '192429.581000', '192429.584000', '192429.587000', '192429.589000', '192429.592000', '192429.595000', '192429.597000', '192429.600000', '192429.603000', '192429.605000', '192429.608000', '192429.611000', '192429.613000', '192429.616000', '192429.619000', '192429.621000', '192429.624000', '192429.626000', '192429.629000', '192429.632000', '192429.634000', '192429.637000', '192429.640000', '192449.526000', '192449.528000', '192449.531000', '192449.534000', '192449.537000', '192449.539000', '192449.542000', '192449.544000', '192449.547000', '192449.550000', '192449.552000', '192449.555000', '192449.558000', '192449.561000', '192449.563000', '192449.566000', '192449.569000', '192449.571000', '192449.574000', '192449.577000', '192449.579000', '192449.582000', '192449.585000', '192449.587000', '192449.590000', '192449.593000', '192449.595000', '192449.598000', '192449.601000', '192449.603000', '192449.606000', '192449.608000', '192449.611000', '192449.614000', '192449.616000', '192449.619000', '192449.622000', '192449.624000', '192449.627000', '192449.630000', '192449.632000', '192449.635000', '192449.637000', '192456.453000', '192456.456000', '192456.459000', '192456.462000', '192456.465000', '192456.475000', '192456.478000', '192456.480000', '192456.483000', '192456.486000', '192456.489000', '192456.491000', '192456.494000', '192456.497000', '192456.500000', '192456.503000'], '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': [11652, 7642, 8999, 7034, 8013, 12158, 8099, 9493, 7870, 7539, 11264, 9550, 11897, 9997, 7655, 8753, 8811, 10090, 11959, 7759, 10097, 7960, 8654, 10204, 7818, 10245, 8068, 6764, 9147, 7391, 11995, 9645, 6866, 8840, 7157, 11443, 10583, 7941, 9731, 7781, 6791, 10216, 7475, 14356, 8265, 6959, 10135, 7272, 16718, 11538, 8023, 8788, 7996, 11385, 10609, 8361, 9518, 8067, 7843, 11355, 7687, 14774, 7938, 7521, 10685, 8822, 11784, 9061, 7528, 7886, 9955, 7458, 12320, 7599, 7193, 10675, 8665, 10627, 9910, 7805, 6785, 8280, 7268, 13515, 9647, 6972, 9093, 7842, 9221, 10193, 7673, 12068, 7354, 7366, 8790, 8125, 14351, 10623, 10104, 14046, 7600, 7657, 9217, 8834, 10484, 8138, 8680, 11624, 8978, 13136, 10180, 8289, 9913, 8530, 9986, 11616, 8983, 12071, 8337, 11264, 11030, 9217, 12829, 8257, 10518, 8712, 11501, 10477, 8451, 8202, 8525, 10488, 9531, 7823, 8852, 7675, 6885, 8545, 7738, 7629, 10765, 8334, 7273, 9547, 7413, 7558, 12084, 8582, 11997, 7943, 7796, 12654, 9531, 12831, 8220, 8448, 10474, 9024, 14142, 9608, 7466, 8005, 7948, 11565, 10053, 7913, 9869, 7422, 8466, 8372, 7907, 12433, 7588, 9009, 7722, 7929, 12036, 8440, 14639, 8826, 7657, 10501, 7795, 15492, 10371, 7099, 8270, 7585, 12761, 10143, 8279, 9722, 7724, 7184, 8737, 7527, 12513, 8590, 8079, 10081, 8776, 16244, 11613, 8516, 8982, 7925, 11420, 10569, 9521, 12489, 7656, 8614, 8045, 7936, 12326, 7529, 9634, 7898, 8676, 11966, 7974, 11435, 7810, 8192, 10512, 8387, 12778, 9201, 7259, 7986, 8240, 10845, 10607, 6878, 8807, 7565, 8557, 10893, 7615, 13086, 7942, 8092, 9944, 8046, 15956, 10685, 8318, 8229, 7790, 14300, 11006, 8061, 9832, 7627, 11106, 8890, 9769, 10002, 7064, 7707, 7871, 8007, 12044, 8800, 8680, 8144, 7962, 11607, 9095, 11717, 9608, 7521, 11115, 9178, 8949, 12531, 7676, 8066, 8257, 7585, 11979, 8406, 6854, 7661, 7347, 11922, 9726, 7067, 8206, 8254, 8766, 12639, 8526, 8082, 8186, 7143, 11913, 9591, 8731, 9257, 7106, 7295, 10455, 7658, 13361, 8984, 7279, 7947, 7803, 12726, 10396, 9625, 10396, 7828, 11559, 10013, 11367, 14163, 7800, 10045, 8061, 7514, 12229, 7929, 9646, 7640, 8176, 12269, 9130, 13882, 8998, 8496, 10000, 8264, 14627, 10115, 7887, 7687, 7840, 9800, 9413, 7904, 10824, 7288, 6702, 8594, 7296, 12267, 8909, 6984, 7779, 7787, 11826, 9000, 8141, 9188, 7114, 11437, 9084, 7840, 9637, 7981, 7615, 10942, 7611, 9077, 7889, 7421, 12603, 9901, 7831, 10444, 7283, 6728, 11384, 7682, 13487, 8485, 7604, 9674, 9387, 9855, 12065, 7819, 7696, 7883, 8124, 14558, 10370, 8070, 9625, 7949, 10614, 11125, 8423, 16325, 8243, 7619, 10245, 8149, 15938, 11113, 8241, 8848, 8159, 10037, 10447, 8136, 12607, 7396, 6797, 9030, 8489, 12402, 8894, 6807, 7667, 7733, 11692, 8470, 10570, 7907, 7881, 9991, 7922, 11963, 9268, 7692, 7976, 7297, 10018, 9545, 7042, 9342, 7272, 7163, 11784, 9039, 7942, 10514, 7044, 7762, 11866, 9022, 13317, 10508, 7437, 10275, 10978, 8545, 16113, 10471, 8541, 8264, 8160, 13288, 10375, 10276, 9433, 7628, 11703, 9629, 8984, 12086, 7743, 6765, 9288, 7791, 12882, 10667, 7216, 9185, 8280, 8207, 12666, 9391, 8371, 8729, 8043, 11910, 10641, 7928, 14432, 7562, 8211, 11110, 8424, 7652, 9171, 6921, 8493, 11324, 8330, 7986, 8457, 7894, 8123, 12323, 9547, 7039, 9692, 7492, 7529, 12122, 10001, 7375, 7580, 7533, 8018, 11425, 10366, 7571, 6517, 7832, 8302, 13320, 11034, 7807, 9423, 7549, 7505, 13022, 9875, 6957, 8534, 7734, 7792, 12781, 10280, 7667, 6715, 8480, 8780, 12420, 11365, 7783, 7506, 8330, 8084, 15766, 11340, 8528, 9859, 7620, 7999, 11819, 7815, 11189, 8089, 7665, 11346, 8828, 8093, 10273, 6950, 6902, 9341, 8179, 11516, 9538, 7375, 7828, 8140, 7675, 14571, 10801, 7333, 8780, 8207, 9337, 11918, 7464, 10270, 7486, 8176, 11561, 8777, 7544, 9553, 7294, 6824, 9085, 7912, 12743, 9845, 7115, 8092, 7480, 10653, 9581, 7209, 9526, 7214, 6788, 10435, 9065, 8551, 9903, 9368, 6977, 7024, 11945, 10106, 7493, 9047, 7588, 7567, 12864, 10862, 8352, 11414, 6968, 6658, 8308, 7341, 12348, 8819, 6691, 7671, 6965, 12129, 10262, 7609, 8775, 7896, 11214, 11024, 8511, 12997, 7534, 7586, 10183, 7982, 15585, 10573, 8703, 8239, 7796, 14295, 10137, 9394, 8734, 7989, 10919, 8681, 11510, 9196, 7830, 10195, 8108, 10723, 10293, 6785, 8386, 7265, 8178, 11309, 7364, 9967, 7450, 7742, 10819, 8528, 11088, 9598, 6946, 9066, 8391, 9254, 11960, 7525, 9620, 8771, 7930, 12510, 8773, 10180, 8943, 7554, 6925, 8222, 8192, 10219, 8186, 8255, 11219, 9579, 12150, 11540, 7259, 10805, 8204, 8044, 14870, 9655, 14860, 8762, 7840, 11788, 8720, 17271, 12724, 7882, 9586, 8311, 11450, 9483, 10557, 12285, 7667, 9154, 8265, 10084, 8982, 7352, 10103, 7274, 9851, 7832, 8265, 9854, 7349, 8572, 7228, 11432, 8845, 8764, 9754, 6706, 7839, 6949, 9733, 8411, 7061, 10496, 6805, 8806, 6890, 6753, 10527, 7061, 12484, 7276, 8669, 7832, 7318, 11986, 8225, 11100, 7340, 6748, 12175, 8590, 13946, 8031, 6667, 10581, 7575, 16895, 10866, 7222, 8550, 7335, 14794, 10356, 7540, 8485, 7449, 10726, 8716, 10575, 9187, 7022, 8098, 7588, 9786, 10823, 6700, 9716, 7173, 7507, 11720, 8673, 12586, 8313, 7153, 11581, 8852, 15797, 11170, 7145, 8634, 7616, 12359, 10657, 7730, 9386, 7520, 8899, 10394, 7933, 12008, 6773, 6777, 9674, 7848, 13483, 9391, 11443, 7865, 7611, 10244, 8357, 10647, 8199, 6760, 7738, 8882, 7798, 10354, 7279, 6565, 8430, 7193, 6797, 11895, 11304, 9188, 12978, 7907, 6794, 11371, 11114, 10588, 14928, 7621, 8624, 10106, 7495, 15216, 8867, 10472, 7126, 7014, 10658, 7929, 10045, 7689, 6836, 8047, 7380, 9082, 10838, 6742, 8434, 7429, 9009, 10803, 7351, 9571, 6796, 6873, 11067, 7683, 9763, 7313, 6630, 10691, 8281, 9122, 9521, 6699, 8033, 9223, 7779, 12969, 9179, 12021, 7467, 7311, 10430, 7764, 15877, 10265, 6762, 8092, 6755, 12263, 10518, 8662, 8828, 7121, 10969, 9830, 12774, 13874, 7329, 11177, 7725, 6723, 10992, 7752, 15854, 9086, 7348, 9247, 8658, 11700, 10749, 6952, 8707, 6948, 7180, 11108, 7869, 13588, 7260, 6708, 9659, 7284, 13742, 10078, 6919, 7690, 6821, 11035, 8866, 7634, 8826, 6642, 8497, 9494, 7609, 11483, 6895, 6793, 7189, 6733, 11664, 10530, 6918, 8088, 7278, 9494, 11202, 7014, 9901, 8116, 7661, 13227, 9738, 7731, 8600, 6874, 12260, 9878, 8151, 12249, 6842, 6644, 9436, 7535, 12408, 10205, 7116, 9505, 8452, 10374, 11457, 7239, 11035, 7532, 8920, 11351, 7560, 16295, 8298, 7089, 9733, 7393, 15460, 11400, 7164, 8827, 7164, 7929, 11122, 7976, 10894, 7533, 7175, 9839, 9463, 11665, 10870, 7085, 7217, 7974, 6737, 9085, 9083, 9260, 11837, 10467, 6658, 6926, 9643, 10654, 9743, 12258, 7042, 6703, 8139, 7520, 14292, 10496, 7475, 7603, 6956, 10968, 9044, 7681, 10920, 6591, 6823, 7583, 7270, 11622, 9043, 10059, 9996, 8185, 10353, 7011, 6645, 10691, 8474, 6661, 10169, 7501, 6621, 9798, 7973, 7663, 11115, 11248, 15185, 12690, 7411, 9026, 7676, 7154, 10597, 7172, 13380, 7316, 6867, 7183, 7080, 11052, 8727, 7191, 7066, 6936, 10242, 8378, 10559, 8426, 6834, 7338, 6800, 9765, 9888, 8541, 10412, 6831, 9334, 8912, 7797, 12767, 6984, 10392, 7139, 7075, 11122, 7556, 11902, 7560, 6608, 9620, 7705, 15821, 11604, 11168, 8512, 6997, 10906, 8071, 17414, 10580, 6870, 8826, 7430, 13052, 9858, 10806, 8041, 7165, 8478, 7212, 11785, 10230, 6790, 8240, 7238, 11188, 9221, 12145, 10581, 6955, 8823, 7484, 10963, 9319, 9564, 12689, 7079, 9319, 8036, 11390, 9803, 7559, 11473, 7035, 8322, 7459, 9710, 10481, 8239, 9990, 7348, 10680, 9025, 7509, 11550, 6971, 8431, 7026, 9031, 9979, 8105, 10528, 6733, 10453, 8372, 8130, 11691, 6969, 8306, 7648, 8989, 10943, 6966, 9520, 6838, 7541, 10814, 7033, 12125, 7561, 6727, 10343, 8958, 11901, 10741, 7101, 10336, 10114, 7657, 15447, 10422, 7693, 9375, 7198, 12866, 11091, 13761, 13670, 8121, 9782, 9101, 7442, 14314, 8898, 11799, 7604, 6696, 11861, 8138, 14892, 8468, 6801, 10155, 8232, 12420, 11096, 7039, 8948, 8454, 7391, 12318, 8872, 7009, 8818, 7767, 10131, 11595, 7447, 9660, 8069, 6876, 12001, 10058, 10091, 12753, 7673, 12098, 7752, 9511, 10815, 7731, 16564, 9056, 8190, 8407, 7098, 12104, 9071, 8630, 8436, 6955, 10004, 8321, 11855, 10979, 7813, 9666, 7411, 10656, 11109, 8836, 12489, 7776, 8160, 9749, 7630, 12730, 8624, 7639, 8531, 6795, 11141, 9260, 7821, 10569, 7504, 7930, 10475, 7729, 12885, 8653, 10106, 9576, 7527, 13017, 8922, 9777, 7873, 6880, 12062, 9146, 6920, 9050, 6916, 10911, 10245, 8598, 11860, 7230, 6742, 11442, 8598, 11760, 10320, 7869, 10257, 10261, 8296], 'WindowCenter': [4083.0, 4026.0, 4033.0, 4012.0, 4021.0, 4052.0, 4024.0, 4031.0, 4009.0, 4012.0, 4040.0, 4032.0, 4052.0, 4032.0, 3998.0, 4018.0, 4020.0, 4027.0, 4040.0, 3997.0, 4028.0, 4008.0, 4017.0, 4028.0, 4008.0, 4029.0, 4008.0, 4001.0, 4032.0, 4012.0, 4064.0, 4046.0, 4002.0, 4033.0, 4012.0, 4052.0, 4054.0, 4023.0, 4033.0, 4011.0, 4000.0, 4043.0, 4011.0, 4075.0, 4023.0, 3999.0, 4040.0, 3998.0, 4073.0, 4054.0, 4009.0, 4019.0, 4021.0, 4039.0, 4042.0, 4021.0, 4031.0, 4010.0, 4007.0, 4041.0, 4011.0, 4063.0, 4008.0, 4009.0, 4039.0, 4031.0, 4051.0, 4020.0, 4007.0, 4021.0, 4041.0, 4010.0, 4052.0, 4010.0, 4011.0, 4041.0, 4019.0, 4041.0, 4042.0, 4009.0, 4001.0, 4020.0, 4010.0, 4062.0, 4043.0, 4000.0, 4030.0, 4023.0, 4032.0, 4041.0, 4009.0, 4054.0, 4010.0, 4011.0, 4020.0, 4020.0, 4063.0, 4042.0, 4053.0, 4062.0, 4021.0, 4023.0, 4029.0, 4030.0, 4026.0, 4007.0, 4006.0, 4037.0, 4019.0, 4062.0, 4041.0, 4017.0, 4027.0, 4017.0, 4013.0, 4039.0, 4005.0, 4025.0, 3993.0, 4023.0, 4025.0, 4005.0, 4025.0, 3991.0, 4013.0, 3992.0, 4023.0, 4015.0, 3991.0, 3991.0, 4004.0, 4024.0, 4015.0, 4007.0, 4018.0, 4008.0, 3986.0, 4005.0, 3995.0, 4007.0, 4040.0, 4035.0, 4013.0, 4041.0, 4011.0, 4023.0, 4053.0, 4022.0, 4041.0, 4010.0, 4008.0, 4050.0, 4044.0, 4050.0, 4009.0, 4019.0, 4039.0, 4019.0, 4064.0, 4030.0, 4000.0, 4007.0, 4009.0, 4050.0, 4041.0, 4023.0, 4029.0, 4000.0, 4019.0, 4021.0, 4009.0, 4077.0, 4012.0, 4019.0, 4008.0, 4008.0, 4050.0, 4022.0, 4062.0, 4018.0, 4011.0, 4040.0, 4011.0, 4073.0, 4041.0, 3999.0, 4021.0, 4011.0, 4050.0, 4040.0, 4020.0, 4030.0, 4010.0, 4011.0, 4031.0, 4010.0, 4067.0, 4032.0, 4022.0, 4042.0, 4032.0, 4075.0, 4056.0, 4020.0, 4018.0, 4022.0, 4039.0, 4040.0, 4031.0, 4050.0, 3998.0, 4019.0, 4010.0, 4008.0, 4062.0, 4011.0, 4029.0, 4019.0, 4019.0, 4051.0, 4023.0, 4052.0, 4010.0, 4032.0, 4040.0, 4020.0, 4062.0, 4029.0, 4010.0, 4021.0, 4023.0, 4041.0, 4053.0, 4002.0, 4031.0, 4011.0, 4020.0, 4042.0, 4023.0, 4063.0, 4010.0, 4021.0, 4041.0, 4010.0, 4075.0, 4042.0, 4008.0, 4019.0, 4010.0, 4061.0, 4043.0, 4009.0, 4027.0, 4008.0, 4037.0, 4018.0, 4028.0, 4028.0, 3996.0, 4008.0, 4020.0, 4009.0, 4050.0, 4032.0, 4019.0, 4007.0, 4020.0, 4051.0, 4031.0, 4052.0, 4027.0, 4010.0, 4039.0, 4028.0, 4018.0, 4062.0, 4009.0, 4008.0, 4019.0, 4007.0, 4053.0, 4035.0, 4000.0, 4022.0, 4011.0, 4064.0, 4044.0, 4012.0, 4033.0, 4033.0, 4031.0, 4064.0, 4034.0, 4019.0, 4020.0, 4012.0, 4052.0, 4030.0, 4020.0, 4029.0, 3998.0, 4009.0, 4039.0, 4009.0, 4064.0, 4031.0, 4010.0, 4019.0, 4020.0, 4051.0, 4041.0, 4031.0, 4030.0, 4009.0, 4037.0, 4029.0, 4038.0, 4060.0, 3998.0, 4027.0, 4009.0, 3995.0, 4051.0, 4008.0, 4018.0, 4007.0, 4019.0, 4039.0, 4030.0, 4060.0, 4018.0, 4017.0, 4026.0, 4006.0, 4061.0, 4041.0, 4007.0, 4006.0, 4019.0, 4028.0, 4029.0, 4021.0, 4042.0, 4009.0, 3998.0, 4020.0, 3998.0, 4053.0, 4034.0, 3998.0, 4009.0, 4021.0, 4050.0, 4033.0, 4021.0, 4029.0, 4010.0, 4041.0, 4031.0, 4010.0, 4029.0, 4021.0, 4010.0, 4052.0, 4023.0, 4033.0, 4021.0, 4024.0, 4062.0, 4042.0, 4022.0, 4042.0, 4010.0, 4001.0, 4050.0, 4010.0, 4063.0, 4020.0, 4020.0, 4041.0, 4031.0, 4041.0, 4064.0, 4010.0, 4006.0, 4010.0, 4009.0, 4061.0, 4043.0, 4009.0, 4030.0, 4022.0, 4038.0, 4041.0, 4020.0, 4075.0, 4008.0, 4008.0, 4028.0, 4007.0, 4059.0, 4041.0, 4008.0, 4017.0, 4010.0, 4026.0, 4027.0, 4008.0, 4050.0, 3997.0, 3986.0, 4017.0, 4006.0, 4051.0, 4021.0, 3985.0, 4009.0, 4008.0, 4049.0, 4021.0, 4041.0, 4009.0, 4020.0, 4030.0, 4008.0, 4051.0, 4032.0, 4009.0, 4009.0, 4010.0, 4040.0, 4042.0, 4014.0, 4043.0, 4013.0, 4015.0, 4063.0, 4034.0, 4024.0, 4054.0, 4012.0, 4023.0, 4065.0, 4033.0, 4064.0, 4044.0, 4012.0, 4043.0, 4041.0, 4019.0, 4078.0, 4044.0, 4019.0, 4010.0, 4020.0, 4051.0, 4041.0, 4028.0, 4016.0, 4009.0, 4038.0, 4019.0, 4020.0, 4052.0, 3998.0, 3989.0, 4028.0, 4009.0, 4051.0, 4044.0, 4000.0, 4030.0, 4021.0, 4019.0, 4053.0, 4033.0, 4021.0, 4019.0, 4023.0, 4050.0, 4040.0, 4022.0, 4063.0, 3999.0, 4020.0, 4039.0, 4009.0, 4010.0, 4018.0, 4000.0, 4018.0, 4040.0, 4022.0, 4022.0, 4020.0, 4022.0, 4009.0, 4053.0, 4044.0, 4001.0, 4031.0, 4010.0, 4023.0, 4052.0, 4044.0, 4011.0, 4009.0, 4021.0, 4022.0, 4051.0, 4043.0, 4012.0, 3989.0, 4009.0, 4021.0, 4050.0, 4043.0, 4011.0, 4029.0, 4009.0, 4009.0, 4049.0, 4043.0, 4002.0, 4021.0, 4012.0, 4012.0, 4063.0, 4042.0, 4011.0, 3988.0, 4018.0, 4021.0, 4051.0, 4052.0, 4010.0, 3999.0, 4019.0, 4009.0, 4059.0, 4051.0, 4019.0, 4028.0, 4010.0, 4008.0, 4038.0, 4010.0, 4039.0, 3996.0, 4008.0, 4039.0, 4018.0, 4009.0, 4042.0, 3998.0, 4012.0, 4030.0, 4020.0, 4052.0, 4031.0, 4011.0, 4010.0, 4008.0, 4009.0, 4062.0, 4054.0, 3998.0, 4019.0, 4021.0, 4018.0, 4052.0, 4001.0, 4028.0, 3999.0, 4020.0, 4039.0, 4019.0, 4010.0, 4029.0, 3998.0, 3987.0, 4017.0, 4007.0, 4052.0, 4043.0, 4000.0, 4010.0, 4010.0, 4039.0, 4033.0, 4010.0, 4031.0, 3999.0, 3988.0, 4041.0, 4031.0, 4033.0, 4043.0, 4032.0, 4001.0, 4013.0, 4053.0, 4045.0, 4013.0, 4031.0, 4010.0, 4024.0, 4053.0, 4041.0, 4021.0, 4051.0, 3999.0, 3988.0, 4021.0, 3997.0, 4051.0, 4032.0, 3988.0, 4011.0, 4012.0, 4051.0, 4055.0, 4012.0, 4020.0, 4022.0, 4042.0, 4042.0, 4033.0, 4065.0, 4010.0, 4011.0, 4041.0, 4010.0, 4076.0, 4043.0, 4007.0, 4007.0, 4008.0, 4061.0, 4042.0, 4019.0, 4007.0, 4008.0, 4028.0, 4007.0, 4040.0, 4019.0, 3996.0, 4028.0, 4008.0, 4038.0, 4040.0, 3987.0, 4019.0, 4011.0, 4019.0, 4042.0, 4009.0, 4031.0, 3999.0, 4022.0, 4053.0, 4020.0, 4052.0, 4031.0, 3999.0, 4031.0, 4022.0, 4030.0, 4053.0, 4011.0, 4030.0, 4020.0, 4018.0, 4063.0, 4033.0, 4041.0, 4028.0, 4020.0, 3998.0, 4019.0, 4019.0, 4027.0, 4006.0, 4006.0, 4039.0, 4029.0, 4052.0, 4051.0, 3998.0, 4037.0, 4006.0, 3995.0, 4049.0, 4015.0, 4036.0, 3993.0, 3981.0, 4023.0, 3993.0, 4047.0, 4026.0, 3991.0, 4000.0, 3989.0, 4010.0, 4004.0, 4013.0, 4026.0, 3982.0, 4002.0, 3991.0, 4012.0, 4003.0, 3982.0, 4013.0, 3980.0, 4011.0, 3993.0, 4004.0, 4025.0, 3983.0, 4006.0, 3997.0, 4037.0, 4019.0, 4006.0, 4030.0, 3987.0, 3996.0, 3999.0, 4028.0, 4019.0, 3999.0, 4054.0, 4003.0, 4032.0, 4000.0, 4001.0, 4042.0, 4012.0, 4066.0, 4011.0, 4021.0, 4011.0, 3998.0, 4052.0, 4023.0, 4042.0, 4010.0, 3999.0, 4052.0, 4032.0, 4063.0, 4011.0, 4000.0, 4041.0, 4011.0, 4074.0, 4043.0, 3999.0, 4021.0, 3999.0, 4062.0, 4042.0, 3998.0, 4008.0, 3999.0, 4039.0, 4020.0, 4042.0, 4029.0, 3998.0, 4009.0, 4010.0, 4030.0, 4054.0, 4001.0, 4032.0, 4000.0, 4011.0, 4052.0, 4033.0, 4052.0, 4009.0, 3999.0, 4039.0, 4022.0, 4073.0, 4041.0, 3987.0, 4018.0, 4009.0, 4037.0, 4041.0, 4009.0, 4018.0, 4009.0, 4018.0, 4030.0, 4010.0, 4051.0, 3988.0, 3987.0, 4029.0, 4009.0, 4050.0, 4031.0, 4041.0, 4008.0, 4008.0, 4029.0, 4009.0, 4040.0, 4018.0, 4000.0, 4022.0, 4033.0, 4024.0, 4054.0, 4014.0, 3989.0, 4020.0, 4000.0, 4000.0, 4053.0, 4055.0, 4033.0, 4065.0, 4021.0, 4001.0, 4041.0, 4042.0, 4042.0, 4063.0, 3999.0, 4009.0, 4028.0, 3996.0, 4060.0, 4018.0, 4025.0, 3986.0, 3997.0, 4026.0, 4010.0, 4030.0, 3998.0, 3989.0, 4010.0, 3999.0, 4020.0, 4054.0, 3990.0, 4020.0, 4011.0, 4019.0, 4043.0, 4000.0, 4030.0, 3989.0, 3988.0, 4041.0, 4011.0, 4031.0, 4001.0, 4001.0, 4041.0, 4022.0, 4032.0, 4042.0, 4000.0, 4020.0, 4032.0, 4010.0, 4063.0, 4033.0, 4051.0, 3999.0, 4011.0, 4040.0, 4009.0, 4072.0, 4043.0, 3989.0, 4010.0, 3988.0, 4051.0, 4044.0, 4021.0, 4020.0, 3989.0, 4028.0, 4029.0, 4051.0, 4052.0, 3996.0, 4039.0, 3998.0, 3988.0, 4028.0, 3999.0, 4073.0, 4017.0, 3998.0, 4018.0, 4018.0, 4039.0, 4040.0, 3988.0, 4019.0, 3999.0, 3986.0, 4039.0, 4010.0, 4052.0, 3999.0, 3987.0, 4029.0, 3999.0, 4050.0, 4032.0, 3987.0, 3998.0, 3999.0, 4039.0, 4032.0, 4011.0, 4020.0, 4001.0, 4020.0, 4031.0, 4011.0, 4054.0, 4002.0, 3991.0, 4001.0, 4000.0, 4051.0, 4056.0, 4001.0, 4021.0, 4013.0, 4042.0, 4054.0, 4001.0, 4031.0, 4022.0, 4011.0, 4064.0, 4043.0, 4010.0, 4019.0, 4002.0, 4051.0, 4029.0, 4009.0, 4053.0, 3990.0, 4000.0, 4031.0, 4010.0, 4063.0, 4041.0, 3999.0, 4030.0, 4021.0, 4039.0, 4053.0, 4000.0, 4041.0, 4011.0, 4018.0, 4039.0, 4008.0, 4072.0, 4020.0, 3999.0, 4030.0, 3999.0, 4061.0, 4053.0, 3998.0, 4015.0, 3998.0, 4008.0, 4039.0, 4011.0, 4041.0, 3998.0, 3998.0, 4029.0, 4029.0, 4042.0, 4039.0, 4000.0, 3996.0, 4007.0, 3987.0, 4018.0, 4018.0, 4031.0, 4053.0, 4041.0, 3998.0, 4001.0, 4031.0, 4041.0, 4032.0, 4053.0, 4001.0, 3988.0, 4009.0, 4008.0, 4061.0, 4040.0, 3998.0, 3996.0, 3997.0, 4027.0, 4017.0, 3997.0, 4039.0, 3988.0, 3986.0, 4009.0, 3998.0, 4040.0, 4020.0, 4028.0, 4029.0, 4009.0, 4030.0, 3999.0, 3976.0, 4028.0, 4008.0, 3986.0, 4029.0, 3998.0, 3988.0, 4026.0, 3996.0, 3995.0, 4027.0, 4028.0, 4049.0, 4040.0, 3985.0, 3993.0, 3983.0, 3973.0, 4014.0, 3986.0, 4049.0, 3997.0, 3973.0, 3986.0, 3988.0, 4039.0, 4021.0, 3986.0, 3988.0, 3999.0, 4030.0, 4020.0, 4042.0, 4022.0, 4000.0, 4011.0, 4002.0, 4042.0, 4044.0, 4034.0, 4042.0, 4002.0, 4034.0, 4032.0, 4009.0, 4064.0, 4000.0, 4030.0, 4001.0, 4000.0, 4041.0, 4012.0, 4053.0, 4011.0, 3988.0, 4031.0, 4011.0, 4064.0, 4053.0, 4040.0, 4008.0, 3987.0, 4028.0, 4008.0, 4073.0, 4030.0, 3976.0, 4018.0, 3998.0, 4049.0, 4031.0, 4039.0, 4007.0, 3986.0, 4009.0, 3998.0, 4040.0, 4043.0, 3988.0, 4009.0, 4012.0, 4040.0, 4031.0, 4051.0, 4042.0, 3998.0, 4018.0, 4000.0, 4039.0, 4020.0, 4018.0, 4052.0, 3988.0, 4017.0, 4008.0, 4038.0, 4028.0, 3999.0, 4041.0, 3989.0, 4007.0, 3999.0, 4017.0, 4041.0, 4020.0, 4029.0, 3998.0, 4029.0, 4019.0, 3998.0, 4051.0, 3998.0, 4008.0, 4001.0, 4019.0, 4031.0, 4011.0, 4040.0, 3989.0, 4040.0, 4019.0, 4009.0, 4052.0, 3999.0, 4020.0, 4011.0, 4021.0, 4052.0, 4002.0, 4031.0, 4014.0, 4024.0, 4055.0, 4013.0, 4064.0, 4011.0, 4001.0, 4042.0, 4034.0, 4065.0, 4054.0, 4012.0, 4043.0, 4043.0, 4011.0, 4076.0, 4057.0, 4011.0, 4020.0, 4012.0, 4052.0, 4042.0, 4062.0, 4062.0, 4009.0, 4028.0, 4020.0, 3997.0, 4064.0, 4021.0, 4038.0, 3997.0, 3988.0, 4039.0, 4010.0, 4061.0, 4008.0, 3988.0, 4029.0, 4019.0, 4050.0, 4053.0, 4000.0, 4020.0, 4021.0, 4011.0, 4053.0, 4034.0, 4000.0, 4031.0, 4022.0, 4041.0, 4053.0, 4012.0, 4031.0, 4010.0, 4001.0, 4051.0, 4042.0, 4041.0, 4063.0, 4012.0, 4050.0, 4009.0, 4017.0, 4028.0, 3997.0, 4073.0, 4018.0, 4007.0, 4007.0, 3987.0, 4039.0, 4031.0, 4020.0, 4008.0, 3998.0, 4029.0, 4020.0, 4039.0, 4042.0, 4008.0, 4029.0, 4011.0, 4028.0, 4040.0, 4020.0, 4052.0, 3999.0, 4007.0, 4029.0, 4008.0, 4050.0, 4021.0, 4010.0, 4020.0, 4000.0, 4038.0, 4031.0, 4023.0, 4042.0, 4010.0, 4021.0, 4041.0, 4009.0, 4063.0, 4021.0, 4040.0, 4031.0, 4008.0, 4051.0, 4031.0, 4028.0, 4009.0, 3999.0, 4050.0, 4033.0, 4000.0, 4020.0, 4012.0, 4041.0, 4041.0, 4033.0, 4053.0, 4011.0, 4002.0, 4051.0, 4032.0, 4053.0, 4041.0, 4021.0, 4042.0, 4041.0, 4020.0], 'WindowWidth': [9094.0, 9002.0, 9006.0, 8978.0, 8985.0, 9029.0, 8993.0, 8997.0, 8965.0, 8974.0, 9009.0, 9001.0, 9028.0, 8999.0, 8948.0, 8975.0, 8981.0, 8985.0, 9008.0, 8945.0, 8985.0, 8962.0, 8970.0, 8987.0, 8963.0, 8991.0, 8964.0, 8960.0, 9001.0, 8975.0, 9051.0, 9027.0, 8964.0, 9003.0, 8976.0, 9028.0, 9034.0, 8993.0, 9002.0, 8972.0, 8957.0, 9017.0, 8971.0, 9067.0, 8988.0, 8953.0, 9008.0, 8951.0, 9063.0, 9034.0, 8963.0, 8976.0, 8984.0, 9006.0, 9016.0, 8985.0, 8994.0, 8967.0, 8961.0, 9012.0, 8970.0, 9045.0, 8961.0, 8966.0, 9006.0, 8996.0, 9026.0, 8979.0, 8960.0, 8984.0, 9010.0, 8969.0, 9029.0, 8967.0, 8972.0, 9012.0, 8981.0, 9012.0, 9014.0, 8965.0, 8959.0, 8984.0, 8970.0, 9044.0, 9016.0, 8956.0, 8994.0, 8990.0, 8998.0, 9012.0, 8968.0, 9033.0, 8969.0, 8970.0, 8983.0, 8982.0, 9050.0, 9018.0, 9033.0, 9044.0, 8990.0, 8995.0, 8996.0, 8995.0, 8985.0, 8959.0, 8956.0, 8999.0, 8979.0, 9043.0, 9013.0, 8973.0, 8984.0, 8971.0, 8961.0, 9009.0, 8952.0, 8977.0, 8929.0, 8973.0, 8980.0, 8951.0, 8978.0, 8924.0, 8958.0, 8929.0, 8972.0, 8963.0, 8925.0, 8925.0, 8951.0, 8975.0, 8969.0, 8958.0, 8973.0, 8960.0, 8929.0, 8953.0, 8941.0, 8959.0, 9010.0, 9011.0, 8977.0, 9012.0, 8971.0, 8990.0, 9032.0, 8987.0, 9008.0, 8966.0, 8961.0, 9026.0, 9020.0, 9021.0, 8962.0, 8977.0, 9005.0, 8979.0, 9048.0, 8995.0, 8952.0, 8958.0, 8964.0, 9021.0, 9014.0, 8989.0, 8992.0, 8952.0, 8978.0, 8984.0, 8965.0, 9071.0, 8973.0, 8978.0, 8963.0, 8962.0, 9023.0, 8987.0, 9042.0, 8975.0, 8968.0, 9008.0, 8969.0, 9063.0, 9013.0, 8949.0, 8983.0, 8972.0, 9025.0, 9012.0, 8980.0, 8994.0, 8969.0, 8973.0, 8998.0, 8970.0, 9058.0, 9002.0, 8987.0, 9014.0, 9003.0, 9070.0, 9041.0, 8981.0, 8974.0, 8985.0, 9005.0, 9009.0, 8998.0, 9024.0, 8946.0, 8976.0, 8968.0, 8960.0, 9043.0, 8968.0, 8992.0, 8981.0, 8978.0, 9027.0, 8992.0, 9027.0, 8968.0, 9000.0, 9008.0, 8983.0, 9044.0, 8994.0, 8966.0, 8985.0, 8989.0, 9011.0, 9033.0, 8958.0, 8996.0, 8973.0, 8981.0, 9014.0, 8990.0, 9044.0, 8966.0, 8984.0, 9010.0, 8969.0, 9067.0, 9016.0, 8961.0, 8978.0, 8968.0, 9040.0, 9019.0, 8964.0, 8984.0, 8961.0, 8999.0, 8974.0, 8987.0, 8990.0, 8945.0, 8962.0, 8982.0, 8965.0, 9023.0, 9002.0, 8977.0, 8960.0, 8983.0, 9024.0, 8998.0, 9026.0, 8986.0, 8966.0, 9005.0, 8991.0, 8977.0, 9044.0, 8966.0, 8961.0, 8979.0, 8962.0, 9032.0, 9009.0, 8956.0, 8988.0, 8976.0, 9048.0, 9022.0, 8973.0, 9005.0, 9007.0, 9000.0, 9051.0, 9005.0, 8980.0, 8982.0, 8973.0, 9028.0, 8998.0, 8982.0, 8991.0, 8951.0, 8967.0, 9007.0, 8966.0, 9052.0, 9000.0, 8967.0, 8980.0, 8983.0, 9028.0, 9014.0, 8997.0, 8993.0, 8964.0, 8999.0, 8990.0, 9002.0, 9038.0, 8946.0, 8985.0, 8963.0, 8940.0, 9027.0, 8964.0, 8973.0, 8959.0, 8977.0, 9005.0, 8995.0, 9036.0, 8973.0, 8972.0, 8984.0, 8957.0, 9039.0, 9011.0, 8957.0, 8959.0, 8979.0, 8988.0, 8992.0, 8983.0, 9012.0, 8965.0, 8951.0, 8981.0, 8949.0, 9033.0, 9008.0, 8949.0, 8964.0, 8986.0, 9022.0, 9003.0, 8984.0, 8991.0, 8970.0, 9011.0, 8997.0, 8968.0, 8990.0, 8985.0, 8969.0, 9029.0, 8994.0, 9002.0, 8984.0, 8994.0, 9044.0, 9017.0, 8987.0, 9014.0, 8970.0, 8958.0, 9022.0, 8970.0, 9045.0, 8979.0, 8984.0, 9011.0, 8998.0, 9012.0, 9047.0, 8969.0, 8959.0, 8967.0, 8965.0, 9042.0, 9018.0, 8965.0, 8990.0, 8986.0, 9003.0, 9010.0, 8983.0, 9065.0, 8962.0, 8960.0, 8986.0, 8959.0, 9037.0, 9013.0, 8959.0, 8969.0, 8967.0, 8982.0, 8987.0, 8961.0, 9021.0, 8944.0, 8928.0, 8970.0, 8955.0, 9025.0, 8982.0, 8926.0, 8964.0, 8964.0, 9016.0, 8984.0, 9008.0, 8962.0, 8979.0, 8991.0, 8963.0, 9024.0, 9000.0, 8963.0, 8965.0, 8969.0, 9009.0, 9013.0, 8979.0, 9016.0, 8975.0, 8984.0, 9044.0, 9009.0, 8993.0, 9032.0, 8974.0, 8987.0, 9049.0, 9006.0, 9049.0, 9018.0, 8971.0, 9015.0, 9012.0, 8979.0, 9076.0, 9019.0, 8976.0, 8965.0, 8980.0, 9026.0, 9012.0, 8987.0, 8968.0, 8964.0, 9002.0, 8977.0, 8979.0, 9026.0, 8948.0, 8938.0, 8990.0, 8967.0, 9026.0, 9019.0, 8955.0, 8994.0, 8984.0, 8977.0, 9030.0, 9004.0, 8980.0, 8975.0, 8988.0, 9021.0, 9009.0, 8987.0, 9043.0, 8948.0, 8980.0, 9003.0, 8964.0, 8966.0, 8975.0, 8957.0, 8977.0, 9009.0, 8989.0, 8984.0, 8980.0, 8986.0, 8966.0, 9028.0, 9019.0, 8957.0, 8995.0, 8969.0, 8989.0, 9027.0, 9020.0, 8972.0, 8965.0, 8985.0, 8987.0, 9025.0, 9018.0, 8971.0, 8937.0, 8965.0, 8984.0, 9024.0, 9017.0, 8970.0, 8990.0, 8966.0, 8965.0, 9021.0, 9018.0, 8958.0, 8984.0, 8973.0, 8972.0, 9042.0, 9016.0, 8970.0, 8937.0, 8977.0, 8982.0, 9023.0, 9028.0, 8968.0, 8949.0, 8976.0, 8964.0, 9036.0, 9026.0, 8977.0, 8986.0, 8965.0, 8958.0, 9000.0, 8967.0, 9003.0, 8940.0, 8963.0, 9003.0, 8973.0, 8965.0, 9011.0, 8949.0, 8972.0, 8995.0, 8982.0, 9026.0, 8997.0, 8969.0, 8967.0, 8964.0, 8964.0, 9043.0, 9031.0, 8948.0, 8978.0, 8983.0, 8975.0, 9027.0, 8955.0, 8986.0, 8951.0, 8979.0, 9005.0, 8978.0, 8966.0, 8989.0, 8948.0, 8932.0, 8972.0, 8959.0, 9029.0, 9016.0, 8951.0, 8964.0, 8969.0, 9003.0, 9003.0, 8969.0, 8996.0, 8950.0, 8931.0, 9010.0, 8998.0, 9004.0, 9018.0, 8999.0, 8957.0, 8977.0, 9030.0, 9023.0, 8976.0, 8996.0, 8965.0, 8990.0, 9030.0, 9013.0, 8984.0, 9023.0, 8950.0, 8935.0, 8981.0, 8947.0, 9025.0, 8999.0, 8935.0, 8970.0, 8973.0, 9026.0, 9036.0, 8972.0, 8978.0, 8988.0, 9012.0, 9013.0, 9002.0, 9046.0, 8965.0, 8968.0, 9008.0, 8965.0, 9071.0, 9014.0, 8958.0, 8959.0, 8959.0, 9039.0, 9014.0, 8975.0, 8955.0, 8958.0, 8985.0, 8958.0, 9005.0, 8975.0, 8942.0, 8985.0, 8963.0, 9000.0, 9007.0, 8932.0, 8976.0, 8968.0, 8976.0, 9012.0, 8966.0, 8995.0, 8952.0, 8986.0, 9026.0, 8983.0, 9028.0, 8995.0, 8951.0, 8996.0, 8985.0, 8993.0, 9030.0, 8968.0, 8993.0, 8982.0, 8977.0, 9047.0, 9005.0, 9011.0, 8991.0, 8982.0, 8953.0, 8982.0, 8979.0, 8986.0, 8955.0, 8955.0, 9002.0, 8993.0, 9029.0, 9025.0, 8949.0, 8997.0, 8955.0, 8935.0, 9020.0, 8965.0, 8996.0, 8929.0, 8912.0, 8971.0, 8933.0, 9017.0, 8981.0, 8925.0, 8935.0, 8920.0, 8948.0, 8946.0, 8959.0, 8982.0, 8913.0, 8939.0, 8926.0, 8954.0, 8944.0, 8915.0, 8956.0, 8911.0, 8953.0, 8932.0, 8949.0, 8980.0, 8920.0, 8951.0, 8946.0, 8998.0, 8975.0, 8955.0, 8994.0, 8932.0, 8941.0, 8951.0, 8988.0, 8979.0, 8954.0, 9032.0, 8963.0, 8999.0, 8956.0, 8955.0, 9013.0, 8976.0, 9053.0, 8971.0, 8979.0, 8969.0, 8947.0, 9027.0, 8989.0, 9009.0, 8968.0, 8951.0, 9027.0, 9001.0, 9044.0, 8968.0, 8953.0, 9010.0, 8969.0, 9067.0, 9016.0, 8949.0, 8981.0, 8950.0, 9044.0, 9015.0, 8947.0, 8958.0, 8949.0, 9003.0, 8979.0, 9012.0, 8992.0, 8947.0, 8963.0, 8967.0, 8993.0, 9031.0, 8957.0, 8997.0, 8956.0, 8969.0, 9025.0, 9004.0, 9026.0, 8964.0, 8953.0, 9006.0, 8984.0, 9061.0, 9011.0, 8931.0, 8972.0, 8964.0, 9001.0, 9012.0, 8963.0, 8973.0, 8963.0, 8975.0, 8993.0, 8967.0, 9025.0, 8936.0, 8934.0, 8991.0, 8962.0, 9025.0, 8998.0, 9009.0, 8959.0, 8963.0, 8991.0, 8964.0, 9008.0, 8975.0, 8953.0, 8988.0, 9004.0, 8994.0, 9034.0, 8979.0, 8935.0, 8979.0, 8954.0, 8954.0, 9030.0, 9040.0, 9004.0, 9051.0, 8983.0, 8955.0, 9009.0, 9014.0, 9013.0, 9043.0, 8949.0, 8961.0, 8987.0, 8941.0, 9039.0, 8974.0, 8979.0, 8927.0, 8944.0, 8983.0, 8965.0, 8993.0, 8946.0, 8937.0, 8968.0, 8952.0, 8980.0, 9031.0, 8942.0, 8980.0, 8970.0, 8977.0, 9015.0, 8953.0, 8991.0, 8938.0, 8936.0, 9011.0, 8971.0, 8995.0, 8955.0, 8959.0, 9012.0, 8988.0, 9001.0, 9012.0, 8957.0, 8981.0, 8999.0, 8966.0, 9047.0, 9005.0, 9025.0, 8952.0, 8971.0, 9005.0, 8965.0, 9058.0, 9013.0, 8934.0, 8964.0, 8935.0, 9025.0, 9019.0, 8982.0, 8977.0, 8934.0, 8985.0, 8990.0, 9024.0, 9029.0, 8943.0, 9003.0, 8946.0, 8934.0, 8986.0, 8950.0, 9059.0, 8973.0, 8946.0, 8973.0, 8975.0, 9004.0, 9006.0, 8933.0, 8976.0, 8950.0, 8929.0, 9005.0, 8968.0, 9027.0, 8948.0, 8932.0, 8989.0, 8948.0, 9024.0, 9000.0, 8930.0, 8946.0, 8952.0, 9005.0, 8999.0, 8970.0, 8979.0, 8957.0, 8981.0, 8998.0, 8970.0, 9033.0, 8959.0, 8941.0, 8957.0, 8956.0, 9026.0, 9040.0, 8958.0, 8984.0, 8978.0, 9013.0, 9036.0, 8958.0, 8996.0, 8985.0, 8968.0, 9047.0, 9018.0, 8966.0, 8976.0, 8959.0, 9023.0, 8994.0, 8965.0, 9029.0, 8941.0, 8956.0, 8997.0, 8968.0, 9045.0, 9011.0, 8952.0, 8995.0, 8984.0, 9005.0, 9031.0, 8954.0, 9006.0, 8969.0, 8974.0, 9007.0, 8964.0, 9059.0, 8978.0, 8950.0, 8992.0, 8951.0, 9040.0, 9031.0, 8948.0, 8967.0, 8949.0, 8960.0, 9005.0, 8971.0, 9010.0, 8947.0, 8949.0, 8991.0, 8993.0, 9012.0, 9003.0, 8953.0, 8940.0, 8956.0, 8931.0, 8974.0, 8976.0, 8998.0, 9030.0, 9010.0, 8949.0, 8958.0, 8996.0, 9012.0, 9001.0, 9034.0, 8956.0, 8936.0, 8963.0, 8961.0, 9040.0, 9007.0, 8945.0, 8940.0, 8945.0, 8982.0, 8971.0, 8944.0, 9005.0, 8933.0, 8929.0, 8964.0, 8949.0, 9009.0, 8981.0, 8987.0, 8989.0, 8962.0, 8994.0, 8947.0, 8914.0, 8985.0, 8959.0, 8931.0, 8990.0, 8948.0, 8935.0, 8981.0, 8941.0, 8936.0, 8980.0, 8987.0, 9022.0, 9006.0, 8923.0, 8930.0, 8917.0, 8905.0, 8963.0, 8926.0, 9018.0, 8941.0, 8905.0, 8926.0, 8932.0, 9003.0, 8983.0, 8928.0, 8931.0, 8951.0, 8992.0, 8982.0, 9013.0, 8985.0, 8954.0, 8969.0, 8961.0, 9010.0, 9019.0, 9004.0, 9012.0, 8958.0, 9005.0, 8998.0, 8965.0, 9046.0, 8953.0, 8992.0, 8955.0, 8951.0, 9010.0, 8973.0, 9028.0, 8967.0, 8934.0, 8995.0, 8967.0, 9052.0, 9032.0, 9006.0, 8960.0, 8929.0, 8984.0, 8960.0, 9060.0, 8993.0, 8913.0, 8972.0, 8945.0, 9020.0, 8996.0, 9003.0, 8957.0, 8928.0, 8962.0, 8947.0, 9008.0, 9015.0, 8934.0, 8961.0, 8970.0, 9006.0, 8996.0, 9024.0, 9011.0, 8947.0, 8971.0, 8954.0, 9001.0, 8978.0, 8975.0, 9029.0, 8934.0, 8969.0, 8961.0, 8998.0, 8988.0, 8948.0, 9009.0, 8934.0, 8958.0, 8950.0, 8970.0, 9012.0, 8979.0, 8987.0, 8946.0, 8989.0, 8975.0, 8946.0, 9022.0, 8948.0, 8961.0, 8954.0, 8975.0, 8997.0, 8969.0, 9006.0, 8936.0, 9005.0, 8978.0, 8964.0, 9027.0, 8950.0, 8978.0, 8970.0, 8981.0, 9029.0, 8961.0, 8995.0, 8981.0, 8993.0, 9036.0, 8978.0, 9046.0, 8972.0, 8959.0, 9014.0, 9007.0, 9050.0, 9032.0, 8974.0, 9016.0, 9016.0, 8971.0, 9070.0, 9040.0, 8969.0, 8977.0, 8974.0, 9026.0, 9015.0, 9041.0, 9040.0, 8963.0, 8986.0, 8980.0, 8944.0, 9046.0, 8982.0, 9001.0, 8944.0, 8933.0, 9003.0, 8967.0, 9039.0, 8960.0, 8934.0, 8988.0, 8977.0, 9021.0, 9029.0, 8953.0, 8980.0, 8985.0, 8970.0, 9031.0, 9005.0, 8955.0, 8996.0, 8988.0, 9010.0, 9032.0, 8974.0, 8998.0, 8966.0, 8958.0, 9024.0, 9013.0, 9010.0, 9045.0, 8971.0, 9019.0, 8963.0, 8971.0, 8986.0, 8944.0, 9058.0, 8975.0, 8955.0, 8957.0, 8931.0, 9002.0, 8996.0, 8979.0, 8961.0, 8948.0, 8991.0, 8980.0, 9004.0, 9015.0, 8962.0, 8989.0, 8969.0, 8987.0, 9008.0, 8981.0, 9025.0, 8950.0, 8958.0, 8989.0, 8962.0, 9021.0, 8984.0, 8966.0, 8977.0, 8956.0, 9003.0, 8997.0, 8989.0, 9013.0, 8967.0, 8985.0, 9010.0, 8965.0, 9047.0, 8985.0, 9007.0, 8995.0, 8961.0, 9026.0, 8997.0, 8986.0, 8963.0, 8950.0, 9021.0, 9003.0, 8953.0, 8980.0, 8976.0, 9009.0, 9012.0, 9003.0, 9029.0, 8970.0, 8961.0, 9025.0, 9002.0, 9030.0, 9009.0, 8982.0, 9012.0, 9009.0, 8979.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.00045481881264456444</td></tr>
<tr><td colspan=3>aqi</td><td>0.02841758033924441</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.39832540500772</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.209899599899692</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9902185055324074</td></tr>
<tr><td colspan=3>efc</td><td>0.4829</td></tr>
<tr><td colspan=3>fber</td><td>5898.501</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12526250245913595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>204</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.728604471858134</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.452075870130827</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.303301672357736</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.669118572726891</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3838073653078546</td></tr>
<tr><td colspan=3>gcor</td><td>0.007839</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028061525896191597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034969598054885864</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1297</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.025046997765898</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>34.2959</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.6306</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.1113</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>297357.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>757.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.095</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7593</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.305</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.054</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3400.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.7053</td></tr>
<tr><td colspan=3>tsnr</td><td>37.61446006782353</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>