<?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-0099_ses-01_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-0099_ses-01_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-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_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-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_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-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-01_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-0099/figures/sub-0099_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_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-0099/ses-01/func/sub-0099_ses-01_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>50e1ffd11f52f7b2a514fdc64b8ddd4e</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>10:10:0.132500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998025, 0.0150488, 0.0609948, -0.021777, 0.99356, 0.111191]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0832951</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7769, -7262, 257, -118, -150, -79, 122]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e8844fc-247f-4238-93e9-e0388a72cf41||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6776270866394043, -0.05842605233192444, 0.15910765528678894, 111.91158294677734], [-0.040374841541051865, 2.6656501293182373, 0.30320873856544495, -105.07744598388672], [0.16364465653896332, -0.298317015171051, 2.678199052810669, -76.02548217773438], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['101000.132500', '101000.592500', '101001.052500', '101001.512500', '101001.972500', '101002.432500', '101002.892500', '101003.352500', '101003.812500', '101004.272500', '101004.732500', '101005.192500', '101005.652500', '101006.112500', '101006.572500', '101007.032500', '101007.492500', '101007.952500', '101008.412500', '101008.872500', '101009.332500', '101009.792500', '101010.252500', '101010.712500', '101011.172500', '101011.632500', '101012.092500', '101012.552500', '101013.012500', '101013.472500', '101013.932500', '101014.392500', '101014.852500', '101015.312500', '101015.772500', '101016.232500', '101016.692500', '101017.152500', '101017.612500', '101018.072500', '101018.532500', '101018.992500', '101019.452500', '101019.912500', '101020.372500', '101020.832500', '101021.292500', '101021.752500', '101022.212500', '101022.672500', '101023.132500', '101023.592500', '101024.052500', '101024.512500', '101024.972500', '101025.432500', '101025.892500', '101026.352500', '101026.812500', '101027.272500', '101027.732500', '101028.192500', '101028.652500', '101029.112500', '101029.572500', '101030.032500', '101030.492500', '101030.952500', '101031.412500', '101031.872500', '101032.332500', '101032.792500', '101033.252500', '101033.712500', '101034.172500', '101034.632500', '101035.092500', '101035.552500', '101036.012500', '101036.472500', '101036.932500', '101037.392500', '101037.852500', '101038.312500', '101038.772500', '101039.232500', '101039.692500', '101040.152500', '101040.612500', '101041.072500', '101041.532500', '101041.992500', '101042.452500', '101042.912500', '101043.372500', '101043.832500', '101044.292500', '101044.752500', '101045.212500', '101045.672500', '101046.132500', '101046.592500', '101047.052500', '101047.512500', '101047.972500', '101048.432500', '101048.892500', '101049.352500', '101049.812500', '101050.272500', '101050.732500', '101051.192500', '101051.652500', '101052.112500', '101052.572500', '101053.032500', '101053.492500', '101053.952500', '101054.412500', '101054.872500', '101055.332500', '101055.792500', '101056.252500', '101056.712500', '101057.172500', '101057.632500', '101058.092500', '101058.552500', '101059.012500', '101059.472500', '101059.932500', '101100.392500', '101100.852500', '101101.312500', '101101.772500', '101102.232500', '101102.692500', '101103.152500', '101103.612500', '101104.072500', '101104.532500', '101104.992500', '101105.452500', '101105.912500', '101106.372500', '101106.832500', '101107.292500', '101107.752500', '101108.212500', '101108.672500', '101109.132500', '101109.592500', '101110.052500', '101110.512500', '101110.972500', '101111.432500', '101111.892500', '101112.352500', '101112.812500', '101113.272500', '101113.732500', '101114.192500', '101114.652500', '101115.112500', '101115.572500', '101116.032500', '101116.492500', '101116.952500', '101117.412500', '101117.872500', '101118.332500', '101118.792500', '101119.252500', '101119.712500', '101120.172500', '101120.632500', '101121.092500', '101121.552500', '101122.012500', '101122.472500', '101122.932500', '101123.392500', '101123.852500', '101124.312500', '101124.772500', '101125.232500', '101125.692500', '101126.152500', '101126.612500', '101127.072500', '101127.532500', '101127.992500', '101128.452500', '101128.912500', '101129.372500', '101129.832500', '101130.292500', '101130.752500', '101131.212500', '101131.672500', '101132.132500', '101132.592500', '101133.052500', '101133.512500', '101133.972500', '101134.432500', '101134.892500', '101135.352500', '101135.812500', '101136.272500', '101136.732500', '101137.192500', '101137.652500', '101138.112500', '101138.572500', '101139.032500', '101139.492500', '101139.952500', '101140.412500', '101140.872500', '101141.332500', '101141.792500', '101142.252500', '101142.712500', '101143.172500', '101143.632500', '101144.092500', '101144.552500', '101145.012500', '101145.472500', '101145.932500', '101146.392500', '101146.852500', '101147.312500', '101147.772500', '101148.232500', '101148.692500', '101149.152500', '101149.612500', '101150.072500', '101150.532500', '101150.992500', '101151.452500', '101151.912500', '101152.372500', '101152.832500', '101153.292500', '101153.752500', '101154.212500', '101154.672500', '101155.132500', '101155.592500', '101156.052500', '101156.512500', '101156.972500', '101157.432500', '101157.892500', '101158.352500', '101158.812500', '101159.272500', '101159.732500', '101200.192500', '101200.652500', '101201.112500', '101201.572500', '101202.032500', '101202.492500', '101202.952500', '101203.412500', '101203.872500', '101204.332500', '101204.792500', '101205.252500', '101205.712500', '101206.172500', '101206.632500', '101207.092500', '101207.552500', '101208.012500', '101208.472500', '101208.932500', '101209.392500', '101209.852500', '101210.312500', '101210.772500', '101211.232500', '101211.692500', '101212.152500', '101212.612500', '101213.072500', '101213.532500', '101213.992500', '101214.452500', '101214.912500', '101215.372500', '101215.832500', '101216.292500', '101216.752500', '101217.212500', '101217.672500', '101218.132500', '101218.592500', '101219.052500', '101219.512500', '101219.972500', '101220.432500', '101220.892500', '101221.352500', '101221.812500', '101222.272500', '101222.732500', '101223.192500', '101223.652500', '101224.112500', '101224.572500', '101225.032500', '101225.492500', '101225.952500', '101226.412500', '101226.872500', '101227.332500', '101227.792500', '101228.252500', '101228.712500', '101229.172500', '101229.632500', '101230.092500', '101230.552500', '101231.012500', '101231.472500', '101231.932500', '101232.392500', '101232.852500', '101233.312500', '101233.772500', '101234.232500', '101234.692500', '101235.152500', '101235.612500', '101236.072500', '101236.532500', '101236.992500', '101237.452500', '101237.912500', '101238.372500', '101238.832500', '101239.292500', '101239.752500', '101240.212500', '101240.672500', '101241.132500', '101241.592500', '101242.052500', '101242.512500', '101242.972500', '101243.432500', '101243.892500', '101244.352500', '101244.812500', '101245.272500', '101245.732500', '101246.192500', '101246.652500', '101247.112500', '101247.572500', '101248.032500', '101248.492500', '101248.952500', '101249.412500', '101249.872500', '101250.332500', '101250.792500', '101251.252500', '101251.712500', '101252.172500', '101252.632500', '101253.092500', '101253.552500', '101254.012500', '101254.472500', '101254.932500', '101255.392500', '101255.852500', '101256.312500', '101256.772500', '101257.232500', '101257.692500', '101258.152500', '101258.612500', '101259.072500', '101259.532500', '101259.992500', '101300.452500', '101300.912500', '101301.372500', '101301.832500', '101302.292500', '101302.752500', '101303.212500', '101303.672500', '101304.132500', '101304.592500', '101305.052500', '101305.512500', '101305.972500', '101306.432500', '101306.892500', '101307.352500', '101307.812500', '101308.272500', '101308.732500', '101309.192500', '101309.652500', '101310.112500', '101310.572500', '101311.032500', '101311.492500', '101311.952500', '101312.412500', '101312.872500', '101313.332500', '101313.792500', '101314.252500', '101314.712500', '101315.172500', '101315.632500', '101316.092500', '101316.552500', '101317.012500', '101317.472500', '101317.932500', '101318.392500', '101318.852500', '101319.312500', '101319.772500', '101320.232500', '101320.692500', '101321.152500', '101321.612500', '101322.072500', '101322.532500', '101322.992500', '101323.452500', '101323.912500', '101324.372500', '101324.832500', '101325.292500', '101325.752500', '101326.212500', '101326.672500', '101327.132500', '101327.592500', '101328.052500', '101328.512500', '101328.972500', '101329.432500', '101329.892500', '101330.352500', '101330.812500', '101331.272500', '101331.732500', '101332.192500', '101332.652500', '101333.112500', '101333.572500', '101334.032500', '101334.492500', '101334.952500', '101335.412500', '101335.872500', '101336.332500', '101336.792500', '101337.252500', '101337.712500', '101338.172500', '101338.632500', '101339.092500', '101339.552500', '101340.012500', '101340.472500', '101340.932500', '101341.392500', '101341.852500', '101342.312500', '101342.772500', '101343.232500', '101343.692500', '101344.152500', '101344.612500', '101345.072500', '101345.532500', '101345.992500', '101346.452500', '101346.912500', '101347.372500', '101347.832500', '101348.292500', '101348.752500', '101349.212500', '101349.672500', '101350.132500', '101350.592500', '101351.052500', '101351.512500', '101351.972500', '101352.432500', '101352.892500', '101353.352500', '101353.812500', '101354.272500', '101354.732500', '101355.192500', '101355.652500', '101356.112500', '101356.572500', '101357.032500', '101357.492500', '101357.952500', '101358.412500', '101358.872500', '101359.332500', '101359.792500', '101400.252500', '101400.712500', '101401.172500', '101401.632500', '101402.092500', '101402.552500', '101403.012500', '101403.472500', '101403.932500', '101404.392500', '101404.852500', '101405.312500', '101405.772500', '101406.232500', '101406.692500', '101407.152500', '101407.612500', '101408.072500', '101408.532500', '101408.992500', '101409.452500', '101409.912500', '101410.372500', '101410.832500', '101411.292500', '101411.752500', '101412.212500', '101412.672500', '101413.132500', '101413.592500', '101414.052500', '101414.512500', '101414.972500', '101415.432500', '101415.892500', '101416.352500', '101416.812500', '101417.272500', '101417.732500', '101418.192500', '101418.652500', '101419.112500', '101419.572500', '101420.032500', '101420.492500', '101420.952500', '101421.412500', '101421.872500', '101422.332500', '101422.792500', '101423.252500', '101423.712500', '101424.172500', '101424.632500', '101425.092500', '101425.552500', '101426.012500', '101426.472500', '101426.932500', '101427.392500', '101427.852500', '101428.312500', '101428.772500', '101429.232500', '101429.692500', '101430.152500', '101430.612500', '101431.072500', '101431.532500', '101431.992500', '101432.452500', '101432.912500', '101433.372500', '101433.832500', '101434.292500', '101434.752500', '101435.212500', '101435.672500', '101436.132500', '101436.592500', '101437.052500', '101437.512500', '101437.972500', '101438.432500', '101438.892500', '101439.352500', '101439.812500', '101440.272500', '101440.732500', '101441.192500', '101441.652500', '101442.112500', '101442.572500', '101443.032500', '101443.492500', '101443.952500', '101444.412500', '101444.872500', '101445.332500', '101445.792500', '101446.252500', '101446.712500', '101447.172500', '101447.632500', '101448.092500', '101448.552500', '101449.012500', '101449.472500', '101449.932500', '101450.392500', '101450.852500', '101451.312500', '101451.772500', '101452.232500', '101452.692500', '101453.152500', '101453.612500', '101454.072500', '101454.532500', '101454.992500', '101455.452500', '101455.912500', '101456.372500', '101456.832500', '101457.292500', '101457.752500', '101458.212500', '101458.672500', '101459.132500', '101459.592500', '101500.052500', '101500.512500', '101500.972500', '101501.432500', '101501.892500', '101502.352500', '101502.812500', '101503.272500', '101503.732500', '101504.192500', '101504.652500', '101505.112500', '101505.572500', '101506.032500', '101506.492500', '101506.952500', '101507.412500', '101507.872500', '101508.332500', '101508.792500', '101509.252500', '101509.712500', '101510.172500', '101510.632500', '101511.092500', '101511.552500', '101512.012500', '101512.472500', '101512.932500', '101513.392500', '101513.852500', '101514.312500', '101514.772500', '101515.232500', '101515.692500', '101516.152500', '101516.612500', '101517.072500', '101517.532500', '101517.992500', '101518.452500', '101518.912500', '101519.372500', '101519.832500', '101520.292500', '101520.752500', '101521.212500', '101521.672500', '101522.132500', '101522.592500', '101523.052500', '101523.512500', '101523.972500', '101524.432500', '101524.892500', '101525.352500', '101525.812500', '101526.272500', '101526.732500', '101527.192500', '101527.652500', '101528.112500', '101528.572500', '101529.032500', '101529.492500', '101529.952500', '101530.412500', '101530.872500', '101531.332500', '101531.792500', '101532.252500', '101532.712500', '101533.172500', '101533.632500', '101534.092500', '101534.552500', '101535.012500', '101535.472500', '101535.932500', '101536.392500', '101536.852500', '101537.312500', '101537.772500', '101538.232500', '101538.692500', '101539.152500', '101539.612500', '101540.072500', '101540.532500', '101540.992500', '101541.452500', '101541.912500', '101542.372500', '101542.832500', '101543.292500', '101543.752500', '101544.212500', '101544.672500', '101545.132500', '101545.592500', '101546.052500', '101546.512500', '101546.972500', '101547.432500', '101547.892500', '101548.352500', '101548.812500', '101549.272500', '101549.732500', '101550.192500', '101550.652500', '101551.112500', '101551.572500', '101552.032500', '101552.492500', '101552.952500', '101553.412500', '101553.872500', '101554.332500', '101554.792500', '101555.252500', '101555.712500', '101556.172500', '101556.632500', '101557.092500', '101557.552500', '101558.012500', '101558.472500', '101558.932500', '101559.392500', '101559.852500', '101600.312500', '101600.772500', '101601.232500', '101601.692500', '101602.152500', '101602.612500', '101603.072500', '101603.532500', '101603.992500', '101604.452500', '101604.912500', '101605.372500', '101605.832500', '101606.292500', '101606.752500', '101607.212500', '101607.672500', '101608.132500', '101608.592500', '101609.052500', '101609.512500', '101609.972500', '101610.432500', '101610.892500', '101611.352500', '101611.812500', '101612.272500', '101612.732500', '101613.192500', '101613.652500', '101614.112500', '101614.572500', '101615.032500', '101615.492500', '101615.952500', '101616.412500', '101616.872500', '101617.332500', '101617.792500', '101618.252500', '101618.712500', '101619.172500', '101619.632500', '101620.092500', '101620.552500', '101621.012500', '101621.472500', '101621.932500', '101622.392500', '101622.852500', '101623.312500', '101623.772500', '101624.232500', '101624.692500', '101625.152500', '101625.612500', '101626.072500', '101626.532500', '101626.992500', '101627.452500', '101627.912500', '101628.372500', '101628.832500', '101629.292500', '101629.752500', '101630.212500', '101630.672500', '101631.132500', '101631.592500', '101632.052500', '101632.512500', '101632.972500', '101633.432500', '101633.892500', '101634.352500', '101634.812500', '101635.272500', '101635.732500', '101636.192500', '101636.652500', '101637.112500', '101637.572500', '101638.032500', '101638.492500', '101638.952500', '101639.412500', '101639.872500', '101640.332500', '101640.792500', '101641.252500', '101641.712500', '101642.172500', '101642.632500', '101643.092500', '101643.552500', '101644.012500', '101644.472500', '101644.932500', '101645.392500', '101645.852500', '101646.312500', '101646.772500', '101647.232500', '101647.692500', '101648.152500', '101648.612500', '101649.072500', '101649.532500', '101649.992500', '101650.452500', '101650.912500', '101651.372500', '101651.832500', '101652.292500', '101652.752500', '101653.212500', '101653.672500', '101654.132500', '101654.592500', '101655.052500', '101655.512500', '101655.972500', '101656.432500', '101656.892500', '101657.352500', '101657.812500', '101658.272500', '101658.732500', '101659.192500', '101659.652500', '101700.112500', '101700.572500', '101701.032500', '101701.492500', '101701.952500', '101702.412500', '101702.872500', '101703.332500', '101703.792500', '101704.252500', '101704.712500', '101705.172500', '101705.632500', '101706.092500', '101706.552500', '101707.012500', '101707.472500', '101707.932500', '101708.392500', '101708.852500', '101709.312500', '101709.772500', '101710.232500', '101710.692500', '101711.152500', '101711.612500', '101712.072500', '101712.532500', '101712.992500', '101713.452500', '101713.912500', '101714.372500', '101714.832500', '101715.292500', '101715.752500', '101716.212500', '101716.672500', '101717.132500', '101717.592500', '101718.052500', '101718.512500', '101718.972500', '101719.432500', '101719.892500', '101720.352500', '101720.812500', '101721.272500', '101721.732500', '101722.192500', '101722.652500', '101723.112500', '101723.572500', '101724.032500', '101724.492500', '101724.952500', '101725.412500', '101725.872500', '101726.332500', '101726.792500', '101727.252500', '101727.712500', '101728.172500', '101728.632500', '101729.092500', '101729.552500', '101730.012500', '101730.472500', '101730.932500', '101731.392500', '101731.852500', '101732.312500', '101732.772500', '101733.232500', '101733.692500', '101734.152500', '101734.612500', '101735.072500', '101735.532500', '101735.992500', '101736.452500', '101736.912500', '101737.372500', '101737.832500', '101738.292500', '101738.752500', '101739.212500', '101739.672500', '101740.132500', '101740.592500', '101741.052500', '101741.512500', '101741.972500', '101742.432500', '101742.892500', '101743.352500', '101743.812500', '101744.272500', '101744.732500', '101745.192500', '101745.652500', '101746.112500', '101746.572500', '101747.032500', '101747.492500', '101747.952500', '101748.412500', '101748.872500', '101749.332500', '101749.792500', '101750.252500', '101750.712500', '101751.172500', '101751.632500', '101752.092500', '101752.552500', '101753.012500', '101753.472500', '101753.932500', '101754.392500', '101754.852500', '101755.312500', '101755.772500', '101756.232500', '101756.692500', '101757.152500', '101757.612500', '101758.072500', '101758.532500', '101758.992500', '101759.452500', '101759.912500', '101800.372500', '101800.832500', '101801.292500', '101801.752500', '101802.212500', '101802.672500', '101803.132500', '101803.592500', '101804.052500', '101804.512500', '101804.972500', '101805.432500', '101805.892500', '101806.352500', '101806.812500', '101807.272500', '101807.732500', '101808.192500', '101808.652500', '101809.112500', '101809.572500', '101810.032500', '101810.492500', '101810.952500', '101811.412500', '101811.872500', '101812.332500', '101812.792500', '101813.252500', '101813.712500', '101814.172500', '101814.632500', '101815.092500', '101815.552500', '101816.012500', '101816.472500', '101816.932500', '101817.392500', '101817.852500', '101818.312500', '101818.772500', '101819.232500', '101819.692500', '101820.152500', '101820.612500', '101821.072500', '101821.532500', '101821.992500', '101822.452500', '101822.912500', '101823.372500', '101823.832500', '101824.292500', '101824.752500', '101825.212500', '101825.672500', '101826.132500', '101826.592500', '101827.052500', '101827.512500', '101827.972500', '101828.432500', '101828.892500', '101829.352500', '101829.812500', '101830.272500', '101830.732500', '101831.192500', '101831.652500', '101832.112500', '101832.572500', '101833.032500', '101833.492500', '101833.952500', '101834.412500', '101834.872500', '101835.332500', '101835.792500', '101836.252500', '101836.712500', '101837.172500', '101837.632500', '101838.092500', '101838.552500', '101839.012500', '101839.472500', '101839.932500', '101840.392500', '101840.852500', '101841.312500', '101841.772500', '101842.232500', '101842.692500', '101843.152500', '101843.612500', '101844.072500', '101844.532500', '101844.992500', '101845.452500', '101845.912500', '101846.372500', '101846.832500', '101847.292500', '101847.752500', '101848.212500', '101848.672500', '101849.132500', '101849.592500', '101850.052500', '101850.512500', '101850.972500', '101851.432500', '101851.892500', '101852.352500', '101852.812500', '101853.272500', '101853.732500', '101854.192500', '101854.652500', '101855.112500', '101855.572500', '101856.032500', '101856.492500', '101856.952500', '101857.412500', '101857.872500', '101858.332500', '101858.792500', '101859.252500', '101859.712500', '101900.172500', '101900.632500', '101901.092500', '101901.552500', '101902.012500', '101902.472500', '101902.932500', '101903.392500', '101903.852500', '101904.312500', '101904.772500', '101905.232500', '101905.692500', '101906.152500', '101906.612500', '101907.072500', '101907.532500', '101907.992500', '101908.452500', '101908.912500', '101909.372500', '101909.832500', '101910.292500', '101910.752500', '101911.212500', '101911.672500', '101912.132500', '101912.592500', '101913.052500', '101913.512500', '101913.972500', '101914.432500', '101914.892500', '101915.352500', '101915.812500', '101916.272500', '101916.732500', '101917.192500', '101917.652500', '101918.112500', '101918.572500', '101919.032500', '101919.492500', '101919.952500', '101920.412500', '101920.872500', '101921.332500', '101921.792500', '101922.252500', '101922.712500', '101923.172500', '101923.632500', '101924.092500', '101924.552500', '101925.012500', '101925.472500', '101925.932500', '101926.392500', '101926.852500', '101927.312500', '101927.772500', '101928.232500', '101928.692500', '101929.152500', '101929.612500', '101930.072500', '101930.532500', '101930.992500', '101931.452500', '101931.912500', '101932.372500', '101932.832500', '101933.292500', '101933.752500', '101934.212500', '101934.672500', '101935.132500', '101935.592500', '101936.052500', '101936.512500', '101936.972500', '101937.432500', '101937.892500', '101938.352500', '101938.812500', '101939.272500', '101939.732500', '101940.192500', '101940.652500', '101941.112500', '101941.572500', '101942.032500', '101942.492500', '101942.952500', '101943.412500', '101943.872500', '101944.332500', '101944.792500', '101945.252500', '101945.712500', '101946.172500', '101946.632500', '101947.092500', '101947.552500', '101948.012500', '101948.472500', '101948.932500', '101949.392500', '101949.852500', '101950.312500', '101950.772500', '101951.232500', '101951.692500', '101952.152500', '101952.612500', '101953.072500', '101953.532500', '101953.992500', '101954.452500', '101954.912500', '101955.372500', '101955.832500', '101956.292500', '101956.752500', '101957.212500', '101957.672500', '101958.132500', '101958.592500', '101959.052500', '101959.512500', '101959.972500', '102000.432500', '102000.892500', '102001.352500', '102001.812500', '102002.272500', '102002.732500', '102003.192500', '102003.652500', '102004.112500', '102004.572500', '102005.032500', '102005.492500', '102005.952500', '102006.412500', '102006.872500', '102007.332500', '102007.792500', '102008.252500', '102008.712500', '102009.172500', '102009.632500', '102010.092500', '102010.552500', '102011.012500', '102011.472500', '102011.932500', '102012.392500', '102012.852500', '102013.312500', '102013.772500', '102014.232500', '102014.692500', '102015.152500', '102015.612500', '102016.072500', '102016.532500', '102016.992500', '102017.452500', '102017.912500', '102018.372500', '102018.832500', '102019.292500', '102019.752500', '102020.212500', '102020.672500', '102021.132500', '102021.592500', '102022.052500', '102022.512500', '102022.972500', '102023.432500', '102023.892500', '102024.352500', '102024.812500', '102025.272500', '102025.732500', '102026.192500', '102026.652500', '102027.112500', '102027.572500', '102028.032500', '102028.492500', '102028.952500', '102029.412500', '102029.872500', '102030.332500', '102030.792500', '102031.252500', '102031.712500', '102032.172500', '102032.632500'], 'ContentTime': ['101018.671000', '101018.680000', '101018.683000', '101018.685000', '101018.688000', '101018.691000', '101018.693000', '101018.696000', '101018.698000', '101018.701000', '101018.704000', '101018.706000', '101018.709000', '101018.711000', '101018.714000', '101018.717000', '101018.719000', '101018.722000', '101018.724000', '101018.727000', '101018.729000', '101018.732000', '101018.734000', '101018.737000', '101018.739000', '101018.742000', '101018.745000', '101018.747000', '101018.750000', '101018.752000', '101018.762000', '101018.765000', '101018.768000', '101018.770000', '101018.773000', '101018.775000', '101018.778000', '101018.781000', '101038.644000', '101038.646000', '101038.649000', '101038.652000', '101038.654000', '101038.657000', '101038.659000', '101038.662000', '101038.664000', '101038.667000', '101038.670000', '101038.672000', '101038.675000', '101038.677000', '101038.680000', '101038.682000', '101038.685000', '101038.688000', '101038.690000', '101038.693000', '101038.696000', '101038.698000', '101038.701000', '101038.703000', '101038.706000', '101038.708000', '101038.711000', '101038.714000', '101038.716000', '101038.719000', '101038.721000', '101038.724000', '101038.727000', '101038.729000', '101038.732000', '101038.734000', '101038.738000', '101038.741000', '101038.744000', '101038.747000', '101038.749000', '101038.752000', '101038.754000', '101058.643000', '101058.646000', '101058.649000', '101058.651000', '101058.654000', '101058.657000', '101058.659000', '101058.662000', '101058.664000', '101058.667000', '101058.669000', '101058.672000', '101058.674000', '101058.677000', '101058.679000', '101058.682000', '101058.693000', '101058.696000', '101058.699000', '101058.701000', '101058.704000', '101058.706000', '101058.709000', '101058.712000', '101058.714000', '101058.717000', '101058.719000', '101058.722000', '101058.725000', '101058.727000', '101058.730000', '101058.732000', '101058.735000', '101058.737000', '101058.740000', '101058.743000', '101058.745000', '101058.748000', '101058.750000', '101058.753000', '101058.755000', '101058.758000', '101058.761000', '101058.763000', '101118.644000', '101118.646000', '101118.649000', '101118.652000', '101118.654000', '101118.657000', '101118.660000', '101118.662000', '101118.665000', '101118.667000', '101118.670000', '101118.672000', '101118.675000', '101118.678000', '101118.680000', '101118.683000', '101118.685000', '101118.688000', '101118.691000', '101118.693000', '101118.696000', '101118.698000', '101118.701000', '101118.703000', '101118.706000', '101118.709000', '101118.712000', '101118.715000', '101118.717000', '101118.720000', '101118.723000', '101118.725000', '101118.728000', '101118.730000', '101118.733000', '101118.735000', '101118.738000', '101118.741000', '101118.743000', '101118.746000', '101118.748000', '101118.751000', '101118.753000', '101138.644000', '101138.647000', '101138.649000', '101138.652000', '101138.654000', '101138.657000', '101138.659000', '101138.662000', '101138.665000', '101138.667000', '101138.670000', '101138.672000', '101138.675000', '101138.678000', '101138.680000', '101138.683000', '101138.685000', '101138.688000', '101138.691000', '101138.693000', '101138.696000', '101138.698000', '101138.701000', '101138.704000', '101138.706000', '101138.709000', '101138.711000', '101138.714000', '101138.717000', '101138.750000', '101138.753000', '101138.755000', '101138.758000', '101138.760000', '101138.763000', '101138.765000', '101138.768000', '101138.781000', '101138.783000', '101138.786000', '101138.788000', '101138.791000', '101138.794000', '101138.796000', '101158.643000', '101158.645000', '101158.648000', '101158.651000', '101158.653000', '101158.656000', '101158.658000', '101158.661000', '101158.664000', '101158.666000', '101158.669000', '101158.671000', '101158.674000', '101158.676000', '101158.679000', '101158.682000', '101158.684000', '101158.687000', '101158.689000', '101158.692000', '101158.695000', '101158.697000', '101158.700000', '101158.702000', '101158.705000', '101158.707000', '101158.710000', '101158.713000', '101158.715000', '101158.718000', '101158.721000', '101158.724000', '101158.727000', '101158.730000', '101158.732000', '101158.735000', '101158.737000', '101158.740000', '101158.743000', '101158.745000', '101158.748000', '101158.750000', '101158.753000', '101218.642000', '101218.645000', '101218.648000', '101218.650000', '101218.653000', '101218.655000', '101218.658000', '101218.661000', '101218.663000', '101218.666000', '101218.668000', '101218.671000', '101218.674000', '101218.676000', '101218.679000', '101218.681000', '101218.684000', '101218.687000', '101218.689000', '101218.692000', '101218.694000', '101218.697000', '101218.699000', '101218.702000', '101218.705000', '101218.707000', '101218.710000', '101218.713000', '101218.715000', '101218.718000', '101218.720000', '101218.723000', '101218.725000', '101218.728000', '101218.731000', '101218.733000', '101218.736000', '101218.738000', '101218.741000', '101218.743000', '101218.746000', '101218.749000', '101218.751000', '101218.754000', '101238.642000', '101238.645000', '101238.648000', '101238.650000', '101238.653000', '101238.656000', '101238.658000', '101238.661000', '101238.663000', '101238.666000', '101238.669000', '101238.671000', '101238.674000', '101238.677000', '101238.679000', '101238.682000', '101238.684000', '101238.687000', '101238.689000', '101238.692000', '101238.695000', '101238.697000', '101238.700000', '101238.702000', '101238.705000', '101238.708000', '101238.710000', '101238.713000', '101238.716000', '101238.718000', '101238.721000', '101238.723000', '101238.726000', '101238.729000', '101238.731000', '101238.734000', '101238.736000', '101238.739000', '101238.741000', '101238.744000', '101238.747000', '101238.749000', '101238.752000', '101258.644000', '101258.646000', '101258.649000', '101258.652000', '101258.654000', '101258.657000', '101258.660000', '101258.662000', '101258.665000', '101258.667000', '101258.670000', '101258.673000', '101258.675000', '101258.678000', '101258.680000', '101258.683000', '101258.686000', '101258.688000', '101258.691000', '101258.693000', '101258.696000', '101258.698000', '101258.701000', '101258.704000', '101258.706000', '101258.709000', '101258.711000', '101258.714000', '101258.716000', '101258.719000', '101258.722000', '101258.724000', '101258.727000', '101258.729000', '101258.732000', '101258.734000', '101258.737000', '101258.740000', '101258.742000', '101258.745000', '101258.747000', '101258.750000', '101258.752000', '101258.755000', '101318.643000', '101318.646000', '101318.649000', '101318.651000', '101318.654000', '101318.657000', '101318.659000', '101318.662000', '101318.664000', '101318.667000', '101318.679000', '101318.682000', '101318.684000', '101318.687000', '101318.690000', '101318.692000', '101318.695000', '101318.697000', '101318.700000', '101318.703000', '101318.705000', '101318.708000', '101318.710000', '101318.713000', '101318.716000', '101318.718000', '101318.721000', '101318.723000', '101318.726000', '101318.729000', '101318.731000', '101318.734000', '101318.736000', '101318.739000', '101318.741000', '101318.744000', '101318.747000', '101318.749000', '101318.752000', '101318.755000', '101318.757000', '101318.760000', '101318.763000', '101338.643000', '101338.646000', '101338.649000', '101338.651000', '101338.654000', '101338.657000', '101338.659000', '101338.662000', '101338.664000', '101338.667000', '101338.670000', '101338.672000', '101338.675000', '101338.677000', '101338.680000', '101338.683000', '101338.685000', '101338.688000', '101338.690000', '101338.693000', '101338.695000', '101338.698000', '101338.701000', '101338.703000', '101338.706000', '101338.708000', '101338.711000', '101338.714000', '101338.716000', '101338.719000', '101338.721000', '101338.724000', '101338.727000', '101338.729000', '101338.732000', '101338.734000', '101338.737000', '101338.740000', '101338.742000', '101338.745000', '101338.747000', '101338.750000', '101338.753000', '101338.755000', '101358.644000', '101358.647000', '101358.649000', '101358.652000', '101358.654000', '101358.657000', '101358.660000', '101358.662000', '101358.665000', '101358.668000', '101358.670000', '101358.673000', '101358.675000', '101358.678000', '101358.681000', '101358.683000', '101358.686000', '101358.689000', '101358.691000', '101358.694000', '101358.696000', '101358.699000', '101358.702000', '101358.704000', '101358.707000', '101358.709000', '101358.712000', '101358.715000', '101358.717000', '101358.720000', '101358.722000', '101358.725000', '101358.728000', '101358.730000', '101358.733000', '101358.735000', '101358.738000', '101358.741000', '101358.743000', '101358.746000', '101358.748000', '101358.751000', '101358.754000', '101418.643000', '101418.646000', '101418.648000', '101418.651000', '101418.653000', '101418.656000', '101418.658000', '101418.661000', '101418.664000', '101418.666000', '101418.669000', '101418.672000', '101418.674000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.687000', '101418.690000', '101418.693000', '101418.695000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.708000', '101418.711000', '101418.714000', '101418.716000', '101418.719000', '101418.722000', '101418.724000', '101418.727000', '101418.729000', '101418.732000', '101418.735000', '101418.737000', '101418.740000', '101418.742000', '101418.745000', '101418.747000', '101418.750000', '101418.753000', '101418.755000', '101438.642000', '101438.645000', '101438.648000', '101438.651000', '101438.653000', '101438.656000', '101438.658000', '101438.661000', '101438.664000', '101438.666000', '101438.669000', '101438.671000', '101438.674000', '101438.677000', '101438.679000', '101438.682000', '101438.684000', '101438.687000', '101438.690000', '101438.692000', '101438.695000', '101438.698000', '101438.700000', '101438.703000', '101438.705000', '101438.708000', '101438.710000', '101438.713000', '101438.716000', '101438.718000', '101438.721000', '101438.723000', '101438.726000', '101438.729000', '101438.731000', '101438.734000', '101438.737000', '101438.739000', '101438.742000', '101438.744000', '101438.747000', '101438.750000', '101438.752000', '101458.644000', '101458.647000', '101458.650000', '101458.653000', '101458.656000', '101458.659000', '101458.661000', '101458.664000', '101458.666000', '101458.669000', '101458.672000', '101458.674000', '101458.677000', '101458.679000', '101458.682000', '101458.685000', '101458.687000', '101458.690000', '101458.692000', '101458.695000', '101458.698000', '101458.700000', '101458.703000', '101458.705000', '101458.708000', '101458.711000', '101458.713000', '101458.716000', '101458.718000', '101458.721000', '101458.724000', '101458.726000', '101458.729000', '101458.731000', '101458.734000', '101458.737000', '101458.739000', '101458.742000', '101458.745000', '101458.747000', '101458.750000', '101458.752000', '101458.755000', '101518.644000', '101518.646000', '101518.649000', '101518.652000', '101518.654000', '101518.657000', '101518.660000', '101518.662000', '101518.665000', '101518.667000', '101518.670000', '101518.673000', '101518.675000', '101518.678000', '101518.681000', '101518.683000', '101518.686000', '101518.688000', '101518.691000', '101518.694000', '101518.696000', '101518.699000', '101518.701000', '101518.704000', '101518.707000', '101518.709000', '101518.712000', '101518.714000', '101518.717000', '101518.719000', '101518.722000', '101518.725000', '101518.727000', '101518.730000', '101518.733000', '101518.735000', '101518.738000', '101518.741000', '101518.743000', '101518.746000', '101518.748000', '101518.751000', '101518.753000', '101518.756000', '101538.643000', '101538.646000', '101538.649000', '101538.652000', '101538.655000', '101538.658000', '101538.661000', '101538.663000', '101538.666000', '101538.669000', '101538.671000', '101538.674000', '101538.676000', '101538.679000', '101538.682000', '101538.684000', '101538.687000', '101538.690000', '101538.693000', '101538.695000', '101538.698000', '101538.703000', '101538.705000', '101538.708000', '101538.711000', '101538.713000', '101538.716000', '101538.719000', '101538.721000', '101538.724000', '101538.726000', '101538.729000', '101538.732000', '101538.734000', '101538.737000', '101538.739000', '101538.742000', '101538.745000', '101538.747000', '101538.750000', '101538.752000', '101538.755000', '101538.757000', '101558.644000', '101558.647000', '101558.649000', '101558.652000', '101558.655000', '101558.657000', '101558.660000', '101558.662000', '101558.665000', '101558.667000', '101558.670000', '101558.673000', '101558.675000', '101558.678000', '101558.680000', '101558.683000', '101558.686000', '101558.688000', '101558.691000', '101558.693000', '101558.696000', '101558.699000', '101558.701000', '101558.704000', '101558.706000', '101558.709000', '101558.712000', '101558.714000', '101558.717000', '101558.719000', '101558.722000', '101558.725000', '101558.727000', '101558.730000', '101558.732000', '101558.735000', '101558.738000', '101558.740000', '101558.743000', '101558.745000', '101558.748000', '101558.751000', '101558.753000', '101558.756000', '101618.644000', '101618.647000', '101618.649000', '101618.663000', '101618.665000', '101618.668000', '101618.671000', '101618.673000', '101618.676000', '101618.679000', '101618.681000', '101618.684000', '101618.686000', '101618.689000', '101618.691000', '101618.694000', '101618.696000', '101618.699000', '101618.702000', '101618.704000', '101618.707000', '101618.709000', '101618.712000', '101618.715000', '101618.717000', '101618.720000', '101618.722000', '101618.725000', '101618.727000', '101618.730000', '101618.733000', '101618.735000', '101618.738000', '101618.741000', '101618.743000', '101618.746000', '101618.748000', '101618.751000', '101618.754000', '101618.756000', '101618.759000', '101618.761000', '101618.764000', '101618.767000', '101638.642000', '101638.645000', '101638.648000', '101638.651000', '101638.653000', '101638.656000', '101638.658000', '101638.661000', '101638.664000', '101638.666000', '101638.669000', '101638.671000', '101638.674000', '101638.676000', '101638.679000', '101638.682000', '101638.685000', '101638.687000', '101638.690000', '101638.692000', '101638.695000', '101638.698000', '101638.700000', '101638.703000', '101638.705000', '101638.708000', '101638.710000', '101638.713000', '101638.716000', '101638.718000', '101638.721000', '101638.724000', '101638.726000', '101638.729000', '101638.731000', '101638.734000', '101638.737000', '101638.739000', '101638.742000', '101638.744000', '101638.747000', '101638.749000', '101638.752000', '101658.643000', '101658.646000', '101658.648000', '101658.652000', '101658.654000', '101658.657000', '101658.660000', '101658.663000', '101658.665000', '101658.668000', '101658.670000', '101658.673000', '101658.676000', '101658.678000', '101658.681000', '101658.684000', '101658.686000', '101658.689000', '101658.691000', '101658.694000', '101658.697000', '101658.700000', '101658.702000', '101658.705000', '101658.708000', '101658.710000', '101658.713000', '101658.716000', '101658.718000', '101658.721000', '101658.724000', '101658.726000', '101658.729000', '101658.731000', '101658.734000', '101658.737000', '101658.739000', '101658.742000', '101658.744000', '101658.747000', '101658.750000', '101658.752000', '101658.755000', '101718.642000', '101718.645000', '101718.648000', '101718.651000', '101718.653000', '101718.656000', '101718.658000', '101718.661000', '101718.664000', '101718.666000', '101718.669000', '101718.672000', '101718.674000', '101718.677000', '101718.680000', '101718.682000', '101718.685000', '101718.688000', '101718.690000', '101718.693000', '101718.695000', '101718.698000', '101718.701000', '101718.703000', '101718.706000', '101718.708000', '101718.711000', '101718.714000', '101718.716000', '101718.719000', '101718.721000', '101718.724000', '101718.727000', '101718.729000', '101718.732000', '101718.734000', '101718.737000', '101718.740000', '101718.742000', '101718.745000', '101718.747000', '101718.750000', '101718.753000', '101718.755000', '101738.643000', '101738.646000', '101738.649000', '101738.652000', '101738.654000', '101738.657000', '101738.659000', '101738.662000', '101738.664000', '101738.667000', '101738.670000', '101738.672000', '101738.675000', '101738.677000', '101738.680000', '101738.683000', '101738.685000', '101738.688000', '101738.691000', '101738.693000', '101738.696000', '101738.698000', '101738.701000', '101738.703000', '101738.706000', '101738.709000', '101738.711000', '101738.714000', '101738.717000', '101738.719000', '101738.722000', '101738.724000', '101738.727000', '101738.729000', '101738.732000', '101738.735000', '101738.737000', '101738.740000', '101738.742000', '101738.745000', '101738.747000', '101738.750000', '101738.753000', '101758.644000', '101758.646000', '101758.649000', '101758.652000', '101758.654000', '101758.657000', '101758.660000', '101758.662000', '101758.665000', '101758.667000', '101758.670000', '101758.673000', '101758.675000', '101758.678000', '101758.681000', '101758.683000', '101758.686000', '101758.689000', '101758.691000', '101758.694000', '101758.696000', '101758.699000', '101758.702000', '101758.704000', '101758.707000', '101758.709000', '101758.712000', '101758.715000', '101758.717000', '101758.720000', '101758.722000', '101758.725000', '101758.727000', '101758.730000', '101758.733000', '101758.735000', '101758.738000', '101758.740000', '101758.743000', '101758.746000', '101758.748000', '101758.751000', '101758.753000', '101758.756000', '101818.644000', '101818.646000', '101818.649000', '101818.652000', '101818.654000', '101818.657000', '101818.659000', '101818.662000', '101818.665000', '101818.667000', '101818.670000', '101818.672000', '101818.675000', '101818.678000', '101818.681000', '101818.684000', '101818.687000', '101818.689000', '101818.692000', '101818.695000', '101818.697000', '101818.700000', '101818.702000', '101818.705000', '101818.707000', '101818.710000', '101818.713000', '101818.715000', '101818.718000', '101818.720000', '101818.723000', '101818.726000', '101818.728000', '101818.731000', '101818.733000', '101818.737000', '101818.740000', '101818.743000', '101818.745000', '101818.748000', '101818.751000', '101818.753000', '101818.756000', '101838.643000', '101838.646000', '101838.649000', '101838.652000', '101838.654000', '101838.657000', '101838.659000', '101838.662000', '101838.665000', '101838.667000', '101838.670000', '101838.673000', '101838.675000', '101838.678000', '101838.680000', '101838.683000', '101838.686000', '101838.688000', '101838.691000', '101838.693000', '101838.696000', '101838.699000', '101838.701000', '101838.704000', '101838.707000', '101838.709000', '101838.712000', '101838.714000', '101838.717000', '101838.720000', '101838.722000', '101838.725000', '101838.728000', '101838.730000', '101838.733000', '101838.735000', '101838.738000', '101838.741000', '101838.743000', '101838.746000', '101838.748000', '101838.751000', '101838.754000', '101838.756000', '101858.642000', '101858.645000', '101858.648000', '101858.651000', '101858.653000', '101858.656000', '101858.658000', '101858.661000', '101858.664000', '101858.666000', '101858.669000', '101858.671000', '101858.674000', '101858.677000', '101858.679000', '101858.682000', '101858.684000', '101858.687000', '101858.690000', '101858.692000', '101858.695000', '101858.697000', '101858.700000', '101858.702000', '101858.705000', '101858.708000', '101858.710000', '101858.713000', '101858.717000', '101858.719000', '101858.722000', '101858.725000', '101858.727000', '101858.730000', '101858.732000', '101858.735000', '101858.738000', '101858.740000', '101858.743000', '101858.746000', '101858.748000', '101858.751000', '101858.753000', '101918.643000', '101918.646000', '101918.648000', '101918.651000', '101918.653000', '101918.656000', '101918.659000', '101918.661000', '101918.664000', '101918.666000', '101918.669000', '101918.672000', '101918.674000', '101918.677000', '101918.680000', '101918.682000', '101918.685000', '101918.687000', '101918.690000', '101918.693000', '101918.695000', '101918.698000', '101918.700000', '101918.703000', '101918.706000', '101918.708000', '101918.711000', '101918.713000', '101918.716000', '101918.719000', '101918.721000', '101918.724000', '101918.726000', '101918.729000', '101918.731000', '101918.734000', '101918.737000', '101918.739000', '101918.742000', '101918.744000', '101918.747000', '101918.750000', '101918.752000', '101918.755000', '101938.643000', '101938.645000', '101938.648000', '101938.651000', '101938.653000', '101938.656000', '101938.659000', '101938.661000', '101938.664000', '101938.666000', '101938.669000', '101938.672000', '101938.674000', '101938.677000', '101938.680000', '101938.682000', '101938.685000', '101938.688000', '101938.690000', '101938.693000', '101938.695000', '101938.698000', '101938.701000', '101938.703000', '101938.706000', '101938.709000', '101938.711000', '101938.714000', '101938.717000', '101938.719000', '101938.722000', '101938.725000', '101938.728000', '101938.731000', '101938.733000', '101938.736000', '101938.738000', '101938.741000', '101938.744000', '101938.746000', '101938.749000', '101938.752000', '101938.754000', '101958.643000', '101958.646000', '101958.649000', '101958.652000', '101958.654000', '101958.657000', '101958.659000', '101958.662000', '101958.665000', '101958.667000', '101958.670000', '101958.672000', '101958.675000', '101958.678000', '101958.680000', '101958.683000', '101958.685000', '101958.688000', '101958.691000', '101958.693000', '101958.696000', '101958.698000', '101958.701000', '101958.704000', '101958.706000', '101958.709000', '101958.712000', '101958.714000', '101958.717000', '101958.720000', '101958.722000', '101958.725000', '101958.727000', '101958.730000', '101958.732000', '101958.735000', '101958.738000', '101958.740000', '101958.743000', '101958.746000', '101958.748000', '101958.751000', '101958.754000', '101958.756000', '102018.644000', '102018.646000', '102018.649000', '102018.652000', '102018.654000', '102018.657000', '102018.660000', '102018.662000', '102018.665000', '102018.668000', '102018.670000', '102018.673000', '102018.675000', '102018.678000', '102018.681000', '102018.684000', '102018.686000', '102018.689000', '102018.691000', '102018.694000', '102018.697000', '102018.699000', '102018.702000', '102018.705000', '102018.707000', '102018.710000', '102018.712000', '102018.715000', '102018.718000', '102018.720000', '102018.723000', '102018.726000', '102018.728000', '102018.731000', '102018.733000', '102018.736000', '102018.739000', '102018.741000', '102018.744000', '102018.746000', '102018.749000', '102018.751000', '102018.754000', '102033.969000', '102033.972000', '102033.975000', '102033.978000', '102033.980000', '102033.983000', '102033.986000', '102033.988000', '102033.991000', '102033.994000', '102033.997000', '102034.001000', '102034.004000', '102034.008000', '102034.011000', '102034.013000', '102034.016000', '102034.019000', '102034.022000', '102034.025000', '102034.027000', '102034.030000', '102034.033000', '102034.036000', '102034.039000', '102034.042000', '102034.046000', '102034.049000', '102034.052000', '102034.055000', '102034.058000', '102034.061000', '102034.064000', '102034.067000'], 'InstanceCreationTime': ['101018.671000', '101018.680000', '101018.683000', '101018.685000', '101018.688000', '101018.691000', '101018.693000', '101018.696000', '101018.698000', '101018.701000', '101018.704000', '101018.706000', '101018.709000', '101018.711000', '101018.714000', '101018.717000', '101018.719000', '101018.722000', '101018.724000', '101018.727000', '101018.729000', '101018.732000', '101018.734000', '101018.737000', '101018.739000', '101018.742000', '101018.745000', '101018.747000', '101018.750000', '101018.752000', '101018.762000', '101018.765000', '101018.768000', '101018.770000', '101018.773000', '101018.775000', '101018.778000', '101018.781000', '101038.644000', '101038.646000', '101038.649000', '101038.652000', '101038.654000', '101038.657000', '101038.659000', '101038.662000', '101038.664000', '101038.667000', '101038.670000', '101038.672000', '101038.675000', '101038.677000', '101038.680000', '101038.682000', '101038.685000', '101038.688000', '101038.690000', '101038.693000', '101038.696000', '101038.698000', '101038.701000', '101038.703000', '101038.706000', '101038.708000', '101038.711000', '101038.714000', '101038.716000', '101038.719000', '101038.721000', '101038.724000', '101038.727000', '101038.729000', '101038.732000', '101038.734000', '101038.738000', '101038.741000', '101038.744000', '101038.747000', '101038.749000', '101038.752000', '101038.754000', '101058.643000', '101058.646000', '101058.649000', '101058.651000', '101058.654000', '101058.657000', '101058.659000', '101058.662000', '101058.664000', '101058.667000', '101058.669000', '101058.672000', '101058.674000', '101058.677000', '101058.679000', '101058.682000', '101058.693000', '101058.696000', '101058.699000', '101058.701000', '101058.704000', '101058.706000', '101058.709000', '101058.712000', '101058.714000', '101058.717000', '101058.719000', '101058.722000', '101058.725000', '101058.727000', '101058.730000', '101058.732000', '101058.735000', '101058.737000', '101058.740000', '101058.743000', '101058.745000', '101058.748000', '101058.750000', '101058.753000', '101058.755000', '101058.758000', '101058.761000', '101058.763000', '101118.644000', '101118.646000', '101118.649000', '101118.652000', '101118.654000', '101118.657000', '101118.660000', '101118.662000', '101118.665000', '101118.667000', '101118.670000', '101118.672000', '101118.675000', '101118.678000', '101118.680000', '101118.683000', '101118.685000', '101118.688000', '101118.691000', '101118.693000', '101118.696000', '101118.698000', '101118.701000', '101118.703000', '101118.706000', '101118.709000', '101118.712000', '101118.715000', '101118.717000', '101118.720000', '101118.723000', '101118.725000', '101118.728000', '101118.730000', '101118.733000', '101118.735000', '101118.738000', '101118.741000', '101118.743000', '101118.746000', '101118.748000', '101118.751000', '101118.753000', '101138.644000', '101138.647000', '101138.649000', '101138.652000', '101138.654000', '101138.657000', '101138.659000', '101138.662000', '101138.665000', '101138.667000', '101138.670000', '101138.672000', '101138.675000', '101138.678000', '101138.680000', '101138.683000', '101138.685000', '101138.688000', '101138.691000', '101138.693000', '101138.696000', '101138.698000', '101138.701000', '101138.704000', '101138.706000', '101138.709000', '101138.711000', '101138.714000', '101138.717000', '101138.750000', '101138.753000', '101138.755000', '101138.758000', '101138.760000', '101138.763000', '101138.765000', '101138.768000', '101138.781000', '101138.783000', '101138.786000', '101138.788000', '101138.791000', '101138.794000', '101138.796000', '101158.643000', '101158.645000', '101158.648000', '101158.651000', '101158.653000', '101158.656000', '101158.658000', '101158.661000', '101158.664000', '101158.666000', '101158.669000', '101158.671000', '101158.674000', '101158.676000', '101158.679000', '101158.682000', '101158.684000', '101158.687000', '101158.689000', '101158.692000', '101158.695000', '101158.697000', '101158.700000', '101158.702000', '101158.705000', '101158.707000', '101158.710000', '101158.713000', '101158.715000', '101158.718000', '101158.721000', '101158.724000', '101158.727000', '101158.730000', '101158.732000', '101158.735000', '101158.737000', '101158.740000', '101158.743000', '101158.745000', '101158.748000', '101158.750000', '101158.753000', '101218.642000', '101218.645000', '101218.648000', '101218.650000', '101218.653000', '101218.655000', '101218.658000', '101218.661000', '101218.663000', '101218.666000', '101218.668000', '101218.671000', '101218.674000', '101218.676000', '101218.679000', '101218.681000', '101218.684000', '101218.687000', '101218.689000', '101218.692000', '101218.694000', '101218.697000', '101218.699000', '101218.702000', '101218.705000', '101218.707000', '101218.710000', '101218.713000', '101218.715000', '101218.718000', '101218.720000', '101218.723000', '101218.725000', '101218.728000', '101218.731000', '101218.733000', '101218.736000', '101218.738000', '101218.741000', '101218.743000', '101218.746000', '101218.749000', '101218.751000', '101218.754000', '101238.642000', '101238.645000', '101238.648000', '101238.650000', '101238.653000', '101238.656000', '101238.658000', '101238.661000', '101238.663000', '101238.666000', '101238.669000', '101238.671000', '101238.674000', '101238.677000', '101238.679000', '101238.682000', '101238.684000', '101238.687000', '101238.689000', '101238.692000', '101238.695000', '101238.697000', '101238.700000', '101238.702000', '101238.705000', '101238.708000', '101238.710000', '101238.713000', '101238.716000', '101238.718000', '101238.721000', '101238.723000', '101238.726000', '101238.729000', '101238.731000', '101238.734000', '101238.736000', '101238.739000', '101238.741000', '101238.744000', '101238.747000', '101238.749000', '101238.752000', '101258.644000', '101258.646000', '101258.649000', '101258.652000', '101258.654000', '101258.657000', '101258.660000', '101258.662000', '101258.665000', '101258.667000', '101258.670000', '101258.673000', '101258.675000', '101258.678000', '101258.680000', '101258.683000', '101258.686000', '101258.688000', '101258.691000', '101258.693000', '101258.696000', '101258.698000', '101258.701000', '101258.704000', '101258.706000', '101258.709000', '101258.711000', '101258.714000', '101258.716000', '101258.719000', '101258.722000', '101258.724000', '101258.727000', '101258.729000', '101258.732000', '101258.734000', '101258.737000', '101258.740000', '101258.742000', '101258.745000', '101258.747000', '101258.750000', '101258.752000', '101258.755000', '101318.643000', '101318.646000', '101318.649000', '101318.651000', '101318.654000', '101318.657000', '101318.659000', '101318.662000', '101318.664000', '101318.667000', '101318.679000', '101318.682000', '101318.684000', '101318.687000', '101318.690000', '101318.692000', '101318.695000', '101318.697000', '101318.700000', '101318.703000', '101318.705000', '101318.708000', '101318.710000', '101318.713000', '101318.716000', '101318.718000', '101318.721000', '101318.723000', '101318.726000', '101318.729000', '101318.731000', '101318.734000', '101318.736000', '101318.739000', '101318.741000', '101318.744000', '101318.747000', '101318.749000', '101318.752000', '101318.755000', '101318.757000', '101318.760000', '101318.763000', '101338.643000', '101338.646000', '101338.649000', '101338.651000', '101338.654000', '101338.657000', '101338.659000', '101338.662000', '101338.664000', '101338.667000', '101338.670000', '101338.672000', '101338.675000', '101338.677000', '101338.680000', '101338.683000', '101338.685000', '101338.688000', '101338.690000', '101338.693000', '101338.695000', '101338.698000', '101338.701000', '101338.703000', '101338.706000', '101338.708000', '101338.711000', '101338.714000', '101338.716000', '101338.719000', '101338.721000', '101338.724000', '101338.727000', '101338.729000', '101338.732000', '101338.734000', '101338.737000', '101338.740000', '101338.742000', '101338.745000', '101338.747000', '101338.750000', '101338.753000', '101338.755000', '101358.644000', '101358.647000', '101358.649000', '101358.652000', '101358.654000', '101358.657000', '101358.660000', '101358.662000', '101358.665000', '101358.668000', '101358.670000', '101358.673000', '101358.675000', '101358.678000', '101358.681000', '101358.683000', '101358.686000', '101358.689000', '101358.691000', '101358.694000', '101358.696000', '101358.699000', '101358.702000', '101358.704000', '101358.707000', '101358.709000', '101358.712000', '101358.715000', '101358.717000', '101358.720000', '101358.722000', '101358.725000', '101358.728000', '101358.730000', '101358.733000', '101358.735000', '101358.738000', '101358.741000', '101358.743000', '101358.746000', '101358.748000', '101358.751000', '101358.754000', '101418.643000', '101418.646000', '101418.648000', '101418.651000', '101418.653000', '101418.656000', '101418.658000', '101418.661000', '101418.664000', '101418.666000', '101418.669000', '101418.672000', '101418.674000', '101418.677000', '101418.680000', '101418.682000', '101418.685000', '101418.687000', '101418.690000', '101418.693000', '101418.695000', '101418.698000', '101418.701000', '101418.703000', '101418.706000', '101418.708000', '101418.711000', '101418.714000', '101418.716000', '101418.719000', '101418.722000', '101418.724000', '101418.727000', '101418.729000', '101418.732000', '101418.735000', '101418.737000', '101418.740000', '101418.742000', '101418.745000', '101418.747000', '101418.750000', '101418.753000', '101418.755000', '101438.642000', '101438.645000', '101438.648000', '101438.651000', '101438.653000', '101438.656000', '101438.658000', '101438.661000', '101438.664000', '101438.666000', '101438.669000', '101438.671000', '101438.674000', '101438.677000', '101438.679000', '101438.682000', '101438.684000', '101438.687000', '101438.690000', '101438.692000', '101438.695000', '101438.698000', '101438.700000', '101438.703000', '101438.705000', '101438.708000', '101438.710000', '101438.713000', '101438.716000', '101438.718000', '101438.721000', '101438.723000', '101438.726000', '101438.729000', '101438.731000', '101438.734000', '101438.737000', '101438.739000', '101438.742000', '101438.744000', '101438.747000', '101438.750000', '101438.752000', '101458.644000', '101458.647000', '101458.650000', '101458.653000', '101458.656000', '101458.659000', '101458.661000', '101458.664000', '101458.666000', '101458.669000', '101458.672000', '101458.674000', '101458.677000', '101458.679000', '101458.682000', '101458.685000', '101458.687000', '101458.690000', '101458.692000', '101458.695000', '101458.698000', '101458.700000', '101458.703000', '101458.705000', '101458.708000', '101458.711000', '101458.713000', '101458.716000', '101458.718000', '101458.721000', '101458.724000', '101458.726000', '101458.729000', '101458.731000', '101458.734000', '101458.737000', '101458.739000', '101458.742000', '101458.745000', '101458.747000', '101458.750000', '101458.752000', '101458.755000', '101518.644000', '101518.646000', '101518.649000', '101518.652000', '101518.654000', '101518.657000', '101518.660000', '101518.662000', '101518.665000', '101518.667000', '101518.670000', '101518.673000', '101518.675000', '101518.678000', '101518.681000', '101518.683000', '101518.686000', '101518.688000', '101518.691000', '101518.694000', '101518.696000', '101518.699000', '101518.701000', '101518.704000', '101518.707000', '101518.709000', '101518.712000', '101518.714000', '101518.717000', '101518.719000', '101518.722000', '101518.725000', '101518.727000', '101518.730000', '101518.733000', '101518.735000', '101518.738000', '101518.741000', '101518.743000', '101518.746000', '101518.748000', '101518.751000', '101518.753000', '101518.756000', '101538.643000', '101538.646000', '101538.649000', '101538.652000', '101538.655000', '101538.658000', '101538.661000', '101538.663000', '101538.666000', '101538.669000', '101538.671000', '101538.674000', '101538.676000', '101538.679000', '101538.682000', '101538.684000', '101538.687000', '101538.690000', '101538.693000', '101538.695000', '101538.698000', '101538.703000', '101538.705000', '101538.708000', '101538.711000', '101538.713000', '101538.716000', '101538.719000', '101538.721000', '101538.724000', '101538.726000', '101538.729000', '101538.732000', '101538.734000', '101538.737000', '101538.739000', '101538.742000', '101538.745000', '101538.747000', '101538.750000', '101538.752000', '101538.755000', '101538.757000', '101558.644000', '101558.647000', '101558.649000', '101558.652000', '101558.655000', '101558.657000', '101558.660000', '101558.662000', '101558.665000', '101558.667000', '101558.670000', '101558.673000', '101558.675000', '101558.678000', '101558.680000', '101558.683000', '101558.686000', '101558.688000', '101558.691000', '101558.693000', '101558.696000', '101558.699000', '101558.701000', '101558.704000', '101558.706000', '101558.709000', '101558.712000', '101558.714000', '101558.717000', '101558.719000', '101558.722000', '101558.725000', '101558.727000', '101558.730000', '101558.732000', '101558.735000', '101558.738000', '101558.740000', '101558.743000', '101558.745000', '101558.748000', '101558.751000', '101558.753000', '101558.756000', '101618.644000', '101618.647000', '101618.649000', '101618.663000', '101618.665000', '101618.668000', '101618.671000', '101618.673000', '101618.676000', '101618.679000', '101618.681000', '101618.684000', '101618.686000', '101618.689000', '101618.691000', '101618.694000', '101618.696000', '101618.699000', '101618.702000', '101618.704000', '101618.707000', '101618.709000', '101618.712000', '101618.715000', '101618.717000', '101618.720000', '101618.722000', '101618.725000', '101618.727000', '101618.730000', '101618.733000', '101618.735000', '101618.738000', '101618.741000', '101618.743000', '101618.746000', '101618.748000', '101618.751000', '101618.754000', '101618.756000', '101618.759000', '101618.761000', '101618.764000', '101618.767000', '101638.642000', '101638.645000', '101638.648000', '101638.651000', '101638.653000', '101638.656000', '101638.658000', '101638.661000', '101638.664000', '101638.666000', '101638.669000', '101638.671000', '101638.674000', '101638.676000', '101638.679000', '101638.682000', '101638.685000', '101638.687000', '101638.690000', '101638.692000', '101638.695000', '101638.698000', '101638.700000', '101638.703000', '101638.705000', '101638.708000', '101638.710000', '101638.713000', '101638.716000', '101638.718000', '101638.721000', '101638.724000', '101638.726000', '101638.729000', '101638.731000', '101638.734000', '101638.737000', '101638.739000', '101638.742000', '101638.744000', '101638.747000', '101638.749000', '101638.752000', '101658.643000', '101658.646000', '101658.648000', '101658.652000', '101658.654000', '101658.657000', '101658.660000', '101658.663000', '101658.665000', '101658.668000', '101658.670000', '101658.673000', '101658.676000', '101658.678000', '101658.681000', '101658.684000', '101658.686000', '101658.689000', '101658.691000', '101658.694000', '101658.697000', '101658.700000', '101658.702000', '101658.705000', '101658.708000', '101658.710000', '101658.713000', '101658.716000', '101658.718000', '101658.721000', '101658.724000', '101658.726000', '101658.729000', '101658.731000', '101658.734000', '101658.737000', '101658.739000', '101658.742000', '101658.744000', '101658.747000', '101658.750000', '101658.752000', '101658.755000', '101718.642000', '101718.645000', '101718.648000', '101718.651000', '101718.653000', '101718.656000', '101718.658000', '101718.661000', '101718.664000', '101718.666000', '101718.669000', '101718.672000', '101718.674000', '101718.677000', '101718.680000', '101718.682000', '101718.685000', '101718.688000', '101718.690000', '101718.693000', '101718.695000', '101718.698000', '101718.701000', '101718.703000', '101718.706000', '101718.708000', '101718.711000', '101718.714000', '101718.716000', '101718.719000', '101718.721000', '101718.724000', '101718.727000', '101718.729000', '101718.732000', '101718.734000', '101718.737000', '101718.740000', '101718.742000', '101718.745000', '101718.747000', '101718.750000', '101718.753000', '101718.755000', '101738.643000', '101738.646000', '101738.649000', '101738.652000', '101738.654000', '101738.657000', '101738.659000', '101738.662000', '101738.664000', '101738.667000', '101738.670000', '101738.672000', '101738.675000', '101738.677000', '101738.680000', '101738.683000', '101738.685000', '101738.688000', '101738.691000', '101738.693000', '101738.696000', '101738.698000', '101738.701000', '101738.703000', '101738.706000', '101738.709000', '101738.711000', '101738.714000', '101738.717000', '101738.719000', '101738.722000', '101738.724000', '101738.727000', '101738.729000', '101738.732000', '101738.735000', '101738.737000', '101738.740000', '101738.742000', '101738.745000', '101738.747000', '101738.750000', '101738.753000', '101758.644000', '101758.646000', '101758.649000', '101758.652000', '101758.654000', '101758.657000', '101758.660000', '101758.662000', '101758.665000', '101758.667000', '101758.670000', '101758.673000', '101758.675000', '101758.678000', '101758.681000', '101758.683000', '101758.686000', '101758.689000', '101758.691000', '101758.694000', '101758.696000', '101758.699000', '101758.702000', '101758.704000', '101758.707000', '101758.709000', '101758.712000', '101758.715000', '101758.717000', '101758.720000', '101758.722000', '101758.725000', '101758.727000', '101758.730000', '101758.733000', '101758.735000', '101758.738000', '101758.740000', '101758.743000', '101758.746000', '101758.748000', '101758.751000', '101758.753000', '101758.756000', '101818.644000', '101818.646000', '101818.649000', '101818.652000', '101818.654000', '101818.657000', '101818.659000', '101818.662000', '101818.665000', '101818.667000', '101818.670000', '101818.672000', '101818.675000', '101818.678000', '101818.681000', '101818.684000', '101818.687000', '101818.689000', '101818.692000', '101818.695000', '101818.697000', '101818.700000', '101818.702000', '101818.705000', '101818.707000', '101818.710000', '101818.713000', '101818.715000', '101818.718000', '101818.720000', '101818.723000', '101818.726000', '101818.728000', '101818.731000', '101818.733000', '101818.737000', '101818.740000', '101818.743000', '101818.745000', '101818.748000', '101818.751000', '101818.753000', '101818.756000', '101838.643000', '101838.646000', '101838.649000', '101838.652000', '101838.654000', '101838.657000', '101838.659000', '101838.662000', '101838.665000', '101838.667000', '101838.670000', '101838.673000', '101838.675000', '101838.678000', '101838.680000', '101838.683000', '101838.686000', '101838.688000', '101838.691000', '101838.693000', '101838.696000', '101838.699000', '101838.701000', '101838.704000', '101838.707000', '101838.709000', '101838.712000', '101838.714000', '101838.717000', '101838.720000', '101838.722000', '101838.725000', '101838.728000', '101838.730000', '101838.733000', '101838.735000', '101838.738000', '101838.741000', '101838.743000', '101838.746000', '101838.748000', '101838.751000', '101838.754000', '101838.756000', '101858.642000', '101858.645000', '101858.648000', '101858.651000', '101858.653000', '101858.656000', '101858.658000', '101858.661000', '101858.664000', '101858.666000', '101858.669000', '101858.671000', '101858.674000', '101858.677000', '101858.679000', '101858.682000', '101858.684000', '101858.687000', '101858.690000', '101858.692000', '101858.695000', '101858.697000', '101858.700000', '101858.702000', '101858.705000', '101858.708000', '101858.710000', '101858.713000', '101858.717000', '101858.719000', '101858.722000', '101858.725000', '101858.727000', '101858.730000', '101858.732000', '101858.735000', '101858.738000', '101858.740000', '101858.743000', '101858.746000', '101858.748000', '101858.751000', '101858.753000', '101918.643000', '101918.646000', '101918.648000', '101918.651000', '101918.653000', '101918.656000', '101918.659000', '101918.661000', '101918.664000', '101918.666000', '101918.669000', '101918.672000', '101918.674000', '101918.677000', '101918.680000', '101918.682000', '101918.685000', '101918.687000', '101918.690000', '101918.693000', '101918.695000', '101918.698000', '101918.700000', '101918.703000', '101918.706000', '101918.708000', '101918.711000', '101918.713000', '101918.716000', '101918.719000', '101918.721000', '101918.724000', '101918.726000', '101918.729000', '101918.731000', '101918.734000', '101918.737000', '101918.739000', '101918.742000', '101918.744000', '101918.747000', '101918.750000', '101918.752000', '101918.755000', '101938.643000', '101938.645000', '101938.648000', '101938.651000', '101938.653000', '101938.656000', '101938.659000', '101938.661000', '101938.664000', '101938.666000', '101938.669000', '101938.672000', '101938.674000', '101938.677000', '101938.680000', '101938.682000', '101938.685000', '101938.688000', '101938.690000', '101938.693000', '101938.695000', '101938.698000', '101938.701000', '101938.703000', '101938.706000', '101938.709000', '101938.711000', '101938.714000', '101938.717000', '101938.719000', '101938.722000', '101938.725000', '101938.728000', '101938.731000', '101938.733000', '101938.736000', '101938.738000', '101938.741000', '101938.744000', '101938.746000', '101938.749000', '101938.752000', '101938.754000', '101958.643000', '101958.646000', '101958.649000', '101958.652000', '101958.654000', '101958.657000', '101958.659000', '101958.662000', '101958.665000', '101958.667000', '101958.670000', '101958.672000', '101958.675000', '101958.678000', '101958.680000', '101958.683000', '101958.685000', '101958.688000', '101958.691000', '101958.693000', '101958.696000', '101958.698000', '101958.701000', '101958.704000', '101958.706000', '101958.709000', '101958.712000', '101958.714000', '101958.717000', '101958.720000', '101958.722000', '101958.725000', '101958.727000', '101958.730000', '101958.732000', '101958.735000', '101958.738000', '101958.740000', '101958.743000', '101958.746000', '101958.748000', '101958.751000', '101958.754000', '101958.756000', '102018.644000', '102018.646000', '102018.649000', '102018.652000', '102018.654000', '102018.657000', '102018.660000', '102018.662000', '102018.665000', '102018.668000', '102018.670000', '102018.673000', '102018.675000', '102018.678000', '102018.681000', '102018.684000', '102018.686000', '102018.689000', '102018.691000', '102018.694000', '102018.697000', '102018.699000', '102018.702000', '102018.705000', '102018.707000', '102018.710000', '102018.712000', '102018.715000', '102018.718000', '102018.720000', '102018.723000', '102018.726000', '102018.728000', '102018.731000', '102018.733000', '102018.736000', '102018.739000', '102018.741000', '102018.744000', '102018.746000', '102018.749000', '102018.751000', '102018.754000', '102033.969000', '102033.972000', '102033.975000', '102033.978000', '102033.980000', '102033.983000', '102033.986000', '102033.988000', '102033.991000', '102033.994000', '102033.997000', '102034.001000', '102034.004000', '102034.008000', '102034.011000', '102034.013000', '102034.016000', '102034.019000', '102034.022000', '102034.025000', '102034.027000', '102034.030000', '102034.033000', '102034.036000', '102034.039000', '102034.042000', '102034.046000', '102034.049000', '102034.052000', '102034.055000', '102034.058000', '102034.061000', '102034.064000', '102034.067000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [13769, 14252, 15169, 9084, 8804, 9386, 7239, 7684, 7276, 7582, 15217, 11686, 8252, 7028, 8777, 7450, 7662, 8287, 9810, 9175, 7283, 8235, 7976, 7369, 9467, 9592, 8649, 8893, 7577, 9220, 6896, 8777, 12198, 9408, 8671, 7566, 9189, 7710, 8472, 11449, 9513, 9356, 7687, 8793, 8635, 7912, 10923, 11015, 9383, 8074, 8488, 8164, 7364, 9422, 14179, 8846, 9793, 7773, 9118, 7445, 9020, 13476, 7966, 9310, 8053, 9303, 11535, 9819, 13496, 7539, 8858, 7018, 8936, 13868, 10997, 8543, 7520, 9382, 7814, 8752, 13801, 8763, 8986, 7032, 8603, 10532, 8152, 12872, 7304, 8967, 7225, 8506, 13141, 10184, 12439, 7665, 8487, 7479, 8970, 11935, 8229, 11716, 7565, 7792, 7781, 9088, 12837, 8873, 9448, 8059, 9002, 9636, 9030, 13772, 8033, 8252, 7833, 8441, 8183, 6896, 8324, 13819, 11658, 8990, 8719, 7943, 9458, 8231, 11015, 14025, 8304, 8191, 7824, 9261, 7241, 8617, 12044, 8936, 9190, 7566, 8427, 9418, 7910, 9516, 7892, 9122, 8043, 8167, 11649, 10980, 9254, 9394, 8503, 9288, 7269, 10904, 12835, 9355, 8447, 8379, 8833, 7322, 8478, 10988, 8914, 7782, 8296, 7982, 8098, 9194, 7430, 9042, 8441, 7712, 8615, 11938, 8850, 11456, 8405, 7943, 7093, 9154, 9579, 8592, 13691, 7929, 9804, 7189, 9241, 7621, 8584, 13222, 8184, 8082, 7522, 9319, 7080, 8902, 12037, 8778, 8478, 8347, 9509, 7324, 9118, 11936, 8797, 10440, 7397, 9102, 7290, 8990, 9269, 8353, 12523, 7305, 9453, 6858, 9390, 8135, 8603, 12400, 7934, 9219, 7036, 9086, 8957, 8470, 12665, 8357, 9135, 7142, 8970, 8742, 8392, 12925, 10990, 8932, 6872, 8785, 9591, 8215, 12145, 8399, 8977, 7144, 8834, 10050, 7868, 9609, 9661, 9062, 8194, 8118, 8638, 11424, 8906, 11544, 8280, 7984, 8350, 9275, 12349, 8419, 11049, 7658, 9201, 6742, 8880, 12458, 9129, 8531, 6920, 9276, 7453, 8439, 9877, 7498, 9310, 6880, 8626, 7992, 7816, 9100, 11757, 9030, 8659, 8082, 9277, 8459, 8807, 12781, 8003, 9057, 6704, 8893, 12936, 10364, 8863, 7312, 9142, 7723, 8623, 11372, 8741, 9313, 7308, 8854, 9917, 8911, 9137, 6962, 8982, 8008, 7659, 8960, 13113, 8830, 10355, 7565, 8897, 10785, 8128, 13315, 7791, 8856, 7485, 9007, 9965, 8176, 12907, 7643, 8145, 8084, 9286, 8872, 8186, 12679, 7385, 9100, 6630, 8868, 8506, 8297, 11659, 8249, 9464, 7022, 8832, 11801, 8862, 9108, 7275, 9364, 7362, 8523, 9513, 10063, 9376, 7908, 8742, 8209, 8543, 9194, 13879, 8411, 8994, 8489, 9306, 9326, 8419, 12807, 9287, 9150, 7349, 8369, 10978, 9619, 10087, 11068, 8683, 8201, 7751, 9254, 8413, 8542, 13425, 8042, 8950, 6973, 9132, 9218, 7994, 11975, 9181, 9205, 7664, 8015, 8085, 11987, 8594, 12779, 8412, 7893, 8550, 9194, 12241, 8567, 10991, 7591, 9175, 7299, 8452, 13472, 10151, 9051, 6604, 8933, 9489, 7983, 11129, 9259, 8879, 7611, 7773, 8590, 10671, 8614, 12136, 8312, 8913, 7031, 9088, 11499, 9126, 8325, 7349, 9169, 7168, 8521, 11367, 9654, 9085, 7790, 8760, 8384, 7786, 8991, 9136, 8686, 12453, 8260, 8540, 8636, 9379, 8730, 8620, 13896, 8221, 9141, 7348, 9439, 8890, 8678, 12931, 13010, 9391, 9053, 8447, 12045, 7695, 9055, 9466, 8230, 13533, 11288, 8956, 9103, 7976, 8343, 7467, 8949, 13367, 8642, 8457, 7888, 8320, 8160, 8902, 10078, 8445, 10312, 7856, 8848, 7456, 9428, 8999, 8251, 12562, 8192, 7873, 7681, 8980, 8512, 8034, 13396, 8398, 9676, 7615, 8563, 7522, 8721, 12103, 8634, 10828, 7812, 7883, 8479, 8767, 8534, 7749, 13596, 7521, 7508, 8436, 8755, 7070, 8428, 12815, 10489, 12141, 7094, 7942, 7458, 8482, 7584, 8527, 10011, 8253, 11206, 8314, 7585, 7541, 8512, 8462, 8154, 11826, 8516, 7966, 8391, 7973, 7781, 8679, 9534, 8655, 7096, 8572, 7139, 8136, 7586, 7503, 10037, 11648, 8344, 7646, 8420, 8417, 7864, 10949, 9824, 9359, 7823, 8340, 7040, 8187, 8864, 7614, 12186, 10394, 8221, 7549, 8261, 7560, 7638, 10518, 11327, 8493, 7964, 8133, 7831, 7496, 7747, 10002, 7791, 12949, 7946, 8192, 7364, 8249, 8373, 7747, 12817, 8987, 7665, 8306, 8217, 6743, 8091, 11635, 8596, 10081, 7154, 7798, 7438, 7719, 8129, 7686, 7689, 6951, 7931, 10404, 7545, 8027, 7037, 8358, 13079, 8962, 8541, 7030, 8312, 7411, 7506, 8624, 7769, 8667, 10817, 8131, 8644, 10748, 8039, 8720, 9028, 10419, 11964, 13790, 7994, 9042, 8869, 8490, 13073, 12784, 9340, 8385, 8374, 9091, 7307, 8810, 13672, 10682, 9281, 8238, 8613, 8341, 7859, 9206, 13376, 11852, 8496, 7731, 9001, 9915, 7616, 9239, 14281, 8570, 8295, 7661, 9135, 9614, 8514, 13707, 13025, 9059, 7777, 8219, 8249, 9203, 8273, 14568, 9805, 9109, 7210, 8433, 9129, 11838, 9699, 12319, 7963, 9004, 7536, 8662, 12561, 12137, 8754, 8230, 7882, 9162, 7470, 8328, 11713, 12780, 8461, 8100, 7720, 9170, 8431, 7835, 12195, 13655, 8237, 7874, 7157, 8970, 8139, 7895, 8986, 11895, 8298, 8753, 7034, 9000, 11418, 10138, 10729, 8880, 8672, 9379, 7585, 8818, 9730, 9529, 14023, 7697, 8553, 7100, 8780, 9847, 7567, 12137, 8487, 9024, 7065, 8373, 9653, 9093, 9140, 10034, 8844, 8930, 7315, 8975, 10807, 11296, 13298, 7672, 8669, 7153, 8898, 9233, 7701, 11880, 9428, 8739, 7888, 8145, 7801, 9085, 8396, 13897, 8287, 8423, 8386, 8988, 7876, 8046, 13933, 11823, 8053, 7847, 8280, 8796, 7317, 9901, 12170, 8807, 8364, 7738, 8397, 6865, 8593, 12775, 9429, 8272, 7368, 8986, 8534, 8436, 12695, 10455, 8990, 8713, 8812, 8773, 7681, 10052, 12394, 8595, 8388, 8193, 8363, 7983, 8993, 12153, 10164, 11457, 7527, 8517, 7201, 8537, 10592, 8516, 12296, 7124, 8713, 7154, 8738, 8884, 8099, 12110, 9542, 8529, 6924, 8751, 8684, 8149, 12915, 10529, 8528, 7131, 9120, 7175, 8500, 11577, 9755, 8382, 7198, 8819, 7842, 8317, 11527, 8370, 10637, 7663, 8789, 7717, 8319, 9005, 8080, 10102, 12939, 8753, 8187, 7850, 8282, 10211, 8337, 13182, 8375, 8207, 7795, 9083, 9334, 8160, 12966, 10661, 8807, 7043, 8811, 9619, 8703, 11385, 9372, 8766, 8306, 8017, 8310, 10103, 8526, 8395, 8308, 8340, 7396, 8783, 12512, 9398, 7709, 7692, 8959, 8037, 8338, 13895, 10881, 8862, 8623, 8016, 8398, 8359, 7214, 9807, 8091, 8172, 12469, 12592, 8291, 8590, 8162, 8230, 11807, 10572, 12776, 10603, 7873, 8925, 7144, 7963, 9809, 9086, 12975, 7252, 8326, 7522, 8199, 13061, 10946, 8964, 8995, 7741, 8328, 7730, 8388, 13155, 10691, 9462, 8983, 8020, 9724, 7188, 9728, 12634, 9729, 12679, 7267, 8417, 7406, 8309, 12283, 10416, 11404, 9545, 8167, 9736, 7630, 9094, 8675, 8263, 13808, 7701, 8683, 7148, 9172, 8574, 8291, 12568, 11396, 9128, 7966, 8589, 8881, 7809, 10155, 11296, 8908, 8258, 8438, 8440, 7122, 8745, 12310, 8543, 9781, 7776, 8764, 7249, 9301, 12729, 9907, 9222, 8263, 9242, 7849, 8699, 12637, 10042, 8983, 8517, 8914, 8892, 7923, 9796, 12231, 9171, 9250, 8500, 8814, 7596, 8985, 10923, 9371, 12047, 8010, 8382, 7426, 8998, 11989, 9567, 12198, 7890, 8903, 7484, 8475, 12195, 9928, 9911, 9086, 8640, 9298, 7676, 8903, 9236, 8602, 14265, 9330, 8423, 7550, 9122, 9047, 8066, 10886, 11739, 8717, 8955, 7732, 8100, 8167, 9207, 12725, 10080, 11195, 7862, 8943, 7217, 8358, 8043, 8190, 8902, 9824, 7547, 9027, 8529, 8507, 10566, 12491, 8695, 11096, 8164, 8514, 7401, 8952, 12866, 10734, 10308, 7847, 8727, 9324, 7362, 9026, 12741, 9286, 9170, 7166, 8671, 8255, 11384, 8936, 12840, 8146, 8892, 7256, 8657, 14064, 11428, 12178, 8982, 8760, 8279, 7979, 9698, 11986, 8603, 9470, 7417, 8797, 10466, 8408, 8294, 9810, 7844, 9515, 14115, 8790, 8401, 7516, 8543, 12251, 11079, 13099, 11307, 8322, 9014, 7706, 9099, 10229, 9028, 10511, 7265, 8975, 8235, 8239, 9570, 11440, 9321, 11294, 8577, 8529, 7565, 8646, 10143, 8611, 13486, 8306, 7166, 7450, 8166, 8169, 8000, 12528, 7672, 7409, 7558, 8587, 7974, 8147, 12952, 7623, 7744, 7674, 8854, 7389, 8191, 12939, 11811, 8457, 7190, 8377, 8513, 7276, 9973, 12140, 8023, 8434, 7686, 7474, 8010, 8427, 13350, 8756, 9235, 7057, 8190, 7101, 8258, 12132, 9807, 11484, 7705, 8610, 6907, 7945, 9674, 8472, 8183, 7188, 8491, 7391, 7700, 8282, 10955, 8148, 11376, 7712, 7887, 7260, 8257, 10947, 9108, 12174, 7702, 8563, 7032, 7977, 8289, 9245, 9448, 11201, 8068, 7475, 8550, 8797, 8991, 7794, 12528, 10162, 8481, 7360, 7964, 9178, 7546, 8885, 13304, 9046, 8887, 8358, 8842, 7211, 8482, 11270, 9337, 8950, 10430, 8741, 8361, 7479, 8810, 7622, 8358, 12904, 10800, 8028, 7410, 8753, 8015, 7950, 10163, 9941, 8552, 8604, 8408, 9495, 7431, 8261, 7220, 8332, 11924, 9100, 12612, 9437, 8693, 7232, 8520, 9326, 7347, 11833, 12269, 8787, 9183, 8241, 8276, 7900, 8037, 8218, 9399, 12164, 9228, 7800, 8492, 8685, 8023, 9099, 12345, 8835, 9230, 8811, 9110, 7745, 9090, 13011, 9128, 12748, 8618, 10537, 7701, 8404, 7549, 9147, 13645, 8843, 9641, 8170, 8544, 7707, 9269, 11890, 8927, 9658, 8381, 8042, 7763, 9204, 11162, 8722, 12944, 8521, 10552, 7886, 8346, 7229, 9021, 12780, 9052, 8964, 8696, 9596, 7800, 9108, 9433, 9267, 10187, 9355, 8038, 8734, 8700, 11043, 9668, 13301, 8902, 9718, 7965, 9546, 10416, 8690, 14243, 9081, 9919, 7675, 9225, 8215], 'WindowCenter': [3774.0, 3757.0, 3740.0, 3684.0, 3683.0, 3681.0, 3648.0, 3646.0, 3646.0, 3645.0, 3721.0, 3699.0, 3656.0, 3646.0, 3665.0, 3645.0, 3656.0, 3655.0, 3678.0, 3678.0, 3645.0, 3669.0, 3657.0, 3658.0, 3679.0, 3690.0, 3682.0, 3680.0, 3671.0, 3692.0, 3659.0, 3681.0, 3713.0, 3694.0, 3682.0, 3671.0, 3692.0, 3670.0, 3683.0, 3713.0, 3694.0, 3694.0, 3671.0, 3682.0, 3681.0, 3672.0, 3702.0, 3715.0, 3692.0, 3671.0, 3681.0, 3670.0, 3662.0, 3692.0, 3735.0, 3692.0, 3692.0, 3672.0, 3681.0, 3661.0, 3692.0, 3724.0, 3683.0, 3692.0, 3671.0, 3693.0, 3714.0, 3704.0, 3725.0, 3671.0, 3682.0, 3649.0, 3692.0, 3723.0, 3715.0, 3681.0, 3670.0, 3691.0, 3671.0, 3681.0, 3725.0, 3682.0, 3681.0, 3660.0, 3681.0, 3703.0, 3682.0, 3724.0, 3662.0, 3681.0, 3661.0, 3682.0, 3724.0, 3704.0, 3714.0, 3671.0, 3681.0, 3659.0, 3681.0, 3713.0, 3682.0, 3712.0, 3671.0, 3670.0, 3673.0, 3692.0, 3724.0, 3691.0, 3690.0, 3670.0, 3679.0, 3690.0, 3691.0, 3735.0, 3684.0, 3685.0, 3684.0, 3684.0, 3682.0, 3661.0, 3683.0, 3724.0, 3715.0, 3682.0, 3682.0, 3672.0, 3691.0, 3671.0, 3702.0, 3724.0, 3670.0, 3669.0, 3659.0, 3690.0, 3659.0, 3681.0, 3713.0, 3693.0, 3692.0, 3671.0, 3682.0, 3692.0, 3672.0, 3693.0, 3672.0, 3692.0, 3671.0, 3683.0, 3714.0, 3704.0, 3692.0, 3681.0, 3681.0, 3679.0, 3659.0, 3702.0, 3712.0, 3680.0, 3669.0, 3670.0, 3679.0, 3659.0, 3669.0, 3702.0, 3680.0, 3658.0, 3670.0, 3669.0, 3670.0, 3691.0, 3659.0, 3680.0, 3669.0, 3670.0, 3680.0, 3712.0, 3692.0, 3701.0, 3681.0, 3669.0, 3649.0, 3678.0, 3679.0, 3679.0, 3711.0, 3669.0, 3689.0, 3647.0, 3678.0, 3657.0, 3668.0, 3711.0, 3669.0, 3657.0, 3659.0, 3678.0, 3646.0, 3678.0, 3699.0, 3680.0, 3668.0, 3669.0, 3691.0, 3657.0, 3679.0, 3700.0, 3682.0, 3689.0, 3658.0, 3679.0, 3647.0, 3678.0, 3678.0, 3669.0, 3701.0, 3648.0, 3679.0, 3637.0, 3679.0, 3669.0, 3682.0, 3712.0, 3670.0, 3691.0, 3648.0, 3681.0, 3681.0, 3682.0, 3724.0, 3682.0, 3691.0, 3649.0, 3680.0, 3680.0, 3671.0, 3712.0, 3702.0, 3680.0, 3648.0, 3669.0, 3690.0, 3670.0, 3712.0, 3670.0, 3679.0, 3648.0, 3680.0, 3690.0, 3671.0, 3692.0, 3692.0, 3681.0, 3670.0, 3670.0, 3680.0, 3712.0, 3681.0, 3701.0, 3670.0, 3669.0, 3669.0, 3680.0, 3712.0, 3671.0, 3700.0, 3659.0, 3679.0, 3636.0, 3679.0, 3710.0, 3681.0, 3668.0, 3647.0, 3679.0, 3658.0, 3680.0, 3691.0, 3659.0, 3680.0, 3649.0, 3681.0, 3669.0, 3671.0, 3682.0, 3713.0, 3681.0, 3680.0, 3670.0, 3681.0, 3670.0, 3681.0, 3713.0, 3670.0, 3680.0, 3649.0, 3680.0, 3713.0, 3703.0, 3681.0, 3660.0, 3692.0, 3659.0, 3682.0, 3713.0, 3682.0, 3692.0, 3660.0, 3682.0, 3703.0, 3693.0, 3693.0, 3661.0, 3682.0, 3670.0, 3672.0, 3681.0, 3725.0, 3682.0, 3690.0, 3671.0, 3680.0, 3701.0, 3670.0, 3713.0, 3660.0, 3679.0, 3647.0, 3667.0, 3690.0, 3669.0, 3711.0, 3657.0, 3657.0, 3658.0, 3679.0, 3678.0, 3669.0, 3712.0, 3648.0, 3679.0, 3636.0, 3679.0, 3669.0, 3670.0, 3701.0, 3670.0, 3690.0, 3648.0, 3680.0, 3712.0, 3694.0, 3682.0, 3661.0, 3693.0, 3660.0, 3683.0, 3692.0, 3704.0, 3693.0, 3671.0, 3682.0, 3681.0, 3682.0, 3692.0, 3738.0, 3683.0, 3681.0, 3681.0, 3680.0, 3680.0, 3670.0, 3713.0, 3681.0, 3680.0, 3660.0, 3681.0, 3701.0, 3690.0, 3691.0, 3702.0, 3680.0, 3668.0, 3659.0, 3679.0, 3681.0, 3680.0, 3723.0, 3670.0, 3680.0, 3649.0, 3692.0, 3680.0, 3671.0, 3712.0, 3681.0, 3691.0, 3659.0, 3670.0, 3669.0, 3712.0, 3680.0, 3711.0, 3681.0, 3670.0, 3680.0, 3680.0, 3713.0, 3683.0, 3702.0, 3671.0, 3680.0, 3658.0, 3669.0, 3713.0, 3691.0, 3680.0, 3638.0, 3680.0, 3690.0, 3669.0, 3701.0, 3679.0, 3681.0, 3659.0, 3660.0, 3669.0, 3690.0, 3681.0, 3712.0, 3670.0, 3680.0, 3648.0, 3679.0, 3702.0, 3692.0, 3670.0, 3659.0, 3680.0, 3647.0, 3680.0, 3701.0, 3693.0, 3681.0, 3660.0, 3681.0, 3670.0, 3660.0, 3680.0, 3681.0, 3681.0, 3713.0, 3670.0, 3681.0, 3680.0, 3679.0, 3680.0, 3680.0, 3723.0, 3671.0, 3680.0, 3675.0, 3747.0, 3681.0, 3668.0, 3711.0, 3722.0, 3692.0, 3695.0, 3682.0, 3712.0, 3672.0, 3680.0, 3693.0, 3682.0, 3723.0, 3702.0, 3681.0, 3680.0, 3671.0, 3657.0, 3647.0, 3668.0, 3711.0, 3670.0, 3658.0, 3668.0, 3668.0, 3669.0, 3679.0, 3690.0, 3670.0, 3690.0, 3669.0, 3679.0, 3659.0, 3679.0, 3680.0, 3670.0, 3712.0, 3682.0, 3670.0, 3670.0, 3680.0, 3681.0, 3670.0, 3723.0, 3672.0, 3680.0, 3659.0, 3669.0, 3658.0, 3680.0, 3712.0, 3681.0, 3700.0, 3659.0, 3669.0, 3669.0, 3668.0, 3680.0, 3659.0, 3712.0, 3660.0, 3658.0, 3669.0, 3668.0, 3647.0, 3669.0, 3711.0, 3702.0, 3700.0, 3648.0, 3656.0, 3646.0, 3666.0, 3656.0, 3667.0, 3688.0, 3668.0, 3699.0, 3668.0, 3657.0, 3657.0, 3667.0, 3668.0, 3668.0, 3701.0, 3669.0, 3657.0, 3669.0, 3668.0, 3658.0, 3679.0, 3691.0, 3680.0, 3649.0, 3681.0, 3648.0, 3671.0, 3658.0, 3660.0, 3703.0, 3713.0, 3670.0, 3659.0, 3670.0, 3669.0, 3670.0, 3700.0, 3691.0, 3680.0, 3658.0, 3669.0, 3647.0, 3669.0, 3679.0, 3659.0, 3711.0, 3691.0, 3668.0, 3658.0, 3669.0, 3657.0, 3658.0, 3689.0, 3700.0, 3669.0, 3668.0, 3669.0, 3657.0, 3658.0, 3657.0, 3689.0, 3658.0, 3712.0, 3671.0, 3668.0, 3658.0, 3668.0, 3668.0, 3658.0, 3711.0, 3680.0, 3657.0, 3668.0, 3667.0, 3635.0, 3668.0, 3700.0, 3680.0, 3689.0, 3647.0, 3657.0, 3646.0, 3657.0, 3657.0, 3658.0, 3658.0, 3647.0, 3658.0, 3688.0, 3658.0, 3657.0, 3647.0, 3669.0, 3721.0, 3680.0, 3679.0, 3647.0, 3680.0, 3658.0, 3660.0, 3692.0, 3671.0, 3682.0, 3703.0, 3673.0, 3695.0, 3716.0, 3673.0, 3681.0, 3682.0, 3704.0, 3715.0, 3725.0, 3673.0, 3683.0, 3683.0, 3682.0, 3714.0, 3715.0, 3693.0, 3672.0, 3673.0, 3681.0, 3660.0, 3681.0, 3724.0, 3704.0, 3693.0, 3681.0, 3683.0, 3671.0, 3671.0, 3692.0, 3725.0, 3716.0, 3682.0, 3661.0, 3682.0, 3691.0, 3660.0, 3681.0, 3726.0, 3684.0, 3672.0, 3660.0, 3692.0, 3691.0, 3681.0, 3724.0, 3713.0, 3680.0, 3658.0, 3670.0, 3669.0, 3678.0, 3670.0, 3723.0, 3691.0, 3681.0, 3659.0, 3670.0, 3678.0, 3701.0, 3692.0, 3701.0, 3670.0, 3680.0, 3658.0, 3681.0, 3711.0, 3712.0, 3670.0, 3668.0, 3670.0, 3679.0, 3647.0, 3669.0, 3700.0, 3713.0, 3670.0, 3658.0, 3659.0, 3679.0, 3657.0, 3658.0, 3700.0, 3712.0, 3669.0, 3657.0, 3647.0, 3679.0, 3668.0, 3669.0, 3680.0, 3712.0, 3670.0, 3680.0, 3648.0, 3680.0, 3701.0, 3691.0, 3702.0, 3680.0, 3680.0, 3679.0, 3658.0, 3667.0, 3679.0, 3680.0, 3722.0, 3659.0, 3669.0, 3647.0, 3668.0, 3689.0, 3658.0, 3712.0, 3668.0, 3679.0, 3646.0, 3667.0, 3678.0, 3679.0, 3680.0, 3691.0, 3680.0, 3679.0, 3658.0, 3678.0, 3689.0, 3700.0, 3711.0, 3658.0, 3668.0, 3647.0, 3678.0, 3678.0, 3658.0, 3701.0, 3679.0, 3669.0, 3658.0, 3670.0, 3657.0, 3679.0, 3668.0, 3723.0, 3669.0, 3668.0, 3668.0, 3678.0, 3657.0, 3670.0, 3724.0, 3713.0, 3669.0, 3657.0, 3669.0, 3668.0, 3647.0, 3688.0, 3712.0, 3679.0, 3668.0, 3659.0, 3668.0, 3636.0, 3668.0, 3710.0, 3680.0, 3668.0, 3658.0, 3679.0, 3668.0, 3670.0, 3711.0, 3703.0, 3679.0, 3668.0, 3679.0, 3667.0, 3657.0, 3689.0, 3711.0, 3669.0, 3667.0, 3667.0, 3656.0, 3657.0, 3666.0, 3699.0, 3691.0, 3700.0, 3658.0, 3668.0, 3646.0, 3666.0, 3688.0, 3668.0, 3700.0, 3647.0, 3667.0, 3647.0, 3667.0, 3678.0, 3669.0, 3699.0, 3680.0, 3667.0, 3646.0, 3667.0, 3668.0, 3668.0, 3710.0, 3691.0, 3667.0, 3646.0, 3678.0, 3646.0, 3668.0, 3700.0, 3691.0, 3668.0, 3647.0, 3679.0, 3657.0, 3668.0, 3699.0, 3669.0, 3689.0, 3657.0, 3668.0, 3656.0, 3668.0, 3666.0, 3669.0, 3689.0, 3712.0, 3679.0, 3668.0, 3669.0, 3668.0, 3690.0, 3668.0, 3723.0, 3670.0, 3668.0, 3658.0, 3680.0, 3693.0, 3682.0, 3723.0, 3702.0, 3679.0, 3647.0, 3678.0, 3678.0, 3669.0, 3701.0, 3679.0, 3678.0, 3667.0, 3668.0, 3669.0, 3690.0, 3680.0, 3669.0, 3669.0, 3668.0, 3658.0, 3679.0, 3712.0, 3692.0, 3658.0, 3658.0, 3679.0, 3657.0, 3668.0, 3711.0, 3702.0, 3680.0, 3668.0, 3669.0, 3670.0, 3672.0, 3660.0, 3690.0, 3658.0, 3669.0, 3711.0, 3714.0, 3671.0, 3681.0, 3671.0, 3669.0, 3702.0, 3692.0, 3714.0, 3691.0, 3659.0, 3669.0, 3648.0, 3659.0, 3691.0, 3680.0, 3714.0, 3650.0, 3669.0, 3659.0, 3670.0, 3713.0, 3704.0, 3683.0, 3681.0, 3661.0, 3670.0, 3660.0, 3672.0, 3713.0, 3703.0, 3693.0, 3681.0, 3671.0, 3679.0, 3649.0, 3680.0, 3701.0, 3682.0, 3712.0, 3649.0, 3669.0, 3647.0, 3669.0, 3700.0, 3690.0, 3702.0, 3679.0, 3668.0, 3679.0, 3671.0, 3678.0, 3667.0, 3668.0, 3710.0, 3658.0, 3668.0, 3647.0, 3678.0, 3667.0, 3668.0, 3699.0, 3700.0, 3678.0, 3657.0, 3668.0, 3667.0, 3658.0, 3689.0, 3701.0, 3668.0, 3667.0, 3669.0, 3657.0, 3646.0, 3668.0, 3701.0, 3670.0, 3678.0, 3658.0, 3668.0, 3647.0, 3678.0, 3711.0, 3692.0, 3679.0, 3669.0, 3679.0, 3658.0, 3669.0, 3711.0, 3691.0, 3680.0, 3668.0, 3679.0, 3667.0, 3658.0, 3678.0, 3701.0, 3680.0, 3679.0, 3669.0, 3668.0, 3657.0, 3668.0, 3690.0, 3681.0, 3700.0, 3659.0, 3668.0, 3646.0, 3668.0, 3700.0, 3680.0, 3700.0, 3659.0, 3666.0, 3647.0, 3668.0, 3699.0, 3690.0, 3691.0, 3668.0, 3670.0, 3679.0, 3660.0, 3669.0, 3678.0, 3668.0, 3723.0, 3681.0, 3669.0, 3659.0, 3680.0, 3667.0, 3669.0, 3689.0, 3715.0, 3682.0, 3680.0, 3661.0, 3658.0, 3669.0, 3679.0, 3712.0, 3691.0, 3690.0, 3658.0, 3669.0, 3647.0, 3668.0, 3659.0, 3670.0, 3681.0, 3691.0, 3659.0, 3681.0, 3683.0, 3684.0, 3702.0, 3713.0, 3670.0, 3700.0, 3668.0, 3668.0, 3647.0, 3679.0, 3712.0, 3701.0, 3691.0, 3656.0, 3668.0, 3667.0, 3648.0, 3679.0, 3711.0, 3681.0, 3679.0, 3648.0, 3670.0, 3668.0, 3701.0, 3681.0, 3714.0, 3671.0, 3680.0, 3660.0, 3682.0, 3725.0, 3702.0, 3701.0, 3669.0, 3669.0, 3657.0, 3657.0, 3678.0, 3702.0, 3681.0, 3679.0, 3659.0, 3681.0, 3704.0, 3671.0, 3671.0, 3691.0, 3670.0, 3681.0, 3725.0, 3684.0, 3671.0, 3650.0, 3669.0, 3701.0, 3691.0, 3712.0, 3690.0, 3659.0, 3666.0, 3647.0, 3668.0, 3689.0, 3680.0, 3691.0, 3649.0, 3681.0, 3669.0, 3671.0, 3682.0, 3704.0, 3681.0, 3703.0, 3672.0, 3682.0, 3660.0, 3669.0, 3689.0, 3668.0, 3712.0, 3671.0, 3649.0, 3659.0, 3668.0, 3669.0, 3658.0, 3711.0, 3659.0, 3647.0, 3658.0, 3668.0, 3658.0, 3658.0, 3711.0, 3659.0, 3657.0, 3658.0, 3679.0, 3647.0, 3669.0, 3711.0, 3702.0, 3668.0, 3646.0, 3669.0, 3668.0, 3659.0, 3689.0, 3701.0, 3670.0, 3657.0, 3658.0, 3646.0, 3657.0, 3668.0, 3711.0, 3669.0, 3678.0, 3647.0, 3656.0, 3635.0, 3667.0, 3699.0, 3689.0, 3700.0, 3657.0, 3668.0, 3646.0, 3657.0, 3677.0, 3668.0, 3669.0, 3648.0, 3669.0, 3646.0, 3658.0, 3682.0, 3714.0, 3682.0, 3712.0, 3659.0, 3657.0, 3646.0, 3667.0, 3700.0, 3679.0, 3711.0, 3658.0, 3669.0, 3647.0, 3658.0, 3667.0, 3678.0, 3679.0, 3700.0, 3657.0, 3646.0, 3668.0, 3667.0, 3679.0, 3658.0, 3700.0, 3690.0, 3668.0, 3646.0, 3658.0, 3665.0, 3657.0, 3668.0, 3710.0, 3681.0, 3667.0, 3668.0, 3667.0, 3647.0, 3667.0, 3688.0, 3679.0, 3668.0, 3689.0, 3668.0, 3668.0, 3647.0, 3667.0, 3657.0, 3669.0, 3711.0, 3702.0, 3658.0, 3647.0, 3669.0, 3657.0, 3658.0, 3689.0, 3689.0, 3669.0, 3668.0, 3668.0, 3677.0, 3658.0, 3668.0, 3646.0, 3668.0, 3700.0, 3679.0, 3710.0, 3680.0, 3667.0, 3647.0, 3668.0, 3667.0, 3647.0, 3699.0, 3713.0, 3672.0, 3679.0, 3669.0, 3658.0, 3657.0, 3657.0, 3670.0, 3680.0, 3712.0, 3682.0, 3660.0, 3682.0, 3681.0, 3672.0, 3681.0, 3715.0, 3682.0, 3680.0, 3681.0, 3679.0, 3660.0, 3680.0, 3712.0, 3680.0, 3711.0, 3669.0, 3689.0, 3648.0, 3657.0, 3659.0, 3679.0, 3712.0, 3679.0, 3678.0, 3669.0, 3667.0, 3658.0, 3680.0, 3701.0, 3681.0, 3678.0, 3671.0, 3658.0, 3659.0, 3679.0, 3700.0, 3670.0, 3713.0, 3682.0, 3690.0, 3658.0, 3656.0, 3649.0, 3669.0, 3711.0, 3669.0, 3667.0, 3669.0, 3678.0, 3657.0, 3667.0, 3679.0, 3680.0, 3689.0, 3680.0, 3657.0, 3670.0, 3669.0, 3703.0, 3681.0, 3713.0, 3681.0, 3679.0, 3660.0, 3680.0, 3691.0, 3670.0, 3723.0, 3681.0, 3679.0, 3659.0, 3679.0, 3657.0], 'WindowWidth': [8485.0, 8443.0, 8406.0, 8319.0, 8312.0, 8304.0, 8257.0, 8251.0, 8249.0, 8247.0, 8354.0, 8324.0, 8262.0, 8247.0, 8273.0, 8244.0, 8261.0, 8259.0, 8295.0, 8294.0, 8248.0, 8284.0, 8265.0, 8269.0, 8297.0, 8315.0, 8306.0, 8302.0, 8292.0, 8319.0, 8274.0, 8306.0, 8350.0, 8328.0, 8307.0, 8293.0, 8321.0, 8290.0, 8309.0, 8350.0, 8328.0, 8325.0, 8292.0, 8308.0, 8305.0, 8296.0, 8335.0, 8356.0, 8321.0, 8290.0, 8305.0, 8289.0, 8282.0, 8323.0, 8384.0, 8321.0, 8320.0, 8295.0, 8304.0, 8279.0, 8323.0, 8368.0, 8311.0, 8320.0, 8293.0, 8324.0, 8354.0, 8342.0, 8368.0, 8292.0, 8305.0, 8260.0, 8321.0, 8365.0, 8355.0, 8305.0, 8290.0, 8318.0, 8291.0, 8307.0, 8369.0, 8310.0, 8305.0, 8277.0, 8306.0, 8338.0, 8310.0, 8367.0, 8281.0, 8305.0, 8278.0, 8308.0, 8366.0, 8342.0, 8352.0, 8292.0, 8304.0, 8274.0, 8307.0, 8350.0, 8309.0, 8346.0, 8291.0, 8289.0, 8300.0, 8324.0, 8367.0, 8319.0, 8315.0, 8290.0, 8300.0, 8316.0, 8319.0, 8384.0, 8315.0, 8319.0, 8314.0, 8315.0, 8309.0, 8280.0, 8310.0, 8369.0, 8356.0, 8307.0, 8308.0, 8295.0, 8315.0, 8292.0, 8332.0, 8365.0, 8287.0, 8283.0, 8273.0, 8315.0, 8274.0, 8306.0, 8351.0, 8323.0, 8320.0, 8290.0, 8308.0, 8321.0, 8295.0, 8324.0, 8293.0, 8321.0, 8290.0, 8310.0, 8353.0, 8340.0, 8320.0, 8303.0, 8303.0, 8299.0, 8274.0, 8332.0, 8348.0, 8301.0, 8283.0, 8287.0, 8297.0, 8273.0, 8287.0, 8333.0, 8300.0, 8269.0, 8287.0, 8285.0, 8290.0, 8319.0, 8274.0, 8302.0, 8286.0, 8289.0, 8301.0, 8349.0, 8321.0, 8332.0, 8304.0, 8286.0, 8259.0, 8295.0, 8299.0, 8299.0, 8344.0, 8284.0, 8310.0, 8254.0, 8292.0, 8268.0, 8283.0, 8344.0, 8283.0, 8266.0, 8269.0, 8292.0, 8250.0, 8294.0, 8324.0, 8301.0, 8281.0, 8285.0, 8314.0, 8266.0, 8296.0, 8327.0, 8305.0, 8310.0, 8269.0, 8294.0, 8251.0, 8294.0, 8293.0, 8284.0, 8328.0, 8254.0, 8296.0, 8239.0, 8296.0, 8283.0, 8306.0, 8346.0, 8289.0, 8316.0, 8257.0, 8303.0, 8307.0, 8309.0, 8366.0, 8307.0, 8317.0, 8260.0, 8301.0, 8300.0, 8291.0, 8348.0, 8333.0, 8300.0, 8257.0, 8284.0, 8314.0, 8289.0, 8347.0, 8287.0, 8298.0, 8256.0, 8301.0, 8314.0, 8293.0, 8320.0, 8320.0, 8304.0, 8287.0, 8289.0, 8301.0, 8347.0, 8304.0, 8330.0, 8287.0, 8284.0, 8285.0, 8300.0, 8347.0, 8291.0, 8328.0, 8273.0, 8297.0, 8238.0, 8298.0, 8341.0, 8303.0, 8281.0, 8253.0, 8297.0, 8269.0, 8301.0, 8316.0, 8273.0, 8300.0, 8259.0, 8303.0, 8286.0, 8292.0, 8306.0, 8351.0, 8305.0, 8301.0, 8289.0, 8303.0, 8289.0, 8305.0, 8349.0, 8287.0, 8300.0, 8260.0, 8302.0, 8350.0, 8337.0, 8305.0, 8276.0, 8318.0, 8273.0, 8306.0, 8351.0, 8308.0, 8320.0, 8274.0, 8307.0, 8337.0, 8325.0, 8323.0, 8279.0, 8308.0, 8290.0, 8295.0, 8306.0, 8369.0, 8306.0, 8316.0, 8290.0, 8299.0, 8331.0, 8286.0, 8348.0, 8273.0, 8297.0, 8253.0, 8278.0, 8313.0, 8283.0, 8341.0, 8266.0, 8265.0, 8268.0, 8294.0, 8296.0, 8285.0, 8345.0, 8255.0, 8297.0, 8238.0, 8296.0, 8283.0, 8288.0, 8329.0, 8286.0, 8313.0, 8255.0, 8302.0, 8345.0, 8328.0, 8307.0, 8278.0, 8323.0, 8278.0, 8311.0, 8323.0, 8341.0, 8323.0, 8292.0, 8308.0, 8305.0, 8307.0, 8319.0, 8392.0, 8310.0, 8304.0, 8303.0, 8300.0, 8301.0, 8289.0, 8348.0, 8305.0, 8301.0, 8273.0, 8305.0, 8332.0, 8315.0, 8316.0, 8332.0, 8300.0, 8282.0, 8271.0, 8296.0, 8305.0, 8301.0, 8361.0, 8288.0, 8301.0, 8258.0, 8317.0, 8301.0, 8292.0, 8347.0, 8303.0, 8316.0, 8273.0, 8289.0, 8286.0, 8347.0, 8302.0, 8345.0, 8304.0, 8289.0, 8300.0, 8300.0, 8350.0, 8313.0, 8333.0, 8292.0, 8298.0, 8270.0, 8286.0, 8348.0, 8316.0, 8300.0, 8242.0, 8300.0, 8313.0, 8286.0, 8331.0, 8299.0, 8304.0, 8272.0, 8273.0, 8283.0, 8316.0, 8305.0, 8344.0, 8289.0, 8301.0, 8257.0, 8298.0, 8332.0, 8320.0, 8286.0, 8273.0, 8301.0, 8254.0, 8302.0, 8330.0, 8323.0, 8303.0, 8274.0, 8305.0, 8287.0, 8273.0, 8298.0, 8303.0, 8304.0, 8347.0, 8289.0, 8303.0, 8301.0, 8296.0, 8301.0, 8300.0, 8362.0, 8290.0, 8301.0, 8305.0, 8425.0, 8305.0, 8280.0, 8342.0, 8361.0, 8319.0, 8327.0, 8306.0, 8345.0, 8294.0, 8300.0, 8322.0, 8307.0, 8363.0, 8333.0, 8303.0, 8300.0, 8289.0, 8265.0, 8253.0, 8281.0, 8344.0, 8285.0, 8267.0, 8282.0, 8280.0, 8283.0, 8296.0, 8313.0, 8289.0, 8311.0, 8285.0, 8297.0, 8270.0, 8296.0, 8301.0, 8289.0, 8347.0, 8306.0, 8288.0, 8289.0, 8299.0, 8303.0, 8289.0, 8364.0, 8293.0, 8299.0, 8272.0, 8282.0, 8268.0, 8300.0, 8346.0, 8305.0, 8326.0, 8272.0, 8284.0, 8285.0, 8282.0, 8300.0, 8272.0, 8348.0, 8275.0, 8269.0, 8285.0, 8281.0, 8252.0, 8283.0, 8345.0, 8333.0, 8328.0, 8254.0, 8263.0, 8250.0, 8275.0, 8261.0, 8277.0, 8309.0, 8283.0, 8325.0, 8282.0, 8265.0, 8267.0, 8278.0, 8282.0, 8281.0, 8330.0, 8284.0, 8266.0, 8284.0, 8282.0, 8269.0, 8300.0, 8317.0, 8302.0, 8260.0, 8303.0, 8258.0, 8290.0, 8271.0, 8278.0, 8336.0, 8351.0, 8289.0, 8273.0, 8289.0, 8284.0, 8288.0, 8329.0, 8320.0, 8303.0, 8270.0, 8285.0, 8254.0, 8285.0, 8298.0, 8274.0, 8342.0, 8318.0, 8282.0, 8268.0, 8284.0, 8264.0, 8269.0, 8311.0, 8329.0, 8286.0, 8283.0, 8285.0, 8267.0, 8269.0, 8267.0, 8313.0, 8269.0, 8347.0, 8292.0, 8284.0, 8270.0, 8281.0, 8284.0, 8270.0, 8343.0, 8301.0, 8266.0, 8281.0, 8278.0, 8234.0, 8283.0, 8327.0, 8302.0, 8311.0, 8251.0, 8266.0, 8250.0, 8267.0, 8266.0, 8269.0, 8267.0, 8251.0, 8267.0, 8308.0, 8267.0, 8265.0, 8251.0, 8285.0, 8357.0, 8302.0, 8299.0, 8255.0, 8302.0, 8271.0, 8278.0, 8322.0, 8296.0, 8309.0, 8338.0, 8296.0, 8329.0, 8356.0, 8296.0, 8305.0, 8306.0, 8338.0, 8353.0, 8368.0, 8295.0, 8307.0, 8306.0, 8306.0, 8351.0, 8354.0, 8321.0, 8290.0, 8295.0, 8301.0, 8275.0, 8304.0, 8364.0, 8341.0, 8323.0, 8305.0, 8308.0, 8289.0, 8291.0, 8318.0, 8366.0, 8358.0, 8305.0, 8276.0, 8306.0, 8315.0, 8275.0, 8303.0, 8370.0, 8310.0, 8291.0, 8273.0, 8317.0, 8316.0, 8301.0, 8364.0, 8349.0, 8299.0, 8267.0, 8285.0, 8282.0, 8295.0, 8285.0, 8364.0, 8316.0, 8303.0, 8272.0, 8286.0, 8295.0, 8329.0, 8320.0, 8328.0, 8287.0, 8298.0, 8268.0, 8300.0, 8343.0, 8345.0, 8286.0, 8281.0, 8285.0, 8297.0, 8252.0, 8283.0, 8328.0, 8349.0, 8287.0, 8267.0, 8269.0, 8296.0, 8264.0, 8266.0, 8325.0, 8345.0, 8283.0, 8265.0, 8252.0, 8296.0, 8282.0, 8286.0, 8301.0, 8347.0, 8286.0, 8299.0, 8256.0, 8298.0, 8328.0, 8317.0, 8333.0, 8299.0, 8299.0, 8296.0, 8268.0, 8278.0, 8298.0, 8299.0, 8360.0, 8269.0, 8282.0, 8252.0, 8280.0, 8308.0, 8270.0, 8344.0, 8281.0, 8295.0, 8250.0, 8280.0, 8294.0, 8297.0, 8302.0, 8315.0, 8299.0, 8295.0, 8269.0, 8295.0, 8312.0, 8328.0, 8342.0, 8268.0, 8280.0, 8251.0, 8293.0, 8295.0, 8270.0, 8330.0, 8298.0, 8282.0, 8267.0, 8284.0, 8265.0, 8298.0, 8283.0, 8362.0, 8285.0, 8281.0, 8282.0, 8292.0, 8266.0, 8288.0, 8369.0, 8351.0, 8286.0, 8265.0, 8285.0, 8280.0, 8251.0, 8307.0, 8345.0, 8298.0, 8280.0, 8271.0, 8281.0, 8236.0, 8281.0, 8341.0, 8302.0, 8281.0, 8268.0, 8297.0, 8281.0, 8286.0, 8343.0, 8335.0, 8297.0, 8281.0, 8296.0, 8275.0, 8266.0, 8308.0, 8344.0, 8284.0, 8277.0, 8279.0, 8262.0, 8263.0, 8275.0, 8325.0, 8316.0, 8328.0, 8270.0, 8281.0, 8248.0, 8275.0, 8305.0, 8280.0, 8327.0, 8252.0, 8279.0, 8251.0, 8279.0, 8296.0, 8286.0, 8326.0, 8299.0, 8278.0, 8250.0, 8278.0, 8278.0, 8282.0, 8340.0, 8316.0, 8276.0, 8250.0, 8293.0, 8248.0, 8283.0, 8326.0, 8318.0, 8281.0, 8254.0, 8296.0, 8265.0, 8281.0, 8324.0, 8284.0, 8311.0, 8266.0, 8279.0, 8261.0, 8280.0, 8276.0, 8284.0, 8312.0, 8347.0, 8297.0, 8281.0, 8283.0, 8282.0, 8313.0, 8283.0, 8362.0, 8286.0, 8283.0, 8270.0, 8303.0, 8324.0, 8310.0, 8366.0, 8333.0, 8296.0, 8251.0, 8294.0, 8294.0, 8285.0, 8330.0, 8296.0, 8295.0, 8277.0, 8282.0, 8284.0, 8313.0, 8301.0, 8283.0, 8285.0, 8282.0, 8268.0, 8299.0, 8345.0, 8320.0, 8268.0, 8270.0, 8296.0, 8266.0, 8282.0, 8342.0, 8332.0, 8300.0, 8281.0, 8287.0, 8288.0, 8291.0, 8274.0, 8310.0, 8266.0, 8282.0, 8340.0, 8350.0, 8288.0, 8301.0, 8288.0, 8283.0, 8329.0, 8316.0, 8348.0, 8312.0, 8268.0, 8280.0, 8253.0, 8269.0, 8313.0, 8299.0, 8347.0, 8259.0, 8284.0, 8270.0, 8286.0, 8346.0, 8336.0, 8307.0, 8302.0, 8275.0, 8286.0, 8272.0, 8291.0, 8347.0, 8335.0, 8318.0, 8300.0, 8287.0, 8295.0, 8256.0, 8298.0, 8328.0, 8303.0, 8341.0, 8255.0, 8281.0, 8249.0, 8280.0, 8323.0, 8311.0, 8329.0, 8295.0, 8279.0, 8294.0, 8290.0, 8293.0, 8277.0, 8278.0, 8340.0, 8268.0, 8277.0, 8251.0, 8292.0, 8276.0, 8279.0, 8322.0, 8326.0, 8291.0, 8263.0, 8280.0, 8275.0, 8266.0, 8308.0, 8328.0, 8278.0, 8276.0, 8282.0, 8263.0, 8249.0, 8280.0, 8326.0, 8286.0, 8292.0, 8267.0, 8277.0, 8250.0, 8293.0, 8340.0, 8320.0, 8296.0, 8283.0, 8296.0, 8266.0, 8283.0, 8341.0, 8316.0, 8300.0, 8280.0, 8296.0, 8276.0, 8267.0, 8293.0, 8328.0, 8299.0, 8294.0, 8282.0, 8278.0, 8264.0, 8279.0, 8310.0, 8303.0, 8326.0, 8268.0, 8278.0, 8248.0, 8278.0, 8325.0, 8300.0, 8326.0, 8268.0, 8275.0, 8249.0, 8280.0, 8321.0, 8311.0, 8315.0, 8279.0, 8283.0, 8296.0, 8272.0, 8282.0, 8293.0, 8279.0, 8363.0, 8304.0, 8283.0, 8269.0, 8297.0, 8277.0, 8282.0, 8309.0, 8354.0, 8305.0, 8297.0, 8274.0, 8266.0, 8280.0, 8294.0, 8343.0, 8316.0, 8311.0, 8266.0, 8282.0, 8250.0, 8279.0, 8269.0, 8287.0, 8303.0, 8315.0, 8271.0, 8303.0, 8308.0, 8312.0, 8333.0, 8349.0, 8288.0, 8325.0, 8280.0, 8277.0, 8249.0, 8295.0, 8344.0, 8329.0, 8312.0, 8261.0, 8280.0, 8276.0, 8253.0, 8297.0, 8341.0, 8304.0, 8296.0, 8253.0, 8287.0, 8281.0, 8329.0, 8304.0, 8351.0, 8287.0, 8299.0, 8273.0, 8303.0, 8367.0, 8333.0, 8326.0, 8282.0, 8283.0, 8264.0, 8264.0, 8292.0, 8333.0, 8303.0, 8294.0, 8272.0, 8303.0, 8336.0, 8290.0, 8287.0, 8312.0, 8284.0, 8299.0, 8366.0, 8307.0, 8288.0, 8258.0, 8281.0, 8325.0, 8313.0, 8344.0, 8308.0, 8265.0, 8271.0, 8248.0, 8277.0, 8307.0, 8299.0, 8314.0, 8256.0, 8300.0, 8283.0, 8288.0, 8302.0, 8334.0, 8301.0, 8334.0, 8289.0, 8305.0, 8274.0, 8280.0, 8307.0, 8277.0, 8345.0, 8287.0, 8257.0, 8269.0, 8278.0, 8282.0, 8266.0, 8342.0, 8268.0, 8249.0, 8265.0, 8279.0, 8267.0, 8267.0, 8341.0, 8270.0, 8263.0, 8265.0, 8295.0, 8252.0, 8283.0, 8342.0, 8332.0, 8280.0, 8250.0, 8283.0, 8279.0, 8270.0, 8308.0, 8329.0, 8286.0, 8264.0, 8266.0, 8247.0, 8265.0, 8280.0, 8342.0, 8285.0, 8291.0, 8252.0, 8261.0, 8231.0, 8277.0, 8321.0, 8311.0, 8324.0, 8265.0, 8280.0, 8246.0, 8264.0, 8291.0, 8282.0, 8284.0, 8255.0, 8283.0, 8249.0, 8269.0, 8306.0, 8355.0, 8310.0, 8346.0, 8271.0, 8263.0, 8247.0, 8277.0, 8326.0, 8299.0, 8343.0, 8267.0, 8282.0, 8250.0, 8266.0, 8278.0, 8294.0, 8295.0, 8325.0, 8265.0, 8247.0, 8278.0, 8277.0, 8296.0, 8269.0, 8328.0, 8313.0, 8280.0, 8249.0, 8267.0, 8272.0, 8264.0, 8279.0, 8340.0, 8302.0, 8277.0, 8279.0, 8277.0, 8249.0, 8276.0, 8306.0, 8295.0, 8281.0, 8311.0, 8279.0, 8278.0, 8252.0, 8276.0, 8264.0, 8284.0, 8342.0, 8332.0, 8268.0, 8252.0, 8282.0, 8264.0, 8266.0, 8309.0, 8310.0, 8284.0, 8280.0, 8281.0, 8290.0, 8268.0, 8278.0, 8247.0, 8278.0, 8325.0, 8298.0, 8341.0, 8300.0, 8277.0, 8249.0, 8278.0, 8275.0, 8251.0, 8322.0, 8349.0, 8290.0, 8294.0, 8281.0, 8263.0, 8262.0, 8261.0, 8286.0, 8298.0, 8347.0, 8302.0, 8272.0, 8305.0, 8300.0, 8292.0, 8303.0, 8352.0, 8305.0, 8297.0, 8301.0, 8295.0, 8273.0, 8301.0, 8346.0, 8298.0, 8341.0, 8282.0, 8307.0, 8251.0, 8262.0, 8268.0, 8294.0, 8343.0, 8296.0, 8292.0, 8282.0, 8276.0, 8267.0, 8297.0, 8328.0, 8300.0, 8293.0, 8287.0, 8267.0, 8270.0, 8297.0, 8327.0, 8284.0, 8348.0, 8306.0, 8310.0, 8266.0, 8261.0, 8257.0, 8282.0, 8341.0, 8282.0, 8275.0, 8280.0, 8291.0, 8264.0, 8277.0, 8296.0, 8301.0, 8310.0, 8297.0, 8264.0, 8284.0, 8284.0, 8332.0, 8299.0, 8348.0, 8300.0, 8295.0, 8271.0, 8299.0, 8313.0, 8285.0, 8360.0, 8302.0, 8295.0, 8268.0, 8294.0, 8263.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.0020668995633187776</td></tr>
<tr><td colspan=3>aqi</td><td>0.026376878311499274</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.05705848858699</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.160755406088858</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.007658370750182</td></tr>
<tr><td colspan=3>efc</td><td>0.4395</td></tr>
<tr><td colspan=3>fber</td><td>7188.6099</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11938783661527248</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>116</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.442503639010189</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.372864100756957</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2467216737067086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5941854836043436</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.277685144959818</td></tr>
<tr><td colspan=3>gcor</td><td>0.00430921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019868338480591774</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026515524834394455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1374</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.8977306009601174</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>30.8865</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.6812</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.785</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>313849.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>683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.9378</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2391</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.6537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2994.3114</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>62695.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.1299</td></tr>
<tr><td colspan=3>tsnr</td><td>37.032492202706635</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>