<?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-0052_ses-04_task-fractional_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-0052_ses-04_task-fractional_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-04_subject-0052_suffix-bold_task-fractional" 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-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0052_suffix-bold_task-fractional" 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-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-fractional_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-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_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-0052/ses-04/func/sub-0052_ses-04_task-fractional_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>78693d1130c1810bb9a09a44c25acf49</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>12:42:40.237500</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.99998, -0.00587619, 0.00243509, 0.00523595, 0.977811, 0.209422]</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-fractional_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.0934874</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7718, -7312, 768, -32, -29, 54, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.843</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bc3174c5-7dcb-4a39-8aeb-9a7bfa7f0611||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.6828725337982178, 0.01404766645282507, 0.009751496836543083, 112.39926147460938], [0.015765387564897537, 2.623396158218384, 0.5653942823410034, -107.45210266113281], [0.006533174309879541, -0.5618646144866943, 2.640120029449463, -42.216590881347656], [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, 1322]</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], 'AcquisitionTime': ['124240.237500', '124240.697500', '124241.157500', '124241.617500', '124242.077500', '124242.537500', '124242.997500', '124243.457500', '124243.917500', '124244.377500', '124244.837500', '124245.297500', '124245.757500', '124246.217500', '124246.677500', '124247.137500', '124247.597500', '124248.057500', '124248.517500', '124248.977500', '124249.437500', '124249.897500', '124250.357500', '124250.817500', '124251.277500', '124251.737500', '124252.197500', '124252.657500', '124253.117500', '124253.577500', '124254.037500', '124254.497500', '124254.957500', '124255.417500', '124255.877500', '124256.337500', '124256.797500', '124257.257500', '124257.717500', '124258.177500', '124258.637500', '124259.097500', '124259.557500', '124300.017500', '124300.477500', '124300.937500', '124301.397500', '124301.857500', '124302.317500', '124302.777500', '124303.237500', '124303.697500', '124304.157500', '124304.617500', '124305.077500', '124305.537500', '124305.997500', '124306.457500', '124306.917500', '124307.377500', '124307.837500', '124308.297500', '124308.757500', '124309.217500', '124309.677500', '124310.137500', '124310.597500', '124311.057500', '124311.517500', '124311.977500', '124312.437500', '124312.897500', '124313.357500', '124313.817500', '124314.277500', '124314.737500', '124315.197500', '124315.657500', '124316.117500', '124316.577500', '124317.037500', '124317.497500', '124317.957500', '124318.417500', '124318.877500', '124319.337500', '124319.797500', '124320.257500', '124320.717500', '124321.177500', '124321.637500', '124322.097500', '124322.557500', '124323.017500', '124323.477500', '124323.937500', '124324.397500', '124324.857500', '124325.317500', '124325.777500', '124326.237500', '124326.697500', '124327.157500', '124327.617500', '124328.077500', '124328.537500', '124328.997500', '124329.457500', '124329.917500', '124330.377500', '124330.837500', '124331.297500', '124331.757500', '124332.217500', '124332.677500', '124333.137500', '124333.597500', '124334.057500', '124334.517500', '124334.977500', '124335.437500', '124335.897500', '124336.357500', '124336.817500', '124337.277500', '124337.737500', '124338.197500', '124338.657500', '124339.117500', '124339.577500', '124340.037500', '124340.497500', '124340.957500', '124341.417500', '124341.877500', '124342.337500', '124342.797500', '124343.257500', '124343.717500', '124344.177500', '124344.637500', '124345.097500', '124345.557500', '124346.017500', '124346.477500', '124346.937500', '124347.397500', '124347.857500', '124348.317500', '124348.777500', '124349.237500', '124349.697500', '124350.157500', '124350.617500', '124351.077500', '124351.537500', '124351.997500', '124352.457500', '124352.917500', '124353.377500', '124353.837500', '124354.297500', '124354.757500', '124355.217500', '124355.677500', '124356.137500', '124356.597500', '124357.057500', '124357.517500', '124357.977500', '124358.437500', '124358.897500', '124359.357500', '124359.817500', '124400.277500', '124400.737500', '124401.197500', '124401.657500', '124402.117500', '124402.577500', '124403.037500', '124403.497500', '124403.957500', '124404.417500', '124404.877500', '124405.337500', '124405.797500', '124406.257500', '124406.717500', '124407.177500', '124407.637500', '124408.097500', '124408.557500', '124409.017500', '124409.477500', '124409.937500', '124410.397500', '124410.857500', '124411.317500', '124411.777500', '124412.237500', '124412.697500', '124413.157500', '124413.617500', '124414.077500', '124414.537500', '124414.997500', '124415.457500', '124415.917500', '124416.377500', '124416.837500', '124417.297500', '124417.757500', '124418.217500', '124418.677500', '124419.137500', '124419.597500', '124420.057500', '124420.517500', '124420.977500', '124421.437500', '124421.897500', '124422.357500', '124422.817500', '124423.277500', '124423.737500', '124424.197500', '124424.657500', '124425.117500', '124425.577500', '124426.037500', '124426.497500', '124426.957500', '124427.417500', '124427.877500', '124428.337500', '124428.797500', '124429.257500', '124429.717500', '124430.177500', '124430.637500', '124431.097500', '124431.557500', '124432.017500', '124432.477500', '124432.937500', '124433.397500', '124433.857500', '124434.317500', '124434.777500', '124435.237500', '124435.697500', '124436.157500', '124436.617500', '124437.077500', '124437.537500', '124437.997500', '124438.457500', '124438.917500', '124439.377500', '124439.837500', '124440.297500', '124440.757500', '124441.217500', '124441.677500', '124442.137500', '124442.597500', '124443.057500', '124443.517500', '124443.977500', '124444.437500', '124444.897500', '124445.357500', '124445.817500', '124446.277500', '124446.737500', '124447.197500', '124447.657500', '124448.117500', '124448.577500', '124449.037500', '124449.497500', '124449.957500', '124450.417500', '124450.877500', '124451.337500', '124451.797500', '124452.257500', '124452.717500', '124453.177500', '124453.637500', '124454.097500', '124454.557500', '124455.017500', '124455.477500', '124455.937500', '124456.397500', '124456.857500', '124457.317500', '124457.777500', '124458.237500', '124458.697500', '124459.157500', '124459.617500', '124500.077500', '124500.537500', '124500.997500', '124501.457500', '124501.917500', '124502.377500', '124502.837500', '124503.297500', '124503.757500', '124504.217500', '124504.677500', '124505.137500', '124505.597500', '124506.057500', '124506.517500', '124506.977500', '124507.437500', '124507.897500', '124508.357500', '124508.817500', '124509.277500', '124509.737500', '124510.197500', '124510.657500', '124511.117500', '124511.577500', '124512.037500', '124512.497500', '124512.957500', '124513.417500', '124513.877500', '124514.337500', '124514.797500', '124515.257500', '124515.717500', '124516.177500', '124516.637500', '124517.097500', '124517.557500', '124518.017500', '124518.477500', '124518.937500', '124519.397500', '124519.857500', '124520.317500', '124520.777500', '124521.237500', '124521.697500', '124522.157500', '124522.617500', '124523.077500', '124523.537500', '124523.997500', '124524.457500', '124524.917500', '124525.377500', '124525.837500', '124526.297500', '124526.757500', '124527.217500', '124527.677500', '124528.137500', '124528.597500', '124529.057500', '124529.517500', '124529.977500', '124530.437500', '124530.897500', '124531.357500', '124531.817500', '124532.277500', '124532.737500', '124533.197500', '124533.657500', '124534.117500', '124534.577500', '124535.037500', '124535.497500', '124535.957500', '124536.417500', '124536.877500', '124537.337500', '124537.797500', '124538.257500', '124538.717500', '124539.177500', '124539.637500', '124540.097500', '124540.557500', '124541.017500', '124541.477500', '124541.937500', '124542.397500', '124542.857500', '124543.317500', '124543.777500', '124544.237500', '124544.697500', '124545.157500', '124545.617500', '124546.077500', '124546.537500', '124546.997500', '124547.457500', '124547.917500', '124548.377500', '124548.837500', '124549.297500', '124549.757500', '124550.217500', '124550.677500', '124551.137500', '124551.597500', '124552.057500', '124552.517500', '124552.977500', '124553.437500', '124553.897500', '124554.357500', '124554.817500', '124555.277500', '124555.737500', '124556.197500', '124556.657500', '124557.117500', '124557.577500', '124558.037500', '124558.497500', '124558.957500', '124559.417500', '124559.877500', '124600.337500', '124600.797500', '124601.257500', '124601.717500', '124602.177500', '124602.637500', '124603.097500', '124603.557500', '124604.017500', '124604.477500', '124604.937500', '124605.397500', '124605.857500', '124606.317500', '124606.777500', '124607.237500', '124607.697500', '124608.157500', '124608.617500', '124609.077500', '124609.537500', '124609.997500', '124610.457500', '124610.917500', '124611.377500', '124611.837500', '124612.297500', '124612.757500', '124613.217500', '124613.677500', '124614.137500', '124614.597500', '124615.057500', '124615.517500', '124615.977500', '124616.437500', '124616.897500', '124617.357500', '124617.817500', '124618.277500', '124618.737500', '124619.197500', '124619.657500', '124620.117500', '124620.577500', '124621.037500', '124621.497500', '124621.957500', '124622.417500', '124622.877500', '124623.337500', '124623.797500', '124624.257500', '124624.717500', '124625.177500', '124625.637500', '124626.097500', '124626.557500', '124627.017500', '124627.477500', '124627.937500', '124628.397500', '124628.857500', '124629.317500', '124629.777500', '124630.237500', '124630.697500', '124631.157500', '124631.617500', '124632.077500', '124632.537500', '124632.997500', '124633.457500', '124633.917500', '124634.377500', '124634.837500', '124635.297500', '124635.757500', '124636.217500', '124636.677500', '124637.137500', '124637.597500', '124638.057500', '124638.517500', '124638.977500', '124639.437500', '124639.897500', '124640.357500', '124640.817500', '124641.277500', '124641.737500', '124642.197500', '124642.657500', '124643.117500', '124643.577500', '124644.037500', '124644.497500', '124644.957500', '124645.417500', '124645.877500', '124646.337500', '124646.797500', '124647.257500', '124647.717500', '124648.177500', '124648.637500', '124649.097500', '124649.557500', '124650.017500', '124650.477500', '124650.937500', '124651.397500', '124651.857500', '124652.317500', '124652.777500', '124653.237500', '124653.697500', '124654.157500', '124654.617500', '124655.077500', '124655.537500', '124655.997500', '124656.457500', '124656.917500', '124657.377500', '124657.837500', '124658.297500', '124658.757500', '124659.217500', '124659.677500', '124700.137500', '124700.597500', '124701.057500', '124701.517500', '124701.977500', '124702.437500', '124702.897500', '124703.357500', '124703.817500', '124704.277500', '124704.737500', '124705.197500', '124705.657500', '124706.117500', '124706.577500', '124707.037500', '124707.497500', '124707.957500', '124708.417500', '124708.877500', '124709.337500', '124709.797500', '124710.257500', '124710.717500', '124711.177500', '124711.637500', '124712.097500', '124712.557500', '124713.017500', '124713.477500', '124713.937500', '124714.397500', '124714.857500', '124715.317500', '124715.777500', '124716.237500', '124716.697500', '124717.157500', '124717.617500', '124718.077500', '124718.537500', '124718.997500', '124719.457500', '124719.917500', '124720.377500', '124720.837500', '124721.297500', '124721.757500', '124722.217500', '124722.677500', '124723.137500', '124723.597500', '124724.057500', '124724.517500', '124724.977500', '124725.437500', '124725.897500', '124726.357500', '124726.817500', '124727.277500', '124727.737500', '124728.197500', '124728.657500', '124729.117500', '124729.577500', '124730.037500', '124730.497500', '124730.957500', '124731.417500', '124731.877500', '124732.337500', '124732.797500', '124733.257500', '124733.717500', '124734.177500', '124734.637500', '124735.097500', '124735.557500', '124736.017500', '124736.477500', '124736.937500', '124737.397500', '124737.857500', '124738.317500', '124738.777500', '124739.237500', '124739.697500', '124740.157500', '124740.617500', '124741.077500', '124741.537500', '124741.997500', '124742.457500', '124742.917500', '124743.377500', '124743.837500', '124744.297500', '124744.757500', '124745.217500', '124745.677500', '124746.137500', '124746.597500', '124747.057500', '124747.517500', '124747.977500', '124748.437500', '124748.897500', '124749.357500', '124749.817500', '124750.277500', '124750.737500', '124751.197500', '124751.657500', '124752.117500', '124752.577500', '124753.037500', '124753.497500', '124753.957500', '124754.417500', '124754.877500', '124755.337500', '124755.797500', '124756.257500', '124756.717500', '124757.177500', '124757.637500', '124758.097500', '124758.557500', '124759.017500', '124759.477500', '124759.937500', '124800.397500', '124800.857500', '124801.317500', '124801.777500', '124802.237500', '124802.697500', '124803.157500', '124803.617500', '124804.077500', '124804.537500', '124804.997500', '124805.457500', '124805.917500', '124806.377500', '124806.837500', '124807.297500', '124807.757500', '124808.217500', '124808.677500', '124809.137500', '124809.597500', '124810.057500', '124810.517500', '124810.977500', '124811.437500', '124811.897500', '124812.357500', '124812.817500', '124813.277500', '124813.737500', '124814.197500', '124814.657500', '124815.117500', '124815.577500', '124816.037500', '124816.497500', '124816.957500', '124817.417500', '124817.877500', '124818.337500', '124818.797500', '124819.257500', '124819.717500', '124820.177500', '124820.637500', '124821.097500', '124821.557500', '124822.017500', '124822.477500', '124822.937500', '124823.397500', '124823.857500', '124824.317500', '124824.777500', '124825.237500', '124825.697500', '124826.157500', '124826.617500', '124827.077500', '124827.537500', '124827.997500', '124828.457500', '124828.917500', '124829.377500', '124829.837500', '124830.297500', '124830.757500', '124831.217500', '124831.677500', '124832.137500', '124832.597500', '124833.057500', '124833.517500', '124833.977500', '124834.437500', '124834.897500', '124835.357500', '124835.817500', '124836.277500', '124836.737500', '124837.197500', '124837.657500', '124838.117500', '124838.577500', '124839.037500', '124839.497500', '124839.957500', '124840.417500', '124840.877500', '124841.337500', '124841.797500', '124842.257500', '124842.717500', '124843.177500', '124843.637500', '124844.097500', '124844.557500', '124845.017500', '124845.477500', '124845.937500', '124846.397500', '124846.857500', '124847.317500', '124847.777500', '124848.237500', '124848.697500', '124849.157500', '124849.617500', '124850.077500', '124850.537500', '124850.997500', '124851.457500', '124851.917500', '124852.377500', '124852.837500', '124853.297500', '124853.757500', '124854.217500', '124854.677500', '124855.137500', '124855.597500', '124856.057500', '124856.517500', '124856.977500', '124857.437500', '124857.897500', '124858.357500', '124858.817500', '124859.277500', '124859.737500', '124900.197500', '124900.657500', '124901.117500', '124901.577500', '124902.037500', '124902.497500', '124902.957500', '124903.417500', '124903.877500', '124904.337500', '124904.797500', '124905.257500', '124905.717500', '124906.177500', '124906.637500', '124907.097500', '124907.557500', '124908.017500', '124908.477500', '124908.937500', '124909.397500', '124909.857500', '124910.317500', '124910.777500', '124911.237500', '124911.697500', '124912.157500', '124912.617500', '124913.077500', '124913.537500', '124913.997500', '124914.457500', '124914.917500', '124915.377500', '124915.837500', '124916.297500', '124916.757500', '124917.217500', '124917.677500', '124918.137500', '124918.597500', '124919.057500', '124919.517500', '124919.977500', '124920.437500', '124920.897500', '124921.357500', '124921.817500', '124922.277500', '124922.737500', '124923.197500', '124923.657500', '124924.117500', '124924.577500', '124925.037500', '124925.497500', '124925.957500', '124926.417500', '124926.877500', '124927.337500', '124927.797500', '124928.257500', '124928.717500', '124929.177500', '124929.637500', '124930.097500', '124930.557500', '124931.017500', '124931.477500', '124931.937500', '124932.397500', '124932.857500', '124933.317500', '124933.777500', '124934.237500', '124934.697500', '124935.157500', '124935.617500', '124936.077500', '124936.537500', '124936.997500', '124937.457500', '124937.917500', '124938.377500', '124938.837500', '124939.297500', '124939.757500', '124940.217500', '124940.677500', '124941.137500', '124941.597500', '124942.057500', '124942.517500', '124942.977500', '124943.437500', '124943.897500', '124944.357500', '124944.817500', '124945.277500', '124945.737500', '124946.197500', '124946.657500', '124947.117500', '124947.577500', '124948.037500', '124948.497500', '124948.957500', '124949.417500', '124949.877500', '124950.337500', '124950.797500', '124951.257500', '124951.717500', '124952.177500', '124952.637500', '124953.097500', '124953.557500', '124954.017500', '124954.477500', '124954.937500', '124955.397500', '124955.857500', '124956.317500', '124956.777500', '124957.237500', '124957.697500', '124958.157500', '124958.617500', '124959.077500', '124959.537500', '124959.997500', '125000.457500', '125000.917500', '125001.377500', '125001.837500', '125002.297500', '125002.757500', '125003.217500', '125003.677500', '125004.137500', '125004.597500', '125005.057500', '125005.517500', '125005.977500', '125006.437500', '125006.897500', '125007.357500', '125007.817500', '125008.277500', '125008.737500', '125009.197500', '125009.657500', '125010.117500', '125010.577500', '125011.037500', '125011.497500', '125011.957500', '125012.417500', '125012.877500', '125013.337500', '125013.797500', '125014.257500', '125014.717500', '125015.177500', '125015.637500', '125016.097500', '125016.557500', '125017.017500', '125017.477500', '125017.937500', '125018.397500', '125018.857500', '125019.317500', '125019.777500', '125020.237500', '125020.697500', '125021.157500', '125021.617500', '125022.077500', '125022.537500', '125022.997500', '125023.457500', '125023.917500', '125024.377500', '125024.837500', '125025.297500', '125025.757500', '125026.217500', '125026.677500', '125027.137500', '125027.597500', '125028.057500', '125028.517500', '125028.977500', '125029.437500', '125029.897500', '125030.357500', '125030.817500', '125031.277500', '125031.737500', '125032.197500', '125032.657500', '125033.117500', '125033.577500', '125034.037500', '125034.497500', '125034.957500', '125035.417500', '125035.877500', '125036.337500', '125036.797500', '125037.257500', '125037.717500', '125038.177500', '125038.637500', '125039.097500', '125039.557500', '125040.017500', '125040.477500', '125040.937500', '125041.397500', '125041.857500', '125042.317500', '125042.777500', '125043.237500', '125043.697500', '125044.157500', '125044.617500', '125045.077500', '125045.537500', '125045.997500', '125046.457500', '125046.917500', '125047.377500', '125047.837500', '125048.297500', '125048.757500', '125049.217500', '125049.677500', '125050.137500', '125050.597500', '125051.057500', '125051.517500', '125051.977500', '125052.437500', '125052.897500', '125053.357500', '125053.817500', '125054.277500', '125054.737500', '125055.197500', '125055.657500', '125056.117500', '125056.577500', '125057.037500', '125057.497500', '125057.957500', '125058.417500', '125058.877500', '125059.337500', '125059.797500', '125100.257500', '125100.717500', '125101.177500', '125101.637500', '125102.097500', '125102.557500', '125103.017500', '125103.477500', '125103.937500', '125104.397500', '125104.857500', '125105.317500', '125105.777500', '125106.237500', '125106.697500', '125107.157500', '125107.617500', '125108.077500', '125108.537500', '125108.997500', '125109.457500', '125109.917500', '125110.377500', '125110.837500', '125111.297500', '125111.757500', '125112.217500', '125112.677500', '125113.137500', '125113.597500', '125114.057500', '125114.517500', '125114.977500', '125115.437500', '125115.897500', '125116.357500', '125116.817500', '125117.277500', '125117.737500', '125118.197500', '125118.657500', '125119.117500', '125119.577500', '125120.037500', '125120.497500', '125120.957500', '125121.417500', '125121.877500', '125122.337500', '125122.797500', '125123.257500', '125123.717500', '125124.177500', '125124.637500', '125125.097500', '125125.557500', '125126.017500', '125126.477500', '125126.937500', '125127.397500', '125127.857500', '125128.317500', '125128.777500', '125129.237500', '125129.697500', '125130.157500', '125130.617500', '125131.077500', '125131.537500', '125131.997500', '125132.457500', '125132.917500', '125133.377500', '125133.837500', '125134.297500', '125134.757500', '125135.217500', '125135.677500', '125136.137500', '125136.597500', '125137.057500', '125137.517500', '125137.977500', '125138.437500', '125138.897500', '125139.357500', '125139.817500', '125140.277500', '125140.737500', '125141.197500', '125141.657500', '125142.117500', '125142.577500', '125143.037500', '125143.497500', '125143.957500', '125144.417500', '125144.877500', '125145.337500', '125145.797500', '125146.257500', '125146.717500', '125147.177500', '125147.637500', '125148.097500', '125148.557500', '125149.017500', '125149.477500', '125149.937500', '125150.397500', '125150.857500', '125151.317500', '125151.777500', '125152.237500', '125152.697500', '125153.157500', '125153.617500', '125154.077500', '125154.537500', '125154.997500', '125155.457500', '125155.917500', '125156.377500', '125156.837500', '125157.297500', '125157.757500', '125158.217500', '125158.677500', '125159.137500', '125159.597500', '125200.057500', '125200.517500', '125200.977500', '125201.437500', '125201.897500', '125202.357500', '125202.817500', '125203.277500', '125203.737500', '125204.197500', '125204.657500', '125205.117500', '125205.577500', '125206.037500', '125206.497500', '125206.957500', '125207.417500', '125207.877500', '125208.337500', '125208.797500', '125209.257500', '125209.717500', '125210.177500', '125210.637500', '125211.097500', '125211.557500', '125212.017500', '125212.477500', '125212.937500', '125213.397500', '125213.857500', '125214.317500', '125214.777500', '125215.237500', '125215.697500', '125216.157500', '125216.617500', '125217.077500', '125217.537500', '125217.997500', '125218.457500', '125218.917500', '125219.377500', '125219.837500', '125220.297500', '125220.757500', '125221.217500', '125221.677500', '125222.137500', '125222.597500', '125223.057500', '125223.517500', '125223.977500', '125224.437500', '125224.897500', '125225.357500', '125225.817500', '125226.277500', '125226.737500', '125227.197500', '125227.657500', '125228.117500', '125228.577500', '125229.037500', '125229.497500', '125229.957500', '125230.417500', '125230.877500', '125231.337500', '125231.797500', '125232.257500', '125232.717500', '125233.177500', '125233.637500', '125234.097500', '125234.557500', '125235.017500', '125235.477500', '125235.937500', '125236.397500', '125236.857500', '125237.317500', '125237.777500', '125238.237500', '125238.697500', '125239.157500', '125239.617500', '125240.077500', '125240.537500', '125240.997500', '125241.457500', '125241.917500', '125242.377500', '125242.837500', '125243.297500', '125243.757500', '125244.217500', '125244.677500', '125245.137500', '125245.597500', '125246.057500', '125246.517500', '125246.977500', '125247.437500', '125247.897500'], 'ContentTime': ['124250.917000', '124250.921000', '124250.923000', '124250.926000', '124250.929000', '124250.931000', '124250.934000', '124250.941000', '124250.948000', '124250.950000', '124250.953000', '124250.956000', '124250.958000', '124250.961000', '124250.963000', '124250.966000', '124250.969000', '124250.971000', '124250.974000', '124250.983000', '124310.866000', '124310.869000', '124310.872000', '124310.874000', '124310.877000', '124310.880000', '124310.882000', '124310.909000', '124310.912000', '124310.915000', '124310.917000', '124310.920000', '124310.923000', '124310.925000', '124310.928000', '124310.930000', '124310.933000', '124310.935000', '124310.938000', '124310.946000', '124310.949000', '124310.951000', '124310.954000', '124310.957000', '124310.959000', '124310.962000', '124310.964000', '124310.967000', '124310.970000', '124310.972000', '124310.975000', '124310.977000', '124310.980000', '124310.983000', '124310.986000', '124310.989000', '124310.992000', '124310.994000', '124310.997000', '124310.999000', '124311.002000', '124311.005000', '124311.008000', '124330.866000', '124330.869000', '124330.872000', '124330.874000', '124330.877000', '124330.880000', '124330.882000', '124330.885000', '124330.887000', '124330.890000', '124330.893000', '124330.895000', '124330.898000', '124330.901000', '124330.903000', '124330.906000', '124330.908000', '124330.911000', '124330.914000', '124330.916000', '124330.919000', '124330.921000', '124330.924000', '124330.927000', '124330.929000', '124330.932000', '124330.934000', '124330.937000', '124330.940000', '124330.942000', '124330.945000', '124330.948000', '124330.950000', '124330.953000', '124330.956000', '124330.958000', '124330.961000', '124330.963000', '124330.972000', '124330.975000', '124330.977000', '124330.980000', '124330.982000', '124330.985000', '124350.866000', '124350.869000', '124350.872000', '124350.874000', '124350.877000', '124350.880000', '124350.882000', '124350.885000', '124350.887000', '124350.890000', '124350.892000', '124350.895000', '124350.898000', '124350.900000', '124350.903000', '124350.906000', '124350.908000', '124350.911000', '124350.913000', '124350.916000', '124350.919000', '124350.921000', '124350.924000', '124350.926000', '124350.929000', '124350.932000', '124350.934000', '124350.937000', '124350.939000', '124350.942000', '124350.944000', '124350.947000', '124350.950000', '124350.952000', '124350.955000', '124350.958000', '124350.961000', '124350.964000', '124350.967000', '124350.970000', '124350.972000', '124350.975000', '124350.978000', '124410.867000', '124410.869000', '124410.872000', '124410.874000', '124410.877000', '124410.880000', '124410.883000', '124410.885000', '124410.888000', '124410.890000', '124410.893000', '124410.896000', '124410.898000', '124410.901000', '124410.903000', '124410.906000', '124410.909000', '124410.911000', '124410.914000', '124410.916000', '124410.919000', '124410.922000', '124410.924000', '124410.927000', '124410.929000', '124410.932000', '124410.935000', '124410.937000', '124410.940000', '124410.942000', '124410.945000', '124410.948000', '124410.950000', '124410.953000', '124410.955000', '124410.958000', '124410.961000', '124410.963000', '124410.966000', '124410.968000', '124410.971000', '124410.974000', '124410.976000', '124410.979000', '124430.867000', '124430.870000', '124430.873000', '124430.876000', '124430.879000', '124430.881000', '124430.884000', '124430.887000', '124430.889000', '124430.892000', '124430.894000', '124430.897000', '124430.900000', '124430.902000', '124430.905000', '124430.908000', '124430.910000', '124430.913000', '124430.915000', '124430.918000', '124430.921000', '124430.923000', '124430.926000', '124430.929000', '124430.931000', '124430.934000', '124430.937000', '124430.939000', '124430.942000', '124430.944000', '124430.947000', '124430.950000', '124430.953000', '124430.955000', '124430.958000', '124430.960000', '124430.963000', '124430.966000', '124430.968000', '124430.971000', '124430.973000', '124430.976000', '124430.979000', '124450.866000', '124450.869000', '124450.872000', '124450.900000', '124450.903000', '124450.905000', '124450.908000', '124450.911000', '124450.913000', '124450.916000', '124450.918000', '124450.921000', '124450.924000', '124450.926000', '124450.929000', '124450.932000', '124450.934000', '124450.937000', '124450.939000', '124450.942000', '124450.945000', '124450.947000', '124450.950000', '124450.953000', '124450.955000', '124450.958000', '124450.960000', '124450.963000', '124450.966000', '124450.968000', '124450.971000', '124450.974000', '124450.976000', '124450.979000', '124450.982000', '124450.984000', '124450.987000', '124450.989000', '124450.992000', '124450.995000', '124450.997000', '124451.001000', '124451.004000', '124451.006000', '124510.866000', '124510.870000', '124510.872000', '124510.875000', '124510.878000', '124510.881000', '124510.883000', '124510.886000', '124510.888000', '124510.892000', '124510.894000', '124510.897000', '124510.899000', '124510.902000', '124510.905000', '124510.907000', '124510.910000', '124510.913000', '124510.915000', '124510.918000', '124510.920000', '124510.923000', '124510.926000', '124510.928000', '124510.931000', '124510.933000', '124510.936000', '124510.939000', '124510.941000', '124510.944000', '124510.947000', '124510.949000', '124510.952000', '124510.954000', '124510.957000', '124510.960000', '124510.962000', '124510.965000', '124510.967000', '124510.970000', '124510.973000', '124510.975000', '124510.978000', '124530.867000', '124530.869000', '124530.872000', '124530.875000', '124530.878000', '124530.880000', '124530.883000', '124530.885000', '124530.888000', '124530.891000', '124530.893000', '124530.896000', '124530.899000', '124530.901000', '124530.904000', '124530.907000', '124530.910000', '124530.912000', '124530.915000', '124530.918000', '124530.920000', '124530.923000', '124530.925000', '124530.928000', '124530.931000', '124530.933000', '124530.936000', '124530.939000', '124530.941000', '124530.944000', '124530.947000', '124530.949000', '124530.952000', '124530.954000', '124530.957000', '124530.959000', '124530.962000', '124530.964000', '124530.967000', '124530.970000', '124530.972000', '124530.975000', '124530.978000', '124530.980000', '124550.866000', '124550.869000', '124550.872000', '124550.874000', '124550.877000', '124550.880000', '124550.882000', '124550.885000', '124550.888000', '124550.890000', '124550.893000', '124550.895000', '124550.898000', '124550.901000', '124550.903000', '124550.906000', '124550.909000', '124550.911000', '124550.914000', '124550.917000', '124550.919000', '124550.922000', '124550.924000', '124550.927000', '124550.930000', '124550.932000', '124550.935000', '124550.938000', '124550.940000', '124550.943000', '124550.946000', '124550.948000', '124550.951000', '124550.954000', '124550.956000', '124550.959000', '124550.961000', '124550.964000', '124550.967000', '124550.969000', '124550.972000', '124550.974000', '124550.977000', '124610.866000', '124610.881000', '124610.884000', '124610.886000', '124610.889000', '124610.892000', '124610.894000', '124610.897000', '124610.900000', '124610.902000', '124610.905000', '124610.908000', '124610.910000', '124610.913000', '124610.916000', '124610.918000', '124610.921000', '124610.923000', '124610.926000', '124610.929000', '124610.931000', '124610.934000', '124610.937000', '124610.939000', '124610.942000', '124610.944000', '124610.947000', '124610.950000', '124610.986000', '124610.989000', '124610.991000', '124610.994000', '124610.997000', '124611.000000', '124611.003000', '124611.006000', '124611.008000', '124611.011000', '124611.013000', '124611.016000', '124611.019000', '124611.021000', '124611.024000', '124630.867000', '124630.870000', '124630.872000', '124630.875000', '124630.877000', '124630.880000', '124630.883000', '124630.885000', '124630.888000', '124630.891000', '124630.893000', '124630.896000', '124630.899000', '124630.901000', '124630.904000', '124630.907000', '124630.909000', '124630.912000', '124630.915000', '124630.918000', '124630.920000', '124630.923000', '124630.926000', '124630.928000', '124630.931000', '124630.933000', '124630.936000', '124630.939000', '124630.941000', '124630.944000', '124630.947000', '124630.949000', '124630.952000', '124630.955000', '124630.957000', '124630.960000', '124630.962000', '124630.965000', '124630.967000', '124630.970000', '124630.973000', '124630.975000', '124630.978000', '124630.981000', '124650.868000', '124650.870000', '124650.873000', '124650.875000', '124650.878000', '124650.881000', '124650.883000', '124650.886000', '124650.889000', '124650.891000', '124650.894000', '124650.897000', '124650.899000', '124650.902000', '124650.904000', '124650.907000', '124650.910000', '124650.912000', '124650.915000', '124650.918000', '124650.920000', '124650.923000', '124650.926000', '124650.928000', '124650.931000', '124650.933000', '124650.936000', '124650.939000', '124650.942000', '124650.944000', '124650.947000', '124650.949000', '124650.952000', '124650.955000', '124650.957000', '124650.960000', '124650.962000', '124650.965000', '124650.968000', '124650.970000', '124650.973000', '124650.976000', '124650.978000', '124650.981000', '124710.867000', '124710.869000', '124710.872000', '124710.875000', '124710.877000', '124710.880000', '124710.883000', '124710.885000', '124710.888000', '124710.890000', '124710.893000', '124710.896000', '124710.899000', '124710.901000', '124710.904000', '124710.906000', '124710.909000', '124710.912000', '124710.914000', '124710.917000', '124710.920000', '124710.922000', '124710.925000', '124710.928000', '124710.930000', '124710.933000', '124710.935000', '124710.938000', '124710.941000', '124710.943000', '124710.946000', '124710.949000', '124710.951000', '124710.954000', '124710.957000', '124710.959000', '124710.962000', '124710.964000', '124710.967000', '124710.970000', '124710.973000', '124710.975000', '124710.978000', '124730.867000', '124730.869000', '124730.872000', '124730.875000', '124730.878000', '124730.880000', '124730.883000', '124730.886000', '124730.888000', '124730.891000', '124730.893000', '124730.896000', '124730.899000', '124730.901000', '124730.904000', '124730.911000', '124730.913000', '124730.916000', '124730.919000', '124730.921000', '124730.924000', '124730.927000', '124730.929000', '124730.932000', '124730.935000', '124730.937000', '124730.940000', '124730.943000', '124730.945000', '124730.948000', '124730.951000', '124730.953000', '124730.956000', '124730.959000', '124730.961000', '124730.964000', '124730.966000', '124730.969000', '124730.972000', '124730.974000', '124730.977000', '124730.979000', '124730.982000', '124750.867000', '124751.044000', '124751.047000', '124751.050000', '124751.052000', '124751.055000', '124751.058000', '124751.060000', '124751.063000', '124751.065000', '124751.097000', '124751.100000', '124751.102000', '124751.105000', '124751.108000', '124751.110000', '124751.113000', '124751.116000', '124751.118000', '124751.121000', '124751.124000', '124751.126000', '124751.129000', '124751.131000', '124751.134000', '124751.137000', '124751.139000', '124751.142000', '124751.145000', '124751.148000', '124751.150000', '124751.153000', '124751.155000', '124751.158000', '124751.161000', '124751.163000', '124751.166000', '124751.169000', '124751.171000', '124751.174000', '124751.177000', '124751.179000', '124751.182000', '124751.184000', '124810.866000', '124810.869000', '124810.872000', '124810.875000', '124810.877000', '124810.880000', '124810.883000', '124810.886000', '124810.889000', '124810.902000', '124810.905000', '124810.908000', '124810.910000', '124810.913000', '124810.916000', '124810.918000', '124810.921000', '124810.924000', '124810.926000', '124810.929000', '124810.932000', '124810.934000', '124810.937000', '124810.940000', '124810.942000', '124810.945000', '124810.947000', '124810.950000', '124810.953000', '124810.956000', '124810.959000', '124810.961000', '124810.964000', '124810.967000', '124810.969000', '124810.972000', '124810.975000', '124810.977000', '124810.980000', '124810.983000', '124810.985000', '124810.988000', '124810.990000', '124830.867000', '124830.869000', '124830.872000', '124830.875000', '124830.877000', '124830.880000', '124830.883000', '124830.885000', '124830.888000', '124830.891000', '124830.893000', '124830.896000', '124830.898000', '124830.901000', '124830.904000', '124830.907000', '124830.909000', '124830.912000', '124830.915000', '124830.917000', '124830.920000', '124830.922000', '124830.925000', '124830.928000', '124830.930000', '124830.933000', '124830.936000', '124830.938000', '124830.941000', '124830.944000', '124830.946000', '124830.949000', '124830.951000', '124830.954000', '124830.957000', '124830.960000', '124830.962000', '124830.965000', '124830.968000', '124830.970000', '124830.973000', '124830.975000', '124830.978000', '124830.981000', '124850.867000', '124850.873000', '124850.875000', '124850.878000', '124850.881000', '124850.883000', '124850.886000', '124850.888000', '124850.891000', '124850.894000', '124850.896000', '124850.899000', '124850.901000', '124850.904000', '124850.907000', '124850.909000', '124850.912000', '124850.915000', '124850.917000', '124850.921000', '124850.924000', '124850.927000', '124850.929000', '124850.932000', '124850.935000', '124850.937000', '124850.940000', '124850.943000', '124850.946000', '124850.948000', '124850.951000', '124850.954000', '124850.956000', '124850.959000', '124850.962000', '124850.964000', '124850.967000', '124850.970000', '124850.972000', '124850.975000', '124850.977000', '124850.981000', '124850.983000', '124910.868000', '124910.870000', '124910.873000', '124910.876000', '124910.878000', '124910.881000', '124910.911000', '124910.913000', '124910.916000', '124910.919000', '124910.921000', '124910.924000', '124910.927000', '124910.929000', '124910.932000', '124910.934000', '124910.937000', '124910.940000', '124910.942000', '124910.945000', '124910.948000', '124910.950000', '124910.953000', '124910.956000', '124910.958000', '124910.961000', '124910.963000', '124910.966000', '124910.969000', '124910.971000', '124910.974000', '124910.976000', '124910.979000', '124910.982000', '124910.984000', '124910.987000', '124910.990000', '124910.992000', '124910.995000', '124910.997000', '124911.000000', '124911.003000', '124911.005000', '124911.008000', '124930.867000', '124930.869000', '124930.872000', '124930.875000', '124930.878000', '124930.880000', '124930.883000', '124930.885000', '124930.888000', '124930.891000', '124930.894000', '124930.897000', '124930.900000', '124930.902000', '124930.916000', '124930.919000', '124930.922000', '124930.924000', '124930.927000', '124930.930000', '124930.932000', '124930.935000', '124930.938000', '124930.941000', '124930.945000', '124930.948000', '124930.950000', '124930.953000', '124930.956000', '124930.958000', '124930.961000', '124930.964000', '124930.966000', '124930.969000', '124930.972000', '124930.974000', '124930.977000', '124930.980000', '124930.982000', '124930.985000', '124930.988000', '124930.990000', '124930.993000', '124950.866000', '124950.886000', '124950.888000', '124950.891000', '124950.894000', '124950.896000', '124950.899000', '124950.901000', '124950.904000', '124950.907000', '124950.909000', '124950.912000', '124950.915000', '124950.917000', '124950.920000', '124950.923000', '124950.925000', '124950.928000', '124950.930000', '124950.933000', '124950.936000', '124950.938000', '124950.941000', '124950.943000', '124950.946000', '124950.948000', '124950.951000', '124950.954000', '124950.956000', '124950.959000', '124950.962000', '124950.964000', '124950.967000', '124950.969000', '124950.972000', '124950.975000', '124950.977000', '124950.980000', '124950.983000', '124950.985000', '124950.988000', '124950.991000', '124950.993000', '124950.996000', '125010.867000', '125010.870000', '125010.872000', '125010.875000', '125010.878000', '125010.880000', '125010.883000', '125010.885000', '125010.888000', '125010.891000', '125010.893000', '125010.896000', '125010.898000', '125010.901000', '125010.904000', '125010.906000', '125010.909000', '125010.912000', '125010.914000', '125010.917000', '125010.920000', '125010.922000', '125010.925000', '125010.928000', '125010.930000', '125010.933000', '125010.935000', '125010.938000', '125010.941000', '125010.943000', '125010.946000', '125010.949000', '125010.951000', '125010.954000', '125010.957000', '125010.960000', '125010.963000', '125010.966000', '125010.968000', '125010.971000', '125010.974000', '125010.976000', '125010.979000', '125030.867000', '125030.869000', '125030.872000', '125030.875000', '125030.878000', '125030.880000', '125030.883000', '125030.886000', '125030.888000', '125030.891000', '125030.894000', '125030.896000', '125030.899000', '125030.901000', '125030.904000', '125030.907000', '125030.909000', '125030.934000', '125030.937000', '125030.940000', '125030.942000', '125030.945000', '125030.947000', '125030.950000', '125030.953000', '125030.955000', '125030.958000', '125030.961000', '125030.963000', '125030.966000', '125030.968000', '125030.971000', '125030.974000', '125030.976000', '125030.979000', '125030.982000', '125030.984000', '125030.987000', '125030.990000', '125030.992000', '125030.995000', '125030.998000', '125031.001000', '125031.004000', '125050.867000', '125050.876000', '125050.879000', '125050.881000', '125050.884000', '125050.887000', '125050.889000', '125050.892000', '125050.894000', '125050.897000', '125050.900000', '125050.902000', '125050.905000', '125050.908000', '125050.910000', '125050.913000', '125050.916000', '125050.918000', '125050.921000', '125050.923000', '125050.926000', '125050.929000', '125050.931000', '125050.934000', '125050.937000', '125050.939000', '125050.942000', '125050.945000', '125050.948000', '125050.950000', '125050.953000', '125050.957000', '125050.960000', '125050.962000', '125050.965000', '125050.968000', '125050.970000', '125050.973000', '125050.976000', '125050.978000', '125050.982000', '125050.985000', '125050.988000', '125110.867000', '125110.870000', '125110.872000', '125110.875000', '125110.877000', '125110.880000', '125110.883000', '125110.885000', '125110.888000', '125110.890000', '125110.893000', '125110.896000', '125110.898000', '125110.901000', '125110.903000', '125110.906000', '125110.909000', '125110.911000', '125110.914000', '125110.917000', '125110.919000', '125110.922000', '125110.924000', '125110.927000', '125110.930000', '125110.932000', '125110.935000', '125110.937000', '125110.940000', '125110.943000', '125110.945000', '125110.948000', '125110.951000', '125110.953000', '125110.956000', '125110.959000', '125110.961000', '125110.964000', '125110.966000', '125110.969000', '125110.972000', '125110.974000', '125110.977000', '125110.980000', '125130.868000', '125130.870000', '125130.873000', '125130.876000', '125130.879000', '125130.881000', '125130.884000', '125130.886000', '125130.889000', '125130.892000', '125130.894000', '125130.897000', '125130.900000', '125130.902000', '125130.905000', '125130.908000', '125130.910000', '125130.913000', '125130.915000', '125130.918000', '125130.921000', '125130.923000', '125130.926000', '125130.929000', '125130.932000', '125130.934000', '125130.937000', '125130.939000', '125130.942000', '125130.945000', '125130.947000', '125130.950000', '125130.953000', '125130.955000', '125130.958000', '125130.961000', '125130.963000', '125130.966000', '125130.968000', '125130.971000', '125130.974000', '125130.976000', '125130.979000', '125150.867000', '125150.869000', '125150.872000', '125150.874000', '125150.877000', '125150.880000', '125150.882000', '125150.885000', '125150.888000', '125150.890000', '125150.893000', '125150.896000', '125150.898000', '125150.915000', '125150.917000', '125150.920000', '125150.923000', '125150.925000', '125150.928000', '125150.930000', '125150.933000', '125150.936000', '125150.938000', '125150.941000', '125150.944000', '125150.946000', '125150.949000', '125150.951000', '125150.954000', '125150.957000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125150.975000', '125150.978000', '125150.981000', '125150.983000', '125150.986000', '125150.989000', '125150.991000', '125150.994000', '125210.867000', '125210.869000', '125210.872000', '125210.875000', '125210.877000', '125210.880000', '125210.883000', '125210.885000', '125210.888000', '125210.890000', '125210.893000', '125210.896000', '125210.898000', '125210.901000', '125210.904000', '125210.906000', '125210.909000', '125210.912000', '125210.918000', '125210.920000', '125210.923000', '125210.925000', '125210.928000', '125210.931000', '125210.933000', '125210.936000', '125210.939000', '125210.941000', '125210.944000', '125210.947000', '125210.949000', '125210.952000', '125210.954000', '125210.957000', '125210.960000', '125210.962000', '125210.965000', '125210.967000', '125210.970000', '125210.973000', '125210.975000', '125210.978000', '125210.981000', '125230.867000', '125230.870000', '125230.872000', '125230.875000', '125230.877000', '125230.880000', '125230.883000', '125230.885000', '125230.888000', '125230.891000', '125230.893000', '125230.896000', '125230.899000', '125230.901000', '125230.904000', '125230.907000', '125230.910000', '125230.913000', '125230.916000', '125230.920000', '125230.923000', '125230.925000', '125230.928000', '125230.931000', '125230.934000', '125230.936000', '125230.939000', '125230.942000', '125230.944000', '125230.947000', '125230.949000', '125230.952000', '125230.955000', '125230.957000', '125230.960000', '125230.963000', '125230.965000', '125230.968000', '125230.970000', '125230.973000', '125230.976000', '125230.979000', '125230.981000', '125249.617000', '125249.619000', '125249.622000', '125249.625000', '125249.627000', '125249.630000', '125249.633000', '125249.635000', '125249.638000', '125249.641000', '125249.643000', '125249.646000', '125249.649000', '125249.651000', '125249.654000', '125249.657000', '125249.659000', '125249.662000', '125249.665000', '125249.667000', '125249.670000', '125249.672000', '125249.675000', '125249.678000', '125249.680000', '125249.683000', '125249.686000', '125249.688000', '125249.691000', '125249.693000', '125249.696000', '125249.699000', '125249.701000', '125249.704000', '125249.707000', '125249.710000', '125249.712000', '125249.715000', '125249.717000', '125249.720000', '125249.723000', '125249.725000'], 'InstanceCreationTime': ['124250.917000', '124250.921000', '124250.923000', '124250.926000', '124250.929000', '124250.931000', '124250.934000', '124250.941000', '124250.948000', '124250.950000', '124250.953000', '124250.956000', '124250.958000', '124250.961000', '124250.963000', '124250.966000', '124250.969000', '124250.971000', '124250.974000', '124250.983000', '124310.866000', '124310.869000', '124310.872000', '124310.874000', '124310.877000', '124310.880000', '124310.882000', '124310.909000', '124310.912000', '124310.915000', '124310.917000', '124310.920000', '124310.923000', '124310.925000', '124310.928000', '124310.930000', '124310.933000', '124310.935000', '124310.938000', '124310.946000', '124310.949000', '124310.951000', '124310.954000', '124310.957000', '124310.959000', '124310.962000', '124310.964000', '124310.967000', '124310.970000', '124310.972000', '124310.975000', '124310.977000', '124310.980000', '124310.983000', '124310.986000', '124310.989000', '124310.992000', '124310.994000', '124310.997000', '124310.999000', '124311.002000', '124311.005000', '124311.008000', '124330.866000', '124330.869000', '124330.872000', '124330.874000', '124330.877000', '124330.880000', '124330.882000', '124330.885000', '124330.887000', '124330.890000', '124330.893000', '124330.895000', '124330.898000', '124330.901000', '124330.903000', '124330.906000', '124330.908000', '124330.911000', '124330.914000', '124330.916000', '124330.919000', '124330.921000', '124330.924000', '124330.927000', '124330.929000', '124330.932000', '124330.934000', '124330.937000', '124330.940000', '124330.942000', '124330.945000', '124330.948000', '124330.950000', '124330.953000', '124330.956000', '124330.958000', '124330.961000', '124330.963000', '124330.972000', '124330.975000', '124330.977000', '124330.980000', '124330.982000', '124330.985000', '124350.866000', '124350.869000', '124350.872000', '124350.874000', '124350.877000', '124350.880000', '124350.882000', '124350.885000', '124350.887000', '124350.890000', '124350.892000', '124350.895000', '124350.898000', '124350.900000', '124350.903000', '124350.906000', '124350.908000', '124350.911000', '124350.913000', '124350.916000', '124350.919000', '124350.921000', '124350.924000', '124350.926000', '124350.929000', '124350.932000', '124350.934000', '124350.937000', '124350.939000', '124350.942000', '124350.944000', '124350.947000', '124350.950000', '124350.952000', '124350.955000', '124350.958000', '124350.961000', '124350.964000', '124350.967000', '124350.970000', '124350.972000', '124350.975000', '124350.978000', '124410.867000', '124410.869000', '124410.872000', '124410.874000', '124410.877000', '124410.880000', '124410.883000', '124410.885000', '124410.888000', '124410.890000', '124410.893000', '124410.896000', '124410.898000', '124410.901000', '124410.903000', '124410.906000', '124410.909000', '124410.911000', '124410.914000', '124410.916000', '124410.919000', '124410.922000', '124410.924000', '124410.927000', '124410.929000', '124410.932000', '124410.935000', '124410.937000', '124410.940000', '124410.942000', '124410.945000', '124410.948000', '124410.950000', '124410.953000', '124410.955000', '124410.958000', '124410.961000', '124410.963000', '124410.966000', '124410.968000', '124410.971000', '124410.974000', '124410.976000', '124410.979000', '124430.867000', '124430.870000', '124430.873000', '124430.876000', '124430.879000', '124430.881000', '124430.884000', '124430.887000', '124430.889000', '124430.892000', '124430.894000', '124430.897000', '124430.900000', '124430.902000', '124430.905000', '124430.908000', '124430.910000', '124430.913000', '124430.915000', '124430.918000', '124430.921000', '124430.923000', '124430.926000', '124430.929000', '124430.931000', '124430.934000', '124430.937000', '124430.939000', '124430.942000', '124430.944000', '124430.947000', '124430.950000', '124430.953000', '124430.955000', '124430.958000', '124430.960000', '124430.963000', '124430.966000', '124430.968000', '124430.971000', '124430.973000', '124430.976000', '124430.979000', '124450.866000', '124450.869000', '124450.872000', '124450.900000', '124450.903000', '124450.905000', '124450.908000', '124450.911000', '124450.913000', '124450.916000', '124450.918000', '124450.921000', '124450.924000', '124450.926000', '124450.929000', '124450.932000', '124450.934000', '124450.937000', '124450.939000', '124450.942000', '124450.945000', '124450.947000', '124450.950000', '124450.953000', '124450.955000', '124450.958000', '124450.960000', '124450.963000', '124450.966000', '124450.968000', '124450.971000', '124450.974000', '124450.976000', '124450.979000', '124450.982000', '124450.984000', '124450.987000', '124450.989000', '124450.992000', '124450.995000', '124450.997000', '124451.001000', '124451.004000', '124451.006000', '124510.866000', '124510.870000', '124510.872000', '124510.875000', '124510.878000', '124510.881000', '124510.883000', '124510.886000', '124510.888000', '124510.892000', '124510.894000', '124510.897000', '124510.899000', '124510.902000', '124510.905000', '124510.907000', '124510.910000', '124510.913000', '124510.915000', '124510.918000', '124510.920000', '124510.923000', '124510.926000', '124510.928000', '124510.931000', '124510.933000', '124510.936000', '124510.939000', '124510.941000', '124510.944000', '124510.947000', '124510.949000', '124510.952000', '124510.954000', '124510.957000', '124510.960000', '124510.962000', '124510.965000', '124510.967000', '124510.970000', '124510.973000', '124510.975000', '124510.978000', '124530.867000', '124530.869000', '124530.872000', '124530.875000', '124530.878000', '124530.880000', '124530.883000', '124530.885000', '124530.888000', '124530.891000', '124530.893000', '124530.896000', '124530.899000', '124530.901000', '124530.904000', '124530.907000', '124530.910000', '124530.912000', '124530.915000', '124530.918000', '124530.920000', '124530.923000', '124530.925000', '124530.928000', '124530.931000', '124530.933000', '124530.936000', '124530.939000', '124530.941000', '124530.944000', '124530.947000', '124530.949000', '124530.952000', '124530.954000', '124530.957000', '124530.959000', '124530.962000', '124530.964000', '124530.967000', '124530.970000', '124530.972000', '124530.975000', '124530.978000', '124530.980000', '124550.866000', '124550.869000', '124550.872000', '124550.874000', '124550.877000', '124550.880000', '124550.882000', '124550.885000', '124550.888000', '124550.890000', '124550.893000', '124550.895000', '124550.898000', '124550.901000', '124550.903000', '124550.906000', '124550.909000', '124550.911000', '124550.914000', '124550.917000', '124550.919000', '124550.922000', '124550.924000', '124550.927000', '124550.930000', '124550.932000', '124550.935000', '124550.938000', '124550.940000', '124550.943000', '124550.946000', '124550.948000', '124550.951000', '124550.954000', '124550.956000', '124550.959000', '124550.961000', '124550.964000', '124550.967000', '124550.969000', '124550.972000', '124550.974000', '124550.977000', '124610.866000', '124610.881000', '124610.884000', '124610.886000', '124610.889000', '124610.892000', '124610.894000', '124610.897000', '124610.900000', '124610.902000', '124610.905000', '124610.908000', '124610.910000', '124610.913000', '124610.916000', '124610.918000', '124610.921000', '124610.923000', '124610.926000', '124610.929000', '124610.931000', '124610.934000', '124610.937000', '124610.939000', '124610.942000', '124610.944000', '124610.947000', '124610.950000', '124610.986000', '124610.989000', '124610.991000', '124610.994000', '124610.997000', '124611.000000', '124611.003000', '124611.006000', '124611.008000', '124611.011000', '124611.013000', '124611.016000', '124611.019000', '124611.021000', '124611.024000', '124630.867000', '124630.870000', '124630.872000', '124630.875000', '124630.877000', '124630.880000', '124630.883000', '124630.885000', '124630.888000', '124630.891000', '124630.893000', '124630.896000', '124630.899000', '124630.901000', '124630.904000', '124630.907000', '124630.909000', '124630.912000', '124630.915000', '124630.918000', '124630.920000', '124630.923000', '124630.926000', '124630.928000', '124630.931000', '124630.933000', '124630.936000', '124630.939000', '124630.941000', '124630.944000', '124630.947000', '124630.949000', '124630.952000', '124630.955000', '124630.957000', '124630.960000', '124630.962000', '124630.965000', '124630.967000', '124630.970000', '124630.973000', '124630.975000', '124630.978000', '124630.981000', '124650.868000', '124650.870000', '124650.873000', '124650.875000', '124650.878000', '124650.881000', '124650.883000', '124650.886000', '124650.889000', '124650.891000', '124650.894000', '124650.897000', '124650.899000', '124650.902000', '124650.904000', '124650.907000', '124650.910000', '124650.912000', '124650.915000', '124650.918000', '124650.920000', '124650.923000', '124650.926000', '124650.928000', '124650.931000', '124650.933000', '124650.936000', '124650.939000', '124650.942000', '124650.944000', '124650.947000', '124650.949000', '124650.952000', '124650.955000', '124650.957000', '124650.960000', '124650.962000', '124650.965000', '124650.968000', '124650.970000', '124650.973000', '124650.976000', '124650.978000', '124650.981000', '124710.867000', '124710.869000', '124710.872000', '124710.875000', '124710.877000', '124710.880000', '124710.883000', '124710.885000', '124710.888000', '124710.890000', '124710.893000', '124710.896000', '124710.899000', '124710.901000', '124710.904000', '124710.906000', '124710.909000', '124710.912000', '124710.914000', '124710.917000', '124710.920000', '124710.922000', '124710.925000', '124710.928000', '124710.930000', '124710.933000', '124710.935000', '124710.938000', '124710.941000', '124710.943000', '124710.946000', '124710.949000', '124710.951000', '124710.954000', '124710.957000', '124710.959000', '124710.962000', '124710.964000', '124710.967000', '124710.970000', '124710.973000', '124710.975000', '124710.978000', '124730.867000', '124730.869000', '124730.872000', '124730.875000', '124730.878000', '124730.880000', '124730.883000', '124730.886000', '124730.888000', '124730.891000', '124730.893000', '124730.896000', '124730.899000', '124730.901000', '124730.904000', '124730.911000', '124730.913000', '124730.916000', '124730.919000', '124730.921000', '124730.924000', '124730.927000', '124730.929000', '124730.932000', '124730.935000', '124730.937000', '124730.940000', '124730.943000', '124730.945000', '124730.948000', '124730.951000', '124730.953000', '124730.956000', '124730.959000', '124730.961000', '124730.964000', '124730.966000', '124730.969000', '124730.972000', '124730.974000', '124730.977000', '124730.979000', '124730.982000', '124750.867000', '124751.044000', '124751.047000', '124751.050000', '124751.052000', '124751.055000', '124751.058000', '124751.060000', '124751.063000', '124751.065000', '124751.097000', '124751.100000', '124751.102000', '124751.105000', '124751.108000', '124751.110000', '124751.113000', '124751.116000', '124751.118000', '124751.121000', '124751.124000', '124751.126000', '124751.129000', '124751.131000', '124751.134000', '124751.137000', '124751.139000', '124751.142000', '124751.145000', '124751.148000', '124751.150000', '124751.153000', '124751.155000', '124751.158000', '124751.161000', '124751.163000', '124751.166000', '124751.169000', '124751.171000', '124751.174000', '124751.177000', '124751.179000', '124751.182000', '124751.184000', '124810.866000', '124810.869000', '124810.872000', '124810.875000', '124810.877000', '124810.880000', '124810.883000', '124810.886000', '124810.889000', '124810.902000', '124810.905000', '124810.908000', '124810.910000', '124810.913000', '124810.916000', '124810.918000', '124810.921000', '124810.924000', '124810.926000', '124810.929000', '124810.932000', '124810.934000', '124810.937000', '124810.940000', '124810.942000', '124810.945000', '124810.947000', '124810.950000', '124810.953000', '124810.956000', '124810.959000', '124810.961000', '124810.964000', '124810.967000', '124810.969000', '124810.972000', '124810.975000', '124810.977000', '124810.980000', '124810.983000', '124810.985000', '124810.988000', '124810.990000', '124830.867000', '124830.869000', '124830.872000', '124830.875000', '124830.877000', '124830.880000', '124830.883000', '124830.885000', '124830.888000', '124830.891000', '124830.893000', '124830.896000', '124830.898000', '124830.901000', '124830.904000', '124830.907000', '124830.909000', '124830.912000', '124830.915000', '124830.917000', '124830.920000', '124830.922000', '124830.925000', '124830.928000', '124830.930000', '124830.933000', '124830.936000', '124830.938000', '124830.941000', '124830.944000', '124830.946000', '124830.949000', '124830.951000', '124830.954000', '124830.957000', '124830.960000', '124830.962000', '124830.965000', '124830.968000', '124830.970000', '124830.973000', '124830.975000', '124830.978000', '124830.981000', '124850.867000', '124850.873000', '124850.875000', '124850.878000', '124850.881000', '124850.883000', '124850.886000', '124850.888000', '124850.891000', '124850.894000', '124850.896000', '124850.899000', '124850.901000', '124850.904000', '124850.907000', '124850.909000', '124850.912000', '124850.915000', '124850.917000', '124850.921000', '124850.924000', '124850.927000', '124850.929000', '124850.932000', '124850.935000', '124850.937000', '124850.940000', '124850.943000', '124850.946000', '124850.948000', '124850.951000', '124850.954000', '124850.956000', '124850.959000', '124850.962000', '124850.964000', '124850.967000', '124850.970000', '124850.972000', '124850.975000', '124850.977000', '124850.981000', '124850.983000', '124910.868000', '124910.870000', '124910.873000', '124910.876000', '124910.878000', '124910.881000', '124910.911000', '124910.913000', '124910.916000', '124910.919000', '124910.921000', '124910.924000', '124910.927000', '124910.929000', '124910.932000', '124910.934000', '124910.937000', '124910.940000', '124910.942000', '124910.945000', '124910.948000', '124910.950000', '124910.953000', '124910.956000', '124910.958000', '124910.961000', '124910.963000', '124910.966000', '124910.969000', '124910.971000', '124910.974000', '124910.976000', '124910.979000', '124910.982000', '124910.984000', '124910.987000', '124910.990000', '124910.992000', '124910.995000', '124910.997000', '124911.000000', '124911.003000', '124911.005000', '124911.008000', '124930.867000', '124930.869000', '124930.872000', '124930.875000', '124930.878000', '124930.880000', '124930.883000', '124930.885000', '124930.888000', '124930.891000', '124930.894000', '124930.897000', '124930.900000', '124930.902000', '124930.916000', '124930.919000', '124930.922000', '124930.924000', '124930.927000', '124930.930000', '124930.932000', '124930.935000', '124930.938000', '124930.941000', '124930.945000', '124930.948000', '124930.950000', '124930.953000', '124930.956000', '124930.958000', '124930.961000', '124930.964000', '124930.966000', '124930.969000', '124930.972000', '124930.974000', '124930.977000', '124930.980000', '124930.982000', '124930.985000', '124930.988000', '124930.990000', '124930.993000', '124950.866000', '124950.886000', '124950.888000', '124950.891000', '124950.894000', '124950.896000', '124950.899000', '124950.901000', '124950.904000', '124950.907000', '124950.909000', '124950.912000', '124950.915000', '124950.917000', '124950.920000', '124950.923000', '124950.925000', '124950.928000', '124950.930000', '124950.933000', '124950.936000', '124950.938000', '124950.941000', '124950.943000', '124950.946000', '124950.948000', '124950.951000', '124950.954000', '124950.956000', '124950.959000', '124950.962000', '124950.964000', '124950.967000', '124950.969000', '124950.972000', '124950.975000', '124950.977000', '124950.980000', '124950.983000', '124950.985000', '124950.988000', '124950.991000', '124950.993000', '124950.996000', '125010.867000', '125010.870000', '125010.872000', '125010.875000', '125010.878000', '125010.880000', '125010.883000', '125010.885000', '125010.888000', '125010.891000', '125010.893000', '125010.896000', '125010.898000', '125010.901000', '125010.904000', '125010.906000', '125010.909000', '125010.912000', '125010.914000', '125010.917000', '125010.920000', '125010.922000', '125010.925000', '125010.928000', '125010.930000', '125010.933000', '125010.935000', '125010.938000', '125010.941000', '125010.943000', '125010.946000', '125010.949000', '125010.951000', '125010.954000', '125010.957000', '125010.960000', '125010.963000', '125010.966000', '125010.968000', '125010.971000', '125010.974000', '125010.976000', '125010.979000', '125030.867000', '125030.869000', '125030.872000', '125030.875000', '125030.878000', '125030.880000', '125030.883000', '125030.886000', '125030.888000', '125030.891000', '125030.894000', '125030.896000', '125030.899000', '125030.901000', '125030.904000', '125030.907000', '125030.909000', '125030.934000', '125030.937000', '125030.940000', '125030.942000', '125030.945000', '125030.947000', '125030.950000', '125030.953000', '125030.955000', '125030.958000', '125030.961000', '125030.963000', '125030.966000', '125030.968000', '125030.971000', '125030.974000', '125030.976000', '125030.979000', '125030.982000', '125030.984000', '125030.987000', '125030.990000', '125030.992000', '125030.995000', '125030.998000', '125031.001000', '125031.004000', '125050.867000', '125050.876000', '125050.879000', '125050.881000', '125050.884000', '125050.887000', '125050.889000', '125050.892000', '125050.894000', '125050.897000', '125050.900000', '125050.902000', '125050.905000', '125050.908000', '125050.910000', '125050.913000', '125050.916000', '125050.918000', '125050.921000', '125050.923000', '125050.926000', '125050.929000', '125050.931000', '125050.934000', '125050.937000', '125050.939000', '125050.942000', '125050.945000', '125050.948000', '125050.950000', '125050.953000', '125050.957000', '125050.960000', '125050.962000', '125050.965000', '125050.968000', '125050.970000', '125050.973000', '125050.976000', '125050.978000', '125050.982000', '125050.985000', '125050.988000', '125110.867000', '125110.870000', '125110.872000', '125110.875000', '125110.877000', '125110.880000', '125110.883000', '125110.885000', '125110.888000', '125110.890000', '125110.893000', '125110.896000', '125110.898000', '125110.901000', '125110.903000', '125110.906000', '125110.909000', '125110.911000', '125110.914000', '125110.917000', '125110.919000', '125110.922000', '125110.924000', '125110.927000', '125110.930000', '125110.932000', '125110.935000', '125110.937000', '125110.940000', '125110.943000', '125110.945000', '125110.948000', '125110.951000', '125110.953000', '125110.956000', '125110.959000', '125110.961000', '125110.964000', '125110.966000', '125110.969000', '125110.972000', '125110.974000', '125110.977000', '125110.980000', '125130.868000', '125130.870000', '125130.873000', '125130.876000', '125130.879000', '125130.881000', '125130.884000', '125130.886000', '125130.889000', '125130.892000', '125130.894000', '125130.897000', '125130.900000', '125130.902000', '125130.905000', '125130.908000', '125130.910000', '125130.913000', '125130.915000', '125130.918000', '125130.921000', '125130.923000', '125130.926000', '125130.929000', '125130.932000', '125130.934000', '125130.937000', '125130.939000', '125130.942000', '125130.945000', '125130.947000', '125130.950000', '125130.953000', '125130.955000', '125130.958000', '125130.961000', '125130.963000', '125130.966000', '125130.968000', '125130.971000', '125130.974000', '125130.976000', '125130.979000', '125150.867000', '125150.869000', '125150.872000', '125150.874000', '125150.877000', '125150.880000', '125150.882000', '125150.885000', '125150.888000', '125150.890000', '125150.893000', '125150.896000', '125150.898000', '125150.915000', '125150.917000', '125150.920000', '125150.923000', '125150.925000', '125150.928000', '125150.930000', '125150.933000', '125150.936000', '125150.938000', '125150.941000', '125150.944000', '125150.946000', '125150.949000', '125150.951000', '125150.954000', '125150.957000', '125150.959000', '125150.962000', '125150.965000', '125150.967000', '125150.970000', '125150.973000', '125150.975000', '125150.978000', '125150.981000', '125150.983000', '125150.986000', '125150.989000', '125150.991000', '125150.994000', '125210.867000', '125210.869000', '125210.872000', '125210.875000', '125210.877000', '125210.880000', '125210.883000', '125210.885000', '125210.888000', '125210.890000', '125210.893000', '125210.896000', '125210.898000', '125210.901000', '125210.904000', '125210.906000', '125210.909000', '125210.912000', '125210.918000', '125210.920000', '125210.923000', '125210.925000', '125210.928000', '125210.931000', '125210.933000', '125210.936000', '125210.939000', '125210.941000', '125210.944000', '125210.947000', '125210.949000', '125210.952000', '125210.954000', '125210.957000', '125210.960000', '125210.962000', '125210.965000', '125210.967000', '125210.970000', '125210.973000', '125210.975000', '125210.978000', '125210.981000', '125230.867000', '125230.870000', '125230.872000', '125230.875000', '125230.877000', '125230.880000', '125230.883000', '125230.885000', '125230.888000', '125230.891000', '125230.893000', '125230.896000', '125230.899000', '125230.901000', '125230.904000', '125230.907000', '125230.910000', '125230.913000', '125230.916000', '125230.920000', '125230.923000', '125230.925000', '125230.928000', '125230.931000', '125230.934000', '125230.936000', '125230.939000', '125230.942000', '125230.944000', '125230.947000', '125230.949000', '125230.952000', '125230.955000', '125230.957000', '125230.960000', '125230.963000', '125230.965000', '125230.968000', '125230.970000', '125230.973000', '125230.976000', '125230.979000', '125230.981000', '125249.617000', '125249.619000', '125249.622000', '125249.625000', '125249.627000', '125249.630000', '125249.633000', '125249.635000', '125249.638000', '125249.641000', '125249.643000', '125249.646000', '125249.649000', '125249.651000', '125249.654000', '125249.657000', '125249.659000', '125249.662000', '125249.665000', '125249.667000', '125249.670000', '125249.672000', '125249.675000', '125249.678000', '125249.680000', '125249.683000', '125249.686000', '125249.688000', '125249.691000', '125249.693000', '125249.696000', '125249.699000', '125249.701000', '125249.704000', '125249.707000', '125249.710000', '125249.712000', '125249.715000', '125249.717000', '125249.720000', '125249.723000', '125249.725000'], '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], 'LargestImagePixelValue': [11165, 12707, 8767, 11109, 7853, 11985, 8047, 10897, 8773, 9038, 12326, 8051, 10696, 8306, 10883, 7825, 11482, 8247, 10717, 9748, 9763, 11478, 8563, 11386, 8031, 10330, 12066, 7861, 13168, 8168, 11604, 12449, 8632, 12520, 8189, 10959, 7754, 10594, 7893, 8583, 12183, 8925, 11350, 7764, 12217, 8511, 10909, 12808, 8554, 10947, 7580, 10483, 11621, 8046, 10580, 7555, 9634, 7871, 9144, 7831, 9059, 9730, 7750, 10680, 7686, 10756, 8517, 10446, 10870, 7731, 13229, 8121, 10818, 8756, 10287, 10902, 7597, 11541, 7879, 11532, 8924, 9584, 10300, 7595, 10362, 8436, 10753, 10662, 8053, 9918, 7314, 10846, 7584, 10398, 7723, 9242, 11709, 7696, 10400, 7564, 10399, 7729, 9524, 8850, 11368, 9616, 10835, 10585, 7620, 13954, 8131, 11453, 8795, 9948, 11820, 7728, 14948, 8246, 11195, 9317, 9027, 10805, 7541, 11160, 7550, 10560, 7836, 8893, 12090, 9052, 10123, 8449, 10346, 7995, 9547, 9213, 10244, 10226, 8583, 10384, 7658, 12160, 7810, 10543, 8067, 9643, 11137, 7748, 9969, 7672, 12120, 8088, 10765, 9008, 10762, 11012, 8256, 10445, 7673, 13149, 8522, 10458, 8086, 8887, 12157, 10154, 11015, 8602, 10587, 7825, 9862, 7667, 10883, 8672, 9550, 9818, 8332, 10235, 7568, 9543, 7568, 10494, 8042, 9055, 9680, 9408, 9628, 7816, 9549, 7810, 9573, 7880, 9668, 7833, 9487, 11064, 8691, 10465, 7349, 10470, 7852, 10456, 7803, 9550, 11662, 7915, 10777, 7575, 10487, 7667, 9046, 8451, 8517, 11547, 7809, 10354, 7603, 10668, 7825, 10220, 9888, 9549, 9912, 7478, 11043, 8192, 9539, 8141, 9808, 10695, 7708, 9716, 8110, 9219, 8164, 9919, 10138, 7665, 9412, 8037, 9897, 7756, 10424, 11499, 9416, 9707, 7620, 10333, 7467, 10913, 8744, 10819, 11221, 10472, 11452, 7919, 12873, 7914, 10860, 9844, 10707, 10995, 8035, 11771, 7798, 10733, 9487, 9874, 11265, 7744, 9433, 8154, 9227, 7974, 10445, 10663, 7863, 9602, 8070, 10247, 7833, 8655, 9482, 8536, 10830, 7728, 10064, 7381, 12135, 8027, 11011, 9883, 10876, 10982, 7808, 10585, 7573, 11057, 9793, 11467, 11015, 7766, 10607, 7671, 10752, 7881, 11635, 9612, 8744, 10479, 7475, 9348, 8093, 8868, 9009, 8824, 10236, 7435, 9737, 7837, 8925, 8160, 10952, 7858, 9922, 11119, 7891, 12050, 8321, 10336, 7964, 9177, 11850, 9345, 11040, 8642, 11169, 8391, 9133, 9920, 9071, 11665, 8025, 10860, 7706, 9405, 8160, 8704, 11765, 7673, 10483, 7952, 8726, 8021, 9738, 10674, 8928, 10049, 8225, 10327, 8086, 10607, 8100, 10348, 11540, 8155, 11049, 8641, 10693, 8286, 11043, 10066, 9928, 12393, 8480, 11122, 8038, 11117, 8160, 9587, 10830, 8456, 10764, 7681, 9452, 7908, 8776, 8013, 9336, 8714, 9681, 11016, 7782, 9898, 7771, 9807, 8151, 10110, 7870, 11206, 10324, 9763, 10474, 7619, 10475, 9331, 10894, 8495, 10683, 9788, 11834, 12392, 8871, 10875, 7623, 11049, 7738, 11166, 10427, 9944, 10957, 7434, 9613, 7722, 9353, 7998, 9777, 8024, 9180, 11267, 8204, 9793, 7695, 9139, 7747, 10900, 8161, 11297, 8485, 10135, 11361, 7979, 10449, 8357, 11440, 8222, 8945, 11765, 8093, 10694, 7953, 10811, 9418, 8832, 11348, 7878, 12187, 7645, 8809, 10500, 7475, 8889, 7799, 9229, 8103, 9215, 10101, 7962, 8876, 8131, 9570, 8469, 8462, 8482, 7709, 10198, 7879, 10272, 8311, 11307, 11127, 8720, 10849, 7816, 12901, 9801, 11502, 11934, 8300, 13869, 8556, 10890, 11762, 10861, 11719, 7633, 11391, 8841, 8276, 11206, 7516, 9729, 7803, 8917, 9481, 8333, 9544, 7818, 10369, 7975, 9292, 11059, 8751, 10004, 7843, 9362, 8068, 8833, 7957, 10244, 10805, 8850, 10963, 8311, 10878, 7714, 11178, 9612, 11197, 12935, 8575, 10617, 7383, 10383, 7825, 10816, 11964, 7907, 10290, 7528, 8935, 7599, 8057, 7798, 9410, 9949, 7688, 9305, 7654, 9267, 7878, 8808, 8946, 9162, 10458, 7622, 10173, 7553, 14570, 8211, 11297, 10304, 10959, 12117, 8146, 10904, 7504, 13156, 9001, 10702, 8423, 8998, 11150, 7653, 10734, 7859, 10002, 7871, 9768, 11113, 7544, 9104, 7952, 8481, 7976, 9009, 9082, 7706, 9243, 8104, 10380, 8953, 8664, 9597, 7646, 8807, 8099, 9063, 8112, 8987, 11100, 10040, 10295, 7489, 10095, 7765, 11433, 9496, 11237, 10909, 9009, 11377, 7787, 10960, 9258, 12326, 11974, 9572, 10953, 7766, 12509, 7879, 8782, 9356, 9766, 11519, 7512, 9326, 7797, 9405, 8109, 9444, 10400, 7835, 9143, 8022, 9289, 7993, 9410, 9376, 7395, 9061, 7600, 8967, 7839, 10022, 11132, 9355, 9647, 7601, 10184, 7378, 10371, 8430, 10225, 12096, 8171, 10002, 7279, 12104, 7396, 9532, 9917, 10027, 10751, 7377, 9827, 7410, 9495, 8109, 10321, 8077, 9563, 9570, 7375, 8966, 7525, 8988, 7911, 9976, 9683, 10329, 10439, 7400, 9763, 7538, 12339, 9347, 11085, 8267, 8643, 11969, 7705, 10433, 9005, 12751, 8207, 9200, 12241, 7672, 10263, 7522, 9930, 7729, 9520, 11451, 7717, 10266, 7925, 9287, 8008, 8704, 9400, 7643, 8861, 7659, 8809, 8147, 8615, 8968, 7571, 8995, 7188, 9089, 7786, 9031, 7806, 8278, 7446, 9301, 7597, 10700, 12381, 8062, 10563, 7748, 12075, 7893, 11842, 8041, 10190, 9552, 8859, 8408, 8326, 11295, 9986, 10528, 9847, 11115, 7406, 11676, 8125, 11102, 8165, 8442, 10266, 7589, 9135, 7780, 9168, 8184, 8668, 8911, 9387, 10944, 7894, 9685, 7358, 9952, 7400, 11994, 8107, 11724, 10121, 10702, 11199, 7920, 10576, 7510, 10075, 7303, 10778, 8520, 10515, 10053, 7479, 9966, 7741, 9734, 7891, 8906, 7965, 9260, 9057, 8181, 9626, 7802, 8786, 7886, 8837, 7773, 8980, 8414, 9502, 9857, 7967, 11802, 7613, 10780, 7746, 10130, 7600, 10513, 7910, 11202, 8601, 10818, 8014, 12261, 9481, 12929, 14791, 11126, 12793, 7941, 11215, 8279, 11057, 7890, 11193, 8464, 10162, 12089, 9250, 12246, 8490, 9794, 7729, 9318, 7842, 8784, 8370, 8969, 8209, 8351, 9261, 9193, 8974, 8822, 10442, 7842, 10637, 7731, 10779, 8170, 10911, 9636, 8870, 10345, 7533, 10796, 7442, 11248, 7589, 8664, 10434, 7492, 9790, 7505, 9860, 7640, 10345, 8248, 8169, 10606, 8141, 10350, 7700, 9015, 7883, 9223, 9280, 9286, 9924, 7704, 9185, 8115, 9054, 8076, 9252, 12500, 7450, 10284, 7678, 10674, 9522, 10653, 11113, 7491, 10123, 7449, 10367, 8557, 11250, 13597, 7875, 11528, 7333, 9293, 10185, 8197, 9869, 7439, 9974, 8005, 8989, 9199, 7561, 8706, 8131, 9329, 8121, 7900, 8927, 7868, 8614, 8221, 9711, 10025, 8098, 9616, 7433, 9581, 7893, 10623, 13052, 8126, 11127, 7704, 10204, 8558, 10431, 12625, 8171, 10729, 7135, 9989, 7561, 11223, 11172, 9151, 10985, 7547, 9448, 7881, 9668, 8142, 9644, 10599, 7568, 11359, 8077, 10813, 8227, 10375, 10003, 6996, 10041, 7764, 11469, 9231, 9005, 9947, 7488, 11063, 7838, 11216, 10548, 8513, 10327, 7536, 11262, 7902, 11112, 9040, 7941, 9824, 7669, 9273, 7830, 8731, 8272, 8054, 9566, 7537, 9847, 7904, 9748, 10095, 7501, 9102, 7734, 10043, 7951, 8979, 9902, 7504, 9331, 7966, 11724, 7674, 8690, 11042, 8108, 9787, 7669, 11220, 7590, 8885, 11963, 7888, 11042, 7578, 10973, 9882, 9070, 10093, 7316, 8881, 7765, 8272, 7909, 7454, 9332, 7620, 9116, 7884, 10286, 7780, 9328, 9446, 7681, 10170, 7727, 9322, 8866, 11054, 12576, 8680, 10928, 7411, 10354, 7346, 11139, 10799, 10586, 12192, 8467, 11197, 7635, 11078, 8251, 10422, 7601, 9592, 11084, 8850, 10285, 7512, 9939, 7402, 9910, 7819, 9008, 7925, 9931, 10415, 7444, 9677, 7614, 10321, 7976, 9803, 9144, 8560, 9927, 7749, 10314, 7528, 8675, 10908, 7677, 9480, 7426, 9533, 7901, 9034, 9801, 7406, 9171, 7444, 9780, 7962, 8681, 9870, 7542, 9603, 7895, 10957, 7793, 8880, 10580, 7768, 9935, 7731, 9931, 7895, 9709, 11346, 7599, 10229, 7641, 10636, 7930, 8538, 10301, 7448, 9378, 7644, 9125, 8236, 11557, 12358, 7925, 11033, 7054, 10697, 7361, 11437, 9430, 10537, 9429, 9251, 10187, 7135, 10536, 7678, 10877, 7688, 9118, 10629, 7558, 9595, 7591, 10183, 8098, 8500, 11351, 7436, 9748, 7827, 9802, 8169, 9137, 9706, 9178, 10863, 7202, 10065, 7317, 10261, 7362, 11218, 7362, 8898, 7515, 7504, 7554, 7577, 9756, 7623, 10093, 10489, 10524, 12811, 9619, 13227, 9337, 13676, 9659, 14056, 11616, 12967, 13746, 10737, 14018, 8902, 11139, 11992, 10026, 11568, 8873, 10771, 8683, 9928, 8283, 9977, 7893, 10573, 9184, 8532, 9871, 7855, 9106, 7136, 8601, 7617, 10101, 9398, 12014, 8155, 9971, 12503, 8412, 11139, 7737, 9284, 6989, 9244, 7731, 9054, 8552, 7724, 10180, 7854, 9609, 7580, 10031, 7715, 9341, 7356, 9874, 7659, 8982, 7785, 9422, 8479, 9113, 9391, 9788, 8621, 9158, 11052, 9996, 14142, 9313, 13224, 15122, 9364, 13324, 8833, 10068, 13548, 8620, 12047, 8095, 9880, 10104, 8123, 11328, 7683, 10117, 7208, 9669, 7548, 8274, 7609, 7587, 9924, 7330, 10009, 7535, 9470, 11214, 7751, 10475, 7467, 9774, 7410, 8192, 9943, 7396, 10071, 7500, 10490, 7701, 9461, 7533, 7748, 10654, 7945, 10440, 7735, 10835, 7635, 10419, 10303, 10284, 12812, 9110, 11084, 8034, 10537, 7826, 10552, 10213, 9746, 11263, 7995, 10874, 7354], 'WindowCenter': [4402.0, 4383.0, 4351.0, 4358.0, 4337.0, 4366.0, 4324.0, 4356.0, 4335.0, 4336.0, 4366.0, 4325.0, 4355.0, 4335.0, 4355.0, 4326.0, 4367.0, 4325.0, 4356.0, 4345.0, 4346.0, 4354.0, 4335.0, 4357.0, 4325.0, 4346.0, 4366.0, 4325.0, 4364.0, 4311.0, 4353.0, 4351.0, 4321.0, 4353.0, 4322.0, 4339.0, 4310.0, 4354.0, 4311.0, 4320.0, 4340.0, 4321.0, 4338.0, 4310.0, 4342.0, 4307.0, 4330.0, 4338.0, 4306.0, 4326.0, 4296.0, 4340.0, 4327.0, 4307.0, 4327.0, 4310.0, 4319.0, 4307.0, 4331.0, 4299.0, 4330.0, 4329.0, 4313.0, 4342.0, 4312.0, 4354.0, 4321.0, 4342.0, 4330.0, 4312.0, 4354.0, 4309.0, 4341.0, 4309.0, 4331.0, 4339.0, 4298.0, 4342.0, 4307.0, 4340.0, 4316.0, 4319.0, 4332.0, 4299.0, 4330.0, 4308.0, 4328.0, 4315.0, 4299.0, 4318.0, 4299.0, 4342.0, 4299.0, 4330.0, 4298.0, 4320.0, 4338.0, 4311.0, 4342.0, 4312.0, 4329.0, 4311.0, 4344.0, 4332.0, 4353.0, 4331.0, 4343.0, 4342.0, 4312.0, 4362.0, 4310.0, 4354.0, 4320.0, 4331.0, 4339.0, 4310.0, 4362.0, 4308.0, 4341.0, 4317.0, 4319.0, 4328.0, 4299.0, 4329.0, 4296.0, 4328.0, 4296.0, 4318.0, 4338.0, 4320.0, 4327.0, 4308.0, 4329.0, 4308.0, 4320.0, 4318.0, 4329.0, 4329.0, 4319.0, 4328.0, 4299.0, 4351.0, 4298.0, 4341.0, 4309.0, 4333.0, 4340.0, 4310.0, 4330.0, 4310.0, 4351.0, 4308.0, 4342.0, 4318.0, 4341.0, 4328.0, 4308.0, 4327.0, 4298.0, 4339.0, 4306.0, 4318.0, 4294.0, 4307.0, 4325.0, 4316.0, 4314.0, 4295.0, 4314.0, 4284.0, 4313.0, 4283.0, 4328.0, 4293.0, 4316.0, 4313.0, 4307.0, 4314.0, 4297.0, 4316.0, 4298.0, 4328.0, 4296.0, 4321.0, 4318.0, 4331.0, 4317.0, 4313.0, 4319.0, 4310.0, 4331.0, 4308.0, 4331.0, 4308.0, 4332.0, 4339.0, 4321.0, 4339.0, 4299.0, 4330.0, 4309.0, 4329.0, 4297.0, 4318.0, 4327.0, 4298.0, 4327.0, 4295.0, 4328.0, 4296.0, 4320.0, 4306.0, 4321.0, 4336.0, 4297.0, 4326.0, 4297.0, 4329.0, 4298.0, 4330.0, 4330.0, 4330.0, 4318.0, 4299.0, 4341.0, 4309.0, 4330.0, 4309.0, 4331.0, 4328.0, 4312.0, 4333.0, 4310.0, 4333.0, 4309.0, 4343.0, 4331.0, 4313.0, 4332.0, 4313.0, 4344.0, 4310.0, 4344.0, 4341.0, 4335.0, 4332.0, 4311.0, 4341.0, 4300.0, 4342.0, 4319.0, 4342.0, 4339.0, 4340.0, 4341.0, 4309.0, 4351.0, 4309.0, 4343.0, 4319.0, 4331.0, 4330.0, 4309.0, 4339.0, 4300.0, 4329.0, 4317.0, 4330.0, 4327.0, 4299.0, 4318.0, 4309.0, 4321.0, 4307.0, 4341.0, 4328.0, 4309.0, 4330.0, 4309.0, 4330.0, 4298.0, 4320.0, 4319.0, 4322.0, 4331.0, 4310.0, 4330.0, 4298.0, 4340.0, 4297.0, 4340.0, 4316.0, 4327.0, 4326.0, 4299.0, 4329.0, 4297.0, 4340.0, 4317.0, 4339.0, 4325.0, 4299.0, 4329.0, 4297.0, 4329.0, 4297.0, 4338.0, 4316.0, 4319.0, 4328.0, 4298.0, 4318.0, 4306.0, 4320.0, 4316.0, 4320.0, 4328.0, 4301.0, 4319.0, 4310.0, 4320.0, 4309.0, 4341.0, 4308.0, 4330.0, 4340.0, 4310.0, 4351.0, 4307.0, 4329.0, 4297.0, 4319.0, 4326.0, 4317.0, 4327.0, 4307.0, 4326.0, 4295.0, 4317.0, 4316.0, 4308.0, 4328.0, 4296.0, 4327.0, 4296.0, 4318.0, 4308.0, 4319.0, 4339.0, 4299.0, 4329.0, 4308.0, 4321.0, 4308.0, 4331.0, 4329.0, 4319.0, 4328.0, 4308.0, 4331.0, 4308.0, 4340.0, 4310.0, 4331.0, 4338.0, 4310.0, 4340.0, 4309.0, 4330.0, 4307.0, 4328.0, 4316.0, 4318.0, 4337.0, 4307.0, 4326.0, 4297.0, 4329.0, 4306.0, 4320.0, 4327.0, 4308.0, 4328.0, 4298.0, 4318.0, 4308.0, 4320.0, 4308.0, 4332.0, 4308.0, 4331.0, 4330.0, 4310.0, 4344.0, 4312.0, 4341.0, 4322.0, 4342.0, 4309.0, 4341.0, 4327.0, 4331.0, 4330.0, 4300.0, 4330.0, 4318.0, 4330.0, 4307.0, 4328.0, 4315.0, 4338.0, 4336.0, 4305.0, 4325.0, 4295.0, 4326.0, 4294.0, 4328.0, 4315.0, 4316.0, 4326.0, 4297.0, 4318.0, 4297.0, 4320.0, 4308.0, 4329.0, 4308.0, 4330.0, 4338.0, 4321.0, 4329.0, 4309.0, 4330.0, 4309.0, 4342.0, 4309.0, 4342.0, 4319.0, 4340.0, 4339.0, 4310.0, 4329.0, 4306.0, 4339.0, 4306.0, 4319.0, 4327.0, 4297.0, 4316.0, 4295.0, 4316.0, 4302.0, 4304.0, 4313.0, 4295.0, 4326.0, 4282.0, 4304.0, 4315.0, 4284.0, 4305.0, 4295.0, 4318.0, 4295.0, 4318.0, 4328.0, 4312.0, 4320.0, 4321.0, 4344.0, 4323.0, 4335.0, 4323.0, 4326.0, 4355.0, 4324.0, 4347.0, 4324.0, 4357.0, 4353.0, 4334.0, 4356.0, 4313.0, 4354.0, 4330.0, 4343.0, 4340.0, 4310.0, 4352.0, 4308.0, 4331.0, 4327.0, 4330.0, 4338.0, 4298.0, 4339.0, 4305.0, 4311.0, 4327.0, 4298.0, 4318.0, 4310.0, 4321.0, 4319.0, 4309.0, 4319.0, 4310.0, 4346.0, 4309.0, 4332.0, 4328.0, 4321.0, 4329.0, 4310.0, 4332.0, 4310.0, 4321.0, 4310.0, 4342.0, 4329.0, 4320.0, 4329.0, 4310.0, 4329.0, 4296.0, 4329.0, 4315.0, 4329.0, 4337.0, 4307.0, 4315.0, 4286.0, 4317.0, 4284.0, 4330.0, 4327.0, 4308.0, 4317.0, 4299.0, 4318.0, 4299.0, 4309.0, 4297.0, 4330.0, 4328.0, 4310.0, 4320.0, 4310.0, 4331.0, 4309.0, 4333.0, 4320.0, 4331.0, 4331.0, 4309.0, 4330.0, 4299.0, 4360.0, 4307.0, 4341.0, 4317.0, 4328.0, 4326.0, 4297.0, 4325.0, 4286.0, 4339.0, 4305.0, 4326.0, 4294.0, 4308.0, 4325.0, 4296.0, 4326.0, 4294.0, 4317.0, 4295.0, 4317.0, 4325.0, 4297.0, 4307.0, 4296.0, 4308.0, 4295.0, 4318.0, 4318.0, 4309.0, 4331.0, 4307.0, 4331.0, 4319.0, 4321.0, 4331.0, 4311.0, 4321.0, 4312.0, 4335.0, 4321.0, 4332.0, 4342.0, 4342.0, 4341.0, 4311.0, 4330.0, 4311.0, 4352.0, 4319.0, 4340.0, 4327.0, 4318.0, 4327.0, 4298.0, 4328.0, 4305.0, 4336.0, 4325.0, 4319.0, 4314.0, 4296.0, 4336.0, 4295.0, 4318.0, 4304.0, 4328.0, 4336.0, 4297.0, 4317.0, 4296.0, 4319.0, 4307.0, 4330.0, 4328.0, 4309.0, 4330.0, 4309.0, 4320.0, 4309.0, 4331.0, 4318.0, 4312.0, 4319.0, 4310.0, 4320.0, 4308.0, 4333.0, 4339.0, 4321.0, 4320.0, 4309.0, 4329.0, 4298.0, 4328.0, 4307.0, 4328.0, 4337.0, 4308.0, 4314.0, 4285.0, 4336.0, 4284.0, 4319.0, 4317.0, 4329.0, 4329.0, 4298.0, 4328.0, 4297.0, 4319.0, 4297.0, 4331.0, 4307.0, 4331.0, 4319.0, 4298.0, 4320.0, 4323.0, 4332.0, 4309.0, 4342.0, 4330.0, 4341.0, 4329.0, 4312.0, 4331.0, 4312.0, 4353.0, 4319.0, 4342.0, 4306.0, 4321.0, 4338.0, 4299.0, 4328.0, 4307.0, 4337.0, 4296.0, 4318.0, 4326.0, 4296.0, 4318.0, 4296.0, 4317.0, 4296.0, 4318.0, 4325.0, 4297.0, 4317.0, 4295.0, 4318.0, 4294.0, 4317.0, 4315.0, 4299.0, 4317.0, 4309.0, 4320.0, 4309.0, 4321.0, 4321.0, 4310.0, 4318.0, 4314.0, 4345.0, 4312.0, 4334.0, 4311.0, 4322.0, 4314.0, 4344.0, 4325.0, 4320.0, 4317.0, 4277.0, 4318.0, 4303.0, 4342.0, 4324.0, 4355.0, 4312.0, 4341.0, 4318.0, 4317.0, 4296.0, 4310.0, 4327.0, 4317.0, 4328.0, 4331.0, 4339.0, 4301.0, 4339.0, 4299.0, 4328.0, 4293.0, 4295.0, 4314.0, 4294.0, 4306.0, 4297.0, 4319.0, 4307.0, 4319.0, 4308.0, 4318.0, 4327.0, 4298.0, 4306.0, 4287.0, 4318.0, 4288.0, 4328.0, 4298.0, 4338.0, 4315.0, 4317.0, 4313.0, 4293.0, 4314.0, 4285.0, 4316.0, 4286.0, 4328.0, 4295.0, 4327.0, 4314.0, 4285.0, 4315.0, 4297.0, 4317.0, 4298.0, 4307.0, 4298.0, 4330.0, 4320.0, 4322.0, 4331.0, 4311.0, 4322.0, 4309.0, 4333.0, 4312.0, 4334.0, 4322.0, 4333.0, 4332.0, 4393.0, 4461.0, 4393.0, 4397.0, 4337.0, 4327.0, 4308.0, 4313.0, 4270.0, 4311.0, 4319.0, 4338.0, 4324.0, 4343.0, 4309.0, 4329.0, 4337.0, 4329.0, 4340.0, 4312.0, 4328.0, 4306.0, 4327.0, 4282.0, 4326.0, 4283.0, 4304.0, 4315.0, 4304.0, 4325.0, 4296.0, 4304.0, 4286.0, 4303.0, 4284.0, 4294.0, 4307.0, 4309.0, 4294.0, 4323.0, 4330.0, 4332.0, 4319.0, 4320.0, 4327.0, 4309.0, 4327.0, 4295.0, 4327.0, 4295.0, 4327.0, 4317.0, 4318.0, 4315.0, 4298.0, 4329.0, 4286.0, 4326.0, 4284.0, 4308.0, 4315.0, 4301.0, 4329.0, 4299.0, 4316.0, 4310.0, 4342.0, 4320.0, 4323.0, 4341.0, 4310.0, 4342.0, 4313.0, 4332.0, 4309.0, 4333.0, 4320.0, 4330.0, 4330.0, 4311.0, 4331.0, 4309.0, 4333.0, 4310.0, 4332.0, 4338.0, 4298.0, 4329.0, 4297.0, 4331.0, 4317.0, 4329.0, 4326.0, 4296.0, 4317.0, 4287.0, 4329.0, 4305.0, 4329.0, 4336.0, 4295.0, 4324.0, 4284.0, 4317.0, 4314.0, 4307.0, 4316.0, 4285.0, 4314.0, 4294.0, 4317.0, 4316.0, 4308.0, 4308.0, 4308.0, 4330.0, 4309.0, 4323.0, 4319.0, 4312.0, 4320.0, 4320.0, 4345.0, 4340.0, 4324.0, 4330.0, 4312.0, 4334.0, 4310.0, 4343.0, 4349.0, 4308.0, 4355.0, 4308.0, 4329.0, 4306.0, 4328.0, 4336.0, 4306.0, 4326.0, 4295.0, 4331.0, 4296.0, 4341.0, 4328.0, 4318.0, 4328.0, 4307.0, 4332.0, 4309.0, 4330.0, 4307.0, 4332.0, 4327.0, 4310.0, 4342.0, 4308.0, 4340.0, 4307.0, 4329.0, 4327.0, 4289.0, 4329.0, 4296.0, 4339.0, 4316.0, 4318.0, 4315.0, 4298.0, 4328.0, 4294.0, 4326.0, 4315.0, 4306.0, 4316.0, 4296.0, 4327.0, 4294.0, 4326.0, 4318.0, 4296.0, 4317.0, 4298.0, 4318.0, 4296.0, 4318.0, 4305.0, 4309.0, 4319.0, 4297.0, 4329.0, 4308.0, 4332.0, 4329.0, 4311.0, 4320.0, 4298.0, 4330.0, 4307.0, 4319.0, 4328.0, 4299.0, 4321.0, 4309.0, 4339.0, 4296.0, 4321.0, 4327.0, 4310.0, 4328.0, 4297.0, 4330.0, 4296.0, 4318.0, 4327.0, 4296.0, 4327.0, 4296.0, 4328.0, 4313.0, 4319.0, 4315.0, 4286.0, 4307.0, 4297.0, 4309.0, 4306.0, 4312.0, 4329.0, 4310.0, 4321.0, 4311.0, 4342.0, 4311.0, 4344.0, 4333.0, 4311.0, 4342.0, 4310.0, 4332.0, 4318.0, 4343.0, 4350.0, 4320.0, 4330.0, 4298.0, 4328.0, 4298.0, 4341.0, 4326.0, 4328.0, 4337.0, 4305.0, 4326.0, 4295.0, 4329.0, 4307.0, 4326.0, 4295.0, 4316.0, 4326.0, 4317.0, 4315.0, 4299.0, 4316.0, 4296.0, 4327.0, 4295.0, 4318.0, 4309.0, 4329.0, 4328.0, 4299.0, 4329.0, 4298.0, 4330.0, 4309.0, 4331.0, 4318.0, 4319.0, 4317.0, 4298.0, 4328.0, 4297.0, 4319.0, 4327.0, 4298.0, 4319.0, 4298.0, 4318.0, 4297.0, 4318.0, 4316.0, 4300.0, 4318.0, 4297.0, 4329.0, 4307.0, 4319.0, 4327.0, 4309.0, 4331.0, 4308.0, 4341.0, 4299.0, 4333.0, 4340.0, 4322.0, 4331.0, 4312.0, 4343.0, 4309.0, 4330.0, 4340.0, 4310.0, 4331.0, 4309.0, 4340.0, 4308.0, 4321.0, 4329.0, 4299.0, 4320.0, 4309.0, 4330.0, 4306.0, 4339.0, 4337.0, 4307.0, 4327.0, 4286.0, 4326.0, 4285.0, 4339.0, 4316.0, 4327.0, 4315.0, 4319.0, 4327.0, 4288.0, 4328.0, 4297.0, 4327.0, 4295.0, 4320.0, 4326.0, 4298.0, 4317.0, 4310.0, 4329.0, 4308.0, 4319.0, 4338.0, 4297.0, 4318.0, 4307.0, 4329.0, 4308.0, 4332.0, 4327.0, 4320.0, 4327.0, 4311.0, 4341.0, 4312.0, 4342.0, 4310.0, 4340.0, 4300.0, 4400.0, 4390.0, 4377.0, 4358.0, 4332.0, 4289.0, 4229.0, 4287.0, 4315.0, 4341.0, 4361.0, 4343.0, 4361.0, 4331.0, 4351.0, 4307.0, 4336.0, 4327.0, 4326.0, 4321.0, 4299.0, 4321.0, 4277.0, 4298.0, 4283.0, 4285.0, 4308.0, 4289.0, 4296.0, 4292.0, 4300.0, 4292.0, 4313.0, 4296.0, 4313.0, 4305.0, 4281.0, 4306.0, 4285.0, 4320.0, 4301.0, 4319.0, 4311.0, 4328.0, 4329.0, 4338.0, 4295.0, 4329.0, 4323.0, 4296.0, 4325.0, 4297.0, 4328.0, 4296.0, 4319.0, 4296.0, 4318.0, 4318.0, 4309.0, 4343.0, 4321.0, 4332.0, 4311.0, 4341.0, 4323.0, 4346.0, 4272.0, 4282.0, 4236.0, 4276.0, 4316.0, 4337.0, 4323.0, 4359.0, 4371.0, 4383.0, 4357.0, 4357.0, 4341.0, 4330.0, 4364.0, 4318.0, 4351.0, 4360.0, 4330.0, 4351.0, 4319.0, 4330.0, 4335.0, 4306.0, 4325.0, 4281.0, 4305.0, 4311.0, 4297.0, 4325.0, 4308.0, 4328.0, 4310.0, 4342.0, 4308.0, 4321.0, 4309.0, 4322.0, 4340.0, 4312.0, 4344.0, 4311.0, 4343.0, 4341.0, 4323.0, 4356.0, 4312.0, 4355.0, 4312.0, 4332.0, 4343.0, 4323.0, 4344.0, 4325.0, 4355.0, 4323.0, 4344.0, 4323.0, 4326.0, 4353.0, 4336.0, 4355.0, 4324.0, 4355.0, 4323.0, 4355.0, 4342.0, 4342.0, 4350.0, 4322.0, 4340.0, 4310.0, 4341.0, 4308.0, 4342.0, 4330.0, 4331.0, 4340.0, 4319.0, 4340.0, 4311.0], 'WindowWidth': [9714.0, 9670.0, 9622.0, 9628.0, 9598.0, 9633.0, 9572.0, 9617.0, 9586.0, 9590.0, 9631.0, 9576.0, 9617.0, 9592.0, 9617.0, 9581.0, 9637.0, 9574.0, 9617.0, 9602.0, 9606.0, 9615.0, 9590.0, 9621.0, 9575.0, 9604.0, 9633.0, 9574.0, 9627.0, 9549.0, 9609.0, 9602.0, 9564.0, 9609.0, 9566.0, 9584.0, 9548.0, 9613.0, 9549.0, 9564.0, 9587.0, 9564.0, 9581.0, 9546.0, 9592.0, 9535.0, 9571.0, 9579.0, 9533.0, 9560.0, 9520.0, 9589.0, 9564.0, 9537.0, 9562.0, 9548.0, 9556.0, 9540.0, 9577.0, 9530.0, 9576.0, 9572.0, 9555.0, 9593.0, 9554.0, 9614.0, 9562.0, 9592.0, 9574.0, 9552.0, 9611.0, 9543.0, 9592.0, 9542.0, 9576.0, 9585.0, 9529.0, 9590.0, 9536.0, 9587.0, 9549.0, 9557.0, 9578.0, 9531.0, 9573.0, 9538.0, 9565.0, 9543.0, 9527.0, 9551.0, 9531.0, 9592.0, 9530.0, 9571.0, 9526.0, 9561.0, 9583.0, 9551.0, 9596.0, 9552.0, 9572.0, 9549.0, 9601.0, 9582.0, 9611.0, 9580.0, 9595.0, 9592.0, 9554.0, 9621.0, 9546.0, 9612.0, 9558.0, 9575.0, 9585.0, 9545.0, 9619.0, 9538.0, 9587.0, 9548.0, 9554.0, 9567.0, 9528.0, 9569.0, 9519.0, 9567.0, 9519.0, 9555.0, 9581.0, 9559.0, 9565.0, 9540.0, 9568.0, 9542.0, 9560.0, 9553.0, 9570.0, 9568.0, 9557.0, 9567.0, 9530.0, 9604.0, 9527.0, 9591.0, 9542.0, 9582.0, 9585.0, 9547.0, 9572.0, 9545.0, 9602.0, 9539.0, 9592.0, 9553.0, 9588.0, 9566.0, 9541.0, 9564.0, 9525.0, 9582.0, 9531.0, 9551.0, 9512.0, 9536.0, 9556.0, 9547.0, 9541.0, 9516.0, 9540.0, 9500.0, 9538.0, 9498.0, 9566.0, 9511.0, 9547.0, 9540.0, 9536.0, 9543.0, 9526.0, 9549.0, 9526.0, 9567.0, 9522.0, 9564.0, 9554.0, 9575.0, 9553.0, 9557.0, 9558.0, 9548.0, 9577.0, 9541.0, 9577.0, 9541.0, 9579.0, 9585.0, 9563.0, 9586.0, 9533.0, 9574.0, 9541.0, 9572.0, 9522.0, 9554.0, 9564.0, 9525.0, 9564.0, 9519.0, 9565.0, 9520.0, 9559.0, 9535.0, 9560.0, 9577.0, 9527.0, 9563.0, 9525.0, 9571.0, 9525.0, 9574.0, 9571.0, 9573.0, 9554.0, 9530.0, 9589.0, 9543.0, 9574.0, 9542.0, 9577.0, 9568.0, 9551.0, 9582.0, 9548.0, 9584.0, 9544.0, 9596.0, 9576.0, 9557.0, 9581.0, 9554.0, 9599.0, 9547.0, 9599.0, 9591.0, 9588.0, 9580.0, 9551.0, 9591.0, 9534.0, 9593.0, 9557.0, 9593.0, 9585.0, 9588.0, 9588.0, 9545.0, 9602.0, 9543.0, 9594.0, 9555.0, 9575.0, 9571.0, 9543.0, 9583.0, 9531.0, 9571.0, 9550.0, 9573.0, 9564.0, 9529.0, 9555.0, 9542.0, 9562.0, 9537.0, 9590.0, 9568.0, 9544.0, 9573.0, 9543.0, 9572.0, 9528.0, 9562.0, 9557.0, 9565.0, 9576.0, 9547.0, 9572.0, 9529.0, 9586.0, 9523.0, 9587.0, 9547.0, 9564.0, 9561.0, 9527.0, 9568.0, 9523.0, 9585.0, 9549.0, 9581.0, 9559.0, 9529.0, 9569.0, 9524.0, 9570.0, 9523.0, 9582.0, 9548.0, 9556.0, 9566.0, 9527.0, 9555.0, 9536.0, 9560.0, 9550.0, 9559.0, 9569.0, 9535.0, 9558.0, 9545.0, 9563.0, 9542.0, 9589.0, 9541.0, 9574.0, 9586.0, 9546.0, 9604.0, 9538.0, 9569.0, 9523.0, 9557.0, 9560.0, 9550.0, 9564.0, 9535.0, 9560.0, 9517.0, 9551.0, 9547.0, 9539.0, 9567.0, 9520.0, 9564.0, 9523.0, 9555.0, 9539.0, 9558.0, 9582.0, 9529.0, 9570.0, 9541.0, 9564.0, 9542.0, 9577.0, 9569.0, 9558.0, 9568.0, 9541.0, 9575.0, 9541.0, 9588.0, 9544.0, 9577.0, 9582.0, 9548.0, 9585.0, 9542.0, 9570.0, 9537.0, 9567.0, 9547.0, 9552.0, 9576.0, 9537.0, 9559.0, 9522.0, 9569.0, 9533.0, 9559.0, 9561.0, 9541.0, 9564.0, 9528.0, 9555.0, 9541.0, 9560.0, 9541.0, 9578.0, 9539.0, 9577.0, 9573.0, 9546.0, 9598.0, 9555.0, 9595.0, 9567.0, 9594.0, 9543.0, 9591.0, 9567.0, 9575.0, 9572.0, 9532.0, 9572.0, 9555.0, 9571.0, 9535.0, 9567.0, 9545.0, 9579.0, 9574.0, 9531.0, 9558.0, 9518.0, 9561.0, 9515.0, 9566.0, 9544.0, 9547.0, 9561.0, 9524.0, 9554.0, 9525.0, 9561.0, 9540.0, 9574.0, 9540.0, 9575.0, 9583.0, 9564.0, 9571.0, 9545.0, 9575.0, 9545.0, 9592.0, 9544.0, 9593.0, 9556.0, 9588.0, 9584.0, 9546.0, 9570.0, 9535.0, 9583.0, 9536.0, 9555.0, 9563.0, 9524.0, 9547.0, 9516.0, 9547.0, 9520.0, 9526.0, 9536.0, 9515.0, 9559.0, 9495.0, 9529.0, 9543.0, 9501.0, 9530.0, 9517.0, 9554.0, 9517.0, 9556.0, 9567.0, 9552.0, 9562.0, 9563.0, 9602.0, 9569.0, 9589.0, 9570.0, 9580.0, 9617.0, 9573.0, 9609.0, 9573.0, 9622.0, 9611.0, 9586.0, 9617.0, 9555.0, 9613.0, 9575.0, 9594.0, 9587.0, 9544.0, 9604.0, 9539.0, 9575.0, 9564.0, 9571.0, 9580.0, 9526.0, 9584.0, 9532.0, 9547.0, 9565.0, 9526.0, 9552.0, 9547.0, 9564.0, 9557.0, 9545.0, 9556.0, 9546.0, 9605.0, 9544.0, 9579.0, 9567.0, 9561.0, 9571.0, 9547.0, 9579.0, 9548.0, 9564.0, 9546.0, 9594.0, 9570.0, 9561.0, 9570.0, 9544.0, 9569.0, 9521.0, 9569.0, 9544.0, 9569.0, 9577.0, 9535.0, 9544.0, 9506.0, 9550.0, 9500.0, 9570.0, 9564.0, 9540.0, 9548.0, 9528.0, 9555.0, 9529.0, 9546.0, 9525.0, 9575.0, 9568.0, 9546.0, 9559.0, 9547.0, 9576.0, 9544.0, 9582.0, 9560.0, 9577.0, 9576.0, 9546.0, 9573.0, 9531.0, 9614.0, 9539.0, 9588.0, 9549.0, 9566.0, 9559.0, 9523.0, 9557.0, 9507.0, 9581.0, 9531.0, 9561.0, 9513.0, 9537.0, 9558.0, 9519.0, 9560.0, 9514.0, 9550.0, 9516.0, 9550.0, 9557.0, 9522.0, 9537.0, 9521.0, 9540.0, 9519.0, 9557.0, 9555.0, 9545.0, 9577.0, 9540.0, 9577.0, 9556.0, 9565.0, 9577.0, 9551.0, 9562.0, 9553.0, 9591.0, 9567.0, 9581.0, 9592.0, 9594.0, 9590.0, 9550.0, 9575.0, 9549.0, 9608.0, 9556.0, 9586.0, 9565.0, 9554.0, 9565.0, 9524.0, 9566.0, 9530.0, 9575.0, 9556.0, 9554.0, 9543.0, 9520.0, 9574.0, 9516.0, 9556.0, 9529.0, 9569.0, 9575.0, 9524.0, 9551.0, 9521.0, 9557.0, 9537.0, 9574.0, 9568.0, 9546.0, 9575.0, 9544.0, 9560.0, 9542.0, 9577.0, 9558.0, 9553.0, 9559.0, 9547.0, 9562.0, 9542.0, 9580.0, 9583.0, 9563.0, 9558.0, 9545.0, 9570.0, 9527.0, 9568.0, 9535.0, 9567.0, 9576.0, 9539.0, 9543.0, 9505.0, 9575.0, 9503.0, 9556.0, 9548.0, 9568.0, 9568.0, 9526.0, 9568.0, 9525.0, 9557.0, 9523.0, 9576.0, 9538.0, 9577.0, 9558.0, 9529.0, 9562.0, 9572.0, 9581.0, 9546.0, 9595.0, 9572.0, 9590.0, 9572.0, 9554.0, 9577.0, 9553.0, 9608.0, 9558.0, 9591.0, 9535.0, 9561.0, 9581.0, 9530.0, 9567.0, 9537.0, 9578.0, 9518.0, 9553.0, 9560.0, 9522.0, 9553.0, 9521.0, 9551.0, 9522.0, 9552.0, 9560.0, 9523.0, 9551.0, 9517.0, 9552.0, 9515.0, 9553.0, 9547.0, 9529.0, 9551.0, 9544.0, 9562.0, 9543.0, 9564.0, 9561.0, 9548.0, 9554.0, 9560.0, 9605.0, 9552.0, 9589.0, 9549.0, 9569.0, 9562.0, 9600.0, 9577.0, 9553.0, 9545.0, 9487.0, 9550.0, 9538.0, 9589.0, 9571.0, 9617.0, 9552.0, 9593.0, 9553.0, 9554.0, 9518.0, 9545.0, 9562.0, 9550.0, 9566.0, 9575.0, 9585.0, 9536.0, 9585.0, 9527.0, 9563.0, 9510.0, 9514.0, 9540.0, 9516.0, 9534.0, 9523.0, 9556.0, 9535.0, 9558.0, 9537.0, 9554.0, 9564.0, 9525.0, 9534.0, 9509.0, 9550.0, 9510.0, 9565.0, 9525.0, 9581.0, 9543.0, 9548.0, 9536.0, 9512.0, 9540.0, 9503.0, 9546.0, 9506.0, 9565.0, 9516.0, 9562.0, 9541.0, 9505.0, 9544.0, 9523.0, 9552.0, 9526.0, 9537.0, 9525.0, 9573.0, 9559.0, 9567.0, 9575.0, 9550.0, 9567.0, 9547.0, 9584.0, 9552.0, 9587.0, 9567.0, 9584.0, 9582.0, 9706.0, 9817.0, 9710.0, 9700.0, 9601.0, 9566.0, 9542.0, 9537.0, 9471.0, 9530.0, 9557.0, 9582.0, 9572.0, 9590.0, 9536.0, 9564.0, 9571.0, 9566.0, 9585.0, 9550.0, 9563.0, 9533.0, 9561.0, 9495.0, 9558.0, 9494.0, 9525.0, 9539.0, 9525.0, 9553.0, 9515.0, 9525.0, 9505.0, 9524.0, 9498.0, 9512.0, 9536.0, 9541.0, 9514.0, 9570.0, 9574.0, 9580.0, 9559.0, 9560.0, 9563.0, 9544.0, 9563.0, 9520.0, 9565.0, 9517.0, 9565.0, 9549.0, 9554.0, 9547.0, 9528.0, 9570.0, 9509.0, 9562.0, 9502.0, 9539.0, 9544.0, 9537.0, 9570.0, 9530.0, 9550.0, 9549.0, 9592.0, 9562.0, 9570.0, 9591.0, 9550.0, 9595.0, 9557.0, 9581.0, 9546.0, 9585.0, 9560.0, 9576.0, 9573.0, 9552.0, 9577.0, 9546.0, 9583.0, 9546.0, 9579.0, 9583.0, 9528.0, 9571.0, 9524.0, 9576.0, 9554.0, 9570.0, 9563.0, 9525.0, 9552.0, 9511.0, 9571.0, 9532.0, 9568.0, 9574.0, 9518.0, 9557.0, 9502.0, 9551.0, 9542.0, 9536.0, 9548.0, 9505.0, 9545.0, 9515.0, 9553.0, 9550.0, 9543.0, 9541.0, 9543.0, 9576.0, 9544.0, 9571.0, 9559.0, 9552.0, 9563.0, 9560.0, 9602.0, 9591.0, 9572.0, 9576.0, 9553.0, 9586.0, 9546.0, 9595.0, 9600.0, 9543.0, 9618.0, 9542.0, 9573.0, 9536.0, 9569.0, 9576.0, 9536.0, 9561.0, 9524.0, 9576.0, 9524.0, 9590.0, 9567.0, 9555.0, 9569.0, 9540.0, 9581.0, 9544.0, 9575.0, 9539.0, 9580.0, 9568.0, 9547.0, 9593.0, 9542.0, 9587.0, 9539.0, 9571.0, 9567.0, 9516.0, 9573.0, 9523.0, 9585.0, 9548.0, 9553.0, 9548.0, 9527.0, 9569.0, 9516.0, 9562.0, 9544.0, 9534.0, 9546.0, 9521.0, 9565.0, 9514.0, 9560.0, 9552.0, 9523.0, 9551.0, 9527.0, 9556.0, 9522.0, 9555.0, 9533.0, 9544.0, 9557.0, 9526.0, 9571.0, 9541.0, 9579.0, 9573.0, 9551.0, 9560.0, 9527.0, 9573.0, 9538.0, 9560.0, 9567.0, 9532.0, 9562.0, 9544.0, 9584.0, 9524.0, 9562.0, 9565.0, 9547.0, 9568.0, 9525.0, 9572.0, 9519.0, 9553.0, 9564.0, 9521.0, 9563.0, 9520.0, 9567.0, 9540.0, 9555.0, 9543.0, 9508.0, 9537.0, 9524.0, 9544.0, 9537.0, 9554.0, 9573.0, 9549.0, 9566.0, 9551.0, 9594.0, 9551.0, 9600.0, 9585.0, 9553.0, 9593.0, 9550.0, 9582.0, 9557.0, 9596.0, 9603.0, 9562.0, 9572.0, 9528.0, 9569.0, 9527.0, 9590.0, 9564.0, 9567.0, 9576.0, 9533.0, 9560.0, 9520.0, 9569.0, 9535.0, 9561.0, 9518.0, 9548.0, 9561.0, 9551.0, 9547.0, 9530.0, 9549.0, 9523.0, 9567.0, 9521.0, 9555.0, 9544.0, 9571.0, 9569.0, 9532.0, 9573.0, 9528.0, 9572.0, 9542.0, 9577.0, 9554.0, 9557.0, 9553.0, 9527.0, 9568.0, 9523.0, 9558.0, 9563.0, 9528.0, 9556.0, 9526.0, 9554.0, 9524.0, 9555.0, 9551.0, 9534.0, 9556.0, 9526.0, 9571.0, 9537.0, 9559.0, 9567.0, 9545.0, 9577.0, 9542.0, 9592.0, 9529.0, 9583.0, 9591.0, 9569.0, 9577.0, 9552.0, 9597.0, 9545.0, 9576.0, 9587.0, 9550.0, 9578.0, 9544.0, 9589.0, 9543.0, 9566.0, 9572.0, 9531.0, 9560.0, 9543.0, 9575.0, 9537.0, 9587.0, 9580.0, 9537.0, 9564.0, 9510.0, 9564.0, 9506.0, 9584.0, 9549.0, 9565.0, 9546.0, 9557.0, 9564.0, 9515.0, 9568.0, 9524.0, 9566.0, 9520.0, 9561.0, 9564.0, 9530.0, 9554.0, 9547.0, 9571.0, 9540.0, 9559.0, 9583.0, 9528.0, 9554.0, 9541.0, 9574.0, 9543.0, 9582.0, 9567.0, 9560.0, 9567.0, 9552.0, 9596.0, 9555.0, 9597.0, 9548.0, 9589.0, 9535.0, 9713.0, 9704.0, 9679.0, 9635.0, 9585.0, 9498.0, 9393.0, 9490.0, 9545.0, 9592.0, 9623.0, 9598.0, 9619.0, 9577.0, 9608.0, 9534.0, 9576.0, 9563.0, 9559.0, 9546.0, 9512.0, 9546.0, 9477.0, 9507.0, 9478.0, 9485.0, 9524.0, 9499.0, 9503.0, 9512.0, 9518.0, 9508.0, 9539.0, 9521.0, 9540.0, 9529.0, 9489.0, 9529.0, 9502.0, 9558.0, 9537.0, 9561.0, 9552.0, 9567.0, 9572.0, 9584.0, 9517.0, 9571.0, 9554.0, 9521.0, 9557.0, 9527.0, 9571.0, 9524.0, 9559.0, 9523.0, 9557.0, 9555.0, 9547.0, 9598.0, 9566.0, 9582.0, 9551.0, 9593.0, 9573.0, 9611.0, 9475.0, 9480.0, 9406.0, 9479.0, 9557.0, 9594.0, 9570.0, 9634.0, 9656.0, 9673.0, 9629.0, 9627.0, 9591.0, 9576.0, 9629.0, 9554.0, 9604.0, 9616.0, 9575.0, 9606.0, 9560.0, 9577.0, 9574.0, 9534.0, 9559.0, 9492.0, 9530.0, 9534.0, 9525.0, 9561.0, 9543.0, 9570.0, 9550.0, 9595.0, 9544.0, 9564.0, 9545.0, 9570.0, 9591.0, 9555.0, 9603.0, 9554.0, 9600.0, 9592.0, 9572.0, 9621.0, 9558.0, 9621.0, 9558.0, 9586.0, 9597.0, 9574.0, 9603.0, 9579.0, 9619.0, 9573.0, 9604.0, 9572.0, 9580.0, 9613.0, 9594.0, 9618.0, 9577.0, 9620.0, 9572.0, 9619.0, 9594.0, 9597.0, 9605.0, 9567.0, 9589.0, 9550.0, 9594.0, 9544.0, 9595.0, 9575.0, 9580.0, 9588.0, 9563.0, 9590.0, 9553.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.004716903860711582</td></tr>
<tr><td colspan=3>aqi</td><td>0.03363464731264194</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.37232390315909</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3223298935303052</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0486881078181822</td></tr>
<tr><td colspan=3>efc</td><td>0.4661</td></tr>
<tr><td colspan=3>fber</td><td>8926.6797</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11517855869199455</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>115</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.70552611657835</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3859955337830017</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.270065582241055</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5529543936782786</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.334966625429672</td></tr>
<tr><td colspan=3>gcor</td><td>0.0162406</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00014878173533361405</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026759374886751175</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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>4.230038534213134</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>24.8531</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7385</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.8354</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298975.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>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.7053</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7562</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.3587</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3546.8472</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>883.9106</td></tr>
<tr><td colspan=3>tsnr</td><td>36.89328350906726</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>