<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-03/func/sub-0083_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>a82b24b8ec369ef24193d74adbd1af5e</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>22:20:25.420000</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.998927, -0.00988864, 0.0452383, 0.00557908, 0.995517, 0.094416]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0965109</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>[4153, -7889, -7275, 763, -85, -717, 249, 27]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.076</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3e6f44bf-0898-431d-a57d-2f3c693011f9||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.680048942565918, 0.014968267641961575, 0.12411659955978394, 107.11431884765625], [0.02653050608932972, 2.6708998680114746, 0.25396838784217834, -106.86970520019531], [0.12137094885110855, -0.2533113360404968, 2.685161828994751, -62.822776794433594], [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': ['222025.420000', '222025.880000', '222026.340000', '222026.800000', '222027.260000', '222027.720000', '222028.180000', '222028.640000', '222029.100000', '222029.560000', '222030.020000', '222030.480000', '222030.940000', '222031.400000', '222031.860000', '222032.320000', '222032.780000', '222033.240000', '222033.700000', '222034.160000', '222034.620000', '222035.080000', '222035.540000', '222036.000000', '222036.460000', '222036.920000', '222037.380000', '222037.840000', '222038.300000', '222038.760000', '222039.220000', '222039.680000', '222040.140000', '222040.600000', '222041.060000', '222041.520000', '222041.980000', '222042.440000', '222042.900000', '222043.360000', '222043.820000', '222044.280000', '222044.740000', '222045.200000', '222045.660000', '222046.120000', '222046.580000', '222047.040000', '222047.500000', '222047.960000', '222048.420000', '222048.880000', '222049.340000', '222049.800000', '222050.260000', '222050.720000', '222051.180000', '222051.640000', '222052.100000', '222052.560000', '222053.020000', '222053.480000', '222053.940000', '222054.400000', '222054.860000', '222055.320000', '222055.780000', '222056.240000', '222056.700000', '222057.160000', '222057.620000', '222058.080000', '222058.540000', '222059.000000', '222059.460000', '222059.920000', '222100.380000', '222100.840000', '222101.300000', '222101.760000', '222102.220000', '222102.680000', '222103.140000', '222103.600000', '222104.060000', '222104.520000', '222104.980000', '222105.440000', '222105.900000', '222106.360000', '222106.820000', '222107.280000', '222107.740000', '222108.200000', '222108.660000', '222109.120000', '222109.580000', '222110.040000', '222110.500000', '222110.960000', '222111.420000', '222111.880000', '222112.340000', '222112.800000', '222113.260000', '222113.720000', '222114.180000', '222114.640000', '222115.100000', '222115.560000', '222116.020000', '222116.480000', '222116.940000', '222117.400000', '222117.860000', '222118.320000', '222118.780000', '222119.240000', '222119.700000', '222120.160000', '222120.620000', '222121.080000', '222121.540000', '222122.000000', '222122.460000', '222122.920000', '222123.380000', '222123.840000', '222124.300000', '222124.760000', '222125.220000', '222125.680000', '222126.140000', '222126.600000', '222127.060000', '222127.520000', '222127.980000', '222128.440000', '222128.900000', '222129.360000', '222129.820000', '222130.280000', '222130.740000', '222131.200000', '222131.660000', '222132.120000', '222132.580000', '222133.040000', '222133.500000', '222133.960000', '222134.420000', '222134.880000', '222135.340000', '222135.800000', '222136.260000', '222136.720000', '222137.180000', '222137.640000', '222138.100000', '222138.560000', '222139.020000', '222139.480000', '222139.940000', '222140.400000', '222140.860000', '222141.320000', '222141.780000', '222142.240000', '222142.700000', '222143.160000', '222143.620000', '222144.080000', '222144.540000', '222145.000000', '222145.460000', '222145.920000', '222146.380000', '222146.840000', '222147.300000', '222147.760000', '222148.220000', '222148.680000', '222149.140000', '222149.600000', '222150.060000', '222150.520000', '222150.980000', '222151.440000', '222151.900000', '222152.360000', '222152.820000', '222153.280000', '222153.740000', '222154.200000', '222154.660000', '222155.120000', '222155.580000', '222156.040000', '222156.500000', '222156.960000', '222157.420000', '222157.880000', '222158.340000', '222158.800000', '222159.260000', '222159.720000', '222200.180000', '222200.640000', '222201.100000', '222201.560000', '222202.020000', '222202.480000', '222202.940000', '222203.400000', '222203.860000', '222204.320000', '222204.780000', '222205.240000', '222205.700000', '222206.160000', '222206.620000', '222207.080000', '222207.540000', '222208.000000', '222208.460000', '222208.920000', '222209.380000', '222209.840000', '222210.300000', '222210.760000', '222211.220000', '222211.680000', '222212.140000', '222212.600000', '222213.060000', '222213.520000', '222213.980000', '222214.440000', '222214.900000', '222215.360000', '222215.820000', '222216.280000', '222216.740000', '222217.200000', '222217.660000', '222218.120000', '222218.580000', '222219.040000', '222219.500000', '222219.960000', '222220.420000', '222220.880000', '222221.340000', '222221.800000', '222222.260000', '222222.720000', '222223.180000', '222223.640000', '222224.100000', '222224.560000', '222225.020000', '222225.480000', '222225.940000', '222226.400000', '222226.860000', '222227.320000', '222227.780000', '222228.240000', '222228.700000', '222229.160000', '222229.620000', '222230.080000', '222230.540000', '222231.000000', '222231.460000', '222231.920000', '222232.380000', '222232.840000', '222233.300000', '222233.760000', '222234.220000', '222234.680000', '222235.140000', '222235.600000', '222236.060000', '222236.520000', '222236.980000', '222237.440000', '222237.900000', '222238.360000', '222238.820000', '222239.280000', '222239.740000', '222240.200000', '222240.660000', '222241.120000', '222241.580000', '222242.040000', '222242.500000', '222242.960000', '222243.420000', '222243.880000', '222244.340000', '222244.800000', '222245.260000', '222245.720000', '222246.180000', '222246.640000', '222247.100000', '222247.560000', '222248.020000', '222248.480000', '222248.940000', '222249.400000', '222249.860000', '222250.320000', '222250.780000', '222251.240000', '222251.700000', '222252.160000', '222252.620000', '222253.080000', '222253.540000', '222254.000000', '222254.460000', '222254.920000', '222255.380000', '222255.840000', '222256.300000', '222256.760000', '222257.220000', '222257.680000', '222258.140000', '222258.600000', '222259.060000', '222259.520000', '222259.980000', '222300.440000', '222300.900000', '222301.360000', '222301.820000', '222302.280000', '222302.740000', '222303.200000', '222303.660000', '222304.120000', '222304.580000', '222305.040000', '222305.500000', '222305.960000', '222306.420000', '222306.880000', '222307.340000', '222307.800000', '222308.260000', '222308.720000', '222309.180000', '222309.640000', '222310.100000', '222310.560000', '222311.020000', '222311.480000', '222311.940000', '222312.400000', '222312.860000', '222313.320000', '222313.780000', '222314.240000', '222314.700000', '222315.160000', '222315.620000', '222316.080000', '222316.540000', '222317.000000', '222317.460000', '222317.920000', '222318.380000', '222318.840000', '222319.300000', '222319.760000', '222320.220000', '222320.680000', '222321.140000', '222321.600000', '222322.060000', '222322.520000', '222322.980000', '222323.440000', '222323.900000', '222324.360000', '222324.820000', '222325.280000', '222325.740000', '222326.200000', '222326.660000', '222327.120000', '222327.580000', '222328.040000', '222328.500000', '222328.960000', '222329.420000', '222329.880000', '222330.340000', '222330.800000', '222331.260000', '222331.720000', '222332.180000', '222332.640000', '222333.100000', '222333.560000', '222334.020000', '222334.480000', '222334.940000', '222335.400000', '222335.860000', '222336.320000', '222336.780000', '222337.240000', '222337.700000', '222338.160000', '222338.620000', '222339.080000', '222339.540000', '222340.000000', '222340.460000', '222340.920000', '222341.380000', '222341.840000', '222342.300000', '222342.760000', '222343.220000', '222343.680000', '222344.140000', '222344.600000', '222345.060000', '222345.520000', '222345.980000', '222346.440000', '222346.900000', '222347.360000', '222347.820000', '222348.280000', '222348.740000', '222349.200000', '222349.660000', '222350.120000', '222350.580000', '222351.040000', '222351.500000', '222351.960000', '222352.420000', '222352.880000', '222353.340000', '222353.800000', '222354.260000', '222354.720000', '222355.180000', '222355.640000', '222356.100000', '222356.560000', '222357.020000', '222357.480000', '222357.940000', '222358.400000', '222358.860000', '222359.320000', '222359.780000', '222400.240000', '222400.700000', '222401.160000', '222401.620000', '222402.080000', '222402.540000', '222403.000000', '222403.460000', '222403.920000', '222404.380000', '222404.840000', '222405.300000', '222405.760000', '222406.220000', '222406.680000', '222407.140000', '222407.600000', '222408.060000', '222408.520000', '222408.980000', '222409.440000', '222409.900000', '222410.360000', '222410.820000', '222411.280000', '222411.740000', '222412.200000', '222412.660000', '222413.120000', '222413.580000', '222414.040000', '222414.500000', '222414.960000', '222415.420000', '222415.880000', '222416.340000', '222416.800000', '222417.260000', '222417.720000', '222418.180000', '222418.640000', '222419.100000', '222419.560000', '222420.020000', '222420.480000', '222420.940000', '222421.400000', '222421.860000', '222422.320000', '222422.780000', '222423.240000', '222423.700000', '222424.160000', '222424.620000', '222425.080000', '222425.540000', '222426.000000', '222426.460000', '222426.920000', '222427.380000', '222427.840000', '222428.300000', '222428.760000', '222429.220000', '222429.680000', '222430.140000', '222430.600000', '222431.060000', '222431.520000', '222431.980000', '222432.440000', '222432.900000', '222433.360000', '222433.820000', '222434.280000', '222434.740000', '222435.200000', '222435.660000', '222436.120000', '222436.580000', '222437.040000', '222437.500000', '222437.960000', '222438.420000', '222438.880000', '222439.340000', '222439.800000', '222440.260000', '222440.720000', '222441.180000', '222441.640000', '222442.100000', '222442.560000', '222443.020000', '222443.480000', '222443.940000', '222444.400000', '222444.860000', '222445.320000', '222445.780000', '222446.240000', '222446.700000', '222447.160000', '222447.620000', '222448.080000', '222448.540000', '222449.000000', '222449.460000', '222449.920000', '222450.380000', '222450.840000', '222451.300000', '222451.760000', '222452.220000', '222452.680000', '222453.140000', '222453.600000', '222454.060000', '222454.520000', '222454.980000', '222455.440000', '222455.900000', '222456.360000', '222456.820000', '222457.280000', '222457.740000', '222458.200000', '222458.660000', '222459.120000', '222459.580000', '222500.040000', '222500.500000', '222500.960000', '222501.420000', '222501.880000', '222502.340000', '222502.800000', '222503.260000', '222503.720000', '222504.180000', '222504.640000', '222505.100000', '222505.560000', '222506.020000', '222506.480000', '222506.940000', '222507.400000', '222507.860000', '222508.320000', '222508.780000', '222509.240000', '222509.700000', '222510.160000', '222510.620000', '222511.080000', '222511.540000', '222512.000000', '222512.460000', '222512.920000', '222513.380000', '222513.840000', '222514.300000', '222514.760000', '222515.220000', '222515.680000', '222516.140000', '222516.600000', '222517.060000', '222517.520000', '222517.980000', '222518.440000', '222518.900000', '222519.360000', '222519.820000', '222520.280000', '222520.740000', '222521.200000', '222521.660000', '222522.120000', '222522.580000', '222523.040000', '222523.500000', '222523.960000', '222524.420000', '222524.880000', '222525.340000', '222525.800000', '222526.260000', '222526.720000', '222527.180000', '222527.640000', '222528.100000', '222528.560000', '222529.020000', '222529.480000', '222529.940000', '222530.400000', '222530.860000', '222531.320000', '222531.780000', '222532.240000', '222532.700000', '222533.160000', '222533.620000', '222534.080000', '222534.540000', '222535.000000', '222535.460000', '222535.920000', '222536.380000', '222536.840000', '222537.300000', '222537.760000', '222538.220000', '222538.680000', '222539.140000', '222539.600000', '222540.060000', '222540.520000', '222540.980000', '222541.440000', '222541.900000', '222542.360000', '222542.820000', '222543.280000', '222543.740000', '222544.200000', '222544.660000', '222545.120000', '222545.580000', '222546.040000', '222546.500000', '222546.960000', '222547.420000', '222547.880000', '222548.340000', '222548.800000', '222549.260000', '222549.720000', '222550.180000', '222550.640000', '222551.100000', '222551.560000', '222552.020000', '222552.480000', '222552.940000', '222553.400000', '222553.860000', '222554.320000', '222554.780000', '222555.240000', '222555.700000', '222556.160000', '222556.620000', '222557.080000', '222557.540000', '222558.000000', '222558.460000', '222558.920000', '222559.380000', '222559.840000', '222600.300000', '222600.760000', '222601.220000', '222601.680000', '222602.140000', '222602.600000', '222603.060000', '222603.520000', '222603.980000', '222604.440000', '222604.900000', '222605.360000', '222605.820000', '222606.280000', '222606.740000', '222607.200000', '222607.660000', '222608.120000', '222608.580000', '222609.040000', '222609.500000', '222609.960000', '222610.420000', '222610.880000', '222611.340000', '222611.800000', '222612.260000', '222612.720000', '222613.180000', '222613.640000', '222614.100000', '222614.560000', '222615.020000', '222615.480000', '222615.940000', '222616.400000', '222616.860000', '222617.320000', '222617.780000', '222618.240000', '222618.700000', '222619.160000', '222619.620000', '222620.080000', '222620.540000', '222621.000000', '222621.460000', '222621.920000', '222622.380000', '222622.840000', '222623.300000', '222623.760000', '222624.220000', '222624.680000', '222625.140000', '222625.600000', '222626.060000', '222626.520000', '222626.980000', '222627.440000', '222627.900000', '222628.360000', '222628.820000', '222629.280000', '222629.740000', '222630.200000', '222630.660000', '222631.120000', '222631.580000', '222632.040000', '222632.500000', '222632.960000', '222633.420000', '222633.880000', '222634.340000', '222634.800000', '222635.260000', '222635.720000', '222636.180000', '222636.640000', '222637.100000', '222637.560000', '222638.020000', '222638.480000', '222638.940000', '222639.400000', '222639.860000', '222640.320000', '222640.780000', '222641.240000', '222641.700000', '222642.160000', '222642.620000', '222643.080000', '222643.540000', '222644.000000', '222644.460000', '222644.920000', '222645.380000', '222645.840000', '222646.300000', '222646.760000', '222647.220000', '222647.680000', '222648.140000', '222648.600000', '222649.060000', '222649.520000', '222649.980000', '222650.440000', '222650.900000', '222651.360000', '222651.820000', '222652.280000', '222652.740000', '222653.200000', '222653.660000', '222654.120000', '222654.580000', '222655.040000', '222655.500000', '222655.960000', '222656.420000', '222656.880000', '222657.340000', '222657.800000', '222658.260000', '222658.720000', '222659.180000', '222659.640000', '222700.100000', '222700.560000', '222701.020000', '222701.480000', '222701.940000', '222702.400000', '222702.860000', '222703.320000', '222703.780000', '222704.240000', '222704.700000', '222705.160000', '222705.620000', '222706.080000', '222706.540000', '222707.000000', '222707.460000', '222707.920000', '222708.380000', '222708.840000', '222709.300000', '222709.760000', '222710.220000', '222710.680000', '222711.140000', '222711.600000', '222712.060000', '222712.520000', '222712.980000', '222713.440000', '222713.900000', '222714.360000', '222714.820000', '222715.280000', '222715.740000', '222716.200000', '222716.660000', '222717.120000', '222717.580000', '222718.040000', '222718.500000', '222718.960000', '222719.420000', '222719.880000', '222720.340000', '222720.800000', '222721.260000', '222721.720000', '222722.180000', '222722.640000', '222723.100000', '222723.560000', '222724.020000', '222724.480000', '222724.940000', '222725.400000', '222725.860000', '222726.320000', '222726.780000', '222727.240000', '222727.700000', '222728.160000', '222728.620000', '222729.080000', '222729.540000', '222730.000000', '222730.460000', '222730.920000', '222731.380000', '222731.840000', '222732.300000', '222732.760000', '222733.220000', '222733.680000', '222734.140000', '222734.600000', '222735.060000', '222735.520000', '222735.980000', '222736.440000', '222736.900000', '222737.360000', '222737.820000', '222738.280000', '222738.740000', '222739.200000', '222739.660000', '222740.120000', '222740.580000', '222741.040000', '222741.500000', '222741.960000', '222742.420000', '222742.880000', '222743.340000', '222743.800000', '222744.260000', '222744.720000', '222745.180000', '222745.640000', '222746.100000', '222746.560000', '222747.020000', '222747.480000', '222747.940000', '222748.400000', '222748.860000', '222749.320000', '222749.780000', '222750.240000', '222750.700000', '222751.160000', '222751.620000', '222752.080000', '222752.540000', '222753.000000', '222753.460000', '222753.920000', '222754.380000', '222754.840000', '222755.300000', '222755.760000', '222756.220000', '222756.680000', '222757.140000', '222757.600000', '222758.060000', '222758.520000', '222758.980000', '222759.440000', '222759.900000', '222800.360000', '222800.820000', '222801.280000', '222801.740000', '222802.200000', '222802.660000', '222803.120000', '222803.580000', '222804.040000', '222804.500000', '222804.960000', '222805.420000', '222805.880000', '222806.340000', '222806.800000', '222807.260000', '222807.720000', '222808.180000', '222808.640000', '222809.100000', '222809.560000', '222810.020000', '222810.480000', '222810.940000', '222811.400000', '222811.860000', '222812.320000', '222812.780000', '222813.240000', '222813.700000', '222814.160000', '222814.620000', '222815.080000', '222815.540000', '222816.000000', '222816.460000', '222816.920000', '222817.380000', '222817.840000', '222818.300000', '222818.760000', '222819.220000', '222819.680000', '222820.140000', '222820.600000', '222821.060000', '222821.520000', '222821.980000', '222822.440000', '222822.900000', '222823.360000', '222823.820000', '222824.280000', '222824.740000', '222825.200000', '222825.660000', '222826.120000', '222826.580000', '222827.040000', '222827.500000', '222827.960000', '222828.420000', '222828.880000', '222829.340000', '222829.800000', '222830.260000', '222830.720000', '222831.180000', '222831.640000', '222832.100000', '222832.560000', '222833.020000', '222833.480000', '222833.940000', '222834.400000', '222834.860000', '222835.320000', '222835.780000', '222836.240000', '222836.700000', '222837.160000', '222837.620000', '222838.080000', '222838.540000', '222839.000000', '222839.460000', '222839.920000', '222840.380000', '222840.840000', '222841.300000', '222841.760000', '222842.220000', '222842.680000', '222843.140000', '222843.600000', '222844.060000', '222844.520000', '222844.980000', '222845.440000', '222845.900000', '222846.360000', '222846.820000', '222847.280000', '222847.740000', '222848.200000', '222848.660000', '222849.120000', '222849.580000', '222850.040000', '222850.500000', '222850.960000', '222851.420000', '222851.880000', '222852.340000', '222852.800000', '222853.260000', '222853.720000', '222854.180000', '222854.640000', '222855.100000', '222855.560000', '222856.020000', '222856.480000', '222856.940000', '222857.400000', '222857.860000', '222858.320000', '222858.780000', '222859.240000', '222859.700000', '222900.160000', '222900.620000', '222901.080000', '222901.540000', '222902.000000', '222902.460000', '222902.920000', '222903.380000', '222903.840000', '222904.300000', '222904.760000', '222905.220000', '222905.680000', '222906.140000', '222906.600000', '222907.060000', '222907.520000', '222907.980000', '222908.440000', '222908.900000', '222909.360000', '222909.820000', '222910.280000', '222910.740000', '222911.200000', '222911.660000', '222912.120000', '222912.580000', '222913.040000', '222913.500000', '222913.960000', '222914.420000', '222914.880000', '222915.340000', '222915.800000', '222916.260000', '222916.720000', '222917.180000', '222917.640000', '222918.100000', '222918.560000', '222919.020000', '222919.480000', '222919.940000', '222920.400000', '222920.860000', '222921.320000', '222921.780000', '222922.240000', '222922.700000', '222923.160000', '222923.620000', '222924.080000', '222924.540000', '222925.000000', '222925.460000', '222925.920000', '222926.380000', '222926.840000', '222927.300000', '222927.760000', '222928.220000', '222928.680000', '222929.140000', '222929.600000', '222930.060000', '222930.520000', '222930.980000', '222931.440000', '222931.900000', '222932.360000', '222932.820000', '222933.280000', '222933.740000', '222934.200000', '222934.660000', '222935.120000', '222935.580000', '222936.040000', '222936.500000', '222936.960000', '222937.420000', '222937.880000', '222938.340000', '222938.800000', '222939.260000', '222939.720000', '222940.180000', '222940.640000', '222941.100000', '222941.560000', '222942.020000', '222942.480000', '222942.940000', '222943.400000', '222943.860000', '222944.320000', '222944.780000', '222945.240000', '222945.700000', '222946.160000', '222946.620000', '222947.080000', '222947.540000', '222948.000000', '222948.460000', '222948.920000', '222949.380000', '222949.840000', '222950.300000', '222950.760000', '222951.220000', '222951.680000', '222952.140000', '222952.600000', '222953.060000', '222953.520000', '222953.980000', '222954.440000', '222954.900000', '222955.360000', '222955.820000', '222956.280000', '222956.740000', '222957.200000', '222957.660000', '222958.120000', '222958.580000', '222959.040000', '222959.500000', '222959.960000', '223000.420000', '223000.880000', '223001.340000', '223001.800000', '223002.260000', '223002.720000', '223003.180000', '223003.640000', '223004.100000', '223004.560000', '223005.020000', '223005.480000', '223005.940000', '223006.400000', '223006.860000', '223007.320000', '223007.780000', '223008.240000', '223008.700000', '223009.160000', '223009.620000', '223010.080000', '223010.540000', '223011.000000', '223011.460000', '223011.920000', '223012.380000', '223012.840000', '223013.300000', '223013.760000', '223014.220000', '223014.680000', '223015.140000', '223015.600000', '223016.060000', '223016.520000', '223016.980000', '223017.440000', '223017.900000', '223018.360000', '223018.820000', '223019.280000', '223019.740000', '223020.200000', '223020.660000', '223021.120000', '223021.580000', '223022.040000', '223022.500000', '223022.960000', '223023.420000', '223023.880000', '223024.340000', '223024.800000', '223025.260000', '223025.720000', '223026.180000', '223026.640000', '223027.100000', '223027.560000', '223028.020000', '223028.480000', '223028.940000', '223029.400000', '223029.860000', '223030.320000', '223030.780000', '223031.240000', '223031.700000', '223032.160000', '223032.620000', '223033.080000', '223033.540000', '223034.000000', '223034.460000', '223034.920000', '223035.380000', '223035.840000', '223036.300000', '223036.760000', '223037.220000', '223037.680000', '223038.140000', '223038.600000', '223039.060000'], 'ContentTime': ['222047.559000', '222047.568000', '222047.570000', '222047.573000', '222047.576000', '222047.578000', '222047.581000', '222047.583000', '222047.586000', '222047.589000', '222047.591000', '222047.594000', '222047.596000', '222047.599000', '222047.602000', '222047.605000', '222047.607000', '222047.610000', '222047.612000', '222047.615000', '222047.618000', '222047.620000', '222047.623000', '222047.626000', '222047.628000', '222047.631000', '222047.633000', '222047.636000', '222047.639000', '222047.641000', '222047.648000', '222047.651000', '222047.653000', '222047.656000', '222047.659000', '222047.661000', '222047.664000', '222047.666000', '222047.669000', '222047.672000', '222047.674000', '222047.685000', '222047.688000', '222047.690000', '222047.693000', '222107.525000', '222107.528000', '222107.530000', '222107.533000', '222107.535000', '222107.538000', '222107.541000', '222107.544000', '222107.546000', '222107.549000', '222107.552000', '222107.554000', '222107.557000', '222107.559000', '222107.562000', '222107.565000', '222107.567000', '222107.570000', '222107.573000', '222107.575000', '222107.578000', '222107.580000', '222107.583000', '222107.586000', '222107.588000', '222107.591000', '222107.594000', '222107.596000', '222107.599000', '222107.602000', '222107.604000', '222107.607000', '222107.610000', '222107.612000', '222107.615000', '222107.617000', '222107.620000', '222107.623000', '222107.625000', '222107.628000', '222107.631000', '222107.633000', '222107.636000', '222127.524000', '222127.527000', '222127.531000', '222127.534000', '222127.536000', '222127.539000', '222127.542000', '222127.545000', '222127.547000', '222127.550000', '222127.553000', '222127.555000', '222127.558000', '222127.561000', '222127.563000', '222127.566000', '222127.569000', '222127.571000', '222127.574000', '222127.577000', '222127.579000', '222127.582000', '222127.585000', '222127.588000', '222127.590000', '222127.593000', '222127.595000', '222127.598000', '222127.601000', '222127.603000', '222127.606000', '222127.609000', '222127.611000', '222127.614000', '222127.617000', '222127.619000', '222127.622000', '222127.624000', '222127.627000', '222127.630000', '222127.632000', '222127.635000', '222127.637000', '222127.640000', '222147.524000', '222147.527000', '222147.530000', '222147.532000', '222147.535000', '222147.538000', '222147.540000', '222147.543000', '222147.546000', '222147.548000', '222147.551000', '222147.554000', '222147.556000', '222147.559000', '222147.562000', '222147.564000', '222147.567000', '222147.570000', '222147.572000', '222147.575000', '222147.577000', '222147.580000', '222147.583000', '222147.585000', '222147.588000', '222147.591000', '222147.593000', '222147.596000', '222147.599000', '222147.601000', '222147.604000', '222147.607000', '222147.609000', '222147.612000', '222147.615000', '222147.617000', '222147.620000', '222147.629000', '222147.632000', '222147.634000', '222147.637000', '222147.640000', '222147.642000', '222207.523000', '222207.526000', '222207.529000', '222207.532000', '222207.534000', '222207.537000', '222207.539000', '222207.542000', '222207.545000', '222207.547000', '222207.550000', '222207.553000', '222207.555000', '222207.558000', '222207.561000', '222207.563000', '222207.566000', '222207.569000', '222207.571000', '222207.574000', '222207.576000', '222207.579000', '222207.582000', '222207.585000', '222207.587000', '222207.590000', '222207.593000', '222207.595000', '222207.598000', '222207.601000', '222207.603000', '222207.606000', '222207.608000', '222207.611000', '222207.614000', '222207.616000', '222207.619000', '222207.622000', '222207.625000', '222207.627000', '222207.630000', '222207.633000', '222207.635000', '222207.638000', '222227.523000', '222227.526000', '222227.529000', '222227.532000', '222227.535000', '222227.537000', '222227.540000', '222227.543000', '222227.545000', '222227.548000', '222227.550000', '222227.553000', '222227.556000', '222227.558000', '222227.561000', '222227.564000', '222227.566000', '222227.569000', '222227.572000', '222227.574000', '222227.577000', '222227.579000', '222227.582000', '222227.585000', '222227.587000', '222227.590000', '222227.593000', '222227.595000', '222227.598000', '222227.601000', '222227.603000', '222227.606000', '222227.609000', '222227.611000', '222227.614000', '222227.631000', '222227.634000', '222227.636000', '222227.639000', '222227.642000', '222227.644000', '222227.647000', '222227.650000', '222247.523000', '222247.526000', '222247.529000', '222247.532000', '222247.534000', '222247.537000', '222247.539000', '222247.542000', '222247.545000', '222247.547000', '222247.550000', '222247.553000', '222247.555000', '222247.558000', '222247.561000', '222247.563000', '222247.567000', '222247.570000', '222247.573000', '222247.576000', '222247.578000', '222247.581000', '222247.584000', '222247.586000', '222247.589000', '222247.592000', '222247.594000', '222247.597000', '222247.600000', '222247.602000', '222247.605000', '222247.608000', '222247.610000', '222247.613000', '222247.616000', '222247.618000', '222247.626000', '222247.629000', '222247.632000', '222247.634000', '222247.637000', '222247.640000', '222247.642000', '222247.645000', '222307.523000', '222307.526000', '222307.529000', '222307.532000', '222307.534000', '222307.537000', '222307.540000', '222307.542000', '222307.545000', '222307.548000', '222307.550000', '222307.553000', '222307.556000', '222307.558000', '222307.561000', '222307.564000', '222307.566000', '222307.569000', '222307.572000', '222307.575000', '222307.577000', '222307.580000', '222307.583000', '222307.585000', '222307.588000', '222307.590000', '222307.593000', '222307.596000', '222307.599000', '222307.601000', '222307.604000', '222307.607000', '222307.609000', '222307.612000', '222307.615000', '222307.617000', '222307.620000', '222307.623000', '222307.625000', '222307.628000', '222307.631000', '222307.633000', '222307.636000', '222327.524000', '222327.528000', '222327.531000', '222327.534000', '222327.537000', '222327.540000', '222327.542000', '222327.545000', '222327.548000', '222327.550000', '222327.553000', '222327.556000', '222327.558000', '222327.561000', '222327.564000', '222327.567000', '222327.569000', '222327.572000', '222327.574000', '222327.577000', '222327.580000', '222327.582000', '222327.585000', '222327.588000', '222327.590000', '222327.593000', '222327.595000', '222327.598000', '222327.601000', '222327.603000', '222327.606000', '222327.609000', '222327.611000', '222327.614000', '222327.617000', '222327.619000', '222327.622000', '222327.625000', '222327.627000', '222327.630000', '222327.633000', '222327.635000', '222327.638000', '222347.524000', '222347.527000', '222347.531000', '222347.534000', '222347.543000', '222347.545000', '222347.548000', '222347.551000', '222347.553000', '222347.556000', '222347.559000', '222347.561000', '222347.564000', '222347.566000', '222347.569000', '222347.572000', '222347.574000', '222347.577000', '222347.580000', '222347.582000', '222347.585000', '222347.588000', '222347.590000', '222347.593000', '222347.596000', '222347.598000', '222347.601000', '222347.604000', '222347.606000', '222347.609000', '222347.612000', '222347.614000', '222347.617000', '222347.620000', '222347.622000', '222347.625000', '222347.628000', '222347.630000', '222347.633000', '222347.636000', '222347.638000', '222347.641000', '222347.644000', '222347.646000', '222407.525000', '222407.527000', '222407.530000', '222407.533000', '222407.536000', '222407.538000', '222407.541000', '222407.544000', '222407.546000', '222407.549000', '222407.552000', '222407.554000', '222407.557000', '222407.560000', '222407.562000', '222407.565000', '222407.568000', '222407.571000', '222407.573000', '222407.576000', '222407.578000', '222407.581000', '222407.584000', '222407.586000', '222407.589000', '222407.592000', '222407.594000', '222407.597000', '222407.600000', '222407.603000', '222407.606000', '222407.618000', '222407.620000', '222407.623000', '222407.626000', '222407.628000', '222407.631000', '222407.634000', '222407.637000', '222407.639000', '222407.642000', '222407.645000', '222407.647000', '222427.524000', '222427.527000', '222427.530000', '222427.533000', '222427.535000', '222427.538000', '222427.541000', '222427.543000', '222427.546000', '222427.549000', '222427.551000', '222427.554000', '222427.556000', '222427.559000', '222427.562000', '222427.564000', '222427.567000', '222427.570000', '222427.573000', '222427.575000', '222427.579000', '222427.582000', '222427.584000', '222427.587000', '222427.590000', '222427.592000', '222427.595000', '222427.598000', '222427.600000', '222427.603000', '222427.606000', '222427.608000', '222427.611000', '222427.614000', '222427.616000', '222427.619000', '222427.622000', '222427.624000', '222427.627000', '222427.630000', '222427.632000', '222427.635000', '222427.638000', '222427.640000', '222447.524000', '222447.527000', '222447.529000', '222447.532000', '222447.535000', '222447.537000', '222447.540000', '222447.543000', '222447.545000', '222447.548000', '222447.551000', '222447.554000', '222447.556000', '222447.559000', '222447.562000', '222447.564000', '222447.567000', '222447.570000', '222447.572000', '222447.575000', '222447.578000', '222447.580000', '222447.583000', '222447.585000', '222447.588000', '222447.591000', '222447.593000', '222447.596000', '222447.600000', '222447.603000', '222447.606000', '222447.608000', '222447.611000', '222447.614000', '222447.616000', '222447.619000', '222447.621000', '222447.624000', '222447.627000', '222447.629000', '222447.632000', '222447.635000', '222447.637000', '222507.524000', '222507.526000', '222507.529000', '222507.532000', '222507.534000', '222507.537000', '222507.540000', '222507.542000', '222507.545000', '222507.548000', '222507.550000', '222507.553000', '222507.555000', '222507.558000', '222507.561000', '222507.563000', '222507.566000', '222507.569000', '222507.571000', '222507.574000', '222507.577000', '222507.579000', '222507.582000', '222507.584000', '222507.587000', '222507.590000', '222507.592000', '222507.595000', '222507.598000', '222507.600000', '222507.603000', '222507.606000', '222507.609000', '222507.611000', '222507.614000', '222507.616000', '222507.619000', '222507.622000', '222507.624000', '222507.627000', '222507.630000', '222507.632000', '222507.635000', '222507.637000', '222527.524000', '222527.526000', '222527.529000', '222527.532000', '222527.535000', '222527.537000', '222527.540000', '222527.542000', '222527.545000', '222527.548000', '222527.550000', '222527.553000', '222527.556000', '222527.558000', '222527.561000', '222527.564000', '222527.567000', '222527.569000', '222527.572000', '222527.575000', '222527.577000', '222527.580000', '222527.583000', '222527.586000', '222527.589000', '222527.593000', '222527.596000', '222527.598000', '222527.601000', '222527.604000', '222527.606000', '222527.609000', '222527.612000', '222527.614000', '222527.617000', '222527.620000', '222527.622000', '222527.625000', '222527.628000', '222527.630000', '222527.633000', '222527.635000', '222527.638000', '222547.525000', '222547.527000', '222547.530000', '222547.534000', '222547.536000', '222547.539000', '222547.541000', '222547.544000', '222547.547000', '222547.549000', '222547.552000', '222547.555000', '222547.557000', '222547.560000', '222547.563000', '222547.566000', '222547.568000', '222547.571000', '222547.573000', '222547.576000', '222547.579000', '222547.581000', '222547.584000', '222547.587000', '222547.589000', '222547.592000', '222547.595000', '222547.597000', '222547.600000', '222547.603000', '222547.605000', '222547.608000', '222547.611000', '222547.613000', '222547.616000', '222547.619000', '222547.621000', '222547.624000', '222547.627000', '222547.629000', '222547.632000', '222547.635000', '222547.637000', '222547.640000', '222607.524000', '222607.527000', '222607.530000', '222607.533000', '222607.535000', '222607.538000', '222607.541000', '222607.543000', '222607.546000', '222607.549000', '222607.551000', '222607.554000', '222607.557000', '222607.559000', '222607.562000', '222607.565000', '222607.567000', '222607.570000', '222607.572000', '222607.575000', '222607.578000', '222607.580000', '222607.583000', '222607.586000', '222607.588000', '222607.591000', '222607.593000', '222607.596000', '222607.600000', '222607.603000', '222607.606000', '222607.609000', '222607.612000', '222607.614000', '222607.617000', '222607.620000', '222607.622000', '222607.625000', '222607.627000', '222607.630000', '222607.633000', '222607.635000', '222607.638000', '222627.525000', '222627.528000', '222627.530000', '222627.533000', '222627.535000', '222627.538000', '222627.541000', '222627.543000', '222627.546000', '222627.548000', '222627.551000', '222627.554000', '222627.556000', '222627.559000', '222627.561000', '222627.564000', '222627.567000', '222627.569000', '222627.572000', '222627.575000', '222627.577000', '222627.580000', '222627.583000', '222627.585000', '222627.588000', '222627.590000', '222627.593000', '222627.596000', '222627.598000', '222627.601000', '222627.604000', '222627.606000', '222627.609000', '222627.611000', '222627.614000', '222627.617000', '222627.619000', '222627.622000', '222627.625000', '222627.627000', '222627.630000', '222627.632000', '222627.635000', '222627.638000', '222647.524000', '222647.526000', '222647.529000', '222647.532000', '222647.534000', '222647.537000', '222647.540000', '222647.542000', '222647.545000', '222647.548000', '222647.550000', '222647.553000', '222647.556000', '222647.558000', '222647.561000', '222647.564000', '222647.566000', '222647.569000', '222647.572000', '222647.574000', '222647.577000', '222647.579000', '222647.582000', '222647.585000', '222647.588000', '222647.590000', '222647.593000', '222647.595000', '222647.598000', '222647.601000', '222647.603000', '222647.606000', '222647.609000', '222647.611000', '222647.614000', '222647.617000', '222647.619000', '222647.622000', '222647.625000', '222647.627000', '222647.630000', '222647.633000', '222647.635000', '222707.523000', '222707.526000', '222707.529000', '222707.532000', '222707.534000', '222707.537000', '222707.539000', '222707.542000', '222707.545000', '222707.547000', '222707.563000', '222707.566000', '222707.569000', '222707.572000', '222707.575000', '222707.577000', '222707.580000', '222707.583000', '222707.585000', '222707.588000', '222707.590000', '222707.593000', '222707.596000', '222707.598000', '222707.601000', '222707.604000', '222707.607000', '222707.609000', '222707.612000', '222707.614000', '222707.617000', '222707.620000', '222707.622000', '222707.625000', '222707.627000', '222707.630000', '222707.633000', '222707.635000', '222707.638000', '222707.640000', '222707.643000', '222707.646000', '222707.648000', '222707.651000', '222727.524000', '222727.526000', '222727.529000', '222727.532000', '222727.534000', '222727.537000', '222727.540000', '222727.542000', '222727.545000', '222727.548000', '222727.550000', '222727.553000', '222727.555000', '222727.558000', '222727.561000', '222727.563000', '222727.566000', '222727.568000', '222727.571000', '222727.574000', '222727.576000', '222727.579000', '222727.582000', '222727.584000', '222727.587000', '222727.589000', '222727.592000', '222727.599000', '222727.602000', '222727.604000', '222727.607000', '222727.610000', '222727.613000', '222727.623000', '222727.626000', '222727.629000', '222727.631000', '222727.634000', '222727.637000', '222727.639000', '222727.642000', '222727.645000', '222727.647000', '222747.524000', '222747.527000', '222747.529000', '222747.532000', '222747.535000', '222747.537000', '222747.540000', '222747.543000', '222747.546000', '222747.548000', '222747.551000', '222747.553000', '222747.556000', '222747.559000', '222747.561000', '222747.564000', '222747.567000', '222747.569000', '222747.572000', '222747.575000', '222747.577000', '222747.580000', '222747.583000', '222747.585000', '222747.588000', '222747.591000', '222747.593000', '222747.596000', '222747.599000', '222747.602000', '222747.604000', '222747.607000', '222747.610000', '222747.612000', '222747.615000', '222747.617000', '222747.620000', '222747.623000', '222747.625000', '222747.628000', '222747.631000', '222747.633000', '222747.636000', '222747.639000', '222807.525000', '222807.527000', '222807.530000', '222807.533000', '222807.535000', '222807.538000', '222807.541000', '222807.544000', '222807.546000', '222807.549000', '222807.552000', '222807.554000', '222807.557000', '222807.559000', '222807.562000', '222807.565000', '222807.567000', '222807.570000', '222807.573000', '222807.575000', '222807.578000', '222807.581000', '222807.583000', '222807.586000', '222807.589000', '222807.591000', '222807.594000', '222807.597000', '222807.599000', '222807.602000', '222807.605000', '222807.607000', '222807.610000', '222807.612000', '222807.615000', '222807.618000', '222807.620000', '222807.623000', '222807.626000', '222807.628000', '222807.631000', '222807.633000', '222807.636000', '222827.524000', '222827.527000', '222827.530000', '222827.533000', '222827.535000', '222827.538000', '222827.554000', '222827.557000', '222827.559000', '222827.562000', '222827.565000', '222827.567000', '222827.570000', '222827.573000', '222827.576000', '222827.578000', '222827.581000', '222827.584000', '222827.586000', '222827.589000', '222827.592000', '222827.594000', '222827.597000', '222827.600000', '222827.603000', '222827.605000', '222827.608000', '222827.610000', '222827.613000', '222827.616000', '222827.618000', '222827.621000', '222827.624000', '222827.626000', '222827.629000', '222827.632000', '222827.634000', '222827.637000', '222827.640000', '222827.642000', '222827.645000', '222827.647000', '222827.650000', '222827.653000', '222847.525000', '222847.528000', '222847.531000', '222847.533000', '222847.536000', '222847.539000', '222847.541000', '222847.544000', '222847.546000', '222847.549000', '222847.552000', '222847.554000', '222847.557000', '222847.560000', '222847.562000', '222847.565000', '222847.568000', '222847.570000', '222847.573000', '222847.576000', '222847.578000', '222847.581000', '222847.584000', '222847.586000', '222847.589000', '222847.592000', '222847.594000', '222847.597000', '222847.600000', '222847.602000', '222847.605000', '222847.608000', '222847.610000', '222847.613000', '222847.616000', '222847.618000', '222847.621000', '222847.624000', '222847.626000', '222847.629000', '222847.632000', '222847.634000', '222847.637000', '222907.524000', '222907.527000', '222907.531000', '222907.534000', '222907.537000', '222907.539000', '222907.542000', '222907.545000', '222907.547000', '222907.550000', '222907.553000', '222907.555000', '222907.558000', '222907.560000', '222907.563000', '222907.566000', '222907.568000', '222907.571000', '222907.574000', '222907.577000', '222907.579000', '222907.582000', '222907.585000', '222907.588000', '222907.591000', '222907.593000', '222907.596000', '222907.599000', '222907.602000', '222907.604000', '222907.607000', '222907.610000', '222907.612000', '222907.615000', '222907.618000', '222907.621000', '222907.623000', '222907.626000', '222907.629000', '222907.631000', '222907.634000', '222907.636000', '222907.639000', '222927.524000', '222927.527000', '222927.530000', '222927.532000', '222927.535000', '222927.538000', '222927.541000', '222927.543000', '222927.546000', '222927.549000', '222927.551000', '222927.554000', '222927.557000', '222927.559000', '222927.562000', '222927.565000', '222927.567000', '222927.570000', '222927.573000', '222927.575000', '222927.578000', '222927.581000', '222927.583000', '222927.586000', '222927.589000', '222927.591000', '222927.594000', '222927.597000', '222927.600000', '222927.602000', '222927.605000', '222927.608000', '222927.610000', '222927.613000', '222927.616000', '222927.618000', '222927.621000', '222927.624000', '222927.626000', '222927.629000', '222927.631000', '222927.634000', '222927.637000', '222927.639000', '222947.524000', '222947.527000', '222947.530000', '222947.542000', '222947.545000', '222947.548000', '222947.550000', '222947.553000', '222947.556000', '222947.558000', '222947.561000', '222947.563000', '222947.566000', '222947.569000', '222947.571000', '222947.574000', '222947.577000', '222947.579000', '222947.582000', '222947.585000', '222947.587000', '222947.590000', '222947.593000', '222947.595000', '222947.598000', '222947.601000', '222947.604000', '222947.606000', '222947.609000', '222947.612000', '222947.614000', '222947.617000', '222947.620000', '222947.622000', '222947.625000', '222947.628000', '222947.630000', '222947.633000', '222947.635000', '222947.638000', '222947.641000', '222947.643000', '222947.646000', '222947.649000', '223007.524000', '223007.526000', '223007.529000', '223007.532000', '223007.535000', '223007.537000', '223007.540000', '223007.543000', '223007.545000', '223007.548000', '223007.550000', '223007.553000', '223007.556000', '223007.558000', '223007.561000', '223007.564000', '223007.566000', '223007.569000', '223007.572000', '223007.575000', '223007.577000', '223007.580000', '223007.582000', '223007.585000', '223007.588000', '223007.590000', '223007.593000', '223007.596000', '223007.598000', '223007.601000', '223007.604000', '223007.607000', '223007.609000', '223007.612000', '223007.614000', '223007.617000', '223007.620000', '223007.622000', '223007.625000', '223007.628000', '223007.630000', '223007.633000', '223007.636000', '223027.525000', '223027.528000', '223027.531000', '223027.533000', '223027.536000', '223027.538000', '223027.541000', '223027.544000', '223027.547000', '223027.550000', '223027.552000', '223027.555000', '223027.558000', '223027.560000', '223027.563000', '223027.565000', '223027.568000', '223027.571000', '223027.574000', '223027.576000', '223027.579000', '223027.582000', '223027.585000', '223027.587000', '223027.590000', '223027.593000', '223027.595000', '223027.598000', '223027.601000', '223027.604000', '223027.606000', '223027.609000', '223027.612000', '223027.614000', '223027.617000', '223027.620000', '223027.623000', '223027.625000', '223027.628000', '223027.631000', '223027.633000', '223027.636000', '223027.639000', '223040.858000', '223040.861000', '223040.864000', '223040.866000', '223040.869000', '223040.872000', '223040.875000', '223040.878000', '223040.881000', '223040.884000', '223040.886000', '223040.889000', '223040.892000', '223040.895000', '223040.898000', '223040.902000', '223040.904000', '223040.907000', '223040.910000', '223040.913000', '223040.915000', '223040.919000', '223040.922000', '223040.926000', '223040.929000', '223040.931000', '223040.934000', '223040.937000', '223040.940000', '223040.943000'], 'InstanceCreationTime': ['222047.559000', '222047.568000', '222047.570000', '222047.573000', '222047.576000', '222047.578000', '222047.581000', '222047.583000', '222047.586000', '222047.589000', '222047.591000', '222047.594000', '222047.596000', '222047.599000', '222047.602000', '222047.605000', '222047.607000', '222047.610000', '222047.612000', '222047.615000', '222047.618000', '222047.620000', '222047.623000', '222047.626000', '222047.628000', '222047.631000', '222047.633000', '222047.636000', '222047.639000', '222047.641000', '222047.648000', '222047.651000', '222047.653000', '222047.656000', '222047.659000', '222047.661000', '222047.664000', '222047.666000', '222047.669000', '222047.672000', '222047.674000', '222047.685000', '222047.688000', '222047.690000', '222047.693000', '222107.525000', '222107.528000', '222107.530000', '222107.533000', '222107.535000', '222107.538000', '222107.541000', '222107.544000', '222107.546000', '222107.549000', '222107.552000', '222107.554000', '222107.557000', '222107.559000', '222107.562000', '222107.565000', '222107.567000', '222107.570000', '222107.573000', '222107.575000', '222107.578000', '222107.580000', '222107.583000', '222107.586000', '222107.588000', '222107.591000', '222107.594000', '222107.596000', '222107.599000', '222107.602000', '222107.604000', '222107.607000', '222107.610000', '222107.612000', '222107.615000', '222107.617000', '222107.620000', '222107.623000', '222107.625000', '222107.628000', '222107.631000', '222107.633000', '222107.636000', '222127.524000', '222127.527000', '222127.531000', '222127.534000', '222127.536000', '222127.539000', '222127.542000', '222127.545000', '222127.547000', '222127.550000', '222127.553000', '222127.555000', '222127.558000', '222127.561000', '222127.563000', '222127.566000', '222127.569000', '222127.571000', '222127.574000', '222127.577000', '222127.579000', '222127.582000', '222127.585000', '222127.588000', '222127.590000', '222127.593000', '222127.595000', '222127.598000', '222127.601000', '222127.603000', '222127.606000', '222127.609000', '222127.611000', '222127.614000', '222127.617000', '222127.619000', '222127.622000', '222127.624000', '222127.627000', '222127.630000', '222127.632000', '222127.635000', '222127.637000', '222127.640000', '222147.524000', '222147.527000', '222147.530000', '222147.532000', '222147.535000', '222147.538000', '222147.540000', '222147.543000', '222147.546000', '222147.548000', '222147.551000', '222147.554000', '222147.556000', '222147.559000', '222147.562000', '222147.564000', '222147.567000', '222147.570000', '222147.572000', '222147.575000', '222147.577000', '222147.580000', '222147.583000', '222147.585000', '222147.588000', '222147.591000', '222147.593000', '222147.596000', '222147.599000', '222147.601000', '222147.604000', '222147.607000', '222147.609000', '222147.612000', '222147.615000', '222147.617000', '222147.620000', '222147.629000', '222147.632000', '222147.634000', '222147.637000', '222147.640000', '222147.642000', '222207.523000', '222207.526000', '222207.529000', '222207.532000', '222207.534000', '222207.537000', '222207.539000', '222207.542000', '222207.545000', '222207.547000', '222207.550000', '222207.553000', '222207.555000', '222207.558000', '222207.561000', '222207.563000', '222207.566000', '222207.569000', '222207.571000', '222207.574000', '222207.576000', '222207.579000', '222207.582000', '222207.585000', '222207.587000', '222207.590000', '222207.593000', '222207.595000', '222207.598000', '222207.601000', '222207.603000', '222207.606000', '222207.608000', '222207.611000', '222207.614000', '222207.616000', '222207.619000', '222207.622000', '222207.625000', '222207.627000', '222207.630000', '222207.633000', '222207.635000', '222207.638000', '222227.523000', '222227.526000', '222227.529000', '222227.532000', '222227.535000', '222227.537000', '222227.540000', '222227.543000', '222227.545000', '222227.548000', '222227.550000', '222227.553000', '222227.556000', '222227.558000', '222227.561000', '222227.564000', '222227.566000', '222227.569000', '222227.572000', '222227.574000', '222227.577000', '222227.579000', '222227.582000', '222227.585000', '222227.587000', '222227.590000', '222227.593000', '222227.595000', '222227.598000', '222227.601000', '222227.603000', '222227.606000', '222227.609000', '222227.611000', '222227.614000', '222227.631000', '222227.634000', '222227.636000', '222227.639000', '222227.642000', '222227.644000', '222227.647000', '222227.650000', '222247.523000', '222247.526000', '222247.529000', '222247.532000', '222247.534000', '222247.537000', '222247.539000', '222247.542000', '222247.545000', '222247.547000', '222247.550000', '222247.553000', '222247.555000', '222247.558000', '222247.561000', '222247.563000', '222247.567000', '222247.570000', '222247.573000', '222247.576000', '222247.578000', '222247.581000', '222247.584000', '222247.586000', '222247.589000', '222247.592000', '222247.594000', '222247.597000', '222247.600000', '222247.602000', '222247.605000', '222247.608000', '222247.610000', '222247.613000', '222247.616000', '222247.618000', '222247.626000', '222247.629000', '222247.632000', '222247.634000', '222247.637000', '222247.640000', '222247.642000', '222247.645000', '222307.523000', '222307.526000', '222307.529000', '222307.532000', '222307.534000', '222307.537000', '222307.540000', '222307.542000', '222307.545000', '222307.548000', '222307.550000', '222307.553000', '222307.556000', '222307.558000', '222307.561000', '222307.564000', '222307.566000', '222307.569000', '222307.572000', '222307.575000', '222307.577000', '222307.580000', '222307.583000', '222307.585000', '222307.588000', '222307.590000', '222307.593000', '222307.596000', '222307.599000', '222307.601000', '222307.604000', '222307.607000', '222307.609000', '222307.612000', '222307.615000', '222307.617000', '222307.620000', '222307.623000', '222307.625000', '222307.628000', '222307.631000', '222307.633000', '222307.636000', '222327.524000', '222327.528000', '222327.531000', '222327.534000', '222327.537000', '222327.540000', '222327.542000', '222327.545000', '222327.548000', '222327.550000', '222327.553000', '222327.556000', '222327.558000', '222327.561000', '222327.564000', '222327.567000', '222327.569000', '222327.572000', '222327.574000', '222327.577000', '222327.580000', '222327.582000', '222327.585000', '222327.588000', '222327.590000', '222327.593000', '222327.595000', '222327.598000', '222327.601000', '222327.603000', '222327.606000', '222327.609000', '222327.611000', '222327.614000', '222327.617000', '222327.619000', '222327.622000', '222327.625000', '222327.627000', '222327.630000', '222327.633000', '222327.635000', '222327.638000', '222347.524000', '222347.527000', '222347.531000', '222347.534000', '222347.543000', '222347.545000', '222347.548000', '222347.551000', '222347.553000', '222347.556000', '222347.559000', '222347.561000', '222347.564000', '222347.566000', '222347.569000', '222347.572000', '222347.574000', '222347.577000', '222347.580000', '222347.582000', '222347.585000', '222347.588000', '222347.590000', '222347.593000', '222347.596000', '222347.598000', '222347.601000', '222347.604000', '222347.606000', '222347.609000', '222347.612000', '222347.614000', '222347.617000', '222347.620000', '222347.622000', '222347.625000', '222347.628000', '222347.630000', '222347.633000', '222347.636000', '222347.638000', '222347.641000', '222347.644000', '222347.646000', '222407.525000', '222407.527000', '222407.530000', '222407.533000', '222407.536000', '222407.538000', '222407.541000', '222407.544000', '222407.546000', '222407.549000', '222407.552000', '222407.554000', '222407.557000', '222407.560000', '222407.562000', '222407.565000', '222407.568000', '222407.571000', '222407.573000', '222407.576000', '222407.578000', '222407.581000', '222407.584000', '222407.586000', '222407.589000', '222407.592000', '222407.594000', '222407.597000', '222407.600000', '222407.603000', '222407.606000', '222407.618000', '222407.620000', '222407.623000', '222407.626000', '222407.628000', '222407.631000', '222407.634000', '222407.637000', '222407.639000', '222407.642000', '222407.645000', '222407.647000', '222427.524000', '222427.527000', '222427.530000', '222427.533000', '222427.535000', '222427.538000', '222427.541000', '222427.543000', '222427.546000', '222427.549000', '222427.551000', '222427.554000', '222427.556000', '222427.559000', '222427.562000', '222427.564000', '222427.567000', '222427.570000', '222427.573000', '222427.575000', '222427.579000', '222427.582000', '222427.584000', '222427.587000', '222427.590000', '222427.592000', '222427.595000', '222427.598000', '222427.600000', '222427.603000', '222427.606000', '222427.608000', '222427.611000', '222427.614000', '222427.616000', '222427.619000', '222427.622000', '222427.624000', '222427.627000', '222427.630000', '222427.632000', '222427.635000', '222427.638000', '222427.640000', '222447.524000', '222447.527000', '222447.529000', '222447.532000', '222447.535000', '222447.537000', '222447.540000', '222447.543000', '222447.545000', '222447.548000', '222447.551000', '222447.554000', '222447.556000', '222447.559000', '222447.562000', '222447.564000', '222447.567000', '222447.570000', '222447.572000', '222447.575000', '222447.578000', '222447.580000', '222447.583000', '222447.585000', '222447.588000', '222447.591000', '222447.593000', '222447.596000', '222447.600000', '222447.603000', '222447.606000', '222447.608000', '222447.611000', '222447.614000', '222447.616000', '222447.619000', '222447.621000', '222447.624000', '222447.627000', '222447.629000', '222447.632000', '222447.635000', '222447.637000', '222507.524000', '222507.526000', '222507.529000', '222507.532000', '222507.534000', '222507.537000', '222507.540000', '222507.542000', '222507.545000', '222507.548000', '222507.550000', '222507.553000', '222507.555000', '222507.558000', '222507.561000', '222507.563000', '222507.566000', '222507.569000', '222507.571000', '222507.574000', '222507.577000', '222507.579000', '222507.582000', '222507.584000', '222507.587000', '222507.590000', '222507.592000', '222507.595000', '222507.598000', '222507.600000', '222507.603000', '222507.606000', '222507.609000', '222507.611000', '222507.614000', '222507.616000', '222507.619000', '222507.622000', '222507.624000', '222507.627000', '222507.630000', '222507.632000', '222507.635000', '222507.637000', '222527.524000', '222527.526000', '222527.529000', '222527.532000', '222527.535000', '222527.537000', '222527.540000', '222527.542000', '222527.545000', '222527.548000', '222527.550000', '222527.553000', '222527.556000', '222527.558000', '222527.561000', '222527.564000', '222527.567000', '222527.569000', '222527.572000', '222527.575000', '222527.577000', '222527.580000', '222527.583000', '222527.586000', '222527.589000', '222527.593000', '222527.596000', '222527.598000', '222527.601000', '222527.604000', '222527.606000', '222527.609000', '222527.612000', '222527.614000', '222527.617000', '222527.620000', '222527.622000', '222527.625000', '222527.628000', '222527.630000', '222527.633000', '222527.635000', '222527.638000', '222547.525000', '222547.527000', '222547.530000', '222547.534000', '222547.536000', '222547.539000', '222547.541000', '222547.544000', '222547.547000', '222547.549000', '222547.552000', '222547.555000', '222547.557000', '222547.560000', '222547.563000', '222547.566000', '222547.568000', '222547.571000', '222547.573000', '222547.576000', '222547.579000', '222547.581000', '222547.584000', '222547.587000', '222547.589000', '222547.592000', '222547.595000', '222547.597000', '222547.600000', '222547.603000', '222547.605000', '222547.608000', '222547.611000', '222547.613000', '222547.616000', '222547.619000', '222547.621000', '222547.624000', '222547.627000', '222547.629000', '222547.632000', '222547.635000', '222547.637000', '222547.640000', '222607.524000', '222607.527000', '222607.530000', '222607.533000', '222607.535000', '222607.538000', '222607.541000', '222607.543000', '222607.546000', '222607.549000', '222607.551000', '222607.554000', '222607.557000', '222607.559000', '222607.562000', '222607.565000', '222607.567000', '222607.570000', '222607.572000', '222607.575000', '222607.578000', '222607.580000', '222607.583000', '222607.586000', '222607.588000', '222607.591000', '222607.593000', '222607.596000', '222607.600000', '222607.603000', '222607.606000', '222607.609000', '222607.612000', '222607.614000', '222607.617000', '222607.620000', '222607.622000', '222607.625000', '222607.627000', '222607.630000', '222607.633000', '222607.635000', '222607.638000', '222627.525000', '222627.528000', '222627.530000', '222627.533000', '222627.535000', '222627.538000', '222627.541000', '222627.543000', '222627.546000', '222627.548000', '222627.551000', '222627.554000', '222627.556000', '222627.559000', '222627.561000', '222627.564000', '222627.567000', '222627.569000', '222627.572000', '222627.575000', '222627.577000', '222627.580000', '222627.583000', '222627.585000', '222627.588000', '222627.590000', '222627.593000', '222627.596000', '222627.598000', '222627.601000', '222627.604000', '222627.606000', '222627.609000', '222627.611000', '222627.614000', '222627.617000', '222627.619000', '222627.622000', '222627.625000', '222627.627000', '222627.630000', '222627.632000', '222627.635000', '222627.638000', '222647.524000', '222647.526000', '222647.529000', '222647.532000', '222647.534000', '222647.537000', '222647.540000', '222647.542000', '222647.545000', '222647.548000', '222647.550000', '222647.553000', '222647.556000', '222647.558000', '222647.561000', '222647.564000', '222647.566000', '222647.569000', '222647.572000', '222647.574000', '222647.577000', '222647.579000', '222647.582000', '222647.585000', '222647.588000', '222647.590000', '222647.593000', '222647.595000', '222647.598000', '222647.601000', '222647.603000', '222647.606000', '222647.609000', '222647.611000', '222647.614000', '222647.617000', '222647.619000', '222647.622000', '222647.625000', '222647.627000', '222647.630000', '222647.633000', '222647.635000', '222707.523000', '222707.526000', '222707.529000', '222707.532000', '222707.534000', '222707.537000', '222707.539000', '222707.542000', '222707.545000', '222707.547000', '222707.563000', '222707.566000', '222707.569000', '222707.572000', '222707.575000', '222707.577000', '222707.580000', '222707.583000', '222707.585000', '222707.588000', '222707.590000', '222707.593000', '222707.596000', '222707.598000', '222707.601000', '222707.604000', '222707.607000', '222707.609000', '222707.612000', '222707.614000', '222707.617000', '222707.620000', '222707.622000', '222707.625000', '222707.627000', '222707.630000', '222707.633000', '222707.635000', '222707.638000', '222707.640000', '222707.643000', '222707.646000', '222707.648000', '222707.651000', '222727.524000', '222727.526000', '222727.529000', '222727.532000', '222727.534000', '222727.537000', '222727.540000', '222727.542000', '222727.545000', '222727.548000', '222727.550000', '222727.553000', '222727.555000', '222727.558000', '222727.561000', '222727.563000', '222727.566000', '222727.568000', '222727.571000', '222727.574000', '222727.576000', '222727.579000', '222727.582000', '222727.584000', '222727.587000', '222727.589000', '222727.592000', '222727.599000', '222727.602000', '222727.604000', '222727.607000', '222727.610000', '222727.613000', '222727.623000', '222727.626000', '222727.629000', '222727.631000', '222727.634000', '222727.637000', '222727.639000', '222727.642000', '222727.645000', '222727.647000', '222747.524000', '222747.527000', '222747.529000', '222747.532000', '222747.535000', '222747.537000', '222747.540000', '222747.543000', '222747.546000', '222747.548000', '222747.551000', '222747.553000', '222747.556000', '222747.559000', '222747.561000', '222747.564000', '222747.567000', '222747.569000', '222747.572000', '222747.575000', '222747.577000', '222747.580000', '222747.583000', '222747.585000', '222747.588000', '222747.591000', '222747.593000', '222747.596000', '222747.599000', '222747.602000', '222747.604000', '222747.607000', '222747.610000', '222747.612000', '222747.615000', '222747.617000', '222747.620000', '222747.623000', '222747.625000', '222747.628000', '222747.631000', '222747.633000', '222747.636000', '222747.639000', '222807.525000', '222807.527000', '222807.530000', '222807.533000', '222807.535000', '222807.538000', '222807.541000', '222807.544000', '222807.546000', '222807.549000', '222807.552000', '222807.554000', '222807.557000', '222807.559000', '222807.562000', '222807.565000', '222807.567000', '222807.570000', '222807.573000', '222807.575000', '222807.578000', '222807.581000', '222807.583000', '222807.586000', '222807.589000', '222807.591000', '222807.594000', '222807.597000', '222807.599000', '222807.602000', '222807.605000', '222807.607000', '222807.610000', '222807.612000', '222807.615000', '222807.618000', '222807.620000', '222807.623000', '222807.626000', '222807.628000', '222807.631000', '222807.633000', '222807.636000', '222827.524000', '222827.527000', '222827.530000', '222827.533000', '222827.535000', '222827.538000', '222827.554000', '222827.557000', '222827.559000', '222827.562000', '222827.565000', '222827.567000', '222827.570000', '222827.573000', '222827.576000', '222827.578000', '222827.581000', '222827.584000', '222827.586000', '222827.589000', '222827.592000', '222827.594000', '222827.597000', '222827.600000', '222827.603000', '222827.605000', '222827.608000', '222827.610000', '222827.613000', '222827.616000', '222827.618000', '222827.621000', '222827.624000', '222827.626000', '222827.629000', '222827.632000', '222827.634000', '222827.637000', '222827.640000', '222827.642000', '222827.645000', '222827.647000', '222827.650000', '222827.653000', '222847.525000', '222847.528000', '222847.531000', '222847.533000', '222847.536000', '222847.539000', '222847.541000', '222847.544000', '222847.546000', '222847.549000', '222847.552000', '222847.554000', '222847.557000', '222847.560000', '222847.562000', '222847.565000', '222847.568000', '222847.570000', '222847.573000', '222847.576000', '222847.578000', '222847.581000', '222847.584000', '222847.586000', '222847.589000', '222847.592000', '222847.594000', '222847.597000', '222847.600000', '222847.602000', '222847.605000', '222847.608000', '222847.610000', '222847.613000', '222847.616000', '222847.618000', '222847.621000', '222847.624000', '222847.626000', '222847.629000', '222847.632000', '222847.634000', '222847.637000', '222907.524000', '222907.527000', '222907.531000', '222907.534000', '222907.537000', '222907.539000', '222907.542000', '222907.545000', '222907.547000', '222907.550000', '222907.553000', '222907.555000', '222907.558000', '222907.560000', '222907.563000', '222907.566000', '222907.568000', '222907.571000', '222907.574000', '222907.577000', '222907.579000', '222907.582000', '222907.585000', '222907.588000', '222907.591000', '222907.593000', '222907.596000', '222907.599000', '222907.602000', '222907.604000', '222907.607000', '222907.610000', '222907.612000', '222907.615000', '222907.618000', '222907.621000', '222907.623000', '222907.626000', '222907.629000', '222907.631000', '222907.634000', '222907.636000', '222907.639000', '222927.524000', '222927.527000', '222927.530000', '222927.532000', '222927.535000', '222927.538000', '222927.541000', '222927.543000', '222927.546000', '222927.549000', '222927.551000', '222927.554000', '222927.557000', '222927.559000', '222927.562000', '222927.565000', '222927.567000', '222927.570000', '222927.573000', '222927.575000', '222927.578000', '222927.581000', '222927.583000', '222927.586000', '222927.589000', '222927.591000', '222927.594000', '222927.597000', '222927.600000', '222927.602000', '222927.605000', '222927.608000', '222927.610000', '222927.613000', '222927.616000', '222927.618000', '222927.621000', '222927.624000', '222927.626000', '222927.629000', '222927.631000', '222927.634000', '222927.637000', '222927.639000', '222947.524000', '222947.527000', '222947.530000', '222947.542000', '222947.545000', '222947.548000', '222947.550000', '222947.553000', '222947.556000', '222947.558000', '222947.561000', '222947.563000', '222947.566000', '222947.569000', '222947.571000', '222947.574000', '222947.577000', '222947.579000', '222947.582000', '222947.585000', '222947.587000', '222947.590000', '222947.593000', '222947.595000', '222947.598000', '222947.601000', '222947.604000', '222947.606000', '222947.609000', '222947.612000', '222947.614000', '222947.617000', '222947.620000', '222947.622000', '222947.625000', '222947.628000', '222947.630000', '222947.633000', '222947.635000', '222947.638000', '222947.641000', '222947.643000', '222947.646000', '222947.649000', '223007.524000', '223007.526000', '223007.529000', '223007.532000', '223007.535000', '223007.537000', '223007.540000', '223007.543000', '223007.545000', '223007.548000', '223007.550000', '223007.553000', '223007.556000', '223007.558000', '223007.561000', '223007.564000', '223007.566000', '223007.569000', '223007.572000', '223007.575000', '223007.577000', '223007.580000', '223007.582000', '223007.585000', '223007.588000', '223007.590000', '223007.593000', '223007.596000', '223007.598000', '223007.601000', '223007.604000', '223007.607000', '223007.609000', '223007.612000', '223007.614000', '223007.617000', '223007.620000', '223007.622000', '223007.625000', '223007.628000', '223007.630000', '223007.633000', '223007.636000', '223027.525000', '223027.528000', '223027.531000', '223027.533000', '223027.536000', '223027.538000', '223027.541000', '223027.544000', '223027.547000', '223027.550000', '223027.552000', '223027.555000', '223027.558000', '223027.560000', '223027.563000', '223027.565000', '223027.568000', '223027.571000', '223027.574000', '223027.576000', '223027.579000', '223027.582000', '223027.585000', '223027.587000', '223027.590000', '223027.593000', '223027.595000', '223027.598000', '223027.601000', '223027.604000', '223027.606000', '223027.609000', '223027.612000', '223027.614000', '223027.617000', '223027.620000', '223027.623000', '223027.625000', '223027.628000', '223027.631000', '223027.633000', '223027.636000', '223027.639000', '223040.858000', '223040.861000', '223040.864000', '223040.866000', '223040.869000', '223040.872000', '223040.875000', '223040.878000', '223040.881000', '223040.884000', '223040.886000', '223040.889000', '223040.892000', '223040.895000', '223040.898000', '223040.902000', '223040.904000', '223040.907000', '223040.910000', '223040.913000', '223040.915000', '223040.919000', '223040.922000', '223040.926000', '223040.929000', '223040.931000', '223040.934000', '223040.937000', '223040.940000', '223040.943000'], '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': [6769, 8537, 6461, 6672, 7612, 6621, 7487, 6446, 6355, 7832, 6543, 6639, 7973, 6741, 6824, 7564, 6604, 6791, 7640, 6567, 8013, 6614, 8090, 6884, 6940, 6587, 6987, 7143, 6713, 7537, 6719, 6622, 6621, 6883, 7703, 7035, 8025, 6768, 6827, 7301, 6785, 8005, 6567, 8038, 7163, 6627, 8112, 6716, 8603, 6666, 7452, 6940, 6460, 7808, 6759, 8035, 6539, 6621, 7303, 6629, 7968, 6933, 8399, 6617, 7724, 6559, 6698, 7454, 6893, 7907, 6766, 7643, 6374, 6600, 7911, 6630, 6722, 6723, 6574, 8004, 6536, 7989, 6780, 7396, 6608, 6617, 7089, 9205, 6726, 9205, 7271, 7405, 6668, 7171, 6706, 7394, 6855, 7641, 6735, 7626, 6544, 6426, 6325, 6423, 7894, 6556, 6507, 7755, 6508, 7563, 6550, 6565, 6561, 6794, 6467, 6689, 6983, 6491, 7177, 6538, 6611, 6434, 6542, 6334, 7357, 6385, 7538, 6687, 6682, 6787, 6635, 7462, 6742, 8193, 6386, 6488, 6475, 7078, 7197, 6536, 7644, 6659, 7478, 6483, 7831, 6620, 7917, 6636, 7326, 6546, 6846, 7366, 6701, 7788, 6805, 8349, 6872, 8487, 6701, 6880, 6624, 6706, 6745, 6763, 7027, 6795, 7653, 6588, 7494, 6976, 6942, 6672, 6629, 6680, 6780, 7325, 6659, 7954, 6752, 6665, 6809, 6893, 7573, 7031, 7770, 6933, 8575, 6919, 7979, 6608, 7335, 6764, 6848, 7340, 6904, 7877, 6890, 8110, 6495, 6766, 6489, 6699, 7798, 6891, 7988, 7207, 7939, 6725, 6712, 6798, 6992, 7782, 6928, 8274, 6723, 7582, 6702, 6591, 7136, 6958, 7612, 6789, 6712, 6724, 6773, 7921, 6947, 8685, 7030, 7971, 6843, 7270, 6748, 6756, 7620, 7289, 8045, 7037, 7361, 7067, 6865, 6853, 7169, 6946, 6780, 7655, 7006, 8026, 7013, 7364, 7049, 7024, 6832, 7014, 7536, 6935, 7844, 7028, 7713, 6702, 6791, 6681, 7014, 7453, 6862, 8311, 7031, 7290, 6671, 7139, 7085, 6994, 8005, 6819, 8214, 6795, 7852, 6721, 6894, 7170, 6932, 7792, 7124, 7741, 6578, 6843, 6989, 7038, 7763, 7207, 7897, 6940, 6738, 6704, 6574, 7766, 7055, 7003, 6768, 6953, 7146, 6896, 7781, 6978, 8263, 6747, 7373, 6726, 6728, 7567, 6971, 7924, 7158, 7376, 6584, 6784, 7620, 6993, 8121, 6692, 7503, 6809, 6856, 6674, 6633, 7316, 6832, 7902, 7029, 6894, 6660, 7014, 7658, 6927, 7057, 6543, 7277, 7195, 6860, 8274, 7012, 6784, 6577, 6754, 7828, 6699, 7910, 6416, 6457, 6915, 6393, 7048, 6582, 6692, 7350, 6469, 6882, 7765, 6675, 7964, 6797, 6507, 6901, 6549, 7823, 6893, 7294, 6675, 6802, 6740, 6854, 7897, 6604, 6694, 7597, 6854, 6688, 7158, 6854, 7825, 7118, 8649, 6782, 8057, 7112, 8727, 6804, 8682, 6774, 8621, 6713, 8848, 6696, 8625, 6753, 7390, 6944, 6644, 7159, 6507, 7681, 6376, 7537, 6553, 7716, 6817, 7816, 6343, 7261, 6680, 6537, 6446, 6780, 6586, 6512, 6587, 6718, 6465, 6631, 6859, 6484, 7850, 6733, 8027, 6531, 7065, 6843, 6651, 7947, 6747, 6705, 7732, 6563, 7860, 6805, 8867, 6701, 8791, 6976, 7605, 6578, 6706, 6713, 6782, 7108, 7058, 7329, 6800, 7895, 6792, 6915, 6708, 7009, 7489, 6458, 6363, 6895, 6594, 8423, 6641, 6964, 6740, 6641, 8177, 6343, 7140, 6527, 6516, 7299, 6563, 6735, 7722, 6594, 6609, 7638, 6712, 8433, 6610, 7163, 6679, 7156, 6616, 6558, 6749, 6608, 7218, 6812, 6561, 6745, 6931, 7823, 6887, 6810, 7131, 6866, 8554, 6788, 7150, 7421, 6505, 8393, 6664, 8807, 6547, 8416, 6648, 6951, 7492, 7018, 7932, 6557, 8684, 6545, 6935, 6690, 6740, 8095, 6700, 7709, 6781, 6783, 6727, 6475, 7601, 6920, 7751, 6646, 6817, 6666, 6503, 7842, 7053, 7512, 6639, 6920, 7100, 6962, 7861, 6786, 6997, 6643, 6695, 7649, 6896, 7784, 6875, 6915, 6707, 7025, 7768, 6916, 7586, 6785, 7092, 7179, 6929, 7626, 6836, 6990, 7733, 7221, 7030, 6853, 6788, 8018, 6656, 6623, 6621, 6964, 8294, 6699, 8101, 6648, 6994, 7678, 7010, 8253, 6858, 7184, 7243, 7230, 8077, 6818, 6890, 6762, 7035, 8085, 6769, 7055, 7619, 6807, 7402, 6742, 6957, 7924, 7222, 7104, 6984, 6793, 7046, 7318, 7896, 7242, 7632, 6961, 6920, 7299, 6849, 7799, 6937, 6810, 6891, 6936, 8221, 7095, 6916, 6942, 6843, 8077, 6869, 6996, 6642, 6922, 7954, 6952, 7186, 7202, 7109, 8296, 6825, 7107, 7236, 7078, 8101, 7020, 7884, 6991, 7103, 7923, 6966, 8514, 6790, 7281, 7020, 7091, 7904, 6779, 7188, 7343, 7186, 8239, 6734, 7237, 7790, 6951, 8882, 6899, 7182, 6831, 6951, 7917, 7178, 8110, 6978, 7256, 7414, 7272, 8414, 6927, 7179, 7125, 7141, 8421, 6914, 7171, 7292, 6861, 8520, 7048, 8257, 6942, 6846, 7749, 7070, 8543, 7031, 7149, 7028, 6868, 8012, 6899, 6768, 6637, 6917, 7061, 6911, 7127, 7171, 6720, 6784, 9135, 6694, 7021, 7851, 7012, 8749, 7233, 8857, 6751, 6965, 6894, 6984, 7896, 7062, 6981, 6861, 6954, 7764, 6983, 6974, 6908, 7067, 7608, 6811, 8004, 6995, 8104, 7224, 7552, 6894, 7247, 6948, 7500, 7095, 7102, 7005, 7132, 6747, 6929, 7533, 7219, 8053, 6977, 7216, 7080, 6970, 7837, 6966, 8919, 7058, 7688, 6865, 7164, 6834, 7201, 7633, 6992, 8009, 7102, 8279, 6933, 7351, 7198, 7019, 7963, 7038, 7838, 6961, 7128, 6925, 6962, 8081, 6973, 7953, 7152, 8408, 7220, 8241, 7131, 7787, 6888, 7153, 6989, 7031, 7711, 7070, 7309, 6849, 7072, 7212, 6967, 8141, 6956, 7007, 6946, 7042, 7854, 6761, 8107, 7096, 8540, 7130, 8065, 6955, 7221, 6983, 6924, 7116, 7397, 7744, 7141, 7869, 7097, 7251, 6916, 7024, 7466, 6729, 7873, 7201, 6935, 6861, 7301, 7272, 6701, 7850, 6723, 7907, 6760, 6846, 6788, 7095, 7042, 6887, 7629, 7192, 7998, 6773, 6947, 6829, 7061, 7672, 7222, 8438, 6910, 7447, 6848, 7238, 6891, 7025, 7824, 6942, 7993, 6815, 7551, 7018, 7039, 6654, 7069, 6653, 6848, 7247, 6924, 7808, 6877, 6897, 6844, 6799, 7249, 6928, 7851, 7041, 8433, 6885, 7687, 6834, 6961, 7035, 7010, 7715, 6990, 8374, 6620, 6812, 6779, 7022, 7853, 6998, 8600, 6906, 7921, 6667, 6978, 7003, 7061, 7316, 6957, 8202, 6715, 6772, 6919, 7067, 7556, 6923, 7856, 6978, 7096, 6858, 6801, 7472, 6701, 7952, 7106, 8214, 6872, 8495, 6734, 7101, 6740, 6863, 7531, 7029, 7893, 7020, 7529, 6698, 6765, 7183, 6720, 7769, 6549, 7458, 6650, 6941, 7521, 6840, 8131, 6865, 8276, 6835, 6923, 6447, 6793, 7519, 6619, 7976, 6987, 7589, 6464, 6707, 7445, 6734, 8058, 6658, 6990, 6822, 6764, 8192, 6912, 8607, 6551, 7688, 6694, 6883, 7960, 6792, 7964, 6676, 7287, 6477, 6481, 7488, 6517, 6869, 6969, 6759, 6808, 8308, 6672, 6778, 7157, 7064, 8213, 7232, 8635, 6933, 8357, 6832, 8322, 6829, 8134, 6822, 7077, 6891, 7108, 7331, 7093, 7161, 6858, 7043, 8007, 7110, 8757, 7040, 8303, 6944, 7638, 6991, 7824, 7109, 8205, 6491, 7114, 6994, 6957, 7497, 6913, 7529, 6920, 7876, 6910, 8011, 6872, 8547, 6814, 7498, 6824, 6812, 7162, 7153, 8069, 6938, 8762, 6770, 7320, 6755, 6915, 7294, 6673, 8035, 6858, 6808, 7573, 6610, 8204, 6796, 6787, 6622, 6652, 7359, 6776, 6712, 8467, 6788, 7661, 6598, 8149, 6571, 6675, 6930, 6736, 7068, 7110, 6770, 6767, 7134, 6748, 6949, 6930, 6704, 7429, 6432, 6662, 7495, 6975, 6819, 7448, 6611, 6670, 7313, 9859, 6803, 8592, 6955, 7528, 6872, 7883, 6871, 6704, 6593, 6707, 7256, 6714, 7183, 6554, 6868, 7807, 6960, 7782, 6665, 7045, 6768, 6984, 6825, 6681, 7901, 7103, 8026, 6914, 6694, 7199, 6490, 7378, 6513, 6875, 7499, 7139, 6934, 7075, 6950, 6644, 7695, 7587, 6463, 8048, 6908, 6822, 8792, 6753, 9895, 8105, 8990, 6917, 9210, 6738, 9703, 6797, 7912, 6723, 6810, 6934, 6876, 6910, 6860, 7652, 6816, 6779, 6793, 6875, 6942, 7999, 6803, 6775, 6632, 6967, 7697, 6684, 8198, 6719, 6783, 7060, 6769, 8070, 6590, 8260, 6776, 6804, 6729, 6820, 7820, 6240, 7572, 6737, 6459, 8079, 6510, 6453, 7653, 6490, 6637, 7751, 6651, 6452, 7931, 6976, 7298, 6677, 6860, 7818, 6698, 7008, 6645, 6514, 7956, 6669, 7717, 6731, 6857, 7153, 6808, 7720, 6828, 6973, 6540, 6663, 7093, 6747, 7698, 6867, 7596, 6656, 6644, 6747, 6405, 6402, 6449, 7024, 6800, 7461, 7010, 7101, 6854, 6463, 8000, 6724, 6968, 6717, 6894, 7571, 6581, 7543, 6470, 7833, 6778, 7807, 6748, 7161, 6598, 6538, 7726, 6762, 7909, 6659, 9101, 6863, 6940, 6993, 6812, 7717, 6857, 6864, 6970, 6800, 8044, 7022, 7074, 6883, 6852, 7447, 6820, 7953, 6809, 6767, 7283, 6966, 7928, 6615, 7133, 7254, 6835, 7590, 6647, 6774, 7536, 6749, 8164, 6840, 7931, 6866, 7159, 6800, 6957, 7621, 6972, 7971, 7116, 8247, 6906, 6955, 6673, 6768, 7868, 6899, 7407, 6998, 6836, 6953, 6877, 7878, 6809, 7356, 6744, 6754, 7842, 7176, 6915, 6832, 6677, 8359, 6799, 7796, 6941, 6868, 6693, 6956, 7312, 6760, 7733, 6637, 6689, 7385, 6940, 6723, 7457, 7086, 7015, 6982, 6933, 8254, 6646, 6755, 8051, 6979, 7833, 6838], 'WindowCenter': [3885.0, 3902.0, 3858.0, 3858.0, 3867.0, 3859.0, 3868.0, 3855.0, 3855.0, 3876.0, 3856.0, 3855.0, 3875.0, 3853.0, 3853.0, 3863.0, 3854.0, 3854.0, 3864.0, 3855.0, 3874.0, 3855.0, 3875.0, 3855.0, 3853.0, 3853.0, 3853.0, 3853.0, 3855.0, 3875.0, 3855.0, 3855.0, 3855.0, 3867.0, 3876.0, 3867.0, 3877.0, 3857.0, 3856.0, 3877.0, 3856.0, 3876.0, 3867.0, 3876.0, 3866.0, 3855.0, 3875.0, 3854.0, 3875.0, 3854.0, 3853.0, 3853.0, 3842.0, 3862.0, 3853.0, 3874.0, 3843.0, 3853.0, 3863.0, 3852.0, 3863.0, 3853.0, 3873.0, 3853.0, 3862.0, 3843.0, 3842.0, 3863.0, 3853.0, 3862.0, 3854.0, 3864.0, 3843.0, 3853.0, 3863.0, 3853.0, 3853.0, 3853.0, 3853.0, 3863.0, 3854.0, 3874.0, 3855.0, 3864.0, 3854.0, 3853.0, 3855.0, 3872.0, 3840.0, 3860.0, 3837.0, 3826.0, 3825.0, 3825.0, 3826.0, 3837.0, 3838.0, 3849.0, 3839.0, 3848.0, 3840.0, 3828.0, 3828.0, 3840.0, 3861.0, 3840.0, 3840.0, 3861.0, 3841.0, 3851.0, 3840.0, 3839.0, 3840.0, 3828.0, 3828.0, 3827.0, 3838.0, 3827.0, 3839.0, 3827.0, 3827.0, 3827.0, 3828.0, 3828.0, 3848.0, 3829.0, 3849.0, 3840.0, 3840.0, 3840.0, 3841.0, 3852.0, 3852.0, 3872.0, 3843.0, 3841.0, 3842.0, 3851.0, 3852.0, 3841.0, 3862.0, 3841.0, 3851.0, 3840.0, 3850.0, 3841.0, 3861.0, 3841.0, 3851.0, 3841.0, 3841.0, 3851.0, 3841.0, 3861.0, 3852.0, 3861.0, 3841.0, 3871.0, 3841.0, 3839.0, 3840.0, 3840.0, 3853.0, 3851.0, 3851.0, 3841.0, 3861.0, 3852.0, 3851.0, 3853.0, 3852.0, 3852.0, 3852.0, 3853.0, 3852.0, 3865.0, 3853.0, 3874.0, 3854.0, 3853.0, 3853.0, 3853.0, 3874.0, 3864.0, 3865.0, 3855.0, 3873.0, 3854.0, 3863.0, 3854.0, 3864.0, 3852.0, 3841.0, 3862.0, 3852.0, 3862.0, 3853.0, 3874.0, 3843.0, 3852.0, 3843.0, 3854.0, 3863.0, 3853.0, 3874.0, 3864.0, 3862.0, 3852.0, 3841.0, 3853.0, 3852.0, 3863.0, 3854.0, 3874.0, 3854.0, 3862.0, 3853.0, 3853.0, 3853.0, 3863.0, 3864.0, 3854.0, 3855.0, 3856.0, 3855.0, 3875.0, 3865.0, 3887.0, 3866.0, 3874.0, 3854.0, 3862.0, 3853.0, 3852.0, 3864.0, 3865.0, 3863.0, 3853.0, 3863.0, 3853.0, 3853.0, 3854.0, 3853.0, 3854.0, 3854.0, 3864.0, 3864.0, 3874.0, 3865.0, 3864.0, 3854.0, 3865.0, 3854.0, 3864.0, 3876.0, 3865.0, 3874.0, 3865.0, 3864.0, 3854.0, 3853.0, 3854.0, 3865.0, 3866.0, 3854.0, 3874.0, 3864.0, 3864.0, 3856.0, 3864.0, 3864.0, 3864.0, 3874.0, 3854.0, 3874.0, 3855.0, 3875.0, 3855.0, 3864.0, 3864.0, 3865.0, 3876.0, 3865.0, 3875.0, 3854.0, 3854.0, 3864.0, 3854.0, 3864.0, 3864.0, 3874.0, 3864.0, 3854.0, 3853.0, 3854.0, 3864.0, 3866.0, 3864.0, 3855.0, 3864.0, 3855.0, 3854.0, 3863.0, 3853.0, 3873.0, 3853.0, 3862.0, 3853.0, 3852.0, 3862.0, 3852.0, 3873.0, 3854.0, 3852.0, 3852.0, 3853.0, 3862.0, 3853.0, 3862.0, 3854.0, 3851.0, 3852.0, 3841.0, 3841.0, 3852.0, 3863.0, 3853.0, 3872.0, 3852.0, 3853.0, 3853.0, 3864.0, 3875.0, 3866.0, 3865.0, 3855.0, 3877.0, 3867.0, 3867.0, 3887.0, 3866.0, 3856.0, 3855.0, 3855.0, 3876.0, 3868.0, 3889.0, 3856.0, 3857.0, 3867.0, 3869.0, 3867.0, 3868.0, 3867.0, 3878.0, 3856.0, 3867.0, 3877.0, 3868.0, 3887.0, 3867.0, 3856.0, 3867.0, 3858.0, 3877.0, 3867.0, 3876.0, 3867.0, 3867.0, 3867.0, 3867.0, 3888.0, 3868.0, 3869.0, 3889.0, 3868.0, 3866.0, 3878.0, 3868.0, 3889.0, 3879.0, 3902.0, 3868.0, 3878.0, 3866.0, 3875.0, 3843.0, 3860.0, 3840.0, 3859.0, 3839.0, 3859.0, 3828.0, 3859.0, 3839.0, 3851.0, 3850.0, 3838.0, 3839.0, 3827.0, 3849.0, 3827.0, 3850.0, 3828.0, 3849.0, 3840.0, 3849.0, 3829.0, 3838.0, 3838.0, 3827.0, 3828.0, 3839.0, 3841.0, 3828.0, 3840.0, 3839.0, 3840.0, 3851.0, 3841.0, 3840.0, 3862.0, 3852.0, 3862.0, 3843.0, 3852.0, 3852.0, 3853.0, 3874.0, 3855.0, 3852.0, 3863.0, 3852.0, 3863.0, 3853.0, 3872.0, 3842.0, 3871.0, 3851.0, 3860.0, 3840.0, 3841.0, 3841.0, 3841.0, 3850.0, 3851.0, 3851.0, 3853.0, 3862.0, 3854.0, 3852.0, 3853.0, 3864.0, 3863.0, 3854.0, 3843.0, 3864.0, 3855.0, 3873.0, 3853.0, 3852.0, 3854.0, 3853.0, 3874.0, 3842.0, 3853.0, 3853.0, 3853.0, 3864.0, 3853.0, 3853.0, 3862.0, 3853.0, 3853.0, 3863.0, 3853.0, 3873.0, 3854.0, 3854.0, 3854.0, 3852.0, 3853.0, 3841.0, 3841.0, 3853.0, 3863.0, 3853.0, 3853.0, 3854.0, 3865.0, 3876.0, 3866.0, 3855.0, 3867.0, 3867.0, 3887.0, 3866.0, 3865.0, 3867.0, 3854.0, 3876.0, 3854.0, 3884.0, 3844.0, 3874.0, 3853.0, 3853.0, 3863.0, 3853.0, 3864.0, 3842.0, 3873.0, 3842.0, 3853.0, 3852.0, 3853.0, 3862.0, 3852.0, 3862.0, 3852.0, 3841.0, 3853.0, 3842.0, 3862.0, 3853.0, 3862.0, 3853.0, 3852.0, 3854.0, 3842.0, 3874.0, 3853.0, 3863.0, 3854.0, 3863.0, 3865.0, 3864.0, 3874.0, 3854.0, 3865.0, 3857.0, 3854.0, 3875.0, 3866.0, 3875.0, 3855.0, 3864.0, 3855.0, 3865.0, 3875.0, 3866.0, 3877.0, 3867.0, 3867.0, 3867.0, 3867.0, 3878.0, 3867.0, 3867.0, 3878.0, 3877.0, 3867.0, 3867.0, 3869.0, 3888.0, 3868.0, 3867.0, 3867.0, 3879.0, 3887.0, 3867.0, 3877.0, 3867.0, 3866.0, 3877.0, 3867.0, 3887.0, 3867.0, 3866.0, 3867.0, 3865.0, 3876.0, 3866.0, 3865.0, 3866.0, 3866.0, 3877.0, 3867.0, 3866.0, 3877.0, 3866.0, 3877.0, 3866.0, 3867.0, 3887.0, 3877.0, 3867.0, 3879.0, 3867.0, 3867.0, 3877.0, 3876.0, 3877.0, 3877.0, 3866.0, 3865.0, 3866.0, 3866.0, 3876.0, 3866.0, 3866.0, 3867.0, 3867.0, 3887.0, 3867.0, 3866.0, 3867.0, 3867.0, 3878.0, 3867.0, 3866.0, 3868.0, 3867.0, 3889.0, 3878.0, 3878.0, 3878.0, 3879.0, 3889.0, 3868.0, 3868.0, 3878.0, 3867.0, 3888.0, 3880.0, 3888.0, 3878.0, 3867.0, 3887.0, 3867.0, 3888.0, 3868.0, 3878.0, 3868.0, 3867.0, 3888.0, 3868.0, 3878.0, 3878.0, 3878.0, 3888.0, 3869.0, 3877.0, 3879.0, 3867.0, 3899.0, 3867.0, 3867.0, 3868.0, 3867.0, 3887.0, 3868.0, 3876.0, 3866.0, 3865.0, 3877.0, 3878.0, 3887.0, 3867.0, 3866.0, 3868.0, 3867.0, 3888.0, 3878.0, 3867.0, 3877.0, 3867.0, 3888.0, 3868.0, 3887.0, 3866.0, 3855.0, 3876.0, 3866.0, 3887.0, 3866.0, 3866.0, 3866.0, 3867.0, 3888.0, 3867.0, 3868.0, 3867.0, 3878.0, 3867.0, 3867.0, 3867.0, 3866.0, 3855.0, 3866.0, 3896.0, 3856.0, 3865.0, 3876.0, 3865.0, 3886.0, 3866.0, 3884.0, 3854.0, 3853.0, 3853.0, 3852.0, 3862.0, 3854.0, 3853.0, 3853.0, 3864.0, 3863.0, 3864.0, 3853.0, 3864.0, 3865.0, 3864.0, 3853.0, 3873.0, 3854.0, 3863.0, 3862.0, 3862.0, 3852.0, 3851.0, 3851.0, 3850.0, 3852.0, 3853.0, 3864.0, 3863.0, 3855.0, 3866.0, 3875.0, 3877.0, 3887.0, 3867.0, 3865.0, 3866.0, 3865.0, 3876.0, 3866.0, 3885.0, 3866.0, 3864.0, 3854.0, 3864.0, 3855.0, 3864.0, 3863.0, 3853.0, 3863.0, 3864.0, 3874.0, 3853.0, 3863.0, 3854.0, 3853.0, 3874.0, 3865.0, 3875.0, 3865.0, 3853.0, 3864.0, 3864.0, 3875.0, 3854.0, 3862.0, 3852.0, 3872.0, 3862.0, 3872.0, 3852.0, 3861.0, 3852.0, 3851.0, 3852.0, 3852.0, 3862.0, 3854.0, 3863.0, 3854.0, 3853.0, 3865.0, 3866.0, 3875.0, 3864.0, 3853.0, 3854.0, 3863.0, 3874.0, 3854.0, 3863.0, 3853.0, 3874.0, 3854.0, 3873.0, 3864.0, 3864.0, 3854.0, 3852.0, 3863.0, 3863.0, 3864.0, 3865.0, 3874.0, 3864.0, 3863.0, 3864.0, 3865.0, 3865.0, 3855.0, 3874.0, 3865.0, 3866.0, 3854.0, 3864.0, 3866.0, 3855.0, 3876.0, 3855.0, 3875.0, 3866.0, 3866.0, 3868.0, 3866.0, 3866.0, 3866.0, 3876.0, 3867.0, 3877.0, 3867.0, 3866.0, 3866.0, 3867.0, 3876.0, 3877.0, 3887.0, 3867.0, 3866.0, 3856.0, 3876.0, 3866.0, 3866.0, 3877.0, 3868.0, 3876.0, 3867.0, 3876.0, 3866.0, 3866.0, 3866.0, 3866.0, 3867.0, 3856.0, 3865.0, 3866.0, 3877.0, 3867.0, 3866.0, 3868.0, 3867.0, 3877.0, 3866.0, 3878.0, 3866.0, 3887.0, 3867.0, 3878.0, 3868.0, 3865.0, 3866.0, 3866.0, 3877.0, 3879.0, 3888.0, 3868.0, 3856.0, 3867.0, 3867.0, 3876.0, 3867.0, 3887.0, 3867.0, 3876.0, 3867.0, 3867.0, 3868.0, 3867.0, 3877.0, 3866.0, 3887.0, 3857.0, 3866.0, 3867.0, 3878.0, 3877.0, 3868.0, 3877.0, 3867.0, 3867.0, 3869.0, 3867.0, 3878.0, 3856.0, 3876.0, 3867.0, 3875.0, 3867.0, 3887.0, 3856.0, 3865.0, 3855.0, 3855.0, 3876.0, 3878.0, 3876.0, 3866.0, 3877.0, 3867.0, 3856.0, 3866.0, 3866.0, 3877.0, 3857.0, 3877.0, 3856.0, 3866.0, 3877.0, 3856.0, 3876.0, 3855.0, 3877.0, 3856.0, 3866.0, 3856.0, 3866.0, 3867.0, 3855.0, 3877.0, 3866.0, 3876.0, 3855.0, 3866.0, 3878.0, 3867.0, 3877.0, 3867.0, 3866.0, 3867.0, 3868.0, 3888.0, 3868.0, 3889.0, 3856.0, 3877.0, 3866.0, 3865.0, 3877.0, 3855.0, 3878.0, 3867.0, 3877.0, 3867.0, 3868.0, 3877.0, 3857.0, 3866.0, 3866.0, 3866.0, 3867.0, 3888.0, 3869.0, 3868.0, 3869.0, 3867.0, 3888.0, 3878.0, 3887.0, 3866.0, 3875.0, 3854.0, 3874.0, 3855.0, 3875.0, 3855.0, 3853.0, 3865.0, 3865.0, 3877.0, 3879.0, 3866.0, 3867.0, 3868.0, 3888.0, 3868.0, 3889.0, 3867.0, 3888.0, 3865.0, 3875.0, 3865.0, 3876.0, 3865.0, 3875.0, 3856.0, 3864.0, 3866.0, 3864.0, 3877.0, 3865.0, 3875.0, 3854.0, 3875.0, 3854.0, 3874.0, 3854.0, 3884.0, 3855.0, 3863.0, 3853.0, 3853.0, 3864.0, 3864.0, 3874.0, 3866.0, 3874.0, 3854.0, 3864.0, 3854.0, 3853.0, 3864.0, 3856.0, 3875.0, 3855.0, 3855.0, 3877.0, 3868.0, 3887.0, 3868.0, 3855.0, 3866.0, 3868.0, 3878.0, 3867.0, 3866.0, 3886.0, 3866.0, 3875.0, 3856.0, 3874.0, 3854.0, 3853.0, 3853.0, 3852.0, 3853.0, 3853.0, 3854.0, 3853.0, 3854.0, 3856.0, 3866.0, 3880.0, 3868.0, 3878.0, 3869.0, 3880.0, 3892.0, 3881.0, 3870.0, 3879.0, 3867.0, 3854.0, 3867.0, 3897.0, 3843.0, 3862.0, 3842.0, 3850.0, 3840.0, 3863.0, 3853.0, 3842.0, 3852.0, 3842.0, 3864.0, 3854.0, 3865.0, 3855.0, 3855.0, 3875.0, 3866.0, 3865.0, 3854.0, 3852.0, 3854.0, 3854.0, 3854.0, 3853.0, 3873.0, 3853.0, 3875.0, 3866.0, 3853.0, 3854.0, 3854.0, 3878.0, 3857.0, 3866.0, 3877.0, 3866.0, 3868.0, 3866.0, 3866.0, 3868.0, 3879.0, 3877.0, 3857.0, 3889.0, 3869.0, 3880.0, 3899.0, 3867.0, 3897.0, 3864.0, 3872.0, 3841.0, 3858.0, 3828.0, 3857.0, 3826.0, 3848.0, 3839.0, 3840.0, 3839.0, 3838.0, 3839.0, 3840.0, 3849.0, 3841.0, 3840.0, 3841.0, 3842.0, 3853.0, 3861.0, 3841.0, 3840.0, 3839.0, 3851.0, 3862.0, 3841.0, 3863.0, 3853.0, 3852.0, 3854.0, 3853.0, 3863.0, 3854.0, 3873.0, 3854.0, 3841.0, 3853.0, 3853.0, 3866.0, 3856.0, 3865.0, 3854.0, 3845.0, 3876.0, 3844.0, 3844.0, 3865.0, 3844.0, 3854.0, 3864.0, 3855.0, 3845.0, 3876.0, 3866.0, 3866.0, 3854.0, 3854.0, 3864.0, 3855.0, 3853.0, 3856.0, 3843.0, 3864.0, 3856.0, 3864.0, 3855.0, 3842.0, 3853.0, 3854.0, 3862.0, 3853.0, 3852.0, 3843.0, 3853.0, 3853.0, 3852.0, 3863.0, 3853.0, 3862.0, 3843.0, 3842.0, 3852.0, 3841.0, 3841.0, 3841.0, 3852.0, 3854.0, 3863.0, 3853.0, 3854.0, 3855.0, 3843.0, 3864.0, 3854.0, 3855.0, 3854.0, 3853.0, 3865.0, 3853.0, 3864.0, 3842.0, 3863.0, 3842.0, 3862.0, 3853.0, 3851.0, 3843.0, 3841.0, 3852.0, 3842.0, 3862.0, 3841.0, 3871.0, 3840.0, 3839.0, 3850.0, 3840.0, 3850.0, 3841.0, 3842.0, 3852.0, 3852.0, 3863.0, 3854.0, 3853.0, 3853.0, 3841.0, 3853.0, 3842.0, 3862.0, 3854.0, 3841.0, 3852.0, 3854.0, 3863.0, 3853.0, 3853.0, 3864.0, 3856.0, 3865.0, 3856.0, 3854.0, 3864.0, 3854.0, 3873.0, 3854.0, 3863.0, 3854.0, 3853.0, 3853.0, 3852.0, 3863.0, 3853.0, 3863.0, 3854.0, 3873.0, 3853.0, 3853.0, 3854.0, 3855.0, 3875.0, 3865.0, 3864.0, 3865.0, 3854.0, 3865.0, 3855.0, 3874.0, 3855.0, 3864.0, 3855.0, 3854.0, 3874.0, 3864.0, 3865.0, 3855.0, 3855.0, 3875.0, 3854.0, 3865.0, 3855.0, 3854.0, 3854.0, 3853.0, 3863.0, 3855.0, 3865.0, 3853.0, 3854.0, 3864.0, 3866.0, 3868.0, 3866.0, 3866.0, 3867.0, 3867.0, 3866.0, 3876.0, 3856.0, 3856.0, 3876.0, 3865.0, 3865.0, 3855.0], 'WindowWidth': [8722.0, 8737.0, 8672.0, 8669.0, 8679.0, 8671.0, 8682.0, 8662.0, 8662.0, 8690.0, 8664.0, 8661.0, 8687.0, 8656.0, 8655.0, 8668.0, 8658.0, 8657.0, 8670.0, 8660.0, 8684.0, 8660.0, 8686.0, 8659.0, 8654.0, 8655.0, 8655.0, 8655.0, 8660.0, 8686.0, 8662.0, 8660.0, 8662.0, 8679.0, 8692.0, 8681.0, 8693.0, 8668.0, 8664.0, 8692.0, 8665.0, 8691.0, 8680.0, 8690.0, 8677.0, 8661.0, 8686.0, 8658.0, 8686.0, 8659.0, 8655.0, 8654.0, 8637.0, 8665.0, 8654.0, 8683.0, 8643.0, 8654.0, 8668.0, 8652.0, 8666.0, 8653.0, 8679.0, 8655.0, 8665.0, 8640.0, 8637.0, 8666.0, 8653.0, 8666.0, 8657.0, 8671.0, 8641.0, 8653.0, 8667.0, 8655.0, 8656.0, 8655.0, 8654.0, 8667.0, 8658.0, 8684.0, 8660.0, 8670.0, 8659.0, 8655.0, 8658.0, 8676.0, 8630.0, 8654.0, 8616.0, 8601.0, 8600.0, 8601.0, 8604.0, 8621.0, 8624.0, 8639.0, 8627.0, 8638.0, 8632.0, 8613.0, 8614.0, 8632.0, 8658.0, 8632.0, 8631.0, 8661.0, 8633.0, 8647.0, 8630.0, 8627.0, 8631.0, 8611.0, 8610.0, 8609.0, 8623.0, 8610.0, 8627.0, 8608.0, 8608.0, 8607.0, 8611.0, 8613.0, 8639.0, 8615.0, 8642.0, 8631.0, 8631.0, 8633.0, 8634.0, 8650.0, 8652.0, 8678.0, 8640.0, 8635.0, 8638.0, 8648.0, 8650.0, 8634.0, 8665.0, 8633.0, 8647.0, 8632.0, 8645.0, 8634.0, 8660.0, 8635.0, 8650.0, 8636.0, 8634.0, 8649.0, 8635.0, 8660.0, 8650.0, 8661.0, 8637.0, 8674.0, 8633.0, 8630.0, 8632.0, 8632.0, 8652.0, 8650.0, 8649.0, 8634.0, 8661.0, 8650.0, 8649.0, 8654.0, 8651.0, 8652.0, 8651.0, 8654.0, 8654.0, 8673.0, 8657.0, 8684.0, 8657.0, 8655.0, 8656.0, 8655.0, 8685.0, 8672.0, 8673.0, 8659.0, 8682.0, 8657.0, 8667.0, 8658.0, 8669.0, 8652.0, 8636.0, 8666.0, 8652.0, 8664.0, 8655.0, 8685.0, 8643.0, 8653.0, 8641.0, 8656.0, 8668.0, 8654.0, 8683.0, 8669.0, 8665.0, 8652.0, 8635.0, 8653.0, 8652.0, 8668.0, 8659.0, 8683.0, 8658.0, 8665.0, 8654.0, 8654.0, 8656.0, 8670.0, 8671.0, 8659.0, 8660.0, 8664.0, 8663.0, 8689.0, 8677.0, 8705.0, 8679.0, 8684.0, 8657.0, 8666.0, 8656.0, 8653.0, 8671.0, 8674.0, 8668.0, 8656.0, 8669.0, 8655.0, 8656.0, 8658.0, 8657.0, 8657.0, 8658.0, 8672.0, 8671.0, 8684.0, 8675.0, 8672.0, 8658.0, 8673.0, 8659.0, 8672.0, 8691.0, 8677.0, 8686.0, 8674.0, 8672.0, 8657.0, 8655.0, 8659.0, 8675.0, 8676.0, 8658.0, 8685.0, 8672.0, 8672.0, 8664.0, 8672.0, 8673.0, 8671.0, 8685.0, 8660.0, 8685.0, 8662.0, 8687.0, 8661.0, 8672.0, 8671.0, 8675.0, 8689.0, 8674.0, 8688.0, 8660.0, 8658.0, 8672.0, 8657.0, 8671.0, 8673.0, 8684.0, 8671.0, 8656.0, 8656.0, 8658.0, 8671.0, 8676.0, 8672.0, 8662.0, 8673.0, 8659.0, 8657.0, 8667.0, 8654.0, 8681.0, 8656.0, 8666.0, 8654.0, 8651.0, 8666.0, 8653.0, 8680.0, 8657.0, 8652.0, 8653.0, 8653.0, 8666.0, 8654.0, 8665.0, 8657.0, 8650.0, 8650.0, 8634.0, 8636.0, 8652.0, 8667.0, 8654.0, 8679.0, 8652.0, 8656.0, 8656.0, 8673.0, 8688.0, 8677.0, 8676.0, 8664.0, 8695.0, 8681.0, 8681.0, 8707.0, 8678.0, 8663.0, 8662.0, 8662.0, 8690.0, 8683.0, 8712.0, 8665.0, 8668.0, 8681.0, 8687.0, 8684.0, 8683.0, 8682.0, 8697.0, 8667.0, 8682.0, 8695.0, 8684.0, 8709.0, 8681.0, 8667.0, 8683.0, 8669.0, 8695.0, 8684.0, 8692.0, 8680.0, 8680.0, 8681.0, 8680.0, 8712.0, 8686.0, 8690.0, 8715.0, 8686.0, 8681.0, 8698.0, 8685.0, 8714.0, 8703.0, 8736.0, 8685.0, 8697.0, 8677.0, 8686.0, 8639.0, 8658.0, 8631.0, 8653.0, 8627.0, 8653.0, 8612.0, 8651.0, 8627.0, 8646.0, 8644.0, 8627.0, 8628.0, 8610.0, 8640.0, 8610.0, 8642.0, 8612.0, 8642.0, 8629.0, 8640.0, 8615.0, 8624.0, 8623.0, 8610.0, 8612.0, 8629.0, 8634.0, 8614.0, 8630.0, 8630.0, 8633.0, 8649.0, 8636.0, 8634.0, 8663.0, 8651.0, 8664.0, 8640.0, 8653.0, 8654.0, 8656.0, 8686.0, 8659.0, 8652.0, 8667.0, 8653.0, 8667.0, 8655.0, 8678.0, 8637.0, 8673.0, 8646.0, 8659.0, 8633.0, 8635.0, 8634.0, 8635.0, 8646.0, 8647.0, 8647.0, 8653.0, 8664.0, 8655.0, 8651.0, 8655.0, 8672.0, 8670.0, 8660.0, 8643.0, 8672.0, 8659.0, 8682.0, 8656.0, 8652.0, 8656.0, 8655.0, 8683.0, 8640.0, 8654.0, 8655.0, 8657.0, 8669.0, 8655.0, 8654.0, 8667.0, 8654.0, 8655.0, 8669.0, 8654.0, 8681.0, 8657.0, 8657.0, 8658.0, 8654.0, 8654.0, 8635.0, 8636.0, 8654.0, 8667.0, 8656.0, 8658.0, 8660.0, 8675.0, 8690.0, 8678.0, 8663.0, 8681.0, 8680.0, 8707.0, 8678.0, 8675.0, 8679.0, 8660.0, 8689.0, 8659.0, 8697.0, 8644.0, 8684.0, 8656.0, 8654.0, 8669.0, 8655.0, 8669.0, 8640.0, 8680.0, 8638.0, 8653.0, 8652.0, 8652.0, 8666.0, 8652.0, 8665.0, 8651.0, 8635.0, 8654.0, 8637.0, 8665.0, 8654.0, 8667.0, 8654.0, 8653.0, 8657.0, 8640.0, 8683.0, 8656.0, 8669.0, 8659.0, 8670.0, 8674.0, 8672.0, 8685.0, 8660.0, 8675.0, 8666.0, 8660.0, 8688.0, 8676.0, 8687.0, 8661.0, 8673.0, 8661.0, 8675.0, 8689.0, 8680.0, 8694.0, 8681.0, 8679.0, 8681.0, 8681.0, 8698.0, 8682.0, 8681.0, 8696.0, 8696.0, 8681.0, 8682.0, 8687.0, 8711.0, 8685.0, 8682.0, 8683.0, 8700.0, 8708.0, 8683.0, 8694.0, 8681.0, 8679.0, 8694.0, 8682.0, 8708.0, 8680.0, 8677.0, 8681.0, 8676.0, 8691.0, 8677.0, 8676.0, 8678.0, 8677.0, 8694.0, 8681.0, 8679.0, 8694.0, 8680.0, 8694.0, 8679.0, 8681.0, 8708.0, 8696.0, 8683.0, 8699.0, 8681.0, 8681.0, 8694.0, 8692.0, 8695.0, 8695.0, 8680.0, 8676.0, 8678.0, 8678.0, 8691.0, 8680.0, 8680.0, 8682.0, 8680.0, 8708.0, 8681.0, 8679.0, 8682.0, 8681.0, 8696.0, 8683.0, 8681.0, 8684.0, 8683.0, 8712.0, 8699.0, 8697.0, 8699.0, 8702.0, 8714.0, 8685.0, 8684.0, 8698.0, 8683.0, 8712.0, 8703.0, 8711.0, 8699.0, 8682.0, 8709.0, 8681.0, 8710.0, 8684.0, 8697.0, 8685.0, 8682.0, 8712.0, 8685.0, 8699.0, 8700.0, 8700.0, 8712.0, 8687.0, 8696.0, 8700.0, 8682.0, 8727.0, 8682.0, 8681.0, 8683.0, 8684.0, 8709.0, 8682.0, 8692.0, 8678.0, 8676.0, 8693.0, 8696.0, 8707.0, 8681.0, 8679.0, 8684.0, 8682.0, 8710.0, 8697.0, 8682.0, 8696.0, 8682.0, 8711.0, 8684.0, 8707.0, 8678.0, 8663.0, 8693.0, 8679.0, 8705.0, 8677.0, 8676.0, 8679.0, 8681.0, 8710.0, 8681.0, 8685.0, 8684.0, 8698.0, 8683.0, 8683.0, 8682.0, 8678.0, 8664.0, 8678.0, 8718.0, 8666.0, 8676.0, 8690.0, 8675.0, 8703.0, 8678.0, 8697.0, 8655.0, 8653.0, 8654.0, 8651.0, 8665.0, 8657.0, 8654.0, 8654.0, 8672.0, 8668.0, 8671.0, 8655.0, 8671.0, 8673.0, 8670.0, 8655.0, 8682.0, 8656.0, 8667.0, 8665.0, 8664.0, 8648.0, 8646.0, 8647.0, 8646.0, 8651.0, 8656.0, 8670.0, 8670.0, 8661.0, 8677.0, 8688.0, 8696.0, 8707.0, 8680.0, 8676.0, 8677.0, 8674.0, 8691.0, 8675.0, 8699.0, 8676.0, 8670.0, 8658.0, 8671.0, 8659.0, 8670.0, 8668.0, 8654.0, 8667.0, 8670.0, 8685.0, 8656.0, 8666.0, 8657.0, 8655.0, 8684.0, 8673.0, 8686.0, 8673.0, 8656.0, 8671.0, 8670.0, 8687.0, 8658.0, 8666.0, 8652.0, 8677.0, 8664.0, 8677.0, 8653.0, 8662.0, 8650.0, 8648.0, 8650.0, 8652.0, 8666.0, 8657.0, 8669.0, 8657.0, 8654.0, 8674.0, 8677.0, 8686.0, 8672.0, 8655.0, 8658.0, 8669.0, 8684.0, 8659.0, 8668.0, 8655.0, 8682.0, 8657.0, 8682.0, 8670.0, 8670.0, 8656.0, 8653.0, 8669.0, 8669.0, 8672.0, 8673.0, 8684.0, 8671.0, 8669.0, 8672.0, 8675.0, 8674.0, 8660.0, 8684.0, 8673.0, 8676.0, 8659.0, 8672.0, 8677.0, 8660.0, 8689.0, 8661.0, 8687.0, 8677.0, 8680.0, 8683.0, 8677.0, 8678.0, 8678.0, 8691.0, 8681.0, 8695.0, 8680.0, 8678.0, 8680.0, 8680.0, 8691.0, 8694.0, 8706.0, 8681.0, 8679.0, 8666.0, 8691.0, 8678.0, 8678.0, 8694.0, 8683.0, 8691.0, 8681.0, 8692.0, 8679.0, 8679.0, 8679.0, 8679.0, 8681.0, 8664.0, 8676.0, 8678.0, 8695.0, 8682.0, 8681.0, 8685.0, 8681.0, 8693.0, 8677.0, 8694.0, 8680.0, 8708.0, 8681.0, 8698.0, 8684.0, 8676.0, 8679.0, 8679.0, 8695.0, 8699.0, 8710.0, 8685.0, 8665.0, 8680.0, 8681.0, 8692.0, 8682.0, 8709.0, 8682.0, 8693.0, 8682.0, 8681.0, 8684.0, 8684.0, 8696.0, 8679.0, 8707.0, 8668.0, 8678.0, 8683.0, 8697.0, 8696.0, 8684.0, 8696.0, 8683.0, 8683.0, 8686.0, 8681.0, 8696.0, 8664.0, 8691.0, 8680.0, 8688.0, 8681.0, 8706.0, 8664.0, 8675.0, 8663.0, 8661.0, 8691.0, 8697.0, 8693.0, 8679.0, 8693.0, 8679.0, 8665.0, 8678.0, 8680.0, 8693.0, 8667.0, 8693.0, 8665.0, 8677.0, 8694.0, 8665.0, 8691.0, 8662.0, 8691.0, 8663.0, 8679.0, 8665.0, 8678.0, 8681.0, 8662.0, 8693.0, 8677.0, 8692.0, 8663.0, 8680.0, 8696.0, 8682.0, 8695.0, 8682.0, 8680.0, 8682.0, 8684.0, 8711.0, 8684.0, 8711.0, 8666.0, 8694.0, 8679.0, 8675.0, 8692.0, 8661.0, 8695.0, 8681.0, 8694.0, 8684.0, 8684.0, 8694.0, 8667.0, 8681.0, 8679.0, 8679.0, 8684.0, 8712.0, 8686.0, 8684.0, 8686.0, 8683.0, 8710.0, 8699.0, 8706.0, 8677.0, 8686.0, 8658.0, 8684.0, 8662.0, 8688.0, 8661.0, 8656.0, 8673.0, 8675.0, 8695.0, 8701.0, 8681.0, 8682.0, 8684.0, 8710.0, 8686.0, 8714.0, 8680.0, 8708.0, 8675.0, 8689.0, 8674.0, 8690.0, 8675.0, 8686.0, 8662.0, 8671.0, 8675.0, 8673.0, 8693.0, 8677.0, 8689.0, 8658.0, 8686.0, 8658.0, 8684.0, 8659.0, 8699.0, 8660.0, 8669.0, 8656.0, 8657.0, 8672.0, 8672.0, 8685.0, 8677.0, 8685.0, 8658.0, 8671.0, 8657.0, 8656.0, 8671.0, 8663.0, 8687.0, 8661.0, 8661.0, 8692.0, 8682.0, 8706.0, 8682.0, 8663.0, 8678.0, 8684.0, 8697.0, 8680.0, 8679.0, 8705.0, 8678.0, 8690.0, 8664.0, 8685.0, 8656.0, 8654.0, 8655.0, 8653.0, 8655.0, 8656.0, 8657.0, 8655.0, 8656.0, 8664.0, 8677.0, 8704.0, 8687.0, 8700.0, 8688.0, 8704.0, 8725.0, 8706.0, 8691.0, 8701.0, 8681.0, 8659.0, 8679.0, 8718.0, 8640.0, 8660.0, 8635.0, 8644.0, 8633.0, 8666.0, 8654.0, 8637.0, 8650.0, 8637.0, 8669.0, 8659.0, 8674.0, 8663.0, 8662.0, 8688.0, 8676.0, 8673.0, 8657.0, 8652.0, 8657.0, 8656.0, 8656.0, 8654.0, 8681.0, 8655.0, 8688.0, 8677.0, 8654.0, 8657.0, 8658.0, 8697.0, 8668.0, 8679.0, 8695.0, 8677.0, 8681.0, 8677.0, 8677.0, 8685.0, 8699.0, 8693.0, 8667.0, 8712.0, 8686.0, 8704.0, 8727.0, 8681.0, 8720.0, 8671.0, 8676.0, 8631.0, 8648.0, 8608.0, 8644.0, 8603.0, 8634.0, 8628.0, 8631.0, 8627.0, 8625.0, 8628.0, 8629.0, 8641.0, 8632.0, 8631.0, 8634.0, 8635.0, 8651.0, 8658.0, 8630.0, 8629.0, 8629.0, 8646.0, 8661.0, 8634.0, 8665.0, 8653.0, 8652.0, 8657.0, 8656.0, 8667.0, 8657.0, 8680.0, 8655.0, 8635.0, 8651.0, 8654.0, 8676.0, 8664.0, 8673.0, 8660.0, 8647.0, 8689.0, 8643.0, 8643.0, 8673.0, 8643.0, 8657.0, 8670.0, 8661.0, 8648.0, 8688.0, 8676.0, 8676.0, 8658.0, 8657.0, 8670.0, 8659.0, 8655.0, 8661.0, 8641.0, 8669.0, 8661.0, 8671.0, 8659.0, 8639.0, 8653.0, 8654.0, 8665.0, 8653.0, 8652.0, 8642.0, 8655.0, 8653.0, 8652.0, 8665.0, 8653.0, 8665.0, 8640.0, 8637.0, 8650.0, 8634.0, 8635.0, 8635.0, 8652.0, 8656.0, 8667.0, 8655.0, 8657.0, 8658.0, 8640.0, 8669.0, 8657.0, 8659.0, 8658.0, 8655.0, 8674.0, 8654.0, 8669.0, 8638.0, 8665.0, 8638.0, 8665.0, 8652.0, 8648.0, 8639.0, 8634.0, 8649.0, 8635.0, 8662.0, 8633.0, 8673.0, 8631.0, 8630.0, 8644.0, 8631.0, 8644.0, 8635.0, 8635.0, 8651.0, 8652.0, 8667.0, 8657.0, 8654.0, 8653.0, 8634.0, 8652.0, 8636.0, 8664.0, 8654.0, 8635.0, 8652.0, 8656.0, 8666.0, 8653.0, 8654.0, 8670.0, 8662.0, 8673.0, 8662.0, 8657.0, 8670.0, 8656.0, 8681.0, 8656.0, 8666.0, 8657.0, 8652.0, 8653.0, 8650.0, 8667.0, 8654.0, 8668.0, 8656.0, 8681.0, 8654.0, 8654.0, 8656.0, 8659.0, 8685.0, 8673.0, 8670.0, 8672.0, 8656.0, 8673.0, 8659.0, 8683.0, 8660.0, 8671.0, 8661.0, 8657.0, 8684.0, 8671.0, 8674.0, 8660.0, 8660.0, 8686.0, 8658.0, 8672.0, 8659.0, 8655.0, 8656.0, 8654.0, 8668.0, 8659.0, 8673.0, 8655.0, 8658.0, 8673.0, 8677.0, 8684.0, 8677.0, 8678.0, 8680.0, 8678.0, 8678.0, 8691.0, 8664.0, 8664.0, 8690.0, 8674.0, 8675.0, 8662.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.00019833458364591143</td></tr>
<tr><td colspan=3>aqi</td><td>0.017667525206301576</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.08846578805552</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1744135456006013</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9923232492567556</td></tr>
<tr><td colspan=3>efc</td><td>0.4458</td></tr>
<tr><td colspan=3>fber</td><td>7275.4531</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07303997630899783</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3255813953488373</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.686745975804497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6205932102474616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.89111120379781</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.548533513368219</td></tr>
<tr><td colspan=3>gcor</td><td>0.0119532</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007352187763899565</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023193981498479843</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.6603595087194685</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.3008</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6519</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.4801</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307068.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>633.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>276.6043</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9603</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>522.0179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3105.5004</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>846.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.2814</td></tr>
<tr><td colspan=3>tsnr</td><td>42.34461015148554</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>