<?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-0044_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-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0044/figures/sub-0044_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-0044/figures/sub-0044_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0044/figures/sub-0044_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-0044/ses-03/func/sub-0044_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>7a343d03d7a3acb3565c51dbb1bad495</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:26:48.125000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997707, -0.0304995, 0.0604267, 0.0283913, 0.998968, 0.0354458]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0970895</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7706, -7237, 475, -27, 4, 53, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.302</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4fce2044-55fb-4381-9d0f-7f99a1f7aa6a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6767737865448, 0.07617177069187164, 0.16590268909931183, 105.44036865234375], [0.08182799816131592, 2.680158853530884, 0.09085210412740707, -103.55232238769531], [0.16212043166160583, -0.09509852528572083, 2.693366289138794, -56.13753128051758], [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': ['182648.125000', '182648.585000', '182649.045000', '182649.505000', '182649.965000', '182650.425000', '182650.885000', '182651.345000', '182651.805000', '182652.265000', '182652.725000', '182653.185000', '182653.645000', '182654.105000', '182654.565000', '182655.025000', '182655.485000', '182655.945000', '182656.405000', '182656.865000', '182657.325000', '182657.785000', '182658.245000', '182658.705000', '182659.165000', '182659.625000', '182700.085000', '182700.545000', '182701.005000', '182701.465000', '182701.925000', '182702.385000', '182702.845000', '182703.305000', '182703.765000', '182704.225000', '182704.685000', '182705.145000', '182705.605000', '182706.065000', '182706.525000', '182706.985000', '182707.445000', '182707.905000', '182708.365000', '182708.825000', '182709.285000', '182709.745000', '182710.205000', '182710.665000', '182711.125000', '182711.585000', '182712.045000', '182712.505000', '182712.965000', '182713.425000', '182713.885000', '182714.345000', '182714.805000', '182715.265000', '182715.725000', '182716.185000', '182716.645000', '182717.105000', '182717.565000', '182718.025000', '182718.485000', '182718.945000', '182719.405000', '182719.865000', '182720.325000', '182720.785000', '182721.245000', '182721.705000', '182722.165000', '182722.625000', '182723.085000', '182723.545000', '182724.005000', '182724.465000', '182724.925000', '182725.385000', '182725.845000', '182726.305000', '182726.765000', '182727.225000', '182727.685000', '182728.145000', '182728.605000', '182729.065000', '182729.525000', '182729.985000', '182730.445000', '182730.905000', '182731.365000', '182731.825000', '182732.285000', '182732.745000', '182733.205000', '182733.665000', '182734.125000', '182734.585000', '182735.045000', '182735.505000', '182735.965000', '182736.425000', '182736.885000', '182737.345000', '182737.805000', '182738.265000', '182738.725000', '182739.185000', '182739.645000', '182740.105000', '182740.565000', '182741.025000', '182741.485000', '182741.945000', '182742.405000', '182742.865000', '182743.325000', '182743.785000', '182744.245000', '182744.705000', '182745.165000', '182745.625000', '182746.085000', '182746.545000', '182747.005000', '182747.465000', '182747.925000', '182748.385000', '182748.845000', '182749.305000', '182749.765000', '182750.225000', '182750.685000', '182751.145000', '182751.605000', '182752.065000', '182752.525000', '182752.985000', '182753.445000', '182753.905000', '182754.365000', '182754.825000', '182755.285000', '182755.745000', '182756.205000', '182756.665000', '182757.125000', '182757.585000', '182758.045000', '182758.505000', '182758.965000', '182759.425000', '182759.885000', '182800.345000', '182800.805000', '182801.265000', '182801.725000', '182802.185000', '182802.645000', '182803.105000', '182803.565000', '182804.025000', '182804.485000', '182804.945000', '182805.405000', '182805.865000', '182806.325000', '182806.785000', '182807.245000', '182807.705000', '182808.165000', '182808.625000', '182809.085000', '182809.545000', '182810.005000', '182810.465000', '182810.925000', '182811.385000', '182811.845000', '182812.305000', '182812.765000', '182813.225000', '182813.685000', '182814.145000', '182814.605000', '182815.065000', '182815.525000', '182815.985000', '182816.445000', '182816.905000', '182817.365000', '182817.825000', '182818.285000', '182818.745000', '182819.205000', '182819.665000', '182820.125000', '182820.585000', '182821.045000', '182821.505000', '182821.965000', '182822.425000', '182822.885000', '182823.345000', '182823.805000', '182824.265000', '182824.725000', '182825.185000', '182825.645000', '182826.105000', '182826.565000', '182827.025000', '182827.485000', '182827.945000', '182828.405000', '182828.865000', '182829.325000', '182829.785000', '182830.245000', '182830.705000', '182831.165000', '182831.625000', '182832.085000', '182832.545000', '182833.005000', '182833.465000', '182833.925000', '182834.385000', '182834.845000', '182835.305000', '182835.765000', '182836.225000', '182836.685000', '182837.145000', '182837.605000', '182838.065000', '182838.525000', '182838.985000', '182839.445000', '182839.905000', '182840.365000', '182840.825000', '182841.285000', '182841.745000', '182842.205000', '182842.665000', '182843.125000', '182843.585000', '182844.045000', '182844.505000', '182844.965000', '182845.425000', '182845.885000', '182846.345000', '182846.805000', '182847.265000', '182847.725000', '182848.185000', '182848.645000', '182849.105000', '182849.565000', '182850.025000', '182850.485000', '182850.945000', '182851.405000', '182851.865000', '182852.325000', '182852.785000', '182853.245000', '182853.705000', '182854.165000', '182854.625000', '182855.085000', '182855.545000', '182856.005000', '182856.465000', '182856.925000', '182857.385000', '182857.845000', '182858.305000', '182858.765000', '182859.225000', '182859.685000', '182900.145000', '182900.605000', '182901.065000', '182901.525000', '182901.985000', '182902.445000', '182902.905000', '182903.365000', '182903.825000', '182904.285000', '182904.745000', '182905.205000', '182905.665000', '182906.125000', '182906.585000', '182907.045000', '182907.505000', '182907.965000', '182908.425000', '182908.885000', '182909.345000', '182909.805000', '182910.265000', '182910.725000', '182911.185000', '182911.645000', '182912.105000', '182912.565000', '182913.025000', '182913.485000', '182913.945000', '182914.405000', '182914.865000', '182915.325000', '182915.785000', '182916.245000', '182916.705000', '182917.165000', '182917.625000', '182918.085000', '182918.545000', '182919.005000', '182919.465000', '182919.925000', '182920.385000', '182920.845000', '182921.305000', '182921.765000', '182922.225000', '182922.685000', '182923.145000', '182923.605000', '182924.065000', '182924.525000', '182924.985000', '182925.445000', '182925.905000', '182926.365000', '182926.825000', '182927.285000', '182927.745000', '182928.205000', '182928.665000', '182929.125000', '182929.585000', '182930.045000', '182930.505000', '182930.965000', '182931.425000', '182931.885000', '182932.345000', '182932.805000', '182933.265000', '182933.725000', '182934.185000', '182934.645000', '182935.105000', '182935.565000', '182936.025000', '182936.485000', '182936.945000', '182937.405000', '182937.865000', '182938.325000', '182938.785000', '182939.245000', '182939.705000', '182940.165000', '182940.625000', '182941.085000', '182941.545000', '182942.005000', '182942.465000', '182942.925000', '182943.385000', '182943.845000', '182944.305000', '182944.765000', '182945.225000', '182945.685000', '182946.145000', '182946.605000', '182947.065000', '182947.525000', '182947.985000', '182948.445000', '182948.905000', '182949.365000', '182949.825000', '182950.285000', '182950.745000', '182951.205000', '182951.665000', '182952.125000', '182952.585000', '182953.045000', '182953.505000', '182953.965000', '182954.425000', '182954.885000', '182955.345000', '182955.805000', '182956.265000', '182956.725000', '182957.185000', '182957.645000', '182958.105000', '182958.565000', '182959.025000', '182959.485000', '182959.945000', '183000.405000', '183000.865000', '183001.325000', '183001.785000', '183002.245000', '183002.705000', '183003.165000', '183003.625000', '183004.085000', '183004.545000', '183005.005000', '183005.465000', '183005.925000', '183006.385000', '183006.845000', '183007.305000', '183007.765000', '183008.225000', '183008.685000', '183009.145000', '183009.605000', '183010.065000', '183010.525000', '183010.985000', '183011.445000', '183011.905000', '183012.365000', '183012.825000', '183013.285000', '183013.745000', '183014.205000', '183014.665000', '183015.125000', '183015.585000', '183016.045000', '183016.505000', '183016.965000', '183017.425000', '183017.885000', '183018.345000', '183018.805000', '183019.265000', '183019.725000', '183020.185000', '183020.645000', '183021.105000', '183021.565000', '183022.025000', '183022.485000', '183022.945000', '183023.405000', '183023.865000', '183024.325000', '183024.785000', '183025.245000', '183025.705000', '183026.165000', '183026.625000', '183027.085000', '183027.545000', '183028.005000', '183028.465000', '183028.925000', '183029.385000', '183029.845000', '183030.305000', '183030.765000', '183031.225000', '183031.685000', '183032.145000', '183032.605000', '183033.065000', '183033.525000', '183033.985000', '183034.445000', '183034.905000', '183035.365000', '183035.825000', '183036.285000', '183036.745000', '183037.205000', '183037.665000', '183038.125000', '183038.585000', '183039.045000', '183039.505000', '183039.965000', '183040.425000', '183040.885000', '183041.345000', '183041.805000', '183042.265000', '183042.725000', '183043.185000', '183043.645000', '183044.105000', '183044.565000', '183045.025000', '183045.485000', '183045.945000', '183046.405000', '183046.865000', '183047.325000', '183047.785000', '183048.245000', '183048.705000', '183049.165000', '183049.625000', '183050.085000', '183050.545000', '183051.005000', '183051.465000', '183051.925000', '183052.385000', '183052.845000', '183053.305000', '183053.765000', '183054.225000', '183054.685000', '183055.145000', '183055.605000', '183056.065000', '183056.525000', '183056.985000', '183057.445000', '183057.905000', '183058.365000', '183058.825000', '183059.285000', '183059.745000', '183100.205000', '183100.665000', '183101.125000', '183101.585000', '183102.045000', '183102.505000', '183102.965000', '183103.425000', '183103.885000', '183104.345000', '183104.805000', '183105.265000', '183105.725000', '183106.185000', '183106.645000', '183107.105000', '183107.565000', '183108.025000', '183108.485000', '183108.945000', '183109.405000', '183109.865000', '183110.325000', '183110.785000', '183111.245000', '183111.705000', '183112.165000', '183112.625000', '183113.085000', '183113.545000', '183114.005000', '183114.465000', '183114.925000', '183115.385000', '183115.845000', '183116.305000', '183116.765000', '183117.225000', '183117.685000', '183118.145000', '183118.605000', '183119.065000', '183119.525000', '183119.985000', '183120.445000', '183120.905000', '183121.365000', '183121.825000', '183122.285000', '183122.745000', '183123.205000', '183123.665000', '183124.125000', '183124.585000', '183125.045000', '183125.505000', '183125.965000', '183126.425000', '183126.885000', '183127.345000', '183127.805000', '183128.265000', '183128.725000', '183129.185000', '183129.645000', '183130.105000', '183130.565000', '183131.025000', '183131.485000', '183131.945000', '183132.405000', '183132.865000', '183133.325000', '183133.785000', '183134.245000', '183134.705000', '183135.165000', '183135.625000', '183136.085000', '183136.545000', '183137.005000', '183137.465000', '183137.925000', '183138.385000', '183138.845000', '183139.305000', '183139.765000', '183140.225000', '183140.685000', '183141.145000', '183141.605000', '183142.065000', '183142.525000', '183142.985000', '183143.445000', '183143.905000', '183144.365000', '183144.825000', '183145.285000', '183145.745000', '183146.205000', '183146.665000', '183147.125000', '183147.585000', '183148.045000', '183148.505000', '183148.965000', '183149.425000', '183149.885000', '183150.345000', '183150.805000', '183151.265000', '183151.725000', '183152.185000', '183152.645000', '183153.105000', '183153.565000', '183154.025000', '183154.485000', '183154.945000', '183155.405000', '183155.865000', '183156.325000', '183156.785000', '183157.245000', '183157.705000', '183158.165000', '183158.625000', '183159.085000', '183159.545000', '183200.005000', '183200.465000', '183200.925000', '183201.385000', '183201.845000', '183202.305000', '183202.765000', '183203.225000', '183203.685000', '183204.145000', '183204.605000', '183205.065000', '183205.525000', '183205.985000', '183206.445000', '183206.905000', '183207.365000', '183207.825000', '183208.285000', '183208.745000', '183209.205000', '183209.665000', '183210.125000', '183210.585000', '183211.045000', '183211.505000', '183211.965000', '183212.425000', '183212.885000', '183213.345000', '183213.805000', '183214.265000', '183214.725000', '183215.185000', '183215.645000', '183216.105000', '183216.565000', '183217.025000', '183217.485000', '183217.945000', '183218.405000', '183218.865000', '183219.325000', '183219.785000', '183220.245000', '183220.705000', '183221.165000', '183221.625000', '183222.085000', '183222.545000', '183223.005000', '183223.465000', '183223.925000', '183224.385000', '183224.845000', '183225.305000', '183225.765000', '183226.225000', '183226.685000', '183227.145000', '183227.605000', '183228.065000', '183228.525000', '183228.985000', '183229.445000', '183229.905000', '183230.365000', '183230.825000', '183231.285000', '183231.745000', '183232.205000', '183232.665000', '183233.125000', '183233.585000', '183234.045000', '183234.505000', '183234.965000', '183235.425000', '183235.885000', '183236.345000', '183236.805000', '183237.265000', '183237.725000', '183238.185000', '183238.645000', '183239.105000', '183239.565000', '183240.025000', '183240.485000', '183240.945000', '183241.405000', '183241.865000', '183242.325000', '183242.785000', '183243.245000', '183243.705000', '183244.165000', '183244.625000', '183245.085000', '183245.545000', '183246.005000', '183246.465000', '183246.925000', '183247.385000', '183247.845000', '183248.305000', '183248.765000', '183249.225000', '183249.685000', '183250.145000', '183250.605000', '183251.065000', '183251.525000', '183251.985000', '183252.445000', '183252.905000', '183253.365000', '183253.825000', '183254.285000', '183254.745000', '183255.205000', '183255.665000', '183256.125000', '183256.585000', '183257.045000', '183257.505000', '183257.965000', '183258.425000', '183258.885000', '183259.345000', '183259.805000', '183300.265000', '183300.725000', '183301.185000', '183301.645000', '183302.105000', '183302.565000', '183303.025000', '183303.485000', '183303.945000', '183304.405000', '183304.865000', '183305.325000', '183305.785000', '183306.245000', '183306.705000', '183307.165000', '183307.625000', '183308.085000', '183308.545000', '183309.005000', '183309.465000', '183309.925000', '183310.385000', '183310.845000', '183311.305000', '183311.765000', '183312.225000', '183312.685000', '183313.145000', '183313.605000', '183314.065000', '183314.525000', '183314.985000', '183315.445000', '183315.905000', '183316.365000', '183316.825000', '183317.285000', '183317.745000', '183318.205000', '183318.665000', '183319.125000', '183319.585000', '183320.045000', '183320.505000', '183320.965000', '183321.425000', '183321.885000', '183322.345000', '183322.805000', '183323.265000', '183323.725000', '183324.185000', '183324.645000', '183325.105000', '183325.565000', '183326.025000', '183326.485000', '183326.945000', '183327.405000', '183327.865000', '183328.325000', '183328.785000', '183329.245000', '183329.705000', '183330.165000', '183330.625000', '183331.085000', '183331.545000', '183332.005000', '183332.465000', '183332.925000', '183333.385000', '183333.845000', '183334.305000', '183334.765000', '183335.225000', '183335.685000', '183336.145000', '183336.605000', '183337.065000', '183337.525000', '183337.985000', '183338.445000', '183338.905000', '183339.365000', '183339.825000', '183340.285000', '183340.745000', '183341.205000', '183341.665000', '183342.125000', '183342.585000', '183343.045000', '183343.505000', '183343.965000', '183344.425000', '183344.885000', '183345.345000', '183345.805000', '183346.265000', '183346.725000', '183347.185000', '183347.645000', '183348.105000', '183348.565000', '183349.025000', '183349.485000', '183349.945000', '183350.405000', '183350.865000', '183351.325000', '183351.785000', '183352.245000', '183352.705000', '183353.165000', '183353.625000', '183354.085000', '183354.545000', '183355.005000', '183355.465000', '183355.925000', '183356.385000', '183356.845000', '183357.305000', '183357.765000', '183358.225000', '183358.685000', '183359.145000', '183359.605000', '183400.065000', '183400.525000', '183400.985000', '183401.445000', '183401.905000', '183402.365000', '183402.825000', '183403.285000', '183403.745000', '183404.205000', '183404.665000', '183405.125000', '183405.585000', '183406.045000', '183406.505000', '183406.965000', '183407.425000', '183407.885000', '183408.345000', '183408.805000', '183409.265000', '183409.725000', '183410.185000', '183410.645000', '183411.105000', '183411.565000', '183412.025000', '183412.485000', '183412.945000', '183413.405000', '183413.865000', '183414.325000', '183414.785000', '183415.245000', '183415.705000', '183416.165000', '183416.625000', '183417.085000', '183417.545000', '183418.005000', '183418.465000', '183418.925000', '183419.385000', '183419.845000', '183420.305000', '183420.765000', '183421.225000', '183421.685000', '183422.145000', '183422.605000', '183423.065000', '183423.525000', '183423.985000', '183424.445000', '183424.905000', '183425.365000', '183425.825000', '183426.285000', '183426.745000', '183427.205000', '183427.665000', '183428.125000', '183428.585000', '183429.045000', '183429.505000', '183429.965000', '183430.425000', '183430.885000', '183431.345000', '183431.805000', '183432.265000', '183432.725000', '183433.185000', '183433.645000', '183434.105000', '183434.565000', '183435.025000', '183435.485000', '183435.945000', '183436.405000', '183436.865000', '183437.325000', '183437.785000', '183438.245000', '183438.705000', '183439.165000', '183439.625000', '183440.085000', '183440.545000', '183441.005000', '183441.465000', '183441.925000', '183442.385000', '183442.845000', '183443.305000', '183443.765000', '183444.225000', '183444.685000', '183445.145000', '183445.605000', '183446.065000', '183446.525000', '183446.985000', '183447.445000', '183447.905000', '183448.365000', '183448.825000', '183449.285000', '183449.745000', '183450.205000', '183450.665000', '183451.125000', '183451.585000', '183452.045000', '183452.505000', '183452.965000', '183453.425000', '183453.885000', '183454.345000', '183454.805000', '183455.265000', '183455.725000', '183456.185000', '183456.645000', '183457.105000', '183457.565000', '183458.025000', '183458.485000', '183458.945000', '183459.405000', '183459.865000', '183500.325000', '183500.785000', '183501.245000', '183501.705000', '183502.165000', '183502.625000', '183503.085000', '183503.545000', '183504.005000', '183504.465000', '183504.925000', '183505.385000', '183505.845000', '183506.305000', '183506.765000', '183507.225000', '183507.685000', '183508.145000', '183508.605000', '183509.065000', '183509.525000', '183509.985000', '183510.445000', '183510.905000', '183511.365000', '183511.825000', '183512.285000', '183512.745000', '183513.205000', '183513.665000', '183514.125000', '183514.585000', '183515.045000', '183515.505000', '183515.965000', '183516.425000', '183516.885000', '183517.345000', '183517.805000', '183518.265000', '183518.725000', '183519.185000', '183519.645000', '183520.105000', '183520.565000', '183521.025000', '183521.485000', '183521.945000', '183522.405000', '183522.865000', '183523.325000', '183523.785000', '183524.245000', '183524.705000', '183525.165000', '183525.625000', '183526.085000', '183526.545000', '183527.005000', '183527.465000', '183527.925000', '183528.385000', '183528.845000', '183529.305000', '183529.765000', '183530.225000', '183530.685000', '183531.145000', '183531.605000', '183532.065000', '183532.525000', '183532.985000', '183533.445000', '183533.905000', '183534.365000', '183534.825000', '183535.285000', '183535.745000', '183536.205000', '183536.665000', '183537.125000', '183537.585000', '183538.045000', '183538.505000', '183538.965000', '183539.425000', '183539.885000', '183540.345000', '183540.805000', '183541.265000', '183541.725000', '183542.185000', '183542.645000', '183543.105000', '183543.565000', '183544.025000', '183544.485000', '183544.945000', '183545.405000', '183545.865000', '183546.325000', '183546.785000', '183547.245000', '183547.705000', '183548.165000', '183548.625000', '183549.085000', '183549.545000', '183550.005000', '183550.465000', '183550.925000', '183551.385000', '183551.845000', '183552.305000', '183552.765000', '183553.225000', '183553.685000', '183554.145000', '183554.605000', '183555.065000', '183555.525000', '183555.985000', '183556.445000', '183556.905000', '183557.365000', '183557.825000', '183558.285000', '183558.745000', '183559.205000', '183559.665000', '183600.125000', '183600.585000', '183601.045000', '183601.505000', '183601.965000', '183602.425000', '183602.885000', '183603.345000', '183603.805000', '183604.265000', '183604.725000', '183605.185000', '183605.645000', '183606.105000', '183606.565000', '183607.025000', '183607.485000', '183607.945000', '183608.405000', '183608.865000', '183609.325000', '183609.785000', '183610.245000', '183610.705000', '183611.165000', '183611.625000', '183612.085000', '183612.545000', '183613.005000', '183613.465000', '183613.925000', '183614.385000', '183614.845000', '183615.305000', '183615.765000', '183616.225000', '183616.685000', '183617.145000', '183617.605000', '183618.065000', '183618.525000', '183618.985000', '183619.445000', '183619.905000', '183620.365000', '183620.825000', '183621.285000', '183621.745000', '183622.205000', '183622.665000', '183623.125000', '183623.585000', '183624.045000', '183624.505000', '183624.965000', '183625.425000', '183625.885000', '183626.345000', '183626.805000', '183627.265000', '183627.725000', '183628.185000', '183628.645000', '183629.105000', '183629.565000', '183630.025000', '183630.485000', '183630.945000', '183631.405000', '183631.865000', '183632.325000', '183632.785000', '183633.245000', '183633.705000', '183634.165000', '183634.625000', '183635.085000', '183635.545000', '183636.005000', '183636.465000', '183636.925000', '183637.385000', '183637.845000', '183638.305000', '183638.765000', '183639.225000', '183639.685000', '183640.145000', '183640.605000', '183641.065000', '183641.525000', '183641.985000', '183642.445000', '183642.905000', '183643.365000', '183643.825000', '183644.285000', '183644.745000', '183645.205000', '183645.665000', '183646.125000', '183646.585000', '183647.045000', '183647.505000', '183647.965000', '183648.425000', '183648.885000', '183649.345000', '183649.805000', '183650.265000', '183650.725000', '183651.185000', '183651.645000', '183652.105000', '183652.565000', '183653.025000', '183653.485000', '183653.945000', '183654.405000', '183654.865000', '183655.325000', '183655.785000', '183656.245000', '183656.705000', '183657.165000', '183657.625000', '183658.085000', '183658.545000', '183659.005000', '183659.465000', '183659.925000', '183700.385000', '183700.845000', '183701.305000', '183701.765000'], 'ContentTime': ['182705.778000', '182705.782000', '182705.785000', '182705.788000', '182705.791000', '182705.795000', '182705.798000', '182705.800000', '182705.804000', '182705.807000', '182705.816000', '182705.819000', '182705.822000', '182705.825000', '182705.828000', '182705.831000', '182705.834000', '182705.851000', '182705.854000', '182705.857000', '182705.860000', '182705.863000', '182705.866000', '182705.869000', '182705.871000', '182705.874000', '182705.877000', '182705.880000', '182705.883000', '182705.886000', '182705.889000', '182705.892000', '182705.895000', '182705.898000', '182705.901000', '182705.903000', '182705.907000', '182725.743000', '182725.746000', '182725.749000', '182725.752000', '182725.755000', '182725.757000', '182725.760000', '182725.763000', '182725.768000', '182725.770000', '182725.773000', '182725.776000', '182725.779000', '182725.782000', '182725.785000', '182725.788000', '182725.790000', '182725.793000', '182725.796000', '182725.799000', '182725.802000', '182725.805000', '182725.808000', '182725.812000', '182725.815000', '182725.818000', '182725.821000', '182725.824000', '182725.827000', '182725.830000', '182725.833000', '182725.835000', '182725.838000', '182725.841000', '182725.844000', '182725.847000', '182725.850000', '182725.853000', '182725.855000', '182725.858000', '182725.861000', '182725.864000', '182725.867000', '182745.743000', '182745.746000', '182745.749000', '182745.752000', '182745.755000', '182745.758000', '182745.760000', '182745.763000', '182745.766000', '182745.769000', '182745.772000', '182745.775000', '182745.778000', '182745.781000', '182745.784000', '182745.786000', '182745.789000', '182745.792000', '182745.795000', '182745.798000', '182745.801000', '182745.804000', '182745.807000', '182745.809000', '182745.812000', '182745.815000', '182745.818000', '182745.821000', '182745.824000', '182745.828000', '182745.831000', '182745.834000', '182745.837000', '182745.840000', '182745.842000', '182745.845000', '182745.848000', '182745.851000', '182745.854000', '182745.857000', '182745.859000', '182745.862000', '182745.865000', '182745.868000', '182805.743000', '182805.746000', '182805.749000', '182805.752000', '182805.754000', '182805.757000', '182805.760000', '182805.763000', '182805.766000', '182805.769000', '182805.771000', '182805.774000', '182805.777000', '182805.780000', '182805.783000', '182805.786000', '182805.802000', '182805.805000', '182805.808000', '182805.811000', '182805.813000', '182805.816000', '182805.819000', '182805.822000', '182805.825000', '182805.828000', '182805.830000', '182805.833000', '182805.836000', '182805.839000', '182805.842000', '182805.845000', '182805.848000', '182805.850000', '182805.853000', '182805.856000', '182805.859000', '182805.862000', '182805.865000', '182805.867000', '182805.870000', '182805.873000', '182805.876000', '182825.743000', '182825.746000', '182825.749000', '182825.752000', '182825.755000', '182825.758000', '182825.760000', '182825.763000', '182825.766000', '182825.769000', '182825.772000', '182825.775000', '182825.777000', '182825.780000', '182825.783000', '182825.786000', '182825.789000', '182825.792000', '182825.795000', '182825.797000', '182825.800000', '182825.803000', '182825.806000', '182825.809000', '182825.812000', '182825.814000', '182825.817000', '182825.820000', '182825.823000', '182825.826000', '182825.829000', '182825.832000', '182825.834000', '182825.837000', '182825.840000', '182825.843000', '182825.846000', '182825.849000', '182825.851000', '182825.854000', '182825.857000', '182825.860000', '182825.863000', '182825.866000', '182845.743000', '182845.746000', '182845.749000', '182845.752000', '182845.754000', '182845.757000', '182845.760000', '182845.763000', '182845.766000', '182845.769000', '182845.772000', '182845.775000', '182845.778000', '182845.780000', '182845.784000', '182845.786000', '182845.789000', '182845.792000', '182845.795000', '182845.798000', '182845.801000', '182845.804000', '182845.807000', '182845.809000', '182845.812000', '182845.815000', '182845.818000', '182845.821000', '182845.824000', '182845.827000', '182845.830000', '182845.833000', '182845.835000', '182845.838000', '182845.841000', '182845.844000', '182845.848000', '182845.851000', '182845.862000', '182845.865000', '182845.868000', '182845.871000', '182845.874000', '182905.742000', '182905.745000', '182905.748000', '182905.751000', '182905.753000', '182905.756000', '182905.759000', '182905.762000', '182905.765000', '182905.768000', '182905.771000', '182905.774000', '182905.776000', '182905.779000', '182905.782000', '182905.785000', '182905.788000', '182905.791000', '182905.794000', '182905.797000', '182905.799000', '182905.802000', '182905.805000', '182905.808000', '182905.811000', '182905.814000', '182905.816000', '182905.819000', '182905.822000', '182905.825000', '182905.828000', '182905.831000', '182905.834000', '182905.837000', '182905.839000', '182905.842000', '182905.845000', '182905.848000', '182905.851000', '182905.854000', '182905.856000', '182905.859000', '182905.862000', '182905.865000', '182925.742000', '182925.745000', '182925.748000', '182925.751000', '182925.754000', '182925.756000', '182925.759000', '182925.762000', '182925.765000', '182925.768000', '182925.771000', '182925.774000', '182925.776000', '182925.779000', '182925.782000', '182925.785000', '182925.788000', '182925.791000', '182925.794000', '182925.796000', '182925.799000', '182925.802000', '182925.805000', '182925.808000', '182925.811000', '182925.813000', '182925.816000', '182925.819000', '182925.822000', '182925.825000', '182925.828000', '182925.831000', '182925.833000', '182925.837000', '182925.839000', '182925.842000', '182925.845000', '182925.848000', '182925.851000', '182925.854000', '182925.857000', '182925.860000', '182925.863000', '182945.743000', '182945.746000', '182945.749000', '182945.752000', '182945.755000', '182945.758000', '182945.761000', '182945.764000', '182945.766000', '182945.769000', '182945.772000', '182945.775000', '182945.778000', '182945.781000', '182945.784000', '182945.787000', '182945.790000', '182945.793000', '182945.796000', '182945.798000', '182945.801000', '182945.804000', '182945.807000', '182945.810000', '182945.813000', '182945.815000', '182945.819000', '182945.821000', '182945.824000', '182945.827000', '182945.830000', '182945.833000', '182945.836000', '182945.839000', '182945.841000', '182945.844000', '182945.847000', '182945.850000', '182945.853000', '182945.856000', '182945.859000', '182945.861000', '182945.864000', '182945.867000', '183005.744000', '183005.747000', '183005.750000', '183005.753000', '183005.755000', '183005.758000', '183005.761000', '183005.764000', '183005.767000', '183005.770000', '183005.773000', '183005.776000', '183005.778000', '183005.781000', '183005.784000', '183005.787000', '183005.790000', '183005.793000', '183005.796000', '183005.799000', '183005.801000', '183005.804000', '183005.807000', '183005.810000', '183005.813000', '183005.816000', '183005.819000', '183005.822000', '183005.824000', '183005.827000', '183005.830000', '183005.833000', '183005.836000', '183005.839000', '183005.842000', '183005.844000', '183005.847000', '183005.850000', '183005.853000', '183005.856000', '183005.859000', '183005.862000', '183005.865000', '183025.743000', '183025.746000', '183025.749000', '183025.752000', '183025.755000', '183025.758000', '183025.761000', '183025.764000', '183025.766000', '183025.769000', '183025.772000', '183025.775000', '183025.778000', '183025.781000', '183025.784000', '183025.786000', '183025.789000', '183025.792000', '183025.795000', '183025.798000', '183025.801000', '183025.803000', '183025.806000', '183025.809000', '183025.812000', '183025.822000', '183025.825000', '183025.828000', '183025.830000', '183025.833000', '183025.836000', '183025.839000', '183025.842000', '183025.845000', '183025.848000', '183025.851000', '183025.854000', '183025.857000', '183025.860000', '183025.863000', '183025.865000', '183025.868000', '183025.871000', '183045.743000', '183045.746000', '183045.749000', '183045.752000', '183045.755000', '183045.758000', '183045.760000', '183045.763000', '183045.766000', '183045.769000', '183045.772000', '183045.775000', '183045.778000', '183045.781000', '183045.784000', '183045.787000', '183045.790000', '183045.792000', '183045.795000', '183045.798000', '183045.801000', '183045.804000', '183045.807000', '183045.810000', '183045.812000', '183045.815000', '183045.818000', '183045.821000', '183045.824000', '183045.827000', '183045.830000', '183045.833000', '183045.835000', '183045.838000', '183045.841000', '183045.844000', '183045.847000', '183045.850000', '183045.852000', '183045.855000', '183045.858000', '183045.861000', '183045.864000', '183045.867000', '183105.742000', '183105.745000', '183105.748000', '183105.751000', '183105.754000', '183105.757000', '183105.760000', '183105.763000', '183105.766000', '183105.769000', '183105.771000', '183105.774000', '183105.777000', '183105.780000', '183105.783000', '183105.786000', '183105.789000', '183105.791000', '183105.794000', '183105.797000', '183105.800000', '183105.803000', '183105.806000', '183105.809000', '183105.812000', '183105.815000', '183105.818000', '183105.820000', '183105.823000', '183105.826000', '183105.829000', '183105.832000', '183105.835000', '183105.838000', '183105.841000', '183105.844000', '183105.847000', '183105.857000', '183105.860000', '183105.863000', '183105.866000', '183105.869000', '183105.872000', '183125.742000', '183125.745000', '183125.748000', '183125.751000', '183125.754000', '183125.757000', '183125.759000', '183125.762000', '183125.765000', '183125.768000', '183125.771000', '183125.774000', '183125.777000', '183125.780000', '183125.782000', '183125.785000', '183125.788000', '183125.791000', '183125.794000', '183125.797000', '183125.800000', '183125.803000', '183125.805000', '183125.809000', '183125.811000', '183125.814000', '183125.817000', '183125.820000', '183125.823000', '183125.826000', '183125.829000', '183125.832000', '183125.835000', '183125.837000', '183125.840000', '183125.843000', '183125.846000', '183125.849000', '183125.852000', '183125.855000', '183125.858000', '183125.860000', '183125.863000', '183125.866000', '183145.742000', '183145.745000', '183145.748000', '183145.751000', '183145.754000', '183145.756000', '183145.759000', '183145.762000', '183145.765000', '183145.770000', '183145.772000', '183145.775000', '183145.778000', '183145.781000', '183145.784000', '183145.792000', '183145.795000', '183145.797000', '183145.800000', '183145.809000', '183145.812000', '183145.815000', '183145.818000', '183145.821000', '183145.824000', '183145.826000', '183145.829000', '183145.832000', '183145.835000', '183145.838000', '183145.841000', '183145.844000', '183145.847000', '183145.850000', '183145.852000', '183145.855000', '183145.858000', '183145.861000', '183145.864000', '183145.867000', '183145.870000', '183145.873000', '183145.876000', '183205.743000', '183205.746000', '183205.749000', '183205.752000', '183205.755000', '183205.758000', '183205.761000', '183205.764000', '183205.767000', '183205.770000', '183205.773000', '183205.775000', '183205.778000', '183205.781000', '183205.784000', '183205.787000', '183205.790000', '183205.793000', '183205.796000', '183205.799000', '183205.801000', '183205.804000', '183205.807000', '183205.810000', '183205.813000', '183205.816000', '183205.819000', '183205.822000', '183205.825000', '183205.828000', '183205.831000', '183205.833000', '183205.836000', '183205.839000', '183205.842000', '183205.845000', '183205.848000', '183205.851000', '183205.854000', '183205.857000', '183205.860000', '183205.862000', '183205.865000', '183205.868000', '183225.743000', '183225.748000', '183225.751000', '183225.754000', '183225.757000', '183225.760000', '183225.763000', '183225.766000', '183225.769000', '183225.771000', '183225.774000', '183225.778000', '183225.781000', '183225.784000', '183225.788000', '183225.791000', '183225.793000', '183225.796000', '183225.799000', '183225.802000', '183225.805000', '183225.816000', '183225.819000', '183225.822000', '183225.825000', '183225.828000', '183225.831000', '183225.834000', '183225.837000', '183225.839000', '183225.842000', '183225.845000', '183225.848000', '183225.851000', '183225.854000', '183225.857000', '183225.860000', '183225.863000', '183225.866000', '183225.868000', '183225.871000', '183225.874000', '183225.877000', '183245.743000', '183245.746000', '183245.749000', '183245.752000', '183245.755000', '183245.758000', '183245.761000', '183245.764000', '183245.767000', '183245.770000', '183245.772000', '183245.775000', '183245.778000', '183245.781000', '183245.784000', '183245.787000', '183245.790000', '183245.792000', '183245.795000', '183245.798000', '183245.801000', '183245.804000', '183245.807000', '183245.810000', '183245.812000', '183245.815000', '183245.818000', '183245.821000', '183245.824000', '183245.827000', '183245.830000', '183245.832000', '183245.835000', '183245.838000', '183245.841000', '183245.844000', '183245.847000', '183245.850000', '183245.853000', '183245.856000', '183245.858000', '183245.861000', '183245.864000', '183245.867000', '183305.743000', '183305.746000', '183305.749000', '183305.752000', '183305.755000', '183305.758000', '183305.761000', '183305.764000', '183305.767000', '183305.769000', '183305.772000', '183305.775000', '183305.778000', '183305.781000', '183305.784000', '183305.787000', '183305.790000', '183305.793000', '183305.796000', '183305.799000', '183305.802000', '183305.805000', '183305.807000', '183305.811000', '183305.814000', '183305.816000', '183305.819000', '183305.822000', '183305.825000', '183305.828000', '183305.831000', '183305.834000', '183305.837000', '183305.840000', '183305.843000', '183305.846000', '183305.849000', '183305.852000', '183305.854000', '183305.857000', '183305.861000', '183305.864000', '183305.867000', '183325.742000', '183325.745000', '183325.748000', '183325.751000', '183325.754000', '183325.757000', '183325.760000', '183325.763000', '183325.766000', '183325.768000', '183325.771000', '183325.774000', '183325.777000', '183325.780000', '183325.783000', '183325.786000', '183325.789000', '183325.792000', '183325.794000', '183325.797000', '183325.800000', '183325.803000', '183325.806000', '183325.809000', '183325.812000', '183325.815000', '183325.818000', '183325.820000', '183325.823000', '183325.826000', '183325.829000', '183325.832000', '183325.835000', '183325.838000', '183325.841000', '183325.844000', '183325.847000', '183325.849000', '183325.852000', '183325.855000', '183325.858000', '183325.861000', '183325.864000', '183325.867000', '183345.742000', '183345.745000', '183345.757000', '183345.761000', '183345.764000', '183345.767000', '183345.770000', '183345.773000', '183345.776000', '183345.778000', '183345.782000', '183345.784000', '183345.787000', '183345.790000', '183345.793000', '183345.796000', '183345.799000', '183345.802000', '183345.805000', '183345.807000', '183345.810000', '183345.813000', '183345.816000', '183345.819000', '183345.822000', '183345.825000', '183345.828000', '183345.831000', '183345.834000', '183345.837000', '183345.840000', '183345.843000', '183345.846000', '183345.849000', '183345.852000', '183345.854000', '183345.857000', '183345.860000', '183345.863000', '183345.866000', '183345.869000', '183345.872000', '183345.875000', '183405.742000', '183405.745000', '183405.754000', '183405.757000', '183405.760000', '183405.763000', '183405.766000', '183405.769000', '183405.772000', '183405.775000', '183405.778000', '183405.781000', '183405.784000', '183405.787000', '183405.789000', '183405.792000', '183405.795000', '183405.798000', '183405.801000', '183405.804000', '183405.807000', '183405.810000', '183405.813000', '183405.816000', '183405.819000', '183405.821000', '183405.824000', '183405.827000', '183405.830000', '183405.833000', '183405.836000', '183405.839000', '183405.842000', '183405.845000', '183405.848000', '183405.851000', '183405.854000', '183405.857000', '183405.859000', '183405.862000', '183405.865000', '183405.868000', '183405.871000', '183405.874000', '183425.743000', '183425.746000', '183425.749000', '183425.752000', '183425.755000', '183425.758000', '183425.761000', '183425.764000', '183425.766000', '183425.769000', '183425.772000', '183425.775000', '183425.778000', '183425.781000', '183425.784000', '183425.787000', '183425.790000', '183425.793000', '183425.796000', '183425.798000', '183425.801000', '183425.804000', '183425.807000', '183425.810000', '183425.813000', '183425.816000', '183425.819000', '183425.821000', '183425.824000', '183425.827000', '183425.830000', '183425.833000', '183425.836000', '183425.839000', '183425.842000', '183425.845000', '183425.848000', '183425.851000', '183425.854000', '183425.857000', '183425.860000', '183425.862000', '183425.865000', '183445.743000', '183445.746000', '183445.749000', '183445.752000', '183445.755000', '183445.758000', '183445.761000', '183445.764000', '183445.767000', '183445.770000', '183445.773000', '183445.776000', '183445.778000', '183445.781000', '183445.784000', '183445.787000', '183445.790000', '183445.793000', '183445.796000', '183445.799000', '183445.802000', '183445.805000', '183445.808000', '183445.810000', '183445.813000', '183445.816000', '183445.819000', '183445.822000', '183445.825000', '183445.828000', '183445.831000', '183445.834000', '183445.837000', '183445.840000', '183445.843000', '183445.846000', '183445.848000', '183445.851000', '183445.854000', '183445.857000', '183445.860000', '183445.863000', '183445.866000', '183445.869000', '183505.743000', '183505.746000', '183505.749000', '183505.752000', '183505.755000', '183505.758000', '183505.761000', '183505.764000', '183505.767000', '183505.770000', '183505.773000', '183505.775000', '183505.778000', '183505.781000', '183505.784000', '183505.787000', '183505.790000', '183505.793000', '183505.796000', '183505.799000', '183505.803000', '183505.805000', '183505.808000', '183505.811000', '183505.814000', '183505.817000', '183505.820000', '183505.823000', '183505.826000', '183505.829000', '183505.832000', '183505.835000', '183505.838000', '183505.840000', '183505.843000', '183505.846000', '183505.849000', '183505.852000', '183505.855000', '183505.858000', '183505.861000', '183505.864000', '183505.867000', '183525.743000', '183525.746000', '183525.749000', '183525.752000', '183525.755000', '183525.758000', '183525.761000', '183525.764000', '183525.767000', '183525.770000', '183525.773000', '183525.776000', '183525.779000', '183525.782000', '183525.785000', '183525.788000', '183525.791000', '183525.794000', '183525.797000', '183525.800000', '183525.803000', '183525.806000', '183525.808000', '183525.811000', '183525.814000', '183525.817000', '183525.820000', '183525.823000', '183525.826000', '183525.829000', '183525.832000', '183525.835000', '183525.838000', '183525.841000', '183525.844000', '183525.847000', '183525.849000', '183525.852000', '183525.855000', '183525.858000', '183525.861000', '183525.864000', '183525.867000', '183525.870000', '183545.742000', '183545.745000', '183545.748000', '183545.751000', '183545.754000', '183545.757000', '183545.760000', '183545.762000', '183545.765000', '183545.768000', '183545.771000', '183545.774000', '183545.777000', '183545.780000', '183545.783000', '183545.786000', '183545.788000', '183545.791000', '183545.794000', '183545.797000', '183545.800000', '183545.803000', '183545.806000', '183545.808000', '183545.811000', '183545.814000', '183545.817000', '183545.820000', '183545.823000', '183545.826000', '183545.829000', '183545.832000', '183545.834000', '183545.837000', '183545.840000', '183545.843000', '183545.846000', '183545.849000', '183545.852000', '183545.855000', '183545.857000', '183545.860000', '183545.863000', '183605.742000', '183605.745000', '183605.748000', '183605.751000', '183605.754000', '183605.756000', '183605.759000', '183605.762000', '183605.765000', '183605.768000', '183605.771000', '183605.774000', '183605.777000', '183605.780000', '183605.782000', '183605.785000', '183605.788000', '183605.791000', '183605.794000', '183605.797000', '183605.800000', '183605.803000', '183605.805000', '183605.808000', '183605.811000', '183605.814000', '183605.817000', '183605.820000', '183605.823000', '183605.826000', '183605.829000', '183605.831000', '183605.834000', '183605.837000', '183605.840000', '183605.843000', '183605.846000', '183605.849000', '183605.851000', '183605.854000', '183605.857000', '183605.860000', '183605.863000', '183605.866000', '183625.742000', '183625.745000', '183625.748000', '183625.751000', '183625.754000', '183625.757000', '183625.759000', '183625.762000', '183625.765000', '183625.768000', '183625.771000', '183625.774000', '183625.777000', '183625.780000', '183625.782000', '183625.785000', '183625.788000', '183625.791000', '183625.794000', '183625.797000', '183625.800000', '183625.802000', '183625.805000', '183625.808000', '183625.811000', '183625.814000', '183625.817000', '183625.820000', '183625.822000', '183625.825000', '183625.828000', '183625.831000', '183625.834000', '183625.838000', '183625.841000', '183625.844000', '183625.847000', '183625.850000', '183625.853000', '183625.856000', '183625.859000', '183625.862000', '183625.864000', '183645.743000', '183645.746000', '183645.749000', '183645.752000', '183645.754000', '183645.757000', '183645.760000', '183645.763000', '183645.766000', '183645.769000', '183645.772000', '183645.775000', '183645.778000', '183645.781000', '183645.783000', '183645.786000', '183645.789000', '183645.792000', '183645.795000', '183645.798000', '183645.801000', '183645.803000', '183645.806000', '183645.809000', '183645.812000', '183645.815000', '183645.818000', '183645.821000', '183645.824000', '183645.827000', '183645.830000', '183645.832000', '183645.835000', '183645.838000', '183645.841000', '183645.844000', '183645.847000', '183645.850000', '183645.853000', '183645.856000', '183645.858000', '183645.861000', '183645.864000', '183645.867000', '183702.782000', '183702.822000', '183702.825000', '183702.828000', '183702.830000', '183702.833000', '183702.836000', '183702.839000', '183702.842000', '183702.845000', '183702.848000', '183702.851000', '183702.854000', '183702.857000', '183702.860000', '183702.863000', '183702.866000', '183702.869000', '183702.873000', '183702.876000', '183702.879000', '183702.882000', '183702.885000', '183702.888000', '183702.891000', '183702.894000', '183702.897000', '183702.900000', '183702.903000', '183702.906000', '183702.908000', '183702.911000', '183702.914000', '183702.917000', '183702.920000', '183702.923000', '183702.926000'], 'InstanceCreationTime': ['182705.778000', '182705.782000', '182705.785000', '182705.788000', '182705.791000', '182705.795000', '182705.798000', '182705.800000', '182705.804000', '182705.807000', '182705.816000', '182705.819000', '182705.822000', '182705.825000', '182705.828000', '182705.831000', '182705.834000', '182705.851000', '182705.854000', '182705.857000', '182705.860000', '182705.863000', '182705.866000', '182705.869000', '182705.871000', '182705.874000', '182705.877000', '182705.880000', '182705.883000', '182705.886000', '182705.889000', '182705.892000', '182705.895000', '182705.898000', '182705.901000', '182705.903000', '182705.907000', '182725.743000', '182725.746000', '182725.749000', '182725.752000', '182725.755000', '182725.757000', '182725.760000', '182725.763000', '182725.768000', '182725.770000', '182725.773000', '182725.776000', '182725.779000', '182725.782000', '182725.785000', '182725.788000', '182725.790000', '182725.793000', '182725.796000', '182725.799000', '182725.802000', '182725.805000', '182725.808000', '182725.812000', '182725.815000', '182725.818000', '182725.821000', '182725.824000', '182725.827000', '182725.830000', '182725.833000', '182725.835000', '182725.838000', '182725.841000', '182725.844000', '182725.847000', '182725.850000', '182725.853000', '182725.855000', '182725.858000', '182725.861000', '182725.864000', '182725.867000', '182745.743000', '182745.746000', '182745.749000', '182745.752000', '182745.755000', '182745.758000', '182745.760000', '182745.763000', '182745.766000', '182745.769000', '182745.772000', '182745.775000', '182745.778000', '182745.781000', '182745.784000', '182745.786000', '182745.789000', '182745.792000', '182745.795000', '182745.798000', '182745.801000', '182745.804000', '182745.807000', '182745.809000', '182745.812000', '182745.815000', '182745.818000', '182745.821000', '182745.824000', '182745.828000', '182745.831000', '182745.834000', '182745.837000', '182745.840000', '182745.842000', '182745.845000', '182745.848000', '182745.851000', '182745.854000', '182745.857000', '182745.859000', '182745.862000', '182745.865000', '182745.868000', '182805.743000', '182805.746000', '182805.749000', '182805.752000', '182805.754000', '182805.757000', '182805.760000', '182805.763000', '182805.766000', '182805.769000', '182805.771000', '182805.774000', '182805.777000', '182805.780000', '182805.783000', '182805.786000', '182805.802000', '182805.805000', '182805.808000', '182805.811000', '182805.813000', '182805.816000', '182805.819000', '182805.822000', '182805.825000', '182805.828000', '182805.830000', '182805.833000', '182805.836000', '182805.839000', '182805.842000', '182805.845000', '182805.848000', '182805.850000', '182805.853000', '182805.856000', '182805.859000', '182805.862000', '182805.865000', '182805.867000', '182805.870000', '182805.873000', '182805.876000', '182825.743000', '182825.746000', '182825.749000', '182825.752000', '182825.755000', '182825.758000', '182825.760000', '182825.763000', '182825.766000', '182825.769000', '182825.772000', '182825.775000', '182825.777000', '182825.780000', '182825.783000', '182825.786000', '182825.789000', '182825.792000', '182825.795000', '182825.797000', '182825.800000', '182825.803000', '182825.806000', '182825.809000', '182825.812000', '182825.814000', '182825.817000', '182825.820000', '182825.823000', '182825.826000', '182825.829000', '182825.832000', '182825.834000', '182825.837000', '182825.840000', '182825.843000', '182825.846000', '182825.849000', '182825.851000', '182825.854000', '182825.857000', '182825.860000', '182825.863000', '182825.866000', '182845.743000', '182845.746000', '182845.749000', '182845.752000', '182845.754000', '182845.757000', '182845.760000', '182845.763000', '182845.766000', '182845.769000', '182845.772000', '182845.775000', '182845.778000', '182845.780000', '182845.784000', '182845.786000', '182845.789000', '182845.792000', '182845.795000', '182845.798000', '182845.801000', '182845.804000', '182845.807000', '182845.809000', '182845.812000', '182845.815000', '182845.818000', '182845.821000', '182845.824000', '182845.827000', '182845.830000', '182845.833000', '182845.835000', '182845.838000', '182845.841000', '182845.844000', '182845.848000', '182845.851000', '182845.862000', '182845.865000', '182845.868000', '182845.871000', '182845.874000', '182905.742000', '182905.745000', '182905.748000', '182905.751000', '182905.753000', '182905.756000', '182905.759000', '182905.762000', '182905.765000', '182905.768000', '182905.771000', '182905.774000', '182905.776000', '182905.779000', '182905.782000', '182905.785000', '182905.788000', '182905.791000', '182905.794000', '182905.797000', '182905.799000', '182905.802000', '182905.805000', '182905.808000', '182905.811000', '182905.814000', '182905.816000', '182905.819000', '182905.822000', '182905.825000', '182905.828000', '182905.831000', '182905.834000', '182905.837000', '182905.839000', '182905.842000', '182905.845000', '182905.848000', '182905.851000', '182905.854000', '182905.856000', '182905.859000', '182905.862000', '182905.865000', '182925.742000', '182925.745000', '182925.748000', '182925.751000', '182925.754000', '182925.756000', '182925.759000', '182925.762000', '182925.765000', '182925.768000', '182925.771000', '182925.774000', '182925.776000', '182925.779000', '182925.782000', '182925.785000', '182925.788000', '182925.791000', '182925.794000', '182925.796000', '182925.799000', '182925.802000', '182925.805000', '182925.808000', '182925.811000', '182925.813000', '182925.816000', '182925.819000', '182925.822000', '182925.825000', '182925.828000', '182925.831000', '182925.833000', '182925.837000', '182925.839000', '182925.842000', '182925.845000', '182925.848000', '182925.851000', '182925.854000', '182925.857000', '182925.860000', '182925.863000', '182945.743000', '182945.746000', '182945.749000', '182945.752000', '182945.755000', '182945.758000', '182945.761000', '182945.764000', '182945.766000', '182945.769000', '182945.772000', '182945.775000', '182945.778000', '182945.781000', '182945.784000', '182945.787000', '182945.790000', '182945.793000', '182945.796000', '182945.798000', '182945.801000', '182945.804000', '182945.807000', '182945.810000', '182945.813000', '182945.815000', '182945.819000', '182945.821000', '182945.824000', '182945.827000', '182945.830000', '182945.833000', '182945.836000', '182945.839000', '182945.841000', '182945.844000', '182945.847000', '182945.850000', '182945.853000', '182945.856000', '182945.859000', '182945.861000', '182945.864000', '182945.867000', '183005.744000', '183005.747000', '183005.750000', '183005.753000', '183005.755000', '183005.758000', '183005.761000', '183005.764000', '183005.767000', '183005.770000', '183005.773000', '183005.776000', '183005.778000', '183005.781000', '183005.784000', '183005.787000', '183005.790000', '183005.793000', '183005.796000', '183005.799000', '183005.801000', '183005.804000', '183005.807000', '183005.810000', '183005.813000', '183005.816000', '183005.819000', '183005.822000', '183005.824000', '183005.827000', '183005.830000', '183005.833000', '183005.836000', '183005.839000', '183005.842000', '183005.844000', '183005.847000', '183005.850000', '183005.853000', '183005.856000', '183005.859000', '183005.862000', '183005.865000', '183025.743000', '183025.746000', '183025.749000', '183025.752000', '183025.755000', '183025.758000', '183025.761000', '183025.764000', '183025.766000', '183025.769000', '183025.772000', '183025.775000', '183025.778000', '183025.781000', '183025.784000', '183025.786000', '183025.789000', '183025.792000', '183025.795000', '183025.798000', '183025.801000', '183025.803000', '183025.806000', '183025.809000', '183025.812000', '183025.822000', '183025.825000', '183025.828000', '183025.830000', '183025.833000', '183025.836000', '183025.839000', '183025.842000', '183025.845000', '183025.848000', '183025.851000', '183025.854000', '183025.857000', '183025.860000', '183025.863000', '183025.865000', '183025.868000', '183025.871000', '183045.743000', '183045.746000', '183045.749000', '183045.752000', '183045.755000', '183045.758000', '183045.760000', '183045.763000', '183045.766000', '183045.769000', '183045.772000', '183045.775000', '183045.778000', '183045.781000', '183045.784000', '183045.787000', '183045.790000', '183045.792000', '183045.795000', '183045.798000', '183045.801000', '183045.804000', '183045.807000', '183045.810000', '183045.812000', '183045.815000', '183045.818000', '183045.821000', '183045.824000', '183045.827000', '183045.830000', '183045.833000', '183045.835000', '183045.838000', '183045.841000', '183045.844000', '183045.847000', '183045.850000', '183045.852000', '183045.855000', '183045.858000', '183045.861000', '183045.864000', '183045.867000', '183105.742000', '183105.745000', '183105.748000', '183105.751000', '183105.754000', '183105.757000', '183105.760000', '183105.763000', '183105.766000', '183105.769000', '183105.771000', '183105.774000', '183105.777000', '183105.780000', '183105.783000', '183105.786000', '183105.789000', '183105.791000', '183105.794000', '183105.797000', '183105.800000', '183105.803000', '183105.806000', '183105.809000', '183105.812000', '183105.815000', '183105.818000', '183105.820000', '183105.823000', '183105.826000', '183105.829000', '183105.832000', '183105.835000', '183105.838000', '183105.841000', '183105.844000', '183105.847000', '183105.857000', '183105.860000', '183105.863000', '183105.866000', '183105.869000', '183105.872000', '183125.742000', '183125.745000', '183125.748000', '183125.751000', '183125.754000', '183125.757000', '183125.759000', '183125.762000', '183125.765000', '183125.768000', '183125.771000', '183125.774000', '183125.777000', '183125.780000', '183125.782000', '183125.785000', '183125.788000', '183125.791000', '183125.794000', '183125.797000', '183125.800000', '183125.803000', '183125.805000', '183125.809000', '183125.811000', '183125.814000', '183125.817000', '183125.820000', '183125.823000', '183125.826000', '183125.829000', '183125.832000', '183125.835000', '183125.837000', '183125.840000', '183125.843000', '183125.846000', '183125.849000', '183125.852000', '183125.855000', '183125.858000', '183125.860000', '183125.863000', '183125.866000', '183145.742000', '183145.745000', '183145.748000', '183145.751000', '183145.754000', '183145.756000', '183145.759000', '183145.762000', '183145.765000', '183145.770000', '183145.772000', '183145.775000', '183145.778000', '183145.781000', '183145.784000', '183145.792000', '183145.795000', '183145.797000', '183145.800000', '183145.809000', '183145.812000', '183145.815000', '183145.818000', '183145.821000', '183145.824000', '183145.826000', '183145.829000', '183145.832000', '183145.835000', '183145.838000', '183145.841000', '183145.844000', '183145.847000', '183145.850000', '183145.852000', '183145.855000', '183145.858000', '183145.861000', '183145.864000', '183145.867000', '183145.870000', '183145.873000', '183145.876000', '183205.743000', '183205.746000', '183205.749000', '183205.752000', '183205.755000', '183205.758000', '183205.761000', '183205.764000', '183205.767000', '183205.770000', '183205.773000', '183205.775000', '183205.778000', '183205.781000', '183205.784000', '183205.787000', '183205.790000', '183205.793000', '183205.796000', '183205.799000', '183205.801000', '183205.804000', '183205.807000', '183205.810000', '183205.813000', '183205.816000', '183205.819000', '183205.822000', '183205.825000', '183205.828000', '183205.831000', '183205.833000', '183205.836000', '183205.839000', '183205.842000', '183205.845000', '183205.848000', '183205.851000', '183205.854000', '183205.857000', '183205.860000', '183205.862000', '183205.865000', '183205.868000', '183225.743000', '183225.748000', '183225.751000', '183225.754000', '183225.757000', '183225.760000', '183225.763000', '183225.766000', '183225.769000', '183225.771000', '183225.774000', '183225.778000', '183225.781000', '183225.784000', '183225.788000', '183225.791000', '183225.793000', '183225.796000', '183225.799000', '183225.802000', '183225.805000', '183225.816000', '183225.819000', '183225.822000', '183225.825000', '183225.828000', '183225.831000', '183225.834000', '183225.837000', '183225.839000', '183225.842000', '183225.845000', '183225.848000', '183225.851000', '183225.854000', '183225.857000', '183225.860000', '183225.863000', '183225.866000', '183225.868000', '183225.871000', '183225.874000', '183225.877000', '183245.743000', '183245.746000', '183245.749000', '183245.752000', '183245.755000', '183245.758000', '183245.761000', '183245.764000', '183245.767000', '183245.770000', '183245.772000', '183245.775000', '183245.778000', '183245.781000', '183245.784000', '183245.787000', '183245.790000', '183245.792000', '183245.795000', '183245.798000', '183245.801000', '183245.804000', '183245.807000', '183245.810000', '183245.812000', '183245.815000', '183245.818000', '183245.821000', '183245.824000', '183245.827000', '183245.830000', '183245.832000', '183245.835000', '183245.838000', '183245.841000', '183245.844000', '183245.847000', '183245.850000', '183245.853000', '183245.856000', '183245.858000', '183245.861000', '183245.864000', '183245.867000', '183305.743000', '183305.746000', '183305.749000', '183305.752000', '183305.755000', '183305.758000', '183305.761000', '183305.764000', '183305.767000', '183305.769000', '183305.772000', '183305.775000', '183305.778000', '183305.781000', '183305.784000', '183305.787000', '183305.790000', '183305.793000', '183305.796000', '183305.799000', '183305.802000', '183305.805000', '183305.807000', '183305.811000', '183305.814000', '183305.816000', '183305.819000', '183305.822000', '183305.825000', '183305.828000', '183305.831000', '183305.834000', '183305.837000', '183305.840000', '183305.843000', '183305.846000', '183305.849000', '183305.852000', '183305.854000', '183305.857000', '183305.861000', '183305.864000', '183305.867000', '183325.742000', '183325.745000', '183325.748000', '183325.751000', '183325.754000', '183325.757000', '183325.760000', '183325.763000', '183325.766000', '183325.768000', '183325.771000', '183325.774000', '183325.777000', '183325.780000', '183325.783000', '183325.786000', '183325.789000', '183325.792000', '183325.794000', '183325.797000', '183325.800000', '183325.803000', '183325.806000', '183325.809000', '183325.812000', '183325.815000', '183325.818000', '183325.820000', '183325.823000', '183325.826000', '183325.829000', '183325.832000', '183325.835000', '183325.838000', '183325.841000', '183325.844000', '183325.847000', '183325.849000', '183325.852000', '183325.855000', '183325.858000', '183325.861000', '183325.864000', '183325.867000', '183345.742000', '183345.745000', '183345.757000', '183345.761000', '183345.764000', '183345.767000', '183345.770000', '183345.773000', '183345.776000', '183345.778000', '183345.782000', '183345.784000', '183345.787000', '183345.790000', '183345.793000', '183345.796000', '183345.799000', '183345.802000', '183345.805000', '183345.807000', '183345.810000', '183345.813000', '183345.816000', '183345.819000', '183345.822000', '183345.825000', '183345.828000', '183345.831000', '183345.834000', '183345.837000', '183345.840000', '183345.843000', '183345.846000', '183345.849000', '183345.852000', '183345.854000', '183345.857000', '183345.860000', '183345.863000', '183345.866000', '183345.869000', '183345.872000', '183345.875000', '183405.742000', '183405.745000', '183405.754000', '183405.757000', '183405.760000', '183405.763000', '183405.766000', '183405.769000', '183405.772000', '183405.775000', '183405.778000', '183405.781000', '183405.784000', '183405.787000', '183405.789000', '183405.792000', '183405.795000', '183405.798000', '183405.801000', '183405.804000', '183405.807000', '183405.810000', '183405.813000', '183405.816000', '183405.819000', '183405.821000', '183405.824000', '183405.827000', '183405.830000', '183405.833000', '183405.836000', '183405.839000', '183405.842000', '183405.845000', '183405.848000', '183405.851000', '183405.854000', '183405.857000', '183405.859000', '183405.862000', '183405.865000', '183405.868000', '183405.871000', '183405.874000', '183425.743000', '183425.746000', '183425.749000', '183425.752000', '183425.755000', '183425.758000', '183425.761000', '183425.764000', '183425.766000', '183425.769000', '183425.772000', '183425.775000', '183425.778000', '183425.781000', '183425.784000', '183425.787000', '183425.790000', '183425.793000', '183425.796000', '183425.798000', '183425.801000', '183425.804000', '183425.807000', '183425.810000', '183425.813000', '183425.816000', '183425.819000', '183425.821000', '183425.824000', '183425.827000', '183425.830000', '183425.833000', '183425.836000', '183425.839000', '183425.842000', '183425.845000', '183425.848000', '183425.851000', '183425.854000', '183425.857000', '183425.860000', '183425.862000', '183425.865000', '183445.743000', '183445.746000', '183445.749000', '183445.752000', '183445.755000', '183445.758000', '183445.761000', '183445.764000', '183445.767000', '183445.770000', '183445.773000', '183445.776000', '183445.778000', '183445.781000', '183445.784000', '183445.787000', '183445.790000', '183445.793000', '183445.796000', '183445.799000', '183445.802000', '183445.805000', '183445.808000', '183445.810000', '183445.813000', '183445.816000', '183445.819000', '183445.822000', '183445.825000', '183445.828000', '183445.831000', '183445.834000', '183445.837000', '183445.840000', '183445.843000', '183445.846000', '183445.848000', '183445.851000', '183445.854000', '183445.857000', '183445.860000', '183445.863000', '183445.866000', '183445.869000', '183505.743000', '183505.746000', '183505.749000', '183505.752000', '183505.755000', '183505.758000', '183505.761000', '183505.764000', '183505.767000', '183505.770000', '183505.773000', '183505.775000', '183505.778000', '183505.781000', '183505.784000', '183505.787000', '183505.790000', '183505.793000', '183505.796000', '183505.799000', '183505.803000', '183505.805000', '183505.808000', '183505.811000', '183505.814000', '183505.817000', '183505.820000', '183505.823000', '183505.826000', '183505.829000', '183505.832000', '183505.835000', '183505.838000', '183505.840000', '183505.843000', '183505.846000', '183505.849000', '183505.852000', '183505.855000', '183505.858000', '183505.861000', '183505.864000', '183505.867000', '183525.743000', '183525.746000', '183525.749000', '183525.752000', '183525.755000', '183525.758000', '183525.761000', '183525.764000', '183525.767000', '183525.770000', '183525.773000', '183525.776000', '183525.779000', '183525.782000', '183525.785000', '183525.788000', '183525.791000', '183525.794000', '183525.797000', '183525.800000', '183525.803000', '183525.806000', '183525.808000', '183525.811000', '183525.814000', '183525.817000', '183525.820000', '183525.823000', '183525.826000', '183525.829000', '183525.832000', '183525.835000', '183525.838000', '183525.841000', '183525.844000', '183525.847000', '183525.849000', '183525.852000', '183525.855000', '183525.858000', '183525.861000', '183525.864000', '183525.867000', '183525.870000', '183545.742000', '183545.745000', '183545.748000', '183545.751000', '183545.754000', '183545.757000', '183545.760000', '183545.762000', '183545.765000', '183545.768000', '183545.771000', '183545.774000', '183545.777000', '183545.780000', '183545.783000', '183545.786000', '183545.788000', '183545.791000', '183545.794000', '183545.797000', '183545.800000', '183545.803000', '183545.806000', '183545.808000', '183545.811000', '183545.814000', '183545.817000', '183545.820000', '183545.823000', '183545.826000', '183545.829000', '183545.832000', '183545.834000', '183545.837000', '183545.840000', '183545.843000', '183545.846000', '183545.849000', '183545.852000', '183545.855000', '183545.857000', '183545.860000', '183545.863000', '183605.742000', '183605.745000', '183605.748000', '183605.751000', '183605.754000', '183605.756000', '183605.759000', '183605.762000', '183605.765000', '183605.768000', '183605.771000', '183605.774000', '183605.777000', '183605.780000', '183605.782000', '183605.785000', '183605.788000', '183605.791000', '183605.794000', '183605.797000', '183605.800000', '183605.803000', '183605.805000', '183605.808000', '183605.811000', '183605.814000', '183605.817000', '183605.820000', '183605.823000', '183605.826000', '183605.829000', '183605.831000', '183605.834000', '183605.837000', '183605.840000', '183605.843000', '183605.846000', '183605.849000', '183605.851000', '183605.854000', '183605.857000', '183605.860000', '183605.863000', '183605.866000', '183625.742000', '183625.745000', '183625.748000', '183625.751000', '183625.754000', '183625.757000', '183625.759000', '183625.762000', '183625.765000', '183625.768000', '183625.771000', '183625.774000', '183625.777000', '183625.780000', '183625.782000', '183625.785000', '183625.788000', '183625.791000', '183625.794000', '183625.797000', '183625.800000', '183625.802000', '183625.805000', '183625.808000', '183625.811000', '183625.814000', '183625.817000', '183625.820000', '183625.822000', '183625.825000', '183625.828000', '183625.831000', '183625.834000', '183625.838000', '183625.841000', '183625.844000', '183625.847000', '183625.850000', '183625.853000', '183625.856000', '183625.859000', '183625.862000', '183625.864000', '183645.743000', '183645.746000', '183645.749000', '183645.752000', '183645.754000', '183645.757000', '183645.760000', '183645.763000', '183645.766000', '183645.769000', '183645.772000', '183645.775000', '183645.778000', '183645.781000', '183645.783000', '183645.786000', '183645.789000', '183645.792000', '183645.795000', '183645.798000', '183645.801000', '183645.803000', '183645.806000', '183645.809000', '183645.812000', '183645.815000', '183645.818000', '183645.821000', '183645.824000', '183645.827000', '183645.830000', '183645.832000', '183645.835000', '183645.838000', '183645.841000', '183645.844000', '183645.847000', '183645.850000', '183645.853000', '183645.856000', '183645.858000', '183645.861000', '183645.864000', '183645.867000', '183702.782000', '183702.822000', '183702.825000', '183702.828000', '183702.830000', '183702.833000', '183702.836000', '183702.839000', '183702.842000', '183702.845000', '183702.848000', '183702.851000', '183702.854000', '183702.857000', '183702.860000', '183702.863000', '183702.866000', '183702.869000', '183702.873000', '183702.876000', '183702.879000', '183702.882000', '183702.885000', '183702.888000', '183702.891000', '183702.894000', '183702.897000', '183702.900000', '183702.903000', '183702.906000', '183702.908000', '183702.911000', '183702.914000', '183702.917000', '183702.920000', '183702.923000', '183702.926000'], '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': [15688, 10974, 16322, 9325, 13026, 9455, 11435, 13728, 12245, 16982, 9945, 14455, 9050, 11475, 10317, 11210, 15203, 12696, 16897, 9374, 11631, 9415, 10796, 12723, 10033, 15950, 10597, 14774, 9047, 11480, 8463, 10417, 14354, 9527, 14897, 9698, 13946, 10301, 11925, 8771, 10389, 12750, 9902, 15000, 9557, 14235, 9195, 11036, 9580, 10202, 12256, 9937, 16647, 9684, 14009, 9550, 12896, 10174, 14780, 9823, 11539, 8942, 10904, 8690, 11148, 10005, 11698, 11000, 11053, 9193, 10253, 16988, 9555, 15003, 10321, 11575, 13527, 10642, 18274, 9777, 15128, 9626, 12085, 10828, 10267, 17774, 9562, 14717, 9925, 11573, 10458, 10136, 16935, 9262, 14703, 9605, 11733, 9530, 11301, 11792, 11391, 14499, 10435, 15263, 9542, 13816, 9681, 11064, 9850, 10752, 15446, 11915, 15331, 9933, 11720, 9407, 13427, 9833, 13242, 10388, 12744, 11841, 12143, 8430, 10597, 12289, 9911, 14547, 9878, 15228, 11740, 15963, 9435, 11347, 9183, 10791, 12658, 10293, 17120, 11992, 15475, 9466, 12303, 9853, 11115, 12939, 10674, 18500, 13503, 17797, 10066, 13765, 9222, 12141, 10894, 10939, 14366, 12072, 17244, 9320, 12516, 9035, 11461, 11452, 11483, 13647, 10514, 15779, 9664, 14127, 10179, 14502, 9081, 11449, 9868, 10527, 16830, 10509, 15270, 11294, 15312, 8995, 11270, 10302, 10172, 17279, 9709, 14607, 10889, 14020, 10124, 11313, 8039, 9734, 16120, 9718, 13870, 10440, 10987, 12528, 10265, 17201, 11989, 15672, 9234, 11997, 8553, 11039, 11203, 10108, 17407, 11566, 14944, 10601, 14152, 9116, 11625, 9136, 12123, 9440, 11674, 11048, 12434, 9136, 11334, 13769, 10425, 15788, 11099, 14416, 12005, 12377, 10126, 10757, 16233, 10267, 15951, 10820, 11923, 12655, 11497, 16408, 11226, 17138, 9647, 13377, 9490, 10929, 11015, 10222, 17169, 11067, 15263, 9473, 11504, 9790, 11161, 13941, 12153, 15277, 10241, 16399, 10103, 14002, 9774, 11698, 11360, 11292, 14631, 10845, 16950, 9603, 13924, 9665, 11267, 10580, 11041, 16652, 13421, 18587, 11153, 15803, 9456, 14144, 9310, 12811, 10814, 10713, 15149, 10887, 17378, 11443, 15758, 9070, 12972, 9348, 11390, 10293, 10520, 16624, 11315, 17669, 10438, 14090, 9060, 11811, 10837, 11068, 14651, 11815, 18236, 11957, 17515, 10044, 15407, 9443, 13306, 9122, 11465, 11632, 11437, 13355, 11400, 10479, 9915, 14291, 9412, 12297, 10984, 10697, 15771, 9733, 15653, 11228, 14843, 10135, 12714, 9922, 9358, 10617, 16031, 10449, 12623, 9904, 10373, 13054, 10827, 12254, 9998, 9790, 11407, 12258, 12525, 14287, 12128, 20028, 15153, 17049, 12320, 13144, 11185, 10295, 17251, 9726, 16343, 9239, 12496, 8660, 10462, 8997, 10174, 11550, 9983, 9356, 9234, 15558, 9233, 13172, 8909, 10866, 11812, 9872, 17064, 9765, 14623, 8733, 11775, 8943, 10657, 14417, 9993, 16600, 9328, 14228, 9894, 11858, 10543, 10968, 16219, 11311, 16517, 9292, 15213, 9705, 14076, 9796, 15745, 10281, 13066, 9468, 10575, 11797, 10132, 16270, 9428, 12951, 10518, 10800, 18023, 9815, 14324, 9948, 11644, 10224, 10331, 18560, 9476, 13716, 9795, 11101, 9382, 10282, 8491, 10451, 12315, 10637, 15676, 10017, 15781, 9881, 13683, 9757, 11283, 10787, 10587, 15477, 10100, 14467, 10103, 12161, 10297, 11144, 11239, 10593, 15927, 10132, 14175, 10265, 12300, 9793, 11613, 10708, 11178, 11889, 10654, 15975, 10184, 14086, 10225, 13103, 10036, 12453, 9863, 12490, 10505, 12167, 10075, 11748, 10010, 12066, 10675, 12165, 10303, 11958, 10914, 11766, 12090, 11410, 14864, 10721, 16021, 11230, 15615, 10736, 13836, 10547, 13270, 10525, 13261, 10339, 13349, 10769, 13354, 10663, 14325, 10957, 15944, 10431, 12348, 11435, 12828, 11842, 13210, 12229, 9340, 12563, 10433, 12900, 10275, 13620, 11151, 15758, 10381, 16394, 10698, 15670, 11050, 15336, 10984, 15837, 10858, 15772, 10877, 16349, 10796, 16634, 10849, 16250, 10697, 15720, 10871, 16108, 10878, 16717, 10702, 16713, 11339, 15546, 11618, 9927, 11870, 9826, 12100, 10563, 12502, 9419, 12734, 10606, 13066, 10214, 15668, 11208, 11476, 11999, 9988, 12534, 10383, 13838, 10665, 16774, 11290, 13145, 12537, 11182, 14284, 10809, 17187, 12664, 15067, 12896, 11733, 12937, 11386, 13320, 11983, 13098, 11319, 13159, 9443, 12845, 10800, 13748, 10182, 16301, 10413, 15661, 11236, 15207, 12777, 10189, 13525, 9588, 14616, 11564, 12631, 13013, 9378, 14015, 10314, 15490, 10710, 15863, 11380, 15521, 11155, 15478, 11604, 16003, 11280, 17255, 11369, 17287, 11489, 15976, 11275, 15540, 11142, 14542, 10218, 13334, 9523, 13705, 10457, 13723, 9720, 14599, 11042, 16180, 11031, 15372, 11382, 15304, 11295, 14680, 10334, 13821, 10091, 13900, 10036, 14405, 11314, 15177, 9913, 13849, 10215, 14481, 10217, 15032, 10748, 16476, 11391, 14284, 12576, 12466, 13077, 9705, 13718, 10421, 15845, 10862, 15558, 10590, 15783, 11415, 16829, 12229, 12995, 11884, 10375, 12276, 11196, 12435, 11120, 12349, 11145, 12318, 11294, 12099, 11439, 12101, 13118, 11230, 11576, 11487, 10010, 11892, 10320, 12842, 10620, 13302, 10318, 13976, 10554, 10520, 12333, 11175, 12951, 12395, 13688, 10848, 13430, 10406, 14740, 10962, 15601, 11524, 16634, 10796, 16248, 11491, 15742, 11326, 15339, 11828, 16101, 10709, 14355, 10433, 14285, 10818, 13465, 11168, 13127, 11198, 12724, 11811, 12540, 12724, 12021, 15003, 11603, 15132, 12010, 13246, 12018, 13734, 12083, 10342, 12447, 10298, 12076, 10802, 12357, 12123, 12517, 9774, 12758, 10665, 12729, 10534, 13418, 10622, 16778, 10619, 16113, 11047, 16399, 11335, 16821, 11765, 13426, 12087, 10170, 12536, 10410, 13142, 12231, 13610, 10319, 13801, 10419, 14919, 11492, 16634, 11345, 17128, 11159, 17171, 11345, 15425, 11478, 15040, 10974, 14006, 10695, 13114, 12504, 12415, 14007, 11586, 16678, 11058, 16775, 10708, 15409, 10451, 13989, 10724, 16213, 10367, 16194, 10719, 16083, 11127, 16120, 11908, 13077, 11916, 12715, 12563, 13334, 12806, 11332, 13032, 10637, 12815, 12378, 13022, 10439, 12891, 10652, 12531, 12290, 12345, 11994, 12330, 10836, 12253, 10861, 12272, 12391, 12822, 11166, 13046, 11034, 13262, 11572, 14351, 11461, 13643, 11372, 13253, 11490, 13884, 11682, 15767, 10987, 14018, 10953, 13197, 11088, 13860, 10738, 14611, 10882, 13142, 11479, 12565, 11731, 12989, 10739, 12927, 11293, 12474, 11450, 13524, 10876, 16800, 10615, 13781, 11548, 14130, 12088, 13832, 12536, 10713, 12726, 11978, 12295, 13244, 12865, 11388, 12500, 10752, 12348, 12642, 11866, 12920, 12465, 10523, 12451, 10575, 12634, 10860, 13061, 11309, 13804, 11344, 13507, 10619, 13623, 14107, 12425, 11807, 12079, 14226, 11634, 15901, 11691, 16939, 11141, 16618, 11261, 16774, 11679, 16757, 11327, 15708, 11475, 15499, 12713, 11262, 12376, 10601, 12570, 12018, 12364, 15424, 12026, 17219, 11124, 16003, 11130, 16382, 10409, 14958, 10855, 15290, 11932, 13960, 12088, 10506, 12457, 11311, 12622, 13521, 12785, 11038, 12704, 11092, 13151, 11773, 14478, 11100, 13297, 11355, 12580, 11044, 13631, 11509, 15398, 10550, 13483, 11049, 13494, 11497, 13957, 10881, 12721, 10811, 12219, 10747, 14117, 10562, 14956, 10576, 15857, 10507, 17428, 11749, 16050, 11081, 15093, 11411, 17590, 12334, 16094, 11910, 10686, 12510, 11289, 13043, 11215, 14390, 10352, 12818, 12979, 12546, 17532, 13124, 18605, 11449, 17071, 11644, 15117, 10836, 14165, 10234, 13935, 11105, 14576, 10527, 12458, 9701, 12080, 11077, 12384, 13659, 12395, 11188, 11918, 11205, 11633, 11564, 11912, 10338, 12322, 10312, 12506, 9855, 12456, 12337, 12015, 13120, 11534, 15234, 11608, 16567, 11012, 16493, 11110, 16891, 11259, 17557, 10664, 14690, 10262, 13934, 10419, 14534, 10371, 12613, 10428, 12309, 10333, 13341, 10451, 15432, 10215, 16303, 10384, 16488, 11392, 15803, 11603, 10690, 12187, 12324, 12429, 12650, 12393, 10296, 12906, 10891, 13223, 13998, 14791, 10827, 13288, 10793, 12842, 10782, 13525, 11247, 15408, 10204, 13951, 10210, 13843, 10192, 14887, 10795, 15624, 10710, 11491, 13754, 10467, 13672, 10310, 13306, 11437, 15856, 12360, 13532, 11653, 9771, 12023, 9508, 13671, 11961, 16638, 10961, 15469, 10754, 15643, 10147, 13982, 10636, 15850, 10481, 13105, 9861, 12748, 10067, 14095, 10923, 15984, 9870, 12921, 9828, 13259, 10599, 15883, 9577, 13530, 10165, 12586, 9339, 12292, 12320, 12053, 10613, 11345, 13161, 10725, 18035, 11409, 15893, 10172, 13772, 9932, 12716, 9800, 13940, 10217, 14374, 9929, 13236, 10090, 12565, 10286, 12313, 9359, 12665, 9570, 12618, 9700, 12133, 9242, 11665, 8930, 11857, 9709, 12533, 10075, 11762, 9917, 11653, 9199, 11618, 11329, 11266, 13361, 11114, 14783, 10619, 17131, 10500, 14985, 10211, 14442, 10620, 13299, 9690, 11955, 9963, 12265, 10101, 13086, 9910, 13191, 9699, 12491, 9617, 13119, 9937, 13791, 10329, 12789, 11179, 12211, 11528, 11801, 13683, 11017, 16690, 10503, 14756, 10396, 13765, 10121, 13244, 10568, 13911, 10037, 8660, 11129, 8955, 11478, 10890, 13466, 9873, 11106, 10415, 9160, 11798, 11962, 14351, 11952, 16021, 9937, 15299, 10724, 16132, 11860, 15781, 14699, 12899, 12772, 11957, 17292, 11384, 16875, 11800, 15326, 10266, 12485, 9553, 12021, 11951, 11274, 13606, 11257, 9539, 12256, 9762, 11033, 10017, 8414, 11303, 10817, 11213, 15139, 10842, 16647, 10980, 13821, 12699, 11526, 16463, 11140, 17263, 11799, 16173, 10255, 12237, 11842, 11813, 17688, 11913, 16154, 9889, 14109, 9784, 12861, 9151, 11645, 11456, 11145, 12418, 9738, 15677, 10058, 13458, 9824, 12757, 9647, 12469, 9858, 11667, 9765, 11785, 10586, 11237, 13372, 11133, 14204, 11502, 8838, 11260, 10222, 11182, 13998, 10872, 18684], 'WindowCenter': [4579.0, 4525.0, 4550.0, 4490.0, 4517.0, 4475.0, 4496.0, 4513.0, 4505.0, 4524.0, 4473.0, 4511.0, 4451.0, 4481.0, 4471.0, 4482.0, 4510.0, 4491.0, 4521.0, 4461.0, 4482.0, 4450.0, 4470.0, 4490.0, 4462.0, 4509.0, 4470.0, 4511.0, 4450.0, 4481.0, 4440.0, 4484.0, 4499.0, 4462.0, 4510.0, 4460.0, 4501.0, 4470.0, 4482.0, 4454.0, 4472.0, 4490.0, 4471.0, 4512.0, 4462.0, 4500.0, 4451.0, 4470.0, 4461.0, 4471.0, 4490.0, 4473.0, 4521.0, 4462.0, 4500.0, 4461.0, 4493.0, 4473.0, 4512.0, 4476.0, 4493.0, 4467.0, 4493.0, 4465.0, 4495.0, 4474.0, 4507.0, 4484.0, 4495.0, 4476.0, 4486.0, 4534.0, 4475.0, 4523.0, 4476.0, 4495.0, 4513.0, 4485.0, 4534.0, 4475.0, 4512.0, 4475.0, 4492.0, 4482.0, 4473.0, 4531.0, 4462.0, 4511.0, 4473.0, 4492.0, 4471.0, 4473.0, 4521.0, 4464.0, 4512.0, 4462.0, 4492.0, 4464.0, 4493.0, 4492.0, 4494.0, 4513.0, 4495.0, 4524.0, 4474.0, 4513.0, 4474.0, 4494.0, 4474.0, 4496.0, 4525.0, 4508.0, 4526.0, 4487.0, 4517.0, 4489.0, 4527.0, 4488.0, 4517.0, 4499.0, 4519.0, 4509.0, 4510.0, 4471.0, 4499.0, 4507.0, 4499.0, 4526.0, 4489.0, 4537.0, 4508.0, 4540.0, 4478.0, 4508.0, 4477.0, 4497.0, 4505.0, 4488.0, 4537.0, 4507.0, 4526.0, 4475.0, 4504.0, 4474.0, 4495.0, 4503.0, 4486.0, 4533.0, 4515.0, 4535.0, 4474.0, 4514.0, 4475.0, 4503.0, 4495.0, 4497.0, 4512.0, 4507.0, 4522.0, 4462.0, 4492.0, 4453.0, 4493.0, 4493.0, 4496.0, 4502.0, 4484.0, 4523.0, 4475.0, 4513.0, 4474.0, 4526.0, 4464.0, 4495.0, 4474.0, 4484.0, 4533.0, 4485.0, 4523.0, 4482.0, 4511.0, 4453.0, 4484.0, 4473.0, 4473.0, 4522.0, 4464.0, 4511.0, 4481.0, 4501.0, 4471.0, 4481.0, 4440.0, 4472.0, 4520.0, 4463.0, 4501.0, 4471.0, 4482.0, 4502.0, 4475.0, 4523.0, 4483.0, 4510.0, 4462.0, 4491.0, 4450.0, 4483.0, 4481.0, 4475.0, 4522.0, 4496.0, 4514.0, 4483.0, 4503.0, 4451.0, 4490.0, 4464.0, 4505.0, 4475.0, 4508.0, 4496.0, 4506.0, 4464.0, 4497.0, 4513.0, 4486.0, 4527.0, 4495.0, 4514.0, 4491.0, 4492.0, 4472.0, 4482.0, 4522.0, 4473.0, 4522.0, 4483.0, 4492.0, 4490.0, 4481.0, 4509.0, 4469.0, 4510.0, 4460.0, 4500.0, 4474.0, 4495.0, 4483.0, 4471.0, 4523.0, 4482.0, 4510.0, 4460.0, 4480.0, 4472.0, 4481.0, 4502.0, 4492.0, 4510.0, 4471.0, 4511.0, 4471.0, 4500.0, 4475.0, 4492.0, 4482.0, 4480.0, 4497.0, 4471.0, 4521.0, 4460.0, 4499.0, 4460.0, 4482.0, 4471.0, 4482.0, 4521.0, 4490.0, 4519.0, 4470.0, 4508.0, 4461.0, 4500.0, 4461.0, 4491.0, 4470.0, 4484.0, 4513.0, 4470.0, 4509.0, 4481.0, 4508.0, 4449.0, 4489.0, 4449.0, 4492.0, 4472.0, 4471.0, 4508.0, 4469.0, 4520.0, 4472.0, 4498.0, 4449.0, 4479.0, 4469.0, 4481.0, 4500.0, 4479.0, 4508.0, 4479.0, 4508.0, 4461.0, 4509.0, 4460.0, 4499.0, 4450.0, 4481.0, 4482.0, 4480.0, 4490.0, 4470.0, 4469.0, 4470.0, 4499.0, 4451.0, 4479.0, 4469.0, 4469.0, 4509.0, 4450.0, 4509.0, 4483.0, 4511.0, 4473.0, 4502.0, 4484.0, 4475.0, 4509.0, 4536.0, 4482.0, 4502.0, 4458.0, 4472.0, 4501.0, 4483.0, 4492.0, 4485.0, 4474.0, 4495.0, 4492.0, 4491.0, 4488.0, 4481.0, 4506.0, 4487.0, 4485.0, 4453.0, 4463.0, 4442.0, 4435.0, 4492.0, 4433.0, 4482.0, 4422.0, 4463.0, 4412.0, 4444.0, 4423.0, 4447.0, 4466.0, 4447.0, 4447.0, 4450.0, 4499.0, 4449.0, 4491.0, 4450.0, 4471.0, 4481.0, 4463.0, 4522.0, 4474.0, 4512.0, 4456.0, 4493.0, 4453.0, 4484.0, 4513.0, 4476.0, 4523.0, 4465.0, 4513.0, 4474.0, 4506.0, 4498.0, 4496.0, 4524.0, 4499.0, 4524.0, 4464.0, 4523.0, 4476.0, 4514.0, 4486.0, 4526.0, 4485.0, 4504.0, 4463.0, 4484.0, 4493.0, 4484.0, 4523.0, 4465.0, 4504.0, 4484.0, 4485.0, 4533.0, 4474.0, 4513.0, 4473.0, 4493.0, 4472.0, 4474.0, 4532.0, 4476.0, 4502.0, 4503.0, 4540.0, 4507.0, 4492.0, 4457.0, 4477.0, 4486.0, 4487.0, 4529.0, 4478.0, 4528.0, 4478.0, 4505.0, 4462.0, 4474.0, 4472.0, 4475.0, 4514.0, 4477.0, 4504.0, 4476.0, 4497.0, 4477.0, 4485.0, 4484.0, 4477.0, 4514.0, 4476.0, 4506.0, 4476.0, 4496.0, 4477.0, 4498.0, 4477.0, 4488.0, 4496.0, 4477.0, 4514.0, 4476.0, 4504.0, 4476.0, 4495.0, 4476.0, 4496.0, 4476.0, 4497.0, 4476.0, 4496.0, 4479.0, 4496.0, 4474.0, 4495.0, 4477.0, 4496.0, 4478.0, 4497.0, 4487.0, 4497.0, 4496.0, 4498.0, 4516.0, 4488.0, 4527.0, 4498.0, 4527.0, 4499.0, 4517.0, 4489.0, 4507.0, 4486.0, 4504.0, 4488.0, 4504.0, 4488.0, 4506.0, 4489.0, 4519.0, 4489.0, 4524.0, 4489.0, 4496.0, 4494.0, 4495.0, 4497.0, 4495.0, 4496.0, 4467.0, 4506.0, 4489.0, 4504.0, 4489.0, 4519.0, 4497.0, 4531.0, 4502.0, 4540.0, 4499.0, 4530.0, 4512.0, 4530.0, 4502.0, 4540.0, 4501.0, 4540.0, 4502.0, 4540.0, 4501.0, 4539.0, 4501.0, 4539.0, 4492.0, 4526.0, 4490.0, 4529.0, 4500.0, 4528.0, 4487.0, 4527.0, 4500.0, 4528.0, 4498.0, 4478.0, 4498.0, 4477.0, 4508.0, 4488.0, 4508.0, 4479.0, 4506.0, 4500.0, 4515.0, 4490.0, 4541.0, 4511.0, 4508.0, 4512.0, 4500.0, 4522.0, 4503.0, 4531.0, 4512.0, 4551.0, 4511.0, 4519.0, 4523.0, 4514.0, 4541.0, 4526.0, 4551.0, 4537.0, 4543.0, 4523.0, 4513.0, 4522.0, 4509.0, 4521.0, 4511.0, 4521.0, 4497.0, 4520.0, 4491.0, 4520.0, 4502.0, 4528.0, 4499.0, 4541.0, 4502.0, 4525.0, 4468.0, 4511.0, 4530.0, 4525.0, 4555.0, 4514.0, 4550.0, 4522.0, 4531.0, 4544.0, 4505.0, 4555.0, 4526.0, 4564.0, 4541.0, 4574.0, 4537.0, 4564.0, 4522.0, 4550.0, 4534.0, 4563.0, 4522.0, 4574.0, 4537.0, 4573.0, 4537.0, 4561.0, 4522.0, 4553.0, 4523.0, 4541.0, 4501.0, 4531.0, 4503.0, 4544.0, 4524.0, 4543.0, 4516.0, 4555.0, 4536.0, 4564.0, 4525.0, 4551.0, 4535.0, 4554.0, 4525.0, 4540.0, 4513.0, 4543.0, 4514.0, 4544.0, 4511.0, 4554.0, 4524.0, 4553.0, 4515.0, 4544.0, 4516.0, 4540.0, 4515.0, 4553.0, 4525.0, 4560.0, 4525.0, 4556.0, 4545.0, 4546.0, 4545.0, 4516.0, 4545.0, 4526.0, 4561.0, 4525.0, 4551.0, 4515.0, 4550.0, 4536.0, 4561.0, 4535.0, 4546.0, 4534.0, 4514.0, 4534.0, 4523.0, 4535.0, 4523.0, 4534.0, 4524.0, 4534.0, 4523.0, 4534.0, 4523.0, 4520.0, 4569.0, 4567.0, 4551.0, 4529.0, 4508.0, 4527.0, 4514.0, 4538.0, 4531.0, 4545.0, 4518.0, 4543.0, 4512.0, 4503.0, 4523.0, 4500.0, 4526.0, 4522.0, 4533.0, 4516.0, 4535.0, 4516.0, 4544.0, 4501.0, 4544.0, 4511.0, 4554.0, 4516.0, 4553.0, 4525.0, 4543.0, 4516.0, 4541.0, 4512.0, 4543.0, 4504.0, 4530.0, 4504.0, 4532.0, 4502.0, 4522.0, 4502.0, 4522.0, 4502.0, 4522.0, 4512.0, 4523.0, 4519.0, 4524.0, 4528.0, 4501.0, 4530.0, 4511.0, 4521.0, 4524.0, 4532.0, 4523.0, 4503.0, 4519.0, 4492.0, 4512.0, 4499.0, 4523.0, 4512.0, 4524.0, 4495.0, 4523.0, 4501.0, 4522.0, 4505.0, 4534.0, 4506.0, 4554.0, 4516.0, 4551.0, 4516.0, 4551.0, 4516.0, 4552.0, 4526.0, 4535.0, 4523.0, 4505.0, 4536.0, 4516.0, 4548.0, 4534.0, 4545.0, 4519.0, 4544.0, 4516.0, 4553.0, 4528.0, 4556.0, 4528.0, 4563.0, 4527.0, 4552.0, 4516.0, 4545.0, 4523.0, 4544.0, 4515.0, 4534.0, 4504.0, 4524.0, 4523.0, 4523.0, 4532.0, 4514.0, 4539.0, 4514.0, 4550.0, 4504.0, 4542.0, 4502.0, 4533.0, 4512.0, 4554.0, 4517.0, 4552.0, 4516.0, 4555.0, 4528.0, 4555.0, 4527.0, 4534.0, 4527.0, 4536.0, 4535.0, 4536.0, 4537.0, 4524.0, 4537.0, 4517.0, 4534.0, 4536.0, 4536.0, 4518.0, 4537.0, 4517.0, 4537.0, 4526.0, 4534.0, 4526.0, 4534.0, 4516.0, 4537.0, 4516.0, 4537.0, 4537.0, 4537.0, 4528.0, 4548.0, 4515.0, 4537.0, 4527.0, 4544.0, 4525.0, 4544.0, 4527.0, 4533.0, 4526.0, 4546.0, 4526.0, 4557.0, 4529.0, 4543.0, 4514.0, 4535.0, 4513.0, 4536.0, 4516.0, 4543.0, 4518.0, 4535.0, 4526.0, 4527.0, 4522.0, 4537.0, 4515.0, 4526.0, 4517.0, 4524.0, 4527.0, 4534.0, 4518.0, 4564.0, 4517.0, 4544.0, 4528.0, 4546.0, 4538.0, 4547.0, 4535.0, 4517.0, 4538.0, 4538.0, 4539.0, 4536.0, 4537.0, 4526.0, 4536.0, 4515.0, 4536.0, 4535.0, 4527.0, 4536.0, 4538.0, 4515.0, 4537.0, 4515.0, 4537.0, 4517.0, 4534.0, 4528.0, 4547.0, 4527.0, 4536.0, 4517.0, 4547.0, 4546.0, 4536.0, 4524.0, 4525.0, 4532.0, 4526.0, 4552.0, 4526.0, 4554.0, 4516.0, 4552.0, 4526.0, 4555.0, 4526.0, 4552.0, 4516.0, 4555.0, 4527.0, 4557.0, 4535.0, 4527.0, 4538.0, 4517.0, 4539.0, 4526.0, 4537.0, 4545.0, 4527.0, 4555.0, 4516.0, 4556.0, 4517.0, 4555.0, 4517.0, 4555.0, 4518.0, 4558.0, 4536.0, 4548.0, 4538.0, 4518.0, 4538.0, 4524.0, 4539.0, 4548.0, 4535.0, 4515.0, 4537.0, 4527.0, 4537.0, 4526.0, 4546.0, 4518.0, 4536.0, 4524.0, 4537.0, 4514.0, 4547.0, 4527.0, 4556.0, 4517.0, 4536.0, 4517.0, 4536.0, 4526.0, 4547.0, 4516.0, 4525.0, 4516.0, 4526.0, 4516.0, 4546.0, 4518.0, 4556.0, 4517.0, 4555.0, 4517.0, 4563.0, 4527.0, 4554.0, 4526.0, 4569.0, 4529.0, 4564.0, 4539.0, 4557.0, 4539.0, 4529.0, 4537.0, 4528.0, 4549.0, 4529.0, 4548.0, 4518.0, 4538.0, 4536.0, 4539.0, 4566.0, 4537.0, 4562.0, 4515.0, 4553.0, 4515.0, 4544.0, 4515.0, 4533.0, 4505.0, 4533.0, 4514.0, 4535.0, 4504.0, 4523.0, 4493.0, 4523.0, 4513.0, 4525.0, 4534.0, 4524.0, 4511.0, 4513.0, 4513.0, 4513.0, 4512.0, 4513.0, 4504.0, 4523.0, 4504.0, 4524.0, 4495.0, 4524.0, 4523.0, 4514.0, 4523.0, 4514.0, 4530.0, 4515.0, 4552.0, 4505.0, 4543.0, 4503.0, 4542.0, 4514.0, 4553.0, 4504.0, 4533.0, 4504.0, 4533.0, 4504.0, 4533.0, 4505.0, 4523.0, 4517.0, 4524.0, 4506.0, 4533.0, 4517.0, 4557.0, 4521.0, 4567.0, 4518.0, 4564.0, 4529.0, 4558.0, 4539.0, 4519.0, 4539.0, 4538.0, 4539.0, 4539.0, 4539.0, 4519.0, 4538.0, 4518.0, 4538.0, 4548.0, 4558.0, 4529.0, 4537.0, 4517.0, 4537.0, 4516.0, 4537.0, 4516.0, 4554.0, 4519.0, 4548.0, 4518.0, 4534.0, 4490.0, 4512.0, 4527.0, 4576.0, 4541.0, 4551.0, 4569.0, 4540.0, 4555.0, 4529.0, 4556.0, 4551.0, 4582.0, 4562.0, 4572.0, 4553.0, 4531.0, 4546.0, 4519.0, 4559.0, 4549.0, 4578.0, 4528.0, 4580.0, 4539.0, 4566.0, 4514.0, 4545.0, 4526.0, 4566.0, 4515.0, 4533.0, 4504.0, 4535.0, 4516.0, 4556.0, 4516.0, 4554.0, 4505.0, 4533.0, 4506.0, 4544.0, 4515.0, 4564.0, 4505.0, 4533.0, 4513.0, 4534.0, 4494.0, 4534.0, 4532.0, 4533.0, 4513.0, 4523.0, 4532.0, 4513.0, 4562.0, 4522.0, 4549.0, 4502.0, 4531.0, 4503.0, 4531.0, 4504.0, 4544.0, 4514.0, 4542.0, 4504.0, 4532.0, 4514.0, 4534.0, 4513.0, 4532.0, 4495.0, 4534.0, 4504.0, 4533.0, 4505.0, 4533.0, 4494.0, 4524.0, 4495.0, 4535.0, 4505.0, 4535.0, 4516.0, 4534.0, 4517.0, 4524.0, 4506.0, 4535.0, 4525.0, 4526.0, 4544.0, 4525.0, 4554.0, 4525.0, 4563.0, 4515.0, 4554.0, 4516.0, 4555.0, 4516.0, 4545.0, 4515.0, 4535.0, 4516.0, 4535.0, 4527.0, 4547.0, 4518.0, 4545.0, 4518.0, 4543.0, 4518.0, 4556.0, 4519.0, 4558.0, 4529.0, 4547.0, 4538.0, 4549.0, 4536.0, 4537.0, 4555.0, 4526.0, 4577.0, 4526.0, 4556.0, 4516.0, 4556.0, 4517.0, 4547.0, 4528.0, 4558.0, 4529.0, 4510.0, 4551.0, 4522.0, 4553.0, 4550.0, 4572.0, 4545.0, 4562.0, 4555.0, 4534.0, 4564.0, 4559.0, 4581.0, 4563.0, 4589.0, 4544.0, 4592.0, 4554.0, 4592.0, 4552.0, 4581.0, 4569.0, 4549.0, 4546.0, 4538.0, 4576.0, 4537.0, 4566.0, 4536.0, 4555.0, 4512.0, 4533.0, 4503.0, 4535.0, 4523.0, 4524.0, 4544.0, 4526.0, 4519.0, 4560.0, 4531.0, 4538.0, 4528.0, 4498.0, 4538.0, 4537.0, 4539.0, 4567.0, 4539.0, 4580.0, 4528.0, 4560.0, 4546.0, 4536.0, 4566.0, 4537.0, 4566.0, 4534.0, 4552.0, 4502.0, 4522.0, 4521.0, 4522.0, 4552.0, 4520.0, 4539.0, 4489.0, 4528.0, 4501.0, 4532.0, 4491.0, 4509.0, 4509.0, 4512.0, 4520.0, 4501.0, 4550.0, 4503.0, 4533.0, 4504.0, 4533.0, 4504.0, 4532.0, 4514.0, 4524.0, 4514.0, 4534.0, 4512.0, 4523.0, 4532.0, 4524.0, 4543.0, 4524.0, 4496.0, 4524.0, 4514.0, 4525.0, 4544.0, 4525.0, 4565.0], 'WindowWidth': [10028.0, 9945.0, 9971.0, 9886.0, 9915.0, 9855.0, 9884.0, 9902.0, 9893.0, 9919.0, 9848.0, 9897.0, 9816.0, 9856.0, 9842.0, 9859.0, 9893.0, 9869.0, 9910.0, 9828.0, 9858.0, 9812.0, 9840.0, 9866.0, 9830.0, 9893.0, 9841.0, 9896.0, 9813.0, 9857.0, 9802.0, 9862.0, 9879.0, 9830.0, 9893.0, 9826.0, 9883.0, 9839.0, 9857.0, 9822.0, 9846.0, 9866.0, 9843.0, 9899.0, 9831.0, 9881.0, 9816.0, 9839.0, 9829.0, 9844.0, 9867.0, 9847.0, 9910.0, 9831.0, 9881.0, 9831.0, 9874.0, 9849.0, 9901.0, 9857.0, 9878.0, 9848.0, 9877.0, 9843.0, 9883.0, 9852.0, 9901.0, 9867.0, 9882.0, 9859.0, 9873.0, 9936.0, 9855.0, 9919.0, 9856.0, 9881.0, 9903.0, 9868.0, 9936.0, 9854.0, 9901.0, 9853.0, 9875.0, 9859.0, 9850.0, 9924.0, 9832.0, 9898.0, 9848.0, 9874.0, 9843.0, 9849.0, 9911.0, 9836.0, 9899.0, 9833.0, 9873.0, 9836.0, 9875.0, 9874.0, 9879.0, 9904.0, 9884.0, 9921.0, 9855.0, 9903.0, 9852.0, 9879.0, 9852.0, 9886.0, 9925.0, 9903.0, 9927.0, 9875.0, 9918.0, 9883.0, 9930.0, 9879.0, 9917.0, 9894.0, 9921.0, 9907.0, 9909.0, 9860.0, 9895.0, 9902.0, 9894.0, 9927.0, 9879.0, 9944.0, 9903.0, 9948.0, 9867.0, 9906.0, 9864.0, 9889.0, 9895.0, 9876.0, 9943.0, 9900.0, 9925.0, 9856.0, 9895.0, 9854.0, 9881.0, 9891.0, 9870.0, 9932.0, 9909.0, 9936.0, 9854.0, 9906.0, 9856.0, 9892.0, 9882.0, 9886.0, 9900.0, 9899.0, 9918.0, 9833.0, 9873.0, 9822.0, 9875.0, 9875.0, 9882.0, 9886.0, 9864.0, 9919.0, 9855.0, 9904.0, 9851.0, 9927.0, 9838.0, 9881.0, 9853.0, 9866.0, 9931.0, 9867.0, 9917.0, 9860.0, 9898.0, 9822.0, 9863.0, 9846.0, 9848.0, 9916.0, 9836.0, 9897.0, 9856.0, 9885.0, 9843.0, 9855.0, 9802.0, 9847.0, 9911.0, 9835.0, 9885.0, 9843.0, 9859.0, 9887.0, 9854.0, 9917.0, 9860.0, 9896.0, 9830.0, 9870.0, 9815.0, 9862.0, 9857.0, 9853.0, 9917.0, 9883.0, 9906.0, 9862.0, 9886.0, 9819.0, 9870.0, 9840.0, 9895.0, 9857.0, 9906.0, 9885.0, 9898.0, 9839.0, 9888.0, 9905.0, 9871.0, 9930.0, 9882.0, 9906.0, 9869.0, 9872.0, 9843.0, 9858.0, 9913.0, 9848.0, 9913.0, 9862.0, 9872.0, 9865.0, 9852.0, 9887.0, 9836.0, 9892.0, 9826.0, 9882.0, 9853.0, 9886.0, 9863.0, 9842.0, 9918.0, 9857.0, 9893.0, 9826.0, 9854.0, 9847.0, 9858.0, 9884.0, 9872.0, 9895.0, 9843.0, 9896.0, 9843.0, 9882.0, 9854.0, 9875.0, 9856.0, 9851.0, 9872.0, 9841.0, 9910.0, 9826.0, 9877.0, 9825.0, 9858.0, 9843.0, 9858.0, 9911.0, 9866.0, 9905.0, 9836.0, 9887.0, 9831.0, 9882.0, 9829.0, 9869.0, 9838.0, 9865.0, 9901.0, 9839.0, 9892.0, 9854.0, 9889.0, 9812.0, 9863.0, 9809.0, 9872.0, 9848.0, 9841.0, 9888.0, 9834.0, 9909.0, 9844.0, 9876.0, 9810.0, 9851.0, 9835.0, 9857.0, 9878.0, 9849.0, 9889.0, 9848.0, 9887.0, 9828.0, 9892.0, 9827.0, 9878.0, 9814.0, 9858.0, 9857.0, 9851.0, 9863.0, 9835.0, 9836.0, 9841.0, 9879.0, 9814.0, 9850.0, 9834.0, 9836.0, 9889.0, 9811.0, 9893.0, 9862.0, 9900.0, 9850.0, 9888.0, 9870.0, 9861.0, 9913.0, 9944.0, 9861.0, 9888.0, 9822.0, 9844.0, 9883.0, 9862.0, 9875.0, 9871.0, 9854.0, 9880.0, 9871.0, 9867.0, 9858.0, 9851.0, 9881.0, 9851.0, 9848.0, 9800.0, 9814.0, 9784.0, 9777.0, 9853.0, 9773.0, 9839.0, 9760.0, 9814.0, 9746.0, 9791.0, 9762.0, 9801.0, 9824.0, 9801.0, 9803.0, 9811.0, 9874.0, 9809.0, 9865.0, 9810.0, 9840.0, 9852.0, 9832.0, 9913.0, 9849.0, 9899.0, 9831.0, 9874.0, 9820.0, 9865.0, 9901.0, 9855.0, 9916.0, 9839.0, 9903.0, 9852.0, 9898.0, 9891.0, 9886.0, 9918.0, 9891.0, 9919.0, 9840.0, 9918.0, 9857.0, 9907.0, 9873.0, 9925.0, 9869.0, 9892.0, 9836.0, 9864.0, 9874.0, 9866.0, 9918.0, 9841.0, 9893.0, 9865.0, 9868.0, 9931.0, 9854.0, 9904.0, 9850.0, 9877.0, 9846.0, 9851.0, 9927.0, 9857.0, 9883.0, 9910.0, 9972.0, 9918.0, 9884.0, 9829.0, 9854.0, 9862.0, 9869.0, 9927.0, 9857.0, 9926.0, 9858.0, 9890.0, 9828.0, 9843.0, 9838.0, 9847.0, 9898.0, 9851.0, 9887.0, 9851.0, 9879.0, 9855.0, 9863.0, 9859.0, 9852.0, 9900.0, 9850.0, 9890.0, 9853.0, 9878.0, 9854.0, 9882.0, 9854.0, 9871.0, 9877.0, 9853.0, 9902.0, 9851.0, 9888.0, 9851.0, 9875.0, 9852.0, 9879.0, 9853.0, 9882.0, 9853.0, 9878.0, 9861.0, 9878.0, 9851.0, 9877.0, 9855.0, 9878.0, 9855.0, 9881.0, 9867.0, 9883.0, 9879.0, 9885.0, 9908.0, 9872.0, 9923.0, 9887.0, 9925.0, 9888.0, 9910.0, 9875.0, 9895.0, 9869.0, 9891.0, 9873.0, 9889.0, 9871.0, 9893.0, 9874.0, 9913.0, 9873.0, 9918.0, 9875.0, 9879.0, 9874.0, 9874.0, 9881.0, 9875.0, 9880.0, 9842.0, 9894.0, 9875.0, 9889.0, 9876.0, 9916.0, 9887.0, 9937.0, 9900.0, 9949.0, 9893.0, 9935.0, 9913.0, 9936.0, 9898.0, 9950.0, 9898.0, 9950.0, 9898.0, 9950.0, 9895.0, 9947.0, 9894.0, 9945.0, 9882.0, 9926.0, 9878.0, 9931.0, 9891.0, 9928.0, 9873.0, 9925.0, 9892.0, 9926.0, 9887.0, 9858.0, 9885.0, 9856.0, 9900.0, 9873.0, 9901.0, 9862.0, 9897.0, 9893.0, 9910.0, 9881.0, 9950.0, 9911.0, 9904.0, 9914.0, 9896.0, 9927.0, 9903.0, 9943.0, 9916.0, 9968.0, 9914.0, 9920.0, 9931.0, 9921.0, 9955.0, 9941.0, 9970.0, 9953.0, 9958.0, 9932.0, 9916.0, 9928.0, 9906.0, 9924.0, 9908.0, 9924.0, 9888.0, 9920.0, 9883.0, 9920.0, 9898.0, 9932.0, 9893.0, 9952.0, 9900.0, 9922.0, 9829.0, 9891.0, 9941.0, 9945.0, 9987.0, 9932.0, 9971.0, 9932.0, 9944.0, 9964.0, 9918.0, 9983.0, 9949.0, 10000.0, 9975.0, 10014.0, 9963.0, 9995.0, 9935.0, 9972.0, 9953.0, 9993.0, 9937.0, 10008.0, 9964.0, 10008.0, 9962.0, 9990.0, 9936.0, 9976.0, 9935.0, 9957.0, 9904.0, 9944.0, 9910.0, 9966.0, 9939.0, 9963.0, 9932.0, 9982.0, 9958.0, 9994.0, 9943.0, 9975.0, 9955.0, 9980.0, 9940.0, 9957.0, 9924.0, 9961.0, 9925.0, 9964.0, 9920.0, 9980.0, 9939.0, 9978.0, 9929.0, 9965.0, 9930.0, 9957.0, 9929.0, 9976.0, 9940.0, 9984.0, 9942.0, 9986.0, 9969.0, 9970.0, 9968.0, 9932.0, 9968.0, 9944.0, 9988.0, 9940.0, 9974.0, 9927.0, 9972.0, 9957.0, 9987.0, 9954.0, 9971.0, 9952.0, 9925.0, 9953.0, 9937.0, 9955.0, 9936.0, 9952.0, 9937.0, 9952.0, 9936.0, 9951.0, 9936.0, 9923.0, 10013.0, 10022.0, 9987.0, 9948.0, 9919.0, 9944.0, 9923.0, 9959.0, 9953.0, 9967.0, 9932.0, 9961.0, 9916.0, 9902.0, 9929.0, 9894.0, 9939.0, 9928.0, 9945.0, 9925.0, 9950.0, 9925.0, 9961.0, 9899.0, 9959.0, 9912.0, 9974.0, 9924.0, 9972.0, 9935.0, 9960.0, 9924.0, 9956.0, 9915.0, 9957.0, 9907.0, 9937.0, 9903.0, 9940.0, 9899.0, 9925.0, 9898.0, 9925.0, 9898.0, 9927.0, 9912.0, 9927.0, 9918.0, 9931.0, 9931.0, 9896.0, 9933.0, 9910.0, 9921.0, 9930.0, 9939.0, 9928.0, 9902.0, 9921.0, 9885.0, 9912.0, 9893.0, 9928.0, 9912.0, 9931.0, 9895.0, 9928.0, 9901.0, 9927.0, 9907.0, 9946.0, 9910.0, 9976.0, 9924.0, 9970.0, 9925.0, 9968.0, 9926.0, 9970.0, 9937.0, 9950.0, 9932.0, 9908.0, 9953.0, 9924.0, 9973.0, 9950.0, 9967.0, 9937.0, 9965.0, 9929.0, 9975.0, 9944.0, 9984.0, 9943.0, 9990.0, 9943.0, 9974.0, 9926.0, 9965.0, 9932.0, 9962.0, 9922.0, 9946.0, 9904.0, 9933.0, 9929.0, 9930.0, 9940.0, 9918.0, 9950.0, 9918.0, 9966.0, 9907.0, 9956.0, 9903.0, 9945.0, 9916.0, 9976.0, 9928.0, 9971.0, 9926.0, 9977.0, 9944.0, 9978.0, 9942.0, 9949.0, 9944.0, 9951.0, 9952.0, 9954.0, 9957.0, 9938.0, 9955.0, 9929.0, 9951.0, 9951.0, 9955.0, 9932.0, 9957.0, 9929.0, 9957.0, 9937.0, 9949.0, 9939.0, 9949.0, 9927.0, 9955.0, 9926.0, 9957.0, 9954.0, 9956.0, 9947.0, 9972.0, 9926.0, 9958.0, 9941.0, 9964.0, 9941.0, 9963.0, 9942.0, 9947.0, 9940.0, 9968.0, 9939.0, 9982.0, 9947.0, 9960.0, 9924.0, 9950.0, 9921.0, 9952.0, 9927.0, 9960.0, 9931.0, 9951.0, 9938.0, 9942.0, 9930.0, 9954.0, 9922.0, 9937.0, 9925.0, 9934.0, 9941.0, 9950.0, 9932.0, 9991.0, 9930.0, 9966.0, 9945.0, 9966.0, 9959.0, 9970.0, 9952.0, 9930.0, 9959.0, 9959.0, 9961.0, 9953.0, 9955.0, 9939.0, 9952.0, 9924.0, 9952.0, 9950.0, 9941.0, 9953.0, 9958.0, 9927.0, 9957.0, 9925.0, 9957.0, 9929.0, 9952.0, 9946.0, 9970.0, 9942.0, 9955.0, 9927.0, 9972.0, 9966.0, 9953.0, 9934.0, 9936.0, 9942.0, 9939.0, 9972.0, 9940.0, 9976.0, 9926.0, 9973.0, 9940.0, 9979.0, 9940.0, 9972.0, 9926.0, 9977.0, 9943.0, 9982.0, 9952.0, 9942.0, 9958.0, 9929.0, 9960.0, 9938.0, 9955.0, 9965.0, 9939.0, 9979.0, 9924.0, 9979.0, 9927.0, 9977.0, 9928.0, 9979.0, 9933.0, 9984.0, 9955.0, 9971.0, 9960.0, 9932.0, 9959.0, 9937.0, 9962.0, 9971.0, 9954.0, 9926.0, 9956.0, 9942.0, 9956.0, 9939.0, 9967.0, 9931.0, 9952.0, 9937.0, 9956.0, 9922.0, 9969.0, 9943.0, 9980.0, 9930.0, 9953.0, 9928.0, 9954.0, 9938.0, 9967.0, 9926.0, 9935.0, 9924.0, 9939.0, 9925.0, 9967.0, 9931.0, 9983.0, 9929.0, 9980.0, 9930.0, 9989.0, 9944.0, 9977.0, 9941.0, 10005.0, 9948.0, 9991.0, 9960.0, 9983.0, 9963.0, 9949.0, 9957.0, 9946.0, 9975.0, 9947.0, 9974.0, 9933.0, 9959.0, 9954.0, 9962.0, 9996.0, 9954.0, 9985.0, 9921.0, 9974.0, 9921.0, 9961.0, 9922.0, 9945.0, 9908.0, 9945.0, 9918.0, 9948.0, 9906.0, 9929.0, 9890.0, 9930.0, 9915.0, 9936.0, 9945.0, 9933.0, 9914.0, 9916.0, 9917.0, 9916.0, 9913.0, 9918.0, 9905.0, 9929.0, 9906.0, 9932.0, 9895.0, 9934.0, 9929.0, 9919.0, 9928.0, 9918.0, 9936.0, 9919.0, 9968.0, 9907.0, 9955.0, 9902.0, 9956.0, 9919.0, 9973.0, 9906.0, 9944.0, 9906.0, 9943.0, 9907.0, 9945.0, 9910.0, 9932.0, 9928.0, 9933.0, 9914.0, 9948.0, 9930.0, 9984.0, 9941.0, 9999.0, 9934.0, 9993.0, 9948.0, 9987.0, 9961.0, 9935.0, 9963.0, 9961.0, 9964.0, 9961.0, 9964.0, 9937.0, 9961.0, 9931.0, 9960.0, 9971.0, 9985.0, 9947.0, 9956.0, 9930.0, 9954.0, 9928.0, 9955.0, 9927.0, 9978.0, 9935.0, 9972.0, 9933.0, 9950.0, 9879.0, 9899.0, 9946.0, 10017.0, 9976.0, 9991.0, 10013.0, 9971.0, 9987.0, 9954.0, 9991.0, 9990.0, 10033.0, 10006.0, 10019.0, 9995.0, 9962.0, 9979.0, 9943.0, 9998.0, 9980.0, 10022.0, 9951.0, 10028.0, 9967.0, 10002.0, 9928.0, 9971.0, 9945.0, 10000.0, 9928.0, 9950.0, 9912.0, 9955.0, 9931.0, 9987.0, 9930.0, 9979.0, 9914.0, 9950.0, 9916.0, 9966.0, 9927.0, 9996.0, 9916.0, 9950.0, 9923.0, 9950.0, 9897.0, 9954.0, 9947.0, 9950.0, 9924.0, 9937.0, 9946.0, 9923.0, 9988.0, 9932.0, 9968.0, 9907.0, 9943.0, 9909.0, 9946.0, 9912.0, 9968.0, 9926.0, 9963.0, 9912.0, 9948.0, 9924.0, 9952.0, 9923.0, 9948.0, 9900.0, 9954.0, 9911.0, 9949.0, 9913.0, 9949.0, 9897.0, 9940.0, 9901.0, 9956.0, 9915.0, 9955.0, 9933.0, 9955.0, 9933.0, 9941.0, 9918.0, 9957.0, 9943.0, 9945.0, 9967.0, 9943.0, 9980.0, 9942.0, 9993.0, 9928.0, 9981.0, 9931.0, 9983.0, 9931.0, 9968.0, 9931.0, 9957.0, 9933.0, 9956.0, 9950.0, 9977.0, 9938.0, 9972.0, 9939.0, 9969.0, 9940.0, 9988.0, 9941.0, 9992.0, 9953.0, 9978.0, 9963.0, 9980.0, 9959.0, 9960.0, 9984.0, 9946.0, 10016.0, 9947.0, 9987.0, 9931.0, 9987.0, 9935.0, 9976.0, 9954.0, 9994.0, 9957.0, 9933.0, 9988.0, 9950.0, 9995.0, 9988.0, 10019.0, 9988.0, 10010.0, 10001.0, 9973.0, 10011.0, 10000.0, 10033.0, 10009.0, 10043.0, 9985.0, 10049.0, 9997.0, 10048.0, 9991.0, 10032.0, 10007.0, 9981.0, 9973.0, 9963.0, 10013.0, 9962.0, 10004.0, 9959.0, 9984.0, 9921.0, 9951.0, 9910.0, 9955.0, 9936.0, 9938.0, 9966.0, 9945.0, 9942.0, 10001.0, 9963.0, 9966.0, 9952.0, 9913.0, 9966.0, 9964.0, 9969.0, 10005.0, 9968.0, 10026.0, 9952.0, 9998.0, 9973.0, 9960.0, 10003.0, 9962.0, 10003.0, 9952.0, 9976.0, 9904.0, 9932.0, 9931.0, 9933.0, 9972.0, 9927.0, 9952.0, 9884.0, 9936.0, 9902.0, 9947.0, 9890.0, 9912.0, 9910.0, 9916.0, 9926.0, 9903.0, 9970.0, 9909.0, 9949.0, 9912.0, 9949.0, 9911.0, 9948.0, 9929.0, 9939.0, 9927.0, 9953.0, 9920.0, 9936.0, 9945.0, 9939.0, 9963.0, 9939.0, 9906.0, 9940.0, 9925.0, 9941.0, 9966.0, 9942.0, 9997.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.00023357142857142855</td></tr>
<tr><td colspan=3>aqi</td><td>0.029164817593984965</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.73167762135438</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1892885821745673</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9529717794431897</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>5587.4126</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0749685647059448</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.857142857142857</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.480464044369199</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4566304868839106</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682965390578575</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3017962556451117</td></tr>
<tr><td colspan=3>gcor</td><td>0.0332221</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009235748089849949</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031354229897260666</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9297588565983435</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.7925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5123</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>184.2046</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295896.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.7482</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.741</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>629.5632</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3660.6877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3829.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80648.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1316.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.354</td></tr>
<tr><td colspan=3>tsnr</td><td>34.51385809108615</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>