<?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-0115_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-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_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-0115/figures/sub-0115_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_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-0115/ses-03/func/sub-0115_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>d5714430ce40c6985e0fb3e28f75fd9a</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>21:16:30.852500</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.998011, -0.00987656, -0.0622565, 0.00174189, 0.991593, -0.129386]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0810473</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>[4226, -7694, -7314, 192, -146, -69, -115, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>045716b8-9c4d-4ffc-84ea-8d98c5ccbb7d||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.677591323852539, 0.004673355724662542, -0.1701297014951706, 111.69415283203125], [0.0264980960637331, 2.6603710651397705, -0.3483540117740631, -98.15072631835938], [-0.16702967882156372, 0.34713253378868103, 2.672022819519043, -97.13198852539062], [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': ['211630.852500', '211631.312500', '211631.772500', '211632.232500', '211632.692500', '211633.152500', '211633.612500', '211634.072500', '211634.532500', '211634.992500', '211635.452500', '211635.912500', '211636.372500', '211636.832500', '211637.292500', '211637.752500', '211638.212500', '211638.672500', '211639.132500', '211639.592500', '211640.052500', '211640.512500', '211640.972500', '211641.432500', '211641.892500', '211642.352500', '211642.812500', '211643.272500', '211643.732500', '211644.192500', '211644.652500', '211645.112500', '211645.572500', '211646.032500', '211646.492500', '211646.952500', '211647.412500', '211647.872500', '211648.332500', '211648.792500', '211649.252500', '211649.712500', '211650.172500', '211650.632500', '211651.092500', '211651.552500', '211652.012500', '211652.472500', '211652.932500', '211653.392500', '211653.852500', '211654.312500', '211654.772500', '211655.232500', '211655.692500', '211656.152500', '211656.612500', '211657.072500', '211657.532500', '211657.992500', '211658.452500', '211658.912500', '211659.372500', '211659.832500', '211700.292500', '211700.752500', '211701.212500', '211701.672500', '211702.132500', '211702.592500', '211703.052500', '211703.512500', '211703.972500', '211704.432500', '211704.892500', '211705.352500', '211705.812500', '211706.272500', '211706.732500', '211707.192500', '211707.652500', '211708.112500', '211708.572500', '211709.032500', '211709.492500', '211709.952500', '211710.412500', '211710.872500', '211711.332500', '211711.792500', '211712.252500', '211712.712500', '211713.172500', '211713.632500', '211714.092500', '211714.552500', '211715.012500', '211715.472500', '211715.932500', '211716.392500', '211716.852500', '211717.312500', '211717.772500', '211718.232500', '211718.692500', '211719.152500', '211719.612500', '211720.072500', '211720.532500', '211720.992500', '211721.452500', '211721.912500', '211722.372500', '211722.832500', '211723.292500', '211723.752500', '211724.212500', '211724.672500', '211725.132500', '211725.592500', '211726.052500', '211726.512500', '211726.972500', '211727.432500', '211727.892500', '211728.352500', '211728.812500', '211729.272500', '211729.732500', '211730.192500', '211730.652500', '211731.112500', '211731.572500', '211732.032500', '211732.492500', '211732.952500', '211733.412500', '211733.872500', '211734.332500', '211734.792500', '211735.252500', '211735.712500', '211736.172500', '211736.632500', '211737.092500', '211737.552500', '211738.012500', '211738.472500', '211738.932500', '211739.392500', '211739.852500', '211740.312500', '211740.772500', '211741.232500', '211741.692500', '211742.152500', '211742.612500', '211743.072500', '211743.532500', '211743.992500', '211744.452500', '211744.912500', '211745.372500', '211745.832500', '211746.292500', '211746.752500', '211747.212500', '211747.672500', '211748.132500', '211748.592500', '211749.052500', '211749.512500', '211749.972500', '211750.432500', '211750.892500', '211751.352500', '211751.812500', '211752.272500', '211752.732500', '211753.192500', '211753.652500', '211754.112500', '211754.572500', '211755.032500', '211755.492500', '211755.952500', '211756.412500', '211756.872500', '211757.332500', '211757.792500', '211758.252500', '211758.712500', '211759.172500', '211759.632500', '211800.092500', '211800.552500', '211801.012500', '211801.472500', '211801.932500', '211802.392500', '211802.852500', '211803.312500', '211803.772500', '211804.232500', '211804.692500', '211805.152500', '211805.612500', '211806.072500', '211806.532500', '211806.992500', '211807.452500', '211807.912500', '211808.372500', '211808.832500', '211809.292500', '211809.752500', '211810.212500', '211810.672500', '211811.132500', '211811.592500', '211812.052500', '211812.512500', '211812.972500', '211813.432500', '211813.892500', '211814.352500', '211814.812500', '211815.272500', '211815.732500', '211816.192500', '211816.652500', '211817.112500', '211817.572500', '211818.032500', '211818.492500', '211818.952500', '211819.412500', '211819.872500', '211820.332500', '211820.792500', '211821.252500', '211821.712500', '211822.172500', '211822.632500', '211823.092500', '211823.552500', '211824.012500', '211824.472500', '211824.932500', '211825.392500', '211825.852500', '211826.312500', '211826.772500', '211827.232500', '211827.692500', '211828.152500', '211828.612500', '211829.072500', '211829.532500', '211829.992500', '211830.452500', '211830.912500', '211831.372500', '211831.832500', '211832.292500', '211832.752500', '211833.212500', '211833.672500', '211834.132500', '211834.592500', '211835.052500', '211835.512500', '211835.972500', '211836.432500', '211836.892500', '211837.352500', '211837.812500', '211838.272500', '211838.732500', '211839.192500', '211839.652500', '211840.112500', '211840.572500', '211841.032500', '211841.492500', '211841.952500', '211842.412500', '211842.872500', '211843.332500', '211843.792500', '211844.252500', '211844.712500', '211845.172500', '211845.632500', '211846.092500', '211846.552500', '211847.012500', '211847.472500', '211847.932500', '211848.392500', '211848.852500', '211849.312500', '211849.772500', '211850.232500', '211850.692500', '211851.152500', '211851.612500', '211852.072500', '211852.532500', '211852.992500', '211853.452500', '211853.912500', '211854.372500', '211854.832500', '211855.292500', '211855.752500', '211856.212500', '211856.672500', '211857.132500', '211857.592500', '211858.052500', '211858.512500', '211858.972500', '211859.432500', '211859.892500', '211900.352500', '211900.812500', '211901.272500', '211901.732500', '211902.192500', '211902.652500', '211903.112500', '211903.572500', '211904.032500', '211904.492500', '211904.952500', '211905.412500', '211905.872500', '211906.332500', '211906.792500', '211907.252500', '211907.712500', '211908.172500', '211908.632500', '211909.092500', '211909.552500', '211910.012500', '211910.472500', '211910.932500', '211911.392500', '211911.852500', '211912.312500', '211912.772500', '211913.232500', '211913.692500', '211914.152500', '211914.612500', '211915.072500', '211915.532500', '211915.992500', '211916.452500', '211916.912500', '211917.372500', '211917.832500', '211918.292500', '211918.752500', '211919.212500', '211919.672500', '211920.132500', '211920.592500', '211921.052500', '211921.512500', '211921.972500', '211922.432500', '211922.892500', '211923.352500', '211923.812500', '211924.272500', '211924.732500', '211925.192500', '211925.652500', '211926.112500', '211926.572500', '211927.032500', '211927.492500', '211927.952500', '211928.412500', '211928.872500', '211929.332500', '211929.792500', '211930.252500', '211930.712500', '211931.172500', '211931.632500', '211932.092500', '211932.552500', '211933.012500', '211933.472500', '211933.932500', '211934.392500', '211934.852500', '211935.312500', '211935.772500', '211936.232500', '211936.692500', '211937.152500', '211937.612500', '211938.072500', '211938.532500', '211938.992500', '211939.452500', '211939.912500', '211940.372500', '211940.832500', '211941.292500', '211941.752500', '211942.212500', '211942.672500', '211943.132500', '211943.592500', '211944.052500', '211944.512500', '211944.972500', '211945.432500', '211945.892500', '211946.352500', '211946.812500', '211947.272500', '211947.732500', '211948.192500', '211948.652500', '211949.112500', '211949.572500', '211950.032500', '211950.492500', '211950.952500', '211951.412500', '211951.872500', '211952.332500', '211952.792500', '211953.252500', '211953.712500', '211954.172500', '211954.632500', '211955.092500', '211955.552500', '211956.012500', '211956.472500', '211956.932500', '211957.392500', '211957.852500', '211958.312500', '211958.772500', '211959.232500', '211959.692500', '212000.152500', '212000.612500', '212001.072500', '212001.532500', '212001.992500', '212002.452500', '212002.912500', '212003.372500', '212003.832500', '212004.292500', '212004.752500', '212005.212500', '212005.672500', '212006.132500', '212006.592500', '212007.052500', '212007.512500', '212007.972500', '212008.432500', '212008.892500', '212009.352500', '212009.812500', '212010.272500', '212010.732500', '212011.192500', '212011.652500', '212012.112500', '212012.572500', '212013.032500', '212013.492500', '212013.952500', '212014.412500', '212014.872500', '212015.332500', '212015.792500', '212016.252500', '212016.712500', '212017.172500', '212017.632500', '212018.092500', '212018.552500', '212019.012500', '212019.472500', '212019.932500', '212020.392500', '212020.852500', '212021.312500', '212021.772500', '212022.232500', '212022.692500', '212023.152500', '212023.612500', '212024.072500', '212024.532500', '212024.992500', '212025.452500', '212025.912500', '212026.372500', '212026.832500', '212027.292500', '212027.752500', '212028.212500', '212028.672500', '212029.132500', '212029.592500', '212030.052500', '212030.512500', '212030.972500', '212031.432500', '212031.892500', '212032.352500', '212032.812500', '212033.272500', '212033.732500', '212034.192500', '212034.652500', '212035.112500', '212035.572500', '212036.032500', '212036.492500', '212036.952500', '212037.412500', '212037.872500', '212038.332500', '212038.792500', '212039.252500', '212039.712500', '212040.172500', '212040.632500', '212041.092500', '212041.552500', '212042.012500', '212042.472500', '212042.932500', '212043.392500', '212043.852500', '212044.312500', '212044.772500', '212045.232500', '212045.692500', '212046.152500', '212046.612500', '212047.072500', '212047.532500', '212047.992500', '212048.452500', '212048.912500', '212049.372500', '212049.832500', '212050.292500', '212050.752500', '212051.212500', '212051.672500', '212052.132500', '212052.592500', '212053.052500', '212053.512500', '212053.972500', '212054.432500', '212054.892500', '212055.352500', '212055.812500', '212056.272500', '212056.732500', '212057.192500', '212057.652500', '212058.112500', '212058.572500', '212059.032500', '212059.492500', '212059.952500', '212100.412500', '212100.872500', '212101.332500', '212101.792500', '212102.252500', '212102.712500', '212103.172500', '212103.632500', '212104.092500', '212104.552500', '212105.012500', '212105.472500', '212105.932500', '212106.392500', '212106.852500', '212107.312500', '212107.772500', '212108.232500', '212108.692500', '212109.152500', '212109.612500', '212110.072500', '212110.532500', '212110.992500', '212111.452500', '212111.912500', '212112.372500', '212112.832500', '212113.292500', '212113.752500', '212114.212500', '212114.672500', '212115.132500', '212115.592500', '212116.052500', '212116.512500', '212116.972500', '212117.432500', '212117.892500', '212118.352500', '212118.812500', '212119.272500', '212119.732500', '212120.192500', '212120.652500', '212121.112500', '212121.572500', '212122.032500', '212122.492500', '212122.952500', '212123.412500', '212123.872500', '212124.332500', '212124.792500', '212125.252500', '212125.712500', '212126.172500', '212126.632500', '212127.092500', '212127.552500', '212128.012500', '212128.472500', '212128.932500', '212129.392500', '212129.852500', '212130.312500', '212130.772500', '212131.232500', '212131.692500', '212132.152500', '212132.612500', '212133.072500', '212133.532500', '212133.992500', '212134.452500', '212134.912500', '212135.372500', '212135.832500', '212136.292500', '212136.752500', '212137.212500', '212137.672500', '212138.132500', '212138.592500', '212139.052500', '212139.512500', '212139.972500', '212140.432500', '212140.892500', '212141.352500', '212141.812500', '212142.272500', '212142.732500', '212143.192500', '212143.652500', '212144.112500', '212144.572500', '212145.032500', '212145.492500', '212145.952500', '212146.412500', '212146.872500', '212147.332500', '212147.792500', '212148.252500', '212148.712500', '212149.172500', '212149.632500', '212150.092500', '212150.552500', '212151.012500', '212151.472500', '212151.932500', '212152.392500', '212152.852500', '212153.312500', '212153.772500', '212154.232500', '212154.692500', '212155.152500', '212155.612500', '212156.072500', '212156.532500', '212156.992500', '212157.452500', '212157.912500', '212158.372500', '212158.832500', '212159.292500', '212159.752500', '212200.212500', '212200.672500', '212201.132500', '212201.592500', '212202.052500', '212202.512500', '212202.972500', '212203.432500', '212203.892500', '212204.352500', '212204.812500', '212205.272500', '212205.732500', '212206.192500', '212206.652500', '212207.112500', '212207.572500', '212208.032500', '212208.492500', '212208.952500', '212209.412500', '212209.872500', '212210.332500', '212210.792500', '212211.252500', '212211.712500', '212212.172500', '212212.632500', '212213.092500', '212213.552500', '212214.012500', '212214.472500', '212214.932500', '212215.392500', '212215.852500', '212216.312500', '212216.772500', '212217.232500', '212217.692500', '212218.152500', '212218.612500', '212219.072500', '212219.532500', '212219.992500', '212220.452500', '212220.912500', '212221.372500', '212221.832500', '212222.292500', '212222.752500', '212223.212500', '212223.672500', '212224.132500', '212224.592500', '212225.052500', '212225.512500', '212225.972500', '212226.432500', '212226.892500', '212227.352500', '212227.812500', '212228.272500', '212228.732500', '212229.192500', '212229.652500', '212230.112500', '212230.572500', '212231.032500', '212231.492500', '212231.952500', '212232.412500', '212232.872500', '212233.332500', '212233.792500', '212234.252500', '212234.712500', '212235.172500', '212235.632500', '212236.092500', '212236.552500', '212237.012500', '212237.472500', '212237.932500', '212238.392500', '212238.852500', '212239.312500', '212239.772500', '212240.232500', '212240.692500', '212241.152500', '212241.612500', '212242.072500', '212242.532500', '212242.992500', '212243.452500', '212243.912500', '212244.372500', '212244.832500', '212245.292500', '212245.752500', '212246.212500', '212246.672500', '212247.132500', '212247.592500', '212248.052500', '212248.512500', '212248.972500', '212249.432500', '212249.892500', '212250.352500', '212250.812500', '212251.272500', '212251.732500', '212252.192500', '212252.652500', '212253.112500', '212253.572500', '212254.032500', '212254.492500', '212254.952500', '212255.412500', '212255.872500', '212256.332500', '212256.792500', '212257.252500', '212257.712500', '212258.172500', '212258.632500', '212259.092500', '212259.552500', '212300.012500', '212300.472500', '212300.932500', '212301.392500', '212301.852500', '212302.312500', '212302.772500', '212303.232500', '212303.692500', '212304.152500', '212304.612500', '212305.072500', '212305.532500', '212305.992500', '212306.452500', '212306.912500', '212307.372500', '212307.832500', '212308.292500', '212308.752500', '212309.212500', '212309.672500', '212310.132500', '212310.592500', '212311.052500', '212311.512500', '212311.972500', '212312.432500', '212312.892500', '212313.352500', '212313.812500', '212314.272500', '212314.732500', '212315.192500', '212315.652500', '212316.112500', '212316.572500', '212317.032500', '212317.492500', '212317.952500', '212318.412500', '212318.872500', '212319.332500', '212319.792500', '212320.252500', '212320.712500', '212321.172500', '212321.632500', '212322.092500', '212322.552500', '212323.012500', '212323.472500', '212323.932500', '212324.392500', '212324.852500', '212325.312500', '212325.772500', '212326.232500', '212326.692500', '212327.152500', '212327.612500', '212328.072500', '212328.532500', '212328.992500', '212329.452500', '212329.912500', '212330.372500', '212330.832500', '212331.292500', '212331.752500', '212332.212500', '212332.672500', '212333.132500', '212333.592500', '212334.052500', '212334.512500', '212334.972500', '212335.432500', '212335.892500', '212336.352500', '212336.812500', '212337.272500', '212337.732500', '212338.192500', '212338.652500', '212339.112500', '212339.572500', '212340.032500', '212340.492500', '212340.952500', '212341.412500', '212341.872500', '212342.332500', '212342.792500', '212343.252500', '212343.712500', '212344.172500', '212344.632500', '212345.092500', '212345.552500', '212346.012500', '212346.472500', '212346.932500', '212347.392500', '212347.852500', '212348.312500', '212348.772500', '212349.232500', '212349.692500', '212350.152500', '212350.612500', '212351.072500', '212351.532500', '212351.992500', '212352.452500', '212352.912500', '212353.372500', '212353.832500', '212354.292500', '212354.752500', '212355.212500', '212355.672500', '212356.132500', '212356.592500', '212357.052500', '212357.512500', '212357.972500', '212358.432500', '212358.892500', '212359.352500', '212359.812500', '212400.272500', '212400.732500', '212401.192500', '212401.652500', '212402.112500', '212402.572500', '212403.032500', '212403.492500', '212403.952500', '212404.412500', '212404.872500', '212405.332500', '212405.792500', '212406.252500', '212406.712500', '212407.172500', '212407.632500', '212408.092500', '212408.552500', '212409.012500', '212409.472500', '212409.932500', '212410.392500', '212410.852500', '212411.312500', '212411.772500', '212412.232500', '212412.692500', '212413.152500', '212413.612500', '212414.072500', '212414.532500', '212414.992500', '212415.452500', '212415.912500', '212416.372500', '212416.832500', '212417.292500', '212417.752500', '212418.212500', '212418.672500', '212419.132500', '212419.592500', '212420.052500', '212420.512500', '212420.972500', '212421.432500', '212421.892500', '212422.352500', '212422.812500', '212423.272500', '212423.732500', '212424.192500', '212424.652500', '212425.112500', '212425.572500', '212426.032500', '212426.492500', '212426.952500', '212427.412500', '212427.872500', '212428.332500', '212428.792500', '212429.252500', '212429.712500', '212430.172500', '212430.632500', '212431.092500', '212431.552500', '212432.012500', '212432.472500', '212432.932500', '212433.392500', '212433.852500', '212434.312500', '212434.772500', '212435.232500', '212435.692500', '212436.152500', '212436.612500', '212437.072500', '212437.532500', '212437.992500', '212438.452500', '212438.912500', '212439.372500', '212439.832500', '212440.292500', '212440.752500', '212441.212500', '212441.672500', '212442.132500', '212442.592500', '212443.052500', '212443.512500', '212443.972500', '212444.432500', '212444.892500', '212445.352500', '212445.812500', '212446.272500', '212446.732500', '212447.192500', '212447.652500', '212448.112500', '212448.572500', '212449.032500', '212449.492500', '212449.952500', '212450.412500', '212450.872500', '212451.332500', '212451.792500', '212452.252500', '212452.712500', '212453.172500', '212453.632500', '212454.092500', '212454.552500', '212455.012500', '212455.472500', '212455.932500', '212456.392500', '212456.852500', '212457.312500', '212457.772500', '212458.232500', '212458.692500', '212459.152500', '212459.612500', '212500.072500', '212500.532500', '212500.992500', '212501.452500', '212501.912500', '212502.372500', '212502.832500', '212503.292500', '212503.752500', '212504.212500', '212504.672500', '212505.132500', '212505.592500', '212506.052500', '212506.512500', '212506.972500', '212507.432500', '212507.892500', '212508.352500', '212508.812500', '212509.272500', '212509.732500', '212510.192500', '212510.652500', '212511.112500', '212511.572500', '212512.032500', '212512.492500', '212512.952500', '212513.412500', '212513.872500', '212514.332500', '212514.792500', '212515.252500', '212515.712500', '212516.172500', '212516.632500', '212517.092500', '212517.552500', '212518.012500', '212518.472500', '212518.932500', '212519.392500', '212519.852500', '212520.312500', '212520.772500', '212521.232500', '212521.692500', '212522.152500', '212522.612500', '212523.072500', '212523.532500', '212523.992500', '212524.452500', '212524.912500', '212525.372500', '212525.832500', '212526.292500', '212526.752500', '212527.212500', '212527.672500', '212528.132500', '212528.592500', '212529.052500', '212529.512500', '212529.972500', '212530.432500', '212530.892500', '212531.352500', '212531.812500', '212532.272500', '212532.732500', '212533.192500', '212533.652500', '212534.112500', '212534.572500', '212535.032500', '212535.492500', '212535.952500', '212536.412500', '212536.872500', '212537.332500', '212537.792500', '212538.252500', '212538.712500', '212539.172500', '212539.632500', '212540.092500', '212540.552500', '212541.012500', '212541.472500', '212541.932500', '212542.392500', '212542.852500', '212543.312500', '212543.772500', '212544.232500', '212544.692500', '212545.152500', '212545.612500', '212546.072500', '212546.532500', '212546.992500', '212547.452500', '212547.912500', '212548.372500', '212548.832500', '212549.292500', '212549.752500', '212550.212500', '212550.672500', '212551.132500', '212551.592500', '212552.052500', '212552.512500', '212552.972500', '212553.432500', '212553.892500', '212554.352500', '212554.812500', '212555.272500', '212555.732500', '212556.192500', '212556.652500', '212557.112500', '212557.572500', '212558.032500', '212558.492500', '212558.952500', '212559.412500', '212559.872500', '212600.332500', '212600.792500', '212601.252500', '212601.712500', '212602.172500', '212602.632500', '212603.092500', '212603.552500', '212604.012500', '212604.472500', '212604.932500', '212605.392500', '212605.852500', '212606.312500', '212606.772500', '212607.232500', '212607.692500', '212608.152500', '212608.612500', '212609.072500', '212609.532500', '212609.992500', '212610.452500', '212610.912500', '212611.372500', '212611.832500', '212612.292500', '212612.752500', '212613.212500', '212613.672500', '212614.132500', '212614.592500', '212615.052500', '212615.512500', '212615.972500', '212616.432500', '212616.892500', '212617.352500', '212617.812500', '212618.272500', '212618.732500', '212619.192500', '212619.652500', '212620.112500', '212620.572500', '212621.032500', '212621.492500', '212621.952500', '212622.412500', '212622.872500', '212623.332500', '212623.792500', '212624.252500', '212624.712500', '212625.172500', '212625.632500', '212626.092500', '212626.552500', '212627.012500', '212627.472500', '212627.932500', '212628.392500', '212628.852500', '212629.312500', '212629.772500', '212630.232500', '212630.692500', '212631.152500', '212631.612500', '212632.072500', '212632.532500', '212632.992500', '212633.452500', '212633.912500', '212634.372500', '212634.832500', '212635.292500', '212635.752500', '212636.212500', '212636.672500', '212637.132500', '212637.592500', '212638.052500', '212638.512500', '212638.972500', '212639.432500', '212639.892500', '212640.352500', '212640.812500', '212641.272500', '212641.732500', '212642.192500', '212642.652500', '212643.112500', '212643.572500', '212644.032500', '212644.492500'], 'ContentTime': ['211659.840000', '211659.870000', '211659.873000', '211659.875000', '211659.878000', '211659.880000', '211659.883000', '211659.886000', '211659.889000', '211659.892000', '211659.905000', '211659.908000', '211659.910000', '211659.913000', '211659.916000', '211659.919000', '211659.922000', '211659.924000', '211659.927000', '211659.929000', '211659.932000', '211659.934000', '211659.937000', '211659.940000', '211659.942000', '211659.945000', '211659.947000', '211659.950000', '211659.953000', '211659.955000', '211659.958000', '211659.960000', '211659.963000', '211659.965000', '211659.968000', '211659.971000', '211659.973000', '211659.976000', '211659.978000', '211659.981000', '211659.984000', '211659.986000', '211659.989000', '211659.991000', '211659.994000', '211659.997000', '211700.000000', '211700.003000', '211700.005000', '211700.008000', '211700.011000', '211700.013000', '211700.016000', '211700.018000', '211700.021000', '211700.024000', '211700.026000', '211700.029000', '211700.031000', '211700.034000', '211700.037000', '211719.810000', '211719.813000', '211719.816000', '211719.818000', '211719.821000', '211719.823000', '211719.826000', '211719.829000', '211719.831000', '211719.834000', '211719.836000', '211719.839000', '211719.841000', '211719.844000', '211719.847000', '211719.849000', '211719.852000', '211719.854000', '211719.857000', '211719.859000', '211719.862000', '211719.865000', '211719.867000', '211719.870000', '211719.872000', '211719.875000', '211719.877000', '211719.880000', '211719.883000', '211719.885000', '211719.888000', '211719.890000', '211719.893000', '211719.895000', '211719.898000', '211719.901000', '211719.903000', '211719.906000', '211719.908000', '211719.911000', '211719.914000', '211719.916000', '211719.919000', '211739.810000', '211739.813000', '211739.816000', '211739.836000', '211739.838000', '211739.841000', '211739.844000', '211739.846000', '211739.849000', '211739.867000', '211739.870000', '211739.872000', '211739.875000', '211739.878000', '211739.880000', '211739.883000', '211739.886000', '211739.888000', '211739.891000', '211739.893000', '211739.896000', '211739.899000', '211739.902000', '211739.905000', '211739.908000', '211739.910000', '211739.913000', '211739.916000', '211739.918000', '211739.921000', '211739.923000', '211739.926000', '211739.929000', '211739.931000', '211739.934000', '211739.937000', '211739.939000', '211739.942000', '211739.944000', '211739.947000', '211739.950000', '211739.952000', '211739.955000', '211739.957000', '211759.810000', '211759.813000', '211759.816000', '211759.818000', '211759.821000', '211759.824000', '211759.826000', '211759.841000', '211759.843000', '211759.846000', '211759.849000', '211759.851000', '211759.854000', '211759.856000', '211759.859000', '211759.861000', '211759.864000', '211759.866000', '211759.869000', '211759.872000', '211759.874000', '211759.877000', '211759.879000', '211759.882000', '211759.885000', '211759.887000', '211759.890000', '211759.892000', '211759.895000', '211759.898000', '211759.900000', '211759.903000', '211759.906000', '211759.908000', '211759.911000', '211759.913000', '211759.916000', '211759.919000', '211759.921000', '211759.924000', '211759.926000', '211759.929000', '211759.932000', '211759.934000', '211819.810000', '211819.813000', '211819.816000', '211819.819000', '211819.821000', '211819.824000', '211819.826000', '211819.829000', '211819.832000', '211819.834000', '211819.837000', '211819.839000', '211819.842000', '211819.845000', '211819.847000', '211819.850000', '211819.852000', '211819.855000', '211819.857000', '211819.860000', '211819.863000', '211819.865000', '211819.868000', '211819.871000', '211819.873000', '211819.876000', '211819.879000', '211819.881000', '211819.884000', '211819.886000', '211819.889000', '211819.892000', '211819.894000', '211819.897000', '211819.899000', '211819.902000', '211819.905000', '211819.907000', '211819.910000', '211819.913000', '211819.916000', '211819.918000', '211819.921000', '211839.810000', '211839.813000', '211839.816000', '211839.818000', '211839.821000', '211839.824000', '211839.826000', '211839.829000', '211839.832000', '211839.834000', '211839.837000', '211839.839000', '211839.842000', '211839.844000', '211839.847000', '211839.850000', '211839.852000', '211839.855000', '211839.858000', '211839.860000', '211839.863000', '211839.865000', '211839.868000', '211839.871000', '211839.873000', '211839.876000', '211839.878000', '211839.881000', '211839.883000', '211839.886000', '211839.888000', '211839.891000', '211839.894000', '211839.896000', '211839.899000', '211839.902000', '211839.904000', '211839.907000', '211839.909000', '211839.912000', '211839.914000', '211839.917000', '211839.919000', '211839.922000', '211859.812000', '211859.836000', '211859.838000', '211859.841000', '211859.843000', '211859.846000', '211859.849000', '211859.851000', '211859.854000', '211859.856000', '211859.859000', '211859.862000', '211859.864000', '211859.867000', '211859.869000', '211859.872000', '211859.875000', '211859.877000', '211859.880000', '211859.883000', '211859.885000', '211859.888000', '211859.890000', '211859.893000', '211859.896000', '211859.898000', '211859.901000', '211859.903000', '211859.906000', '211859.909000', '211859.911000', '211859.914000', '211859.916000', '211859.919000', '211859.922000', '211859.924000', '211859.927000', '211859.929000', '211859.932000', '211859.935000', '211859.937000', '211859.940000', '211859.942000', '211919.811000', '211919.845000', '211919.847000', '211919.850000', '211919.852000', '211919.855000', '211919.857000', '211919.860000', '211919.863000', '211919.865000', '211919.868000', '211919.870000', '211919.873000', '211919.883000', '211919.885000', '211919.888000', '211919.890000', '211919.893000', '211919.896000', '211919.898000', '211919.901000', '211919.903000', '211919.906000', '211919.909000', '211919.911000', '211919.914000', '211919.916000', '211919.919000', '211919.922000', '211919.924000', '211919.927000', '211919.929000', '211919.932000', '211919.935000', '211919.937000', '211919.940000', '211919.942000', '211919.945000', '211919.947000', '211919.950000', '211919.953000', '211919.955000', '211919.958000', '211919.960000', '211939.811000', '211939.815000', '211939.826000', '211939.828000', '211939.831000', '211939.833000', '211939.836000', '211939.839000', '211939.841000', '211939.844000', '211939.846000', '211939.849000', '211939.852000', '211939.854000', '211939.857000', '211939.859000', '211939.862000', '211939.865000', '211939.867000', '211939.870000', '211939.872000', '211939.875000', '211939.878000', '211939.880000', '211939.883000', '211939.885000', '211939.888000', '211939.891000', '211939.893000', '211939.896000', '211939.899000', '211939.901000', '211939.904000', '211939.906000', '211939.909000', '211939.912000', '211939.914000', '211939.917000', '211939.919000', '211939.922000', '211939.925000', '211939.927000', '211939.930000', '211959.811000', '211959.813000', '211959.816000', '211959.819000', '211959.821000', '211959.824000', '211959.826000', '211959.829000', '211959.832000', '211959.839000', '211959.842000', '211959.844000', '211959.847000', '211959.849000', '211959.852000', '211959.855000', '211959.857000', '211959.860000', '211959.863000', '211959.865000', '211959.868000', '211959.870000', '211959.873000', '211959.875000', '211959.878000', '211959.881000', '211959.883000', '211959.886000', '211959.888000', '211959.891000', '211959.894000', '211959.896000', '211959.899000', '211959.902000', '211959.904000', '211959.907000', '211959.909000', '211959.912000', '211959.914000', '211959.917000', '211959.920000', '211959.922000', '211959.925000', '211959.927000', '212019.811000', '212019.838000', '212019.841000', '212019.843000', '212019.846000', '212019.848000', '212019.851000', '212019.854000', '212019.856000', '212019.859000', '212019.861000', '212019.864000', '212019.867000', '212019.869000', '212019.872000', '212019.875000', '212019.877000', '212019.880000', '212019.882000', '212019.885000', '212019.888000', '212019.890000', '212019.893000', '212019.895000', '212019.898000', '212019.901000', '212019.903000', '212019.906000', '212019.908000', '212019.911000', '212019.914000', '212019.916000', '212019.919000', '212019.922000', '212019.924000', '212019.927000', '212019.930000', '212019.932000', '212019.935000', '212019.937000', '212019.940000', '212019.942000', '212019.945000', '212039.811000', '212039.823000', '212039.826000', '212039.828000', '212039.831000', '212039.838000', '212039.841000', '212039.844000', '212039.846000', '212039.849000', '212039.852000', '212039.854000', '212039.857000', '212039.860000', '212039.862000', '212039.865000', '212039.867000', '212039.870000', '212039.873000', '212039.875000', '212039.878000', '212039.880000', '212039.883000', '212039.886000', '212039.888000', '212039.891000', '212039.893000', '212039.896000', '212039.899000', '212039.901000', '212039.904000', '212039.906000', '212039.909000', '212039.912000', '212039.914000', '212039.917000', '212039.919000', '212039.922000', '212039.925000', '212039.927000', '212039.930000', '212039.932000', '212039.935000', '212039.938000', '212059.810000', '212059.843000', '212059.846000', '212059.848000', '212059.851000', '212059.854000', '212059.856000', '212059.859000', '212059.861000', '212059.864000', '212059.866000', '212059.869000', '212059.872000', '212059.874000', '212059.877000', '212059.879000', '212059.882000', '212059.885000', '212059.887000', '212059.890000', '212059.893000', '212059.895000', '212059.898000', '212059.900000', '212059.903000', '212059.906000', '212059.908000', '212059.931000', '212059.934000', '212059.936000', '212059.939000', '212059.942000', '212059.944000', '212059.947000', '212059.949000', '212059.952000', '212059.955000', '212059.957000', '212059.960000', '212059.962000', '212059.965000', '212059.968000', '212059.970000', '212119.811000', '212119.837000', '212119.840000', '212119.842000', '212119.845000', '212119.848000', '212119.850000', '212119.853000', '212119.856000', '212119.858000', '212119.861000', '212119.863000', '212119.866000', '212119.869000', '212119.871000', '212119.874000', '212119.876000', '212119.879000', '212119.881000', '212119.884000', '212119.887000', '212119.889000', '212119.892000', '212119.895000', '212119.897000', '212119.900000', '212119.903000', '212119.905000', '212119.908000', '212119.910000', '212119.913000', '212119.916000', '212119.918000', '212119.921000', '212119.923000', '212119.926000', '212119.929000', '212119.931000', '212119.934000', '212119.937000', '212119.939000', '212119.942000', '212119.944000', '212139.811000', '212139.821000', '212139.823000', '212139.826000', '212139.828000', '212139.831000', '212139.833000', '212139.836000', '212139.839000', '212139.841000', '212139.844000', '212139.846000', '212139.849000', '212139.852000', '212139.854000', '212139.857000', '212139.859000', '212139.862000', '212139.865000', '212139.867000', '212139.870000', '212139.872000', '212139.875000', '212139.877000', '212139.880000', '212139.883000', '212139.885000', '212139.888000', '212139.890000', '212139.893000', '212139.896000', '212139.898000', '212139.901000', '212139.903000', '212139.906000', '212139.909000', '212139.911000', '212139.914000', '212139.916000', '212139.919000', '212139.922000', '212139.924000', '212139.927000', '212139.929000', '212159.811000', '212159.853000', '212159.855000', '212159.858000', '212159.861000', '212159.863000', '212159.866000', '212159.869000', '212159.871000', '212159.874000', '212159.876000', '212159.879000', '212159.882000', '212159.884000', '212159.887000', '212159.890000', '212159.892000', '212159.895000', '212159.897000', '212159.900000', '212159.903000', '212159.905000', '212159.908000', '212159.910000', '212159.913000', '212159.916000', '212159.918000', '212159.921000', '212159.924000', '212159.928000', '212159.931000', '212159.933000', '212159.936000', '212159.938000', '212159.941000', '212159.944000', '212159.946000', '212159.949000', '212159.951000', '212159.954000', '212159.957000', '212159.959000', '212159.962000', '212219.811000', '212219.870000', '212219.873000', '212219.876000', '212219.878000', '212219.881000', '212219.883000', '212219.886000', '212219.888000', '212219.891000', '212219.894000', '212219.896000', '212219.899000', '212219.901000', '212219.904000', '212219.907000', '212219.909000', '212219.912000', '212219.914000', '212219.917000', '212219.919000', '212219.922000', '212219.925000', '212219.927000', '212219.930000', '212219.932000', '212219.935000', '212219.938000', '212219.940000', '212219.943000', '212219.945000', '212219.948000', '212219.951000', '212219.953000', '212219.956000', '212219.958000', '212219.961000', '212219.963000', '212220.005000', '212220.008000', '212220.010000', '212220.013000', '212220.015000', '212220.018000', '212239.811000', '212239.849000', '212239.851000', '212239.854000', '212239.856000', '212239.859000', '212239.862000', '212239.864000', '212239.867000', '212239.869000', '212239.872000', '212239.874000', '212239.877000', '212239.880000', '212239.882000', '212239.885000', '212239.887000', '212239.890000', '212239.892000', '212239.895000', '212239.898000', '212239.900000', '212239.903000', '212239.905000', '212239.908000', '212239.911000', '212239.913000', '212239.916000', '212239.918000', '212239.921000', '212239.924000', '212239.926000', '212239.929000', '212239.931000', '212239.934000', '212239.937000', '212239.939000', '212239.942000', '212239.945000', '212239.947000', '212239.950000', '212239.952000', '212239.955000', '212259.811000', '212259.834000', '212259.836000', '212259.839000', '212259.841000', '212259.844000', '212259.846000', '212259.849000', '212259.852000', '212259.854000', '212259.857000', '212259.860000', '212259.862000', '212259.865000', '212259.867000', '212259.870000', '212259.873000', '212259.875000', '212259.878000', '212259.880000', '212259.883000', '212259.885000', '212259.888000', '212259.891000', '212259.893000', '212259.896000', '212259.898000', '212259.901000', '212259.904000', '212259.906000', '212259.909000', '212259.911000', '212259.914000', '212259.917000', '212259.919000', '212259.922000', '212259.924000', '212259.927000', '212259.930000', '212259.932000', '212259.935000', '212259.937000', '212259.940000', '212259.943000', '212319.811000', '212319.813000', '212319.816000', '212319.819000', '212319.821000', '212319.824000', '212319.826000', '212319.829000', '212319.832000', '212319.834000', '212319.837000', '212319.839000', '212319.850000', '212319.853000', '212319.855000', '212319.858000', '212319.860000', '212319.863000', '212319.865000', '212319.868000', '212319.871000', '212319.874000', '212319.877000', '212319.879000', '212319.882000', '212319.885000', '212319.887000', '212319.890000', '212319.893000', '212319.895000', '212319.898000', '212319.901000', '212319.903000', '212319.906000', '212319.908000', '212319.911000', '212319.914000', '212319.916000', '212319.919000', '212319.921000', '212319.924000', '212319.926000', '212319.929000', '212339.812000', '212339.814000', '212339.817000', '212339.820000', '212339.822000', '212339.825000', '212339.828000', '212339.830000', '212339.833000', '212339.835000', '212339.838000', '212339.840000', '212339.843000', '212339.846000', '212339.848000', '212339.851000', '212339.853000', '212339.856000', '212339.859000', '212339.861000', '212339.864000', '212339.866000', '212339.869000', '212339.872000', '212339.874000', '212339.877000', '212339.879000', '212339.882000', '212339.885000', '212339.887000', '212339.890000', '212339.892000', '212339.895000', '212339.898000', '212339.900000', '212339.903000', '212339.906000', '212339.908000', '212339.911000', '212339.914000', '212339.916000', '212339.919000', '212339.921000', '212339.924000', '212359.812000', '212359.815000', '212359.817000', '212359.820000', '212359.822000', '212359.825000', '212359.827000', '212359.830000', '212359.833000', '212359.835000', '212359.838000', '212359.840000', '212359.843000', '212359.846000', '212359.848000', '212359.851000', '212359.853000', '212359.856000', '212359.858000', '212359.861000', '212359.864000', '212359.866000', '212359.869000', '212359.871000', '212359.874000', '212359.876000', '212359.879000', '212359.882000', '212359.884000', '212359.887000', '212359.890000', '212359.892000', '212359.895000', '212359.897000', '212359.900000', '212359.903000', '212359.905000', '212359.908000', '212359.910000', '212359.913000', '212359.916000', '212359.918000', '212359.921000', '212419.811000', '212419.838000', '212419.840000', '212419.843000', '212419.845000', '212419.848000', '212419.851000', '212419.853000', '212419.856000', '212419.858000', '212419.861000', '212419.863000', '212419.866000', '212419.869000', '212419.871000', '212419.874000', '212419.876000', '212419.879000', '212419.882000', '212419.884000', '212419.887000', '212419.890000', '212419.892000', '212419.895000', '212419.897000', '212419.900000', '212419.903000', '212419.905000', '212419.908000', '212419.911000', '212419.913000', '212419.916000', '212419.918000', '212419.921000', '212419.924000', '212419.926000', '212419.929000', '212419.931000', '212419.934000', '212419.937000', '212419.939000', '212419.942000', '212419.945000', '212419.947000', '212439.811000', '212439.813000', '212439.816000', '212439.819000', '212439.821000', '212439.824000', '212439.827000', '212439.829000', '212439.832000', '212439.834000', '212439.837000', '212439.840000', '212439.842000', '212439.845000', '212439.847000', '212439.850000', '212439.853000', '212439.855000', '212439.858000', '212439.860000', '212439.863000', '212439.866000', '212439.868000', '212439.871000', '212439.873000', '212439.876000', '212439.878000', '212439.881000', '212439.883000', '212439.886000', '212439.889000', '212439.891000', '212439.894000', '212439.896000', '212439.899000', '212439.902000', '212439.905000', '212439.908000', '212439.911000', '212439.914000', '212439.917000', '212439.920000', '212439.922000', '212459.811000', '212459.842000', '212459.844000', '212459.847000', '212459.850000', '212459.852000', '212459.855000', '212459.858000', '212459.860000', '212459.863000', '212459.866000', '212459.868000', '212459.871000', '212459.873000', '212459.876000', '212459.879000', '212459.881000', '212459.884000', '212459.886000', '212459.889000', '212459.892000', '212459.894000', '212459.897000', '212459.899000', '212459.902000', '212459.905000', '212459.907000', '212459.910000', '212459.912000', '212459.915000', '212459.917000', '212459.920000', '212459.923000', '212459.925000', '212459.928000', '212459.931000', '212459.933000', '212459.936000', '212459.938000', '212459.941000', '212459.944000', '212459.946000', '212459.949000', '212519.810000', '212519.822000', '212519.824000', '212519.827000', '212519.830000', '212519.832000', '212519.835000', '212519.838000', '212519.840000', '212519.843000', '212519.845000', '212519.848000', '212519.851000', '212519.853000', '212519.856000', '212519.858000', '212519.861000', '212519.864000', '212519.866000', '212519.869000', '212519.871000', '212519.874000', '212519.877000', '212519.879000', '212519.882000', '212519.884000', '212519.887000', '212519.890000', '212519.892000', '212519.895000', '212519.897000', '212519.900000', '212519.903000', '212519.905000', '212519.908000', '212519.910000', '212519.913000', '212519.915000', '212519.918000', '212519.921000', '212519.923000', '212519.926000', '212519.928000', '212519.931000', '212539.811000', '212539.874000', '212539.877000', '212539.879000', '212539.882000', '212539.884000', '212539.887000', '212539.889000', '212539.892000', '212539.895000', '212539.897000', '212539.900000', '212539.902000', '212539.921000', '212539.924000', '212539.926000', '212539.929000', '212539.932000', '212539.934000', '212539.937000', '212539.939000', '212539.942000', '212539.945000', '212539.947000', '212539.950000', '212539.952000', '212539.955000', '212539.958000', '212539.960000', '212539.963000', '212539.966000', '212539.968000', '212539.971000', '212539.974000', '212539.976000', '212539.979000', '212539.981000', '212539.984000', '212539.987000', '212539.989000', '212539.992000', '212539.994000', '212539.997000', '212540.000000', '212559.812000', '212559.863000', '212559.866000', '212559.868000', '212559.871000', '212559.874000', '212559.876000', '212559.879000', '212559.881000', '212559.884000', '212559.886000', '212559.889000', '212559.892000', '212559.894000', '212559.897000', '212559.899000', '212559.902000', '212559.905000', '212559.907000', '212559.910000', '212559.912000', '212559.915000', '212559.917000', '212559.920000', '212559.923000', '212559.925000', '212559.928000', '212559.931000', '212559.934000', '212559.937000', '212559.939000', '212559.942000', '212559.945000', '212559.948000', '212559.950000', '212559.953000', '212559.956000', '212559.959000', '212559.961000', '212559.964000', '212559.966000', '212559.969000', '212559.972000', '212619.812000', '212619.840000', '212619.842000', '212619.845000', '212619.848000', '212619.850000', '212619.853000', '212619.855000', '212619.858000', '212619.860000', '212619.863000', '212619.866000', '212619.868000', '212619.871000', '212619.873000', '212619.876000', '212619.879000', '212619.881000', '212619.884000', '212619.886000', '212619.889000', '212619.892000', '212619.894000', '212619.897000', '212619.899000', '212619.902000', '212619.905000', '212619.907000', '212619.910000', '212619.912000', '212619.915000', '212619.918000', '212619.920000', '212619.923000', '212619.926000', '212619.928000', '212619.931000', '212619.933000', '212619.936000', '212619.939000', '212619.941000', '212619.944000', '212619.971000', '212619.974000', '212639.811000', '212639.907000', '212639.910000', '212639.912000', '212639.915000', '212639.918000', '212639.920000', '212639.923000', '212639.926000', '212639.928000', '212639.931000', '212639.933000', '212639.936000', '212639.939000', '212639.941000', '212639.944000', '212639.947000', '212639.949000', '212639.952000', '212639.955000', '212639.958000', '212639.961000', '212639.963000', '212639.966000', '212639.968000', '212639.971000', '212639.974000', '212639.976000', '212639.979000', '212639.981000', '212639.984000', '212639.987000', '212639.989000', '212639.992000', '212639.995000', '212639.997000', '212640.001000', '212640.003000', '212640.006000', '212640.009000', '212640.011000', '212640.014000', '212640.016000', '212645.423000', '212645.426000', '212645.428000', '212645.431000', '212645.434000', '212645.437000', '212645.440000', '212645.442000', '212645.445000', '212645.448000', '212645.452000', '212645.455000', '212645.458000'], 'InstanceCreationTime': ['211659.840000', '211659.870000', '211659.873000', '211659.875000', '211659.878000', '211659.880000', '211659.883000', '211659.886000', '211659.889000', '211659.892000', '211659.905000', '211659.908000', '211659.910000', '211659.913000', '211659.916000', '211659.919000', '211659.922000', '211659.924000', '211659.927000', '211659.929000', '211659.932000', '211659.934000', '211659.937000', '211659.940000', '211659.942000', '211659.945000', '211659.947000', '211659.950000', '211659.953000', '211659.955000', '211659.958000', '211659.960000', '211659.963000', '211659.965000', '211659.968000', '211659.971000', '211659.973000', '211659.976000', '211659.978000', '211659.981000', '211659.984000', '211659.986000', '211659.989000', '211659.991000', '211659.994000', '211659.997000', '211700.000000', '211700.003000', '211700.005000', '211700.008000', '211700.011000', '211700.013000', '211700.016000', '211700.018000', '211700.021000', '211700.024000', '211700.026000', '211700.029000', '211700.031000', '211700.034000', '211700.037000', '211719.810000', '211719.813000', '211719.816000', '211719.818000', '211719.821000', '211719.823000', '211719.826000', '211719.829000', '211719.831000', '211719.834000', '211719.836000', '211719.839000', '211719.841000', '211719.844000', '211719.847000', '211719.849000', '211719.852000', '211719.854000', '211719.857000', '211719.859000', '211719.862000', '211719.865000', '211719.867000', '211719.870000', '211719.872000', '211719.875000', '211719.877000', '211719.880000', '211719.883000', '211719.885000', '211719.888000', '211719.890000', '211719.893000', '211719.895000', '211719.898000', '211719.901000', '211719.903000', '211719.906000', '211719.908000', '211719.911000', '211719.914000', '211719.916000', '211719.919000', '211739.810000', '211739.813000', '211739.816000', '211739.836000', '211739.838000', '211739.841000', '211739.844000', '211739.846000', '211739.849000', '211739.867000', '211739.870000', '211739.872000', '211739.875000', '211739.878000', '211739.880000', '211739.883000', '211739.886000', '211739.888000', '211739.891000', '211739.893000', '211739.896000', '211739.899000', '211739.902000', '211739.905000', '211739.908000', '211739.910000', '211739.913000', '211739.916000', '211739.918000', '211739.921000', '211739.923000', '211739.926000', '211739.929000', '211739.931000', '211739.934000', '211739.937000', '211739.939000', '211739.942000', '211739.944000', '211739.947000', '211739.950000', '211739.952000', '211739.955000', '211739.957000', '211759.810000', '211759.813000', '211759.816000', '211759.818000', '211759.821000', '211759.824000', '211759.826000', '211759.841000', '211759.843000', '211759.846000', '211759.849000', '211759.851000', '211759.854000', '211759.856000', '211759.859000', '211759.861000', '211759.864000', '211759.866000', '211759.869000', '211759.872000', '211759.874000', '211759.877000', '211759.879000', '211759.882000', '211759.885000', '211759.887000', '211759.890000', '211759.892000', '211759.895000', '211759.898000', '211759.900000', '211759.903000', '211759.906000', '211759.908000', '211759.911000', '211759.913000', '211759.916000', '211759.919000', '211759.921000', '211759.924000', '211759.926000', '211759.929000', '211759.932000', '211759.934000', '211819.810000', '211819.813000', '211819.816000', '211819.819000', '211819.821000', '211819.824000', '211819.826000', '211819.829000', '211819.832000', '211819.834000', '211819.837000', '211819.839000', '211819.842000', '211819.845000', '211819.847000', '211819.850000', '211819.852000', '211819.855000', '211819.857000', '211819.860000', '211819.863000', '211819.865000', '211819.868000', '211819.871000', '211819.873000', '211819.876000', '211819.879000', '211819.881000', '211819.884000', '211819.886000', '211819.889000', '211819.892000', '211819.894000', '211819.897000', '211819.899000', '211819.902000', '211819.905000', '211819.907000', '211819.910000', '211819.913000', '211819.916000', '211819.918000', '211819.921000', '211839.810000', '211839.813000', '211839.816000', '211839.818000', '211839.821000', '211839.824000', '211839.826000', '211839.829000', '211839.832000', '211839.834000', '211839.837000', '211839.839000', '211839.842000', '211839.844000', '211839.847000', '211839.850000', '211839.852000', '211839.855000', '211839.858000', '211839.860000', '211839.863000', '211839.865000', '211839.868000', '211839.871000', '211839.873000', '211839.876000', '211839.878000', '211839.881000', '211839.883000', '211839.886000', '211839.888000', '211839.891000', '211839.894000', '211839.896000', '211839.899000', '211839.902000', '211839.904000', '211839.907000', '211839.909000', '211839.912000', '211839.914000', '211839.917000', '211839.919000', '211839.922000', '211859.812000', '211859.836000', '211859.838000', '211859.841000', '211859.843000', '211859.846000', '211859.849000', '211859.851000', '211859.854000', '211859.856000', '211859.859000', '211859.862000', '211859.864000', '211859.867000', '211859.869000', '211859.872000', '211859.875000', '211859.877000', '211859.880000', '211859.883000', '211859.885000', '211859.888000', '211859.890000', '211859.893000', '211859.896000', '211859.898000', '211859.901000', '211859.903000', '211859.906000', '211859.909000', '211859.911000', '211859.914000', '211859.916000', '211859.919000', '211859.922000', '211859.924000', '211859.927000', '211859.929000', '211859.932000', '211859.935000', '211859.937000', '211859.940000', '211859.942000', '211919.811000', '211919.845000', '211919.847000', '211919.850000', '211919.852000', '211919.855000', '211919.857000', '211919.860000', '211919.863000', '211919.865000', '211919.868000', '211919.870000', '211919.873000', '211919.883000', '211919.885000', '211919.888000', '211919.890000', '211919.893000', '211919.896000', '211919.898000', '211919.901000', '211919.903000', '211919.906000', '211919.909000', '211919.911000', '211919.914000', '211919.916000', '211919.919000', '211919.922000', '211919.924000', '211919.927000', '211919.929000', '211919.932000', '211919.935000', '211919.937000', '211919.940000', '211919.942000', '211919.945000', '211919.947000', '211919.950000', '211919.953000', '211919.955000', '211919.958000', '211919.960000', '211939.811000', '211939.815000', '211939.826000', '211939.828000', '211939.831000', '211939.833000', '211939.836000', '211939.839000', '211939.841000', '211939.844000', '211939.846000', '211939.849000', '211939.852000', '211939.854000', '211939.857000', '211939.859000', '211939.862000', '211939.865000', '211939.867000', '211939.870000', '211939.872000', '211939.875000', '211939.878000', '211939.880000', '211939.883000', '211939.885000', '211939.888000', '211939.891000', '211939.893000', '211939.896000', '211939.899000', '211939.901000', '211939.904000', '211939.906000', '211939.909000', '211939.912000', '211939.914000', '211939.917000', '211939.919000', '211939.922000', '211939.925000', '211939.927000', '211939.930000', '211959.811000', '211959.813000', '211959.816000', '211959.819000', '211959.821000', '211959.824000', '211959.826000', '211959.829000', '211959.832000', '211959.839000', '211959.842000', '211959.844000', '211959.847000', '211959.849000', '211959.852000', '211959.855000', '211959.857000', '211959.860000', '211959.863000', '211959.865000', '211959.868000', '211959.870000', '211959.873000', '211959.875000', '211959.878000', '211959.881000', '211959.883000', '211959.886000', '211959.888000', '211959.891000', '211959.894000', '211959.896000', '211959.899000', '211959.902000', '211959.904000', '211959.907000', '211959.909000', '211959.912000', '211959.914000', '211959.917000', '211959.920000', '211959.922000', '211959.925000', '211959.927000', '212019.811000', '212019.838000', '212019.841000', '212019.843000', '212019.846000', '212019.848000', '212019.851000', '212019.854000', '212019.856000', '212019.859000', '212019.861000', '212019.864000', '212019.867000', '212019.869000', '212019.872000', '212019.875000', '212019.877000', '212019.880000', '212019.882000', '212019.885000', '212019.888000', '212019.890000', '212019.893000', '212019.895000', '212019.898000', '212019.901000', '212019.903000', '212019.906000', '212019.908000', '212019.911000', '212019.914000', '212019.916000', '212019.919000', '212019.922000', '212019.924000', '212019.927000', '212019.930000', '212019.932000', '212019.935000', '212019.937000', '212019.940000', '212019.942000', '212019.945000', '212039.811000', '212039.823000', '212039.826000', '212039.828000', '212039.831000', '212039.838000', '212039.841000', '212039.844000', '212039.846000', '212039.849000', '212039.852000', '212039.854000', '212039.857000', '212039.860000', '212039.862000', '212039.865000', '212039.867000', '212039.870000', '212039.873000', '212039.875000', '212039.878000', '212039.880000', '212039.883000', '212039.886000', '212039.888000', '212039.891000', '212039.893000', '212039.896000', '212039.899000', '212039.901000', '212039.904000', '212039.906000', '212039.909000', '212039.912000', '212039.914000', '212039.917000', '212039.919000', '212039.922000', '212039.925000', '212039.927000', '212039.930000', '212039.932000', '212039.935000', '212039.938000', '212059.810000', '212059.843000', '212059.846000', '212059.848000', '212059.851000', '212059.854000', '212059.856000', '212059.859000', '212059.861000', '212059.864000', '212059.866000', '212059.869000', '212059.872000', '212059.874000', '212059.877000', '212059.879000', '212059.882000', '212059.885000', '212059.887000', '212059.890000', '212059.893000', '212059.895000', '212059.898000', '212059.900000', '212059.903000', '212059.906000', '212059.908000', '212059.931000', '212059.934000', '212059.936000', '212059.939000', '212059.942000', '212059.944000', '212059.947000', '212059.949000', '212059.952000', '212059.955000', '212059.957000', '212059.960000', '212059.962000', '212059.965000', '212059.968000', '212059.970000', '212119.811000', '212119.837000', '212119.840000', '212119.842000', '212119.845000', '212119.848000', '212119.850000', '212119.853000', '212119.856000', '212119.858000', '212119.861000', '212119.863000', '212119.866000', '212119.869000', '212119.871000', '212119.874000', '212119.876000', '212119.879000', '212119.881000', '212119.884000', '212119.887000', '212119.889000', '212119.892000', '212119.895000', '212119.897000', '212119.900000', '212119.903000', '212119.905000', '212119.908000', '212119.910000', '212119.913000', '212119.916000', '212119.918000', '212119.921000', '212119.923000', '212119.926000', '212119.929000', '212119.931000', '212119.934000', '212119.937000', '212119.939000', '212119.942000', '212119.944000', '212139.811000', '212139.821000', '212139.823000', '212139.826000', '212139.828000', '212139.831000', '212139.833000', '212139.836000', '212139.839000', '212139.841000', '212139.844000', '212139.846000', '212139.849000', '212139.852000', '212139.854000', '212139.857000', '212139.859000', '212139.862000', '212139.865000', '212139.867000', '212139.870000', '212139.872000', '212139.875000', '212139.877000', '212139.880000', '212139.883000', '212139.885000', '212139.888000', '212139.890000', '212139.893000', '212139.896000', '212139.898000', '212139.901000', '212139.903000', '212139.906000', '212139.909000', '212139.911000', '212139.914000', '212139.916000', '212139.919000', '212139.922000', '212139.924000', '212139.927000', '212139.929000', '212159.811000', '212159.853000', '212159.855000', '212159.858000', '212159.861000', '212159.863000', '212159.866000', '212159.869000', '212159.871000', '212159.874000', '212159.876000', '212159.879000', '212159.882000', '212159.884000', '212159.887000', '212159.890000', '212159.892000', '212159.895000', '212159.897000', '212159.900000', '212159.903000', '212159.905000', '212159.908000', '212159.910000', '212159.913000', '212159.916000', '212159.918000', '212159.921000', '212159.924000', '212159.928000', '212159.931000', '212159.933000', '212159.936000', '212159.938000', '212159.941000', '212159.944000', '212159.946000', '212159.949000', '212159.951000', '212159.954000', '212159.957000', '212159.959000', '212159.962000', '212219.811000', '212219.870000', '212219.873000', '212219.876000', '212219.878000', '212219.881000', '212219.883000', '212219.886000', '212219.888000', '212219.891000', '212219.894000', '212219.896000', '212219.899000', '212219.901000', '212219.904000', '212219.907000', '212219.909000', '212219.912000', '212219.914000', '212219.917000', '212219.919000', '212219.922000', '212219.925000', '212219.927000', '212219.930000', '212219.932000', '212219.935000', '212219.938000', '212219.940000', '212219.943000', '212219.945000', '212219.948000', '212219.951000', '212219.953000', '212219.956000', '212219.958000', '212219.961000', '212219.963000', '212220.005000', '212220.008000', '212220.010000', '212220.013000', '212220.015000', '212220.018000', '212239.811000', '212239.849000', '212239.851000', '212239.854000', '212239.856000', '212239.859000', '212239.862000', '212239.864000', '212239.867000', '212239.869000', '212239.872000', '212239.874000', '212239.877000', '212239.880000', '212239.882000', '212239.885000', '212239.887000', '212239.890000', '212239.892000', '212239.895000', '212239.898000', '212239.900000', '212239.903000', '212239.905000', '212239.908000', '212239.911000', '212239.913000', '212239.916000', '212239.918000', '212239.921000', '212239.924000', '212239.926000', '212239.929000', '212239.931000', '212239.934000', '212239.937000', '212239.939000', '212239.942000', '212239.945000', '212239.947000', '212239.950000', '212239.952000', '212239.955000', '212259.811000', '212259.834000', '212259.836000', '212259.839000', '212259.841000', '212259.844000', '212259.846000', '212259.849000', '212259.852000', '212259.854000', '212259.857000', '212259.860000', '212259.862000', '212259.865000', '212259.867000', '212259.870000', '212259.873000', '212259.875000', '212259.878000', '212259.880000', '212259.883000', '212259.885000', '212259.888000', '212259.891000', '212259.893000', '212259.896000', '212259.898000', '212259.901000', '212259.904000', '212259.906000', '212259.909000', '212259.911000', '212259.914000', '212259.917000', '212259.919000', '212259.922000', '212259.924000', '212259.927000', '212259.930000', '212259.932000', '212259.935000', '212259.937000', '212259.940000', '212259.943000', '212319.811000', '212319.813000', '212319.816000', '212319.819000', '212319.821000', '212319.824000', '212319.826000', '212319.829000', '212319.832000', '212319.834000', '212319.837000', '212319.839000', '212319.850000', '212319.853000', '212319.855000', '212319.858000', '212319.860000', '212319.863000', '212319.865000', '212319.868000', '212319.871000', '212319.874000', '212319.877000', '212319.879000', '212319.882000', '212319.885000', '212319.887000', '212319.890000', '212319.893000', '212319.895000', '212319.898000', '212319.901000', '212319.903000', '212319.906000', '212319.908000', '212319.911000', '212319.914000', '212319.916000', '212319.919000', '212319.921000', '212319.924000', '212319.926000', '212319.929000', '212339.812000', '212339.814000', '212339.817000', '212339.820000', '212339.822000', '212339.825000', '212339.828000', '212339.830000', '212339.833000', '212339.835000', '212339.838000', '212339.840000', '212339.843000', '212339.846000', '212339.848000', '212339.851000', '212339.853000', '212339.856000', '212339.859000', '212339.861000', '212339.864000', '212339.866000', '212339.869000', '212339.872000', '212339.874000', '212339.877000', '212339.879000', '212339.882000', '212339.885000', '212339.887000', '212339.890000', '212339.892000', '212339.895000', '212339.898000', '212339.900000', '212339.903000', '212339.906000', '212339.908000', '212339.911000', '212339.914000', '212339.916000', '212339.919000', '212339.921000', '212339.924000', '212359.812000', '212359.815000', '212359.817000', '212359.820000', '212359.822000', '212359.825000', '212359.827000', '212359.830000', '212359.833000', '212359.835000', '212359.838000', '212359.840000', '212359.843000', '212359.846000', '212359.848000', '212359.851000', '212359.853000', '212359.856000', '212359.858000', '212359.861000', '212359.864000', '212359.866000', '212359.869000', '212359.871000', '212359.874000', '212359.876000', '212359.879000', '212359.882000', '212359.884000', '212359.887000', '212359.890000', '212359.892000', '212359.895000', '212359.897000', '212359.900000', '212359.903000', '212359.905000', '212359.908000', '212359.910000', '212359.913000', '212359.916000', '212359.918000', '212359.921000', '212419.811000', '212419.838000', '212419.840000', '212419.843000', '212419.845000', '212419.848000', '212419.851000', '212419.853000', '212419.856000', '212419.858000', '212419.861000', '212419.863000', '212419.866000', '212419.869000', '212419.871000', '212419.874000', '212419.876000', '212419.879000', '212419.882000', '212419.884000', '212419.887000', '212419.890000', '212419.892000', '212419.895000', '212419.897000', '212419.900000', '212419.903000', '212419.905000', '212419.908000', '212419.911000', '212419.913000', '212419.916000', '212419.918000', '212419.921000', '212419.924000', '212419.926000', '212419.929000', '212419.931000', '212419.934000', '212419.937000', '212419.939000', '212419.942000', '212419.945000', '212419.947000', '212439.811000', '212439.813000', '212439.816000', '212439.819000', '212439.821000', '212439.824000', '212439.827000', '212439.829000', '212439.832000', '212439.834000', '212439.837000', '212439.840000', '212439.842000', '212439.845000', '212439.847000', '212439.850000', '212439.853000', '212439.855000', '212439.858000', '212439.860000', '212439.863000', '212439.866000', '212439.868000', '212439.871000', '212439.873000', '212439.876000', '212439.878000', '212439.881000', '212439.883000', '212439.886000', '212439.889000', '212439.891000', '212439.894000', '212439.896000', '212439.899000', '212439.902000', '212439.905000', '212439.908000', '212439.911000', '212439.914000', '212439.917000', '212439.920000', '212439.922000', '212459.811000', '212459.842000', '212459.844000', '212459.847000', '212459.850000', '212459.852000', '212459.855000', '212459.858000', '212459.860000', '212459.863000', '212459.866000', '212459.868000', '212459.871000', '212459.873000', '212459.876000', '212459.879000', '212459.881000', '212459.884000', '212459.886000', '212459.889000', '212459.892000', '212459.894000', '212459.897000', '212459.899000', '212459.902000', '212459.905000', '212459.907000', '212459.910000', '212459.912000', '212459.915000', '212459.917000', '212459.920000', '212459.923000', '212459.925000', '212459.928000', '212459.931000', '212459.933000', '212459.936000', '212459.938000', '212459.941000', '212459.944000', '212459.946000', '212459.949000', '212519.810000', '212519.822000', '212519.824000', '212519.827000', '212519.830000', '212519.832000', '212519.835000', '212519.838000', '212519.840000', '212519.843000', '212519.845000', '212519.848000', '212519.851000', '212519.853000', '212519.856000', '212519.858000', '212519.861000', '212519.864000', '212519.866000', '212519.869000', '212519.871000', '212519.874000', '212519.877000', '212519.879000', '212519.882000', '212519.884000', '212519.887000', '212519.890000', '212519.892000', '212519.895000', '212519.897000', '212519.900000', '212519.903000', '212519.905000', '212519.908000', '212519.910000', '212519.913000', '212519.915000', '212519.918000', '212519.921000', '212519.923000', '212519.926000', '212519.928000', '212519.931000', '212539.811000', '212539.874000', '212539.877000', '212539.879000', '212539.882000', '212539.884000', '212539.887000', '212539.889000', '212539.892000', '212539.895000', '212539.897000', '212539.900000', '212539.902000', '212539.921000', '212539.924000', '212539.926000', '212539.929000', '212539.932000', '212539.934000', '212539.937000', '212539.939000', '212539.942000', '212539.945000', '212539.947000', '212539.950000', '212539.952000', '212539.955000', '212539.958000', '212539.960000', '212539.963000', '212539.966000', '212539.968000', '212539.971000', '212539.974000', '212539.976000', '212539.979000', '212539.981000', '212539.984000', '212539.987000', '212539.989000', '212539.992000', '212539.994000', '212539.997000', '212540.000000', '212559.812000', '212559.863000', '212559.866000', '212559.868000', '212559.871000', '212559.874000', '212559.876000', '212559.879000', '212559.881000', '212559.884000', '212559.886000', '212559.889000', '212559.892000', '212559.894000', '212559.897000', '212559.899000', '212559.902000', '212559.905000', '212559.907000', '212559.910000', '212559.912000', '212559.915000', '212559.917000', '212559.920000', '212559.923000', '212559.925000', '212559.928000', '212559.931000', '212559.934000', '212559.937000', '212559.939000', '212559.942000', '212559.945000', '212559.948000', '212559.950000', '212559.953000', '212559.956000', '212559.959000', '212559.961000', '212559.964000', '212559.966000', '212559.969000', '212559.972000', '212619.812000', '212619.840000', '212619.842000', '212619.845000', '212619.848000', '212619.850000', '212619.853000', '212619.855000', '212619.858000', '212619.860000', '212619.863000', '212619.866000', '212619.868000', '212619.871000', '212619.873000', '212619.876000', '212619.879000', '212619.881000', '212619.884000', '212619.886000', '212619.889000', '212619.892000', '212619.894000', '212619.897000', '212619.899000', '212619.902000', '212619.905000', '212619.907000', '212619.910000', '212619.912000', '212619.915000', '212619.918000', '212619.920000', '212619.923000', '212619.926000', '212619.928000', '212619.931000', '212619.933000', '212619.936000', '212619.939000', '212619.941000', '212619.944000', '212619.971000', '212619.974000', '212639.811000', '212639.907000', '212639.910000', '212639.912000', '212639.915000', '212639.918000', '212639.920000', '212639.923000', '212639.926000', '212639.928000', '212639.931000', '212639.933000', '212639.936000', '212639.939000', '212639.941000', '212639.944000', '212639.947000', '212639.949000', '212639.952000', '212639.955000', '212639.958000', '212639.961000', '212639.963000', '212639.966000', '212639.968000', '212639.971000', '212639.974000', '212639.976000', '212639.979000', '212639.981000', '212639.984000', '212639.987000', '212639.989000', '212639.992000', '212639.995000', '212639.997000', '212640.001000', '212640.003000', '212640.006000', '212640.009000', '212640.011000', '212640.014000', '212640.016000', '212645.423000', '212645.426000', '212645.428000', '212645.431000', '212645.434000', '212645.437000', '212645.440000', '212645.442000', '212645.445000', '212645.448000', '212645.452000', '212645.455000', '212645.458000'], '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': [16898, 8834, 13907, 8819, 10285, 12877, 8276, 13945, 8215, 11646, 7740, 10658, 7299, 9570, 7053, 9061, 7663, 7983, 11997, 7955, 11415, 7549, 10876, 7036, 8521, 9258, 7902, 11989, 7817, 10935, 7822, 9864, 7593, 9384, 7414, 9571, 7110, 8939, 7417, 8556, 10458, 7806, 10523, 8048, 10688, 8316, 10437, 7853, 9642, 7265, 8937, 8345, 8867, 8904, 8548, 8223, 6807, 9819, 7235, 10169, 7234, 11842, 12705, 10608, 14561, 12019, 11214, 9346, 14215, 8622, 13900, 9908, 10113, 8208, 8851, 8139, 11464, 8352, 14431, 8471, 12500, 8087, 12134, 8195, 11810, 9360, 12071, 8364, 11872, 8378, 11752, 8003, 9936, 9415, 7520, 9048, 8196, 12252, 8551, 14940, 8443, 13931, 8153, 10620, 7970, 9798, 7668, 9669, 7764, 9207, 8021, 8527, 7865, 7389, 9370, 7648, 10540, 8048, 11966, 9419, 12262, 9510, 13796, 10786, 12631, 10887, 12331, 14015, 9646, 13739, 8347, 14822, 8334, 13808, 8586, 15422, 8177, 11243, 8018, 10210, 8077, 10339, 8243, 10500, 7936, 9121, 8843, 9316, 12538, 8891, 12620, 9540, 12968, 8588, 10864, 8637, 10489, 8056, 10908, 8759, 10632, 8673, 10589, 8869, 11009, 8940, 11447, 9342, 10548, 8935, 8897, 8590, 9636, 8901, 15543, 10157, 14916, 9485, 13829, 9095, 13017, 8600, 11968, 8342, 11458, 7977, 10099, 7884, 10316, 7805, 10379, 7514, 9165, 7242, 8495, 7637, 9913, 7915, 9640, 8565, 8182, 10109, 8277, 9071, 8018, 7313, 10184, 7608, 10995, 9638, 9781, 13042, 8329, 13294, 8593, 12309, 8292, 12561, 8300, 10964, 7601, 9608, 7360, 9987, 7269, 10235, 7872, 9973, 8187, 9063, 8094, 7789, 10671, 8244, 11566, 8191, 14009, 9667, 13973, 10941, 11061, 11762, 10195, 15096, 9154, 14310, 9507, 13942, 8860, 15408, 9325, 12130, 8109, 9611, 9616, 8478, 12332, 8764, 12101, 8112, 9454, 7317, 8769, 7921, 7997, 10462, 8010, 10921, 8038, 9367, 7916, 9599, 7970, 9752, 7650, 9135, 7598, 9823, 7860, 10243, 10642, 13823, 8127, 10504, 7519, 8707, 8021, 10069, 9753, 9693, 7133, 8377, 8439, 8407, 13660, 8538, 14139, 8561, 12815, 8336, 11531, 7495, 9041, 7297, 8551, 7732, 9157, 8257, 9169, 9024, 7681, 8782, 8163, 9584, 7913, 14085, 9272, 14241, 11048, 11696, 9885, 11724, 9239, 12720, 10678, 13912, 11640, 11418, 8560, 9399, 8416, 9006, 9117, 8654, 9207, 7654, 9821, 7863, 10438, 8127, 11036, 7772, 10153, 7835, 9688, 8915, 8507, 13585, 8273, 12577, 8553, 10898, 8440, 10242, 8264, 8847, 7594, 7357, 9154, 7652, 10615, 8776, 9131, 8675, 8453, 9174, 8124, 10897, 9243, 11628, 13637, 8423, 8320, 11582, 12374, 11825, 14043, 12345, 17297, 12175, 16152, 11363, 14017, 9307, 12955, 8238, 13069, 8509, 13084, 8569, 13495, 9295, 13261, 8052, 9586, 7802, 9410, 7717, 8242, 10944, 8108, 12071, 8325, 10981, 8602, 9831, 8181, 9658, 8048, 9960, 8125, 10177, 8453, 11280, 8213, 10645, 8259, 11707, 8233, 14920, 10246, 15275, 11222, 10651, 11266, 8086, 10690, 8191, 11625, 8618, 13344, 8406, 13821, 9340, 14121, 8175, 12042, 8125, 10759, 7878, 10516, 8027, 10502, 7733, 9430, 7118, 9377, 6956, 8945, 6671, 8636, 6697, 8817, 6650, 9916, 8171, 8085, 8932, 6819, 10623, 9729, 9761, 11023, 10153, 12001, 10253, 12957, 11174, 14557, 12014, 12920, 11583, 11780, 13975, 10712, 14411, 9285, 10253, 9955, 9132, 14350, 8336, 14430, 9255, 13487, 7700, 9413, 7410, 8382, 10603, 7938, 12400, 8517, 11508, 8239, 9689, 8076, 10108, 8368, 8059, 7750, 6720, 8581, 7036, 10467, 9026, 9825, 12904, 10496, 15190, 8480, 13687, 7840, 9986, 7809, 8524, 10812, 8147, 7469, 8817, 7618, 10202, 8103, 11401, 9400, 14226, 9792, 12172, 10151, 9713, 12872, 8260, 15871, 11180, 14446, 11867, 9762, 9143, 9181, 9561, 12610, 9392, 13920, 9551, 11418, 7966, 10907, 8056, 10731, 8194, 11176, 7953, 11165, 8225, 9981, 7871, 6643, 7992, 7729, 9944, 7845, 10528, 8351, 9210, 8912, 7826, 11368, 8385, 13948, 12296, 8525, 13789, 9012, 11974, 9417, 9812, 10345, 8056, 10144, 8270, 10145, 8785, 11533, 8421, 12335, 9336, 14407, 10385, 14303, 8382, 12987, 8350, 12675, 8393, 12989, 8390, 12325, 8095, 9935, 7539, 9578, 7258, 9046, 7378, 8405, 7305, 8100, 6842, 8097, 6921, 8707, 7046, 9456, 7067, 10265, 6892, 10726, 7567, 10506, 10007, 10736, 11709, 8847, 12281, 9047, 14325, 11463, 14290, 12801, 11388, 12894, 9180, 11651, 8110, 7312, 9582, 7060, 10014, 8218, 8199, 8665, 7894, 12763, 7709, 12631, 8275, 13251, 8861, 13101, 8352, 11955, 7540, 9196, 6895, 8601, 7108, 8058, 8922, 7635, 10274, 7684, 7351, 7643, 9384, 7978, 10405, 8039, 10977, 8915, 12510, 8077, 12341, 8861, 13522, 8975, 14118, 8103, 11966, 7269, 9735, 8016, 9847, 11496, 8803, 13293, 7906, 10786, 8230, 10576, 7607, 9748, 7615, 9427, 7345, 9450, 7186, 9811, 7287, 10236, 7814, 10111, 7128, 9471, 13957, 7972, 13084, 7869, 11871, 7338, 9660, 7124, 8994, 10520, 8448, 13814, 8345, 13404, 8260, 12534, 8379, 10691, 8023, 8069, 8929, 7367, 10586, 8180, 11903, 8949, 14131, 8910, 13829, 8034, 11452, 7941, 11273, 8254, 13043, 8358, 9312, 8840, 7683, 13580, 7880, 11411, 8179, 9772, 8501, 11358, 9060, 7113, 8741, 7436, 9321, 8395, 9914, 8310, 9067, 7053, 8905, 7153, 9331, 7435, 9855, 7684, 10160, 8281, 10734, 7981, 11191, 8933, 8208, 10015, 7907, 13398, 9258, 10737, 9276, 8055, 12261, 8542, 14882, 9882, 15880, 8446, 13305, 8328, 13226, 7758, 10652, 7393, 10118, 7026, 9073, 6887, 8377, 7917, 8244, 7201, 8670, 6850, 8682, 6755, 9635, 7347, 10225, 8230, 9880, 7537, 11257, 9579, 14260, 9877, 14546, 10660, 15439, 10596, 14352, 9552, 13352, 8401, 9832, 14417, 8758, 14165, 8824, 12752, 8595, 12917, 8194, 10695, 7812, 10905, 7312, 10512, 7306, 10406, 7130, 9936, 7742, 11813, 9090, 15049, 8257, 10356, 8478, 8572, 9200, 7229, 10444, 8019, 10565, 7929, 14184, 8625, 15119, 10707, 11356, 11139, 8958, 12525, 7958, 9567, 7940, 10433, 8049, 13790, 8928, 12858, 8078, 10354, 7978, 10585, 7886, 10683, 8032, 9900, 7975, 9471, 8248, 9966, 8466, 9244, 8960, 8659, 11998, 8679, 11933, 8741, 10274, 9103, 8447, 8314, 7630, 9215, 7883, 11292, 8525, 13517, 9308, 11231, 8862, 9995, 9985, 8358, 15004, 8568, 14060, 9098, 14070, 8883, 13150, 9196, 9083, 9320, 8478, 13118, 8901, 10413, 9735, 8327, 10891, 8443, 11324, 8409, 10790, 8400, 10519, 7933, 10043, 7899, 9674, 7954, 10268, 7911, 10261, 8231, 9513, 8550, 7182, 9513, 7847, 11043, 8283, 12847, 8709, 14071, 8736, 13465, 8472, 12417, 11425, 10133, 13898, 10345, 14212, 8426, 12842, 8782, 11722, 8582, 12145, 8250, 11726, 8028, 10479, 8416, 10157, 8450, 10243, 8499, 10287, 8701, 9766, 8719, 10543, 9106, 11654, 9126, 12486, 9458, 13258, 9090, 14275, 8730, 12879, 8468, 10680, 7772, 10404, 9217, 9314, 11140, 8565, 12802, 8763, 11369, 9021, 11241, 8290, 10280, 7809, 9565, 7217, 10153, 7491, 10226, 7244, 10478, 8928, 10157, 15467, 10407, 15180, 8490, 12007, 12567, 8767, 14840, 8548, 12152, 7513, 9185, 13317, 8522, 12205, 8683, 10940, 8021, 10030, 7447, 9687, 14514, 8691, 12690, 8071, 10441, 7331, 9355, 7951, 9052, 12142, 8349, 12206, 8835, 10451, 8006, 10279, 7887, 9901, 6839, 9476, 7612, 8475, 10546, 8309, 12539, 8695, 12276, 8498, 10983, 8666, 11394, 8487, 13623, 8033, 12402, 10680, 9194, 15756, 8870, 14724, 10343, 13653, 9142, 12937, 8412, 12149, 8087, 12820, 7439, 9520, 9490, 8944, 15429, 8909, 13104, 8548, 10900, 7472, 9702, 7280, 8753, 9047, 8351, 8862, 8307, 10086, 8204, 10729, 8391, 10628, 8928, 11145, 8606, 11674, 9259, 11773, 9689, 11590, 8695, 10791, 10913, 7511, 11574, 7818, 13330, 8885, 12239, 9449, 10201, 9948, 9224, 15746, 8764, 13785, 8743, 12374, 8035, 9652, 6771, 9674, 8437, 8908, 6997, 8155, 11239, 8597, 11942, 9187, 14971, 9148, 13597, 8484, 13163, 8746, 13441, 8582, 12713, 7870, 11568, 7318, 8696, 7628, 8561, 12617, 8927, 14982, 10526, 13945, 8308, 12493, 8395, 11945, 8456, 11515, 7758, 10560, 7779, 10481, 8703, 11805, 8448, 10768, 8725, 11855, 8789, 12480, 9083, 8109, 9033, 7194, 10273, 8087, 10617, 8634, 10827, 9348, 9214, 10361, 8423, 14642, 11683, 7589, 10128, 8816, 12637, 9369, 9886, 10803, 7586, 9155, 7594, 9815, 7482, 9732, 7736, 9885, 7289, 8672, 9358, 7932, 10824, 8095, 10741, 8211, 10612, 7909, 9417, 7223, 9208, 6789, 8901, 6743, 8712, 6686, 8902, 7199, 8834, 8762, 8289, 8688, 8327, 9682, 8211, 9542, 8709, 6864, 9527, 7192, 10619, 12574, 11821, 13857, 11300, 16256, 9988, 13964, 10362, 13521, 8675, 13566, 8353, 9219, 12229, 8364, 13652, 8543, 11560, 7945, 10018, 7180, 9299, 7293, 8644, 9272, 8081, 10943, 7886, 7288, 8026, 7149, 8157, 10991, 8393, 11532, 8523, 12108, 8037, 10327, 13380, 9660, 14337, 9645, 13338, 7783, 11468, 6844, 9778, 10600, 9025, 14951, 8443, 11901, 8012, 10616, 6974, 9710, 8824, 8201, 11000, 7857, 10036, 6824, 9081, 7628, 8071, 11213, 7970, 10319, 7523, 10159, 6663, 9357, 6618, 8200, 7333, 8481, 8910, 7961, 10620, 7509, 10270, 8054, 8949, 7763, 12944, 8041, 11345, 8383, 12835, 9437, 9575, 15407, 11332], 'WindowCenter': [4291.0, 4192.0, 4228.0, 4173.0, 4181.0, 4199.0, 4136.0, 4196.0, 4134.0, 4174.0, 4123.0, 4164.0, 4112.0, 4153.0, 4101.0, 4142.0, 4121.0, 4122.0, 4172.0, 4122.0, 4173.0, 4122.0, 4163.0, 4101.0, 4132.0, 4140.0, 4120.0, 4161.0, 4110.0, 4161.0, 4121.0, 4152.0, 4122.0, 4142.0, 4123.0, 4154.0, 4114.0, 4156.0, 4124.0, 4145.0, 4165.0, 4135.0, 4175.0, 4146.0, 4176.0, 4147.0, 4177.0, 4136.0, 4166.0, 4138.0, 4157.0, 4147.0, 4182.0, 4174.0, 4159.0, 4138.0, 4119.0, 4171.0, 4132.0, 4157.0, 4083.0, 4158.0, 4170.0, 4166.0, 4220.0, 4189.0, 4164.0, 4141.0, 4180.0, 4118.0, 4169.0, 4152.0, 4152.0, 4132.0, 4142.0, 4123.0, 4173.0, 4120.0, 4180.0, 4118.0, 4158.0, 4107.0, 4157.0, 4118.0, 4159.0, 4129.0, 4160.0, 4120.0, 4160.0, 4119.0, 4147.0, 4118.0, 4139.0, 4129.0, 4109.0, 4130.0, 4131.0, 4172.0, 4132.0, 4193.0, 4131.0, 4181.0, 4119.0, 4149.0, 4119.0, 4139.0, 4120.0, 4166.0, 4137.0, 4153.0, 4120.0, 4141.0, 4146.0, 4123.0, 4154.0, 4136.0, 4177.0, 4150.0, 4200.0, 4171.0, 4201.0, 4169.0, 4209.0, 4178.0, 4186.0, 4177.0, 4186.0, 4198.0, 4141.0, 4183.0, 4120.0, 4181.0, 4119.0, 4171.0, 4119.0, 4178.0, 4106.0, 4146.0, 4106.0, 4136.0, 4105.0, 4136.0, 4117.0, 4151.0, 4105.0, 4114.0, 4113.0, 4126.0, 4156.0, 4113.0, 4144.0, 4124.0, 4156.0, 4115.0, 4135.0, 4116.0, 4136.0, 4106.0, 4146.0, 4117.0, 4137.0, 4118.0, 4148.0, 4128.0, 4149.0, 4129.0, 4159.0, 4141.0, 4162.0, 4142.0, 4141.0, 4130.0, 4139.0, 4130.0, 4191.0, 4150.0, 4181.0, 4139.0, 4169.0, 4128.0, 4157.0, 4115.0, 4146.0, 4105.0, 4146.0, 4106.0, 4136.0, 4105.0, 4136.0, 4095.0, 4148.0, 4096.0, 4128.0, 4110.0, 4144.0, 4111.0, 4140.0, 4121.0, 4154.0, 4156.0, 4147.0, 4176.0, 4145.0, 4155.0, 4133.0, 4122.0, 4162.0, 4123.0, 4175.0, 4167.0, 4167.0, 4185.0, 4133.0, 4182.0, 4131.0, 4171.0, 4120.0, 4173.0, 4131.0, 4161.0, 4110.0, 4140.0, 4109.0, 4150.0, 4122.0, 4176.0, 4135.0, 4163.0, 4130.0, 4127.0, 4132.0, 4135.0, 4174.0, 4144.0, 4189.0, 4146.0, 4206.0, 4167.0, 4195.0, 4163.0, 4162.0, 4173.0, 4152.0, 4192.0, 4130.0, 4179.0, 4128.0, 4168.0, 4128.0, 4178.0, 4114.0, 4145.0, 4092.0, 4113.0, 4112.0, 4103.0, 4143.0, 4102.0, 4142.0, 4092.0, 4112.0, 4082.0, 4104.0, 4104.0, 4105.0, 4136.0, 4106.0, 4146.0, 4117.0, 4127.0, 4118.0, 4139.0, 4120.0, 4152.0, 4121.0, 4152.0, 4134.0, 4178.0, 4133.0, 4165.0, 4177.0, 4211.0, 4135.0, 4177.0, 4138.0, 4156.0, 4133.0, 4152.0, 4140.0, 4139.0, 4098.0, 4119.0, 4118.0, 4120.0, 4181.0, 4130.0, 4181.0, 4130.0, 4170.0, 4130.0, 4160.0, 4109.0, 4141.0, 4123.0, 4155.0, 4133.0, 4152.0, 4143.0, 4142.0, 4143.0, 4137.0, 4158.0, 4161.0, 4180.0, 4147.0, 4207.0, 4155.0, 4195.0, 4163.0, 4161.0, 4140.0, 4159.0, 4128.0, 4169.0, 4149.0, 4168.0, 4173.0, 4161.0, 4118.0, 4125.0, 4104.0, 4114.0, 4115.0, 4104.0, 4126.0, 4094.0, 4125.0, 4117.0, 4150.0, 4119.0, 4148.0, 4105.0, 4135.0, 4094.0, 4124.0, 4116.0, 4116.0, 4167.0, 4117.0, 4157.0, 4116.0, 4135.0, 4104.0, 4134.0, 4116.0, 4139.0, 4119.0, 4109.0, 4153.0, 4133.0, 4176.0, 4170.0, 4177.0, 4169.0, 4158.0, 4176.0, 4145.0, 4185.0, 4166.0, 4176.0, 4198.0, 4149.0, 4147.0, 4176.0, 4173.0, 4162.0, 4170.0, 4160.0, 4191.0, 4160.0, 4168.0, 4136.0, 4155.0, 4101.0, 4130.0, 4078.0, 4129.0, 4088.0, 4128.0, 4089.0, 4140.0, 4100.0, 4129.0, 4079.0, 4098.0, 4079.0, 4098.0, 4067.0, 4089.0, 4119.0, 4092.0, 4202.0, 4135.0, 4161.0, 4119.0, 4126.0, 4116.0, 4125.0, 4107.0, 4138.0, 4121.0, 4151.0, 4133.0, 4162.0, 4133.0, 4163.0, 4132.0, 4175.0, 4147.0, 4206.0, 4166.0, 4195.0, 4165.0, 4153.0, 4164.0, 4136.0, 4165.0, 4131.0, 4159.0, 4119.0, 4181.0, 4119.0, 4194.0, 4142.0, 4179.0, 4117.0, 4146.0, 4106.0, 4136.0, 4107.0, 4137.0, 4108.0, 4137.0, 4107.0, 4127.0, 4097.0, 4128.0, 4098.0, 4129.0, 4100.0, 4143.0, 4114.0, 4157.0, 4114.0, 4177.0, 4157.0, 4159.0, 4168.0, 4129.0, 4203.0, 4182.0, 4182.0, 4191.0, 4181.0, 4201.0, 4179.0, 4187.0, 4177.0, 4198.0, 4189.0, 4186.0, 4175.0, 4174.0, 4185.0, 4153.0, 4183.0, 4129.0, 4139.0, 4128.0, 4127.0, 4169.0, 4108.0, 4169.0, 4128.0, 4168.0, 4096.0, 4126.0, 4084.0, 4105.0, 4136.0, 4106.0, 4158.0, 4118.0, 4160.0, 4119.0, 4138.0, 4121.0, 4164.0, 4158.0, 4148.0, 4123.0, 4100.0, 4142.0, 4111.0, 4164.0, 4155.0, 4166.0, 4186.0, 4165.0, 4195.0, 4133.0, 4184.0, 4121.0, 4153.0, 4136.0, 4146.0, 4178.0, 4134.0, 4110.0, 4142.0, 4121.0, 4176.0, 4147.0, 4186.0, 4156.0, 4207.0, 4166.0, 4184.0, 4165.0, 4153.0, 4184.0, 4120.0, 4192.0, 4162.0, 4182.0, 4161.0, 4139.0, 4128.0, 4128.0, 4127.0, 4157.0, 4116.0, 4167.0, 4126.0, 4146.0, 4105.0, 4134.0, 4105.0, 4135.0, 4118.0, 4149.0, 4131.0, 4162.0, 4130.0, 4152.0, 4133.0, 4099.0, 4132.0, 4123.0, 4164.0, 4133.0, 4175.0, 4144.0, 4154.0, 4155.0, 4123.0, 4173.0, 4148.0, 4195.0, 4174.0, 4144.0, 4194.0, 4143.0, 4188.0, 4157.0, 4166.0, 4165.0, 4133.0, 4151.0, 4130.0, 4149.0, 4130.0, 4160.0, 4130.0, 4171.0, 4142.0, 4181.0, 4151.0, 4180.0, 4118.0, 4156.0, 4106.0, 4156.0, 4117.0, 4157.0, 4106.0, 4156.0, 4106.0, 4125.0, 4095.0, 4126.0, 4097.0, 4128.0, 4096.0, 4117.0, 4097.0, 4118.0, 4088.0, 4120.0, 4110.0, 4142.0, 4112.0, 4155.0, 4113.0, 4166.0, 4113.0, 4174.0, 4124.0, 4165.0, 4165.0, 4175.0, 4174.0, 4142.0, 4173.0, 4145.0, 4194.0, 4162.0, 4197.0, 4187.0, 4174.0, 4182.0, 4140.0, 4171.0, 4119.0, 4111.0, 4154.0, 4112.0, 4152.0, 4133.0, 4144.0, 4145.0, 4133.0, 4184.0, 4121.0, 4171.0, 4121.0, 4171.0, 4141.0, 4183.0, 4120.0, 4160.0, 4108.0, 4128.0, 4096.0, 4117.0, 4096.0, 4107.0, 4127.0, 4108.0, 4148.0, 4109.0, 4108.0, 4121.0, 4152.0, 4133.0, 4174.0, 4135.0, 4175.0, 4156.0, 4185.0, 4134.0, 4183.0, 4144.0, 4184.0, 4143.0, 4183.0, 4120.0, 4160.0, 4098.0, 4140.0, 4120.0, 4140.0, 4160.0, 4129.0, 4169.0, 4108.0, 4148.0, 4118.0, 4148.0, 4109.0, 4139.0, 4121.0, 4141.0, 4111.0, 4152.0, 4112.0, 4163.0, 4124.0, 4165.0, 4136.0, 4167.0, 4114.0, 4156.0, 4197.0, 4136.0, 4185.0, 4123.0, 4173.0, 4110.0, 4141.0, 4100.0, 4142.0, 4162.0, 4132.0, 4182.0, 4132.0, 4182.0, 4159.0, 4185.0, 4145.0, 4177.0, 4146.0, 4134.0, 4143.0, 4126.0, 4167.0, 4133.0, 4173.0, 4143.0, 4183.0, 4144.0, 4197.0, 4148.0, 4174.0, 4133.0, 4160.0, 4120.0, 4170.0, 4131.0, 4142.0, 4142.0, 4122.0, 4184.0, 4132.0, 4173.0, 4132.0, 4152.0, 4143.0, 4163.0, 4143.0, 4111.0, 4131.0, 4110.0, 4153.0, 4133.0, 4152.0, 4132.0, 4142.0, 4100.0, 4131.0, 4100.0, 4140.0, 4123.0, 4153.0, 4121.0, 4151.0, 4132.0, 4163.0, 4134.0, 4174.0, 4154.0, 4144.0, 4166.0, 4135.0, 4195.0, 4157.0, 4176.0, 4155.0, 4133.0, 4184.0, 4144.0, 4205.0, 4155.0, 4206.0, 4135.0, 4184.0, 4132.0, 4181.0, 4121.0, 4163.0, 4111.0, 4151.0, 4099.0, 4130.0, 4110.0, 4132.0, 4132.0, 4133.0, 4123.0, 4157.0, 4115.0, 4157.0, 4143.0, 4193.0, 4165.0, 4206.0, 4174.0, 4205.0, 4177.0, 4201.0, 4182.0, 4210.0, 4181.0, 4211.0, 4180.0, 4209.0, 4181.0, 4210.0, 4155.0, 4187.0, 4121.0, 4152.0, 4181.0, 4130.0, 4181.0, 4131.0, 4182.0, 4131.0, 4171.0, 4120.0, 4149.0, 4108.0, 4149.0, 4109.0, 4163.0, 4111.0, 4162.0, 4110.0, 4151.0, 4136.0, 4186.0, 4144.0, 4195.0, 4134.0, 4152.0, 4133.0, 4158.0, 4181.0, 4126.0, 4177.0, 4136.0, 4166.0, 4135.0, 4196.0, 4145.0, 4207.0, 4166.0, 4176.0, 4164.0, 4142.0, 4172.0, 4119.0, 4140.0, 4109.0, 4149.0, 4120.0, 4181.0, 4130.0, 4171.0, 4108.0, 4148.0, 4118.0, 4149.0, 4119.0, 4150.0, 4108.0, 4139.0, 4108.0, 4139.0, 4119.0, 4139.0, 4119.0, 4129.0, 4128.0, 4118.0, 4158.0, 4129.0, 4173.0, 4144.0, 4166.0, 4143.0, 4132.0, 4132.0, 4134.0, 4153.0, 4133.0, 4175.0, 4156.0, 4197.0, 4167.0, 4186.0, 4155.0, 4165.0, 4165.0, 4134.0, 4207.0, 4144.0, 4194.0, 4142.0, 4195.0, 4144.0, 4183.0, 4142.0, 4141.0, 4141.0, 4132.0, 4183.0, 4142.0, 4152.0, 4141.0, 4130.0, 4160.0, 4120.0, 4160.0, 4120.0, 4161.0, 4132.0, 4152.0, 4121.0, 4150.0, 4120.0, 4139.0, 4119.0, 4162.0, 4133.0, 4163.0, 4145.0, 4155.0, 4156.0, 4125.0, 4165.0, 4146.0, 4187.0, 4158.0, 4199.0, 4159.0, 4209.0, 4147.0, 4198.0, 4135.0, 4187.0, 4175.0, 4164.0, 4194.0, 4153.0, 4182.0, 4131.0, 4184.0, 4144.0, 4172.0, 4131.0, 4170.0, 4131.0, 4160.0, 4120.0, 4161.0, 4133.0, 4151.0, 4132.0, 4162.0, 4143.0, 4162.0, 4143.0, 4163.0, 4155.0, 4175.0, 4156.0, 4186.0, 4156.0, 4186.0, 4181.0, 4199.0, 4145.0, 4195.0, 4144.0, 4184.0, 4133.0, 4164.0, 4123.0, 4163.0, 4142.0, 4143.0, 4162.0, 4132.0, 4183.0, 4143.0, 4172.0, 4142.0, 4172.0, 4132.0, 4163.0, 4134.0, 4154.0, 4124.0, 4177.0, 4136.0, 4177.0, 4137.0, 4189.0, 4158.0, 4179.0, 4219.0, 4178.0, 4208.0, 4134.0, 4175.0, 4174.0, 4132.0, 4182.0, 4130.0, 4160.0, 4098.0, 4129.0, 4180.0, 4130.0, 4170.0, 4129.0, 4160.0, 4120.0, 4151.0, 4109.0, 4141.0, 4192.0, 4130.0, 4170.0, 4120.0, 4150.0, 4109.0, 4141.0, 4121.0, 4142.0, 4172.0, 4133.0, 4172.0, 4142.0, 4163.0, 4134.0, 4165.0, 4134.0, 4154.0, 4113.0, 4155.0, 4135.0, 4146.0, 4176.0, 4146.0, 4186.0, 4156.0, 4197.0, 4156.0, 4176.0, 4157.0, 4187.0, 4146.0, 4197.0, 4135.0, 4186.0, 4165.0, 4144.0, 4205.0, 4143.0, 4193.0, 4152.0, 4182.0, 4141.0, 4171.0, 4131.0, 4172.0, 4120.0, 4172.0, 4109.0, 4140.0, 4140.0, 4141.0, 4192.0, 4130.0, 4170.0, 4129.0, 4149.0, 4108.0, 4139.0, 4109.0, 4131.0, 4141.0, 4132.0, 4142.0, 4144.0, 4174.0, 4146.0, 4187.0, 4159.0, 4189.0, 4169.0, 4189.0, 4160.0, 4200.0, 4169.0, 4199.0, 4170.0, 4189.0, 4160.0, 4191.0, 4191.0, 4139.0, 4200.0, 4149.0, 4223.0, 4170.0, 4202.0, 4168.0, 4178.0, 4167.0, 4156.0, 4218.0, 4146.0, 4196.0, 4145.0, 4187.0, 4134.0, 4153.0, 4102.0, 4154.0, 4133.0, 4144.0, 4112.0, 4134.0, 4174.0, 4144.0, 4185.0, 4156.0, 4207.0, 4156.0, 4195.0, 4144.0, 4184.0, 4144.0, 4195.0, 4144.0, 4185.0, 4122.0, 4176.0, 4124.0, 4106.0, 4098.0, 4105.0, 4147.0, 4130.0, 4208.0, 4176.0, 4194.0, 4132.0, 4172.0, 4131.0, 4159.0, 4117.0, 4158.0, 4107.0, 4148.0, 4108.0, 4161.0, 4143.0, 4184.0, 4132.0, 4160.0, 4130.0, 4159.0, 4130.0, 4171.0, 4142.0, 4120.0, 4141.0, 4110.0, 4151.0, 4133.0, 4162.0, 4143.0, 4175.0, 4167.0, 4155.0, 4165.0, 4147.0, 4208.0, 4186.0, 4122.0, 4162.0, 4144.0, 4185.0, 4157.0, 4168.0, 4177.0, 4136.0, 4154.0, 4121.0, 4140.0, 4109.0, 4141.0, 4109.0, 4140.0, 4098.0, 4119.0, 4128.0, 4108.0, 4150.0, 4121.0, 4161.0, 4120.0, 4150.0, 4119.0, 4140.0, 4109.0, 4141.0, 4101.0, 4144.0, 4102.0, 4144.0, 4114.0, 4155.0, 4113.0, 4145.0, 4145.0, 4146.0, 4146.0, 4147.0, 4166.0, 4148.0, 4169.0, 4159.0, 4116.0, 4167.0, 4126.0, 4178.0, 4187.0, 4188.0, 4197.0, 4176.0, 4206.0, 4152.0, 4182.0, 4140.0, 4170.0, 4118.0, 4170.0, 4106.0, 4117.0, 4146.0, 4105.0, 4166.0, 4116.0, 4146.0, 4105.0, 4126.0, 4086.0, 4127.0, 4096.0, 4117.0, 4127.0, 4119.0, 4161.0, 4121.0, 4110.0, 4132.0, 4112.0, 4145.0, 4175.0, 4146.0, 4187.0, 4157.0, 4187.0, 4135.0, 4166.0, 4196.0, 4155.0, 4195.0, 4155.0, 4183.0, 4121.0, 4162.0, 4100.0, 4152.0, 4163.0, 4143.0, 4193.0, 4131.0, 4171.0, 4120.0, 4151.0, 4100.0, 4142.0, 4130.0, 4121.0, 4161.0, 4120.0, 4152.0, 4100.0, 4131.0, 4109.0, 4121.0, 4162.0, 4122.0, 4166.0, 4123.0, 4163.0, 4102.0, 4155.0, 4115.0, 4146.0, 4125.0, 4156.0, 4156.0, 4147.0, 4177.0, 4139.0, 4179.0, 4160.0, 4170.0, 4151.0, 4212.0, 4162.0, 4191.0, 4149.0, 4201.0, 4158.0, 4168.0, 4207.0, 4176.0], 'WindowWidth': [9477.0, 9323.0, 9361.0, 9277.0, 9282.0, 9300.0, 9211.0, 9291.0, 9204.0, 9257.0, 9189.0, 9244.0, 9171.0, 9226.0, 9154.0, 9210.0, 9181.0, 9183.0, 9251.0, 9184.0, 9251.0, 9183.0, 9239.0, 9154.0, 9196.0, 9206.0, 9179.0, 9233.0, 9166.0, 9234.0, 9183.0, 9222.0, 9186.0, 9213.0, 9188.0, 9233.0, 9178.0, 9237.0, 9192.0, 9220.0, 9246.0, 9208.0, 9261.0, 9224.0, 9264.0, 9228.0, 9265.0, 9209.0, 9250.0, 9219.0, 9241.0, 9228.0, 9285.0, 9274.0, 9243.0, 9209.0, 9187.0, 9257.0, 9208.0, 9230.0, 9111.0, 9224.0, 9244.0, 9251.0, 9333.0, 9284.0, 9244.0, 9209.0, 9259.0, 9171.0, 9241.0, 9227.0, 9225.0, 9200.0, 9213.0, 9187.0, 9253.0, 9177.0, 9260.0, 9173.0, 9225.0, 9156.0, 9223.0, 9176.0, 9228.0, 9185.0, 9229.0, 9179.0, 9230.0, 9174.0, 9208.0, 9173.0, 9201.0, 9187.0, 9162.0, 9190.0, 9196.0, 9253.0, 9200.0, 9281.0, 9196.0, 9261.0, 9176.0, 9213.0, 9174.0, 9202.0, 9180.0, 9253.0, 9218.0, 9227.0, 9182.0, 9211.0, 9226.0, 9192.0, 9232.0, 9214.0, 9270.0, 9237.0, 9303.0, 9267.0, 9305.0, 9261.0, 9312.0, 9272.0, 9279.0, 9269.0, 9279.0, 9298.0, 9209.0, 9267.0, 9180.0, 9260.0, 9175.0, 9249.0, 9175.0, 9253.0, 9153.0, 9204.0, 9155.0, 9193.0, 9149.0, 9192.0, 9170.0, 9222.0, 9150.0, 9158.0, 9155.0, 9179.0, 9217.0, 9156.0, 9198.0, 9172.0, 9219.0, 9161.0, 9187.0, 9165.0, 9192.0, 9152.0, 9205.0, 9167.0, 9194.0, 9171.0, 9210.0, 9187.0, 9214.0, 9189.0, 9229.0, 9209.0, 9236.0, 9211.0, 9207.0, 9193.0, 9204.0, 9191.0, 9273.0, 9218.0, 9259.0, 9201.0, 9240.0, 9184.0, 9221.0, 9164.0, 9206.0, 9151.0, 9206.0, 9155.0, 9193.0, 9151.0, 9192.0, 9138.0, 9211.0, 9142.0, 9185.0, 9166.0, 9218.0, 9167.0, 9203.0, 9181.0, 9230.0, 9240.0, 9230.0, 9265.0, 9220.0, 9234.0, 9202.0, 9187.0, 9243.0, 9188.0, 9262.0, 9257.0, 9257.0, 9276.0, 9200.0, 9264.0, 9195.0, 9247.0, 9180.0, 9254.0, 9195.0, 9235.0, 9166.0, 9204.0, 9163.0, 9220.0, 9188.0, 9265.0, 9208.0, 9242.0, 9191.0, 9183.0, 9202.0, 9211.0, 9259.0, 9218.0, 9289.0, 9225.0, 9305.0, 9256.0, 9287.0, 9241.0, 9238.0, 9254.0, 9225.0, 9279.0, 9191.0, 9256.0, 9188.0, 9242.0, 9188.0, 9253.0, 9160.0, 9201.0, 9129.0, 9155.0, 9156.0, 9142.0, 9195.0, 9140.0, 9193.0, 9126.0, 9154.0, 9114.0, 9146.0, 9149.0, 9152.0, 9192.0, 9154.0, 9206.0, 9171.0, 9183.0, 9175.0, 9203.0, 9180.0, 9224.0, 9185.0, 9226.0, 9206.0, 9272.0, 9201.0, 9248.0, 9267.0, 9320.0, 9207.0, 9269.0, 9218.0, 9242.0, 9202.0, 9223.0, 9205.0, 9202.0, 9146.0, 9175.0, 9173.0, 9179.0, 9262.0, 9192.0, 9262.0, 9191.0, 9244.0, 9193.0, 9232.0, 9165.0, 9211.0, 9191.0, 9238.0, 9205.0, 9226.0, 9217.0, 9211.0, 9214.0, 9215.0, 9245.0, 9257.0, 9281.0, 9229.0, 9306.0, 9237.0, 9289.0, 9242.0, 9235.0, 9204.0, 9228.0, 9186.0, 9243.0, 9215.0, 9238.0, 9256.0, 9239.0, 9173.0, 9177.0, 9149.0, 9161.0, 9161.0, 9145.0, 9179.0, 9134.0, 9175.0, 9172.0, 9218.0, 9179.0, 9214.0, 9152.0, 9190.0, 9135.0, 9176.0, 9166.0, 9166.0, 9235.0, 9170.0, 9224.0, 9168.0, 9190.0, 9149.0, 9186.0, 9167.0, 9205.0, 9179.0, 9168.0, 9233.0, 9204.0, 9268.0, 9269.0, 9274.0, 9265.0, 9249.0, 9272.0, 9229.0, 9280.0, 9254.0, 9263.0, 9295.0, 9233.0, 9228.0, 9265.0, 9253.0, 9235.0, 9243.0, 9229.0, 9278.0, 9231.0, 9237.0, 9189.0, 9212.0, 9134.0, 9170.0, 9101.0, 9166.0, 9111.0, 9166.0, 9118.0, 9182.0, 9130.0, 9166.0, 9102.0, 9125.0, 9102.0, 9126.0, 9083.0, 9115.0, 9155.0, 9126.0, 9313.0, 9211.0, 9235.0, 9174.0, 9179.0, 9166.0, 9176.0, 9157.0, 9198.0, 9180.0, 9221.0, 9200.0, 9237.0, 9201.0, 9239.0, 9198.0, 9260.0, 9227.0, 9303.0, 9246.0, 9286.0, 9245.0, 9223.0, 9240.0, 9211.0, 9248.0, 9195.0, 9227.0, 9173.0, 9261.0, 9178.0, 9287.0, 9213.0, 9255.0, 9168.0, 9204.0, 9150.0, 9191.0, 9155.0, 9193.0, 9159.0, 9194.0, 9154.0, 9184.0, 9143.0, 9186.0, 9145.0, 9189.0, 9155.0, 9214.0, 9181.0, 9245.0, 9182.0, 9268.0, 9241.0, 9247.0, 9257.0, 9208.0, 9313.0, 9284.0, 9281.0, 9292.0, 9279.0, 9304.0, 9271.0, 9279.0, 9265.0, 9295.0, 9287.0, 9278.0, 9259.0, 9255.0, 9274.0, 9224.0, 9266.0, 9187.0, 9197.0, 9181.0, 9180.0, 9240.0, 9157.0, 9239.0, 9184.0, 9236.0, 9139.0, 9177.0, 9118.0, 9146.0, 9189.0, 9152.0, 9223.0, 9170.0, 9231.0, 9172.0, 9198.0, 9182.0, 9248.0, 9249.0, 9235.0, 9190.0, 9155.0, 9210.0, 9171.0, 9244.0, 9234.0, 9250.0, 9276.0, 9248.0, 9287.0, 9200.0, 9268.0, 9182.0, 9229.0, 9212.0, 9226.0, 9270.0, 9203.0, 9166.0, 9213.0, 9184.0, 9265.0, 9231.0, 9279.0, 9238.0, 9308.0, 9254.0, 9274.0, 9245.0, 9227.0, 9269.0, 9181.0, 9277.0, 9237.0, 9266.0, 9235.0, 9201.0, 9185.0, 9185.0, 9183.0, 9223.0, 9166.0, 9236.0, 9179.0, 9205.0, 9151.0, 9186.0, 9150.0, 9189.0, 9171.0, 9213.0, 9198.0, 9239.0, 9194.0, 9228.0, 9206.0, 9153.0, 9198.0, 9189.0, 9245.0, 9204.0, 9262.0, 9219.0, 9232.0, 9236.0, 9189.0, 9251.0, 9229.0, 9287.0, 9258.0, 9216.0, 9285.0, 9215.0, 9284.0, 9243.0, 9252.0, 9249.0, 9201.0, 9220.0, 9192.0, 9216.0, 9192.0, 9234.0, 9193.0, 9247.0, 9211.0, 9263.0, 9221.0, 9257.0, 9170.0, 9218.0, 9153.0, 9220.0, 9170.0, 9219.0, 9151.0, 9216.0, 9151.0, 9176.0, 9137.0, 9180.0, 9145.0, 9188.0, 9140.0, 9171.0, 9143.0, 9173.0, 9133.0, 9181.0, 9169.0, 9214.0, 9174.0, 9234.0, 9175.0, 9252.0, 9177.0, 9258.0, 9191.0, 9249.0, 9248.0, 9263.0, 9258.0, 9211.0, 9252.0, 9221.0, 9282.0, 9238.0, 9297.0, 9283.0, 9263.0, 9267.0, 9208.0, 9249.0, 9177.0, 9169.0, 9230.0, 9174.0, 9225.0, 9203.0, 9217.0, 9223.0, 9203.0, 9271.0, 9183.0, 9248.0, 9181.0, 9249.0, 9209.0, 9267.0, 9180.0, 9232.0, 9158.0, 9185.0, 9141.0, 9169.0, 9139.0, 9155.0, 9182.0, 9161.0, 9212.0, 9164.0, 9161.0, 9184.0, 9225.0, 9204.0, 9259.0, 9209.0, 9260.0, 9238.0, 9273.0, 9204.0, 9268.0, 9216.0, 9271.0, 9213.0, 9268.0, 9180.0, 9233.0, 9145.0, 9204.0, 9180.0, 9205.0, 9230.0, 9187.0, 9242.0, 9158.0, 9210.0, 9174.0, 9215.0, 9162.0, 9204.0, 9182.0, 9208.0, 9170.0, 9226.0, 9176.0, 9243.0, 9195.0, 9249.0, 9212.0, 9255.0, 9180.0, 9236.0, 9294.0, 9212.0, 9274.0, 9188.0, 9256.0, 9167.0, 9210.0, 9153.0, 9210.0, 9238.0, 9200.0, 9266.0, 9196.0, 9265.0, 9247.0, 9276.0, 9225.0, 9271.0, 9228.0, 9205.0, 9212.0, 9199.0, 9250.0, 9200.0, 9250.0, 9213.0, 9265.0, 9215.0, 9292.0, 9235.0, 9258.0, 9202.0, 9231.0, 9179.0, 9245.0, 9195.0, 9213.0, 9212.0, 9184.0, 9271.0, 9201.0, 9254.0, 9198.0, 9224.0, 9214.0, 9240.0, 9215.0, 9169.0, 9194.0, 9168.0, 9228.0, 9205.0, 9226.0, 9198.0, 9213.0, 9153.0, 9196.0, 9154.0, 9204.0, 9189.0, 9229.0, 9183.0, 9222.0, 9197.0, 9241.0, 9206.0, 9259.0, 9235.0, 9220.0, 9253.0, 9209.0, 9290.0, 9242.0, 9264.0, 9236.0, 9203.0, 9271.0, 9219.0, 9302.0, 9233.0, 9303.0, 9209.0, 9270.0, 9198.0, 9262.0, 9182.0, 9240.0, 9170.0, 9223.0, 9149.0, 9193.0, 9168.0, 9198.0, 9200.0, 9202.0, 9188.0, 9242.0, 9183.0, 9243.0, 9237.0, 9304.0, 9268.0, 9323.0, 9278.0, 9322.0, 9292.0, 9308.0, 9283.0, 9318.0, 9281.0, 9320.0, 9277.0, 9314.0, 9279.0, 9316.0, 9234.0, 9281.0, 9181.0, 9223.0, 9261.0, 9190.0, 9260.0, 9194.0, 9266.0, 9194.0, 9248.0, 9177.0, 9215.0, 9160.0, 9215.0, 9162.0, 9240.0, 9168.0, 9237.0, 9166.0, 9222.0, 9211.0, 9277.0, 9218.0, 9285.0, 9204.0, 9225.0, 9199.0, 9242.0, 9280.0, 9197.0, 9265.0, 9208.0, 9249.0, 9206.0, 9288.0, 9220.0, 9305.0, 9250.0, 9265.0, 9242.0, 9211.0, 9251.0, 9175.0, 9202.0, 9160.0, 9213.0, 9176.0, 9262.0, 9189.0, 9245.0, 9159.0, 9214.0, 9173.0, 9216.0, 9177.0, 9219.0, 9159.0, 9201.0, 9158.0, 9201.0, 9177.0, 9202.0, 9174.0, 9186.0, 9185.0, 9171.0, 9224.0, 9188.0, 9255.0, 9220.0, 9251.0, 9216.0, 9200.0, 9198.0, 9208.0, 9231.0, 9205.0, 9262.0, 9237.0, 9293.0, 9255.0, 9281.0, 9235.0, 9247.0, 9247.0, 9204.0, 9309.0, 9220.0, 9286.0, 9213.0, 9289.0, 9217.0, 9266.0, 9210.0, 9207.0, 9208.0, 9198.0, 9269.0, 9213.0, 9223.0, 9208.0, 9192.0, 9232.0, 9178.0, 9232.0, 9179.0, 9234.0, 9199.0, 9224.0, 9182.0, 9220.0, 9179.0, 9203.0, 9178.0, 9239.0, 9204.0, 9244.0, 9222.0, 9234.0, 9239.0, 9199.0, 9251.0, 9228.0, 9283.0, 9245.0, 9301.0, 9247.0, 9314.0, 9228.0, 9298.0, 9208.0, 9280.0, 9262.0, 9246.0, 9286.0, 9226.0, 9265.0, 9197.0, 9270.0, 9220.0, 9252.0, 9197.0, 9245.0, 9196.0, 9232.0, 9180.0, 9235.0, 9202.0, 9224.0, 9198.0, 9237.0, 9216.0, 9238.0, 9217.0, 9244.0, 9239.0, 9262.0, 9240.0, 9276.0, 9239.0, 9276.0, 9281.0, 9300.0, 9223.0, 9287.0, 9217.0, 9270.0, 9202.0, 9244.0, 9189.0, 9241.0, 9212.0, 9213.0, 9238.0, 9197.0, 9268.0, 9215.0, 9250.0, 9212.0, 9253.0, 9200.0, 9240.0, 9206.0, 9233.0, 9196.0, 9269.0, 9217.0, 9270.0, 9217.0, 9287.0, 9244.0, 9274.0, 9327.0, 9270.0, 9310.0, 9204.0, 9262.0, 9257.0, 9196.0, 9264.0, 9191.0, 9231.0, 9145.0, 9187.0, 9259.0, 9190.0, 9244.0, 9192.0, 9232.0, 9181.0, 9221.0, 9162.0, 9209.0, 9276.0, 9193.0, 9247.0, 9180.0, 9220.0, 9165.0, 9209.0, 9183.0, 9211.0, 9250.0, 9202.0, 9252.0, 9212.0, 9240.0, 9205.0, 9247.0, 9205.0, 9232.0, 9177.0, 9236.0, 9208.0, 9225.0, 9264.0, 9225.0, 9277.0, 9239.0, 9293.0, 9239.0, 9265.0, 9240.0, 9281.0, 9226.0, 9295.0, 9206.0, 9279.0, 9247.0, 9217.0, 9303.0, 9215.0, 9285.0, 9228.0, 9265.0, 9211.0, 9248.0, 9197.0, 9252.0, 9182.0, 9253.0, 9164.0, 9206.0, 9204.0, 9208.0, 9280.0, 9193.0, 9245.0, 9190.0, 9215.0, 9161.0, 9204.0, 9164.0, 9196.0, 9209.0, 9199.0, 9213.0, 9219.0, 9260.0, 9226.0, 9283.0, 9247.0, 9288.0, 9260.0, 9286.0, 9250.0, 9303.0, 9261.0, 9301.0, 9264.0, 9289.0, 9253.0, 9294.0, 9293.0, 9220.0, 9305.0, 9237.0, 9341.0, 9264.0, 9313.0, 9258.0, 9268.0, 9252.0, 9237.0, 9325.0, 9225.0, 9291.0, 9219.0, 9279.0, 9204.0, 9228.0, 9160.0, 9229.0, 9200.0, 9215.0, 9173.0, 9206.0, 9259.0, 9218.0, 9274.0, 9237.0, 9308.0, 9236.0, 9286.0, 9218.0, 9271.0, 9218.0, 9287.0, 9217.0, 9273.0, 9186.0, 9261.0, 9192.0, 9147.0, 9140.0, 9144.0, 9203.0, 9189.0, 9310.0, 9265.0, 9285.0, 9198.0, 9252.0, 9194.0, 9228.0, 9170.0, 9224.0, 9157.0, 9211.0, 9162.0, 9237.0, 9217.0, 9273.0, 9198.0, 9232.0, 9191.0, 9229.0, 9191.0, 9246.0, 9212.0, 9180.0, 9208.0, 9167.0, 9222.0, 9201.0, 9239.0, 9217.0, 9260.0, 9256.0, 9234.0, 9248.0, 9228.0, 9312.0, 9280.0, 9187.0, 9238.0, 9219.0, 9273.0, 9243.0, 9257.0, 9268.0, 9215.0, 9230.0, 9181.0, 9205.0, 9164.0, 9208.0, 9161.0, 9203.0, 9144.0, 9173.0, 9185.0, 9160.0, 9218.0, 9182.0, 9232.0, 9179.0, 9217.0, 9177.0, 9203.0, 9165.0, 9209.0, 9155.0, 9217.0, 9159.0, 9217.0, 9179.0, 9235.0, 9177.0, 9219.0, 9220.0, 9224.0, 9225.0, 9226.0, 9251.0, 9231.0, 9260.0, 9249.0, 9186.0, 9255.0, 9198.0, 9268.0, 9280.0, 9284.0, 9293.0, 9262.0, 9305.0, 9226.0, 9263.0, 9207.0, 9245.0, 9172.0, 9243.0, 9151.0, 9166.0, 9205.0, 9149.0, 9232.0, 9164.0, 9204.0, 9149.0, 9179.0, 9126.0, 9181.0, 9140.0, 9170.0, 9184.0, 9176.0, 9234.0, 9181.0, 9167.0, 9199.0, 9173.0, 9222.0, 9262.0, 9226.0, 9282.0, 9240.0, 9281.0, 9209.0, 9251.0, 9288.0, 9234.0, 9288.0, 9232.0, 9268.0, 9183.0, 9237.0, 9152.0, 9224.0, 9241.0, 9215.0, 9281.0, 9195.0, 9246.0, 9179.0, 9222.0, 9152.0, 9210.0, 9192.0, 9180.0, 9233.0, 9180.0, 9223.0, 9153.0, 9195.0, 9164.0, 9182.0, 9237.0, 9187.0, 9250.0, 9188.0, 9241.0, 9162.0, 9233.0, 9184.0, 9225.0, 9196.0, 9238.0, 9237.0, 9228.0, 9271.0, 9224.0, 9274.0, 9252.0, 9264.0, 9242.0, 9325.0, 9257.0, 9293.0, 9235.0, 9307.0, 9242.0, 9256.0, 9308.0, 9262.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.0021009767092411724</td></tr>
<tr><td colspan=3>aqi</td><td>0.025649861457550712</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.95010170051123</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.205851066909775</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0463485282932328</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>3668.1516</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1231938106935639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>179</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.448534936138241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5216491086166797</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579116120327262</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.618994210285585</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3668369952371915</td></tr>
<tr><td colspan=3>gcor</td><td>0.0236809</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0020236624404788017</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022129258140921593</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9203736324899654</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>28.19</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.536</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.6376</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296885.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>836.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.1516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6575</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.5798</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.8484</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79659.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1230.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.5634</td></tr>
<tr><td colspan=3>tsnr</td><td>35.090575754176825</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>