<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-03/func/sub-0035_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>f407b2257693a4c0f70fd180f16b6a9c</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:25:43.825000</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_VE11C_LATEST_20160120</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.997967, 0.0266851, 0.0578761, -0.0329316, 0.993407, 0.109812]</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.105091</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7733, -7203, 641, -14, -48, 97, 49]</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>258.164</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>00687a57-06ed-40be-b33c-799e0bd3c059||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6774725914001465, -0.08835303038358688, 0.14732317626476288, 113.32148742675781], [-0.07159408181905746, 2.6652374267578125, 0.3010369539260864, -103.45694732666016], [0.1552773118019104, -0.2946188151836395, 2.6791179180145264, -45.13510513305664], [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': ['182543.825000', '182544.285000', '182544.745000', '182545.205000', '182545.665000', '182546.125000', '182546.585000', '182547.045000', '182547.505000', '182547.965000', '182548.425000', '182548.885000', '182549.345000', '182549.805000', '182550.265000', '182550.725000', '182551.185000', '182551.645000', '182552.105000', '182552.565000', '182553.025000', '182553.485000', '182553.945000', '182554.405000', '182554.865000', '182555.325000', '182555.785000', '182556.245000', '182556.705000', '182557.165000', '182557.625000', '182558.085000', '182558.545000', '182559.005000', '182559.465000', '182559.925000', '182600.385000', '182600.845000', '182601.305000', '182601.765000', '182602.225000', '182602.685000', '182603.145000', '182603.605000', '182604.065000', '182604.525000', '182604.985000', '182605.445000', '182605.905000', '182606.365000', '182606.825000', '182607.285000', '182607.745000', '182608.205000', '182608.665000', '182609.125000', '182609.585000', '182610.045000', '182610.505000', '182610.965000', '182611.425000', '182611.885000', '182612.345000', '182612.805000', '182613.265000', '182613.725000', '182614.185000', '182614.645000', '182615.105000', '182615.565000', '182616.025000', '182616.485000', '182616.945000', '182617.405000', '182617.865000', '182618.325000', '182618.785000', '182619.245000', '182619.705000', '182620.165000', '182620.625000', '182621.085000', '182621.545000', '182622.005000', '182622.465000', '182622.925000', '182623.385000', '182623.845000', '182624.305000', '182624.765000', '182625.225000', '182625.685000', '182626.145000', '182626.605000', '182627.065000', '182627.525000', '182627.985000', '182628.445000', '182628.905000', '182629.365000', '182629.825000', '182630.285000', '182630.745000', '182631.205000', '182631.665000', '182632.125000', '182632.585000', '182633.045000', '182633.505000', '182633.965000', '182634.425000', '182634.885000', '182635.345000', '182635.805000', '182636.265000', '182636.725000', '182637.185000', '182637.645000', '182638.105000', '182638.565000', '182639.025000', '182639.485000', '182639.945000', '182640.405000', '182640.865000', '182641.325000', '182641.785000', '182642.245000', '182642.705000', '182643.165000', '182643.625000', '182644.085000', '182644.545000', '182645.005000', '182645.465000', '182645.925000', '182646.385000', '182646.845000', '182647.305000', '182647.765000', '182648.225000', '182648.685000', '182649.145000', '182649.605000', '182650.065000', '182650.525000', '182650.985000', '182651.445000', '182651.905000', '182652.365000', '182652.825000', '182653.285000', '182653.745000', '182654.205000', '182654.665000', '182655.125000', '182655.585000', '182656.045000', '182656.505000', '182656.965000', '182657.425000', '182657.885000', '182658.345000', '182658.805000', '182659.265000', '182659.725000', '182700.185000', '182700.645000', '182701.105000', '182701.565000', '182702.025000', '182702.485000', '182702.945000', '182703.405000', '182703.865000', '182704.325000', '182704.785000', '182705.245000', '182705.705000', '182706.165000', '182706.625000', '182707.085000', '182707.545000', '182708.005000', '182708.465000', '182708.925000', '182709.385000', '182709.845000', '182710.305000', '182710.765000', '182711.225000', '182711.685000', '182712.145000', '182712.605000', '182713.065000', '182713.525000', '182713.985000', '182714.445000', '182714.905000', '182715.365000', '182715.825000', '182716.285000', '182716.745000', '182717.205000', '182717.665000', '182718.125000', '182718.585000', '182719.045000', '182719.505000', '182719.965000', '182720.425000', '182720.885000', '182721.345000', '182721.805000', '182722.265000', '182722.725000', '182723.185000', '182723.645000', '182724.105000', '182724.565000', '182725.025000', '182725.485000', '182725.945000', '182726.405000', '182726.865000', '182727.325000', '182727.785000', '182728.245000', '182728.705000', '182729.165000', '182729.625000', '182730.085000', '182730.545000', '182731.005000', '182731.465000', '182731.925000', '182732.385000', '182732.845000', '182733.305000', '182733.765000', '182734.225000', '182734.685000', '182735.145000', '182735.605000', '182736.065000', '182736.525000', '182736.985000', '182737.445000', '182737.905000', '182738.365000', '182738.825000', '182739.285000', '182739.745000', '182740.205000', '182740.665000', '182741.125000', '182741.585000', '182742.045000', '182742.505000', '182742.965000', '182743.425000', '182743.885000', '182744.345000', '182744.805000', '182745.265000', '182745.725000', '182746.185000', '182746.645000', '182747.105000', '182747.565000', '182748.025000', '182748.485000', '182748.945000', '182749.405000', '182749.865000', '182750.325000', '182750.785000', '182751.245000', '182751.705000', '182752.165000', '182752.625000', '182753.085000', '182753.545000', '182754.005000', '182754.465000', '182754.925000', '182755.385000', '182755.845000', '182756.305000', '182756.765000', '182757.225000', '182757.685000', '182758.145000', '182758.605000', '182759.065000', '182759.525000', '182759.985000', '182800.445000', '182800.905000', '182801.365000', '182801.825000', '182802.285000', '182802.745000', '182803.205000', '182803.665000', '182804.125000', '182804.585000', '182805.045000', '182805.505000', '182805.965000', '182806.425000', '182806.885000', '182807.345000', '182807.805000', '182808.265000', '182808.725000', '182809.185000', '182809.645000', '182810.105000', '182810.565000', '182811.025000', '182811.485000', '182811.945000', '182812.405000', '182812.865000', '182813.325000', '182813.785000', '182814.245000', '182814.705000', '182815.165000', '182815.625000', '182816.085000', '182816.545000', '182817.005000', '182817.465000', '182817.925000', '182818.385000', '182818.845000', '182819.305000', '182819.765000', '182820.225000', '182820.685000', '182821.145000', '182821.605000', '182822.065000', '182822.525000', '182822.985000', '182823.445000', '182823.905000', '182824.365000', '182824.825000', '182825.285000', '182825.745000', '182826.205000', '182826.665000', '182827.125000', '182827.585000', '182828.045000', '182828.505000', '182828.965000', '182829.425000', '182829.885000', '182830.345000', '182830.805000', '182831.265000', '182831.725000', '182832.185000', '182832.645000', '182833.105000', '182833.565000', '182834.025000', '182834.485000', '182834.945000', '182835.405000', '182835.865000', '182836.325000', '182836.785000', '182837.245000', '182837.705000', '182838.165000', '182838.625000', '182839.085000', '182839.545000', '182840.005000', '182840.465000', '182840.925000', '182841.385000', '182841.845000', '182842.305000', '182842.765000', '182843.225000', '182843.685000', '182844.145000', '182844.605000', '182845.065000', '182845.525000', '182845.985000', '182846.445000', '182846.905000', '182847.365000', '182847.825000', '182848.285000', '182848.745000', '182849.205000', '182849.665000', '182850.125000', '182850.585000', '182851.045000', '182851.505000', '182851.965000', '182852.425000', '182852.885000', '182853.345000', '182853.805000', '182854.265000', '182854.725000', '182855.185000', '182855.645000', '182856.105000', '182856.565000', '182857.025000', '182857.485000', '182857.945000', '182858.405000', '182858.865000', '182859.325000', '182859.785000', '182900.245000', '182900.705000', '182901.165000', '182901.625000', '182902.085000', '182902.545000', '182903.005000', '182903.465000', '182903.925000', '182904.385000', '182904.845000', '182905.305000', '182905.765000', '182906.225000', '182906.685000', '182907.145000', '182907.605000', '182908.065000', '182908.525000', '182908.985000', '182909.445000', '182909.905000', '182910.365000', '182910.825000', '182911.285000', '182911.745000', '182912.205000', '182912.665000', '182913.125000', '182913.585000', '182914.045000', '182914.505000', '182914.965000', '182915.425000', '182915.885000', '182916.345000', '182916.805000', '182917.265000', '182917.725000', '182918.185000', '182918.645000', '182919.105000', '182919.565000', '182920.025000', '182920.485000', '182920.945000', '182921.405000', '182921.865000', '182922.325000', '182922.785000', '182923.245000', '182923.705000', '182924.165000', '182924.625000', '182925.085000', '182925.545000', '182926.005000', '182926.465000', '182926.925000', '182927.385000', '182927.845000', '182928.305000', '182928.765000', '182929.225000', '182929.685000', '182930.145000', '182930.605000', '182931.065000', '182931.525000', '182931.985000', '182932.445000', '182932.905000', '182933.365000', '182933.825000', '182934.285000', '182934.745000', '182935.205000', '182935.665000', '182936.125000', '182936.585000', '182937.045000', '182937.505000', '182937.965000', '182938.425000', '182938.885000', '182939.345000', '182939.805000', '182940.265000', '182940.725000', '182941.185000', '182941.645000', '182942.105000', '182942.565000', '182943.025000', '182943.485000', '182943.945000', '182944.405000', '182944.865000', '182945.325000', '182945.785000', '182946.245000', '182946.705000', '182947.165000', '182947.625000', '182948.085000', '182948.545000', '182949.005000', '182949.465000', '182949.925000', '182950.385000', '182950.845000', '182951.305000', '182951.765000', '182952.225000', '182952.685000', '182953.145000', '182953.605000', '182954.065000', '182954.525000', '182954.985000', '182955.445000', '182955.905000', '182956.365000', '182956.825000', '182957.285000', '182957.745000', '182958.205000', '182958.665000', '182959.125000', '182959.585000', '183000.045000', '183000.505000', '183000.965000', '183001.425000', '183001.885000', '183002.345000', '183002.805000', '183003.265000', '183003.725000', '183004.185000', '183004.645000', '183005.105000', '183005.565000', '183006.025000', '183006.485000', '183006.945000', '183007.405000', '183007.865000', '183008.325000', '183008.785000', '183009.245000', '183009.705000', '183010.165000', '183010.625000', '183011.085000', '183011.545000', '183012.005000', '183012.465000', '183012.925000', '183013.385000', '183013.845000', '183014.305000', '183014.765000', '183015.225000', '183015.685000', '183016.145000', '183016.605000', '183017.065000', '183017.525000', '183017.985000', '183018.445000', '183018.905000', '183019.365000', '183019.825000', '183020.285000', '183020.745000', '183021.205000', '183021.665000', '183022.125000', '183022.585000', '183023.045000', '183023.505000', '183023.965000', '183024.425000', '183024.885000', '183025.345000', '183025.805000', '183026.265000', '183026.725000', '183027.185000', '183027.645000', '183028.105000', '183028.565000', '183029.025000', '183029.485000', '183029.945000', '183030.405000', '183030.865000', '183031.325000', '183031.785000', '183032.245000', '183032.705000', '183033.165000', '183033.625000', '183034.085000', '183034.545000', '183035.005000', '183035.465000', '183035.925000', '183036.385000', '183036.845000', '183037.305000', '183037.765000', '183038.225000', '183038.685000', '183039.145000', '183039.605000', '183040.065000', '183040.525000', '183040.985000', '183041.445000', '183041.905000', '183042.365000', '183042.825000', '183043.285000', '183043.745000', '183044.205000', '183044.665000', '183045.125000', '183045.585000', '183046.045000', '183046.505000', '183046.965000', '183047.425000', '183047.885000', '183048.345000', '183048.805000', '183049.265000', '183049.725000', '183050.185000', '183050.645000', '183051.105000', '183051.565000', '183052.025000', '183052.485000', '183052.945000', '183053.405000', '183053.865000', '183054.325000', '183054.785000', '183055.245000', '183055.705000', '183056.165000', '183056.625000', '183057.085000', '183057.545000', '183058.005000', '183058.465000', '183058.925000', '183059.385000', '183059.845000', '183100.305000', '183100.765000', '183101.225000', '183101.685000', '183102.145000', '183102.605000', '183103.065000', '183103.525000', '183103.985000', '183104.445000', '183104.905000', '183105.365000', '183105.825000', '183106.285000', '183106.745000', '183107.205000', '183107.665000', '183108.125000', '183108.585000', '183109.045000', '183109.505000', '183109.965000', '183110.425000', '183110.885000', '183111.345000', '183111.805000', '183112.265000', '183112.725000', '183113.185000', '183113.645000', '183114.105000', '183114.565000', '183115.025000', '183115.485000', '183115.945000', '183116.405000', '183116.865000', '183117.325000', '183117.785000', '183118.245000', '183118.705000', '183119.165000', '183119.625000', '183120.085000', '183120.545000', '183121.005000', '183121.465000', '183121.925000', '183122.385000', '183122.845000', '183123.305000', '183123.765000', '183124.225000', '183124.685000', '183125.145000', '183125.605000', '183126.065000', '183126.525000', '183126.985000', '183127.445000', '183127.905000', '183128.365000', '183128.825000', '183129.285000', '183129.745000', '183130.205000', '183130.665000', '183131.125000', '183131.585000', '183132.045000', '183132.505000', '183132.965000', '183133.425000', '183133.885000', '183134.345000', '183134.805000', '183135.265000', '183135.725000', '183136.185000', '183136.645000', '183137.105000', '183137.565000', '183138.025000', '183138.485000', '183138.945000', '183139.405000', '183139.865000', '183140.325000', '183140.785000', '183141.245000', '183141.705000', '183142.165000', '183142.625000', '183143.085000', '183143.545000', '183144.005000', '183144.465000', '183144.925000', '183145.385000', '183145.845000', '183146.305000', '183146.765000', '183147.225000', '183147.685000', '183148.145000', '183148.605000', '183149.065000', '183149.525000', '183149.985000', '183150.445000', '183150.905000', '183151.365000', '183151.825000', '183152.285000', '183152.745000', '183153.205000', '183153.665000', '183154.125000', '183154.585000', '183155.045000', '183155.505000', '183155.965000', '183156.425000', '183156.885000', '183157.345000', '183157.805000', '183158.265000', '183158.725000', '183159.185000', '183159.645000', '183200.105000', '183200.565000', '183201.025000', '183201.485000', '183201.945000', '183202.405000', '183202.865000', '183203.325000', '183203.785000', '183204.245000', '183204.705000', '183205.165000', '183205.625000', '183206.085000', '183206.545000', '183207.005000', '183207.465000', '183207.925000', '183208.385000', '183208.845000', '183209.305000', '183209.765000', '183210.225000', '183210.685000', '183211.145000', '183211.605000', '183212.065000', '183212.525000', '183212.985000', '183213.445000', '183213.905000', '183214.365000', '183214.825000', '183215.285000', '183215.745000', '183216.205000', '183216.665000', '183217.125000', '183217.585000', '183218.045000', '183218.505000', '183218.965000', '183219.425000', '183219.885000', '183220.345000', '183220.805000', '183221.265000', '183221.725000', '183222.185000', '183222.645000', '183223.105000', '183223.565000', '183224.025000', '183224.485000', '183224.945000', '183225.405000', '183225.865000', '183226.325000', '183226.785000', '183227.245000', '183227.705000', '183228.165000', '183228.625000', '183229.085000', '183229.545000', '183230.005000', '183230.465000', '183230.925000', '183231.385000', '183231.845000', '183232.305000', '183232.765000', '183233.225000', '183233.685000', '183234.145000', '183234.605000', '183235.065000', '183235.525000', '183235.985000', '183236.445000', '183236.905000', '183237.365000', '183237.825000', '183238.285000', '183238.745000', '183239.205000', '183239.665000', '183240.125000', '183240.585000', '183241.045000', '183241.505000', '183241.965000', '183242.425000', '183242.885000', '183243.345000', '183243.805000', '183244.265000', '183244.725000', '183245.185000', '183245.645000', '183246.105000', '183246.565000', '183247.025000', '183247.485000', '183247.945000', '183248.405000', '183248.865000', '183249.325000', '183249.785000', '183250.245000', '183250.705000', '183251.165000', '183251.625000', '183252.085000', '183252.545000', '183253.005000', '183253.465000', '183253.925000', '183254.385000', '183254.845000', '183255.305000', '183255.765000', '183256.225000', '183256.685000', '183257.145000', '183257.605000', '183258.065000', '183258.525000', '183258.985000', '183259.445000', '183259.905000', '183300.365000', '183300.825000', '183301.285000', '183301.745000', '183302.205000', '183302.665000', '183303.125000', '183303.585000', '183304.045000', '183304.505000', '183304.965000', '183305.425000', '183305.885000', '183306.345000', '183306.805000', '183307.265000', '183307.725000', '183308.185000', '183308.645000', '183309.105000', '183309.565000', '183310.025000', '183310.485000', '183310.945000', '183311.405000', '183311.865000', '183312.325000', '183312.785000', '183313.245000', '183313.705000', '183314.165000', '183314.625000', '183315.085000', '183315.545000', '183316.005000', '183316.465000', '183316.925000', '183317.385000', '183317.845000', '183318.305000', '183318.765000', '183319.225000', '183319.685000', '183320.145000', '183320.605000', '183321.065000', '183321.525000', '183321.985000', '183322.445000', '183322.905000', '183323.365000', '183323.825000', '183324.285000', '183324.745000', '183325.205000', '183325.665000', '183326.125000', '183326.585000', '183327.045000', '183327.505000', '183327.965000', '183328.425000', '183328.885000', '183329.345000', '183329.805000', '183330.265000', '183330.725000', '183331.185000', '183331.645000', '183332.105000', '183332.565000', '183333.025000', '183333.485000', '183333.945000', '183334.405000', '183334.865000', '183335.325000', '183335.785000', '183336.245000', '183336.705000', '183337.165000', '183337.625000', '183338.085000', '183338.545000', '183339.005000', '183339.465000', '183339.925000', '183340.385000', '183340.845000', '183341.305000', '183341.765000', '183342.225000', '183342.685000', '183343.145000', '183343.605000', '183344.065000', '183344.525000', '183344.985000', '183345.445000', '183345.905000', '183346.365000', '183346.825000', '183347.285000', '183347.745000', '183348.205000', '183348.665000', '183349.125000', '183349.585000', '183350.045000', '183350.505000', '183350.965000', '183351.425000', '183351.885000', '183352.345000', '183352.805000', '183353.265000', '183353.725000', '183354.185000', '183354.645000', '183355.105000', '183355.565000', '183356.025000', '183356.485000', '183356.945000', '183357.405000', '183357.865000', '183358.325000', '183358.785000', '183359.245000', '183359.705000', '183400.165000', '183400.625000', '183401.085000', '183401.545000', '183402.005000', '183402.465000', '183402.925000', '183403.385000', '183403.845000', '183404.305000', '183404.765000', '183405.225000', '183405.685000', '183406.145000', '183406.605000', '183407.065000', '183407.525000', '183407.985000', '183408.445000', '183408.905000', '183409.365000', '183409.825000', '183410.285000', '183410.745000', '183411.205000', '183411.665000', '183412.125000', '183412.585000', '183413.045000', '183413.505000', '183413.965000', '183414.425000', '183414.885000', '183415.345000', '183415.805000', '183416.265000', '183416.725000', '183417.185000', '183417.645000', '183418.105000', '183418.565000', '183419.025000', '183419.485000', '183419.945000', '183420.405000', '183420.865000', '183421.325000', '183421.785000', '183422.245000', '183422.705000', '183423.165000', '183423.625000', '183424.085000', '183424.545000', '183425.005000', '183425.465000', '183425.925000', '183426.385000', '183426.845000', '183427.305000', '183427.765000', '183428.225000', '183428.685000', '183429.145000', '183429.605000', '183430.065000', '183430.525000', '183430.985000', '183431.445000', '183431.905000', '183432.365000', '183432.825000', '183433.285000', '183433.745000', '183434.205000', '183434.665000', '183435.125000', '183435.585000', '183436.045000', '183436.505000', '183436.965000', '183437.425000', '183437.885000', '183438.345000', '183438.805000', '183439.265000', '183439.725000', '183440.185000', '183440.645000', '183441.105000', '183441.565000', '183442.025000', '183442.485000', '183442.945000', '183443.405000', '183443.865000', '183444.325000', '183444.785000', '183445.245000', '183445.705000', '183446.165000', '183446.625000', '183447.085000', '183447.545000', '183448.005000', '183448.465000', '183448.925000', '183449.385000', '183449.845000', '183450.305000', '183450.765000', '183451.225000', '183451.685000', '183452.145000', '183452.605000', '183453.065000', '183453.525000', '183453.985000', '183454.445000', '183454.905000', '183455.365000', '183455.825000', '183456.285000', '183456.745000', '183457.205000', '183457.665000', '183458.125000', '183458.585000', '183459.045000', '183459.505000', '183459.965000', '183500.425000', '183500.885000', '183501.345000', '183501.805000', '183502.265000', '183502.725000', '183503.185000', '183503.645000', '183504.105000', '183504.565000', '183505.025000', '183505.485000', '183505.945000', '183506.405000', '183506.865000', '183507.325000', '183507.785000', '183508.245000', '183508.705000', '183509.165000', '183509.625000', '183510.085000', '183510.545000', '183511.005000', '183511.465000', '183511.925000', '183512.385000', '183512.845000', '183513.305000', '183513.765000', '183514.225000', '183514.685000', '183515.145000', '183515.605000', '183516.065000', '183516.525000', '183516.985000', '183517.445000', '183517.905000', '183518.365000', '183518.825000', '183519.285000', '183519.745000', '183520.205000', '183520.665000', '183521.125000', '183521.585000', '183522.045000', '183522.505000', '183522.965000', '183523.425000', '183523.885000', '183524.345000', '183524.805000', '183525.265000', '183525.725000', '183526.185000', '183526.645000', '183527.105000', '183527.565000', '183528.025000', '183528.485000', '183528.945000', '183529.405000', '183529.865000', '183530.325000', '183530.785000', '183531.245000', '183531.705000', '183532.165000', '183532.625000', '183533.085000', '183533.545000', '183534.005000', '183534.465000', '183534.925000', '183535.385000', '183535.845000', '183536.305000', '183536.765000', '183537.225000', '183537.685000', '183538.145000', '183538.605000', '183539.065000', '183539.525000', '183539.985000', '183540.445000', '183540.905000', '183541.365000', '183541.825000', '183542.285000', '183542.745000', '183543.205000', '183543.665000', '183544.125000', '183544.585000', '183545.045000', '183545.505000', '183545.965000', '183546.425000', '183546.885000', '183547.345000', '183547.805000', '183548.265000', '183548.725000', '183549.185000', '183549.645000', '183550.105000', '183550.565000', '183551.025000', '183551.485000', '183551.945000', '183552.405000', '183552.865000', '183553.325000', '183553.785000', '183554.245000', '183554.705000', '183555.165000', '183555.625000', '183556.085000', '183556.545000', '183557.005000', '183557.465000'], 'ContentTime': ['182600.333000', '182600.337000', '182600.340000', '182600.343000', '182600.346000', '182600.349000', '182600.352000', '182600.354000', '182600.357000', '182600.367000', '182600.370000', '182600.373000', '182600.376000', '182600.379000', '182600.382000', '182600.385000', '182600.387000', '182600.390000', '182600.393000', '182600.396000', '182600.399000', '182600.402000', '182600.406000', '182600.409000', '182600.412000', '182600.415000', '182600.417000', '182600.420000', '182600.423000', '182600.426000', '182600.429000', '182600.432000', '182600.435000', '182600.438000', '182600.440000', '182620.304000', '182620.307000', '182620.310000', '182620.313000', '182620.320000', '182620.323000', '182620.326000', '182620.329000', '182620.331000', '182620.334000', '182620.337000', '182620.340000', '182620.343000', '182620.346000', '182620.349000', '182620.352000', '182620.354000', '182620.357000', '182620.360000', '182620.363000', '182620.366000', '182620.368000', '182620.371000', '182620.374000', '182620.377000', '182620.380000', '182620.382000', '182620.385000', '182620.388000', '182620.391000', '182620.393000', '182620.396000', '182620.399000', '182620.402000', '182620.424000', '182620.427000', '182620.429000', '182620.432000', '182620.435000', '182620.438000', '182620.441000', '182620.443000', '182620.446000', '182640.304000', '182640.307000', '182640.310000', '182640.313000', '182640.318000', '182640.321000', '182640.324000', '182640.326000', '182640.329000', '182640.332000', '182640.335000', '182640.337000', '182640.340000', '182640.343000', '182640.346000', '182640.349000', '182640.352000', '182640.354000', '182640.357000', '182640.360000', '182640.363000', '182640.366000', '182640.368000', '182640.371000', '182640.374000', '182640.377000', '182640.380000', '182640.382000', '182640.385000', '182640.388000', '182640.391000', '182640.394000', '182640.397000', '182640.399000', '182640.402000', '182640.405000', '182640.408000', '182640.411000', '182640.413000', '182640.416000', '182640.419000', '182640.422000', '182640.425000', '182640.427000', '182700.304000', '182700.307000', '182700.310000', '182700.312000', '182700.315000', '182700.318000', '182700.321000', '182700.324000', '182700.326000', '182700.329000', '182700.332000', '182700.335000', '182700.338000', '182700.341000', '182700.343000', '182700.346000', '182700.349000', '182700.352000', '182700.355000', '182700.358000', '182700.360000', '182700.363000', '182700.366000', '182700.369000', '182700.372000', '182700.375000', '182700.378000', '182700.381000', '182700.383000', '182700.386000', '182700.389000', '182700.392000', '182700.395000', '182700.398000', '182700.400000', '182700.403000', '182700.406000', '182700.409000', '182700.412000', '182700.414000', '182700.417000', '182700.420000', '182700.423000', '182720.303000', '182720.306000', '182720.309000', '182720.311000', '182720.314000', '182720.317000', '182720.320000', '182720.323000', '182720.326000', '182720.328000', '182720.331000', '182720.334000', '182720.337000', '182720.340000', '182720.342000', '182720.345000', '182720.348000', '182720.351000', '182720.354000', '182720.357000', '182720.360000', '182720.362000', '182720.365000', '182720.368000', '182720.371000', '182720.374000', '182720.376000', '182720.379000', '182720.382000', '182720.385000', '182720.388000', '182720.391000', '182720.393000', '182720.396000', '182720.399000', '182720.402000', '182720.405000', '182720.407000', '182720.410000', '182720.413000', '182720.416000', '182720.419000', '182720.422000', '182720.424000', '182740.303000', '182740.306000', '182740.309000', '182740.312000', '182740.314000', '182740.318000', '182740.321000', '182740.324000', '182740.327000', '182740.329000', '182740.332000', '182740.335000', '182740.338000', '182740.341000', '182740.344000', '182740.347000', '182740.349000', '182740.352000', '182740.355000', '182740.358000', '182740.361000', '182740.364000', '182740.366000', '182740.370000', '182740.375000', '182740.379000', '182740.382000', '182740.385000', '182740.387000', '182740.390000', '182740.393000', '182740.396000', '182740.399000', '182740.401000', '182740.404000', '182740.407000', '182740.410000', '182740.413000', '182740.415000', '182740.418000', '182740.421000', '182740.424000', '182740.427000', '182800.303000', '182800.306000', '182800.309000', '182800.312000', '182800.314000', '182800.317000', '182800.320000', '182800.323000', '182800.326000', '182800.329000', '182800.331000', '182800.334000', '182800.337000', '182800.340000', '182800.343000', '182800.345000', '182800.348000', '182800.351000', '182800.354000', '182800.357000', '182800.360000', '182800.362000', '182800.365000', '182800.368000', '182800.371000', '182800.374000', '182800.377000', '182800.379000', '182800.382000', '182800.385000', '182800.388000', '182800.391000', '182800.394000', '182800.397000', '182800.399000', '182800.402000', '182800.405000', '182800.408000', '182800.411000', '182800.413000', '182800.416000', '182800.419000', '182800.422000', '182800.424000', '182820.303000', '182820.306000', '182820.309000', '182820.311000', '182820.314000', '182820.317000', '182820.320000', '182820.323000', '182820.326000', '182820.329000', '182820.331000', '182820.334000', '182820.337000', '182820.340000', '182820.343000', '182820.346000', '182820.348000', '182820.351000', '182820.354000', '182820.357000', '182820.360000', '182820.362000', '182820.365000', '182820.368000', '182820.371000', '182820.374000', '182820.377000', '182820.379000', '182820.382000', '182820.385000', '182820.388000', '182820.391000', '182820.394000', '182820.397000', '182820.399000', '182820.402000', '182820.405000', '182820.408000', '182820.411000', '182820.414000', '182820.417000', '182820.420000', '182820.423000', '182840.304000', '182840.307000', '182840.310000', '182840.312000', '182840.315000', '182840.318000', '182840.321000', '182840.324000', '182840.327000', '182840.330000', '182840.332000', '182840.335000', '182840.338000', '182840.341000', '182840.344000', '182840.347000', '182840.349000', '182840.352000', '182840.355000', '182840.358000', '182840.361000', '182840.364000', '182840.366000', '182840.369000', '182840.372000', '182840.375000', '182840.378000', '182840.381000', '182840.383000', '182840.386000', '182840.389000', '182840.392000', '182840.395000', '182840.398000', '182840.400000', '182840.403000', '182840.406000', '182840.409000', '182840.412000', '182840.414000', '182840.417000', '182840.420000', '182840.423000', '182840.426000', '182900.304000', '182900.307000', '182900.310000', '182900.312000', '182900.315000', '182900.318000', '182900.321000', '182900.324000', '182900.327000', '182900.329000', '182900.332000', '182900.335000', '182900.338000', '182900.341000', '182900.344000', '182900.346000', '182900.349000', '182900.352000', '182900.356000', '182900.359000', '182900.362000', '182900.365000', '182900.368000', '182900.370000', '182900.373000', '182900.376000', '182900.379000', '182900.382000', '182900.385000', '182900.387000', '182900.390000', '182900.393000', '182900.396000', '182900.399000', '182900.402000', '182900.404000', '182900.407000', '182900.410000', '182900.413000', '182900.416000', '182900.419000', '182900.421000', '182900.424000', '182920.304000', '182920.307000', '182920.310000', '182920.312000', '182920.315000', '182920.318000', '182920.321000', '182920.324000', '182920.327000', '182920.330000', '182920.332000', '182920.335000', '182920.338000', '182920.341000', '182920.344000', '182920.347000', '182920.350000', '182920.352000', '182920.355000', '182920.358000', '182920.361000', '182920.364000', '182920.366000', '182920.369000', '182920.372000', '182920.375000', '182920.378000', '182920.380000', '182920.383000', '182920.386000', '182920.389000', '182920.392000', '182920.394000', '182920.397000', '182920.400000', '182920.403000', '182920.406000', '182920.409000', '182920.411000', '182920.414000', '182920.417000', '182920.420000', '182920.423000', '182920.426000', '182940.303000', '182940.306000', '182940.309000', '182940.312000', '182940.314000', '182940.317000', '182940.320000', '182940.323000', '182940.326000', '182940.329000', '182940.332000', '182940.334000', '182940.337000', '182940.340000', '182940.343000', '182940.346000', '182940.348000', '182940.351000', '182940.354000', '182940.357000', '182940.360000', '182940.363000', '182940.365000', '182940.368000', '182940.371000', '182940.374000', '182940.395000', '182940.398000', '182940.401000', '182940.403000', '182940.406000', '182940.409000', '182940.412000', '182940.415000', '182940.418000', '182940.420000', '182940.423000', '182940.426000', '182940.429000', '182940.432000', '182940.435000', '182940.438000', '182940.440000', '183000.303000', '183000.306000', '183000.309000', '183000.312000', '183000.315000', '183000.317000', '183000.320000', '183000.323000', '183000.326000', '183000.329000', '183000.331000', '183000.334000', '183000.337000', '183000.340000', '183000.343000', '183000.346000', '183000.349000', '183000.351000', '183000.354000', '183000.357000', '183000.360000', '183000.363000', '183000.366000', '183000.369000', '183000.371000', '183000.374000', '183000.377000', '183000.380000', '183000.383000', '183000.386000', '183000.389000', '183000.391000', '183000.394000', '183000.397000', '183000.400000', '183000.403000', '183000.406000', '183000.408000', '183000.411000', '183000.414000', '183000.417000', '183000.420000', '183000.423000', '183000.425000', '183020.303000', '183020.306000', '183020.309000', '183020.311000', '183020.314000', '183020.317000', '183020.320000', '183020.323000', '183020.326000', '183020.329000', '183020.332000', '183020.334000', '183020.337000', '183020.340000', '183020.343000', '183020.346000', '183020.348000', '183020.351000', '183020.354000', '183020.357000', '183020.360000', '183020.363000', '183020.365000', '183020.368000', '183020.371000', '183020.374000', '183020.377000', '183020.380000', '183020.382000', '183020.385000', '183020.388000', '183020.391000', '183020.395000', '183020.398000', '183020.401000', '183020.404000', '183020.406000', '183020.409000', '183020.412000', '183020.415000', '183020.418000', '183020.420000', '183020.423000', '183040.303000', '183040.306000', '183040.309000', '183040.312000', '183040.314000', '183040.317000', '183040.320000', '183040.323000', '183040.326000', '183040.329000', '183040.331000', '183040.334000', '183040.337000', '183040.340000', '183040.343000', '183040.345000', '183040.348000', '183040.351000', '183040.354000', '183040.358000', '183040.361000', '183040.364000', '183040.367000', '183040.370000', '183040.372000', '183040.375000', '183040.378000', '183040.381000', '183040.384000', '183040.387000', '183040.389000', '183040.392000', '183040.395000', '183040.398000', '183040.401000', '183040.403000', '183040.406000', '183040.409000', '183040.412000', '183040.415000', '183040.418000', '183040.421000', '183040.424000', '183040.426000', '183100.304000', '183100.307000', '183100.310000', '183100.313000', '183100.315000', '183100.318000', '183100.321000', '183100.324000', '183100.327000', '183100.330000', '183100.332000', '183100.335000', '183100.338000', '183100.341000', '183100.344000', '183100.347000', '183100.349000', '183100.352000', '183100.355000', '183100.358000', '183100.361000', '183100.364000', '183100.366000', '183100.369000', '183100.372000', '183100.375000', '183100.378000', '183100.380000', '183100.383000', '183100.386000', '183100.389000', '183100.392000', '183100.395000', '183100.397000', '183100.400000', '183100.403000', '183100.413000', '183100.416000', '183100.418000', '183100.421000', '183100.424000', '183100.427000', '183100.430000', '183120.304000', '183120.307000', '183120.310000', '183120.313000', '183120.315000', '183120.318000', '183120.321000', '183120.324000', '183120.327000', '183120.330000', '183120.333000', '183120.336000', '183120.338000', '183120.341000', '183120.344000', '183120.347000', '183120.350000', '183120.352000', '183120.355000', '183120.358000', '183120.361000', '183120.364000', '183120.367000', '183120.370000', '183120.373000', '183120.375000', '183120.378000', '183120.381000', '183120.384000', '183120.387000', '183120.390000', '183120.392000', '183120.395000', '183120.400000', '183120.403000', '183120.406000', '183120.409000', '183120.412000', '183120.414000', '183120.417000', '183120.420000', '183120.423000', '183120.426000', '183120.429000', '183140.304000', '183140.307000', '183140.310000', '183140.313000', '183140.316000', '183140.318000', '183140.321000', '183140.324000', '183140.327000', '183140.330000', '183140.333000', '183140.335000', '183140.338000', '183140.341000', '183140.344000', '183140.347000', '183140.349000', '183140.352000', '183140.355000', '183140.358000', '183140.361000', '183140.364000', '183140.366000', '183140.369000', '183140.372000', '183140.375000', '183140.378000', '183140.381000', '183140.383000', '183140.386000', '183140.389000', '183140.392000', '183140.395000', '183140.398000', '183140.400000', '183140.403000', '183140.406000', '183140.409000', '183140.412000', '183140.415000', '183140.417000', '183140.420000', '183140.423000', '183200.303000', '183200.306000', '183200.309000', '183200.312000', '183200.327000', '183200.330000', '183200.333000', '183200.336000', '183200.338000', '183200.341000', '183200.344000', '183200.347000', '183200.350000', '183200.352000', '183200.355000', '183200.358000', '183200.361000', '183200.364000', '183200.366000', '183200.369000', '183200.372000', '183200.375000', '183200.378000', '183200.381000', '183200.383000', '183200.386000', '183200.389000', '183200.392000', '183200.395000', '183200.397000', '183200.400000', '183200.403000', '183200.406000', '183200.409000', '183200.412000', '183200.415000', '183200.417000', '183200.420000', '183200.423000', '183200.426000', '183200.429000', '183200.431000', '183200.434000', '183200.437000', '183220.303000', '183220.306000', '183220.309000', '183220.312000', '183220.314000', '183220.317000', '183220.320000', '183220.323000', '183220.326000', '183220.329000', '183220.331000', '183220.334000', '183220.337000', '183220.340000', '183220.343000', '183220.346000', '183220.348000', '183220.351000', '183220.354000', '183220.357000', '183220.360000', '183220.363000', '183220.365000', '183220.368000', '183220.371000', '183220.374000', '183220.377000', '183220.379000', '183220.382000', '183220.385000', '183220.388000', '183220.391000', '183220.394000', '183220.396000', '183220.399000', '183220.402000', '183220.405000', '183220.408000', '183220.410000', '183220.413000', '183220.416000', '183220.419000', '183220.422000', '183240.303000', '183240.306000', '183240.309000', '183240.312000', '183240.334000', '183240.337000', '183240.339000', '183240.342000', '183240.345000', '183240.348000', '183240.351000', '183240.354000', '183240.356000', '183240.359000', '183240.362000', '183240.365000', '183240.368000', '183240.371000', '183240.374000', '183240.377000', '183240.379000', '183240.382000', '183240.385000', '183240.388000', '183240.391000', '183240.394000', '183240.396000', '183240.399000', '183240.402000', '183240.405000', '183240.408000', '183240.411000', '183240.413000', '183240.416000', '183240.419000', '183240.422000', '183240.425000', '183240.428000', '183240.430000', '183240.433000', '183240.436000', '183240.439000', '183240.442000', '183240.444000', '183300.303000', '183300.306000', '183300.309000', '183300.312000', '183300.314000', '183300.317000', '183300.320000', '183300.323000', '183300.326000', '183300.329000', '183300.331000', '183300.334000', '183300.337000', '183300.340000', '183300.343000', '183300.346000', '183300.349000', '183300.351000', '183300.354000', '183300.357000', '183300.360000', '183300.363000', '183300.365000', '183300.368000', '183300.371000', '183300.374000', '183300.377000', '183300.380000', '183300.382000', '183300.385000', '183300.388000', '183300.391000', '183300.394000', '183300.397000', '183300.399000', '183300.402000', '183300.405000', '183300.408000', '183300.411000', '183300.414000', '183300.416000', '183300.419000', '183300.422000', '183320.304000', '183320.307000', '183320.310000', '183320.314000', '183320.316000', '183320.319000', '183320.322000', '183320.325000', '183320.328000', '183320.331000', '183320.334000', '183320.336000', '183320.339000', '183320.342000', '183320.345000', '183320.348000', '183320.351000', '183320.353000', '183320.356000', '183320.359000', '183320.362000', '183320.365000', '183320.368000', '183320.370000', '183320.373000', '183320.376000', '183320.379000', '183320.382000', '183320.384000', '183320.387000', '183320.390000', '183320.393000', '183320.396000', '183320.399000', '183320.401000', '183320.404000', '183320.407000', '183320.410000', '183320.413000', '183320.415000', '183320.418000', '183320.421000', '183320.424000', '183340.304000', '183340.307000', '183340.310000', '183340.313000', '183340.315000', '183340.318000', '183340.321000', '183340.324000', '183340.327000', '183340.330000', '183340.332000', '183340.335000', '183340.338000', '183340.341000', '183340.344000', '183340.347000', '183340.350000', '183340.352000', '183340.355000', '183340.358000', '183340.361000', '183340.364000', '183340.367000', '183340.369000', '183340.372000', '183340.375000', '183340.378000', '183340.381000', '183340.384000', '183340.386000', '183340.389000', '183340.392000', '183340.395000', '183340.398000', '183340.401000', '183340.403000', '183340.406000', '183340.409000', '183340.412000', '183340.415000', '183340.418000', '183340.420000', '183340.423000', '183340.426000', '183400.314000', '183400.317000', '183400.319000', '183400.322000', '183400.325000', '183400.328000', '183400.331000', '183400.334000', '183400.337000', '183400.340000', '183400.343000', '183400.346000', '183400.349000', '183400.352000', '183400.355000', '183400.358000', '183400.360000', '183400.363000', '183400.366000', '183400.369000', '183400.372000', '183400.375000', '183400.377000', '183400.380000', '183400.383000', '183400.386000', '183400.389000', '183400.392000', '183400.395000', '183400.397000', '183400.400000', '183400.403000', '183400.406000', '183400.409000', '183400.411000', '183400.414000', '183400.417000', '183400.420000', '183400.423000', '183400.426000', '183400.428000', '183400.431000', '183400.434000', '183420.303000', '183420.306000', '183420.309000', '183420.312000', '183420.314000', '183420.317000', '183420.320000', '183420.323000', '183420.326000', '183420.329000', '183420.332000', '183420.334000', '183420.337000', '183420.340000', '183420.343000', '183420.346000', '183420.349000', '183420.352000', '183420.354000', '183420.357000', '183420.360000', '183420.363000', '183420.366000', '183420.369000', '183420.371000', '183420.374000', '183420.377000', '183420.380000', '183420.383000', '183420.386000', '183420.388000', '183420.391000', '183420.394000', '183420.397000', '183420.400000', '183420.403000', '183420.405000', '183420.408000', '183420.411000', '183420.414000', '183420.417000', '183420.420000', '183420.422000', '183420.425000', '183440.303000', '183440.306000', '183440.309000', '183440.312000', '183440.314000', '183440.317000', '183440.320000', '183440.323000', '183440.326000', '183440.329000', '183440.332000', '183440.334000', '183440.337000', '183440.340000', '183440.343000', '183440.346000', '183440.350000', '183440.355000', '183440.358000', '183440.361000', '183440.363000', '183440.366000', '183440.369000', '183440.372000', '183440.375000', '183440.378000', '183440.381000', '183440.384000', '183440.386000', '183440.389000', '183440.392000', '183440.395000', '183440.398000', '183440.400000', '183440.403000', '183440.406000', '183440.409000', '183440.412000', '183440.415000', '183440.417000', '183440.420000', '183440.423000', '183440.426000', '183500.303000', '183500.306000', '183500.309000', '183500.312000', '183500.314000', '183500.317000', '183500.320000', '183500.323000', '183500.326000', '183500.329000', '183500.331000', '183500.334000', '183500.337000', '183500.340000', '183500.343000', '183500.346000', '183500.349000', '183500.351000', '183500.354000', '183500.357000', '183500.360000', '183500.363000', '183500.365000', '183500.368000', '183500.371000', '183500.374000', '183500.377000', '183500.380000', '183500.382000', '183500.385000', '183500.388000', '183500.391000', '183500.394000', '183500.396000', '183500.399000', '183500.402000', '183500.405000', '183500.408000', '183500.411000', '183500.414000', '183500.416000', '183500.419000', '183500.422000', '183500.425000', '183520.303000', '183520.308000', '183520.311000', '183520.314000', '183520.317000', '183520.320000', '183520.323000', '183520.325000', '183520.328000', '183520.331000', '183520.334000', '183520.337000', '183520.340000', '183520.343000', '183520.345000', '183520.348000', '183520.351000', '183520.354000', '183520.357000', '183520.361000', '183520.364000', '183520.367000', '183520.370000', '183520.372000', '183520.375000', '183520.378000', '183520.381000', '183520.384000', '183520.387000', '183520.389000', '183520.392000', '183520.395000', '183520.398000', '183520.401000', '183520.403000', '183520.406000', '183520.409000', '183520.412000', '183520.415000', '183520.417000', '183520.420000', '183520.423000', '183520.426000', '183540.304000', '183540.307000', '183540.310000', '183540.313000', '183540.315000', '183540.318000', '183540.321000', '183540.324000', '183540.327000', '183540.330000', '183540.332000', '183540.335000', '183540.338000', '183540.341000', '183540.344000', '183540.347000', '183540.349000', '183540.352000', '183540.355000', '183540.358000', '183540.361000', '183540.363000', '183540.366000', '183540.369000', '183540.372000', '183540.375000', '183540.378000', '183540.381000', '183540.383000', '183540.386000', '183540.389000', '183540.392000', '183540.395000', '183540.398000', '183540.400000', '183540.403000', '183540.406000', '183540.409000', '183540.412000', '183540.415000', '183540.417000', '183540.420000', '183540.423000', '183540.426000', '183558.149000', '183558.153000', '183558.156000', '183558.159000', '183558.162000', '183558.165000', '183558.168000', '183558.171000', '183558.173000', '183558.177000', '183558.180000', '183558.183000', '183558.185000', '183558.188000', '183558.191000', '183558.195000', '183558.198000', '183558.201000', '183558.204000', '183558.207000', '183558.210000', '183558.213000', '183558.216000', '183558.218000', '183558.221000', '183558.224000', '183558.227000', '183558.230000', '183558.233000', '183558.235000', '183558.238000', '183558.241000', '183558.244000', '183558.247000', '183558.250000', '183558.253000', '183558.256000', '183558.259000', '183558.262000'], 'InstanceCreationTime': ['182600.333000', '182600.337000', '182600.340000', '182600.343000', '182600.346000', '182600.349000', '182600.352000', '182600.354000', '182600.357000', '182600.367000', '182600.370000', '182600.373000', '182600.376000', '182600.379000', '182600.382000', '182600.385000', '182600.387000', '182600.390000', '182600.393000', '182600.396000', '182600.399000', '182600.402000', '182600.406000', '182600.409000', '182600.412000', '182600.415000', '182600.417000', '182600.420000', '182600.423000', '182600.426000', '182600.429000', '182600.432000', '182600.435000', '182600.438000', '182600.440000', '182620.304000', '182620.307000', '182620.310000', '182620.313000', '182620.320000', '182620.323000', '182620.326000', '182620.329000', '182620.331000', '182620.334000', '182620.337000', '182620.340000', '182620.343000', '182620.346000', '182620.349000', '182620.352000', '182620.354000', '182620.357000', '182620.360000', '182620.363000', '182620.366000', '182620.368000', '182620.371000', '182620.374000', '182620.377000', '182620.380000', '182620.382000', '182620.385000', '182620.388000', '182620.391000', '182620.393000', '182620.396000', '182620.399000', '182620.402000', '182620.424000', '182620.427000', '182620.429000', '182620.432000', '182620.435000', '182620.438000', '182620.441000', '182620.443000', '182620.446000', '182640.304000', '182640.307000', '182640.310000', '182640.313000', '182640.318000', '182640.321000', '182640.324000', '182640.326000', '182640.329000', '182640.332000', '182640.335000', '182640.337000', '182640.340000', '182640.343000', '182640.346000', '182640.349000', '182640.352000', '182640.354000', '182640.357000', '182640.360000', '182640.363000', '182640.366000', '182640.368000', '182640.371000', '182640.374000', '182640.377000', '182640.380000', '182640.382000', '182640.385000', '182640.388000', '182640.391000', '182640.394000', '182640.397000', '182640.399000', '182640.402000', '182640.405000', '182640.408000', '182640.411000', '182640.413000', '182640.416000', '182640.419000', '182640.422000', '182640.425000', '182640.427000', '182700.304000', '182700.307000', '182700.310000', '182700.312000', '182700.315000', '182700.318000', '182700.321000', '182700.324000', '182700.326000', '182700.329000', '182700.332000', '182700.335000', '182700.338000', '182700.341000', '182700.343000', '182700.346000', '182700.349000', '182700.352000', '182700.355000', '182700.358000', '182700.360000', '182700.363000', '182700.366000', '182700.369000', '182700.372000', '182700.375000', '182700.378000', '182700.381000', '182700.383000', '182700.386000', '182700.389000', '182700.392000', '182700.395000', '182700.398000', '182700.400000', '182700.403000', '182700.406000', '182700.409000', '182700.412000', '182700.414000', '182700.417000', '182700.420000', '182700.423000', '182720.303000', '182720.306000', '182720.309000', '182720.311000', '182720.314000', '182720.317000', '182720.320000', '182720.323000', '182720.326000', '182720.328000', '182720.331000', '182720.334000', '182720.337000', '182720.340000', '182720.342000', '182720.345000', '182720.348000', '182720.351000', '182720.354000', '182720.357000', '182720.360000', '182720.362000', '182720.365000', '182720.368000', '182720.371000', '182720.374000', '182720.376000', '182720.379000', '182720.382000', '182720.385000', '182720.388000', '182720.391000', '182720.393000', '182720.396000', '182720.399000', '182720.402000', '182720.405000', '182720.407000', '182720.410000', '182720.413000', '182720.416000', '182720.419000', '182720.422000', '182720.424000', '182740.303000', '182740.306000', '182740.309000', '182740.312000', '182740.314000', '182740.318000', '182740.321000', '182740.324000', '182740.327000', '182740.329000', '182740.332000', '182740.335000', '182740.338000', '182740.341000', '182740.344000', '182740.347000', '182740.349000', '182740.352000', '182740.355000', '182740.358000', '182740.361000', '182740.364000', '182740.366000', '182740.370000', '182740.375000', '182740.379000', '182740.382000', '182740.385000', '182740.387000', '182740.390000', '182740.393000', '182740.396000', '182740.399000', '182740.401000', '182740.404000', '182740.407000', '182740.410000', '182740.413000', '182740.415000', '182740.418000', '182740.421000', '182740.424000', '182740.427000', '182800.303000', '182800.306000', '182800.309000', '182800.312000', '182800.314000', '182800.317000', '182800.320000', '182800.323000', '182800.326000', '182800.329000', '182800.331000', '182800.334000', '182800.337000', '182800.340000', '182800.343000', '182800.345000', '182800.348000', '182800.351000', '182800.354000', '182800.357000', '182800.360000', '182800.362000', '182800.365000', '182800.368000', '182800.371000', '182800.374000', '182800.377000', '182800.379000', '182800.382000', '182800.385000', '182800.388000', '182800.391000', '182800.394000', '182800.397000', '182800.399000', '182800.402000', '182800.405000', '182800.408000', '182800.411000', '182800.413000', '182800.416000', '182800.419000', '182800.422000', '182800.424000', '182820.303000', '182820.306000', '182820.309000', '182820.311000', '182820.314000', '182820.317000', '182820.320000', '182820.323000', '182820.326000', '182820.329000', '182820.331000', '182820.334000', '182820.337000', '182820.340000', '182820.343000', '182820.346000', '182820.348000', '182820.351000', '182820.354000', '182820.357000', '182820.360000', '182820.362000', '182820.365000', '182820.368000', '182820.371000', '182820.374000', '182820.377000', '182820.379000', '182820.382000', '182820.385000', '182820.388000', '182820.391000', '182820.394000', '182820.397000', '182820.399000', '182820.402000', '182820.405000', '182820.408000', '182820.411000', '182820.414000', '182820.417000', '182820.420000', '182820.423000', '182840.304000', '182840.307000', '182840.310000', '182840.312000', '182840.315000', '182840.318000', '182840.321000', '182840.324000', '182840.327000', '182840.330000', '182840.332000', '182840.335000', '182840.338000', '182840.341000', '182840.344000', '182840.347000', '182840.349000', '182840.352000', '182840.355000', '182840.358000', '182840.361000', '182840.364000', '182840.366000', '182840.369000', '182840.372000', '182840.375000', '182840.378000', '182840.381000', '182840.383000', '182840.386000', '182840.389000', '182840.392000', '182840.395000', '182840.398000', '182840.400000', '182840.403000', '182840.406000', '182840.409000', '182840.412000', '182840.414000', '182840.417000', '182840.420000', '182840.423000', '182840.426000', '182900.304000', '182900.307000', '182900.310000', '182900.312000', '182900.315000', '182900.318000', '182900.321000', '182900.324000', '182900.327000', '182900.329000', '182900.332000', '182900.335000', '182900.338000', '182900.341000', '182900.344000', '182900.346000', '182900.349000', '182900.352000', '182900.356000', '182900.359000', '182900.362000', '182900.365000', '182900.368000', '182900.370000', '182900.373000', '182900.376000', '182900.379000', '182900.382000', '182900.385000', '182900.387000', '182900.390000', '182900.393000', '182900.396000', '182900.399000', '182900.402000', '182900.404000', '182900.407000', '182900.410000', '182900.413000', '182900.416000', '182900.419000', '182900.421000', '182900.424000', '182920.304000', '182920.307000', '182920.310000', '182920.312000', '182920.315000', '182920.318000', '182920.321000', '182920.324000', '182920.327000', '182920.330000', '182920.332000', '182920.335000', '182920.338000', '182920.341000', '182920.344000', '182920.347000', '182920.350000', '182920.352000', '182920.355000', '182920.358000', '182920.361000', '182920.364000', '182920.366000', '182920.369000', '182920.372000', '182920.375000', '182920.378000', '182920.380000', '182920.383000', '182920.386000', '182920.389000', '182920.392000', '182920.394000', '182920.397000', '182920.400000', '182920.403000', '182920.406000', '182920.409000', '182920.411000', '182920.414000', '182920.417000', '182920.420000', '182920.423000', '182920.426000', '182940.303000', '182940.306000', '182940.309000', '182940.312000', '182940.314000', '182940.317000', '182940.320000', '182940.323000', '182940.326000', '182940.329000', '182940.332000', '182940.334000', '182940.337000', '182940.340000', '182940.343000', '182940.346000', '182940.348000', '182940.351000', '182940.354000', '182940.357000', '182940.360000', '182940.363000', '182940.365000', '182940.368000', '182940.371000', '182940.374000', '182940.395000', '182940.398000', '182940.401000', '182940.403000', '182940.406000', '182940.409000', '182940.412000', '182940.415000', '182940.418000', '182940.420000', '182940.423000', '182940.426000', '182940.429000', '182940.432000', '182940.435000', '182940.438000', '182940.440000', '183000.303000', '183000.306000', '183000.309000', '183000.312000', '183000.315000', '183000.317000', '183000.320000', '183000.323000', '183000.326000', '183000.329000', '183000.331000', '183000.334000', '183000.337000', '183000.340000', '183000.343000', '183000.346000', '183000.349000', '183000.351000', '183000.354000', '183000.357000', '183000.360000', '183000.363000', '183000.366000', '183000.369000', '183000.371000', '183000.374000', '183000.377000', '183000.380000', '183000.383000', '183000.386000', '183000.389000', '183000.391000', '183000.394000', '183000.397000', '183000.400000', '183000.403000', '183000.406000', '183000.408000', '183000.411000', '183000.414000', '183000.417000', '183000.420000', '183000.423000', '183000.425000', '183020.303000', '183020.306000', '183020.309000', '183020.311000', '183020.314000', '183020.317000', '183020.320000', '183020.323000', '183020.326000', '183020.329000', '183020.332000', '183020.334000', '183020.337000', '183020.340000', '183020.343000', '183020.346000', '183020.348000', '183020.351000', '183020.354000', '183020.357000', '183020.360000', '183020.363000', '183020.365000', '183020.368000', '183020.371000', '183020.374000', '183020.377000', '183020.380000', '183020.382000', '183020.385000', '183020.388000', '183020.391000', '183020.395000', '183020.398000', '183020.401000', '183020.404000', '183020.406000', '183020.409000', '183020.412000', '183020.415000', '183020.418000', '183020.420000', '183020.423000', '183040.303000', '183040.306000', '183040.309000', '183040.312000', '183040.314000', '183040.317000', '183040.320000', '183040.323000', '183040.326000', '183040.329000', '183040.331000', '183040.334000', '183040.337000', '183040.340000', '183040.343000', '183040.345000', '183040.348000', '183040.351000', '183040.354000', '183040.358000', '183040.361000', '183040.364000', '183040.367000', '183040.370000', '183040.372000', '183040.375000', '183040.378000', '183040.381000', '183040.384000', '183040.387000', '183040.389000', '183040.392000', '183040.395000', '183040.398000', '183040.401000', '183040.403000', '183040.406000', '183040.409000', '183040.412000', '183040.415000', '183040.418000', '183040.421000', '183040.424000', '183040.426000', '183100.304000', '183100.307000', '183100.310000', '183100.313000', '183100.315000', '183100.318000', '183100.321000', '183100.324000', '183100.327000', '183100.330000', '183100.332000', '183100.335000', '183100.338000', '183100.341000', '183100.344000', '183100.347000', '183100.349000', '183100.352000', '183100.355000', '183100.358000', '183100.361000', '183100.364000', '183100.366000', '183100.369000', '183100.372000', '183100.375000', '183100.378000', '183100.380000', '183100.383000', '183100.386000', '183100.389000', '183100.392000', '183100.395000', '183100.397000', '183100.400000', '183100.403000', '183100.413000', '183100.416000', '183100.418000', '183100.421000', '183100.424000', '183100.427000', '183100.430000', '183120.304000', '183120.307000', '183120.310000', '183120.313000', '183120.315000', '183120.318000', '183120.321000', '183120.324000', '183120.327000', '183120.330000', '183120.333000', '183120.336000', '183120.338000', '183120.341000', '183120.344000', '183120.347000', '183120.350000', '183120.352000', '183120.355000', '183120.358000', '183120.361000', '183120.364000', '183120.367000', '183120.370000', '183120.373000', '183120.375000', '183120.378000', '183120.381000', '183120.384000', '183120.387000', '183120.390000', '183120.392000', '183120.395000', '183120.400000', '183120.403000', '183120.406000', '183120.409000', '183120.412000', '183120.414000', '183120.417000', '183120.420000', '183120.423000', '183120.426000', '183120.429000', '183140.304000', '183140.307000', '183140.310000', '183140.313000', '183140.316000', '183140.318000', '183140.321000', '183140.324000', '183140.327000', '183140.330000', '183140.333000', '183140.335000', '183140.338000', '183140.341000', '183140.344000', '183140.347000', '183140.349000', '183140.352000', '183140.355000', '183140.358000', '183140.361000', '183140.364000', '183140.366000', '183140.369000', '183140.372000', '183140.375000', '183140.378000', '183140.381000', '183140.383000', '183140.386000', '183140.389000', '183140.392000', '183140.395000', '183140.398000', '183140.400000', '183140.403000', '183140.406000', '183140.409000', '183140.412000', '183140.415000', '183140.417000', '183140.420000', '183140.423000', '183200.303000', '183200.306000', '183200.309000', '183200.312000', '183200.327000', '183200.330000', '183200.333000', '183200.336000', '183200.338000', '183200.341000', '183200.344000', '183200.347000', '183200.350000', '183200.352000', '183200.355000', '183200.358000', '183200.361000', '183200.364000', '183200.366000', '183200.369000', '183200.372000', '183200.375000', '183200.378000', '183200.381000', '183200.383000', '183200.386000', '183200.389000', '183200.392000', '183200.395000', '183200.397000', '183200.400000', '183200.403000', '183200.406000', '183200.409000', '183200.412000', '183200.415000', '183200.417000', '183200.420000', '183200.423000', '183200.426000', '183200.429000', '183200.431000', '183200.434000', '183200.437000', '183220.303000', '183220.306000', '183220.309000', '183220.312000', '183220.314000', '183220.317000', '183220.320000', '183220.323000', '183220.326000', '183220.329000', '183220.331000', '183220.334000', '183220.337000', '183220.340000', '183220.343000', '183220.346000', '183220.348000', '183220.351000', '183220.354000', '183220.357000', '183220.360000', '183220.363000', '183220.365000', '183220.368000', '183220.371000', '183220.374000', '183220.377000', '183220.379000', '183220.382000', '183220.385000', '183220.388000', '183220.391000', '183220.394000', '183220.396000', '183220.399000', '183220.402000', '183220.405000', '183220.408000', '183220.410000', '183220.413000', '183220.416000', '183220.419000', '183220.422000', '183240.303000', '183240.306000', '183240.309000', '183240.312000', '183240.334000', '183240.337000', '183240.339000', '183240.342000', '183240.345000', '183240.348000', '183240.351000', '183240.354000', '183240.356000', '183240.359000', '183240.362000', '183240.365000', '183240.368000', '183240.371000', '183240.374000', '183240.377000', '183240.379000', '183240.382000', '183240.385000', '183240.388000', '183240.391000', '183240.394000', '183240.396000', '183240.399000', '183240.402000', '183240.405000', '183240.408000', '183240.411000', '183240.413000', '183240.416000', '183240.419000', '183240.422000', '183240.425000', '183240.428000', '183240.430000', '183240.433000', '183240.436000', '183240.439000', '183240.442000', '183240.444000', '183300.303000', '183300.306000', '183300.309000', '183300.312000', '183300.314000', '183300.317000', '183300.320000', '183300.323000', '183300.326000', '183300.329000', '183300.331000', '183300.334000', '183300.337000', '183300.340000', '183300.343000', '183300.346000', '183300.349000', '183300.351000', '183300.354000', '183300.357000', '183300.360000', '183300.363000', '183300.365000', '183300.368000', '183300.371000', '183300.374000', '183300.377000', '183300.380000', '183300.382000', '183300.385000', '183300.388000', '183300.391000', '183300.394000', '183300.397000', '183300.399000', '183300.402000', '183300.405000', '183300.408000', '183300.411000', '183300.414000', '183300.416000', '183300.419000', '183300.422000', '183320.304000', '183320.307000', '183320.310000', '183320.314000', '183320.316000', '183320.319000', '183320.322000', '183320.325000', '183320.328000', '183320.331000', '183320.334000', '183320.336000', '183320.339000', '183320.342000', '183320.345000', '183320.348000', '183320.351000', '183320.353000', '183320.356000', '183320.359000', '183320.362000', '183320.365000', '183320.368000', '183320.370000', '183320.373000', '183320.376000', '183320.379000', '183320.382000', '183320.384000', '183320.387000', '183320.390000', '183320.393000', '183320.396000', '183320.399000', '183320.401000', '183320.404000', '183320.407000', '183320.410000', '183320.413000', '183320.415000', '183320.418000', '183320.421000', '183320.424000', '183340.304000', '183340.307000', '183340.310000', '183340.313000', '183340.315000', '183340.318000', '183340.321000', '183340.324000', '183340.327000', '183340.330000', '183340.332000', '183340.335000', '183340.338000', '183340.341000', '183340.344000', '183340.347000', '183340.350000', '183340.352000', '183340.355000', '183340.358000', '183340.361000', '183340.364000', '183340.367000', '183340.369000', '183340.372000', '183340.375000', '183340.378000', '183340.381000', '183340.384000', '183340.386000', '183340.389000', '183340.392000', '183340.395000', '183340.398000', '183340.401000', '183340.403000', '183340.406000', '183340.409000', '183340.412000', '183340.415000', '183340.418000', '183340.420000', '183340.423000', '183340.426000', '183400.314000', '183400.317000', '183400.319000', '183400.322000', '183400.325000', '183400.328000', '183400.331000', '183400.334000', '183400.337000', '183400.340000', '183400.343000', '183400.346000', '183400.349000', '183400.352000', '183400.355000', '183400.358000', '183400.360000', '183400.363000', '183400.366000', '183400.369000', '183400.372000', '183400.375000', '183400.377000', '183400.380000', '183400.383000', '183400.386000', '183400.389000', '183400.392000', '183400.395000', '183400.397000', '183400.400000', '183400.403000', '183400.406000', '183400.409000', '183400.411000', '183400.414000', '183400.417000', '183400.420000', '183400.423000', '183400.426000', '183400.428000', '183400.431000', '183400.434000', '183420.303000', '183420.306000', '183420.309000', '183420.312000', '183420.314000', '183420.317000', '183420.320000', '183420.323000', '183420.326000', '183420.329000', '183420.332000', '183420.334000', '183420.337000', '183420.340000', '183420.343000', '183420.346000', '183420.349000', '183420.352000', '183420.354000', '183420.357000', '183420.360000', '183420.363000', '183420.366000', '183420.369000', '183420.371000', '183420.374000', '183420.377000', '183420.380000', '183420.383000', '183420.386000', '183420.388000', '183420.391000', '183420.394000', '183420.397000', '183420.400000', '183420.403000', '183420.405000', '183420.408000', '183420.411000', '183420.414000', '183420.417000', '183420.420000', '183420.422000', '183420.425000', '183440.303000', '183440.306000', '183440.309000', '183440.312000', '183440.314000', '183440.317000', '183440.320000', '183440.323000', '183440.326000', '183440.329000', '183440.332000', '183440.334000', '183440.337000', '183440.340000', '183440.343000', '183440.346000', '183440.350000', '183440.355000', '183440.358000', '183440.361000', '183440.363000', '183440.366000', '183440.369000', '183440.372000', '183440.375000', '183440.378000', '183440.381000', '183440.384000', '183440.386000', '183440.389000', '183440.392000', '183440.395000', '183440.398000', '183440.400000', '183440.403000', '183440.406000', '183440.409000', '183440.412000', '183440.415000', '183440.417000', '183440.420000', '183440.423000', '183440.426000', '183500.303000', '183500.306000', '183500.309000', '183500.312000', '183500.314000', '183500.317000', '183500.320000', '183500.323000', '183500.326000', '183500.329000', '183500.331000', '183500.334000', '183500.337000', '183500.340000', '183500.343000', '183500.346000', '183500.349000', '183500.351000', '183500.354000', '183500.357000', '183500.360000', '183500.363000', '183500.365000', '183500.368000', '183500.371000', '183500.374000', '183500.377000', '183500.380000', '183500.382000', '183500.385000', '183500.388000', '183500.391000', '183500.394000', '183500.396000', '183500.399000', '183500.402000', '183500.405000', '183500.408000', '183500.411000', '183500.414000', '183500.416000', '183500.419000', '183500.422000', '183500.425000', '183520.303000', '183520.308000', '183520.311000', '183520.314000', '183520.317000', '183520.320000', '183520.323000', '183520.325000', '183520.328000', '183520.331000', '183520.334000', '183520.337000', '183520.340000', '183520.343000', '183520.345000', '183520.348000', '183520.351000', '183520.354000', '183520.357000', '183520.361000', '183520.364000', '183520.367000', '183520.370000', '183520.372000', '183520.375000', '183520.378000', '183520.381000', '183520.384000', '183520.387000', '183520.389000', '183520.392000', '183520.395000', '183520.398000', '183520.401000', '183520.403000', '183520.406000', '183520.409000', '183520.412000', '183520.415000', '183520.417000', '183520.420000', '183520.423000', '183520.426000', '183540.304000', '183540.307000', '183540.310000', '183540.313000', '183540.315000', '183540.318000', '183540.321000', '183540.324000', '183540.327000', '183540.330000', '183540.332000', '183540.335000', '183540.338000', '183540.341000', '183540.344000', '183540.347000', '183540.349000', '183540.352000', '183540.355000', '183540.358000', '183540.361000', '183540.363000', '183540.366000', '183540.369000', '183540.372000', '183540.375000', '183540.378000', '183540.381000', '183540.383000', '183540.386000', '183540.389000', '183540.392000', '183540.395000', '183540.398000', '183540.400000', '183540.403000', '183540.406000', '183540.409000', '183540.412000', '183540.415000', '183540.417000', '183540.420000', '183540.423000', '183540.426000', '183558.149000', '183558.153000', '183558.156000', '183558.159000', '183558.162000', '183558.165000', '183558.168000', '183558.171000', '183558.173000', '183558.177000', '183558.180000', '183558.183000', '183558.185000', '183558.188000', '183558.191000', '183558.195000', '183558.198000', '183558.201000', '183558.204000', '183558.207000', '183558.210000', '183558.213000', '183558.216000', '183558.218000', '183558.221000', '183558.224000', '183558.227000', '183558.230000', '183558.233000', '183558.235000', '183558.238000', '183558.241000', '183558.244000', '183558.247000', '183558.250000', '183558.253000', '183558.256000', '183558.259000', '183558.262000'], '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': [8150, 11506, 8490, 7866, 11591, 8834, 13655, 9677, 7931, 10283, 7761, 11070, 7928, 13253, 9269, 11650, 8526, 11528, 8908, 12630, 8740, 14320, 9085, 12181, 8663, 10417, 8540, 10294, 8871, 7960, 9480, 7942, 10989, 8363, 11762, 7724, 11486, 8031, 12469, 8814, 17018, 9798, 12235, 9616, 10312, 10612, 10204, 13430, 7661, 11733, 7607, 12545, 12398, 17281, 9014, 11331, 7582, 11089, 8411, 15017, 8866, 11354, 7581, 10718, 7709, 11804, 7781, 11299, 7854, 11522, 8029, 12290, 8727, 15691, 9011, 12605, 8808, 12168, 8723, 15764, 9102, 12808, 7359, 10674, 8053, 12099, 9168, 11023, 7780, 10406, 7785, 10949, 7774, 11207, 7703, 10907, 8000, 10618, 13979, 11519, 17261, 10282, 16795, 9156, 13123, 8361, 12686, 8070, 10984, 7763, 10037, 7878, 10598, 7950, 10175, 8073, 9933, 8629, 9077, 16444, 10756, 13320, 8804, 13732, 8214, 12567, 8315, 13599, 7821, 10958, 7606, 10605, 10892, 10234, 16976, 9799, 15961, 9035, 11800, 7664, 10683, 7321, 10689, 7687, 10692, 7593, 9944, 8281, 9324, 14564, 9785, 16586, 9399, 14177, 8870, 13354, 8359, 15483, 8539, 12238, 8038, 10968, 8452, 10107, 8751, 7833, 10164, 8152, 13636, 8311, 8528, 9539, 17255, 11394, 16881, 13862, 14712, 9015, 12288, 8673, 12392, 10726, 16944, 9690, 11941, 7896, 10531, 9197, 10650, 12383, 11450, 10277, 10210, 9888, 9543, 11318, 8925, 11211, 9071, 14163, 8198, 12928, 8738, 13191, 7704, 11001, 7705, 10942, 13010, 11471, 14842, 10161, 12672, 9559, 13493, 9343, 15240, 9262, 12251, 8616, 11896, 7924, 12366, 7477, 11560, 7542, 10634, 15898, 11335, 17372, 10159, 15869, 9502, 12711, 8546, 12874, 8457, 11394, 7536, 10726, 7721, 11280, 8136, 10906, 8250, 10340, 11455, 9409, 14868, 9293, 12833, 8228, 12020, 7786, 11763, 8934, 11793, 7455, 10507, 7848, 10290, 10032, 11153, 9751, 10971, 10084, 10370, 13624, 9685, 16949, 9976, 14010, 8461, 12149, 7837, 12688, 8358, 11689, 7544, 10789, 9266, 10200, 11101, 11418, 9046, 10586, 9186, 9940, 13059, 9729, 14454, 8996, 13485, 8291, 12652, 8713, 15484, 8789, 12470, 7898, 11210, 7394, 12261, 8822, 14422, 8494, 11722, 7507, 11968, 8421, 13578, 8374, 11086, 12324, 10393, 18568, 10873, 16469, 9401, 13076, 8368, 10559, 7539, 11025, 7445, 10961, 7659, 10386, 10141, 9036, 14649, 9406, 13031, 8197, 11320, 8424, 10416, 8408, 7524, 10956, 8125, 8564, 9195, 14746, 10227, 14387, 9324, 13967, 8263, 13671, 9965, 16356, 12788, 15235, 9578, 14734, 12848, 17510, 11847, 15422, 8888, 13593, 11776, 16761, 12502, 10670, 10620, 7393, 10714, 7658, 12851, 9353, 7324, 11707, 8674, 7754, 10065, 7800, 10015, 9438, 7704, 13011, 8841, 7701, 14218, 9494, 7467, 15072, 9122, 14844, 10242, 7737, 17898, 14748, 10902, 14148, 12250, 9581, 14221, 13094, 13603, 18233, 11930, 7579, 11578, 9425, 7483, 10625, 8206, 8335, 10030, 7236, 11205, 9054, 7897, 10340, 7755, 9676, 9751, 10475, 9765, 7945, 10742, 7777, 11226, 9109, 7761, 10184, 12560, 9921, 10170, 10507, 7757, 10496, 11791, 9678, 13144, 10231, 13660, 9453, 12375, 8240, 11749, 8857, 12477, 7962, 10331, 10006, 10235, 14878, 10284, 14122, 9307, 11783, 7659, 11204, 7637, 11490, 8184, 10968, 7824, 10084, 10313, 10066, 13963, 10674, 14906, 9231, 12290, 7756, 12356, 10582, 12103, 13968, 10830, 15285, 10141, 12752, 9137, 12862, 7981, 11434, 7966, 10296, 12230, 10170, 15116, 9862, 12118, 7807, 11980, 11699, 11617, 16095, 11003, 14309, 9410, 12059, 7662, 13209, 8356, 11102, 11128, 10209, 14192, 9782, 12907, 8129, 11659, 7666, 10534, 10379, 11169, 14553, 10513, 13791, 8983, 12301, 8066, 13321, 9045, 11755, 10038, 10710, 16830, 10763, 14479, 9265, 12006, 8725, 12044, 16329, 11486, 17249, 10306, 13442, 7719, 12831, 10026, 12933, 10045, 11466, 11989, 10647, 13946, 10188, 13551, 9131, 11786, 7841, 11260, 13186, 11567, 15303, 11109, 14452, 9584, 12371, 8237, 13119, 7750, 10621, 7671, 9779, 8908, 10866, 11363, 11146, 11197, 10132, 13546, 9751, 13659, 10290, 13028, 8847, 12040, 7998, 13739, 9433, 12961, 9519, 11007, 9157, 11822, 14399, 12581, 11308, 11166, 11583, 10280, 13867, 11276, 14200, 11010, 12545, 10137, 11837, 10116, 9643, 13203, 8742, 9323, 9903, 8240, 13521, 9670, 8189, 13920, 10250, 15329, 13931, 18802, 12706, 15666, 11802, 15598, 14317, 10837, 11685, 8687, 10836, 9473, 15084, 9074, 12043, 9427, 11198, 8997, 13751, 10363, 11828, 10454, 11662, 10016, 15223, 11251, 12583, 11376, 10713, 10426, 10123, 10214, 10430, 12209, 8003, 10883, 7928, 10342, 12371, 12877, 10516, 11743, 11501, 10770, 12582, 11838, 12163, 11817, 8063, 10419, 7836, 11727, 7580, 12699, 8640, 11097, 8587, 12535, 9811, 12853, 9754, 7967, 11118, 8321, 8125, 12449, 10088, 8109, 14230, 12746, 11127, 16599, 16575, 14379, 17122, 15062, 12676, 13175, 11598, 8633, 10020, 7857, 10097, 8020, 10223, 8024, 10494, 7965, 10429, 7896, 10773, 8246, 11326, 7628, 11233, 7541, 11136, 7578, 10855, 7870, 10525, 7963, 10561, 7732, 12006, 9850, 14491, 9453, 11424, 8986, 10373, 7590, 9726, 7472, 10545, 8856, 11802, 8147, 11176, 11089, 10164, 12099, 9321, 11512, 10549, 7927, 15454, 9484, 7518, 9665, 8575, 12342, 8415, 13272, 9868, 13940, 11179, 11969, 16899, 11485, 14911, 9685, 13649, 9861, 11500, 14910, 11698, 13415, 10444, 12753, 8970, 11091, 7981, 11147, 7600, 10078, 8064, 9580, 12047, 9877, 14813, 9551, 13304, 8403, 11093, 7710, 9823, 8724, 10538, 9342, 10832, 11459, 9991, 13518, 9207, 14292, 9429, 12640, 9002, 11362, 7876, 12269, 8025, 12498, 7745, 10309, 8514, 10341, 15693, 11088, 16027, 10282, 13925, 8880, 12225, 7663, 12436, 13801, 10542, 16266, 9697, 13447, 7667, 12853, 9392, 11675, 8849, 10273, 9995, 9480, 15081, 10312, 14133, 9633, 12917, 7684, 12545, 11151, 10814, 15928, 10921, 14593, 8814, 12720, 10049, 12464, 9208, 10537, 8143, 9589, 12261, 9884, 12382, 10240, 14002, 9414, 13194, 8328, 12776, 9938, 11685, 11472, 10294, 15700, 10796, 14451, 9486, 12061, 7898, 10987, 8759, 10301, 13719, 11022, 11636, 10227, 14752, 9099, 13037, 8741, 13507, 8587, 12370, 7677, 11297, 7808, 13127, 8972, 12165, 8955, 10343, 15678, 11444, 14884, 9487, 13216, 8073, 11938, 11201, 11871, 13330, 10929, 14146, 10010, 13133, 9642, 13089, 8402, 11199, 8004, 10607, 8575, 11844, 9012, 10445, 8995, 9937, 13105, 10239, 14602, 10343, 12996, 8888, 11927, 8339, 13005, 8001, 10834, 8052, 10325, 11988, 10442, 11469, 9835, 11689, 9341, 14034, 10284, 13530, 9628, 12898, 8865, 12531, 9168, 12426, 8984, 11036, 9867, 10482, 16056, 11219, 15561, 9998, 14436, 9287, 12700, 9232, 13917, 9676, 12865, 9236, 12358, 9132, 13243, 9233, 12290, 8176, 11872, 9669, 11478, 15919, 11707, 15760, 10247, 13962, 9582, 13644, 9139, 11909, 7838, 10558, 7564, 12033, 8891, 11269, 10538, 10227, 14833, 9317, 13754, 9966, 12806, 8121, 11018, 7508, 10847, 8203, 13027, 8408, 10578, 7991, 11119, 9512, 12581, 9119, 10801, 8349, 10331, 10644, 11069, 9619, 10299, 9694, 9992, 14177, 10945, 14976, 10705, 14128, 9962, 13979, 9909, 13700, 9715, 12500, 8331, 12191, 8550, 13420, 10571, 11431, 9248, 10400, 13473, 10498, 15726, 10860, 14650, 9418, 11309, 8301, 12589, 9304, 13236, 7449, 10627, 7751, 11102, 8032, 12314, 8307, 10708, 7862, 10757, 8400, 11727, 10063, 10694, 8703, 9936, 11163, 9662, 15069, 11775, 13251, 10081, 9851, 9643, 9546, 10323, 10224, 10192, 8603, 9954, 12192, 10518, 14892, 11210, 12485, 10032, 11758, 9528, 11457, 10763, 8077, 10346, 7629, 11626, 8034, 12024, 9217, 14583, 8540, 13640, 8877, 12744, 16367, 12276, 18530, 12021, 15887, 9012, 13264, 8916, 13429, 10657, 10231, 9164, 9877, 12113, 9290, 13291, 10338, 10171, 9752, 7686, 9595, 8074, 10642, 7772, 10754, 7841, 10807, 8773, 12693, 9002, 12078, 7494, 10437, 8058, 14091, 16720, 13329, 11352, 10143, 9589, 9219, 13848, 14045, 8827, 10756, 7862, 10144, 8011, 11501, 8638, 14167, 10695, 13399, 9833, 8628, 9225, 7863, 9504, 7226, 11778, 8044, 7567, 12052, 12335, 14018, 17127, 17015, 16602, 13546, 14718, 9719, 9819, 10480, 8864, 11426, 10979, 14219, 12860, 9970, 12146, 12665, 9836, 13347, 10201, 8497, 16328, 10923, 10875, 10892, 8007, 10348, 8955, 7728, 11867, 10152, 8109, 9012, 7742, 7832, 8731, 7555, 8040, 10187, 7711, 9869, 8340, 8076, 10888, 8106, 11120, 7862, 11285, 7798, 11372, 8003, 11718, 7801, 11235, 7802, 11751, 7800, 10583, 7962, 10141, 7789, 9718, 7753, 10156, 7933, 10482, 7778, 9314, 8048, 8299, 7850, 8294, 12600, 9687, 10585, 8538, 11809, 8208, 13854, 8468, 13262, 9018, 12968, 8464, 11438, 8003, 12860, 8305, 13118, 9243, 14493, 8655, 12914, 8627, 13148, 8456, 12653, 9352, 13968, 11345, 11594, 9625, 8057, 9494, 7684, 7799, 8934, 7906, 11888, 8842, 8215, 11880, 10380, 14533, 10926, 9403, 18004, 15318, 14296, 9983, 12830, 9098, 15386, 8780, 10508, 7989, 9770, 7725, 9503, 7784, 11089, 8129, 11079, 8207, 9617, 8085, 9420, 7848, 9005, 9945, 9222, 14893, 8948, 13002, 8459, 10785, 8104, 12322, 8224, 10671, 7950, 9660, 7854, 10114, 7877, 10897, 7732, 9329, 8508, 8742, 13677, 9714, 13477, 8654, 11798, 8219, 12166, 8870, 7565, 8914, 8013, 11431, 8811, 7304, 9686, 7580, 7537, 12242, 14100, 13657, 9458, 12125, 8476, 15748], 'WindowCenter': [4210.0, 4234.0, 4189.0, 4164.0, 4205.0, 4185.0, 4213.0, 4170.0, 4162.0, 4179.0, 4138.0, 4176.0, 4146.0, 4199.0, 4157.0, 4188.0, 4157.0, 4175.0, 4155.0, 4186.0, 4146.0, 4197.0, 4157.0, 4187.0, 4157.0, 4178.0, 4159.0, 4181.0, 4171.0, 4172.0, 4182.0, 4161.0, 4193.0, 4175.0, 4215.0, 4164.0, 4204.0, 4173.0, 4214.0, 4186.0, 4246.0, 4194.0, 4214.0, 4182.0, 4192.0, 4193.0, 4193.0, 4213.0, 4162.0, 4201.0, 4149.0, 4201.0, 4202.0, 4233.0, 4170.0, 4189.0, 4136.0, 4175.0, 4145.0, 4208.0, 4156.0, 4176.0, 4134.0, 4165.0, 4134.0, 4187.0, 4135.0, 4188.0, 4147.0, 4186.0, 4147.0, 4187.0, 4171.0, 4221.0, 4171.0, 4200.0, 4160.0, 4188.0, 4158.0, 4222.0, 4158.0, 4188.0, 4135.0, 4166.0, 4134.0, 4188.0, 4156.0, 4165.0, 4134.0, 4165.0, 4148.0, 4177.0, 4136.0, 4178.0, 4147.0, 4178.0, 4148.0, 4180.0, 4197.0, 4189.0, 4218.0, 4166.0, 4207.0, 4144.0, 4189.0, 4134.0, 4185.0, 4132.0, 4151.0, 4121.0, 4155.0, 4132.0, 4165.0, 4134.0, 4165.0, 4136.0, 4165.0, 4146.0, 4157.0, 4209.0, 4177.0, 4186.0, 4156.0, 4188.0, 4146.0, 4188.0, 4147.0, 4187.0, 4134.0, 4165.0, 4124.0, 4164.0, 4165.0, 4168.0, 4209.0, 4156.0, 4195.0, 4144.0, 4163.0, 4123.0, 4165.0, 4137.0, 4166.0, 4135.0, 4165.0, 4124.0, 4156.0, 4146.0, 4157.0, 4211.0, 4169.0, 4208.0, 4157.0, 4198.0, 4157.0, 4200.0, 4146.0, 4210.0, 4147.0, 4177.0, 4150.0, 4180.0, 4148.0, 4180.0, 4171.0, 4162.0, 4195.0, 4189.0, 4238.0, 4189.0, 4200.0, 4209.0, 4247.0, 4205.0, 4236.0, 4214.0, 4212.0, 4171.0, 4190.0, 4159.0, 4191.0, 4178.0, 4209.0, 4155.0, 4174.0, 4123.0, 4153.0, 4155.0, 4153.0, 4173.0, 4162.0, 4150.0, 4151.0, 4152.0, 4154.0, 4164.0, 4160.0, 4176.0, 4157.0, 4197.0, 4149.0, 4200.0, 4160.0, 4201.0, 4139.0, 4178.0, 4136.0, 4179.0, 4201.0, 4180.0, 4198.0, 4168.0, 4187.0, 4156.0, 4188.0, 4159.0, 4210.0, 4157.0, 4188.0, 4159.0, 4190.0, 4149.0, 4201.0, 4137.0, 4190.0, 4137.0, 4179.0, 4210.0, 4180.0, 4220.0, 4166.0, 4208.0, 4158.0, 4188.0, 4147.0, 4189.0, 4147.0, 4178.0, 4136.0, 4178.0, 4137.0, 4180.0, 4136.0, 4168.0, 4146.0, 4167.0, 4178.0, 4159.0, 4211.0, 4158.0, 4189.0, 4149.0, 4188.0, 4150.0, 4190.0, 4160.0, 4191.0, 4138.0, 4180.0, 4147.0, 4169.0, 4170.0, 4192.0, 4169.0, 4179.0, 4168.0, 4180.0, 4212.0, 4172.0, 4225.0, 4172.0, 4200.0, 4150.0, 4189.0, 4149.0, 4201.0, 4148.0, 4178.0, 4138.0, 4167.0, 4157.0, 4169.0, 4178.0, 4179.0, 4146.0, 4167.0, 4159.0, 4172.0, 4201.0, 4183.0, 4211.0, 4159.0, 4202.0, 4161.0, 4202.0, 4161.0, 4213.0, 4159.0, 4190.0, 4147.0, 4179.0, 4139.0, 4188.0, 4161.0, 4200.0, 4159.0, 4190.0, 4140.0, 4191.0, 4149.0, 4202.0, 4148.0, 4178.0, 4187.0, 4182.0, 4219.0, 4168.0, 4209.0, 4145.0, 4176.0, 4131.0, 4155.0, 4124.0, 4153.0, 4122.0, 4164.0, 4124.0, 4155.0, 4168.0, 4159.0, 4211.0, 4170.0, 4188.0, 4136.0, 4178.0, 4160.0, 4179.0, 4174.0, 4163.0, 4194.0, 4176.0, 4187.0, 4188.0, 4239.0, 4197.0, 4228.0, 4185.0, 4226.0, 4174.0, 4215.0, 4184.0, 4226.0, 4203.0, 4214.0, 4159.0, 4200.0, 4190.0, 4221.0, 4177.0, 4197.0, 4145.0, 4185.0, 4176.0, 4207.0, 4177.0, 4155.0, 4152.0, 4111.0, 4152.0, 4122.0, 4188.0, 4145.0, 4137.0, 4178.0, 4146.0, 4137.0, 4168.0, 4138.0, 4157.0, 4157.0, 4149.0, 4201.0, 4159.0, 4151.0, 4210.0, 4157.0, 4136.0, 4209.0, 4156.0, 4198.0, 4177.0, 4176.0, 4244.0, 4223.0, 4193.0, 4211.0, 4188.0, 4166.0, 4197.0, 4185.0, 4198.0, 4216.0, 4174.0, 4134.0, 4175.0, 4142.0, 4121.0, 4152.0, 4131.0, 4132.0, 4152.0, 4122.0, 4161.0, 4142.0, 4132.0, 4166.0, 4134.0, 4166.0, 4166.0, 4164.0, 4155.0, 4134.0, 4176.0, 4136.0, 4177.0, 4156.0, 4136.0, 4179.0, 4189.0, 4169.0, 4167.0, 4179.0, 4148.0, 4178.0, 4188.0, 4167.0, 4200.0, 4168.0, 4199.0, 4167.0, 4187.0, 4146.0, 4178.0, 4158.0, 4187.0, 4146.0, 4166.0, 4166.0, 4165.0, 4198.0, 4169.0, 4199.0, 4157.0, 4189.0, 4136.0, 4176.0, 4137.0, 4190.0, 4148.0, 4180.0, 4148.0, 4179.0, 4179.0, 4181.0, 4212.0, 4194.0, 4212.0, 4171.0, 4190.0, 4149.0, 4201.0, 4179.0, 4202.0, 4200.0, 4179.0, 4209.0, 4168.0, 4201.0, 4170.0, 4202.0, 4149.0, 4188.0, 4147.0, 4180.0, 4201.0, 4182.0, 4222.0, 4182.0, 4191.0, 4150.0, 4203.0, 4201.0, 4192.0, 4220.0, 4179.0, 4210.0, 4168.0, 4190.0, 4148.0, 4201.0, 4147.0, 4178.0, 4177.0, 4179.0, 4211.0, 4182.0, 4205.0, 4150.0, 4188.0, 4138.0, 4191.0, 4180.0, 4193.0, 4211.0, 4180.0, 4200.0, 4171.0, 4202.0, 4160.0, 4213.0, 4170.0, 4191.0, 4169.0, 4182.0, 4221.0, 4192.0, 4224.0, 4170.0, 4201.0, 4159.0, 4203.0, 4232.0, 4192.0, 4233.0, 4179.0, 4200.0, 4150.0, 4201.0, 4169.0, 4200.0, 4168.0, 4189.0, 4188.0, 4180.0, 4211.0, 4180.0, 4201.0, 4168.0, 4188.0, 4148.0, 4190.0, 4200.0, 4191.0, 4208.0, 4177.0, 4198.0, 4169.0, 4200.0, 4159.0, 4201.0, 4147.0, 4178.0, 4148.0, 4181.0, 4171.0, 4191.0, 4202.0, 4192.0, 4190.0, 4192.0, 4225.0, 4195.0, 4225.0, 4195.0, 4213.0, 4172.0, 4203.0, 4163.0, 4214.0, 4172.0, 4212.0, 4170.0, 4191.0, 4183.0, 4202.0, 4222.0, 4213.0, 4190.0, 4190.0, 4190.0, 4193.0, 4212.0, 4204.0, 4222.0, 4192.0, 4200.0, 4193.0, 4203.0, 4192.0, 4183.0, 4225.0, 4186.0, 4211.0, 4209.0, 4201.0, 4254.0, 4221.0, 4201.0, 4253.0, 4222.0, 4251.0, 4241.0, 4260.0, 4216.0, 4236.0, 4204.0, 4235.0, 4213.0, 4191.0, 4190.0, 4159.0, 4191.0, 4169.0, 4211.0, 4157.0, 4187.0, 4167.0, 4190.0, 4170.0, 4209.0, 4178.0, 4188.0, 4179.0, 4188.0, 4180.0, 4220.0, 4191.0, 4198.0, 4189.0, 4178.0, 4180.0, 4178.0, 4177.0, 4178.0, 4188.0, 4148.0, 4178.0, 4147.0, 4191.0, 4200.0, 4200.0, 4178.0, 4189.0, 4187.0, 4179.0, 4198.0, 4203.0, 4189.0, 4188.0, 4146.0, 4178.0, 4148.0, 4202.0, 4148.0, 4200.0, 4169.0, 4189.0, 4173.0, 4215.0, 4195.0, 4226.0, 4184.0, 4173.0, 4204.0, 4175.0, 4176.0, 4215.0, 4206.0, 4177.0, 4238.0, 4228.0, 4205.0, 4248.0, 4250.0, 4225.0, 4239.0, 4213.0, 4190.0, 4188.0, 4175.0, 4145.0, 4154.0, 4133.0, 4163.0, 4133.0, 4164.0, 4132.0, 4161.0, 4130.0, 4150.0, 4133.0, 4175.0, 4131.0, 4150.0, 4119.0, 4149.0, 4118.0, 4149.0, 4118.0, 4148.0, 4118.0, 4148.0, 4117.0, 4150.0, 4121.0, 4160.0, 4140.0, 4182.0, 4141.0, 4160.0, 4140.0, 4150.0, 4120.0, 4140.0, 4122.0, 4152.0, 4143.0, 4173.0, 4132.0, 4163.0, 4162.0, 4153.0, 4174.0, 4169.0, 4190.0, 4187.0, 4176.0, 4249.0, 4207.0, 4188.0, 4195.0, 4198.0, 4226.0, 4174.0, 4227.0, 4196.0, 4226.0, 4205.0, 4204.0, 4234.0, 4191.0, 4211.0, 4156.0, 4197.0, 4154.0, 4174.0, 4195.0, 4174.0, 4185.0, 4164.0, 4186.0, 4145.0, 4175.0, 4135.0, 4177.0, 4135.0, 4166.0, 4146.0, 4167.0, 4187.0, 4178.0, 4221.0, 4169.0, 4199.0, 4147.0, 4177.0, 4147.0, 4181.0, 4171.0, 4190.0, 4168.0, 4189.0, 4188.0, 4180.0, 4211.0, 4182.0, 4222.0, 4184.0, 4212.0, 4172.0, 4202.0, 4173.0, 4214.0, 4174.0, 4214.0, 4161.0, 4192.0, 4171.0, 4193.0, 4233.0, 4205.0, 4233.0, 4192.0, 4212.0, 4171.0, 4202.0, 4163.0, 4214.0, 4212.0, 4192.0, 4233.0, 4180.0, 4211.0, 4161.0, 4212.0, 4170.0, 4190.0, 4170.0, 4181.0, 4180.0, 4183.0, 4234.0, 4206.0, 4225.0, 4183.0, 4213.0, 4162.0, 4215.0, 4203.0, 4205.0, 4234.0, 4192.0, 4222.0, 4170.0, 4202.0, 4181.0, 4214.0, 4171.0, 4191.0, 4160.0, 4183.0, 4213.0, 4195.0, 4215.0, 4194.0, 4224.0, 4184.0, 4227.0, 4175.0, 4227.0, 4195.0, 4205.0, 4203.0, 4194.0, 4248.0, 4204.0, 4227.0, 4182.0, 4202.0, 4161.0, 4191.0, 4172.0, 4192.0, 4212.0, 4192.0, 4201.0, 4209.0, 4237.0, 4184.0, 4213.0, 4173.0, 4227.0, 4174.0, 4215.0, 4164.0, 4205.0, 4166.0, 4226.0, 4174.0, 4215.0, 4184.0, 4207.0, 4239.0, 4207.0, 4227.0, 4184.0, 4205.0, 4162.0, 4203.0, 4192.0, 4206.0, 4211.0, 4181.0, 4210.0, 4181.0, 4203.0, 4185.0, 4213.0, 4161.0, 4190.0, 4160.0, 4182.0, 4161.0, 4205.0, 4170.0, 4181.0, 4169.0, 4182.0, 4213.0, 4182.0, 4212.0, 4181.0, 4201.0, 4171.0, 4202.0, 4163.0, 4215.0, 4151.0, 4190.0, 4149.0, 4193.0, 4202.0, 4206.0, 4192.0, 4182.0, 4203.0, 4184.0, 4225.0, 4196.0, 4214.0, 4184.0, 4214.0, 4185.0, 4216.0, 4185.0, 4205.0, 4172.0, 4192.0, 4183.0, 4194.0, 4224.0, 4206.0, 4224.0, 4170.0, 4211.0, 4183.0, 4214.0, 4183.0, 4213.0, 4184.0, 4203.0, 4186.0, 4216.0, 4185.0, 4217.0, 4183.0, 4203.0, 4163.0, 4216.0, 4186.0, 4205.0, 4235.0, 4203.0, 4222.0, 4181.0, 4214.0, 4181.0, 4213.0, 4170.0, 4191.0, 4149.0, 4192.0, 4163.0, 4204.0, 4172.0, 4192.0, 4181.0, 4183.0, 4225.0, 4184.0, 4215.0, 4185.0, 4203.0, 4150.0, 4181.0, 4151.0, 4192.0, 4163.0, 4213.0, 4160.0, 4182.0, 4161.0, 4203.0, 4184.0, 4217.0, 4172.0, 4192.0, 4162.0, 4195.0, 4193.0, 4205.0, 4182.0, 4182.0, 4181.0, 4195.0, 4225.0, 4196.0, 4224.0, 4193.0, 4211.0, 4183.0, 4226.0, 4183.0, 4216.0, 4183.0, 4203.0, 4162.0, 4204.0, 4173.0, 4215.0, 4181.0, 4190.0, 4170.0, 4181.0, 4212.0, 4181.0, 4222.0, 4179.0, 4211.0, 4159.0, 4191.0, 4163.0, 4202.0, 4173.0, 4202.0, 4139.0, 4179.0, 4151.0, 4192.0, 4162.0, 4206.0, 4161.0, 4181.0, 4162.0, 4194.0, 4163.0, 4206.0, 4183.0, 4182.0, 4160.0, 4197.0, 4220.0, 4212.0, 4283.0, 4220.0, 4215.0, 4183.0, 4182.0, 4182.0, 4171.0, 4184.0, 4182.0, 4182.0, 4162.0, 4183.0, 4203.0, 4193.0, 4225.0, 4192.0, 4202.0, 4181.0, 4190.0, 4172.0, 4192.0, 4197.0, 4162.0, 4183.0, 4163.0, 4204.0, 4165.0, 4207.0, 4187.0, 4240.0, 4174.0, 4217.0, 4173.0, 4215.0, 4226.0, 4194.0, 4222.0, 4180.0, 4210.0, 4159.0, 4190.0, 4147.0, 4188.0, 4153.0, 4153.0, 4142.0, 4155.0, 4174.0, 4145.0, 4189.0, 4166.0, 4169.0, 4169.0, 4135.0, 4168.0, 4150.0, 4180.0, 4151.0, 4192.0, 4162.0, 4192.0, 4163.0, 4217.0, 4175.0, 4203.0, 4152.0, 4181.0, 4150.0, 4202.0, 4223.0, 4200.0, 4178.0, 4167.0, 4156.0, 4159.0, 4188.0, 4213.0, 4147.0, 4166.0, 4136.0, 4166.0, 4147.0, 4192.0, 4159.0, 4199.0, 4182.0, 4199.0, 4169.0, 4158.0, 4157.0, 4151.0, 4169.0, 4138.0, 4179.0, 4139.0, 4152.0, 4177.0, 4188.0, 4214.0, 4225.0, 4223.0, 4225.0, 4202.0, 4214.0, 4172.0, 4170.0, 4180.0, 4159.0, 4192.0, 4179.0, 4187.0, 4175.0, 4142.0, 4163.0, 4162.0, 4129.0, 4158.0, 4127.0, 4118.0, 4181.0, 4151.0, 4136.0, 4123.0, 4091.0, 4155.0, 4134.0, 4095.0, 4135.0, 4129.0, 4094.0, 4117.0, 4111.0, 4123.0, 4145.0, 4136.0, 4135.0, 4155.0, 4136.0, 4155.0, 4135.0, 4123.0, 4154.0, 4125.0, 4167.0, 4138.0, 4166.0, 4124.0, 4163.0, 4123.0, 4163.0, 4124.0, 4166.0, 4137.0, 4178.0, 4138.0, 4168.0, 4138.0, 4167.0, 4138.0, 4158.0, 4139.0, 4171.0, 4152.0, 4170.0, 4139.0, 4160.0, 4150.0, 4149.0, 4151.0, 4151.0, 4204.0, 4172.0, 4182.0, 4161.0, 4191.0, 4162.0, 4202.0, 4161.0, 4205.0, 4173.0, 4203.0, 4163.0, 4192.0, 4152.0, 4205.0, 4177.0, 4217.0, 4186.0, 4215.0, 4162.0, 4204.0, 4162.0, 4203.0, 4162.0, 4219.0, 4187.0, 4215.0, 4206.0, 4207.0, 4184.0, 4161.0, 4171.0, 4163.0, 4153.0, 4187.0, 4180.0, 4220.0, 4200.0, 4191.0, 4220.0, 4210.0, 4242.0, 4221.0, 4190.0, 4240.0, 4215.0, 4201.0, 4160.0, 4189.0, 4160.0, 4202.0, 4148.0, 4168.0, 4136.0, 4156.0, 4124.0, 4145.0, 4138.0, 4167.0, 4137.0, 4178.0, 4150.0, 4158.0, 4148.0, 4159.0, 4139.0, 4160.0, 4170.0, 4172.0, 4212.0, 4160.0, 4190.0, 4151.0, 4183.0, 4150.0, 4190.0, 4150.0, 4181.0, 4150.0, 4170.0, 4152.0, 4184.0, 4153.0, 4182.0, 4140.0, 4161.0, 4160.0, 4161.0, 4202.0, 4173.0, 4202.0, 4161.0, 4193.0, 4162.0, 4194.0, 4176.0, 4153.0, 4172.0, 4179.0, 4230.0, 4201.0, 4196.0, 4214.0, 4192.0, 4193.0, 4235.0, 4244.0, 4232.0, 4203.0, 4220.0, 4178.0, 4230.0], 'WindowWidth': [9372.0, 9388.0, 9317.0, 9275.0, 9329.0, 9302.0, 9334.0, 9271.0, 9264.0, 9281.0, 9224.0, 9272.0, 9231.0, 9309.0, 9248.0, 9293.0, 9249.0, 9269.0, 9242.0, 9286.0, 9232.0, 9302.0, 9249.0, 9291.0, 9250.0, 9277.0, 9255.0, 9289.0, 9276.0, 9281.0, 9292.0, 9263.0, 9308.0, 9289.0, 9340.0, 9272.0, 9325.0, 9281.0, 9337.0, 9304.0, 9385.0, 9312.0, 9339.0, 9292.0, 9305.0, 9309.0, 9307.0, 9336.0, 9265.0, 9315.0, 9243.0, 9317.0, 9317.0, 9364.0, 9271.0, 9297.0, 9221.0, 9270.0, 9230.0, 9321.0, 9244.0, 9271.0, 9215.0, 9254.0, 9212.0, 9289.0, 9218.0, 9291.0, 9238.0, 9287.0, 9237.0, 9288.0, 9278.0, 9344.0, 9275.0, 9311.0, 9256.0, 9292.0, 9251.0, 9345.0, 9252.0, 9291.0, 9216.0, 9259.0, 9214.0, 9294.0, 9243.0, 9253.0, 9212.0, 9253.0, 9239.0, 9273.0, 9217.0, 9275.0, 9236.0, 9277.0, 9238.0, 9283.0, 9301.0, 9294.0, 9332.0, 9256.0, 9318.0, 9224.0, 9293.0, 9212.0, 9283.0, 9204.0, 9229.0, 9189.0, 9236.0, 9204.0, 9255.0, 9211.0, 9255.0, 9217.0, 9255.0, 9231.0, 9247.0, 9321.0, 9274.0, 9286.0, 9244.0, 9288.0, 9231.0, 9292.0, 9234.0, 9287.0, 9212.0, 9253.0, 9197.0, 9249.0, 9251.0, 9260.0, 9320.0, 9242.0, 9297.0, 9222.0, 9248.0, 9193.0, 9256.0, 9219.0, 9255.0, 9214.0, 9253.0, 9196.0, 9241.0, 9230.0, 9247.0, 9323.0, 9266.0, 9318.0, 9246.0, 9303.0, 9245.0, 9308.0, 9232.0, 9324.0, 9233.0, 9272.0, 9242.0, 9284.0, 9237.0, 9284.0, 9274.0, 9262.0, 9314.0, 9315.0, 9379.0, 9314.0, 9331.0, 9340.0, 9391.0, 9324.0, 9375.0, 9335.0, 9333.0, 9272.0, 9296.0, 9253.0, 9300.0, 9275.0, 9322.0, 9238.0, 9264.0, 9192.0, 9233.0, 9240.0, 9232.0, 9260.0, 9242.0, 9223.0, 9226.0, 9230.0, 9238.0, 9251.0, 9255.0, 9271.0, 9245.0, 9301.0, 9238.0, 9310.0, 9255.0, 9310.0, 9224.0, 9276.0, 9217.0, 9278.0, 9307.0, 9279.0, 9302.0, 9259.0, 9287.0, 9243.0, 9290.0, 9252.0, 9324.0, 9247.0, 9290.0, 9251.0, 9296.0, 9239.0, 9313.0, 9222.0, 9292.0, 9220.0, 9279.0, 9320.0, 9282.0, 9335.0, 9256.0, 9316.0, 9245.0, 9290.0, 9234.0, 9292.0, 9231.0, 9272.0, 9215.0, 9273.0, 9219.0, 9277.0, 9216.0, 9259.0, 9228.0, 9257.0, 9277.0, 9250.0, 9326.0, 9248.0, 9291.0, 9237.0, 9288.0, 9243.0, 9295.0, 9254.0, 9297.0, 9220.0, 9278.0, 9233.0, 9265.0, 9265.0, 9300.0, 9265.0, 9278.0, 9262.0, 9281.0, 9328.0, 9273.0, 9353.0, 9271.0, 9310.0, 9241.0, 9295.0, 9240.0, 9313.0, 9235.0, 9275.0, 9220.0, 9258.0, 9246.0, 9262.0, 9274.0, 9275.0, 9230.0, 9258.0, 9249.0, 9272.0, 9310.0, 9289.0, 9324.0, 9253.0, 9313.0, 9257.0, 9314.0, 9256.0, 9331.0, 9251.0, 9293.0, 9233.0, 9276.0, 9224.0, 9290.0, 9257.0, 9308.0, 9252.0, 9293.0, 9229.0, 9297.0, 9238.0, 9315.0, 9234.0, 9275.0, 9285.0, 9284.0, 9340.0, 9260.0, 9322.0, 9224.0, 9268.0, 9201.0, 9237.0, 9195.0, 9233.0, 9190.0, 9247.0, 9195.0, 9237.0, 9261.0, 9250.0, 9325.0, 9270.0, 9288.0, 9215.0, 9274.0, 9257.0, 9281.0, 9283.0, 9266.0, 9308.0, 9290.0, 9305.0, 9305.0, 9379.0, 9317.0, 9363.0, 9298.0, 9357.0, 9283.0, 9340.0, 9293.0, 9359.0, 9315.0, 9335.0, 9250.0, 9307.0, 9293.0, 9343.0, 9272.0, 9302.0, 9224.0, 9279.0, 9267.0, 9314.0, 9270.0, 9238.0, 9230.0, 9173.0, 9229.0, 9190.0, 9291.0, 9227.0, 9218.0, 9275.0, 9229.0, 9220.0, 9261.0, 9221.0, 9244.0, 9246.0, 9240.0, 9314.0, 9256.0, 9248.0, 9325.0, 9248.0, 9219.0, 9322.0, 9244.0, 9302.0, 9278.0, 9296.0, 9387.0, 9352.0, 9309.0, 9329.0, 9295.0, 9261.0, 9302.0, 9286.0, 9304.0, 9328.0, 9264.0, 9212.0, 9268.0, 9219.0, 9189.0, 9232.0, 9202.0, 9208.0, 9232.0, 9194.0, 9244.0, 9219.0, 9207.0, 9260.0, 9214.0, 9260.0, 9258.0, 9252.0, 9240.0, 9211.0, 9273.0, 9218.0, 9275.0, 9246.0, 9219.0, 9278.0, 9293.0, 9267.0, 9260.0, 9278.0, 9236.0, 9277.0, 9290.0, 9261.0, 9310.0, 9262.0, 9308.0, 9260.0, 9287.0, 9231.0, 9276.0, 9250.0, 9288.0, 9232.0, 9258.0, 9255.0, 9256.0, 9305.0, 9267.0, 9309.0, 9248.0, 9290.0, 9219.0, 9270.0, 9220.0, 9294.0, 9235.0, 9280.0, 9238.0, 9280.0, 9278.0, 9286.0, 9331.0, 9309.0, 9333.0, 9271.0, 9297.0, 9238.0, 9312.0, 9279.0, 9315.0, 9308.0, 9277.0, 9322.0, 9262.0, 9313.0, 9270.0, 9318.0, 9239.0, 9291.0, 9233.0, 9283.0, 9313.0, 9289.0, 9344.0, 9288.0, 9299.0, 9244.0, 9319.0, 9313.0, 9303.0, 9339.0, 9280.0, 9325.0, 9265.0, 9296.0, 9239.0, 9312.0, 9234.0, 9277.0, 9275.0, 9281.0, 9330.0, 9288.0, 9324.0, 9241.0, 9291.0, 9223.0, 9299.0, 9284.0, 9305.0, 9327.0, 9283.0, 9312.0, 9272.0, 9317.0, 9259.0, 9335.0, 9270.0, 9298.0, 9267.0, 9287.0, 9344.0, 9304.0, 9351.0, 9271.0, 9313.0, 9256.0, 9319.0, 9359.0, 9304.0, 9363.0, 9281.0, 9312.0, 9243.0, 9315.0, 9268.0, 9310.0, 9263.0, 9292.0, 9290.0, 9282.0, 9330.0, 9286.0, 9315.0, 9265.0, 9293.0, 9237.0, 9298.0, 9308.0, 9300.0, 9320.0, 9275.0, 9306.0, 9268.0, 9312.0, 9254.0, 9313.0, 9236.0, 9279.0, 9239.0, 9288.0, 9275.0, 9300.0, 9318.0, 9304.0, 9299.0, 9305.0, 9358.0, 9313.0, 9355.0, 9316.0, 9335.0, 9278.0, 9324.0, 9268.0, 9338.0, 9279.0, 9332.0, 9272.0, 9301.0, 9294.0, 9318.0, 9347.0, 9336.0, 9297.0, 9297.0, 9298.0, 9309.0, 9335.0, 9326.0, 9346.0, 9303.0, 9312.0, 9309.0, 9321.0, 9304.0, 9297.0, 9356.0, 9305.0, 9349.0, 9344.0, 9337.0, 9413.0, 9363.0, 9335.0, 9411.0, 9365.0, 9403.0, 9391.0, 9414.0, 9345.0, 9374.0, 9326.0, 9370.0, 9340.0, 9301.0, 9300.0, 9257.0, 9301.0, 9270.0, 9332.0, 9250.0, 9291.0, 9263.0, 9300.0, 9273.0, 9322.0, 9280.0, 9290.0, 9280.0, 9292.0, 9286.0, 9341.0, 9301.0, 9307.0, 9294.0, 9279.0, 9285.0, 9279.0, 9276.0, 9280.0, 9294.0, 9239.0, 9278.0, 9238.0, 9302.0, 9312.0, 9314.0, 9280.0, 9295.0, 9289.0, 9280.0, 9307.0, 9319.0, 9294.0, 9293.0, 9235.0, 9279.0, 9239.0, 9320.0, 9241.0, 9314.0, 9269.0, 9298.0, 9282.0, 9346.0, 9318.0, 9360.0, 9299.0, 9282.0, 9325.0, 9289.0, 9292.0, 9343.0, 9334.0, 9296.0, 9380.0, 9364.0, 9329.0, 9393.0, 9404.0, 9356.0, 9395.0, 9338.0, 9300.0, 9290.0, 9269.0, 9230.0, 9239.0, 9210.0, 9251.0, 9212.0, 9252.0, 9207.0, 9245.0, 9202.0, 9229.0, 9211.0, 9271.0, 9204.0, 9226.0, 9182.0, 9222.0, 9181.0, 9222.0, 9180.0, 9220.0, 9179.0, 9219.0, 9176.0, 9226.0, 9191.0, 9241.0, 9212.0, 9274.0, 9214.0, 9241.0, 9213.0, 9227.0, 9186.0, 9214.0, 9192.0, 9232.0, 9220.0, 9259.0, 9204.0, 9246.0, 9244.0, 9235.0, 9266.0, 9267.0, 9299.0, 9293.0, 9295.0, 9400.0, 9339.0, 9316.0, 9318.0, 9324.0, 9359.0, 9285.0, 9362.0, 9315.0, 9360.0, 9327.0, 9325.0, 9368.0, 9301.0, 9332.0, 9245.0, 9303.0, 9240.0, 9266.0, 9295.0, 9264.0, 9283.0, 9254.0, 9285.0, 9228.0, 9269.0, 9218.0, 9276.0, 9218.0, 9259.0, 9233.0, 9264.0, 9289.0, 9280.0, 9344.0, 9270.0, 9309.0, 9237.0, 9277.0, 9237.0, 9290.0, 9276.0, 9301.0, 9267.0, 9296.0, 9293.0, 9284.0, 9330.0, 9293.0, 9347.0, 9300.0, 9333.0, 9279.0, 9318.0, 9285.0, 9338.0, 9287.0, 9338.0, 9264.0, 9306.0, 9274.0, 9309.0, 9364.0, 9328.0, 9365.0, 9304.0, 9335.0, 9276.0, 9320.0, 9268.0, 9339.0, 9333.0, 9304.0, 9365.0, 9286.0, 9331.0, 9263.0, 9331.0, 9273.0, 9300.0, 9271.0, 9287.0, 9286.0, 9295.0, 9368.0, 9331.0, 9355.0, 9296.0, 9337.0, 9267.0, 9342.0, 9321.0, 9327.0, 9366.0, 9302.0, 9348.0, 9271.0, 9318.0, 9288.0, 9339.0, 9274.0, 9302.0, 9260.0, 9294.0, 9337.0, 9314.0, 9341.0, 9312.0, 9354.0, 9298.0, 9361.0, 9290.0, 9364.0, 9313.0, 9326.0, 9320.0, 9309.0, 9395.0, 9324.0, 9363.0, 9291.0, 9318.0, 9259.0, 9300.0, 9278.0, 9305.0, 9329.0, 9305.0, 9316.0, 9341.0, 9379.0, 9298.0, 9334.0, 9280.0, 9360.0, 9283.0, 9340.0, 9271.0, 9327.0, 9276.0, 9358.0, 9285.0, 9340.0, 9297.0, 9332.0, 9384.0, 9333.0, 9366.0, 9294.0, 9325.0, 9263.0, 9323.0, 9304.0, 9327.0, 9328.0, 9286.0, 9327.0, 9287.0, 9320.0, 9298.0, 9335.0, 9260.0, 9297.0, 9258.0, 9289.0, 9260.0, 9325.0, 9271.0, 9287.0, 9268.0, 9290.0, 9334.0, 9292.0, 9335.0, 9286.0, 9315.0, 9273.0, 9318.0, 9267.0, 9341.0, 9246.0, 9298.0, 9243.0, 9305.0, 9317.0, 9329.0, 9304.0, 9291.0, 9320.0, 9297.0, 9355.0, 9316.0, 9338.0, 9296.0, 9337.0, 9302.0, 9345.0, 9297.0, 9328.0, 9274.0, 9303.0, 9293.0, 9310.0, 9355.0, 9328.0, 9352.0, 9269.0, 9326.0, 9294.0, 9338.0, 9294.0, 9335.0, 9294.0, 9321.0, 9303.0, 9347.0, 9302.0, 9347.0, 9294.0, 9322.0, 9266.0, 9344.0, 9302.0, 9326.0, 9367.0, 9317.0, 9349.0, 9286.0, 9337.0, 9288.0, 9334.0, 9270.0, 9299.0, 9243.0, 9304.0, 9267.0, 9322.0, 9276.0, 9303.0, 9286.0, 9291.0, 9357.0, 9296.0, 9340.0, 9300.0, 9321.0, 9245.0, 9287.0, 9248.0, 9305.0, 9265.0, 9332.0, 9258.0, 9288.0, 9263.0, 9321.0, 9294.0, 9348.0, 9277.0, 9304.0, 9263.0, 9313.0, 9307.0, 9325.0, 9289.0, 9290.0, 9288.0, 9313.0, 9356.0, 9314.0, 9353.0, 9305.0, 9330.0, 9293.0, 9359.0, 9293.0, 9343.0, 9291.0, 9319.0, 9264.0, 9325.0, 9279.0, 9343.0, 9286.0, 9298.0, 9269.0, 9285.0, 9330.0, 9287.0, 9349.0, 9281.0, 9327.0, 9254.0, 9301.0, 9265.0, 9315.0, 9278.0, 9315.0, 9228.0, 9279.0, 9245.0, 9303.0, 9262.0, 9327.0, 9260.0, 9286.0, 9263.0, 9308.0, 9264.0, 9328.0, 9291.0, 9289.0, 9257.0, 9316.0, 9358.0, 9348.0, 9468.0, 9356.0, 9338.0, 9292.0, 9290.0, 9289.0, 9272.0, 9293.0, 9286.0, 9287.0, 9261.0, 9290.0, 9320.0, 9306.0, 9354.0, 9302.0, 9316.0, 9285.0, 9295.0, 9275.0, 9299.0, 9314.0, 9260.0, 9292.0, 9266.0, 9321.0, 9271.0, 9329.0, 9303.0, 9380.0, 9282.0, 9345.0, 9279.0, 9339.0, 9353.0, 9306.0, 9345.0, 9277.0, 9326.0, 9249.0, 9297.0, 9229.0, 9290.0, 9231.0, 9231.0, 9215.0, 9237.0, 9262.0, 9225.0, 9291.0, 9256.0, 9265.0, 9267.0, 9212.0, 9262.0, 9243.0, 9283.0, 9247.0, 9302.0, 9260.0, 9302.0, 9262.0, 9346.0, 9282.0, 9318.0, 9248.0, 9285.0, 9243.0, 9313.0, 9346.0, 9309.0, 9273.0, 9258.0, 9241.0, 9248.0, 9289.0, 9334.0, 9230.0, 9255.0, 9215.0, 9254.0, 9232.0, 9301.0, 9250.0, 9306.0, 9287.0, 9304.0, 9263.0, 9248.0, 9247.0, 9245.0, 9263.0, 9221.0, 9275.0, 9221.0, 9243.0, 9271.0, 9287.0, 9331.0, 9355.0, 9345.0, 9356.0, 9315.0, 9336.0, 9273.0, 9271.0, 9288.0, 9255.0, 9305.0, 9280.0, 9284.0, 9268.0, 9217.0, 9244.0, 9242.0, 9191.0, 9227.0, 9184.0, 9176.0, 9269.0, 9226.0, 9197.0, 9173.0, 9127.0, 9237.0, 9209.0, 9140.0, 9195.0, 9188.0, 9134.0, 9172.0, 9172.0, 9192.0, 9225.0, 9217.0, 9211.0, 9236.0, 9213.0, 9236.0, 9208.0, 9190.0, 9234.0, 9194.0, 9254.0, 9218.0, 9251.0, 9193.0, 9244.0, 9189.0, 9243.0, 9193.0, 9253.0, 9217.0, 9272.0, 9219.0, 9260.0, 9220.0, 9257.0, 9219.0, 9247.0, 9224.0, 9267.0, 9246.0, 9265.0, 9223.0, 9250.0, 9237.0, 9237.0, 9240.0, 9240.0, 9318.0, 9272.0, 9284.0, 9257.0, 9299.0, 9257.0, 9313.0, 9257.0, 9323.0, 9274.0, 9317.0, 9262.0, 9300.0, 9246.0, 9319.0, 9289.0, 9342.0, 9298.0, 9338.0, 9259.0, 9317.0, 9258.0, 9317.0, 9259.0, 9349.0, 9300.0, 9336.0, 9327.0, 9330.0, 9295.0, 9257.0, 9271.0, 9264.0, 9250.0, 9303.0, 9300.0, 9353.0, 9328.0, 9315.0, 9353.0, 9340.0, 9385.0, 9357.0, 9309.0, 9387.0, 9336.0, 9312.0, 9251.0, 9291.0, 9252.0, 9315.0, 9233.0, 9258.0, 9213.0, 9240.0, 9196.0, 9223.0, 9218.0, 9256.0, 9218.0, 9275.0, 9238.0, 9247.0, 9235.0, 9249.0, 9221.0, 9253.0, 9264.0, 9272.0, 9325.0, 9250.0, 9294.0, 9243.0, 9290.0, 9241.0, 9295.0, 9238.0, 9282.0, 9240.0, 9267.0, 9245.0, 9292.0, 9248.0, 9285.0, 9226.0, 9254.0, 9252.0, 9256.0, 9311.0, 9273.0, 9314.0, 9254.0, 9303.0, 9263.0, 9305.0, 9287.0, 9249.0, 9273.0, 9298.0, 9371.0, 9335.0, 9332.0, 9352.0, 9322.0, 9322.0, 9383.0, 9392.0, 9373.0, 9335.0, 9354.0, 9293.0, 9369.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.0035436356821589216</td></tr>
<tr><td colspan=3>aqi</td><td>0.03729736716641679</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.66901483564144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3281016573143283</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0432963827081778</td></tr>
<tr><td colspan=3>efc</td><td>0.4949</td></tr>
<tr><td colspan=3>fber</td><td>5811.4092</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10462807402356679</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.411044363705741</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3107487630892742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.59108066549655</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3313036625313996</td></tr>
<tr><td colspan=3>gcor</td><td>0.0151398</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01539172139018774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04908061400055885</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.266467969892928</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>18.807</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.1186</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.0553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296486.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.0483</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.025</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.8879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>824.5645</td></tr>
<tr><td colspan=3>tsnr</td><td>32.14360996586038</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>