<?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-0060_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-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0060/figures/sub-0060_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-0060/figures/sub-0060_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_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-0060/ses-02/func/sub-0060_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>fa6365dc29daf89dd77e3697b180e087</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>18:35:20.517500</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.998353, -0.0290406, 0.0494762, 0.0216098, 0.989254, 0.144602]</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.0884803</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7739, -7280, 695, -46, -17, -44, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>caec00fd-30e7-4580-97a4-4fcc7da84cff||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.6785080432891846, 0.05797749385237694, 0.14348851144313812, 102.58131408691406], [0.07791393250226974, 2.6540958881378174, 0.3868960738182068, -112.21342468261719], [0.13274110853672028, -0.38795703649520874, 2.668280839920044, -57.98200988769531], [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': ['183520.517500', '183520.977500', '183521.437500', '183521.897500', '183522.357500', '183522.817500', '183523.277500', '183523.737500', '183524.197500', '183524.657500', '183525.117500', '183525.577500', '183526.037500', '183526.497500', '183526.957500', '183527.417500', '183527.877500', '183528.337500', '183528.797500', '183529.257500', '183529.717500', '183530.177500', '183530.637500', '183531.097500', '183531.557500', '183532.017500', '183532.477500', '183532.937500', '183533.397500', '183533.857500', '183534.317500', '183534.777500', '183535.237500', '183535.697500', '183536.157500', '183536.617500', '183537.077500', '183537.537500', '183537.997500', '183538.457500', '183538.917500', '183539.377500', '183539.837500', '183540.297500', '183540.757500', '183541.217500', '183541.677500', '183542.137500', '183542.597500', '183543.057500', '183543.517500', '183543.977500', '183544.437500', '183544.897500', '183545.357500', '183545.817500', '183546.277500', '183546.737500', '183547.197500', '183547.657500', '183548.117500', '183548.577500', '183549.037500', '183549.497500', '183549.957500', '183550.417500', '183550.877500', '183551.337500', '183551.797500', '183552.257500', '183552.717500', '183553.177500', '183553.637500', '183554.097500', '183554.557500', '183555.017500', '183555.477500', '183555.937500', '183556.397500', '183556.857500', '183557.317500', '183557.777500', '183558.237500', '183558.697500', '183559.157500', '183559.617500', '183600.077500', '183600.537500', '183600.997500', '183601.457500', '183601.917500', '183602.377500', '183602.837500', '183603.297500', '183603.757500', '183604.217500', '183604.677500', '183605.137500', '183605.597500', '183606.057500', '183606.517500', '183606.977500', '183607.437500', '183607.897500', '183608.357500', '183608.817500', '183609.277500', '183609.737500', '183610.197500', '183610.657500', '183611.117500', '183611.577500', '183612.037500', '183612.497500', '183612.957500', '183613.417500', '183613.877500', '183614.337500', '183614.797500', '183615.257500', '183615.717500', '183616.177500', '183616.637500', '183617.097500', '183617.557500', '183618.017500', '183618.477500', '183618.937500', '183619.397500', '183619.857500', '183620.317500', '183620.777500', '183621.237500', '183621.697500', '183622.157500', '183622.617500', '183623.077500', '183623.537500', '183623.997500', '183624.457500', '183624.917500', '183625.377500', '183625.837500', '183626.297500', '183626.757500', '183627.217500', '183627.677500', '183628.137500', '183628.597500', '183629.057500', '183629.517500', '183629.977500', '183630.437500', '183630.897500', '183631.357500', '183631.817500', '183632.277500', '183632.737500', '183633.197500', '183633.657500', '183634.117500', '183634.577500', '183635.037500', '183635.497500', '183635.957500', '183636.417500', '183636.877500', '183637.337500', '183637.797500', '183638.257500', '183638.717500', '183639.177500', '183639.637500', '183640.097500', '183640.557500', '183641.017500', '183641.477500', '183641.937500', '183642.397500', '183642.857500', '183643.317500', '183643.777500', '183644.237500', '183644.697500', '183645.157500', '183645.617500', '183646.077500', '183646.537500', '183646.997500', '183647.457500', '183647.917500', '183648.377500', '183648.837500', '183649.297500', '183649.757500', '183650.217500', '183650.677500', '183651.137500', '183651.597500', '183652.057500', '183652.517500', '183652.977500', '183653.437500', '183653.897500', '183654.357500', '183654.817500', '183655.277500', '183655.737500', '183656.197500', '183656.657500', '183657.117500', '183657.577500', '183658.037500', '183658.497500', '183658.957500', '183659.417500', '183659.877500', '183700.337500', '183700.797500', '183701.257500', '183701.717500', '183702.177500', '183702.637500', '183703.097500', '183703.557500', '183704.017500', '183704.477500', '183704.937500', '183705.397500', '183705.857500', '183706.317500', '183706.777500', '183707.237500', '183707.697500', '183708.157500', '183708.617500', '183709.077500', '183709.537500', '183709.997500', '183710.457500', '183710.917500', '183711.377500', '183711.837500', '183712.297500', '183712.757500', '183713.217500', '183713.677500', '183714.137500', '183714.597500', '183715.057500', '183715.517500', '183715.977500', '183716.437500', '183716.897500', '183717.357500', '183717.817500', '183718.277500', '183718.737500', '183719.197500', '183719.657500', '183720.117500', '183720.577500', '183721.037500', '183721.497500', '183721.957500', '183722.417500', '183722.877500', '183723.337500', '183723.797500', '183724.257500', '183724.717500', '183725.177500', '183725.637500', '183726.097500', '183726.557500', '183727.017500', '183727.477500', '183727.937500', '183728.397500', '183728.857500', '183729.317500', '183729.777500', '183730.237500', '183730.697500', '183731.157500', '183731.617500', '183732.077500', '183732.537500', '183732.997500', '183733.457500', '183733.917500', '183734.377500', '183734.837500', '183735.297500', '183735.757500', '183736.217500', '183736.677500', '183737.137500', '183737.597500', '183738.057500', '183738.517500', '183738.977500', '183739.437500', '183739.897500', '183740.357500', '183740.817500', '183741.277500', '183741.737500', '183742.197500', '183742.657500', '183743.117500', '183743.577500', '183744.037500', '183744.497500', '183744.957500', '183745.417500', '183745.877500', '183746.337500', '183746.797500', '183747.257500', '183747.717500', '183748.177500', '183748.637500', '183749.097500', '183749.557500', '183750.017500', '183750.477500', '183750.937500', '183751.397500', '183751.857500', '183752.317500', '183752.777500', '183753.237500', '183753.697500', '183754.157500', '183754.617500', '183755.077500', '183755.537500', '183755.997500', '183756.457500', '183756.917500', '183757.377500', '183757.837500', '183758.297500', '183758.757500', '183759.217500', '183759.677500', '183800.137500', '183800.597500', '183801.057500', '183801.517500', '183801.977500', '183802.437500', '183802.897500', '183803.357500', '183803.817500', '183804.277500', '183804.737500', '183805.197500', '183805.657500', '183806.117500', '183806.577500', '183807.037500', '183807.497500', '183807.957500', '183808.417500', '183808.877500', '183809.337500', '183809.797500', '183810.257500', '183810.717500', '183811.177500', '183811.637500', '183812.097500', '183812.557500', '183813.017500', '183813.477500', '183813.937500', '183814.397500', '183814.857500', '183815.317500', '183815.777500', '183816.237500', '183816.697500', '183817.157500', '183817.617500', '183818.077500', '183818.537500', '183818.997500', '183819.457500', '183819.917500', '183820.377500', '183820.837500', '183821.297500', '183821.757500', '183822.217500', '183822.677500', '183823.137500', '183823.597500', '183824.057500', '183824.517500', '183824.977500', '183825.437500', '183825.897500', '183826.357500', '183826.817500', '183827.277500', '183827.737500', '183828.197500', '183828.657500', '183829.117500', '183829.577500', '183830.037500', '183830.497500', '183830.957500', '183831.417500', '183831.877500', '183832.337500', '183832.797500', '183833.257500', '183833.717500', '183834.177500', '183834.637500', '183835.097500', '183835.557500', '183836.017500', '183836.477500', '183836.937500', '183837.397500', '183837.857500', '183838.317500', '183838.777500', '183839.237500', '183839.697500', '183840.157500', '183840.617500', '183841.077500', '183841.537500', '183841.997500', '183842.457500', '183842.917500', '183843.377500', '183843.837500', '183844.297500', '183844.757500', '183845.217500', '183845.677500', '183846.137500', '183846.597500', '183847.057500', '183847.517500', '183847.977500', '183848.437500', '183848.897500', '183849.357500', '183849.817500', '183850.277500', '183850.737500', '183851.197500', '183851.657500', '183852.117500', '183852.577500', '183853.037500', '183853.497500', '183853.957500', '183854.417500', '183854.877500', '183855.337500', '183855.797500', '183856.257500', '183856.717500', '183857.177500', '183857.637500', '183858.097500', '183858.557500', '183859.017500', '183859.477500', '183859.937500', '183900.397500', '183900.857500', '183901.317500', '183901.777500', '183902.237500', '183902.697500', '183903.157500', '183903.617500', '183904.077500', '183904.537500', '183904.997500', '183905.457500', '183905.917500', '183906.377500', '183906.837500', '183907.297500', '183907.757500', '183908.217500', '183908.677500', '183909.137500', '183909.597500', '183910.057500', '183910.517500', '183910.977500', '183911.437500', '183911.897500', '183912.357500', '183912.817500', '183913.277500', '183913.737500', '183914.197500', '183914.657500', '183915.117500', '183915.577500', '183916.037500', '183916.497500', '183916.957500', '183917.417500', '183917.877500', '183918.337500', '183918.797500', '183919.257500', '183919.717500', '183920.177500', '183920.637500', '183921.097500', '183921.557500', '183922.017500', '183922.477500', '183922.937500', '183923.397500', '183923.857500', '183924.317500', '183924.777500', '183925.237500', '183925.697500', '183926.157500', '183926.617500', '183927.077500', '183927.537500', '183927.997500', '183928.457500', '183928.917500', '183929.377500', '183929.837500', '183930.297500', '183930.757500', '183931.217500', '183931.677500', '183932.137500', '183932.597500', '183933.057500', '183933.517500', '183933.977500', '183934.437500', '183934.897500', '183935.357500', '183935.817500', '183936.277500', '183936.737500', '183937.197500', '183937.657500', '183938.117500', '183938.577500', '183939.037500', '183939.497500', '183939.957500', '183940.417500', '183940.877500', '183941.337500', '183941.797500', '183942.257500', '183942.717500', '183943.177500', '183943.637500', '183944.097500', '183944.557500', '183945.017500', '183945.477500', '183945.937500', '183946.397500', '183946.857500', '183947.317500', '183947.777500', '183948.237500', '183948.697500', '183949.157500', '183949.617500', '183950.077500', '183950.537500', '183950.997500', '183951.457500', '183951.917500', '183952.377500', '183952.837500', '183953.297500', '183953.757500', '183954.217500', '183954.677500', '183955.137500', '183955.597500', '183956.057500', '183956.517500', '183956.977500', '183957.437500', '183957.897500', '183958.357500', '183958.817500', '183959.277500', '183959.737500', '184000.197500', '184000.657500', '184001.117500', '184001.577500', '184002.037500', '184002.497500', '184002.957500', '184003.417500', '184003.877500', '184004.337500', '184004.797500', '184005.257500', '184005.717500', '184006.177500', '184006.637500', '184007.097500', '184007.557500', '184008.017500', '184008.477500', '184008.937500', '184009.397500', '184009.857500', '184010.317500', '184010.777500', '184011.237500', '184011.697500', '184012.157500', '184012.617500', '184013.077500', '184013.537500', '184013.997500', '184014.457500', '184014.917500', '184015.377500', '184015.837500', '184016.297500', '184016.757500', '184017.217500', '184017.677500', '184018.137500', '184018.597500', '184019.057500', '184019.517500', '184019.977500', '184020.437500', '184020.897500', '184021.357500', '184021.817500', '184022.277500', '184022.737500', '184023.197500', '184023.657500', '184024.117500', '184024.577500', '184025.037500', '184025.497500', '184025.957500', '184026.417500', '184026.877500', '184027.337500', '184027.797500', '184028.257500', '184028.717500', '184029.177500', '184029.637500', '184030.097500', '184030.557500', '184031.017500', '184031.477500', '184031.937500', '184032.397500', '184032.857500', '184033.317500', '184033.777500', '184034.237500', '184034.697500', '184035.157500', '184035.617500', '184036.077500', '184036.537500', '184036.997500', '184037.457500', '184037.917500', '184038.377500', '184038.837500', '184039.297500', '184039.757500', '184040.217500', '184040.677500', '184041.137500', '184041.597500', '184042.057500', '184042.517500', '184042.977500', '184043.437500', '184043.897500', '184044.357500', '184044.817500', '184045.277500', '184045.737500', '184046.197500', '184046.657500', '184047.117500', '184047.577500', '184048.037500', '184048.497500', '184048.957500', '184049.417500', '184049.877500', '184050.337500', '184050.797500', '184051.257500', '184051.717500', '184052.177500', '184052.637500', '184053.097500', '184053.557500', '184054.017500', '184054.477500', '184054.937500', '184055.397500', '184055.857500', '184056.317500', '184056.777500', '184057.237500', '184057.697500', '184058.157500', '184058.617500', '184059.077500', '184059.537500', '184059.997500', '184100.457500', '184100.917500', '184101.377500', '184101.837500', '184102.297500', '184102.757500', '184103.217500', '184103.677500', '184104.137500', '184104.597500', '184105.057500', '184105.517500', '184105.977500', '184106.437500', '184106.897500', '184107.357500', '184107.817500', '184108.277500', '184108.737500', '184109.197500', '184109.657500', '184110.117500', '184110.577500', '184111.037500', '184111.497500', '184111.957500', '184112.417500', '184112.877500', '184113.337500', '184113.797500', '184114.257500', '184114.717500', '184115.177500', '184115.637500', '184116.097500', '184116.557500', '184117.017500', '184117.477500', '184117.937500', '184118.397500', '184118.857500', '184119.317500', '184119.777500', '184120.237500', '184120.697500', '184121.157500', '184121.617500', '184122.077500', '184122.537500', '184122.997500', '184123.457500', '184123.917500', '184124.377500', '184124.837500', '184125.297500', '184125.757500', '184126.217500', '184126.677500', '184127.137500', '184127.597500', '184128.057500', '184128.517500', '184128.977500', '184129.437500', '184129.897500', '184130.357500', '184130.817500', '184131.277500', '184131.737500', '184132.197500', '184132.657500', '184133.117500', '184133.577500', '184134.037500', '184134.497500', '184134.957500', '184135.417500', '184135.877500', '184136.337500', '184136.797500', '184137.257500', '184137.717500', '184138.177500', '184138.637500', '184139.097500', '184139.557500', '184140.017500', '184140.477500', '184140.937500', '184141.397500', '184141.857500', '184142.317500', '184142.777500', '184143.237500', '184143.697500', '184144.157500', '184144.617500', '184145.077500', '184145.537500', '184145.997500', '184146.457500', '184146.917500', '184147.377500', '184147.837500', '184148.297500', '184148.757500', '184149.217500', '184149.677500', '184150.137500', '184150.597500', '184151.057500', '184151.517500', '184151.977500', '184152.437500', '184152.897500', '184153.357500', '184153.817500', '184154.277500', '184154.737500', '184155.197500', '184155.657500', '184156.117500', '184156.577500', '184157.037500', '184157.497500', '184157.957500', '184158.417500', '184158.877500', '184159.337500', '184159.797500', '184200.257500', '184200.717500', '184201.177500', '184201.637500', '184202.097500', '184202.557500', '184203.017500', '184203.477500', '184203.937500', '184204.397500', '184204.857500', '184205.317500', '184205.777500', '184206.237500', '184206.697500', '184207.157500', '184207.617500', '184208.077500', '184208.537500', '184208.997500', '184209.457500', '184209.917500', '184210.377500', '184210.837500', '184211.297500', '184211.757500', '184212.217500', '184212.677500', '184213.137500', '184213.597500', '184214.057500', '184214.517500', '184214.977500', '184215.437500', '184215.897500', '184216.357500', '184216.817500', '184217.277500', '184217.737500', '184218.197500', '184218.657500', '184219.117500', '184219.577500', '184220.037500', '184220.497500', '184220.957500', '184221.417500', '184221.877500', '184222.337500', '184222.797500', '184223.257500', '184223.717500', '184224.177500', '184224.637500', '184225.097500', '184225.557500', '184226.017500', '184226.477500', '184226.937500', '184227.397500', '184227.857500', '184228.317500', '184228.777500', '184229.237500', '184229.697500', '184230.157500', '184230.617500', '184231.077500', '184231.537500', '184231.997500', '184232.457500', '184232.917500', '184233.377500', '184233.837500', '184234.297500', '184234.757500', '184235.217500', '184235.677500', '184236.137500', '184236.597500', '184237.057500', '184237.517500', '184237.977500', '184238.437500', '184238.897500', '184239.357500', '184239.817500', '184240.277500', '184240.737500', '184241.197500', '184241.657500', '184242.117500', '184242.577500', '184243.037500', '184243.497500', '184243.957500', '184244.417500', '184244.877500', '184245.337500', '184245.797500', '184246.257500', '184246.717500', '184247.177500', '184247.637500', '184248.097500', '184248.557500', '184249.017500', '184249.477500', '184249.937500', '184250.397500', '184250.857500', '184251.317500', '184251.777500', '184252.237500', '184252.697500', '184253.157500', '184253.617500', '184254.077500', '184254.537500', '184254.997500', '184255.457500', '184255.917500', '184256.377500', '184256.837500', '184257.297500', '184257.757500', '184258.217500', '184258.677500', '184259.137500', '184259.597500', '184300.057500', '184300.517500', '184300.977500', '184301.437500', '184301.897500', '184302.357500', '184302.817500', '184303.277500', '184303.737500', '184304.197500', '184304.657500', '184305.117500', '184305.577500', '184306.037500', '184306.497500', '184306.957500', '184307.417500', '184307.877500', '184308.337500', '184308.797500', '184309.257500', '184309.717500', '184310.177500', '184310.637500', '184311.097500', '184311.557500', '184312.017500', '184312.477500', '184312.937500', '184313.397500', '184313.857500', '184314.317500', '184314.777500', '184315.237500', '184315.697500', '184316.157500', '184316.617500', '184317.077500', '184317.537500', '184317.997500', '184318.457500', '184318.917500', '184319.377500', '184319.837500', '184320.297500', '184320.757500', '184321.217500', '184321.677500', '184322.137500', '184322.597500', '184323.057500', '184323.517500', '184323.977500', '184324.437500', '184324.897500', '184325.357500', '184325.817500', '184326.277500', '184326.737500', '184327.197500', '184327.657500', '184328.117500', '184328.577500', '184329.037500', '184329.497500', '184329.957500', '184330.417500', '184330.877500', '184331.337500', '184331.797500', '184332.257500', '184332.717500', '184333.177500', '184333.637500', '184334.097500', '184334.557500', '184335.017500', '184335.477500', '184335.937500', '184336.397500', '184336.857500', '184337.317500', '184337.777500', '184338.237500', '184338.697500', '184339.157500', '184339.617500', '184340.077500', '184340.537500', '184340.997500', '184341.457500', '184341.917500', '184342.377500', '184342.837500', '184343.297500', '184343.757500', '184344.217500', '184344.677500', '184345.137500', '184345.597500', '184346.057500', '184346.517500', '184346.977500', '184347.437500', '184347.897500', '184348.357500', '184348.817500', '184349.277500', '184349.737500', '184350.197500', '184350.657500', '184351.117500', '184351.577500', '184352.037500', '184352.497500', '184352.957500', '184353.417500', '184353.877500', '184354.337500', '184354.797500', '184355.257500', '184355.717500', '184356.177500', '184356.637500', '184357.097500', '184357.557500', '184358.017500', '184358.477500', '184358.937500', '184359.397500', '184359.857500', '184400.317500', '184400.777500', '184401.237500', '184401.697500', '184402.157500', '184402.617500', '184403.077500', '184403.537500', '184403.997500', '184404.457500', '184404.917500', '184405.377500', '184405.837500', '184406.297500', '184406.757500', '184407.217500', '184407.677500', '184408.137500', '184408.597500', '184409.057500', '184409.517500', '184409.977500', '184410.437500', '184410.897500', '184411.357500', '184411.817500', '184412.277500', '184412.737500', '184413.197500', '184413.657500', '184414.117500', '184414.577500', '184415.037500', '184415.497500', '184415.957500', '184416.417500', '184416.877500', '184417.337500', '184417.797500', '184418.257500', '184418.717500', '184419.177500', '184419.637500', '184420.097500', '184420.557500', '184421.017500', '184421.477500', '184421.937500', '184422.397500', '184422.857500', '184423.317500', '184423.777500', '184424.237500', '184424.697500', '184425.157500', '184425.617500', '184426.077500', '184426.537500', '184426.997500', '184427.457500', '184427.917500', '184428.377500', '184428.837500', '184429.297500', '184429.757500', '184430.217500', '184430.677500', '184431.137500', '184431.597500', '184432.057500', '184432.517500', '184432.977500', '184433.437500', '184433.897500', '184434.357500', '184434.817500', '184435.277500', '184435.737500', '184436.197500', '184436.657500', '184437.117500', '184437.577500', '184438.037500', '184438.497500', '184438.957500', '184439.417500', '184439.877500', '184440.337500', '184440.797500', '184441.257500', '184441.717500', '184442.177500', '184442.637500', '184443.097500', '184443.557500', '184444.017500', '184444.477500', '184444.937500', '184445.397500', '184445.857500', '184446.317500', '184446.777500', '184447.237500', '184447.697500', '184448.157500', '184448.617500', '184449.077500', '184449.537500', '184449.997500', '184450.457500', '184450.917500', '184451.377500', '184451.837500', '184452.297500', '184452.757500', '184453.217500', '184453.677500', '184454.137500', '184454.597500', '184455.057500', '184455.517500', '184455.977500', '184456.437500', '184456.897500', '184457.357500', '184457.817500', '184458.277500', '184458.737500', '184459.197500', '184459.657500', '184500.117500', '184500.577500', '184501.037500', '184501.497500', '184501.957500', '184502.417500', '184502.877500', '184503.337500', '184503.797500', '184504.257500', '184504.717500', '184505.177500', '184505.637500', '184506.097500', '184506.557500', '184507.017500', '184507.477500', '184507.937500', '184508.397500', '184508.857500', '184509.317500', '184509.777500', '184510.237500', '184510.697500', '184511.157500', '184511.617500', '184512.077500', '184512.537500', '184512.997500', '184513.457500', '184513.917500', '184514.377500', '184514.837500', '184515.297500', '184515.757500', '184516.217500', '184516.677500', '184517.137500'], 'ContentTime': ['183533.791000', '183533.794000', '183533.797000', '183533.799000', '183533.802000', '183533.805000', '183533.807000', '183533.810000', '183533.812000', '183533.815000', '183533.823000', '183533.826000', '183533.837000', '183533.840000', '183533.842000', '183533.845000', '183533.848000', '183533.855000', '183533.858000', '183533.860000', '183533.863000', '183533.866000', '183533.868000', '183533.871000', '183533.873000', '183533.876000', '183533.878000', '183553.743000', '183553.745000', '183553.748000', '183553.751000', '183553.753000', '183553.756000', '183553.758000', '183553.761000', '183553.763000', '183553.766000', '183553.768000', '183553.771000', '183553.774000', '183553.776000', '183553.779000', '183553.781000', '183553.784000', '183553.786000', '183553.789000', '183553.791000', '183553.794000', '183553.797000', '183553.799000', '183553.802000', '183553.804000', '183553.807000', '183553.809000', '183553.812000', '183553.814000', '183553.817000', '183553.820000', '183553.822000', '183553.825000', '183553.827000', '183553.830000', '183553.832000', '183553.835000', '183553.845000', '183553.849000', '183553.852000', '183553.854000', '183553.857000', '183553.870000', '183613.742000', '183613.745000', '183613.748000', '183613.750000', '183613.753000', '183613.755000', '183613.758000', '183613.761000', '183613.763000', '183613.766000', '183613.768000', '183613.771000', '183613.773000', '183613.776000', '183613.778000', '183613.781000', '183613.784000', '183613.786000', '183613.789000', '183613.791000', '183613.794000', '183613.796000', '183613.799000', '183613.801000', '183613.804000', '183613.807000', '183613.809000', '183613.812000', '183613.814000', '183613.817000', '183613.819000', '183613.822000', '183613.824000', '183613.827000', '183613.830000', '183613.832000', '183613.835000', '183613.837000', '183613.840000', '183613.842000', '183613.845000', '183613.848000', '183613.850000', '183613.853000', '183633.742000', '183633.745000', '183633.748000', '183633.750000', '183633.753000', '183633.756000', '183633.758000', '183633.761000', '183633.763000', '183633.766000', '183633.768000', '183633.771000', '183633.773000', '183633.776000', '183633.779000', '183633.781000', '183633.784000', '183633.786000', '183633.789000', '183633.791000', '183633.794000', '183633.797000', '183633.799000', '183633.802000', '183633.804000', '183633.807000', '183633.809000', '183633.812000', '183633.814000', '183633.817000', '183633.820000', '183633.822000', '183633.825000', '183633.827000', '183633.830000', '183633.832000', '183633.835000', '183633.838000', '183633.840000', '183633.843000', '183633.846000', '183633.849000', '183633.852000', '183653.742000', '183653.745000', '183653.748000', '183653.750000', '183653.753000', '183653.756000', '183653.758000', '183653.761000', '183653.763000', '183653.766000', '183653.768000', '183653.771000', '183653.774000', '183653.776000', '183653.779000', '183653.781000', '183653.784000', '183653.787000', '183653.789000', '183653.792000', '183653.794000', '183653.797000', '183653.800000', '183653.802000', '183653.805000', '183653.807000', '183653.810000', '183653.813000', '183653.815000', '183653.818000', '183653.820000', '183653.823000', '183653.826000', '183653.828000', '183653.831000', '183653.833000', '183653.836000', '183653.838000', '183653.841000', '183653.844000', '183653.846000', '183653.849000', '183653.851000', '183653.854000', '183713.743000', '183713.746000', '183713.748000', '183713.751000', '183713.753000', '183713.756000', '183713.758000', '183713.761000', '183713.764000', '183713.766000', '183713.769000', '183713.771000', '183713.774000', '183713.776000', '183713.779000', '183713.782000', '183713.784000', '183713.787000', '183713.789000', '183713.792000', '183713.794000', '183713.797000', '183713.800000', '183713.802000', '183713.805000', '183713.808000', '183713.810000', '183713.813000', '183713.815000', '183713.818000', '183713.820000', '183713.823000', '183713.826000', '183713.828000', '183713.831000', '183713.833000', '183713.836000', '183713.838000', '183713.841000', '183713.844000', '183713.846000', '183713.849000', '183713.852000', '183733.743000', '183733.746000', '183733.748000', '183733.751000', '183733.754000', '183733.756000', '183733.759000', '183733.761000', '183733.764000', '183733.766000', '183733.769000', '183733.772000', '183733.774000', '183733.777000', '183733.779000', '183733.782000', '183733.784000', '183733.787000', '183733.790000', '183733.792000', '183733.795000', '183733.797000', '183733.800000', '183733.802000', '183733.821000', '183733.823000', '183733.826000', '183733.829000', '183733.831000', '183733.834000', '183733.836000', '183733.839000', '183733.841000', '183733.844000', '183733.847000', '183733.849000', '183733.852000', '183733.854000', '183733.857000', '183733.860000', '183733.862000', '183733.865000', '183733.867000', '183753.742000', '183753.744000', '183753.747000', '183753.750000', '183753.752000', '183753.755000', '183753.757000', '183753.760000', '183753.763000', '183753.765000', '183753.768000', '183753.771000', '183753.773000', '183753.776000', '183753.778000', '183753.781000', '183753.783000', '183753.786000', '183753.789000', '183753.791000', '183753.794000', '183753.796000', '183753.799000', '183753.801000', '183753.804000', '183753.807000', '183753.809000', '183753.812000', '183753.814000', '183753.817000', '183753.820000', '183753.822000', '183753.825000', '183753.827000', '183753.830000', '183753.833000', '183753.835000', '183753.838000', '183753.841000', '183753.843000', '183753.846000', '183753.848000', '183753.851000', '183753.853000', '183813.742000', '183813.745000', '183813.748000', '183813.750000', '183813.753000', '183813.756000', '183813.758000', '183813.761000', '183813.763000', '183813.766000', '183813.769000', '183813.771000', '183813.774000', '183813.776000', '183813.779000', '183813.782000', '183813.784000', '183813.787000', '183813.789000', '183813.792000', '183813.794000', '183813.797000', '183813.800000', '183813.802000', '183813.805000', '183813.807000', '183813.810000', '183813.813000', '183813.815000', '183813.818000', '183813.820000', '183813.823000', '183813.826000', '183813.828000', '183813.831000', '183813.833000', '183813.836000', '183813.839000', '183813.841000', '183813.844000', '183813.846000', '183813.849000', '183813.851000', '183813.854000', '183833.743000', '183833.746000', '183833.748000', '183833.751000', '183833.754000', '183833.756000', '183833.759000', '183833.762000', '183833.764000', '183833.767000', '183833.769000', '183833.772000', '183833.775000', '183833.777000', '183833.780000', '183833.782000', '183833.785000', '183833.787000', '183833.790000', '183833.793000', '183833.795000', '183833.798000', '183833.800000', '183833.803000', '183833.806000', '183833.808000', '183833.811000', '183833.813000', '183833.816000', '183833.818000', '183833.821000', '183833.824000', '183833.826000', '183833.829000', '183833.831000', '183833.834000', '183833.837000', '183833.839000', '183833.842000', '183833.845000', '183833.847000', '183833.850000', '183833.852000', '183853.742000', '183853.745000', '183853.748000', '183853.751000', '183853.753000', '183853.756000', '183853.759000', '183853.761000', '183853.764000', '183853.766000', '183853.769000', '183853.772000', '183853.774000', '183853.777000', '183853.779000', '183853.782000', '183853.785000', '183853.787000', '183853.790000', '183853.793000', '183853.795000', '183853.798000', '183853.801000', '183853.803000', '183853.806000', '183853.808000', '183853.811000', '183853.814000', '183853.816000', '183853.819000', '183853.822000', '183853.824000', '183853.827000', '183853.829000', '183853.832000', '183853.835000', '183853.837000', '183853.840000', '183853.842000', '183853.845000', '183853.848000', '183853.850000', '183853.853000', '183913.743000', '183913.745000', '183913.748000', '183913.751000', '183913.753000', '183913.756000', '183913.759000', '183913.761000', '183913.764000', '183913.766000', '183913.769000', '183913.772000', '183913.774000', '183913.777000', '183913.779000', '183913.782000', '183913.785000', '183913.787000', '183913.790000', '183913.792000', '183913.807000', '183913.810000', '183913.812000', '183913.815000', '183913.818000', '183913.820000', '183913.823000', '183913.826000', '183913.828000', '183913.831000', '183913.833000', '183913.836000', '183913.838000', '183913.841000', '183913.844000', '183913.846000', '183913.849000', '183913.851000', '183913.854000', '183913.857000', '183913.859000', '183913.862000', '183913.864000', '183913.867000', '183933.742000', '183933.746000', '183933.749000', '183933.752000', '183933.754000', '183933.757000', '183933.760000', '183933.762000', '183933.765000', '183933.768000', '183933.770000', '183933.773000', '183933.775000', '183933.778000', '183933.781000', '183933.783000', '183933.786000', '183933.789000', '183933.791000', '183933.794000', '183933.796000', '183933.799000', '183933.801000', '183933.804000', '183933.807000', '183933.809000', '183933.812000', '183933.814000', '183933.817000', '183933.820000', '183933.822000', '183933.825000', '183933.827000', '183933.830000', '183933.833000', '183933.835000', '183933.838000', '183933.840000', '183933.843000', '183933.845000', '183933.848000', '183933.851000', '183933.853000', '183953.742000', '183953.745000', '183953.748000', '183953.750000', '183953.753000', '183953.756000', '183953.758000', '183953.761000', '183953.763000', '183953.766000', '183953.769000', '183953.771000', '183953.774000', '183953.777000', '183953.779000', '183953.782000', '183953.785000', '183953.787000', '183953.790000', '183953.792000', '183953.795000', '183953.798000', '183953.800000', '183953.803000', '183953.805000', '183953.808000', '183953.811000', '183953.813000', '183953.816000', '183953.818000', '183953.821000', '183953.823000', '183953.826000', '183953.829000', '183953.831000', '183953.834000', '183953.836000', '183953.839000', '183953.841000', '183953.844000', '183953.847000', '183953.849000', '183953.852000', '183953.854000', '184013.741000', '184013.744000', '184013.747000', '184013.749000', '184013.752000', '184013.755000', '184013.757000', '184013.760000', '184013.762000', '184013.765000', '184013.769000', '184013.772000', '184013.774000', '184013.777000', '184013.780000', '184013.782000', '184013.785000', '184013.787000', '184013.790000', '184013.793000', '184013.795000', '184013.798000', '184013.800000', '184013.803000', '184013.806000', '184013.808000', '184013.811000', '184013.813000', '184013.816000', '184013.819000', '184013.821000', '184013.824000', '184013.827000', '184013.829000', '184013.832000', '184013.835000', '184013.837000', '184013.840000', '184013.842000', '184013.845000', '184013.847000', '184013.850000', '184013.853000', '184013.855000', '184033.743000', '184033.745000', '184033.748000', '184033.751000', '184033.753000', '184033.756000', '184033.758000', '184033.761000', '184033.763000', '184033.766000', '184033.769000', '184033.771000', '184033.774000', '184033.776000', '184033.779000', '184033.782000', '184033.784000', '184033.787000', '184033.790000', '184033.792000', '184033.795000', '184033.797000', '184033.800000', '184033.803000', '184033.805000', '184033.808000', '184033.810000', '184033.813000', '184033.815000', '184033.818000', '184033.821000', '184033.823000', '184033.826000', '184033.828000', '184033.831000', '184033.833000', '184033.836000', '184033.839000', '184033.842000', '184033.844000', '184033.847000', '184033.849000', '184033.852000', '184053.742000', '184053.753000', '184053.756000', '184053.759000', '184053.761000', '184053.764000', '184053.766000', '184053.769000', '184053.772000', '184053.774000', '184053.777000', '184053.779000', '184053.782000', '184053.784000', '184053.787000', '184053.790000', '184053.792000', '184053.795000', '184053.801000', '184053.803000', '184053.806000', '184053.809000', '184053.811000', '184053.814000', '184053.816000', '184053.819000', '184053.822000', '184053.824000', '184053.827000', '184053.829000', '184053.832000', '184053.835000', '184053.837000', '184053.840000', '184053.842000', '184053.845000', '184053.848000', '184053.850000', '184053.853000', '184053.855000', '184053.858000', '184053.860000', '184053.863000', '184053.866000', '184113.742000', '184113.745000', '184113.748000', '184113.750000', '184113.753000', '184113.756000', '184113.758000', '184113.761000', '184113.763000', '184113.766000', '184113.769000', '184113.771000', '184113.774000', '184113.777000', '184113.779000', '184113.782000', '184113.784000', '184113.787000', '184113.790000', '184113.792000', '184113.795000', '184113.797000', '184113.800000', '184113.802000', '184113.805000', '184113.808000', '184113.810000', '184113.813000', '184113.816000', '184113.818000', '184113.821000', '184113.823000', '184113.826000', '184113.829000', '184113.831000', '184113.834000', '184113.836000', '184113.839000', '184113.842000', '184113.844000', '184113.847000', '184113.849000', '184113.852000', '184133.744000', '184133.747000', '184133.750000', '184133.752000', '184133.755000', '184133.758000', '184133.760000', '184133.763000', '184133.765000', '184133.768000', '184133.770000', '184133.773000', '184133.776000', '184133.778000', '184133.781000', '184133.784000', '184133.787000', '184133.789000', '184133.792000', '184133.794000', '184133.797000', '184133.800000', '184133.802000', '184133.805000', '184133.809000', '184133.811000', '184133.814000', '184133.817000', '184133.819000', '184133.822000', '184133.824000', '184133.827000', '184133.830000', '184133.832000', '184133.835000', '184133.837000', '184133.840000', '184133.843000', '184133.845000', '184133.848000', '184133.850000', '184133.853000', '184133.856000', '184153.743000', '184153.745000', '184153.748000', '184153.750000', '184153.753000', '184153.756000', '184153.758000', '184153.761000', '184153.763000', '184153.766000', '184153.769000', '184153.771000', '184153.774000', '184153.776000', '184153.779000', '184153.782000', '184153.784000', '184153.787000', '184153.789000', '184153.792000', '184153.795000', '184153.797000', '184153.800000', '184153.803000', '184153.805000', '184153.808000', '184153.810000', '184153.813000', '184153.816000', '184153.818000', '184153.821000', '184153.823000', '184153.826000', '184153.828000', '184153.831000', '184153.834000', '184153.836000', '184153.839000', '184153.841000', '184153.844000', '184153.847000', '184153.849000', '184153.852000', '184153.854000', '184213.743000', '184213.745000', '184213.748000', '184213.751000', '184213.753000', '184213.756000', '184213.759000', '184213.762000', '184213.764000', '184213.767000', '184213.788000', '184213.790000', '184213.793000', '184213.796000', '184213.798000', '184213.801000', '184213.803000', '184213.806000', '184213.808000', '184213.811000', '184213.814000', '184213.816000', '184213.819000', '184213.821000', '184213.824000', '184213.826000', '184213.829000', '184213.832000', '184213.834000', '184213.837000', '184213.839000', '184213.842000', '184213.845000', '184213.847000', '184213.850000', '184213.852000', '184213.855000', '184213.858000', '184213.860000', '184213.863000', '184213.866000', '184213.868000', '184213.871000', '184233.742000', '184233.744000', '184233.747000', '184233.750000', '184233.752000', '184233.755000', '184233.757000', '184233.760000', '184233.762000', '184233.765000', '184233.768000', '184233.770000', '184233.773000', '184233.775000', '184233.778000', '184233.780000', '184233.783000', '184233.786000', '184233.788000', '184233.791000', '184233.793000', '184233.796000', '184233.799000', '184233.801000', '184233.804000', '184233.806000', '184233.809000', '184233.812000', '184233.814000', '184233.817000', '184233.819000', '184233.822000', '184233.825000', '184233.827000', '184233.830000', '184233.832000', '184233.835000', '184233.837000', '184233.840000', '184233.843000', '184233.845000', '184233.848000', '184233.851000', '184233.853000', '184253.743000', '184253.745000', '184253.748000', '184253.751000', '184253.753000', '184253.756000', '184253.759000', '184253.761000', '184253.764000', '184253.766000', '184253.769000', '184253.772000', '184253.774000', '184253.777000', '184253.779000', '184253.782000', '184253.785000', '184253.787000', '184253.790000', '184253.793000', '184253.795000', '184253.798000', '184253.801000', '184253.803000', '184253.806000', '184253.809000', '184253.811000', '184253.814000', '184253.816000', '184253.819000', '184253.822000', '184253.824000', '184253.827000', '184253.829000', '184253.832000', '184253.835000', '184253.837000', '184253.840000', '184253.843000', '184253.846000', '184253.849000', '184253.852000', '184253.854000', '184313.743000', '184313.745000', '184313.748000', '184313.751000', '184313.753000', '184313.756000', '184313.758000', '184313.761000', '184313.764000', '184313.766000', '184313.769000', '184313.771000', '184313.774000', '184313.777000', '184313.779000', '184313.782000', '184313.784000', '184313.787000', '184313.790000', '184313.792000', '184313.795000', '184313.797000', '184313.800000', '184313.802000', '184313.805000', '184313.808000', '184313.810000', '184313.813000', '184313.815000', '184313.818000', '184313.821000', '184313.823000', '184313.826000', '184313.829000', '184313.831000', '184313.834000', '184313.836000', '184313.839000', '184313.841000', '184313.844000', '184313.847000', '184313.849000', '184313.852000', '184313.854000', '184333.743000', '184333.745000', '184333.748000', '184333.751000', '184333.753000', '184333.756000', '184333.758000', '184333.761000', '184333.764000', '184333.766000', '184333.769000', '184333.772000', '184333.774000', '184333.777000', '184333.779000', '184333.782000', '184333.784000', '184333.787000', '184333.790000', '184333.792000', '184333.795000', '184333.797000', '184333.800000', '184333.803000', '184333.805000', '184333.808000', '184333.810000', '184333.813000', '184333.816000', '184333.818000', '184333.821000', '184333.823000', '184333.826000', '184333.829000', '184333.832000', '184333.835000', '184333.837000', '184333.840000', '184333.843000', '184333.845000', '184333.848000', '184333.850000', '184333.853000', '184353.743000', '184353.746000', '184353.748000', '184353.751000', '184353.754000', '184353.756000', '184353.759000', '184353.761000', '184353.764000', '184353.766000', '184353.769000', '184353.772000', '184353.774000', '184353.777000', '184353.779000', '184353.782000', '184353.784000', '184353.787000', '184353.790000', '184353.792000', '184353.795000', '184353.797000', '184353.800000', '184353.803000', '184353.805000', '184353.808000', '184353.810000', '184353.813000', '184353.815000', '184353.818000', '184353.821000', '184353.823000', '184353.826000', '184353.828000', '184353.831000', '184353.833000', '184353.836000', '184353.839000', '184353.841000', '184353.844000', '184353.846000', '184353.849000', '184353.852000', '184353.854000', '184413.743000', '184413.745000', '184413.748000', '184413.751000', '184413.753000', '184413.756000', '184413.759000', '184413.761000', '184413.764000', '184413.767000', '184413.769000', '184413.772000', '184413.774000', '184413.777000', '184413.779000', '184413.782000', '184413.785000', '184413.787000', '184413.790000', '184413.792000', '184413.795000', '184413.798000', '184413.800000', '184413.803000', '184413.805000', '184413.808000', '184413.811000', '184413.813000', '184413.816000', '184413.818000', '184413.821000', '184413.824000', '184413.826000', '184413.829000', '184413.832000', '184413.834000', '184413.838000', '184413.840000', '184413.843000', '184413.846000', '184413.849000', '184413.851000', '184413.854000', '184433.742000', '184433.745000', '184433.748000', '184433.750000', '184433.753000', '184433.755000', '184433.758000', '184433.761000', '184433.763000', '184433.766000', '184433.769000', '184433.771000', '184433.774000', '184433.776000', '184433.779000', '184433.781000', '184433.784000', '184433.787000', '184433.789000', '184433.792000', '184433.794000', '184433.797000', '184433.800000', '184433.802000', '184433.805000', '184433.807000', '184433.810000', '184433.812000', '184433.815000', '184433.818000', '184433.820000', '184433.823000', '184433.825000', '184433.828000', '184433.831000', '184433.833000', '184433.836000', '184433.838000', '184433.841000', '184433.844000', '184433.846000', '184433.849000', '184433.852000', '184433.854000', '184453.741000', '184453.745000', '184453.747000', '184453.750000', '184453.752000', '184453.755000', '184453.758000', '184453.760000', '184453.763000', '184453.766000', '184453.768000', '184453.771000', '184453.773000', '184453.776000', '184453.779000', '184453.781000', '184453.784000', '184453.786000', '184453.789000', '184453.793000', '184453.796000', '184453.799000', '184453.801000', '184453.804000', '184453.806000', '184453.809000', '184453.812000', '184453.814000', '184453.817000', '184453.819000', '184453.822000', '184453.825000', '184453.827000', '184453.830000', '184453.832000', '184453.835000', '184453.838000', '184453.840000', '184453.843000', '184453.845000', '184453.848000', '184453.851000', '184453.853000', '184513.743000', '184513.745000', '184513.748000', '184513.751000', '184513.753000', '184513.756000', '184513.758000', '184513.761000', '184513.764000', '184513.766000', '184513.769000', '184513.771000', '184513.774000', '184513.777000', '184513.779000', '184513.782000', '184513.784000', '184513.787000', '184513.790000', '184513.792000', '184513.795000', '184513.798000', '184513.800000', '184513.803000', '184513.805000', '184513.808000', '184513.810000', '184513.813000', '184513.816000', '184513.818000', '184513.821000', '184513.823000', '184513.826000', '184513.829000', '184513.831000', '184513.834000', '184513.836000', '184513.839000', '184513.842000', '184513.845000', '184513.847000', '184513.850000', '184513.852000', '184513.855000', '184518.227000', '184518.230000', '184518.233000', '184518.235000', '184518.238000', '184518.241000', '184518.243000', '184518.246000', '184518.249000', '184518.252000'], 'InstanceCreationTime': ['183533.791000', '183533.794000', '183533.797000', '183533.799000', '183533.802000', '183533.805000', '183533.807000', '183533.810000', '183533.812000', '183533.815000', '183533.823000', '183533.826000', '183533.837000', '183533.840000', '183533.842000', '183533.845000', '183533.848000', '183533.855000', '183533.858000', '183533.860000', '183533.863000', '183533.866000', '183533.868000', '183533.871000', '183533.873000', '183533.876000', '183533.878000', '183553.743000', '183553.745000', '183553.748000', '183553.751000', '183553.753000', '183553.756000', '183553.758000', '183553.761000', '183553.763000', '183553.766000', '183553.768000', '183553.771000', '183553.774000', '183553.776000', '183553.779000', '183553.781000', '183553.784000', '183553.786000', '183553.789000', '183553.791000', '183553.794000', '183553.797000', '183553.799000', '183553.802000', '183553.804000', '183553.807000', '183553.809000', '183553.812000', '183553.814000', '183553.817000', '183553.820000', '183553.822000', '183553.825000', '183553.827000', '183553.830000', '183553.832000', '183553.835000', '183553.845000', '183553.849000', '183553.852000', '183553.854000', '183553.857000', '183553.870000', '183613.742000', '183613.745000', '183613.748000', '183613.750000', '183613.753000', '183613.755000', '183613.758000', '183613.761000', '183613.763000', '183613.766000', '183613.768000', '183613.771000', '183613.773000', '183613.776000', '183613.778000', '183613.781000', '183613.784000', '183613.786000', '183613.789000', '183613.791000', '183613.794000', '183613.796000', '183613.799000', '183613.801000', '183613.804000', '183613.807000', '183613.809000', '183613.812000', '183613.814000', '183613.817000', '183613.819000', '183613.822000', '183613.824000', '183613.827000', '183613.830000', '183613.832000', '183613.835000', '183613.837000', '183613.840000', '183613.842000', '183613.845000', '183613.848000', '183613.850000', '183613.853000', '183633.742000', '183633.745000', '183633.748000', '183633.750000', '183633.753000', '183633.756000', '183633.758000', '183633.761000', '183633.763000', '183633.766000', '183633.768000', '183633.771000', '183633.773000', '183633.776000', '183633.779000', '183633.781000', '183633.784000', '183633.786000', '183633.789000', '183633.791000', '183633.794000', '183633.797000', '183633.799000', '183633.802000', '183633.804000', '183633.807000', '183633.809000', '183633.812000', '183633.814000', '183633.817000', '183633.820000', '183633.822000', '183633.825000', '183633.827000', '183633.830000', '183633.832000', '183633.835000', '183633.838000', '183633.840000', '183633.843000', '183633.846000', '183633.849000', '183633.852000', '183653.742000', '183653.745000', '183653.748000', '183653.750000', '183653.753000', '183653.756000', '183653.758000', '183653.761000', '183653.763000', '183653.766000', '183653.768000', '183653.771000', '183653.774000', '183653.776000', '183653.779000', '183653.781000', '183653.784000', '183653.787000', '183653.789000', '183653.792000', '183653.794000', '183653.797000', '183653.800000', '183653.802000', '183653.805000', '183653.807000', '183653.810000', '183653.813000', '183653.815000', '183653.818000', '183653.820000', '183653.823000', '183653.826000', '183653.828000', '183653.831000', '183653.833000', '183653.836000', '183653.838000', '183653.841000', '183653.844000', '183653.846000', '183653.849000', '183653.851000', '183653.854000', '183713.743000', '183713.746000', '183713.748000', '183713.751000', '183713.753000', '183713.756000', '183713.758000', '183713.761000', '183713.764000', '183713.766000', '183713.769000', '183713.771000', '183713.774000', '183713.776000', '183713.779000', '183713.782000', '183713.784000', '183713.787000', '183713.789000', '183713.792000', '183713.794000', '183713.797000', '183713.800000', '183713.802000', '183713.805000', '183713.808000', '183713.810000', '183713.813000', '183713.815000', '183713.818000', '183713.820000', '183713.823000', '183713.826000', '183713.828000', '183713.831000', '183713.833000', '183713.836000', '183713.838000', '183713.841000', '183713.844000', '183713.846000', '183713.849000', '183713.852000', '183733.743000', '183733.746000', '183733.748000', '183733.751000', '183733.754000', '183733.756000', '183733.759000', '183733.761000', '183733.764000', '183733.766000', '183733.769000', '183733.772000', '183733.774000', '183733.777000', '183733.779000', '183733.782000', '183733.784000', '183733.787000', '183733.790000', '183733.792000', '183733.795000', '183733.797000', '183733.800000', '183733.802000', '183733.821000', '183733.823000', '183733.826000', '183733.829000', '183733.831000', '183733.834000', '183733.836000', '183733.839000', '183733.841000', '183733.844000', '183733.847000', '183733.849000', '183733.852000', '183733.854000', '183733.857000', '183733.860000', '183733.862000', '183733.865000', '183733.867000', '183753.742000', '183753.744000', '183753.747000', '183753.750000', '183753.752000', '183753.755000', '183753.757000', '183753.760000', '183753.763000', '183753.765000', '183753.768000', '183753.771000', '183753.773000', '183753.776000', '183753.778000', '183753.781000', '183753.783000', '183753.786000', '183753.789000', '183753.791000', '183753.794000', '183753.796000', '183753.799000', '183753.801000', '183753.804000', '183753.807000', '183753.809000', '183753.812000', '183753.814000', '183753.817000', '183753.820000', '183753.822000', '183753.825000', '183753.827000', '183753.830000', '183753.833000', '183753.835000', '183753.838000', '183753.841000', '183753.843000', '183753.846000', '183753.848000', '183753.851000', '183753.853000', '183813.742000', '183813.745000', '183813.748000', '183813.750000', '183813.753000', '183813.756000', '183813.758000', '183813.761000', '183813.763000', '183813.766000', '183813.769000', '183813.771000', '183813.774000', '183813.776000', '183813.779000', '183813.782000', '183813.784000', '183813.787000', '183813.789000', '183813.792000', '183813.794000', '183813.797000', '183813.800000', '183813.802000', '183813.805000', '183813.807000', '183813.810000', '183813.813000', '183813.815000', '183813.818000', '183813.820000', '183813.823000', '183813.826000', '183813.828000', '183813.831000', '183813.833000', '183813.836000', '183813.839000', '183813.841000', '183813.844000', '183813.846000', '183813.849000', '183813.851000', '183813.854000', '183833.743000', '183833.746000', '183833.748000', '183833.751000', '183833.754000', '183833.756000', '183833.759000', '183833.762000', '183833.764000', '183833.767000', '183833.769000', '183833.772000', '183833.775000', '183833.777000', '183833.780000', '183833.782000', '183833.785000', '183833.787000', '183833.790000', '183833.793000', '183833.795000', '183833.798000', '183833.800000', '183833.803000', '183833.806000', '183833.808000', '183833.811000', '183833.813000', '183833.816000', '183833.818000', '183833.821000', '183833.824000', '183833.826000', '183833.829000', '183833.831000', '183833.834000', '183833.837000', '183833.839000', '183833.842000', '183833.845000', '183833.847000', '183833.850000', '183833.852000', '183853.742000', '183853.745000', '183853.748000', '183853.751000', '183853.753000', '183853.756000', '183853.759000', '183853.761000', '183853.764000', '183853.766000', '183853.769000', '183853.772000', '183853.774000', '183853.777000', '183853.779000', '183853.782000', '183853.785000', '183853.787000', '183853.790000', '183853.793000', '183853.795000', '183853.798000', '183853.801000', '183853.803000', '183853.806000', '183853.808000', '183853.811000', '183853.814000', '183853.816000', '183853.819000', '183853.822000', '183853.824000', '183853.827000', '183853.829000', '183853.832000', '183853.835000', '183853.837000', '183853.840000', '183853.842000', '183853.845000', '183853.848000', '183853.850000', '183853.853000', '183913.743000', '183913.745000', '183913.748000', '183913.751000', '183913.753000', '183913.756000', '183913.759000', '183913.761000', '183913.764000', '183913.766000', '183913.769000', '183913.772000', '183913.774000', '183913.777000', '183913.779000', '183913.782000', '183913.785000', '183913.787000', '183913.790000', '183913.792000', '183913.807000', '183913.810000', '183913.812000', '183913.815000', '183913.818000', '183913.820000', '183913.823000', '183913.826000', '183913.828000', '183913.831000', '183913.833000', '183913.836000', '183913.838000', '183913.841000', '183913.844000', '183913.846000', '183913.849000', '183913.851000', '183913.854000', '183913.857000', '183913.859000', '183913.862000', '183913.864000', '183913.867000', '183933.742000', '183933.746000', '183933.749000', '183933.752000', '183933.754000', '183933.757000', '183933.760000', '183933.762000', '183933.765000', '183933.768000', '183933.770000', '183933.773000', '183933.775000', '183933.778000', '183933.781000', '183933.783000', '183933.786000', '183933.789000', '183933.791000', '183933.794000', '183933.796000', '183933.799000', '183933.801000', '183933.804000', '183933.807000', '183933.809000', '183933.812000', '183933.814000', '183933.817000', '183933.820000', '183933.822000', '183933.825000', '183933.827000', '183933.830000', '183933.833000', '183933.835000', '183933.838000', '183933.840000', '183933.843000', '183933.845000', '183933.848000', '183933.851000', '183933.853000', '183953.742000', '183953.745000', '183953.748000', '183953.750000', '183953.753000', '183953.756000', '183953.758000', '183953.761000', '183953.763000', '183953.766000', '183953.769000', '183953.771000', '183953.774000', '183953.777000', '183953.779000', '183953.782000', '183953.785000', '183953.787000', '183953.790000', '183953.792000', '183953.795000', '183953.798000', '183953.800000', '183953.803000', '183953.805000', '183953.808000', '183953.811000', '183953.813000', '183953.816000', '183953.818000', '183953.821000', '183953.823000', '183953.826000', '183953.829000', '183953.831000', '183953.834000', '183953.836000', '183953.839000', '183953.841000', '183953.844000', '183953.847000', '183953.849000', '183953.852000', '183953.854000', '184013.741000', '184013.744000', '184013.747000', '184013.749000', '184013.752000', '184013.755000', '184013.757000', '184013.760000', '184013.762000', '184013.765000', '184013.769000', '184013.772000', '184013.774000', '184013.777000', '184013.780000', '184013.782000', '184013.785000', '184013.787000', '184013.790000', '184013.793000', '184013.795000', '184013.798000', '184013.800000', '184013.803000', '184013.806000', '184013.808000', '184013.811000', '184013.813000', '184013.816000', '184013.819000', '184013.821000', '184013.824000', '184013.827000', '184013.829000', '184013.832000', '184013.835000', '184013.837000', '184013.840000', '184013.842000', '184013.845000', '184013.847000', '184013.850000', '184013.853000', '184013.855000', '184033.743000', '184033.745000', '184033.748000', '184033.751000', '184033.753000', '184033.756000', '184033.758000', '184033.761000', '184033.763000', '184033.766000', '184033.769000', '184033.771000', '184033.774000', '184033.776000', '184033.779000', '184033.782000', '184033.784000', '184033.787000', '184033.790000', '184033.792000', '184033.795000', '184033.797000', '184033.800000', '184033.803000', '184033.805000', '184033.808000', '184033.810000', '184033.813000', '184033.815000', '184033.818000', '184033.821000', '184033.823000', '184033.826000', '184033.828000', '184033.831000', '184033.833000', '184033.836000', '184033.839000', '184033.842000', '184033.844000', '184033.847000', '184033.849000', '184033.852000', '184053.742000', '184053.753000', '184053.756000', '184053.759000', '184053.761000', '184053.764000', '184053.766000', '184053.769000', '184053.772000', '184053.774000', '184053.777000', '184053.779000', '184053.782000', '184053.784000', '184053.787000', '184053.790000', '184053.792000', '184053.795000', '184053.801000', '184053.803000', '184053.806000', '184053.809000', '184053.811000', '184053.814000', '184053.816000', '184053.819000', '184053.822000', '184053.824000', '184053.827000', '184053.829000', '184053.832000', '184053.835000', '184053.837000', '184053.840000', '184053.842000', '184053.845000', '184053.848000', '184053.850000', '184053.853000', '184053.855000', '184053.858000', '184053.860000', '184053.863000', '184053.866000', '184113.742000', '184113.745000', '184113.748000', '184113.750000', '184113.753000', '184113.756000', '184113.758000', '184113.761000', '184113.763000', '184113.766000', '184113.769000', '184113.771000', '184113.774000', '184113.777000', '184113.779000', '184113.782000', '184113.784000', '184113.787000', '184113.790000', '184113.792000', '184113.795000', '184113.797000', '184113.800000', '184113.802000', '184113.805000', '184113.808000', '184113.810000', '184113.813000', '184113.816000', '184113.818000', '184113.821000', '184113.823000', '184113.826000', '184113.829000', '184113.831000', '184113.834000', '184113.836000', '184113.839000', '184113.842000', '184113.844000', '184113.847000', '184113.849000', '184113.852000', '184133.744000', '184133.747000', '184133.750000', '184133.752000', '184133.755000', '184133.758000', '184133.760000', '184133.763000', '184133.765000', '184133.768000', '184133.770000', '184133.773000', '184133.776000', '184133.778000', '184133.781000', '184133.784000', '184133.787000', '184133.789000', '184133.792000', '184133.794000', '184133.797000', '184133.800000', '184133.802000', '184133.805000', '184133.809000', '184133.811000', '184133.814000', '184133.817000', '184133.819000', '184133.822000', '184133.824000', '184133.827000', '184133.830000', '184133.832000', '184133.835000', '184133.837000', '184133.840000', '184133.843000', '184133.845000', '184133.848000', '184133.850000', '184133.853000', '184133.856000', '184153.743000', '184153.745000', '184153.748000', '184153.750000', '184153.753000', '184153.756000', '184153.758000', '184153.761000', '184153.763000', '184153.766000', '184153.769000', '184153.771000', '184153.774000', '184153.776000', '184153.779000', '184153.782000', '184153.784000', '184153.787000', '184153.789000', '184153.792000', '184153.795000', '184153.797000', '184153.800000', '184153.803000', '184153.805000', '184153.808000', '184153.810000', '184153.813000', '184153.816000', '184153.818000', '184153.821000', '184153.823000', '184153.826000', '184153.828000', '184153.831000', '184153.834000', '184153.836000', '184153.839000', '184153.841000', '184153.844000', '184153.847000', '184153.849000', '184153.852000', '184153.854000', '184213.743000', '184213.745000', '184213.748000', '184213.751000', '184213.753000', '184213.756000', '184213.759000', '184213.762000', '184213.764000', '184213.767000', '184213.788000', '184213.790000', '184213.793000', '184213.796000', '184213.798000', '184213.801000', '184213.803000', '184213.806000', '184213.808000', '184213.811000', '184213.814000', '184213.816000', '184213.819000', '184213.821000', '184213.824000', '184213.826000', '184213.829000', '184213.832000', '184213.834000', '184213.837000', '184213.839000', '184213.842000', '184213.845000', '184213.847000', '184213.850000', '184213.852000', '184213.855000', '184213.858000', '184213.860000', '184213.863000', '184213.866000', '184213.868000', '184213.871000', '184233.742000', '184233.744000', '184233.747000', '184233.750000', '184233.752000', '184233.755000', '184233.757000', '184233.760000', '184233.762000', '184233.765000', '184233.768000', '184233.770000', '184233.773000', '184233.775000', '184233.778000', '184233.780000', '184233.783000', '184233.786000', '184233.788000', '184233.791000', '184233.793000', '184233.796000', '184233.799000', '184233.801000', '184233.804000', '184233.806000', '184233.809000', '184233.812000', '184233.814000', '184233.817000', '184233.819000', '184233.822000', '184233.825000', '184233.827000', '184233.830000', '184233.832000', '184233.835000', '184233.837000', '184233.840000', '184233.843000', '184233.845000', '184233.848000', '184233.851000', '184233.853000', '184253.743000', '184253.745000', '184253.748000', '184253.751000', '184253.753000', '184253.756000', '184253.759000', '184253.761000', '184253.764000', '184253.766000', '184253.769000', '184253.772000', '184253.774000', '184253.777000', '184253.779000', '184253.782000', '184253.785000', '184253.787000', '184253.790000', '184253.793000', '184253.795000', '184253.798000', '184253.801000', '184253.803000', '184253.806000', '184253.809000', '184253.811000', '184253.814000', '184253.816000', '184253.819000', '184253.822000', '184253.824000', '184253.827000', '184253.829000', '184253.832000', '184253.835000', '184253.837000', '184253.840000', '184253.843000', '184253.846000', '184253.849000', '184253.852000', '184253.854000', '184313.743000', '184313.745000', '184313.748000', '184313.751000', '184313.753000', '184313.756000', '184313.758000', '184313.761000', '184313.764000', '184313.766000', '184313.769000', '184313.771000', '184313.774000', '184313.777000', '184313.779000', '184313.782000', '184313.784000', '184313.787000', '184313.790000', '184313.792000', '184313.795000', '184313.797000', '184313.800000', '184313.802000', '184313.805000', '184313.808000', '184313.810000', '184313.813000', '184313.815000', '184313.818000', '184313.821000', '184313.823000', '184313.826000', '184313.829000', '184313.831000', '184313.834000', '184313.836000', '184313.839000', '184313.841000', '184313.844000', '184313.847000', '184313.849000', '184313.852000', '184313.854000', '184333.743000', '184333.745000', '184333.748000', '184333.751000', '184333.753000', '184333.756000', '184333.758000', '184333.761000', '184333.764000', '184333.766000', '184333.769000', '184333.772000', '184333.774000', '184333.777000', '184333.779000', '184333.782000', '184333.784000', '184333.787000', '184333.790000', '184333.792000', '184333.795000', '184333.797000', '184333.800000', '184333.803000', '184333.805000', '184333.808000', '184333.810000', '184333.813000', '184333.816000', '184333.818000', '184333.821000', '184333.823000', '184333.826000', '184333.829000', '184333.832000', '184333.835000', '184333.837000', '184333.840000', '184333.843000', '184333.845000', '184333.848000', '184333.850000', '184333.853000', '184353.743000', '184353.746000', '184353.748000', '184353.751000', '184353.754000', '184353.756000', '184353.759000', '184353.761000', '184353.764000', '184353.766000', '184353.769000', '184353.772000', '184353.774000', '184353.777000', '184353.779000', '184353.782000', '184353.784000', '184353.787000', '184353.790000', '184353.792000', '184353.795000', '184353.797000', '184353.800000', '184353.803000', '184353.805000', '184353.808000', '184353.810000', '184353.813000', '184353.815000', '184353.818000', '184353.821000', '184353.823000', '184353.826000', '184353.828000', '184353.831000', '184353.833000', '184353.836000', '184353.839000', '184353.841000', '184353.844000', '184353.846000', '184353.849000', '184353.852000', '184353.854000', '184413.743000', '184413.745000', '184413.748000', '184413.751000', '184413.753000', '184413.756000', '184413.759000', '184413.761000', '184413.764000', '184413.767000', '184413.769000', '184413.772000', '184413.774000', '184413.777000', '184413.779000', '184413.782000', '184413.785000', '184413.787000', '184413.790000', '184413.792000', '184413.795000', '184413.798000', '184413.800000', '184413.803000', '184413.805000', '184413.808000', '184413.811000', '184413.813000', '184413.816000', '184413.818000', '184413.821000', '184413.824000', '184413.826000', '184413.829000', '184413.832000', '184413.834000', '184413.838000', '184413.840000', '184413.843000', '184413.846000', '184413.849000', '184413.851000', '184413.854000', '184433.742000', '184433.745000', '184433.748000', '184433.750000', '184433.753000', '184433.755000', '184433.758000', '184433.761000', '184433.763000', '184433.766000', '184433.769000', '184433.771000', '184433.774000', '184433.776000', '184433.779000', '184433.781000', '184433.784000', '184433.787000', '184433.789000', '184433.792000', '184433.794000', '184433.797000', '184433.800000', '184433.802000', '184433.805000', '184433.807000', '184433.810000', '184433.812000', '184433.815000', '184433.818000', '184433.820000', '184433.823000', '184433.825000', '184433.828000', '184433.831000', '184433.833000', '184433.836000', '184433.838000', '184433.841000', '184433.844000', '184433.846000', '184433.849000', '184433.852000', '184433.854000', '184453.741000', '184453.745000', '184453.747000', '184453.750000', '184453.752000', '184453.755000', '184453.758000', '184453.760000', '184453.763000', '184453.766000', '184453.768000', '184453.771000', '184453.773000', '184453.776000', '184453.779000', '184453.781000', '184453.784000', '184453.786000', '184453.789000', '184453.793000', '184453.796000', '184453.799000', '184453.801000', '184453.804000', '184453.806000', '184453.809000', '184453.812000', '184453.814000', '184453.817000', '184453.819000', '184453.822000', '184453.825000', '184453.827000', '184453.830000', '184453.832000', '184453.835000', '184453.838000', '184453.840000', '184453.843000', '184453.845000', '184453.848000', '184453.851000', '184453.853000', '184513.743000', '184513.745000', '184513.748000', '184513.751000', '184513.753000', '184513.756000', '184513.758000', '184513.761000', '184513.764000', '184513.766000', '184513.769000', '184513.771000', '184513.774000', '184513.777000', '184513.779000', '184513.782000', '184513.784000', '184513.787000', '184513.790000', '184513.792000', '184513.795000', '184513.798000', '184513.800000', '184513.803000', '184513.805000', '184513.808000', '184513.810000', '184513.813000', '184513.816000', '184513.818000', '184513.821000', '184513.823000', '184513.826000', '184513.829000', '184513.831000', '184513.834000', '184513.836000', '184513.839000', '184513.842000', '184513.845000', '184513.847000', '184513.850000', '184513.852000', '184513.855000', '184518.227000', '184518.230000', '184518.233000', '184518.235000', '184518.238000', '184518.241000', '184518.243000', '184518.246000', '184518.249000', '184518.252000'], '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': [11075, 9190, 7933, 11865, 7560, 8122, 9105, 7319, 8318, 9066, 7342, 8167, 7848, 7487, 8126, 8053, 7352, 7938, 7944, 7443, 8111, 10821, 7305, 8015, 7503, 7403, 8071, 7965, 7409, 8008, 7929, 7600, 8106, 8092, 7528, 7975, 8065, 7345, 7951, 7940, 7565, 7985, 7991, 11003, 8571, 8020, 8473, 7514, 7950, 11011, 7821, 8033, 8119, 7364, 7984, 8091, 7758, 8194, 7768, 7433, 7547, 8046, 10206, 7519, 8057, 7935, 7796, 7940, 7850, 7472, 8341, 7852, 7852, 7443, 7851, 8018, 7398, 7963, 7907, 7686, 7621, 8142, 8067, 7598, 8049, 7908, 8317, 7781, 8149, 10956, 8640, 7890, 8267, 7276, 7929, 8007, 10265, 8022, 7939, 7572, 7578, 8070, 10652, 7645, 7920, 8055, 7387, 7869, 8044, 7729, 7827, 7735, 9189, 8116, 7935, 7772, 7791, 7879, 8843, 7193, 7965, 8167, 7486, 7837, 7901, 8575, 7895, 7896, 7267, 7834, 7849, 9073, 7623, 7900, 7728, 7196, 8061, 8163, 7324, 7894, 7716, 8894, 8261, 8005, 8677, 7414, 8096, 9008, 7299, 7909, 7933, 7274, 7763, 7952, 7273, 7892, 7892, 7700, 7802, 8056, 8260, 7693, 7860, 7849, 9817, 7206, 7963, 8803, 6875, 7705, 8024, 9266, 8178, 7969, 8176, 7033, 7776, 7839, 10893, 7213, 7857, 7941, 7333, 7824, 7937, 11345, 7854, 7920, 7829, 7350, 7900, 9052, 7574, 7719, 7730, 7279, 7810, 7710, 8635, 7781, 7862, 6921, 7680, 7756, 9418, 7296, 7778, 7468, 7277, 7725, 7786, 8000, 7692, 7657, 7288, 8187, 7764, 9414, 7171, 7748, 7851, 7277, 7739, 7696, 9127, 7317, 7801, 7513, 7460, 7799, 7865, 7728, 7649, 7794, 8587, 8016, 7932, 9340, 7707, 7882, 7756, 8385, 8099, 7844, 7660, 7436, 8042, 9678, 7979, 7745, 7944, 7081, 7644, 7704, 10152, 7379, 7802, 7751, 7602, 7738, 7883, 8511, 7925, 7834, 7806, 7346, 7848, 8155, 7312, 7785, 7807, 7541, 8046, 7843, 7771, 7475, 7841, 7802, 7806, 7695, 7840, 7154, 7744, 7591, 8845, 7422, 7755, 7871, 7453, 7781, 7746, 8421, 7916, 7718, 7335, 7835, 7749, 10413, 7420, 7807, 7947, 7526, 7802, 7747, 8324, 7931, 7630, 7177, 7767, 7668, 9827, 7310, 7760, 7679, 7159, 7682, 7815, 8481, 7639, 7827, 7270, 7519, 7851, 9722, 7220, 7660, 7692, 7195, 7729, 7580, 8328, 7311, 7783, 7587, 7422, 7795, 7699, 7299, 7710, 7685, 9173, 7369, 7696, 7593, 7269, 7702, 7664, 8039, 7638, 7693, 7068, 7954, 7583, 10054, 7434, 7675, 8172, 7305, 7799, 7602, 7335, 7625, 7409, 7429, 7259, 7811, 7515, 7441, 7680, 7480, 7597, 8152, 7647, 7741, 7521, 7927, 7794, 8513, 7877, 7646, 10330, 7422, 7705, 7922, 7257, 7704, 7605, 10455, 7935, 7839, 8100, 7386, 7729, 7736, 9136, 8133, 7758, 7555, 7454, 7747, 7713, 7632, 8358, 7917, 7558, 7440, 7843, 7891, 7385, 7882, 7731, 9137, 7452, 7907, 7722, 7422, 7817, 7827, 9237, 7680, 7782, 8452, 7592, 7752, 7845, 7175, 7774, 7672, 7652, 8197, 7763, 7613, 7386, 7806, 7498, 7215, 7960, 7782, 7233, 7371, 7815, 8392, 7456, 7739, 7794, 8222, 7324, 7622, 11372, 8624, 8061, 7754, 7847, 7217, 7995, 9217, 7325, 7801, 7699, 7222, 8113, 7864, 9060, 7474, 7894, 7751, 7675, 8099, 7697, 9784, 7528, 7846, 9567, 7388, 7858, 7839, 7436, 7764, 7628, 9954, 7553, 7809, 7852, 7562, 7971, 7718, 8978, 7280, 7884, 7754, 7563, 7783, 7790, 7973, 8168, 7972, 7783, 7431, 7861, 8198, 7402, 7814, 7815, 7399, 8026, 7920, 9244, 7368, 7860, 7804, 7281, 7896, 7837, 9390, 7412, 7836, 8762, 7430, 7735, 7872, 7372, 8279, 7893, 8269, 7257, 7974, 7893, 7335, 7786, 7516, 8612, 8307, 7817, 7417, 7252, 7730, 7721, 7191, 8040, 7868, 7944, 7036, 7962, 9099, 7334, 7928, 7704, 9722, 8268, 7927, 8194, 7314, 7989, 9839, 7286, 7836, 7988, 7510, 7700, 7809, 8969, 7458, 7877, 7816, 7635, 8156, 7741, 7169, 7583, 7830, 7762, 7214, 7965, 7838, 7372, 8115, 7828, 10343, 7354, 8049, 7681, 7249, 8090, 7797, 8404, 7386, 7712, 7816, 9012, 7671, 7885, 8124, 7314, 7810, 7991, 7547, 7621, 8156, 7788, 7535, 7881, 7829, 7331, 7995, 7797, 7879, 7072, 7891, 7972, 7424, 8277, 7944, 9744, 7418, 7805, 7908, 7382, 7901, 7802, 11187, 7238, 7978, 8028, 7504, 7894, 7806, 10509, 7397, 7982, 9666, 7623, 7980, 8053, 8224, 8150, 7773, 8300, 7223, 7925, 8041, 7580, 7861, 7716, 9372, 7321, 7902, 8000, 7370, 7860, 7753, 8921, 7747, 7878, 7618, 7385, 7823, 7851, 7725, 8163, 7733, 8041, 7342, 8034, 8236, 7448, 8021, 7688, 7359, 8299, 8058, 7845, 7442, 7899, 8246, 7452, 7857, 8195, 7687, 8097, 7780, 11581, 7674, 7890, 8118, 7352, 8130, 7987, 10591, 7249, 7920, 8053, 8425, 8068, 7970, 11051, 7283, 8041, 7905, 7165, 8064, 8017, 7570, 8123, 7994, 8381, 7188, 7797, 8012, 7205, 7953, 7673, 9495, 7290, 7913, 7996, 7411, 7815, 7917, 9864, 7506, 7808, 7837, 7271, 7994, 7959, 7466, 8273, 7779, 9203, 7264, 7979, 8009, 7325, 7936, 7850, 10815, 8494, 8039, 7901, 7396, 7873, 8357, 7466, 7852, 7823, 7233, 7890, 7805, 8357, 7307, 7911, 7479, 7263, 7815, 8055, 7513, 8088, 7910, 9368, 7237, 7838, 8027, 7486, 8080, 7670, 9179, 7601, 7953, 7961, 7410, 7887, 7904, 11258, 8568, 7810, 10894, 7969, 8103, 8649, 7347, 7890, 8005, 9078, 8375, 8027, 9006, 7152, 7945, 9769, 7539, 7985, 7973, 7249, 7674, 7818, 9409, 8494, 7902, 7336, 7411, 7885, 7890, 7179, 8271, 8010, 7327, 7141, 7808, 7930, 7185, 7916, 7710, 8574, 7242, 7718, 8022, 7394, 7962, 7677, 9810, 8137, 8007, 7345, 7234, 7838, 7862, 7208, 7891, 7832, 7267, 7432, 7815, 10814, 7635, 8039, 7831, 8020, 7850, 7908, 8969, 8015, 7933, 10703, 7899, 7839, 8080, 7413, 7772, 7834, 8910, 7414, 8074, 7718, 7679, 7925, 7817, 8058, 8178, 7869, 7231, 7583, 7941, 7951, 7483, 8020, 7818, 8987, 7253, 8074, 7830, 7505, 7953, 7910, 8964, 7607, 7937, 7790, 7160, 7861, 7951, 10071, 8431, 8003, 8697, 7349, 7905, 10921, 7876, 7776, 7950, 7486, 8243, 7810, 10483, 7447, 7889, 8009, 7304, 8193, 7860, 9946, 7150, 7873, 7739, 7371, 8102, 8031, 7768, 7451, 7837, 7864, 7609, 8371, 7976, 7409, 7499, 7783, 8663, 7387, 7963, 7886, 7506, 7938, 7798, 10742, 7448, 7905, 8331, 7517, 7869, 8226, 11095, 9650, 9983, 10809, 12919, 7982, 7999, 7280, 8131, 7449, 7779, 7919, 7430, 7833, 8167, 7465, 7897, 8117, 9706, 7654, 7966, 11867, 8329, 8039, 11387, 7895, 8010, 11169, 7611, 7976, 8670, 7495, 7992, 9316, 7534, 7938, 8649, 7671, 7791, 7819, 8192, 7795, 7323, 7552, 7910, 7719, 7475, 7972, 7721, 7543, 7769, 8050, 7397, 7907, 8528, 7374, 8016, 8038, 7455, 7898, 8231, 7629, 7870, 8174, 7773, 8639, 8006, 8151, 7618, 8268, 9328, 7663, 8135, 8067, 7579, 8041, 8122, 7731, 8359, 8115, 8510, 7609, 8258, 8537, 7773, 8102, 8129, 7629, 8099, 8292, 7675, 7961, 8011, 9957, 8622, 8221, 8897, 7726, 8208, 10191, 7792, 8120, 11109, 7569, 8047, 7831, 7544, 8163, 8242, 7584, 7839, 8183, 7451, 8186, 8050, 8925, 7517, 8087, 8438, 7653, 7973, 8304, 10096, 8072, 8004, 8602, 7799, 8087, 10624, 7733, 8004, 8189, 7804, 7942, 8013, 7599, 8143, 7907, 7634, 8125, 8042, 8854, 8188, 8157, 7596, 7992, 8060, 11572, 7910, 8214, 8345, 7967, 8296, 11294, 7910, 8325, 8914, 7923, 8102, 11769, 7744, 7855, 10498, 7812, 8157, 12087, 7990, 7844, 9312, 8067, 7893, 10639, 7323, 7984, 8212, 7567, 8052, 8076, 7522, 7775, 7994, 7862, 7820, 8063, 10173, 7829, 8152, 7192, 7928, 8222, 7693, 7967, 7921, 7701, 7801, 7997, 8473, 8491, 8056, 7515, 7419, 8035, 7865, 7699, 7997, 8108, 7712, 8025, 8170, 7778, 8111, 8250, 9046, 7942, 8279, 7661, 7891, 8681, 10782, 7933, 8323, 8331, 7938, 8163, 9695, 7872, 8268, 7415, 8008, 7918, 8244, 8510, 8040, 7485, 7648, 8012, 9703, 7599, 8170, 8234, 7604, 8105, 8386, 7666, 8104, 8240, 7484, 7921, 8112, 11557, 8076, 7922, 7597, 7780, 8296, 10067, 7442, 8101, 9930, 7580, 7985, 11354, 7642, 7931, 8907, 7491, 7985, 8328, 7480, 7750, 8136, 7498, 8161, 8046, 7653, 7710, 8036, 7931, 7337, 7951, 8127, 7557, 8130, 8219, 7464, 7941, 8010, 8042, 7245, 8110, 7941, 7435, 7945, 8056, 7322, 7904, 8040, 10844, 8785, 8275, 10444, 7964, 8593, 10457, 8077, 8463, 7900, 8140, 8268, 7755, 8293, 8197, 7216, 7916, 8117, 7398, 8107, 7818, 7612, 7524, 8164, 8204, 7392, 8138, 8162, 7542, 7955, 7992, 7321, 7952, 7971, 7611, 8057, 7949, 7559, 8625, 8056, 7553, 7518, 8016, 8407, 7873, 8159, 8477, 7541, 8009, 8014, 8133, 7649, 8258, 8080, 7651, 8317, 8298, 7503, 8096, 8266, 10264, 8099, 11554, 9113, 8142, 8166, 7637, 8043, 10933, 7834], 'WindowCenter': [3970.0, 3934.0, 3898.0, 3926.0, 3881.0, 3880.0, 3891.0, 3870.0, 3879.0, 3888.0, 3868.0, 3878.0, 3879.0, 3867.0, 3878.0, 3878.0, 3867.0, 3876.0, 3878.0, 3868.0, 3867.0, 3896.0, 3856.0, 3865.0, 3867.0, 3867.0, 3878.0, 3877.0, 3867.0, 3877.0, 3879.0, 3879.0, 3878.0, 3878.0, 3867.0, 3879.0, 3878.0, 3867.0, 3879.0, 3879.0, 3868.0, 3878.0, 3879.0, 3899.0, 3880.0, 3877.0, 3876.0, 3868.0, 3879.0, 3897.0, 3867.0, 3877.0, 3866.0, 3868.0, 3879.0, 3866.0, 3868.0, 3878.0, 3867.0, 3870.0, 3868.0, 3878.0, 3898.0, 3867.0, 3878.0, 3878.0, 3868.0, 3878.0, 3878.0, 3868.0, 3889.0, 3879.0, 3878.0, 3868.0, 3880.0, 3880.0, 3880.0, 3880.0, 3879.0, 3879.0, 3879.0, 3880.0, 3881.0, 3879.0, 3881.0, 3880.0, 3878.0, 3868.0, 3881.0, 3910.0, 3878.0, 3878.0, 3878.0, 3868.0, 3878.0, 3866.0, 3899.0, 3866.0, 3866.0, 3879.0, 3879.0, 3877.0, 3899.0, 3866.0, 3866.0, 3877.0, 3868.0, 3867.0, 3866.0, 3866.0, 3866.0, 3867.0, 3887.0, 3866.0, 3866.0, 3866.0, 3866.0, 3877.0, 3876.0, 3855.0, 3865.0, 3875.0, 3866.0, 3867.0, 3866.0, 3876.0, 3867.0, 3867.0, 3867.0, 3866.0, 3865.0, 3876.0, 3867.0, 3866.0, 3866.0, 3856.0, 3865.0, 3876.0, 3855.0, 3867.0, 3868.0, 3877.0, 3877.0, 3866.0, 3877.0, 3865.0, 3866.0, 3876.0, 3856.0, 3865.0, 3866.0, 3866.0, 3867.0, 3878.0, 3866.0, 3876.0, 3877.0, 3879.0, 3878.0, 3878.0, 3877.0, 3866.0, 3879.0, 3879.0, 3900.0, 3868.0, 3878.0, 3888.0, 3857.0, 3866.0, 3879.0, 3889.0, 3880.0, 3878.0, 3878.0, 3856.0, 3867.0, 3867.0, 3899.0, 3867.0, 3878.0, 3866.0, 3868.0, 3868.0, 3866.0, 3898.0, 3867.0, 3866.0, 3867.0, 3866.0, 3878.0, 3877.0, 3866.0, 3867.0, 3865.0, 3855.0, 3867.0, 3867.0, 3875.0, 3867.0, 3866.0, 3856.0, 3868.0, 3865.0, 3876.0, 3856.0, 3866.0, 3856.0, 3866.0, 3867.0, 3866.0, 3865.0, 3867.0, 3866.0, 3856.0, 3876.0, 3867.0, 3887.0, 3855.0, 3868.0, 3878.0, 3869.0, 3868.0, 3867.0, 3888.0, 3868.0, 3867.0, 3869.0, 3869.0, 3868.0, 3879.0, 3866.0, 3867.0, 3867.0, 3878.0, 3876.0, 3876.0, 3887.0, 3867.0, 3876.0, 3867.0, 3878.0, 3868.0, 3866.0, 3865.0, 3866.0, 3878.0, 3888.0, 3867.0, 3867.0, 3867.0, 3858.0, 3867.0, 3865.0, 3898.0, 3855.0, 3866.0, 3866.0, 3866.0, 3867.0, 3878.0, 3877.0, 3866.0, 3866.0, 3869.0, 3868.0, 3867.0, 3867.0, 3855.0, 3867.0, 3867.0, 3866.0, 3865.0, 3867.0, 3866.0, 3855.0, 3878.0, 3868.0, 3867.0, 3868.0, 3867.0, 3856.0, 3867.0, 3866.0, 3878.0, 3868.0, 3867.0, 3877.0, 3868.0, 3879.0, 3867.0, 3878.0, 3866.0, 3867.0, 3867.0, 3869.0, 3867.0, 3897.0, 3867.0, 3867.0, 3866.0, 3866.0, 3868.0, 3867.0, 3876.0, 3878.0, 3866.0, 3857.0, 3879.0, 3867.0, 3898.0, 3867.0, 3867.0, 3866.0, 3868.0, 3868.0, 3867.0, 3877.0, 3867.0, 3866.0, 3868.0, 3868.0, 3878.0, 3888.0, 3867.0, 3866.0, 3866.0, 3855.0, 3867.0, 3866.0, 3876.0, 3866.0, 3866.0, 3878.0, 3867.0, 3868.0, 3868.0, 3867.0, 3868.0, 3867.0, 3887.0, 3867.0, 3865.0, 3866.0, 3867.0, 3878.0, 3867.0, 3867.0, 3867.0, 3867.0, 3868.0, 3878.0, 3866.0, 3887.0, 3866.0, 3866.0, 3878.0, 3866.0, 3868.0, 3866.0, 3866.0, 3867.0, 3869.0, 3867.0, 3868.0, 3878.0, 3867.0, 3868.0, 3880.0, 3867.0, 3868.0, 3878.0, 3869.0, 3879.0, 3879.0, 3879.0, 3868.0, 3878.0, 3879.0, 3879.0, 3899.0, 3867.0, 3867.0, 3867.0, 3855.0, 3867.0, 3867.0, 3898.0, 3866.0, 3866.0, 3865.0, 3867.0, 3868.0, 3867.0, 3887.0, 3867.0, 3867.0, 3867.0, 3869.0, 3866.0, 3867.0, 3867.0, 3878.0, 3876.0, 3878.0, 3868.0, 3878.0, 3878.0, 3867.0, 3877.0, 3867.0, 3887.0, 3867.0, 3878.0, 3867.0, 3867.0, 3868.0, 3866.0, 3887.0, 3866.0, 3865.0, 3878.0, 3867.0, 3868.0, 3867.0, 3856.0, 3866.0, 3867.0, 3867.0, 3877.0, 3867.0, 3865.0, 3865.0, 3878.0, 3867.0, 3868.0, 3878.0, 3867.0, 3866.0, 3869.0, 3879.0, 3879.0, 3868.0, 3878.0, 3868.0, 3878.0, 3869.0, 3869.0, 3909.0, 3877.0, 3876.0, 3866.0, 3878.0, 3868.0, 3878.0, 3889.0, 3867.0, 3867.0, 3866.0, 3867.0, 3877.0, 3868.0, 3877.0, 3866.0, 3877.0, 3867.0, 3867.0, 3877.0, 3867.0, 3888.0, 3866.0, 3878.0, 3886.0, 3866.0, 3866.0, 3866.0, 3855.0, 3867.0, 3865.0, 3887.0, 3867.0, 3866.0, 3866.0, 3867.0, 3877.0, 3868.0, 3887.0, 3866.0, 3878.0, 3865.0, 3868.0, 3867.0, 3868.0, 3877.0, 3877.0, 3876.0, 3867.0, 3868.0, 3878.0, 3877.0, 3866.0, 3867.0, 3867.0, 3867.0, 3878.0, 3876.0, 3889.0, 3868.0, 3877.0, 3879.0, 3868.0, 3878.0, 3867.0, 3888.0, 3867.0, 3866.0, 3878.0, 3866.0, 3867.0, 3866.0, 3866.0, 3876.0, 3878.0, 3877.0, 3865.0, 3867.0, 3866.0, 3865.0, 3867.0, 3866.0, 3876.0, 3877.0, 3866.0, 3866.0, 3868.0, 3868.0, 3867.0, 3856.0, 3877.0, 3879.0, 3879.0, 3857.0, 3867.0, 3877.0, 3866.0, 3878.0, 3865.0, 3887.0, 3878.0, 3866.0, 3877.0, 3867.0, 3877.0, 3887.0, 3867.0, 3867.0, 3865.0, 3868.0, 3867.0, 3868.0, 3888.0, 3867.0, 3878.0, 3866.0, 3866.0, 3877.0, 3867.0, 3856.0, 3879.0, 3879.0, 3867.0, 3867.0, 3877.0, 3867.0, 3868.0, 3878.0, 3866.0, 3899.0, 3868.0, 3878.0, 3879.0, 3866.0, 3878.0, 3866.0, 3878.0, 3868.0, 3877.0, 3866.0, 3889.0, 3868.0, 3867.0, 3878.0, 3867.0, 3866.0, 3877.0, 3868.0, 3866.0, 3879.0, 3879.0, 3868.0, 3878.0, 3868.0, 3867.0, 3878.0, 3879.0, 3878.0, 3868.0, 3878.0, 3878.0, 3868.0, 3879.0, 3879.0, 3899.0, 3867.0, 3868.0, 3879.0, 3868.0, 3880.0, 3868.0, 3909.0, 3869.0, 3879.0, 3878.0, 3868.0, 3879.0, 3869.0, 3898.0, 3867.0, 3877.0, 3901.0, 3867.0, 3877.0, 3867.0, 3876.0, 3867.0, 3867.0, 3878.0, 3867.0, 3868.0, 3865.0, 3867.0, 3879.0, 3867.0, 3887.0, 3868.0, 3866.0, 3867.0, 3866.0, 3878.0, 3867.0, 3889.0, 3868.0, 3877.0, 3869.0, 3868.0, 3867.0, 3878.0, 3867.0, 3877.0, 3868.0, 3878.0, 3868.0, 3876.0, 3878.0, 3867.0, 3879.0, 3877.0, 3868.0, 3877.0, 3878.0, 3878.0, 3867.0, 3879.0, 3878.0, 3867.0, 3877.0, 3876.0, 3867.0, 3877.0, 3866.0, 3909.0, 3865.0, 3866.0, 3867.0, 3867.0, 3876.0, 3866.0, 3899.0, 3866.0, 3866.0, 3866.0, 3877.0, 3866.0, 3865.0, 3897.0, 3855.0, 3866.0, 3876.0, 3855.0, 3866.0, 3867.0, 3866.0, 3876.0, 3878.0, 3876.0, 3856.0, 3867.0, 3866.0, 3867.0, 3878.0, 3867.0, 3887.0, 3866.0, 3878.0, 3878.0, 3868.0, 3867.0, 3878.0, 3888.0, 3867.0, 3868.0, 3866.0, 3867.0, 3878.0, 3878.0, 3867.0, 3877.0, 3879.0, 3889.0, 3867.0, 3878.0, 3867.0, 3868.0, 3879.0, 3867.0, 3898.0, 3877.0, 3866.0, 3878.0, 3867.0, 3867.0, 3878.0, 3866.0, 3876.0, 3867.0, 3867.0, 3876.0, 3866.0, 3878.0, 3867.0, 3878.0, 3868.0, 3866.0, 3867.0, 3877.0, 3867.0, 3877.0, 3878.0, 3888.0, 3867.0, 3867.0, 3876.0, 3867.0, 3880.0, 3879.0, 3888.0, 3878.0, 3879.0, 3880.0, 3879.0, 3878.0, 3879.0, 3910.0, 3878.0, 3867.0, 3899.0, 3867.0, 3866.0, 3877.0, 3855.0, 3876.0, 3878.0, 3887.0, 3876.0, 3865.0, 3875.0, 3856.0, 3878.0, 3886.0, 3866.0, 3866.0, 3866.0, 3865.0, 3867.0, 3866.0, 3876.0, 3877.0, 3865.0, 3866.0, 3866.0, 3876.0, 3865.0, 3856.0, 3877.0, 3865.0, 3868.0, 3857.0, 3867.0, 3878.0, 3868.0, 3877.0, 3879.0, 3889.0, 3868.0, 3868.0, 3878.0, 3867.0, 3891.0, 3879.0, 3898.0, 3878.0, 3878.0, 3868.0, 3868.0, 3879.0, 3879.0, 3867.0, 3879.0, 3880.0, 3879.0, 3868.0, 3878.0, 3910.0, 3868.0, 3877.0, 3878.0, 3878.0, 3878.0, 3879.0, 3877.0, 3866.0, 3878.0, 3897.0, 3865.0, 3867.0, 3866.0, 3856.0, 3867.0, 3867.0, 3875.0, 3866.0, 3866.0, 3867.0, 3867.0, 3877.0, 3866.0, 3878.0, 3877.0, 3877.0, 3880.0, 3879.0, 3879.0, 3878.0, 3868.0, 3878.0, 3879.0, 3889.0, 3868.0, 3878.0, 3868.0, 3868.0, 3879.0, 3879.0, 3889.0, 3879.0, 3879.0, 3868.0, 3869.0, 3880.0, 3879.0, 3898.0, 3879.0, 3878.0, 3877.0, 3867.0, 3879.0, 3898.0, 3867.0, 3866.0, 3866.0, 3868.0, 3878.0, 3867.0, 3898.0, 3867.0, 3879.0, 3878.0, 3868.0, 3877.0, 3868.0, 3888.0, 3856.0, 3878.0, 3880.0, 3868.0, 3879.0, 3879.0, 3879.0, 3869.0, 3882.0, 3880.0, 3878.0, 3889.0, 3880.0, 3869.0, 3880.0, 3880.0, 3890.0, 3870.0, 3880.0, 3880.0, 3881.0, 3881.0, 3880.0, 3911.0, 3869.0, 3878.0, 3890.0, 3868.0, 3878.0, 3878.0, 3909.0, 3890.0, 3901.0, 3901.0, 3909.0, 3878.0, 3865.0, 3854.0, 3863.0, 3852.0, 3865.0, 3866.0, 3865.0, 3866.0, 3877.0, 3868.0, 3877.0, 3864.0, 3886.0, 3855.0, 3854.0, 3894.0, 3863.0, 3851.0, 3882.0, 3853.0, 3851.0, 3870.0, 3839.0, 3838.0, 3847.0, 3838.0, 3849.0, 3860.0, 3840.0, 3849.0, 3860.0, 3849.0, 3849.0, 3851.0, 3862.0, 3852.0, 3852.0, 3852.0, 3863.0, 3863.0, 3865.0, 3878.0, 3865.0, 3866.0, 3867.0, 3867.0, 3868.0, 3880.0, 3878.0, 3867.0, 3866.0, 3866.0, 3866.0, 3877.0, 3879.0, 3867.0, 3880.0, 3879.0, 3867.0, 3888.0, 3878.0, 3880.0, 3868.0, 3879.0, 3888.0, 3867.0, 3879.0, 3880.0, 3868.0, 3880.0, 3880.0, 3868.0, 3878.0, 3879.0, 3890.0, 3870.0, 3880.0, 3879.0, 3868.0, 3880.0, 3880.0, 3869.0, 3878.0, 3878.0, 3868.0, 3880.0, 3880.0, 3899.0, 3889.0, 3879.0, 3889.0, 3868.0, 3878.0, 3900.0, 3867.0, 3879.0, 3899.0, 3866.0, 3866.0, 3869.0, 3867.0, 3878.0, 3878.0, 3868.0, 3868.0, 3879.0, 3869.0, 3879.0, 3879.0, 3889.0, 3868.0, 3879.0, 3878.0, 3869.0, 3879.0, 3879.0, 3898.0, 3878.0, 3868.0, 3878.0, 3867.0, 3878.0, 3899.0, 3868.0, 3878.0, 3877.0, 3878.0, 3881.0, 3880.0, 3880.0, 3880.0, 3880.0, 3882.0, 3893.0, 3882.0, 3892.0, 3891.0, 3881.0, 3881.0, 3891.0, 3880.0, 3911.0, 3880.0, 3879.0, 3879.0, 3880.0, 3878.0, 3898.0, 3867.0, 3876.0, 3888.0, 3879.0, 3866.0, 3897.0, 3866.0, 3865.0, 3897.0, 3866.0, 3865.0, 3895.0, 3864.0, 3865.0, 3873.0, 3863.0, 3864.0, 3885.0, 3853.0, 3865.0, 3865.0, 3866.0, 3878.0, 3878.0, 3868.0, 3867.0, 3878.0, 3878.0, 3880.0, 3878.0, 3898.0, 3867.0, 3867.0, 3857.0, 3880.0, 3879.0, 3867.0, 3878.0, 3878.0, 3878.0, 3894.0, 3892.0, 3891.0, 3890.0, 3879.0, 3867.0, 3868.0, 3880.0, 3880.0, 3880.0, 3880.0, 3879.0, 3881.0, 3881.0, 3891.0, 3881.0, 3881.0, 3880.0, 3890.0, 3880.0, 3879.0, 3881.0, 3881.0, 3880.0, 3899.0, 3878.0, 3878.0, 3879.0, 3879.0, 3877.0, 3888.0, 3868.0, 3877.0, 3867.0, 3880.0, 3879.0, 3879.0, 3890.0, 3879.0, 3870.0, 3882.0, 3880.0, 3900.0, 3881.0, 3879.0, 3879.0, 3880.0, 3880.0, 3879.0, 3879.0, 3879.0, 3880.0, 3869.0, 3880.0, 3878.0, 3909.0, 3878.0, 3878.0, 3881.0, 3881.0, 3880.0, 3900.0, 3868.0, 3878.0, 3901.0, 3868.0, 3868.0, 3898.0, 3867.0, 3867.0, 3887.0, 3867.0, 3867.0, 3866.0, 3856.0, 3867.0, 3878.0, 3868.0, 3877.0, 3868.0, 3867.0, 3866.0, 3878.0, 3879.0, 3867.0, 3879.0, 3877.0, 3867.0, 3878.0, 3880.0, 3868.0, 3878.0, 3878.0, 3878.0, 3869.0, 3880.0, 3892.0, 3880.0, 3891.0, 3881.0, 3869.0, 3881.0, 3893.0, 3911.0, 3890.0, 3878.0, 3898.0, 3867.0, 3878.0, 3898.0, 3866.0, 3866.0, 3864.0, 3865.0, 3877.0, 3866.0, 3865.0, 3865.0, 3855.0, 3866.0, 3878.0, 3867.0, 3867.0, 3867.0, 3867.0, 3879.0, 3880.0, 3878.0, 3868.0, 3878.0, 3878.0, 3879.0, 3880.0, 3878.0, 3868.0, 3880.0, 3880.0, 3880.0, 3881.0, 3892.0, 3879.0, 3891.0, 3879.0, 3879.0, 3869.0, 3893.0, 3892.0, 3882.0, 3882.0, 3880.0, 3881.0, 3880.0, 3880.0, 3880.0, 3881.0, 3891.0, 3893.0, 3881.0, 3892.0, 3893.0, 3882.0, 3882.0, 3892.0, 3901.0, 3880.0, 3910.0, 3877.0, 3868.0, 3877.0, 3867.0, 3878.0, 3898.0, 3868.0], 'WindowWidth': [8857.0, 8794.0, 8734.0, 8765.0, 8697.0, 8692.0, 8709.0, 8678.0, 8688.0, 8698.0, 8671.0, 8685.0, 8688.0, 8670.0, 8685.0, 8685.0, 8668.0, 8679.0, 8685.0, 8671.0, 8668.0, 8705.0, 8651.0, 8661.0, 8668.0, 8669.0, 8684.0, 8682.0, 8669.0, 8683.0, 8689.0, 8688.0, 8685.0, 8686.0, 8669.0, 8688.0, 8688.0, 8670.0, 8688.0, 8687.0, 8671.0, 8686.0, 8687.0, 8714.0, 8689.0, 8682.0, 8679.0, 8673.0, 8688.0, 8709.0, 8670.0, 8682.0, 8667.0, 8672.0, 8686.0, 8667.0, 8670.0, 8683.0, 8668.0, 8678.0, 8671.0, 8685.0, 8711.0, 8668.0, 8684.0, 8685.0, 8671.0, 8687.0, 8685.0, 8673.0, 8702.0, 8689.0, 8686.0, 8674.0, 8690.0, 8693.0, 8693.0, 8693.0, 8690.0, 8689.0, 8690.0, 8692.0, 8696.0, 8688.0, 8692.0, 8690.0, 8686.0, 8672.0, 8692.0, 8731.0, 8684.0, 8684.0, 8683.0, 8671.0, 8684.0, 8667.0, 8712.0, 8665.0, 8665.0, 8687.0, 8687.0, 8681.0, 8713.0, 8666.0, 8666.0, 8683.0, 8671.0, 8669.0, 8665.0, 8664.0, 8666.0, 8670.0, 8694.0, 8667.0, 8664.0, 8664.0, 8666.0, 8681.0, 8678.0, 8650.0, 8663.0, 8676.0, 8666.0, 8670.0, 8665.0, 8680.0, 8668.0, 8667.0, 8669.0, 8667.0, 8662.0, 8679.0, 8667.0, 8664.0, 8667.0, 8653.0, 8664.0, 8679.0, 8650.0, 8667.0, 8670.0, 8681.0, 8682.0, 8665.0, 8680.0, 8665.0, 8667.0, 8679.0, 8652.0, 8662.0, 8666.0, 8666.0, 8669.0, 8684.0, 8668.0, 8680.0, 8684.0, 8687.0, 8685.0, 8685.0, 8683.0, 8667.0, 8688.0, 8687.0, 8716.0, 8673.0, 8685.0, 8700.0, 8655.0, 8668.0, 8685.0, 8701.0, 8688.0, 8685.0, 8684.0, 8653.0, 8669.0, 8669.0, 8712.0, 8668.0, 8682.0, 8665.0, 8670.0, 8671.0, 8665.0, 8710.0, 8667.0, 8665.0, 8668.0, 8666.0, 8684.0, 8682.0, 8666.0, 8666.0, 8662.0, 8648.0, 8668.0, 8666.0, 8674.0, 8666.0, 8663.0, 8649.0, 8670.0, 8662.0, 8677.0, 8651.0, 8665.0, 8650.0, 8664.0, 8667.0, 8665.0, 8662.0, 8667.0, 8664.0, 8651.0, 8680.0, 8666.0, 8695.0, 8650.0, 8670.0, 8684.0, 8673.0, 8671.0, 8669.0, 8696.0, 8670.0, 8668.0, 8673.0, 8673.0, 8670.0, 8685.0, 8666.0, 8667.0, 8669.0, 8685.0, 8680.0, 8679.0, 8695.0, 8667.0, 8680.0, 8668.0, 8683.0, 8669.0, 8665.0, 8661.0, 8666.0, 8685.0, 8697.0, 8668.0, 8667.0, 8666.0, 8659.0, 8669.0, 8663.0, 8709.0, 8649.0, 8666.0, 8667.0, 8667.0, 8668.0, 8682.0, 8680.0, 8666.0, 8665.0, 8674.0, 8670.0, 8667.0, 8668.0, 8650.0, 8668.0, 8670.0, 8666.0, 8664.0, 8668.0, 8665.0, 8649.0, 8684.0, 8671.0, 8668.0, 8671.0, 8666.0, 8651.0, 8669.0, 8666.0, 8682.0, 8669.0, 8668.0, 8681.0, 8672.0, 8689.0, 8668.0, 8684.0, 8666.0, 8667.0, 8668.0, 8674.0, 8669.0, 8709.0, 8668.0, 8669.0, 8665.0, 8667.0, 8671.0, 8668.0, 8680.0, 8684.0, 8666.0, 8656.0, 8689.0, 8670.0, 8712.0, 8669.0, 8668.0, 8666.0, 8671.0, 8671.0, 8667.0, 8682.0, 8668.0, 8665.0, 8673.0, 8672.0, 8684.0, 8697.0, 8669.0, 8667.0, 8666.0, 8651.0, 8668.0, 8666.0, 8678.0, 8666.0, 8666.0, 8686.0, 8669.0, 8671.0, 8669.0, 8667.0, 8671.0, 8670.0, 8695.0, 8668.0, 8665.0, 8667.0, 8668.0, 8685.0, 8668.0, 8669.0, 8667.0, 8666.0, 8671.0, 8684.0, 8667.0, 8694.0, 8666.0, 8665.0, 8683.0, 8665.0, 8670.0, 8666.0, 8666.0, 8671.0, 8675.0, 8670.0, 8672.0, 8685.0, 8669.0, 8672.0, 8690.0, 8669.0, 8671.0, 8685.0, 8674.0, 8691.0, 8689.0, 8687.0, 8672.0, 8685.0, 8686.0, 8688.0, 8716.0, 8670.0, 8669.0, 8668.0, 8650.0, 8669.0, 8670.0, 8709.0, 8666.0, 8667.0, 8663.0, 8668.0, 8672.0, 8669.0, 8696.0, 8669.0, 8668.0, 8668.0, 8675.0, 8669.0, 8669.0, 8667.0, 8683.0, 8679.0, 8687.0, 8671.0, 8685.0, 8685.0, 8668.0, 8683.0, 8671.0, 8694.0, 8669.0, 8685.0, 8668.0, 8668.0, 8671.0, 8667.0, 8695.0, 8666.0, 8664.0, 8685.0, 8667.0, 8671.0, 8668.0, 8653.0, 8665.0, 8669.0, 8668.0, 8681.0, 8668.0, 8663.0, 8664.0, 8686.0, 8671.0, 8673.0, 8685.0, 8670.0, 8668.0, 8676.0, 8689.0, 8688.0, 8673.0, 8686.0, 8671.0, 8686.0, 8675.0, 8674.0, 8728.0, 8681.0, 8680.0, 8666.0, 8685.0, 8672.0, 8685.0, 8699.0, 8668.0, 8668.0, 8667.0, 8671.0, 8683.0, 8670.0, 8682.0, 8665.0, 8682.0, 8670.0, 8668.0, 8682.0, 8668.0, 8695.0, 8666.0, 8684.0, 8693.0, 8665.0, 8665.0, 8666.0, 8651.0, 8669.0, 8663.0, 8694.0, 8669.0, 8665.0, 8666.0, 8668.0, 8683.0, 8670.0, 8695.0, 8666.0, 8683.0, 8664.0, 8671.0, 8669.0, 8669.0, 8683.0, 8682.0, 8680.0, 8670.0, 8672.0, 8684.0, 8683.0, 8667.0, 8669.0, 8669.0, 8670.0, 8684.0, 8680.0, 8699.0, 8670.0, 8683.0, 8688.0, 8672.0, 8684.0, 8669.0, 8696.0, 8668.0, 8668.0, 8685.0, 8665.0, 8668.0, 8665.0, 8665.0, 8680.0, 8686.0, 8681.0, 8664.0, 8668.0, 8666.0, 8664.0, 8670.0, 8666.0, 8678.0, 8680.0, 8665.0, 8667.0, 8671.0, 8670.0, 8669.0, 8653.0, 8682.0, 8686.0, 8688.0, 8655.0, 8669.0, 8682.0, 8666.0, 8684.0, 8664.0, 8694.0, 8683.0, 8665.0, 8680.0, 8669.0, 8682.0, 8695.0, 8667.0, 8669.0, 8664.0, 8673.0, 8669.0, 8670.0, 8698.0, 8669.0, 8684.0, 8669.0, 8667.0, 8683.0, 8669.0, 8654.0, 8688.0, 8688.0, 8671.0, 8671.0, 8684.0, 8669.0, 8675.0, 8687.0, 8668.0, 8715.0, 8673.0, 8684.0, 8689.0, 8669.0, 8685.0, 8667.0, 8683.0, 8671.0, 8685.0, 8667.0, 8699.0, 8672.0, 8670.0, 8686.0, 8670.0, 8668.0, 8683.0, 8671.0, 8668.0, 8688.0, 8689.0, 8673.0, 8686.0, 8673.0, 8668.0, 8685.0, 8687.0, 8686.0, 8672.0, 8686.0, 8686.0, 8672.0, 8689.0, 8687.0, 8715.0, 8670.0, 8672.0, 8688.0, 8674.0, 8690.0, 8671.0, 8728.0, 8674.0, 8686.0, 8686.0, 8673.0, 8688.0, 8673.0, 8711.0, 8670.0, 8682.0, 8721.0, 8670.0, 8681.0, 8668.0, 8679.0, 8668.0, 8669.0, 8684.0, 8668.0, 8669.0, 8665.0, 8667.0, 8688.0, 8668.0, 8694.0, 8669.0, 8665.0, 8667.0, 8668.0, 8684.0, 8669.0, 8700.0, 8671.0, 8683.0, 8675.0, 8672.0, 8668.0, 8684.0, 8669.0, 8682.0, 8671.0, 8685.0, 8671.0, 8681.0, 8685.0, 8669.0, 8686.0, 8684.0, 8671.0, 8684.0, 8686.0, 8684.0, 8669.0, 8688.0, 8686.0, 8670.0, 8682.0, 8680.0, 8668.0, 8682.0, 8665.0, 8724.0, 8663.0, 8666.0, 8667.0, 8669.0, 8680.0, 8665.0, 8712.0, 8667.0, 8666.0, 8666.0, 8680.0, 8666.0, 8662.0, 8707.0, 8649.0, 8664.0, 8679.0, 8651.0, 8666.0, 8667.0, 8664.0, 8680.0, 8684.0, 8679.0, 8652.0, 8668.0, 8665.0, 8668.0, 8686.0, 8668.0, 8695.0, 8667.0, 8683.0, 8684.0, 8672.0, 8670.0, 8683.0, 8697.0, 8668.0, 8671.0, 8667.0, 8670.0, 8683.0, 8683.0, 8668.0, 8685.0, 8687.0, 8699.0, 8670.0, 8684.0, 8667.0, 8671.0, 8686.0, 8668.0, 8710.0, 8682.0, 8666.0, 8685.0, 8670.0, 8669.0, 8684.0, 8666.0, 8680.0, 8670.0, 8669.0, 8680.0, 8664.0, 8684.0, 8669.0, 8685.0, 8671.0, 8668.0, 8670.0, 8683.0, 8669.0, 8682.0, 8685.0, 8697.0, 8668.0, 8670.0, 8680.0, 8670.0, 8691.0, 8687.0, 8700.0, 8685.0, 8687.0, 8690.0, 8689.0, 8687.0, 8686.0, 8728.0, 8684.0, 8669.0, 8713.0, 8668.0, 8666.0, 8681.0, 8649.0, 8680.0, 8684.0, 8694.0, 8678.0, 8664.0, 8676.0, 8654.0, 8684.0, 8693.0, 8664.0, 8664.0, 8664.0, 8663.0, 8668.0, 8665.0, 8678.0, 8680.0, 8663.0, 8666.0, 8669.0, 8680.0, 8664.0, 8651.0, 8681.0, 8663.0, 8672.0, 8657.0, 8670.0, 8686.0, 8671.0, 8683.0, 8688.0, 8702.0, 8672.0, 8671.0, 8685.0, 8671.0, 8709.0, 8687.0, 8712.0, 8687.0, 8685.0, 8672.0, 8673.0, 8688.0, 8688.0, 8671.0, 8690.0, 8690.0, 8692.0, 8675.0, 8687.0, 8731.0, 8672.0, 8683.0, 8686.0, 8685.0, 8683.0, 8685.0, 8681.0, 8665.0, 8685.0, 8706.0, 8664.0, 8668.0, 8665.0, 8652.0, 8669.0, 8666.0, 8677.0, 8665.0, 8667.0, 8667.0, 8669.0, 8683.0, 8666.0, 8684.0, 8683.0, 8681.0, 8691.0, 8689.0, 8687.0, 8686.0, 8673.0, 8685.0, 8687.0, 8702.0, 8671.0, 8684.0, 8671.0, 8671.0, 8689.0, 8687.0, 8701.0, 8688.0, 8686.0, 8671.0, 8673.0, 8693.0, 8687.0, 8711.0, 8688.0, 8683.0, 8682.0, 8670.0, 8686.0, 8709.0, 8669.0, 8666.0, 8665.0, 8674.0, 8684.0, 8669.0, 8710.0, 8669.0, 8686.0, 8685.0, 8672.0, 8682.0, 8670.0, 8698.0, 8654.0, 8685.0, 8692.0, 8673.0, 8688.0, 8689.0, 8689.0, 8675.0, 8699.0, 8690.0, 8686.0, 8703.0, 8690.0, 8676.0, 8693.0, 8693.0, 8705.0, 8679.0, 8693.0, 8691.0, 8695.0, 8693.0, 8690.0, 8732.0, 8676.0, 8685.0, 8706.0, 8673.0, 8686.0, 8687.0, 8727.0, 8705.0, 8723.0, 8721.0, 8729.0, 8686.0, 8662.0, 8644.0, 8654.0, 8639.0, 8662.0, 8665.0, 8663.0, 8666.0, 8680.0, 8671.0, 8681.0, 8660.0, 8689.0, 8647.0, 8643.0, 8695.0, 8654.0, 8633.0, 8676.0, 8641.0, 8634.0, 8657.0, 8614.0, 8611.0, 8623.0, 8613.0, 8629.0, 8645.0, 8618.0, 8629.0, 8646.0, 8630.0, 8630.0, 8635.0, 8653.0, 8639.0, 8639.0, 8638.0, 8655.0, 8657.0, 8664.0, 8685.0, 8665.0, 8667.0, 8669.0, 8668.0, 8673.0, 8693.0, 8683.0, 8669.0, 8666.0, 8665.0, 8665.0, 8682.0, 8687.0, 8671.0, 8690.0, 8687.0, 8670.0, 8699.0, 8686.0, 8690.0, 8673.0, 8687.0, 8699.0, 8668.0, 8687.0, 8691.0, 8672.0, 8690.0, 8689.0, 8671.0, 8686.0, 8688.0, 8705.0, 8676.0, 8689.0, 8687.0, 8672.0, 8689.0, 8690.0, 8675.0, 8686.0, 8686.0, 8673.0, 8691.0, 8692.0, 8716.0, 8702.0, 8688.0, 8700.0, 8672.0, 8685.0, 8718.0, 8670.0, 8686.0, 8712.0, 8665.0, 8665.0, 8674.0, 8669.0, 8685.0, 8684.0, 8670.0, 8672.0, 8687.0, 8675.0, 8687.0, 8688.0, 8702.0, 8673.0, 8688.0, 8684.0, 8674.0, 8688.0, 8686.0, 8710.0, 8684.0, 8670.0, 8685.0, 8668.0, 8684.0, 8713.0, 8671.0, 8684.0, 8681.0, 8686.0, 8693.0, 8689.0, 8691.0, 8691.0, 8691.0, 8697.0, 8713.0, 8696.0, 8710.0, 8708.0, 8693.0, 8695.0, 8709.0, 8691.0, 8732.0, 8690.0, 8686.0, 8687.0, 8690.0, 8684.0, 8711.0, 8669.0, 8678.0, 8699.0, 8686.0, 8665.0, 8706.0, 8665.0, 8660.0, 8708.0, 8666.0, 8660.0, 8700.0, 8658.0, 8660.0, 8668.0, 8656.0, 8657.0, 8687.0, 8642.0, 8661.0, 8661.0, 8665.0, 8687.0, 8685.0, 8670.0, 8671.0, 8683.0, 8684.0, 8692.0, 8684.0, 8709.0, 8669.0, 8667.0, 8656.0, 8693.0, 8687.0, 8668.0, 8686.0, 8685.0, 8687.0, 8718.0, 8711.0, 8706.0, 8703.0, 8687.0, 8670.0, 8672.0, 8692.0, 8693.0, 8691.0, 8692.0, 8690.0, 8693.0, 8694.0, 8708.0, 8697.0, 8695.0, 8691.0, 8704.0, 8691.0, 8687.0, 8696.0, 8694.0, 8689.0, 8714.0, 8685.0, 8683.0, 8688.0, 8688.0, 8682.0, 8699.0, 8670.0, 8682.0, 8670.0, 8694.0, 8689.0, 8687.0, 8704.0, 8688.0, 8677.0, 8697.0, 8691.0, 8716.0, 8693.0, 8687.0, 8689.0, 8694.0, 8692.0, 8688.0, 8689.0, 8689.0, 8690.0, 8675.0, 8690.0, 8685.0, 8727.0, 8685.0, 8685.0, 8694.0, 8695.0, 8690.0, 8717.0, 8673.0, 8683.0, 8720.0, 8671.0, 8669.0, 8710.0, 8666.0, 8666.0, 8697.0, 8668.0, 8666.0, 8665.0, 8651.0, 8667.0, 8684.0, 8670.0, 8682.0, 8670.0, 8668.0, 8667.0, 8686.0, 8688.0, 8671.0, 8687.0, 8682.0, 8669.0, 8685.0, 8690.0, 8672.0, 8685.0, 8685.0, 8686.0, 8673.0, 8692.0, 8712.0, 8693.0, 8709.0, 8694.0, 8677.0, 8694.0, 8713.0, 8734.0, 8703.0, 8684.0, 8709.0, 8667.0, 8686.0, 8710.0, 8665.0, 8662.0, 8658.0, 8660.0, 8682.0, 8664.0, 8661.0, 8662.0, 8648.0, 8666.0, 8684.0, 8667.0, 8667.0, 8667.0, 8666.0, 8687.0, 8691.0, 8684.0, 8671.0, 8685.0, 8683.0, 8690.0, 8692.0, 8686.0, 8673.0, 8689.0, 8689.0, 8691.0, 8695.0, 8711.0, 8690.0, 8707.0, 8690.0, 8689.0, 8677.0, 8715.0, 8711.0, 8697.0, 8696.0, 8692.0, 8693.0, 8692.0, 8691.0, 8691.0, 8695.0, 8708.0, 8717.0, 8697.0, 8711.0, 8712.0, 8699.0, 8696.0, 8708.0, 8720.0, 8688.0, 8727.0, 8682.0, 8669.0, 8681.0, 8669.0, 8683.0, 8710.0, 8670.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.00023561484918793507</td></tr>
<tr><td colspan=3>aqi</td><td>0.014234192652745553</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.23240524759287</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.159550885495356</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017054616563483</td></tr>
<tr><td colspan=3>efc</td><td>0.4448</td></tr>
<tr><td colspan=3>fber</td><td>6913.9243</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06374987565266557</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.07733952049497293</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.490542451641445</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4141544878966172</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7046543900614686</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3528184769662492</td></tr>
<tr><td colspan=3>gcor</td><td>0.00868248</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015956414863467216</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021463807672262192</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1293</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.706335575539607</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.0171</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1094</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.9033</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308978.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.41</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9157</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.2492</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.0722</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.7718</td></tr>
<tr><td colspan=3>tsnr</td><td>49.56324686133303</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>