<?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-0091_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-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_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-0091/figures/sub-0091_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_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-0091/ses-04/func/sub-0091_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>c448cce3d174145cc993c65418a2dcf1</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>14:53:41.772500</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.999354, 0.0228348, -0.0277487, -0.0293111, 0.964686, -0.261767]</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.259</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.134157</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>[4218, -7733, -7264, 148, -157, -132, -38, 111]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>284.662</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2877491b-68f2-403e-90a8-731d20e75649||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.6811938285827637, -0.078639455139637, -0.05613679811358452, 114.7477798461914], [-0.06126415356993675, 2.588181734085083, -0.7085108160972595, -72.90621948242188], [-0.07444782555103302, 0.702302098274231, 2.604776620864868, -112.16983032226562], [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': ['145341.772500', '145342.232500', '145342.692500', '145343.152500', '145343.612500', '145344.072500', '145344.532500', '145344.992500', '145345.452500', '145345.912500', '145346.372500', '145346.832500', '145347.292500', '145347.752500', '145348.212500', '145348.672500', '145349.132500', '145349.592500', '145350.052500', '145350.512500', '145350.972500', '145351.432500', '145351.892500', '145352.352500', '145352.812500', '145353.272500', '145353.732500', '145354.192500', '145354.652500', '145355.112500', '145355.572500', '145356.032500', '145356.492500', '145356.952500', '145357.412500', '145357.872500', '145358.332500', '145358.792500', '145359.252500', '145359.712500', '145400.172500', '145400.632500', '145401.092500', '145401.552500', '145402.012500', '145402.472500', '145402.932500', '145403.392500', '145403.852500', '145404.312500', '145404.772500', '145405.232500', '145405.692500', '145406.152500', '145406.612500', '145407.072500', '145407.532500', '145407.992500', '145408.452500', '145408.912500', '145409.372500', '145409.832500', '145410.292500', '145410.752500', '145411.212500', '145411.672500', '145412.132500', '145412.592500', '145413.052500', '145413.512500', '145413.972500', '145414.432500', '145414.892500', '145415.352500', '145415.812500', '145416.272500', '145416.732500', '145417.192500', '145417.652500', '145418.112500', '145418.572500', '145419.032500', '145419.492500', '145419.952500', '145420.412500', '145420.872500', '145421.332500', '145421.792500', '145422.252500', '145422.712500', '145423.172500', '145423.632500', '145424.092500', '145424.552500', '145425.012500', '145425.472500', '145425.932500', '145426.392500', '145426.852500', '145427.312500', '145427.772500', '145428.232500', '145428.692500', '145429.152500', '145429.612500', '145430.072500', '145430.532500', '145430.992500', '145431.452500', '145431.912500', '145432.372500', '145432.832500', '145433.292500', '145433.752500', '145434.212500', '145434.672500', '145435.132500', '145435.592500', '145436.052500', '145436.512500', '145436.972500', '145437.432500', '145437.892500', '145438.352500', '145438.812500', '145439.272500', '145439.732500', '145440.192500', '145440.652500', '145441.112500', '145441.572500', '145442.032500', '145442.492500', '145442.952500', '145443.412500', '145443.872500', '145444.332500', '145444.792500', '145445.252500', '145445.712500', '145446.172500', '145446.632500', '145447.092500', '145447.552500', '145448.012500', '145448.472500', '145448.932500', '145449.392500', '145449.852500', '145450.312500', '145450.772500', '145451.232500', '145451.692500', '145452.152500', '145452.612500', '145453.072500', '145453.532500', '145453.992500', '145454.452500', '145454.912500', '145455.372500', '145455.832500', '145456.292500', '145456.752500', '145457.212500', '145457.672500', '145458.132500', '145458.592500', '145459.052500', '145459.512500', '145459.972500', '145500.432500', '145500.892500', '145501.352500', '145501.812500', '145502.272500', '145502.732500', '145503.192500', '145503.652500', '145504.112500', '145504.572500', '145505.032500', '145505.492500', '145505.952500', '145506.412500', '145506.872500', '145507.332500', '145507.792500', '145508.252500', '145508.712500', '145509.172500', '145509.632500', '145510.092500', '145510.552500', '145511.012500', '145511.472500', '145511.932500', '145512.392500', '145512.852500', '145513.312500', '145513.772500', '145514.232500', '145514.692500', '145515.152500', '145515.612500', '145516.072500', '145516.532500', '145516.992500', '145517.452500', '145517.912500', '145518.372500', '145518.832500', '145519.292500', '145519.752500', '145520.212500', '145520.672500', '145521.132500', '145521.592500', '145522.052500', '145522.512500', '145522.972500', '145523.432500', '145523.892500', '145524.352500', '145524.812500', '145525.272500', '145525.732500', '145526.192500', '145526.652500', '145527.112500', '145527.572500', '145528.032500', '145528.492500', '145528.952500', '145529.412500', '145529.872500', '145530.332500', '145530.792500', '145531.252500', '145531.712500', '145532.172500', '145532.632500', '145533.092500', '145533.552500', '145534.012500', '145534.472500', '145534.932500', '145535.392500', '145535.852500', '145536.312500', '145536.772500', '145537.232500', '145537.692500', '145538.152500', '145538.612500', '145539.072500', '145539.532500', '145539.992500', '145540.452500', '145540.912500', '145541.372500', '145541.832500', '145542.292500', '145542.752500', '145543.212500', '145543.672500', '145544.132500', '145544.592500', '145545.052500', '145545.512500', '145545.972500', '145546.432500', '145546.892500', '145547.352500', '145547.812500', '145548.272500', '145548.732500', '145549.192500', '145549.652500', '145550.112500', '145550.572500', '145551.032500', '145551.492500', '145551.952500', '145552.412500', '145552.872500', '145553.332500', '145553.792500', '145554.252500', '145554.712500', '145555.172500', '145555.632500', '145556.092500', '145556.552500', '145557.012500', '145557.472500', '145557.932500', '145558.392500', '145558.852500', '145559.312500', '145559.772500', '145600.232500', '145600.692500', '145601.152500', '145601.612500', '145602.072500', '145602.532500', '145602.992500', '145603.452500', '145603.912500', '145604.372500', '145604.832500', '145605.292500', '145605.752500', '145606.212500', '145606.672500', '145607.132500', '145607.592500', '145608.052500', '145608.512500', '145608.972500', '145609.432500', '145609.892500', '145610.352500', '145610.812500', '145611.272500', '145611.732500', '145612.192500', '145612.652500', '145613.112500', '145613.572500', '145614.032500', '145614.492500', '145614.952500', '145615.412500', '145615.872500', '145616.332500', '145616.792500', '145617.252500', '145617.712500', '145618.172500', '145618.632500', '145619.092500', '145619.552500', '145620.012500', '145620.472500', '145620.932500', '145621.392500', '145621.852500', '145622.312500', '145622.772500', '145623.232500', '145623.692500', '145624.152500', '145624.612500', '145625.072500', '145625.532500', '145625.992500', '145626.452500', '145626.912500', '145627.372500', '145627.832500', '145628.292500', '145628.752500', '145629.212500', '145629.672500', '145630.132500', '145630.592500', '145631.052500', '145631.512500', '145631.972500', '145632.432500', '145632.892500', '145633.352500', '145633.812500', '145634.272500', '145634.732500', '145635.192500', '145635.652500', '145636.112500', '145636.572500', '145637.032500', '145637.492500', '145637.952500', '145638.412500', '145638.872500', '145639.332500', '145639.792500', '145640.252500', '145640.712500', '145641.172500', '145641.632500', '145642.092500', '145642.552500', '145643.012500', '145643.472500', '145643.932500', '145644.392500', '145644.852500', '145645.312500', '145645.772500', '145646.232500', '145646.692500', '145647.152500', '145647.612500', '145648.072500', '145648.532500', '145648.992500', '145649.452500', '145649.912500', '145650.372500', '145650.832500', '145651.292500', '145651.752500', '145652.212500', '145652.672500', '145653.132500', '145653.592500', '145654.052500', '145654.512500', '145654.972500', '145655.432500', '145655.892500', '145656.352500', '145656.812500', '145657.272500', '145657.732500', '145658.192500', '145658.652500', '145659.112500', '145659.572500', '145700.032500', '145700.492500', '145700.952500', '145701.412500', '145701.872500', '145702.332500', '145702.792500', '145703.252500', '145703.712500', '145704.172500', '145704.632500', '145705.092500', '145705.552500', '145706.012500', '145706.472500', '145706.932500', '145707.392500', '145707.852500', '145708.312500', '145708.772500', '145709.232500', '145709.692500', '145710.152500', '145710.612500', '145711.072500', '145711.532500', '145711.992500', '145712.452500', '145712.912500', '145713.372500', '145713.832500', '145714.292500', '145714.752500', '145715.212500', '145715.672500', '145716.132500', '145716.592500', '145717.052500', '145717.512500', '145717.972500', '145718.432500', '145718.892500', '145719.352500', '145719.812500', '145720.272500', '145720.732500', '145721.192500', '145721.652500', '145722.112500', '145722.572500', '145723.032500', '145723.492500', '145723.952500', '145724.412500', '145724.872500', '145725.332500', '145725.792500', '145726.252500', '145726.712500', '145727.172500', '145727.632500', '145728.092500', '145728.552500', '145729.012500', '145729.472500', '145729.932500', '145730.392500', '145730.852500', '145731.312500', '145731.772500', '145732.232500', '145732.692500', '145733.152500', '145733.612500', '145734.072500', '145734.532500', '145734.992500', '145735.452500', '145735.912500', '145736.372500', '145736.832500', '145737.292500', '145737.752500', '145738.212500', '145738.672500', '145739.132500', '145739.592500', '145740.052500', '145740.512500', '145740.972500', '145741.432500', '145741.892500', '145742.352500', '145742.812500', '145743.272500', '145743.732500', '145744.192500', '145744.652500', '145745.112500', '145745.572500', '145746.032500', '145746.492500', '145746.952500', '145747.412500', '145747.872500', '145748.332500', '145748.792500', '145749.252500', '145749.712500', '145750.172500', '145750.632500', '145751.092500', '145751.552500', '145752.012500', '145752.472500', '145752.932500', '145753.392500', '145753.852500', '145754.312500', '145754.772500', '145755.232500', '145755.692500', '145756.152500', '145756.612500', '145757.072500', '145757.532500', '145757.992500', '145758.452500', '145758.912500', '145759.372500', '145759.832500', '145800.292500', '145800.752500', '145801.212500', '145801.672500', '145802.132500', '145802.592500', '145803.052500', '145803.512500', '145803.972500', '145804.432500', '145804.892500', '145805.352500', '145805.812500', '145806.272500', '145806.732500', '145807.192500', '145807.652500', '145808.112500', '145808.572500', '145809.032500', '145809.492500', '145809.952500', '145810.412500', '145810.872500', '145811.332500', '145811.792500', '145812.252500', '145812.712500', '145813.172500', '145813.632500', '145814.092500', '145814.552500', '145815.012500', '145815.472500', '145815.932500', '145816.392500', '145816.852500', '145817.312500', '145817.772500', '145818.232500', '145818.692500', '145819.152500', '145819.612500', '145820.072500', '145820.532500', '145820.992500', '145821.452500', '145821.912500', '145822.372500', '145822.832500', '145823.292500', '145823.752500', '145824.212500', '145824.672500', '145825.132500', '145825.592500', '145826.052500', '145826.512500', '145826.972500', '145827.432500', '145827.892500', '145828.352500', '145828.812500', '145829.272500', '145829.732500', '145830.192500', '145830.652500', '145831.112500', '145831.572500', '145832.032500', '145832.492500', '145832.952500', '145833.412500', '145833.872500', '145834.332500', '145834.792500', '145835.252500', '145835.712500', '145836.172500', '145836.632500', '145837.092500', '145837.552500', '145838.012500', '145838.472500', '145838.932500', '145839.392500', '145839.852500', '145840.312500', '145840.772500', '145841.232500', '145841.692500', '145842.152500', '145842.612500', '145843.072500', '145843.532500', '145843.992500', '145844.452500', '145844.912500', '145845.372500', '145845.832500', '145846.292500', '145846.752500', '145847.212500', '145847.672500', '145848.132500', '145848.592500', '145849.052500', '145849.512500', '145849.972500', '145850.432500', '145850.892500', '145851.352500', '145851.812500', '145852.272500', '145852.732500', '145853.192500', '145853.652500', '145854.112500', '145854.572500', '145855.032500', '145855.492500', '145855.952500', '145856.412500', '145856.872500', '145857.332500', '145857.792500', '145858.252500', '145858.712500', '145859.172500', '145859.632500', '145900.092500', '145900.552500', '145901.012500', '145901.472500', '145901.932500', '145902.392500', '145902.852500', '145903.312500', '145903.772500', '145904.232500', '145904.692500', '145905.152500', '145905.612500', '145906.072500', '145906.532500', '145906.992500', '145907.452500', '145907.912500', '145908.372500', '145908.832500', '145909.292500', '145909.752500', '145910.212500', '145910.672500', '145911.132500', '145911.592500', '145912.052500', '145912.512500', '145912.972500', '145913.432500', '145913.892500', '145914.352500', '145914.812500', '145915.272500', '145915.732500', '145916.192500', '145916.652500', '145917.112500', '145917.572500', '145918.032500', '145918.492500', '145918.952500', '145919.412500', '145919.872500', '145920.332500', '145920.792500', '145921.252500', '145921.712500', '145922.172500', '145922.632500', '145923.092500', '145923.552500', '145924.012500', '145924.472500', '145924.932500', '145925.392500', '145925.852500', '145926.312500', '145926.772500', '145927.232500', '145927.692500', '145928.152500', '145928.612500', '145929.072500', '145929.532500', '145929.992500', '145930.452500', '145930.912500', '145931.372500', '145931.832500', '145932.292500', '145932.752500', '145933.212500', '145933.672500', '145934.132500', '145934.592500', '145935.052500', '145935.512500', '145935.972500', '145936.432500', '145936.892500', '145937.352500', '145937.812500', '145938.272500', '145938.732500', '145939.192500', '145939.652500', '145940.112500', '145940.572500', '145941.032500', '145941.492500', '145941.952500', '145942.412500', '145942.872500', '145943.332500', '145943.792500', '145944.252500', '145944.712500', '145945.172500', '145945.632500', '145946.092500', '145946.552500', '145947.012500', '145947.472500', '145947.932500', '145948.392500', '145948.852500', '145949.312500', '145949.772500', '145950.232500', '145950.692500', '145951.152500', '145951.612500', '145952.072500', '145952.532500', '145952.992500', '145953.452500', '145953.912500', '145954.372500', '145954.832500', '145955.292500', '145955.752500', '145956.212500', '145956.672500', '145957.132500', '145957.592500', '145958.052500', '145958.512500', '145958.972500', '145959.432500', '145959.892500', '150000.352500', '150000.812500', '150001.272500', '150001.732500', '150002.192500', '150002.652500', '150003.112500', '150003.572500', '150004.032500', '150004.492500', '150004.952500', '150005.412500', '150005.872500', '150006.332500', '150006.792500', '150007.252500', '150007.712500', '150008.172500', '150008.632500', '150009.092500', '150009.552500', '150010.012500', '150010.472500', '150010.932500', '150011.392500', '150011.852500', '150012.312500', '150012.772500', '150013.232500', '150013.692500', '150014.152500', '150014.612500', '150015.072500', '150015.532500', '150015.992500', '150016.452500', '150016.912500', '150017.372500', '150017.832500', '150018.292500', '150018.752500', '150019.212500', '150019.672500', '150020.132500', '150020.592500', '150021.052500', '150021.512500', '150021.972500', '150022.432500', '150022.892500', '150023.352500', '150023.812500', '150024.272500', '150024.732500', '150025.192500', '150025.652500', '150026.112500', '150026.572500', '150027.032500', '150027.492500', '150027.952500', '150028.412500', '150028.872500', '150029.332500', '150029.792500', '150030.252500', '150030.712500', '150031.172500', '150031.632500', '150032.092500', '150032.552500', '150033.012500', '150033.472500', '150033.932500', '150034.392500', '150034.852500', '150035.312500', '150035.772500', '150036.232500', '150036.692500', '150037.152500', '150037.612500', '150038.072500', '150038.532500', '150038.992500', '150039.452500', '150039.912500', '150040.372500', '150040.832500', '150041.292500', '150041.752500', '150042.212500', '150042.672500', '150043.132500', '150043.592500', '150044.052500', '150044.512500', '150044.972500', '150045.432500', '150045.892500', '150046.352500', '150046.812500', '150047.272500', '150047.732500', '150048.192500', '150048.652500', '150049.112500', '150049.572500', '150050.032500', '150050.492500', '150050.952500', '150051.412500', '150051.872500', '150052.332500', '150052.792500', '150053.252500', '150053.712500', '150054.172500', '150054.632500', '150055.092500', '150055.552500', '150056.012500', '150056.472500', '150056.932500', '150057.392500', '150057.852500', '150058.312500', '150058.772500', '150059.232500', '150059.692500', '150100.152500', '150100.612500', '150101.072500', '150101.532500', '150101.992500', '150102.452500', '150102.912500', '150103.372500', '150103.832500', '150104.292500', '150104.752500', '150105.212500', '150105.672500', '150106.132500', '150106.592500', '150107.052500', '150107.512500', '150107.972500', '150108.432500', '150108.892500', '150109.352500', '150109.812500', '150110.272500', '150110.732500', '150111.192500', '150111.652500', '150112.112500', '150112.572500', '150113.032500', '150113.492500', '150113.952500', '150114.412500', '150114.872500', '150115.332500', '150115.792500', '150116.252500', '150116.712500', '150117.172500', '150117.632500', '150118.092500', '150118.552500', '150119.012500', '150119.472500', '150119.932500', '150120.392500', '150120.852500', '150121.312500', '150121.772500', '150122.232500', '150122.692500', '150123.152500', '150123.612500', '150124.072500', '150124.532500', '150124.992500', '150125.452500', '150125.912500', '150126.372500', '150126.832500', '150127.292500', '150127.752500', '150128.212500', '150128.672500', '150129.132500', '150129.592500', '150130.052500', '150130.512500', '150130.972500', '150131.432500', '150131.892500', '150132.352500', '150132.812500', '150133.272500', '150133.732500', '150134.192500', '150134.652500', '150135.112500', '150135.572500', '150136.032500', '150136.492500', '150136.952500', '150137.412500', '150137.872500', '150138.332500', '150138.792500', '150139.252500', '150139.712500', '150140.172500', '150140.632500', '150141.092500', '150141.552500', '150142.012500', '150142.472500', '150142.932500', '150143.392500', '150143.852500', '150144.312500', '150144.772500', '150145.232500', '150145.692500', '150146.152500', '150146.612500', '150147.072500', '150147.532500', '150147.992500', '150148.452500', '150148.912500', '150149.372500', '150149.832500', '150150.292500', '150150.752500', '150151.212500', '150151.672500', '150152.132500', '150152.592500', '150153.052500', '150153.512500', '150153.972500', '150154.432500', '150154.892500', '150155.352500', '150155.812500', '150156.272500', '150156.732500', '150157.192500', '150157.652500', '150158.112500', '150158.572500', '150159.032500', '150159.492500', '150159.952500', '150200.412500', '150200.872500', '150201.332500', '150201.792500', '150202.252500', '150202.712500', '150203.172500', '150203.632500', '150204.092500', '150204.552500', '150205.012500', '150205.472500', '150205.932500', '150206.392500', '150206.852500', '150207.312500', '150207.772500', '150208.232500', '150208.692500', '150209.152500', '150209.612500', '150210.072500', '150210.532500', '150210.992500', '150211.452500', '150211.912500', '150212.372500', '150212.832500', '150213.292500', '150213.752500', '150214.212500', '150214.672500', '150215.132500', '150215.592500', '150216.052500', '150216.512500', '150216.972500', '150217.432500', '150217.892500', '150218.352500', '150218.812500', '150219.272500', '150219.732500', '150220.192500', '150220.652500', '150221.112500', '150221.572500', '150222.032500', '150222.492500', '150222.952500', '150223.412500', '150223.872500', '150224.332500', '150224.792500', '150225.252500', '150225.712500', '150226.172500', '150226.632500', '150227.092500', '150227.552500', '150228.012500', '150228.472500', '150228.932500', '150229.392500', '150229.852500', '150230.312500', '150230.772500', '150231.232500', '150231.692500', '150232.152500', '150232.612500', '150233.072500', '150233.532500', '150233.992500', '150234.452500', '150234.912500', '150235.372500', '150235.832500', '150236.292500', '150236.752500', '150237.212500', '150237.672500', '150238.132500', '150238.592500', '150239.052500', '150239.512500', '150239.972500', '150240.432500', '150240.892500', '150241.352500', '150241.812500', '150242.272500', '150242.732500', '150243.192500', '150243.652500', '150244.112500', '150244.572500', '150245.032500', '150245.492500', '150245.952500', '150246.412500', '150246.872500', '150247.332500', '150247.792500', '150248.252500', '150248.712500', '150249.172500', '150249.632500', '150250.092500', '150250.552500', '150251.012500', '150251.472500', '150251.932500', '150252.392500', '150252.852500', '150253.312500', '150253.772500', '150254.232500', '150254.692500', '150255.152500', '150255.612500', '150256.072500', '150256.532500', '150256.992500', '150257.452500', '150257.912500', '150258.372500', '150258.832500', '150259.292500', '150259.752500', '150300.212500', '150300.672500', '150301.132500', '150301.592500', '150302.052500', '150302.512500', '150302.972500', '150303.432500', '150303.892500', '150304.352500', '150304.812500', '150305.272500', '150305.732500', '150306.192500', '150306.652500', '150307.112500', '150307.572500', '150308.032500', '150308.492500', '150308.952500', '150309.412500', '150309.872500', '150310.332500', '150310.792500', '150311.252500', '150311.712500', '150312.172500', '150312.632500', '150313.092500', '150313.552500', '150314.012500', '150314.472500', '150314.932500', '150315.392500', '150315.852500', '150316.312500', '150316.772500', '150317.232500', '150317.692500', '150318.152500', '150318.612500', '150319.072500', '150319.532500', '150319.992500', '150320.452500', '150320.912500', '150321.372500', '150321.832500', '150322.292500', '150322.752500', '150323.212500', '150323.672500', '150324.132500', '150324.592500', '150325.052500', '150325.512500', '150325.972500', '150326.432500', '150326.892500', '150327.352500', '150327.812500', '150328.272500', '150328.732500', '150329.192500', '150329.652500', '150330.112500', '150330.572500', '150331.032500', '150331.492500', '150331.952500', '150332.412500', '150332.872500', '150333.332500', '150333.792500', '150334.252500', '150334.712500', '150335.172500', '150335.632500', '150336.092500', '150336.552500', '150337.012500', '150337.472500', '150337.932500', '150338.392500', '150338.852500', '150339.312500', '150339.772500', '150340.232500', '150340.692500', '150341.152500', '150341.612500', '150342.072500', '150342.532500', '150342.992500', '150343.452500', '150343.912500', '150344.372500', '150344.832500', '150345.292500', '150345.752500', '150346.212500', '150346.672500', '150347.132500', '150347.592500', '150348.052500', '150348.512500', '150348.972500', '150349.432500'], 'ContentTime': ['145352.969000', '145352.972000', '145352.975000', '145352.978000', '145352.981000', '145352.983000', '145352.986000', '145352.988000', '145352.991000', '145352.994000', '145353.001000', '145353.004000', '145353.007000', '145353.009000', '145353.012000', '145353.014000', '145353.017000', '145353.020000', '145353.022000', '145353.025000', '145353.034000', '145353.044000', '145412.943000', '145412.945000', '145412.948000', '145412.951000', '145412.953000', '145412.956000', '145412.959000', '145412.961000', '145412.964000', '145412.966000', '145412.969000', '145412.972000', '145412.974000', '145412.977000', '145412.979000', '145412.994000', '145412.996000', '145413.000000', '145413.002000', '145413.005000', '145413.008000', '145413.010000', '145413.013000', '145413.016000', '145413.018000', '145413.021000', '145413.023000', '145413.026000', '145413.029000', '145413.031000', '145413.034000', '145413.036000', '145413.039000', '145413.042000', '145413.044000', '145413.047000', '145413.049000', '145413.059000', '145413.062000', '145413.065000', '145413.067000', '145413.070000', '145413.072000', '145432.944000', '145432.946000', '145432.949000', '145432.951000', '145432.954000', '145432.957000', '145432.959000', '145432.962000', '145432.964000', '145432.967000', '145432.969000', '145432.972000', '145432.975000', '145432.977000', '145432.980000', '145432.982000', '145432.985000', '145432.987000', '145432.990000', '145432.992000', '145432.995000', '145432.998000', '145433.001000', '145433.004000', '145433.006000', '145433.009000', '145433.011000', '145433.014000', '145433.017000', '145433.019000', '145433.022000', '145433.024000', '145433.027000', '145433.029000', '145433.032000', '145433.034000', '145433.037000', '145433.040000', '145433.042000', '145433.045000', '145433.052000', '145433.054000', '145433.057000', '145433.059000', '145452.944000', '145452.946000', '145452.949000', '145452.952000', '145452.954000', '145452.957000', '145452.960000', '145452.962000', '145452.965000', '145452.967000', '145452.970000', '145452.972000', '145452.975000', '145452.977000', '145452.980000', '145452.983000', '145452.985000', '145452.988000', '145452.991000', '145452.993000', '145452.996000', '145452.998000', '145453.002000', '145453.005000', '145453.007000', '145453.010000', '145453.013000', '145453.015000', '145453.018000', '145453.020000', '145453.023000', '145453.026000', '145453.028000', '145453.031000', '145453.033000', '145453.036000', '145453.038000', '145453.041000', '145453.044000', '145453.046000', '145453.049000', '145453.051000', '145453.054000', '145512.943000', '145512.946000', '145512.949000', '145512.952000', '145512.954000', '145512.957000', '145512.959000', '145512.962000', '145512.964000', '145512.967000', '145512.969000', '145512.972000', '145512.975000', '145512.978000', '145512.980000', '145512.983000', '145512.985000', '145512.992000', '145512.995000', '145512.998000', '145513.001000', '145513.004000', '145513.006000', '145513.009000', '145513.012000', '145513.014000', '145513.017000', '145513.020000', '145513.022000', '145513.025000', '145513.027000', '145513.030000', '145513.032000', '145513.035000', '145513.037000', '145513.040000', '145513.043000', '145513.045000', '145513.048000', '145513.050000', '145513.053000', '145513.055000', '145513.058000', '145513.061000', '145532.943000', '145532.946000', '145532.949000', '145532.951000', '145532.954000', '145532.957000', '145532.959000', '145532.962000', '145532.964000', '145532.967000', '145532.970000', '145532.972000', '145532.975000', '145532.978000', '145532.980000', '145532.983000', '145532.985000', '145532.988000', '145532.991000', '145532.993000', '145532.996000', '145532.998000', '145533.002000', '145533.005000', '145533.007000', '145533.010000', '145533.012000', '145533.015000', '145533.017000', '145533.020000', '145533.023000', '145533.025000', '145533.028000', '145533.031000', '145533.033000', '145533.036000', '145533.038000', '145533.041000', '145533.043000', '145533.046000', '145533.048000', '145533.051000', '145533.054000', '145552.944000', '145552.946000', '145552.949000', '145552.951000', '145552.954000', '145552.957000', '145552.959000', '145552.962000', '145552.965000', '145552.967000', '145552.970000', '145552.972000', '145552.975000', '145552.978000', '145552.980000', '145552.983000', '145552.986000', '145552.988000', '145552.991000', '145552.993000', '145552.996000', '145552.998000', '145553.002000', '145553.005000', '145553.007000', '145553.010000', '145553.013000', '145553.015000', '145553.018000', '145553.020000', '145553.023000', '145553.026000', '145553.028000', '145553.031000', '145553.034000', '145553.036000', '145553.039000', '145553.041000', '145553.044000', '145553.047000', '145553.049000', '145553.052000', '145553.054000', '145612.943000', '145612.956000', '145612.959000', '145612.961000', '145612.964000', '145612.967000', '145612.970000', '145612.972000', '145612.975000', '145612.977000', '145612.980000', '145612.982000', '145612.985000', '145612.988000', '145612.990000', '145612.993000', '145612.996000', '145612.998000', '145613.002000', '145613.004000', '145613.007000', '145613.010000', '145613.012000', '145613.015000', '145613.018000', '145613.020000', '145613.023000', '145613.026000', '145613.028000', '145613.031000', '145613.034000', '145613.036000', '145613.039000', '145613.041000', '145613.044000', '145613.046000', '145613.049000', '145613.052000', '145613.054000', '145613.057000', '145613.059000', '145613.062000', '145613.064000', '145613.067000', '145632.942000', '145632.945000', '145632.948000', '145632.950000', '145632.953000', '145632.956000', '145632.958000', '145632.961000', '145632.964000', '145632.967000', '145632.970000', '145632.972000', '145632.975000', '145632.978000', '145632.981000', '145632.983000', '145632.986000', '145632.988000', '145632.991000', '145632.993000', '145632.996000', '145633.000000', '145633.002000', '145633.005000', '145633.007000', '145633.010000', '145633.013000', '145633.015000', '145633.018000', '145633.021000', '145633.023000', '145633.026000', '145633.028000', '145633.031000', '145633.033000', '145633.036000', '145633.039000', '145633.041000', '145633.044000', '145633.046000', '145633.049000', '145633.052000', '145633.054000', '145633.057000', '145652.943000', '145652.946000', '145652.949000', '145652.951000', '145652.954000', '145652.957000', '145652.959000', '145652.962000', '145652.964000', '145652.967000', '145652.970000', '145652.972000', '145652.975000', '145652.978000', '145652.980000', '145652.983000', '145652.985000', '145652.988000', '145652.991000', '145652.993000', '145652.996000', '145652.998000', '145653.002000', '145653.005000', '145653.007000', '145653.010000', '145653.012000', '145653.015000', '145653.018000', '145653.020000', '145653.023000', '145653.025000', '145653.028000', '145653.030000', '145653.033000', '145653.036000', '145653.038000', '145653.041000', '145653.043000', '145653.046000', '145653.049000', '145653.051000', '145653.054000', '145712.944000', '145712.946000', '145712.949000', '145712.951000', '145712.954000', '145712.957000', '145712.959000', '145712.962000', '145712.964000', '145712.967000', '145712.970000', '145712.972000', '145712.975000', '145712.978000', '145712.980000', '145712.983000', '145712.986000', '145712.988000', '145712.991000', '145712.993000', '145712.996000', '145713.000000', '145713.002000', '145713.005000', '145713.008000', '145713.010000', '145713.013000', '145713.015000', '145713.018000', '145713.021000', '145713.023000', '145713.026000', '145713.028000', '145713.031000', '145713.033000', '145713.036000', '145713.039000', '145713.041000', '145713.044000', '145713.046000', '145713.049000', '145713.052000', '145713.054000', '145732.943000', '145732.946000', '145732.949000', '145732.952000', '145732.954000', '145732.957000', '145732.959000', '145732.962000', '145732.965000', '145732.967000', '145732.970000', '145732.973000', '145732.975000', '145732.978000', '145732.980000', '145732.983000', '145732.985000', '145732.988000', '145732.991000', '145732.994000', '145732.996000', '145733.000000', '145733.002000', '145733.005000', '145733.008000', '145733.010000', '145733.013000', '145733.015000', '145733.018000', '145733.021000', '145733.024000', '145733.026000', '145733.029000', '145733.031000', '145733.034000', '145733.037000', '145733.039000', '145733.042000', '145733.044000', '145733.047000', '145733.050000', '145733.052000', '145733.055000', '145733.057000', '145752.943000', '145752.946000', '145752.949000', '145752.954000', '145752.956000', '145752.959000', '145752.961000', '145752.964000', '145752.967000', '145752.982000', '145752.984000', '145752.987000', '145752.990000', '145752.992000', '145752.995000', '145752.998000', '145753.002000', '145753.005000', '145753.007000', '145753.010000', '145753.013000', '145753.015000', '145753.018000', '145753.021000', '145753.023000', '145753.026000', '145753.028000', '145753.031000', '145753.034000', '145753.036000', '145753.039000', '145753.042000', '145753.044000', '145753.047000', '145753.049000', '145753.052000', '145753.055000', '145753.057000', '145753.060000', '145753.063000', '145753.066000', '145753.068000', '145753.071000', '145812.943000', '145812.946000', '145812.949000', '145812.952000', '145812.954000', '145812.957000', '145812.959000', '145812.962000', '145812.965000', '145812.967000', '145812.970000', '145812.973000', '145812.975000', '145812.978000', '145812.981000', '145812.983000', '145812.986000', '145812.988000', '145812.991000', '145812.994000', '145812.996000', '145813.000000', '145813.003000', '145813.005000', '145813.008000', '145813.010000', '145813.013000', '145813.016000', '145813.018000', '145813.021000', '145813.023000', '145813.026000', '145813.028000', '145813.031000', '145813.034000', '145813.036000', '145813.039000', '145813.041000', '145813.051000', '145813.053000', '145813.056000', '145813.059000', '145813.061000', '145813.064000', '145832.943000', '145832.946000', '145832.949000', '145832.952000', '145832.954000', '145832.957000', '145832.960000', '145832.962000', '145832.965000', '145832.968000', '145832.970000', '145832.973000', '145832.975000', '145832.978000', '145832.981000', '145832.983000', '145832.986000', '145832.989000', '145832.991000', '145832.994000', '145832.997000', '145833.000000', '145833.003000', '145833.005000', '145833.008000', '145833.011000', '145833.013000', '145833.016000', '145833.019000', '145833.021000', '145833.024000', '145833.026000', '145833.029000', '145833.032000', '145833.034000', '145833.037000', '145833.039000', '145833.042000', '145833.045000', '145833.047000', '145833.050000', '145833.052000', '145833.055000', '145852.942000', '145852.945000', '145852.948000', '145852.951000', '145852.953000', '145852.956000', '145852.959000', '145852.961000', '145852.964000', '145852.966000', '145852.969000', '145852.972000', '145852.974000', '145852.977000', '145852.980000', '145852.982000', '145852.985000', '145852.987000', '145852.990000', '145852.993000', '145852.995000', '145852.998000', '145853.002000', '145853.004000', '145853.007000', '145853.010000', '145853.012000', '145853.015000', '145853.018000', '145853.020000', '145853.023000', '145853.025000', '145853.028000', '145853.031000', '145853.033000', '145853.036000', '145853.038000', '145853.041000', '145853.044000', '145853.046000', '145853.049000', '145853.051000', '145853.054000', '145853.057000', '145912.944000', '145912.946000', '145912.949000', '145912.952000', '145912.954000', '145912.957000', '145912.959000', '145912.962000', '145912.965000', '145912.968000', '145912.970000', '145912.973000', '145912.975000', '145912.978000', '145912.988000', '145912.991000', '145912.994000', '145912.996000', '145913.000000', '145913.002000', '145913.005000', '145913.008000', '145913.010000', '145913.013000', '145913.016000', '145913.018000', '145913.021000', '145913.024000', '145913.026000', '145913.029000', '145913.031000', '145913.034000', '145913.037000', '145913.039000', '145913.042000', '145913.046000', '145913.048000', '145913.051000', '145913.053000', '145913.056000', '145913.059000', '145913.061000', '145913.064000', '145932.944000', '145932.946000', '145932.949000', '145932.952000', '145932.955000', '145932.957000', '145932.960000', '145932.962000', '145932.965000', '145932.968000', '145932.970000', '145932.973000', '145932.976000', '145932.978000', '145932.981000', '145932.983000', '145932.986000', '145932.989000', '145932.991000', '145932.994000', '145932.997000', '145933.000000', '145933.003000', '145933.005000', '145933.008000', '145933.012000', '145933.014000', '145933.017000', '145933.020000', '145933.022000', '145933.025000', '145933.027000', '145933.030000', '145933.033000', '145933.035000', '145933.038000', '145933.040000', '145933.043000', '145933.046000', '145933.048000', '145933.051000', '145933.054000', '145933.056000', '145933.059000', '145952.943000', '145952.946000', '145952.949000', '145952.952000', '145952.954000', '145952.957000', '145952.960000', '145952.962000', '145952.965000', '145952.967000', '145952.970000', '145952.973000', '145952.975000', '145952.978000', '145952.981000', '145952.983000', '145952.986000', '145952.988000', '145952.991000', '145952.994000', '145952.996000', '145953.000000', '145953.003000', '145953.005000', '145953.008000', '145953.010000', '145953.013000', '145953.016000', '145953.018000', '145953.021000', '145953.024000', '145953.026000', '145953.029000', '145953.031000', '145953.034000', '145953.038000', '145953.041000', '145953.043000', '145953.046000', '145953.049000', '145953.051000', '145953.054000', '145953.057000', '150012.944000', '150012.946000', '150012.949000', '150012.952000', '150012.955000', '150012.957000', '150012.960000', '150012.963000', '150012.965000', '150012.968000', '150012.970000', '150012.973000', '150012.976000', '150012.978000', '150012.981000', '150012.983000', '150012.986000', '150012.997000', '150013.001000', '150013.003000', '150013.006000', '150013.009000', '150013.011000', '150013.014000', '150013.016000', '150013.019000', '150013.022000', '150013.024000', '150013.027000', '150013.029000', '150013.032000', '150013.035000', '150013.037000', '150013.040000', '150013.042000', '150013.045000', '150013.048000', '150013.050000', '150013.053000', '150013.055000', '150013.058000', '150013.061000', '150013.063000', '150013.066000', '150032.944000', '150032.947000', '150032.949000', '150032.952000', '150032.954000', '150032.957000', '150032.960000', '150032.962000', '150032.965000', '150032.968000', '150032.970000', '150032.973000', '150032.975000', '150032.978000', '150032.980000', '150032.983000', '150032.985000', '150032.988000', '150032.991000', '150032.993000', '150032.996000', '150033.000000', '150033.002000', '150033.005000', '150033.007000', '150033.010000', '150033.013000', '150033.015000', '150033.018000', '150033.021000', '150033.023000', '150033.026000', '150033.030000', '150033.033000', '150033.035000', '150033.038000', '150033.041000', '150033.043000', '150033.046000', '150033.049000', '150033.051000', '150033.054000', '150033.056000', '150052.944000', '150052.946000', '150052.949000', '150052.952000', '150052.954000', '150052.957000', '150052.960000', '150052.962000', '150052.965000', '150052.967000', '150052.970000', '150052.973000', '150052.975000', '150052.978000', '150052.980000', '150052.983000', '150052.985000', '150052.988000', '150052.991000', '150052.993000', '150052.996000', '150053.000000', '150053.002000', '150053.005000', '150053.007000', '150053.010000', '150053.013000', '150053.015000', '150053.018000', '150053.020000', '150053.023000', '150053.026000', '150053.028000', '150053.031000', '150053.034000', '150053.036000', '150053.039000', '150053.041000', '150053.044000', '150053.047000', '150053.049000', '150053.052000', '150053.055000', '150053.057000', '150112.943000', '150112.955000', '150112.957000', '150112.960000', '150112.963000', '150112.965000', '150112.968000', '150112.970000', '150112.973000', '150112.976000', '150112.978000', '150112.981000', '150112.984000', '150112.986000', '150112.989000', '150112.992000', '150112.994000', '150113.001000', '150113.004000', '150113.007000', '150113.009000', '150113.012000', '150113.014000', '150113.017000', '150113.020000', '150113.022000', '150113.025000', '150113.027000', '150113.030000', '150113.033000', '150113.035000', '150113.038000', '150113.040000', '150113.043000', '150113.046000', '150113.048000', '150113.051000', '150113.054000', '150113.056000', '150113.061000', '150113.063000', '150113.066000', '150113.069000', '150132.944000', '150132.947000', '150132.950000', '150132.953000', '150132.956000', '150132.958000', '150132.961000', '150132.963000', '150132.966000', '150132.969000', '150132.971000', '150132.974000', '150132.977000', '150132.979000', '150132.982000', '150132.985000', '150132.987000', '150132.990000', '150132.992000', '150132.995000', '150132.998000', '150133.001000', '150133.004000', '150133.007000', '150133.009000', '150133.012000', '150133.014000', '150133.017000', '150133.020000', '150133.022000', '150133.025000', '150133.027000', '150133.030000', '150133.033000', '150133.035000', '150133.038000', '150133.040000', '150133.043000', '150133.046000', '150133.048000', '150133.051000', '150133.054000', '150133.056000', '150152.944000', '150152.946000', '150152.949000', '150152.951000', '150152.954000', '150152.957000', '150152.959000', '150152.962000', '150152.965000', '150152.967000', '150152.970000', '150152.972000', '150152.975000', '150152.978000', '150152.980000', '150152.983000', '150152.986000', '150152.988000', '150152.991000', '150152.993000', '150152.996000', '150153.000000', '150153.002000', '150153.005000', '150153.008000', '150153.010000', '150153.013000', '150153.015000', '150153.018000', '150153.021000', '150153.023000', '150153.026000', '150153.029000', '150153.031000', '150153.034000', '150153.036000', '150153.039000', '150153.041000', '150153.044000', '150153.047000', '150153.049000', '150153.052000', '150153.055000', '150153.057000', '150212.943000', '150212.946000', '150212.949000', '150212.951000', '150212.954000', '150212.957000', '150212.959000', '150212.962000', '150212.965000', '150212.967000', '150212.970000', '150212.972000', '150212.975000', '150212.978000', '150212.980000', '150212.983000', '150212.986000', '150212.988000', '150212.991000', '150212.993000', '150212.996000', '150213.000000', '150213.002000', '150213.005000', '150213.007000', '150213.010000', '150213.013000', '150213.015000', '150213.018000', '150213.021000', '150213.023000', '150213.026000', '150213.029000', '150213.031000', '150213.034000', '150213.036000', '150213.039000', '150213.041000', '150213.044000', '150213.047000', '150213.049000', '150213.052000', '150213.054000', '150213.057000', '150232.944000', '150232.946000', '150232.949000', '150232.952000', '150232.954000', '150232.957000', '150232.960000', '150232.962000', '150232.965000', '150232.967000', '150232.970000', '150232.973000', '150232.975000', '150232.978000', '150232.981000', '150232.983000', '150232.986000', '150232.988000', '150232.991000', '150232.994000', '150232.996000', '150233.000000', '150233.002000', '150233.005000', '150233.008000', '150233.011000', '150233.013000', '150233.016000', '150233.019000', '150233.021000', '150233.024000', '150233.026000', '150233.029000', '150233.032000', '150233.034000', '150233.037000', '150233.039000', '150233.042000', '150233.045000', '150233.047000', '150233.050000', '150233.052000', '150233.055000', '150252.944000', '150252.946000', '150252.949000', '150252.952000', '150252.954000', '150252.957000', '150252.959000', '150252.962000', '150252.965000', '150252.967000', '150252.970000', '150252.973000', '150252.975000', '150252.978000', '150252.981000', '150252.983000', '150252.986000', '150252.989000', '150252.991000', '150252.994000', '150252.996000', '150253.000000', '150253.003000', '150253.005000', '150253.008000', '150253.010000', '150253.013000', '150253.016000', '150253.018000', '150253.021000', '150253.023000', '150253.026000', '150253.029000', '150253.031000', '150253.034000', '150253.037000', '150253.039000', '150253.042000', '150253.044000', '150253.047000', '150253.050000', '150253.052000', '150253.055000', '150253.057000', '150312.944000', '150312.947000', '150312.949000', '150312.952000', '150312.954000', '150312.957000', '150312.960000', '150312.962000', '150312.965000', '150312.967000', '150312.970000', '150312.973000', '150312.975000', '150312.978000', '150312.981000', '150312.983000', '150312.986000', '150312.988000', '150312.991000', '150312.993000', '150312.996000', '150313.000000', '150313.002000', '150313.005000', '150313.007000', '150313.010000', '150313.013000', '150313.015000', '150313.018000', '150313.021000', '150313.023000', '150313.026000', '150313.028000', '150313.031000', '150313.034000', '150313.036000', '150313.039000', '150313.041000', '150313.044000', '150313.047000', '150313.049000', '150313.052000', '150313.054000', '150332.942000', '150332.945000', '150332.948000', '150332.951000', '150332.953000', '150332.956000', '150332.959000', '150332.961000', '150332.964000', '150332.966000', '150332.969000', '150332.972000', '150332.974000', '150332.977000', '150332.979000', '150332.982000', '150332.985000', '150332.987000', '150332.990000', '150332.993000', '150332.995000', '150332.998000', '150333.001000', '150333.004000', '150333.007000', '150333.009000', '150333.012000', '150333.015000', '150333.017000', '150333.020000', '150333.023000', '150333.025000', '150333.028000', '150333.030000', '150333.033000', '150333.036000', '150333.038000', '150333.041000', '150333.054000', '150333.057000', '150333.059000', '150333.062000', '150333.066000', '150333.068000', '150350.846000', '150350.849000', '150350.851000', '150350.854000', '150350.857000', '150350.860000', '150350.862000', '150350.865000', '150350.868000', '150350.870000', '150350.873000', '150350.875000', '150350.878000', '150350.881000', '150350.884000', '150350.886000', '150350.889000', '150350.892000', '150350.894000', '150350.897000', '150350.900000', '150350.905000', '150350.909000', '150350.911000', '150350.914000', '150350.917000', '150350.920000', '150350.923000', '150350.926000', '150350.929000', '150350.932000', '150350.935000', '150350.939000', '150350.942000', '150350.945000', '150350.949000', '150350.952000', '150350.955000', '150350.958000'], 'InstanceCreationTime': ['145352.969000', '145352.972000', '145352.975000', '145352.978000', '145352.981000', '145352.983000', '145352.986000', '145352.988000', '145352.991000', '145352.994000', '145353.001000', '145353.004000', '145353.007000', '145353.009000', '145353.012000', '145353.014000', '145353.017000', '145353.020000', '145353.022000', '145353.025000', '145353.034000', '145353.044000', '145412.943000', '145412.945000', '145412.948000', '145412.951000', '145412.953000', '145412.956000', '145412.959000', '145412.961000', '145412.964000', '145412.966000', '145412.969000', '145412.972000', '145412.974000', '145412.977000', '145412.979000', '145412.994000', '145412.996000', '145413.000000', '145413.002000', '145413.005000', '145413.008000', '145413.010000', '145413.013000', '145413.016000', '145413.018000', '145413.021000', '145413.023000', '145413.026000', '145413.029000', '145413.031000', '145413.034000', '145413.036000', '145413.039000', '145413.042000', '145413.044000', '145413.047000', '145413.049000', '145413.059000', '145413.062000', '145413.065000', '145413.067000', '145413.070000', '145413.072000', '145432.944000', '145432.946000', '145432.949000', '145432.951000', '145432.954000', '145432.957000', '145432.959000', '145432.962000', '145432.964000', '145432.967000', '145432.969000', '145432.972000', '145432.975000', '145432.977000', '145432.980000', '145432.982000', '145432.985000', '145432.987000', '145432.990000', '145432.992000', '145432.995000', '145432.998000', '145433.001000', '145433.004000', '145433.006000', '145433.009000', '145433.011000', '145433.014000', '145433.017000', '145433.019000', '145433.022000', '145433.024000', '145433.027000', '145433.029000', '145433.032000', '145433.034000', '145433.037000', '145433.040000', '145433.042000', '145433.045000', '145433.052000', '145433.054000', '145433.057000', '145433.059000', '145452.944000', '145452.946000', '145452.949000', '145452.952000', '145452.954000', '145452.957000', '145452.960000', '145452.962000', '145452.965000', '145452.967000', '145452.970000', '145452.972000', '145452.975000', '145452.977000', '145452.980000', '145452.983000', '145452.985000', '145452.988000', '145452.991000', '145452.993000', '145452.996000', '145452.998000', '145453.002000', '145453.005000', '145453.007000', '145453.010000', '145453.013000', '145453.015000', '145453.018000', '145453.020000', '145453.023000', '145453.026000', '145453.028000', '145453.031000', '145453.033000', '145453.036000', '145453.038000', '145453.041000', '145453.044000', '145453.046000', '145453.049000', '145453.051000', '145453.054000', '145512.943000', '145512.946000', '145512.949000', '145512.952000', '145512.954000', '145512.957000', '145512.959000', '145512.962000', '145512.964000', '145512.967000', '145512.969000', '145512.972000', '145512.975000', '145512.978000', '145512.980000', '145512.983000', '145512.985000', '145512.992000', '145512.995000', '145512.998000', '145513.001000', '145513.004000', '145513.006000', '145513.009000', '145513.012000', '145513.014000', '145513.017000', '145513.020000', '145513.022000', '145513.025000', '145513.027000', '145513.030000', '145513.032000', '145513.035000', '145513.037000', '145513.040000', '145513.043000', '145513.045000', '145513.048000', '145513.050000', '145513.053000', '145513.055000', '145513.058000', '145513.061000', '145532.943000', '145532.946000', '145532.949000', '145532.951000', '145532.954000', '145532.957000', '145532.959000', '145532.962000', '145532.964000', '145532.967000', '145532.970000', '145532.972000', '145532.975000', '145532.978000', '145532.980000', '145532.983000', '145532.985000', '145532.988000', '145532.991000', '145532.993000', '145532.996000', '145532.998000', '145533.002000', '145533.005000', '145533.007000', '145533.010000', '145533.012000', '145533.015000', '145533.017000', '145533.020000', '145533.023000', '145533.025000', '145533.028000', '145533.031000', '145533.033000', '145533.036000', '145533.038000', '145533.041000', '145533.043000', '145533.046000', '145533.048000', '145533.051000', '145533.054000', '145552.944000', '145552.946000', '145552.949000', '145552.951000', '145552.954000', '145552.957000', '145552.959000', '145552.962000', '145552.965000', '145552.967000', '145552.970000', '145552.972000', '145552.975000', '145552.978000', '145552.980000', '145552.983000', '145552.986000', '145552.988000', '145552.991000', '145552.993000', '145552.996000', '145552.998000', '145553.002000', '145553.005000', '145553.007000', '145553.010000', '145553.013000', '145553.015000', '145553.018000', '145553.020000', '145553.023000', '145553.026000', '145553.028000', '145553.031000', '145553.034000', '145553.036000', '145553.039000', '145553.041000', '145553.044000', '145553.047000', '145553.049000', '145553.052000', '145553.054000', '145612.943000', '145612.956000', '145612.959000', '145612.961000', '145612.964000', '145612.967000', '145612.970000', '145612.972000', '145612.975000', '145612.977000', '145612.980000', '145612.982000', '145612.985000', '145612.988000', '145612.990000', '145612.993000', '145612.996000', '145612.998000', '145613.002000', '145613.004000', '145613.007000', '145613.010000', '145613.012000', '145613.015000', '145613.018000', '145613.020000', '145613.023000', '145613.026000', '145613.028000', '145613.031000', '145613.034000', '145613.036000', '145613.039000', '145613.041000', '145613.044000', '145613.046000', '145613.049000', '145613.052000', '145613.054000', '145613.057000', '145613.059000', '145613.062000', '145613.064000', '145613.067000', '145632.942000', '145632.945000', '145632.948000', '145632.950000', '145632.953000', '145632.956000', '145632.958000', '145632.961000', '145632.964000', '145632.967000', '145632.970000', '145632.972000', '145632.975000', '145632.978000', '145632.981000', '145632.983000', '145632.986000', '145632.988000', '145632.991000', '145632.993000', '145632.996000', '145633.000000', '145633.002000', '145633.005000', '145633.007000', '145633.010000', '145633.013000', '145633.015000', '145633.018000', '145633.021000', '145633.023000', '145633.026000', '145633.028000', '145633.031000', '145633.033000', '145633.036000', '145633.039000', '145633.041000', '145633.044000', '145633.046000', '145633.049000', '145633.052000', '145633.054000', '145633.057000', '145652.943000', '145652.946000', '145652.949000', '145652.951000', '145652.954000', '145652.957000', '145652.959000', '145652.962000', '145652.964000', '145652.967000', '145652.970000', '145652.972000', '145652.975000', '145652.978000', '145652.980000', '145652.983000', '145652.985000', '145652.988000', '145652.991000', '145652.993000', '145652.996000', '145652.998000', '145653.002000', '145653.005000', '145653.007000', '145653.010000', '145653.012000', '145653.015000', '145653.018000', '145653.020000', '145653.023000', '145653.025000', '145653.028000', '145653.030000', '145653.033000', '145653.036000', '145653.038000', '145653.041000', '145653.043000', '145653.046000', '145653.049000', '145653.051000', '145653.054000', '145712.944000', '145712.946000', '145712.949000', '145712.951000', '145712.954000', '145712.957000', '145712.959000', '145712.962000', '145712.964000', '145712.967000', '145712.970000', '145712.972000', '145712.975000', '145712.978000', '145712.980000', '145712.983000', '145712.986000', '145712.988000', '145712.991000', '145712.993000', '145712.996000', '145713.000000', '145713.002000', '145713.005000', '145713.008000', '145713.010000', '145713.013000', '145713.015000', '145713.018000', '145713.021000', '145713.023000', '145713.026000', '145713.028000', '145713.031000', '145713.033000', '145713.036000', '145713.039000', '145713.041000', '145713.044000', '145713.046000', '145713.049000', '145713.052000', '145713.054000', '145732.943000', '145732.946000', '145732.949000', '145732.952000', '145732.954000', '145732.957000', '145732.959000', '145732.962000', '145732.965000', '145732.967000', '145732.970000', '145732.973000', '145732.975000', '145732.978000', '145732.980000', '145732.983000', '145732.985000', '145732.988000', '145732.991000', '145732.994000', '145732.996000', '145733.000000', '145733.002000', '145733.005000', '145733.008000', '145733.010000', '145733.013000', '145733.015000', '145733.018000', '145733.021000', '145733.024000', '145733.026000', '145733.029000', '145733.031000', '145733.034000', '145733.037000', '145733.039000', '145733.042000', '145733.044000', '145733.047000', '145733.050000', '145733.052000', '145733.055000', '145733.057000', '145752.943000', '145752.946000', '145752.949000', '145752.954000', '145752.956000', '145752.959000', '145752.961000', '145752.964000', '145752.967000', '145752.982000', '145752.984000', '145752.987000', '145752.990000', '145752.992000', '145752.995000', '145752.998000', '145753.002000', '145753.005000', '145753.007000', '145753.010000', '145753.013000', '145753.015000', '145753.018000', '145753.021000', '145753.023000', '145753.026000', '145753.028000', '145753.031000', '145753.034000', '145753.036000', '145753.039000', '145753.042000', '145753.044000', '145753.047000', '145753.049000', '145753.052000', '145753.055000', '145753.057000', '145753.060000', '145753.063000', '145753.066000', '145753.068000', '145753.071000', '145812.943000', '145812.946000', '145812.949000', '145812.952000', '145812.954000', '145812.957000', '145812.959000', '145812.962000', '145812.965000', '145812.967000', '145812.970000', '145812.973000', '145812.975000', '145812.978000', '145812.981000', '145812.983000', '145812.986000', '145812.988000', '145812.991000', '145812.994000', '145812.996000', '145813.000000', '145813.003000', '145813.005000', '145813.008000', '145813.010000', '145813.013000', '145813.016000', '145813.018000', '145813.021000', '145813.023000', '145813.026000', '145813.028000', '145813.031000', '145813.034000', '145813.036000', '145813.039000', '145813.041000', '145813.051000', '145813.053000', '145813.056000', '145813.059000', '145813.061000', '145813.064000', '145832.943000', '145832.946000', '145832.949000', '145832.952000', '145832.954000', '145832.957000', '145832.960000', '145832.962000', '145832.965000', '145832.968000', '145832.970000', '145832.973000', '145832.975000', '145832.978000', '145832.981000', '145832.983000', '145832.986000', '145832.989000', '145832.991000', '145832.994000', '145832.997000', '145833.000000', '145833.003000', '145833.005000', '145833.008000', '145833.011000', '145833.013000', '145833.016000', '145833.019000', '145833.021000', '145833.024000', '145833.026000', '145833.029000', '145833.032000', '145833.034000', '145833.037000', '145833.039000', '145833.042000', '145833.045000', '145833.047000', '145833.050000', '145833.052000', '145833.055000', '145852.942000', '145852.945000', '145852.948000', '145852.951000', '145852.953000', '145852.956000', '145852.959000', '145852.961000', '145852.964000', '145852.966000', '145852.969000', '145852.972000', '145852.974000', '145852.977000', '145852.980000', '145852.982000', '145852.985000', '145852.987000', '145852.990000', '145852.993000', '145852.995000', '145852.998000', '145853.002000', '145853.004000', '145853.007000', '145853.010000', '145853.012000', '145853.015000', '145853.018000', '145853.020000', '145853.023000', '145853.025000', '145853.028000', '145853.031000', '145853.033000', '145853.036000', '145853.038000', '145853.041000', '145853.044000', '145853.046000', '145853.049000', '145853.051000', '145853.054000', '145853.057000', '145912.944000', '145912.946000', '145912.949000', '145912.952000', '145912.954000', '145912.957000', '145912.959000', '145912.962000', '145912.965000', '145912.968000', '145912.970000', '145912.973000', '145912.975000', '145912.978000', '145912.988000', '145912.991000', '145912.994000', '145912.996000', '145913.000000', '145913.002000', '145913.005000', '145913.008000', '145913.010000', '145913.013000', '145913.016000', '145913.018000', '145913.021000', '145913.024000', '145913.026000', '145913.029000', '145913.031000', '145913.034000', '145913.037000', '145913.039000', '145913.042000', '145913.046000', '145913.048000', '145913.051000', '145913.053000', '145913.056000', '145913.059000', '145913.061000', '145913.064000', '145932.944000', '145932.946000', '145932.949000', '145932.952000', '145932.955000', '145932.957000', '145932.960000', '145932.962000', '145932.965000', '145932.968000', '145932.970000', '145932.973000', '145932.976000', '145932.978000', '145932.981000', '145932.983000', '145932.986000', '145932.989000', '145932.991000', '145932.994000', '145932.997000', '145933.000000', '145933.003000', '145933.005000', '145933.008000', '145933.012000', '145933.014000', '145933.017000', '145933.020000', '145933.022000', '145933.025000', '145933.027000', '145933.030000', '145933.033000', '145933.035000', '145933.038000', '145933.040000', '145933.043000', '145933.046000', '145933.048000', '145933.051000', '145933.054000', '145933.056000', '145933.059000', '145952.943000', '145952.946000', '145952.949000', '145952.952000', '145952.954000', '145952.957000', '145952.960000', '145952.962000', '145952.965000', '145952.967000', '145952.970000', '145952.973000', '145952.975000', '145952.978000', '145952.981000', '145952.983000', '145952.986000', '145952.988000', '145952.991000', '145952.994000', '145952.996000', '145953.000000', '145953.003000', '145953.005000', '145953.008000', '145953.010000', '145953.013000', '145953.016000', '145953.018000', '145953.021000', '145953.024000', '145953.026000', '145953.029000', '145953.031000', '145953.034000', '145953.038000', '145953.041000', '145953.043000', '145953.046000', '145953.049000', '145953.051000', '145953.054000', '145953.057000', '150012.944000', '150012.946000', '150012.949000', '150012.952000', '150012.955000', '150012.957000', '150012.960000', '150012.963000', '150012.965000', '150012.968000', '150012.970000', '150012.973000', '150012.976000', '150012.978000', '150012.981000', '150012.983000', '150012.986000', '150012.997000', '150013.001000', '150013.003000', '150013.006000', '150013.009000', '150013.011000', '150013.014000', '150013.016000', '150013.019000', '150013.022000', '150013.024000', '150013.027000', '150013.029000', '150013.032000', '150013.035000', '150013.037000', '150013.040000', '150013.042000', '150013.045000', '150013.048000', '150013.050000', '150013.053000', '150013.055000', '150013.058000', '150013.061000', '150013.063000', '150013.066000', '150032.944000', '150032.947000', '150032.949000', '150032.952000', '150032.954000', '150032.957000', '150032.960000', '150032.962000', '150032.965000', '150032.968000', '150032.970000', '150032.973000', '150032.975000', '150032.978000', '150032.980000', '150032.983000', '150032.985000', '150032.988000', '150032.991000', '150032.993000', '150032.996000', '150033.000000', '150033.002000', '150033.005000', '150033.007000', '150033.010000', '150033.013000', '150033.015000', '150033.018000', '150033.021000', '150033.023000', '150033.026000', '150033.030000', '150033.033000', '150033.035000', '150033.038000', '150033.041000', '150033.043000', '150033.046000', '150033.049000', '150033.051000', '150033.054000', '150033.056000', '150052.944000', '150052.946000', '150052.949000', '150052.952000', '150052.954000', '150052.957000', '150052.960000', '150052.962000', '150052.965000', '150052.967000', '150052.970000', '150052.973000', '150052.975000', '150052.978000', '150052.980000', '150052.983000', '150052.985000', '150052.988000', '150052.991000', '150052.993000', '150052.996000', '150053.000000', '150053.002000', '150053.005000', '150053.007000', '150053.010000', '150053.013000', '150053.015000', '150053.018000', '150053.020000', '150053.023000', '150053.026000', '150053.028000', '150053.031000', '150053.034000', '150053.036000', '150053.039000', '150053.041000', '150053.044000', '150053.047000', '150053.049000', '150053.052000', '150053.055000', '150053.057000', '150112.943000', '150112.955000', '150112.957000', '150112.960000', '150112.963000', '150112.965000', '150112.968000', '150112.970000', '150112.973000', '150112.976000', '150112.978000', '150112.981000', '150112.984000', '150112.986000', '150112.989000', '150112.992000', '150112.994000', '150113.001000', '150113.004000', '150113.007000', '150113.009000', '150113.012000', '150113.014000', '150113.017000', '150113.020000', '150113.022000', '150113.025000', '150113.027000', '150113.030000', '150113.033000', '150113.035000', '150113.038000', '150113.040000', '150113.043000', '150113.046000', '150113.048000', '150113.051000', '150113.054000', '150113.056000', '150113.061000', '150113.063000', '150113.066000', '150113.069000', '150132.944000', '150132.947000', '150132.950000', '150132.953000', '150132.956000', '150132.958000', '150132.961000', '150132.963000', '150132.966000', '150132.969000', '150132.971000', '150132.974000', '150132.977000', '150132.979000', '150132.982000', '150132.985000', '150132.987000', '150132.990000', '150132.992000', '150132.995000', '150132.998000', '150133.001000', '150133.004000', '150133.007000', '150133.009000', '150133.012000', '150133.014000', '150133.017000', '150133.020000', '150133.022000', '150133.025000', '150133.027000', '150133.030000', '150133.033000', '150133.035000', '150133.038000', '150133.040000', '150133.043000', '150133.046000', '150133.048000', '150133.051000', '150133.054000', '150133.056000', '150152.944000', '150152.946000', '150152.949000', '150152.951000', '150152.954000', '150152.957000', '150152.959000', '150152.962000', '150152.965000', '150152.967000', '150152.970000', '150152.972000', '150152.975000', '150152.978000', '150152.980000', '150152.983000', '150152.986000', '150152.988000', '150152.991000', '150152.993000', '150152.996000', '150153.000000', '150153.002000', '150153.005000', '150153.008000', '150153.010000', '150153.013000', '150153.015000', '150153.018000', '150153.021000', '150153.023000', '150153.026000', '150153.029000', '150153.031000', '150153.034000', '150153.036000', '150153.039000', '150153.041000', '150153.044000', '150153.047000', '150153.049000', '150153.052000', '150153.055000', '150153.057000', '150212.943000', '150212.946000', '150212.949000', '150212.951000', '150212.954000', '150212.957000', '150212.959000', '150212.962000', '150212.965000', '150212.967000', '150212.970000', '150212.972000', '150212.975000', '150212.978000', '150212.980000', '150212.983000', '150212.986000', '150212.988000', '150212.991000', '150212.993000', '150212.996000', '150213.000000', '150213.002000', '150213.005000', '150213.007000', '150213.010000', '150213.013000', '150213.015000', '150213.018000', '150213.021000', '150213.023000', '150213.026000', '150213.029000', '150213.031000', '150213.034000', '150213.036000', '150213.039000', '150213.041000', '150213.044000', '150213.047000', '150213.049000', '150213.052000', '150213.054000', '150213.057000', '150232.944000', '150232.946000', '150232.949000', '150232.952000', '150232.954000', '150232.957000', '150232.960000', '150232.962000', '150232.965000', '150232.967000', '150232.970000', '150232.973000', '150232.975000', '150232.978000', '150232.981000', '150232.983000', '150232.986000', '150232.988000', '150232.991000', '150232.994000', '150232.996000', '150233.000000', '150233.002000', '150233.005000', '150233.008000', '150233.011000', '150233.013000', '150233.016000', '150233.019000', '150233.021000', '150233.024000', '150233.026000', '150233.029000', '150233.032000', '150233.034000', '150233.037000', '150233.039000', '150233.042000', '150233.045000', '150233.047000', '150233.050000', '150233.052000', '150233.055000', '150252.944000', '150252.946000', '150252.949000', '150252.952000', '150252.954000', '150252.957000', '150252.959000', '150252.962000', '150252.965000', '150252.967000', '150252.970000', '150252.973000', '150252.975000', '150252.978000', '150252.981000', '150252.983000', '150252.986000', '150252.989000', '150252.991000', '150252.994000', '150252.996000', '150253.000000', '150253.003000', '150253.005000', '150253.008000', '150253.010000', '150253.013000', '150253.016000', '150253.018000', '150253.021000', '150253.023000', '150253.026000', '150253.029000', '150253.031000', '150253.034000', '150253.037000', '150253.039000', '150253.042000', '150253.044000', '150253.047000', '150253.050000', '150253.052000', '150253.055000', '150253.057000', '150312.944000', '150312.947000', '150312.949000', '150312.952000', '150312.954000', '150312.957000', '150312.960000', '150312.962000', '150312.965000', '150312.967000', '150312.970000', '150312.973000', '150312.975000', '150312.978000', '150312.981000', '150312.983000', '150312.986000', '150312.988000', '150312.991000', '150312.993000', '150312.996000', '150313.000000', '150313.002000', '150313.005000', '150313.007000', '150313.010000', '150313.013000', '150313.015000', '150313.018000', '150313.021000', '150313.023000', '150313.026000', '150313.028000', '150313.031000', '150313.034000', '150313.036000', '150313.039000', '150313.041000', '150313.044000', '150313.047000', '150313.049000', '150313.052000', '150313.054000', '150332.942000', '150332.945000', '150332.948000', '150332.951000', '150332.953000', '150332.956000', '150332.959000', '150332.961000', '150332.964000', '150332.966000', '150332.969000', '150332.972000', '150332.974000', '150332.977000', '150332.979000', '150332.982000', '150332.985000', '150332.987000', '150332.990000', '150332.993000', '150332.995000', '150332.998000', '150333.001000', '150333.004000', '150333.007000', '150333.009000', '150333.012000', '150333.015000', '150333.017000', '150333.020000', '150333.023000', '150333.025000', '150333.028000', '150333.030000', '150333.033000', '150333.036000', '150333.038000', '150333.041000', '150333.054000', '150333.057000', '150333.059000', '150333.062000', '150333.066000', '150333.068000', '150350.846000', '150350.849000', '150350.851000', '150350.854000', '150350.857000', '150350.860000', '150350.862000', '150350.865000', '150350.868000', '150350.870000', '150350.873000', '150350.875000', '150350.878000', '150350.881000', '150350.884000', '150350.886000', '150350.889000', '150350.892000', '150350.894000', '150350.897000', '150350.900000', '150350.905000', '150350.909000', '150350.911000', '150350.914000', '150350.917000', '150350.920000', '150350.923000', '150350.926000', '150350.929000', '150350.932000', '150350.935000', '150350.939000', '150350.942000', '150350.945000', '150350.949000', '150350.952000', '150350.955000', '150350.958000'], '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': [10822, 11876, 11470, 11759, 10295, 12326, 10073, 11858, 9858, 11452, 10122, 11584, 10191, 11313, 9572, 11493, 9296, 10760, 9402, 10501, 9178, 10288, 9917, 10812, 9966, 9924, 10300, 9939, 10600, 9924, 10793, 9776, 9408, 10977, 9927, 10404, 10905, 10616, 10359, 9987, 10016, 9095, 11194, 10065, 10335, 11377, 10017, 11254, 10886, 11232, 10709, 10564, 10559, 9519, 10450, 10274, 9849, 10316, 9497, 10094, 10208, 9964, 9539, 9670, 8969, 10449, 10295, 10236, 10499, 10399, 11169, 11261, 10686, 11131, 10580, 10694, 11235, 10701, 10072, 10734, 10196, 10937, 9995, 10792, 10076, 9707, 11546, 9484, 10609, 9594, 10852, 10249, 10993, 10761, 10677, 9935, 10269, 9425, 10214, 9469, 9843, 11244, 9228, 10686, 8852, 10782, 9629, 11286, 8626, 11748, 9424, 10708, 9801, 10814, 9726, 11775, 10487, 11616, 9718, 10910, 9885, 10829, 11204, 10222, 10793, 8572, 10476, 8771, 11023, 10104, 11927, 9917, 11238, 9781, 11361, 10648, 10773, 9760, 10692, 10160, 9338, 10098, 10439, 10681, 9968, 10866, 10092, 11182, 12476, 10710, 10900, 11265, 8874, 10366, 9034, 10067, 9657, 11297, 9564, 11483, 10322, 11445, 10668, 11550, 10576, 11135, 9971, 11848, 9901, 10516, 10094, 10378, 10149, 9127, 9992, 9857, 10024, 10010, 10485, 10930, 10984, 9755, 10365, 9840, 10257, 12159, 10381, 10502, 11155, 10636, 9996, 10216, 10168, 10114, 11473, 9465, 11179, 10203, 10913, 10277, 11077, 9722, 12861, 10360, 12113, 10297, 11640, 10166, 11305, 10087, 9489, 10268, 11157, 9765, 9526, 9863, 9424, 11211, 10210, 10692, 10026, 11017, 10143, 11288, 9603, 11353, 9609, 11031, 10541, 11025, 9894, 10944, 10315, 10898, 9765, 10573, 9914, 11475, 10528, 10357, 11004, 10101, 10465, 9565, 10491, 8936, 12403, 10168, 11598, 9794, 12021, 10945, 11908, 10398, 11421, 10821, 10217, 10434, 9611, 10474, 11410, 9591, 11830, 10217, 11538, 10181, 11795, 9529, 13133, 9902, 12494, 9780, 10820, 9837, 11088, 10145, 11147, 10084, 11997, 9833, 11120, 10147, 10891, 10268, 8741, 9940, 10393, 10003, 10238, 10583, 9293, 12274, 10758, 10752, 9959, 10923, 10179, 11395, 10251, 11679, 10358, 11958, 9925, 11524, 10408, 10911, 10950, 10563, 10458, 9138, 10911, 9228, 11039, 9299, 11943, 10677, 11514, 10464, 11163, 10503, 11165, 9318, 11728, 9888, 11963, 9853, 11953, 9897, 11876, 10025, 9425, 10098, 9930, 10036, 8888, 10844, 9821, 10775, 10260, 10766, 9867, 10225, 12559, 10513, 11650, 10357, 12295, 10246, 10677, 10618, 11665, 10066, 12800, 10879, 11343, 10072, 10275, 9859, 10156, 10533, 10171, 9347, 10135, 9637, 10665, 9631, 11772, 9963, 11781, 9941, 10061, 10770, 10133, 11229, 11032, 10213, 10624, 10029, 11092, 10694, 11338, 10949, 12588, 10537, 11844, 9970, 11387, 9464, 11295, 9804, 12034, 9555, 11611, 10273, 10326, 10349, 9524, 10478, 9446, 10007, 9227, 10029, 9471, 9601, 11020, 9427, 11765, 9977, 9485, 9655, 10012, 10136, 8879, 10416, 10508, 12440, 10519, 11940, 10299, 12013, 10954, 11094, 10633, 10563, 11008, 9821, 10151, 10232, 10173, 11834, 10369, 11510, 8964, 10163, 8905, 9886, 9806, 10792, 9360, 10126, 10760, 9514, 10569, 11210, 9792, 10674, 10410, 11470, 10020, 11414, 10416, 11919, 10318, 12036, 10204, 10684, 10205, 10261, 10700, 10417, 9271, 10118, 9774, 9854, 9097, 10137, 8985, 10630, 10586, 11201, 10431, 10858, 10573, 11060, 10362, 11923, 9460, 11756, 9523, 11835, 9599, 12446, 9004, 12258, 9418, 11352, 9706, 11173, 9753, 10056, 9705, 9160, 10048, 8845, 10058, 10129, 10042, 9761, 10046, 10702, 10489, 10013, 10188, 10467, 10021, 9667, 10091, 9782, 10309, 10321, 10493, 9155, 9783, 9973, 10406, 10396, 10032, 9457, 9703, 9455, 10274, 10801, 10330, 11835, 9927, 9938, 9697, 9078, 10245, 9372, 10268, 9178, 10167, 11365, 10330, 11192, 9811, 11357, 9729, 11012, 10587, 10601, 10372, 10292, 9326, 12254, 9219, 10674, 9011, 10585, 9432, 9835, 9717, 10032, 10242, 9507, 10236, 9773, 10769, 9730, 10125, 10778, 10384, 12093, 9992, 11718, 9904, 10958, 9014, 9961, 9004, 9533, 9565, 9352, 8806, 9607, 9091, 10060, 9469, 11234, 9835, 11007, 14027, 10947, 11561, 9648, 11032, 9473, 10583, 10220, 10669, 9354, 11340, 10120, 11139, 9467, 11293, 9835, 10840, 10377, 10628, 9875, 10009, 9838, 10186, 9433, 9378, 9509, 9633, 9203, 9510, 9174, 9555, 9236, 9356, 8934, 9680, 8676, 9756, 8765, 9922, 10029, 10465, 12715, 12100, 12901, 10293, 10502, 9577, 10970, 12165, 12125, 9855, 10312, 11661, 10894, 10065, 8640, 11465, 10198, 10604, 9746, 10650, 9815, 10874, 9600, 11194, 9158, 11000, 10185, 10311, 9554, 9460, 9864, 10207, 9763, 9655, 9612, 10198, 10180, 11290, 10618, 13015, 10328, 11105, 10490, 10643, 11256, 9672, 10016, 9417, 9579, 9613, 9605, 10059, 9479, 10673, 9239, 9736, 10835, 10000, 11213, 10316, 13184, 10180, 11539, 9732, 11190, 10370, 11697, 10714, 11276, 14153, 11165, 12171, 10152, 10106, 9561, 11168, 9129, 10646, 9309, 10933, 9627, 10336, 10286, 10657, 9745, 9978, 10495, 10644, 10588, 10561, 9983, 11239, 9172, 10338, 9729, 10848, 9371, 12171, 9752, 10674, 9957, 9661, 8605, 9401, 8802, 9548, 9801, 9944, 9169, 9833, 9966, 9528, 9873, 11258, 13610, 10549, 11536, 9459, 10118, 10018, 10167, 10548, 10229, 11340, 9611, 9298, 9409, 8177, 9432, 9414, 9404, 9609, 10027, 9689, 10408, 12467, 10586, 12372, 9849, 10849, 9505, 11352, 9410, 10897, 13733, 10701, 10158, 9504, 9659, 9461, 10442, 9847, 11630, 10297, 11207, 10351, 10488, 9428, 9898, 10120, 9872, 8877, 9961, 9446, 9934, 9814, 11286, 9614, 12457, 17291, 14019, 10742, 10719, 9544, 10205, 9958, 11030, 9935, 10797, 10093, 10165, 10229, 10272, 10505, 10883, 9248, 11666, 9981, 11201, 9940, 10868, 12138, 10951, 11203, 10000, 9704, 10311, 11096, 10693, 10363, 9915, 9896, 10551, 9935, 11082, 10439, 10956, 9944, 10023, 9940, 9988, 10756, 10610, 10519, 10669, 10919, 11007, 12929, 10413, 13846, 10926, 9865, 16256, 10551, 10454, 11077, 9641, 10645, 9309, 10674, 9713, 10073, 10369, 10907, 11952, 11606, 10973, 17100, 11755, 9887, 11237, 10605, 11358, 10803, 11325, 11219, 18396, 14427, 14103, 11295, 10734, 10781, 9988, 11076, 9812, 10788, 10174, 10662, 10424, 10897, 10717, 11278, 11025, 15219, 11075, 14502, 11726, 11677, 10736, 10531, 11084, 11637, 16273, 10515, 11469, 10208, 10465, 10820, 10404, 10916, 9644, 10137, 9810, 10246, 9828, 10761, 9863, 10772, 9602, 10765, 9511, 10373, 9182, 10371, 10689, 10831, 10582, 10711, 10772, 10350, 10790, 13954, 11078, 13012, 11448, 11121, 15294, 10214, 11384, 10967, 12628, 11478, 10995, 11136, 10063, 10285, 10754, 11458, 10659, 11014, 10765, 9088, 10520, 8985, 10974, 9450, 11163, 9613, 11394, 10643, 10944, 10692, 10808, 11393, 9741, 11755, 12544, 11416, 17888, 11476, 15224, 17456, 12042, 16720, 12992, 13651, 11290, 14167, 15593, 11353, 13976, 11251, 10701, 11531, 10510, 11254, 11055, 12039, 11338, 11112, 11356, 10410, 11406, 9623, 11527, 10965, 11872, 10919, 11450, 11190, 11574, 11304, 11678, 9761, 11721, 10251, 11306, 13279, 11512, 13027, 11742, 12374, 11615, 11311, 11790, 11108, 11315, 10895, 11460, 11121, 10779, 11120, 11169, 11141, 11650, 11828, 11265, 12120, 11255, 13377, 11419, 12956, 11593, 11627, 11621, 11286, 11588, 12953, 11399, 10771, 11507, 11039, 11369, 10993, 10968, 11134, 11234, 11274, 11324, 11265, 11173, 12489, 11213, 10779, 11216, 12093, 11148, 11453, 11343, 11173, 11085, 11367, 11125, 12661, 11280, 10848, 11542, 9753, 11352, 10061, 11210, 9947, 11761, 10449, 11956, 10697, 11724, 12916, 11615, 10873, 11613, 12917, 11608, 13379, 11293, 11517, 12954, 11304, 11349, 11533, 9931, 11402, 9703, 11450, 9634, 11695, 9448, 11756, 10215, 12081, 9777, 11664, 12135, 11827, 14649, 11751, 12671, 11644, 11280, 11252, 11107, 11378, 11324, 11689, 11579, 13800, 12573, 15833, 11186, 9743, 11585, 9254, 11647, 9856, 11690, 10023, 11480, 11094, 11539, 11376, 11613, 11539, 11402, 11035, 11831, 11691, 11780, 11865, 11238, 11959, 13095, 17446, 13155, 12111, 10917, 11217, 10167, 10298, 11167, 10353, 12448, 11457, 10373, 11294, 11325, 11121, 11058, 11702, 11481, 11967, 11876, 11765, 14441, 12495, 15575, 11413, 10030, 11582, 11696, 11723, 11324, 12111, 10896, 14995, 11629, 10998, 11563, 11107, 11080, 11412, 10186, 12100, 11972, 11494, 11873, 10023, 11307, 10571, 11822, 10448, 11876, 11390, 11506, 14090, 11424, 13650, 11871, 13303, 13778, 11974, 11564, 11771, 11136, 13409, 17446, 11586, 10831, 11533, 11309, 11307, 11338, 10279, 13056, 12820, 11076, 12462, 10655, 11829, 10378, 9829, 9292, 10037, 11032, 9844, 11429, 11292, 11292, 11420, 11107, 11574, 11395, 14856, 12866, 12923, 10627, 10013, 10487, 10610, 12989, 11482, 9787, 10983, 10919, 11128, 11654, 11404, 14841, 11981, 11349, 11030, 10444, 10926, 10694, 10747, 10916, 11394, 10799, 11385, 11825, 11439, 15742, 15362, 17643, 18300, 13715, 15935, 11804, 10224, 11235, 10122, 11197, 9914, 10972, 10300, 11158, 9460, 11280, 10307, 11329, 9904, 11248, 10488, 11327, 11381, 10740, 12446, 11514, 10671, 11495, 11590, 11247, 11786, 10953, 12049, 10386, 11456, 11025, 11655, 11468, 10121, 11375, 11522, 11414, 11722, 13497, 12753, 16347, 14474, 13678, 18309, 12828, 15006, 12948, 16084, 11473, 11976, 11227, 13887, 9192, 12244, 9289, 9153, 10751, 12357, 11458, 11230, 13678, 10865, 11769], 'WindowCenter': [4633.0, 4632.0, 4619.0, 4605.0, 4582.0, 4611.0, 4569.0, 4600.0, 4580.0, 4596.0, 4565.0, 4574.0, 4561.0, 4575.0, 4560.0, 4589.0, 4569.0, 4590.0, 4582.0, 4590.0, 4581.0, 4593.0, 4586.0, 4591.0, 4580.0, 4567.0, 4579.0, 4579.0, 4591.0, 4582.0, 4590.0, 4581.0, 4584.0, 4592.0, 4595.0, 4581.0, 4593.0, 4575.0, 4579.0, 4581.0, 4594.0, 4569.0, 4578.0, 4575.0, 4579.0, 4590.0, 4580.0, 4586.0, 4579.0, 4588.0, 4572.0, 4591.0, 4577.0, 4564.0, 4577.0, 4594.0, 4581.0, 4580.0, 4569.0, 4596.0, 4580.0, 4580.0, 4568.0, 4580.0, 4572.0, 4592.0, 4592.0, 4583.0, 4590.0, 4582.0, 4602.0, 4593.0, 4591.0, 4591.0, 4592.0, 4576.0, 4601.0, 4579.0, 4581.0, 4587.0, 4582.0, 4579.0, 4578.0, 4590.0, 4582.0, 4569.0, 4590.0, 4570.0, 4580.0, 4569.0, 4577.0, 4591.0, 4589.0, 4590.0, 4579.0, 4581.0, 4569.0, 4578.0, 4586.0, 4582.0, 4580.0, 4603.0, 4570.0, 4593.0, 4570.0, 4591.0, 4581.0, 4591.0, 4560.0, 4601.0, 4569.0, 4585.0, 4580.0, 4590.0, 4579.0, 4597.0, 4590.0, 4598.0, 4575.0, 4591.0, 4583.0, 4579.0, 4590.0, 4578.0, 4583.0, 4552.0, 4580.0, 4568.0, 4590.0, 4579.0, 4588.0, 4579.0, 4584.0, 4578.0, 4588.0, 4579.0, 4577.0, 4573.0, 4589.0, 4590.0, 4569.0, 4593.0, 4589.0, 4592.0, 4580.0, 4603.0, 4578.0, 4592.0, 4604.0, 4580.0, 4576.0, 4589.0, 4550.0, 4578.0, 4557.0, 4578.0, 4575.0, 4589.0, 4579.0, 4595.0, 4580.0, 4589.0, 4591.0, 4599.0, 4585.0, 4588.0, 4578.0, 4588.0, 4578.0, 4572.0, 4580.0, 4577.0, 4580.0, 4568.0, 4582.0, 4579.0, 4578.0, 4575.0, 4591.0, 4583.0, 4593.0, 4580.0, 4590.0, 4579.0, 4591.0, 4601.0, 4580.0, 4578.0, 4591.0, 4573.0, 4563.0, 4575.0, 4589.0, 4578.0, 4588.0, 4579.0, 4589.0, 4572.0, 4587.0, 4589.0, 4589.0, 4569.0, 4598.0, 4575.0, 4588.0, 4578.0, 4587.0, 4591.0, 4587.0, 4577.0, 4564.0, 4575.0, 4584.0, 4578.0, 4579.0, 4579.0, 4567.0, 4589.0, 4590.0, 4589.0, 4578.0, 4583.0, 4589.0, 4589.0, 4567.0, 4589.0, 4579.0, 4589.0, 4578.0, 4588.0, 4579.0, 4588.0, 4580.0, 4589.0, 4592.0, 4577.0, 4577.0, 4588.0, 4590.0, 4578.0, 4592.0, 4574.0, 4579.0, 4580.0, 4591.0, 4570.0, 4600.0, 4580.0, 4601.0, 4581.0, 4594.0, 4590.0, 4596.0, 4578.0, 4588.0, 4585.0, 4573.0, 4578.0, 4579.0, 4591.0, 4589.0, 4567.0, 4599.0, 4591.0, 4589.0, 4578.0, 4600.0, 4579.0, 4598.0, 4578.0, 4599.0, 4568.0, 4575.0, 4577.0, 4588.0, 4578.0, 4586.0, 4577.0, 4595.0, 4574.0, 4588.0, 4591.0, 4577.0, 4579.0, 4557.0, 4578.0, 4576.0, 4579.0, 4578.0, 4588.0, 4568.0, 4592.0, 4587.0, 4589.0, 4575.0, 4590.0, 4588.0, 4599.0, 4580.0, 4589.0, 4580.0, 4600.0, 4580.0, 4599.0, 4584.0, 4586.0, 4589.0, 4574.0, 4590.0, 4568.0, 4589.0, 4567.0, 4589.0, 4567.0, 4588.0, 4585.0, 4588.0, 4585.0, 4587.0, 4592.0, 4588.0, 4569.0, 4600.0, 4578.0, 4601.0, 4581.0, 4599.0, 4580.0, 4597.0, 4578.0, 4561.0, 4579.0, 4577.0, 4574.0, 4582.0, 4603.0, 4579.0, 4600.0, 4593.0, 4604.0, 4592.0, 4592.0, 4612.0, 4587.0, 4587.0, 4580.0, 4599.0, 4578.0, 4576.0, 4585.0, 4589.0, 4561.0, 4592.0, 4570.0, 4588.0, 4577.0, 4576.0, 4577.0, 4577.0, 4576.0, 4575.0, 4565.0, 4577.0, 4565.0, 4584.0, 4579.0, 4599.0, 4561.0, 4586.0, 4577.0, 4566.0, 4586.0, 4571.0, 4583.0, 4583.0, 4587.0, 4589.0, 4590.0, 4586.0, 4585.0, 4589.0, 4588.0, 4598.0, 4574.0, 4588.0, 4572.0, 4586.0, 4563.0, 4587.0, 4573.0, 4597.0, 4564.0, 4588.0, 4578.0, 4571.0, 4571.0, 4578.0, 4588.0, 4573.0, 4577.0, 4569.0, 4594.0, 4579.0, 4584.0, 4585.0, 4583.0, 4600.0, 4580.0, 4567.0, 4580.0, 4578.0, 4585.0, 4583.0, 4596.0, 4586.0, 4611.0, 4591.0, 4603.0, 4588.0, 4610.0, 4590.0, 4588.0, 4577.0, 4574.0, 4588.0, 4587.0, 4578.0, 4587.0, 4588.0, 4596.0, 4576.0, 4589.0, 4568.0, 4578.0, 4567.0, 4580.0, 4577.0, 4587.0, 4564.0, 4574.0, 4588.0, 4578.0, 4603.0, 4594.0, 4580.0, 4589.0, 4591.0, 4596.0, 4580.0, 4595.0, 4590.0, 4588.0, 4575.0, 4597.0, 4592.0, 4577.0, 4572.0, 4578.0, 4591.0, 4589.0, 4562.0, 4577.0, 4578.0, 4578.0, 4566.0, 4590.0, 4567.0, 4590.0, 4588.0, 4590.0, 4590.0, 4589.0, 4591.0, 4589.0, 4578.0, 4599.0, 4577.0, 4598.0, 4566.0, 4596.0, 4580.0, 4596.0, 4556.0, 4587.0, 4565.0, 4587.0, 4566.0, 4575.0, 4564.0, 4576.0, 4579.0, 4568.0, 4574.0, 4565.0, 4575.0, 4586.0, 4580.0, 4582.0, 4583.0, 4584.0, 4580.0, 4577.0, 4576.0, 4586.0, 4578.0, 4578.0, 4578.0, 4572.0, 4573.0, 4577.0, 4590.0, 4568.0, 4578.0, 4574.0, 4590.0, 4578.0, 4572.0, 4579.0, 4576.0, 4580.0, 4593.0, 4601.0, 4590.0, 4598.0, 4579.0, 4572.0, 4580.0, 4567.0, 4592.0, 4568.0, 4591.0, 4569.0, 4590.0, 4601.0, 4581.0, 4591.0, 4580.0, 4589.0, 4565.0, 4586.0, 4588.0, 4591.0, 4588.0, 4580.0, 4567.0, 4598.0, 4566.0, 4579.0, 4567.0, 4580.0, 4563.0, 4574.0, 4569.0, 4577.0, 4577.0, 4568.0, 4587.0, 4576.0, 4602.0, 4580.0, 4589.0, 4604.0, 4593.0, 4614.0, 4575.0, 4589.0, 4577.0, 4588.0, 4570.0, 4593.0, 4581.0, 4582.0, 4580.0, 4582.0, 4583.0, 4594.0, 4599.0, 4609.0, 4598.0, 4606.0, 4594.0, 4603.0, 4623.0, 4591.0, 4600.0, 4565.0, 4577.0, 4569.0, 4590.0, 4580.0, 4588.0, 4577.0, 4588.0, 4572.0, 4587.0, 4565.0, 4588.0, 4565.0, 4577.0, 4578.0, 4578.0, 4565.0, 4577.0, 4577.0, 4580.0, 4568.0, 4580.0, 4582.0, 4582.0, 4579.0, 4591.0, 4584.0, 4584.0, 4582.0, 4609.0, 4597.0, 4608.0, 4587.0, 4610.0, 4585.0, 4607.0, 4606.0, 4605.0, 4615.0, 4614.0, 4613.0, 4581.0, 4580.0, 4569.0, 4588.0, 4588.0, 4583.0, 4564.0, 4582.0, 4589.0, 4575.0, 4565.0, 4557.0, 4570.0, 4563.0, 4563.0, 4566.0, 4577.0, 4563.0, 4589.0, 4569.0, 4574.0, 4563.0, 4588.0, 4578.0, 4579.0, 4577.0, 4579.0, 4575.0, 4572.0, 4575.0, 4578.0, 4580.0, 4592.0, 4595.0, 4600.0, 4592.0, 4612.0, 4592.0, 4592.0, 4579.0, 4588.0, 4590.0, 4578.0, 4578.0, 4581.0, 4578.0, 4581.0, 4582.0, 4593.0, 4578.0, 4592.0, 4582.0, 4596.0, 4591.0, 4588.0, 4592.0, 4580.0, 4601.0, 4576.0, 4585.0, 4556.0, 4590.0, 4578.0, 4585.0, 4564.0, 4576.0, 4607.0, 4575.0, 4572.0, 4561.0, 4562.0, 4566.0, 4571.0, 4549.0, 4559.0, 4551.0, 4574.0, 4553.0, 4577.0, 4578.0, 4571.0, 4556.0, 4565.0, 4583.0, 4573.0, 4571.0, 4589.0, 4577.0, 4587.0, 4554.0, 4576.0, 4566.0, 4593.0, 4570.0, 4607.0, 4568.0, 4602.0, 4577.0, 4575.0, 4556.0, 4569.0, 4564.0, 4580.0, 4605.0, 4608.0, 4596.0, 4590.0, 4595.0, 4598.0, 4608.0, 4606.0, 4639.0, 4606.0, 4590.0, 4579.0, 4595.0, 4581.0, 4592.0, 4591.0, 4592.0, 4602.0, 4583.0, 4577.0, 4581.0, 4560.0, 4580.0, 4579.0, 4581.0, 4593.0, 4597.0, 4582.0, 4596.0, 4614.0, 4592.0, 4601.0, 4583.0, 4576.0, 4565.0, 4589.0, 4570.0, 4590.0, 4611.0, 4577.0, 4579.0, 4580.0, 4567.0, 4568.0, 4579.0, 4592.0, 4602.0, 4580.0, 4591.0, 4580.0, 4579.0, 4558.0, 4568.0, 4579.0, 4589.0, 4580.0, 4591.0, 4581.0, 4582.0, 4589.0, 4602.0, 4583.0, 4616.0, 4631.0, 4612.0, 4563.0, 4566.0, 4566.0, 4565.0, 4579.0, 4575.0, 4566.0, 4564.0, 4564.0, 4562.0, 4560.0, 4561.0, 4565.0, 4586.0, 4554.0, 4576.0, 4563.0, 4577.0, 4564.0, 4586.0, 4588.0, 4575.0, 4586.0, 4561.0, 4564.0, 4580.0, 4585.0, 4579.0, 4578.0, 4565.0, 4577.0, 4577.0, 4583.0, 4587.0, 4579.0, 4587.0, 4590.0, 4590.0, 4593.0, 4590.0, 4593.0, 4594.0, 4588.0, 4590.0, 4606.0, 4594.0, 4602.0, 4576.0, 4615.0, 4574.0, 4570.0, 4629.0, 4578.0, 4580.0, 4591.0, 4568.0, 4578.0, 4569.0, 4583.0, 4596.0, 4596.0, 4589.0, 4607.0, 4614.0, 4600.0, 4595.0, 4646.0, 4601.0, 4579.0, 4594.0, 4592.0, 4584.0, 4579.0, 4590.0, 4607.0, 4638.0, 4612.0, 4599.0, 4589.0, 4576.0, 4577.0, 4568.0, 4576.0, 4561.0, 4574.0, 4580.0, 4590.0, 4592.0, 4588.0, 4593.0, 4592.0, 4592.0, 4620.0, 4591.0, 4612.0, 4585.0, 4574.0, 4564.0, 4567.0, 4576.0, 4578.0, 4619.0, 4566.0, 4570.0, 4552.0, 4559.0, 4572.0, 4565.0, 4558.0, 4564.0, 4565.0, 4562.0, 4565.0, 4565.0, 4588.0, 4564.0, 4577.0, 4567.0, 4575.0, 4582.0, 4594.0, 4584.0, 4594.0, 4594.0, 4606.0, 4594.0, 4597.0, 4615.0, 4598.0, 4603.0, 4626.0, 4593.0, 4600.0, 4591.0, 4594.0, 4621.0, 4566.0, 4576.0, 4581.0, 4596.0, 4591.0, 4578.0, 4576.0, 4578.0, 4562.0, 4604.0, 4587.0, 4582.0, 4577.0, 4606.0, 4580.0, 4595.0, 4575.0, 4607.0, 4585.0, 4610.0, 4588.0, 4619.0, 4604.0, 4609.0, 4607.0, 4610.0, 4614.0, 4599.0, 4616.0, 4629.0, 4619.0, 4659.0, 4604.0, 4636.0, 4645.0, 4606.0, 4636.0, 4599.0, 4599.0, 4578.0, 4605.0, 4607.0, 4575.0, 4593.0, 4573.0, 4552.0, 4577.0, 4566.0, 4575.0, 4577.0, 4586.0, 4578.0, 4574.0, 4601.0, 4590.0, 4586.0, 4570.0, 4600.0, 4593.0, 4600.0, 4581.0, 4604.0, 4580.0, 4590.0, 4578.0, 4590.0, 4569.0, 4586.0, 4580.0, 4585.0, 4599.0, 4587.0, 4596.0, 4585.0, 4583.0, 4579.0, 4578.0, 4570.0, 4577.0, 4575.0, 4565.0, 4574.0, 4569.0, 4577.0, 4575.0, 4576.0, 4573.0, 4575.0, 4576.0, 4566.0, 4586.0, 4589.0, 4594.0, 4577.0, 4587.0, 4571.0, 4576.0, 4575.0, 4575.0, 4590.0, 4598.0, 4579.0, 4567.0, 4577.0, 4568.0, 4572.0, 4574.0, 4577.0, 4570.0, 4574.0, 4577.0, 4590.0, 4579.0, 4589.0, 4602.0, 4589.0, 4564.0, 4591.0, 4587.0, 4589.0, 4579.0, 4590.0, 4593.0, 4592.0, 4589.0, 4593.0, 4601.0, 4592.0, 4574.0, 4589.0, 4573.0, 4589.0, 4579.0, 4588.0, 4583.0, 4606.0, 4594.0, 4599.0, 4590.0, 4619.0, 4615.0, 4602.0, 4594.0, 4606.0, 4600.0, 4590.0, 4616.0, 4588.0, 4587.0, 4584.0, 4589.0, 4594.0, 4588.0, 4565.0, 4586.0, 4587.0, 4604.0, 4585.0, 4605.0, 4579.0, 4601.0, 4593.0, 4612.0, 4599.0, 4617.0, 4607.0, 4605.0, 4625.0, 4588.0, 4598.0, 4580.0, 4593.0, 4593.0, 4592.0, 4590.0, 4593.0, 4601.0, 4594.0, 4608.0, 4601.0, 4618.0, 4581.0, 4555.0, 4588.0, 4554.0, 4584.0, 4569.0, 4601.0, 4595.0, 4606.0, 4589.0, 4606.0, 4591.0, 4608.0, 4602.0, 4593.0, 4589.0, 4589.0, 4586.0, 4592.0, 4603.0, 4592.0, 4592.0, 4611.0, 4643.0, 4604.0, 4601.0, 4580.0, 4582.0, 4569.0, 4567.0, 4573.0, 4569.0, 4605.0, 4588.0, 4581.0, 4592.0, 4590.0, 4595.0, 4593.0, 4618.0, 4612.0, 4617.0, 4603.0, 4611.0, 4634.0, 4604.0, 4623.0, 4593.0, 4585.0, 4592.0, 4592.0, 4583.0, 4593.0, 4604.0, 4594.0, 4623.0, 4594.0, 4592.0, 4592.0, 4594.0, 4606.0, 4601.0, 4583.0, 4604.0, 4603.0, 4592.0, 4589.0, 4566.0, 4592.0, 4582.0, 4617.0, 4595.0, 4605.0, 4604.0, 4609.0, 4620.0, 4596.0, 4624.0, 4603.0, 4601.0, 4603.0, 4580.0, 4593.0, 4593.0, 4579.0, 4597.0, 4628.0, 4577.0, 4563.0, 4571.0, 4574.0, 4577.0, 4578.0, 4561.0, 4596.0, 4585.0, 4572.0, 4589.0, 4570.0, 4589.0, 4568.0, 4557.0, 4548.0, 4571.0, 4593.0, 4582.0, 4602.0, 4588.0, 4593.0, 4590.0, 4594.0, 4599.0, 4608.0, 4618.0, 4607.0, 4616.0, 4581.0, 4575.0, 4572.0, 4585.0, 4597.0, 4592.0, 4569.0, 4576.0, 4577.0, 4592.0, 4604.0, 4602.0, 4625.0, 4610.0, 4599.0, 4583.0, 4570.0, 4574.0, 4580.0, 4572.0, 4565.0, 4587.0, 4592.0, 4591.0, 4587.0, 4587.0, 4618.0, 4618.0, 4634.0, 4628.0, 4599.0, 4607.0, 4563.0, 4555.0, 4565.0, 4553.0, 4564.0, 4569.0, 4579.0, 4569.0, 4591.0, 4584.0, 4590.0, 4578.0, 4592.0, 4583.0, 4593.0, 4595.0, 4607.0, 4606.0, 4592.0, 4617.0, 4607.0, 4595.0, 4606.0, 4610.0, 4608.0, 4607.0, 4597.0, 4604.0, 4579.0, 4619.0, 4618.0, 4621.0, 4622.0, 4611.0, 4617.0, 4621.0, 4623.0, 4623.0, 4634.0, 4630.0, 4654.0, 4630.0, 4616.0, 4660.0, 4606.0, 4611.0, 4599.0, 4617.0, 4580.0, 4592.0, 4581.0, 4600.0, 4557.0, 4572.0, 4552.0, 4555.0, 4563.0, 4571.0, 4563.0, 4559.0, 4598.0, 4580.0, 4586.0], 'WindowWidth': [10146.0, 10136.0, 10111.0, 10085.0, 10046.0, 10085.0, 10024.0, 10067.0, 10040.0, 10064.0, 10012.0, 10024.0, 9999.0, 10027.0, 10005.0, 10050.0, 10023.0, 10055.0, 10047.0, 10057.0, 10046.0, 10062.0, 10050.0, 10060.0, 10040.0, 10020.0, 10037.0, 10038.0, 10057.0, 10043.0, 10057.0, 10044.0, 10051.0, 10060.0, 10069.0, 10043.0, 10061.0, 10030.0, 10038.0, 10041.0, 10064.0, 10025.0, 10034.0, 10031.0, 10039.0, 10054.0, 10041.0, 10047.0, 10038.0, 10051.0, 10024.0, 10058.0, 10032.0, 10015.0, 10031.0, 10063.0, 10041.0, 10039.0, 10022.0, 10072.0, 10039.0, 10041.0, 10022.0, 10043.0, 10031.0, 10059.0, 10061.0, 10049.0, 10054.0, 10048.0, 10074.0, 10059.0, 10056.0, 10057.0, 10058.0, 10033.0, 10072.0, 10038.0, 10043.0, 10047.0, 10045.0, 10038.0, 10038.0, 10057.0, 10045.0, 10023.0, 10054.0, 10026.0, 10040.0, 10025.0, 10035.0, 10059.0, 10052.0, 10053.0, 10036.0, 10043.0, 10021.0, 10039.0, 10050.0, 10049.0, 10042.0, 10078.0, 10027.0, 10062.0, 10026.0, 10055.0, 10044.0, 10059.0, 10013.0, 10071.0, 10023.0, 10047.0, 10043.0, 10057.0, 10040.0, 10062.0, 10056.0, 10065.0, 10033.0, 10057.0, 10050.0, 10038.0, 10054.0, 10034.0, 10043.0, 10000.0, 10042.0, 10028.0, 10054.0, 10037.0, 10051.0, 10037.0, 10042.0, 10036.0, 10049.0, 10038.0, 10033.0, 10029.0, 10054.0, 10057.0, 10026.0, 10065.0, 10054.0, 10062.0, 10042.0, 10078.0, 10037.0, 10059.0, 10075.0, 10040.0, 10028.0, 10050.0, 9993.0, 10034.0, 10005.0, 10039.0, 10033.0, 10053.0, 10039.0, 10060.0, 10040.0, 10051.0, 10062.0, 10066.0, 10047.0, 10049.0, 10037.0, 10049.0, 10036.0, 10024.0, 10043.0, 10033.0, 10042.0, 10022.0, 10048.0, 10038.0, 10039.0, 10035.0, 10060.0, 10044.0, 10062.0, 10040.0, 10056.0, 10039.0, 10056.0, 10073.0, 10042.0, 10037.0, 10058.0, 10025.0, 10013.0, 10027.0, 10054.0, 10036.0, 10050.0, 10038.0, 10052.0, 10026.0, 10047.0, 10055.0, 10054.0, 10024.0, 10063.0, 10030.0, 10047.0, 10034.0, 10044.0, 10060.0, 10044.0, 10034.0, 10012.0, 10031.0, 10039.0, 10034.0, 10040.0, 10040.0, 10019.0, 10051.0, 10056.0, 10053.0, 10037.0, 10043.0, 10055.0, 10052.0, 10022.0, 10052.0, 10041.0, 10054.0, 10037.0, 10051.0, 10040.0, 10048.0, 10040.0, 10054.0, 10062.0, 10036.0, 10039.0, 10053.0, 10055.0, 10036.0, 10059.0, 10028.0, 10039.0, 10042.0, 10058.0, 10027.0, 10069.0, 10041.0, 10072.0, 10044.0, 10058.0, 10058.0, 10061.0, 10034.0, 10049.0, 10043.0, 10027.0, 10033.0, 10041.0, 10058.0, 10054.0, 10021.0, 10067.0, 10059.0, 10052.0, 10035.0, 10070.0, 10040.0, 10063.0, 10034.0, 10066.0, 10021.0, 10027.0, 10036.0, 10050.0, 10037.0, 10044.0, 10036.0, 10057.0, 10030.0, 10049.0, 10058.0, 10032.0, 10040.0, 10006.0, 10036.0, 10030.0, 10037.0, 10038.0, 10052.0, 10022.0, 10054.0, 10048.0, 10054.0, 10034.0, 10056.0, 10056.0, 10067.0, 10044.0, 10051.0, 10043.0, 10068.0, 10043.0, 10067.0, 10047.0, 10045.0, 10052.0, 10027.0, 10053.0, 10023.0, 10052.0, 10021.0, 10055.0, 10021.0, 10050.0, 10044.0, 10050.0, 10045.0, 10046.0, 10061.0, 10052.0, 10026.0, 10067.0, 10039.0, 10070.0, 10046.0, 10064.0, 10043.0, 10059.0, 10037.0, 10008.0, 10039.0, 10034.0, 10033.0, 10050.0, 10077.0, 10043.0, 10072.0, 10064.0, 10082.0, 10062.0, 10060.0, 10090.0, 10052.0, 10048.0, 10041.0, 10065.0, 10036.0, 10030.0, 10048.0, 10052.0, 10009.0, 10050.0, 10020.0, 10048.0, 10032.0, 10029.0, 10034.0, 10033.0, 10028.0, 10028.0, 10015.0, 10033.0, 10015.0, 10043.0, 10039.0, 10064.0, 10007.0, 10043.0, 10033.0, 10018.0, 10047.0, 10025.0, 10041.0, 10041.0, 10049.0, 10055.0, 10057.0, 10050.0, 10046.0, 10055.0, 10050.0, 10064.0, 10029.0, 10050.0, 10026.0, 10044.0, 10012.0, 10049.0, 10030.0, 10061.0, 10014.0, 10048.0, 10038.0, 10022.0, 10024.0, 10039.0, 10054.0, 10029.0, 10037.0, 10025.0, 10067.0, 10041.0, 10054.0, 10048.0, 10053.0, 10072.0, 10044.0, 10022.0, 10042.0, 10037.0, 10047.0, 10054.0, 10066.0, 10051.0, 10089.0, 10059.0, 10079.0, 10055.0, 10084.0, 10056.0, 10052.0, 10034.0, 10029.0, 10050.0, 10054.0, 10036.0, 10052.0, 10054.0, 10062.0, 10032.0, 10051.0, 10025.0, 10037.0, 10019.0, 10043.0, 10033.0, 10047.0, 10017.0, 10030.0, 10049.0, 10039.0, 10077.0, 10059.0, 10043.0, 10055.0, 10058.0, 10062.0, 10044.0, 10062.0, 10057.0, 10048.0, 10031.0, 10064.0, 10062.0, 10036.0, 10025.0, 10036.0, 10059.0, 10053.0, 10013.0, 10036.0, 10036.0, 10037.0, 10021.0, 10058.0, 10024.0, 10056.0, 10053.0, 10058.0, 10057.0, 10054.0, 10060.0, 10055.0, 10038.0, 10066.0, 10036.0, 10067.0, 10020.0, 10062.0, 10042.0, 10058.0, 10002.0, 10046.0, 10018.0, 10047.0, 10018.0, 10028.0, 10014.0, 10035.0, 10042.0, 10022.0, 10031.0, 10018.0, 10034.0, 10048.0, 10045.0, 10045.0, 10051.0, 10045.0, 10041.0, 10033.0, 10033.0, 10047.0, 10037.0, 10038.0, 10039.0, 10026.0, 10031.0, 10034.0, 10058.0, 10025.0, 10038.0, 10035.0, 10056.0, 10038.0, 10027.0, 10041.0, 10041.0, 10046.0, 10065.0, 10075.0, 10057.0, 10064.0, 10039.0, 10026.0, 10043.0, 10022.0, 10064.0, 10027.0, 10060.0, 10025.0, 10057.0, 10074.0, 10046.0, 10058.0, 10044.0, 10052.0, 10016.0, 10047.0, 10052.0, 10057.0, 10051.0, 10043.0, 10022.0, 10064.0, 10018.0, 10039.0, 10021.0, 10038.0, 10015.0, 10031.0, 10024.0, 10034.0, 10034.0, 10024.0, 10052.0, 10036.0, 10076.0, 10047.0, 10057.0, 10082.0, 10067.0, 10095.0, 10034.0, 10052.0, 10035.0, 10048.0, 10031.0, 10065.0, 10049.0, 10049.0, 10044.0, 10052.0, 10053.0, 10069.0, 10084.0, 10095.0, 10077.0, 10087.0, 10066.0, 10081.0, 10109.0, 10058.0, 10071.0, 10018.0, 10032.0, 10024.0, 10054.0, 10041.0, 10052.0, 10039.0, 10052.0, 10024.0, 10048.0, 10016.0, 10050.0, 10013.0, 10034.0, 10034.0, 10033.0, 10012.0, 10034.0, 10034.0, 10040.0, 10024.0, 10045.0, 10047.0, 10048.0, 10044.0, 10066.0, 10054.0, 10052.0, 10050.0, 10097.0, 10080.0, 10092.0, 10061.0, 10099.0, 10062.0, 10090.0, 10091.0, 10088.0, 10100.0, 10097.0, 10091.0, 10045.0, 10038.0, 10026.0, 10054.0, 10050.0, 10040.0, 10010.0, 10044.0, 10051.0, 10027.0, 10016.0, 10006.0, 10017.0, 10007.0, 10010.0, 10015.0, 10034.0, 10012.0, 10051.0, 10023.0, 10028.0, 10012.0, 10052.0, 10034.0, 10037.0, 10036.0, 10040.0, 10033.0, 10028.0, 10035.0, 10044.0, 10044.0, 10064.0, 10071.0, 10072.0, 10059.0, 10090.0, 10063.0, 10058.0, 10038.0, 10052.0, 10058.0, 10039.0, 10036.0, 10046.0, 10039.0, 10046.0, 10050.0, 10065.0, 10038.0, 10064.0, 10047.0, 10073.0, 10058.0, 10056.0, 10062.0, 10041.0, 10069.0, 10032.0, 10047.0, 10002.0, 10056.0, 10036.0, 10043.0, 10010.0, 10030.0, 10076.0, 10029.0, 10020.0, 10005.0, 10011.0, 10014.0, 10016.0, 9986.0, 10000.0, 9990.0, 10024.0, 9995.0, 10032.0, 10036.0, 10022.0, 10002.0, 10017.0, 10043.0, 10028.0, 10023.0, 10054.0, 10036.0, 10047.0, 9999.0, 10030.0, 10020.0, 10061.0, 10030.0, 10079.0, 10024.0, 10077.0, 10038.0, 10031.0, 10006.0, 10027.0, 10019.0, 10044.0, 10087.0, 10091.0, 10072.0, 10063.0, 10072.0, 10081.0, 10094.0, 10088.0, 10137.0, 10085.0, 10057.0, 10041.0, 10069.0, 10047.0, 10060.0, 10061.0, 10062.0, 10078.0, 10050.0, 10039.0, 10046.0, 10016.0, 10049.0, 10046.0, 10050.0, 10068.0, 10075.0, 10049.0, 10072.0, 10095.0, 10066.0, 10071.0, 10049.0, 10033.0, 10015.0, 10051.0, 10029.0, 10056.0, 10087.0, 10033.0, 10037.0, 10040.0, 10021.0, 10022.0, 10038.0, 10062.0, 10073.0, 10043.0, 10059.0, 10042.0, 10040.0, 10009.0, 10022.0, 10039.0, 10060.0, 10048.0, 10060.0, 10046.0, 10048.0, 10058.0, 10077.0, 10049.0, 10099.0, 10118.0, 10086.0, 10009.0, 10017.0, 10019.0, 10013.0, 10040.0, 10030.0, 10016.0, 10010.0, 10009.0, 10005.0, 10007.0, 10005.0, 10012.0, 10045.0, 10001.0, 10027.0, 10008.0, 10032.0, 10015.0, 10047.0, 10048.0, 10027.0, 10045.0, 10008.0, 10010.0, 10040.0, 10046.0, 10038.0, 10035.0, 10016.0, 10033.0, 10033.0, 10049.0, 10050.0, 10037.0, 10049.0, 10062.0, 10064.0, 10064.0, 10057.0, 10063.0, 10064.0, 10055.0, 10057.0, 10085.0, 10065.0, 10072.0, 10034.0, 10094.0, 10028.0, 10027.0, 10111.0, 10034.0, 10040.0, 10057.0, 10021.0, 10037.0, 10027.0, 10043.0, 10073.0, 10074.0, 10058.0, 10090.0, 10099.0, 10073.0, 10068.0, 10143.0, 10072.0, 10045.0, 10064.0, 10060.0, 10044.0, 10038.0, 10057.0, 10085.0, 10129.0, 10085.0, 10064.0, 10055.0, 10032.0, 10031.0, 10021.0, 10030.0, 10006.0, 10026.0, 10043.0, 10060.0, 10059.0, 10052.0, 10066.0, 10062.0, 10060.0, 10097.0, 10061.0, 10087.0, 10044.0, 10023.0, 10008.0, 10017.0, 10028.0, 10032.0, 10094.0, 10015.0, 10013.0, 9990.0, 10001.0, 10021.0, 10009.0, 9996.0, 10011.0, 10012.0, 10003.0, 10010.0, 10014.0, 10048.0, 10013.0, 10031.0, 10018.0, 10028.0, 10047.0, 10068.0, 10052.0, 10066.0, 10066.0, 10089.0, 10068.0, 10074.0, 10102.0, 10078.0, 10079.0, 10111.0, 10059.0, 10071.0, 10054.0, 10061.0, 10098.0, 10016.0, 10028.0, 10040.0, 10062.0, 10053.0, 10031.0, 10029.0, 10037.0, 10009.0, 10079.0, 10048.0, 10042.0, 10032.0, 10083.0, 10047.0, 10067.0, 10040.0, 10088.0, 10057.0, 10093.0, 10060.0, 10108.0, 10086.0, 10094.0, 10089.0, 10093.0, 10099.0, 10086.0, 10103.0, 10124.0, 10106.0, 10166.0, 10080.0, 10128.0, 10136.0, 10082.0, 10128.0, 10068.0, 10062.0, 10030.0, 10069.0, 10073.0, 10029.0, 10053.0, 10021.0, 9990.0, 10028.0, 10014.0, 10024.0, 10026.0, 10044.0, 10031.0, 10026.0, 10072.0, 10054.0, 10048.0, 10025.0, 10067.0, 10059.0, 10067.0, 10041.0, 10075.0, 10038.0, 10054.0, 10031.0, 10051.0, 10020.0, 10045.0, 10040.0, 10043.0, 10064.0, 10046.0, 10060.0, 10038.0, 10037.0, 10037.0, 10033.0, 10015.0, 10028.0, 10022.0, 10012.0, 10019.0, 10015.0, 10030.0, 10027.0, 10025.0, 10021.0, 10023.0, 10024.0, 10010.0, 10042.0, 10050.0, 10052.0, 10028.0, 10042.0, 10017.0, 10027.0, 10024.0, 10025.0, 10052.0, 10059.0, 10034.0, 10015.0, 10029.0, 10015.0, 10020.0, 10027.0, 10035.0, 10017.0, 10026.0, 10029.0, 10052.0, 10032.0, 10049.0, 10072.0, 10051.0, 10011.0, 10054.0, 10045.0, 10050.0, 10033.0, 10052.0, 10061.0, 10057.0, 10048.0, 10060.0, 10069.0, 10057.0, 10024.0, 10047.0, 10032.0, 10053.0, 10038.0, 10049.0, 10047.0, 10081.0, 10065.0, 10068.0, 10059.0, 10107.0, 10094.0, 10074.0, 10061.0, 10082.0, 10070.0, 10052.0, 10094.0, 10049.0, 10046.0, 10040.0, 10054.0, 10060.0, 10048.0, 10012.0, 10042.0, 10057.0, 10078.0, 10053.0, 10079.0, 10041.0, 10073.0, 10065.0, 10091.0, 10082.0, 10102.0, 10084.0, 10080.0, 10108.0, 10050.0, 10066.0, 10037.0, 10061.0, 10059.0, 10055.0, 10050.0, 10059.0, 10069.0, 10062.0, 10081.0, 10068.0, 10094.0, 10041.0, 9998.0, 10046.0, 9997.0, 10038.0, 10021.0, 10068.0, 10066.0, 10083.0, 10054.0, 10081.0, 10057.0, 10088.0, 10076.0, 10061.0, 10055.0, 10054.0, 10045.0, 10059.0, 10074.0, 10060.0, 10056.0, 10089.0, 10135.0, 10077.0, 10070.0, 10040.0, 10041.0, 10018.0, 10012.0, 10022.0, 10023.0, 10078.0, 10051.0, 10039.0, 10054.0, 10051.0, 10064.0, 10061.0, 10104.0, 10093.0, 10099.0, 10076.0, 10095.0, 10122.0, 10076.0, 10101.0, 10062.0, 10052.0, 10056.0, 10054.0, 10036.0, 10057.0, 10076.0, 10065.0, 10101.0, 10062.0, 10056.0, 10055.0, 10060.0, 10081.0, 10071.0, 10043.0, 10077.0, 10075.0, 10054.0, 10049.0, 10017.0, 10057.0, 10043.0, 10100.0, 10067.0, 10080.0, 10078.0, 10093.0, 10101.0, 10068.0, 10108.0, 10078.0, 10068.0, 10074.0, 10035.0, 10058.0, 10058.0, 10032.0, 10061.0, 10106.0, 10028.0, 10004.0, 10015.0, 10021.0, 10030.0, 10034.0, 10004.0, 10054.0, 10038.0, 10017.0, 10047.0, 10022.0, 10045.0, 10020.0, 9998.0, 9989.0, 10025.0, 10060.0, 10045.0, 10073.0, 10050.0, 10061.0, 10053.0, 10062.0, 10073.0, 10088.0, 10096.0, 10084.0, 10096.0, 10044.0, 10038.0, 10027.0, 10049.0, 10062.0, 10055.0, 10022.0, 10032.0, 10033.0, 10055.0, 10080.0, 10073.0, 10105.0, 10092.0, 10075.0, 10041.0, 10018.0, 10022.0, 10035.0, 10019.0, 10011.0, 10043.0, 10056.0, 10051.0, 10048.0, 10046.0, 10092.0, 10089.0, 10119.0, 10102.0, 10061.0, 10069.0, 10003.0, 9994.0, 10008.0, 9988.0, 10006.0, 10022.0, 10031.0, 10017.0, 10052.0, 10050.0, 10054.0, 10033.0, 10054.0, 10043.0, 10059.0, 10064.0, 10082.0, 10082.0, 10062.0, 10096.0, 10085.0, 10065.0, 10077.0, 10091.0, 10085.0, 10082.0, 10066.0, 10076.0, 10040.0, 10105.0, 10106.0, 10107.0, 10111.0, 10096.0, 10105.0, 10109.0, 10116.0, 10117.0, 10131.0, 10128.0, 10160.0, 10118.0, 10095.0, 10166.0, 10080.0, 10086.0, 10066.0, 10089.0, 10036.0, 10056.0, 10038.0, 10065.0, 10004.0, 10017.0, 9996.0, 10002.0, 10002.0, 10009.0, 10005.0, 9995.0, 10062.0, 10037.0, 10045.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.003920985595147839</td></tr>
<tr><td colspan=3>aqi</td><td>0.10621634965883246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.637179726244334</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0481796502124416</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9435057293474969</td></tr>
<tr><td colspan=3>efc</td><td>0.5529</td></tr>
<tr><td colspan=3>fber</td><td>2206.0249</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16936165720437338</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>326</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.715693707354056</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.615330263749031</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4678533047981555</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8952745673349116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.482862919114026</td></tr>
<tr><td colspan=3>gcor</td><td>0.00417291</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020498555153608322</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0724753588438034</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.620231563425708</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>14.0889</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.7437</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>308.5994</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>82.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285063.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1388.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>504.0074</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7784</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.7372</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3732.4492</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3868.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91481.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1735.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.1829</td></tr>
<tr><td colspan=3>tsnr</td><td>22.037704080576077</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>