<?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-0082_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-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0082/figures/sub-0082_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-0082/figures/sub-0082_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0082/figures/sub-0082_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-0082/ses-01/func/sub-0082_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>937a0011601701395643a2bfd54c2c33</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:00:48.262500</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.996338, -0.00225292, 0.0854698, 0.00973839, 0.996138, -0.0872649]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.092687</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>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7746, -7275, 558, 56, -397, 43, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.207</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>747eefaf-9988-448d-9abd-99e3d7dda772||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.673102617263794, 0.026127390563488007, 0.22934645414352417, 103.07634735107422], [0.006044416222721338, 2.6725642681121826, -0.23699963092803955, -89.8384780883789], [0.22930936515331268, 0.23412521183490753, 2.6797821521759033, -107.9815902709961], [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': ['100048.262500', '100048.722500', '100049.182500', '100049.642500', '100050.102500', '100050.562500', '100051.022500', '100051.482500', '100051.942500', '100052.402500', '100052.862500', '100053.322500', '100053.782500', '100054.242500', '100054.702500', '100055.162500', '100055.622500', '100056.082500', '100056.542500', '100057.002500', '100057.462500', '100057.922500', '100058.382500', '100058.842500', '100059.302500', '100059.762500', '100100.222500', '100100.682500', '100101.142500', '100101.602500', '100102.062500', '100102.522500', '100102.982500', '100103.442500', '100103.902500', '100104.362500', '100104.822500', '100105.282500', '100105.742500', '100106.202500', '100106.662500', '100107.122500', '100107.582500', '100108.042500', '100108.502500', '100108.962500', '100109.422500', '100109.882500', '100110.342500', '100110.802500', '100111.262500', '100111.722500', '100112.182500', '100112.642500', '100113.102500', '100113.562500', '100114.022500', '100114.482500', '100114.942500', '100115.402500', '100115.862500', '100116.322500', '100116.782500', '100117.242500', '100117.702500', '100118.162500', '100118.622500', '100119.082500', '100119.542500', '100120.002500', '100120.462500', '100120.922500', '100121.382500', '100121.842500', '100122.302500', '100122.762500', '100123.222500', '100123.682500', '100124.142500', '100124.602500', '100125.062500', '100125.522500', '100125.982500', '100126.442500', '100126.902500', '100127.362500', '100127.822500', '100128.282500', '100128.742500', '100129.202500', '100129.662500', '100130.122500', '100130.582500', '100131.042500', '100131.502500', '100131.962500', '100132.422500', '100132.882500', '100133.342500', '100133.802500', '100134.262500', '100134.722500', '100135.182500', '100135.642500', '100136.102500', '100136.562500', '100137.022500', '100137.482500', '100137.942500', '100138.402500', '100138.862500', '100139.322500', '100139.782500', '100140.242500', '100140.702500', '100141.162500', '100141.622500', '100142.082500', '100142.542500', '100143.002500', '100143.462500', '100143.922500', '100144.382500', '100144.842500', '100145.302500', '100145.762500', '100146.222500', '100146.682500', '100147.142500', '100147.602500', '100148.062500', '100148.522500', '100148.982500', '100149.442500', '100149.902500', '100150.362500', '100150.822500', '100151.282500', '100151.742500', '100152.202500', '100152.662500', '100153.122500', '100153.582500', '100154.042500', '100154.502500', '100154.962500', '100155.422500', '100155.882500', '100156.342500', '100156.802500', '100157.262500', '100157.722500', '100158.182500', '100158.642500', '100159.102500', '100159.562500', '100200.022500', '100200.482500', '100200.942500', '100201.402500', '100201.862500', '100202.322500', '100202.782500', '100203.242500', '100203.702500', '100204.162500', '100204.622500', '100205.082500', '100205.542500', '100206.002500', '100206.462500', '100206.922500', '100207.382500', '100207.842500', '100208.302500', '100208.762500', '100209.222500', '100209.682500', '100210.142500', '100210.602500', '100211.062500', '100211.522500', '100211.982500', '100212.442500', '100212.902500', '100213.362500', '100213.822500', '100214.282500', '100214.742500', '100215.202500', '100215.662500', '100216.122500', '100216.582500', '100217.042500', '100217.502500', '100217.962500', '100218.422500', '100218.882500', '100219.342500', '100219.802500', '100220.262500', '100220.722500', '100221.182500', '100221.642500', '100222.102500', '100222.562500', '100223.022500', '100223.482500', '100223.942500', '100224.402500', '100224.862500', '100225.322500', '100225.782500', '100226.242500', '100226.702500', '100227.162500', '100227.622500', '100228.082500', '100228.542500', '100229.002500', '100229.462500', '100229.922500', '100230.382500', '100230.842500', '100231.302500', '100231.762500', '100232.222500', '100232.682500', '100233.142500', '100233.602500', '100234.062500', '100234.522500', '100234.982500', '100235.442500', '100235.902500', '100236.362500', '100236.822500', '100237.282500', '100237.742500', '100238.202500', '100238.662500', '100239.122500', '100239.582500', '100240.042500', '100240.502500', '100240.962500', '100241.422500', '100241.882500', '100242.342500', '100242.802500', '100243.262500', '100243.722500', '100244.182500', '100244.642500', '100245.102500', '100245.562500', '100246.022500', '100246.482500', '100246.942500', '100247.402500', '100247.862500', '100248.322500', '100248.782500', '100249.242500', '100249.702500', '100250.162500', '100250.622500', '100251.082500', '100251.542500', '100252.002500', '100252.462500', '100252.922500', '100253.382500', '100253.842500', '100254.302500', '100254.762500', '100255.222500', '100255.682500', '100256.142500', '100256.602500', '100257.062500', '100257.522500', '100257.982500', '100258.442500', '100258.902500', '100259.362500', '100259.822500', '100300.282500', '100300.742500', '100301.202500', '100301.662500', '100302.122500', '100302.582500', '100303.042500', '100303.502500', '100303.962500', '100304.422500', '100304.882500', '100305.342500', '100305.802500', '100306.262500', '100306.722500', '100307.182500', '100307.642500', '100308.102500', '100308.562500', '100309.022500', '100309.482500', '100309.942500', '100310.402500', '100310.862500', '100311.322500', '100311.782500', '100312.242500', '100312.702500', '100313.162500', '100313.622500', '100314.082500', '100314.542500', '100315.002500', '100315.462500', '100315.922500', '100316.382500', '100316.842500', '100317.302500', '100317.762500', '100318.222500', '100318.682500', '100319.142500', '100319.602500', '100320.062500', '100320.522500', '100320.982500', '100321.442500', '100321.902500', '100322.362500', '100322.822500', '100323.282500', '100323.742500', '100324.202500', '100324.662500', '100325.122500', '100325.582500', '100326.042500', '100326.502500', '100326.962500', '100327.422500', '100327.882500', '100328.342500', '100328.802500', '100329.262500', '100329.722500', '100330.182500', '100330.642500', '100331.102500', '100331.562500', '100332.022500', '100332.482500', '100332.942500', '100333.402500', '100333.862500', '100334.322500', '100334.782500', '100335.242500', '100335.702500', '100336.162500', '100336.622500', '100337.082500', '100337.542500', '100338.002500', '100338.462500', '100338.922500', '100339.382500', '100339.842500', '100340.302500', '100340.762500', '100341.222500', '100341.682500', '100342.142500', '100342.602500', '100343.062500', '100343.522500', '100343.982500', '100344.442500', '100344.902500', '100345.362500', '100345.822500', '100346.282500', '100346.742500', '100347.202500', '100347.662500', '100348.122500', '100348.582500', '100349.042500', '100349.502500', '100349.962500', '100350.422500', '100350.882500', '100351.342500', '100351.802500', '100352.262500', '100352.722500', '100353.182500', '100353.642500', '100354.102500', '100354.562500', '100355.022500', '100355.482500', '100355.942500', '100356.402500', '100356.862500', '100357.322500', '100357.782500', '100358.242500', '100358.702500', '100359.162500', '100359.622500', '100400.082500', '100400.542500', '100401.002500', '100401.462500', '100401.922500', '100402.382500', '100402.842500', '100403.302500', '100403.762500', '100404.222500', '100404.682500', '100405.142500', '100405.602500', '100406.062500', '100406.522500', '100406.982500', '100407.442500', '100407.902500', '100408.362500', '100408.822500', '100409.282500', '100409.742500', '100410.202500', '100410.662500', '100411.122500', '100411.582500', '100412.042500', '100412.502500', '100412.962500', '100413.422500', '100413.882500', '100414.342500', '100414.802500', '100415.262500', '100415.722500', '100416.182500', '100416.642500', '100417.102500', '100417.562500', '100418.022500', '100418.482500', '100418.942500', '100419.402500', '100419.862500', '100420.322500', '100420.782500', '100421.242500', '100421.702500', '100422.162500', '100422.622500', '100423.082500', '100423.542500', '100424.002500', '100424.462500', '100424.922500', '100425.382500', '100425.842500', '100426.302500', '100426.762500', '100427.222500', '100427.682500', '100428.142500', '100428.602500', '100429.062500', '100429.522500', '100429.982500', '100430.442500', '100430.902500', '100431.362500', '100431.822500', '100432.282500', '100432.742500', '100433.202500', '100433.662500', '100434.122500', '100434.582500', '100435.042500', '100435.502500', '100435.962500', '100436.422500', '100436.882500', '100437.342500', '100437.802500', '100438.262500', '100438.722500', '100439.182500', '100439.642500', '100440.102500', '100440.562500', '100441.022500', '100441.482500', '100441.942500', '100442.402500', '100442.862500', '100443.322500', '100443.782500', '100444.242500', '100444.702500', '100445.162500', '100445.622500', '100446.082500', '100446.542500', '100447.002500', '100447.462500', '100447.922500', '100448.382500', '100448.842500', '100449.302500', '100449.762500', '100450.222500', '100450.682500', '100451.142500', '100451.602500', '100452.062500', '100452.522500', '100452.982500', '100453.442500', '100453.902500', '100454.362500', '100454.822500', '100455.282500', '100455.742500', '100456.202500', '100456.662500', '100457.122500', '100457.582500', '100458.042500', '100458.502500', '100458.962500', '100459.422500', '100459.882500', '100500.342500', '100500.802500', '100501.262500', '100501.722500', '100502.182500', '100502.642500', '100503.102500', '100503.562500', '100504.022500', '100504.482500', '100504.942500', '100505.402500', '100505.862500', '100506.322500', '100506.782500', '100507.242500', '100507.702500', '100508.162500', '100508.622500', '100509.082500', '100509.542500', '100510.002500', '100510.462500', '100510.922500', '100511.382500', '100511.842500', '100512.302500', '100512.762500', '100513.222500', '100513.682500', '100514.142500', '100514.602500', '100515.062500', '100515.522500', '100515.982500', '100516.442500', '100516.902500', '100517.362500', '100517.822500', '100518.282500', '100518.742500', '100519.202500', '100519.662500', '100520.122500', '100520.582500', '100521.042500', '100521.502500', '100521.962500', '100522.422500', '100522.882500', '100523.342500', '100523.802500', '100524.262500', '100524.722500', '100525.182500', '100525.642500', '100526.102500', '100526.562500', '100527.022500', '100527.482500', '100527.942500', '100528.402500', '100528.862500', '100529.322500', '100529.782500', '100530.242500', '100530.702500', '100531.162500', '100531.622500', '100532.082500', '100532.542500', '100533.002500', '100533.462500', '100533.922500', '100534.382500', '100534.842500', '100535.302500', '100535.762500', '100536.222500', '100536.682500', '100537.142500', '100537.602500', '100538.062500', '100538.522500', '100538.982500', '100539.442500', '100539.902500', '100540.362500', '100540.822500', '100541.282500', '100541.742500', '100542.202500', '100542.662500', '100543.122500', '100543.582500', '100544.042500', '100544.502500', '100544.962500', '100545.422500', '100545.882500', '100546.342500', '100546.802500', '100547.262500', '100547.722500', '100548.182500', '100548.642500', '100549.102500', '100549.562500', '100550.022500', '100550.482500', '100550.942500', '100551.402500', '100551.862500', '100552.322500', '100552.782500', '100553.242500', '100553.702500', '100554.162500', '100554.622500', '100555.082500', '100555.542500', '100556.002500', '100556.462500', '100556.922500', '100557.382500', '100557.842500', '100558.302500', '100558.762500', '100559.222500', '100559.682500', '100600.142500', '100600.602500', '100601.062500', '100601.522500', '100601.982500', '100602.442500', '100602.902500', '100603.362500', '100603.822500', '100604.282500', '100604.742500', '100605.202500', '100605.662500', '100606.122500', '100606.582500', '100607.042500', '100607.502500', '100607.962500', '100608.422500', '100608.882500', '100609.342500', '100609.802500', '100610.262500', '100610.722500', '100611.182500', '100611.642500', '100612.102500', '100612.562500', '100613.022500', '100613.482500', '100613.942500', '100614.402500', '100614.862500', '100615.322500', '100615.782500', '100616.242500', '100616.702500', '100617.162500', '100617.622500', '100618.082500', '100618.542500', '100619.002500', '100619.462500', '100619.922500', '100620.382500', '100620.842500', '100621.302500', '100621.762500', '100622.222500', '100622.682500', '100623.142500', '100623.602500', '100624.062500', '100624.522500', '100624.982500', '100625.442500', '100625.902500', '100626.362500', '100626.822500', '100627.282500', '100627.742500', '100628.202500', '100628.662500', '100629.122500', '100629.582500', '100630.042500', '100630.502500', '100630.962500', '100631.422500', '100631.882500', '100632.342500', '100632.802500', '100633.262500', '100633.722500', '100634.182500', '100634.642500', '100635.102500', '100635.562500', '100636.022500', '100636.482500', '100636.942500', '100637.402500', '100637.862500', '100638.322500', '100638.782500', '100639.242500', '100639.702500', '100640.162500', '100640.622500', '100641.082500', '100641.542500', '100642.002500', '100642.462500', '100642.922500', '100643.382500', '100643.842500', '100644.302500', '100644.762500', '100645.222500', '100645.682500', '100646.142500', '100646.602500', '100647.062500', '100647.522500', '100647.982500', '100648.442500', '100648.902500', '100649.362500', '100649.822500', '100650.282500', '100650.742500', '100651.202500', '100651.662500', '100652.122500', '100652.582500', '100653.042500', '100653.502500', '100653.962500', '100654.422500', '100654.882500', '100655.342500', '100655.802500', '100656.262500', '100656.722500', '100657.182500', '100657.642500', '100658.102500', '100658.562500', '100659.022500', '100659.482500', '100659.942500', '100700.402500', '100700.862500', '100701.322500', '100701.782500', '100702.242500', '100702.702500', '100703.162500', '100703.622500', '100704.082500', '100704.542500', '100705.002500', '100705.462500', '100705.922500', '100706.382500', '100706.842500', '100707.302500', '100707.762500', '100708.222500', '100708.682500', '100709.142500', '100709.602500', '100710.062500', '100710.522500', '100710.982500', '100711.442500', '100711.902500', '100712.362500', '100712.822500', '100713.282500', '100713.742500', '100714.202500', '100714.662500', '100715.122500', '100715.582500', '100716.042500', '100716.502500', '100716.962500', '100717.422500', '100717.882500', '100718.342500', '100718.802500', '100719.262500', '100719.722500', '100720.182500', '100720.642500', '100721.102500', '100721.562500', '100722.022500', '100722.482500', '100722.942500', '100723.402500', '100723.862500', '100724.322500', '100724.782500', '100725.242500', '100725.702500', '100726.162500', '100726.622500', '100727.082500', '100727.542500', '100728.002500', '100728.462500', '100728.922500', '100729.382500', '100729.842500', '100730.302500', '100730.762500', '100731.222500', '100731.682500', '100732.142500', '100732.602500', '100733.062500', '100733.522500', '100733.982500', '100734.442500', '100734.902500', '100735.362500', '100735.822500', '100736.282500', '100736.742500', '100737.202500', '100737.662500', '100738.122500', '100738.582500', '100739.042500', '100739.502500', '100739.962500', '100740.422500', '100740.882500', '100741.342500', '100741.802500', '100742.262500', '100742.722500', '100743.182500', '100743.642500', '100744.102500', '100744.562500', '100745.022500', '100745.482500', '100745.942500', '100746.402500', '100746.862500', '100747.322500', '100747.782500', '100748.242500', '100748.702500', '100749.162500', '100749.622500', '100750.082500', '100750.542500', '100751.002500', '100751.462500', '100751.922500', '100752.382500', '100752.842500', '100753.302500', '100753.762500', '100754.222500', '100754.682500', '100755.142500', '100755.602500', '100756.062500', '100756.522500', '100756.982500', '100757.442500', '100757.902500', '100758.362500', '100758.822500', '100759.282500', '100759.742500', '100800.202500', '100800.662500', '100801.122500', '100801.582500', '100802.042500', '100802.502500', '100802.962500', '100803.422500', '100803.882500', '100804.342500', '100804.802500', '100805.262500', '100805.722500', '100806.182500', '100806.642500', '100807.102500', '100807.562500', '100808.022500', '100808.482500', '100808.942500', '100809.402500', '100809.862500', '100810.322500', '100810.782500', '100811.242500', '100811.702500', '100812.162500', '100812.622500', '100813.082500', '100813.542500', '100814.002500', '100814.462500', '100814.922500', '100815.382500', '100815.842500', '100816.302500', '100816.762500', '100817.222500', '100817.682500', '100818.142500', '100818.602500', '100819.062500', '100819.522500', '100819.982500', '100820.442500', '100820.902500', '100821.362500', '100821.822500', '100822.282500', '100822.742500', '100823.202500', '100823.662500', '100824.122500', '100824.582500', '100825.042500', '100825.502500', '100825.962500', '100826.422500', '100826.882500', '100827.342500', '100827.802500', '100828.262500', '100828.722500', '100829.182500', '100829.642500', '100830.102500', '100830.562500', '100831.022500', '100831.482500', '100831.942500', '100832.402500', '100832.862500', '100833.322500', '100833.782500', '100834.242500', '100834.702500', '100835.162500', '100835.622500', '100836.082500', '100836.542500', '100837.002500', '100837.462500', '100837.922500', '100838.382500', '100838.842500', '100839.302500', '100839.762500', '100840.222500', '100840.682500', '100841.142500', '100841.602500', '100842.062500', '100842.522500', '100842.982500', '100843.442500', '100843.902500', '100844.362500', '100844.822500', '100845.282500', '100845.742500', '100846.202500', '100846.662500', '100847.122500', '100847.582500', '100848.042500', '100848.502500', '100848.962500', '100849.422500', '100849.882500', '100850.342500', '100850.802500', '100851.262500', '100851.722500', '100852.182500', '100852.642500', '100853.102500', '100853.562500', '100854.022500', '100854.482500', '100854.942500', '100855.402500', '100855.862500', '100856.322500', '100856.782500', '100857.242500', '100857.702500', '100858.162500', '100858.622500', '100859.082500', '100859.542500', '100900.002500', '100900.462500', '100900.922500', '100901.382500', '100901.842500', '100902.302500', '100902.762500', '100903.222500', '100903.682500', '100904.142500', '100904.602500', '100905.062500', '100905.522500', '100905.982500', '100906.442500', '100906.902500', '100907.362500', '100907.822500', '100908.282500', '100908.742500', '100909.202500', '100909.662500', '100910.122500', '100910.582500', '100911.042500', '100911.502500', '100911.962500', '100912.422500', '100912.882500', '100913.342500', '100913.802500', '100914.262500', '100914.722500', '100915.182500', '100915.642500', '100916.102500', '100916.562500', '100917.022500', '100917.482500', '100917.942500', '100918.402500', '100918.862500', '100919.322500', '100919.782500', '100920.242500', '100920.702500', '100921.162500', '100921.622500', '100922.082500', '100922.542500', '100923.002500', '100923.462500', '100923.922500', '100924.382500', '100924.842500', '100925.302500', '100925.762500', '100926.222500', '100926.682500', '100927.142500', '100927.602500', '100928.062500', '100928.522500', '100928.982500', '100929.442500', '100929.902500', '100930.362500', '100930.822500', '100931.282500', '100931.742500', '100932.202500', '100932.662500', '100933.122500', '100933.582500', '100934.042500', '100934.502500', '100934.962500', '100935.422500', '100935.882500', '100936.342500', '100936.802500', '100937.262500', '100937.722500', '100938.182500', '100938.642500', '100939.102500', '100939.562500', '100940.022500', '100940.482500', '100940.942500', '100941.402500', '100941.862500', '100942.322500', '100942.782500', '100943.242500', '100943.702500', '100944.162500', '100944.622500', '100945.082500', '100945.542500', '100946.002500', '100946.462500', '100946.922500', '100947.382500', '100947.842500', '100948.302500', '100948.762500', '100949.222500', '100949.682500', '100950.142500', '100950.602500', '100951.062500', '100951.522500', '100951.982500', '100952.442500', '100952.902500', '100953.362500', '100953.822500', '100954.282500', '100954.742500', '100955.202500', '100955.662500', '100956.122500', '100956.582500', '100957.042500', '100957.502500', '100957.962500', '100958.422500', '100958.882500', '100959.342500', '100959.802500', '101000.262500', '101000.722500', '101001.182500', '101001.642500', '101002.102500', '101002.562500', '101003.022500', '101003.482500', '101003.942500', '101004.402500', '101004.862500', '101005.322500', '101005.782500', '101006.242500', '101006.702500', '101007.162500', '101007.622500', '101008.082500', '101008.542500', '101009.002500', '101009.462500', '101009.922500', '101010.382500', '101010.842500', '101011.302500', '101011.762500', '101012.222500', '101012.682500', '101013.142500', '101013.602500', '101014.062500', '101014.522500', '101014.982500', '101015.442500', '101015.902500', '101016.362500', '101016.822500', '101017.282500', '101017.742500', '101018.202500', '101018.662500', '101019.122500', '101019.582500', '101020.042500', '101020.502500', '101020.962500', '101021.422500', '101021.882500', '101022.342500', '101022.802500', '101023.262500', '101023.722500', '101024.182500', '101024.642500', '101025.102500', '101025.562500', '101026.022500', '101026.482500', '101026.942500', '101027.402500', '101027.862500', '101028.322500', '101028.782500', '101029.242500', '101029.702500', '101030.162500', '101030.622500', '101031.082500', '101031.542500', '101032.002500', '101032.462500', '101032.922500', '101033.382500', '101033.842500', '101034.302500', '101034.762500', '101035.222500', '101035.682500', '101036.142500', '101036.602500', '101037.062500', '101037.522500', '101037.982500', '101038.442500', '101038.902500', '101039.362500', '101039.822500', '101040.282500', '101040.742500', '101041.202500', '101041.662500', '101042.122500', '101042.582500', '101043.042500', '101043.502500', '101043.962500', '101044.422500', '101044.882500', '101045.342500', '101045.802500', '101046.262500', '101046.722500', '101047.182500', '101047.642500', '101048.102500', '101048.562500', '101049.022500', '101049.482500', '101049.942500', '101050.402500', '101050.862500', '101051.322500', '101051.782500', '101052.242500', '101052.702500', '101053.162500', '101053.622500', '101054.082500', '101054.542500', '101055.002500', '101055.462500', '101055.922500', '101056.382500', '101056.842500', '101057.302500', '101057.762500', '101058.222500', '101058.682500', '101059.142500', '101059.602500', '101100.062500', '101100.522500', '101100.982500', '101101.442500', '101101.902500', '101102.362500', '101102.822500', '101103.282500', '101103.742500', '101104.202500', '101104.662500', '101105.122500', '101105.582500', '101106.042500', '101106.502500', '101106.962500', '101107.422500', '101107.882500', '101108.342500', '101108.802500', '101109.262500', '101109.722500', '101110.182500', '101110.642500', '101111.102500', '101111.562500', '101112.022500', '101112.482500', '101112.942500', '101113.402500', '101113.862500', '101114.322500', '101114.782500', '101115.242500', '101115.702500', '101116.162500', '101116.622500', '101117.082500', '101117.542500', '101118.002500', '101118.462500', '101118.922500', '101119.382500', '101119.842500', '101120.302500', '101120.762500'], 'ContentTime': ['100116.753000', '100116.756000', '100116.758000', '100116.761000', '100116.764000', '100116.766000', '100116.769000', '100116.771000', '100116.774000', '100116.776000', '100116.779000', '100116.782000', '100116.784000', '100116.792000', '100116.794000', '100116.797000', '100116.799000', '100116.802000', '100116.804000', '100116.807000', '100116.810000', '100116.812000', '100116.815000', '100116.817000', '100116.820000', '100116.823000', '100116.825000', '100116.828000', '100116.831000', '100116.833000', '100116.836000', '100116.838000', '100116.841000', '100116.844000', '100116.846000', '100116.849000', '100116.851000', '100116.854000', '100116.857000', '100116.859000', '100116.862000', '100116.869000', '100116.872000', '100116.874000', '100116.877000', '100116.879000', '100116.882000', '100116.884000', '100116.887000', '100116.889000', '100116.892000', '100116.895000', '100116.897000', '100116.900000', '100116.902000', '100116.905000', '100116.907000', '100116.910000', '100116.913000', '100116.915000', '100136.705000', '100136.708000', '100136.710000', '100136.713000', '100136.716000', '100136.720000', '100136.723000', '100136.725000', '100136.740000', '100136.743000', '100136.746000', '100136.748000', '100136.751000', '100136.753000', '100136.756000', '100136.759000', '100136.761000', '100136.764000', '100136.766000', '100136.769000', '100136.771000', '100136.774000', '100136.777000', '100136.779000', '100136.782000', '100136.785000', '100136.787000', '100136.790000', '100136.792000', '100136.795000', '100136.797000', '100136.800000', '100136.802000', '100136.805000', '100136.808000', '100136.810000', '100136.813000', '100136.815000', '100136.818000', '100136.821000', '100136.823000', '100136.826000', '100136.828000', '100136.831000', '100156.705000', '100156.707000', '100156.710000', '100156.713000', '100156.715000', '100156.718000', '100156.720000', '100156.723000', '100156.725000', '100156.728000', '100156.731000', '100156.733000', '100156.740000', '100156.742000', '100156.745000', '100156.747000', '100156.750000', '100156.752000', '100156.755000', '100156.757000', '100156.760000', '100156.763000', '100156.765000', '100156.768000', '100156.770000', '100156.773000', '100156.776000', '100156.778000', '100156.781000', '100156.783000', '100156.786000', '100156.788000', '100156.791000', '100156.793000', '100156.796000', '100156.799000', '100156.801000', '100156.804000', '100156.806000', '100156.809000', '100156.811000', '100156.814000', '100156.816000', '100216.704000', '100216.707000', '100216.710000', '100216.713000', '100216.715000', '100216.718000', '100216.721000', '100216.723000', '100216.726000', '100216.729000', '100216.731000', '100216.734000', '100216.737000', '100216.739000', '100216.742000', '100216.744000', '100216.747000', '100216.750000', '100216.752000', '100216.755000', '100216.758000', '100216.760000', '100216.763000', '100216.766000', '100216.768000', '100216.771000', '100216.773000', '100216.776000', '100216.778000', '100216.781000', '100216.783000', '100216.786000', '100216.789000', '100216.791000', '100216.794000', '100216.796000', '100216.799000', '100216.802000', '100216.804000', '100216.807000', '100216.809000', '100216.812000', '100216.815000', '100216.817000', '100236.704000', '100236.707000', '100236.710000', '100236.712000', '100236.715000', '100236.717000', '100236.720000', '100236.723000', '100236.725000', '100236.728000', '100236.730000', '100236.733000', '100236.736000', '100236.738000', '100236.741000', '100236.743000', '100236.746000', '100236.748000', '100236.751000', '100236.754000', '100236.756000', '100236.759000', '100236.761000', '100236.764000', '100236.767000', '100236.769000', '100236.772000', '100236.774000', '100236.777000', '100236.779000', '100236.782000', '100236.784000', '100236.787000', '100236.789000', '100236.792000', '100236.795000', '100236.797000', '100236.800000', '100236.803000', '100236.810000', '100236.812000', '100236.815000', '100236.818000', '100256.704000', '100256.707000', '100256.710000', '100256.713000', '100256.716000', '100256.719000', '100256.722000', '100256.724000', '100256.727000', '100256.730000', '100256.732000', '100256.735000', '100256.737000', '100256.741000', '100256.743000', '100256.746000', '100256.749000', '100256.751000', '100256.754000', '100256.756000', '100256.770000', '100256.773000', '100256.775000', '100256.778000', '100256.781000', '100256.783000', '100256.786000', '100256.788000', '100256.791000', '100256.794000', '100256.796000', '100256.799000', '100256.802000', '100256.804000', '100256.807000', '100256.810000', '100256.812000', '100256.815000', '100256.817000', '100256.820000', '100256.822000', '100256.825000', '100256.828000', '100316.703000', '100316.706000', '100316.709000', '100316.711000', '100316.714000', '100316.716000', '100316.719000', '100316.722000', '100316.724000', '100316.727000', '100316.729000', '100316.732000', '100316.735000', '100316.737000', '100316.740000', '100316.742000', '100316.745000', '100316.748000', '100316.750000', '100316.753000', '100316.755000', '100316.758000', '100316.761000', '100316.763000', '100316.766000', '100316.768000', '100316.771000', '100316.773000', '100316.776000', '100316.779000', '100316.781000', '100316.784000', '100316.786000', '100316.789000', '100316.791000', '100316.794000', '100316.797000', '100316.799000', '100316.802000', '100316.804000', '100316.807000', '100316.809000', '100316.812000', '100316.815000', '100336.704000', '100336.707000', '100336.709000', '100336.712000', '100336.714000', '100336.717000', '100336.720000', '100336.722000', '100336.725000', '100336.727000', '100336.730000', '100336.732000', '100336.735000', '100336.738000', '100336.740000', '100336.743000', '100336.746000', '100336.748000', '100336.751000', '100336.753000', '100336.756000', '100336.758000', '100336.761000', '100336.764000', '100336.766000', '100336.769000', '100336.771000', '100336.774000', '100336.777000', '100336.779000', '100336.782000', '100336.784000', '100336.787000', '100336.789000', '100336.792000', '100336.795000', '100336.797000', '100336.800000', '100336.802000', '100336.805000', '100336.808000', '100336.810000', '100336.813000', '100356.705000', '100356.707000', '100356.710000', '100356.713000', '100356.715000', '100356.718000', '100356.720000', '100356.723000', '100356.725000', '100356.728000', '100356.731000', '100356.733000', '100356.736000', '100356.738000', '100356.741000', '100356.744000', '100356.746000', '100356.749000', '100356.751000', '100356.754000', '100356.756000', '100356.759000', '100356.762000', '100356.764000', '100356.767000', '100356.770000', '100356.772000', '100356.775000', '100356.777000', '100356.780000', '100356.782000', '100356.785000', '100356.788000', '100356.790000', '100356.793000', '100356.795000', '100356.798000', '100356.800000', '100356.803000', '100356.806000', '100356.808000', '100356.811000', '100356.813000', '100356.816000', '100416.705000', '100416.707000', '100416.710000', '100416.713000', '100416.715000', '100416.718000', '100416.720000', '100416.723000', '100416.725000', '100416.728000', '100416.731000', '100416.734000', '100416.736000', '100416.739000', '100416.742000', '100416.744000', '100416.747000', '100416.750000', '100416.752000', '100416.755000', '100416.758000', '100416.760000', '100416.763000', '100416.765000', '100416.776000', '100416.778000', '100416.783000', '100416.785000', '100416.788000', '100416.791000', '100416.794000', '100416.796000', '100416.799000', '100416.801000', '100416.804000', '100416.807000', '100416.809000', '100416.812000', '100416.814000', '100416.817000', '100416.820000', '100416.822000', '100416.825000', '100436.705000', '100436.708000', '100436.711000', '100436.713000', '100436.716000', '100436.719000', '100436.722000', '100436.724000', '100436.727000', '100436.729000', '100436.732000', '100436.735000', '100436.737000', '100436.740000', '100436.742000', '100436.745000', '100436.763000', '100436.765000', '100436.768000', '100436.771000', '100436.773000', '100436.776000', '100436.778000', '100436.781000', '100436.784000', '100436.786000', '100436.789000', '100436.792000', '100436.794000', '100436.797000', '100436.800000', '100436.802000', '100436.805000', '100436.808000', '100436.810000', '100436.813000', '100436.815000', '100436.818000', '100436.821000', '100436.823000', '100436.826000', '100436.829000', '100436.831000', '100436.834000', '100456.705000', '100456.708000', '100456.710000', '100456.713000', '100456.715000', '100456.718000', '100456.720000', '100456.723000', '100456.726000', '100456.729000', '100456.731000', '100456.734000', '100456.737000', '100456.740000', '100456.744000', '100456.747000', '100456.749000', '100456.752000', '100456.755000', '100456.757000', '100456.760000', '100456.762000', '100456.765000', '100456.768000', '100456.770000', '100456.773000', '100456.775000', '100456.778000', '100456.780000', '100456.783000', '100456.786000', '100456.788000', '100456.791000', '100456.793000', '100456.796000', '100456.799000', '100456.801000', '100456.804000', '100456.807000', '100456.809000', '100456.812000', '100456.814000', '100456.817000', '100516.704000', '100516.707000', '100516.710000', '100516.712000', '100516.715000', '100516.718000', '100516.720000', '100516.723000', '100516.726000', '100516.728000', '100516.731000', '100516.733000', '100516.736000', '100516.739000', '100516.741000', '100516.744000', '100516.747000', '100516.749000', '100516.752000', '100516.754000', '100516.757000', '100516.760000', '100516.762000', '100516.765000', '100516.767000', '100516.770000', '100516.773000', '100516.775000', '100516.778000', '100516.780000', '100516.783000', '100516.786000', '100516.788000', '100516.791000', '100516.793000', '100516.796000', '100516.799000', '100516.801000', '100516.804000', '100516.806000', '100516.809000', '100516.811000', '100516.814000', '100516.817000', '100536.703000', '100536.706000', '100536.709000', '100536.712000', '100536.714000', '100536.717000', '100536.719000', '100536.722000', '100536.724000', '100536.727000', '100536.730000', '100536.732000', '100536.735000', '100536.738000', '100536.740000', '100536.743000', '100536.745000', '100536.748000', '100536.751000', '100536.754000', '100536.757000', '100536.760000', '100536.762000', '100536.765000', '100536.767000', '100536.770000', '100536.773000', '100536.775000', '100536.778000', '100536.780000', '100536.783000', '100536.786000', '100536.788000', '100536.791000', '100536.794000', '100536.796000', '100536.799000', '100536.801000', '100536.804000', '100536.806000', '100536.809000', '100536.812000', '100536.814000', '100556.704000', '100556.706000', '100556.709000', '100556.712000', '100556.714000', '100556.717000', '100556.719000', '100556.722000', '100556.725000', '100556.727000', '100556.730000', '100556.733000', '100556.735000', '100556.738000', '100556.741000', '100556.743000', '100556.746000', '100556.748000', '100556.751000', '100556.754000', '100556.756000', '100556.759000', '100556.761000', '100556.764000', '100556.767000', '100556.769000', '100556.772000', '100556.782000', '100556.785000', '100556.787000', '100556.790000', '100556.793000', '100556.795000', '100556.798000', '100556.800000', '100556.803000', '100556.806000', '100556.808000', '100556.811000', '100556.813000', '100556.816000', '100556.819000', '100556.821000', '100556.824000', '100616.705000', '100616.708000', '100616.710000', '100616.713000', '100616.716000', '100616.719000', '100616.721000', '100616.724000', '100616.726000', '100616.729000', '100616.732000', '100616.734000', '100616.737000', '100616.740000', '100616.742000', '100616.745000', '100616.747000', '100616.759000', '100616.762000', '100616.764000', '100616.767000', '100616.770000', '100616.772000', '100616.775000', '100616.777000', '100616.780000', '100616.783000', '100616.785000', '100616.788000', '100616.791000', '100616.793000', '100616.796000', '100616.798000', '100616.801000', '100616.804000', '100616.806000', '100616.809000', '100616.812000', '100616.814000', '100616.817000', '100616.820000', '100616.822000', '100616.825000', '100636.705000', '100636.708000', '100636.711000', '100636.713000', '100636.716000', '100636.719000', '100636.722000', '100636.724000', '100636.727000', '100636.729000', '100636.732000', '100636.735000', '100636.737000', '100636.740000', '100636.743000', '100636.745000', '100636.748000', '100636.750000', '100636.753000', '100636.756000', '100636.758000', '100636.761000', '100636.764000', '100636.766000', '100636.769000', '100636.772000', '100636.774000', '100636.777000', '100636.780000', '100636.782000', '100636.785000', '100636.788000', '100636.790000', '100636.793000', '100636.795000', '100636.800000', '100636.802000', '100636.805000', '100636.808000', '100636.810000', '100636.813000', '100636.816000', '100636.818000', '100636.821000', '100656.705000', '100656.707000', '100656.710000', '100656.713000', '100656.715000', '100656.718000', '100656.721000', '100656.723000', '100656.726000', '100656.729000', '100656.731000', '100656.734000', '100656.736000', '100656.739000', '100656.742000', '100656.744000', '100656.747000', '100656.750000', '100656.752000', '100656.755000', '100656.757000', '100656.760000', '100656.763000', '100656.765000', '100656.768000', '100656.770000', '100656.773000', '100656.776000', '100656.778000', '100656.781000', '100656.783000', '100656.786000', '100656.789000', '100656.791000', '100656.794000', '100656.797000', '100656.799000', '100656.802000', '100656.805000', '100656.807000', '100656.810000', '100656.813000', '100656.816000', '100716.705000', '100716.708000', '100716.710000', '100716.713000', '100716.716000', '100716.718000', '100716.721000', '100716.723000', '100716.726000', '100716.729000', '100716.731000', '100716.734000', '100716.736000', '100716.739000', '100716.741000', '100716.744000', '100716.747000', '100716.749000', '100716.752000', '100716.754000', '100716.757000', '100716.764000', '100716.766000', '100716.769000', '100716.772000', '100716.774000', '100716.777000', '100716.780000', '100716.782000', '100716.785000', '100716.788000', '100716.790000', '100716.793000', '100716.795000', '100716.798000', '100716.801000', '100716.803000', '100716.806000', '100716.808000', '100716.811000', '100716.814000', '100716.816000', '100716.819000', '100716.821000', '100736.705000', '100736.707000', '100736.710000', '100736.712000', '100736.715000', '100736.718000', '100736.720000', '100736.723000', '100736.725000', '100736.728000', '100736.731000', '100736.733000', '100736.736000', '100736.738000', '100736.741000', '100736.744000', '100736.746000', '100736.749000', '100736.751000', '100736.754000', '100736.757000', '100736.760000', '100736.762000', '100736.765000', '100736.768000', '100736.770000', '100736.773000', '100736.776000', '100736.778000', '100736.781000', '100736.784000', '100736.786000', '100736.789000', '100736.791000', '100736.794000', '100736.797000', '100736.799000', '100736.802000', '100736.805000', '100736.807000', '100736.810000', '100736.812000', '100736.815000', '100756.704000', '100756.706000', '100756.709000', '100756.712000', '100756.714000', '100756.717000', '100756.720000', '100756.723000', '100756.725000', '100756.728000', '100756.730000', '100756.733000', '100756.736000', '100756.738000', '100756.741000', '100756.744000', '100756.746000', '100756.749000', '100756.752000', '100756.754000', '100756.757000', '100756.760000', '100756.762000', '100756.765000', '100756.768000', '100756.770000', '100756.773000', '100756.775000', '100756.778000', '100756.781000', '100756.784000', '100756.786000', '100756.789000', '100756.791000', '100756.794000', '100756.797000', '100756.799000', '100756.802000', '100756.805000', '100756.807000', '100756.810000', '100756.813000', '100756.815000', '100756.818000', '100816.704000', '100816.706000', '100816.709000', '100816.712000', '100816.714000', '100816.717000', '100816.720000', '100816.722000', '100816.725000', '100816.728000', '100816.731000', '100816.733000', '100816.736000', '100816.738000', '100816.741000', '100816.744000', '100816.746000', '100816.749000', '100816.751000', '100816.754000', '100816.757000', '100816.759000', '100816.762000', '100816.765000', '100816.767000', '100816.770000', '100816.773000', '100816.775000', '100816.778000', '100816.780000', '100816.783000', '100816.786000', '100816.788000', '100816.791000', '100816.793000', '100816.796000', '100816.799000', '100816.801000', '100816.804000', '100816.806000', '100816.809000', '100816.811000', '100816.814000', '100836.704000', '100836.707000', '100836.710000', '100836.712000', '100836.715000', '100836.718000', '100836.720000', '100836.723000', '100836.725000', '100836.728000', '100836.731000', '100836.733000', '100836.736000', '100836.738000', '100836.741000', '100836.744000', '100836.746000', '100836.749000', '100836.751000', '100836.754000', '100836.757000', '100836.759000', '100836.762000', '100836.765000', '100836.767000', '100836.770000', '100836.773000', '100836.775000', '100836.778000', '100836.780000', '100836.783000', '100836.786000', '100836.788000', '100836.791000', '100836.794000', '100836.796000', '100836.799000', '100836.802000', '100836.804000', '100836.807000', '100836.810000', '100836.812000', '100836.815000', '100836.817000', '100856.705000', '100856.708000', '100856.710000', '100856.713000', '100856.716000', '100856.718000', '100856.721000', '100856.724000', '100856.726000', '100856.729000', '100856.732000', '100856.734000', '100856.737000', '100856.739000', '100856.742000', '100856.744000', '100856.747000', '100856.750000', '100856.752000', '100856.755000', '100856.757000', '100856.760000', '100856.763000', '100856.765000', '100856.768000', '100856.771000', '100856.773000', '100856.776000', '100856.778000', '100856.781000', '100856.784000', '100856.786000', '100856.789000', '100856.792000', '100856.794000', '100856.797000', '100856.799000', '100856.802000', '100856.805000', '100856.807000', '100856.810000', '100856.813000', '100856.815000', '100916.704000', '100916.707000', '100916.710000', '100916.713000', '100916.715000', '100916.718000', '100916.721000', '100916.723000', '100916.726000', '100916.728000', '100916.731000', '100916.734000', '100916.736000', '100916.739000', '100916.741000', '100916.744000', '100916.747000', '100916.749000', '100916.752000', '100916.755000', '100916.757000', '100916.760000', '100916.762000', '100916.765000', '100916.768000', '100916.770000', '100916.773000', '100916.775000', '100916.778000', '100916.780000', '100916.783000', '100916.786000', '100916.788000', '100916.791000', '100916.793000', '100916.796000', '100916.798000', '100916.801000', '100916.804000', '100916.806000', '100916.809000', '100916.811000', '100916.814000', '100916.816000', '100936.704000', '100936.707000', '100936.710000', '100936.713000', '100936.715000', '100936.718000', '100936.720000', '100936.723000', '100936.726000', '100936.728000', '100936.731000', '100936.733000', '100936.736000', '100936.738000', '100936.741000', '100936.743000', '100936.746000', '100936.749000', '100936.751000', '100936.754000', '100936.756000', '100936.759000', '100936.762000', '100936.764000', '100936.767000', '100936.769000', '100936.772000', '100936.775000', '100936.777000', '100936.780000', '100936.782000', '100936.785000', '100936.788000', '100936.790000', '100936.793000', '100936.795000', '100936.798000', '100936.801000', '100936.804000', '100936.806000', '100936.809000', '100936.812000', '100936.815000', '100956.705000', '100956.707000', '100956.710000', '100956.713000', '100956.715000', '100956.718000', '100956.720000', '100956.723000', '100956.726000', '100956.728000', '100956.731000', '100956.733000', '100956.736000', '100956.738000', '100956.741000', '100956.744000', '100956.746000', '100956.749000', '100956.751000', '100956.754000', '100956.757000', '100956.759000', '100956.762000', '100956.764000', '100956.767000', '100956.769000', '100956.772000', '100956.775000', '100956.777000', '100956.780000', '100956.783000', '100956.785000', '100956.788000', '100956.790000', '100956.793000', '100956.796000', '100956.798000', '100956.801000', '100956.803000', '100956.806000', '100956.808000', '100956.811000', '100956.814000', '100956.816000', '101016.704000', '101016.707000', '101016.709000', '101016.712000', '101016.714000', '101016.717000', '101016.720000', '101016.722000', '101016.725000', '101016.727000', '101016.730000', '101016.732000', '101016.735000', '101016.738000', '101016.740000', '101016.743000', '101016.745000', '101016.748000', '101016.750000', '101016.753000', '101016.756000', '101016.758000', '101016.761000', '101016.764000', '101016.766000', '101016.769000', '101016.771000', '101016.774000', '101016.777000', '101016.779000', '101016.782000', '101016.784000', '101016.787000', '101016.789000', '101016.792000', '101016.795000', '101016.797000', '101016.800000', '101016.802000', '101016.805000', '101016.808000', '101016.810000', '101016.813000', '101036.704000', '101036.706000', '101036.709000', '101036.712000', '101036.714000', '101036.717000', '101036.719000', '101036.722000', '101036.724000', '101036.727000', '101036.730000', '101036.732000', '101036.735000', '101036.738000', '101036.741000', '101036.744000', '101036.747000', '101036.750000', '101036.752000', '101036.755000', '101036.757000', '101036.760000', '101036.763000', '101036.765000', '101036.768000', '101036.771000', '101036.773000', '101036.776000', '101036.778000', '101036.781000', '101036.784000', '101036.786000', '101036.789000', '101036.791000', '101036.795000', '101036.797000', '101036.800000', '101036.802000', '101036.805000', '101036.808000', '101036.810000', '101036.813000', '101036.815000', '101036.818000', '101056.705000', '101056.708000', '101056.710000', '101056.713000', '101056.715000', '101056.718000', '101056.720000', '101056.723000', '101056.726000', '101056.728000', '101056.731000', '101056.734000', '101056.736000', '101056.739000', '101056.741000', '101056.744000', '101056.746000', '101056.749000', '101056.752000', '101056.754000', '101056.757000', '101056.759000', '101056.762000', '101056.765000', '101056.767000', '101056.770000', '101056.772000', '101056.775000', '101056.777000', '101056.780000', '101056.783000', '101056.785000', '101056.788000', '101056.790000', '101056.793000', '101056.796000', '101056.798000', '101056.801000', '101056.803000', '101056.806000', '101056.808000', '101056.811000', '101056.814000', '101116.705000', '101116.708000', '101116.710000', '101116.713000', '101116.716000', '101116.718000', '101116.721000', '101116.723000', '101116.726000', '101116.729000', '101116.731000', '101116.734000', '101116.736000', '101116.739000', '101116.742000', '101116.744000', '101116.747000', '101116.750000', '101116.752000', '101116.755000', '101116.757000', '101116.760000', '101116.763000', '101116.765000', '101116.768000', '101116.770000', '101116.773000', '101116.786000', '101116.789000', '101116.792000', '101116.794000', '101116.797000', '101116.799000', '101116.802000', '101116.804000', '101116.807000', '101116.810000', '101116.812000', '101116.815000', '101116.817000', '101116.820000', '101116.823000', '101116.825000', '101121.798000', '101121.801000', '101121.804000', '101121.806000', '101121.809000', '101121.812000', '101121.814000', '101121.817000', '101121.820000', '101121.822000', '101121.825000', '101121.828000'], 'InstanceCreationTime': ['100116.753000', '100116.756000', '100116.758000', '100116.761000', '100116.764000', '100116.766000', '100116.769000', '100116.771000', '100116.774000', '100116.776000', '100116.779000', '100116.782000', '100116.784000', '100116.792000', '100116.794000', '100116.797000', '100116.799000', '100116.802000', '100116.804000', '100116.807000', '100116.810000', '100116.812000', '100116.815000', '100116.817000', '100116.820000', '100116.823000', '100116.825000', '100116.828000', '100116.831000', '100116.833000', '100116.836000', '100116.838000', '100116.841000', '100116.844000', '100116.846000', '100116.849000', '100116.851000', '100116.854000', '100116.857000', '100116.859000', '100116.862000', '100116.869000', '100116.872000', '100116.874000', '100116.877000', '100116.879000', '100116.882000', '100116.884000', '100116.887000', '100116.889000', '100116.892000', '100116.895000', '100116.897000', '100116.900000', '100116.902000', '100116.905000', '100116.907000', '100116.910000', '100116.913000', '100116.915000', '100136.705000', '100136.708000', '100136.710000', '100136.713000', '100136.716000', '100136.720000', '100136.723000', '100136.725000', '100136.740000', '100136.743000', '100136.746000', '100136.748000', '100136.751000', '100136.753000', '100136.756000', '100136.759000', '100136.761000', '100136.764000', '100136.766000', '100136.769000', '100136.771000', '100136.774000', '100136.777000', '100136.779000', '100136.782000', '100136.785000', '100136.787000', '100136.790000', '100136.792000', '100136.795000', '100136.797000', '100136.800000', '100136.802000', '100136.805000', '100136.808000', '100136.810000', '100136.813000', '100136.815000', '100136.818000', '100136.821000', '100136.823000', '100136.826000', '100136.828000', '100136.831000', '100156.705000', '100156.707000', '100156.710000', '100156.713000', '100156.715000', '100156.718000', '100156.720000', '100156.723000', '100156.725000', '100156.728000', '100156.731000', '100156.733000', '100156.740000', '100156.742000', '100156.745000', '100156.747000', '100156.750000', '100156.752000', '100156.755000', '100156.757000', '100156.760000', '100156.763000', '100156.765000', '100156.768000', '100156.770000', '100156.773000', '100156.776000', '100156.778000', '100156.781000', '100156.783000', '100156.786000', '100156.788000', '100156.791000', '100156.793000', '100156.796000', '100156.799000', '100156.801000', '100156.804000', '100156.806000', '100156.809000', '100156.811000', '100156.814000', '100156.816000', '100216.704000', '100216.707000', '100216.710000', '100216.713000', '100216.715000', '100216.718000', '100216.721000', '100216.723000', '100216.726000', '100216.729000', '100216.731000', '100216.734000', '100216.737000', '100216.739000', '100216.742000', '100216.744000', '100216.747000', '100216.750000', '100216.752000', '100216.755000', '100216.758000', '100216.760000', '100216.763000', '100216.766000', '100216.768000', '100216.771000', '100216.773000', '100216.776000', '100216.778000', '100216.781000', '100216.783000', '100216.786000', '100216.789000', '100216.791000', '100216.794000', '100216.796000', '100216.799000', '100216.802000', '100216.804000', '100216.807000', '100216.809000', '100216.812000', '100216.815000', '100216.817000', '100236.704000', '100236.707000', '100236.710000', '100236.712000', '100236.715000', '100236.717000', '100236.720000', '100236.723000', '100236.725000', '100236.728000', '100236.730000', '100236.733000', '100236.736000', '100236.738000', '100236.741000', '100236.743000', '100236.746000', '100236.748000', '100236.751000', '100236.754000', '100236.756000', '100236.759000', '100236.761000', '100236.764000', '100236.767000', '100236.769000', '100236.772000', '100236.774000', '100236.777000', '100236.779000', '100236.782000', '100236.784000', '100236.787000', '100236.789000', '100236.792000', '100236.795000', '100236.797000', '100236.800000', '100236.803000', '100236.810000', '100236.812000', '100236.815000', '100236.818000', '100256.704000', '100256.707000', '100256.710000', '100256.713000', '100256.716000', '100256.719000', '100256.722000', '100256.724000', '100256.727000', '100256.730000', '100256.732000', '100256.735000', '100256.737000', '100256.741000', '100256.743000', '100256.746000', '100256.749000', '100256.751000', '100256.754000', '100256.756000', '100256.770000', '100256.773000', '100256.775000', '100256.778000', '100256.781000', '100256.783000', '100256.786000', '100256.788000', '100256.791000', '100256.794000', '100256.796000', '100256.799000', '100256.802000', '100256.804000', '100256.807000', '100256.810000', '100256.812000', '100256.815000', '100256.817000', '100256.820000', '100256.822000', '100256.825000', '100256.828000', '100316.703000', '100316.706000', '100316.709000', '100316.711000', '100316.714000', '100316.716000', '100316.719000', '100316.722000', '100316.724000', '100316.727000', '100316.729000', '100316.732000', '100316.735000', '100316.737000', '100316.740000', '100316.742000', '100316.745000', '100316.748000', '100316.750000', '100316.753000', '100316.755000', '100316.758000', '100316.761000', '100316.763000', '100316.766000', '100316.768000', '100316.771000', '100316.773000', '100316.776000', '100316.779000', '100316.781000', '100316.784000', '100316.786000', '100316.789000', '100316.791000', '100316.794000', '100316.797000', '100316.799000', '100316.802000', '100316.804000', '100316.807000', '100316.809000', '100316.812000', '100316.815000', '100336.704000', '100336.707000', '100336.709000', '100336.712000', '100336.714000', '100336.717000', '100336.720000', '100336.722000', '100336.725000', '100336.727000', '100336.730000', '100336.732000', '100336.735000', '100336.738000', '100336.740000', '100336.743000', '100336.746000', '100336.748000', '100336.751000', '100336.753000', '100336.756000', '100336.758000', '100336.761000', '100336.764000', '100336.766000', '100336.769000', '100336.771000', '100336.774000', '100336.777000', '100336.779000', '100336.782000', '100336.784000', '100336.787000', '100336.789000', '100336.792000', '100336.795000', '100336.797000', '100336.800000', '100336.802000', '100336.805000', '100336.808000', '100336.810000', '100336.813000', '100356.705000', '100356.707000', '100356.710000', '100356.713000', '100356.715000', '100356.718000', '100356.720000', '100356.723000', '100356.725000', '100356.728000', '100356.731000', '100356.733000', '100356.736000', '100356.738000', '100356.741000', '100356.744000', '100356.746000', '100356.749000', '100356.751000', '100356.754000', '100356.756000', '100356.759000', '100356.762000', '100356.764000', '100356.767000', '100356.770000', '100356.772000', '100356.775000', '100356.777000', '100356.780000', '100356.782000', '100356.785000', '100356.788000', '100356.790000', '100356.793000', '100356.795000', '100356.798000', '100356.800000', '100356.803000', '100356.806000', '100356.808000', '100356.811000', '100356.813000', '100356.816000', '100416.705000', '100416.707000', '100416.710000', '100416.713000', '100416.715000', '100416.718000', '100416.720000', '100416.723000', '100416.725000', '100416.728000', '100416.731000', '100416.734000', '100416.736000', '100416.739000', '100416.742000', '100416.744000', '100416.747000', '100416.750000', '100416.752000', '100416.755000', '100416.758000', '100416.760000', '100416.763000', '100416.765000', '100416.776000', '100416.778000', '100416.783000', '100416.785000', '100416.788000', '100416.791000', '100416.794000', '100416.796000', '100416.799000', '100416.801000', '100416.804000', '100416.807000', '100416.809000', '100416.812000', '100416.814000', '100416.817000', '100416.820000', '100416.822000', '100416.825000', '100436.705000', '100436.708000', '100436.711000', '100436.713000', '100436.716000', '100436.719000', '100436.722000', '100436.724000', '100436.727000', '100436.729000', '100436.732000', '100436.735000', '100436.737000', '100436.740000', '100436.742000', '100436.745000', '100436.763000', '100436.765000', '100436.768000', '100436.771000', '100436.773000', '100436.776000', '100436.778000', '100436.781000', '100436.784000', '100436.786000', '100436.789000', '100436.792000', '100436.794000', '100436.797000', '100436.800000', '100436.802000', '100436.805000', '100436.808000', '100436.810000', '100436.813000', '100436.815000', '100436.818000', '100436.821000', '100436.823000', '100436.826000', '100436.829000', '100436.831000', '100436.834000', '100456.705000', '100456.708000', '100456.710000', '100456.713000', '100456.715000', '100456.718000', '100456.720000', '100456.723000', '100456.726000', '100456.729000', '100456.731000', '100456.734000', '100456.737000', '100456.740000', '100456.744000', '100456.747000', '100456.749000', '100456.752000', '100456.755000', '100456.757000', '100456.760000', '100456.762000', '100456.765000', '100456.768000', '100456.770000', '100456.773000', '100456.775000', '100456.778000', '100456.780000', '100456.783000', '100456.786000', '100456.788000', '100456.791000', '100456.793000', '100456.796000', '100456.799000', '100456.801000', '100456.804000', '100456.807000', '100456.809000', '100456.812000', '100456.814000', '100456.817000', '100516.704000', '100516.707000', '100516.710000', '100516.712000', '100516.715000', '100516.718000', '100516.720000', '100516.723000', '100516.726000', '100516.728000', '100516.731000', '100516.733000', '100516.736000', '100516.739000', '100516.741000', '100516.744000', '100516.747000', '100516.749000', '100516.752000', '100516.754000', '100516.757000', '100516.760000', '100516.762000', '100516.765000', '100516.767000', '100516.770000', '100516.773000', '100516.775000', '100516.778000', '100516.780000', '100516.783000', '100516.786000', '100516.788000', '100516.791000', '100516.793000', '100516.796000', '100516.799000', '100516.801000', '100516.804000', '100516.806000', '100516.809000', '100516.811000', '100516.814000', '100516.817000', '100536.703000', '100536.706000', '100536.709000', '100536.712000', '100536.714000', '100536.717000', '100536.719000', '100536.722000', '100536.724000', '100536.727000', '100536.730000', '100536.732000', '100536.735000', '100536.738000', '100536.740000', '100536.743000', '100536.745000', '100536.748000', '100536.751000', '100536.754000', '100536.757000', '100536.760000', '100536.762000', '100536.765000', '100536.767000', '100536.770000', '100536.773000', '100536.775000', '100536.778000', '100536.780000', '100536.783000', '100536.786000', '100536.788000', '100536.791000', '100536.794000', '100536.796000', '100536.799000', '100536.801000', '100536.804000', '100536.806000', '100536.809000', '100536.812000', '100536.814000', '100556.704000', '100556.706000', '100556.709000', '100556.712000', '100556.714000', '100556.717000', '100556.719000', '100556.722000', '100556.725000', '100556.727000', '100556.730000', '100556.733000', '100556.735000', '100556.738000', '100556.741000', '100556.743000', '100556.746000', '100556.748000', '100556.751000', '100556.754000', '100556.756000', '100556.759000', '100556.761000', '100556.764000', '100556.767000', '100556.769000', '100556.772000', '100556.782000', '100556.785000', '100556.787000', '100556.790000', '100556.793000', '100556.795000', '100556.798000', '100556.800000', '100556.803000', '100556.806000', '100556.808000', '100556.811000', '100556.813000', '100556.816000', '100556.819000', '100556.821000', '100556.824000', '100616.705000', '100616.708000', '100616.710000', '100616.713000', '100616.716000', '100616.719000', '100616.721000', '100616.724000', '100616.726000', '100616.729000', '100616.732000', '100616.734000', '100616.737000', '100616.740000', '100616.742000', '100616.745000', '100616.747000', '100616.759000', '100616.762000', '100616.764000', '100616.767000', '100616.770000', '100616.772000', '100616.775000', '100616.777000', '100616.780000', '100616.783000', '100616.785000', '100616.788000', '100616.791000', '100616.793000', '100616.796000', '100616.798000', '100616.801000', '100616.804000', '100616.806000', '100616.809000', '100616.812000', '100616.814000', '100616.817000', '100616.820000', '100616.822000', '100616.825000', '100636.705000', '100636.708000', '100636.711000', '100636.713000', '100636.716000', '100636.719000', '100636.722000', '100636.724000', '100636.727000', '100636.729000', '100636.732000', '100636.735000', '100636.737000', '100636.740000', '100636.743000', '100636.745000', '100636.748000', '100636.750000', '100636.753000', '100636.756000', '100636.758000', '100636.761000', '100636.764000', '100636.766000', '100636.769000', '100636.772000', '100636.774000', '100636.777000', '100636.780000', '100636.782000', '100636.785000', '100636.788000', '100636.790000', '100636.793000', '100636.795000', '100636.800000', '100636.802000', '100636.805000', '100636.808000', '100636.810000', '100636.813000', '100636.816000', '100636.818000', '100636.821000', '100656.705000', '100656.707000', '100656.710000', '100656.713000', '100656.715000', '100656.718000', '100656.721000', '100656.723000', '100656.726000', '100656.729000', '100656.731000', '100656.734000', '100656.736000', '100656.739000', '100656.742000', '100656.744000', '100656.747000', '100656.750000', '100656.752000', '100656.755000', '100656.757000', '100656.760000', '100656.763000', '100656.765000', '100656.768000', '100656.770000', '100656.773000', '100656.776000', '100656.778000', '100656.781000', '100656.783000', '100656.786000', '100656.789000', '100656.791000', '100656.794000', '100656.797000', '100656.799000', '100656.802000', '100656.805000', '100656.807000', '100656.810000', '100656.813000', '100656.816000', '100716.705000', '100716.708000', '100716.710000', '100716.713000', '100716.716000', '100716.718000', '100716.721000', '100716.723000', '100716.726000', '100716.729000', '100716.731000', '100716.734000', '100716.736000', '100716.739000', '100716.741000', '100716.744000', '100716.747000', '100716.749000', '100716.752000', '100716.754000', '100716.757000', '100716.764000', '100716.766000', '100716.769000', '100716.772000', '100716.774000', '100716.777000', '100716.780000', '100716.782000', '100716.785000', '100716.788000', '100716.790000', '100716.793000', '100716.795000', '100716.798000', '100716.801000', '100716.803000', '100716.806000', '100716.808000', '100716.811000', '100716.814000', '100716.816000', '100716.819000', '100716.821000', '100736.705000', '100736.707000', '100736.710000', '100736.712000', '100736.715000', '100736.718000', '100736.720000', '100736.723000', '100736.725000', '100736.728000', '100736.731000', '100736.733000', '100736.736000', '100736.738000', '100736.741000', '100736.744000', '100736.746000', '100736.749000', '100736.751000', '100736.754000', '100736.757000', '100736.760000', '100736.762000', '100736.765000', '100736.768000', '100736.770000', '100736.773000', '100736.776000', '100736.778000', '100736.781000', '100736.784000', '100736.786000', '100736.789000', '100736.791000', '100736.794000', '100736.797000', '100736.799000', '100736.802000', '100736.805000', '100736.807000', '100736.810000', '100736.812000', '100736.815000', '100756.704000', '100756.706000', '100756.709000', '100756.712000', '100756.714000', '100756.717000', '100756.720000', '100756.723000', '100756.725000', '100756.728000', '100756.730000', '100756.733000', '100756.736000', '100756.738000', '100756.741000', '100756.744000', '100756.746000', '100756.749000', '100756.752000', '100756.754000', '100756.757000', '100756.760000', '100756.762000', '100756.765000', '100756.768000', '100756.770000', '100756.773000', '100756.775000', '100756.778000', '100756.781000', '100756.784000', '100756.786000', '100756.789000', '100756.791000', '100756.794000', '100756.797000', '100756.799000', '100756.802000', '100756.805000', '100756.807000', '100756.810000', '100756.813000', '100756.815000', '100756.818000', '100816.704000', '100816.706000', '100816.709000', '100816.712000', '100816.714000', '100816.717000', '100816.720000', '100816.722000', '100816.725000', '100816.728000', '100816.731000', '100816.733000', '100816.736000', '100816.738000', '100816.741000', '100816.744000', '100816.746000', '100816.749000', '100816.751000', '100816.754000', '100816.757000', '100816.759000', '100816.762000', '100816.765000', '100816.767000', '100816.770000', '100816.773000', '100816.775000', '100816.778000', '100816.780000', '100816.783000', '100816.786000', '100816.788000', '100816.791000', '100816.793000', '100816.796000', '100816.799000', '100816.801000', '100816.804000', '100816.806000', '100816.809000', '100816.811000', '100816.814000', '100836.704000', '100836.707000', '100836.710000', '100836.712000', '100836.715000', '100836.718000', '100836.720000', '100836.723000', '100836.725000', '100836.728000', '100836.731000', '100836.733000', '100836.736000', '100836.738000', '100836.741000', '100836.744000', '100836.746000', '100836.749000', '100836.751000', '100836.754000', '100836.757000', '100836.759000', '100836.762000', '100836.765000', '100836.767000', '100836.770000', '100836.773000', '100836.775000', '100836.778000', '100836.780000', '100836.783000', '100836.786000', '100836.788000', '100836.791000', '100836.794000', '100836.796000', '100836.799000', '100836.802000', '100836.804000', '100836.807000', '100836.810000', '100836.812000', '100836.815000', '100836.817000', '100856.705000', '100856.708000', '100856.710000', '100856.713000', '100856.716000', '100856.718000', '100856.721000', '100856.724000', '100856.726000', '100856.729000', '100856.732000', '100856.734000', '100856.737000', '100856.739000', '100856.742000', '100856.744000', '100856.747000', '100856.750000', '100856.752000', '100856.755000', '100856.757000', '100856.760000', '100856.763000', '100856.765000', '100856.768000', '100856.771000', '100856.773000', '100856.776000', '100856.778000', '100856.781000', '100856.784000', '100856.786000', '100856.789000', '100856.792000', '100856.794000', '100856.797000', '100856.799000', '100856.802000', '100856.805000', '100856.807000', '100856.810000', '100856.813000', '100856.815000', '100916.704000', '100916.707000', '100916.710000', '100916.713000', '100916.715000', '100916.718000', '100916.721000', '100916.723000', '100916.726000', '100916.728000', '100916.731000', '100916.734000', '100916.736000', '100916.739000', '100916.741000', '100916.744000', '100916.747000', '100916.749000', '100916.752000', '100916.755000', '100916.757000', '100916.760000', '100916.762000', '100916.765000', '100916.768000', '100916.770000', '100916.773000', '100916.775000', '100916.778000', '100916.780000', '100916.783000', '100916.786000', '100916.788000', '100916.791000', '100916.793000', '100916.796000', '100916.798000', '100916.801000', '100916.804000', '100916.806000', '100916.809000', '100916.811000', '100916.814000', '100916.816000', '100936.704000', '100936.707000', '100936.710000', '100936.713000', '100936.715000', '100936.718000', '100936.720000', '100936.723000', '100936.726000', '100936.728000', '100936.731000', '100936.733000', '100936.736000', '100936.738000', '100936.741000', '100936.743000', '100936.746000', '100936.749000', '100936.751000', '100936.754000', '100936.756000', '100936.759000', '100936.762000', '100936.764000', '100936.767000', '100936.769000', '100936.772000', '100936.775000', '100936.777000', '100936.780000', '100936.782000', '100936.785000', '100936.788000', '100936.790000', '100936.793000', '100936.795000', '100936.798000', '100936.801000', '100936.804000', '100936.806000', '100936.809000', '100936.812000', '100936.815000', '100956.705000', '100956.707000', '100956.710000', '100956.713000', '100956.715000', '100956.718000', '100956.720000', '100956.723000', '100956.726000', '100956.728000', '100956.731000', '100956.733000', '100956.736000', '100956.738000', '100956.741000', '100956.744000', '100956.746000', '100956.749000', '100956.751000', '100956.754000', '100956.757000', '100956.759000', '100956.762000', '100956.764000', '100956.767000', '100956.769000', '100956.772000', '100956.775000', '100956.777000', '100956.780000', '100956.783000', '100956.785000', '100956.788000', '100956.790000', '100956.793000', '100956.796000', '100956.798000', '100956.801000', '100956.803000', '100956.806000', '100956.808000', '100956.811000', '100956.814000', '100956.816000', '101016.704000', '101016.707000', '101016.709000', '101016.712000', '101016.714000', '101016.717000', '101016.720000', '101016.722000', '101016.725000', '101016.727000', '101016.730000', '101016.732000', '101016.735000', '101016.738000', '101016.740000', '101016.743000', '101016.745000', '101016.748000', '101016.750000', '101016.753000', '101016.756000', '101016.758000', '101016.761000', '101016.764000', '101016.766000', '101016.769000', '101016.771000', '101016.774000', '101016.777000', '101016.779000', '101016.782000', '101016.784000', '101016.787000', '101016.789000', '101016.792000', '101016.795000', '101016.797000', '101016.800000', '101016.802000', '101016.805000', '101016.808000', '101016.810000', '101016.813000', '101036.704000', '101036.706000', '101036.709000', '101036.712000', '101036.714000', '101036.717000', '101036.719000', '101036.722000', '101036.724000', '101036.727000', '101036.730000', '101036.732000', '101036.735000', '101036.738000', '101036.741000', '101036.744000', '101036.747000', '101036.750000', '101036.752000', '101036.755000', '101036.757000', '101036.760000', '101036.763000', '101036.765000', '101036.768000', '101036.771000', '101036.773000', '101036.776000', '101036.778000', '101036.781000', '101036.784000', '101036.786000', '101036.789000', '101036.791000', '101036.795000', '101036.797000', '101036.800000', '101036.802000', '101036.805000', '101036.808000', '101036.810000', '101036.813000', '101036.815000', '101036.818000', '101056.705000', '101056.708000', '101056.710000', '101056.713000', '101056.715000', '101056.718000', '101056.720000', '101056.723000', '101056.726000', '101056.728000', '101056.731000', '101056.734000', '101056.736000', '101056.739000', '101056.741000', '101056.744000', '101056.746000', '101056.749000', '101056.752000', '101056.754000', '101056.757000', '101056.759000', '101056.762000', '101056.765000', '101056.767000', '101056.770000', '101056.772000', '101056.775000', '101056.777000', '101056.780000', '101056.783000', '101056.785000', '101056.788000', '101056.790000', '101056.793000', '101056.796000', '101056.798000', '101056.801000', '101056.803000', '101056.806000', '101056.808000', '101056.811000', '101056.814000', '101116.705000', '101116.708000', '101116.710000', '101116.713000', '101116.716000', '101116.718000', '101116.721000', '101116.723000', '101116.726000', '101116.729000', '101116.731000', '101116.734000', '101116.736000', '101116.739000', '101116.742000', '101116.744000', '101116.747000', '101116.750000', '101116.752000', '101116.755000', '101116.757000', '101116.760000', '101116.763000', '101116.765000', '101116.768000', '101116.770000', '101116.773000', '101116.786000', '101116.789000', '101116.792000', '101116.794000', '101116.797000', '101116.799000', '101116.802000', '101116.804000', '101116.807000', '101116.810000', '101116.812000', '101116.815000', '101116.817000', '101116.820000', '101116.823000', '101116.825000', '101121.798000', '101121.801000', '101121.804000', '101121.806000', '101121.809000', '101121.812000', '101121.814000', '101121.817000', '101121.820000', '101121.822000', '101121.825000', '101121.828000'], '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': [8153, 11302, 8119, 10488, 7511, 9658, 7717, 8731, 12798, 7912, 11238, 8209, 10076, 7008, 8850, 6850, 9332, 6913, 8875, 6747, 8595, 8328, 8621, 10462, 8122, 12142, 7331, 11043, 7626, 10270, 7276, 10768, 7191, 10260, 7412, 9570, 6622, 7450, 6307, 9207, 6708, 9345, 7385, 10268, 7956, 11383, 8432, 12604, 8192, 12246, 7783, 11101, 7737, 9659, 7891, 9289, 7452, 9101, 7508, 9203, 7002, 9444, 7015, 9096, 7148, 9530, 7579, 10371, 8114, 8941, 7649, 7641, 9167, 8991, 9304, 11713, 8447, 13495, 9107, 11955, 8437, 9735, 13663, 7711, 11511, 7168, 9275, 7085, 8259, 8154, 7055, 9855, 7296, 9110, 7010, 8946, 7040, 7646, 9924, 7163, 9696, 7197, 8899, 6954, 8985, 6991, 8924, 7113, 8430, 7087, 8089, 11134, 7573, 10725, 8344, 10222, 7868, 8540, 13382, 7907, 11175, 7646, 9715, 7005, 8650, 8506, 7624, 10499, 7297, 9825, 7202, 9062, 7093, 9002, 7263, 9527, 7232, 8900, 7197, 8796, 12533, 8130, 10507, 7867, 9948, 7066, 9967, 7394, 9810, 7881, 9577, 7058, 9540, 7212, 10834, 7937, 10549, 7746, 10039, 7539, 9824, 7279, 9740, 7185, 9114, 6974, 8846, 6928, 9761, 7066, 9589, 7246, 9249, 7891, 8988, 13874, 11118, 12832, 8077, 11368, 7181, 8880, 8874, 8247, 8628, 7537, 11451, 7462, 10873, 7101, 9319, 10025, 7803, 11303, 6883, 8649, 6571, 7393, 11268, 7230, 8816, 6727, 7614, 9880, 7000, 9142, 6560, 8377, 6624, 7782, 8590, 7230, 10081, 7084, 9671, 7298, 9737, 6948, 9084, 6937, 8909, 7556, 8766, 7962, 9092, 7754, 9113, 11489, 7836, 11844, 8055, 11020, 7763, 11324, 7491, 10144, 7569, 9421, 6945, 9502, 7719, 8974, 12713, 8545, 12779, 7894, 11781, 7427, 9093, 12442, 8170, 12182, 7632, 9414, 7305, 8206, 11576, 7542, 10007, 6998, 9165, 6836, 8189, 6922, 8276, 8093, 7731, 11972, 7782, 9727, 7168, 9674, 7240, 9962, 7227, 9191, 6710, 8656, 7834, 8325, 12750, 8389, 11290, 7512, 9595, 8304, 8535, 12304, 8610, 10483, 7827, 9985, 7283, 9439, 7373, 9169, 7475, 7947, 11715, 8200, 10739, 7870, 10660, 7274, 9157, 7027, 9088, 13671, 8402, 11222, 7471, 10038, 6790, 9433, 7142, 8434, 7427, 8441, 8744, 7901, 10370, 7804, 6963, 7815, 11227, 7758, 11314, 7728, 9981, 7525, 9390, 13943, 8774, 11862, 8135, 9922, 12411, 8386, 11987, 8262, 10572, 7514, 9752, 7348, 8416, 12223, 7908, 10662, 7301, 10107, 7026, 9494, 9237, 9842, 7773, 8378, 7756, 6344, 8027, 6981, 6848, 8916, 9718, 10284, 11683, 10282, 10933, 9885, 8895, 9914, 6908, 10985, 8472, 13618, 10316, 14185, 10510, 13976, 10241, 12744, 8880, 10568, 8381, 9623, 8613, 6850, 9123, 7045, 10033, 7254, 10029, 7341, 10520, 6936, 10440, 7686, 10985, 7355, 10580, 7686, 9643, 7514, 9292, 7082, 8922, 7323, 8581, 7078, 9031, 7339, 8305, 8116, 9311, 7647, 10973, 7246, 9937, 7484, 10175, 7033, 9450, 7470, 9547, 7428, 8858, 7219, 7716, 7762, 6635, 8011, 6264, 8170, 6723, 8630, 7159, 8548, 6836, 8776, 7326, 10628, 7707, 10632, 7559, 9773, 7433, 8832, 6878, 8561, 6598, 8543, 6768, 7883, 6859, 7851, 6695, 8283, 6791, 8027, 6588, 8141, 8029, 8011, 11334, 8185, 9134, 7760, 10228, 8197, 10290, 8266, 10121, 7977, 10508, 7408, 10394, 7457, 10277, 6989, 9462, 7760, 9188, 13386, 9233, 10783, 7658, 10160, 7628, 9952, 8158, 9412, 7489, 9735, 7676, 10018, 7572, 9259, 6817, 9000, 8371, 8287, 12720, 8573, 10955, 7807, 9744, 7082, 9265, 6862, 8537, 10718, 7440, 10665, 7584, 8126, 6989, 9589, 7572, 10335, 8043, 9846, 7526, 9427, 6923, 9194, 9561, 8464, 10053, 7588, 10912, 7838, 10332, 7109, 8900, 11042, 7424, 9065, 6393, 7875, 6996, 6931, 9367, 7190, 8063, 6588, 7886, 6518, 8308, 6907, 7347, 10034, 7072, 9536, 7498, 8344, 7255, 8810, 6985, 9579, 7647, 9597, 7911, 10109, 7276, 9565, 7189, 9840, 6923, 8943, 8640, 8487, 11417, 8615, 8839, 7953, 8270, 8509, 10334, 8172, 6415, 8314, 7168, 8631, 9251, 8555, 6907, 8431, 9784, 8682, 11516, 8609, 9857, 7857, 11892, 8054, 11617, 7788, 9564, 7102, 9737, 7498, 10570, 7775, 8534, 7317, 11037, 7624, 11762, 7784, 10938, 7424, 10231, 7449, 10877, 7526, 8999, 7479, 9748, 7885, 9504, 7889, 6371, 7887, 6366, 8469, 7103, 8520, 6414, 8607, 6337, 9329, 7142, 8861, 6504, 8984, 6629, 10179, 7807, 10282, 7122, 8680, 7273, 6797, 7463, 6799, 9526, 6923, 10235, 8242, 7057, 10543, 7550, 12403, 8252, 13662, 10512, 10859, 8206, 11353, 8733, 13577, 9525, 10906, 8740, 7089, 8987, 6638, 9245, 6915, 8978, 7032, 9160, 7083, 7997, 8029, 6292, 9333, 7641, 6986, 8999, 7408, 10769, 8452, 12143, 8246, 13171, 9565, 12171, 7867, 11102, 8160, 11191, 8153, 11397, 7910, 9254, 7313, 7259, 7888, 6394, 9401, 7150, 9740, 7979, 6416, 9950, 8041, 11724, 8404, 11753, 8584, 12263, 7802, 11589, 7888, 10178, 7482, 9624, 7304, 9477, 6637, 8811, 6857, 8355, 6912, 8326, 7760, 6317, 7014, 6354, 9422, 7345, 10611, 7679, 11860, 7483, 10920, 7743, 11837, 7918, 11728, 7975, 10523, 7691, 10441, 7714, 10213, 7178, 9971, 7107, 9139, 6770, 9810, 7356, 9518, 7838, 9254, 7055, 8660, 10069, 8221, 11785, 8397, 11333, 8215, 9991, 7462, 9733, 7360, 9913, 7175, 9522, 7017, 8921, 6563, 8071, 7193, 9978, 7618, 8086, 8235, 6963, 9995, 8093, 11487, 8403, 7494, 9123, 7526, 9310, 8933, 9733, 11242, 9931, 7406, 8861, 7731, 8897, 9926, 8681, 11025, 8561, 8660, 8212, 6550, 8449, 6414, 8967, 7177, 10160, 7751, 6476, 8841, 6883, 10258, 7834, 11125, 8111, 12272, 7734, 11426, 7544, 11548, 7551, 10448, 6815, 9429, 7744, 9458, 10787, 8713, 7145, 8027, 9092, 7630, 11626, 7971, 10335, 7819, 11018, 7576, 10862, 7769, 11083, 7611, 9618, 6671, 9119, 6480, 8764, 7201, 9264, 6513, 9084, 6570, 9273, 6952, 9142, 8688, 8612, 6561, 8385, 7837, 8543, 12183, 8323, 8133, 7643, 8930, 7846, 12513, 8440, 11421, 7356, 10405, 7165, 9889, 6912, 9902, 7118, 9178, 6722, 9314, 6809, 9432, 6676, 10188, 7313, 10381, 7283, 10089, 6512, 9406, 8124, 11760, 7574, 9543, 7925, 11431, 8746, 8874, 8110, 6144, 8100, 6705, 7809, 7072, 7050, 6622, 8863, 6327, 8483, 6826, 8988, 6642, 9140, 6672, 9708, 7018, 10047, 7553, 10852, 7420, 10385, 6904, 10056, 7369, 10209, 7489, 9730, 7862, 10189, 7890, 6594, 8127, 6911, 9628, 6923, 8428, 6846, 10986, 7750, 11608, 9192, 10549, 7526, 11217, 8097, 10216, 7083, 8225, 8385, 6502, 8973, 6610, 9510, 6423, 8741, 7647, 9340, 7195, 9991, 7135, 9944, 7719, 10701, 7530, 11120, 7634, 11466, 7406, 11879, 8131, 11281, 7268, 11617, 7334, 10283, 7339, 10488, 7398, 10769, 7152, 10376, 7515, 9781, 7386, 9413, 6935, 9166, 10079, 8025, 11941, 7841, 10844, 7263, 9543, 6951, 9070, 6472, 8335, 8712, 7850, 9119, 6880, 8933, 6795, 9398, 6864, 7656, 7768, 8824, 8127, 10980, 8683, 10559, 8052, 9982, 7625, 9089, 7908, 7131, 9340, 7113, 9603, 7097, 11524, 8821, 13196, 7188, 10465, 7080, 8265, 8235, 7075, 9468, 6618, 9517, 6628, 10425, 6950, 11299, 7378, 11545, 7030, 11541, 7357, 10423, 7273, 8485, 7057, 7045, 7622, 6374, 8769, 6567, 9428, 6531, 10597, 7367, 9189, 8524, 6526, 8977, 6721, 10019, 6992, 11463, 8858, 8606, 8633, 6925, 8844, 6923, 10261, 7653, 13045, 7402, 11171, 7133, 10905, 7489, 11516, 7215, 10835, 7046, 10417, 7051, 10141, 7878, 7364, 7376, 8853, 7297, 9340, 7359, 6996, 8199, 7082, 7679, 7566, 8630, 6631, 9424, 6731, 9130, 7019, 10116, 7499, 11092, 7066, 11013, 7319, 10925, 7625, 12368, 7413, 11371, 7176, 10501, 7200, 12190, 7162, 9878, 6890, 9832, 6766, 8991, 6819, 9361, 6498, 8983, 6709, 8630, 7103, 8309, 7518, 8702, 6544, 8222, 7158, 8010, 8721, 6959, 8144, 7653, 11465, 7201, 10543, 7150, 10499, 7163, 10659, 6889, 9436, 6390, 8979, 6730, 8365, 6933, 7989, 6363, 7613, 7904, 6781, 10436, 7203, 9196, 6960, 11390, 6762, 10811, 7860, 11304, 7183, 9861, 7201, 8867, 12432, 10352, 10647, 6945, 10259, 7104, 10557, 7090, 11236, 7198, 9976, 7072, 10585, 7162, 11169, 7658, 10019, 6965, 10495, 6912, 10544, 7231, 11496, 7341, 11549, 7229, 10921, 7721, 11624, 7590, 11231, 7391, 10364, 7391, 10321, 7144, 10425, 6719, 8907, 6784, 9900, 6715, 10487, 6768, 10319, 6607, 9377, 6502, 9121, 6908, 9585, 6760, 9116, 6600, 9191, 6449, 9331, 6719, 9633, 6811, 9045, 6725, 8650, 6932, 9486, 6606, 10348, 7776, 10429, 7720, 5990, 6430, 6475, 10803, 8111, 7628, 11214, 8266, 6461, 8569, 6566, 13016, 8652, 12875, 10587, 13384, 9114, 12330, 7916, 11410, 7550, 10830, 7397, 9628, 6950, 8532, 6613, 8159, 6571, 7846, 6690, 7919, 6847, 8849, 6742, 8727, 6664, 8686, 7537, 8063, 8377, 7177, 11495, 7642, 10331, 7064, 9000, 6854, 8838, 6654, 8431, 6676, 8357, 6757, 8580, 6415, 8875, 8636, 8266, 11994, 7838, 11317, 7702, 10535, 7523, 9041, 10099, 8330, 9845, 7573, 12167, 7458, 9517, 7030, 9605, 6972, 6495, 7514, 6871, 8917, 6999, 11212, 7499, 12575, 7805, 10536, 7879, 9532, 12572, 10353, 12103, 7858, 10815, 7088, 9815, 7113, 9304, 6941, 8496, 6876, 9003, 6840, 9333, 6551, 8924, 6663, 9213, 6449, 8584, 6498, 8413, 7255, 7926, 6396, 8003, 7131, 7488, 10209, 7097, 11246, 7541, 10688, 7052, 10969, 7182, 11080, 7401, 11167, 7291], 'WindowCenter': [3789.0, 3829.0, 3772.0, 3802.0, 3736.0, 3777.0, 3733.0, 3754.0, 3796.0, 3744.0, 3786.0, 3755.0, 3773.0, 3722.0, 3762.0, 3723.0, 3763.0, 3733.0, 3765.0, 3722.0, 3767.0, 3767.0, 3779.0, 3800.0, 3758.0, 3797.0, 3735.0, 3785.0, 3746.0, 3776.0, 3735.0, 3786.0, 3737.0, 3790.0, 3746.0, 3776.0, 3727.0, 3734.0, 3714.0, 3764.0, 3722.0, 3763.0, 3731.0, 3774.0, 3742.0, 3784.0, 3753.0, 3793.0, 3752.0, 3782.0, 3731.0, 3771.0, 3743.0, 3760.0, 3741.0, 3749.0, 3730.0, 3749.0, 3731.0, 3763.0, 3732.0, 3764.0, 3732.0, 3763.0, 3732.0, 3776.0, 3757.0, 3785.0, 3755.0, 3766.0, 3755.0, 3757.0, 3790.0, 3779.0, 3778.0, 3798.0, 3755.0, 3806.0, 3765.0, 3797.0, 3752.0, 3765.0, 3792.0, 3730.0, 3771.0, 3719.0, 3762.0, 3718.0, 3739.0, 3739.0, 3718.0, 3759.0, 3730.0, 3762.0, 3730.0, 3764.0, 3731.0, 3742.0, 3773.0, 3732.0, 3775.0, 3735.0, 3764.0, 3734.0, 3766.0, 3734.0, 3778.0, 3735.0, 3767.0, 3734.0, 3756.0, 3798.0, 3757.0, 3799.0, 3769.0, 3788.0, 3754.0, 3765.0, 3806.0, 3753.0, 3787.0, 3743.0, 3774.0, 3720.0, 3752.0, 3752.0, 3742.0, 3785.0, 3743.0, 3775.0, 3743.0, 3763.0, 3733.0, 3777.0, 3746.0, 3788.0, 3745.0, 3777.0, 3745.0, 3777.0, 3808.0, 3756.0, 3799.0, 3769.0, 3787.0, 3746.0, 3788.0, 3759.0, 3787.0, 3766.0, 3774.0, 3734.0, 3775.0, 3745.0, 3797.0, 3768.0, 3787.0, 3754.0, 3775.0, 3744.0, 3787.0, 3746.0, 3776.0, 3733.0, 3763.0, 3732.0, 3764.0, 3747.0, 3787.0, 3746.0, 3788.0, 3744.0, 3776.0, 3755.0, 3778.0, 3820.0, 3798.0, 3806.0, 3743.0, 3784.0, 3719.0, 3764.0, 3762.0, 3752.0, 3751.0, 3741.0, 3782.0, 3731.0, 3773.0, 3731.0, 3765.0, 3774.0, 3741.0, 3783.0, 3719.0, 3749.0, 3707.0, 3717.0, 3770.0, 3730.0, 3750.0, 3719.0, 3740.0, 3758.0, 3718.0, 3748.0, 3707.0, 3740.0, 3719.0, 3742.0, 3752.0, 3743.0, 3773.0, 3733.0, 3773.0, 3744.0, 3775.0, 3747.0, 3778.0, 3745.0, 3777.0, 3744.0, 3766.0, 3769.0, 3778.0, 3756.0, 3778.0, 3797.0, 3756.0, 3810.0, 3756.0, 3798.0, 3756.0, 3797.0, 3758.0, 3799.0, 3757.0, 3776.0, 3733.0, 3776.0, 3743.0, 3778.0, 3821.0, 3766.0, 3806.0, 3744.0, 3795.0, 3731.0, 3766.0, 3795.0, 3751.0, 3782.0, 3729.0, 3761.0, 3729.0, 3740.0, 3782.0, 3742.0, 3772.0, 3720.0, 3761.0, 3722.0, 3765.0, 3733.0, 3765.0, 3754.0, 3758.0, 3809.0, 3756.0, 3788.0, 3747.0, 3776.0, 3746.0, 3787.0, 3745.0, 3777.0, 3735.0, 3778.0, 3755.0, 3767.0, 3810.0, 3766.0, 3796.0, 3743.0, 3776.0, 3753.0, 3764.0, 3807.0, 3765.0, 3784.0, 3743.0, 3774.0, 3744.0, 3777.0, 3746.0, 3777.0, 3743.0, 3755.0, 3809.0, 3765.0, 3787.0, 3756.0, 3788.0, 3745.0, 3777.0, 3733.0, 3777.0, 3819.0, 3756.0, 3785.0, 3744.0, 3775.0, 3736.0, 3778.0, 3734.0, 3767.0, 3744.0, 3767.0, 3766.0, 3768.0, 3800.0, 3759.0, 3747.0, 3770.0, 3811.0, 3770.0, 3812.0, 3771.0, 3801.0, 3758.0, 3790.0, 3820.0, 3766.0, 3800.0, 3757.0, 3789.0, 3796.0, 3754.0, 3795.0, 3753.0, 3787.0, 3733.0, 3775.0, 3732.0, 3754.0, 3795.0, 3756.0, 3799.0, 3746.0, 3788.0, 3747.0, 3777.0, 3791.0, 3790.0, 3759.0, 3769.0, 3771.0, 3753.0, 3784.0, 3774.0, 3762.0, 3806.0, 3804.0, 3816.0, 3813.0, 3816.0, 3814.0, 3788.0, 3778.0, 3774.0, 3731.0, 3770.0, 3751.0, 3803.0, 3772.0, 3804.0, 3773.0, 3791.0, 3761.0, 3780.0, 3748.0, 3756.0, 3725.0, 3745.0, 3735.0, 3694.0, 3746.0, 3704.0, 3758.0, 3715.0, 3747.0, 3717.0, 3758.0, 3706.0, 3757.0, 3717.0, 3758.0, 3717.0, 3770.0, 3728.0, 3759.0, 3729.0, 3759.0, 3719.0, 3762.0, 3731.0, 3752.0, 3732.0, 3764.0, 3745.0, 3765.0, 3767.0, 3777.0, 3756.0, 3788.0, 3747.0, 3790.0, 3748.0, 3787.0, 3735.0, 3788.0, 3758.0, 3789.0, 3747.0, 3777.0, 3757.0, 3758.0, 3759.0, 3748.0, 3768.0, 3736.0, 3769.0, 3736.0, 3780.0, 3748.0, 3780.0, 3749.0, 3781.0, 3761.0, 3813.0, 3771.0, 3801.0, 3769.0, 3801.0, 3759.0, 3778.0, 3736.0, 3777.0, 3747.0, 3780.0, 3737.0, 3768.0, 3737.0, 3768.0, 3748.0, 3780.0, 3738.0, 3768.0, 3736.0, 3768.0, 3767.0, 3781.0, 3823.0, 3782.0, 3789.0, 3769.0, 3799.0, 3779.0, 3800.0, 3780.0, 3800.0, 3768.0, 3799.0, 3757.0, 3800.0, 3757.0, 3799.0, 3745.0, 3776.0, 3744.0, 3776.0, 3819.0, 3776.0, 3785.0, 3742.0, 3784.0, 3756.0, 3786.0, 3766.0, 3775.0, 3745.0, 3786.0, 3768.0, 3788.0, 3756.0, 3775.0, 3733.0, 3765.0, 3765.0, 3766.0, 3807.0, 3765.0, 3783.0, 3741.0, 3773.0, 3731.0, 3763.0, 3720.0, 3751.0, 3771.0, 3730.0, 3783.0, 3742.0, 3751.0, 3732.0, 3773.0, 3754.0, 3786.0, 3766.0, 3786.0, 3744.0, 3764.0, 3732.0, 3776.0, 3773.0, 3752.0, 3772.0, 3730.0, 3770.0, 3728.0, 3770.0, 3719.0, 3750.0, 3769.0, 3717.0, 3747.0, 3695.0, 3728.0, 3715.0, 3718.0, 3749.0, 3719.0, 3739.0, 3718.0, 3742.0, 3711.0, 3753.0, 3720.0, 3733.0, 3773.0, 3733.0, 3776.0, 3744.0, 3754.0, 3745.0, 3765.0, 3736.0, 3789.0, 3771.0, 3791.0, 3771.0, 3789.0, 3747.0, 3790.0, 3748.0, 3790.0, 3736.0, 3778.0, 3767.0, 3781.0, 3811.0, 3768.0, 3766.0, 3755.0, 3766.0, 3767.0, 3787.0, 3767.0, 3724.0, 3766.0, 3746.0, 3779.0, 3778.0, 3768.0, 3735.0, 3766.0, 3788.0, 3766.0, 3798.0, 3766.0, 3775.0, 3755.0, 3795.0, 3754.0, 3795.0, 3743.0, 3775.0, 3733.0, 3774.0, 3744.0, 3785.0, 3744.0, 3763.0, 3743.0, 3797.0, 3744.0, 3795.0, 3745.0, 3785.0, 3733.0, 3774.0, 3745.0, 3785.0, 3744.0, 3763.0, 3733.0, 3774.0, 3754.0, 3774.0, 3754.0, 3712.0, 3755.0, 3721.0, 3767.0, 3746.0, 3766.0, 3723.0, 3767.0, 3722.0, 3776.0, 3745.0, 3775.0, 3722.0, 3763.0, 3722.0, 3786.0, 3756.0, 3787.0, 3732.0, 3768.0, 3746.0, 3735.0, 3746.0, 3735.0, 3788.0, 3747.0, 3786.0, 3766.0, 3733.0, 3786.0, 3743.0, 3794.0, 3754.0, 3806.0, 3785.0, 3771.0, 3740.0, 3770.0, 3738.0, 3791.0, 3760.0, 3769.0, 3749.0, 3715.0, 3748.0, 3718.0, 3760.0, 3718.0, 3749.0, 3718.0, 3748.0, 3731.0, 3739.0, 3752.0, 3722.0, 3775.0, 3755.0, 3745.0, 3777.0, 3744.0, 3797.0, 3766.0, 3797.0, 3766.0, 3808.0, 3775.0, 3794.0, 3742.0, 3782.0, 3752.0, 3784.0, 3754.0, 3783.0, 3741.0, 3761.0, 3743.0, 3743.0, 3754.0, 3724.0, 3775.0, 3745.0, 3788.0, 3767.0, 3736.0, 3789.0, 3768.0, 3809.0, 3768.0, 3811.0, 3780.0, 3810.0, 3756.0, 3798.0, 3753.0, 3774.0, 3744.0, 3776.0, 3743.0, 3774.0, 3720.0, 3749.0, 3735.0, 3766.0, 3734.0, 3766.0, 3756.0, 3725.0, 3746.0, 3735.0, 3789.0, 3757.0, 3799.0, 3756.0, 3808.0, 3745.0, 3785.0, 3744.0, 3798.0, 3755.0, 3795.0, 3742.0, 3772.0, 3731.0, 3772.0, 3742.0, 3775.0, 3732.0, 3773.0, 3720.0, 3763.0, 3721.0, 3774.0, 3745.0, 3775.0, 3743.0, 3764.0, 3732.0, 3753.0, 3774.0, 3754.0, 3798.0, 3765.0, 3786.0, 3755.0, 3774.0, 3745.0, 3775.0, 3745.0, 3789.0, 3734.0, 3776.0, 3733.0, 3776.0, 3733.0, 3767.0, 3745.0, 3786.0, 3758.0, 3768.0, 3767.0, 3734.0, 3789.0, 3768.0, 3798.0, 3755.0, 3734.0, 3764.0, 3743.0, 3763.0, 3753.0, 3775.0, 3786.0, 3763.0, 3720.0, 3751.0, 3728.0, 3750.0, 3759.0, 3739.0, 3771.0, 3752.0, 3751.0, 3741.0, 3710.0, 3752.0, 3711.0, 3764.0, 3734.0, 3787.0, 3758.0, 3726.0, 3778.0, 3748.0, 3801.0, 3771.0, 3810.0, 3770.0, 3811.0, 3757.0, 3798.0, 3758.0, 3800.0, 3746.0, 3787.0, 3723.0, 3765.0, 3743.0, 3776.0, 3786.0, 3754.0, 3721.0, 3742.0, 3751.0, 3743.0, 3797.0, 3755.0, 3785.0, 3743.0, 3785.0, 3743.0, 3786.0, 3744.0, 3785.0, 3744.0, 3775.0, 3722.0, 3753.0, 3710.0, 3753.0, 3744.0, 3765.0, 3711.0, 3764.0, 3723.0, 3765.0, 3733.0, 3775.0, 3765.0, 3765.0, 3723.0, 3754.0, 3742.0, 3765.0, 3796.0, 3754.0, 3742.0, 3743.0, 3762.0, 3743.0, 3796.0, 3754.0, 3784.0, 3732.0, 3773.0, 3731.0, 3772.0, 3733.0, 3772.0, 3732.0, 3762.0, 3721.0, 3762.0, 3722.0, 3776.0, 3735.0, 3785.0, 3744.0, 3773.0, 3733.0, 3774.0, 3736.0, 3775.0, 3758.0, 3785.0, 3744.0, 3775.0, 3757.0, 3787.0, 3754.0, 3754.0, 3743.0, 3701.0, 3743.0, 3723.0, 3743.0, 3733.0, 3719.0, 3721.0, 3762.0, 3708.0, 3752.0, 3719.0, 3763.0, 3719.0, 3760.0, 3720.0, 3761.0, 3720.0, 3772.0, 3730.0, 3770.0, 3718.0, 3758.0, 3718.0, 3759.0, 3730.0, 3773.0, 3731.0, 3774.0, 3743.0, 3774.0, 3741.0, 3708.0, 3740.0, 3731.0, 3776.0, 3746.0, 3766.0, 3734.0, 3785.0, 3756.0, 3810.0, 3777.0, 3799.0, 3757.0, 3798.0, 3757.0, 3785.0, 3733.0, 3754.0, 3753.0, 3711.0, 3765.0, 3735.0, 3787.0, 3735.0, 3765.0, 3755.0, 3776.0, 3734.0, 3774.0, 3732.0, 3774.0, 3744.0, 3798.0, 3757.0, 3797.0, 3755.0, 3797.0, 3746.0, 3810.0, 3757.0, 3797.0, 3746.0, 3798.0, 3746.0, 3787.0, 3745.0, 3786.0, 3744.0, 3785.0, 3733.0, 3775.0, 3745.0, 3788.0, 3744.0, 3776.0, 3733.0, 3764.0, 3774.0, 3753.0, 3797.0, 3754.0, 3785.0, 3731.0, 3762.0, 3720.0, 3752.0, 3710.0, 3753.0, 3752.0, 3741.0, 3762.0, 3731.0, 3762.0, 3734.0, 3777.0, 3735.0, 3755.0, 3756.0, 3775.0, 3757.0, 3799.0, 3768.0, 3788.0, 3755.0, 3788.0, 3744.0, 3776.0, 3756.0, 3734.0, 3765.0, 3745.0, 3776.0, 3735.0, 3796.0, 3779.0, 3807.0, 3748.0, 3786.0, 3733.0, 3766.0, 3766.0, 3734.0, 3774.0, 3722.0, 3775.0, 3735.0, 3798.0, 3745.0, 3796.0, 3744.0, 3784.0, 3732.0, 3784.0, 3732.0, 3785.0, 3732.0, 3753.0, 3732.0, 3733.0, 3757.0, 3723.0, 3767.0, 3734.0, 3764.0, 3722.0, 3786.0, 3746.0, 3777.0, 3766.0, 3724.0, 3765.0, 3734.0, 3788.0, 3745.0, 3799.0, 3778.0, 3766.0, 3766.0, 3732.0, 3766.0, 3746.0, 3788.0, 3745.0, 3806.0, 3744.0, 3785.0, 3733.0, 3785.0, 3745.0, 3796.0, 3733.0, 3785.0, 3733.0, 3786.0, 3734.0, 3786.0, 3754.0, 3743.0, 3733.0, 3764.0, 3745.0, 3777.0, 3745.0, 3733.0, 3754.0, 3747.0, 3757.0, 3744.0, 3778.0, 3734.0, 3775.0, 3734.0, 3776.0, 3747.0, 3799.0, 3758.0, 3798.0, 3746.0, 3797.0, 3746.0, 3800.0, 3757.0, 3808.0, 3745.0, 3795.0, 3733.0, 3786.0, 3745.0, 3796.0, 3732.0, 3774.0, 3733.0, 3773.0, 3721.0, 3765.0, 3722.0, 3763.0, 3710.0, 3751.0, 3709.0, 3751.0, 3721.0, 3753.0, 3731.0, 3751.0, 3709.0, 3741.0, 3720.0, 3742.0, 3765.0, 3733.0, 3742.0, 3742.0, 3783.0, 3731.0, 3773.0, 3732.0, 3786.0, 3734.0, 3784.0, 3733.0, 3762.0, 3713.0, 3766.0, 3735.0, 3780.0, 3748.0, 3767.0, 3724.0, 3755.0, 3755.0, 3748.0, 3800.0, 3759.0, 3789.0, 3747.0, 3810.0, 3749.0, 3810.0, 3770.0, 3799.0, 3735.0, 3776.0, 3745.0, 3778.0, 3809.0, 3787.0, 3774.0, 3731.0, 3773.0, 3721.0, 3785.0, 3734.0, 3795.0, 3731.0, 3773.0, 3732.0, 3785.0, 3745.0, 3795.0, 3744.0, 3774.0, 3732.0, 3784.0, 3732.0, 3785.0, 3744.0, 3795.0, 3733.0, 3783.0, 3731.0, 3783.0, 3742.0, 3784.0, 3742.0, 3782.0, 3730.0, 3771.0, 3731.0, 3774.0, 3720.0, 3772.0, 3709.0, 3749.0, 3709.0, 3772.0, 3723.0, 3783.0, 3721.0, 3772.0, 3720.0, 3761.0, 3711.0, 3763.0, 3721.0, 3761.0, 3720.0, 3751.0, 3721.0, 3763.0, 3724.0, 3776.0, 3723.0, 3774.0, 3722.0, 3763.0, 3722.0, 3765.0, 3734.0, 3776.0, 3722.0, 3789.0, 3759.0, 3800.0, 3747.0, 3700.0, 3711.0, 3725.0, 3786.0, 3743.0, 3742.0, 3785.0, 3755.0, 3725.0, 3767.0, 3737.0, 3810.0, 3766.0, 3796.0, 3774.0, 3782.0, 3739.0, 3770.0, 3727.0, 3758.0, 3715.0, 3756.0, 3705.0, 3745.0, 3705.0, 3724.0, 3694.0, 3725.0, 3707.0, 3740.0, 3721.0, 3741.0, 3720.0, 3751.0, 3722.0, 3753.0, 3721.0, 3765.0, 3745.0, 3755.0, 3754.0, 3722.0, 3800.0, 3745.0, 3775.0, 3734.0, 3766.0, 3724.0, 3764.0, 3724.0, 3754.0, 3723.0, 3769.0, 3749.0, 3781.0, 3739.0, 3781.0, 3780.0, 3770.0, 3836.0, 3773.0, 3812.0, 3759.0, 3790.0, 3746.0, 3780.0, 3789.0, 3758.0, 3777.0, 3745.0, 3797.0, 3744.0, 3776.0, 3734.0, 3776.0, 3746.0, 3724.0, 3745.0, 3735.0, 3778.0, 3747.0, 3810.0, 3760.0, 3810.0, 3746.0, 3788.0, 3744.0, 3765.0, 3798.0, 3775.0, 3785.0, 3741.0, 3772.0, 3719.0, 3761.0, 3719.0, 3762.0, 3721.0, 3751.0, 3721.0, 3763.0, 3722.0, 3764.0, 3724.0, 3777.0, 3723.0, 3765.0, 3712.0, 3754.0, 3710.0, 3754.0, 3745.0, 3744.0, 3710.0, 3744.0, 3721.0, 3733.0, 3774.0, 3735.0, 3797.0, 3746.0, 3786.0, 3733.0, 3786.0, 3733.0, 3798.0, 3746.0, 3786.0, 3732.0], 'WindowWidth': [8524.0, 8572.0, 8487.0, 8521.0, 8423.0, 8476.0, 8413.0, 8442.0, 8503.0, 8429.0, 8489.0, 8445.0, 8465.0, 8397.0, 8451.0, 8402.0, 8454.0, 8414.0, 8459.0, 8401.0, 8466.0, 8467.0, 8488.0, 8514.0, 8457.0, 8504.0, 8419.0, 8485.0, 8434.0, 8473.0, 8418.0, 8487.0, 8425.0, 8502.0, 8438.0, 8475.0, 8412.0, 8414.0, 8389.0, 8454.0, 8398.0, 8451.0, 8408.0, 8466.0, 8423.0, 8480.0, 8440.0, 8493.0, 8436.0, 8476.0, 8406.0, 8458.0, 8427.0, 8444.0, 8420.0, 8428.0, 8404.0, 8429.0, 8408.0, 8453.0, 8414.0, 8454.0, 8414.0, 8453.0, 8412.0, 8477.0, 8455.0, 8488.0, 8449.0, 8463.0, 8449.0, 8454.0, 8504.0, 8487.0, 8484.0, 8511.0, 8448.0, 8517.0, 8460.0, 8506.0, 8439.0, 8458.0, 8491.0, 8403.0, 8458.0, 8388.0, 8449.0, 8386.0, 8416.0, 8414.0, 8387.0, 8442.0, 8404.0, 8451.0, 8408.0, 8458.0, 8410.0, 8426.0, 8467.0, 8416.0, 8476.0, 8422.0, 8460.0, 8420.0, 8462.0, 8421.0, 8484.0, 8423.0, 8467.0, 8420.0, 8451.0, 8511.0, 8456.0, 8515.0, 8473.0, 8496.0, 8444.0, 8461.0, 8517.0, 8442.0, 8493.0, 8430.0, 8471.0, 8393.0, 8438.0, 8438.0, 8425.0, 8488.0, 8431.0, 8474.0, 8430.0, 8456.0, 8418.0, 8483.0, 8440.0, 8496.0, 8436.0, 8481.0, 8437.0, 8481.0, 8525.0, 8451.0, 8513.0, 8475.0, 8495.0, 8439.0, 8497.0, 8463.0, 8496.0, 8467.0, 8471.0, 8418.0, 8473.0, 8436.0, 8507.0, 8472.0, 8495.0, 8447.0, 8475.0, 8433.0, 8494.0, 8442.0, 8478.0, 8416.0, 8455.0, 8413.0, 8458.0, 8446.0, 8496.0, 8439.0, 8495.0, 8433.0, 8479.0, 8449.0, 8483.0, 8545.0, 8511.0, 8518.0, 8428.0, 8485.0, 8391.0, 8457.0, 8453.0, 8436.0, 8434.0, 8421.0, 8478.0, 8409.0, 8465.0, 8409.0, 8459.0, 8472.0, 8420.0, 8480.0, 8389.0, 8428.0, 8368.0, 8384.0, 8456.0, 8406.0, 8433.0, 8390.0, 8419.0, 8440.0, 8386.0, 8425.0, 8372.0, 8417.0, 8390.0, 8426.0, 8439.0, 8428.0, 8468.0, 8415.0, 8469.0, 8431.0, 8475.0, 8443.0, 8482.0, 8437.0, 8479.0, 8432.0, 8467.0, 8474.0, 8485.0, 8451.0, 8481.0, 8507.0, 8451.0, 8528.0, 8451.0, 8510.0, 8453.0, 8506.0, 8459.0, 8515.0, 8455.0, 8478.0, 8417.0, 8476.0, 8429.0, 8482.0, 8548.0, 8464.0, 8518.0, 8430.0, 8500.0, 8410.0, 8463.0, 8500.0, 8435.0, 8477.0, 8403.0, 8446.0, 8401.0, 8417.0, 8480.0, 8425.0, 8463.0, 8394.0, 8450.0, 8400.0, 8462.0, 8418.0, 8460.0, 8445.0, 8460.0, 8526.0, 8452.0, 8498.0, 8441.0, 8478.0, 8440.0, 8493.0, 8436.0, 8479.0, 8422.0, 8484.0, 8449.0, 8467.0, 8529.0, 8464.0, 8504.0, 8430.0, 8476.0, 8442.0, 8459.0, 8521.0, 8461.0, 8484.0, 8429.0, 8470.0, 8432.0, 8481.0, 8438.0, 8478.0, 8431.0, 8449.0, 8525.0, 8462.0, 8490.0, 8449.0, 8495.0, 8435.0, 8478.0, 8417.0, 8478.0, 8540.0, 8450.0, 8486.0, 8431.0, 8471.0, 8426.0, 8482.0, 8421.0, 8468.0, 8433.0, 8466.0, 8464.0, 8472.0, 8517.0, 8460.0, 8442.0, 8477.0, 8534.0, 8478.0, 8536.0, 8483.0, 8521.0, 8458.0, 8502.0, 8543.0, 8466.0, 8516.0, 8455.0, 8498.0, 8505.0, 8443.0, 8498.0, 8441.0, 8491.0, 8416.0, 8472.0, 8410.0, 8443.0, 8500.0, 8452.0, 8512.0, 8440.0, 8497.0, 8441.0, 8481.0, 8505.0, 8503.0, 8461.0, 8477.0, 8482.0, 8466.0, 8506.0, 8495.0, 8478.0, 8539.0, 8530.0, 8548.0, 8543.0, 8551.0, 8546.0, 8497.0, 8484.0, 8472.0, 8411.0, 8459.0, 8435.0, 8508.0, 8465.0, 8511.0, 8468.0, 8490.0, 8448.0, 8471.0, 8423.0, 8430.0, 8386.0, 8416.0, 8400.0, 8345.0, 8417.0, 8361.0, 8437.0, 8376.0, 8421.0, 8382.0, 8436.0, 8365.0, 8431.0, 8380.0, 8435.0, 8382.0, 8455.0, 8398.0, 8441.0, 8400.0, 8441.0, 8391.0, 8450.0, 8411.0, 8438.0, 8412.0, 8460.0, 8437.0, 8462.0, 8466.0, 8480.0, 8451.0, 8492.0, 8442.0, 8502.0, 8442.0, 8491.0, 8423.0, 8496.0, 8459.0, 8499.0, 8443.0, 8481.0, 8457.0, 8456.0, 8461.0, 8448.0, 8473.0, 8429.0, 8473.0, 8425.0, 8490.0, 8446.0, 8490.0, 8448.0, 8495.0, 8468.0, 8540.0, 8483.0, 8521.0, 8477.0, 8519.0, 8462.0, 8484.0, 8428.0, 8483.0, 8446.0, 8491.0, 8431.0, 8472.0, 8430.0, 8472.0, 8448.0, 8492.0, 8433.0, 8473.0, 8427.0, 8473.0, 8469.0, 8497.0, 8555.0, 8498.0, 8501.0, 8475.0, 8513.0, 8490.0, 8522.0, 8495.0, 8517.0, 8472.0, 8513.0, 8458.0, 8519.0, 8458.0, 8513.0, 8437.0, 8478.0, 8432.0, 8478.0, 8541.0, 8479.0, 8488.0, 8430.0, 8485.0, 8452.0, 8494.0, 8467.0, 8475.0, 8437.0, 8491.0, 8473.0, 8499.0, 8455.0, 8477.0, 8418.0, 8461.0, 8462.0, 8466.0, 8520.0, 8460.0, 8483.0, 8423.0, 8470.0, 8412.0, 8454.0, 8395.0, 8435.0, 8461.0, 8407.0, 8482.0, 8427.0, 8437.0, 8414.0, 8467.0, 8447.0, 8492.0, 8466.0, 8490.0, 8432.0, 8457.0, 8414.0, 8477.0, 8468.0, 8439.0, 8464.0, 8406.0, 8459.0, 8401.0, 8460.0, 8390.0, 8430.0, 8455.0, 8382.0, 8422.0, 8351.0, 8398.0, 8379.0, 8385.0, 8429.0, 8389.0, 8417.0, 8389.0, 8424.0, 8382.0, 8442.0, 8395.0, 8413.0, 8466.0, 8416.0, 8475.0, 8433.0, 8442.0, 8433.0, 8461.0, 8424.0, 8500.0, 8480.0, 8505.0, 8479.0, 8500.0, 8442.0, 8500.0, 8445.0, 8502.0, 8424.0, 8482.0, 8466.0, 8491.0, 8532.0, 8468.0, 8462.0, 8446.0, 8463.0, 8468.0, 8495.0, 8465.0, 8405.0, 8465.0, 8440.0, 8487.0, 8486.0, 8470.0, 8422.0, 8464.0, 8496.0, 8466.0, 8510.0, 8463.0, 8474.0, 8445.0, 8501.0, 8445.0, 8500.0, 8428.0, 8472.0, 8416.0, 8471.0, 8432.0, 8487.0, 8432.0, 8456.0, 8430.0, 8505.0, 8434.0, 8502.0, 8434.0, 8484.0, 8415.0, 8471.0, 8437.0, 8488.0, 8432.0, 8454.0, 8414.0, 8469.0, 8445.0, 8472.0, 8446.0, 8386.0, 8446.0, 8399.0, 8467.0, 8442.0, 8466.0, 8403.0, 8466.0, 8403.0, 8478.0, 8436.0, 8475.0, 8402.0, 8456.0, 8402.0, 8490.0, 8453.0, 8493.0, 8411.0, 8470.0, 8439.0, 8424.0, 8440.0, 8423.0, 8498.0, 8442.0, 8491.0, 8465.0, 8420.0, 8490.0, 8428.0, 8499.0, 8447.0, 8516.0, 8487.0, 8463.0, 8420.0, 8457.0, 8412.0, 8490.0, 8445.0, 8456.0, 8427.0, 8378.0, 8425.0, 8389.0, 8446.0, 8387.0, 8431.0, 8388.0, 8425.0, 8409.0, 8417.0, 8439.0, 8401.0, 8474.0, 8451.0, 8436.0, 8479.0, 8434.0, 8505.0, 8465.0, 8505.0, 8465.0, 8523.0, 8473.0, 8495.0, 8425.0, 8476.0, 8439.0, 8486.0, 8446.0, 8480.0, 8422.0, 8449.0, 8431.0, 8430.0, 8447.0, 8407.0, 8476.0, 8436.0, 8498.0, 8471.0, 8431.0, 8501.0, 8473.0, 8524.0, 8470.0, 8533.0, 8491.0, 8527.0, 8453.0, 8507.0, 8443.0, 8470.0, 8434.0, 8479.0, 8430.0, 8472.0, 8396.0, 8429.0, 8423.0, 8464.0, 8421.0, 8464.0, 8454.0, 8412.0, 8440.0, 8425.0, 8502.0, 8455.0, 8515.0, 8452.0, 8523.0, 8435.0, 8487.0, 8431.0, 8510.0, 8449.0, 8498.0, 8425.0, 8463.0, 8407.0, 8463.0, 8425.0, 8473.0, 8414.0, 8466.0, 8394.0, 8452.0, 8397.0, 8470.0, 8434.0, 8472.0, 8428.0, 8455.0, 8411.0, 8441.0, 8468.0, 8442.0, 8508.0, 8462.0, 8489.0, 8446.0, 8470.0, 8435.0, 8473.0, 8433.0, 8501.0, 8419.0, 8477.0, 8417.0, 8478.0, 8417.0, 8469.0, 8437.0, 8491.0, 8458.0, 8473.0, 8469.0, 8421.0, 8499.0, 8471.0, 8509.0, 8448.0, 8416.0, 8456.0, 8427.0, 8452.0, 8439.0, 8472.0, 8488.0, 8452.0, 8390.0, 8431.0, 8397.0, 8428.0, 8441.0, 8412.0, 8460.0, 8435.0, 8432.0, 8419.0, 8378.0, 8438.0, 8382.0, 8457.0, 8418.0, 8495.0, 8459.0, 8414.0, 8483.0, 8445.0, 8518.0, 8481.0, 8530.0, 8475.0, 8529.0, 8452.0, 8507.0, 8456.0, 8514.0, 8437.0, 8492.0, 8401.0, 8456.0, 8427.0, 8476.0, 8487.0, 8441.0, 8393.0, 8424.0, 8436.0, 8428.0, 8505.0, 8448.0, 8487.0, 8430.0, 8486.0, 8427.0, 8488.0, 8431.0, 8484.0, 8430.0, 8472.0, 8397.0, 8438.0, 8379.0, 8439.0, 8431.0, 8459.0, 8383.0, 8455.0, 8401.0, 8460.0, 8416.0, 8474.0, 8461.0, 8461.0, 8402.0, 8443.0, 8426.0, 8460.0, 8505.0, 8443.0, 8425.0, 8426.0, 8451.0, 8427.0, 8505.0, 8445.0, 8483.0, 8413.0, 8467.0, 8409.0, 8464.0, 8415.0, 8465.0, 8412.0, 8451.0, 8397.0, 8451.0, 8401.0, 8476.0, 8422.0, 8487.0, 8431.0, 8467.0, 8416.0, 8470.0, 8427.0, 8477.0, 8456.0, 8482.0, 8433.0, 8474.0, 8453.0, 8490.0, 8439.0, 8440.0, 8427.0, 8370.0, 8426.0, 8402.0, 8429.0, 8415.0, 8390.0, 8394.0, 8449.0, 8373.0, 8438.0, 8390.0, 8454.0, 8392.0, 8446.0, 8392.0, 8446.0, 8393.0, 8464.0, 8405.0, 8455.0, 8385.0, 8438.0, 8386.0, 8441.0, 8405.0, 8467.0, 8408.0, 8469.0, 8426.0, 8465.0, 8419.0, 8374.0, 8418.0, 8408.0, 8476.0, 8438.0, 8464.0, 8419.0, 8487.0, 8454.0, 8530.0, 8480.0, 8514.0, 8455.0, 8510.0, 8454.0, 8487.0, 8415.0, 8443.0, 8441.0, 8384.0, 8461.0, 8422.0, 8491.0, 8426.0, 8463.0, 8450.0, 8477.0, 8417.0, 8469.0, 8411.0, 8468.0, 8432.0, 8511.0, 8454.0, 8506.0, 8449.0, 8506.0, 8441.0, 8529.0, 8456.0, 8508.0, 8439.0, 8508.0, 8439.0, 8495.0, 8438.0, 8491.0, 8434.0, 8486.0, 8417.0, 8473.0, 8435.0, 8495.0, 8433.0, 8475.0, 8414.0, 8455.0, 8470.0, 8441.0, 8507.0, 8444.0, 8485.0, 8410.0, 8450.0, 8391.0, 8436.0, 8382.0, 8440.0, 8436.0, 8422.0, 8449.0, 8410.0, 8452.0, 8419.0, 8482.0, 8424.0, 8449.0, 8451.0, 8477.0, 8453.0, 8516.0, 8470.0, 8494.0, 8448.0, 8496.0, 8433.0, 8478.0, 8449.0, 8419.0, 8461.0, 8436.0, 8479.0, 8422.0, 8504.0, 8485.0, 8520.0, 8447.0, 8492.0, 8417.0, 8464.0, 8464.0, 8419.0, 8470.0, 8399.0, 8472.0, 8423.0, 8512.0, 8437.0, 8505.0, 8430.0, 8483.0, 8413.0, 8484.0, 8413.0, 8486.0, 8412.0, 8441.0, 8414.0, 8418.0, 8458.0, 8407.0, 8467.0, 8419.0, 8459.0, 8401.0, 8489.0, 8438.0, 8480.0, 8465.0, 8407.0, 8461.0, 8418.0, 8495.0, 8437.0, 8512.0, 8484.0, 8464.0, 8463.0, 8414.0, 8462.0, 8440.0, 8496.0, 8436.0, 8516.0, 8430.0, 8487.0, 8416.0, 8487.0, 8434.0, 8501.0, 8416.0, 8486.0, 8417.0, 8490.0, 8420.0, 8489.0, 8446.0, 8429.0, 8414.0, 8456.0, 8437.0, 8483.0, 8436.0, 8417.0, 8444.0, 8441.0, 8454.0, 8434.0, 8482.0, 8421.0, 8474.0, 8421.0, 8476.0, 8444.0, 8515.0, 8458.0, 8510.0, 8439.0, 8506.0, 8438.0, 8515.0, 8457.0, 8524.0, 8433.0, 8500.0, 8415.0, 8488.0, 8435.0, 8503.0, 8413.0, 8470.0, 8414.0, 8467.0, 8397.0, 8459.0, 8399.0, 8451.0, 8378.0, 8433.0, 8375.0, 8434.0, 8396.0, 8440.0, 8409.0, 8434.0, 8376.0, 8420.0, 8391.0, 8423.0, 8461.0, 8415.0, 8425.0, 8424.0, 8480.0, 8408.0, 8466.0, 8411.0, 8489.0, 8417.0, 8482.0, 8413.0, 8450.0, 8389.0, 8462.0, 8422.0, 8490.0, 8447.0, 8469.0, 8408.0, 8448.0, 8449.0, 8448.0, 8518.0, 8462.0, 8501.0, 8443.0, 8529.0, 8450.0, 8531.0, 8477.0, 8511.0, 8422.0, 8478.0, 8434.0, 8484.0, 8526.0, 8491.0, 8469.0, 8409.0, 8465.0, 8396.0, 8488.0, 8418.0, 8500.0, 8410.0, 8467.0, 8412.0, 8485.0, 8437.0, 8501.0, 8430.0, 8468.0, 8412.0, 8484.0, 8413.0, 8488.0, 8431.0, 8498.0, 8414.0, 8481.0, 8408.0, 8480.0, 8425.0, 8481.0, 8422.0, 8476.0, 8405.0, 8460.0, 8407.0, 8468.0, 8394.0, 8464.0, 8374.0, 8427.0, 8376.0, 8463.0, 8403.0, 8479.0, 8396.0, 8463.0, 8394.0, 8447.0, 8382.0, 8453.0, 8395.0, 8446.0, 8392.0, 8433.0, 8394.0, 8452.0, 8408.0, 8477.0, 8403.0, 8469.0, 8398.0, 8452.0, 8399.0, 8462.0, 8419.0, 8476.0, 8398.0, 8499.0, 8460.0, 8516.0, 8438.0, 8363.0, 8382.0, 8407.0, 8486.0, 8425.0, 8421.0, 8487.0, 8448.0, 8407.0, 8466.0, 8429.0, 8526.0, 8463.0, 8503.0, 8467.0, 8476.0, 8412.0, 8452.0, 8390.0, 8433.0, 8373.0, 8428.0, 8362.0, 8413.0, 8358.0, 8383.0, 8345.0, 8387.0, 8368.0, 8418.0, 8394.0, 8419.0, 8394.0, 8435.0, 8398.0, 8439.0, 8396.0, 8457.0, 8431.0, 8445.0, 8441.0, 8397.0, 8511.0, 8432.0, 8472.0, 8417.0, 8459.0, 8402.0, 8454.0, 8404.0, 8445.0, 8404.0, 8473.0, 8449.0, 8492.0, 8433.0, 8492.0, 8489.0, 8476.0, 8578.0, 8486.0, 8536.0, 8460.0, 8500.0, 8435.0, 8488.0, 8499.0, 8454.0, 8480.0, 8433.0, 8506.0, 8429.0, 8478.0, 8417.0, 8477.0, 8438.0, 8407.0, 8435.0, 8421.0, 8482.0, 8442.0, 8530.0, 8463.0, 8528.0, 8437.0, 8494.0, 8429.0, 8458.0, 8508.0, 8471.0, 8485.0, 8418.0, 8461.0, 8387.0, 8445.0, 8389.0, 8449.0, 8396.0, 8433.0, 8395.0, 8453.0, 8398.0, 8454.0, 8406.0, 8480.0, 8402.0, 8458.0, 8383.0, 8442.0, 8379.0, 8442.0, 8432.0, 8428.0, 8381.0, 8428.0, 8395.0, 8413.0, 8469.0, 8423.0, 8506.0, 8437.0, 8488.0, 8414.0, 8486.0, 8415.0, 8509.0, 8435.0, 8489.0, 8410.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.0020697088791848616</td></tr>
<tr><td colspan=3>aqi</td><td>0.06176368100436681</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.46136005901677</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1025946647560092</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9817583901675192</td></tr>
<tr><td colspan=3>efc</td><td>0.4666</td></tr>
<tr><td colspan=3>fber</td><td>3557.0752</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1696138371705742</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>320</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.28966521106259</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8428153136990204</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7591582978529035</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.102350653306924</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.666936989937235</td></tr>
<tr><td colspan=3>gcor</td><td>0.00629775</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011964921839535236</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029415497556328773</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.563379387420299</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.8871</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9555</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.7444</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>776.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.5831</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.347</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.6204</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2976.7988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>809.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3968.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>905.3137</td></tr>
<tr><td colspan=3>tsnr</td><td>24.00975096412003</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>