<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-03/func/sub-0129_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>e9feb5e19fd989cbcf808cc7f0f79430</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:18:10.725000</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.996203, -0.0851122, 0.0183227, 0.0813777, 0.985104, 0.151485]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.116332</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>[4234, -7755, -7235, 97, -193, 25, 89, 139]</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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed7c574c-ded0-4483-a204-8d7bcbdccad3||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.6727395057678223, 0.2183304727077484, 0.08354602754116058, 100.31298065185547], [0.2283497154712677, 2.6429619789123535, 0.40343138575553894, -112.24681091308594], [0.04915837198495865, -0.406423956155777, 2.668382167816162, -38.42610549926758], [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': ['201810.725000', '201811.185000', '201811.645000', '201812.105000', '201812.565000', '201813.025000', '201813.485000', '201813.945000', '201814.405000', '201814.865000', '201815.325000', '201815.785000', '201816.245000', '201816.705000', '201817.165000', '201817.625000', '201818.085000', '201818.545000', '201819.005000', '201819.465000', '201819.925000', '201820.385000', '201820.845000', '201821.305000', '201821.765000', '201822.225000', '201822.685000', '201823.145000', '201823.605000', '201824.065000', '201824.525000', '201824.985000', '201825.445000', '201825.905000', '201826.365000', '201826.825000', '201827.285000', '201827.745000', '201828.205000', '201828.665000', '201829.125000', '201829.585000', '201830.045000', '201830.505000', '201830.965000', '201831.425000', '201831.885000', '201832.345000', '201832.805000', '201833.265000', '201833.725000', '201834.185000', '201834.645000', '201835.105000', '201835.565000', '201836.025000', '201836.485000', '201836.945000', '201837.405000', '201837.865000', '201838.325000', '201838.785000', '201839.245000', '201839.705000', '201840.165000', '201840.625000', '201841.085000', '201841.545000', '201842.005000', '201842.465000', '201842.925000', '201843.385000', '201843.845000', '201844.305000', '201844.765000', '201845.225000', '201845.685000', '201846.145000', '201846.605000', '201847.065000', '201847.525000', '201847.985000', '201848.445000', '201848.905000', '201849.365000', '201849.825000', '201850.285000', '201850.745000', '201851.205000', '201851.665000', '201852.125000', '201852.585000', '201853.045000', '201853.505000', '201853.965000', '201854.425000', '201854.885000', '201855.345000', '201855.805000', '201856.265000', '201856.725000', '201857.185000', '201857.645000', '201858.105000', '201858.565000', '201859.025000', '201859.485000', '201859.945000', '201900.405000', '201900.865000', '201901.325000', '201901.785000', '201902.245000', '201902.705000', '201903.165000', '201903.625000', '201904.085000', '201904.545000', '201905.005000', '201905.465000', '201905.925000', '201906.385000', '201906.845000', '201907.305000', '201907.765000', '201908.225000', '201908.685000', '201909.145000', '201909.605000', '201910.065000', '201910.525000', '201910.985000', '201911.445000', '201911.905000', '201912.365000', '201912.825000', '201913.285000', '201913.745000', '201914.205000', '201914.665000', '201915.125000', '201915.585000', '201916.045000', '201916.505000', '201916.965000', '201917.425000', '201917.885000', '201918.345000', '201918.805000', '201919.265000', '201919.725000', '201920.185000', '201920.645000', '201921.105000', '201921.565000', '201922.025000', '201922.485000', '201922.945000', '201923.405000', '201923.865000', '201924.325000', '201924.785000', '201925.245000', '201925.705000', '201926.165000', '201926.625000', '201927.085000', '201927.545000', '201928.005000', '201928.465000', '201928.925000', '201929.385000', '201929.845000', '201930.305000', '201930.765000', '201931.225000', '201931.685000', '201932.145000', '201932.605000', '201933.065000', '201933.525000', '201933.985000', '201934.445000', '201934.905000', '201935.365000', '201935.825000', '201936.285000', '201936.745000', '201937.205000', '201937.665000', '201938.125000', '201938.585000', '201939.045000', '201939.505000', '201939.965000', '201940.425000', '201940.885000', '201941.345000', '201941.805000', '201942.265000', '201942.725000', '201943.185000', '201943.645000', '201944.105000', '201944.565000', '201945.025000', '201945.485000', '201945.945000', '201946.405000', '201946.865000', '201947.325000', '201947.785000', '201948.245000', '201948.705000', '201949.165000', '201949.625000', '201950.085000', '201950.545000', '201951.005000', '201951.465000', '201951.925000', '201952.385000', '201952.845000', '201953.305000', '201953.765000', '201954.225000', '201954.685000', '201955.145000', '201955.605000', '201956.065000', '201956.525000', '201956.985000', '201957.445000', '201957.905000', '201958.365000', '201958.825000', '201959.285000', '201959.745000', '202000.205000', '202000.665000', '202001.125000', '202001.585000', '202002.045000', '202002.505000', '202002.965000', '202003.425000', '202003.885000', '202004.345000', '202004.805000', '202005.265000', '202005.725000', '202006.185000', '202006.645000', '202007.105000', '202007.565000', '202008.025000', '202008.485000', '202008.945000', '202009.405000', '202009.865000', '202010.325000', '202010.785000', '202011.245000', '202011.705000', '202012.165000', '202012.625000', '202013.085000', '202013.545000', '202014.005000', '202014.465000', '202014.925000', '202015.385000', '202015.845000', '202016.305000', '202016.765000', '202017.225000', '202017.685000', '202018.145000', '202018.605000', '202019.065000', '202019.525000', '202019.985000', '202020.445000', '202020.905000', '202021.365000', '202021.825000', '202022.285000', '202022.745000', '202023.205000', '202023.665000', '202024.125000', '202024.585000', '202025.045000', '202025.505000', '202025.965000', '202026.425000', '202026.885000', '202027.345000', '202027.805000', '202028.265000', '202028.725000', '202029.185000', '202029.645000', '202030.105000', '202030.565000', '202031.025000', '202031.485000', '202031.945000', '202032.405000', '202032.865000', '202033.325000', '202033.785000', '202034.245000', '202034.705000', '202035.165000', '202035.625000', '202036.085000', '202036.545000', '202037.005000', '202037.465000', '202037.925000', '202038.385000', '202038.845000', '202039.305000', '202039.765000', '202040.225000', '202040.685000', '202041.145000', '202041.605000', '202042.065000', '202042.525000', '202042.985000', '202043.445000', '202043.905000', '202044.365000', '202044.825000', '202045.285000', '202045.745000', '202046.205000', '202046.665000', '202047.125000', '202047.585000', '202048.045000', '202048.505000', '202048.965000', '202049.425000', '202049.885000', '202050.345000', '202050.805000', '202051.265000', '202051.725000', '202052.185000', '202052.645000', '202053.105000', '202053.565000', '202054.025000', '202054.485000', '202054.945000', '202055.405000', '202055.865000', '202056.325000', '202056.785000', '202057.245000', '202057.705000', '202058.165000', '202058.625000', '202059.085000', '202059.545000', '202100.005000', '202100.465000', '202100.925000', '202101.385000', '202101.845000', '202102.305000', '202102.765000', '202103.225000', '202103.685000', '202104.145000', '202104.605000', '202105.065000', '202105.525000', '202105.985000', '202106.445000', '202106.905000', '202107.365000', '202107.825000', '202108.285000', '202108.745000', '202109.205000', '202109.665000', '202110.125000', '202110.585000', '202111.045000', '202111.505000', '202111.965000', '202112.425000', '202112.885000', '202113.345000', '202113.805000', '202114.265000', '202114.725000', '202115.185000', '202115.645000', '202116.105000', '202116.565000', '202117.025000', '202117.485000', '202117.945000', '202118.405000', '202118.865000', '202119.325000', '202119.785000', '202120.245000', '202120.705000', '202121.165000', '202121.625000', '202122.085000', '202122.545000', '202123.005000', '202123.465000', '202123.925000', '202124.385000', '202124.845000', '202125.305000', '202125.765000', '202126.225000', '202126.685000', '202127.145000', '202127.605000', '202128.065000', '202128.525000', '202128.985000', '202129.445000', '202129.905000', '202130.365000', '202130.825000', '202131.285000', '202131.745000', '202132.205000', '202132.665000', '202133.125000', '202133.585000', '202134.045000', '202134.505000', '202134.965000', '202135.425000', '202135.885000', '202136.345000', '202136.805000', '202137.265000', '202137.725000', '202138.185000', '202138.645000', '202139.105000', '202139.565000', '202140.025000', '202140.485000', '202140.945000', '202141.405000', '202141.865000', '202142.325000', '202142.785000', '202143.245000', '202143.705000', '202144.165000', '202144.625000', '202145.085000', '202145.545000', '202146.005000', '202146.465000', '202146.925000', '202147.385000', '202147.845000', '202148.305000', '202148.765000', '202149.225000', '202149.685000', '202150.145000', '202150.605000', '202151.065000', '202151.525000', '202151.985000', '202152.445000', '202152.905000', '202153.365000', '202153.825000', '202154.285000', '202154.745000', '202155.205000', '202155.665000', '202156.125000', '202156.585000', '202157.045000', '202157.505000', '202157.965000', '202158.425000', '202158.885000', '202159.345000', '202159.805000', '202200.265000', '202200.725000', '202201.185000', '202201.645000', '202202.105000', '202202.565000', '202203.025000', '202203.485000', '202203.945000', '202204.405000', '202204.865000', '202205.325000', '202205.785000', '202206.245000', '202206.705000', '202207.165000', '202207.625000', '202208.085000', '202208.545000', '202209.005000', '202209.465000', '202209.925000', '202210.385000', '202210.845000', '202211.305000', '202211.765000', '202212.225000', '202212.685000', '202213.145000', '202213.605000', '202214.065000', '202214.525000', '202214.985000', '202215.445000', '202215.905000', '202216.365000', '202216.825000', '202217.285000', '202217.745000', '202218.205000', '202218.665000', '202219.125000', '202219.585000', '202220.045000', '202220.505000', '202220.965000', '202221.425000', '202221.885000', '202222.345000', '202222.805000', '202223.265000', '202223.725000', '202224.185000', '202224.645000', '202225.105000', '202225.565000', '202226.025000', '202226.485000', '202226.945000', '202227.405000', '202227.865000', '202228.325000', '202228.785000', '202229.245000', '202229.705000', '202230.165000', '202230.625000', '202231.085000', '202231.545000', '202232.005000', '202232.465000', '202232.925000', '202233.385000', '202233.845000', '202234.305000', '202234.765000', '202235.225000', '202235.685000', '202236.145000', '202236.605000', '202237.065000', '202237.525000', '202237.985000', '202238.445000', '202238.905000', '202239.365000', '202239.825000', '202240.285000', '202240.745000', '202241.205000', '202241.665000', '202242.125000', '202242.585000', '202243.045000', '202243.505000', '202243.965000', '202244.425000', '202244.885000', '202245.345000', '202245.805000', '202246.265000', '202246.725000', '202247.185000', '202247.645000', '202248.105000', '202248.565000', '202249.025000', '202249.485000', '202249.945000', '202250.405000', '202250.865000', '202251.325000', '202251.785000', '202252.245000', '202252.705000', '202253.165000', '202253.625000', '202254.085000', '202254.545000', '202255.005000', '202255.465000', '202255.925000', '202256.385000', '202256.845000', '202257.305000', '202257.765000', '202258.225000', '202258.685000', '202259.145000', '202259.605000', '202300.065000', '202300.525000', '202300.985000', '202301.445000', '202301.905000', '202302.365000', '202302.825000', '202303.285000', '202303.745000', '202304.205000', '202304.665000', '202305.125000', '202305.585000', '202306.045000', '202306.505000', '202306.965000', '202307.425000', '202307.885000', '202308.345000', '202308.805000', '202309.265000', '202309.725000', '202310.185000', '202310.645000', '202311.105000', '202311.565000', '202312.025000', '202312.485000', '202312.945000', '202313.405000', '202313.865000', '202314.325000', '202314.785000', '202315.245000', '202315.705000', '202316.165000', '202316.625000', '202317.085000', '202317.545000', '202318.005000', '202318.465000', '202318.925000', '202319.385000', '202319.845000', '202320.305000', '202320.765000', '202321.225000', '202321.685000', '202322.145000', '202322.605000', '202323.065000', '202323.525000', '202323.985000', '202324.445000', '202324.905000', '202325.365000', '202325.825000', '202326.285000', '202326.745000', '202327.205000', '202327.665000', '202328.125000', '202328.585000', '202329.045000', '202329.505000', '202329.965000', '202330.425000', '202330.885000', '202331.345000', '202331.805000', '202332.265000', '202332.725000', '202333.185000', '202333.645000', '202334.105000', '202334.565000', '202335.025000', '202335.485000', '202335.945000', '202336.405000', '202336.865000', '202337.325000', '202337.785000', '202338.245000', '202338.705000', '202339.165000', '202339.625000', '202340.085000', '202340.545000', '202341.005000', '202341.465000', '202341.925000', '202342.385000', '202342.845000', '202343.305000', '202343.765000', '202344.225000', '202344.685000', '202345.145000', '202345.605000', '202346.065000', '202346.525000', '202346.985000', '202347.445000', '202347.905000', '202348.365000', '202348.825000', '202349.285000', '202349.745000', '202350.205000', '202350.665000', '202351.125000', '202351.585000', '202352.045000', '202352.505000', '202352.965000', '202353.425000', '202353.885000', '202354.345000', '202354.805000', '202355.265000', '202355.725000', '202356.185000', '202356.645000', '202357.105000', '202357.565000', '202358.025000', '202358.485000', '202358.945000', '202359.405000', '202359.865000', '202400.325000', '202400.785000', '202401.245000', '202401.705000', '202402.165000', '202402.625000', '202403.085000', '202403.545000', '202404.005000', '202404.465000', '202404.925000', '202405.385000', '202405.845000', '202406.305000', '202406.765000', '202407.225000', '202407.685000', '202408.145000', '202408.605000', '202409.065000', '202409.525000', '202409.985000', '202410.445000', '202410.905000', '202411.365000', '202411.825000', '202412.285000', '202412.745000', '202413.205000', '202413.665000', '202414.125000', '202414.585000', '202415.045000', '202415.505000', '202415.965000', '202416.425000', '202416.885000', '202417.345000', '202417.805000', '202418.265000', '202418.725000', '202419.185000', '202419.645000', '202420.105000', '202420.565000', '202421.025000', '202421.485000', '202421.945000', '202422.405000', '202422.865000', '202423.325000', '202423.785000', '202424.245000', '202424.705000', '202425.165000', '202425.625000', '202426.085000', '202426.545000', '202427.005000', '202427.465000', '202427.925000', '202428.385000', '202428.845000', '202429.305000', '202429.765000', '202430.225000', '202430.685000', '202431.145000', '202431.605000', '202432.065000', '202432.525000', '202432.985000', '202433.445000', '202433.905000', '202434.365000', '202434.825000', '202435.285000', '202435.745000', '202436.205000', '202436.665000', '202437.125000', '202437.585000', '202438.045000', '202438.505000', '202438.965000', '202439.425000', '202439.885000', '202440.345000', '202440.805000', '202441.265000', '202441.725000', '202442.185000', '202442.645000', '202443.105000', '202443.565000', '202444.025000', '202444.485000', '202444.945000', '202445.405000', '202445.865000', '202446.325000', '202446.785000', '202447.245000', '202447.705000', '202448.165000', '202448.625000', '202449.085000', '202449.545000', '202450.005000', '202450.465000', '202450.925000', '202451.385000', '202451.845000', '202452.305000', '202452.765000', '202453.225000', '202453.685000', '202454.145000', '202454.605000', '202455.065000', '202455.525000', '202455.985000', '202456.445000', '202456.905000', '202457.365000', '202457.825000', '202458.285000', '202458.745000', '202459.205000', '202459.665000', '202500.125000', '202500.585000', '202501.045000', '202501.505000', '202501.965000', '202502.425000', '202502.885000', '202503.345000', '202503.805000', '202504.265000', '202504.725000', '202505.185000', '202505.645000', '202506.105000', '202506.565000', '202507.025000', '202507.485000', '202507.945000', '202508.405000', '202508.865000', '202509.325000', '202509.785000', '202510.245000', '202510.705000', '202511.165000', '202511.625000', '202512.085000', '202512.545000', '202513.005000', '202513.465000', '202513.925000', '202514.385000', '202514.845000', '202515.305000', '202515.765000', '202516.225000', '202516.685000', '202517.145000', '202517.605000', '202518.065000', '202518.525000', '202518.985000', '202519.445000', '202519.905000', '202520.365000', '202520.825000', '202521.285000', '202521.745000', '202522.205000', '202522.665000', '202523.125000', '202523.585000', '202524.045000', '202524.505000', '202524.965000', '202525.425000', '202525.885000', '202526.345000', '202526.805000', '202527.265000', '202527.725000', '202528.185000', '202528.645000', '202529.105000', '202529.565000', '202530.025000', '202530.485000', '202530.945000', '202531.405000', '202531.865000', '202532.325000', '202532.785000', '202533.245000', '202533.705000', '202534.165000', '202534.625000', '202535.085000', '202535.545000', '202536.005000', '202536.465000', '202536.925000', '202537.385000', '202537.845000', '202538.305000', '202538.765000', '202539.225000', '202539.685000', '202540.145000', '202540.605000', '202541.065000', '202541.525000', '202541.985000', '202542.445000', '202542.905000', '202543.365000', '202543.825000', '202544.285000', '202544.745000', '202545.205000', '202545.665000', '202546.125000', '202546.585000', '202547.045000', '202547.505000', '202547.965000', '202548.425000', '202548.885000', '202549.345000', '202549.805000', '202550.265000', '202550.725000', '202551.185000', '202551.645000', '202552.105000', '202552.565000', '202553.025000', '202553.485000', '202553.945000', '202554.405000', '202554.865000', '202555.325000', '202555.785000', '202556.245000', '202556.705000', '202557.165000', '202557.625000', '202558.085000', '202558.545000', '202559.005000', '202559.465000', '202559.925000', '202600.385000', '202600.845000', '202601.305000', '202601.765000', '202602.225000', '202602.685000', '202603.145000', '202603.605000', '202604.065000', '202604.525000', '202604.985000', '202605.445000', '202605.905000', '202606.365000', '202606.825000', '202607.285000', '202607.745000', '202608.205000', '202608.665000', '202609.125000', '202609.585000', '202610.045000', '202610.505000', '202610.965000', '202611.425000', '202611.885000', '202612.345000', '202612.805000', '202613.265000', '202613.725000', '202614.185000', '202614.645000', '202615.105000', '202615.565000', '202616.025000', '202616.485000', '202616.945000', '202617.405000', '202617.865000', '202618.325000', '202618.785000', '202619.245000', '202619.705000', '202620.165000', '202620.625000', '202621.085000', '202621.545000', '202622.005000', '202622.465000', '202622.925000', '202623.385000', '202623.845000', '202624.305000', '202624.765000', '202625.225000', '202625.685000', '202626.145000', '202626.605000', '202627.065000', '202627.525000', '202627.985000', '202628.445000', '202628.905000', '202629.365000', '202629.825000', '202630.285000', '202630.745000', '202631.205000', '202631.665000', '202632.125000', '202632.585000', '202633.045000', '202633.505000', '202633.965000', '202634.425000', '202634.885000', '202635.345000', '202635.805000', '202636.265000', '202636.725000', '202637.185000', '202637.645000', '202638.105000', '202638.565000', '202639.025000', '202639.485000', '202639.945000', '202640.405000', '202640.865000', '202641.325000', '202641.785000', '202642.245000', '202642.705000', '202643.165000', '202643.625000', '202644.085000', '202644.545000', '202645.005000', '202645.465000', '202645.925000', '202646.385000', '202646.845000', '202647.305000', '202647.765000', '202648.225000', '202648.685000', '202649.145000', '202649.605000', '202650.065000', '202650.525000', '202650.985000', '202651.445000', '202651.905000', '202652.365000', '202652.825000', '202653.285000', '202653.745000', '202654.205000', '202654.665000', '202655.125000', '202655.585000', '202656.045000', '202656.505000', '202656.965000', '202657.425000', '202657.885000', '202658.345000', '202658.805000', '202659.265000', '202659.725000', '202700.185000', '202700.645000', '202701.105000', '202701.565000', '202702.025000', '202702.485000', '202702.945000', '202703.405000', '202703.865000', '202704.325000', '202704.785000', '202705.245000', '202705.705000', '202706.165000', '202706.625000', '202707.085000', '202707.545000', '202708.005000', '202708.465000', '202708.925000', '202709.385000', '202709.845000', '202710.305000', '202710.765000', '202711.225000', '202711.685000', '202712.145000', '202712.605000', '202713.065000', '202713.525000', '202713.985000', '202714.445000', '202714.905000', '202715.365000', '202715.825000', '202716.285000', '202716.745000', '202717.205000', '202717.665000', '202718.125000', '202718.585000', '202719.045000', '202719.505000', '202719.965000', '202720.425000', '202720.885000', '202721.345000', '202721.805000', '202722.265000', '202722.725000', '202723.185000', '202723.645000', '202724.105000', '202724.565000', '202725.025000', '202725.485000', '202725.945000', '202726.405000', '202726.865000', '202727.325000', '202727.785000', '202728.245000', '202728.705000', '202729.165000', '202729.625000', '202730.085000', '202730.545000', '202731.005000', '202731.465000', '202731.925000', '202732.385000', '202732.845000', '202733.305000', '202733.765000', '202734.225000', '202734.685000', '202735.145000', '202735.605000', '202736.065000', '202736.525000', '202736.985000', '202737.445000', '202737.905000', '202738.365000', '202738.825000', '202739.285000', '202739.745000', '202740.205000', '202740.665000', '202741.125000', '202741.585000', '202742.045000', '202742.505000', '202742.965000', '202743.425000', '202743.885000', '202744.345000', '202744.805000', '202745.265000', '202745.725000', '202746.185000', '202746.645000', '202747.105000', '202747.565000', '202748.025000', '202748.485000', '202748.945000', '202749.405000', '202749.865000', '202750.325000', '202750.785000', '202751.245000', '202751.705000', '202752.165000', '202752.625000', '202753.085000', '202753.545000', '202754.005000', '202754.465000', '202754.925000', '202755.385000', '202755.845000', '202756.305000', '202756.765000', '202757.225000', '202757.685000', '202758.145000', '202758.605000', '202759.065000', '202759.525000', '202759.985000', '202800.445000', '202800.905000', '202801.365000', '202801.825000', '202802.285000', '202802.745000', '202803.205000', '202803.665000', '202804.125000', '202804.585000', '202805.045000', '202805.505000', '202805.965000', '202806.425000', '202806.885000', '202807.345000', '202807.805000', '202808.265000', '202808.725000', '202809.185000', '202809.645000', '202810.105000', '202810.565000', '202811.025000', '202811.485000', '202811.945000', '202812.405000', '202812.865000', '202813.325000', '202813.785000', '202814.245000', '202814.705000', '202815.165000', '202815.625000', '202816.085000', '202816.545000', '202817.005000', '202817.465000', '202817.925000', '202818.385000', '202818.845000', '202819.305000', '202819.765000', '202820.225000', '202820.685000', '202821.145000', '202821.605000', '202822.065000', '202822.525000', '202822.985000', '202823.445000', '202823.905000', '202824.365000'], 'ContentTime': ['201829.997000', '201830.005000', '201830.008000', '201830.011000', '201830.014000', '201830.016000', '201830.019000', '201830.021000', '201830.024000', '201830.026000', '201830.029000', '201830.032000', '201830.034000', '201830.037000', '201830.039000', '201830.042000', '201830.044000', '201830.047000', '201830.049000', '201830.052000', '201830.055000', '201830.060000', '201830.063000', '201830.065000', '201830.068000', '201830.070000', '201830.073000', '201830.076000', '201830.078000', '201830.081000', '201830.083000', '201830.086000', '201830.089000', '201830.091000', '201830.094000', '201830.096000', '201830.099000', '201830.101000', '201830.104000', '201830.107000', '201849.958000', '201849.973000', '201849.976000', '201849.979000', '201849.981000', '201849.984000', '201849.987000', '201849.989000', '201849.992000', '201849.994000', '201849.997000', '201850.000000', '201850.003000', '201850.005000', '201850.008000', '201850.011000', '201850.013000', '201850.016000', '201850.018000', '201850.021000', '201850.023000', '201850.026000', '201850.029000', '201850.031000', '201850.034000', '201850.036000', '201850.039000', '201850.041000', '201850.044000', '201850.046000', '201850.057000', '201850.059000', '201850.062000', '201850.064000', '201850.067000', '201850.070000', '201850.072000', '201850.075000', '201850.077000', '201850.080000', '201850.082000', '201850.085000', '201850.087000', '201850.090000', '201909.960000', '201909.962000', '201909.970000', '201909.973000', '201909.975000', '201909.978000', '201909.980000', '201909.983000', '201909.986000', '201909.988000', '201909.991000', '201909.993000', '201909.996000', '201909.998000', '201910.002000', '201910.005000', '201910.007000', '201910.010000', '201910.020000', '201910.022000', '201910.025000', '201910.027000', '201910.030000', '201910.033000', '201910.035000', '201910.038000', '201910.040000', '201910.043000', '201910.046000', '201910.048000', '201910.051000', '201910.053000', '201910.056000', '201910.058000', '201910.061000', '201910.064000', '201910.066000', '201910.069000', '201910.071000', '201910.074000', '201910.076000', '201910.079000', '201910.081000', '201929.959000', '201929.962000', '201929.965000', '201929.967000', '201929.970000', '201929.973000', '201929.975000', '201929.978000', '201929.980000', '201929.983000', '201929.985000', '201929.988000', '201929.991000', '201929.993000', '201929.996000', '201929.998000', '201930.002000', '201930.004000', '201930.007000', '201930.010000', '201930.012000', '201930.015000', '201930.018000', '201930.020000', '201930.023000', '201930.026000', '201930.034000', '201930.037000', '201930.039000', '201930.042000', '201930.045000', '201930.048000', '201930.051000', '201930.054000', '201930.057000', '201930.059000', '201930.062000', '201930.064000', '201930.067000', '201930.070000', '201930.072000', '201930.075000', '201930.077000', '201949.959000', '201949.962000', '201949.965000', '201949.968000', '201949.970000', '201949.973000', '201949.975000', '201949.978000', '201949.980000', '201949.983000', '201949.986000', '201949.988000', '201949.991000', '201949.993000', '201949.996000', '201950.000000', '201950.002000', '201950.005000', '201950.007000', '201950.010000', '201950.012000', '201950.015000', '201950.018000', '201950.020000', '201950.023000', '201950.025000', '201950.028000', '201950.031000', '201950.033000', '201950.036000', '201950.038000', '201950.041000', '201950.043000', '201950.046000', '201950.049000', '201950.051000', '201950.054000', '201950.056000', '201950.059000', '201950.061000', '201950.064000', '201950.067000', '201950.069000', '201950.072000', '202009.962000', '202009.965000', '202009.968000', '202009.970000', '202009.973000', '202009.975000', '202009.978000', '202009.981000', '202009.983000', '202009.986000', '202009.988000', '202009.991000', '202009.994000', '202009.996000', '202010.000000', '202010.003000', '202010.005000', '202010.008000', '202010.011000', '202010.013000', '202010.016000', '202010.018000', '202010.021000', '202010.024000', '202010.026000', '202010.029000', '202010.031000', '202010.034000', '202010.037000', '202010.039000', '202010.042000', '202010.045000', '202010.054000', '202010.056000', '202010.059000', '202010.062000', '202010.064000', '202010.067000', '202010.069000', '202010.072000', '202010.086000', '202010.089000', '202010.091000', '202010.094000', '202029.960000', '202029.962000', '202029.965000', '202029.968000', '202029.970000', '202029.973000', '202029.976000', '202029.978000', '202029.981000', '202029.984000', '202029.986000', '202029.989000', '202029.991000', '202029.994000', '202029.997000', '202030.000000', '202030.003000', '202030.006000', '202030.009000', '202030.011000', '202030.014000', '202030.016000', '202030.019000', '202030.022000', '202030.024000', '202030.027000', '202030.030000', '202030.032000', '202030.035000', '202030.037000', '202030.040000', '202030.042000', '202030.045000', '202030.048000', '202030.050000', '202030.053000', '202030.055000', '202030.058000', '202030.060000', '202030.063000', '202030.066000', '202030.068000', '202030.071000', '202049.960000', '202049.962000', '202049.965000', '202049.968000', '202049.970000', '202049.973000', '202049.976000', '202049.978000', '202049.981000', '202049.983000', '202049.986000', '202049.989000', '202049.991000', '202049.994000', '202049.997000', '202050.000000', '202050.003000', '202050.005000', '202050.008000', '202050.011000', '202050.013000', '202050.016000', '202050.018000', '202050.021000', '202050.024000', '202050.026000', '202050.029000', '202050.031000', '202050.034000', '202050.048000', '202050.051000', '202050.054000', '202050.057000', '202050.060000', '202050.064000', '202050.067000', '202050.069000', '202050.072000', '202050.074000', '202050.077000', '202050.080000', '202050.082000', '202050.085000', '202109.959000', '202109.961000', '202109.964000', '202109.967000', '202109.969000', '202109.972000', '202109.974000', '202109.977000', '202109.980000', '202109.982000', '202109.985000', '202109.988000', '202109.990000', '202109.993000', '202109.995000', '202109.998000', '202110.001000', '202110.004000', '202110.007000', '202110.009000', '202110.012000', '202110.014000', '202110.017000', '202110.019000', '202110.022000', '202110.025000', '202110.027000', '202110.030000', '202110.032000', '202110.035000', '202110.038000', '202110.040000', '202110.043000', '202110.045000', '202110.048000', '202110.051000', '202110.053000', '202110.056000', '202110.058000', '202110.061000', '202110.063000', '202110.066000', '202110.069000', '202110.071000', '202129.959000', '202129.962000', '202129.965000', '202129.967000', '202129.970000', '202129.973000', '202129.975000', '202129.978000', '202129.980000', '202129.983000', '202129.986000', '202129.988000', '202129.991000', '202129.993000', '202129.996000', '202130.001000', '202130.004000', '202130.006000', '202130.009000', '202130.011000', '202130.014000', '202130.016000', '202130.019000', '202130.022000', '202130.024000', '202130.027000', '202130.030000', '202130.032000', '202130.035000', '202130.037000', '202130.040000', '202130.042000', '202130.045000', '202130.048000', '202130.050000', '202130.053000', '202130.056000', '202130.058000', '202130.061000', '202130.065000', '202130.067000', '202130.070000', '202130.073000', '202149.959000', '202149.962000', '202149.965000', '202149.968000', '202149.970000', '202149.973000', '202149.975000', '202149.978000', '202149.981000', '202149.983000', '202149.986000', '202149.988000', '202149.991000', '202149.994000', '202149.996000', '202150.000000', '202150.003000', '202150.005000', '202150.008000', '202150.010000', '202150.013000', '202150.015000', '202150.018000', '202150.021000', '202150.023000', '202150.026000', '202150.028000', '202150.031000', '202150.034000', '202150.036000', '202150.039000', '202150.041000', '202150.044000', '202150.047000', '202150.049000', '202150.052000', '202150.061000', '202150.064000', '202150.066000', '202150.069000', '202150.071000', '202150.074000', '202150.076000', '202150.079000', '202209.959000', '202209.963000', '202209.966000', '202209.969000', '202209.972000', '202209.974000', '202209.977000', '202209.980000', '202209.982000', '202209.985000', '202209.987000', '202209.990000', '202209.992000', '202209.995000', '202209.998000', '202210.001000', '202210.004000', '202210.007000', '202210.009000', '202210.019000', '202210.022000', '202210.024000', '202210.027000', '202210.029000', '202210.032000', '202210.035000', '202210.037000', '202210.040000', '202210.042000', '202210.050000', '202210.053000', '202210.056000', '202210.058000', '202210.061000', '202210.063000', '202210.066000', '202210.069000', '202210.071000', '202210.074000', '202210.076000', '202210.079000', '202210.082000', '202210.084000', '202229.960000', '202229.962000', '202229.965000', '202229.967000', '202229.970000', '202229.973000', '202229.975000', '202229.978000', '202229.981000', '202229.983000', '202229.986000', '202229.988000', '202229.991000', '202229.993000', '202229.996000', '202230.000000', '202230.002000', '202230.005000', '202230.008000', '202230.010000', '202230.013000', '202230.016000', '202230.018000', '202230.021000', '202230.023000', '202230.026000', '202230.028000', '202230.031000', '202230.034000', '202230.036000', '202230.039000', '202230.042000', '202230.044000', '202230.047000', '202230.049000', '202230.052000', '202230.055000', '202230.057000', '202230.060000', '202230.062000', '202230.065000', '202230.068000', '202230.070000', '202230.073000', '202249.960000', '202249.963000', '202249.965000', '202249.968000', '202249.970000', '202249.973000', '202249.976000', '202249.978000', '202249.981000', '202249.983000', '202249.986000', '202249.989000', '202249.991000', '202249.994000', '202249.996000', '202250.000000', '202250.003000', '202250.006000', '202250.009000', '202250.012000', '202250.014000', '202250.017000', '202250.020000', '202250.022000', '202250.025000', '202250.027000', '202250.030000', '202250.032000', '202250.035000', '202250.040000', '202250.042000', '202250.045000', '202250.048000', '202250.050000', '202250.053000', '202250.055000', '202250.058000', '202250.061000', '202250.063000', '202250.066000', '202250.069000', '202250.071000', '202250.074000', '202309.960000', '202309.963000', '202309.965000', '202309.968000', '202309.970000', '202309.973000', '202309.976000', '202309.978000', '202309.981000', '202309.983000', '202309.986000', '202309.988000', '202309.991000', '202309.994000', '202309.996000', '202310.000000', '202310.003000', '202310.005000', '202310.008000', '202310.011000', '202310.013000', '202310.016000', '202310.018000', '202310.021000', '202310.024000', '202310.026000', '202310.029000', '202310.031000', '202310.034000', '202310.036000', '202310.039000', '202310.042000', '202310.044000', '202310.047000', '202310.049000', '202310.052000', '202310.054000', '202310.057000', '202310.060000', '202310.062000', '202310.065000', '202310.067000', '202310.070000', '202310.073000', '202329.959000', '202329.961000', '202329.964000', '202329.978000', '202329.981000', '202329.983000', '202329.986000', '202329.988000', '202329.991000', '202329.994000', '202329.996000', '202330.000000', '202330.002000', '202330.005000', '202330.008000', '202330.010000', '202330.013000', '202330.015000', '202330.018000', '202330.021000', '202330.023000', '202330.026000', '202330.028000', '202330.031000', '202330.034000', '202330.036000', '202330.039000', '202330.041000', '202330.044000', '202330.047000', '202330.049000', '202330.053000', '202330.056000', '202330.059000', '202330.061000', '202330.064000', '202330.067000', '202330.069000', '202330.072000', '202330.074000', '202330.077000', '202330.080000', '202330.082000', '202349.960000', '202349.962000', '202349.967000', '202349.969000', '202349.972000', '202349.975000', '202349.977000', '202349.980000', '202349.982000', '202349.985000', '202349.988000', '202349.990000', '202349.993000', '202349.995000', '202349.998000', '202350.001000', '202350.004000', '202350.007000', '202350.009000', '202350.012000', '202350.014000', '202350.017000', '202350.019000', '202350.022000', '202350.025000', '202350.027000', '202350.030000', '202350.032000', '202350.035000', '202350.038000', '202350.040000', '202350.043000', '202350.046000', '202350.048000', '202350.051000', '202350.053000', '202350.056000', '202350.058000', '202350.061000', '202350.063000', '202350.066000', '202350.069000', '202350.071000', '202350.074000', '202409.960000', '202409.962000', '202409.965000', '202409.968000', '202409.970000', '202409.973000', '202409.975000', '202409.978000', '202409.981000', '202409.983000', '202409.986000', '202409.988000', '202409.991000', '202409.994000', '202409.996000', '202410.000000', '202410.002000', '202410.005000', '202410.007000', '202410.010000', '202410.013000', '202410.015000', '202410.018000', '202410.020000', '202410.023000', '202410.026000', '202410.028000', '202410.031000', '202410.033000', '202410.036000', '202410.039000', '202410.041000', '202410.044000', '202410.046000', '202410.049000', '202410.052000', '202410.054000', '202410.057000', '202410.059000', '202410.062000', '202410.064000', '202410.068000', '202410.071000', '202429.959000', '202429.962000', '202429.965000', '202429.968000', '202429.970000', '202429.973000', '202429.975000', '202429.978000', '202429.980000', '202429.983000', '202429.986000', '202429.988000', '202429.991000', '202429.993000', '202429.996000', '202429.998000', '202430.002000', '202430.004000', '202430.007000', '202430.010000', '202430.012000', '202430.015000', '202430.017000', '202430.020000', '202430.022000', '202430.025000', '202430.027000', '202430.030000', '202430.033000', '202430.035000', '202430.038000', '202430.040000', '202430.043000', '202430.047000', '202430.049000', '202430.052000', '202430.054000', '202430.057000', '202430.060000', '202430.062000', '202430.065000', '202430.067000', '202430.070000', '202430.072000', '202449.960000', '202449.963000', '202449.965000', '202449.968000', '202449.970000', '202449.973000', '202449.976000', '202449.978000', '202449.981000', '202449.983000', '202449.986000', '202449.989000', '202449.991000', '202449.994000', '202450.007000', '202450.010000', '202450.012000', '202450.015000', '202450.017000', '202450.020000', '202450.022000', '202450.025000', '202450.028000', '202450.030000', '202450.033000', '202450.035000', '202450.038000', '202450.040000', '202450.043000', '202450.046000', '202450.048000', '202450.051000', '202450.053000', '202450.056000', '202450.059000', '202450.061000', '202450.064000', '202450.066000', '202450.069000', '202450.072000', '202450.074000', '202450.077000', '202450.080000', '202509.959000', '202509.962000', '202509.965000', '202509.967000', '202509.970000', '202509.973000', '202509.975000', '202509.978000', '202509.980000', '202509.983000', '202509.985000', '202509.988000', '202509.991000', '202509.993000', '202509.996000', '202510.000000', '202510.003000', '202510.005000', '202510.008000', '202510.011000', '202510.013000', '202510.016000', '202510.018000', '202510.033000', '202510.036000', '202510.038000', '202510.041000', '202510.043000', '202510.046000', '202510.049000', '202510.051000', '202510.054000', '202510.056000', '202510.059000', '202510.062000', '202510.064000', '202510.067000', '202510.069000', '202510.072000', '202510.075000', '202510.077000', '202510.080000', '202510.082000', '202529.958000', '202529.961000', '202529.964000', '202529.967000', '202529.969000', '202529.972000', '202529.974000', '202529.977000', '202529.979000', '202529.982000', '202529.985000', '202529.987000', '202529.990000', '202529.992000', '202529.995000', '202529.998000', '202530.002000', '202530.004000', '202530.007000', '202530.009000', '202530.012000', '202530.014000', '202530.017000', '202530.020000', '202530.022000', '202530.025000', '202530.027000', '202530.030000', '202530.033000', '202530.035000', '202530.038000', '202530.040000', '202530.043000', '202530.045000', '202530.048000', '202530.051000', '202530.053000', '202530.056000', '202530.058000', '202530.061000', '202530.063000', '202530.066000', '202530.069000', '202530.071000', '202549.959000', '202549.961000', '202549.964000', '202549.967000', '202549.969000', '202549.972000', '202549.974000', '202549.977000', '202549.980000', '202549.982000', '202549.985000', '202549.987000', '202549.990000', '202549.992000', '202549.995000', '202549.997000', '202550.001000', '202550.004000', '202550.006000', '202550.009000', '202550.011000', '202550.014000', '202550.016000', '202550.019000', '202550.022000', '202550.024000', '202550.027000', '202550.029000', '202550.032000', '202550.034000', '202550.037000', '202550.040000', '202550.042000', '202550.045000', '202550.047000', '202550.050000', '202550.052000', '202550.055000', '202550.058000', '202550.060000', '202550.063000', '202550.065000', '202550.068000', '202550.071000', '202609.960000', '202609.962000', '202609.965000', '202609.968000', '202609.970000', '202609.973000', '202609.975000', '202609.978000', '202609.981000', '202609.983000', '202609.998000', '202610.001000', '202610.004000', '202610.007000', '202610.009000', '202610.012000', '202610.014000', '202610.017000', '202610.019000', '202610.022000', '202610.025000', '202610.027000', '202610.030000', '202610.032000', '202610.035000', '202610.038000', '202610.040000', '202610.043000', '202610.045000', '202610.048000', '202610.051000', '202610.053000', '202610.056000', '202610.058000', '202610.061000', '202610.064000', '202610.066000', '202610.069000', '202610.071000', '202610.074000', '202610.076000', '202610.079000', '202610.082000', '202629.960000', '202629.962000', '202629.965000', '202629.968000', '202629.970000', '202629.973000', '202629.976000', '202629.978000', '202629.981000', '202629.983000', '202629.986000', '202629.989000', '202629.991000', '202629.994000', '202629.996000', '202630.000000', '202630.003000', '202630.006000', '202630.009000', '202630.012000', '202630.014000', '202630.017000', '202630.020000', '202630.022000', '202630.025000', '202630.027000', '202630.030000', '202630.033000', '202630.035000', '202630.038000', '202630.040000', '202630.043000', '202630.046000', '202630.048000', '202630.051000', '202630.054000', '202630.056000', '202630.059000', '202630.061000', '202630.064000', '202630.067000', '202630.069000', '202630.072000', '202649.960000', '202649.963000', '202649.965000', '202649.968000', '202649.971000', '202649.973000', '202649.976000', '202649.978000', '202649.981000', '202649.984000', '202649.986000', '202649.989000', '202649.992000', '202649.994000', '202649.997000', '202650.000000', '202650.003000', '202650.006000', '202650.008000', '202650.011000', '202650.013000', '202650.016000', '202650.019000', '202650.021000', '202650.024000', '202650.027000', '202650.029000', '202650.032000', '202650.035000', '202650.037000', '202650.040000', '202650.042000', '202650.045000', '202650.048000', '202650.050000', '202650.053000', '202650.055000', '202650.058000', '202650.061000', '202650.063000', '202650.066000', '202650.068000', '202650.071000', '202650.074000', '202709.960000', '202709.962000', '202709.965000', '202709.968000', '202709.970000', '202709.973000', '202709.975000', '202709.978000', '202709.981000', '202709.983000', '202709.986000', '202709.988000', '202709.991000', '202709.993000', '202709.996000', '202710.000000', '202710.002000', '202710.005000', '202710.007000', '202710.010000', '202710.013000', '202710.015000', '202710.018000', '202710.021000', '202710.023000', '202710.026000', '202710.028000', '202710.031000', '202710.033000', '202710.036000', '202710.039000', '202710.041000', '202710.044000', '202710.046000', '202710.049000', '202710.052000', '202710.054000', '202710.057000', '202710.059000', '202710.062000', '202710.065000', '202710.067000', '202710.070000', '202710.072000', '202729.960000', '202729.963000', '202729.966000', '202729.968000', '202729.971000', '202729.973000', '202729.976000', '202729.986000', '202729.988000', '202729.991000', '202729.994000', '202729.996000', '202730.000000', '202730.002000', '202730.005000', '202730.008000', '202730.010000', '202730.013000', '202730.015000', '202730.018000', '202730.021000', '202730.023000', '202730.026000', '202730.028000', '202730.031000', '202730.034000', '202730.036000', '202730.039000', '202730.041000', '202730.044000', '202730.047000', '202730.049000', '202730.052000', '202730.054000', '202730.057000', '202730.060000', '202730.062000', '202730.065000', '202730.068000', '202730.070000', '202730.073000', '202730.075000', '202730.078000', '202749.960000', '202749.964000', '202749.966000', '202749.969000', '202749.972000', '202749.974000', '202749.977000', '202749.979000', '202749.982000', '202749.985000', '202749.987000', '202749.990000', '202749.992000', '202749.995000', '202749.997000', '202750.001000', '202750.004000', '202750.006000', '202750.009000', '202750.012000', '202750.014000', '202750.017000', '202750.020000', '202750.022000', '202750.025000', '202750.036000', '202750.039000', '202750.042000', '202750.044000', '202750.047000', '202750.049000', '202750.052000', '202750.055000', '202750.057000', '202750.060000', '202750.063000', '202750.065000', '202750.068000', '202750.070000', '202750.073000', '202750.076000', '202750.078000', '202750.081000', '202750.083000', '202809.959000', '202809.961000', '202809.964000', '202809.967000', '202809.969000', '202809.972000', '202809.975000', '202809.977000', '202809.980000', '202809.982000', '202809.985000', '202809.988000', '202809.990000', '202809.993000', '202809.995000', '202809.998000', '202810.002000', '202810.004000', '202810.007000', '202810.009000', '202810.012000', '202810.015000', '202810.017000', '202810.020000', '202810.022000', '202810.025000', '202810.028000', '202810.030000', '202810.033000', '202810.035000', '202810.038000', '202810.041000', '202810.043000', '202810.046000', '202810.048000', '202810.051000', '202810.054000', '202810.056000', '202810.059000', '202810.061000', '202810.064000', '202810.067000', '202810.069000', '202825.435000', '202825.438000', '202825.441000', '202825.444000', '202825.446000', '202825.449000', '202825.452000', '202825.455000', '202825.458000', '202825.461000', '202825.464000', '202825.470000', '202825.473000', '202825.476000', '202825.482000', '202825.485000', '202825.487000', '202825.490000', '202825.493000', '202825.495000', '202825.498000', '202825.501000', '202825.503000', '202825.506000', '202825.509000', '202825.511000', '202825.514000', '202825.516000', '202825.519000', '202825.522000', '202825.525000', '202825.527000', '202825.530000', '202825.533000'], 'InstanceCreationTime': ['201829.997000', '201830.005000', '201830.008000', '201830.011000', '201830.014000', '201830.016000', '201830.019000', '201830.021000', '201830.024000', '201830.026000', '201830.029000', '201830.032000', '201830.034000', '201830.037000', '201830.039000', '201830.042000', '201830.044000', '201830.047000', '201830.049000', '201830.052000', '201830.055000', '201830.060000', '201830.063000', '201830.065000', '201830.068000', '201830.070000', '201830.073000', '201830.076000', '201830.078000', '201830.081000', '201830.083000', '201830.086000', '201830.089000', '201830.091000', '201830.094000', '201830.096000', '201830.099000', '201830.101000', '201830.104000', '201830.107000', '201849.958000', '201849.973000', '201849.976000', '201849.979000', '201849.981000', '201849.984000', '201849.987000', '201849.989000', '201849.992000', '201849.994000', '201849.997000', '201850.000000', '201850.003000', '201850.005000', '201850.008000', '201850.011000', '201850.013000', '201850.016000', '201850.018000', '201850.021000', '201850.023000', '201850.026000', '201850.029000', '201850.031000', '201850.034000', '201850.036000', '201850.039000', '201850.041000', '201850.044000', '201850.046000', '201850.057000', '201850.059000', '201850.062000', '201850.064000', '201850.067000', '201850.070000', '201850.072000', '201850.075000', '201850.077000', '201850.080000', '201850.082000', '201850.085000', '201850.087000', '201850.090000', '201909.960000', '201909.962000', '201909.970000', '201909.973000', '201909.975000', '201909.978000', '201909.980000', '201909.983000', '201909.986000', '201909.988000', '201909.991000', '201909.993000', '201909.996000', '201909.998000', '201910.002000', '201910.005000', '201910.007000', '201910.010000', '201910.020000', '201910.022000', '201910.025000', '201910.027000', '201910.030000', '201910.033000', '201910.035000', '201910.038000', '201910.040000', '201910.043000', '201910.046000', '201910.048000', '201910.051000', '201910.053000', '201910.056000', '201910.058000', '201910.061000', '201910.064000', '201910.066000', '201910.069000', '201910.071000', '201910.074000', '201910.076000', '201910.079000', '201910.081000', '201929.959000', '201929.962000', '201929.965000', '201929.967000', '201929.970000', '201929.973000', '201929.975000', '201929.978000', '201929.980000', '201929.983000', '201929.985000', '201929.988000', '201929.991000', '201929.993000', '201929.996000', '201929.998000', '201930.002000', '201930.004000', '201930.007000', '201930.010000', '201930.012000', '201930.015000', '201930.018000', '201930.020000', '201930.023000', '201930.026000', '201930.034000', '201930.037000', '201930.039000', '201930.042000', '201930.045000', '201930.048000', '201930.051000', '201930.054000', '201930.057000', '201930.059000', '201930.062000', '201930.064000', '201930.067000', '201930.070000', '201930.072000', '201930.075000', '201930.077000', '201949.959000', '201949.962000', '201949.965000', '201949.968000', '201949.970000', '201949.973000', '201949.975000', '201949.978000', '201949.980000', '201949.983000', '201949.986000', '201949.988000', '201949.991000', '201949.993000', '201949.996000', '201950.000000', '201950.002000', '201950.005000', '201950.007000', '201950.010000', '201950.012000', '201950.015000', '201950.018000', '201950.020000', '201950.023000', '201950.025000', '201950.028000', '201950.031000', '201950.033000', '201950.036000', '201950.038000', '201950.041000', '201950.043000', '201950.046000', '201950.049000', '201950.051000', '201950.054000', '201950.056000', '201950.059000', '201950.061000', '201950.064000', '201950.067000', '201950.069000', '201950.072000', '202009.962000', '202009.965000', '202009.968000', '202009.970000', '202009.973000', '202009.975000', '202009.978000', '202009.981000', '202009.983000', '202009.986000', '202009.988000', '202009.991000', '202009.994000', '202009.996000', '202010.000000', '202010.003000', '202010.005000', '202010.008000', '202010.011000', '202010.013000', '202010.016000', '202010.018000', '202010.021000', '202010.024000', '202010.026000', '202010.029000', '202010.031000', '202010.034000', '202010.037000', '202010.039000', '202010.042000', '202010.045000', '202010.054000', '202010.056000', '202010.059000', '202010.062000', '202010.064000', '202010.067000', '202010.069000', '202010.072000', '202010.086000', '202010.089000', '202010.091000', '202010.094000', '202029.960000', '202029.962000', '202029.965000', '202029.968000', '202029.970000', '202029.973000', '202029.976000', '202029.978000', '202029.981000', '202029.984000', '202029.986000', '202029.989000', '202029.991000', '202029.994000', '202029.997000', '202030.000000', '202030.003000', '202030.006000', '202030.009000', '202030.011000', '202030.014000', '202030.016000', '202030.019000', '202030.022000', '202030.024000', '202030.027000', '202030.030000', '202030.032000', '202030.035000', '202030.037000', '202030.040000', '202030.042000', '202030.045000', '202030.048000', '202030.050000', '202030.053000', '202030.055000', '202030.058000', '202030.060000', '202030.063000', '202030.066000', '202030.068000', '202030.071000', '202049.960000', '202049.962000', '202049.965000', '202049.968000', '202049.970000', '202049.973000', '202049.976000', '202049.978000', '202049.981000', '202049.983000', '202049.986000', '202049.989000', '202049.991000', '202049.994000', '202049.997000', '202050.000000', '202050.003000', '202050.005000', '202050.008000', '202050.011000', '202050.013000', '202050.016000', '202050.018000', '202050.021000', '202050.024000', '202050.026000', '202050.029000', '202050.031000', '202050.034000', '202050.048000', '202050.051000', '202050.054000', '202050.057000', '202050.060000', '202050.064000', '202050.067000', '202050.069000', '202050.072000', '202050.074000', '202050.077000', '202050.080000', '202050.082000', '202050.085000', '202109.959000', '202109.961000', '202109.964000', '202109.967000', '202109.969000', '202109.972000', '202109.974000', '202109.977000', '202109.980000', '202109.982000', '202109.985000', '202109.988000', '202109.990000', '202109.993000', '202109.995000', '202109.998000', '202110.001000', '202110.004000', '202110.007000', '202110.009000', '202110.012000', '202110.014000', '202110.017000', '202110.019000', '202110.022000', '202110.025000', '202110.027000', '202110.030000', '202110.032000', '202110.035000', '202110.038000', '202110.040000', '202110.043000', '202110.045000', '202110.048000', '202110.051000', '202110.053000', '202110.056000', '202110.058000', '202110.061000', '202110.063000', '202110.066000', '202110.069000', '202110.071000', '202129.959000', '202129.962000', '202129.965000', '202129.967000', '202129.970000', '202129.973000', '202129.975000', '202129.978000', '202129.980000', '202129.983000', '202129.986000', '202129.988000', '202129.991000', '202129.993000', '202129.996000', '202130.001000', '202130.004000', '202130.006000', '202130.009000', '202130.011000', '202130.014000', '202130.016000', '202130.019000', '202130.022000', '202130.024000', '202130.027000', '202130.030000', '202130.032000', '202130.035000', '202130.037000', '202130.040000', '202130.042000', '202130.045000', '202130.048000', '202130.050000', '202130.053000', '202130.056000', '202130.058000', '202130.061000', '202130.065000', '202130.067000', '202130.070000', '202130.073000', '202149.959000', '202149.962000', '202149.965000', '202149.968000', '202149.970000', '202149.973000', '202149.975000', '202149.978000', '202149.981000', '202149.983000', '202149.986000', '202149.988000', '202149.991000', '202149.994000', '202149.996000', '202150.000000', '202150.003000', '202150.005000', '202150.008000', '202150.010000', '202150.013000', '202150.015000', '202150.018000', '202150.021000', '202150.023000', '202150.026000', '202150.028000', '202150.031000', '202150.034000', '202150.036000', '202150.039000', '202150.041000', '202150.044000', '202150.047000', '202150.049000', '202150.052000', '202150.061000', '202150.064000', '202150.066000', '202150.069000', '202150.071000', '202150.074000', '202150.076000', '202150.079000', '202209.959000', '202209.963000', '202209.966000', '202209.969000', '202209.972000', '202209.974000', '202209.977000', '202209.980000', '202209.982000', '202209.985000', '202209.987000', '202209.990000', '202209.992000', '202209.995000', '202209.998000', '202210.001000', '202210.004000', '202210.007000', '202210.009000', '202210.019000', '202210.022000', '202210.024000', '202210.027000', '202210.029000', '202210.032000', '202210.035000', '202210.037000', '202210.040000', '202210.042000', '202210.050000', '202210.053000', '202210.056000', '202210.058000', '202210.061000', '202210.063000', '202210.066000', '202210.069000', '202210.071000', '202210.074000', '202210.076000', '202210.079000', '202210.082000', '202210.084000', '202229.960000', '202229.962000', '202229.965000', '202229.967000', '202229.970000', '202229.973000', '202229.975000', '202229.978000', '202229.981000', '202229.983000', '202229.986000', '202229.988000', '202229.991000', '202229.993000', '202229.996000', '202230.000000', '202230.002000', '202230.005000', '202230.008000', '202230.010000', '202230.013000', '202230.016000', '202230.018000', '202230.021000', '202230.023000', '202230.026000', '202230.028000', '202230.031000', '202230.034000', '202230.036000', '202230.039000', '202230.042000', '202230.044000', '202230.047000', '202230.049000', '202230.052000', '202230.055000', '202230.057000', '202230.060000', '202230.062000', '202230.065000', '202230.068000', '202230.070000', '202230.073000', '202249.960000', '202249.963000', '202249.965000', '202249.968000', '202249.970000', '202249.973000', '202249.976000', '202249.978000', '202249.981000', '202249.983000', '202249.986000', '202249.989000', '202249.991000', '202249.994000', '202249.996000', '202250.000000', '202250.003000', '202250.006000', '202250.009000', '202250.012000', '202250.014000', '202250.017000', '202250.020000', '202250.022000', '202250.025000', '202250.027000', '202250.030000', '202250.032000', '202250.035000', '202250.040000', '202250.042000', '202250.045000', '202250.048000', '202250.050000', '202250.053000', '202250.055000', '202250.058000', '202250.061000', '202250.063000', '202250.066000', '202250.069000', '202250.071000', '202250.074000', '202309.960000', '202309.963000', '202309.965000', '202309.968000', '202309.970000', '202309.973000', '202309.976000', '202309.978000', '202309.981000', '202309.983000', '202309.986000', '202309.988000', '202309.991000', '202309.994000', '202309.996000', '202310.000000', '202310.003000', '202310.005000', '202310.008000', '202310.011000', '202310.013000', '202310.016000', '202310.018000', '202310.021000', '202310.024000', '202310.026000', '202310.029000', '202310.031000', '202310.034000', '202310.036000', '202310.039000', '202310.042000', '202310.044000', '202310.047000', '202310.049000', '202310.052000', '202310.054000', '202310.057000', '202310.060000', '202310.062000', '202310.065000', '202310.067000', '202310.070000', '202310.073000', '202329.959000', '202329.961000', '202329.964000', '202329.978000', '202329.981000', '202329.983000', '202329.986000', '202329.988000', '202329.991000', '202329.994000', '202329.996000', '202330.000000', '202330.002000', '202330.005000', '202330.008000', '202330.010000', '202330.013000', '202330.015000', '202330.018000', '202330.021000', '202330.023000', '202330.026000', '202330.028000', '202330.031000', '202330.034000', '202330.036000', '202330.039000', '202330.041000', '202330.044000', '202330.047000', '202330.049000', '202330.053000', '202330.056000', '202330.059000', '202330.061000', '202330.064000', '202330.067000', '202330.069000', '202330.072000', '202330.074000', '202330.077000', '202330.080000', '202330.082000', '202349.960000', '202349.962000', '202349.967000', '202349.969000', '202349.972000', '202349.975000', '202349.977000', '202349.980000', '202349.982000', '202349.985000', '202349.988000', '202349.990000', '202349.993000', '202349.995000', '202349.998000', '202350.001000', '202350.004000', '202350.007000', '202350.009000', '202350.012000', '202350.014000', '202350.017000', '202350.019000', '202350.022000', '202350.025000', '202350.027000', '202350.030000', '202350.032000', '202350.035000', '202350.038000', '202350.040000', '202350.043000', '202350.046000', '202350.048000', '202350.051000', '202350.053000', '202350.056000', '202350.058000', '202350.061000', '202350.063000', '202350.066000', '202350.069000', '202350.071000', '202350.074000', '202409.960000', '202409.962000', '202409.965000', '202409.968000', '202409.970000', '202409.973000', '202409.975000', '202409.978000', '202409.981000', '202409.983000', '202409.986000', '202409.988000', '202409.991000', '202409.994000', '202409.996000', '202410.000000', '202410.002000', '202410.005000', '202410.007000', '202410.010000', '202410.013000', '202410.015000', '202410.018000', '202410.020000', '202410.023000', '202410.026000', '202410.028000', '202410.031000', '202410.033000', '202410.036000', '202410.039000', '202410.041000', '202410.044000', '202410.046000', '202410.049000', '202410.052000', '202410.054000', '202410.057000', '202410.059000', '202410.062000', '202410.064000', '202410.068000', '202410.071000', '202429.959000', '202429.962000', '202429.965000', '202429.968000', '202429.970000', '202429.973000', '202429.975000', '202429.978000', '202429.980000', '202429.983000', '202429.986000', '202429.988000', '202429.991000', '202429.993000', '202429.996000', '202429.998000', '202430.002000', '202430.004000', '202430.007000', '202430.010000', '202430.012000', '202430.015000', '202430.017000', '202430.020000', '202430.022000', '202430.025000', '202430.027000', '202430.030000', '202430.033000', '202430.035000', '202430.038000', '202430.040000', '202430.043000', '202430.047000', '202430.049000', '202430.052000', '202430.054000', '202430.057000', '202430.060000', '202430.062000', '202430.065000', '202430.067000', '202430.070000', '202430.072000', '202449.960000', '202449.963000', '202449.965000', '202449.968000', '202449.970000', '202449.973000', '202449.976000', '202449.978000', '202449.981000', '202449.983000', '202449.986000', '202449.989000', '202449.991000', '202449.994000', '202450.007000', '202450.010000', '202450.012000', '202450.015000', '202450.017000', '202450.020000', '202450.022000', '202450.025000', '202450.028000', '202450.030000', '202450.033000', '202450.035000', '202450.038000', '202450.040000', '202450.043000', '202450.046000', '202450.048000', '202450.051000', '202450.053000', '202450.056000', '202450.059000', '202450.061000', '202450.064000', '202450.066000', '202450.069000', '202450.072000', '202450.074000', '202450.077000', '202450.080000', '202509.959000', '202509.962000', '202509.965000', '202509.967000', '202509.970000', '202509.973000', '202509.975000', '202509.978000', '202509.980000', '202509.983000', '202509.985000', '202509.988000', '202509.991000', '202509.993000', '202509.996000', '202510.000000', '202510.003000', '202510.005000', '202510.008000', '202510.011000', '202510.013000', '202510.016000', '202510.018000', '202510.033000', '202510.036000', '202510.038000', '202510.041000', '202510.043000', '202510.046000', '202510.049000', '202510.051000', '202510.054000', '202510.056000', '202510.059000', '202510.062000', '202510.064000', '202510.067000', '202510.069000', '202510.072000', '202510.075000', '202510.077000', '202510.080000', '202510.082000', '202529.958000', '202529.961000', '202529.964000', '202529.967000', '202529.969000', '202529.972000', '202529.974000', '202529.977000', '202529.979000', '202529.982000', '202529.985000', '202529.987000', '202529.990000', '202529.992000', '202529.995000', '202529.998000', '202530.002000', '202530.004000', '202530.007000', '202530.009000', '202530.012000', '202530.014000', '202530.017000', '202530.020000', '202530.022000', '202530.025000', '202530.027000', '202530.030000', '202530.033000', '202530.035000', '202530.038000', '202530.040000', '202530.043000', '202530.045000', '202530.048000', '202530.051000', '202530.053000', '202530.056000', '202530.058000', '202530.061000', '202530.063000', '202530.066000', '202530.069000', '202530.071000', '202549.959000', '202549.961000', '202549.964000', '202549.967000', '202549.969000', '202549.972000', '202549.974000', '202549.977000', '202549.980000', '202549.982000', '202549.985000', '202549.987000', '202549.990000', '202549.992000', '202549.995000', '202549.997000', '202550.001000', '202550.004000', '202550.006000', '202550.009000', '202550.011000', '202550.014000', '202550.016000', '202550.019000', '202550.022000', '202550.024000', '202550.027000', '202550.029000', '202550.032000', '202550.034000', '202550.037000', '202550.040000', '202550.042000', '202550.045000', '202550.047000', '202550.050000', '202550.052000', '202550.055000', '202550.058000', '202550.060000', '202550.063000', '202550.065000', '202550.068000', '202550.071000', '202609.960000', '202609.962000', '202609.965000', '202609.968000', '202609.970000', '202609.973000', '202609.975000', '202609.978000', '202609.981000', '202609.983000', '202609.998000', '202610.001000', '202610.004000', '202610.007000', '202610.009000', '202610.012000', '202610.014000', '202610.017000', '202610.019000', '202610.022000', '202610.025000', '202610.027000', '202610.030000', '202610.032000', '202610.035000', '202610.038000', '202610.040000', '202610.043000', '202610.045000', '202610.048000', '202610.051000', '202610.053000', '202610.056000', '202610.058000', '202610.061000', '202610.064000', '202610.066000', '202610.069000', '202610.071000', '202610.074000', '202610.076000', '202610.079000', '202610.082000', '202629.960000', '202629.962000', '202629.965000', '202629.968000', '202629.970000', '202629.973000', '202629.976000', '202629.978000', '202629.981000', '202629.983000', '202629.986000', '202629.989000', '202629.991000', '202629.994000', '202629.996000', '202630.000000', '202630.003000', '202630.006000', '202630.009000', '202630.012000', '202630.014000', '202630.017000', '202630.020000', '202630.022000', '202630.025000', '202630.027000', '202630.030000', '202630.033000', '202630.035000', '202630.038000', '202630.040000', '202630.043000', '202630.046000', '202630.048000', '202630.051000', '202630.054000', '202630.056000', '202630.059000', '202630.061000', '202630.064000', '202630.067000', '202630.069000', '202630.072000', '202649.960000', '202649.963000', '202649.965000', '202649.968000', '202649.971000', '202649.973000', '202649.976000', '202649.978000', '202649.981000', '202649.984000', '202649.986000', '202649.989000', '202649.992000', '202649.994000', '202649.997000', '202650.000000', '202650.003000', '202650.006000', '202650.008000', '202650.011000', '202650.013000', '202650.016000', '202650.019000', '202650.021000', '202650.024000', '202650.027000', '202650.029000', '202650.032000', '202650.035000', '202650.037000', '202650.040000', '202650.042000', '202650.045000', '202650.048000', '202650.050000', '202650.053000', '202650.055000', '202650.058000', '202650.061000', '202650.063000', '202650.066000', '202650.068000', '202650.071000', '202650.074000', '202709.960000', '202709.962000', '202709.965000', '202709.968000', '202709.970000', '202709.973000', '202709.975000', '202709.978000', '202709.981000', '202709.983000', '202709.986000', '202709.988000', '202709.991000', '202709.993000', '202709.996000', '202710.000000', '202710.002000', '202710.005000', '202710.007000', '202710.010000', '202710.013000', '202710.015000', '202710.018000', '202710.021000', '202710.023000', '202710.026000', '202710.028000', '202710.031000', '202710.033000', '202710.036000', '202710.039000', '202710.041000', '202710.044000', '202710.046000', '202710.049000', '202710.052000', '202710.054000', '202710.057000', '202710.059000', '202710.062000', '202710.065000', '202710.067000', '202710.070000', '202710.072000', '202729.960000', '202729.963000', '202729.966000', '202729.968000', '202729.971000', '202729.973000', '202729.976000', '202729.986000', '202729.988000', '202729.991000', '202729.994000', '202729.996000', '202730.000000', '202730.002000', '202730.005000', '202730.008000', '202730.010000', '202730.013000', '202730.015000', '202730.018000', '202730.021000', '202730.023000', '202730.026000', '202730.028000', '202730.031000', '202730.034000', '202730.036000', '202730.039000', '202730.041000', '202730.044000', '202730.047000', '202730.049000', '202730.052000', '202730.054000', '202730.057000', '202730.060000', '202730.062000', '202730.065000', '202730.068000', '202730.070000', '202730.073000', '202730.075000', '202730.078000', '202749.960000', '202749.964000', '202749.966000', '202749.969000', '202749.972000', '202749.974000', '202749.977000', '202749.979000', '202749.982000', '202749.985000', '202749.987000', '202749.990000', '202749.992000', '202749.995000', '202749.997000', '202750.001000', '202750.004000', '202750.006000', '202750.009000', '202750.012000', '202750.014000', '202750.017000', '202750.020000', '202750.022000', '202750.025000', '202750.036000', '202750.039000', '202750.042000', '202750.044000', '202750.047000', '202750.049000', '202750.052000', '202750.055000', '202750.057000', '202750.060000', '202750.063000', '202750.065000', '202750.068000', '202750.070000', '202750.073000', '202750.076000', '202750.078000', '202750.081000', '202750.083000', '202809.959000', '202809.961000', '202809.964000', '202809.967000', '202809.969000', '202809.972000', '202809.975000', '202809.977000', '202809.980000', '202809.982000', '202809.985000', '202809.988000', '202809.990000', '202809.993000', '202809.995000', '202809.998000', '202810.002000', '202810.004000', '202810.007000', '202810.009000', '202810.012000', '202810.015000', '202810.017000', '202810.020000', '202810.022000', '202810.025000', '202810.028000', '202810.030000', '202810.033000', '202810.035000', '202810.038000', '202810.041000', '202810.043000', '202810.046000', '202810.048000', '202810.051000', '202810.054000', '202810.056000', '202810.059000', '202810.061000', '202810.064000', '202810.067000', '202810.069000', '202825.435000', '202825.438000', '202825.441000', '202825.444000', '202825.446000', '202825.449000', '202825.452000', '202825.455000', '202825.458000', '202825.461000', '202825.464000', '202825.470000', '202825.473000', '202825.476000', '202825.482000', '202825.485000', '202825.487000', '202825.490000', '202825.493000', '202825.495000', '202825.498000', '202825.501000', '202825.503000', '202825.506000', '202825.509000', '202825.511000', '202825.514000', '202825.516000', '202825.519000', '202825.522000', '202825.525000', '202825.527000', '202825.530000', '202825.533000'], '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': [10371, 16167, 10334, 10317, 10282, 10527, 10420, 13695, 11231, 9721, 16054, 10166, 11200, 10968, 10197, 11228, 9854, 10823, 10310, 10701, 9569, 10741, 9961, 9868, 8160, 9903, 10292, 8830, 9966, 10351, 16904, 13226, 17525, 10381, 15632, 10682, 13007, 10791, 10332, 10966, 11070, 10794, 10729, 10850, 10297, 11047, 10904, 11114, 10123, 8313, 11251, 8676, 11133, 8840, 11375, 13035, 11865, 9678, 10901, 10377, 12496, 10152, 17481, 10821, 14688, 8339, 11248, 8399, 11146, 8359, 11317, 9107, 11292, 9370, 11206, 9872, 15166, 11995, 17435, 14577, 13768, 17979, 16517, 18334, 18079, 19673, 11773, 8223, 11391, 10644, 10900, 10880, 10547, 10954, 10703, 8430, 11323, 9962, 11366, 10995, 10911, 10941, 10079, 13253, 9973, 17672, 12507, 16775, 10747, 17496, 13539, 18235, 10337, 11581, 8713, 11380, 8536, 13071, 9841, 11808, 8680, 11656, 10510, 14558, 11160, 12295, 10527, 11395, 10165, 11364, 10257, 11424, 10296, 11350, 10188, 11913, 9866, 11951, 10009, 11966, 10613, 12019, 11331, 16459, 11519, 13374, 11614, 11521, 11506, 11222, 11600, 10839, 7549, 11708, 9545, 11759, 9706, 11734, 10493, 13877, 11343, 13188, 11536, 11384, 11353, 10560, 11666, 10402, 11804, 15760, 11766, 12311, 11459, 10572, 11648, 10502, 7463, 11465, 8431, 11537, 9558, 11910, 14385, 11612, 11044, 11654, 11172, 11825, 17696, 11767, 10580, 11375, 10577, 7836, 11360, 8324, 11379, 9048, 11693, 11588, 17841, 11656, 16092, 11705, 10053, 11445, 10148, 7832, 11022, 8349, 11656, 11312, 18404, 11624, 16290, 11860, 12704, 11388, 9483, 12135, 7588, 10857, 7574, 11096, 8603, 11656, 10396, 11789, 11059, 11572, 13002, 11698, 13358, 11688, 9486, 10564, 9548, 18334, 15711, 18734, 10348, 15863, 10001, 15944, 9970, 13322, 10095, 10166, 9959, 9338, 9879, 10915, 10072, 9092, 10352, 9077, 10165, 9759, 10362, 13812, 10451, 11612, 10393, 14373, 10341, 17255, 10412, 13930, 9958, 13336, 10646, 17868, 10263, 14055, 9442, 10824, 9225, 10995, 9686, 10519, 8788, 10611, 9995, 10815, 12201, 16836, 9834, 14086, 9949, 13584, 10305, 12018, 10362, 13065, 10143, 9919, 10098, 9931, 10637, 10515, 10030, 10083, 9963, 12725, 10574, 15789, 11859, 11589, 11835, 9853, 17047, 10073, 15552, 8931, 10228, 8813, 10694, 9646, 10855, 9683, 15986, 8563, 10776, 9512, 10455, 9294, 8953, 10205, 9714, 10348, 9023, 10521, 16534, 16918, 17335, 13280, 10506, 12938, 11805, 11063, 11045, 9529, 10952, 10640, 8592, 10716, 10264, 8620, 11006, 10376, 10018, 10679, 10126, 17240, 10301, 15326, 10850, 14422, 10762, 14133, 9160, 10812, 10190, 10582, 14887, 10858, 18192, 13532, 11177, 10048, 18576, 10590, 15669, 10861, 13892, 8341, 10961, 8825, 11014, 8827, 11438, 10412, 15716, 11708, 12352, 10635, 11821, 10844, 17246, 11048, 14820, 8725, 11372, 9173, 11245, 9587, 11352, 13995, 10459, 11156, 10772, 11138, 10202, 10898, 8830, 14770, 10118, 11183, 11021, 10886, 11882, 10764, 17775, 11137, 11332, 9598, 11246, 10669, 12886, 8452, 11200, 9048, 10954, 9096, 11291, 9234, 11207, 10704, 10971, 10812, 10955, 10500, 11347, 14359, 12074, 11603, 11421, 10720, 14193, 10969, 14764, 10755, 11109, 11043, 13439, 11294, 11840, 11332, 12014, 11267, 10978, 11444, 10770, 10859, 9831, 10505, 10735, 10095, 10630, 10797, 9528, 10787, 14605, 9160, 11009, 11221, 18719, 17103, 11491, 12172, 11083, 10041, 11581, 13674, 11918, 9734, 11682, 9521, 11634, 8410, 11245, 9331, 11917, 10142, 11842, 9800, 11579, 9964, 11717, 14203, 11937, 11499, 11642, 9724, 11889, 10814, 11624, 16351, 11835, 10781, 9367, 11735, 8455, 11814, 9600, 11673, 9534, 11749, 10893, 11617, 11728, 11525, 14629, 11273, 11541, 9902, 11280, 8651, 11618, 8680, 11475, 8717, 11626, 8725, 11196, 10016, 11522, 9869, 11656, 10456, 11208, 10816, 10280, 11677, 8566, 11580, 13629, 11434, 14882, 11569, 9292, 11760, 8958, 11043, 9904, 11224, 10586, 11626, 9919, 11512, 13258, 11349, 14916, 10654, 10861, 7759, 11161, 11086, 12364, 9814, 13236, 8962, 11634, 8980, 11717, 15070, 13205, 11127, 11665, 9085, 11874, 9450, 11659, 13351, 11432, 15263, 11641, 11246, 11623, 12904, 11843, 11866, 11613, 9250, 11793, 8406, 11485, 9305, 11592, 10989, 11525, 9996, 11873, 9573, 8284, 11305, 7827, 11673, 8271, 11484, 9003, 11831, 16077, 8106, 11681, 8385, 11850, 11020, 11743, 11362, 8504, 11856, 11870, 19008, 11676, 17700, 10685, 13582, 8435, 12132, 9228, 11527, 13945, 8811, 11936, 9736, 11917, 16060, 12613, 15813, 12287, 13960, 9429, 11738, 8424, 11850, 9083, 11976, 10923, 11739, 13535, 11724, 16713, 11672, 14018, 11863, 9396, 11864, 8939, 11518, 10693, 10822, 11650, 8262, 11940, 8351, 11833, 9587, 11768, 14186, 11721, 10438, 11751, 10718, 8909, 13578, 13284, 11831, 10575, 11908, 11622, 11613, 18428, 11809, 16841, 10012, 12131, 8786, 11829, 9859, 11886, 16214, 11764, 10498, 11766, 10835, 11606, 12399, 9014, 11728, 8384, 11991, 11638, 17986, 13519, 15935, 10726, 12145, 8476, 12056, 11671, 10963, 11648, 15348, 11690, 13282, 11624, 10464, 12182, 10294, 14334, 11708, 18970, 11746, 14724, 12076, 13000, 11926, 10121, 12065, 9320, 11977, 9365, 11794, 8460, 11964, 7806, 11817, 8073, 12146, 7770, 11864, 11642, 12426, 11728, 13383, 11651, 11223, 11428, 10737, 11641, 10245, 11669, 9273, 11708, 8145, 11244, 8491, 11753, 8247, 11390, 8291, 11380, 8234, 11653, 14524, 11625, 10838, 11733, 10217, 12030, 12771, 12002, 12394, 12064, 9541, 12198, 11344, 16498, 11754, 17812, 14452, 11644, 9367, 12051, 11395, 13129, 11340, 17498, 11607, 14117, 11690, 13832, 11618, 12146, 10684, 16190, 11995, 13326, 11415, 9970, 11678, 10376, 11587, 10110, 11691, 10198, 11651, 8343, 11112, 11138, 16811, 11518, 11797, 11299, 11160, 11255, 9535, 11390, 8328, 11643, 8107, 11418, 11417, 10839, 11516, 11197, 11471, 10429, 11457, 9838, 11425, 13355, 12540, 9707, 11698, 8445, 11229, 11474, 12868, 11407, 11275, 11407, 11067, 11433, 11533, 11531, 10679, 8267, 11624, 11206, 13803, 11563, 17681, 9909, 11407, 8328, 11921, 8586, 11851, 14201, 11755, 16733, 11885, 15937, 11737, 13118, 11324, 17777, 11221, 13336, 8335, 11774, 8398, 11465, 11472, 14480, 11334, 16851, 11531, 17674, 11748, 13600, 11776, 9407, 11713, 14525, 11292, 15103, 11489, 12191, 11675, 14877, 11523, 17268, 13514, 18844, 10474, 11652, 12484, 11536, 11083, 19494, 11368, 10065, 11447, 8424, 11948, 9464, 11432, 8270, 12130, 9626, 11504, 11700, 11516, 11350, 12070, 15523, 16938, 12950, 18840, 11374, 14379, 11740, 12769, 11824, 11695, 12287, 8574, 11723, 11230, 11209, 11452, 10839, 11529, 10674, 11731, 10514, 11322, 11177, 10315, 11385, 8363, 11971, 7864, 11943, 11401, 10416, 11463, 12160, 11115, 10512, 8108, 11569, 8173, 11532, 9336, 11591, 8737, 11627, 9249, 11732, 10444, 11443, 12174, 8665, 11496, 11532, 15828, 11358, 17964, 11700, 15015, 10943, 10283, 11327, 9315, 11391, 10053, 8453, 11091, 7973, 11560, 11228, 15157, 13181, 16043, 10171, 11361, 11637, 15913, 12135, 15820, 11565, 12388, 11520, 16866, 11464, 14887, 11423, 9130, 11538, 8409, 11294, 8603, 11329, 8090, 11459, 11492, 9981, 11674, 17200, 11491, 13769, 11607, 12700, 11762, 12285, 11737, 11316, 11592, 9026, 11357, 13263, 11710, 10877, 11785, 11270, 11416, 13337, 11706, 11755, 10226, 10253, 8891, 10148, 8310, 10744, 8299, 11593, 10941, 11747, 10855, 11720, 14323, 11715, 9685, 11430, 9097, 11202, 10582, 11413, 16165, 11781, 11218, 11539, 11161, 11302, 16103, 11638, 15812, 11660, 13447, 11690, 14073, 15555, 11677, 12837, 10516, 10590, 11661, 13249, 8235, 11043, 8228, 11548, 8124, 11107, 8392, 11572, 9303, 11899, 10402, 11655, 15791, 11658, 17877, 11495, 15045, 11665, 13949, 12915, 18250, 12082, 10367, 11875, 10537, 11758, 10597, 9033, 11617, 9656, 11680, 11424, 8315, 12230, 7945, 11844, 11230, 17818, 11325, 18448, 9121, 14543, 8894, 11888, 9722, 11566, 10839, 11579, 13273, 11796, 9012, 11618, 10049, 8649, 10968, 8331, 11975, 12049, 11486, 16248, 11619, 12539, 11363, 9801, 14594, 8451, 11415, 8567, 11637, 10988, 15887, 11341, 11530, 8385, 11673, 9880, 11705, 9257, 11486, 12355, 11725, 11278, 8498, 12028, 11623, 18159, 11546, 16916, 11462, 15281, 11918, 9393, 11568, 10438, 11581, 12213, 8380, 11595, 8103, 11745, 7834, 11475, 12372, 14568, 11569, 11681, 9336, 12149, 9268, 11670, 15160, 11682, 11894, 8289, 11753, 8314, 11215, 8394, 11099, 17966, 13388, 16189, 17315, 17658, 18093, 12174, 11297, 12083, 11090, 11997, 11713, 10336, 8691, 11386, 9300, 12068, 10785, 8753, 11879, 11061, 16012, 12743, 16304, 11911, 15106, 11761, 15714, 13642, 11247, 17904, 11033, 18374, 11305, 14351, 11422, 13149, 11639, 11086, 11702, 9746, 12047, 10190, 12265, 9376, 12187, 8426, 11876, 9244, 12125, 10073, 12104, 10622, 11925, 10053, 11813, 10045, 12002, 16841, 13582, 16854, 15518, 11966, 11694, 14014, 11495, 9648, 11691, 9672, 11908, 9801, 12177, 10072, 9041, 11888, 8917, 11887, 10231, 13163, 11575, 15100, 12086, 13871, 12337, 14537, 11919, 10526, 12141, 14402, 12014, 16367, 9502, 12109, 11112, 14424, 11765, 11787, 11724, 11814, 11902, 11572, 9489, 11762, 9328, 11906, 10034, 11988, 11555, 11728, 12015, 11617, 14125, 9507, 11583, 9319, 11657, 11725, 11797, 10105, 9224, 11619, 9616, 11681, 13128, 11696, 13903, 11879, 10011, 9272, 10534, 9273, 10853, 17457, 9601, 11426, 11731, 15374, 11092, 16668, 11442, 12608, 9674, 10588, 9949, 11073, 7996, 11753, 9226, 9705, 10641, 11210, 11258, 13495], 'WindowCenter': [4302.0, 4347.0, 4283.0, 4270.0, 4270.0, 4268.0, 4268.0, 4298.0, 4265.0, 4244.0, 4304.0, 4253.0, 4262.0, 4264.0, 4265.0, 4263.0, 4251.0, 4264.0, 4252.0, 4264.0, 4253.0, 4277.0, 4270.0, 4269.0, 4247.0, 4268.0, 4280.0, 4271.0, 4282.0, 4281.0, 4331.0, 4299.0, 4318.0, 4267.0, 4307.0, 4266.0, 4285.0, 4265.0, 4255.0, 4265.0, 4264.0, 4265.0, 4265.0, 4277.0, 4267.0, 4278.0, 4277.0, 4276.0, 4265.0, 4247.0, 4277.0, 4247.0, 4278.0, 4258.0, 4277.0, 4299.0, 4289.0, 4257.0, 4278.0, 4267.0, 4286.0, 4265.0, 4315.0, 4265.0, 4295.0, 4234.0, 4276.0, 4245.0, 4276.0, 4236.0, 4277.0, 4257.0, 4278.0, 4257.0, 4278.0, 4267.0, 4307.0, 4287.0, 4318.0, 4307.0, 4309.0, 4344.0, 4333.0, 4344.0, 4344.0, 4341.0, 4275.0, 4233.0, 4274.0, 4264.0, 4262.0, 4263.0, 4252.0, 4263.0, 4263.0, 4234.0, 4275.0, 4254.0, 4275.0, 4264.0, 4275.0, 4264.0, 4255.0, 4284.0, 4254.0, 4305.0, 4272.0, 4291.0, 4249.0, 4288.0, 4257.0, 4287.0, 4225.0, 4245.0, 4215.0, 4245.0, 4215.0, 4256.0, 4225.0, 4247.0, 4217.0, 4246.0, 4236.0, 4265.0, 4235.0, 4255.0, 4237.0, 4247.0, 4237.0, 4258.0, 4248.0, 4260.0, 4249.0, 4260.0, 4251.0, 4260.0, 4240.0, 4271.0, 4250.0, 4272.0, 4262.0, 4271.0, 4261.0, 4302.0, 4271.0, 4282.0, 4272.0, 4261.0, 4272.0, 4262.0, 4274.0, 4274.0, 4233.0, 4284.0, 4254.0, 4285.0, 4255.0, 4285.0, 4266.0, 4295.0, 4274.0, 4284.0, 4275.0, 4274.0, 4275.0, 4275.0, 4286.0, 4265.0, 4286.0, 4316.0, 4286.0, 4286.0, 4287.0, 4276.0, 4287.0, 4276.0, 4236.0, 4286.0, 4246.0, 4287.0, 4268.0, 4287.0, 4307.0, 4276.0, 4275.0, 4286.0, 4275.0, 4286.0, 4327.0, 4286.0, 4276.0, 4287.0, 4276.0, 4236.0, 4287.0, 4247.0, 4289.0, 4259.0, 4288.0, 4288.0, 4329.0, 4287.0, 4316.0, 4286.0, 4266.0, 4287.0, 4276.0, 4248.0, 4289.0, 4259.0, 4290.0, 4290.0, 4339.0, 4277.0, 4318.0, 4276.0, 4286.0, 4275.0, 4255.0, 4285.0, 4224.0, 4274.0, 4234.0, 4276.0, 4246.0, 4288.0, 4277.0, 4299.0, 4288.0, 4289.0, 4300.0, 4288.0, 4298.0, 4287.0, 4282.0, 4293.0, 4272.0, 4330.0, 4309.0, 4328.0, 4267.0, 4307.0, 4256.0, 4306.0, 4267.0, 4296.0, 4266.0, 4266.0, 4269.0, 4258.0, 4270.0, 4279.0, 4268.0, 4257.0, 4280.0, 4257.0, 4268.0, 4257.0, 4268.0, 4298.0, 4279.0, 4289.0, 4279.0, 4310.0, 4269.0, 4318.0, 4267.0, 4297.0, 4267.0, 4297.0, 4278.0, 4328.0, 4267.0, 4295.0, 4255.0, 4276.0, 4257.0, 4277.0, 4257.0, 4278.0, 4247.0, 4268.0, 4268.0, 4267.0, 4288.0, 4318.0, 4269.0, 4297.0, 4256.0, 4286.0, 4266.0, 4275.0, 4266.0, 4285.0, 4267.0, 4266.0, 4268.0, 4267.0, 4279.0, 4279.0, 4269.0, 4268.0, 4269.0, 4299.0, 4279.0, 4319.0, 4288.0, 4278.0, 4276.0, 4256.0, 4332.0, 4268.0, 4306.0, 4244.0, 4264.0, 4244.0, 4266.0, 4257.0, 4277.0, 4256.0, 4306.0, 4234.0, 4277.0, 4256.0, 4267.0, 4258.0, 4261.0, 4280.0, 4270.0, 4281.0, 4260.0, 4281.0, 4332.0, 4332.0, 4331.0, 4299.0, 4279.0, 4299.0, 4278.0, 4265.0, 4264.0, 4244.0, 4265.0, 4254.0, 4246.0, 4268.0, 4267.0, 4248.0, 4280.0, 4269.0, 4271.0, 4281.0, 4282.0, 4333.0, 4270.0, 4308.0, 4268.0, 4297.0, 4268.0, 4298.0, 4247.0, 4278.0, 4256.0, 4267.0, 4296.0, 4266.0, 4317.0, 4287.0, 4266.0, 4257.0, 4318.0, 4256.0, 4295.0, 4265.0, 4284.0, 4225.0, 4278.0, 4247.0, 4279.0, 4249.0, 4278.0, 4268.0, 4307.0, 4277.0, 4276.0, 4267.0, 4275.0, 4266.0, 4316.0, 4266.0, 4297.0, 4236.0, 4276.0, 4246.0, 4277.0, 4255.0, 4277.0, 4297.0, 4268.0, 4278.0, 4278.0, 4278.0, 4268.0, 4267.0, 4247.0, 4298.0, 4267.0, 4278.0, 4266.0, 4267.0, 4276.0, 4278.0, 4318.0, 4277.0, 4277.0, 4257.0, 4266.0, 4266.0, 4286.0, 4236.0, 4266.0, 4246.0, 4277.0, 4246.0, 4277.0, 4257.0, 4278.0, 4267.0, 4279.0, 4278.0, 4279.0, 4279.0, 4278.0, 4309.0, 4288.0, 4277.0, 4276.0, 4267.0, 4297.0, 4266.0, 4296.0, 4266.0, 4276.0, 4277.0, 4296.0, 4277.0, 4276.0, 4276.0, 4275.0, 4276.0, 4265.0, 4278.0, 4266.0, 4278.0, 4257.0, 4267.0, 4276.0, 4268.0, 4278.0, 4278.0, 4256.0, 4268.0, 4308.0, 4258.0, 4291.0, 4291.0, 4331.0, 4320.0, 4278.0, 4288.0, 4279.0, 4268.0, 4276.0, 4296.0, 4275.0, 4244.0, 4276.0, 4255.0, 4277.0, 4236.0, 4277.0, 4246.0, 4277.0, 4267.0, 4289.0, 4268.0, 4289.0, 4268.0, 4289.0, 4298.0, 4289.0, 4277.0, 4278.0, 4256.0, 4277.0, 4266.0, 4277.0, 4307.0, 4277.0, 4266.0, 4257.0, 4277.0, 4237.0, 4278.0, 4258.0, 4278.0, 4257.0, 4288.0, 4267.0, 4278.0, 4278.0, 4290.0, 4309.0, 4278.0, 4278.0, 4258.0, 4267.0, 4247.0, 4277.0, 4247.0, 4277.0, 4246.0, 4278.0, 4246.0, 4279.0, 4268.0, 4290.0, 4269.0, 4291.0, 4269.0, 4280.0, 4280.0, 4269.0, 4280.0, 4249.0, 4279.0, 4300.0, 4279.0, 4309.0, 4279.0, 4258.0, 4290.0, 4258.0, 4279.0, 4268.0, 4280.0, 4279.0, 4290.0, 4270.0, 4291.0, 4301.0, 4291.0, 4310.0, 4279.0, 4280.0, 4240.0, 4290.0, 4291.0, 4303.0, 4270.0, 4301.0, 4260.0, 4290.0, 4259.0, 4289.0, 4310.0, 4299.0, 4279.0, 4279.0, 4246.0, 4289.0, 4257.0, 4289.0, 4298.0, 4279.0, 4308.0, 4279.0, 4278.0, 4278.0, 4289.0, 4278.0, 4277.0, 4277.0, 4245.0, 4277.0, 4236.0, 4276.0, 4256.0, 4277.0, 4266.0, 4289.0, 4268.0, 4300.0, 4269.0, 4249.0, 4279.0, 4239.0, 4289.0, 4249.0, 4279.0, 4259.0, 4302.0, 4320.0, 4239.0, 4290.0, 4248.0, 4290.0, 4279.0, 4290.0, 4290.0, 4260.0, 4290.0, 4290.0, 4341.0, 4278.0, 4318.0, 4267.0, 4297.0, 4236.0, 4276.0, 4256.0, 4288.0, 4299.0, 4258.0, 4289.0, 4257.0, 4288.0, 4318.0, 4287.0, 4307.0, 4275.0, 4285.0, 4244.0, 4275.0, 4235.0, 4277.0, 4245.0, 4288.0, 4277.0, 4288.0, 4298.0, 4276.0, 4316.0, 4275.0, 4295.0, 4275.0, 4244.0, 4275.0, 4244.0, 4276.0, 4265.0, 4276.0, 4276.0, 4236.0, 4288.0, 4235.0, 4287.0, 4255.0, 4277.0, 4296.0, 4287.0, 4266.0, 4287.0, 4266.0, 4246.0, 4297.0, 4298.0, 4287.0, 4266.0, 4288.0, 4276.0, 4278.0, 4326.0, 4287.0, 4317.0, 4255.0, 4286.0, 4245.0, 4275.0, 4254.0, 4275.0, 4316.0, 4276.0, 4276.0, 4286.0, 4265.0, 4275.0, 4285.0, 4245.0, 4275.0, 4234.0, 4275.0, 4275.0, 4315.0, 4283.0, 4303.0, 4262.0, 4273.0, 4232.0, 4273.0, 4273.0, 4263.0, 4275.0, 4304.0, 4273.0, 4283.0, 4274.0, 4263.0, 4273.0, 4252.0, 4292.0, 4272.0, 4313.0, 4261.0, 4293.0, 4272.0, 4282.0, 4273.0, 4252.0, 4272.0, 4242.0, 4272.0, 4241.0, 4273.0, 4233.0, 4274.0, 4224.0, 4274.0, 4234.0, 4284.0, 4234.0, 4274.0, 4275.0, 4284.0, 4285.0, 4295.0, 4286.0, 4275.0, 4286.0, 4274.0, 4275.0, 4265.0, 4276.0, 4255.0, 4286.0, 4234.0, 4275.0, 4245.0, 4286.0, 4246.0, 4286.0, 4246.0, 4287.0, 4246.0, 4287.0, 4309.0, 4288.0, 4277.0, 4287.0, 4267.0, 4286.0, 4285.0, 4275.0, 4286.0, 4285.0, 4255.0, 4286.0, 4276.0, 4316.0, 4274.0, 4315.0, 4294.0, 4273.0, 4242.0, 4285.0, 4274.0, 4283.0, 4273.0, 4313.0, 4273.0, 4294.0, 4273.0, 4282.0, 4274.0, 4299.0, 4267.0, 4305.0, 4273.0, 4282.0, 4273.0, 4252.0, 4274.0, 4252.0, 4273.0, 4252.0, 4272.0, 4251.0, 4274.0, 4233.0, 4273.0, 4274.0, 4313.0, 4273.0, 4272.0, 4273.0, 4273.0, 4274.0, 4254.0, 4276.0, 4235.0, 4275.0, 4235.0, 4275.0, 4287.0, 4275.0, 4276.0, 4275.0, 4277.0, 4264.0, 4277.0, 4266.0, 4276.0, 4296.0, 4286.0, 4255.0, 4275.0, 4235.0, 4275.0, 4276.0, 4286.0, 4276.0, 4276.0, 4287.0, 4276.0, 4288.0, 4288.0, 4289.0, 4278.0, 4248.0, 4290.0, 4290.0, 4309.0, 4288.0, 4328.0, 4267.0, 4287.0, 4247.0, 4288.0, 4258.0, 4288.0, 4309.0, 4288.0, 4318.0, 4289.0, 4318.0, 4287.0, 4295.0, 4275.0, 4326.0, 4276.0, 4297.0, 4246.0, 4288.0, 4247.0, 4276.0, 4287.0, 4307.0, 4276.0, 4317.0, 4276.0, 4316.0, 4276.0, 4295.0, 4275.0, 4243.0, 4275.0, 4295.0, 4276.0, 4305.0, 4277.0, 4275.0, 4275.0, 4294.0, 4273.0, 4314.0, 4285.0, 4338.0, 4278.0, 4288.0, 4286.0, 4287.0, 4276.0, 4325.0, 4273.0, 4252.0, 4274.0, 4232.0, 4273.0, 4254.0, 4273.0, 4232.0, 4284.0, 4253.0, 4274.0, 4273.0, 4275.0, 4275.0, 4274.0, 4304.0, 4303.0, 4271.0, 4301.0, 4249.0, 4278.0, 4248.0, 4256.0, 4245.0, 4245.0, 4245.0, 4204.0, 4245.0, 4246.0, 4245.0, 4246.0, 4235.0, 4248.0, 4236.0, 4258.0, 4247.0, 4259.0, 4260.0, 4251.0, 4262.0, 4232.0, 4272.0, 4223.0, 4274.0, 4274.0, 4252.0, 4273.0, 4273.0, 4275.0, 4264.0, 4234.0, 4286.0, 4246.0, 4276.0, 4256.0, 4276.0, 4245.0, 4287.0, 4256.0, 4288.0, 4277.0, 4288.0, 4287.0, 4248.0, 4289.0, 4290.0, 4319.0, 4277.0, 4328.0, 4287.0, 4306.0, 4277.0, 4266.0, 4277.0, 4256.0, 4288.0, 4268.0, 4248.0, 4289.0, 4249.0, 4288.0, 4289.0, 4317.0, 4299.0, 4318.0, 4268.0, 4288.0, 4287.0, 4317.0, 4288.0, 4317.0, 4287.0, 4286.0, 4286.0, 4317.0, 4274.0, 4305.0, 4275.0, 4254.0, 4275.0, 4235.0, 4287.0, 4246.0, 4275.0, 4235.0, 4276.0, 4286.0, 4266.0, 4287.0, 4327.0, 4275.0, 4295.0, 4275.0, 4285.0, 4287.0, 4285.0, 4286.0, 4275.0, 4286.0, 4245.0, 4277.0, 4297.0, 4287.0, 4276.0, 4287.0, 4276.0, 4288.0, 4297.0, 4287.0, 4286.0, 4266.0, 4265.0, 4256.0, 4266.0, 4246.0, 4277.0, 4247.0, 4289.0, 4278.0, 4301.0, 4281.0, 4289.0, 4309.0, 4288.0, 4256.0, 4288.0, 4257.0, 4278.0, 4278.0, 4290.0, 4318.0, 4289.0, 4278.0, 4288.0, 4277.0, 4278.0, 4318.0, 4288.0, 4317.0, 4288.0, 4298.0, 4286.0, 4307.0, 4307.0, 4276.0, 4285.0, 4265.0, 4264.0, 4275.0, 4285.0, 4234.0, 4275.0, 4235.0, 4287.0, 4236.0, 4277.0, 4247.0, 4289.0, 4258.0, 4300.0, 4278.0, 4289.0, 4318.0, 4278.0, 4327.0, 4277.0, 4306.0, 4276.0, 4297.0, 4286.0, 4327.0, 4275.0, 4253.0, 4274.0, 4252.0, 4274.0, 4252.0, 4244.0, 4274.0, 4253.0, 4286.0, 4276.0, 4236.0, 4286.0, 4236.0, 4275.0, 4275.0, 4315.0, 4263.0, 4313.0, 4242.0, 4294.0, 4242.0, 4275.0, 4254.0, 4276.0, 4265.0, 4275.0, 4285.0, 4275.0, 4232.0, 4275.0, 4255.0, 4247.0, 4278.0, 4248.0, 4290.0, 4300.0, 4290.0, 4321.0, 4278.0, 4287.0, 4277.0, 4256.0, 4306.0, 4235.0, 4276.0, 4245.0, 4277.0, 4277.0, 4317.0, 4276.0, 4275.0, 4235.0, 4277.0, 4266.0, 4287.0, 4256.0, 4277.0, 4287.0, 4288.0, 4278.0, 4247.0, 4288.0, 4288.0, 4328.0, 4276.0, 4315.0, 4275.0, 4295.0, 4274.0, 4244.0, 4287.0, 4266.0, 4277.0, 4287.0, 4236.0, 4276.0, 4236.0, 4287.0, 4226.0, 4276.0, 4286.0, 4307.0, 4276.0, 4276.0, 4256.0, 4286.0, 4255.0, 4275.0, 4305.0, 4276.0, 4275.0, 4235.0, 4275.0, 4234.0, 4264.0, 4235.0, 4275.0, 4328.0, 4311.0, 4333.0, 4342.0, 4342.0, 4330.0, 4275.0, 4276.0, 4274.0, 4275.0, 4273.0, 4276.0, 4253.0, 4234.0, 4273.0, 4243.0, 4285.0, 4274.0, 4244.0, 4285.0, 4276.0, 4306.0, 4284.0, 4293.0, 4261.0, 4280.0, 4247.0, 4278.0, 4255.0, 4235.0, 4274.0, 4222.0, 4272.0, 4221.0, 4251.0, 4231.0, 4241.0, 4232.0, 4231.0, 4243.0, 4226.0, 4257.0, 4222.0, 4243.0, 4212.0, 4245.0, 4205.0, 4257.0, 4226.0, 4258.0, 4238.0, 4271.0, 4250.0, 4273.0, 4252.0, 4262.0, 4252.0, 4288.0, 4316.0, 4296.0, 4330.0, 4318.0, 4276.0, 4286.0, 4294.0, 4263.0, 4242.0, 4273.0, 4242.0, 4273.0, 4252.0, 4285.0, 4254.0, 4257.0, 4287.0, 4256.0, 4288.0, 4279.0, 4299.0, 4278.0, 4307.0, 4276.0, 4286.0, 4275.0, 4283.0, 4263.0, 4251.0, 4261.0, 4281.0, 4272.0, 4303.0, 4241.0, 4274.0, 4275.0, 4293.0, 4262.0, 4261.0, 4262.0, 4261.0, 4272.0, 4262.0, 4243.0, 4274.0, 4244.0, 4286.0, 4255.0, 4276.0, 4275.0, 4277.0, 4275.0, 4275.0, 4295.0, 4255.0, 4275.0, 4256.0, 4277.0, 4275.0, 4276.0, 4255.0, 4246.0, 4276.0, 4256.0, 4276.0, 4286.0, 4287.0, 4297.0, 4286.0, 4255.0, 4244.0, 4264.0, 4256.0, 4277.0, 4328.0, 4268.0, 4289.0, 4300.0, 4320.0, 4276.0, 4305.0, 4264.0, 4274.0, 4254.0, 4266.0, 4266.0, 4290.0, 4248.0, 4300.0, 4258.0, 4269.0, 4280.0, 4303.0, 4303.0, 4323.0], 'WindowWidth': [9524.0, 9572.0, 9479.0, 9454.0, 9454.0, 9448.0, 9445.0, 9488.0, 9437.0, 9407.0, 9487.0, 9416.0, 9426.0, 9436.0, 9439.0, 9432.0, 9412.0, 9434.0, 9415.0, 9434.0, 9419.0, 9458.0, 9453.0, 9450.0, 9417.0, 9445.0, 9466.0, 9455.0, 9473.0, 9471.0, 9537.0, 9487.0, 9511.0, 9442.0, 9496.0, 9439.0, 9462.0, 9437.0, 9422.0, 9435.0, 9431.0, 9437.0, 9435.0, 9455.0, 9444.0, 9459.0, 9457.0, 9453.0, 9437.0, 9416.0, 9458.0, 9419.0, 9458.0, 9432.0, 9457.0, 9491.0, 9475.0, 9430.0, 9458.0, 9442.0, 9466.0, 9436.0, 9505.0, 9436.0, 9477.0, 9394.0, 9452.0, 9412.0, 9452.0, 9400.0, 9456.0, 9429.0, 9460.0, 9430.0, 9458.0, 9444.0, 9496.0, 9470.0, 9514.0, 9498.0, 9502.0, 9562.0, 9545.0, 9571.0, 9563.0, 9556.0, 9450.0, 9390.0, 9445.0, 9434.0, 9428.0, 9431.0, 9414.0, 9431.0, 9430.0, 9396.0, 9450.0, 9422.0, 9452.0, 9436.0, 9453.0, 9435.0, 9424.0, 9461.0, 9420.0, 9494.0, 9439.0, 9465.0, 9403.0, 9456.0, 9411.0, 9452.0, 9366.0, 9390.0, 9352.0, 9389.0, 9351.0, 9407.0, 9366.0, 9396.0, 9359.0, 9397.0, 9381.0, 9419.0, 9378.0, 9407.0, 9384.0, 9399.0, 9387.0, 9417.0, 9402.0, 9423.0, 9405.0, 9423.0, 9413.0, 9422.0, 9395.0, 9437.0, 9410.0, 9442.0, 9428.0, 9438.0, 9425.0, 9481.0, 9439.0, 9454.0, 9442.0, 9424.0, 9443.0, 9430.0, 9448.0, 9447.0, 9394.0, 9463.0, 9421.0, 9464.0, 9425.0, 9465.0, 9441.0, 9479.0, 9448.0, 9462.0, 9451.0, 9449.0, 9452.0, 9453.0, 9468.0, 9439.0, 9469.0, 9510.0, 9467.0, 9468.0, 9470.0, 9456.0, 9472.0, 9454.0, 9404.0, 9469.0, 9417.0, 9472.0, 9447.0, 9470.0, 9498.0, 9454.0, 9452.0, 9468.0, 9452.0, 9469.0, 9525.0, 9468.0, 9457.0, 9471.0, 9455.0, 9404.0, 9472.0, 9419.0, 9477.0, 9438.0, 9477.0, 9475.0, 9534.0, 9469.0, 9508.0, 9468.0, 9442.0, 9473.0, 9456.0, 9424.0, 9478.0, 9438.0, 9480.0, 9482.0, 9548.0, 9459.0, 9515.0, 9453.0, 9467.0, 9451.0, 9426.0, 9464.0, 9383.0, 9449.0, 9398.0, 9454.0, 9417.0, 9475.0, 9460.0, 9492.0, 9476.0, 9479.0, 9495.0, 9474.0, 9486.0, 9471.0, 9477.0, 9490.0, 9457.0, 9533.0, 9501.0, 9528.0, 9441.0, 9495.0, 9425.0, 9493.0, 9443.0, 9480.0, 9439.0, 9438.0, 9449.0, 9434.0, 9452.0, 9464.0, 9447.0, 9431.0, 9467.0, 9430.0, 9448.0, 9429.0, 9448.0, 9487.0, 9463.0, 9475.0, 9464.0, 9506.0, 9451.0, 9513.0, 9442.0, 9483.0, 9442.0, 9483.0, 9459.0, 9527.0, 9442.0, 9478.0, 9425.0, 9454.0, 9429.0, 9456.0, 9429.0, 9460.0, 9419.0, 9445.0, 9445.0, 9443.0, 9472.0, 9514.0, 9448.0, 9484.0, 9426.0, 9465.0, 9438.0, 9451.0, 9440.0, 9464.0, 9443.0, 9442.0, 9447.0, 9445.0, 9464.0, 9462.0, 9451.0, 9447.0, 9451.0, 9492.0, 9464.0, 9519.0, 9471.0, 9461.0, 9455.0, 9427.0, 9541.0, 9449.0, 9493.0, 9407.0, 9436.0, 9410.0, 9442.0, 9431.0, 9457.0, 9428.0, 9494.0, 9396.0, 9457.0, 9429.0, 9443.0, 9433.0, 9443.0, 9465.0, 9454.0, 9469.0, 9440.0, 9470.0, 9544.0, 9540.0, 9536.0, 9487.0, 9463.0, 9489.0, 9458.0, 9435.0, 9430.0, 9404.0, 9433.0, 9419.0, 9412.0, 9444.0, 9443.0, 9421.0, 9463.0, 9450.0, 9453.0, 9469.0, 9471.0, 9544.0, 9450.0, 9499.0, 9443.0, 9480.0, 9443.0, 9483.0, 9413.0, 9457.0, 9423.0, 9440.0, 9479.0, 9438.0, 9509.0, 9467.0, 9438.0, 9428.0, 9513.0, 9422.0, 9474.0, 9433.0, 9458.0, 9382.0, 9457.0, 9414.0, 9462.0, 9420.0, 9457.0, 9444.0, 9495.0, 9453.0, 9452.0, 9439.0, 9449.0, 9437.0, 9507.0, 9437.0, 9480.0, 9398.0, 9451.0, 9411.0, 9454.0, 9422.0, 9454.0, 9482.0, 9443.0, 9457.0, 9458.0, 9457.0, 9443.0, 9442.0, 9414.0, 9483.0, 9440.0, 9457.0, 9439.0, 9442.0, 9454.0, 9456.0, 9511.0, 9454.0, 9453.0, 9427.0, 9437.0, 9438.0, 9463.0, 9400.0, 9438.0, 9412.0, 9455.0, 9413.0, 9456.0, 9428.0, 9458.0, 9442.0, 9462.0, 9458.0, 9463.0, 9462.0, 9458.0, 9500.0, 9469.0, 9455.0, 9452.0, 9442.0, 9482.0, 9439.0, 9478.0, 9438.0, 9453.0, 9453.0, 9480.0, 9453.0, 9452.0, 9451.0, 9449.0, 9452.0, 9437.0, 9457.0, 9439.0, 9458.0, 9428.0, 9444.0, 9454.0, 9447.0, 9460.0, 9457.0, 9427.0, 9444.0, 9502.0, 9435.0, 9484.0, 9485.0, 9539.0, 9521.0, 9457.0, 9473.0, 9462.0, 9447.0, 9454.0, 9479.0, 9448.0, 9407.0, 9451.0, 9423.0, 9456.0, 9400.0, 9457.0, 9412.0, 9456.0, 9441.0, 9476.0, 9444.0, 9475.0, 9444.0, 9473.0, 9483.0, 9473.0, 9455.0, 9457.0, 9424.0, 9456.0, 9438.0, 9455.0, 9494.0, 9454.0, 9438.0, 9428.0, 9455.0, 9403.0, 9456.0, 9431.0, 9457.0, 9426.0, 9471.0, 9440.0, 9459.0, 9459.0, 9478.0, 9499.0, 9457.0, 9458.0, 9429.0, 9440.0, 9413.0, 9454.0, 9415.0, 9455.0, 9413.0, 9459.0, 9415.0, 9461.0, 9446.0, 9476.0, 9448.0, 9479.0, 9449.0, 9465.0, 9462.0, 9449.0, 9462.0, 9420.0, 9461.0, 9490.0, 9462.0, 9501.0, 9461.0, 9431.0, 9476.0, 9432.0, 9462.0, 9445.0, 9465.0, 9462.0, 9479.0, 9451.0, 9479.0, 9497.0, 9480.0, 9504.0, 9462.0, 9464.0, 9412.0, 9479.0, 9482.0, 9499.0, 9453.0, 9493.0, 9437.0, 9478.0, 9435.0, 9475.0, 9506.0, 9489.0, 9461.0, 9460.0, 9413.0, 9474.0, 9430.0, 9475.0, 9484.0, 9460.0, 9498.0, 9461.0, 9458.0, 9460.0, 9475.0, 9457.0, 9453.0, 9454.0, 9410.0, 9454.0, 9399.0, 9452.0, 9426.0, 9456.0, 9438.0, 9474.0, 9446.0, 9492.0, 9447.0, 9424.0, 9462.0, 9409.0, 9475.0, 9421.0, 9460.0, 9434.0, 9497.0, 9520.0, 9409.0, 9476.0, 9421.0, 9478.0, 9461.0, 9479.0, 9479.0, 9438.0, 9479.0, 9479.0, 9552.0, 9458.0, 9512.0, 9441.0, 9480.0, 9398.0, 9452.0, 9427.0, 9472.0, 9486.0, 9432.0, 9472.0, 9429.0, 9471.0, 9515.0, 9469.0, 9496.0, 9449.0, 9459.0, 9407.0, 9448.0, 9397.0, 9454.0, 9411.0, 9472.0, 9456.0, 9472.0, 9488.0, 9453.0, 9507.0, 9450.0, 9476.0, 9447.0, 9407.0, 9449.0, 9407.0, 9452.0, 9437.0, 9454.0, 9452.0, 9400.0, 9469.0, 9398.0, 9469.0, 9424.0, 9455.0, 9481.0, 9470.0, 9440.0, 9468.0, 9441.0, 9415.0, 9482.0, 9487.0, 9469.0, 9442.0, 9472.0, 9454.0, 9457.0, 9520.0, 9471.0, 9511.0, 9424.0, 9463.0, 9409.0, 9451.0, 9419.0, 9449.0, 9506.0, 9452.0, 9456.0, 9467.0, 9437.0, 9451.0, 9465.0, 9410.0, 9450.0, 9396.0, 9449.0, 9449.0, 9504.0, 9456.0, 9484.0, 9425.0, 9442.0, 9389.0, 9442.0, 9444.0, 9430.0, 9449.0, 9488.0, 9443.0, 9459.0, 9448.0, 9432.0, 9443.0, 9415.0, 9468.0, 9440.0, 9501.0, 9423.0, 9470.0, 9441.0, 9454.0, 9446.0, 9414.0, 9443.0, 9402.0, 9442.0, 9400.0, 9446.0, 9393.0, 9449.0, 9383.0, 9449.0, 9398.0, 9462.0, 9397.0, 9449.0, 9451.0, 9462.0, 9463.0, 9478.0, 9467.0, 9454.0, 9467.0, 9451.0, 9452.0, 9439.0, 9453.0, 9424.0, 9469.0, 9397.0, 9451.0, 9414.0, 9467.0, 9416.0, 9469.0, 9417.0, 9470.0, 9416.0, 9472.0, 9504.0, 9473.0, 9457.0, 9473.0, 9445.0, 9466.0, 9466.0, 9450.0, 9466.0, 9464.0, 9425.0, 9470.0, 9455.0, 9507.0, 9448.0, 9505.0, 9475.0, 9444.0, 9404.0, 9463.0, 9449.0, 9460.0, 9445.0, 9500.0, 9445.0, 9474.0, 9445.0, 9456.0, 9448.0, 9492.0, 9445.0, 9494.0, 9444.0, 9454.0, 9445.0, 9413.0, 9448.0, 9415.0, 9444.0, 9414.0, 9441.0, 9413.0, 9447.0, 9392.0, 9445.0, 9449.0, 9501.0, 9444.0, 9443.0, 9445.0, 9446.0, 9449.0, 9421.0, 9454.0, 9397.0, 9450.0, 9400.0, 9452.0, 9470.0, 9453.0, 9453.0, 9453.0, 9455.0, 9436.0, 9456.0, 9441.0, 9455.0, 9482.0, 9466.0, 9425.0, 9450.0, 9398.0, 9450.0, 9454.0, 9467.0, 9455.0, 9454.0, 9472.0, 9456.0, 9474.0, 9474.0, 9478.0, 9462.0, 9423.0, 9481.0, 9480.0, 9504.0, 9474.0, 9529.0, 9442.0, 9470.0, 9418.0, 9474.0, 9434.0, 9473.0, 9503.0, 9473.0, 9514.0, 9476.0, 9513.0, 9470.0, 9479.0, 9451.0, 9522.0, 9455.0, 9484.0, 9417.0, 9475.0, 9420.0, 9454.0, 9471.0, 9500.0, 9454.0, 9512.0, 9453.0, 9506.0, 9453.0, 9478.0, 9452.0, 9407.0, 9451.0, 9479.0, 9453.0, 9489.0, 9457.0, 9451.0, 9450.0, 9475.0, 9445.0, 9503.0, 9465.0, 9543.0, 9462.0, 9476.0, 9467.0, 9469.0, 9454.0, 9521.0, 9445.0, 9416.0, 9448.0, 9390.0, 9446.0, 9421.0, 9445.0, 9390.0, 9460.0, 9419.0, 9449.0, 9445.0, 9451.0, 9453.0, 9446.0, 9490.0, 9483.0, 9436.0, 9478.0, 9402.0, 9443.0, 9400.0, 9409.0, 9392.0, 9390.0, 9390.0, 9338.0, 9393.0, 9395.0, 9392.0, 9394.0, 9381.0, 9400.0, 9385.0, 9415.0, 9400.0, 9421.0, 9422.0, 9414.0, 9427.0, 9390.0, 9442.0, 9378.0, 9447.0, 9447.0, 9414.0, 9445.0, 9444.0, 9448.0, 9434.0, 9394.0, 9468.0, 9415.0, 9455.0, 9429.0, 9454.0, 9411.0, 9471.0, 9428.0, 9474.0, 9457.0, 9474.0, 9471.0, 9420.0, 9475.0, 9480.0, 9516.0, 9458.0, 9529.0, 9470.0, 9495.0, 9456.0, 9442.0, 9458.0, 9429.0, 9473.0, 9448.0, 9422.0, 9478.0, 9426.0, 9476.0, 9479.0, 9513.0, 9489.0, 9514.0, 9445.0, 9472.0, 9471.0, 9513.0, 9473.0, 9512.0, 9470.0, 9468.0, 9468.0, 9511.0, 9448.0, 9490.0, 9451.0, 9422.0, 9453.0, 9399.0, 9471.0, 9414.0, 9451.0, 9399.0, 9453.0, 9467.0, 9440.0, 9472.0, 9525.0, 9451.0, 9478.0, 9452.0, 9466.0, 9470.0, 9466.0, 9469.0, 9453.0, 9468.0, 9412.0, 9458.0, 9484.0, 9469.0, 9454.0, 9471.0, 9455.0, 9475.0, 9487.0, 9469.0, 9467.0, 9440.0, 9438.0, 9429.0, 9441.0, 9416.0, 9458.0, 9418.0, 9479.0, 9463.0, 9495.0, 9469.0, 9478.0, 9504.0, 9475.0, 9428.0, 9474.0, 9430.0, 9462.0, 9462.0, 9479.0, 9516.0, 9476.0, 9460.0, 9475.0, 9459.0, 9461.0, 9516.0, 9474.0, 9511.0, 9475.0, 9487.0, 9469.0, 9498.0, 9496.0, 9453.0, 9464.0, 9437.0, 9435.0, 9452.0, 9465.0, 9397.0, 9449.0, 9398.0, 9470.0, 9403.0, 9458.0, 9419.0, 9476.0, 9434.0, 9495.0, 9460.0, 9476.0, 9516.0, 9460.0, 9525.0, 9458.0, 9495.0, 9455.0, 9486.0, 9465.0, 9524.0, 9448.0, 9418.0, 9447.0, 9414.0, 9447.0, 9414.0, 9408.0, 9447.0, 9420.0, 9469.0, 9454.0, 9401.0, 9467.0, 9400.0, 9450.0, 9450.0, 9504.0, 9429.0, 9498.0, 9400.0, 9472.0, 9401.0, 9450.0, 9420.0, 9454.0, 9439.0, 9449.0, 9462.0, 9447.0, 9388.0, 9450.0, 9424.0, 9418.0, 9462.0, 9421.0, 9480.0, 9492.0, 9479.0, 9523.0, 9460.0, 9470.0, 9455.0, 9425.0, 9493.0, 9397.0, 9452.0, 9412.0, 9455.0, 9457.0, 9509.0, 9452.0, 9449.0, 9395.0, 9455.0, 9439.0, 9470.0, 9426.0, 9456.0, 9469.0, 9471.0, 9457.0, 9417.0, 9470.0, 9472.0, 9529.0, 9451.0, 9506.0, 9448.0, 9474.0, 9446.0, 9408.0, 9468.0, 9440.0, 9456.0, 9470.0, 9400.0, 9454.0, 9401.0, 9469.0, 9386.0, 9451.0, 9466.0, 9494.0, 9453.0, 9451.0, 9425.0, 9466.0, 9422.0, 9450.0, 9491.0, 9451.0, 9450.0, 9396.0, 9448.0, 9394.0, 9434.0, 9396.0, 9452.0, 9527.0, 9511.0, 9543.0, 9557.0, 9555.0, 9535.0, 9449.0, 9454.0, 9446.0, 9449.0, 9444.0, 9450.0, 9415.0, 9393.0, 9443.0, 9404.0, 9465.0, 9449.0, 9410.0, 9465.0, 9455.0, 9495.0, 9460.0, 9473.0, 9421.0, 9449.0, 9398.0, 9440.0, 9403.0, 9375.0, 9429.0, 9354.0, 9424.0, 9352.0, 9392.0, 9365.0, 9379.0, 9367.0, 9365.0, 9385.0, 9373.0, 9411.0, 9356.0, 9384.0, 9344.0, 9391.0, 9340.0, 9411.0, 9370.0, 9415.0, 9389.0, 9435.0, 9408.0, 9443.0, 9413.0, 9424.0, 9416.0, 9472.0, 9509.0, 9478.0, 9533.0, 9514.0, 9451.0, 9464.0, 9472.0, 9428.0, 9398.0, 9440.0, 9397.0, 9441.0, 9413.0, 9462.0, 9421.0, 9428.0, 9469.0, 9428.0, 9472.0, 9463.0, 9487.0, 9458.0, 9498.0, 9450.0, 9465.0, 9447.0, 9456.0, 9428.0, 9408.0, 9421.0, 9449.0, 9438.0, 9481.0, 9397.0, 9447.0, 9447.0, 9468.0, 9425.0, 9423.0, 9424.0, 9423.0, 9440.0, 9428.0, 9403.0, 9444.0, 9406.0, 9466.0, 9421.0, 9451.0, 9449.0, 9452.0, 9449.0, 9447.0, 9474.0, 9421.0, 9449.0, 9424.0, 9455.0, 9448.0, 9452.0, 9421.0, 9411.0, 9450.0, 9426.0, 9451.0, 9464.0, 9466.0, 9481.0, 9465.0, 9422.0, 9406.0, 9434.0, 9425.0, 9455.0, 9526.0, 9444.0, 9476.0, 9491.0, 9516.0, 9451.0, 9490.0, 9430.0, 9446.0, 9421.0, 9438.0, 9442.0, 9478.0, 9423.0, 9491.0, 9432.0, 9449.0, 9465.0, 9505.0, 9503.0, 9531.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.0016536131934032983</td></tr>
<tr><td colspan=3>aqi</td><td>0.028133801499250374</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.74023425195048</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2631419385146303</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0212133917404362</td></tr>
<tr><td colspan=3>efc</td><td>0.497</td></tr>
<tr><td colspan=3>fber</td><td>4288.5142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06704731678475101</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7991004497751124</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436904441552183</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291165672647081</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7369810256543783</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2825666263550897</td></tr>
<tr><td colspan=3>gcor</td><td>0.00943046</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028250109404325485</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0440157949924469</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7338557533377488</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>14.9066</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5326</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>227.9369</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299377.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1124.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.7421</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0052</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>564.9674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3436.7043</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>978.3389</td></tr>
<tr><td colspan=3>tsnr</td><td>34.37961420346983</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>