<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-03/func/sub-0037_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>8b9db4de5afc9b12b2f8ec947cdda0fc</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:27:53.077500</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.99925, 0.0381719, 0.00652985, -0.038038, 0.999085, -0.0195296]</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.0964304</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7740, -7225, 514, -43, -157, 37, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>262.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e01c466a-8386-48cf-bd8e-ce2fce2ce5b0||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.6809144020080566, -0.1020531952381134, 0.019627263769507408, 117.48973846435547], [-0.10241243988275528, 2.6804730892181396, -0.0520196333527565, -87.78970336914062], [0.017519105225801468, 0.052396390587091446, 2.699427604675293, -53.75164031982422], [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': ['182753.077500', '182753.537500', '182753.997500', '182754.457500', '182754.917500', '182755.377500', '182755.837500', '182756.297500', '182756.757500', '182757.217500', '182757.677500', '182758.137500', '182758.597500', '182759.057500', '182759.517500', '182759.977500', '182800.437500', '182800.897500', '182801.357500', '182801.817500', '182802.277500', '182802.737500', '182803.197500', '182803.657500', '182804.117500', '182804.577500', '182805.037500', '182805.497500', '182805.957500', '182806.417500', '182806.877500', '182807.337500', '182807.797500', '182808.257500', '182808.717500', '182809.177500', '182809.637500', '182810.097500', '182810.557500', '182811.017500', '182811.477500', '182811.937500', '182812.397500', '182812.857500', '182813.317500', '182813.777500', '182814.237500', '182814.697500', '182815.157500', '182815.617500', '182816.077500', '182816.537500', '182816.997500', '182817.457500', '182817.917500', '182818.377500', '182818.837500', '182819.297500', '182819.757500', '182820.217500', '182820.677500', '182821.137500', '182821.597500', '182822.057500', '182822.517500', '182822.977500', '182823.437500', '182823.897500', '182824.357500', '182824.817500', '182825.277500', '182825.737500', '182826.197500', '182826.657500', '182827.117500', '182827.577500', '182828.037500', '182828.497500', '182828.957500', '182829.417500', '182829.877500', '182830.337500', '182830.797500', '182831.257500', '182831.717500', '182832.177500', '182832.637500', '182833.097500', '182833.557500', '182834.017500', '182834.477500', '182834.937500', '182835.397500', '182835.857500', '182836.317500', '182836.777500', '182837.237500', '182837.697500', '182838.157500', '182838.617500', '182839.077500', '182839.537500', '182839.997500', '182840.457500', '182840.917500', '182841.377500', '182841.837500', '182842.297500', '182842.757500', '182843.217500', '182843.677500', '182844.137500', '182844.597500', '182845.057500', '182845.517500', '182845.977500', '182846.437500', '182846.897500', '182847.357500', '182847.817500', '182848.277500', '182848.737500', '182849.197500', '182849.657500', '182850.117500', '182850.577500', '182851.037500', '182851.497500', '182851.957500', '182852.417500', '182852.877500', '182853.337500', '182853.797500', '182854.257500', '182854.717500', '182855.177500', '182855.637500', '182856.097500', '182856.557500', '182857.017500', '182857.477500', '182857.937500', '182858.397500', '182858.857500', '182859.317500', '182859.777500', '182900.237500', '182900.697500', '182901.157500', '182901.617500', '182902.077500', '182902.537500', '182902.997500', '182903.457500', '182903.917500', '182904.377500', '182904.837500', '182905.297500', '182905.757500', '182906.217500', '182906.677500', '182907.137500', '182907.597500', '182908.057500', '182908.517500', '182908.977500', '182909.437500', '182909.897500', '182910.357500', '182910.817500', '182911.277500', '182911.737500', '182912.197500', '182912.657500', '182913.117500', '182913.577500', '182914.037500', '182914.497500', '182914.957500', '182915.417500', '182915.877500', '182916.337500', '182916.797500', '182917.257500', '182917.717500', '182918.177500', '182918.637500', '182919.097500', '182919.557500', '182920.017500', '182920.477500', '182920.937500', '182921.397500', '182921.857500', '182922.317500', '182922.777500', '182923.237500', '182923.697500', '182924.157500', '182924.617500', '182925.077500', '182925.537500', '182925.997500', '182926.457500', '182926.917500', '182927.377500', '182927.837500', '182928.297500', '182928.757500', '182929.217500', '182929.677500', '182930.137500', '182930.597500', '182931.057500', '182931.517500', '182931.977500', '182932.437500', '182932.897500', '182933.357500', '182933.817500', '182934.277500', '182934.737500', '182935.197500', '182935.657500', '182936.117500', '182936.577500', '182937.037500', '182937.497500', '182937.957500', '182938.417500', '182938.877500', '182939.337500', '182939.797500', '182940.257500', '182940.717500', '182941.177500', '182941.637500', '182942.097500', '182942.557500', '182943.017500', '182943.477500', '182943.937500', '182944.397500', '182944.857500', '182945.317500', '182945.777500', '182946.237500', '182946.697500', '182947.157500', '182947.617500', '182948.077500', '182948.537500', '182948.997500', '182949.457500', '182949.917500', '182950.377500', '182950.837500', '182951.297500', '182951.757500', '182952.217500', '182952.677500', '182953.137500', '182953.597500', '182954.057500', '182954.517500', '182954.977500', '182955.437500', '182955.897500', '182956.357500', '182956.817500', '182957.277500', '182957.737500', '182958.197500', '182958.657500', '182959.117500', '182959.577500', '183000.037500', '183000.497500', '183000.957500', '183001.417500', '183001.877500', '183002.337500', '183002.797500', '183003.257500', '183003.717500', '183004.177500', '183004.637500', '183005.097500', '183005.557500', '183006.017500', '183006.477500', '183006.937500', '183007.397500', '183007.857500', '183008.317500', '183008.777500', '183009.237500', '183009.697500', '183010.157500', '183010.617500', '183011.077500', '183011.537500', '183011.997500', '183012.457500', '183012.917500', '183013.377500', '183013.837500', '183014.297500', '183014.757500', '183015.217500', '183015.677500', '183016.137500', '183016.597500', '183017.057500', '183017.517500', '183017.977500', '183018.437500', '183018.897500', '183019.357500', '183019.817500', '183020.277500', '183020.737500', '183021.197500', '183021.657500', '183022.117500', '183022.577500', '183023.037500', '183023.497500', '183023.957500', '183024.417500', '183024.877500', '183025.337500', '183025.797500', '183026.257500', '183026.717500', '183027.177500', '183027.637500', '183028.097500', '183028.557500', '183029.017500', '183029.477500', '183029.937500', '183030.397500', '183030.857500', '183031.317500', '183031.777500', '183032.237500', '183032.697500', '183033.157500', '183033.617500', '183034.077500', '183034.537500', '183034.997500', '183035.457500', '183035.917500', '183036.377500', '183036.837500', '183037.297500', '183037.757500', '183038.217500', '183038.677500', '183039.137500', '183039.597500', '183040.057500', '183040.517500', '183040.977500', '183041.437500', '183041.897500', '183042.357500', '183042.817500', '183043.277500', '183043.737500', '183044.197500', '183044.657500', '183045.117500', '183045.577500', '183046.037500', '183046.497500', '183046.957500', '183047.417500', '183047.877500', '183048.337500', '183048.797500', '183049.257500', '183049.717500', '183050.177500', '183050.637500', '183051.097500', '183051.557500', '183052.017500', '183052.477500', '183052.937500', '183053.397500', '183053.857500', '183054.317500', '183054.777500', '183055.237500', '183055.697500', '183056.157500', '183056.617500', '183057.077500', '183057.537500', '183057.997500', '183058.457500', '183058.917500', '183059.377500', '183059.837500', '183100.297500', '183100.757500', '183101.217500', '183101.677500', '183102.137500', '183102.597500', '183103.057500', '183103.517500', '183103.977500', '183104.437500', '183104.897500', '183105.357500', '183105.817500', '183106.277500', '183106.737500', '183107.197500', '183107.657500', '183108.117500', '183108.577500', '183109.037500', '183109.497500', '183109.957500', '183110.417500', '183110.877500', '183111.337500', '183111.797500', '183112.257500', '183112.717500', '183113.177500', '183113.637500', '183114.097500', '183114.557500', '183115.017500', '183115.477500', '183115.937500', '183116.397500', '183116.857500', '183117.317500', '183117.777500', '183118.237500', '183118.697500', '183119.157500', '183119.617500', '183120.077500', '183120.537500', '183120.997500', '183121.457500', '183121.917500', '183122.377500', '183122.837500', '183123.297500', '183123.757500', '183124.217500', '183124.677500', '183125.137500', '183125.597500', '183126.057500', '183126.517500', '183126.977500', '183127.437500', '183127.897500', '183128.357500', '183128.817500', '183129.277500', '183129.737500', '183130.197500', '183130.657500', '183131.117500', '183131.577500', '183132.037500', '183132.497500', '183132.957500', '183133.417500', '183133.877500', '183134.337500', '183134.797500', '183135.257500', '183135.717500', '183136.177500', '183136.637500', '183137.097500', '183137.557500', '183138.017500', '183138.477500', '183138.937500', '183139.397500', '183139.857500', '183140.317500', '183140.777500', '183141.237500', '183141.697500', '183142.157500', '183142.617500', '183143.077500', '183143.537500', '183143.997500', '183144.457500', '183144.917500', '183145.377500', '183145.837500', '183146.297500', '183146.757500', '183147.217500', '183147.677500', '183148.137500', '183148.597500', '183149.057500', '183149.517500', '183149.977500', '183150.437500', '183150.897500', '183151.357500', '183151.817500', '183152.277500', '183152.737500', '183153.197500', '183153.657500', '183154.117500', '183154.577500', '183155.037500', '183155.497500', '183155.957500', '183156.417500', '183156.877500', '183157.337500', '183157.797500', '183158.257500', '183158.717500', '183159.177500', '183159.637500', '183200.097500', '183200.557500', '183201.017500', '183201.477500', '183201.937500', '183202.397500', '183202.857500', '183203.317500', '183203.777500', '183204.237500', '183204.697500', '183205.157500', '183205.617500', '183206.077500', '183206.537500', '183206.997500', '183207.457500', '183207.917500', '183208.377500', '183208.837500', '183209.297500', '183209.757500', '183210.217500', '183210.677500', '183211.137500', '183211.597500', '183212.057500', '183212.517500', '183212.977500', '183213.437500', '183213.897500', '183214.357500', '183214.817500', '183215.277500', '183215.737500', '183216.197500', '183216.657500', '183217.117500', '183217.577500', '183218.037500', '183218.497500', '183218.957500', '183219.417500', '183219.877500', '183220.337500', '183220.797500', '183221.257500', '183221.717500', '183222.177500', '183222.637500', '183223.097500', '183223.557500', '183224.017500', '183224.477500', '183224.937500', '183225.397500', '183225.857500', '183226.317500', '183226.777500', '183227.237500', '183227.697500', '183228.157500', '183228.617500', '183229.077500', '183229.537500', '183229.997500', '183230.457500', '183230.917500', '183231.377500', '183231.837500', '183232.297500', '183232.757500', '183233.217500', '183233.677500', '183234.137500', '183234.597500', '183235.057500', '183235.517500', '183235.977500', '183236.437500', '183236.897500', '183237.357500', '183237.817500', '183238.277500', '183238.737500', '183239.197500', '183239.657500', '183240.117500', '183240.577500', '183241.037500', '183241.497500', '183241.957500', '183242.417500', '183242.877500', '183243.337500', '183243.797500', '183244.257500', '183244.717500', '183245.177500', '183245.637500', '183246.097500', '183246.557500', '183247.017500', '183247.477500', '183247.937500', '183248.397500', '183248.857500', '183249.317500', '183249.777500', '183250.237500', '183250.697500', '183251.157500', '183251.617500', '183252.077500', '183252.537500', '183252.997500', '183253.457500', '183253.917500', '183254.377500', '183254.837500', '183255.297500', '183255.757500', '183256.217500', '183256.677500', '183257.137500', '183257.597500', '183258.057500', '183258.517500', '183258.977500', '183259.437500', '183259.897500', '183300.357500', '183300.817500', '183301.277500', '183301.737500', '183302.197500', '183302.657500', '183303.117500', '183303.577500', '183304.037500', '183304.497500', '183304.957500', '183305.417500', '183305.877500', '183306.337500', '183306.797500', '183307.257500', '183307.717500', '183308.177500', '183308.637500', '183309.097500', '183309.557500', '183310.017500', '183310.477500', '183310.937500', '183311.397500', '183311.857500', '183312.317500', '183312.777500', '183313.237500', '183313.697500', '183314.157500', '183314.617500', '183315.077500', '183315.537500', '183315.997500', '183316.457500', '183316.917500', '183317.377500', '183317.837500', '183318.297500', '183318.757500', '183319.217500', '183319.677500', '183320.137500', '183320.597500', '183321.057500', '183321.517500', '183321.977500', '183322.437500', '183322.897500', '183323.357500', '183323.817500', '183324.277500', '183324.737500', '183325.197500', '183325.657500', '183326.117500', '183326.577500', '183327.037500', '183327.497500', '183327.957500', '183328.417500', '183328.877500', '183329.337500', '183329.797500', '183330.257500', '183330.717500', '183331.177500', '183331.637500', '183332.097500', '183332.557500', '183333.017500', '183333.477500', '183333.937500', '183334.397500', '183334.857500', '183335.317500', '183335.777500', '183336.237500', '183336.697500', '183337.157500', '183337.617500', '183338.077500', '183338.537500', '183338.997500', '183339.457500', '183339.917500', '183340.377500', '183340.837500', '183341.297500', '183341.757500', '183342.217500', '183342.677500', '183343.137500', '183343.597500', '183344.057500', '183344.517500', '183344.977500', '183345.437500', '183345.897500', '183346.357500', '183346.817500', '183347.277500', '183347.737500', '183348.197500', '183348.657500', '183349.117500', '183349.577500', '183350.037500', '183350.497500', '183350.957500', '183351.417500', '183351.877500', '183352.337500', '183352.797500', '183353.257500', '183353.717500', '183354.177500', '183354.637500', '183355.097500', '183355.557500', '183356.017500', '183356.477500', '183356.937500', '183357.397500', '183357.857500', '183358.317500', '183358.777500', '183359.237500', '183359.697500', '183400.157500', '183400.617500', '183401.077500', '183401.537500', '183401.997500', '183402.457500', '183402.917500', '183403.377500', '183403.837500', '183404.297500', '183404.757500', '183405.217500', '183405.677500', '183406.137500', '183406.597500', '183407.057500', '183407.517500', '183407.977500', '183408.437500', '183408.897500', '183409.357500', '183409.817500', '183410.277500', '183410.737500', '183411.197500', '183411.657500', '183412.117500', '183412.577500', '183413.037500', '183413.497500', '183413.957500', '183414.417500', '183414.877500', '183415.337500', '183415.797500', '183416.257500', '183416.717500', '183417.177500', '183417.637500', '183418.097500', '183418.557500', '183419.017500', '183419.477500', '183419.937500', '183420.397500', '183420.857500', '183421.317500', '183421.777500', '183422.237500', '183422.697500', '183423.157500', '183423.617500', '183424.077500', '183424.537500', '183424.997500', '183425.457500', '183425.917500', '183426.377500', '183426.837500', '183427.297500', '183427.757500', '183428.217500', '183428.677500', '183429.137500', '183429.597500', '183430.057500', '183430.517500', '183430.977500', '183431.437500', '183431.897500', '183432.357500', '183432.817500', '183433.277500', '183433.737500', '183434.197500', '183434.657500', '183435.117500', '183435.577500', '183436.037500', '183436.497500', '183436.957500', '183437.417500', '183437.877500', '183438.337500', '183438.797500', '183439.257500', '183439.717500', '183440.177500', '183440.637500', '183441.097500', '183441.557500', '183442.017500', '183442.477500', '183442.937500', '183443.397500', '183443.857500', '183444.317500', '183444.777500', '183445.237500', '183445.697500', '183446.157500', '183446.617500', '183447.077500', '183447.537500', '183447.997500', '183448.457500', '183448.917500', '183449.377500', '183449.837500', '183450.297500', '183450.757500', '183451.217500', '183451.677500', '183452.137500', '183452.597500', '183453.057500', '183453.517500', '183453.977500', '183454.437500', '183454.897500', '183455.357500', '183455.817500', '183456.277500', '183456.737500', '183457.197500', '183457.657500', '183458.117500', '183458.577500', '183459.037500', '183459.497500', '183459.957500', '183500.417500', '183500.877500', '183501.337500', '183501.797500', '183502.257500', '183502.717500', '183503.177500', '183503.637500', '183504.097500', '183504.557500', '183505.017500', '183505.477500', '183505.937500', '183506.397500', '183506.857500', '183507.317500', '183507.777500', '183508.237500', '183508.697500', '183509.157500', '183509.617500', '183510.077500', '183510.537500', '183510.997500', '183511.457500', '183511.917500', '183512.377500', '183512.837500', '183513.297500', '183513.757500', '183514.217500', '183514.677500', '183515.137500', '183515.597500', '183516.057500', '183516.517500', '183516.977500', '183517.437500', '183517.897500', '183518.357500', '183518.817500', '183519.277500', '183519.737500', '183520.197500', '183520.657500', '183521.117500', '183521.577500', '183522.037500', '183522.497500', '183522.957500', '183523.417500', '183523.877500', '183524.337500', '183524.797500', '183525.257500', '183525.717500', '183526.177500', '183526.637500', '183527.097500', '183527.557500', '183528.017500', '183528.477500', '183528.937500', '183529.397500', '183529.857500', '183530.317500', '183530.777500', '183531.237500', '183531.697500', '183532.157500', '183532.617500', '183533.077500', '183533.537500', '183533.997500', '183534.457500', '183534.917500', '183535.377500', '183535.837500', '183536.297500', '183536.757500', '183537.217500', '183537.677500', '183538.137500', '183538.597500', '183539.057500', '183539.517500', '183539.977500', '183540.437500', '183540.897500', '183541.357500', '183541.817500', '183542.277500', '183542.737500', '183543.197500', '183543.657500', '183544.117500', '183544.577500', '183545.037500', '183545.497500', '183545.957500', '183546.417500', '183546.877500', '183547.337500', '183547.797500', '183548.257500', '183548.717500', '183549.177500', '183549.637500', '183550.097500', '183550.557500', '183551.017500', '183551.477500', '183551.937500', '183552.397500', '183552.857500', '183553.317500', '183553.777500', '183554.237500', '183554.697500', '183555.157500', '183555.617500', '183556.077500', '183556.537500', '183556.997500', '183557.457500', '183557.917500', '183558.377500', '183558.837500', '183559.297500', '183559.757500', '183600.217500', '183600.677500', '183601.137500', '183601.597500', '183602.057500', '183602.517500', '183602.977500', '183603.437500', '183603.897500', '183604.357500', '183604.817500', '183605.277500', '183605.737500', '183606.197500', '183606.657500', '183607.117500', '183607.577500', '183608.037500', '183608.497500', '183608.957500', '183609.417500', '183609.877500', '183610.337500', '183610.797500', '183611.257500', '183611.717500', '183612.177500', '183612.637500', '183613.097500', '183613.557500', '183614.017500', '183614.477500', '183614.937500', '183615.397500', '183615.857500', '183616.317500', '183616.777500', '183617.237500', '183617.697500', '183618.157500', '183618.617500', '183619.077500', '183619.537500', '183619.997500', '183620.457500', '183620.917500', '183621.377500', '183621.837500', '183622.297500', '183622.757500', '183623.217500', '183623.677500', '183624.137500', '183624.597500', '183625.057500', '183625.517500', '183625.977500', '183626.437500', '183626.897500', '183627.357500', '183627.817500', '183628.277500', '183628.737500', '183629.197500', '183629.657500', '183630.117500', '183630.577500', '183631.037500', '183631.497500', '183631.957500', '183632.417500', '183632.877500', '183633.337500', '183633.797500', '183634.257500', '183634.717500', '183635.177500', '183635.637500', '183636.097500', '183636.557500', '183637.017500', '183637.477500', '183637.937500', '183638.397500', '183638.857500', '183639.317500', '183639.777500', '183640.237500', '183640.697500', '183641.157500', '183641.617500', '183642.077500', '183642.537500', '183642.997500', '183643.457500', '183643.917500', '183644.377500', '183644.837500', '183645.297500', '183645.757500', '183646.217500', '183646.677500', '183647.137500', '183647.597500', '183648.057500', '183648.517500', '183648.977500', '183649.437500', '183649.897500', '183650.357500', '183650.817500', '183651.277500', '183651.737500', '183652.197500', '183652.657500', '183653.117500', '183653.577500', '183654.037500', '183654.497500', '183654.957500', '183655.417500', '183655.877500', '183656.337500', '183656.797500', '183657.257500', '183657.717500', '183658.177500', '183658.637500', '183659.097500', '183659.557500', '183700.017500', '183700.477500', '183700.937500', '183701.397500', '183701.857500', '183702.317500', '183702.777500', '183703.237500', '183703.697500', '183704.157500', '183704.617500', '183705.077500', '183705.537500', '183705.997500', '183706.457500', '183706.917500', '183707.377500', '183707.837500', '183708.297500', '183708.757500', '183709.217500', '183709.677500', '183710.137500', '183710.597500', '183711.057500', '183711.517500', '183711.977500', '183712.437500', '183712.897500', '183713.357500', '183713.817500', '183714.277500', '183714.737500', '183715.197500', '183715.657500', '183716.117500', '183716.577500', '183717.037500', '183717.497500', '183717.957500', '183718.417500', '183718.877500', '183719.337500', '183719.797500', '183720.257500', '183720.717500', '183721.177500', '183721.637500', '183722.097500', '183722.557500', '183723.017500', '183723.477500', '183723.937500', '183724.397500', '183724.857500', '183725.317500', '183725.777500', '183726.237500', '183726.697500', '183727.157500', '183727.617500', '183728.077500', '183728.537500', '183728.997500', '183729.457500', '183729.917500', '183730.377500', '183730.837500', '183731.297500', '183731.757500', '183732.217500', '183732.677500', '183733.137500', '183733.597500', '183734.057500', '183734.517500', '183734.977500', '183735.437500', '183735.897500', '183736.357500', '183736.817500', '183737.277500', '183737.737500', '183738.197500', '183738.657500', '183739.117500', '183739.577500', '183740.037500', '183740.497500', '183740.957500', '183741.417500', '183741.877500', '183742.337500', '183742.797500', '183743.257500', '183743.717500', '183744.177500', '183744.637500', '183745.097500', '183745.557500', '183746.017500', '183746.477500', '183746.937500', '183747.397500', '183747.857500', '183748.317500', '183748.777500', '183749.237500', '183749.697500', '183750.157500', '183750.617500', '183751.077500', '183751.537500', '183751.997500', '183752.457500', '183752.917500', '183753.377500', '183753.837500', '183754.297500', '183754.757500', '183755.217500', '183755.677500', '183756.137500', '183756.597500', '183757.057500', '183757.517500', '183757.977500', '183758.437500', '183758.897500', '183759.357500', '183759.817500', '183800.277500', '183800.737500', '183801.197500', '183801.657500', '183802.117500', '183802.577500', '183803.037500', '183803.497500', '183803.957500', '183804.417500', '183804.877500', '183805.337500', '183805.797500', '183806.257500', '183806.717500'], 'ContentTime': ['182807.146000', '182807.150000', '182807.153000', '182807.156000', '182807.159000', '182807.162000', '182807.165000', '182807.176000', '182807.179000', '182807.182000', '182807.185000', '182807.188000', '182807.191000', '182807.195000', '182807.198000', '182807.201000', '182807.204000', '182807.207000', '182807.210000', '182807.213000', '182807.216000', '182807.227000', '182807.230000', '182807.233000', '182807.237000', '182807.240000', '182807.242000', '182807.254000', '182807.257000', '182827.107000', '182827.110000', '182827.113000', '182827.116000', '182827.119000', '182827.127000', '182827.130000', '182827.132000', '182827.136000', '182827.138000', '182827.141000', '182827.144000', '182827.147000', '182827.150000', '182827.153000', '182827.156000', '182827.158000', '182827.161000', '182827.164000', '182827.167000', '182827.170000', '182827.172000', '182827.175000', '182827.178000', '182827.181000', '182827.190000', '182827.193000', '182827.196000', '182827.199000', '182827.201000', '182827.204000', '182827.207000', '182827.210000', '182827.213000', '182827.215000', '182827.218000', '182827.221000', '182827.224000', '182827.227000', '182827.230000', '182827.233000', '182827.236000', '182827.238000', '182847.107000', '182847.110000', '182847.113000', '182847.116000', '182847.119000', '182847.121000', '182847.124000', '182847.127000', '182847.130000', '182847.133000', '182847.136000', '182847.139000', '182847.141000', '182847.144000', '182847.147000', '182847.150000', '182847.153000', '182847.155000', '182847.158000', '182847.161000', '182847.164000', '182847.167000', '182847.170000', '182847.172000', '182847.175000', '182847.178000', '182847.181000', '182847.194000', '182847.197000', '182847.200000', '182847.203000', '182847.205000', '182847.208000', '182847.211000', '182847.214000', '182847.217000', '182847.219000', '182847.222000', '182847.225000', '182847.228000', '182847.231000', '182847.234000', '182847.237000', '182847.239000', '182907.106000', '182907.109000', '182907.112000', '182907.115000', '182907.126000', '182907.129000', '182907.132000', '182907.135000', '182907.138000', '182907.141000', '182907.144000', '182907.147000', '182907.150000', '182907.153000', '182907.156000', '182907.159000', '182907.162000', '182907.165000', '182907.168000', '182907.171000', '182907.173000', '182907.176000', '182907.179000', '182907.182000', '182907.185000', '182907.188000', '182907.191000', '182907.194000', '182907.197000', '182907.199000', '182907.202000', '182907.205000', '182907.208000', '182907.211000', '182907.214000', '182907.217000', '182907.219000', '182907.222000', '182907.225000', '182907.228000', '182907.231000', '182907.234000', '182907.237000', '182927.106000', '182927.109000', '182927.112000', '182927.115000', '182927.117000', '182927.124000', '182927.127000', '182927.130000', '182927.132000', '182927.135000', '182927.138000', '182927.141000', '182927.144000', '182927.147000', '182927.150000', '182927.152000', '182927.155000', '182927.158000', '182927.161000', '182927.164000', '182927.167000', '182927.170000', '182927.172000', '182927.175000', '182927.178000', '182927.181000', '182927.184000', '182927.187000', '182927.189000', '182927.192000', '182927.195000', '182927.198000', '182927.201000', '182927.204000', '182927.207000', '182927.209000', '182927.212000', '182927.215000', '182927.218000', '182927.221000', '182927.224000', '182927.227000', '182927.229000', '182927.232000', '182947.106000', '182947.110000', '182947.113000', '182947.116000', '182947.119000', '182947.122000', '182947.125000', '182947.128000', '182947.131000', '182947.134000', '182947.136000', '182947.139000', '182947.142000', '182947.145000', '182947.148000', '182947.151000', '182947.154000', '182947.156000', '182947.159000', '182947.162000', '182947.165000', '182947.168000', '182947.171000', '182947.188000', '182947.191000', '182947.194000', '182947.197000', '182947.199000', '182947.202000', '182947.205000', '182947.208000', '182947.211000', '182947.214000', '182947.217000', '182947.220000', '182947.222000', '182947.225000', '182947.228000', '182947.231000', '182947.234000', '182947.237000', '182947.240000', '182947.242000', '183007.106000', '183007.109000', '183007.112000', '183007.115000', '183007.118000', '183007.121000', '183007.123000', '183007.126000', '183007.129000', '183007.132000', '183007.135000', '183007.138000', '183007.141000', '183007.144000', '183007.147000', '183007.150000', '183007.153000', '183007.156000', '183007.158000', '183007.161000', '183007.164000', '183007.167000', '183007.170000', '183007.173000', '183007.176000', '183007.179000', '183007.182000', '183007.184000', '183007.187000', '183007.190000', '183007.193000', '183007.196000', '183007.199000', '183007.202000', '183007.205000', '183007.208000', '183007.211000', '183007.213000', '183007.216000', '183007.219000', '183007.222000', '183007.225000', '183007.228000', '183007.231000', '183027.107000', '183027.110000', '183027.113000', '183027.116000', '183027.119000', '183027.121000', '183027.124000', '183027.127000', '183027.130000', '183027.133000', '183027.136000', '183027.139000', '183027.142000', '183027.144000', '183027.147000', '183027.150000', '183027.153000', '183027.156000', '183027.159000', '183027.162000', '183027.164000', '183027.167000', '183027.170000', '183027.173000', '183027.176000', '183027.179000', '183027.182000', '183027.185000', '183027.188000', '183027.190000', '183027.194000', '183027.197000', '183027.200000', '183027.202000', '183027.205000', '183027.208000', '183027.211000', '183027.214000', '183027.217000', '183027.219000', '183027.223000', '183027.226000', '183027.228000', '183047.107000', '183047.110000', '183047.113000', '183047.116000', '183047.119000', '183047.121000', '183047.124000', '183047.127000', '183047.130000', '183047.133000', '183047.136000', '183047.139000', '183047.142000', '183047.144000', '183047.147000', '183047.150000', '183047.153000', '183047.156000', '183047.159000', '183047.162000', '183047.165000', '183047.167000', '183047.170000', '183047.173000', '183047.176000', '183047.179000', '183047.181000', '183047.184000', '183047.187000', '183047.190000', '183047.193000', '183047.196000', '183047.199000', '183047.201000', '183047.204000', '183047.207000', '183047.210000', '183047.213000', '183047.216000', '183047.219000', '183047.221000', '183047.224000', '183047.227000', '183047.230000', '183107.107000', '183107.110000', '183107.113000', '183107.116000', '183107.119000', '183107.122000', '183107.125000', '183107.127000', '183107.130000', '183107.133000', '183107.136000', '183107.139000', '183107.142000', '183107.145000', '183107.149000', '183107.152000', '183107.155000', '183107.158000', '183107.161000', '183107.164000', '183107.167000', '183107.170000', '183107.172000', '183107.175000', '183107.178000', '183107.181000', '183107.184000', '183107.187000', '183107.189000', '183107.192000', '183107.195000', '183107.198000', '183107.201000', '183107.204000', '183107.207000', '183107.210000', '183107.213000', '183107.216000', '183107.219000', '183107.222000', '183107.225000', '183107.228000', '183107.230000', '183127.106000', '183127.109000', '183127.112000', '183127.115000', '183127.131000', '183127.134000', '183127.137000', '183127.139000', '183127.142000', '183127.145000', '183127.148000', '183127.151000', '183127.154000', '183127.156000', '183127.160000', '183127.163000', '183127.165000', '183127.168000', '183127.171000', '183127.174000', '183127.177000', '183127.180000', '183127.183000', '183127.186000', '183127.188000', '183127.191000', '183127.194000', '183127.197000', '183127.200000', '183127.203000', '183127.206000', '183127.209000', '183127.211000', '183127.214000', '183127.217000', '183127.220000', '183127.223000', '183127.226000', '183127.229000', '183127.232000', '183127.234000', '183127.237000', '183127.240000', '183127.243000', '183147.106000', '183147.109000', '183147.112000', '183147.115000', '183147.118000', '183147.120000', '183147.123000', '183147.126000', '183147.129000', '183147.132000', '183147.135000', '183147.138000', '183147.141000', '183147.144000', '183147.146000', '183147.149000', '183147.152000', '183147.155000', '183147.158000', '183147.161000', '183147.164000', '183147.167000', '183147.170000', '183147.172000', '183147.175000', '183147.178000', '183147.181000', '183147.184000', '183147.187000', '183147.190000', '183147.193000', '183147.195000', '183147.198000', '183147.201000', '183147.204000', '183147.207000', '183147.210000', '183147.213000', '183147.216000', '183147.218000', '183147.221000', '183147.224000', '183147.227000', '183207.106000', '183207.109000', '183207.112000', '183207.115000', '183207.118000', '183207.121000', '183207.124000', '183207.126000', '183207.129000', '183207.132000', '183207.135000', '183207.138000', '183207.141000', '183207.144000', '183207.147000', '183207.150000', '183207.153000', '183207.156000', '183207.158000', '183207.161000', '183207.164000', '183207.167000', '183207.170000', '183207.173000', '183207.175000', '183207.179000', '183207.181000', '183207.184000', '183207.187000', '183207.190000', '183207.193000', '183207.196000', '183207.199000', '183207.202000', '183207.205000', '183207.208000', '183207.210000', '183207.214000', '183207.216000', '183207.219000', '183207.222000', '183207.225000', '183207.228000', '183207.231000', '183227.106000', '183227.109000', '183227.112000', '183227.115000', '183227.118000', '183227.121000', '183227.123000', '183227.127000', '183227.129000', '183227.132000', '183227.135000', '183227.138000', '183227.141000', '183227.144000', '183227.147000', '183227.150000', '183227.152000', '183227.155000', '183227.158000', '183227.161000', '183227.164000', '183227.167000', '183227.170000', '183227.173000', '183227.175000', '183227.178000', '183227.181000', '183227.185000', '183227.188000', '183227.191000', '183227.194000', '183227.197000', '183227.200000', '183227.202000', '183227.205000', '183227.208000', '183227.211000', '183227.214000', '183227.217000', '183227.220000', '183227.223000', '183227.226000', '183227.228000', '183247.107000', '183247.110000', '183247.113000', '183247.116000', '183247.119000', '183247.122000', '183247.124000', '183247.127000', '183247.130000', '183247.133000', '183247.136000', '183247.139000', '183247.142000', '183247.145000', '183247.147000', '183247.150000', '183247.154000', '183247.157000', '183247.160000', '183247.163000', '183247.166000', '183247.169000', '183247.172000', '183247.174000', '183247.177000', '183247.180000', '183247.183000', '183247.186000', '183247.189000', '183247.208000', '183247.211000', '183247.214000', '183247.226000', '183247.229000', '183247.232000', '183247.234000', '183247.237000', '183247.240000', '183247.243000', '183247.246000', '183247.249000', '183247.252000', '183247.255000', '183247.257000', '183307.107000', '183307.110000', '183307.113000', '183307.116000', '183307.119000', '183307.122000', '183307.125000', '183307.128000', '183307.131000', '183307.133000', '183307.136000', '183307.139000', '183307.142000', '183307.145000', '183307.148000', '183307.151000', '183307.154000', '183307.157000', '183307.160000', '183307.163000', '183307.166000', '183307.168000', '183307.171000', '183307.174000', '183307.177000', '183307.180000', '183307.183000', '183307.186000', '183307.189000', '183307.191000', '183307.194000', '183307.197000', '183307.200000', '183307.203000', '183307.206000', '183307.209000', '183307.212000', '183307.215000', '183307.218000', '183307.220000', '183307.223000', '183307.226000', '183307.229000', '183327.107000', '183327.110000', '183327.113000', '183327.116000', '183327.119000', '183327.122000', '183327.124000', '183327.127000', '183327.130000', '183327.133000', '183327.136000', '183327.139000', '183327.142000', '183327.145000', '183327.147000', '183327.150000', '183327.155000', '183327.158000', '183327.161000', '183327.164000', '183327.167000', '183327.170000', '183327.172000', '183327.175000', '183327.178000', '183327.181000', '183327.184000', '183327.187000', '183327.190000', '183327.192000', '183327.195000', '183327.198000', '183327.201000', '183327.204000', '183327.207000', '183327.210000', '183327.213000', '183327.215000', '183327.226000', '183327.229000', '183327.232000', '183327.235000', '183327.238000', '183327.241000', '183347.106000', '183347.109000', '183347.112000', '183347.115000', '183347.118000', '183347.121000', '183347.123000', '183347.126000', '183347.129000', '183347.132000', '183347.135000', '183347.138000', '183347.141000', '183347.144000', '183347.147000', '183347.149000', '183347.152000', '183347.155000', '183347.158000', '183347.161000', '183347.164000', '183347.167000', '183347.169000', '183347.172000', '183347.175000', '183347.178000', '183347.181000', '183347.184000', '183347.187000', '183347.190000', '183347.192000', '183347.195000', '183347.198000', '183347.201000', '183347.204000', '183347.207000', '183347.209000', '183347.212000', '183347.215000', '183347.218000', '183347.221000', '183347.225000', '183347.228000', '183407.106000', '183407.109000', '183407.112000', '183407.115000', '183407.118000', '183407.121000', '183407.124000', '183407.127000', '183407.129000', '183407.132000', '183407.135000', '183407.138000', '183407.141000', '183407.144000', '183407.147000', '183407.150000', '183407.153000', '183407.155000', '183407.158000', '183407.161000', '183407.164000', '183407.167000', '183407.170000', '183407.173000', '183407.175000', '183407.178000', '183407.181000', '183407.184000', '183407.187000', '183407.191000', '183407.194000', '183407.197000', '183407.200000', '183407.203000', '183407.206000', '183407.209000', '183407.212000', '183407.214000', '183407.217000', '183407.220000', '183407.239000', '183407.242000', '183407.247000', '183407.250000', '183427.106000', '183427.109000', '183427.112000', '183427.115000', '183427.118000', '183427.121000', '183427.123000', '183427.126000', '183427.129000', '183427.132000', '183427.135000', '183427.138000', '183427.141000', '183427.144000', '183427.146000', '183427.149000', '183427.152000', '183427.155000', '183427.158000', '183427.161000', '183427.175000', '183427.177000', '183427.180000', '183427.183000', '183427.186000', '183427.189000', '183427.192000', '183427.195000', '183427.198000', '183427.201000', '183427.204000', '183427.206000', '183427.209000', '183427.212000', '183427.215000', '183427.218000', '183427.221000', '183427.224000', '183427.226000', '183427.229000', '183427.232000', '183427.235000', '183427.238000', '183447.106000', '183447.109000', '183447.112000', '183447.115000', '183447.117000', '183447.121000', '183447.123000', '183447.126000', '183447.129000', '183447.132000', '183447.135000', '183447.138000', '183447.141000', '183447.144000', '183447.147000', '183447.149000', '183447.152000', '183447.155000', '183447.158000', '183447.161000', '183447.164000', '183447.167000', '183447.170000', '183447.172000', '183447.175000', '183447.178000', '183447.181000', '183447.184000', '183447.187000', '183447.190000', '183447.193000', '183447.195000', '183447.198000', '183447.201000', '183447.204000', '183447.207000', '183447.210000', '183447.213000', '183447.215000', '183447.218000', '183447.221000', '183447.224000', '183447.227000', '183447.230000', '183507.107000', '183507.110000', '183507.113000', '183507.116000', '183507.119000', '183507.122000', '183507.125000', '183507.128000', '183507.130000', '183507.133000', '183507.136000', '183507.139000', '183507.142000', '183507.145000', '183507.148000', '183507.151000', '183507.154000', '183507.157000', '183507.159000', '183507.162000', '183507.165000', '183507.168000', '183507.171000', '183507.174000', '183507.177000', '183507.180000', '183507.183000', '183507.186000', '183507.188000', '183507.191000', '183507.194000', '183507.197000', '183507.200000', '183507.203000', '183507.206000', '183507.209000', '183507.211000', '183507.214000', '183507.217000', '183507.220000', '183507.223000', '183507.226000', '183507.229000', '183527.107000', '183527.111000', '183527.113000', '183527.116000', '183527.119000', '183527.122000', '183527.125000', '183527.128000', '183527.131000', '183527.134000', '183527.137000', '183527.139000', '183527.142000', '183527.145000', '183527.148000', '183527.151000', '183527.154000', '183527.157000', '183527.159000', '183527.162000', '183527.165000', '183527.168000', '183527.171000', '183527.174000', '183527.177000', '183527.180000', '183527.182000', '183527.185000', '183527.188000', '183527.191000', '183527.194000', '183527.197000', '183527.200000', '183527.203000', '183527.205000', '183527.208000', '183527.211000', '183527.214000', '183527.217000', '183527.220000', '183527.223000', '183527.226000', '183527.229000', '183547.107000', '183547.110000', '183547.113000', '183547.116000', '183547.119000', '183547.122000', '183547.124000', '183547.138000', '183547.141000', '183547.144000', '183547.147000', '183547.150000', '183547.153000', '183547.155000', '183547.158000', '183547.161000', '183547.164000', '183547.167000', '183547.170000', '183547.173000', '183547.176000', '183547.178000', '183547.181000', '183547.184000', '183547.187000', '183547.190000', '183547.193000', '183547.196000', '183547.199000', '183547.201000', '183547.204000', '183547.207000', '183547.210000', '183547.213000', '183547.216000', '183547.219000', '183547.222000', '183547.224000', '183547.227000', '183547.230000', '183547.233000', '183547.236000', '183547.239000', '183547.242000', '183607.106000', '183607.109000', '183607.112000', '183607.115000', '183607.118000', '183607.121000', '183607.124000', '183607.127000', '183607.130000', '183607.133000', '183607.136000', '183607.140000', '183607.143000', '183607.154000', '183607.157000', '183607.160000', '183607.163000', '183607.166000', '183607.169000', '183607.172000', '183607.175000', '183607.178000', '183607.181000', '183607.184000', '183607.187000', '183607.189000', '183607.192000', '183607.195000', '183607.198000', '183607.201000', '183607.204000', '183607.207000', '183607.210000', '183607.212000', '183607.215000', '183607.218000', '183607.221000', '183607.224000', '183607.227000', '183607.230000', '183607.233000', '183607.236000', '183607.238000', '183627.106000', '183627.109000', '183627.112000', '183627.115000', '183627.118000', '183627.121000', '183627.124000', '183627.127000', '183627.130000', '183627.132000', '183627.135000', '183627.138000', '183627.141000', '183627.144000', '183627.147000', '183627.150000', '183627.152000', '183627.155000', '183627.158000', '183627.161000', '183627.164000', '183627.167000', '183627.170000', '183627.173000', '183627.176000', '183627.178000', '183627.181000', '183627.184000', '183627.187000', '183627.190000', '183627.193000', '183627.196000', '183627.198000', '183627.201000', '183627.204000', '183627.207000', '183627.210000', '183627.213000', '183627.216000', '183627.219000', '183627.222000', '183627.224000', '183627.227000', '183627.230000', '183647.106000', '183647.109000', '183647.112000', '183647.115000', '183647.118000', '183647.121000', '183647.124000', '183647.127000', '183647.130000', '183647.132000', '183647.135000', '183647.138000', '183647.141000', '183647.145000', '183647.148000', '183647.151000', '183647.154000', '183647.157000', '183647.160000', '183647.163000', '183647.165000', '183647.168000', '183647.171000', '183647.174000', '183647.177000', '183647.180000', '183647.189000', '183647.192000', '183647.194000', '183647.197000', '183647.200000', '183647.203000', '183647.206000', '183647.209000', '183647.212000', '183647.215000', '183647.217000', '183647.220000', '183647.223000', '183647.226000', '183647.229000', '183647.232000', '183647.235000', '183707.106000', '183707.109000', '183707.112000', '183707.115000', '183707.118000', '183707.121000', '183707.124000', '183707.127000', '183707.130000', '183707.133000', '183707.136000', '183707.138000', '183707.141000', '183707.144000', '183707.147000', '183707.150000', '183707.153000', '183707.156000', '183707.159000', '183707.162000', '183707.165000', '183707.168000', '183707.170000', '183707.173000', '183707.176000', '183707.179000', '183707.182000', '183707.185000', '183707.188000', '183707.191000', '183707.193000', '183707.196000', '183707.199000', '183707.202000', '183707.205000', '183707.208000', '183707.211000', '183707.214000', '183707.217000', '183707.219000', '183707.222000', '183707.225000', '183707.228000', '183707.231000', '183727.107000', '183727.110000', '183727.113000', '183727.116000', '183727.119000', '183727.122000', '183727.125000', '183727.128000', '183727.130000', '183727.133000', '183727.136000', '183727.139000', '183727.142000', '183727.145000', '183727.148000', '183727.150000', '183727.153000', '183727.156000', '183727.159000', '183727.162000', '183727.165000', '183727.168000', '183727.171000', '183727.174000', '183727.177000', '183727.180000', '183727.183000', '183727.186000', '183727.189000', '183727.192000', '183727.194000', '183727.197000', '183727.200000', '183727.203000', '183727.206000', '183727.209000', '183727.212000', '183727.215000', '183727.218000', '183727.220000', '183727.223000', '183727.226000', '183727.229000', '183747.107000', '183747.110000', '183747.113000', '183747.116000', '183747.119000', '183747.122000', '183747.125000', '183747.127000', '183747.130000', '183747.133000', '183747.136000', '183747.139000', '183747.142000', '183747.145000', '183747.148000', '183747.150000', '183747.153000', '183747.156000', '183747.159000', '183747.162000', '183747.165000', '183747.168000', '183747.171000', '183747.174000', '183747.177000', '183747.179000', '183747.182000', '183747.185000', '183747.188000', '183747.191000', '183747.194000', '183747.197000', '183747.200000', '183747.203000', '183747.205000', '183747.208000', '183747.211000', '183747.214000', '183747.217000', '183747.220000', '183747.223000', '183747.226000', '183747.229000', '183747.231000', '183807.107000', '183807.110000', '183807.113000', '183807.116000', '183807.119000', '183807.122000', '183807.125000', '183807.128000', '183807.131000', '183807.134000', '183807.137000', '183807.140000', '183807.142000', '183807.145000', '183807.148000', '183807.151000', '183807.154000', '183807.157000', '183807.160000', '183807.163000', '183807.166000', '183807.169000', '183807.172000', '183807.175000', '183807.177000', '183807.180000', '183807.183000', '183807.186000', '183807.190000', '183807.195000', '183807.208000', '183807.211000', '183807.214000', '183807.217000', '183807.220000', '183807.223000', '183807.226000', '183807.229000', '183807.232000', '183807.234000', '183807.237000', '183807.240000', '183807.243000', '183807.714000', '183807.718000'], 'InstanceCreationTime': ['182807.146000', '182807.150000', '182807.153000', '182807.156000', '182807.159000', '182807.162000', '182807.165000', '182807.176000', '182807.179000', '182807.182000', '182807.185000', '182807.188000', '182807.191000', '182807.195000', '182807.198000', '182807.201000', '182807.204000', '182807.207000', '182807.210000', '182807.213000', '182807.216000', '182807.227000', '182807.230000', '182807.233000', '182807.237000', '182807.240000', '182807.242000', '182807.254000', '182807.257000', '182827.107000', '182827.110000', '182827.113000', '182827.116000', '182827.119000', '182827.127000', '182827.130000', '182827.132000', '182827.136000', '182827.138000', '182827.141000', '182827.144000', '182827.147000', '182827.150000', '182827.153000', '182827.156000', '182827.158000', '182827.161000', '182827.164000', '182827.167000', '182827.170000', '182827.172000', '182827.175000', '182827.178000', '182827.181000', '182827.190000', '182827.193000', '182827.196000', '182827.199000', '182827.201000', '182827.204000', '182827.207000', '182827.210000', '182827.213000', '182827.215000', '182827.218000', '182827.221000', '182827.224000', '182827.227000', '182827.230000', '182827.233000', '182827.236000', '182827.238000', '182847.107000', '182847.110000', '182847.113000', '182847.116000', '182847.119000', '182847.121000', '182847.124000', '182847.127000', '182847.130000', '182847.133000', '182847.136000', '182847.139000', '182847.141000', '182847.144000', '182847.147000', '182847.150000', '182847.153000', '182847.155000', '182847.158000', '182847.161000', '182847.164000', '182847.167000', '182847.170000', '182847.172000', '182847.175000', '182847.178000', '182847.181000', '182847.194000', '182847.197000', '182847.200000', '182847.203000', '182847.205000', '182847.208000', '182847.211000', '182847.214000', '182847.217000', '182847.219000', '182847.222000', '182847.225000', '182847.228000', '182847.231000', '182847.234000', '182847.237000', '182847.239000', '182907.106000', '182907.109000', '182907.112000', '182907.115000', '182907.126000', '182907.129000', '182907.132000', '182907.135000', '182907.138000', '182907.141000', '182907.144000', '182907.147000', '182907.150000', '182907.153000', '182907.156000', '182907.159000', '182907.162000', '182907.165000', '182907.168000', '182907.171000', '182907.173000', '182907.176000', '182907.179000', '182907.182000', '182907.185000', '182907.188000', '182907.191000', '182907.194000', '182907.197000', '182907.199000', '182907.202000', '182907.205000', '182907.208000', '182907.211000', '182907.214000', '182907.217000', '182907.219000', '182907.222000', '182907.225000', '182907.228000', '182907.231000', '182907.234000', '182907.237000', '182927.106000', '182927.109000', '182927.112000', '182927.115000', '182927.117000', '182927.124000', '182927.127000', '182927.130000', '182927.132000', '182927.135000', '182927.138000', '182927.141000', '182927.144000', '182927.147000', '182927.150000', '182927.152000', '182927.155000', '182927.158000', '182927.161000', '182927.164000', '182927.167000', '182927.170000', '182927.172000', '182927.175000', '182927.178000', '182927.181000', '182927.184000', '182927.187000', '182927.189000', '182927.192000', '182927.195000', '182927.198000', '182927.201000', '182927.204000', '182927.207000', '182927.209000', '182927.212000', '182927.215000', '182927.218000', '182927.221000', '182927.224000', '182927.227000', '182927.229000', '182927.232000', '182947.106000', '182947.110000', '182947.113000', '182947.116000', '182947.119000', '182947.122000', '182947.125000', '182947.128000', '182947.131000', '182947.134000', '182947.136000', '182947.139000', '182947.142000', '182947.145000', '182947.148000', '182947.151000', '182947.154000', '182947.156000', '182947.159000', '182947.162000', '182947.165000', '182947.168000', '182947.171000', '182947.188000', '182947.191000', '182947.194000', '182947.197000', '182947.199000', '182947.202000', '182947.205000', '182947.208000', '182947.211000', '182947.214000', '182947.217000', '182947.220000', '182947.222000', '182947.225000', '182947.228000', '182947.231000', '182947.234000', '182947.237000', '182947.240000', '182947.242000', '183007.106000', '183007.109000', '183007.112000', '183007.115000', '183007.118000', '183007.121000', '183007.123000', '183007.126000', '183007.129000', '183007.132000', '183007.135000', '183007.138000', '183007.141000', '183007.144000', '183007.147000', '183007.150000', '183007.153000', '183007.156000', '183007.158000', '183007.161000', '183007.164000', '183007.167000', '183007.170000', '183007.173000', '183007.176000', '183007.179000', '183007.182000', '183007.184000', '183007.187000', '183007.190000', '183007.193000', '183007.196000', '183007.199000', '183007.202000', '183007.205000', '183007.208000', '183007.211000', '183007.213000', '183007.216000', '183007.219000', '183007.222000', '183007.225000', '183007.228000', '183007.231000', '183027.107000', '183027.110000', '183027.113000', '183027.116000', '183027.119000', '183027.121000', '183027.124000', '183027.127000', '183027.130000', '183027.133000', '183027.136000', '183027.139000', '183027.142000', '183027.144000', '183027.147000', '183027.150000', '183027.153000', '183027.156000', '183027.159000', '183027.162000', '183027.164000', '183027.167000', '183027.170000', '183027.173000', '183027.176000', '183027.179000', '183027.182000', '183027.185000', '183027.188000', '183027.190000', '183027.194000', '183027.197000', '183027.200000', '183027.202000', '183027.205000', '183027.208000', '183027.211000', '183027.214000', '183027.217000', '183027.219000', '183027.223000', '183027.226000', '183027.228000', '183047.107000', '183047.110000', '183047.113000', '183047.116000', '183047.119000', '183047.121000', '183047.124000', '183047.127000', '183047.130000', '183047.133000', '183047.136000', '183047.139000', '183047.142000', '183047.144000', '183047.147000', '183047.150000', '183047.153000', '183047.156000', '183047.159000', '183047.162000', '183047.165000', '183047.167000', '183047.170000', '183047.173000', '183047.176000', '183047.179000', '183047.181000', '183047.184000', '183047.187000', '183047.190000', '183047.193000', '183047.196000', '183047.199000', '183047.201000', '183047.204000', '183047.207000', '183047.210000', '183047.213000', '183047.216000', '183047.219000', '183047.221000', '183047.224000', '183047.227000', '183047.230000', '183107.107000', '183107.110000', '183107.113000', '183107.116000', '183107.119000', '183107.122000', '183107.125000', '183107.127000', '183107.130000', '183107.133000', '183107.136000', '183107.139000', '183107.142000', '183107.145000', '183107.149000', '183107.152000', '183107.155000', '183107.158000', '183107.161000', '183107.164000', '183107.167000', '183107.170000', '183107.172000', '183107.175000', '183107.178000', '183107.181000', '183107.184000', '183107.187000', '183107.189000', '183107.192000', '183107.195000', '183107.198000', '183107.201000', '183107.204000', '183107.207000', '183107.210000', '183107.213000', '183107.216000', '183107.219000', '183107.222000', '183107.225000', '183107.228000', '183107.230000', '183127.106000', '183127.109000', '183127.112000', '183127.115000', '183127.131000', '183127.134000', '183127.137000', '183127.139000', '183127.142000', '183127.145000', '183127.148000', '183127.151000', '183127.154000', '183127.156000', '183127.160000', '183127.163000', '183127.165000', '183127.168000', '183127.171000', '183127.174000', '183127.177000', '183127.180000', '183127.183000', '183127.186000', '183127.188000', '183127.191000', '183127.194000', '183127.197000', '183127.200000', '183127.203000', '183127.206000', '183127.209000', '183127.211000', '183127.214000', '183127.217000', '183127.220000', '183127.223000', '183127.226000', '183127.229000', '183127.232000', '183127.234000', '183127.237000', '183127.240000', '183127.243000', '183147.106000', '183147.109000', '183147.112000', '183147.115000', '183147.118000', '183147.120000', '183147.123000', '183147.126000', '183147.129000', '183147.132000', '183147.135000', '183147.138000', '183147.141000', '183147.144000', '183147.146000', '183147.149000', '183147.152000', '183147.155000', '183147.158000', '183147.161000', '183147.164000', '183147.167000', '183147.170000', '183147.172000', '183147.175000', '183147.178000', '183147.181000', '183147.184000', '183147.187000', '183147.190000', '183147.193000', '183147.195000', '183147.198000', '183147.201000', '183147.204000', '183147.207000', '183147.210000', '183147.213000', '183147.216000', '183147.218000', '183147.221000', '183147.224000', '183147.227000', '183207.106000', '183207.109000', '183207.112000', '183207.115000', '183207.118000', '183207.121000', '183207.124000', '183207.126000', '183207.129000', '183207.132000', '183207.135000', '183207.138000', '183207.141000', '183207.144000', '183207.147000', '183207.150000', '183207.153000', '183207.156000', '183207.158000', '183207.161000', '183207.164000', '183207.167000', '183207.170000', '183207.173000', '183207.175000', '183207.179000', '183207.181000', '183207.184000', '183207.187000', '183207.190000', '183207.193000', '183207.196000', '183207.199000', '183207.202000', '183207.205000', '183207.208000', '183207.210000', '183207.214000', '183207.216000', '183207.219000', '183207.222000', '183207.225000', '183207.228000', '183207.231000', '183227.106000', '183227.109000', '183227.112000', '183227.115000', '183227.118000', '183227.121000', '183227.123000', '183227.127000', '183227.129000', '183227.132000', '183227.135000', '183227.138000', '183227.141000', '183227.144000', '183227.147000', '183227.150000', '183227.152000', '183227.155000', '183227.158000', '183227.161000', '183227.164000', '183227.167000', '183227.170000', '183227.173000', '183227.175000', '183227.178000', '183227.181000', '183227.185000', '183227.188000', '183227.191000', '183227.194000', '183227.197000', '183227.200000', '183227.202000', '183227.205000', '183227.208000', '183227.211000', '183227.214000', '183227.217000', '183227.220000', '183227.223000', '183227.226000', '183227.228000', '183247.107000', '183247.110000', '183247.113000', '183247.116000', '183247.119000', '183247.122000', '183247.124000', '183247.127000', '183247.130000', '183247.133000', '183247.136000', '183247.139000', '183247.142000', '183247.145000', '183247.147000', '183247.150000', '183247.154000', '183247.157000', '183247.160000', '183247.163000', '183247.166000', '183247.169000', '183247.172000', '183247.174000', '183247.177000', '183247.180000', '183247.183000', '183247.186000', '183247.189000', '183247.208000', '183247.211000', '183247.214000', '183247.226000', '183247.229000', '183247.232000', '183247.234000', '183247.237000', '183247.240000', '183247.243000', '183247.246000', '183247.249000', '183247.252000', '183247.255000', '183247.257000', '183307.107000', '183307.110000', '183307.113000', '183307.116000', '183307.119000', '183307.122000', '183307.125000', '183307.128000', '183307.131000', '183307.133000', '183307.136000', '183307.139000', '183307.142000', '183307.145000', '183307.148000', '183307.151000', '183307.154000', '183307.157000', '183307.160000', '183307.163000', '183307.166000', '183307.168000', '183307.171000', '183307.174000', '183307.177000', '183307.180000', '183307.183000', '183307.186000', '183307.189000', '183307.191000', '183307.194000', '183307.197000', '183307.200000', '183307.203000', '183307.206000', '183307.209000', '183307.212000', '183307.215000', '183307.218000', '183307.220000', '183307.223000', '183307.226000', '183307.229000', '183327.107000', '183327.110000', '183327.113000', '183327.116000', '183327.119000', '183327.122000', '183327.124000', '183327.127000', '183327.130000', '183327.133000', '183327.136000', '183327.139000', '183327.142000', '183327.145000', '183327.147000', '183327.150000', '183327.155000', '183327.158000', '183327.161000', '183327.164000', '183327.167000', '183327.170000', '183327.172000', '183327.175000', '183327.178000', '183327.181000', '183327.184000', '183327.187000', '183327.190000', '183327.192000', '183327.195000', '183327.198000', '183327.201000', '183327.204000', '183327.207000', '183327.210000', '183327.213000', '183327.215000', '183327.226000', '183327.229000', '183327.232000', '183327.235000', '183327.238000', '183327.241000', '183347.106000', '183347.109000', '183347.112000', '183347.115000', '183347.118000', '183347.121000', '183347.123000', '183347.126000', '183347.129000', '183347.132000', '183347.135000', '183347.138000', '183347.141000', '183347.144000', '183347.147000', '183347.149000', '183347.152000', '183347.155000', '183347.158000', '183347.161000', '183347.164000', '183347.167000', '183347.169000', '183347.172000', '183347.175000', '183347.178000', '183347.181000', '183347.184000', '183347.187000', '183347.190000', '183347.192000', '183347.195000', '183347.198000', '183347.201000', '183347.204000', '183347.207000', '183347.209000', '183347.212000', '183347.215000', '183347.218000', '183347.221000', '183347.225000', '183347.228000', '183407.106000', '183407.109000', '183407.112000', '183407.115000', '183407.118000', '183407.121000', '183407.124000', '183407.127000', '183407.129000', '183407.132000', '183407.135000', '183407.138000', '183407.141000', '183407.144000', '183407.147000', '183407.150000', '183407.153000', '183407.155000', '183407.158000', '183407.161000', '183407.164000', '183407.167000', '183407.170000', '183407.173000', '183407.175000', '183407.178000', '183407.181000', '183407.184000', '183407.187000', '183407.191000', '183407.194000', '183407.197000', '183407.200000', '183407.203000', '183407.206000', '183407.209000', '183407.212000', '183407.214000', '183407.217000', '183407.220000', '183407.239000', '183407.242000', '183407.247000', '183407.250000', '183427.106000', '183427.109000', '183427.112000', '183427.115000', '183427.118000', '183427.121000', '183427.123000', '183427.126000', '183427.129000', '183427.132000', '183427.135000', '183427.138000', '183427.141000', '183427.144000', '183427.146000', '183427.149000', '183427.152000', '183427.155000', '183427.158000', '183427.161000', '183427.175000', '183427.177000', '183427.180000', '183427.183000', '183427.186000', '183427.189000', '183427.192000', '183427.195000', '183427.198000', '183427.201000', '183427.204000', '183427.206000', '183427.209000', '183427.212000', '183427.215000', '183427.218000', '183427.221000', '183427.224000', '183427.226000', '183427.229000', '183427.232000', '183427.235000', '183427.238000', '183447.106000', '183447.109000', '183447.112000', '183447.115000', '183447.117000', '183447.121000', '183447.123000', '183447.126000', '183447.129000', '183447.132000', '183447.135000', '183447.138000', '183447.141000', '183447.144000', '183447.147000', '183447.149000', '183447.152000', '183447.155000', '183447.158000', '183447.161000', '183447.164000', '183447.167000', '183447.170000', '183447.172000', '183447.175000', '183447.178000', '183447.181000', '183447.184000', '183447.187000', '183447.190000', '183447.193000', '183447.195000', '183447.198000', '183447.201000', '183447.204000', '183447.207000', '183447.210000', '183447.213000', '183447.215000', '183447.218000', '183447.221000', '183447.224000', '183447.227000', '183447.230000', '183507.107000', '183507.110000', '183507.113000', '183507.116000', '183507.119000', '183507.122000', '183507.125000', '183507.128000', '183507.130000', '183507.133000', '183507.136000', '183507.139000', '183507.142000', '183507.145000', '183507.148000', '183507.151000', '183507.154000', '183507.157000', '183507.159000', '183507.162000', '183507.165000', '183507.168000', '183507.171000', '183507.174000', '183507.177000', '183507.180000', '183507.183000', '183507.186000', '183507.188000', '183507.191000', '183507.194000', '183507.197000', '183507.200000', '183507.203000', '183507.206000', '183507.209000', '183507.211000', '183507.214000', '183507.217000', '183507.220000', '183507.223000', '183507.226000', '183507.229000', '183527.107000', '183527.111000', '183527.113000', '183527.116000', '183527.119000', '183527.122000', '183527.125000', '183527.128000', '183527.131000', '183527.134000', '183527.137000', '183527.139000', '183527.142000', '183527.145000', '183527.148000', '183527.151000', '183527.154000', '183527.157000', '183527.159000', '183527.162000', '183527.165000', '183527.168000', '183527.171000', '183527.174000', '183527.177000', '183527.180000', '183527.182000', '183527.185000', '183527.188000', '183527.191000', '183527.194000', '183527.197000', '183527.200000', '183527.203000', '183527.205000', '183527.208000', '183527.211000', '183527.214000', '183527.217000', '183527.220000', '183527.223000', '183527.226000', '183527.229000', '183547.107000', '183547.110000', '183547.113000', '183547.116000', '183547.119000', '183547.122000', '183547.124000', '183547.138000', '183547.141000', '183547.144000', '183547.147000', '183547.150000', '183547.153000', '183547.155000', '183547.158000', '183547.161000', '183547.164000', '183547.167000', '183547.170000', '183547.173000', '183547.176000', '183547.178000', '183547.181000', '183547.184000', '183547.187000', '183547.190000', '183547.193000', '183547.196000', '183547.199000', '183547.201000', '183547.204000', '183547.207000', '183547.210000', '183547.213000', '183547.216000', '183547.219000', '183547.222000', '183547.224000', '183547.227000', '183547.230000', '183547.233000', '183547.236000', '183547.239000', '183547.242000', '183607.106000', '183607.109000', '183607.112000', '183607.115000', '183607.118000', '183607.121000', '183607.124000', '183607.127000', '183607.130000', '183607.133000', '183607.136000', '183607.140000', '183607.143000', '183607.154000', '183607.157000', '183607.160000', '183607.163000', '183607.166000', '183607.169000', '183607.172000', '183607.175000', '183607.178000', '183607.181000', '183607.184000', '183607.187000', '183607.189000', '183607.192000', '183607.195000', '183607.198000', '183607.201000', '183607.204000', '183607.207000', '183607.210000', '183607.212000', '183607.215000', '183607.218000', '183607.221000', '183607.224000', '183607.227000', '183607.230000', '183607.233000', '183607.236000', '183607.238000', '183627.106000', '183627.109000', '183627.112000', '183627.115000', '183627.118000', '183627.121000', '183627.124000', '183627.127000', '183627.130000', '183627.132000', '183627.135000', '183627.138000', '183627.141000', '183627.144000', '183627.147000', '183627.150000', '183627.152000', '183627.155000', '183627.158000', '183627.161000', '183627.164000', '183627.167000', '183627.170000', '183627.173000', '183627.176000', '183627.178000', '183627.181000', '183627.184000', '183627.187000', '183627.190000', '183627.193000', '183627.196000', '183627.198000', '183627.201000', '183627.204000', '183627.207000', '183627.210000', '183627.213000', '183627.216000', '183627.219000', '183627.222000', '183627.224000', '183627.227000', '183627.230000', '183647.106000', '183647.109000', '183647.112000', '183647.115000', '183647.118000', '183647.121000', '183647.124000', '183647.127000', '183647.130000', '183647.132000', '183647.135000', '183647.138000', '183647.141000', '183647.145000', '183647.148000', '183647.151000', '183647.154000', '183647.157000', '183647.160000', '183647.163000', '183647.165000', '183647.168000', '183647.171000', '183647.174000', '183647.177000', '183647.180000', '183647.189000', '183647.192000', '183647.194000', '183647.197000', '183647.200000', '183647.203000', '183647.206000', '183647.209000', '183647.212000', '183647.215000', '183647.217000', '183647.220000', '183647.223000', '183647.226000', '183647.229000', '183647.232000', '183647.235000', '183707.106000', '183707.109000', '183707.112000', '183707.115000', '183707.118000', '183707.121000', '183707.124000', '183707.127000', '183707.130000', '183707.133000', '183707.136000', '183707.138000', '183707.141000', '183707.144000', '183707.147000', '183707.150000', '183707.153000', '183707.156000', '183707.159000', '183707.162000', '183707.165000', '183707.168000', '183707.170000', '183707.173000', '183707.176000', '183707.179000', '183707.182000', '183707.185000', '183707.188000', '183707.191000', '183707.193000', '183707.196000', '183707.199000', '183707.202000', '183707.205000', '183707.208000', '183707.211000', '183707.214000', '183707.217000', '183707.219000', '183707.222000', '183707.225000', '183707.228000', '183707.231000', '183727.107000', '183727.110000', '183727.113000', '183727.116000', '183727.119000', '183727.122000', '183727.125000', '183727.128000', '183727.130000', '183727.133000', '183727.136000', '183727.139000', '183727.142000', '183727.145000', '183727.148000', '183727.150000', '183727.153000', '183727.156000', '183727.159000', '183727.162000', '183727.165000', '183727.168000', '183727.171000', '183727.174000', '183727.177000', '183727.180000', '183727.183000', '183727.186000', '183727.189000', '183727.192000', '183727.194000', '183727.197000', '183727.200000', '183727.203000', '183727.206000', '183727.209000', '183727.212000', '183727.215000', '183727.218000', '183727.220000', '183727.223000', '183727.226000', '183727.229000', '183747.107000', '183747.110000', '183747.113000', '183747.116000', '183747.119000', '183747.122000', '183747.125000', '183747.127000', '183747.130000', '183747.133000', '183747.136000', '183747.139000', '183747.142000', '183747.145000', '183747.148000', '183747.150000', '183747.153000', '183747.156000', '183747.159000', '183747.162000', '183747.165000', '183747.168000', '183747.171000', '183747.174000', '183747.177000', '183747.179000', '183747.182000', '183747.185000', '183747.188000', '183747.191000', '183747.194000', '183747.197000', '183747.200000', '183747.203000', '183747.205000', '183747.208000', '183747.211000', '183747.214000', '183747.217000', '183747.220000', '183747.223000', '183747.226000', '183747.229000', '183747.231000', '183807.107000', '183807.110000', '183807.113000', '183807.116000', '183807.119000', '183807.122000', '183807.125000', '183807.128000', '183807.131000', '183807.134000', '183807.137000', '183807.140000', '183807.142000', '183807.145000', '183807.148000', '183807.151000', '183807.154000', '183807.157000', '183807.160000', '183807.163000', '183807.166000', '183807.169000', '183807.172000', '183807.175000', '183807.177000', '183807.180000', '183807.183000', '183807.186000', '183807.190000', '183807.195000', '183807.208000', '183807.211000', '183807.214000', '183807.217000', '183807.220000', '183807.223000', '183807.226000', '183807.229000', '183807.232000', '183807.234000', '183807.237000', '183807.240000', '183807.243000', '183807.714000', '183807.718000'], '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': [19614, 13225, 15676, 12669, 13624, 12369, 14267, 18722, 13498, 14804, 11364, 9982, 11408, 13720, 16631, 12630, 12754, 13380, 11201, 11476, 13683, 14754, 12633, 12130, 17499, 13665, 15516, 13336, 13936, 15058, 14284, 17616, 12819, 11179, 11268, 13674, 16992, 12358, 14858, 18457, 13904, 16272, 11995, 14118, 17039, 12150, 10831, 11581, 13716, 13771, 12125, 11073, 16365, 13778, 12932, 12454, 14444, 18504, 13816, 14302, 12606, 14475, 16959, 13742, 13940, 11232, 13821, 17553, 12395, 13381, 17126, 13782, 13800, 12018, 14666, 17442, 13505, 13379, 12271, 14250, 16740, 12376, 10457, 11157, 13633, 12997, 12548, 13545, 16103, 13700, 12181, 11651, 12709, 11304, 11648, 11945, 10572, 11888, 11892, 13071, 15526, 12716, 13705, 18668, 13898, 15414, 17150, 13965, 14916, 13030, 13875, 17918, 13650, 14550, 11678, 13911, 11122, 13045, 11346, 11196, 13357, 11703, 11817, 13790, 16165, 12957, 11084, 14870, 13582, 12274, 12061, 14432, 16870, 12954, 11409, 11605, 13674, 16598, 12747, 11343, 13865, 13625, 15159, 13006, 14153, 18265, 13275, 14122, 11703, 13101, 16444, 13307, 13119, 16717, 13354, 14135, 12526, 14210, 18229, 13171, 14549, 11595, 13469, 16864, 12500, 14585, 18176, 12923, 12243, 11245, 13474, 14465, 11921, 11313, 11556, 13761, 13637, 11726, 13742, 16024, 13442, 11726, 14990, 13502, 14864, 12117, 14588, 17347, 13259, 12322, 12018, 13754, 16394, 12414, 10975, 11543, 13647, 16899, 11892, 14477, 18744, 12906, 13802, 11200, 13835, 16101, 12785, 10738, 11761, 14203, 17036, 12849, 10599, 11559, 13787, 16535, 12929, 11527, 11537, 13370, 14045, 11552, 13600, 16752, 13587, 13770, 11371, 14265, 17672, 13380, 14386, 12005, 11166, 16444, 13359, 14230, 13367, 13878, 16550, 13858, 17690, 11902, 13724, 18597, 13695, 13398, 12244, 13749, 15387, 11865, 14074, 16611, 13007, 10245, 11490, 13852, 14391, 12054, 10599, 11671, 13618, 16823, 13524, 13635, 12153, 13649, 17882, 13266, 14800, 17903, 13355, 14803, 10736, 13837, 15707, 12087, 11207, 11674, 14080, 16759, 12332, 10788, 11344, 13549, 16135, 11962, 13530, 18032, 12903, 12212, 11329, 13337, 15762, 12168, 11890, 11350, 13285, 11823, 15322, 13641, 14414, 12156, 13617, 17248, 12898, 13232, 16864, 13369, 13725, 11616, 14278, 17186, 12850, 11817, 11403, 13981, 16840, 11997, 13484, 18534, 13468, 13045, 11221, 11405, 11203, 13269, 12671, 12421, 12954, 13895, 13069, 12110, 10704, 10943, 11477, 11260, 11449, 12843, 14006, 12616, 12227, 11367, 11806, 11601, 13235, 18693, 14154, 15239, 13023, 13893, 11489, 11446, 11763, 13393, 17263, 12758, 14338, 11194, 12579, 11915, 11666, 12270, 11418, 13228, 16886, 19066, 13809, 18036, 12958, 13781, 13943, 13041, 17687, 12349, 12529, 15535, 12773, 12387, 11181, 13308, 13926, 12895, 12484, 12458, 13171, 12905, 12690, 10494, 11670, 11728, 11746, 12748, 15505, 11475, 11379, 11781, 12584, 12791, 11799, 13643, 17483, 12254, 14313, 12323, 13328, 17393, 12551, 13928, 11910, 12729, 17580, 12636, 12083, 15326, 12589, 12960, 12478, 13481, 17709, 13089, 13921, 15064, 13122, 12759, 12182, 13625, 17257, 13230, 13267, 11874, 12915, 14290, 12335, 14008, 16948, 12788, 13188, 11882, 13429, 16687, 12877, 11901, 15888, 13281, 13994, 11943, 13644, 17624, 13466, 14406, 11873, 13305, 12740, 13330, 12729, 11556, 11776, 11813, 13225, 15551, 11830, 11692, 11918, 13099, 16252, 11229, 11728, 16302, 13026, 14436, 12050, 14479, 17185, 12867, 14448, 11756, 13594, 17340, 13011, 14780, 11794, 13422, 12560, 12752, 11922, 11982, 13321, 16230, 12964, 12374, 11845, 13189, 14800, 12933, 11681, 11437, 14023, 16758, 13124, 14185, 12373, 12925, 16864, 13599, 17666, 13037, 14066, 11413, 13682, 17542, 12745, 11212, 11773, 13185, 14583, 11607, 10360, 11884, 13067, 15265, 11522, 11437, 11754, 12777, 11561, 12340, 11807, 11190, 11566, 11726, 12692, 14376, 11893, 12826, 16311, 12640, 14475, 11739, 13602, 17073, 12484, 14610, 12040, 12126, 16027, 12511, 13419, 12103, 11562, 11733, 12761, 13658, 12028, 10765, 11887, 13078, 16123, 11982, 12528, 11963, 12426, 17097, 12772, 15730, 11830, 12537, 12949, 13233, 17844, 12779, 11668, 15283, 12590, 12576, 11442, 13326, 17176, 12532, 12730, 12249, 13343, 16545, 12721, 12506, 11754, 11432, 12774, 12497, 11404, 12246, 12746, 11754, 13489, 16723, 12467, 14373, 11948, 11606, 14351, 12150, 14099, 12041, 13069, 11986, 11609, 16180, 11918, 14377, 12074, 12276, 12169, 11675, 15750, 11989, 14571, 12026, 12558, 11830, 13305, 17884, 13474, 14914, 12084, 11967, 12096, 12612, 17066, 12370, 13733, 11970, 10492, 11811, 12689, 16584, 11693, 12108, 11873, 12836, 17728, 12452, 13774, 14552, 13032, 17762, 12451, 12253, 11693, 13064, 16763, 12411, 12002, 12017, 13121, 17132, 12802, 12548, 11923, 12997, 11784, 12578, 11677, 11475, 13354, 15482, 13458, 14451, 11411, 11824, 10668, 11667, 13339, 15368, 13004, 13701, 17049, 12435, 12328, 11693, 12895, 17844, 12898, 15429, 17644, 12530, 16410, 12767, 15206, 11924, 12087, 13431, 16432, 14838, 14384, 11966, 12928, 13257, 12840, 11610, 13497, 12254, 12076, 13032, 12466, 12125, 13589, 16484, 12664, 10630, 12248, 12917, 15112, 13005, 11068, 12270, 12978, 12819, 12840, 11540, 12004, 12402, 12028, 12544, 12903, 11790, 13403, 17133, 12221, 11818, 12057, 12996, 13703, 11727, 13300, 14026, 12530, 11969, 12004, 13087, 15914, 12024, 11054, 12229, 12895, 16605, 11697, 14226, 18306, 12859, 15979, 12072, 13496, 17687, 13048, 14581, 11684, 11886, 11760, 13246, 13745, 12733, 12467, 16214, 13136, 14794, 12028, 13440, 17015, 11907, 13403, 15674, 12933, 12817, 11873, 11691, 12108, 12852, 11918, 11744, 13210, 15868, 12344, 11520, 12031, 13270, 16071, 11669, 11854, 12065, 12705, 11899, 11922, 13570, 17422, 12567, 11830, 11919, 12861, 12074, 11594, 13248, 16044, 12224, 13939, 16420, 12731, 11839, 12979, 12719, 12273, 12120, 13917, 16485, 12332, 13834, 12367, 11901, 15137, 12952, 13819, 12425, 13282, 14883, 12527, 13615, 14368, 13181, 16963, 12277, 11756, 12021, 12896, 15885, 12254, 11839, 12036, 12576, 13733, 11369, 11945, 12190, 12499, 14035, 11528, 13561, 17531, 12388, 12053, 15049, 12952, 12568, 11753, 13224, 15680, 12570, 13532, 15999, 12468, 13241, 11961, 13042, 16213, 11766, 11155, 12192, 12642, 12192, 12123, 11480, 16491, 12360, 14176, 12176, 13114, 16877, 12635, 14808, 12053, 11803, 14190, 12776, 14068, 11991, 11877, 11700, 12484, 15405, 11809, 11431, 13012, 12604, 15700, 11811, 12373, 14691, 12514, 14625, 11788, 12018, 15867, 12639, 14266, 11939, 11412, 14785, 12590, 13785, 12304, 13476, 16258, 12675, 15054, 11962, 11688, 11896, 12583, 14807, 11704, 11870, 12236, 12502, 15530, 11399, 13294, 18139, 12244, 12278, 11981, 12993, 15212, 11957, 11692, 12158, 12491, 12561, 11609, 13850, 17350, 12737, 13521, 12044, 11822, 14896, 12744, 14596, 11936, 10653, 12066, 13012, 16937, 12757, 14366, 11750, 12330, 11747, 10452, 12229, 12100, 14590, 12570, 16269, 12108, 11950, 12254, 12687, 18057, 12122, 13231, 17693, 13272, 15372, 12519, 14384, 12135, 13834, 18229, 13412, 15024, 12100, 12007, 15044, 13071, 16500, 12127, 12093, 12155, 13040, 17151, 12385, 12746, 11973, 12262, 11568, 12548, 12249, 12002, 12887, 16055, 12234, 12650, 16780, 12884, 14244, 12043, 11987, 12047, 12907, 12718, 13600, 12326, 12864, 11796, 13850, 17121, 12405, 12764, 12157, 13052, 16226, 11928, 13703, 16100, 12944, 14553, 11994, 13738, 16714, 12747, 14545, 12288, 11551, 11933, 13130, 16905, 12476, 12051, 12211, 12895, 16365, 11650, 13149, 18415, 12580, 14229, 12149, 13114, 16561, 12028, 11823, 12104, 12737, 13615, 11823, 11549, 13859, 12867, 11850, 12150, 12151, 14602, 13134, 14352, 12458, 12239, 12370, 13488, 16691, 12910, 13289, 12195, 11837, 11891, 13396, 16840, 13348, 14097, 12241, 13029, 17707, 12267, 11928, 12253, 12036, 12150, 12457, 12672, 11901, 13545, 17032, 12419, 14176, 12210, 12965, 17725, 12516, 13664, 11994, 12164, 11931, 12407, 12553, 11885, 12208, 12454, 12034, 12421, 12164, 12184, 12367, 14261, 16240, 12319, 15030, 12216, 12262, 12381, 12290, 16938, 12652, 16131, 12711, 13707, 12228, 13495, 18190, 12705, 14439, 12286, 11374, 12048, 13122, 16459, 12170, 12384, 12199, 11260, 12166, 13278, 16954, 12523, 13657, 11867, 13151, 12922, 13343, 12605, 12775, 12390, 15296, 15695, 12731, 12830, 12403, 11995, 12616, 12164, 13740, 12501, 12514, 12398, 13168, 12923, 12456, 15696, 12346, 12577, 12688, 12519, 13041, 12201, 12990, 12598, 12630, 12559, 12326, 14207, 12489, 13177, 15590, 12370, 12500, 12568, 10917, 12679, 12669, 15081, 12373, 13407, 12542, 12553, 12708, 12620, 14421, 12545, 17059, 13383, 14807, 12378, 12451, 12487, 12001, 13229, 12546, 16468, 12515, 13538, 12721, 12258, 14541, 12613, 15844, 12535, 12269, 12365, 12220, 13199, 12329, 11870, 13413, 12482, 13067, 12379, 12219, 12385, 12024, 14766, 12181, 13052, 12434, 12248, 12456, 12204, 14180, 12181, 11988, 12444, 12657, 13721, 12163, 11839, 12299, 11439, 12188, 11508, 12631, 11609, 12874, 12323, 12840, 14193, 12773, 16929, 13858, 17746, 13072, 15622, 18253, 14006, 17166, 12693, 13552, 12628, 11873, 12964, 12137, 12916, 12456, 12215, 12370, 12142, 13216, 12148, 14127, 12368, 11568, 12363, 12404, 15727, 12042, 11877, 13277, 12230, 12814, 12152, 13344, 16915, 12354, 12109, 12284, 12571, 16353, 12051, 11111, 12193, 12541, 15328, 12240, 13078, 15898, 12702, 13487, 12357, 13285, 17172, 12518, 13944, 12029, 12724, 17274, 12336, 12860, 13571, 12140, 11890, 12483, 12183, 12207, 12168, 15187, 12902, 12597, 12137, 12759, 11811, 11965, 12316, 11960, 12225, 12390, 14434, 11999, 12855, 12293, 12156, 12430, 12437], 'WindowCenter': [4557.0, 4493.0, 4507.0, 4476.0, 4474.0, 4463.0, 4482.0, 4499.0, 4460.0, 4469.0, 4439.0, 4418.0, 4440.0, 4470.0, 4477.0, 4449.0, 4449.0, 4458.0, 4441.0, 4438.0, 4472.0, 4468.0, 4448.0, 4449.0, 4488.0, 4459.0, 4467.0, 4459.0, 4459.0, 4467.0, 4458.0, 4477.0, 4448.0, 4426.0, 4427.0, 4457.0, 4477.0, 4437.0, 4468.0, 4486.0, 4446.0, 4467.0, 4425.0, 4456.0, 4474.0, 4435.0, 4415.0, 4424.0, 4456.0, 4444.0, 4436.0, 4426.0, 4465.0, 4456.0, 4434.0, 4446.0, 4468.0, 4487.0, 4458.0, 4455.0, 4447.0, 4468.0, 4476.0, 4458.0, 4457.0, 4425.0, 4457.0, 4475.0, 4435.0, 4446.0, 4474.0, 4445.0, 4443.0, 4435.0, 4466.0, 4475.0, 4445.0, 4444.0, 4434.0, 4455.0, 4465.0, 4434.0, 4415.0, 4423.0, 4456.0, 4443.0, 4435.0, 4445.0, 4464.0, 4456.0, 4435.0, 4438.0, 4451.0, 4428.0, 4438.0, 4451.0, 4453.0, 4464.0, 4464.0, 4473.0, 4493.0, 4460.0, 4461.0, 4478.0, 4447.0, 4458.0, 4466.0, 4446.0, 4454.0, 4446.0, 4446.0, 4473.0, 4445.0, 4442.0, 4412.0, 4443.0, 4411.0, 4444.0, 4423.0, 4412.0, 4444.0, 4423.0, 4434.0, 4445.0, 4462.0, 4434.0, 4426.0, 4454.0, 4445.0, 4423.0, 4435.0, 4456.0, 4475.0, 4435.0, 4427.0, 4425.0, 4457.0, 4475.0, 4447.0, 4426.0, 4446.0, 4457.0, 4466.0, 4458.0, 4458.0, 4487.0, 4446.0, 4456.0, 4437.0, 4447.0, 4465.0, 4458.0, 4447.0, 4465.0, 4446.0, 4444.0, 4446.0, 4457.0, 4485.0, 4445.0, 4456.0, 4425.0, 4446.0, 4464.0, 4435.0, 4456.0, 4486.0, 4435.0, 4435.0, 4423.0, 4445.0, 4453.0, 4435.0, 4425.0, 4425.0, 4457.0, 4456.0, 4436.0, 4458.0, 4464.0, 4456.0, 4436.0, 4455.0, 4446.0, 4454.0, 4435.0, 4467.0, 4475.0, 4446.0, 4434.0, 4435.0, 4456.0, 4476.0, 4435.0, 4425.0, 4427.0, 4457.0, 4475.0, 4437.0, 4456.0, 4485.0, 4445.0, 4444.0, 4424.0, 4456.0, 4464.0, 4446.0, 4424.0, 4435.0, 4467.0, 4476.0, 4447.0, 4414.0, 4436.0, 4457.0, 4475.0, 4446.0, 4436.0, 4425.0, 4456.0, 4454.0, 4436.0, 4456.0, 4475.0, 4457.0, 4456.0, 4436.0, 4468.0, 4475.0, 4457.0, 4455.0, 4436.0, 4438.0, 4477.0, 4457.0, 4455.0, 4457.0, 4457.0, 4475.0, 4446.0, 4476.0, 4424.0, 4444.0, 4472.0, 4444.0, 4443.0, 4424.0, 4443.0, 4451.0, 4422.0, 4453.0, 4462.0, 4443.0, 4401.0, 4425.0, 4455.0, 4453.0, 4445.0, 4425.0, 4437.0, 4468.0, 4475.0, 4458.0, 4457.0, 4447.0, 4458.0, 4485.0, 4447.0, 4468.0, 4475.0, 4445.0, 4455.0, 4413.0, 4456.0, 4463.0, 4436.0, 4423.0, 4424.0, 4456.0, 4475.0, 4435.0, 4425.0, 4424.0, 4456.0, 4476.0, 4434.0, 4447.0, 4484.0, 4447.0, 4434.0, 4422.0, 4445.0, 4463.0, 4434.0, 4435.0, 4421.0, 4445.0, 4434.0, 4453.0, 4445.0, 4453.0, 4434.0, 4444.0, 4472.0, 4435.0, 4445.0, 4462.0, 4443.0, 4441.0, 4423.0, 4455.0, 4473.0, 4434.0, 4422.0, 4422.0, 4457.0, 4474.0, 4423.0, 4443.0, 4471.0, 4443.0, 4443.0, 4424.0, 4424.0, 4422.0, 4445.0, 4444.0, 4433.0, 4446.0, 4442.0, 4445.0, 4435.0, 4414.0, 4425.0, 4437.0, 4437.0, 4437.0, 4459.0, 4467.0, 4448.0, 4448.0, 4450.0, 4449.0, 4450.0, 4461.0, 4498.0, 4458.0, 4468.0, 4447.0, 4458.0, 4426.0, 4436.0, 4437.0, 4458.0, 4476.0, 4447.0, 4469.0, 4429.0, 4447.0, 4449.0, 4449.0, 4462.0, 4450.0, 4472.0, 4494.0, 4490.0, 4448.0, 4475.0, 4435.0, 4444.0, 4432.0, 4433.0, 4463.0, 4423.0, 4423.0, 4450.0, 4432.0, 4420.0, 4409.0, 4433.0, 4441.0, 4432.0, 4430.0, 4433.0, 4444.0, 4430.0, 4434.0, 4413.0, 4427.0, 4436.0, 4438.0, 4447.0, 4466.0, 4425.0, 4426.0, 4436.0, 4448.0, 4446.0, 4437.0, 4458.0, 4476.0, 4437.0, 4456.0, 4448.0, 4459.0, 4487.0, 4448.0, 4458.0, 4438.0, 4448.0, 4476.0, 4446.0, 4436.0, 4465.0, 4447.0, 4445.0, 4448.0, 4458.0, 4487.0, 4446.0, 4456.0, 4455.0, 4446.0, 4434.0, 4435.0, 4455.0, 4473.0, 4445.0, 4445.0, 4435.0, 4446.0, 4454.0, 4446.0, 4456.0, 4474.0, 4445.0, 4445.0, 4436.0, 4456.0, 4476.0, 4446.0, 4436.0, 4465.0, 4445.0, 4444.0, 4435.0, 4456.0, 4474.0, 4445.0, 4456.0, 4435.0, 4446.0, 4434.0, 4456.0, 4447.0, 4436.0, 4436.0, 4435.0, 4457.0, 4477.0, 4437.0, 4437.0, 4436.0, 4447.0, 4466.0, 4426.0, 4436.0, 4476.0, 4446.0, 4454.0, 4436.0, 4468.0, 4475.0, 4447.0, 4454.0, 4436.0, 4456.0, 4474.0, 4446.0, 4455.0, 4436.0, 4456.0, 4434.0, 4446.0, 4434.0, 4435.0, 4457.0, 4465.0, 4446.0, 4446.0, 4436.0, 4447.0, 4456.0, 4447.0, 4436.0, 4436.0, 4457.0, 4476.0, 4447.0, 4456.0, 4448.0, 4448.0, 4476.0, 4447.0, 4477.0, 4447.0, 4456.0, 4424.0, 4456.0, 4475.0, 4435.0, 4424.0, 4424.0, 4445.0, 4454.0, 4425.0, 4414.0, 4435.0, 4457.0, 4465.0, 4426.0, 4425.0, 4435.0, 4447.0, 4435.0, 4448.0, 4438.0, 4427.0, 4439.0, 4437.0, 4460.0, 4468.0, 4448.0, 4448.0, 4478.0, 4449.0, 4457.0, 4437.0, 4458.0, 4477.0, 4448.0, 4467.0, 4449.0, 4450.0, 4476.0, 4448.0, 4457.0, 4438.0, 4439.0, 4435.0, 4458.0, 4457.0, 4448.0, 4427.0, 4437.0, 4459.0, 4477.0, 4449.0, 4449.0, 4450.0, 4460.0, 4489.0, 4459.0, 4478.0, 4439.0, 4449.0, 4447.0, 4448.0, 4488.0, 4447.0, 4427.0, 4465.0, 4446.0, 4435.0, 4425.0, 4446.0, 4475.0, 4446.0, 4445.0, 4435.0, 4456.0, 4475.0, 4446.0, 4435.0, 4437.0, 4437.0, 4446.0, 4449.0, 4437.0, 4449.0, 4448.0, 4438.0, 4458.0, 4477.0, 4449.0, 4468.0, 4450.0, 4439.0, 4467.0, 4448.0, 4468.0, 4450.0, 4459.0, 4461.0, 4452.0, 4479.0, 4450.0, 4469.0, 4461.0, 4450.0, 4462.0, 4452.0, 4479.0, 4450.0, 4468.0, 4451.0, 4459.0, 4452.0, 4472.0, 4490.0, 4460.0, 4469.0, 4449.0, 4449.0, 4448.0, 4449.0, 4478.0, 4448.0, 4459.0, 4438.0, 4428.0, 4449.0, 4460.0, 4478.0, 4437.0, 4437.0, 4438.0, 4449.0, 4487.0, 4449.0, 4458.0, 4456.0, 4447.0, 4476.0, 4447.0, 4436.0, 4424.0, 4445.0, 4465.0, 4436.0, 4433.0, 4436.0, 4457.0, 4474.0, 4435.0, 4435.0, 4424.0, 4446.0, 4434.0, 4447.0, 4437.0, 4423.0, 4446.0, 4466.0, 4458.0, 4468.0, 4438.0, 4448.0, 4428.0, 4449.0, 4472.0, 4481.0, 4449.0, 4459.0, 4478.0, 4447.0, 4447.0, 4436.0, 4448.0, 4487.0, 4447.0, 4456.0, 4476.0, 4437.0, 4455.0, 4436.0, 4465.0, 4449.0, 4447.0, 4459.0, 4479.0, 4455.0, 4444.0, 4411.0, 4432.0, 4431.0, 4422.0, 4412.0, 4432.0, 4424.0, 4421.0, 4445.0, 4422.0, 4422.0, 4443.0, 4462.0, 4434.0, 4402.0, 4434.0, 4435.0, 4452.0, 4445.0, 4424.0, 4435.0, 4446.0, 4434.0, 4447.0, 4436.0, 4436.0, 4448.0, 4435.0, 4448.0, 4447.0, 4436.0, 4458.0, 4477.0, 4437.0, 4437.0, 4435.0, 4446.0, 4445.0, 4425.0, 4446.0, 4455.0, 4447.0, 4437.0, 4435.0, 4447.0, 4466.0, 4436.0, 4425.0, 4438.0, 4448.0, 4477.0, 4437.0, 4458.0, 4486.0, 4448.0, 4466.0, 4437.0, 4458.0, 4476.0, 4446.0, 4456.0, 4436.0, 4436.0, 4436.0, 4448.0, 4455.0, 4448.0, 4447.0, 4465.0, 4445.0, 4456.0, 4435.0, 4447.0, 4475.0, 4436.0, 4446.0, 4464.0, 4435.0, 4434.0, 4435.0, 4435.0, 4434.0, 4446.0, 4435.0, 4424.0, 4447.0, 4465.0, 4437.0, 4425.0, 4435.0, 4447.0, 4465.0, 4426.0, 4436.0, 4435.0, 4446.0, 4436.0, 4436.0, 4457.0, 4477.0, 4437.0, 4435.0, 4425.0, 4447.0, 4436.0, 4425.0, 4447.0, 4465.0, 4437.0, 4457.0, 4465.0, 4446.0, 4437.0, 4446.0, 4447.0, 4435.0, 4447.0, 4458.0, 4476.0, 4447.0, 4456.0, 4448.0, 4448.0, 4466.0, 4448.0, 4458.0, 4437.0, 4458.0, 4465.0, 4447.0, 4457.0, 4456.0, 4446.0, 4476.0, 4437.0, 4436.0, 4435.0, 4447.0, 4476.0, 4436.0, 4437.0, 4435.0, 4448.0, 4457.0, 4437.0, 4437.0, 4436.0, 4448.0, 4456.0, 4436.0, 4457.0, 4476.0, 4446.0, 4436.0, 4454.0, 4446.0, 4445.0, 4435.0, 4446.0, 4464.0, 4446.0, 4457.0, 4465.0, 4446.0, 4446.0, 4435.0, 4447.0, 4465.0, 4436.0, 4437.0, 4434.0, 4458.0, 4447.0, 4449.0, 4440.0, 4478.0, 4448.0, 4458.0, 4448.0, 4458.0, 4476.0, 4447.0, 4466.0, 4438.0, 4439.0, 4455.0, 4448.0, 4457.0, 4437.0, 4437.0, 4437.0, 4449.0, 4478.0, 4448.0, 4438.0, 4458.0, 4449.0, 4467.0, 4448.0, 4449.0, 4468.0, 4448.0, 4466.0, 4438.0, 4450.0, 4477.0, 4448.0, 4456.0, 4448.0, 4449.0, 4468.0, 4449.0, 4457.0, 4449.0, 4460.0, 4478.0, 4460.0, 4467.0, 4437.0, 4436.0, 4435.0, 4447.0, 4467.0, 4436.0, 4436.0, 4435.0, 4448.0, 4477.0, 4437.0, 4457.0, 4486.0, 4436.0, 4435.0, 4423.0, 4445.0, 4454.0, 4435.0, 4433.0, 4433.0, 4445.0, 4434.0, 4427.0, 4456.0, 4474.0, 4446.0, 4444.0, 4436.0, 4435.0, 4455.0, 4446.0, 4455.0, 4436.0, 4426.0, 4447.0, 4459.0, 4476.0, 4448.0, 4457.0, 4438.0, 4447.0, 4437.0, 4427.0, 4449.0, 4450.0, 4467.0, 4449.0, 4479.0, 4448.0, 4439.0, 4448.0, 4460.0, 4489.0, 4449.0, 4460.0, 4487.0, 4447.0, 4466.0, 4448.0, 4467.0, 4448.0, 4469.0, 4487.0, 4459.0, 4467.0, 4449.0, 4450.0, 4468.0, 4459.0, 4478.0, 4447.0, 4437.0, 4447.0, 4459.0, 4477.0, 4448.0, 4448.0, 4437.0, 4449.0, 4436.0, 4449.0, 4437.0, 4436.0, 4448.0, 4466.0, 4437.0, 4448.0, 4476.0, 4446.0, 4457.0, 4436.0, 4436.0, 4434.0, 4458.0, 4447.0, 4445.0, 4435.0, 4434.0, 4436.0, 4455.0, 4476.0, 4446.0, 4446.0, 4446.0, 4457.0, 4464.0, 4436.0, 4458.0, 4465.0, 4447.0, 4455.0, 4436.0, 4457.0, 4475.0, 4445.0, 4456.0, 4437.0, 4437.0, 4436.0, 4458.0, 4478.0, 4437.0, 4437.0, 4435.0, 4447.0, 4477.0, 4437.0, 4446.0, 4486.0, 4436.0, 4456.0, 4424.0, 4445.0, 4464.0, 4434.0, 4424.0, 4433.0, 4445.0, 4443.0, 4424.0, 4425.0, 4444.0, 4445.0, 4423.0, 4436.0, 4447.0, 4455.0, 4446.0, 4455.0, 4436.0, 4435.0, 4436.0, 4457.0, 4476.0, 4447.0, 4446.0, 4448.0, 4438.0, 4437.0, 4458.0, 4476.0, 4457.0, 4456.0, 4437.0, 4458.0, 4476.0, 4436.0, 4436.0, 4435.0, 4437.0, 4434.0, 4447.0, 4446.0, 4435.0, 4457.0, 4476.0, 4448.0, 4456.0, 4437.0, 4458.0, 4476.0, 4436.0, 4445.0, 4424.0, 4436.0, 4424.0, 4447.0, 4436.0, 4423.0, 4435.0, 4434.0, 4437.0, 4447.0, 4449.0, 4449.0, 4461.0, 4471.0, 4478.0, 4448.0, 4469.0, 4450.0, 4448.0, 4460.0, 4451.0, 4478.0, 4448.0, 4467.0, 4448.0, 4457.0, 4449.0, 4460.0, 4487.0, 4437.0, 4456.0, 4436.0, 4425.0, 4437.0, 4458.0, 4465.0, 4436.0, 4435.0, 4437.0, 4426.0, 4449.0, 4460.0, 4477.0, 4436.0, 4446.0, 4428.0, 4439.0, 4449.0, 4459.0, 4463.0, 4462.0, 4464.0, 4486.0, 4472.0, 4439.0, 4437.0, 4437.0, 4424.0, 4434.0, 4425.0, 4445.0, 4436.0, 4435.0, 4448.0, 4446.0, 4436.0, 4436.0, 4454.0, 4436.0, 4434.0, 4436.0, 4436.0, 4434.0, 4435.0, 4434.0, 4437.0, 4435.0, 4435.0, 4437.0, 4446.0, 4435.0, 4446.0, 4454.0, 4436.0, 4435.0, 4447.0, 4426.0, 4448.0, 4449.0, 4456.0, 4438.0, 4448.0, 4451.0, 4449.0, 4461.0, 4451.0, 4458.0, 4438.0, 4478.0, 4448.0, 4457.0, 4439.0, 4437.0, 4450.0, 4449.0, 4447.0, 4438.0, 4467.0, 4439.0, 4447.0, 4448.0, 4439.0, 4456.0, 4437.0, 4466.0, 4436.0, 4436.0, 4434.0, 4436.0, 4434.0, 4436.0, 4426.0, 4445.0, 4436.0, 4435.0, 4437.0, 4436.0, 4447.0, 4438.0, 4455.0, 4436.0, 4446.0, 4437.0, 4437.0, 4437.0, 4449.0, 4456.0, 4437.0, 4437.0, 4437.0, 4448.0, 4447.0, 4439.0, 4437.0, 4439.0, 4438.0, 4450.0, 4441.0, 4452.0, 4441.0, 4462.0, 4462.0, 4465.0, 4484.0, 4477.0, 4506.0, 4487.0, 4505.0, 4464.0, 4484.0, 4490.0, 4460.0, 4480.0, 4451.0, 4448.0, 4450.0, 4438.0, 4447.0, 4438.0, 4448.0, 4449.0, 4449.0, 4450.0, 4439.0, 4448.0, 4439.0, 4457.0, 4447.0, 4437.0, 4449.0, 4449.0, 4467.0, 4448.0, 4438.0, 4448.0, 4439.0, 4447.0, 4437.0, 4448.0, 4476.0, 4438.0, 4436.0, 4437.0, 4448.0, 4477.0, 4436.0, 4427.0, 4438.0, 4449.0, 4467.0, 4438.0, 4448.0, 4467.0, 4449.0, 4447.0, 4449.0, 4460.0, 4477.0, 4438.0, 4458.0, 4437.0, 4448.0, 4475.0, 4437.0, 4447.0, 4445.0, 4436.0, 4435.0, 4448.0, 4436.0, 4437.0, 4437.0, 4468.0, 4448.0, 4447.0, 4449.0, 4447.0, 4437.0, 4436.0, 4438.0, 4439.0, 4447.0, 4450.0, 4468.0, 4438.0, 4448.0, 4439.0, 4448.0, 4448.0, 4450.0], 'WindowWidth': [9983.0, 9881.0, 9891.0, 9847.0, 9836.0, 9822.0, 9846.0, 9865.0, 9809.0, 9822.0, 9781.0, 9751.0, 9785.0, 9825.0, 9832.0, 9794.0, 9795.0, 9805.0, 9785.0, 9778.0, 9829.0, 9819.0, 9792.0, 9796.0, 9846.0, 9808.0, 9816.0, 9810.0, 9810.0, 9815.0, 9803.0, 9834.0, 9791.0, 9760.0, 9761.0, 9802.0, 9831.0, 9777.0, 9818.0, 9842.0, 9785.0, 9813.0, 9757.0, 9797.0, 9823.0, 9768.0, 9743.0, 9753.0, 9799.0, 9779.0, 9771.0, 9760.0, 9810.0, 9799.0, 9767.0, 9788.0, 9820.0, 9846.0, 9806.0, 9798.0, 9790.0, 9819.0, 9831.0, 9804.0, 9803.0, 9757.0, 9801.0, 9824.0, 9770.0, 9785.0, 9822.0, 9782.0, 9778.0, 9769.0, 9814.0, 9826.0, 9784.0, 9779.0, 9767.0, 9796.0, 9813.0, 9768.0, 9742.0, 9751.0, 9799.0, 9779.0, 9770.0, 9785.0, 9810.0, 9800.0, 9769.0, 9778.0, 9798.0, 9763.0, 9779.0, 9805.0, 9811.0, 9826.0, 9828.0, 9837.0, 9865.0, 9812.0, 9817.0, 9839.0, 9790.0, 9806.0, 9813.0, 9785.0, 9793.0, 9785.0, 9785.0, 9818.0, 9779.0, 9774.0, 9734.0, 9776.0, 9730.0, 9779.0, 9750.0, 9734.0, 9779.0, 9749.0, 9768.0, 9783.0, 9803.0, 9768.0, 9759.0, 9794.0, 9782.0, 9749.0, 9771.0, 9800.0, 9824.0, 9771.0, 9762.0, 9757.0, 9803.0, 9825.0, 9789.0, 9760.0, 9786.0, 9803.0, 9814.0, 9806.0, 9809.0, 9846.0, 9787.0, 9800.0, 9775.0, 9790.0, 9812.0, 9803.0, 9791.0, 9812.0, 9788.0, 9782.0, 9788.0, 9804.0, 9842.0, 9785.0, 9802.0, 9756.0, 9786.0, 9809.0, 9771.0, 9799.0, 9841.0, 9769.0, 9770.0, 9751.0, 9785.0, 9793.0, 9772.0, 9757.0, 9756.0, 9803.0, 9801.0, 9773.0, 9803.0, 9808.0, 9801.0, 9777.0, 9797.0, 9785.0, 9795.0, 9772.0, 9815.0, 9828.0, 9788.0, 9768.0, 9770.0, 9799.0, 9828.0, 9772.0, 9759.0, 9761.0, 9803.0, 9827.0, 9777.0, 9801.0, 9841.0, 9784.0, 9783.0, 9753.0, 9799.0, 9809.0, 9787.0, 9754.0, 9771.0, 9818.0, 9829.0, 9790.0, 9743.0, 9774.0, 9804.0, 9825.0, 9788.0, 9774.0, 9757.0, 9800.0, 9797.0, 9774.0, 9802.0, 9828.0, 9802.0, 9799.0, 9775.0, 9819.0, 9828.0, 9804.0, 9798.0, 9776.0, 9781.0, 9831.0, 9805.0, 9799.0, 9804.0, 9808.0, 9827.0, 9786.0, 9831.0, 9756.0, 9782.0, 9819.0, 9779.0, 9781.0, 9752.0, 9779.0, 9788.0, 9749.0, 9792.0, 9803.0, 9779.0, 9720.0, 9756.0, 9800.0, 9795.0, 9787.0, 9760.0, 9781.0, 9821.0, 9827.0, 9807.0, 9806.0, 9790.0, 9806.0, 9842.0, 9789.0, 9823.0, 9828.0, 9785.0, 9798.0, 9737.0, 9800.0, 9808.0, 9775.0, 9753.0, 9756.0, 9803.0, 9827.0, 9773.0, 9758.0, 9756.0, 9801.0, 9832.0, 9771.0, 9788.0, 9838.0, 9789.0, 9769.0, 9750.0, 9783.0, 9809.0, 9768.0, 9769.0, 9747.0, 9784.0, 9770.0, 9794.0, 9783.0, 9795.0, 9767.0, 9781.0, 9818.0, 9771.0, 9783.0, 9805.0, 9778.0, 9773.0, 9751.0, 9798.0, 9820.0, 9769.0, 9749.0, 9748.0, 9801.0, 9826.0, 9753.0, 9778.0, 9814.0, 9779.0, 9779.0, 9753.0, 9753.0, 9748.0, 9783.0, 9784.0, 9765.0, 9787.0, 9777.0, 9784.0, 9770.0, 9742.0, 9758.0, 9777.0, 9778.0, 9778.0, 9811.0, 9821.0, 9794.0, 9796.0, 9799.0, 9799.0, 9799.0, 9816.0, 9866.0, 9806.0, 9824.0, 9789.0, 9806.0, 9758.0, 9774.0, 9776.0, 9807.0, 9832.0, 9788.0, 9824.0, 9764.0, 9788.0, 9798.0, 9798.0, 9820.0, 9801.0, 9831.0, 9871.0, 9858.0, 9791.0, 9823.0, 9767.0, 9780.0, 9758.0, 9761.0, 9807.0, 9749.0, 9748.0, 9782.0, 9759.0, 9739.0, 9724.0, 9760.0, 9770.0, 9761.0, 9756.0, 9762.0, 9779.0, 9756.0, 9767.0, 9738.0, 9762.0, 9772.0, 9778.0, 9790.0, 9816.0, 9757.0, 9759.0, 9772.0, 9791.0, 9786.0, 9778.0, 9806.0, 9831.0, 9777.0, 9799.0, 9792.0, 9808.0, 9846.0, 9792.0, 9806.0, 9778.0, 9793.0, 9828.0, 9787.0, 9775.0, 9811.0, 9787.0, 9783.0, 9792.0, 9806.0, 9846.0, 9788.0, 9802.0, 9799.0, 9785.0, 9766.0, 9772.0, 9798.0, 9820.0, 9783.0, 9786.0, 9771.0, 9786.0, 9795.0, 9787.0, 9799.0, 9823.0, 9784.0, 9784.0, 9774.0, 9801.0, 9827.0, 9789.0, 9775.0, 9811.0, 9784.0, 9781.0, 9772.0, 9800.0, 9824.0, 9784.0, 9802.0, 9771.0, 9787.0, 9768.0, 9801.0, 9790.0, 9774.0, 9774.0, 9771.0, 9804.0, 9835.0, 9777.0, 9779.0, 9773.0, 9791.0, 9815.0, 9760.0, 9774.0, 9828.0, 9786.0, 9796.0, 9775.0, 9819.0, 9828.0, 9791.0, 9796.0, 9773.0, 9801.0, 9826.0, 9785.0, 9799.0, 9772.0, 9800.0, 9768.0, 9787.0, 9769.0, 9772.0, 9802.0, 9812.0, 9788.0, 9788.0, 9773.0, 9792.0, 9801.0, 9792.0, 9775.0, 9775.0, 9803.0, 9829.0, 9791.0, 9801.0, 9793.0, 9795.0, 9830.0, 9790.0, 9833.0, 9789.0, 9802.0, 9755.0, 9800.0, 9826.0, 9773.0, 9755.0, 9753.0, 9785.0, 9795.0, 9757.0, 9742.0, 9770.0, 9803.0, 9810.0, 9760.0, 9756.0, 9770.0, 9790.0, 9772.0, 9793.0, 9780.0, 9764.0, 9782.0, 9777.0, 9812.0, 9821.0, 9796.0, 9794.0, 9835.0, 9794.0, 9803.0, 9777.0, 9805.0, 9832.0, 9793.0, 9817.0, 9798.0, 9800.0, 9830.0, 9791.0, 9806.0, 9779.0, 9779.0, 9772.0, 9806.0, 9804.0, 9793.0, 9763.0, 9779.0, 9810.0, 9833.0, 9797.0, 9796.0, 9800.0, 9814.0, 9851.0, 9810.0, 9837.0, 9785.0, 9798.0, 9791.0, 9791.0, 9852.0, 9790.0, 9762.0, 9810.0, 9787.0, 9771.0, 9757.0, 9785.0, 9827.0, 9786.0, 9783.0, 9771.0, 9799.0, 9825.0, 9787.0, 9770.0, 9777.0, 9778.0, 9788.0, 9795.0, 9776.0, 9798.0, 9795.0, 9779.0, 9807.0, 9833.0, 9796.0, 9819.0, 9800.0, 9783.0, 9818.0, 9794.0, 9823.0, 9800.0, 9811.0, 9818.0, 9808.0, 9838.0, 9799.0, 9825.0, 9816.0, 9800.0, 9821.0, 9805.0, 9837.0, 9798.0, 9823.0, 9803.0, 9810.0, 9807.0, 9833.0, 9860.0, 9813.0, 9824.0, 9795.0, 9795.0, 9792.0, 9796.0, 9837.0, 9793.0, 9808.0, 9780.0, 9766.0, 9795.0, 9813.0, 9836.0, 9779.0, 9777.0, 9778.0, 9794.0, 9848.0, 9795.0, 9809.0, 9801.0, 9788.0, 9830.0, 9788.0, 9776.0, 9755.0, 9783.0, 9811.0, 9772.0, 9765.0, 9775.0, 9803.0, 9824.0, 9769.0, 9770.0, 9754.0, 9785.0, 9768.0, 9788.0, 9775.0, 9753.0, 9785.0, 9817.0, 9805.0, 9821.0, 9778.0, 9792.0, 9766.0, 9798.0, 9831.0, 9847.0, 9797.0, 9809.0, 9834.0, 9792.0, 9790.0, 9775.0, 9793.0, 9846.0, 9791.0, 9802.0, 9826.0, 9769.0, 9794.0, 9770.0, 9811.0, 9797.0, 9792.0, 9809.0, 9841.0, 9799.0, 9778.0, 9730.0, 9759.0, 9756.0, 9745.0, 9733.0, 9760.0, 9750.0, 9743.0, 9781.0, 9747.0, 9746.0, 9776.0, 9800.0, 9765.0, 9719.0, 9766.0, 9769.0, 9788.0, 9784.0, 9754.0, 9767.0, 9786.0, 9766.0, 9787.0, 9774.0, 9772.0, 9790.0, 9769.0, 9790.0, 9789.0, 9772.0, 9804.0, 9832.0, 9776.0, 9775.0, 9769.0, 9786.0, 9786.0, 9756.0, 9786.0, 9798.0, 9790.0, 9777.0, 9770.0, 9789.0, 9814.0, 9773.0, 9756.0, 9776.0, 9793.0, 9831.0, 9776.0, 9805.0, 9842.0, 9791.0, 9812.0, 9777.0, 9805.0, 9828.0, 9786.0, 9801.0, 9772.0, 9774.0, 9772.0, 9792.0, 9798.0, 9792.0, 9791.0, 9811.0, 9782.0, 9803.0, 9768.0, 9787.0, 9826.0, 9773.0, 9785.0, 9808.0, 9769.0, 9767.0, 9770.0, 9769.0, 9765.0, 9787.0, 9770.0, 9755.0, 9788.0, 9811.0, 9776.0, 9756.0, 9770.0, 9789.0, 9812.0, 9759.0, 9772.0, 9768.0, 9788.0, 9774.0, 9774.0, 9803.0, 9832.0, 9775.0, 9771.0, 9755.0, 9791.0, 9775.0, 9755.0, 9787.0, 9812.0, 9775.0, 9804.0, 9811.0, 9787.0, 9777.0, 9785.0, 9790.0, 9770.0, 9790.0, 9806.0, 9829.0, 9788.0, 9802.0, 9793.0, 9793.0, 9815.0, 9791.0, 9808.0, 9775.0, 9805.0, 9812.0, 9789.0, 9804.0, 9799.0, 9787.0, 9828.0, 9775.0, 9774.0, 9770.0, 9790.0, 9829.0, 9774.0, 9775.0, 9771.0, 9792.0, 9807.0, 9778.0, 9776.0, 9774.0, 9793.0, 9803.0, 9775.0, 9802.0, 9827.0, 9786.0, 9774.0, 9795.0, 9787.0, 9786.0, 9771.0, 9787.0, 9809.0, 9787.0, 9803.0, 9811.0, 9786.0, 9788.0, 9771.0, 9788.0, 9810.0, 9774.0, 9776.0, 9769.0, 9805.0, 9789.0, 9796.0, 9787.0, 9834.0, 9794.0, 9808.0, 9792.0, 9807.0, 9829.0, 9790.0, 9818.0, 9780.0, 9780.0, 9800.0, 9792.0, 9807.0, 9777.0, 9777.0, 9775.0, 9797.0, 9836.0, 9795.0, 9781.0, 9807.0, 9796.0, 9818.0, 9795.0, 9797.0, 9819.0, 9794.0, 9816.0, 9781.0, 9800.0, 9832.0, 9794.0, 9801.0, 9795.0, 9798.0, 9819.0, 9797.0, 9806.0, 9797.0, 9815.0, 9835.0, 9813.0, 9820.0, 9778.0, 9773.0, 9769.0, 9791.0, 9820.0, 9776.0, 9774.0, 9771.0, 9792.0, 9835.0, 9778.0, 9803.0, 9842.0, 9773.0, 9771.0, 9750.0, 9783.0, 9794.0, 9770.0, 9766.0, 9764.0, 9784.0, 9769.0, 9761.0, 9801.0, 9824.0, 9784.0, 9782.0, 9775.0, 9773.0, 9797.0, 9787.0, 9798.0, 9775.0, 9762.0, 9790.0, 9808.0, 9830.0, 9791.0, 9804.0, 9779.0, 9790.0, 9778.0, 9762.0, 9795.0, 9798.0, 9819.0, 9797.0, 9838.0, 9795.0, 9782.0, 9792.0, 9814.0, 9855.0, 9796.0, 9812.0, 9845.0, 9791.0, 9817.0, 9794.0, 9817.0, 9793.0, 9823.0, 9849.0, 9809.0, 9818.0, 9796.0, 9799.0, 9821.0, 9810.0, 9834.0, 9793.0, 9775.0, 9791.0, 9808.0, 9833.0, 9794.0, 9793.0, 9777.0, 9796.0, 9773.0, 9795.0, 9780.0, 9774.0, 9791.0, 9816.0, 9778.0, 9792.0, 9828.0, 9788.0, 9804.0, 9774.0, 9774.0, 9768.0, 9806.0, 9793.0, 9786.0, 9773.0, 9767.0, 9773.0, 9799.0, 9829.0, 9787.0, 9787.0, 9788.0, 9804.0, 9810.0, 9775.0, 9806.0, 9811.0, 9789.0, 9795.0, 9775.0, 9803.0, 9828.0, 9786.0, 9801.0, 9778.0, 9776.0, 9773.0, 9807.0, 9839.0, 9777.0, 9777.0, 9771.0, 9791.0, 9834.0, 9779.0, 9787.0, 9843.0, 9774.0, 9801.0, 9753.0, 9784.0, 9810.0, 9769.0, 9753.0, 9764.0, 9784.0, 9778.0, 9756.0, 9756.0, 9781.0, 9784.0, 9753.0, 9775.0, 9791.0, 9799.0, 9786.0, 9797.0, 9774.0, 9770.0, 9772.0, 9802.0, 9828.0, 9789.0, 9788.0, 9794.0, 9779.0, 9776.0, 9806.0, 9830.0, 9803.0, 9801.0, 9777.0, 9807.0, 9831.0, 9775.0, 9774.0, 9770.0, 9775.0, 9767.0, 9789.0, 9788.0, 9771.0, 9803.0, 9829.0, 9792.0, 9799.0, 9777.0, 9805.0, 9829.0, 9773.0, 9786.0, 9755.0, 9773.0, 9754.0, 9790.0, 9776.0, 9751.0, 9769.0, 9768.0, 9774.0, 9788.0, 9796.0, 9796.0, 9818.0, 9834.0, 9837.0, 9794.0, 9823.0, 9798.0, 9794.0, 9814.0, 9803.0, 9834.0, 9792.0, 9819.0, 9792.0, 9804.0, 9796.0, 9814.0, 9850.0, 9774.0, 9800.0, 9773.0, 9756.0, 9776.0, 9805.0, 9813.0, 9771.0, 9769.0, 9774.0, 9757.0, 9794.0, 9812.0, 9832.0, 9772.0, 9786.0, 9760.0, 9774.0, 9793.0, 9806.0, 9819.0, 9817.0, 9822.0, 9862.0, 9833.0, 9780.0, 9772.0, 9774.0, 9752.0, 9765.0, 9754.0, 9780.0, 9768.0, 9769.0, 9790.0, 9786.0, 9769.0, 9768.0, 9793.0, 9770.0, 9763.0, 9770.0, 9769.0, 9763.0, 9767.0, 9765.0, 9772.0, 9769.0, 9767.0, 9774.0, 9785.0, 9766.0, 9783.0, 9794.0, 9769.0, 9769.0, 9786.0, 9757.0, 9790.0, 9791.0, 9800.0, 9777.0, 9791.0, 9798.0, 9793.0, 9813.0, 9801.0, 9803.0, 9777.0, 9833.0, 9791.0, 9799.0, 9778.0, 9772.0, 9797.0, 9793.0, 9786.0, 9775.0, 9816.0, 9781.0, 9786.0, 9791.0, 9779.0, 9799.0, 9772.0, 9814.0, 9771.0, 9769.0, 9764.0, 9770.0, 9765.0, 9770.0, 9759.0, 9782.0, 9769.0, 9767.0, 9774.0, 9770.0, 9789.0, 9777.0, 9796.0, 9770.0, 9784.0, 9773.0, 9773.0, 9772.0, 9792.0, 9799.0, 9775.0, 9773.0, 9773.0, 9789.0, 9787.0, 9779.0, 9773.0, 9779.0, 9778.0, 9796.0, 9786.0, 9802.0, 9781.0, 9816.0, 9817.0, 9827.0, 9852.0, 9847.0, 9886.0, 9861.0, 9884.0, 9822.0, 9850.0, 9853.0, 9811.0, 9838.0, 9800.0, 9790.0, 9797.0, 9777.0, 9789.0, 9777.0, 9792.0, 9794.0, 9793.0, 9797.0, 9780.0, 9789.0, 9779.0, 9801.0, 9790.0, 9773.0, 9792.0, 9795.0, 9814.0, 9791.0, 9778.0, 9789.0, 9778.0, 9786.0, 9775.0, 9789.0, 9827.0, 9776.0, 9772.0, 9774.0, 9791.0, 9827.0, 9772.0, 9761.0, 9776.0, 9795.0, 9816.0, 9779.0, 9792.0, 9816.0, 9792.0, 9787.0, 9795.0, 9809.0, 9834.0, 9776.0, 9807.0, 9776.0, 9790.0, 9824.0, 9773.0, 9788.0, 9783.0, 9771.0, 9769.0, 9791.0, 9773.0, 9775.0, 9776.0, 9818.0, 9790.0, 9787.0, 9794.0, 9791.0, 9774.0, 9772.0, 9777.0, 9779.0, 9789.0, 9796.0, 9819.0, 9779.0, 9792.0, 9779.0, 9791.0, 9792.0, 9797.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.0005964537941397445</td></tr>
<tr><td colspan=3>aqi</td><td>0.01899114214876033</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.80767630663162</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2957069106842134</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0057631147218067</td></tr>
<tr><td colspan=3>efc</td><td>0.5008</td></tr>
<tr><td colspan=3>fber</td><td>4375.0518</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.081540883887671</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5777610818933132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.294667573623648</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300916217869155</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.488923577023074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.094162925978715</td></tr>
<tr><td colspan=3>gcor</td><td>0.00638812</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023497305810451508</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03670690208673477</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.0425581122122765</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.3274</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.8265</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>249.7949</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1216.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>459.5192</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7171</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>548.148</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3665.0401</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.6927</td></tr>
<tr><td colspan=3>tsnr</td><td>42.329505500383675</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>