<?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-0092_ses-04_task-fractional_acq-mb8_run-02_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-0092_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_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-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0092_suffix-bold_task-fractional" 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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_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-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-fractional_acq-mb8_run-02_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-0092/ses-04/func/sub-0092_ses-04_task-fractional_acq-mb8_run-02_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>d75cbb31631f88c14dd5b0f65a2010df</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:45:32.672500</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</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-02_task-fractional_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.0909118</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>87678021-ee71-4c63-b81a-44b19c5e7045||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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, 1322]</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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['194532.672500', '194533.132500', '194533.592500', '194534.052500', '194534.512500', '194534.972500', '194535.432500', '194535.892500', '194536.352500', '194536.812500', '194537.272500', '194537.732500', '194538.192500', '194538.652500', '194539.112500', '194539.572500', '194540.032500', '194540.492500', '194540.952500', '194541.412500', '194541.872500', '194542.332500', '194542.792500', '194543.252500', '194543.712500', '194544.172500', '194544.632500', '194545.092500', '194545.552500', '194546.012500', '194546.472500', '194546.932500', '194547.392500', '194547.852500', '194548.312500', '194548.772500', '194549.232500', '194549.692500', '194550.152500', '194550.612500', '194551.072500', '194551.532500', '194551.992500', '194552.452500', '194552.912500', '194553.372500', '194553.832500', '194554.292500', '194554.752500', '194555.212500', '194555.672500', '194556.132500', '194556.592500', '194557.052500', '194557.512500', '194557.972500', '194558.432500', '194558.892500', '194559.352500', '194559.812500', '194600.272500', '194600.732500', '194601.192500', '194601.652500', '194602.112500', '194602.572500', '194603.032500', '194603.492500', '194603.952500', '194604.412500', '194604.872500', '194605.332500', '194605.792500', '194606.252500', '194606.712500', '194607.172500', '194607.632500', '194608.092500', '194608.552500', '194609.012500', '194609.472500', '194609.932500', '194610.392500', '194610.852500', '194611.312500', '194611.772500', '194612.232500', '194612.692500', '194613.152500', '194613.612500', '194614.072500', '194614.532500', '194614.992500', '194615.452500', '194615.912500', '194616.372500', '194616.832500', '194617.292500', '194617.752500', '194618.212500', '194618.672500', '194619.132500', '194619.592500', '194620.052500', '194620.512500', '194620.972500', '194621.432500', '194621.892500', '194622.352500', '194622.812500', '194623.272500', '194623.732500', '194624.192500', '194624.652500', '194625.112500', '194625.572500', '194626.032500', '194626.492500', '194626.952500', '194627.412500', '194627.872500', '194628.332500', '194628.792500', '194629.252500', '194629.712500', '194630.172500', '194630.632500', '194631.092500', '194631.552500', '194632.012500', '194632.472500', '194632.932500', '194633.392500', '194633.852500', '194634.312500', '194634.772500', '194635.232500', '194635.692500', '194636.152500', '194636.612500', '194637.072500', '194637.532500', '194637.992500', '194638.452500', '194638.912500', '194639.372500', '194639.832500', '194640.292500', '194640.752500', '194641.212500', '194641.672500', '194642.132500', '194642.592500', '194643.052500', '194643.512500', '194643.972500', '194644.432500', '194644.892500', '194645.352500', '194645.812500', '194646.272500', '194646.732500', '194647.192500', '194647.652500', '194648.112500', '194648.572500', '194649.032500', '194649.492500', '194649.952500', '194650.412500', '194650.872500', '194651.332500', '194651.792500', '194652.252500', '194652.712500', '194653.172500', '194653.632500', '194654.092500', '194654.552500', '194655.012500', '194655.472500', '194655.932500', '194656.392500', '194656.852500', '194657.312500', '194657.772500', '194658.232500', '194658.692500', '194659.152500', '194659.612500', '194700.072500', '194700.532500', '194700.992500', '194701.452500', '194701.912500', '194702.372500', '194702.832500', '194703.292500', '194703.752500', '194704.212500', '194704.672500', '194705.132500', '194705.592500', '194706.052500', '194706.512500', '194706.972500', '194707.432500', '194707.892500', '194708.352500', '194708.812500', '194709.272500', '194709.732500', '194710.192500', '194710.652500', '194711.112500', '194711.572500', '194712.032500', '194712.492500', '194712.952500', '194713.412500', '194713.872500', '194714.332500', '194714.792500', '194715.252500', '194715.712500', '194716.172500', '194716.632500', '194717.092500', '194717.552500', '194718.012500', '194718.472500', '194718.932500', '194719.392500', '194719.852500', '194720.312500', '194720.772500', '194721.232500', '194721.692500', '194722.152500', '194722.612500', '194723.072500', '194723.532500', '194723.992500', '194724.452500', '194724.912500', '194725.372500', '194725.832500', '194726.292500', '194726.752500', '194727.212500', '194727.672500', '194728.132500', '194728.592500', '194729.052500', '194729.512500', '194729.972500', '194730.432500', '194730.892500', '194731.352500', '194731.812500', '194732.272500', '194732.732500', '194733.192500', '194733.652500', '194734.112500', '194734.572500', '194735.032500', '194735.492500', '194735.952500', '194736.412500', '194736.872500', '194737.332500', '194737.792500', '194738.252500', '194738.712500', '194739.172500', '194739.632500', '194740.092500', '194740.552500', '194741.012500', '194741.472500', '194741.932500', '194742.392500', '194742.852500', '194743.312500', '194743.772500', '194744.232500', '194744.692500', '194745.152500', '194745.612500', '194746.072500', '194746.532500', '194746.992500', '194747.452500', '194747.912500', '194748.372500', '194748.832500', '194749.292500', '194749.752500', '194750.212500', '194750.672500', '194751.132500', '194751.592500', '194752.052500', '194752.512500', '194752.972500', '194753.432500', '194753.892500', '194754.352500', '194754.812500', '194755.272500', '194755.732500', '194756.192500', '194756.652500', '194757.112500', '194757.572500', '194758.032500', '194758.492500', '194758.952500', '194759.412500', '194759.872500', '194800.332500', '194800.792500', '194801.252500', '194801.712500', '194802.172500', '194802.632500', '194803.092500', '194803.552500', '194804.012500', '194804.472500', '194804.932500', '194805.392500', '194805.852500', '194806.312500', '194806.772500', '194807.232500', '194807.692500', '194808.152500', '194808.612500', '194809.072500', '194809.532500', '194809.992500', '194810.452500', '194810.912500', '194811.372500', '194811.832500', '194812.292500', '194812.752500', '194813.212500', '194813.672500', '194814.132500', '194814.592500', '194815.052500', '194815.512500', '194815.972500', '194816.432500', '194816.892500', '194817.352500', '194817.812500', '194818.272500', '194818.732500', '194819.192500', '194819.652500', '194820.112500', '194820.572500', '194821.032500', '194821.492500', '194821.952500', '194822.412500', '194822.872500', '194823.332500', '194823.792500', '194824.252500', '194824.712500', '194825.172500', '194825.632500', '194826.092500', '194826.552500', '194827.012500', '194827.472500', '194827.932500', '194828.392500', '194828.852500', '194829.312500', '194829.772500', '194830.232500', '194830.692500', '194831.152500', '194831.612500', '194832.072500', '194832.532500', '194832.992500', '194833.452500', '194833.912500', '194834.372500', '194834.832500', '194835.292500', '194835.752500', '194836.212500', '194836.672500', '194837.132500', '194837.592500', '194838.052500', '194838.512500', '194838.972500', '194839.432500', '194839.892500', '194840.352500', '194840.812500', '194841.272500', '194841.732500', '194842.192500', '194842.652500', '194843.112500', '194843.572500', '194844.032500', '194844.492500', '194844.952500', '194845.412500', '194845.872500', '194846.332500', '194846.792500', '194847.252500', '194847.712500', '194848.172500', '194848.632500', '194849.092500', '194849.552500', '194850.012500', '194850.472500', '194850.932500', '194851.392500', '194851.852500', '194852.312500', '194852.772500', '194853.232500', '194853.692500', '194854.152500', '194854.612500', '194855.072500', '194855.532500', '194855.992500', '194856.452500', '194856.912500', '194857.372500', '194857.832500', '194858.292500', '194858.752500', '194859.212500', '194859.672500', '194900.132500', '194900.592500', '194901.052500', '194901.512500', '194901.972500', '194902.432500', '194902.892500', '194903.352500', '194903.812500', '194904.272500', '194904.732500', '194905.192500', '194905.652500', '194906.112500', '194906.572500', '194907.032500', '194907.492500', '194907.952500', '194908.412500', '194908.872500', '194909.332500', '194909.792500', '194910.252500', '194910.712500', '194911.172500', '194911.632500', '194912.092500', '194912.552500', '194913.012500', '194913.472500', '194913.932500', '194914.392500', '194914.852500', '194915.312500', '194915.772500', '194916.232500', '194916.692500', '194917.152500', '194917.612500', '194918.072500', '194918.532500', '194918.992500', '194919.452500', '194919.912500', '194920.372500', '194920.832500', '194921.292500', '194921.752500', '194922.212500', '194922.672500', '194923.132500', '194923.592500', '194924.052500', '194924.512500', '194924.972500', '194925.432500', '194925.892500', '194926.352500', '194926.812500', '194927.272500', '194927.732500', '194928.192500', '194928.652500', '194929.112500', '194929.572500', '194930.032500', '194930.492500', '194930.952500', '194931.412500', '194931.872500', '194932.332500', '194932.792500', '194933.252500', '194933.712500', '194934.172500', '194934.632500', '194935.092500', '194935.552500', '194936.012500', '194936.472500', '194936.932500', '194937.392500', '194937.852500', '194938.312500', '194938.772500', '194939.232500', '194939.692500', '194940.152500', '194940.612500', '194941.072500', '194941.532500', '194941.992500', '194942.452500', '194942.912500', '194943.372500', '194943.832500', '194944.292500', '194944.752500', '194945.212500', '194945.672500', '194946.132500', '194946.592500', '194947.052500', '194947.512500', '194947.972500', '194948.432500', '194948.892500', '194949.352500', '194949.812500', '194950.272500', '194950.732500', '194951.192500', '194951.652500', '194952.112500', '194952.572500', '194953.032500', '194953.492500', '194953.952500', '194954.412500', '194954.872500', '194955.332500', '194955.792500', '194956.252500', '194956.712500', '194957.172500', '194957.632500', '194958.092500', '194958.552500', '194959.012500', '194959.472500', '194959.932500', '195000.392500', '195000.852500', '195001.312500', '195001.772500', '195002.232500', '195002.692500', '195003.152500', '195003.612500', '195004.072500', '195004.532500', '195004.992500', '195005.452500', '195005.912500', '195006.372500', '195006.832500', '195007.292500', '195007.752500', '195008.212500', '195008.672500', '195009.132500', '195009.592500', '195010.052500', '195010.512500', '195010.972500', '195011.432500', '195011.892500', '195012.352500', '195012.812500', '195013.272500', '195013.732500', '195014.192500', '195014.652500', '195015.112500', '195015.572500', '195016.032500', '195016.492500', '195016.952500', '195017.412500', '195017.872500', '195018.332500', '195018.792500', '195019.252500', '195019.712500', '195020.172500', '195020.632500', '195021.092500', '195021.552500', '195022.012500', '195022.472500', '195022.932500', '195023.392500', '195023.852500', '195024.312500', '195024.772500', '195025.232500', '195025.692500', '195026.152500', '195026.612500', '195027.072500', '195027.532500', '195027.992500', '195028.452500', '195028.912500', '195029.372500', '195029.832500', '195030.292500', '195030.752500', '195031.212500', '195031.672500', '195032.132500', '195032.592500', '195033.052500', '195033.512500', '195033.972500', '195034.432500', '195034.892500', '195035.352500', '195035.812500', '195036.272500', '195036.732500', '195037.192500', '195037.652500', '195038.112500', '195038.572500', '195039.032500', '195039.492500', '195039.952500', '195040.412500', '195040.872500', '195041.332500', '195041.792500', '195042.252500', '195042.712500', '195043.172500', '195043.632500', '195044.092500', '195044.552500', '195045.012500', '195045.472500', '195045.932500', '195046.392500', '195046.852500', '195047.312500', '195047.772500', '195048.232500', '195048.692500', '195049.152500', '195049.612500', '195050.072500', '195050.532500', '195050.992500', '195051.452500', '195051.912500', '195052.372500', '195052.832500', '195053.292500', '195053.752500', '195054.212500', '195054.672500', '195055.132500', '195055.592500', '195056.052500', '195056.512500', '195056.972500', '195057.432500', '195057.892500', '195058.352500', '195058.812500', '195059.272500', '195059.732500', '195100.192500', '195100.652500', '195101.112500', '195101.572500', '195102.032500', '195102.492500', '195102.952500', '195103.412500', '195103.872500', '195104.332500', '195104.792500', '195105.252500', '195105.712500', '195106.172500', '195106.632500', '195107.092500', '195107.552500', '195108.012500', '195108.472500', '195108.932500', '195109.392500', '195109.852500', '195110.312500', '195110.772500', '195111.232500', '195111.692500', '195112.152500', '195112.612500', '195113.072500', '195113.532500', '195113.992500', '195114.452500', '195114.912500', '195115.372500', '195115.832500', '195116.292500', '195116.752500', '195117.212500', '195117.672500', '195118.132500', '195118.592500', '195119.052500', '195119.512500', '195119.972500', '195120.432500', '195120.892500', '195121.352500', '195121.812500', '195122.272500', '195122.732500', '195123.192500', '195123.652500', '195124.112500', '195124.572500', '195125.032500', '195125.492500', '195125.952500', '195126.412500', '195126.872500', '195127.332500', '195127.792500', '195128.252500', '195128.712500', '195129.172500', '195129.632500', '195130.092500', '195130.552500', '195131.012500', '195131.472500', '195131.932500', '195132.392500', '195132.852500', '195133.312500', '195133.772500', '195134.232500', '195134.692500', '195135.152500', '195135.612500', '195136.072500', '195136.532500', '195136.992500', '195137.452500', '195137.912500', '195138.372500', '195138.832500', '195139.292500', '195139.752500', '195140.212500', '195140.672500', '195141.132500', '195141.592500', '195142.052500', '195142.512500', '195142.972500', '195143.432500', '195143.892500', '195144.352500', '195144.812500', '195145.272500', '195145.732500', '195146.192500', '195146.652500', '195147.112500', '195147.572500', '195148.032500', '195148.492500', '195148.952500', '195149.412500', '195149.872500', '195150.332500', '195150.792500', '195151.252500', '195151.712500', '195152.172500', '195152.632500', '195153.092500', '195153.552500', '195154.012500', '195154.472500', '195154.932500', '195155.392500', '195155.852500', '195156.312500', '195156.772500', '195157.232500', '195157.692500', '195158.152500', '195158.612500', '195159.072500', '195159.532500', '195159.992500', '195200.452500', '195200.912500', '195201.372500', '195201.832500', '195202.292500', '195202.752500', '195203.212500', '195203.672500', '195204.132500', '195204.592500', '195205.052500', '195205.512500', '195205.972500', '195206.432500', '195206.892500', '195207.352500', '195207.812500', '195208.272500', '195208.732500', '195209.192500', '195209.652500', '195210.112500', '195210.572500', '195211.032500', '195211.492500', '195211.952500', '195212.412500', '195212.872500', '195213.332500', '195213.792500', '195214.252500', '195214.712500', '195215.172500', '195215.632500', '195216.092500', '195216.552500', '195217.012500', '195217.472500', '195217.932500', '195218.392500', '195218.852500', '195219.312500', '195219.772500', '195220.232500', '195220.692500', '195221.152500', '195221.612500', '195222.072500', '195222.532500', '195222.992500', '195223.452500', '195223.912500', '195224.372500', '195224.832500', '195225.292500', '195225.752500', '195226.212500', '195226.672500', '195227.132500', '195227.592500', '195228.052500', '195228.512500', '195228.972500', '195229.432500', '195229.892500', '195230.352500', '195230.812500', '195231.272500', '195231.732500', '195232.192500', '195232.652500', '195233.112500', '195233.572500', '195234.032500', '195234.492500', '195234.952500', '195235.412500', '195235.872500', '195236.332500', '195236.792500', '195237.252500', '195237.712500', '195238.172500', '195238.632500', '195239.092500', '195239.552500', '195240.012500', '195240.472500', '195240.932500', '195241.392500', '195241.852500', '195242.312500', '195242.772500', '195243.232500', '195243.692500', '195244.152500', '195244.612500', '195245.072500', '195245.532500', '195245.992500', '195246.452500', '195246.912500', '195247.372500', '195247.832500', '195248.292500', '195248.752500', '195249.212500', '195249.672500', '195250.132500', '195250.592500', '195251.052500', '195251.512500', '195251.972500', '195252.432500', '195252.892500', '195253.352500', '195253.812500', '195254.272500', '195254.732500', '195255.192500', '195255.652500', '195256.112500', '195256.572500', '195257.032500', '195257.492500', '195257.952500', '195258.412500', '195258.872500', '195259.332500', '195259.792500', '195300.252500', '195300.712500', '195301.172500', '195301.632500', '195302.092500', '195302.552500', '195303.012500', '195303.472500', '195303.932500', '195304.392500', '195304.852500', '195305.312500', '195305.772500', '195306.232500', '195306.692500', '195307.152500', '195307.612500', '195308.072500', '195308.532500', '195308.992500', '195309.452500', '195309.912500', '195310.372500', '195310.832500', '195311.292500', '195311.752500', '195312.212500', '195312.672500', '195313.132500', '195313.592500', '195314.052500', '195314.512500', '195314.972500', '195315.432500', '195315.892500', '195316.352500', '195316.812500', '195317.272500', '195317.732500', '195318.192500', '195318.652500', '195319.112500', '195319.572500', '195320.032500', '195320.492500', '195320.952500', '195321.412500', '195321.872500', '195322.332500', '195322.792500', '195323.252500', '195323.712500', '195324.172500', '195324.632500', '195325.092500', '195325.552500', '195326.012500', '195326.472500', '195326.932500', '195327.392500', '195327.852500', '195328.312500', '195328.772500', '195329.232500', '195329.692500', '195330.152500', '195330.612500', '195331.072500', '195331.532500', '195331.992500', '195332.452500', '195332.912500', '195333.372500', '195333.832500', '195334.292500', '195334.752500', '195335.212500', '195335.672500', '195336.132500', '195336.592500', '195337.052500', '195337.512500', '195337.972500', '195338.432500', '195338.892500', '195339.352500', '195339.812500', '195340.272500', '195340.732500', '195341.192500', '195341.652500', '195342.112500', '195342.572500', '195343.032500', '195343.492500', '195343.952500', '195344.412500', '195344.872500', '195345.332500', '195345.792500', '195346.252500', '195346.712500', '195347.172500', '195347.632500', '195348.092500', '195348.552500', '195349.012500', '195349.472500', '195349.932500', '195350.392500', '195350.852500', '195351.312500', '195351.772500', '195352.232500', '195352.692500', '195353.152500', '195353.612500', '195354.072500', '195354.532500', '195354.992500', '195355.452500', '195355.912500', '195356.372500', '195356.832500', '195357.292500', '195357.752500', '195358.212500', '195358.672500', '195359.132500', '195359.592500', '195400.052500', '195400.512500', '195400.972500', '195401.432500', '195401.892500', '195402.352500', '195402.812500', '195403.272500', '195403.732500', '195404.192500', '195404.652500', '195405.112500', '195405.572500', '195406.032500', '195406.492500', '195406.952500', '195407.412500', '195407.872500', '195408.332500', '195408.792500', '195409.252500', '195409.712500', '195410.172500', '195410.632500', '195411.092500', '195411.552500', '195412.012500', '195412.472500', '195412.932500', '195413.392500', '195413.852500', '195414.312500', '195414.772500', '195415.232500', '195415.692500', '195416.152500', '195416.612500', '195417.072500', '195417.532500', '195417.992500', '195418.452500', '195418.912500', '195419.372500', '195419.832500', '195420.292500', '195420.752500', '195421.212500', '195421.672500', '195422.132500', '195422.592500', '195423.052500', '195423.512500', '195423.972500', '195424.432500', '195424.892500', '195425.352500', '195425.812500', '195426.272500', '195426.732500', '195427.192500', '195427.652500', '195428.112500', '195428.572500', '195429.032500', '195429.492500', '195429.952500', '195430.412500', '195430.872500', '195431.332500', '195431.792500', '195432.252500', '195432.712500', '195433.172500', '195433.632500', '195434.092500', '195434.552500', '195435.012500', '195435.472500', '195435.932500', '195436.392500', '195436.852500', '195437.312500', '195437.772500', '195438.232500', '195438.692500', '195439.152500', '195439.612500', '195440.072500', '195440.532500', '195440.992500', '195441.452500', '195441.912500', '195442.372500', '195442.832500', '195443.292500', '195443.752500', '195444.212500', '195444.672500', '195445.132500', '195445.592500', '195446.052500', '195446.512500', '195446.972500', '195447.432500', '195447.892500', '195448.352500', '195448.812500', '195449.272500', '195449.732500', '195450.192500', '195450.652500', '195451.112500', '195451.572500', '195452.032500', '195452.492500', '195452.952500', '195453.412500', '195453.872500', '195454.332500', '195454.792500', '195455.252500', '195455.712500', '195456.172500', '195456.632500', '195457.092500', '195457.552500', '195458.012500', '195458.472500', '195458.932500', '195459.392500', '195459.852500', '195500.312500', '195500.772500', '195501.232500', '195501.692500', '195502.152500', '195502.612500', '195503.072500', '195503.532500', '195503.992500', '195504.452500', '195504.912500', '195505.372500', '195505.832500', '195506.292500', '195506.752500', '195507.212500', '195507.672500', '195508.132500', '195508.592500', '195509.052500', '195509.512500', '195509.972500', '195510.432500', '195510.892500', '195511.352500', '195511.812500', '195512.272500', '195512.732500', '195513.192500', '195513.652500', '195514.112500', '195514.572500', '195515.032500', '195515.492500', '195515.952500', '195516.412500', '195516.872500', '195517.332500', '195517.792500', '195518.252500', '195518.712500', '195519.172500', '195519.632500', '195520.092500', '195520.552500', '195521.012500', '195521.472500', '195521.932500', '195522.392500', '195522.852500', '195523.312500', '195523.772500', '195524.232500', '195524.692500', '195525.152500', '195525.612500', '195526.072500', '195526.532500', '195526.992500', '195527.452500', '195527.912500', '195528.372500', '195528.832500', '195529.292500', '195529.752500', '195530.212500', '195530.672500', '195531.132500', '195531.592500', '195532.052500', '195532.512500', '195532.972500', '195533.432500', '195533.892500', '195534.352500', '195534.812500', '195535.272500', '195535.732500', '195536.192500', '195536.652500', '195537.112500', '195537.572500', '195538.032500', '195538.492500', '195538.952500', '195539.412500', '195539.872500', '195540.332500'], 'ContentTime': ['194548.476000', '194548.479000', '194548.482000', '194548.485000', '194548.487000', '194548.490000', '194548.493000', '194548.496000', '194548.499000', '194548.501000', '194548.504000', '194548.507000', '194548.510000', '194548.512000', '194548.515000', '194548.518000', '194548.520000', '194548.523000', '194548.526000', '194548.529000', '194548.537000', '194548.540000', '194548.543000', '194548.546000', '194548.548000', '194548.551000', '194548.554000', '194548.556000', '194548.559000', '194548.562000', '194548.564000', '194548.567000', '194608.446000', '194608.449000', '194608.452000', '194608.454000', '194608.457000', '194608.460000', '194608.462000', '194608.465000', '194608.467000', '194608.470000', '194608.472000', '194608.475000', '194608.478000', '194608.485000', '194608.488000', '194608.490000', '194608.493000', '194608.496000', '194608.498000', '194608.501000', '194608.503000', '194608.506000', '194608.508000', '194608.511000', '194608.513000', '194608.516000', '194608.518000', '194608.521000', '194608.524000', '194608.526000', '194608.529000', '194608.531000', '194608.534000', '194608.537000', '194608.539000', '194608.542000', '194608.544000', '194608.562000', '194608.564000', '194608.567000', '194608.570000', '194608.573000', '194608.575000', '194628.446000', '194628.449000', '194628.452000', '194628.461000', '194628.464000', '194628.466000', '194628.469000', '194628.472000', '194628.474000', '194628.477000', '194628.480000', '194628.482000', '194628.485000', '194628.487000', '194628.490000', '194628.492000', '194628.495000', '194628.498000', '194628.500000', '194628.503000', '194628.505000', '194628.508000', '194628.510000', '194628.513000', '194628.516000', '194628.518000', '194628.521000', '194628.524000', '194628.526000', '194628.529000', '194628.532000', '194628.534000', '194628.537000', '194628.539000', '194628.542000', '194628.544000', '194628.547000', '194628.550000', '194628.552000', '194628.555000', '194628.557000', '194628.560000', '194628.563000', '194628.565000', '194648.446000', '194648.448000', '194648.451000', '194648.454000', '194648.456000', '194648.459000', '194648.461000', '194648.464000', '194648.467000', '194648.469000', '194648.472000', '194648.474000', '194648.477000', '194648.479000', '194648.482000', '194648.485000', '194648.487000', '194648.490000', '194648.492000', '194648.495000', '194648.498000', '194648.500000', '194648.503000', '194648.505000', '194648.508000', '194648.510000', '194648.513000', '194648.516000', '194648.518000', '194648.521000', '194648.523000', '194648.526000', '194648.529000', '194648.532000', '194648.534000', '194648.537000', '194648.540000', '194648.542000', '194648.545000', '194648.547000', '194648.550000', '194648.552000', '194648.555000', '194708.446000', '194708.449000', '194708.452000', '194708.454000', '194708.457000', '194708.460000', '194708.462000', '194708.465000', '194708.467000', '194708.470000', '194708.472000', '194708.475000', '194708.478000', '194708.480000', '194708.483000', '194708.485000', '194708.488000', '194708.491000', '194708.493000', '194708.496000', '194708.498000', '194708.501000', '194708.503000', '194708.506000', '194708.509000', '194708.511000', '194708.514000', '194708.516000', '194708.519000', '194708.522000', '194708.524000', '194708.527000', '194708.529000', '194708.532000', '194708.534000', '194708.537000', '194708.540000', '194708.542000', '194708.545000', '194708.548000', '194708.550000', '194708.553000', '194708.555000', '194708.558000', '194728.446000', '194728.449000', '194728.452000', '194728.454000', '194728.457000', '194728.460000', '194728.462000', '194728.465000', '194728.468000', '194728.470000', '194728.473000', '194728.476000', '194728.478000', '194728.481000', '194728.483000', '194728.486000', '194728.489000', '194728.491000', '194728.494000', '194728.496000', '194728.499000', '194728.501000', '194728.504000', '194728.507000', '194728.509000', '194728.512000', '194728.514000', '194728.517000', '194728.519000', '194728.522000', '194728.524000', '194728.527000', '194728.530000', '194728.532000', '194728.535000', '194728.538000', '194728.540000', '194728.543000', '194728.545000', '194728.548000', '194728.551000', '194728.554000', '194728.557000', '194748.447000', '194748.449000', '194748.452000', '194748.455000', '194748.457000', '194748.460000', '194748.462000', '194748.465000', '194748.468000', '194748.470000', '194748.473000', '194748.475000', '194748.478000', '194748.480000', '194748.483000', '194748.486000', '194748.488000', '194748.491000', '194748.493000', '194748.496000', '194748.499000', '194748.501000', '194748.504000', '194748.507000', '194748.509000', '194748.512000', '194748.514000', '194748.517000', '194748.520000', '194748.522000', '194748.525000', '194748.527000', '194748.530000', '194748.533000', '194748.535000', '194748.538000', '194748.541000', '194748.543000', '194748.546000', '194748.548000', '194748.551000', '194748.554000', '194748.556000', '194748.559000', '194808.446000', '194808.449000', '194808.452000', '194808.455000', '194808.457000', '194808.460000', '194808.463000', '194808.465000', '194808.468000', '194808.471000', '194808.473000', '194808.476000', '194808.478000', '194808.481000', '194808.484000', '194808.486000', '194808.489000', '194808.491000', '194808.494000', '194808.497000', '194808.499000', '194808.502000', '194808.504000', '194808.507000', '194808.510000', '194808.512000', '194808.515000', '194808.517000', '194808.520000', '194808.522000', '194808.525000', '194808.528000', '194808.530000', '194808.533000', '194808.536000', '194808.538000', '194808.541000', '194808.543000', '194808.546000', '194808.549000', '194808.551000', '194808.554000', '194808.556000', '194828.447000', '194828.449000', '194828.452000', '194828.455000', '194828.457000', '194828.460000', '194828.463000', '194828.465000', '194828.468000', '194828.470000', '194828.473000', '194828.475000', '194828.478000', '194828.481000', '194828.483000', '194828.486000', '194828.488000', '194828.491000', '194828.494000', '194828.496000', '194828.499000', '194828.502000', '194828.504000', '194828.507000', '194828.510000', '194828.512000', '194828.515000', '194828.517000', '194828.520000', '194828.523000', '194828.525000', '194828.528000', '194828.531000', '194828.533000', '194828.536000', '194828.538000', '194828.541000', '194828.543000', '194828.546000', '194828.549000', '194828.551000', '194828.554000', '194828.556000', '194828.559000', '194848.446000', '194848.449000', '194848.452000', '194848.455000', '194848.457000', '194848.460000', '194848.462000', '194848.465000', '194848.468000', '194848.470000', '194848.473000', '194848.476000', '194848.478000', '194848.481000', '194848.483000', '194848.486000', '194848.489000', '194848.491000', '194848.494000', '194848.497000', '194848.499000', '194848.502000', '194848.504000', '194848.507000', '194848.510000', '194848.512000', '194848.515000', '194848.518000', '194848.520000', '194848.523000', '194848.525000', '194848.528000', '194848.531000', '194848.533000', '194848.536000', '194848.538000', '194848.541000', '194848.544000', '194848.546000', '194848.549000', '194848.551000', '194848.554000', '194848.557000', '194908.446000', '194908.448000', '194908.451000', '194908.454000', '194908.456000', '194908.459000', '194908.461000', '194908.464000', '194908.467000', '194908.469000', '194908.472000', '194908.474000', '194908.477000', '194908.479000', '194908.482000', '194908.485000', '194908.487000', '194908.490000', '194908.492000', '194908.495000', '194908.498000', '194908.500000', '194908.503000', '194908.505000', '194908.508000', '194908.510000', '194908.513000', '194908.516000', '194908.518000', '194908.521000', '194908.523000', '194908.526000', '194908.529000', '194908.531000', '194908.534000', '194908.537000', '194908.539000', '194908.542000', '194908.544000', '194908.547000', '194908.549000', '194908.552000', '194908.555000', '194908.557000', '194928.447000', '194928.449000', '194928.452000', '194928.455000', '194928.457000', '194928.460000', '194928.462000', '194928.465000', '194928.468000', '194928.470000', '194928.473000', '194928.475000', '194928.478000', '194928.481000', '194928.483000', '194928.486000', '194928.489000', '194928.491000', '194928.494000', '194928.496000', '194928.499000', '194928.501000', '194928.504000', '194928.507000', '194928.509000', '194928.512000', '194928.514000', '194928.517000', '194928.519000', '194928.531000', '194928.533000', '194928.536000', '194928.538000', '194928.541000', '194928.543000', '194928.546000', '194928.549000', '194928.551000', '194928.554000', '194928.556000', '194928.559000', '194928.561000', '194928.564000', '194948.447000', '194948.449000', '194948.452000', '194948.455000', '194948.457000', '194948.460000', '194948.462000', '194948.465000', '194948.468000', '194948.470000', '194948.473000', '194948.475000', '194948.478000', '194948.481000', '194948.483000', '194948.486000', '194948.489000', '194948.492000', '194948.494000', '194948.497000', '194948.499000', '194948.502000', '194948.505000', '194948.507000', '194948.510000', '194948.513000', '194948.515000', '194948.518000', '194948.520000', '194948.523000', '194948.526000', '194948.528000', '194948.531000', '194948.534000', '194948.536000', '194948.539000', '194948.541000', '194948.544000', '194948.547000', '194948.549000', '194948.552000', '194948.554000', '194948.557000', '194948.560000', '195008.446000', '195008.449000', '195008.452000', '195008.454000', '195008.457000', '195008.460000', '195008.462000', '195008.465000', '195008.467000', '195008.470000', '195008.473000', '195008.475000', '195008.478000', '195008.481000', '195008.483000', '195008.486000', '195008.488000', '195008.491000', '195008.493000', '195008.496000', '195008.499000', '195008.501000', '195008.504000', '195008.506000', '195008.509000', '195008.512000', '195008.514000', '195008.517000', '195008.519000', '195008.522000', '195008.524000', '195008.527000', '195008.530000', '195008.532000', '195008.535000', '195008.537000', '195008.540000', '195008.543000', '195008.545000', '195008.548000', '195008.550000', '195008.553000', '195008.556000', '195028.447000', '195028.449000', '195028.452000', '195028.455000', '195028.457000', '195028.460000', '195028.462000', '195028.465000', '195028.468000', '195028.470000', '195028.473000', '195028.475000', '195028.478000', '195028.481000', '195028.483000', '195028.486000', '195028.489000', '195028.491000', '195028.494000', '195028.497000', '195028.499000', '195028.502000', '195028.504000', '195028.507000', '195028.510000', '195028.512000', '195028.515000', '195028.517000', '195028.520000', '195028.523000', '195028.525000', '195028.528000', '195028.531000', '195028.533000', '195028.536000', '195028.539000', '195028.541000', '195028.544000', '195028.546000', '195028.549000', '195028.552000', '195028.554000', '195028.557000', '195028.560000', '195048.447000', '195048.450000', '195048.452000', '195048.455000', '195048.458000', '195048.460000', '195048.463000', '195048.466000', '195048.468000', '195048.471000', '195048.473000', '195048.476000', '195048.479000', '195048.481000', '195048.484000', '195048.486000', '195048.489000', '195048.491000', '195048.494000', '195048.497000', '195048.499000', '195048.502000', '195048.504000', '195048.507000', '195048.509000', '195048.512000', '195048.515000', '195048.517000', '195048.520000', '195048.523000', '195048.525000', '195048.528000', '195048.530000', '195048.533000', '195048.535000', '195048.538000', '195048.541000', '195048.543000', '195048.546000', '195048.548000', '195048.551000', '195048.554000', '195048.556000', '195108.447000', '195108.449000', '195108.452000', '195108.454000', '195108.457000', '195108.460000', '195108.462000', '195108.465000', '195108.468000', '195108.471000', '195108.474000', '195108.477000', '195108.479000', '195108.482000', '195108.485000', '195108.487000', '195108.490000', '195108.493000', '195108.495000', '195108.498000', '195108.500000', '195108.503000', '195108.506000', '195108.508000', '195108.511000', '195108.513000', '195108.516000', '195108.519000', '195108.521000', '195108.524000', '195108.527000', '195108.529000', '195108.532000', '195108.535000', '195108.537000', '195108.540000', '195108.542000', '195108.545000', '195108.548000', '195108.550000', '195108.553000', '195108.555000', '195108.558000', '195128.446000', '195128.448000', '195128.451000', '195128.454000', '195128.456000', '195128.459000', '195128.461000', '195128.464000', '195128.467000', '195128.469000', '195128.472000', '195128.474000', '195128.477000', '195128.480000', '195128.482000', '195128.485000', '195128.487000', '195128.490000', '195128.493000', '195128.495000', '195128.498000', '195128.500000', '195128.503000', '195128.506000', '195128.508000', '195128.511000', '195128.513000', '195128.516000', '195128.519000', '195128.521000', '195128.524000', '195128.526000', '195128.529000', '195128.532000', '195128.534000', '195128.537000', '195128.539000', '195128.542000', '195128.544000', '195128.547000', '195128.550000', '195128.552000', '195128.555000', '195128.557000', '195148.447000', '195148.449000', '195148.452000', '195148.455000', '195148.459000', '195148.461000', '195148.464000', '195148.467000', '195148.470000', '195148.473000', '195148.476000', '195148.479000', '195148.481000', '195148.484000', '195148.486000', '195148.489000', '195148.492000', '195148.494000', '195148.497000', '195148.499000', '195148.502000', '195148.504000', '195148.507000', '195148.510000', '195148.512000', '195148.515000', '195148.518000', '195148.520000', '195148.523000', '195148.525000', '195148.528000', '195148.531000', '195148.533000', '195148.536000', '195148.538000', '195148.541000', '195148.544000', '195148.546000', '195148.549000', '195148.552000', '195148.554000', '195148.557000', '195148.559000', '195208.447000', '195208.449000', '195208.452000', '195208.455000', '195208.457000', '195208.460000', '195208.462000', '195208.465000', '195208.467000', '195208.470000', '195208.473000', '195208.475000', '195208.478000', '195208.480000', '195208.483000', '195208.486000', '195208.488000', '195208.491000', '195208.493000', '195208.496000', '195208.498000', '195208.501000', '195208.503000', '195208.506000', '195208.509000', '195208.511000', '195208.514000', '195208.516000', '195208.519000', '195208.522000', '195208.524000', '195208.527000', '195208.529000', '195208.532000', '195208.534000', '195208.537000', '195208.540000', '195208.542000', '195208.545000', '195208.547000', '195208.550000', '195208.553000', '195208.555000', '195208.558000', '195228.446000', '195228.449000', '195228.452000', '195228.455000', '195228.457000', '195228.460000', '195228.462000', '195228.472000', '195228.475000', '195228.478000', '195228.480000', '195228.483000', '195228.486000', '195228.488000', '195228.491000', '195228.493000', '195228.496000', '195228.499000', '195228.501000', '195228.504000', '195228.506000', '195228.509000', '195228.513000', '195228.516000', '195228.518000', '195228.521000', '195228.524000', '195228.526000', '195228.529000', '195228.531000', '195228.534000', '195228.537000', '195228.539000', '195228.542000', '195228.545000', '195228.547000', '195228.550000', '195228.553000', '195228.555000', '195228.558000', '195228.560000', '195228.563000', '195228.566000', '195248.447000', '195248.450000', '195248.452000', '195248.455000', '195248.457000', '195248.460000', '195248.463000', '195248.465000', '195248.468000', '195248.470000', '195248.473000', '195248.476000', '195248.478000', '195248.481000', '195248.484000', '195248.486000', '195248.489000', '195248.491000', '195248.494000', '195248.497000', '195248.499000', '195248.502000', '195248.504000', '195248.507000', '195248.510000', '195248.512000', '195248.515000', '195248.517000', '195248.520000', '195248.523000', '195248.525000', '195248.528000', '195248.530000', '195248.533000', '195248.536000', '195248.538000', '195248.541000', '195248.544000', '195248.546000', '195248.549000', '195248.551000', '195248.554000', '195248.556000', '195248.559000', '195308.447000', '195308.450000', '195308.452000', '195308.455000', '195308.458000', '195308.460000', '195308.463000', '195308.466000', '195308.468000', '195308.471000', '195308.473000', '195308.476000', '195308.479000', '195308.481000', '195308.484000', '195308.487000', '195308.489000', '195308.492000', '195308.494000', '195308.497000', '195308.500000', '195308.502000', '195308.505000', '195308.508000', '195308.510000', '195308.513000', '195308.515000', '195308.518000', '195308.521000', '195308.523000', '195308.526000', '195308.529000', '195308.531000', '195308.534000', '195308.537000', '195308.539000', '195308.542000', '195308.545000', '195308.547000', '195308.550000', '195308.552000', '195308.555000', '195308.557000', '195328.447000', '195328.449000', '195328.452000', '195328.455000', '195328.457000', '195328.460000', '195328.463000', '195328.465000', '195328.468000', '195328.470000', '195328.473000', '195328.476000', '195328.478000', '195328.481000', '195328.484000', '195328.486000', '195328.489000', '195328.491000', '195328.494000', '195328.497000', '195328.499000', '195328.502000', '195328.504000', '195328.507000', '195328.510000', '195328.512000', '195328.515000', '195328.517000', '195328.520000', '195328.523000', '195328.525000', '195328.528000', '195328.530000', '195328.533000', '195328.536000', '195328.539000', '195328.541000', '195328.544000', '195328.546000', '195328.549000', '195328.551000', '195328.554000', '195328.557000', '195328.559000', '195348.446000', '195348.448000', '195348.451000', '195348.464000', '195348.466000', '195348.469000', '195348.472000', '195348.474000', '195348.477000', '195348.480000', '195348.492000', '195348.494000', '195348.497000', '195348.500000', '195348.502000', '195348.505000', '195348.507000', '195348.510000', '195348.513000', '195348.515000', '195348.518000', '195348.521000', '195348.523000', '195348.526000', '195348.529000', '195348.531000', '195348.534000', '195348.536000', '195348.539000', '195348.542000', '195348.544000', '195348.547000', '195348.551000', '195348.554000', '195348.557000', '195348.559000', '195348.562000', '195348.565000', '195348.567000', '195348.570000', '195348.572000', '195348.575000', '195348.578000', '195408.447000', '195408.449000', '195408.452000', '195408.455000', '195408.457000', '195408.460000', '195408.462000', '195408.465000', '195408.468000', '195408.470000', '195408.473000', '195408.475000', '195408.478000', '195408.481000', '195408.483000', '195408.486000', '195408.488000', '195408.491000', '195408.494000', '195408.496000', '195408.499000', '195408.501000', '195408.504000', '195408.507000', '195408.509000', '195408.512000', '195408.515000', '195408.517000', '195408.520000', '195408.523000', '195408.525000', '195408.528000', '195408.531000', '195408.533000', '195408.536000', '195408.538000', '195408.541000', '195408.544000', '195408.546000', '195408.549000', '195408.551000', '195408.554000', '195408.557000', '195408.559000', '195428.447000', '195428.450000', '195428.452000', '195428.455000', '195428.457000', '195428.460000', '195428.463000', '195428.465000', '195428.468000', '195428.471000', '195428.473000', '195428.476000', '195428.478000', '195428.481000', '195428.484000', '195428.486000', '195428.489000', '195428.491000', '195428.494000', '195428.497000', '195428.499000', '195428.502000', '195428.504000', '195428.507000', '195428.510000', '195428.512000', '195428.515000', '195428.518000', '195428.520000', '195428.523000', '195428.525000', '195428.528000', '195428.531000', '195428.534000', '195428.536000', '195428.539000', '195428.542000', '195428.544000', '195428.547000', '195428.549000', '195428.552000', '195428.555000', '195428.557000', '195448.447000', '195448.450000', '195448.452000', '195448.455000', '195448.457000', '195448.460000', '195448.463000', '195448.465000', '195448.468000', '195448.470000', '195448.473000', '195448.476000', '195448.478000', '195448.481000', '195448.483000', '195448.486000', '195448.489000', '195448.491000', '195448.494000', '195448.496000', '195448.499000', '195448.502000', '195448.504000', '195448.507000', '195448.509000', '195448.512000', '195448.515000', '195448.517000', '195448.520000', '195448.522000', '195448.525000', '195448.528000', '195448.530000', '195448.533000', '195448.535000', '195448.538000', '195448.541000', '195448.543000', '195448.546000', '195448.548000', '195448.551000', '195448.554000', '195448.556000', '195448.559000', '195508.457000', '195508.460000', '195508.462000', '195508.465000', '195508.468000', '195508.470000', '195508.473000', '195508.475000', '195508.478000', '195508.481000', '195508.483000', '195508.486000', '195508.489000', '195508.491000', '195508.494000', '195508.496000', '195508.499000', '195508.502000', '195508.504000', '195508.507000', '195508.510000', '195508.512000', '195508.515000', '195508.517000', '195508.520000', '195508.523000', '195508.525000', '195508.528000', '195508.530000', '195508.533000', '195508.536000', '195508.538000', '195508.541000', '195508.544000', '195508.546000', '195508.549000', '195508.551000', '195508.554000', '195508.557000', '195508.559000', '195508.562000', '195508.564000', '195508.567000', '195528.447000', '195528.449000', '195528.452000', '195528.455000', '195528.457000', '195528.460000', '195528.462000', '195528.465000', '195528.468000', '195528.470000', '195528.473000', '195528.475000', '195528.478000', '195528.480000', '195528.483000', '195528.486000', '195528.488000', '195528.491000', '195528.493000', '195528.496000', '195528.499000', '195528.501000', '195528.504000', '195528.506000', '195528.509000', '195528.512000', '195528.514000', '195528.517000', '195528.519000', '195528.522000', '195528.525000', '195528.527000', '195528.530000', '195528.532000', '195528.535000', '195528.538000', '195528.540000', '195528.543000', '195528.545000', '195528.548000', '195528.551000', '195528.553000', '195528.556000', '195528.559000', '195541.641000', '195541.644000', '195541.647000', '195541.650000', '195541.652000', '195541.655000', '195541.658000', '195541.660000', '195541.663000', '195541.665000', '195541.668000', '195541.671000', '195541.673000', '195541.676000', '195541.679000', '195541.681000', '195541.684000', '195541.686000', '195541.689000', '195541.692000', '195541.694000', '195541.697000', '195541.700000', '195541.702000', '195541.705000', '195541.708000', '195541.710000', '195541.713000', '195541.716000'], 'InstanceCreationTime': ['194548.476000', '194548.479000', '194548.482000', '194548.485000', '194548.487000', '194548.490000', '194548.493000', '194548.496000', '194548.499000', '194548.501000', '194548.504000', '194548.507000', '194548.510000', '194548.512000', '194548.515000', '194548.518000', '194548.520000', '194548.523000', '194548.526000', '194548.529000', '194548.537000', '194548.540000', '194548.543000', '194548.546000', '194548.548000', '194548.551000', '194548.554000', '194548.556000', '194548.559000', '194548.562000', '194548.564000', '194548.567000', '194608.446000', '194608.449000', '194608.452000', '194608.454000', '194608.457000', '194608.460000', '194608.462000', '194608.465000', '194608.467000', '194608.470000', '194608.472000', '194608.475000', '194608.478000', '194608.485000', '194608.488000', '194608.490000', '194608.493000', '194608.496000', '194608.498000', '194608.501000', '194608.503000', '194608.506000', '194608.508000', '194608.511000', '194608.513000', '194608.516000', '194608.518000', '194608.521000', '194608.524000', '194608.526000', '194608.529000', '194608.531000', '194608.534000', '194608.537000', '194608.539000', '194608.542000', '194608.544000', '194608.562000', '194608.564000', '194608.567000', '194608.570000', '194608.573000', '194608.575000', '194628.446000', '194628.449000', '194628.452000', '194628.461000', '194628.464000', '194628.466000', '194628.469000', '194628.472000', '194628.474000', '194628.477000', '194628.480000', '194628.482000', '194628.485000', '194628.487000', '194628.490000', '194628.492000', '194628.495000', '194628.498000', '194628.500000', '194628.503000', '194628.505000', '194628.508000', '194628.510000', '194628.513000', '194628.516000', '194628.518000', '194628.521000', '194628.524000', '194628.526000', '194628.529000', '194628.532000', '194628.534000', '194628.537000', '194628.539000', '194628.542000', '194628.544000', '194628.547000', '194628.550000', '194628.552000', '194628.555000', '194628.557000', '194628.560000', '194628.563000', '194628.565000', '194648.446000', '194648.448000', '194648.451000', '194648.454000', '194648.456000', '194648.459000', '194648.461000', '194648.464000', '194648.467000', '194648.469000', '194648.472000', '194648.474000', '194648.477000', '194648.479000', '194648.482000', '194648.485000', '194648.487000', '194648.490000', '194648.492000', '194648.495000', '194648.498000', '194648.500000', '194648.503000', '194648.505000', '194648.508000', '194648.510000', '194648.513000', '194648.516000', '194648.518000', '194648.521000', '194648.523000', '194648.526000', '194648.529000', '194648.532000', '194648.534000', '194648.537000', '194648.540000', '194648.542000', '194648.545000', '194648.547000', '194648.550000', '194648.552000', '194648.555000', '194708.446000', '194708.449000', '194708.452000', '194708.454000', '194708.457000', '194708.460000', '194708.462000', '194708.465000', '194708.467000', '194708.470000', '194708.472000', '194708.475000', '194708.478000', '194708.480000', '194708.483000', '194708.485000', '194708.488000', '194708.491000', '194708.493000', '194708.496000', '194708.498000', '194708.501000', '194708.503000', '194708.506000', '194708.509000', '194708.511000', '194708.514000', '194708.516000', '194708.519000', '194708.522000', '194708.524000', '194708.527000', '194708.529000', '194708.532000', '194708.534000', '194708.537000', '194708.540000', '194708.542000', '194708.545000', '194708.548000', '194708.550000', '194708.553000', '194708.555000', '194708.558000', '194728.446000', '194728.449000', '194728.452000', '194728.454000', '194728.457000', '194728.460000', '194728.462000', '194728.465000', '194728.468000', '194728.470000', '194728.473000', '194728.476000', '194728.478000', '194728.481000', '194728.483000', '194728.486000', '194728.489000', '194728.491000', '194728.494000', '194728.496000', '194728.499000', '194728.501000', '194728.504000', '194728.507000', '194728.509000', '194728.512000', '194728.514000', '194728.517000', '194728.519000', '194728.522000', '194728.524000', '194728.527000', '194728.530000', '194728.532000', '194728.535000', '194728.538000', '194728.540000', '194728.543000', '194728.545000', '194728.548000', '194728.551000', '194728.554000', '194728.557000', '194748.447000', '194748.449000', '194748.452000', '194748.455000', '194748.457000', '194748.460000', '194748.462000', '194748.465000', '194748.468000', '194748.470000', '194748.473000', '194748.475000', '194748.478000', '194748.480000', '194748.483000', '194748.486000', '194748.488000', '194748.491000', '194748.493000', '194748.496000', '194748.499000', '194748.501000', '194748.504000', '194748.507000', '194748.509000', '194748.512000', '194748.514000', '194748.517000', '194748.520000', '194748.522000', '194748.525000', '194748.527000', '194748.530000', '194748.533000', '194748.535000', '194748.538000', '194748.541000', '194748.543000', '194748.546000', '194748.548000', '194748.551000', '194748.554000', '194748.556000', '194748.559000', '194808.446000', '194808.449000', '194808.452000', '194808.455000', '194808.457000', '194808.460000', '194808.463000', '194808.465000', '194808.468000', '194808.471000', '194808.473000', '194808.476000', '194808.478000', '194808.481000', '194808.484000', '194808.486000', '194808.489000', '194808.491000', '194808.494000', '194808.497000', '194808.499000', '194808.502000', '194808.504000', '194808.507000', '194808.510000', '194808.512000', '194808.515000', '194808.517000', '194808.520000', '194808.522000', '194808.525000', '194808.528000', '194808.530000', '194808.533000', '194808.536000', '194808.538000', '194808.541000', '194808.543000', '194808.546000', '194808.549000', '194808.551000', '194808.554000', '194808.556000', '194828.447000', '194828.449000', '194828.452000', '194828.455000', '194828.457000', '194828.460000', '194828.463000', '194828.465000', '194828.468000', '194828.470000', '194828.473000', '194828.475000', '194828.478000', '194828.481000', '194828.483000', '194828.486000', '194828.488000', '194828.491000', '194828.494000', '194828.496000', '194828.499000', '194828.502000', '194828.504000', '194828.507000', '194828.510000', '194828.512000', '194828.515000', '194828.517000', '194828.520000', '194828.523000', '194828.525000', '194828.528000', '194828.531000', '194828.533000', '194828.536000', '194828.538000', '194828.541000', '194828.543000', '194828.546000', '194828.549000', '194828.551000', '194828.554000', '194828.556000', '194828.559000', '194848.446000', '194848.449000', '194848.452000', '194848.455000', '194848.457000', '194848.460000', '194848.462000', '194848.465000', '194848.468000', '194848.470000', '194848.473000', '194848.476000', '194848.478000', '194848.481000', '194848.483000', '194848.486000', '194848.489000', '194848.491000', '194848.494000', '194848.497000', '194848.499000', '194848.502000', '194848.504000', '194848.507000', '194848.510000', '194848.512000', '194848.515000', '194848.518000', '194848.520000', '194848.523000', '194848.525000', '194848.528000', '194848.531000', '194848.533000', '194848.536000', '194848.538000', '194848.541000', '194848.544000', '194848.546000', '194848.549000', '194848.551000', '194848.554000', '194848.557000', '194908.446000', '194908.448000', '194908.451000', '194908.454000', '194908.456000', '194908.459000', '194908.461000', '194908.464000', '194908.467000', '194908.469000', '194908.472000', '194908.474000', '194908.477000', '194908.479000', '194908.482000', '194908.485000', '194908.487000', '194908.490000', '194908.492000', '194908.495000', '194908.498000', '194908.500000', '194908.503000', '194908.505000', '194908.508000', '194908.510000', '194908.513000', '194908.516000', '194908.518000', '194908.521000', '194908.523000', '194908.526000', '194908.529000', '194908.531000', '194908.534000', '194908.537000', '194908.539000', '194908.542000', '194908.544000', '194908.547000', '194908.549000', '194908.552000', '194908.555000', '194908.557000', '194928.447000', '194928.449000', '194928.452000', '194928.455000', '194928.457000', '194928.460000', '194928.462000', '194928.465000', '194928.468000', '194928.470000', '194928.473000', '194928.475000', '194928.478000', '194928.481000', '194928.483000', '194928.486000', '194928.489000', '194928.491000', '194928.494000', '194928.496000', '194928.499000', '194928.501000', '194928.504000', '194928.507000', '194928.509000', '194928.512000', '194928.514000', '194928.517000', '194928.519000', '194928.531000', '194928.533000', '194928.536000', '194928.538000', '194928.541000', '194928.543000', '194928.546000', '194928.549000', '194928.551000', '194928.554000', '194928.556000', '194928.559000', '194928.561000', '194928.564000', '194948.447000', '194948.449000', '194948.452000', '194948.455000', '194948.457000', '194948.460000', '194948.462000', '194948.465000', '194948.468000', '194948.470000', '194948.473000', '194948.475000', '194948.478000', '194948.481000', '194948.483000', '194948.486000', '194948.489000', '194948.492000', '194948.494000', '194948.497000', '194948.499000', '194948.502000', '194948.505000', '194948.507000', '194948.510000', '194948.513000', '194948.515000', '194948.518000', '194948.520000', '194948.523000', '194948.526000', '194948.528000', '194948.531000', '194948.534000', '194948.536000', '194948.539000', '194948.541000', '194948.544000', '194948.547000', '194948.549000', '194948.552000', '194948.554000', '194948.557000', '194948.560000', '195008.446000', '195008.449000', '195008.452000', '195008.454000', '195008.457000', '195008.460000', '195008.462000', '195008.465000', '195008.467000', '195008.470000', '195008.473000', '195008.475000', '195008.478000', '195008.481000', '195008.483000', '195008.486000', '195008.488000', '195008.491000', '195008.493000', '195008.496000', '195008.499000', '195008.501000', '195008.504000', '195008.506000', '195008.509000', '195008.512000', '195008.514000', '195008.517000', '195008.519000', '195008.522000', '195008.524000', '195008.527000', '195008.530000', '195008.532000', '195008.535000', '195008.537000', '195008.540000', '195008.543000', '195008.545000', '195008.548000', '195008.550000', '195008.553000', '195008.556000', '195028.447000', '195028.449000', '195028.452000', '195028.455000', '195028.457000', '195028.460000', '195028.462000', '195028.465000', '195028.468000', '195028.470000', '195028.473000', '195028.475000', '195028.478000', '195028.481000', '195028.483000', '195028.486000', '195028.489000', '195028.491000', '195028.494000', '195028.497000', '195028.499000', '195028.502000', '195028.504000', '195028.507000', '195028.510000', '195028.512000', '195028.515000', '195028.517000', '195028.520000', '195028.523000', '195028.525000', '195028.528000', '195028.531000', '195028.533000', '195028.536000', '195028.539000', '195028.541000', '195028.544000', '195028.546000', '195028.549000', '195028.552000', '195028.554000', '195028.557000', '195028.560000', '195048.447000', '195048.450000', '195048.452000', '195048.455000', '195048.458000', '195048.460000', '195048.463000', '195048.466000', '195048.468000', '195048.471000', '195048.473000', '195048.476000', '195048.479000', '195048.481000', '195048.484000', '195048.486000', '195048.489000', '195048.491000', '195048.494000', '195048.497000', '195048.499000', '195048.502000', '195048.504000', '195048.507000', '195048.509000', '195048.512000', '195048.515000', '195048.517000', '195048.520000', '195048.523000', '195048.525000', '195048.528000', '195048.530000', '195048.533000', '195048.535000', '195048.538000', '195048.541000', '195048.543000', '195048.546000', '195048.548000', '195048.551000', '195048.554000', '195048.556000', '195108.447000', '195108.449000', '195108.452000', '195108.454000', '195108.457000', '195108.460000', '195108.462000', '195108.465000', '195108.468000', '195108.471000', '195108.474000', '195108.477000', '195108.479000', '195108.482000', '195108.485000', '195108.487000', '195108.490000', '195108.493000', '195108.495000', '195108.498000', '195108.500000', '195108.503000', '195108.506000', '195108.508000', '195108.511000', '195108.513000', '195108.516000', '195108.519000', '195108.521000', '195108.524000', '195108.527000', '195108.529000', '195108.532000', '195108.535000', '195108.537000', '195108.540000', '195108.542000', '195108.545000', '195108.548000', '195108.550000', '195108.553000', '195108.555000', '195108.558000', '195128.446000', '195128.448000', '195128.451000', '195128.454000', '195128.456000', '195128.459000', '195128.461000', '195128.464000', '195128.467000', '195128.469000', '195128.472000', '195128.474000', '195128.477000', '195128.480000', '195128.482000', '195128.485000', '195128.487000', '195128.490000', '195128.493000', '195128.495000', '195128.498000', '195128.500000', '195128.503000', '195128.506000', '195128.508000', '195128.511000', '195128.513000', '195128.516000', '195128.519000', '195128.521000', '195128.524000', '195128.526000', '195128.529000', '195128.532000', '195128.534000', '195128.537000', '195128.539000', '195128.542000', '195128.544000', '195128.547000', '195128.550000', '195128.552000', '195128.555000', '195128.557000', '195148.447000', '195148.449000', '195148.452000', '195148.455000', '195148.459000', '195148.461000', '195148.464000', '195148.467000', '195148.470000', '195148.473000', '195148.476000', '195148.479000', '195148.481000', '195148.484000', '195148.486000', '195148.489000', '195148.492000', '195148.494000', '195148.497000', '195148.499000', '195148.502000', '195148.504000', '195148.507000', '195148.510000', '195148.512000', '195148.515000', '195148.518000', '195148.520000', '195148.523000', '195148.525000', '195148.528000', '195148.531000', '195148.533000', '195148.536000', '195148.538000', '195148.541000', '195148.544000', '195148.546000', '195148.549000', '195148.552000', '195148.554000', '195148.557000', '195148.559000', '195208.447000', '195208.449000', '195208.452000', '195208.455000', '195208.457000', '195208.460000', '195208.462000', '195208.465000', '195208.467000', '195208.470000', '195208.473000', '195208.475000', '195208.478000', '195208.480000', '195208.483000', '195208.486000', '195208.488000', '195208.491000', '195208.493000', '195208.496000', '195208.498000', '195208.501000', '195208.503000', '195208.506000', '195208.509000', '195208.511000', '195208.514000', '195208.516000', '195208.519000', '195208.522000', '195208.524000', '195208.527000', '195208.529000', '195208.532000', '195208.534000', '195208.537000', '195208.540000', '195208.542000', '195208.545000', '195208.547000', '195208.550000', '195208.553000', '195208.555000', '195208.558000', '195228.446000', '195228.449000', '195228.452000', '195228.455000', '195228.457000', '195228.460000', '195228.462000', '195228.472000', '195228.475000', '195228.478000', '195228.480000', '195228.483000', '195228.486000', '195228.488000', '195228.491000', '195228.493000', '195228.496000', '195228.499000', '195228.501000', '195228.504000', '195228.506000', '195228.509000', '195228.513000', '195228.516000', '195228.518000', '195228.521000', '195228.524000', '195228.526000', '195228.529000', '195228.531000', '195228.534000', '195228.537000', '195228.539000', '195228.542000', '195228.545000', '195228.547000', '195228.550000', '195228.553000', '195228.555000', '195228.558000', '195228.560000', '195228.563000', '195228.566000', '195248.447000', '195248.450000', '195248.452000', '195248.455000', '195248.457000', '195248.460000', '195248.463000', '195248.465000', '195248.468000', '195248.470000', '195248.473000', '195248.476000', '195248.478000', '195248.481000', '195248.484000', '195248.486000', '195248.489000', '195248.491000', '195248.494000', '195248.497000', '195248.499000', '195248.502000', '195248.504000', '195248.507000', '195248.510000', '195248.512000', '195248.515000', '195248.517000', '195248.520000', '195248.523000', '195248.525000', '195248.528000', '195248.530000', '195248.533000', '195248.536000', '195248.538000', '195248.541000', '195248.544000', '195248.546000', '195248.549000', '195248.551000', '195248.554000', '195248.556000', '195248.559000', '195308.447000', '195308.450000', '195308.452000', '195308.455000', '195308.458000', '195308.460000', '195308.463000', '195308.466000', '195308.468000', '195308.471000', '195308.473000', '195308.476000', '195308.479000', '195308.481000', '195308.484000', '195308.487000', '195308.489000', '195308.492000', '195308.494000', '195308.497000', '195308.500000', '195308.502000', '195308.505000', '195308.508000', '195308.510000', '195308.513000', '195308.515000', '195308.518000', '195308.521000', '195308.523000', '195308.526000', '195308.529000', '195308.531000', '195308.534000', '195308.537000', '195308.539000', '195308.542000', '195308.545000', '195308.547000', '195308.550000', '195308.552000', '195308.555000', '195308.557000', '195328.447000', '195328.449000', '195328.452000', '195328.455000', '195328.457000', '195328.460000', '195328.463000', '195328.465000', '195328.468000', '195328.470000', '195328.473000', '195328.476000', '195328.478000', '195328.481000', '195328.484000', '195328.486000', '195328.489000', '195328.491000', '195328.494000', '195328.497000', '195328.499000', '195328.502000', '195328.504000', '195328.507000', '195328.510000', '195328.512000', '195328.515000', '195328.517000', '195328.520000', '195328.523000', '195328.525000', '195328.528000', '195328.530000', '195328.533000', '195328.536000', '195328.539000', '195328.541000', '195328.544000', '195328.546000', '195328.549000', '195328.551000', '195328.554000', '195328.557000', '195328.559000', '195348.446000', '195348.448000', '195348.451000', '195348.464000', '195348.466000', '195348.469000', '195348.472000', '195348.474000', '195348.477000', '195348.480000', '195348.492000', '195348.494000', '195348.497000', '195348.500000', '195348.502000', '195348.505000', '195348.507000', '195348.510000', '195348.513000', '195348.515000', '195348.518000', '195348.521000', '195348.523000', '195348.526000', '195348.529000', '195348.531000', '195348.534000', '195348.536000', '195348.539000', '195348.542000', '195348.544000', '195348.547000', '195348.551000', '195348.554000', '195348.557000', '195348.559000', '195348.562000', '195348.565000', '195348.567000', '195348.570000', '195348.572000', '195348.575000', '195348.578000', '195408.447000', '195408.449000', '195408.452000', '195408.455000', '195408.457000', '195408.460000', '195408.462000', '195408.465000', '195408.468000', '195408.470000', '195408.473000', '195408.475000', '195408.478000', '195408.481000', '195408.483000', '195408.486000', '195408.488000', '195408.491000', '195408.494000', '195408.496000', '195408.499000', '195408.501000', '195408.504000', '195408.507000', '195408.509000', '195408.512000', '195408.515000', '195408.517000', '195408.520000', '195408.523000', '195408.525000', '195408.528000', '195408.531000', '195408.533000', '195408.536000', '195408.538000', '195408.541000', '195408.544000', '195408.546000', '195408.549000', '195408.551000', '195408.554000', '195408.557000', '195408.559000', '195428.447000', '195428.450000', '195428.452000', '195428.455000', '195428.457000', '195428.460000', '195428.463000', '195428.465000', '195428.468000', '195428.471000', '195428.473000', '195428.476000', '195428.478000', '195428.481000', '195428.484000', '195428.486000', '195428.489000', '195428.491000', '195428.494000', '195428.497000', '195428.499000', '195428.502000', '195428.504000', '195428.507000', '195428.510000', '195428.512000', '195428.515000', '195428.518000', '195428.520000', '195428.523000', '195428.525000', '195428.528000', '195428.531000', '195428.534000', '195428.536000', '195428.539000', '195428.542000', '195428.544000', '195428.547000', '195428.549000', '195428.552000', '195428.555000', '195428.557000', '195448.447000', '195448.450000', '195448.452000', '195448.455000', '195448.457000', '195448.460000', '195448.463000', '195448.465000', '195448.468000', '195448.470000', '195448.473000', '195448.476000', '195448.478000', '195448.481000', '195448.483000', '195448.486000', '195448.489000', '195448.491000', '195448.494000', '195448.496000', '195448.499000', '195448.502000', '195448.504000', '195448.507000', '195448.509000', '195448.512000', '195448.515000', '195448.517000', '195448.520000', '195448.522000', '195448.525000', '195448.528000', '195448.530000', '195448.533000', '195448.535000', '195448.538000', '195448.541000', '195448.543000', '195448.546000', '195448.548000', '195448.551000', '195448.554000', '195448.556000', '195448.559000', '195508.457000', '195508.460000', '195508.462000', '195508.465000', '195508.468000', '195508.470000', '195508.473000', '195508.475000', '195508.478000', '195508.481000', '195508.483000', '195508.486000', '195508.489000', '195508.491000', '195508.494000', '195508.496000', '195508.499000', '195508.502000', '195508.504000', '195508.507000', '195508.510000', '195508.512000', '195508.515000', '195508.517000', '195508.520000', '195508.523000', '195508.525000', '195508.528000', '195508.530000', '195508.533000', '195508.536000', '195508.538000', '195508.541000', '195508.544000', '195508.546000', '195508.549000', '195508.551000', '195508.554000', '195508.557000', '195508.559000', '195508.562000', '195508.564000', '195508.567000', '195528.447000', '195528.449000', '195528.452000', '195528.455000', '195528.457000', '195528.460000', '195528.462000', '195528.465000', '195528.468000', '195528.470000', '195528.473000', '195528.475000', '195528.478000', '195528.480000', '195528.483000', '195528.486000', '195528.488000', '195528.491000', '195528.493000', '195528.496000', '195528.499000', '195528.501000', '195528.504000', '195528.506000', '195528.509000', '195528.512000', '195528.514000', '195528.517000', '195528.519000', '195528.522000', '195528.525000', '195528.527000', '195528.530000', '195528.532000', '195528.535000', '195528.538000', '195528.540000', '195528.543000', '195528.545000', '195528.548000', '195528.551000', '195528.553000', '195528.556000', '195528.559000', '195541.641000', '195541.644000', '195541.647000', '195541.650000', '195541.652000', '195541.655000', '195541.658000', '195541.660000', '195541.663000', '195541.665000', '195541.668000', '195541.671000', '195541.673000', '195541.676000', '195541.679000', '195541.681000', '195541.684000', '195541.686000', '195541.689000', '195541.692000', '195541.694000', '195541.697000', '195541.700000', '195541.702000', '195541.705000', '195541.708000', '195541.710000', '195541.713000', '195541.716000'], '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, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [16385, 17282, 17900, 14624, 16777, 12332, 15268, 10014, 14038, 8839, 11937, 8317, 10449, 8446, 13714, 8503, 9087, 8680, 8842, 9029, 10053, 8824, 11266, 8980, 10431, 8785, 12258, 9422, 11810, 9609, 8825, 8465, 8945, 10148, 9057, 13272, 8985, 13407, 8775, 15056, 11416, 16186, 10639, 15850, 10912, 15909, 13083, 18779, 12859, 12826, 9467, 13144, 9661, 16401, 13546, 9755, 10020, 9036, 10379, 11260, 14357, 8976, 11248, 8886, 11052, 8626, 14483, 8611, 13811, 8777, 12543, 9217, 14799, 11537, 14494, 8898, 14116, 8887, 14705, 11274, 15664, 10257, 11496, 8606, 11153, 9449, 13156, 13155, 8854, 10153, 8514, 11351, 7948, 15079, 8732, 14058, 9127, 13901, 11032, 16434, 13133, 16136, 10120, 14802, 9234, 16362, 10934, 14784, 10403, 8552, 8699, 8940, 9355, 8874, 11299, 8844, 13852, 8450, 9934, 8449, 10252, 8328, 12251, 8741, 13031, 8513, 12319, 10242, 15333, 11434, 16892, 9616, 16546, 11092, 17268, 13093, 10979, 9764, 11777, 10367, 13765, 15468, 8509, 12772, 8573, 14177, 10731, 14977, 8177, 11822, 8284, 12315, 9025, 13691, 8423, 13734, 8797, 15298, 11552, 14236, 9744, 8524, 9239, 9103, 11419, 8373, 14477, 11250, 14963, 9785, 15321, 11435, 16835, 11145, 16321, 11090, 16524, 11044, 13171, 9208, 14834, 9548, 11731, 9234, 10994, 9035, 15198, 11644, 11090, 9259, 13999, 9159, 16608, 10360, 9006, 8373, 9291, 8638, 12786, 9505, 8753, 8277, 9676, 8302, 12441, 8819, 8615, 8095, 8283, 8583, 9624, 12842, 8186, 13259, 8469, 13396, 10442, 15477, 12461, 15688, 9906, 12694, 10502, 10384, 13359, 8539, 13425, 9180, 16924, 11610, 16411, 10424, 15220, 12085, 16681, 10125, 15573, 10938, 15124, 9880, 13085, 8840, 15913, 10989, 13399, 9233, 12231, 8456, 13015, 11269, 8713, 9427, 8166, 11089, 8514, 14445, 9345, 17495, 12285, 10766, 12362, 8103, 11521, 7776, 14831, 9462, 15644, 8809, 12994, 8775, 12622, 10187, 14480, 11048, 14818, 8737, 13764, 9294, 12278, 9860, 12608, 9769, 12882, 8488, 10942, 8614, 11864, 10103, 13375, 8833, 13552, 10320, 15480, 11393, 15229, 9740, 16229, 12181, 14264, 9783, 15802, 10611, 16826, 11457, 11088, 9179, 14290, 10241, 17291, 10879, 13514, 8386, 17830, 10689, 15678, 10263, 9725, 8688, 12816, 10118, 14789, 12616, 8619, 10887, 9294, 12273, 15723, 10415, 12031, 8728, 8695, 8407, 14279, 9507, 16182, 10689, 10336, 8660, 11140, 9321, 13462, 11754, 8156, 10079, 8379, 12820, 9190, 13112, 7584, 12190, 7751, 14233, 8944, 12644, 7795, 10793, 8177, 14520, 7781, 12770, 7746, 13143, 8669, 14118, 7730, 12157, 8021, 14511, 8571, 13785, 7925, 11027, 8144, 14553, 9054, 13959, 8063, 13166, 10109, 15169, 10841, 13947, 8916, 12626, 9509, 13921, 10941, 13874, 8756, 12968, 8720, 14705, 10954, 13732, 9408, 9990, 8594, 11651, 8652, 13120, 9928, 8116, 8504, 9221, 7857, 10149, 9852, 8046, 9025, 8164, 12778, 10101, 14236, 9683, 12894, 12327, 7936, 12833, 8320, 14757, 12224, 17315, 11149, 12635, 9564, 11490, 14780, 8464, 13730, 8048, 14173, 10844, 18185, 9504, 16622, 9914, 16737, 12427, 10911, 8959, 9564, 10220, 10791, 15449, 8071, 13039, 8149, 13357, 8968, 17729, 10677, 16491, 9209, 13989, 10483, 18487, 10439, 14312, 8897, 11478, 8627, 12952, 9318, 8324, 8470, 8267, 9181, 10206, 11892, 7986, 11359, 7940, 12118, 8199, 12540, 7833, 10863, 7712, 11674, 9222, 11391, 8193, 12085, 8564, 14697, 10493, 13592, 8850, 13001, 8374, 12679, 9623, 8487, 8003, 8037, 9207, 8857, 13897, 7784, 12489, 7656, 12356, 9693, 14933, 11089, 12553, 8699, 10678, 8963, 14998, 10114, 14558, 9100, 7937, 8931, 8092, 11422, 9078, 14770, 7912, 12853, 7601, 12265, 8394, 14914, 10763, 16362, 8820, 13762, 8844, 13192, 10082, 9134, 11503, 7799, 10805, 8216, 14194, 10943, 17086, 9064, 12165, 8572, 11211, 9423, 10032, 13582, 7818, 11998, 8307, 13081, 9994, 12178, 8685, 8303, 8202, 8314, 12736, 8091, 12500, 7644, 10852, 8072, 13276, 9536, 13990, 8134, 13032, 8433, 13226, 10515, 8732, 10056, 7636, 10181, 7636, 14667, 11578, 17698, 8951, 14217, 8799, 14672, 8718, 15016, 10118, 10721, 8717, 8139, 9325, 7573, 12850, 9743, 14839, 10267, 15368, 9309, 13547, 9915, 11057, 13280, 8038, 13972, 8274, 13939, 9831, 17404, 11092, 14138, 8727, 8945, 8287, 9594, 10038, 8445, 13398, 7495, 9952, 7762, 10225, 7681, 13319, 8849, 13013, 7864, 11695, 8545, 12595, 9708, 14482, 9675, 14055, 8072, 11213, 8144, 11802, 10203, 8351, 10857, 7656, 11766, 7678, 14258, 10223, 16222, 8879, 12309, 8316, 13574, 10778, 15631, 10404, 14647, 8490, 14046, 8888, 16264, 10654, 13765, 9265, 9954, 9070, 9295, 8862, 14220, 9294, 12497, 8969, 7667, 7911, 9110, 11618, 8745, 12325, 7563, 8083, 8034, 8170, 10786, 8038, 8698, 12696, 9826, 20724, 15948, 18150, 15720, 18441, 19258, 13106, 18748, 12444, 17129, 10986, 16110, 10347, 16078, 9723, 14393, 9544, 14821, 9996, 8555, 10167, 8376, 9151, 8929, 10072, 9755, 13190, 10088, 9806, 9215, 8570, 13220, 8549, 9637, 9064, 10762, 9106, 11460, 9031, 13053, 9043, 13369, 9089, 7414, 8483, 7443, 8668, 7984, 10508, 7791, 12680, 8216, 12907, 8062, 12221, 8644, 11857, 10492, 8925, 13169, 8123, 12983, 8743, 17779, 12472, 18342, 14177, 9949, 9966, 9558, 15152, 8728, 18438, 15174, 20027, 9307, 16130, 8561, 13989, 8322, 15434, 9983, 13799, 8779, 8432, 8592, 11659, 8341, 16112, 9984, 13498, 8756, 12042, 8449, 18290, 8971, 17578, 11511, 15282, 8700, 14873, 8499, 12960, 10620, 13913, 8572, 13504, 8261, 13119, 10476, 15500, 11144, 15772, 8476, 13403, 10478, 15535, 12066, 17735, 8985, 14696, 8791, 14180, 10713, 17246, 10005, 9513, 8978, 8530, 11766, 8799, 15370, 8559, 16471, 9997, 19611, 12040, 15729, 9927, 13871, 9408, 13531, 8887, 8251, 9197, 8414, 12415, 8479, 15116, 8384, 12794, 8608, 16106, 9962, 16529, 8840, 14150, 9684, 15647, 11031, 12704, 9211, 8859, 9468, 8467, 12560, 9499, 17184, 8930, 17532, 9443, 17469, 10638, 17933, 11201, 9730, 10787, 8765, 11890, 8847, 13401, 10788, 19455, 13304, 10014, 9967, 8573, 11755, 8722, 13317, 9757, 16259, 11765, 17639, 10151, 9809, 9581, 8903, 12793, 9555, 17290, 10621, 16346, 9685, 14946, 10955, 16666, 12056, 14469, 9329, 10721, 9669, 11081, 11316, 8240, 10858, 8319, 12910, 8936, 16717, 8537, 14157, 8557, 12994, 10169, 16044, 10611, 17710, 8885, 15460, 9672, 17359, 10692, 15523, 9579, 12280, 8870, 12270, 9340, 8375, 9015, 7688, 9487, 9883, 10099, 8314, 8882, 8151, 9888, 9355, 12695, 8266, 12061, 8663, 12910, 11045, 18517, 10178, 16612, 11103, 8634, 15006, 9879, 17286, 13144, 19420, 9824, 17885, 11608, 18152, 13156, 10954, 9610, 10036, 12903, 14327, 14688, 8278, 10035, 8248, 11361, 8994, 12843, 8292, 10309, 8340, 12265, 8275, 13057, 8111, 12241, 8865, 15319, 9635, 15517, 9477, 12696, 9638, 12393, 8476, 11882, 9760, 13341, 9287, 12410, 8233, 12963, 11569, 15647, 9679, 15722, 10429, 18359, 12787, 10833, 9696, 8810, 15192, 10794, 16998, 8378, 14828, 9730, 17769, 13245, 14793, 9385, 10938, 11088, 10943, 13249, 8214, 12995, 8324, 16499, 11563, 16684, 9372, 17414, 10937, 19031, 11887, 12461, 9045, 10257, 10332, 8778, 12785, 8246, 9555, 8349, 11972, 8553, 16162, 8400, 13455, 8812, 14820, 11080, 17720, 10662, 13210, 9515, 8514, 10506, 9076, 13706, 9081, 15551, 8641, 12345, 9113, 15202, 11048, 19361, 13336, 8827, 14539, 9195, 9395, 9061, 8482, 13079, 9906, 17287, 12540, 14169, 15484, 10917, 18365, 16516, 20374, 16273, 17449, 12556, 16787, 14117, 15879, 13030, 12604, 16062, 8561, 11825, 8602, 11714, 8825, 13028, 9234, 13838, 9730, 15187, 10439, 10705, 9149, 8931, 9496, 8099, 9100, 8352, 9964, 8038, 11642, 8703, 11141, 8768, 13529, 9490, 13429, 10255, 11410, 10310, 8163, 10265, 8134, 11914, 10033, 14619, 12203, 12683, 9606, 9977, 10567, 11111, 15243, 10558, 17418, 9177, 14943, 8702, 13438, 10725, 16347, 11562, 8998, 9137, 8258, 12075, 8763, 16516, 11567, 17476, 9106, 16071, 10727, 14474, 11727, 8642, 10822, 7920, 11832, 8281, 14126, 11700, 17681, 9098, 14808, 9668, 13342, 13280, 10261, 13838, 7789, 13076, 8536, 12595, 8319, 14586, 10960, 15530, 8950, 12546, 9515, 13477, 11096, 10325, 13092, 8014, 12429, 8606, 13904, 11228, 18416, 10616, 15383, 9038, 13356, 10516, 10223, 12104, 7680, 12879, 8743, 15715, 12369, 15783, 8912, 11503, 9372, 11282, 13545, 8831, 15122, 8673, 13350, 9442, 14973, 11644, 11780, 8795, 8175, 9602, 9311, 14125, 10066, 14484, 8518, 13269, 8835, 14133, 9308, 14103, 9834, 15163, 9816, 12680, 8932, 13088, 8672, 14424, 10999, 10454, 8562, 8772, 8543, 11861, 11328, 9891, 13193, 8059, 13430, 8710, 15725, 13653, 18558, 12165, 15325, 9634, 12593, 14026, 10913, 17120, 7754, 12567, 8113, 15269, 12646, 18624, 12895, 16962, 9285, 14966, 9969, 15628, 12115, 13433, 9722, 7672, 9631, 7919, 12806, 8659, 15467, 10499, 14841, 8586, 13507, 9831, 15152, 11980, 12197, 9590, 7718, 9525, 7920, 12762, 9174, 16149, 9448, 14475, 8536, 13273, 9151, 14762, 11379, 14218, 10548, 7836, 9168, 7768, 12310, 8814, 15156, 11513, 17110, 9046, 14400, 8550, 14871, 11477, 14228, 10451, 8002, 9055, 8833, 11025, 11791, 15364, 8314, 12440], 'WindowCenter': [4503.0, 4488.0, 4474.0, 4438.0, 4435.0, 4399.0, 4419.0, 4376.0, 4406.0, 4352.0, 4394.0, 4364.0, 4384.0, 4353.0, 4416.0, 4364.0, 4366.0, 4365.0, 4377.0, 4379.0, 4398.0, 4392.0, 4410.0, 4393.0, 4412.0, 4394.0, 4433.0, 4415.0, 4436.0, 4416.0, 4416.0, 4408.0, 4418.0, 4442.0, 4419.0, 4459.0, 4420.0, 4458.0, 4420.0, 4481.0, 4451.0, 4478.0, 4437.0, 4468.0, 4439.0, 4478.0, 4461.0, 4479.0, 4449.0, 4447.0, 4416.0, 4447.0, 4429.0, 4468.0, 4458.0, 4413.0, 4426.0, 4407.0, 4426.0, 4436.0, 4468.0, 4406.0, 4435.0, 4415.0, 4438.0, 4419.0, 4466.0, 4407.0, 4454.0, 4406.0, 4455.0, 4429.0, 4469.0, 4448.0, 4458.0, 4419.0, 4467.0, 4431.0, 4478.0, 4451.0, 4478.0, 4439.0, 4448.0, 4420.0, 4450.0, 4431.0, 4457.0, 4458.0, 4419.0, 4428.0, 4419.0, 4450.0, 4418.0, 4479.0, 4417.0, 4457.0, 4431.0, 4469.0, 4451.0, 4479.0, 4462.0, 4469.0, 4426.0, 4454.0, 4419.0, 4476.0, 4436.0, 4457.0, 4428.0, 4406.0, 4407.0, 4415.0, 4417.0, 4416.0, 4438.0, 4418.0, 4458.0, 4405.0, 4428.0, 4419.0, 4439.0, 4419.0, 4458.0, 4419.0, 4456.0, 4419.0, 4460.0, 4441.0, 4478.0, 4452.0, 4478.0, 4428.0, 4477.0, 4450.0, 4477.0, 4460.0, 4426.0, 4414.0, 4435.0, 4426.0, 4444.0, 4468.0, 4394.0, 4433.0, 4405.0, 4455.0, 4424.0, 4455.0, 4394.0, 4432.0, 4405.0, 4433.0, 4416.0, 4455.0, 4405.0, 4443.0, 4406.0, 4478.0, 4449.0, 4457.0, 4414.0, 4404.0, 4416.0, 4417.0, 4435.0, 4406.0, 4466.0, 4438.0, 4457.0, 4427.0, 4464.0, 4436.0, 4465.0, 4435.0, 4464.0, 4436.0, 4463.0, 4434.0, 4441.0, 4414.0, 4455.0, 4416.0, 4432.0, 4416.0, 4424.0, 4415.0, 4453.0, 4436.0, 4422.0, 4401.0, 4442.0, 4403.0, 4463.0, 4423.0, 4402.0, 4394.0, 4413.0, 4405.0, 4446.0, 4416.0, 4402.0, 4406.0, 4414.0, 4407.0, 4445.0, 4414.0, 4406.0, 4408.0, 4405.0, 4419.0, 4429.0, 4470.0, 4419.0, 4457.0, 4417.0, 4471.0, 4441.0, 4466.0, 4461.0, 4469.0, 4427.0, 4458.0, 4428.0, 4427.0, 4457.0, 4404.0, 4454.0, 4417.0, 4467.0, 4435.0, 4463.0, 4426.0, 4456.0, 4436.0, 4462.0, 4426.0, 4452.0, 4424.0, 4454.0, 4414.0, 4442.0, 4405.0, 4463.0, 4425.0, 4443.0, 4413.0, 4433.0, 4395.0, 4444.0, 4424.0, 4393.0, 4404.0, 4393.0, 4425.0, 4403.0, 4456.0, 4418.0, 4477.0, 4447.0, 4425.0, 4436.0, 4396.0, 4423.0, 4385.0, 4454.0, 4415.0, 4454.0, 4405.0, 4443.0, 4405.0, 4445.0, 4438.0, 4454.0, 4438.0, 4454.0, 4408.0, 4456.0, 4417.0, 4445.0, 4428.0, 4446.0, 4427.0, 4447.0, 4404.0, 4436.0, 4416.0, 4446.0, 4439.0, 4457.0, 4417.0, 4457.0, 4429.0, 4466.0, 4446.0, 4467.0, 4426.0, 4465.0, 4450.0, 4455.0, 4417.0, 4466.0, 4436.0, 4464.0, 4435.0, 4424.0, 4406.0, 4455.0, 4426.0, 4464.0, 4423.0, 4429.0, 4391.0, 4462.0, 4420.0, 4454.0, 4414.0, 4412.0, 4406.0, 4441.0, 4424.0, 4453.0, 4436.0, 4390.0, 4421.0, 4402.0, 4432.0, 4465.0, 4413.0, 4420.0, 4392.0, 4388.0, 4391.0, 4453.0, 4412.0, 4454.0, 4425.0, 4412.0, 4394.0, 4422.0, 4414.0, 4444.0, 4434.0, 4379.0, 4400.0, 4392.0, 4434.0, 4402.0, 4433.0, 4383.0, 4432.0, 4384.0, 4442.0, 4404.0, 4431.0, 4383.0, 4422.0, 4393.0, 4454.0, 4383.0, 4432.0, 4384.0, 4443.0, 4404.0, 4443.0, 4383.0, 4432.0, 4395.0, 4443.0, 4390.0, 4439.0, 4380.0, 4422.0, 4393.0, 4450.0, 4403.0, 4441.0, 4393.0, 4444.0, 4426.0, 4453.0, 4422.0, 4441.0, 4402.0, 4430.0, 4414.0, 4452.0, 4424.0, 4442.0, 4403.0, 4441.0, 4403.0, 4466.0, 4426.0, 4455.0, 4415.0, 4415.0, 4406.0, 4437.0, 4418.0, 4457.0, 4426.0, 4392.0, 4406.0, 4416.0, 4404.0, 4426.0, 4431.0, 4409.0, 4420.0, 4409.0, 4447.0, 4453.0, 4496.0, 4456.0, 4471.0, 4463.0, 4409.0, 4459.0, 4422.0, 4471.0, 4463.0, 4481.0, 4451.0, 4460.0, 4432.0, 4447.0, 4473.0, 4410.0, 4457.0, 4412.0, 4459.0, 4443.0, 4479.0, 4418.0, 4468.0, 4428.0, 4478.0, 4451.0, 4425.0, 4407.0, 4417.0, 4417.0, 4425.0, 4470.0, 4395.0, 4436.0, 4385.0, 4445.0, 4406.0, 4466.0, 4416.0, 4454.0, 4403.0, 4446.0, 4425.0, 4467.0, 4413.0, 4443.0, 4393.0, 4424.0, 4395.0, 4433.0, 4403.0, 4383.0, 4382.0, 4384.0, 4404.0, 4414.0, 4424.0, 4382.0, 4424.0, 4385.0, 4433.0, 4384.0, 4433.0, 4383.0, 4423.0, 4386.0, 4424.0, 4406.0, 4425.0, 4396.0, 4434.0, 4407.0, 4456.0, 4429.0, 4444.0, 4406.0, 4447.0, 4397.0, 4435.0, 4417.0, 4404.0, 4396.0, 4395.0, 4417.0, 4408.0, 4456.0, 4387.0, 4436.0, 4385.0, 4447.0, 4418.0, 4457.0, 4438.0, 4447.0, 4407.0, 4426.0, 4406.0, 4456.0, 4427.0, 4456.0, 4406.0, 4394.0, 4406.0, 4395.0, 4435.0, 4404.0, 4459.0, 4384.0, 4435.0, 4384.0, 4435.0, 4395.0, 4456.0, 4426.0, 4455.0, 4408.0, 4445.0, 4406.0, 4445.0, 4417.0, 4418.0, 4436.0, 4385.0, 4425.0, 4395.0, 4455.0, 4429.0, 4466.0, 4407.0, 4436.0, 4406.0, 4436.0, 4406.0, 4417.0, 4447.0, 4385.0, 4435.0, 4406.0, 4446.0, 4417.0, 4435.0, 4396.0, 4394.0, 4396.0, 4397.0, 4445.0, 4396.0, 4435.0, 4386.0, 4427.0, 4396.0, 4445.0, 4431.0, 4456.0, 4397.0, 4447.0, 4407.0, 4447.0, 4428.0, 4396.0, 4417.0, 4386.0, 4415.0, 4386.0, 4457.0, 4438.0, 4467.0, 4407.0, 4446.0, 4394.0, 4443.0, 4404.0, 4454.0, 4414.0, 4424.0, 4395.0, 4395.0, 4406.0, 4398.0, 4445.0, 4416.0, 4457.0, 4429.0, 4456.0, 4407.0, 4446.0, 4415.0, 4424.0, 4447.0, 4385.0, 4444.0, 4384.0, 4444.0, 4416.0, 4454.0, 4414.0, 4432.0, 4392.0, 4392.0, 4384.0, 4405.0, 4415.0, 4393.0, 4445.0, 4373.0, 4413.0, 4385.0, 4415.0, 4397.0, 4445.0, 4406.0, 4435.0, 4385.0, 4423.0, 4394.0, 4435.0, 4417.0, 4445.0, 4407.0, 4444.0, 4386.0, 4424.0, 4396.0, 4434.0, 4417.0, 4398.0, 4427.0, 4386.0, 4436.0, 4398.0, 4457.0, 4417.0, 4466.0, 4406.0, 4435.0, 4395.0, 4447.0, 4428.0, 4456.0, 4427.0, 4444.0, 4396.0, 4443.0, 4407.0, 4456.0, 4415.0, 4444.0, 4405.0, 4403.0, 4393.0, 4403.0, 4405.0, 4447.0, 4432.0, 4449.0, 4419.0, 4408.0, 4411.0, 4430.0, 4449.0, 4421.0, 4447.0, 4385.0, 4396.0, 4411.0, 4422.0, 4441.0, 4412.0, 4422.0, 4475.0, 4445.0, 4503.0, 4473.0, 4481.0, 4462.0, 4468.0, 4469.0, 4423.0, 4443.0, 4400.0, 4417.0, 4376.0, 4416.0, 4375.0, 4405.0, 4366.0, 4405.0, 4366.0, 4406.0, 4377.0, 4356.0, 4376.0, 4357.0, 4378.0, 4380.0, 4391.0, 4391.0, 4421.0, 4401.0, 4402.0, 4392.0, 4382.0, 4435.0, 4383.0, 4390.0, 4394.0, 4412.0, 4405.0, 4423.0, 4405.0, 4436.0, 4407.0, 4446.0, 4406.0, 4385.0, 4406.0, 4387.0, 4421.0, 4409.0, 4439.0, 4410.0, 4459.0, 4411.0, 4449.0, 4409.0, 4448.0, 4421.0, 4461.0, 4443.0, 4422.0, 4461.0, 4411.0, 4460.0, 4422.0, 4480.0, 4451.0, 4480.0, 4460.0, 4417.0, 4418.0, 4418.0, 4458.0, 4409.0, 4481.0, 4460.0, 4478.0, 4406.0, 4456.0, 4408.0, 4444.0, 4398.0, 4456.0, 4418.0, 4447.0, 4407.0, 4396.0, 4407.0, 4436.0, 4407.0, 4466.0, 4417.0, 4448.0, 4396.0, 4434.0, 4395.0, 4466.0, 4405.0, 4464.0, 4426.0, 4454.0, 4394.0, 4442.0, 4393.0, 4434.0, 4415.0, 4444.0, 4394.0, 4443.0, 4394.0, 4444.0, 4427.0, 4455.0, 4425.0, 4455.0, 4395.0, 4433.0, 4426.0, 4453.0, 4437.0, 4452.0, 4392.0, 4443.0, 4393.0, 4445.0, 4416.0, 4468.0, 4429.0, 4417.0, 4408.0, 4405.0, 4436.0, 4406.0, 4456.0, 4396.0, 4465.0, 4417.0, 4477.0, 4437.0, 4455.0, 4415.0, 4445.0, 4416.0, 4435.0, 4394.0, 4383.0, 4405.0, 4395.0, 4435.0, 4395.0, 4444.0, 4393.0, 4433.0, 4395.0, 4454.0, 4416.0, 4454.0, 4395.0, 4444.0, 4405.0, 4453.0, 4429.0, 4449.0, 4418.0, 4407.0, 4418.0, 4397.0, 4449.0, 4419.0, 4478.0, 4408.0, 4478.0, 4419.0, 4479.0, 4428.0, 4476.0, 4429.0, 4418.0, 4427.0, 4406.0, 4436.0, 4407.0, 4461.0, 4454.0, 4492.0, 4458.0, 4416.0, 4417.0, 4406.0, 4436.0, 4406.0, 4446.0, 4418.0, 4468.0, 4449.0, 4479.0, 4427.0, 4416.0, 4418.0, 4406.0, 4437.0, 4405.0, 4467.0, 4415.0, 4456.0, 4406.0, 4455.0, 4428.0, 4467.0, 4437.0, 4443.0, 4403.0, 4423.0, 4414.0, 4423.0, 4424.0, 4382.0, 4414.0, 4396.0, 4433.0, 4394.0, 4453.0, 4395.0, 4443.0, 4393.0, 4432.0, 4414.0, 4452.0, 4415.0, 4454.0, 4394.0, 4452.0, 4404.0, 4466.0, 4415.0, 4453.0, 4403.0, 4422.0, 4405.0, 4435.0, 4405.0, 4394.0, 4407.0, 4384.0, 4415.0, 4418.0, 4428.0, 4407.0, 4407.0, 4397.0, 4429.0, 4429.0, 4460.0, 4409.0, 4447.0, 4406.0, 4449.0, 4441.0, 4479.0, 4428.0, 4467.0, 4437.0, 4408.0, 4470.0, 4418.0, 4469.0, 4449.0, 4477.0, 4417.0, 4465.0, 4428.0, 4465.0, 4436.0, 4413.0, 4403.0, 4403.0, 4435.0, 4443.0, 4445.0, 4381.0, 4402.0, 4383.0, 4422.0, 4392.0, 4433.0, 4382.0, 4404.0, 4394.0, 4434.0, 4385.0, 4434.0, 4384.0, 4435.0, 4407.0, 4454.0, 4404.0, 4454.0, 4417.0, 4434.0, 4415.0, 4433.0, 4395.0, 4436.0, 4427.0, 4458.0, 4418.0, 4446.0, 4409.0, 4457.0, 4452.0, 4478.0, 4430.0, 4468.0, 4439.0, 4477.0, 4448.0, 4425.0, 4416.0, 4405.0, 4458.0, 4425.0, 4466.0, 4395.0, 4456.0, 4416.0, 4465.0, 4447.0, 4453.0, 4403.0, 4424.0, 4426.0, 4424.0, 4434.0, 4393.0, 4435.0, 4395.0, 4465.0, 4426.0, 4454.0, 4403.0, 4465.0, 4426.0, 4463.0, 4434.0, 4434.0, 4404.0, 4425.0, 4415.0, 4393.0, 4434.0, 4393.0, 4404.0, 4394.0, 4433.0, 4396.0, 4465.0, 4395.0, 4443.0, 4405.0, 4454.0, 4425.0, 4466.0, 4426.0, 4445.0, 4414.0, 4396.0, 4426.0, 4406.0, 4446.0, 4408.0, 4466.0, 4407.0, 4446.0, 4408.0, 4481.0, 4451.0, 4489.0, 4448.0, 4409.0, 4459.0, 4420.0, 4421.0, 4422.0, 4409.0, 4448.0, 4431.0, 4482.0, 4452.0, 4461.0, 4461.0, 4430.0, 4469.0, 4471.0, 4466.0, 4445.0, 4440.0, 4399.0, 4417.0, 4409.0, 4416.0, 4395.0, 4395.0, 4415.0, 4354.0, 4384.0, 4355.0, 4382.0, 4354.0, 4393.0, 4365.0, 4405.0, 4377.0, 4417.0, 4388.0, 4386.0, 4378.0, 4368.0, 4390.0, 4368.0, 4381.0, 4370.0, 4401.0, 4382.0, 4413.0, 4394.0, 4412.0, 4394.0, 4434.0, 4406.0, 4444.0, 4418.0, 4426.0, 4417.0, 4396.0, 4416.0, 4397.0, 4438.0, 4429.0, 4458.0, 4450.0, 4447.0, 4418.0, 4427.0, 4429.0, 4437.0, 4460.0, 4427.0, 4468.0, 4406.0, 4456.0, 4395.0, 4446.0, 4427.0, 4466.0, 4436.0, 4405.0, 4405.0, 4395.0, 4436.0, 4408.0, 4468.0, 4427.0, 4465.0, 4395.0, 4455.0, 4426.0, 4445.0, 4426.0, 4394.0, 4414.0, 4385.0, 4436.0, 4396.0, 4446.0, 4437.0, 4467.0, 4406.0, 4445.0, 4406.0, 4447.0, 4448.0, 4415.0, 4445.0, 4384.0, 4435.0, 4394.0, 4433.0, 4394.0, 4444.0, 4426.0, 4455.0, 4405.0, 4435.0, 4415.0, 4446.0, 4426.0, 4416.0, 4446.0, 4385.0, 4433.0, 4396.0, 4446.0, 4426.0, 4465.0, 4415.0, 4454.0, 4405.0, 4446.0, 4426.0, 4415.0, 4435.0, 4384.0, 4434.0, 4396.0, 4454.0, 4450.0, 4456.0, 4396.0, 4424.0, 4405.0, 4427.0, 4446.0, 4418.0, 4457.0, 4396.0, 4444.0, 4405.0, 4454.0, 4437.0, 4425.0, 4394.0, 4394.0, 4417.0, 4417.0, 4457.0, 4416.0, 4446.0, 4395.0, 4445.0, 4409.0, 4459.0, 4419.0, 4469.0, 4428.0, 4468.0, 4429.0, 4447.0, 4418.0, 4457.0, 4408.0, 4457.0, 4441.0, 4429.0, 4409.0, 4407.0, 4408.0, 4438.0, 4438.0, 4418.0, 4447.0, 4386.0, 4436.0, 4397.0, 4457.0, 4447.0, 4465.0, 4426.0, 4443.0, 4404.0, 4434.0, 4446.0, 4414.0, 4455.0, 4374.0, 4421.0, 4384.0, 4444.0, 4434.0, 4453.0, 4424.0, 4452.0, 4393.0, 4430.0, 4401.0, 4454.0, 4422.0, 4433.0, 4392.0, 4372.0, 4403.0, 4383.0, 4433.0, 4395.0, 4454.0, 4413.0, 4442.0, 4393.0, 4434.0, 4404.0, 4443.0, 4426.0, 4424.0, 4403.0, 4373.0, 4404.0, 4383.0, 4433.0, 4405.0, 4454.0, 4403.0, 4444.0, 4393.0, 4432.0, 4404.0, 4444.0, 4425.0, 4446.0, 4426.0, 4386.0, 4404.0, 4385.0, 4436.0, 4423.0, 4467.0, 4449.0, 4478.0, 4408.0, 4456.0, 4407.0, 4456.0, 4438.0, 4458.0, 4428.0, 4397.0, 4418.0, 4409.0, 4439.0, 4439.0, 4471.0, 4398.0, 4447.0], 'WindowWidth': [9896.0, 9861.0, 9835.0, 9769.0, 9761.0, 9699.0, 9729.0, 9663.0, 9703.0, 9626.0, 9684.0, 9647.0, 9672.0, 9631.0, 9720.0, 9647.0, 9650.0, 9651.0, 9668.0, 9675.0, 9701.0, 9699.0, 9721.0, 9701.0, 9724.0, 9703.0, 9757.0, 9736.0, 9766.0, 9740.0, 9739.0, 9732.0, 9749.0, 9785.0, 9751.0, 9803.0, 9751.0, 9800.0, 9753.0, 9836.0, 9794.0, 9830.0, 9772.0, 9814.0, 9775.0, 9829.0, 9810.0, 9832.0, 9789.0, 9784.0, 9740.0, 9783.0, 9761.0, 9815.0, 9801.0, 9733.0, 9753.0, 9728.0, 9754.0, 9770.0, 9814.0, 9726.0, 9764.0, 9738.0, 9772.0, 9750.0, 9809.0, 9731.0, 9791.0, 9729.0, 9794.0, 9764.0, 9817.0, 9788.0, 9800.0, 9749.0, 9812.0, 9770.0, 9833.0, 9796.0, 9830.0, 9777.0, 9787.0, 9752.0, 9792.0, 9769.0, 9801.0, 9803.0, 9748.0, 9760.0, 9751.0, 9795.0, 9752.0, 9833.0, 9748.0, 9799.0, 9769.0, 9818.0, 9795.0, 9834.0, 9811.0, 9819.0, 9756.0, 9792.0, 9747.0, 9826.0, 9770.0, 9798.0, 9759.0, 9726.0, 9730.0, 9739.0, 9743.0, 9744.0, 9773.0, 9746.0, 9801.0, 9727.0, 9759.0, 9751.0, 9776.0, 9753.0, 9801.0, 9752.0, 9798.0, 9752.0, 9806.0, 9783.0, 9830.0, 9799.0, 9830.0, 9761.0, 9826.0, 9793.0, 9827.0, 9805.0, 9752.0, 9736.0, 9765.0, 9751.0, 9778.0, 9814.0, 9707.0, 9759.0, 9723.0, 9792.0, 9749.0, 9795.0, 9709.0, 9756.0, 9726.0, 9761.0, 9743.0, 9794.0, 9725.0, 9774.0, 9730.0, 9833.0, 9791.0, 9797.0, 9736.0, 9721.0, 9738.0, 9742.0, 9765.0, 9730.0, 9810.0, 9774.0, 9797.0, 9755.0, 9806.0, 9769.0, 9807.0, 9764.0, 9804.0, 9767.0, 9801.0, 9763.0, 9768.0, 9734.0, 9793.0, 9739.0, 9758.0, 9738.0, 9748.0, 9738.0, 9788.0, 9765.0, 9741.0, 9713.0, 9772.0, 9718.0, 9801.0, 9746.0, 9714.0, 9706.0, 9733.0, 9725.0, 9779.0, 9739.0, 9716.0, 9728.0, 9737.0, 9729.0, 9778.0, 9738.0, 9728.0, 9734.0, 9730.0, 9752.0, 9764.0, 9823.0, 9751.0, 9800.0, 9747.0, 9821.0, 9784.0, 9813.0, 9810.0, 9818.0, 9758.0, 9803.0, 9760.0, 9757.0, 9798.0, 9724.0, 9791.0, 9744.0, 9815.0, 9765.0, 9803.0, 9753.0, 9794.0, 9768.0, 9799.0, 9752.0, 9786.0, 9749.0, 9789.0, 9732.0, 9769.0, 9723.0, 9801.0, 9750.0, 9773.0, 9732.0, 9758.0, 9711.0, 9773.0, 9748.0, 9705.0, 9719.0, 9705.0, 9748.0, 9721.0, 9794.0, 9746.0, 9826.0, 9783.0, 9750.0, 9766.0, 9711.0, 9745.0, 9696.0, 9788.0, 9737.0, 9789.0, 9723.0, 9771.0, 9724.0, 9778.0, 9774.0, 9789.0, 9774.0, 9788.0, 9732.0, 9793.0, 9741.0, 9778.0, 9760.0, 9783.0, 9757.0, 9782.0, 9724.0, 9768.0, 9744.0, 9781.0, 9776.0, 9797.0, 9744.0, 9799.0, 9762.0, 9809.0, 9782.0, 9811.0, 9756.0, 9808.0, 9791.0, 9793.0, 9743.0, 9810.0, 9770.0, 9805.0, 9767.0, 9747.0, 9725.0, 9794.0, 9752.0, 9804.0, 9745.0, 9750.0, 9701.0, 9799.0, 9738.0, 9789.0, 9734.0, 9730.0, 9726.0, 9766.0, 9748.0, 9787.0, 9767.0, 9698.0, 9738.0, 9713.0, 9755.0, 9808.0, 9732.0, 9737.0, 9700.0, 9692.0, 9699.0, 9784.0, 9731.0, 9786.0, 9750.0, 9728.0, 9706.0, 9743.0, 9733.0, 9773.0, 9761.0, 9681.0, 9709.0, 9702.0, 9759.0, 9715.0, 9757.0, 9690.0, 9756.0, 9695.0, 9771.0, 9719.0, 9754.0, 9690.0, 9742.0, 9706.0, 9787.0, 9691.0, 9755.0, 9695.0, 9772.0, 9720.0, 9771.0, 9690.0, 9754.0, 9711.0, 9770.0, 9698.0, 9763.0, 9684.0, 9739.0, 9705.0, 9779.0, 9717.0, 9767.0, 9706.0, 9776.0, 9754.0, 9786.0, 9745.0, 9767.0, 9716.0, 9753.0, 9735.0, 9786.0, 9747.0, 9770.0, 9718.0, 9767.0, 9720.0, 9809.0, 9755.0, 9793.0, 9738.0, 9737.0, 9727.0, 9770.0, 9748.0, 9796.0, 9753.0, 9705.0, 9727.0, 9740.0, 9725.0, 9756.0, 9767.0, 9736.0, 9753.0, 9734.0, 9783.0, 9805.0, 9869.0, 9812.0, 9825.0, 9816.0, 9738.0, 9804.0, 9756.0, 9823.0, 9814.0, 9839.0, 9797.0, 9808.0, 9772.0, 9787.0, 9828.0, 9736.0, 9797.0, 9746.0, 9803.0, 9786.0, 9832.0, 9744.0, 9814.0, 9759.0, 9828.0, 9795.0, 9751.0, 9726.0, 9740.0, 9741.0, 9750.0, 9821.0, 9710.0, 9763.0, 9696.0, 9778.0, 9728.0, 9808.0, 9738.0, 9787.0, 9717.0, 9778.0, 9751.0, 9810.0, 9731.0, 9769.0, 9702.0, 9745.0, 9707.0, 9757.0, 9717.0, 9687.0, 9685.0, 9691.0, 9719.0, 9731.0, 9745.0, 9688.0, 9744.0, 9695.0, 9757.0, 9690.0, 9756.0, 9689.0, 9743.0, 9700.0, 9745.0, 9723.0, 9747.0, 9711.0, 9761.0, 9730.0, 9793.0, 9759.0, 9775.0, 9725.0, 9781.0, 9716.0, 9763.0, 9743.0, 9721.0, 9712.0, 9711.0, 9742.0, 9730.0, 9795.0, 9700.0, 9765.0, 9697.0, 9782.0, 9744.0, 9797.0, 9775.0, 9782.0, 9728.0, 9752.0, 9726.0, 9793.0, 9756.0, 9792.0, 9725.0, 9707.0, 9724.0, 9709.0, 9763.0, 9721.0, 9803.0, 9694.0, 9764.0, 9693.0, 9762.0, 9710.0, 9790.0, 9752.0, 9791.0, 9729.0, 9775.0, 9726.0, 9777.0, 9741.0, 9744.0, 9765.0, 9696.0, 9749.0, 9712.0, 9790.0, 9759.0, 9811.0, 9726.0, 9766.0, 9724.0, 9765.0, 9725.0, 9740.0, 9783.0, 9696.0, 9762.0, 9727.0, 9780.0, 9741.0, 9762.0, 9711.0, 9706.0, 9712.0, 9715.0, 9776.0, 9713.0, 9763.0, 9699.0, 9752.0, 9712.0, 9775.0, 9768.0, 9794.0, 9715.0, 9782.0, 9731.0, 9780.0, 9756.0, 9711.0, 9738.0, 9697.0, 9735.0, 9699.0, 9794.0, 9769.0, 9809.0, 9726.0, 9778.0, 9707.0, 9772.0, 9720.0, 9790.0, 9734.0, 9747.0, 9709.0, 9709.0, 9724.0, 9717.0, 9778.0, 9738.0, 9796.0, 9760.0, 9792.0, 9726.0, 9780.0, 9737.0, 9746.0, 9784.0, 9695.0, 9773.0, 9691.0, 9774.0, 9737.0, 9789.0, 9731.0, 9754.0, 9701.0, 9700.0, 9690.0, 9720.0, 9735.0, 9703.0, 9777.0, 9677.0, 9728.0, 9693.0, 9735.0, 9715.0, 9775.0, 9725.0, 9762.0, 9694.0, 9741.0, 9706.0, 9762.0, 9739.0, 9775.0, 9726.0, 9773.0, 9695.0, 9745.0, 9711.0, 9759.0, 9739.0, 9715.0, 9753.0, 9698.0, 9764.0, 9717.0, 9796.0, 9740.0, 9806.0, 9724.0, 9762.0, 9708.0, 9781.0, 9756.0, 9791.0, 9755.0, 9772.0, 9709.0, 9770.0, 9725.0, 9791.0, 9734.0, 9772.0, 9719.0, 9714.0, 9703.0, 9716.0, 9721.0, 9778.0, 9769.0, 9788.0, 9751.0, 9739.0, 9743.0, 9770.0, 9792.0, 9754.0, 9783.0, 9696.0, 9714.0, 9740.0, 9759.0, 9777.0, 9740.0, 9755.0, 9834.0, 9795.0, 9872.0, 9828.0, 9835.0, 9812.0, 9812.0, 9820.0, 9739.0, 9769.0, 9700.0, 9721.0, 9661.0, 9715.0, 9658.0, 9699.0, 9646.0, 9697.0, 9649.0, 9703.0, 9668.0, 9632.0, 9661.0, 9637.0, 9668.0, 9676.0, 9691.0, 9692.0, 9730.0, 9707.0, 9710.0, 9696.0, 9681.0, 9757.0, 9684.0, 9692.0, 9701.0, 9723.0, 9722.0, 9742.0, 9721.0, 9764.0, 9724.0, 9777.0, 9723.0, 9695.0, 9724.0, 9700.0, 9754.0, 9735.0, 9776.0, 9740.0, 9803.0, 9740.0, 9789.0, 9736.0, 9787.0, 9757.0, 9810.0, 9786.0, 9757.0, 9808.0, 9740.0, 9804.0, 9755.0, 9836.0, 9796.0, 9835.0, 9804.0, 9740.0, 9744.0, 9744.0, 9800.0, 9734.0, 9839.0, 9804.0, 9827.0, 9723.0, 9793.0, 9728.0, 9774.0, 9717.0, 9794.0, 9742.0, 9781.0, 9728.0, 9712.0, 9728.0, 9765.0, 9729.0, 9810.0, 9742.0, 9783.0, 9711.0, 9759.0, 9709.0, 9808.0, 9723.0, 9802.0, 9753.0, 9786.0, 9705.0, 9767.0, 9701.0, 9758.0, 9735.0, 9773.0, 9706.0, 9770.0, 9707.0, 9776.0, 9754.0, 9790.0, 9750.0, 9789.0, 9707.0, 9756.0, 9751.0, 9784.0, 9766.0, 9782.0, 9700.0, 9768.0, 9702.0, 9775.0, 9738.0, 9812.0, 9762.0, 9741.0, 9731.0, 9724.0, 9766.0, 9727.0, 9793.0, 9712.0, 9804.0, 9740.0, 9827.0, 9769.0, 9789.0, 9736.0, 9778.0, 9739.0, 9760.0, 9705.0, 9688.0, 9720.0, 9712.0, 9763.0, 9706.0, 9773.0, 9704.0, 9756.0, 9710.0, 9786.0, 9737.0, 9787.0, 9706.0, 9770.0, 9722.0, 9784.0, 9762.0, 9787.0, 9746.0, 9728.0, 9744.0, 9715.0, 9787.0, 9746.0, 9828.0, 9731.0, 9826.0, 9746.0, 9827.0, 9759.0, 9823.0, 9761.0, 9745.0, 9754.0, 9727.0, 9765.0, 9730.0, 9807.0, 9805.0, 9854.0, 9801.0, 9739.0, 9740.0, 9727.0, 9766.0, 9727.0, 9778.0, 9744.0, 9812.0, 9790.0, 9830.0, 9757.0, 9738.0, 9743.0, 9724.0, 9767.0, 9722.0, 9811.0, 9735.0, 9791.0, 9724.0, 9789.0, 9756.0, 9810.0, 9769.0, 9769.0, 9716.0, 9743.0, 9735.0, 9744.0, 9746.0, 9688.0, 9731.0, 9713.0, 9758.0, 9705.0, 9785.0, 9706.0, 9769.0, 9703.0, 9755.0, 9731.0, 9780.0, 9736.0, 9786.0, 9706.0, 9781.0, 9720.0, 9806.0, 9735.0, 9784.0, 9716.0, 9741.0, 9722.0, 9762.0, 9723.0, 9706.0, 9727.0, 9695.0, 9738.0, 9744.0, 9760.0, 9730.0, 9729.0, 9715.0, 9762.0, 9765.0, 9806.0, 9732.0, 9783.0, 9729.0, 9789.0, 9779.0, 9829.0, 9755.0, 9809.0, 9769.0, 9731.0, 9819.0, 9745.0, 9817.0, 9786.0, 9824.0, 9740.0, 9806.0, 9756.0, 9804.0, 9766.0, 9728.0, 9716.0, 9716.0, 9761.0, 9769.0, 9775.0, 9681.0, 9711.0, 9688.0, 9739.0, 9699.0, 9758.0, 9685.0, 9716.0, 9706.0, 9757.0, 9693.0, 9758.0, 9692.0, 9762.0, 9728.0, 9786.0, 9719.0, 9787.0, 9740.0, 9759.0, 9736.0, 9758.0, 9710.0, 9767.0, 9756.0, 9798.0, 9746.0, 9781.0, 9736.0, 9798.0, 9798.0, 9827.0, 9764.0, 9815.0, 9777.0, 9826.0, 9785.0, 9748.0, 9738.0, 9723.0, 9801.0, 9751.0, 9807.0, 9707.0, 9790.0, 9740.0, 9808.0, 9785.0, 9784.0, 9717.0, 9746.0, 9752.0, 9745.0, 9758.0, 9702.0, 9758.0, 9709.0, 9804.0, 9751.0, 9787.0, 9716.0, 9804.0, 9751.0, 9800.0, 9760.0, 9759.0, 9718.0, 9750.0, 9736.0, 9703.0, 9759.0, 9703.0, 9719.0, 9705.0, 9757.0, 9712.0, 9803.0, 9709.0, 9772.0, 9722.0, 9786.0, 9750.0, 9807.0, 9751.0, 9776.0, 9733.0, 9710.0, 9751.0, 9724.0, 9779.0, 9729.0, 9807.0, 9729.0, 9779.0, 9730.0, 9836.0, 9799.0, 9849.0, 9788.0, 9736.0, 9802.0, 9751.0, 9754.0, 9757.0, 9732.0, 9782.0, 9769.0, 9839.0, 9797.0, 9807.0, 9809.0, 9760.0, 9821.0, 9824.0, 9807.0, 9773.0, 9759.0, 9699.0, 9722.0, 9714.0, 9719.0, 9689.0, 9685.0, 9716.0, 9630.0, 9670.0, 9633.0, 9666.0, 9631.0, 9682.0, 9647.0, 9700.0, 9668.0, 9719.0, 9683.0, 9678.0, 9671.0, 9656.0, 9690.0, 9659.0, 9680.0, 9664.0, 9707.0, 9686.0, 9726.0, 9703.0, 9727.0, 9704.0, 9756.0, 9723.0, 9772.0, 9742.0, 9751.0, 9741.0, 9712.0, 9738.0, 9715.0, 9771.0, 9762.0, 9799.0, 9793.0, 9782.0, 9745.0, 9755.0, 9759.0, 9769.0, 9805.0, 9756.0, 9813.0, 9725.0, 9792.0, 9710.0, 9778.0, 9755.0, 9806.0, 9767.0, 9721.0, 9721.0, 9707.0, 9764.0, 9732.0, 9812.0, 9754.0, 9804.0, 9708.0, 9789.0, 9751.0, 9777.0, 9752.0, 9705.0, 9732.0, 9694.0, 9763.0, 9712.0, 9778.0, 9769.0, 9810.0, 9725.0, 9776.0, 9723.0, 9781.0, 9783.0, 9734.0, 9776.0, 9691.0, 9761.0, 9705.0, 9755.0, 9706.0, 9771.0, 9753.0, 9789.0, 9721.0, 9761.0, 9736.0, 9780.0, 9752.0, 9740.0, 9779.0, 9694.0, 9757.0, 9711.0, 9779.0, 9752.0, 9804.0, 9734.0, 9787.0, 9721.0, 9780.0, 9750.0, 9736.0, 9762.0, 9693.0, 9758.0, 9712.0, 9788.0, 9789.0, 9791.0, 9709.0, 9745.0, 9723.0, 9755.0, 9780.0, 9748.0, 9797.0, 9712.0, 9773.0, 9723.0, 9788.0, 9770.0, 9749.0, 9707.0, 9705.0, 9740.0, 9744.0, 9796.0, 9738.0, 9779.0, 9710.0, 9775.0, 9731.0, 9800.0, 9747.0, 9817.0, 9759.0, 9812.0, 9760.0, 9781.0, 9745.0, 9797.0, 9731.0, 9797.0, 9780.0, 9762.0, 9733.0, 9728.0, 9731.0, 9773.0, 9772.0, 9744.0, 9780.0, 9697.0, 9763.0, 9713.0, 9795.0, 9782.0, 9804.0, 9749.0, 9771.0, 9717.0, 9760.0, 9776.0, 9731.0, 9791.0, 9677.0, 9737.0, 9689.0, 9772.0, 9759.0, 9784.0, 9745.0, 9780.0, 9698.0, 9748.0, 9710.0, 9786.0, 9740.0, 9754.0, 9698.0, 9671.0, 9714.0, 9688.0, 9756.0, 9708.0, 9788.0, 9730.0, 9768.0, 9702.0, 9758.0, 9718.0, 9770.0, 9750.0, 9743.0, 9714.0, 9674.0, 9716.0, 9687.0, 9756.0, 9719.0, 9789.0, 9715.0, 9771.0, 9702.0, 9753.0, 9717.0, 9772.0, 9748.0, 9776.0, 9752.0, 9696.0, 9719.0, 9695.0, 9767.0, 9759.0, 9815.0, 9789.0, 9828.0, 9732.0, 9793.0, 9728.0, 9793.0, 9770.0, 9800.0, 9758.0, 9716.0, 9746.0, 9734.0, 9775.0, 9775.0, 9825.0, 9719.0, 9784.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.001207443267776097</td></tr>
<tr><td colspan=3>aqi</td><td>0.030582064145234494</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.63534083000756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1850588614004554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9908629181831958</td></tr>
<tr><td colspan=3>efc</td><td>0.4698</td></tr>
<tr><td colspan=3>fber</td><td>6699.4307</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09272565259230169</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.16036308623298</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4676854677941904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.390642852093542</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7105024808311304</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3019110704578987</td></tr>
<tr><td colspan=3>gcor</td><td>0.0120306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01885935850441456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02536097541451454</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.937195356435421</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>37.5859</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5095</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.0674</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.2888</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4027</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.5541</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3622.4708</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.9734</td></tr>
<tr><td colspan=3>tsnr</td><td>35.39338889438659</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>