<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0056_ses-03_task-alignvideo_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-0056_ses-03_task-alignvideo_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-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_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-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_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-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0056_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-alignvideo_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-0056/figures/sub-0056_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-alignvideo_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-0056/ses-03/func/sub-0056_ses-03_task-alignvideo_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>2258a9a0cc91c75ef638f9b58a362101</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:14.815000</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.997801, 0.0620205, -0.0233762, -0.060329, 0.995914, 0.0671963]</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-alignvideo_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.0843908</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4153, -7760, -7298, 809, -17, -348, 72, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>73aeb5c1-fdae-46bc-bfb8-0b6f1ec02567||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.677027463912964, -0.16185830533504486, -0.07411027699708939, 119.85173034667969], [-0.1663965880870819, 2.6719648838043213, 0.17722347378730774, -94.32347106933594], [-0.06271665543317795, -0.18028287589550018, 2.693157911300659, -68.27429962158203], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['194514.815000', '194515.275000', '194515.735000', '194516.195000', '194516.655000', '194517.115000', '194517.575000', '194518.035000', '194518.495000', '194518.955000', '194519.415000', '194519.875000', '194520.335000', '194520.795000', '194521.255000', '194521.715000', '194522.175000', '194522.635000', '194523.095000', '194523.555000', '194524.015000', '194524.475000', '194524.935000', '194525.395000', '194525.855000', '194526.315000', '194526.775000', '194527.235000', '194527.695000', '194528.155000', '194528.615000', '194529.075000', '194529.535000', '194529.995000', '194530.455000', '194530.915000', '194531.375000', '194531.835000', '194532.295000', '194532.755000', '194533.215000', '194533.675000', '194534.135000', '194534.595000', '194535.055000', '194535.515000', '194535.975000', '194536.435000', '194536.895000', '194537.355000', '194537.815000', '194538.275000', '194538.735000', '194539.195000', '194539.655000', '194540.115000', '194540.575000', '194541.035000', '194541.495000', '194541.955000', '194542.415000', '194542.875000', '194543.335000', '194543.795000', '194544.255000', '194544.715000', '194545.175000', '194545.635000', '194546.095000', '194546.555000', '194547.015000', '194547.475000', '194547.935000', '194548.395000', '194548.855000', '194549.315000', '194549.775000', '194550.235000', '194550.695000', '194551.155000', '194551.615000', '194552.075000', '194552.535000', '194552.995000', '194553.455000', '194553.915000', '194554.375000', '194554.835000', '194555.295000', '194555.755000', '194556.215000', '194556.675000', '194557.135000', '194557.595000', '194558.055000', '194558.515000', '194558.975000', '194559.435000', '194559.895000', '194600.355000', '194600.815000', '194601.275000', '194601.735000', '194602.195000', '194602.655000', '194603.115000', '194603.575000', '194604.035000', '194604.495000', '194604.955000', '194605.415000', '194605.875000', '194606.335000', '194606.795000', '194607.255000', '194607.715000', '194608.175000', '194608.635000', '194609.095000', '194609.555000', '194610.015000', '194610.475000', '194610.935000', '194611.395000', '194611.855000', '194612.315000', '194612.775000', '194613.235000', '194613.695000', '194614.155000', '194614.615000', '194615.075000', '194615.535000', '194615.995000', '194616.455000', '194616.915000', '194617.375000', '194617.835000', '194618.295000', '194618.755000', '194619.215000', '194619.675000', '194620.135000', '194620.595000', '194621.055000', '194621.515000', '194621.975000', '194622.435000', '194622.895000', '194623.355000', '194623.815000', '194624.275000', '194624.735000', '194625.195000', '194625.655000', '194626.115000', '194626.575000', '194627.035000', '194627.495000', '194627.955000', '194628.415000', '194628.875000', '194629.335000', '194629.795000', '194630.255000', '194630.715000', '194631.175000', '194631.635000', '194632.095000', '194632.555000', '194633.015000', '194633.475000', '194633.935000', '194634.395000', '194634.855000', '194635.315000', '194635.775000', '194636.235000', '194636.695000', '194637.155000', '194637.615000', '194638.075000', '194638.535000', '194638.995000', '194639.455000', '194639.915000', '194640.375000', '194640.835000', '194641.295000', '194641.755000', '194642.215000', '194642.675000', '194643.135000', '194643.595000', '194644.055000', '194644.515000', '194644.975000', '194645.435000', '194645.895000', '194646.355000', '194646.815000', '194647.275000', '194647.735000', '194648.195000', '194648.655000', '194649.115000', '194649.575000', '194650.035000', '194650.495000', '194650.955000', '194651.415000', '194651.875000', '194652.335000', '194652.795000', '194653.255000', '194653.715000', '194654.175000', '194654.635000', '194655.095000', '194655.555000', '194656.015000', '194656.475000', '194656.935000', '194657.395000', '194657.855000', '194658.315000', '194658.775000', '194659.235000', '194659.695000', '194700.155000', '194700.615000', '194701.075000', '194701.535000', '194701.995000', '194702.455000', '194702.915000', '194703.375000', '194703.835000', '194704.295000', '194704.755000', '194705.215000', '194705.675000', '194706.135000', '194706.595000', '194707.055000', '194707.515000', '194707.975000', '194708.435000', '194708.895000', '194709.355000', '194709.815000', '194710.275000', '194710.735000', '194711.195000', '194711.655000', '194712.115000', '194712.575000', '194713.035000', '194713.495000', '194713.955000', '194714.415000', '194714.875000', '194715.335000', '194715.795000', '194716.255000', '194716.715000', '194717.175000', '194717.635000', '194718.095000', '194718.555000', '194719.015000', '194719.475000', '194719.935000', '194720.395000', '194720.855000', '194721.315000', '194721.775000', '194722.235000', '194722.695000', '194723.155000', '194723.615000', '194724.075000', '194724.535000', '194724.995000', '194725.455000', '194725.915000', '194726.375000', '194726.835000', '194727.295000', '194727.755000', '194728.215000', '194728.675000', '194729.135000', '194729.595000', '194730.055000', '194730.515000', '194730.975000', '194731.435000', '194731.895000', '194732.355000', '194732.815000', '194733.275000', '194733.735000', '194734.195000', '194734.655000', '194735.115000', '194735.575000', '194736.035000', '194736.495000', '194736.955000', '194737.415000', '194737.875000', '194738.335000', '194738.795000', '194739.255000', '194739.715000', '194740.175000', '194740.635000', '194741.095000', '194741.555000', '194742.015000', '194742.475000', '194742.935000', '194743.395000', '194743.855000', '194744.315000', '194744.775000', '194745.235000', '194745.695000', '194746.155000', '194746.615000', '194747.075000', '194747.535000', '194747.995000', '194748.455000', '194748.915000', '194749.375000', '194749.835000', '194750.295000', '194750.755000', '194751.215000', '194751.675000', '194752.135000', '194752.595000', '194753.055000', '194753.515000', '194753.975000', '194754.435000', '194754.895000', '194755.355000', '194755.815000', '194756.275000', '194756.735000', '194757.195000', '194757.655000', '194758.115000', '194758.575000', '194759.035000', '194759.495000', '194759.955000', '194800.415000', '194800.875000', '194801.335000', '194801.795000', '194802.255000', '194802.715000', '194803.175000', '194803.635000', '194804.095000', '194804.555000', '194805.015000', '194805.475000', '194805.935000', '194806.395000', '194806.855000', '194807.315000', '194807.775000', '194808.235000', '194808.695000', '194809.155000', '194809.615000', '194810.075000', '194810.535000', '194810.995000', '194811.455000', '194811.915000', '194812.375000', '194812.835000', '194813.295000', '194813.755000', '194814.215000', '194814.675000', '194815.135000', '194815.595000', '194816.055000', '194816.515000', '194816.975000', '194817.435000', '194817.895000', '194818.355000', '194818.815000', '194819.275000', '194819.735000', '194820.195000', '194820.655000', '194821.115000', '194821.575000', '194822.035000', '194822.495000', '194822.955000', '194823.415000', '194823.875000', '194824.335000', '194824.795000', '194825.255000', '194825.715000', '194826.175000', '194826.635000', '194827.095000', '194827.555000', '194828.015000', '194828.475000', '194828.935000', '194829.395000', '194829.855000', '194830.315000', '194830.775000', '194831.235000', '194831.695000', '194832.155000', '194832.615000', '194833.075000', '194833.535000', '194833.995000', '194834.455000', '194834.915000', '194835.375000', '194835.835000', '194836.295000', '194836.755000', '194837.215000', '194837.675000', '194838.135000', '194838.595000', '194839.055000', '194839.515000', '194839.975000', '194840.435000', '194840.895000', '194841.355000', '194841.815000', '194842.275000', '194842.735000', '194843.195000', '194843.655000', '194844.115000', '194844.575000', '194845.035000', '194845.495000', '194845.955000', '194846.415000', '194846.875000', '194847.335000', '194847.795000', '194848.255000', '194848.715000', '194849.175000', '194849.635000', '194850.095000', '194850.555000', '194851.015000', '194851.475000', '194851.935000', '194852.395000', '194852.855000', '194853.315000', '194853.775000', '194854.235000', '194854.695000', '194855.155000', '194855.615000', '194856.075000', '194856.535000', '194856.995000', '194857.455000', '194857.915000', '194858.375000', '194858.835000', '194859.295000', '194859.755000', '194900.215000', '194900.675000', '194901.135000', '194901.595000', '194902.055000', '194902.515000', '194902.975000', '194903.435000', '194903.895000', '194904.355000', '194904.815000', '194905.275000', '194905.735000', '194906.195000', '194906.655000', '194907.115000', '194907.575000', '194908.035000', '194908.495000', '194908.955000', '194909.415000', '194909.875000', '194910.335000', '194910.795000', '194911.255000', '194911.715000', '194912.175000', '194912.635000', '194913.095000', '194913.555000', '194914.015000', '194914.475000', '194914.935000', '194915.395000', '194915.855000', '194916.315000', '194916.775000', '194917.235000', '194917.695000', '194918.155000', '194918.615000', '194919.075000', '194919.535000', '194919.995000', '194920.455000', '194920.915000', '194921.375000', '194921.835000', '194922.295000', '194922.755000', '194923.215000', '194923.675000', '194924.135000', '194924.595000', '194925.055000', '194925.515000', '194925.975000', '194926.435000', '194926.895000', '194927.355000', '194927.815000', '194928.275000', '194928.735000', '194929.195000', '194929.655000', '194930.115000', '194930.575000', '194931.035000', '194931.495000', '194931.955000', '194932.415000', '194932.875000', '194933.335000', '194933.795000', '194934.255000', '194934.715000', '194935.175000', '194935.635000', '194936.095000', '194936.555000', '194937.015000', '194937.475000', '194937.935000', '194938.395000', '194938.855000', '194939.315000', '194939.775000', '194940.235000', '194940.695000', '194941.155000', '194941.615000', '194942.075000', '194942.535000', '194942.995000', '194943.455000', '194943.915000', '194944.375000', '194944.835000', '194945.295000', '194945.755000', '194946.215000', '194946.675000', '194947.135000', '194947.595000', '194948.055000', '194948.515000', '194948.975000', '194949.435000', '194949.895000', '194950.355000', '194950.815000', '194951.275000', '194951.735000', '194952.195000', '194952.655000', '194953.115000', '194953.575000', '194954.035000', '194954.495000', '194954.955000', '194955.415000', '194955.875000', '194956.335000', '194956.795000', '194957.255000', '194957.715000', '194958.175000', '194958.635000', '194959.095000', '194959.555000', '195000.015000', '195000.475000', '195000.935000', '195001.395000', '195001.855000', '195002.315000', '195002.775000', '195003.235000', '195003.695000', '195004.155000', '195004.615000', '195005.075000', '195005.535000', '195005.995000', '195006.455000', '195006.915000', '195007.375000', '195007.835000', '195008.295000', '195008.755000', '195009.215000', '195009.675000', '195010.135000', '195010.595000', '195011.055000', '195011.515000', '195011.975000', '195012.435000', '195012.895000', '195013.355000', '195013.815000', '195014.275000', '195014.735000', '195015.195000', '195015.655000', '195016.115000', '195016.575000', '195017.035000', '195017.495000', '195017.955000', '195018.415000', '195018.875000', '195019.335000', '195019.795000', '195020.255000', '195020.715000', '195021.175000', '195021.635000', '195022.095000', '195022.555000', '195023.015000', '195023.475000', '195023.935000', '195024.395000', '195024.855000', '195025.315000', '195025.775000', '195026.235000', '195026.695000', '195027.155000', '195027.615000', '195028.075000', '195028.535000', '195028.995000', '195029.455000', '195029.915000', '195030.375000', '195030.835000', '195031.295000', '195031.755000', '195032.215000', '195032.675000', '195033.135000', '195033.595000', '195034.055000', '195034.515000', '195034.975000', '195035.435000', '195035.895000', '195036.355000', '195036.815000', '195037.275000', '195037.735000', '195038.195000', '195038.655000', '195039.115000', '195039.575000', '195040.035000', '195040.495000', '195040.955000', '195041.415000', '195041.875000', '195042.335000', '195042.795000', '195043.255000', '195043.715000', '195044.175000', '195044.635000', '195045.095000', '195045.555000', '195046.015000', '195046.475000', '195046.935000', '195047.395000', '195047.855000', '195048.315000', '195048.775000', '195049.235000', '195049.695000', '195050.155000', '195050.615000', '195051.075000', '195051.535000', '195051.995000', '195052.455000', '195052.915000', '195053.375000', '195053.835000', '195054.295000', '195054.755000', '195055.215000', '195055.675000', '195056.135000', '195056.595000', '195057.055000', '195057.515000', '195057.975000', '195058.435000', '195058.895000', '195059.355000', '195059.815000', '195100.275000', '195100.735000', '195101.195000', '195101.655000', '195102.115000', '195102.575000', '195103.035000', '195103.495000', '195103.955000', '195104.415000', '195104.875000', '195105.335000', '195105.795000', '195106.255000', '195106.715000', '195107.175000', '195107.635000', '195108.095000', '195108.555000', '195109.015000', '195109.475000', '195109.935000', '195110.395000', '195110.855000', '195111.315000', '195111.775000', '195112.235000', '195112.695000', '195113.155000', '195113.615000', '195114.075000', '195114.535000', '195114.995000', '195115.455000', '195115.915000', '195116.375000', '195116.835000', '195117.295000', '195117.755000', '195118.215000', '195118.675000', '195119.135000', '195119.595000', '195120.055000', '195120.515000', '195120.975000', '195121.435000', '195121.895000', '195122.355000', '195122.815000', '195123.275000', '195123.735000', '195124.195000', '195124.655000', '195125.115000', '195125.575000', '195126.035000', '195126.495000', '195126.955000', '195127.415000', '195127.875000', '195128.335000', '195128.795000', '195129.255000', '195129.715000', '195130.175000', '195130.635000', '195131.095000', '195131.555000', '195132.015000', '195132.475000', '195132.935000', '195133.395000', '195133.855000', '195134.315000', '195134.775000', '195135.235000', '195135.695000', '195136.155000', '195136.615000', '195137.075000', '195137.535000', '195137.995000', '195138.455000', '195138.915000', '195139.375000', '195139.835000', '195140.295000', '195140.755000', '195141.215000', '195141.675000', '195142.135000', '195142.595000', '195143.055000', '195143.515000', '195143.975000', '195144.435000', '195144.895000', '195145.355000', '195145.815000', '195146.275000', '195146.735000', '195147.195000', '195147.655000', '195148.115000', '195148.575000', '195149.035000', '195149.495000', '195149.955000', '195150.415000', '195150.875000', '195151.335000', '195151.795000', '195152.255000', '195152.715000', '195153.175000', '195153.635000', '195154.095000', '195154.555000', '195155.015000', '195155.475000', '195155.935000', '195156.395000', '195156.855000', '195157.315000', '195157.775000', '195158.235000', '195158.695000', '195159.155000', '195159.615000', '195200.075000', '195200.535000', '195200.995000', '195201.455000', '195201.915000', '195202.375000', '195202.835000', '195203.295000', '195203.755000', '195204.215000', '195204.675000', '195205.135000', '195205.595000', '195206.055000', '195206.515000', '195206.975000', '195207.435000', '195207.895000', '195208.355000', '195208.815000', '195209.275000', '195209.735000', '195210.195000', '195210.655000', '195211.115000', '195211.575000', '195212.035000', '195212.495000', '195212.955000', '195213.415000', '195213.875000', '195214.335000', '195214.795000', '195215.255000', '195215.715000', '195216.175000', '195216.635000', '195217.095000', '195217.555000', '195218.015000', '195218.475000', '195218.935000', '195219.395000', '195219.855000', '195220.315000', '195220.775000', '195221.235000', '195221.695000', '195222.155000', '195222.615000', '195223.075000', '195223.535000', '195223.995000', '195224.455000', '195224.915000', '195225.375000', '195225.835000', '195226.295000', '195226.755000', '195227.215000', '195227.675000', '195228.135000', '195228.595000', '195229.055000', '195229.515000', '195229.975000', '195230.435000', '195230.895000', '195231.355000', '195231.815000', '195232.275000', '195232.735000', '195233.195000', '195233.655000', '195234.115000', '195234.575000', '195235.035000', '195235.495000', '195235.955000', '195236.415000', '195236.875000', '195237.335000', '195237.795000', '195238.255000', '195238.715000', '195239.175000', '195239.635000', '195240.095000', '195240.555000', '195241.015000', '195241.475000', '195241.935000', '195242.395000', '195242.855000', '195243.315000', '195243.775000', '195244.235000', '195244.695000', '195245.155000', '195245.615000', '195246.075000', '195246.535000', '195246.995000', '195247.455000', '195247.915000', '195248.375000', '195248.835000', '195249.295000', '195249.755000', '195250.215000', '195250.675000', '195251.135000', '195251.595000', '195252.055000', '195252.515000', '195252.975000', '195253.435000', '195253.895000', '195254.355000', '195254.815000', '195255.275000', '195255.735000', '195256.195000', '195256.655000', '195257.115000', '195257.575000', '195258.035000', '195258.495000', '195258.955000', '195259.415000', '195259.875000', '195300.335000', '195300.795000', '195301.255000', '195301.715000', '195302.175000', '195302.635000', '195303.095000', '195303.555000', '195304.015000', '195304.475000', '195304.935000', '195305.395000', '195305.855000', '195306.315000', '195306.775000', '195307.235000', '195307.695000', '195308.155000', '195308.615000', '195309.075000', '195309.535000', '195309.995000', '195310.455000', '195310.915000', '195311.375000', '195311.835000', '195312.295000', '195312.755000', '195313.215000', '195313.675000', '195314.135000', '195314.595000', '195315.055000', '195315.515000', '195315.975000', '195316.435000', '195316.895000', '195317.355000', '195317.815000', '195318.275000', '195318.735000', '195319.195000', '195319.655000', '195320.115000', '195320.575000', '195321.035000', '195321.495000', '195321.955000', '195322.415000', '195322.875000', '195323.335000', '195323.795000', '195324.255000', '195324.715000', '195325.175000', '195325.635000', '195326.095000', '195326.555000', '195327.015000', '195327.475000', '195327.935000', '195328.395000', '195328.855000', '195329.315000', '195329.775000', '195330.235000', '195330.695000', '195331.155000', '195331.615000', '195332.075000', '195332.535000', '195332.995000', '195333.455000', '195333.915000', '195334.375000', '195334.835000', '195335.295000', '195335.755000', '195336.215000', '195336.675000', '195337.135000', '195337.595000', '195338.055000', '195338.515000', '195338.975000', '195339.435000', '195339.895000', '195340.355000', '195340.815000', '195341.275000', '195341.735000', '195342.195000', '195342.655000', '195343.115000', '195343.575000', '195344.035000', '195344.495000', '195344.955000', '195345.415000', '195345.875000', '195346.335000', '195346.795000', '195347.255000', '195347.715000', '195348.175000', '195348.635000', '195349.095000', '195349.555000', '195350.015000', '195350.475000', '195350.935000', '195351.395000', '195351.855000', '195352.315000', '195352.775000', '195353.235000', '195353.695000', '195354.155000', '195354.615000', '195355.075000', '195355.535000', '195355.995000', '195356.455000', '195356.915000', '195357.375000', '195357.835000', '195358.295000', '195358.755000', '195359.215000', '195359.675000', '195400.135000', '195400.595000', '195401.055000', '195401.515000', '195401.975000', '195402.435000', '195402.895000', '195403.355000', '195403.815000', '195404.275000', '195404.735000', '195405.195000', '195405.655000', '195406.115000', '195406.575000', '195407.035000', '195407.495000', '195407.955000', '195408.415000', '195408.875000', '195409.335000', '195409.795000', '195410.255000', '195410.715000', '195411.175000', '195411.635000', '195412.095000', '195412.555000', '195413.015000', '195413.475000', '195413.935000', '195414.395000', '195414.855000', '195415.315000', '195415.775000', '195416.235000', '195416.695000', '195417.155000', '195417.615000', '195418.075000', '195418.535000', '195418.995000', '195419.455000', '195419.915000', '195420.375000', '195420.835000', '195421.295000', '195421.755000', '195422.215000', '195422.675000', '195423.135000', '195423.595000', '195424.055000', '195424.515000', '195424.975000', '195425.435000', '195425.895000', '195426.355000', '195426.815000', '195427.275000', '195427.735000', '195428.195000', '195428.655000', '195429.115000', '195429.575000', '195430.035000', '195430.495000', '195430.955000', '195431.415000', '195431.875000', '195432.335000', '195432.795000', '195433.255000', '195433.715000', '195434.175000', '195434.635000', '195435.095000', '195435.555000', '195436.015000', '195436.475000', '195436.935000', '195437.395000', '195437.855000', '195438.315000', '195438.775000', '195439.235000', '195439.695000', '195440.155000', '195440.615000', '195441.075000', '195441.535000', '195441.995000', '195442.455000', '195442.915000', '195443.375000', '195443.835000', '195444.295000', '195444.755000', '195445.215000', '195445.675000', '195446.135000', '195446.595000', '195447.055000', '195447.515000', '195447.975000', '195448.435000', '195448.895000', '195449.355000', '195449.815000', '195450.275000', '195450.735000', '195451.195000', '195451.655000', '195452.115000', '195452.575000', '195453.035000', '195453.495000', '195453.955000', '195454.415000', '195454.875000', '195455.335000', '195455.795000', '195456.255000', '195456.715000', '195457.175000', '195457.635000', '195458.095000', '195458.555000', '195459.015000', '195459.475000', '195459.935000', '195500.395000', '195500.855000', '195501.315000', '195501.775000', '195502.235000', '195502.695000', '195503.155000', '195503.615000', '195504.075000', '195504.535000', '195504.995000', '195505.455000', '195505.915000', '195506.375000', '195506.835000', '195507.295000', '195507.755000', '195508.215000', '195508.675000', '195509.135000', '195509.595000', '195510.055000', '195510.515000', '195510.975000', '195511.435000', '195511.895000', '195512.355000', '195512.815000', '195513.275000', '195513.735000', '195514.195000', '195514.655000', '195515.115000', '195515.575000', '195516.035000', '195516.495000', '195516.955000', '195517.415000', '195517.875000', '195518.335000', '195518.795000', '195519.255000', '195519.715000', '195520.175000', '195520.635000', '195521.095000', '195521.555000', '195522.015000', '195522.475000', '195522.935000', '195523.395000', '195523.855000', '195524.315000', '195524.775000', '195525.235000', '195525.695000', '195526.155000', '195526.615000', '195527.075000', '195527.535000', '195527.995000', '195528.455000'], 'ContentTime': ['194536.899000', '194536.902000', '194536.905000', '194536.908000', '194536.911000', '194536.913000', '194536.916000', '194536.918000', '194536.921000', '194536.924000', '194536.926000', '194536.929000', '194536.931000', '194536.934000', '194536.937000', '194536.940000', '194536.942000', '194536.945000', '194536.947000', '194536.950000', '194536.953000', '194536.955000', '194536.958000', '194536.960000', '194536.963000', '194536.965000', '194536.968000', '194536.971000', '194536.973000', '194536.976000', '194536.979000', '194536.981000', '194536.984000', '194536.986000', '194536.989000', '194536.992000', '194536.994000', '194536.997000', '194537.001000', '194537.003000', '194537.006000', '194537.008000', '194537.011000', '194537.014000', '194537.016000', '194537.019000', '194556.862000', '194556.865000', '194556.868000', '194556.871000', '194556.873000', '194556.876000', '194556.878000', '194556.881000', '194556.884000', '194556.886000', '194556.889000', '194556.892000', '194556.894000', '194556.897000', '194556.900000', '194556.903000', '194556.905000', '194556.908000', '194556.910000', '194556.913000', '194556.916000', '194556.918000', '194556.921000', '194556.924000', '194556.930000', '194556.933000', '194556.936000', '194556.939000', '194556.942000', '194556.944000', '194556.947000', '194556.949000', '194556.952000', '194556.955000', '194556.957000', '194556.960000', '194556.963000', '194556.965000', '194556.981000', '194556.984000', '194556.987000', '194556.989000', '194556.992000', '194616.862000', '194616.865000', '194616.868000', '194616.871000', '194616.873000', '194616.876000', '194616.878000', '194616.881000', '194616.884000', '194616.887000', '194616.889000', '194616.892000', '194616.894000', '194616.897000', '194616.900000', '194616.902000', '194616.905000', '194616.908000', '194616.910000', '194616.913000', '194616.915000', '194616.918000', '194616.921000', '194616.923000', '194616.926000', '194616.929000', '194616.931000', '194616.934000', '194616.937000', '194616.939000', '194616.942000', '194616.944000', '194616.947000', '194616.950000', '194616.952000', '194616.955000', '194616.958000', '194616.960000', '194616.963000', '194616.966000', '194616.968000', '194616.971000', '194616.973000', '194616.976000', '194636.862000', '194636.865000', '194636.868000', '194636.871000', '194636.873000', '194636.876000', '194636.879000', '194636.881000', '194636.884000', '194636.892000', '194636.894000', '194636.897000', '194636.900000', '194636.902000', '194636.905000', '194636.916000', '194636.918000', '194636.921000', '194636.924000', '194636.926000', '194636.929000', '194636.932000', '194636.935000', '194636.937000', '194636.940000', '194636.942000', '194636.945000', '194636.948000', '194636.950000', '194636.953000', '194636.956000', '194636.959000', '194636.961000', '194636.964000', '194636.966000', '194636.969000', '194636.972000', '194636.974000', '194636.977000', '194636.980000', '194636.982000', '194636.985000', '194636.987000', '194656.862000', '194656.865000', '194656.868000', '194656.871000', '194656.873000', '194656.876000', '194656.878000', '194656.881000', '194656.884000', '194656.886000', '194656.889000', '194656.891000', '194656.894000', '194656.897000', '194656.899000', '194656.902000', '194656.905000', '194656.907000', '194656.910000', '194656.912000', '194656.915000', '194656.918000', '194656.920000', '194656.923000', '194656.926000', '194656.928000', '194656.931000', '194656.933000', '194656.936000', '194656.939000', '194656.941000', '194656.944000', '194656.947000', '194656.949000', '194656.952000', '194656.955000', '194656.957000', '194656.964000', '194656.967000', '194656.970000', '194656.972000', '194656.975000', '194656.978000', '194656.980000', '194716.862000', '194716.865000', '194716.868000', '194716.870000', '194716.873000', '194716.876000', '194716.878000', '194716.881000', '194716.884000', '194716.887000', '194716.889000', '194716.892000', '194716.894000', '194716.897000', '194716.900000', '194716.902000', '194716.905000', '194716.908000', '194716.910000', '194716.913000', '194716.916000', '194716.918000', '194716.921000', '194716.923000', '194716.926000', '194716.929000', '194716.931000', '194716.934000', '194716.937000', '194716.939000', '194716.942000', '194716.945000', '194716.947000', '194716.950000', '194716.953000', '194716.956000', '194716.958000', '194716.961000', '194716.964000', '194716.966000', '194716.969000', '194716.971000', '194716.975000', '194736.863000', '194736.865000', '194736.868000', '194736.871000', '194736.873000', '194736.876000', '194736.879000', '194736.881000', '194736.884000', '194736.887000', '194736.889000', '194736.892000', '194736.895000', '194736.897000', '194736.900000', '194736.903000', '194736.905000', '194736.908000', '194736.911000', '194736.913000', '194736.916000', '194736.919000', '194736.921000', '194736.924000', '194736.926000', '194736.929000', '194736.932000', '194736.934000', '194736.937000', '194736.940000', '194736.942000', '194736.945000', '194736.948000', '194736.950000', '194736.961000', '194736.964000', '194736.966000', '194736.969000', '194736.971000', '194736.974000', '194736.977000', '194736.980000', '194736.982000', '194736.985000', '194756.862000', '194756.865000', '194756.868000', '194756.871000', '194756.874000', '194756.876000', '194756.879000', '194756.881000', '194756.884000', '194756.887000', '194756.889000', '194756.892000', '194756.895000', '194756.897000', '194756.900000', '194756.903000', '194756.905000', '194756.908000', '194756.911000', '194756.913000', '194756.916000', '194756.919000', '194756.921000', '194756.924000', '194756.927000', '194756.929000', '194756.932000', '194756.934000', '194756.937000', '194756.940000', '194756.942000', '194756.945000', '194756.948000', '194756.957000', '194756.960000', '194756.963000', '194756.965000', '194756.968000', '194756.971000', '194756.974000', '194756.976000', '194756.979000', '194756.981000', '194816.863000', '194816.866000', '194816.868000', '194816.871000', '194816.874000', '194816.877000', '194816.879000', '194816.882000', '194816.885000', '194816.888000', '194816.890000', '194816.893000', '194816.896000', '194816.898000', '194816.901000', '194816.903000', '194816.906000', '194816.909000', '194816.912000', '194816.914000', '194816.917000', '194816.919000', '194816.922000', '194816.925000', '194816.928000', '194816.930000', '194816.933000', '194816.935000', '194816.938000', '194816.941000', '194816.943000', '194816.946000', '194816.949000', '194816.951000', '194816.954000', '194816.957000', '194816.959000', '194816.962000', '194816.965000', '194816.968000', '194816.970000', '194816.973000', '194816.975000', '194816.978000', '194836.862000', '194836.865000', '194836.868000', '194836.871000', '194836.874000', '194836.876000', '194836.879000', '194836.882000', '194836.884000', '194836.887000', '194836.890000', '194836.892000', '194836.895000', '194836.897000', '194836.900000', '194836.903000', '194836.906000', '194836.908000', '194836.911000', '194836.914000', '194836.916000', '194836.919000', '194836.921000', '194836.924000', '194836.927000', '194836.929000', '194836.932000', '194836.934000', '194836.937000', '194836.940000', '194836.942000', '194836.945000', '194836.948000', '194836.950000', '194836.953000', '194836.956000', '194836.958000', '194836.961000', '194836.963000', '194836.966000', '194836.969000', '194836.971000', '194836.974000', '194856.863000', '194856.865000', '194856.868000', '194856.871000', '194856.873000', '194856.876000', '194856.879000', '194856.881000', '194856.884000', '194856.887000', '194856.889000', '194856.892000', '194856.894000', '194856.897000', '194856.900000', '194856.903000', '194856.905000', '194856.908000', '194856.911000', '194856.913000', '194856.916000', '194856.919000', '194856.921000', '194856.924000', '194856.927000', '194856.929000', '194856.932000', '194856.935000', '194856.937000', '194856.940000', '194856.942000', '194856.945000', '194856.948000', '194856.950000', '194856.953000', '194856.956000', '194856.958000', '194856.961000', '194856.964000', '194856.966000', '194856.969000', '194856.971000', '194856.974000', '194856.977000', '194916.863000', '194916.866000', '194916.868000', '194916.871000', '194916.874000', '194916.876000', '194916.879000', '194916.882000', '194916.884000', '194916.887000', '194916.890000', '194916.892000', '194916.895000', '194916.898000', '194916.900000', '194916.929000', '194916.932000', '194916.935000', '194916.937000', '194916.940000', '194916.943000', '194916.945000', '194916.948000', '194916.951000', '194916.953000', '194916.956000', '194916.959000', '194916.961000', '194916.964000', '194916.967000', '194916.970000', '194916.972000', '194916.975000', '194916.978000', '194916.980000', '194916.983000', '194916.985000', '194916.988000', '194916.991000', '194916.993000', '194916.996000', '194917.000000', '194917.002000', '194936.862000', '194936.865000', '194936.868000', '194936.871000', '194936.874000', '194936.876000', '194936.879000', '194936.882000', '194936.884000', '194936.887000', '194936.889000', '194936.892000', '194936.895000', '194936.898000', '194936.901000', '194936.904000', '194936.906000', '194936.909000', '194936.912000', '194936.914000', '194936.917000', '194936.920000', '194936.922000', '194936.925000', '194936.928000', '194936.930000', '194936.933000', '194936.936000', '194936.938000', '194936.941000', '194936.944000', '194936.946000', '194936.949000', '194936.952000', '194936.954000', '194936.957000', '194936.960000', '194936.962000', '194936.965000', '194936.968000', '194936.970000', '194936.973000', '194936.976000', '194956.863000', '194956.866000', '194956.868000', '194956.871000', '194956.873000', '194956.876000', '194956.879000', '194956.882000', '194956.884000', '194956.887000', '194956.890000', '194956.892000', '194956.895000', '194956.898000', '194956.900000', '194956.903000', '194956.906000', '194956.908000', '194956.911000', '194956.914000', '194956.916000', '194956.919000', '194956.921000', '194956.924000', '194956.927000', '194956.929000', '194956.932000', '194956.935000', '194956.937000', '194956.940000', '194956.943000', '194956.945000', '194956.948000', '194956.951000', '194956.953000', '194956.956000', '194956.959000', '194956.961000', '194956.964000', '194956.967000', '194956.969000', '194956.972000', '194956.975000', '194956.978000', '195016.863000', '195016.866000', '195016.868000', '195016.871000', '195016.874000', '195016.877000', '195016.879000', '195016.882000', '195016.884000', '195016.887000', '195016.890000', '195016.892000', '195016.895000', '195016.898000', '195016.900000', '195016.903000', '195016.906000', '195016.908000', '195016.911000', '195016.913000', '195016.916000', '195016.919000', '195016.921000', '195016.924000', '195016.927000', '195016.929000', '195016.932000', '195016.935000', '195016.937000', '195016.940000', '195016.943000', '195016.945000', '195016.948000', '195016.950000', '195016.953000', '195016.956000', '195016.958000', '195016.961000', '195016.964000', '195016.966000', '195016.969000', '195016.972000', '195016.975000', '195016.977000', '195036.863000', '195036.865000', '195036.868000', '195036.871000', '195036.874000', '195036.876000', '195036.879000', '195036.882000', '195036.884000', '195036.887000', '195036.889000', '195036.892000', '195036.895000', '195036.898000', '195036.900000', '195036.904000', '195036.906000', '195036.909000', '195036.912000', '195036.914000', '195036.917000', '195036.920000', '195036.922000', '195036.925000', '195036.928000', '195036.959000', '195036.962000', '195036.965000', '195036.968000', '195036.970000', '195036.973000', '195036.976000', '195036.978000', '195036.981000', '195036.983000', '195036.986000', '195036.989000', '195036.991000', '195036.994000', '195036.997000', '195037.001000', '195037.003000', '195037.006000', '195056.863000', '195056.865000', '195056.868000', '195056.871000', '195056.874000', '195056.876000', '195056.879000', '195056.881000', '195056.884000', '195056.887000', '195056.890000', '195056.892000', '195056.895000', '195056.898000', '195056.901000', '195056.903000', '195056.906000', '195056.909000', '195056.912000', '195056.914000', '195056.917000', '195056.920000', '195056.922000', '195056.925000', '195056.928000', '195056.931000', '195056.933000', '195056.936000', '195056.938000', '195056.941000', '195056.944000', '195056.946000', '195056.949000', '195056.951000', '195056.954000', '195056.957000', '195056.959000', '195056.962000', '195056.965000', '195056.967000', '195056.970000', '195056.973000', '195056.975000', '195056.978000', '195116.863000', '195116.865000', '195116.868000', '195116.871000', '195116.873000', '195116.876000', '195116.879000', '195116.881000', '195116.884000', '195116.887000', '195116.890000', '195116.892000', '195116.895000', '195116.897000', '195116.900000', '195116.903000', '195116.905000', '195116.908000', '195116.911000', '195116.913000', '195116.916000', '195116.918000', '195116.922000', '195116.924000', '195116.927000', '195116.930000', '195116.932000', '195116.935000', '195116.938000', '195116.940000', '195116.943000', '195116.945000', '195116.948000', '195116.951000', '195116.953000', '195116.956000', '195116.959000', '195116.961000', '195116.964000', '195116.967000', '195116.969000', '195116.972000', '195116.975000', '195136.863000', '195136.865000', '195136.868000', '195136.871000', '195136.873000', '195136.876000', '195136.879000', '195136.881000', '195136.884000', '195136.887000', '195136.889000', '195136.892000', '195136.895000', '195136.897000', '195136.900000', '195136.903000', '195136.905000', '195136.908000', '195136.910000', '195136.913000', '195136.916000', '195136.919000', '195136.921000', '195136.924000', '195136.927000', '195136.929000', '195136.932000', '195136.935000', '195136.937000', '195136.940000', '195136.942000', '195136.945000', '195136.948000', '195136.950000', '195136.953000', '195136.956000', '195136.958000', '195136.961000', '195136.963000', '195136.966000', '195136.969000', '195136.971000', '195136.974000', '195136.977000', '195156.862000', '195156.866000', '195156.868000', '195156.871000', '195156.874000', '195156.876000', '195156.879000', '195156.882000', '195156.884000', '195156.887000', '195156.890000', '195156.892000', '195156.895000', '195156.898000', '195156.901000', '195156.903000', '195156.906000', '195156.909000', '195156.911000', '195156.914000', '195156.917000', '195156.919000', '195156.922000', '195156.925000', '195156.927000', '195156.930000', '195156.933000', '195156.935000', '195156.938000', '195156.941000', '195156.943000', '195156.946000', '195156.948000', '195156.951000', '195156.954000', '195156.956000', '195156.980000', '195156.996000', '195156.998000', '195157.002000', '195157.005000', '195157.008000', '195157.010000', '195216.863000', '195216.865000', '195216.868000', '195216.871000', '195216.874000', '195216.877000', '195216.880000', '195216.882000', '195216.885000', '195216.888000', '195216.891000', '195216.895000', '195216.897000', '195216.900000', '195216.903000', '195216.905000', '195216.908000', '195216.910000', '195216.913000', '195216.916000', '195216.918000', '195216.921000', '195216.924000', '195216.926000', '195216.929000', '195216.932000', '195216.934000', '195216.937000', '195216.940000', '195216.942000', '195216.945000', '195216.948000', '195216.951000', '195216.954000', '195216.957000', '195216.959000', '195216.962000', '195216.964000', '195216.967000', '195216.970000', '195216.972000', '195216.975000', '195216.978000', '195236.862000', '195236.866000', '195236.868000', '195236.871000', '195236.873000', '195236.876000', '195236.879000', '195236.881000', '195236.884000', '195236.887000', '195236.890000', '195236.892000', '195236.895000', '195236.898000', '195236.900000', '195236.903000', '195236.905000', '195236.908000', '195236.911000', '195236.913000', '195236.916000', '195236.919000', '195236.921000', '195236.924000', '195236.927000', '195236.930000', '195236.932000', '195236.935000', '195236.937000', '195236.940000', '195236.943000', '195236.946000', '195236.948000', '195236.951000', '195236.954000', '195236.956000', '195236.959000', '195236.962000', '195236.964000', '195236.967000', '195236.969000', '195236.972000', '195236.975000', '195236.977000', '195256.862000', '195256.865000', '195256.868000', '195256.871000', '195256.874000', '195256.876000', '195256.879000', '195256.882000', '195256.884000', '195256.887000', '195256.889000', '195256.892000', '195256.895000', '195256.898000', '195256.900000', '195256.903000', '195256.906000', '195256.908000', '195256.911000', '195256.914000', '195256.916000', '195256.919000', '195256.922000', '195256.924000', '195256.927000', '195256.930000', '195256.932000', '195256.935000', '195256.938000', '195256.940000', '195256.943000', '195256.945000', '195256.948000', '195256.951000', '195256.954000', '195256.956000', '195256.959000', '195256.961000', '195256.964000', '195256.967000', '195256.969000', '195256.972000', '195256.975000', '195316.863000', '195316.866000', '195316.868000', '195316.871000', '195316.874000', '195316.877000', '195316.879000', '195316.882000', '195316.884000', '195316.887000', '195316.890000', '195316.892000', '195316.895000', '195316.898000', '195316.900000', '195316.903000', '195316.906000', '195316.908000', '195316.911000', '195316.914000', '195316.917000', '195316.919000', '195316.922000', '195316.924000', '195316.927000', '195316.930000', '195316.932000', '195316.935000', '195316.938000', '195316.940000', '195316.943000', '195316.946000', '195316.949000', '195316.951000', '195316.954000', '195316.957000', '195316.960000', '195316.962000', '195316.965000', '195316.967000', '195316.970000', '195316.973000', '195316.975000', '195316.978000', '195336.863000', '195336.866000', '195336.868000', '195336.871000', '195336.874000', '195336.878000', '195336.881000', '195336.883000', '195336.903000', '195336.906000', '195336.908000', '195336.911000', '195336.914000', '195336.916000', '195336.919000', '195336.922000', '195336.924000', '195336.927000', '195336.931000', '195336.933000', '195336.936000', '195336.939000', '195336.941000', '195336.944000', '195336.947000', '195336.949000', '195336.952000', '195336.955000', '195336.957000', '195336.960000', '195336.962000', '195336.965000', '195336.968000', '195336.970000', '195336.973000', '195336.976000', '195336.978000', '195336.981000', '195336.984000', '195336.987000', '195336.990000', '195336.992000', '195336.995000', '195356.862000', '195356.865000', '195356.868000', '195356.871000', '195356.873000', '195356.876000', '195356.879000', '195356.881000', '195356.884000', '195356.887000', '195356.889000', '195356.892000', '195356.895000', '195356.897000', '195356.900000', '195356.902000', '195356.905000', '195356.908000', '195356.910000', '195356.913000', '195356.916000', '195356.918000', '195356.921000', '195356.924000', '195356.926000', '195356.929000', '195356.932000', '195356.934000', '195356.937000', '195356.940000', '195356.942000', '195356.945000', '195356.948000', '195356.950000', '195356.953000', '195356.956000', '195356.958000', '195356.961000', '195356.963000', '195356.966000', '195356.969000', '195356.971000', '195356.974000', '195356.976000', '195416.863000', '195416.866000', '195416.868000', '195416.871000', '195416.874000', '195416.876000', '195416.879000', '195416.882000', '195416.884000', '195416.887000', '195416.890000', '195416.892000', '195416.895000', '195416.897000', '195416.900000', '195416.903000', '195416.905000', '195416.908000', '195416.911000', '195416.913000', '195416.916000', '195416.919000', '195416.922000', '195416.924000', '195416.927000', '195416.930000', '195416.933000', '195416.935000', '195416.938000', '195416.941000', '195416.943000', '195416.946000', '195416.949000', '195416.951000', '195416.954000', '195416.957000', '195416.959000', '195416.962000', '195416.964000', '195416.967000', '195416.970000', '195416.972000', '195416.975000', '195436.863000', '195436.865000', '195436.868000', '195436.871000', '195436.874000', '195436.876000', '195436.879000', '195436.882000', '195436.884000', '195436.887000', '195436.889000', '195436.892000', '195436.895000', '195436.897000', '195436.900000', '195436.903000', '195436.905000', '195436.908000', '195436.911000', '195436.914000', '195436.916000', '195436.919000', '195436.921000', '195436.924000', '195436.927000', '195436.929000', '195436.932000', '195436.935000', '195436.937000', '195436.940000', '195436.970000', '195436.973000', '195436.975000', '195436.978000', '195436.981000', '195436.983000', '195436.986000', '195436.988000', '195436.991000', '195436.994000', '195436.996000', '195437.000000', '195437.003000', '195437.005000', '195456.863000', '195456.865000', '195456.868000', '195456.871000', '195456.873000', '195456.876000', '195456.879000', '195456.881000', '195456.884000', '195456.887000', '195456.889000', '195456.892000', '195456.895000', '195456.897000', '195456.900000', '195456.903000', '195456.905000', '195456.908000', '195456.911000', '195456.913000', '195456.916000', '195456.919000', '195456.921000', '195456.924000', '195456.926000', '195456.929000', '195456.932000', '195456.934000', '195456.937000', '195456.940000', '195456.943000', '195456.945000', '195456.948000', '195456.951000', '195456.953000', '195456.956000', '195456.959000', '195456.961000', '195456.964000', '195456.966000', '195456.969000', '195456.973000', '195456.975000', '195516.863000', '195516.866000', '195516.869000', '195516.871000', '195516.874000', '195516.877000', '195516.879000', '195516.882000', '195516.885000', '195516.887000', '195516.890000', '195516.893000', '195516.895000', '195516.898000', '195516.901000', '195516.904000', '195516.906000', '195516.909000', '195516.911000', '195516.914000', '195516.917000', '195516.919000', '195516.922000', '195516.925000', '195516.927000', '195516.930000', '195516.933000', '195516.935000', '195516.938000', '195516.941000', '195516.943000', '195516.946000', '195516.948000', '195516.951000', '195516.954000', '195516.956000', '195516.959000', '195516.961000', '195516.964000', '195516.967000', '195516.969000', '195516.972000', '195516.975000', '195516.977000', '195529.618000', '195529.621000', '195529.624000', '195529.627000', '195529.629000', '195529.632000', '195529.635000', '195529.637000', '195529.640000', '195529.643000', '195529.646000', '195529.648000', '195529.651000', '195529.654000', '195529.657000', '195529.659000', '195529.662000', '195529.665000', '195529.667000', '195529.670000', '195529.673000', '195529.676000', '195529.679000', '195529.682000', '195529.685000', '195529.688000', '195529.691000', '195529.694000'], 'InstanceCreationTime': ['194536.899000', '194536.902000', '194536.905000', '194536.908000', '194536.911000', '194536.913000', '194536.916000', '194536.918000', '194536.921000', '194536.924000', '194536.926000', '194536.929000', '194536.931000', '194536.934000', '194536.937000', '194536.940000', '194536.942000', '194536.945000', '194536.947000', '194536.950000', '194536.953000', '194536.955000', '194536.958000', '194536.960000', '194536.963000', '194536.965000', '194536.968000', '194536.971000', '194536.973000', '194536.976000', '194536.979000', '194536.981000', '194536.984000', '194536.986000', '194536.989000', '194536.992000', '194536.994000', '194536.997000', '194537.001000', '194537.003000', '194537.006000', '194537.008000', '194537.011000', '194537.014000', '194537.016000', '194537.019000', '194556.862000', '194556.865000', '194556.868000', '194556.871000', '194556.873000', '194556.876000', '194556.878000', '194556.881000', '194556.884000', '194556.886000', '194556.889000', '194556.892000', '194556.894000', '194556.897000', '194556.900000', '194556.903000', '194556.905000', '194556.908000', '194556.910000', '194556.913000', '194556.916000', '194556.918000', '194556.921000', '194556.924000', '194556.930000', '194556.933000', '194556.936000', '194556.939000', '194556.942000', '194556.944000', '194556.947000', '194556.949000', '194556.952000', '194556.955000', '194556.957000', '194556.960000', '194556.963000', '194556.965000', '194556.981000', '194556.984000', '194556.987000', '194556.989000', '194556.992000', '194616.862000', '194616.865000', '194616.868000', '194616.871000', '194616.873000', '194616.876000', '194616.878000', '194616.881000', '194616.884000', '194616.887000', '194616.889000', '194616.892000', '194616.894000', '194616.897000', '194616.900000', '194616.902000', '194616.905000', '194616.908000', '194616.910000', '194616.913000', '194616.915000', '194616.918000', '194616.921000', '194616.923000', '194616.926000', '194616.929000', '194616.931000', '194616.934000', '194616.937000', '194616.939000', '194616.942000', '194616.944000', '194616.947000', '194616.950000', '194616.952000', '194616.955000', '194616.958000', '194616.960000', '194616.963000', '194616.966000', '194616.968000', '194616.971000', '194616.973000', '194616.976000', '194636.862000', '194636.865000', '194636.868000', '194636.871000', '194636.873000', '194636.876000', '194636.879000', '194636.881000', '194636.884000', '194636.892000', '194636.894000', '194636.897000', '194636.900000', '194636.902000', '194636.905000', '194636.916000', '194636.918000', '194636.921000', '194636.924000', '194636.926000', '194636.929000', '194636.932000', '194636.935000', '194636.937000', '194636.940000', '194636.942000', '194636.945000', '194636.948000', '194636.950000', '194636.953000', '194636.956000', '194636.959000', '194636.961000', '194636.964000', '194636.966000', '194636.969000', '194636.972000', '194636.974000', '194636.977000', '194636.980000', '194636.982000', '194636.985000', '194636.987000', '194656.862000', '194656.865000', '194656.868000', '194656.871000', '194656.873000', '194656.876000', '194656.878000', '194656.881000', '194656.884000', '194656.886000', '194656.889000', '194656.891000', '194656.894000', '194656.897000', '194656.899000', '194656.902000', '194656.905000', '194656.907000', '194656.910000', '194656.912000', '194656.915000', '194656.918000', '194656.920000', '194656.923000', '194656.926000', '194656.928000', '194656.931000', '194656.933000', '194656.936000', '194656.939000', '194656.941000', '194656.944000', '194656.947000', '194656.949000', '194656.952000', '194656.955000', '194656.957000', '194656.964000', '194656.967000', '194656.970000', '194656.972000', '194656.975000', '194656.978000', '194656.980000', '194716.862000', '194716.865000', '194716.868000', '194716.870000', '194716.873000', '194716.876000', '194716.878000', '194716.881000', '194716.884000', '194716.887000', '194716.889000', '194716.892000', '194716.894000', '194716.897000', '194716.900000', '194716.902000', '194716.905000', '194716.908000', '194716.910000', '194716.913000', '194716.916000', '194716.918000', '194716.921000', '194716.923000', '194716.926000', '194716.929000', '194716.931000', '194716.934000', '194716.937000', '194716.939000', '194716.942000', '194716.945000', '194716.947000', '194716.950000', '194716.953000', '194716.956000', '194716.958000', '194716.961000', '194716.964000', '194716.966000', '194716.969000', '194716.971000', '194716.975000', '194736.863000', '194736.865000', '194736.868000', '194736.871000', '194736.873000', '194736.876000', '194736.879000', '194736.881000', '194736.884000', '194736.887000', '194736.889000', '194736.892000', '194736.895000', '194736.897000', '194736.900000', '194736.903000', '194736.905000', '194736.908000', '194736.911000', '194736.913000', '194736.916000', '194736.919000', '194736.921000', '194736.924000', '194736.926000', '194736.929000', '194736.932000', '194736.934000', '194736.937000', '194736.940000', '194736.942000', '194736.945000', '194736.948000', '194736.950000', '194736.961000', '194736.964000', '194736.966000', '194736.969000', '194736.971000', '194736.974000', '194736.977000', '194736.980000', '194736.982000', '194736.985000', '194756.862000', '194756.865000', '194756.868000', '194756.871000', '194756.874000', '194756.876000', '194756.879000', '194756.881000', '194756.884000', '194756.887000', '194756.889000', '194756.892000', '194756.895000', '194756.897000', '194756.900000', '194756.903000', '194756.905000', '194756.908000', '194756.911000', '194756.913000', '194756.916000', '194756.919000', '194756.921000', '194756.924000', '194756.927000', '194756.929000', '194756.932000', '194756.934000', '194756.937000', '194756.940000', '194756.942000', '194756.945000', '194756.948000', '194756.957000', '194756.960000', '194756.963000', '194756.965000', '194756.968000', '194756.971000', '194756.974000', '194756.976000', '194756.979000', '194756.981000', '194816.863000', '194816.866000', '194816.868000', '194816.871000', '194816.874000', '194816.877000', '194816.879000', '194816.882000', '194816.885000', '194816.888000', '194816.890000', '194816.893000', '194816.896000', '194816.898000', '194816.901000', '194816.903000', '194816.906000', '194816.909000', '194816.912000', '194816.914000', '194816.917000', '194816.919000', '194816.922000', '194816.925000', '194816.928000', '194816.930000', '194816.933000', '194816.935000', '194816.938000', '194816.941000', '194816.943000', '194816.946000', '194816.949000', '194816.951000', '194816.954000', '194816.957000', '194816.959000', '194816.962000', '194816.965000', '194816.968000', '194816.970000', '194816.973000', '194816.975000', '194816.978000', '194836.862000', '194836.865000', '194836.868000', '194836.871000', '194836.874000', '194836.876000', '194836.879000', '194836.882000', '194836.884000', '194836.887000', '194836.890000', '194836.892000', '194836.895000', '194836.897000', '194836.900000', '194836.903000', '194836.906000', '194836.908000', '194836.911000', '194836.914000', '194836.916000', '194836.919000', '194836.921000', '194836.924000', '194836.927000', '194836.929000', '194836.932000', '194836.934000', '194836.937000', '194836.940000', '194836.942000', '194836.945000', '194836.948000', '194836.950000', '194836.953000', '194836.956000', '194836.958000', '194836.961000', '194836.963000', '194836.966000', '194836.969000', '194836.971000', '194836.974000', '194856.863000', '194856.865000', '194856.868000', '194856.871000', '194856.873000', '194856.876000', '194856.879000', '194856.881000', '194856.884000', '194856.887000', '194856.889000', '194856.892000', '194856.894000', '194856.897000', '194856.900000', '194856.903000', '194856.905000', '194856.908000', '194856.911000', '194856.913000', '194856.916000', '194856.919000', '194856.921000', '194856.924000', '194856.927000', '194856.929000', '194856.932000', '194856.935000', '194856.937000', '194856.940000', '194856.942000', '194856.945000', '194856.948000', '194856.950000', '194856.953000', '194856.956000', '194856.958000', '194856.961000', '194856.964000', '194856.966000', '194856.969000', '194856.971000', '194856.974000', '194856.977000', '194916.863000', '194916.866000', '194916.868000', '194916.871000', '194916.874000', '194916.876000', '194916.879000', '194916.882000', '194916.884000', '194916.887000', '194916.890000', '194916.892000', '194916.895000', '194916.898000', '194916.900000', '194916.929000', '194916.932000', '194916.935000', '194916.937000', '194916.940000', '194916.943000', '194916.945000', '194916.948000', '194916.951000', '194916.953000', '194916.956000', '194916.959000', '194916.961000', '194916.964000', '194916.967000', '194916.970000', '194916.972000', '194916.975000', '194916.978000', '194916.980000', '194916.983000', '194916.985000', '194916.988000', '194916.991000', '194916.993000', '194916.996000', '194917.000000', '194917.002000', '194936.862000', '194936.865000', '194936.868000', '194936.871000', '194936.874000', '194936.876000', '194936.879000', '194936.882000', '194936.884000', '194936.887000', '194936.889000', '194936.892000', '194936.895000', '194936.898000', '194936.901000', '194936.904000', '194936.906000', '194936.909000', '194936.912000', '194936.914000', '194936.917000', '194936.920000', '194936.922000', '194936.925000', '194936.928000', '194936.930000', '194936.933000', '194936.936000', '194936.938000', '194936.941000', '194936.944000', '194936.946000', '194936.949000', '194936.952000', '194936.954000', '194936.957000', '194936.960000', '194936.962000', '194936.965000', '194936.968000', '194936.970000', '194936.973000', '194936.976000', '194956.863000', '194956.866000', '194956.868000', '194956.871000', '194956.873000', '194956.876000', '194956.879000', '194956.882000', '194956.884000', '194956.887000', '194956.890000', '194956.892000', '194956.895000', '194956.898000', '194956.900000', '194956.903000', '194956.906000', '194956.908000', '194956.911000', '194956.914000', '194956.916000', '194956.919000', '194956.921000', '194956.924000', '194956.927000', '194956.929000', '194956.932000', '194956.935000', '194956.937000', '194956.940000', '194956.943000', '194956.945000', '194956.948000', '194956.951000', '194956.953000', '194956.956000', '194956.959000', '194956.961000', '194956.964000', '194956.967000', '194956.969000', '194956.972000', '194956.975000', '194956.978000', '195016.863000', '195016.866000', '195016.868000', '195016.871000', '195016.874000', '195016.877000', '195016.879000', '195016.882000', '195016.884000', '195016.887000', '195016.890000', '195016.892000', '195016.895000', '195016.898000', '195016.900000', '195016.903000', '195016.906000', '195016.908000', '195016.911000', '195016.913000', '195016.916000', '195016.919000', '195016.921000', '195016.924000', '195016.927000', '195016.929000', '195016.932000', '195016.935000', '195016.937000', '195016.940000', '195016.943000', '195016.945000', '195016.948000', '195016.950000', '195016.953000', '195016.956000', '195016.958000', '195016.961000', '195016.964000', '195016.966000', '195016.969000', '195016.972000', '195016.975000', '195016.977000', '195036.863000', '195036.865000', '195036.868000', '195036.871000', '195036.874000', '195036.876000', '195036.879000', '195036.882000', '195036.884000', '195036.887000', '195036.889000', '195036.892000', '195036.895000', '195036.898000', '195036.900000', '195036.904000', '195036.906000', '195036.909000', '195036.912000', '195036.914000', '195036.917000', '195036.920000', '195036.922000', '195036.925000', '195036.928000', '195036.959000', '195036.962000', '195036.965000', '195036.968000', '195036.970000', '195036.973000', '195036.976000', '195036.978000', '195036.981000', '195036.983000', '195036.986000', '195036.989000', '195036.991000', '195036.994000', '195036.997000', '195037.001000', '195037.003000', '195037.006000', '195056.863000', '195056.865000', '195056.868000', '195056.871000', '195056.874000', '195056.876000', '195056.879000', '195056.881000', '195056.884000', '195056.887000', '195056.890000', '195056.892000', '195056.895000', '195056.898000', '195056.901000', '195056.903000', '195056.906000', '195056.909000', '195056.912000', '195056.914000', '195056.917000', '195056.920000', '195056.922000', '195056.925000', '195056.928000', '195056.931000', '195056.933000', '195056.936000', '195056.938000', '195056.941000', '195056.944000', '195056.946000', '195056.949000', '195056.951000', '195056.954000', '195056.957000', '195056.959000', '195056.962000', '195056.965000', '195056.967000', '195056.970000', '195056.973000', '195056.975000', '195056.978000', '195116.863000', '195116.865000', '195116.868000', '195116.871000', '195116.873000', '195116.876000', '195116.879000', '195116.881000', '195116.884000', '195116.887000', '195116.890000', '195116.892000', '195116.895000', '195116.897000', '195116.900000', '195116.903000', '195116.905000', '195116.908000', '195116.911000', '195116.913000', '195116.916000', '195116.918000', '195116.922000', '195116.924000', '195116.927000', '195116.930000', '195116.932000', '195116.935000', '195116.938000', '195116.940000', '195116.943000', '195116.945000', '195116.948000', '195116.951000', '195116.953000', '195116.956000', '195116.959000', '195116.961000', '195116.964000', '195116.967000', '195116.969000', '195116.972000', '195116.975000', '195136.863000', '195136.865000', '195136.868000', '195136.871000', '195136.873000', '195136.876000', '195136.879000', '195136.881000', '195136.884000', '195136.887000', '195136.889000', '195136.892000', '195136.895000', '195136.897000', '195136.900000', '195136.903000', '195136.905000', '195136.908000', '195136.910000', '195136.913000', '195136.916000', '195136.919000', '195136.921000', '195136.924000', '195136.927000', '195136.929000', '195136.932000', '195136.935000', '195136.937000', '195136.940000', '195136.942000', '195136.945000', '195136.948000', '195136.950000', '195136.953000', '195136.956000', '195136.958000', '195136.961000', '195136.963000', '195136.966000', '195136.969000', '195136.971000', '195136.974000', '195136.977000', '195156.862000', '195156.866000', '195156.868000', '195156.871000', '195156.874000', '195156.876000', '195156.879000', '195156.882000', '195156.884000', '195156.887000', '195156.890000', '195156.892000', '195156.895000', '195156.898000', '195156.901000', '195156.903000', '195156.906000', '195156.909000', '195156.911000', '195156.914000', '195156.917000', '195156.919000', '195156.922000', '195156.925000', '195156.927000', '195156.930000', '195156.933000', '195156.935000', '195156.938000', '195156.941000', '195156.943000', '195156.946000', '195156.948000', '195156.951000', '195156.954000', '195156.956000', '195156.980000', '195156.996000', '195156.998000', '195157.002000', '195157.005000', '195157.008000', '195157.010000', '195216.863000', '195216.865000', '195216.868000', '195216.871000', '195216.874000', '195216.877000', '195216.880000', '195216.882000', '195216.885000', '195216.888000', '195216.891000', '195216.895000', '195216.897000', '195216.900000', '195216.903000', '195216.905000', '195216.908000', '195216.910000', '195216.913000', '195216.916000', '195216.918000', '195216.921000', '195216.924000', '195216.926000', '195216.929000', '195216.932000', '195216.934000', '195216.937000', '195216.940000', '195216.942000', '195216.945000', '195216.948000', '195216.951000', '195216.954000', '195216.957000', '195216.959000', '195216.962000', '195216.964000', '195216.967000', '195216.970000', '195216.972000', '195216.975000', '195216.978000', '195236.862000', '195236.866000', '195236.868000', '195236.871000', '195236.873000', '195236.876000', '195236.879000', '195236.881000', '195236.884000', '195236.887000', '195236.890000', '195236.892000', '195236.895000', '195236.898000', '195236.900000', '195236.903000', '195236.905000', '195236.908000', '195236.911000', '195236.913000', '195236.916000', '195236.919000', '195236.921000', '195236.924000', '195236.927000', '195236.930000', '195236.932000', '195236.935000', '195236.937000', '195236.940000', '195236.943000', '195236.946000', '195236.948000', '195236.951000', '195236.954000', '195236.956000', '195236.959000', '195236.962000', '195236.964000', '195236.967000', '195236.969000', '195236.972000', '195236.975000', '195236.977000', '195256.862000', '195256.865000', '195256.868000', '195256.871000', '195256.874000', '195256.876000', '195256.879000', '195256.882000', '195256.884000', '195256.887000', '195256.889000', '195256.892000', '195256.895000', '195256.898000', '195256.900000', '195256.903000', '195256.906000', '195256.908000', '195256.911000', '195256.914000', '195256.916000', '195256.919000', '195256.922000', '195256.924000', '195256.927000', '195256.930000', '195256.932000', '195256.935000', '195256.938000', '195256.940000', '195256.943000', '195256.945000', '195256.948000', '195256.951000', '195256.954000', '195256.956000', '195256.959000', '195256.961000', '195256.964000', '195256.967000', '195256.969000', '195256.972000', '195256.975000', '195316.863000', '195316.866000', '195316.868000', '195316.871000', '195316.874000', '195316.877000', '195316.879000', '195316.882000', '195316.884000', '195316.887000', '195316.890000', '195316.892000', '195316.895000', '195316.898000', '195316.900000', '195316.903000', '195316.906000', '195316.908000', '195316.911000', '195316.914000', '195316.917000', '195316.919000', '195316.922000', '195316.924000', '195316.927000', '195316.930000', '195316.932000', '195316.935000', '195316.938000', '195316.940000', '195316.943000', '195316.946000', '195316.949000', '195316.951000', '195316.954000', '195316.957000', '195316.960000', '195316.962000', '195316.965000', '195316.967000', '195316.970000', '195316.973000', '195316.975000', '195316.978000', '195336.863000', '195336.866000', '195336.868000', '195336.871000', '195336.874000', '195336.878000', '195336.881000', '195336.883000', '195336.903000', '195336.906000', '195336.908000', '195336.911000', '195336.914000', '195336.916000', '195336.919000', '195336.922000', '195336.924000', '195336.927000', '195336.931000', '195336.933000', '195336.936000', '195336.939000', '195336.941000', '195336.944000', '195336.947000', '195336.949000', '195336.952000', '195336.955000', '195336.957000', '195336.960000', '195336.962000', '195336.965000', '195336.968000', '195336.970000', '195336.973000', '195336.976000', '195336.978000', '195336.981000', '195336.984000', '195336.987000', '195336.990000', '195336.992000', '195336.995000', '195356.862000', '195356.865000', '195356.868000', '195356.871000', '195356.873000', '195356.876000', '195356.879000', '195356.881000', '195356.884000', '195356.887000', '195356.889000', '195356.892000', '195356.895000', '195356.897000', '195356.900000', '195356.902000', '195356.905000', '195356.908000', '195356.910000', '195356.913000', '195356.916000', '195356.918000', '195356.921000', '195356.924000', '195356.926000', '195356.929000', '195356.932000', '195356.934000', '195356.937000', '195356.940000', '195356.942000', '195356.945000', '195356.948000', '195356.950000', '195356.953000', '195356.956000', '195356.958000', '195356.961000', '195356.963000', '195356.966000', '195356.969000', '195356.971000', '195356.974000', '195356.976000', '195416.863000', '195416.866000', '195416.868000', '195416.871000', '195416.874000', '195416.876000', '195416.879000', '195416.882000', '195416.884000', '195416.887000', '195416.890000', '195416.892000', '195416.895000', '195416.897000', '195416.900000', '195416.903000', '195416.905000', '195416.908000', '195416.911000', '195416.913000', '195416.916000', '195416.919000', '195416.922000', '195416.924000', '195416.927000', '195416.930000', '195416.933000', '195416.935000', '195416.938000', '195416.941000', '195416.943000', '195416.946000', '195416.949000', '195416.951000', '195416.954000', '195416.957000', '195416.959000', '195416.962000', '195416.964000', '195416.967000', '195416.970000', '195416.972000', '195416.975000', '195436.863000', '195436.865000', '195436.868000', '195436.871000', '195436.874000', '195436.876000', '195436.879000', '195436.882000', '195436.884000', '195436.887000', '195436.889000', '195436.892000', '195436.895000', '195436.897000', '195436.900000', '195436.903000', '195436.905000', '195436.908000', '195436.911000', '195436.914000', '195436.916000', '195436.919000', '195436.921000', '195436.924000', '195436.927000', '195436.929000', '195436.932000', '195436.935000', '195436.937000', '195436.940000', '195436.970000', '195436.973000', '195436.975000', '195436.978000', '195436.981000', '195436.983000', '195436.986000', '195436.988000', '195436.991000', '195436.994000', '195436.996000', '195437.000000', '195437.003000', '195437.005000', '195456.863000', '195456.865000', '195456.868000', '195456.871000', '195456.873000', '195456.876000', '195456.879000', '195456.881000', '195456.884000', '195456.887000', '195456.889000', '195456.892000', '195456.895000', '195456.897000', '195456.900000', '195456.903000', '195456.905000', '195456.908000', '195456.911000', '195456.913000', '195456.916000', '195456.919000', '195456.921000', '195456.924000', '195456.926000', '195456.929000', '195456.932000', '195456.934000', '195456.937000', '195456.940000', '195456.943000', '195456.945000', '195456.948000', '195456.951000', '195456.953000', '195456.956000', '195456.959000', '195456.961000', '195456.964000', '195456.966000', '195456.969000', '195456.973000', '195456.975000', '195516.863000', '195516.866000', '195516.869000', '195516.871000', '195516.874000', '195516.877000', '195516.879000', '195516.882000', '195516.885000', '195516.887000', '195516.890000', '195516.893000', '195516.895000', '195516.898000', '195516.901000', '195516.904000', '195516.906000', '195516.909000', '195516.911000', '195516.914000', '195516.917000', '195516.919000', '195516.922000', '195516.925000', '195516.927000', '195516.930000', '195516.933000', '195516.935000', '195516.938000', '195516.941000', '195516.943000', '195516.946000', '195516.948000', '195516.951000', '195516.954000', '195516.956000', '195516.959000', '195516.961000', '195516.964000', '195516.967000', '195516.969000', '195516.972000', '195516.975000', '195516.977000', '195529.618000', '195529.621000', '195529.624000', '195529.627000', '195529.629000', '195529.632000', '195529.635000', '195529.637000', '195529.640000', '195529.643000', '195529.646000', '195529.648000', '195529.651000', '195529.654000', '195529.657000', '195529.659000', '195529.662000', '195529.665000', '195529.667000', '195529.670000', '195529.673000', '195529.676000', '195529.679000', '195529.682000', '195529.685000', '195529.688000', '195529.691000', '195529.694000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [7416, 6993, 7460, 6680, 7799, 6556, 6934, 6403, 6967, 6452, 6399, 6402, 6318, 6762, 6642, 6537, 6529, 6594, 6382, 7044, 6652, 7062, 6714, 7144, 6722, 7292, 6691, 7195, 6620, 7137, 6684, 7069, 6612, 6995, 6654, 7213, 6205, 7223, 6417, 7435, 6315, 6955, 6442, 6660, 6295, 6436, 6632, 6311, 6584, 6414, 6501, 6710, 6358, 6502, 6514, 6541, 6340, 6724, 6487, 6405, 6564, 6523, 6306, 6302, 6416, 6810, 6515, 6540, 6683, 6576, 6380, 7376, 6309, 6649, 6490, 6541, 6564, 6466, 6478, 6330, 6543, 6553, 6690, 6687, 6593, 6567, 6502, 6365, 6564, 6377, 6638, 6437, 6942, 6700, 6875, 6436, 7071, 6659, 6968, 6697, 7116, 6685, 6879, 6662, 6948, 6505, 6793, 6380, 6735, 6366, 6755, 6747, 7148, 6821, 7208, 6625, 7332, 6715, 7262, 6592, 8121, 6349, 7065, 6442, 7094, 6746, 6901, 6647, 6941, 6468, 6935, 6584, 7252, 6706, 7712, 6349, 7195, 6481, 6919, 6403, 7076, 6483, 7092, 6605, 7289, 6446, 6849, 6645, 6866, 6364, 7255, 6526, 7222, 6586, 7066, 6492, 6998, 6749, 7045, 6797, 6803, 6547, 6451, 6210, 6583, 6745, 6730, 6856, 6747, 6760, 7011, 6663, 6841, 6447, 7710, 6185, 8695, 6436, 8598, 6281, 7952, 6364, 7651, 6304, 7335, 6405, 6761, 6291, 6852, 6271, 6797, 6452, 6479, 6248, 6583, 6355, 6905, 6295, 7129, 6603, 7046, 6634, 7188, 6723, 7204, 6641, 7099, 6812, 7295, 6692, 7275, 7001, 7027, 6833, 7224, 6736, 7440, 6883, 7179, 6715, 7058, 6793, 7404, 6801, 7003, 6955, 6441, 6629, 6679, 6772, 6796, 6809, 6548, 6688, 6588, 6576, 6528, 6855, 6335, 6940, 6432, 6620, 6468, 6621, 6328, 7223, 6453, 7130, 6398, 7053, 6271, 7308, 6491, 7415, 6633, 6621, 6279, 6690, 6727, 6980, 6491, 6698, 6644, 6636, 6411, 6989, 6619, 6579, 6616, 6559, 6663, 7175, 6566, 7379, 6923, 7249, 7169, 7183, 6948, 7226, 7102, 7163, 7059, 6970, 6903, 6785, 7036, 6863, 6869, 6595, 6920, 6984, 6676, 6737, 6689, 6823, 6867, 6827, 6759, 6492, 6622, 6560, 6607, 6468, 7064, 6563, 6558, 6260, 6683, 6506, 7291, 6621, 6934, 7023, 6874, 6625, 6831, 6573, 6647, 6921, 6962, 6601, 6396, 6514, 6766, 6646, 6392, 6842, 6394, 6685, 6397, 6574, 6273, 6910, 6546, 6854, 6262, 6739, 6530, 7294, 6762, 7167, 6771, 7002, 6770, 7060, 6718, 7035, 6901, 7036, 6686, 6771, 6970, 6837, 6720, 6970, 6667, 7060, 6719, 7003, 6689, 7211, 6856, 7007, 6969, 7036, 6794, 7316, 6853, 7251, 6962, 7044, 6845, 7335, 7084, 7063, 6921, 7045, 6882, 7181, 7015, 7230, 7144, 6854, 7031, 7155, 6805, 6845, 6962, 6946, 6862, 6801, 7019, 6843, 7038, 6380, 6834, 6816, 6545, 6405, 6414, 6624, 6456, 6264, 6674, 6312, 7225, 6494, 7874, 6255, 8763, 6385, 9265, 6262, 7524, 6419, 6549, 6441, 6872, 6201, 6906, 6663, 7057, 6467, 6501, 6524, 6550, 6593, 6492, 8229, 6358, 8988, 6298, 8203, 6307, 8038, 6190, 8238, 6288, 6734, 6340, 6232, 6386, 6418, 6487, 6619, 6428, 6427, 6521, 6541, 6497, 6382, 6575, 6317, 6497, 6236, 6262, 6544, 6628, 6233, 6758, 6400, 6734, 6704, 7068, 6644, 7125, 6604, 6942, 6584, 6728, 6443, 6986, 6378, 7040, 6425, 7104, 6571, 7016, 6698, 7093, 6433, 7085, 6295, 7191, 6469, 7184, 6508, 7266, 6719, 6963, 6576, 6998, 6679, 6991, 6765, 6947, 6881, 6894, 6811, 7058, 6709, 7292, 6841, 7193, 6566, 7049, 6587, 6958, 6744, 6775, 6673, 6437, 6244, 6701, 6670, 6623, 6532, 6450, 6683, 6559, 6657, 6773, 6655, 6809, 6679, 6883, 6499, 7233, 6595, 7076, 6802, 6898, 6573, 7139, 6590, 7226, 6462, 7130, 6426, 7253, 6419, 7068, 6580, 6796, 6182, 6893, 6485, 7000, 6265, 6601, 6234, 6754, 6341, 7011, 6300, 6963, 6248, 6880, 6172, 7267, 6242, 6902, 6287, 6898, 6177, 7043, 6279, 7064, 6201, 6630, 6198, 6868, 6313, 7315, 6353, 7031, 6335, 7179, 6410, 7180, 6552, 7014, 6322, 7199, 6420, 6869, 6548, 6940, 6715, 7020, 6454, 6970, 6802, 6976, 6703, 6880, 6702, 6252, 6532, 6712, 6207, 6523, 6323, 6547, 6348, 6571, 6347, 6350, 6525, 6232, 6854, 6197, 6487, 6245, 6722, 6352, 7045, 6483, 7136, 6465, 6854, 6663, 7364, 6507, 7014, 6610, 6741, 6281, 7103, 6408, 6958, 6497, 6664, 6207, 6856, 6534, 7316, 6709, 7227, 6705, 7431, 6616, 7114, 6556, 7140, 6532, 7950, 6275, 7759, 6418, 7677, 6458, 7491, 6418, 7367, 6428, 7399, 6554, 7495, 6560, 7652, 6430, 7646, 6458, 7162, 6401, 7082, 6635, 7270, 6366, 7091, 6628, 7111, 6476, 7197, 6770, 7300, 6559, 7429, 6430, 6947, 6481, 7029, 6389, 6861, 6570, 6570, 6572, 6573, 6587, 6231, 7165, 6152, 8385, 6312, 8271, 6209, 8266, 6433, 8266, 6256, 7503, 6368, 7221, 6303, 7240, 6333, 6815, 6262, 7012, 6241, 6923, 6199, 6664, 6300, 6503, 6294, 6686, 6367, 7007, 6214, 6635, 6502, 6589, 6207, 6813, 6191, 7002, 6471, 6501, 6355, 6600, 6290, 6431, 6440, 6330, 6507, 6524, 6562, 6380, 6343, 6475, 6391, 6351, 6677, 6503, 6560, 6523, 6725, 6333, 6442, 6588, 6543, 6659, 6697, 6555, 6894, 6516, 6573, 6952, 6693, 6625, 7008, 6807, 7148, 6565, 6703, 6660, 6880, 6710, 7028, 6781, 6764, 6954, 7034, 6939, 6968, 6660, 6877, 6864, 7070, 6625, 7295, 6862, 6899, 6896, 6992, 6610, 7019, 6697, 6935, 6872, 7022, 6648, 7030, 6947, 6836, 6724, 6759, 6560, 6773, 6691, 6871, 6777, 6356, 6398, 6425, 6583, 6405, 6511, 6530, 6613, 6548, 6431, 6433, 6510, 6251, 6713, 6310, 6435, 6548, 6516, 6752, 6660, 6836, 6662, 6946, 6911, 6918, 6663, 7070, 6653, 7345, 6682, 6979, 6404, 7107, 6300, 7120, 6590, 7145, 6299, 7501, 6400, 7265, 6526, 7278, 6294, 7288, 6307, 7526, 6351, 7212, 6375, 7110, 6297, 7257, 6235, 7020, 6217, 6592, 6241, 7061, 6198, 6551, 6203, 6652, 6276, 6889, 6188, 6899, 6301, 6688, 6355, 6759, 6298, 7295, 6596, 6458, 6525, 6456, 6334, 6785, 6214, 7219, 6241, 6612, 6466, 6970, 6197, 7514, 6339, 6336, 6585, 6434, 6355, 6740, 6313, 6376, 6472, 6359, 6267, 6365, 6457, 6310, 6468, 6573, 6276, 6359, 6428, 6317, 6387, 6357, 6562, 6273, 6423, 6525, 6662, 6374, 6920, 6686, 6890, 6521, 6889, 6597, 6959, 6655, 6943, 6459, 7068, 6417, 7166, 6614, 7020, 6706, 7191, 6333, 6989, 6161, 7206, 6261, 7652, 6508, 7038, 6397, 6892, 6232, 6326, 6156, 6442, 6848, 6414, 7210, 6289, 9655, 6283, 8053, 6541, 7148, 6203, 7281, 6687, 6363, 6848, 6306, 6694, 6667, 6820, 6466, 6828, 6519, 6721, 6569, 6385, 6228, 6561, 6365, 6903, 6575, 6685, 6375, 6754, 6612, 6798, 6728, 6473, 6600, 6492, 6396, 6533, 6642, 6576, 6406, 6401, 6458, 6428, 6565, 6496, 6269, 6446, 6508, 6718, 6316, 6627, 6507, 6983, 6779, 6702, 6443, 6963, 6232, 6899, 6551, 6919, 6414, 7074, 6384, 7252, 6500, 7075, 6282, 6940, 6391, 7317, 6373, 7300, 6442, 6990, 6401, 7057, 6415, 7032, 6270, 7030, 6547, 7064, 6360, 7130, 6427, 6943, 6515, 6748, 6531, 6268, 6514, 6541, 6205, 6506, 6578, 6239, 6690, 6282, 6833, 6300, 7147, 6277, 7287, 6229, 6429, 6542, 6432, 6542, 6489, 6410, 6249, 6362, 6131, 6349, 6643, 6174, 7056, 6296, 7150, 6276, 7685, 6396, 7963, 6149, 8458, 6294, 8071, 6444, 7860, 6224, 7193, 6325, 6632, 6405, 6351, 6386, 6261, 6381, 6166, 6381, 6342, 6436, 6280, 6370, 6754, 6420, 6341, 6351, 6496, 6274, 7318, 6332, 6487, 6381, 6562, 6462, 6970, 6308, 6391, 6303, 6249, 6314, 6391, 6474, 6160, 6496, 6217, 6398, 6532, 6423, 6449, 6610, 6305, 6384, 6183, 6905, 6185, 6881, 6445, 6750, 6506, 7014, 6285, 7138, 6617, 7041, 6297, 6935, 6363, 7107, 6342, 7071, 6383, 7071, 6460, 7172, 6262, 7165, 6220, 7041, 6109, 7529, 6267, 6867, 6562, 6617, 6621, 6545, 6475, 6511, 6581, 6615, 6315, 7077, 6177, 6968, 6233, 7365, 6419, 7195, 6322, 7201, 6369, 6989, 6504, 6831, 6427, 6844, 6424, 6753, 6538, 6387, 6496, 6467, 6328, 6808, 6502, 6794, 6277, 6776, 6374, 6836, 6437, 6571, 6451, 6218, 6260, 6500, 6516, 6233, 6238, 6575, 6387, 6420, 6391, 6416, 6135, 6427, 6491, 6967, 6293, 6445, 6291, 6093, 6298, 6527, 7012, 6264, 6843, 6442, 6256, 6750, 6342, 6719, 6308, 7106, 6296, 7789, 6238, 8366, 6061, 7591, 6177, 7317, 6100, 7379, 6187, 7099, 6124, 7039, 6255, 7142, 6319, 6957, 6138, 6598, 6326, 6813, 6328, 7309, 6083, 7025, 6180, 6828, 6157, 7092, 6156, 7135, 6156, 6818, 6164, 6747, 6397, 7075, 6441, 6334, 6235, 6488, 6695, 6350, 6834, 6405, 7131, 6172, 7308, 6156, 7044, 6172, 8259, 6386, 7732, 6226, 6989, 6219, 7775, 6305, 7312, 6263, 7039, 6371, 7071, 6401, 6745, 6190, 6770, 6388, 7032, 6519, 6637, 6383, 6577, 6352, 6557, 6714, 6645, 7196, 6410, 7306, 6193, 7193, 6338, 7106, 6114, 7165, 6266, 6830, 6337, 6429, 6385, 6440, 6161, 6317, 7302, 6413, 8759, 6122, 8489, 6271, 8350, 6159], 'WindowCenter': [3780.0, 3756.0, 3751.0, 3730.0, 3747.0, 3726.0, 3726.0, 3714.0, 3723.0, 3713.0, 3712.0, 3713.0, 3713.0, 3724.0, 3725.0, 3724.0, 3713.0, 3724.0, 3714.0, 3734.0, 3725.0, 3724.0, 3723.0, 3723.0, 3723.0, 3734.0, 3724.0, 3723.0, 3724.0, 3735.0, 3725.0, 3735.0, 3724.0, 3724.0, 3724.0, 3734.0, 3713.0, 3734.0, 3713.0, 3733.0, 3712.0, 3723.0, 3712.0, 3711.0, 3711.0, 3711.0, 3722.0, 3711.0, 3723.0, 3712.0, 3713.0, 3723.0, 3713.0, 3713.0, 3713.0, 3713.0, 3713.0, 3723.0, 3714.0, 3712.0, 3723.0, 3712.0, 3713.0, 3712.0, 3713.0, 3723.0, 3713.0, 3712.0, 3724.0, 3724.0, 3713.0, 3733.0, 3714.0, 3722.0, 3713.0, 3712.0, 3723.0, 3711.0, 3712.0, 3711.0, 3713.0, 3711.0, 3723.0, 3711.0, 3722.0, 3722.0, 3713.0, 3712.0, 3722.0, 3712.0, 3723.0, 3712.0, 3723.0, 3722.0, 3722.0, 3711.0, 3723.0, 3712.0, 3722.0, 3722.0, 3722.0, 3722.0, 3724.0, 3724.0, 3736.0, 3725.0, 3737.0, 3727.0, 3739.0, 3738.0, 3738.0, 3739.0, 3749.0, 3738.0, 3749.0, 3737.0, 3736.0, 3727.0, 3736.0, 3726.0, 3745.0, 3725.0, 3724.0, 3725.0, 3735.0, 3725.0, 3736.0, 3736.0, 3736.0, 3726.0, 3735.0, 3725.0, 3735.0, 3725.0, 3734.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3724.0, 3713.0, 3723.0, 3724.0, 3734.0, 3713.0, 3723.0, 3724.0, 3723.0, 3713.0, 3734.0, 3724.0, 3734.0, 3724.0, 3723.0, 3713.0, 3724.0, 3724.0, 3724.0, 3725.0, 3723.0, 3725.0, 3725.0, 3714.0, 3725.0, 3725.0, 3736.0, 3737.0, 3737.0, 3737.0, 3737.0, 3737.0, 3726.0, 3726.0, 3746.0, 3715.0, 3745.0, 3725.0, 3745.0, 3714.0, 3734.0, 3713.0, 3733.0, 3713.0, 3721.0, 3711.0, 3711.0, 3709.0, 3711.0, 3712.0, 3711.0, 3712.0, 3713.0, 3713.0, 3712.0, 3712.0, 3721.0, 3713.0, 3723.0, 3724.0, 3723.0, 3724.0, 3724.0, 3724.0, 3734.0, 3724.0, 3724.0, 3724.0, 3734.0, 3724.0, 3734.0, 3724.0, 3724.0, 3712.0, 3734.0, 3723.0, 3733.0, 3723.0, 3723.0, 3723.0, 3723.0, 3724.0, 3734.0, 3724.0, 3724.0, 3724.0, 3715.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3725.0, 3721.0, 3725.0, 3724.0, 3725.0, 3724.0, 3725.0, 3724.0, 3725.0, 3724.0, 3725.0, 3725.0, 3725.0, 3734.0, 3714.0, 3724.0, 3714.0, 3724.0, 3714.0, 3734.0, 3714.0, 3723.0, 3724.0, 3723.0, 3714.0, 3723.0, 3723.0, 3723.0, 3713.0, 3723.0, 3723.0, 3712.0, 3712.0, 3722.0, 3712.0, 3710.0, 3723.0, 3712.0, 3723.0, 3722.0, 3723.0, 3723.0, 3724.0, 3733.0, 3735.0, 3723.0, 3735.0, 3735.0, 3724.0, 3735.0, 3725.0, 3724.0, 3724.0, 3724.0, 3723.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3723.0, 3724.0, 3724.0, 3724.0, 3723.0, 3713.0, 3723.0, 3724.0, 3723.0, 3713.0, 3723.0, 3723.0, 3712.0, 3712.0, 3722.0, 3712.0, 3734.0, 3724.0, 3725.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3723.0, 3723.0, 3723.0, 3712.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3711.0, 3712.0, 3712.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3734.0, 3724.0, 3724.0, 3724.0, 3724.0, 3725.0, 3724.0, 3724.0, 3734.0, 3723.0, 3724.0, 3723.0, 3724.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3722.0, 3711.0, 3722.0, 3711.0, 3721.0, 3712.0, 3721.0, 3722.0, 3721.0, 3711.0, 3721.0, 3711.0, 3722.0, 3722.0, 3721.0, 3711.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3722.0, 3712.0, 3722.0, 3723.0, 3722.0, 3712.0, 3723.0, 3722.0, 3712.0, 3712.0, 3722.0, 3712.0, 3722.0, 3712.0, 3712.0, 3723.0, 3712.0, 3713.0, 3713.0, 3725.0, 3725.0, 3726.0, 3726.0, 3726.0, 3736.0, 3727.0, 3747.0, 3726.0, 3746.0, 3714.0, 3755.0, 3713.0, 3733.0, 3712.0, 3712.0, 3712.0, 3712.0, 3713.0, 3724.0, 3724.0, 3724.0, 3725.0, 3725.0, 3725.0, 3725.0, 3726.0, 3715.0, 3746.0, 3714.0, 3744.0, 3714.0, 3734.0, 3713.0, 3733.0, 3702.0, 3733.0, 3711.0, 3711.0, 3711.0, 3700.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3710.0, 3700.0, 3711.0, 3711.0, 3713.0, 3701.0, 3711.0, 3711.0, 3712.0, 3701.0, 3712.0, 3712.0, 3711.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3721.0, 3711.0, 3711.0, 3711.0, 3722.0, 3712.0, 3721.0, 3712.0, 3722.0, 3712.0, 3723.0, 3723.0, 3723.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3734.0, 3724.0, 3724.0, 3724.0, 3735.0, 3725.0, 3735.0, 3725.0, 3725.0, 3725.0, 3725.0, 3724.0, 3723.0, 3723.0, 3734.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3724.0, 3724.0, 3724.0, 3724.0, 3714.0, 3714.0, 3725.0, 3725.0, 3725.0, 3714.0, 3713.0, 3724.0, 3713.0, 3723.0, 3724.0, 3724.0, 3723.0, 3723.0, 3723.0, 3712.0, 3723.0, 3713.0, 3723.0, 3723.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3713.0, 3722.0, 3713.0, 3723.0, 3713.0, 3723.0, 3724.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3723.0, 3714.0, 3724.0, 3714.0, 3734.0, 3714.0, 3723.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3712.0, 3713.0, 3722.0, 3713.0, 3721.0, 3713.0, 3722.0, 3712.0, 3722.0, 3713.0, 3723.0, 3713.0, 3723.0, 3712.0, 3712.0, 3712.0, 3723.0, 3724.0, 3723.0, 3712.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3723.0, 3712.0, 3712.0, 3723.0, 3702.0, 3713.0, 3713.0, 3713.0, 3713.0, 3724.0, 3713.0, 3724.0, 3713.0, 3714.0, 3725.0, 3714.0, 3713.0, 3724.0, 3724.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3725.0, 3725.0, 3734.0, 3713.0, 3722.0, 3724.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3734.0, 3724.0, 3734.0, 3724.0, 3734.0, 3724.0, 3723.0, 3713.0, 3723.0, 3714.0, 3733.0, 3713.0, 3733.0, 3714.0, 3733.0, 3712.0, 3722.0, 3713.0, 3722.0, 3713.0, 3722.0, 3712.0, 3722.0, 3711.0, 3732.0, 3712.0, 3722.0, 3712.0, 3711.0, 3711.0, 3710.0, 3711.0, 3721.0, 3712.0, 3721.0, 3723.0, 3722.0, 3713.0, 3723.0, 3723.0, 3723.0, 3713.0, 3722.0, 3712.0, 3722.0, 3711.0, 3722.0, 3712.0, 3723.0, 3723.0, 3723.0, 3723.0, 3724.0, 3724.0, 3714.0, 3723.0, 3713.0, 3744.0, 3713.0, 3733.0, 3702.0, 3732.0, 3712.0, 3732.0, 3711.0, 3721.0, 3700.0, 3721.0, 3700.0, 3720.0, 3700.0, 3710.0, 3710.0, 3710.0, 3710.0, 3710.0, 3700.0, 3710.0, 3711.0, 3711.0, 3712.0, 3711.0, 3712.0, 3722.0, 3702.0, 3711.0, 3713.0, 3723.0, 3713.0, 3722.0, 3702.0, 3722.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3723.0, 3712.0, 3713.0, 3713.0, 3714.0, 3713.0, 3724.0, 3713.0, 3724.0, 3713.0, 3724.0, 3713.0, 3713.0, 3723.0, 3712.0, 3712.0, 3712.0, 3712.0, 3723.0, 3712.0, 3712.0, 3722.0, 3712.0, 3712.0, 3723.0, 3712.0, 3723.0, 3723.0, 3724.0, 3725.0, 3735.0, 3725.0, 3736.0, 3726.0, 3725.0, 3736.0, 3725.0, 3726.0, 3724.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3735.0, 3725.0, 3735.0, 3735.0, 3725.0, 3725.0, 3725.0, 3725.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3723.0, 3724.0, 3723.0, 3724.0, 3724.0, 3724.0, 3724.0, 3724.0, 3713.0, 3713.0, 3713.0, 3724.0, 3713.0, 3713.0, 3713.0, 3723.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3711.0, 3712.0, 3711.0, 3711.0, 3712.0, 3711.0, 3722.0, 3723.0, 3722.0, 3713.0, 3723.0, 3723.0, 3723.0, 3724.0, 3722.0, 3713.0, 3722.0, 3713.0, 3723.0, 3723.0, 3723.0, 3713.0, 3722.0, 3713.0, 3722.0, 3712.0, 3722.0, 3713.0, 3722.0, 3713.0, 3733.0, 3713.0, 3722.0, 3713.0, 3723.0, 3713.0, 3723.0, 3713.0, 3721.0, 3713.0, 3712.0, 3712.0, 3722.0, 3702.0, 3712.0, 3713.0, 3723.0, 3713.0, 3724.0, 3714.0, 3724.0, 3714.0, 3724.0, 3714.0, 3724.0, 3714.0, 3724.0, 3724.0, 3713.0, 3713.0, 3713.0, 3713.0, 3724.0, 3714.0, 3734.0, 3714.0, 3724.0, 3714.0, 3724.0, 3703.0, 3723.0, 3713.0, 3712.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3713.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3722.0, 3712.0, 3713.0, 3713.0, 3713.0, 3713.0, 3713.0, 3724.0, 3712.0, 3713.0, 3713.0, 3723.0, 3712.0, 3722.0, 3712.0, 3722.0, 3711.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3711.0, 3722.0, 3713.0, 3721.0, 3711.0, 3722.0, 3712.0, 3722.0, 3712.0, 3722.0, 3702.0, 3722.0, 3714.0, 3734.0, 3713.0, 3723.0, 3712.0, 3724.0, 3702.0, 3712.0, 3714.0, 3726.0, 3737.0, 3727.0, 3738.0, 3728.0, 3768.0, 3725.0, 3735.0, 3713.0, 3723.0, 3701.0, 3722.0, 3711.0, 3699.0, 3710.0, 3699.0, 3699.0, 3698.0, 3710.0, 3699.0, 3709.0, 3700.0, 3711.0, 3711.0, 3711.0, 3701.0, 3711.0, 3710.0, 3721.0, 3712.0, 3711.0, 3700.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3708.0, 3711.0, 3711.0, 3711.0, 3710.0, 3712.0, 3712.0, 3712.0, 3712.0, 3711.0, 3711.0, 3712.0, 3712.0, 3712.0, 3713.0, 3723.0, 3713.0, 3713.0, 3713.0, 3723.0, 3723.0, 3712.0, 3712.0, 3723.0, 3702.0, 3722.0, 3712.0, 3711.0, 3712.0, 3722.0, 3712.0, 3722.0, 3713.0, 3722.0, 3712.0, 3722.0, 3713.0, 3722.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3723.0, 3712.0, 3723.0, 3713.0, 3722.0, 3713.0, 3723.0, 3712.0, 3723.0, 3712.0, 3723.0, 3712.0, 3712.0, 3713.0, 3713.0, 3713.0, 3714.0, 3702.0, 3713.0, 3713.0, 3703.0, 3713.0, 3714.0, 3712.0, 3713.0, 3723.0, 3713.0, 3723.0, 3702.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3712.0, 3713.0, 3713.0, 3714.0, 3725.0, 3715.0, 3736.0, 3727.0, 3736.0, 3727.0, 3736.0, 3727.0, 3735.0, 3715.0, 3745.0, 3714.0, 3735.0, 3714.0, 3734.0, 3703.0, 3723.0, 3713.0, 3712.0, 3712.0, 3711.0, 3712.0, 3712.0, 3712.0, 3703.0, 3714.0, 3713.0, 3714.0, 3714.0, 3714.0, 3725.0, 3715.0, 3714.0, 3726.0, 3724.0, 3725.0, 3735.0, 3715.0, 3714.0, 3725.0, 3725.0, 3713.0, 3724.0, 3715.0, 3713.0, 3714.0, 3714.0, 3713.0, 3711.0, 3714.0, 3702.0, 3713.0, 3714.0, 3714.0, 3711.0, 3714.0, 3713.0, 3724.0, 3713.0, 3714.0, 3713.0, 3724.0, 3713.0, 3723.0, 3713.0, 3712.0, 3712.0, 3722.0, 3711.0, 3722.0, 3713.0, 3721.0, 3711.0, 3722.0, 3712.0, 3721.0, 3712.0, 3723.0, 3714.0, 3723.0, 3714.0, 3724.0, 3714.0, 3723.0, 3714.0, 3724.0, 3713.0, 3733.0, 3714.0, 3712.0, 3713.0, 3713.0, 3713.0, 3712.0, 3712.0, 3712.0, 3723.0, 3723.0, 3713.0, 3723.0, 3714.0, 3724.0, 3714.0, 3734.0, 3725.0, 3724.0, 3714.0, 3735.0, 3714.0, 3724.0, 3714.0, 3724.0, 3713.0, 3724.0, 3713.0, 3724.0, 3713.0, 3714.0, 3713.0, 3713.0, 3713.0, 3711.0, 3713.0, 3712.0, 3711.0, 3711.0, 3711.0, 3711.0, 3711.0, 3712.0, 3712.0, 3700.0, 3712.0, 3713.0, 3711.0, 3702.0, 3701.0, 3712.0, 3712.0, 3713.0, 3712.0, 3711.0, 3700.0, 3700.0, 3711.0, 3712.0, 3700.0, 3700.0, 3698.0, 3700.0, 3700.0, 3711.0, 3722.0, 3713.0, 3724.0, 3714.0, 3713.0, 3724.0, 3714.0, 3713.0, 3713.0, 3723.0, 3713.0, 3733.0, 3702.0, 3732.0, 3701.0, 3721.0, 3701.0, 3721.0, 3700.0, 3721.0, 3700.0, 3710.0, 3701.0, 3722.0, 3712.0, 3721.0, 3713.0, 3723.0, 3713.0, 3724.0, 3714.0, 3724.0, 3713.0, 3734.0, 3714.0, 3723.0, 3713.0, 3723.0, 3713.0, 3722.0, 3714.0, 3723.0, 3713.0, 3724.0, 3713.0, 3723.0, 3725.0, 3725.0, 3714.0, 3725.0, 3713.0, 3726.0, 3725.0, 3725.0, 3726.0, 3726.0, 3736.0, 3715.0, 3736.0, 3715.0, 3736.0, 3715.0, 3746.0, 3725.0, 3733.0, 3714.0, 3724.0, 3714.0, 3735.0, 3714.0, 3734.0, 3714.0, 3724.0, 3724.0, 3724.0, 3713.0, 3722.0, 3714.0, 3724.0, 3713.0, 3723.0, 3714.0, 3725.0, 3712.0, 3724.0, 3713.0, 3713.0, 3723.0, 3724.0, 3723.0, 3725.0, 3735.0, 3715.0, 3736.0, 3726.0, 3735.0, 3714.0, 3725.0, 3725.0, 3724.0, 3725.0, 3716.0, 3714.0, 3714.0, 3713.0, 3713.0, 3734.0, 3714.0, 3745.0, 3714.0, 3745.0, 3713.0, 3744.0, 3714.0], 'WindowWidth': [8517.0, 8474.0, 8457.0, 8423.0, 8441.0, 8411.0, 8408.0, 8390.0, 8400.0, 8388.0, 8385.0, 8388.0, 8386.0, 8404.0, 8405.0, 8403.0, 8388.0, 8404.0, 8391.0, 8417.0, 8405.0, 8402.0, 8401.0, 8400.0, 8400.0, 8415.0, 8404.0, 8402.0, 8403.0, 8419.0, 8406.0, 8419.0, 8404.0, 8403.0, 8404.0, 8415.0, 8388.0, 8416.0, 8387.0, 8412.0, 8385.0, 8399.0, 8384.0, 8382.0, 8382.0, 8380.0, 8397.0, 8381.0, 8400.0, 8384.0, 8388.0, 8399.0, 8388.0, 8388.0, 8388.0, 8386.0, 8386.0, 8399.0, 8389.0, 8384.0, 8401.0, 8385.0, 8387.0, 8385.0, 8387.0, 8400.0, 8389.0, 8386.0, 8404.0, 8404.0, 8389.0, 8414.0, 8389.0, 8398.0, 8388.0, 8385.0, 8400.0, 8382.0, 8383.0, 8380.0, 8386.0, 8382.0, 8398.0, 8382.0, 8399.0, 8396.0, 8388.0, 8384.0, 8398.0, 8384.0, 8399.0, 8384.0, 8399.0, 8398.0, 8395.0, 8382.0, 8399.0, 8384.0, 8397.0, 8397.0, 8397.0, 8399.0, 8405.0, 8403.0, 8423.0, 8409.0, 8428.0, 8416.0, 8433.0, 8431.0, 8431.0, 8433.0, 8446.0, 8432.0, 8443.0, 8426.0, 8424.0, 8411.0, 8422.0, 8410.0, 8432.0, 8406.0, 8405.0, 8406.0, 8421.0, 8409.0, 8422.0, 8424.0, 8422.0, 8410.0, 8421.0, 8407.0, 8418.0, 8406.0, 8417.0, 8390.0, 8401.0, 8389.0, 8400.0, 8389.0, 8402.0, 8388.0, 8400.0, 8402.0, 8415.0, 8389.0, 8401.0, 8404.0, 8402.0, 8390.0, 8416.0, 8403.0, 8417.0, 8402.0, 8401.0, 8389.0, 8402.0, 8402.0, 8403.0, 8406.0, 8402.0, 8405.0, 8408.0, 8390.0, 8407.0, 8407.0, 8425.0, 8426.0, 8426.0, 8426.0, 8425.0, 8426.0, 8410.0, 8410.0, 8434.0, 8393.0, 8433.0, 8406.0, 8431.0, 8390.0, 8416.0, 8385.0, 8410.0, 8384.0, 8393.0, 8381.0, 8380.0, 8377.0, 8380.0, 8383.0, 8381.0, 8384.0, 8384.0, 8386.0, 8383.0, 8385.0, 8395.0, 8387.0, 8399.0, 8403.0, 8400.0, 8402.0, 8402.0, 8403.0, 8417.0, 8404.0, 8402.0, 8402.0, 8416.0, 8401.0, 8416.0, 8402.0, 8401.0, 8385.0, 8414.0, 8400.0, 8413.0, 8401.0, 8399.0, 8400.0, 8401.0, 8402.0, 8416.0, 8403.0, 8401.0, 8403.0, 8392.0, 8403.0, 8406.0, 8405.0, 8404.0, 8404.0, 8407.0, 8397.0, 8406.0, 8403.0, 8406.0, 8404.0, 8406.0, 8403.0, 8406.0, 8404.0, 8408.0, 8405.0, 8405.0, 8416.0, 8390.0, 8401.0, 8390.0, 8402.0, 8389.0, 8414.0, 8389.0, 8399.0, 8402.0, 8400.0, 8390.0, 8399.0, 8401.0, 8398.0, 8387.0, 8399.0, 8400.0, 8384.0, 8385.0, 8397.0, 8384.0, 8379.0, 8399.0, 8383.0, 8400.0, 8398.0, 8401.0, 8399.0, 8401.0, 8414.0, 8418.0, 8401.0, 8418.0, 8417.0, 8405.0, 8420.0, 8405.0, 8403.0, 8403.0, 8403.0, 8400.0, 8403.0, 8402.0, 8402.0, 8402.0, 8403.0, 8402.0, 8403.0, 8401.0, 8403.0, 8403.0, 8401.0, 8400.0, 8388.0, 8398.0, 8402.0, 8399.0, 8386.0, 8398.0, 8400.0, 8382.0, 8383.0, 8397.0, 8385.0, 8414.0, 8402.0, 8405.0, 8403.0, 8405.0, 8402.0, 8403.0, 8402.0, 8400.0, 8400.0, 8399.0, 8383.0, 8384.0, 8381.0, 8383.0, 8381.0, 8382.0, 8380.0, 8383.0, 8382.0, 8386.0, 8398.0, 8386.0, 8399.0, 8388.0, 8399.0, 8391.0, 8399.0, 8388.0, 8414.0, 8402.0, 8402.0, 8403.0, 8402.0, 8405.0, 8403.0, 8404.0, 8417.0, 8401.0, 8402.0, 8401.0, 8401.0, 8401.0, 8401.0, 8400.0, 8399.0, 8399.0, 8397.0, 8381.0, 8395.0, 8381.0, 8393.0, 8382.0, 8394.0, 8395.0, 8393.0, 8380.0, 8393.0, 8380.0, 8395.0, 8396.0, 8393.0, 8381.0, 8395.0, 8396.0, 8395.0, 8397.0, 8394.0, 8397.0, 8396.0, 8396.0, 8396.0, 8397.0, 8382.0, 8397.0, 8398.0, 8397.0, 8382.0, 8398.0, 8397.0, 8383.0, 8383.0, 8396.0, 8383.0, 8396.0, 8383.0, 8384.0, 8398.0, 8384.0, 8389.0, 8387.0, 8408.0, 8407.0, 8411.0, 8408.0, 8410.0, 8425.0, 8415.0, 8439.0, 8411.0, 8436.0, 8391.0, 8444.0, 8386.0, 8411.0, 8384.0, 8381.0, 8384.0, 8383.0, 8387.0, 8402.0, 8403.0, 8403.0, 8406.0, 8405.0, 8407.0, 8408.0, 8407.0, 8392.0, 8433.0, 8390.0, 8429.0, 8388.0, 8413.0, 8385.0, 8411.0, 8369.0, 8410.0, 8381.0, 8378.0, 8380.0, 8365.0, 8379.0, 8379.0, 8378.0, 8378.0, 8380.0, 8378.0, 8379.0, 8379.0, 8377.0, 8365.0, 8380.0, 8379.0, 8384.0, 8367.0, 8381.0, 8381.0, 8382.0, 8367.0, 8382.0, 8382.0, 8379.0, 8380.0, 8393.0, 8380.0, 8393.0, 8380.0, 8394.0, 8381.0, 8379.0, 8381.0, 8395.0, 8383.0, 8394.0, 8385.0, 8397.0, 8385.0, 8399.0, 8400.0, 8400.0, 8389.0, 8400.0, 8386.0, 8398.0, 8386.0, 8399.0, 8387.0, 8416.0, 8404.0, 8403.0, 8405.0, 8419.0, 8406.0, 8420.0, 8407.0, 8405.0, 8406.0, 8405.0, 8403.0, 8400.0, 8400.0, 8414.0, 8401.0, 8399.0, 8400.0, 8400.0, 8400.0, 8402.0, 8402.0, 8403.0, 8404.0, 8389.0, 8391.0, 8406.0, 8405.0, 8405.0, 8390.0, 8388.0, 8403.0, 8388.0, 8401.0, 8401.0, 8401.0, 8400.0, 8401.0, 8399.0, 8385.0, 8399.0, 8385.0, 8398.0, 8400.0, 8398.0, 8384.0, 8396.0, 8385.0, 8397.0, 8386.0, 8397.0, 8387.0, 8398.0, 8387.0, 8398.0, 8402.0, 8399.0, 8387.0, 8398.0, 8387.0, 8399.0, 8387.0, 8400.0, 8390.0, 8402.0, 8390.0, 8401.0, 8390.0, 8401.0, 8391.0, 8401.0, 8389.0, 8414.0, 8390.0, 8401.0, 8389.0, 8400.0, 8387.0, 8399.0, 8387.0, 8398.0, 8387.0, 8399.0, 8388.0, 8385.0, 8386.0, 8397.0, 8386.0, 8394.0, 8386.0, 8397.0, 8384.0, 8397.0, 8385.0, 8399.0, 8386.0, 8398.0, 8386.0, 8384.0, 8384.0, 8398.0, 8400.0, 8399.0, 8385.0, 8398.0, 8399.0, 8401.0, 8399.0, 8400.0, 8400.0, 8385.0, 8384.0, 8399.0, 8370.0, 8387.0, 8387.0, 8389.0, 8386.0, 8403.0, 8385.0, 8402.0, 8386.0, 8391.0, 8405.0, 8391.0, 8388.0, 8405.0, 8402.0, 8391.0, 8402.0, 8390.0, 8401.0, 8390.0, 8406.0, 8405.0, 8414.0, 8388.0, 8397.0, 8402.0, 8398.0, 8386.0, 8398.0, 8387.0, 8401.0, 8390.0, 8399.0, 8387.0, 8399.0, 8388.0, 8415.0, 8403.0, 8414.0, 8404.0, 8414.0, 8403.0, 8401.0, 8388.0, 8399.0, 8388.0, 8413.0, 8386.0, 8411.0, 8388.0, 8410.0, 8385.0, 8395.0, 8385.0, 8397.0, 8386.0, 8396.0, 8385.0, 8395.0, 8382.0, 8409.0, 8383.0, 8395.0, 8383.0, 8379.0, 8381.0, 8378.0, 8381.0, 8393.0, 8382.0, 8394.0, 8398.0, 8395.0, 8386.0, 8398.0, 8401.0, 8399.0, 8386.0, 8396.0, 8384.0, 8396.0, 8381.0, 8396.0, 8382.0, 8399.0, 8400.0, 8401.0, 8401.0, 8403.0, 8402.0, 8390.0, 8401.0, 8388.0, 8428.0, 8386.0, 8411.0, 8371.0, 8410.0, 8383.0, 8408.0, 8380.0, 8391.0, 8364.0, 8392.0, 8363.0, 8389.0, 8363.0, 8375.0, 8377.0, 8375.0, 8377.0, 8376.0, 8365.0, 8378.0, 8381.0, 8379.0, 8382.0, 8380.0, 8384.0, 8396.0, 8370.0, 8382.0, 8386.0, 8398.0, 8386.0, 8397.0, 8370.0, 8396.0, 8385.0, 8382.0, 8385.0, 8383.0, 8383.0, 8382.0, 8384.0, 8383.0, 8385.0, 8384.0, 8399.0, 8385.0, 8387.0, 8386.0, 8389.0, 8387.0, 8402.0, 8388.0, 8401.0, 8387.0, 8402.0, 8385.0, 8386.0, 8400.0, 8383.0, 8383.0, 8383.0, 8383.0, 8398.0, 8383.0, 8382.0, 8396.0, 8382.0, 8382.0, 8398.0, 8384.0, 8400.0, 8401.0, 8404.0, 8405.0, 8419.0, 8407.0, 8422.0, 8408.0, 8406.0, 8421.0, 8405.0, 8408.0, 8404.0, 8406.0, 8403.0, 8403.0, 8404.0, 8404.0, 8419.0, 8407.0, 8420.0, 8421.0, 8406.0, 8405.0, 8405.0, 8405.0, 8402.0, 8402.0, 8402.0, 8402.0, 8403.0, 8402.0, 8400.0, 8401.0, 8400.0, 8401.0, 8402.0, 8402.0, 8402.0, 8401.0, 8387.0, 8388.0, 8388.0, 8402.0, 8388.0, 8388.0, 8385.0, 8400.0, 8387.0, 8383.0, 8384.0, 8383.0, 8381.0, 8382.0, 8381.0, 8381.0, 8380.0, 8382.0, 8380.0, 8381.0, 8382.0, 8381.0, 8397.0, 8399.0, 8397.0, 8385.0, 8398.0, 8400.0, 8399.0, 8402.0, 8397.0, 8386.0, 8397.0, 8386.0, 8398.0, 8399.0, 8398.0, 8386.0, 8397.0, 8385.0, 8398.0, 8385.0, 8395.0, 8385.0, 8397.0, 8387.0, 8413.0, 8386.0, 8397.0, 8386.0, 8398.0, 8387.0, 8398.0, 8386.0, 8395.0, 8386.0, 8382.0, 8384.0, 8396.0, 8371.0, 8383.0, 8387.0, 8399.0, 8388.0, 8402.0, 8391.0, 8403.0, 8391.0, 8402.0, 8389.0, 8402.0, 8388.0, 8402.0, 8402.0, 8385.0, 8387.0, 8386.0, 8388.0, 8403.0, 8389.0, 8416.0, 8390.0, 8402.0, 8390.0, 8401.0, 8372.0, 8398.0, 8386.0, 8383.0, 8385.0, 8384.0, 8384.0, 8381.0, 8384.0, 8382.0, 8385.0, 8384.0, 8382.0, 8383.0, 8383.0, 8382.0, 8384.0, 8396.0, 8384.0, 8386.0, 8386.0, 8386.0, 8387.0, 8386.0, 8401.0, 8385.0, 8385.0, 8385.0, 8399.0, 8384.0, 8397.0, 8383.0, 8395.0, 8380.0, 8395.0, 8381.0, 8396.0, 8382.0, 8395.0, 8381.0, 8394.0, 8384.0, 8394.0, 8381.0, 8395.0, 8383.0, 8396.0, 8384.0, 8396.0, 8370.0, 8395.0, 8389.0, 8415.0, 8387.0, 8399.0, 8385.0, 8401.0, 8370.0, 8384.0, 8390.0, 8409.0, 8426.0, 8415.0, 8428.0, 8415.0, 8467.0, 8407.0, 8417.0, 8387.0, 8398.0, 8366.0, 8394.0, 8379.0, 8360.0, 8376.0, 8361.0, 8358.0, 8357.0, 8374.0, 8358.0, 8374.0, 8362.0, 8377.0, 8380.0, 8379.0, 8366.0, 8381.0, 8378.0, 8392.0, 8381.0, 8378.0, 8364.0, 8378.0, 8378.0, 8379.0, 8380.0, 8379.0, 8373.0, 8379.0, 8380.0, 8381.0, 8379.0, 8382.0, 8382.0, 8381.0, 8382.0, 8381.0, 8381.0, 8383.0, 8384.0, 8384.0, 8385.0, 8400.0, 8385.0, 8386.0, 8386.0, 8399.0, 8400.0, 8384.0, 8383.0, 8397.0, 8369.0, 8396.0, 8383.0, 8380.0, 8381.0, 8395.0, 8382.0, 8396.0, 8385.0, 8396.0, 8382.0, 8397.0, 8385.0, 8395.0, 8387.0, 8398.0, 8386.0, 8398.0, 8385.0, 8398.0, 8384.0, 8397.0, 8385.0, 8397.0, 8386.0, 8398.0, 8383.0, 8397.0, 8383.0, 8399.0, 8383.0, 8383.0, 8385.0, 8386.0, 8386.0, 8389.0, 8371.0, 8387.0, 8386.0, 8373.0, 8385.0, 8388.0, 8383.0, 8386.0, 8399.0, 8386.0, 8397.0, 8371.0, 8383.0, 8383.0, 8384.0, 8383.0, 8382.0, 8382.0, 8382.0, 8386.0, 8385.0, 8391.0, 8405.0, 8394.0, 8421.0, 8412.0, 8423.0, 8412.0, 8422.0, 8412.0, 8420.0, 8393.0, 8432.0, 8391.0, 8418.0, 8389.0, 8414.0, 8373.0, 8396.0, 8384.0, 8382.0, 8383.0, 8381.0, 8381.0, 8382.0, 8384.0, 8372.0, 8390.0, 8386.0, 8390.0, 8390.0, 8391.0, 8406.0, 8393.0, 8391.0, 8408.0, 8404.0, 8407.0, 8419.0, 8392.0, 8389.0, 8407.0, 8405.0, 8388.0, 8402.0, 8391.0, 8386.0, 8390.0, 8388.0, 8385.0, 8382.0, 8388.0, 8369.0, 8388.0, 8387.0, 8389.0, 8383.0, 8390.0, 8388.0, 8404.0, 8388.0, 8389.0, 8388.0, 8401.0, 8386.0, 8400.0, 8386.0, 8384.0, 8383.0, 8396.0, 8380.0, 8395.0, 8384.0, 8392.0, 8380.0, 8396.0, 8383.0, 8394.0, 8384.0, 8398.0, 8389.0, 8399.0, 8389.0, 8402.0, 8390.0, 8401.0, 8390.0, 8401.0, 8387.0, 8413.0, 8388.0, 8382.0, 8385.0, 8386.0, 8385.0, 8381.0, 8384.0, 8381.0, 8399.0, 8399.0, 8387.0, 8400.0, 8390.0, 8402.0, 8392.0, 8416.0, 8406.0, 8404.0, 8391.0, 8418.0, 8390.0, 8403.0, 8389.0, 8403.0, 8386.0, 8402.0, 8387.0, 8401.0, 8387.0, 8388.0, 8386.0, 8386.0, 8386.0, 8381.0, 8384.0, 8382.0, 8380.0, 8380.0, 8379.0, 8379.0, 8380.0, 8381.0, 8382.0, 8366.0, 8383.0, 8386.0, 8382.0, 8371.0, 8369.0, 8383.0, 8384.0, 8384.0, 8382.0, 8381.0, 8365.0, 8364.0, 8378.0, 8380.0, 8363.0, 8362.0, 8357.0, 8360.0, 8363.0, 8380.0, 8396.0, 8386.0, 8403.0, 8389.0, 8388.0, 8401.0, 8390.0, 8385.0, 8386.0, 8397.0, 8385.0, 8411.0, 8368.0, 8408.0, 8366.0, 8393.0, 8367.0, 8392.0, 8364.0, 8392.0, 8365.0, 8378.0, 8367.0, 8394.0, 8383.0, 8395.0, 8387.0, 8398.0, 8387.0, 8401.0, 8389.0, 8402.0, 8387.0, 8415.0, 8389.0, 8399.0, 8387.0, 8400.0, 8387.0, 8398.0, 8388.0, 8400.0, 8388.0, 8402.0, 8388.0, 8401.0, 8405.0, 8404.0, 8391.0, 8405.0, 8389.0, 8408.0, 8406.0, 8407.0, 8408.0, 8409.0, 8421.0, 8394.0, 8421.0, 8395.0, 8423.0, 8395.0, 8434.0, 8407.0, 8414.0, 8391.0, 8404.0, 8390.0, 8417.0, 8390.0, 8415.0, 8390.0, 8404.0, 8403.0, 8403.0, 8388.0, 8397.0, 8390.0, 8403.0, 8387.0, 8401.0, 8389.0, 8403.0, 8386.0, 8404.0, 8388.0, 8387.0, 8401.0, 8403.0, 8402.0, 8406.0, 8418.0, 8395.0, 8421.0, 8409.0, 8419.0, 8391.0, 8406.0, 8406.0, 8404.0, 8408.0, 8394.0, 8391.0, 8390.0, 8388.0, 8388.0, 8416.0, 8389.0, 8431.0, 8390.0, 8430.0, 8386.0, 8428.0, 8390.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.00014007518796992484</td></tr>
<tr><td colspan=3>aqi</td><td>0.016501771428571427</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.52306472441687</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1742768468773532</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9822238551768254</td></tr>
<tr><td colspan=3>efc</td><td>0.4471</td></tr>
<tr><td colspan=3>fber</td><td>6912.1548</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06039624734531276</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.418061187252666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3690693980624387</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.592284574558756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2928295891368022</td></tr>
<tr><td colspan=3>gcor</td><td>0.00417876</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010488784871995449</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026094850152730942</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.8240653692690523</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>25.8991</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.681</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>132.7685</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307741.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>270.6273</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1682</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.7823</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2999.6525</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68803.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>830.5237</td></tr>
<tr><td colspan=3>tsnr</td><td>44.03262971318327</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>