<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-03/func/sub-0065_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>42b60929bfa40ec615295fb0a4d979e5</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>12:12:57.072500</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.999738, -0.000429254, 0.0229018, -7.76919e-08, 0.999824, 0.0187433]</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.0971941</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>[4166, -7803, -7238, 645, 1, -549, 401, 77]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.355</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d49a0515-5412-4388-afc4-0096d1146087||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.682223081588745, -2.084415626768532e-07, 0.061845775693655014, 109.16703796386719], [0.0011516576632857323, 2.682455539703369, 0.050593726336956024, -89.58892059326172], [0.061443910002708435, -0.05028699338436127, 2.698817491531372, -58.1344108581543], [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': ['121257.072500', '121257.532500', '121257.992500', '121258.452500', '121258.912500', '121259.372500', '121259.832500', '121300.292500', '121300.752500', '121301.212500', '121301.672500', '121302.132500', '121302.592500', '121303.052500', '121303.512500', '121303.972500', '121304.432500', '121304.892500', '121305.352500', '121305.812500', '121306.272500', '121306.732500', '121307.192500', '121307.652500', '121308.112500', '121308.572500', '121309.032500', '121309.492500', '121309.952500', '121310.412500', '121310.872500', '121311.332500', '121311.792500', '121312.252500', '121312.712500', '121313.172500', '121313.632500', '121314.092500', '121314.552500', '121315.012500', '121315.472500', '121315.932500', '121316.392500', '121316.852500', '121317.312500', '121317.772500', '121318.232500', '121318.692500', '121319.152500', '121319.612500', '121320.072500', '121320.532500', '121320.992500', '121321.452500', '121321.912500', '121322.372500', '121322.832500', '121323.292500', '121323.752500', '121324.212500', '121324.672500', '121325.132500', '121325.592500', '121326.052500', '121326.512500', '121326.972500', '121327.432500', '121327.892500', '121328.352500', '121328.812500', '121329.272500', '121329.732500', '121330.192500', '121330.652500', '121331.112500', '121331.572500', '121332.032500', '121332.492500', '121332.952500', '121333.412500', '121333.872500', '121334.332500', '121334.792500', '121335.252500', '121335.712500', '121336.172500', '121336.632500', '121337.092500', '121337.552500', '121338.012500', '121338.472500', '121338.932500', '121339.392500', '121339.852500', '121340.312500', '121340.772500', '121341.232500', '121341.692500', '121342.152500', '121342.612500', '121343.072500', '121343.532500', '121343.992500', '121344.452500', '121344.912500', '121345.372500', '121345.832500', '121346.292500', '121346.752500', '121347.212500', '121347.672500', '121348.132500', '121348.592500', '121349.052500', '121349.512500', '121349.972500', '121350.432500', '121350.892500', '121351.352500', '121351.812500', '121352.272500', '121352.732500', '121353.192500', '121353.652500', '121354.112500', '121354.572500', '121355.032500', '121355.492500', '121355.952500', '121356.412500', '121356.872500', '121357.332500', '121357.792500', '121358.252500', '121358.712500', '121359.172500', '121359.632500', '121400.092500', '121400.552500', '121401.012500', '121401.472500', '121401.932500', '121402.392500', '121402.852500', '121403.312500', '121403.772500', '121404.232500', '121404.692500', '121405.152500', '121405.612500', '121406.072500', '121406.532500', '121406.992500', '121407.452500', '121407.912500', '121408.372500', '121408.832500', '121409.292500', '121409.752500', '121410.212500', '121410.672500', '121411.132500', '121411.592500', '121412.052500', '121412.512500', '121412.972500', '121413.432500', '121413.892500', '121414.352500', '121414.812500', '121415.272500', '121415.732500', '121416.192500', '121416.652500', '121417.112500', '121417.572500', '121418.032500', '121418.492500', '121418.952500', '121419.412500', '121419.872500', '121420.332500', '121420.792500', '121421.252500', '121421.712500', '121422.172500', '121422.632500', '121423.092500', '121423.552500', '121424.012500', '121424.472500', '121424.932500', '121425.392500', '121425.852500', '121426.312500', '121426.772500', '121427.232500', '121427.692500', '121428.152500', '121428.612500', '121429.072500', '121429.532500', '121429.992500', '121430.452500', '121430.912500', '121431.372500', '121431.832500', '121432.292500', '121432.752500', '121433.212500', '121433.672500', '121434.132500', '121434.592500', '121435.052500', '121435.512500', '121435.972500', '121436.432500', '121436.892500', '121437.352500', '121437.812500', '121438.272500', '121438.732500', '121439.192500', '121439.652500', '121440.112500', '121440.572500', '121441.032500', '121441.492500', '121441.952500', '121442.412500', '121442.872500', '121443.332500', '121443.792500', '121444.252500', '121444.712500', '121445.172500', '121445.632500', '121446.092500', '121446.552500', '121447.012500', '121447.472500', '121447.932500', '121448.392500', '121448.852500', '121449.312500', '121449.772500', '121450.232500', '121450.692500', '121451.152500', '121451.612500', '121452.072500', '121452.532500', '121452.992500', '121453.452500', '121453.912500', '121454.372500', '121454.832500', '121455.292500', '121455.752500', '121456.212500', '121456.672500', '121457.132500', '121457.592500', '121458.052500', '121458.512500', '121458.972500', '121459.432500', '121459.892500', '121500.352500', '121500.812500', '121501.272500', '121501.732500', '121502.192500', '121502.652500', '121503.112500', '121503.572500', '121504.032500', '121504.492500', '121504.952500', '121505.412500', '121505.872500', '121506.332500', '121506.792500', '121507.252500', '121507.712500', '121508.172500', '121508.632500', '121509.092500', '121509.552500', '121510.012500', '121510.472500', '121510.932500', '121511.392500', '121511.852500', '121512.312500', '121512.772500', '121513.232500', '121513.692500', '121514.152500', '121514.612500', '121515.072500', '121515.532500', '121515.992500', '121516.452500', '121516.912500', '121517.372500', '121517.832500', '121518.292500', '121518.752500', '121519.212500', '121519.672500', '121520.132500', '121520.592500', '121521.052500', '121521.512500', '121521.972500', '121522.432500', '121522.892500', '121523.352500', '121523.812500', '121524.272500', '121524.732500', '121525.192500', '121525.652500', '121526.112500', '121526.572500', '121527.032500', '121527.492500', '121527.952500', '121528.412500', '121528.872500', '121529.332500', '121529.792500', '121530.252500', '121530.712500', '121531.172500', '121531.632500', '121532.092500', '121532.552500', '121533.012500', '121533.472500', '121533.932500', '121534.392500', '121534.852500', '121535.312500', '121535.772500', '121536.232500', '121536.692500', '121537.152500', '121537.612500', '121538.072500', '121538.532500', '121538.992500', '121539.452500', '121539.912500', '121540.372500', '121540.832500', '121541.292500', '121541.752500', '121542.212500', '121542.672500', '121543.132500', '121543.592500', '121544.052500', '121544.512500', '121544.972500', '121545.432500', '121545.892500', '121546.352500', '121546.812500', '121547.272500', '121547.732500', '121548.192500', '121548.652500', '121549.112500', '121549.572500', '121550.032500', '121550.492500', '121550.952500', '121551.412500', '121551.872500', '121552.332500', '121552.792500', '121553.252500', '121553.712500', '121554.172500', '121554.632500', '121555.092500', '121555.552500', '121556.012500', '121556.472500', '121556.932500', '121557.392500', '121557.852500', '121558.312500', '121558.772500', '121559.232500', '121559.692500', '121600.152500', '121600.612500', '121601.072500', '121601.532500', '121601.992500', '121602.452500', '121602.912500', '121603.372500', '121603.832500', '121604.292500', '121604.752500', '121605.212500', '121605.672500', '121606.132500', '121606.592500', '121607.052500', '121607.512500', '121607.972500', '121608.432500', '121608.892500', '121609.352500', '121609.812500', '121610.272500', '121610.732500', '121611.192500', '121611.652500', '121612.112500', '121612.572500', '121613.032500', '121613.492500', '121613.952500', '121614.412500', '121614.872500', '121615.332500', '121615.792500', '121616.252500', '121616.712500', '121617.172500', '121617.632500', '121618.092500', '121618.552500', '121619.012500', '121619.472500', '121619.932500', '121620.392500', '121620.852500', '121621.312500', '121621.772500', '121622.232500', '121622.692500', '121623.152500', '121623.612500', '121624.072500', '121624.532500', '121624.992500', '121625.452500', '121625.912500', '121626.372500', '121626.832500', '121627.292500', '121627.752500', '121628.212500', '121628.672500', '121629.132500', '121629.592500', '121630.052500', '121630.512500', '121630.972500', '121631.432500', '121631.892500', '121632.352500', '121632.812500', '121633.272500', '121633.732500', '121634.192500', '121634.652500', '121635.112500', '121635.572500', '121636.032500', '121636.492500', '121636.952500', '121637.412500', '121637.872500', '121638.332500', '121638.792500', '121639.252500', '121639.712500', '121640.172500', '121640.632500', '121641.092500', '121641.552500', '121642.012500', '121642.472500', '121642.932500', '121643.392500', '121643.852500', '121644.312500', '121644.772500', '121645.232500', '121645.692500', '121646.152500', '121646.612500', '121647.072500', '121647.532500', '121647.992500', '121648.452500', '121648.912500', '121649.372500', '121649.832500', '121650.292500', '121650.752500', '121651.212500', '121651.672500', '121652.132500', '121652.592500', '121653.052500', '121653.512500', '121653.972500', '121654.432500', '121654.892500', '121655.352500', '121655.812500', '121656.272500', '121656.732500', '121657.192500', '121657.652500', '121658.112500', '121658.572500', '121659.032500', '121659.492500', '121659.952500', '121700.412500', '121700.872500', '121701.332500', '121701.792500', '121702.252500', '121702.712500', '121703.172500', '121703.632500', '121704.092500', '121704.552500', '121705.012500', '121705.472500', '121705.932500', '121706.392500', '121706.852500', '121707.312500', '121707.772500', '121708.232500', '121708.692500', '121709.152500', '121709.612500', '121710.072500', '121710.532500', '121710.992500', '121711.452500', '121711.912500', '121712.372500', '121712.832500', '121713.292500', '121713.752500', '121714.212500', '121714.672500', '121715.132500', '121715.592500', '121716.052500', '121716.512500', '121716.972500', '121717.432500', '121717.892500', '121718.352500', '121718.812500', '121719.272500', '121719.732500', '121720.192500', '121720.652500', '121721.112500', '121721.572500', '121722.032500', '121722.492500', '121722.952500', '121723.412500', '121723.872500', '121724.332500', '121724.792500', '121725.252500', '121725.712500', '121726.172500', '121726.632500', '121727.092500', '121727.552500', '121728.012500', '121728.472500', '121728.932500', '121729.392500', '121729.852500', '121730.312500', '121730.772500', '121731.232500', '121731.692500', '121732.152500', '121732.612500', '121733.072500', '121733.532500', '121733.992500', '121734.452500', '121734.912500', '121735.372500', '121735.832500', '121736.292500', '121736.752500', '121737.212500', '121737.672500', '121738.132500', '121738.592500', '121739.052500', '121739.512500', '121739.972500', '121740.432500', '121740.892500', '121741.352500', '121741.812500', '121742.272500', '121742.732500', '121743.192500', '121743.652500', '121744.112500', '121744.572500', '121745.032500', '121745.492500', '121745.952500', '121746.412500', '121746.872500', '121747.332500', '121747.792500', '121748.252500', '121748.712500', '121749.172500', '121749.632500', '121750.092500', '121750.552500', '121751.012500', '121751.472500', '121751.932500', '121752.392500', '121752.852500', '121753.312500', '121753.772500', '121754.232500', '121754.692500', '121755.152500', '121755.612500', '121756.072500', '121756.532500', '121756.992500', '121757.452500', '121757.912500', '121758.372500', '121758.832500', '121759.292500', '121759.752500', '121800.212500', '121800.672500', '121801.132500', '121801.592500', '121802.052500', '121802.512500', '121802.972500', '121803.432500', '121803.892500', '121804.352500', '121804.812500', '121805.272500', '121805.732500', '121806.192500', '121806.652500', '121807.112500', '121807.572500', '121808.032500', '121808.492500', '121808.952500', '121809.412500', '121809.872500', '121810.332500', '121810.792500', '121811.252500', '121811.712500', '121812.172500', '121812.632500', '121813.092500', '121813.552500', '121814.012500', '121814.472500', '121814.932500', '121815.392500', '121815.852500', '121816.312500', '121816.772500', '121817.232500', '121817.692500', '121818.152500', '121818.612500', '121819.072500', '121819.532500', '121819.992500', '121820.452500', '121820.912500', '121821.372500', '121821.832500', '121822.292500', '121822.752500', '121823.212500', '121823.672500', '121824.132500', '121824.592500', '121825.052500', '121825.512500', '121825.972500', '121826.432500', '121826.892500', '121827.352500', '121827.812500', '121828.272500', '121828.732500', '121829.192500', '121829.652500', '121830.112500', '121830.572500', '121831.032500', '121831.492500', '121831.952500', '121832.412500', '121832.872500', '121833.332500', '121833.792500', '121834.252500', '121834.712500', '121835.172500', '121835.632500', '121836.092500', '121836.552500', '121837.012500', '121837.472500', '121837.932500', '121838.392500', '121838.852500', '121839.312500', '121839.772500', '121840.232500', '121840.692500', '121841.152500', '121841.612500', '121842.072500', '121842.532500', '121842.992500', '121843.452500', '121843.912500', '121844.372500', '121844.832500', '121845.292500', '121845.752500', '121846.212500', '121846.672500', '121847.132500', '121847.592500', '121848.052500', '121848.512500', '121848.972500', '121849.432500', '121849.892500', '121850.352500', '121850.812500', '121851.272500', '121851.732500', '121852.192500', '121852.652500', '121853.112500', '121853.572500', '121854.032500', '121854.492500', '121854.952500', '121855.412500', '121855.872500', '121856.332500', '121856.792500', '121857.252500', '121857.712500', '121858.172500', '121858.632500', '121859.092500', '121859.552500', '121900.012500', '121900.472500', '121900.932500', '121901.392500', '121901.852500', '121902.312500', '121902.772500', '121903.232500', '121903.692500', '121904.152500', '121904.612500', '121905.072500', '121905.532500', '121905.992500', '121906.452500', '121906.912500', '121907.372500', '121907.832500', '121908.292500', '121908.752500', '121909.212500', '121909.672500', '121910.132500', '121910.592500', '121911.052500', '121911.512500', '121911.972500', '121912.432500', '121912.892500', '121913.352500', '121913.812500', '121914.272500', '121914.732500', '121915.192500', '121915.652500', '121916.112500', '121916.572500', '121917.032500', '121917.492500', '121917.952500', '121918.412500', '121918.872500', '121919.332500', '121919.792500', '121920.252500', '121920.712500', '121921.172500', '121921.632500', '121922.092500', '121922.552500', '121923.012500', '121923.472500', '121923.932500', '121924.392500', '121924.852500', '121925.312500', '121925.772500', '121926.232500', '121926.692500', '121927.152500', '121927.612500', '121928.072500', '121928.532500', '121928.992500', '121929.452500', '121929.912500', '121930.372500', '121930.832500', '121931.292500', '121931.752500', '121932.212500', '121932.672500', '121933.132500', '121933.592500', '121934.052500', '121934.512500', '121934.972500', '121935.432500', '121935.892500', '121936.352500', '121936.812500', '121937.272500', '121937.732500', '121938.192500', '121938.652500', '121939.112500', '121939.572500', '121940.032500', '121940.492500', '121940.952500', '121941.412500', '121941.872500', '121942.332500', '121942.792500', '121943.252500', '121943.712500', '121944.172500', '121944.632500', '121945.092500', '121945.552500', '121946.012500', '121946.472500', '121946.932500', '121947.392500', '121947.852500', '121948.312500', '121948.772500', '121949.232500', '121949.692500', '121950.152500', '121950.612500', '121951.072500', '121951.532500', '121951.992500', '121952.452500', '121952.912500', '121953.372500', '121953.832500', '121954.292500', '121954.752500', '121955.212500', '121955.672500', '121956.132500', '121956.592500', '121957.052500', '121957.512500', '121957.972500', '121958.432500', '121958.892500', '121959.352500', '121959.812500', '122000.272500', '122000.732500', '122001.192500', '122001.652500', '122002.112500', '122002.572500', '122003.032500', '122003.492500', '122003.952500', '122004.412500', '122004.872500', '122005.332500', '122005.792500', '122006.252500', '122006.712500', '122007.172500', '122007.632500', '122008.092500', '122008.552500', '122009.012500', '122009.472500', '122009.932500', '122010.392500', '122010.852500', '122011.312500', '122011.772500', '122012.232500', '122012.692500', '122013.152500', '122013.612500', '122014.072500', '122014.532500', '122014.992500', '122015.452500', '122015.912500', '122016.372500', '122016.832500', '122017.292500', '122017.752500', '122018.212500', '122018.672500', '122019.132500', '122019.592500', '122020.052500', '122020.512500', '122020.972500', '122021.432500', '122021.892500', '122022.352500', '122022.812500', '122023.272500', '122023.732500', '122024.192500', '122024.652500', '122025.112500', '122025.572500', '122026.032500', '122026.492500', '122026.952500', '122027.412500', '122027.872500', '122028.332500', '122028.792500', '122029.252500', '122029.712500', '122030.172500', '122030.632500', '122031.092500', '122031.552500', '122032.012500', '122032.472500', '122032.932500', '122033.392500', '122033.852500', '122034.312500', '122034.772500', '122035.232500', '122035.692500', '122036.152500', '122036.612500', '122037.072500', '122037.532500', '122037.992500', '122038.452500', '122038.912500', '122039.372500', '122039.832500', '122040.292500', '122040.752500', '122041.212500', '122041.672500', '122042.132500', '122042.592500', '122043.052500', '122043.512500', '122043.972500', '122044.432500', '122044.892500', '122045.352500', '122045.812500', '122046.272500', '122046.732500', '122047.192500', '122047.652500', '122048.112500', '122048.572500', '122049.032500', '122049.492500', '122049.952500', '122050.412500', '122050.872500', '122051.332500', '122051.792500', '122052.252500', '122052.712500', '122053.172500', '122053.632500', '122054.092500', '122054.552500', '122055.012500', '122055.472500', '122055.932500', '122056.392500', '122056.852500', '122057.312500', '122057.772500', '122058.232500', '122058.692500', '122059.152500', '122059.612500', '122100.072500', '122100.532500', '122100.992500', '122101.452500', '122101.912500', '122102.372500', '122102.832500', '122103.292500', '122103.752500', '122104.212500', '122104.672500', '122105.132500', '122105.592500', '122106.052500', '122106.512500', '122106.972500', '122107.432500', '122107.892500', '122108.352500', '122108.812500', '122109.272500', '122109.732500', '122110.192500', '122110.652500', '122111.112500', '122111.572500', '122112.032500', '122112.492500', '122112.952500', '122113.412500', '122113.872500', '122114.332500', '122114.792500', '122115.252500', '122115.712500', '122116.172500', '122116.632500', '122117.092500', '122117.552500', '122118.012500', '122118.472500', '122118.932500', '122119.392500', '122119.852500', '122120.312500', '122120.772500', '122121.232500', '122121.692500', '122122.152500', '122122.612500', '122123.072500', '122123.532500', '122123.992500', '122124.452500', '122124.912500', '122125.372500', '122125.832500', '122126.292500', '122126.752500', '122127.212500', '122127.672500', '122128.132500', '122128.592500', '122129.052500', '122129.512500', '122129.972500', '122130.432500', '122130.892500', '122131.352500', '122131.812500', '122132.272500', '122132.732500', '122133.192500', '122133.652500', '122134.112500', '122134.572500', '122135.032500', '122135.492500', '122135.952500', '122136.412500', '122136.872500', '122137.332500', '122137.792500', '122138.252500', '122138.712500', '122139.172500', '122139.632500', '122140.092500', '122140.552500', '122141.012500', '122141.472500', '122141.932500', '122142.392500', '122142.852500', '122143.312500', '122143.772500', '122144.232500', '122144.692500', '122145.152500', '122145.612500', '122146.072500', '122146.532500', '122146.992500', '122147.452500', '122147.912500', '122148.372500', '122148.832500', '122149.292500', '122149.752500', '122150.212500', '122150.672500', '122151.132500', '122151.592500', '122152.052500', '122152.512500', '122152.972500', '122153.432500', '122153.892500', '122154.352500', '122154.812500', '122155.272500', '122155.732500', '122156.192500', '122156.652500', '122157.112500', '122157.572500', '122158.032500', '122158.492500', '122158.952500', '122159.412500', '122159.872500', '122200.332500', '122200.792500', '122201.252500', '122201.712500', '122202.172500', '122202.632500', '122203.092500', '122203.552500', '122204.012500', '122204.472500', '122204.932500', '122205.392500', '122205.852500', '122206.312500', '122206.772500', '122207.232500', '122207.692500', '122208.152500', '122208.612500', '122209.072500', '122209.532500', '122209.992500', '122210.452500', '122210.912500', '122211.372500', '122211.832500', '122212.292500', '122212.752500', '122213.212500', '122213.672500', '122214.132500', '122214.592500', '122215.052500', '122215.512500', '122215.972500', '122216.432500', '122216.892500', '122217.352500', '122217.812500', '122218.272500', '122218.732500', '122219.192500', '122219.652500', '122220.112500', '122220.572500', '122221.032500', '122221.492500', '122221.952500', '122222.412500', '122222.872500', '122223.332500', '122223.792500', '122224.252500', '122224.712500', '122225.172500', '122225.632500', '122226.092500', '122226.552500', '122227.012500', '122227.472500', '122227.932500', '122228.392500', '122228.852500', '122229.312500', '122229.772500', '122230.232500', '122230.692500', '122231.152500', '122231.612500', '122232.072500', '122232.532500', '122232.992500', '122233.452500', '122233.912500', '122234.372500', '122234.832500', '122235.292500', '122235.752500', '122236.212500', '122236.672500', '122237.132500', '122237.592500', '122238.052500', '122238.512500', '122238.972500', '122239.432500', '122239.892500', '122240.352500', '122240.812500', '122241.272500', '122241.732500', '122242.192500', '122242.652500', '122243.112500', '122243.572500', '122244.032500', '122244.492500', '122244.952500', '122245.412500', '122245.872500', '122246.332500', '122246.792500', '122247.252500', '122247.712500', '122248.172500', '122248.632500', '122249.092500', '122249.552500', '122250.012500', '122250.472500', '122250.932500', '122251.392500', '122251.852500', '122252.312500', '122252.772500', '122253.232500', '122253.692500', '122254.152500', '122254.612500', '122255.072500', '122255.532500', '122255.992500', '122256.452500', '122256.912500', '122257.372500', '122257.832500', '122258.292500', '122258.752500', '122259.212500', '122259.672500', '122300.132500', '122300.592500', '122301.052500', '122301.512500', '122301.972500', '122302.432500', '122302.892500', '122303.352500', '122303.812500', '122304.272500', '122304.732500', '122305.192500', '122305.652500', '122306.112500', '122306.572500', '122307.032500', '122307.492500', '122307.952500', '122308.412500', '122308.872500', '122309.332500', '122309.792500', '122310.252500', '122310.712500'], 'ContentTime': ['121309.481000', '121309.492000', '121309.494000', '121309.497000', '121309.500000', '121309.502000', '121309.505000', '121309.507000', '121309.510000', '121309.512000', '121309.515000', '121309.518000', '121309.520000', '121309.523000', '121309.526000', '121309.528000', '121309.531000', '121309.533000', '121309.536000', '121309.539000', '121309.541000', '121309.544000', '121309.546000', '121309.549000', '121309.551000', '121329.440000', '121329.443000', '121329.459000', '121329.462000', '121329.465000', '121329.467000', '121329.470000', '121329.499000', '121329.502000', '121329.504000', '121329.507000', '121329.509000', '121329.512000', '121329.515000', '121329.517000', '121329.520000', '121329.523000', '121329.525000', '121329.528000', '121329.535000', '121329.537000', '121329.540000', '121329.542000', '121329.545000', '121329.548000', '121329.550000', '121329.553000', '121329.555000', '121329.558000', '121329.560000', '121329.563000', '121329.566000', '121329.568000', '121329.571000', '121329.574000', '121329.576000', '121329.579000', '121329.582000', '121329.584000', '121329.587000', '121329.590000', '121329.592000', '121329.595000', '121349.441000', '121349.444000', '121349.446000', '121349.449000', '121349.451000', '121349.454000', '121349.457000', '121349.459000', '121349.462000', '121349.464000', '121349.467000', '121349.470000', '121349.472000', '121349.475000', '121349.477000', '121349.480000', '121349.482000', '121349.485000', '121349.488000', '121349.490000', '121349.493000', '121349.495000', '121349.498000', '121349.500000', '121349.503000', '121349.505000', '121349.516000', '121349.519000', '121349.521000', '121349.524000', '121349.526000', '121349.529000', '121349.532000', '121349.534000', '121349.537000', '121349.539000', '121349.542000', '121349.544000', '121349.547000', '121349.550000', '121349.552000', '121349.555000', '121349.557000', '121349.560000', '121409.440000', '121409.443000', '121409.446000', '121409.448000', '121409.451000', '121409.454000', '121409.456000', '121409.459000', '121409.462000', '121409.464000', '121409.467000', '121409.469000', '121409.472000', '121409.475000', '121409.477000', '121409.480000', '121409.482000', '121409.485000', '121409.488000', '121409.490000', '121409.493000', '121409.495000', '121409.498000', '121409.500000', '121409.503000', '121409.505000', '121409.508000', '121409.511000', '121409.513000', '121409.516000', '121409.518000', '121409.521000', '121409.523000', '121409.526000', '121409.529000', '121409.531000', '121409.534000', '121409.536000', '121409.539000', '121409.541000', '121409.544000', '121409.547000', '121409.549000', '121429.440000', '121429.443000', '121429.446000', '121429.448000', '121429.451000', '121429.453000', '121429.456000', '121429.459000', '121429.461000', '121429.464000', '121429.466000', '121429.469000', '121429.471000', '121429.474000', '121429.477000', '121429.479000', '121429.482000', '121429.485000', '121429.487000', '121429.490000', '121429.492000', '121429.495000', '121429.497000', '121429.500000', '121429.503000', '121429.505000', '121429.508000', '121429.510000', '121429.513000', '121429.516000', '121429.518000', '121429.521000', '121429.523000', '121429.526000', '121429.529000', '121429.531000', '121429.534000', '121429.536000', '121429.539000', '121429.541000', '121429.544000', '121429.547000', '121429.549000', '121429.552000', '121449.441000', '121449.444000', '121449.446000', '121449.449000', '121449.451000', '121449.454000', '121449.456000', '121449.459000', '121449.462000', '121449.464000', '121449.467000', '121449.469000', '121449.472000', '121449.474000', '121449.477000', '121449.480000', '121449.482000', '121449.485000', '121449.487000', '121449.490000', '121449.492000', '121449.495000', '121449.498000', '121449.500000', '121449.503000', '121449.505000', '121449.508000', '121449.511000', '121449.513000', '121449.516000', '121449.519000', '121449.521000', '121449.524000', '121449.526000', '121449.529000', '121449.531000', '121449.534000', '121449.537000', '121449.539000', '121449.542000', '121449.544000', '121449.553000', '121449.555000', '121509.439000', '121509.442000', '121509.445000', '121509.448000', '121509.451000', '121509.453000', '121509.456000', '121509.458000', '121509.461000', '121509.463000', '121509.466000', '121509.469000', '121509.471000', '121509.474000', '121509.477000', '121509.479000', '121509.482000', '121509.484000', '121509.487000', '121509.490000', '121509.492000', '121509.495000', '121509.497000', '121509.500000', '121509.502000', '121509.505000', '121509.508000', '121509.510000', '121509.513000', '121509.516000', '121509.518000', '121509.521000', '121509.523000', '121509.526000', '121509.528000', '121509.531000', '121509.534000', '121509.536000', '121509.539000', '121509.541000', '121509.544000', '121509.547000', '121509.549000', '121509.552000', '121529.440000', '121529.443000', '121529.446000', '121529.448000', '121529.451000', '121529.454000', '121529.456000', '121529.459000', '121529.461000', '121529.464000', '121529.466000', '121529.469000', '121529.472000', '121529.474000', '121529.477000', '121529.479000', '121529.482000', '121529.485000', '121529.487000', '121529.490000', '121529.492000', '121529.495000', '121529.497000', '121529.500000', '121529.503000', '121529.505000', '121529.508000', '121529.510000', '121529.513000', '121529.516000', '121529.518000', '121529.521000', '121529.524000', '121529.526000', '121529.529000', '121529.531000', '121529.534000', '121529.536000', '121529.539000', '121529.542000', '121529.544000', '121529.547000', '121529.549000', '121549.441000', '121549.443000', '121549.446000', '121549.448000', '121549.451000', '121549.454000', '121549.456000', '121549.459000', '121549.462000', '121549.464000', '121549.470000', '121549.473000', '121549.476000', '121549.478000', '121549.481000', '121549.484000', '121549.486000', '121549.489000', '121549.491000', '121549.494000', '121549.496000', '121549.499000', '121549.502000', '121549.504000', '121549.507000', '121549.509000', '121549.512000', '121549.515000', '121549.517000', '121549.520000', '121549.522000', '121549.525000', '121549.527000', '121549.530000', '121549.533000', '121549.535000', '121549.538000', '121549.540000', '121549.543000', '121549.546000', '121549.548000', '121549.551000', '121549.553000', '121549.556000', '121609.440000', '121609.443000', '121609.446000', '121609.449000', '121609.451000', '121609.454000', '121609.456000', '121609.459000', '121609.462000', '121609.464000', '121609.467000', '121609.469000', '121609.472000', '121609.475000', '121609.477000', '121609.480000', '121609.482000', '121609.485000', '121609.488000', '121609.490000', '121609.493000', '121609.496000', '121609.498000', '121609.501000', '121609.503000', '121609.506000', '121609.509000', '121609.511000', '121609.514000', '121609.517000', '121609.519000', '121609.522000', '121609.524000', '121609.527000', '121609.529000', '121609.532000', '121609.535000', '121609.537000', '121609.540000', '121609.543000', '121609.545000', '121609.548000', '121609.550000', '121629.440000', '121629.443000', '121629.446000', '121629.449000', '121629.451000', '121629.454000', '121629.456000', '121629.459000', '121629.462000', '121629.464000', '121629.467000', '121629.470000', '121629.472000', '121629.475000', '121629.477000', '121629.480000', '121629.483000', '121629.485000', '121629.488000', '121629.491000', '121629.493000', '121629.496000', '121629.498000', '121629.501000', '121629.504000', '121629.506000', '121629.509000', '121629.511000', '121629.522000', '121629.524000', '121629.527000', '121629.529000', '121629.532000', '121629.535000', '121629.537000', '121629.540000', '121629.542000', '121629.556000', '121629.559000', '121629.561000', '121629.564000', '121629.567000', '121629.569000', '121629.572000', '121649.441000', '121649.443000', '121649.446000', '121649.449000', '121649.451000', '121649.454000', '121649.457000', '121649.459000', '121649.462000', '121649.465000', '121649.467000', '121649.470000', '121649.472000', '121649.475000', '121649.478000', '121649.480000', '121649.483000', '121649.486000', '121649.488000', '121649.491000', '121649.494000', '121649.496000', '121649.499000', '121649.502000', '121649.504000', '121649.507000', '121649.510000', '121649.512000', '121649.515000', '121649.518000', '121649.520000', '121649.523000', '121649.526000', '121649.528000', '121649.531000', '121649.534000', '121649.536000', '121649.539000', '121649.542000', '121649.544000', '121649.547000', '121649.549000', '121649.552000', '121709.441000', '121709.443000', '121709.446000', '121709.449000', '121709.451000', '121709.454000', '121709.456000', '121709.459000', '121709.462000', '121709.464000', '121709.467000', '121709.469000', '121709.472000', '121709.475000', '121709.477000', '121709.480000', '121709.482000', '121709.485000', '121709.488000', '121709.490000', '121709.493000', '121709.496000', '121709.498000', '121709.501000', '121709.507000', '121709.510000', '121709.513000', '121709.515000', '121709.518000', '121709.521000', '121709.523000', '121709.526000', '121709.529000', '121709.531000', '121709.534000', '121709.537000', '121709.539000', '121709.542000', '121709.544000', '121709.547000', '121709.550000', '121709.552000', '121709.555000', '121729.440000', '121729.442000', '121729.445000', '121729.448000', '121729.450000', '121729.453000', '121729.456000', '121729.458000', '121729.461000', '121729.463000', '121729.466000', '121729.468000', '121729.471000', '121729.474000', '121729.476000', '121729.479000', '121729.481000', '121729.484000', '121729.487000', '121729.489000', '121729.492000', '121729.495000', '121729.497000', '121729.500000', '121729.502000', '121729.505000', '121729.507000', '121729.510000', '121729.513000', '121729.515000', '121729.518000', '121729.520000', '121729.523000', '121729.526000', '121729.528000', '121729.531000', '121729.534000', '121729.536000', '121729.539000', '121729.541000', '121729.544000', '121729.547000', '121729.549000', '121729.552000', '121749.441000', '121749.444000', '121749.446000', '121749.449000', '121749.452000', '121749.454000', '121749.457000', '121749.460000', '121749.462000', '121749.465000', '121749.467000', '121749.470000', '121749.472000', '121749.476000', '121749.479000', '121749.481000', '121749.484000', '121749.487000', '121749.489000', '121749.492000', '121749.495000', '121749.497000', '121749.500000', '121749.502000', '121749.505000', '121749.508000', '121749.510000', '121749.513000', '121749.515000', '121749.518000', '121749.521000', '121749.523000', '121749.526000', '121749.529000', '121749.532000', '121749.535000', '121749.537000', '121749.540000', '121749.543000', '121749.545000', '121749.548000', '121749.551000', '121749.554000', '121809.441000', '121809.443000', '121809.446000', '121809.449000', '121809.451000', '121809.469000', '121809.472000', '121809.475000', '121809.477000', '121809.480000', '121809.482000', '121809.485000', '121809.488000', '121809.490000', '121809.493000', '121809.495000', '121809.498000', '121809.500000', '121809.503000', '121809.506000', '121809.508000', '121809.511000', '121809.514000', '121809.516000', '121809.519000', '121809.521000', '121809.524000', '121809.527000', '121809.529000', '121809.532000', '121809.534000', '121809.537000', '121809.540000', '121809.542000', '121809.545000', '121809.548000', '121809.550000', '121809.553000', '121809.555000', '121809.558000', '121809.561000', '121809.563000', '121809.566000', '121809.568000', '121829.440000', '121829.443000', '121829.446000', '121829.449000', '121829.451000', '121829.454000', '121829.456000', '121829.459000', '121829.462000', '121829.464000', '121829.467000', '121829.469000', '121829.472000', '121829.475000', '121829.477000', '121829.480000', '121829.482000', '121829.485000', '121829.488000', '121829.490000', '121829.495000', '121829.498000', '121829.500000', '121829.503000', '121829.505000', '121829.508000', '121829.511000', '121829.514000', '121829.518000', '121829.520000', '121829.523000', '121829.525000', '121829.528000', '121829.531000', '121829.534000', '121829.536000', '121829.539000', '121829.541000', '121829.544000', '121829.547000', '121829.549000', '121829.552000', '121829.554000', '121849.441000', '121849.443000', '121849.446000', '121849.449000', '121849.451000', '121849.454000', '121849.456000', '121849.459000', '121849.462000', '121849.464000', '121849.467000', '121849.469000', '121849.472000', '121849.474000', '121849.477000', '121849.479000', '121849.482000', '121849.485000', '121849.487000', '121849.490000', '121849.492000', '121849.495000', '121849.497000', '121849.500000', '121849.503000', '121849.505000', '121849.508000', '121849.510000', '121849.513000', '121849.515000', '121849.518000', '121849.521000', '121849.523000', '121849.526000', '121849.528000', '121849.531000', '121849.534000', '121849.536000', '121849.539000', '121849.542000', '121849.544000', '121849.547000', '121849.549000', '121849.552000', '121909.441000', '121909.444000', '121909.446000', '121909.449000', '121909.451000', '121909.454000', '121909.457000', '121909.459000', '121909.462000', '121909.465000', '121909.467000', '121909.470000', '121909.472000', '121909.475000', '121909.478000', '121909.480000', '121909.483000', '121909.486000', '121909.488000', '121909.491000', '121909.494000', '121909.496000', '121909.499000', '121909.501000', '121909.504000', '121909.507000', '121909.509000', '121909.512000', '121909.516000', '121909.518000', '121909.521000', '121909.524000', '121909.526000', '121909.529000', '121909.531000', '121909.534000', '121909.537000', '121909.539000', '121909.542000', '121909.544000', '121909.547000', '121909.550000', '121909.552000', '121929.441000', '121929.443000', '121929.446000', '121929.449000', '121929.451000', '121929.454000', '121929.456000', '121929.459000', '121929.462000', '121929.464000', '121929.467000', '121929.469000', '121929.472000', '121929.475000', '121929.477000', '121929.488000', '121929.491000', '121929.494000', '121929.496000', '121929.499000', '121929.501000', '121929.504000', '121929.507000', '121929.509000', '121929.512000', '121929.514000', '121929.517000', '121929.519000', '121929.522000', '121929.525000', '121929.527000', '121929.530000', '121929.532000', '121929.535000', '121929.538000', '121929.540000', '121929.543000', '121929.545000', '121929.548000', '121929.551000', '121929.553000', '121929.556000', '121929.559000', '121929.561000', '121949.440000', '121949.443000', '121949.445000', '121949.448000', '121949.451000', '121949.453000', '121949.456000', '121949.458000', '121949.461000', '121949.464000', '121949.466000', '121949.469000', '121949.472000', '121949.474000', '121949.477000', '121949.479000', '121949.482000', '121949.485000', '121949.487000', '121949.490000', '121949.492000', '121949.495000', '121949.498000', '121949.501000', '121949.504000', '121949.507000', '121949.509000', '121949.512000', '121949.515000', '121949.517000', '121949.520000', '121949.523000', '121949.525000', '121949.528000', '121949.530000', '121949.533000', '121949.535000', '121949.538000', '121949.541000', '121949.543000', '121949.546000', '121949.548000', '121949.551000', '122009.441000', '122009.444000', '122009.446000', '122009.449000', '122009.451000', '122009.454000', '122009.457000', '122009.459000', '122009.462000', '122009.465000', '122009.467000', '122009.470000', '122009.472000', '122009.475000', '122009.477000', '122009.480000', '122009.483000', '122009.485000', '122009.488000', '122009.490000', '122009.493000', '122009.496000', '122009.498000', '122009.501000', '122009.503000', '122009.506000', '122009.509000', '122009.511000', '122009.514000', '122009.517000', '122009.519000', '122009.522000', '122009.524000', '122009.527000', '122009.530000', '122009.532000', '122009.535000', '122009.537000', '122009.540000', '122009.542000', '122009.545000', '122009.548000', '122009.550000', '122009.553000', '122029.441000', '122029.443000', '122029.446000', '122029.449000', '122029.451000', '122029.454000', '122029.456000', '122029.459000', '122029.462000', '122029.464000', '122029.467000', '122029.469000', '122029.472000', '122029.475000', '122029.477000', '122029.480000', '122029.482000', '122029.485000', '122029.488000', '122029.490000', '122029.493000', '122029.495000', '122029.498000', '122029.501000', '122029.503000', '122029.506000', '122029.508000', '122029.511000', '122029.514000', '122029.516000', '122029.519000', '122029.522000', '122029.524000', '122029.527000', '122029.530000', '122029.532000', '122029.535000', '122029.537000', '122029.540000', '122029.543000', '122029.545000', '122029.548000', '122029.550000', '122049.441000', '122049.443000', '122049.446000', '122049.449000', '122049.451000', '122049.454000', '122049.456000', '122049.459000', '122049.462000', '122049.464000', '122049.467000', '122049.469000', '122049.481000', '122049.484000', '122049.486000', '122049.489000', '122049.492000', '122049.494000', '122049.497000', '122049.499000', '122049.502000', '122049.504000', '122049.507000', '122049.510000', '122049.512000', '122049.515000', '122049.517000', '122049.520000', '122049.523000', '122049.525000', '122049.528000', '122049.531000', '122049.533000', '122049.536000', '122049.538000', '122049.541000', '122049.544000', '122049.546000', '122049.549000', '122049.551000', '122049.554000', '122049.557000', '122049.559000', '122049.562000', '122109.441000', '122109.443000', '122109.446000', '122109.449000', '122109.451000', '122109.454000', '122109.456000', '122109.459000', '122109.462000', '122109.464000', '122109.467000', '122109.470000', '122109.472000', '122109.475000', '122109.479000', '122109.482000', '122109.484000', '122109.487000', '122109.490000', '122109.492000', '122109.495000', '122109.498000', '122109.500000', '122109.503000', '122109.505000', '122109.508000', '122109.511000', '122109.514000', '122109.516000', '122109.519000', '122109.522000', '122109.524000', '122109.527000', '122109.529000', '122109.532000', '122109.534000', '122109.537000', '122109.540000', '122109.542000', '122109.545000', '122109.547000', '122109.550000', '122109.553000', '122129.441000', '122129.444000', '122129.446000', '122129.449000', '122129.451000', '122129.454000', '122129.457000', '122129.459000', '122129.462000', '122129.465000', '122129.467000', '122129.470000', '122129.472000', '122129.475000', '122129.478000', '122129.480000', '122129.483000', '122129.485000', '122129.488000', '122129.491000', '122129.493000', '122129.496000', '122129.498000', '122129.501000', '122129.504000', '122129.506000', '122129.509000', '122129.511000', '122129.514000', '122129.517000', '122129.519000', '122129.522000', '122129.524000', '122129.527000', '122129.530000', '122129.532000', '122129.535000', '122129.537000', '122129.540000', '122129.543000', '122129.545000', '122129.548000', '122129.550000', '122129.553000', '122149.440000', '122149.443000', '122149.446000', '122149.449000', '122149.451000', '122149.454000', '122149.457000', '122149.459000', '122149.462000', '122149.464000', '122149.467000', '122149.470000', '122149.472000', '122149.475000', '122149.477000', '122149.480000', '122149.483000', '122149.485000', '122149.488000', '122149.490000', '122149.493000', '122149.496000', '122149.498000', '122149.501000', '122149.504000', '122149.506000', '122149.509000', '122149.512000', '122149.514000', '122149.517000', '122149.520000', '122149.522000', '122149.525000', '122149.527000', '122149.530000', '122149.533000', '122149.535000', '122149.538000', '122149.540000', '122149.543000', '122149.546000', '122149.548000', '122149.551000', '122209.440000', '122209.442000', '122209.445000', '122209.448000', '122209.450000', '122209.453000', '122209.455000', '122209.458000', '122209.467000', '122209.470000', '122209.472000', '122209.475000', '122209.477000', '122209.480000', '122209.482000', '122209.485000', '122209.488000', '122209.490000', '122209.493000', '122209.495000', '122209.498000', '122209.500000', '122209.503000', '122209.506000', '122209.508000', '122209.511000', '122209.513000', '122209.516000', '122209.519000', '122209.522000', '122209.524000', '122209.527000', '122209.530000', '122209.532000', '122209.535000', '122209.537000', '122209.540000', '122209.543000', '122209.545000', '122209.548000', '122209.550000', '122209.553000', '122209.555000', '122209.558000', '122229.441000', '122229.443000', '122229.446000', '122229.449000', '122229.451000', '122229.454000', '122229.457000', '122229.459000', '122229.462000', '122229.464000', '122229.467000', '122229.470000', '122229.472000', '122229.475000', '122229.478000', '122229.480000', '122229.483000', '122229.485000', '122229.488000', '122229.491000', '122229.493000', '122229.496000', '122229.499000', '122229.501000', '122229.504000', '122229.506000', '122229.509000', '122229.511000', '122229.514000', '122229.517000', '122229.519000', '122229.522000', '122229.525000', '122229.527000', '122229.530000', '122229.533000', '122229.535000', '122229.538000', '122229.540000', '122229.543000', '122229.546000', '122229.548000', '122229.551000', '122249.441000', '122249.444000', '122249.447000', '122249.449000', '122249.452000', '122249.455000', '122249.457000', '122249.460000', '122249.463000', '122249.465000', '122249.468000', '122249.471000', '122249.473000', '122249.476000', '122249.478000', '122249.481000', '122249.484000', '122249.486000', '122249.489000', '122249.492000', '122249.494000', '122249.497000', '122249.499000', '122249.502000', '122249.505000', '122249.507000', '122249.510000', '122249.513000', '122249.515000', '122249.518000', '122249.521000', '122249.524000', '122249.526000', '122249.529000', '122249.532000', '122249.534000', '122249.537000', '122249.539000', '122249.542000', '122249.545000', '122249.547000', '122249.550000', '122249.552000', '122249.555000', '122309.441000', '122309.444000', '122309.446000', '122309.449000', '122309.452000', '122309.454000', '122309.457000', '122309.459000', '122309.462000', '122309.465000', '122309.467000', '122309.470000', '122309.472000', '122309.475000', '122309.478000', '122309.480000', '122309.483000', '122309.485000', '122309.488000', '122309.491000', '122309.493000', '122309.496000', '122309.499000', '122309.501000', '122309.504000', '122309.506000', '122309.509000', '122309.512000', '122309.514000', '122309.517000', '122309.519000', '122309.522000', '122309.525000', '122309.527000', '122309.530000', '122309.533000', '122309.535000', '122309.538000', '122309.541000', '122309.543000', '122309.546000', '122309.549000', '122309.551000', '122311.880000', '122311.883000', '122311.886000', '122311.889000', '122311.892000', '122311.906000'], 'InstanceCreationTime': ['121309.481000', '121309.492000', '121309.494000', '121309.497000', '121309.500000', '121309.502000', '121309.505000', '121309.507000', '121309.510000', '121309.512000', '121309.515000', '121309.518000', '121309.520000', '121309.523000', '121309.526000', '121309.528000', '121309.531000', '121309.533000', '121309.536000', '121309.539000', '121309.541000', '121309.544000', '121309.546000', '121309.549000', '121309.551000', '121329.440000', '121329.443000', '121329.459000', '121329.462000', '121329.465000', '121329.467000', '121329.470000', '121329.499000', '121329.502000', '121329.504000', '121329.507000', '121329.509000', '121329.512000', '121329.515000', '121329.517000', '121329.520000', '121329.523000', '121329.525000', '121329.528000', '121329.535000', '121329.537000', '121329.540000', '121329.542000', '121329.545000', '121329.548000', '121329.550000', '121329.553000', '121329.555000', '121329.558000', '121329.560000', '121329.563000', '121329.566000', '121329.568000', '121329.571000', '121329.574000', '121329.576000', '121329.579000', '121329.582000', '121329.584000', '121329.587000', '121329.590000', '121329.592000', '121329.595000', '121349.441000', '121349.444000', '121349.446000', '121349.449000', '121349.451000', '121349.454000', '121349.457000', '121349.459000', '121349.462000', '121349.464000', '121349.467000', '121349.470000', '121349.472000', '121349.475000', '121349.477000', '121349.480000', '121349.482000', '121349.485000', '121349.488000', '121349.490000', '121349.493000', '121349.495000', '121349.498000', '121349.500000', '121349.503000', '121349.505000', '121349.516000', '121349.519000', '121349.521000', '121349.524000', '121349.526000', '121349.529000', '121349.532000', '121349.534000', '121349.537000', '121349.539000', '121349.542000', '121349.544000', '121349.547000', '121349.550000', '121349.552000', '121349.555000', '121349.557000', '121349.560000', '121409.440000', '121409.443000', '121409.446000', '121409.448000', '121409.451000', '121409.454000', '121409.456000', '121409.459000', '121409.462000', '121409.464000', '121409.467000', '121409.469000', '121409.472000', '121409.475000', '121409.477000', '121409.480000', '121409.482000', '121409.485000', '121409.488000', '121409.490000', '121409.493000', '121409.495000', '121409.498000', '121409.500000', '121409.503000', '121409.505000', '121409.508000', '121409.511000', '121409.513000', '121409.516000', '121409.518000', '121409.521000', '121409.523000', '121409.526000', '121409.529000', '121409.531000', '121409.534000', '121409.536000', '121409.539000', '121409.541000', '121409.544000', '121409.547000', '121409.549000', '121429.440000', '121429.443000', '121429.446000', '121429.448000', '121429.451000', '121429.453000', '121429.456000', '121429.459000', '121429.461000', '121429.464000', '121429.466000', '121429.469000', '121429.471000', '121429.474000', '121429.477000', '121429.479000', '121429.482000', '121429.485000', '121429.487000', '121429.490000', '121429.492000', '121429.495000', '121429.497000', '121429.500000', '121429.503000', '121429.505000', '121429.508000', '121429.510000', '121429.513000', '121429.516000', '121429.518000', '121429.521000', '121429.523000', '121429.526000', '121429.529000', '121429.531000', '121429.534000', '121429.536000', '121429.539000', '121429.541000', '121429.544000', '121429.547000', '121429.549000', '121429.552000', '121449.441000', '121449.444000', '121449.446000', '121449.449000', '121449.451000', '121449.454000', '121449.456000', '121449.459000', '121449.462000', '121449.464000', '121449.467000', '121449.469000', '121449.472000', '121449.474000', '121449.477000', '121449.480000', '121449.482000', '121449.485000', '121449.487000', '121449.490000', '121449.492000', '121449.495000', '121449.498000', '121449.500000', '121449.503000', '121449.505000', '121449.508000', '121449.511000', '121449.513000', '121449.516000', '121449.519000', '121449.521000', '121449.524000', '121449.526000', '121449.529000', '121449.531000', '121449.534000', '121449.537000', '121449.539000', '121449.542000', '121449.544000', '121449.553000', '121449.555000', '121509.439000', '121509.442000', '121509.445000', '121509.448000', '121509.451000', '121509.453000', '121509.456000', '121509.458000', '121509.461000', '121509.463000', '121509.466000', '121509.469000', '121509.471000', '121509.474000', '121509.477000', '121509.479000', '121509.482000', '121509.484000', '121509.487000', '121509.490000', '121509.492000', '121509.495000', '121509.497000', '121509.500000', '121509.502000', '121509.505000', '121509.508000', '121509.510000', '121509.513000', '121509.516000', '121509.518000', '121509.521000', '121509.523000', '121509.526000', '121509.528000', '121509.531000', '121509.534000', '121509.536000', '121509.539000', '121509.541000', '121509.544000', '121509.547000', '121509.549000', '121509.552000', '121529.440000', '121529.443000', '121529.446000', '121529.448000', '121529.451000', '121529.454000', '121529.456000', '121529.459000', '121529.461000', '121529.464000', '121529.466000', '121529.469000', '121529.472000', '121529.474000', '121529.477000', '121529.479000', '121529.482000', '121529.485000', '121529.487000', '121529.490000', '121529.492000', '121529.495000', '121529.497000', '121529.500000', '121529.503000', '121529.505000', '121529.508000', '121529.510000', '121529.513000', '121529.516000', '121529.518000', '121529.521000', '121529.524000', '121529.526000', '121529.529000', '121529.531000', '121529.534000', '121529.536000', '121529.539000', '121529.542000', '121529.544000', '121529.547000', '121529.549000', '121549.441000', '121549.443000', '121549.446000', '121549.448000', '121549.451000', '121549.454000', '121549.456000', '121549.459000', '121549.462000', '121549.464000', '121549.470000', '121549.473000', '121549.476000', '121549.478000', '121549.481000', '121549.484000', '121549.486000', '121549.489000', '121549.491000', '121549.494000', '121549.496000', '121549.499000', '121549.502000', '121549.504000', '121549.507000', '121549.509000', '121549.512000', '121549.515000', '121549.517000', '121549.520000', '121549.522000', '121549.525000', '121549.527000', '121549.530000', '121549.533000', '121549.535000', '121549.538000', '121549.540000', '121549.543000', '121549.546000', '121549.548000', '121549.551000', '121549.553000', '121549.556000', '121609.440000', '121609.443000', '121609.446000', '121609.449000', '121609.451000', '121609.454000', '121609.456000', '121609.459000', '121609.462000', '121609.464000', '121609.467000', '121609.469000', '121609.472000', '121609.475000', '121609.477000', '121609.480000', '121609.482000', '121609.485000', '121609.488000', '121609.490000', '121609.493000', '121609.496000', '121609.498000', '121609.501000', '121609.503000', '121609.506000', '121609.509000', '121609.511000', '121609.514000', '121609.517000', '121609.519000', '121609.522000', '121609.524000', '121609.527000', '121609.529000', '121609.532000', '121609.535000', '121609.537000', '121609.540000', '121609.543000', '121609.545000', '121609.548000', '121609.550000', '121629.440000', '121629.443000', '121629.446000', '121629.449000', '121629.451000', '121629.454000', '121629.456000', '121629.459000', '121629.462000', '121629.464000', '121629.467000', '121629.470000', '121629.472000', '121629.475000', '121629.477000', '121629.480000', '121629.483000', '121629.485000', '121629.488000', '121629.491000', '121629.493000', '121629.496000', '121629.498000', '121629.501000', '121629.504000', '121629.506000', '121629.509000', '121629.511000', '121629.522000', '121629.524000', '121629.527000', '121629.529000', '121629.532000', '121629.535000', '121629.537000', '121629.540000', '121629.542000', '121629.556000', '121629.559000', '121629.561000', '121629.564000', '121629.567000', '121629.569000', '121629.572000', '121649.441000', '121649.443000', '121649.446000', '121649.449000', '121649.451000', '121649.454000', '121649.457000', '121649.459000', '121649.462000', '121649.465000', '121649.467000', '121649.470000', '121649.472000', '121649.475000', '121649.478000', '121649.480000', '121649.483000', '121649.486000', '121649.488000', '121649.491000', '121649.494000', '121649.496000', '121649.499000', '121649.502000', '121649.504000', '121649.507000', '121649.510000', '121649.512000', '121649.515000', '121649.518000', '121649.520000', '121649.523000', '121649.526000', '121649.528000', '121649.531000', '121649.534000', '121649.536000', '121649.539000', '121649.542000', '121649.544000', '121649.547000', '121649.549000', '121649.552000', '121709.441000', '121709.443000', '121709.446000', '121709.449000', '121709.451000', '121709.454000', '121709.456000', '121709.459000', '121709.462000', '121709.464000', '121709.467000', '121709.469000', '121709.472000', '121709.475000', '121709.477000', '121709.480000', '121709.482000', '121709.485000', '121709.488000', '121709.490000', '121709.493000', '121709.496000', '121709.498000', '121709.501000', '121709.507000', '121709.510000', '121709.513000', '121709.515000', '121709.518000', '121709.521000', '121709.523000', '121709.526000', '121709.529000', '121709.531000', '121709.534000', '121709.537000', '121709.539000', '121709.542000', '121709.544000', '121709.547000', '121709.550000', '121709.552000', '121709.555000', '121729.440000', '121729.442000', '121729.445000', '121729.448000', '121729.450000', '121729.453000', '121729.456000', '121729.458000', '121729.461000', '121729.463000', '121729.466000', '121729.468000', '121729.471000', '121729.474000', '121729.476000', '121729.479000', '121729.481000', '121729.484000', '121729.487000', '121729.489000', '121729.492000', '121729.495000', '121729.497000', '121729.500000', '121729.502000', '121729.505000', '121729.507000', '121729.510000', '121729.513000', '121729.515000', '121729.518000', '121729.520000', '121729.523000', '121729.526000', '121729.528000', '121729.531000', '121729.534000', '121729.536000', '121729.539000', '121729.541000', '121729.544000', '121729.547000', '121729.549000', '121729.552000', '121749.441000', '121749.444000', '121749.446000', '121749.449000', '121749.452000', '121749.454000', '121749.457000', '121749.460000', '121749.462000', '121749.465000', '121749.467000', '121749.470000', '121749.472000', '121749.476000', '121749.479000', '121749.481000', '121749.484000', '121749.487000', '121749.489000', '121749.492000', '121749.495000', '121749.497000', '121749.500000', '121749.502000', '121749.505000', '121749.508000', '121749.510000', '121749.513000', '121749.515000', '121749.518000', '121749.521000', '121749.523000', '121749.526000', '121749.529000', '121749.532000', '121749.535000', '121749.537000', '121749.540000', '121749.543000', '121749.545000', '121749.548000', '121749.551000', '121749.554000', '121809.441000', '121809.443000', '121809.446000', '121809.449000', '121809.451000', '121809.469000', '121809.472000', '121809.475000', '121809.477000', '121809.480000', '121809.482000', '121809.485000', '121809.488000', '121809.490000', '121809.493000', '121809.495000', '121809.498000', '121809.500000', '121809.503000', '121809.506000', '121809.508000', '121809.511000', '121809.514000', '121809.516000', '121809.519000', '121809.521000', '121809.524000', '121809.527000', '121809.529000', '121809.532000', '121809.534000', '121809.537000', '121809.540000', '121809.542000', '121809.545000', '121809.548000', '121809.550000', '121809.553000', '121809.555000', '121809.558000', '121809.561000', '121809.563000', '121809.566000', '121809.568000', '121829.440000', '121829.443000', '121829.446000', '121829.449000', '121829.451000', '121829.454000', '121829.456000', '121829.459000', '121829.462000', '121829.464000', '121829.467000', '121829.469000', '121829.472000', '121829.475000', '121829.477000', '121829.480000', '121829.482000', '121829.485000', '121829.488000', '121829.490000', '121829.495000', '121829.498000', '121829.500000', '121829.503000', '121829.505000', '121829.508000', '121829.511000', '121829.514000', '121829.518000', '121829.520000', '121829.523000', '121829.525000', '121829.528000', '121829.531000', '121829.534000', '121829.536000', '121829.539000', '121829.541000', '121829.544000', '121829.547000', '121829.549000', '121829.552000', '121829.554000', '121849.441000', '121849.443000', '121849.446000', '121849.449000', '121849.451000', '121849.454000', '121849.456000', '121849.459000', '121849.462000', '121849.464000', '121849.467000', '121849.469000', '121849.472000', '121849.474000', '121849.477000', '121849.479000', '121849.482000', '121849.485000', '121849.487000', '121849.490000', '121849.492000', '121849.495000', '121849.497000', '121849.500000', '121849.503000', '121849.505000', '121849.508000', '121849.510000', '121849.513000', '121849.515000', '121849.518000', '121849.521000', '121849.523000', '121849.526000', '121849.528000', '121849.531000', '121849.534000', '121849.536000', '121849.539000', '121849.542000', '121849.544000', '121849.547000', '121849.549000', '121849.552000', '121909.441000', '121909.444000', '121909.446000', '121909.449000', '121909.451000', '121909.454000', '121909.457000', '121909.459000', '121909.462000', '121909.465000', '121909.467000', '121909.470000', '121909.472000', '121909.475000', '121909.478000', '121909.480000', '121909.483000', '121909.486000', '121909.488000', '121909.491000', '121909.494000', '121909.496000', '121909.499000', '121909.501000', '121909.504000', '121909.507000', '121909.509000', '121909.512000', '121909.516000', '121909.518000', '121909.521000', '121909.524000', '121909.526000', '121909.529000', '121909.531000', '121909.534000', '121909.537000', '121909.539000', '121909.542000', '121909.544000', '121909.547000', '121909.550000', '121909.552000', '121929.441000', '121929.443000', '121929.446000', '121929.449000', '121929.451000', '121929.454000', '121929.456000', '121929.459000', '121929.462000', '121929.464000', '121929.467000', '121929.469000', '121929.472000', '121929.475000', '121929.477000', '121929.488000', '121929.491000', '121929.494000', '121929.496000', '121929.499000', '121929.501000', '121929.504000', '121929.507000', '121929.509000', '121929.512000', '121929.514000', '121929.517000', '121929.519000', '121929.522000', '121929.525000', '121929.527000', '121929.530000', '121929.532000', '121929.535000', '121929.538000', '121929.540000', '121929.543000', '121929.545000', '121929.548000', '121929.551000', '121929.553000', '121929.556000', '121929.559000', '121929.561000', '121949.440000', '121949.443000', '121949.445000', '121949.448000', '121949.451000', '121949.453000', '121949.456000', '121949.458000', '121949.461000', '121949.464000', '121949.466000', '121949.469000', '121949.472000', '121949.474000', '121949.477000', '121949.479000', '121949.482000', '121949.485000', '121949.487000', '121949.490000', '121949.492000', '121949.495000', '121949.498000', '121949.501000', '121949.504000', '121949.507000', '121949.509000', '121949.512000', '121949.515000', '121949.517000', '121949.520000', '121949.523000', '121949.525000', '121949.528000', '121949.530000', '121949.533000', '121949.535000', '121949.538000', '121949.541000', '121949.543000', '121949.546000', '121949.548000', '121949.551000', '122009.441000', '122009.444000', '122009.446000', '122009.449000', '122009.451000', '122009.454000', '122009.457000', '122009.459000', '122009.462000', '122009.465000', '122009.467000', '122009.470000', '122009.472000', '122009.475000', '122009.477000', '122009.480000', '122009.483000', '122009.485000', '122009.488000', '122009.490000', '122009.493000', '122009.496000', '122009.498000', '122009.501000', '122009.503000', '122009.506000', '122009.509000', '122009.511000', '122009.514000', '122009.517000', '122009.519000', '122009.522000', '122009.524000', '122009.527000', '122009.530000', '122009.532000', '122009.535000', '122009.537000', '122009.540000', '122009.542000', '122009.545000', '122009.548000', '122009.550000', '122009.553000', '122029.441000', '122029.443000', '122029.446000', '122029.449000', '122029.451000', '122029.454000', '122029.456000', '122029.459000', '122029.462000', '122029.464000', '122029.467000', '122029.469000', '122029.472000', '122029.475000', '122029.477000', '122029.480000', '122029.482000', '122029.485000', '122029.488000', '122029.490000', '122029.493000', '122029.495000', '122029.498000', '122029.501000', '122029.503000', '122029.506000', '122029.508000', '122029.511000', '122029.514000', '122029.516000', '122029.519000', '122029.522000', '122029.524000', '122029.527000', '122029.530000', '122029.532000', '122029.535000', '122029.537000', '122029.540000', '122029.543000', '122029.545000', '122029.548000', '122029.550000', '122049.441000', '122049.443000', '122049.446000', '122049.449000', '122049.451000', '122049.454000', '122049.456000', '122049.459000', '122049.462000', '122049.464000', '122049.467000', '122049.469000', '122049.481000', '122049.484000', '122049.486000', '122049.489000', '122049.492000', '122049.494000', '122049.497000', '122049.499000', '122049.502000', '122049.504000', '122049.507000', '122049.510000', '122049.512000', '122049.515000', '122049.517000', '122049.520000', '122049.523000', '122049.525000', '122049.528000', '122049.531000', '122049.533000', '122049.536000', '122049.538000', '122049.541000', '122049.544000', '122049.546000', '122049.549000', '122049.551000', '122049.554000', '122049.557000', '122049.559000', '122049.562000', '122109.441000', '122109.443000', '122109.446000', '122109.449000', '122109.451000', '122109.454000', '122109.456000', '122109.459000', '122109.462000', '122109.464000', '122109.467000', '122109.470000', '122109.472000', '122109.475000', '122109.479000', '122109.482000', '122109.484000', '122109.487000', '122109.490000', '122109.492000', '122109.495000', '122109.498000', '122109.500000', '122109.503000', '122109.505000', '122109.508000', '122109.511000', '122109.514000', '122109.516000', '122109.519000', '122109.522000', '122109.524000', '122109.527000', '122109.529000', '122109.532000', '122109.534000', '122109.537000', '122109.540000', '122109.542000', '122109.545000', '122109.547000', '122109.550000', '122109.553000', '122129.441000', '122129.444000', '122129.446000', '122129.449000', '122129.451000', '122129.454000', '122129.457000', '122129.459000', '122129.462000', '122129.465000', '122129.467000', '122129.470000', '122129.472000', '122129.475000', '122129.478000', '122129.480000', '122129.483000', '122129.485000', '122129.488000', '122129.491000', '122129.493000', '122129.496000', '122129.498000', '122129.501000', '122129.504000', '122129.506000', '122129.509000', '122129.511000', '122129.514000', '122129.517000', '122129.519000', '122129.522000', '122129.524000', '122129.527000', '122129.530000', '122129.532000', '122129.535000', '122129.537000', '122129.540000', '122129.543000', '122129.545000', '122129.548000', '122129.550000', '122129.553000', '122149.440000', '122149.443000', '122149.446000', '122149.449000', '122149.451000', '122149.454000', '122149.457000', '122149.459000', '122149.462000', '122149.464000', '122149.467000', '122149.470000', '122149.472000', '122149.475000', '122149.477000', '122149.480000', '122149.483000', '122149.485000', '122149.488000', '122149.490000', '122149.493000', '122149.496000', '122149.498000', '122149.501000', '122149.504000', '122149.506000', '122149.509000', '122149.512000', '122149.514000', '122149.517000', '122149.520000', '122149.522000', '122149.525000', '122149.527000', '122149.530000', '122149.533000', '122149.535000', '122149.538000', '122149.540000', '122149.543000', '122149.546000', '122149.548000', '122149.551000', '122209.440000', '122209.442000', '122209.445000', '122209.448000', '122209.450000', '122209.453000', '122209.455000', '122209.458000', '122209.467000', '122209.470000', '122209.472000', '122209.475000', '122209.477000', '122209.480000', '122209.482000', '122209.485000', '122209.488000', '122209.490000', '122209.493000', '122209.495000', '122209.498000', '122209.500000', '122209.503000', '122209.506000', '122209.508000', '122209.511000', '122209.513000', '122209.516000', '122209.519000', '122209.522000', '122209.524000', '122209.527000', '122209.530000', '122209.532000', '122209.535000', '122209.537000', '122209.540000', '122209.543000', '122209.545000', '122209.548000', '122209.550000', '122209.553000', '122209.555000', '122209.558000', '122229.441000', '122229.443000', '122229.446000', '122229.449000', '122229.451000', '122229.454000', '122229.457000', '122229.459000', '122229.462000', '122229.464000', '122229.467000', '122229.470000', '122229.472000', '122229.475000', '122229.478000', '122229.480000', '122229.483000', '122229.485000', '122229.488000', '122229.491000', '122229.493000', '122229.496000', '122229.499000', '122229.501000', '122229.504000', '122229.506000', '122229.509000', '122229.511000', '122229.514000', '122229.517000', '122229.519000', '122229.522000', '122229.525000', '122229.527000', '122229.530000', '122229.533000', '122229.535000', '122229.538000', '122229.540000', '122229.543000', '122229.546000', '122229.548000', '122229.551000', '122249.441000', '122249.444000', '122249.447000', '122249.449000', '122249.452000', '122249.455000', '122249.457000', '122249.460000', '122249.463000', '122249.465000', '122249.468000', '122249.471000', '122249.473000', '122249.476000', '122249.478000', '122249.481000', '122249.484000', '122249.486000', '122249.489000', '122249.492000', '122249.494000', '122249.497000', '122249.499000', '122249.502000', '122249.505000', '122249.507000', '122249.510000', '122249.513000', '122249.515000', '122249.518000', '122249.521000', '122249.524000', '122249.526000', '122249.529000', '122249.532000', '122249.534000', '122249.537000', '122249.539000', '122249.542000', '122249.545000', '122249.547000', '122249.550000', '122249.552000', '122249.555000', '122309.441000', '122309.444000', '122309.446000', '122309.449000', '122309.452000', '122309.454000', '122309.457000', '122309.459000', '122309.462000', '122309.465000', '122309.467000', '122309.470000', '122309.472000', '122309.475000', '122309.478000', '122309.480000', '122309.483000', '122309.485000', '122309.488000', '122309.491000', '122309.493000', '122309.496000', '122309.499000', '122309.501000', '122309.504000', '122309.506000', '122309.509000', '122309.512000', '122309.514000', '122309.517000', '122309.519000', '122309.522000', '122309.525000', '122309.527000', '122309.530000', '122309.533000', '122309.535000', '122309.538000', '122309.541000', '122309.543000', '122309.546000', '122309.549000', '122309.551000', '122311.880000', '122311.883000', '122311.886000', '122311.889000', '122311.892000', '122311.906000'], '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': [7711, 7739, 6983, 6877, 6467, 7744, 6868, 6734, 6797, 6515, 7145, 7032, 6898, 7303, 6841, 6717, 6280, 6995, 6729, 6550, 7389, 6517, 6821, 6834, 7100, 6649, 6702, 7126, 6583, 7446, 6668, 6965, 6548, 7407, 7218, 7044, 7077, 7328, 7278, 7278, 6553, 7811, 8217, 7712, 7474, 7487, 7188, 7165, 7368, 7289, 6461, 7189, 7366, 6784, 6738, 6540, 7206, 7289, 6615, 6805, 6511, 7032, 7257, 6750, 7552, 6537, 7044, 7303, 6773, 7194, 7131, 6825, 6544, 7202, 6868, 6564, 7632, 7246, 7571, 7527, 6685, 7350, 7278, 6845, 7479, 7332, 6996, 7186, 6358, 7598, 6945, 6975, 7413, 7193, 6741, 6985, 6440, 7417, 7143, 7245, 7181, 7002, 6954, 7008, 6723, 7680, 7291, 6745, 7381, 6978, 7175, 6909, 6472, 7623, 6978, 7229, 7275, 6923, 7196, 6759, 6584, 7675, 6715, 6818, 7023, 6507, 7218, 7207, 6840, 7493, 7290, 7092, 7402, 6936, 7522, 6688, 6902, 7644, 7088, 6678, 7332, 6388, 7160, 7271, 6682, 6989, 6830, 7150, 6436, 7093, 7357, 7085, 6919, 6934, 6649, 7424, 6942, 6772, 7721, 6479, 7647, 7273, 6891, 7478, 7515, 7834, 6987, 6315, 7930, 7153, 7485, 7410, 6984, 7196, 6839, 6937, 7989, 7118, 7430, 8002, 6546, 7891, 6770, 7206, 7809, 7268, 7564, 7510, 6763, 7081, 6886, 6800, 7883, 7352, 7089, 7733, 6394, 7403, 6720, 6751, 7663, 7355, 7214, 7692, 6689, 7402, 7165, 7050, 7610, 6403, 7571, 7110, 6720, 7375, 7103, 6876, 6694, 6428, 7533, 6959, 7151, 7250, 6683, 7264, 6844, 6921, 7415, 7279, 6617, 6838, 6562, 7352, 7472, 6839, 7304, 6561, 7183, 6987, 6659, 7242, 7428, 7452, 6942, 6670, 7795, 7118, 6880, 6789, 6593, 7565, 7337, 6742, 6910, 6992, 7864, 7285, 7256, 7747, 6575, 7997, 7255, 7773, 8000, 7221, 7850, 6759, 6790, 7943, 7085, 7737, 8046, 7122, 7634, 6858, 6954, 8174, 7029, 8000, 7823, 6474, 7405, 7606, 7587, 8031, 7233, 7786, 6737, 7179, 8194, 7268, 7893, 7965, 6512, 7818, 7114, 7401, 7989, 6899, 7407, 6885, 7227, 8018, 7124, 7513, 8023, 6729, 7606, 7103, 7518, 7623, 7024, 7066, 6606, 6842, 8978, 7995, 8837, 7653, 6742, 7434, 7759, 7016, 7255, 7020, 7391, 6830, 6841, 7265, 6400, 7382, 6430, 6891, 7719, 7033, 7105, 6596, 7117, 7534, 6624, 7438, 6588, 7497, 7539, 6423, 7651, 6504, 7554, 6722, 6734, 7163, 6511, 7626, 7786, 7211, 7410, 6483, 7459, 7889, 7254, 7203, 6353, 7465, 7405, 7028, 7821, 6311, 7215, 7248, 6964, 7684, 6642, 7250, 7315, 7201, 7920, 7758, 7364, 7282, 6765, 7828, 7670, 7677, 7132, 6660, 7866, 7475, 7754, 7139, 6590, 7780, 7258, 7295, 7722, 6288, 7706, 7379, 6859, 7495, 6448, 7157, 7277, 6768, 7301, 7393, 7104, 7158, 7535, 7162, 6396, 6813, 7224, 6997, 7214, 6788, 6755, 7123, 6640, 7557, 6500, 7401, 6413, 7004, 7219, 6363, 7564, 7668, 7101, 7546, 6423, 6942, 7714, 6500, 7598, 6410, 7094, 7640, 6717, 7667, 6534, 7592, 7166, 7540, 7549, 7798, 7066, 7483, 6381, 7381, 7677, 6975, 7973, 6586, 7277, 7469, 6733, 7612, 6664, 7199, 7277, 7163, 7311, 7781, 6876, 7422, 6595, 7462, 6869, 7018, 7489, 6523, 7809, 6831, 7191, 7320, 7149, 7386, 7115, 7122, 7326, 6497, 7662, 6632, 7545, 6703, 7592, 7257, 7338, 6938, 7736, 7463, 6918, 7610, 6550, 7305, 8030, 7700, 6825, 7028, 7216, 6924, 7267, 7152, 7214, 7048, 7858, 6552, 7695, 6817, 7610, 7049, 7492, 7362, 7214, 7320, 7481, 7016, 6446, 7677, 8085, 7362, 7184, 6807, 7399, 7073, 6966, 7211, 7234, 6922, 7053, 6483, 7234, 6492, 7579, 6877, 7313, 8024, 7425, 6510, 7435, 6764, 7055, 7045, 7505, 7765, 7048, 7726, 7156, 7407, 7137, 7583, 7460, 7733, 6633, 7747, 6558, 7830, 7055, 7446, 7940, 7955, 7427, 7016, 7476, 7144, 7342, 7326, 7347, 7427, 7419, 6800, 7711, 7048, 7886, 7949, 7659, 7467, 7344, 7440, 6910, 7467, 7896, 7448, 7307, 7358, 7347, 7169, 7248, 6946, 6995, 6633, 7122, 6843, 7554, 6419, 7950, 7288, 7968, 6989, 8205, 6495, 7995, 7391, 6710, 7091, 7395, 7504, 7576, 8016, 7876, 7413, 7967, 6576, 7321, 7667, 7617, 7261, 7407, 7174, 7362, 7623, 6566, 7953, 7549, 7494, 7040, 6679, 7604, 7627, 7216, 6412, 6973, 7380, 7165, 7903, 7849, 6826, 8170, 7766, 7887, 7903, 8305, 7698, 7869, 6719, 7568, 7774, 7968, 7904, 6794, 7496, 7339, 8119, 7337, 8333, 7825, 7904, 7561, 7029, 8428, 6964, 7832, 7876, 7802, 7869, 7018, 7969, 7024, 7405, 7949, 7815, 7794, 7238, 8420, 7844, 7522, 7933, 7141, 7732, 7155, 8090, 6514, 7793, 6448, 6891, 6796, 8502, 7860, 7795, 7996, 6790, 8085, 7670, 7525, 7558, 6996, 7927, 6831, 7790, 7499, 6646, 7675, 7022, 8072, 7524, 6790, 7659, 7015, 7691, 7737, 7004, 7463, 7806, 7602, 7617, 6523, 7759, 7204, 7402, 7618, 7302, 7576, 6890, 7324, 7494, 6543, 7422, 7291, 7299, 7907, 7358, 7475, 7861, 6561, 7377, 7279, 7744, 7496, 6939, 7532, 7162, 7503, 7506, 6995, 7513, 6812, 7146, 8166, 7341, 7529, 7026, 6820, 7805, 7214, 7857, 7807, 6482, 7680, 7061, 7860, 7743, 7485, 8042, 7268, 8486, 9126, 6542, 7212, 7155, 7068, 7905, 8265, 7704, 8115, 6719, 7620, 7607, 7186, 7554, 6972, 7041, 7664, 7196, 6965, 7226, 6778, 7575, 7324, 6971, 6981, 6380, 7536, 7202, 7270, 7552, 6419, 7303, 7262, 6996, 7314, 6550, 7150, 6896, 7011, 7259, 7142, 7209, 6911, 7466, 7669, 7002, 6967, 7018, 7370, 7311, 6600, 7217, 7258, 7258, 7494, 7109, 7688, 7274, 7337, 7982, 6575, 7616, 7212, 7603, 7588, 6447, 7594, 7284, 7126, 7682, 6711, 7261, 7370, 6862, 7819, 7118, 7242, 7174, 6900, 7841, 7676, 7602, 6775, 7356, 7605, 7436, 7274, 6916, 7422, 7620, 7409, 7102, 6999, 7265, 7637, 6715, 7402, 7502, 7658, 7249, 6599, 7467, 7622, 7667, 7888, 6879, 7923, 7389, 7667, 7825, 6855, 7939, 7158, 7022, 6870, 6650, 7702, 6987, 7289, 6971, 6594, 7486, 7294, 7063, 6847, 6993, 7632, 6597, 7153, 7115, 7497, 7816, 6454, 7623, 7440, 7432, 7110, 6476, 7713, 7352, 7340, 7094, 6682, 7758, 7574, 7515, 7712, 6563, 7858, 7682, 7412, 6975, 6595, 7505, 7980, 7219, 7084, 6494, 6991, 6547, 8034, 7310, 7784, 7291, 7871, 8194, 7159, 7488, 7384, 7021, 7544, 7450, 7008, 6713, 6654, 7437, 6744, 7318, 7313, 6951, 6862, 6611, 7697, 6653, 7215, 7033, 6665, 7148, 6931, 7757, 6677, 7061, 7300, 7358, 7400, 6525, 7771, 7306, 7384, 7463, 7098, 7579, 6471, 7649, 7271, 7525, 7530, 6612, 7872, 7076, 8294, 6593, 6711, 6474, 7584, 7449, 8366, 7478, 7951, 7484, 7535, 7689, 6722, 7848, 7645, 6956, 7594, 6510, 7854, 7126, 7233, 7182, 7172, 7369, 6673, 6685, 7215, 7310, 7140, 6979, 6845, 7890, 7238, 7122, 6953, 7276, 8011, 7718, 7324, 7139, 7039, 7840, 7272, 7190, 7381, 7067, 7823, 7448, 7387, 7205, 6702, 7843, 7376, 6998, 7254, 7925, 7780, 7001, 7480, 7238, 7151, 7929, 7549, 7615, 7264, 7003, 7851, 7448, 7386, 7051, 6575, 7568, 7276, 7274, 7168, 6624, 7167, 7831, 7401, 7189, 6497, 7740, 7478, 7305, 7135, 6575, 7677, 7285, 7227, 7466, 6456, 7307, 7182, 6550, 7507, 6450, 7448, 7084, 6735, 7258, 6495, 7548, 6913, 7047, 7189, 6597, 7592, 8165, 7392, 7012, 7090, 7361, 7951, 7182, 7240, 7115, 7769, 7953, 7099, 7563, 6765, 7628, 7065, 7147, 7318, 6559, 7379, 7587, 7550, 6752, 7358, 7237, 6502, 7306, 7663, 7410, 7014, 6823, 7365, 7256, 6798, 7210, 6624, 7628, 7465, 7107, 7221, 6479, 7892, 7315, 7181, 7166, 6830, 7745, 7305, 7170, 7685, 6886, 7924, 7490, 7298, 7837, 6897, 7618, 7110, 7470, 7580, 7123, 7868, 6731, 7306, 7913, 7002, 8385, 7381, 8063, 6949, 7844, 7229, 7857, 6483, 8395, 7688, 7523, 7912, 6959, 7916, 7108, 7259, 8034, 7815, 7674, 7456, 6383, 7512, 6848, 7219, 7017, 7240, 6534, 6645, 6455, 7694, 7308, 6436, 7661, 7635, 7193, 7654, 7447, 7620, 7831, 7668, 7817, 7120, 7652, 7990, 7665, 8347, 6896, 8082, 7553, 8092, 7953, 7690, 8377, 7010, 7383, 8580, 7818, 8351, 7069, 8403, 7260, 8053, 8206, 7064, 8027, 7102, 7897, 7998, 7069, 7813, 7306, 7841, 6735, 7718, 7236, 7494, 8219, 7139, 7616, 7193, 7735, 7768, 7135, 7669, 7124, 7765, 6871, 7839, 7618, 6568, 7845, 7417, 7208, 7612, 7144, 7310, 6999, 7248, 7362, 6767, 7449, 7121, 7040, 7644, 6759, 7505, 7445, 7631, 7453, 6648, 7494, 6916, 7269, 7178, 6542, 7285, 7034, 7460, 7230, 6961, 7404, 6490, 7248, 7235, 6945, 7184, 6425, 7267, 7248, 6724, 7352, 6668, 7576, 7262, 7326, 7135, 7111, 6970, 6955, 6447, 7084, 7006, 6537, 7432, 6760, 6864, 6920, 6606, 7286, 6832, 7135, 7224, 6907, 7522, 6351, 7162, 7041, 6875, 7751, 6478, 7444, 7465, 6622, 7302, 7128, 7668, 7455, 7133, 7063, 7039, 6988, 7622, 6667, 7119, 6783, 6537, 7346, 6542, 7255, 6923, 6879, 7269, 6482, 7275, 6945, 6847, 7142, 6531], 'WindowCenter': [4106.0, 4082.0, 4060.0, 4041.0, 4033.0, 4048.0, 4029.0, 4028.0, 4041.0, 4017.0, 4038.0, 4034.0, 4038.0, 4060.0, 4042.0, 4042.0, 4030.0, 4047.0, 4041.0, 4031.0, 4052.0, 4041.0, 4068.0, 4055.0, 4060.0, 4055.0, 4055.0, 4065.0, 4055.0, 4076.0, 4054.0, 4052.0, 4043.0, 4063.0, 4065.0, 4049.0, 4055.0, 4065.0, 4068.0, 4076.0, 4049.0, 4077.0, 4076.0, 4064.0, 4053.0, 4039.0, 4039.0, 4038.0, 4037.0, 4035.0, 4011.0, 4037.0, 4032.0, 4027.0, 4027.0, 4027.0, 4050.0, 4037.0, 4029.0, 4028.0, 4017.0, 4040.0, 4039.0, 4038.0, 4050.0, 4022.0, 4040.0, 4049.0, 4028.0, 4040.0, 4038.0, 4029.0, 4029.0, 4051.0, 4036.0, 4041.0, 4062.0, 4051.0, 4051.0, 4052.0, 4028.0, 4050.0, 4040.0, 4022.0, 4040.0, 4038.0, 4039.0, 4039.0, 4017.0, 4048.0, 4037.0, 4027.0, 4038.0, 4030.0, 4027.0, 4038.0, 4017.0, 4038.0, 4038.0, 4037.0, 4035.0, 4037.0, 4039.0, 4039.0, 4027.0, 4050.0, 4038.0, 4028.0, 4039.0, 4027.0, 4028.0, 4035.0, 4016.0, 4048.0, 4020.0, 4036.0, 4039.0, 4038.0, 4039.0, 4029.0, 4029.0, 4050.0, 4040.0, 4041.0, 4041.0, 4030.0, 4053.0, 4052.0, 4030.0, 4051.0, 4043.0, 4034.0, 4051.0, 4040.0, 4051.0, 4033.0, 4041.0, 4063.0, 4033.0, 4041.0, 4046.0, 4029.0, 4042.0, 4044.0, 4041.0, 4053.0, 4041.0, 4041.0, 4032.0, 4051.0, 4053.0, 4032.0, 4042.0, 4053.0, 4041.0, 4053.0, 4041.0, 4041.0, 4054.0, 4029.0, 4051.0, 4050.0, 4037.0, 4051.0, 4050.0, 4043.0, 4040.0, 4017.0, 4042.0, 4021.0, 4037.0, 4038.0, 4019.0, 4027.0, 4028.0, 4027.0, 4048.0, 4028.0, 4039.0, 4050.0, 4017.0, 4047.0, 4029.0, 4027.0, 4039.0, 4038.0, 4037.0, 4038.0, 4026.0, 4027.0, 4019.0, 4016.0, 4048.0, 4036.0, 4027.0, 4050.0, 4017.0, 4039.0, 4030.0, 4029.0, 4049.0, 4029.0, 4037.0, 4048.0, 4027.0, 4038.0, 4037.0, 4038.0, 4049.0, 4029.0, 4062.0, 4040.0, 4040.0, 4052.0, 4040.0, 4042.0, 4034.0, 4030.0, 4058.0, 4035.0, 4041.0, 4052.0, 4032.0, 4052.0, 4041.0, 4051.0, 4063.0, 4045.0, 4042.0, 4043.0, 4035.0, 4053.0, 4042.0, 4042.0, 4049.0, 4040.0, 4052.0, 4054.0, 4041.0, 4053.0, 4047.0, 4064.0, 4053.0, 4032.0, 4063.0, 4033.0, 4033.0, 4041.0, 4042.0, 4064.0, 4052.0, 4041.0, 4041.0, 4041.0, 4064.0, 4051.0, 4051.0, 4051.0, 4029.0, 4050.0, 4038.0, 4039.0, 4050.0, 4032.0, 4040.0, 4029.0, 4028.0, 4048.0, 4026.0, 4036.0, 4048.0, 4020.0, 4037.0, 4027.0, 4026.0, 4047.0, 4026.0, 4043.0, 4029.0, 4014.0, 4035.0, 4037.0, 4034.0, 4046.0, 4024.0, 4035.0, 4015.0, 4012.0, 4047.0, 4016.0, 4034.0, 4036.0, 4002.0, 4036.0, 4014.0, 4023.0, 4035.0, 4006.0, 4025.0, 4025.0, 4017.0, 4049.0, 4018.0, 4035.0, 4047.0, 4007.0, 4037.0, 4027.0, 4024.0, 4038.0, 4027.0, 4019.0, 4029.0, 4000.0, 4046.0, 4024.0, 4045.0, 4037.0, 4024.0, 4056.0, 4046.0, 4043.0, 4044.0, 4035.0, 4053.0, 4030.0, 4032.0, 4034.0, 4023.0, 4055.0, 4026.0, 4037.0, 4055.0, 4037.0, 4044.0, 4038.0, 4057.0, 4045.0, 4026.0, 4057.0, 4036.0, 4055.0, 4047.0, 4036.0, 4065.0, 4024.0, 4055.0, 4036.0, 4037.0, 4046.0, 4025.0, 4056.0, 4046.0, 4036.0, 4043.0, 4013.0, 4043.0, 4052.0, 4033.0, 4033.0, 4011.0, 4029.0, 4022.0, 4022.0, 4034.0, 4008.0, 4041.0, 4033.0, 4021.0, 4040.0, 4016.0, 4041.0, 4022.0, 4021.0, 4043.0, 4031.0, 4031.0, 4031.0, 4018.0, 4041.0, 4029.0, 4039.0, 4021.0, 4018.0, 4039.0, 4028.0, 4027.0, 4019.0, 4018.0, 4039.0, 4020.0, 4029.0, 4041.0, 4008.0, 4040.0, 4030.0, 4019.0, 4040.0, 4018.0, 4031.0, 4042.0, 4032.0, 4056.0, 4042.0, 4041.0, 4031.0, 4053.0, 4036.0, 4031.0, 4044.0, 4055.0, 4043.0, 4055.0, 4044.0, 4059.0, 4057.0, 4047.0, 4066.0, 4035.0, 4066.0, 4036.0, 4056.0, 4069.0, 4036.0, 4068.0, 4058.0, 4057.0, 4059.0, 4035.0, 4058.0, 4056.0, 4036.0, 4057.0, 4026.0, 4046.0, 4052.0, 4033.0, 4047.0, 4032.0, 4046.0, 4044.0, 4041.0, 4054.0, 4033.0, 4032.0, 4041.0, 4020.0, 4042.0, 4032.0, 4031.0, 4050.0, 4011.0, 4038.0, 4022.0, 4011.0, 4041.0, 4010.0, 4031.0, 4022.0, 4021.0, 4033.0, 4031.0, 4020.0, 4031.0, 4010.0, 4031.0, 4010.0, 4031.0, 4041.0, 4001.0, 4042.0, 4011.0, 4025.0, 4041.0, 4029.0, 4043.0, 4022.0, 4032.0, 4034.0, 4019.0, 4052.0, 4024.0, 4055.0, 4025.0, 4054.0, 4035.0, 4047.0, 4036.0, 4047.0, 4036.0, 4036.0, 4056.0, 4013.0, 4035.0, 4044.0, 4034.0, 4023.0, 4024.0, 4034.0, 4023.0, 4033.0, 4034.0, 4044.0, 4035.0, 4046.0, 4013.0, 4035.0, 4024.0, 4046.0, 4022.0, 4034.0, 4033.0, 4033.0, 4043.0, 4034.0, 4036.0, 4012.0, 4034.0, 4043.0, 4035.0, 4024.0, 4025.0, 4034.0, 4035.0, 4034.0, 4037.0, 4056.0, 4037.0, 4038.0, 4026.0, 4047.0, 4026.0, 4061.0, 4035.0, 4048.0, 4058.0, 4049.0, 4028.0, 4050.0, 4037.0, 4050.0, 4049.0, 4050.0, 4047.0, 4038.0, 4047.0, 4037.0, 4037.0, 4037.0, 4047.0, 4036.0, 4048.0, 4026.0, 4047.0, 4026.0, 4048.0, 4036.0, 4046.0, 4046.0, 4058.0, 4035.0, 4037.0, 4035.0, 4036.0, 4037.0, 4036.0, 4037.0, 4036.0, 4047.0, 4024.0, 4047.0, 4036.0, 4058.0, 4046.0, 4047.0, 4037.0, 4036.0, 4036.0, 4024.0, 4037.0, 4044.0, 4036.0, 4034.0, 4036.0, 4035.0, 4035.0, 4050.0, 4037.0, 4048.0, 4026.0, 4038.0, 4053.0, 4080.0, 4041.0, 4085.0, 4061.0, 4072.0, 4037.0, 4069.0, 4029.0, 4076.0, 4049.0, 4050.0, 4047.0, 4058.0, 4059.0, 4057.0, 4070.0, 4070.0, 4047.0, 4060.0, 4023.0, 4034.0, 4042.0, 4043.0, 4031.0, 4043.0, 4033.0, 4033.0, 4044.0, 4020.0, 4054.0, 4043.0, 4033.0, 4040.0, 4021.0, 4044.0, 4045.0, 4034.0, 4012.0, 4033.0, 4046.0, 4045.0, 4070.0, 4080.0, 4034.0, 4067.0, 4051.0, 4044.0, 4056.0, 4053.0, 4043.0, 4051.0, 4020.0, 4042.0, 4029.0, 4029.0, 4041.0, 4008.0, 4019.0, 4018.0, 4028.0, 4023.0, 4026.0, 4035.0, 4025.0, 4016.0, 4006.0, 4027.0, 4012.0, 4016.0, 4028.0, 4016.0, 4026.0, 4007.0, 4027.0, 4026.0, 4018.0, 4040.0, 4028.0, 4030.0, 4037.0, 4039.0, 4042.0, 4029.0, 4044.0, 4038.0, 4028.0, 4018.0, 4046.0, 4010.0, 4042.0, 4022.0, 4046.0, 4048.0, 4081.0, 4057.0, 4046.0, 4047.0, 4022.0, 4044.0, 4031.0, 4028.0, 4032.0, 4007.0, 4029.0, 4008.0, 4027.0, 4036.0, 4007.0, 4028.0, 4019.0, 4035.0, 4036.0, 4008.0, 4029.0, 4025.0, 4029.0, 4033.0, 4019.0, 4034.0, 4030.0, 4028.0, 4034.0, 4009.0, 4031.0, 4018.0, 4029.0, 4031.0, 4018.0, 4029.0, 4019.0, 4030.0, 4031.0, 4008.0, 4030.0, 4036.0, 4019.0, 4042.0, 4029.0, 4029.0, 4041.0, 4007.0, 4032.0, 4029.0, 4029.0, 4031.0, 4018.0, 4029.0, 4019.0, 4029.0, 4033.0, 4018.0, 4031.0, 4021.0, 4018.0, 4042.0, 4018.0, 4030.0, 4023.0, 4008.0, 4030.0, 4027.0, 4039.0, 4031.0, 4014.0, 4029.0, 4018.0, 4034.0, 4033.0, 4017.0, 4028.0, 4019.0, 4038.0, 4053.0, 4008.0, 4029.0, 4030.0, 4031.0, 4054.0, 4066.0, 4043.0, 4043.0, 4021.0, 4029.0, 4044.0, 4018.0, 4030.0, 4025.0, 4019.0, 4041.0, 4018.0, 4031.0, 4037.0, 4019.0, 4044.0, 4030.0, 4030.0, 4033.0, 4010.0, 4044.0, 4030.0, 4033.0, 4045.0, 4010.0, 4035.0, 4031.0, 4032.0, 4045.0, 4021.0, 4033.0, 4032.0, 4032.0, 4046.0, 4032.0, 4035.0, 4039.0, 4031.0, 4044.0, 4031.0, 4034.0, 4039.0, 4031.0, 4045.0, 4024.0, 4032.0, 4032.0, 4031.0, 4035.0, 4019.0, 4041.0, 4030.0, 4031.0, 4044.0, 4019.0, 4045.0, 4031.0, 4041.0, 4044.0, 4010.0, 4042.0, 4038.0, 4031.0, 4042.0, 4020.0, 4032.0, 4032.0, 4020.0, 4046.0, 4019.0, 4031.0, 4030.0, 4030.0, 4043.0, 4040.0, 4042.0, 4020.0, 4029.0, 4043.0, 4030.0, 4030.0, 4031.0, 4031.0, 4045.0, 4030.0, 4019.0, 4020.0, 4029.0, 4042.0, 4019.0, 4030.0, 4036.0, 4040.0, 4043.0, 4020.0, 4044.0, 4040.0, 4041.0, 4044.0, 4019.0, 4040.0, 4028.0, 4028.0, 4030.0, 4007.0, 4040.0, 4018.0, 4029.0, 4023.0, 4019.0, 4040.0, 4019.0, 4030.0, 4023.0, 4019.0, 4030.0, 4029.0, 4019.0, 4019.0, 4019.0, 4044.0, 4020.0, 4031.0, 4030.0, 4030.0, 4042.0, 4009.0, 4043.0, 4030.0, 4031.0, 4034.0, 4007.0, 4040.0, 4030.0, 4030.0, 4031.0, 4018.0, 4039.0, 4030.0, 4031.0, 4041.0, 4019.0, 4052.0, 4042.0, 4031.0, 4034.0, 4033.0, 4046.0, 4053.0, 4032.0, 4039.0, 4022.0, 4032.0, 4022.0, 4054.0, 4030.0, 4041.0, 4032.0, 4041.0, 4052.0, 4020.0, 4030.0, 4037.0, 4018.0, 4030.0, 4016.0, 4017.0, 4014.0, 4007.0, 4030.0, 4007.0, 4030.0, 4027.0, 4019.0, 4022.0, 4020.0, 4044.0, 4020.0, 4045.0, 4031.0, 4034.0, 4040.0, 4033.0, 4056.0, 4022.0, 4036.0, 4033.0, 4032.0, 4035.0, 4010.0, 4045.0, 4031.0, 4030.0, 4045.0, 4045.0, 4054.0, 4021.0, 4042.0, 4032.0, 4041.0, 4043.0, 4033.0, 4054.0, 4030.0, 4053.0, 4032.0, 4048.0, 4035.0, 4066.0, 4071.0, 4089.0, 4044.0, 4063.0, 4046.0, 4043.0, 4045.0, 4021.0, 4044.0, 4041.0, 4031.0, 4031.0, 4009.0, 4042.0, 4036.0, 4029.0, 4032.0, 4018.0, 4030.0, 4018.0, 4019.0, 4033.0, 4028.0, 4019.0, 4027.0, 4019.0, 4044.0, 4030.0, 4030.0, 4019.0, 4030.0, 4040.0, 4029.0, 4030.0, 4025.0, 4019.0, 4044.0, 4029.0, 4020.0, 4036.0, 4017.0, 4030.0, 4018.0, 4018.0, 4029.0, 4007.0, 4040.0, 4017.0, 4019.0, 4028.0, 4039.0, 4029.0, 4017.0, 4029.0, 4036.0, 4017.0, 4041.0, 4028.0, 4029.0, 4028.0, 4018.0, 4039.0, 4017.0, 4018.0, 4024.0, 4007.0, 4030.0, 4017.0, 4030.0, 4025.0, 4006.0, 4018.0, 4027.0, 4028.0, 4021.0, 4006.0, 4029.0, 4018.0, 4029.0, 4021.0, 4007.0, 4030.0, 4027.0, 4028.0, 4030.0, 4008.0, 4030.0, 4019.0, 4009.0, 4030.0, 4019.0, 4032.0, 4031.0, 4021.0, 4044.0, 4020.0, 4043.0, 4031.0, 4033.0, 4030.0, 4021.0, 4042.0, 4051.0, 4031.0, 4031.0, 4031.0, 4032.0, 4039.0, 4021.0, 4032.0, 4030.0, 4042.0, 4039.0, 4031.0, 4031.0, 4020.0, 4041.0, 4018.0, 4022.0, 4037.0, 4024.0, 4033.0, 4031.0, 4042.0, 4020.0, 4044.0, 4040.0, 4022.0, 4045.0, 4042.0, 4044.0, 4032.0, 4033.0, 4044.0, 4033.0, 4021.0, 4042.0, 4020.0, 4044.0, 4031.0, 4029.0, 4031.0, 4010.0, 4041.0, 4031.0, 4020.0, 4019.0, 4018.0, 4041.0, 4030.0, 4030.0, 4041.0, 4018.0, 4040.0, 4030.0, 4030.0, 4031.0, 4018.0, 4030.0, 4019.0, 4029.0, 4041.0, 4018.0, 4040.0, 4018.0, 4030.0, 4039.0, 4020.0, 4040.0, 4028.0, 4041.0, 4031.0, 4052.0, 4031.0, 4053.0, 4022.0, 4066.0, 4051.0, 4041.0, 4042.0, 4019.0, 4040.0, 4026.0, 4017.0, 4029.0, 4026.0, 4028.0, 4031.0, 4007.0, 4027.0, 4008.0, 4031.0, 4040.0, 4044.0, 4023.0, 4021.0, 4022.0, 4055.0, 4046.0, 4021.0, 4044.0, 4043.0, 4031.0, 4044.0, 4032.0, 4041.0, 4045.0, 4029.0, 4028.0, 4019.0, 4027.0, 4029.0, 4015.0, 4026.0, 4018.0, 4027.0, 4017.0, 4015.0, 4027.0, 4026.0, 4038.0, 4018.0, 4015.0, 4036.0, 4011.0, 4012.0, 3989.0, 4021.0, 4002.0, 4013.0, 4026.0, 4003.0, 4014.0, 4003.0, 4013.0, 4015.0, 4002.0, 4016.0, 4000.0, 4014.0, 4003.0, 4015.0, 4016.0, 4016.0, 4038.0, 4006.0, 4028.0, 4017.0, 4016.0, 4027.0, 4004.0, 4018.0, 4003.0, 4026.0, 4006.0, 4029.0, 4031.0, 4006.0, 4041.0, 4018.0, 4018.0, 4030.0, 4016.0, 4019.0, 4018.0, 4017.0, 4029.0, 4005.0, 4029.0, 4018.0, 4018.0, 4029.0, 4008.0, 4031.0, 4029.0, 4028.0, 4031.0, 4020.0, 4030.0, 4018.0, 4030.0, 4020.0, 4020.0, 4042.0, 4031.0, 4044.0, 4043.0, 4033.0, 4044.0, 4021.0, 4046.0, 4032.0, 4033.0, 4036.0, 4021.0, 4042.0, 4032.0, 4021.0, 4034.0, 4020.0, 4042.0, 4030.0, 4031.0, 4032.0, 4020.0, 4031.0, 4032.0, 4020.0, 4034.0, 4032.0, 4021.0, 4044.0, 4032.0, 4036.0, 4033.0, 4033.0, 4044.0, 4034.0, 4036.0, 4034.0, 4033.0, 4045.0, 4022.0, 4034.0, 4031.0, 4023.0, 4045.0, 4021.0, 4043.0, 4042.0, 4022.0, 4045.0, 4033.0, 4044.0, 4039.0, 4032.0, 4035.0, 4031.0, 4032.0, 4044.0, 4022.0, 4033.0, 4033.0, 4024.0, 4044.0, 4023.0, 4047.0, 4032.0, 4034.0, 4046.0, 4024.0, 4048.0, 4034.0, 4035.0, 4033.0, 4024.0], 'WindowWidth': [9154.0, 9106.0, 9071.0, 9034.0, 9020.0, 9037.0, 9008.0, 9005.0, 9026.0, 8988.0, 9020.0, 9011.0, 9019.0, 9056.0, 9033.0, 9031.0, 9011.0, 9033.0, 9026.0, 9013.0, 9044.0, 9029.0, 9077.0, 9055.0, 9057.0, 9053.0, 9055.0, 9068.0, 9059.0, 9087.0, 9053.0, 9046.0, 9033.0, 9062.0, 9068.0, 9041.0, 9053.0, 9069.0, 9069.0, 9084.0, 9042.0, 9088.0, 9084.0, 9063.0, 9046.0, 9021.0, 9020.0, 9018.0, 9012.0, 9009.0, 8973.0, 9014.0, 9004.0, 9001.0, 9002.0, 9001.0, 9037.0, 9016.0, 9008.0, 9006.0, 8988.0, 9023.0, 9019.0, 9020.0, 9037.0, 8991.0, 9022.0, 9032.0, 9005.0, 9022.0, 9018.0, 9007.0, 9006.0, 9039.0, 9018.0, 9025.0, 9056.0, 9039.0, 9041.0, 9043.0, 9006.0, 9036.0, 9024.0, 8991.0, 9024.0, 9018.0, 9018.0, 9020.0, 8987.0, 9029.0, 9015.0, 9001.0, 9019.0, 9000.0, 9001.0, 9019.0, 8987.0, 9019.0, 9018.0, 9015.0, 9013.0, 9014.0, 9019.0, 9021.0, 9001.0, 9035.0, 9018.0, 9003.0, 9019.0, 9000.0, 9002.0, 9010.0, 8984.0, 9029.0, 8986.0, 9012.0, 9021.0, 9016.0, 9019.0, 9008.0, 9007.0, 9037.0, 9024.0, 9026.0, 9028.0, 9011.0, 9045.0, 9044.0, 9011.0, 9042.0, 9021.0, 9011.0, 9042.0, 9024.0, 9039.0, 9009.0, 9025.0, 9058.0, 9008.0, 9025.0, 9028.0, 9008.0, 9029.0, 9024.0, 9026.0, 9044.0, 9026.0, 9027.0, 9016.0, 9041.0, 9048.0, 9009.0, 9030.0, 9044.0, 9028.0, 9046.0, 9028.0, 9027.0, 9040.0, 9008.0, 9040.0, 9038.0, 9018.0, 9041.0, 9036.0, 9022.0, 9025.0, 8989.0, 9019.0, 8989.0, 9013.0, 9016.0, 8982.0, 9000.0, 9001.0, 8999.0, 9031.0, 9002.0, 9018.0, 9034.0, 8986.0, 9028.0, 9005.0, 8999.0, 9019.0, 9015.0, 9013.0, 9017.0, 8996.0, 8999.0, 8983.0, 8984.0, 9029.0, 9010.0, 9000.0, 9036.0, 8987.0, 9017.0, 9008.0, 9004.0, 9034.0, 8998.0, 9014.0, 9031.0, 9000.0, 9019.0, 9016.0, 9017.0, 9034.0, 9008.0, 9056.0, 9025.0, 9023.0, 9044.0, 9025.0, 9030.0, 9012.0, 9011.0, 9049.0, 9014.0, 9028.0, 9044.0, 9009.0, 9043.0, 9028.0, 9042.0, 9061.0, 9028.0, 9031.0, 9035.0, 9015.0, 9047.0, 9022.0, 9029.0, 9037.0, 9025.0, 9045.0, 9047.0, 9027.0, 9047.0, 9034.0, 9064.0, 9047.0, 9008.0, 9060.0, 9011.0, 9011.0, 9028.0, 9029.0, 9061.0, 9044.0, 9029.0, 9027.0, 9028.0, 9061.0, 9041.0, 9038.0, 9039.0, 9006.0, 9035.0, 9018.0, 9019.0, 9036.0, 9003.0, 9013.0, 9005.0, 9001.0, 9030.0, 8998.0, 9009.0, 9028.0, 8983.0, 9013.0, 9001.0, 8996.0, 9027.0, 8997.0, 9018.0, 8997.0, 8978.0, 9008.0, 9012.0, 9004.0, 9023.0, 8991.0, 9006.0, 8981.0, 8972.0, 9024.0, 8973.0, 9003.0, 9008.0, 8958.0, 9007.0, 8976.0, 8987.0, 9006.0, 8959.0, 8994.0, 8993.0, 8976.0, 9029.0, 8980.0, 9010.0, 9028.0, 8964.0, 9013.0, 8998.0, 8990.0, 9015.0, 8999.0, 8984.0, 9003.0, 8950.0, 9018.0, 8981.0, 9012.0, 9011.0, 8996.0, 9051.0, 9031.0, 9032.0, 9025.0, 9015.0, 9043.0, 9005.0, 9010.0, 9007.0, 9000.0, 9049.0, 9001.0, 9017.0, 9049.0, 9018.0, 9033.0, 9023.0, 9053.0, 9026.0, 9001.0, 9053.0, 9015.0, 9048.0, 9031.0, 9023.0, 9061.0, 8995.0, 9046.0, 9016.0, 9018.0, 9037.0, 8998.0, 9051.0, 9027.0, 9014.0, 9029.0, 8977.0, 9026.0, 9034.0, 9003.0, 9005.0, 8971.0, 9001.0, 8987.0, 8986.0, 9005.0, 8973.0, 9020.0, 9003.0, 8986.0, 9018.0, 8982.0, 9020.0, 8987.0, 8985.0, 9016.0, 8998.0, 9005.0, 9007.0, 8986.0, 9020.0, 8999.0, 9014.0, 8984.0, 8983.0, 9016.0, 8999.0, 8997.0, 8987.0, 8985.0, 9016.0, 8981.0, 9000.0, 9020.0, 8973.0, 9018.0, 9004.0, 8989.0, 9019.0, 8987.0, 9007.0, 9021.0, 9011.0, 9052.0, 9024.0, 9023.0, 9010.0, 9038.0, 9014.0, 9010.0, 9032.0, 9047.0, 9028.0, 9047.0, 9033.0, 9061.0, 9058.0, 9044.0, 9068.0, 9025.0, 9068.0, 9027.0, 9055.0, 9073.0, 9025.0, 9070.0, 9047.0, 9055.0, 9053.0, 9023.0, 9057.0, 9050.0, 9024.0, 9053.0, 9002.0, 9038.0, 9042.0, 9017.0, 9031.0, 9014.0, 9028.0, 9031.0, 9024.0, 9043.0, 9006.0, 9011.0, 9022.0, 8992.0, 9025.0, 9002.0, 9008.0, 9033.0, 8972.0, 9015.0, 8989.0, 8973.0, 9021.0, 8971.0, 9007.0, 8988.0, 8985.0, 9003.0, 8998.0, 8992.0, 9007.0, 8969.0, 9007.0, 8971.0, 9007.0, 9021.0, 8959.0, 9023.0, 8973.0, 8996.0, 9022.0, 9004.0, 9026.0, 8988.0, 9011.0, 9009.0, 8994.0, 9038.0, 8995.0, 9047.0, 9001.0, 9047.0, 9014.0, 9032.0, 9015.0, 9033.0, 9016.0, 9015.0, 9048.0, 8979.0, 9011.0, 9018.0, 9008.0, 8992.0, 8994.0, 9006.0, 8992.0, 9007.0, 9010.0, 9032.0, 9012.0, 9027.0, 8978.0, 9010.0, 8995.0, 9026.0, 8990.0, 9007.0, 9005.0, 9006.0, 9027.0, 9009.0, 9013.0, 8976.0, 9008.0, 9017.0, 9010.0, 8994.0, 8997.0, 9008.0, 9012.0, 9009.0, 9016.0, 9050.0, 9020.0, 9020.0, 9003.0, 9032.0, 9004.0, 9056.0, 9017.0, 9036.0, 9046.0, 9037.0, 9009.0, 9041.0, 9019.0, 9042.0, 9038.0, 9041.0, 9033.0, 9021.0, 9032.0, 9019.0, 9017.0, 9017.0, 9033.0, 9016.0, 9034.0, 9000.0, 9032.0, 9002.0, 9034.0, 9016.0, 9029.0, 9028.0, 9046.0, 9013.0, 9019.0, 9013.0, 9017.0, 9018.0, 9014.0, 9017.0, 9014.0, 9031.0, 8997.0, 9032.0, 9014.0, 9047.0, 9029.0, 9031.0, 9016.0, 9013.0, 9014.0, 8997.0, 9016.0, 9022.0, 9013.0, 9009.0, 9014.0, 9013.0, 9012.0, 9041.0, 9019.0, 9036.0, 9002.0, 9021.0, 9054.0, 9092.0, 9034.0, 9098.0, 9057.0, 9075.0, 9019.0, 9064.0, 9009.0, 9084.0, 9039.0, 9044.0, 9036.0, 9052.0, 9055.0, 9049.0, 9073.0, 9071.0, 9032.0, 9051.0, 8995.0, 9009.0, 9017.0, 9020.0, 9001.0, 9021.0, 9007.0, 9007.0, 9023.0, 8988.0, 9037.0, 9020.0, 9007.0, 9022.0, 8990.0, 9023.0, 9028.0, 9009.0, 8979.0, 9006.0, 9032.0, 9028.0, 9071.0, 9093.0, 9015.0, 9061.0, 9042.0, 9022.0, 9042.0, 9033.0, 9021.0, 9037.0, 8985.0, 9017.0, 8997.0, 8993.0, 9013.0, 8964.0, 8981.0, 8976.0, 8989.0, 8987.0, 8984.0, 9005.0, 8981.0, 8972.0, 8957.0, 8986.0, 8971.0, 8970.0, 8992.0, 8972.0, 8987.0, 8962.0, 8988.0, 8995.0, 8978.0, 9011.0, 8993.0, 8997.0, 9012.0, 9006.0, 9015.0, 8995.0, 9021.0, 9016.0, 8992.0, 8980.0, 9024.0, 8972.0, 9019.0, 8995.0, 9034.0, 9039.0, 9087.0, 9050.0, 9030.0, 9031.0, 8991.0, 9021.0, 8999.0, 8991.0, 9001.0, 8962.0, 8993.0, 8965.0, 8989.0, 9011.0, 8962.0, 8992.0, 8981.0, 9005.0, 9010.0, 8965.0, 8996.0, 8993.0, 8994.0, 9005.0, 8981.0, 9008.0, 8998.0, 8994.0, 9007.0, 8970.0, 9000.0, 8979.0, 8995.0, 9001.0, 8979.0, 8995.0, 8983.0, 9001.0, 9002.0, 8967.0, 8998.0, 9012.0, 8982.0, 9016.0, 8994.0, 8996.0, 9015.0, 8963.0, 9001.0, 8994.0, 8996.0, 9001.0, 8978.0, 8996.0, 8983.0, 8996.0, 9006.0, 8981.0, 9000.0, 8987.0, 8980.0, 9017.0, 8980.0, 8998.0, 8991.0, 8966.0, 8998.0, 8992.0, 9008.0, 9002.0, 8978.0, 8995.0, 8979.0, 9004.0, 9005.0, 8976.0, 8992.0, 8981.0, 9004.0, 9030.0, 8966.0, 8997.0, 9000.0, 9004.0, 9039.0, 9060.0, 9021.0, 9020.0, 8990.0, 8997.0, 9021.0, 8980.0, 8998.0, 8995.0, 8982.0, 9014.0, 8982.0, 9001.0, 9016.0, 8984.0, 9023.0, 8999.0, 9000.0, 9008.0, 8973.0, 9024.0, 9000.0, 9007.0, 9027.0, 8972.0, 9011.0, 9003.0, 9005.0, 9028.0, 8990.0, 9009.0, 9005.0, 9007.0, 9030.0, 9006.0, 9013.0, 9021.0, 9004.0, 9024.0, 9003.0, 9012.0, 9021.0, 9005.0, 9027.0, 8995.0, 9007.0, 9005.0, 9003.0, 9013.0, 8985.0, 9015.0, 9002.0, 9002.0, 9024.0, 8986.0, 9026.0, 9004.0, 9016.0, 9023.0, 8975.0, 9020.0, 9017.0, 9003.0, 9019.0, 8987.0, 9005.0, 9006.0, 8987.0, 9027.0, 8985.0, 9003.0, 9001.0, 9001.0, 9022.0, 9014.0, 9017.0, 8988.0, 8999.0, 9022.0, 9001.0, 9001.0, 9003.0, 9002.0, 9026.0, 8999.0, 8985.0, 8987.0, 8997.0, 9017.0, 8983.0, 9001.0, 9013.0, 9012.0, 9020.0, 8987.0, 9024.0, 9013.0, 9016.0, 9021.0, 8982.0, 9012.0, 8995.0, 8995.0, 8999.0, 8965.0, 9011.0, 8982.0, 8998.0, 8993.0, 8983.0, 9013.0, 8984.0, 8999.0, 8992.0, 8983.0, 9000.0, 8997.0, 8984.0, 8985.0, 8984.0, 9022.0, 8986.0, 9004.0, 9002.0, 9001.0, 9018.0, 8971.0, 9022.0, 9001.0, 9002.0, 9010.0, 8968.0, 9015.0, 8999.0, 9000.0, 9002.0, 8982.0, 9013.0, 8999.0, 9002.0, 9016.0, 8984.0, 9036.0, 9023.0, 9005.0, 9012.0, 9011.0, 9034.0, 9036.0, 9006.0, 9023.0, 8992.0, 9007.0, 8995.0, 9039.0, 9002.0, 9018.0, 9006.0, 9014.0, 9033.0, 8985.0, 8999.0, 9013.0, 8980.0, 8998.0, 8975.0, 8978.0, 8980.0, 8963.0, 8998.0, 8964.0, 8998.0, 8992.0, 8984.0, 8992.0, 8985.0, 9023.0, 8989.0, 9028.0, 9006.0, 9012.0, 9025.0, 9009.0, 9044.0, 8993.0, 9016.0, 9009.0, 9006.0, 9012.0, 8976.0, 9026.0, 9004.0, 9003.0, 9032.0, 9033.0, 9041.0, 8993.0, 9021.0, 9006.0, 9019.0, 9023.0, 9011.0, 9040.0, 9002.0, 9035.0, 9006.0, 9039.0, 9018.0, 9062.0, 9081.0, 9107.0, 9025.0, 9058.0, 9033.0, 9022.0, 9024.0, 8989.0, 9023.0, 9017.0, 9003.0, 9002.0, 8971.0, 9018.0, 9013.0, 8998.0, 9005.0, 8983.0, 8999.0, 8982.0, 8985.0, 9007.0, 8995.0, 8984.0, 9002.0, 8984.0, 9021.0, 8999.0, 9000.0, 8985.0, 8999.0, 9015.0, 8996.0, 8998.0, 8997.0, 8982.0, 9023.0, 8996.0, 8985.0, 9012.0, 8979.0, 8999.0, 8981.0, 8981.0, 8997.0, 8964.0, 9012.0, 8978.0, 8983.0, 8995.0, 9009.0, 8998.0, 8978.0, 8996.0, 9010.0, 8976.0, 9014.0, 8992.0, 8996.0, 8993.0, 8978.0, 9010.0, 8978.0, 8981.0, 8994.0, 8964.0, 8998.0, 8978.0, 8998.0, 8996.0, 8963.0, 8982.0, 8990.0, 8993.0, 8987.0, 8962.0, 8997.0, 8979.0, 8996.0, 8988.0, 8965.0, 8998.0, 8992.0, 8995.0, 9000.0, 8967.0, 9000.0, 8984.0, 8972.0, 9001.0, 8984.0, 9006.0, 9004.0, 8990.0, 9024.0, 8987.0, 9020.0, 9002.0, 9009.0, 9003.0, 8988.0, 9019.0, 9029.0, 9002.0, 9003.0, 9002.0, 9007.0, 9011.0, 8990.0, 9005.0, 9000.0, 9019.0, 9012.0, 9003.0, 9003.0, 8984.0, 9015.0, 8982.0, 8991.0, 9016.0, 9001.0, 9009.0, 9001.0, 9018.0, 8987.0, 9025.0, 9017.0, 8996.0, 9030.0, 9020.0, 9025.0, 9008.0, 9010.0, 9027.0, 9007.0, 8991.0, 9020.0, 8987.0, 9024.0, 9002.0, 8998.0, 9005.0, 8974.0, 9016.0, 9002.0, 8987.0, 8985.0, 8982.0, 9016.0, 9000.0, 9000.0, 9016.0, 8981.0, 9012.0, 8999.0, 8997.0, 9000.0, 8980.0, 8997.0, 8982.0, 8995.0, 9014.0, 8980.0, 9012.0, 8981.0, 9000.0, 9011.0, 8985.0, 9011.0, 8994.0, 9015.0, 9003.0, 9034.0, 9003.0, 9037.0, 8996.0, 9059.0, 9042.0, 9017.0, 9018.0, 8983.0, 9011.0, 8998.0, 8976.0, 8995.0, 8988.0, 8993.0, 9001.0, 8964.0, 8992.0, 8966.0, 9003.0, 9026.0, 9025.0, 8995.0, 8991.0, 8993.0, 9042.0, 9030.0, 8991.0, 9024.0, 9022.0, 9002.0, 9026.0, 9006.0, 9016.0, 9025.0, 8997.0, 8993.0, 8984.0, 8989.0, 8994.0, 8968.0, 8982.0, 8978.0, 8989.0, 8973.0, 8968.0, 8986.0, 8987.0, 9010.0, 8980.0, 8971.0, 9001.0, 8957.0, 8959.0, 8924.0, 8971.0, 8947.0, 8964.0, 8986.0, 8950.0, 8967.0, 8951.0, 8962.0, 8969.0, 8947.0, 8971.0, 8944.0, 8965.0, 8950.0, 8970.0, 8973.0, 8973.0, 9006.0, 8960.0, 8991.0, 8976.0, 8972.0, 8988.0, 8954.0, 8977.0, 8953.0, 8985.0, 8960.0, 8995.0, 9001.0, 8962.0, 9014.0, 8979.0, 8979.0, 8998.0, 8974.0, 8982.0, 8977.0, 8975.0, 8996.0, 8960.0, 8994.0, 8980.0, 8978.0, 8997.0, 8965.0, 9000.0, 8997.0, 8992.0, 9001.0, 8985.0, 8999.0, 8981.0, 8998.0, 8986.0, 8986.0, 9020.0, 9004.0, 9025.0, 9022.0, 9011.0, 9026.0, 8990.0, 9030.0, 9006.0, 9009.0, 9014.0, 8990.0, 9021.0, 9006.0, 8990.0, 9009.0, 8985.0, 9017.0, 9000.0, 9001.0, 9005.0, 8986.0, 9002.0, 9004.0, 8988.0, 9011.0, 9007.0, 8991.0, 9024.0, 9008.0, 9018.0, 9009.0, 9011.0, 9026.0, 9012.0, 9018.0, 9010.0, 9010.0, 9026.0, 8992.0, 9010.0, 9005.0, 8996.0, 9026.0, 8991.0, 9023.0, 9020.0, 8993.0, 9027.0, 9006.0, 9024.0, 9020.0, 9006.0, 9013.0, 9004.0, 9006.0, 9025.0, 8991.0, 9008.0, 9010.0, 8997.0, 9024.0, 8995.0, 9033.0, 9008.0, 9013.0, 9030.0, 8999.0, 9034.0, 9012.0, 9017.0, 9012.0, 9001.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.0006785757121439281</td></tr>
<tr><td colspan=3>aqi</td><td>0.02690753523238381</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.95656420000751</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1715874316954256</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9904828260015004</td></tr>
<tr><td colspan=3>efc</td><td>0.4544</td></tr>
<tr><td colspan=3>fber</td><td>7019.4736</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07469915456990345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.373313343328336</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4129587148194602</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.302313945108558</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6689955727298234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.267566626619999</td></tr>
<tr><td colspan=3>gcor</td><td>0.00931551</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014087853021919727</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025383703410625458</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>3.8420100266174626</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>27.2015</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4852</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.7078</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305837.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>682.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.8268</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0752</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.1851</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3283.7009</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3474.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70707.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.2078</td></tr>
<tr><td colspan=3>tsnr</td><td>34.69900845119264</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>