<?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-0074_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-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_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-0074/figures/sub-0074_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_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-0074/ses-03/func/sub-0074_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>8fe91beefe0d55f37f908fef4fb07bb0</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>20:13:31.702500</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.993865, -0.110603, -0.000144262, 0.110602, 0.993848, 0.00571949]</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.085842</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>[4179, -7748, -7273, 644, -127, -276, -151, 58]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>228.088</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a939df83-d64f-47e4-8055-b9a7f1ad51bd||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.666466236114502, 0.29673612117767334, 0.0013208851451054215, 92.15119171142578], [0.29673877358436584, 2.6664226055145264, 0.015390963293612003, -107.32113647460938], [-0.0003870431683026254, -0.015344979241490364, 2.699955701828003, -79.9396743774414], [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': ['201331.702500', '201332.162500', '201332.622500', '201333.082500', '201333.542500', '201334.002500', '201334.462500', '201334.922500', '201335.382500', '201335.842500', '201336.302500', '201336.762500', '201337.222500', '201337.682500', '201338.142500', '201338.602500', '201339.062500', '201339.522500', '201339.982500', '201340.442500', '201340.902500', '201341.362500', '201341.822500', '201342.282500', '201342.742500', '201343.202500', '201343.662500', '201344.122500', '201344.582500', '201345.042500', '201345.502500', '201345.962500', '201346.422500', '201346.882500', '201347.342500', '201347.802500', '201348.262500', '201348.722500', '201349.182500', '201349.642500', '201350.102500', '201350.562500', '201351.022500', '201351.482500', '201351.942500', '201352.402500', '201352.862500', '201353.322500', '201353.782500', '201354.242500', '201354.702500', '201355.162500', '201355.622500', '201356.082500', '201356.542500', '201357.002500', '201357.462500', '201357.922500', '201358.382500', '201358.842500', '201359.302500', '201359.762500', '201400.222500', '201400.682500', '201401.142500', '201401.602500', '201402.062500', '201402.522500', '201402.982500', '201403.442500', '201403.902500', '201404.362500', '201404.822500', '201405.282500', '201405.742500', '201406.202500', '201406.662500', '201407.122500', '201407.582500', '201408.042500', '201408.502500', '201408.962500', '201409.422500', '201409.882500', '201410.342500', '201410.802500', '201411.262500', '201411.722500', '201412.182500', '201412.642500', '201413.102500', '201413.562500', '201414.022500', '201414.482500', '201414.942500', '201415.402500', '201415.862500', '201416.322500', '201416.782500', '201417.242500', '201417.702500', '201418.162500', '201418.622500', '201419.082500', '201419.542500', '201420.002500', '201420.462500', '201420.922500', '201421.382500', '201421.842500', '201422.302500', '201422.762500', '201423.222500', '201423.682500', '201424.142500', '201424.602500', '201425.062500', '201425.522500', '201425.982500', '201426.442500', '201426.902500', '201427.362500', '201427.822500', '201428.282500', '201428.742500', '201429.202500', '201429.662500', '201430.122500', '201430.582500', '201431.042500', '201431.502500', '201431.962500', '201432.422500', '201432.882500', '201433.342500', '201433.802500', '201434.262500', '201434.722500', '201435.182500', '201435.642500', '201436.102500', '201436.562500', '201437.022500', '201437.482500', '201437.942500', '201438.402500', '201438.862500', '201439.322500', '201439.782500', '201440.242500', '201440.702500', '201441.162500', '201441.622500', '201442.082500', '201442.542500', '201443.002500', '201443.462500', '201443.922500', '201444.382500', '201444.842500', '201445.302500', '201445.762500', '201446.222500', '201446.682500', '201447.142500', '201447.602500', '201448.062500', '201448.522500', '201448.982500', '201449.442500', '201449.902500', '201450.362500', '201450.822500', '201451.282500', '201451.742500', '201452.202500', '201452.662500', '201453.122500', '201453.582500', '201454.042500', '201454.502500', '201454.962500', '201455.422500', '201455.882500', '201456.342500', '201456.802500', '201457.262500', '201457.722500', '201458.182500', '201458.642500', '201459.102500', '201459.562500', '201500.022500', '201500.482500', '201500.942500', '201501.402500', '201501.862500', '201502.322500', '201502.782500', '201503.242500', '201503.702500', '201504.162500', '201504.622500', '201505.082500', '201505.542500', '201506.002500', '201506.462500', '201506.922500', '201507.382500', '201507.842500', '201508.302500', '201508.762500', '201509.222500', '201509.682500', '201510.142500', '201510.602500', '201511.062500', '201511.522500', '201511.982500', '201512.442500', '201512.902500', '201513.362500', '201513.822500', '201514.282500', '201514.742500', '201515.202500', '201515.662500', '201516.122500', '201516.582500', '201517.042500', '201517.502500', '201517.962500', '201518.422500', '201518.882500', '201519.342500', '201519.802500', '201520.262500', '201520.722500', '201521.182500', '201521.642500', '201522.102500', '201522.562500', '201523.022500', '201523.482500', '201523.942500', '201524.402500', '201524.862500', '201525.322500', '201525.782500', '201526.242500', '201526.702500', '201527.162500', '201527.622500', '201528.082500', '201528.542500', '201529.002500', '201529.462500', '201529.922500', '201530.382500', '201530.842500', '201531.302500', '201531.762500', '201532.222500', '201532.682500', '201533.142500', '201533.602500', '201534.062500', '201534.522500', '201534.982500', '201535.442500', '201535.902500', '201536.362500', '201536.822500', '201537.282500', '201537.742500', '201538.202500', '201538.662500', '201539.122500', '201539.582500', '201540.042500', '201540.502500', '201540.962500', '201541.422500', '201541.882500', '201542.342500', '201542.802500', '201543.262500', '201543.722500', '201544.182500', '201544.642500', '201545.102500', '201545.562500', '201546.022500', '201546.482500', '201546.942500', '201547.402500', '201547.862500', '201548.322500', '201548.782500', '201549.242500', '201549.702500', '201550.162500', '201550.622500', '201551.082500', '201551.542500', '201552.002500', '201552.462500', '201552.922500', '201553.382500', '201553.842500', '201554.302500', '201554.762500', '201555.222500', '201555.682500', '201556.142500', '201556.602500', '201557.062500', '201557.522500', '201557.982500', '201558.442500', '201558.902500', '201559.362500', '201559.822500', '201600.282500', '201600.742500', '201601.202500', '201601.662500', '201602.122500', '201602.582500', '201603.042500', '201603.502500', '201603.962500', '201604.422500', '201604.882500', '201605.342500', '201605.802500', '201606.262500', '201606.722500', '201607.182500', '201607.642500', '201608.102500', '201608.562500', '201609.022500', '201609.482500', '201609.942500', '201610.402500', '201610.862500', '201611.322500', '201611.782500', '201612.242500', '201612.702500', '201613.162500', '201613.622500', '201614.082500', '201614.542500', '201615.002500', '201615.462500', '201615.922500', '201616.382500', '201616.842500', '201617.302500', '201617.762500', '201618.222500', '201618.682500', '201619.142500', '201619.602500', '201620.062500', '201620.522500', '201620.982500', '201621.442500', '201621.902500', '201622.362500', '201622.822500', '201623.282500', '201623.742500', '201624.202500', '201624.662500', '201625.122500', '201625.582500', '201626.042500', '201626.502500', '201626.962500', '201627.422500', '201627.882500', '201628.342500', '201628.802500', '201629.262500', '201629.722500', '201630.182500', '201630.642500', '201631.102500', '201631.562500', '201632.022500', '201632.482500', '201632.942500', '201633.402500', '201633.862500', '201634.322500', '201634.782500', '201635.242500', '201635.702500', '201636.162500', '201636.622500', '201637.082500', '201637.542500', '201638.002500', '201638.462500', '201638.922500', '201639.382500', '201639.842500', '201640.302500', '201640.762500', '201641.222500', '201641.682500', '201642.142500', '201642.602500', '201643.062500', '201643.522500', '201643.982500', '201644.442500', '201644.902500', '201645.362500', '201645.822500', '201646.282500', '201646.742500', '201647.202500', '201647.662500', '201648.122500', '201648.582500', '201649.042500', '201649.502500', '201649.962500', '201650.422500', '201650.882500', '201651.342500', '201651.802500', '201652.262500', '201652.722500', '201653.182500', '201653.642500', '201654.102500', '201654.562500', '201655.022500', '201655.482500', '201655.942500', '201656.402500', '201656.862500', '201657.322500', '201657.782500', '201658.242500', '201658.702500', '201659.162500', '201659.622500', '201700.082500', '201700.542500', '201701.002500', '201701.462500', '201701.922500', '201702.382500', '201702.842500', '201703.302500', '201703.762500', '201704.222500', '201704.682500', '201705.142500', '201705.602500', '201706.062500', '201706.522500', '201706.982500', '201707.442500', '201707.902500', '201708.362500', '201708.822500', '201709.282500', '201709.742500', '201710.202500', '201710.662500', '201711.122500', '201711.582500', '201712.042500', '201712.502500', '201712.962500', '201713.422500', '201713.882500', '201714.342500', '201714.802500', '201715.262500', '201715.722500', '201716.182500', '201716.642500', '201717.102500', '201717.562500', '201718.022500', '201718.482500', '201718.942500', '201719.402500', '201719.862500', '201720.322500', '201720.782500', '201721.242500', '201721.702500', '201722.162500', '201722.622500', '201723.082500', '201723.542500', '201724.002500', '201724.462500', '201724.922500', '201725.382500', '201725.842500', '201726.302500', '201726.762500', '201727.222500', '201727.682500', '201728.142500', '201728.602500', '201729.062500', '201729.522500', '201729.982500', '201730.442500', '201730.902500', '201731.362500', '201731.822500', '201732.282500', '201732.742500', '201733.202500', '201733.662500', '201734.122500', '201734.582500', '201735.042500', '201735.502500', '201735.962500', '201736.422500', '201736.882500', '201737.342500', '201737.802500', '201738.262500', '201738.722500', '201739.182500', '201739.642500', '201740.102500', '201740.562500', '201741.022500', '201741.482500', '201741.942500', '201742.402500', '201742.862500', '201743.322500', '201743.782500', '201744.242500', '201744.702500', '201745.162500', '201745.622500', '201746.082500', '201746.542500', '201747.002500', '201747.462500', '201747.922500', '201748.382500', '201748.842500', '201749.302500', '201749.762500', '201750.222500', '201750.682500', '201751.142500', '201751.602500', '201752.062500', '201752.522500', '201752.982500', '201753.442500', '201753.902500', '201754.362500', '201754.822500', '201755.282500', '201755.742500', '201756.202500', '201756.662500', '201757.122500', '201757.582500', '201758.042500', '201758.502500', '201758.962500', '201759.422500', '201759.882500', '201800.342500', '201800.802500', '201801.262500', '201801.722500', '201802.182500', '201802.642500', '201803.102500', '201803.562500', '201804.022500', '201804.482500', '201804.942500', '201805.402500', '201805.862500', '201806.322500', '201806.782500', '201807.242500', '201807.702500', '201808.162500', '201808.622500', '201809.082500', '201809.542500', '201810.002500', '201810.462500', '201810.922500', '201811.382500', '201811.842500', '201812.302500', '201812.762500', '201813.222500', '201813.682500', '201814.142500', '201814.602500', '201815.062500', '201815.522500', '201815.982500', '201816.442500', '201816.902500', '201817.362500', '201817.822500', '201818.282500', '201818.742500', '201819.202500', '201819.662500', '201820.122500', '201820.582500', '201821.042500', '201821.502500', '201821.962500', '201822.422500', '201822.882500', '201823.342500', '201823.802500', '201824.262500', '201824.722500', '201825.182500', '201825.642500', '201826.102500', '201826.562500', '201827.022500', '201827.482500', '201827.942500', '201828.402500', '201828.862500', '201829.322500', '201829.782500', '201830.242500', '201830.702500', '201831.162500', '201831.622500', '201832.082500', '201832.542500', '201833.002500', '201833.462500', '201833.922500', '201834.382500', '201834.842500', '201835.302500', '201835.762500', '201836.222500', '201836.682500', '201837.142500', '201837.602500', '201838.062500', '201838.522500', '201838.982500', '201839.442500', '201839.902500', '201840.362500', '201840.822500', '201841.282500', '201841.742500', '201842.202500', '201842.662500', '201843.122500', '201843.582500', '201844.042500', '201844.502500', '201844.962500', '201845.422500', '201845.882500', '201846.342500', '201846.802500', '201847.262500', '201847.722500', '201848.182500', '201848.642500', '201849.102500', '201849.562500', '201850.022500', '201850.482500', '201850.942500', '201851.402500', '201851.862500', '201852.322500', '201852.782500', '201853.242500', '201853.702500', '201854.162500', '201854.622500', '201855.082500', '201855.542500', '201856.002500', '201856.462500', '201856.922500', '201857.382500', '201857.842500', '201858.302500', '201858.762500', '201859.222500', '201859.682500', '201900.142500', '201900.602500', '201901.062500', '201901.522500', '201901.982500', '201902.442500', '201902.902500', '201903.362500', '201903.822500', '201904.282500', '201904.742500', '201905.202500', '201905.662500', '201906.122500', '201906.582500', '201907.042500', '201907.502500', '201907.962500', '201908.422500', '201908.882500', '201909.342500', '201909.802500', '201910.262500', '201910.722500', '201911.182500', '201911.642500', '201912.102500', '201912.562500', '201913.022500', '201913.482500', '201913.942500', '201914.402500', '201914.862500', '201915.322500', '201915.782500', '201916.242500', '201916.702500', '201917.162500', '201917.622500', '201918.082500', '201918.542500', '201919.002500', '201919.462500', '201919.922500', '201920.382500', '201920.842500', '201921.302500', '201921.762500', '201922.222500', '201922.682500', '201923.142500', '201923.602500', '201924.062500', '201924.522500', '201924.982500', '201925.442500', '201925.902500', '201926.362500', '201926.822500', '201927.282500', '201927.742500', '201928.202500', '201928.662500', '201929.122500', '201929.582500', '201930.042500', '201930.502500', '201930.962500', '201931.422500', '201931.882500', '201932.342500', '201932.802500', '201933.262500', '201933.722500', '201934.182500', '201934.642500', '201935.102500', '201935.562500', '201936.022500', '201936.482500', '201936.942500', '201937.402500', '201937.862500', '201938.322500', '201938.782500', '201939.242500', '201939.702500', '201940.162500', '201940.622500', '201941.082500', '201941.542500', '201942.002500', '201942.462500', '201942.922500', '201943.382500', '201943.842500', '201944.302500', '201944.762500', '201945.222500', '201945.682500', '201946.142500', '201946.602500', '201947.062500', '201947.522500', '201947.982500', '201948.442500', '201948.902500', '201949.362500', '201949.822500', '201950.282500', '201950.742500', '201951.202500', '201951.662500', '201952.122500', '201952.582500', '201953.042500', '201953.502500', '201953.962500', '201954.422500', '201954.882500', '201955.342500', '201955.802500', '201956.262500', '201956.722500', '201957.182500', '201957.642500', '201958.102500', '201958.562500', '201959.022500', '201959.482500', '201959.942500', '202000.402500', '202000.862500', '202001.322500', '202001.782500', '202002.242500', '202002.702500', '202003.162500', '202003.622500', '202004.082500', '202004.542500', '202005.002500', '202005.462500', '202005.922500', '202006.382500', '202006.842500', '202007.302500', '202007.762500', '202008.222500', '202008.682500', '202009.142500', '202009.602500', '202010.062500', '202010.522500', '202010.982500', '202011.442500', '202011.902500', '202012.362500', '202012.822500', '202013.282500', '202013.742500', '202014.202500', '202014.662500', '202015.122500', '202015.582500', '202016.042500', '202016.502500', '202016.962500', '202017.422500', '202017.882500', '202018.342500', '202018.802500', '202019.262500', '202019.722500', '202020.182500', '202020.642500', '202021.102500', '202021.562500', '202022.022500', '202022.482500', '202022.942500', '202023.402500', '202023.862500', '202024.322500', '202024.782500', '202025.242500', '202025.702500', '202026.162500', '202026.622500', '202027.082500', '202027.542500', '202028.002500', '202028.462500', '202028.922500', '202029.382500', '202029.842500', '202030.302500', '202030.762500', '202031.222500', '202031.682500', '202032.142500', '202032.602500', '202033.062500', '202033.522500', '202033.982500', '202034.442500', '202034.902500', '202035.362500', '202035.822500', '202036.282500', '202036.742500', '202037.202500', '202037.662500', '202038.122500', '202038.582500', '202039.042500', '202039.502500', '202039.962500', '202040.422500', '202040.882500', '202041.342500', '202041.802500', '202042.262500', '202042.722500', '202043.182500', '202043.642500', '202044.102500', '202044.562500', '202045.022500', '202045.482500', '202045.942500', '202046.402500', '202046.862500', '202047.322500', '202047.782500', '202048.242500', '202048.702500', '202049.162500', '202049.622500', '202050.082500', '202050.542500', '202051.002500', '202051.462500', '202051.922500', '202052.382500', '202052.842500', '202053.302500', '202053.762500', '202054.222500', '202054.682500', '202055.142500', '202055.602500', '202056.062500', '202056.522500', '202056.982500', '202057.442500', '202057.902500', '202058.362500', '202058.822500', '202059.282500', '202059.742500', '202100.202500', '202100.662500', '202101.122500', '202101.582500', '202102.042500', '202102.502500', '202102.962500', '202103.422500', '202103.882500', '202104.342500', '202104.802500', '202105.262500', '202105.722500', '202106.182500', '202106.642500', '202107.102500', '202107.562500', '202108.022500', '202108.482500', '202108.942500', '202109.402500', '202109.862500', '202110.322500', '202110.782500', '202111.242500', '202111.702500', '202112.162500', '202112.622500', '202113.082500', '202113.542500', '202114.002500', '202114.462500', '202114.922500', '202115.382500', '202115.842500', '202116.302500', '202116.762500', '202117.222500', '202117.682500', '202118.142500', '202118.602500', '202119.062500', '202119.522500', '202119.982500', '202120.442500', '202120.902500', '202121.362500', '202121.822500', '202122.282500', '202122.742500', '202123.202500', '202123.662500', '202124.122500', '202124.582500', '202125.042500', '202125.502500', '202125.962500', '202126.422500', '202126.882500', '202127.342500', '202127.802500', '202128.262500', '202128.722500', '202129.182500', '202129.642500', '202130.102500', '202130.562500', '202131.022500', '202131.482500', '202131.942500', '202132.402500', '202132.862500', '202133.322500', '202133.782500', '202134.242500', '202134.702500', '202135.162500', '202135.622500', '202136.082500', '202136.542500', '202137.002500', '202137.462500', '202137.922500', '202138.382500', '202138.842500', '202139.302500', '202139.762500', '202140.222500', '202140.682500', '202141.142500', '202141.602500', '202142.062500', '202142.522500', '202142.982500', '202143.442500', '202143.902500', '202144.362500', '202144.822500', '202145.282500', '202145.742500', '202146.202500', '202146.662500', '202147.122500', '202147.582500', '202148.042500', '202148.502500', '202148.962500', '202149.422500', '202149.882500', '202150.342500', '202150.802500', '202151.262500', '202151.722500', '202152.182500', '202152.642500', '202153.102500', '202153.562500', '202154.022500', '202154.482500', '202154.942500', '202155.402500', '202155.862500', '202156.322500', '202156.782500', '202157.242500', '202157.702500', '202158.162500', '202158.622500', '202159.082500', '202159.542500', '202200.002500', '202200.462500', '202200.922500', '202201.382500', '202201.842500', '202202.302500', '202202.762500', '202203.222500', '202203.682500', '202204.142500', '202204.602500', '202205.062500', '202205.522500', '202205.982500', '202206.442500', '202206.902500', '202207.362500', '202207.822500', '202208.282500', '202208.742500', '202209.202500', '202209.662500', '202210.122500', '202210.582500', '202211.042500', '202211.502500', '202211.962500', '202212.422500', '202212.882500', '202213.342500', '202213.802500', '202214.262500', '202214.722500', '202215.182500', '202215.642500', '202216.102500', '202216.562500', '202217.022500', '202217.482500', '202217.942500', '202218.402500', '202218.862500', '202219.322500', '202219.782500', '202220.242500', '202220.702500', '202221.162500', '202221.622500', '202222.082500', '202222.542500', '202223.002500', '202223.462500', '202223.922500', '202224.382500', '202224.842500', '202225.302500', '202225.762500', '202226.222500', '202226.682500', '202227.142500', '202227.602500', '202228.062500', '202228.522500', '202228.982500', '202229.442500', '202229.902500', '202230.362500', '202230.822500', '202231.282500', '202231.742500', '202232.202500', '202232.662500', '202233.122500', '202233.582500', '202234.042500', '202234.502500', '202234.962500', '202235.422500', '202235.882500', '202236.342500', '202236.802500', '202237.262500', '202237.722500', '202238.182500', '202238.642500', '202239.102500', '202239.562500', '202240.022500', '202240.482500', '202240.942500', '202241.402500', '202241.862500', '202242.322500', '202242.782500', '202243.242500', '202243.702500', '202244.162500', '202244.622500', '202245.082500', '202245.542500', '202246.002500', '202246.462500', '202246.922500', '202247.382500', '202247.842500', '202248.302500', '202248.762500', '202249.222500', '202249.682500', '202250.142500', '202250.602500', '202251.062500', '202251.522500', '202251.982500', '202252.442500', '202252.902500', '202253.362500', '202253.822500', '202254.282500', '202254.742500', '202255.202500', '202255.662500', '202256.122500', '202256.582500', '202257.042500', '202257.502500', '202257.962500', '202258.422500', '202258.882500', '202259.342500', '202259.802500', '202300.262500', '202300.722500', '202301.182500', '202301.642500', '202302.102500', '202302.562500', '202303.022500', '202303.482500', '202303.942500', '202304.402500', '202304.862500', '202305.322500', '202305.782500', '202306.242500', '202306.702500', '202307.162500', '202307.622500', '202308.082500', '202308.542500', '202309.002500', '202309.462500', '202309.922500', '202310.382500', '202310.842500', '202311.302500', '202311.762500', '202312.222500', '202312.682500', '202313.142500', '202313.602500', '202314.062500', '202314.522500', '202314.982500', '202315.442500', '202315.902500', '202316.362500', '202316.822500', '202317.282500', '202317.742500', '202318.202500', '202318.662500', '202319.122500', '202319.582500', '202320.042500', '202320.502500', '202320.962500', '202321.422500', '202321.882500', '202322.342500', '202322.802500', '202323.262500', '202323.722500', '202324.182500', '202324.642500', '202325.102500', '202325.562500', '202326.022500', '202326.482500', '202326.942500', '202327.402500', '202327.862500', '202328.322500', '202328.782500', '202329.242500', '202329.702500', '202330.162500', '202330.622500', '202331.082500', '202331.542500', '202332.002500', '202332.462500', '202332.922500', '202333.382500', '202333.842500', '202334.302500', '202334.762500', '202335.222500', '202335.682500', '202336.142500', '202336.602500', '202337.062500', '202337.522500', '202337.982500', '202338.442500', '202338.902500', '202339.362500', '202339.822500', '202340.282500', '202340.742500', '202341.202500', '202341.662500', '202342.122500', '202342.582500', '202343.042500', '202343.502500', '202343.962500', '202344.422500', '202344.882500', '202345.342500'], 'ContentTime': ['201344.771000', '201344.774000', '201344.776000', '201344.779000', '201344.782000', '201344.784000', '201344.787000', '201344.789000', '201344.795000', '201344.797000', '201344.800000', '201344.802000', '201344.805000', '201344.808000', '201344.810000', '201344.813000', '201344.815000', '201344.818000', '201344.821000', '201344.823000', '201344.826000', '201344.828000', '201344.831000', '201344.833000', '201344.836000', '201344.838000', '201344.841000', '201404.744000', '201404.753000', '201404.755000', '201404.758000', '201404.760000', '201404.763000', '201404.765000', '201404.768000', '201404.771000', '201404.773000', '201404.776000', '201404.778000', '201404.781000', '201404.783000', '201404.786000', '201404.789000', '201404.791000', '201404.794000', '201404.796000', '201404.799000', '201404.801000', '201404.804000', '201404.806000', '201404.809000', '201404.811000', '201404.814000', '201404.816000', '201404.819000', '201404.833000', '201404.836000', '201404.839000', '201404.841000', '201404.844000', '201404.846000', '201404.849000', '201404.851000', '201404.854000', '201404.856000', '201404.859000', '201404.862000', '201404.864000', '201404.867000', '201404.869000', '201424.744000', '201424.747000', '201424.750000', '201424.752000', '201424.755000', '201424.757000', '201424.760000', '201424.763000', '201424.765000', '201424.768000', '201424.770000', '201424.773000', '201424.775000', '201424.778000', '201424.781000', '201424.783000', '201424.786000', '201424.788000', '201424.791000', '201424.793000', '201424.796000', '201424.799000', '201424.801000', '201424.804000', '201424.806000', '201424.809000', '201424.811000', '201424.814000', '201424.817000', '201424.819000', '201424.822000', '201424.824000', '201424.827000', '201424.829000', '201424.832000', '201424.835000', '201424.837000', '201424.840000', '201424.842000', '201424.845000', '201424.847000', '201424.850000', '201424.853000', '201424.855000', '201444.744000', '201444.747000', '201444.750000', '201444.752000', '201444.755000', '201444.757000', '201444.760000', '201444.763000', '201444.765000', '201444.768000', '201444.770000', '201444.773000', '201444.775000', '201444.778000', '201444.781000', '201444.783000', '201444.786000', '201444.788000', '201444.791000', '201444.793000', '201444.796000', '201444.798000', '201444.801000', '201444.804000', '201444.806000', '201444.809000', '201444.811000', '201444.814000', '201444.816000', '201444.819000', '201444.822000', '201444.824000', '201444.827000', '201444.829000', '201444.832000', '201444.834000', '201444.837000', '201444.840000', '201444.842000', '201444.845000', '201444.847000', '201444.850000', '201444.853000', '201504.744000', '201504.747000', '201504.750000', '201504.752000', '201504.755000', '201504.758000', '201504.760000', '201504.763000', '201504.765000', '201504.768000', '201504.770000', '201504.773000', '201504.776000', '201504.778000', '201504.781000', '201504.783000', '201504.786000', '201504.789000', '201504.791000', '201504.794000', '201504.796000', '201504.799000', '201504.801000', '201504.804000', '201504.807000', '201504.809000', '201504.812000', '201504.814000', '201504.817000', '201504.820000', '201504.822000', '201504.825000', '201504.827000', '201504.830000', '201504.833000', '201504.835000', '201504.838000', '201504.840000', '201504.843000', '201504.845000', '201504.848000', '201504.851000', '201504.853000', '201504.856000', '201524.746000', '201524.748000', '201524.751000', '201524.754000', '201524.756000', '201524.759000', '201524.762000', '201524.764000', '201524.767000', '201524.770000', '201524.772000', '201524.775000', '201524.777000', '201524.780000', '201524.783000', '201524.785000', '201524.788000', '201524.791000', '201524.793000', '201524.796000', '201524.798000', '201524.801000', '201524.804000', '201524.806000', '201524.809000', '201524.811000', '201524.814000', '201524.817000', '201524.819000', '201524.822000', '201524.825000', '201524.827000', '201524.830000', '201524.832000', '201524.835000', '201524.838000', '201524.840000', '201524.843000', '201524.845000', '201524.848000', '201524.851000', '201524.853000', '201524.856000', '201544.746000', '201544.749000', '201544.751000', '201544.754000', '201544.757000', '201544.759000', '201544.762000', '201544.764000', '201544.767000', '201544.769000', '201544.772000', '201544.775000', '201544.777000', '201544.780000', '201544.783000', '201544.785000', '201544.788000', '201544.790000', '201544.793000', '201544.796000', '201544.798000', '201544.801000', '201544.803000', '201544.806000', '201544.808000', '201544.811000', '201544.814000', '201544.816000', '201544.819000', '201544.821000', '201544.824000', '201544.827000', '201544.829000', '201544.832000', '201544.834000', '201544.837000', '201544.840000', '201544.842000', '201544.860000', '201544.862000', '201544.865000', '201544.867000', '201544.870000', '201544.873000', '201604.744000', '201604.747000', '201604.750000', '201604.752000', '201604.755000', '201604.758000', '201604.760000', '201604.763000', '201604.765000', '201604.768000', '201604.771000', '201604.773000', '201604.776000', '201604.778000', '201604.781000', '201604.784000', '201604.786000', '201604.789000', '201604.791000', '201604.794000', '201604.796000', '201604.799000', '201604.802000', '201604.804000', '201604.807000', '201604.809000', '201604.812000', '201604.814000', '201604.817000', '201604.820000', '201604.822000', '201604.825000', '201604.828000', '201604.830000', '201604.833000', '201604.835000', '201604.838000', '201604.841000', '201604.843000', '201604.846000', '201604.848000', '201604.851000', '201604.854000', '201624.744000', '201624.747000', '201624.750000', '201624.752000', '201624.755000', '201624.758000', '201624.760000', '201624.763000', '201624.765000', '201624.768000', '201624.770000', '201624.773000', '201624.776000', '201624.778000', '201624.781000', '201624.784000', '201624.786000', '201624.789000', '201624.791000', '201624.794000', '201624.797000', '201624.799000', '201624.802000', '201624.804000', '201624.807000', '201624.810000', '201624.812000', '201624.815000', '201624.818000', '201624.820000', '201624.823000', '201624.825000', '201624.828000', '201624.831000', '201624.833000', '201624.836000', '201624.838000', '201624.841000', '201624.844000', '201624.846000', '201624.849000', '201624.851000', '201624.854000', '201624.857000', '201644.745000', '201644.747000', '201644.750000', '201644.753000', '201644.755000', '201644.758000', '201644.761000', '201644.763000', '201644.766000', '201644.768000', '201644.771000', '201644.773000', '201644.776000', '201644.779000', '201644.781000', '201644.784000', '201644.787000', '201644.789000', '201644.792000', '201644.794000', '201644.797000', '201644.799000', '201644.802000', '201644.805000', '201644.807000', '201644.810000', '201644.812000', '201644.815000', '201644.818000', '201644.820000', '201644.823000', '201644.825000', '201644.828000', '201644.831000', '201644.833000', '201644.836000', '201644.838000', '201644.841000', '201644.844000', '201644.846000', '201644.849000', '201644.851000', '201644.854000', '201704.745000', '201704.747000', '201704.750000', '201704.753000', '201704.755000', '201704.758000', '201704.760000', '201704.763000', '201704.765000', '201704.768000', '201704.771000', '201704.773000', '201704.776000', '201704.778000', '201704.781000', '201704.784000', '201704.786000', '201704.789000', '201704.792000', '201704.794000', '201704.797000', '201704.800000', '201704.802000', '201704.805000', '201704.808000', '201704.810000', '201704.813000', '201704.815000', '201704.818000', '201704.821000', '201704.823000', '201704.826000', '201704.828000', '201704.831000', '201704.834000', '201704.836000', '201704.839000', '201704.841000', '201704.844000', '201704.847000', '201704.849000', '201704.852000', '201704.854000', '201704.857000', '201724.744000', '201724.747000', '201724.750000', '201724.753000', '201724.755000', '201724.758000', '201724.760000', '201724.763000', '201724.765000', '201724.768000', '201724.771000', '201724.773000', '201724.776000', '201724.778000', '201724.781000', '201724.783000', '201724.786000', '201724.789000', '201724.791000', '201724.805000', '201724.808000', '201724.810000', '201724.813000', '201724.815000', '201724.818000', '201724.821000', '201724.823000', '201724.826000', '201724.828000', '201724.831000', '201724.834000', '201724.836000', '201724.839000', '201724.841000', '201724.844000', '201724.847000', '201724.849000', '201724.852000', '201724.854000', '201724.857000', '201724.860000', '201724.862000', '201724.865000', '201744.745000', '201744.752000', '201744.755000', '201744.758000', '201744.760000', '201744.763000', '201744.765000', '201744.768000', '201744.770000', '201744.773000', '201744.776000', '201744.778000', '201744.781000', '201744.783000', '201744.786000', '201744.789000', '201744.791000', '201744.794000', '201744.796000', '201744.799000', '201744.802000', '201744.804000', '201744.807000', '201744.810000', '201744.812000', '201744.815000', '201744.817000', '201744.820000', '201744.823000', '201744.825000', '201744.828000', '201744.831000', '201744.833000', '201744.836000', '201744.838000', '201744.841000', '201744.843000', '201744.846000', '201744.849000', '201744.851000', '201744.854000', '201744.857000', '201744.859000', '201744.862000', '201804.746000', '201804.749000', '201804.751000', '201804.754000', '201804.757000', '201804.759000', '201804.762000', '201804.764000', '201804.767000', '201804.770000', '201804.772000', '201804.775000', '201804.777000', '201804.780000', '201804.782000', '201804.785000', '201804.788000', '201804.790000', '201804.793000', '201804.795000', '201804.798000', '201804.801000', '201804.803000', '201804.806000', '201804.808000', '201804.811000', '201804.813000', '201804.816000', '201804.819000', '201804.821000', '201804.824000', '201804.826000', '201804.829000', '201804.832000', '201804.834000', '201804.837000', '201804.839000', '201804.842000', '201804.845000', '201804.847000', '201804.850000', '201804.852000', '201804.855000', '201824.745000', '201824.747000', '201824.750000', '201824.753000', '201824.755000', '201824.758000', '201824.761000', '201824.763000', '201824.766000', '201824.768000', '201824.771000', '201824.774000', '201824.777000', '201824.780000', '201824.782000', '201824.785000', '201824.788000', '201824.790000', '201824.793000', '201824.796000', '201824.798000', '201824.801000', '201824.803000', '201824.806000', '201824.808000', '201824.811000', '201824.814000', '201824.816000', '201824.819000', '201824.821000', '201824.824000', '201824.827000', '201824.829000', '201824.832000', '201824.835000', '201824.837000', '201824.840000', '201824.842000', '201824.845000', '201824.848000', '201824.850000', '201824.853000', '201824.855000', '201844.744000', '201844.747000', '201844.750000', '201844.752000', '201844.755000', '201844.758000', '201844.760000', '201844.763000', '201844.765000', '201844.768000', '201844.771000', '201844.773000', '201844.776000', '201844.778000', '201844.781000', '201844.783000', '201844.786000', '201844.789000', '201844.791000', '201844.794000', '201844.796000', '201844.799000', '201844.802000', '201844.804000', '201844.807000', '201844.809000', '201844.812000', '201844.815000', '201844.817000', '201844.820000', '201844.823000', '201844.825000', '201844.828000', '201844.830000', '201844.833000', '201844.835000', '201844.838000', '201844.841000', '201844.843000', '201844.846000', '201844.849000', '201844.851000', '201844.854000', '201844.856000', '201904.744000', '201904.747000', '201904.750000', '201904.753000', '201904.755000', '201904.758000', '201904.760000', '201904.763000', '201904.766000', '201904.768000', '201904.771000', '201904.773000', '201904.776000', '201904.778000', '201904.781000', '201904.784000', '201904.786000', '201904.789000', '201904.793000', '201904.796000', '201904.799000', '201904.802000', '201904.805000', '201904.808000', '201904.811000', '201904.813000', '201904.816000', '201904.819000', '201904.821000', '201904.824000', '201904.826000', '201904.829000', '201904.832000', '201904.834000', '201904.837000', '201904.839000', '201904.842000', '201904.845000', '201904.847000', '201904.850000', '201904.852000', '201904.855000', '201904.857000', '201924.744000', '201924.747000', '201924.750000', '201924.753000', '201924.755000', '201924.758000', '201924.760000', '201924.763000', '201924.766000', '201924.768000', '201924.771000', '201924.773000', '201924.776000', '201924.779000', '201924.781000', '201924.784000', '201924.786000', '201924.789000', '201924.792000', '201924.794000', '201924.797000', '201924.799000', '201924.802000', '201924.805000', '201924.807000', '201924.810000', '201924.812000', '201924.815000', '201924.818000', '201924.820000', '201924.823000', '201924.826000', '201924.828000', '201924.831000', '201924.833000', '201924.836000', '201924.839000', '201924.841000', '201924.844000', '201924.846000', '201924.849000', '201924.852000', '201924.854000', '201924.857000', '201944.745000', '201944.747000', '201944.750000', '201944.753000', '201944.755000', '201944.758000', '201944.760000', '201944.763000', '201944.765000', '201944.768000', '201944.771000', '201944.774000', '201944.776000', '201944.779000', '201944.782000', '201944.784000', '201944.787000', '201944.789000', '201944.792000', '201944.795000', '201944.797000', '201944.800000', '201944.802000', '201944.805000', '201944.807000', '201944.811000', '201944.814000', '201944.817000', '201944.820000', '201944.822000', '201944.825000', '201944.827000', '201944.830000', '201944.833000', '201944.835000', '201944.838000', '201944.840000', '201944.843000', '201944.846000', '201944.848000', '201944.851000', '201944.853000', '201944.856000', '202004.746000', '202004.749000', '202004.751000', '202004.754000', '202004.756000', '202004.759000', '202004.762000', '202004.764000', '202004.767000', '202004.769000', '202004.772000', '202004.775000', '202004.777000', '202004.780000', '202004.782000', '202004.785000', '202004.788000', '202004.790000', '202004.793000', '202004.795000', '202004.798000', '202004.800000', '202004.803000', '202004.806000', '202004.808000', '202004.811000', '202004.813000', '202004.816000', '202004.818000', '202004.821000', '202004.824000', '202004.826000', '202004.829000', '202004.831000', '202004.834000', '202004.837000', '202004.839000', '202004.842000', '202004.844000', '202004.847000', '202004.849000', '202004.852000', '202004.855000', '202004.857000', '202024.745000', '202024.748000', '202024.751000', '202024.753000', '202024.756000', '202024.759000', '202024.761000', '202024.764000', '202024.767000', '202024.769000', '202024.772000', '202024.774000', '202024.777000', '202024.780000', '202024.782000', '202024.785000', '202024.787000', '202024.790000', '202024.793000', '202024.795000', '202024.798000', '202024.801000', '202024.803000', '202024.806000', '202024.809000', '202024.829000', '202024.832000', '202024.835000', '202024.837000', '202024.840000', '202024.842000', '202024.845000', '202024.848000', '202024.850000', '202024.853000', '202024.855000', '202024.858000', '202024.861000', '202024.863000', '202024.866000', '202024.868000', '202024.871000', '202024.874000', '202044.745000', '202044.747000', '202044.750000', '202044.753000', '202044.755000', '202044.758000', '202044.761000', '202044.763000', '202044.766000', '202044.768000', '202044.771000', '202044.774000', '202044.776000', '202044.779000', '202044.781000', '202044.784000', '202044.787000', '202044.789000', '202044.792000', '202044.794000', '202044.797000', '202044.799000', '202044.802000', '202044.805000', '202044.807000', '202044.810000', '202044.812000', '202044.815000', '202044.818000', '202044.820000', '202044.823000', '202044.825000', '202044.828000', '202044.831000', '202044.833000', '202044.836000', '202044.838000', '202044.841000', '202044.843000', '202044.846000', '202044.849000', '202044.851000', '202044.854000', '202044.856000', '202104.745000', '202104.747000', '202104.750000', '202104.753000', '202104.755000', '202104.758000', '202104.760000', '202104.763000', '202104.765000', '202104.768000', '202104.771000', '202104.773000', '202104.776000', '202104.778000', '202104.781000', '202104.784000', '202104.786000', '202104.789000', '202104.792000', '202104.794000', '202104.797000', '202104.799000', '202104.802000', '202104.805000', '202104.807000', '202104.810000', '202104.813000', '202104.815000', '202104.818000', '202104.820000', '202104.823000', '202104.826000', '202104.828000', '202104.831000', '202104.833000', '202104.836000', '202104.838000', '202104.841000', '202104.844000', '202104.846000', '202104.849000', '202104.852000', '202104.855000', '202124.745000', '202124.747000', '202124.750000', '202124.753000', '202124.755000', '202124.758000', '202124.761000', '202124.763000', '202124.766000', '202124.769000', '202124.771000', '202124.774000', '202124.776000', '202124.779000', '202124.782000', '202124.784000', '202124.787000', '202124.789000', '202124.792000', '202124.795000', '202124.797000', '202124.800000', '202124.803000', '202124.805000', '202124.808000', '202124.810000', '202124.813000', '202124.816000', '202124.818000', '202124.821000', '202124.824000', '202124.826000', '202124.829000', '202124.831000', '202124.834000', '202124.837000', '202124.839000', '202124.842000', '202124.845000', '202124.847000', '202124.850000', '202124.852000', '202124.855000', '202124.858000', '202144.745000', '202144.748000', '202144.750000', '202144.753000', '202144.755000', '202144.758000', '202144.760000', '202144.763000', '202144.766000', '202144.768000', '202144.771000', '202144.773000', '202144.776000', '202144.779000', '202144.781000', '202144.784000', '202144.786000', '202144.789000', '202144.791000', '202144.794000', '202144.797000', '202144.799000', '202144.802000', '202144.804000', '202144.807000', '202144.810000', '202144.812000', '202144.815000', '202144.817000', '202144.820000', '202144.823000', '202144.825000', '202144.828000', '202144.830000', '202144.833000', '202144.836000', '202144.838000', '202144.841000', '202144.844000', '202144.846000', '202144.849000', '202144.851000', '202144.854000', '202204.745000', '202204.747000', '202204.750000', '202204.753000', '202204.755000', '202204.758000', '202204.761000', '202204.763000', '202204.766000', '202204.768000', '202204.771000', '202204.774000', '202204.776000', '202204.779000', '202204.781000', '202204.784000', '202204.787000', '202204.789000', '202204.792000', '202204.794000', '202204.797000', '202204.799000', '202204.802000', '202204.805000', '202204.807000', '202204.810000', '202204.813000', '202204.815000', '202204.818000', '202204.821000', '202204.823000', '202204.826000', '202204.828000', '202204.831000', '202204.834000', '202204.836000', '202204.839000', '202204.841000', '202204.844000', '202204.847000', '202204.849000', '202204.852000', '202204.854000', '202204.857000', '202224.745000', '202224.748000', '202224.751000', '202224.754000', '202224.764000', '202224.766000', '202224.769000', '202224.771000', '202224.774000', '202224.777000', '202224.779000', '202224.782000', '202224.784000', '202224.787000', '202224.790000', '202224.792000', '202224.795000', '202224.798000', '202224.800000', '202224.803000', '202224.805000', '202224.808000', '202224.811000', '202224.813000', '202224.816000', '202224.819000', '202224.821000', '202224.824000', '202224.826000', '202224.829000', '202224.832000', '202224.834000', '202224.837000', '202224.840000', '202224.842000', '202224.845000', '202224.847000', '202224.850000', '202224.853000', '202224.855000', '202224.858000', '202224.860000', '202224.863000', '202244.746000', '202244.748000', '202244.751000', '202244.754000', '202244.756000', '202244.759000', '202244.761000', '202244.764000', '202244.767000', '202244.769000', '202244.772000', '202244.774000', '202244.777000', '202244.779000', '202244.782000', '202244.785000', '202244.787000', '202244.790000', '202244.792000', '202244.795000', '202244.798000', '202244.800000', '202244.803000', '202244.806000', '202244.808000', '202244.811000', '202244.813000', '202244.816000', '202244.819000', '202244.821000', '202244.824000', '202244.826000', '202244.829000', '202244.832000', '202244.834000', '202244.837000', '202244.840000', '202244.842000', '202244.845000', '202244.847000', '202244.850000', '202244.852000', '202244.855000', '202244.858000', '202304.745000', '202304.748000', '202304.750000', '202304.753000', '202304.755000', '202304.758000', '202304.761000', '202304.763000', '202304.766000', '202304.769000', '202304.771000', '202304.774000', '202304.777000', '202304.779000', '202304.782000', '202304.784000', '202304.787000', '202304.790000', '202304.792000', '202304.795000', '202304.797000', '202304.800000', '202304.803000', '202304.805000', '202304.808000', '202304.810000', '202304.813000', '202304.816000', '202304.818000', '202304.821000', '202304.823000', '202304.826000', '202304.829000', '202304.831000', '202304.834000', '202304.837000', '202304.839000', '202304.842000', '202304.845000', '202304.847000', '202304.850000', '202304.852000', '202304.855000', '202324.745000', '202324.748000', '202324.750000', '202324.753000', '202324.756000', '202324.758000', '202324.761000', '202324.764000', '202324.766000', '202324.769000', '202324.771000', '202324.774000', '202324.776000', '202324.779000', '202324.782000', '202324.784000', '202324.787000', '202324.789000', '202324.792000', '202324.795000', '202324.797000', '202324.800000', '202324.803000', '202324.805000', '202324.808000', '202324.810000', '202324.813000', '202324.815000', '202324.818000', '202324.821000', '202324.823000', '202324.826000', '202324.828000', '202324.831000', '202324.834000', '202324.836000', '202324.839000', '202324.841000', '202324.844000', '202324.847000', '202324.849000', '202324.852000', '202324.854000', '202324.857000', '202344.745000', '202344.747000', '202344.750000', '202344.753000', '202344.755000', '202344.758000', '202344.761000', '202344.763000', '202344.766000', '202344.769000', '202344.771000', '202344.774000', '202344.776000', '202344.779000', '202344.781000', '202344.784000', '202344.787000', '202344.789000', '202344.792000', '202344.795000', '202344.797000', '202344.800000', '202344.802000', '202344.805000', '202344.807000', '202344.810000', '202344.813000', '202344.815000', '202344.818000', '202344.820000', '202344.823000', '202344.826000', '202344.828000', '202344.831000', '202344.833000', '202344.836000', '202344.839000', '202344.841000', '202344.844000', '202344.846000', '202344.849000', '202344.852000', '202344.854000', '202346.292000', '202346.295000', '202346.298000', '202346.301000'], 'InstanceCreationTime': ['201344.771000', '201344.774000', '201344.776000', '201344.779000', '201344.782000', '201344.784000', '201344.787000', '201344.789000', '201344.795000', '201344.797000', '201344.800000', '201344.802000', '201344.805000', '201344.808000', '201344.810000', '201344.813000', '201344.815000', '201344.818000', '201344.821000', '201344.823000', '201344.826000', '201344.828000', '201344.831000', '201344.833000', '201344.836000', '201344.838000', '201344.841000', '201404.744000', '201404.753000', '201404.755000', '201404.758000', '201404.760000', '201404.763000', '201404.765000', '201404.768000', '201404.771000', '201404.773000', '201404.776000', '201404.778000', '201404.781000', '201404.783000', '201404.786000', '201404.789000', '201404.791000', '201404.794000', '201404.796000', '201404.799000', '201404.801000', '201404.804000', '201404.806000', '201404.809000', '201404.811000', '201404.814000', '201404.816000', '201404.819000', '201404.833000', '201404.836000', '201404.839000', '201404.841000', '201404.844000', '201404.846000', '201404.849000', '201404.851000', '201404.854000', '201404.856000', '201404.859000', '201404.862000', '201404.864000', '201404.867000', '201404.869000', '201424.744000', '201424.747000', '201424.750000', '201424.752000', '201424.755000', '201424.757000', '201424.760000', '201424.763000', '201424.765000', '201424.768000', '201424.770000', '201424.773000', '201424.775000', '201424.778000', '201424.781000', '201424.783000', '201424.786000', '201424.788000', '201424.791000', '201424.793000', '201424.796000', '201424.799000', '201424.801000', '201424.804000', '201424.806000', '201424.809000', '201424.811000', '201424.814000', '201424.817000', '201424.819000', '201424.822000', '201424.824000', '201424.827000', '201424.829000', '201424.832000', '201424.835000', '201424.837000', '201424.840000', '201424.842000', '201424.845000', '201424.847000', '201424.850000', '201424.853000', '201424.855000', '201444.744000', '201444.747000', '201444.750000', '201444.752000', '201444.755000', '201444.757000', '201444.760000', '201444.763000', '201444.765000', '201444.768000', '201444.770000', '201444.773000', '201444.775000', '201444.778000', '201444.781000', '201444.783000', '201444.786000', '201444.788000', '201444.791000', '201444.793000', '201444.796000', '201444.798000', '201444.801000', '201444.804000', '201444.806000', '201444.809000', '201444.811000', '201444.814000', '201444.816000', '201444.819000', '201444.822000', '201444.824000', '201444.827000', '201444.829000', '201444.832000', '201444.834000', '201444.837000', '201444.840000', '201444.842000', '201444.845000', '201444.847000', '201444.850000', '201444.853000', '201504.744000', '201504.747000', '201504.750000', '201504.752000', '201504.755000', '201504.758000', '201504.760000', '201504.763000', '201504.765000', '201504.768000', '201504.770000', '201504.773000', '201504.776000', '201504.778000', '201504.781000', '201504.783000', '201504.786000', '201504.789000', '201504.791000', '201504.794000', '201504.796000', '201504.799000', '201504.801000', '201504.804000', '201504.807000', '201504.809000', '201504.812000', '201504.814000', '201504.817000', '201504.820000', '201504.822000', '201504.825000', '201504.827000', '201504.830000', '201504.833000', '201504.835000', '201504.838000', '201504.840000', '201504.843000', '201504.845000', '201504.848000', '201504.851000', '201504.853000', '201504.856000', '201524.746000', '201524.748000', '201524.751000', '201524.754000', '201524.756000', '201524.759000', '201524.762000', '201524.764000', '201524.767000', '201524.770000', '201524.772000', '201524.775000', '201524.777000', '201524.780000', '201524.783000', '201524.785000', '201524.788000', '201524.791000', '201524.793000', '201524.796000', '201524.798000', '201524.801000', '201524.804000', '201524.806000', '201524.809000', '201524.811000', '201524.814000', '201524.817000', '201524.819000', '201524.822000', '201524.825000', '201524.827000', '201524.830000', '201524.832000', '201524.835000', '201524.838000', '201524.840000', '201524.843000', '201524.845000', '201524.848000', '201524.851000', '201524.853000', '201524.856000', '201544.746000', '201544.749000', '201544.751000', '201544.754000', '201544.757000', '201544.759000', '201544.762000', '201544.764000', '201544.767000', '201544.769000', '201544.772000', '201544.775000', '201544.777000', '201544.780000', '201544.783000', '201544.785000', '201544.788000', '201544.790000', '201544.793000', '201544.796000', '201544.798000', '201544.801000', '201544.803000', '201544.806000', '201544.808000', '201544.811000', '201544.814000', '201544.816000', '201544.819000', '201544.821000', '201544.824000', '201544.827000', '201544.829000', '201544.832000', '201544.834000', '201544.837000', '201544.840000', '201544.842000', '201544.860000', '201544.862000', '201544.865000', '201544.867000', '201544.870000', '201544.873000', '201604.744000', '201604.747000', '201604.750000', '201604.752000', '201604.755000', '201604.758000', '201604.760000', '201604.763000', '201604.765000', '201604.768000', '201604.771000', '201604.773000', '201604.776000', '201604.778000', '201604.781000', '201604.784000', '201604.786000', '201604.789000', '201604.791000', '201604.794000', '201604.796000', '201604.799000', '201604.802000', '201604.804000', '201604.807000', '201604.809000', '201604.812000', '201604.814000', '201604.817000', '201604.820000', '201604.822000', '201604.825000', '201604.828000', '201604.830000', '201604.833000', '201604.835000', '201604.838000', '201604.841000', '201604.843000', '201604.846000', '201604.848000', '201604.851000', '201604.854000', '201624.744000', '201624.747000', '201624.750000', '201624.752000', '201624.755000', '201624.758000', '201624.760000', '201624.763000', '201624.765000', '201624.768000', '201624.770000', '201624.773000', '201624.776000', '201624.778000', '201624.781000', '201624.784000', '201624.786000', '201624.789000', '201624.791000', '201624.794000', '201624.797000', '201624.799000', '201624.802000', '201624.804000', '201624.807000', '201624.810000', '201624.812000', '201624.815000', '201624.818000', '201624.820000', '201624.823000', '201624.825000', '201624.828000', '201624.831000', '201624.833000', '201624.836000', '201624.838000', '201624.841000', '201624.844000', '201624.846000', '201624.849000', '201624.851000', '201624.854000', '201624.857000', '201644.745000', '201644.747000', '201644.750000', '201644.753000', '201644.755000', '201644.758000', '201644.761000', '201644.763000', '201644.766000', '201644.768000', '201644.771000', '201644.773000', '201644.776000', '201644.779000', '201644.781000', '201644.784000', '201644.787000', '201644.789000', '201644.792000', '201644.794000', '201644.797000', '201644.799000', '201644.802000', '201644.805000', '201644.807000', '201644.810000', '201644.812000', '201644.815000', '201644.818000', '201644.820000', '201644.823000', '201644.825000', '201644.828000', '201644.831000', '201644.833000', '201644.836000', '201644.838000', '201644.841000', '201644.844000', '201644.846000', '201644.849000', '201644.851000', '201644.854000', '201704.745000', '201704.747000', '201704.750000', '201704.753000', '201704.755000', '201704.758000', '201704.760000', '201704.763000', '201704.765000', '201704.768000', '201704.771000', '201704.773000', '201704.776000', '201704.778000', '201704.781000', '201704.784000', '201704.786000', '201704.789000', '201704.792000', '201704.794000', '201704.797000', '201704.800000', '201704.802000', '201704.805000', '201704.808000', '201704.810000', '201704.813000', '201704.815000', '201704.818000', '201704.821000', '201704.823000', '201704.826000', '201704.828000', '201704.831000', '201704.834000', '201704.836000', '201704.839000', '201704.841000', '201704.844000', '201704.847000', '201704.849000', '201704.852000', '201704.854000', '201704.857000', '201724.744000', '201724.747000', '201724.750000', '201724.753000', '201724.755000', '201724.758000', '201724.760000', '201724.763000', '201724.765000', '201724.768000', '201724.771000', '201724.773000', '201724.776000', '201724.778000', '201724.781000', '201724.783000', '201724.786000', '201724.789000', '201724.791000', '201724.805000', '201724.808000', '201724.810000', '201724.813000', '201724.815000', '201724.818000', '201724.821000', '201724.823000', '201724.826000', '201724.828000', '201724.831000', '201724.834000', '201724.836000', '201724.839000', '201724.841000', '201724.844000', '201724.847000', '201724.849000', '201724.852000', '201724.854000', '201724.857000', '201724.860000', '201724.862000', '201724.865000', '201744.745000', '201744.752000', '201744.755000', '201744.758000', '201744.760000', '201744.763000', '201744.765000', '201744.768000', '201744.770000', '201744.773000', '201744.776000', '201744.778000', '201744.781000', '201744.783000', '201744.786000', '201744.789000', '201744.791000', '201744.794000', '201744.796000', '201744.799000', '201744.802000', '201744.804000', '201744.807000', '201744.810000', '201744.812000', '201744.815000', '201744.817000', '201744.820000', '201744.823000', '201744.825000', '201744.828000', '201744.831000', '201744.833000', '201744.836000', '201744.838000', '201744.841000', '201744.843000', '201744.846000', '201744.849000', '201744.851000', '201744.854000', '201744.857000', '201744.859000', '201744.862000', '201804.746000', '201804.749000', '201804.751000', '201804.754000', '201804.757000', '201804.759000', '201804.762000', '201804.764000', '201804.767000', '201804.770000', '201804.772000', '201804.775000', '201804.777000', '201804.780000', '201804.782000', '201804.785000', '201804.788000', '201804.790000', '201804.793000', '201804.795000', '201804.798000', '201804.801000', '201804.803000', '201804.806000', '201804.808000', '201804.811000', '201804.813000', '201804.816000', '201804.819000', '201804.821000', '201804.824000', '201804.826000', '201804.829000', '201804.832000', '201804.834000', '201804.837000', '201804.839000', '201804.842000', '201804.845000', '201804.847000', '201804.850000', '201804.852000', '201804.855000', '201824.745000', '201824.747000', '201824.750000', '201824.753000', '201824.755000', '201824.758000', '201824.761000', '201824.763000', '201824.766000', '201824.768000', '201824.771000', '201824.774000', '201824.777000', '201824.780000', '201824.782000', '201824.785000', '201824.788000', '201824.790000', '201824.793000', '201824.796000', '201824.798000', '201824.801000', '201824.803000', '201824.806000', '201824.808000', '201824.811000', '201824.814000', '201824.816000', '201824.819000', '201824.821000', '201824.824000', '201824.827000', '201824.829000', '201824.832000', '201824.835000', '201824.837000', '201824.840000', '201824.842000', '201824.845000', '201824.848000', '201824.850000', '201824.853000', '201824.855000', '201844.744000', '201844.747000', '201844.750000', '201844.752000', '201844.755000', '201844.758000', '201844.760000', '201844.763000', '201844.765000', '201844.768000', '201844.771000', '201844.773000', '201844.776000', '201844.778000', '201844.781000', '201844.783000', '201844.786000', '201844.789000', '201844.791000', '201844.794000', '201844.796000', '201844.799000', '201844.802000', '201844.804000', '201844.807000', '201844.809000', '201844.812000', '201844.815000', '201844.817000', '201844.820000', '201844.823000', '201844.825000', '201844.828000', '201844.830000', '201844.833000', '201844.835000', '201844.838000', '201844.841000', '201844.843000', '201844.846000', '201844.849000', '201844.851000', '201844.854000', '201844.856000', '201904.744000', '201904.747000', '201904.750000', '201904.753000', '201904.755000', '201904.758000', '201904.760000', '201904.763000', '201904.766000', '201904.768000', '201904.771000', '201904.773000', '201904.776000', '201904.778000', '201904.781000', '201904.784000', '201904.786000', '201904.789000', '201904.793000', '201904.796000', '201904.799000', '201904.802000', '201904.805000', '201904.808000', '201904.811000', '201904.813000', '201904.816000', '201904.819000', '201904.821000', '201904.824000', '201904.826000', '201904.829000', '201904.832000', '201904.834000', '201904.837000', '201904.839000', '201904.842000', '201904.845000', '201904.847000', '201904.850000', '201904.852000', '201904.855000', '201904.857000', '201924.744000', '201924.747000', '201924.750000', '201924.753000', '201924.755000', '201924.758000', '201924.760000', '201924.763000', '201924.766000', '201924.768000', '201924.771000', '201924.773000', '201924.776000', '201924.779000', '201924.781000', '201924.784000', '201924.786000', '201924.789000', '201924.792000', '201924.794000', '201924.797000', '201924.799000', '201924.802000', '201924.805000', '201924.807000', '201924.810000', '201924.812000', '201924.815000', '201924.818000', '201924.820000', '201924.823000', '201924.826000', '201924.828000', '201924.831000', '201924.833000', '201924.836000', '201924.839000', '201924.841000', '201924.844000', '201924.846000', '201924.849000', '201924.852000', '201924.854000', '201924.857000', '201944.745000', '201944.747000', '201944.750000', '201944.753000', '201944.755000', '201944.758000', '201944.760000', '201944.763000', '201944.765000', '201944.768000', '201944.771000', '201944.774000', '201944.776000', '201944.779000', '201944.782000', '201944.784000', '201944.787000', '201944.789000', '201944.792000', '201944.795000', '201944.797000', '201944.800000', '201944.802000', '201944.805000', '201944.807000', '201944.811000', '201944.814000', '201944.817000', '201944.820000', '201944.822000', '201944.825000', '201944.827000', '201944.830000', '201944.833000', '201944.835000', '201944.838000', '201944.840000', '201944.843000', '201944.846000', '201944.848000', '201944.851000', '201944.853000', '201944.856000', '202004.746000', '202004.749000', '202004.751000', '202004.754000', '202004.756000', '202004.759000', '202004.762000', '202004.764000', '202004.767000', '202004.769000', '202004.772000', '202004.775000', '202004.777000', '202004.780000', '202004.782000', '202004.785000', '202004.788000', '202004.790000', '202004.793000', '202004.795000', '202004.798000', '202004.800000', '202004.803000', '202004.806000', '202004.808000', '202004.811000', '202004.813000', '202004.816000', '202004.818000', '202004.821000', '202004.824000', '202004.826000', '202004.829000', '202004.831000', '202004.834000', '202004.837000', '202004.839000', '202004.842000', '202004.844000', '202004.847000', '202004.849000', '202004.852000', '202004.855000', '202004.857000', '202024.745000', '202024.748000', '202024.751000', '202024.753000', '202024.756000', '202024.759000', '202024.761000', '202024.764000', '202024.767000', '202024.769000', '202024.772000', '202024.774000', '202024.777000', '202024.780000', '202024.782000', '202024.785000', '202024.787000', '202024.790000', '202024.793000', '202024.795000', '202024.798000', '202024.801000', '202024.803000', '202024.806000', '202024.809000', '202024.829000', '202024.832000', '202024.835000', '202024.837000', '202024.840000', '202024.842000', '202024.845000', '202024.848000', '202024.850000', '202024.853000', '202024.855000', '202024.858000', '202024.861000', '202024.863000', '202024.866000', '202024.868000', '202024.871000', '202024.874000', '202044.745000', '202044.747000', '202044.750000', '202044.753000', '202044.755000', '202044.758000', '202044.761000', '202044.763000', '202044.766000', '202044.768000', '202044.771000', '202044.774000', '202044.776000', '202044.779000', '202044.781000', '202044.784000', '202044.787000', '202044.789000', '202044.792000', '202044.794000', '202044.797000', '202044.799000', '202044.802000', '202044.805000', '202044.807000', '202044.810000', '202044.812000', '202044.815000', '202044.818000', '202044.820000', '202044.823000', '202044.825000', '202044.828000', '202044.831000', '202044.833000', '202044.836000', '202044.838000', '202044.841000', '202044.843000', '202044.846000', '202044.849000', '202044.851000', '202044.854000', '202044.856000', '202104.745000', '202104.747000', '202104.750000', '202104.753000', '202104.755000', '202104.758000', '202104.760000', '202104.763000', '202104.765000', '202104.768000', '202104.771000', '202104.773000', '202104.776000', '202104.778000', '202104.781000', '202104.784000', '202104.786000', '202104.789000', '202104.792000', '202104.794000', '202104.797000', '202104.799000', '202104.802000', '202104.805000', '202104.807000', '202104.810000', '202104.813000', '202104.815000', '202104.818000', '202104.820000', '202104.823000', '202104.826000', '202104.828000', '202104.831000', '202104.833000', '202104.836000', '202104.838000', '202104.841000', '202104.844000', '202104.846000', '202104.849000', '202104.852000', '202104.855000', '202124.745000', '202124.747000', '202124.750000', '202124.753000', '202124.755000', '202124.758000', '202124.761000', '202124.763000', '202124.766000', '202124.769000', '202124.771000', '202124.774000', '202124.776000', '202124.779000', '202124.782000', '202124.784000', '202124.787000', '202124.789000', '202124.792000', '202124.795000', '202124.797000', '202124.800000', '202124.803000', '202124.805000', '202124.808000', '202124.810000', '202124.813000', '202124.816000', '202124.818000', '202124.821000', '202124.824000', '202124.826000', '202124.829000', '202124.831000', '202124.834000', '202124.837000', '202124.839000', '202124.842000', '202124.845000', '202124.847000', '202124.850000', '202124.852000', '202124.855000', '202124.858000', '202144.745000', '202144.748000', '202144.750000', '202144.753000', '202144.755000', '202144.758000', '202144.760000', '202144.763000', '202144.766000', '202144.768000', '202144.771000', '202144.773000', '202144.776000', '202144.779000', '202144.781000', '202144.784000', '202144.786000', '202144.789000', '202144.791000', '202144.794000', '202144.797000', '202144.799000', '202144.802000', '202144.804000', '202144.807000', '202144.810000', '202144.812000', '202144.815000', '202144.817000', '202144.820000', '202144.823000', '202144.825000', '202144.828000', '202144.830000', '202144.833000', '202144.836000', '202144.838000', '202144.841000', '202144.844000', '202144.846000', '202144.849000', '202144.851000', '202144.854000', '202204.745000', '202204.747000', '202204.750000', '202204.753000', '202204.755000', '202204.758000', '202204.761000', '202204.763000', '202204.766000', '202204.768000', '202204.771000', '202204.774000', '202204.776000', '202204.779000', '202204.781000', '202204.784000', '202204.787000', '202204.789000', '202204.792000', '202204.794000', '202204.797000', '202204.799000', '202204.802000', '202204.805000', '202204.807000', '202204.810000', '202204.813000', '202204.815000', '202204.818000', '202204.821000', '202204.823000', '202204.826000', '202204.828000', '202204.831000', '202204.834000', '202204.836000', '202204.839000', '202204.841000', '202204.844000', '202204.847000', '202204.849000', '202204.852000', '202204.854000', '202204.857000', '202224.745000', '202224.748000', '202224.751000', '202224.754000', '202224.764000', '202224.766000', '202224.769000', '202224.771000', '202224.774000', '202224.777000', '202224.779000', '202224.782000', '202224.784000', '202224.787000', '202224.790000', '202224.792000', '202224.795000', '202224.798000', '202224.800000', '202224.803000', '202224.805000', '202224.808000', '202224.811000', '202224.813000', '202224.816000', '202224.819000', '202224.821000', '202224.824000', '202224.826000', '202224.829000', '202224.832000', '202224.834000', '202224.837000', '202224.840000', '202224.842000', '202224.845000', '202224.847000', '202224.850000', '202224.853000', '202224.855000', '202224.858000', '202224.860000', '202224.863000', '202244.746000', '202244.748000', '202244.751000', '202244.754000', '202244.756000', '202244.759000', '202244.761000', '202244.764000', '202244.767000', '202244.769000', '202244.772000', '202244.774000', '202244.777000', '202244.779000', '202244.782000', '202244.785000', '202244.787000', '202244.790000', '202244.792000', '202244.795000', '202244.798000', '202244.800000', '202244.803000', '202244.806000', '202244.808000', '202244.811000', '202244.813000', '202244.816000', '202244.819000', '202244.821000', '202244.824000', '202244.826000', '202244.829000', '202244.832000', '202244.834000', '202244.837000', '202244.840000', '202244.842000', '202244.845000', '202244.847000', '202244.850000', '202244.852000', '202244.855000', '202244.858000', '202304.745000', '202304.748000', '202304.750000', '202304.753000', '202304.755000', '202304.758000', '202304.761000', '202304.763000', '202304.766000', '202304.769000', '202304.771000', '202304.774000', '202304.777000', '202304.779000', '202304.782000', '202304.784000', '202304.787000', '202304.790000', '202304.792000', '202304.795000', '202304.797000', '202304.800000', '202304.803000', '202304.805000', '202304.808000', '202304.810000', '202304.813000', '202304.816000', '202304.818000', '202304.821000', '202304.823000', '202304.826000', '202304.829000', '202304.831000', '202304.834000', '202304.837000', '202304.839000', '202304.842000', '202304.845000', '202304.847000', '202304.850000', '202304.852000', '202304.855000', '202324.745000', '202324.748000', '202324.750000', '202324.753000', '202324.756000', '202324.758000', '202324.761000', '202324.764000', '202324.766000', '202324.769000', '202324.771000', '202324.774000', '202324.776000', '202324.779000', '202324.782000', '202324.784000', '202324.787000', '202324.789000', '202324.792000', '202324.795000', '202324.797000', '202324.800000', '202324.803000', '202324.805000', '202324.808000', '202324.810000', '202324.813000', '202324.815000', '202324.818000', '202324.821000', '202324.823000', '202324.826000', '202324.828000', '202324.831000', '202324.834000', '202324.836000', '202324.839000', '202324.841000', '202324.844000', '202324.847000', '202324.849000', '202324.852000', '202324.854000', '202324.857000', '202344.745000', '202344.747000', '202344.750000', '202344.753000', '202344.755000', '202344.758000', '202344.761000', '202344.763000', '202344.766000', '202344.769000', '202344.771000', '202344.774000', '202344.776000', '202344.779000', '202344.781000', '202344.784000', '202344.787000', '202344.789000', '202344.792000', '202344.795000', '202344.797000', '202344.800000', '202344.802000', '202344.805000', '202344.807000', '202344.810000', '202344.813000', '202344.815000', '202344.818000', '202344.820000', '202344.823000', '202344.826000', '202344.828000', '202344.831000', '202344.833000', '202344.836000', '202344.839000', '202344.841000', '202344.844000', '202344.846000', '202344.849000', '202344.852000', '202344.854000', '202346.292000', '202346.295000', '202346.298000', '202346.301000'], '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': [9071, 7243, 9428, 6895, 9922, 6595, 8119, 6739, 8260, 6573, 9332, 6715, 10167, 6400, 8173, 6535, 8442, 6687, 9155, 6558, 9294, 7850, 8015, 7773, 7096, 8188, 7905, 7541, 8087, 7569, 7926, 7259, 7708, 8269, 7833, 7163, 8040, 7462, 8182, 9725, 8063, 6713, 7992, 9091, 8107, 10087, 7945, 9941, 7800, 9993, 7976, 9596, 7720, 9461, 8095, 9653, 7365, 9810, 7540, 9360, 7797, 9408, 7384, 8787, 7588, 9219, 7324, 9235, 7487, 8854, 7460, 8498, 7654, 8856, 7426, 9121, 7670, 7725, 8092, 7783, 8055, 8092, 7856, 7828, 7607, 7985, 7575, 9235, 7167, 10426, 7784, 10702, 8081, 10083, 7951, 11190, 8805, 9372, 7890, 9374, 7800, 9514, 7841, 6673, 7837, 6904, 8004, 8160, 7714, 9212, 7846, 7244, 7740, 7195, 7731, 6940, 7748, 7712, 7768, 7425, 7840, 7050, 7793, 8882, 7831, 7243, 7630, 8282, 7628, 11849, 7790, 10718, 7942, 9103, 8011, 10028, 7866, 9852, 7881, 8896, 7941, 9746, 8092, 9640, 7759, 8599, 7969, 8255, 7816, 8676, 7736, 8858, 7731, 6782, 7732, 8726, 7734, 10758, 7832, 10021, 7800, 8384, 7747, 7604, 7719, 6901, 7912, 7234, 7893, 7205, 7678, 6875, 7717, 7229, 7846, 6900, 7757, 8929, 7645, 10360, 8031, 7871, 7959, 8795, 8086, 8995, 7870, 7058, 7574, 7303, 7672, 10929, 7813, 8081, 7938, 8444, 7847, 9004, 7700, 8572, 7867, 9023, 7868, 9250, 7469, 9451, 7720, 9201, 7918, 9481, 7871, 8859, 7751, 9093, 7651, 8344, 7604, 8829, 7223, 8445, 7663, 8560, 7696, 8431, 7454, 8976, 7686, 8655, 7473, 8901, 7591, 7819, 7702, 8383, 7397, 8145, 7900, 6927, 7821, 10505, 7578, 12897, 7707, 10204, 7796, 9826, 7489, 8933, 7124, 7914, 7459, 8046, 7129, 7947, 7063, 7734, 7334, 8019, 7220, 8143, 6854, 8713, 7514, 8535, 7304, 8589, 6935, 9892, 7248, 9502, 7344, 8954, 7494, 9349, 7014, 10096, 7343, 8994, 7495, 8788, 7173, 9605, 7131, 9147, 7253, 7552, 7438, 7537, 7077, 8966, 7335, 7710, 7515, 7760, 11056, 7839, 11048, 7876, 9376, 7584, 8851, 7096, 8629, 7221, 7556, 7452, 7646, 7438, 7395, 7792, 7714, 7666, 7458, 7834, 7771, 7092, 7652, 6820, 7700, 6538, 7664, 7911, 7600, 10043, 7611, 7176, 7663, 8958, 7661, 10075, 7599, 9245, 7722, 8577, 7434, 8987, 6864, 8469, 7483, 8262, 7550, 8412, 7287, 8778, 7461, 7883, 7696, 8518, 7626, 7561, 10415, 7817, 9310, 7870, 7586, 11275, 7901, 9903, 8027, 8488, 7621, 7833, 7550, 7933, 7267, 8822, 7388, 8560, 7319, 8427, 7464, 9125, 7461, 10108, 7388, 7896, 7506, 7617, 12367, 7572, 10451, 7797, 9718, 7503, 7969, 7817, 7662, 8198, 7659, 7726, 7458, 7168, 7775, 7989, 7930, 7218, 7824, 7379, 8018, 11319, 7846, 10419, 7771, 9672, 7996, 9112, 7685, 8960, 7733, 8350, 7590, 8040, 7654, 7791, 8033, 7698, 7184, 7391, 7129, 7411, 11567, 7550, 9358, 7445, 8843, 7495, 8733, 6956, 8451, 7374, 7660, 7281, 7275, 7572, 7320, 7642, 7580, 6867, 7477, 7717, 7509, 10818, 7195, 10093, 7436, 8647, 7288, 8594, 7069, 8434, 7142, 7738, 7187, 7107, 7145, 7093, 6525, 7410, 6441, 7406, 7733, 7364, 9404, 7347, 8097, 7385, 9862, 7381, 9379, 7134, 9755, 7450, 9319, 7440, 8707, 7145, 8748, 7561, 8654, 7316, 9054, 7153, 9059, 7068, 8489, 7167, 8778, 7274, 8590, 6971, 9025, 7197, 8861, 7344, 8419, 6865, 8903, 7372, 8927, 7141, 8893, 7183, 8731, 6726, 9026, 7186, 8551, 6835, 8033, 6821, 8657, 6927, 8720, 7092, 7430, 7466, 8021, 7328, 8140, 6867, 7272, 6542, 7210, 8471, 7272, 6308, 7610, 7001, 7429, 8993, 7233, 9525, 7166, 6757, 7125, 7248, 7095, 8183, 7068, 6860, 7093, 6600, 7092, 7209, 7131, 8529, 7172, 6352, 6828, 6399, 6810, 7911, 7407, 6419, 6797, 6477, 6896, 6280, 7065, 7686, 7717, 6490, 6920, 7663, 6800, 10276, 6964, 8269, 7068, 6520, 6957, 6892, 7104, 7742, 7145, 6666, 6776, 6297, 6864, 6376, 7018, 7113, 6993, 6598, 6751, 6539, 6789, 7264, 8516, 6631, 6993, 6685, 7294, 6619, 8874, 6620, 8692, 6657, 8432, 6501, 8870, 6634, 9453, 6551, 6801, 7110, 7122, 6692, 7014, 6905, 6584, 6762, 7099, 6932, 9984, 7283, 9090, 8593, 11261, 8412, 11897, 8071, 13211, 8859, 11914, 7541, 10275, 6552, 8689, 6801, 8173, 6869, 7617, 6775, 9782, 6675, 8835, 6453, 8140, 6677, 7961, 6762, 6770, 6723, 6767, 6286, 6696, 6233, 6735, 6420, 7032, 6694, 6797, 7283, 6550, 6953, 6687, 6598, 7634, 6850, 8464, 6775, 8379, 6742, 9195, 6555, 8019, 6717, 7426, 6668, 6460, 6609, 6966, 6877, 6615, 6564, 6975, 7478, 6703, 10044, 6759, 10193, 6642, 8744, 6632, 9336, 6842, 10156, 6462, 9235, 6567, 8397, 6318, 8167, 6350, 7633, 6534, 6923, 6741, 6850, 6879, 6783, 6792, 7286, 6927, 6639, 6999, 7014, 6652, 6976, 6612, 6660, 7039, 6861, 6982, 6804, 6756, 7823, 6693, 6496, 6435, 6820, 6610, 9101, 6712, 10055, 6696, 8820, 6684, 9285, 6525, 11004, 6508, 11095, 7235, 9362, 6636, 9030, 6508, 8818, 6518, 7877, 6637, 8260, 6529, 8442, 6305, 8572, 6393, 8286, 6503, 8830, 6415, 8938, 6474, 8363, 6542, 8099, 6543, 8666, 6680, 8464, 6555, 6017, 6391, 6106, 6736, 6602, 6874, 7657, 6477, 6429, 6621, 6256, 6663, 9271, 6645, 6516, 6380, 6207, 6535, 9058, 6702, 8423, 6471, 7754, 6457, 8543, 6606, 8742, 6450, 6871, 6501, 6953, 6639, 8234, 6692, 7023, 6501, 8497, 6486, 8925, 6364, 8183, 6473, 8991, 6527, 9219, 6453, 8372, 6479, 9010, 6350, 9108, 6369, 8503, 6301, 8168, 6287, 8232, 6458, 7676, 6524, 6256, 6680, 6321, 6621, 6946, 6531, 5996, 6326, 6331, 6434, 7749, 6537, 7633, 6359, 6240, 6434, 6105, 6326, 6898, 6521, 6173, 6381, 6028, 6751, 6590, 6421, 7264, 6579, 6080, 6321, 6008, 6559, 7161, 6659, 5867, 6599, 5992, 6458, 6154, 6502, 6482, 6905, 6282, 6232, 6337, 6757, 6406, 7900, 6407, 7073, 6384, 6481, 6408, 7309, 6444, 7348, 6209, 6392, 6611, 6644, 6281, 7737, 6523, 7701, 6394, 6674, 6544, 7703, 6269, 8785, 6581, 8187, 6258, 8550, 6284, 8518, 6504, 8935, 6423, 8781, 6596, 8541, 6269, 8897, 6285, 8981, 6232, 8936, 6304, 9025, 7187, 8088, 6165, 8620, 6376, 8944, 6143, 8442, 6308, 7538, 6689, 8140, 6353, 8426, 6448, 6190, 6827, 6004, 6549, 6268, 6427, 6231, 7832, 6568, 6920, 6422, 7311, 6751, 8984, 6510, 7799, 6421, 6637, 6108, 7415, 6314, 9009, 6550, 7704, 6603, 8237, 6321, 8551, 6248, 8871, 6224, 9138, 6286, 8426, 6445, 7567, 6277, 7686, 6298, 7771, 6395, 6947, 6484, 5986, 6568, 5928, 6426, 6375, 6538, 6224, 6484, 6253, 6463, 6388, 7792, 6288, 10040, 6308, 9126, 6414, 8868, 6207, 8486, 6362, 8079, 6214, 7118, 6361, 6729, 6505, 7033, 6406, 6064, 6575, 6191, 6593, 6384, 7922, 6365, 11677, 6392, 8944, 6486, 8070, 6523, 9241, 6587, 10311, 6143, 9862, 6275, 9095, 6581, 10611, 7816, 12297, 6549, 10295, 6477, 9148, 6745, 9229, 6987, 8738, 6512, 8890, 6453, 8793, 6548, 8628, 6661, 8633, 6461, 8291, 6572, 8361, 6712, 8410, 6585, 8522, 6470, 8227, 6402, 8094, 6835, 7855, 6524, 7916, 6249, 8323, 6290, 8405, 6375, 8413, 6727, 9052, 6281, 8913, 6398, 8931, 6640, 8605, 7117, 8214, 6469, 8104, 6103, 8314, 6279, 8385, 6454, 6801, 6254, 6384, 6407, 6195, 6652, 7675, 6608, 6224, 6737, 6186, 6631, 6163, 6521, 6089, 6377, 6420, 6531, 6179, 6528, 6353, 6545, 6336, 6497, 6626, 6423, 6992, 6893, 6701, 9734, 6638, 7636, 6777, 6428, 6974, 6619, 6951, 6846, 6765, 7039, 6691, 7748, 7164, 8086, 8441, 8004, 10202, 9120, 10830, 9505, 9518, 7814, 9238, 6557, 10224, 6782, 7944, 6916, 7593, 7046, 7767, 6892, 7805, 7008, 7063, 6992, 7415, 6881, 8526, 6470, 7656, 6650, 6372, 6682, 6183, 6652, 6433, 6569, 6511, 7237, 6561, 8151, 6607, 8773, 6211, 8463, 6281, 8701, 6606, 7779, 6671, 6045, 6626, 5950, 6997, 6694, 7173, 6184, 7075, 6530, 7597, 6681, 8699, 6523, 8247, 6398, 7498, 6491, 6488, 7005, 6852, 8458, 6506, 7797, 6284, 9859, 6496, 11552, 6395, 11489, 6452, 9867, 6562, 10065, 8033, 6252, 6724, 6338, 6718, 6574, 7718, 6291, 9858, 6700, 7942, 6501, 9792, 7488, 8677, 6051, 6844, 6399, 6442, 9658, 6432, 12501, 8873, 11233, 7430, 9007, 7923, 7531, 9957, 7686, 12882, 6441, 9135, 6479, 9235, 6218, 11069, 6726, 11404, 6229, 10289, 6273, 9861, 6460, 8660, 6540, 7014, 6593, 6207, 6692, 6252, 6947, 6317, 6765, 6481, 7223, 6267, 9660, 6269, 8464, 6490, 8872, 6522, 9551, 6387, 9764, 6457, 9257, 6394, 8839, 6223, 7165, 6544, 6409, 6443, 6246, 6515, 6419, 7929, 6388, 7794, 6506, 7689, 6389, 9100, 6496, 9607, 6158, 8466, 6140, 9131, 6467, 10448, 6303, 8873, 6614, 8546, 6537, 9029, 6643, 9576, 6401, 9425, 6213, 9387, 6372, 9926, 7538, 9872, 6249, 9918, 6218, 9433, 6381, 9650, 7177, 9101, 6433, 8929, 6256, 8852, 6128, 8471, 6403, 7168, 6621, 8626, 6332, 10846, 6436, 7379, 6248], 'WindowCenter': [3832.0, 3797.0, 3813.0, 3770.0, 3808.0, 3755.0, 3775.0, 3743.0, 3772.0, 3743.0, 3782.0, 3742.0, 3792.0, 3730.0, 3760.0, 3729.0, 3772.0, 3753.0, 3796.0, 3744.0, 3783.0, 3760.0, 3761.0, 3761.0, 3753.0, 3785.0, 3776.0, 3762.0, 3775.0, 3762.0, 3771.0, 3761.0, 3762.0, 3785.0, 3775.0, 3751.0, 3773.0, 3762.0, 3784.0, 3795.0, 3774.0, 3742.0, 3772.0, 3782.0, 3772.0, 3807.0, 3775.0, 3795.0, 3764.0, 3794.0, 3775.0, 3796.0, 3774.0, 3794.0, 3789.0, 3797.0, 3765.0, 3795.0, 3774.0, 3781.0, 3777.0, 3795.0, 3763.0, 3771.0, 3761.0, 3782.0, 3751.0, 3784.0, 3763.0, 3783.0, 3763.0, 3782.0, 3773.0, 3784.0, 3763.0, 3795.0, 3775.0, 3763.0, 3772.0, 3763.0, 3775.0, 3775.0, 3775.0, 3764.0, 3774.0, 3773.0, 3774.0, 3797.0, 3764.0, 3806.0, 3775.0, 3806.0, 3786.0, 3806.0, 3776.0, 3817.0, 3785.0, 3783.0, 3774.0, 3782.0, 3763.0, 3794.0, 3774.0, 3741.0, 3762.0, 3751.0, 3771.0, 3771.0, 3762.0, 3783.0, 3762.0, 3751.0, 3760.0, 3740.0, 3762.0, 3750.0, 3761.0, 3761.0, 3762.0, 3751.0, 3771.0, 3751.0, 3763.0, 3783.0, 3762.0, 3750.0, 3762.0, 3760.0, 3762.0, 3803.0, 3751.0, 3792.0, 3760.0, 3770.0, 3761.0, 3780.0, 3762.0, 3781.0, 3762.0, 3771.0, 3761.0, 3782.0, 3761.0, 3793.0, 3764.0, 3772.0, 3773.0, 3772.0, 3762.0, 3773.0, 3762.0, 3783.0, 3763.0, 3740.0, 3763.0, 3772.0, 3763.0, 3805.0, 3765.0, 3794.0, 3763.0, 3773.0, 3762.0, 3763.0, 3774.0, 3764.0, 3787.0, 3776.0, 3788.0, 3775.0, 3777.0, 3767.0, 3778.0, 3776.0, 3787.0, 3764.0, 3775.0, 3796.0, 3776.0, 3806.0, 3776.0, 3774.0, 3774.0, 3784.0, 3774.0, 3786.0, 3775.0, 3753.0, 3777.0, 3764.0, 3774.0, 3804.0, 3764.0, 3773.0, 3774.0, 3773.0, 3774.0, 3785.0, 3775.0, 3784.0, 3774.0, 3783.0, 3774.0, 3783.0, 3764.0, 3795.0, 3765.0, 3783.0, 3774.0, 3793.0, 3775.0, 3785.0, 3765.0, 3784.0, 3764.0, 3774.0, 3764.0, 3784.0, 3764.0, 3775.0, 3764.0, 3773.0, 3764.0, 3774.0, 3764.0, 3784.0, 3763.0, 3773.0, 3752.0, 3784.0, 3763.0, 3762.0, 3763.0, 3773.0, 3764.0, 3763.0, 3764.0, 3739.0, 3762.0, 3793.0, 3763.0, 3813.0, 3761.0, 3780.0, 3751.0, 3780.0, 3750.0, 3771.0, 3750.0, 3760.0, 3750.0, 3761.0, 3751.0, 3772.0, 3752.0, 3761.0, 3763.0, 3772.0, 3763.0, 3773.0, 3753.0, 3785.0, 3764.0, 3785.0, 3764.0, 3784.0, 3765.0, 3796.0, 3764.0, 3795.0, 3764.0, 3782.0, 3763.0, 3783.0, 3753.0, 3794.0, 3763.0, 3782.0, 3752.0, 3772.0, 3752.0, 3783.0, 3751.0, 3783.0, 3751.0, 3761.0, 3751.0, 3762.0, 3752.0, 3784.0, 3751.0, 3764.0, 3751.0, 3763.0, 3804.0, 3762.0, 3803.0, 3761.0, 3770.0, 3759.0, 3771.0, 3751.0, 3771.0, 3749.0, 3750.0, 3751.0, 3761.0, 3751.0, 3763.0, 3763.0, 3762.0, 3762.0, 3751.0, 3761.0, 3762.0, 3751.0, 3762.0, 3741.0, 3762.0, 3729.0, 3762.0, 3761.0, 3764.0, 3793.0, 3763.0, 3749.0, 3762.0, 3781.0, 3763.0, 3794.0, 3763.0, 3781.0, 3762.0, 3771.0, 3763.0, 3784.0, 3753.0, 3775.0, 3764.0, 3773.0, 3774.0, 3785.0, 3778.0, 3788.0, 3779.0, 3787.0, 3790.0, 3800.0, 3776.0, 3778.0, 3807.0, 3777.0, 3796.0, 3762.0, 3764.0, 3804.0, 3773.0, 3795.0, 3763.0, 3772.0, 3761.0, 3761.0, 3762.0, 3774.0, 3764.0, 3784.0, 3765.0, 3783.0, 3764.0, 3774.0, 3764.0, 3794.0, 3766.0, 3807.0, 3762.0, 3762.0, 3750.0, 3763.0, 3814.0, 3751.0, 3791.0, 3750.0, 3780.0, 3739.0, 3759.0, 3750.0, 3750.0, 3759.0, 3749.0, 3749.0, 3750.0, 3740.0, 3762.0, 3761.0, 3762.0, 3751.0, 3762.0, 3750.0, 3762.0, 3803.0, 3763.0, 3792.0, 3762.0, 3781.0, 3760.0, 3770.0, 3762.0, 3772.0, 3762.0, 3761.0, 3751.0, 3761.0, 3761.0, 3763.0, 3762.0, 3762.0, 3751.0, 3766.0, 3752.0, 3762.0, 3803.0, 3761.0, 3782.0, 3751.0, 3771.0, 3751.0, 3771.0, 3750.0, 3771.0, 3751.0, 3761.0, 3751.0, 3762.0, 3763.0, 3763.0, 3762.0, 3763.0, 3741.0, 3752.0, 3763.0, 3752.0, 3803.0, 3752.0, 3792.0, 3751.0, 3771.0, 3763.0, 3772.0, 3752.0, 3771.0, 3751.0, 3761.0, 3751.0, 3752.0, 3752.0, 3752.0, 3731.0, 3752.0, 3740.0, 3763.0, 3763.0, 3764.0, 3793.0, 3765.0, 3773.0, 3764.0, 3794.0, 3765.0, 3785.0, 3754.0, 3796.0, 3765.0, 3796.0, 3763.0, 3784.0, 3755.0, 3783.0, 3775.0, 3784.0, 3763.0, 3782.0, 3764.0, 3784.0, 3754.0, 3786.0, 3764.0, 3785.0, 3765.0, 3785.0, 3766.0, 3795.0, 3766.0, 3786.0, 3766.0, 3775.0, 3756.0, 3786.0, 3765.0, 3786.0, 3766.0, 3798.0, 3765.0, 3785.0, 3754.0, 3785.0, 3753.0, 3784.0, 3742.0, 3774.0, 3754.0, 3785.0, 3753.0, 3784.0, 3754.0, 3763.0, 3763.0, 3775.0, 3763.0, 3775.0, 3743.0, 3764.0, 3741.0, 3765.0, 3773.0, 3764.0, 3742.0, 3763.0, 3753.0, 3763.0, 3783.0, 3764.0, 3794.0, 3752.0, 3741.0, 3752.0, 3751.0, 3755.0, 3785.0, 3754.0, 3753.0, 3753.0, 3753.0, 3765.0, 3763.0, 3766.0, 3785.0, 3754.0, 3742.0, 3753.0, 3742.0, 3755.0, 3773.0, 3764.0, 3743.0, 3754.0, 3743.0, 3754.0, 3744.0, 3765.0, 3764.0, 3765.0, 3743.0, 3754.0, 3763.0, 3743.0, 3795.0, 3753.0, 3773.0, 3752.0, 3731.0, 3753.0, 3752.0, 3754.0, 3775.0, 3766.0, 3756.0, 3756.0, 3743.0, 3754.0, 3744.0, 3766.0, 3764.0, 3765.0, 3754.0, 3754.0, 3744.0, 3755.0, 3765.0, 3787.0, 3754.0, 3765.0, 3755.0, 3776.0, 3766.0, 3798.0, 3756.0, 3787.0, 3756.0, 3786.0, 3770.0, 3810.0, 3771.0, 3810.0, 3758.0, 3754.0, 3766.0, 3766.0, 3767.0, 3767.0, 3767.0, 3756.0, 3768.0, 3766.0, 3768.0, 3809.0, 3766.0, 3785.0, 3785.0, 3804.0, 3762.0, 3802.0, 3750.0, 3801.0, 3770.0, 3790.0, 3737.0, 3767.0, 3715.0, 3745.0, 3726.0, 3746.0, 3727.0, 3747.0, 3728.0, 3779.0, 3728.0, 3770.0, 3728.0, 3750.0, 3728.0, 3749.0, 3727.0, 3728.0, 3728.0, 3740.0, 3728.0, 3739.0, 3718.0, 3740.0, 3729.0, 3752.0, 3752.0, 3753.0, 3763.0, 3742.0, 3751.0, 3754.0, 3754.0, 3775.0, 3755.0, 3785.0, 3766.0, 3785.0, 3767.0, 3807.0, 3757.0, 3776.0, 3766.0, 3765.0, 3756.0, 3755.0, 3768.0, 3767.0, 3768.0, 3767.0, 3767.0, 3765.0, 3776.0, 3767.0, 3808.0, 3756.0, 3806.0, 3755.0, 3786.0, 3756.0, 3796.0, 3756.0, 3807.0, 3744.0, 3795.0, 3754.0, 3774.0, 3744.0, 3774.0, 3743.0, 3763.0, 3743.0, 3764.0, 3752.0, 3754.0, 3753.0, 3753.0, 3753.0, 3764.0, 3753.0, 3755.0, 3754.0, 3765.0, 3754.0, 3765.0, 3755.0, 3768.0, 3766.0, 3767.0, 3767.0, 3756.0, 3755.0, 3776.0, 3754.0, 3744.0, 3756.0, 3754.0, 3766.0, 3797.0, 3768.0, 3808.0, 3768.0, 3797.0, 3756.0, 3796.0, 3744.0, 3806.0, 3745.0, 3816.0, 3765.0, 3796.0, 3754.0, 3784.0, 3743.0, 3786.0, 3744.0, 3775.0, 3755.0, 3784.0, 3744.0, 3785.0, 3756.0, 3785.0, 3756.0, 3785.0, 3745.0, 3784.0, 3744.0, 3796.0, 3755.0, 3774.0, 3744.0, 3774.0, 3744.0, 3799.0, 3768.0, 3786.0, 3758.0, 3744.0, 3744.0, 3732.0, 3754.0, 3754.0, 3755.0, 3776.0, 3755.0, 3743.0, 3754.0, 3743.0, 3755.0, 3796.0, 3768.0, 3743.0, 3743.0, 3732.0, 3742.0, 3784.0, 3742.0, 3772.0, 3743.0, 3761.0, 3742.0, 3772.0, 3753.0, 3783.0, 3742.0, 3741.0, 3742.0, 3753.0, 3754.0, 3773.0, 3754.0, 3752.0, 3742.0, 3783.0, 3743.0, 3783.0, 3743.0, 3772.0, 3742.0, 3783.0, 3743.0, 3783.0, 3742.0, 3773.0, 3742.0, 3782.0, 3742.0, 3783.0, 3743.0, 3772.0, 3742.0, 3773.0, 3743.0, 3784.0, 3744.0, 3763.0, 3743.0, 3742.0, 3754.0, 3742.0, 3755.0, 3753.0, 3744.0, 3743.0, 3744.0, 3742.0, 3744.0, 3775.0, 3744.0, 3774.0, 3744.0, 3743.0, 3743.0, 3732.0, 3755.0, 3764.0, 3754.0, 3743.0, 3744.0, 3732.0, 3754.0, 3754.0, 3755.0, 3764.0, 3755.0, 3743.0, 3754.0, 3743.0, 3755.0, 3764.0, 3755.0, 3733.0, 3754.0, 3743.0, 3755.0, 3744.0, 3755.0, 3743.0, 3765.0, 3743.0, 3745.0, 3743.0, 3755.0, 3744.0, 3775.0, 3743.0, 3753.0, 3742.0, 3743.0, 3743.0, 3765.0, 3743.0, 3764.0, 3732.0, 3743.0, 3753.0, 3754.0, 3744.0, 3775.0, 3744.0, 3775.0, 3743.0, 3754.0, 3755.0, 3775.0, 3744.0, 3785.0, 3754.0, 3786.0, 3755.0, 3786.0, 3756.0, 3785.0, 3755.0, 3796.0, 3755.0, 3785.0, 3755.0, 3786.0, 3755.0, 3785.0, 3744.0, 3785.0, 3744.0, 3795.0, 3756.0, 3796.0, 3765.0, 3774.0, 3744.0, 3784.0, 3744.0, 3795.0, 3744.0, 3774.0, 3744.0, 3763.0, 3754.0, 3773.0, 3744.0, 3775.0, 3744.0, 3732.0, 3754.0, 3732.0, 3743.0, 3743.0, 3755.0, 3744.0, 3775.0, 3755.0, 3765.0, 3743.0, 3764.0, 3753.0, 3786.0, 3743.0, 3763.0, 3742.0, 3742.0, 3743.0, 3764.0, 3743.0, 3784.0, 3742.0, 3763.0, 3754.0, 3785.0, 3744.0, 3785.0, 3756.0, 3795.0, 3744.0, 3796.0, 3755.0, 3774.0, 3744.0, 3763.0, 3754.0, 3763.0, 3743.0, 3763.0, 3743.0, 3752.0, 3743.0, 3731.0, 3752.0, 3731.0, 3742.0, 3742.0, 3743.0, 3732.0, 3743.0, 3742.0, 3742.0, 3743.0, 3776.0, 3743.0, 3806.0, 3744.0, 3795.0, 3743.0, 3784.0, 3744.0, 3785.0, 3745.0, 3774.0, 3743.0, 3753.0, 3743.0, 3753.0, 3755.0, 3753.0, 3744.0, 3732.0, 3754.0, 3732.0, 3754.0, 3755.0, 3775.0, 3743.0, 3816.0, 3741.0, 3784.0, 3741.0, 3761.0, 3742.0, 3783.0, 3754.0, 3805.0, 3732.0, 3794.0, 3741.0, 3782.0, 3741.0, 3791.0, 3761.0, 3802.0, 3728.0, 3780.0, 3727.0, 3769.0, 3739.0, 3768.0, 3739.0, 3759.0, 3727.0, 3769.0, 3727.0, 3760.0, 3729.0, 3769.0, 3739.0, 3758.0, 3728.0, 3759.0, 3738.0, 3758.0, 3739.0, 3759.0, 3740.0, 3770.0, 3728.0, 3759.0, 3729.0, 3760.0, 3740.0, 3760.0, 3729.0, 3761.0, 3730.0, 3770.0, 3729.0, 3771.0, 3742.0, 3771.0, 3741.0, 3771.0, 3741.0, 3770.0, 3729.0, 3770.0, 3741.0, 3771.0, 3751.0, 3760.0, 3740.0, 3761.0, 3730.0, 3770.0, 3741.0, 3771.0, 3742.0, 3740.0, 3742.0, 3729.0, 3731.0, 3718.0, 3741.0, 3750.0, 3740.0, 3718.0, 3739.0, 3716.0, 3738.0, 3728.0, 3729.0, 3717.0, 3729.0, 3728.0, 3729.0, 3717.0, 3730.0, 3729.0, 3741.0, 3729.0, 3730.0, 3740.0, 3730.0, 3765.0, 3766.0, 3755.0, 3807.0, 3755.0, 3763.0, 3754.0, 3742.0, 3753.0, 3741.0, 3764.0, 3753.0, 3755.0, 3764.0, 3756.0, 3775.0, 3765.0, 3773.0, 3774.0, 3761.0, 3793.0, 3770.0, 3793.0, 3769.0, 3769.0, 3735.0, 3757.0, 3714.0, 3766.0, 3713.0, 3733.0, 3723.0, 3733.0, 3724.0, 3734.0, 3724.0, 3734.0, 3724.0, 3735.0, 3736.0, 3736.0, 3739.0, 3758.0, 3727.0, 3746.0, 3738.0, 3727.0, 3739.0, 3729.0, 3741.0, 3740.0, 3740.0, 3740.0, 3762.0, 3754.0, 3773.0, 3753.0, 3783.0, 3731.0, 3772.0, 3742.0, 3783.0, 3753.0, 3773.0, 3753.0, 3731.0, 3753.0, 3731.0, 3765.0, 3754.0, 3766.0, 3743.0, 3764.0, 3754.0, 3774.0, 3766.0, 3796.0, 3757.0, 3786.0, 3755.0, 3764.0, 3754.0, 3755.0, 3765.0, 3754.0, 3786.0, 3743.0, 3773.0, 3742.0, 3795.0, 3742.0, 3814.0, 3742.0, 3804.0, 3742.0, 3793.0, 3753.0, 3793.0, 3775.0, 3741.0, 3752.0, 3740.0, 3741.0, 3752.0, 3762.0, 3744.0, 3806.0, 3755.0, 3774.0, 3743.0, 3806.0, 3777.0, 3784.0, 3743.0, 3742.0, 3743.0, 3743.0, 3795.0, 3743.0, 3827.0, 3786.0, 3805.0, 3752.0, 3771.0, 3761.0, 3748.0, 3781.0, 3748.0, 3802.0, 3715.0, 3767.0, 3715.0, 3757.0, 3705.0, 3777.0, 3726.0, 3789.0, 3704.0, 3778.0, 3715.0, 3778.0, 3727.0, 3757.0, 3716.0, 3725.0, 3726.0, 3716.0, 3727.0, 3716.0, 3738.0, 3715.0, 3727.0, 3727.0, 3749.0, 3728.0, 3781.0, 3728.0, 3759.0, 3729.0, 3770.0, 3741.0, 3782.0, 3742.0, 3792.0, 3741.0, 3781.0, 3741.0, 3783.0, 3732.0, 3752.0, 3742.0, 3741.0, 3742.0, 3741.0, 3742.0, 3742.0, 3773.0, 3742.0, 3763.0, 3742.0, 3763.0, 3743.0, 3787.0, 3744.0, 3796.0, 3733.0, 3773.0, 3732.0, 3796.0, 3742.0, 3793.0, 3742.0, 3772.0, 3742.0, 3772.0, 3743.0, 3784.0, 3744.0, 3795.0, 3744.0, 3785.0, 3732.0, 3784.0, 3744.0, 3794.0, 3764.0, 3793.0, 3742.0, 3794.0, 3732.0, 3784.0, 3743.0, 3783.0, 3753.0, 3783.0, 3742.0, 3772.0, 3743.0, 3785.0, 3733.0, 3774.0, 3743.0, 3752.0, 3743.0, 3773.0, 3744.0, 3805.0, 3743.0, 3752.0, 3742.0], 'WindowWidth': [8615.0, 8558.0, 8567.0, 8505.0, 8549.0, 8476.0, 8500.0, 8453.0, 8490.0, 8452.0, 8501.0, 8449.0, 8513.0, 8429.0, 8467.0, 8428.0, 8486.0, 8466.0, 8526.0, 8456.0, 8505.0, 8467.0, 8470.0, 8473.0, 8465.0, 8510.0, 8499.0, 8477.0, 8499.0, 8477.0, 8488.0, 8475.0, 8476.0, 8510.0, 8497.0, 8460.0, 8491.0, 8476.0, 8510.0, 8523.0, 8495.0, 8448.0, 8489.0, 8500.0, 8490.0, 8544.0, 8501.0, 8525.0, 8483.0, 8521.0, 8496.0, 8527.0, 8498.0, 8521.0, 8526.0, 8529.0, 8486.0, 8521.0, 8496.0, 8497.0, 8505.0, 8524.0, 8478.0, 8483.0, 8470.0, 8498.0, 8460.0, 8505.0, 8478.0, 8506.0, 8478.0, 8503.0, 8491.0, 8508.0, 8480.0, 8524.0, 8498.0, 8480.0, 8488.0, 8479.0, 8499.0, 8498.0, 8498.0, 8482.0, 8495.0, 8491.0, 8496.0, 8528.0, 8485.0, 8539.0, 8498.0, 8541.0, 8516.0, 8540.0, 8502.0, 8554.0, 8512.0, 8505.0, 8494.0, 8502.0, 8478.0, 8520.0, 8494.0, 8448.0, 8477.0, 8459.0, 8488.0, 8487.0, 8477.0, 8504.0, 8476.0, 8459.0, 8468.0, 8442.0, 8476.0, 8458.0, 8473.0, 8473.0, 8475.0, 8458.0, 8487.0, 8461.0, 8479.0, 8504.0, 8476.0, 8455.0, 8473.0, 8467.0, 8472.0, 8529.0, 8458.0, 8511.0, 8468.0, 8481.0, 8470.0, 8492.0, 8473.0, 8496.0, 8473.0, 8484.0, 8472.0, 8499.0, 8472.0, 8516.0, 8480.0, 8488.0, 8490.0, 8488.0, 8476.0, 8490.0, 8478.0, 8504.0, 8480.0, 8446.0, 8479.0, 8488.0, 8478.0, 8537.0, 8483.0, 8521.0, 8480.0, 8492.0, 8477.0, 8480.0, 8498.0, 8484.0, 8521.0, 8504.0, 8521.0, 8501.0, 8507.0, 8492.0, 8508.0, 8502.0, 8519.0, 8483.0, 8498.0, 8527.0, 8501.0, 8540.0, 8501.0, 8496.0, 8495.0, 8509.0, 8496.0, 8512.0, 8499.0, 8466.0, 8505.0, 8482.0, 8496.0, 8534.0, 8480.0, 8491.0, 8493.0, 8491.0, 8494.0, 8510.0, 8497.0, 8507.0, 8495.0, 8502.0, 8493.0, 8506.0, 8483.0, 8522.0, 8485.0, 8505.0, 8494.0, 8518.0, 8498.0, 8511.0, 8484.0, 8505.0, 8480.0, 8492.0, 8481.0, 8506.0, 8482.0, 8495.0, 8481.0, 8491.0, 8481.0, 8495.0, 8483.0, 8507.0, 8479.0, 8492.0, 8462.0, 8505.0, 8477.0, 8474.0, 8478.0, 8492.0, 8481.0, 8476.0, 8479.0, 8441.0, 8474.0, 8514.0, 8475.0, 8541.0, 8470.0, 8494.0, 8455.0, 8492.0, 8457.0, 8483.0, 8457.0, 8468.0, 8456.0, 8472.0, 8460.0, 8489.0, 8462.0, 8475.0, 8480.0, 8489.0, 8480.0, 8493.0, 8467.0, 8510.0, 8482.0, 8509.0, 8481.0, 8508.0, 8486.0, 8526.0, 8483.0, 8521.0, 8480.0, 8501.0, 8479.0, 8505.0, 8467.0, 8520.0, 8478.0, 8501.0, 8461.0, 8489.0, 8462.0, 8504.0, 8458.0, 8503.0, 8457.0, 8471.0, 8460.0, 8476.0, 8462.0, 8508.0, 8459.0, 8483.0, 8460.0, 8478.0, 8531.0, 8474.0, 8529.0, 8472.0, 8481.0, 8467.0, 8484.0, 8460.0, 8485.0, 8453.0, 8454.0, 8457.0, 8472.0, 8459.0, 8478.0, 8477.0, 8475.0, 8474.0, 8460.0, 8472.0, 8476.0, 8460.0, 8475.0, 8446.0, 8474.0, 8428.0, 8474.0, 8472.0, 8480.0, 8516.0, 8477.0, 8455.0, 8474.0, 8499.0, 8478.0, 8518.0, 8479.0, 8499.0, 8476.0, 8485.0, 8479.0, 8508.0, 8466.0, 8497.0, 8481.0, 8492.0, 8496.0, 8511.0, 8507.0, 8519.0, 8510.0, 8519.0, 8530.0, 8541.0, 8503.0, 8510.0, 8544.0, 8503.0, 8527.0, 8476.0, 8481.0, 8533.0, 8492.0, 8522.0, 8479.0, 8488.0, 8473.0, 8472.0, 8475.0, 8493.0, 8483.0, 8508.0, 8483.0, 8504.0, 8482.0, 8493.0, 8482.0, 8522.0, 8490.0, 8544.0, 8477.0, 8475.0, 8456.0, 8477.0, 8547.0, 8456.0, 8511.0, 8455.0, 8493.0, 8437.0, 8465.0, 8457.0, 8456.0, 8466.0, 8453.0, 8452.0, 8457.0, 8441.0, 8476.0, 8472.0, 8476.0, 8458.0, 8475.0, 8456.0, 8475.0, 8531.0, 8478.0, 8513.0, 8475.0, 8496.0, 8469.0, 8481.0, 8475.0, 8486.0, 8473.0, 8470.0, 8457.0, 8471.0, 8473.0, 8478.0, 8474.0, 8473.0, 8459.0, 8488.0, 8462.0, 8475.0, 8527.0, 8472.0, 8499.0, 8457.0, 8482.0, 8459.0, 8485.0, 8458.0, 8485.0, 8458.0, 8472.0, 8458.0, 8475.0, 8478.0, 8479.0, 8476.0, 8477.0, 8446.0, 8463.0, 8477.0, 8464.0, 8530.0, 8462.0, 8513.0, 8460.0, 8484.0, 8478.0, 8487.0, 8462.0, 8486.0, 8460.0, 8473.0, 8460.0, 8462.0, 8464.0, 8463.0, 8433.0, 8462.0, 8445.0, 8479.0, 8478.0, 8484.0, 8519.0, 8484.0, 8492.0, 8481.0, 8521.0, 8484.0, 8510.0, 8469.0, 8524.0, 8483.0, 8524.0, 8480.0, 8508.0, 8471.0, 8506.0, 8499.0, 8507.0, 8480.0, 8504.0, 8485.0, 8508.0, 8470.0, 8512.0, 8484.0, 8510.0, 8486.0, 8511.0, 8490.0, 8525.0, 8489.0, 8513.0, 8488.0, 8497.0, 8475.0, 8513.0, 8484.0, 8513.0, 8491.0, 8532.0, 8487.0, 8513.0, 8469.0, 8510.0, 8465.0, 8506.0, 8450.0, 8495.0, 8469.0, 8511.0, 8466.0, 8508.0, 8467.0, 8481.0, 8482.0, 8497.0, 8480.0, 8498.0, 8453.0, 8481.0, 8448.0, 8484.0, 8492.0, 8482.0, 8448.0, 8478.0, 8464.0, 8478.0, 8504.0, 8482.0, 8519.0, 8464.0, 8446.0, 8464.0, 8461.0, 8471.0, 8512.0, 8470.0, 8467.0, 8468.0, 8467.0, 8484.0, 8481.0, 8487.0, 8510.0, 8470.0, 8452.0, 8468.0, 8451.0, 8472.0, 8493.0, 8482.0, 8453.0, 8469.0, 8453.0, 8468.0, 8455.0, 8486.0, 8482.0, 8484.0, 8451.0, 8467.0, 8476.0, 8453.0, 8521.0, 8464.0, 8490.0, 8462.0, 8433.0, 8465.0, 8465.0, 8470.0, 8499.0, 8487.0, 8475.0, 8477.0, 8454.0, 8470.0, 8457.0, 8492.0, 8484.0, 8486.0, 8471.0, 8469.0, 8457.0, 8475.0, 8486.0, 8517.0, 8469.0, 8486.0, 8473.0, 8504.0, 8491.0, 8532.0, 8477.0, 8517.0, 8478.0, 8514.0, 8503.0, 8556.0, 8506.0, 8552.0, 8482.0, 8470.0, 8489.0, 8488.0, 8493.0, 8493.0, 8494.0, 8476.0, 8496.0, 8488.0, 8494.0, 8551.0, 8489.0, 8510.0, 8511.0, 8530.0, 8473.0, 8524.0, 8453.0, 8523.0, 8480.0, 8504.0, 8432.0, 8468.0, 8400.0, 8437.0, 8417.0, 8441.0, 8419.0, 8444.0, 8422.0, 8489.0, 8423.0, 8479.0, 8424.0, 8452.0, 8422.0, 8451.0, 8421.0, 8422.0, 8422.0, 8441.0, 8422.0, 8440.0, 8411.0, 8442.0, 8427.0, 8464.0, 8465.0, 8465.0, 8478.0, 8451.0, 8461.0, 8471.0, 8471.0, 8499.0, 8474.0, 8514.0, 8491.0, 8515.0, 8492.0, 8545.0, 8482.0, 8502.0, 8491.0, 8486.0, 8476.0, 8476.0, 8497.0, 8493.0, 8497.0, 8493.0, 8493.0, 8487.0, 8503.0, 8492.0, 8549.0, 8476.0, 8541.0, 8471.0, 8514.0, 8478.0, 8528.0, 8475.0, 8543.0, 8457.0, 8523.0, 8470.0, 8495.0, 8456.0, 8496.0, 8453.0, 8480.0, 8454.0, 8482.0, 8466.0, 8470.0, 8465.0, 8465.0, 8465.0, 8483.0, 8467.0, 8471.0, 8468.0, 8484.0, 8468.0, 8487.0, 8471.0, 8497.0, 8488.0, 8492.0, 8494.0, 8476.0, 8472.0, 8501.0, 8470.0, 8457.0, 8476.0, 8471.0, 8491.0, 8532.0, 8494.0, 8549.0, 8495.0, 8532.0, 8477.0, 8526.0, 8457.0, 8539.0, 8458.0, 8553.0, 8486.0, 8524.0, 8469.0, 8507.0, 8455.0, 8513.0, 8458.0, 8497.0, 8473.0, 8509.0, 8458.0, 8513.0, 8476.0, 8513.0, 8475.0, 8513.0, 8459.0, 8509.0, 8459.0, 8527.0, 8474.0, 8496.0, 8457.0, 8495.0, 8457.0, 8538.0, 8497.0, 8515.0, 8485.0, 8456.0, 8456.0, 8438.0, 8471.0, 8471.0, 8475.0, 8500.0, 8475.0, 8454.0, 8469.0, 8453.0, 8473.0, 8527.0, 8496.0, 8456.0, 8456.0, 8437.0, 8452.0, 8507.0, 8450.0, 8488.0, 8452.0, 8473.0, 8450.0, 8490.0, 8467.0, 8504.0, 8451.0, 8447.0, 8450.0, 8465.0, 8469.0, 8491.0, 8468.0, 8463.0, 8452.0, 8506.0, 8454.0, 8505.0, 8454.0, 8489.0, 8451.0, 8505.0, 8453.0, 8504.0, 8452.0, 8490.0, 8450.0, 8501.0, 8450.0, 8505.0, 8453.0, 8489.0, 8451.0, 8491.0, 8453.0, 8509.0, 8457.0, 8480.0, 8456.0, 8452.0, 8469.0, 8452.0, 8472.0, 8468.0, 8456.0, 8454.0, 8457.0, 8453.0, 8457.0, 8498.0, 8458.0, 8495.0, 8456.0, 8453.0, 8455.0, 8439.0, 8473.0, 8483.0, 8471.0, 8454.0, 8457.0, 8439.0, 8471.0, 8471.0, 8473.0, 8483.0, 8472.0, 8454.0, 8471.0, 8454.0, 8475.0, 8484.0, 8472.0, 8440.0, 8471.0, 8456.0, 8473.0, 8458.0, 8473.0, 8455.0, 8487.0, 8456.0, 8460.0, 8456.0, 8475.0, 8457.0, 8499.0, 8452.0, 8468.0, 8451.0, 8453.0, 8456.0, 8485.0, 8454.0, 8483.0, 8440.0, 8454.0, 8468.0, 8470.0, 8457.0, 8500.0, 8456.0, 8498.0, 8455.0, 8470.0, 8472.0, 8500.0, 8458.0, 8513.0, 8472.0, 8514.0, 8473.0, 8514.0, 8476.0, 8513.0, 8475.0, 8527.0, 8474.0, 8511.0, 8474.0, 8514.0, 8474.0, 8512.0, 8458.0, 8511.0, 8458.0, 8526.0, 8476.0, 8527.0, 8487.0, 8494.0, 8457.0, 8508.0, 8458.0, 8525.0, 8458.0, 8495.0, 8458.0, 8480.0, 8470.0, 8493.0, 8459.0, 8498.0, 8456.0, 8437.0, 8469.0, 8437.0, 8456.0, 8456.0, 8473.0, 8456.0, 8499.0, 8473.0, 8486.0, 8452.0, 8483.0, 8468.0, 8514.0, 8452.0, 8479.0, 8450.0, 8450.0, 8455.0, 8482.0, 8453.0, 8507.0, 8452.0, 8479.0, 8469.0, 8512.0, 8458.0, 8510.0, 8477.0, 8526.0, 8459.0, 8528.0, 8474.0, 8495.0, 8457.0, 8479.0, 8471.0, 8480.0, 8454.0, 8480.0, 8454.0, 8464.0, 8453.0, 8435.0, 8465.0, 8435.0, 8452.0, 8453.0, 8454.0, 8438.0, 8454.0, 8452.0, 8452.0, 8456.0, 8502.0, 8455.0, 8540.0, 8456.0, 8523.0, 8455.0, 8507.0, 8458.0, 8512.0, 8460.0, 8495.0, 8455.0, 8466.0, 8454.0, 8467.0, 8472.0, 8468.0, 8457.0, 8438.0, 8468.0, 8436.0, 8472.0, 8473.0, 8500.0, 8453.0, 8552.0, 8448.0, 8505.0, 8447.0, 8472.0, 8449.0, 8504.0, 8469.0, 8536.0, 8438.0, 8518.0, 8449.0, 8500.0, 8448.0, 8512.0, 8472.0, 8525.0, 8423.0, 8492.0, 8422.0, 8477.0, 8441.0, 8475.0, 8438.0, 8464.0, 8422.0, 8476.0, 8422.0, 8466.0, 8427.0, 8480.0, 8440.0, 8463.0, 8425.0, 8463.0, 8436.0, 8462.0, 8440.0, 8465.0, 8441.0, 8480.0, 8425.0, 8464.0, 8426.0, 8470.0, 8444.0, 8468.0, 8429.0, 8471.0, 8430.0, 8482.0, 8430.0, 8485.0, 8450.0, 8485.0, 8447.0, 8483.0, 8446.0, 8482.0, 8429.0, 8483.0, 8447.0, 8485.0, 8460.0, 8467.0, 8444.0, 8470.0, 8430.0, 8483.0, 8448.0, 8487.0, 8449.0, 8442.0, 8447.0, 8427.0, 8432.0, 8411.0, 8447.0, 8455.0, 8442.0, 8410.0, 8440.0, 8406.0, 8438.0, 8425.0, 8428.0, 8410.0, 8427.0, 8423.0, 8428.0, 8409.0, 8430.0, 8430.0, 8447.0, 8428.0, 8432.0, 8442.0, 8431.0, 8487.0, 8491.0, 8476.0, 8545.0, 8473.0, 8479.0, 8469.0, 8451.0, 8467.0, 8447.0, 8483.0, 8468.0, 8475.0, 8484.0, 8475.0, 8500.0, 8488.0, 8494.0, 8496.0, 8473.0, 8517.0, 8478.0, 8515.0, 8475.0, 8475.0, 8425.0, 8456.0, 8394.0, 8465.0, 8391.0, 8418.0, 8405.0, 8418.0, 8411.0, 8424.0, 8411.0, 8423.0, 8411.0, 8428.0, 8429.0, 8430.0, 8439.0, 8462.0, 8422.0, 8444.0, 8436.0, 8422.0, 8441.0, 8429.0, 8448.0, 8445.0, 8444.0, 8445.0, 8476.0, 8470.0, 8494.0, 8467.0, 8504.0, 8437.0, 8488.0, 8452.0, 8507.0, 8469.0, 8493.0, 8467.0, 8436.0, 8467.0, 8435.0, 8486.0, 8470.0, 8489.0, 8457.0, 8485.0, 8470.0, 8498.0, 8492.0, 8531.0, 8481.0, 8515.0, 8475.0, 8483.0, 8471.0, 8474.0, 8489.0, 8471.0, 8515.0, 8453.0, 8494.0, 8450.0, 8525.0, 8452.0, 8548.0, 8452.0, 8533.0, 8451.0, 8517.0, 8466.0, 8519.0, 8497.0, 8447.0, 8462.0, 8444.0, 8448.0, 8464.0, 8478.0, 8457.0, 8541.0, 8472.0, 8495.0, 8454.0, 8540.0, 8504.0, 8508.0, 8454.0, 8450.0, 8453.0, 8452.0, 8523.0, 8454.0, 8567.0, 8512.0, 8534.0, 8462.0, 8483.0, 8469.0, 8448.0, 8495.0, 8447.0, 8524.0, 8401.0, 8469.0, 8398.0, 8456.0, 8388.0, 8482.0, 8416.0, 8499.0, 8385.0, 8483.0, 8402.0, 8487.0, 8421.0, 8456.0, 8403.0, 8413.0, 8415.0, 8403.0, 8419.0, 8403.0, 8434.0, 8401.0, 8419.0, 8419.0, 8450.0, 8425.0, 8496.0, 8424.0, 8464.0, 8426.0, 8481.0, 8447.0, 8499.0, 8450.0, 8513.0, 8447.0, 8498.0, 8447.0, 8504.0, 8438.0, 8461.0, 8449.0, 8446.0, 8448.0, 8446.0, 8449.0, 8449.0, 8492.0, 8450.0, 8478.0, 8451.0, 8478.0, 8455.0, 8514.0, 8456.0, 8523.0, 8437.0, 8490.0, 8435.0, 8524.0, 8451.0, 8517.0, 8449.0, 8486.0, 8449.0, 8487.0, 8450.0, 8505.0, 8454.0, 8522.0, 8454.0, 8509.0, 8438.0, 8506.0, 8455.0, 8518.0, 8480.0, 8516.0, 8449.0, 8516.0, 8435.0, 8504.0, 8452.0, 8503.0, 8466.0, 8503.0, 8449.0, 8486.0, 8451.0, 8508.0, 8439.0, 8492.0, 8453.0, 8463.0, 8450.0, 8491.0, 8454.0, 8534.0, 8452.0, 8462.0, 8449.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.0031548309541697974</td></tr>
<tr><td colspan=3>aqi</td><td>0.04264033223140496</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.90809205714285</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.167397813744362</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0267059000676693</td></tr>
<tr><td colspan=3>efc</td><td>0.4601</td></tr>
<tr><td colspan=3>fber</td><td>5008.2778</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10696052739824756</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.634861006761833</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.417979243490761</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2971814906854706</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6059673924143505</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.350788847372464</td></tr>
<tr><td colspan=3>gcor</td><td>0.00556529</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014932947233319283</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030667321756482124</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1331</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8773098792460274</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>29.7879</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1784</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.2516</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305259.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>624.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>267.0123</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2238</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.8834</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3013.613</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71285.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3994.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>813.9607</td></tr>
<tr><td colspan=3>tsnr</td><td>28.552143941633403</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>