<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-03/func/sub-0080_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>ad54a0b4f771b637a0f9c113fabeef82</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:15:10.847500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997423, 0.0516142, 0.0498396, -0.0534947, 0.997876, 0.0371656]</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.103038</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>[4168, -7756, -7177, 488, -57, -154, 52, 41]</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>261.321</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>66c4f3ce-9ea5-4278-af1d-37d4b62f6cde||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6760120391845703, -0.1435224413871765, 0.12910176813602448, 114.644287109375], [-0.13847699761390686, 2.677229166030884, 0.10728699713945389, -82.91820526123047], [0.13371597230434418, -0.09971246868371964, 2.694776773452759, -24.64495277404785], [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': ['181510.847500', '181511.307500', '181511.767500', '181512.227500', '181512.687500', '181513.147500', '181513.607500', '181514.067500', '181514.527500', '181514.987500', '181515.447500', '181515.907500', '181516.367500', '181516.827500', '181517.287500', '181517.747500', '181518.207500', '181518.667500', '181519.127500', '181519.587500', '181520.047500', '181520.507500', '181520.967500', '181521.427500', '181521.887500', '181522.347500', '181522.807500', '181523.267500', '181523.727500', '181524.187500', '181524.647500', '181525.107500', '181525.567500', '181526.027500', '181526.487500', '181526.947500', '181527.407500', '181527.867500', '181528.327500', '181528.787500', '181529.247500', '181529.707500', '181530.167500', '181530.627500', '181531.087500', '181531.547500', '181532.007500', '181532.467500', '181532.927500', '181533.387500', '181533.847500', '181534.307500', '181534.767500', '181535.227500', '181535.687500', '181536.147500', '181536.607500', '181537.067500', '181537.527500', '181537.987500', '181538.447500', '181538.907500', '181539.367500', '181539.827500', '181540.287500', '181540.747500', '181541.207500', '181541.667500', '181542.127500', '181542.587500', '181543.047500', '181543.507500', '181543.967500', '181544.427500', '181544.887500', '181545.347500', '181545.807500', '181546.267500', '181546.727500', '181547.187500', '181547.647500', '181548.107500', '181548.567500', '181549.027500', '181549.487500', '181549.947500', '181550.407500', '181550.867500', '181551.327500', '181551.787500', '181552.247500', '181552.707500', '181553.167500', '181553.627500', '181554.087500', '181554.547500', '181555.007500', '181555.467500', '181555.927500', '181556.387500', '181556.847500', '181557.307500', '181557.767500', '181558.227500', '181558.687500', '181559.147500', '181559.607500', '181600.067500', '181600.527500', '181600.987500', '181601.447500', '181601.907500', '181602.367500', '181602.827500', '181603.287500', '181603.747500', '181604.207500', '181604.667500', '181605.127500', '181605.587500', '181606.047500', '181606.507500', '181606.967500', '181607.427500', '181607.887500', '181608.347500', '181608.807500', '181609.267500', '181609.727500', '181610.187500', '181610.647500', '181611.107500', '181611.567500', '181612.027500', '181612.487500', '181612.947500', '181613.407500', '181613.867500', '181614.327500', '181614.787500', '181615.247500', '181615.707500', '181616.167500', '181616.627500', '181617.087500', '181617.547500', '181618.007500', '181618.467500', '181618.927500', '181619.387500', '181619.847500', '181620.307500', '181620.767500', '181621.227500', '181621.687500', '181622.147500', '181622.607500', '181623.067500', '181623.527500', '181623.987500', '181624.447500', '181624.907500', '181625.367500', '181625.827500', '181626.287500', '181626.747500', '181627.207500', '181627.667500', '181628.127500', '181628.587500', '181629.047500', '181629.507500', '181629.967500', '181630.427500', '181630.887500', '181631.347500', '181631.807500', '181632.267500', '181632.727500', '181633.187500', '181633.647500', '181634.107500', '181634.567500', '181635.027500', '181635.487500', '181635.947500', '181636.407500', '181636.867500', '181637.327500', '181637.787500', '181638.247500', '181638.707500', '181639.167500', '181639.627500', '181640.087500', '181640.547500', '181641.007500', '181641.467500', '181641.927500', '181642.387500', '181642.847500', '181643.307500', '181643.767500', '181644.227500', '181644.687500', '181645.147500', '181645.607500', '181646.067500', '181646.527500', '181646.987500', '181647.447500', '181647.907500', '181648.367500', '181648.827500', '181649.287500', '181649.747500', '181650.207500', '181650.667500', '181651.127500', '181651.587500', '181652.047500', '181652.507500', '181652.967500', '181653.427500', '181653.887500', '181654.347500', '181654.807500', '181655.267500', '181655.727500', '181656.187500', '181656.647500', '181657.107500', '181657.567500', '181658.027500', '181658.487500', '181658.947500', '181659.407500', '181659.867500', '181700.327500', '181700.787500', '181701.247500', '181701.707500', '181702.167500', '181702.627500', '181703.087500', '181703.547500', '181704.007500', '181704.467500', '181704.927500', '181705.387500', '181705.847500', '181706.307500', '181706.767500', '181707.227500', '181707.687500', '181708.147500', '181708.607500', '181709.067500', '181709.527500', '181709.987500', '181710.447500', '181710.907500', '181711.367500', '181711.827500', '181712.287500', '181712.747500', '181713.207500', '181713.667500', '181714.127500', '181714.587500', '181715.047500', '181715.507500', '181715.967500', '181716.427500', '181716.887500', '181717.347500', '181717.807500', '181718.267500', '181718.727500', '181719.187500', '181719.647500', '181720.107500', '181720.567500', '181721.027500', '181721.487500', '181721.947500', '181722.407500', '181722.867500', '181723.327500', '181723.787500', '181724.247500', '181724.707500', '181725.167500', '181725.627500', '181726.087500', '181726.547500', '181727.007500', '181727.467500', '181727.927500', '181728.387500', '181728.847500', '181729.307500', '181729.767500', '181730.227500', '181730.687500', '181731.147500', '181731.607500', '181732.067500', '181732.527500', '181732.987500', '181733.447500', '181733.907500', '181734.367500', '181734.827500', '181735.287500', '181735.747500', '181736.207500', '181736.667500', '181737.127500', '181737.587500', '181738.047500', '181738.507500', '181738.967500', '181739.427500', '181739.887500', '181740.347500', '181740.807500', '181741.267500', '181741.727500', '181742.187500', '181742.647500', '181743.107500', '181743.567500', '181744.027500', '181744.487500', '181744.947500', '181745.407500', '181745.867500', '181746.327500', '181746.787500', '181747.247500', '181747.707500', '181748.167500', '181748.627500', '181749.087500', '181749.547500', '181750.007500', '181750.467500', '181750.927500', '181751.387500', '181751.847500', '181752.307500', '181752.767500', '181753.227500', '181753.687500', '181754.147500', '181754.607500', '181755.067500', '181755.527500', '181755.987500', '181756.447500', '181756.907500', '181757.367500', '181757.827500', '181758.287500', '181758.747500', '181759.207500', '181759.667500', '181800.127500', '181800.587500', '181801.047500', '181801.507500', '181801.967500', '181802.427500', '181802.887500', '181803.347500', '181803.807500', '181804.267500', '181804.727500', '181805.187500', '181805.647500', '181806.107500', '181806.567500', '181807.027500', '181807.487500', '181807.947500', '181808.407500', '181808.867500', '181809.327500', '181809.787500', '181810.247500', '181810.707500', '181811.167500', '181811.627500', '181812.087500', '181812.547500', '181813.007500', '181813.467500', '181813.927500', '181814.387500', '181814.847500', '181815.307500', '181815.767500', '181816.227500', '181816.687500', '181817.147500', '181817.607500', '181818.067500', '181818.527500', '181818.987500', '181819.447500', '181819.907500', '181820.367500', '181820.827500', '181821.287500', '181821.747500', '181822.207500', '181822.667500', '181823.127500', '181823.587500', '181824.047500', '181824.507500', '181824.967500', '181825.427500', '181825.887500', '181826.347500', '181826.807500', '181827.267500', '181827.727500', '181828.187500', '181828.647500', '181829.107500', '181829.567500', '181830.027500', '181830.487500', '181830.947500', '181831.407500', '181831.867500', '181832.327500', '181832.787500', '181833.247500', '181833.707500', '181834.167500', '181834.627500', '181835.087500', '181835.547500', '181836.007500', '181836.467500', '181836.927500', '181837.387500', '181837.847500', '181838.307500', '181838.767500', '181839.227500', '181839.687500', '181840.147500', '181840.607500', '181841.067500', '181841.527500', '181841.987500', '181842.447500', '181842.907500', '181843.367500', '181843.827500', '181844.287500', '181844.747500', '181845.207500', '181845.667500', '181846.127500', '181846.587500', '181847.047500', '181847.507500', '181847.967500', '181848.427500', '181848.887500', '181849.347500', '181849.807500', '181850.267500', '181850.727500', '181851.187500', '181851.647500', '181852.107500', '181852.567500', '181853.027500', '181853.487500', '181853.947500', '181854.407500', '181854.867500', '181855.327500', '181855.787500', '181856.247500', '181856.707500', '181857.167500', '181857.627500', '181858.087500', '181858.547500', '181859.007500', '181859.467500', '181859.927500', '181900.387500', '181900.847500', '181901.307500', '181901.767500', '181902.227500', '181902.687500', '181903.147500', '181903.607500', '181904.067500', '181904.527500', '181904.987500', '181905.447500', '181905.907500', '181906.367500', '181906.827500', '181907.287500', '181907.747500', '181908.207500', '181908.667500', '181909.127500', '181909.587500', '181910.047500', '181910.507500', '181910.967500', '181911.427500', '181911.887500', '181912.347500', '181912.807500', '181913.267500', '181913.727500', '181914.187500', '181914.647500', '181915.107500', '181915.567500', '181916.027500', '181916.487500', '181916.947500', '181917.407500', '181917.867500', '181918.327500', '181918.787500', '181919.247500', '181919.707500', '181920.167500', '181920.627500', '181921.087500', '181921.547500', '181922.007500', '181922.467500', '181922.927500', '181923.387500', '181923.847500', '181924.307500', '181924.767500', '181925.227500', '181925.687500', '181926.147500', '181926.607500', '181927.067500', '181927.527500', '181927.987500', '181928.447500', '181928.907500', '181929.367500', '181929.827500', '181930.287500', '181930.747500', '181931.207500', '181931.667500', '181932.127500', '181932.587500', '181933.047500', '181933.507500', '181933.967500', '181934.427500', '181934.887500', '181935.347500', '181935.807500', '181936.267500', '181936.727500', '181937.187500', '181937.647500', '181938.107500', '181938.567500', '181939.027500', '181939.487500', '181939.947500', '181940.407500', '181940.867500', '181941.327500', '181941.787500', '181942.247500', '181942.707500', '181943.167500', '181943.627500', '181944.087500', '181944.547500', '181945.007500', '181945.467500', '181945.927500', '181946.387500', '181946.847500', '181947.307500', '181947.767500', '181948.227500', '181948.687500', '181949.147500', '181949.607500', '181950.067500', '181950.527500', '181950.987500', '181951.447500', '181951.907500', '181952.367500', '181952.827500', '181953.287500', '181953.747500', '181954.207500', '181954.667500', '181955.127500', '181955.587500', '181956.047500', '181956.507500', '181956.967500', '181957.427500', '181957.887500', '181958.347500', '181958.807500', '181959.267500', '181959.727500', '182000.187500', '182000.647500', '182001.107500', '182001.567500', '182002.027500', '182002.487500', '182002.947500', '182003.407500', '182003.867500', '182004.327500', '182004.787500', '182005.247500', '182005.707500', '182006.167500', '182006.627500', '182007.087500', '182007.547500', '182008.007500', '182008.467500', '182008.927500', '182009.387500', '182009.847500', '182010.307500', '182010.767500', '182011.227500', '182011.687500', '182012.147500', '182012.607500', '182013.067500', '182013.527500', '182013.987500', '182014.447500', '182014.907500', '182015.367500', '182015.827500', '182016.287500', '182016.747500', '182017.207500', '182017.667500', '182018.127500', '182018.587500', '182019.047500', '182019.507500', '182019.967500', '182020.427500', '182020.887500', '182021.347500', '182021.807500', '182022.267500', '182022.727500', '182023.187500', '182023.647500', '182024.107500', '182024.567500', '182025.027500', '182025.487500', '182025.947500', '182026.407500', '182026.867500', '182027.327500', '182027.787500', '182028.247500', '182028.707500', '182029.167500', '182029.627500', '182030.087500', '182030.547500', '182031.007500', '182031.467500', '182031.927500', '182032.387500', '182032.847500', '182033.307500', '182033.767500', '182034.227500', '182034.687500', '182035.147500', '182035.607500', '182036.067500', '182036.527500', '182036.987500', '182037.447500', '182037.907500', '182038.367500', '182038.827500', '182039.287500', '182039.747500', '182040.207500', '182040.667500', '182041.127500', '182041.587500', '182042.047500', '182042.507500', '182042.967500', '182043.427500', '182043.887500', '182044.347500', '182044.807500', '182045.267500', '182045.727500', '182046.187500', '182046.647500', '182047.107500', '182047.567500', '182048.027500', '182048.487500', '182048.947500', '182049.407500', '182049.867500', '182050.327500', '182050.787500', '182051.247500', '182051.707500', '182052.167500', '182052.627500', '182053.087500', '182053.547500', '182054.007500', '182054.467500', '182054.927500', '182055.387500', '182055.847500', '182056.307500', '182056.767500', '182057.227500', '182057.687500', '182058.147500', '182058.607500', '182059.067500', '182059.527500', '182059.987500', '182100.447500', '182100.907500', '182101.367500', '182101.827500', '182102.287500', '182102.747500', '182103.207500', '182103.667500', '182104.127500', '182104.587500', '182105.047500', '182105.507500', '182105.967500', '182106.427500', '182106.887500', '182107.347500', '182107.807500', '182108.267500', '182108.727500', '182109.187500', '182109.647500', '182110.107500', '182110.567500', '182111.027500', '182111.487500', '182111.947500', '182112.407500', '182112.867500', '182113.327500', '182113.787500', '182114.247500', '182114.707500', '182115.167500', '182115.627500', '182116.087500', '182116.547500', '182117.007500', '182117.467500', '182117.927500', '182118.387500', '182118.847500', '182119.307500', '182119.767500', '182120.227500', '182120.687500', '182121.147500', '182121.607500', '182122.067500', '182122.527500', '182122.987500', '182123.447500', '182123.907500', '182124.367500', '182124.827500', '182125.287500', '182125.747500', '182126.207500', '182126.667500', '182127.127500', '182127.587500', '182128.047500', '182128.507500', '182128.967500', '182129.427500', '182129.887500', '182130.347500', '182130.807500', '182131.267500', '182131.727500', '182132.187500', '182132.647500', '182133.107500', '182133.567500', '182134.027500', '182134.487500', '182134.947500', '182135.407500', '182135.867500', '182136.327500', '182136.787500', '182137.247500', '182137.707500', '182138.167500', '182138.627500', '182139.087500', '182139.547500', '182140.007500', '182140.467500', '182140.927500', '182141.387500', '182141.847500', '182142.307500', '182142.767500', '182143.227500', '182143.687500', '182144.147500', '182144.607500', '182145.067500', '182145.527500', '182145.987500', '182146.447500', '182146.907500', '182147.367500', '182147.827500', '182148.287500', '182148.747500', '182149.207500', '182149.667500', '182150.127500', '182150.587500', '182151.047500', '182151.507500', '182151.967500', '182152.427500', '182152.887500', '182153.347500', '182153.807500', '182154.267500', '182154.727500', '182155.187500', '182155.647500', '182156.107500', '182156.567500', '182157.027500', '182157.487500', '182157.947500', '182158.407500', '182158.867500', '182159.327500', '182159.787500', '182200.247500', '182200.707500', '182201.167500', '182201.627500', '182202.087500', '182202.547500', '182203.007500', '182203.467500', '182203.927500', '182204.387500', '182204.847500', '182205.307500', '182205.767500', '182206.227500', '182206.687500', '182207.147500', '182207.607500', '182208.067500', '182208.527500', '182208.987500', '182209.447500', '182209.907500', '182210.367500', '182210.827500', '182211.287500', '182211.747500', '182212.207500', '182212.667500', '182213.127500', '182213.587500', '182214.047500', '182214.507500', '182214.967500', '182215.427500', '182215.887500', '182216.347500', '182216.807500', '182217.267500', '182217.727500', '182218.187500', '182218.647500', '182219.107500', '182219.567500', '182220.027500', '182220.487500', '182220.947500', '182221.407500', '182221.867500', '182222.327500', '182222.787500', '182223.247500', '182223.707500', '182224.167500', '182224.627500', '182225.087500', '182225.547500', '182226.007500', '182226.467500', '182226.927500', '182227.387500', '182227.847500', '182228.307500', '182228.767500', '182229.227500', '182229.687500', '182230.147500', '182230.607500', '182231.067500', '182231.527500', '182231.987500', '182232.447500', '182232.907500', '182233.367500', '182233.827500', '182234.287500', '182234.747500', '182235.207500', '182235.667500', '182236.127500', '182236.587500', '182237.047500', '182237.507500', '182237.967500', '182238.427500', '182238.887500', '182239.347500', '182239.807500', '182240.267500', '182240.727500', '182241.187500', '182241.647500', '182242.107500', '182242.567500', '182243.027500', '182243.487500', '182243.947500', '182244.407500', '182244.867500', '182245.327500', '182245.787500', '182246.247500', '182246.707500', '182247.167500', '182247.627500', '182248.087500', '182248.547500', '182249.007500', '182249.467500', '182249.927500', '182250.387500', '182250.847500', '182251.307500', '182251.767500', '182252.227500', '182252.687500', '182253.147500', '182253.607500', '182254.067500', '182254.527500', '182254.987500', '182255.447500', '182255.907500', '182256.367500', '182256.827500', '182257.287500', '182257.747500', '182258.207500', '182258.667500', '182259.127500', '182259.587500', '182300.047500', '182300.507500', '182300.967500', '182301.427500', '182301.887500', '182302.347500', '182302.807500', '182303.267500', '182303.727500', '182304.187500', '182304.647500', '182305.107500', '182305.567500', '182306.027500', '182306.487500', '182306.947500', '182307.407500', '182307.867500', '182308.327500', '182308.787500', '182309.247500', '182309.707500', '182310.167500', '182310.627500', '182311.087500', '182311.547500', '182312.007500', '182312.467500', '182312.927500', '182313.387500', '182313.847500', '182314.307500', '182314.767500', '182315.227500', '182315.687500', '182316.147500', '182316.607500', '182317.067500', '182317.527500', '182317.987500', '182318.447500', '182318.907500', '182319.367500', '182319.827500', '182320.287500', '182320.747500', '182321.207500', '182321.667500', '182322.127500', '182322.587500', '182323.047500', '182323.507500', '182323.967500', '182324.427500', '182324.887500', '182325.347500', '182325.807500', '182326.267500', '182326.727500', '182327.187500', '182327.647500', '182328.107500', '182328.567500', '182329.027500', '182329.487500', '182329.947500', '182330.407500', '182330.867500', '182331.327500', '182331.787500', '182332.247500', '182332.707500', '182333.167500', '182333.627500', '182334.087500', '182334.547500', '182335.007500', '182335.467500', '182335.927500', '182336.387500', '182336.847500', '182337.307500', '182337.767500', '182338.227500', '182338.687500', '182339.147500', '182339.607500', '182340.067500', '182340.527500', '182340.987500', '182341.447500', '182341.907500', '182342.367500', '182342.827500', '182343.287500', '182343.747500', '182344.207500', '182344.667500', '182345.127500', '182345.587500', '182346.047500', '182346.507500', '182346.967500', '182347.427500', '182347.887500', '182348.347500', '182348.807500', '182349.267500', '182349.727500', '182350.187500', '182350.647500', '182351.107500', '182351.567500', '182352.027500', '182352.487500', '182352.947500', '182353.407500', '182353.867500', '182354.327500', '182354.787500', '182355.247500', '182355.707500', '182356.167500', '182356.627500', '182357.087500', '182357.547500', '182358.007500', '182358.467500', '182358.927500', '182359.387500', '182359.847500', '182400.307500', '182400.767500', '182401.227500', '182401.687500', '182402.147500', '182402.607500', '182403.067500', '182403.527500', '182403.987500', '182404.447500', '182404.907500', '182405.367500', '182405.827500', '182406.287500', '182406.747500', '182407.207500', '182407.667500', '182408.127500', '182408.587500', '182409.047500', '182409.507500', '182409.967500', '182410.427500', '182410.887500', '182411.347500', '182411.807500', '182412.267500', '182412.727500', '182413.187500', '182413.647500', '182414.107500', '182414.567500', '182415.027500', '182415.487500', '182415.947500', '182416.407500', '182416.867500', '182417.327500', '182417.787500', '182418.247500', '182418.707500', '182419.167500', '182419.627500', '182420.087500', '182420.547500', '182421.007500', '182421.467500', '182421.927500', '182422.387500', '182422.847500', '182423.307500', '182423.767500', '182424.227500', '182424.687500', '182425.147500', '182425.607500', '182426.067500', '182426.527500', '182426.987500', '182427.447500', '182427.907500', '182428.367500', '182428.827500', '182429.287500', '182429.747500', '182430.207500', '182430.667500', '182431.127500', '182431.587500', '182432.047500', '182432.507500', '182432.967500', '182433.427500', '182433.887500', '182434.347500', '182434.807500', '182435.267500', '182435.727500', '182436.187500', '182436.647500', '182437.107500', '182437.567500', '182438.027500', '182438.487500', '182438.947500', '182439.407500', '182439.867500', '182440.327500', '182440.787500', '182441.247500', '182441.707500', '182442.167500', '182442.627500', '182443.087500', '182443.547500', '182444.007500', '182444.467500', '182444.927500', '182445.387500', '182445.847500', '182446.307500', '182446.767500', '182447.227500', '182447.687500', '182448.147500', '182448.607500', '182449.067500', '182449.527500', '182449.987500', '182450.447500', '182450.907500', '182451.367500', '182451.827500', '182452.287500', '182452.747500', '182453.207500', '182453.667500', '182454.127500', '182454.587500', '182455.047500', '182455.507500', '182455.967500', '182456.427500', '182456.887500', '182457.347500', '182457.807500', '182458.267500', '182458.727500', '182459.187500', '182459.647500', '182500.107500', '182500.567500', '182501.027500', '182501.487500', '182501.947500', '182502.407500', '182502.867500', '182503.327500', '182503.787500', '182504.247500', '182504.707500', '182505.167500', '182505.627500', '182506.087500', '182506.547500', '182507.007500', '182507.467500', '182507.927500', '182508.387500', '182508.847500', '182509.307500', '182509.767500', '182510.227500', '182510.687500', '182511.147500', '182511.607500', '182512.067500', '182512.527500', '182512.987500', '182513.447500', '182513.907500', '182514.367500', '182514.827500', '182515.287500', '182515.747500', '182516.207500', '182516.667500', '182517.127500', '182517.587500', '182518.047500', '182518.507500', '182518.967500', '182519.427500', '182519.887500', '182520.347500', '182520.807500', '182521.267500', '182521.727500', '182522.187500', '182522.647500', '182523.107500', '182523.567500', '182524.027500', '182524.487500'], 'ContentTime': ['181526.594000', '181526.597000', '181526.600000', '181526.603000', '181526.605000', '181526.608000', '181526.610000', '181526.613000', '181526.615000', '181526.618000', '181526.621000', '181526.623000', '181526.626000', '181526.628000', '181526.631000', '181526.634000', '181526.636000', '181526.639000', '181526.641000', '181526.651000', '181526.654000', '181526.656000', '181526.659000', '181526.662000', '181526.664000', '181526.667000', '181526.670000', '181526.672000', '181526.675000', '181526.678000', '181526.680000', '181526.683000', '181546.548000', '181546.551000', '181546.553000', '181546.556000', '181546.558000', '181546.561000', '181546.564000', '181546.570000', '181546.572000', '181546.575000', '181546.577000', '181546.580000', '181546.582000', '181546.585000', '181546.588000', '181546.590000', '181546.593000', '181546.595000', '181546.598000', '181546.601000', '181546.603000', '181546.606000', '181546.608000', '181546.611000', '181546.613000', '181546.616000', '181546.619000', '181546.621000', '181546.624000', '181546.626000', '181546.629000', '181546.632000', '181546.634000', '181546.637000', '181546.639000', '181546.642000', '181546.645000', '181546.647000', '181546.650000', '181546.653000', '181546.655000', '181546.658000', '181546.660000', '181546.663000', '181606.549000', '181606.551000', '181606.554000', '181606.557000', '181606.559000', '181606.562000', '181606.564000', '181606.567000', '181606.570000', '181606.576000', '181606.579000', '181606.582000', '181606.584000', '181606.587000', '181606.589000', '181606.592000', '181606.594000', '181606.597000', '181606.600000', '181606.602000', '181606.605000', '181606.608000', '181606.610000', '181606.613000', '181606.615000', '181606.618000', '181606.621000', '181606.623000', '181606.626000', '181606.628000', '181606.631000', '181606.634000', '181606.636000', '181606.639000', '181606.641000', '181606.644000', '181606.647000', '181606.649000', '181606.652000', '181606.655000', '181606.657000', '181606.660000', '181606.662000', '181626.548000', '181626.551000', '181626.554000', '181626.557000', '181626.559000', '181626.562000', '181626.564000', '181626.578000', '181626.580000', '181626.583000', '181626.586000', '181626.588000', '181626.591000', '181626.593000', '181626.596000', '181626.599000', '181626.601000', '181626.604000', '181626.606000', '181626.609000', '181626.612000', '181626.614000', '181626.617000', '181626.619000', '181626.622000', '181626.625000', '181626.627000', '181626.630000', '181626.632000', '181626.635000', '181626.638000', '181626.640000', '181626.643000', '181626.645000', '181626.648000', '181626.651000', '181626.654000', '181626.656000', '181626.659000', '181626.661000', '181626.664000', '181626.667000', '181626.669000', '181646.548000', '181646.551000', '181646.554000', '181646.556000', '181646.559000', '181646.562000', '181646.564000', '181646.567000', '181646.570000', '181646.572000', '181646.575000', '181646.577000', '181646.580000', '181646.583000', '181646.585000', '181646.588000', '181646.591000', '181646.593000', '181646.596000', '181646.598000', '181646.601000', '181646.604000', '181646.606000', '181646.609000', '181646.612000', '181646.614000', '181646.617000', '181646.620000', '181646.622000', '181646.625000', '181646.627000', '181646.630000', '181646.633000', '181646.635000', '181646.638000', '181646.641000', '181646.643000', '181646.646000', '181646.649000', '181646.651000', '181646.654000', '181646.657000', '181646.659000', '181646.662000', '181706.548000', '181706.551000', '181706.554000', '181706.557000', '181706.559000', '181706.562000', '181706.564000', '181706.567000', '181706.570000', '181706.572000', '181706.575000', '181706.578000', '181706.580000', '181706.583000', '181706.586000', '181706.588000', '181706.591000', '181706.593000', '181706.596000', '181706.599000', '181706.601000', '181706.604000', '181706.607000', '181706.609000', '181706.612000', '181706.614000', '181706.617000', '181706.620000', '181706.622000', '181706.625000', '181706.628000', '181706.630000', '181706.633000', '181706.635000', '181706.638000', '181706.641000', '181706.643000', '181706.646000', '181706.649000', '181706.651000', '181706.654000', '181706.657000', '181706.659000', '181706.662000', '181726.548000', '181726.551000', '181726.554000', '181726.556000', '181726.559000', '181726.562000', '181726.565000', '181726.567000', '181726.570000', '181726.572000', '181726.575000', '181726.577000', '181726.580000', '181726.583000', '181726.585000', '181726.588000', '181726.591000', '181726.593000', '181726.596000', '181726.599000', '181726.601000', '181726.604000', '181726.606000', '181726.609000', '181726.611000', '181726.614000', '181726.617000', '181726.619000', '181726.622000', '181726.625000', '181726.627000', '181726.630000', '181726.633000', '181726.635000', '181726.638000', '181726.640000', '181726.643000', '181726.646000', '181726.648000', '181726.651000', '181726.654000', '181726.656000', '181726.659000', '181746.547000', '181746.550000', '181746.553000', '181746.556000', '181746.558000', '181746.561000', '181746.564000', '181746.566000', '181746.569000', '181746.571000', '181746.574000', '181746.577000', '181746.579000', '181746.582000', '181746.584000', '181746.587000', '181746.590000', '181746.592000', '181746.595000', '181746.598000', '181746.601000', '181746.604000', '181746.607000', '181746.610000', '181746.612000', '181746.615000', '181746.618000', '181746.620000', '181746.623000', '181746.625000', '181746.628000', '181746.631000', '181746.633000', '181746.636000', '181746.639000', '181746.641000', '181746.644000', '181746.646000', '181746.649000', '181746.652000', '181746.654000', '181746.657000', '181746.660000', '181806.548000', '181806.551000', '181806.553000', '181806.563000', '181806.566000', '181806.568000', '181806.571000', '181806.573000', '181806.576000', '181806.578000', '181806.581000', '181806.584000', '181806.586000', '181806.589000', '181806.591000', '181806.594000', '181806.597000', '181806.599000', '181806.602000', '181806.605000', '181806.607000', '181806.610000', '181806.612000', '181806.615000', '181806.618000', '181806.620000', '181806.623000', '181806.625000', '181806.628000', '181806.631000', '181806.633000', '181806.636000', '181806.638000', '181806.641000', '181806.644000', '181806.646000', '181806.649000', '181806.651000', '181806.654000', '181806.657000', '181806.660000', '181806.662000', '181806.665000', '181806.667000', '181826.548000', '181826.551000', '181826.555000', '181826.558000', '181826.561000', '181826.563000', '181826.566000', '181826.569000', '181826.571000', '181826.574000', '181826.576000', '181826.579000', '181826.581000', '181826.584000', '181826.587000', '181826.589000', '181826.592000', '181826.595000', '181826.597000', '181826.600000', '181826.602000', '181826.605000', '181826.608000', '181826.610000', '181826.613000', '181826.616000', '181826.618000', '181826.621000', '181826.624000', '181826.626000', '181826.629000', '181826.631000', '181826.634000', '181826.637000', '181826.639000', '181826.642000', '181826.644000', '181826.647000', '181826.650000', '181826.652000', '181826.655000', '181826.658000', '181826.660000', '181826.663000', '181846.548000', '181846.551000', '181846.554000', '181846.557000', '181846.559000', '181846.562000', '181846.564000', '181846.567000', '181846.570000', '181846.572000', '181846.575000', '181846.577000', '181846.580000', '181846.583000', '181846.585000', '181846.588000', '181846.591000', '181846.593000', '181846.596000', '181846.598000', '181846.601000', '181846.604000', '181846.606000', '181846.609000', '181846.611000', '181846.614000', '181846.617000', '181846.619000', '181846.622000', '181846.625000', '181846.627000', '181846.630000', '181846.633000', '181846.635000', '181846.638000', '181846.640000', '181846.643000', '181846.646000', '181846.648000', '181846.651000', '181846.653000', '181846.656000', '181846.659000', '181906.548000', '181906.551000', '181906.554000', '181906.556000', '181906.559000', '181906.562000', '181906.564000', '181906.567000', '181906.570000', '181906.572000', '181906.575000', '181906.577000', '181906.580000', '181906.583000', '181906.585000', '181906.588000', '181906.590000', '181906.593000', '181906.596000', '181906.598000', '181906.601000', '181906.604000', '181906.606000', '181906.609000', '181906.611000', '181906.614000', '181906.617000', '181906.619000', '181906.622000', '181906.625000', '181906.627000', '181906.630000', '181906.633000', '181906.635000', '181906.638000', '181906.641000', '181906.643000', '181906.646000', '181906.648000', '181906.651000', '181906.654000', '181906.656000', '181906.659000', '181906.662000', '181926.548000', '181926.551000', '181926.554000', '181926.557000', '181926.559000', '181926.562000', '181926.564000', '181926.567000', '181926.570000', '181926.572000', '181926.575000', '181926.577000', '181926.580000', '181926.583000', '181926.585000', '181926.588000', '181926.591000', '181926.593000', '181926.596000', '181926.598000', '181926.601000', '181926.603000', '181926.606000', '181926.609000', '181926.611000', '181926.614000', '181926.617000', '181926.635000', '181926.638000', '181926.641000', '181926.643000', '181926.646000', '181926.648000', '181926.651000', '181926.654000', '181926.656000', '181926.659000', '181926.662000', '181926.664000', '181926.667000', '181926.670000', '181926.672000', '181926.675000', '181946.549000', '181946.552000', '181946.554000', '181946.557000', '181946.560000', '181946.562000', '181946.565000', '181946.567000', '181946.570000', '181946.573000', '181946.575000', '181946.578000', '181946.581000', '181946.583000', '181946.586000', '181946.589000', '181946.592000', '181946.596000', '181946.598000', '181946.601000', '181946.604000', '181946.606000', '181946.609000', '181946.612000', '181946.614000', '181946.617000', '181946.620000', '181946.622000', '181946.625000', '181946.628000', '181946.630000', '181946.633000', '181946.635000', '181946.638000', '181946.641000', '181946.643000', '181946.646000', '181946.649000', '181946.651000', '181946.654000', '181946.656000', '181946.660000', '181946.662000', '182006.547000', '182006.550000', '182006.553000', '182006.556000', '182006.558000', '182006.561000', '182006.563000', '182006.566000', '182006.569000', '182006.571000', '182006.574000', '182006.577000', '182006.579000', '182006.582000', '182006.585000', '182006.587000', '182006.590000', '182006.592000', '182006.595000', '182006.597000', '182006.600000', '182006.603000', '182006.605000', '182006.608000', '182006.611000', '182006.613000', '182006.616000', '182006.619000', '182006.621000', '182006.624000', '182006.627000', '182006.629000', '182006.632000', '182006.634000', '182006.637000', '182006.640000', '182006.642000', '182006.645000', '182006.647000', '182006.650000', '182006.653000', '182006.655000', '182006.658000', '182006.661000', '182026.548000', '182026.551000', '182026.554000', '182026.556000', '182026.559000', '182026.561000', '182026.564000', '182026.567000', '182026.569000', '182026.572000', '182026.575000', '182026.578000', '182026.581000', '182026.583000', '182026.586000', '182026.589000', '182026.591000', '182026.594000', '182026.597000', '182026.599000', '182026.602000', '182026.604000', '182026.607000', '182026.610000', '182026.612000', '182026.615000', '182026.618000', '182026.620000', '182026.623000', '182026.626000', '182026.628000', '182026.631000', '182026.634000', '182026.636000', '182026.639000', '182026.641000', '182026.644000', '182026.647000', '182026.649000', '182026.652000', '182026.654000', '182026.657000', '182026.660000', '182046.549000', '182046.552000', '182046.554000', '182046.557000', '182046.559000', '182046.562000', '182046.565000', '182046.567000', '182046.570000', '182046.572000', '182046.575000', '182046.578000', '182046.582000', '182046.585000', '182046.587000', '182046.590000', '182046.593000', '182046.595000', '182046.598000', '182046.600000', '182046.603000', '182046.606000', '182046.608000', '182046.611000', '182046.613000', '182046.634000', '182046.637000', '182046.640000', '182046.642000', '182046.645000', '182046.647000', '182046.650000', '182046.653000', '182046.655000', '182046.658000', '182046.661000', '182046.663000', '182046.666000', '182046.669000', '182046.671000', '182046.674000', '182046.677000', '182046.679000', '182046.682000', '182106.549000', '182106.552000', '182106.554000', '182106.557000', '182106.560000', '182106.562000', '182106.565000', '182106.568000', '182106.570000', '182106.573000', '182106.576000', '182106.578000', '182106.581000', '182106.583000', '182106.586000', '182106.589000', '182106.591000', '182106.594000', '182106.596000', '182106.599000', '182106.602000', '182106.604000', '182106.607000', '182106.610000', '182106.612000', '182106.615000', '182106.618000', '182106.620000', '182106.623000', '182106.625000', '182106.628000', '182106.631000', '182106.635000', '182106.638000', '182106.641000', '182106.644000', '182106.646000', '182106.649000', '182106.652000', '182106.654000', '182106.657000', '182106.660000', '182106.662000', '182126.549000', '182126.551000', '182126.554000', '182126.557000', '182126.559000', '182126.562000', '182126.564000', '182126.567000', '182126.570000', '182126.572000', '182126.575000', '182126.578000', '182126.580000', '182126.583000', '182126.585000', '182126.588000', '182126.590000', '182126.593000', '182126.596000', '182126.598000', '182126.601000', '182126.604000', '182126.606000', '182126.609000', '182126.611000', '182126.614000', '182126.617000', '182126.619000', '182126.622000', '182126.625000', '182126.627000', '182126.630000', '182126.632000', '182126.635000', '182126.638000', '182126.640000', '182126.643000', '182126.646000', '182126.648000', '182126.651000', '182126.653000', '182126.656000', '182126.659000', '182126.661000', '182146.548000', '182146.551000', '182146.554000', '182146.557000', '182146.559000', '182146.562000', '182146.565000', '182146.567000', '182146.570000', '182146.573000', '182146.575000', '182146.578000', '182146.580000', '182146.583000', '182146.585000', '182146.588000', '182146.591000', '182146.593000', '182146.596000', '182146.599000', '182146.601000', '182146.604000', '182146.606000', '182146.609000', '182146.612000', '182146.614000', '182146.617000', '182146.620000', '182146.622000', '182146.625000', '182146.628000', '182146.630000', '182146.633000', '182146.636000', '182146.639000', '182146.642000', '182146.645000', '182146.647000', '182146.650000', '182146.653000', '182146.655000', '182146.658000', '182146.661000', '182206.549000', '182206.552000', '182206.554000', '182206.557000', '182206.559000', '182206.562000', '182206.573000', '182206.576000', '182206.578000', '182206.581000', '182206.584000', '182206.586000', '182206.589000', '182206.591000', '182206.594000', '182206.597000', '182206.599000', '182206.602000', '182206.604000', '182206.607000', '182206.610000', '182206.612000', '182206.615000', '182206.618000', '182206.620000', '182206.623000', '182206.626000', '182206.628000', '182206.631000', '182206.633000', '182206.636000', '182206.638000', '182206.641000', '182206.644000', '182206.646000', '182206.660000', '182206.662000', '182206.665000', '182206.667000', '182206.670000', '182206.673000', '182206.675000', '182206.678000', '182206.680000', '182226.548000', '182226.551000', '182226.553000', '182226.556000', '182226.558000', '182226.561000', '182226.564000', '182226.567000', '182226.569000', '182226.572000', '182226.574000', '182226.577000', '182226.580000', '182226.582000', '182226.585000', '182226.587000', '182226.590000', '182226.593000', '182226.595000', '182226.598000', '182226.601000', '182226.603000', '182226.606000', '182226.609000', '182226.611000', '182226.614000', '182226.616000', '182226.619000', '182226.622000', '182226.624000', '182226.627000', '182226.629000', '182226.632000', '182226.635000', '182226.638000', '182226.640000', '182226.643000', '182226.645000', '182226.648000', '182226.651000', '182226.654000', '182226.657000', '182226.660000', '182246.548000', '182246.550000', '182246.553000', '182246.556000', '182246.558000', '182246.561000', '182246.563000', '182246.566000', '182246.569000', '182246.571000', '182246.574000', '182246.576000', '182246.579000', '182246.582000', '182246.584000', '182246.587000', '182246.589000', '182246.592000', '182246.595000', '182246.597000', '182246.600000', '182246.603000', '182246.605000', '182246.608000', '182246.610000', '182246.613000', '182246.616000', '182246.618000', '182246.621000', '182246.624000', '182246.626000', '182246.629000', '182246.631000', '182246.634000', '182246.637000', '182246.639000', '182246.642000', '182246.645000', '182246.647000', '182246.650000', '182246.652000', '182246.655000', '182246.658000', '182246.660000', '182306.549000', '182306.551000', '182306.554000', '182306.557000', '182306.560000', '182306.562000', '182306.565000', '182306.568000', '182306.570000', '182306.573000', '182306.575000', '182306.578000', '182306.581000', '182306.583000', '182306.586000', '182306.589000', '182306.591000', '182306.594000', '182306.596000', '182306.599000', '182306.602000', '182306.604000', '182306.607000', '182306.609000', '182306.612000', '182306.615000', '182306.617000', '182306.620000', '182306.622000', '182306.625000', '182306.628000', '182306.630000', '182306.633000', '182306.636000', '182306.638000', '182306.641000', '182306.644000', '182306.646000', '182306.649000', '182306.651000', '182306.654000', '182306.657000', '182306.659000', '182326.549000', '182326.552000', '182326.554000', '182326.557000', '182326.560000', '182326.562000', '182326.565000', '182326.567000', '182326.570000', '182326.573000', '182326.575000', '182326.578000', '182326.580000', '182326.583000', '182326.586000', '182326.588000', '182326.591000', '182326.593000', '182326.596000', '182326.599000', '182326.601000', '182326.604000', '182326.607000', '182326.609000', '182326.612000', '182326.615000', '182326.617000', '182326.620000', '182326.622000', '182326.625000', '182326.628000', '182326.630000', '182326.633000', '182326.636000', '182326.638000', '182326.641000', '182326.643000', '182326.646000', '182326.649000', '182326.651000', '182326.654000', '182326.656000', '182326.659000', '182326.662000', '182346.549000', '182346.552000', '182346.554000', '182346.557000', '182346.560000', '182346.562000', '182346.565000', '182346.567000', '182346.570000', '182346.573000', '182346.575000', '182346.578000', '182346.581000', '182346.583000', '182346.586000', '182346.588000', '182346.591000', '182346.594000', '182346.596000', '182346.599000', '182346.602000', '182346.604000', '182346.607000', '182346.610000', '182346.612000', '182346.615000', '182346.618000', '182346.620000', '182346.623000', '182346.625000', '182346.628000', '182346.631000', '182346.634000', '182346.636000', '182346.639000', '182346.641000', '182346.644000', '182346.647000', '182346.650000', '182346.652000', '182346.655000', '182346.657000', '182346.660000', '182406.548000', '182406.551000', '182406.554000', '182406.557000', '182406.559000', '182406.562000', '182406.565000', '182406.567000', '182406.570000', '182406.573000', '182406.575000', '182406.578000', '182406.580000', '182406.583000', '182406.586000', '182406.588000', '182406.591000', '182406.594000', '182406.596000', '182406.599000', '182406.601000', '182406.604000', '182406.607000', '182406.609000', '182406.612000', '182406.615000', '182406.617000', '182406.620000', '182406.622000', '182406.625000', '182406.628000', '182406.630000', '182406.633000', '182406.636000', '182406.638000', '182406.641000', '182406.643000', '182406.646000', '182406.649000', '182406.651000', '182406.654000', '182406.657000', '182406.659000', '182406.662000', '182426.549000', '182426.552000', '182426.554000', '182426.557000', '182426.560000', '182426.562000', '182426.565000', '182426.567000', '182426.570000', '182426.573000', '182426.575000', '182426.578000', '182426.581000', '182426.583000', '182426.586000', '182426.589000', '182426.591000', '182426.594000', '182426.596000', '182426.599000', '182426.602000', '182426.604000', '182426.607000', '182426.609000', '182426.612000', '182426.615000', '182426.618000', '182426.620000', '182426.623000', '182426.625000', '182426.628000', '182426.631000', '182426.633000', '182426.636000', '182426.639000', '182426.641000', '182426.644000', '182426.646000', '182426.649000', '182426.651000', '182426.654000', '182426.657000', '182426.659000', '182446.548000', '182446.555000', '182446.558000', '182446.560000', '182446.563000', '182446.566000', '182446.568000', '182446.571000', '182446.574000', '182446.576000', '182446.579000', '182446.582000', '182446.584000', '182446.587000', '182446.589000', '182446.592000', '182446.595000', '182446.606000', '182446.608000', '182446.611000', '182446.614000', '182446.616000', '182446.619000', '182446.621000', '182446.624000', '182446.627000', '182446.629000', '182446.632000', '182446.644000', '182446.647000', '182446.650000', '182446.652000', '182446.655000', '182446.658000', '182446.660000', '182446.663000', '182446.666000', '182446.668000', '182446.671000', '182446.673000', '182446.676000', '182446.679000', '182446.681000', '182446.684000', '182506.548000', '182506.550000', '182506.553000', '182506.556000', '182506.559000', '182506.561000', '182506.564000', '182506.566000', '182506.569000', '182506.572000', '182506.574000', '182506.577000', '182506.580000', '182506.582000', '182506.585000', '182506.587000', '182506.590000', '182506.593000', '182506.595000', '182506.598000', '182506.601000', '182506.603000', '182506.606000', '182506.608000', '182506.611000', '182506.614000', '182506.616000', '182506.619000', '182506.623000', '182506.625000', '182506.628000', '182506.631000', '182506.633000', '182506.636000', '182506.638000', '182506.641000', '182506.644000', '182506.646000', '182506.649000', '182506.652000', '182506.654000', '182506.657000', '182506.660000', '182525.567000', '182525.571000', '182525.574000', '182525.577000', '182525.579000', '182525.582000', '182525.585000', '182525.588000', '182525.591000', '182525.594000', '182525.596000', '182525.599000', '182525.602000', '182525.605000', '182525.608000', '182525.611000', '182525.613000', '182525.616000', '182525.619000', '182525.622000', '182525.625000', '182525.628000', '182525.631000', '182525.634000', '182525.636000', '182525.639000', '182525.642000', '182525.645000', '182525.648000', '182525.651000', '182525.653000', '182525.656000', '182525.660000', '182525.668000', '182525.671000', '182525.673000', '182525.676000', '182525.679000', '182525.682000', '182525.687000', '182525.689000', '182525.693000'], 'InstanceCreationTime': ['181526.594000', '181526.597000', '181526.600000', '181526.603000', '181526.605000', '181526.608000', '181526.610000', '181526.613000', '181526.615000', '181526.618000', '181526.621000', '181526.623000', '181526.626000', '181526.628000', '181526.631000', '181526.634000', '181526.636000', '181526.639000', '181526.641000', '181526.651000', '181526.654000', '181526.656000', '181526.659000', '181526.662000', '181526.664000', '181526.667000', '181526.670000', '181526.672000', '181526.675000', '181526.678000', '181526.680000', '181526.683000', '181546.548000', '181546.551000', '181546.553000', '181546.556000', '181546.558000', '181546.561000', '181546.564000', '181546.570000', '181546.572000', '181546.575000', '181546.577000', '181546.580000', '181546.582000', '181546.585000', '181546.588000', '181546.590000', '181546.593000', '181546.595000', '181546.598000', '181546.601000', '181546.603000', '181546.606000', '181546.608000', '181546.611000', '181546.613000', '181546.616000', '181546.619000', '181546.621000', '181546.624000', '181546.626000', '181546.629000', '181546.632000', '181546.634000', '181546.637000', '181546.639000', '181546.642000', '181546.645000', '181546.647000', '181546.650000', '181546.653000', '181546.655000', '181546.658000', '181546.660000', '181546.663000', '181606.549000', '181606.551000', '181606.554000', '181606.557000', '181606.559000', '181606.562000', '181606.564000', '181606.567000', '181606.570000', '181606.576000', '181606.579000', '181606.582000', '181606.584000', '181606.587000', '181606.589000', '181606.592000', '181606.594000', '181606.597000', '181606.600000', '181606.602000', '181606.605000', '181606.608000', '181606.610000', '181606.613000', '181606.615000', '181606.618000', '181606.621000', '181606.623000', '181606.626000', '181606.628000', '181606.631000', '181606.634000', '181606.636000', '181606.639000', '181606.641000', '181606.644000', '181606.647000', '181606.649000', '181606.652000', '181606.655000', '181606.657000', '181606.660000', '181606.662000', '181626.548000', '181626.551000', '181626.554000', '181626.557000', '181626.559000', '181626.562000', '181626.564000', '181626.578000', '181626.580000', '181626.583000', '181626.586000', '181626.588000', '181626.591000', '181626.593000', '181626.596000', '181626.599000', '181626.601000', '181626.604000', '181626.606000', '181626.609000', '181626.612000', '181626.614000', '181626.617000', '181626.619000', '181626.622000', '181626.625000', '181626.627000', '181626.630000', '181626.632000', '181626.635000', '181626.638000', '181626.640000', '181626.643000', '181626.645000', '181626.648000', '181626.651000', '181626.654000', '181626.656000', '181626.659000', '181626.661000', '181626.664000', '181626.667000', '181626.669000', '181646.548000', '181646.551000', '181646.554000', '181646.556000', '181646.559000', '181646.562000', '181646.564000', '181646.567000', '181646.570000', '181646.572000', '181646.575000', '181646.577000', '181646.580000', '181646.583000', '181646.585000', '181646.588000', '181646.591000', '181646.593000', '181646.596000', '181646.598000', '181646.601000', '181646.604000', '181646.606000', '181646.609000', '181646.612000', '181646.614000', '181646.617000', '181646.620000', '181646.622000', '181646.625000', '181646.627000', '181646.630000', '181646.633000', '181646.635000', '181646.638000', '181646.641000', '181646.643000', '181646.646000', '181646.649000', '181646.651000', '181646.654000', '181646.657000', '181646.659000', '181646.662000', '181706.548000', '181706.551000', '181706.554000', '181706.557000', '181706.559000', '181706.562000', '181706.564000', '181706.567000', '181706.570000', '181706.572000', '181706.575000', '181706.578000', '181706.580000', '181706.583000', '181706.586000', '181706.588000', '181706.591000', '181706.593000', '181706.596000', '181706.599000', '181706.601000', '181706.604000', '181706.607000', '181706.609000', '181706.612000', '181706.614000', '181706.617000', '181706.620000', '181706.622000', '181706.625000', '181706.628000', '181706.630000', '181706.633000', '181706.635000', '181706.638000', '181706.641000', '181706.643000', '181706.646000', '181706.649000', '181706.651000', '181706.654000', '181706.657000', '181706.659000', '181706.662000', '181726.548000', '181726.551000', '181726.554000', '181726.556000', '181726.559000', '181726.562000', '181726.565000', '181726.567000', '181726.570000', '181726.572000', '181726.575000', '181726.577000', '181726.580000', '181726.583000', '181726.585000', '181726.588000', '181726.591000', '181726.593000', '181726.596000', '181726.599000', '181726.601000', '181726.604000', '181726.606000', '181726.609000', '181726.611000', '181726.614000', '181726.617000', '181726.619000', '181726.622000', '181726.625000', '181726.627000', '181726.630000', '181726.633000', '181726.635000', '181726.638000', '181726.640000', '181726.643000', '181726.646000', '181726.648000', '181726.651000', '181726.654000', '181726.656000', '181726.659000', '181746.547000', '181746.550000', '181746.553000', '181746.556000', '181746.558000', '181746.561000', '181746.564000', '181746.566000', '181746.569000', '181746.571000', '181746.574000', '181746.577000', '181746.579000', '181746.582000', '181746.584000', '181746.587000', '181746.590000', '181746.592000', '181746.595000', '181746.598000', '181746.601000', '181746.604000', '181746.607000', '181746.610000', '181746.612000', '181746.615000', '181746.618000', '181746.620000', '181746.623000', '181746.625000', '181746.628000', '181746.631000', '181746.633000', '181746.636000', '181746.639000', '181746.641000', '181746.644000', '181746.646000', '181746.649000', '181746.652000', '181746.654000', '181746.657000', '181746.660000', '181806.548000', '181806.551000', '181806.553000', '181806.563000', '181806.566000', '181806.568000', '181806.571000', '181806.573000', '181806.576000', '181806.578000', '181806.581000', '181806.584000', '181806.586000', '181806.589000', '181806.591000', '181806.594000', '181806.597000', '181806.599000', '181806.602000', '181806.605000', '181806.607000', '181806.610000', '181806.612000', '181806.615000', '181806.618000', '181806.620000', '181806.623000', '181806.625000', '181806.628000', '181806.631000', '181806.633000', '181806.636000', '181806.638000', '181806.641000', '181806.644000', '181806.646000', '181806.649000', '181806.651000', '181806.654000', '181806.657000', '181806.660000', '181806.662000', '181806.665000', '181806.667000', '181826.548000', '181826.551000', '181826.555000', '181826.558000', '181826.561000', '181826.563000', '181826.566000', '181826.569000', '181826.571000', '181826.574000', '181826.576000', '181826.579000', '181826.581000', '181826.584000', '181826.587000', '181826.589000', '181826.592000', '181826.595000', '181826.597000', '181826.600000', '181826.602000', '181826.605000', '181826.608000', '181826.610000', '181826.613000', '181826.616000', '181826.618000', '181826.621000', '181826.624000', '181826.626000', '181826.629000', '181826.631000', '181826.634000', '181826.637000', '181826.639000', '181826.642000', '181826.644000', '181826.647000', '181826.650000', '181826.652000', '181826.655000', '181826.658000', '181826.660000', '181826.663000', '181846.548000', '181846.551000', '181846.554000', '181846.557000', '181846.559000', '181846.562000', '181846.564000', '181846.567000', '181846.570000', '181846.572000', '181846.575000', '181846.577000', '181846.580000', '181846.583000', '181846.585000', '181846.588000', '181846.591000', '181846.593000', '181846.596000', '181846.598000', '181846.601000', '181846.604000', '181846.606000', '181846.609000', '181846.611000', '181846.614000', '181846.617000', '181846.619000', '181846.622000', '181846.625000', '181846.627000', '181846.630000', '181846.633000', '181846.635000', '181846.638000', '181846.640000', '181846.643000', '181846.646000', '181846.648000', '181846.651000', '181846.653000', '181846.656000', '181846.659000', '181906.548000', '181906.551000', '181906.554000', '181906.556000', '181906.559000', '181906.562000', '181906.564000', '181906.567000', '181906.570000', '181906.572000', '181906.575000', '181906.577000', '181906.580000', '181906.583000', '181906.585000', '181906.588000', '181906.590000', '181906.593000', '181906.596000', '181906.598000', '181906.601000', '181906.604000', '181906.606000', '181906.609000', '181906.611000', '181906.614000', '181906.617000', '181906.619000', '181906.622000', '181906.625000', '181906.627000', '181906.630000', '181906.633000', '181906.635000', '181906.638000', '181906.641000', '181906.643000', '181906.646000', '181906.648000', '181906.651000', '181906.654000', '181906.656000', '181906.659000', '181906.662000', '181926.548000', '181926.551000', '181926.554000', '181926.557000', '181926.559000', '181926.562000', '181926.564000', '181926.567000', '181926.570000', '181926.572000', '181926.575000', '181926.577000', '181926.580000', '181926.583000', '181926.585000', '181926.588000', '181926.591000', '181926.593000', '181926.596000', '181926.598000', '181926.601000', '181926.603000', '181926.606000', '181926.609000', '181926.611000', '181926.614000', '181926.617000', '181926.635000', '181926.638000', '181926.641000', '181926.643000', '181926.646000', '181926.648000', '181926.651000', '181926.654000', '181926.656000', '181926.659000', '181926.662000', '181926.664000', '181926.667000', '181926.670000', '181926.672000', '181926.675000', '181946.549000', '181946.552000', '181946.554000', '181946.557000', '181946.560000', '181946.562000', '181946.565000', '181946.567000', '181946.570000', '181946.573000', '181946.575000', '181946.578000', '181946.581000', '181946.583000', '181946.586000', '181946.589000', '181946.592000', '181946.596000', '181946.598000', '181946.601000', '181946.604000', '181946.606000', '181946.609000', '181946.612000', '181946.614000', '181946.617000', '181946.620000', '181946.622000', '181946.625000', '181946.628000', '181946.630000', '181946.633000', '181946.635000', '181946.638000', '181946.641000', '181946.643000', '181946.646000', '181946.649000', '181946.651000', '181946.654000', '181946.656000', '181946.660000', '181946.662000', '182006.547000', '182006.550000', '182006.553000', '182006.556000', '182006.558000', '182006.561000', '182006.563000', '182006.566000', '182006.569000', '182006.571000', '182006.574000', '182006.577000', '182006.579000', '182006.582000', '182006.585000', '182006.587000', '182006.590000', '182006.592000', '182006.595000', '182006.597000', '182006.600000', '182006.603000', '182006.605000', '182006.608000', '182006.611000', '182006.613000', '182006.616000', '182006.619000', '182006.621000', '182006.624000', '182006.627000', '182006.629000', '182006.632000', '182006.634000', '182006.637000', '182006.640000', '182006.642000', '182006.645000', '182006.647000', '182006.650000', '182006.653000', '182006.655000', '182006.658000', '182006.661000', '182026.548000', '182026.551000', '182026.554000', '182026.556000', '182026.559000', '182026.561000', '182026.564000', '182026.567000', '182026.569000', '182026.572000', '182026.575000', '182026.578000', '182026.581000', '182026.583000', '182026.586000', '182026.589000', '182026.591000', '182026.594000', '182026.597000', '182026.599000', '182026.602000', '182026.604000', '182026.607000', '182026.610000', '182026.612000', '182026.615000', '182026.618000', '182026.620000', '182026.623000', '182026.626000', '182026.628000', '182026.631000', '182026.634000', '182026.636000', '182026.639000', '182026.641000', '182026.644000', '182026.647000', '182026.649000', '182026.652000', '182026.654000', '182026.657000', '182026.660000', '182046.549000', '182046.552000', '182046.554000', '182046.557000', '182046.559000', '182046.562000', '182046.565000', '182046.567000', '182046.570000', '182046.572000', '182046.575000', '182046.578000', '182046.582000', '182046.585000', '182046.587000', '182046.590000', '182046.593000', '182046.595000', '182046.598000', '182046.600000', '182046.603000', '182046.606000', '182046.608000', '182046.611000', '182046.613000', '182046.634000', '182046.637000', '182046.640000', '182046.642000', '182046.645000', '182046.647000', '182046.650000', '182046.653000', '182046.655000', '182046.658000', '182046.661000', '182046.663000', '182046.666000', '182046.669000', '182046.671000', '182046.674000', '182046.677000', '182046.679000', '182046.682000', '182106.549000', '182106.552000', '182106.554000', '182106.557000', '182106.560000', '182106.562000', '182106.565000', '182106.568000', '182106.570000', '182106.573000', '182106.576000', '182106.578000', '182106.581000', '182106.583000', '182106.586000', '182106.589000', '182106.591000', '182106.594000', '182106.596000', '182106.599000', '182106.602000', '182106.604000', '182106.607000', '182106.610000', '182106.612000', '182106.615000', '182106.618000', '182106.620000', '182106.623000', '182106.625000', '182106.628000', '182106.631000', '182106.635000', '182106.638000', '182106.641000', '182106.644000', '182106.646000', '182106.649000', '182106.652000', '182106.654000', '182106.657000', '182106.660000', '182106.662000', '182126.549000', '182126.551000', '182126.554000', '182126.557000', '182126.559000', '182126.562000', '182126.564000', '182126.567000', '182126.570000', '182126.572000', '182126.575000', '182126.578000', '182126.580000', '182126.583000', '182126.585000', '182126.588000', '182126.590000', '182126.593000', '182126.596000', '182126.598000', '182126.601000', '182126.604000', '182126.606000', '182126.609000', '182126.611000', '182126.614000', '182126.617000', '182126.619000', '182126.622000', '182126.625000', '182126.627000', '182126.630000', '182126.632000', '182126.635000', '182126.638000', '182126.640000', '182126.643000', '182126.646000', '182126.648000', '182126.651000', '182126.653000', '182126.656000', '182126.659000', '182126.661000', '182146.548000', '182146.551000', '182146.554000', '182146.557000', '182146.559000', '182146.562000', '182146.565000', '182146.567000', '182146.570000', '182146.573000', '182146.575000', '182146.578000', '182146.580000', '182146.583000', '182146.585000', '182146.588000', '182146.591000', '182146.593000', '182146.596000', '182146.599000', '182146.601000', '182146.604000', '182146.606000', '182146.609000', '182146.612000', '182146.614000', '182146.617000', '182146.620000', '182146.622000', '182146.625000', '182146.628000', '182146.630000', '182146.633000', '182146.636000', '182146.639000', '182146.642000', '182146.645000', '182146.647000', '182146.650000', '182146.653000', '182146.655000', '182146.658000', '182146.661000', '182206.549000', '182206.552000', '182206.554000', '182206.557000', '182206.559000', '182206.562000', '182206.573000', '182206.576000', '182206.578000', '182206.581000', '182206.584000', '182206.586000', '182206.589000', '182206.591000', '182206.594000', '182206.597000', '182206.599000', '182206.602000', '182206.604000', '182206.607000', '182206.610000', '182206.612000', '182206.615000', '182206.618000', '182206.620000', '182206.623000', '182206.626000', '182206.628000', '182206.631000', '182206.633000', '182206.636000', '182206.638000', '182206.641000', '182206.644000', '182206.646000', '182206.660000', '182206.662000', '182206.665000', '182206.667000', '182206.670000', '182206.673000', '182206.675000', '182206.678000', '182206.680000', '182226.548000', '182226.551000', '182226.553000', '182226.556000', '182226.558000', '182226.561000', '182226.564000', '182226.567000', '182226.569000', '182226.572000', '182226.574000', '182226.577000', '182226.580000', '182226.582000', '182226.585000', '182226.587000', '182226.590000', '182226.593000', '182226.595000', '182226.598000', '182226.601000', '182226.603000', '182226.606000', '182226.609000', '182226.611000', '182226.614000', '182226.616000', '182226.619000', '182226.622000', '182226.624000', '182226.627000', '182226.629000', '182226.632000', '182226.635000', '182226.638000', '182226.640000', '182226.643000', '182226.645000', '182226.648000', '182226.651000', '182226.654000', '182226.657000', '182226.660000', '182246.548000', '182246.550000', '182246.553000', '182246.556000', '182246.558000', '182246.561000', '182246.563000', '182246.566000', '182246.569000', '182246.571000', '182246.574000', '182246.576000', '182246.579000', '182246.582000', '182246.584000', '182246.587000', '182246.589000', '182246.592000', '182246.595000', '182246.597000', '182246.600000', '182246.603000', '182246.605000', '182246.608000', '182246.610000', '182246.613000', '182246.616000', '182246.618000', '182246.621000', '182246.624000', '182246.626000', '182246.629000', '182246.631000', '182246.634000', '182246.637000', '182246.639000', '182246.642000', '182246.645000', '182246.647000', '182246.650000', '182246.652000', '182246.655000', '182246.658000', '182246.660000', '182306.549000', '182306.551000', '182306.554000', '182306.557000', '182306.560000', '182306.562000', '182306.565000', '182306.568000', '182306.570000', '182306.573000', '182306.575000', '182306.578000', '182306.581000', '182306.583000', '182306.586000', '182306.589000', '182306.591000', '182306.594000', '182306.596000', '182306.599000', '182306.602000', '182306.604000', '182306.607000', '182306.609000', '182306.612000', '182306.615000', '182306.617000', '182306.620000', '182306.622000', '182306.625000', '182306.628000', '182306.630000', '182306.633000', '182306.636000', '182306.638000', '182306.641000', '182306.644000', '182306.646000', '182306.649000', '182306.651000', '182306.654000', '182306.657000', '182306.659000', '182326.549000', '182326.552000', '182326.554000', '182326.557000', '182326.560000', '182326.562000', '182326.565000', '182326.567000', '182326.570000', '182326.573000', '182326.575000', '182326.578000', '182326.580000', '182326.583000', '182326.586000', '182326.588000', '182326.591000', '182326.593000', '182326.596000', '182326.599000', '182326.601000', '182326.604000', '182326.607000', '182326.609000', '182326.612000', '182326.615000', '182326.617000', '182326.620000', '182326.622000', '182326.625000', '182326.628000', '182326.630000', '182326.633000', '182326.636000', '182326.638000', '182326.641000', '182326.643000', '182326.646000', '182326.649000', '182326.651000', '182326.654000', '182326.656000', '182326.659000', '182326.662000', '182346.549000', '182346.552000', '182346.554000', '182346.557000', '182346.560000', '182346.562000', '182346.565000', '182346.567000', '182346.570000', '182346.573000', '182346.575000', '182346.578000', '182346.581000', '182346.583000', '182346.586000', '182346.588000', '182346.591000', '182346.594000', '182346.596000', '182346.599000', '182346.602000', '182346.604000', '182346.607000', '182346.610000', '182346.612000', '182346.615000', '182346.618000', '182346.620000', '182346.623000', '182346.625000', '182346.628000', '182346.631000', '182346.634000', '182346.636000', '182346.639000', '182346.641000', '182346.644000', '182346.647000', '182346.650000', '182346.652000', '182346.655000', '182346.657000', '182346.660000', '182406.548000', '182406.551000', '182406.554000', '182406.557000', '182406.559000', '182406.562000', '182406.565000', '182406.567000', '182406.570000', '182406.573000', '182406.575000', '182406.578000', '182406.580000', '182406.583000', '182406.586000', '182406.588000', '182406.591000', '182406.594000', '182406.596000', '182406.599000', '182406.601000', '182406.604000', '182406.607000', '182406.609000', '182406.612000', '182406.615000', '182406.617000', '182406.620000', '182406.622000', '182406.625000', '182406.628000', '182406.630000', '182406.633000', '182406.636000', '182406.638000', '182406.641000', '182406.643000', '182406.646000', '182406.649000', '182406.651000', '182406.654000', '182406.657000', '182406.659000', '182406.662000', '182426.549000', '182426.552000', '182426.554000', '182426.557000', '182426.560000', '182426.562000', '182426.565000', '182426.567000', '182426.570000', '182426.573000', '182426.575000', '182426.578000', '182426.581000', '182426.583000', '182426.586000', '182426.589000', '182426.591000', '182426.594000', '182426.596000', '182426.599000', '182426.602000', '182426.604000', '182426.607000', '182426.609000', '182426.612000', '182426.615000', '182426.618000', '182426.620000', '182426.623000', '182426.625000', '182426.628000', '182426.631000', '182426.633000', '182426.636000', '182426.639000', '182426.641000', '182426.644000', '182426.646000', '182426.649000', '182426.651000', '182426.654000', '182426.657000', '182426.659000', '182446.548000', '182446.555000', '182446.558000', '182446.560000', '182446.563000', '182446.566000', '182446.568000', '182446.571000', '182446.574000', '182446.576000', '182446.579000', '182446.582000', '182446.584000', '182446.587000', '182446.589000', '182446.592000', '182446.595000', '182446.606000', '182446.608000', '182446.611000', '182446.614000', '182446.616000', '182446.619000', '182446.621000', '182446.624000', '182446.627000', '182446.629000', '182446.632000', '182446.644000', '182446.647000', '182446.650000', '182446.652000', '182446.655000', '182446.658000', '182446.660000', '182446.663000', '182446.666000', '182446.668000', '182446.671000', '182446.673000', '182446.676000', '182446.679000', '182446.681000', '182446.684000', '182506.548000', '182506.550000', '182506.553000', '182506.556000', '182506.559000', '182506.561000', '182506.564000', '182506.566000', '182506.569000', '182506.572000', '182506.574000', '182506.577000', '182506.580000', '182506.582000', '182506.585000', '182506.587000', '182506.590000', '182506.593000', '182506.595000', '182506.598000', '182506.601000', '182506.603000', '182506.606000', '182506.608000', '182506.611000', '182506.614000', '182506.616000', '182506.619000', '182506.623000', '182506.625000', '182506.628000', '182506.631000', '182506.633000', '182506.636000', '182506.638000', '182506.641000', '182506.644000', '182506.646000', '182506.649000', '182506.652000', '182506.654000', '182506.657000', '182506.660000', '182525.567000', '182525.571000', '182525.574000', '182525.577000', '182525.579000', '182525.582000', '182525.585000', '182525.588000', '182525.591000', '182525.594000', '182525.596000', '182525.599000', '182525.602000', '182525.605000', '182525.608000', '182525.611000', '182525.613000', '182525.616000', '182525.619000', '182525.622000', '182525.625000', '182525.628000', '182525.631000', '182525.634000', '182525.636000', '182525.639000', '182525.642000', '182525.645000', '182525.648000', '182525.651000', '182525.653000', '182525.656000', '182525.660000', '182525.668000', '182525.671000', '182525.673000', '182525.676000', '182525.679000', '182525.682000', '182525.687000', '182525.689000', '182525.693000'], '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': [10213, 14020, 9182, 11809, 10463, 10539, 13672, 9052, 10589, 11240, 10268, 11946, 9522, 12391, 8590, 10298, 13541, 8879, 13324, 8846, 12490, 9102, 12843, 10324, 8983, 13650, 8493, 10798, 7388, 9930, 13841, 8700, 12151, 11382, 10271, 14821, 9371, 12611, 8531, 9933, 13847, 9161, 12174, 8230, 10594, 10624, 10012, 13212, 8660, 10114, 14064, 9592, 12257, 8105, 10586, 13384, 9047, 11631, 13046, 10585, 13720, 9755, 12030, 9092, 10419, 13306, 9765, 11141, 7866, 10660, 13086, 9201, 10732, 14445, 10555, 12805, 8796, 10570, 14196, 9365, 13124, 9598, 11017, 7705, 10391, 13682, 9094, 11409, 13464, 11112, 13085, 9677, 11240, 14103, 10295, 13303, 10179, 11668, 8530, 11168, 13376, 10806, 12727, 8720, 10551, 13862, 9717, 12484, 9347, 11255, 14336, 10541, 12758, 8714, 10469, 13702, 9851, 11781, 9008, 10722, 13735, 9346, 11137, 13636, 10305, 12888, 9586, 11099, 8350, 10503, 12227, 9379, 10174, 10959, 10461, 12288, 8989, 10801, 13951, 9758, 12692, 8851, 11105, 8372, 10382, 13713, 9181, 10850, 13817, 9774, 12588, 8478, 10649, 13802, 10011, 12487, 8975, 10926, 13837, 9548, 11278, 14146, 9918, 12943, 9448, 11419, 9146, 10580, 12334, 8564, 10895, 13598, 10341, 12301, 9307, 11231, 13852, 10539, 12728, 8660, 11711, 7931, 11656, 13936, 10641, 11670, 14167, 11403, 13656, 10564, 11940, 8087, 10980, 13463, 10091, 11673, 8677, 11308, 13404, 10575, 12247, 10506, 11823, 8202, 11269, 13084, 10088, 11025, 14077, 11161, 12955, 10223, 11024, 8613, 11476, 13407, 11156, 12715, 10794, 11969, 8785, 11175, 13799, 9714, 11752, 8688, 11292, 14253, 10601, 12047, 11748, 11728, 14023, 11252, 12154, 10544, 11628, 15215, 11340, 12892, 10647, 11752, 14252, 11518, 12065, 10153, 11447, 12805, 11649, 12334, 10764, 11534, 14008, 11718, 13082, 10749, 11570, 12023, 11742, 12209, 11116, 11565, 10798, 11493, 12474, 10966, 11738, 12630, 11920, 13080, 10883, 11501, 12881, 11533, 12311, 9832, 11444, 11280, 11344, 12404, 11042, 11394, 12078, 11346, 12410, 10747, 11044, 9650, 11284, 13913, 11025, 11531, 15902, 11096, 12907, 10529, 10855, 10344, 11705, 14112, 10924, 12104, 10768, 11272, 12155, 11339, 12104, 10951, 11690, 14929, 11280, 12440, 9848, 11277, 9359, 11231, 13211, 10859, 11421, 14000, 11125, 12816, 10018, 11713, 10332, 9772, 10476, 11484, 14311, 10295, 11678, 9018, 11330, 12286, 11047, 11427, 9393, 10735, 14269, 11146, 12741, 9205, 10855, 6906, 10803, 11194, 10458, 9240, 12798, 8354, 13571, 8502, 11689, 9702, 10312, 9863, 9933, 10949, 10111, 15118, 16873, 11413, 11723, 11225, 10802, 12654, 10995, 11987, 10956, 11159, 11139, 11752, 9617, 14349, 11590, 13188, 11674, 16093, 11050, 11641, 15606, 10171, 12024, 12259, 11541, 13139, 11032, 11439, 10043, 10701, 10897, 9988, 10898, 9446, 10571, 11522, 9909, 11331, 10313, 10843, 12451, 10219, 11235, 10610, 10938, 9085, 10845, 8267, 9825, 10894, 10611, 11116, 10301, 9780, 10452, 10350, 9278, 9811, 11722, 10867, 9238, 11399, 13930, 16744, 12062, 13406, 11284, 9154, 11010, 9902, 12089, 13572, 12785, 11714, 14086, 9225, 13939, 10282, 14242, 11842, 11594, 9734, 14859, 11047, 10375, 16317, 10836, 11172, 11211, 9699, 12736, 10072, 10194, 12865, 9197, 11705, 9534, 10203, 12420, 9333, 13346, 9761, 10080, 13737, 9821, 12643, 10064, 10000, 9256, 9063, 10115, 9188, 9976, 9449, 14009, 9514, 9108, 13282, 10036, 9696, 12812, 9124, 13062, 9598, 9881, 8031, 9135, 13715, 9545, 10419, 11157, 10252, 14079, 9990, 10368, 9504, 10267, 14121, 10034, 10562, 13146, 10611, 14350, 10288, 12929, 9576, 9934, 15160, 10729, 10895, 13753, 10746, 13497, 10048, 9949, 9491, 10313, 13730, 9732, 10263, 14776, 10756, 11722, 9355, 9906, 12898, 10288, 11968, 9620, 10772, 12953, 10643, 10380, 8208, 10243, 13873, 10191, 10200, 15087, 10807, 10941, 8523, 10396, 12370, 9977, 12466, 10205, 10583, 15087, 10803, 12248, 10256, 10255, 7774, 10558, 15094, 10430, 12265, 9336, 10954, 14402, 10788, 11747, 10362, 10489, 10353, 11747, 14929, 10895, 13503, 8789, 10810, 14399, 10983, 12955, 10453, 10568, 14699, 10985, 11215, 9074, 11495, 14666, 10973, 12023, 9658, 10742, 14688, 10856, 11363, 10803, 11662, 14212, 11087, 12046, 11083, 12775, 11748, 11799, 13945, 10842, 12082, 10540, 10526, 10440, 11049, 15056, 10963, 11929, 9527, 9107, 8766, 10677, 15360, 11328, 11850, 12327, 11277, 13882, 11149, 14108, 10851, 10991, 11916, 11844, 15865, 9437, 9689, 11311, 10890, 11066, 10839, 15096, 11157, 14892, 11219, 9932, 10029, 11694, 15431, 12598, 14617, 11426, 15292, 12296, 10520, 17516, 11853, 12241, 10711, 10504, 11450, 10995, 12320, 11660, 10743, 10440, 11395, 13221, 11382, 13196, 11342, 9844, 10888, 10891, 12617, 12004, 13170, 11539, 12703, 11506, 10883, 11888, 11487, 10570, 12184, 13912, 12405, 12463, 12520, 11865, 12038, 12157, 13271, 12025, 11796, 10760, 11769, 12696, 11846, 12564, 11469, 12145, 14824, 11983, 12592, 11242, 11780, 12186, 12355, 12303, 11398, 10888, 10837, 10008, 9825, 12252, 15005, 11338, 12080, 14517, 12673, 13262, 12555, 12520, 11197, 12317, 14320, 11824, 10722, 10734, 11956, 11945, 12082, 12681, 12067, 10389, 11656, 10800, 11310, 11474, 15865, 11898, 11790, 15559, 12209, 13471, 11753, 11125, 13255, 12214, 12223, 11003, 11506, 10401, 11419, 12653, 11958, 11054, 12378, 12148, 13124, 11805, 11474, 10438, 11618, 13988, 11772, 11299, 14506, 12245, 11476, 11233, 11559, 10245, 11490, 12705, 11059, 11570, 14324, 12103, 11721, 12278, 12107, 13222, 11730, 11227, 11341, 11618, 13257, 11262, 11440, 12011, 12186, 11817, 11857, 11559, 10132, 11888, 14298, 12073, 12150, 9797, 12272, 14802, 11012, 12342, 9212, 11892, 14694, 11881, 12091, 8479, 11206, 14470, 11805, 12071, 11815, 11247, 13772, 11922, 11590, 11013, 12013, 13685, 11664, 10546, 10770, 11470, 13206, 12017, 12501, 11599, 11316, 12243, 11881, 12309, 10828, 11685, 13612, 12155, 12570, 11375, 11381, 13653, 11870, 11398, 10337, 11818, 10604, 11931, 13390, 12223, 11906, 13600, 12114, 11854, 10441, 12221, 13769, 11726, 11727, 13565, 12345, 11928, 13666, 12288, 12923, 10760, 11752, 13082, 11628, 11594, 12292, 11794, 11914, 10707, 11919, 11719, 11789, 10995, 9384, 11808, 12962, 11037, 11794, 9202, 11940, 13340, 11600, 12003, 14027, 11577, 11801, 11134, 12087, 13197, 11328, 11744, 10423, 11664, 13050, 10956, 11311, 9583, 11915, 13536, 11059, 11363, 14111, 11600, 12961, 10384, 11648, 13058, 11376, 10974, 9738, 11222, 10474, 11453, 13085, 10268, 11460, 13750, 11475, 11399, 12151, 11680, 14117, 11395, 11541, 9351, 11423, 13675, 11213, 11338, 9836, 11674, 10111, 11766, 13755, 10409, 11302, 13734, 11123, 11456, 11551, 11406, 12401, 11066, 11410, 13991, 11470, 12808, 10940, 10780, 11354, 11847, 14075, 11072, 11658, 13622, 11259, 11406, 11632, 11509, 11806, 9450, 11416, 13429, 10858, 11178, 9240, 11503, 13472, 11442, 11435, 13484, 11598, 12148, 9947, 11603, 13719, 11342, 11239, 12346, 11512, 12251, 10392, 11459, 9763, 11414, 12803, 11664, 11482, 14214, 11832, 12987, 11358, 10741, 9945, 11312, 13883, 10610, 11349, 14155, 11696, 12395, 11293, 10759, 13575, 11784, 11858, 10191, 11082, 13604, 11195, 11955, 10835, 10996, 14192, 11234, 11924, 9832, 10954, 13341, 11838, 10906, 13798, 11776, 12543, 10874, 10832, 10284, 10658, 12883, 11208, 12886, 10896, 13240, 10602, 11755, 9867, 10184, 9728, 8648, 9947, 11228, 15344, 10944, 10755, 15168, 10573, 10945, 11743, 10728, 13163, 10858, 10885, 9200, 11164, 13241, 10176, 10982, 10020, 10785, 10443, 11384, 13517, 11385, 11712, 14063, 11415, 12659, 11699, 11120, 15115, 11412, 12370, 10437, 10976, 13582, 10425, 11134, 14126, 10964, 12232, 10317, 11042, 13434, 11185, 10947, 14503, 10874, 12328, 10198, 10630, 10307, 11031, 13004, 10667, 11122, 14029, 10915, 10961, 14688, 11660, 12918, 10697, 10910, 13980, 11512, 11209, 9214, 10852, 14707, 11334, 12747, 10238, 11492, 13536, 10427, 10942, 13885, 10956, 12090, 10374, 10926, 14105, 11097, 11239, 13907, 10983, 12604, 10624, 11224, 14284, 11443, 11225, 13709, 11439, 11438, 11593, 11337, 14145, 11292, 11433, 10468, 11080, 13627, 11319, 11080, 11127, 11068, 13848, 11223, 11818, 11948, 11167, 13338, 11129, 11176, 10713, 11143, 13406, 11834, 11625, 13867, 11839, 13457, 11368, 10932, 12038, 11340, 12505, 10370, 11109, 14794, 11604, 12372, 11609, 11525, 14132, 11545, 11848, 12353, 11501, 13463, 11380, 11032, 10247, 11046, 13834, 11206, 11931, 10731, 10705, 13888, 11404, 10565, 14029, 11632, 12247, 11395, 9862, 10181, 11162, 13419, 11369, 10853, 13677, 11193, 11082, 10811, 11271, 13167, 11226, 11065, 13812, 11642, 11811, 10850, 11233, 13676, 11391, 11050, 12823, 11746, 12232, 9912, 11259, 14703, 11636, 11680, 10886, 11181, 12882, 11270, 10744, 10869, 11131, 12872, 11445, 11070, 13953, 11789, 12311, 10586, 11204, 12137, 11325, 11763, 9872, 11220, 13145, 11028, 11186, 10244, 11324, 12276, 11890, 12029, 10529, 11417, 12723, 11189, 11308, 14092, 11668, 12422, 10167, 10194, 10094, 8672, 10867, 8669, 11122, 8875, 12151, 13647, 15531, 11496, 11755, 11274, 11944, 12273, 11481, 13001, 11065, 15346, 15474, 15940, 17667, 12451, 14309, 17974, 10689, 11329, 11036, 11385, 15506, 11719, 11315, 11897, 12531, 10269, 10916, 10925, 10837, 11127, 12954, 10694, 10767, 12332, 9802, 10786, 10948, 10603, 11456, 9738, 10481, 10375, 10467, 11234, 9507, 10581, 9926, 9986, 9663, 11761, 9810, 11111, 10171, 12653, 9717, 12790, 9711, 9800, 13162, 10646, 9860, 13736, 10700, 10597], 'WindowCenter': [4362.0, 4377.0, 4314.0, 4342.0, 4318.0, 4319.0, 4337.0, 4297.0, 4317.0, 4315.0, 4304.0, 4325.0, 4306.0, 4336.0, 4298.0, 4318.0, 4347.0, 4298.0, 4350.0, 4310.0, 4340.0, 4312.0, 4354.0, 4319.0, 4310.0, 4351.0, 4299.0, 4331.0, 4280.0, 4322.0, 4350.0, 4302.0, 4343.0, 4329.0, 4321.0, 4350.0, 4297.0, 4339.0, 4286.0, 4308.0, 4338.0, 4296.0, 4327.0, 4286.0, 4316.0, 4316.0, 4308.0, 4337.0, 4286.0, 4305.0, 4338.0, 4296.0, 4325.0, 4276.0, 4317.0, 4337.0, 4284.0, 4316.0, 4324.0, 4305.0, 4335.0, 4295.0, 4325.0, 4283.0, 4304.0, 4325.0, 4292.0, 4304.0, 4262.0, 4304.0, 4325.0, 4294.0, 4316.0, 4333.0, 4303.0, 4324.0, 4283.0, 4304.0, 4335.0, 4294.0, 4324.0, 4293.0, 4304.0, 4262.0, 4303.0, 4334.0, 4284.0, 4316.0, 4325.0, 4303.0, 4324.0, 4293.0, 4303.0, 4322.0, 4303.0, 4322.0, 4292.0, 4313.0, 4271.0, 4303.0, 4322.0, 4301.0, 4322.0, 4270.0, 4304.0, 4324.0, 4282.0, 4311.0, 4281.0, 4303.0, 4322.0, 4291.0, 4312.0, 4271.0, 4292.0, 4322.0, 4282.0, 4300.0, 4271.0, 4301.0, 4319.0, 4281.0, 4303.0, 4320.0, 4291.0, 4311.0, 4280.0, 4303.0, 4271.0, 4303.0, 4324.0, 4294.0, 4302.0, 4303.0, 4304.0, 4313.0, 4282.0, 4305.0, 4334.0, 4295.0, 4324.0, 4283.0, 4313.0, 4272.0, 4307.0, 4334.0, 4284.0, 4317.0, 4337.0, 4293.0, 4325.0, 4274.0, 4305.0, 4334.0, 4307.0, 4326.0, 4283.0, 4306.0, 4324.0, 4283.0, 4316.0, 4336.0, 4304.0, 4325.0, 4284.0, 4313.0, 4281.0, 4301.0, 4324.0, 4272.0, 4304.0, 4324.0, 4305.0, 4315.0, 4283.0, 4314.0, 4323.0, 4303.0, 4326.0, 4271.0, 4314.0, 4261.0, 4313.0, 4321.0, 4303.0, 4317.0, 4324.0, 4302.0, 4322.0, 4292.0, 4312.0, 4261.0, 4304.0, 4322.0, 4291.0, 4301.0, 4271.0, 4302.0, 4322.0, 4304.0, 4314.0, 4292.0, 4313.0, 4261.0, 4304.0, 4322.0, 4305.0, 4305.0, 4322.0, 4303.0, 4311.0, 4293.0, 4304.0, 4283.0, 4314.0, 4323.0, 4313.0, 4323.0, 4315.0, 4326.0, 4286.0, 4318.0, 4337.0, 4295.0, 4327.0, 4285.0, 4316.0, 4335.0, 4306.0, 4328.0, 4312.0, 4314.0, 4323.0, 4304.0, 4312.0, 4303.0, 4317.0, 4334.0, 4303.0, 4312.0, 4292.0, 4313.0, 4322.0, 4313.0, 4313.0, 4291.0, 4302.0, 4310.0, 4300.0, 4312.0, 4302.0, 4314.0, 4321.0, 4312.0, 4312.0, 4302.0, 4302.0, 4311.0, 4314.0, 4314.0, 4301.0, 4303.0, 4291.0, 4302.0, 4312.0, 4303.0, 4314.0, 4313.0, 4313.0, 4312.0, 4302.0, 4314.0, 4310.0, 4313.0, 4313.0, 4282.0, 4303.0, 4302.0, 4302.0, 4313.0, 4304.0, 4315.0, 4313.0, 4315.0, 4314.0, 4304.0, 4304.0, 4283.0, 4315.0, 4324.0, 4304.0, 4317.0, 4344.0, 4304.0, 4313.0, 4302.0, 4303.0, 4303.0, 4316.0, 4335.0, 4305.0, 4315.0, 4302.0, 4304.0, 4312.0, 4313.0, 4314.0, 4303.0, 4316.0, 4333.0, 4315.0, 4324.0, 4294.0, 4313.0, 4282.0, 4304.0, 4324.0, 4304.0, 4316.0, 4333.0, 4314.0, 4325.0, 4295.0, 4315.0, 4305.0, 4295.0, 4306.0, 4327.0, 4347.0, 4306.0, 4316.0, 4283.0, 4316.0, 4314.0, 4316.0, 4315.0, 4296.0, 4315.0, 4337.0, 4316.0, 4327.0, 4295.0, 4329.0, 4254.0, 4316.0, 4329.0, 4331.0, 4323.0, 4352.0, 4302.0, 4363.0, 4312.0, 4355.0, 4323.0, 4334.0, 4322.0, 4321.0, 4318.0, 4317.0, 4349.0, 4346.0, 4303.0, 4302.0, 4300.0, 4291.0, 4311.0, 4304.0, 4312.0, 4304.0, 4302.0, 4301.0, 4313.0, 4295.0, 4334.0, 4303.0, 4299.0, 4289.0, 4311.0, 4253.0, 4262.0, 4282.0, 4237.0, 4258.0, 4246.0, 4246.0, 4256.0, 4234.0, 4245.0, 4224.0, 4235.0, 4246.0, 4236.0, 4249.0, 4237.0, 4250.0, 4260.0, 4253.0, 4272.0, 4263.0, 4275.0, 4283.0, 4267.0, 4277.0, 4277.0, 4317.0, 4325.0, 4347.0, 4317.0, 4348.0, 4348.0, 4360.0, 4360.0, 4360.0, 4358.0, 4358.0, 4360.0, 4349.0, 4361.0, 4381.0, 4370.0, 4352.0, 4382.0, 4391.0, 4376.0, 4340.0, 4336.0, 4313.0, 4266.0, 4299.0, 4263.0, 4294.0, 4331.0, 4337.0, 4339.0, 4361.0, 4309.0, 4362.0, 4333.0, 4363.0, 4353.0, 4342.0, 4333.0, 4374.0, 4329.0, 4307.0, 4346.0, 4304.0, 4314.0, 4313.0, 4294.0, 4323.0, 4292.0, 4305.0, 4324.0, 4293.0, 4324.0, 4294.0, 4304.0, 4325.0, 4294.0, 4334.0, 4305.0, 4317.0, 4335.0, 4306.0, 4336.0, 4305.0, 4305.0, 4296.0, 4295.0, 4317.0, 4308.0, 4320.0, 4348.0, 4375.0, 4321.0, 4323.0, 4351.0, 4332.0, 4335.0, 4351.0, 4324.0, 4362.0, 4333.0, 4334.0, 4302.0, 4335.0, 4362.0, 4322.0, 4356.0, 4354.0, 4333.0, 4362.0, 4331.0, 4331.0, 4320.0, 4329.0, 4359.0, 4320.0, 4330.0, 4350.0, 4330.0, 4359.0, 4329.0, 4351.0, 4318.0, 4321.0, 4359.0, 4328.0, 4329.0, 4360.0, 4330.0, 4350.0, 4319.0, 4319.0, 4318.0, 4329.0, 4360.0, 4306.0, 4329.0, 4360.0, 4329.0, 4339.0, 4308.0, 4320.0, 4348.0, 4329.0, 4339.0, 4308.0, 4328.0, 4350.0, 4330.0, 4329.0, 4300.0, 4329.0, 4360.0, 4330.0, 4330.0, 4372.0, 4341.0, 4341.0, 4310.0, 4331.0, 4350.0, 4331.0, 4349.0, 4330.0, 4341.0, 4372.0, 4343.0, 4352.0, 4331.0, 4331.0, 4290.0, 4343.0, 4372.0, 4342.0, 4352.0, 4319.0, 4343.0, 4373.0, 4342.0, 4353.0, 4343.0, 4341.0, 4344.0, 4366.0, 4382.0, 4342.0, 4364.0, 4311.0, 4342.0, 4361.0, 4341.0, 4350.0, 4330.0, 4331.0, 4360.0, 4329.0, 4342.0, 4309.0, 4351.0, 4371.0, 4330.0, 4350.0, 4320.0, 4341.0, 4360.0, 4340.0, 4340.0, 4338.0, 4351.0, 4361.0, 4352.0, 4351.0, 4353.0, 4390.0, 4379.0, 4368.0, 4360.0, 4342.0, 4351.0, 4343.0, 4342.0, 4354.0, 4356.0, 4373.0, 4344.0, 4354.0, 4321.0, 4323.0, 4311.0, 4345.0, 4384.0, 4352.0, 4355.0, 4352.0, 4341.0, 4362.0, 4340.0, 4362.0, 4342.0, 4344.0, 4364.0, 4365.0, 4384.0, 4320.0, 4321.0, 4353.0, 4354.0, 4355.0, 4369.0, 4389.0, 4344.0, 4375.0, 4340.0, 4321.0, 4332.0, 4353.0, 4373.0, 4351.0, 4359.0, 4353.0, 4361.0, 4326.0, 4305.0, 4353.0, 4313.0, 4323.0, 4301.0, 4301.0, 4310.0, 4301.0, 4321.0, 4310.0, 4301.0, 4300.0, 4313.0, 4333.0, 4322.0, 4334.0, 4314.0, 4304.0, 4313.0, 4315.0, 4334.0, 4336.0, 4336.0, 4326.0, 4335.0, 4337.0, 4327.0, 4339.0, 4340.0, 4330.0, 4352.0, 4362.0, 4351.0, 4350.0, 4351.0, 4354.0, 4339.0, 4337.0, 4337.0, 4326.0, 4337.0, 4316.0, 4327.0, 4337.0, 4336.0, 4336.0, 4326.0, 4337.0, 4347.0, 4326.0, 4325.0, 4325.0, 4337.0, 4350.0, 4361.0, 4351.0, 4337.0, 4326.0, 4326.0, 4331.0, 4357.0, 4391.0, 4401.0, 4369.0, 4367.0, 4376.0, 4364.0, 4349.0, 4348.0, 4350.0, 4338.0, 4349.0, 4358.0, 4323.0, 4300.0, 4286.0, 4308.0, 4296.0, 4308.0, 4308.0, 4336.0, 4316.0, 4326.0, 4328.0, 4328.0, 4339.0, 4356.0, 4325.0, 4325.0, 4344.0, 4324.0, 4323.0, 4311.0, 4313.0, 4333.0, 4322.0, 4324.0, 4301.0, 4313.0, 4300.0, 4312.0, 4321.0, 4310.0, 4311.0, 4322.0, 4336.0, 4335.0, 4325.0, 4325.0, 4313.0, 4325.0, 4345.0, 4324.0, 4314.0, 4332.0, 4322.0, 4313.0, 4311.0, 4312.0, 4301.0, 4323.0, 4323.0, 4312.0, 4312.0, 4332.0, 4321.0, 4324.0, 4322.0, 4323.0, 4332.0, 4323.0, 4313.0, 4311.0, 4312.0, 4323.0, 4313.0, 4324.0, 4323.0, 4324.0, 4324.0, 4325.0, 4325.0, 4304.0, 4325.0, 4346.0, 4377.0, 4393.0, 4359.0, 4393.0, 4386.0, 4330.0, 4339.0, 4307.0, 4326.0, 4345.0, 4325.0, 4325.0, 4257.0, 4270.0, 4289.0, 4295.0, 4311.0, 4324.0, 4314.0, 4333.0, 4313.0, 4314.0, 4313.0, 4325.0, 4335.0, 4326.0, 4315.0, 4316.0, 4327.0, 4347.0, 4326.0, 4326.0, 4314.0, 4315.0, 4323.0, 4323.0, 4325.0, 4313.0, 4326.0, 4335.0, 4324.0, 4324.0, 4313.0, 4325.0, 4334.0, 4324.0, 4325.0, 4315.0, 4325.0, 4314.0, 4324.0, 4335.0, 4335.0, 4326.0, 4335.0, 4324.0, 4326.0, 4303.0, 4325.0, 4334.0, 4324.0, 4325.0, 4333.0, 4323.0, 4326.0, 4334.0, 4323.0, 4324.0, 4312.0, 4324.0, 4333.0, 4313.0, 4324.0, 4323.0, 4336.0, 4325.0, 4315.0, 4326.0, 4324.0, 4325.0, 4316.0, 4295.0, 4337.0, 4347.0, 4327.0, 4338.0, 4307.0, 4338.0, 4347.0, 4327.0, 4338.0, 4347.0, 4326.0, 4328.0, 4326.0, 4337.0, 4336.0, 4326.0, 4338.0, 4315.0, 4326.0, 4336.0, 4328.0, 4328.0, 4307.0, 4339.0, 4348.0, 4339.0, 4340.0, 4348.0, 4338.0, 4348.0, 4316.0, 4338.0, 4347.0, 4338.0, 4329.0, 4307.0, 4329.0, 4328.0, 4338.0, 4348.0, 4317.0, 4327.0, 4347.0, 4327.0, 4339.0, 4338.0, 4337.0, 4347.0, 4338.0, 4338.0, 4306.0, 4337.0, 4348.0, 4328.0, 4329.0, 4307.0, 4327.0, 4317.0, 4338.0, 4348.0, 4315.0, 4327.0, 4347.0, 4315.0, 4325.0, 4314.0, 4325.0, 4325.0, 4325.0, 4337.0, 4347.0, 4326.0, 4336.0, 4327.0, 4327.0, 4339.0, 4351.0, 4360.0, 4327.0, 4339.0, 4349.0, 4326.0, 4327.0, 4324.0, 4324.0, 4326.0, 4305.0, 4337.0, 4346.0, 4315.0, 4326.0, 4295.0, 4337.0, 4347.0, 4327.0, 4338.0, 4347.0, 4339.0, 4339.0, 4306.0, 4338.0, 4348.0, 4327.0, 4328.0, 4337.0, 4339.0, 4351.0, 4317.0, 4327.0, 4306.0, 4338.0, 4346.0, 4326.0, 4340.0, 4360.0, 4337.0, 4337.0, 4327.0, 4327.0, 4305.0, 4327.0, 4346.0, 4315.0, 4327.0, 4346.0, 4326.0, 4336.0, 4326.0, 4327.0, 4346.0, 4337.0, 4339.0, 4316.0, 4327.0, 4347.0, 4327.0, 4327.0, 4315.0, 4329.0, 4348.0, 4327.0, 4327.0, 4305.0, 4316.0, 4335.0, 4325.0, 4327.0, 4346.0, 4336.0, 4337.0, 4314.0, 4314.0, 4302.0, 4328.0, 4360.0, 4351.0, 4389.0, 4353.0, 4372.0, 4327.0, 4336.0, 4318.0, 4331.0, 4332.0, 4337.0, 4358.0, 4355.0, 4361.0, 4316.0, 4316.0, 4346.0, 4304.0, 4315.0, 4324.0, 4315.0, 4335.0, 4314.0, 4314.0, 4304.0, 4325.0, 4334.0, 4329.0, 4341.0, 4320.0, 4330.0, 4328.0, 4338.0, 4348.0, 4326.0, 4327.0, 4347.0, 4327.0, 4338.0, 4326.0, 4327.0, 4346.0, 4325.0, 4336.0, 4314.0, 4315.0, 4335.0, 4303.0, 4325.0, 4345.0, 4314.0, 4334.0, 4305.0, 4326.0, 4335.0, 4314.0, 4315.0, 4345.0, 4315.0, 4336.0, 4304.0, 4317.0, 4316.0, 4327.0, 4347.0, 4315.0, 4327.0, 4346.0, 4315.0, 4317.0, 4347.0, 4326.0, 4335.0, 4315.0, 4316.0, 4334.0, 4313.0, 4325.0, 4293.0, 4315.0, 4346.0, 4326.0, 4337.0, 4315.0, 4327.0, 4346.0, 4314.0, 4327.0, 4347.0, 4316.0, 4337.0, 4316.0, 4328.0, 4347.0, 4326.0, 4327.0, 4347.0, 4326.0, 4337.0, 4316.0, 4327.0, 4347.0, 4327.0, 4327.0, 4336.0, 4324.0, 4327.0, 4314.0, 4326.0, 4345.0, 4326.0, 4326.0, 4314.0, 4326.0, 4335.0, 4325.0, 4327.0, 4315.0, 4326.0, 4333.0, 4325.0, 4326.0, 4322.0, 4325.0, 4346.0, 4325.0, 4326.0, 4315.0, 4328.0, 4347.0, 4337.0, 4328.0, 4347.0, 4337.0, 4347.0, 4326.0, 4315.0, 4324.0, 4315.0, 4324.0, 4304.0, 4326.0, 4345.0, 4324.0, 4334.0, 4325.0, 4327.0, 4345.0, 4313.0, 4326.0, 4324.0, 4314.0, 4334.0, 4325.0, 4315.0, 4314.0, 4326.0, 4347.0, 4325.0, 4326.0, 4315.0, 4316.0, 4346.0, 4324.0, 4315.0, 4334.0, 4324.0, 4324.0, 4313.0, 4304.0, 4303.0, 4325.0, 4335.0, 4323.0, 4314.0, 4334.0, 4314.0, 4315.0, 4314.0, 4314.0, 4332.0, 4313.0, 4314.0, 4333.0, 4313.0, 4325.0, 4302.0, 4314.0, 4334.0, 4313.0, 4314.0, 4322.0, 4323.0, 4325.0, 4302.0, 4314.0, 4344.0, 4323.0, 4325.0, 4313.0, 4314.0, 4333.0, 4324.0, 4315.0, 4314.0, 4325.0, 4335.0, 4325.0, 4326.0, 4345.0, 4336.0, 4337.0, 4314.0, 4325.0, 4324.0, 4325.0, 4326.0, 4304.0, 4325.0, 4334.0, 4315.0, 4325.0, 4315.0, 4326.0, 4335.0, 4337.0, 4337.0, 4329.0, 4326.0, 4336.0, 4326.0, 4326.0, 4346.0, 4327.0, 4338.0, 4357.0, 4370.0, 4357.0, 4338.0, 4356.0, 4309.0, 4338.0, 4309.0, 4350.0, 4363.0, 4358.0, 4314.0, 4324.0, 4302.0, 4325.0, 4326.0, 4313.0, 4334.0, 4357.0, 4401.0, 4376.0, 4375.0, 4363.0, 4316.0, 4322.0, 4331.0, 4278.0, 4288.0, 4275.0, 4285.0, 4304.0, 4282.0, 4272.0, 4282.0, 4281.0, 4261.0, 4272.0, 4273.0, 4271.0, 4271.0, 4281.0, 4249.0, 4257.0, 4267.0, 4249.0, 4260.0, 4298.0, 4287.0, 4282.0, 4263.0, 4273.0, 4273.0, 4284.0, 4284.0, 4277.0, 4287.0, 4275.0, 4277.0, 4293.0, 4325.0, 4317.0, 4326.0, 4316.0, 4338.0, 4308.0, 4339.0, 4305.0, 4307.0, 4337.0, 4315.0, 4306.0, 4337.0, 4317.0, 4319.0], 'WindowWidth': [9632.0, 9643.0, 9550.0, 9586.0, 9544.0, 9545.0, 9568.0, 9511.0, 9541.0, 9533.0, 9519.0, 9547.0, 9523.0, 9565.0, 9516.0, 9545.0, 9583.0, 9519.0, 9591.0, 9536.0, 9576.0, 9543.0, 9602.0, 9548.0, 9538.0, 9594.0, 9521.0, 9566.0, 9495.0, 9555.0, 9593.0, 9529.0, 9588.0, 9559.0, 9550.0, 9590.0, 9515.0, 9574.0, 9496.0, 9530.0, 9572.0, 9510.0, 9553.0, 9498.0, 9539.0, 9539.0, 9531.0, 9571.0, 9498.0, 9523.0, 9572.0, 9509.0, 9549.0, 9482.0, 9541.0, 9569.0, 9493.0, 9537.0, 9545.0, 9521.0, 9561.0, 9506.0, 9549.0, 9488.0, 9518.0, 9548.0, 9497.0, 9517.0, 9458.0, 9517.0, 9547.0, 9503.0, 9537.0, 9558.0, 9515.0, 9544.0, 9489.0, 9519.0, 9562.0, 9508.0, 9549.0, 9502.0, 9519.0, 9459.0, 9515.0, 9559.0, 9493.0, 9537.0, 9547.0, 9514.0, 9544.0, 9501.0, 9516.0, 9538.0, 9514.0, 9542.0, 9497.0, 9529.0, 9467.0, 9512.0, 9538.0, 9510.0, 9541.0, 9466.0, 9515.0, 9544.0, 9483.0, 9521.0, 9482.0, 9514.0, 9537.0, 9494.0, 9527.0, 9467.0, 9497.0, 9538.0, 9483.0, 9505.0, 9466.0, 9508.0, 9532.0, 9480.0, 9515.0, 9532.0, 9495.0, 9522.0, 9480.0, 9515.0, 9466.0, 9512.0, 9547.0, 9504.0, 9514.0, 9515.0, 9515.0, 9529.0, 9485.0, 9520.0, 9559.0, 9508.0, 9548.0, 9489.0, 9528.0, 9473.0, 9525.0, 9559.0, 9489.0, 9541.0, 9569.0, 9502.0, 9546.0, 9476.0, 9520.0, 9560.0, 9525.0, 9555.0, 9488.0, 9521.0, 9544.0, 9486.0, 9534.0, 9565.0, 9517.0, 9548.0, 9490.0, 9527.0, 9481.0, 9508.0, 9543.0, 9473.0, 9517.0, 9545.0, 9519.0, 9532.0, 9486.0, 9531.0, 9543.0, 9517.0, 9550.0, 9468.0, 9530.0, 9454.0, 9526.0, 9538.0, 9512.0, 9539.0, 9542.0, 9510.0, 9539.0, 9495.0, 9523.0, 9455.0, 9514.0, 9540.0, 9493.0, 9508.0, 9465.0, 9510.0, 9539.0, 9515.0, 9531.0, 9496.0, 9525.0, 9453.0, 9514.0, 9539.0, 9519.0, 9519.0, 9537.0, 9513.0, 9524.0, 9499.0, 9519.0, 9489.0, 9530.0, 9542.0, 9529.0, 9543.0, 9533.0, 9550.0, 9494.0, 9541.0, 9568.0, 9506.0, 9554.0, 9491.0, 9535.0, 9561.0, 9524.0, 9556.0, 9525.0, 9529.0, 9542.0, 9515.0, 9527.0, 9514.0, 9539.0, 9560.0, 9512.0, 9527.0, 9494.0, 9525.0, 9538.0, 9526.0, 9528.0, 9491.0, 9509.0, 9517.0, 9505.0, 9523.0, 9510.0, 9529.0, 9535.0, 9523.0, 9525.0, 9507.0, 9510.0, 9519.0, 9528.0, 9530.0, 9506.0, 9511.0, 9491.0, 9508.0, 9523.0, 9513.0, 9532.0, 9526.0, 9524.0, 9525.0, 9507.0, 9528.0, 9519.0, 9525.0, 9528.0, 9482.0, 9513.0, 9510.0, 9511.0, 9527.0, 9515.0, 9533.0, 9529.0, 9530.0, 9531.0, 9514.0, 9515.0, 9486.0, 9532.0, 9545.0, 9514.0, 9539.0, 9572.0, 9514.0, 9528.0, 9511.0, 9514.0, 9513.0, 9535.0, 9560.0, 9517.0, 9534.0, 9509.0, 9513.0, 9523.0, 9527.0, 9530.0, 9514.0, 9534.0, 9554.0, 9530.0, 9546.0, 9500.0, 9527.0, 9483.0, 9515.0, 9543.0, 9515.0, 9534.0, 9556.0, 9529.0, 9548.0, 9504.0, 9532.0, 9517.0, 9506.0, 9521.0, 9555.0, 9581.0, 9521.0, 9536.0, 9484.0, 9532.0, 9530.0, 9536.0, 9535.0, 9508.0, 9535.0, 9568.0, 9536.0, 9552.0, 9505.0, 9561.0, 9449.0, 9537.0, 9563.0, 9569.0, 9561.0, 9599.0, 9530.0, 9616.0, 9543.0, 9607.0, 9561.0, 9577.0, 9557.0, 9553.0, 9542.0, 9540.0, 9589.0, 9586.0, 9513.0, 9511.0, 9501.0, 9492.0, 9520.0, 9516.0, 9526.0, 9516.0, 9510.0, 9507.0, 9523.0, 9506.0, 9556.0, 9510.0, 9500.0, 9485.0, 9525.0, 9424.0, 9433.0, 9463.0, 9390.0, 9420.0, 9399.0, 9399.0, 9414.0, 9382.0, 9399.0, 9367.0, 9384.0, 9402.0, 9388.0, 9410.0, 9392.0, 9413.0, 9428.0, 9425.0, 9448.0, 9439.0, 9457.0, 9466.0, 9447.0, 9463.0, 9462.0, 9537.0, 9566.0, 9599.0, 9558.0, 9601.0, 9598.0, 9621.0, 9622.0, 9623.0, 9619.0, 9618.0, 9627.0, 9611.0, 9629.0, 9653.0, 9639.0, 9618.0, 9655.0, 9669.0, 9647.0, 9578.0, 9565.0, 9526.0, 9452.0, 9501.0, 9442.0, 9485.0, 9555.0, 9569.0, 9576.0, 9610.0, 9538.0, 9616.0, 9575.0, 9618.0, 9604.0, 9588.0, 9575.0, 9639.0, 9563.0, 9528.0, 9584.0, 9519.0, 9532.0, 9530.0, 9506.0, 9546.0, 9500.0, 9522.0, 9546.0, 9503.0, 9546.0, 9504.0, 9521.0, 9549.0, 9508.0, 9563.0, 9522.0, 9541.0, 9565.0, 9524.0, 9566.0, 9524.0, 9523.0, 9511.0, 9512.0, 9544.0, 9532.0, 9553.0, 9605.0, 9636.0, 9554.0, 9562.0, 9595.0, 9570.0, 9584.0, 9596.0, 9563.0, 9614.0, 9575.0, 9578.0, 9530.0, 9581.0, 9614.0, 9560.0, 9615.0, 9606.0, 9575.0, 9613.0, 9571.0, 9571.0, 9552.0, 9565.0, 9606.0, 9551.0, 9568.0, 9596.0, 9567.0, 9607.0, 9565.0, 9597.0, 9549.0, 9555.0, 9605.0, 9559.0, 9564.0, 9610.0, 9566.0, 9594.0, 9548.0, 9550.0, 9547.0, 9563.0, 9607.0, 9530.0, 9564.0, 9609.0, 9564.0, 9580.0, 9533.0, 9553.0, 9589.0, 9564.0, 9579.0, 9532.0, 9560.0, 9594.0, 9566.0, 9565.0, 9526.0, 9565.0, 9610.0, 9565.0, 9567.0, 9628.0, 9583.0, 9587.0, 9540.0, 9570.0, 9594.0, 9569.0, 9594.0, 9567.0, 9584.0, 9629.0, 9589.0, 9602.0, 9572.0, 9572.0, 9516.0, 9588.0, 9630.0, 9588.0, 9604.0, 9553.0, 9591.0, 9634.0, 9586.0, 9604.0, 9591.0, 9586.0, 9594.0, 9628.0, 9646.0, 9587.0, 9623.0, 9542.0, 9585.0, 9613.0, 9584.0, 9595.0, 9565.0, 9570.0, 9610.0, 9565.0, 9589.0, 9539.0, 9598.0, 9625.0, 9566.0, 9595.0, 9554.0, 9583.0, 9610.0, 9579.0, 9582.0, 9577.0, 9597.0, 9614.0, 9601.0, 9601.0, 9608.0, 9671.0, 9652.0, 9633.0, 9610.0, 9587.0, 9598.0, 9591.0, 9588.0, 9609.0, 9614.0, 9637.0, 9592.0, 9610.0, 9558.0, 9563.0, 9546.0, 9597.0, 9652.0, 9602.0, 9611.0, 9602.0, 9584.0, 9616.0, 9582.0, 9615.0, 9585.0, 9595.0, 9625.0, 9625.0, 9652.0, 9553.0, 9558.0, 9606.0, 9609.0, 9611.0, 9638.0, 9666.0, 9591.0, 9641.0, 9580.0, 9557.0, 9574.0, 9605.0, 9633.0, 9598.0, 9607.0, 9605.0, 9618.0, 9552.0, 9523.0, 9589.0, 9528.0, 9545.0, 9510.0, 9512.0, 9521.0, 9511.0, 9540.0, 9523.0, 9514.0, 9511.0, 9530.0, 9560.0, 9543.0, 9561.0, 9534.0, 9521.0, 9532.0, 9537.0, 9564.0, 9566.0, 9569.0, 9553.0, 9568.0, 9570.0, 9557.0, 9577.0, 9583.0, 9566.0, 9601.0, 9616.0, 9596.0, 9595.0, 9598.0, 9609.0, 9576.0, 9572.0, 9572.0, 9552.0, 9572.0, 9538.0, 9555.0, 9571.0, 9568.0, 9569.0, 9555.0, 9572.0, 9587.0, 9552.0, 9549.0, 9549.0, 9569.0, 9596.0, 9611.0, 9601.0, 9571.0, 9553.0, 9554.0, 9572.0, 9620.0, 9672.0, 9687.0, 9637.0, 9632.0, 9644.0, 9618.0, 9593.0, 9586.0, 9595.0, 9575.0, 9592.0, 9605.0, 9544.0, 9507.0, 9479.0, 9514.0, 9492.0, 9513.0, 9515.0, 9567.0, 9540.0, 9554.0, 9560.0, 9558.0, 9576.0, 9599.0, 9550.0, 9549.0, 9578.0, 9545.0, 9544.0, 9523.0, 9529.0, 9558.0, 9542.0, 9547.0, 9510.0, 9530.0, 9508.0, 9526.0, 9538.0, 9521.0, 9524.0, 9540.0, 9565.0, 9563.0, 9548.0, 9552.0, 9531.0, 9548.0, 9580.0, 9546.0, 9532.0, 9557.0, 9540.0, 9531.0, 9524.0, 9528.0, 9510.0, 9544.0, 9544.0, 9526.0, 9528.0, 9556.0, 9539.0, 9547.0, 9541.0, 9542.0, 9556.0, 9542.0, 9532.0, 9523.0, 9527.0, 9543.0, 9529.0, 9548.0, 9542.0, 9547.0, 9545.0, 9548.0, 9550.0, 9518.0, 9550.0, 9581.0, 9646.0, 9679.0, 9625.0, 9676.0, 9656.0, 9565.0, 9577.0, 9528.0, 9553.0, 9578.0, 9547.0, 9551.0, 9441.0, 9444.0, 9469.0, 9489.0, 9524.0, 9548.0, 9535.0, 9558.0, 9529.0, 9535.0, 9529.0, 9550.0, 9566.0, 9553.0, 9539.0, 9539.0, 9556.0, 9587.0, 9552.0, 9553.0, 9532.0, 9537.0, 9544.0, 9545.0, 9551.0, 9531.0, 9554.0, 9566.0, 9547.0, 9548.0, 9531.0, 9551.0, 9561.0, 9545.0, 9552.0, 9537.0, 9549.0, 9534.0, 9548.0, 9564.0, 9564.0, 9556.0, 9566.0, 9547.0, 9556.0, 9516.0, 9549.0, 9563.0, 9545.0, 9550.0, 9560.0, 9544.0, 9553.0, 9561.0, 9542.0, 9549.0, 9526.0, 9545.0, 9558.0, 9529.0, 9547.0, 9543.0, 9565.0, 9553.0, 9535.0, 9553.0, 9548.0, 9550.0, 9541.0, 9509.0, 9569.0, 9586.0, 9558.0, 9574.0, 9529.0, 9572.0, 9585.0, 9556.0, 9573.0, 9586.0, 9555.0, 9560.0, 9553.0, 9569.0, 9567.0, 9552.0, 9573.0, 9536.0, 9553.0, 9570.0, 9559.0, 9561.0, 9528.0, 9576.0, 9589.0, 9576.0, 9580.0, 9587.0, 9574.0, 9587.0, 9541.0, 9573.0, 9586.0, 9574.0, 9566.0, 9531.0, 9564.0, 9559.0, 9574.0, 9589.0, 9541.0, 9556.0, 9587.0, 9556.0, 9577.0, 9573.0, 9571.0, 9584.0, 9572.0, 9576.0, 9527.0, 9570.0, 9588.0, 9561.0, 9564.0, 9529.0, 9558.0, 9542.0, 9573.0, 9590.0, 9536.0, 9556.0, 9586.0, 9537.0, 9551.0, 9533.0, 9550.0, 9551.0, 9549.0, 9571.0, 9586.0, 9554.0, 9569.0, 9556.0, 9558.0, 9578.0, 9598.0, 9610.0, 9557.0, 9578.0, 9592.0, 9552.0, 9557.0, 9548.0, 9549.0, 9556.0, 9523.0, 9569.0, 9583.0, 9535.0, 9554.0, 9509.0, 9570.0, 9583.0, 9555.0, 9574.0, 9586.0, 9575.0, 9580.0, 9528.0, 9573.0, 9587.0, 9558.0, 9563.0, 9570.0, 9575.0, 9598.0, 9543.0, 9557.0, 9525.0, 9572.0, 9584.0, 9555.0, 9581.0, 9610.0, 9571.0, 9572.0, 9555.0, 9557.0, 9524.0, 9555.0, 9584.0, 9537.0, 9556.0, 9584.0, 9552.0, 9568.0, 9553.0, 9558.0, 9580.0, 9570.0, 9580.0, 9542.0, 9556.0, 9584.0, 9558.0, 9557.0, 9537.0, 9562.0, 9590.0, 9556.0, 9557.0, 9521.0, 9538.0, 9565.0, 9549.0, 9556.0, 9581.0, 9567.0, 9572.0, 9533.0, 9533.0, 9515.0, 9561.0, 9609.0, 9598.0, 9668.0, 9608.0, 9632.0, 9564.0, 9571.0, 9550.0, 9575.0, 9576.0, 9593.0, 9622.0, 9613.0, 9618.0, 9542.0, 9541.0, 9583.0, 9520.0, 9536.0, 9548.0, 9538.0, 9568.0, 9536.0, 9535.0, 9522.0, 9552.0, 9565.0, 9563.0, 9583.0, 9553.0, 9566.0, 9561.0, 9573.0, 9586.0, 9552.0, 9557.0, 9583.0, 9555.0, 9572.0, 9552.0, 9556.0, 9581.0, 9550.0, 9567.0, 9533.0, 9536.0, 9563.0, 9517.0, 9549.0, 9577.0, 9532.0, 9563.0, 9521.0, 9553.0, 9565.0, 9533.0, 9536.0, 9576.0, 9537.0, 9569.0, 9520.0, 9542.0, 9538.0, 9554.0, 9586.0, 9537.0, 9555.0, 9580.0, 9537.0, 9541.0, 9585.0, 9551.0, 9566.0, 9535.0, 9540.0, 9564.0, 9529.0, 9552.0, 9503.0, 9535.0, 9582.0, 9554.0, 9571.0, 9538.0, 9556.0, 9582.0, 9534.0, 9556.0, 9584.0, 9538.0, 9572.0, 9541.0, 9560.0, 9586.0, 9554.0, 9556.0, 9586.0, 9554.0, 9573.0, 9540.0, 9558.0, 9586.0, 9556.0, 9558.0, 9569.0, 9546.0, 9556.0, 9534.0, 9551.0, 9579.0, 9552.0, 9556.0, 9535.0, 9552.0, 9565.0, 9551.0, 9556.0, 9536.0, 9555.0, 9561.0, 9551.0, 9555.0, 9543.0, 9550.0, 9581.0, 9549.0, 9555.0, 9537.0, 9559.0, 9586.0, 9569.0, 9560.0, 9587.0, 9569.0, 9586.0, 9552.0, 9539.0, 9546.0, 9536.0, 9550.0, 9521.0, 9552.0, 9579.0, 9548.0, 9563.0, 9552.0, 9557.0, 9579.0, 9531.0, 9555.0, 9548.0, 9535.0, 9562.0, 9549.0, 9540.0, 9534.0, 9555.0, 9585.0, 9551.0, 9556.0, 9535.0, 9542.0, 9581.0, 9546.0, 9537.0, 9563.0, 9548.0, 9550.0, 9530.0, 9519.0, 9517.0, 9551.0, 9565.0, 9545.0, 9534.0, 9561.0, 9532.0, 9537.0, 9533.0, 9532.0, 9558.0, 9529.0, 9534.0, 9558.0, 9530.0, 9551.0, 9514.0, 9532.0, 9561.0, 9531.0, 9535.0, 9543.0, 9544.0, 9552.0, 9515.0, 9532.0, 9576.0, 9544.0, 9552.0, 9529.0, 9533.0, 9558.0, 9548.0, 9536.0, 9535.0, 9551.0, 9564.0, 9551.0, 9555.0, 9581.0, 9566.0, 9573.0, 9532.0, 9551.0, 9546.0, 9549.0, 9555.0, 9519.0, 9551.0, 9562.0, 9537.0, 9551.0, 9535.0, 9551.0, 9564.0, 9569.0, 9572.0, 9564.0, 9554.0, 9570.0, 9552.0, 9554.0, 9583.0, 9555.0, 9573.0, 9619.0, 9644.0, 9618.0, 9595.0, 9614.0, 9535.0, 9574.0, 9537.0, 9591.0, 9618.0, 9604.0, 9530.0, 9546.0, 9510.0, 9546.0, 9552.0, 9527.0, 9561.0, 9616.0, 9698.0, 9650.0, 9645.0, 9629.0, 9540.0, 9537.0, 9553.0, 9470.0, 9487.0, 9462.0, 9476.0, 9504.0, 9466.0, 9452.0, 9464.0, 9464.0, 9438.0, 9454.0, 9457.0, 9451.0, 9448.0, 9462.0, 9413.0, 9423.0, 9438.0, 9414.0, 9432.0, 9500.0, 9485.0, 9468.0, 9444.0, 9458.0, 9456.0, 9475.0, 9474.0, 9470.0, 9484.0, 9463.0, 9468.0, 9497.0, 9547.0, 9543.0, 9552.0, 9541.0, 9571.0, 9531.0, 9573.0, 9520.0, 9526.0, 9568.0, 9533.0, 9524.0, 9567.0, 9540.0, 9549.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.001701926536731634</td></tr>
<tr><td colspan=3>aqi</td><td>0.053820532833583214</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.300789199872504</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1766158428357063</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9690902166616652</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>5674.6274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1278684736492605</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.793103448275861</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.53225708267543</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3773700342281723</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7917234788946708</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.427677734903446</td></tr>
<tr><td colspan=3>gcor</td><td>0.0223828</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009076463058590889</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030669506639242172</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.011581886852713</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.3761</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2658</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.3785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300276.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>838.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.9639</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5621</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.7505</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3525.7579</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1262.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.3118</td></tr>
<tr><td colspan=3>tsnr</td><td>29.128337114467286</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>