<?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-0122_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-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_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-0122/figures/sub-0122_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_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-0122/ses-03/func/sub-0122_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>b184c628ca51513221f7d4b358807c2d</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:39.995000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995305, 0.0364979, -0.0896407, -0.04363, 0.995924, -0.0789379]</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.259</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.0812535</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4198, -7741, -7190, 434, -181, 128, 19, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f8259f6f-f423-4ac4-a9eb-1a723e6b1dbe||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703310012817383, -0.11705609411001205, -0.2332644760608673, 117.92559814453125], [-0.09792111814022064, 2.671992063522339, -0.22269153594970703, -98.98453521728516], [-0.240499347448349, 0.21178466081619263, 2.680670976638794, -63.01948928833008], [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': ['182539.995000', '182540.455000', '182540.915000', '182541.375000', '182541.835000', '182542.295000', '182542.755000', '182543.215000', '182543.675000', '182544.135000', '182544.595000', '182545.055000', '182545.515000', '182545.975000', '182546.435000', '182546.895000', '182547.355000', '182547.815000', '182548.275000', '182548.735000', '182549.195000', '182549.655000', '182550.115000', '182550.575000', '182551.035000', '182551.495000', '182551.955000', '182552.415000', '182552.875000', '182553.335000', '182553.795000', '182554.255000', '182554.715000', '182555.175000', '182555.635000', '182556.095000', '182556.555000', '182557.015000', '182557.475000', '182557.935000', '182558.395000', '182558.855000', '182559.315000', '182559.775000', '182600.235000', '182600.695000', '182601.155000', '182601.615000', '182602.075000', '182602.535000', '182602.995000', '182603.455000', '182603.915000', '182604.375000', '182604.835000', '182605.295000', '182605.755000', '182606.215000', '182606.675000', '182607.135000', '182607.595000', '182608.055000', '182608.515000', '182608.975000', '182609.435000', '182609.895000', '182610.355000', '182610.815000', '182611.275000', '182611.735000', '182612.195000', '182612.655000', '182613.115000', '182613.575000', '182614.035000', '182614.495000', '182614.955000', '182615.415000', '182615.875000', '182616.335000', '182616.795000', '182617.255000', '182617.715000', '182618.175000', '182618.635000', '182619.095000', '182619.555000', '182620.015000', '182620.475000', '182620.935000', '182621.395000', '182621.855000', '182622.315000', '182622.775000', '182623.235000', '182623.695000', '182624.155000', '182624.615000', '182625.075000', '182625.535000', '182625.995000', '182626.455000', '182626.915000', '182627.375000', '182627.835000', '182628.295000', '182628.755000', '182629.215000', '182629.675000', '182630.135000', '182630.595000', '182631.055000', '182631.515000', '182631.975000', '182632.435000', '182632.895000', '182633.355000', '182633.815000', '182634.275000', '182634.735000', '182635.195000', '182635.655000', '182636.115000', '182636.575000', '182637.035000', '182637.495000', '182637.955000', '182638.415000', '182638.875000', '182639.335000', '182639.795000', '182640.255000', '182640.715000', '182641.175000', '182641.635000', '182642.095000', '182642.555000', '182643.015000', '182643.475000', '182643.935000', '182644.395000', '182644.855000', '182645.315000', '182645.775000', '182646.235000', '182646.695000', '182647.155000', '182647.615000', '182648.075000', '182648.535000', '182648.995000', '182649.455000', '182649.915000', '182650.375000', '182650.835000', '182651.295000', '182651.755000', '182652.215000', '182652.675000', '182653.135000', '182653.595000', '182654.055000', '182654.515000', '182654.975000', '182655.435000', '182655.895000', '182656.355000', '182656.815000', '182657.275000', '182657.735000', '182658.195000', '182658.655000', '182659.115000', '182659.575000', '182700.035000', '182700.495000', '182700.955000', '182701.415000', '182701.875000', '182702.335000', '182702.795000', '182703.255000', '182703.715000', '182704.175000', '182704.635000', '182705.095000', '182705.555000', '182706.015000', '182706.475000', '182706.935000', '182707.395000', '182707.855000', '182708.315000', '182708.775000', '182709.235000', '182709.695000', '182710.155000', '182710.615000', '182711.075000', '182711.535000', '182711.995000', '182712.455000', '182712.915000', '182713.375000', '182713.835000', '182714.295000', '182714.755000', '182715.215000', '182715.675000', '182716.135000', '182716.595000', '182717.055000', '182717.515000', '182717.975000', '182718.435000', '182718.895000', '182719.355000', '182719.815000', '182720.275000', '182720.735000', '182721.195000', '182721.655000', '182722.115000', '182722.575000', '182723.035000', '182723.495000', '182723.955000', '182724.415000', '182724.875000', '182725.335000', '182725.795000', '182726.255000', '182726.715000', '182727.175000', '182727.635000', '182728.095000', '182728.555000', '182729.015000', '182729.475000', '182729.935000', '182730.395000', '182730.855000', '182731.315000', '182731.775000', '182732.235000', '182732.695000', '182733.155000', '182733.615000', '182734.075000', '182734.535000', '182734.995000', '182735.455000', '182735.915000', '182736.375000', '182736.835000', '182737.295000', '182737.755000', '182738.215000', '182738.675000', '182739.135000', '182739.595000', '182740.055000', '182740.515000', '182740.975000', '182741.435000', '182741.895000', '182742.355000', '182742.815000', '182743.275000', '182743.735000', '182744.195000', '182744.655000', '182745.115000', '182745.575000', '182746.035000', '182746.495000', '182746.955000', '182747.415000', '182747.875000', '182748.335000', '182748.795000', '182749.255000', '182749.715000', '182750.175000', '182750.635000', '182751.095000', '182751.555000', '182752.015000', '182752.475000', '182752.935000', '182753.395000', '182753.855000', '182754.315000', '182754.775000', '182755.235000', '182755.695000', '182756.155000', '182756.615000', '182757.075000', '182757.535000', '182757.995000', '182758.455000', '182758.915000', '182759.375000', '182759.835000', '182800.295000', '182800.755000', '182801.215000', '182801.675000', '182802.135000', '182802.595000', '182803.055000', '182803.515000', '182803.975000', '182804.435000', '182804.895000', '182805.355000', '182805.815000', '182806.275000', '182806.735000', '182807.195000', '182807.655000', '182808.115000', '182808.575000', '182809.035000', '182809.495000', '182809.955000', '182810.415000', '182810.875000', '182811.335000', '182811.795000', '182812.255000', '182812.715000', '182813.175000', '182813.635000', '182814.095000', '182814.555000', '182815.015000', '182815.475000', '182815.935000', '182816.395000', '182816.855000', '182817.315000', '182817.775000', '182818.235000', '182818.695000', '182819.155000', '182819.615000', '182820.075000', '182820.535000', '182820.995000', '182821.455000', '182821.915000', '182822.375000', '182822.835000', '182823.295000', '182823.755000', '182824.215000', '182824.675000', '182825.135000', '182825.595000', '182826.055000', '182826.515000', '182826.975000', '182827.435000', '182827.895000', '182828.355000', '182828.815000', '182829.275000', '182829.735000', '182830.195000', '182830.655000', '182831.115000', '182831.575000', '182832.035000', '182832.495000', '182832.955000', '182833.415000', '182833.875000', '182834.335000', '182834.795000', '182835.255000', '182835.715000', '182836.175000', '182836.635000', '182837.095000', '182837.555000', '182838.015000', '182838.475000', '182838.935000', '182839.395000', '182839.855000', '182840.315000', '182840.775000', '182841.235000', '182841.695000', '182842.155000', '182842.615000', '182843.075000', '182843.535000', '182843.995000', '182844.455000', '182844.915000', '182845.375000', '182845.835000', '182846.295000', '182846.755000', '182847.215000', '182847.675000', '182848.135000', '182848.595000', '182849.055000', '182849.515000', '182849.975000', '182850.435000', '182850.895000', '182851.355000', '182851.815000', '182852.275000', '182852.735000', '182853.195000', '182853.655000', '182854.115000', '182854.575000', '182855.035000', '182855.495000', '182855.955000', '182856.415000', '182856.875000', '182857.335000', '182857.795000', '182858.255000', '182858.715000', '182859.175000', '182859.635000', '182900.095000', '182900.555000', '182901.015000', '182901.475000', '182901.935000', '182902.395000', '182902.855000', '182903.315000', '182903.775000', '182904.235000', '182904.695000', '182905.155000', '182905.615000', '182906.075000', '182906.535000', '182906.995000', '182907.455000', '182907.915000', '182908.375000', '182908.835000', '182909.295000', '182909.755000', '182910.215000', '182910.675000', '182911.135000', '182911.595000', '182912.055000', '182912.515000', '182912.975000', '182913.435000', '182913.895000', '182914.355000', '182914.815000', '182915.275000', '182915.735000', '182916.195000', '182916.655000', '182917.115000', '182917.575000', '182918.035000', '182918.495000', '182918.955000', '182919.415000', '182919.875000', '182920.335000', '182920.795000', '182921.255000', '182921.715000', '182922.175000', '182922.635000', '182923.095000', '182923.555000', '182924.015000', '182924.475000', '182924.935000', '182925.395000', '182925.855000', '182926.315000', '182926.775000', '182927.235000', '182927.695000', '182928.155000', '182928.615000', '182929.075000', '182929.535000', '182929.995000', '182930.455000', '182930.915000', '182931.375000', '182931.835000', '182932.295000', '182932.755000', '182933.215000', '182933.675000', '182934.135000', '182934.595000', '182935.055000', '182935.515000', '182935.975000', '182936.435000', '182936.895000', '182937.355000', '182937.815000', '182938.275000', '182938.735000', '182939.195000', '182939.655000', '182940.115000', '182940.575000', '182941.035000', '182941.495000', '182941.955000', '182942.415000', '182942.875000', '182943.335000', '182943.795000', '182944.255000', '182944.715000', '182945.175000', '182945.635000', '182946.095000', '182946.555000', '182947.015000', '182947.475000', '182947.935000', '182948.395000', '182948.855000', '182949.315000', '182949.775000', '182950.235000', '182950.695000', '182951.155000', '182951.615000', '182952.075000', '182952.535000', '182952.995000', '182953.455000', '182953.915000', '182954.375000', '182954.835000', '182955.295000', '182955.755000', '182956.215000', '182956.675000', '182957.135000', '182957.595000', '182958.055000', '182958.515000', '182958.975000', '182959.435000', '182959.895000', '183000.355000', '183000.815000', '183001.275000', '183001.735000', '183002.195000', '183002.655000', '183003.115000', '183003.575000', '183004.035000', '183004.495000', '183004.955000', '183005.415000', '183005.875000', '183006.335000', '183006.795000', '183007.255000', '183007.715000', '183008.175000', '183008.635000', '183009.095000', '183009.555000', '183010.015000', '183010.475000', '183010.935000', '183011.395000', '183011.855000', '183012.315000', '183012.775000', '183013.235000', '183013.695000', '183014.155000', '183014.615000', '183015.075000', '183015.535000', '183015.995000', '183016.455000', '183016.915000', '183017.375000', '183017.835000', '183018.295000', '183018.755000', '183019.215000', '183019.675000', '183020.135000', '183020.595000', '183021.055000', '183021.515000', '183021.975000', '183022.435000', '183022.895000', '183023.355000', '183023.815000', '183024.275000', '183024.735000', '183025.195000', '183025.655000', '183026.115000', '183026.575000', '183027.035000', '183027.495000', '183027.955000', '183028.415000', '183028.875000', '183029.335000', '183029.795000', '183030.255000', '183030.715000', '183031.175000', '183031.635000', '183032.095000', '183032.555000', '183033.015000', '183033.475000', '183033.935000', '183034.395000', '183034.855000', '183035.315000', '183035.775000', '183036.235000', '183036.695000', '183037.155000', '183037.615000', '183038.075000', '183038.535000', '183038.995000', '183039.455000', '183039.915000', '183040.375000', '183040.835000', '183041.295000', '183041.755000', '183042.215000', '183042.675000', '183043.135000', '183043.595000', '183044.055000', '183044.515000', '183044.975000', '183045.435000', '183045.895000', '183046.355000', '183046.815000', '183047.275000', '183047.735000', '183048.195000', '183048.655000', '183049.115000', '183049.575000', '183050.035000', '183050.495000', '183050.955000', '183051.415000', '183051.875000', '183052.335000', '183052.795000', '183053.255000', '183053.715000', '183054.175000', '183054.635000', '183055.095000', '183055.555000', '183056.015000', '183056.475000', '183056.935000', '183057.395000', '183057.855000', '183058.315000', '183058.775000', '183059.235000', '183059.695000', '183100.155000', '183100.615000', '183101.075000', '183101.535000', '183101.995000', '183102.455000', '183102.915000', '183103.375000', '183103.835000', '183104.295000', '183104.755000', '183105.215000', '183105.675000', '183106.135000', '183106.595000', '183107.055000', '183107.515000', '183107.975000', '183108.435000', '183108.895000', '183109.355000', '183109.815000', '183110.275000', '183110.735000', '183111.195000', '183111.655000', '183112.115000', '183112.575000', '183113.035000', '183113.495000', '183113.955000', '183114.415000', '183114.875000', '183115.335000', '183115.795000', '183116.255000', '183116.715000', '183117.175000', '183117.635000', '183118.095000', '183118.555000', '183119.015000', '183119.475000', '183119.935000', '183120.395000', '183120.855000', '183121.315000', '183121.775000', '183122.235000', '183122.695000', '183123.155000', '183123.615000', '183124.075000', '183124.535000', '183124.995000', '183125.455000', '183125.915000', '183126.375000', '183126.835000', '183127.295000', '183127.755000', '183128.215000', '183128.675000', '183129.135000', '183129.595000', '183130.055000', '183130.515000', '183130.975000', '183131.435000', '183131.895000', '183132.355000', '183132.815000', '183133.275000', '183133.735000', '183134.195000', '183134.655000', '183135.115000', '183135.575000', '183136.035000', '183136.495000', '183136.955000', '183137.415000', '183137.875000', '183138.335000', '183138.795000', '183139.255000', '183139.715000', '183140.175000', '183140.635000', '183141.095000', '183141.555000', '183142.015000', '183142.475000', '183142.935000', '183143.395000', '183143.855000', '183144.315000', '183144.775000', '183145.235000', '183145.695000', '183146.155000', '183146.615000', '183147.075000', '183147.535000', '183147.995000', '183148.455000', '183148.915000', '183149.375000', '183149.835000', '183150.295000', '183150.755000', '183151.215000', '183151.675000', '183152.135000', '183152.595000', '183153.055000', '183153.515000', '183153.975000', '183154.435000', '183154.895000', '183155.355000', '183155.815000', '183156.275000', '183156.735000', '183157.195000', '183157.655000', '183158.115000', '183158.575000', '183159.035000', '183159.495000', '183159.955000', '183200.415000', '183200.875000', '183201.335000', '183201.795000', '183202.255000', '183202.715000', '183203.175000', '183203.635000', '183204.095000', '183204.555000', '183205.015000', '183205.475000', '183205.935000', '183206.395000', '183206.855000', '183207.315000', '183207.775000', '183208.235000', '183208.695000', '183209.155000', '183209.615000', '183210.075000', '183210.535000', '183210.995000', '183211.455000', '183211.915000', '183212.375000', '183212.835000', '183213.295000', '183213.755000', '183214.215000', '183214.675000', '183215.135000', '183215.595000', '183216.055000', '183216.515000', '183216.975000', '183217.435000', '183217.895000', '183218.355000', '183218.815000', '183219.275000', '183219.735000', '183220.195000', '183220.655000', '183221.115000', '183221.575000', '183222.035000', '183222.495000', '183222.955000', '183223.415000', '183223.875000', '183224.335000', '183224.795000', '183225.255000', '183225.715000', '183226.175000', '183226.635000', '183227.095000', '183227.555000', '183228.015000', '183228.475000', '183228.935000', '183229.395000', '183229.855000', '183230.315000', '183230.775000', '183231.235000', '183231.695000', '183232.155000', '183232.615000', '183233.075000', '183233.535000', '183233.995000', '183234.455000', '183234.915000', '183235.375000', '183235.835000', '183236.295000', '183236.755000', '183237.215000', '183237.675000', '183238.135000', '183238.595000', '183239.055000', '183239.515000', '183239.975000', '183240.435000', '183240.895000', '183241.355000', '183241.815000', '183242.275000', '183242.735000', '183243.195000', '183243.655000', '183244.115000', '183244.575000', '183245.035000', '183245.495000', '183245.955000', '183246.415000', '183246.875000', '183247.335000', '183247.795000', '183248.255000', '183248.715000', '183249.175000', '183249.635000', '183250.095000', '183250.555000', '183251.015000', '183251.475000', '183251.935000', '183252.395000', '183252.855000', '183253.315000', '183253.775000', '183254.235000', '183254.695000', '183255.155000', '183255.615000', '183256.075000', '183256.535000', '183256.995000', '183257.455000', '183257.915000', '183258.375000', '183258.835000', '183259.295000', '183259.755000', '183300.215000', '183300.675000', '183301.135000', '183301.595000', '183302.055000', '183302.515000', '183302.975000', '183303.435000', '183303.895000', '183304.355000', '183304.815000', '183305.275000', '183305.735000', '183306.195000', '183306.655000', '183307.115000', '183307.575000', '183308.035000', '183308.495000', '183308.955000', '183309.415000', '183309.875000', '183310.335000', '183310.795000', '183311.255000', '183311.715000', '183312.175000', '183312.635000', '183313.095000', '183313.555000', '183314.015000', '183314.475000', '183314.935000', '183315.395000', '183315.855000', '183316.315000', '183316.775000', '183317.235000', '183317.695000', '183318.155000', '183318.615000', '183319.075000', '183319.535000', '183319.995000', '183320.455000', '183320.915000', '183321.375000', '183321.835000', '183322.295000', '183322.755000', '183323.215000', '183323.675000', '183324.135000', '183324.595000', '183325.055000', '183325.515000', '183325.975000', '183326.435000', '183326.895000', '183327.355000', '183327.815000', '183328.275000', '183328.735000', '183329.195000', '183329.655000', '183330.115000', '183330.575000', '183331.035000', '183331.495000', '183331.955000', '183332.415000', '183332.875000', '183333.335000', '183333.795000', '183334.255000', '183334.715000', '183335.175000', '183335.635000', '183336.095000', '183336.555000', '183337.015000', '183337.475000', '183337.935000', '183338.395000', '183338.855000', '183339.315000', '183339.775000', '183340.235000', '183340.695000', '183341.155000', '183341.615000', '183342.075000', '183342.535000', '183342.995000', '183343.455000', '183343.915000', '183344.375000', '183344.835000', '183345.295000', '183345.755000', '183346.215000', '183346.675000', '183347.135000', '183347.595000', '183348.055000', '183348.515000', '183348.975000', '183349.435000', '183349.895000', '183350.355000', '183350.815000', '183351.275000', '183351.735000', '183352.195000', '183352.655000', '183353.115000', '183353.575000', '183354.035000', '183354.495000', '183354.955000', '183355.415000', '183355.875000', '183356.335000', '183356.795000', '183357.255000', '183357.715000', '183358.175000', '183358.635000', '183359.095000', '183359.555000', '183400.015000', '183400.475000', '183400.935000', '183401.395000', '183401.855000', '183402.315000', '183402.775000', '183403.235000', '183403.695000', '183404.155000', '183404.615000', '183405.075000', '183405.535000', '183405.995000', '183406.455000', '183406.915000', '183407.375000', '183407.835000', '183408.295000', '183408.755000', '183409.215000', '183409.675000', '183410.135000', '183410.595000', '183411.055000', '183411.515000', '183411.975000', '183412.435000', '183412.895000', '183413.355000', '183413.815000', '183414.275000', '183414.735000', '183415.195000', '183415.655000', '183416.115000', '183416.575000', '183417.035000', '183417.495000', '183417.955000', '183418.415000', '183418.875000', '183419.335000', '183419.795000', '183420.255000', '183420.715000', '183421.175000', '183421.635000', '183422.095000', '183422.555000', '183423.015000', '183423.475000', '183423.935000', '183424.395000', '183424.855000', '183425.315000', '183425.775000', '183426.235000', '183426.695000', '183427.155000', '183427.615000', '183428.075000', '183428.535000', '183428.995000', '183429.455000', '183429.915000', '183430.375000', '183430.835000', '183431.295000', '183431.755000', '183432.215000', '183432.675000', '183433.135000', '183433.595000', '183434.055000', '183434.515000', '183434.975000', '183435.435000', '183435.895000', '183436.355000', '183436.815000', '183437.275000', '183437.735000', '183438.195000', '183438.655000', '183439.115000', '183439.575000', '183440.035000', '183440.495000', '183440.955000', '183441.415000', '183441.875000', '183442.335000', '183442.795000', '183443.255000', '183443.715000', '183444.175000', '183444.635000', '183445.095000', '183445.555000', '183446.015000', '183446.475000', '183446.935000', '183447.395000', '183447.855000', '183448.315000', '183448.775000', '183449.235000', '183449.695000', '183450.155000', '183450.615000', '183451.075000', '183451.535000', '183451.995000', '183452.455000', '183452.915000', '183453.375000', '183453.835000', '183454.295000', '183454.755000', '183455.215000', '183455.675000', '183456.135000', '183456.595000', '183457.055000', '183457.515000', '183457.975000', '183458.435000', '183458.895000', '183459.355000', '183459.815000', '183500.275000', '183500.735000', '183501.195000', '183501.655000', '183502.115000', '183502.575000', '183503.035000', '183503.495000', '183503.955000', '183504.415000', '183504.875000', '183505.335000', '183505.795000', '183506.255000', '183506.715000', '183507.175000', '183507.635000', '183508.095000', '183508.555000', '183509.015000', '183509.475000', '183509.935000', '183510.395000', '183510.855000', '183511.315000', '183511.775000', '183512.235000', '183512.695000', '183513.155000', '183513.615000', '183514.075000', '183514.535000', '183514.995000', '183515.455000', '183515.915000', '183516.375000', '183516.835000', '183517.295000', '183517.755000', '183518.215000', '183518.675000', '183519.135000', '183519.595000', '183520.055000', '183520.515000', '183520.975000', '183521.435000', '183521.895000', '183522.355000', '183522.815000', '183523.275000', '183523.735000', '183524.195000', '183524.655000', '183525.115000', '183525.575000', '183526.035000', '183526.495000', '183526.955000', '183527.415000', '183527.875000', '183528.335000', '183528.795000', '183529.255000', '183529.715000', '183530.175000', '183530.635000', '183531.095000', '183531.555000', '183532.015000', '183532.475000', '183532.935000', '183533.395000', '183533.855000', '183534.315000', '183534.775000', '183535.235000', '183535.695000', '183536.155000', '183536.615000', '183537.075000', '183537.535000', '183537.995000', '183538.455000', '183538.915000', '183539.375000', '183539.835000', '183540.295000', '183540.755000', '183541.215000', '183541.675000', '183542.135000', '183542.595000', '183543.055000', '183543.515000', '183543.975000', '183544.435000', '183544.895000', '183545.355000', '183545.815000', '183546.275000', '183546.735000', '183547.195000', '183547.655000', '183548.115000', '183548.575000', '183549.035000', '183549.495000', '183549.955000', '183550.415000', '183550.875000', '183551.335000', '183551.795000', '183552.255000', '183552.715000', '183553.175000', '183553.635000'], 'ContentTime': ['182556.681000', '182556.684000', '182556.686000', '182556.689000', '182556.692000', '182556.694000', '182556.697000', '182556.700000', '182556.702000', '182556.705000', '182556.707000', '182556.710000', '182556.712000', '182556.715000', '182556.718000', '182556.726000', '182556.728000', '182556.731000', '182556.733000', '182556.736000', '182556.738000', '182556.741000', '182556.743000', '182556.746000', '182556.748000', '182556.751000', '182556.753000', '182556.756000', '182556.759000', '182556.761000', '182556.764000', '182556.766000', '182556.769000', '182556.771000', '182616.654000', '182616.656000', '182616.659000', '182616.671000', '182616.674000', '182616.676000', '182616.679000', '182616.682000', '182616.684000', '182616.687000', '182616.689000', '182616.692000', '182616.694000', '182616.697000', '182616.700000', '182616.702000', '182616.705000', '182616.707000', '182616.710000', '182616.712000', '182616.715000', '182616.718000', '182616.720000', '182616.723000', '182616.725000', '182616.728000', '182616.731000', '182616.733000', '182616.736000', '182616.738000', '182616.741000', '182616.743000', '182616.746000', '182616.749000', '182616.751000', '182616.754000', '182616.756000', '182616.759000', '182616.761000', '182616.764000', '182616.766000', '182616.769000', '182616.772000', '182636.653000', '182636.656000', '182636.659000', '182636.661000', '182636.664000', '182636.667000', '182636.669000', '182636.672000', '182636.675000', '182636.677000', '182636.680000', '182636.691000', '182636.693000', '182636.696000', '182636.699000', '182636.701000', '182636.704000', '182636.706000', '182636.709000', '182636.711000', '182636.714000', '182636.716000', '182636.719000', '182636.722000', '182636.724000', '182636.727000', '182636.729000', '182636.732000', '182636.735000', '182636.737000', '182636.740000', '182636.742000', '182636.745000', '182636.748000', '182636.750000', '182636.753000', '182636.756000', '182636.758000', '182636.761000', '182636.763000', '182636.766000', '182636.768000', '182636.771000', '182636.774000', '182656.653000', '182656.656000', '182656.658000', '182656.661000', '182656.663000', '182656.666000', '182656.668000', '182656.671000', '182656.674000', '182656.676000', '182656.679000', '182656.681000', '182656.684000', '182656.687000', '182656.689000', '182656.692000', '182656.694000', '182656.697000', '182656.699000', '182656.702000', '182656.705000', '182656.707000', '182656.710000', '182656.712000', '182656.715000', '182656.717000', '182656.720000', '182656.722000', '182656.725000', '182656.728000', '182656.730000', '182656.733000', '182656.736000', '182656.738000', '182656.741000', '182656.743000', '182656.746000', '182656.763000', '182656.766000', '182656.768000', '182656.771000', '182656.773000', '182656.776000', '182716.654000', '182716.656000', '182716.659000', '182716.662000', '182716.664000', '182716.674000', '182716.677000', '182716.679000', '182716.682000', '182716.685000', '182716.687000', '182716.690000', '182716.692000', '182716.695000', '182716.697000', '182716.700000', '182716.703000', '182716.705000', '182716.708000', '182716.710000', '182716.713000', '182716.715000', '182716.718000', '182716.721000', '182716.723000', '182716.726000', '182716.729000', '182716.731000', '182716.734000', '182716.736000', '182716.739000', '182716.742000', '182716.745000', '182716.747000', '182716.750000', '182716.753000', '182716.755000', '182716.758000', '182716.760000', '182716.763000', '182716.766000', '182716.768000', '182716.771000', '182736.654000', '182736.656000', '182736.659000', '182736.662000', '182736.664000', '182736.667000', '182736.670000', '182736.672000', '182736.675000', '182736.677000', '182736.680000', '182736.682000', '182736.685000', '182736.688000', '182736.690000', '182736.693000', '182736.695000', '182736.698000', '182736.701000', '182736.703000', '182736.706000', '182736.708000', '182736.711000', '182736.713000', '182736.716000', '182736.719000', '182736.721000', '182736.724000', '182736.726000', '182736.729000', '182736.732000', '182736.734000', '182736.737000', '182736.740000', '182736.742000', '182736.745000', '182736.748000', '182736.750000', '182736.753000', '182736.755000', '182736.758000', '182736.760000', '182736.763000', '182736.766000', '182756.653000', '182756.656000', '182756.659000', '182756.661000', '182756.664000', '182756.666000', '182756.669000', '182756.672000', '182756.674000', '182756.677000', '182756.679000', '182756.682000', '182756.685000', '182756.687000', '182756.690000', '182756.692000', '182756.695000', '182756.697000', '182756.700000', '182756.703000', '182756.705000', '182756.708000', '182756.710000', '182756.713000', '182756.715000', '182756.718000', '182756.721000', '182756.723000', '182756.726000', '182756.729000', '182756.731000', '182756.734000', '182756.736000', '182756.739000', '182756.742000', '182756.744000', '182756.747000', '182756.749000', '182756.752000', '182756.754000', '182756.757000', '182756.760000', '182756.762000', '182756.765000', '182816.654000', '182816.656000', '182816.659000', '182816.662000', '182816.664000', '182816.667000', '182816.669000', '182816.672000', '182816.674000', '182816.677000', '182816.680000', '182816.682000', '182816.685000', '182816.687000', '182816.690000', '182816.693000', '182816.695000', '182816.698000', '182816.700000', '182816.703000', '182816.706000', '182816.708000', '182816.711000', '182816.713000', '182816.716000', '182816.718000', '182816.721000', '182816.724000', '182816.726000', '182816.729000', '182816.732000', '182816.734000', '182816.737000', '182816.740000', '182816.742000', '182816.745000', '182816.747000', '182816.750000', '182816.753000', '182816.755000', '182816.758000', '182816.760000', '182816.763000', '182836.654000', '182836.657000', '182836.659000', '182836.662000', '182836.664000', '182836.667000', '182836.669000', '182836.672000', '182836.675000', '182836.677000', '182836.680000', '182836.686000', '182836.689000', '182836.692000', '182836.694000', '182836.697000', '182836.699000', '182836.702000', '182836.705000', '182836.707000', '182836.710000', '182836.713000', '182836.716000', '182836.719000', '182836.721000', '182836.724000', '182836.726000', '182836.729000', '182836.732000', '182836.734000', '182836.737000', '182836.739000', '182836.742000', '182836.745000', '182836.747000', '182836.750000', '182836.752000', '182836.755000', '182836.758000', '182836.760000', '182836.763000', '182836.767000', '182836.770000', '182856.653000', '182856.656000', '182856.659000', '182856.662000', '182856.664000', '182856.667000', '182856.669000', '182856.672000', '182856.674000', '182856.677000', '182856.680000', '182856.682000', '182856.685000', '182856.688000', '182856.691000', '182856.693000', '182856.696000', '182856.698000', '182856.701000', '182856.703000', '182856.706000', '182856.709000', '182856.711000', '182856.714000', '182856.716000', '182856.719000', '182856.722000', '182856.724000', '182856.727000', '182856.729000', '182856.732000', '182856.735000', '182856.737000', '182856.740000', '182856.742000', '182856.745000', '182856.747000', '182856.750000', '182856.752000', '182856.755000', '182856.758000', '182856.760000', '182856.763000', '182856.765000', '182916.653000', '182916.656000', '182916.658000', '182916.661000', '182916.663000', '182916.666000', '182916.668000', '182916.671000', '182916.674000', '182916.676000', '182916.679000', '182916.681000', '182916.684000', '182916.687000', '182916.689000', '182916.692000', '182916.695000', '182916.698000', '182916.701000', '182916.704000', '182916.707000', '182916.709000', '182916.712000', '182916.715000', '182916.717000', '182916.720000', '182916.722000', '182916.725000', '182916.728000', '182916.730000', '182916.733000', '182916.735000', '182916.738000', '182916.741000', '182916.743000', '182916.746000', '182916.748000', '182916.751000', '182916.754000', '182916.756000', '182916.759000', '182916.761000', '182916.764000', '182936.654000', '182936.656000', '182936.659000', '182936.662000', '182936.664000', '182936.667000', '182936.669000', '182936.672000', '182936.674000', '182936.677000', '182936.680000', '182936.682000', '182936.685000', '182936.687000', '182936.690000', '182936.693000', '182936.695000', '182936.698000', '182936.700000', '182936.703000', '182936.705000', '182936.708000', '182936.711000', '182936.713000', '182936.716000', '182936.718000', '182936.721000', '182936.724000', '182936.726000', '182936.729000', '182936.732000', '182936.734000', '182936.737000', '182936.739000', '182936.742000', '182936.744000', '182936.747000', '182936.750000', '182936.752000', '182936.755000', '182936.757000', '182936.760000', '182936.763000', '182936.765000', '182956.653000', '182956.656000', '182956.659000', '182956.662000', '182956.664000', '182956.667000', '182956.669000', '182956.672000', '182956.674000', '182956.677000', '182956.680000', '182956.682000', '182956.685000', '182956.687000', '182956.699000', '182956.702000', '182956.705000', '182956.708000', '182956.711000', '182956.714000', '182956.716000', '182956.719000', '182956.722000', '182956.724000', '182956.727000', '182956.729000', '182956.732000', '182956.735000', '182956.737000', '182956.740000', '182956.742000', '182956.745000', '182956.748000', '182956.750000', '182956.754000', '182956.757000', '182956.759000', '182956.762000', '182956.765000', '182956.767000', '182956.770000', '182956.772000', '182956.775000', '183016.654000', '183016.656000', '183016.659000', '183016.662000', '183016.664000', '183016.667000', '183016.669000', '183016.672000', '183016.675000', '183016.677000', '183016.680000', '183016.682000', '183016.693000', '183016.696000', '183016.699000', '183016.701000', '183016.704000', '183016.706000', '183016.709000', '183016.712000', '183016.714000', '183016.717000', '183016.719000', '183016.722000', '183016.725000', '183016.728000', '183016.730000', '183016.733000', '183016.736000', '183016.738000', '183016.741000', '183016.744000', '183016.746000', '183016.749000', '183016.751000', '183016.754000', '183016.757000', '183016.759000', '183016.762000', '183016.765000', '183016.767000', '183016.770000', '183016.773000', '183016.775000', '183036.654000', '183036.656000', '183036.659000', '183036.662000', '183036.664000', '183036.667000', '183036.669000', '183036.672000', '183036.675000', '183036.677000', '183036.680000', '183036.682000', '183036.685000', '183036.687000', '183036.690000', '183036.693000', '183036.695000', '183036.698000', '183036.701000', '183036.703000', '183036.706000', '183036.709000', '183036.711000', '183036.714000', '183036.717000', '183036.719000', '183036.722000', '183036.725000', '183036.727000', '183036.730000', '183036.732000', '183036.735000', '183036.738000', '183036.740000', '183036.743000', '183036.745000', '183036.748000', '183036.751000', '183036.753000', '183036.756000', '183036.758000', '183036.761000', '183036.764000', '183056.654000', '183056.657000', '183056.659000', '183056.662000', '183056.664000', '183056.667000', '183056.670000', '183056.672000', '183056.675000', '183056.677000', '183056.680000', '183056.683000', '183056.685000', '183056.688000', '183056.691000', '183056.693000', '183056.696000', '183056.699000', '183056.701000', '183056.704000', '183056.706000', '183056.709000', '183056.712000', '183056.714000', '183056.717000', '183056.720000', '183056.722000', '183056.725000', '183056.727000', '183056.730000', '183056.733000', '183056.735000', '183056.738000', '183056.740000', '183056.743000', '183056.746000', '183056.748000', '183056.751000', '183056.753000', '183056.756000', '183056.759000', '183056.761000', '183056.764000', '183056.766000', '183116.653000', '183116.656000', '183116.659000', '183116.661000', '183116.664000', '183116.667000', '183116.669000', '183116.672000', '183116.675000', '183116.677000', '183116.682000', '183116.684000', '183116.687000', '183116.690000', '183116.692000', '183116.695000', '183116.697000', '183116.700000', '183116.703000', '183116.705000', '183116.708000', '183116.710000', '183116.713000', '183116.716000', '183116.718000', '183116.721000', '183116.723000', '183116.726000', '183116.729000', '183116.731000', '183116.734000', '183116.736000', '183116.739000', '183116.741000', '183116.744000', '183116.747000', '183116.749000', '183116.752000', '183116.755000', '183116.757000', '183116.760000', '183116.762000', '183116.765000', '183136.653000', '183136.655000', '183136.658000', '183136.660000', '183136.663000', '183136.666000', '183136.668000', '183136.671000', '183136.673000', '183136.676000', '183136.679000', '183136.681000', '183136.684000', '183136.686000', '183136.689000', '183136.692000', '183136.694000', '183136.697000', '183136.699000', '183136.702000', '183136.705000', '183136.707000', '183136.710000', '183136.713000', '183136.715000', '183136.718000', '183136.720000', '183136.723000', '183136.726000', '183136.728000', '183136.731000', '183136.733000', '183136.736000', '183136.738000', '183136.741000', '183136.744000', '183136.746000', '183136.760000', '183136.763000', '183136.765000', '183136.768000', '183136.770000', '183136.773000', '183136.776000', '183156.653000', '183156.656000', '183156.659000', '183156.661000', '183156.664000', '183156.667000', '183156.669000', '183156.672000', '183156.674000', '183156.677000', '183156.679000', '183156.682000', '183156.685000', '183156.687000', '183156.690000', '183156.692000', '183156.695000', '183156.698000', '183156.700000', '183156.703000', '183156.705000', '183156.708000', '183156.711000', '183156.713000', '183156.716000', '183156.719000', '183156.721000', '183156.724000', '183156.726000', '183156.729000', '183156.731000', '183156.734000', '183156.737000', '183156.739000', '183156.742000', '183156.745000', '183156.747000', '183156.750000', '183156.752000', '183156.755000', '183156.757000', '183156.760000', '183156.764000', '183216.654000', '183216.656000', '183216.659000', '183216.662000', '183216.664000', '183216.667000', '183216.670000', '183216.672000', '183216.675000', '183216.677000', '183216.680000', '183216.683000', '183216.685000', '183216.688000', '183216.690000', '183216.693000', '183216.695000', '183216.698000', '183216.701000', '183216.703000', '183216.706000', '183216.709000', '183216.711000', '183216.714000', '183216.716000', '183216.719000', '183216.722000', '183216.724000', '183216.727000', '183216.729000', '183216.732000', '183216.735000', '183216.737000', '183216.740000', '183216.743000', '183216.745000', '183216.748000', '183216.750000', '183216.753000', '183216.755000', '183216.758000', '183216.761000', '183216.763000', '183216.766000', '183236.653000', '183236.656000', '183236.659000', '183236.662000', '183236.664000', '183236.667000', '183236.670000', '183236.672000', '183236.675000', '183236.677000', '183236.680000', '183236.683000', '183236.685000', '183236.688000', '183236.690000', '183236.693000', '183236.696000', '183236.698000', '183236.701000', '183236.704000', '183236.706000', '183236.709000', '183236.712000', '183236.714000', '183236.717000', '183236.719000', '183236.722000', '183236.725000', '183236.727000', '183236.730000', '183236.732000', '183236.735000', '183236.738000', '183236.740000', '183236.743000', '183236.746000', '183236.748000', '183236.751000', '183236.753000', '183236.756000', '183236.758000', '183236.761000', '183236.764000', '183256.654000', '183256.656000', '183256.659000', '183256.662000', '183256.664000', '183256.667000', '183256.670000', '183256.672000', '183256.675000', '183256.678000', '183256.680000', '183256.683000', '183256.685000', '183256.688000', '183256.691000', '183256.693000', '183256.696000', '183256.699000', '183256.701000', '183256.704000', '183256.706000', '183256.709000', '183256.712000', '183256.714000', '183256.717000', '183256.719000', '183256.722000', '183256.725000', '183256.727000', '183256.730000', '183256.733000', '183256.735000', '183256.738000', '183256.751000', '183256.753000', '183256.756000', '183256.759000', '183256.761000', '183256.764000', '183256.766000', '183256.769000', '183256.772000', '183256.774000', '183256.777000', '183316.653000', '183316.656000', '183316.659000', '183316.661000', '183316.664000', '183316.667000', '183316.669000', '183316.672000', '183316.674000', '183316.677000', '183316.680000', '183316.682000', '183316.685000', '183316.687000', '183316.690000', '183316.692000', '183316.695000', '183316.698000', '183316.700000', '183316.703000', '183316.706000', '183316.708000', '183316.711000', '183316.713000', '183316.716000', '183316.719000', '183316.721000', '183316.724000', '183316.726000', '183316.729000', '183316.732000', '183316.734000', '183316.737000', '183316.740000', '183316.742000', '183316.745000', '183316.747000', '183316.750000', '183316.753000', '183316.755000', '183316.758000', '183316.761000', '183316.763000', '183336.654000', '183336.656000', '183336.659000', '183336.662000', '183336.664000', '183336.667000', '183336.670000', '183336.672000', '183336.675000', '183336.678000', '183336.680000', '183336.683000', '183336.685000', '183336.688000', '183336.691000', '183336.693000', '183336.696000', '183336.698000', '183336.701000', '183336.704000', '183336.706000', '183336.709000', '183336.711000', '183336.714000', '183336.717000', '183336.719000', '183336.722000', '183336.724000', '183336.727000', '183336.730000', '183336.732000', '183336.735000', '183336.737000', '183336.740000', '183336.743000', '183336.745000', '183336.748000', '183336.750000', '183336.753000', '183336.756000', '183336.758000', '183336.761000', '183336.763000', '183336.766000', '183356.653000', '183356.655000', '183356.658000', '183356.661000', '183356.663000', '183356.666000', '183356.668000', '183356.671000', '183356.674000', '183356.676000', '183356.679000', '183356.682000', '183356.684000', '183356.687000', '183356.689000', '183356.692000', '183356.695000', '183356.697000', '183356.700000', '183356.702000', '183356.705000', '183356.708000', '183356.710000', '183356.713000', '183356.715000', '183356.718000', '183356.721000', '183356.723000', '183356.726000', '183356.728000', '183356.731000', '183356.734000', '183356.736000', '183356.739000', '183356.741000', '183356.744000', '183356.747000', '183356.749000', '183356.752000', '183356.754000', '183356.757000', '183356.760000', '183356.762000', '183416.654000', '183416.657000', '183416.660000', '183416.662000', '183416.665000', '183416.667000', '183416.670000', '183416.673000', '183416.675000', '183416.678000', '183416.680000', '183416.683000', '183416.685000', '183416.688000', '183416.691000', '183416.694000', '183416.696000', '183416.699000', '183416.701000', '183416.704000', '183416.706000', '183416.709000', '183416.712000', '183416.714000', '183416.717000', '183416.719000', '183416.722000', '183416.725000', '183416.727000', '183416.730000', '183416.760000', '183416.762000', '183416.765000', '183416.767000', '183416.770000', '183416.772000', '183416.775000', '183416.778000', '183416.780000', '183416.783000', '183416.785000', '183416.788000', '183416.791000', '183416.793000', '183436.654000', '183436.657000', '183436.659000', '183436.662000', '183436.664000', '183436.667000', '183436.669000', '183436.672000', '183436.675000', '183436.677000', '183436.680000', '183436.682000', '183436.685000', '183436.688000', '183436.690000', '183436.693000', '183436.696000', '183436.698000', '183436.701000', '183436.703000', '183436.706000', '183436.708000', '183436.711000', '183436.714000', '183436.716000', '183436.719000', '183436.722000', '183436.724000', '183436.727000', '183436.729000', '183436.732000', '183436.735000', '183436.737000', '183436.740000', '183436.742000', '183436.745000', '183436.748000', '183436.750000', '183436.753000', '183436.756000', '183436.758000', '183436.761000', '183436.763000', '183456.654000', '183456.656000', '183456.659000', '183456.662000', '183456.664000', '183456.667000', '183456.669000', '183456.673000', '183456.676000', '183456.678000', '183456.681000', '183456.683000', '183456.686000', '183456.689000', '183456.691000', '183456.694000', '183456.697000', '183456.699000', '183456.702000', '183456.704000', '183456.707000', '183456.710000', '183456.712000', '183456.715000', '183456.717000', '183456.720000', '183456.722000', '183456.725000', '183456.728000', '183456.731000', '183456.733000', '183456.736000', '183456.738000', '183456.741000', '183456.744000', '183456.746000', '183456.749000', '183456.751000', '183456.754000', '183456.756000', '183456.759000', '183456.762000', '183456.764000', '183456.767000', '183516.653000', '183516.656000', '183516.659000', '183516.661000', '183516.664000', '183516.667000', '183516.669000', '183516.672000', '183516.674000', '183516.677000', '183516.680000', '183516.682000', '183516.685000', '183516.687000', '183516.690000', '183516.693000', '183516.695000', '183516.698000', '183516.701000', '183516.703000', '183516.706000', '183516.709000', '183516.711000', '183516.714000', '183516.717000', '183516.719000', '183516.722000', '183516.724000', '183516.727000', '183516.730000', '183516.732000', '183516.735000', '183516.738000', '183516.740000', '183516.743000', '183516.745000', '183516.748000', '183516.751000', '183516.753000', '183516.756000', '183516.758000', '183516.761000', '183516.764000', '183536.654000', '183536.656000', '183536.659000', '183536.662000', '183536.664000', '183536.667000', '183536.669000', '183536.672000', '183536.675000', '183536.677000', '183536.680000', '183536.682000', '183536.712000', '183536.715000', '183536.718000', '183536.720000', '183536.723000', '183536.725000', '183536.728000', '183536.731000', '183536.733000', '183536.736000', '183536.738000', '183536.741000', '183536.744000', '183536.746000', '183536.749000', '183536.751000', '183536.754000', '183536.757000', '183536.759000', '183536.762000', '183536.764000', '183536.767000', '183536.770000', '183536.772000', '183536.775000', '183536.777000', '183536.780000', '183536.782000', '183536.785000', '183536.788000', '183536.790000', '183536.793000', '183555.060000', '183555.063000', '183555.066000', '183555.069000', '183555.072000', '183555.075000', '183555.078000', '183555.080000', '183555.083000', '183555.085000', '183555.088000', '183555.091000', '183555.094000', '183555.096000', '183555.099000', '183555.102000', '183555.104000', '183555.107000', '183555.110000', '183555.112000', '183555.115000', '183555.118000', '183555.120000', '183555.123000', '183555.126000', '183555.128000', '183555.131000', '183555.134000', '183555.137000', '183555.140000', '183555.142000', '183555.145000', '183555.147000', '183555.151000', '183555.153000', '183555.156000', '183555.158000', '183555.161000', '183555.164000', '183555.166000'], 'InstanceCreationTime': ['182556.681000', '182556.684000', '182556.686000', '182556.689000', '182556.692000', '182556.694000', '182556.697000', '182556.700000', '182556.702000', '182556.705000', '182556.707000', '182556.710000', '182556.712000', '182556.715000', '182556.718000', '182556.726000', '182556.728000', '182556.731000', '182556.733000', '182556.736000', '182556.738000', '182556.741000', '182556.743000', '182556.746000', '182556.748000', '182556.751000', '182556.753000', '182556.756000', '182556.759000', '182556.761000', '182556.764000', '182556.766000', '182556.769000', '182556.771000', '182616.654000', '182616.656000', '182616.659000', '182616.671000', '182616.674000', '182616.676000', '182616.679000', '182616.682000', '182616.684000', '182616.687000', '182616.689000', '182616.692000', '182616.694000', '182616.697000', '182616.700000', '182616.702000', '182616.705000', '182616.707000', '182616.710000', '182616.712000', '182616.715000', '182616.718000', '182616.720000', '182616.723000', '182616.725000', '182616.728000', '182616.731000', '182616.733000', '182616.736000', '182616.738000', '182616.741000', '182616.743000', '182616.746000', '182616.749000', '182616.751000', '182616.754000', '182616.756000', '182616.759000', '182616.761000', '182616.764000', '182616.766000', '182616.769000', '182616.772000', '182636.653000', '182636.656000', '182636.659000', '182636.661000', '182636.664000', '182636.667000', '182636.669000', '182636.672000', '182636.675000', '182636.677000', '182636.680000', '182636.691000', '182636.693000', '182636.696000', '182636.699000', '182636.701000', '182636.704000', '182636.706000', '182636.709000', '182636.711000', '182636.714000', '182636.716000', '182636.719000', '182636.722000', '182636.724000', '182636.727000', '182636.729000', '182636.732000', '182636.735000', '182636.737000', '182636.740000', '182636.742000', '182636.745000', '182636.748000', '182636.750000', '182636.753000', '182636.756000', '182636.758000', '182636.761000', '182636.763000', '182636.766000', '182636.768000', '182636.771000', '182636.774000', '182656.653000', '182656.656000', '182656.658000', '182656.661000', '182656.663000', '182656.666000', '182656.668000', '182656.671000', '182656.674000', '182656.676000', '182656.679000', '182656.681000', '182656.684000', '182656.687000', '182656.689000', '182656.692000', '182656.694000', '182656.697000', '182656.699000', '182656.702000', '182656.705000', '182656.707000', '182656.710000', '182656.712000', '182656.715000', '182656.717000', '182656.720000', '182656.722000', '182656.725000', '182656.728000', '182656.730000', '182656.733000', '182656.736000', '182656.738000', '182656.741000', '182656.743000', '182656.746000', '182656.763000', '182656.766000', '182656.768000', '182656.771000', '182656.773000', '182656.776000', '182716.654000', '182716.656000', '182716.659000', '182716.662000', '182716.664000', '182716.674000', '182716.677000', '182716.679000', '182716.682000', '182716.685000', '182716.687000', '182716.690000', '182716.692000', '182716.695000', '182716.697000', '182716.700000', '182716.703000', '182716.705000', '182716.708000', '182716.710000', '182716.713000', '182716.715000', '182716.718000', '182716.721000', '182716.723000', '182716.726000', '182716.729000', '182716.731000', '182716.734000', '182716.736000', '182716.739000', '182716.742000', '182716.745000', '182716.747000', '182716.750000', '182716.753000', '182716.755000', '182716.758000', '182716.760000', '182716.763000', '182716.766000', '182716.768000', '182716.771000', '182736.654000', '182736.656000', '182736.659000', '182736.662000', '182736.664000', '182736.667000', '182736.670000', '182736.672000', '182736.675000', '182736.677000', '182736.680000', '182736.682000', '182736.685000', '182736.688000', '182736.690000', '182736.693000', '182736.695000', '182736.698000', '182736.701000', '182736.703000', '182736.706000', '182736.708000', '182736.711000', '182736.713000', '182736.716000', '182736.719000', '182736.721000', '182736.724000', '182736.726000', '182736.729000', '182736.732000', '182736.734000', '182736.737000', '182736.740000', '182736.742000', '182736.745000', '182736.748000', '182736.750000', '182736.753000', '182736.755000', '182736.758000', '182736.760000', '182736.763000', '182736.766000', '182756.653000', '182756.656000', '182756.659000', '182756.661000', '182756.664000', '182756.666000', '182756.669000', '182756.672000', '182756.674000', '182756.677000', '182756.679000', '182756.682000', '182756.685000', '182756.687000', '182756.690000', '182756.692000', '182756.695000', '182756.697000', '182756.700000', '182756.703000', '182756.705000', '182756.708000', '182756.710000', '182756.713000', '182756.715000', '182756.718000', '182756.721000', '182756.723000', '182756.726000', '182756.729000', '182756.731000', '182756.734000', '182756.736000', '182756.739000', '182756.742000', '182756.744000', '182756.747000', '182756.749000', '182756.752000', '182756.754000', '182756.757000', '182756.760000', '182756.762000', '182756.765000', '182816.654000', '182816.656000', '182816.659000', '182816.662000', '182816.664000', '182816.667000', '182816.669000', '182816.672000', '182816.674000', '182816.677000', '182816.680000', '182816.682000', '182816.685000', '182816.687000', '182816.690000', '182816.693000', '182816.695000', '182816.698000', '182816.700000', '182816.703000', '182816.706000', '182816.708000', '182816.711000', '182816.713000', '182816.716000', '182816.718000', '182816.721000', '182816.724000', '182816.726000', '182816.729000', '182816.732000', '182816.734000', '182816.737000', '182816.740000', '182816.742000', '182816.745000', '182816.747000', '182816.750000', '182816.753000', '182816.755000', '182816.758000', '182816.760000', '182816.763000', '182836.654000', '182836.657000', '182836.659000', '182836.662000', '182836.664000', '182836.667000', '182836.669000', '182836.672000', '182836.675000', '182836.677000', '182836.680000', '182836.686000', '182836.689000', '182836.692000', '182836.694000', '182836.697000', '182836.699000', '182836.702000', '182836.705000', '182836.707000', '182836.710000', '182836.713000', '182836.716000', '182836.719000', '182836.721000', '182836.724000', '182836.726000', '182836.729000', '182836.732000', '182836.734000', '182836.737000', '182836.739000', '182836.742000', '182836.745000', '182836.747000', '182836.750000', '182836.752000', '182836.755000', '182836.758000', '182836.760000', '182836.763000', '182836.767000', '182836.770000', '182856.653000', '182856.656000', '182856.659000', '182856.662000', '182856.664000', '182856.667000', '182856.669000', '182856.672000', '182856.674000', '182856.677000', '182856.680000', '182856.682000', '182856.685000', '182856.688000', '182856.691000', '182856.693000', '182856.696000', '182856.698000', '182856.701000', '182856.703000', '182856.706000', '182856.709000', '182856.711000', '182856.714000', '182856.716000', '182856.719000', '182856.722000', '182856.724000', '182856.727000', '182856.729000', '182856.732000', '182856.735000', '182856.737000', '182856.740000', '182856.742000', '182856.745000', '182856.747000', '182856.750000', '182856.752000', '182856.755000', '182856.758000', '182856.760000', '182856.763000', '182856.765000', '182916.653000', '182916.656000', '182916.658000', '182916.661000', '182916.663000', '182916.666000', '182916.668000', '182916.671000', '182916.674000', '182916.676000', '182916.679000', '182916.681000', '182916.684000', '182916.687000', '182916.689000', '182916.692000', '182916.695000', '182916.698000', '182916.701000', '182916.704000', '182916.707000', '182916.709000', '182916.712000', '182916.715000', '182916.717000', '182916.720000', '182916.722000', '182916.725000', '182916.728000', '182916.730000', '182916.733000', '182916.735000', '182916.738000', '182916.741000', '182916.743000', '182916.746000', '182916.748000', '182916.751000', '182916.754000', '182916.756000', '182916.759000', '182916.761000', '182916.764000', '182936.654000', '182936.656000', '182936.659000', '182936.662000', '182936.664000', '182936.667000', '182936.669000', '182936.672000', '182936.674000', '182936.677000', '182936.680000', '182936.682000', '182936.685000', '182936.687000', '182936.690000', '182936.693000', '182936.695000', '182936.698000', '182936.700000', '182936.703000', '182936.705000', '182936.708000', '182936.711000', '182936.713000', '182936.716000', '182936.718000', '182936.721000', '182936.724000', '182936.726000', '182936.729000', '182936.732000', '182936.734000', '182936.737000', '182936.739000', '182936.742000', '182936.744000', '182936.747000', '182936.750000', '182936.752000', '182936.755000', '182936.757000', '182936.760000', '182936.763000', '182936.765000', '182956.653000', '182956.656000', '182956.659000', '182956.662000', '182956.664000', '182956.667000', '182956.669000', '182956.672000', '182956.674000', '182956.677000', '182956.680000', '182956.682000', '182956.685000', '182956.687000', '182956.699000', '182956.702000', '182956.705000', '182956.708000', '182956.711000', '182956.714000', '182956.716000', '182956.719000', '182956.722000', '182956.724000', '182956.727000', '182956.729000', '182956.732000', '182956.735000', '182956.737000', '182956.740000', '182956.742000', '182956.745000', '182956.748000', '182956.750000', '182956.754000', '182956.757000', '182956.759000', '182956.762000', '182956.765000', '182956.767000', '182956.770000', '182956.772000', '182956.775000', '183016.654000', '183016.656000', '183016.659000', '183016.662000', '183016.664000', '183016.667000', '183016.669000', '183016.672000', '183016.675000', '183016.677000', '183016.680000', '183016.682000', '183016.693000', '183016.696000', '183016.699000', '183016.701000', '183016.704000', '183016.706000', '183016.709000', '183016.712000', '183016.714000', '183016.717000', '183016.719000', '183016.722000', '183016.725000', '183016.728000', '183016.730000', '183016.733000', '183016.736000', '183016.738000', '183016.741000', '183016.744000', '183016.746000', '183016.749000', '183016.751000', '183016.754000', '183016.757000', '183016.759000', '183016.762000', '183016.765000', '183016.767000', '183016.770000', '183016.773000', '183016.775000', '183036.654000', '183036.656000', '183036.659000', '183036.662000', '183036.664000', '183036.667000', '183036.669000', '183036.672000', '183036.675000', '183036.677000', '183036.680000', '183036.682000', '183036.685000', '183036.687000', '183036.690000', '183036.693000', '183036.695000', '183036.698000', '183036.701000', '183036.703000', '183036.706000', '183036.709000', '183036.711000', '183036.714000', '183036.717000', '183036.719000', '183036.722000', '183036.725000', '183036.727000', '183036.730000', '183036.732000', '183036.735000', '183036.738000', '183036.740000', '183036.743000', '183036.745000', '183036.748000', '183036.751000', '183036.753000', '183036.756000', '183036.758000', '183036.761000', '183036.764000', '183056.654000', '183056.657000', '183056.659000', '183056.662000', '183056.664000', '183056.667000', '183056.670000', '183056.672000', '183056.675000', '183056.677000', '183056.680000', '183056.683000', '183056.685000', '183056.688000', '183056.691000', '183056.693000', '183056.696000', '183056.699000', '183056.701000', '183056.704000', '183056.706000', '183056.709000', '183056.712000', '183056.714000', '183056.717000', '183056.720000', '183056.722000', '183056.725000', '183056.727000', '183056.730000', '183056.733000', '183056.735000', '183056.738000', '183056.740000', '183056.743000', '183056.746000', '183056.748000', '183056.751000', '183056.753000', '183056.756000', '183056.759000', '183056.761000', '183056.764000', '183056.766000', '183116.653000', '183116.656000', '183116.659000', '183116.661000', '183116.664000', '183116.667000', '183116.669000', '183116.672000', '183116.675000', '183116.677000', '183116.682000', '183116.684000', '183116.687000', '183116.690000', '183116.692000', '183116.695000', '183116.697000', '183116.700000', '183116.703000', '183116.705000', '183116.708000', '183116.710000', '183116.713000', '183116.716000', '183116.718000', '183116.721000', '183116.723000', '183116.726000', '183116.729000', '183116.731000', '183116.734000', '183116.736000', '183116.739000', '183116.741000', '183116.744000', '183116.747000', '183116.749000', '183116.752000', '183116.755000', '183116.757000', '183116.760000', '183116.762000', '183116.765000', '183136.653000', '183136.655000', '183136.658000', '183136.660000', '183136.663000', '183136.666000', '183136.668000', '183136.671000', '183136.673000', '183136.676000', '183136.679000', '183136.681000', '183136.684000', '183136.686000', '183136.689000', '183136.692000', '183136.694000', '183136.697000', '183136.699000', '183136.702000', '183136.705000', '183136.707000', '183136.710000', '183136.713000', '183136.715000', '183136.718000', '183136.720000', '183136.723000', '183136.726000', '183136.728000', '183136.731000', '183136.733000', '183136.736000', '183136.738000', '183136.741000', '183136.744000', '183136.746000', '183136.760000', '183136.763000', '183136.765000', '183136.768000', '183136.770000', '183136.773000', '183136.776000', '183156.653000', '183156.656000', '183156.659000', '183156.661000', '183156.664000', '183156.667000', '183156.669000', '183156.672000', '183156.674000', '183156.677000', '183156.679000', '183156.682000', '183156.685000', '183156.687000', '183156.690000', '183156.692000', '183156.695000', '183156.698000', '183156.700000', '183156.703000', '183156.705000', '183156.708000', '183156.711000', '183156.713000', '183156.716000', '183156.719000', '183156.721000', '183156.724000', '183156.726000', '183156.729000', '183156.731000', '183156.734000', '183156.737000', '183156.739000', '183156.742000', '183156.745000', '183156.747000', '183156.750000', '183156.752000', '183156.755000', '183156.757000', '183156.760000', '183156.764000', '183216.654000', '183216.656000', '183216.659000', '183216.662000', '183216.664000', '183216.667000', '183216.670000', '183216.672000', '183216.675000', '183216.677000', '183216.680000', '183216.683000', '183216.685000', '183216.688000', '183216.690000', '183216.693000', '183216.695000', '183216.698000', '183216.701000', '183216.703000', '183216.706000', '183216.709000', '183216.711000', '183216.714000', '183216.716000', '183216.719000', '183216.722000', '183216.724000', '183216.727000', '183216.729000', '183216.732000', '183216.735000', '183216.737000', '183216.740000', '183216.743000', '183216.745000', '183216.748000', '183216.750000', '183216.753000', '183216.755000', '183216.758000', '183216.761000', '183216.763000', '183216.766000', '183236.653000', '183236.656000', '183236.659000', '183236.662000', '183236.664000', '183236.667000', '183236.670000', '183236.672000', '183236.675000', '183236.677000', '183236.680000', '183236.683000', '183236.685000', '183236.688000', '183236.690000', '183236.693000', '183236.696000', '183236.698000', '183236.701000', '183236.704000', '183236.706000', '183236.709000', '183236.712000', '183236.714000', '183236.717000', '183236.719000', '183236.722000', '183236.725000', '183236.727000', '183236.730000', '183236.732000', '183236.735000', '183236.738000', '183236.740000', '183236.743000', '183236.746000', '183236.748000', '183236.751000', '183236.753000', '183236.756000', '183236.758000', '183236.761000', '183236.764000', '183256.654000', '183256.656000', '183256.659000', '183256.662000', '183256.664000', '183256.667000', '183256.670000', '183256.672000', '183256.675000', '183256.678000', '183256.680000', '183256.683000', '183256.685000', '183256.688000', '183256.691000', '183256.693000', '183256.696000', '183256.699000', '183256.701000', '183256.704000', '183256.706000', '183256.709000', '183256.712000', '183256.714000', '183256.717000', '183256.719000', '183256.722000', '183256.725000', '183256.727000', '183256.730000', '183256.733000', '183256.735000', '183256.738000', '183256.751000', '183256.753000', '183256.756000', '183256.759000', '183256.761000', '183256.764000', '183256.766000', '183256.769000', '183256.772000', '183256.774000', '183256.777000', '183316.653000', '183316.656000', '183316.659000', '183316.661000', '183316.664000', '183316.667000', '183316.669000', '183316.672000', '183316.674000', '183316.677000', '183316.680000', '183316.682000', '183316.685000', '183316.687000', '183316.690000', '183316.692000', '183316.695000', '183316.698000', '183316.700000', '183316.703000', '183316.706000', '183316.708000', '183316.711000', '183316.713000', '183316.716000', '183316.719000', '183316.721000', '183316.724000', '183316.726000', '183316.729000', '183316.732000', '183316.734000', '183316.737000', '183316.740000', '183316.742000', '183316.745000', '183316.747000', '183316.750000', '183316.753000', '183316.755000', '183316.758000', '183316.761000', '183316.763000', '183336.654000', '183336.656000', '183336.659000', '183336.662000', '183336.664000', '183336.667000', '183336.670000', '183336.672000', '183336.675000', '183336.678000', '183336.680000', '183336.683000', '183336.685000', '183336.688000', '183336.691000', '183336.693000', '183336.696000', '183336.698000', '183336.701000', '183336.704000', '183336.706000', '183336.709000', '183336.711000', '183336.714000', '183336.717000', '183336.719000', '183336.722000', '183336.724000', '183336.727000', '183336.730000', '183336.732000', '183336.735000', '183336.737000', '183336.740000', '183336.743000', '183336.745000', '183336.748000', '183336.750000', '183336.753000', '183336.756000', '183336.758000', '183336.761000', '183336.763000', '183336.766000', '183356.653000', '183356.655000', '183356.658000', '183356.661000', '183356.663000', '183356.666000', '183356.668000', '183356.671000', '183356.674000', '183356.676000', '183356.679000', '183356.682000', '183356.684000', '183356.687000', '183356.689000', '183356.692000', '183356.695000', '183356.697000', '183356.700000', '183356.702000', '183356.705000', '183356.708000', '183356.710000', '183356.713000', '183356.715000', '183356.718000', '183356.721000', '183356.723000', '183356.726000', '183356.728000', '183356.731000', '183356.734000', '183356.736000', '183356.739000', '183356.741000', '183356.744000', '183356.747000', '183356.749000', '183356.752000', '183356.754000', '183356.757000', '183356.760000', '183356.762000', '183416.654000', '183416.657000', '183416.660000', '183416.662000', '183416.665000', '183416.667000', '183416.670000', '183416.673000', '183416.675000', '183416.678000', '183416.680000', '183416.683000', '183416.685000', '183416.688000', '183416.691000', '183416.694000', '183416.696000', '183416.699000', '183416.701000', '183416.704000', '183416.706000', '183416.709000', '183416.712000', '183416.714000', '183416.717000', '183416.719000', '183416.722000', '183416.725000', '183416.727000', '183416.730000', '183416.760000', '183416.762000', '183416.765000', '183416.767000', '183416.770000', '183416.772000', '183416.775000', '183416.778000', '183416.780000', '183416.783000', '183416.785000', '183416.788000', '183416.791000', '183416.793000', '183436.654000', '183436.657000', '183436.659000', '183436.662000', '183436.664000', '183436.667000', '183436.669000', '183436.672000', '183436.675000', '183436.677000', '183436.680000', '183436.682000', '183436.685000', '183436.688000', '183436.690000', '183436.693000', '183436.696000', '183436.698000', '183436.701000', '183436.703000', '183436.706000', '183436.708000', '183436.711000', '183436.714000', '183436.716000', '183436.719000', '183436.722000', '183436.724000', '183436.727000', '183436.729000', '183436.732000', '183436.735000', '183436.737000', '183436.740000', '183436.742000', '183436.745000', '183436.748000', '183436.750000', '183436.753000', '183436.756000', '183436.758000', '183436.761000', '183436.763000', '183456.654000', '183456.656000', '183456.659000', '183456.662000', '183456.664000', '183456.667000', '183456.669000', '183456.673000', '183456.676000', '183456.678000', '183456.681000', '183456.683000', '183456.686000', '183456.689000', '183456.691000', '183456.694000', '183456.697000', '183456.699000', '183456.702000', '183456.704000', '183456.707000', '183456.710000', '183456.712000', '183456.715000', '183456.717000', '183456.720000', '183456.722000', '183456.725000', '183456.728000', '183456.731000', '183456.733000', '183456.736000', '183456.738000', '183456.741000', '183456.744000', '183456.746000', '183456.749000', '183456.751000', '183456.754000', '183456.756000', '183456.759000', '183456.762000', '183456.764000', '183456.767000', '183516.653000', '183516.656000', '183516.659000', '183516.661000', '183516.664000', '183516.667000', '183516.669000', '183516.672000', '183516.674000', '183516.677000', '183516.680000', '183516.682000', '183516.685000', '183516.687000', '183516.690000', '183516.693000', '183516.695000', '183516.698000', '183516.701000', '183516.703000', '183516.706000', '183516.709000', '183516.711000', '183516.714000', '183516.717000', '183516.719000', '183516.722000', '183516.724000', '183516.727000', '183516.730000', '183516.732000', '183516.735000', '183516.738000', '183516.740000', '183516.743000', '183516.745000', '183516.748000', '183516.751000', '183516.753000', '183516.756000', '183516.758000', '183516.761000', '183516.764000', '183536.654000', '183536.656000', '183536.659000', '183536.662000', '183536.664000', '183536.667000', '183536.669000', '183536.672000', '183536.675000', '183536.677000', '183536.680000', '183536.682000', '183536.712000', '183536.715000', '183536.718000', '183536.720000', '183536.723000', '183536.725000', '183536.728000', '183536.731000', '183536.733000', '183536.736000', '183536.738000', '183536.741000', '183536.744000', '183536.746000', '183536.749000', '183536.751000', '183536.754000', '183536.757000', '183536.759000', '183536.762000', '183536.764000', '183536.767000', '183536.770000', '183536.772000', '183536.775000', '183536.777000', '183536.780000', '183536.782000', '183536.785000', '183536.788000', '183536.790000', '183536.793000', '183555.060000', '183555.063000', '183555.066000', '183555.069000', '183555.072000', '183555.075000', '183555.078000', '183555.080000', '183555.083000', '183555.085000', '183555.088000', '183555.091000', '183555.094000', '183555.096000', '183555.099000', '183555.102000', '183555.104000', '183555.107000', '183555.110000', '183555.112000', '183555.115000', '183555.118000', '183555.120000', '183555.123000', '183555.126000', '183555.128000', '183555.131000', '183555.134000', '183555.137000', '183555.140000', '183555.142000', '183555.145000', '183555.147000', '183555.151000', '183555.153000', '183555.156000', '183555.158000', '183555.161000', '183555.164000', '183555.166000'], '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': [9601, 13672, 10267, 12187, 17434, 9981, 15541, 9137, 12715, 10266, 11084, 17900, 9318, 13633, 9447, 13527, 9343, 11000, 9323, 11625, 9399, 10993, 17196, 12263, 15663, 10103, 11236, 16966, 8908, 11564, 9708, 9257, 17292, 8874, 11571, 8909, 8743, 13779, 9312, 12488, 9611, 8684, 13135, 10159, 11318, 9326, 9088, 13430, 9513, 12153, 9476, 8735, 16558, 10082, 12003, 13122, 9076, 15905, 10081, 10899, 18607, 9637, 13254, 13743, 9508, 19069, 9592, 12314, 15864, 9468, 17117, 10085, 10385, 13859, 8993, 12339, 9064, 10075, 19520, 8860, 12394, 9277, 9100, 14004, 9597, 12359, 12433, 8920, 13625, 10072, 9528, 13963, 9330, 12409, 14721, 8650, 12513, 9639, 9382, 13959, 9355, 12540, 10707, 9367, 14121, 9822, 9831, 14972, 9381, 12321, 16392, 9486, 12458, 9768, 9225, 13024, 10161, 9543, 13699, 10051, 11508, 15111, 9855, 12880, 9661, 9273, 12192, 9626, 11410, 10001, 9312, 12408, 9737, 9511, 16557, 10191, 11402, 13012, 9286, 12178, 10969, 9481, 17342, 9785, 11215, 16990, 9325, 12386, 9836, 9521, 17871, 9930, 11265, 16250, 9142, 11952, 12829, 9244, 13026, 10068, 9383, 14022, 9239, 12254, 13673, 8821, 13149, 9805, 9232, 13957, 9899, 10638, 15810, 9805, 11362, 10460, 9552, 13370, 10118, 9557, 18018, 9193, 11658, 13357, 9802, 13395, 10410, 9468, 13573, 9854, 11173, 9297, 9417, 14188, 9460, 11699, 9894, 9296, 12799, 9125, 9965, 17189, 8898, 12920, 15043, 9441, 14502, 9645, 8684, 14901, 9788, 10475, 16051, 9464, 11695, 10706, 8530, 12192, 10163, 8878, 14423, 9211, 11463, 11757, 9032, 12107, 9559, 8913, 13980, 9664, 10990, 14543, 9050, 12388, 10074, 8742, 12294, 10233, 8518, 13455, 9932, 11160, 18052, 9363, 11877, 14343, 8789, 12732, 9681, 8251, 15056, 10029, 9698, 14021, 9214, 12493, 9916, 8839, 12720, 9403, 8526, 13373, 10304, 10210, 15048, 9996, 10703, 18272, 10642, 12921, 13623, 9056, 12281, 12207, 8534, 14614, 9612, 8948, 16263, 9648, 9004, 14275, 9514, 11437, 16615, 8957, 11194, 7986, 8542, 12625, 9838, 9789, 16748, 9023, 12109, 8818, 8766, 12124, 9272, 8602, 15238, 9904, 10062, 15959, 9122, 11814, 18752, 12514, 15323, 8743, 9080, 12414, 9698, 9232, 19494, 9361, 11160, 16160, 8805, 11815, 9040, 8339, 15005, 9311, 11005, 12984, 8581, 12309, 9105, 8538, 12296, 7814, 8634, 7999, 8029, 8730, 7901, 8484, 8839, 8825, 11222, 17256, 12310, 11295, 17482, 11161, 15562, 10930, 11651, 15850, 10453, 15151, 11331, 10124, 18509, 10212, 14456, 9169, 9789, 14506, 10404, 13076, 9954, 9789, 18637, 10214, 12326, 13387, 10173, 17731, 10630, 11850, 10773, 10084, 13027, 10185, 13093, 10093, 11698, 10028, 9689, 10834, 10774, 18075, 11049, 15040, 10557, 10485, 15863, 10138, 14786, 10869, 11822, 12414, 10102, 14168, 9880, 12772, 10013, 11813, 10518, 11078, 15572, 10734, 14456, 11003, 12982, 10145, 11205, 16183, 11954, 13941, 11908, 8210, 11902, 13595, 13224, 11648, 13291, 9577, 11496, 16247, 11242, 11156, 15253, 11615, 11239, 15347, 11648, 12954, 10014, 10714, 13468, 11568, 10691, 13980, 11813, 12761, 12314, 11167, 12781, 9619, 11453, 13328, 10238, 10939, 13530, 11885, 10520, 13588, 11436, 11340, 13593, 11170, 12418, 8232, 10662, 13290, 10326, 10529, 13532, 10897, 11393, 9874, 11047, 12024, 8337, 10636, 13549, 9698, 11468, 11395, 10320, 12676, 10648, 10727, 15192, 10963, 11471, 15763, 11181, 12547, 9016, 10404, 13557, 11157, 10621, 12764, 11483, 12159, 12347, 11133, 12689, 10172, 10831, 13476, 10075, 10412, 13502, 11510, 11953, 8281, 11206, 13220, 10828, 11169, 12256, 11945, 12053, 8492, 11528, 13960, 11735, 11863, 9372, 11432, 13530, 12097, 12183, 16054, 11531, 13588, 10042, 11856, 13025, 9400, 11833, 13331, 10346, 10854, 15545, 11391, 11550, 9852, 11650, 12047, 8531, 11552, 12910, 9433, 10921, 13536, 11028, 11228, 14019, 11364, 11787, 8382, 11150, 12209, 8718, 10914, 14111, 11094, 11380, 12328, 11619, 11727, 9385, 11352, 13346, 9007, 11456, 14877, 10724, 11147, 15932, 11298, 13060, 13340, 11485, 12233, 8676, 11207, 12509, 10141, 10993, 12925, 11271, 11594, 10501, 11541, 11732, 8917, 11543, 11347, 11219, 10812, 14159, 10977, 11951, 9908, 11394, 8754, 11801, 11054, 13540, 11625, 13651, 9744, 10594, 8010, 9985, 7977, 11926, 10841, 14953, 15692, 12597, 14405, 11780, 11234, 15251, 11983, 14684, 10990, 10880, 15912, 11753, 12042, 10962, 8852, 9637, 10818, 10505, 8717, 11679, 13474, 10752, 12188, 14903, 11541, 11674, 11213, 9696, 11696, 12837, 12022, 15491, 18531, 15524, 16423, 12251, 11236, 16920, 11652, 15420, 11810, 11497, 15838, 11714, 12978, 12019, 11125, 12326, 11921, 11998, 11227, 10888, 12645, 11819, 11587, 12083, 11478, 10150, 8313, 10957, 8950, 12148, 11154, 12766, 13033, 15902, 12324, 12117, 16315, 12228, 11981, 16461, 12338, 14367, 9054, 9723, 12705, 8984, 11347, 11985, 11281, 11458, 11439, 12396, 11883, 12729, 10484, 11323, 12515, 12020, 10947, 16911, 12507, 13625, 12102, 11425, 12457, 12311, 11012, 13230, 11923, 11658, 10648, 11811, 12354, 12227, 11308, 12625, 11778, 10689, 15237, 12008, 11242, 9988, 11582, 11269, 10206, 11051, 12410, 12131, 10914, 13074, 11966, 10762, 12904, 11778, 11714, 10928, 11596, 12556, 10314, 11019, 12231, 11490, 10791, 10269, 11978, 12018, 9699, 11760, 12235, 10667, 11537, 15513, 11278, 11485, 15383, 11761, 12661, 16552, 12496, 14459, 11202, 11749, 12388, 11704, 10912, 15097, 11804, 11038, 9935, 11764, 11300, 9421, 11480, 12891, 11734, 11011, 13902, 12130, 10679, 14407, 11679, 12375, 11746, 10901, 12509, 11699, 11006, 12629, 11780, 12300, 11603, 11272, 12911, 11403, 11242, 13551, 12333, 11634, 10218, 11441, 13036, 11594, 11323, 13299, 11680, 10896, 14784, 12189, 11777, 10194, 11961, 12171, 9495, 11650, 13775, 11369, 11592, 12935, 11818, 11144, 12646, 11722, 12068, 10104, 11614, 12761, 10035, 11330, 15973, 11210, 10814, 14781, 11659, 10758, 15796, 11510, 12587, 8508, 11539, 12895, 10036, 11126, 14693, 11142, 10795, 9176, 11885, 11571, 10825, 11515, 13181, 11188, 11665, 13898, 11297, 11696, 13748, 11649, 11165, 15329, 12068, 11622, 12319, 11755, 12175, 10415, 11514, 15857, 11544, 11846, 15101, 11396, 11351, 15349, 11961, 12648, 8697, 12073, 12531, 11292, 11633, 16209, 11299, 11867, 14172, 11704, 11104, 15347, 11541, 13352, 11527, 11393, 12416, 12017, 11154, 12205, 11575, 12844, 11329, 11510, 13537, 11839, 11811, 15109, 11898, 14326, 11734, 11390, 15131, 11655, 11001, 13546, 11628, 11292, 9675, 11295, 12037, 10201, 11619, 12771, 11369, 11119, 12324, 11823, 12396, 9602, 11901, 12599, 11900, 11363, 10898, 11703, 12274, 13657, 11576, 14035, 10906, 11402, 14464, 10417, 11448, 12778, 11467, 11117, 15233, 11737, 12221, 8552, 11610, 12549, 10713, 11727, 13173, 11871, 11494, 14803, 12141, 12260, 10411, 11671, 15763, 11577, 11397, 12919, 11745, 11565, 9074, 11538, 12326, 11030, 11644, 14405, 11425, 11058, 12918, 11688, 12593, 9527, 11697, 13193, 11418, 11472, 16449, 11622, 14284, 9461, 11954, 12502, 11430, 11405, 16922, 9663, 14943, 10890, 10377, 12095, 11678, 15667, 11898, 13573, 12985, 11794, 12810, 11738, 11711, 15505, 11557, 14266, 13042, 11773, 13871, 11444, 11074, 13266, 11669, 10519, 9406, 11524, 11360, 10857, 11556, 11784, 11331, 10703, 10977, 11767, 11381, 9240, 11834, 11761, 10283, 11191, 15851, 11794, 11666, 11012, 11989, 11731, 9755, 11939, 12834, 11568, 11691, 14641, 11319, 11118, 16868, 11829, 13824, 9039, 12046, 11822, 8966, 11432, 15362, 11774, 11166, 14869, 12030, 11075, 12196, 11547, 12610, 11740, 11455, 12704, 12210, 11312, 14769, 11325, 12833, 10726, 11714, 12962, 11783, 11438, 14310, 11507, 12622, 11026, 11530, 13263, 10968, 11708, 12756, 11351, 11496, 10736, 11832, 9938, 12041, 11961, 10548, 11771, 15191, 12152, 11208, 15914, 12036, 12050, 12828, 11682, 14178, 11981, 10137, 9209, 11941, 12060, 11113, 11447, 8867, 11936, 12381, 11167, 11506, 15165, 11329, 14328, 11586, 13031, 11928, 11814, 16380, 11731, 14865, 15844, 11138, 15012, 11718, 11635, 15037, 11879, 11479, 11638, 11371, 14590, 11351, 11899, 11884, 11819, 13670, 11744, 10954, 13603, 11715, 13800, 11796, 11626, 13992, 10782, 12067, 7921, 9078, 8567, 8998, 10260, 8949, 9283, 11503, 15718, 12900, 12138, 15992, 12286, 12314, 12617, 11754, 13230, 12589, 13464, 10905, 11770, 15315, 11685, 10242, 9331, 10666, 9391, 12112, 12599, 16410, 12410, 14814, 16313, 12606, 14504, 12298, 11534, 16409, 12104, 14757, 11593, 11878, 13569, 12510, 10899, 14848, 12354, 12912, 12286, 11236, 12907, 12125, 11283, 10868, 11705, 12111, 12268, 10936, 8821, 12312, 13005, 11570, 12080, 14645, 12091, 12536, 10833, 12027, 15631, 12445, 11796, 16814, 11896, 13764, 10737, 11779, 13162, 11602, 11535, 11963, 12197, 11683, 9948, 12418, 12860, 10937, 11965, 13538, 11748, 11713, 14079, 11958, 13852, 10984, 11848, 14248, 11387, 12013, 15581, 11830, 13016, 10499, 12095, 13510, 11367, 11809, 15090, 11820, 10848, 10451, 12061, 12023, 11448, 11800, 13232, 11723, 11342, 10211, 11666, 12213, 10569, 12190, 12704, 10138, 11407, 10764, 15645, 8504, 11189, 12439, 9213, 12955, 14599, 15988, 12890, 14092, 14329, 12560, 14410, 11476, 12208, 16247, 12514, 12929, 15263, 11955, 14096, 12084, 11765, 16124, 12851, 14807, 12466, 9975, 12401, 12019, 14084, 12436, 13059, 10975, 11676, 11930, 11572, 11318, 12833, 11987, 11043, 10157, 11155, 11504, 11326, 10958, 10692, 9735, 10477, 11134, 8827, 11631, 11356, 12703, 11368, 13354, 11500, 11126, 14666], 'WindowCenter': [4687.0, 4710.0, 4648.0, 4679.0, 4688.0, 4640.0, 4677.0, 4628.0, 4655.0, 4625.0, 4647.0, 4673.0, 4616.0, 4661.0, 4627.0, 4655.0, 4627.0, 4660.0, 4635.0, 4657.0, 4630.0, 4651.0, 4676.0, 4657.0, 4669.0, 4625.0, 4646.0, 4673.0, 4616.0, 4635.0, 4613.0, 4614.0, 4672.0, 4614.0, 4644.0, 4613.0, 4617.0, 4664.0, 4627.0, 4658.0, 4627.0, 4619.0, 4655.0, 4637.0, 4648.0, 4615.0, 4629.0, 4660.0, 4627.0, 4659.0, 4643.0, 4631.0, 4690.0, 4637.0, 4658.0, 4668.0, 4630.0, 4688.0, 4638.0, 4651.0, 4687.0, 4638.0, 4675.0, 4667.0, 4627.0, 4685.0, 4628.0, 4657.0, 4675.0, 4627.0, 4676.0, 4629.0, 4637.0, 4664.0, 4616.0, 4654.0, 4607.0, 4636.0, 4674.0, 4617.0, 4656.0, 4614.0, 4617.0, 4657.0, 4627.0, 4656.0, 4655.0, 4627.0, 4656.0, 4625.0, 4627.0, 4665.0, 4629.0, 4660.0, 4659.0, 4610.0, 4656.0, 4627.0, 4625.0, 4663.0, 4616.0, 4657.0, 4635.0, 4627.0, 4666.0, 4622.0, 4627.0, 4663.0, 4630.0, 4656.0, 4675.0, 4619.0, 4656.0, 4624.0, 4616.0, 4654.0, 4627.0, 4626.0, 4653.0, 4626.0, 4646.0, 4663.0, 4618.0, 4654.0, 4628.0, 4626.0, 4654.0, 4637.0, 4657.0, 4626.0, 4627.0, 4656.0, 4625.0, 4629.0, 4690.0, 4650.0, 4664.0, 4654.0, 4626.0, 4661.0, 4635.0, 4639.0, 4688.0, 4638.0, 4660.0, 4675.0, 4627.0, 4658.0, 4626.0, 4637.0, 4690.0, 4637.0, 4651.0, 4677.0, 4626.0, 4656.0, 4653.0, 4630.0, 4656.0, 4635.0, 4628.0, 4663.0, 4620.0, 4661.0, 4654.0, 4627.0, 4655.0, 4624.0, 4627.0, 4666.0, 4614.0, 4637.0, 4674.0, 4637.0, 4648.0, 4634.0, 4631.0, 4664.0, 4637.0, 4627.0, 4688.0, 4617.0, 4649.0, 4654.0, 4630.0, 4667.0, 4636.0, 4632.0, 4647.0, 4636.0, 4648.0, 4626.0, 4628.0, 4677.0, 4639.0, 4664.0, 4637.0, 4638.0, 4662.0, 4627.0, 4639.0, 4687.0, 4632.0, 4668.0, 4675.0, 4636.0, 4677.0, 4627.0, 4619.0, 4676.0, 4640.0, 4647.0, 4678.0, 4626.0, 4656.0, 4638.0, 4620.0, 4655.0, 4635.0, 4628.0, 4659.0, 4627.0, 4635.0, 4642.0, 4615.0, 4656.0, 4624.0, 4621.0, 4669.0, 4621.0, 4651.0, 4665.0, 4617.0, 4657.0, 4629.0, 4617.0, 4657.0, 4625.0, 4633.0, 4667.0, 4638.0, 4663.0, 4690.0, 4629.0, 4662.0, 4666.0, 4619.0, 4669.0, 4627.0, 4622.0, 4665.0, 4640.0, 4639.0, 4666.0, 4625.0, 4674.0, 4638.0, 4630.0, 4665.0, 4628.0, 4630.0, 4668.0, 4652.0, 4654.0, 4680.0, 4638.0, 4651.0, 4691.0, 4652.0, 4671.0, 4666.0, 4629.0, 4659.0, 4655.0, 4611.0, 4670.0, 4626.0, 4617.0, 4676.0, 4626.0, 4627.0, 4665.0, 4626.0, 4648.0, 4673.0, 4628.0, 4651.0, 4610.0, 4620.0, 4658.0, 4630.0, 4640.0, 4686.0, 4618.0, 4659.0, 4616.0, 4618.0, 4659.0, 4628.0, 4620.0, 4677.0, 4638.0, 4642.0, 4677.0, 4628.0, 4658.0, 4686.0, 4658.0, 4678.0, 4615.0, 4618.0, 4656.0, 4620.0, 4627.0, 4688.0, 4629.0, 4635.0, 4672.0, 4614.0, 4645.0, 4613.0, 4607.0, 4675.0, 4627.0, 4647.0, 4652.0, 4616.0, 4661.0, 4615.0, 4627.0, 4634.0, 4580.0, 4629.0, 4605.0, 4618.0, 4629.0, 4632.0, 4643.0, 4654.0, 4665.0, 4688.0, 4715.0, 4660.0, 4660.0, 4701.0, 4662.0, 4688.0, 4650.0, 4672.0, 4689.0, 4631.0, 4674.0, 4630.0, 4626.0, 4689.0, 4640.0, 4665.0, 4616.0, 4627.0, 4662.0, 4637.0, 4643.0, 4627.0, 4629.0, 4678.0, 4639.0, 4655.0, 4645.0, 4635.0, 4702.0, 4636.0, 4658.0, 4648.0, 4648.0, 4653.0, 4635.0, 4655.0, 4633.0, 4656.0, 4636.0, 4637.0, 4663.0, 4677.0, 4709.0, 4661.0, 4677.0, 4638.0, 4652.0, 4671.0, 4637.0, 4661.0, 4637.0, 4659.0, 4653.0, 4640.0, 4680.0, 4638.0, 4655.0, 4636.0, 4661.0, 4655.0, 4674.0, 4691.0, 4676.0, 4680.0, 4674.0, 4696.0, 4664.0, 4673.0, 4699.0, 4657.0, 4671.0, 4670.0, 4630.0, 4697.0, 4698.0, 4677.0, 4662.0, 4666.0, 4628.0, 4660.0, 4688.0, 4633.0, 4651.0, 4676.0, 4659.0, 4651.0, 4667.0, 4646.0, 4655.0, 4637.0, 4644.0, 4657.0, 4646.0, 4630.0, 4653.0, 4644.0, 4658.0, 4656.0, 4644.0, 4658.0, 4626.0, 4647.0, 4653.0, 4625.0, 4633.0, 4652.0, 4649.0, 4649.0, 4655.0, 4640.0, 4645.0, 4651.0, 4641.0, 4660.0, 4619.0, 4664.0, 4669.0, 4637.0, 4656.0, 4681.0, 4664.0, 4672.0, 4645.0, 4670.0, 4673.0, 4610.0, 4649.0, 4691.0, 4638.0, 4662.0, 4660.0, 4650.0, 4662.0, 4675.0, 4689.0, 4703.0, 4662.0, 4684.0, 4690.0, 4662.0, 4672.0, 4616.0, 4677.0, 4684.0, 4664.0, 4665.0, 4670.0, 4670.0, 4678.0, 4670.0, 4660.0, 4661.0, 4638.0, 4645.0, 4667.0, 4634.0, 4653.0, 4669.0, 4657.0, 4685.0, 4622.0, 4659.0, 4669.0, 4674.0, 4672.0, 4695.0, 4685.0, 4674.0, 4646.0, 4670.0, 4685.0, 4672.0, 4674.0, 4634.0, 4659.0, 4683.0, 4682.0, 4683.0, 4692.0, 4664.0, 4695.0, 4647.0, 4664.0, 4674.0, 4625.0, 4662.0, 4679.0, 4644.0, 4662.0, 4690.0, 4667.0, 4666.0, 4649.0, 4656.0, 4657.0, 4621.0, 4672.0, 4673.0, 4639.0, 4674.0, 4673.0, 4662.0, 4665.0, 4673.0, 4662.0, 4673.0, 4630.0, 4664.0, 4673.0, 4634.0, 4675.0, 4685.0, 4660.0, 4677.0, 4655.0, 4672.0, 4658.0, 4632.0, 4664.0, 4681.0, 4627.0, 4675.0, 4685.0, 4652.0, 4661.0, 4689.0, 4650.0, 4668.0, 4675.0, 4660.0, 4662.0, 4615.0, 4654.0, 4666.0, 4642.0, 4647.0, 4667.0, 4671.0, 4665.0, 4641.0, 4664.0, 4661.0, 4631.0, 4674.0, 4653.0, 4665.0, 4675.0, 4691.0, 4660.0, 4686.0, 4644.0, 4684.0, 4643.0, 4693.0, 4690.0, 4690.0, 4688.0, 4712.0, 4655.0, 4664.0, 4649.0, 4668.0, 4648.0, 4687.0, 4700.0, 4717.0, 4718.0, 4698.0, 4698.0, 4672.0, 4659.0, 4691.0, 4646.0, 4675.0, 4651.0, 4677.0, 4701.0, 4686.0, 4722.0, 4651.0, 4626.0, 4629.0, 4660.0, 4655.0, 4640.0, 4703.0, 4706.0, 4664.0, 4677.0, 4698.0, 4671.0, 4672.0, 4660.0, 4651.0, 4669.0, 4676.0, 4684.0, 4718.0, 4714.0, 4686.0, 4692.0, 4633.0, 4628.0, 4660.0, 4625.0, 4650.0, 4618.0, 4636.0, 4648.0, 4633.0, 4635.0, 4627.0, 4635.0, 4642.0, 4631.0, 4646.0, 4634.0, 4626.0, 4654.0, 4656.0, 4637.0, 4651.0, 4676.0, 4651.0, 4632.0, 4655.0, 4639.0, 4682.0, 4659.0, 4709.0, 4702.0, 4691.0, 4673.0, 4663.0, 4679.0, 4651.0, 4661.0, 4676.0, 4645.0, 4663.0, 4606.0, 4613.0, 4657.0, 4607.0, 4650.0, 4638.0, 4636.0, 4642.0, 4643.0, 4661.0, 4649.0, 4657.0, 4619.0, 4637.0, 4646.0, 4638.0, 4649.0, 4671.0, 4643.0, 4667.0, 4648.0, 4643.0, 4654.0, 4645.0, 4634.0, 4653.0, 4647.0, 4659.0, 4631.0, 4648.0, 4658.0, 4656.0, 4649.0, 4655.0, 4647.0, 4649.0, 4662.0, 4658.0, 4660.0, 4637.0, 4649.0, 4649.0, 4627.0, 4645.0, 4655.0, 4657.0, 4660.0, 4666.0, 4651.0, 4638.0, 4651.0, 4654.0, 4665.0, 4648.0, 4663.0, 4670.0, 4648.0, 4648.0, 4661.0, 4663.0, 4652.0, 4654.0, 4661.0, 4672.0, 4631.0, 4670.0, 4659.0, 4638.0, 4652.0, 4679.0, 4651.0, 4661.0, 4688.0, 4646.0, 4672.0, 4675.0, 4655.0, 4670.0, 4659.0, 4662.0, 4650.0, 4648.0, 4661.0, 4687.0, 4663.0, 4662.0, 4629.0, 4659.0, 4661.0, 4632.0, 4665.0, 4655.0, 4655.0, 4663.0, 4678.0, 4662.0, 4651.0, 4677.0, 4646.0, 4661.0, 4660.0, 4654.0, 4659.0, 4659.0, 4662.0, 4658.0, 4660.0, 4663.0, 4656.0, 4663.0, 4668.0, 4662.0, 4654.0, 4669.0, 4667.0, 4659.0, 4651.0, 4672.0, 4669.0, 4671.0, 4669.0, 4665.0, 4671.0, 4666.0, 4680.0, 4674.0, 4660.0, 4635.0, 4664.0, 4658.0, 4640.0, 4661.0, 4666.0, 4671.0, 4658.0, 4658.0, 4657.0, 4667.0, 4672.0, 4663.0, 4676.0, 4648.0, 4676.0, 4670.0, 4639.0, 4673.0, 4693.0, 4661.0, 4675.0, 4686.0, 4658.0, 4654.0, 4686.0, 4663.0, 4684.0, 4632.0, 4684.0, 4675.0, 4643.0, 4673.0, 4691.0, 4659.0, 4656.0, 4641.0, 4683.0, 4664.0, 4662.0, 4658.0, 4684.0, 4645.0, 4659.0, 4691.0, 4672.0, 4673.0, 4668.0, 4665.0, 4664.0, 4681.0, 4683.0, 4675.0, 4670.0, 4672.0, 4665.0, 4650.0, 4662.0, 4690.0, 4673.0, 4673.0, 4689.0, 4660.0, 4661.0, 4683.0, 4656.0, 4683.0, 4631.0, 4672.0, 4662.0, 4653.0, 4660.0, 4701.0, 4649.0, 4657.0, 4672.0, 4650.0, 4654.0, 4680.0, 4646.0, 4666.0, 4672.0, 4664.0, 4656.0, 4676.0, 4662.0, 4658.0, 4665.0, 4667.0, 4663.0, 4674.0, 4678.0, 4683.0, 4674.0, 4689.0, 4663.0, 4684.0, 4650.0, 4659.0, 4672.0, 4652.0, 4661.0, 4659.0, 4648.0, 4650.0, 4625.0, 4660.0, 4659.0, 4629.0, 4662.0, 4670.0, 4645.0, 4657.0, 4669.0, 4664.0, 4674.0, 4635.0, 4672.0, 4656.0, 4651.0, 4672.0, 4653.0, 4671.0, 4674.0, 4670.0, 4673.0, 4669.0, 4653.0, 4663.0, 4668.0, 4641.0, 4657.0, 4654.0, 4655.0, 4656.0, 4689.0, 4661.0, 4664.0, 4615.0, 4663.0, 4670.0, 4641.0, 4662.0, 4668.0, 4663.0, 4664.0, 4681.0, 4663.0, 4674.0, 4651.0, 4672.0, 4687.0, 4657.0, 4674.0, 4660.0, 4657.0, 4664.0, 4620.0, 4663.0, 4657.0, 4662.0, 4685.0, 4684.0, 4673.0, 4676.0, 4672.0, 4664.0, 4677.0, 4642.0, 4685.0, 4672.0, 4658.0, 4664.0, 4694.0, 4674.0, 4681.0, 4639.0, 4665.0, 4682.0, 4664.0, 4674.0, 4703.0, 4655.0, 4691.0, 4661.0, 4660.0, 4685.0, 4677.0, 4704.0, 4664.0, 4672.0, 4672.0, 4673.0, 4668.0, 4658.0, 4673.0, 4685.0, 4646.0, 4683.0, 4658.0, 4647.0, 4657.0, 4649.0, 4645.0, 4667.0, 4650.0, 4639.0, 4620.0, 4647.0, 4652.0, 4658.0, 4672.0, 4651.0, 4645.0, 4648.0, 4634.0, 4662.0, 4663.0, 4633.0, 4656.0, 4660.0, 4650.0, 4653.0, 4685.0, 4660.0, 4662.0, 4645.0, 4663.0, 4658.0, 4629.0, 4662.0, 4671.0, 4662.0, 4659.0, 4690.0, 4650.0, 4663.0, 4676.0, 4658.0, 4665.0, 4626.0, 4661.0, 4652.0, 4621.0, 4651.0, 4675.0, 4646.0, 4646.0, 4679.0, 4670.0, 4653.0, 4650.0, 4660.0, 4663.0, 4659.0, 4665.0, 4672.0, 4659.0, 4653.0, 4667.0, 4660.0, 4675.0, 4651.0, 4657.0, 4672.0, 4658.0, 4664.0, 4669.0, 4660.0, 4670.0, 4651.0, 4672.0, 4677.0, 4646.0, 4660.0, 4657.0, 4662.0, 4667.0, 4648.0, 4659.0, 4644.0, 4669.0, 4660.0, 4640.0, 4662.0, 4676.0, 4656.0, 4651.0, 4679.0, 4663.0, 4669.0, 4670.0, 4666.0, 4675.0, 4644.0, 4646.0, 4630.0, 4664.0, 4657.0, 4662.0, 4667.0, 4639.0, 4670.0, 4666.0, 4656.0, 4666.0, 4679.0, 4652.0, 4684.0, 4662.0, 4676.0, 4675.0, 4679.0, 4687.0, 4672.0, 4678.0, 4677.0, 4648.0, 4680.0, 4653.0, 4655.0, 4678.0, 4646.0, 4647.0, 4646.0, 4652.0, 4669.0, 4636.0, 4646.0, 4657.0, 4664.0, 4681.0, 4661.0, 4648.0, 4660.0, 4650.0, 4667.0, 4662.0, 4659.0, 4663.0, 4641.0, 4659.0, 4613.0, 4643.0, 4640.0, 4634.0, 4660.0, 4644.0, 4644.0, 4665.0, 4692.0, 4673.0, 4664.0, 4687.0, 4661.0, 4658.0, 4673.0, 4665.0, 4661.0, 4669.0, 4662.0, 4649.0, 4657.0, 4690.0, 4670.0, 4643.0, 4638.0, 4657.0, 4628.0, 4684.0, 4683.0, 4704.0, 4659.0, 4678.0, 4681.0, 4673.0, 4672.0, 4649.0, 4650.0, 4664.0, 4656.0, 4659.0, 4620.0, 4646.0, 4639.0, 4631.0, 4625.0, 4663.0, 4646.0, 4650.0, 4644.0, 4637.0, 4632.0, 4644.0, 4635.0, 4633.0, 4642.0, 4641.0, 4650.0, 4650.0, 4613.0, 4672.0, 4655.0, 4643.0, 4672.0, 4663.0, 4644.0, 4660.0, 4643.0, 4659.0, 4679.0, 4647.0, 4648.0, 4688.0, 4660.0, 4666.0, 4640.0, 4649.0, 4668.0, 4652.0, 4652.0, 4644.0, 4664.0, 4673.0, 4651.0, 4683.0, 4667.0, 4652.0, 4664.0, 4672.0, 4658.0, 4661.0, 4672.0, 4666.0, 4682.0, 4650.0, 4666.0, 4680.0, 4661.0, 4660.0, 4681.0, 4659.0, 4684.0, 4652.0, 4669.0, 4675.0, 4649.0, 4665.0, 4679.0, 4661.0, 4660.0, 4651.0, 4678.0, 4660.0, 4664.0, 4658.0, 4669.0, 4666.0, 4665.0, 4654.0, 4686.0, 4671.0, 4668.0, 4684.0, 4677.0, 4654.0, 4674.0, 4667.0, 4691.0, 4655.0, 4689.0, 4705.0, 4679.0, 4702.0, 4722.0, 4691.0, 4672.0, 4678.0, 4667.0, 4658.0, 4667.0, 4650.0, 4660.0, 4676.0, 4645.0, 4660.0, 4665.0, 4632.0, 4641.0, 4631.0, 4646.0, 4667.0, 4641.0, 4648.0, 4642.0, 4622.0, 4657.0, 4645.0, 4657.0, 4657.0, 4641.0, 4620.0, 4647.0, 4631.0, 4633.0, 4631.0, 4656.0, 4637.0, 4636.0, 4624.0, 4626.0, 4636.0, 4633.0, 4633.0, 4634.0, 4629.0, 4648.0, 4645.0, 4623.0, 4663.0, 4660.0, 4663.0, 4653.0, 4669.0, 4652.0, 4661.0, 4664.0], 'WindowWidth': [10283.0, 10298.0, 10196.0, 10241.0, 10243.0, 10175.0, 10222.0, 10157.0, 10188.0, 10145.0, 10178.0, 10210.0, 10130.0, 10199.0, 10150.0, 10185.0, 10156.0, 10204.0, 10171.0, 10195.0, 10161.0, 10191.0, 10218.0, 10192.0, 10206.0, 10146.0, 10176.0, 10209.0, 10135.0, 10158.0, 10126.0, 10131.0, 10207.0, 10131.0, 10172.0, 10128.0, 10139.0, 10200.0, 10152.0, 10195.0, 10152.0, 10145.0, 10188.0, 10168.0, 10182.0, 10135.0, 10158.0, 10194.0, 10154.0, 10199.0, 10181.0, 10165.0, 10240.0, 10167.0, 10198.0, 10210.0, 10163.0, 10239.0, 10172.0, 10191.0, 10236.0, 10170.0, 10225.0, 10207.0, 10154.0, 10231.0, 10155.0, 10194.0, 10214.0, 10152.0, 10220.0, 10153.0, 10166.0, 10198.0, 10136.0, 10185.0, 10118.0, 10163.0, 10209.0, 10140.0, 10191.0, 10131.0, 10138.0, 10186.0, 10152.0, 10192.0, 10187.0, 10154.0, 10190.0, 10145.0, 10152.0, 10200.0, 10156.0, 10198.0, 10190.0, 10127.0, 10190.0, 10151.0, 10149.0, 10198.0, 10132.0, 10195.0, 10163.0, 10155.0, 10204.0, 10139.0, 10151.0, 10197.0, 10157.0, 10192.0, 10215.0, 10138.0, 10191.0, 10142.0, 10134.0, 10184.0, 10150.0, 10149.0, 10183.0, 10149.0, 10177.0, 10195.0, 10134.0, 10187.0, 10154.0, 10151.0, 10188.0, 10169.0, 10195.0, 10151.0, 10154.0, 10193.0, 10149.0, 10158.0, 10241.0, 10188.0, 10209.0, 10187.0, 10152.0, 10204.0, 10163.0, 10171.0, 10238.0, 10173.0, 10202.0, 10216.0, 10154.0, 10195.0, 10151.0, 10169.0, 10243.0, 10168.0, 10184.0, 10219.0, 10151.0, 10193.0, 10183.0, 10159.0, 10193.0, 10162.0, 10158.0, 10198.0, 10140.0, 10203.0, 10182.0, 10155.0, 10190.0, 10146.0, 10153.0, 10203.0, 10127.0, 10167.0, 10215.0, 10169.0, 10183.0, 10160.0, 10157.0, 10203.0, 10166.0, 10155.0, 10237.0, 10134.0, 10179.0, 10186.0, 10154.0, 10210.0, 10166.0, 10161.0, 10174.0, 10164.0, 10183.0, 10152.0, 10157.0, 10222.0, 10174.0, 10212.0, 10167.0, 10173.0, 10201.0, 10156.0, 10174.0, 10238.0, 10167.0, 10213.0, 10216.0, 10167.0, 10224.0, 10154.0, 10146.0, 10218.0, 10172.0, 10181.0, 10222.0, 10152.0, 10193.0, 10166.0, 10146.0, 10190.0, 10161.0, 10156.0, 10193.0, 10154.0, 10157.0, 10168.0, 10137.0, 10192.0, 10147.0, 10143.0, 10211.0, 10144.0, 10189.0, 10201.0, 10137.0, 10195.0, 10156.0, 10143.0, 10196.0, 10143.0, 10169.0, 10209.0, 10172.0, 10209.0, 10242.0, 10161.0, 10206.0, 10204.0, 10146.0, 10213.0, 10154.0, 10153.0, 10199.0, 10172.0, 10172.0, 10207.0, 10152.0, 10225.0, 10171.0, 10161.0, 10204.0, 10156.0, 10164.0, 10212.0, 10193.0, 10197.0, 10228.0, 10173.0, 10192.0, 10245.0, 10191.0, 10220.0, 10208.0, 10160.0, 10202.0, 10189.0, 10130.0, 10211.0, 10151.0, 10140.0, 10219.0, 10150.0, 10154.0, 10202.0, 10152.0, 10183.0, 10213.0, 10157.0, 10189.0, 10130.0, 10147.0, 10196.0, 10155.0, 10176.0, 10235.0, 10142.0, 10201.0, 10138.0, 10144.0, 10199.0, 10156.0, 10149.0, 10223.0, 10171.0, 10180.0, 10221.0, 10158.0, 10198.0, 10234.0, 10196.0, 10224.0, 10135.0, 10141.0, 10192.0, 10138.0, 10152.0, 10238.0, 10157.0, 10156.0, 10206.0, 10132.0, 10175.0, 10129.0, 10126.0, 10216.0, 10152.0, 10181.0, 10182.0, 10139.0, 10202.0, 10134.0, 10156.0, 10152.0, 10074.0, 10157.0, 10120.0, 10143.0, 10160.0, 10170.0, 10189.0, 10205.0, 10226.0, 10259.0, 10296.0, 10204.0, 10208.0, 10262.0, 10209.0, 10242.0, 10191.0, 10228.0, 10239.0, 10157.0, 10218.0, 10153.0, 10147.0, 10235.0, 10175.0, 10205.0, 10137.0, 10147.0, 10196.0, 10165.0, 10167.0, 10152.0, 10157.0, 10218.0, 10169.0, 10190.0, 10170.0, 10162.0, 10263.0, 10163.0, 10202.0, 10183.0, 10186.0, 10186.0, 10162.0, 10189.0, 10159.0, 10194.0, 10166.0, 10168.0, 10212.0, 10239.0, 10276.0, 10209.0, 10226.0, 10170.0, 10193.0, 10209.0, 10167.0, 10195.0, 10164.0, 10197.0, 10187.0, 10173.0, 10229.0, 10171.0, 10189.0, 10170.0, 10204.0, 10200.0, 10229.0, 10249.0, 10238.0, 10230.0, 10230.0, 10265.0, 10218.0, 10232.0, 10259.0, 10197.0, 10212.0, 10219.0, 10167.0, 10270.0, 10272.0, 10228.0, 10210.0, 10210.0, 10156.0, 10203.0, 10238.0, 10154.0, 10190.0, 10220.0, 10199.0, 10190.0, 10202.0, 10174.0, 10192.0, 10167.0, 10175.0, 10191.0, 10174.0, 10154.0, 10178.0, 10169.0, 10194.0, 10192.0, 10176.0, 10195.0, 10149.0, 10180.0, 10178.0, 10147.0, 10154.0, 10177.0, 10183.0, 10186.0, 10187.0, 10167.0, 10179.0, 10177.0, 10170.0, 10200.0, 10146.0, 10213.0, 10212.0, 10167.0, 10201.0, 10237.0, 10215.0, 10228.0, 10182.0, 10223.0, 10224.0, 10129.0, 10188.0, 10255.0, 10169.0, 10209.0, 10204.0, 10191.0, 10204.0, 10235.0, 10260.0, 10273.0, 10212.0, 10245.0, 10240.0, 10209.0, 10223.0, 10138.0, 10238.0, 10240.0, 10211.0, 10220.0, 10220.0, 10225.0, 10234.0, 10218.0, 10204.0, 10200.0, 10171.0, 10175.0, 10206.0, 10166.0, 10197.0, 10214.0, 10193.0, 10247.0, 10151.0, 10201.0, 10213.0, 10232.0, 10226.0, 10264.0, 10250.0, 10229.0, 10197.0, 10220.0, 10238.0, 10222.0, 10229.0, 10168.0, 10203.0, 10236.0, 10239.0, 10242.0, 10246.0, 10211.0, 10259.0, 10186.0, 10209.0, 10221.0, 10149.0, 10206.0, 10231.0, 10183.0, 10209.0, 10249.0, 10215.0, 10214.0, 10189.0, 10193.0, 10195.0, 10148.0, 10225.0, 10221.0, 10178.0, 10228.0, 10219.0, 10213.0, 10213.0, 10220.0, 10205.0, 10225.0, 10166.0, 10209.0, 10222.0, 10169.0, 10233.0, 10240.0, 10205.0, 10233.0, 10191.0, 10226.0, 10200.0, 10166.0, 10213.0, 10234.0, 10157.0, 10231.0, 10239.0, 10190.0, 10204.0, 10246.0, 10187.0, 10213.0, 10223.0, 10200.0, 10204.0, 10134.0, 10195.0, 10213.0, 10177.0, 10181.0, 10209.0, 10222.0, 10213.0, 10175.0, 10209.0, 10204.0, 10163.0, 10230.0, 10193.0, 10215.0, 10234.0, 10250.0, 10203.0, 10249.0, 10184.0, 10246.0, 10191.0, 10264.0, 10263.0, 10249.0, 10256.0, 10295.0, 10206.0, 10219.0, 10205.0, 10226.0, 10202.0, 10251.0, 10280.0, 10297.0, 10302.0, 10271.0, 10273.0, 10224.0, 10205.0, 10250.0, 10176.0, 10218.0, 10189.0, 10239.0, 10264.0, 10253.0, 10317.0, 10191.0, 10152.0, 10157.0, 10203.0, 10201.0, 10182.0, 10281.0, 10284.0, 10216.0, 10232.0, 10263.0, 10225.0, 10227.0, 10205.0, 10197.0, 10217.0, 10228.0, 10245.0, 10301.0, 10291.0, 10243.0, 10256.0, 10155.0, 10149.0, 10185.0, 10139.0, 10172.0, 10123.0, 10162.0, 10167.0, 10154.0, 10150.0, 10133.0, 10157.0, 10164.0, 10144.0, 10177.0, 10158.0, 10142.0, 10185.0, 10192.0, 10160.0, 10184.0, 10231.0, 10195.0, 10169.0, 10193.0, 10179.0, 10239.0, 10203.0, 10289.0, 10280.0, 10255.0, 10226.0, 10206.0, 10224.0, 10183.0, 10205.0, 10221.0, 10172.0, 10197.0, 10117.0, 10127.0, 10192.0, 10117.0, 10187.0, 10161.0, 10161.0, 10172.0, 10169.0, 10198.0, 10182.0, 10190.0, 10128.0, 10159.0, 10175.0, 10159.0, 10184.0, 10205.0, 10165.0, 10206.0, 10178.0, 10170.0, 10185.0, 10169.0, 10156.0, 10185.0, 10175.0, 10200.0, 10150.0, 10179.0, 10196.0, 10191.0, 10184.0, 10189.0, 10175.0, 10187.0, 10193.0, 10199.0, 10203.0, 10165.0, 10180.0, 10186.0, 10147.0, 10173.0, 10187.0, 10195.0, 10204.0, 10206.0, 10183.0, 10166.0, 10178.0, 10185.0, 10208.0, 10180.0, 10205.0, 10217.0, 10186.0, 10182.0, 10200.0, 10204.0, 10193.0, 10197.0, 10205.0, 10220.0, 10159.0, 10217.0, 10197.0, 10166.0, 10190.0, 10224.0, 10187.0, 10202.0, 10240.0, 10175.0, 10223.0, 10216.0, 10188.0, 10212.0, 10200.0, 10203.0, 10184.0, 10178.0, 10206.0, 10239.0, 10204.0, 10209.0, 10155.0, 10196.0, 10208.0, 10161.0, 10210.0, 10190.0, 10190.0, 10212.0, 10226.0, 10202.0, 10188.0, 10224.0, 10178.0, 10202.0, 10199.0, 10195.0, 10197.0, 10198.0, 10211.0, 10194.0, 10201.0, 10208.0, 10191.0, 10208.0, 10211.0, 10205.0, 10196.0, 10210.0, 10208.0, 10201.0, 10194.0, 10224.0, 10212.0, 10223.0, 10219.0, 10203.0, 10222.0, 10215.0, 10228.0, 10222.0, 10203.0, 10162.0, 10208.0, 10196.0, 10177.0, 10201.0, 10206.0, 10223.0, 10199.0, 10195.0, 10194.0, 10218.0, 10218.0, 10208.0, 10229.0, 10188.0, 10229.0, 10216.0, 10171.0, 10228.0, 10248.0, 10204.0, 10233.0, 10241.0, 10197.0, 10198.0, 10241.0, 10208.0, 10244.0, 10167.0, 10245.0, 10225.0, 10179.0, 10228.0, 10249.0, 10204.0, 10199.0, 10181.0, 10242.0, 10211.0, 10210.0, 10198.0, 10244.0, 10178.0, 10202.0, 10250.0, 10225.0, 10227.0, 10211.0, 10211.0, 10212.0, 10232.0, 10240.0, 10233.0, 10219.0, 10223.0, 10210.0, 10192.0, 10205.0, 10248.0, 10224.0, 10227.0, 10242.0, 10206.0, 10204.0, 10231.0, 10193.0, 10241.0, 10168.0, 10224.0, 10207.0, 10193.0, 10200.0, 10263.0, 10183.0, 10195.0, 10216.0, 10185.0, 10196.0, 10226.0, 10179.0, 10205.0, 10225.0, 10212.0, 10194.0, 10227.0, 10208.0, 10196.0, 10212.0, 10210.0, 10209.0, 10227.0, 10227.0, 10242.0, 10231.0, 10245.0, 10207.0, 10238.0, 10186.0, 10199.0, 10217.0, 10188.0, 10207.0, 10195.0, 10180.0, 10185.0, 10148.0, 10205.0, 10197.0, 10154.0, 10205.0, 10217.0, 10175.0, 10201.0, 10217.0, 10209.0, 10222.0, 10166.0, 10223.0, 10193.0, 10186.0, 10223.0, 10192.0, 10220.0, 10225.0, 10214.0, 10225.0, 10213.0, 10191.0, 10211.0, 10211.0, 10172.0, 10199.0, 10188.0, 10194.0, 10199.0, 10245.0, 10202.0, 10208.0, 10135.0, 10205.0, 10220.0, 10174.0, 10206.0, 10211.0, 10208.0, 10210.0, 10229.0, 10206.0, 10228.0, 10193.0, 10222.0, 10241.0, 10196.0, 10229.0, 10198.0, 10194.0, 10209.0, 10146.0, 10208.0, 10195.0, 10208.0, 10248.0, 10237.0, 10230.0, 10234.0, 10218.0, 10210.0, 10230.0, 10179.0, 10246.0, 10221.0, 10199.0, 10213.0, 10252.0, 10229.0, 10233.0, 10178.0, 10211.0, 10240.0, 10212.0, 10227.0, 10269.0, 10204.0, 10248.0, 10209.0, 10206.0, 10246.0, 10235.0, 10276.0, 10211.0, 10221.0, 10216.0, 10225.0, 10215.0, 10195.0, 10225.0, 10235.0, 10178.0, 10239.0, 10194.0, 10178.0, 10191.0, 10179.0, 10174.0, 10207.0, 10181.0, 10168.0, 10143.0, 10179.0, 10190.0, 10200.0, 10222.0, 10186.0, 10175.0, 10182.0, 10160.0, 10205.0, 10208.0, 10165.0, 10191.0, 10199.0, 10189.0, 10191.0, 10236.0, 10202.0, 10206.0, 10175.0, 10206.0, 10197.0, 10156.0, 10204.0, 10215.0, 10205.0, 10201.0, 10247.0, 10186.0, 10213.0, 10219.0, 10196.0, 10205.0, 10155.0, 10202.0, 10189.0, 10145.0, 10187.0, 10217.0, 10177.0, 10179.0, 10230.0, 10219.0, 10192.0, 10185.0, 10200.0, 10208.0, 10198.0, 10214.0, 10218.0, 10198.0, 10192.0, 10205.0, 10205.0, 10225.0, 10187.0, 10196.0, 10216.0, 10195.0, 10208.0, 10210.0, 10200.0, 10216.0, 10188.0, 10224.0, 10228.0, 10179.0, 10200.0, 10193.0, 10209.0, 10217.0, 10183.0, 10200.0, 10185.0, 10217.0, 10202.0, 10171.0, 10203.0, 10221.0, 10189.0, 10188.0, 10227.0, 10207.0, 10217.0, 10219.0, 10210.0, 10221.0, 10172.0, 10184.0, 10157.0, 10208.0, 10195.0, 10206.0, 10218.0, 10178.0, 10220.0, 10207.0, 10194.0, 10215.0, 10226.0, 10192.0, 10236.0, 10206.0, 10226.0, 10228.0, 10239.0, 10239.0, 10223.0, 10224.0, 10219.0, 10183.0, 10229.0, 10189.0, 10191.0, 10221.0, 10175.0, 10179.0, 10178.0, 10187.0, 10209.0, 10161.0, 10175.0, 10193.0, 10208.0, 10234.0, 10205.0, 10183.0, 10196.0, 10185.0, 10205.0, 10204.0, 10200.0, 10196.0, 10173.0, 10197.0, 10134.0, 10185.0, 10180.0, 10170.0, 10209.0, 10185.0, 10184.0, 10215.0, 10254.0, 10226.0, 10206.0, 10239.0, 10202.0, 10196.0, 10221.0, 10212.0, 10197.0, 10213.0, 10202.0, 10184.0, 10194.0, 10250.0, 10217.0, 10178.0, 10176.0, 10200.0, 10158.0, 10245.0, 10241.0, 10275.0, 10201.0, 10226.0, 10229.0, 10223.0, 10217.0, 10179.0, 10187.0, 10196.0, 10191.0, 10192.0, 10130.0, 10175.0, 10156.0, 10144.0, 10140.0, 10195.0, 10174.0, 10177.0, 10168.0, 10164.0, 10145.0, 10169.0, 10159.0, 10153.0, 10163.0, 10161.0, 10180.0, 10187.0, 10131.0, 10223.0, 10188.0, 10169.0, 10220.0, 10198.0, 10172.0, 10199.0, 10175.0, 10196.0, 10229.0, 10175.0, 10180.0, 10238.0, 10202.0, 10203.0, 10167.0, 10182.0, 10210.0, 10186.0, 10188.0, 10172.0, 10205.0, 10225.0, 10193.0, 10239.0, 10208.0, 10190.0, 10207.0, 10216.0, 10196.0, 10205.0, 10217.0, 10211.0, 10236.0, 10189.0, 10213.0, 10232.0, 10206.0, 10201.0, 10228.0, 10200.0, 10243.0, 10191.0, 10215.0, 10225.0, 10183.0, 10208.0, 10228.0, 10204.0, 10205.0, 10189.0, 10234.0, 10200.0, 10207.0, 10197.0, 10210.0, 10212.0, 10213.0, 10196.0, 10248.0, 10220.0, 10222.0, 10244.0, 10230.0, 10197.0, 10231.0, 10218.0, 10246.0, 10207.0, 10258.0, 10280.0, 10248.0, 10278.0, 10310.0, 10248.0, 10220.0, 10233.0, 10207.0, 10194.0, 10210.0, 10184.0, 10199.0, 10219.0, 10170.0, 10201.0, 10202.0, 10146.0, 10160.0, 10145.0, 10178.0, 10202.0, 10163.0, 10168.0, 10162.0, 10138.0, 10192.0, 10173.0, 10190.0, 10194.0, 10162.0, 10129.0, 10178.0, 10146.0, 10148.0, 10149.0, 10189.0, 10158.0, 10162.0, 10142.0, 10142.0, 10155.0, 10153.0, 10155.0, 10159.0, 10156.0, 10182.0, 10174.0, 10151.0, 10208.0, 10206.0, 10204.0, 10189.0, 10211.0, 10185.0, 10207.0, 10198.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.0008903075768942237</td></tr>
<tr><td colspan=3>aqi</td><td>0.03489428574643661</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.99144051523272</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1906010611111122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9614881745795796</td></tr>
<tr><td colspan=3>efc</td><td>0.4836</td></tr>
<tr><td colspan=3>fber</td><td>5370.1064</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09055223082988882</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>86</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.451612903225806</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3115664689950366</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3018144905750115</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4652442139512702</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1676407024588285</td></tr>
<tr><td colspan=3>gcor</td><td>0.0093643</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012005210854113102</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028768369928002357</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.2281586815245165</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>22.4245</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.385</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>200.0757</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297678.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>932.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.1979</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9472</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>587.1355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3873.1839</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1615.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.1815</td></tr>
<tr><td colspan=3>tsnr</td><td>33.574773932341486</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>