<?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-0037_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-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0037/figures/sub-0037_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-0037/figures/sub-0037_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0037/figures/sub-0037_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-0037/ses-04/func/sub-0037_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>5fa8150abccb027ccd5d4a71a577f99c</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>18:15:58.292500</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.999841, 0.0125398, 0.0126645, -0.012565, 0.999919, 0.00191324]</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.0908656</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>[4155, -7743, -7282, 517, -81, -262, -6, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>259.308</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>555dc927-b0e8-437f-ad0b-e223ac43e3ff||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.6825008392333984, -0.03371106833219528, 0.03412650525569916, 110.6178207397461], [-0.03364342451095581, 2.6827101707458496, 0.005594583228230476, -84.4381332397461], [0.033977821469306946, -0.005133089143782854, 2.6997785568237305, -83.8866958618164], [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': ['181558.292500', '181558.752500', '181559.212500', '181559.672500', '181600.132500', '181600.592500', '181601.052500', '181601.512500', '181601.972500', '181602.432500', '181602.892500', '181603.352500', '181603.812500', '181604.272500', '181604.732500', '181605.192500', '181605.652500', '181606.112500', '181606.572500', '181607.032500', '181607.492500', '181607.952500', '181608.412500', '181608.872500', '181609.332500', '181609.792500', '181610.252500', '181610.712500', '181611.172500', '181611.632500', '181612.092500', '181612.552500', '181613.012500', '181613.472500', '181613.932500', '181614.392500', '181614.852500', '181615.312500', '181615.772500', '181616.232500', '181616.692500', '181617.152500', '181617.612500', '181618.072500', '181618.532500', '181618.992500', '181619.452500', '181619.912500', '181620.372500', '181620.832500', '181621.292500', '181621.752500', '181622.212500', '181622.672500', '181623.132500', '181623.592500', '181624.052500', '181624.512500', '181624.972500', '181625.432500', '181625.892500', '181626.352500', '181626.812500', '181627.272500', '181627.732500', '181628.192500', '181628.652500', '181629.112500', '181629.572500', '181630.032500', '181630.492500', '181630.952500', '181631.412500', '181631.872500', '181632.332500', '181632.792500', '181633.252500', '181633.712500', '181634.172500', '181634.632500', '181635.092500', '181635.552500', '181636.012500', '181636.472500', '181636.932500', '181637.392500', '181637.852500', '181638.312500', '181638.772500', '181639.232500', '181639.692500', '181640.152500', '181640.612500', '181641.072500', '181641.532500', '181641.992500', '181642.452500', '181642.912500', '181643.372500', '181643.832500', '181644.292500', '181644.752500', '181645.212500', '181645.672500', '181646.132500', '181646.592500', '181647.052500', '181647.512500', '181647.972500', '181648.432500', '181648.892500', '181649.352500', '181649.812500', '181650.272500', '181650.732500', '181651.192500', '181651.652500', '181652.112500', '181652.572500', '181653.032500', '181653.492500', '181653.952500', '181654.412500', '181654.872500', '181655.332500', '181655.792500', '181656.252500', '181656.712500', '181657.172500', '181657.632500', '181658.092500', '181658.552500', '181659.012500', '181659.472500', '181659.932500', '181700.392500', '181700.852500', '181701.312500', '181701.772500', '181702.232500', '181702.692500', '181703.152500', '181703.612500', '181704.072500', '181704.532500', '181704.992500', '181705.452500', '181705.912500', '181706.372500', '181706.832500', '181707.292500', '181707.752500', '181708.212500', '181708.672500', '181709.132500', '181709.592500', '181710.052500', '181710.512500', '181710.972500', '181711.432500', '181711.892500', '181712.352500', '181712.812500', '181713.272500', '181713.732500', '181714.192500', '181714.652500', '181715.112500', '181715.572500', '181716.032500', '181716.492500', '181716.952500', '181717.412500', '181717.872500', '181718.332500', '181718.792500', '181719.252500', '181719.712500', '181720.172500', '181720.632500', '181721.092500', '181721.552500', '181722.012500', '181722.472500', '181722.932500', '181723.392500', '181723.852500', '181724.312500', '181724.772500', '181725.232500', '181725.692500', '181726.152500', '181726.612500', '181727.072500', '181727.532500', '181727.992500', '181728.452500', '181728.912500', '181729.372500', '181729.832500', '181730.292500', '181730.752500', '181731.212500', '181731.672500', '181732.132500', '181732.592500', '181733.052500', '181733.512500', '181733.972500', '181734.432500', '181734.892500', '181735.352500', '181735.812500', '181736.272500', '181736.732500', '181737.192500', '181737.652500', '181738.112500', '181738.572500', '181739.032500', '181739.492500', '181739.952500', '181740.412500', '181740.872500', '181741.332500', '181741.792500', '181742.252500', '181742.712500', '181743.172500', '181743.632500', '181744.092500', '181744.552500', '181745.012500', '181745.472500', '181745.932500', '181746.392500', '181746.852500', '181747.312500', '181747.772500', '181748.232500', '181748.692500', '181749.152500', '181749.612500', '181750.072500', '181750.532500', '181750.992500', '181751.452500', '181751.912500', '181752.372500', '181752.832500', '181753.292500', '181753.752500', '181754.212500', '181754.672500', '181755.132500', '181755.592500', '181756.052500', '181756.512500', '181756.972500', '181757.432500', '181757.892500', '181758.352500', '181758.812500', '181759.272500', '181759.732500', '181800.192500', '181800.652500', '181801.112500', '181801.572500', '181802.032500', '181802.492500', '181802.952500', '181803.412500', '181803.872500', '181804.332500', '181804.792500', '181805.252500', '181805.712500', '181806.172500', '181806.632500', '181807.092500', '181807.552500', '181808.012500', '181808.472500', '181808.932500', '181809.392500', '181809.852500', '181810.312500', '181810.772500', '181811.232500', '181811.692500', '181812.152500', '181812.612500', '181813.072500', '181813.532500', '181813.992500', '181814.452500', '181814.912500', '181815.372500', '181815.832500', '181816.292500', '181816.752500', '181817.212500', '181817.672500', '181818.132500', '181818.592500', '181819.052500', '181819.512500', '181819.972500', '181820.432500', '181820.892500', '181821.352500', '181821.812500', '181822.272500', '181822.732500', '181823.192500', '181823.652500', '181824.112500', '181824.572500', '181825.032500', '181825.492500', '181825.952500', '181826.412500', '181826.872500', '181827.332500', '181827.792500', '181828.252500', '181828.712500', '181829.172500', '181829.632500', '181830.092500', '181830.552500', '181831.012500', '181831.472500', '181831.932500', '181832.392500', '181832.852500', '181833.312500', '181833.772500', '181834.232500', '181834.692500', '181835.152500', '181835.612500', '181836.072500', '181836.532500', '181836.992500', '181837.452500', '181837.912500', '181838.372500', '181838.832500', '181839.292500', '181839.752500', '181840.212500', '181840.672500', '181841.132500', '181841.592500', '181842.052500', '181842.512500', '181842.972500', '181843.432500', '181843.892500', '181844.352500', '181844.812500', '181845.272500', '181845.732500', '181846.192500', '181846.652500', '181847.112500', '181847.572500', '181848.032500', '181848.492500', '181848.952500', '181849.412500', '181849.872500', '181850.332500', '181850.792500', '181851.252500', '181851.712500', '181852.172500', '181852.632500', '181853.092500', '181853.552500', '181854.012500', '181854.472500', '181854.932500', '181855.392500', '181855.852500', '181856.312500', '181856.772500', '181857.232500', '181857.692500', '181858.152500', '181858.612500', '181859.072500', '181859.532500', '181859.992500', '181900.452500', '181900.912500', '181901.372500', '181901.832500', '181902.292500', '181902.752500', '181903.212500', '181903.672500', '181904.132500', '181904.592500', '181905.052500', '181905.512500', '181905.972500', '181906.432500', '181906.892500', '181907.352500', '181907.812500', '181908.272500', '181908.732500', '181909.192500', '181909.652500', '181910.112500', '181910.572500', '181911.032500', '181911.492500', '181911.952500', '181912.412500', '181912.872500', '181913.332500', '181913.792500', '181914.252500', '181914.712500', '181915.172500', '181915.632500', '181916.092500', '181916.552500', '181917.012500', '181917.472500', '181917.932500', '181918.392500', '181918.852500', '181919.312500', '181919.772500', '181920.232500', '181920.692500', '181921.152500', '181921.612500', '181922.072500', '181922.532500', '181922.992500', '181923.452500', '181923.912500', '181924.372500', '181924.832500', '181925.292500', '181925.752500', '181926.212500', '181926.672500', '181927.132500', '181927.592500', '181928.052500', '181928.512500', '181928.972500', '181929.432500', '181929.892500', '181930.352500', '181930.812500', '181931.272500', '181931.732500', '181932.192500', '181932.652500', '181933.112500', '181933.572500', '181934.032500', '181934.492500', '181934.952500', '181935.412500', '181935.872500', '181936.332500', '181936.792500', '181937.252500', '181937.712500', '181938.172500', '181938.632500', '181939.092500', '181939.552500', '181940.012500', '181940.472500', '181940.932500', '181941.392500', '181941.852500', '181942.312500', '181942.772500', '181943.232500', '181943.692500', '181944.152500', '181944.612500', '181945.072500', '181945.532500', '181945.992500', '181946.452500', '181946.912500', '181947.372500', '181947.832500', '181948.292500', '181948.752500', '181949.212500', '181949.672500', '181950.132500', '181950.592500', '181951.052500', '181951.512500', '181951.972500', '181952.432500', '181952.892500', '181953.352500', '181953.812500', '181954.272500', '181954.732500', '181955.192500', '181955.652500', '181956.112500', '181956.572500', '181957.032500', '181957.492500', '181957.952500', '181958.412500', '181958.872500', '181959.332500', '181959.792500', '182000.252500', '182000.712500', '182001.172500', '182001.632500', '182002.092500', '182002.552500', '182003.012500', '182003.472500', '182003.932500', '182004.392500', '182004.852500', '182005.312500', '182005.772500', '182006.232500', '182006.692500', '182007.152500', '182007.612500', '182008.072500', '182008.532500', '182008.992500', '182009.452500', '182009.912500', '182010.372500', '182010.832500', '182011.292500', '182011.752500', '182012.212500', '182012.672500', '182013.132500', '182013.592500', '182014.052500', '182014.512500', '182014.972500', '182015.432500', '182015.892500', '182016.352500', '182016.812500', '182017.272500', '182017.732500', '182018.192500', '182018.652500', '182019.112500', '182019.572500', '182020.032500', '182020.492500', '182020.952500', '182021.412500', '182021.872500', '182022.332500', '182022.792500', '182023.252500', '182023.712500', '182024.172500', '182024.632500', '182025.092500', '182025.552500', '182026.012500', '182026.472500', '182026.932500', '182027.392500', '182027.852500', '182028.312500', '182028.772500', '182029.232500', '182029.692500', '182030.152500', '182030.612500', '182031.072500', '182031.532500', '182031.992500', '182032.452500', '182032.912500', '182033.372500', '182033.832500', '182034.292500', '182034.752500', '182035.212500', '182035.672500', '182036.132500', '182036.592500', '182037.052500', '182037.512500', '182037.972500', '182038.432500', '182038.892500', '182039.352500', '182039.812500', '182040.272500', '182040.732500', '182041.192500', '182041.652500', '182042.112500', '182042.572500', '182043.032500', '182043.492500', '182043.952500', '182044.412500', '182044.872500', '182045.332500', '182045.792500', '182046.252500', '182046.712500', '182047.172500', '182047.632500', '182048.092500', '182048.552500', '182049.012500', '182049.472500', '182049.932500', '182050.392500', '182050.852500', '182051.312500', '182051.772500', '182052.232500', '182052.692500', '182053.152500', '182053.612500', '182054.072500', '182054.532500', '182054.992500', '182055.452500', '182055.912500', '182056.372500', '182056.832500', '182057.292500', '182057.752500', '182058.212500', '182058.672500', '182059.132500', '182059.592500', '182100.052500', '182100.512500', '182100.972500', '182101.432500', '182101.892500', '182102.352500', '182102.812500', '182103.272500', '182103.732500', '182104.192500', '182104.652500', '182105.112500', '182105.572500', '182106.032500', '182106.492500', '182106.952500', '182107.412500', '182107.872500', '182108.332500', '182108.792500', '182109.252500', '182109.712500', '182110.172500', '182110.632500', '182111.092500', '182111.552500', '182112.012500', '182112.472500', '182112.932500', '182113.392500', '182113.852500', '182114.312500', '182114.772500', '182115.232500', '182115.692500', '182116.152500', '182116.612500', '182117.072500', '182117.532500', '182117.992500', '182118.452500', '182118.912500', '182119.372500', '182119.832500', '182120.292500', '182120.752500', '182121.212500', '182121.672500', '182122.132500', '182122.592500', '182123.052500', '182123.512500', '182123.972500', '182124.432500', '182124.892500', '182125.352500', '182125.812500', '182126.272500', '182126.732500', '182127.192500', '182127.652500', '182128.112500', '182128.572500', '182129.032500', '182129.492500', '182129.952500', '182130.412500', '182130.872500', '182131.332500', '182131.792500', '182132.252500', '182132.712500', '182133.172500', '182133.632500', '182134.092500', '182134.552500', '182135.012500', '182135.472500', '182135.932500', '182136.392500', '182136.852500', '182137.312500', '182137.772500', '182138.232500', '182138.692500', '182139.152500', '182139.612500', '182140.072500', '182140.532500', '182140.992500', '182141.452500', '182141.912500', '182142.372500', '182142.832500', '182143.292500', '182143.752500', '182144.212500', '182144.672500', '182145.132500', '182145.592500', '182146.052500', '182146.512500', '182146.972500', '182147.432500', '182147.892500', '182148.352500', '182148.812500', '182149.272500', '182149.732500', '182150.192500', '182150.652500', '182151.112500', '182151.572500', '182152.032500', '182152.492500', '182152.952500', '182153.412500', '182153.872500', '182154.332500', '182154.792500', '182155.252500', '182155.712500', '182156.172500', '182156.632500', '182157.092500', '182157.552500', '182158.012500', '182158.472500', '182158.932500', '182159.392500', '182159.852500', '182200.312500', '182200.772500', '182201.232500', '182201.692500', '182202.152500', '182202.612500', '182203.072500', '182203.532500', '182203.992500', '182204.452500', '182204.912500', '182205.372500', '182205.832500', '182206.292500', '182206.752500', '182207.212500', '182207.672500', '182208.132500', '182208.592500', '182209.052500', '182209.512500', '182209.972500', '182210.432500', '182210.892500', '182211.352500', '182211.812500', '182212.272500', '182212.732500', '182213.192500', '182213.652500', '182214.112500', '182214.572500', '182215.032500', '182215.492500', '182215.952500', '182216.412500', '182216.872500', '182217.332500', '182217.792500', '182218.252500', '182218.712500', '182219.172500', '182219.632500', '182220.092500', '182220.552500', '182221.012500', '182221.472500', '182221.932500', '182222.392500', '182222.852500', '182223.312500', '182223.772500', '182224.232500', '182224.692500', '182225.152500', '182225.612500', '182226.072500', '182226.532500', '182226.992500', '182227.452500', '182227.912500', '182228.372500', '182228.832500', '182229.292500', '182229.752500', '182230.212500', '182230.672500', '182231.132500', '182231.592500', '182232.052500', '182232.512500', '182232.972500', '182233.432500', '182233.892500', '182234.352500', '182234.812500', '182235.272500', '182235.732500', '182236.192500', '182236.652500', '182237.112500', '182237.572500', '182238.032500', '182238.492500', '182238.952500', '182239.412500', '182239.872500', '182240.332500', '182240.792500', '182241.252500', '182241.712500', '182242.172500', '182242.632500', '182243.092500', '182243.552500', '182244.012500', '182244.472500', '182244.932500', '182245.392500', '182245.852500', '182246.312500', '182246.772500', '182247.232500', '182247.692500', '182248.152500', '182248.612500', '182249.072500', '182249.532500', '182249.992500', '182250.452500', '182250.912500', '182251.372500', '182251.832500', '182252.292500', '182252.752500', '182253.212500', '182253.672500', '182254.132500', '182254.592500', '182255.052500', '182255.512500', '182255.972500', '182256.432500', '182256.892500', '182257.352500', '182257.812500', '182258.272500', '182258.732500', '182259.192500', '182259.652500', '182300.112500', '182300.572500', '182301.032500', '182301.492500', '182301.952500', '182302.412500', '182302.872500', '182303.332500', '182303.792500', '182304.252500', '182304.712500', '182305.172500', '182305.632500', '182306.092500', '182306.552500', '182307.012500', '182307.472500', '182307.932500', '182308.392500', '182308.852500', '182309.312500', '182309.772500', '182310.232500', '182310.692500', '182311.152500', '182311.612500', '182312.072500', '182312.532500', '182312.992500', '182313.452500', '182313.912500', '182314.372500', '182314.832500', '182315.292500', '182315.752500', '182316.212500', '182316.672500', '182317.132500', '182317.592500', '182318.052500', '182318.512500', '182318.972500', '182319.432500', '182319.892500', '182320.352500', '182320.812500', '182321.272500', '182321.732500', '182322.192500', '182322.652500', '182323.112500', '182323.572500', '182324.032500', '182324.492500', '182324.952500', '182325.412500', '182325.872500', '182326.332500', '182326.792500', '182327.252500', '182327.712500', '182328.172500', '182328.632500', '182329.092500', '182329.552500', '182330.012500', '182330.472500', '182330.932500', '182331.392500', '182331.852500', '182332.312500', '182332.772500', '182333.232500', '182333.692500', '182334.152500', '182334.612500', '182335.072500', '182335.532500', '182335.992500', '182336.452500', '182336.912500', '182337.372500', '182337.832500', '182338.292500', '182338.752500', '182339.212500', '182339.672500', '182340.132500', '182340.592500', '182341.052500', '182341.512500', '182341.972500', '182342.432500', '182342.892500', '182343.352500', '182343.812500', '182344.272500', '182344.732500', '182345.192500', '182345.652500', '182346.112500', '182346.572500', '182347.032500', '182347.492500', '182347.952500', '182348.412500', '182348.872500', '182349.332500', '182349.792500', '182350.252500', '182350.712500', '182351.172500', '182351.632500', '182352.092500', '182352.552500', '182353.012500', '182353.472500', '182353.932500', '182354.392500', '182354.852500', '182355.312500', '182355.772500', '182356.232500', '182356.692500', '182357.152500', '182357.612500', '182358.072500', '182358.532500', '182358.992500', '182359.452500', '182359.912500', '182400.372500', '182400.832500', '182401.292500', '182401.752500', '182402.212500', '182402.672500', '182403.132500', '182403.592500', '182404.052500', '182404.512500', '182404.972500', '182405.432500', '182405.892500', '182406.352500', '182406.812500', '182407.272500', '182407.732500', '182408.192500', '182408.652500', '182409.112500', '182409.572500', '182410.032500', '182410.492500', '182410.952500', '182411.412500', '182411.872500', '182412.332500', '182412.792500', '182413.252500', '182413.712500', '182414.172500', '182414.632500', '182415.092500', '182415.552500', '182416.012500', '182416.472500', '182416.932500', '182417.392500', '182417.852500', '182418.312500', '182418.772500', '182419.232500', '182419.692500', '182420.152500', '182420.612500', '182421.072500', '182421.532500', '182421.992500', '182422.452500', '182422.912500', '182423.372500', '182423.832500', '182424.292500', '182424.752500', '182425.212500', '182425.672500', '182426.132500', '182426.592500', '182427.052500', '182427.512500', '182427.972500', '182428.432500', '182428.892500', '182429.352500', '182429.812500', '182430.272500', '182430.732500', '182431.192500', '182431.652500', '182432.112500', '182432.572500', '182433.032500', '182433.492500', '182433.952500', '182434.412500', '182434.872500', '182435.332500', '182435.792500', '182436.252500', '182436.712500', '182437.172500', '182437.632500', '182438.092500', '182438.552500', '182439.012500', '182439.472500', '182439.932500', '182440.392500', '182440.852500', '182441.312500', '182441.772500', '182442.232500', '182442.692500', '182443.152500', '182443.612500', '182444.072500', '182444.532500', '182444.992500', '182445.452500', '182445.912500', '182446.372500', '182446.832500', '182447.292500', '182447.752500', '182448.212500', '182448.672500', '182449.132500', '182449.592500', '182450.052500', '182450.512500', '182450.972500', '182451.432500', '182451.892500', '182452.352500', '182452.812500', '182453.272500', '182453.732500', '182454.192500', '182454.652500', '182455.112500', '182455.572500', '182456.032500', '182456.492500', '182456.952500', '182457.412500', '182457.872500', '182458.332500', '182458.792500', '182459.252500', '182459.712500', '182500.172500', '182500.632500', '182501.092500', '182501.552500', '182502.012500', '182502.472500', '182502.932500', '182503.392500', '182503.852500', '182504.312500', '182504.772500', '182505.232500', '182505.692500', '182506.152500', '182506.612500', '182507.072500', '182507.532500', '182507.992500', '182508.452500', '182508.912500', '182509.372500', '182509.832500', '182510.292500', '182510.752500', '182511.212500', '182511.672500', '182512.132500', '182512.592500', '182513.052500', '182513.512500', '182513.972500', '182514.432500', '182514.892500', '182515.352500', '182515.812500', '182516.272500', '182516.732500', '182517.192500', '182517.652500', '182518.112500', '182518.572500', '182519.032500', '182519.492500', '182519.952500', '182520.412500', '182520.872500', '182521.332500', '182521.792500', '182522.252500', '182522.712500', '182523.172500', '182523.632500', '182524.092500', '182524.552500', '182525.012500', '182525.472500', '182525.932500', '182526.392500', '182526.852500', '182527.312500', '182527.772500', '182528.232500', '182528.692500', '182529.152500', '182529.612500', '182530.072500', '182530.532500', '182530.992500', '182531.452500', '182531.912500', '182532.372500', '182532.832500', '182533.292500', '182533.752500', '182534.212500', '182534.672500', '182535.132500', '182535.592500', '182536.052500', '182536.512500', '182536.972500', '182537.432500', '182537.892500', '182538.352500', '182538.812500', '182539.272500', '182539.732500', '182540.192500', '182540.652500', '182541.112500', '182541.572500', '182542.032500', '182542.492500', '182542.952500', '182543.412500', '182543.872500', '182544.332500', '182544.792500', '182545.252500', '182545.712500', '182546.172500', '182546.632500', '182547.092500', '182547.552500', '182548.012500', '182548.472500', '182548.932500', '182549.392500', '182549.852500', '182550.312500', '182550.772500', '182551.232500', '182551.692500', '182552.152500', '182552.612500', '182553.072500', '182553.532500', '182553.992500', '182554.452500', '182554.912500', '182555.372500', '182555.832500', '182556.292500', '182556.752500', '182557.212500', '182557.672500', '182558.132500', '182558.592500', '182559.052500', '182559.512500', '182559.972500', '182600.432500', '182600.892500', '182601.352500', '182601.812500', '182602.272500', '182602.732500', '182603.192500', '182603.652500', '182604.112500', '182604.572500', '182605.032500', '182605.492500', '182605.952500'], 'ContentTime': ['181609.318000', '181609.328000', '181609.331000', '181609.334000', '181609.337000', '181609.340000', '181609.342000', '181609.345000', '181609.348000', '181609.364000', '181609.366000', '181609.369000', '181609.371000', '181609.374000', '181609.376000', '181609.379000', '181609.381000', '181609.384000', '181609.386000', '181609.389000', '181609.391000', '181629.295000', '181629.298000', '181629.301000', '181629.303000', '181629.306000', '181629.308000', '181629.311000', '181629.314000', '181629.316000', '181629.319000', '181629.326000', '181629.328000', '181629.331000', '181629.333000', '181629.336000', '181629.338000', '181629.341000', '181629.344000', '181629.346000', '181629.349000', '181629.351000', '181629.354000', '181629.356000', '181629.359000', '181629.362000', '181629.364000', '181629.367000', '181629.369000', '181629.372000', '181629.374000', '181629.377000', '181629.380000', '181629.383000', '181629.385000', '181629.388000', '181629.390000', '181629.393000', '181629.396000', '181629.398000', '181629.401000', '181629.403000', '181629.406000', '181629.408000', '181629.411000', '181649.295000', '181649.298000', '181649.301000', '181649.303000', '181649.306000', '181649.308000', '181649.311000', '181649.313000', '181649.316000', '181649.319000', '181649.321000', '181649.324000', '181649.326000', '181649.329000', '181649.331000', '181649.334000', '181649.336000', '181649.339000', '181649.341000', '181649.344000', '181649.347000', '181649.349000', '181649.352000', '181649.354000', '181649.357000', '181649.360000', '181649.362000', '181649.365000', '181649.367000', '181649.370000', '181649.372000', '181649.375000', '181649.377000', '181649.380000', '181649.383000', '181649.385000', '181649.388000', '181649.390000', '181649.393000', '181649.395000', '181649.398000', '181649.401000', '181649.403000', '181709.295000', '181709.298000', '181709.301000', '181709.303000', '181709.306000', '181709.309000', '181709.311000', '181709.314000', '181709.317000', '181709.319000', '181709.322000', '181709.324000', '181709.327000', '181709.330000', '181709.332000', '181709.335000', '181709.337000', '181709.340000', '181709.349000', '181709.352000', '181709.354000', '181709.357000', '181709.360000', '181709.362000', '181709.365000', '181709.368000', '181709.370000', '181709.373000', '181709.375000', '181709.378000', '181709.380000', '181709.383000', '181709.385000', '181709.388000', '181709.390000', '181709.393000', '181709.396000', '181709.398000', '181709.401000', '181709.403000', '181709.406000', '181709.408000', '181709.411000', '181709.413000', '181729.296000', '181729.299000', '181729.302000', '181729.305000', '181729.307000', '181729.310000', '181729.312000', '181729.315000', '181729.317000', '181729.320000', '181729.323000', '181729.325000', '181729.328000', '181729.330000', '181729.333000', '181729.336000', '181729.338000', '181729.341000', '181729.343000', '181729.346000', '181729.349000', '181729.351000', '181729.354000', '181729.356000', '181729.359000', '181729.362000', '181729.364000', '181729.367000', '181729.369000', '181729.372000', '181729.375000', '181729.377000', '181729.380000', '181729.382000', '181729.385000', '181729.387000', '181729.390000', '181729.393000', '181729.395000', '181729.398000', '181729.400000', '181729.403000', '181729.406000', '181749.295000', '181749.298000', '181749.301000', '181749.303000', '181749.313000', '181749.315000', '181749.318000', '181749.321000', '181749.323000', '181749.326000', '181749.328000', '181749.331000', '181749.334000', '181749.336000', '181749.339000', '181749.341000', '181749.344000', '181749.347000', '181749.349000', '181749.352000', '181749.354000', '181749.357000', '181749.359000', '181749.362000', '181749.365000', '181749.367000', '181749.370000', '181749.372000', '181749.375000', '181749.378000', '181749.380000', '181749.383000', '181749.385000', '181749.388000', '181749.391000', '181749.393000', '181749.396000', '181749.398000', '181749.401000', '181749.403000', '181749.406000', '181749.408000', '181749.411000', '181749.413000', '181809.295000', '181809.298000', '181809.301000', '181809.303000', '181809.306000', '181809.309000', '181809.311000', '181809.314000', '181809.316000', '181809.319000', '181809.321000', '181809.324000', '181809.326000', '181809.329000', '181809.332000', '181809.334000', '181809.337000', '181809.339000', '181809.342000', '181809.344000', '181809.347000', '181809.349000', '181809.352000', '181809.354000', '181809.357000', '181809.360000', '181809.362000', '181809.365000', '181809.367000', '181809.370000', '181809.373000', '181809.375000', '181809.378000', '181809.380000', '181809.383000', '181809.385000', '181809.388000', '181809.390000', '181809.393000', '181809.396000', '181809.398000', '181809.401000', '181809.403000', '181829.301000', '181829.304000', '181829.306000', '181829.309000', '181829.311000', '181829.314000', '181829.316000', '181829.319000', '181829.321000', '181829.324000', '181829.327000', '181829.329000', '181829.332000', '181829.334000', '181829.337000', '181829.339000', '181829.342000', '181829.345000', '181829.348000', '181829.351000', '181829.354000', '181829.356000', '181829.359000', '181829.362000', '181829.364000', '181829.367000', '181829.369000', '181829.372000', '181829.374000', '181829.377000', '181829.380000', '181829.382000', '181829.385000', '181829.387000', '181829.390000', '181829.393000', '181829.395000', '181829.398000', '181829.400000', '181829.403000', '181829.405000', '181829.408000', '181829.410000', '181849.295000', '181849.298000', '181849.301000', '181849.304000', '181849.306000', '181849.309000', '181849.311000', '181849.314000', '181849.316000', '181849.319000', '181849.321000', '181849.324000', '181849.327000', '181849.329000', '181849.341000', '181849.344000', '181849.347000', '181849.349000', '181849.352000', '181849.354000', '181849.357000', '181849.359000', '181849.362000', '181849.365000', '181849.367000', '181849.370000', '181849.372000', '181849.375000', '181849.378000', '181849.380000', '181849.383000', '181849.385000', '181849.388000', '181849.390000', '181849.393000', '181849.396000', '181849.398000', '181849.401000', '181849.403000', '181849.406000', '181849.409000', '181849.411000', '181849.414000', '181849.416000', '181909.295000', '181909.298000', '181909.301000', '181909.303000', '181909.306000', '181909.308000', '181909.311000', '181909.314000', '181909.316000', '181909.319000', '181909.321000', '181909.324000', '181909.326000', '181909.329000', '181909.332000', '181909.334000', '181909.337000', '181909.339000', '181909.342000', '181909.345000', '181909.347000', '181909.350000', '181909.352000', '181909.355000', '181909.357000', '181909.360000', '181909.363000', '181909.365000', '181909.368000', '181909.370000', '181909.373000', '181909.376000', '181909.378000', '181909.381000', '181909.383000', '181909.386000', '181909.389000', '181909.391000', '181909.394000', '181909.396000', '181909.399000', '181909.401000', '181909.404000', '181909.407000', '181929.295000', '181929.298000', '181929.301000', '181929.304000', '181929.306000', '181929.309000', '181929.312000', '181929.314000', '181929.317000', '181929.319000', '181929.322000', '181929.325000', '181929.327000', '181929.330000', '181929.333000', '181929.335000', '181929.338000', '181929.340000', '181929.343000', '181929.346000', '181929.348000', '181929.351000', '181929.353000', '181929.356000', '181929.358000', '181929.361000', '181929.364000', '181929.366000', '181929.369000', '181929.372000', '181929.374000', '181929.377000', '181929.379000', '181929.382000', '181929.385000', '181929.387000', '181929.390000', '181929.392000', '181929.395000', '181929.398000', '181929.400000', '181929.403000', '181929.406000', '181949.296000', '181949.299000', '181949.302000', '181949.304000', '181949.307000', '181949.310000', '181949.312000', '181949.315000', '181949.317000', '181949.320000', '181949.323000', '181949.325000', '181949.328000', '181949.331000', '181949.335000', '181949.338000', '181949.341000', '181949.343000', '181949.346000', '181949.349000', '181949.351000', '181949.354000', '181949.356000', '181949.359000', '181949.362000', '181949.364000', '181949.367000', '181949.369000', '181949.372000', '181949.375000', '181949.377000', '181949.380000', '181949.382000', '181949.385000', '181949.387000', '181949.390000', '181949.393000', '181949.396000', '181949.398000', '181949.401000', '181949.404000', '181949.406000', '181949.409000', '181949.411000', '182009.295000', '182009.298000', '182009.301000', '182009.304000', '182009.306000', '182009.309000', '182009.312000', '182009.314000', '182009.317000', '182009.319000', '182009.322000', '182009.325000', '182009.327000', '182009.330000', '182009.333000', '182009.335000', '182009.338000', '182009.340000', '182009.343000', '182009.346000', '182009.348000', '182009.351000', '182009.353000', '182009.356000', '182009.359000', '182009.361000', '182009.364000', '182009.367000', '182009.369000', '182009.372000', '182009.375000', '182009.377000', '182009.380000', '182009.382000', '182009.385000', '182009.387000', '182009.390000', '182009.393000', '182009.402000', '182009.405000', '182009.408000', '182009.410000', '182009.413000', '182029.295000', '182029.298000', '182029.301000', '182029.303000', '182029.306000', '182029.309000', '182029.311000', '182029.314000', '182029.317000', '182029.319000', '182029.322000', '182029.325000', '182029.327000', '182029.330000', '182029.333000', '182029.335000', '182029.338000', '182029.340000', '182029.343000', '182029.346000', '182029.348000', '182029.351000', '182029.354000', '182029.356000', '182029.359000', '182029.361000', '182029.364000', '182029.367000', '182029.369000', '182029.372000', '182029.374000', '182029.377000', '182029.380000', '182029.382000', '182029.385000', '182029.387000', '182029.390000', '182029.392000', '182029.395000', '182029.397000', '182029.400000', '182029.403000', '182029.405000', '182049.295000', '182049.298000', '182049.301000', '182049.304000', '182049.306000', '182049.309000', '182049.311000', '182049.314000', '182049.317000', '182049.319000', '182049.322000', '182049.324000', '182049.327000', '182049.330000', '182049.332000', '182049.335000', '182049.337000', '182049.340000', '182049.343000', '182049.346000', '182049.348000', '182049.351000', '182049.353000', '182049.356000', '182049.358000', '182049.361000', '182049.363000', '182049.366000', '182049.369000', '182049.371000', '182049.374000', '182049.376000', '182049.379000', '182049.381000', '182049.384000', '182049.386000', '182049.389000', '182049.392000', '182049.394000', '182049.397000', '182049.399000', '182049.402000', '182049.404000', '182049.407000', '182109.295000', '182109.298000', '182109.301000', '182109.304000', '182109.306000', '182109.309000', '182109.311000', '182109.314000', '182109.317000', '182109.319000', '182109.322000', '182109.325000', '182109.327000', '182109.330000', '182109.332000', '182109.335000', '182109.338000', '182109.340000', '182109.343000', '182109.346000', '182109.348000', '182109.351000', '182109.354000', '182109.357000', '182109.360000', '182109.363000', '182109.365000', '182109.368000', '182109.370000', '182109.374000', '182109.377000', '182109.380000', '182109.382000', '182109.385000', '182109.387000', '182109.390000', '182109.393000', '182109.395000', '182109.398000', '182109.400000', '182109.403000', '182109.405000', '182109.408000', '182129.295000', '182129.299000', '182129.301000', '182129.304000', '182129.307000', '182129.309000', '182129.312000', '182129.315000', '182129.317000', '182129.320000', '182129.322000', '182129.325000', '182129.328000', '182129.330000', '182129.333000', '182129.335000', '182129.338000', '182129.341000', '182129.343000', '182129.346000', '182129.349000', '182129.351000', '182129.354000', '182129.356000', '182129.359000', '182129.362000', '182129.364000', '182129.367000', '182129.369000', '182129.378000', '182129.381000', '182129.383000', '182129.386000', '182129.389000', '182129.391000', '182129.394000', '182129.397000', '182129.399000', '182129.402000', '182129.404000', '182129.407000', '182129.409000', '182129.412000', '182129.414000', '182149.295000', '182149.298000', '182149.301000', '182149.303000', '182149.306000', '182149.309000', '182149.319000', '182149.322000', '182149.324000', '182149.327000', '182149.330000', '182149.332000', '182149.335000', '182149.337000', '182149.340000', '182149.342000', '182149.345000', '182149.348000', '182149.350000', '182149.353000', '182149.356000', '182149.358000', '182149.361000', '182149.363000', '182149.366000', '182149.369000', '182149.371000', '182149.374000', '182149.377000', '182149.379000', '182149.382000', '182149.385000', '182149.387000', '182149.390000', '182149.393000', '182149.395000', '182149.398000', '182149.400000', '182149.403000', '182149.405000', '182149.408000', '182149.411000', '182149.413000', '182209.297000', '182209.299000', '182209.302000', '182209.305000', '182209.307000', '182209.310000', '182209.312000', '182209.315000', '182209.317000', '182209.320000', '182209.322000', '182209.325000', '182209.328000', '182209.330000', '182209.333000', '182209.335000', '182209.338000', '182209.340000', '182209.343000', '182209.345000', '182209.348000', '182209.350000', '182209.353000', '182209.356000', '182209.358000', '182209.361000', '182209.363000', '182209.366000', '182209.368000', '182209.371000', '182209.374000', '182209.376000', '182209.379000', '182209.381000', '182209.384000', '182209.387000', '182209.389000', '182209.393000', '182209.396000', '182209.398000', '182209.401000', '182209.404000', '182209.406000', '182209.409000', '182229.295000', '182229.298000', '182229.301000', '182229.303000', '182229.306000', '182229.309000', '182229.311000', '182229.314000', '182229.316000', '182229.319000', '182229.321000', '182229.324000', '182229.327000', '182229.329000', '182229.332000', '182229.334000', '182229.337000', '182229.339000', '182229.342000', '182229.345000', '182229.348000', '182229.351000', '182229.354000', '182229.357000', '182229.359000', '182229.362000', '182229.364000', '182229.367000', '182229.369000', '182229.372000', '182229.375000', '182229.377000', '182229.380000', '182229.382000', '182229.385000', '182229.387000', '182229.390000', '182229.393000', '182229.395000', '182229.398000', '182229.400000', '182229.403000', '182229.406000', '182249.295000', '182249.298000', '182249.301000', '182249.304000', '182249.306000', '182249.309000', '182249.313000', '182249.316000', '182249.319000', '182249.321000', '182249.324000', '182249.326000', '182249.329000', '182249.331000', '182249.334000', '182249.336000', '182249.339000', '182249.341000', '182249.344000', '182249.347000', '182249.349000', '182249.352000', '182249.354000', '182249.357000', '182249.359000', '182249.362000', '182249.364000', '182249.367000', '182249.369000', '182249.372000', '182249.375000', '182249.377000', '182249.380000', '182249.382000', '182249.385000', '182249.387000', '182249.390000', '182249.393000', '182249.395000', '182249.398000', '182249.401000', '182249.403000', '182249.406000', '182249.408000', '182309.296000', '182309.299000', '182309.301000', '182309.304000', '182309.306000', '182309.309000', '182309.312000', '182309.314000', '182309.317000', '182309.319000', '182309.322000', '182309.324000', '182309.327000', '182309.329000', '182309.332000', '182309.335000', '182309.337000', '182309.347000', '182309.350000', '182309.353000', '182309.355000', '182309.358000', '182309.360000', '182309.363000', '182309.366000', '182309.368000', '182309.371000', '182309.374000', '182309.377000', '182309.379000', '182309.382000', '182309.385000', '182309.387000', '182309.390000', '182309.392000', '182309.395000', '182309.397000', '182309.400000', '182309.403000', '182309.405000', '182309.408000', '182309.411000', '182309.413000', '182329.296000', '182329.298000', '182329.301000', '182329.304000', '182329.306000', '182329.309000', '182329.312000', '182329.314000', '182329.317000', '182329.319000', '182329.322000', '182329.325000', '182329.327000', '182329.330000', '182329.333000', '182329.335000', '182329.338000', '182329.340000', '182329.343000', '182329.346000', '182329.348000', '182329.351000', '182329.353000', '182329.356000', '182329.359000', '182329.361000', '182329.364000', '182329.366000', '182329.369000', '182329.372000', '182329.374000', '182329.377000', '182329.380000', '182329.382000', '182329.385000', '182329.387000', '182329.390000', '182329.393000', '182329.395000', '182329.398000', '182329.400000', '182329.403000', '182329.405000', '182329.408000', '182349.295000', '182349.298000', '182349.301000', '182349.304000', '182349.306000', '182349.309000', '182349.311000', '182349.314000', '182349.317000', '182349.319000', '182349.322000', '182349.324000', '182349.327000', '182349.330000', '182349.332000', '182349.335000', '182349.338000', '182349.340000', '182349.343000', '182349.345000', '182349.348000', '182349.350000', '182349.353000', '182349.356000', '182349.358000', '182349.361000', '182349.363000', '182349.366000', '182349.369000', '182349.371000', '182349.374000', '182349.376000', '182349.379000', '182349.381000', '182349.384000', '182349.387000', '182349.389000', '182349.392000', '182349.395000', '182349.397000', '182349.400000', '182349.403000', '182349.406000', '182409.296000', '182409.298000', '182409.301000', '182409.303000', '182409.306000', '182409.309000', '182409.311000', '182409.314000', '182409.316000', '182409.319000', '182409.321000', '182409.324000', '182409.327000', '182409.329000', '182409.332000', '182409.335000', '182409.337000', '182409.340000', '182409.342000', '182409.345000', '182409.348000', '182409.350000', '182409.353000', '182409.355000', '182409.358000', '182409.360000', '182409.363000', '182409.366000', '182409.368000', '182409.371000', '182409.373000', '182409.376000', '182409.379000', '182409.381000', '182409.384000', '182409.386000', '182409.389000', '182409.391000', '182409.394000', '182409.397000', '182409.399000', '182409.402000', '182409.405000', '182409.407000', '182429.296000', '182429.299000', '182429.302000', '182429.305000', '182429.307000', '182429.310000', '182429.312000', '182429.315000', '182429.317000', '182429.320000', '182429.322000', '182429.325000', '182429.328000', '182429.339000', '182429.341000', '182429.344000', '182429.347000', '182429.349000', '182429.352000', '182429.355000', '182429.357000', '182429.360000', '182429.362000', '182429.365000', '182429.368000', '182429.370000', '182429.373000', '182429.375000', '182429.378000', '182429.381000', '182429.383000', '182429.386000', '182429.388000', '182429.391000', '182429.394000', '182429.396000', '182429.399000', '182429.401000', '182429.404000', '182429.406000', '182429.409000', '182429.412000', '182429.414000', '182449.295000', '182449.298000', '182449.301000', '182449.304000', '182449.306000', '182449.309000', '182449.311000', '182449.314000', '182449.317000', '182449.319000', '182449.322000', '182449.324000', '182449.327000', '182449.329000', '182449.332000', '182449.334000', '182449.337000', '182449.340000', '182449.342000', '182449.345000', '182449.347000', '182449.350000', '182449.353000', '182449.355000', '182449.358000', '182449.360000', '182449.363000', '182449.366000', '182449.368000', '182449.371000', '182449.373000', '182449.376000', '182449.379000', '182449.381000', '182449.384000', '182449.386000', '182449.389000', '182449.391000', '182449.394000', '182449.397000', '182449.399000', '182449.402000', '182449.404000', '182449.407000', '182509.296000', '182509.298000', '182509.301000', '182509.304000', '182509.306000', '182509.309000', '182509.312000', '182509.314000', '182509.317000', '182509.320000', '182509.322000', '182509.325000', '182509.327000', '182509.330000', '182509.333000', '182509.335000', '182509.338000', '182509.340000', '182509.343000', '182509.346000', '182509.348000', '182509.351000', '182509.353000', '182509.356000', '182509.359000', '182509.361000', '182509.364000', '182509.366000', '182509.369000', '182509.371000', '182509.374000', '182509.376000', '182509.379000', '182509.382000', '182509.384000', '182509.387000', '182509.389000', '182509.392000', '182509.394000', '182509.397000', '182509.399000', '182509.402000', '182509.405000', '182529.295000', '182529.298000', '182529.301000', '182529.304000', '182529.306000', '182529.309000', '182529.311000', '182529.314000', '182529.317000', '182529.319000', '182529.322000', '182529.325000', '182529.327000', '182529.330000', '182529.332000', '182529.335000', '182529.338000', '182529.340000', '182529.343000', '182529.345000', '182529.348000', '182529.351000', '182529.353000', '182529.356000', '182529.358000', '182529.361000', '182529.364000', '182529.366000', '182529.369000', '182529.372000', '182529.374000', '182529.377000', '182529.380000', '182529.382000', '182529.385000', '182529.388000', '182529.390000', '182529.393000', '182529.395000', '182529.398000', '182529.401000', '182529.403000', '182529.406000', '182529.408000', '182549.295000', '182549.298000', '182549.301000', '182549.304000', '182549.306000', '182549.309000', '182549.311000', '182549.314000', '182549.316000', '182549.319000', '182549.322000', '182549.324000', '182549.327000', '182549.329000', '182549.332000', '182549.334000', '182549.337000', '182549.340000', '182549.342000', '182549.345000', '182549.347000', '182549.350000', '182549.352000', '182549.355000', '182549.358000', '182549.360000', '182549.363000', '182549.365000', '182549.368000', '182549.371000', '182549.373000', '182549.376000', '182549.378000', '182549.381000', '182549.384000', '182549.386000', '182549.389000', '182549.391000', '182549.394000', '182549.397000', '182549.399000', '182549.402000', '182549.404000', '182607.436000', '182607.439000', '182607.442000', '182607.444000', '182607.447000', '182607.449000', '182607.452000', '182607.455000', '182607.457000', '182607.460000', '182607.462000', '182607.465000', '182607.468000', '182607.471000', '182607.473000', '182607.478000', '182607.480000', '182607.483000', '182607.485000', '182607.488000', '182607.490000', '182607.493000', '182607.495000', '182607.499000', '182607.501000', '182607.504000', '182607.506000', '182607.509000', '182607.512000', '182607.515000', '182607.517000', '182607.520000', '182607.522000', '182607.525000', '182607.528000', '182607.530000', '182607.533000', '182607.535000', '182607.538000', '182607.540000'], 'InstanceCreationTime': ['181609.318000', '181609.328000', '181609.331000', '181609.334000', '181609.337000', '181609.340000', '181609.342000', '181609.345000', '181609.348000', '181609.364000', '181609.366000', '181609.369000', '181609.371000', '181609.374000', '181609.376000', '181609.379000', '181609.381000', '181609.384000', '181609.386000', '181609.389000', '181609.391000', '181629.295000', '181629.298000', '181629.301000', '181629.303000', '181629.306000', '181629.308000', '181629.311000', '181629.314000', '181629.316000', '181629.319000', '181629.326000', '181629.328000', '181629.331000', '181629.333000', '181629.336000', '181629.338000', '181629.341000', '181629.344000', '181629.346000', '181629.349000', '181629.351000', '181629.354000', '181629.356000', '181629.359000', '181629.362000', '181629.364000', '181629.367000', '181629.369000', '181629.372000', '181629.374000', '181629.377000', '181629.380000', '181629.383000', '181629.385000', '181629.388000', '181629.390000', '181629.393000', '181629.396000', '181629.398000', '181629.401000', '181629.403000', '181629.406000', '181629.408000', '181629.411000', '181649.295000', '181649.298000', '181649.301000', '181649.303000', '181649.306000', '181649.308000', '181649.311000', '181649.313000', '181649.316000', '181649.319000', '181649.321000', '181649.324000', '181649.326000', '181649.329000', '181649.331000', '181649.334000', '181649.336000', '181649.339000', '181649.341000', '181649.344000', '181649.347000', '181649.349000', '181649.352000', '181649.354000', '181649.357000', '181649.360000', '181649.362000', '181649.365000', '181649.367000', '181649.370000', '181649.372000', '181649.375000', '181649.377000', '181649.380000', '181649.383000', '181649.385000', '181649.388000', '181649.390000', '181649.393000', '181649.395000', '181649.398000', '181649.401000', '181649.403000', '181709.295000', '181709.298000', '181709.301000', '181709.303000', '181709.306000', '181709.309000', '181709.311000', '181709.314000', '181709.317000', '181709.319000', '181709.322000', '181709.324000', '181709.327000', '181709.330000', '181709.332000', '181709.335000', '181709.337000', '181709.340000', '181709.349000', '181709.352000', '181709.354000', '181709.357000', '181709.360000', '181709.362000', '181709.365000', '181709.368000', '181709.370000', '181709.373000', '181709.375000', '181709.378000', '181709.380000', '181709.383000', '181709.385000', '181709.388000', '181709.390000', '181709.393000', '181709.396000', '181709.398000', '181709.401000', '181709.403000', '181709.406000', '181709.408000', '181709.411000', '181709.413000', '181729.296000', '181729.299000', '181729.302000', '181729.305000', '181729.307000', '181729.310000', '181729.312000', '181729.315000', '181729.317000', '181729.320000', '181729.323000', '181729.325000', '181729.328000', '181729.330000', '181729.333000', '181729.336000', '181729.338000', '181729.341000', '181729.343000', '181729.346000', '181729.349000', '181729.351000', '181729.354000', '181729.356000', '181729.359000', '181729.362000', '181729.364000', '181729.367000', '181729.369000', '181729.372000', '181729.375000', '181729.377000', '181729.380000', '181729.382000', '181729.385000', '181729.387000', '181729.390000', '181729.393000', '181729.395000', '181729.398000', '181729.400000', '181729.403000', '181729.406000', '181749.295000', '181749.298000', '181749.301000', '181749.303000', '181749.313000', '181749.315000', '181749.318000', '181749.321000', '181749.323000', '181749.326000', '181749.328000', '181749.331000', '181749.334000', '181749.336000', '181749.339000', '181749.341000', '181749.344000', '181749.347000', '181749.349000', '181749.352000', '181749.354000', '181749.357000', '181749.359000', '181749.362000', '181749.365000', '181749.367000', '181749.370000', '181749.372000', '181749.375000', '181749.378000', '181749.380000', '181749.383000', '181749.385000', '181749.388000', '181749.391000', '181749.393000', '181749.396000', '181749.398000', '181749.401000', '181749.403000', '181749.406000', '181749.408000', '181749.411000', '181749.413000', '181809.295000', '181809.298000', '181809.301000', '181809.303000', '181809.306000', '181809.309000', '181809.311000', '181809.314000', '181809.316000', '181809.319000', '181809.321000', '181809.324000', '181809.326000', '181809.329000', '181809.332000', '181809.334000', '181809.337000', '181809.339000', '181809.342000', '181809.344000', '181809.347000', '181809.349000', '181809.352000', '181809.354000', '181809.357000', '181809.360000', '181809.362000', '181809.365000', '181809.367000', '181809.370000', '181809.373000', '181809.375000', '181809.378000', '181809.380000', '181809.383000', '181809.385000', '181809.388000', '181809.390000', '181809.393000', '181809.396000', '181809.398000', '181809.401000', '181809.403000', '181829.301000', '181829.304000', '181829.306000', '181829.309000', '181829.311000', '181829.314000', '181829.316000', '181829.319000', '181829.321000', '181829.324000', '181829.327000', '181829.329000', '181829.332000', '181829.334000', '181829.337000', '181829.339000', '181829.342000', '181829.345000', '181829.348000', '181829.351000', '181829.354000', '181829.356000', '181829.359000', '181829.362000', '181829.364000', '181829.367000', '181829.369000', '181829.372000', '181829.374000', '181829.377000', '181829.380000', '181829.382000', '181829.385000', '181829.387000', '181829.390000', '181829.393000', '181829.395000', '181829.398000', '181829.400000', '181829.403000', '181829.405000', '181829.408000', '181829.410000', '181849.295000', '181849.298000', '181849.301000', '181849.304000', '181849.306000', '181849.309000', '181849.311000', '181849.314000', '181849.316000', '181849.319000', '181849.321000', '181849.324000', '181849.327000', '181849.329000', '181849.341000', '181849.344000', '181849.347000', '181849.349000', '181849.352000', '181849.354000', '181849.357000', '181849.359000', '181849.362000', '181849.365000', '181849.367000', '181849.370000', '181849.372000', '181849.375000', '181849.378000', '181849.380000', '181849.383000', '181849.385000', '181849.388000', '181849.390000', '181849.393000', '181849.396000', '181849.398000', '181849.401000', '181849.403000', '181849.406000', '181849.409000', '181849.411000', '181849.414000', '181849.416000', '181909.295000', '181909.298000', '181909.301000', '181909.303000', '181909.306000', '181909.308000', '181909.311000', '181909.314000', '181909.316000', '181909.319000', '181909.321000', '181909.324000', '181909.326000', '181909.329000', '181909.332000', '181909.334000', '181909.337000', '181909.339000', '181909.342000', '181909.345000', '181909.347000', '181909.350000', '181909.352000', '181909.355000', '181909.357000', '181909.360000', '181909.363000', '181909.365000', '181909.368000', '181909.370000', '181909.373000', '181909.376000', '181909.378000', '181909.381000', '181909.383000', '181909.386000', '181909.389000', '181909.391000', '181909.394000', '181909.396000', '181909.399000', '181909.401000', '181909.404000', '181909.407000', '181929.295000', '181929.298000', '181929.301000', '181929.304000', '181929.306000', '181929.309000', '181929.312000', '181929.314000', '181929.317000', '181929.319000', '181929.322000', '181929.325000', '181929.327000', '181929.330000', '181929.333000', '181929.335000', '181929.338000', '181929.340000', '181929.343000', '181929.346000', '181929.348000', '181929.351000', '181929.353000', '181929.356000', '181929.358000', '181929.361000', '181929.364000', '181929.366000', '181929.369000', '181929.372000', '181929.374000', '181929.377000', '181929.379000', '181929.382000', '181929.385000', '181929.387000', '181929.390000', '181929.392000', '181929.395000', '181929.398000', '181929.400000', '181929.403000', '181929.406000', '181949.296000', '181949.299000', '181949.302000', '181949.304000', '181949.307000', '181949.310000', '181949.312000', '181949.315000', '181949.317000', '181949.320000', '181949.323000', '181949.325000', '181949.328000', '181949.331000', '181949.335000', '181949.338000', '181949.341000', '181949.343000', '181949.346000', '181949.349000', '181949.351000', '181949.354000', '181949.356000', '181949.359000', '181949.362000', '181949.364000', '181949.367000', '181949.369000', '181949.372000', '181949.375000', '181949.377000', '181949.380000', '181949.382000', '181949.385000', '181949.387000', '181949.390000', '181949.393000', '181949.396000', '181949.398000', '181949.401000', '181949.404000', '181949.406000', '181949.409000', '181949.411000', '182009.295000', '182009.298000', '182009.301000', '182009.304000', '182009.306000', '182009.309000', '182009.312000', '182009.314000', '182009.317000', '182009.319000', '182009.322000', '182009.325000', '182009.327000', '182009.330000', '182009.333000', '182009.335000', '182009.338000', '182009.340000', '182009.343000', '182009.346000', '182009.348000', '182009.351000', '182009.353000', '182009.356000', '182009.359000', '182009.361000', '182009.364000', '182009.367000', '182009.369000', '182009.372000', '182009.375000', '182009.377000', '182009.380000', '182009.382000', '182009.385000', '182009.387000', '182009.390000', '182009.393000', '182009.402000', '182009.405000', '182009.408000', '182009.410000', '182009.413000', '182029.295000', '182029.298000', '182029.301000', '182029.303000', '182029.306000', '182029.309000', '182029.311000', '182029.314000', '182029.317000', '182029.319000', '182029.322000', '182029.325000', '182029.327000', '182029.330000', '182029.333000', '182029.335000', '182029.338000', '182029.340000', '182029.343000', '182029.346000', '182029.348000', '182029.351000', '182029.354000', '182029.356000', '182029.359000', '182029.361000', '182029.364000', '182029.367000', '182029.369000', '182029.372000', '182029.374000', '182029.377000', '182029.380000', '182029.382000', '182029.385000', '182029.387000', '182029.390000', '182029.392000', '182029.395000', '182029.397000', '182029.400000', '182029.403000', '182029.405000', '182049.295000', '182049.298000', '182049.301000', '182049.304000', '182049.306000', '182049.309000', '182049.311000', '182049.314000', '182049.317000', '182049.319000', '182049.322000', '182049.324000', '182049.327000', '182049.330000', '182049.332000', '182049.335000', '182049.337000', '182049.340000', '182049.343000', '182049.346000', '182049.348000', '182049.351000', '182049.353000', '182049.356000', '182049.358000', '182049.361000', '182049.363000', '182049.366000', '182049.369000', '182049.371000', '182049.374000', '182049.376000', '182049.379000', '182049.381000', '182049.384000', '182049.386000', '182049.389000', '182049.392000', '182049.394000', '182049.397000', '182049.399000', '182049.402000', '182049.404000', '182049.407000', '182109.295000', '182109.298000', '182109.301000', '182109.304000', '182109.306000', '182109.309000', '182109.311000', '182109.314000', '182109.317000', '182109.319000', '182109.322000', '182109.325000', '182109.327000', '182109.330000', '182109.332000', '182109.335000', '182109.338000', '182109.340000', '182109.343000', '182109.346000', '182109.348000', '182109.351000', '182109.354000', '182109.357000', '182109.360000', '182109.363000', '182109.365000', '182109.368000', '182109.370000', '182109.374000', '182109.377000', '182109.380000', '182109.382000', '182109.385000', '182109.387000', '182109.390000', '182109.393000', '182109.395000', '182109.398000', '182109.400000', '182109.403000', '182109.405000', '182109.408000', '182129.295000', '182129.299000', '182129.301000', '182129.304000', '182129.307000', '182129.309000', '182129.312000', '182129.315000', '182129.317000', '182129.320000', '182129.322000', '182129.325000', '182129.328000', '182129.330000', '182129.333000', '182129.335000', '182129.338000', '182129.341000', '182129.343000', '182129.346000', '182129.349000', '182129.351000', '182129.354000', '182129.356000', '182129.359000', '182129.362000', '182129.364000', '182129.367000', '182129.369000', '182129.378000', '182129.381000', '182129.383000', '182129.386000', '182129.389000', '182129.391000', '182129.394000', '182129.397000', '182129.399000', '182129.402000', '182129.404000', '182129.407000', '182129.409000', '182129.412000', '182129.414000', '182149.295000', '182149.298000', '182149.301000', '182149.303000', '182149.306000', '182149.309000', '182149.319000', '182149.322000', '182149.324000', '182149.327000', '182149.330000', '182149.332000', '182149.335000', '182149.337000', '182149.340000', '182149.342000', '182149.345000', '182149.348000', '182149.350000', '182149.353000', '182149.356000', '182149.358000', '182149.361000', '182149.363000', '182149.366000', '182149.369000', '182149.371000', '182149.374000', '182149.377000', '182149.379000', '182149.382000', '182149.385000', '182149.387000', '182149.390000', '182149.393000', '182149.395000', '182149.398000', '182149.400000', '182149.403000', '182149.405000', '182149.408000', '182149.411000', '182149.413000', '182209.297000', '182209.299000', '182209.302000', '182209.305000', '182209.307000', '182209.310000', '182209.312000', '182209.315000', '182209.317000', '182209.320000', '182209.322000', '182209.325000', '182209.328000', '182209.330000', '182209.333000', '182209.335000', '182209.338000', '182209.340000', '182209.343000', '182209.345000', '182209.348000', '182209.350000', '182209.353000', '182209.356000', '182209.358000', '182209.361000', '182209.363000', '182209.366000', '182209.368000', '182209.371000', '182209.374000', '182209.376000', '182209.379000', '182209.381000', '182209.384000', '182209.387000', '182209.389000', '182209.393000', '182209.396000', '182209.398000', '182209.401000', '182209.404000', '182209.406000', '182209.409000', '182229.295000', '182229.298000', '182229.301000', '182229.303000', '182229.306000', '182229.309000', '182229.311000', '182229.314000', '182229.316000', '182229.319000', '182229.321000', '182229.324000', '182229.327000', '182229.329000', '182229.332000', '182229.334000', '182229.337000', '182229.339000', '182229.342000', '182229.345000', '182229.348000', '182229.351000', '182229.354000', '182229.357000', '182229.359000', '182229.362000', '182229.364000', '182229.367000', '182229.369000', '182229.372000', '182229.375000', '182229.377000', '182229.380000', '182229.382000', '182229.385000', '182229.387000', '182229.390000', '182229.393000', '182229.395000', '182229.398000', '182229.400000', '182229.403000', '182229.406000', '182249.295000', '182249.298000', '182249.301000', '182249.304000', '182249.306000', '182249.309000', '182249.313000', '182249.316000', '182249.319000', '182249.321000', '182249.324000', '182249.326000', '182249.329000', '182249.331000', '182249.334000', '182249.336000', '182249.339000', '182249.341000', '182249.344000', '182249.347000', '182249.349000', '182249.352000', '182249.354000', '182249.357000', '182249.359000', '182249.362000', '182249.364000', '182249.367000', '182249.369000', '182249.372000', '182249.375000', '182249.377000', '182249.380000', '182249.382000', '182249.385000', '182249.387000', '182249.390000', '182249.393000', '182249.395000', '182249.398000', '182249.401000', '182249.403000', '182249.406000', '182249.408000', '182309.296000', '182309.299000', '182309.301000', '182309.304000', '182309.306000', '182309.309000', '182309.312000', '182309.314000', '182309.317000', '182309.319000', '182309.322000', '182309.324000', '182309.327000', '182309.329000', '182309.332000', '182309.335000', '182309.337000', '182309.347000', '182309.350000', '182309.353000', '182309.355000', '182309.358000', '182309.360000', '182309.363000', '182309.366000', '182309.368000', '182309.371000', '182309.374000', '182309.377000', '182309.379000', '182309.382000', '182309.385000', '182309.387000', '182309.390000', '182309.392000', '182309.395000', '182309.397000', '182309.400000', '182309.403000', '182309.405000', '182309.408000', '182309.411000', '182309.413000', '182329.296000', '182329.298000', '182329.301000', '182329.304000', '182329.306000', '182329.309000', '182329.312000', '182329.314000', '182329.317000', '182329.319000', '182329.322000', '182329.325000', '182329.327000', '182329.330000', '182329.333000', '182329.335000', '182329.338000', '182329.340000', '182329.343000', '182329.346000', '182329.348000', '182329.351000', '182329.353000', '182329.356000', '182329.359000', '182329.361000', '182329.364000', '182329.366000', '182329.369000', '182329.372000', '182329.374000', '182329.377000', '182329.380000', '182329.382000', '182329.385000', '182329.387000', '182329.390000', '182329.393000', '182329.395000', '182329.398000', '182329.400000', '182329.403000', '182329.405000', '182329.408000', '182349.295000', '182349.298000', '182349.301000', '182349.304000', '182349.306000', '182349.309000', '182349.311000', '182349.314000', '182349.317000', '182349.319000', '182349.322000', '182349.324000', '182349.327000', '182349.330000', '182349.332000', '182349.335000', '182349.338000', '182349.340000', '182349.343000', '182349.345000', '182349.348000', '182349.350000', '182349.353000', '182349.356000', '182349.358000', '182349.361000', '182349.363000', '182349.366000', '182349.369000', '182349.371000', '182349.374000', '182349.376000', '182349.379000', '182349.381000', '182349.384000', '182349.387000', '182349.389000', '182349.392000', '182349.395000', '182349.397000', '182349.400000', '182349.403000', '182349.406000', '182409.296000', '182409.298000', '182409.301000', '182409.303000', '182409.306000', '182409.309000', '182409.311000', '182409.314000', '182409.316000', '182409.319000', '182409.321000', '182409.324000', '182409.327000', '182409.329000', '182409.332000', '182409.335000', '182409.337000', '182409.340000', '182409.342000', '182409.345000', '182409.348000', '182409.350000', '182409.353000', '182409.355000', '182409.358000', '182409.360000', '182409.363000', '182409.366000', '182409.368000', '182409.371000', '182409.373000', '182409.376000', '182409.379000', '182409.381000', '182409.384000', '182409.386000', '182409.389000', '182409.391000', '182409.394000', '182409.397000', '182409.399000', '182409.402000', '182409.405000', '182409.407000', '182429.296000', '182429.299000', '182429.302000', '182429.305000', '182429.307000', '182429.310000', '182429.312000', '182429.315000', '182429.317000', '182429.320000', '182429.322000', '182429.325000', '182429.328000', '182429.339000', '182429.341000', '182429.344000', '182429.347000', '182429.349000', '182429.352000', '182429.355000', '182429.357000', '182429.360000', '182429.362000', '182429.365000', '182429.368000', '182429.370000', '182429.373000', '182429.375000', '182429.378000', '182429.381000', '182429.383000', '182429.386000', '182429.388000', '182429.391000', '182429.394000', '182429.396000', '182429.399000', '182429.401000', '182429.404000', '182429.406000', '182429.409000', '182429.412000', '182429.414000', '182449.295000', '182449.298000', '182449.301000', '182449.304000', '182449.306000', '182449.309000', '182449.311000', '182449.314000', '182449.317000', '182449.319000', '182449.322000', '182449.324000', '182449.327000', '182449.329000', '182449.332000', '182449.334000', '182449.337000', '182449.340000', '182449.342000', '182449.345000', '182449.347000', '182449.350000', '182449.353000', '182449.355000', '182449.358000', '182449.360000', '182449.363000', '182449.366000', '182449.368000', '182449.371000', '182449.373000', '182449.376000', '182449.379000', '182449.381000', '182449.384000', '182449.386000', '182449.389000', '182449.391000', '182449.394000', '182449.397000', '182449.399000', '182449.402000', '182449.404000', '182449.407000', '182509.296000', '182509.298000', '182509.301000', '182509.304000', '182509.306000', '182509.309000', '182509.312000', '182509.314000', '182509.317000', '182509.320000', '182509.322000', '182509.325000', '182509.327000', '182509.330000', '182509.333000', '182509.335000', '182509.338000', '182509.340000', '182509.343000', '182509.346000', '182509.348000', '182509.351000', '182509.353000', '182509.356000', '182509.359000', '182509.361000', '182509.364000', '182509.366000', '182509.369000', '182509.371000', '182509.374000', '182509.376000', '182509.379000', '182509.382000', '182509.384000', '182509.387000', '182509.389000', '182509.392000', '182509.394000', '182509.397000', '182509.399000', '182509.402000', '182509.405000', '182529.295000', '182529.298000', '182529.301000', '182529.304000', '182529.306000', '182529.309000', '182529.311000', '182529.314000', '182529.317000', '182529.319000', '182529.322000', '182529.325000', '182529.327000', '182529.330000', '182529.332000', '182529.335000', '182529.338000', '182529.340000', '182529.343000', '182529.345000', '182529.348000', '182529.351000', '182529.353000', '182529.356000', '182529.358000', '182529.361000', '182529.364000', '182529.366000', '182529.369000', '182529.372000', '182529.374000', '182529.377000', '182529.380000', '182529.382000', '182529.385000', '182529.388000', '182529.390000', '182529.393000', '182529.395000', '182529.398000', '182529.401000', '182529.403000', '182529.406000', '182529.408000', '182549.295000', '182549.298000', '182549.301000', '182549.304000', '182549.306000', '182549.309000', '182549.311000', '182549.314000', '182549.316000', '182549.319000', '182549.322000', '182549.324000', '182549.327000', '182549.329000', '182549.332000', '182549.334000', '182549.337000', '182549.340000', '182549.342000', '182549.345000', '182549.347000', '182549.350000', '182549.352000', '182549.355000', '182549.358000', '182549.360000', '182549.363000', '182549.365000', '182549.368000', '182549.371000', '182549.373000', '182549.376000', '182549.378000', '182549.381000', '182549.384000', '182549.386000', '182549.389000', '182549.391000', '182549.394000', '182549.397000', '182549.399000', '182549.402000', '182549.404000', '182607.436000', '182607.439000', '182607.442000', '182607.444000', '182607.447000', '182607.449000', '182607.452000', '182607.455000', '182607.457000', '182607.460000', '182607.462000', '182607.465000', '182607.468000', '182607.471000', '182607.473000', '182607.478000', '182607.480000', '182607.483000', '182607.485000', '182607.488000', '182607.490000', '182607.493000', '182607.495000', '182607.499000', '182607.501000', '182607.504000', '182607.506000', '182607.509000', '182607.512000', '182607.515000', '182607.517000', '182607.520000', '182607.522000', '182607.525000', '182607.528000', '182607.530000', '182607.533000', '182607.535000', '182607.538000', '182607.540000'], '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': [8394, 8264, 12325, 10035, 12378, 9471, 8293, 9953, 10131, 13269, 9687, 8518, 8382, 8408, 8123, 10233, 11817, 9527, 9859, 8593, 8637, 8378, 10131, 14556, 9228, 10926, 8883, 8222, 13427, 9760, 13331, 9155, 9146, 9463, 8731, 13933, 9480, 12175, 9370, 11010, 8960, 10184, 8205, 9939, 14585, 10754, 12510, 8848, 10159, 14443, 9610, 12408, 8904, 8564, 8471, 9896, 10419, 8418, 9063, 8770, 9967, 12958, 8957, 10600, 8858, 9424, 11624, 9620, 12246, 8655, 8625, 8132, 9730, 14039, 9067, 8361, 8537, 10146, 14093, 9524, 10226, 8775, 8456, 12709, 10084, 12449, 9066, 9069, 8782, 10356, 15200, 8904, 12782, 8757, 8855, 10058, 10166, 14933, 10273, 11580, 9196, 8421, 8831, 8597, 10878, 10017, 10575, 9334, 9078, 9175, 8794, 8222, 9992, 9978, 9053, 8571, 9142, 10325, 13505, 9008, 9198, 9024, 9889, 13323, 9756, 9215, 9319, 9084, 10281, 10230, 12481, 9115, 9178, 13487, 10092, 14503, 9836, 10092, 9347, 8591, 11599, 9301, 11083, 9782, 10631, 9397, 10786, 9041, 10128, 13543, 9498, 9884, 11568, 9568, 13811, 9252, 8136, 9602, 9207, 11427, 9801, 10499, 9449, 9016, 11256, 9264, 10716, 9246, 8123, 9396, 9975, 13977, 9659, 12085, 9491, 10236, 9309, 10652, 15423, 10734, 12382, 9519, 8391, 9562, 10228, 14458, 9648, 11283, 9529, 8189, 9669, 9170, 9552, 9774, 11749, 9518, 8909, 9727, 9409, 9199, 10207, 12993, 9685, 11298, 9535, 8062, 9458, 10553, 14293, 9669, 12043, 9872, 11273, 9504, 8845, 14260, 10704, 14131, 11049, 13212, 9735, 8037, 9654, 10846, 14390, 9993, 12354, 9743, 8451, 9686, 9582, 13773, 10294, 12043, 9926, 8641, 9607, 9194, 9881, 9338, 9161, 10266, 13210, 9862, 9204, 9542, 9171, 9283, 9331, 11045, 10074, 9289, 9614, 9664, 9823, 9466, 11787, 10538, 14097, 10324, 11846, 9808, 8283, 9276, 9116, 11239, 10293, 13550, 9662, 10780, 9436, 9279, 13372, 10109, 13656, 9091, 9261, 9049, 8664, 9627, 8834, 9476, 13555, 10007, 13441, 9648, 11066, 14262, 10535, 14281, 9509, 8758, 8791, 10340, 8933, 9286, 8773, 8708, 9982, 8739, 9179, 8625, 8790, 9632, 9744, 9496, 8173, 8883, 9751, 12064, 9822, 9824, 8999, 8626, 14261, 9827, 12481, 9346, 8931, 8833, 10207, 14345, 9157, 10724, 12854, 10145, 11048, 9247, 9156, 13244, 9996, 10763, 9154, 8629, 12999, 9752, 11140, 9190, 9276, 12130, 9456, 10158, 9349, 8844, 11003, 9750, 8604, 9311, 10412, 14758, 9352, 11086, 9061, 10274, 14744, 10774, 9583, 8963, 9995, 12173, 9144, 8761, 11964, 9440, 8868, 8833, 8790, 11476, 8996, 8966, 8926, 9629, 13471, 9057, 10576, 9236, 10149, 14689, 10687, 11404, 8761, 9958, 13645, 9239, 9590, 9176, 10210, 14605, 9282, 10886, 11489, 9940, 14860, 9471, 10741, 12122, 9894, 14652, 9899, 11910, 9145, 10449, 13575, 9722, 8412, 8930, 10188, 9860, 9071, 8611, 8924, 10053, 9641, 8958, 8838, 12731, 9300, 10311, 9094, 10310, 13180, 9216, 10127, 9412, 10451, 14466, 9716, 10303, 12664, 9938, 13968, 9210, 8549, 11070, 9923, 12835, 9412, 8489, 9137, 10508, 9415, 9323, 8634, 9041, 9962, 11466, 9334, 8611, 8967, 9822, 12572, 9095, 8842, 9261, 10492, 13618, 9139, 10065, 9349, 9854, 13187, 9514, 9528, 9246, 10060, 14234, 9601, 11358, 9574, 8771, 13804, 10317, 12688, 9676, 9810, 9185, 10103, 14012, 10799, 11982, 9089, 9837, 9389, 8910, 9049, 8668, 11651, 9787, 12372, 9311, 8896, 9320, 10292, 12497, 9478, 10463, 9224, 10279, 12646, 10134, 9972, 9318, 10396, 14085, 9606, 12366, 9177, 9668, 9856, 9528, 11813, 9765, 8971, 9108, 8702, 9696, 8885, 9540, 9084, 9693, 11436, 12204, 10540, 13928, 10591, 12364, 9543, 9325, 9768, 9260, 11577, 10228, 8975, 9435, 9178, 9468, 10024, 10943, 9756, 8285, 9497, 8854, 9248, 10261, 11215, 9774, 8348, 9543, 9152, 11916, 9980, 11074, 9891, 8859, 9341, 10433, 14797, 9584, 11472, 9539, 10068, 9228, 10796, 14048, 9568, 11120, 9545, 8296, 9336, 10485, 11193, 9298, 11019, 9462, 7987, 9104, 9951, 12876, 9527, 10190, 9422, 9138, 11051, 9292, 11239, 9583, 9015, 9007, 10108, 13059, 9347, 10534, 9170, 10212, 12088, 9709, 12025, 9630, 9937, 9337, 10566, 14542, 11125, 12121, 9740, 9208, 12245, 10057, 12445, 9711, 8938, 9275, 10494, 12149, 9636, 10331, 9479, 9098, 9103, 9900, 13113, 9496, 8541, 9163, 10443, 13321, 9531, 11489, 9680, 8974, 9495, 10659, 14638, 9863, 12032, 9551, 9713, 9238, 10494, 13789, 9519, 12173, 9546, 9014, 9449, 9736, 10850, 9467, 9022, 9305, 10074, 10353, 9411, 8246, 9179, 10412, 9698, 9329, 9136, 9569, 9148, 10255, 9981, 10270, 9395, 8995, 8985, 10105, 11895, 9311, 9986, 11410, 9397, 12464, 10268, 11191, 9421, 10340, 12295, 9419, 13442, 10151, 12079, 9484, 9005, 11759, 10472, 11685, 9694, 9040, 9427, 10433, 13675, 10060, 10290, 9626, 10954, 12531, 9672, 11106, 9644, 8763, 9536, 9128, 12941, 10004, 11252, 9613, 9056, 11569, 9948, 12427, 9764, 9020, 8986, 10162, 11256, 9812, 8880, 9186, 10638, 10346, 9507, 9180, 11626, 10276, 10735, 9446, 8853, 9332, 9992, 12003, 9869, 8458, 8975, 10118, 12744, 9537, 9416, 9357, 10422, 11310, 9524, 8932, 12035, 9462, 9723, 9424, 10082, 13168, 9636, 10835, 9510, 10421, 13851, 9438, 10659, 9695, 10344, 12923, 9375, 8926, 9782, 9487, 12175, 9440, 9155, 10643, 9376, 9392, 9168, 9947, 12661, 9247, 9106, 8815, 9691, 11544, 9388, 9012, 9737, 9671, 9924, 9274, 9941, 13155, 9504, 9515, 9980, 9677, 13159, 9766, 8936, 9310, 9775, 9234, 9555, 10570, 13497, 9650, 9367, 9271, 10180, 11864, 9607, 9221, 9076, 9819, 8910, 9531, 10416, 13417, 9695, 9703, 9310, 10027, 11271, 9631, 9434, 9652, 10574, 10302, 9564, 10298, 9967, 9337, 9183, 9896, 13500, 10141, 10661, 14074, 9888, 11601, 9447, 9784, 13856, 9971, 9488, 9383, 9790, 10529, 9619, 10191, 12698, 9774, 9578, 11596, 9386, 10412, 9958, 10324, 11205, 9900, 10150, 12791, 9629, 7985, 9882, 10275, 12112, 9800, 10025, 9849, 9150, 9091, 9614, 9804, 9484, 9914, 13430, 9750, 12382, 9752, 10580, 13403, 10066, 10084, 9471, 10185, 10539, 9543, 9686, 12988, 9543, 10601, 9764, 10043, 12254, 9694, 9320, 9215, 9510, 11427, 9972, 10042, 11370, 9628, 9514, 9428, 10359, 12420, 9713, 10131, 12419, 9425, 10938, 9902, 10581, 12347, 9666, 9499, 11186, 9908, 10681, 9788, 10730, 13238, 10113, 9450, 9440, 9994, 9797, 9617, 10137, 10755, 9725, 8522, 9624, 10569, 11276, 9785, 9208, 9417, 9568, 12920, 10097, 9840, 9838, 9725, 10142, 9559, 10465, 13282, 12050, 12149, 14718, 10504, 12998, 9966, 9275, 13658, 11241, 12783, 10026, 9186, 9464, 10258, 12890, 9972, 8562, 9857, 10476, 12080, 10045, 8288, 9785, 10233, 9930, 9648, 8573, 9612, 10293, 9628, 9339, 8870, 9444, 10231, 12106, 9592, 9274, 11974, 10064, 12814, 9941, 9243, 12499, 9890, 12537, 9946, 9458, 11849, 10378, 10142, 9705, 10245, 13433, 10072, 10126, 9752, 10633, 11265, 9733, 9394, 9428, 10270, 9568, 9777, 10695, 14014, 9787, 9315, 9183, 10065, 12934, 10203, 10130, 9825, 10999, 13157, 9723, 10950, 9974, 10778, 13913, 9792, 10176, 9483, 10657, 13492, 10267, 8834, 9497, 10498, 13263, 10346, 10957, 9670, 10917, 13266, 10025, 9910, 9935, 11122, 12582, 9620, 10854, 9744, 9388, 9280, 10410, 10749, 9871, 9047, 9539, 11101, 11738, 9654, 9888, 10089, 10809, 13824, 10002, 11303, 11758, 9928, 13498, 10685, 9068, 9740, 9124, 9380, 10849, 13110, 10750, 10246, 9808, 11219, 13638, 10212, 11734, 9556, 10976, 11712, 10162, 10957, 9787, 9548, 9385, 10865, 12540, 9926, 9607, 9902, 9424, 10109, 10587, 13223, 10013, 11469, 9832, 9649, 10427, 10254, 14114, 10088, 11412, 9741, 10559, 13367, 10150, 11039, 10058, 11046, 11766, 9639, 10448, 9780, 9570, 9300, 10048, 9373, 9643, 10324, 10611, 9808, 8791, 9731, 10266, 10729, 9459, 8953, 9697, 8572, 9640, 10512, 13014, 9911, 9098, 10754, 8060, 9971, 9288, 9850, 10100, 10225, 12292, 15442, 11693, 12594, 9753, 10634, 12974, 10249, 10564, 9700, 9728, 9637, 10779, 11468, 9272, 9213, 9481, 9268, 9145, 10061, 9338, 9635, 9218, 11304, 9749, 11502, 9794, 8350, 9431, 10364, 12717, 9477, 9787, 10915, 9359, 13187, 10150, 10973, 9827, 10858, 14501, 10752, 10800, 9614, 10996, 13708, 9789, 12278, 9566, 9346, 9338, 10517, 11973, 9714, 9313, 9424, 10271, 10155, 9640, 9052, 13441, 10305, 11453, 9642, 10627, 12545, 9975, 11980, 9732, 8895, 9458, 10764, 12385, 9965, 10654, 13893, 10220, 11819, 9810, 10840, 13208, 10041, 12016, 9914, 9395, 10241, 10738, 10853, 9834, 9470, 11330, 10455, 11185, 9841, 9345, 13069, 10422, 11488, 9865, 9309, 11373, 9924, 11966, 9807, 9344, 9606, 10062, 10107, 10054, 9725, 9739, 9663, 9510, 10012, 11391, 9693, 10748, 9662, 9712, 12830, 9944, 10159, 9956, 10615, 13836, 9792, 11183, 9738, 9261, 12696, 9976, 9866, 9606, 9234, 11472, 10155, 12248, 9709, 9284, 9105, 9880, 12565, 9759, 9204, 9654, 10302, 9870, 9410, 9003, 9454, 9481, 8853, 10073, 11638, 9706, 8858, 10019, 8988, 10131, 10756, 10179, 12341, 10034, 12177, 14623, 11244, 11904, 14751, 11664, 12531, 9978, 10918, 12315, 10139, 11490, 9807], 'WindowCenter': [3870.0, 3854.0, 3894.0, 3861.0, 3879.0, 3846.0, 3837.0, 3845.0, 3857.0, 3877.0, 3858.0, 3836.0, 3835.0, 3849.0, 3837.0, 3869.0, 3878.0, 3858.0, 3870.0, 3849.0, 3848.0, 3848.0, 3870.0, 3900.0, 3859.0, 3869.0, 3849.0, 3837.0, 3890.0, 3859.0, 3889.0, 3849.0, 3860.0, 3859.0, 3852.0, 3903.0, 3858.0, 3878.0, 3859.0, 3870.0, 3849.0, 3859.0, 3836.0, 3858.0, 3888.0, 3867.0, 3877.0, 3846.0, 3869.0, 3888.0, 3846.0, 3877.0, 3835.0, 3834.0, 3834.0, 3858.0, 3853.0, 3834.0, 3846.0, 3836.0, 3858.0, 3877.0, 3846.0, 3867.0, 3847.0, 3848.0, 3866.0, 3857.0, 3877.0, 3837.0, 3849.0, 3824.0, 3856.0, 3889.0, 3847.0, 3834.0, 3835.0, 3857.0, 3887.0, 3858.0, 3856.0, 3847.0, 3837.0, 3877.0, 3857.0, 3877.0, 3847.0, 3835.0, 3836.0, 3858.0, 3886.0, 3845.0, 3878.0, 3836.0, 3846.0, 3855.0, 3856.0, 3888.0, 3858.0, 3866.0, 3846.0, 3834.0, 3845.0, 3835.0, 3868.0, 3858.0, 3856.0, 3848.0, 3847.0, 3847.0, 3849.0, 3837.0, 3859.0, 3858.0, 3848.0, 3848.0, 3848.0, 3870.0, 3889.0, 3848.0, 3847.0, 3846.0, 3859.0, 3890.0, 3859.0, 3860.0, 3860.0, 3848.0, 3858.0, 3871.0, 3878.0, 3846.0, 3848.0, 3890.0, 3859.0, 3888.0, 3859.0, 3858.0, 3846.0, 3837.0, 3868.0, 3847.0, 3868.0, 3859.0, 3868.0, 3849.0, 3868.0, 3850.0, 3870.0, 3890.0, 3860.0, 3860.0, 3880.0, 3858.0, 3890.0, 3859.0, 3837.0, 3858.0, 3848.0, 3880.0, 3859.0, 3867.0, 3858.0, 3848.0, 3869.0, 3847.0, 3857.0, 3860.0, 3837.0, 3847.0, 3857.0, 3889.0, 3857.0, 3878.0, 3860.0, 3869.0, 3848.0, 3869.0, 3897.0, 3857.0, 3879.0, 3847.0, 3835.0, 3846.0, 3856.0, 3888.0, 3847.0, 3866.0, 3857.0, 3834.0, 3847.0, 3848.0, 3858.0, 3858.0, 3878.0, 3859.0, 3847.0, 3858.0, 3849.0, 3847.0, 3859.0, 3878.0, 3859.0, 3868.0, 3860.0, 3838.0, 3859.0, 3870.0, 3888.0, 3858.0, 3879.0, 3858.0, 3868.0, 3859.0, 3849.0, 3888.0, 3856.0, 3888.0, 3867.0, 3876.0, 3846.0, 3824.0, 3846.0, 3867.0, 3886.0, 3845.0, 3866.0, 3846.0, 3835.0, 3844.0, 3844.0, 3876.0, 3855.0, 3866.0, 3855.0, 3833.0, 3844.0, 3845.0, 3856.0, 3845.0, 3845.0, 3857.0, 3877.0, 3858.0, 3846.0, 3858.0, 3846.0, 3848.0, 3849.0, 3868.0, 3871.0, 3846.0, 3859.0, 3858.0, 3859.0, 3861.0, 3881.0, 3885.0, 3904.0, 3860.0, 3878.0, 3871.0, 3837.0, 3847.0, 3848.0, 3881.0, 3871.0, 3890.0, 3859.0, 3869.0, 3859.0, 3848.0, 3890.0, 3858.0, 3889.0, 3848.0, 3833.0, 3833.0, 3834.0, 3858.0, 3849.0, 3872.0, 3903.0, 3872.0, 3892.0, 3859.0, 3881.0, 3888.0, 3857.0, 3889.0, 3846.0, 3836.0, 3835.0, 3856.0, 3832.0, 3833.0, 3833.0, 3833.0, 3845.0, 3832.0, 3833.0, 3833.0, 3834.0, 3845.0, 3845.0, 3846.0, 3834.0, 3834.0, 3846.0, 3876.0, 3857.0, 3857.0, 3848.0, 3848.0, 3886.0, 3846.0, 3878.0, 3846.0, 3835.0, 3846.0, 3857.0, 3885.0, 3845.0, 3856.0, 3876.0, 3856.0, 3864.0, 3845.0, 3845.0, 3877.0, 3856.0, 3855.0, 3847.0, 3836.0, 3876.0, 3844.0, 3866.0, 3847.0, 3846.0, 3865.0, 3844.0, 3855.0, 3844.0, 3845.0, 3866.0, 3857.0, 3835.0, 3845.0, 3857.0, 3888.0, 3847.0, 3868.0, 3833.0, 3856.0, 3886.0, 3856.0, 3845.0, 3833.0, 3855.0, 3865.0, 3843.0, 3835.0, 3866.0, 3857.0, 3846.0, 3846.0, 3847.0, 3867.0, 3847.0, 3846.0, 3848.0, 3858.0, 3890.0, 3848.0, 3869.0, 3848.0, 3858.0, 3889.0, 3869.0, 3868.0, 3834.0, 3856.0, 3888.0, 3848.0, 3846.0, 3859.0, 3870.0, 3886.0, 3847.0, 3868.0, 3868.0, 3858.0, 3887.0, 3847.0, 3867.0, 3866.0, 3846.0, 3888.0, 3844.0, 3867.0, 3834.0, 3855.0, 3875.0, 3845.0, 3823.0, 3834.0, 3856.0, 3842.0, 3833.0, 3833.0, 3845.0, 3857.0, 3845.0, 3844.0, 3847.0, 3877.0, 3846.0, 3855.0, 3846.0, 3857.0, 3875.0, 3846.0, 3856.0, 3846.0, 3857.0, 3888.0, 3845.0, 3845.0, 3865.0, 3844.0, 3876.0, 3845.0, 3835.0, 3852.0, 3845.0, 3865.0, 3834.0, 3833.0, 3833.0, 3856.0, 3831.0, 3843.0, 3834.0, 3834.0, 3845.0, 3866.0, 3845.0, 3835.0, 3834.0, 3846.0, 3876.0, 3847.0, 3846.0, 3846.0, 3868.0, 3886.0, 3847.0, 3857.0, 3847.0, 3858.0, 3878.0, 3847.0, 3846.0, 3845.0, 3857.0, 3888.0, 3857.0, 3867.0, 3845.0, 3836.0, 3888.0, 3856.0, 3877.0, 3847.0, 3857.0, 3833.0, 3854.0, 3876.0, 3856.0, 3855.0, 3835.0, 3843.0, 3846.0, 3834.0, 3847.0, 3837.0, 3866.0, 3855.0, 3878.0, 3847.0, 3835.0, 3846.0, 3859.0, 3876.0, 3845.0, 3856.0, 3845.0, 3856.0, 3877.0, 3857.0, 3845.0, 3834.0, 3845.0, 3875.0, 3843.0, 3866.0, 3844.0, 3844.0, 3842.0, 3845.0, 3865.0, 3856.0, 3835.0, 3834.0, 3833.0, 3845.0, 3846.0, 3859.0, 3848.0, 3858.0, 3881.0, 3881.0, 3859.0, 3888.0, 3858.0, 3877.0, 3844.0, 3834.0, 3844.0, 3844.0, 3865.0, 3857.0, 3835.0, 3845.0, 3845.0, 3845.0, 3844.0, 3855.0, 3847.0, 3834.0, 3845.0, 3846.0, 3846.0, 3858.0, 3867.0, 3858.0, 3835.0, 3844.0, 3847.0, 3877.0, 3858.0, 3869.0, 3858.0, 3848.0, 3847.0, 3868.0, 3887.0, 3857.0, 3869.0, 3848.0, 3857.0, 3848.0, 3868.0, 3887.0, 3846.0, 3867.0, 3845.0, 3835.0, 3847.0, 3869.0, 3866.0, 3847.0, 3868.0, 3858.0, 3837.0, 3848.0, 3858.0, 3877.0, 3857.0, 3857.0, 3859.0, 3860.0, 3867.0, 3848.0, 3868.0, 3858.0, 3848.0, 3847.0, 3858.0, 3877.0, 3847.0, 3856.0, 3847.0, 3870.0, 3876.0, 3858.0, 3879.0, 3846.0, 3857.0, 3847.0, 3857.0, 3887.0, 3868.0, 3867.0, 3846.0, 3845.0, 3865.0, 3846.0, 3877.0, 3845.0, 3846.0, 3846.0, 3856.0, 3865.0, 3846.0, 3855.0, 3856.0, 3846.0, 3846.0, 3857.0, 3876.0, 3846.0, 3835.0, 3846.0, 3856.0, 3876.0, 3847.0, 3867.0, 3858.0, 3847.0, 3858.0, 3857.0, 3886.0, 3845.0, 3867.0, 3846.0, 3845.0, 3845.0, 3855.0, 3874.0, 3845.0, 3864.0, 3843.0, 3834.0, 3843.0, 3843.0, 3855.0, 3844.0, 3834.0, 3833.0, 3843.0, 3854.0, 3845.0, 3834.0, 3844.0, 3868.0, 3843.0, 3845.0, 3845.0, 3845.0, 3846.0, 3857.0, 3858.0, 3856.0, 3846.0, 3835.0, 3844.0, 3858.0, 3865.0, 3846.0, 3856.0, 3869.0, 3846.0, 3878.0, 3869.0, 3867.0, 3845.0, 3857.0, 3878.0, 3847.0, 3876.0, 3857.0, 3866.0, 3843.0, 3834.0, 3867.0, 3856.0, 3865.0, 3845.0, 3834.0, 3834.0, 3855.0, 3887.0, 3856.0, 3854.0, 3846.0, 3865.0, 3865.0, 3844.0, 3867.0, 3857.0, 3835.0, 3845.0, 3846.0, 3877.0, 3857.0, 3866.0, 3856.0, 3846.0, 3866.0, 3845.0, 3876.0, 3845.0, 3845.0, 3845.0, 3856.0, 3854.0, 3856.0, 3833.0, 3845.0, 3856.0, 3854.0, 3845.0, 3846.0, 3865.0, 3856.0, 3867.0, 3846.0, 3846.0, 3846.0, 3855.0, 3876.0, 3857.0, 3835.0, 3844.0, 3856.0, 3877.0, 3858.0, 3846.0, 3846.0, 3867.0, 3866.0, 3845.0, 3846.0, 3877.0, 3857.0, 3857.0, 3846.0, 3856.0, 3876.0, 3846.0, 3866.0, 3857.0, 3868.0, 3887.0, 3846.0, 3857.0, 3845.0, 3857.0, 3877.0, 3846.0, 3846.0, 3845.0, 3846.0, 3877.0, 3857.0, 3847.0, 3856.0, 3845.0, 3845.0, 3845.0, 3857.0, 3877.0, 3847.0, 3847.0, 3845.0, 3857.0, 3866.0, 3847.0, 3847.0, 3857.0, 3857.0, 3856.0, 3845.0, 3858.0, 3878.0, 3858.0, 3858.0, 3855.0, 3844.0, 3877.0, 3856.0, 3846.0, 3844.0, 3856.0, 3845.0, 3843.0, 3868.0, 3887.0, 3857.0, 3846.0, 3844.0, 3857.0, 3866.0, 3846.0, 3846.0, 3846.0, 3857.0, 3845.0, 3856.0, 3868.0, 3888.0, 3858.0, 3858.0, 3846.0, 3857.0, 3866.0, 3857.0, 3859.0, 3858.0, 3866.0, 3857.0, 3858.0, 3856.0, 3858.0, 3860.0, 3859.0, 3858.0, 3890.0, 3859.0, 3868.0, 3890.0, 3858.0, 3867.0, 3845.0, 3856.0, 3888.0, 3858.0, 3846.0, 3845.0, 3856.0, 3857.0, 3846.0, 3869.0, 3878.0, 3857.0, 3858.0, 3866.0, 3845.0, 3856.0, 3857.0, 3858.0, 3866.0, 3857.0, 3857.0, 3888.0, 3859.0, 3852.0, 3872.0, 3871.0, 3879.0, 3869.0, 3859.0, 3859.0, 3859.0, 3847.0, 3859.0, 3858.0, 3858.0, 3858.0, 3889.0, 3857.0, 3880.0, 3859.0, 3868.0, 3891.0, 3858.0, 3858.0, 3857.0, 3868.0, 3867.0, 3858.0, 3860.0, 3890.0, 3858.0, 3869.0, 3858.0, 3857.0, 3877.0, 3858.0, 3845.0, 3858.0, 3859.0, 3879.0, 3858.0, 3873.0, 3880.0, 3860.0, 3860.0, 3844.0, 3857.0, 3876.0, 3847.0, 3858.0, 3878.0, 3846.0, 3869.0, 3857.0, 3869.0, 3878.0, 3857.0, 3856.0, 3866.0, 3857.0, 3856.0, 3857.0, 3867.0, 3876.0, 3857.0, 3846.0, 3846.0, 3857.0, 3856.0, 3845.0, 3856.0, 3867.0, 3857.0, 3837.0, 3857.0, 3869.0, 3868.0, 3858.0, 3848.0, 3847.0, 3859.0, 3889.0, 3869.0, 3858.0, 3858.0, 3858.0, 3872.0, 3873.0, 3884.0, 3906.0, 3883.0, 3883.0, 3891.0, 3870.0, 3878.0, 3846.0, 3847.0, 3877.0, 3868.0, 3876.0, 3857.0, 3845.0, 3843.0, 3855.0, 3877.0, 3856.0, 3834.0, 3844.0, 3854.0, 3865.0, 3845.0, 3823.0, 3855.0, 3857.0, 3843.0, 3845.0, 3835.0, 3846.0, 3869.0, 3846.0, 3846.0, 3847.0, 3857.0, 3869.0, 3877.0, 3859.0, 3847.0, 3866.0, 3858.0, 3878.0, 3858.0, 3848.0, 3877.0, 3855.0, 3877.0, 3857.0, 3847.0, 3866.0, 3856.0, 3855.0, 3844.0, 3855.0, 3877.0, 3856.0, 3856.0, 3844.0, 3857.0, 3865.0, 3845.0, 3845.0, 3846.0, 3856.0, 3846.0, 3857.0, 3868.0, 3886.0, 3858.0, 3846.0, 3845.0, 3857.0, 3877.0, 3857.0, 3856.0, 3857.0, 3868.0, 3875.0, 3845.0, 3867.0, 3844.0, 3856.0, 3876.0, 3844.0, 3855.0, 3844.0, 3854.0, 3876.0, 3854.0, 3834.0, 3842.0, 3856.0, 3877.0, 3856.0, 3855.0, 3845.0, 3866.0, 3875.0, 3856.0, 3843.0, 3856.0, 3867.0, 3865.0, 3844.0, 3856.0, 3846.0, 3845.0, 3845.0, 3855.0, 3854.0, 3855.0, 3835.0, 3846.0, 3877.0, 3875.0, 3846.0, 3845.0, 3856.0, 3856.0, 3876.0, 3844.0, 3856.0, 3865.0, 3845.0, 3875.0, 3854.0, 3832.0, 3843.0, 3834.0, 3834.0, 3867.0, 3875.0, 3855.0, 3856.0, 3844.0, 3866.0, 3876.0, 3844.0, 3864.0, 3845.0, 3855.0, 3863.0, 3853.0, 3854.0, 3845.0, 3845.0, 3844.0, 3855.0, 3874.0, 3844.0, 3844.0, 3855.0, 3845.0, 3854.0, 3854.0, 3877.0, 3856.0, 3864.0, 3857.0, 3846.0, 3854.0, 3854.0, 3887.0, 3855.0, 3865.0, 3844.0, 3855.0, 3874.0, 3856.0, 3855.0, 3844.0, 3866.0, 3863.0, 3843.0, 3854.0, 3845.0, 3845.0, 3843.0, 3856.0, 3843.0, 3844.0, 3856.0, 3855.0, 3856.0, 3835.0, 3844.0, 3856.0, 3866.0, 3846.0, 3845.0, 3857.0, 3847.0, 3858.0, 3869.0, 3888.0, 3856.0, 3835.0, 3854.0, 3826.0, 3857.0, 3859.0, 3873.0, 3872.0, 3884.0, 3895.0, 3902.0, 3868.0, 3879.0, 3846.0, 3857.0, 3875.0, 3856.0, 3855.0, 3845.0, 3845.0, 3845.0, 3855.0, 3864.0, 3844.0, 3844.0, 3844.0, 3846.0, 3845.0, 3858.0, 3846.0, 3857.0, 3845.0, 3866.0, 3847.0, 3866.0, 3857.0, 3837.0, 3858.0, 3869.0, 3889.0, 3858.0, 3858.0, 3868.0, 3848.0, 3891.0, 3869.0, 3869.0, 3858.0, 3867.0, 3888.0, 3868.0, 3857.0, 3846.0, 3868.0, 3888.0, 3857.0, 3878.0, 3847.0, 3845.0, 3846.0, 3857.0, 3864.0, 3846.0, 3846.0, 3846.0, 3857.0, 3855.0, 3846.0, 3846.0, 3888.0, 3857.0, 3867.0, 3856.0, 3856.0, 3874.0, 3856.0, 3866.0, 3847.0, 3847.0, 3857.0, 3869.0, 3877.0, 3845.0, 3855.0, 3887.0, 3854.0, 3866.0, 3855.0, 3867.0, 3875.0, 3856.0, 3865.0, 3844.0, 3845.0, 3854.0, 3855.0, 3851.0, 3844.0, 3845.0, 3865.0, 3856.0, 3865.0, 3857.0, 3844.0, 3875.0, 3855.0, 3866.0, 3856.0, 3845.0, 3865.0, 3845.0, 3866.0, 3857.0, 3844.0, 3846.0, 3855.0, 3855.0, 3857.0, 3856.0, 3857.0, 3856.0, 3857.0, 3858.0, 3868.0, 3858.0, 3867.0, 3858.0, 3858.0, 3888.0, 3858.0, 3858.0, 3857.0, 3857.0, 3887.0, 3857.0, 3868.0, 3857.0, 3847.0, 3877.0, 3856.0, 3855.0, 3847.0, 3846.0, 3879.0, 3858.0, 3877.0, 3858.0, 3847.0, 3845.0, 3857.0, 3877.0, 3857.0, 3847.0, 3858.0, 3870.0, 3857.0, 3847.0, 3846.0, 3859.0, 3858.0, 3848.0, 3871.0, 3880.0, 3846.0, 3847.0, 3858.0, 3848.0, 3871.0, 3884.0, 3873.0, 3894.0, 3873.0, 3893.0, 3891.0, 3867.0, 3868.0, 3887.0, 3866.0, 3865.0, 3846.0, 3857.0, 3864.0, 3842.0, 3852.0, 3830.0], 'WindowWidth': [8702.0, 8666.0, 8717.0, 8664.0, 8687.0, 8639.0, 8627.0, 8635.0, 8652.0, 8680.0, 8654.0, 8625.0, 8622.0, 8647.0, 8626.0, 8672.0, 8683.0, 8656.0, 8676.0, 8646.0, 8643.0, 8645.0, 8674.0, 8715.0, 8659.0, 8672.0, 8648.0, 8628.0, 8701.0, 8659.0, 8700.0, 8645.0, 8662.0, 8660.0, 8657.0, 8725.0, 8655.0, 8684.0, 8659.0, 8675.0, 8646.0, 8660.0, 8625.0, 8656.0, 8697.0, 8667.0, 8681.0, 8637.0, 8672.0, 8698.0, 8635.0, 8679.0, 8622.0, 8619.0, 8619.0, 8653.0, 8644.0, 8620.0, 8639.0, 8624.0, 8658.0, 8682.0, 8638.0, 8669.0, 8639.0, 8642.0, 8665.0, 8654.0, 8681.0, 8627.0, 8647.0, 8607.0, 8651.0, 8698.0, 8640.0, 8621.0, 8623.0, 8651.0, 8693.0, 8657.0, 8651.0, 8641.0, 8629.0, 8680.0, 8653.0, 8680.0, 8640.0, 8622.0, 8626.0, 8655.0, 8693.0, 8635.0, 8682.0, 8623.0, 8637.0, 8648.0, 8650.0, 8696.0, 8657.0, 8664.0, 8638.0, 8621.0, 8635.0, 8623.0, 8669.0, 8657.0, 8652.0, 8644.0, 8641.0, 8641.0, 8648.0, 8628.0, 8660.0, 8656.0, 8643.0, 8643.0, 8644.0, 8675.0, 8700.0, 8645.0, 8641.0, 8639.0, 8658.0, 8703.0, 8658.0, 8663.0, 8661.0, 8643.0, 8658.0, 8676.0, 8684.0, 8639.0, 8643.0, 8701.0, 8657.0, 8699.0, 8660.0, 8657.0, 8639.0, 8626.0, 8671.0, 8641.0, 8672.0, 8660.0, 8672.0, 8646.0, 8670.0, 8649.0, 8674.0, 8703.0, 8661.0, 8662.0, 8689.0, 8657.0, 8702.0, 8659.0, 8628.0, 8655.0, 8642.0, 8691.0, 8659.0, 8667.0, 8656.0, 8643.0, 8673.0, 8642.0, 8655.0, 8661.0, 8630.0, 8641.0, 8654.0, 8700.0, 8654.0, 8684.0, 8661.0, 8674.0, 8644.0, 8671.0, 8709.0, 8654.0, 8685.0, 8640.0, 8623.0, 8637.0, 8649.0, 8697.0, 8642.0, 8663.0, 8653.0, 8620.0, 8638.0, 8642.0, 8655.0, 8655.0, 8683.0, 8659.0, 8641.0, 8657.0, 8645.0, 8640.0, 8657.0, 8683.0, 8658.0, 8670.0, 8661.0, 8630.0, 8659.0, 8676.0, 8696.0, 8655.0, 8685.0, 8656.0, 8668.0, 8658.0, 8644.0, 8697.0, 8649.0, 8698.0, 8665.0, 8677.0, 8635.0, 8606.0, 8636.0, 8664.0, 8692.0, 8634.0, 8664.0, 8637.0, 8621.0, 8631.0, 8630.0, 8678.0, 8647.0, 8663.0, 8648.0, 8616.0, 8631.0, 8634.0, 8650.0, 8634.0, 8637.0, 8653.0, 8680.0, 8656.0, 8637.0, 8657.0, 8638.0, 8642.0, 8644.0, 8670.0, 8678.0, 8638.0, 8659.0, 8657.0, 8659.0, 8664.0, 8692.0, 8704.0, 8729.0, 8662.0, 8684.0, 8680.0, 8628.0, 8640.0, 8642.0, 8692.0, 8679.0, 8705.0, 8660.0, 8674.0, 8662.0, 8645.0, 8702.0, 8656.0, 8701.0, 8641.0, 8613.0, 8614.0, 8619.0, 8656.0, 8646.0, 8682.0, 8726.0, 8683.0, 8707.0, 8660.0, 8692.0, 8696.0, 8651.0, 8700.0, 8637.0, 8621.0, 8620.0, 8649.0, 8611.0, 8615.0, 8614.0, 8613.0, 8632.0, 8613.0, 8616.0, 8614.0, 8617.0, 8634.0, 8633.0, 8638.0, 8619.0, 8617.0, 8635.0, 8677.0, 8651.0, 8653.0, 8643.0, 8644.0, 8690.0, 8636.0, 8683.0, 8637.0, 8622.0, 8636.0, 8652.0, 8689.0, 8632.0, 8649.0, 8676.0, 8648.0, 8659.0, 8635.0, 8634.0, 8680.0, 8649.0, 8649.0, 8640.0, 8623.0, 8677.0, 8632.0, 8664.0, 8639.0, 8637.0, 8661.0, 8632.0, 8648.0, 8632.0, 8634.0, 8664.0, 8654.0, 8621.0, 8633.0, 8652.0, 8697.0, 8639.0, 8669.0, 8618.0, 8649.0, 8692.0, 8649.0, 8633.0, 8615.0, 8647.0, 8660.0, 8628.0, 8621.0, 8663.0, 8651.0, 8638.0, 8639.0, 8641.0, 8666.0, 8641.0, 8639.0, 8644.0, 8657.0, 8702.0, 8644.0, 8672.0, 8644.0, 8655.0, 8700.0, 8670.0, 8671.0, 8620.0, 8650.0, 8697.0, 8642.0, 8638.0, 8659.0, 8676.0, 8694.0, 8640.0, 8671.0, 8669.0, 8654.0, 8695.0, 8640.0, 8668.0, 8664.0, 8636.0, 8697.0, 8632.0, 8667.0, 8616.0, 8644.0, 8675.0, 8633.0, 8601.0, 8617.0, 8647.0, 8625.0, 8615.0, 8616.0, 8634.0, 8652.0, 8635.0, 8633.0, 8640.0, 8679.0, 8634.0, 8648.0, 8638.0, 8651.0, 8674.0, 8635.0, 8651.0, 8635.0, 8652.0, 8697.0, 8635.0, 8634.0, 8659.0, 8629.0, 8675.0, 8633.0, 8619.0, 8639.0, 8631.0, 8661.0, 8616.0, 8615.0, 8615.0, 8648.0, 8609.0, 8628.0, 8616.0, 8617.0, 8633.0, 8662.0, 8635.0, 8621.0, 8617.0, 8635.0, 8675.0, 8640.0, 8636.0, 8637.0, 8668.0, 8691.0, 8638.0, 8653.0, 8638.0, 8654.0, 8683.0, 8639.0, 8637.0, 8633.0, 8650.0, 8696.0, 8653.0, 8665.0, 8634.0, 8623.0, 8696.0, 8649.0, 8680.0, 8639.0, 8652.0, 8615.0, 8644.0, 8677.0, 8648.0, 8645.0, 8619.0, 8629.0, 8637.0, 8619.0, 8641.0, 8625.0, 8661.0, 8647.0, 8680.0, 8638.0, 8621.0, 8637.0, 8657.0, 8677.0, 8635.0, 8650.0, 8633.0, 8647.0, 8679.0, 8650.0, 8634.0, 8617.0, 8633.0, 8676.0, 8628.0, 8661.0, 8631.0, 8631.0, 8626.0, 8634.0, 8662.0, 8650.0, 8619.0, 8613.0, 8613.0, 8635.0, 8637.0, 8660.0, 8643.0, 8658.0, 8692.0, 8690.0, 8658.0, 8697.0, 8653.0, 8680.0, 8630.0, 8617.0, 8631.0, 8632.0, 8660.0, 8651.0, 8620.0, 8634.0, 8634.0, 8633.0, 8631.0, 8648.0, 8640.0, 8618.0, 8635.0, 8636.0, 8638.0, 8655.0, 8667.0, 8656.0, 8622.0, 8633.0, 8639.0, 8681.0, 8655.0, 8673.0, 8659.0, 8644.0, 8639.0, 8669.0, 8696.0, 8652.0, 8675.0, 8642.0, 8653.0, 8642.0, 8671.0, 8695.0, 8637.0, 8667.0, 8636.0, 8621.0, 8640.0, 8672.0, 8665.0, 8641.0, 8671.0, 8657.0, 8627.0, 8644.0, 8657.0, 8681.0, 8656.0, 8655.0, 8661.0, 8661.0, 8668.0, 8644.0, 8672.0, 8655.0, 8643.0, 8641.0, 8656.0, 8681.0, 8641.0, 8651.0, 8641.0, 8674.0, 8679.0, 8654.0, 8688.0, 8639.0, 8654.0, 8641.0, 8654.0, 8694.0, 8670.0, 8665.0, 8639.0, 8636.0, 8662.0, 8635.0, 8681.0, 8634.0, 8636.0, 8637.0, 8651.0, 8660.0, 8638.0, 8649.0, 8652.0, 8638.0, 8638.0, 8652.0, 8680.0, 8637.0, 8623.0, 8638.0, 8651.0, 8678.0, 8639.0, 8668.0, 8657.0, 8641.0, 8656.0, 8653.0, 8691.0, 8634.0, 8667.0, 8636.0, 8635.0, 8634.0, 8647.0, 8673.0, 8633.0, 8659.0, 8629.0, 8618.0, 8629.0, 8629.0, 8646.0, 8632.0, 8618.0, 8617.0, 8629.0, 8646.0, 8635.0, 8618.0, 8633.0, 8668.0, 8629.0, 8635.0, 8635.0, 8636.0, 8639.0, 8653.0, 8655.0, 8650.0, 8636.0, 8622.0, 8634.0, 8656.0, 8662.0, 8638.0, 8653.0, 8672.0, 8638.0, 8685.0, 8674.0, 8668.0, 8635.0, 8654.0, 8682.0, 8639.0, 8679.0, 8652.0, 8665.0, 8629.0, 8619.0, 8666.0, 8647.0, 8663.0, 8636.0, 8620.0, 8618.0, 8648.0, 8695.0, 8650.0, 8647.0, 8638.0, 8661.0, 8662.0, 8633.0, 8665.0, 8655.0, 8623.0, 8636.0, 8639.0, 8681.0, 8652.0, 8666.0, 8653.0, 8638.0, 8663.0, 8635.0, 8679.0, 8635.0, 8634.0, 8635.0, 8650.0, 8646.0, 8649.0, 8618.0, 8633.0, 8651.0, 8645.0, 8634.0, 8636.0, 8662.0, 8649.0, 8668.0, 8638.0, 8637.0, 8637.0, 8649.0, 8679.0, 8655.0, 8624.0, 8633.0, 8652.0, 8682.0, 8656.0, 8638.0, 8639.0, 8668.0, 8665.0, 8636.0, 8638.0, 8682.0, 8654.0, 8654.0, 8638.0, 8651.0, 8679.0, 8637.0, 8664.0, 8657.0, 8670.0, 8693.0, 8638.0, 8655.0, 8635.0, 8653.0, 8682.0, 8638.0, 8638.0, 8635.0, 8636.0, 8679.0, 8653.0, 8640.0, 8652.0, 8636.0, 8636.0, 8635.0, 8652.0, 8682.0, 8642.0, 8640.0, 8636.0, 8653.0, 8666.0, 8639.0, 8641.0, 8654.0, 8654.0, 8651.0, 8635.0, 8655.0, 8683.0, 8656.0, 8657.0, 8647.0, 8633.0, 8683.0, 8651.0, 8637.0, 8633.0, 8651.0, 8634.0, 8630.0, 8669.0, 8696.0, 8654.0, 8640.0, 8633.0, 8652.0, 8665.0, 8639.0, 8637.0, 8636.0, 8655.0, 8635.0, 8651.0, 8670.0, 8698.0, 8658.0, 8656.0, 8637.0, 8654.0, 8664.0, 8654.0, 8660.0, 8655.0, 8664.0, 8654.0, 8656.0, 8652.0, 8659.0, 8664.0, 8660.0, 8658.0, 8706.0, 8660.0, 8672.0, 8703.0, 8657.0, 8668.0, 8635.0, 8650.0, 8700.0, 8657.0, 8640.0, 8637.0, 8651.0, 8653.0, 8638.0, 8674.0, 8684.0, 8655.0, 8655.0, 8666.0, 8636.0, 8651.0, 8653.0, 8657.0, 8664.0, 8653.0, 8653.0, 8697.0, 8660.0, 8657.0, 8683.0, 8678.0, 8687.0, 8675.0, 8661.0, 8660.0, 8658.0, 8645.0, 8662.0, 8658.0, 8656.0, 8658.0, 8704.0, 8656.0, 8690.0, 8663.0, 8670.0, 8708.0, 8659.0, 8656.0, 8655.0, 8670.0, 8667.0, 8657.0, 8662.0, 8702.0, 8657.0, 8673.0, 8658.0, 8656.0, 8683.0, 8657.0, 8638.0, 8656.0, 8661.0, 8685.0, 8658.0, 8684.0, 8691.0, 8661.0, 8663.0, 8630.0, 8651.0, 8678.0, 8639.0, 8656.0, 8683.0, 8637.0, 8672.0, 8655.0, 8672.0, 8686.0, 8654.0, 8653.0, 8666.0, 8653.0, 8654.0, 8652.0, 8667.0, 8680.0, 8654.0, 8638.0, 8636.0, 8653.0, 8650.0, 8635.0, 8652.0, 8667.0, 8656.0, 8628.0, 8655.0, 8673.0, 8670.0, 8658.0, 8644.0, 8642.0, 8659.0, 8702.0, 8673.0, 8655.0, 8654.0, 8658.0, 8681.0, 8687.0, 8701.0, 8739.0, 8699.0, 8700.0, 8708.0, 8674.0, 8684.0, 8635.0, 8639.0, 8682.0, 8667.0, 8677.0, 8652.0, 8634.0, 8627.0, 8646.0, 8679.0, 8650.0, 8619.0, 8631.0, 8645.0, 8662.0, 8634.0, 8603.0, 8647.0, 8652.0, 8629.0, 8636.0, 8622.0, 8639.0, 8674.0, 8637.0, 8640.0, 8640.0, 8654.0, 8672.0, 8683.0, 8660.0, 8642.0, 8666.0, 8655.0, 8685.0, 8656.0, 8643.0, 8680.0, 8648.0, 8683.0, 8652.0, 8639.0, 8665.0, 8649.0, 8650.0, 8631.0, 8647.0, 8681.0, 8651.0, 8653.0, 8635.0, 8652.0, 8660.0, 8636.0, 8636.0, 8637.0, 8653.0, 8639.0, 8652.0, 8669.0, 8695.0, 8657.0, 8641.0, 8635.0, 8653.0, 8684.0, 8655.0, 8650.0, 8653.0, 8670.0, 8677.0, 8635.0, 8669.0, 8634.0, 8650.0, 8678.0, 8631.0, 8648.0, 8632.0, 8645.0, 8677.0, 8646.0, 8618.0, 8627.0, 8648.0, 8682.0, 8650.0, 8648.0, 8635.0, 8663.0, 8675.0, 8649.0, 8631.0, 8650.0, 8666.0, 8662.0, 8632.0, 8652.0, 8639.0, 8636.0, 8634.0, 8648.0, 8646.0, 8648.0, 8621.0, 8637.0, 8682.0, 8676.0, 8637.0, 8636.0, 8650.0, 8650.0, 8679.0, 8630.0, 8653.0, 8661.0, 8634.0, 8674.0, 8644.0, 8613.0, 8629.0, 8618.0, 8617.0, 8665.0, 8676.0, 8649.0, 8652.0, 8631.0, 8663.0, 8679.0, 8632.0, 8659.0, 8634.0, 8646.0, 8655.0, 8643.0, 8645.0, 8634.0, 8634.0, 8632.0, 8648.0, 8673.0, 8633.0, 8631.0, 8649.0, 8636.0, 8644.0, 8646.0, 8680.0, 8652.0, 8660.0, 8653.0, 8638.0, 8645.0, 8644.0, 8695.0, 8648.0, 8663.0, 8632.0, 8647.0, 8675.0, 8650.0, 8648.0, 8633.0, 8664.0, 8655.0, 8628.0, 8645.0, 8633.0, 8635.0, 8631.0, 8649.0, 8631.0, 8633.0, 8651.0, 8647.0, 8649.0, 8621.0, 8633.0, 8650.0, 8666.0, 8638.0, 8637.0, 8653.0, 8640.0, 8656.0, 8673.0, 8697.0, 8650.0, 8620.0, 8642.0, 8611.0, 8655.0, 8660.0, 8686.0, 8683.0, 8702.0, 8720.0, 8727.0, 8670.0, 8688.0, 8637.0, 8652.0, 8675.0, 8650.0, 8647.0, 8635.0, 8634.0, 8634.0, 8647.0, 8658.0, 8631.0, 8631.0, 8631.0, 8637.0, 8635.0, 8655.0, 8640.0, 8655.0, 8635.0, 8665.0, 8639.0, 8667.0, 8655.0, 8630.0, 8658.0, 8672.0, 8698.0, 8656.0, 8658.0, 8672.0, 8644.0, 8705.0, 8673.0, 8673.0, 8656.0, 8667.0, 8700.0, 8670.0, 8653.0, 8638.0, 8666.0, 8697.0, 8653.0, 8683.0, 8641.0, 8635.0, 8637.0, 8652.0, 8660.0, 8636.0, 8636.0, 8638.0, 8653.0, 8648.0, 8639.0, 8638.0, 8698.0, 8652.0, 8666.0, 8651.0, 8650.0, 8673.0, 8650.0, 8666.0, 8641.0, 8639.0, 8654.0, 8671.0, 8681.0, 8636.0, 8647.0, 8694.0, 8647.0, 8664.0, 8649.0, 8665.0, 8676.0, 8650.0, 8664.0, 8633.0, 8635.0, 8647.0, 8647.0, 8639.0, 8632.0, 8634.0, 8663.0, 8650.0, 8663.0, 8653.0, 8633.0, 8677.0, 8648.0, 8663.0, 8652.0, 8634.0, 8660.0, 8635.0, 8664.0, 8652.0, 8633.0, 8637.0, 8650.0, 8647.0, 8653.0, 8652.0, 8655.0, 8653.0, 8655.0, 8656.0, 8669.0, 8656.0, 8669.0, 8656.0, 8657.0, 8699.0, 8657.0, 8656.0, 8653.0, 8653.0, 8697.0, 8654.0, 8669.0, 8656.0, 8640.0, 8680.0, 8653.0, 8649.0, 8639.0, 8639.0, 8686.0, 8656.0, 8684.0, 8658.0, 8642.0, 8635.0, 8651.0, 8681.0, 8653.0, 8642.0, 8656.0, 8676.0, 8653.0, 8640.0, 8639.0, 8658.0, 8657.0, 8644.0, 8677.0, 8688.0, 8635.0, 8641.0, 8658.0, 8646.0, 8681.0, 8701.0, 8685.0, 8718.0, 8684.0, 8713.0, 8710.0, 8667.0, 8669.0, 8695.0, 8665.0, 8663.0, 8636.0, 8651.0, 8659.0, 8626.0, 8639.0, 8605.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.0002772520817562453</td></tr>
<tr><td colspan=3>aqi</td><td>0.022711461544284633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.71328186846966</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2110341660757553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9943063452348483</td></tr>
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
<tr><td colspan=3>fber</td><td>4262.6445</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08865195524422546</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6654049962149886</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.300615536426234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.282827763754963</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5338670304969932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.0851518150267454</td></tr>
<tr><td colspan=3>gcor</td><td>0.00491089</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018322404474020004</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03119821287691593</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.089814500789099</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>21.7449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4893</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.4375</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299308.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1001.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.7971</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6754</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.8183</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3086.2165</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77236.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.0502</td></tr>
<tr><td colspan=3>tsnr</td><td>37.935567086795345</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>