<?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-0013_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-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0013/figures/sub-0013_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-0013/figures/sub-0013_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_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-0013/ses-03/func/sub-0013_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>09df2ccdc01cf4c1a4eca5975c3597f2</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>11:08:20.727500</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_VE11C_LATEST_20160120</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.99668, 0.0750597, 0.0315378, -0.0812416, 0.942249, 0.324911]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0977514</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>[4140, -7781, -7250, 397, -151, -131, 59, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cf5edd3-8c1d-4b0d-bd7f-70bdb519ae96||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6740200519561768, -0.21796518564224243, 0.014387616887688637, 124.51841735839844], [-0.20137964189052582, 2.527984619140625, 0.8812645673751831, -87.80216217041016], [0.08461358398199081, -0.871711790561676, 2.5520904064178467, -6.175644874572754], [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': ['110820.727500', '110821.187500', '110821.647500', '110822.107500', '110822.567500', '110823.027500', '110823.487500', '110823.947500', '110824.407500', '110824.867500', '110825.327500', '110825.787500', '110826.247500', '110826.707500', '110827.167500', '110827.627500', '110828.087500', '110828.547500', '110829.007500', '110829.467500', '110829.927500', '110830.387500', '110830.847500', '110831.307500', '110831.767500', '110832.227500', '110832.687500', '110833.147500', '110833.607500', '110834.067500', '110834.527500', '110834.987500', '110835.447500', '110835.907500', '110836.367500', '110836.827500', '110837.287500', '110837.747500', '110838.207500', '110838.667500', '110839.127500', '110839.587500', '110840.047500', '110840.507500', '110840.967500', '110841.427500', '110841.887500', '110842.347500', '110842.807500', '110843.267500', '110843.727500', '110844.187500', '110844.647500', '110845.107500', '110845.567500', '110846.027500', '110846.487500', '110846.947500', '110847.407500', '110847.867500', '110848.327500', '110848.787500', '110849.247500', '110849.707500', '110850.167500', '110850.627500', '110851.087500', '110851.547500', '110852.007500', '110852.467500', '110852.927500', '110853.387500', '110853.847500', '110854.307500', '110854.767500', '110855.227500', '110855.687500', '110856.147500', '110856.607500', '110857.067500', '110857.527500', '110857.987500', '110858.447500', '110858.907500', '110859.367500', '110859.827500', '110900.287500', '110900.747500', '110901.207500', '110901.667500', '110902.127500', '110902.587500', '110903.047500', '110903.507500', '110903.967500', '110904.427500', '110904.887500', '110905.347500', '110905.807500', '110906.267500', '110906.727500', '110907.187500', '110907.647500', '110908.107500', '110908.567500', '110909.027500', '110909.487500', '110909.947500', '110910.407500', '110910.867500', '110911.327500', '110911.787500', '110912.247500', '110912.707500', '110913.167500', '110913.627500', '110914.087500', '110914.547500', '110915.007500', '110915.467500', '110915.927500', '110916.387500', '110916.847500', '110917.307500', '110917.767500', '110918.227500', '110918.687500', '110919.147500', '110919.607500', '110920.067500', '110920.527500', '110920.987500', '110921.447500', '110921.907500', '110922.367500', '110922.827500', '110923.287500', '110923.747500', '110924.207500', '110924.667500', '110925.127500', '110925.587500', '110926.047500', '110926.507500', '110926.967500', '110927.427500', '110927.887500', '110928.347500', '110928.807500', '110929.267500', '110929.727500', '110930.187500', '110930.647500', '110931.107500', '110931.567500', '110932.027500', '110932.487500', '110932.947500', '110933.407500', '110933.867500', '110934.327500', '110934.787500', '110935.247500', '110935.707500', '110936.167500', '110936.627500', '110937.087500', '110937.547500', '110938.007500', '110938.467500', '110938.927500', '110939.387500', '110939.847500', '110940.307500', '110940.767500', '110941.227500', '110941.687500', '110942.147500', '110942.607500', '110943.067500', '110943.527500', '110943.987500', '110944.447500', '110944.907500', '110945.367500', '110945.827500', '110946.287500', '110946.747500', '110947.207500', '110947.667500', '110948.127500', '110948.587500', '110949.047500', '110949.507500', '110949.967500', '110950.427500', '110950.887500', '110951.347500', '110951.807500', '110952.267500', '110952.727500', '110953.187500', '110953.647500', '110954.107500', '110954.567500', '110955.027500', '110955.487500', '110955.947500', '110956.407500', '110956.867500', '110957.327500', '110957.787500', '110958.247500', '110958.707500', '110959.167500', '110959.627500', '111000.087500', '111000.547500', '111001.007500', '111001.467500', '111001.927500', '111002.387500', '111002.847500', '111003.307500', '111003.767500', '111004.227500', '111004.687500', '111005.147500', '111005.607500', '111006.067500', '111006.527500', '111006.987500', '111007.447500', '111007.907500', '111008.367500', '111008.827500', '111009.287500', '111009.747500', '111010.207500', '111010.667500', '111011.127500', '111011.587500', '111012.047500', '111012.507500', '111012.967500', '111013.427500', '111013.887500', '111014.347500', '111014.807500', '111015.267500', '111015.727500', '111016.187500', '111016.647500', '111017.107500', '111017.567500', '111018.027500', '111018.487500', '111018.947500', '111019.407500', '111019.867500', '111020.327500', '111020.787500', '111021.247500', '111021.707500', '111022.167500', '111022.627500', '111023.087500', '111023.547500', '111024.007500', '111024.467500', '111024.927500', '111025.387500', '111025.847500', '111026.307500', '111026.767500', '111027.227500', '111027.687500', '111028.147500', '111028.607500', '111029.067500', '111029.527500', '111029.987500', '111030.447500', '111030.907500', '111031.367500', '111031.827500', '111032.287500', '111032.747500', '111033.207500', '111033.667500', '111034.127500', '111034.587500', '111035.047500', '111035.507500', '111035.967500', '111036.427500', '111036.887500', '111037.347500', '111037.807500', '111038.267500', '111038.727500', '111039.187500', '111039.647500', '111040.107500', '111040.567500', '111041.027500', '111041.487500', '111041.947500', '111042.407500', '111042.867500', '111043.327500', '111043.787500', '111044.247500', '111044.707500', '111045.167500', '111045.627500', '111046.087500', '111046.547500', '111047.007500', '111047.467500', '111047.927500', '111048.387500', '111048.847500', '111049.307500', '111049.767500', '111050.227500', '111050.687500', '111051.147500', '111051.607500', '111052.067500', '111052.527500', '111052.987500', '111053.447500', '111053.907500', '111054.367500', '111054.827500', '111055.287500', '111055.747500', '111056.207500', '111056.667500', '111057.127500', '111057.587500', '111058.047500', '111058.507500', '111058.967500', '111059.427500', '111059.887500', '111100.347500', '111100.807500', '111101.267500', '111101.727500', '111102.187500', '111102.647500', '111103.107500', '111103.567500', '111104.027500', '111104.487500', '111104.947500', '111105.407500', '111105.867500', '111106.327500', '111106.787500', '111107.247500', '111107.707500', '111108.167500', '111108.627500', '111109.087500', '111109.547500', '111110.007500', '111110.467500', '111110.927500', '111111.387500', '111111.847500', '111112.307500', '111112.767500', '111113.227500', '111113.687500', '111114.147500', '111114.607500', '111115.067500', '111115.527500', '111115.987500', '111116.447500', '111116.907500', '111117.367500', '111117.827500', '111118.287500', '111118.747500', '111119.207500', '111119.667500', '111120.127500', '111120.587500', '111121.047500', '111121.507500', '111121.967500', '111122.427500', '111122.887500', '111123.347500', '111123.807500', '111124.267500', '111124.727500', '111125.187500', '111125.647500', '111126.107500', '111126.567500', '111127.027500', '111127.487500', '111127.947500', '111128.407500', '111128.867500', '111129.327500', '111129.787500', '111130.247500', '111130.707500', '111131.167500', '111131.627500', '111132.087500', '111132.547500', '111133.007500', '111133.467500', '111133.927500', '111134.387500', '111134.847500', '111135.307500', '111135.767500', '111136.227500', '111136.687500', '111137.147500', '111137.607500', '111138.067500', '111138.527500', '111138.987500', '111139.447500', '111139.907500', '111140.367500', '111140.827500', '111141.287500', '111141.747500', '111142.207500', '111142.667500', '111143.127500', '111143.587500', '111144.047500', '111144.507500', '111144.967500', '111145.427500', '111145.887500', '111146.347500', '111146.807500', '111147.267500', '111147.727500', '111148.187500', '111148.647500', '111149.107500', '111149.567500', '111150.027500', '111150.487500', '111150.947500', '111151.407500', '111151.867500', '111152.327500', '111152.787500', '111153.247500', '111153.707500', '111154.167500', '111154.627500', '111155.087500', '111155.547500', '111156.007500', '111156.467500', '111156.927500', '111157.387500', '111157.847500', '111158.307500', '111158.767500', '111159.227500', '111159.687500', '111200.147500', '111200.607500', '111201.067500', '111201.527500', '111201.987500', '111202.447500', '111202.907500', '111203.367500', '111203.827500', '111204.287500', '111204.747500', '111205.207500', '111205.667500', '111206.127500', '111206.587500', '111207.047500', '111207.507500', '111207.967500', '111208.427500', '111208.887500', '111209.347500', '111209.807500', '111210.267500', '111210.727500', '111211.187500', '111211.647500', '111212.107500', '111212.567500', '111213.027500', '111213.487500', '111213.947500', '111214.407500', '111214.867500', '111215.327500', '111215.787500', '111216.247500', '111216.707500', '111217.167500', '111217.627500', '111218.087500', '111218.547500', '111219.007500', '111219.467500', '111219.927500', '111220.387500', '111220.847500', '111221.307500', '111221.767500', '111222.227500', '111222.687500', '111223.147500', '111223.607500', '111224.067500', '111224.527500', '111224.987500', '111225.447500', '111225.907500', '111226.367500', '111226.827500', '111227.287500', '111227.747500', '111228.207500', '111228.667500', '111229.127500', '111229.587500', '111230.047500', '111230.507500', '111230.967500', '111231.427500', '111231.887500', '111232.347500', '111232.807500', '111233.267500', '111233.727500', '111234.187500', '111234.647500', '111235.107500', '111235.567500', '111236.027500', '111236.487500', '111236.947500', '111237.407500', '111237.867500', '111238.327500', '111238.787500', '111239.247500', '111239.707500', '111240.167500', '111240.627500', '111241.087500', '111241.547500', '111242.007500', '111242.467500', '111242.927500', '111243.387500', '111243.847500', '111244.307500', '111244.767500', '111245.227500', '111245.687500', '111246.147500', '111246.607500', '111247.067500', '111247.527500', '111247.987500', '111248.447500', '111248.907500', '111249.367500', '111249.827500', '111250.287500', '111250.747500', '111251.207500', '111251.667500', '111252.127500', '111252.587500', '111253.047500', '111253.507500', '111253.967500', '111254.427500', '111254.887500', '111255.347500', '111255.807500', '111256.267500', '111256.727500', '111257.187500', '111257.647500', '111258.107500', '111258.567500', '111259.027500', '111259.487500', '111259.947500', '111300.407500', '111300.867500', '111301.327500', '111301.787500', '111302.247500', '111302.707500', '111303.167500', '111303.627500', '111304.087500', '111304.547500', '111305.007500', '111305.467500', '111305.927500', '111306.387500', '111306.847500', '111307.307500', '111307.767500', '111308.227500', '111308.687500', '111309.147500', '111309.607500', '111310.067500', '111310.527500', '111310.987500', '111311.447500', '111311.907500', '111312.367500', '111312.827500', '111313.287500', '111313.747500', '111314.207500', '111314.667500', '111315.127500', '111315.587500', '111316.047500', '111316.507500', '111316.967500', '111317.427500', '111317.887500', '111318.347500', '111318.807500', '111319.267500', '111319.727500', '111320.187500', '111320.647500', '111321.107500', '111321.567500', '111322.027500', '111322.487500', '111322.947500', '111323.407500', '111323.867500', '111324.327500', '111324.787500', '111325.247500', '111325.707500', '111326.167500', '111326.627500', '111327.087500', '111327.547500', '111328.007500', '111328.467500', '111328.927500', '111329.387500', '111329.847500', '111330.307500', '111330.767500', '111331.227500', '111331.687500', '111332.147500', '111332.607500', '111333.067500', '111333.527500', '111333.987500', '111334.447500', '111334.907500', '111335.367500', '111335.827500', '111336.287500', '111336.747500', '111337.207500', '111337.667500', '111338.127500', '111338.587500', '111339.047500', '111339.507500', '111339.967500', '111340.427500', '111340.887500', '111341.347500', '111341.807500', '111342.267500', '111342.727500', '111343.187500', '111343.647500', '111344.107500', '111344.567500', '111345.027500', '111345.487500', '111345.947500', '111346.407500', '111346.867500', '111347.327500', '111347.787500', '111348.247500', '111348.707500', '111349.167500', '111349.627500', '111350.087500', '111350.547500', '111351.007500', '111351.467500', '111351.927500', '111352.387500', '111352.847500', '111353.307500', '111353.767500', '111354.227500', '111354.687500', '111355.147500', '111355.607500', '111356.067500', '111356.527500', '111356.987500', '111357.447500', '111357.907500', '111358.367500', '111358.827500', '111359.287500', '111359.747500', '111400.207500', '111400.667500', '111401.127500', '111401.587500', '111402.047500', '111402.507500', '111402.967500', '111403.427500', '111403.887500', '111404.347500', '111404.807500', '111405.267500', '111405.727500', '111406.187500', '111406.647500', '111407.107500', '111407.567500', '111408.027500', '111408.487500', '111408.947500', '111409.407500', '111409.867500', '111410.327500', '111410.787500', '111411.247500', '111411.707500', '111412.167500', '111412.627500', '111413.087500', '111413.547500', '111414.007500', '111414.467500', '111414.927500', '111415.387500', '111415.847500', '111416.307500', '111416.767500', '111417.227500', '111417.687500', '111418.147500', '111418.607500', '111419.067500', '111419.527500', '111419.987500', '111420.447500', '111420.907500', '111421.367500', '111421.827500', '111422.287500', '111422.747500', '111423.207500', '111423.667500', '111424.127500', '111424.587500', '111425.047500', '111425.507500', '111425.967500', '111426.427500', '111426.887500', '111427.347500', '111427.807500', '111428.267500', '111428.727500', '111429.187500', '111429.647500', '111430.107500', '111430.567500', '111431.027500', '111431.487500', '111431.947500', '111432.407500', '111432.867500', '111433.327500', '111433.787500', '111434.247500', '111434.707500', '111435.167500', '111435.627500', '111436.087500', '111436.547500', '111437.007500', '111437.467500', '111437.927500', '111438.387500', '111438.847500', '111439.307500', '111439.767500', '111440.227500', '111440.687500', '111441.147500', '111441.607500', '111442.067500', '111442.527500', '111442.987500', '111443.447500', '111443.907500', '111444.367500', '111444.827500', '111445.287500', '111445.747500', '111446.207500', '111446.667500', '111447.127500', '111447.587500', '111448.047500', '111448.507500', '111448.967500', '111449.427500', '111449.887500', '111450.347500', '111450.807500', '111451.267500', '111451.727500', '111452.187500', '111452.647500', '111453.107500', '111453.567500', '111454.027500', '111454.487500', '111454.947500', '111455.407500', '111455.867500', '111456.327500', '111456.787500', '111457.247500', '111457.707500', '111458.167500', '111458.627500', '111459.087500', '111459.547500', '111500.007500', '111500.467500', '111500.927500', '111501.387500', '111501.847500', '111502.307500', '111502.767500', '111503.227500', '111503.687500', '111504.147500', '111504.607500', '111505.067500', '111505.527500', '111505.987500', '111506.447500', '111506.907500', '111507.367500', '111507.827500', '111508.287500', '111508.747500', '111509.207500', '111509.667500', '111510.127500', '111510.587500', '111511.047500', '111511.507500', '111511.967500', '111512.427500', '111512.887500', '111513.347500', '111513.807500', '111514.267500', '111514.727500', '111515.187500', '111515.647500', '111516.107500', '111516.567500', '111517.027500', '111517.487500', '111517.947500', '111518.407500', '111518.867500', '111519.327500', '111519.787500', '111520.247500', '111520.707500', '111521.167500', '111521.627500', '111522.087500', '111522.547500', '111523.007500', '111523.467500', '111523.927500', '111524.387500', '111524.847500', '111525.307500', '111525.767500', '111526.227500', '111526.687500', '111527.147500', '111527.607500', '111528.067500', '111528.527500', '111528.987500', '111529.447500', '111529.907500', '111530.367500', '111530.827500', '111531.287500', '111531.747500', '111532.207500', '111532.667500', '111533.127500', '111533.587500', '111534.047500', '111534.507500', '111534.967500', '111535.427500', '111535.887500', '111536.347500', '111536.807500', '111537.267500', '111537.727500', '111538.187500', '111538.647500', '111539.107500', '111539.567500', '111540.027500', '111540.487500', '111540.947500', '111541.407500', '111541.867500', '111542.327500', '111542.787500', '111543.247500', '111543.707500', '111544.167500', '111544.627500', '111545.087500', '111545.547500', '111546.007500', '111546.467500', '111546.927500', '111547.387500', '111547.847500', '111548.307500', '111548.767500', '111549.227500', '111549.687500', '111550.147500', '111550.607500', '111551.067500', '111551.527500', '111551.987500', '111552.447500', '111552.907500', '111553.367500', '111553.827500', '111554.287500', '111554.747500', '111555.207500', '111555.667500', '111556.127500', '111556.587500', '111557.047500', '111557.507500', '111557.967500', '111558.427500', '111558.887500', '111559.347500', '111559.807500', '111600.267500', '111600.727500', '111601.187500', '111601.647500', '111602.107500', '111602.567500', '111603.027500', '111603.487500', '111603.947500', '111604.407500', '111604.867500', '111605.327500', '111605.787500', '111606.247500', '111606.707500', '111607.167500', '111607.627500', '111608.087500', '111608.547500', '111609.007500', '111609.467500', '111609.927500', '111610.387500', '111610.847500', '111611.307500', '111611.767500', '111612.227500', '111612.687500', '111613.147500', '111613.607500', '111614.067500', '111614.527500', '111614.987500', '111615.447500', '111615.907500', '111616.367500', '111616.827500', '111617.287500', '111617.747500', '111618.207500', '111618.667500', '111619.127500', '111619.587500', '111620.047500', '111620.507500', '111620.967500', '111621.427500', '111621.887500', '111622.347500', '111622.807500', '111623.267500', '111623.727500', '111624.187500', '111624.647500', '111625.107500', '111625.567500', '111626.027500', '111626.487500', '111626.947500', '111627.407500', '111627.867500', '111628.327500', '111628.787500', '111629.247500', '111629.707500', '111630.167500', '111630.627500', '111631.087500', '111631.547500', '111632.007500', '111632.467500', '111632.927500', '111633.387500', '111633.847500', '111634.307500', '111634.767500', '111635.227500', '111635.687500', '111636.147500', '111636.607500', '111637.067500', '111637.527500', '111637.987500', '111638.447500', '111638.907500', '111639.367500', '111639.827500', '111640.287500', '111640.747500', '111641.207500', '111641.667500', '111642.127500', '111642.587500', '111643.047500', '111643.507500', '111643.967500', '111644.427500', '111644.887500', '111645.347500', '111645.807500', '111646.267500', '111646.727500', '111647.187500', '111647.647500', '111648.107500', '111648.567500', '111649.027500', '111649.487500', '111649.947500', '111650.407500', '111650.867500', '111651.327500', '111651.787500', '111652.247500', '111652.707500', '111653.167500', '111653.627500', '111654.087500', '111654.547500', '111655.007500', '111655.467500', '111655.927500', '111656.387500', '111656.847500', '111657.307500', '111657.767500', '111658.227500', '111658.687500', '111659.147500', '111659.607500', '111700.067500', '111700.527500', '111700.987500', '111701.447500', '111701.907500', '111702.367500', '111702.827500', '111703.287500', '111703.747500', '111704.207500', '111704.667500', '111705.127500', '111705.587500', '111706.047500', '111706.507500', '111706.967500', '111707.427500', '111707.887500', '111708.347500', '111708.807500', '111709.267500', '111709.727500', '111710.187500', '111710.647500', '111711.107500', '111711.567500', '111712.027500', '111712.487500', '111712.947500', '111713.407500', '111713.867500', '111714.327500', '111714.787500', '111715.247500', '111715.707500', '111716.167500', '111716.627500', '111717.087500', '111717.547500', '111718.007500', '111718.467500', '111718.927500', '111719.387500', '111719.847500', '111720.307500', '111720.767500', '111721.227500', '111721.687500', '111722.147500', '111722.607500', '111723.067500', '111723.527500', '111723.987500', '111724.447500', '111724.907500', '111725.367500', '111725.827500', '111726.287500', '111726.747500', '111727.207500', '111727.667500', '111728.127500', '111728.587500', '111729.047500', '111729.507500', '111729.967500', '111730.427500', '111730.887500', '111731.347500', '111731.807500', '111732.267500', '111732.727500', '111733.187500', '111733.647500', '111734.107500', '111734.567500', '111735.027500', '111735.487500', '111735.947500', '111736.407500', '111736.867500', '111737.327500', '111737.787500', '111738.247500', '111738.707500', '111739.167500', '111739.627500', '111740.087500', '111740.547500', '111741.007500', '111741.467500', '111741.927500', '111742.387500', '111742.847500', '111743.307500', '111743.767500', '111744.227500', '111744.687500', '111745.147500', '111745.607500', '111746.067500', '111746.527500', '111746.987500', '111747.447500', '111747.907500', '111748.367500', '111748.827500', '111749.287500', '111749.747500', '111750.207500', '111750.667500', '111751.127500', '111751.587500', '111752.047500', '111752.507500', '111752.967500', '111753.427500', '111753.887500', '111754.347500', '111754.807500', '111755.267500', '111755.727500', '111756.187500', '111756.647500', '111757.107500', '111757.567500', '111758.027500', '111758.487500', '111758.947500', '111759.407500', '111759.867500', '111800.327500', '111800.787500', '111801.247500', '111801.707500', '111802.167500', '111802.627500', '111803.087500', '111803.547500', '111804.007500', '111804.467500', '111804.927500', '111805.387500', '111805.847500', '111806.307500', '111806.767500', '111807.227500', '111807.687500', '111808.147500', '111808.607500', '111809.067500', '111809.527500', '111809.987500', '111810.447500', '111810.907500', '111811.367500', '111811.827500', '111812.287500', '111812.747500', '111813.207500', '111813.667500', '111814.127500', '111814.587500', '111815.047500', '111815.507500', '111815.967500', '111816.427500', '111816.887500', '111817.347500', '111817.807500', '111818.267500', '111818.727500', '111819.187500', '111819.647500', '111820.107500', '111820.567500', '111821.027500', '111821.487500', '111821.947500', '111822.407500', '111822.867500', '111823.327500', '111823.787500', '111824.247500', '111824.707500', '111825.167500', '111825.627500', '111826.087500', '111826.547500', '111827.007500', '111827.467500', '111827.927500', '111828.387500', '111828.847500', '111829.307500', '111829.767500', '111830.227500', '111830.687500', '111831.147500', '111831.607500', '111832.067500', '111832.527500', '111832.987500', '111833.447500', '111833.907500', '111834.367500'], 'ContentTime': ['110843.082000', '110843.086000', '110843.089000', '110843.092000', '110843.095000', '110843.098000', '110843.101000', '110843.104000', '110843.114000', '110843.117000', '110843.120000', '110843.123000', '110843.126000', '110843.129000', '110843.132000', '110843.135000', '110843.138000', '110843.141000', '110843.147000', '110843.150000', '110843.153000', '110843.156000', '110843.159000', '110843.162000', '110843.165000', '110843.168000', '110843.171000', '110843.175000', '110843.178000', '110843.181000', '110843.184000', '110843.186000', '110843.189000', '110843.192000', '110843.195000', '110843.198000', '110843.201000', '110843.204000', '110843.207000', '110843.210000', '110843.213000', '110843.216000', '110843.219000', '110843.222000', '110843.225000', '110843.229000', '110843.232000', '110903.040000', '110903.043000', '110903.046000', '110903.049000', '110903.052000', '110903.055000', '110903.060000', '110903.064000', '110903.067000', '110903.070000', '110903.073000', '110903.075000', '110903.078000', '110903.081000', '110903.084000', '110903.087000', '110903.089000', '110903.092000', '110903.095000', '110903.098000', '110903.101000', '110903.103000', '110903.106000', '110903.109000', '110903.112000', '110903.115000', '110903.118000', '110903.123000', '110903.126000', '110903.129000', '110903.132000', '110903.135000', '110903.138000', '110903.140000', '110903.143000', '110903.146000', '110903.149000', '110903.152000', '110903.155000', '110903.157000', '110903.160000', '110903.163000', '110903.166000', '110923.040000', '110923.043000', '110923.046000', '110923.049000', '110923.051000', '110923.054000', '110923.057000', '110923.060000', '110923.063000', '110923.066000', '110923.069000', '110923.071000', '110923.074000', '110923.077000', '110923.080000', '110923.083000', '110923.085000', '110923.088000', '110923.091000', '110923.094000', '110923.097000', '110923.100000', '110923.102000', '110923.105000', '110923.108000', '110923.111000', '110923.114000', '110923.117000', '110923.120000', '110923.122000', '110923.125000', '110923.135000', '110923.138000', '110923.140000', '110923.143000', '110923.146000', '110923.149000', '110923.152000', '110923.155000', '110923.157000', '110923.160000', '110923.163000', '110923.166000', '110923.169000', '110943.040000', '110943.044000', '110943.046000', '110943.049000', '110943.052000', '110943.055000', '110943.078000', '110943.081000', '110943.085000', '110943.088000', '110943.091000', '110943.094000', '110943.097000', '110943.100000', '110943.102000', '110943.105000', '110943.108000', '110943.111000', '110943.114000', '110943.117000', '110943.130000', '110943.132000', '110943.135000', '110943.138000', '110943.141000', '110943.144000', '110943.147000', '110943.150000', '110943.152000', '110943.155000', '110943.158000', '110943.161000', '110943.164000', '110943.167000', '110943.169000', '110943.172000', '110943.175000', '110943.178000', '110943.181000', '110943.184000', '110943.186000', '110943.189000', '110943.192000', '111003.039000', '111003.042000', '111003.045000', '111003.048000', '111003.051000', '111003.053000', '111003.056000', '111003.059000', '111003.062000', '111003.065000', '111003.068000', '111003.070000', '111003.073000', '111003.076000', '111003.079000', '111003.082000', '111003.085000', '111003.087000', '111003.090000', '111003.093000', '111003.096000', '111003.099000', '111003.102000', '111003.105000', '111003.107000', '111003.110000', '111003.113000', '111003.122000', '111003.125000', '111003.127000', '111003.130000', '111003.133000', '111003.136000', '111003.139000', '111003.142000', '111003.144000', '111003.147000', '111003.150000', '111003.153000', '111003.156000', '111003.159000', '111003.161000', '111003.164000', '111003.167000', '111023.039000', '111023.042000', '111023.045000', '111023.048000', '111023.050000', '111023.053000', '111023.056000', '111023.059000', '111023.062000', '111023.065000', '111023.068000', '111023.070000', '111023.073000', '111023.076000', '111023.079000', '111023.082000', '111023.085000', '111023.088000', '111023.091000', '111023.094000', '111023.097000', '111023.100000', '111023.109000', '111023.111000', '111023.114000', '111023.137000', '111023.139000', '111023.142000', '111023.145000', '111023.148000', '111023.151000', '111023.154000', '111023.157000', '111023.160000', '111023.163000', '111023.165000', '111023.168000', '111023.171000', '111023.174000', '111023.177000', '111023.179000', '111023.182000', '111023.185000', '111043.039000', '111043.042000', '111043.045000', '111043.048000', '111043.051000', '111043.054000', '111043.056000', '111043.059000', '111043.062000', '111043.065000', '111043.068000', '111043.071000', '111043.074000', '111043.076000', '111043.079000', '111043.082000', '111043.085000', '111043.088000', '111043.091000', '111043.093000', '111043.096000', '111043.099000', '111043.102000', '111043.105000', '111043.108000', '111043.111000', '111043.113000', '111043.116000', '111043.119000', '111043.122000', '111043.125000', '111043.128000', '111043.130000', '111043.133000', '111043.137000', '111043.139000', '111043.142000', '111043.145000', '111043.148000', '111043.151000', '111043.153000', '111043.156000', '111043.159000', '111043.162000', '111103.040000', '111103.043000', '111103.046000', '111103.049000', '111103.052000', '111103.054000', '111103.057000', '111103.060000', '111103.063000', '111103.070000', '111103.073000', '111103.076000', '111103.079000', '111103.082000', '111103.085000', '111103.088000', '111103.090000', '111103.093000', '111103.096000', '111103.099000', '111103.102000', '111103.105000', '111103.108000', '111103.111000', '111103.114000', '111103.116000', '111103.120000', '111103.123000', '111103.126000', '111103.128000', '111103.131000', '111103.134000', '111103.137000', '111103.140000', '111103.143000', '111103.145000', '111103.148000', '111103.151000', '111103.154000', '111103.157000', '111103.160000', '111103.162000', '111103.165000', '111123.040000', '111123.043000', '111123.051000', '111123.054000', '111123.057000', '111123.060000', '111123.063000', '111123.066000', '111123.069000', '111123.071000', '111123.075000', '111123.077000', '111123.080000', '111123.083000', '111123.086000', '111123.089000', '111123.092000', '111123.095000', '111123.098000', '111123.100000', '111123.103000', '111123.106000', '111123.109000', '111123.112000', '111123.115000', '111123.117000', '111123.120000', '111123.123000', '111123.126000', '111123.129000', '111123.132000', '111123.135000', '111123.138000', '111123.140000', '111123.143000', '111123.146000', '111123.149000', '111123.152000', '111123.155000', '111123.157000', '111123.160000', '111123.163000', '111123.166000', '111123.169000', '111143.040000', '111143.043000', '111143.046000', '111143.049000', '111143.052000', '111143.055000', '111143.057000', '111143.060000', '111143.063000', '111143.067000', '111143.070000', '111143.073000', '111143.076000', '111143.079000', '111143.082000', '111143.085000', '111143.087000', '111143.090000', '111143.093000', '111143.096000', '111143.099000', '111143.102000', '111143.105000', '111143.107000', '111143.110000', '111143.113000', '111143.116000', '111143.119000', '111143.122000', '111143.125000', '111143.128000', '111143.131000', '111143.136000', '111143.139000', '111143.142000', '111143.175000', '111143.178000', '111143.180000', '111143.183000', '111143.186000', '111143.189000', '111143.192000', '111143.195000', '111203.040000', '111203.043000', '111203.046000', '111203.049000', '111203.052000', '111203.054000', '111203.057000', '111203.060000', '111203.063000', '111203.066000', '111203.069000', '111203.071000', '111203.074000', '111203.077000', '111203.080000', '111203.083000', '111203.086000', '111203.089000', '111203.092000', '111203.094000', '111203.097000', '111203.100000', '111203.103000', '111203.106000', '111203.109000', '111203.111000', '111203.114000', '111203.117000', '111203.120000', '111203.123000', '111203.126000', '111203.129000', '111203.132000', '111203.134000', '111203.137000', '111203.140000', '111203.143000', '111203.146000', '111203.149000', '111203.151000', '111203.154000', '111203.157000', '111203.160000', '111203.163000', '111223.039000', '111223.042000', '111223.045000', '111223.048000', '111223.050000', '111223.053000', '111223.056000', '111223.059000', '111223.062000', '111223.065000', '111223.068000', '111223.070000', '111223.073000', '111223.076000', '111223.079000', '111223.082000', '111223.085000', '111223.088000', '111223.090000', '111223.093000', '111223.096000', '111223.099000', '111223.102000', '111223.105000', '111223.108000', '111223.111000', '111223.113000', '111223.116000', '111223.119000', '111223.122000', '111223.125000', '111223.128000', '111223.131000', '111223.133000', '111223.136000', '111223.139000', '111223.142000', '111223.145000', '111223.147000', '111223.150000', '111223.153000', '111223.156000', '111223.159000', '111243.039000', '111243.042000', '111243.045000', '111243.048000', '111243.051000', '111243.054000', '111243.057000', '111243.059000', '111243.062000', '111243.065000', '111243.068000', '111243.071000', '111243.074000', '111243.076000', '111243.079000', '111243.082000', '111243.085000', '111243.088000', '111243.091000', '111243.093000', '111243.096000', '111243.099000', '111243.102000', '111243.105000', '111243.108000', '111243.111000', '111243.113000', '111243.128000', '111243.131000', '111243.134000', '111243.136000', '111243.139000', '111243.142000', '111243.145000', '111243.148000', '111243.151000', '111243.153000', '111243.156000', '111243.159000', '111243.162000', '111243.165000', '111243.168000', '111243.170000', '111243.173000', '111303.039000', '111303.042000', '111303.045000', '111303.048000', '111303.051000', '111303.053000', '111303.056000', '111303.059000', '111303.062000', '111303.065000', '111303.068000', '111303.071000', '111303.074000', '111303.077000', '111303.079000', '111303.082000', '111303.085000', '111303.088000', '111303.091000', '111303.094000', '111303.096000', '111303.099000', '111303.103000', '111303.106000', '111303.109000', '111303.112000', '111303.115000', '111303.118000', '111303.121000', '111303.124000', '111303.127000', '111303.129000', '111303.132000', '111303.135000', '111303.138000', '111303.141000', '111303.144000', '111303.146000', '111303.149000', '111303.152000', '111303.155000', '111303.158000', '111303.161000', '111323.040000', '111323.043000', '111323.046000', '111323.049000', '111323.051000', '111323.054000', '111323.057000', '111323.060000', '111323.063000', '111323.066000', '111323.068000', '111323.072000', '111323.074000', '111323.077000', '111323.080000', '111323.083000', '111323.086000', '111323.089000', '111323.092000', '111323.094000', '111323.097000', '111323.100000', '111323.103000', '111323.106000', '111323.109000', '111323.111000', '111323.114000', '111323.117000', '111323.120000', '111323.123000', '111323.126000', '111323.129000', '111323.132000', '111323.134000', '111323.137000', '111323.140000', '111323.143000', '111323.146000', '111323.149000', '111323.151000', '111323.154000', '111323.157000', '111323.160000', '111323.163000', '111343.040000', '111343.043000', '111343.046000', '111343.049000', '111343.052000', '111343.054000', '111343.057000', '111343.060000', '111343.063000', '111343.066000', '111343.069000', '111343.072000', '111343.075000', '111343.077000', '111343.084000', '111343.087000', '111343.090000', '111343.093000', '111343.096000', '111343.099000', '111343.101000', '111343.104000', '111343.107000', '111343.110000', '111343.113000', '111343.116000', '111343.119000', '111343.122000', '111343.125000', '111343.128000', '111343.131000', '111343.134000', '111343.137000', '111343.139000', '111343.142000', '111343.145000', '111343.148000', '111343.151000', '111343.154000', '111343.157000', '111343.160000', '111343.163000', '111343.166000', '111403.040000', '111403.043000', '111403.046000', '111403.049000', '111403.052000', '111403.054000', '111403.057000', '111403.060000', '111403.063000', '111403.066000', '111403.069000', '111403.072000', '111403.074000', '111403.077000', '111403.080000', '111403.083000', '111403.086000', '111403.088000', '111403.091000', '111403.094000', '111403.097000', '111403.100000', '111403.103000', '111403.106000', '111403.109000', '111403.111000', '111403.114000', '111403.117000', '111403.120000', '111403.123000', '111403.126000', '111403.128000', '111403.131000', '111403.134000', '111403.137000', '111403.140000', '111403.143000', '111403.145000', '111403.159000', '111403.162000', '111403.165000', '111403.168000', '111403.171000', '111403.174000', '111423.040000', '111423.043000', '111423.046000', '111423.049000', '111423.052000', '111423.054000', '111423.057000', '111423.060000', '111423.063000', '111423.066000', '111423.069000', '111423.072000', '111423.075000', '111423.077000', '111423.080000', '111423.083000', '111423.086000', '111423.089000', '111423.091000', '111423.094000', '111423.097000', '111423.100000', '111423.103000', '111423.106000', '111423.109000', '111423.118000', '111423.121000', '111423.123000', '111423.126000', '111423.129000', '111423.132000', '111423.135000', '111423.138000', '111423.142000', '111423.145000', '111423.148000', '111423.151000', '111423.154000', '111423.157000', '111423.160000', '111423.162000', '111423.165000', '111423.168000', '111443.039000', '111443.042000', '111443.045000', '111443.048000', '111443.050000', '111443.053000', '111443.072000', '111443.075000', '111443.077000', '111443.080000', '111443.083000', '111443.086000', '111443.089000', '111443.092000', '111443.095000', '111443.098000', '111443.100000', '111443.103000', '111443.106000', '111443.109000', '111443.112000', '111443.115000', '111443.118000', '111443.121000', '111443.124000', '111443.126000', '111443.129000', '111443.132000', '111443.135000', '111443.138000', '111443.141000', '111443.144000', '111443.147000', '111443.150000', '111443.153000', '111443.155000', '111443.158000', '111443.161000', '111443.164000', '111443.167000', '111443.170000', '111443.172000', '111443.175000', '111443.178000', '111503.039000', '111503.042000', '111503.045000', '111503.048000', '111503.054000', '111503.057000', '111503.060000', '111503.063000', '111503.066000', '111503.069000', '111503.071000', '111503.074000', '111503.077000', '111503.080000', '111503.083000', '111503.086000', '111503.089000', '111503.092000', '111503.094000', '111503.097000', '111503.100000', '111503.103000', '111503.106000', '111503.109000', '111503.112000', '111503.115000', '111503.117000', '111503.120000', '111503.123000', '111503.126000', '111503.129000', '111503.132000', '111503.135000', '111503.138000', '111503.140000', '111503.143000', '111503.146000', '111503.149000', '111503.152000', '111503.155000', '111503.157000', '111503.160000', '111503.163000', '111523.039000', '111523.042000', '111523.045000', '111523.047000', '111523.050000', '111523.053000', '111523.056000', '111523.059000', '111523.062000', '111523.065000', '111523.068000', '111523.071000', '111523.073000', '111523.076000', '111523.079000', '111523.082000', '111523.085000', '111523.094000', '111523.097000', '111523.099000', '111523.102000', '111523.106000', '111523.108000', '111523.111000', '111523.114000', '111523.117000', '111523.120000', '111523.123000', '111523.126000', '111523.129000', '111523.131000', '111523.134000', '111523.137000', '111523.140000', '111523.143000', '111523.146000', '111523.148000', '111523.151000', '111523.154000', '111523.157000', '111523.160000', '111523.163000', '111523.166000', '111523.168000', '111543.040000', '111543.043000', '111543.046000', '111543.049000', '111543.052000', '111543.055000', '111543.058000', '111543.061000', '111543.064000', '111543.066000', '111543.069000', '111543.072000', '111543.075000', '111543.078000', '111543.081000', '111543.084000', '111543.087000', '111543.089000', '111543.092000', '111543.095000', '111543.098000', '111543.101000', '111543.104000', '111543.106000', '111543.109000', '111543.112000', '111543.115000', '111543.118000', '111543.121000', '111543.123000', '111543.126000', '111543.129000', '111543.132000', '111543.135000', '111543.138000', '111543.141000', '111543.144000', '111543.146000', '111543.149000', '111543.152000', '111543.155000', '111543.158000', '111543.161000', '111603.040000', '111603.043000', '111603.046000', '111603.049000', '111603.052000', '111603.055000', '111603.058000', '111603.061000', '111603.064000', '111603.067000', '111603.070000', '111603.072000', '111603.075000', '111603.078000', '111603.081000', '111603.084000', '111603.087000', '111603.090000', '111603.092000', '111603.095000', '111603.098000', '111603.101000', '111603.104000', '111603.107000', '111603.110000', '111603.113000', '111603.116000', '111603.119000', '111603.122000', '111603.124000', '111603.127000', '111603.130000', '111603.133000', '111603.136000', '111603.139000', '111603.142000', '111603.145000', '111603.148000', '111603.150000', '111603.153000', '111603.156000', '111603.159000', '111603.162000', '111603.165000', '111623.040000', '111623.043000', '111623.046000', '111623.049000', '111623.052000', '111623.055000', '111623.058000', '111623.061000', '111623.063000', '111623.066000', '111623.069000', '111623.072000', '111623.075000', '111623.078000', '111623.081000', '111623.084000', '111623.087000', '111623.090000', '111623.093000', '111623.096000', '111623.099000', '111623.101000', '111623.104000', '111623.107000', '111623.110000', '111623.113000', '111623.116000', '111623.119000', '111623.122000', '111623.125000', '111623.128000', '111623.130000', '111623.133000', '111623.136000', '111623.139000', '111623.142000', '111623.145000', '111623.148000', '111623.151000', '111623.154000', '111623.157000', '111623.159000', '111623.162000', '111643.040000', '111643.045000', '111643.048000', '111643.051000', '111643.054000', '111643.057000', '111643.059000', '111643.062000', '111643.065000', '111643.068000', '111643.071000', '111643.074000', '111643.076000', '111643.079000', '111643.082000', '111643.085000', '111643.088000', '111643.091000', '111643.094000', '111643.096000', '111643.099000', '111643.102000', '111643.105000', '111643.116000', '111643.119000', '111643.122000', '111643.125000', '111643.128000', '111643.131000', '111643.134000', '111643.137000', '111643.140000', '111643.143000', '111643.145000', '111643.148000', '111643.151000', '111643.154000', '111643.157000', '111643.160000', '111643.163000', '111643.165000', '111643.168000', '111643.171000', '111703.039000', '111703.042000', '111703.045000', '111703.048000', '111703.051000', '111703.054000', '111703.057000', '111703.060000', '111703.063000', '111703.065000', '111703.069000', '111703.072000', '111703.075000', '111703.077000', '111703.080000', '111703.083000', '111703.086000', '111703.089000', '111703.092000', '111703.095000', '111703.098000', '111703.101000', '111703.104000', '111703.107000', '111703.109000', '111703.112000', '111703.115000', '111703.118000', '111703.121000', '111703.124000', '111703.127000', '111703.130000', '111703.132000', '111703.135000', '111703.138000', '111703.141000', '111703.144000', '111703.147000', '111703.150000', '111703.152000', '111703.155000', '111703.158000', '111703.161000', '111703.164000', '111723.039000', '111723.042000', '111723.045000', '111723.048000', '111723.051000', '111723.054000', '111723.057000', '111723.060000', '111723.064000', '111723.066000', '111723.069000', '111723.072000', '111723.075000', '111723.078000', '111723.081000', '111723.084000', '111723.087000', '111723.090000', '111723.093000', '111723.096000', '111723.098000', '111723.101000', '111723.104000', '111723.107000', '111723.110000', '111723.113000', '111723.116000', '111723.118000', '111723.121000', '111723.124000', '111723.127000', '111723.130000', '111723.133000', '111723.137000', '111723.139000', '111723.142000', '111723.145000', '111723.148000', '111723.151000', '111723.153000', '111723.156000', '111723.159000', '111723.162000', '111743.039000', '111743.042000', '111743.045000', '111743.048000', '111743.051000', '111743.054000', '111743.057000', '111743.060000', '111743.063000', '111743.066000', '111743.068000', '111743.071000', '111743.074000', '111743.077000', '111743.080000', '111743.083000', '111743.086000', '111743.089000', '111743.092000', '111743.095000', '111743.098000', '111743.101000', '111743.103000', '111743.106000', '111743.109000', '111743.112000', '111743.115000', '111743.118000', '111743.121000', '111743.124000', '111743.127000', '111743.130000', '111743.132000', '111743.135000', '111743.138000', '111743.141000', '111743.144000', '111743.147000', '111743.150000', '111743.153000', '111743.155000', '111743.158000', '111743.161000', '111743.164000', '111803.040000', '111803.043000', '111803.046000', '111803.049000', '111803.052000', '111803.055000', '111803.058000', '111803.061000', '111803.064000', '111803.066000', '111803.069000', '111803.072000', '111803.075000', '111803.078000', '111803.081000', '111803.084000', '111803.087000', '111803.090000', '111803.094000', '111803.097000', '111803.100000', '111803.103000', '111803.106000', '111803.109000', '111803.112000', '111803.115000', '111803.118000', '111803.120000', '111803.123000', '111803.126000', '111803.129000', '111803.132000', '111803.135000', '111803.138000', '111803.141000', '111803.144000', '111803.146000', '111803.149000', '111803.152000', '111803.155000', '111803.158000', '111803.161000', '111803.173000', '111823.040000', '111823.043000', '111823.046000', '111823.049000', '111823.052000', '111823.055000', '111823.058000', '111823.060000', '111823.064000', '111823.066000', '111823.069000', '111823.072000', '111823.075000', '111823.078000', '111823.081000', '111823.084000', '111823.087000', '111823.090000', '111823.093000', '111823.096000', '111823.099000', '111823.101000', '111823.104000', '111823.107000', '111823.110000', '111823.113000', '111823.116000', '111823.119000', '111823.122000', '111823.125000', '111823.127000', '111823.130000', '111823.133000', '111823.136000', '111823.139000', '111823.142000', '111823.145000', '111823.148000', '111823.151000', '111823.153000', '111823.156000', '111823.159000', '111823.162000', '111823.165000', '111835.341000', '111835.345000', '111835.348000', '111835.352000', '111835.355000', '111835.358000', '111835.361000', '111835.364000', '111835.367000', '111835.370000', '111835.373000', '111835.376000', '111835.379000', '111835.382000', '111835.384000', '111835.387000', '111835.390000', '111835.393000', '111835.396000', '111835.399000', '111835.402000', '111835.405000', '111835.408000', '111835.411000', '111835.414000', '111835.417000', '111835.420000'], 'InstanceCreationTime': ['110843.082000', '110843.086000', '110843.089000', '110843.092000', '110843.095000', '110843.098000', '110843.101000', '110843.104000', '110843.114000', '110843.117000', '110843.120000', '110843.123000', '110843.126000', '110843.129000', '110843.132000', '110843.135000', '110843.138000', '110843.141000', '110843.147000', '110843.150000', '110843.153000', '110843.156000', '110843.159000', '110843.162000', '110843.165000', '110843.168000', '110843.171000', '110843.175000', '110843.178000', '110843.181000', '110843.184000', '110843.186000', '110843.189000', '110843.192000', '110843.195000', '110843.198000', '110843.201000', '110843.204000', '110843.207000', '110843.210000', '110843.213000', '110843.216000', '110843.219000', '110843.222000', '110843.225000', '110843.229000', '110843.232000', '110903.040000', '110903.043000', '110903.046000', '110903.049000', '110903.052000', '110903.055000', '110903.060000', '110903.064000', '110903.067000', '110903.070000', '110903.073000', '110903.075000', '110903.078000', '110903.081000', '110903.084000', '110903.087000', '110903.089000', '110903.092000', '110903.095000', '110903.098000', '110903.101000', '110903.103000', '110903.106000', '110903.109000', '110903.112000', '110903.115000', '110903.118000', '110903.123000', '110903.126000', '110903.129000', '110903.132000', '110903.135000', '110903.138000', '110903.140000', '110903.143000', '110903.146000', '110903.149000', '110903.152000', '110903.155000', '110903.157000', '110903.160000', '110903.163000', '110903.166000', '110923.040000', '110923.043000', '110923.046000', '110923.049000', '110923.051000', '110923.054000', '110923.057000', '110923.060000', '110923.063000', '110923.066000', '110923.069000', '110923.071000', '110923.074000', '110923.077000', '110923.080000', '110923.083000', '110923.085000', '110923.088000', '110923.091000', '110923.094000', '110923.097000', '110923.100000', '110923.102000', '110923.105000', '110923.108000', '110923.111000', '110923.114000', '110923.117000', '110923.120000', '110923.122000', '110923.125000', '110923.135000', '110923.138000', '110923.140000', '110923.143000', '110923.146000', '110923.149000', '110923.152000', '110923.155000', '110923.157000', '110923.160000', '110923.163000', '110923.166000', '110923.169000', '110943.040000', '110943.044000', '110943.046000', '110943.049000', '110943.052000', '110943.055000', '110943.078000', '110943.081000', '110943.085000', '110943.088000', '110943.091000', '110943.094000', '110943.097000', '110943.100000', '110943.102000', '110943.105000', '110943.108000', '110943.111000', '110943.114000', '110943.117000', '110943.130000', '110943.132000', '110943.135000', '110943.138000', '110943.141000', '110943.144000', '110943.147000', '110943.150000', '110943.152000', '110943.155000', '110943.158000', '110943.161000', '110943.164000', '110943.167000', '110943.169000', '110943.172000', '110943.175000', '110943.178000', '110943.181000', '110943.184000', '110943.186000', '110943.189000', '110943.192000', '111003.039000', '111003.042000', '111003.045000', '111003.048000', '111003.051000', '111003.053000', '111003.056000', '111003.059000', '111003.062000', '111003.065000', '111003.068000', '111003.070000', '111003.073000', '111003.076000', '111003.079000', '111003.082000', '111003.085000', '111003.087000', '111003.090000', '111003.093000', '111003.096000', '111003.099000', '111003.102000', '111003.105000', '111003.107000', '111003.110000', '111003.113000', '111003.122000', '111003.125000', '111003.127000', '111003.130000', '111003.133000', '111003.136000', '111003.139000', '111003.142000', '111003.144000', '111003.147000', '111003.150000', '111003.153000', '111003.156000', '111003.159000', '111003.161000', '111003.164000', '111003.167000', '111023.039000', '111023.042000', '111023.045000', '111023.048000', '111023.050000', '111023.053000', '111023.056000', '111023.059000', '111023.062000', '111023.065000', '111023.068000', '111023.070000', '111023.073000', '111023.076000', '111023.079000', '111023.082000', '111023.085000', '111023.088000', '111023.091000', '111023.094000', '111023.097000', '111023.100000', '111023.109000', '111023.111000', '111023.114000', '111023.137000', '111023.139000', '111023.142000', '111023.145000', '111023.148000', '111023.151000', '111023.154000', '111023.157000', '111023.160000', '111023.163000', '111023.165000', '111023.168000', '111023.171000', '111023.174000', '111023.177000', '111023.179000', '111023.182000', '111023.185000', '111043.039000', '111043.042000', '111043.045000', '111043.048000', '111043.051000', '111043.054000', '111043.056000', '111043.059000', '111043.062000', '111043.065000', '111043.068000', '111043.071000', '111043.074000', '111043.076000', '111043.079000', '111043.082000', '111043.085000', '111043.088000', '111043.091000', '111043.093000', '111043.096000', '111043.099000', '111043.102000', '111043.105000', '111043.108000', '111043.111000', '111043.113000', '111043.116000', '111043.119000', '111043.122000', '111043.125000', '111043.128000', '111043.130000', '111043.133000', '111043.137000', '111043.139000', '111043.142000', '111043.145000', '111043.148000', '111043.151000', '111043.153000', '111043.156000', '111043.159000', '111043.162000', '111103.040000', '111103.043000', '111103.046000', '111103.049000', '111103.052000', '111103.054000', '111103.057000', '111103.060000', '111103.063000', '111103.070000', '111103.073000', '111103.076000', '111103.079000', '111103.082000', '111103.085000', '111103.088000', '111103.090000', '111103.093000', '111103.096000', '111103.099000', '111103.102000', '111103.105000', '111103.108000', '111103.111000', '111103.114000', '111103.116000', '111103.120000', '111103.123000', '111103.126000', '111103.128000', '111103.131000', '111103.134000', '111103.137000', '111103.140000', '111103.143000', '111103.145000', '111103.148000', '111103.151000', '111103.154000', '111103.157000', '111103.160000', '111103.162000', '111103.165000', '111123.040000', '111123.043000', '111123.051000', '111123.054000', '111123.057000', '111123.060000', '111123.063000', '111123.066000', '111123.069000', '111123.071000', '111123.075000', '111123.077000', '111123.080000', '111123.083000', '111123.086000', '111123.089000', '111123.092000', '111123.095000', '111123.098000', '111123.100000', '111123.103000', '111123.106000', '111123.109000', '111123.112000', '111123.115000', '111123.117000', '111123.120000', '111123.123000', '111123.126000', '111123.129000', '111123.132000', '111123.135000', '111123.138000', '111123.140000', '111123.143000', '111123.146000', '111123.149000', '111123.152000', '111123.155000', '111123.157000', '111123.160000', '111123.163000', '111123.166000', '111123.169000', '111143.040000', '111143.043000', '111143.046000', '111143.049000', '111143.052000', '111143.055000', '111143.057000', '111143.060000', '111143.063000', '111143.067000', '111143.070000', '111143.073000', '111143.076000', '111143.079000', '111143.082000', '111143.085000', '111143.087000', '111143.090000', '111143.093000', '111143.096000', '111143.099000', '111143.102000', '111143.105000', '111143.107000', '111143.110000', '111143.113000', '111143.116000', '111143.119000', '111143.122000', '111143.125000', '111143.128000', '111143.131000', '111143.136000', '111143.139000', '111143.142000', '111143.175000', '111143.178000', '111143.180000', '111143.183000', '111143.186000', '111143.189000', '111143.192000', '111143.195000', '111203.040000', '111203.043000', '111203.046000', '111203.049000', '111203.052000', '111203.054000', '111203.057000', '111203.060000', '111203.063000', '111203.066000', '111203.069000', '111203.071000', '111203.074000', '111203.077000', '111203.080000', '111203.083000', '111203.086000', '111203.089000', '111203.092000', '111203.094000', '111203.097000', '111203.100000', '111203.103000', '111203.106000', '111203.109000', '111203.111000', '111203.114000', '111203.117000', '111203.120000', '111203.123000', '111203.126000', '111203.129000', '111203.132000', '111203.134000', '111203.137000', '111203.140000', '111203.143000', '111203.146000', '111203.149000', '111203.151000', '111203.154000', '111203.157000', '111203.160000', '111203.163000', '111223.039000', '111223.042000', '111223.045000', '111223.048000', '111223.050000', '111223.053000', '111223.056000', '111223.059000', '111223.062000', '111223.065000', '111223.068000', '111223.070000', '111223.073000', '111223.076000', '111223.079000', '111223.082000', '111223.085000', '111223.088000', '111223.090000', '111223.093000', '111223.096000', '111223.099000', '111223.102000', '111223.105000', '111223.108000', '111223.111000', '111223.113000', '111223.116000', '111223.119000', '111223.122000', '111223.125000', '111223.128000', '111223.131000', '111223.133000', '111223.136000', '111223.139000', '111223.142000', '111223.145000', '111223.147000', '111223.150000', '111223.153000', '111223.156000', '111223.159000', '111243.039000', '111243.042000', '111243.045000', '111243.048000', '111243.051000', '111243.054000', '111243.057000', '111243.059000', '111243.062000', '111243.065000', '111243.068000', '111243.071000', '111243.074000', '111243.076000', '111243.079000', '111243.082000', '111243.085000', '111243.088000', '111243.091000', '111243.093000', '111243.096000', '111243.099000', '111243.102000', '111243.105000', '111243.108000', '111243.111000', '111243.113000', '111243.128000', '111243.131000', '111243.134000', '111243.136000', '111243.139000', '111243.142000', '111243.145000', '111243.148000', '111243.151000', '111243.153000', '111243.156000', '111243.159000', '111243.162000', '111243.165000', '111243.168000', '111243.170000', '111243.173000', '111303.039000', '111303.042000', '111303.045000', '111303.048000', '111303.051000', '111303.053000', '111303.056000', '111303.059000', '111303.062000', '111303.065000', '111303.068000', '111303.071000', '111303.074000', '111303.077000', '111303.079000', '111303.082000', '111303.085000', '111303.088000', '111303.091000', '111303.094000', '111303.096000', '111303.099000', '111303.103000', '111303.106000', '111303.109000', '111303.112000', '111303.115000', '111303.118000', '111303.121000', '111303.124000', '111303.127000', '111303.129000', '111303.132000', '111303.135000', '111303.138000', '111303.141000', '111303.144000', '111303.146000', '111303.149000', '111303.152000', '111303.155000', '111303.158000', '111303.161000', '111323.040000', '111323.043000', '111323.046000', '111323.049000', '111323.051000', '111323.054000', '111323.057000', '111323.060000', '111323.063000', '111323.066000', '111323.068000', '111323.072000', '111323.074000', '111323.077000', '111323.080000', '111323.083000', '111323.086000', '111323.089000', '111323.092000', '111323.094000', '111323.097000', '111323.100000', '111323.103000', '111323.106000', '111323.109000', '111323.111000', '111323.114000', '111323.117000', '111323.120000', '111323.123000', '111323.126000', '111323.129000', '111323.132000', '111323.134000', '111323.137000', '111323.140000', '111323.143000', '111323.146000', '111323.149000', '111323.151000', '111323.154000', '111323.157000', '111323.160000', '111323.163000', '111343.040000', '111343.043000', '111343.046000', '111343.049000', '111343.052000', '111343.054000', '111343.057000', '111343.060000', '111343.063000', '111343.066000', '111343.069000', '111343.072000', '111343.075000', '111343.077000', '111343.084000', '111343.087000', '111343.090000', '111343.093000', '111343.096000', '111343.099000', '111343.101000', '111343.104000', '111343.107000', '111343.110000', '111343.113000', '111343.116000', '111343.119000', '111343.122000', '111343.125000', '111343.128000', '111343.131000', '111343.134000', '111343.137000', '111343.139000', '111343.142000', '111343.145000', '111343.148000', '111343.151000', '111343.154000', '111343.157000', '111343.160000', '111343.163000', '111343.166000', '111403.040000', '111403.043000', '111403.046000', '111403.049000', '111403.052000', '111403.054000', '111403.057000', '111403.060000', '111403.063000', '111403.066000', '111403.069000', '111403.072000', '111403.074000', '111403.077000', '111403.080000', '111403.083000', '111403.086000', '111403.088000', '111403.091000', '111403.094000', '111403.097000', '111403.100000', '111403.103000', '111403.106000', '111403.109000', '111403.111000', '111403.114000', '111403.117000', '111403.120000', '111403.123000', '111403.126000', '111403.128000', '111403.131000', '111403.134000', '111403.137000', '111403.140000', '111403.143000', '111403.145000', '111403.159000', '111403.162000', '111403.165000', '111403.168000', '111403.171000', '111403.174000', '111423.040000', '111423.043000', '111423.046000', '111423.049000', '111423.052000', '111423.054000', '111423.057000', '111423.060000', '111423.063000', '111423.066000', '111423.069000', '111423.072000', '111423.075000', '111423.077000', '111423.080000', '111423.083000', '111423.086000', '111423.089000', '111423.091000', '111423.094000', '111423.097000', '111423.100000', '111423.103000', '111423.106000', '111423.109000', '111423.118000', '111423.121000', '111423.123000', '111423.126000', '111423.129000', '111423.132000', '111423.135000', '111423.138000', '111423.142000', '111423.145000', '111423.148000', '111423.151000', '111423.154000', '111423.157000', '111423.160000', '111423.162000', '111423.165000', '111423.168000', '111443.039000', '111443.042000', '111443.045000', '111443.048000', '111443.050000', '111443.053000', '111443.072000', '111443.075000', '111443.077000', '111443.080000', '111443.083000', '111443.086000', '111443.089000', '111443.092000', '111443.095000', '111443.098000', '111443.100000', '111443.103000', '111443.106000', '111443.109000', '111443.112000', '111443.115000', '111443.118000', '111443.121000', '111443.124000', '111443.126000', '111443.129000', '111443.132000', '111443.135000', '111443.138000', '111443.141000', '111443.144000', '111443.147000', '111443.150000', '111443.153000', '111443.155000', '111443.158000', '111443.161000', '111443.164000', '111443.167000', '111443.170000', '111443.172000', '111443.175000', '111443.178000', '111503.039000', '111503.042000', '111503.045000', '111503.048000', '111503.054000', '111503.057000', '111503.060000', '111503.063000', '111503.066000', '111503.069000', '111503.071000', '111503.074000', '111503.077000', '111503.080000', '111503.083000', '111503.086000', '111503.089000', '111503.092000', '111503.094000', '111503.097000', '111503.100000', '111503.103000', '111503.106000', '111503.109000', '111503.112000', '111503.115000', '111503.117000', '111503.120000', '111503.123000', '111503.126000', '111503.129000', '111503.132000', '111503.135000', '111503.138000', '111503.140000', '111503.143000', '111503.146000', '111503.149000', '111503.152000', '111503.155000', '111503.157000', '111503.160000', '111503.163000', '111523.039000', '111523.042000', '111523.045000', '111523.047000', '111523.050000', '111523.053000', '111523.056000', '111523.059000', '111523.062000', '111523.065000', '111523.068000', '111523.071000', '111523.073000', '111523.076000', '111523.079000', '111523.082000', '111523.085000', '111523.094000', '111523.097000', '111523.099000', '111523.102000', '111523.106000', '111523.108000', '111523.111000', '111523.114000', '111523.117000', '111523.120000', '111523.123000', '111523.126000', '111523.129000', '111523.131000', '111523.134000', '111523.137000', '111523.140000', '111523.143000', '111523.146000', '111523.148000', '111523.151000', '111523.154000', '111523.157000', '111523.160000', '111523.163000', '111523.166000', '111523.168000', '111543.040000', '111543.043000', '111543.046000', '111543.049000', '111543.052000', '111543.055000', '111543.058000', '111543.061000', '111543.064000', '111543.066000', '111543.069000', '111543.072000', '111543.075000', '111543.078000', '111543.081000', '111543.084000', '111543.087000', '111543.089000', '111543.092000', '111543.095000', '111543.098000', '111543.101000', '111543.104000', '111543.106000', '111543.109000', '111543.112000', '111543.115000', '111543.118000', '111543.121000', '111543.123000', '111543.126000', '111543.129000', '111543.132000', '111543.135000', '111543.138000', '111543.141000', '111543.144000', '111543.146000', '111543.149000', '111543.152000', '111543.155000', '111543.158000', '111543.161000', '111603.040000', '111603.043000', '111603.046000', '111603.049000', '111603.052000', '111603.055000', '111603.058000', '111603.061000', '111603.064000', '111603.067000', '111603.070000', '111603.072000', '111603.075000', '111603.078000', '111603.081000', '111603.084000', '111603.087000', '111603.090000', '111603.092000', '111603.095000', '111603.098000', '111603.101000', '111603.104000', '111603.107000', '111603.110000', '111603.113000', '111603.116000', '111603.119000', '111603.122000', '111603.124000', '111603.127000', '111603.130000', '111603.133000', '111603.136000', '111603.139000', '111603.142000', '111603.145000', '111603.148000', '111603.150000', '111603.153000', '111603.156000', '111603.159000', '111603.162000', '111603.165000', '111623.040000', '111623.043000', '111623.046000', '111623.049000', '111623.052000', '111623.055000', '111623.058000', '111623.061000', '111623.063000', '111623.066000', '111623.069000', '111623.072000', '111623.075000', '111623.078000', '111623.081000', '111623.084000', '111623.087000', '111623.090000', '111623.093000', '111623.096000', '111623.099000', '111623.101000', '111623.104000', '111623.107000', '111623.110000', '111623.113000', '111623.116000', '111623.119000', '111623.122000', '111623.125000', '111623.128000', '111623.130000', '111623.133000', '111623.136000', '111623.139000', '111623.142000', '111623.145000', '111623.148000', '111623.151000', '111623.154000', '111623.157000', '111623.159000', '111623.162000', '111643.040000', '111643.045000', '111643.048000', '111643.051000', '111643.054000', '111643.057000', '111643.059000', '111643.062000', '111643.065000', '111643.068000', '111643.071000', '111643.074000', '111643.076000', '111643.079000', '111643.082000', '111643.085000', '111643.088000', '111643.091000', '111643.094000', '111643.096000', '111643.099000', '111643.102000', '111643.105000', '111643.116000', '111643.119000', '111643.122000', '111643.125000', '111643.128000', '111643.131000', '111643.134000', '111643.137000', '111643.140000', '111643.143000', '111643.145000', '111643.148000', '111643.151000', '111643.154000', '111643.157000', '111643.160000', '111643.163000', '111643.165000', '111643.168000', '111643.171000', '111703.039000', '111703.042000', '111703.045000', '111703.048000', '111703.051000', '111703.054000', '111703.057000', '111703.060000', '111703.063000', '111703.065000', '111703.069000', '111703.072000', '111703.075000', '111703.077000', '111703.080000', '111703.083000', '111703.086000', '111703.089000', '111703.092000', '111703.095000', '111703.098000', '111703.101000', '111703.104000', '111703.107000', '111703.109000', '111703.112000', '111703.115000', '111703.118000', '111703.121000', '111703.124000', '111703.127000', '111703.130000', '111703.132000', '111703.135000', '111703.138000', '111703.141000', '111703.144000', '111703.147000', '111703.150000', '111703.152000', '111703.155000', '111703.158000', '111703.161000', '111703.164000', '111723.039000', '111723.042000', '111723.045000', '111723.048000', '111723.051000', '111723.054000', '111723.057000', '111723.060000', '111723.064000', '111723.066000', '111723.069000', '111723.072000', '111723.075000', '111723.078000', '111723.081000', '111723.084000', '111723.087000', '111723.090000', '111723.093000', '111723.096000', '111723.098000', '111723.101000', '111723.104000', '111723.107000', '111723.110000', '111723.113000', '111723.116000', '111723.118000', '111723.121000', '111723.124000', '111723.127000', '111723.130000', '111723.133000', '111723.137000', '111723.139000', '111723.142000', '111723.145000', '111723.148000', '111723.151000', '111723.153000', '111723.156000', '111723.159000', '111723.162000', '111743.039000', '111743.042000', '111743.045000', '111743.048000', '111743.051000', '111743.054000', '111743.057000', '111743.060000', '111743.063000', '111743.066000', '111743.068000', '111743.071000', '111743.074000', '111743.077000', '111743.080000', '111743.083000', '111743.086000', '111743.089000', '111743.092000', '111743.095000', '111743.098000', '111743.101000', '111743.103000', '111743.106000', '111743.109000', '111743.112000', '111743.115000', '111743.118000', '111743.121000', '111743.124000', '111743.127000', '111743.130000', '111743.132000', '111743.135000', '111743.138000', '111743.141000', '111743.144000', '111743.147000', '111743.150000', '111743.153000', '111743.155000', '111743.158000', '111743.161000', '111743.164000', '111803.040000', '111803.043000', '111803.046000', '111803.049000', '111803.052000', '111803.055000', '111803.058000', '111803.061000', '111803.064000', '111803.066000', '111803.069000', '111803.072000', '111803.075000', '111803.078000', '111803.081000', '111803.084000', '111803.087000', '111803.090000', '111803.094000', '111803.097000', '111803.100000', '111803.103000', '111803.106000', '111803.109000', '111803.112000', '111803.115000', '111803.118000', '111803.120000', '111803.123000', '111803.126000', '111803.129000', '111803.132000', '111803.135000', '111803.138000', '111803.141000', '111803.144000', '111803.146000', '111803.149000', '111803.152000', '111803.155000', '111803.158000', '111803.161000', '111803.173000', '111823.040000', '111823.043000', '111823.046000', '111823.049000', '111823.052000', '111823.055000', '111823.058000', '111823.060000', '111823.064000', '111823.066000', '111823.069000', '111823.072000', '111823.075000', '111823.078000', '111823.081000', '111823.084000', '111823.087000', '111823.090000', '111823.093000', '111823.096000', '111823.099000', '111823.101000', '111823.104000', '111823.107000', '111823.110000', '111823.113000', '111823.116000', '111823.119000', '111823.122000', '111823.125000', '111823.127000', '111823.130000', '111823.133000', '111823.136000', '111823.139000', '111823.142000', '111823.145000', '111823.148000', '111823.151000', '111823.153000', '111823.156000', '111823.159000', '111823.162000', '111823.165000', '111835.341000', '111835.345000', '111835.348000', '111835.352000', '111835.355000', '111835.358000', '111835.361000', '111835.364000', '111835.367000', '111835.370000', '111835.373000', '111835.376000', '111835.379000', '111835.382000', '111835.384000', '111835.387000', '111835.390000', '111835.393000', '111835.396000', '111835.399000', '111835.402000', '111835.405000', '111835.408000', '111835.411000', '111835.414000', '111835.417000', '111835.420000'], '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': [8652, 10602, 7846, 10753, 6904, 8487, 7210, 7301, 10403, 6883, 9342, 7817, 8055, 9539, 6919, 7994, 7289, 7285, 9787, 6700, 7984, 8274, 6928, 8791, 7027, 7688, 7117, 7923, 7407, 7396, 10248, 7031, 8624, 7262, 7638, 8528, 6976, 9551, 7265, 7772, 7600, 6954, 8964, 7385, 7666, 8355, 7310, 9074, 7294, 7994, 6851, 6998, 8370, 7307, 8333, 7121, 7502, 9707, 7329, 8061, 7285, 7151, 9420, 7127, 8376, 7264, 7554, 9092, 7194, 7954, 7541, 7052, 9521, 7308, 8009, 7008, 7117, 8327, 7199, 7450, 8620, 7510, 9152, 7190, 7978, 7335, 7085, 8738, 7341, 7850, 9764, 7346, 9025, 7498, 7578, 9321, 7002, 8808, 7398, 7705, 9125, 7014, 7966, 6684, 6821, 9336, 6949, 7484, 6893, 6847, 9428, 7291, 7677, 9147, 6723, 9136, 7132, 7844, 10513, 6914, 8708, 7109, 7546, 9533, 6808, 8178, 6582, 7135, 9610, 6657, 7868, 7126, 7251, 9955, 6902, 8187, 6431, 7192, 9196, 7314, 8326, 8302, 6999, 9880, 7035, 7889, 6599, 7194, 9558, 6936, 8203, 6979, 7051, 9523, 6974, 8469, 7426, 7288, 9212, 7156, 7959, 6470, 7118, 9055, 7019, 7890, 7073, 6833, 9099, 7219, 8122, 6918, 6977, 9109, 7387, 7818, 7363, 7443, 10152, 6737, 8991, 7015, 7360, 9900, 6955, 9564, 7401, 7827, 9576, 7007, 8696, 7560, 7981, 10476, 7246, 8627, 6975, 7301, 10137, 7168, 8412, 7115, 7279, 8591, 6931, 8012, 6806, 7367, 9751, 7206, 7992, 6611, 7207, 9278, 6797, 8933, 7004, 7387, 9428, 7041, 8459, 7691, 7331, 9917, 7337, 8094, 7003, 7472, 9530, 7058, 8078, 6477, 7182, 9341, 7299, 8425, 6910, 7474, 9499, 7437, 8917, 7284, 7602, 9605, 7568, 9621, 7232, 8224, 8035, 7310, 9160, 7254, 7997, 10016, 7254, 9991, 7313, 7753, 7636, 7161, 9229, 7139, 7460, 7712, 7137, 9597, 7139, 7735, 6770, 7170, 9196, 7437, 7780, 7113, 7025, 9001, 7671, 7669, 7115, 7195, 9250, 7503, 7652, 6894, 6961, 9181, 7466, 8511, 6713, 7417, 10309, 7463, 8173, 7144, 7092, 10033, 7178, 8920, 7148, 7317, 9912, 7163, 8784, 7371, 7608, 9811, 7288, 8610, 7316, 7193, 9958, 7186, 9127, 7079, 7389, 8836, 7298, 9420, 7032, 7659, 6836, 7117, 9245, 7480, 8611, 7732, 7586, 9443, 7390, 8168, 7590, 7261, 10210, 7051, 9023, 7433, 7496, 8783, 7400, 9234, 7663, 7628, 7175, 7181, 9723, 7463, 8985, 7793, 7562, 10423, 7318, 8959, 7505, 7386, 9121, 7277, 10045, 7444, 7862, 7340, 7251, 9893, 7092, 9336, 7820, 7614, 9393, 7279, 9727, 7746, 8195, 9120, 7313, 10159, 7052, 8308, 7664, 7186, 9496, 7001, 8618, 7581, 7276, 10322, 7334, 8938, 7722, 7315, 10220, 7377, 9644, 7663, 7598, 10102, 7060, 10018, 7336, 7624, 9224, 7042, 9528, 7419, 7576, 7155, 7055, 9779, 6757, 9023, 7426, 7679, 7011, 7251, 9437, 7274, 9813, 7038, 8279, 9875, 7613, 9871, 7205, 8380, 10258, 7777, 10527, 7013, 8057, 8970, 7584, 9738, 7139, 7586, 8430, 6945, 8865, 7029, 7519, 7712, 6767, 8852, 6729, 7734, 7385, 6837, 9115, 7063, 7514, 7930, 6978, 9713, 7344, 8144, 8653, 7156, 9747, 7051, 8402, 7398, 7024, 9296, 7141, 8398, 7261, 7451, 9506, 7059, 8510, 7836, 7348, 9715, 7391, 8495, 7338, 7409, 9996, 6952, 8306, 6848, 7096, 9788, 6871, 8408, 7207, 7335, 10382, 7170, 8240, 7148, 7333, 10384, 7472, 8399, 6876, 7348, 9940, 7371, 8891, 7346, 7856, 9813, 7252, 9759, 6968, 8483, 8312, 6891, 9796, 7119, 8486, 7230, 6928, 9602, 7131, 8112, 7479, 7097, 10062, 6884, 8154, 7388, 7307, 9729, 6996, 8330, 6984, 6861, 9147, 7322, 8267, 6824, 7025, 9987, 7287, 8930, 7042, 7451, 9638, 7032, 8844, 7619, 8068, 9968, 7310, 9449, 7338, 8022, 9019, 7206, 9363, 7315, 8094, 7164, 7099, 9060, 7506, 8238, 7839, 7618, 10342, 7571, 8339, 6977, 7486, 9881, 7864, 9282, 7387, 8108, 9261, 7165, 9260, 7648, 8214, 8126, 7431, 10062, 7588, 8283, 7436, 7287, 10050, 7584, 8100, 6938, 7672, 9780, 7477, 8754, 7546, 7831, 7215, 7076, 7798, 6771, 8633, 6930, 6807, 7337, 9560, 7494, 9584, 7426, 8426, 8189, 7457, 9966, 7509, 8766, 7680, 7320, 10361, 7796, 8649, 7138, 7480, 6771, 7654, 9150, 7621, 8877, 7169, 8219, 7624, 7305, 9751, 7044, 8779, 7663, 7954, 10451, 7199, 9363, 7257, 7943, 8485, 6905, 9919, 7340, 8102, 7731, 7215, 8983, 6878, 9428, 7025, 8671, 7513, 8010, 8938, 6719, 10089, 6918, 8979, 7307, 7141, 10074, 6936, 8934, 7631, 7691, 9386, 7090, 9550, 6945, 8413, 7296, 7117, 9124, 6715, 9023, 6980, 8093, 7153, 7470, 7542, 6941, 9809, 7068, 9550, 7794, 7139, 9990, 7076, 8687, 7616, 7303, 9694, 6994, 9617, 7536, 7571, 9506, 7301, 8971, 7270, 7512, 9444, 6857, 8897, 7369, 7270, 10134, 7089, 8643, 7046, 7358, 9293, 7127, 9257, 7408, 7561, 9700, 6876, 9897, 7225, 8073, 8995, 6982, 8881, 7027, 7627, 7032, 6996, 8591, 7059, 9711, 7139, 8772, 7346, 7390, 9250, 7244, 9666, 7476, 8197, 10684, 7214, 9476, 7682, 7631, 9758, 6942, 9681, 7373, 7698, 9883, 7292, 9089, 7542, 7706, 9613, 7343, 8948, 7077, 7335, 9728, 7100, 9163, 7294, 7783, 9869, 6849, 9831, 7435, 7562, 10064, 7248, 10036, 6963, 8487, 7483, 6900, 9667, 6935, 8662, 7391, 7023, 9743, 7131, 7987, 8840, 7148, 10346, 6859, 8096, 7765, 6939, 8944, 7286, 8204, 7571, 7319, 7554, 7339, 9943, 7594, 8988, 7517, 7565, 9464, 6934, 10050, 7236, 8152, 7888, 7300, 10029, 7055, 8226, 7210, 7378, 10727, 7208, 9204, 7856, 8030, 11426, 7365, 9148, 7353, 7612, 10238, 7180, 9774, 7821, 7410, 9391, 7282, 8888, 7512, 7544, 9456, 7466, 8383, 7503, 7295, 9725, 7153, 8328, 7251, 7264, 8863, 6867, 8532, 7839, 7640, 10843, 7360, 8308, 7741, 7203, 11185, 7527, 9091, 7378, 7414, 9111, 7144, 8846, 8390, 7488, 9842, 7336, 8094, 7774, 7223, 9946, 7083, 8014, 7367, 7027, 9886, 7301, 8388, 10317, 7463, 10361, 7050, 8177, 7584, 7305, 9766, 7358, 8392, 7500, 7285, 10054, 7214, 8148, 8418, 7200, 10398, 7201, 8106, 7643, 7235, 9767, 7263, 9461, 8481, 7325, 10725, 7433, 8378, 7527, 7310, 10215, 7085, 10239, 7122, 7751, 8963, 7027, 10173, 7256, 7743, 7549, 7230, 9851, 7446, 9513, 7364, 8074, 10693, 7047, 9960, 7137, 8254, 7595, 7408, 10142, 6927, 9723, 7491, 7315, 9423, 7067, 9405, 7348, 7576, 8162, 6935, 9918, 7411, 7513, 9329, 7000, 9852, 7332, 7728, 7426, 7298, 9553, 7182, 7714, 7175, 7077, 9114, 7579, 8398, 7581, 7156, 10141, 7350, 8103, 7285, 7340, 10366, 7150, 9586, 6916, 7857, 9799, 7120, 9843, 7232, 8000, 7727, 7024, 9509, 7234, 8869, 7874, 7103, 10068, 7043, 8857, 7369, 7434, 11643, 7170, 9668, 7692, 7456, 10524, 7101, 9055, 7840, 7653, 11142, 7129, 9680, 7440, 7503, 9183, 6983, 9865, 7328, 7933, 7511, 7052, 10181, 7096, 8196, 8947, 7080, 10206, 7032, 7695, 7135, 7124, 9648, 6981, 9072, 7227, 7123, 9642, 7201, 8518, 7664, 7126, 10523, 7080, 9773, 7789, 7480, 9392, 7042, 9931, 7378, 7892, 8940, 7067, 9816, 7204, 8348, 8666, 6855, 10538, 7253, 7808, 7779, 7162, 9603, 6892, 7863, 7123, 6994, 9602, 7060, 8068, 8346, 6824, 9545, 7117, 7711, 7210, 7147, 9200, 6935, 8465, 8526, 6911, 10067, 6939, 8208, 7172, 6854, 9840, 6840, 9607, 8617, 7465, 10960, 7172, 8077, 7497, 7883, 10333, 6801, 9441, 7508, 7732, 9921, 7252, 8931, 7351, 7677, 9789, 7015, 9443, 7528, 7723, 9116, 7149, 8666, 7184, 8083, 7091, 6965, 9412, 7098, 8352, 8942, 7182, 10362, 7115, 8172, 7222, 7188, 10264, 6910, 8509, 7275, 7368, 9680, 6944, 9293, 7274, 8245, 8469, 7199, 9838, 6944, 8256, 9799, 7226, 10895, 6938, 8574, 7386, 7640, 9632, 7133, 8974, 7238, 7423, 11140, 7001, 8742, 7480, 7790, 10367, 6685, 9442, 7583, 7753, 8028, 6968, 9922, 6934, 8303, 7685, 7265, 9012, 6829, 9357, 7620, 7517, 10244, 7175, 8793, 7345, 7309, 8016, 7107, 9768, 7238, 7887, 7490, 7191, 9204, 7122, 10216, 7165, 8855, 7673, 7586, 7676, 7370, 7218, 9001, 6911, 9915, 7807, 9261, 7144, 8393, 7258, 9522, 6992, 9973, 7154, 9521, 7306, 9171, 6938, 9129, 7328, 8107, 7178, 7046, 6637, 7289, 8930, 7245, 8834, 6813, 6759, 7115, 7802, 7181, 8595, 7178, 9741, 7108, 10040, 6975, 9512, 7197, 9556, 7258, 9164, 10946, 7560, 10503, 6853, 9452, 6847, 9144, 7432, 8292, 8537, 7333, 9321, 6829, 9387, 7350, 8243, 9026, 7448, 10390, 7197, 9443, 7299, 7395, 9326, 7419, 8596, 7569, 8678, 6696, 6437, 7493, 8377, 7378, 9086, 7184, 8663, 8408, 8014, 11675, 7055, 9888, 7492, 9583, 7827, 8828, 7104, 9147, 7355, 7138, 7556, 7350, 7240, 7909, 7151, 8101, 7382, 8307, 7194, 8583, 7260, 8587, 7564, 8297, 10926, 6960, 9640, 7466, 8372, 7591, 6982, 9322, 7279, 8876, 8330, 7056, 9360, 7408, 7982, 6836, 7438, 8933, 6986, 8875, 7504, 7114, 8850, 6847, 8385, 6920, 7612, 8932, 6996, 9601, 7220, 7845, 6812, 7656, 9549, 7037, 9849, 6819, 8508], 'WindowCenter': [4191.0, 4183.0, 4140.0, 4169.0, 4105.0, 4134.0, 4101.0, 4104.0, 4141.0, 4101.0, 4144.0, 4100.0, 4111.0, 4130.0, 4089.0, 4109.0, 4098.0, 4100.0, 4142.0, 4079.0, 4111.0, 4121.0, 4103.0, 4135.0, 4104.0, 4113.0, 4104.0, 4125.0, 4114.0, 4116.0, 4153.0, 4104.0, 4121.0, 4103.0, 4113.0, 4120.0, 4092.0, 4142.0, 4102.0, 4113.0, 4100.0, 4090.0, 4131.0, 4101.0, 4114.0, 4121.0, 4102.0, 4131.0, 4103.0, 4113.0, 4090.0, 4103.0, 4122.0, 4103.0, 4136.0, 4103.0, 4113.0, 4142.0, 4101.0, 4113.0, 4102.0, 4091.0, 4131.0, 4102.0, 4123.0, 4099.0, 4102.0, 4130.0, 4089.0, 4112.0, 4111.0, 4103.0, 4142.0, 4102.0, 4112.0, 4090.0, 4102.0, 4121.0, 4102.0, 4113.0, 4121.0, 4103.0, 4132.0, 4093.0, 4124.0, 4101.0, 4103.0, 4123.0, 4102.0, 4124.0, 4142.0, 4103.0, 4133.0, 4101.0, 4112.0, 4142.0, 4114.0, 4146.0, 4115.0, 4125.0, 4144.0, 4090.0, 4110.0, 4078.0, 4088.0, 4129.0, 4088.0, 4100.0, 4089.0, 4090.0, 4130.0, 4099.0, 4110.0, 4129.0, 4089.0, 4132.0, 4088.0, 4109.0, 4138.0, 4089.0, 4119.0, 4086.0, 4110.0, 4129.0, 4078.0, 4108.0, 4077.0, 4089.0, 4128.0, 4090.0, 4109.0, 4089.0, 4100.0, 4139.0, 4089.0, 4119.0, 4067.0, 4089.0, 4129.0, 4099.0, 4122.0, 4120.0, 4090.0, 4140.0, 4088.0, 4110.0, 4079.0, 4101.0, 4142.0, 4091.0, 4121.0, 4088.0, 4090.0, 4141.0, 4101.0, 4122.0, 4099.0, 4099.0, 4129.0, 4089.0, 4110.0, 4078.0, 4102.0, 4132.0, 4101.0, 4111.0, 4089.0, 4091.0, 4131.0, 4102.0, 4122.0, 4089.0, 4101.0, 4132.0, 4102.0, 4112.0, 4101.0, 4112.0, 4143.0, 4092.0, 4131.0, 4089.0, 4101.0, 4139.0, 4089.0, 4130.0, 4099.0, 4111.0, 4130.0, 4091.0, 4120.0, 4110.0, 4112.0, 4139.0, 4098.0, 4120.0, 4087.0, 4101.0, 4140.0, 4090.0, 4108.0, 4087.0, 4099.0, 4118.0, 4088.0, 4111.0, 4090.0, 4101.0, 4129.0, 4100.0, 4109.0, 4078.0, 4102.0, 4131.0, 4090.0, 4130.0, 4089.0, 4102.0, 4131.0, 4090.0, 4120.0, 4098.0, 4099.0, 4129.0, 4098.0, 4109.0, 4089.0, 4100.0, 4129.0, 4089.0, 4109.0, 4068.0, 4091.0, 4129.0, 4099.0, 4123.0, 4102.0, 4103.0, 4142.0, 4101.0, 4131.0, 4100.0, 4114.0, 4142.0, 4111.0, 4142.0, 4101.0, 4122.0, 4109.0, 4100.0, 4130.0, 4101.0, 4113.0, 4141.0, 4102.0, 4141.0, 4098.0, 4101.0, 4099.0, 4090.0, 4129.0, 4089.0, 4101.0, 4099.0, 4091.0, 4130.0, 4090.0, 4099.0, 4079.0, 4090.0, 4130.0, 4100.0, 4100.0, 4089.0, 4091.0, 4119.0, 4101.0, 4111.0, 4090.0, 4103.0, 4130.0, 4101.0, 4113.0, 4089.0, 4104.0, 4134.0, 4102.0, 4132.0, 4091.0, 4103.0, 4154.0, 4102.0, 4122.0, 4091.0, 4104.0, 4142.0, 4091.0, 4132.0, 4089.0, 4103.0, 4141.0, 4091.0, 4123.0, 4102.0, 4113.0, 4140.0, 4102.0, 4120.0, 4101.0, 4093.0, 4141.0, 4091.0, 4131.0, 4091.0, 4103.0, 4131.0, 4102.0, 4132.0, 4091.0, 4113.0, 4079.0, 4091.0, 4131.0, 4102.0, 4123.0, 4101.0, 4102.0, 4130.0, 4101.0, 4122.0, 4101.0, 4103.0, 4144.0, 4090.0, 4133.0, 4100.0, 4103.0, 4121.0, 4103.0, 4132.0, 4103.0, 4112.0, 4088.0, 4092.0, 4132.0, 4103.0, 4133.0, 4100.0, 4101.0, 4141.0, 4089.0, 4119.0, 4089.0, 4101.0, 4130.0, 4101.0, 4130.0, 4102.0, 4111.0, 4099.0, 4103.0, 4143.0, 4091.0, 4131.0, 4100.0, 4101.0, 4131.0, 4101.0, 4130.0, 4099.0, 4110.0, 4120.0, 4101.0, 4141.0, 4076.0, 4108.0, 4097.0, 4090.0, 4119.0, 4089.0, 4119.0, 4098.0, 4089.0, 4138.0, 4090.0, 4120.0, 4098.0, 4102.0, 4128.0, 4089.0, 4131.0, 4097.0, 4102.0, 4129.0, 4078.0, 4128.0, 4088.0, 4098.0, 4119.0, 4092.0, 4141.0, 4100.0, 4111.0, 4101.0, 4102.0, 4153.0, 4088.0, 4131.0, 4112.0, 4111.0, 4090.0, 4101.0, 4130.0, 4101.0, 4138.0, 4087.0, 4109.0, 4127.0, 4099.0, 4129.0, 4087.0, 4108.0, 4126.0, 4084.0, 4126.0, 4074.0, 4096.0, 4103.0, 4085.0, 4115.0, 4075.0, 4097.0, 4096.0, 4076.0, 4105.0, 4074.0, 4088.0, 4096.0, 4078.0, 4120.0, 4078.0, 4100.0, 4087.0, 4080.0, 4132.0, 4101.0, 4101.0, 4110.0, 4101.0, 4141.0, 4100.0, 4112.0, 4122.0, 4102.0, 4141.0, 4101.0, 4122.0, 4100.0, 4102.0, 4133.0, 4102.0, 4123.0, 4100.0, 4102.0, 4142.0, 4101.0, 4133.0, 4113.0, 4112.0, 4143.0, 4101.0, 4120.0, 4089.0, 4102.0, 4144.0, 4091.0, 4120.0, 4079.0, 4089.0, 4140.0, 4090.0, 4121.0, 4099.0, 4102.0, 4139.0, 4090.0, 4120.0, 4090.0, 4101.0, 4140.0, 4101.0, 4122.0, 4093.0, 4113.0, 4143.0, 4112.0, 4133.0, 4102.0, 4123.0, 4142.0, 4103.0, 4143.0, 4090.0, 4121.0, 4109.0, 4091.0, 4144.0, 4090.0, 4120.0, 4087.0, 4090.0, 4142.0, 4103.0, 4122.0, 4089.0, 4090.0, 4139.0, 4088.0, 4111.0, 4088.0, 4102.0, 4131.0, 4088.0, 4110.0, 4089.0, 4089.0, 4130.0, 4101.0, 4121.0, 4078.0, 4102.0, 4142.0, 4101.0, 4133.0, 4103.0, 4102.0, 4141.0, 4103.0, 4133.0, 4112.0, 4112.0, 4142.0, 4104.0, 4143.0, 4100.0, 4123.0, 4133.0, 4102.0, 4132.0, 4100.0, 4112.0, 4091.0, 4103.0, 4132.0, 4104.0, 4124.0, 4112.0, 4112.0, 4143.0, 4112.0, 4122.0, 4092.0, 4102.0, 4142.0, 4123.0, 4145.0, 4102.0, 4123.0, 4132.0, 4091.0, 4132.0, 4112.0, 4124.0, 4113.0, 4102.0, 4142.0, 4113.0, 4122.0, 4103.0, 4106.0, 4141.0, 4112.0, 4114.0, 4104.0, 4113.0, 4142.0, 4101.0, 4121.0, 4113.0, 4114.0, 4115.0, 4105.0, 4125.0, 4120.0, 4150.0, 4119.0, 4119.0, 4131.0, 4172.0, 4130.0, 4158.0, 4116.0, 4137.0, 4124.0, 4114.0, 4155.0, 4105.0, 4135.0, 4102.0, 4102.0, 4140.0, 4112.0, 4133.0, 4093.0, 4101.0, 4091.0, 4111.0, 4132.0, 4116.0, 4146.0, 4105.0, 4125.0, 4113.0, 4104.0, 4133.0, 4092.0, 4133.0, 4113.0, 4112.0, 4142.0, 4090.0, 4132.0, 4102.0, 4113.0, 4121.0, 4090.0, 4131.0, 4101.0, 4112.0, 4100.0, 4103.0, 4133.0, 4084.0, 4123.0, 4093.0, 4123.0, 4101.0, 4111.0, 4119.0, 4081.0, 4140.0, 4089.0, 4121.0, 4088.0, 4079.0, 4118.0, 4077.0, 4107.0, 4087.0, 4098.0, 4119.0, 4080.0, 4129.0, 4077.0, 4111.0, 4088.0, 4091.0, 4130.0, 4078.0, 4120.0, 4088.0, 4109.0, 4090.0, 4100.0, 4100.0, 4092.0, 4142.0, 4092.0, 4132.0, 4099.0, 4090.0, 4129.0, 4089.0, 4120.0, 4099.0, 4090.0, 4130.0, 4090.0, 4132.0, 4099.0, 4098.0, 4128.0, 4089.0, 4118.0, 4088.0, 4100.0, 4129.0, 4081.0, 4120.0, 4101.0, 4101.0, 4142.0, 4092.0, 4121.0, 4090.0, 4101.0, 4119.0, 4089.0, 4131.0, 4090.0, 4102.0, 4129.0, 4080.0, 4130.0, 4088.0, 4099.0, 4107.0, 4076.0, 4106.0, 4079.0, 4099.0, 4090.0, 4102.0, 4124.0, 4104.0, 4144.0, 4103.0, 4135.0, 4102.0, 4104.0, 4133.0, 4102.0, 4145.0, 4101.0, 4124.0, 4141.0, 4101.0, 4131.0, 4097.0, 4100.0, 4129.0, 4089.0, 4132.0, 4089.0, 4100.0, 4127.0, 4090.0, 4120.0, 4101.0, 4101.0, 4130.0, 4091.0, 4120.0, 4091.0, 4102.0, 4130.0, 4095.0, 4134.0, 4102.0, 4102.0, 4130.0, 4080.0, 4131.0, 4089.0, 4101.0, 4130.0, 4102.0, 4130.0, 4090.0, 4122.0, 4088.0, 4090.0, 4130.0, 4078.0, 4110.0, 4088.0, 4091.0, 4130.0, 4101.0, 4124.0, 4119.0, 4102.0, 4153.0, 4092.0, 4110.0, 4097.0, 4087.0, 4118.0, 4101.0, 4121.0, 4111.0, 4101.0, 4100.0, 4103.0, 4141.0, 4113.0, 4131.0, 4100.0, 4112.0, 4132.0, 4090.0, 4140.0, 4101.0, 4112.0, 4109.0, 4101.0, 4142.0, 4091.0, 4110.0, 4088.0, 4100.0, 4140.0, 4101.0, 4133.0, 4109.0, 4113.0, 4151.0, 4090.0, 4119.0, 4089.0, 4101.0, 4139.0, 4077.0, 4129.0, 4088.0, 4088.0, 4117.0, 4088.0, 4119.0, 4086.0, 4098.0, 4116.0, 4087.0, 4108.0, 4088.0, 4099.0, 4129.0, 4078.0, 4109.0, 4089.0, 4088.0, 4119.0, 4081.0, 4120.0, 4099.0, 4100.0, 4141.0, 4088.0, 4109.0, 4100.0, 4103.0, 4151.0, 4100.0, 4120.0, 4088.0, 4090.0, 4120.0, 4092.0, 4121.0, 4109.0, 4100.0, 4129.0, 4088.0, 4110.0, 4099.0, 4102.0, 4129.0, 4089.0, 4110.0, 4087.0, 4090.0, 4130.0, 4089.0, 4122.0, 4140.0, 4091.0, 4139.0, 4090.0, 4112.0, 4098.0, 4100.0, 4130.0, 4091.0, 4113.0, 4087.0, 4091.0, 4130.0, 4101.0, 4114.0, 4109.0, 4100.0, 4140.0, 4100.0, 4112.0, 4112.0, 4102.0, 4143.0, 4115.0, 4144.0, 4121.0, 4102.0, 4138.0, 4100.0, 4109.0, 4099.0, 4101.0, 4140.0, 4091.0, 4141.0, 4089.0, 4113.0, 4131.0, 4089.0, 4141.0, 4099.0, 4100.0, 4098.0, 4114.0, 4143.0, 4104.0, 4141.0, 4102.0, 4115.0, 4141.0, 4089.0, 4128.0, 4077.0, 4109.0, 4086.0, 4100.0, 4141.0, 4091.0, 4130.0, 4087.0, 4089.0, 4118.0, 4089.0, 4132.0, 4087.0, 4101.0, 4108.0, 4089.0, 4129.0, 4089.0, 4102.0, 4131.0, 4091.0, 4129.0, 4087.0, 4098.0, 4088.0, 4100.0, 4130.0, 4089.0, 4101.0, 4090.0, 4092.0, 4131.0, 4113.0, 4123.0, 4101.0, 4092.0, 4140.0, 4102.0, 4111.0, 4101.0, 4103.0, 4143.0, 4092.0, 4143.0, 4092.0, 4112.0, 4142.0, 4103.0, 4144.0, 4102.0, 4113.0, 4099.0, 4091.0, 4143.0, 4101.0, 4133.0, 4112.0, 4090.0, 4130.0, 4089.0, 4120.0, 4100.0, 4101.0, 4151.0, 4088.0, 4130.0, 4098.0, 4099.0, 4138.0, 4090.0, 4117.0, 4109.0, 4100.0, 4140.0, 4087.0, 4128.0, 4087.0, 4088.0, 4116.0, 4089.0, 4131.0, 4088.0, 4109.0, 4086.0, 4090.0, 4138.0, 4090.0, 4122.0, 4119.0, 4089.0, 4128.0, 4078.0, 4099.0, 4076.0, 4088.0, 4128.0, 4089.0, 4120.0, 4087.0, 4079.0, 4127.0, 4087.0, 4109.0, 4099.0, 4091.0, 4140.0, 4089.0, 4129.0, 4099.0, 4090.0, 4130.0, 4091.0, 4141.0, 4089.0, 4111.0, 4119.0, 4088.0, 4139.0, 4100.0, 4112.0, 4108.0, 4079.0, 4140.0, 4089.0, 4100.0, 4099.0, 4089.0, 4129.0, 4088.0, 4099.0, 4076.0, 4090.0, 4132.0, 4091.0, 4111.0, 4109.0, 4079.0, 4129.0, 4089.0, 4099.0, 4087.0, 4091.0, 4133.0, 4103.0, 4122.0, 4121.0, 4090.0, 4128.0, 4088.0, 4109.0, 4077.0, 4079.0, 4130.0, 4078.0, 4132.0, 4109.0, 4090.0, 4138.0, 4089.0, 4106.0, 4086.0, 4111.0, 4128.0, 4077.0, 4129.0, 4088.0, 4099.0, 4128.0, 4087.0, 4119.0, 4086.0, 4100.0, 4128.0, 4077.0, 4129.0, 4097.0, 4100.0, 4119.0, 4103.0, 4121.0, 4089.0, 4120.0, 4090.0, 4091.0, 4130.0, 4102.0, 4123.0, 4119.0, 4091.0, 4140.0, 4090.0, 4110.0, 4088.0, 4090.0, 4140.0, 4089.0, 4120.0, 4088.0, 4099.0, 4130.0, 4090.0, 4131.0, 4099.0, 4112.0, 4109.0, 4090.0, 4130.0, 4088.0, 4111.0, 4127.0, 4089.0, 4139.0, 4079.0, 4107.0, 4085.0, 4086.0, 4117.0, 4079.0, 4119.0, 4086.0, 4088.0, 4138.0, 4077.0, 4108.0, 4088.0, 4100.0, 4139.0, 4080.0, 4129.0, 4097.0, 4099.0, 4108.0, 4090.0, 4141.0, 4090.0, 4109.0, 4098.0, 4088.0, 4117.0, 4077.0, 4132.0, 4100.0, 4089.0, 4138.0, 4089.0, 4118.0, 4088.0, 4099.0, 4109.0, 4090.0, 4139.0, 4099.0, 4110.0, 4099.0, 4089.0, 4130.0, 4090.0, 4142.0, 4089.0, 4121.0, 4110.0, 4112.0, 4112.0, 4116.0, 4116.0, 4145.0, 4104.0, 4157.0, 4113.0, 4146.0, 4114.0, 4134.0, 4104.0, 4145.0, 4118.0, 4155.0, 4092.0, 4127.0, 4087.0, 4120.0, 4078.0, 4130.0, 4087.0, 4100.0, 4076.0, 4078.0, 4065.0, 4088.0, 4118.0, 4088.0, 4119.0, 4079.0, 4080.0, 4101.0, 4113.0, 4103.0, 4133.0, 4105.0, 4143.0, 4103.0, 4142.0, 4104.0, 4143.0, 4091.0, 4132.0, 4089.0, 4133.0, 4140.0, 4101.0, 4139.0, 4079.0, 4128.0, 4079.0, 4130.0, 4089.0, 4110.0, 4118.0, 4100.0, 4128.0, 4079.0, 4130.0, 4087.0, 4110.0, 4118.0, 4089.0, 4140.0, 4089.0, 4129.0, 4089.0, 4100.0, 4130.0, 4115.0, 4136.0, 4128.0, 4136.0, 4095.0, 4082.0, 4105.0, 4123.0, 4105.0, 4125.0, 4091.0, 4123.0, 4112.0, 4102.0, 4140.0, 4078.0, 4118.0, 4077.0, 4106.0, 4074.0, 4094.0, 4065.0, 4093.0, 4063.0, 4062.0, 4074.0, 4061.0, 4072.0, 4084.0, 4077.0, 4098.0, 4090.0, 4098.0, 4078.0, 4109.0, 4089.0, 4108.0, 4087.0, 4097.0, 4127.0, 4067.0, 4117.0, 4075.0, 4096.0, 4085.0, 4077.0, 4104.0, 4075.0, 4107.0, 4096.0, 4077.0, 4106.0, 4077.0, 4095.0, 4064.0, 4086.0, 4108.0, 4078.0, 4119.0, 4087.0, 4080.0, 4107.0, 4079.0, 4109.0, 4092.0, 4102.0, 4122.0, 4092.0, 4133.0, 4102.0, 4111.0, 4080.0, 4102.0, 4131.0, 4092.0, 4132.0, 4082.0, 4121.0], 'WindowWidth': [9310.0, 9280.0, 9214.0, 9248.0, 9157.0, 9195.0, 9145.0, 9153.0, 9198.0, 9147.0, 9207.0, 9140.0, 9158.0, 9179.0, 9124.0, 9152.0, 9136.0, 9142.0, 9198.0, 9111.0, 9158.0, 9171.0, 9151.0, 9194.0, 9154.0, 9164.0, 9154.0, 9185.0, 9170.0, 9174.0, 9217.0, 9152.0, 9173.0, 9149.0, 9165.0, 9168.0, 9134.0, 9200.0, 9145.0, 9162.0, 9141.0, 9130.0, 9183.0, 9143.0, 9164.0, 9173.0, 9147.0, 9185.0, 9151.0, 9162.0, 9131.0, 9151.0, 9175.0, 9151.0, 9199.0, 9152.0, 9166.0, 9200.0, 9147.0, 9163.0, 9146.0, 9132.0, 9185.0, 9148.0, 9178.0, 9138.0, 9145.0, 9181.0, 9126.0, 9160.0, 9157.0, 9151.0, 9201.0, 9146.0, 9160.0, 9127.0, 9149.0, 9172.0, 9149.0, 9166.0, 9172.0, 9151.0, 9187.0, 9137.0, 9178.0, 9145.0, 9151.0, 9176.0, 9147.0, 9181.0, 9199.0, 9149.0, 9188.0, 9143.0, 9160.0, 9201.0, 9171.0, 9217.0, 9171.0, 9187.0, 9207.0, 9129.0, 9154.0, 9110.0, 9125.0, 9180.0, 9125.0, 9142.0, 9124.0, 9128.0, 9182.0, 9140.0, 9157.0, 9180.0, 9129.0, 9189.0, 9124.0, 9152.0, 9188.0, 9125.0, 9166.0, 9118.0, 9155.0, 9180.0, 9110.0, 9149.0, 9107.0, 9127.0, 9175.0, 9129.0, 9155.0, 9126.0, 9144.0, 9193.0, 9126.0, 9165.0, 9094.0, 9128.0, 9178.0, 9140.0, 9176.0, 9170.0, 9130.0, 9195.0, 9124.0, 9156.0, 9113.0, 9147.0, 9201.0, 9133.0, 9172.0, 9124.0, 9130.0, 9199.0, 9146.0, 9175.0, 9139.0, 9140.0, 9178.0, 9126.0, 9156.0, 9112.0, 9149.0, 9188.0, 9145.0, 9160.0, 9127.0, 9133.0, 9187.0, 9148.0, 9176.0, 9128.0, 9146.0, 9187.0, 9147.0, 9162.0, 9147.0, 9164.0, 9204.0, 9133.0, 9184.0, 9127.0, 9146.0, 9193.0, 9126.0, 9182.0, 9138.0, 9157.0, 9181.0, 9129.0, 9171.0, 9156.0, 9159.0, 9193.0, 9138.0, 9167.0, 9122.0, 9145.0, 9195.0, 9127.0, 9150.0, 9120.0, 9139.0, 9164.0, 9125.0, 9161.0, 9131.0, 9145.0, 9180.0, 9143.0, 9155.0, 9111.0, 9149.0, 9185.0, 9131.0, 9184.0, 9125.0, 9147.0, 9182.0, 9129.0, 9171.0, 9137.0, 9139.0, 9177.0, 9136.0, 9152.0, 9126.0, 9144.0, 9181.0, 9126.0, 9153.0, 9096.0, 9131.0, 9177.0, 9140.0, 9177.0, 9148.0, 9152.0, 9198.0, 9146.0, 9185.0, 9142.0, 9165.0, 9200.0, 9159.0, 9202.0, 9144.0, 9174.0, 9153.0, 9142.0, 9181.0, 9142.0, 9164.0, 9196.0, 9145.0, 9195.0, 9135.0, 9143.0, 9136.0, 9127.0, 9177.0, 9126.0, 9146.0, 9140.0, 9131.0, 9180.0, 9129.0, 9140.0, 9111.0, 9129.0, 9183.0, 9142.0, 9142.0, 9125.0, 9131.0, 9165.0, 9144.0, 9158.0, 9129.0, 9150.0, 9182.0, 9146.0, 9163.0, 9127.0, 9152.0, 9191.0, 9147.0, 9190.0, 9132.0, 9150.0, 9222.0, 9149.0, 9174.0, 9131.0, 9153.0, 9200.0, 9132.0, 9188.0, 9127.0, 9150.0, 9196.0, 9132.0, 9176.0, 9144.0, 9161.0, 9194.0, 9146.0, 9169.0, 9144.0, 9137.0, 9198.0, 9131.0, 9184.0, 9131.0, 9149.0, 9182.0, 9147.0, 9187.0, 9130.0, 9162.0, 9113.0, 9132.0, 9184.0, 9145.0, 9177.0, 9144.0, 9147.0, 9180.0, 9142.0, 9173.0, 9143.0, 9151.0, 9205.0, 9130.0, 9187.0, 9143.0, 9150.0, 9170.0, 9149.0, 9187.0, 9147.0, 9159.0, 9122.0, 9133.0, 9186.0, 9147.0, 9189.0, 9139.0, 9142.0, 9195.0, 9125.0, 9163.0, 9122.0, 9143.0, 9179.0, 9143.0, 9180.0, 9145.0, 9157.0, 9139.0, 9151.0, 9203.0, 9129.0, 9183.0, 9140.0, 9142.0, 9181.0, 9144.0, 9182.0, 9137.0, 9154.0, 9164.0, 9142.0, 9193.0, 9103.0, 9146.0, 9130.0, 9127.0, 9163.0, 9123.0, 9163.0, 9133.0, 9124.0, 9187.0, 9126.0, 9166.0, 9135.0, 9145.0, 9174.0, 9123.0, 9180.0, 9132.0, 9146.0, 9176.0, 9107.0, 9173.0, 9120.0, 9134.0, 9161.0, 9134.0, 9200.0, 9140.0, 9159.0, 9146.0, 9150.0, 9217.0, 9127.0, 9184.0, 9163.0, 9158.0, 9131.0, 9145.0, 9181.0, 9143.0, 9191.0, 9120.0, 9153.0, 9172.0, 9137.0, 9177.0, 9119.0, 9148.0, 9167.0, 9111.0, 9166.0, 9095.0, 9127.0, 9132.0, 9112.0, 9151.0, 9099.0, 9131.0, 9127.0, 9102.0, 9139.0, 9097.0, 9120.0, 9128.0, 9111.0, 9166.0, 9110.0, 9140.0, 9119.0, 9115.0, 9185.0, 9147.0, 9146.0, 9154.0, 9146.0, 9197.0, 9143.0, 9161.0, 9171.0, 9148.0, 9200.0, 9144.0, 9175.0, 9141.0, 9147.0, 9189.0, 9148.0, 9178.0, 9144.0, 9149.0, 9201.0, 9145.0, 9190.0, 9166.0, 9163.0, 9204.0, 9144.0, 9170.0, 9125.0, 9147.0, 9207.0, 9130.0, 9169.0, 9112.0, 9128.0, 9194.0, 9130.0, 9173.0, 9138.0, 9147.0, 9193.0, 9127.0, 9168.0, 9129.0, 9146.0, 9194.0, 9144.0, 9175.0, 9140.0, 9167.0, 9203.0, 9163.0, 9189.0, 9148.0, 9179.0, 9201.0, 9150.0, 9203.0, 9129.0, 9171.0, 9151.0, 9131.0, 9204.0, 9129.0, 9168.0, 9121.0, 9128.0, 9202.0, 9152.0, 9176.0, 9125.0, 9129.0, 9191.0, 9124.0, 9157.0, 9122.0, 9147.0, 9184.0, 9123.0, 9154.0, 9125.0, 9127.0, 9180.0, 9143.0, 9170.0, 9111.0, 9148.0, 9202.0, 9148.0, 9192.0, 9149.0, 9148.0, 9198.0, 9150.0, 9191.0, 9160.0, 9162.0, 9199.0, 9151.0, 9202.0, 9143.0, 9177.0, 9190.0, 9148.0, 9187.0, 9143.0, 9161.0, 9131.0, 9150.0, 9187.0, 9153.0, 9182.0, 9161.0, 9162.0, 9203.0, 9160.0, 9174.0, 9133.0, 9149.0, 9202.0, 9177.0, 9210.0, 9148.0, 9176.0, 9186.0, 9132.0, 9187.0, 9161.0, 9181.0, 9161.0, 9148.0, 9200.0, 9161.0, 9175.0, 9150.0, 9157.0, 9200.0, 9161.0, 9165.0, 9153.0, 9165.0, 9201.0, 9147.0, 9172.0, 9163.0, 9168.0, 9170.0, 9157.0, 9184.0, 9187.0, 9224.0, 9184.0, 9187.0, 9203.0, 9259.0, 9200.0, 9235.0, 9172.0, 9201.0, 9179.0, 9168.0, 9224.0, 9154.0, 9197.0, 9144.0, 9146.0, 9193.0, 9161.0, 9190.0, 9136.0, 9144.0, 9131.0, 9159.0, 9185.0, 9170.0, 9214.0, 9157.0, 9182.0, 9161.0, 9152.0, 9187.0, 9133.0, 9192.0, 9161.0, 9158.0, 9197.0, 9126.0, 9184.0, 9146.0, 9161.0, 9169.0, 9127.0, 9181.0, 9141.0, 9158.0, 9138.0, 9149.0, 9186.0, 9121.0, 9172.0, 9136.0, 9176.0, 9144.0, 9158.0, 9162.0, 9114.0, 9195.0, 9125.0, 9169.0, 9118.0, 9109.0, 9158.0, 9103.0, 9143.0, 9115.0, 9135.0, 9159.0, 9112.0, 9175.0, 9105.0, 9154.0, 9121.0, 9130.0, 9180.0, 9109.0, 9165.0, 9122.0, 9149.0, 9127.0, 9143.0, 9138.0, 9133.0, 9199.0, 9130.0, 9185.0, 9136.0, 9126.0, 9175.0, 9123.0, 9165.0, 9136.0, 9127.0, 9178.0, 9126.0, 9184.0, 9137.0, 9136.0, 9172.0, 9124.0, 9162.0, 9122.0, 9142.0, 9177.0, 9116.0, 9168.0, 9147.0, 9145.0, 9198.0, 9134.0, 9168.0, 9125.0, 9141.0, 9162.0, 9123.0, 9180.0, 9125.0, 9143.0, 9174.0, 9112.0, 9178.0, 9119.0, 9135.0, 9142.0, 9102.0, 9140.0, 9108.0, 9137.0, 9127.0, 9148.0, 9178.0, 9153.0, 9204.0, 9150.0, 9194.0, 9147.0, 9151.0, 9188.0, 9148.0, 9210.0, 9144.0, 9178.0, 9195.0, 9141.0, 9181.0, 9131.0, 9140.0, 9177.0, 9124.0, 9183.0, 9122.0, 9140.0, 9171.0, 9126.0, 9166.0, 9139.0, 9140.0, 9176.0, 9126.0, 9165.0, 9129.0, 9146.0, 9180.0, 9140.0, 9192.0, 9146.0, 9145.0, 9178.0, 9115.0, 9181.0, 9123.0, 9143.0, 9179.0, 9145.0, 9181.0, 9125.0, 9169.0, 9120.0, 9126.0, 9179.0, 9107.0, 9151.0, 9121.0, 9128.0, 9180.0, 9147.0, 9181.0, 9160.0, 9149.0, 9217.0, 9135.0, 9156.0, 9129.0, 9119.0, 9159.0, 9144.0, 9170.0, 9156.0, 9145.0, 9139.0, 9148.0, 9196.0, 9161.0, 9182.0, 9142.0, 9161.0, 9183.0, 9129.0, 9194.0, 9142.0, 9160.0, 9151.0, 9144.0, 9198.0, 9128.0, 9153.0, 9122.0, 9141.0, 9192.0, 9141.0, 9187.0, 9151.0, 9160.0, 9209.0, 9126.0, 9164.0, 9122.0, 9141.0, 9191.0, 9105.0, 9175.0, 9117.0, 9121.0, 9157.0, 9120.0, 9163.0, 9116.0, 9132.0, 9153.0, 9117.0, 9146.0, 9120.0, 9137.0, 9177.0, 9107.0, 9149.0, 9120.0, 9121.0, 9161.0, 9115.0, 9166.0, 9135.0, 9140.0, 9192.0, 9120.0, 9150.0, 9140.0, 9151.0, 9207.0, 9138.0, 9164.0, 9119.0, 9126.0, 9165.0, 9131.0, 9170.0, 9149.0, 9139.0, 9176.0, 9121.0, 9153.0, 9137.0, 9144.0, 9178.0, 9124.0, 9153.0, 9118.0, 9127.0, 9178.0, 9124.0, 9174.0, 9191.0, 9128.0, 9190.0, 9126.0, 9156.0, 9133.0, 9140.0, 9179.0, 9129.0, 9160.0, 9119.0, 9128.0, 9179.0, 9144.0, 9166.0, 9150.0, 9141.0, 9193.0, 9142.0, 9160.0, 9160.0, 9145.0, 9203.0, 9170.0, 9205.0, 9169.0, 9146.0, 9188.0, 9140.0, 9151.0, 9137.0, 9144.0, 9193.0, 9130.0, 9196.0, 9126.0, 9163.0, 9185.0, 9128.0, 9194.0, 9138.0, 9140.0, 9136.0, 9169.0, 9204.0, 9152.0, 9197.0, 9148.0, 9168.0, 9195.0, 9125.0, 9174.0, 9106.0, 9149.0, 9114.0, 9141.0, 9196.0, 9128.0, 9177.0, 9119.0, 9124.0, 9159.0, 9124.0, 9185.0, 9121.0, 9143.0, 9146.0, 9124.0, 9177.0, 9123.0, 9146.0, 9184.0, 9131.0, 9176.0, 9119.0, 9134.0, 9119.0, 9140.0, 9181.0, 9126.0, 9145.0, 9127.0, 9133.0, 9185.0, 9164.0, 9178.0, 9145.0, 9134.0, 9195.0, 9146.0, 9157.0, 9147.0, 9152.0, 9201.0, 9135.0, 9201.0, 9132.0, 9162.0, 9199.0, 9150.0, 9206.0, 9146.0, 9163.0, 9139.0, 9132.0, 9202.0, 9145.0, 9190.0, 9157.0, 9129.0, 9181.0, 9124.0, 9168.0, 9141.0, 9145.0, 9211.0, 9122.0, 9179.0, 9133.0, 9137.0, 9186.0, 9125.0, 9159.0, 9150.0, 9141.0, 9191.0, 9120.0, 9173.0, 9117.0, 9121.0, 9155.0, 9125.0, 9180.0, 9120.0, 9150.0, 9115.0, 9126.0, 9187.0, 9128.0, 9173.0, 9161.0, 9124.0, 9173.0, 9107.0, 9137.0, 9102.0, 9122.0, 9176.0, 9123.0, 9165.0, 9117.0, 9110.0, 9173.0, 9119.0, 9150.0, 9138.0, 9131.0, 9194.0, 9125.0, 9176.0, 9135.0, 9127.0, 9178.0, 9130.0, 9196.0, 9122.0, 9156.0, 9163.0, 9122.0, 9192.0, 9141.0, 9159.0, 9145.0, 9110.0, 9190.0, 9122.0, 9139.0, 9136.0, 9126.0, 9178.0, 9121.0, 9138.0, 9104.0, 9127.0, 9185.0, 9130.0, 9157.0, 9151.0, 9112.0, 9177.0, 9125.0, 9138.0, 9121.0, 9131.0, 9191.0, 9153.0, 9174.0, 9169.0, 9128.0, 9175.0, 9122.0, 9151.0, 9105.0, 9111.0, 9179.0, 9109.0, 9186.0, 9148.0, 9127.0, 9190.0, 9124.0, 9144.0, 9116.0, 9154.0, 9174.0, 9107.0, 9178.0, 9121.0, 9138.0, 9172.0, 9119.0, 9161.0, 9116.0, 9139.0, 9174.0, 9106.0, 9175.0, 9132.0, 9142.0, 9165.0, 9150.0, 9171.0, 9127.0, 9171.0, 9129.0, 9131.0, 9180.0, 9148.0, 9177.0, 9163.0, 9130.0, 9193.0, 9125.0, 9153.0, 9121.0, 9128.0, 9194.0, 9124.0, 9165.0, 9120.0, 9139.0, 9179.0, 9128.0, 9184.0, 9138.0, 9159.0, 9149.0, 9126.0, 9179.0, 9121.0, 9156.0, 9171.0, 9124.0, 9191.0, 9109.0, 9146.0, 9112.0, 9116.0, 9157.0, 9110.0, 9162.0, 9114.0, 9120.0, 9185.0, 9105.0, 9148.0, 9121.0, 9141.0, 9189.0, 9115.0, 9176.0, 9133.0, 9139.0, 9148.0, 9128.0, 9196.0, 9126.0, 9153.0, 9135.0, 9123.0, 9159.0, 9107.0, 9184.0, 9140.0, 9125.0, 9187.0, 9123.0, 9160.0, 9121.0, 9139.0, 9151.0, 9127.0, 9192.0, 9139.0, 9153.0, 9139.0, 9127.0, 9179.0, 9130.0, 9201.0, 9126.0, 9170.0, 9157.0, 9160.0, 9159.0, 9174.0, 9176.0, 9210.0, 9159.0, 9232.0, 9164.0, 9213.0, 9171.0, 9197.0, 9155.0, 9209.0, 9181.0, 9226.0, 9134.0, 9173.0, 9120.0, 9165.0, 9108.0, 9181.0, 9118.0, 9139.0, 9102.0, 9108.0, 9088.0, 9121.0, 9157.0, 9123.0, 9162.0, 9113.0, 9115.0, 9146.0, 9162.0, 9152.0, 9189.0, 9157.0, 9204.0, 9152.0, 9202.0, 9153.0, 9202.0, 9132.0, 9187.0, 9125.0, 9189.0, 9192.0, 9143.0, 9191.0, 9113.0, 9175.0, 9110.0, 9180.0, 9123.0, 9153.0, 9161.0, 9141.0, 9176.0, 9112.0, 9180.0, 9121.0, 9155.0, 9160.0, 9124.0, 9194.0, 9125.0, 9178.0, 9124.0, 9141.0, 9181.0, 9170.0, 9200.0, 9193.0, 9197.0, 9143.0, 9120.0, 9152.0, 9173.0, 9153.0, 9178.0, 9126.0, 9174.0, 9152.0, 9141.0, 9188.0, 9104.0, 9157.0, 9097.0, 9134.0, 9088.0, 9115.0, 9079.0, 9112.0, 9074.0, 9073.0, 9091.0, 9071.0, 9088.0, 9107.0, 9102.0, 9130.0, 9125.0, 9131.0, 9105.0, 9147.0, 9121.0, 9144.0, 9113.0, 9130.0, 9164.0, 9087.0, 9153.0, 9096.0, 9126.0, 9108.0, 9101.0, 9132.0, 9096.0, 9140.0, 9123.0, 9100.0, 9136.0, 9098.0, 9124.0, 9078.0, 9113.0, 9144.0, 9106.0, 9162.0, 9115.0, 9111.0, 9141.0, 9108.0, 9147.0, 9132.0, 9146.0, 9167.0, 9131.0, 9186.0, 9143.0, 9156.0, 9112.0, 9145.0, 9178.0, 9130.0, 9183.0, 9117.0, 9166.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.0012773348348348345</td></tr>
<tr><td colspan=3>aqi</td><td>0.026063608258258257</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.28208964911351</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2369642504883562</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0200165449135998</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>5210.7158</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07976802024810645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>26</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.951951951951952</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.551816764445844</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.529696212414615</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.767283752204632</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3584703287182855</td></tr>
<tr><td colspan=3>gcor</td><td>0.00636581</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012769137509167194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025786804035305977</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.6379463610246137</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.4169</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.6205</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.9037</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301669.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>671.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.5142</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2094</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.6892</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3299.9756</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3534.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>971.4207</td></tr>
<tr><td colspan=3>tsnr</td><td>37.3128333222121</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>