<?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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-04_task-fractional_acq-mb8_run-01_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-01_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>e885a82a2f09bcdbc7fa8d22246e51a9</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:31:49.542500</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-01_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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>a7a26aeb-6371-4583-83d3-2b4984c97ef2||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': ['123149.542500', '123150.002500', '123150.462500', '123150.922500', '123151.382500', '123151.842500', '123152.302500', '123152.762500', '123153.222500', '123153.682500', '123154.142500', '123154.602500', '123155.062500', '123155.522500', '123155.982500', '123156.442500', '123156.902500', '123157.362500', '123157.822500', '123158.282500', '123158.742500', '123159.202500', '123159.662500', '123200.122500', '123200.582500', '123201.042500', '123201.502500', '123201.962500', '123202.422500', '123202.882500', '123203.342500', '123203.802500', '123204.262500', '123204.722500', '123205.182500', '123205.642500', '123206.102500', '123206.562500', '123207.022500', '123207.482500', '123207.942500', '123208.402500', '123208.862500', '123209.322500', '123209.782500', '123210.242500', '123210.702500', '123211.162500', '123211.622500', '123212.082500', '123212.542500', '123213.002500', '123213.462500', '123213.922500', '123214.382500', '123214.842500', '123215.302500', '123215.762500', '123216.222500', '123216.682500', '123217.142500', '123217.602500', '123218.062500', '123218.522500', '123218.982500', '123219.442500', '123219.902500', '123220.362500', '123220.822500', '123221.282500', '123221.742500', '123222.202500', '123222.662500', '123223.122500', '123223.582500', '123224.042500', '123224.502500', '123224.962500', '123225.422500', '123225.882500', '123226.342500', '123226.802500', '123227.262500', '123227.722500', '123228.182500', '123228.642500', '123229.102500', '123229.562500', '123230.022500', '123230.482500', '123230.942500', '123231.402500', '123231.862500', '123232.322500', '123232.782500', '123233.242500', '123233.702500', '123234.162500', '123234.622500', '123235.082500', '123235.542500', '123236.002500', '123236.462500', '123236.922500', '123237.382500', '123237.842500', '123238.302500', '123238.762500', '123239.222500', '123239.682500', '123240.142500', '123240.602500', '123241.062500', '123241.522500', '123241.982500', '123242.442500', '123242.902500', '123243.362500', '123243.822500', '123244.282500', '123244.742500', '123245.202500', '123245.662500', '123246.122500', '123246.582500', '123247.042500', '123247.502500', '123247.962500', '123248.422500', '123248.882500', '123249.342500', '123249.802500', '123250.262500', '123250.722500', '123251.182500', '123251.642500', '123252.102500', '123252.562500', '123253.022500', '123253.482500', '123253.942500', '123254.402500', '123254.862500', '123255.322500', '123255.782500', '123256.242500', '123256.702500', '123257.162500', '123257.622500', '123258.082500', '123258.542500', '123259.002500', '123259.462500', '123259.922500', '123300.382500', '123300.842500', '123301.302500', '123301.762500', '123302.222500', '123302.682500', '123303.142500', '123303.602500', '123304.062500', '123304.522500', '123304.982500', '123305.442500', '123305.902500', '123306.362500', '123306.822500', '123307.282500', '123307.742500', '123308.202500', '123308.662500', '123309.122500', '123309.582500', '123310.042500', '123310.502500', '123310.962500', '123311.422500', '123311.882500', '123312.342500', '123312.802500', '123313.262500', '123313.722500', '123314.182500', '123314.642500', '123315.102500', '123315.562500', '123316.022500', '123316.482500', '123316.942500', '123317.402500', '123317.862500', '123318.322500', '123318.782500', '123319.242500', '123319.702500', '123320.162500', '123320.622500', '123321.082500', '123321.542500', '123322.002500', '123322.462500', '123322.922500', '123323.382500', '123323.842500', '123324.302500', '123324.762500', '123325.222500', '123325.682500', '123326.142500', '123326.602500', '123327.062500', '123327.522500', '123327.982500', '123328.442500', '123328.902500', '123329.362500', '123329.822500', '123330.282500', '123330.742500', '123331.202500', '123331.662500', '123332.122500', '123332.582500', '123333.042500', '123333.502500', '123333.962500', '123334.422500', '123334.882500', '123335.342500', '123335.802500', '123336.262500', '123336.722500', '123337.182500', '123337.642500', '123338.102500', '123338.562500', '123339.022500', '123339.482500', '123339.942500', '123340.402500', '123340.862500', '123341.322500', '123341.782500', '123342.242500', '123342.702500', '123343.162500', '123343.622500', '123344.082500', '123344.542500', '123345.002500', '123345.462500', '123345.922500', '123346.382500', '123346.842500', '123347.302500', '123347.762500', '123348.222500', '123348.682500', '123349.142500', '123349.602500', '123350.062500', '123350.522500', '123350.982500', '123351.442500', '123351.902500', '123352.362500', '123352.822500', '123353.282500', '123353.742500', '123354.202500', '123354.662500', '123355.122500', '123355.582500', '123356.042500', '123356.502500', '123356.962500', '123357.422500', '123357.882500', '123358.342500', '123358.802500', '123359.262500', '123359.722500', '123400.182500', '123400.642500', '123401.102500', '123401.562500', '123402.022500', '123402.482500', '123402.942500', '123403.402500', '123403.862500', '123404.322500', '123404.782500', '123405.242500', '123405.702500', '123406.162500', '123406.622500', '123407.082500', '123407.542500', '123408.002500', '123408.462500', '123408.922500', '123409.382500', '123409.842500', '123410.302500', '123410.762500', '123411.222500', '123411.682500', '123412.142500', '123412.602500', '123413.062500', '123413.522500', '123413.982500', '123414.442500', '123414.902500', '123415.362500', '123415.822500', '123416.282500', '123416.742500', '123417.202500', '123417.662500', '123418.122500', '123418.582500', '123419.042500', '123419.502500', '123419.962500', '123420.422500', '123420.882500', '123421.342500', '123421.802500', '123422.262500', '123422.722500', '123423.182500', '123423.642500', '123424.102500', '123424.562500', '123425.022500', '123425.482500', '123425.942500', '123426.402500', '123426.862500', '123427.322500', '123427.782500', '123428.242500', '123428.702500', '123429.162500', '123429.622500', '123430.082500', '123430.542500', '123431.002500', '123431.462500', '123431.922500', '123432.382500', '123432.842500', '123433.302500', '123433.762500', '123434.222500', '123434.682500', '123435.142500', '123435.602500', '123436.062500', '123436.522500', '123436.982500', '123437.442500', '123437.902500', '123438.362500', '123438.822500', '123439.282500', '123439.742500', '123440.202500', '123440.662500', '123441.122500', '123441.582500', '123442.042500', '123442.502500', '123442.962500', '123443.422500', '123443.882500', '123444.342500', '123444.802500', '123445.262500', '123445.722500', '123446.182500', '123446.642500', '123447.102500', '123447.562500', '123448.022500', '123448.482500', '123448.942500', '123449.402500', '123449.862500', '123450.322500', '123450.782500', '123451.242500', '123451.702500', '123452.162500', '123452.622500', '123453.082500', '123453.542500', '123454.002500', '123454.462500', '123454.922500', '123455.382500', '123455.842500', '123456.302500', '123456.762500', '123457.222500', '123457.682500', '123458.142500', '123458.602500', '123459.062500', '123459.522500', '123459.982500', '123500.442500', '123500.902500', '123501.362500', '123501.822500', '123502.282500', '123502.742500', '123503.202500', '123503.662500', '123504.122500', '123504.582500', '123505.042500', '123505.502500', '123505.962500', '123506.422500', '123506.882500', '123507.342500', '123507.802500', '123508.262500', '123508.722500', '123509.182500', '123509.642500', '123510.102500', '123510.562500', '123511.022500', '123511.482500', '123511.942500', '123512.402500', '123512.862500', '123513.322500', '123513.782500', '123514.242500', '123514.702500', '123515.162500', '123515.622500', '123516.082500', '123516.542500', '123517.002500', '123517.462500', '123517.922500', '123518.382500', '123518.842500', '123519.302500', '123519.762500', '123520.222500', '123520.682500', '123521.142500', '123521.602500', '123522.062500', '123522.522500', '123522.982500', '123523.442500', '123523.902500', '123524.362500', '123524.822500', '123525.282500', '123525.742500', '123526.202500', '123526.662500', '123527.122500', '123527.582500', '123528.042500', '123528.502500', '123528.962500', '123529.422500', '123529.882500', '123530.342500', '123530.802500', '123531.262500', '123531.722500', '123532.182500', '123532.642500', '123533.102500', '123533.562500', '123534.022500', '123534.482500', '123534.942500', '123535.402500', '123535.862500', '123536.322500', '123536.782500', '123537.242500', '123537.702500', '123538.162500', '123538.622500', '123539.082500', '123539.542500', '123540.002500', '123540.462500', '123540.922500', '123541.382500', '123541.842500', '123542.302500', '123542.762500', '123543.222500', '123543.682500', '123544.142500', '123544.602500', '123545.062500', '123545.522500', '123545.982500', '123546.442500', '123546.902500', '123547.362500', '123547.822500', '123548.282500', '123548.742500', '123549.202500', '123549.662500', '123550.122500', '123550.582500', '123551.042500', '123551.502500', '123551.962500', '123552.422500', '123552.882500', '123553.342500', '123553.802500', '123554.262500', '123554.722500', '123555.182500', '123555.642500', '123556.102500', '123556.562500', '123557.022500', '123557.482500', '123557.942500', '123558.402500', '123558.862500', '123559.322500', '123559.782500', '123600.242500', '123600.702500', '123601.162500', '123601.622500', '123602.082500', '123602.542500', '123603.002500', '123603.462500', '123603.922500', '123604.382500', '123604.842500', '123605.302500', '123605.762500', '123606.222500', '123606.682500', '123607.142500', '123607.602500', '123608.062500', '123608.522500', '123608.982500', '123609.442500', '123609.902500', '123610.362500', '123610.822500', '123611.282500', '123611.742500', '123612.202500', '123612.662500', '123613.122500', '123613.582500', '123614.042500', '123614.502500', '123614.962500', '123615.422500', '123615.882500', '123616.342500', '123616.802500', '123617.262500', '123617.722500', '123618.182500', '123618.642500', '123619.102500', '123619.562500', '123620.022500', '123620.482500', '123620.942500', '123621.402500', '123621.862500', '123622.322500', '123622.782500', '123623.242500', '123623.702500', '123624.162500', '123624.622500', '123625.082500', '123625.542500', '123626.002500', '123626.462500', '123626.922500', '123627.382500', '123627.842500', '123628.302500', '123628.762500', '123629.222500', '123629.682500', '123630.142500', '123630.602500', '123631.062500', '123631.522500', '123631.982500', '123632.442500', '123632.902500', '123633.362500', '123633.822500', '123634.282500', '123634.742500', '123635.202500', '123635.662500', '123636.122500', '123636.582500', '123637.042500', '123637.502500', '123637.962500', '123638.422500', '123638.882500', '123639.342500', '123639.802500', '123640.262500', '123640.722500', '123641.182500', '123641.642500', '123642.102500', '123642.562500', '123643.022500', '123643.482500', '123643.942500', '123644.402500', '123644.862500', '123645.322500', '123645.782500', '123646.242500', '123646.702500', '123647.162500', '123647.622500', '123648.082500', '123648.542500', '123649.002500', '123649.462500', '123649.922500', '123650.382500', '123650.842500', '123651.302500', '123651.762500', '123652.222500', '123652.682500', '123653.142500', '123653.602500', '123654.062500', '123654.522500', '123654.982500', '123655.442500', '123655.902500', '123656.362500', '123656.822500', '123657.282500', '123657.742500', '123658.202500', '123658.662500', '123659.122500', '123659.582500', '123700.042500', '123700.502500', '123700.962500', '123701.422500', '123701.882500', '123702.342500', '123702.802500', '123703.262500', '123703.722500', '123704.182500', '123704.642500', '123705.102500', '123705.562500', '123706.022500', '123706.482500', '123706.942500', '123707.402500', '123707.862500', '123708.322500', '123708.782500', '123709.242500', '123709.702500', '123710.162500', '123710.622500', '123711.082500', '123711.542500', '123712.002500', '123712.462500', '123712.922500', '123713.382500', '123713.842500', '123714.302500', '123714.762500', '123715.222500', '123715.682500', '123716.142500', '123716.602500', '123717.062500', '123717.522500', '123717.982500', '123718.442500', '123718.902500', '123719.362500', '123719.822500', '123720.282500', '123720.742500', '123721.202500', '123721.662500', '123722.122500', '123722.582500', '123723.042500', '123723.502500', '123723.962500', '123724.422500', '123724.882500', '123725.342500', '123725.802500', '123726.262500', '123726.722500', '123727.182500', '123727.642500', '123728.102500', '123728.562500', '123729.022500', '123729.482500', '123729.942500', '123730.402500', '123730.862500', '123731.322500', '123731.782500', '123732.242500', '123732.702500', '123733.162500', '123733.622500', '123734.082500', '123734.542500', '123735.002500', '123735.462500', '123735.922500', '123736.382500', '123736.842500', '123737.302500', '123737.762500', '123738.222500', '123738.682500', '123739.142500', '123739.602500', '123740.062500', '123740.522500', '123740.982500', '123741.442500', '123741.902500', '123742.362500', '123742.822500', '123743.282500', '123743.742500', '123744.202500', '123744.662500', '123745.122500', '123745.582500', '123746.042500', '123746.502500', '123746.962500', '123747.422500', '123747.882500', '123748.342500', '123748.802500', '123749.262500', '123749.722500', '123750.182500', '123750.642500', '123751.102500', '123751.562500', '123752.022500', '123752.482500', '123752.942500', '123753.402500', '123753.862500', '123754.322500', '123754.782500', '123755.242500', '123755.702500', '123756.162500', '123756.622500', '123757.082500', '123757.542500', '123758.002500', '123758.462500', '123758.922500', '123759.382500', '123759.842500', '123800.302500', '123800.762500', '123801.222500', '123801.682500', '123802.142500', '123802.602500', '123803.062500', '123803.522500', '123803.982500', '123804.442500', '123804.902500', '123805.362500', '123805.822500', '123806.282500', '123806.742500', '123807.202500', '123807.662500', '123808.122500', '123808.582500', '123809.042500', '123809.502500', '123809.962500', '123810.422500', '123810.882500', '123811.342500', '123811.802500', '123812.262500', '123812.722500', '123813.182500', '123813.642500', '123814.102500', '123814.562500', '123815.022500', '123815.482500', '123815.942500', '123816.402500', '123816.862500', '123817.322500', '123817.782500', '123818.242500', '123818.702500', '123819.162500', '123819.622500', '123820.082500', '123820.542500', '123821.002500', '123821.462500', '123821.922500', '123822.382500', '123822.842500', '123823.302500', '123823.762500', '123824.222500', '123824.682500', '123825.142500', '123825.602500', '123826.062500', '123826.522500', '123826.982500', '123827.442500', '123827.902500', '123828.362500', '123828.822500', '123829.282500', '123829.742500', '123830.202500', '123830.662500', '123831.122500', '123831.582500', '123832.042500', '123832.502500', '123832.962500', '123833.422500', '123833.882500', '123834.342500', '123834.802500', '123835.262500', '123835.722500', '123836.182500', '123836.642500', '123837.102500', '123837.562500', '123838.022500', '123838.482500', '123838.942500', '123839.402500', '123839.862500', '123840.322500', '123840.782500', '123841.242500', '123841.702500', '123842.162500', '123842.622500', '123843.082500', '123843.542500', '123844.002500', '123844.462500', '123844.922500', '123845.382500', '123845.842500', '123846.302500', '123846.762500', '123847.222500', '123847.682500', '123848.142500', '123848.602500', '123849.062500', '123849.522500', '123849.982500', '123850.442500', '123850.902500', '123851.362500', '123851.822500', '123852.282500', '123852.742500', '123853.202500', '123853.662500', '123854.122500', '123854.582500', '123855.042500', '123855.502500', '123855.962500', '123856.422500', '123856.882500', '123857.342500', '123857.802500', '123858.262500', '123858.722500', '123859.182500', '123859.642500', '123900.102500', '123900.562500', '123901.022500', '123901.482500', '123901.942500', '123902.402500', '123902.862500', '123903.322500', '123903.782500', '123904.242500', '123904.702500', '123905.162500', '123905.622500', '123906.082500', '123906.542500', '123907.002500', '123907.462500', '123907.922500', '123908.382500', '123908.842500', '123909.302500', '123909.762500', '123910.222500', '123910.682500', '123911.142500', '123911.602500', '123912.062500', '123912.522500', '123912.982500', '123913.442500', '123913.902500', '123914.362500', '123914.822500', '123915.282500', '123915.742500', '123916.202500', '123916.662500', '123917.122500', '123917.582500', '123918.042500', '123918.502500', '123918.962500', '123919.422500', '123919.882500', '123920.342500', '123920.802500', '123921.262500', '123921.722500', '123922.182500', '123922.642500', '123923.102500', '123923.562500', '123924.022500', '123924.482500', '123924.942500', '123925.402500', '123925.862500', '123926.322500', '123926.782500', '123927.242500', '123927.702500', '123928.162500', '123928.622500', '123929.082500', '123929.542500', '123930.002500', '123930.462500', '123930.922500', '123931.382500', '123931.842500', '123932.302500', '123932.762500', '123933.222500', '123933.682500', '123934.142500', '123934.602500', '123935.062500', '123935.522500', '123935.982500', '123936.442500', '123936.902500', '123937.362500', '123937.822500', '123938.282500', '123938.742500', '123939.202500', '123939.662500', '123940.122500', '123940.582500', '123941.042500', '123941.502500', '123941.962500', '123942.422500', '123942.882500', '123943.342500', '123943.802500', '123944.262500', '123944.722500', '123945.182500', '123945.642500', '123946.102500', '123946.562500', '123947.022500', '123947.482500', '123947.942500', '123948.402500', '123948.862500', '123949.322500', '123949.782500', '123950.242500', '123950.702500', '123951.162500', '123951.622500', '123952.082500', '123952.542500', '123953.002500', '123953.462500', '123953.922500', '123954.382500', '123954.842500', '123955.302500', '123955.762500', '123956.222500', '123956.682500', '123957.142500', '123957.602500', '123958.062500', '123958.522500', '123958.982500', '123959.442500', '123959.902500', '124000.362500', '124000.822500', '124001.282500', '124001.742500', '124002.202500', '124002.662500', '124003.122500', '124003.582500', '124004.042500', '124004.502500', '124004.962500', '124005.422500', '124005.882500', '124006.342500', '124006.802500', '124007.262500', '124007.722500', '124008.182500', '124008.642500', '124009.102500', '124009.562500', '124010.022500', '124010.482500', '124010.942500', '124011.402500', '124011.862500', '124012.322500', '124012.782500', '124013.242500', '124013.702500', '124014.162500', '124014.622500', '124015.082500', '124015.542500', '124016.002500', '124016.462500', '124016.922500', '124017.382500', '124017.842500', '124018.302500', '124018.762500', '124019.222500', '124019.682500', '124020.142500', '124020.602500', '124021.062500', '124021.522500', '124021.982500', '124022.442500', '124022.902500', '124023.362500', '124023.822500', '124024.282500', '124024.742500', '124025.202500', '124025.662500', '124026.122500', '124026.582500', '124027.042500', '124027.502500', '124027.962500', '124028.422500', '124028.882500', '124029.342500', '124029.802500', '124030.262500', '124030.722500', '124031.182500', '124031.642500', '124032.102500', '124032.562500', '124033.022500', '124033.482500', '124033.942500', '124034.402500', '124034.862500', '124035.322500', '124035.782500', '124036.242500', '124036.702500', '124037.162500', '124037.622500', '124038.082500', '124038.542500', '124039.002500', '124039.462500', '124039.922500', '124040.382500', '124040.842500', '124041.302500', '124041.762500', '124042.222500', '124042.682500', '124043.142500', '124043.602500', '124044.062500', '124044.522500', '124044.982500', '124045.442500', '124045.902500', '124046.362500', '124046.822500', '124047.282500', '124047.742500', '124048.202500', '124048.662500', '124049.122500', '124049.582500', '124050.042500', '124050.502500', '124050.962500', '124051.422500', '124051.882500', '124052.342500', '124052.802500', '124053.262500', '124053.722500', '124054.182500', '124054.642500', '124055.102500', '124055.562500', '124056.022500', '124056.482500', '124056.942500', '124057.402500', '124057.862500', '124058.322500', '124058.782500', '124059.242500', '124059.702500', '124100.162500', '124100.622500', '124101.082500', '124101.542500', '124102.002500', '124102.462500', '124102.922500', '124103.382500', '124103.842500', '124104.302500', '124104.762500', '124105.222500', '124105.682500', '124106.142500', '124106.602500', '124107.062500', '124107.522500', '124107.982500', '124108.442500', '124108.902500', '124109.362500', '124109.822500', '124110.282500', '124110.742500', '124111.202500', '124111.662500', '124112.122500', '124112.582500', '124113.042500', '124113.502500', '124113.962500', '124114.422500', '124114.882500', '124115.342500', '124115.802500', '124116.262500', '124116.722500', '124117.182500', '124117.642500', '124118.102500', '124118.562500', '124119.022500', '124119.482500', '124119.942500', '124120.402500', '124120.862500', '124121.322500', '124121.782500', '124122.242500', '124122.702500', '124123.162500', '124123.622500', '124124.082500', '124124.542500', '124125.002500', '124125.462500', '124125.922500', '124126.382500', '124126.842500', '124127.302500', '124127.762500', '124128.222500', '124128.682500', '124129.142500', '124129.602500', '124130.062500', '124130.522500', '124130.982500', '124131.442500', '124131.902500', '124132.362500', '124132.822500', '124133.282500', '124133.742500', '124134.202500', '124134.662500', '124135.122500', '124135.582500', '124136.042500', '124136.502500', '124136.962500', '124137.422500', '124137.882500', '124138.342500', '124138.802500', '124139.262500', '124139.722500', '124140.182500', '124140.642500', '124141.102500', '124141.562500', '124142.022500', '124142.482500', '124142.942500', '124143.402500', '124143.862500', '124144.322500', '124144.782500', '124145.242500', '124145.702500', '124146.162500', '124146.622500', '124147.082500', '124147.542500', '124148.002500', '124148.462500', '124148.922500', '124149.382500', '124149.842500', '124150.302500', '124150.762500', '124151.222500', '124151.682500', '124152.142500', '124152.602500', '124153.062500', '124153.522500', '124153.982500', '124154.442500', '124154.902500', '124155.362500', '124155.822500', '124156.282500', '124156.742500', '124157.202500'], 'ContentTime': ['123210.803000', '123210.806000', '123210.809000', '123210.811000', '123210.814000', '123210.817000', '123210.819000', '123210.826000', '123210.829000', '123210.831000', '123210.834000', '123210.837000', '123210.839000', '123210.842000', '123210.845000', '123210.847000', '123210.850000', '123210.852000', '123210.855000', '123210.858000', '123210.860000', '123210.863000', '123210.865000', '123210.868000', '123210.870000', '123210.873000', '123210.876000', '123210.878000', '123210.881000', '123210.884000', '123210.886000', '123210.889000', '123210.891000', '123210.894000', '123210.897000', '123210.899000', '123210.902000', '123210.905000', '123210.907000', '123210.910000', '123210.913000', '123210.915000', '123210.921000', '123210.924000', '123210.927000', '123230.781000', '123230.785000', '123230.787000', '123230.790000', '123230.792000', '123230.795000', '123230.798000', '123230.800000', '123230.803000', '123230.806000', '123230.808000', '123230.811000', '123230.814000', '123230.816000', '123230.819000', '123230.821000', '123230.824000', '123230.827000', '123230.829000', '123230.832000', '123230.835000', '123230.837000', '123230.840000', '123230.842000', '123230.845000', '123230.848000', '123230.850000', '123230.853000', '123230.855000', '123230.858000', '123230.861000', '123230.863000', '123230.866000', '123230.868000', '123230.871000', '123230.873000', '123230.876000', '123230.879000', '123230.881000', '123230.884000', '123230.886000', '123230.889000', '123230.892000', '123250.781000', '123250.784000', '123250.787000', '123250.789000', '123250.792000', '123250.795000', '123250.797000', '123250.800000', '123250.803000', '123250.805000', '123250.808000', '123250.810000', '123250.813000', '123250.816000', '123250.818000', '123250.821000', '123250.823000', '123250.826000', '123250.829000', '123250.831000', '123250.834000', '123250.836000', '123250.839000', '123250.842000', '123250.844000', '123250.847000', '123250.850000', '123250.853000', '123250.856000', '123250.858000', '123250.861000', '123250.864000', '123250.866000', '123250.869000', '123250.872000', '123250.874000', '123250.879000', '123250.881000', '123250.884000', '123250.886000', '123250.889000', '123250.892000', '123250.894000', '123310.781000', '123310.784000', '123310.787000', '123310.790000', '123310.792000', '123310.795000', '123310.798000', '123310.800000', '123310.803000', '123310.806000', '123310.808000', '123310.811000', '123310.813000', '123310.832000', '123310.835000', '123310.838000', '123310.840000', '123310.843000', '123310.845000', '123310.848000', '123310.850000', '123310.853000', '123310.856000', '123310.858000', '123310.861000', '123310.864000', '123310.866000', '123310.869000', '123310.872000', '123310.874000', '123310.877000', '123310.879000', '123310.882000', '123310.885000', '123310.887000', '123310.890000', '123310.892000', '123310.895000', '123310.910000', '123310.920000', '123310.922000', '123310.925000', '123310.927000', '123310.930000', '123330.782000', '123330.784000', '123330.787000', '123330.790000', '123330.792000', '123330.795000', '123330.798000', '123330.800000', '123330.803000', '123330.805000', '123330.808000', '123330.811000', '123330.813000', '123330.851000', '123330.853000', '123330.856000', '123330.858000', '123330.861000', '123330.864000', '123330.866000', '123330.869000', '123330.871000', '123330.874000', '123330.877000', '123330.879000', '123330.882000', '123330.884000', '123330.887000', '123330.890000', '123330.892000', '123330.895000', '123330.897000', '123330.900000', '123330.903000', '123330.905000', '123330.908000', '123330.911000', '123330.913000', '123330.916000', '123330.918000', '123330.921000', '123330.923000', '123330.926000', '123350.781000', '123350.784000', '123350.787000', '123350.789000', '123350.792000', '123350.795000', '123350.797000', '123350.800000', '123350.803000', '123350.805000', '123350.808000', '123350.811000', '123350.813000', '123350.816000', '123350.819000', '123350.821000', '123350.824000', '123350.827000', '123350.829000', '123350.832000', '123350.834000', '123350.837000', '123350.839000', '123350.842000', '123350.845000', '123350.848000', '123350.850000', '123350.853000', '123350.855000', '123350.858000', '123350.861000', '123350.863000', '123350.866000', '123350.869000', '123350.871000', '123350.874000', '123350.877000', '123350.879000', '123350.882000', '123350.887000', '123350.889000', '123350.892000', '123350.895000', '123350.897000', '123410.781000', '123410.784000', '123410.787000', '123410.790000', '123410.792000', '123410.795000', '123410.798000', '123410.800000', '123410.803000', '123410.805000', '123410.808000', '123410.810000', '123410.813000', '123410.835000', '123410.838000', '123410.841000', '123410.843000', '123410.846000', '123410.849000', '123410.851000', '123410.854000', '123410.857000', '123410.860000', '123410.863000', '123410.867000', '123410.870000', '123410.872000', '123410.875000', '123410.878000', '123410.880000', '123410.883000', '123410.885000', '123410.888000', '123410.891000', '123410.894000', '123410.897000', '123410.899000', '123410.902000', '123410.905000', '123410.907000', '123410.910000', '123410.912000', '123410.915000', '123430.781000', '123430.784000', '123430.787000', '123430.790000', '123430.792000', '123430.795000', '123430.798000', '123430.800000', '123430.803000', '123430.805000', '123430.808000', '123430.811000', '123430.813000', '123430.829000', '123430.832000', '123430.834000', '123430.837000', '123430.839000', '123430.842000', '123430.845000', '123430.847000', '123430.856000', '123430.858000', '123430.861000', '123430.864000', '123430.866000', '123430.869000', '123430.871000', '123430.874000', '123430.877000', '123430.879000', '123430.882000', '123430.884000', '123430.887000', '123430.890000', '123430.893000', '123430.895000', '123430.898000', '123430.901000', '123430.904000', '123430.906000', '123430.909000', '123430.911000', '123430.914000', '123450.781000', '123450.784000', '123450.787000', '123450.790000', '123450.792000', '123450.795000', '123450.798000', '123450.800000', '123450.803000', '123450.805000', '123450.808000', '123450.810000', '123450.813000', '123450.854000', '123450.856000', '123450.859000', '123450.862000', '123450.864000', '123450.867000', '123450.869000', '123450.872000', '123450.875000', '123450.877000', '123450.880000', '123450.883000', '123450.885000', '123450.888000', '123450.890000', '123450.893000', '123450.896000', '123450.898000', '123450.901000', '123450.903000', '123450.919000', '123450.921000', '123450.924000', '123450.926000', '123450.929000', '123450.932000', '123450.935000', '123450.937000', '123450.940000', '123450.943000', '123510.781000', '123510.784000', '123510.787000', '123510.790000', '123510.792000', '123510.795000', '123510.798000', '123510.800000', '123510.803000', '123510.806000', '123510.808000', '123510.811000', '123510.813000', '123510.841000', '123510.844000', '123510.846000', '123510.849000', '123510.851000', '123510.854000', '123510.857000', '123510.859000', '123510.862000', '123510.864000', '123510.867000', '123510.877000', '123510.879000', '123510.882000', '123510.885000', '123510.887000', '123510.890000', '123510.893000', '123510.895000', '123510.898000', '123510.900000', '123510.903000', '123510.906000', '123510.908000', '123510.911000', '123510.914000', '123510.916000', '123510.919000', '123510.921000', '123510.924000', '123510.927000', '123530.782000', '123530.784000', '123530.787000', '123530.790000', '123530.792000', '123530.795000', '123530.798000', '123530.800000', '123530.803000', '123530.805000', '123530.808000', '123530.811000', '123530.814000', '123530.843000', '123530.845000', '123530.848000', '123530.851000', '123530.853000', '123530.856000', '123530.858000', '123530.862000', '123530.864000', '123530.867000', '123530.869000', '123530.872000', '123530.875000', '123530.877000', '123530.880000', '123530.882000', '123530.885000', '123530.888000', '123530.890000', '123530.893000', '123530.896000', '123530.898000', '123530.901000', '123530.903000', '123530.906000', '123530.909000', '123530.911000', '123530.914000', '123530.917000', '123530.919000', '123550.782000', '123550.785000', '123550.787000', '123550.790000', '123550.792000', '123550.795000', '123550.798000', '123550.800000', '123550.803000', '123550.806000', '123550.808000', '123550.811000', '123550.814000', '123550.863000', '123550.866000', '123550.869000', '123550.871000', '123550.874000', '123550.877000', '123550.879000', '123550.882000', '123550.884000', '123550.893000', '123550.895000', '123550.898000', '123550.901000', '123550.903000', '123550.906000', '123550.908000', '123550.911000', '123550.914000', '123550.916000', '123550.919000', '123550.922000', '123550.924000', '123550.927000', '123550.930000', '123550.932000', '123550.935000', '123550.938000', '123550.940000', '123550.943000', '123550.945000', '123550.948000', '123610.781000', '123610.784000', '123610.787000', '123610.790000', '123610.792000', '123610.795000', '123610.798000', '123610.800000', '123610.803000', '123610.805000', '123610.808000', '123610.811000', '123610.813000', '123610.853000', '123610.856000', '123610.858000', '123610.861000', '123610.863000', '123610.866000', '123610.869000', '123610.872000', '123610.874000', '123610.877000', '123610.879000', '123610.882000', '123610.885000', '123610.887000', '123610.890000', '123610.892000', '123610.895000', '123610.898000', '123610.900000', '123610.903000', '123610.906000', '123610.908000', '123610.911000', '123610.913000', '123610.916000', '123610.919000', '123610.922000', '123610.924000', '123610.927000', '123610.930000', '123630.781000', '123630.792000', '123630.795000', '123630.797000', '123630.800000', '123630.803000', '123630.806000', '123630.808000', '123630.811000', '123630.813000', '123630.870000', '123630.872000', '123630.875000', '123630.877000', '123630.880000', '123630.883000', '123630.885000', '123630.888000', '123630.891000', '123630.893000', '123630.896000', '123630.899000', '123630.901000', '123630.904000', '123630.906000', '123630.909000', '123630.912000', '123630.914000', '123630.917000', '123630.920000', '123630.922000', '123630.925000', '123630.927000', '123630.930000', '123630.933000', '123630.935000', '123630.938000', '123630.941000', '123630.943000', '123630.946000', '123630.949000', '123630.951000', '123630.954000', '123630.957000', '123650.782000', '123650.784000', '123650.787000', '123650.790000', '123650.792000', '123650.795000', '123650.798000', '123650.800000', '123650.803000', '123650.806000', '123650.808000', '123650.811000', '123650.813000', '123650.886000', '123650.889000', '123650.891000', '123650.894000', '123650.897000', '123650.899000', '123650.902000', '123650.904000', '123650.907000', '123650.910000', '123650.912000', '123650.915000', '123650.917000', '123650.920000', '123650.923000', '123650.925000', '123650.928000', '123650.931000', '123650.933000', '123650.936000', '123650.938000', '123650.941000', '123650.944000', '123650.946000', '123650.949000', '123650.952000', '123650.955000', '123650.958000', '123650.960000', '123650.963000', '123710.782000', '123710.784000', '123710.787000', '123710.790000', '123710.792000', '123710.795000', '123710.798000', '123710.800000', '123710.803000', '123710.806000', '123710.808000', '123710.811000', '123710.813000', '123710.870000', '123710.873000', '123710.875000', '123710.878000', '123710.881000', '123710.887000', '123710.889000', '123710.892000', '123710.895000', '123710.897000', '123710.900000', '123710.903000', '123710.905000', '123710.908000', '123710.910000', '123710.913000', '123710.916000', '123710.918000', '123710.921000', '123710.924000', '123710.926000', '123710.929000', '123710.932000', '123710.934000', '123710.937000', '123710.939000', '123710.942000', '123710.945000', '123710.947000', '123710.950000', '123710.953000', '123730.782000', '123730.785000', '123730.787000', '123730.790000', '123730.792000', '123730.795000', '123730.798000', '123730.800000', '123730.803000', '123730.806000', '123730.808000', '123730.811000', '123730.813000', '123730.816000', '123730.819000', '123730.821000', '123730.824000', '123730.827000', '123730.829000', '123730.832000', '123730.834000', '123730.837000', '123730.840000', '123730.842000', '123730.846000', '123730.849000', '123730.851000', '123730.854000', '123730.856000', '123730.859000', '123730.862000', '123730.864000', '123730.867000', '123730.870000', '123730.872000', '123730.875000', '123730.877000', '123730.880000', '123730.883000', '123730.885000', '123730.888000', '123730.891000', '123730.893000', '123750.781000', '123750.784000', '123750.787000', '123750.790000', '123750.792000', '123750.795000', '123750.798000', '123750.800000', '123750.803000', '123750.806000', '123750.808000', '123750.811000', '123750.813000', '123750.850000', '123750.853000', '123750.855000', '123750.858000', '123750.860000', '123750.863000', '123750.866000', '123750.868000', '123750.871000', '123750.874000', '123750.876000', '123750.879000', '123750.881000', '123750.894000', '123750.897000', '123750.899000', '123750.902000', '123750.905000', '123750.907000', '123750.910000', '123750.912000', '123750.915000', '123750.918000', '123750.920000', '123750.923000', '123750.926000', '123750.928000', '123750.931000', '123750.934000', '123750.936000', '123750.939000', '123810.782000', '123810.784000', '123810.787000', '123810.790000', '123810.793000', '123810.795000', '123810.798000', '123810.801000', '123810.804000', '123810.807000', '123810.809000', '123810.812000', '123810.815000', '123810.817000', '123810.820000', '123810.823000', '123810.829000', '123810.832000', '123810.835000', '123810.837000', '123810.840000', '123810.843000', '123810.845000', '123810.848000', '123810.851000', '123810.853000', '123810.856000', '123810.858000', '123810.861000', '123810.864000', '123810.866000', '123810.869000', '123810.871000', '123810.874000', '123810.877000', '123810.879000', '123810.882000', '123810.885000', '123810.887000', '123810.890000', '123810.892000', '123810.895000', '123810.898000', '123830.782000', '123830.785000', '123830.787000', '123830.790000', '123830.793000', '123830.795000', '123830.798000', '123830.800000', '123830.803000', '123830.806000', '123830.808000', '123830.811000', '123830.814000', '123830.852000', '123830.855000', '123830.858000', '123830.860000', '123830.863000', '123830.865000', '123830.868000', '123830.871000', '123830.873000', '123830.876000', '123830.879000', '123830.881000', '123830.884000', '123830.886000', '123830.889000', '123830.892000', '123830.894000', '123830.897000', '123830.900000', '123830.902000', '123830.905000', '123830.908000', '123830.910000', '123830.913000', '123830.916000', '123830.918000', '123830.921000', '123830.924000', '123830.926000', '123830.929000', '123850.781000', '123850.784000', '123850.787000', '123850.790000', '123850.792000', '123850.795000', '123850.797000', '123850.800000', '123850.803000', '123850.806000', '123850.808000', '123850.811000', '123850.814000', '123850.816000', '123850.819000', '123850.821000', '123850.824000', '123850.827000', '123850.829000', '123850.832000', '123850.835000', '123850.837000', '123850.840000', '123850.843000', '123850.845000', '123850.848000', '123850.850000', '123850.853000', '123850.856000', '123850.858000', '123850.861000', '123850.864000', '123850.866000', '123850.869000', '123850.872000', '123850.874000', '123850.877000', '123850.880000', '123850.882000', '123850.885000', '123850.888000', '123850.890000', '123850.893000', '123850.895000', '123910.782000', '123910.785000', '123910.787000', '123910.790000', '123910.793000', '123910.795000', '123910.798000', '123910.801000', '123910.803000', '123910.806000', '123910.809000', '123910.812000', '123910.815000', '123910.886000', '123910.889000', '123910.892000', '123910.894000', '123910.897000', '123910.900000', '123910.902000', '123910.905000', '123910.908000', '123910.910000', '123910.913000', '123910.916000', '123910.918000', '123910.921000', '123910.923000', '123910.926000', '123910.929000', '123910.931000', '123910.934000', '123910.937000', '123910.939000', '123910.942000', '123910.944000', '123910.958000', '123910.960000', '123910.963000', '123910.966000', '123910.969000', '123910.971000', '123910.974000', '123930.781000', '123930.787000', '123930.790000', '123930.793000', '123930.796000', '123930.799000', '123930.801000', '123930.804000', '123930.807000', '123930.809000', '123930.812000', '123930.896000', '123930.898000', '123930.901000', '123930.904000', '123930.906000', '123930.909000', '123930.912000', '123930.914000', '123930.917000', '123930.919000', '123930.922000', '123930.925000', '123930.927000', '123930.930000', '123930.933000', '123930.935000', '123930.938000', '123930.941000', '123930.943000', '123930.946000', '123930.949000', '123930.951000', '123930.954000', '123930.956000', '123930.959000', '123930.962000', '123930.964000', '123930.967000', '123930.970000', '123930.972000', '123930.975000', '123930.977000', '123930.980000', '123950.782000', '123950.785000', '123950.788000', '123950.791000', '123950.793000', '123950.796000', '123950.799000', '123950.801000', '123950.804000', '123950.807000', '123950.809000', '123950.812000', '123950.815000', '123950.825000', '123950.828000', '123950.830000', '123950.833000', '123950.836000', '123950.838000', '123950.841000', '123950.844000', '123950.846000', '123950.849000', '123950.851000', '123950.854000', '123950.857000', '123950.860000', '123950.862000', '123950.865000', '123950.868000', '123950.870000', '123950.873000', '123950.875000', '123950.878000', '123950.881000', '123950.883000', '123950.886000', '123950.889000', '123950.892000', '123950.894000', '123950.899000', '123950.901000', '123950.904000', '124010.782000', '124010.784000', '124010.788000', '124010.790000', '124010.793000', '124010.796000', '124010.799000', '124010.801000', '124010.804000', '124010.806000', '124010.809000', '124010.812000', '124010.814000', '124010.861000', '124010.864000', '124010.866000', '124010.869000', '124010.872000', '124010.874000', '124010.877000', '124010.880000', '124010.882000', '124010.885000', '124010.887000', '124010.890000', '124010.893000', '124010.895000', '124010.898000', '124010.901000', '124010.903000', '124010.906000', '124010.909000', '124010.911000', '124010.914000', '124010.917000', '124010.919000', '124010.922000', '124010.924000', '124010.927000', '124010.930000', '124010.932000', '124010.935000', '124010.938000', '124010.940000', '124030.782000', '124030.784000', '124030.787000', '124030.790000', '124030.792000', '124030.795000', '124030.798000', '124030.800000', '124030.803000', '124030.805000', '124030.808000', '124030.811000', '124030.813000', '124030.853000', '124030.856000', '124030.859000', '124030.861000', '124030.864000', '124030.867000', '124030.869000', '124030.872000', '124030.874000', '124030.877000', '124030.880000', '124030.882000', '124030.885000', '124030.888000', '124030.890000', '124030.893000', '124030.895000', '124030.898000', '124030.901000', '124030.903000', '124030.917000', '124030.920000', '124030.922000', '124030.925000', '124030.927000', '124030.930000', '124030.933000', '124030.935000', '124030.938000', '124030.941000', '124050.781000', '124050.785000', '124050.788000', '124050.790000', '124050.793000', '124050.796000', '124050.799000', '124050.801000', '124050.804000', '124050.806000', '124050.809000', '124050.812000', '124050.814000', '124050.874000', '124050.877000', '124050.879000', '124050.882000', '124050.884000', '124050.887000', '124050.890000', '124050.892000', '124050.895000', '124050.898000', '124050.900000', '124050.903000', '124050.906000', '124050.908000', '124050.911000', '124050.913000', '124050.916000', '124050.919000', '124050.921000', '124050.924000', '124050.927000', '124050.929000', '124050.932000', '124050.935000', '124050.937000', '124050.940000', '124050.943000', '124050.945000', '124050.948000', '124050.950000', '124050.953000', '124110.782000', '124110.785000', '124110.787000', '124110.790000', '124110.792000', '124110.795000', '124110.798000', '124110.800000', '124110.803000', '124110.806000', '124110.808000', '124110.811000', '124110.814000', '124110.882000', '124110.885000', '124110.888000', '124110.890000', '124110.893000', '124110.896000', '124110.898000', '124110.901000', '124110.903000', '124110.906000', '124110.909000', '124110.911000', '124110.914000', '124110.916000', '124110.919000', '124110.922000', '124110.924000', '124110.927000', '124110.930000', '124110.932000', '124110.935000', '124110.938000', '124110.940000', '124110.943000', '124110.945000', '124110.948000', '124110.951000', '124110.953000', '124110.956000', '124110.959000', '124130.781000', '124130.784000', '124130.787000', '124130.790000', '124130.793000', '124130.796000', '124130.799000', '124130.801000', '124130.804000', '124130.807000', '124130.809000', '124130.812000', '124130.871000', '124130.874000', '124130.877000', '124130.879000', '124130.882000', '124130.885000', '124130.887000', '124130.890000', '124130.893000', '124130.895000', '124130.898000', '124130.900000', '124130.903000', '124130.906000', '124130.908000', '124130.911000', '124130.913000', '124130.916000', '124130.919000', '124130.921000', '124130.924000', '124130.927000', '124130.929000', '124130.932000', '124130.935000', '124130.937000', '124130.940000', '124130.942000', '124130.945000', '124130.948000', '124130.950000', '124130.953000', '124150.781000', '124150.794000', '124150.797000', '124150.799000', '124150.802000', '124150.805000', '124150.807000', '124150.810000', '124150.813000', '124150.845000', '124150.848000', '124150.851000', '124150.853000', '124150.856000', '124150.858000', '124150.861000', '124150.864000', '124150.867000', '124150.869000', '124150.872000', '124150.875000', '124150.878000', '124150.880000', '124150.883000', '124150.886000', '124150.889000', '124150.892000', '124150.895000', '124150.898000', '124150.900000', '124150.903000', '124150.905000', '124150.908000', '124150.911000', '124150.913000', '124150.916000', '124150.919000', '124150.921000', '124150.924000', '124150.926000', '124150.929000', '124150.932000', '124150.934000', '124158.204000', '124158.208000', '124158.210000', '124158.213000', '124158.216000', '124158.218000', '124158.221000', '124158.224000', '124158.227000', '124158.229000', '124158.232000', '124158.235000', '124158.237000', '124158.240000', '124158.243000', '124158.245000', '124158.248000'], 'InstanceCreationTime': ['123210.803000', '123210.806000', '123210.809000', '123210.811000', '123210.814000', '123210.817000', '123210.819000', '123210.826000', '123210.829000', '123210.831000', '123210.834000', '123210.837000', '123210.839000', '123210.842000', '123210.845000', '123210.847000', '123210.850000', '123210.852000', '123210.855000', '123210.858000', '123210.860000', '123210.863000', '123210.865000', '123210.868000', '123210.870000', '123210.873000', '123210.876000', '123210.878000', '123210.881000', '123210.884000', '123210.886000', '123210.889000', '123210.891000', '123210.894000', '123210.897000', '123210.899000', '123210.902000', '123210.905000', '123210.907000', '123210.910000', '123210.913000', '123210.915000', '123210.921000', '123210.924000', '123210.927000', '123230.781000', '123230.785000', '123230.787000', '123230.790000', '123230.792000', '123230.795000', '123230.798000', '123230.800000', '123230.803000', '123230.806000', '123230.808000', '123230.811000', '123230.814000', '123230.816000', '123230.819000', '123230.821000', '123230.824000', '123230.827000', '123230.829000', '123230.832000', '123230.835000', '123230.837000', '123230.840000', '123230.842000', '123230.845000', '123230.848000', '123230.850000', '123230.853000', '123230.855000', '123230.858000', '123230.861000', '123230.863000', '123230.866000', '123230.868000', '123230.871000', '123230.873000', '123230.876000', '123230.879000', '123230.881000', '123230.884000', '123230.886000', '123230.889000', '123230.892000', '123250.781000', '123250.784000', '123250.787000', '123250.789000', '123250.792000', '123250.795000', '123250.797000', '123250.800000', '123250.803000', '123250.805000', '123250.808000', '123250.810000', '123250.813000', '123250.816000', '123250.818000', '123250.821000', '123250.823000', '123250.826000', '123250.829000', '123250.831000', '123250.834000', '123250.836000', '123250.839000', '123250.842000', '123250.844000', '123250.847000', '123250.850000', '123250.853000', '123250.856000', '123250.858000', '123250.861000', '123250.864000', '123250.866000', '123250.869000', '123250.872000', '123250.874000', '123250.879000', '123250.881000', '123250.884000', '123250.886000', '123250.889000', '123250.892000', '123250.894000', '123310.781000', '123310.784000', '123310.787000', '123310.790000', '123310.792000', '123310.795000', '123310.798000', '123310.800000', '123310.803000', '123310.806000', '123310.808000', '123310.811000', '123310.813000', '123310.832000', '123310.835000', '123310.838000', '123310.840000', '123310.843000', '123310.845000', '123310.848000', '123310.850000', '123310.853000', '123310.856000', '123310.858000', '123310.861000', '123310.864000', '123310.866000', '123310.869000', '123310.872000', '123310.874000', '123310.877000', '123310.879000', '123310.882000', '123310.885000', '123310.887000', '123310.890000', '123310.892000', '123310.895000', '123310.910000', '123310.920000', '123310.922000', '123310.925000', '123310.927000', '123310.930000', '123330.782000', '123330.784000', '123330.787000', '123330.790000', '123330.792000', '123330.795000', '123330.798000', '123330.800000', '123330.803000', '123330.805000', '123330.808000', '123330.811000', '123330.813000', '123330.851000', '123330.853000', '123330.856000', '123330.858000', '123330.861000', '123330.864000', '123330.866000', '123330.869000', '123330.871000', '123330.874000', '123330.877000', '123330.879000', '123330.882000', '123330.884000', '123330.887000', '123330.890000', '123330.892000', '123330.895000', '123330.897000', '123330.900000', '123330.903000', '123330.905000', '123330.908000', '123330.911000', '123330.913000', '123330.916000', '123330.918000', '123330.921000', '123330.923000', '123330.926000', '123350.781000', '123350.784000', '123350.787000', '123350.789000', '123350.792000', '123350.795000', '123350.797000', '123350.800000', '123350.803000', '123350.805000', '123350.808000', '123350.811000', '123350.813000', '123350.816000', '123350.819000', '123350.821000', '123350.824000', '123350.827000', '123350.829000', '123350.832000', '123350.834000', '123350.837000', '123350.839000', '123350.842000', '123350.845000', '123350.848000', '123350.850000', '123350.853000', '123350.855000', '123350.858000', '123350.861000', '123350.863000', '123350.866000', '123350.869000', '123350.871000', '123350.874000', '123350.877000', '123350.879000', '123350.882000', '123350.887000', '123350.889000', '123350.892000', '123350.895000', '123350.897000', '123410.781000', '123410.784000', '123410.787000', '123410.790000', '123410.792000', '123410.795000', '123410.798000', '123410.800000', '123410.803000', '123410.805000', '123410.808000', '123410.810000', '123410.813000', '123410.835000', '123410.838000', '123410.841000', '123410.843000', '123410.846000', '123410.849000', '123410.851000', '123410.854000', '123410.857000', '123410.860000', '123410.863000', '123410.867000', '123410.870000', '123410.872000', '123410.875000', '123410.878000', '123410.880000', '123410.883000', '123410.885000', '123410.888000', '123410.891000', '123410.894000', '123410.897000', '123410.899000', '123410.902000', '123410.905000', '123410.907000', '123410.910000', '123410.912000', '123410.915000', '123430.781000', '123430.784000', '123430.787000', '123430.790000', '123430.792000', '123430.795000', '123430.798000', '123430.800000', '123430.803000', '123430.805000', '123430.808000', '123430.811000', '123430.813000', '123430.829000', '123430.832000', '123430.834000', '123430.837000', '123430.839000', '123430.842000', '123430.845000', '123430.847000', '123430.856000', '123430.858000', '123430.861000', '123430.864000', '123430.866000', '123430.869000', '123430.871000', '123430.874000', '123430.877000', '123430.879000', '123430.882000', '123430.884000', '123430.887000', '123430.890000', '123430.893000', '123430.895000', '123430.898000', '123430.901000', '123430.904000', '123430.906000', '123430.909000', '123430.911000', '123430.914000', '123450.781000', '123450.784000', '123450.787000', '123450.790000', '123450.792000', '123450.795000', '123450.798000', '123450.800000', '123450.803000', '123450.805000', '123450.808000', '123450.810000', '123450.813000', '123450.854000', '123450.856000', '123450.859000', '123450.862000', '123450.864000', '123450.867000', '123450.869000', '123450.872000', '123450.875000', '123450.877000', '123450.880000', '123450.883000', '123450.885000', '123450.888000', '123450.890000', '123450.893000', '123450.896000', '123450.898000', '123450.901000', '123450.903000', '123450.919000', '123450.921000', '123450.924000', '123450.926000', '123450.929000', '123450.932000', '123450.935000', '123450.937000', '123450.940000', '123450.943000', '123510.781000', '123510.784000', '123510.787000', '123510.790000', '123510.792000', '123510.795000', '123510.798000', '123510.800000', '123510.803000', '123510.806000', '123510.808000', '123510.811000', '123510.813000', '123510.841000', '123510.844000', '123510.846000', '123510.849000', '123510.851000', '123510.854000', '123510.857000', '123510.859000', '123510.862000', '123510.864000', '123510.867000', '123510.877000', '123510.879000', '123510.882000', '123510.885000', '123510.887000', '123510.890000', '123510.893000', '123510.895000', '123510.898000', '123510.900000', '123510.903000', '123510.906000', '123510.908000', '123510.911000', '123510.914000', '123510.916000', '123510.919000', '123510.921000', '123510.924000', '123510.927000', '123530.782000', '123530.784000', '123530.787000', '123530.790000', '123530.792000', '123530.795000', '123530.798000', '123530.800000', '123530.803000', '123530.805000', '123530.808000', '123530.811000', '123530.814000', '123530.843000', '123530.845000', '123530.848000', '123530.851000', '123530.853000', '123530.856000', '123530.858000', '123530.862000', '123530.864000', '123530.867000', '123530.869000', '123530.872000', '123530.875000', '123530.877000', '123530.880000', '123530.882000', '123530.885000', '123530.888000', '123530.890000', '123530.893000', '123530.896000', '123530.898000', '123530.901000', '123530.903000', '123530.906000', '123530.909000', '123530.911000', '123530.914000', '123530.917000', '123530.919000', '123550.782000', '123550.785000', '123550.787000', '123550.790000', '123550.792000', '123550.795000', '123550.798000', '123550.800000', '123550.803000', '123550.806000', '123550.808000', '123550.811000', '123550.814000', '123550.863000', '123550.866000', '123550.869000', '123550.871000', '123550.874000', '123550.877000', '123550.879000', '123550.882000', '123550.884000', '123550.893000', '123550.895000', '123550.898000', '123550.901000', '123550.903000', '123550.906000', '123550.908000', '123550.911000', '123550.914000', '123550.916000', '123550.919000', '123550.922000', '123550.924000', '123550.927000', '123550.930000', '123550.932000', '123550.935000', '123550.938000', '123550.940000', '123550.943000', '123550.945000', '123550.948000', '123610.781000', '123610.784000', '123610.787000', '123610.790000', '123610.792000', '123610.795000', '123610.798000', '123610.800000', '123610.803000', '123610.805000', '123610.808000', '123610.811000', '123610.813000', '123610.853000', '123610.856000', '123610.858000', '123610.861000', '123610.863000', '123610.866000', '123610.869000', '123610.872000', '123610.874000', '123610.877000', '123610.879000', '123610.882000', '123610.885000', '123610.887000', '123610.890000', '123610.892000', '123610.895000', '123610.898000', '123610.900000', '123610.903000', '123610.906000', '123610.908000', '123610.911000', '123610.913000', '123610.916000', '123610.919000', '123610.922000', '123610.924000', '123610.927000', '123610.930000', '123630.781000', '123630.792000', '123630.795000', '123630.797000', '123630.800000', '123630.803000', '123630.806000', '123630.808000', '123630.811000', '123630.813000', '123630.870000', '123630.872000', '123630.875000', '123630.877000', '123630.880000', '123630.883000', '123630.885000', '123630.888000', '123630.891000', '123630.893000', '123630.896000', '123630.899000', '123630.901000', '123630.904000', '123630.906000', '123630.909000', '123630.912000', '123630.914000', '123630.917000', '123630.920000', '123630.922000', '123630.925000', '123630.927000', '123630.930000', '123630.933000', '123630.935000', '123630.938000', '123630.941000', '123630.943000', '123630.946000', '123630.949000', '123630.951000', '123630.954000', '123630.957000', '123650.782000', '123650.784000', '123650.787000', '123650.790000', '123650.792000', '123650.795000', '123650.798000', '123650.800000', '123650.803000', '123650.806000', '123650.808000', '123650.811000', '123650.813000', '123650.886000', '123650.889000', '123650.891000', '123650.894000', '123650.897000', '123650.899000', '123650.902000', '123650.904000', '123650.907000', '123650.910000', '123650.912000', '123650.915000', '123650.917000', '123650.920000', '123650.923000', '123650.925000', '123650.928000', '123650.931000', '123650.933000', '123650.936000', '123650.938000', '123650.941000', '123650.944000', '123650.946000', '123650.949000', '123650.952000', '123650.955000', '123650.958000', '123650.960000', '123650.963000', '123710.782000', '123710.784000', '123710.787000', '123710.790000', '123710.792000', '123710.795000', '123710.798000', '123710.800000', '123710.803000', '123710.806000', '123710.808000', '123710.811000', '123710.813000', '123710.870000', '123710.873000', '123710.875000', '123710.878000', '123710.881000', '123710.887000', '123710.889000', '123710.892000', '123710.895000', '123710.897000', '123710.900000', '123710.903000', '123710.905000', '123710.908000', '123710.910000', '123710.913000', '123710.916000', '123710.918000', '123710.921000', '123710.924000', '123710.926000', '123710.929000', '123710.932000', '123710.934000', '123710.937000', '123710.939000', '123710.942000', '123710.945000', '123710.947000', '123710.950000', '123710.953000', '123730.782000', '123730.785000', '123730.787000', '123730.790000', '123730.792000', '123730.795000', '123730.798000', '123730.800000', '123730.803000', '123730.806000', '123730.808000', '123730.811000', '123730.813000', '123730.816000', '123730.819000', '123730.821000', '123730.824000', '123730.827000', '123730.829000', '123730.832000', '123730.834000', '123730.837000', '123730.840000', '123730.842000', '123730.846000', '123730.849000', '123730.851000', '123730.854000', '123730.856000', '123730.859000', '123730.862000', '123730.864000', '123730.867000', '123730.870000', '123730.872000', '123730.875000', '123730.877000', '123730.880000', '123730.883000', '123730.885000', '123730.888000', '123730.891000', '123730.893000', '123750.781000', '123750.784000', '123750.787000', '123750.790000', '123750.792000', '123750.795000', '123750.798000', '123750.800000', '123750.803000', '123750.806000', '123750.808000', '123750.811000', '123750.813000', '123750.850000', '123750.853000', '123750.855000', '123750.858000', '123750.860000', '123750.863000', '123750.866000', '123750.868000', '123750.871000', '123750.874000', '123750.876000', '123750.879000', '123750.881000', '123750.894000', '123750.897000', '123750.899000', '123750.902000', '123750.905000', '123750.907000', '123750.910000', '123750.912000', '123750.915000', '123750.918000', '123750.920000', '123750.923000', '123750.926000', '123750.928000', '123750.931000', '123750.934000', '123750.936000', '123750.939000', '123810.782000', '123810.784000', '123810.787000', '123810.790000', '123810.793000', '123810.795000', '123810.798000', '123810.801000', '123810.804000', '123810.807000', '123810.809000', '123810.812000', '123810.815000', '123810.817000', '123810.820000', '123810.823000', '123810.829000', '123810.832000', '123810.835000', '123810.837000', '123810.840000', '123810.843000', '123810.845000', '123810.848000', '123810.851000', '123810.853000', '123810.856000', '123810.858000', '123810.861000', '123810.864000', '123810.866000', '123810.869000', '123810.871000', '123810.874000', '123810.877000', '123810.879000', '123810.882000', '123810.885000', '123810.887000', '123810.890000', '123810.892000', '123810.895000', '123810.898000', '123830.782000', '123830.785000', '123830.787000', '123830.790000', '123830.793000', '123830.795000', '123830.798000', '123830.800000', '123830.803000', '123830.806000', '123830.808000', '123830.811000', '123830.814000', '123830.852000', '123830.855000', '123830.858000', '123830.860000', '123830.863000', '123830.865000', '123830.868000', '123830.871000', '123830.873000', '123830.876000', '123830.879000', '123830.881000', '123830.884000', '123830.886000', '123830.889000', '123830.892000', '123830.894000', '123830.897000', '123830.900000', '123830.902000', '123830.905000', '123830.908000', '123830.910000', '123830.913000', '123830.916000', '123830.918000', '123830.921000', '123830.924000', '123830.926000', '123830.929000', '123850.781000', '123850.784000', '123850.787000', '123850.790000', '123850.792000', '123850.795000', '123850.797000', '123850.800000', '123850.803000', '123850.806000', '123850.808000', '123850.811000', '123850.814000', '123850.816000', '123850.819000', '123850.821000', '123850.824000', '123850.827000', '123850.829000', '123850.832000', '123850.835000', '123850.837000', '123850.840000', '123850.843000', '123850.845000', '123850.848000', '123850.850000', '123850.853000', '123850.856000', '123850.858000', '123850.861000', '123850.864000', '123850.866000', '123850.869000', '123850.872000', '123850.874000', '123850.877000', '123850.880000', '123850.882000', '123850.885000', '123850.888000', '123850.890000', '123850.893000', '123850.895000', '123910.782000', '123910.785000', '123910.787000', '123910.790000', '123910.793000', '123910.795000', '123910.798000', '123910.801000', '123910.803000', '123910.806000', '123910.809000', '123910.812000', '123910.815000', '123910.886000', '123910.889000', '123910.892000', '123910.894000', '123910.897000', '123910.900000', '123910.902000', '123910.905000', '123910.908000', '123910.910000', '123910.913000', '123910.916000', '123910.918000', '123910.921000', '123910.923000', '123910.926000', '123910.929000', '123910.931000', '123910.934000', '123910.937000', '123910.939000', '123910.942000', '123910.944000', '123910.958000', '123910.960000', '123910.963000', '123910.966000', '123910.969000', '123910.971000', '123910.974000', '123930.781000', '123930.787000', '123930.790000', '123930.793000', '123930.796000', '123930.799000', '123930.801000', '123930.804000', '123930.807000', '123930.809000', '123930.812000', '123930.896000', '123930.898000', '123930.901000', '123930.904000', '123930.906000', '123930.909000', '123930.912000', '123930.914000', '123930.917000', '123930.919000', '123930.922000', '123930.925000', '123930.927000', '123930.930000', '123930.933000', '123930.935000', '123930.938000', '123930.941000', '123930.943000', '123930.946000', '123930.949000', '123930.951000', '123930.954000', '123930.956000', '123930.959000', '123930.962000', '123930.964000', '123930.967000', '123930.970000', '123930.972000', '123930.975000', '123930.977000', '123930.980000', '123950.782000', '123950.785000', '123950.788000', '123950.791000', '123950.793000', '123950.796000', '123950.799000', '123950.801000', '123950.804000', '123950.807000', '123950.809000', '123950.812000', '123950.815000', '123950.825000', '123950.828000', '123950.830000', '123950.833000', '123950.836000', '123950.838000', '123950.841000', '123950.844000', '123950.846000', '123950.849000', '123950.851000', '123950.854000', '123950.857000', '123950.860000', '123950.862000', '123950.865000', '123950.868000', '123950.870000', '123950.873000', '123950.875000', '123950.878000', '123950.881000', '123950.883000', '123950.886000', '123950.889000', '123950.892000', '123950.894000', '123950.899000', '123950.901000', '123950.904000', '124010.782000', '124010.784000', '124010.788000', '124010.790000', '124010.793000', '124010.796000', '124010.799000', '124010.801000', '124010.804000', '124010.806000', '124010.809000', '124010.812000', '124010.814000', '124010.861000', '124010.864000', '124010.866000', '124010.869000', '124010.872000', '124010.874000', '124010.877000', '124010.880000', '124010.882000', '124010.885000', '124010.887000', '124010.890000', '124010.893000', '124010.895000', '124010.898000', '124010.901000', '124010.903000', '124010.906000', '124010.909000', '124010.911000', '124010.914000', '124010.917000', '124010.919000', '124010.922000', '124010.924000', '124010.927000', '124010.930000', '124010.932000', '124010.935000', '124010.938000', '124010.940000', '124030.782000', '124030.784000', '124030.787000', '124030.790000', '124030.792000', '124030.795000', '124030.798000', '124030.800000', '124030.803000', '124030.805000', '124030.808000', '124030.811000', '124030.813000', '124030.853000', '124030.856000', '124030.859000', '124030.861000', '124030.864000', '124030.867000', '124030.869000', '124030.872000', '124030.874000', '124030.877000', '124030.880000', '124030.882000', '124030.885000', '124030.888000', '124030.890000', '124030.893000', '124030.895000', '124030.898000', '124030.901000', '124030.903000', '124030.917000', '124030.920000', '124030.922000', '124030.925000', '124030.927000', '124030.930000', '124030.933000', '124030.935000', '124030.938000', '124030.941000', '124050.781000', '124050.785000', '124050.788000', '124050.790000', '124050.793000', '124050.796000', '124050.799000', '124050.801000', '124050.804000', '124050.806000', '124050.809000', '124050.812000', '124050.814000', '124050.874000', '124050.877000', '124050.879000', '124050.882000', '124050.884000', '124050.887000', '124050.890000', '124050.892000', '124050.895000', '124050.898000', '124050.900000', '124050.903000', '124050.906000', '124050.908000', '124050.911000', '124050.913000', '124050.916000', '124050.919000', '124050.921000', '124050.924000', '124050.927000', '124050.929000', '124050.932000', '124050.935000', '124050.937000', '124050.940000', '124050.943000', '124050.945000', '124050.948000', '124050.950000', '124050.953000', '124110.782000', '124110.785000', '124110.787000', '124110.790000', '124110.792000', '124110.795000', '124110.798000', '124110.800000', '124110.803000', '124110.806000', '124110.808000', '124110.811000', '124110.814000', '124110.882000', '124110.885000', '124110.888000', '124110.890000', '124110.893000', '124110.896000', '124110.898000', '124110.901000', '124110.903000', '124110.906000', '124110.909000', '124110.911000', '124110.914000', '124110.916000', '124110.919000', '124110.922000', '124110.924000', '124110.927000', '124110.930000', '124110.932000', '124110.935000', '124110.938000', '124110.940000', '124110.943000', '124110.945000', '124110.948000', '124110.951000', '124110.953000', '124110.956000', '124110.959000', '124130.781000', '124130.784000', '124130.787000', '124130.790000', '124130.793000', '124130.796000', '124130.799000', '124130.801000', '124130.804000', '124130.807000', '124130.809000', '124130.812000', '124130.871000', '124130.874000', '124130.877000', '124130.879000', '124130.882000', '124130.885000', '124130.887000', '124130.890000', '124130.893000', '124130.895000', '124130.898000', '124130.900000', '124130.903000', '124130.906000', '124130.908000', '124130.911000', '124130.913000', '124130.916000', '124130.919000', '124130.921000', '124130.924000', '124130.927000', '124130.929000', '124130.932000', '124130.935000', '124130.937000', '124130.940000', '124130.942000', '124130.945000', '124130.948000', '124130.950000', '124130.953000', '124150.781000', '124150.794000', '124150.797000', '124150.799000', '124150.802000', '124150.805000', '124150.807000', '124150.810000', '124150.813000', '124150.845000', '124150.848000', '124150.851000', '124150.853000', '124150.856000', '124150.858000', '124150.861000', '124150.864000', '124150.867000', '124150.869000', '124150.872000', '124150.875000', '124150.878000', '124150.880000', '124150.883000', '124150.886000', '124150.889000', '124150.892000', '124150.895000', '124150.898000', '124150.900000', '124150.903000', '124150.905000', '124150.908000', '124150.911000', '124150.913000', '124150.916000', '124150.919000', '124150.921000', '124150.924000', '124150.926000', '124150.929000', '124150.932000', '124150.934000', '124158.204000', '124158.208000', '124158.210000', '124158.213000', '124158.216000', '124158.218000', '124158.221000', '124158.224000', '124158.227000', '124158.229000', '124158.232000', '124158.235000', '124158.237000', '124158.240000', '124158.243000', '124158.245000', '124158.248000'], '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': [8526, 11442, 8426, 12153, 8484, 9728, 13456, 8593, 11059, 8086, 12084, 8244, 9651, 12168, 8538, 11227, 7723, 10004, 7380, 11297, 10694, 9382, 11344, 7983, 10691, 8425, 11729, 9011, 9308, 10203, 8838, 12716, 8751, 11989, 9023, 11524, 13425, 8278, 11579, 8664, 12417, 8036, 10744, 12199, 8438, 11664, 9142, 12248, 8617, 10767, 12759, 8845, 11250, 8784, 12130, 8465, 10075, 12595, 9026, 11081, 8149, 10222, 7660, 11820, 10299, 9790, 11109, 8491, 11637, 8249, 11374, 7694, 10820, 8999, 8443, 11880, 8871, 12024, 8643, 12503, 8202, 9372, 13193, 9005, 11745, 8225, 10721, 7893, 10554, 9760, 10192, 8984, 9114, 12616, 8918, 11434, 8653, 11665, 8401, 10898, 12514, 9303, 11873, 9198, 12179, 8074, 10836, 11250, 9829, 12579, 9343, 11399, 8235, 10756, 8528, 10704, 9641, 9466, 12693, 9090, 11396, 8573, 11817, 8428, 10536, 12215, 8850, 12208, 9190, 10983, 8024, 10642, 8278, 11634, 11859, 9732, 12107, 8596, 11160, 8635, 12397, 8636, 12051, 9171, 8816, 12134, 9065, 11162, 7732, 10742, 7748, 10762, 11351, 9815, 12232, 8536, 11023, 8355, 11651, 9082, 11575, 8146, 9287, 12907, 8808, 11618, 9029, 11885, 8268, 10411, 12172, 9010, 11374, 9498, 11611, 7983, 10360, 7707, 11210, 10829, 10412, 8853, 8834, 13091, 9190, 11449, 9344, 11211, 8121, 10511, 8488, 11408, 8507, 9901, 13141, 8862, 11937, 9293, 11291, 8222, 11411, 8043, 10135, 13174, 9402, 11313, 7972, 10207, 7890, 10077, 7900, 9935, 8892, 8871, 12201, 8624, 11149, 8713, 11060, 7946, 10337, 11929, 9377, 13828, 9398, 11085, 8300, 11030, 8687, 12230, 8032, 10992, 7892, 12078, 8153, 11393, 7881, 9863, 12453, 10582, 13043, 9824, 12954, 8584, 11575, 9002, 11453, 8780, 11591, 8843, 10615, 7611, 12929, 12163, 10540, 9125, 9003, 11511, 9025, 12096, 9314, 12337, 8345, 10940, 7865, 10093, 13216, 10019, 11656, 8143, 10195, 7508, 10452, 7622, 9961, 9260, 9204, 11522, 8832, 11372, 8746, 11420, 7817, 10573, 9866, 9684, 12543, 9655, 11513, 8242, 10196, 8152, 11412, 7940, 10742, 10740, 9703, 11558, 9742, 11945, 8375, 11326, 8451, 12094, 12563, 9982, 11453, 8668, 11296, 8717, 12015, 8697, 12299, 7971, 9990, 13276, 9896, 11376, 8495, 10788, 7877, 10913, 11287, 10209, 11974, 8989, 10853, 8268, 11319, 8075, 10579, 8364, 9256, 11379, 9183, 11269, 8952, 10922, 8014, 10911, 8617, 10473, 8136, 9861, 11418, 9137, 11729, 9523, 11412, 8220, 13223, 9072, 11734, 7834, 10370, 13887, 9889, 11766, 9584, 11257, 8651, 11064, 10615, 11062, 12893, 9895, 11431, 8744, 11709, 8379, 11836, 7762, 10423, 13948, 9111, 11587, 9118, 11373, 7723, 10856, 8126, 9463, 12546, 9526, 11454, 8178, 10932, 8027, 10453, 11870, 9463, 11274, 8185, 10167, 7852, 10402, 8040, 10045, 9156, 9380, 12037, 9226, 11823, 9448, 11108, 7781, 10656, 8622, 11036, 9239, 11579, 8832, 11401, 9313, 11462, 8596, 11953, 8094, 11324, 8512, 10946, 9846, 10182, 13170, 10501, 11932, 9529, 11553, 8817, 11286, 9205, 12071, 8714, 11419, 9383, 11886, 9940, 12132, 9342, 11499, 8532, 11412, 8651, 11693, 8774, 12344, 8281, 12178, 8415, 11343, 8067, 11287, 12705, 10154, 12109, 9608, 12302, 8838, 10817, 8319, 11728, 8600, 11232, 8551, 11476, 8858, 11612, 8241, 10802, 13019, 10039, 12429, 9795, 11555, 8930, 10616, 8648, 11116, 9374, 11320, 9294, 10447, 8795, 11454, 9347, 11006, 9347, 10857, 8587, 11502, 8204, 10709, 8120, 10809, 12478, 9592, 11067, 9993, 8398, 10257, 8241, 9902, 8294, 11001, 8360, 12411, 10155, 11581, 13405, 10324, 11963, 8962, 12029, 8805, 11215, 8373, 11941, 8519, 10773, 13263, 10154, 11000, 9449, 11738, 9177, 10552, 8315, 11415, 8641, 11390, 8392, 10863, 7786, 10639, 12306, 10042, 11884, 9326, 10808, 8606, 11258, 9969, 11276, 8818, 10846, 8397, 11737, 11441, 10902, 11819, 9558, 11486, 9062, 12492, 9627, 11034, 8866, 10369, 8470, 11503, 8510, 11825, 8130, 10556, 12471, 10266, 11366, 9085, 10541, 8555, 11484, 8754, 11624, 8649, 11023, 8238, 10666, 9319, 10705, 10070, 9466, 11393, 8975, 11792, 8796, 12176, 8018, 10501, 12641, 10299, 10629, 9719, 11553, 8496, 11085, 8254, 10598, 8186, 10217, 11528, 8590, 10976, 9199, 11119, 8901, 10521, 8104, 11187, 8830, 11392, 8570, 10643, 10578, 10269, 11463, 10283, 10054, 9733, 13330, 9672, 11010, 9487, 11467, 8612, 11610, 8668, 11693, 8828, 11131, 8279, 11015, 8552, 11416, 8671, 11059, 8191, 11452, 8280, 11100, 8261, 11280, 11884, 10782, 12758, 9553, 11046, 8512, 12758, 8962, 11307, 9223, 10869, 14163, 9787, 11314, 9487, 11479, 8164, 10582, 7850, 10681, 8256, 10534, 8326, 10421, 8096, 10194, 9273, 12414, 9116, 11946, 8888, 8915, 8809, 12331, 9131, 12130, 8676, 13003, 10168, 13828, 14599, 13314, 13451, 11988, 14449, 11905, 14576, 14661, 10838, 13830, 11116, 13580, 9147, 12002, 8162, 11502, 9382, 11335, 11660, 10681, 11389, 9373, 10991, 9083, 10918, 9246, 8671, 9784, 7601, 10302, 8139, 9753, 11856, 9859, 12276, 9173, 11604, 8458, 11354, 8198, 10854, 7999, 10917, 9208, 9693, 12116, 8546, 11411, 8257, 11083, 8340, 10918, 12788, 9242, 11171, 9062, 11621, 8351, 10870, 8430, 10615, 12478, 9538, 12047, 8514, 10864, 8029, 11601, 10801, 10556, 10282, 9789, 12829, 9752, 11881, 9313, 12245, 8976, 11245, 8814, 10291, 13515, 10140, 11767, 8958, 10606, 7958, 11208, 8233, 11384, 8125, 10297, 11167, 8914, 11896, 9242, 11765, 8212, 11163, 8007, 10765, 13048, 10763, 12293, 9388, 12081, 8958, 12106, 9181, 11296, 9095, 10388, 12971, 9005, 12406, 9810, 12175, 8062, 11308, 8396, 11467, 8758, 12273, 8899, 11912, 10328, 10507, 12969, 10314, 12495, 8493, 11586, 11301, 10984, 13833, 10853, 11902, 8745, 11073, 8500, 11249, 10772, 10020, 12813, 9582, 11527, 8603, 12024, 8354, 11137, 10983, 9479, 12344, 9381, 11758, 8212, 11089, 8169, 9853, 12967, 10027, 11773, 8563, 10369, 8066, 11331, 9914, 10814, 10007, 9724, 12672, 9327, 11527, 8686, 12091, 8300, 10314, 13257, 9228, 12103, 9152, 11954, 8562, 11158, 8360, 9946, 12894, 9462, 11567, 8431, 10249, 8231, 10596, 8106, 9881, 8088, 9665, 12527, 8770, 11272, 8926, 11221, 8062, 11803, 9207, 11508, 8198, 11010, 12052, 10359, 12829, 10752, 12456, 8680, 10978, 8204, 11950, 9527, 12005, 9159, 11048, 12652, 10398, 12440, 9138, 11859, 8315, 10163, 11986, 8990, 11870, 8565, 11362, 8358, 11105, 8969, 9127, 11529, 8763, 10276, 7731, 9913, 8293, 9719, 12820, 8785, 10167, 8345, 10549, 8338, 10272, 11666, 9328, 10520, 8849, 10223, 8181, 10875, 8476, 9696, 11124, 8916, 9893, 8056, 10100, 8108, 11420, 8431, 10730, 9924, 10463, 11758, 11141, 12715, 9529, 11695, 8509, 12602, 8984, 11964, 8475, 10090, 12847, 8808, 11647, 8764, 11793, 8273, 10405, 11897, 8803, 12141, 9348, 11471, 7839, 10895, 8234, 10243, 9646, 9608, 10587, 9481, 11885, 8690, 10874, 8725, 11426, 8577, 10754, 11657, 9868, 12647, 10049, 11132, 8416, 10518, 7977, 11893, 10454, 10467, 9979, 8646, 11100, 8223, 12126, 8510, 11181, 9238, 9213, 12183, 9409, 11354, 8347, 9765, 8277, 10546, 10831, 9749, 11993, 8864, 10298, 7822, 11630, 9061, 10219, 11682, 8920, 11039, 7913, 10979, 8040, 11415, 8481, 9774, 12676, 8986, 12032, 9912, 11749, 8376, 10788, 8026, 10132, 11695, 10634, 12354, 8962, 10425, 8110, 11802, 8637, 11111, 8029, 9939, 9331, 9234, 11717, 9657, 7929, 10150, 8167, 10491, 10707, 11089, 8176, 10278, 12812, 9560, 11059, 8917, 12207, 8311, 11692, 8886, 11065, 8438, 10620, 8762, 10795, 12448, 10138, 11382, 9115, 12286, 8070, 11265, 7917, 11766, 8229, 11487, 10757, 9683, 11455, 8814, 11558, 8998, 10674, 7978, 10281, 10990, 10090, 11649, 9113, 11379, 8587, 11791, 8769, 12174, 8706, 11019, 9928, 9726, 10490, 9339, 12185, 9042, 11147, 8879, 11550, 8086, 11014, 8517, 10246, 8930, 10343, 10943, 9362, 11355, 8413, 11222, 8010, 11351, 8240, 10020, 12549, 8716, 11322, 8584, 11375, 8057, 10259, 9819, 9987, 10953, 9233, 12191, 8834, 10818, 8447, 11272, 7809, 10376, 8081, 9312, 7902, 11077, 8122, 12052, 8525, 10393, 11467, 10089, 12667, 9332, 11272, 8254, 12179, 8152, 11603, 8326, 10009, 9557, 9939, 8472, 10733, 11247, 8696, 11530, 10948, 9682, 11022, 9434, 11061, 8956, 11708, 8764, 11544, 8233, 10629, 11660, 9604, 12830, 10196, 12397, 9026, 10260, 8507, 11703, 8515, 11320, 8310, 9596, 11137, 9340, 11869, 9101, 11743, 8486, 10628, 8181, 10537, 10559, 10205, 11158, 9246, 11378, 8826, 10896, 8094, 11468, 8136, 10685, 8188, 9325, 11836, 8839, 10883, 8010, 9719, 8037, 9758, 9993, 9875, 10929, 9449, 12103, 8932, 10695, 8390, 12156, 8427, 10981, 10674, 9304, 11985, 9630, 10740, 8485, 10654, 8437, 11450, 9795, 10099, 11654, 9076, 10671, 8011, 11450, 8204, 11140, 8230, 10499, 11270, 9080, 10670, 8407, 10557, 8140, 9931, 8568, 9745, 10092, 9379, 11553, 8872, 10313, 8056, 10404, 7910, 10012, 8144, 9859, 8263, 10613, 10608, 9526, 12246, 9622, 12026, 9492, 11305, 8177, 10266, 8169, 10944, 8498, 11503, 8560, 10010, 10664, 9204, 12156, 10117, 11213, 8570, 9702, 8302, 11665, 8971, 11055, 7801, 10143, 7727, 10181, 7931, 10150, 8231, 11278, 8442, 8450, 8699], 'WindowCenter': [4353.0, 4357.0, 4325.0, 4344.0, 4310.0, 4322.0, 4340.0, 4322.0, 4331.0, 4300.0, 4341.0, 4311.0, 4333.0, 4340.0, 4323.0, 4329.0, 4312.0, 4332.0, 4299.0, 4344.0, 4330.0, 4334.0, 4330.0, 4311.0, 4335.0, 4312.0, 4343.0, 4310.0, 4322.0, 4331.0, 4324.0, 4341.0, 4311.0, 4342.0, 4309.0, 4330.0, 4338.0, 4299.0, 4326.0, 4297.0, 4327.0, 4297.0, 4330.0, 4327.0, 4310.0, 4329.0, 4307.0, 4329.0, 4307.0, 4329.0, 4327.0, 4308.0, 4326.0, 4306.0, 4327.0, 4297.0, 4321.0, 4327.0, 4308.0, 4325.0, 4298.0, 4318.0, 4300.0, 4341.0, 4317.0, 4321.0, 4328.0, 4309.0, 4329.0, 4298.0, 4329.0, 4288.0, 4328.0, 4307.0, 4308.0, 4327.0, 4307.0, 4328.0, 4309.0, 4338.0, 4297.0, 4319.0, 4338.0, 4309.0, 4329.0, 4309.0, 4329.0, 4312.0, 4343.0, 4328.0, 4332.0, 4309.0, 4321.0, 4339.0, 4320.0, 4331.0, 4310.0, 4329.0, 4309.0, 4343.0, 4341.0, 4322.0, 4329.0, 4319.0, 4330.0, 4297.0, 4331.0, 4328.0, 4321.0, 4339.0, 4321.0, 4329.0, 4310.0, 4330.0, 4309.0, 4333.0, 4316.0, 4322.0, 4339.0, 4311.0, 4328.0, 4310.0, 4340.0, 4309.0, 4332.0, 4338.0, 4322.0, 4339.0, 4322.0, 4329.0, 4310.0, 4333.0, 4312.0, 4343.0, 4339.0, 4323.0, 4338.0, 4309.0, 4329.0, 4309.0, 4340.0, 4310.0, 4342.0, 4319.0, 4323.0, 4340.0, 4323.0, 4330.0, 4301.0, 4342.0, 4298.0, 4344.0, 4330.0, 4333.0, 4340.0, 4312.0, 4330.0, 4310.0, 4342.0, 4309.0, 4341.0, 4299.0, 4323.0, 4338.0, 4322.0, 4331.0, 4320.0, 4340.0, 4308.0, 4333.0, 4339.0, 4321.0, 4330.0, 4321.0, 4341.0, 4311.0, 4331.0, 4299.0, 4344.0, 4331.0, 4334.0, 4318.0, 4321.0, 4350.0, 4321.0, 4341.0, 4322.0, 4340.0, 4312.0, 4334.0, 4321.0, 4343.0, 4310.0, 4334.0, 4350.0, 4325.0, 4343.0, 4323.0, 4331.0, 4311.0, 4342.0, 4311.0, 4332.0, 4340.0, 4321.0, 4328.0, 4310.0, 4332.0, 4310.0, 4335.0, 4314.0, 4345.0, 4321.0, 4335.0, 4353.0, 4323.0, 4344.0, 4323.0, 4343.0, 4312.0, 4335.0, 4341.0, 4321.0, 4350.0, 4323.0, 4331.0, 4313.0, 4330.0, 4312.0, 4343.0, 4312.0, 4332.0, 4311.0, 4342.0, 4310.0, 4342.0, 4311.0, 4332.0, 4339.0, 4332.0, 4341.0, 4333.0, 4338.0, 4321.0, 4328.0, 4321.0, 4328.0, 4310.0, 4328.0, 4308.0, 4319.0, 4287.0, 4339.0, 4326.0, 4320.0, 4304.0, 4307.0, 4316.0, 4306.0, 4327.0, 4306.0, 4326.0, 4296.0, 4319.0, 4284.0, 4318.0, 4324.0, 4318.0, 4326.0, 4311.0, 4316.0, 4287.0, 4330.0, 4298.0, 4321.0, 4306.0, 4310.0, 4327.0, 4311.0, 4329.0, 4298.0, 4328.0, 4287.0, 4319.0, 4306.0, 4320.0, 4327.0, 4320.0, 4327.0, 4311.0, 4322.0, 4299.0, 4342.0, 4298.0, 4331.0, 4328.0, 4322.0, 4331.0, 4320.0, 4329.0, 4311.0, 4331.0, 4297.0, 4340.0, 4326.0, 4319.0, 4325.0, 4308.0, 4327.0, 4308.0, 4327.0, 4308.0, 4329.0, 4298.0, 4319.0, 4338.0, 4320.0, 4327.0, 4310.0, 4329.0, 4299.0, 4329.0, 4327.0, 4329.0, 4328.0, 4320.0, 4330.0, 4310.0, 4330.0, 4313.0, 4346.0, 4321.0, 4333.0, 4341.0, 4319.0, 4330.0, 4323.0, 4331.0, 4309.0, 4331.0, 4310.0, 4331.0, 4299.0, 4333.0, 4340.0, 4323.0, 4344.0, 4334.0, 4343.0, 4310.0, 4343.0, 4310.0, 4342.0, 4288.0, 4320.0, 4337.0, 4319.0, 4327.0, 4308.0, 4318.0, 4296.0, 4318.0, 4305.0, 4317.0, 4325.0, 4305.0, 4315.0, 4296.0, 4317.0, 4296.0, 4325.0, 4283.0, 4318.0, 4323.0, 4295.0, 4315.0, 4294.0, 4314.0, 4286.0, 4317.0, 4282.0, 4307.0, 4326.0, 4306.0, 4315.0, 4297.0, 4318.0, 4285.0, 4319.0, 4325.0, 4318.0, 4317.0, 4307.0, 4319.0, 4299.0, 4333.0, 4298.0, 4321.0, 4307.0, 4320.0, 4328.0, 4320.0, 4330.0, 4321.0, 4329.0, 4301.0, 4329.0, 4324.0, 4341.0, 4333.0, 4343.0, 4335.0, 4343.0, 4323.0, 4342.0, 4312.0, 4342.0, 4300.0, 4333.0, 4307.0, 4332.0, 4319.0, 4330.0, 4339.0, 4333.0, 4328.0, 4321.0, 4341.0, 4323.0, 4329.0, 4308.0, 4329.0, 4309.0, 4327.0, 4308.0, 4328.0, 4319.0, 4328.0, 4309.0, 4329.0, 4295.0, 4316.0, 4296.0, 4317.0, 4296.0, 4326.0, 4286.0, 4315.0, 4284.0, 4315.0, 4284.0, 4316.0, 4312.0, 4306.0, 4313.0, 4304.0, 4312.0, 4297.0, 4315.0, 4284.0, 4313.0, 4294.0, 4313.0, 4296.0, 4317.0, 4292.0, 4317.0, 4285.0, 4330.0, 4324.0, 4306.0, 4316.0, 4304.0, 4313.0, 4306.0, 4315.0, 4309.0, 4327.0, 4307.0, 4325.0, 4321.0, 4328.0, 4309.0, 4328.0, 4309.0, 4317.0, 4320.0, 4331.0, 4311.0, 4329.0, 4297.0, 4317.0, 4298.0, 4329.0, 4325.0, 4317.0, 4316.0, 4319.0, 4297.0, 4332.0, 4307.0, 4330.0, 4309.0, 4344.0, 4310.0, 4356.0, 4318.0, 4341.0, 4341.0, 4319.0, 4328.0, 4311.0, 4328.0, 4307.0, 4318.0, 4296.0, 4329.0, 4295.0, 4330.0, 4326.0, 4319.0, 4314.0, 4307.0, 4315.0, 4306.0, 4317.0, 4295.0, 4328.0, 4297.0, 4328.0, 4308.0, 4329.0, 4287.0, 4329.0, 4326.0, 4320.0, 4326.0, 4308.0, 4317.0, 4308.0, 4328.0, 4320.0, 4319.0, 4310.0, 4331.0, 4296.0, 4330.0, 4317.0, 4319.0, 4314.0, 4307.0, 4325.0, 4308.0, 4326.0, 4319.0, 4318.0, 4307.0, 4316.0, 4298.0, 4326.0, 4308.0, 4331.0, 4297.0, 4321.0, 4325.0, 4319.0, 4316.0, 4308.0, 4316.0, 4299.0, 4318.0, 4297.0, 4327.0, 4297.0, 4320.0, 4297.0, 4330.0, 4307.0, 4330.0, 4317.0, 4319.0, 4327.0, 4309.0, 4329.0, 4298.0, 4331.0, 4285.0, 4319.0, 4325.0, 4317.0, 4307.0, 4310.0, 4318.0, 4297.0, 4319.0, 4295.0, 4316.0, 4295.0, 4318.0, 4326.0, 4308.0, 4316.0, 4310.0, 4317.0, 4307.0, 4318.0, 4300.0, 4328.0, 4310.0, 4329.0, 4307.0, 4320.0, 4317.0, 4320.0, 4326.0, 4319.0, 4307.0, 4319.0, 4338.0, 4321.0, 4318.0, 4310.0, 4316.0, 4297.0, 4328.0, 4296.0, 4328.0, 4308.0, 4330.0, 4297.0, 4330.0, 4308.0, 4331.0, 4311.0, 4331.0, 4309.0, 4332.0, 4309.0, 4332.0, 4299.0, 4332.0, 4329.0, 4331.0, 4327.0, 4310.0, 4317.0, 4298.0, 4326.0, 4295.0, 4318.0, 4294.0, 4317.0, 4324.0, 4305.0, 4314.0, 4307.0, 4341.0, 4309.0, 4317.0, 4285.0, 4318.0, 4296.0, 4319.0, 4298.0, 4331.0, 4312.0, 4347.0, 4334.0, 4355.0, 4338.0, 4352.0, 4335.0, 4321.0, 4337.0, 4354.0, 4322.0, 4341.0, 4325.0, 4369.0, 4346.0, 4369.0, 4351.0, 4351.0, 4338.0, 4329.0, 4326.0, 4303.0, 4323.0, 4307.0, 4289.0, 4298.0, 4288.0, 4297.0, 4265.0, 4296.0, 4254.0, 4285.0, 4263.0, 4297.0, 4285.0, 4288.0, 4296.0, 4291.0, 4297.0, 4293.0, 4300.0, 4304.0, 4293.0, 4315.0, 4283.0, 4318.0, 4294.0, 4318.0, 4329.0, 4318.0, 4326.0, 4318.0, 4328.0, 4298.0, 4328.0, 4297.0, 4329.0, 4297.0, 4332.0, 4317.0, 4332.0, 4339.0, 4321.0, 4342.0, 4309.0, 4331.0, 4309.0, 4344.0, 4340.0, 4320.0, 4330.0, 4320.0, 4341.0, 4324.0, 4344.0, 4310.0, 4344.0, 4340.0, 4320.0, 4340.0, 4311.0, 4333.0, 4299.0, 4343.0, 4331.0, 4332.0, 4329.0, 4333.0, 4339.0, 4322.0, 4340.0, 4321.0, 4341.0, 4311.0, 4341.0, 4308.0, 4333.0, 4351.0, 4330.0, 4339.0, 4321.0, 4332.0, 4310.0, 4343.0, 4311.0, 4343.0, 4311.0, 4344.0, 4340.0, 4334.0, 4342.0, 4335.0, 4342.0, 4322.0, 4344.0, 4311.0, 4355.0, 4352.0, 4344.0, 4341.0, 4334.0, 4353.0, 4321.0, 4343.0, 4323.0, 4342.0, 4320.0, 4343.0, 4351.0, 4323.0, 4352.0, 4334.0, 4340.0, 4311.0, 4341.0, 4322.0, 4355.0, 4322.0, 4355.0, 4333.0, 4357.0, 4333.0, 4344.0, 4352.0, 4331.0, 4340.0, 4309.0, 4340.0, 4329.0, 4331.0, 4338.0, 4330.0, 4329.0, 4309.0, 4330.0, 4306.0, 4329.0, 4329.0, 4332.0, 4339.0, 4319.0, 4340.0, 4308.0, 4340.0, 4307.0, 4341.0, 4328.0, 4319.0, 4338.0, 4318.0, 4329.0, 4307.0, 4329.0, 4296.0, 4331.0, 4337.0, 4318.0, 4328.0, 4309.0, 4328.0, 4299.0, 4341.0, 4319.0, 4331.0, 4317.0, 4321.0, 4338.0, 4320.0, 4330.0, 4310.0, 4340.0, 4296.0, 4332.0, 4337.0, 4319.0, 4339.0, 4320.0, 4338.0, 4308.0, 4340.0, 4307.0, 4332.0, 4339.0, 4321.0, 4329.0, 4309.0, 4330.0, 4309.0, 4342.0, 4309.0, 4333.0, 4311.0, 4335.0, 4352.0, 4323.0, 4342.0, 4334.0, 4342.0, 4313.0, 4355.0, 4323.0, 4354.0, 4310.0, 4342.0, 4340.0, 4331.0, 4338.0, 4329.0, 4340.0, 4310.0, 4330.0, 4310.0, 4341.0, 4319.0, 4340.0, 4319.0, 4341.0, 4337.0, 4329.0, 4339.0, 4309.0, 4329.0, 4295.0, 4319.0, 4325.0, 4308.0, 4325.0, 4308.0, 4329.0, 4297.0, 4332.0, 4306.0, 4318.0, 4326.0, 4307.0, 4318.0, 4298.0, 4329.0, 4309.0, 4332.0, 4339.0, 4310.0, 4319.0, 4309.0, 4332.0, 4308.0, 4331.0, 4329.0, 4321.0, 4329.0, 4319.0, 4331.0, 4309.0, 4329.0, 4299.0, 4321.0, 4329.0, 4322.0, 4321.0, 4313.0, 4333.0, 4312.0, 4342.0, 4311.0, 4344.0, 4331.0, 4343.0, 4342.0, 4345.0, 4340.0, 4321.0, 4340.0, 4309.0, 4341.0, 4307.0, 4341.0, 4307.0, 4331.0, 4337.0, 4309.0, 4329.0, 4309.0, 4339.0, 4297.0, 4329.0, 4327.0, 4320.0, 4339.0, 4320.0, 4329.0, 4299.0, 4333.0, 4310.0, 4332.0, 4319.0, 4332.0, 4331.0, 4333.0, 4341.0, 4322.0, 4343.0, 4313.0, 4342.0, 4310.0, 4331.0, 4339.0, 4331.0, 4341.0, 4320.0, 4329.0, 4308.0, 4330.0, 4298.0, 4341.0, 4319.0, 4331.0, 4317.0, 4309.0, 4328.0, 4298.0, 4339.0, 4308.0, 4329.0, 4320.0, 4333.0, 4338.0, 4322.0, 4329.0, 4310.0, 4319.0, 4308.0, 4331.0, 4328.0, 4321.0, 4329.0, 4320.0, 4318.0, 4300.0, 4340.0, 4307.0, 4320.0, 4325.0, 4307.0, 4316.0, 4298.0, 4330.0, 4296.0, 4330.0, 4296.0, 4318.0, 4336.0, 4309.0, 4329.0, 4318.0, 4327.0, 4297.0, 4328.0, 4297.0, 4330.0, 4325.0, 4329.0, 4325.0, 4308.0, 4317.0, 4296.0, 4330.0, 4306.0, 4329.0, 4296.0, 4319.0, 4305.0, 4320.0, 4327.0, 4321.0, 4298.0, 4330.0, 4310.0, 4344.0, 4342.0, 4343.0, 4312.0, 4345.0, 4340.0, 4322.0, 4328.0, 4319.0, 4340.0, 4311.0, 4342.0, 4321.0, 4331.0, 4298.0, 4329.0, 4308.0, 4341.0, 4340.0, 4331.0, 4330.0, 4309.0, 4339.0, 4298.0, 4327.0, 4297.0, 4339.0, 4308.0, 4342.0, 4329.0, 4320.0, 4327.0, 4306.0, 4328.0, 4308.0, 4319.0, 4285.0, 4318.0, 4314.0, 4318.0, 4324.0, 4307.0, 4314.0, 4308.0, 4326.0, 4305.0, 4327.0, 4293.0, 4317.0, 4306.0, 4308.0, 4315.0, 4308.0, 4326.0, 4306.0, 4326.0, 4307.0, 4326.0, 4296.0, 4328.0, 4308.0, 4331.0, 4306.0, 4329.0, 4326.0, 4320.0, 4326.0, 4307.0, 4330.0, 4299.0, 4330.0, 4296.0, 4330.0, 4337.0, 4307.0, 4327.0, 4311.0, 4330.0, 4296.0, 4318.0, 4315.0, 4319.0, 4316.0, 4308.0, 4324.0, 4309.0, 4326.0, 4308.0, 4329.0, 4297.0, 4329.0, 4311.0, 4322.0, 4312.0, 4340.0, 4311.0, 4344.0, 4309.0, 4332.0, 4327.0, 4332.0, 4339.0, 4307.0, 4328.0, 4295.0, 4337.0, 4298.0, 4330.0, 4296.0, 4319.0, 4317.0, 4319.0, 4296.0, 4329.0, 4328.0, 4308.0, 4329.0, 4314.0, 4318.0, 4315.0, 4319.0, 4327.0, 4309.0, 4328.0, 4308.0, 4327.0, 4295.0, 4316.0, 4324.0, 4318.0, 4326.0, 4316.0, 4335.0, 4309.0, 4315.0, 4307.0, 4329.0, 4296.0, 4317.0, 4294.0, 4317.0, 4327.0, 4308.0, 4326.0, 4307.0, 4327.0, 4307.0, 4317.0, 4296.0, 4328.0, 4318.0, 4330.0, 4326.0, 4318.0, 4327.0, 4308.0, 4331.0, 4297.0, 4328.0, 4297.0, 4330.0, 4296.0, 4318.0, 4327.0, 4308.0, 4328.0, 4311.0, 4321.0, 4299.0, 4332.0, 4320.0, 4331.0, 4329.0, 4320.0, 4338.0, 4320.0, 4331.0, 4309.0, 4340.0, 4309.0, 4342.0, 4328.0, 4321.0, 4341.0, 4319.0, 4329.0, 4309.0, 4331.0, 4299.0, 4330.0, 4317.0, 4318.0, 4326.0, 4308.0, 4318.0, 4297.0, 4329.0, 4308.0, 4329.0, 4297.0, 4329.0, 4327.0, 4322.0, 4328.0, 4309.0, 4329.0, 4298.0, 4331.0, 4309.0, 4334.0, 4329.0, 4321.0, 4328.0, 4310.0, 4317.0, 4297.0, 4318.0, 4298.0, 4318.0, 4298.0, 4330.0, 4308.0, 4330.0, 4327.0, 4320.0, 4352.0, 4331.0, 4342.0, 4322.0, 4328.0, 4308.0, 4320.0, 4309.0, 4330.0, 4310.0, 4340.0, 4307.0, 4329.0, 4328.0, 4320.0, 4339.0, 4330.0, 4328.0, 4308.0, 4318.0, 4311.0, 4357.0, 4323.0, 4344.0, 4315.0, 4345.0, 4313.0, 4331.0, 4312.0, 4335.0, 4310.0, 4342.0, 4323.0, 4323.0, 4335.0], 'WindowWidth': [9629.0, 9623.0, 9573.0, 9595.0, 9544.0, 9563.0, 9584.0, 9563.0, 9572.0, 9531.0, 9587.0, 9545.0, 9580.0, 9585.0, 9565.0, 9568.0, 9550.0, 9576.0, 9529.0, 9596.0, 9572.0, 9583.0, 9570.0, 9550.0, 9584.0, 9548.0, 9593.0, 9543.0, 9562.0, 9573.0, 9568.0, 9587.0, 9545.0, 9590.0, 9539.0, 9569.0, 9576.0, 9527.0, 9561.0, 9521.0, 9561.0, 9519.0, 9568.0, 9560.0, 9543.0, 9564.0, 9535.0, 9565.0, 9535.0, 9569.0, 9560.0, 9538.0, 9559.0, 9534.0, 9562.0, 9521.0, 9558.0, 9560.0, 9538.0, 9557.0, 9526.0, 9552.0, 9529.0, 9587.0, 9547.0, 9558.0, 9562.0, 9541.0, 9566.0, 9523.0, 9568.0, 9510.0, 9565.0, 9533.0, 9539.0, 9561.0, 9536.0, 9565.0, 9539.0, 9579.0, 9519.0, 9553.0, 9575.0, 9540.0, 9567.0, 9541.0, 9568.0, 9551.0, 9595.0, 9567.0, 9576.0, 9541.0, 9562.0, 9583.0, 9559.0, 9573.0, 9546.0, 9567.0, 9540.0, 9594.0, 9585.0, 9562.0, 9567.0, 9554.0, 9569.0, 9524.0, 9573.0, 9562.0, 9560.0, 9580.0, 9559.0, 9566.0, 9543.0, 9572.0, 9540.0, 9578.0, 9547.0, 9562.0, 9579.0, 9545.0, 9566.0, 9543.0, 9584.0, 9541.0, 9578.0, 9579.0, 9562.0, 9581.0, 9562.0, 9569.0, 9545.0, 9581.0, 9551.0, 9594.0, 9580.0, 9564.0, 9578.0, 9542.0, 9568.0, 9540.0, 9585.0, 9543.0, 9590.0, 9554.0, 9567.0, 9586.0, 9565.0, 9572.0, 9535.0, 9591.0, 9528.0, 9596.0, 9570.0, 9579.0, 9583.0, 9551.0, 9572.0, 9546.0, 9591.0, 9540.0, 9586.0, 9525.0, 9564.0, 9578.0, 9561.0, 9572.0, 9558.0, 9586.0, 9540.0, 9580.0, 9580.0, 9561.0, 9571.0, 9560.0, 9586.0, 9548.0, 9574.0, 9529.0, 9596.0, 9572.0, 9581.0, 9552.0, 9562.0, 9597.0, 9562.0, 9587.0, 9564.0, 9586.0, 9550.0, 9582.0, 9562.0, 9593.0, 9545.0, 9583.0, 9599.0, 9571.0, 9593.0, 9564.0, 9574.0, 9547.0, 9590.0, 9547.0, 9575.0, 9585.0, 9558.0, 9566.0, 9546.0, 9576.0, 9548.0, 9585.0, 9555.0, 9599.0, 9562.0, 9587.0, 9607.0, 9567.0, 9596.0, 9566.0, 9592.0, 9551.0, 9584.0, 9585.0, 9560.0, 9598.0, 9564.0, 9572.0, 9551.0, 9572.0, 9549.0, 9591.0, 9549.0, 9577.0, 9547.0, 9592.0, 9545.0, 9590.0, 9545.0, 9578.0, 9580.0, 9578.0, 9587.0, 9579.0, 9578.0, 9559.0, 9566.0, 9561.0, 9567.0, 9543.0, 9565.0, 9538.0, 9553.0, 9505.0, 9579.0, 9557.0, 9554.0, 9525.0, 9534.0, 9543.0, 9531.0, 9559.0, 9530.0, 9556.0, 9517.0, 9551.0, 9498.0, 9550.0, 9553.0, 9548.0, 9559.0, 9546.0, 9547.0, 9508.0, 9569.0, 9523.0, 9559.0, 9532.0, 9542.0, 9560.0, 9545.0, 9566.0, 9523.0, 9562.0, 9507.0, 9553.0, 9530.0, 9556.0, 9561.0, 9555.0, 9563.0, 9546.0, 9561.0, 9527.0, 9589.0, 9524.0, 9575.0, 9564.0, 9562.0, 9571.0, 9557.0, 9567.0, 9547.0, 9573.0, 9520.0, 9584.0, 9557.0, 9553.0, 9556.0, 9538.0, 9562.0, 9536.0, 9563.0, 9535.0, 9566.0, 9521.0, 9554.0, 9576.0, 9555.0, 9560.0, 9541.0, 9567.0, 9527.0, 9570.0, 9561.0, 9568.0, 9564.0, 9557.0, 9568.0, 9542.0, 9571.0, 9555.0, 9603.0, 9563.0, 9580.0, 9588.0, 9557.0, 9571.0, 9564.0, 9573.0, 9541.0, 9574.0, 9541.0, 9573.0, 9528.0, 9581.0, 9584.0, 9565.0, 9594.0, 9585.0, 9593.0, 9545.0, 9593.0, 9543.0, 9588.0, 9510.0, 9556.0, 9573.0, 9552.0, 9561.0, 9536.0, 9547.0, 9517.0, 9550.0, 9525.0, 9548.0, 9553.0, 9528.0, 9541.0, 9517.0, 9546.0, 9517.0, 9555.0, 9495.0, 9548.0, 9549.0, 9514.0, 9540.0, 9510.0, 9539.0, 9503.0, 9546.0, 9494.0, 9535.0, 9557.0, 9531.0, 9540.0, 9521.0, 9548.0, 9500.0, 9553.0, 9554.0, 9549.0, 9546.0, 9535.0, 9552.0, 9527.0, 9577.0, 9524.0, 9559.0, 9535.0, 9556.0, 9564.0, 9555.0, 9567.0, 9558.0, 9565.0, 9534.0, 9570.0, 9569.0, 9590.0, 9583.0, 9593.0, 9585.0, 9594.0, 9565.0, 9589.0, 9550.0, 9589.0, 9529.0, 9577.0, 9537.0, 9577.0, 9553.0, 9571.0, 9579.0, 9575.0, 9564.0, 9558.0, 9590.0, 9566.0, 9567.0, 9537.0, 9565.0, 9539.0, 9559.0, 9537.0, 9563.0, 9553.0, 9564.0, 9539.0, 9564.0, 9516.0, 9542.0, 9515.0, 9545.0, 9517.0, 9557.0, 9501.0, 9541.0, 9496.0, 9540.0, 9498.0, 9543.0, 9531.0, 9528.0, 9534.0, 9524.0, 9532.0, 9518.0, 9539.0, 9497.0, 9535.0, 9510.0, 9535.0, 9515.0, 9544.0, 9505.0, 9544.0, 9499.0, 9567.0, 9550.0, 9531.0, 9542.0, 9525.0, 9534.0, 9530.0, 9541.0, 9539.0, 9559.0, 9534.0, 9556.0, 9559.0, 9564.0, 9543.0, 9564.0, 9540.0, 9547.0, 9557.0, 9571.0, 9544.0, 9566.0, 9518.0, 9545.0, 9520.0, 9566.0, 9554.0, 9549.0, 9545.0, 9553.0, 9521.0, 9574.0, 9537.0, 9571.0, 9542.0, 9596.0, 9546.0, 9612.0, 9552.0, 9586.0, 9584.0, 9554.0, 9563.0, 9544.0, 9564.0, 9532.0, 9548.0, 9516.0, 9565.0, 9513.0, 9568.0, 9556.0, 9550.0, 9539.0, 9532.0, 9540.0, 9530.0, 9544.0, 9516.0, 9561.0, 9521.0, 9562.0, 9536.0, 9566.0, 9507.0, 9568.0, 9558.0, 9555.0, 9558.0, 9538.0, 9547.0, 9539.0, 9562.0, 9554.0, 9551.0, 9542.0, 9569.0, 9517.0, 9569.0, 9543.0, 9550.0, 9539.0, 9533.0, 9555.0, 9537.0, 9556.0, 9551.0, 9548.0, 9532.0, 9544.0, 9523.0, 9557.0, 9538.0, 9569.0, 9519.0, 9556.0, 9556.0, 9551.0, 9543.0, 9536.0, 9543.0, 9523.0, 9549.0, 9520.0, 9560.0, 9520.0, 9554.0, 9520.0, 9568.0, 9533.0, 9568.0, 9547.0, 9554.0, 9561.0, 9539.0, 9566.0, 9522.0, 9570.0, 9501.0, 9552.0, 9555.0, 9546.0, 9529.0, 9541.0, 9548.0, 9519.0, 9551.0, 9513.0, 9542.0, 9514.0, 9550.0, 9556.0, 9538.0, 9545.0, 9541.0, 9545.0, 9534.0, 9549.0, 9529.0, 9562.0, 9541.0, 9564.0, 9534.0, 9555.0, 9546.0, 9556.0, 9558.0, 9553.0, 9531.0, 9553.0, 9577.0, 9557.0, 9549.0, 9541.0, 9544.0, 9522.0, 9561.0, 9518.0, 9562.0, 9536.0, 9566.0, 9521.0, 9568.0, 9538.0, 9571.0, 9546.0, 9572.0, 9540.0, 9574.0, 9540.0, 9574.0, 9526.0, 9573.0, 9565.0, 9570.0, 9560.0, 9538.0, 9544.0, 9519.0, 9556.0, 9512.0, 9547.0, 9509.0, 9545.0, 9550.0, 9527.0, 9536.0, 9531.0, 9586.0, 9541.0, 9546.0, 9501.0, 9548.0, 9518.0, 9552.0, 9523.0, 9572.0, 9551.0, 9608.0, 9583.0, 9614.0, 9593.0, 9604.0, 9587.0, 9563.0, 9592.0, 9612.0, 9564.0, 9587.0, 9570.0, 9642.0, 9605.0, 9637.0, 9602.0, 9600.0, 9577.0, 9567.0, 9561.0, 9519.0, 9549.0, 9517.0, 9494.0, 9506.0, 9491.0, 9502.0, 9456.0, 9497.0, 9438.0, 9483.0, 9450.0, 9503.0, 9483.0, 9492.0, 9499.0, 9501.0, 9504.0, 9507.0, 9513.0, 9526.0, 9510.0, 9543.0, 9497.0, 9550.0, 9513.0, 9552.0, 9566.0, 9552.0, 9559.0, 9553.0, 9565.0, 9522.0, 9565.0, 9521.0, 9568.0, 9522.0, 9576.0, 9548.0, 9577.0, 9584.0, 9562.0, 9589.0, 9542.0, 9572.0, 9541.0, 9596.0, 9584.0, 9559.0, 9571.0, 9559.0, 9586.0, 9569.0, 9598.0, 9545.0, 9596.0, 9585.0, 9559.0, 9584.0, 9547.0, 9579.0, 9529.0, 9594.0, 9573.0, 9576.0, 9568.0, 9580.0, 9583.0, 9563.0, 9585.0, 9559.0, 9586.0, 9544.0, 9587.0, 9538.0, 9580.0, 9600.0, 9572.0, 9581.0, 9561.0, 9576.0, 9547.0, 9594.0, 9548.0, 9594.0, 9548.0, 9597.0, 9587.0, 9584.0, 9592.0, 9585.0, 9592.0, 9567.0, 9597.0, 9549.0, 9614.0, 9607.0, 9597.0, 9589.0, 9583.0, 9607.0, 9562.0, 9594.0, 9564.0, 9591.0, 9558.0, 9595.0, 9602.0, 9568.0, 9606.0, 9581.0, 9587.0, 9551.0, 9589.0, 9566.0, 9613.0, 9567.0, 9612.0, 9583.0, 9619.0, 9579.0, 9596.0, 9606.0, 9573.0, 9584.0, 9542.0, 9586.0, 9567.0, 9573.0, 9580.0, 9570.0, 9567.0, 9541.0, 9571.0, 9532.0, 9569.0, 9566.0, 9574.0, 9582.0, 9555.0, 9583.0, 9541.0, 9583.0, 9537.0, 9588.0, 9563.0, 9555.0, 9579.0, 9552.0, 9567.0, 9537.0, 9569.0, 9520.0, 9573.0, 9577.0, 9553.0, 9564.0, 9542.0, 9567.0, 9527.0, 9588.0, 9553.0, 9573.0, 9549.0, 9560.0, 9580.0, 9557.0, 9570.0, 9542.0, 9583.0, 9518.0, 9574.0, 9575.0, 9556.0, 9580.0, 9556.0, 9580.0, 9540.0, 9587.0, 9537.0, 9577.0, 9581.0, 9560.0, 9568.0, 9542.0, 9572.0, 9544.0, 9591.0, 9544.0, 9581.0, 9547.0, 9587.0, 9605.0, 9570.0, 9593.0, 9584.0, 9591.0, 9556.0, 9613.0, 9566.0, 9610.0, 9546.0, 9592.0, 9585.0, 9578.0, 9583.0, 9570.0, 9584.0, 9544.0, 9571.0, 9546.0, 9589.0, 9555.0, 9585.0, 9554.0, 9589.0, 9577.0, 9569.0, 9583.0, 9539.0, 9567.0, 9517.0, 9553.0, 9557.0, 9539.0, 9558.0, 9538.0, 9569.0, 9522.0, 9574.0, 9532.0, 9551.0, 9560.0, 9538.0, 9550.0, 9528.0, 9570.0, 9541.0, 9578.0, 9582.0, 9546.0, 9555.0, 9545.0, 9578.0, 9539.0, 9576.0, 9568.0, 9560.0, 9568.0, 9557.0, 9574.0, 9542.0, 9570.0, 9527.0, 9562.0, 9569.0, 9565.0, 9560.0, 9554.0, 9581.0, 9552.0, 9592.0, 9550.0, 9598.0, 9575.0, 9595.0, 9589.0, 9598.0, 9585.0, 9561.0, 9585.0, 9541.0, 9589.0, 9537.0, 9587.0, 9537.0, 9575.0, 9577.0, 9541.0, 9569.0, 9541.0, 9582.0, 9523.0, 9569.0, 9562.0, 9558.0, 9581.0, 9556.0, 9567.0, 9531.0, 9578.0, 9546.0, 9578.0, 9557.0, 9578.0, 9574.0, 9581.0, 9589.0, 9567.0, 9593.0, 9553.0, 9591.0, 9544.0, 9576.0, 9581.0, 9575.0, 9588.0, 9557.0, 9566.0, 9541.0, 9570.0, 9525.0, 9588.0, 9552.0, 9574.0, 9549.0, 9542.0, 9565.0, 9526.0, 9580.0, 9538.0, 9569.0, 9557.0, 9583.0, 9581.0, 9562.0, 9567.0, 9544.0, 9556.0, 9539.0, 9574.0, 9563.0, 9560.0, 9567.0, 9558.0, 9552.0, 9530.0, 9586.0, 9535.0, 9557.0, 9557.0, 9536.0, 9546.0, 9527.0, 9570.0, 9521.0, 9569.0, 9518.0, 9552.0, 9574.0, 9540.0, 9566.0, 9551.0, 9561.0, 9523.0, 9565.0, 9521.0, 9571.0, 9558.0, 9566.0, 9557.0, 9538.0, 9548.0, 9519.0, 9569.0, 9532.0, 9567.0, 9520.0, 9555.0, 9532.0, 9558.0, 9562.0, 9560.0, 9527.0, 9574.0, 9546.0, 9598.0, 9593.0, 9594.0, 9549.0, 9599.0, 9585.0, 9564.0, 9567.0, 9557.0, 9584.0, 9548.0, 9592.0, 9560.0, 9573.0, 9524.0, 9568.0, 9537.0, 9587.0, 9587.0, 9576.0, 9570.0, 9541.0, 9581.0, 9527.0, 9566.0, 9525.0, 9584.0, 9538.0, 9592.0, 9567.0, 9558.0, 9563.0, 9533.0, 9564.0, 9538.0, 9554.0, 9502.0, 9550.0, 9540.0, 9551.0, 9555.0, 9535.0, 9540.0, 9537.0, 9559.0, 9531.0, 9562.0, 9513.0, 9549.0, 9529.0, 9538.0, 9542.0, 9537.0, 9558.0, 9534.0, 9560.0, 9536.0, 9560.0, 9520.0, 9565.0, 9539.0, 9574.0, 9533.0, 9569.0, 9559.0, 9558.0, 9562.0, 9538.0, 9570.0, 9527.0, 9573.0, 9520.0, 9572.0, 9575.0, 9538.0, 9563.0, 9546.0, 9570.0, 9520.0, 9552.0, 9543.0, 9553.0, 9547.0, 9540.0, 9555.0, 9541.0, 9561.0, 9539.0, 9568.0, 9525.0, 9568.0, 9551.0, 9564.0, 9552.0, 9588.0, 9549.0, 9596.0, 9543.0, 9578.0, 9564.0, 9576.0, 9581.0, 9534.0, 9566.0, 9518.0, 9577.0, 9525.0, 9570.0, 9518.0, 9555.0, 9549.0, 9554.0, 9521.0, 9571.0, 9568.0, 9537.0, 9568.0, 9540.0, 9551.0, 9542.0, 9554.0, 9561.0, 9541.0, 9566.0, 9539.0, 9561.0, 9516.0, 9547.0, 9555.0, 9552.0, 9559.0, 9547.0, 9571.0, 9542.0, 9545.0, 9535.0, 9567.0, 9518.0, 9548.0, 9512.0, 9549.0, 9560.0, 9539.0, 9560.0, 9536.0, 9562.0, 9536.0, 9551.0, 9519.0, 9567.0, 9549.0, 9572.0, 9559.0, 9551.0, 9561.0, 9538.0, 9572.0, 9522.0, 9564.0, 9521.0, 9570.0, 9519.0, 9553.0, 9563.0, 9538.0, 9565.0, 9546.0, 9560.0, 9529.0, 9579.0, 9558.0, 9574.0, 9567.0, 9559.0, 9580.0, 9558.0, 9573.0, 9541.0, 9583.0, 9543.0, 9589.0, 9564.0, 9561.0, 9588.0, 9554.0, 9567.0, 9542.0, 9574.0, 9527.0, 9570.0, 9549.0, 9553.0, 9559.0, 9538.0, 9550.0, 9524.0, 9567.0, 9539.0, 9568.0, 9522.0, 9570.0, 9563.0, 9563.0, 9566.0, 9542.0, 9568.0, 9527.0, 9573.0, 9542.0, 9583.0, 9569.0, 9560.0, 9565.0, 9543.0, 9550.0, 9524.0, 9551.0, 9524.0, 9553.0, 9526.0, 9573.0, 9539.0, 9572.0, 9562.0, 9558.0, 9607.0, 9578.0, 9591.0, 9564.0, 9564.0, 9540.0, 9555.0, 9542.0, 9572.0, 9543.0, 9584.0, 9537.0, 9570.0, 9565.0, 9559.0, 9583.0, 9572.0, 9565.0, 9540.0, 9553.0, 9547.0, 9623.0, 9569.0, 9600.0, 9562.0, 9600.0, 9556.0, 9575.0, 9551.0, 9584.0, 9545.0, 9591.0, 9569.0, 9565.0, 9591.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.0006058137774413323</td></tr>
<tr><td colspan=3>aqi</td><td>0.02724350666161998</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.26507428199999</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2877404949090923</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9664109828787883</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>8728.999</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07247685237239507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7411052233156699</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.342200136222185</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.260866673369465</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.516307849097455</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2494258861996355</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111523</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0006872683297842741</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02577459253370762</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.235084139565374</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.7592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0022</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.4833</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>298928.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>673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.7381</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8427</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.7704</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3545.1294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3733.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77616.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4566.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>881.4408</td></tr>
<tr><td colspan=3>tsnr</td><td>40.86419856583234</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>