<?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-0075_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0075_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-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0075/figures/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0075/ses-03/func/sub-0075_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e4d9b48011b4b4d6d55fb3779e5a2e5a</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>09:56:32.432500</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.993042, 0.00544997, 0.117633, 0.00762618, 0.993855, -0.110425]</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.0814625</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4182, -7669, -7258, 492, -42, -37, 17, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.139</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6ed97f6-4560-4921-b6ee-1b33c8d617b8||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.664259433746338, 0.020460477098822594, 0.31728261709213257, 102.99951171875], [-0.014621859416365623, 2.666440963745117, -0.29849421977996826, -82.27925872802734], [0.31560102105140686, 0.2962612509727478, 2.664626359939575, -99.25590515136719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['095632.432500', '095632.892500', '095633.352500', '095633.812500', '095634.272500', '095634.732500', '095635.192500', '095635.652500', '095636.112500', '095636.572500', '095637.032500', '095637.492500', '095637.952500', '095638.412500', '095638.872500', '095639.332500', '095639.792500', '095640.252500', '095640.712500', '095641.172500', '095641.632500', '095642.092500', '095642.552500', '095643.012500', '095643.472500', '095643.932500', '095644.392500', '095644.852500', '095645.312500', '095645.772500', '095646.232500', '095646.692500', '095647.152500', '095647.612500', '095648.072500', '095648.532500', '095648.992500', '095649.452500', '095649.912500', '095650.372500', '095650.832500', '095651.292500', '095651.752500', '095652.212500', '095652.672500', '095653.132500', '095653.592500', '095654.052500', '095654.512500', '095654.972500', '095655.432500', '095655.892500', '095656.352500', '095656.812500', '095657.272500', '095657.732500', '095658.192500', '095658.652500', '095659.112500', '095659.572500', '095700.032500', '095700.492500', '095700.952500', '095701.412500', '095701.872500', '095702.332500', '095702.792500', '095703.252500', '095703.712500', '095704.172500', '095704.632500', '095705.092500', '095705.552500', '095706.012500', '095706.472500', '095706.932500', '095707.392500', '095707.852500', '095708.312500', '095708.772500', '095709.232500', '095709.692500', '095710.152500', '095710.612500', '095711.072500', '095711.532500', '095711.992500', '095712.452500', '095712.912500', '095713.372500', '095713.832500', '095714.292500', '095714.752500', '095715.212500', '095715.672500', '095716.132500', '095716.592500', '095717.052500', '095717.512500', '095717.972500', '095718.432500', '095718.892500', '095719.352500', '095719.812500', '095720.272500', '095720.732500', '095721.192500', '095721.652500', '095722.112500', '095722.572500', '095723.032500', '095723.492500', '095723.952500', '095724.412500', '095724.872500', '095725.332500', '095725.792500', '095726.252500', '095726.712500', '095727.172500', '095727.632500', '095728.092500', '095728.552500', '095729.012500', '095729.472500', '095729.932500', '095730.392500', '095730.852500', '095731.312500', '095731.772500', '095732.232500', '095732.692500', '095733.152500', '095733.612500', '095734.072500', '095734.532500', '095734.992500', '095735.452500', '095735.912500', '095736.372500', '095736.832500', '095737.292500', '095737.752500', '095738.212500', '095738.672500', '095739.132500', '095739.592500', '095740.052500', '095740.512500', '095740.972500', '095741.432500', '095741.892500', '095742.352500', '095742.812500', '095743.272500', '095743.732500', '095744.192500', '095744.652500', '095745.112500', '095745.572500', '095746.032500', '095746.492500', '095746.952500', '095747.412500', '095747.872500', '095748.332500', '095748.792500', '095749.252500', '095749.712500', '095750.172500', '095750.632500', '095751.092500', '095751.552500', '095752.012500', '095752.472500', '095752.932500', '095753.392500', '095753.852500', '095754.312500', '095754.772500', '095755.232500', '095755.692500', '095756.152500', '095756.612500', '095757.072500', '095757.532500', '095757.992500', '095758.452500', '095758.912500', '095759.372500', '095759.832500', '095800.292500', '095800.752500', '095801.212500', '095801.672500', '095802.132500', '095802.592500', '095803.052500', '095803.512500', '095803.972500', '095804.432500', '095804.892500', '095805.352500', '095805.812500', '095806.272500', '095806.732500', '095807.192500', '095807.652500', '095808.112500', '095808.572500', '095809.032500', '095809.492500', '095809.952500', '095810.412500', '095810.872500', '095811.332500', '095811.792500', '095812.252500', '095812.712500', '095813.172500', '095813.632500', '095814.092500', '095814.552500', '095815.012500', '095815.472500', '095815.932500', '095816.392500', '095816.852500', '095817.312500', '095817.772500', '095818.232500', '095818.692500', '095819.152500', '095819.612500', '095820.072500', '095820.532500', '095820.992500', '095821.452500', '095821.912500', '095822.372500', '095822.832500', '095823.292500', '095823.752500', '095824.212500', '095824.672500', '095825.132500', '095825.592500', '095826.052500', '095826.512500', '095826.972500', '095827.432500', '095827.892500', '095828.352500', '095828.812500', '095829.272500', '095829.732500', '095830.192500', '095830.652500', '095831.112500', '095831.572500', '095832.032500', '095832.492500', '095832.952500', '095833.412500', '095833.872500', '095834.332500', '095834.792500', '095835.252500', '095835.712500', '095836.172500', '095836.632500', '095837.092500', '095837.552500', '095838.012500', '095838.472500', '095838.932500', '095839.392500', '095839.852500', '095840.312500', '095840.772500', '095841.232500', '095841.692500', '095842.152500', '095842.612500', '095843.072500', '095843.532500', '095843.992500', '095844.452500', '095844.912500', '095845.372500', '095845.832500', '095846.292500', '095846.752500', '095847.212500', '095847.672500', '095848.132500', '095848.592500', '095849.052500', '095849.512500', '095849.972500', '095850.432500', '095850.892500', '095851.352500', '095851.812500', '095852.272500', '095852.732500', '095853.192500', '095853.652500', '095854.112500', '095854.572500', '095855.032500', '095855.492500', '095855.952500', '095856.412500', '095856.872500', '095857.332500', '095857.792500', '095858.252500', '095858.712500', '095859.172500', '095859.632500', '095900.092500', '095900.552500', '095901.012500', '095901.472500', '095901.932500', '095902.392500', '095902.852500', '095903.312500', '095903.772500', '095904.232500', '095904.692500', '095905.152500', '095905.612500', '095906.072500', '095906.532500', '095906.992500', '095907.452500', '095907.912500', '095908.372500', '095908.832500', '095909.292500', '095909.752500', '095910.212500', '095910.672500', '095911.132500', '095911.592500', '095912.052500', '095912.512500', '095912.972500', '095913.432500', '095913.892500', '095914.352500', '095914.812500', '095915.272500', '095915.732500', '095916.192500', '095916.652500', '095917.112500', '095917.572500', '095918.032500', '095918.492500', '095918.952500', '095919.412500', '095919.872500', '095920.332500', '095920.792500', '095921.252500', '095921.712500', '095922.172500', '095922.632500', '095923.092500', '095923.552500', '095924.012500', '095924.472500', '095924.932500', '095925.392500', '095925.852500', '095926.312500', '095926.772500', '095927.232500', '095927.692500', '095928.152500', '095928.612500', '095929.072500', '095929.532500', '095929.992500', '095930.452500', '095930.912500', '095931.372500', '095931.832500', '095932.292500', '095932.752500', '095933.212500', '095933.672500', '095934.132500', '095934.592500', '095935.052500', '095935.512500', '095935.972500', '095936.432500', '095936.892500', '095937.352500', '095937.812500', '095938.272500', '095938.732500', '095939.192500', '095939.652500', '095940.112500', '095940.572500', '095941.032500', '095941.492500', '095941.952500', '095942.412500', '095942.872500', '095943.332500', '095943.792500', '095944.252500', '095944.712500', '095945.172500', '095945.632500', '095946.092500', '095946.552500', '095947.012500', '095947.472500', '095947.932500', '095948.392500', '095948.852500', '095949.312500', '095949.772500', '095950.232500', '095950.692500', '095951.152500', '095951.612500', '095952.072500', '095952.532500', '095952.992500', '095953.452500', '095953.912500', '095954.372500', '095954.832500', '095955.292500', '095955.752500', '095956.212500', '095956.672500', '095957.132500', '095957.592500', '095958.052500', '095958.512500', '095958.972500', '095959.432500', '095959.892500', '100000.352500', '100000.812500', '100001.272500', '100001.732500', '100002.192500', '100002.652500', '100003.112500', '100003.572500', '100004.032500', '100004.492500', '100004.952500', '100005.412500', '100005.872500', '100006.332500', '100006.792500', '100007.252500', '100007.712500', '100008.172500', '100008.632500', '100009.092500', '100009.552500', '100010.012500', '100010.472500', '100010.932500', '100011.392500', '100011.852500', '100012.312500', '100012.772500', '100013.232500', '100013.692500', '100014.152500', '100014.612500', '100015.072500', '100015.532500', '100015.992500', '100016.452500', '100016.912500', '100017.372500', '100017.832500', '100018.292500', '100018.752500', '100019.212500', '100019.672500', '100020.132500', '100020.592500', '100021.052500', '100021.512500', '100021.972500', '100022.432500', '100022.892500', '100023.352500', '100023.812500', '100024.272500', '100024.732500', '100025.192500', '100025.652500', '100026.112500', '100026.572500', '100027.032500', '100027.492500', '100027.952500', '100028.412500', '100028.872500', '100029.332500', '100029.792500', '100030.252500', '100030.712500', '100031.172500', '100031.632500', '100032.092500', '100032.552500', '100033.012500', '100033.472500', '100033.932500', '100034.392500', '100034.852500', '100035.312500', '100035.772500', '100036.232500', '100036.692500', '100037.152500', '100037.612500', '100038.072500', '100038.532500', '100038.992500', '100039.452500', '100039.912500', '100040.372500', '100040.832500', '100041.292500', '100041.752500', '100042.212500', '100042.672500', '100043.132500', '100043.592500', '100044.052500', '100044.512500', '100044.972500', '100045.432500', '100045.892500', '100046.352500', '100046.812500', '100047.272500', '100047.732500', '100048.192500', '100048.652500', '100049.112500', '100049.572500', '100050.032500', '100050.492500', '100050.952500', '100051.412500', '100051.872500', '100052.332500', '100052.792500', '100053.252500', '100053.712500', '100054.172500', '100054.632500', '100055.092500', '100055.552500', '100056.012500', '100056.472500', '100056.932500', '100057.392500', '100057.852500', '100058.312500', '100058.772500', '100059.232500', '100059.692500', '100100.152500', '100100.612500', '100101.072500', '100101.532500', '100101.992500', '100102.452500', '100102.912500', '100103.372500', '100103.832500', '100104.292500', '100104.752500', '100105.212500', '100105.672500', '100106.132500', '100106.592500', '100107.052500', '100107.512500', '100107.972500', '100108.432500', '100108.892500', '100109.352500', '100109.812500', '100110.272500', '100110.732500', '100111.192500', '100111.652500', '100112.112500', '100112.572500', '100113.032500', '100113.492500', '100113.952500', '100114.412500', '100114.872500', '100115.332500', '100115.792500', '100116.252500', '100116.712500', '100117.172500', '100117.632500', '100118.092500', '100118.552500', '100119.012500', '100119.472500', '100119.932500', '100120.392500', '100120.852500', '100121.312500', '100121.772500', '100122.232500', '100122.692500', '100123.152500', '100123.612500', '100124.072500', '100124.532500', '100124.992500', '100125.452500', '100125.912500', '100126.372500', '100126.832500', '100127.292500', '100127.752500', '100128.212500', '100128.672500', '100129.132500', '100129.592500', '100130.052500', '100130.512500', '100130.972500', '100131.432500', '100131.892500', '100132.352500', '100132.812500', '100133.272500', '100133.732500', '100134.192500', '100134.652500', '100135.112500', '100135.572500', '100136.032500', '100136.492500', '100136.952500', '100137.412500', '100137.872500', '100138.332500', '100138.792500', '100139.252500', '100139.712500', '100140.172500', '100140.632500', '100141.092500', '100141.552500', '100142.012500', '100142.472500', '100142.932500', '100143.392500', '100143.852500', '100144.312500', '100144.772500', '100145.232500', '100145.692500', '100146.152500', '100146.612500', '100147.072500', '100147.532500', '100147.992500', '100148.452500', '100148.912500', '100149.372500', '100149.832500', '100150.292500', '100150.752500', '100151.212500', '100151.672500', '100152.132500', '100152.592500', '100153.052500', '100153.512500', '100153.972500', '100154.432500', '100154.892500', '100155.352500', '100155.812500', '100156.272500', '100156.732500', '100157.192500', '100157.652500', '100158.112500', '100158.572500', '100159.032500', '100159.492500', '100159.952500', '100200.412500', '100200.872500', '100201.332500', '100201.792500', '100202.252500', '100202.712500', '100203.172500', '100203.632500', '100204.092500', '100204.552500', '100205.012500', '100205.472500', '100205.932500', '100206.392500', '100206.852500', '100207.312500', '100207.772500', '100208.232500', '100208.692500', '100209.152500', '100209.612500', '100210.072500', '100210.532500', '100210.992500', '100211.452500', '100211.912500', '100212.372500', '100212.832500', '100213.292500', '100213.752500', '100214.212500', '100214.672500', '100215.132500', '100215.592500', '100216.052500', '100216.512500', '100216.972500', '100217.432500', '100217.892500', '100218.352500', '100218.812500', '100219.272500', '100219.732500', '100220.192500', '100220.652500', '100221.112500', '100221.572500', '100222.032500', '100222.492500', '100222.952500', '100223.412500', '100223.872500', '100224.332500', '100224.792500', '100225.252500', '100225.712500', '100226.172500', '100226.632500', '100227.092500', '100227.552500', '100228.012500', '100228.472500', '100228.932500', '100229.392500', '100229.852500', '100230.312500', '100230.772500', '100231.232500', '100231.692500', '100232.152500', '100232.612500', '100233.072500', '100233.532500', '100233.992500', '100234.452500', '100234.912500', '100235.372500', '100235.832500', '100236.292500', '100236.752500', '100237.212500', '100237.672500', '100238.132500', '100238.592500', '100239.052500', '100239.512500', '100239.972500', '100240.432500', '100240.892500', '100241.352500', '100241.812500', '100242.272500', '100242.732500', '100243.192500', '100243.652500', '100244.112500', '100244.572500', '100245.032500', '100245.492500', '100245.952500', '100246.412500', '100246.872500', '100247.332500', '100247.792500', '100248.252500', '100248.712500', '100249.172500', '100249.632500', '100250.092500', '100250.552500', '100251.012500', '100251.472500', '100251.932500', '100252.392500', '100252.852500', '100253.312500', '100253.772500', '100254.232500', '100254.692500', '100255.152500', '100255.612500', '100256.072500', '100256.532500', '100256.992500', '100257.452500', '100257.912500', '100258.372500', '100258.832500', '100259.292500', '100259.752500', '100300.212500', '100300.672500', '100301.132500', '100301.592500', '100302.052500', '100302.512500', '100302.972500', '100303.432500', '100303.892500', '100304.352500', '100304.812500', '100305.272500', '100305.732500', '100306.192500', '100306.652500', '100307.112500', '100307.572500', '100308.032500', '100308.492500', '100308.952500', '100309.412500', '100309.872500', '100310.332500', '100310.792500', '100311.252500', '100311.712500', '100312.172500', '100312.632500', '100313.092500', '100313.552500', '100314.012500', '100314.472500', '100314.932500', '100315.392500', '100315.852500', '100316.312500', '100316.772500', '100317.232500', '100317.692500', '100318.152500', '100318.612500', '100319.072500', '100319.532500', '100319.992500', '100320.452500', '100320.912500', '100321.372500', '100321.832500', '100322.292500', '100322.752500', '100323.212500', '100323.672500', '100324.132500', '100324.592500', '100325.052500', '100325.512500', '100325.972500', '100326.432500', '100326.892500', '100327.352500', '100327.812500', '100328.272500', '100328.732500', '100329.192500', '100329.652500', '100330.112500', '100330.572500', '100331.032500', '100331.492500', '100331.952500', '100332.412500', '100332.872500', '100333.332500', '100333.792500', '100334.252500', '100334.712500', '100335.172500', '100335.632500', '100336.092500', '100336.552500', '100337.012500', '100337.472500', '100337.932500', '100338.392500', '100338.852500', '100339.312500', '100339.772500', '100340.232500', '100340.692500', '100341.152500', '100341.612500', '100342.072500', '100342.532500', '100342.992500', '100343.452500', '100343.912500', '100344.372500', '100344.832500', '100345.292500', '100345.752500', '100346.212500', '100346.672500', '100347.132500', '100347.592500', '100348.052500', '100348.512500', '100348.972500', '100349.432500', '100349.892500', '100350.352500', '100350.812500', '100351.272500', '100351.732500', '100352.192500', '100352.652500', '100353.112500', '100353.572500', '100354.032500', '100354.492500', '100354.952500', '100355.412500', '100355.872500', '100356.332500', '100356.792500', '100357.252500', '100357.712500', '100358.172500', '100358.632500', '100359.092500', '100359.552500', '100400.012500', '100400.472500', '100400.932500', '100401.392500', '100401.852500', '100402.312500', '100402.772500', '100403.232500', '100403.692500', '100404.152500', '100404.612500', '100405.072500', '100405.532500', '100405.992500', '100406.452500', '100406.912500', '100407.372500', '100407.832500', '100408.292500', '100408.752500', '100409.212500', '100409.672500', '100410.132500', '100410.592500', '100411.052500', '100411.512500', '100411.972500', '100412.432500', '100412.892500', '100413.352500', '100413.812500', '100414.272500', '100414.732500', '100415.192500', '100415.652500', '100416.112500', '100416.572500', '100417.032500', '100417.492500', '100417.952500', '100418.412500', '100418.872500', '100419.332500', '100419.792500', '100420.252500', '100420.712500', '100421.172500', '100421.632500', '100422.092500', '100422.552500', '100423.012500', '100423.472500', '100423.932500', '100424.392500', '100424.852500', '100425.312500', '100425.772500', '100426.232500', '100426.692500', '100427.152500', '100427.612500', '100428.072500', '100428.532500', '100428.992500', '100429.452500', '100429.912500', '100430.372500', '100430.832500', '100431.292500', '100431.752500', '100432.212500', '100432.672500', '100433.132500', '100433.592500', '100434.052500', '100434.512500', '100434.972500', '100435.432500', '100435.892500', '100436.352500', '100436.812500', '100437.272500', '100437.732500', '100438.192500', '100438.652500', '100439.112500', '100439.572500', '100440.032500', '100440.492500', '100440.952500', '100441.412500', '100441.872500', '100442.332500', '100442.792500', '100443.252500', '100443.712500', '100444.172500', '100444.632500', '100445.092500', '100445.552500', '100446.012500', '100446.472500', '100446.932500', '100447.392500', '100447.852500', '100448.312500', '100448.772500', '100449.232500', '100449.692500', '100450.152500', '100450.612500', '100451.072500', '100451.532500', '100451.992500', '100452.452500', '100452.912500', '100453.372500', '100453.832500', '100454.292500', '100454.752500', '100455.212500', '100455.672500', '100456.132500', '100456.592500', '100457.052500', '100457.512500', '100457.972500', '100458.432500', '100458.892500', '100459.352500', '100459.812500', '100500.272500', '100500.732500', '100501.192500', '100501.652500', '100502.112500', '100502.572500', '100503.032500', '100503.492500', '100503.952500', '100504.412500', '100504.872500', '100505.332500', '100505.792500', '100506.252500', '100506.712500', '100507.172500', '100507.632500', '100508.092500', '100508.552500', '100509.012500', '100509.472500', '100509.932500', '100510.392500', '100510.852500', '100511.312500', '100511.772500', '100512.232500', '100512.692500', '100513.152500', '100513.612500', '100514.072500', '100514.532500', '100514.992500', '100515.452500', '100515.912500', '100516.372500', '100516.832500', '100517.292500', '100517.752500', '100518.212500', '100518.672500', '100519.132500', '100519.592500', '100520.052500', '100520.512500', '100520.972500', '100521.432500', '100521.892500', '100522.352500', '100522.812500', '100523.272500', '100523.732500', '100524.192500', '100524.652500', '100525.112500', '100525.572500', '100526.032500', '100526.492500', '100526.952500', '100527.412500', '100527.872500', '100528.332500', '100528.792500', '100529.252500', '100529.712500', '100530.172500', '100530.632500', '100531.092500', '100531.552500', '100532.012500', '100532.472500', '100532.932500', '100533.392500', '100533.852500', '100534.312500', '100534.772500', '100535.232500', '100535.692500', '100536.152500', '100536.612500', '100537.072500', '100537.532500', '100537.992500', '100538.452500', '100538.912500', '100539.372500', '100539.832500', '100540.292500', '100540.752500', '100541.212500', '100541.672500', '100542.132500', '100542.592500', '100543.052500', '100543.512500', '100543.972500', '100544.432500', '100544.892500', '100545.352500', '100545.812500', '100546.272500', '100546.732500', '100547.192500', '100547.652500', '100548.112500', '100548.572500', '100549.032500', '100549.492500', '100549.952500', '100550.412500', '100550.872500', '100551.332500', '100551.792500', '100552.252500', '100552.712500', '100553.172500', '100553.632500', '100554.092500', '100554.552500', '100555.012500', '100555.472500', '100555.932500', '100556.392500', '100556.852500', '100557.312500', '100557.772500', '100558.232500', '100558.692500', '100559.152500', '100559.612500', '100600.072500', '100600.532500', '100600.992500', '100601.452500', '100601.912500', '100602.372500', '100602.832500', '100603.292500', '100603.752500', '100604.212500', '100604.672500', '100605.132500', '100605.592500', '100606.052500', '100606.512500', '100606.972500', '100607.432500', '100607.892500', '100608.352500', '100608.812500', '100609.272500', '100609.732500', '100610.192500', '100610.652500', '100611.112500', '100611.572500', '100612.032500', '100612.492500', '100612.952500', '100613.412500', '100613.872500', '100614.332500', '100614.792500', '100615.252500', '100615.712500', '100616.172500', '100616.632500', '100617.092500', '100617.552500', '100618.012500', '100618.472500', '100618.932500', '100619.392500', '100619.852500', '100620.312500', '100620.772500', '100621.232500', '100621.692500', '100622.152500', '100622.612500', '100623.072500', '100623.532500', '100623.992500', '100624.452500', '100624.912500', '100625.372500', '100625.832500', '100626.292500', '100626.752500', '100627.212500', '100627.672500', '100628.132500', '100628.592500', '100629.052500', '100629.512500', '100629.972500', '100630.432500', '100630.892500', '100631.352500', '100631.812500', '100632.272500', '100632.732500', '100633.192500', '100633.652500', '100634.112500', '100634.572500', '100635.032500', '100635.492500', '100635.952500', '100636.412500', '100636.872500', '100637.332500', '100637.792500', '100638.252500', '100638.712500', '100639.172500', '100639.632500', '100640.092500', '100640.552500', '100641.012500', '100641.472500', '100641.932500', '100642.392500', '100642.852500', '100643.312500', '100643.772500', '100644.232500', '100644.692500', '100645.152500', '100645.612500', '100646.072500'], 'ContentTime': ['095658.607000', '095658.611000', '095658.614000', '095658.616000', '095658.619000', '095658.621000', '095658.624000', '095658.627000', '095658.629000', '095658.632000', '095658.634000', '095658.637000', '095658.640000', '095658.642000', '095658.645000', '095658.647000', '095658.650000', '095658.652000', '095658.661000', '095658.664000', '095658.666000', '095658.669000', '095658.671000', '095658.674000', '095658.676000', '095658.679000', '095658.682000', '095658.684000', '095658.687000', '095658.690000', '095658.692000', '095658.695000', '095658.697000', '095658.700000', '095658.702000', '095658.705000', '095658.707000', '095658.710000', '095658.713000', '095658.715000', '095658.718000', '095658.720000', '095658.723000', '095658.725000', '095658.728000', '095658.731000', '095658.733000', '095658.736000', '095658.738000', '095658.741000', '095658.743000', '095658.746000', '095658.749000', '095658.751000', '095658.754000', '095718.550000', '095718.552000', '095718.555000', '095718.558000', '095718.560000', '095718.563000', '095718.565000', '095718.568000', '095718.570000', '095718.573000', '095718.576000', '095718.578000', '095718.581000', '095718.583000', '095718.586000', '095718.589000', '095718.591000', '095718.594000', '095718.596000', '095718.599000', '095718.601000', '095718.604000', '095718.607000', '095718.609000', '095718.612000', '095718.614000', '095718.617000', '095718.620000', '095718.622000', '095718.625000', '095718.627000', '095718.630000', '095718.632000', '095718.635000', '095718.638000', '095718.640000', '095718.643000', '095718.645000', '095718.648000', '095718.650000', '095718.653000', '095718.656000', '095718.658000', '095718.661000', '095738.549000', '095738.552000', '095738.555000', '095738.557000', '095738.560000', '095738.563000', '095738.565000', '095738.573000', '095738.576000', '095738.579000', '095738.581000', '095738.584000', '095738.586000', '095738.589000', '095738.592000', '095738.594000', '095738.597000', '095738.600000', '095738.602000', '095738.605000', '095738.607000', '095738.610000', '095738.613000', '095738.615000', '095738.618000', '095738.621000', '095738.623000', '095738.626000', '095738.628000', '095738.631000', '095738.633000', '095738.636000', '095738.639000', '095738.641000', '095738.644000', '095738.646000', '095738.649000', '095738.651000', '095738.654000', '095738.657000', '095738.659000', '095738.662000', '095738.664000', '095758.550000', '095758.553000', '095758.556000', '095758.558000', '095758.561000', '095758.564000', '095758.566000', '095758.569000', '095758.571000', '095758.574000', '095758.577000', '095758.579000', '095758.582000', '095758.585000', '095758.588000', '095758.591000', '095758.594000', '095758.596000', '095758.599000', '095758.601000', '095758.608000', '095758.611000', '095758.614000', '095758.616000', '095758.619000', '095758.621000', '095758.624000', '095758.637000', '095758.640000', '095758.642000', '095758.645000', '095758.648000', '095758.650000', '095758.653000', '095758.655000', '095758.658000', '095758.661000', '095758.663000', '095758.666000', '095758.668000', '095758.671000', '095758.674000', '095758.676000', '095818.550000', '095818.552000', '095818.556000', '095818.559000', '095818.561000', '095818.564000', '095818.567000', '095818.569000', '095818.572000', '095818.574000', '095818.577000', '095818.580000', '095818.582000', '095818.585000', '095818.587000', '095818.590000', '095818.593000', '095818.595000', '095818.598000', '095818.600000', '095818.603000', '095818.606000', '095818.608000', '095818.611000', '095818.613000', '095818.616000', '095818.619000', '095818.621000', '095818.624000', '095818.627000', '095818.629000', '095818.632000', '095818.634000', '095818.637000', '095818.639000', '095818.642000', '095818.645000', '095818.647000', '095818.650000', '095818.653000', '095818.655000', '095818.658000', '095818.661000', '095818.663000', '095838.548000', '095838.551000', '095838.554000', '095838.557000', '095838.560000', '095838.563000', '095838.565000', '095838.568000', '095838.571000', '095838.573000', '095838.576000', '095838.578000', '095838.581000', '095838.583000', '095838.586000', '095838.589000', '095838.591000', '095838.594000', '095838.597000', '095838.599000', '095838.602000', '095838.605000', '095838.607000', '095838.610000', '095838.612000', '095838.615000', '095838.618000', '095838.620000', '095838.623000', '095838.625000', '095838.628000', '095838.630000', '095838.633000', '095838.636000', '095838.638000', '095838.641000', '095838.643000', '095838.646000', '095838.649000', '095838.651000', '095838.658000', '095838.660000', '095838.663000', '095858.548000', '095858.551000', '095858.554000', '095858.557000', '095858.559000', '095858.562000', '095858.565000', '095858.567000', '095858.570000', '095858.573000', '095858.575000', '095858.578000', '095858.580000', '095858.583000', '095858.586000', '095858.588000', '095858.591000', '095858.594000', '095858.596000', '095858.599000', '095858.601000', '095858.604000', '095858.607000', '095858.609000', '095858.612000', '095858.615000', '095858.617000', '095858.620000', '095858.622000', '095858.625000', '095858.627000', '095858.630000', '095858.633000', '095858.635000', '095858.638000', '095858.640000', '095858.643000', '095858.646000', '095858.648000', '095858.651000', '095858.653000', '095858.656000', '095858.659000', '095858.661000', '095918.550000', '095918.552000', '095918.555000', '095918.558000', '095918.560000', '095918.563000', '095918.566000', '095918.568000', '095918.571000', '095918.574000', '095918.576000', '095918.579000', '095918.581000', '095918.584000', '095918.586000', '095918.589000', '095918.592000', '095918.594000', '095918.597000', '095918.600000', '095918.602000', '095918.605000', '095918.608000', '095918.611000', '095918.614000', '095918.617000', '095918.619000', '095918.622000', '095918.625000', '095918.628000', '095918.631000', '095918.634000', '095918.636000', '095918.639000', '095918.641000', '095918.644000', '095918.646000', '095918.649000', '095918.652000', '095918.654000', '095918.657000', '095918.659000', '095918.662000', '095938.549000', '095938.552000', '095938.555000', '095938.558000', '095938.560000', '095938.563000', '095938.565000', '095938.568000', '095938.571000', '095938.573000', '095938.576000', '095938.579000', '095938.581000', '095938.584000', '095938.587000', '095938.589000', '095938.592000', '095938.595000', '095938.597000', '095938.600000', '095938.602000', '095938.605000', '095938.607000', '095938.623000', '095938.626000', '095938.628000', '095938.631000', '095938.634000', '095938.636000', '095938.639000', '095938.641000', '095938.644000', '095938.647000', '095938.649000', '095938.652000', '095938.654000', '095938.657000', '095938.660000', '095938.662000', '095938.665000', '095938.668000', '095938.670000', '095938.673000', '095938.675000', '095958.550000', '095958.552000', '095958.555000', '095958.558000', '095958.560000', '095958.563000', '095958.565000', '095958.568000', '095958.571000', '095958.573000', '095958.576000', '095958.578000', '095958.581000', '095958.584000', '095958.586000', '095958.589000', '095958.592000', '095958.594000', '095958.598000', '095958.601000', '095958.603000', '095958.606000', '095958.609000', '095958.611000', '095958.614000', '095958.616000', '095958.619000', '095958.622000', '095958.624000', '095958.627000', '095958.629000', '095958.632000', '095958.634000', '095958.637000', '095958.640000', '095958.642000', '095958.645000', '095958.647000', '095958.650000', '095958.652000', '095958.655000', '095958.658000', '095958.660000', '100018.549000', '100018.552000', '100018.555000', '100018.558000', '100018.560000', '100018.563000', '100018.565000', '100018.568000', '100018.571000', '100018.573000', '100018.576000', '100018.578000', '100018.581000', '100018.584000', '100018.586000', '100018.589000', '100018.591000', '100018.594000', '100018.597000', '100018.599000', '100018.602000', '100018.604000', '100018.607000', '100018.610000', '100018.612000', '100018.615000', '100018.617000', '100018.620000', '100018.623000', '100018.625000', '100018.628000', '100018.630000', '100018.633000', '100018.635000', '100018.638000', '100018.641000', '100018.643000', '100018.646000', '100018.648000', '100018.651000', '100018.654000', '100018.656000', '100018.659000', '100018.662000', '100038.549000', '100038.552000', '100038.555000', '100038.558000', '100038.560000', '100038.563000', '100038.566000', '100038.568000', '100038.571000', '100038.574000', '100038.576000', '100038.579000', '100038.581000', '100038.584000', '100038.587000', '100038.590000', '100038.592000', '100038.595000', '100038.598000', '100038.600000', '100038.603000', '100038.606000', '100038.608000', '100038.611000', '100038.613000', '100038.616000', '100038.618000', '100038.621000', '100038.624000', '100038.626000', '100038.629000', '100038.632000', '100038.634000', '100038.637000', '100038.639000', '100038.642000', '100038.645000', '100038.647000', '100038.650000', '100038.652000', '100038.655000', '100038.657000', '100038.660000', '100058.548000', '100058.551000', '100058.554000', '100058.556000', '100058.559000', '100058.562000', '100058.564000', '100058.567000', '100058.569000', '100058.572000', '100058.574000', '100058.577000', '100058.580000', '100058.582000', '100058.585000', '100058.587000', '100058.590000', '100058.593000', '100058.595000', '100058.598000', '100058.601000', '100058.603000', '100058.606000', '100058.608000', '100058.611000', '100058.614000', '100058.616000', '100058.619000', '100058.621000', '100058.624000', '100058.626000', '100058.629000', '100058.632000', '100058.634000', '100058.637000', '100058.640000', '100058.642000', '100058.645000', '100058.647000', '100058.650000', '100058.653000', '100058.655000', '100058.658000', '100058.661000', '100118.548000', '100118.551000', '100118.554000', '100118.557000', '100118.582000', '100118.585000', '100118.588000', '100118.590000', '100118.593000', '100118.595000', '100118.598000', '100118.601000', '100118.603000', '100118.606000', '100118.609000', '100118.611000', '100118.614000', '100118.616000', '100118.619000', '100118.622000', '100118.624000', '100118.627000', '100118.629000', '100118.632000', '100118.634000', '100118.637000', '100118.640000', '100118.642000', '100118.645000', '100118.649000', '100118.652000', '100118.654000', '100118.657000', '100118.660000', '100118.662000', '100118.665000', '100118.668000', '100118.670000', '100118.673000', '100118.675000', '100118.678000', '100118.681000', '100118.683000', '100138.550000', '100138.552000', '100138.555000', '100138.558000', '100138.560000', '100138.563000', '100138.566000', '100138.568000', '100138.571000', '100138.573000', '100138.576000', '100138.579000', '100138.581000', '100138.584000', '100138.586000', '100138.589000', '100138.592000', '100138.594000', '100138.597000', '100138.600000', '100138.602000', '100138.605000', '100138.608000', '100138.610000', '100138.613000', '100138.615000', '100138.618000', '100138.621000', '100138.623000', '100138.626000', '100138.628000', '100138.631000', '100138.634000', '100138.636000', '100138.639000', '100138.642000', '100138.644000', '100138.647000', '100138.649000', '100138.652000', '100138.655000', '100138.657000', '100138.660000', '100138.662000', '100158.550000', '100158.552000', '100158.555000', '100158.558000', '100158.560000', '100158.563000', '100158.565000', '100158.568000', '100158.571000', '100158.573000', '100158.576000', '100158.578000', '100158.581000', '100158.584000', '100158.586000', '100158.589000', '100158.592000', '100158.594000', '100158.597000', '100158.599000', '100158.602000', '100158.605000', '100158.607000', '100158.610000', '100158.613000', '100158.615000', '100158.618000', '100158.620000', '100158.623000', '100158.626000', '100158.628000', '100158.631000', '100158.633000', '100158.636000', '100158.639000', '100158.641000', '100158.644000', '100158.646000', '100158.651000', '100158.653000', '100158.656000', '100158.659000', '100158.661000', '100218.549000', '100218.552000', '100218.555000', '100218.557000', '100218.560000', '100218.563000', '100218.565000', '100218.568000', '100218.570000', '100218.573000', '100218.576000', '100218.578000', '100218.581000', '100218.583000', '100218.586000', '100218.589000', '100218.591000', '100218.594000', '100218.597000', '100218.599000', '100218.602000', '100218.604000', '100218.607000', '100218.610000', '100218.612000', '100218.615000', '100218.617000', '100218.620000', '100218.622000', '100218.625000', '100218.628000', '100218.631000', '100218.633000', '100218.636000', '100218.638000', '100218.641000', '100218.643000', '100218.646000', '100218.649000', '100218.651000', '100218.654000', '100218.657000', '100218.659000', '100218.662000', '100238.550000', '100238.553000', '100238.555000', '100238.558000', '100238.561000', '100238.563000', '100238.566000', '100238.569000', '100238.571000', '100238.574000', '100238.576000', '100238.579000', '100238.582000', '100238.584000', '100238.587000', '100238.608000', '100238.610000', '100238.613000', '100238.615000', '100238.618000', '100238.621000', '100238.623000', '100238.626000', '100238.628000', '100238.631000', '100238.634000', '100238.636000', '100238.639000', '100238.641000', '100238.644000', '100238.647000', '100238.650000', '100238.652000', '100238.655000', '100238.657000', '100238.660000', '100238.663000', '100238.666000', '100238.668000', '100238.671000', '100238.674000', '100238.676000', '100238.679000', '100258.550000', '100258.552000', '100258.555000', '100258.558000', '100258.560000', '100258.563000', '100258.565000', '100258.568000', '100258.571000', '100258.573000', '100258.576000', '100258.579000', '100258.581000', '100258.584000', '100258.587000', '100258.589000', '100258.592000', '100258.595000', '100258.597000', '100258.600000', '100258.602000', '100258.605000', '100258.607000', '100258.610000', '100258.613000', '100258.615000', '100258.618000', '100258.620000', '100258.623000', '100258.626000', '100258.628000', '100258.631000', '100258.634000', '100258.636000', '100258.639000', '100258.641000', '100258.644000', '100258.646000', '100258.649000', '100258.652000', '100258.654000', '100258.657000', '100258.660000', '100258.662000', '100318.548000', '100318.551000', '100318.554000', '100318.557000', '100318.559000', '100318.562000', '100318.564000', '100318.567000', '100318.570000', '100318.572000', '100318.575000', '100318.578000', '100318.580000', '100318.583000', '100318.586000', '100318.588000', '100318.591000', '100318.593000', '100318.596000', '100318.599000', '100318.601000', '100318.604000', '100318.606000', '100318.609000', '100318.611000', '100318.614000', '100318.617000', '100318.619000', '100318.622000', '100318.624000', '100318.627000', '100318.630000', '100318.632000', '100318.635000', '100318.638000', '100318.640000', '100318.643000', '100318.645000', '100318.648000', '100318.650000', '100318.653000', '100318.656000', '100318.658000', '100338.548000', '100338.551000', '100338.554000', '100338.557000', '100338.559000', '100338.562000', '100338.564000', '100338.567000', '100338.570000', '100338.572000', '100338.575000', '100338.577000', '100338.580000', '100338.583000', '100338.585000', '100338.588000', '100338.591000', '100338.593000', '100338.596000', '100338.599000', '100338.601000', '100338.604000', '100338.606000', '100338.609000', '100338.612000', '100338.614000', '100338.617000', '100338.619000', '100338.622000', '100338.625000', '100338.627000', '100338.630000', '100338.632000', '100338.635000', '100338.638000', '100338.640000', '100338.643000', '100338.646000', '100338.648000', '100338.651000', '100338.653000', '100338.656000', '100338.659000', '100338.661000', '100358.550000', '100358.552000', '100358.555000', '100358.558000', '100358.560000', '100358.563000', '100358.565000', '100358.568000', '100358.570000', '100358.573000', '100358.576000', '100358.578000', '100358.581000', '100358.584000', '100358.586000', '100358.589000', '100358.591000', '100358.594000', '100358.597000', '100358.600000', '100358.602000', '100358.605000', '100358.607000', '100358.610000', '100358.613000', '100358.637000', '100358.640000', '100358.643000', '100358.645000', '100358.648000', '100358.650000', '100358.653000', '100358.656000', '100358.658000', '100358.661000', '100358.663000', '100358.666000', '100358.669000', '100358.671000', '100358.674000', '100358.676000', '100358.679000', '100358.682000', '100418.550000', '100418.552000', '100418.555000', '100418.558000', '100418.560000', '100418.563000', '100418.565000', '100418.568000', '100418.571000', '100418.573000', '100418.576000', '100418.579000', '100418.581000', '100418.584000', '100418.586000', '100418.589000', '100418.592000', '100418.595000', '100418.597000', '100418.600000', '100418.603000', '100418.606000', '100418.608000', '100418.611000', '100418.614000', '100418.616000', '100418.619000', '100418.621000', '100418.624000', '100418.627000', '100418.629000', '100418.632000', '100418.634000', '100418.637000', '100418.640000', '100418.642000', '100418.645000', '100418.647000', '100418.650000', '100418.653000', '100418.655000', '100418.658000', '100418.660000', '100418.663000', '100438.550000', '100438.552000', '100438.555000', '100438.558000', '100438.560000', '100438.563000', '100438.566000', '100438.568000', '100438.571000', '100438.573000', '100438.576000', '100438.579000', '100438.581000', '100438.584000', '100438.587000', '100438.589000', '100438.592000', '100438.594000', '100438.597000', '100438.600000', '100438.602000', '100438.605000', '100438.607000', '100438.610000', '100438.613000', '100438.615000', '100438.618000', '100438.620000', '100438.623000', '100438.626000', '100438.629000', '100438.631000', '100438.634000', '100438.636000', '100438.639000', '100438.642000', '100438.644000', '100438.647000', '100438.650000', '100438.652000', '100438.655000', '100438.657000', '100438.660000', '100458.550000', '100458.553000', '100458.555000', '100458.558000', '100458.560000', '100458.563000', '100458.566000', '100458.568000', '100458.571000', '100458.574000', '100458.576000', '100458.579000', '100458.581000', '100458.584000', '100458.586000', '100458.589000', '100458.592000', '100458.594000', '100458.597000', '100458.599000', '100458.602000', '100458.605000', '100458.607000', '100458.610000', '100458.613000', '100458.615000', '100458.618000', '100458.620000', '100458.623000', '100458.626000', '100458.628000', '100458.631000', '100458.633000', '100458.636000', '100458.639000', '100458.641000', '100458.644000', '100458.647000', '100458.649000', '100458.652000', '100458.654000', '100458.657000', '100458.660000', '100458.662000', '100518.550000', '100518.552000', '100518.555000', '100518.558000', '100518.560000', '100518.563000', '100518.566000', '100518.568000', '100518.571000', '100518.574000', '100518.576000', '100518.579000', '100518.581000', '100518.584000', '100518.587000', '100518.589000', '100518.592000', '100518.594000', '100518.597000', '100518.600000', '100518.602000', '100518.605000', '100518.614000', '100518.617000', '100518.620000', '100518.622000', '100518.625000', '100518.627000', '100518.630000', '100518.632000', '100518.635000', '100518.638000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.651000', '100518.653000', '100518.656000', '100518.658000', '100518.661000', '100518.664000', '100518.666000', '100538.549000', '100538.551000', '100538.554000', '100538.557000', '100538.559000', '100538.562000', '100538.565000', '100538.567000', '100538.570000', '100538.573000', '100538.575000', '100538.578000', '100538.581000', '100538.586000', '100538.589000', '100538.592000', '100538.594000', '100538.597000', '100538.599000', '100538.602000', '100538.605000', '100538.607000', '100538.610000', '100538.612000', '100538.615000', '100538.618000', '100538.620000', '100538.623000', '100538.626000', '100538.628000', '100538.631000', '100538.633000', '100538.636000', '100538.639000', '100538.642000', '100538.644000', '100538.647000', '100538.650000', '100538.652000', '100538.655000', '100538.657000', '100538.660000', '100538.663000', '100558.549000', '100558.552000', '100558.554000', '100558.557000', '100558.560000', '100558.562000', '100558.565000', '100558.568000', '100558.570000', '100558.573000', '100558.575000', '100558.578000', '100558.581000', '100558.583000', '100558.586000', '100558.589000', '100558.591000', '100558.594000', '100558.597000', '100558.599000', '100558.602000', '100558.605000', '100558.607000', '100558.610000', '100558.613000', '100558.615000', '100558.618000', '100558.621000', '100558.623000', '100558.626000', '100558.629000', '100558.631000', '100558.634000', '100558.637000', '100558.639000', '100558.642000', '100558.645000', '100558.647000', '100558.650000', '100558.652000', '100558.655000', '100558.658000', '100558.660000', '100558.663000', '100618.550000', '100618.552000', '100618.555000', '100618.558000', '100618.560000', '100618.563000', '100618.566000', '100618.568000', '100618.571000', '100618.573000', '100618.576000', '100618.578000', '100618.581000', '100618.584000', '100618.586000', '100618.589000', '100618.592000', '100618.594000', '100618.597000', '100618.600000', '100618.602000', '100618.605000', '100618.607000', '100618.610000', '100618.612000', '100618.615000', '100618.618000', '100618.620000', '100618.623000', '100618.626000', '100618.628000', '100618.631000', '100618.634000', '100618.636000', '100618.639000', '100618.641000', '100618.644000', '100618.647000', '100618.649000', '100618.652000', '100618.654000', '100618.657000', '100618.660000', '100638.550000', '100638.552000', '100638.555000', '100638.558000', '100638.560000', '100638.573000', '100638.576000', '100638.578000', '100638.581000', '100638.583000', '100638.586000', '100638.589000', '100638.591000', '100638.594000', '100638.597000', '100638.599000', '100638.602000', '100638.605000', '100638.607000', '100638.610000', '100638.612000', '100638.615000', '100638.618000', '100638.620000', '100638.623000', '100638.625000', '100638.628000', '100638.631000', '100638.633000', '100638.636000', '100638.638000', '100638.641000', '100638.644000', '100638.646000', '100638.649000', '100638.652000', '100638.654000', '100638.657000', '100638.660000', '100638.662000', '100638.665000', '100638.668000', '100638.670000', '100638.673000', '100647.082000', '100647.085000', '100647.088000', '100647.091000', '100647.093000', '100647.096000', '100647.099000', '100647.102000', '100647.104000', '100647.107000', '100647.110000', '100647.113000', '100647.116000', '100647.119000', '100647.121000', '100647.124000', '100647.127000', '100647.131000', '100647.135000'], 'InstanceCreationTime': ['095658.607000', '095658.611000', '095658.614000', '095658.616000', '095658.619000', '095658.621000', '095658.624000', '095658.627000', '095658.629000', '095658.632000', '095658.634000', '095658.637000', '095658.640000', '095658.642000', '095658.645000', '095658.647000', '095658.650000', '095658.652000', '095658.661000', '095658.664000', '095658.666000', '095658.669000', '095658.671000', '095658.674000', '095658.676000', '095658.679000', '095658.682000', '095658.684000', '095658.687000', '095658.690000', '095658.692000', '095658.695000', '095658.697000', '095658.700000', '095658.702000', '095658.705000', '095658.707000', '095658.710000', '095658.713000', '095658.715000', '095658.718000', '095658.720000', '095658.723000', '095658.725000', '095658.728000', '095658.731000', '095658.733000', '095658.736000', '095658.738000', '095658.741000', '095658.743000', '095658.746000', '095658.749000', '095658.751000', '095658.754000', '095718.550000', '095718.552000', '095718.555000', '095718.558000', '095718.560000', '095718.563000', '095718.565000', '095718.568000', '095718.570000', '095718.573000', '095718.576000', '095718.578000', '095718.581000', '095718.583000', '095718.586000', '095718.589000', '095718.591000', '095718.594000', '095718.596000', '095718.599000', '095718.601000', '095718.604000', '095718.607000', '095718.609000', '095718.612000', '095718.614000', '095718.617000', '095718.620000', '095718.622000', '095718.625000', '095718.627000', '095718.630000', '095718.632000', '095718.635000', '095718.638000', '095718.640000', '095718.643000', '095718.645000', '095718.648000', '095718.650000', '095718.653000', '095718.656000', '095718.658000', '095718.661000', '095738.549000', '095738.552000', '095738.555000', '095738.557000', '095738.560000', '095738.563000', '095738.565000', '095738.573000', '095738.576000', '095738.579000', '095738.581000', '095738.584000', '095738.586000', '095738.589000', '095738.592000', '095738.594000', '095738.597000', '095738.600000', '095738.602000', '095738.605000', '095738.607000', '095738.610000', '095738.613000', '095738.615000', '095738.618000', '095738.621000', '095738.623000', '095738.626000', '095738.628000', '095738.631000', '095738.633000', '095738.636000', '095738.639000', '095738.641000', '095738.644000', '095738.646000', '095738.649000', '095738.651000', '095738.654000', '095738.657000', '095738.659000', '095738.662000', '095738.664000', '095758.550000', '095758.553000', '095758.556000', '095758.558000', '095758.561000', '095758.564000', '095758.566000', '095758.569000', '095758.571000', '095758.574000', '095758.577000', '095758.579000', '095758.582000', '095758.585000', '095758.588000', '095758.591000', '095758.594000', '095758.596000', '095758.599000', '095758.601000', '095758.608000', '095758.611000', '095758.614000', '095758.616000', '095758.619000', '095758.621000', '095758.624000', '095758.637000', '095758.640000', '095758.642000', '095758.645000', '095758.648000', '095758.650000', '095758.653000', '095758.655000', '095758.658000', '095758.661000', '095758.663000', '095758.666000', '095758.668000', '095758.671000', '095758.674000', '095758.676000', '095818.550000', '095818.552000', '095818.556000', '095818.559000', '095818.561000', '095818.564000', '095818.567000', '095818.569000', '095818.572000', '095818.574000', '095818.577000', '095818.580000', '095818.582000', '095818.585000', '095818.587000', '095818.590000', '095818.593000', '095818.595000', '095818.598000', '095818.600000', '095818.603000', '095818.606000', '095818.608000', '095818.611000', '095818.613000', '095818.616000', '095818.619000', '095818.621000', '095818.624000', '095818.627000', '095818.629000', '095818.632000', '095818.634000', '095818.637000', '095818.639000', '095818.642000', '095818.645000', '095818.647000', '095818.650000', '095818.653000', '095818.655000', '095818.658000', '095818.661000', '095818.663000', '095838.548000', '095838.551000', '095838.554000', '095838.557000', '095838.560000', '095838.563000', '095838.565000', '095838.568000', '095838.571000', '095838.573000', '095838.576000', '095838.578000', '095838.581000', '095838.583000', '095838.586000', '095838.589000', '095838.591000', '095838.594000', '095838.597000', '095838.599000', '095838.602000', '095838.605000', '095838.607000', '095838.610000', '095838.612000', '095838.615000', '095838.618000', '095838.620000', '095838.623000', '095838.625000', '095838.628000', '095838.630000', '095838.633000', '095838.636000', '095838.638000', '095838.641000', '095838.643000', '095838.646000', '095838.649000', '095838.651000', '095838.658000', '095838.660000', '095838.663000', '095858.548000', '095858.551000', '095858.554000', '095858.557000', '095858.559000', '095858.562000', '095858.565000', '095858.567000', '095858.570000', '095858.573000', '095858.575000', '095858.578000', '095858.580000', '095858.583000', '095858.586000', '095858.588000', '095858.591000', '095858.594000', '095858.596000', '095858.599000', '095858.601000', '095858.604000', '095858.607000', '095858.609000', '095858.612000', '095858.615000', '095858.617000', '095858.620000', '095858.622000', '095858.625000', '095858.627000', '095858.630000', '095858.633000', '095858.635000', '095858.638000', '095858.640000', '095858.643000', '095858.646000', '095858.648000', '095858.651000', '095858.653000', '095858.656000', '095858.659000', '095858.661000', '095918.550000', '095918.552000', '095918.555000', '095918.558000', '095918.560000', '095918.563000', '095918.566000', '095918.568000', '095918.571000', '095918.574000', '095918.576000', '095918.579000', '095918.581000', '095918.584000', '095918.586000', '095918.589000', '095918.592000', '095918.594000', '095918.597000', '095918.600000', '095918.602000', '095918.605000', '095918.608000', '095918.611000', '095918.614000', '095918.617000', '095918.619000', '095918.622000', '095918.625000', '095918.628000', '095918.631000', '095918.634000', '095918.636000', '095918.639000', '095918.641000', '095918.644000', '095918.646000', '095918.649000', '095918.652000', '095918.654000', '095918.657000', '095918.659000', '095918.662000', '095938.549000', '095938.552000', '095938.555000', '095938.558000', '095938.560000', '095938.563000', '095938.565000', '095938.568000', '095938.571000', '095938.573000', '095938.576000', '095938.579000', '095938.581000', '095938.584000', '095938.587000', '095938.589000', '095938.592000', '095938.595000', '095938.597000', '095938.600000', '095938.602000', '095938.605000', '095938.607000', '095938.623000', '095938.626000', '095938.628000', '095938.631000', '095938.634000', '095938.636000', '095938.639000', '095938.641000', '095938.644000', '095938.647000', '095938.649000', '095938.652000', '095938.654000', '095938.657000', '095938.660000', '095938.662000', '095938.665000', '095938.668000', '095938.670000', '095938.673000', '095938.675000', '095958.550000', '095958.552000', '095958.555000', '095958.558000', '095958.560000', '095958.563000', '095958.565000', '095958.568000', '095958.571000', '095958.573000', '095958.576000', '095958.578000', '095958.581000', '095958.584000', '095958.586000', '095958.589000', '095958.592000', '095958.594000', '095958.598000', '095958.601000', '095958.603000', '095958.606000', '095958.609000', '095958.611000', '095958.614000', '095958.616000', '095958.619000', '095958.622000', '095958.624000', '095958.627000', '095958.629000', '095958.632000', '095958.634000', '095958.637000', '095958.640000', '095958.642000', '095958.645000', '095958.647000', '095958.650000', '095958.652000', '095958.655000', '095958.658000', '095958.660000', '100018.549000', '100018.552000', '100018.555000', '100018.558000', '100018.560000', '100018.563000', '100018.565000', '100018.568000', '100018.571000', '100018.573000', '100018.576000', '100018.578000', '100018.581000', '100018.584000', '100018.586000', '100018.589000', '100018.591000', '100018.594000', '100018.597000', '100018.599000', '100018.602000', '100018.604000', '100018.607000', '100018.610000', '100018.612000', '100018.615000', '100018.617000', '100018.620000', '100018.623000', '100018.625000', '100018.628000', '100018.630000', '100018.633000', '100018.635000', '100018.638000', '100018.641000', '100018.643000', '100018.646000', '100018.648000', '100018.651000', '100018.654000', '100018.656000', '100018.659000', '100018.662000', '100038.549000', '100038.552000', '100038.555000', '100038.558000', '100038.560000', '100038.563000', '100038.566000', '100038.568000', '100038.571000', '100038.574000', '100038.576000', '100038.579000', '100038.581000', '100038.584000', '100038.587000', '100038.590000', '100038.592000', '100038.595000', '100038.598000', '100038.600000', '100038.603000', '100038.606000', '100038.608000', '100038.611000', '100038.613000', '100038.616000', '100038.618000', '100038.621000', '100038.624000', '100038.626000', '100038.629000', '100038.632000', '100038.634000', '100038.637000', '100038.639000', '100038.642000', '100038.645000', '100038.647000', '100038.650000', '100038.652000', '100038.655000', '100038.657000', '100038.660000', '100058.548000', '100058.551000', '100058.554000', '100058.556000', '100058.559000', '100058.562000', '100058.564000', '100058.567000', '100058.569000', '100058.572000', '100058.574000', '100058.577000', '100058.580000', '100058.582000', '100058.585000', '100058.587000', '100058.590000', '100058.593000', '100058.595000', '100058.598000', '100058.601000', '100058.603000', '100058.606000', '100058.608000', '100058.611000', '100058.614000', '100058.616000', '100058.619000', '100058.621000', '100058.624000', '100058.626000', '100058.629000', '100058.632000', '100058.634000', '100058.637000', '100058.640000', '100058.642000', '100058.645000', '100058.647000', '100058.650000', '100058.653000', '100058.655000', '100058.658000', '100058.661000', '100118.548000', '100118.551000', '100118.554000', '100118.557000', '100118.582000', '100118.585000', '100118.588000', '100118.590000', '100118.593000', '100118.595000', '100118.598000', '100118.601000', '100118.603000', '100118.606000', '100118.609000', '100118.611000', '100118.614000', '100118.616000', '100118.619000', '100118.622000', '100118.624000', '100118.627000', '100118.629000', '100118.632000', '100118.634000', '100118.637000', '100118.640000', '100118.642000', '100118.645000', '100118.649000', '100118.652000', '100118.654000', '100118.657000', '100118.660000', '100118.662000', '100118.665000', '100118.668000', '100118.670000', '100118.673000', '100118.675000', '100118.678000', '100118.681000', '100118.683000', '100138.550000', '100138.552000', '100138.555000', '100138.558000', '100138.560000', '100138.563000', '100138.566000', '100138.568000', '100138.571000', '100138.573000', '100138.576000', '100138.579000', '100138.581000', '100138.584000', '100138.586000', '100138.589000', '100138.592000', '100138.594000', '100138.597000', '100138.600000', '100138.602000', '100138.605000', '100138.608000', '100138.610000', '100138.613000', '100138.615000', '100138.618000', '100138.621000', '100138.623000', '100138.626000', '100138.628000', '100138.631000', '100138.634000', '100138.636000', '100138.639000', '100138.642000', '100138.644000', '100138.647000', '100138.649000', '100138.652000', '100138.655000', '100138.657000', '100138.660000', '100138.662000', '100158.550000', '100158.552000', '100158.555000', '100158.558000', '100158.560000', '100158.563000', '100158.565000', '100158.568000', '100158.571000', '100158.573000', '100158.576000', '100158.578000', '100158.581000', '100158.584000', '100158.586000', '100158.589000', '100158.592000', '100158.594000', '100158.597000', '100158.599000', '100158.602000', '100158.605000', '100158.607000', '100158.610000', '100158.613000', '100158.615000', '100158.618000', '100158.620000', '100158.623000', '100158.626000', '100158.628000', '100158.631000', '100158.633000', '100158.636000', '100158.639000', '100158.641000', '100158.644000', '100158.646000', '100158.651000', '100158.653000', '100158.656000', '100158.659000', '100158.661000', '100218.549000', '100218.552000', '100218.555000', '100218.557000', '100218.560000', '100218.563000', '100218.565000', '100218.568000', '100218.570000', '100218.573000', '100218.576000', '100218.578000', '100218.581000', '100218.583000', '100218.586000', '100218.589000', '100218.591000', '100218.594000', '100218.597000', '100218.599000', '100218.602000', '100218.604000', '100218.607000', '100218.610000', '100218.612000', '100218.615000', '100218.617000', '100218.620000', '100218.622000', '100218.625000', '100218.628000', '100218.631000', '100218.633000', '100218.636000', '100218.638000', '100218.641000', '100218.643000', '100218.646000', '100218.649000', '100218.651000', '100218.654000', '100218.657000', '100218.659000', '100218.662000', '100238.550000', '100238.553000', '100238.555000', '100238.558000', '100238.561000', '100238.563000', '100238.566000', '100238.569000', '100238.571000', '100238.574000', '100238.576000', '100238.579000', '100238.582000', '100238.584000', '100238.587000', '100238.608000', '100238.610000', '100238.613000', '100238.615000', '100238.618000', '100238.621000', '100238.623000', '100238.626000', '100238.628000', '100238.631000', '100238.634000', '100238.636000', '100238.639000', '100238.641000', '100238.644000', '100238.647000', '100238.650000', '100238.652000', '100238.655000', '100238.657000', '100238.660000', '100238.663000', '100238.666000', '100238.668000', '100238.671000', '100238.674000', '100238.676000', '100238.679000', '100258.550000', '100258.552000', '100258.555000', '100258.558000', '100258.560000', '100258.563000', '100258.565000', '100258.568000', '100258.571000', '100258.573000', '100258.576000', '100258.579000', '100258.581000', '100258.584000', '100258.587000', '100258.589000', '100258.592000', '100258.595000', '100258.597000', '100258.600000', '100258.602000', '100258.605000', '100258.607000', '100258.610000', '100258.613000', '100258.615000', '100258.618000', '100258.620000', '100258.623000', '100258.626000', '100258.628000', '100258.631000', '100258.634000', '100258.636000', '100258.639000', '100258.641000', '100258.644000', '100258.646000', '100258.649000', '100258.652000', '100258.654000', '100258.657000', '100258.660000', '100258.662000', '100318.548000', '100318.551000', '100318.554000', '100318.557000', '100318.559000', '100318.562000', '100318.564000', '100318.567000', '100318.570000', '100318.572000', '100318.575000', '100318.578000', '100318.580000', '100318.583000', '100318.586000', '100318.588000', '100318.591000', '100318.593000', '100318.596000', '100318.599000', '100318.601000', '100318.604000', '100318.606000', '100318.609000', '100318.611000', '100318.614000', '100318.617000', '100318.619000', '100318.622000', '100318.624000', '100318.627000', '100318.630000', '100318.632000', '100318.635000', '100318.638000', '100318.640000', '100318.643000', '100318.645000', '100318.648000', '100318.650000', '100318.653000', '100318.656000', '100318.658000', '100338.548000', '100338.551000', '100338.554000', '100338.557000', '100338.559000', '100338.562000', '100338.564000', '100338.567000', '100338.570000', '100338.572000', '100338.575000', '100338.577000', '100338.580000', '100338.583000', '100338.585000', '100338.588000', '100338.591000', '100338.593000', '100338.596000', '100338.599000', '100338.601000', '100338.604000', '100338.606000', '100338.609000', '100338.612000', '100338.614000', '100338.617000', '100338.619000', '100338.622000', '100338.625000', '100338.627000', '100338.630000', '100338.632000', '100338.635000', '100338.638000', '100338.640000', '100338.643000', '100338.646000', '100338.648000', '100338.651000', '100338.653000', '100338.656000', '100338.659000', '100338.661000', '100358.550000', '100358.552000', '100358.555000', '100358.558000', '100358.560000', '100358.563000', '100358.565000', '100358.568000', '100358.570000', '100358.573000', '100358.576000', '100358.578000', '100358.581000', '100358.584000', '100358.586000', '100358.589000', '100358.591000', '100358.594000', '100358.597000', '100358.600000', '100358.602000', '100358.605000', '100358.607000', '100358.610000', '100358.613000', '100358.637000', '100358.640000', '100358.643000', '100358.645000', '100358.648000', '100358.650000', '100358.653000', '100358.656000', '100358.658000', '100358.661000', '100358.663000', '100358.666000', '100358.669000', '100358.671000', '100358.674000', '100358.676000', '100358.679000', '100358.682000', '100418.550000', '100418.552000', '100418.555000', '100418.558000', '100418.560000', '100418.563000', '100418.565000', '100418.568000', '100418.571000', '100418.573000', '100418.576000', '100418.579000', '100418.581000', '100418.584000', '100418.586000', '100418.589000', '100418.592000', '100418.595000', '100418.597000', '100418.600000', '100418.603000', '100418.606000', '100418.608000', '100418.611000', '100418.614000', '100418.616000', '100418.619000', '100418.621000', '100418.624000', '100418.627000', '100418.629000', '100418.632000', '100418.634000', '100418.637000', '100418.640000', '100418.642000', '100418.645000', '100418.647000', '100418.650000', '100418.653000', '100418.655000', '100418.658000', '100418.660000', '100418.663000', '100438.550000', '100438.552000', '100438.555000', '100438.558000', '100438.560000', '100438.563000', '100438.566000', '100438.568000', '100438.571000', '100438.573000', '100438.576000', '100438.579000', '100438.581000', '100438.584000', '100438.587000', '100438.589000', '100438.592000', '100438.594000', '100438.597000', '100438.600000', '100438.602000', '100438.605000', '100438.607000', '100438.610000', '100438.613000', '100438.615000', '100438.618000', '100438.620000', '100438.623000', '100438.626000', '100438.629000', '100438.631000', '100438.634000', '100438.636000', '100438.639000', '100438.642000', '100438.644000', '100438.647000', '100438.650000', '100438.652000', '100438.655000', '100438.657000', '100438.660000', '100458.550000', '100458.553000', '100458.555000', '100458.558000', '100458.560000', '100458.563000', '100458.566000', '100458.568000', '100458.571000', '100458.574000', '100458.576000', '100458.579000', '100458.581000', '100458.584000', '100458.586000', '100458.589000', '100458.592000', '100458.594000', '100458.597000', '100458.599000', '100458.602000', '100458.605000', '100458.607000', '100458.610000', '100458.613000', '100458.615000', '100458.618000', '100458.620000', '100458.623000', '100458.626000', '100458.628000', '100458.631000', '100458.633000', '100458.636000', '100458.639000', '100458.641000', '100458.644000', '100458.647000', '100458.649000', '100458.652000', '100458.654000', '100458.657000', '100458.660000', '100458.662000', '100518.550000', '100518.552000', '100518.555000', '100518.558000', '100518.560000', '100518.563000', '100518.566000', '100518.568000', '100518.571000', '100518.574000', '100518.576000', '100518.579000', '100518.581000', '100518.584000', '100518.587000', '100518.589000', '100518.592000', '100518.594000', '100518.597000', '100518.600000', '100518.602000', '100518.605000', '100518.614000', '100518.617000', '100518.620000', '100518.622000', '100518.625000', '100518.627000', '100518.630000', '100518.632000', '100518.635000', '100518.638000', '100518.640000', '100518.643000', '100518.645000', '100518.648000', '100518.651000', '100518.653000', '100518.656000', '100518.658000', '100518.661000', '100518.664000', '100518.666000', '100538.549000', '100538.551000', '100538.554000', '100538.557000', '100538.559000', '100538.562000', '100538.565000', '100538.567000', '100538.570000', '100538.573000', '100538.575000', '100538.578000', '100538.581000', '100538.586000', '100538.589000', '100538.592000', '100538.594000', '100538.597000', '100538.599000', '100538.602000', '100538.605000', '100538.607000', '100538.610000', '100538.612000', '100538.615000', '100538.618000', '100538.620000', '100538.623000', '100538.626000', '100538.628000', '100538.631000', '100538.633000', '100538.636000', '100538.639000', '100538.642000', '100538.644000', '100538.647000', '100538.650000', '100538.652000', '100538.655000', '100538.657000', '100538.660000', '100538.663000', '100558.549000', '100558.552000', '100558.554000', '100558.557000', '100558.560000', '100558.562000', '100558.565000', '100558.568000', '100558.570000', '100558.573000', '100558.575000', '100558.578000', '100558.581000', '100558.583000', '100558.586000', '100558.589000', '100558.591000', '100558.594000', '100558.597000', '100558.599000', '100558.602000', '100558.605000', '100558.607000', '100558.610000', '100558.613000', '100558.615000', '100558.618000', '100558.621000', '100558.623000', '100558.626000', '100558.629000', '100558.631000', '100558.634000', '100558.637000', '100558.639000', '100558.642000', '100558.645000', '100558.647000', '100558.650000', '100558.652000', '100558.655000', '100558.658000', '100558.660000', '100558.663000', '100618.550000', '100618.552000', '100618.555000', '100618.558000', '100618.560000', '100618.563000', '100618.566000', '100618.568000', '100618.571000', '100618.573000', '100618.576000', '100618.578000', '100618.581000', '100618.584000', '100618.586000', '100618.589000', '100618.592000', '100618.594000', '100618.597000', '100618.600000', '100618.602000', '100618.605000', '100618.607000', '100618.610000', '100618.612000', '100618.615000', '100618.618000', '100618.620000', '100618.623000', '100618.626000', '100618.628000', '100618.631000', '100618.634000', '100618.636000', '100618.639000', '100618.641000', '100618.644000', '100618.647000', '100618.649000', '100618.652000', '100618.654000', '100618.657000', '100618.660000', '100638.550000', '100638.552000', '100638.555000', '100638.558000', '100638.560000', '100638.573000', '100638.576000', '100638.578000', '100638.581000', '100638.583000', '100638.586000', '100638.589000', '100638.591000', '100638.594000', '100638.597000', '100638.599000', '100638.602000', '100638.605000', '100638.607000', '100638.610000', '100638.612000', '100638.615000', '100638.618000', '100638.620000', '100638.623000', '100638.625000', '100638.628000', '100638.631000', '100638.633000', '100638.636000', '100638.638000', '100638.641000', '100638.644000', '100638.646000', '100638.649000', '100638.652000', '100638.654000', '100638.657000', '100638.660000', '100638.662000', '100638.665000', '100638.668000', '100638.670000', '100638.673000', '100647.082000', '100647.085000', '100647.088000', '100647.091000', '100647.093000', '100647.096000', '100647.099000', '100647.102000', '100647.104000', '100647.107000', '100647.110000', '100647.113000', '100647.116000', '100647.119000', '100647.121000', '100647.124000', '100647.127000', '100647.131000', '100647.135000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9572, 9677, 9519, 10576, 9040, 11268, 9565, 8402, 9045, 8641, 8926, 8938, 9216, 8881, 9753, 9275, 9533, 9295, 9817, 9509, 11337, 9215, 9532, 9459, 7761, 9564, 8669, 9393, 8666, 9026, 9234, 8913, 9698, 9145, 9578, 10057, 9444, 9505, 9275, 9060, 9339, 8899, 9163, 8977, 8868, 8583, 8875, 9023, 8853, 8657, 12094, 9070, 9357, 9541, 7812, 9765, 9234, 9106, 9154, 9026, 9395, 10732, 9610, 10566, 9496, 9050, 9429, 9176, 9457, 9503, 9534, 8461, 11888, 9420, 8929, 8749, 9586, 8699, 8999, 9440, 9047, 9456, 7582, 9529, 8525, 9681, 9239, 7838, 9728, 9064, 11584, 10030, 11735, 9392, 11077, 9799, 11671, 9740, 9824, 9800, 9325, 9705, 8955, 9599, 8575, 9541, 8663, 9439, 8682, 9170, 9432, 9262, 9953, 10794, 9242, 10506, 9598, 10187, 9812, 9812, 9745, 9241, 9569, 8922, 9551, 8731, 9372, 9637, 9033, 9555, 9570, 9624, 9223, 9268, 9216, 9494, 11904, 9433, 9297, 8929, 9470, 8901, 9389, 9739, 8983, 8714, 9604, 9318, 9323, 9929, 9271, 9596, 10493, 9842, 9133, 8552, 10254, 9560, 8147, 9985, 8687, 9749, 9661, 9823, 9061, 9942, 9733, 9916, 11706, 9666, 10145, 9830, 9554, 10131, 8912, 9705, 9458, 8942, 9636, 9461, 9481, 9042, 9888, 9771, 10240, 9681, 9472, 9576, 8760, 9762, 7243, 10005, 8234, 10151, 9553, 10524, 8387, 10092, 8385, 10036, 8880, 9679, 9003, 9656, 8875, 9903, 9077, 9688, 8841, 9868, 9171, 9992, 9166, 9760, 8880, 9867, 8524, 9676, 9965, 10814, 9175, 9523, 9284, 9492, 9345, 9186, 9334, 10846, 9362, 9596, 9449, 9737, 10017, 8496, 9330, 13079, 9838, 11323, 9772, 8669, 9659, 8315, 9347, 13124, 9355, 10485, 9691, 9529, 9833, 8242, 9627, 11623, 9507, 11190, 9474, 9630, 9849, 8872, 9933, 7593, 9828, 7137, 9925, 8235, 10080, 11429, 9975, 11347, 9637, 10407, 9732, 9579, 9216, 9534, 9042, 9397, 8988, 9749, 7749, 9996, 8244, 9762, 8987, 10052, 8814, 10057, 8678, 9640, 10034, 10082, 9862, 8208, 9956, 8364, 9278, 9475, 9556, 9438, 9027, 9341, 9058, 10144, 9617, 11081, 9768, 10516, 9454, 7885, 9361, 8910, 9596, 9435, 9122, 9524, 8947, 9390, 8606, 9493, 9707, 9313, 9594, 9375, 11421, 9728, 10233, 9867, 7620, 9527, 9695, 9723, 9520, 9537, 8457, 9701, 9063, 9632, 9812, 8970, 9499, 7536, 10125, 8935, 9851, 9842, 11081, 9877, 11369, 10046, 10296, 10097, 10226, 10549, 10175, 10172, 10351, 9941, 11292, 10046, 10638, 10063, 9118, 10354, 8674, 9948, 8338, 9847, 9191, 9857, 10000, 11769, 9847, 10601, 8896, 8000, 8859, 8421, 9134, 10029, 12439, 10248, 9308, 9762, 10309, 9666, 10499, 10147, 9648, 9987, 8796, 9798, 8599, 9721, 9183, 10202, 9092, 9780, 8833, 9680, 9252, 9654, 9582, 11730, 9944, 8795, 9007, 7501, 9291, 8556, 9623, 9500, 7616, 9870, 9656, 9133, 9975, 10387, 9713, 8481, 9162, 12680, 10260, 9272, 9681, 8896, 9168, 9262, 9342, 9352, 9395, 9634, 9344, 9263, 9440, 9613, 8798, 9976, 8154, 10162, 8148, 9720, 7615, 9990, 12159, 10009, 10889, 9440, 10507, 10025, 10258, 8852, 9600, 8904, 9292, 8693, 9129, 8925, 9714, 11273, 9548, 11018, 9421, 10819, 9595, 10834, 9299, 10201, 9760, 9919, 9504, 8355, 8758, 8895, 9387, 8713, 8798, 9136, 8149, 9297, 10048, 9301, 9621, 9408, 9651, 9177, 8542, 9195, 8897, 9094, 9176, 8965, 8908, 8790, 9477, 8124, 9835, 8347, 9713, 7960, 9630, 8856, 9699, 10400, 9760, 10864, 9515, 11037, 9070, 10605, 9192, 9964, 10098, 9506, 9504, 9582, 9481, 8773, 9306, 9509, 9526, 9206, 9014, 8520, 8932, 9002, 9142, 9622, 9460, 8813, 8667, 8997, 8599, 9208, 8476, 9853, 8092, 8555, 8717, 8637, 8851, 9698, 8899, 12859, 9507, 9456, 8748, 9371, 9086, 9301, 8399, 9063, 8529, 9141, 8590, 9335, 8385, 8841, 8188, 8940, 8692, 9278, 9008, 9118, 8436, 8940, 8575, 9277, 8799, 9436, 8770, 8717, 8438, 8761, 8622, 8861, 8370, 9457, 9253, 8810, 9287, 9356, 9529, 9695, 9509, 11062, 8799, 10269, 9027, 9766, 9435, 10059, 8991, 10923, 8962, 10369, 9288, 9625, 9594, 7201, 9573, 7874, 9172, 8195, 9354, 9283, 8142, 9351, 8700, 8968, 8741, 10768, 9051, 10597, 9226, 10941, 9381, 7825, 8894, 8602, 8939, 8853, 9089, 9006, 8646, 9175, 9967, 9247, 9041, 9764, 8493, 9411, 9223, 9119, 9376, 9505, 9626, 9683, 9193, 8727, 8672, 9345, 8642, 9731, 10852, 8963, 11619, 9009, 8050, 7968, 8677, 9495, 8108, 12060, 9007, 10419, 8771, 8217, 8824, 8576, 8250, 9012, 11324, 8435, 10562, 10383, 8992, 9865, 8300, 10469, 7913, 10152, 8122, 8412, 7486, 8559, 7623, 7983, 8651, 8153, 8444, 7332, 8316, 7663, 8690, 7702, 9087, 9195, 8130, 7795, 8340, 8286, 7988, 7755, 8176, 8606, 9703, 8460, 9974, 8203, 9631, 8356, 8402, 7841, 8065, 7611, 8402, 7996, 8735, 7888, 8011, 7563, 7695, 7811, 7817, 8137, 8563, 8338, 8332, 8469, 8370, 8862, 8645, 9539, 8965, 9803, 8531, 9428, 7861, 8720, 8610, 8608, 7667, 7551, 7736, 7905, 7606, 8133, 7211, 8521, 6896, 8223, 7041, 8194, 7717, 8421, 8158, 8542, 6757, 8306, 6859, 8227, 7667, 8740, 9537, 8232, 7706, 7898, 7763, 8222, 8326, 8103, 8091, 7653, 7876, 7619, 8104, 8027, 7772, 10002, 8036, 8350, 7888, 9658, 8579, 7822, 8412, 7569, 8888, 8105, 8001, 8718, 8009, 9298, 8617, 9395, 9059, 8340, 8456, 8491, 8120, 9147, 10888, 9197, 10416, 9117, 7678, 8734, 8692, 8948, 8750, 8695, 8943, 8014, 8672, 10949, 9481, 9404, 8862, 7788, 9169, 7151, 9043, 9959, 9508, 7759, 9067, 7905, 8835, 8202, 9110, 10660, 9003, 10921, 8763, 10757, 9036, 9984, 9327, 9243, 8448, 8305, 11302, 8663, 10178, 9002, 9573, 8324, 7988, 8094, 8377, 7979, 8981, 8740, 9135, 9237, 8960, 8562, 9228, 8774, 8583, 9205, 8430, 9220, 7934, 9120, 7325, 9587, 8488, 9584, 8567, 9432, 9285, 9409, 10616, 9378, 10441, 9034, 10779, 9218, 10324, 9197, 9671, 9728, 9023, 9169, 12484, 9517, 8849, 9163, 9419, 9432, 9201, 9460, 9170, 9324, 9306, 9321, 9371, 8978, 10095, 8667, 9135, 8525, 9323, 8857, 9765, 9549, 9395, 8584, 8753, 6838, 8603, 7977, 8885, 9979, 9374, 8678, 9160, 7240, 9213, 7792, 9313, 9884, 9427, 10261, 9273, 9967, 9586, 9199, 8888, 9032, 8286, 8839, 8013, 9346, 8436, 9489, 9843, 8955, 8757, 9126, 9712, 9093, 9006, 9161, 9172, 9289, 9217, 8544, 9357, 8385, 9684, 9468, 9362, 9550, 9726, 10824, 9141, 9505, 9783, 9080, 9382, 8762, 8488, 9058, 8272, 9348, 8462, 9460, 8248, 9575, 8017, 9419, 8798, 9540, 9140, 9765, 9150, 9458, 9977, 9728, 10197, 9676, 9640, 9484, 11034, 9554, 9776, 9545, 9366, 8878, 9969, 9069, 9001, 9337, 9241, 9357, 9219, 8920, 9109, 9323, 9070, 8682, 9140, 8598, 7915, 8794, 7682, 9481, 8214, 9300, 8832, 9865, 9328, 9889, 9626, 8773, 10236, 8623, 9451, 9510, 10729, 9497, 9347, 9422, 9372, 9503, 9271, 9368, 9097, 9663, 9507, 9581, 9196, 9379, 9121, 8441, 9171, 8218, 9733, 8714, 9884, 7369, 9650, 7591, 9737, 8703, 9571, 10149, 9697, 9560, 9507, 11029, 9796, 10609, 9725, 10983, 9658, 10348, 9588, 11528, 9726, 9876, 9304, 8701, 9918, 12677, 9281, 8711, 9351, 9151, 9018, 8957, 8601, 9615, 9324, 9559, 9326, 9477, 8969, 9455, 9164, 9723, 8593, 9978, 8591, 9563, 8231, 9673, 8176, 9788, 8594, 9742, 9261, 9348, 9430, 9323, 9349, 10545, 9475, 9322, 9329, 9717, 9363, 9604, 9504, 11680, 9643, 10447, 9763, 9549, 9848, 8063, 8665, 8994, 8465, 8534, 7337, 9188, 9254, 8628, 9354, 8843, 11359, 9477, 10596, 9347, 10182, 9415, 11298, 8930, 8851, 8926, 8934, 8780, 8633, 8956, 9317, 10084, 8870, 7537, 9447, 8986, 9092, 8786, 8672, 9080, 9409, 9200, 7759, 9441, 8016, 8746, 8105, 7772, 9091, 8203, 8820, 9192, 10760, 9475, 10643, 8974, 8861, 9023, 9174, 9874, 10558, 8914, 8761, 8682, 9069, 8406, 9327, 8789, 9291, 8549, 8985, 8105, 8660, 9284, 8349, 9188, 8011, 8724, 8793, 11009, 8674, 9015, 9456, 8667, 10745, 9076, 10118, 8364, 9882, 8454, 9367, 8398, 7498, 8012, 8313, 8002, 8206, 7983, 8623, 7694, 8529, 7862, 8981, 7547, 8628, 7243, 8222, 7724, 8065, 8699, 7834, 8823, 9996, 7947, 8845, 8261, 8477, 8370, 8688, 8268, 8307, 9966, 8592, 7637, 8445, 8355, 8476, 7122, 8067, 7694, 8047, 8344, 8341, 8355, 7803, 7989, 11510, 7908, 8120, 8833, 7790, 8247, 7562, 8355, 6974, 8587, 7958, 8238, 8559, 8094, 8473, 9479, 8784, 10109, 8634, 10417, 8376, 9365, 8677, 8071, 8923, 8436, 8125, 8537, 8422, 7473, 8121, 8505, 7939, 8648, 7610, 8384, 7980, 8502, 8732, 7491, 9072, 10500, 8548, 7937, 8215, 8249, 8383, 8009, 8308, 8037, 7786, 8403, 8580, 8271, 8172, 8590, 8096, 8212, 7705, 8268, 8482, 7984, 8886, 10707, 8684, 8507, 8244, 8031, 8935, 8190, 9793, 8546, 8856, 8394, 10149, 8070, 12428, 9209, 9397, 7592, 8012, 8195, 8236, 8131, 8694, 8614, 8014, 7478, 8404, 7167, 8445, 8154, 8016, 8500, 10575, 8143, 8080, 8808, 7822, 8563, 7784, 9041, 8007], 'WindowCenter': [3667.0, 3641.0, 3650.0, 3637.0, 3637.0, 3635.0, 3636.0, 3602.0, 3623.0, 3621.0, 3622.0, 3622.0, 3622.0, 3622.0, 3621.0, 3621.0, 3620.0, 3610.0, 3631.0, 3632.0, 3631.0, 3622.0, 3621.0, 3632.0, 3599.0, 3633.0, 3622.0, 3622.0, 3610.0, 3621.0, 3621.0, 3621.0, 3632.0, 3622.0, 3633.0, 3632.0, 3633.0, 3621.0, 3622.0, 3621.0, 3623.0, 3611.0, 3612.0, 3610.0, 3620.0, 3610.0, 3620.0, 3621.0, 3621.0, 3611.0, 3629.0, 3598.0, 3607.0, 3619.0, 3598.0, 3632.0, 3632.0, 3612.0, 3633.0, 3622.0, 3634.0, 3644.0, 3635.0, 3645.0, 3635.0, 3622.0, 3634.0, 3623.0, 3633.0, 3633.0, 3634.0, 3601.0, 3644.0, 3609.0, 3608.0, 3608.0, 3621.0, 3621.0, 3622.0, 3632.0, 3621.0, 3633.0, 3611.0, 3634.0, 3624.0, 3623.0, 3635.0, 3614.0, 3636.0, 3636.0, 3635.0, 3625.0, 3643.0, 3622.0, 3631.0, 3632.0, 3631.0, 3621.0, 3618.0, 3619.0, 3607.0, 3618.0, 3598.0, 3619.0, 3608.0, 3619.0, 3598.0, 3609.0, 3610.0, 3621.0, 3633.0, 3622.0, 3633.0, 3632.0, 3622.0, 3631.0, 3632.0, 3631.0, 3633.0, 3632.0, 3622.0, 3608.0, 3619.0, 3608.0, 3620.0, 3610.0, 3620.0, 3620.0, 3620.0, 3620.0, 3620.0, 3621.0, 3620.0, 3619.0, 3610.0, 3609.0, 3628.0, 3605.0, 3605.0, 3594.0, 3605.0, 3606.0, 3606.0, 3617.0, 3606.0, 3595.0, 3607.0, 3618.0, 3618.0, 3631.0, 3609.0, 3631.0, 3629.0, 3620.0, 3608.0, 3598.0, 3620.0, 3620.0, 3610.0, 3632.0, 3622.0, 3633.0, 3632.0, 3620.0, 3608.0, 3619.0, 3617.0, 3617.0, 3628.0, 3618.0, 3617.0, 3617.0, 3605.0, 3616.0, 3606.0, 3607.0, 3616.0, 3607.0, 3608.0, 3618.0, 3608.0, 3619.0, 3630.0, 3632.0, 3631.0, 3610.0, 3609.0, 3632.0, 3621.0, 3644.0, 3614.0, 3647.0, 3635.0, 3647.0, 3635.0, 3646.0, 3623.0, 3645.0, 3623.0, 3646.0, 3634.0, 3634.0, 3622.0, 3633.0, 3622.0, 3633.0, 3610.0, 3621.0, 3620.0, 3631.0, 3620.0, 3630.0, 3611.0, 3620.0, 3619.0, 3619.0, 3609.0, 3632.0, 3631.0, 3630.0, 3608.0, 3617.0, 3619.0, 3619.0, 3620.0, 3610.0, 3621.0, 3629.0, 3619.0, 3631.0, 3621.0, 3620.0, 3622.0, 3621.0, 3621.0, 3642.0, 3631.0, 3630.0, 3631.0, 3609.0, 3631.0, 3609.0, 3621.0, 3640.0, 3608.0, 3617.0, 3618.0, 3618.0, 3631.0, 3599.0, 3632.0, 3629.0, 3618.0, 3627.0, 3618.0, 3618.0, 3621.0, 3621.0, 3644.0, 3612.0, 3644.0, 3600.0, 3644.0, 3623.0, 3645.0, 3644.0, 3633.0, 3631.0, 3621.0, 3630.0, 3620.0, 3621.0, 3619.0, 3619.0, 3607.0, 3618.0, 3596.0, 3619.0, 3597.0, 3618.0, 3607.0, 3619.0, 3597.0, 3630.0, 3609.0, 3632.0, 3621.0, 3632.0, 3622.0, 3634.0, 3646.0, 3623.0, 3634.0, 3624.0, 3635.0, 3635.0, 3634.0, 3635.0, 3634.0, 3613.0, 3623.0, 3633.0, 3633.0, 3644.0, 3633.0, 3620.0, 3621.0, 3598.0, 3619.0, 3608.0, 3619.0, 3620.0, 3620.0, 3619.0, 3608.0, 3619.0, 3609.0, 3631.0, 3620.0, 3621.0, 3620.0, 3609.0, 3629.0, 3619.0, 3618.0, 3619.0, 3597.0, 3609.0, 3610.0, 3620.0, 3619.0, 3607.0, 3598.0, 3618.0, 3620.0, 3631.0, 3632.0, 3620.0, 3620.0, 3599.0, 3632.0, 3633.0, 3644.0, 3636.0, 3645.0, 3634.0, 3642.0, 3631.0, 3619.0, 3631.0, 3630.0, 3631.0, 3619.0, 3618.0, 3618.0, 3608.0, 3628.0, 3618.0, 3619.0, 3631.0, 3608.0, 3630.0, 3608.0, 3619.0, 3609.0, 3631.0, 3623.0, 3644.0, 3644.0, 3653.0, 3623.0, 3621.0, 3621.0, 3610.0, 3611.0, 3622.0, 3633.0, 3633.0, 3641.0, 3618.0, 3606.0, 3618.0, 3618.0, 3619.0, 3630.0, 3642.0, 3631.0, 3631.0, 3608.0, 3630.0, 3609.0, 3620.0, 3620.0, 3631.0, 3609.0, 3619.0, 3607.0, 3607.0, 3605.0, 3606.0, 3606.0, 3628.0, 3605.0, 3593.0, 3593.0, 3585.0, 3596.0, 3607.0, 3617.0, 3619.0, 3588.0, 3631.0, 3632.0, 3632.0, 3633.0, 3631.0, 3609.0, 3609.0, 3620.0, 3629.0, 3618.0, 3606.0, 3606.0, 3606.0, 3617.0, 3617.0, 3619.0, 3631.0, 3633.0, 3632.0, 3634.0, 3632.0, 3645.0, 3645.0, 3636.0, 3647.0, 3625.0, 3647.0, 3624.0, 3635.0, 3612.0, 3646.0, 3645.0, 3634.0, 3643.0, 3622.0, 3631.0, 3620.0, 3631.0, 3621.0, 3620.0, 3608.0, 3619.0, 3607.0, 3618.0, 3607.0, 3619.0, 3629.0, 3618.0, 3607.0, 3606.0, 3605.0, 3606.0, 3615.0, 3606.0, 3605.0, 3605.0, 3604.0, 3604.0, 3593.0, 3593.0, 3594.0, 3604.0, 3594.0, 3592.0, 3603.0, 3581.0, 3593.0, 3602.0, 3605.0, 3605.0, 3595.0, 3594.0, 3606.0, 3595.0, 3606.0, 3607.0, 3607.0, 3607.0, 3607.0, 3607.0, 3605.0, 3618.0, 3597.0, 3631.0, 3608.0, 3620.0, 3597.0, 3620.0, 3608.0, 3619.0, 3631.0, 3632.0, 3631.0, 3632.0, 3630.0, 3620.0, 3630.0, 3621.0, 3621.0, 3632.0, 3620.0, 3620.0, 3619.0, 3620.0, 3610.0, 3621.0, 3621.0, 3632.0, 3620.0, 3621.0, 3610.0, 3611.0, 3611.0, 3622.0, 3621.0, 3621.0, 3619.0, 3609.0, 3611.0, 3621.0, 3611.0, 3610.0, 3620.0, 3598.0, 3608.0, 3608.0, 3609.0, 3620.0, 3620.0, 3620.0, 3630.0, 3606.0, 3605.0, 3595.0, 3606.0, 3607.0, 3619.0, 3599.0, 3609.0, 3620.0, 3623.0, 3623.0, 3633.0, 3612.0, 3612.0, 3602.0, 3622.0, 3622.0, 3633.0, 3622.0, 3622.0, 3609.0, 3619.0, 3598.0, 3621.0, 3610.0, 3621.0, 3599.0, 3610.0, 3609.0, 3610.0, 3621.0, 3621.0, 3600.0, 3622.0, 3621.0, 3620.0, 3611.0, 3621.0, 3622.0, 3620.0, 3632.0, 3630.0, 3610.0, 3619.0, 3619.0, 3630.0, 3621.0, 3619.0, 3620.0, 3629.0, 3620.0, 3630.0, 3633.0, 3621.0, 3623.0, 3589.0, 3632.0, 3611.0, 3623.0, 3622.0, 3632.0, 3635.0, 3624.0, 3635.0, 3623.0, 3635.0, 3625.0, 3644.0, 3624.0, 3645.0, 3648.0, 3656.0, 3623.0, 3600.0, 3611.0, 3600.0, 3612.0, 3622.0, 3622.0, 3621.0, 3610.0, 3621.0, 3631.0, 3634.0, 3634.0, 3624.0, 3623.0, 3622.0, 3623.0, 3622.0, 3633.0, 3623.0, 3646.0, 3633.0, 3623.0, 3600.0, 3610.0, 3620.0, 3609.0, 3621.0, 3642.0, 3621.0, 3641.0, 3619.0, 3599.0, 3598.0, 3619.0, 3619.0, 3622.0, 3640.0, 3612.0, 3629.0, 3608.0, 3597.0, 3620.0, 3607.0, 3597.0, 3607.0, 3628.0, 3597.0, 3616.0, 3604.0, 3593.0, 3591.0, 3580.0, 3589.0, 3571.0, 3601.0, 3569.0, 3568.0, 3569.0, 3580.0, 3569.0, 3582.0, 3591.0, 3583.0, 3582.0, 3572.0, 3582.0, 3582.0, 3593.0, 3583.0, 3606.0, 3605.0, 3596.0, 3584.0, 3595.0, 3595.0, 3596.0, 3597.0, 3608.0, 3608.0, 3617.0, 3597.0, 3617.0, 3608.0, 3618.0, 3598.0, 3597.0, 3597.0, 3596.0, 3586.0, 3596.0, 3597.0, 3585.0, 3585.0, 3584.0, 3574.0, 3575.0, 3584.0, 3585.0, 3596.0, 3608.0, 3608.0, 3608.0, 3597.0, 3608.0, 3608.0, 3609.0, 3619.0, 3619.0, 3618.0, 3608.0, 3607.0, 3597.0, 3608.0, 3599.0, 3598.0, 3597.0, 3597.0, 3596.0, 3586.0, 3596.0, 3598.0, 3587.0, 3609.0, 3578.0, 3610.0, 3588.0, 3622.0, 3611.0, 3624.0, 3623.0, 3623.0, 3590.0, 3623.0, 3590.0, 3624.0, 3614.0, 3624.0, 3633.0, 3623.0, 3600.0, 3611.0, 3599.0, 3611.0, 3601.0, 3612.0, 3610.0, 3599.0, 3609.0, 3599.0, 3611.0, 3611.0, 3611.0, 3610.0, 3600.0, 3609.0, 3611.0, 3632.0, 3624.0, 3611.0, 3622.0, 3611.0, 3623.0, 3612.0, 3613.0, 3613.0, 3613.0, 3634.0, 3624.0, 3634.0, 3621.0, 3598.0, 3608.0, 3608.0, 3597.0, 3619.0, 3620.0, 3619.0, 3617.0, 3607.0, 3585.0, 3606.0, 3607.0, 3619.0, 3607.0, 3607.0, 3597.0, 3597.0, 3608.0, 3619.0, 3618.0, 3606.0, 3607.0, 3586.0, 3609.0, 3598.0, 3611.0, 3631.0, 3620.0, 3598.0, 3620.0, 3609.0, 3621.0, 3610.0, 3622.0, 3621.0, 3621.0, 3630.0, 3609.0, 3629.0, 3598.0, 3619.0, 3608.0, 3607.0, 3595.0, 3585.0, 3615.0, 3595.0, 3604.0, 3605.0, 3596.0, 3594.0, 3583.0, 3582.0, 3594.0, 3593.0, 3606.0, 3596.0, 3607.0, 3606.0, 3607.0, 3607.0, 3619.0, 3619.0, 3621.0, 3622.0, 3609.0, 3619.0, 3608.0, 3620.0, 3598.0, 3632.0, 3620.0, 3631.0, 3619.0, 3631.0, 3610.0, 3631.0, 3631.0, 3632.0, 3631.0, 3620.0, 3628.0, 3619.0, 3617.0, 3619.0, 3619.0, 3619.0, 3618.0, 3618.0, 3628.0, 3594.0, 3604.0, 3605.0, 3617.0, 3607.0, 3617.0, 3608.0, 3618.0, 3619.0, 3609.0, 3632.0, 3621.0, 3620.0, 3619.0, 3608.0, 3619.0, 3607.0, 3618.0, 3608.0, 3629.0, 3618.0, 3597.0, 3606.0, 3608.0, 3585.0, 3607.0, 3595.0, 3618.0, 3629.0, 3619.0, 3607.0, 3608.0, 3596.0, 3620.0, 3609.0, 3632.0, 3631.0, 3620.0, 3629.0, 3620.0, 3619.0, 3619.0, 3620.0, 3620.0, 3608.0, 3607.0, 3607.0, 3585.0, 3618.0, 3596.0, 3618.0, 3618.0, 3608.0, 3607.0, 3618.0, 3606.0, 3607.0, 3607.0, 3619.0, 3618.0, 3619.0, 3608.0, 3608.0, 3619.0, 3608.0, 3630.0, 3609.0, 3620.0, 3607.0, 3619.0, 3628.0, 3618.0, 3618.0, 3618.0, 3606.0, 3617.0, 3596.0, 3607.0, 3607.0, 3607.0, 3618.0, 3607.0, 3618.0, 3607.0, 3619.0, 3597.0, 3619.0, 3608.0, 3631.0, 3619.0, 3631.0, 3619.0, 3631.0, 3630.0, 3632.0, 3631.0, 3632.0, 3620.0, 3632.0, 3641.0, 3632.0, 3632.0, 3622.0, 3620.0, 3620.0, 3619.0, 3619.0, 3620.0, 3631.0, 3620.0, 3619.0, 3608.0, 3619.0, 3619.0, 3620.0, 3621.0, 3634.0, 3624.0, 3635.0, 3612.0, 3622.0, 3611.0, 3633.0, 3623.0, 3633.0, 3625.0, 3645.0, 3625.0, 3633.0, 3632.0, 3620.0, 3620.0, 3609.0, 3617.0, 3617.0, 3616.0, 3616.0, 3605.0, 3617.0, 3617.0, 3619.0, 3617.0, 3618.0, 3606.0, 3618.0, 3617.0, 3617.0, 3607.0, 3617.0, 3617.0, 3596.0, 3606.0, 3585.0, 3618.0, 3607.0, 3607.0, 3586.0, 3618.0, 3596.0, 3619.0, 3597.0, 3631.0, 3630.0, 3631.0, 3619.0, 3631.0, 3630.0, 3632.0, 3631.0, 3632.0, 3630.0, 3620.0, 3629.0, 3630.0, 3640.0, 3621.0, 3630.0, 3620.0, 3609.0, 3620.0, 3629.0, 3606.0, 3606.0, 3617.0, 3606.0, 3609.0, 3618.0, 3620.0, 3631.0, 3633.0, 3633.0, 3633.0, 3633.0, 3633.0, 3622.0, 3632.0, 3633.0, 3621.0, 3632.0, 3620.0, 3620.0, 3609.0, 3608.0, 3609.0, 3620.0, 3598.0, 3619.0, 3609.0, 3618.0, 3619.0, 3619.0, 3620.0, 3630.0, 3619.0, 3618.0, 3619.0, 3619.0, 3620.0, 3619.0, 3620.0, 3628.0, 3618.0, 3627.0, 3619.0, 3619.0, 3630.0, 3610.0, 3620.0, 3608.0, 3597.0, 3621.0, 3590.0, 3633.0, 3633.0, 3636.0, 3635.0, 3622.0, 3643.0, 3621.0, 3630.0, 3620.0, 3631.0, 3622.0, 3631.0, 3608.0, 3595.0, 3606.0, 3594.0, 3607.0, 3608.0, 3607.0, 3606.0, 3615.0, 3595.0, 3585.0, 3618.0, 3608.0, 3608.0, 3607.0, 3595.0, 3607.0, 3620.0, 3621.0, 3599.0, 3621.0, 3610.0, 3622.0, 3612.0, 3612.0, 3635.0, 3625.0, 3624.0, 3635.0, 3644.0, 3623.0, 3632.0, 3610.0, 3609.0, 3609.0, 3620.0, 3634.0, 3630.0, 3596.0, 3594.0, 3594.0, 3606.0, 3595.0, 3595.0, 3595.0, 3606.0, 3595.0, 3606.0, 3595.0, 3608.0, 3620.0, 3609.0, 3621.0, 3610.0, 3621.0, 3621.0, 3630.0, 3610.0, 3609.0, 3620.0, 3609.0, 3608.0, 3607.0, 3606.0, 3595.0, 3605.0, 3595.0, 3594.0, 3594.0, 3571.0, 3582.0, 3581.0, 3582.0, 3593.0, 3582.0, 3593.0, 3571.0, 3593.0, 3582.0, 3594.0, 3584.0, 3594.0, 3584.0, 3596.0, 3585.0, 3595.0, 3597.0, 3598.0, 3609.0, 3618.0, 3598.0, 3607.0, 3597.0, 3597.0, 3609.0, 3607.0, 3596.0, 3587.0, 3605.0, 3594.0, 3573.0, 3596.0, 3595.0, 3596.0, 3574.0, 3596.0, 3586.0, 3597.0, 3587.0, 3597.0, 3596.0, 3576.0, 3596.0, 3616.0, 3583.0, 3583.0, 3594.0, 3573.0, 3585.0, 3595.0, 3586.0, 3586.0, 3609.0, 3609.0, 3609.0, 3620.0, 3610.0, 3610.0, 3620.0, 3611.0, 3631.0, 3609.0, 3608.0, 3597.0, 3607.0, 3608.0, 3596.0, 3608.0, 3595.0, 3595.0, 3595.0, 3595.0, 3586.0, 3596.0, 3609.0, 3609.0, 3621.0, 3589.0, 3610.0, 3598.0, 3608.0, 3608.0, 3587.0, 3609.0, 3629.0, 3609.0, 3597.0, 3598.0, 3608.0, 3609.0, 3611.0, 3610.0, 3599.0, 3598.0, 3610.0, 3609.0, 3611.0, 3611.0, 3623.0, 3601.0, 3611.0, 3610.0, 3611.0, 3622.0, 3612.0, 3623.0, 3631.0, 3623.0, 3610.0, 3611.0, 3610.0, 3621.0, 3610.0, 3609.0, 3609.0, 3608.0, 3608.0, 3618.0, 3598.0, 3628.0, 3608.0, 3606.0, 3584.0, 3583.0, 3594.0, 3595.0, 3584.0, 3595.0, 3594.0, 3596.0, 3585.0, 3607.0, 3586.0, 3608.0, 3596.0, 3597.0, 3607.0, 3616.0, 3584.0, 3583.0, 3605.0, 3584.0, 3595.0, 3584.0, 3606.0, 3595.0], 'WindowWidth': [8278.0, 8223.0, 8238.0, 8208.0, 8216.0, 8200.0, 8208.0, 8150.0, 8187.0, 8182.0, 8183.0, 8182.0, 8184.0, 8182.0, 8180.0, 8181.0, 8178.0, 8157.0, 8193.0, 8198.0, 8195.0, 8182.0, 8179.0, 8195.0, 8150.0, 8198.0, 8183.0, 8183.0, 8166.0, 8180.0, 8181.0, 8180.0, 8197.0, 8183.0, 8200.0, 8198.0, 8199.0, 8180.0, 8183.0, 8182.0, 8186.0, 8160.0, 8161.0, 8156.0, 8178.0, 8163.0, 8177.0, 8181.0, 8181.0, 8166.0, 8188.0, 8136.0, 8155.0, 8175.0, 8148.0, 8198.0, 8198.0, 8163.0, 8200.0, 8186.0, 8205.0, 8216.0, 8209.0, 8220.0, 8209.0, 8186.0, 8203.0, 8186.0, 8201.0, 8201.0, 8203.0, 8147.0, 8216.0, 8158.0, 8157.0, 8158.0, 8179.0, 8180.0, 8183.0, 8196.0, 8179.0, 8197.0, 8168.0, 8202.0, 8190.0, 8180.0, 8206.0, 8177.0, 8210.0, 8209.0, 8197.0, 8182.0, 8211.0, 8183.0, 8191.0, 8197.0, 8192.0, 8179.0, 8169.0, 8173.0, 8155.0, 8171.0, 8135.0, 8173.0, 8156.0, 8172.0, 8135.0, 8152.0, 8164.0, 8180.0, 8201.0, 8184.0, 8200.0, 8196.0, 8184.0, 8194.0, 8198.0, 8196.0, 8201.0, 8197.0, 8183.0, 8158.0, 8173.0, 8157.0, 8178.0, 8166.0, 8178.0, 8179.0, 8176.0, 8178.0, 8176.0, 8180.0, 8179.0, 8175.0, 8162.0, 8149.0, 8185.0, 8145.0, 8147.0, 8124.0, 8149.0, 8149.0, 8152.0, 8169.0, 8151.0, 8136.0, 8146.0, 8170.0, 8171.0, 8193.0, 8155.0, 8195.0, 8187.0, 8175.0, 8157.0, 8135.0, 8175.0, 8170.0, 8165.0, 8198.0, 8182.0, 8201.0, 8196.0, 8178.0, 8157.0, 8173.0, 8168.0, 8169.0, 8184.0, 8170.0, 8166.0, 8165.0, 8147.0, 8163.0, 8150.0, 8145.0, 8165.0, 8157.0, 8147.0, 8171.0, 8150.0, 8176.0, 8192.0, 8198.0, 8196.0, 8155.0, 8153.0, 8197.0, 8182.0, 8217.0, 8180.0, 8229.0, 8210.0, 8226.0, 8200.0, 8224.0, 8189.0, 8220.0, 8190.0, 8222.0, 8203.0, 8203.0, 8186.0, 8202.0, 8185.0, 8199.0, 8156.0, 8180.0, 8176.0, 8192.0, 8177.0, 8190.0, 8157.0, 8176.0, 8174.0, 8176.0, 8163.0, 8196.0, 8193.0, 8193.0, 8157.0, 8168.0, 8173.0, 8175.0, 8178.0, 8156.0, 8179.0, 8187.0, 8174.0, 8193.0, 8173.0, 8179.0, 8175.0, 8182.0, 8182.0, 8207.0, 8193.0, 8190.0, 8192.0, 8161.0, 8194.0, 8163.0, 8182.0, 8205.0, 8156.0, 8167.0, 8171.0, 8170.0, 8192.0, 8143.0, 8198.0, 8188.0, 8171.0, 8181.0, 8173.0, 8172.0, 8173.0, 8183.0, 8217.0, 8172.0, 8218.0, 8155.0, 8218.0, 8188.0, 8221.0, 8216.0, 8202.0, 8195.0, 8181.0, 8192.0, 8179.0, 8180.0, 8176.0, 8174.0, 8156.0, 8171.0, 8131.0, 8173.0, 8144.0, 8172.0, 8155.0, 8173.0, 8134.0, 8191.0, 8155.0, 8197.0, 8183.0, 8198.0, 8177.0, 8194.0, 8222.0, 8189.0, 8204.0, 8192.0, 8209.0, 8206.0, 8204.0, 8207.0, 8204.0, 8166.0, 8186.0, 8199.0, 8198.0, 8218.0, 8201.0, 8168.0, 8178.0, 8143.0, 8173.0, 8159.0, 8174.0, 8175.0, 8174.0, 8173.0, 8158.0, 8174.0, 8162.0, 8195.0, 8177.0, 8180.0, 8176.0, 8153.0, 8184.0, 8174.0, 8171.0, 8174.0, 8142.0, 8153.0, 8154.0, 8178.0, 8172.0, 8152.0, 8134.0, 8170.0, 8177.0, 8195.0, 8197.0, 8176.0, 8177.0, 8148.0, 8189.0, 8201.0, 8217.0, 8205.0, 8220.0, 8203.0, 8208.0, 8193.0, 8174.0, 8191.0, 8190.0, 8193.0, 8172.0, 8171.0, 8169.0, 8149.0, 8183.0, 8171.0, 8166.0, 8193.0, 8158.0, 8188.0, 8157.0, 8174.0, 8163.0, 8195.0, 8179.0, 8218.0, 8219.0, 8228.0, 8180.0, 8173.0, 8181.0, 8166.0, 8161.0, 8184.0, 8202.0, 8199.0, 8208.0, 8170.0, 8152.0, 8170.0, 8171.0, 8167.0, 8192.0, 8212.0, 8193.0, 8194.0, 8159.0, 8191.0, 8161.0, 8177.0, 8177.0, 8194.0, 8159.0, 8173.0, 8152.0, 8152.0, 8148.0, 8151.0, 8151.0, 8186.0, 8148.0, 8126.0, 8129.0, 8124.0, 8130.0, 8154.0, 8169.0, 8174.0, 8125.0, 8194.0, 8196.0, 8198.0, 8200.0, 8193.0, 8153.0, 8161.0, 8176.0, 8189.0, 8172.0, 8153.0, 8150.0, 8150.0, 8168.0, 8167.0, 8176.0, 8194.0, 8204.0, 8199.0, 8204.0, 8200.0, 8221.0, 8220.0, 8211.0, 8227.0, 8195.0, 8227.0, 8191.0, 8207.0, 8173.0, 8221.0, 8213.0, 8205.0, 8213.0, 8175.0, 8194.0, 8178.0, 8194.0, 8179.0, 8178.0, 8159.0, 8174.0, 8155.0, 8170.0, 8154.0, 8174.0, 8187.0, 8171.0, 8144.0, 8151.0, 8137.0, 8150.0, 8162.0, 8150.0, 8148.0, 8148.0, 8144.0, 8143.0, 8128.0, 8128.0, 8132.0, 8145.0, 8132.0, 8125.0, 8142.0, 8110.0, 8121.0, 8140.0, 8149.0, 8147.0, 8126.0, 8123.0, 8150.0, 8134.0, 8153.0, 8154.0, 8156.0, 8155.0, 8154.0, 8154.0, 8151.0, 8171.0, 8143.0, 8193.0, 8160.0, 8178.0, 8144.0, 8178.0, 8158.0, 8176.0, 8195.0, 8198.0, 8193.0, 8196.0, 8189.0, 8178.0, 8189.0, 8181.0, 8174.0, 8195.0, 8179.0, 8178.0, 8175.0, 8178.0, 8164.0, 8183.0, 8180.0, 8196.0, 8179.0, 8180.0, 8164.0, 8159.0, 8161.0, 8184.0, 8182.0, 8181.0, 8176.0, 8163.0, 8158.0, 8180.0, 8158.0, 8166.0, 8177.0, 8145.0, 8159.0, 8159.0, 8161.0, 8178.0, 8176.0, 8178.0, 8183.0, 8150.0, 8148.0, 8134.0, 8153.0, 8154.0, 8174.0, 8139.0, 8155.0, 8179.0, 8179.0, 8189.0, 8202.0, 8165.0, 8163.0, 8149.0, 8186.0, 8184.0, 8202.0, 8184.0, 8183.0, 8163.0, 8176.0, 8138.0, 8181.0, 8166.0, 8180.0, 8141.0, 8164.0, 8163.0, 8164.0, 8181.0, 8181.0, 8144.0, 8183.0, 8182.0, 8179.0, 8159.0, 8181.0, 8176.0, 8180.0, 8198.0, 8192.0, 8164.0, 8174.0, 8176.0, 8190.0, 8179.0, 8175.0, 8176.0, 8187.0, 8176.0, 8191.0, 8200.0, 8180.0, 8178.0, 8128.0, 8197.0, 8167.0, 8186.0, 8185.0, 8198.0, 8207.0, 8191.0, 8206.0, 8190.0, 8206.0, 8195.0, 8218.0, 8190.0, 8219.0, 8229.0, 8237.0, 8180.0, 8151.0, 8158.0, 8142.0, 8164.0, 8186.0, 8185.0, 8183.0, 8164.0, 8182.0, 8193.0, 8203.0, 8206.0, 8182.0, 8187.0, 8185.0, 8178.0, 8185.0, 8201.0, 8179.0, 8225.0, 8202.0, 8188.0, 8143.0, 8165.0, 8178.0, 8162.0, 8174.0, 8212.0, 8180.0, 8207.0, 8176.0, 8140.0, 8140.0, 8174.0, 8175.0, 8187.0, 8204.0, 8161.0, 8186.0, 8155.0, 8140.0, 8176.0, 8156.0, 8141.0, 8154.0, 8183.0, 8143.0, 8161.0, 8145.0, 8126.0, 8121.0, 8104.0, 8115.0, 8086.0, 8133.0, 8090.0, 8084.0, 8088.0, 8104.0, 8091.0, 8111.0, 8123.0, 8115.0, 8111.0, 8099.0, 8111.0, 8111.0, 8128.0, 8115.0, 8151.0, 8147.0, 8137.0, 8118.0, 8134.0, 8133.0, 8137.0, 8140.0, 8157.0, 8157.0, 8168.0, 8142.0, 8167.0, 8157.0, 8172.0, 8137.0, 8140.0, 8140.0, 8138.0, 8124.0, 8138.0, 8142.0, 8115.0, 8120.0, 8118.0, 8097.0, 8099.0, 8119.0, 8123.0, 8140.0, 8156.0, 8157.0, 8157.0, 8141.0, 8159.0, 8158.0, 8161.0, 8174.0, 8174.0, 8171.0, 8158.0, 8155.0, 8142.0, 8158.0, 8141.0, 8137.0, 8141.0, 8140.0, 8139.0, 8119.0, 8139.0, 8145.0, 8130.0, 8162.0, 8111.0, 8165.0, 8134.0, 8183.0, 8168.0, 8193.0, 8187.0, 8189.0, 8142.0, 8187.0, 8142.0, 8190.0, 8180.0, 8193.0, 8202.0, 8187.0, 8153.0, 8169.0, 8151.0, 8162.0, 8149.0, 8171.0, 8165.0, 8150.0, 8161.0, 8151.0, 8167.0, 8170.0, 8168.0, 8156.0, 8143.0, 8162.0, 8168.0, 8198.0, 8192.0, 8170.0, 8185.0, 8168.0, 8187.0, 8172.0, 8176.0, 8168.0, 8175.0, 8203.0, 8192.0, 8203.0, 8182.0, 8136.0, 8158.0, 8157.0, 8142.0, 8174.0, 8168.0, 8173.0, 8166.0, 8153.0, 8121.0, 8153.0, 8154.0, 8173.0, 8155.0, 8155.0, 8133.0, 8141.0, 8159.0, 8166.0, 8171.0, 8153.0, 8156.0, 8119.0, 8153.0, 8148.0, 8160.0, 8193.0, 8176.0, 8145.0, 8178.0, 8163.0, 8182.0, 8167.0, 8186.0, 8174.0, 8183.0, 8190.0, 8162.0, 8186.0, 8137.0, 8173.0, 8157.0, 8156.0, 8136.0, 8114.0, 8160.0, 8134.0, 8145.0, 8148.0, 8129.0, 8131.0, 8116.0, 8113.0, 8132.0, 8129.0, 8154.0, 8133.0, 8147.0, 8153.0, 8157.0, 8156.0, 8174.0, 8177.0, 8183.0, 8175.0, 8162.0, 8176.0, 8160.0, 8178.0, 8149.0, 8198.0, 8180.0, 8196.0, 8177.0, 8194.0, 8157.0, 8196.0, 8195.0, 8198.0, 8194.0, 8178.0, 8186.0, 8174.0, 8171.0, 8174.0, 8176.0, 8177.0, 8173.0, 8173.0, 8185.0, 8125.0, 8145.0, 8149.0, 8168.0, 8148.0, 8171.0, 8152.0, 8173.0, 8177.0, 8155.0, 8199.0, 8184.0, 8179.0, 8167.0, 8159.0, 8174.0, 8157.0, 8172.0, 8153.0, 8189.0, 8171.0, 8135.0, 8151.0, 8159.0, 8123.0, 8155.0, 8137.0, 8171.0, 8188.0, 8174.0, 8156.0, 8151.0, 8142.0, 8178.0, 8163.0, 8198.0, 8196.0, 8180.0, 8188.0, 8177.0, 8174.0, 8174.0, 8179.0, 8178.0, 8160.0, 8157.0, 8157.0, 8117.0, 8171.0, 8139.0, 8171.0, 8172.0, 8157.0, 8155.0, 8170.0, 8145.0, 8157.0, 8156.0, 8174.0, 8173.0, 8175.0, 8150.0, 8160.0, 8174.0, 8159.0, 8193.0, 8155.0, 8179.0, 8148.0, 8174.0, 8185.0, 8172.0, 8170.0, 8172.0, 8153.0, 8169.0, 8131.0, 8156.0, 8154.0, 8156.0, 8173.0, 8157.0, 8172.0, 8155.0, 8175.0, 8142.0, 8177.0, 8161.0, 8194.0, 8175.0, 8194.0, 8176.0, 8196.0, 8192.0, 8200.0, 8197.0, 8200.0, 8178.0, 8196.0, 8207.0, 8200.0, 8199.0, 8177.0, 8177.0, 8177.0, 8167.0, 8176.0, 8177.0, 8195.0, 8180.0, 8177.0, 8151.0, 8177.0, 8176.0, 8173.0, 8185.0, 8206.0, 8184.0, 8209.0, 8165.0, 8187.0, 8172.0, 8203.0, 8189.0, 8203.0, 8187.0, 8222.0, 8187.0, 8200.0, 8198.0, 8178.0, 8171.0, 8162.0, 8169.0, 8168.0, 8167.0, 8166.0, 8149.0, 8168.0, 8171.0, 8175.0, 8170.0, 8171.0, 8153.0, 8171.0, 8167.0, 8170.0, 8148.0, 8170.0, 8169.0, 8139.0, 8154.0, 8116.0, 8173.0, 8158.0, 8149.0, 8118.0, 8173.0, 8141.0, 8176.0, 8137.0, 8194.0, 8192.0, 8196.0, 8174.0, 8194.0, 8191.0, 8197.0, 8196.0, 8199.0, 8192.0, 8179.0, 8188.0, 8192.0, 8204.0, 8175.0, 8193.0, 8180.0, 8163.0, 8171.0, 8179.0, 8152.0, 8152.0, 8169.0, 8145.0, 8153.0, 8173.0, 8180.0, 8195.0, 8204.0, 8202.0, 8204.0, 8201.0, 8201.0, 8176.0, 8199.0, 8202.0, 8184.0, 8200.0, 8180.0, 8178.0, 8161.0, 8153.0, 8165.0, 8169.0, 8139.0, 8176.0, 8154.0, 8174.0, 8177.0, 8178.0, 8180.0, 8191.0, 8177.0, 8172.0, 8175.0, 8175.0, 8179.0, 8175.0, 8179.0, 8185.0, 8172.0, 8183.0, 8167.0, 8176.0, 8193.0, 8167.0, 8180.0, 8158.0, 8135.0, 8180.0, 8132.0, 8200.0, 8201.0, 8211.0, 8207.0, 8186.0, 8212.0, 8180.0, 8190.0, 8177.0, 8193.0, 8183.0, 8191.0, 8158.0, 8134.0, 8149.0, 8131.0, 8153.0, 8159.0, 8153.0, 8149.0, 8161.0, 8127.0, 8113.0, 8171.0, 8159.0, 8157.0, 8152.0, 8135.0, 8155.0, 8177.0, 8180.0, 8149.0, 8172.0, 8165.0, 8182.0, 8172.0, 8170.0, 8205.0, 8195.0, 8189.0, 8206.0, 8216.0, 8186.0, 8194.0, 8162.0, 8158.0, 8160.0, 8176.0, 8203.0, 8191.0, 8137.0, 8130.0, 8130.0, 8149.0, 8133.0, 8126.0, 8134.0, 8151.0, 8133.0, 8149.0, 8135.0, 8158.0, 8176.0, 8160.0, 8181.0, 8165.0, 8181.0, 8179.0, 8189.0, 8164.0, 8160.0, 8177.0, 8159.0, 8150.0, 8151.0, 8148.0, 8133.0, 8145.0, 8135.0, 8130.0, 8131.0, 8095.0, 8112.0, 8108.0, 8110.0, 8129.0, 8112.0, 8126.0, 8097.0, 8127.0, 8112.0, 8131.0, 8119.0, 8133.0, 8119.0, 8137.0, 8121.0, 8136.0, 8135.0, 8145.0, 8160.0, 8170.0, 8143.0, 8152.0, 8141.0, 8142.0, 8159.0, 8154.0, 8139.0, 8117.0, 8147.0, 8132.0, 8096.0, 8138.0, 8136.0, 8139.0, 8106.0, 8137.0, 8116.0, 8140.0, 8120.0, 8142.0, 8139.0, 8105.0, 8138.0, 8164.0, 8114.0, 8114.0, 8130.0, 8093.0, 8113.0, 8136.0, 8117.0, 8125.0, 8162.0, 8162.0, 8162.0, 8177.0, 8163.0, 8165.0, 8177.0, 8167.0, 8194.0, 8162.0, 8148.0, 8142.0, 8153.0, 8157.0, 8137.0, 8156.0, 8134.0, 8135.0, 8132.0, 8134.0, 8125.0, 8140.0, 8161.0, 8163.0, 8182.0, 8127.0, 8163.0, 8143.0, 8156.0, 8157.0, 8128.0, 8160.0, 8187.0, 8161.0, 8139.0, 8143.0, 8155.0, 8161.0, 8166.0, 8163.0, 8146.0, 8146.0, 8163.0, 8162.0, 8167.0, 8169.0, 8186.0, 8144.0, 8168.0, 8165.0, 8167.0, 8183.0, 8171.0, 8188.0, 8195.0, 8186.0, 8166.0, 8166.0, 8165.0, 8181.0, 8164.0, 8153.0, 8159.0, 8157.0, 8158.0, 8170.0, 8146.0, 8184.0, 8159.0, 8151.0, 8118.0, 8114.0, 8131.0, 8134.0, 8119.0, 8136.0, 8133.0, 8139.0, 8123.0, 8155.0, 8125.0, 8156.0, 8139.0, 8141.0, 8153.0, 8164.0, 8117.0, 8116.0, 8147.0, 8119.0, 8134.0, 8120.0, 8152.0, 8134.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.00020774436090225564</td></tr>
<tr><td colspan=3>aqi</td><td>0.030303933007518796</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.95421506772765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1989423562753947</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9944751512716328</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>5697.8013</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07642214857597897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6541353383458646</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4971559386190982</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39907394280162</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7191050260805754</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3732888469750995</td></tr>
<tr><td colspan=3>gcor</td><td>0.0139754</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01690066047012806</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03453008830547333</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.833377751515257</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>32.999</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3093</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>137.4195</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310511.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>617.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.8964</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>410.5617</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2885.6774</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>807.6367</td></tr>
<tr><td colspan=3>tsnr</td><td>37.17431729915552</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>