<?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-0090_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-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_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-0090/figures/sub-0090_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_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-0090/ses-04/func/sub-0090_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>55f30fd5512ebc507692de189eabaeae</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>17:45:5.122500</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.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</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.108289</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>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>57c96932-67d5-46f5-afb3-d3a12d9fc900||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.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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': ['174505.122500', '174505.582500', '174506.042500', '174506.502500', '174506.962500', '174507.422500', '174507.882500', '174508.342500', '174508.802500', '174509.262500', '174509.722500', '174510.182500', '174510.642500', '174511.102500', '174511.562500', '174512.022500', '174512.482500', '174512.942500', '174513.402500', '174513.862500', '174514.322500', '174514.782500', '174515.242500', '174515.702500', '174516.162500', '174516.622500', '174517.082500', '174517.542500', '174518.002500', '174518.462500', '174518.922500', '174519.382500', '174519.842500', '174520.302500', '174520.762500', '174521.222500', '174521.682500', '174522.142500', '174522.602500', '174523.062500', '174523.522500', '174523.982500', '174524.442500', '174524.902500', '174525.362500', '174525.822500', '174526.282500', '174526.742500', '174527.202500', '174527.662500', '174528.122500', '174528.582500', '174529.042500', '174529.502500', '174529.962500', '174530.422500', '174530.882500', '174531.342500', '174531.802500', '174532.262500', '174532.722500', '174533.182500', '174533.642500', '174534.102500', '174534.562500', '174535.022500', '174535.482500', '174535.942500', '174536.402500', '174536.862500', '174537.322500', '174537.782500', '174538.242500', '174538.702500', '174539.162500', '174539.622500', '174540.082500', '174540.542500', '174541.002500', '174541.462500', '174541.922500', '174542.382500', '174542.842500', '174543.302500', '174543.762500', '174544.222500', '174544.682500', '174545.142500', '174545.602500', '174546.062500', '174546.522500', '174546.982500', '174547.442500', '174547.902500', '174548.362500', '174548.822500', '174549.282500', '174549.742500', '174550.202500', '174550.662500', '174551.122500', '174551.582500', '174552.042500', '174552.502500', '174552.962500', '174553.422500', '174553.882500', '174554.342500', '174554.802500', '174555.262500', '174555.722500', '174556.182500', '174556.642500', '174557.102500', '174557.562500', '174558.022500', '174558.482500', '174558.942500', '174559.402500', '174559.862500', '174600.322500', '174600.782500', '174601.242500', '174601.702500', '174602.162500', '174602.622500', '174603.082500', '174603.542500', '174604.002500', '174604.462500', '174604.922500', '174605.382500', '174605.842500', '174606.302500', '174606.762500', '174607.222500', '174607.682500', '174608.142500', '174608.602500', '174609.062500', '174609.522500', '174609.982500', '174610.442500', '174610.902500', '174611.362500', '174611.822500', '174612.282500', '174612.742500', '174613.202500', '174613.662500', '174614.122500', '174614.582500', '174615.042500', '174615.502500', '174615.962500', '174616.422500', '174616.882500', '174617.342500', '174617.802500', '174618.262500', '174618.722500', '174619.182500', '174619.642500', '174620.102500', '174620.562500', '174621.022500', '174621.482500', '174621.942500', '174622.402500', '174622.862500', '174623.322500', '174623.782500', '174624.242500', '174624.702500', '174625.162500', '174625.622500', '174626.082500', '174626.542500', '174627.002500', '174627.462500', '174627.922500', '174628.382500', '174628.842500', '174629.302500', '174629.762500', '174630.222500', '174630.682500', '174631.142500', '174631.602500', '174632.062500', '174632.522500', '174632.982500', '174633.442500', '174633.902500', '174634.362500', '174634.822500', '174635.282500', '174635.742500', '174636.202500', '174636.662500', '174637.122500', '174637.582500', '174638.042500', '174638.502500', '174638.962500', '174639.422500', '174639.882500', '174640.342500', '174640.802500', '174641.262500', '174641.722500', '174642.182500', '174642.642500', '174643.102500', '174643.562500', '174644.022500', '174644.482500', '174644.942500', '174645.402500', '174645.862500', '174646.322500', '174646.782500', '174647.242500', '174647.702500', '174648.162500', '174648.622500', '174649.082500', '174649.542500', '174650.002500', '174650.462500', '174650.922500', '174651.382500', '174651.842500', '174652.302500', '174652.762500', '174653.222500', '174653.682500', '174654.142500', '174654.602500', '174655.062500', '174655.522500', '174655.982500', '174656.442500', '174656.902500', '174657.362500', '174657.822500', '174658.282500', '174658.742500', '174659.202500', '174659.662500', '174700.122500', '174700.582500', '174701.042500', '174701.502500', '174701.962500', '174702.422500', '174702.882500', '174703.342500', '174703.802500', '174704.262500', '174704.722500', '174705.182500', '174705.642500', '174706.102500', '174706.562500', '174707.022500', '174707.482500', '174707.942500', '174708.402500', '174708.862500', '174709.322500', '174709.782500', '174710.242500', '174710.702500', '174711.162500', '174711.622500', '174712.082500', '174712.542500', '174713.002500', '174713.462500', '174713.922500', '174714.382500', '174714.842500', '174715.302500', '174715.762500', '174716.222500', '174716.682500', '174717.142500', '174717.602500', '174718.062500', '174718.522500', '174718.982500', '174719.442500', '174719.902500', '174720.362500', '174720.822500', '174721.282500', '174721.742500', '174722.202500', '174722.662500', '174723.122500', '174723.582500', '174724.042500', '174724.502500', '174724.962500', '174725.422500', '174725.882500', '174726.342500', '174726.802500', '174727.262500', '174727.722500', '174728.182500', '174728.642500', '174729.102500', '174729.562500', '174730.022500', '174730.482500', '174730.942500', '174731.402500', '174731.862500', '174732.322500', '174732.782500', '174733.242500', '174733.702500', '174734.162500', '174734.622500', '174735.082500', '174735.542500', '174736.002500', '174736.462500', '174736.922500', '174737.382500', '174737.842500', '174738.302500', '174738.762500', '174739.222500', '174739.682500', '174740.142500', '174740.602500', '174741.062500', '174741.522500', '174741.982500', '174742.442500', '174742.902500', '174743.362500', '174743.822500', '174744.282500', '174744.742500', '174745.202500', '174745.662500', '174746.122500', '174746.582500', '174747.042500', '174747.502500', '174747.962500', '174748.422500', '174748.882500', '174749.342500', '174749.802500', '174750.262500', '174750.722500', '174751.182500', '174751.642500', '174752.102500', '174752.562500', '174753.022500', '174753.482500', '174753.942500', '174754.402500', '174754.862500', '174755.322500', '174755.782500', '174756.242500', '174756.702500', '174757.162500', '174757.622500', '174758.082500', '174758.542500', '174759.002500', '174759.462500', '174759.922500', '174800.382500', '174800.842500', '174801.302500', '174801.762500', '174802.222500', '174802.682500', '174803.142500', '174803.602500', '174804.062500', '174804.522500', '174804.982500', '174805.442500', '174805.902500', '174806.362500', '174806.822500', '174807.282500', '174807.742500', '174808.202500', '174808.662500', '174809.122500', '174809.582500', '174810.042500', '174810.502500', '174810.962500', '174811.422500', '174811.882500', '174812.342500', '174812.802500', '174813.262500', '174813.722500', '174814.182500', '174814.642500', '174815.102500', '174815.562500', '174816.022500', '174816.482500', '174816.942500', '174817.402500', '174817.862500', '174818.322500', '174818.782500', '174819.242500', '174819.702500', '174820.162500', '174820.622500', '174821.082500', '174821.542500', '174822.002500', '174822.462500', '174822.922500', '174823.382500', '174823.842500', '174824.302500', '174824.762500', '174825.222500', '174825.682500', '174826.142500', '174826.602500', '174827.062500', '174827.522500', '174827.982500', '174828.442500', '174828.902500', '174829.362500', '174829.822500', '174830.282500', '174830.742500', '174831.202500', '174831.662500', '174832.122500', '174832.582500', '174833.042500', '174833.502500', '174833.962500', '174834.422500', '174834.882500', '174835.342500', '174835.802500', '174836.262500', '174836.722500', '174837.182500', '174837.642500', '174838.102500', '174838.562500', '174839.022500', '174839.482500', '174839.942500', '174840.402500', '174840.862500', '174841.322500', '174841.782500', '174842.242500', '174842.702500', '174843.162500', '174843.622500', '174844.082500', '174844.542500', '174845.002500', '174845.462500', '174845.922500', '174846.382500', '174846.842500', '174847.302500', '174847.762500', '174848.222500', '174848.682500', '174849.142500', '174849.602500', '174850.062500', '174850.522500', '174850.982500', '174851.442500', '174851.902500', '174852.362500', '174852.822500', '174853.282500', '174853.742500', '174854.202500', '174854.662500', '174855.122500', '174855.582500', '174856.042500', '174856.502500', '174856.962500', '174857.422500', '174857.882500', '174858.342500', '174858.802500', '174859.262500', '174859.722500', '174900.182500', '174900.642500', '174901.102500', '174901.562500', '174902.022500', '174902.482500', '174902.942500', '174903.402500', '174903.862500', '174904.322500', '174904.782500', '174905.242500', '174905.702500', '174906.162500', '174906.622500', '174907.082500', '174907.542500', '174908.002500', '174908.462500', '174908.922500', '174909.382500', '174909.842500', '174910.302500', '174910.762500', '174911.222500', '174911.682500', '174912.142500', '174912.602500', '174913.062500', '174913.522500', '174913.982500', '174914.442500', '174914.902500', '174915.362500', '174915.822500', '174916.282500', '174916.742500', '174917.202500', '174917.662500', '174918.122500', '174918.582500', '174919.042500', '174919.502500', '174919.962500', '174920.422500', '174920.882500', '174921.342500', '174921.802500', '174922.262500', '174922.722500', '174923.182500', '174923.642500', '174924.102500', '174924.562500', '174925.022500', '174925.482500', '174925.942500', '174926.402500', '174926.862500', '174927.322500', '174927.782500', '174928.242500', '174928.702500', '174929.162500', '174929.622500', '174930.082500', '174930.542500', '174931.002500', '174931.462500', '174931.922500', '174932.382500', '174932.842500', '174933.302500', '174933.762500', '174934.222500', '174934.682500', '174935.142500', '174935.602500', '174936.062500', '174936.522500', '174936.982500', '174937.442500', '174937.902500', '174938.362500', '174938.822500', '174939.282500', '174939.742500', '174940.202500', '174940.662500', '174941.122500', '174941.582500', '174942.042500', '174942.502500', '174942.962500', '174943.422500', '174943.882500', '174944.342500', '174944.802500', '174945.262500', '174945.722500', '174946.182500', '174946.642500', '174947.102500', '174947.562500', '174948.022500', '174948.482500', '174948.942500', '174949.402500', '174949.862500', '174950.322500', '174950.782500', '174951.242500', '174951.702500', '174952.162500', '174952.622500', '174953.082500', '174953.542500', '174954.002500', '174954.462500', '174954.922500', '174955.382500', '174955.842500', '174956.302500', '174956.762500', '174957.222500', '174957.682500', '174958.142500', '174958.602500', '174959.062500', '174959.522500', '174959.982500', '175000.442500', '175000.902500', '175001.362500', '175001.822500', '175002.282500', '175002.742500', '175003.202500', '175003.662500', '175004.122500', '175004.582500', '175005.042500', '175005.502500', '175005.962500', '175006.422500', '175006.882500', '175007.342500', '175007.802500', '175008.262500', '175008.722500', '175009.182500', '175009.642500', '175010.102500', '175010.562500', '175011.022500', '175011.482500', '175011.942500', '175012.402500', '175012.862500', '175013.322500', '175013.782500', '175014.242500', '175014.702500', '175015.162500', '175015.622500', '175016.082500', '175016.542500', '175017.002500', '175017.462500', '175017.922500', '175018.382500', '175018.842500', '175019.302500', '175019.762500', '175020.222500', '175020.682500', '175021.142500', '175021.602500', '175022.062500', '175022.522500', '175022.982500', '175023.442500', '175023.902500', '175024.362500', '175024.822500', '175025.282500', '175025.742500', '175026.202500', '175026.662500', '175027.122500', '175027.582500', '175028.042500', '175028.502500', '175028.962500', '175029.422500', '175029.882500', '175030.342500', '175030.802500', '175031.262500', '175031.722500', '175032.182500', '175032.642500', '175033.102500', '175033.562500', '175034.022500', '175034.482500', '175034.942500', '175035.402500', '175035.862500', '175036.322500', '175036.782500', '175037.242500', '175037.702500', '175038.162500', '175038.622500', '175039.082500', '175039.542500', '175040.002500', '175040.462500', '175040.922500', '175041.382500', '175041.842500', '175042.302500', '175042.762500', '175043.222500', '175043.682500', '175044.142500', '175044.602500', '175045.062500', '175045.522500', '175045.982500', '175046.442500', '175046.902500', '175047.362500', '175047.822500', '175048.282500', '175048.742500', '175049.202500', '175049.662500', '175050.122500', '175050.582500', '175051.042500', '175051.502500', '175051.962500', '175052.422500', '175052.882500', '175053.342500', '175053.802500', '175054.262500', '175054.722500', '175055.182500', '175055.642500', '175056.102500', '175056.562500', '175057.022500', '175057.482500', '175057.942500', '175058.402500', '175058.862500', '175059.322500', '175059.782500', '175100.242500', '175100.702500', '175101.162500', '175101.622500', '175102.082500', '175102.542500', '175103.002500', '175103.462500', '175103.922500', '175104.382500', '175104.842500', '175105.302500', '175105.762500', '175106.222500', '175106.682500', '175107.142500', '175107.602500', '175108.062500', '175108.522500', '175108.982500', '175109.442500', '175109.902500', '175110.362500', '175110.822500', '175111.282500', '175111.742500', '175112.202500', '175112.662500', '175113.122500', '175113.582500', '175114.042500', '175114.502500', '175114.962500', '175115.422500', '175115.882500', '175116.342500', '175116.802500', '175117.262500', '175117.722500', '175118.182500', '175118.642500', '175119.102500', '175119.562500', '175120.022500', '175120.482500', '175120.942500', '175121.402500', '175121.862500', '175122.322500', '175122.782500', '175123.242500', '175123.702500', '175124.162500', '175124.622500', '175125.082500', '175125.542500', '175126.002500', '175126.462500', '175126.922500', '175127.382500', '175127.842500', '175128.302500', '175128.762500', '175129.222500', '175129.682500', '175130.142500', '175130.602500', '175131.062500', '175131.522500', '175131.982500', '175132.442500', '175132.902500', '175133.362500', '175133.822500', '175134.282500', '175134.742500', '175135.202500', '175135.662500', '175136.122500', '175136.582500', '175137.042500', '175137.502500', '175137.962500', '175138.422500', '175138.882500', '175139.342500', '175139.802500', '175140.262500', '175140.722500', '175141.182500', '175141.642500', '175142.102500', '175142.562500', '175143.022500', '175143.482500', '175143.942500', '175144.402500', '175144.862500', '175145.322500', '175145.782500', '175146.242500', '175146.702500', '175147.162500', '175147.622500', '175148.082500', '175148.542500', '175149.002500', '175149.462500', '175149.922500', '175150.382500', '175150.842500', '175151.302500', '175151.762500', '175152.222500', '175152.682500', '175153.142500', '175153.602500', '175154.062500', '175154.522500', '175154.982500', '175155.442500', '175155.902500', '175156.362500', '175156.822500', '175157.282500', '175157.742500', '175158.202500', '175158.662500', '175159.122500', '175159.582500', '175200.042500', '175200.502500', '175200.962500', '175201.422500', '175201.882500', '175202.342500', '175202.802500', '175203.262500', '175203.722500', '175204.182500', '175204.642500', '175205.102500', '175205.562500', '175206.022500', '175206.482500', '175206.942500', '175207.402500', '175207.862500', '175208.322500', '175208.782500', '175209.242500', '175209.702500', '175210.162500', '175210.622500', '175211.082500', '175211.542500', '175212.002500', '175212.462500', '175212.922500', '175213.382500', '175213.842500', '175214.302500', '175214.762500', '175215.222500', '175215.682500', '175216.142500', '175216.602500', '175217.062500', '175217.522500', '175217.982500', '175218.442500', '175218.902500', '175219.362500', '175219.822500', '175220.282500', '175220.742500', '175221.202500', '175221.662500', '175222.122500', '175222.582500', '175223.042500', '175223.502500', '175223.962500', '175224.422500', '175224.882500', '175225.342500', '175225.802500', '175226.262500', '175226.722500', '175227.182500', '175227.642500', '175228.102500', '175228.562500', '175229.022500', '175229.482500', '175229.942500', '175230.402500', '175230.862500', '175231.322500', '175231.782500', '175232.242500', '175232.702500', '175233.162500', '175233.622500', '175234.082500', '175234.542500', '175235.002500', '175235.462500', '175235.922500', '175236.382500', '175236.842500', '175237.302500', '175237.762500', '175238.222500', '175238.682500', '175239.142500', '175239.602500', '175240.062500', '175240.522500', '175240.982500', '175241.442500', '175241.902500', '175242.362500', '175242.822500', '175243.282500', '175243.742500', '175244.202500', '175244.662500', '175245.122500', '175245.582500', '175246.042500', '175246.502500', '175246.962500', '175247.422500', '175247.882500', '175248.342500', '175248.802500', '175249.262500', '175249.722500', '175250.182500', '175250.642500', '175251.102500', '175251.562500', '175252.022500', '175252.482500', '175252.942500', '175253.402500', '175253.862500', '175254.322500', '175254.782500', '175255.242500', '175255.702500', '175256.162500', '175256.622500', '175257.082500', '175257.542500', '175258.002500', '175258.462500', '175258.922500', '175259.382500', '175259.842500', '175300.302500', '175300.762500', '175301.222500', '175301.682500', '175302.142500', '175302.602500', '175303.062500', '175303.522500', '175303.982500', '175304.442500', '175304.902500', '175305.362500', '175305.822500', '175306.282500', '175306.742500', '175307.202500', '175307.662500', '175308.122500', '175308.582500', '175309.042500', '175309.502500', '175309.962500', '175310.422500', '175310.882500', '175311.342500', '175311.802500', '175312.262500', '175312.722500', '175313.182500', '175313.642500', '175314.102500', '175314.562500', '175315.022500', '175315.482500', '175315.942500', '175316.402500', '175316.862500', '175317.322500', '175317.782500', '175318.242500', '175318.702500', '175319.162500', '175319.622500', '175320.082500', '175320.542500', '175321.002500', '175321.462500', '175321.922500', '175322.382500', '175322.842500', '175323.302500', '175323.762500', '175324.222500', '175324.682500', '175325.142500', '175325.602500', '175326.062500', '175326.522500', '175326.982500', '175327.442500', '175327.902500', '175328.362500', '175328.822500', '175329.282500', '175329.742500', '175330.202500', '175330.662500', '175331.122500', '175331.582500', '175332.042500', '175332.502500', '175332.962500', '175333.422500', '175333.882500', '175334.342500', '175334.802500', '175335.262500', '175335.722500', '175336.182500', '175336.642500', '175337.102500', '175337.562500', '175338.022500', '175338.482500', '175338.942500', '175339.402500', '175339.862500', '175340.322500', '175340.782500', '175341.242500', '175341.702500', '175342.162500', '175342.622500', '175343.082500', '175343.542500', '175344.002500', '175344.462500', '175344.922500', '175345.382500', '175345.842500', '175346.302500', '175346.762500', '175347.222500', '175347.682500', '175348.142500', '175348.602500', '175349.062500', '175349.522500', '175349.982500', '175350.442500', '175350.902500', '175351.362500', '175351.822500', '175352.282500', '175352.742500', '175353.202500', '175353.662500', '175354.122500', '175354.582500', '175355.042500', '175355.502500', '175355.962500', '175356.422500', '175356.882500', '175357.342500', '175357.802500', '175358.262500', '175358.722500', '175359.182500', '175359.642500', '175400.102500', '175400.562500', '175401.022500', '175401.482500', '175401.942500', '175402.402500', '175402.862500', '175403.322500', '175403.782500', '175404.242500', '175404.702500', '175405.162500', '175405.622500', '175406.082500', '175406.542500', '175407.002500', '175407.462500', '175407.922500', '175408.382500', '175408.842500', '175409.302500', '175409.762500', '175410.222500', '175410.682500', '175411.142500', '175411.602500', '175412.062500', '175412.522500', '175412.982500', '175413.442500', '175413.902500', '175414.362500', '175414.822500', '175415.282500', '175415.742500', '175416.202500', '175416.662500', '175417.122500', '175417.582500', '175418.042500', '175418.502500', '175418.962500', '175419.422500', '175419.882500', '175420.342500', '175420.802500', '175421.262500', '175421.722500', '175422.182500', '175422.642500', '175423.102500', '175423.562500', '175424.022500', '175424.482500', '175424.942500', '175425.402500', '175425.862500', '175426.322500', '175426.782500', '175427.242500', '175427.702500', '175428.162500', '175428.622500', '175429.082500', '175429.542500', '175430.002500', '175430.462500', '175430.922500', '175431.382500', '175431.842500', '175432.302500', '175432.762500', '175433.222500', '175433.682500', '175434.142500', '175434.602500', '175435.062500', '175435.522500', '175435.982500', '175436.442500', '175436.902500', '175437.362500', '175437.822500', '175438.282500', '175438.742500', '175439.202500', '175439.662500', '175440.122500', '175440.582500', '175441.042500', '175441.502500', '175441.962500', '175442.422500', '175442.882500', '175443.342500', '175443.802500', '175444.262500', '175444.722500', '175445.182500', '175445.642500', '175446.102500', '175446.562500', '175447.022500', '175447.482500', '175447.942500', '175448.402500', '175448.862500', '175449.322500', '175449.782500', '175450.242500', '175450.702500', '175451.162500', '175451.622500', '175452.082500', '175452.542500', '175453.002500', '175453.462500', '175453.922500', '175454.382500', '175454.842500', '175455.302500', '175455.762500', '175456.222500', '175456.682500', '175457.142500', '175457.602500', '175458.062500', '175458.522500', '175458.982500', '175459.442500', '175459.902500', '175500.362500', '175500.822500', '175501.282500', '175501.742500', '175502.202500', '175502.662500', '175503.122500', '175503.582500', '175504.042500', '175504.502500', '175504.962500', '175505.422500', '175505.882500', '175506.342500', '175506.802500', '175507.262500', '175507.722500', '175508.182500', '175508.642500', '175509.102500', '175509.562500', '175510.022500', '175510.482500', '175510.942500', '175511.402500', '175511.862500', '175512.322500', '175512.782500'], 'ContentTime': ['174518.178000', '174518.181000', '174518.184000', '174518.186000', '174518.189000', '174518.192000', '174518.194000', '174518.197000', '174518.199000', '174518.202000', '174518.205000', '174518.207000', '174518.210000', '174518.213000', '174518.215000', '174518.218000', '174518.220000', '174518.228000', '174518.231000', '174518.233000', '174518.236000', '174518.239000', '174518.241000', '174518.244000', '174518.246000', '174538.124000', '174538.127000', '174538.130000', '174538.133000', '174538.135000', '174538.138000', '174538.140000', '174538.143000', '174538.145000', '174538.148000', '174538.150000', '174538.153000', '174538.156000', '174538.158000', '174538.161000', '174538.163000', '174538.171000', '174538.173000', '174538.176000', '174538.178000', '174538.181000', '174538.184000', '174538.186000', '174538.189000', '174538.191000', '174538.194000', '174538.196000', '174538.199000', '174538.202000', '174538.204000', '174538.207000', '174538.210000', '174538.212000', '174538.215000', '174538.217000', '174538.220000', '174538.222000', '174538.225000', '174538.228000', '174538.230000', '174538.233000', '174538.235000', '174538.238000', '174538.248000', '174558.123000', '174558.127000', '174558.129000', '174558.132000', '174558.134000', '174558.137000', '174558.140000', '174558.142000', '174558.145000', '174558.147000', '174558.150000', '174558.153000', '174558.155000', '174558.158000', '174558.160000', '174558.163000', '174558.166000', '174558.168000', '174558.171000', '174558.173000', '174558.176000', '174558.179000', '174558.181000', '174558.184000', '174558.186000', '174558.189000', '174558.192000', '174558.194000', '174558.197000', '174558.199000', '174558.202000', '174558.204000', '174558.207000', '174558.210000', '174558.212000', '174558.215000', '174558.217000', '174558.220000', '174558.223000', '174558.225000', '174558.228000', '174558.230000', '174558.233000', '174618.124000', '174618.127000', '174618.130000', '174618.132000', '174618.135000', '174618.137000', '174618.140000', '174618.143000', '174618.145000', '174618.148000', '174618.150000', '174618.153000', '174618.156000', '174618.158000', '174618.161000', '174618.164000', '174618.166000', '174618.169000', '174618.171000', '174618.174000', '174618.177000', '174618.180000', '174618.183000', '174618.185000', '174618.188000', '174618.191000', '174618.194000', '174618.196000', '174618.199000', '174618.201000', '174618.204000', '174618.207000', '174618.209000', '174618.212000', '174618.214000', '174618.217000', '174618.220000', '174618.222000', '174618.225000', '174618.227000', '174618.230000', '174618.232000', '174618.235000', '174618.238000', '174638.124000', '174638.127000', '174638.130000', '174638.132000', '174638.135000', '174638.138000', '174638.140000', '174638.143000', '174638.146000', '174638.148000', '174638.151000', '174638.153000', '174638.156000', '174638.170000', '174638.172000', '174638.175000', '174638.177000', '174638.180000', '174638.183000', '174638.185000', '174638.188000', '174638.190000', '174638.193000', '174638.195000', '174638.198000', '174638.201000', '174638.203000', '174638.206000', '174638.209000', '174638.211000', '174638.214000', '174638.216000', '174638.219000', '174638.222000', '174638.224000', '174638.227000', '174638.229000', '174638.232000', '174638.234000', '174638.237000', '174638.240000', '174638.242000', '174638.245000', '174658.125000', '174658.127000', '174658.130000', '174658.133000', '174658.136000', '174658.138000', '174658.141000', '174658.144000', '174658.146000', '174658.149000', '174658.152000', '174658.154000', '174658.157000', '174658.159000', '174658.162000', '174658.165000', '174658.167000', '174658.170000', '174658.173000', '174658.175000', '174658.178000', '174658.180000', '174658.183000', '174658.185000', '174658.188000', '174658.191000', '174658.193000', '174658.196000', '174658.199000', '174658.201000', '174658.204000', '174658.207000', '174658.209000', '174658.212000', '174658.214000', '174658.217000', '174658.219000', '174658.222000', '174658.225000', '174658.227000', '174658.230000', '174658.235000', '174658.238000', '174718.124000', '174718.127000', '174718.130000', '174718.132000', '174718.136000', '174718.138000', '174718.141000', '174718.143000', '174718.146000', '174718.149000', '174718.151000', '174718.154000', '174718.157000', '174718.159000', '174718.162000', '174718.165000', '174718.167000', '174718.170000', '174718.172000', '174718.175000', '174718.178000', '174718.180000', '174718.183000', '174718.185000', '174718.188000', '174718.191000', '174718.193000', '174718.196000', '174718.199000', '174718.201000', '174718.204000', '174718.206000', '174718.209000', '174718.212000', '174718.214000', '174718.217000', '174718.220000', '174718.222000', '174718.225000', '174718.227000', '174718.230000', '174718.233000', '174718.235000', '174718.238000', '174738.124000', '174738.127000', '174738.130000', '174738.133000', '174738.135000', '174738.138000', '174738.141000', '174738.143000', '174738.146000', '174738.148000', '174738.151000', '174738.154000', '174738.156000', '174738.159000', '174738.162000', '174738.165000', '174738.168000', '174738.170000', '174738.173000', '174738.175000', '174738.178000', '174738.181000', '174738.183000', '174738.186000', '174738.189000', '174738.191000', '174738.194000', '174738.197000', '174738.200000', '174738.202000', '174738.205000', '174738.207000', '174738.210000', '174738.213000', '174738.217000', '174738.219000', '174738.222000', '174738.225000', '174738.227000', '174738.230000', '174738.233000', '174738.235000', '174738.238000', '174758.124000', '174758.127000', '174758.130000', '174758.133000', '174758.135000', '174758.138000', '174758.140000', '174758.143000', '174758.146000', '174758.148000', '174758.151000', '174758.154000', '174758.156000', '174758.159000', '174758.161000', '174758.164000', '174758.167000', '174758.169000', '174758.172000', '174758.175000', '174758.177000', '174758.180000', '174758.182000', '174758.185000', '174758.188000', '174758.190000', '174758.193000', '174758.196000', '174758.198000', '174758.201000', '174758.203000', '174758.206000', '174758.209000', '174758.211000', '174758.214000', '174758.217000', '174758.219000', '174758.222000', '174758.224000', '174758.227000', '174758.230000', '174758.232000', '174758.235000', '174758.238000', '174818.123000', '174818.127000', '174818.129000', '174818.132000', '174818.134000', '174818.137000', '174818.140000', '174818.142000', '174818.145000', '174818.148000', '174818.150000', '174818.153000', '174818.155000', '174818.158000', '174818.161000', '174818.164000', '174818.167000', '174818.170000', '174818.172000', '174818.176000', '174818.178000', '174818.181000', '174818.183000', '174818.186000', '174818.189000', '174818.191000', '174818.194000', '174818.197000', '174818.199000', '174818.202000', '174818.205000', '174818.207000', '174818.210000', '174818.212000', '174818.215000', '174818.218000', '174818.220000', '174818.223000', '174818.226000', '174818.228000', '174818.231000', '174818.234000', '174818.236000', '174838.125000', '174838.127000', '174838.131000', '174838.133000', '174838.136000', '174838.138000', '174838.141000', '174838.144000', '174838.147000', '174838.149000', '174838.152000', '174838.155000', '174838.157000', '174838.160000', '174838.163000', '174838.165000', '174838.168000', '174838.170000', '174838.173000', '174838.176000', '174838.178000', '174838.181000', '174838.184000', '174838.186000', '174838.189000', '174838.192000', '174838.194000', '174838.197000', '174838.200000', '174838.202000', '174838.205000', '174838.207000', '174838.210000', '174838.213000', '174838.215000', '174838.218000', '174838.220000', '174838.223000', '174838.226000', '174838.228000', '174838.231000', '174838.233000', '174838.236000', '174838.239000', '174858.124000', '174858.127000', '174858.130000', '174858.132000', '174858.135000', '174858.138000', '174858.140000', '174858.143000', '174858.146000', '174858.148000', '174858.151000', '174858.154000', '174858.156000', '174858.159000', '174858.162000', '174858.164000', '174858.167000', '174858.170000', '174858.172000', '174858.175000', '174858.177000', '174858.180000', '174858.183000', '174858.185000', '174858.188000', '174858.190000', '174858.193000', '174858.196000', '174858.198000', '174858.201000', '174858.203000', '174858.206000', '174858.209000', '174858.211000', '174858.214000', '174858.217000', '174858.220000', '174858.223000', '174858.225000', '174858.228000', '174858.231000', '174858.233000', '174858.236000', '174918.124000', '174918.128000', '174918.131000', '174918.134000', '174918.136000', '174918.139000', '174918.142000', '174918.144000', '174918.147000', '174918.150000', '174918.152000', '174918.155000', '174918.157000', '174918.160000', '174918.163000', '174918.165000', '174918.168000', '174918.171000', '174918.173000', '174918.176000', '174918.178000', '174918.181000', '174918.184000', '174918.186000', '174918.189000', '174918.192000', '174918.194000', '174918.197000', '174918.199000', '174918.202000', '174918.205000', '174918.208000', '174918.210000', '174918.213000', '174918.216000', '174918.218000', '174918.221000', '174918.224000', '174918.226000', '174918.229000', '174918.232000', '174918.234000', '174918.237000', '174918.239000', '174938.124000', '174938.127000', '174938.130000', '174938.133000', '174938.135000', '174938.138000', '174938.141000', '174938.143000', '174938.146000', '174938.148000', '174938.151000', '174938.154000', '174938.156000', '174938.159000', '174938.161000', '174938.164000', '174938.167000', '174938.169000', '174938.172000', '174938.174000', '174938.177000', '174938.180000', '174938.182000', '174938.185000', '174938.188000', '174938.190000', '174938.193000', '174938.195000', '174938.198000', '174938.201000', '174938.203000', '174938.206000', '174938.208000', '174938.211000', '174938.228000', '174938.230000', '174938.233000', '174938.236000', '174938.238000', '174938.241000', '174938.243000', '174938.246000', '174938.249000', '174958.125000', '174958.127000', '174958.130000', '174958.133000', '174958.136000', '174958.138000', '174958.141000', '174958.143000', '174958.146000', '174958.149000', '174958.151000', '174958.154000', '174958.156000', '174958.159000', '174958.161000', '174958.164000', '174958.167000', '174958.169000', '174958.172000', '174958.175000', '174958.177000', '174958.180000', '174958.183000', '174958.185000', '174958.188000', '174958.191000', '174958.193000', '174958.196000', '174958.198000', '174958.201000', '174958.204000', '174958.206000', '174958.209000', '174958.212000', '174958.214000', '174958.217000', '174958.219000', '174958.222000', '174958.224000', '174958.227000', '174958.230000', '174958.232000', '174958.235000', '174958.237000', '175018.124000', '175018.127000', '175018.130000', '175018.132000', '175018.135000', '175018.138000', '175018.140000', '175018.143000', '175018.145000', '175018.148000', '175018.151000', '175018.153000', '175018.156000', '175018.158000', '175018.161000', '175018.164000', '175018.166000', '175018.169000', '175018.172000', '175018.175000', '175018.177000', '175018.180000', '175018.182000', '175018.185000', '175018.188000', '175018.190000', '175018.193000', '175018.196000', '175018.198000', '175018.201000', '175018.203000', '175018.206000', '175018.209000', '175018.211000', '175018.214000', '175018.217000', '175018.220000', '175018.223000', '175018.226000', '175018.229000', '175018.231000', '175018.234000', '175018.236000', '175038.124000', '175038.126000', '175038.129000', '175038.132000', '175038.134000', '175038.137000', '175038.139000', '175038.142000', '175038.145000', '175038.147000', '175038.150000', '175038.153000', '175038.155000', '175038.158000', '175038.160000', '175038.163000', '175038.166000', '175038.168000', '175038.171000', '175038.174000', '175038.176000', '175038.179000', '175038.182000', '175038.184000', '175038.187000', '175038.190000', '175038.192000', '175038.195000', '175038.197000', '175038.200000', '175038.202000', '175038.205000', '175038.208000', '175038.210000', '175038.213000', '175038.215000', '175038.218000', '175038.221000', '175038.223000', '175038.226000', '175038.229000', '175038.237000', '175038.240000', '175038.243000', '175058.125000', '175058.127000', '175058.130000', '175058.133000', '175058.135000', '175058.138000', '175058.141000', '175058.143000', '175058.146000', '175058.148000', '175058.151000', '175058.153000', '175058.156000', '175058.159000', '175058.161000', '175058.164000', '175058.166000', '175058.169000', '175058.172000', '175058.174000', '175058.177000', '175058.180000', '175058.182000', '175058.185000', '175058.187000', '175058.190000', '175058.193000', '175058.195000', '175058.198000', '175058.201000', '175058.203000', '175058.206000', '175058.208000', '175058.212000', '175058.214000', '175058.217000', '175058.219000', '175058.222000', '175058.225000', '175058.227000', '175058.230000', '175058.233000', '175058.236000', '175118.125000', '175118.139000', '175118.142000', '175118.145000', '175118.147000', '175118.150000', '175118.152000', '175118.155000', '175118.158000', '175118.160000', '175118.163000', '175118.165000', '175118.168000', '175118.170000', '175118.173000', '175118.175000', '175118.178000', '175118.181000', '175118.183000', '175118.186000', '175118.189000', '175118.191000', '175118.194000', '175118.196000', '175118.199000', '175118.202000', '175118.204000', '175118.207000', '175118.209000', '175118.212000', '175118.215000', '175118.217000', '175118.221000', '175118.224000', '175118.227000', '175118.229000', '175118.232000', '175118.234000', '175118.237000', '175118.240000', '175118.242000', '175118.245000', '175118.247000', '175118.250000', '175138.125000', '175138.127000', '175138.130000', '175138.132000', '175138.135000', '175138.138000', '175138.140000', '175138.143000', '175138.145000', '175138.148000', '175138.150000', '175138.153000', '175138.155000', '175138.158000', '175138.161000', '175138.163000', '175138.166000', '175138.169000', '175138.171000', '175138.174000', '175138.176000', '175138.179000', '175138.182000', '175138.184000', '175138.187000', '175138.189000', '175138.192000', '175138.195000', '175138.197000', '175138.200000', '175138.203000', '175138.205000', '175138.208000', '175138.211000', '175138.213000', '175138.216000', '175138.218000', '175138.221000', '175138.224000', '175138.226000', '175138.229000', '175138.232000', '175138.234000', '175158.125000', '175158.127000', '175158.130000', '175158.133000', '175158.151000', '175158.153000', '175158.156000', '175158.159000', '175158.161000', '175158.164000', '175158.167000', '175158.169000', '175158.172000', '175158.175000', '175158.177000', '175158.180000', '175158.182000', '175158.185000', '175158.188000', '175158.190000', '175158.193000', '175158.195000', '175158.198000', '175158.200000', '175158.203000', '175158.206000', '175158.208000', '175158.211000', '175158.213000', '175158.216000', '175158.219000', '175158.221000', '175158.224000', '175158.226000', '175158.229000', '175158.232000', '175158.234000', '175158.237000', '175158.240000', '175158.242000', '175158.245000', '175158.247000', '175158.250000', '175158.253000', '175218.125000', '175218.127000', '175218.130000', '175218.133000', '175218.135000', '175218.138000', '175218.140000', '175218.143000', '175218.146000', '175218.148000', '175218.151000', '175218.153000', '175218.156000', '175218.159000', '175218.161000', '175218.164000', '175218.166000', '175218.169000', '175218.172000', '175218.174000', '175218.177000', '175218.180000', '175218.182000', '175218.185000', '175218.187000', '175218.190000', '175218.193000', '175218.195000', '175218.198000', '175218.201000', '175218.203000', '175218.206000', '175218.208000', '175218.211000', '175218.213000', '175218.216000', '175218.219000', '175218.222000', '175218.224000', '175218.227000', '175218.230000', '175218.233000', '175218.235000', '175238.125000', '175238.128000', '175238.130000', '175238.134000', '175238.136000', '175238.139000', '175238.142000', '175238.144000', '175238.147000', '175238.149000', '175238.152000', '175238.154000', '175238.157000', '175238.159000', '175238.162000', '175238.165000', '175238.167000', '175238.170000', '175238.173000', '175238.175000', '175238.178000', '175238.181000', '175238.183000', '175238.186000', '175238.189000', '175238.191000', '175238.194000', '175238.197000', '175238.199000', '175238.202000', '175238.205000', '175238.207000', '175238.210000', '175238.213000', '175238.215000', '175238.218000', '175238.221000', '175238.223000', '175238.226000', '175238.229000', '175238.231000', '175238.234000', '175238.236000', '175238.239000', '175258.124000', '175258.127000', '175258.129000', '175258.132000', '175258.135000', '175258.138000', '175258.140000', '175258.143000', '175258.146000', '175258.148000', '175258.151000', '175258.153000', '175258.156000', '175258.158000', '175258.161000', '175258.164000', '175258.166000', '175258.169000', '175258.172000', '175258.174000', '175258.177000', '175258.179000', '175258.182000', '175258.185000', '175258.187000', '175258.194000', '175258.197000', '175258.200000', '175258.202000', '175258.205000', '175258.208000', '175258.210000', '175258.213000', '175258.216000', '175258.218000', '175258.221000', '175258.223000', '175258.226000', '175258.228000', '175258.231000', '175258.234000', '175258.236000', '175258.239000', '175318.125000', '175318.128000', '175318.130000', '175318.133000', '175318.135000', '175318.138000', '175318.140000', '175318.143000', '175318.146000', '175318.148000', '175318.151000', '175318.153000', '175318.156000', '175318.159000', '175318.161000', '175318.164000', '175318.167000', '175318.169000', '175318.172000', '175318.174000', '175318.177000', '175318.180000', '175318.182000', '175318.185000', '175318.188000', '175318.190000', '175318.193000', '175318.196000', '175318.198000', '175318.201000', '175318.204000', '175318.206000', '175318.209000', '175318.211000', '175318.214000', '175318.217000', '175318.219000', '175318.222000', '175318.224000', '175318.227000', '175318.230000', '175318.232000', '175318.235000', '175338.125000', '175338.128000', '175338.130000', '175338.133000', '175338.136000', '175338.138000', '175338.141000', '175338.144000', '175338.146000', '175338.149000', '175338.151000', '175338.154000', '175338.157000', '175338.160000', '175338.162000', '175338.165000', '175338.168000', '175338.170000', '175338.173000', '175338.175000', '175338.178000', '175338.181000', '175338.183000', '175338.186000', '175338.188000', '175338.191000', '175338.194000', '175338.196000', '175338.199000', '175338.202000', '175338.204000', '175338.207000', '175338.209000', '175338.212000', '175338.215000', '175338.217000', '175338.220000', '175338.222000', '175338.225000', '175338.228000', '175338.230000', '175338.233000', '175338.236000', '175338.238000', '175358.125000', '175358.127000', '175358.130000', '175358.133000', '175358.135000', '175358.138000', '175358.141000', '175358.143000', '175358.146000', '175358.148000', '175358.151000', '175358.153000', '175358.156000', '175358.159000', '175358.161000', '175358.164000', '175358.166000', '175358.169000', '175358.173000', '175358.175000', '175358.178000', '175358.181000', '175358.183000', '175358.186000', '175358.189000', '175358.191000', '175358.194000', '175358.196000', '175358.199000', '175358.201000', '175358.204000', '175358.207000', '175358.209000', '175358.212000', '175358.214000', '175358.217000', '175358.219000', '175358.222000', '175358.225000', '175358.228000', '175358.230000', '175358.233000', '175358.235000', '175358.238000', '175418.124000', '175418.128000', '175418.130000', '175418.133000', '175418.135000', '175418.138000', '175418.141000', '175418.144000', '175418.146000', '175418.149000', '175418.151000', '175418.154000', '175418.157000', '175418.159000', '175418.162000', '175418.164000', '175418.167000', '175418.170000', '175418.172000', '175418.175000', '175418.178000', '175418.180000', '175418.183000', '175418.185000', '175418.188000', '175418.191000', '175418.193000', '175418.196000', '175418.199000', '175418.201000', '175418.204000', '175418.206000', '175418.209000', '175418.212000', '175418.214000', '175418.217000', '175418.219000', '175418.222000', '175418.225000', '175418.227000', '175418.230000', '175418.233000', '175418.235000', '175438.125000', '175438.128000', '175438.131000', '175438.135000', '175438.138000', '175438.141000', '175438.143000', '175438.146000', '175438.149000', '175438.151000', '175438.154000', '175438.157000', '175438.159000', '175438.162000', '175438.164000', '175438.167000', '175438.169000', '175438.172000', '175438.175000', '175438.177000', '175438.180000', '175438.182000', '175438.185000', '175438.188000', '175438.190000', '175438.193000', '175438.195000', '175438.198000', '175438.201000', '175438.203000', '175438.206000', '175438.208000', '175438.211000', '175438.214000', '175438.216000', '175438.219000', '175438.222000', '175438.224000', '175438.227000', '175438.230000', '175438.232000', '175438.235000', '175438.238000', '175458.125000', '175458.128000', '175458.130000', '175458.133000', '175458.135000', '175458.138000', '175458.141000', '175458.144000', '175458.146000', '175458.149000', '175458.151000', '175458.154000', '175458.157000', '175458.159000', '175458.162000', '175458.165000', '175458.167000', '175458.170000', '175458.173000', '175458.175000', '175458.178000', '175458.181000', '175458.183000', '175458.186000', '175458.189000', '175458.191000', '175458.194000', '175458.197000', '175458.199000', '175458.202000', '175458.205000', '175458.207000', '175458.210000', '175458.213000', '175458.215000', '175458.218000', '175458.221000', '175458.223000', '175458.226000', '175458.228000', '175458.231000', '175458.234000', '175458.236000', '175458.239000', '175514.507000', '175514.511000', '175514.514000', '175514.517000', '175514.519000', '175514.523000', '175514.525000', '175514.528000', '175514.531000', '175514.534000', '175514.536000', '175514.539000', '175514.542000', '175514.545000', '175514.547000', '175514.550000', '175514.553000', '175514.557000', '175514.559000', '175514.563000', '175514.566000', '175514.569000', '175514.572000', '175514.574000', '175514.578000', '175514.581000', '175514.583000', '175514.586000', '175514.589000', '175514.592000', '175514.595000', '175514.597000', '175514.600000', '175514.603000', '175514.606000', '175514.609000'], 'InstanceCreationTime': ['174518.178000', '174518.181000', '174518.184000', '174518.186000', '174518.189000', '174518.192000', '174518.194000', '174518.197000', '174518.199000', '174518.202000', '174518.205000', '174518.207000', '174518.210000', '174518.213000', '174518.215000', '174518.218000', '174518.220000', '174518.228000', '174518.231000', '174518.233000', '174518.236000', '174518.239000', '174518.241000', '174518.244000', '174518.246000', '174538.124000', '174538.127000', '174538.130000', '174538.133000', '174538.135000', '174538.138000', '174538.140000', '174538.143000', '174538.145000', '174538.148000', '174538.150000', '174538.153000', '174538.156000', '174538.158000', '174538.161000', '174538.163000', '174538.171000', '174538.173000', '174538.176000', '174538.178000', '174538.181000', '174538.184000', '174538.186000', '174538.189000', '174538.191000', '174538.194000', '174538.196000', '174538.199000', '174538.202000', '174538.204000', '174538.207000', '174538.210000', '174538.212000', '174538.215000', '174538.217000', '174538.220000', '174538.222000', '174538.225000', '174538.228000', '174538.230000', '174538.233000', '174538.235000', '174538.238000', '174538.248000', '174558.123000', '174558.127000', '174558.129000', '174558.132000', '174558.134000', '174558.137000', '174558.140000', '174558.142000', '174558.145000', '174558.147000', '174558.150000', '174558.153000', '174558.155000', '174558.158000', '174558.160000', '174558.163000', '174558.166000', '174558.168000', '174558.171000', '174558.173000', '174558.176000', '174558.179000', '174558.181000', '174558.184000', '174558.186000', '174558.189000', '174558.192000', '174558.194000', '174558.197000', '174558.199000', '174558.202000', '174558.204000', '174558.207000', '174558.210000', '174558.212000', '174558.215000', '174558.217000', '174558.220000', '174558.223000', '174558.225000', '174558.228000', '174558.230000', '174558.233000', '174618.124000', '174618.127000', '174618.130000', '174618.132000', '174618.135000', '174618.137000', '174618.140000', '174618.143000', '174618.145000', '174618.148000', '174618.150000', '174618.153000', '174618.156000', '174618.158000', '174618.161000', '174618.164000', '174618.166000', '174618.169000', '174618.171000', '174618.174000', '174618.177000', '174618.180000', '174618.183000', '174618.185000', '174618.188000', '174618.191000', '174618.194000', '174618.196000', '174618.199000', '174618.201000', '174618.204000', '174618.207000', '174618.209000', '174618.212000', '174618.214000', '174618.217000', '174618.220000', '174618.222000', '174618.225000', '174618.227000', '174618.230000', '174618.232000', '174618.235000', '174618.238000', '174638.124000', '174638.127000', '174638.130000', '174638.132000', '174638.135000', '174638.138000', '174638.140000', '174638.143000', '174638.146000', '174638.148000', '174638.151000', '174638.153000', '174638.156000', '174638.170000', '174638.172000', '174638.175000', '174638.177000', '174638.180000', '174638.183000', '174638.185000', '174638.188000', '174638.190000', '174638.193000', '174638.195000', '174638.198000', '174638.201000', '174638.203000', '174638.206000', '174638.209000', '174638.211000', '174638.214000', '174638.216000', '174638.219000', '174638.222000', '174638.224000', '174638.227000', '174638.229000', '174638.232000', '174638.234000', '174638.237000', '174638.240000', '174638.242000', '174638.245000', '174658.125000', '174658.127000', '174658.130000', '174658.133000', '174658.136000', '174658.138000', '174658.141000', '174658.144000', '174658.146000', '174658.149000', '174658.152000', '174658.154000', '174658.157000', '174658.159000', '174658.162000', '174658.165000', '174658.167000', '174658.170000', '174658.173000', '174658.175000', '174658.178000', '174658.180000', '174658.183000', '174658.185000', '174658.188000', '174658.191000', '174658.193000', '174658.196000', '174658.199000', '174658.201000', '174658.204000', '174658.207000', '174658.209000', '174658.212000', '174658.214000', '174658.217000', '174658.219000', '174658.222000', '174658.225000', '174658.227000', '174658.230000', '174658.235000', '174658.238000', '174718.124000', '174718.127000', '174718.130000', '174718.132000', '174718.136000', '174718.138000', '174718.141000', '174718.143000', '174718.146000', '174718.149000', '174718.151000', '174718.154000', '174718.157000', '174718.159000', '174718.162000', '174718.165000', '174718.167000', '174718.170000', '174718.172000', '174718.175000', '174718.178000', '174718.180000', '174718.183000', '174718.185000', '174718.188000', '174718.191000', '174718.193000', '174718.196000', '174718.199000', '174718.201000', '174718.204000', '174718.206000', '174718.209000', '174718.212000', '174718.214000', '174718.217000', '174718.220000', '174718.222000', '174718.225000', '174718.227000', '174718.230000', '174718.233000', '174718.235000', '174718.238000', '174738.124000', '174738.127000', '174738.130000', '174738.133000', '174738.135000', '174738.138000', '174738.141000', '174738.143000', '174738.146000', '174738.148000', '174738.151000', '174738.154000', '174738.156000', '174738.159000', '174738.162000', '174738.165000', '174738.168000', '174738.170000', '174738.173000', '174738.175000', '174738.178000', '174738.181000', '174738.183000', '174738.186000', '174738.189000', '174738.191000', '174738.194000', '174738.197000', '174738.200000', '174738.202000', '174738.205000', '174738.207000', '174738.210000', '174738.213000', '174738.217000', '174738.219000', '174738.222000', '174738.225000', '174738.227000', '174738.230000', '174738.233000', '174738.235000', '174738.238000', '174758.124000', '174758.127000', '174758.130000', '174758.133000', '174758.135000', '174758.138000', '174758.140000', '174758.143000', '174758.146000', '174758.148000', '174758.151000', '174758.154000', '174758.156000', '174758.159000', '174758.161000', '174758.164000', '174758.167000', '174758.169000', '174758.172000', '174758.175000', '174758.177000', '174758.180000', '174758.182000', '174758.185000', '174758.188000', '174758.190000', '174758.193000', '174758.196000', '174758.198000', '174758.201000', '174758.203000', '174758.206000', '174758.209000', '174758.211000', '174758.214000', '174758.217000', '174758.219000', '174758.222000', '174758.224000', '174758.227000', '174758.230000', '174758.232000', '174758.235000', '174758.238000', '174818.123000', '174818.127000', '174818.129000', '174818.132000', '174818.134000', '174818.137000', '174818.140000', '174818.142000', '174818.145000', '174818.148000', '174818.150000', '174818.153000', '174818.155000', '174818.158000', '174818.161000', '174818.164000', '174818.167000', '174818.170000', '174818.172000', '174818.176000', '174818.178000', '174818.181000', '174818.183000', '174818.186000', '174818.189000', '174818.191000', '174818.194000', '174818.197000', '174818.199000', '174818.202000', '174818.205000', '174818.207000', '174818.210000', '174818.212000', '174818.215000', '174818.218000', '174818.220000', '174818.223000', '174818.226000', '174818.228000', '174818.231000', '174818.234000', '174818.236000', '174838.125000', '174838.127000', '174838.131000', '174838.133000', '174838.136000', '174838.138000', '174838.141000', '174838.144000', '174838.147000', '174838.149000', '174838.152000', '174838.155000', '174838.157000', '174838.160000', '174838.163000', '174838.165000', '174838.168000', '174838.170000', '174838.173000', '174838.176000', '174838.178000', '174838.181000', '174838.184000', '174838.186000', '174838.189000', '174838.192000', '174838.194000', '174838.197000', '174838.200000', '174838.202000', '174838.205000', '174838.207000', '174838.210000', '174838.213000', '174838.215000', '174838.218000', '174838.220000', '174838.223000', '174838.226000', '174838.228000', '174838.231000', '174838.233000', '174838.236000', '174838.239000', '174858.124000', '174858.127000', '174858.130000', '174858.132000', '174858.135000', '174858.138000', '174858.140000', '174858.143000', '174858.146000', '174858.148000', '174858.151000', '174858.154000', '174858.156000', '174858.159000', '174858.162000', '174858.164000', '174858.167000', '174858.170000', '174858.172000', '174858.175000', '174858.177000', '174858.180000', '174858.183000', '174858.185000', '174858.188000', '174858.190000', '174858.193000', '174858.196000', '174858.198000', '174858.201000', '174858.203000', '174858.206000', '174858.209000', '174858.211000', '174858.214000', '174858.217000', '174858.220000', '174858.223000', '174858.225000', '174858.228000', '174858.231000', '174858.233000', '174858.236000', '174918.124000', '174918.128000', '174918.131000', '174918.134000', '174918.136000', '174918.139000', '174918.142000', '174918.144000', '174918.147000', '174918.150000', '174918.152000', '174918.155000', '174918.157000', '174918.160000', '174918.163000', '174918.165000', '174918.168000', '174918.171000', '174918.173000', '174918.176000', '174918.178000', '174918.181000', '174918.184000', '174918.186000', '174918.189000', '174918.192000', '174918.194000', '174918.197000', '174918.199000', '174918.202000', '174918.205000', '174918.208000', '174918.210000', '174918.213000', '174918.216000', '174918.218000', '174918.221000', '174918.224000', '174918.226000', '174918.229000', '174918.232000', '174918.234000', '174918.237000', '174918.239000', '174938.124000', '174938.127000', '174938.130000', '174938.133000', '174938.135000', '174938.138000', '174938.141000', '174938.143000', '174938.146000', '174938.148000', '174938.151000', '174938.154000', '174938.156000', '174938.159000', '174938.161000', '174938.164000', '174938.167000', '174938.169000', '174938.172000', '174938.174000', '174938.177000', '174938.180000', '174938.182000', '174938.185000', '174938.188000', '174938.190000', '174938.193000', '174938.195000', '174938.198000', '174938.201000', '174938.203000', '174938.206000', '174938.208000', '174938.211000', '174938.228000', '174938.230000', '174938.233000', '174938.236000', '174938.238000', '174938.241000', '174938.243000', '174938.246000', '174938.249000', '174958.125000', '174958.127000', '174958.130000', '174958.133000', '174958.136000', '174958.138000', '174958.141000', '174958.143000', '174958.146000', '174958.149000', '174958.151000', '174958.154000', '174958.156000', '174958.159000', '174958.161000', '174958.164000', '174958.167000', '174958.169000', '174958.172000', '174958.175000', '174958.177000', '174958.180000', '174958.183000', '174958.185000', '174958.188000', '174958.191000', '174958.193000', '174958.196000', '174958.198000', '174958.201000', '174958.204000', '174958.206000', '174958.209000', '174958.212000', '174958.214000', '174958.217000', '174958.219000', '174958.222000', '174958.224000', '174958.227000', '174958.230000', '174958.232000', '174958.235000', '174958.237000', '175018.124000', '175018.127000', '175018.130000', '175018.132000', '175018.135000', '175018.138000', '175018.140000', '175018.143000', '175018.145000', '175018.148000', '175018.151000', '175018.153000', '175018.156000', '175018.158000', '175018.161000', '175018.164000', '175018.166000', '175018.169000', '175018.172000', '175018.175000', '175018.177000', '175018.180000', '175018.182000', '175018.185000', '175018.188000', '175018.190000', '175018.193000', '175018.196000', '175018.198000', '175018.201000', '175018.203000', '175018.206000', '175018.209000', '175018.211000', '175018.214000', '175018.217000', '175018.220000', '175018.223000', '175018.226000', '175018.229000', '175018.231000', '175018.234000', '175018.236000', '175038.124000', '175038.126000', '175038.129000', '175038.132000', '175038.134000', '175038.137000', '175038.139000', '175038.142000', '175038.145000', '175038.147000', '175038.150000', '175038.153000', '175038.155000', '175038.158000', '175038.160000', '175038.163000', '175038.166000', '175038.168000', '175038.171000', '175038.174000', '175038.176000', '175038.179000', '175038.182000', '175038.184000', '175038.187000', '175038.190000', '175038.192000', '175038.195000', '175038.197000', '175038.200000', '175038.202000', '175038.205000', '175038.208000', '175038.210000', '175038.213000', '175038.215000', '175038.218000', '175038.221000', '175038.223000', '175038.226000', '175038.229000', '175038.237000', '175038.240000', '175038.243000', '175058.125000', '175058.127000', '175058.130000', '175058.133000', '175058.135000', '175058.138000', '175058.141000', '175058.143000', '175058.146000', '175058.148000', '175058.151000', '175058.153000', '175058.156000', '175058.159000', '175058.161000', '175058.164000', '175058.166000', '175058.169000', '175058.172000', '175058.174000', '175058.177000', '175058.180000', '175058.182000', '175058.185000', '175058.187000', '175058.190000', '175058.193000', '175058.195000', '175058.198000', '175058.201000', '175058.203000', '175058.206000', '175058.208000', '175058.212000', '175058.214000', '175058.217000', '175058.219000', '175058.222000', '175058.225000', '175058.227000', '175058.230000', '175058.233000', '175058.236000', '175118.125000', '175118.139000', '175118.142000', '175118.145000', '175118.147000', '175118.150000', '175118.152000', '175118.155000', '175118.158000', '175118.160000', '175118.163000', '175118.165000', '175118.168000', '175118.170000', '175118.173000', '175118.175000', '175118.178000', '175118.181000', '175118.183000', '175118.186000', '175118.189000', '175118.191000', '175118.194000', '175118.196000', '175118.199000', '175118.202000', '175118.204000', '175118.207000', '175118.209000', '175118.212000', '175118.215000', '175118.217000', '175118.221000', '175118.224000', '175118.227000', '175118.229000', '175118.232000', '175118.234000', '175118.237000', '175118.240000', '175118.242000', '175118.245000', '175118.247000', '175118.250000', '175138.125000', '175138.127000', '175138.130000', '175138.132000', '175138.135000', '175138.138000', '175138.140000', '175138.143000', '175138.145000', '175138.148000', '175138.150000', '175138.153000', '175138.155000', '175138.158000', '175138.161000', '175138.163000', '175138.166000', '175138.169000', '175138.171000', '175138.174000', '175138.176000', '175138.179000', '175138.182000', '175138.184000', '175138.187000', '175138.189000', '175138.192000', '175138.195000', '175138.197000', '175138.200000', '175138.203000', '175138.205000', '175138.208000', '175138.211000', '175138.213000', '175138.216000', '175138.218000', '175138.221000', '175138.224000', '175138.226000', '175138.229000', '175138.232000', '175138.234000', '175158.125000', '175158.127000', '175158.130000', '175158.133000', '175158.151000', '175158.153000', '175158.156000', '175158.159000', '175158.161000', '175158.164000', '175158.167000', '175158.169000', '175158.172000', '175158.175000', '175158.177000', '175158.180000', '175158.182000', '175158.185000', '175158.188000', '175158.190000', '175158.193000', '175158.195000', '175158.198000', '175158.200000', '175158.203000', '175158.206000', '175158.208000', '175158.211000', '175158.213000', '175158.216000', '175158.219000', '175158.221000', '175158.224000', '175158.226000', '175158.229000', '175158.232000', '175158.234000', '175158.237000', '175158.240000', '175158.242000', '175158.245000', '175158.247000', '175158.250000', '175158.253000', '175218.125000', '175218.127000', '175218.130000', '175218.133000', '175218.135000', '175218.138000', '175218.140000', '175218.143000', '175218.146000', '175218.148000', '175218.151000', '175218.153000', '175218.156000', '175218.159000', '175218.161000', '175218.164000', '175218.166000', '175218.169000', '175218.172000', '175218.174000', '175218.177000', '175218.180000', '175218.182000', '175218.185000', '175218.187000', '175218.190000', '175218.193000', '175218.195000', '175218.198000', '175218.201000', '175218.203000', '175218.206000', '175218.208000', '175218.211000', '175218.213000', '175218.216000', '175218.219000', '175218.222000', '175218.224000', '175218.227000', '175218.230000', '175218.233000', '175218.235000', '175238.125000', '175238.128000', '175238.130000', '175238.134000', '175238.136000', '175238.139000', '175238.142000', '175238.144000', '175238.147000', '175238.149000', '175238.152000', '175238.154000', '175238.157000', '175238.159000', '175238.162000', '175238.165000', '175238.167000', '175238.170000', '175238.173000', '175238.175000', '175238.178000', '175238.181000', '175238.183000', '175238.186000', '175238.189000', '175238.191000', '175238.194000', '175238.197000', '175238.199000', '175238.202000', '175238.205000', '175238.207000', '175238.210000', '175238.213000', '175238.215000', '175238.218000', '175238.221000', '175238.223000', '175238.226000', '175238.229000', '175238.231000', '175238.234000', '175238.236000', '175238.239000', '175258.124000', '175258.127000', '175258.129000', '175258.132000', '175258.135000', '175258.138000', '175258.140000', '175258.143000', '175258.146000', '175258.148000', '175258.151000', '175258.153000', '175258.156000', '175258.158000', '175258.161000', '175258.164000', '175258.166000', '175258.169000', '175258.172000', '175258.174000', '175258.177000', '175258.179000', '175258.182000', '175258.185000', '175258.187000', '175258.194000', '175258.197000', '175258.200000', '175258.202000', '175258.205000', '175258.208000', '175258.210000', '175258.213000', '175258.216000', '175258.218000', '175258.221000', '175258.223000', '175258.226000', '175258.228000', '175258.231000', '175258.234000', '175258.236000', '175258.239000', '175318.125000', '175318.128000', '175318.130000', '175318.133000', '175318.135000', '175318.138000', '175318.140000', '175318.143000', '175318.146000', '175318.148000', '175318.151000', '175318.153000', '175318.156000', '175318.159000', '175318.161000', '175318.164000', '175318.167000', '175318.169000', '175318.172000', '175318.174000', '175318.177000', '175318.180000', '175318.182000', '175318.185000', '175318.188000', '175318.190000', '175318.193000', '175318.196000', '175318.198000', '175318.201000', '175318.204000', '175318.206000', '175318.209000', '175318.211000', '175318.214000', '175318.217000', '175318.219000', '175318.222000', '175318.224000', '175318.227000', '175318.230000', '175318.232000', '175318.235000', '175338.125000', '175338.128000', '175338.130000', '175338.133000', '175338.136000', '175338.138000', '175338.141000', '175338.144000', '175338.146000', '175338.149000', '175338.151000', '175338.154000', '175338.157000', '175338.160000', '175338.162000', '175338.165000', '175338.168000', '175338.170000', '175338.173000', '175338.175000', '175338.178000', '175338.181000', '175338.183000', '175338.186000', '175338.188000', '175338.191000', '175338.194000', '175338.196000', '175338.199000', '175338.202000', '175338.204000', '175338.207000', '175338.209000', '175338.212000', '175338.215000', '175338.217000', '175338.220000', '175338.222000', '175338.225000', '175338.228000', '175338.230000', '175338.233000', '175338.236000', '175338.238000', '175358.125000', '175358.127000', '175358.130000', '175358.133000', '175358.135000', '175358.138000', '175358.141000', '175358.143000', '175358.146000', '175358.148000', '175358.151000', '175358.153000', '175358.156000', '175358.159000', '175358.161000', '175358.164000', '175358.166000', '175358.169000', '175358.173000', '175358.175000', '175358.178000', '175358.181000', '175358.183000', '175358.186000', '175358.189000', '175358.191000', '175358.194000', '175358.196000', '175358.199000', '175358.201000', '175358.204000', '175358.207000', '175358.209000', '175358.212000', '175358.214000', '175358.217000', '175358.219000', '175358.222000', '175358.225000', '175358.228000', '175358.230000', '175358.233000', '175358.235000', '175358.238000', '175418.124000', '175418.128000', '175418.130000', '175418.133000', '175418.135000', '175418.138000', '175418.141000', '175418.144000', '175418.146000', '175418.149000', '175418.151000', '175418.154000', '175418.157000', '175418.159000', '175418.162000', '175418.164000', '175418.167000', '175418.170000', '175418.172000', '175418.175000', '175418.178000', '175418.180000', '175418.183000', '175418.185000', '175418.188000', '175418.191000', '175418.193000', '175418.196000', '175418.199000', '175418.201000', '175418.204000', '175418.206000', '175418.209000', '175418.212000', '175418.214000', '175418.217000', '175418.219000', '175418.222000', '175418.225000', '175418.227000', '175418.230000', '175418.233000', '175418.235000', '175438.125000', '175438.128000', '175438.131000', '175438.135000', '175438.138000', '175438.141000', '175438.143000', '175438.146000', '175438.149000', '175438.151000', '175438.154000', '175438.157000', '175438.159000', '175438.162000', '175438.164000', '175438.167000', '175438.169000', '175438.172000', '175438.175000', '175438.177000', '175438.180000', '175438.182000', '175438.185000', '175438.188000', '175438.190000', '175438.193000', '175438.195000', '175438.198000', '175438.201000', '175438.203000', '175438.206000', '175438.208000', '175438.211000', '175438.214000', '175438.216000', '175438.219000', '175438.222000', '175438.224000', '175438.227000', '175438.230000', '175438.232000', '175438.235000', '175438.238000', '175458.125000', '175458.128000', '175458.130000', '175458.133000', '175458.135000', '175458.138000', '175458.141000', '175458.144000', '175458.146000', '175458.149000', '175458.151000', '175458.154000', '175458.157000', '175458.159000', '175458.162000', '175458.165000', '175458.167000', '175458.170000', '175458.173000', '175458.175000', '175458.178000', '175458.181000', '175458.183000', '175458.186000', '175458.189000', '175458.191000', '175458.194000', '175458.197000', '175458.199000', '175458.202000', '175458.205000', '175458.207000', '175458.210000', '175458.213000', '175458.215000', '175458.218000', '175458.221000', '175458.223000', '175458.226000', '175458.228000', '175458.231000', '175458.234000', '175458.236000', '175458.239000', '175514.507000', '175514.511000', '175514.514000', '175514.517000', '175514.519000', '175514.523000', '175514.525000', '175514.528000', '175514.531000', '175514.534000', '175514.536000', '175514.539000', '175514.542000', '175514.545000', '175514.547000', '175514.550000', '175514.553000', '175514.557000', '175514.559000', '175514.563000', '175514.566000', '175514.569000', '175514.572000', '175514.574000', '175514.578000', '175514.581000', '175514.583000', '175514.586000', '175514.589000', '175514.592000', '175514.595000', '175514.597000', '175514.600000', '175514.603000', '175514.606000', '175514.609000'], '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': [13503, 11720, 10747, 12889, 10090, 13601, 12413, 11520, 12013, 10927, 13704, 12548, 10647, 11560, 9306, 13659, 11774, 8193, 12768, 11508, 11681, 12397, 10123, 12796, 11849, 13458, 11792, 12136, 14237, 13213, 9902, 11862, 10167, 14343, 11273, 9151, 12766, 11700, 9785, 12672, 11620, 12830, 10629, 9366, 12282, 11926, 12163, 11215, 9446, 11641, 9057, 12074, 10897, 8529, 12681, 11372, 9083, 11093, 8509, 12645, 11050, 8266, 12153, 10975, 12423, 10841, 8374, 12631, 11642, 13440, 10844, 10038, 11628, 10655, 12084, 11413, 11250, 10362, 8229, 12236, 11267, 9553, 10977, 8423, 12757, 9948, 11816, 10962, 12348, 10510, 8243, 11891, 9326, 11818, 10453, 9313, 11815, 8544, 11155, 10297, 8697, 12465, 10487, 10788, 10735, 8993, 12933, 11179, 8716, 12322, 11434, 13854, 11429, 8259, 12761, 11519, 9767, 11292, 8213, 12903, 11759, 12524, 10880, 8116, 12658, 11968, 11260, 11650, 8084, 12737, 11599, 8967, 13409, 11458, 8623, 11436, 12049, 10325, 13552, 11984, 10410, 13160, 11825, 12503, 14069, 13092, 13101, 11539, 11159, 12386, 11099, 8475, 13155, 12307, 8803, 12121, 11584, 9128, 13092, 11488, 8837, 11901, 10433, 12053, 11706, 10067, 10081, 11854, 10764, 8296, 12290, 11184, 8270, 12536, 11705, 8291, 12298, 11449, 10035, 12644, 10073, 13056, 10897, 8386, 12492, 11090, 10813, 11678, 8721, 13004, 10515, 8003, 13056, 11287, 8196, 11899, 10713, 8183, 12364, 11205, 8559, 11827, 8789, 12991, 11273, 8279, 12240, 11120, 10772, 11140, 8531, 12669, 11445, 8630, 12122, 11123, 8665, 12073, 9130, 12147, 11422, 8478, 12169, 9213, 12527, 10875, 8137, 12689, 11602, 8422, 11558, 9311, 12776, 11288, 8454, 11818, 11065, 9049, 11931, 8325, 12385, 11232, 12398, 10959, 8750, 11723, 9511, 11956, 10478, 8381, 12640, 10683, 10249, 10898, 8508, 12484, 10786, 8208, 11963, 11262, 12571, 11379, 8009, 11785, 11006, 8410, 13012, 11629, 8481, 12172, 10712, 11712, 12166, 10093, 10417, 11524, 9033, 13727, 11244, 8017, 12886, 11343, 11919, 11366, 10126, 12739, 11968, 10021, 11680, 10176, 12419, 11582, 9252, 11680, 8657, 12461, 11545, 8444, 11820, 9285, 12684, 11455, 8506, 11872, 10525, 11670, 11390, 8306, 12113, 11252, 11314, 11708, 8475, 11785, 10984, 8592, 12578, 10885, 12559, 11063, 8368, 12133, 11291, 10340, 11780, 8636, 11875, 10884, 8434, 12485, 9433, 13167, 10885, 8092, 12456, 11403, 8120, 11912, 10323, 13139, 11550, 8126, 11946, 11249, 8534, 13040, 11186, 13070, 10734, 8541, 12203, 9956, 11936, 11445, 8510, 12007, 9966, 11893, 11351, 8402, 12290, 11157, 8704, 12268, 9635, 12613, 11098, 8464, 12655, 11179, 11194, 11357, 8318, 12802, 11535, 10231, 8517, 12392, 11022, 8675, 12590, 11456, 8429, 13628, 11714, 8768, 8927, 12863, 11385, 8449, 12145, 8609, 12359, 11623, 10094, 11841, 10510, 8442, 12767, 11698, 9670, 11528, 9346, 13149, 11388, 8154, 12268, 11150, 13120, 11260, 9171, 11275, 9900, 12520, 11522, 10663, 10715, 8620, 11693, 11568, 12910, 10268, 8164, 11731, 11166, 8836, 12079, 10534, 11663, 11454, 8613, 12151, 11049, 10032, 11597, 8771, 11774, 10799, 8267, 12299, 11431, 11048, 10866, 8494, 12618, 11674, 9192, 10849, 8900, 12266, 11592, 8673, 11393, 8817, 12719, 10665, 11500, 10498, 8690, 11446, 8707, 12447, 11052, 8578, 11398, 10597, 8279, 11159, 10465, 8639, 12195, 9820, 14101, 10959, 8590, 12707, 11234, 11494, 10890, 9608, 12357, 11133, 8767, 11718, 10981, 11517, 11503, 8714, 12813, 11312, 8474, 11916, 11105, 8629, 12107, 10733, 13907, 10995, 9908, 12734, 11401, 11380, 10886, 8566, 12152, 11289, 12312, 10567, 8038, 11911, 10976, 8340, 11241, 10561, 8220, 11714, 10651, 8504, 11830, 10920, 8571, 11711, 9994, 11279, 11547, 8655, 12351, 10615, 8045, 12418, 10727, 8541, 11813, 10906, 11890, 11265, 8268, 12266, 11401, 8547, 11638, 10632, 8678, 12389, 10191, 11295, 10939, 8177, 12133, 10856, 8708, 11987, 9930, 13444, 10352, 8195, 11908, 10514, 8464, 11356, 10642, 8157, 12075, 10631, 8549, 12044, 10961, 10640, 10840, 9094, 12976, 11002, 8161, 11535, 10522, 8247, 12087, 10760, 8225, 11729, 11269, 8357, 11766, 10462, 8275, 12337, 10812, 8471, 11521, 9154, 12143, 10593, 8151, 11475, 10436, 8136, 12219, 10625, 8212, 11900, 10797, 8171, 12215, 10845, 8010, 11560, 10841, 12485, 11102, 8226, 12120, 10860, 9593, 11677, 8439, 11596, 10779, 8692, 11067, 8689, 12004, 10626, 8354, 11409, 10513, 8425, 11988, 11030, 8455, 11159, 8838, 12185, 11117, 8335, 11667, 10724, 11650, 11024, 8066, 12010, 10717, 8252, 12226, 11008, 9664, 11567, 8862, 13184, 10996, 8060, 12338, 11596, 8635, 11910, 11096, 8043, 12665, 10968, 8589, 11854, 9548, 13919, 10997, 9675, 11798, 10713, 8726, 11867, 11025, 10433, 11676, 10238, 11674, 11128, 8472, 12040, 9930, 12347, 10848, 7977, 11923, 11417, 8208, 11232, 10704, 7909, 12037, 10846, 8187, 11931, 10469, 14190, 11096, 8018, 12028, 10544, 8350, 12386, 10627, 11235, 10874, 8053, 12571, 10766, 8296, 11803, 11165, 10496, 11047, 8455, 12612, 11146, 8354, 11762, 10702, 8026, 12271, 11380, 11132, 10718, 8733, 12237, 11147, 12622, 10524, 8396, 12181, 10796, 8165, 11870, 10708, 8219, 11959, 10497, 11873, 10578, 8103, 12159, 11405, 8333, 12071, 10704, 8838, 12334, 10465, 11460, 10999, 8465, 12376, 11056, 7825, 12330, 10714, 8974, 11867, 8537, 11625, 10515, 8363, 11926, 8517, 11699, 10640, 7875, 11973, 10804, 8024, 11544, 10298, 8165, 12201, 10915, 8176, 12445, 11120, 10853, 11527, 10000, 12383, 11306, 8733, 13174, 11131, 9188, 12474, 11103, 9676, 11502, 9364, 12869, 10942, 9041, 12336, 10915, 8391, 12278, 10903, 8528, 11809, 9511, 13120, 10920, 8444, 12884, 10809, 12864, 10799, 8140, 12071, 10941, 8254, 12430, 10608, 8174, 12591, 11228, 8334, 12427, 10773, 9941, 11893, 9657, 12687, 10990, 8069, 12286, 11183, 8202, 12331, 11239, 10716, 11315, 8125, 12374, 11264, 8267, 12287, 10807, 8268, 12037, 9980, 12169, 11482, 8106, 13629, 12080, 9380, 8372, 12022, 10505, 8280, 12433, 11283, 8466, 12903, 11919, 8255, 13583, 11610, 10298, 8445, 12654, 11315, 8358, 12301, 11222, 8358, 12776, 11020, 8603, 11414, 9693, 12613, 11578, 8455, 12128, 11427, 8107, 13234, 11057, 10599, 11438, 8021, 12870, 11468, 8259, 12434, 10573, 8096, 12617, 10745, 11600, 11457, 8341, 12134, 11589, 8240, 12650, 11002, 8300, 12333, 9728, 13049, 10810, 7944, 12307, 11411, 8524, 11880, 10763, 7869, 12703, 11339, 8213, 13295, 10726, 13346, 11583, 10965, 12848, 10828, 10315, 11785, 9841, 12416, 10769, 8128, 12484, 10668, 8712, 11289, 8637, 12688, 11023, 8211, 12755, 10976, 13966, 11643, 8329, 12737, 10454, 14147, 10635, 8600, 12331, 10615, 12741, 11039, 8380, 12482, 10754, 13072, 10696, 8415, 11897, 10040, 13246, 10379, 8231, 12523, 10798, 8727, 11460, 8865, 12672, 11143, 8493, 12340, 10654, 8657, 12164, 9425, 12768, 10389, 8539, 12186, 10125, 12193, 10885, 8162, 12509, 10851, 8488, 12191, 10819, 8185, 12248, 10643, 8326, 12754, 10312, 11930, 11454, 8653, 13137, 11152, 8992, 12388, 10743, 8717, 12175, 9712, 10819, 12300, 9581, 11349, 11857, 9113, 10995, 12324, 9740, 11743, 11766, 9332, 14299, 11489, 8372, 12999, 11813, 8650, 12475, 10834, 9461, 12613, 9621, 11353, 11611, 8372, 13138, 11860, 8062, 13229, 11225, 9746, 12433, 8800, 12156, 10939, 7773, 12853, 11228, 8245, 12932, 10878, 8317, 12307, 10291, 11707, 12289, 8503, 12456, 11440, 8075, 13550, 11522, 9170, 12182, 8958, 12037, 11663, 8483, 12674, 10858, 9087, 12253, 9375, 11105, 12494, 10297, 8918, 13084, 11897, 8578, 13379, 11902, 8809, 14223, 11907, 10247, 12737, 11566, 13555, 12407, 12535, 11412, 11573, 9009, 12455, 11866, 9407, 9774, 12859, 10522, 12118, 11816, 8364, 13460, 12221, 8844, 12937, 10873, 11069, 12707, 8545, 12879, 11662, 8003, 13687, 11310, 8284, 12852, 9977, 14005, 12349, 8569, 13481, 11691, 8385, 13858, 11147, 8564, 13033, 10852, 11878, 12370, 9406, 11992, 12211, 8912, 13735, 11968, 8287, 12643, 9733, 13860, 11763, 7960, 13440, 12049, 8735, 12931, 10374, 12295, 12231, 8578, 12933, 11552, 8202, 13762, 12212, 8390, 13099, 10848, 10395, 13437, 9168, 13294, 11770, 8324, 14042, 11612, 9062, 12149, 8760, 10900, 12846, 12102, 8719, 12669, 12359, 10127, 11690, 13104, 10159, 12878, 12054, 8759, 14024, 11751, 8592, 13302, 10657, 12801, 11702, 8303, 12821, 10565, 12688, 11641, 8003, 13067, 12146, 8574, 13107, 11709, 8729, 13035, 10110, 13408, 11871, 8643, 13551, 12223, 8946, 12960, 11830, 8603, 13863, 11046, 10554, 12377, 8345, 14424, 12641, 9433, 13883, 11643, 8665, 14028, 11773, 9058, 13183, 9828, 14142, 11478, 8852, 13145, 12010, 8719, 13022, 11631, 7976, 13331, 12072, 8721, 13418, 12198, 8102, 14303, 12229, 8558, 13553, 10735, 13486, 12929, 8671, 13441, 11540, 8226, 13977, 11931, 8533, 13411, 11990, 8713, 14276, 12240, 8965, 13485, 12477, 9195, 13635, 11214, 11944, 12510, 9720, 15067, 11965, 8170, 11837, 12028, 9470, 13082, 12593, 9091, 13164, 12751, 9147, 14054, 12333, 9820, 13281, 11175, 14542, 11667, 8435, 13387, 11937, 9473, 12031, 8119, 13421, 12023, 8337, 13214, 10298, 13477, 12179, 8342, 13633, 11523, 9082, 13425, 10256, 11455, 11654, 8308, 14310, 11873, 8649, 14829, 12682, 9000, 13532, 11794, 9395, 10409, 13112, 10182, 14257, 12358], 'WindowCenter': [4671.0, 4633.0, 4619.0, 4627.0, 4606.0, 4624.0, 4614.0, 4601.0, 4602.0, 4587.0, 4610.0, 4599.0, 4588.0, 4598.0, 4578.0, 4619.0, 4599.0, 4570.0, 4611.0, 4601.0, 4599.0, 4610.0, 4590.0, 4609.0, 4600.0, 4607.0, 4599.0, 4586.0, 4606.0, 4598.0, 4564.0, 4586.0, 4577.0, 4607.0, 4586.0, 4567.0, 4595.0, 4586.0, 4576.0, 4598.0, 4586.0, 4595.0, 4575.0, 4565.0, 4585.0, 4584.0, 4583.0, 4573.0, 4553.0, 4574.0, 4554.0, 4583.0, 4575.0, 4552.0, 4596.0, 4584.0, 4553.0, 4586.0, 4558.0, 4595.0, 4585.0, 4556.0, 4584.0, 4577.0, 4596.0, 4577.0, 4554.0, 4585.0, 4586.0, 4594.0, 4576.0, 4564.0, 4573.0, 4564.0, 4587.0, 4574.0, 4560.0, 4563.0, 4542.0, 4571.0, 4572.0, 4551.0, 4572.0, 4543.0, 4584.0, 4564.0, 4573.0, 4572.0, 4580.0, 4563.0, 4542.0, 4574.0, 4553.0, 4570.0, 4563.0, 4553.0, 4583.0, 4556.0, 4585.0, 4575.0, 4555.0, 4596.0, 4578.0, 4586.0, 4587.0, 4570.0, 4608.0, 4589.0, 4568.0, 4601.0, 4588.0, 4608.0, 4590.0, 4559.0, 4598.0, 4587.0, 4576.0, 4585.0, 4555.0, 4596.0, 4597.0, 4598.0, 4585.0, 4557.0, 4596.0, 4588.0, 4588.0, 4588.0, 4558.0, 4596.0, 4587.0, 4568.0, 4607.0, 4587.0, 4569.0, 4587.0, 4598.0, 4578.0, 4608.0, 4588.0, 4577.0, 4598.0, 4586.0, 4587.0, 4609.0, 4595.0, 4585.0, 4575.0, 4572.0, 4583.0, 4574.0, 4543.0, 4593.0, 4584.0, 4555.0, 4585.0, 4585.0, 4564.0, 4594.0, 4586.0, 4555.0, 4586.0, 4575.0, 4585.0, 4584.0, 4567.0, 4575.0, 4587.0, 4587.0, 4568.0, 4599.0, 4589.0, 4557.0, 4599.0, 4589.0, 4556.0, 4587.0, 4588.0, 4567.0, 4596.0, 4567.0, 4595.0, 4576.0, 4544.0, 4586.0, 4576.0, 4574.0, 4584.0, 4555.0, 4595.0, 4577.0, 4545.0, 4608.0, 4587.0, 4558.0, 4598.0, 4579.0, 4558.0, 4597.0, 4590.0, 4557.0, 4599.0, 4568.0, 4598.0, 4587.0, 4553.0, 4587.0, 4586.0, 4587.0, 4588.0, 4556.0, 4597.0, 4586.0, 4555.0, 4587.0, 4575.0, 4555.0, 4585.0, 4566.0, 4584.0, 4575.0, 4543.0, 4585.0, 4567.0, 4583.0, 4575.0, 4545.0, 4585.0, 4585.0, 4544.0, 4586.0, 4565.0, 4596.0, 4575.0, 4545.0, 4583.0, 4576.0, 4554.0, 4586.0, 4544.0, 4586.0, 4578.0, 4583.0, 4574.0, 4543.0, 4573.0, 4563.0, 4584.0, 4574.0, 4543.0, 4594.0, 4576.0, 4564.0, 4576.0, 4557.0, 4597.0, 4589.0, 4557.0, 4585.0, 4588.0, 4596.0, 4586.0, 4547.0, 4587.0, 4577.0, 4556.0, 4597.0, 4590.0, 4555.0, 4596.0, 4576.0, 4597.0, 4599.0, 4579.0, 4577.0, 4586.0, 4568.0, 4609.0, 4589.0, 4546.0, 4598.0, 4588.0, 4586.0, 4586.0, 4575.0, 4596.0, 4586.0, 4566.0, 4586.0, 4567.0, 4585.0, 4585.0, 4555.0, 4574.0, 4555.0, 4586.0, 4583.0, 4544.0, 4587.0, 4566.0, 4593.0, 4586.0, 4555.0, 4583.0, 4576.0, 4586.0, 4587.0, 4555.0, 4586.0, 4588.0, 4586.0, 4587.0, 4560.0, 4587.0, 4585.0, 4556.0, 4597.0, 4586.0, 4597.0, 4587.0, 4557.0, 4585.0, 4589.0, 4574.0, 4586.0, 4556.0, 4586.0, 4589.0, 4555.0, 4596.0, 4567.0, 4596.0, 4574.0, 4546.0, 4597.0, 4588.0, 4545.0, 4586.0, 4578.0, 4596.0, 4586.0, 4559.0, 4588.0, 4587.0, 4566.0, 4597.0, 4584.0, 4595.0, 4578.0, 4557.0, 4587.0, 4565.0, 4585.0, 4585.0, 4556.0, 4586.0, 4568.0, 4581.0, 4587.0, 4555.0, 4599.0, 4588.0, 4556.0, 4597.0, 4569.0, 4597.0, 4588.0, 4554.0, 4597.0, 4588.0, 4585.0, 4586.0, 4557.0, 4595.0, 4588.0, 4589.0, 4570.0, 4609.0, 4591.0, 4568.0, 4598.0, 4598.0, 4559.0, 4610.0, 4599.0, 4569.0, 4571.0, 4609.0, 4598.0, 4557.0, 4597.0, 4569.0, 4598.0, 4588.0, 4575.0, 4586.0, 4577.0, 4557.0, 4597.0, 4598.0, 4577.0, 4586.0, 4569.0, 4609.0, 4599.0, 4558.0, 4598.0, 4591.0, 4596.0, 4588.0, 4566.0, 4578.0, 4565.0, 4596.0, 4585.0, 4574.0, 4575.0, 4554.0, 4585.0, 4587.0, 4583.0, 4565.0, 4545.0, 4582.0, 4586.0, 4553.0, 4584.0, 4576.0, 4584.0, 4586.0, 4555.0, 4598.0, 4586.0, 4565.0, 4585.0, 4555.0, 4585.0, 4575.0, 4544.0, 4585.0, 4588.0, 4575.0, 4574.0, 4544.0, 4587.0, 4575.0, 4554.0, 4573.0, 4552.0, 4583.0, 4587.0, 4554.0, 4573.0, 4553.0, 4582.0, 4562.0, 4573.0, 4575.0, 4552.0, 4572.0, 4544.0, 4584.0, 4574.0, 4554.0, 4585.0, 4576.0, 4569.0, 4587.0, 4587.0, 4568.0, 4599.0, 4580.0, 4612.0, 4588.0, 4557.0, 4599.0, 4588.0, 4586.0, 4577.0, 4565.0, 4597.0, 4588.0, 4556.0, 4584.0, 4576.0, 4586.0, 4585.0, 4556.0, 4595.0, 4585.0, 4556.0, 4585.0, 4585.0, 4557.0, 4584.0, 4576.0, 4594.0, 4573.0, 4564.0, 4584.0, 4576.0, 4575.0, 4574.0, 4543.0, 4582.0, 4573.0, 4581.0, 4564.0, 4532.0, 4585.0, 4573.0, 4544.0, 4574.0, 4575.0, 4556.0, 4587.0, 4577.0, 4555.0, 4587.0, 4588.0, 4558.0, 4598.0, 4577.0, 4588.0, 4588.0, 4570.0, 4599.0, 4577.0, 4547.0, 4597.0, 4588.0, 4554.0, 4586.0, 4587.0, 4597.0, 4587.0, 4554.0, 4585.0, 4588.0, 4556.0, 4587.0, 4576.0, 4555.0, 4596.0, 4576.0, 4585.0, 4576.0, 4555.0, 4588.0, 4577.0, 4555.0, 4586.0, 4566.0, 4596.0, 4565.0, 4545.0, 4587.0, 4577.0, 4556.0, 4587.0, 4577.0, 4547.0, 4598.0, 4578.0, 4557.0, 4586.0, 4578.0, 4577.0, 4576.0, 4557.0, 4595.0, 4576.0, 4557.0, 4586.0, 4575.0, 4545.0, 4586.0, 4576.0, 4555.0, 4586.0, 4578.0, 4556.0, 4585.0, 4576.0, 4556.0, 4597.0, 4588.0, 4544.0, 4574.0, 4555.0, 4583.0, 4564.0, 4542.0, 4574.0, 4575.0, 4545.0, 4586.0, 4574.0, 4554.0, 4585.0, 4576.0, 4554.0, 4585.0, 4578.0, 4546.0, 4586.0, 4587.0, 4595.0, 4588.0, 4556.0, 4586.0, 4576.0, 4564.0, 4575.0, 4544.0, 4573.0, 4575.0, 4554.0, 4573.0, 4554.0, 4584.0, 4573.0, 4543.0, 4575.0, 4575.0, 4554.0, 4586.0, 4577.0, 4555.0, 4585.0, 4557.0, 4585.0, 4576.0, 4546.0, 4586.0, 4577.0, 4585.0, 4576.0, 4545.0, 4588.0, 4576.0, 4557.0, 4595.0, 4588.0, 4567.0, 4588.0, 4569.0, 4607.0, 4588.0, 4558.0, 4597.0, 4589.0, 4557.0, 4586.0, 4586.0, 4558.0, 4598.0, 4590.0, 4569.0, 4588.0, 4568.0, 4606.0, 4577.0, 4567.0, 4586.0, 4576.0, 4556.0, 4586.0, 4575.0, 4575.0, 4584.0, 4564.0, 4575.0, 4575.0, 4543.0, 4584.0, 4566.0, 4584.0, 4574.0, 4542.0, 4583.0, 4575.0, 4545.0, 4575.0, 4575.0, 4545.0, 4585.0, 4577.0, 4556.0, 4588.0, 4578.0, 4607.0, 4587.0, 4546.0, 4586.0, 4575.0, 4555.0, 4596.0, 4577.0, 4576.0, 4577.0, 4544.0, 4586.0, 4574.0, 4545.0, 4585.0, 4586.0, 4574.0, 4576.0, 4545.0, 4583.0, 4575.0, 4545.0, 4585.0, 4576.0, 4545.0, 4582.0, 4574.0, 4574.0, 4564.0, 4543.0, 4584.0, 4574.0, 4585.0, 4565.0, 4543.0, 4585.0, 4575.0, 4545.0, 4583.0, 4575.0, 4545.0, 4585.0, 4576.0, 4585.0, 4566.0, 4547.0, 4587.0, 4577.0, 4545.0, 4585.0, 4577.0, 4554.0, 4583.0, 4575.0, 4575.0, 4575.0, 4555.0, 4586.0, 4576.0, 4546.0, 4584.0, 4578.0, 4556.0, 4584.0, 4555.0, 4574.0, 4575.0, 4545.0, 4586.0, 4555.0, 4585.0, 4575.0, 4546.0, 4586.0, 4588.0, 4557.0, 4587.0, 4576.0, 4557.0, 4599.0, 4589.0, 4558.0, 4599.0, 4588.0, 4588.0, 4589.0, 4577.0, 4596.0, 4586.0, 4557.0, 4596.0, 4576.0, 4564.0, 4586.0, 4575.0, 4565.0, 4574.0, 4553.0, 4586.0, 4575.0, 4554.0, 4584.0, 4576.0, 4543.0, 4585.0, 4573.0, 4543.0, 4575.0, 4564.0, 4594.0, 4574.0, 4542.0, 4586.0, 4573.0, 4583.0, 4573.0, 4544.0, 4584.0, 4572.0, 4543.0, 4596.0, 4575.0, 4545.0, 4586.0, 4575.0, 4544.0, 4584.0, 4576.0, 4575.0, 4583.0, 4565.0, 4595.0, 4574.0, 4544.0, 4586.0, 4576.0, 4556.0, 4584.0, 4576.0, 4574.0, 4575.0, 4545.0, 4585.0, 4576.0, 4544.0, 4585.0, 4575.0, 4556.0, 4585.0, 4566.0, 4586.0, 4585.0, 4544.0, 4604.0, 4597.0, 4566.0, 4556.0, 4595.0, 4575.0, 4556.0, 4599.0, 4591.0, 4558.0, 4596.0, 4599.0, 4558.0, 4607.0, 4587.0, 4577.0, 4557.0, 4598.0, 4588.0, 4558.0, 4598.0, 4588.0, 4557.0, 4598.0, 4575.0, 4556.0, 4586.0, 4566.0, 4596.0, 4587.0, 4555.0, 4586.0, 4586.0, 4546.0, 4597.0, 4577.0, 4574.0, 4587.0, 4546.0, 4596.0, 4585.0, 4544.0, 4597.0, 4576.0, 4545.0, 4596.0, 4577.0, 4585.0, 4586.0, 4557.0, 4587.0, 4587.0, 4557.0, 4597.0, 4577.0, 4546.0, 4587.0, 4567.0, 4598.0, 4576.0, 4546.0, 4586.0, 4587.0, 4559.0, 4587.0, 4586.0, 4559.0, 4598.0, 4587.0, 4555.0, 4607.0, 4589.0, 4606.0, 4587.0, 4577.0, 4596.0, 4575.0, 4563.0, 4586.0, 4565.0, 4584.0, 4575.0, 4544.0, 4585.0, 4575.0, 4555.0, 4584.0, 4556.0, 4596.0, 4576.0, 4544.0, 4595.0, 4576.0, 4603.0, 4587.0, 4543.0, 4584.0, 4572.0, 4594.0, 4565.0, 4544.0, 4584.0, 4575.0, 4595.0, 4575.0, 4544.0, 4584.0, 4575.0, 4594.0, 4564.0, 4542.0, 4585.0, 4566.0, 4594.0, 4565.0, 4543.0, 4585.0, 4576.0, 4555.0, 4584.0, 4556.0, 4596.0, 4577.0, 4556.0, 4586.0, 4578.0, 4556.0, 4585.0, 4566.0, 4585.0, 4576.0, 4556.0, 4588.0, 4574.0, 4583.0, 4573.0, 4544.0, 4585.0, 4576.0, 4554.0, 4585.0, 4576.0, 4556.0, 4586.0, 4576.0, 4557.0, 4598.0, 4578.0, 4587.0, 4585.0, 4557.0, 4597.0, 4585.0, 4555.0, 4585.0, 4575.0, 4554.0, 4587.0, 4565.0, 4575.0, 4585.0, 4566.0, 4575.0, 4583.0, 4566.0, 4586.0, 4597.0, 4567.0, 4586.0, 4585.0, 4568.0, 4606.0, 4589.0, 4558.0, 4597.0, 4586.0, 4556.0, 4596.0, 4576.0, 4565.0, 4586.0, 4566.0, 4574.0, 4585.0, 4556.0, 4595.0, 4585.0, 4545.0, 4595.0, 4585.0, 4564.0, 4597.0, 4556.0, 4585.0, 4576.0, 4546.0, 4596.0, 4576.0, 4555.0, 4595.0, 4577.0, 4555.0, 4585.0, 4577.0, 4597.0, 4589.0, 4557.0, 4598.0, 4588.0, 4547.0, 4605.0, 4590.0, 4567.0, 4597.0, 4556.0, 4583.0, 4585.0, 4554.0, 4596.0, 4579.0, 4567.0, 4586.0, 4566.0, 4587.0, 4596.0, 4577.0, 4566.0, 4608.0, 4599.0, 4569.0, 4609.0, 4588.0, 4568.0, 4608.0, 4589.0, 4576.0, 4596.0, 4586.0, 4595.0, 4585.0, 4585.0, 4573.0, 4575.0, 4554.0, 4585.0, 4584.0, 4566.0, 4564.0, 4597.0, 4576.0, 4584.0, 4586.0, 4546.0, 4596.0, 4586.0, 4555.0, 4595.0, 4575.0, 4574.0, 4596.0, 4556.0, 4584.0, 4573.0, 4545.0, 4595.0, 4576.0, 4554.0, 4596.0, 4566.0, 4606.0, 4597.0, 4556.0, 4596.0, 4586.0, 4556.0, 4608.0, 4586.0, 4556.0, 4596.0, 4577.0, 4587.0, 4587.0, 4567.0, 4587.0, 4587.0, 4565.0, 4597.0, 4587.0, 4543.0, 4596.0, 4565.0, 4594.0, 4585.0, 4544.0, 4594.0, 4586.0, 4554.0, 4596.0, 4575.0, 4585.0, 4586.0, 4556.0, 4595.0, 4584.0, 4544.0, 4596.0, 4586.0, 4546.0, 4596.0, 4576.0, 4576.0, 4597.0, 4567.0, 4597.0, 4585.0, 4556.0, 4596.0, 4586.0, 4557.0, 4585.0, 4543.0, 4575.0, 4597.0, 4598.0, 4558.0, 4598.0, 4595.0, 4580.0, 4598.0, 4598.0, 4579.0, 4596.0, 4597.0, 4558.0, 4608.0, 4587.0, 4556.0, 4596.0, 4576.0, 4585.0, 4583.0, 4544.0, 4595.0, 4574.0, 4593.0, 4574.0, 4545.0, 4593.0, 4585.0, 4556.0, 4596.0, 4587.0, 4558.0, 4597.0, 4576.0, 4597.0, 4585.0, 4556.0, 4597.0, 4586.0, 4567.0, 4597.0, 4588.0, 4557.0, 4607.0, 4588.0, 4577.0, 4585.0, 4557.0, 4607.0, 4598.0, 4567.0, 4606.0, 4586.0, 4555.0, 4595.0, 4586.0, 4555.0, 4595.0, 4567.0, 4594.0, 4575.0, 4554.0, 4595.0, 4585.0, 4553.0, 4595.0, 4574.0, 4545.0, 4596.0, 4586.0, 4557.0, 4597.0, 4587.0, 4548.0, 4607.0, 4598.0, 4557.0, 4597.0, 4578.0, 4597.0, 4598.0, 4558.0, 4596.0, 4584.0, 4546.0, 4605.0, 4587.0, 4556.0, 4596.0, 4586.0, 4557.0, 4608.0, 4596.0, 4567.0, 4608.0, 4597.0, 4567.0, 4606.0, 4575.0, 4584.0, 4585.0, 4565.0, 4604.0, 4585.0, 4545.0, 4586.0, 4585.0, 4567.0, 4597.0, 4597.0, 4566.0, 4608.0, 4596.0, 4568.0, 4608.0, 4597.0, 4565.0, 4596.0, 4575.0, 4594.0, 4574.0, 4545.0, 4595.0, 4585.0, 4564.0, 4583.0, 4544.0, 4595.0, 4585.0, 4545.0, 4593.0, 4575.0, 4595.0, 4584.0, 4545.0, 4596.0, 4587.0, 4556.0, 4595.0, 4576.0, 4585.0, 4585.0, 4559.0, 4621.0, 4599.0, 4556.0, 4616.0, 4597.0, 4568.0, 4608.0, 4599.0, 4579.0, 4588.0, 4611.0, 4591.0, 4621.0, 4611.0], 'WindowWidth': [10227.0, 10160.0, 10132.0, 10137.0, 10105.0, 10129.0, 10112.0, 10090.0, 10090.0, 10066.0, 10101.0, 10085.0, 10068.0, 10080.0, 10055.0, 10111.0, 10084.0, 10044.0, 10101.0, 10089.0, 10086.0, 10100.0, 10072.0, 10098.0, 10083.0, 10093.0, 10080.0, 10061.0, 10090.0, 10076.0, 10029.0, 10059.0, 10050.0, 10092.0, 10061.0, 10033.0, 10072.0, 10062.0, 10048.0, 10078.0, 10059.0, 10072.0, 10042.0, 10029.0, 10056.0, 10052.0, 10051.0, 10037.0, 10010.0, 10039.0, 10015.0, 10052.0, 10042.0, 10010.0, 10071.0, 10055.0, 10012.0, 10058.0, 10024.0, 10071.0, 10058.0, 10018.0, 10056.0, 10049.0, 10075.0, 10047.0, 10015.0, 10056.0, 10059.0, 10071.0, 10044.0, 10023.0, 10036.0, 10025.0, 10059.0, 10037.0, 10015.0, 10019.0, 9992.0, 10032.0, 10035.0, 10006.0, 10034.0, 9996.0, 10054.0, 10026.0, 10037.0, 10034.0, 10043.0, 10022.0, 9993.0, 10037.0, 10009.0, 10029.0, 10023.0, 10010.0, 10052.0, 10019.0, 10056.0, 10043.0, 10016.0, 10073.0, 10051.0, 10061.0, 10063.0, 10043.0, 10096.0, 10069.0, 10038.0, 10084.0, 10067.0, 10096.0, 10070.0, 10028.0, 10079.0, 10063.0, 10047.0, 10058.0, 10018.0, 10073.0, 10077.0, 10079.0, 10058.0, 10022.0, 10074.0, 10064.0, 10064.0, 10063.0, 10026.0, 10074.0, 10063.0, 10038.0, 10092.0, 10062.0, 10040.0, 10062.0, 10078.0, 10054.0, 10093.0, 10065.0, 10048.0, 10079.0, 10061.0, 10058.0, 10093.0, 10069.0, 10056.0, 10040.0, 10034.0, 10051.0, 10037.0, 9996.0, 10065.0, 10053.0, 10016.0, 10056.0, 10056.0, 10026.0, 10069.0, 10058.0, 10016.0, 10058.0, 10045.0, 10058.0, 10051.0, 10034.0, 10044.0, 10061.0, 10062.0, 10040.0, 10083.0, 10067.0, 10022.0, 10082.0, 10066.0, 10020.0, 10062.0, 10062.0, 10035.0, 10072.0, 10032.0, 10070.0, 10044.0, 10000.0, 10058.0, 10043.0, 10039.0, 10053.0, 10016.0, 10071.0, 10047.0, 10004.0, 10092.0, 10064.0, 10024.0, 10080.0, 10053.0, 10026.0, 10078.0, 10069.0, 10022.0, 10082.0, 10038.0, 10079.0, 10062.0, 10013.0, 10060.0, 10061.0, 10064.0, 10063.0, 10018.0, 10074.0, 10059.0, 10016.0, 10060.0, 10044.0, 10015.0, 10056.0, 10030.0, 10055.0, 10043.0, 9997.0, 10056.0, 10033.0, 10053.0, 10040.0, 9999.0, 10056.0, 10056.0, 10000.0, 10059.0, 10031.0, 10073.0, 10044.0, 10002.0, 10053.0, 10044.0, 10015.0, 10058.0, 10000.0, 10057.0, 10047.0, 10053.0, 10040.0, 9996.0, 10038.0, 10024.0, 10053.0, 10038.0, 9997.0, 10067.0, 10043.0, 10026.0, 10043.0, 10020.0, 10076.0, 10066.0, 10021.0, 10058.0, 10064.0, 10075.0, 10059.0, 10007.0, 10061.0, 10048.0, 10020.0, 10076.0, 10069.0, 10019.0, 10074.0, 10047.0, 10077.0, 10079.0, 10054.0, 10050.0, 10062.0, 10039.0, 10095.0, 10066.0, 10006.0, 10077.0, 10065.0, 10062.0, 10059.0, 10042.0, 10072.0, 10059.0, 10031.0, 10056.0, 10031.0, 10055.0, 10056.0, 10013.0, 10039.0, 10016.0, 10057.0, 10053.0, 10000.0, 10063.0, 10032.0, 10067.0, 10058.0, 10016.0, 10051.0, 10045.0, 10060.0, 10061.0, 10016.0, 10058.0, 10063.0, 10059.0, 10062.0, 10027.0, 10061.0, 10058.0, 10020.0, 10075.0, 10060.0, 10075.0, 10064.0, 10021.0, 10058.0, 10064.0, 10042.0, 10061.0, 10018.0, 10061.0, 10065.0, 10017.0, 10073.0, 10034.0, 10073.0, 10042.0, 10006.0, 10075.0, 10064.0, 10004.0, 10061.0, 10050.0, 10075.0, 10061.0, 10026.0, 10065.0, 10063.0, 10034.0, 10078.0, 10058.0, 10071.0, 10050.0, 10021.0, 10060.0, 10028.0, 10056.0, 10057.0, 10016.0, 10057.0, 10035.0, 10050.0, 10061.0, 10017.0, 10080.0, 10063.0, 10020.0, 10076.0, 10040.0, 10078.0, 10062.0, 10015.0, 10075.0, 10065.0, 10058.0, 10059.0, 10019.0, 10073.0, 10066.0, 10070.0, 10045.0, 10097.0, 10071.0, 10038.0, 10078.0, 10082.0, 10030.0, 10100.0, 10082.0, 10043.0, 10046.0, 10096.0, 10082.0, 10025.0, 10077.0, 10041.0, 10081.0, 10066.0, 10046.0, 10061.0, 10048.0, 10021.0, 10078.0, 10079.0, 10051.0, 10061.0, 10040.0, 10097.0, 10083.0, 10027.0, 10079.0, 10072.0, 10075.0, 10065.0, 10033.0, 10049.0, 10030.0, 10073.0, 10057.0, 10040.0, 10041.0, 10014.0, 10056.0, 10059.0, 10052.0, 10028.0, 10001.0, 10050.0, 10060.0, 10013.0, 10054.0, 10045.0, 10055.0, 10059.0, 10017.0, 10078.0, 10059.0, 10029.0, 10056.0, 10016.0, 10057.0, 10042.0, 9999.0, 10056.0, 10062.0, 10043.0, 10040.0, 9998.0, 10060.0, 10043.0, 10012.0, 10038.0, 10010.0, 10051.0, 10059.0, 10012.0, 10037.0, 10010.0, 10049.0, 10022.0, 10037.0, 10041.0, 10008.0, 10035.0, 9998.0, 10052.0, 10039.0, 10012.0, 10056.0, 10046.0, 10042.0, 10064.0, 10064.0, 10039.0, 10082.0, 10057.0, 10101.0, 10066.0, 10021.0, 10081.0, 10066.0, 10060.0, 10047.0, 10030.0, 10075.0, 10066.0, 10018.0, 10054.0, 10047.0, 10060.0, 10057.0, 10019.0, 10071.0, 10057.0, 10020.0, 10059.0, 10058.0, 10020.0, 10054.0, 10044.0, 10069.0, 10038.0, 10024.0, 10054.0, 10042.0, 10043.0, 10039.0, 9996.0, 10047.0, 10038.0, 10045.0, 10023.0, 9981.0, 10056.0, 10039.0, 10001.0, 10042.0, 10043.0, 10019.0, 10063.0, 10050.0, 10018.0, 10063.0, 10066.0, 10024.0, 10077.0, 10049.0, 10065.0, 10065.0, 10045.0, 10079.0, 10048.0, 10008.0, 10076.0, 10063.0, 10015.0, 10059.0, 10062.0, 10079.0, 10062.0, 10015.0, 10057.0, 10063.0, 10018.0, 10060.0, 10045.0, 10017.0, 10073.0, 10047.0, 10057.0, 10044.0, 10017.0, 10064.0, 10047.0, 10015.0, 10058.0, 10032.0, 10073.0, 10029.0, 10002.0, 10063.0, 10048.0, 10019.0, 10062.0, 10049.0, 10008.0, 10078.0, 10051.0, 10021.0, 10060.0, 10051.0, 10049.0, 10046.0, 10020.0, 10073.0, 10045.0, 10020.0, 10060.0, 10044.0, 10003.0, 10061.0, 10045.0, 10016.0, 10059.0, 10048.0, 10018.0, 10057.0, 10045.0, 10017.0, 10075.0, 10063.0, 10000.0, 10040.0, 10015.0, 10054.0, 10025.0, 9996.0, 10039.0, 10041.0, 10002.0, 10059.0, 10043.0, 10014.0, 10056.0, 10045.0, 10015.0, 10059.0, 10049.0, 10005.0, 10060.0, 10063.0, 10073.0, 10064.0, 10018.0, 10057.0, 10044.0, 10026.0, 10042.0, 9999.0, 10038.0, 10042.0, 10012.0, 10035.0, 10011.0, 10053.0, 10037.0, 9998.0, 10041.0, 10042.0, 10016.0, 10059.0, 10048.0, 10017.0, 10057.0, 10022.0, 10058.0, 10045.0, 10003.0, 10058.0, 10046.0, 10056.0, 10046.0, 10004.0, 10063.0, 10045.0, 10023.0, 10072.0, 10065.0, 10037.0, 10065.0, 10042.0, 10091.0, 10065.0, 10025.0, 10076.0, 10067.0, 10022.0, 10062.0, 10061.0, 10026.0, 10080.0, 10070.0, 10040.0, 10063.0, 10038.0, 10091.0, 10049.0, 10034.0, 10060.0, 10046.0, 10018.0, 10059.0, 10043.0, 10042.0, 10055.0, 10027.0, 10044.0, 10042.0, 9997.0, 10054.0, 10030.0, 10053.0, 10037.0, 9995.0, 10051.0, 10041.0, 10001.0, 10042.0, 10042.0, 10003.0, 10057.0, 10047.0, 10020.0, 10063.0, 10052.0, 10090.0, 10062.0, 10005.0, 10058.0, 10044.0, 10017.0, 10072.0, 10047.0, 10044.0, 10045.0, 10002.0, 10058.0, 10042.0, 10001.0, 10056.0, 10060.0, 10040.0, 10044.0, 10001.0, 10054.0, 10044.0, 10003.0, 10057.0, 10044.0, 10002.0, 10051.0, 10041.0, 10040.0, 10025.0, 9994.0, 10052.0, 10040.0, 10054.0, 10026.0, 9996.0, 10055.0, 10041.0, 10001.0, 10052.0, 10043.0, 10003.0, 10057.0, 10044.0, 10054.0, 10029.0, 10005.0, 10059.0, 10046.0, 10002.0, 10056.0, 10046.0, 10014.0, 10053.0, 10043.0, 10043.0, 10043.0, 10016.0, 10059.0, 10044.0, 10005.0, 10056.0, 10050.0, 10018.0, 10055.0, 10014.0, 10040.0, 10042.0, 10002.0, 10057.0, 10016.0, 10055.0, 10042.0, 10004.0, 10061.0, 10065.0, 10023.0, 10062.0, 10048.0, 10024.0, 10082.0, 10069.0, 10026.0, 10081.0, 10068.0, 10065.0, 10067.0, 10049.0, 10074.0, 10059.0, 10022.0, 10074.0, 10045.0, 10026.0, 10059.0, 10043.0, 10028.0, 10040.0, 10010.0, 10059.0, 10041.0, 10011.0, 10053.0, 10042.0, 9998.0, 10055.0, 10038.0, 9997.0, 10041.0, 10027.0, 10068.0, 10038.0, 9994.0, 10057.0, 10038.0, 10050.0, 10036.0, 9999.0, 10052.0, 10036.0, 9997.0, 10073.0, 10042.0, 10003.0, 10058.0, 10045.0, 10002.0, 10055.0, 10046.0, 10045.0, 10054.0, 10030.0, 10069.0, 10041.0, 10002.0, 10059.0, 10045.0, 10018.0, 10056.0, 10045.0, 10041.0, 10042.0, 10002.0, 10058.0, 10045.0, 10001.0, 10057.0, 10044.0, 10019.0, 10057.0, 10033.0, 10061.0, 10056.0, 9999.0, 10084.0, 10075.0, 10034.0, 10020.0, 10072.0, 10046.0, 10021.0, 10081.0, 10071.0, 10024.0, 10072.0, 10080.0, 10026.0, 10091.0, 10063.0, 10048.0, 10022.0, 10078.0, 10065.0, 10025.0, 10079.0, 10063.0, 10022.0, 10079.0, 10045.0, 10019.0, 10059.0, 10032.0, 10074.0, 10061.0, 10018.0, 10061.0, 10057.0, 10006.0, 10075.0, 10049.0, 10040.0, 10058.0, 10005.0, 10072.0, 10056.0, 10001.0, 10074.0, 10046.0, 10002.0, 10072.0, 10049.0, 10058.0, 10059.0, 10020.0, 10061.0, 10062.0, 10021.0, 10074.0, 10046.0, 10006.0, 10060.0, 10032.0, 10080.0, 10043.0, 10004.0, 10059.0, 10060.0, 10025.0, 10064.0, 10060.0, 10028.0, 10080.0, 10064.0, 10019.0, 10089.0, 10067.0, 10087.0, 10062.0, 10046.0, 10071.0, 10043.0, 10025.0, 10059.0, 10028.0, 10054.0, 10041.0, 10000.0, 10056.0, 10043.0, 10017.0, 10056.0, 10018.0, 10073.0, 10044.0, 10000.0, 10070.0, 10045.0, 10079.0, 10061.0, 9998.0, 10053.0, 10037.0, 10069.0, 10029.0, 9999.0, 10054.0, 10043.0, 10070.0, 10040.0, 9998.0, 10052.0, 10042.0, 10069.0, 10026.0, 9995.0, 10055.0, 10033.0, 10068.0, 10029.0, 9999.0, 10057.0, 10047.0, 10019.0, 10056.0, 10018.0, 10073.0, 10049.0, 10019.0, 10059.0, 10049.0, 10019.0, 10057.0, 10031.0, 10057.0, 10046.0, 10018.0, 10063.0, 10042.0, 10054.0, 10039.0, 10001.0, 10058.0, 10044.0, 10014.0, 10058.0, 10046.0, 10018.0, 10060.0, 10046.0, 10023.0, 10078.0, 10053.0, 10062.0, 10058.0, 10021.0, 10076.0, 10058.0, 10016.0, 10055.0, 10044.0, 10014.0, 10060.0, 10029.0, 10043.0, 10057.0, 10033.0, 10044.0, 10053.0, 10032.0, 10061.0, 10076.0, 10035.0, 10059.0, 10059.0, 10037.0, 10090.0, 10064.0, 10023.0, 10075.0, 10060.0, 10018.0, 10072.0, 10045.0, 10030.0, 10058.0, 10031.0, 10041.0, 10054.0, 10018.0, 10070.0, 10057.0, 10003.0, 10070.0, 10058.0, 10029.0, 10074.0, 10017.0, 10056.0, 10043.0, 10004.0, 10072.0, 10045.0, 10017.0, 10070.0, 10048.0, 10018.0, 10058.0, 10049.0, 10076.0, 10064.0, 10022.0, 10077.0, 10063.0, 10009.0, 10086.0, 10069.0, 10033.0, 10075.0, 10018.0, 10052.0, 10055.0, 10015.0, 10072.0, 10052.0, 10034.0, 10058.0, 10033.0, 10062.0, 10074.0, 10048.0, 10034.0, 10093.0, 10081.0, 10040.0, 10094.0, 10065.0, 10037.0, 10092.0, 10066.0, 10044.0, 10072.0, 10058.0, 10071.0, 10056.0, 10054.0, 10038.0, 10041.0, 10016.0, 10058.0, 10054.0, 10030.0, 10026.0, 10071.0, 10044.0, 10054.0, 10057.0, 10004.0, 10071.0, 10057.0, 10014.0, 10068.0, 10042.0, 10040.0, 10071.0, 10016.0, 10053.0, 10038.0, 10002.0, 10070.0, 10045.0, 10015.0, 10071.0, 10033.0, 10087.0, 10073.0, 10018.0, 10071.0, 10058.0, 10020.0, 10092.0, 10059.0, 10017.0, 10071.0, 10048.0, 10060.0, 10060.0, 10034.0, 10061.0, 10061.0, 10032.0, 10075.0, 10061.0, 9998.0, 10070.0, 10030.0, 10070.0, 10055.0, 9999.0, 10067.0, 10057.0, 10013.0, 10070.0, 10042.0, 10056.0, 10057.0, 10018.0, 10070.0, 10052.0, 10001.0, 10072.0, 10059.0, 10004.0, 10071.0, 10046.0, 10046.0, 10074.0, 10034.0, 10074.0, 10057.0, 10018.0, 10071.0, 10058.0, 10018.0, 10055.0, 9997.0, 10044.0, 10075.0, 10077.0, 10024.0, 10079.0, 10073.0, 10057.0, 10079.0, 10078.0, 10052.0, 10075.0, 10075.0, 10024.0, 10091.0, 10061.0, 10017.0, 10071.0, 10045.0, 10057.0, 10051.0, 9998.0, 10068.0, 10041.0, 10065.0, 10039.0, 10001.0, 10066.0, 10056.0, 10017.0, 10071.0, 10060.0, 10025.0, 10076.0, 10046.0, 10077.0, 10058.0, 10019.0, 10076.0, 10060.0, 10035.0, 10075.0, 10063.0, 10022.0, 10089.0, 10063.0, 10047.0, 10056.0, 10022.0, 10090.0, 10076.0, 10034.0, 10087.0, 10059.0, 10017.0, 10070.0, 10060.0, 10014.0, 10069.0, 10034.0, 10069.0, 10041.0, 10011.0, 10068.0, 10054.0, 10012.0, 10070.0, 10039.0, 10001.0, 10072.0, 10060.0, 10020.0, 10074.0, 10062.0, 10010.0, 10090.0, 10077.0, 10022.0, 10075.0, 10051.0, 10077.0, 10077.0, 10022.0, 10072.0, 10054.0, 10006.0, 10084.0, 10060.0, 10018.0, 10073.0, 10059.0, 10022.0, 10091.0, 10074.0, 10034.0, 10092.0, 10075.0, 10034.0, 10086.0, 10043.0, 10053.0, 10056.0, 10029.0, 10084.0, 10055.0, 10002.0, 10059.0, 10057.0, 10036.0, 10076.0, 10075.0, 10033.0, 10093.0, 10075.0, 10037.0, 10093.0, 10074.0, 10029.0, 10071.0, 10042.0, 10068.0, 10040.0, 10001.0, 10069.0, 10057.0, 10027.0, 10051.0, 10000.0, 10068.0, 10056.0, 10000.0, 10065.0, 10042.0, 10071.0, 10055.0, 10001.0, 10071.0, 10060.0, 10018.0, 10070.0, 10043.0, 10054.0, 10055.0, 10028.0, 10116.0, 10081.0, 10018.0, 10100.0, 10078.0, 10038.0, 10096.0, 10082.0, 10055.0, 10070.0, 10102.0, 10075.0, 10114.0, 10100.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.0003795147839272176</td></tr>
<tr><td colspan=3>aqi</td><td>0.019980509855951477</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41209584716234</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2179503568437025</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9909819385660085</td></tr>
<tr><td colspan=3>efc</td><td>0.5136</td></tr>
<tr><td colspan=3>fber</td><td>5330.9141</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08949713998644489</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.2130401819560273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.344540573819177</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1664585847112385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645715027830329</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.221448108915963</td></tr>
<tr><td colspan=3>gcor</td><td>0.003653</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019588762894272804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048333361744880676</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.258461786926745</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.0083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.782</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.6016</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288341.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>399.8026</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1222</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.1679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3735.1982</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1579.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>911.5916</td></tr>
<tr><td colspan=3>tsnr</td><td>42.10280259838328</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>