<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-02/func/sub-0056_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>d549837b7c908209a184b063f4066eda</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>17:48:51.590000</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.997429, 0.0712687, -0.00744754, -0.0709717, 0.996881, 0.0345231]</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.0926605</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>[4160, -7779, -7202, 826, -32, -262, 67, 60]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>229.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>305e9da6-0bcb-4e18-b397-0f5ca405d04f||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.676029920578003, -0.19041197001934052, -0.026688745245337486, 118.06438446044922], [-0.19120873510837555, 2.674558162689209, 0.09154562652111053, -97.58012390136719], [-0.01998119242489338, -0.09262295067310333, 2.6983156204223633, -50.086769104003906], [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': ['174851.590000', '174852.050000', '174852.510000', '174852.970000', '174853.430000', '174853.890000', '174854.350000', '174854.810000', '174855.270000', '174855.730000', '174856.190000', '174856.650000', '174857.110000', '174857.570000', '174858.030000', '174858.490000', '174858.950000', '174859.410000', '174859.870000', '174900.330000', '174900.790000', '174901.250000', '174901.710000', '174902.170000', '174902.630000', '174903.090000', '174903.550000', '174904.010000', '174904.470000', '174904.930000', '174905.390000', '174905.850000', '174906.310000', '174906.770000', '174907.230000', '174907.690000', '174908.150000', '174908.610000', '174909.070000', '174909.530000', '174909.990000', '174910.450000', '174910.910000', '174911.370000', '174911.830000', '174912.290000', '174912.750000', '174913.210000', '174913.670000', '174914.130000', '174914.590000', '174915.050000', '174915.510000', '174915.970000', '174916.430000', '174916.890000', '174917.350000', '174917.810000', '174918.270000', '174918.730000', '174919.190000', '174919.650000', '174920.110000', '174920.570000', '174921.030000', '174921.490000', '174921.950000', '174922.410000', '174922.870000', '174923.330000', '174923.790000', '174924.250000', '174924.710000', '174925.170000', '174925.630000', '174926.090000', '174926.550000', '174927.010000', '174927.470000', '174927.930000', '174928.390000', '174928.850000', '174929.310000', '174929.770000', '174930.230000', '174930.690000', '174931.150000', '174931.610000', '174932.070000', '174932.530000', '174932.990000', '174933.450000', '174933.910000', '174934.370000', '174934.830000', '174935.290000', '174935.750000', '174936.210000', '174936.670000', '174937.130000', '174937.590000', '174938.050000', '174938.510000', '174938.970000', '174939.430000', '174939.890000', '174940.350000', '174940.810000', '174941.270000', '174941.730000', '174942.190000', '174942.650000', '174943.110000', '174943.570000', '174944.030000', '174944.490000', '174944.950000', '174945.410000', '174945.870000', '174946.330000', '174946.790000', '174947.250000', '174947.710000', '174948.170000', '174948.630000', '174949.090000', '174949.550000', '174950.010000', '174950.470000', '174950.930000', '174951.390000', '174951.850000', '174952.310000', '174952.770000', '174953.230000', '174953.690000', '174954.150000', '174954.610000', '174955.070000', '174955.530000', '174955.990000', '174956.450000', '174956.910000', '174957.370000', '174957.830000', '174958.290000', '174958.750000', '174959.210000', '174959.670000', '175000.130000', '175000.590000', '175001.050000', '175001.510000', '175001.970000', '175002.430000', '175002.890000', '175003.350000', '175003.810000', '175004.270000', '175004.730000', '175005.190000', '175005.650000', '175006.110000', '175006.570000', '175007.030000', '175007.490000', '175007.950000', '175008.410000', '175008.870000', '175009.330000', '175009.790000', '175010.250000', '175010.710000', '175011.170000', '175011.630000', '175012.090000', '175012.550000', '175013.010000', '175013.470000', '175013.930000', '175014.390000', '175014.850000', '175015.310000', '175015.770000', '175016.230000', '175016.690000', '175017.150000', '175017.610000', '175018.070000', '175018.530000', '175018.990000', '175019.450000', '175019.910000', '175020.370000', '175020.830000', '175021.290000', '175021.750000', '175022.210000', '175022.670000', '175023.130000', '175023.590000', '175024.050000', '175024.510000', '175024.970000', '175025.430000', '175025.890000', '175026.350000', '175026.810000', '175027.270000', '175027.730000', '175028.190000', '175028.650000', '175029.110000', '175029.570000', '175030.030000', '175030.490000', '175030.950000', '175031.410000', '175031.870000', '175032.330000', '175032.790000', '175033.250000', '175033.710000', '175034.170000', '175034.630000', '175035.090000', '175035.550000', '175036.010000', '175036.470000', '175036.930000', '175037.390000', '175037.850000', '175038.310000', '175038.770000', '175039.230000', '175039.690000', '175040.150000', '175040.610000', '175041.070000', '175041.530000', '175041.990000', '175042.450000', '175042.910000', '175043.370000', '175043.830000', '175044.290000', '175044.750000', '175045.210000', '175045.670000', '175046.130000', '175046.590000', '175047.050000', '175047.510000', '175047.970000', '175048.430000', '175048.890000', '175049.350000', '175049.810000', '175050.270000', '175050.730000', '175051.190000', '175051.650000', '175052.110000', '175052.570000', '175053.030000', '175053.490000', '175053.950000', '175054.410000', '175054.870000', '175055.330000', '175055.790000', '175056.250000', '175056.710000', '175057.170000', '175057.630000', '175058.090000', '175058.550000', '175059.010000', '175059.470000', '175059.930000', '175100.390000', '175100.850000', '175101.310000', '175101.770000', '175102.230000', '175102.690000', '175103.150000', '175103.610000', '175104.070000', '175104.530000', '175104.990000', '175105.450000', '175105.910000', '175106.370000', '175106.830000', '175107.290000', '175107.750000', '175108.210000', '175108.670000', '175109.130000', '175109.590000', '175110.050000', '175110.510000', '175110.970000', '175111.430000', '175111.890000', '175112.350000', '175112.810000', '175113.270000', '175113.730000', '175114.190000', '175114.650000', '175115.110000', '175115.570000', '175116.030000', '175116.490000', '175116.950000', '175117.410000', '175117.870000', '175118.330000', '175118.790000', '175119.250000', '175119.710000', '175120.170000', '175120.630000', '175121.090000', '175121.550000', '175122.010000', '175122.470000', '175122.930000', '175123.390000', '175123.850000', '175124.310000', '175124.770000', '175125.230000', '175125.690000', '175126.150000', '175126.610000', '175127.070000', '175127.530000', '175127.990000', '175128.450000', '175128.910000', '175129.370000', '175129.830000', '175130.290000', '175130.750000', '175131.210000', '175131.670000', '175132.130000', '175132.590000', '175133.050000', '175133.510000', '175133.970000', '175134.430000', '175134.890000', '175135.350000', '175135.810000', '175136.270000', '175136.730000', '175137.190000', '175137.650000', '175138.110000', '175138.570000', '175139.030000', '175139.490000', '175139.950000', '175140.410000', '175140.870000', '175141.330000', '175141.790000', '175142.250000', '175142.710000', '175143.170000', '175143.630000', '175144.090000', '175144.550000', '175145.010000', '175145.470000', '175145.930000', '175146.390000', '175146.850000', '175147.310000', '175147.770000', '175148.230000', '175148.690000', '175149.150000', '175149.610000', '175150.070000', '175150.530000', '175150.990000', '175151.450000', '175151.910000', '175152.370000', '175152.830000', '175153.290000', '175153.750000', '175154.210000', '175154.670000', '175155.130000', '175155.590000', '175156.050000', '175156.510000', '175156.970000', '175157.430000', '175157.890000', '175158.350000', '175158.810000', '175159.270000', '175159.730000', '175200.190000', '175200.650000', '175201.110000', '175201.570000', '175202.030000', '175202.490000', '175202.950000', '175203.410000', '175203.870000', '175204.330000', '175204.790000', '175205.250000', '175205.710000', '175206.170000', '175206.630000', '175207.090000', '175207.550000', '175208.010000', '175208.470000', '175208.930000', '175209.390000', '175209.850000', '175210.310000', '175210.770000', '175211.230000', '175211.690000', '175212.150000', '175212.610000', '175213.070000', '175213.530000', '175213.990000', '175214.450000', '175214.910000', '175215.370000', '175215.830000', '175216.290000', '175216.750000', '175217.210000', '175217.670000', '175218.130000', '175218.590000', '175219.050000', '175219.510000', '175219.970000', '175220.430000', '175220.890000', '175221.350000', '175221.810000', '175222.270000', '175222.730000', '175223.190000', '175223.650000', '175224.110000', '175224.570000', '175225.030000', '175225.490000', '175225.950000', '175226.410000', '175226.870000', '175227.330000', '175227.790000', '175228.250000', '175228.710000', '175229.170000', '175229.630000', '175230.090000', '175230.550000', '175231.010000', '175231.470000', '175231.930000', '175232.390000', '175232.850000', '175233.310000', '175233.770000', '175234.230000', '175234.690000', '175235.150000', '175235.610000', '175236.070000', '175236.530000', '175236.990000', '175237.450000', '175237.910000', '175238.370000', '175238.830000', '175239.290000', '175239.750000', '175240.210000', '175240.670000', '175241.130000', '175241.590000', '175242.050000', '175242.510000', '175242.970000', '175243.430000', '175243.890000', '175244.350000', '175244.810000', '175245.270000', '175245.730000', '175246.190000', '175246.650000', '175247.110000', '175247.570000', '175248.030000', '175248.490000', '175248.950000', '175249.410000', '175249.870000', '175250.330000', '175250.790000', '175251.250000', '175251.710000', '175252.170000', '175252.630000', '175253.090000', '175253.550000', '175254.010000', '175254.470000', '175254.930000', '175255.390000', '175255.850000', '175256.310000', '175256.770000', '175257.230000', '175257.690000', '175258.150000', '175258.610000', '175259.070000', '175259.530000', '175259.990000', '175300.450000', '175300.910000', '175301.370000', '175301.830000', '175302.290000', '175302.750000', '175303.210000', '175303.670000', '175304.130000', '175304.590000', '175305.050000', '175305.510000', '175305.970000', '175306.430000', '175306.890000', '175307.350000', '175307.810000', '175308.270000', '175308.730000', '175309.190000', '175309.650000', '175310.110000', '175310.570000', '175311.030000', '175311.490000', '175311.950000', '175312.410000', '175312.870000', '175313.330000', '175313.790000', '175314.250000', '175314.710000', '175315.170000', '175315.630000', '175316.090000', '175316.550000', '175317.010000', '175317.470000', '175317.930000', '175318.390000', '175318.850000', '175319.310000', '175319.770000', '175320.230000', '175320.690000', '175321.150000', '175321.610000', '175322.070000', '175322.530000', '175322.990000', '175323.450000', '175323.910000', '175324.370000', '175324.830000', '175325.290000', '175325.750000', '175326.210000', '175326.670000', '175327.130000', '175327.590000', '175328.050000', '175328.510000', '175328.970000', '175329.430000', '175329.890000', '175330.350000', '175330.810000', '175331.270000', '175331.730000', '175332.190000', '175332.650000', '175333.110000', '175333.570000', '175334.030000', '175334.490000', '175334.950000', '175335.410000', '175335.870000', '175336.330000', '175336.790000', '175337.250000', '175337.710000', '175338.170000', '175338.630000', '175339.090000', '175339.550000', '175340.010000', '175340.470000', '175340.930000', '175341.390000', '175341.850000', '175342.310000', '175342.770000', '175343.230000', '175343.690000', '175344.150000', '175344.610000', '175345.070000', '175345.530000', '175345.990000', '175346.450000', '175346.910000', '175347.370000', '175347.830000', '175348.290000', '175348.750000', '175349.210000', '175349.670000', '175350.130000', '175350.590000', '175351.050000', '175351.510000', '175351.970000', '175352.430000', '175352.890000', '175353.350000', '175353.810000', '175354.270000', '175354.730000', '175355.190000', '175355.650000', '175356.110000', '175356.570000', '175357.030000', '175357.490000', '175357.950000', '175358.410000', '175358.870000', '175359.330000', '175359.790000', '175400.250000', '175400.710000', '175401.170000', '175401.630000', '175402.090000', '175402.550000', '175403.010000', '175403.470000', '175403.930000', '175404.390000', '175404.850000', '175405.310000', '175405.770000', '175406.230000', '175406.690000', '175407.150000', '175407.610000', '175408.070000', '175408.530000', '175408.990000', '175409.450000', '175409.910000', '175410.370000', '175410.830000', '175411.290000', '175411.750000', '175412.210000', '175412.670000', '175413.130000', '175413.590000', '175414.050000', '175414.510000', '175414.970000', '175415.430000', '175415.890000', '175416.350000', '175416.810000', '175417.270000', '175417.730000', '175418.190000', '175418.650000', '175419.110000', '175419.570000', '175420.030000', '175420.490000', '175420.950000', '175421.410000', '175421.870000', '175422.330000', '175422.790000', '175423.250000', '175423.710000', '175424.170000', '175424.630000', '175425.090000', '175425.550000', '175426.010000', '175426.470000', '175426.930000', '175427.390000', '175427.850000', '175428.310000', '175428.770000', '175429.230000', '175429.690000', '175430.150000', '175430.610000', '175431.070000', '175431.530000', '175431.990000', '175432.450000', '175432.910000', '175433.370000', '175433.830000', '175434.290000', '175434.750000', '175435.210000', '175435.670000', '175436.130000', '175436.590000', '175437.050000', '175437.510000', '175437.970000', '175438.430000', '175438.890000', '175439.350000', '175439.810000', '175440.270000', '175440.730000', '175441.190000', '175441.650000', '175442.110000', '175442.570000', '175443.030000', '175443.490000', '175443.950000', '175444.410000', '175444.870000', '175445.330000', '175445.790000', '175446.250000', '175446.710000', '175447.170000', '175447.630000', '175448.090000', '175448.550000', '175449.010000', '175449.470000', '175449.930000', '175450.390000', '175450.850000', '175451.310000', '175451.770000', '175452.230000', '175452.690000', '175453.150000', '175453.610000', '175454.070000', '175454.530000', '175454.990000', '175455.450000', '175455.910000', '175456.370000', '175456.830000', '175457.290000', '175457.750000', '175458.210000', '175458.670000', '175459.130000', '175459.590000', '175500.050000', '175500.510000', '175500.970000', '175501.430000', '175501.890000', '175502.350000', '175502.810000', '175503.270000', '175503.730000', '175504.190000', '175504.650000', '175505.110000', '175505.570000', '175506.030000', '175506.490000', '175506.950000', '175507.410000', '175507.870000', '175508.330000', '175508.790000', '175509.250000', '175509.710000', '175510.170000', '175510.630000', '175511.090000', '175511.550000', '175512.010000', '175512.470000', '175512.930000', '175513.390000', '175513.850000', '175514.310000', '175514.770000', '175515.230000', '175515.690000', '175516.150000', '175516.610000', '175517.070000', '175517.530000', '175517.990000', '175518.450000', '175518.910000', '175519.370000', '175519.830000', '175520.290000', '175520.750000', '175521.210000', '175521.670000', '175522.130000', '175522.590000', '175523.050000', '175523.510000', '175523.970000', '175524.430000', '175524.890000', '175525.350000', '175525.810000', '175526.270000', '175526.730000', '175527.190000', '175527.650000', '175528.110000', '175528.570000', '175529.030000', '175529.490000', '175529.950000', '175530.410000', '175530.870000', '175531.330000', '175531.790000', '175532.250000', '175532.710000', '175533.170000', '175533.630000', '175534.090000', '175534.550000', '175535.010000', '175535.470000', '175535.930000', '175536.390000', '175536.850000', '175537.310000', '175537.770000', '175538.230000', '175538.690000', '175539.150000', '175539.610000', '175540.070000', '175540.530000', '175540.990000', '175541.450000', '175541.910000', '175542.370000', '175542.830000', '175543.290000', '175543.750000', '175544.210000', '175544.670000', '175545.130000', '175545.590000', '175546.050000', '175546.510000', '175546.970000', '175547.430000', '175547.890000', '175548.350000', '175548.810000', '175549.270000', '175549.730000', '175550.190000', '175550.650000', '175551.110000', '175551.570000', '175552.030000', '175552.490000', '175552.950000', '175553.410000', '175553.870000', '175554.330000', '175554.790000', '175555.250000', '175555.710000', '175556.170000', '175556.630000', '175557.090000', '175557.550000', '175558.010000', '175558.470000', '175558.930000', '175559.390000', '175559.850000', '175600.310000', '175600.770000', '175601.230000', '175601.690000', '175602.150000', '175602.610000', '175603.070000', '175603.530000', '175603.990000', '175604.450000', '175604.910000', '175605.370000', '175605.830000', '175606.290000', '175606.750000', '175607.210000', '175607.670000', '175608.130000', '175608.590000', '175609.050000', '175609.510000', '175609.970000', '175610.430000', '175610.890000', '175611.350000', '175611.810000', '175612.270000', '175612.730000', '175613.190000', '175613.650000', '175614.110000', '175614.570000', '175615.030000', '175615.490000', '175615.950000', '175616.410000', '175616.870000', '175617.330000', '175617.790000', '175618.250000', '175618.710000', '175619.170000', '175619.630000', '175620.090000', '175620.550000', '175621.010000', '175621.470000', '175621.930000', '175622.390000', '175622.850000', '175623.310000', '175623.770000', '175624.230000', '175624.690000', '175625.150000', '175625.610000', '175626.070000', '175626.530000', '175626.990000', '175627.450000', '175627.910000', '175628.370000', '175628.830000', '175629.290000', '175629.750000', '175630.210000', '175630.670000', '175631.130000', '175631.590000', '175632.050000', '175632.510000', '175632.970000', '175633.430000', '175633.890000', '175634.350000', '175634.810000', '175635.270000', '175635.730000', '175636.190000', '175636.650000', '175637.110000', '175637.570000', '175638.030000', '175638.490000', '175638.950000', '175639.410000', '175639.870000', '175640.330000', '175640.790000', '175641.250000', '175641.710000', '175642.170000', '175642.630000', '175643.090000', '175643.550000', '175644.010000', '175644.470000', '175644.930000', '175645.390000', '175645.850000', '175646.310000', '175646.770000', '175647.230000', '175647.690000', '175648.150000', '175648.610000', '175649.070000', '175649.530000', '175649.990000', '175650.450000', '175650.910000', '175651.370000', '175651.830000', '175652.290000', '175652.750000', '175653.210000', '175653.670000', '175654.130000', '175654.590000', '175655.050000', '175655.510000', '175655.970000', '175656.430000', '175656.890000', '175657.350000', '175657.810000', '175658.270000', '175658.730000', '175659.190000', '175659.650000', '175700.110000', '175700.570000', '175701.030000', '175701.490000', '175701.950000', '175702.410000', '175702.870000', '175703.330000', '175703.790000', '175704.250000', '175704.710000', '175705.170000', '175705.630000', '175706.090000', '175706.550000', '175707.010000', '175707.470000', '175707.930000', '175708.390000', '175708.850000', '175709.310000', '175709.770000', '175710.230000', '175710.690000', '175711.150000', '175711.610000', '175712.070000', '175712.530000', '175712.990000', '175713.450000', '175713.910000', '175714.370000', '175714.830000', '175715.290000', '175715.750000', '175716.210000', '175716.670000', '175717.130000', '175717.590000', '175718.050000', '175718.510000', '175718.970000', '175719.430000', '175719.890000', '175720.350000', '175720.810000', '175721.270000', '175721.730000', '175722.190000', '175722.650000', '175723.110000', '175723.570000', '175724.030000', '175724.490000', '175724.950000', '175725.410000', '175725.870000', '175726.330000', '175726.790000', '175727.250000', '175727.710000', '175728.170000', '175728.630000', '175729.090000', '175729.550000', '175730.010000', '175730.470000', '175730.930000', '175731.390000', '175731.850000', '175732.310000', '175732.770000', '175733.230000', '175733.690000', '175734.150000', '175734.610000', '175735.070000', '175735.530000', '175735.990000', '175736.450000', '175736.910000', '175737.370000', '175737.830000', '175738.290000', '175738.750000', '175739.210000', '175739.670000', '175740.130000', '175740.590000', '175741.050000', '175741.510000', '175741.970000', '175742.430000', '175742.890000', '175743.350000', '175743.810000', '175744.270000', '175744.730000', '175745.190000', '175745.650000', '175746.110000', '175746.570000', '175747.030000', '175747.490000', '175747.950000', '175748.410000', '175748.870000', '175749.330000', '175749.790000', '175750.250000', '175750.710000', '175751.170000', '175751.630000', '175752.090000', '175752.550000', '175753.010000', '175753.470000', '175753.930000', '175754.390000', '175754.850000', '175755.310000', '175755.770000', '175756.230000', '175756.690000', '175757.150000', '175757.610000', '175758.070000', '175758.530000', '175758.990000', '175759.450000', '175759.910000', '175800.370000', '175800.830000', '175801.290000', '175801.750000', '175802.210000', '175802.670000', '175803.130000', '175803.590000', '175804.050000', '175804.510000', '175804.970000', '175805.430000', '175805.890000', '175806.350000', '175806.810000', '175807.270000', '175807.730000', '175808.190000', '175808.650000', '175809.110000', '175809.570000', '175810.030000', '175810.490000', '175810.950000', '175811.410000', '175811.870000', '175812.330000', '175812.790000', '175813.250000', '175813.710000', '175814.170000', '175814.630000', '175815.090000', '175815.550000', '175816.010000', '175816.470000', '175816.930000', '175817.390000', '175817.850000', '175818.310000', '175818.770000', '175819.230000', '175819.690000', '175820.150000', '175820.610000', '175821.070000', '175821.530000', '175821.990000', '175822.450000', '175822.910000', '175823.370000', '175823.830000', '175824.290000', '175824.750000', '175825.210000', '175825.670000', '175826.130000', '175826.590000', '175827.050000', '175827.510000', '175827.970000', '175828.430000', '175828.890000', '175829.350000', '175829.810000', '175830.270000', '175830.730000', '175831.190000', '175831.650000', '175832.110000', '175832.570000', '175833.030000', '175833.490000', '175833.950000', '175834.410000', '175834.870000', '175835.330000', '175835.790000', '175836.250000', '175836.710000', '175837.170000', '175837.630000', '175838.090000', '175838.550000', '175839.010000', '175839.470000', '175839.930000', '175840.390000', '175840.850000', '175841.310000', '175841.770000', '175842.230000', '175842.690000', '175843.150000', '175843.610000', '175844.070000', '175844.530000', '175844.990000', '175845.450000', '175845.910000', '175846.370000', '175846.830000', '175847.290000', '175847.750000', '175848.210000'], 'ContentTime': ['174913.750000', '174913.753000', '174913.756000', '174913.758000', '174913.761000', '174913.764000', '174913.767000', '174913.769000', '174913.772000', '174913.774000', '174913.777000', '174913.779000', '174913.782000', '174913.785000', '174913.787000', '174913.790000', '174913.798000', '174913.811000', '174913.814000', '174913.816000', '174913.819000', '174913.821000', '174913.824000', '174913.827000', '174913.829000', '174913.832000', '174913.834000', '174913.837000', '174913.840000', '174913.842000', '174913.845000', '174913.847000', '174913.850000', '174913.853000', '174913.855000', '174913.858000', '174913.860000', '174913.863000', '174913.866000', '174913.868000', '174913.871000', '174913.873000', '174913.887000', '174913.889000', '174913.892000', '174933.720000', '174933.724000', '174933.726000', '174933.729000', '174933.731000', '174933.734000', '174933.737000', '174933.739000', '174933.742000', '174933.744000', '174933.747000', '174933.750000', '174933.752000', '174933.755000', '174933.757000', '174933.760000', '174933.762000', '174933.765000', '174933.768000', '174933.770000', '174933.773000', '174933.775000', '174933.778000', '174933.781000', '174933.784000', '174933.786000', '174933.789000', '174933.791000', '174933.794000', '174933.796000', '174933.799000', '174933.802000', '174933.804000', '174933.807000', '174933.810000', '174933.813000', '174933.816000', '174933.818000', '174933.821000', '174933.823000', '174933.826000', '174933.829000', '174933.831000', '174953.721000', '174953.724000', '174953.728000', '174953.730000', '174953.733000', '174953.735000', '174953.738000', '174953.740000', '174953.743000', '174953.746000', '174953.748000', '174953.751000', '174953.754000', '174953.756000', '174953.759000', '174953.761000', '174953.764000', '174953.767000', '174953.769000', '174953.772000', '174953.774000', '174953.777000', '174953.780000', '174953.782000', '174953.785000', '174953.787000', '174953.790000', '174953.793000', '174953.795000', '174953.798000', '174953.800000', '174953.803000', '174953.806000', '174953.808000', '174953.811000', '174953.813000', '174953.816000', '174953.818000', '174953.829000', '174953.832000', '174953.834000', '174953.837000', '174953.845000', '174953.848000', '175013.722000', '175013.725000', '175013.727000', '175013.730000', '175013.732000', '175013.735000', '175013.738000', '175013.741000', '175013.743000', '175013.746000', '175013.749000', '175013.751000', '175013.754000', '175013.756000', '175013.759000', '175013.762000', '175013.765000', '175013.767000', '175013.770000', '175013.773000', '175013.775000', '175013.778000', '175013.781000', '175013.783000', '175013.786000', '175013.788000', '175013.791000', '175013.794000', '175013.796000', '175013.799000', '175013.802000', '175013.804000', '175013.807000', '175013.809000', '175013.812000', '175013.815000', '175013.818000', '175013.821000', '175013.824000', '175013.826000', '175013.829000', '175013.831000', '175013.834000', '175033.720000', '175033.723000', '175033.726000', '175033.729000', '175033.731000', '175033.734000', '175033.736000', '175033.739000', '175033.742000', '175033.744000', '175033.747000', '175033.749000', '175033.752000', '175033.755000', '175033.757000', '175033.760000', '175033.762000', '175033.765000', '175033.768000', '175033.770000', '175033.773000', '175033.776000', '175033.778000', '175033.781000', '175033.783000', '175033.786000', '175033.789000', '175033.791000', '175033.794000', '175033.796000', '175033.799000', '175033.801000', '175033.804000', '175033.807000', '175033.809000', '175033.812000', '175033.815000', '175033.817000', '175033.820000', '175033.828000', '175033.831000', '175033.834000', '175033.836000', '175033.839000', '175053.720000', '175053.723000', '175053.726000', '175053.729000', '175053.731000', '175053.734000', '175053.736000', '175053.739000', '175053.742000', '175053.744000', '175053.747000', '175053.749000', '175053.752000', '175053.755000', '175053.757000', '175053.760000', '175053.763000', '175053.766000', '175053.769000', '175053.772000', '175053.774000', '175053.790000', '175053.793000', '175053.796000', '175053.798000', '175053.801000', '175053.804000', '175053.806000', '175053.809000', '175053.812000', '175053.814000', '175053.817000', '175053.819000', '175053.822000', '175053.825000', '175053.827000', '175053.830000', '175053.833000', '175053.835000', '175053.838000', '175053.840000', '175053.843000', '175053.846000', '175113.721000', '175113.723000', '175113.726000', '175113.729000', '175113.732000', '175113.734000', '175113.737000', '175113.739000', '175113.742000', '175113.745000', '175113.747000', '175113.750000', '175113.753000', '175113.755000', '175113.758000', '175113.760000', '175113.763000', '175113.766000', '175113.768000', '175113.771000', '175113.774000', '175113.776000', '175113.779000', '175113.781000', '175113.784000', '175113.787000', '175113.789000', '175113.792000', '175113.794000', '175113.797000', '175113.800000', '175113.802000', '175113.805000', '175113.807000', '175113.810000', '175113.813000', '175113.815000', '175113.818000', '175113.821000', '175113.823000', '175113.826000', '175113.828000', '175113.831000', '175113.834000', '175133.720000', '175133.723000', '175133.726000', '175133.729000', '175133.731000', '175133.734000', '175133.737000', '175133.739000', '175133.742000', '175133.745000', '175133.747000', '175133.750000', '175133.752000', '175133.755000', '175133.758000', '175133.760000', '175133.763000', '175133.765000', '175133.768000', '175133.771000', '175133.773000', '175133.776000', '175133.779000', '175133.781000', '175133.784000', '175133.786000', '175133.789000', '175133.792000', '175133.794000', '175133.797000', '175133.799000', '175133.809000', '175133.811000', '175133.826000', '175133.829000', '175133.831000', '175133.834000', '175133.838000', '175133.841000', '175133.843000', '175133.846000', '175133.849000', '175133.851000', '175153.721000', '175153.724000', '175153.726000', '175153.729000', '175153.732000', '175153.734000', '175153.737000', '175153.740000', '175153.742000', '175153.745000', '175153.747000', '175153.750000', '175153.753000', '175153.755000', '175153.758000', '175153.761000', '175153.763000', '175153.766000', '175153.768000', '175153.771000', '175153.774000', '175153.776000', '175153.779000', '175153.782000', '175153.784000', '175153.787000', '175153.790000', '175153.792000', '175153.795000', '175153.797000', '175153.800000', '175153.803000', '175153.805000', '175153.808000', '175153.811000', '175153.813000', '175153.816000', '175153.818000', '175153.821000', '175153.824000', '175153.826000', '175153.829000', '175153.831000', '175153.834000', '175213.722000', '175213.725000', '175213.727000', '175213.730000', '175213.732000', '175213.735000', '175213.738000', '175213.740000', '175213.743000', '175213.753000', '175213.756000', '175213.758000', '175213.761000', '175213.763000', '175213.766000', '175213.769000', '175213.771000', '175213.774000', '175213.777000', '175213.779000', '175213.782000', '175213.785000', '175213.787000', '175213.790000', '175213.792000', '175213.795000', '175213.798000', '175213.800000', '175213.803000', '175213.805000', '175213.808000', '175213.811000', '175213.813000', '175213.816000', '175213.819000', '175213.822000', '175213.825000', '175213.828000', '175213.830000', '175213.833000', '175213.836000', '175213.839000', '175213.841000', '175233.722000', '175233.725000', '175233.745000', '175233.747000', '175233.750000', '175233.752000', '175233.755000', '175233.758000', '175233.760000', '175233.763000', '175233.766000', '175233.768000', '175233.771000', '175233.773000', '175233.776000', '175233.778000', '175233.781000', '175233.784000', '175233.786000', '175233.789000', '175233.792000', '175233.794000', '175233.797000', '175233.800000', '175233.802000', '175233.805000', '175233.808000', '175233.810000', '175233.813000', '175233.815000', '175233.818000', '175233.821000', '175233.823000', '175233.826000', '175233.828000', '175233.831000', '175233.834000', '175233.836000', '175233.839000', '175233.841000', '175233.844000', '175233.846000', '175233.849000', '175233.852000', '175253.720000', '175253.723000', '175253.726000', '175253.729000', '175253.731000', '175253.734000', '175253.737000', '175253.739000', '175253.742000', '175253.744000', '175253.747000', '175253.750000', '175253.752000', '175253.755000', '175253.757000', '175253.760000', '175253.763000', '175253.765000', '175253.768000', '175253.770000', '175253.773000', '175253.776000', '175253.778000', '175253.781000', '175253.783000', '175253.786000', '175253.789000', '175253.791000', '175253.794000', '175253.797000', '175253.799000', '175253.802000', '175253.804000', '175253.807000', '175253.810000', '175253.813000', '175253.815000', '175253.818000', '175253.821000', '175253.823000', '175253.826000', '175253.828000', '175253.831000', '175313.720000', '175313.732000', '175313.735000', '175313.738000', '175313.740000', '175313.743000', '175313.746000', '175313.748000', '175313.751000', '175313.753000', '175313.756000', '175313.759000', '175313.761000', '175313.764000', '175313.767000', '175313.769000', '175313.772000', '175313.775000', '175313.777000', '175313.780000', '175313.782000', '175313.785000', '175313.788000', '175313.790000', '175313.793000', '175313.796000', '175313.798000', '175313.801000', '175313.803000', '175313.806000', '175313.809000', '175313.811000', '175313.814000', '175313.817000', '175313.819000', '175313.822000', '175313.824000', '175313.827000', '175313.830000', '175313.832000', '175313.835000', '175313.837000', '175313.840000', '175313.843000', '175333.720000', '175333.723000', '175333.726000', '175333.729000', '175333.732000', '175333.734000', '175333.737000', '175333.739000', '175333.742000', '175333.745000', '175333.747000', '175333.750000', '175333.752000', '175333.755000', '175333.758000', '175333.760000', '175333.763000', '175333.765000', '175333.768000', '175333.771000', '175333.773000', '175333.776000', '175333.778000', '175333.781000', '175333.784000', '175333.786000', '175333.789000', '175333.792000', '175333.794000', '175333.797000', '175333.799000', '175333.802000', '175333.805000', '175333.807000', '175333.810000', '175333.813000', '175333.815000', '175333.818000', '175333.820000', '175333.823000', '175333.825000', '175333.828000', '175333.831000', '175353.721000', '175353.723000', '175353.726000', '175353.729000', '175353.731000', '175353.734000', '175353.737000', '175353.739000', '175353.742000', '175353.745000', '175353.747000', '175353.750000', '175353.753000', '175353.755000', '175353.758000', '175353.761000', '175353.763000', '175353.766000', '175353.768000', '175353.771000', '175353.774000', '175353.776000', '175353.779000', '175353.781000', '175353.784000', '175353.787000', '175353.789000', '175353.792000', '175353.795000', '175353.797000', '175353.800000', '175353.803000', '175353.805000', '175353.808000', '175353.810000', '175353.813000', '175353.816000', '175353.818000', '175353.821000', '175353.823000', '175353.826000', '175353.829000', '175353.831000', '175353.834000', '175413.720000', '175413.723000', '175413.726000', '175413.729000', '175413.731000', '175413.734000', '175413.736000', '175413.739000', '175413.741000', '175413.744000', '175413.747000', '175413.749000', '175413.752000', '175413.754000', '175413.757000', '175413.760000', '175413.762000', '175413.765000', '175413.767000', '175413.770000', '175413.772000', '175413.775000', '175413.778000', '175413.780000', '175413.783000', '175413.785000', '175413.788000', '175413.790000', '175413.793000', '175413.795000', '175413.798000', '175413.801000', '175413.803000', '175413.806000', '175413.808000', '175413.811000', '175413.813000', '175413.816000', '175413.818000', '175413.821000', '175413.824000', '175413.826000', '175413.829000', '175433.721000', '175433.725000', '175433.727000', '175433.730000', '175433.732000', '175433.735000', '175433.737000', '175433.740000', '175433.742000', '175433.745000', '175433.748000', '175433.750000', '175433.799000', '175433.802000', '175433.805000', '175433.807000', '175433.810000', '175433.812000', '175433.815000', '175433.817000', '175433.820000', '175433.822000', '175433.825000', '175433.828000', '175433.830000', '175433.833000', '175433.835000', '175433.838000', '175433.841000', '175433.843000', '175433.846000', '175433.848000', '175433.851000', '175433.853000', '175433.856000', '175433.859000', '175433.861000', '175433.864000', '175433.866000', '175433.869000', '175433.871000', '175433.874000', '175433.877000', '175453.721000', '175453.724000', '175453.727000', '175453.730000', '175453.732000', '175453.735000', '175453.737000', '175453.740000', '175453.742000', '175453.745000', '175453.747000', '175453.750000', '175453.753000', '175453.755000', '175453.758000', '175453.761000', '175453.763000', '175453.766000', '175453.768000', '175453.771000', '175453.773000', '175453.776000', '175453.779000', '175453.781000', '175453.784000', '175453.786000', '175453.789000', '175453.792000', '175453.794000', '175453.797000', '175453.799000', '175453.802000', '175453.806000', '175453.808000', '175453.811000', '175453.814000', '175453.816000', '175453.819000', '175453.821000', '175453.824000', '175453.827000', '175453.830000', '175453.832000', '175453.835000', '175513.721000', '175513.724000', '175513.726000', '175513.729000', '175513.731000', '175513.734000', '175513.737000', '175513.740000', '175513.742000', '175513.745000', '175513.748000', '175513.750000', '175513.753000', '175513.756000', '175513.758000', '175513.761000', '175513.764000', '175513.766000', '175513.769000', '175513.771000', '175513.774000', '175513.776000', '175513.779000', '175513.782000', '175513.784000', '175513.787000', '175513.789000', '175513.792000', '175513.794000', '175513.797000', '175513.800000', '175513.802000', '175513.805000', '175513.807000', '175513.810000', '175513.813000', '175513.815000', '175513.818000', '175513.820000', '175513.823000', '175513.825000', '175513.828000', '175513.831000', '175533.721000', '175533.723000', '175533.726000', '175533.729000', '175533.731000', '175533.734000', '175533.736000', '175533.739000', '175533.741000', '175533.744000', '175533.747000', '175533.749000', '175533.752000', '175533.754000', '175533.757000', '175533.760000', '175533.762000', '175533.765000', '175533.767000', '175533.770000', '175533.772000', '175533.775000', '175533.777000', '175533.780000', '175533.783000', '175533.785000', '175533.788000', '175533.790000', '175533.793000', '175533.795000', '175533.798000', '175533.800000', '175533.803000', '175533.806000', '175533.808000', '175533.811000', '175533.813000', '175533.816000', '175533.819000', '175533.821000', '175533.824000', '175533.826000', '175533.829000', '175533.831000', '175553.721000', '175553.723000', '175553.726000', '175553.728000', '175553.731000', '175553.734000', '175553.736000', '175553.739000', '175553.741000', '175553.744000', '175553.747000', '175553.749000', '175553.752000', '175553.754000', '175553.757000', '175553.759000', '175553.762000', '175553.764000', '175553.767000', '175553.769000', '175553.772000', '175553.775000', '175553.791000', '175553.793000', '175553.796000', '175553.798000', '175553.801000', '175553.804000', '175553.806000', '175553.809000', '175553.811000', '175553.814000', '175553.817000', '175553.819000', '175553.822000', '175553.824000', '175553.827000', '175553.829000', '175553.832000', '175553.835000', '175553.837000', '175553.840000', '175553.842000', '175553.845000', '175613.721000', '175613.723000', '175613.726000', '175613.729000', '175613.731000', '175613.734000', '175613.736000', '175613.739000', '175613.742000', '175613.744000', '175613.747000', '175613.749000', '175613.752000', '175613.755000', '175613.757000', '175613.760000', '175613.762000', '175613.765000', '175613.767000', '175613.770000', '175613.773000', '175613.775000', '175613.778000', '175613.781000', '175613.783000', '175613.786000', '175613.788000', '175613.791000', '175613.794000', '175613.796000', '175613.799000', '175613.801000', '175613.804000', '175613.806000', '175613.809000', '175613.812000', '175613.814000', '175613.817000', '175613.819000', '175613.822000', '175613.825000', '175613.827000', '175613.830000', '175633.721000', '175633.725000', '175633.727000', '175633.730000', '175633.732000', '175633.735000', '175633.738000', '175633.740000', '175633.743000', '175633.745000', '175633.748000', '175633.750000', '175633.753000', '175633.756000', '175633.758000', '175633.761000', '175633.763000', '175633.766000', '175633.768000', '175633.771000', '175633.773000', '175633.776000', '175633.779000', '175633.781000', '175633.784000', '175633.786000', '175633.789000', '175633.791000', '175633.794000', '175633.797000', '175633.799000', '175633.802000', '175633.804000', '175633.807000', '175633.809000', '175633.812000', '175633.815000', '175633.817000', '175633.820000', '175633.822000', '175633.825000', '175633.827000', '175633.830000', '175633.832000', '175653.722000', '175653.725000', '175653.727000', '175653.730000', '175653.732000', '175653.735000', '175653.738000', '175653.740000', '175653.743000', '175653.745000', '175653.748000', '175653.750000', '175653.753000', '175653.756000', '175653.758000', '175653.761000', '175653.763000', '175653.766000', '175653.768000', '175653.771000', '175653.774000', '175653.776000', '175653.779000', '175653.781000', '175653.784000', '175653.786000', '175653.789000', '175653.792000', '175653.794000', '175653.797000', '175653.799000', '175653.802000', '175653.804000', '175653.807000', '175653.810000', '175653.812000', '175653.815000', '175653.817000', '175653.820000', '175653.823000', '175653.825000', '175653.828000', '175653.830000', '175713.721000', '175713.724000', '175713.727000', '175713.729000', '175713.732000', '175713.735000', '175713.737000', '175713.740000', '175713.742000', '175713.745000', '175713.748000', '175713.750000', '175713.753000', '175713.755000', '175713.759000', '175713.762000', '175713.765000', '175713.767000', '175713.770000', '175713.790000', '175713.792000', '175713.795000', '175713.797000', '175713.800000', '175713.803000', '175713.805000', '175713.808000', '175713.810000', '175713.813000', '175713.816000', '175713.818000', '175713.821000', '175713.823000', '175713.826000', '175713.829000', '175713.831000', '175713.834000', '175713.836000', '175713.839000', '175713.841000', '175713.844000', '175713.847000', '175713.849000', '175733.721000', '175733.723000', '175733.726000', '175733.729000', '175733.731000', '175733.734000', '175733.736000', '175733.739000', '175733.741000', '175733.744000', '175733.747000', '175733.749000', '175733.752000', '175733.754000', '175733.757000', '175733.759000', '175733.762000', '175733.765000', '175733.767000', '175733.770000', '175733.772000', '175733.775000', '175733.778000', '175733.780000', '175733.783000', '175733.785000', '175733.788000', '175733.790000', '175733.793000', '175733.795000', '175733.798000', '175733.801000', '175733.803000', '175733.806000', '175733.809000', '175733.811000', '175733.814000', '175733.816000', '175733.819000', '175733.821000', '175733.824000', '175733.826000', '175733.829000', '175733.832000', '175753.720000', '175753.723000', '175753.726000', '175753.729000', '175753.731000', '175753.734000', '175753.737000', '175753.739000', '175753.742000', '175753.744000', '175753.747000', '175753.749000', '175753.752000', '175753.755000', '175753.757000', '175753.760000', '175753.764000', '175753.767000', '175753.769000', '175753.772000', '175753.774000', '175753.777000', '175753.780000', '175753.782000', '175753.785000', '175753.787000', '175753.790000', '175753.792000', '175753.795000', '175753.798000', '175753.800000', '175753.803000', '175753.805000', '175753.808000', '175753.810000', '175753.813000', '175753.816000', '175753.818000', '175753.821000', '175753.823000', '175753.826000', '175753.829000', '175753.831000', '175813.721000', '175813.723000', '175813.726000', '175813.729000', '175813.731000', '175813.734000', '175813.737000', '175813.739000', '175813.742000', '175813.744000', '175813.747000', '175813.749000', '175813.752000', '175813.754000', '175813.757000', '175813.760000', '175813.762000', '175813.765000', '175813.767000', '175813.770000', '175813.773000', '175813.775000', '175813.778000', '175813.780000', '175813.783000', '175813.786000', '175813.788000', '175813.791000', '175813.793000', '175813.796000', '175813.798000', '175813.801000', '175813.803000', '175813.806000', '175813.809000', '175813.811000', '175813.814000', '175813.816000', '175813.819000', '175813.821000', '175813.824000', '175813.827000', '175813.829000', '175813.832000', '175833.721000', '175833.724000', '175833.726000', '175833.729000', '175833.731000', '175833.734000', '175833.736000', '175833.739000', '175833.742000', '175833.744000', '175833.747000', '175833.749000', '175833.752000', '175833.755000', '175833.757000', '175833.770000', '175833.772000', '175833.775000', '175833.777000', '175833.780000', '175833.782000', '175833.785000', '175833.787000', '175833.790000', '175833.793000', '175833.795000', '175833.798000', '175833.800000', '175833.803000', '175833.805000', '175833.808000', '175833.811000', '175833.813000', '175833.816000', '175833.818000', '175833.821000', '175833.824000', '175833.826000', '175833.829000', '175833.831000', '175833.834000', '175833.836000', '175833.839000', '175849.835000', '175849.838000', '175849.841000', '175849.843000', '175849.846000', '175849.849000', '175849.851000', '175849.854000', '175849.857000', '175849.860000', '175849.863000', '175849.866000', '175849.868000', '175849.871000', '175849.874000', '175849.877000', '175849.880000', '175849.883000', '175849.886000', '175849.889000', '175849.892000', '175849.895000', '175849.897000', '175849.900000', '175849.903000', '175849.906000', '175849.909000', '175849.911000', '175849.914000', '175849.916000', '175849.919000', '175849.922000', '175849.925000', '175849.927000', '175849.930000', '175849.936000'], 'InstanceCreationTime': ['174913.750000', '174913.753000', '174913.756000', '174913.758000', '174913.761000', '174913.764000', '174913.767000', '174913.769000', '174913.772000', '174913.774000', '174913.777000', '174913.779000', '174913.782000', '174913.785000', '174913.787000', '174913.790000', '174913.798000', '174913.811000', '174913.814000', '174913.816000', '174913.819000', '174913.821000', '174913.824000', '174913.827000', '174913.829000', '174913.832000', '174913.834000', '174913.837000', '174913.840000', '174913.842000', '174913.845000', '174913.847000', '174913.850000', '174913.853000', '174913.855000', '174913.858000', '174913.860000', '174913.863000', '174913.866000', '174913.868000', '174913.871000', '174913.873000', '174913.887000', '174913.889000', '174913.892000', '174933.720000', '174933.724000', '174933.726000', '174933.729000', '174933.731000', '174933.734000', '174933.737000', '174933.739000', '174933.742000', '174933.744000', '174933.747000', '174933.750000', '174933.752000', '174933.755000', '174933.757000', '174933.760000', '174933.762000', '174933.765000', '174933.768000', '174933.770000', '174933.773000', '174933.775000', '174933.778000', '174933.781000', '174933.784000', '174933.786000', '174933.789000', '174933.791000', '174933.794000', '174933.796000', '174933.799000', '174933.802000', '174933.804000', '174933.807000', '174933.810000', '174933.813000', '174933.816000', '174933.818000', '174933.821000', '174933.823000', '174933.826000', '174933.829000', '174933.831000', '174953.721000', '174953.724000', '174953.728000', '174953.730000', '174953.733000', '174953.735000', '174953.738000', '174953.740000', '174953.743000', '174953.746000', '174953.748000', '174953.751000', '174953.754000', '174953.756000', '174953.759000', '174953.761000', '174953.764000', '174953.767000', '174953.769000', '174953.772000', '174953.774000', '174953.777000', '174953.780000', '174953.782000', '174953.785000', '174953.787000', '174953.790000', '174953.793000', '174953.795000', '174953.798000', '174953.800000', '174953.803000', '174953.806000', '174953.808000', '174953.811000', '174953.813000', '174953.816000', '174953.818000', '174953.829000', '174953.832000', '174953.834000', '174953.837000', '174953.845000', '174953.848000', '175013.722000', '175013.725000', '175013.727000', '175013.730000', '175013.732000', '175013.735000', '175013.738000', '175013.741000', '175013.743000', '175013.746000', '175013.749000', '175013.751000', '175013.754000', '175013.756000', '175013.759000', '175013.762000', '175013.765000', '175013.767000', '175013.770000', '175013.773000', '175013.775000', '175013.778000', '175013.781000', '175013.783000', '175013.786000', '175013.788000', '175013.791000', '175013.794000', '175013.796000', '175013.799000', '175013.802000', '175013.804000', '175013.807000', '175013.809000', '175013.812000', '175013.815000', '175013.818000', '175013.821000', '175013.824000', '175013.826000', '175013.829000', '175013.831000', '175013.834000', '175033.720000', '175033.723000', '175033.726000', '175033.729000', '175033.731000', '175033.734000', '175033.736000', '175033.739000', '175033.742000', '175033.744000', '175033.747000', '175033.749000', '175033.752000', '175033.755000', '175033.757000', '175033.760000', '175033.762000', '175033.765000', '175033.768000', '175033.770000', '175033.773000', '175033.776000', '175033.778000', '175033.781000', '175033.783000', '175033.786000', '175033.789000', '175033.791000', '175033.794000', '175033.796000', '175033.799000', '175033.801000', '175033.804000', '175033.807000', '175033.809000', '175033.812000', '175033.815000', '175033.817000', '175033.820000', '175033.828000', '175033.831000', '175033.834000', '175033.836000', '175033.839000', '175053.720000', '175053.723000', '175053.726000', '175053.729000', '175053.731000', '175053.734000', '175053.736000', '175053.739000', '175053.742000', '175053.744000', '175053.747000', '175053.749000', '175053.752000', '175053.755000', '175053.757000', '175053.760000', '175053.763000', '175053.766000', '175053.769000', '175053.772000', '175053.774000', '175053.790000', '175053.793000', '175053.796000', '175053.798000', '175053.801000', '175053.804000', '175053.806000', '175053.809000', '175053.812000', '175053.814000', '175053.817000', '175053.819000', '175053.822000', '175053.825000', '175053.827000', '175053.830000', '175053.833000', '175053.835000', '175053.838000', '175053.840000', '175053.843000', '175053.846000', '175113.721000', '175113.723000', '175113.726000', '175113.729000', '175113.732000', '175113.734000', '175113.737000', '175113.739000', '175113.742000', '175113.745000', '175113.747000', '175113.750000', '175113.753000', '175113.755000', '175113.758000', '175113.760000', '175113.763000', '175113.766000', '175113.768000', '175113.771000', '175113.774000', '175113.776000', '175113.779000', '175113.781000', '175113.784000', '175113.787000', '175113.789000', '175113.792000', '175113.794000', '175113.797000', '175113.800000', '175113.802000', '175113.805000', '175113.807000', '175113.810000', '175113.813000', '175113.815000', '175113.818000', '175113.821000', '175113.823000', '175113.826000', '175113.828000', '175113.831000', '175113.834000', '175133.720000', '175133.723000', '175133.726000', '175133.729000', '175133.731000', '175133.734000', '175133.737000', '175133.739000', '175133.742000', '175133.745000', '175133.747000', '175133.750000', '175133.752000', '175133.755000', '175133.758000', '175133.760000', '175133.763000', '175133.765000', '175133.768000', '175133.771000', '175133.773000', '175133.776000', '175133.779000', '175133.781000', '175133.784000', '175133.786000', '175133.789000', '175133.792000', '175133.794000', '175133.797000', '175133.799000', '175133.809000', '175133.811000', '175133.826000', '175133.829000', '175133.831000', '175133.834000', '175133.838000', '175133.841000', '175133.843000', '175133.846000', '175133.849000', '175133.851000', '175153.721000', '175153.724000', '175153.726000', '175153.729000', '175153.732000', '175153.734000', '175153.737000', '175153.740000', '175153.742000', '175153.745000', '175153.747000', '175153.750000', '175153.753000', '175153.755000', '175153.758000', '175153.761000', '175153.763000', '175153.766000', '175153.768000', '175153.771000', '175153.774000', '175153.776000', '175153.779000', '175153.782000', '175153.784000', '175153.787000', '175153.790000', '175153.792000', '175153.795000', '175153.797000', '175153.800000', '175153.803000', '175153.805000', '175153.808000', '175153.811000', '175153.813000', '175153.816000', '175153.818000', '175153.821000', '175153.824000', '175153.826000', '175153.829000', '175153.831000', '175153.834000', '175213.722000', '175213.725000', '175213.727000', '175213.730000', '175213.732000', '175213.735000', '175213.738000', '175213.740000', '175213.743000', '175213.753000', '175213.756000', '175213.758000', '175213.761000', '175213.763000', '175213.766000', '175213.769000', '175213.771000', '175213.774000', '175213.777000', '175213.779000', '175213.782000', '175213.785000', '175213.787000', '175213.790000', '175213.792000', '175213.795000', '175213.798000', '175213.800000', '175213.803000', '175213.805000', '175213.808000', '175213.811000', '175213.813000', '175213.816000', '175213.819000', '175213.822000', '175213.825000', '175213.828000', '175213.830000', '175213.833000', '175213.836000', '175213.839000', '175213.841000', '175233.722000', '175233.725000', '175233.745000', '175233.747000', '175233.750000', '175233.752000', '175233.755000', '175233.758000', '175233.760000', '175233.763000', '175233.766000', '175233.768000', '175233.771000', '175233.773000', '175233.776000', '175233.778000', '175233.781000', '175233.784000', '175233.786000', '175233.789000', '175233.792000', '175233.794000', '175233.797000', '175233.800000', '175233.802000', '175233.805000', '175233.808000', '175233.810000', '175233.813000', '175233.815000', '175233.818000', '175233.821000', '175233.823000', '175233.826000', '175233.828000', '175233.831000', '175233.834000', '175233.836000', '175233.839000', '175233.841000', '175233.844000', '175233.846000', '175233.849000', '175233.852000', '175253.720000', '175253.723000', '175253.726000', '175253.729000', '175253.731000', '175253.734000', '175253.737000', '175253.739000', '175253.742000', '175253.744000', '175253.747000', '175253.750000', '175253.752000', '175253.755000', '175253.757000', '175253.760000', '175253.763000', '175253.765000', '175253.768000', '175253.770000', '175253.773000', '175253.776000', '175253.778000', '175253.781000', '175253.783000', '175253.786000', '175253.789000', '175253.791000', '175253.794000', '175253.797000', '175253.799000', '175253.802000', '175253.804000', '175253.807000', '175253.810000', '175253.813000', '175253.815000', '175253.818000', '175253.821000', '175253.823000', '175253.826000', '175253.828000', '175253.831000', '175313.720000', '175313.732000', '175313.735000', '175313.738000', '175313.740000', '175313.743000', '175313.746000', '175313.748000', '175313.751000', '175313.753000', '175313.756000', '175313.759000', '175313.761000', '175313.764000', '175313.767000', '175313.769000', '175313.772000', '175313.775000', '175313.777000', '175313.780000', '175313.782000', '175313.785000', '175313.788000', '175313.790000', '175313.793000', '175313.796000', '175313.798000', '175313.801000', '175313.803000', '175313.806000', '175313.809000', '175313.811000', '175313.814000', '175313.817000', '175313.819000', '175313.822000', '175313.824000', '175313.827000', '175313.830000', '175313.832000', '175313.835000', '175313.837000', '175313.840000', '175313.843000', '175333.720000', '175333.723000', '175333.726000', '175333.729000', '175333.732000', '175333.734000', '175333.737000', '175333.739000', '175333.742000', '175333.745000', '175333.747000', '175333.750000', '175333.752000', '175333.755000', '175333.758000', '175333.760000', '175333.763000', '175333.765000', '175333.768000', '175333.771000', '175333.773000', '175333.776000', '175333.778000', '175333.781000', '175333.784000', '175333.786000', '175333.789000', '175333.792000', '175333.794000', '175333.797000', '175333.799000', '175333.802000', '175333.805000', '175333.807000', '175333.810000', '175333.813000', '175333.815000', '175333.818000', '175333.820000', '175333.823000', '175333.825000', '175333.828000', '175333.831000', '175353.721000', '175353.723000', '175353.726000', '175353.729000', '175353.731000', '175353.734000', '175353.737000', '175353.739000', '175353.742000', '175353.745000', '175353.747000', '175353.750000', '175353.753000', '175353.755000', '175353.758000', '175353.761000', '175353.763000', '175353.766000', '175353.768000', '175353.771000', '175353.774000', '175353.776000', '175353.779000', '175353.781000', '175353.784000', '175353.787000', '175353.789000', '175353.792000', '175353.795000', '175353.797000', '175353.800000', '175353.803000', '175353.805000', '175353.808000', '175353.810000', '175353.813000', '175353.816000', '175353.818000', '175353.821000', '175353.823000', '175353.826000', '175353.829000', '175353.831000', '175353.834000', '175413.720000', '175413.723000', '175413.726000', '175413.729000', '175413.731000', '175413.734000', '175413.736000', '175413.739000', '175413.741000', '175413.744000', '175413.747000', '175413.749000', '175413.752000', '175413.754000', '175413.757000', '175413.760000', '175413.762000', '175413.765000', '175413.767000', '175413.770000', '175413.772000', '175413.775000', '175413.778000', '175413.780000', '175413.783000', '175413.785000', '175413.788000', '175413.790000', '175413.793000', '175413.795000', '175413.798000', '175413.801000', '175413.803000', '175413.806000', '175413.808000', '175413.811000', '175413.813000', '175413.816000', '175413.818000', '175413.821000', '175413.824000', '175413.826000', '175413.829000', '175433.721000', '175433.725000', '175433.727000', '175433.730000', '175433.732000', '175433.735000', '175433.737000', '175433.740000', '175433.742000', '175433.745000', '175433.748000', '175433.750000', '175433.799000', '175433.802000', '175433.805000', '175433.807000', '175433.810000', '175433.812000', '175433.815000', '175433.817000', '175433.820000', '175433.822000', '175433.825000', '175433.828000', '175433.830000', '175433.833000', '175433.835000', '175433.838000', '175433.841000', '175433.843000', '175433.846000', '175433.848000', '175433.851000', '175433.853000', '175433.856000', '175433.859000', '175433.861000', '175433.864000', '175433.866000', '175433.869000', '175433.871000', '175433.874000', '175433.877000', '175453.721000', '175453.724000', '175453.727000', '175453.730000', '175453.732000', '175453.735000', '175453.737000', '175453.740000', '175453.742000', '175453.745000', '175453.747000', '175453.750000', '175453.753000', '175453.755000', '175453.758000', '175453.761000', '175453.763000', '175453.766000', '175453.768000', '175453.771000', '175453.773000', '175453.776000', '175453.779000', '175453.781000', '175453.784000', '175453.786000', '175453.789000', '175453.792000', '175453.794000', '175453.797000', '175453.799000', '175453.802000', '175453.806000', '175453.808000', '175453.811000', '175453.814000', '175453.816000', '175453.819000', '175453.821000', '175453.824000', '175453.827000', '175453.830000', '175453.832000', '175453.835000', '175513.721000', '175513.724000', '175513.726000', '175513.729000', '175513.731000', '175513.734000', '175513.737000', '175513.740000', '175513.742000', '175513.745000', '175513.748000', '175513.750000', '175513.753000', '175513.756000', '175513.758000', '175513.761000', '175513.764000', '175513.766000', '175513.769000', '175513.771000', '175513.774000', '175513.776000', '175513.779000', '175513.782000', '175513.784000', '175513.787000', '175513.789000', '175513.792000', '175513.794000', '175513.797000', '175513.800000', '175513.802000', '175513.805000', '175513.807000', '175513.810000', '175513.813000', '175513.815000', '175513.818000', '175513.820000', '175513.823000', '175513.825000', '175513.828000', '175513.831000', '175533.721000', '175533.723000', '175533.726000', '175533.729000', '175533.731000', '175533.734000', '175533.736000', '175533.739000', '175533.741000', '175533.744000', '175533.747000', '175533.749000', '175533.752000', '175533.754000', '175533.757000', '175533.760000', '175533.762000', '175533.765000', '175533.767000', '175533.770000', '175533.772000', '175533.775000', '175533.777000', '175533.780000', '175533.783000', '175533.785000', '175533.788000', '175533.790000', '175533.793000', '175533.795000', '175533.798000', '175533.800000', '175533.803000', '175533.806000', '175533.808000', '175533.811000', '175533.813000', '175533.816000', '175533.819000', '175533.821000', '175533.824000', '175533.826000', '175533.829000', '175533.831000', '175553.721000', '175553.723000', '175553.726000', '175553.728000', '175553.731000', '175553.734000', '175553.736000', '175553.739000', '175553.741000', '175553.744000', '175553.747000', '175553.749000', '175553.752000', '175553.754000', '175553.757000', '175553.759000', '175553.762000', '175553.764000', '175553.767000', '175553.769000', '175553.772000', '175553.775000', '175553.791000', '175553.793000', '175553.796000', '175553.798000', '175553.801000', '175553.804000', '175553.806000', '175553.809000', '175553.811000', '175553.814000', '175553.817000', '175553.819000', '175553.822000', '175553.824000', '175553.827000', '175553.829000', '175553.832000', '175553.835000', '175553.837000', '175553.840000', '175553.842000', '175553.845000', '175613.721000', '175613.723000', '175613.726000', '175613.729000', '175613.731000', '175613.734000', '175613.736000', '175613.739000', '175613.742000', '175613.744000', '175613.747000', '175613.749000', '175613.752000', '175613.755000', '175613.757000', '175613.760000', '175613.762000', '175613.765000', '175613.767000', '175613.770000', '175613.773000', '175613.775000', '175613.778000', '175613.781000', '175613.783000', '175613.786000', '175613.788000', '175613.791000', '175613.794000', '175613.796000', '175613.799000', '175613.801000', '175613.804000', '175613.806000', '175613.809000', '175613.812000', '175613.814000', '175613.817000', '175613.819000', '175613.822000', '175613.825000', '175613.827000', '175613.830000', '175633.721000', '175633.725000', '175633.727000', '175633.730000', '175633.732000', '175633.735000', '175633.738000', '175633.740000', '175633.743000', '175633.745000', '175633.748000', '175633.750000', '175633.753000', '175633.756000', '175633.758000', '175633.761000', '175633.763000', '175633.766000', '175633.768000', '175633.771000', '175633.773000', '175633.776000', '175633.779000', '175633.781000', '175633.784000', '175633.786000', '175633.789000', '175633.791000', '175633.794000', '175633.797000', '175633.799000', '175633.802000', '175633.804000', '175633.807000', '175633.809000', '175633.812000', '175633.815000', '175633.817000', '175633.820000', '175633.822000', '175633.825000', '175633.827000', '175633.830000', '175633.832000', '175653.722000', '175653.725000', '175653.727000', '175653.730000', '175653.732000', '175653.735000', '175653.738000', '175653.740000', '175653.743000', '175653.745000', '175653.748000', '175653.750000', '175653.753000', '175653.756000', '175653.758000', '175653.761000', '175653.763000', '175653.766000', '175653.768000', '175653.771000', '175653.774000', '175653.776000', '175653.779000', '175653.781000', '175653.784000', '175653.786000', '175653.789000', '175653.792000', '175653.794000', '175653.797000', '175653.799000', '175653.802000', '175653.804000', '175653.807000', '175653.810000', '175653.812000', '175653.815000', '175653.817000', '175653.820000', '175653.823000', '175653.825000', '175653.828000', '175653.830000', '175713.721000', '175713.724000', '175713.727000', '175713.729000', '175713.732000', '175713.735000', '175713.737000', '175713.740000', '175713.742000', '175713.745000', '175713.748000', '175713.750000', '175713.753000', '175713.755000', '175713.759000', '175713.762000', '175713.765000', '175713.767000', '175713.770000', '175713.790000', '175713.792000', '175713.795000', '175713.797000', '175713.800000', '175713.803000', '175713.805000', '175713.808000', '175713.810000', '175713.813000', '175713.816000', '175713.818000', '175713.821000', '175713.823000', '175713.826000', '175713.829000', '175713.831000', '175713.834000', '175713.836000', '175713.839000', '175713.841000', '175713.844000', '175713.847000', '175713.849000', '175733.721000', '175733.723000', '175733.726000', '175733.729000', '175733.731000', '175733.734000', '175733.736000', '175733.739000', '175733.741000', '175733.744000', '175733.747000', '175733.749000', '175733.752000', '175733.754000', '175733.757000', '175733.759000', '175733.762000', '175733.765000', '175733.767000', '175733.770000', '175733.772000', '175733.775000', '175733.778000', '175733.780000', '175733.783000', '175733.785000', '175733.788000', '175733.790000', '175733.793000', '175733.795000', '175733.798000', '175733.801000', '175733.803000', '175733.806000', '175733.809000', '175733.811000', '175733.814000', '175733.816000', '175733.819000', '175733.821000', '175733.824000', '175733.826000', '175733.829000', '175733.832000', '175753.720000', '175753.723000', '175753.726000', '175753.729000', '175753.731000', '175753.734000', '175753.737000', '175753.739000', '175753.742000', '175753.744000', '175753.747000', '175753.749000', '175753.752000', '175753.755000', '175753.757000', '175753.760000', '175753.764000', '175753.767000', '175753.769000', '175753.772000', '175753.774000', '175753.777000', '175753.780000', '175753.782000', '175753.785000', '175753.787000', '175753.790000', '175753.792000', '175753.795000', '175753.798000', '175753.800000', '175753.803000', '175753.805000', '175753.808000', '175753.810000', '175753.813000', '175753.816000', '175753.818000', '175753.821000', '175753.823000', '175753.826000', '175753.829000', '175753.831000', '175813.721000', '175813.723000', '175813.726000', '175813.729000', '175813.731000', '175813.734000', '175813.737000', '175813.739000', '175813.742000', '175813.744000', '175813.747000', '175813.749000', '175813.752000', '175813.754000', '175813.757000', '175813.760000', '175813.762000', '175813.765000', '175813.767000', '175813.770000', '175813.773000', '175813.775000', '175813.778000', '175813.780000', '175813.783000', '175813.786000', '175813.788000', '175813.791000', '175813.793000', '175813.796000', '175813.798000', '175813.801000', '175813.803000', '175813.806000', '175813.809000', '175813.811000', '175813.814000', '175813.816000', '175813.819000', '175813.821000', '175813.824000', '175813.827000', '175813.829000', '175813.832000', '175833.721000', '175833.724000', '175833.726000', '175833.729000', '175833.731000', '175833.734000', '175833.736000', '175833.739000', '175833.742000', '175833.744000', '175833.747000', '175833.749000', '175833.752000', '175833.755000', '175833.757000', '175833.770000', '175833.772000', '175833.775000', '175833.777000', '175833.780000', '175833.782000', '175833.785000', '175833.787000', '175833.790000', '175833.793000', '175833.795000', '175833.798000', '175833.800000', '175833.803000', '175833.805000', '175833.808000', '175833.811000', '175833.813000', '175833.816000', '175833.818000', '175833.821000', '175833.824000', '175833.826000', '175833.829000', '175833.831000', '175833.834000', '175833.836000', '175833.839000', '175849.835000', '175849.838000', '175849.841000', '175849.843000', '175849.846000', '175849.849000', '175849.851000', '175849.854000', '175849.857000', '175849.860000', '175849.863000', '175849.866000', '175849.868000', '175849.871000', '175849.874000', '175849.877000', '175849.880000', '175849.883000', '175849.886000', '175849.889000', '175849.892000', '175849.895000', '175849.897000', '175849.900000', '175849.903000', '175849.906000', '175849.909000', '175849.911000', '175849.914000', '175849.916000', '175849.919000', '175849.922000', '175849.925000', '175849.927000', '175849.930000', '175849.936000'], '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': [8488, 8137, 8554, 9113, 8595, 10072, 8712, 7331, 7161, 7628, 7649, 8494, 8120, 8516, 7430, 7973, 7246, 7938, 8357, 7913, 8432, 7387, 7282, 7574, 7638, 8166, 7678, 8660, 7261, 7043, 7481, 7683, 8415, 8229, 8800, 7377, 7225, 7852, 7590, 8386, 7659, 8753, 7412, 7102, 8091, 7831, 8658, 8064, 8581, 7491, 7575, 8130, 8076, 8421, 7740, 8963, 8058, 8904, 7885, 7083, 7930, 7731, 8977, 8545, 9029, 7427, 8048, 8518, 7510, 8810, 7391, 8718, 7808, 7811, 8727, 7488, 8713, 7861, 7180, 8162, 7926, 8484, 8082, 8966, 8068, 9143, 8197, 7647, 8453, 8103, 8785, 7995, 9138, 8435, 8944, 8034, 7548, 8565, 7701, 9053, 8635, 9001, 8009, 7076, 8482, 7711, 8805, 8099, 8752, 8782, 9193, 8737, 8847, 7784, 7279, 8280, 7764, 8714, 7674, 9070, 8019, 9073, 7382, 7638, 7839, 7876, 8517, 7770, 8760, 8335, 8515, 7784, 7060, 8258, 7672, 8365, 7932, 8788, 7487, 8862, 7869, 7185, 8244, 7576, 8624, 7883, 8864, 7351, 7415, 7813, 7474, 8622, 7406, 8709, 8057, 8828, 7516, 7183, 8205, 7253, 8166, 7448, 9032, 8032, 9212, 7706, 8944, 8630, 8078, 8939, 7634, 9083, 8837, 9133, 8029, 7122, 8451, 7724, 9077, 8173, 8838, 8609, 9104, 7984, 7606, 8451, 7968, 9079, 8638, 8930, 9070, 8637, 7840, 7371, 8391, 7577, 8740, 7580, 8718, 8669, 8683, 7844, 8566, 8036, 7098, 8240, 7638, 8545, 7221, 8801, 7694, 8587, 7360, 7364, 7835, 7520, 7942, 7299, 8544, 7896, 8546, 7545, 8653, 7705, 7125, 8234, 7597, 8084, 7472, 8555, 7960, 8667, 7454, 9000, 7204, 7229, 7906, 7388, 8446, 7151, 8562, 7999, 8716, 7409, 8885, 8099, 7733, 8147, 7327, 9353, 7852, 7694, 9180, 7878, 9139, 8332, 9133, 8415, 8580, 8629, 7567, 8658, 7253, 8869, 7775, 8787, 7764, 7247, 8496, 7710, 8776, 7680, 8900, 8675, 9067, 7706, 8762, 8248, 7606, 8615, 7273, 8742, 7716, 8564, 7814, 8856, 7962, 7151, 8089, 7629, 8654, 7304, 8661, 7981, 8725, 7498, 7138, 8365, 7258, 8691, 7576, 8662, 7563, 8898, 7247, 7147, 8129, 7388, 8421, 7567, 8857, 8124, 8939, 9746, 8705, 8182, 7452, 8703, 7676, 8991, 7890, 8948, 7787, 9383, 8724, 9041, 8987, 8976, 8234, 7508, 8691, 7318, 8860, 7693, 9021, 8582, 8888, 7909, 8815, 8502, 7306, 8331, 7449, 8789, 7530, 8850, 7440, 8896, 8481, 7215, 8355, 7445, 8704, 7379, 8636, 8254, 8815, 7418, 8500, 7780, 7344, 7995, 7400, 8710, 7738, 8372, 7433, 8597, 8336, 8819, 7471, 8373, 7705, 7432, 8570, 7110, 8996, 7867, 8768, 7578, 7143, 7922, 7157, 8383, 7683, 8866, 7852, 9205, 8500, 9042, 8695, 9157, 8632, 9161, 8363, 8839, 8517, 7523, 8790, 7231, 9103, 7337, 8915, 8110, 8662, 8539, 7611, 8845, 7808, 8843, 7308, 9117, 8657, 9173, 9063, 8688, 8082, 7587, 8890, 7233, 9042, 8428, 8977, 8139, 7102, 8294, 7355, 8743, 7311, 8885, 7876, 7244, 8092, 7354, 8307, 7203, 8899, 7959, 9023, 8343, 8759, 8185, 7653, 8553, 7593, 8372, 7186, 8865, 7869, 9020, 7944, 7123, 8601, 7291, 8915, 7221, 9178, 8421, 9083, 8188, 8719, 8657, 7340, 8642, 7439, 9238, 9031, 9197, 8522, 8988, 8737, 7776, 9012, 7582, 9117, 7710, 9044, 8100, 9120, 7788, 8713, 8219, 7722, 9013, 7380, 8928, 7312, 8907, 8585, 8848, 7727, 7174, 7790, 7337, 8756, 7346, 8826, 8335, 9168, 8339, 8584, 7780, 7216, 8059, 7715, 8503, 7194, 8741, 7256, 8767, 8036, 8734, 7590, 7236, 7942, 7321, 8297, 7529, 8880, 7796, 8849, 7922, 8869, 9031, 8580, 7962, 7375, 8438, 7497, 8632, 7616, 8890, 8269, 9020, 8173, 8847, 8132, 7463, 8664, 7359, 8920, 7299, 9090, 7544, 8816, 7970, 9188, 7906, 8151, 8443, 7364, 8553, 7106, 9143, 8468, 9176, 7870, 7169, 8166, 7636, 9133, 8416, 9046, 8004, 8754, 8072, 7450, 8362, 7167, 8587, 8370, 8303, 7419, 8751, 7540, 9009, 7263, 8738, 7173, 8939, 8286, 9047, 7964, 8692, 7880, 7191, 8665, 7371, 9035, 7593, 8907, 7600, 9232, 8825, 9215, 8333, 9148, 8313, 7646, 8551, 7351, 8942, 7256, 9026, 7740, 8776, 8306, 7158, 8035, 7202, 8870, 7430, 8916, 8296, 8759, 7542, 7554, 8505, 7101, 8713, 7546, 9154, 7954, 8712, 7803, 8504, 8027, 7541, 8590, 8139, 8969, 8855, 8785, 9516, 8938, 7570, 8463, 8385, 7652, 8659, 7517, 8958, 7862, 8682, 7896, 7427, 8105, 7206, 8699, 7260, 9055, 8399, 8825, 7740, 7183, 8122, 7177, 8328, 7175, 8785, 8121, 9053, 8134, 8651, 8105, 7525, 8709, 7327, 8852, 7394, 9264, 8528, 7328, 8611, 7382, 9142, 8241, 9238, 8349, 8805, 8518, 7371, 8652, 8764, 8992, 8983, 8738, 8919, 9090, 9829, 8748, 8159, 7317, 8520, 7183, 8883, 8597, 9030, 9837, 9104, 7999, 8297, 8361, 7372, 8498, 7443, 8802, 8156, 9189, 9175, 8910, 9027, 8934, 9102, 8787, 8988, 8622, 8311, 8799, 8151, 8470, 7757, 8492, 8114, 7211, 8236, 7181, 8263, 7115, 8751, 7150, 8863, 7529, 8897, 7621, 7239, 8136, 7412, 8484, 7604, 8542, 7254, 8678, 7841, 9126, 8012, 8925, 7939, 8689, 7878, 7238, 8591, 7564, 9040, 7452, 9093, 7884, 9367, 7808, 7358, 8766, 7190, 8912, 7237, 8962, 7736, 9159, 8742, 8974, 7677, 9070, 8064, 7214, 8342, 7587, 8648, 7489, 8665, 7545, 8897, 7978, 9112, 7917, 9035, 8225, 8940, 9070, 8766, 8106, 8887, 8107, 8702, 8163, 7543, 8821, 7428, 8952, 7643, 9083, 7340, 9378, 9072, 9194, 8381, 9125, 8334, 7328, 8860, 7844, 9070, 7645, 9012, 7371, 9274, 8634, 9240, 7696, 8483, 8637, 7553, 8447, 7554, 8835, 7196, 8899, 8507, 8939, 7412, 7652, 8043, 7339, 8611, 7326, 8841, 7729, 8798, 8583, 8775, 7555, 8606, 7626, 7221, 8473, 7195, 8689, 7560, 8821, 8274, 8840, 7376, 8628, 7890, 7162, 8081, 7301, 8378, 7466, 8688, 7539, 8721, 8525, 8904, 7590, 8753, 7443, 8673, 7598, 7589, 8270, 7190, 8640, 7179, 8588, 8643, 8833, 7308, 8661, 7958, 7333, 8390, 7295, 8924, 7488, 9059, 8022, 9178, 8803, 9365, 9217, 8923, 8113, 8854, 8215, 8302, 8782, 7479, 8648, 7212, 8980, 7702, 8959, 8127, 9169, 7853, 8371, 8342, 7478, 8371, 7423, 8798, 7302, 8819, 7653, 8889, 8204, 9024, 7594, 8927, 8632, 8787, 7808, 7171, 8087, 7631, 8598, 7190, 8854, 7487, 8857, 7488, 8915, 7890, 8789, 7788, 7606, 8002, 7566, 8672, 7121, 8840, 7168, 8830, 7349, 8628, 8175, 7262, 8082, 7528, 8659, 7205, 9015, 7454, 9199, 8778, 9027, 8392, 8778, 8422, 7236, 8415, 7418, 8850, 7720, 8888, 7738, 9011, 8801, 8964, 7878, 8786, 8016, 8716, 8140, 8496, 8489, 7905, 8326, 7366, 8592, 7611, 8722, 7404, 8548, 8368, 8606, 7769, 8450, 7687, 8139, 8141, 7176, 8267, 7243, 8351, 7343, 8796, 8056, 8767, 8298, 8797, 8106, 8400, 7574, 7861, 8008, 7181, 8096, 7443, 8408, 7159, 7648, 7445, 8456, 7303, 7076, 7685, 7164, 8652, 7363, 7519, 8304, 7432, 8567, 7944, 8764, 7583, 8598, 8277, 7316, 8209, 7796, 8870, 9371, 9115, 8099, 8848, 8521, 7823, 8962, 7449, 8984, 7751, 9053, 8564, 8979, 8029, 7871, 8479, 8604, 8068, 7779, 8654, 7212, 8915, 7298, 8912, 7747, 8822, 8485, 9027, 9016, 8812, 8012, 7194, 8405, 7304, 8702, 7283, 8764, 8036, 8922, 8047, 8963, 7870, 8816, 7785, 8516, 8188, 8279, 8362, 7198, 8342, 7176, 8755, 7384, 8997, 7774, 8932, 8824, 8759, 7851, 8594, 8227, 7337, 8552, 7607, 8637, 7413, 9113, 8091, 9043, 8291, 9327, 8288, 8992, 8534, 8916, 8418, 7451, 8651, 7596, 8790, 7185, 8844, 7146, 8986, 7284, 8955, 8427, 9063, 8006, 8209, 8286, 8422, 8213, 7520, 8536, 7165, 8772, 7362, 8788, 8139, 8630, 7790, 8526, 7643, 8545, 7598, 7146, 8370, 7220, 8588, 7196, 8547, 8353, 8636, 7317, 8782, 7404, 8721, 7493, 7250, 8012, 7382, 8433, 7419, 8410, 7613, 8689, 7960, 8873, 7935, 8842, 7852, 8743, 7596, 8957, 7820, 7368, 8534, 7130, 8875, 7183, 9061, 7809, 9158, 7850, 9050, 8148, 8948, 7813, 8530, 8289, 7178, 8480, 7181, 8472, 7230, 8854, 7500, 8705, 7622, 9073, 7697, 9069, 8076, 9055, 8739, 8864, 7995, 8366, 8483, 7161, 8340, 7599, 8431, 7106, 8831, 8292, 8842, 8434, 8834, 8723, 8540, 7643, 8542, 8279, 7882, 8305, 7366, 8675, 7195, 8981, 7379, 9073, 8686, 9020, 7844, 8811, 9204, 8829, 10211, 8697, 8051, 8806, 7997, 8467, 8235, 8836, 8595, 7761, 8880, 7846, 8804, 7159, 8525, 7216, 9191, 7301, 9337, 7615, 9097, 8926, 9059, 8034, 9102, 7995, 8776, 7839, 8752, 8010, 8787, 7999, 8369, 8273, 7639, 8448, 7538, 8724, 7141, 8679, 7556, 8759, 7152, 9099, 7328, 9027, 7468, 8753, 8533, 8824, 7590, 7403, 8046, 7206, 8697, 7333, 8898, 7693, 8679, 7443, 7229, 7932, 7394, 8310, 7459, 8001, 7363], 'WindowCenter': [4173.0, 4146.0, 4141.0, 4142.0, 4126.0, 4138.0, 4115.0, 4104.0, 4092.0, 4101.0, 4102.0, 4113.0, 4102.0, 4115.0, 4092.0, 4103.0, 4091.0, 4103.0, 4113.0, 4102.0, 4114.0, 4102.0, 4106.0, 4103.0, 4106.0, 4115.0, 4115.0, 4124.0, 4102.0, 4093.0, 4107.0, 4105.0, 4126.0, 4115.0, 4126.0, 4104.0, 4104.0, 4115.0, 4102.0, 4115.0, 4102.0, 4125.0, 4104.0, 4096.0, 4117.0, 4115.0, 4127.0, 4117.0, 4126.0, 4103.0, 4103.0, 4115.0, 4114.0, 4114.0, 4104.0, 4125.0, 4115.0, 4126.0, 4114.0, 4095.0, 4114.0, 4103.0, 4125.0, 4125.0, 4123.0, 4103.0, 4115.0, 4126.0, 4106.0, 4137.0, 4105.0, 4125.0, 4113.0, 4119.0, 4126.0, 4104.0, 4124.0, 4114.0, 4105.0, 4124.0, 4116.0, 4127.0, 4116.0, 4136.0, 4116.0, 4137.0, 4124.0, 4114.0, 4114.0, 4114.0, 4122.0, 4113.0, 4133.0, 4113.0, 4123.0, 4102.0, 4104.0, 4124.0, 4102.0, 4123.0, 4126.0, 4124.0, 4113.0, 4104.0, 4123.0, 4105.0, 4124.0, 4114.0, 4114.0, 4113.0, 4124.0, 4113.0, 4111.0, 4090.0, 4095.0, 4111.0, 4101.0, 4113.0, 4101.0, 4124.0, 4101.0, 4124.0, 4102.0, 4103.0, 4103.0, 4113.0, 4113.0, 4101.0, 4113.0, 4113.0, 4122.0, 4105.0, 4092.0, 4110.0, 4103.0, 4111.0, 4100.0, 4112.0, 4095.0, 4124.0, 4104.0, 4091.0, 4114.0, 4104.0, 4112.0, 4104.0, 4122.0, 4093.0, 4104.0, 4103.0, 4102.0, 4125.0, 4104.0, 4125.0, 4114.0, 4123.0, 4106.0, 4092.0, 4114.0, 4101.0, 4112.0, 4102.0, 4123.0, 4112.0, 4133.0, 4102.0, 4125.0, 4123.0, 4112.0, 4126.0, 4104.0, 4123.0, 4122.0, 4123.0, 4104.0, 4094.0, 4114.0, 4102.0, 4122.0, 4112.0, 4123.0, 4111.0, 4122.0, 4103.0, 4104.0, 4112.0, 4106.0, 4113.0, 4113.0, 4113.0, 4112.0, 4111.0, 4102.0, 4091.0, 4102.0, 4104.0, 4111.0, 4101.0, 4110.0, 4111.0, 4110.0, 4103.0, 4110.0, 4104.0, 4093.0, 4101.0, 4092.0, 4110.0, 4089.0, 4112.0, 4091.0, 4113.0, 4091.0, 4094.0, 4101.0, 4102.0, 4102.0, 4106.0, 4123.0, 4112.0, 4125.0, 4101.0, 4126.0, 4101.0, 4094.0, 4114.0, 4102.0, 4111.0, 4101.0, 4110.0, 4101.0, 4114.0, 4101.0, 4124.0, 4091.0, 4103.0, 4101.0, 4090.0, 4112.0, 4093.0, 4111.0, 4102.0, 4112.0, 4092.0, 4121.0, 4102.0, 4102.0, 4101.0, 4090.0, 4124.0, 4100.0, 4102.0, 4122.0, 4114.0, 4125.0, 4111.0, 4124.0, 4099.0, 4110.0, 4113.0, 4094.0, 4112.0, 4089.0, 4110.0, 4090.0, 4111.0, 4088.0, 4088.0, 4109.0, 4091.0, 4112.0, 4091.0, 4113.0, 4110.0, 4114.0, 4100.0, 4112.0, 4102.0, 4100.0, 4110.0, 4091.0, 4113.0, 4100.0, 4112.0, 4099.0, 4122.0, 4100.0, 4090.0, 4100.0, 4103.0, 4112.0, 4093.0, 4111.0, 4101.0, 4111.0, 4091.0, 4096.0, 4113.0, 4102.0, 4114.0, 4103.0, 4112.0, 4103.0, 4122.0, 4095.0, 4091.0, 4101.0, 4105.0, 4114.0, 4101.0, 4111.0, 4101.0, 4112.0, 4121.0, 4111.0, 4099.0, 4090.0, 4112.0, 4102.0, 4113.0, 4099.0, 4111.0, 4089.0, 4110.0, 4099.0, 4108.0, 4109.0, 4112.0, 4100.0, 4089.0, 4109.0, 4089.0, 4110.0, 4088.0, 4112.0, 4099.0, 4112.0, 4099.0, 4110.0, 4101.0, 4091.0, 4101.0, 4091.0, 4108.0, 4091.0, 4114.0, 4091.0, 4110.0, 4099.0, 4091.0, 4100.0, 4090.0, 4110.0, 4092.0, 4113.0, 4111.0, 4121.0, 4091.0, 4114.0, 4101.0, 4103.0, 4103.0, 4092.0, 4112.0, 4101.0, 4115.0, 4091.0, 4111.0, 4111.0, 4122.0, 4092.0, 4114.0, 4103.0, 4103.0, 4126.0, 4092.0, 4123.0, 4102.0, 4124.0, 4102.0, 4093.0, 4115.0, 4094.0, 4112.0, 4102.0, 4122.0, 4102.0, 4123.0, 4111.0, 4111.0, 4111.0, 4110.0, 4101.0, 4110.0, 4099.0, 4110.0, 4103.0, 4089.0, 4101.0, 4089.0, 4110.0, 4090.0, 4113.0, 4101.0, 4111.0, 4111.0, 4102.0, 4111.0, 4101.0, 4110.0, 4090.0, 4110.0, 4113.0, 4122.0, 4110.0, 4111.0, 4101.0, 4092.0, 4110.0, 4092.0, 4111.0, 4103.0, 4122.0, 4101.0, 4091.0, 4113.0, 4093.0, 4112.0, 4096.0, 4122.0, 4102.0, 4103.0, 4114.0, 4103.0, 4111.0, 4103.0, 4123.0, 4113.0, 4123.0, 4113.0, 4125.0, 4114.0, 4102.0, 4112.0, 4102.0, 4113.0, 4090.0, 4125.0, 4102.0, 4125.0, 4104.0, 4092.0, 4111.0, 4094.0, 4124.0, 4095.0, 4122.0, 4103.0, 4112.0, 4100.0, 4113.0, 4112.0, 4090.0, 4114.0, 4091.0, 4121.0, 4113.0, 4123.0, 4113.0, 4122.0, 4113.0, 4103.0, 4121.0, 4101.0, 4111.0, 4103.0, 4114.0, 4103.0, 4122.0, 4102.0, 4113.0, 4102.0, 4100.0, 4111.0, 4090.0, 4111.0, 4089.0, 4113.0, 4112.0, 4113.0, 4103.0, 4091.0, 4101.0, 4091.0, 4112.0, 4095.0, 4125.0, 4114.0, 4122.0, 4100.0, 4111.0, 4101.0, 4091.0, 4103.0, 4105.0, 4113.0, 4094.0, 4114.0, 4093.0, 4113.0, 4100.0, 4112.0, 4103.0, 4091.0, 4104.0, 4094.0, 4112.0, 4102.0, 4111.0, 4101.0, 4113.0, 4101.0, 4112.0, 4112.0, 4113.0, 4100.0, 4090.0, 4101.0, 4092.0, 4110.0, 4090.0, 4112.0, 4100.0, 4110.0, 4101.0, 4110.0, 4091.0, 4088.0, 4101.0, 4094.0, 4112.0, 4091.0, 4112.0, 4089.0, 4109.0, 4088.0, 4110.0, 4093.0, 4099.0, 4101.0, 4091.0, 4112.0, 4080.0, 4114.0, 4103.0, 4122.0, 4102.0, 4096.0, 4101.0, 4103.0, 4122.0, 4102.0, 4112.0, 4102.0, 4114.0, 4101.0, 4091.0, 4103.0, 4083.0, 4112.0, 4101.0, 4099.0, 4092.0, 4102.0, 4089.0, 4108.0, 4090.0, 4110.0, 4079.0, 4110.0, 4102.0, 4112.0, 4102.0, 4111.0, 4100.0, 4080.0, 4110.0, 4090.0, 4115.0, 4092.0, 4113.0, 4090.0, 4111.0, 4113.0, 4124.0, 4101.0, 4122.0, 4102.0, 4102.0, 4113.0, 4091.0, 4122.0, 4094.0, 4123.0, 4102.0, 4113.0, 4114.0, 4094.0, 4113.0, 4103.0, 4125.0, 4104.0, 4123.0, 4114.0, 4126.0, 4102.0, 4105.0, 4115.0, 4095.0, 4124.0, 4105.0, 4125.0, 4105.0, 4113.0, 4104.0, 4114.0, 4102.0, 4104.0, 4111.0, 4101.0, 4113.0, 4111.0, 4111.0, 4112.0, 4113.0, 4092.0, 4100.0, 4101.0, 4090.0, 4110.0, 4091.0, 4114.0, 4100.0, 4113.0, 4101.0, 4093.0, 4100.0, 4090.0, 4111.0, 4092.0, 4115.0, 4101.0, 4113.0, 4090.0, 4091.0, 4102.0, 4092.0, 4103.0, 4093.0, 4113.0, 4102.0, 4124.0, 4101.0, 4112.0, 4103.0, 4106.0, 4116.0, 4102.0, 4124.0, 4092.0, 4126.0, 4113.0, 4104.0, 4126.0, 4102.0, 4135.0, 4115.0, 4134.0, 4125.0, 4127.0, 4125.0, 4104.0, 4115.0, 4116.0, 4135.0, 4129.0, 4125.0, 4114.0, 4111.0, 4121.0, 4111.0, 4101.0, 4091.0, 4114.0, 4092.0, 4111.0, 4114.0, 4124.0, 4122.0, 4112.0, 4101.0, 4103.0, 4101.0, 4093.0, 4111.0, 4089.0, 4110.0, 4092.0, 4111.0, 4111.0, 4110.0, 4103.0, 4100.0, 4098.0, 4102.0, 4098.0, 4098.0, 4087.0, 4099.0, 4087.0, 4101.0, 4091.0, 4112.0, 4103.0, 4078.0, 4099.0, 4078.0, 4099.0, 4079.0, 4099.0, 4082.0, 4112.0, 4091.0, 4123.0, 4091.0, 4093.0, 4100.0, 4091.0, 4114.0, 4102.0, 4112.0, 4094.0, 4112.0, 4102.0, 4123.0, 4104.0, 4116.0, 4101.0, 4112.0, 4102.0, 4092.0, 4113.0, 4100.0, 4123.0, 4092.0, 4123.0, 4114.0, 4125.0, 4103.0, 4107.0, 4125.0, 4094.0, 4123.0, 4105.0, 4125.0, 4104.0, 4124.0, 4114.0, 4124.0, 4104.0, 4124.0, 4114.0, 4105.0, 4114.0, 4104.0, 4114.0, 4105.0, 4114.0, 4104.0, 4113.0, 4101.0, 4121.0, 4103.0, 4124.0, 4103.0, 4124.0, 4113.0, 4114.0, 4101.0, 4112.0, 4102.0, 4112.0, 4102.0, 4101.0, 4110.0, 4092.0, 4111.0, 4094.0, 4111.0, 4094.0, 4123.0, 4112.0, 4122.0, 4102.0, 4126.0, 4101.0, 4093.0, 4112.0, 4103.0, 4113.0, 4102.0, 4112.0, 4092.0, 4123.0, 4112.0, 4125.0, 4102.0, 4114.0, 4112.0, 4103.0, 4113.0, 4102.0, 4123.0, 4094.0, 4125.0, 4112.0, 4125.0, 4104.0, 4104.0, 4103.0, 4094.0, 4114.0, 4104.0, 4125.0, 4105.0, 4114.0, 4113.0, 4114.0, 4103.0, 4116.0, 4103.0, 4093.0, 4114.0, 4093.0, 4115.0, 4103.0, 4124.0, 4113.0, 4126.0, 4092.0, 4113.0, 4103.0, 4095.0, 4102.0, 4092.0, 4102.0, 4092.0, 4112.0, 4102.0, 4112.0, 4112.0, 4113.0, 4102.0, 4113.0, 4092.0, 4112.0, 4093.0, 4102.0, 4113.0, 4092.0, 4114.0, 4095.0, 4114.0, 4112.0, 4124.0, 4093.0, 4114.0, 4104.0, 4104.0, 4117.0, 4103.0, 4123.0, 4097.0, 4125.0, 4106.0, 4124.0, 4112.0, 4125.0, 4112.0, 4114.0, 4102.0, 4113.0, 4101.0, 4102.0, 4101.0, 4095.0, 4112.0, 4091.0, 4114.0, 4094.0, 4112.0, 4101.0, 4126.0, 4102.0, 4113.0, 4114.0, 4092.0, 4112.0, 4094.0, 4114.0, 4093.0, 4113.0, 4093.0, 4110.0, 4101.0, 4112.0, 4091.0, 4110.0, 4113.0, 4112.0, 4093.0, 4092.0, 4103.0, 4105.0, 4113.0, 4094.0, 4124.0, 4093.0, 4124.0, 4093.0, 4126.0, 4103.0, 4114.0, 4104.0, 4101.0, 4105.0, 4104.0, 4114.0, 4091.0, 4124.0, 4095.0, 4125.0, 4095.0, 4124.0, 4114.0, 4103.0, 4114.0, 4103.0, 4112.0, 4101.0, 4125.0, 4106.0, 4124.0, 4114.0, 4126.0, 4114.0, 4115.0, 4113.0, 4103.0, 4114.0, 4105.0, 4126.0, 4104.0, 4124.0, 4104.0, 4128.0, 4116.0, 4124.0, 4103.0, 4115.0, 4101.0, 4113.0, 4102.0, 4112.0, 4101.0, 4104.0, 4100.0, 4092.0, 4112.0, 4092.0, 4112.0, 4093.0, 4114.0, 4101.0, 4113.0, 4092.0, 4113.0, 4103.0, 4105.0, 4102.0, 4082.0, 4103.0, 4092.0, 4103.0, 4091.0, 4113.0, 4102.0, 4113.0, 4102.0, 4112.0, 4102.0, 4114.0, 4102.0, 4103.0, 4102.0, 4093.0, 4102.0, 4093.0, 4115.0, 4084.0, 4104.0, 4092.0, 4113.0, 4096.0, 4095.0, 4107.0, 4097.0, 4126.0, 4106.0, 4105.0, 4116.0, 4107.0, 4129.0, 4109.0, 4115.0, 4104.0, 4116.0, 4114.0, 4093.0, 4103.0, 4094.0, 4113.0, 4112.0, 4113.0, 4103.0, 4113.0, 4112.0, 4093.0, 4113.0, 4094.0, 4116.0, 4101.0, 4112.0, 4114.0, 4113.0, 4102.0, 4100.0, 4102.0, 4113.0, 4102.0, 4092.0, 4113.0, 4092.0, 4113.0, 4092.0, 4113.0, 4090.0, 4113.0, 4115.0, 4116.0, 4112.0, 4113.0, 4103.0, 4082.0, 4115.0, 4092.0, 4114.0, 4093.0, 4113.0, 4102.0, 4114.0, 4103.0, 4113.0, 4102.0, 4113.0, 4093.0, 4113.0, 4102.0, 4104.0, 4102.0, 4093.0, 4103.0, 4092.0, 4115.0, 4093.0, 4116.0, 4092.0, 4114.0, 4113.0, 4113.0, 4104.0, 4114.0, 4104.0, 4092.0, 4112.0, 4104.0, 4113.0, 4092.0, 4112.0, 4102.0, 4113.0, 4104.0, 4122.0, 4104.0, 4113.0, 4112.0, 4112.0, 4103.0, 4090.0, 4114.0, 4091.0, 4114.0, 4083.0, 4113.0, 4083.0, 4112.0, 4092.0, 4114.0, 4103.0, 4127.0, 4104.0, 4114.0, 4114.0, 4113.0, 4113.0, 4105.0, 4115.0, 4095.0, 4114.0, 4093.0, 4116.0, 4105.0, 4116.0, 4107.0, 4115.0, 4103.0, 4116.0, 4103.0, 4094.0, 4114.0, 4094.0, 4112.0, 4094.0, 4116.0, 4116.0, 4116.0, 4106.0, 4126.0, 4105.0, 4127.0, 4105.0, 4105.0, 4115.0, 4106.0, 4116.0, 4105.0, 4115.0, 4104.0, 4117.0, 4105.0, 4124.0, 4105.0, 4124.0, 4105.0, 4116.0, 4105.0, 4125.0, 4104.0, 4094.0, 4116.0, 4095.0, 4125.0, 4093.0, 4124.0, 4105.0, 4126.0, 4116.0, 4126.0, 4115.0, 4128.0, 4104.0, 4115.0, 4114.0, 4094.0, 4115.0, 4097.0, 4102.0, 4094.0, 4113.0, 4094.0, 4113.0, 4091.0, 4112.0, 4094.0, 4113.0, 4103.0, 4113.0, 4113.0, 4112.0, 4101.0, 4103.0, 4112.0, 4083.0, 4105.0, 4106.0, 4113.0, 4093.0, 4113.0, 4115.0, 4114.0, 4102.0, 4114.0, 4115.0, 4115.0, 4094.0, 4113.0, 4102.0, 4103.0, 4104.0, 4095.0, 4113.0, 4093.0, 4124.0, 4095.0, 4124.0, 4112.0, 4114.0, 4105.0, 4126.0, 4123.0, 4114.0, 4123.0, 4113.0, 4101.0, 4112.0, 4104.0, 4100.0, 4102.0, 4111.0, 4101.0, 4091.0, 4110.0, 4102.0, 4114.0, 4081.0, 4101.0, 4082.0, 4109.0, 4081.0, 4111.0, 4091.0, 4113.0, 4112.0, 4113.0, 4102.0, 4112.0, 4102.0, 4116.0, 4093.0, 4113.0, 4102.0, 4115.0, 4102.0, 4104.0, 4102.0, 4105.0, 4102.0, 4095.0, 4115.0, 4093.0, 4113.0, 4104.0, 4116.0, 4094.0, 4114.0, 4095.0, 4125.0, 4093.0, 4114.0, 4115.0, 4125.0, 4103.0, 4094.0, 4114.0, 4105.0, 4127.0, 4105.0, 4126.0, 4105.0, 4126.0, 4106.0, 4108.0, 4116.0, 4106.0, 4115.0, 4106.0, 4116.0, 4104.0], 'WindowWidth': [9273.0, 9222.0, 9204.0, 9201.0, 9173.0, 9187.0, 9153.0, 9135.0, 9118.0, 9128.0, 9130.0, 9145.0, 9129.0, 9150.0, 9116.0, 9131.0, 9114.0, 9132.0, 9145.0, 9130.0, 9148.0, 9131.0, 9139.0, 9133.0, 9141.0, 9151.0, 9152.0, 9163.0, 9131.0, 9121.0, 9142.0, 9139.0, 9168.0, 9153.0, 9169.0, 9137.0, 9137.0, 9150.0, 9133.0, 9152.0, 9132.0, 9166.0, 9136.0, 9127.0, 9157.0, 9152.0, 9170.0, 9156.0, 9168.0, 9135.0, 9134.0, 9152.0, 9149.0, 9150.0, 9136.0, 9165.0, 9151.0, 9168.0, 9149.0, 9125.0, 9149.0, 9135.0, 9165.0, 9167.0, 9161.0, 9134.0, 9153.0, 9167.0, 9141.0, 9184.0, 9139.0, 9167.0, 9149.0, 9161.0, 9168.0, 9138.0, 9165.0, 9150.0, 9142.0, 9165.0, 9156.0, 9171.0, 9156.0, 9183.0, 9154.0, 9184.0, 9164.0, 9151.0, 9150.0, 9150.0, 9157.0, 9147.0, 9175.0, 9147.0, 9162.0, 9130.0, 9136.0, 9161.0, 9132.0, 9160.0, 9165.0, 9162.0, 9147.0, 9137.0, 9160.0, 9138.0, 9162.0, 9149.0, 9149.0, 9146.0, 9160.0, 9143.0, 9141.0, 9110.0, 9122.0, 9139.0, 9126.0, 9145.0, 9127.0, 9161.0, 9128.0, 9162.0, 9131.0, 9133.0, 9132.0, 9147.0, 9144.0, 9129.0, 9146.0, 9146.0, 9158.0, 9135.0, 9117.0, 9140.0, 9133.0, 9142.0, 9125.0, 9143.0, 9123.0, 9161.0, 9134.0, 9115.0, 9147.0, 9136.0, 9143.0, 9134.0, 9157.0, 9120.0, 9135.0, 9132.0, 9132.0, 9164.0, 9136.0, 9165.0, 9148.0, 9162.0, 9141.0, 9119.0, 9149.0, 9128.0, 9142.0, 9130.0, 9159.0, 9145.0, 9174.0, 9131.0, 9165.0, 9159.0, 9144.0, 9167.0, 9136.0, 9160.0, 9157.0, 9160.0, 9134.0, 9121.0, 9147.0, 9130.0, 9159.0, 9143.0, 9159.0, 9142.0, 9157.0, 9133.0, 9134.0, 9142.0, 9139.0, 9145.0, 9145.0, 9145.0, 9142.0, 9141.0, 9127.0, 9113.0, 9128.0, 9132.0, 9139.0, 9125.0, 9137.0, 9139.0, 9138.0, 9129.0, 9138.0, 9131.0, 9119.0, 9126.0, 9114.0, 9137.0, 9109.0, 9142.0, 9112.0, 9144.0, 9114.0, 9119.0, 9126.0, 9129.0, 9130.0, 9138.0, 9159.0, 9146.0, 9165.0, 9130.0, 9166.0, 9129.0, 9121.0, 9148.0, 9129.0, 9141.0, 9129.0, 9140.0, 9127.0, 9146.0, 9129.0, 9162.0, 9113.0, 9133.0, 9127.0, 9114.0, 9144.0, 9119.0, 9140.0, 9128.0, 9142.0, 9116.0, 9154.0, 9128.0, 9128.0, 9126.0, 9112.0, 9160.0, 9126.0, 9132.0, 9157.0, 9149.0, 9164.0, 9142.0, 9161.0, 9120.0, 9137.0, 9142.0, 9118.0, 9141.0, 9109.0, 9136.0, 9108.0, 9138.0, 9105.0, 9105.0, 9133.0, 9113.0, 9142.0, 9112.0, 9143.0, 9138.0, 9146.0, 9124.0, 9143.0, 9129.0, 9125.0, 9137.0, 9113.0, 9145.0, 9124.0, 9143.0, 9122.0, 9156.0, 9126.0, 9112.0, 9125.0, 9133.0, 9142.0, 9117.0, 9140.0, 9126.0, 9143.0, 9113.0, 9124.0, 9144.0, 9130.0, 9148.0, 9131.0, 9143.0, 9131.0, 9155.0, 9123.0, 9114.0, 9128.0, 9135.0, 9146.0, 9128.0, 9141.0, 9128.0, 9142.0, 9152.0, 9141.0, 9121.0, 9110.0, 9142.0, 9129.0, 9143.0, 9121.0, 9137.0, 9107.0, 9135.0, 9120.0, 9132.0, 9132.0, 9141.0, 9121.0, 9106.0, 9133.0, 9106.0, 9135.0, 9106.0, 9140.0, 9120.0, 9141.0, 9121.0, 9138.0, 9123.0, 9112.0, 9124.0, 9111.0, 9131.0, 9111.0, 9145.0, 9111.0, 9137.0, 9121.0, 9112.0, 9123.0, 9110.0, 9138.0, 9115.0, 9144.0, 9139.0, 9154.0, 9114.0, 9148.0, 9128.0, 9133.0, 9131.0, 9115.0, 9143.0, 9127.0, 9148.0, 9113.0, 9140.0, 9140.0, 9155.0, 9116.0, 9146.0, 9131.0, 9132.0, 9165.0, 9117.0, 9160.0, 9129.0, 9162.0, 9131.0, 9119.0, 9152.0, 9123.0, 9143.0, 9131.0, 9156.0, 9128.0, 9158.0, 9138.0, 9138.0, 9137.0, 9136.0, 9125.0, 9135.0, 9120.0, 9137.0, 9127.0, 9107.0, 9124.0, 9108.0, 9137.0, 9110.0, 9143.0, 9125.0, 9140.0, 9139.0, 9128.0, 9141.0, 9126.0, 9137.0, 9111.0, 9136.0, 9142.0, 9154.0, 9137.0, 9140.0, 9125.0, 9114.0, 9136.0, 9114.0, 9140.0, 9130.0, 9156.0, 9127.0, 9114.0, 9145.0, 9118.0, 9142.0, 9124.0, 9157.0, 9130.0, 9131.0, 9148.0, 9134.0, 9141.0, 9132.0, 9159.0, 9147.0, 9159.0, 9144.0, 9163.0, 9147.0, 9130.0, 9144.0, 9129.0, 9146.0, 9113.0, 9162.0, 9129.0, 9162.0, 9132.0, 9116.0, 9140.0, 9120.0, 9161.0, 9123.0, 9157.0, 9130.0, 9141.0, 9124.0, 9144.0, 9140.0, 9111.0, 9144.0, 9113.0, 9152.0, 9143.0, 9157.0, 9143.0, 9155.0, 9142.0, 9131.0, 9154.0, 9125.0, 9141.0, 9130.0, 9146.0, 9130.0, 9155.0, 9128.0, 9144.0, 9126.0, 9124.0, 9139.0, 9110.0, 9139.0, 9107.0, 9143.0, 9140.0, 9143.0, 9131.0, 9112.0, 9126.0, 9114.0, 9142.0, 9122.0, 9162.0, 9145.0, 9155.0, 9124.0, 9140.0, 9126.0, 9113.0, 9131.0, 9135.0, 9144.0, 9119.0, 9145.0, 9117.0, 9144.0, 9125.0, 9142.0, 9129.0, 9113.0, 9133.0, 9122.0, 9143.0, 9128.0, 9140.0, 9127.0, 9145.0, 9126.0, 9142.0, 9141.0, 9144.0, 9122.0, 9109.0, 9124.0, 9113.0, 9135.0, 9108.0, 9140.0, 9121.0, 9134.0, 9123.0, 9135.0, 9110.0, 9105.0, 9123.0, 9117.0, 9139.0, 9110.0, 9138.0, 9106.0, 9132.0, 9104.0, 9134.0, 9113.0, 9119.0, 9124.0, 9111.0, 9139.0, 9097.0, 9144.0, 9129.0, 9154.0, 9127.0, 9124.0, 9125.0, 9131.0, 9153.0, 9128.0, 9143.0, 9128.0, 9148.0, 9126.0, 9113.0, 9128.0, 9103.0, 9141.0, 9124.0, 9118.0, 9112.0, 9124.0, 9107.0, 9131.0, 9108.0, 9136.0, 9093.0, 9135.0, 9125.0, 9141.0, 9126.0, 9137.0, 9121.0, 9096.0, 9136.0, 9110.0, 9146.0, 9113.0, 9142.0, 9109.0, 9137.0, 9142.0, 9159.0, 9125.0, 9156.0, 9128.0, 9128.0, 9144.0, 9113.0, 9156.0, 9119.0, 9157.0, 9129.0, 9145.0, 9148.0, 9121.0, 9144.0, 9132.0, 9163.0, 9134.0, 9160.0, 9147.0, 9166.0, 9129.0, 9135.0, 9148.0, 9123.0, 9162.0, 9135.0, 9163.0, 9136.0, 9146.0, 9133.0, 9146.0, 9128.0, 9132.0, 9138.0, 9126.0, 9143.0, 9137.0, 9137.0, 9139.0, 9142.0, 9113.0, 9123.0, 9125.0, 9109.0, 9135.0, 9111.0, 9144.0, 9123.0, 9143.0, 9124.0, 9116.0, 9122.0, 9111.0, 9139.0, 9115.0, 9147.0, 9126.0, 9144.0, 9111.0, 9114.0, 9127.0, 9115.0, 9129.0, 9117.0, 9145.0, 9130.0, 9159.0, 9126.0, 9143.0, 9129.0, 9138.0, 9152.0, 9132.0, 9161.0, 9117.0, 9166.0, 9145.0, 9135.0, 9166.0, 9131.0, 9177.0, 9151.0, 9176.0, 9166.0, 9170.0, 9164.0, 9138.0, 9150.0, 9152.0, 9180.0, 9175.0, 9164.0, 9145.0, 9139.0, 9153.0, 9139.0, 9124.0, 9111.0, 9144.0, 9114.0, 9140.0, 9145.0, 9160.0, 9155.0, 9142.0, 9124.0, 9129.0, 9124.0, 9116.0, 9137.0, 9105.0, 9135.0, 9111.0, 9136.0, 9136.0, 9135.0, 9126.0, 9119.0, 9115.0, 9122.0, 9115.0, 9116.0, 9098.0, 9116.0, 9097.0, 9125.0, 9113.0, 9139.0, 9126.0, 9092.0, 9119.0, 9088.0, 9116.0, 9093.0, 9119.0, 9100.0, 9140.0, 9111.0, 9157.0, 9112.0, 9117.0, 9124.0, 9113.0, 9146.0, 9129.0, 9141.0, 9120.0, 9142.0, 9127.0, 9156.0, 9130.0, 9150.0, 9126.0, 9142.0, 9127.0, 9115.0, 9143.0, 9125.0, 9159.0, 9118.0, 9160.0, 9148.0, 9163.0, 9132.0, 9143.0, 9163.0, 9123.0, 9159.0, 9138.0, 9164.0, 9134.0, 9161.0, 9147.0, 9161.0, 9133.0, 9161.0, 9148.0, 9137.0, 9147.0, 9136.0, 9148.0, 9137.0, 9148.0, 9134.0, 9144.0, 9127.0, 9154.0, 9130.0, 9160.0, 9130.0, 9160.0, 9143.0, 9146.0, 9126.0, 9142.0, 9127.0, 9141.0, 9127.0, 9126.0, 9136.0, 9115.0, 9139.0, 9117.0, 9140.0, 9119.0, 9156.0, 9142.0, 9155.0, 9128.0, 9164.0, 9126.0, 9118.0, 9142.0, 9130.0, 9143.0, 9129.0, 9142.0, 9114.0, 9156.0, 9142.0, 9161.0, 9128.0, 9146.0, 9142.0, 9132.0, 9145.0, 9129.0, 9158.0, 9121.0, 9162.0, 9142.0, 9162.0, 9134.0, 9135.0, 9131.0, 9122.0, 9148.0, 9134.0, 9162.0, 9135.0, 9147.0, 9144.0, 9148.0, 9131.0, 9150.0, 9130.0, 9119.0, 9146.0, 9118.0, 9148.0, 9131.0, 9162.0, 9145.0, 9165.0, 9115.0, 9145.0, 9130.0, 9122.0, 9127.0, 9116.0, 9128.0, 9115.0, 9141.0, 9129.0, 9142.0, 9140.0, 9143.0, 9127.0, 9144.0, 9115.0, 9143.0, 9116.0, 9128.0, 9143.0, 9114.0, 9147.0, 9122.0, 9146.0, 9143.0, 9160.0, 9119.0, 9149.0, 9134.0, 9136.0, 9154.0, 9134.0, 9158.0, 9127.0, 9163.0, 9137.0, 9161.0, 9142.0, 9161.0, 9140.0, 9146.0, 9127.0, 9145.0, 9123.0, 9128.0, 9125.0, 9119.0, 9140.0, 9112.0, 9144.0, 9119.0, 9141.0, 9126.0, 9162.0, 9130.0, 9144.0, 9145.0, 9115.0, 9142.0, 9120.0, 9146.0, 9117.0, 9143.0, 9117.0, 9136.0, 9125.0, 9139.0, 9111.0, 9138.0, 9142.0, 9141.0, 9115.0, 9114.0, 9129.0, 9134.0, 9143.0, 9119.0, 9159.0, 9117.0, 9160.0, 9117.0, 9165.0, 9130.0, 9148.0, 9134.0, 9128.0, 9135.0, 9134.0, 9147.0, 9114.0, 9160.0, 9123.0, 9163.0, 9124.0, 9161.0, 9149.0, 9134.0, 9147.0, 9134.0, 9143.0, 9128.0, 9162.0, 9138.0, 9162.0, 9147.0, 9166.0, 9148.0, 9149.0, 9146.0, 9134.0, 9147.0, 9138.0, 9165.0, 9134.0, 9160.0, 9134.0, 9168.0, 9150.0, 9162.0, 9131.0, 9149.0, 9126.0, 9144.0, 9129.0, 9142.0, 9124.0, 9131.0, 9122.0, 9113.0, 9139.0, 9113.0, 9139.0, 9116.0, 9145.0, 9124.0, 9145.0, 9115.0, 9144.0, 9130.0, 9135.0, 9127.0, 9102.0, 9129.0, 9116.0, 9130.0, 9113.0, 9142.0, 9127.0, 9142.0, 9128.0, 9143.0, 9127.0, 9146.0, 9128.0, 9131.0, 9128.0, 9116.0, 9127.0, 9117.0, 9148.0, 9106.0, 9132.0, 9112.0, 9143.0, 9125.0, 9122.0, 9142.0, 9127.0, 9166.0, 9138.0, 9137.0, 9154.0, 9142.0, 9171.0, 9146.0, 9149.0, 9134.0, 9151.0, 9146.0, 9118.0, 9130.0, 9118.0, 9141.0, 9140.0, 9142.0, 9128.0, 9144.0, 9141.0, 9116.0, 9142.0, 9117.0, 9150.0, 9126.0, 9141.0, 9144.0, 9142.0, 9127.0, 9122.0, 9126.0, 9144.0, 9125.0, 9112.0, 9141.0, 9113.0, 9143.0, 9113.0, 9142.0, 9109.0, 9142.0, 9146.0, 9150.0, 9140.0, 9143.0, 9129.0, 9101.0, 9147.0, 9116.0, 9145.0, 9118.0, 9143.0, 9128.0, 9146.0, 9129.0, 9145.0, 9128.0, 9144.0, 9115.0, 9143.0, 9128.0, 9133.0, 9128.0, 9117.0, 9130.0, 9115.0, 9148.0, 9116.0, 9149.0, 9116.0, 9145.0, 9142.0, 9143.0, 9132.0, 9146.0, 9131.0, 9114.0, 9140.0, 9132.0, 9143.0, 9115.0, 9141.0, 9127.0, 9141.0, 9131.0, 9152.0, 9131.0, 9143.0, 9138.0, 9141.0, 9128.0, 9110.0, 9145.0, 9113.0, 9145.0, 9103.0, 9142.0, 9103.0, 9143.0, 9116.0, 9146.0, 9131.0, 9166.0, 9132.0, 9148.0, 9148.0, 9147.0, 9144.0, 9135.0, 9148.0, 9122.0, 9146.0, 9118.0, 9152.0, 9135.0, 9151.0, 9139.0, 9148.0, 9131.0, 9153.0, 9131.0, 9120.0, 9146.0, 9120.0, 9143.0, 9121.0, 9152.0, 9152.0, 9152.0, 9138.0, 9168.0, 9139.0, 9168.0, 9138.0, 9138.0, 9150.0, 9140.0, 9152.0, 9137.0, 9148.0, 9135.0, 9152.0, 9135.0, 9161.0, 9136.0, 9161.0, 9136.0, 9152.0, 9136.0, 9164.0, 9133.0, 9120.0, 9150.0, 9124.0, 9163.0, 9121.0, 9163.0, 9136.0, 9166.0, 9151.0, 9166.0, 9151.0, 9171.0, 9135.0, 9150.0, 9148.0, 9122.0, 9150.0, 9128.0, 9129.0, 9119.0, 9144.0, 9118.0, 9144.0, 9113.0, 9140.0, 9118.0, 9143.0, 9129.0, 9142.0, 9143.0, 9142.0, 9124.0, 9129.0, 9141.0, 9104.0, 9133.0, 9137.0, 9144.0, 9118.0, 9144.0, 9148.0, 9146.0, 9128.0, 9146.0, 9146.0, 9147.0, 9119.0, 9143.0, 9128.0, 9131.0, 9133.0, 9122.0, 9144.0, 9117.0, 9160.0, 9123.0, 9161.0, 9142.0, 9147.0, 9135.0, 9164.0, 9157.0, 9146.0, 9155.0, 9143.0, 9125.0, 9141.0, 9130.0, 9123.0, 9126.0, 9138.0, 9123.0, 9111.0, 9135.0, 9126.0, 9143.0, 9099.0, 9123.0, 9098.0, 9132.0, 9097.0, 9137.0, 9112.0, 9142.0, 9139.0, 9142.0, 9127.0, 9143.0, 9127.0, 9150.0, 9115.0, 9143.0, 9125.0, 9147.0, 9126.0, 9132.0, 9128.0, 9136.0, 9127.0, 9120.0, 9147.0, 9118.0, 9146.0, 9133.0, 9149.0, 9119.0, 9145.0, 9121.0, 9162.0, 9118.0, 9148.0, 9149.0, 9161.0, 9131.0, 9120.0, 9148.0, 9137.0, 9168.0, 9139.0, 9168.0, 9140.0, 9168.0, 9141.0, 9144.0, 9154.0, 9140.0, 9152.0, 9142.0, 9152.0, 9134.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.00023</td></tr>
<tr><td colspan=3>aqi</td><td>0.024414179459459458</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.37546260727207</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1300150689721788</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9357185517156101</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>6799.2832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06561065696611547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.694980694980695</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.423120211864562</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389397943032314</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5671590297032503</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3128036628581214</td></tr>
<tr><td colspan=3>gcor</td><td>0.00287976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01176518015563488</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024775875732302666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1295</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.8505492926983718</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>29.0009</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1903</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.7702</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307708.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>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>318.9221</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1755</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.836</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3369.612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68836.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.277</td></tr>
<tr><td colspan=3>tsnr</td><td>39.074470479856245</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>