<?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-0094_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0094_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-04/func/sub-0094_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e1ce5233b8a9243283df91437b92b5bc</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:40:11.210000</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.106917</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>41cc9b70-691b-4c8b-ad74-accec956599e||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['184011.210000', '184011.670000', '184012.130000', '184012.590000', '184013.050000', '184013.510000', '184013.970000', '184014.430000', '184014.890000', '184015.350000', '184015.810000', '184016.270000', '184016.730000', '184017.190000', '184017.650000', '184018.110000', '184018.570000', '184019.030000', '184019.490000', '184019.950000', '184020.410000', '184020.870000', '184021.330000', '184021.790000', '184022.250000', '184022.710000', '184023.170000', '184023.630000', '184024.090000', '184024.550000', '184025.010000', '184025.470000', '184025.930000', '184026.390000', '184026.850000', '184027.310000', '184027.770000', '184028.230000', '184028.690000', '184029.150000', '184029.610000', '184030.070000', '184030.530000', '184030.990000', '184031.450000', '184031.910000', '184032.370000', '184032.830000', '184033.290000', '184033.750000', '184034.210000', '184034.670000', '184035.130000', '184035.590000', '184036.050000', '184036.510000', '184036.970000', '184037.430000', '184037.890000', '184038.350000', '184038.810000', '184039.270000', '184039.730000', '184040.190000', '184040.650000', '184041.110000', '184041.570000', '184042.030000', '184042.490000', '184042.950000', '184043.410000', '184043.870000', '184044.330000', '184044.790000', '184045.250000', '184045.710000', '184046.170000', '184046.630000', '184047.090000', '184047.550000', '184048.010000', '184048.470000', '184048.930000', '184049.390000', '184049.850000', '184050.310000', '184050.770000', '184051.230000', '184051.690000', '184052.150000', '184052.610000', '184053.070000', '184053.530000', '184053.990000', '184054.450000', '184054.910000', '184055.370000', '184055.830000', '184056.290000', '184056.750000', '184057.210000', '184057.670000', '184058.130000', '184058.590000', '184059.050000', '184059.510000', '184059.970000', '184100.430000', '184100.890000', '184101.350000', '184101.810000', '184102.270000', '184102.730000', '184103.190000', '184103.650000', '184104.110000', '184104.570000', '184105.030000', '184105.490000', '184105.950000', '184106.410000', '184106.870000', '184107.330000', '184107.790000', '184108.250000', '184108.710000', '184109.170000', '184109.630000', '184110.090000', '184110.550000', '184111.010000', '184111.470000', '184111.930000', '184112.390000', '184112.850000', '184113.310000', '184113.770000', '184114.230000', '184114.690000', '184115.150000', '184115.610000', '184116.070000', '184116.530000', '184116.990000', '184117.450000', '184117.910000', '184118.370000', '184118.830000', '184119.290000', '184119.750000', '184120.210000', '184120.670000', '184121.130000', '184121.590000', '184122.050000', '184122.510000', '184122.970000', '184123.430000', '184123.890000', '184124.350000', '184124.810000', '184125.270000', '184125.730000', '184126.190000', '184126.650000', '184127.110000', '184127.570000', '184128.030000', '184128.490000', '184128.950000', '184129.410000', '184129.870000', '184130.330000', '184130.790000', '184131.250000', '184131.710000', '184132.170000', '184132.630000', '184133.090000', '184133.550000', '184134.010000', '184134.470000', '184134.930000', '184135.390000', '184135.850000', '184136.310000', '184136.770000', '184137.230000', '184137.690000', '184138.150000', '184138.610000', '184139.070000', '184139.530000', '184139.990000', '184140.450000', '184140.910000', '184141.370000', '184141.830000', '184142.290000', '184142.750000', '184143.210000', '184143.670000', '184144.130000', '184144.590000', '184145.050000', '184145.510000', '184145.970000', '184146.430000', '184146.890000', '184147.350000', '184147.810000', '184148.270000', '184148.730000', '184149.190000', '184149.650000', '184150.110000', '184150.570000', '184151.030000', '184151.490000', '184151.950000', '184152.410000', '184152.870000', '184153.330000', '184153.790000', '184154.250000', '184154.710000', '184155.170000', '184155.630000', '184156.090000', '184156.550000', '184157.010000', '184157.470000', '184157.930000', '184158.390000', '184158.850000', '184159.310000', '184159.770000', '184200.230000', '184200.690000', '184201.150000', '184201.610000', '184202.070000', '184202.530000', '184202.990000', '184203.450000', '184203.910000', '184204.370000', '184204.830000', '184205.290000', '184205.750000', '184206.210000', '184206.670000', '184207.130000', '184207.590000', '184208.050000', '184208.510000', '184208.970000', '184209.430000', '184209.890000', '184210.350000', '184210.810000', '184211.270000', '184211.730000', '184212.190000', '184212.650000', '184213.110000', '184213.570000', '184214.030000', '184214.490000', '184214.950000', '184215.410000', '184215.870000', '184216.330000', '184216.790000', '184217.250000', '184217.710000', '184218.170000', '184218.630000', '184219.090000', '184219.550000', '184220.010000', '184220.470000', '184220.930000', '184221.390000', '184221.850000', '184222.310000', '184222.770000', '184223.230000', '184223.690000', '184224.150000', '184224.610000', '184225.070000', '184225.530000', '184225.990000', '184226.450000', '184226.910000', '184227.370000', '184227.830000', '184228.290000', '184228.750000', '184229.210000', '184229.670000', '184230.130000', '184230.590000', '184231.050000', '184231.510000', '184231.970000', '184232.430000', '184232.890000', '184233.350000', '184233.810000', '184234.270000', '184234.730000', '184235.190000', '184235.650000', '184236.110000', '184236.570000', '184237.030000', '184237.490000', '184237.950000', '184238.410000', '184238.870000', '184239.330000', '184239.790000', '184240.250000', '184240.710000', '184241.170000', '184241.630000', '184242.090000', '184242.550000', '184243.010000', '184243.470000', '184243.930000', '184244.390000', '184244.850000', '184245.310000', '184245.770000', '184246.230000', '184246.690000', '184247.150000', '184247.610000', '184248.070000', '184248.530000', '184248.990000', '184249.450000', '184249.910000', '184250.370000', '184250.830000', '184251.290000', '184251.750000', '184252.210000', '184252.670000', '184253.130000', '184253.590000', '184254.050000', '184254.510000', '184254.970000', '184255.430000', '184255.890000', '184256.350000', '184256.810000', '184257.270000', '184257.730000', '184258.190000', '184258.650000', '184259.110000', '184259.570000', '184300.030000', '184300.490000', '184300.950000', '184301.410000', '184301.870000', '184302.330000', '184302.790000', '184303.250000', '184303.710000', '184304.170000', '184304.630000', '184305.090000', '184305.550000', '184306.010000', '184306.470000', '184306.930000', '184307.390000', '184307.850000', '184308.310000', '184308.770000', '184309.230000', '184309.690000', '184310.150000', '184310.610000', '184311.070000', '184311.530000', '184311.990000', '184312.450000', '184312.910000', '184313.370000', '184313.830000', '184314.290000', '184314.750000', '184315.210000', '184315.670000', '184316.130000', '184316.590000', '184317.050000', '184317.510000', '184317.970000', '184318.430000', '184318.890000', '184319.350000', '184319.810000', '184320.270000', '184320.730000', '184321.190000', '184321.650000', '184322.110000', '184322.570000', '184323.030000', '184323.490000', '184323.950000', '184324.410000', '184324.870000', '184325.330000', '184325.790000', '184326.250000', '184326.710000', '184327.170000', '184327.630000', '184328.090000', '184328.550000', '184329.010000', '184329.470000', '184329.930000', '184330.390000', '184330.850000', '184331.310000', '184331.770000', '184332.230000', '184332.690000', '184333.150000', '184333.610000', '184334.070000', '184334.530000', '184334.990000', '184335.450000', '184335.910000', '184336.370000', '184336.830000', '184337.290000', '184337.750000', '184338.210000', '184338.670000', '184339.130000', '184339.590000', '184340.050000', '184340.510000', '184340.970000', '184341.430000', '184341.890000', '184342.350000', '184342.810000', '184343.270000', '184343.730000', '184344.190000', '184344.650000', '184345.110000', '184345.570000', '184346.030000', '184346.490000', '184346.950000', '184347.410000', '184347.870000', '184348.330000', '184348.790000', '184349.250000', '184349.710000', '184350.170000', '184350.630000', '184351.090000', '184351.550000', '184352.010000', '184352.470000', '184352.930000', '184353.390000', '184353.850000', '184354.310000', '184354.770000', '184355.230000', '184355.690000', '184356.150000', '184356.610000', '184357.070000', '184357.530000', '184357.990000', '184358.450000', '184358.910000', '184359.370000', '184359.830000', '184400.290000', '184400.750000', '184401.210000', '184401.670000', '184402.130000', '184402.590000', '184403.050000', '184403.510000', '184403.970000', '184404.430000', '184404.890000', '184405.350000', '184405.810000', '184406.270000', '184406.730000', '184407.190000', '184407.650000', '184408.110000', '184408.570000', '184409.030000', '184409.490000', '184409.950000', '184410.410000', '184410.870000', '184411.330000', '184411.790000', '184412.250000', '184412.710000', '184413.170000', '184413.630000', '184414.090000', '184414.550000', '184415.010000', '184415.470000', '184415.930000', '184416.390000', '184416.850000', '184417.310000', '184417.770000', '184418.230000', '184418.690000', '184419.150000', '184419.610000', '184420.070000', '184420.530000', '184420.990000', '184421.450000', '184421.910000', '184422.370000', '184422.830000', '184423.290000', '184423.750000', '184424.210000', '184424.670000', '184425.130000', '184425.590000', '184426.050000', '184426.510000', '184426.970000', '184427.430000', '184427.890000', '184428.350000', '184428.810000', '184429.270000', '184429.730000', '184430.190000', '184430.650000', '184431.110000', '184431.570000', '184432.030000', '184432.490000', '184432.950000', '184433.410000', '184433.870000', '184434.330000', '184434.790000', '184435.250000', '184435.710000', '184436.170000', '184436.630000', '184437.090000', '184437.550000', '184438.010000', '184438.470000', '184438.930000', '184439.390000', '184439.850000', '184440.310000', '184440.770000', '184441.230000', '184441.690000', '184442.150000', '184442.610000', '184443.070000', '184443.530000', '184443.990000', '184444.450000', '184444.910000', '184445.370000', '184445.830000', '184446.290000', '184446.750000', '184447.210000', '184447.670000', '184448.130000', '184448.590000', '184449.050000', '184449.510000', '184449.970000', '184450.430000', '184450.890000', '184451.350000', '184451.810000', '184452.270000', '184452.730000', '184453.190000', '184453.650000', '184454.110000', '184454.570000', '184455.030000', '184455.490000', '184455.950000', '184456.410000', '184456.870000', '184457.330000', '184457.790000', '184458.250000', '184458.710000', '184459.170000', '184459.630000', '184500.090000', '184500.550000', '184501.010000', '184501.470000', '184501.930000', '184502.390000', '184502.850000', '184503.310000', '184503.770000', '184504.230000', '184504.690000', '184505.150000', '184505.610000', '184506.070000', '184506.530000', '184506.990000', '184507.450000', '184507.910000', '184508.370000', '184508.830000', '184509.290000', '184509.750000', '184510.210000', '184510.670000', '184511.130000', '184511.590000', '184512.050000', '184512.510000', '184512.970000', '184513.430000', '184513.890000', '184514.350000', '184514.810000', '184515.270000', '184515.730000', '184516.190000', '184516.650000', '184517.110000', '184517.570000', '184518.030000', '184518.490000', '184518.950000', '184519.410000', '184519.870000', '184520.330000', '184520.790000', '184521.250000', '184521.710000', '184522.170000', '184522.630000', '184523.090000', '184523.550000', '184524.010000', '184524.470000', '184524.930000', '184525.390000', '184525.850000', '184526.310000', '184526.770000', '184527.230000', '184527.690000', '184528.150000', '184528.610000', '184529.070000', '184529.530000', '184529.990000', '184530.450000', '184530.910000', '184531.370000', '184531.830000', '184532.290000', '184532.750000', '184533.210000', '184533.670000', '184534.130000', '184534.590000', '184535.050000', '184535.510000', '184535.970000', '184536.430000', '184536.890000', '184537.350000', '184537.810000', '184538.270000', '184538.730000', '184539.190000', '184539.650000', '184540.110000', '184540.570000', '184541.030000', '184541.490000', '184541.950000', '184542.410000', '184542.870000', '184543.330000', '184543.790000', '184544.250000', '184544.710000', '184545.170000', '184545.630000', '184546.090000', '184546.550000', '184547.010000', '184547.470000', '184547.930000', '184548.390000', '184548.850000', '184549.310000', '184549.770000', '184550.230000', '184550.690000', '184551.150000', '184551.610000', '184552.070000', '184552.530000', '184552.990000', '184553.450000', '184553.910000', '184554.370000', '184554.830000', '184555.290000', '184555.750000', '184556.210000', '184556.670000', '184557.130000', '184557.590000', '184558.050000', '184558.510000', '184558.970000', '184559.430000', '184559.890000', '184600.350000', '184600.810000', '184601.270000', '184601.730000', '184602.190000', '184602.650000', '184603.110000', '184603.570000', '184604.030000', '184604.490000', '184604.950000', '184605.410000', '184605.870000', '184606.330000', '184606.790000', '184607.250000', '184607.710000', '184608.170000', '184608.630000', '184609.090000', '184609.550000', '184610.010000', '184610.470000', '184610.930000', '184611.390000', '184611.850000', '184612.310000', '184612.770000', '184613.230000', '184613.690000', '184614.150000', '184614.610000', '184615.070000', '184615.530000', '184615.990000', '184616.450000', '184616.910000', '184617.370000', '184617.830000', '184618.290000', '184618.750000', '184619.210000', '184619.670000', '184620.130000', '184620.590000', '184621.050000', '184621.510000', '184621.970000', '184622.430000', '184622.890000', '184623.350000', '184623.810000', '184624.270000', '184624.730000', '184625.190000', '184625.650000', '184626.110000', '184626.570000', '184627.030000', '184627.490000', '184627.950000', '184628.410000', '184628.870000', '184629.330000', '184629.790000', '184630.250000', '184630.710000', '184631.170000', '184631.630000', '184632.090000', '184632.550000', '184633.010000', '184633.470000', '184633.930000', '184634.390000', '184634.850000', '184635.310000', '184635.770000', '184636.230000', '184636.690000', '184637.150000', '184637.610000', '184638.070000', '184638.530000', '184638.990000', '184639.450000', '184639.910000', '184640.370000', '184640.830000', '184641.290000', '184641.750000', '184642.210000', '184642.670000', '184643.130000', '184643.590000', '184644.050000', '184644.510000', '184644.970000', '184645.430000', '184645.890000', '184646.350000', '184646.810000', '184647.270000', '184647.730000', '184648.190000', '184648.650000', '184649.110000', '184649.570000', '184650.030000', '184650.490000', '184650.950000', '184651.410000', '184651.870000', '184652.330000', '184652.790000', '184653.250000', '184653.710000', '184654.170000', '184654.630000', '184655.090000', '184655.550000', '184656.010000', '184656.470000', '184656.930000', '184657.390000', '184657.850000', '184658.310000', '184658.770000', '184659.230000', '184659.690000', '184700.150000', '184700.610000', '184701.070000', '184701.530000', '184701.990000', '184702.450000', '184702.910000', '184703.370000', '184703.830000', '184704.290000', '184704.750000', '184705.210000', '184705.670000', '184706.130000', '184706.590000', '184707.050000', '184707.510000', '184707.970000', '184708.430000', '184708.890000', '184709.350000', '184709.810000', '184710.270000', '184710.730000', '184711.190000', '184711.650000', '184712.110000', '184712.570000', '184713.030000', '184713.490000', '184713.950000', '184714.410000', '184714.870000', '184715.330000', '184715.790000', '184716.250000', '184716.710000', '184717.170000', '184717.630000', '184718.090000', '184718.550000', '184719.010000', '184719.470000', '184719.930000', '184720.390000', '184720.850000', '184721.310000', '184721.770000', '184722.230000', '184722.690000', '184723.150000', '184723.610000', '184724.070000', '184724.530000', '184724.990000', '184725.450000', '184725.910000', '184726.370000', '184726.830000', '184727.290000', '184727.750000', '184728.210000', '184728.670000', '184729.130000', '184729.590000', '184730.050000', '184730.510000', '184730.970000', '184731.430000', '184731.890000', '184732.350000', '184732.810000', '184733.270000', '184733.730000', '184734.190000', '184734.650000', '184735.110000', '184735.570000', '184736.030000', '184736.490000', '184736.950000', '184737.410000', '184737.870000', '184738.330000', '184738.790000', '184739.250000', '184739.710000', '184740.170000', '184740.630000', '184741.090000', '184741.550000', '184742.010000', '184742.470000', '184742.930000', '184743.390000', '184743.850000', '184744.310000', '184744.770000', '184745.230000', '184745.690000', '184746.150000', '184746.610000', '184747.070000', '184747.530000', '184747.990000', '184748.450000', '184748.910000', '184749.370000', '184749.830000', '184750.290000', '184750.750000', '184751.210000', '184751.670000', '184752.130000', '184752.590000', '184753.050000', '184753.510000', '184753.970000', '184754.430000', '184754.890000', '184755.350000', '184755.810000', '184756.270000', '184756.730000', '184757.190000', '184757.650000', '184758.110000', '184758.570000', '184759.030000', '184759.490000', '184759.950000', '184800.410000', '184800.870000', '184801.330000', '184801.790000', '184802.250000', '184802.710000', '184803.170000', '184803.630000', '184804.090000', '184804.550000', '184805.010000', '184805.470000', '184805.930000', '184806.390000', '184806.850000', '184807.310000', '184807.770000', '184808.230000', '184808.690000', '184809.150000', '184809.610000', '184810.070000', '184810.530000', '184810.990000', '184811.450000', '184811.910000', '184812.370000', '184812.830000', '184813.290000', '184813.750000', '184814.210000', '184814.670000', '184815.130000', '184815.590000', '184816.050000', '184816.510000', '184816.970000', '184817.430000', '184817.890000', '184818.350000', '184818.810000', '184819.270000', '184819.730000', '184820.190000', '184820.650000', '184821.110000', '184821.570000', '184822.030000', '184822.490000', '184822.950000', '184823.410000', '184823.870000', '184824.330000', '184824.790000', '184825.250000', '184825.710000', '184826.170000', '184826.630000', '184827.090000', '184827.550000', '184828.010000', '184828.470000', '184828.930000', '184829.390000', '184829.850000', '184830.310000', '184830.770000', '184831.230000', '184831.690000', '184832.150000', '184832.610000', '184833.070000', '184833.530000', '184833.990000', '184834.450000', '184834.910000', '184835.370000', '184835.830000', '184836.290000', '184836.750000', '184837.210000', '184837.670000', '184838.130000', '184838.590000', '184839.050000', '184839.510000', '184839.970000', '184840.430000', '184840.890000', '184841.350000', '184841.810000', '184842.270000', '184842.730000', '184843.190000', '184843.650000', '184844.110000', '184844.570000', '184845.030000', '184845.490000', '184845.950000', '184846.410000', '184846.870000', '184847.330000', '184847.790000', '184848.250000', '184848.710000', '184849.170000', '184849.630000', '184850.090000', '184850.550000', '184851.010000', '184851.470000', '184851.930000', '184852.390000', '184852.850000', '184853.310000', '184853.770000', '184854.230000', '184854.690000', '184855.150000', '184855.610000', '184856.070000', '184856.530000', '184856.990000', '184857.450000', '184857.910000', '184858.370000', '184858.830000', '184859.290000', '184859.750000', '184900.210000', '184900.670000', '184901.130000', '184901.590000', '184902.050000', '184902.510000', '184902.970000', '184903.430000', '184903.890000', '184904.350000', '184904.810000', '184905.270000', '184905.730000', '184906.190000', '184906.650000', '184907.110000', '184907.570000', '184908.030000', '184908.490000', '184908.950000', '184909.410000', '184909.870000', '184910.330000', '184910.790000', '184911.250000', '184911.710000', '184912.170000', '184912.630000', '184913.090000', '184913.550000', '184914.010000', '184914.470000', '184914.930000', '184915.390000', '184915.850000', '184916.310000', '184916.770000', '184917.230000', '184917.690000', '184918.150000', '184918.610000', '184919.070000', '184919.530000', '184919.990000', '184920.450000', '184920.910000', '184921.370000', '184921.830000', '184922.290000', '184922.750000', '184923.210000', '184923.670000', '184924.130000', '184924.590000', '184925.050000', '184925.510000', '184925.970000', '184926.430000', '184926.890000', '184927.350000', '184927.810000', '184928.270000', '184928.730000', '184929.190000', '184929.650000', '184930.110000', '184930.570000', '184931.030000', '184931.490000', '184931.950000', '184932.410000', '184932.870000', '184933.330000', '184933.790000', '184934.250000', '184934.710000', '184935.170000', '184935.630000', '184936.090000', '184936.550000', '184937.010000', '184937.470000', '184937.930000', '184938.390000', '184938.850000', '184939.310000', '184939.770000', '184940.230000', '184940.690000', '184941.150000', '184941.610000', '184942.070000', '184942.530000', '184942.990000', '184943.450000', '184943.910000', '184944.370000', '184944.830000', '184945.290000', '184945.750000', '184946.210000', '184946.670000', '184947.130000', '184947.590000', '184948.050000', '184948.510000', '184948.970000', '184949.430000', '184949.890000', '184950.350000', '184950.810000', '184951.270000', '184951.730000', '184952.190000', '184952.650000', '184953.110000', '184953.570000', '184954.030000', '184954.490000', '184954.950000', '184955.410000', '184955.870000', '184956.330000', '184956.790000', '184957.250000', '184957.710000', '184958.170000', '184958.630000', '184959.090000', '184959.550000', '185000.010000', '185000.470000', '185000.930000', '185001.390000', '185001.850000', '185002.310000', '185002.770000', '185003.230000', '185003.690000', '185004.150000', '185004.610000', '185005.070000', '185005.530000', '185005.990000', '185006.450000', '185006.910000', '185007.370000', '185007.830000', '185008.290000', '185008.750000', '185009.210000', '185009.670000', '185010.130000', '185010.590000', '185011.050000', '185011.510000', '185011.970000', '185012.430000', '185012.890000', '185013.350000', '185013.810000', '185014.270000', '185014.730000', '185015.190000', '185015.650000', '185016.110000', '185016.570000', '185017.030000', '185017.490000', '185017.950000', '185018.410000', '185018.870000'], 'ContentTime': ['184028.038000', '184028.041000', '184028.044000', '184028.047000', '184028.050000', '184028.052000', '184028.055000', '184028.057000', '184028.060000', '184028.062000', '184028.065000', '184028.074000', '184028.076000', '184028.079000', '184028.082000', '184028.084000', '184028.087000', '184028.089000', '184028.092000', '184028.094000', '184028.097000', '184028.099000', '184028.102000', '184028.105000', '184028.107000', '184028.110000', '184028.112000', '184028.115000', '184028.118000', '184028.120000', '184028.123000', '184028.125000', '184028.128000', '184028.130000', '184028.133000', '184048.011000', '184048.014000', '184048.017000', '184048.019000', '184048.022000', '184048.025000', '184048.027000', '184048.030000', '184048.032000', '184048.035000', '184048.038000', '184048.040000', '184048.043000', '184048.045000', '184048.048000', '184048.056000', '184048.059000', '184048.061000', '184048.064000', '184048.067000', '184048.069000', '184048.072000', '184048.074000', '184048.077000', '184048.079000', '184048.082000', '184048.084000', '184048.087000', '184048.090000', '184048.092000', '184048.095000', '184048.097000', '184048.100000', '184048.102000', '184048.118000', '184048.121000', '184048.123000', '184048.126000', '184048.128000', '184048.132000', '184048.135000', '184048.138000', '184048.140000', '184108.011000', '184108.014000', '184108.017000', '184108.019000', '184108.022000', '184108.024000', '184108.027000', '184108.030000', '184108.035000', '184108.037000', '184108.040000', '184108.042000', '184108.045000', '184108.047000', '184108.050000', '184108.052000', '184108.055000', '184108.058000', '184108.060000', '184108.063000', '184108.065000', '184108.068000', '184108.070000', '184108.073000', '184108.076000', '184108.078000', '184108.081000', '184108.083000', '184108.086000', '184108.088000', '184108.091000', '184108.094000', '184108.096000', '184108.099000', '184108.101000', '184108.104000', '184108.106000', '184108.109000', '184108.112000', '184108.114000', '184108.117000', '184108.119000', '184108.122000', '184108.125000', '184128.011000', '184128.014000', '184128.017000', '184128.019000', '184128.022000', '184128.024000', '184128.027000', '184128.030000', '184128.032000', '184128.035000', '184128.037000', '184128.040000', '184128.043000', '184128.045000', '184128.048000', '184128.050000', '184128.053000', '184128.056000', '184128.058000', '184128.061000', '184128.063000', '184128.066000', '184128.069000', '184128.071000', '184128.074000', '184128.076000', '184128.079000', '184128.081000', '184128.084000', '184128.086000', '184128.089000', '184128.091000', '184128.094000', '184128.097000', '184128.099000', '184128.102000', '184128.104000', '184128.107000', '184128.109000', '184128.112000', '184128.115000', '184128.117000', '184128.120000', '184148.011000', '184148.014000', '184148.017000', '184148.019000', '184148.022000', '184148.024000', '184148.027000', '184148.030000', '184148.032000', '184148.035000', '184148.037000', '184148.040000', '184148.042000', '184148.045000', '184148.048000', '184148.050000', '184148.053000', '184148.055000', '184148.058000', '184148.061000', '184148.063000', '184148.066000', '184148.068000', '184148.071000', '184148.073000', '184148.076000', '184148.079000', '184148.081000', '184148.084000', '184148.086000', '184148.089000', '184148.091000', '184148.094000', '184148.097000', '184148.099000', '184148.102000', '184148.104000', '184148.107000', '184148.109000', '184148.112000', '184148.114000', '184148.117000', '184148.120000', '184148.122000', '184208.011000', '184208.014000', '184208.017000', '184208.019000', '184208.022000', '184208.025000', '184208.027000', '184208.030000', '184208.032000', '184208.035000', '184208.037000', '184208.040000', '184208.043000', '184208.045000', '184208.048000', '184208.051000', '184208.053000', '184208.056000', '184208.058000', '184208.061000', '184208.064000', '184208.066000', '184208.069000', '184208.071000', '184208.074000', '184208.076000', '184208.079000', '184208.082000', '184208.084000', '184208.087000', '184208.089000', '184208.092000', '184208.095000', '184208.097000', '184208.100000', '184208.103000', '184208.105000', '184208.108000', '184208.110000', '184208.113000', '184208.116000', '184208.119000', '184208.122000', '184228.011000', '184228.014000', '184228.017000', '184228.019000', '184228.022000', '184228.024000', '184228.027000', '184228.030000', '184228.032000', '184228.035000', '184228.038000', '184228.040000', '184228.043000', '184228.045000', '184228.048000', '184228.051000', '184228.053000', '184228.056000', '184228.059000', '184228.061000', '184228.064000', '184228.066000', '184228.069000', '184228.071000', '184228.074000', '184228.077000', '184228.079000', '184228.082000', '184228.084000', '184228.087000', '184228.105000', '184228.107000', '184228.110000', '184228.113000', '184228.115000', '184228.118000', '184228.120000', '184228.123000', '184228.126000', '184228.128000', '184228.131000', '184228.133000', '184228.136000', '184228.139000', '184248.011000', '184248.014000', '184248.017000', '184248.019000', '184248.022000', '184248.025000', '184248.027000', '184248.030000', '184248.032000', '184248.035000', '184248.038000', '184248.040000', '184248.043000', '184248.045000', '184248.048000', '184248.051000', '184248.053000', '184248.056000', '184248.058000', '184248.061000', '184248.064000', '184248.066000', '184248.069000', '184248.071000', '184248.074000', '184248.077000', '184248.079000', '184248.082000', '184248.084000', '184248.087000', '184248.090000', '184248.092000', '184248.095000', '184248.097000', '184248.100000', '184248.103000', '184248.105000', '184248.108000', '184248.110000', '184248.113000', '184248.116000', '184248.118000', '184248.121000', '184308.012000', '184308.014000', '184308.017000', '184308.020000', '184308.022000', '184308.025000', '184308.027000', '184308.030000', '184308.033000', '184308.035000', '184308.038000', '184308.040000', '184308.043000', '184308.046000', '184308.048000', '184308.051000', '184308.053000', '184308.056000', '184308.059000', '184308.061000', '184308.064000', '184308.066000', '184308.069000', '184308.071000', '184308.074000', '184308.077000', '184308.079000', '184308.082000', '184308.084000', '184308.087000', '184308.090000', '184308.092000', '184308.095000', '184308.097000', '184308.100000', '184308.102000', '184308.105000', '184308.108000', '184308.110000', '184308.113000', '184308.115000', '184308.118000', '184308.121000', '184308.123000', '184328.012000', '184328.014000', '184328.017000', '184328.020000', '184328.022000', '184328.025000', '184328.027000', '184328.030000', '184328.033000', '184328.035000', '184328.038000', '184328.040000', '184328.043000', '184328.045000', '184328.048000', '184328.051000', '184328.053000', '184328.056000', '184328.058000', '184328.061000', '184328.064000', '184328.066000', '184328.069000', '184328.071000', '184328.074000', '184328.076000', '184328.079000', '184328.082000', '184328.084000', '184328.087000', '184328.090000', '184328.092000', '184328.095000', '184328.097000', '184328.100000', '184328.103000', '184328.105000', '184328.108000', '184328.110000', '184328.113000', '184328.116000', '184328.118000', '184328.121000', '184348.011000', '184348.014000', '184348.017000', '184348.020000', '184348.022000', '184348.025000', '184348.027000', '184348.030000', '184348.034000', '184348.037000', '184348.040000', '184348.043000', '184348.045000', '184348.048000', '184348.051000', '184348.053000', '184348.056000', '184348.058000', '184348.061000', '184348.064000', '184348.066000', '184348.069000', '184348.071000', '184348.074000', '184348.077000', '184348.079000', '184348.082000', '184348.085000', '184348.087000', '184348.090000', '184348.092000', '184348.095000', '184348.098000', '184348.100000', '184348.103000', '184348.105000', '184348.108000', '184348.111000', '184348.113000', '184348.116000', '184348.118000', '184348.121000', '184348.124000', '184408.012000', '184408.014000', '184408.017000', '184408.020000', '184408.022000', '184408.025000', '184408.027000', '184408.030000', '184408.032000', '184408.035000', '184408.038000', '184408.040000', '184408.051000', '184408.054000', '184408.056000', '184408.059000', '184408.062000', '184408.064000', '184408.067000', '184408.069000', '184408.072000', '184408.075000', '184408.077000', '184408.080000', '184408.082000', '184408.085000', '184408.088000', '184408.090000', '184408.093000', '184408.095000', '184408.098000', '184408.101000', '184408.103000', '184408.106000', '184408.108000', '184408.111000', '184408.114000', '184408.116000', '184408.119000', '184408.121000', '184408.124000', '184408.127000', '184408.129000', '184408.132000', '184428.011000', '184428.014000', '184428.017000', '184428.019000', '184428.022000', '184428.024000', '184428.027000', '184428.030000', '184428.032000', '184428.035000', '184428.037000', '184428.040000', '184428.042000', '184428.045000', '184428.048000', '184428.050000', '184428.053000', '184428.055000', '184428.058000', '184428.061000', '184428.063000', '184428.066000', '184428.068000', '184428.071000', '184428.074000', '184428.076000', '184428.079000', '184428.082000', '184428.084000', '184428.087000', '184428.089000', '184428.092000', '184428.095000', '184428.097000', '184428.100000', '184428.102000', '184428.105000', '184428.108000', '184428.110000', '184428.113000', '184428.115000', '184428.118000', '184428.121000', '184428.123000', '184448.011000', '184448.014000', '184448.017000', '184448.020000', '184448.022000', '184448.025000', '184448.027000', '184448.030000', '184448.032000', '184448.035000', '184448.038000', '184448.040000', '184448.043000', '184448.046000', '184448.048000', '184448.051000', '184448.053000', '184448.056000', '184448.059000', '184448.061000', '184448.064000', '184448.066000', '184448.069000', '184448.072000', '184448.074000', '184448.077000', '184448.080000', '184448.082000', '184448.085000', '184448.087000', '184448.090000', '184448.093000', '184448.095000', '184448.098000', '184448.100000', '184448.103000', '184448.106000', '184448.108000', '184448.111000', '184448.113000', '184448.116000', '184448.119000', '184448.121000', '184508.011000', '184508.015000', '184508.017000', '184508.020000', '184508.022000', '184508.025000', '184508.028000', '184508.030000', '184508.033000', '184508.035000', '184508.038000', '184508.041000', '184508.043000', '184508.046000', '184508.048000', '184508.051000', '184508.054000', '184508.056000', '184508.059000', '184508.061000', '184508.064000', '184508.067000', '184508.069000', '184508.073000', '184508.076000', '184508.079000', '184508.081000', '184508.084000', '184508.086000', '184508.089000', '184508.092000', '184508.094000', '184508.097000', '184508.099000', '184508.102000', '184508.105000', '184508.107000', '184508.110000', '184508.112000', '184508.115000', '184508.118000', '184508.120000', '184508.123000', '184528.010000', '184528.013000', '184528.016000', '184528.018000', '184528.021000', '184528.024000', '184528.026000', '184528.029000', '184528.031000', '184528.034000', '184528.037000', '184528.039000', '184528.043000', '184528.045000', '184528.048000', '184528.051000', '184528.053000', '184528.056000', '184528.058000', '184528.061000', '184528.064000', '184528.066000', '184528.069000', '184528.107000', '184528.109000', '184528.112000', '184528.115000', '184528.117000', '184528.120000', '184528.122000', '184528.125000', '184528.127000', '184528.130000', '184528.133000', '184528.135000', '184528.138000', '184528.140000', '184528.143000', '184528.146000', '184528.148000', '184528.151000', '184528.154000', '184528.156000', '184528.159000', '184548.012000', '184548.014000', '184548.017000', '184548.020000', '184548.022000', '184548.025000', '184548.027000', '184548.030000', '184548.033000', '184548.035000', '184548.038000', '184548.040000', '184548.043000', '184548.046000', '184548.048000', '184548.051000', '184548.053000', '184548.056000', '184548.059000', '184548.061000', '184548.064000', '184548.067000', '184548.069000', '184548.072000', '184548.074000', '184548.077000', '184548.079000', '184548.082000', '184548.085000', '184548.087000', '184548.090000', '184548.092000', '184548.095000', '184548.098000', '184548.100000', '184548.103000', '184548.105000', '184548.108000', '184548.111000', '184548.113000', '184548.116000', '184548.118000', '184548.121000', '184608.012000', '184608.014000', '184608.017000', '184608.020000', '184608.022000', '184608.025000', '184608.027000', '184608.030000', '184608.033000', '184608.035000', '184608.038000', '184608.040000', '184608.043000', '184608.045000', '184608.048000', '184608.051000', '184608.053000', '184608.056000', '184608.058000', '184608.061000', '184608.063000', '184608.066000', '184608.069000', '184608.071000', '184608.074000', '184608.076000', '184608.079000', '184608.082000', '184608.084000', '184608.087000', '184608.089000', '184608.092000', '184608.095000', '184608.097000', '184608.100000', '184608.103000', '184608.105000', '184608.108000', '184608.111000', '184608.113000', '184608.116000', '184608.119000', '184608.121000', '184608.124000', '184628.012000', '184628.016000', '184628.018000', '184628.021000', '184628.023000', '184628.026000', '184628.029000', '184628.031000', '184628.034000', '184628.036000', '184628.039000', '184628.042000', '184628.044000', '184628.047000', '184628.050000', '184628.052000', '184628.055000', '184628.058000', '184628.060000', '184628.063000', '184628.066000', '184628.068000', '184628.071000', '184628.073000', '184628.076000', '184628.078000', '184628.081000', '184628.084000', '184628.086000', '184628.089000', '184628.091000', '184628.094000', '184628.097000', '184628.099000', '184628.102000', '184628.105000', '184628.107000', '184628.110000', '184628.114000', '184628.117000', '184628.120000', '184628.122000', '184628.125000', '184648.011000', '184648.014000', '184648.017000', '184648.019000', '184648.022000', '184648.025000', '184648.027000', '184648.030000', '184648.032000', '184648.035000', '184648.037000', '184648.040000', '184648.042000', '184648.045000', '184648.048000', '184648.050000', '184648.053000', '184648.055000', '184648.058000', '184648.061000', '184648.063000', '184648.066000', '184648.068000', '184648.071000', '184648.073000', '184648.076000', '184648.079000', '184648.081000', '184648.084000', '184648.086000', '184648.089000', '184648.092000', '184648.094000', '184648.097000', '184648.110000', '184648.113000', '184648.115000', '184648.118000', '184648.120000', '184648.123000', '184648.126000', '184648.128000', '184648.131000', '184648.133000', '184708.012000', '184708.014000', '184708.017000', '184708.020000', '184708.022000', '184708.025000', '184708.028000', '184708.030000', '184708.033000', '184708.036000', '184708.038000', '184708.041000', '184708.043000', '184708.046000', '184708.048000', '184708.051000', '184708.054000', '184708.056000', '184708.059000', '184708.061000', '184708.064000', '184708.067000', '184708.069000', '184708.072000', '184708.074000', '184708.077000', '184708.079000', '184708.082000', '184708.085000', '184708.087000', '184708.090000', '184708.092000', '184708.095000', '184708.098000', '184708.100000', '184708.103000', '184708.105000', '184708.108000', '184708.111000', '184708.113000', '184708.116000', '184708.118000', '184708.121000', '184728.011000', '184728.014000', '184728.017000', '184728.019000', '184728.022000', '184728.025000', '184728.027000', '184728.030000', '184728.032000', '184728.035000', '184728.038000', '184728.040000', '184728.043000', '184728.045000', '184728.048000', '184728.050000', '184728.053000', '184728.056000', '184728.058000', '184728.061000', '184728.063000', '184728.066000', '184728.069000', '184728.071000', '184728.074000', '184728.076000', '184728.079000', '184728.090000', '184728.092000', '184728.095000', '184728.097000', '184728.100000', '184728.103000', '184728.105000', '184728.108000', '184728.110000', '184728.113000', '184728.116000', '184728.118000', '184728.121000', '184728.123000', '184728.126000', '184728.129000', '184728.131000', '184748.010000', '184748.013000', '184748.016000', '184748.019000', '184748.021000', '184748.024000', '184748.026000', '184748.029000', '184748.032000', '184748.034000', '184748.037000', '184748.039000', '184748.042000', '184748.045000', '184748.047000', '184748.050000', '184748.052000', '184748.055000', '184748.058000', '184748.060000', '184748.063000', '184748.065000', '184748.068000', '184748.071000', '184748.073000', '184748.076000', '184748.078000', '184748.081000', '184748.083000', '184748.086000', '184748.089000', '184748.091000', '184748.094000', '184748.097000', '184748.099000', '184748.102000', '184748.105000', '184748.107000', '184748.110000', '184748.112000', '184748.115000', '184748.118000', '184748.120000', '184808.012000', '184808.015000', '184808.017000', '184808.020000', '184808.023000', '184808.025000', '184808.028000', '184808.030000', '184808.033000', '184808.036000', '184808.038000', '184808.041000', '184808.043000', '184808.046000', '184808.048000', '184808.051000', '184808.054000', '184808.056000', '184808.059000', '184808.061000', '184808.064000', '184808.067000', '184808.069000', '184808.072000', '184808.074000', '184808.077000', '184808.080000', '184808.082000', '184808.085000', '184808.087000', '184808.090000', '184808.093000', '184808.095000', '184808.098000', '184808.100000', '184808.103000', '184808.106000', '184808.108000', '184808.111000', '184808.113000', '184808.116000', '184808.118000', '184808.121000', '184808.124000', '184828.011000', '184828.014000', '184828.017000', '184828.020000', '184828.022000', '184828.025000', '184828.027000', '184828.030000', '184828.032000', '184828.035000', '184828.038000', '184828.040000', '184828.043000', '184828.045000', '184828.048000', '184828.051000', '184828.053000', '184828.056000', '184828.058000', '184828.061000', '184828.063000', '184828.066000', '184828.068000', '184828.071000', '184828.074000', '184828.076000', '184828.079000', '184828.082000', '184828.084000', '184828.087000', '184828.089000', '184828.092000', '184828.095000', '184828.097000', '184828.100000', '184828.102000', '184828.105000', '184828.107000', '184828.110000', '184828.113000', '184828.115000', '184828.118000', '184828.120000', '184848.012000', '184848.014000', '184848.017000', '184848.020000', '184848.022000', '184848.025000', '184848.027000', '184848.030000', '184848.033000', '184848.035000', '184848.038000', '184848.040000', '184848.043000', '184848.046000', '184848.048000', '184848.051000', '184848.054000', '184848.056000', '184848.059000', '184848.061000', '184848.064000', '184848.067000', '184848.069000', '184848.072000', '184848.075000', '184848.077000', '184848.080000', '184848.082000', '184848.085000', '184848.088000', '184848.090000', '184848.093000', '184848.095000', '184848.098000', '184848.101000', '184848.103000', '184848.106000', '184848.108000', '184848.111000', '184848.113000', '184848.116000', '184848.119000', '184848.121000', '184848.124000', '184908.011000', '184908.014000', '184908.017000', '184908.020000', '184908.022000', '184908.025000', '184908.027000', '184908.030000', '184908.033000', '184908.035000', '184908.038000', '184908.040000', '184908.043000', '184908.045000', '184908.048000', '184908.051000', '184908.053000', '184908.056000', '184908.059000', '184908.061000', '184908.064000', '184908.066000', '184908.069000', '184908.071000', '184908.074000', '184908.076000', '184908.079000', '184908.082000', '184908.084000', '184908.087000', '184908.089000', '184908.092000', '184908.095000', '184908.097000', '184908.100000', '184908.102000', '184908.105000', '184908.107000', '184908.110000', '184908.113000', '184908.115000', '184908.118000', '184908.120000', '184928.012000', '184928.014000', '184928.017000', '184928.020000', '184928.022000', '184928.025000', '184928.027000', '184928.030000', '184928.033000', '184928.035000', '184928.038000', '184928.040000', '184928.043000', '184928.046000', '184928.048000', '184928.051000', '184928.053000', '184928.056000', '184928.059000', '184928.061000', '184928.064000', '184928.066000', '184928.069000', '184928.071000', '184928.074000', '184928.077000', '184928.079000', '184928.082000', '184928.085000', '184928.088000', '184928.091000', '184928.093000', '184928.096000', '184928.098000', '184928.101000', '184928.103000', '184928.106000', '184928.109000', '184928.111000', '184928.114000', '184928.116000', '184928.140000', '184928.142000', '184928.145000', '184948.011000', '184948.014000', '184948.017000', '184948.020000', '184948.022000', '184948.025000', '184948.027000', '184948.030000', '184948.033000', '184948.035000', '184948.038000', '184948.041000', '184948.043000', '184948.046000', '184948.048000', '184948.051000', '184948.053000', '184948.056000', '184948.059000', '184948.061000', '184948.064000', '184948.076000', '184948.078000', '184948.081000', '184948.083000', '184948.086000', '184948.089000', '184948.091000', '184948.094000', '184948.096000', '184948.099000', '184948.101000', '184948.104000', '184948.107000', '184948.109000', '184948.112000', '184948.114000', '184948.117000', '184948.120000', '184948.122000', '184948.125000', '184948.128000', '184948.130000', '185008.010000', '185008.013000', '185008.016000', '185008.019000', '185008.021000', '185008.024000', '185008.026000', '185008.029000', '185008.032000', '185008.034000', '185008.037000', '185008.039000', '185008.042000', '185008.045000', '185008.048000', '185008.050000', '185008.053000', '185008.055000', '185008.058000', '185008.061000', '185008.063000', '185008.066000', '185008.068000', '185008.071000', '185008.074000', '185008.076000', '185008.079000', '185008.082000', '185008.084000', '185008.087000', '185008.089000', '185008.092000', '185008.095000', '185008.097000', '185008.100000', '185008.102000', '185008.105000', '185008.108000', '185008.110000', '185008.113000', '185008.115000', '185008.118000', '185008.120000', '185008.123000', '185019.910000', '185019.913000', '185019.915000', '185019.918000', '185019.920000', '185019.923000', '185019.926000', '185019.928000', '185019.931000', '185019.933000', '185019.936000', '185019.939000', '185019.941000', '185019.944000', '185019.946000', '185019.949000', '185019.952000', '185019.954000', '185019.957000', '185019.959000', '185019.962000', '185019.965000', '185019.967000', '185019.970000', '185019.973000', '185019.975000'], 'InstanceCreationTime': ['184028.038000', '184028.041000', '184028.044000', '184028.047000', '184028.050000', '184028.052000', '184028.055000', '184028.057000', '184028.060000', '184028.062000', '184028.065000', '184028.074000', '184028.076000', '184028.079000', '184028.082000', '184028.084000', '184028.087000', '184028.089000', '184028.092000', '184028.094000', '184028.097000', '184028.099000', '184028.102000', '184028.105000', '184028.107000', '184028.110000', '184028.112000', '184028.115000', '184028.118000', '184028.120000', '184028.123000', '184028.125000', '184028.128000', '184028.130000', '184028.133000', '184048.011000', '184048.014000', '184048.017000', '184048.019000', '184048.022000', '184048.025000', '184048.027000', '184048.030000', '184048.032000', '184048.035000', '184048.038000', '184048.040000', '184048.043000', '184048.045000', '184048.048000', '184048.056000', '184048.059000', '184048.061000', '184048.064000', '184048.067000', '184048.069000', '184048.072000', '184048.074000', '184048.077000', '184048.079000', '184048.082000', '184048.084000', '184048.087000', '184048.090000', '184048.092000', '184048.095000', '184048.097000', '184048.100000', '184048.102000', '184048.118000', '184048.121000', '184048.123000', '184048.126000', '184048.128000', '184048.132000', '184048.135000', '184048.138000', '184048.140000', '184108.011000', '184108.014000', '184108.017000', '184108.019000', '184108.022000', '184108.024000', '184108.027000', '184108.030000', '184108.035000', '184108.037000', '184108.040000', '184108.042000', '184108.045000', '184108.047000', '184108.050000', '184108.052000', '184108.055000', '184108.058000', '184108.060000', '184108.063000', '184108.065000', '184108.068000', '184108.070000', '184108.073000', '184108.076000', '184108.078000', '184108.081000', '184108.083000', '184108.086000', '184108.088000', '184108.091000', '184108.094000', '184108.096000', '184108.099000', '184108.101000', '184108.104000', '184108.106000', '184108.109000', '184108.112000', '184108.114000', '184108.117000', '184108.119000', '184108.122000', '184108.125000', '184128.011000', '184128.014000', '184128.017000', '184128.019000', '184128.022000', '184128.024000', '184128.027000', '184128.030000', '184128.032000', '184128.035000', '184128.037000', '184128.040000', '184128.043000', '184128.045000', '184128.048000', '184128.050000', '184128.053000', '184128.056000', '184128.058000', '184128.061000', '184128.063000', '184128.066000', '184128.069000', '184128.071000', '184128.074000', '184128.076000', '184128.079000', '184128.081000', '184128.084000', '184128.086000', '184128.089000', '184128.091000', '184128.094000', '184128.097000', '184128.099000', '184128.102000', '184128.104000', '184128.107000', '184128.109000', '184128.112000', '184128.115000', '184128.117000', '184128.120000', '184148.011000', '184148.014000', '184148.017000', '184148.019000', '184148.022000', '184148.024000', '184148.027000', '184148.030000', '184148.032000', '184148.035000', '184148.037000', '184148.040000', '184148.042000', '184148.045000', '184148.048000', '184148.050000', '184148.053000', '184148.055000', '184148.058000', '184148.061000', '184148.063000', '184148.066000', '184148.068000', '184148.071000', '184148.073000', '184148.076000', '184148.079000', '184148.081000', '184148.084000', '184148.086000', '184148.089000', '184148.091000', '184148.094000', '184148.097000', '184148.099000', '184148.102000', '184148.104000', '184148.107000', '184148.109000', '184148.112000', '184148.114000', '184148.117000', '184148.120000', '184148.122000', '184208.011000', '184208.014000', '184208.017000', '184208.019000', '184208.022000', '184208.025000', '184208.027000', '184208.030000', '184208.032000', '184208.035000', '184208.037000', '184208.040000', '184208.043000', '184208.045000', '184208.048000', '184208.051000', '184208.053000', '184208.056000', '184208.058000', '184208.061000', '184208.064000', '184208.066000', '184208.069000', '184208.071000', '184208.074000', '184208.076000', '184208.079000', '184208.082000', '184208.084000', '184208.087000', '184208.089000', '184208.092000', '184208.095000', '184208.097000', '184208.100000', '184208.103000', '184208.105000', '184208.108000', '184208.110000', '184208.113000', '184208.116000', '184208.119000', '184208.122000', '184228.011000', '184228.014000', '184228.017000', '184228.019000', '184228.022000', '184228.024000', '184228.027000', '184228.030000', '184228.032000', '184228.035000', '184228.038000', '184228.040000', '184228.043000', '184228.045000', '184228.048000', '184228.051000', '184228.053000', '184228.056000', '184228.059000', '184228.061000', '184228.064000', '184228.066000', '184228.069000', '184228.071000', '184228.074000', '184228.077000', '184228.079000', '184228.082000', '184228.084000', '184228.087000', '184228.105000', '184228.107000', '184228.110000', '184228.113000', '184228.115000', '184228.118000', '184228.120000', '184228.123000', '184228.126000', '184228.128000', '184228.131000', '184228.133000', '184228.136000', '184228.139000', '184248.011000', '184248.014000', '184248.017000', '184248.019000', '184248.022000', '184248.025000', '184248.027000', '184248.030000', '184248.032000', '184248.035000', '184248.038000', '184248.040000', '184248.043000', '184248.045000', '184248.048000', '184248.051000', '184248.053000', '184248.056000', '184248.058000', '184248.061000', '184248.064000', '184248.066000', '184248.069000', '184248.071000', '184248.074000', '184248.077000', '184248.079000', '184248.082000', '184248.084000', '184248.087000', '184248.090000', '184248.092000', '184248.095000', '184248.097000', '184248.100000', '184248.103000', '184248.105000', '184248.108000', '184248.110000', '184248.113000', '184248.116000', '184248.118000', '184248.121000', '184308.012000', '184308.014000', '184308.017000', '184308.020000', '184308.022000', '184308.025000', '184308.027000', '184308.030000', '184308.033000', '184308.035000', '184308.038000', '184308.040000', '184308.043000', '184308.046000', '184308.048000', '184308.051000', '184308.053000', '184308.056000', '184308.059000', '184308.061000', '184308.064000', '184308.066000', '184308.069000', '184308.071000', '184308.074000', '184308.077000', '184308.079000', '184308.082000', '184308.084000', '184308.087000', '184308.090000', '184308.092000', '184308.095000', '184308.097000', '184308.100000', '184308.102000', '184308.105000', '184308.108000', '184308.110000', '184308.113000', '184308.115000', '184308.118000', '184308.121000', '184308.123000', '184328.012000', '184328.014000', '184328.017000', '184328.020000', '184328.022000', '184328.025000', '184328.027000', '184328.030000', '184328.033000', '184328.035000', '184328.038000', '184328.040000', '184328.043000', '184328.045000', '184328.048000', '184328.051000', '184328.053000', '184328.056000', '184328.058000', '184328.061000', '184328.064000', '184328.066000', '184328.069000', '184328.071000', '184328.074000', '184328.076000', '184328.079000', '184328.082000', '184328.084000', '184328.087000', '184328.090000', '184328.092000', '184328.095000', '184328.097000', '184328.100000', '184328.103000', '184328.105000', '184328.108000', '184328.110000', '184328.113000', '184328.116000', '184328.118000', '184328.121000', '184348.011000', '184348.014000', '184348.017000', '184348.020000', '184348.022000', '184348.025000', '184348.027000', '184348.030000', '184348.034000', '184348.037000', '184348.040000', '184348.043000', '184348.045000', '184348.048000', '184348.051000', '184348.053000', '184348.056000', '184348.058000', '184348.061000', '184348.064000', '184348.066000', '184348.069000', '184348.071000', '184348.074000', '184348.077000', '184348.079000', '184348.082000', '184348.085000', '184348.087000', '184348.090000', '184348.092000', '184348.095000', '184348.098000', '184348.100000', '184348.103000', '184348.105000', '184348.108000', '184348.111000', '184348.113000', '184348.116000', '184348.118000', '184348.121000', '184348.124000', '184408.012000', '184408.014000', '184408.017000', '184408.020000', '184408.022000', '184408.025000', '184408.027000', '184408.030000', '184408.032000', '184408.035000', '184408.038000', '184408.040000', '184408.051000', '184408.054000', '184408.056000', '184408.059000', '184408.062000', '184408.064000', '184408.067000', '184408.069000', '184408.072000', '184408.075000', '184408.077000', '184408.080000', '184408.082000', '184408.085000', '184408.088000', '184408.090000', '184408.093000', '184408.095000', '184408.098000', '184408.101000', '184408.103000', '184408.106000', '184408.108000', '184408.111000', '184408.114000', '184408.116000', '184408.119000', '184408.121000', '184408.124000', '184408.127000', '184408.129000', '184408.132000', '184428.011000', '184428.014000', '184428.017000', '184428.019000', '184428.022000', '184428.024000', '184428.027000', '184428.030000', '184428.032000', '184428.035000', '184428.037000', '184428.040000', '184428.042000', '184428.045000', '184428.048000', '184428.050000', '184428.053000', '184428.055000', '184428.058000', '184428.061000', '184428.063000', '184428.066000', '184428.068000', '184428.071000', '184428.074000', '184428.076000', '184428.079000', '184428.082000', '184428.084000', '184428.087000', '184428.089000', '184428.092000', '184428.095000', '184428.097000', '184428.100000', '184428.102000', '184428.105000', '184428.108000', '184428.110000', '184428.113000', '184428.115000', '184428.118000', '184428.121000', '184428.123000', '184448.011000', '184448.014000', '184448.017000', '184448.020000', '184448.022000', '184448.025000', '184448.027000', '184448.030000', '184448.032000', '184448.035000', '184448.038000', '184448.040000', '184448.043000', '184448.046000', '184448.048000', '184448.051000', '184448.053000', '184448.056000', '184448.059000', '184448.061000', '184448.064000', '184448.066000', '184448.069000', '184448.072000', '184448.074000', '184448.077000', '184448.080000', '184448.082000', '184448.085000', '184448.087000', '184448.090000', '184448.093000', '184448.095000', '184448.098000', '184448.100000', '184448.103000', '184448.106000', '184448.108000', '184448.111000', '184448.113000', '184448.116000', '184448.119000', '184448.121000', '184508.011000', '184508.015000', '184508.017000', '184508.020000', '184508.022000', '184508.025000', '184508.028000', '184508.030000', '184508.033000', '184508.035000', '184508.038000', '184508.041000', '184508.043000', '184508.046000', '184508.048000', '184508.051000', '184508.054000', '184508.056000', '184508.059000', '184508.061000', '184508.064000', '184508.067000', '184508.069000', '184508.073000', '184508.076000', '184508.079000', '184508.081000', '184508.084000', '184508.086000', '184508.089000', '184508.092000', '184508.094000', '184508.097000', '184508.099000', '184508.102000', '184508.105000', '184508.107000', '184508.110000', '184508.112000', '184508.115000', '184508.118000', '184508.120000', '184508.123000', '184528.010000', '184528.013000', '184528.016000', '184528.018000', '184528.021000', '184528.024000', '184528.026000', '184528.029000', '184528.031000', '184528.034000', '184528.037000', '184528.039000', '184528.043000', '184528.045000', '184528.048000', '184528.051000', '184528.053000', '184528.056000', '184528.058000', '184528.061000', '184528.064000', '184528.066000', '184528.069000', '184528.107000', '184528.109000', '184528.112000', '184528.115000', '184528.117000', '184528.120000', '184528.122000', '184528.125000', '184528.127000', '184528.130000', '184528.133000', '184528.135000', '184528.138000', '184528.140000', '184528.143000', '184528.146000', '184528.148000', '184528.151000', '184528.154000', '184528.156000', '184528.159000', '184548.012000', '184548.014000', '184548.017000', '184548.020000', '184548.022000', '184548.025000', '184548.027000', '184548.030000', '184548.033000', '184548.035000', '184548.038000', '184548.040000', '184548.043000', '184548.046000', '184548.048000', '184548.051000', '184548.053000', '184548.056000', '184548.059000', '184548.061000', '184548.064000', '184548.067000', '184548.069000', '184548.072000', '184548.074000', '184548.077000', '184548.079000', '184548.082000', '184548.085000', '184548.087000', '184548.090000', '184548.092000', '184548.095000', '184548.098000', '184548.100000', '184548.103000', '184548.105000', '184548.108000', '184548.111000', '184548.113000', '184548.116000', '184548.118000', '184548.121000', '184608.012000', '184608.014000', '184608.017000', '184608.020000', '184608.022000', '184608.025000', '184608.027000', '184608.030000', '184608.033000', '184608.035000', '184608.038000', '184608.040000', '184608.043000', '184608.045000', '184608.048000', '184608.051000', '184608.053000', '184608.056000', '184608.058000', '184608.061000', '184608.063000', '184608.066000', '184608.069000', '184608.071000', '184608.074000', '184608.076000', '184608.079000', '184608.082000', '184608.084000', '184608.087000', '184608.089000', '184608.092000', '184608.095000', '184608.097000', '184608.100000', '184608.103000', '184608.105000', '184608.108000', '184608.111000', '184608.113000', '184608.116000', '184608.119000', '184608.121000', '184608.124000', '184628.012000', '184628.016000', '184628.018000', '184628.021000', '184628.023000', '184628.026000', '184628.029000', '184628.031000', '184628.034000', '184628.036000', '184628.039000', '184628.042000', '184628.044000', '184628.047000', '184628.050000', '184628.052000', '184628.055000', '184628.058000', '184628.060000', '184628.063000', '184628.066000', '184628.068000', '184628.071000', '184628.073000', '184628.076000', '184628.078000', '184628.081000', '184628.084000', '184628.086000', '184628.089000', '184628.091000', '184628.094000', '184628.097000', '184628.099000', '184628.102000', '184628.105000', '184628.107000', '184628.110000', '184628.114000', '184628.117000', '184628.120000', '184628.122000', '184628.125000', '184648.011000', '184648.014000', '184648.017000', '184648.019000', '184648.022000', '184648.025000', '184648.027000', '184648.030000', '184648.032000', '184648.035000', '184648.037000', '184648.040000', '184648.042000', '184648.045000', '184648.048000', '184648.050000', '184648.053000', '184648.055000', '184648.058000', '184648.061000', '184648.063000', '184648.066000', '184648.068000', '184648.071000', '184648.073000', '184648.076000', '184648.079000', '184648.081000', '184648.084000', '184648.086000', '184648.089000', '184648.092000', '184648.094000', '184648.097000', '184648.110000', '184648.113000', '184648.115000', '184648.118000', '184648.120000', '184648.123000', '184648.126000', '184648.128000', '184648.131000', '184648.133000', '184708.012000', '184708.014000', '184708.017000', '184708.020000', '184708.022000', '184708.025000', '184708.028000', '184708.030000', '184708.033000', '184708.036000', '184708.038000', '184708.041000', '184708.043000', '184708.046000', '184708.048000', '184708.051000', '184708.054000', '184708.056000', '184708.059000', '184708.061000', '184708.064000', '184708.067000', '184708.069000', '184708.072000', '184708.074000', '184708.077000', '184708.079000', '184708.082000', '184708.085000', '184708.087000', '184708.090000', '184708.092000', '184708.095000', '184708.098000', '184708.100000', '184708.103000', '184708.105000', '184708.108000', '184708.111000', '184708.113000', '184708.116000', '184708.118000', '184708.121000', '184728.011000', '184728.014000', '184728.017000', '184728.019000', '184728.022000', '184728.025000', '184728.027000', '184728.030000', '184728.032000', '184728.035000', '184728.038000', '184728.040000', '184728.043000', '184728.045000', '184728.048000', '184728.050000', '184728.053000', '184728.056000', '184728.058000', '184728.061000', '184728.063000', '184728.066000', '184728.069000', '184728.071000', '184728.074000', '184728.076000', '184728.079000', '184728.090000', '184728.092000', '184728.095000', '184728.097000', '184728.100000', '184728.103000', '184728.105000', '184728.108000', '184728.110000', '184728.113000', '184728.116000', '184728.118000', '184728.121000', '184728.123000', '184728.126000', '184728.129000', '184728.131000', '184748.010000', '184748.013000', '184748.016000', '184748.019000', '184748.021000', '184748.024000', '184748.026000', '184748.029000', '184748.032000', '184748.034000', '184748.037000', '184748.039000', '184748.042000', '184748.045000', '184748.047000', '184748.050000', '184748.052000', '184748.055000', '184748.058000', '184748.060000', '184748.063000', '184748.065000', '184748.068000', '184748.071000', '184748.073000', '184748.076000', '184748.078000', '184748.081000', '184748.083000', '184748.086000', '184748.089000', '184748.091000', '184748.094000', '184748.097000', '184748.099000', '184748.102000', '184748.105000', '184748.107000', '184748.110000', '184748.112000', '184748.115000', '184748.118000', '184748.120000', '184808.012000', '184808.015000', '184808.017000', '184808.020000', '184808.023000', '184808.025000', '184808.028000', '184808.030000', '184808.033000', '184808.036000', '184808.038000', '184808.041000', '184808.043000', '184808.046000', '184808.048000', '184808.051000', '184808.054000', '184808.056000', '184808.059000', '184808.061000', '184808.064000', '184808.067000', '184808.069000', '184808.072000', '184808.074000', '184808.077000', '184808.080000', '184808.082000', '184808.085000', '184808.087000', '184808.090000', '184808.093000', '184808.095000', '184808.098000', '184808.100000', '184808.103000', '184808.106000', '184808.108000', '184808.111000', '184808.113000', '184808.116000', '184808.118000', '184808.121000', '184808.124000', '184828.011000', '184828.014000', '184828.017000', '184828.020000', '184828.022000', '184828.025000', '184828.027000', '184828.030000', '184828.032000', '184828.035000', '184828.038000', '184828.040000', '184828.043000', '184828.045000', '184828.048000', '184828.051000', '184828.053000', '184828.056000', '184828.058000', '184828.061000', '184828.063000', '184828.066000', '184828.068000', '184828.071000', '184828.074000', '184828.076000', '184828.079000', '184828.082000', '184828.084000', '184828.087000', '184828.089000', '184828.092000', '184828.095000', '184828.097000', '184828.100000', '184828.102000', '184828.105000', '184828.107000', '184828.110000', '184828.113000', '184828.115000', '184828.118000', '184828.120000', '184848.012000', '184848.014000', '184848.017000', '184848.020000', '184848.022000', '184848.025000', '184848.027000', '184848.030000', '184848.033000', '184848.035000', '184848.038000', '184848.040000', '184848.043000', '184848.046000', '184848.048000', '184848.051000', '184848.054000', '184848.056000', '184848.059000', '184848.061000', '184848.064000', '184848.067000', '184848.069000', '184848.072000', '184848.075000', '184848.077000', '184848.080000', '184848.082000', '184848.085000', '184848.088000', '184848.090000', '184848.093000', '184848.095000', '184848.098000', '184848.101000', '184848.103000', '184848.106000', '184848.108000', '184848.111000', '184848.113000', '184848.116000', '184848.119000', '184848.121000', '184848.124000', '184908.011000', '184908.014000', '184908.017000', '184908.020000', '184908.022000', '184908.025000', '184908.027000', '184908.030000', '184908.033000', '184908.035000', '184908.038000', '184908.040000', '184908.043000', '184908.045000', '184908.048000', '184908.051000', '184908.053000', '184908.056000', '184908.059000', '184908.061000', '184908.064000', '184908.066000', '184908.069000', '184908.071000', '184908.074000', '184908.076000', '184908.079000', '184908.082000', '184908.084000', '184908.087000', '184908.089000', '184908.092000', '184908.095000', '184908.097000', '184908.100000', '184908.102000', '184908.105000', '184908.107000', '184908.110000', '184908.113000', '184908.115000', '184908.118000', '184908.120000', '184928.012000', '184928.014000', '184928.017000', '184928.020000', '184928.022000', '184928.025000', '184928.027000', '184928.030000', '184928.033000', '184928.035000', '184928.038000', '184928.040000', '184928.043000', '184928.046000', '184928.048000', '184928.051000', '184928.053000', '184928.056000', '184928.059000', '184928.061000', '184928.064000', '184928.066000', '184928.069000', '184928.071000', '184928.074000', '184928.077000', '184928.079000', '184928.082000', '184928.085000', '184928.088000', '184928.091000', '184928.093000', '184928.096000', '184928.098000', '184928.101000', '184928.103000', '184928.106000', '184928.109000', '184928.111000', '184928.114000', '184928.116000', '184928.140000', '184928.142000', '184928.145000', '184948.011000', '184948.014000', '184948.017000', '184948.020000', '184948.022000', '184948.025000', '184948.027000', '184948.030000', '184948.033000', '184948.035000', '184948.038000', '184948.041000', '184948.043000', '184948.046000', '184948.048000', '184948.051000', '184948.053000', '184948.056000', '184948.059000', '184948.061000', '184948.064000', '184948.076000', '184948.078000', '184948.081000', '184948.083000', '184948.086000', '184948.089000', '184948.091000', '184948.094000', '184948.096000', '184948.099000', '184948.101000', '184948.104000', '184948.107000', '184948.109000', '184948.112000', '184948.114000', '184948.117000', '184948.120000', '184948.122000', '184948.125000', '184948.128000', '184948.130000', '185008.010000', '185008.013000', '185008.016000', '185008.019000', '185008.021000', '185008.024000', '185008.026000', '185008.029000', '185008.032000', '185008.034000', '185008.037000', '185008.039000', '185008.042000', '185008.045000', '185008.048000', '185008.050000', '185008.053000', '185008.055000', '185008.058000', '185008.061000', '185008.063000', '185008.066000', '185008.068000', '185008.071000', '185008.074000', '185008.076000', '185008.079000', '185008.082000', '185008.084000', '185008.087000', '185008.089000', '185008.092000', '185008.095000', '185008.097000', '185008.100000', '185008.102000', '185008.105000', '185008.108000', '185008.110000', '185008.113000', '185008.115000', '185008.118000', '185008.120000', '185008.123000', '185019.910000', '185019.913000', '185019.915000', '185019.918000', '185019.920000', '185019.923000', '185019.926000', '185019.928000', '185019.931000', '185019.933000', '185019.936000', '185019.939000', '185019.941000', '185019.944000', '185019.946000', '185019.949000', '185019.952000', '185019.954000', '185019.957000', '185019.959000', '185019.962000', '185019.965000', '185019.967000', '185019.970000', '185019.973000', '185019.975000'], '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': [8535, 8097, 8581, 7560, 7392, 7975, 8656, 8459, 7455, 8967, 8062, 7203, 8767, 7323, 7176, 7954, 7442, 8485, 7664, 7387, 7233, 8482, 8298, 6996, 7259, 8799, 7356, 8577, 8225, 7160, 8158, 7665, 7236, 7820, 7128, 6887, 7849, 7382, 7282, 8135, 7137, 6887, 8213, 8280, 8700, 8179, 7174, 7571, 7557, 7875, 8007, 7489, 7317, 7895, 6946, 7592, 7774, 6959, 7736, 7540, 7716, 8149, 7196, 7274, 7963, 7794, 8123, 7293, 7069, 7938, 7636, 7433, 7089, 7618, 7596, 6883, 7596, 7461, 7530, 7918, 7025, 7280, 7957, 7094, 7490, 7387, 6949, 7653, 7242, 7236, 7524, 7193, 7375, 7934, 7076, 7665, 7855, 7326, 6997, 8010, 7659, 7867, 7584, 7501, 7057, 7793, 7321, 8082, 7478, 7314, 7429, 7345, 7023, 7457, 7781, 6950, 7706, 7246, 7250, 7648, 7604, 7101, 7408, 7356, 7015, 7391, 7419, 7202, 7468, 7487, 7688, 7509, 7250, 6871, 7249, 7336, 7230, 7373, 7055, 7815, 7647, 6988, 7657, 7606, 7027, 7566, 6967, 7428, 7356, 7203, 7461, 7793, 7487, 6932, 7481, 7276, 7814, 7507, 6970, 7467, 7059, 7704, 7629, 6935, 7373, 7239, 7638, 7555, 7255, 7657, 7122, 7631, 7096, 7691, 7676, 6922, 7862, 7221, 7279, 7728, 7019, 7449, 7921, 7239, 7717, 7151, 7651, 7930, 6924, 7485, 7471, 7325, 8079, 7346, 7750, 7506, 7660, 7896, 7704, 7332, 7220, 7230, 7072, 7740, 7735, 7061, 8183, 7715, 7839, 6871, 7472, 7794, 7584, 7439, 7590, 8568, 7270, 7925, 7454, 7917, 7856, 6877, 7552, 7614, 6922, 7664, 7893, 7466, 8040, 7590, 8180, 8090, 7134, 7582, 7467, 8061, 7610, 6984, 7756, 7452, 6954, 8085, 7108, 8059, 7824, 7285, 7354, 7667, 7091, 7148, 7362, 7620, 7824, 7214, 7070, 7552, 6943, 7808, 7190, 7930, 7497, 7269, 7035, 7648, 7263, 7377, 7199, 6941, 7626, 7740, 7883, 7022, 7096, 7550, 6991, 7816, 7395, 8147, 7660, 6936, 7963, 7252, 9112, 7363, 7430, 6799, 7812, 7691, 8821, 7789, 7114, 9782, 8865, 8520, 7491, 8306, 7536, 8660, 8232, 7492, 8680, 7874, 7707, 8206, 7459, 8574, 7569, 9114, 7915, 7978, 8343, 7786, 7833, 7326, 7631, 7771, 7133, 8188, 7615, 9141, 7804, 7235, 8027, 7306, 9045, 7477, 7264, 8060, 7074, 8148, 7602, 7252, 8391, 7305, 7245, 8118, 7232, 8096, 8672, 8355, 7215, 7105, 7294, 8680, 7626, 6924, 8209, 7210, 8315, 7467, 7042, 7994, 7244, 8383, 7645, 7708, 8094, 6958, 8257, 7267, 8882, 7883, 7062, 8118, 7351, 8876, 7760, 6988, 7847, 7660, 8670, 7839, 7207, 9225, 7792, 8433, 7402, 7341, 7281, 7297, 7342, 7053, 7735, 7292, 7172, 7555, 8268, 7801, 6952, 7228, 7142, 7643, 7532, 7670, 7283, 7232, 7317, 7467, 7561, 7570, 7085, 7198, 7122, 6994, 7607, 6986, 7576, 6968, 7550, 7397, 7302, 7503, 7262, 7546, 7737, 7269, 7765, 6932, 7465, 7634, 7584, 7413, 7285, 6945, 7747, 7202, 7322, 7213, 7854, 7696, 7635, 7463, 7708, 7419, 7726, 7179, 7019, 7544, 7104, 7604, 7699, 7269, 7498, 7222, 7587, 7566, 7005, 7675, 7525, 7368, 7526, 7501, 7003, 7775, 7031, 7406, 7682, 6993, 7401, 7466, 6989, 7905, 6964, 7691, 7701, 7174, 7507, 7315, 6946, 7290, 8253, 7666, 7646, 7113, 7042, 7541, 7990, 7721, 7551, 7313, 7630, 7024, 7527, 7317, 8080, 7290, 7650, 8018, 7475, 7890, 7598, 7318, 8322, 7482, 8076, 8203, 7694, 7477, 7701, 7315, 7619, 8046, 7019, 7256, 7893, 7380, 8405, 8101, 7102, 6988, 7974, 7125, 8330, 7146, 7769, 8200, 7116, 7145, 8158, 7092, 7275, 7989, 7987, 6947, 8135, 7350, 8191, 8048, 7674, 7273, 8214, 6997, 7250, 8198, 7018, 7340, 8041, 6960, 8122, 7655, 7012, 8396, 7890, 7160, 8238, 7200, 8291, 8189, 7493, 6990, 8397, 7228, 7004, 8309, 7466, 8024, 8333, 7288, 6998, 8169, 7177, 7994, 8184, 7795, 7239, 8250, 7473, 7597, 8175, 7259, 7678, 8316, 7046, 7150, 8172, 7609, 7325, 8218, 7680, 7469, 8342, 7318, 7538, 7996, 7133, 8083, 7243, 7721, 8273, 7661, 8212, 6990, 8171, 7198, 7067, 7902, 7111, 7664, 7778, 7271, 8377, 7141, 7742, 8187, 7586, 8309, 7322, 8321, 8159, 7160, 8168, 7800, 7507, 8277, 7204, 7690, 8138, 7854, 7848, 7014, 8370, 7545, 8175, 7658, 7579, 8311, 7213, 8470, 7203, 7818, 8232, 6991, 8256, 7256, 7821, 7774, 7628, 7531, 7400, 7303, 7582, 7489, 7060, 7750, 7342, 7454, 7688, 7177, 7106, 7219, 8229, 7232, 7594, 7153, 7563, 7396, 7272, 7430, 6956, 7348, 7343, 7909, 7518, 8112, 8770, 7142, 7437, 8111, 7163, 7483, 7736, 7984, 7126, 8097, 7974, 6985, 7703, 7095, 7846, 8036, 7324, 7071, 7985, 7177, 7839, 7645, 6985, 7164, 7876, 7418, 8060, 6987, 7441, 7930, 6897, 7850, 7593, 8049, 7524, 6972, 7719, 7012, 6989, 7991, 7753, 7668, 7277, 7438, 7731, 7046, 7819, 6976, 7916, 7252, 6906, 7857, 6926, 8350, 7361, 7050, 7797, 7001, 7650, 7385, 7885, 7526, 7260, 8036, 7392, 7594, 7239, 6947, 8094, 6985, 7967, 7211, 7990, 7272, 8216, 7309, 7437, 7997, 6990, 8138, 7110, 8308, 7140, 7288, 7672, 6926, 8044, 7047, 7689, 7635, 7004, 8152, 7355, 7923, 7573, 7681, 8080, 7072, 8234, 7574, 7179, 8183, 7946, 8320, 6982, 7607, 7966, 6988, 8179, 7057, 7674, 8283, 7560, 7627, 7645, 7581, 7629, 8031, 6988, 7973, 7737, 7184, 7236, 7319, 7697, 7728, 7922, 7735, 7148, 8488, 9043, 9176, 8201, 7327, 7451, 6993, 7686, 7491, 6997, 7708, 7054, 7366, 7866, 7136, 7215, 7409, 7317, 7620, 7326, 7611, 7326, 7788, 7559, 7828, 8493, 7722, 7097, 7523, 8369, 7554, 8175, 8229, 8860, 8238, 7010, 7508, 7379, 8065, 8053, 7056, 7105, 7983, 7285, 8086, 7170, 7463, 7980, 7011, 8096, 6933, 7447, 7897, 7594, 8097, 7375, 7956, 8276, 7213, 8096, 7028, 7969, 8118, 7735, 8387, 7986, 7323, 7962, 7567, 7756, 7812, 7768, 7776, 7640, 7473, 8240, 7450, 7817, 7633, 7514, 8228, 7464, 7352, 7817, 7161, 7392, 7373, 7271, 7818, 7353, 8156, 7873, 7074, 7273, 7857, 7297, 7536, 7439, 8256, 8017, 7753, 7843, 8403, 7613, 7835, 7855, 7701, 7484, 7162, 7578, 7663, 7732, 7209, 7154, 8631, 7363, 7245, 7652, 6955, 7676, 7352, 6892, 7647, 6970, 7047, 7843, 7217, 7483, 7768, 7012, 6987, 7562, 7142, 7453, 7225, 7391, 7216, 7356, 6928, 7172, 7426, 7796, 7492, 7149, 7334, 7292, 7128, 7586, 6960, 6929, 7541, 7654, 7661, 6906, 7015, 7390, 6949, 7475, 7034, 7023, 7510, 7128, 7798, 7400, 7465, 7461, 7272, 7374, 7511, 7824, 7201, 7526, 7419, 7491, 7163, 7276, 7485, 7124, 7743, 7020, 6959, 7327, 7379, 7436, 7068, 7105, 7148, 7836, 7584, 7488, 8007, 7902, 7567, 7801, 8025, 7450, 8053, 8060, 8442, 7971, 7676, 7379, 7778, 7362, 7925, 7352, 7406, 7822, 7204, 7321, 7635, 7141, 7900, 7364, 7088, 8060, 7437, 7822, 7724, 7156, 8065, 7212, 7404, 7837, 7282, 7217, 8270, 7093, 7276, 7795, 7407, 8100, 7476, 7284, 7824, 7071, 7035, 7478, 7232, 7618, 7933, 7038, 7337, 8696, 8013, 7053, 7866, 7733, 8443, 7539, 6972, 7307, 8130, 7741, 8250, 7247, 7134, 7894, 7294, 7446, 8074, 7373, 7985, 7637, 7127, 7880, 7490, 7215, 7853, 7330, 7178, 8010, 7028, 8061, 8000, 7223, 7233, 7526, 7115, 8122, 7210, 7969, 7786, 6937, 7090, 7883, 7073, 7780, 7782, 7061, 7895, 7270, 8064, 7178, 8421, 7904, 6990, 7810, 7041, 7569, 7928, 7111, 7194, 7815, 7401, 8419, 7866, 7057, 7851, 7415, 8322, 8092, 7747, 7972, 6833, 7805, 7411, 7919, 8208, 7014, 7893, 8061, 7673, 8049, 6879, 7951, 7330, 7653, 8187, 7167, 8158, 7296, 7642, 7813, 7543, 8062, 7826, 7727, 6934, 7145, 8542, 7080, 7641, 7192, 7877, 7356, 7688, 7435, 7141, 7314, 7195, 7411, 7521, 7423, 7496, 6928, 7211, 7153, 7311, 7419, 7071, 7051, 7092, 7863, 7375, 8518, 7261, 7151, 7363, 7188, 8472, 7381, 7190, 7343, 7041, 7180, 7245, 7624, 7652, 7288, 7060, 6916, 6904, 7419, 7201, 7333, 6865, 7164, 7134, 7113, 7368, 6852, 6972, 6916, 7556, 7399, 7774, 7413, 6621, 7311, 7088, 7216, 7362, 7764, 7374, 7179, 7485, 6892, 7635, 6924, 8218, 7214, 7758, 7540, 7184, 7616, 7397, 7823, 7477, 7056, 7223, 7012, 7565, 7633, 7999, 7432, 7492, 7555, 7062, 7057, 7337, 8214, 7308, 6861, 7072, 7455, 8551, 7208, 6822, 7467, 6960, 7628, 7307, 7377, 7405, 7019, 6870, 7282, 7718, 7308, 7894, 7544, 7170, 7775, 7226, 8852, 7186, 7234, 7713, 7057, 8572, 7426, 8431, 7341, 6831, 7661, 7544, 7775, 7531, 7024, 7452, 7019, 7643, 7384, 8398, 7485, 7072, 7694, 7044, 7897, 7302, 8512, 7502, 6897, 7483, 6927, 7343, 7367, 8260, 7255, 7702, 7529, 7107, 7360, 6966, 6871, 7205, 7812, 7241, 7126, 6807, 6978, 7242, 8579, 7256, 7105, 6977, 7656, 7207, 7397, 7429, 7631, 7249, 7841, 7364, 6973, 7827, 7034, 7366, 7054, 7138, 8148, 7304, 6996, 7115, 6962, 6884, 7458, 7392], 'WindowCenter': [4259.0, 4242.0, 4230.0, 4213.0, 4194.0, 4196.0, 4200.0, 4202.0, 4182.0, 4218.0, 4192.0, 4180.0, 4191.0, 4186.0, 4169.0, 4199.0, 4181.0, 4201.0, 4194.0, 4192.0, 4193.0, 4214.0, 4204.0, 4180.0, 4174.0, 4200.0, 4190.0, 4198.0, 4205.0, 4182.0, 4192.0, 4189.0, 4177.0, 4182.0, 4171.0, 4165.0, 4185.0, 4177.0, 4176.0, 4193.0, 4177.0, 4178.0, 4204.0, 4205.0, 4206.0, 4200.0, 4167.0, 4177.0, 4182.0, 4174.0, 4182.0, 4170.0, 4168.0, 4177.0, 4163.0, 4180.0, 4181.0, 4163.0, 4179.0, 4178.0, 4179.0, 4180.0, 4173.0, 4169.0, 4180.0, 4167.0, 4182.0, 4170.0, 4169.0, 4201.0, 4181.0, 4173.0, 4167.0, 4172.0, 4180.0, 4170.0, 4173.0, 4166.0, 4177.0, 4178.0, 4164.0, 4162.0, 4177.0, 4155.0, 4176.0, 4181.0, 4162.0, 4179.0, 4168.0, 4172.0, 4181.0, 4162.0, 4175.0, 4189.0, 4180.0, 4191.0, 4191.0, 4175.0, 4166.0, 4187.0, 4186.0, 4192.0, 4179.0, 4173.0, 4167.0, 4174.0, 4172.0, 4173.0, 4166.0, 4164.0, 4164.0, 4165.0, 4155.0, 4165.0, 4178.0, 4165.0, 4165.0, 4166.0, 4164.0, 4176.0, 4177.0, 4166.0, 4166.0, 4165.0, 4166.0, 4168.0, 4165.0, 4164.0, 4165.0, 4166.0, 4176.0, 4177.0, 4166.0, 4149.0, 4166.0, 4178.0, 4161.0, 4166.0, 4165.0, 4177.0, 4178.0, 4166.0, 4177.0, 4178.0, 4162.0, 4179.0, 4167.0, 4168.0, 4159.0, 4163.0, 4166.0, 4161.0, 4164.0, 4152.0, 4163.0, 4164.0, 4174.0, 4177.0, 4168.0, 4177.0, 4178.0, 4190.0, 4190.0, 4179.0, 4179.0, 4179.0, 4191.0, 4175.0, 4173.0, 4180.0, 4165.0, 4180.0, 4170.0, 4177.0, 4176.0, 4171.0, 4192.0, 4179.0, 4178.0, 4179.0, 4166.0, 4181.0, 4186.0, 4176.0, 4179.0, 4170.0, 4181.0, 4181.0, 4162.0, 4169.0, 4179.0, 4164.0, 4180.0, 4172.0, 4167.0, 4167.0, 4182.0, 4181.0, 4182.0, 4192.0, 4180.0, 4180.0, 4168.0, 4179.0, 4180.0, 4180.0, 4204.0, 4195.0, 4193.0, 4169.0, 4173.0, 4189.0, 4181.0, 4179.0, 4166.0, 4188.0, 4156.0, 4165.0, 4149.0, 4160.0, 4165.0, 4142.0, 4155.0, 4154.0, 4152.0, 4164.0, 4166.0, 4154.0, 4178.0, 4167.0, 4178.0, 4167.0, 4156.0, 4166.0, 4150.0, 4167.0, 4167.0, 4156.0, 4167.0, 4157.0, 4151.0, 4175.0, 4169.0, 4179.0, 4181.0, 4169.0, 4180.0, 4193.0, 4165.0, 4169.0, 4179.0, 4179.0, 4176.0, 4168.0, 4168.0, 4178.0, 4167.0, 4180.0, 4169.0, 4180.0, 4168.0, 4166.0, 4162.0, 4173.0, 4166.0, 4179.0, 4168.0, 4161.0, 4174.0, 4173.0, 4177.0, 4166.0, 4150.0, 4180.0, 4179.0, 4181.0, 4180.0, 4175.0, 4178.0, 4163.0, 4194.0, 4181.0, 4186.0, 4170.0, 4181.0, 4156.0, 4176.0, 4177.0, 4185.0, 4178.0, 4167.0, 4193.0, 4177.0, 4176.0, 4153.0, 4163.0, 4152.0, 4161.0, 4158.0, 4154.0, 4175.0, 4166.0, 4149.0, 4165.0, 4158.0, 4170.0, 4160.0, 4169.0, 4161.0, 4160.0, 4176.0, 4171.0, 4173.0, 4168.0, 4185.0, 4175.0, 4160.0, 4181.0, 4167.0, 4192.0, 4170.0, 4162.0, 4181.0, 4171.0, 4189.0, 4173.0, 4170.0, 4181.0, 4171.0, 4179.0, 4181.0, 4165.0, 4182.0, 4166.0, 4171.0, 4182.0, 4170.0, 4182.0, 4180.0, 4169.0, 4157.0, 4157.0, 4158.0, 4177.0, 4163.0, 4159.0, 4181.0, 4168.0, 4192.0, 4178.0, 4168.0, 4184.0, 4168.0, 4192.0, 4177.0, 4177.0, 4183.0, 4170.0, 4181.0, 4171.0, 4192.0, 4181.0, 4169.0, 4180.0, 4172.0, 4191.0, 4181.0, 4170.0, 4180.0, 4171.0, 4183.0, 4173.0, 4162.0, 4197.0, 4183.0, 4191.0, 4180.0, 4167.0, 4166.0, 4170.0, 4161.0, 4170.0, 4181.0, 4166.0, 4180.0, 4178.0, 4187.0, 4169.0, 4152.0, 4164.0, 4156.0, 4176.0, 4177.0, 4166.0, 4166.0, 4165.0, 4161.0, 4166.0, 4167.0, 4167.0, 4148.0, 4158.0, 4155.0, 4166.0, 4180.0, 4169.0, 4180.0, 4168.0, 4181.0, 4182.0, 4173.0, 4168.0, 4172.0, 4178.0, 4178.0, 4177.0, 4179.0, 4167.0, 4167.0, 4179.0, 4186.0, 4180.0, 4178.0, 4167.0, 4178.0, 4178.0, 4180.0, 4168.0, 4181.0, 4167.0, 4165.0, 4166.0, 4177.0, 4166.0, 4168.0, 4157.0, 4155.0, 4166.0, 4158.0, 4178.0, 4179.0, 4166.0, 4167.0, 4170.0, 4190.0, 4181.0, 4155.0, 4166.0, 4168.0, 4166.0, 4178.0, 4169.0, 4168.0, 4168.0, 4155.0, 4165.0, 4168.0, 4169.0, 4179.0, 4170.0, 4168.0, 4180.0, 4157.0, 4166.0, 4181.0, 4160.0, 4167.0, 4166.0, 4166.0, 4178.0, 4189.0, 4176.0, 4176.0, 4166.0, 4166.0, 4180.0, 4190.0, 4181.0, 4165.0, 4164.0, 4165.0, 4166.0, 4179.0, 4171.0, 4180.0, 4172.0, 4180.0, 4197.0, 4172.0, 4199.0, 4178.0, 4186.0, 4206.0, 4188.0, 4192.0, 4192.0, 4181.0, 4170.0, 4183.0, 4172.0, 4180.0, 4181.0, 4170.0, 4169.0, 4191.0, 4182.0, 4191.0, 4179.0, 4168.0, 4170.0, 4181.0, 4170.0, 4192.0, 4168.0, 4178.0, 4190.0, 4171.0, 4170.0, 4191.0, 4169.0, 4170.0, 4192.0, 4181.0, 4171.0, 4191.0, 4171.0, 4190.0, 4181.0, 4179.0, 4169.0, 4191.0, 4165.0, 4170.0, 4179.0, 4167.0, 4179.0, 4192.0, 4170.0, 4180.0, 4180.0, 4172.0, 4191.0, 4180.0, 4170.0, 4189.0, 4171.0, 4190.0, 4190.0, 4170.0, 4170.0, 4180.0, 4170.0, 4170.0, 4189.0, 4183.0, 4179.0, 4191.0, 4170.0, 4168.0, 4190.0, 4172.0, 4179.0, 4192.0, 4180.0, 4169.0, 4191.0, 4170.0, 4181.0, 4189.0, 4169.0, 4181.0, 4189.0, 4170.0, 4171.0, 4193.0, 4182.0, 4171.0, 4179.0, 4178.0, 4170.0, 4189.0, 4169.0, 4179.0, 4180.0, 4169.0, 4180.0, 4169.0, 4179.0, 4191.0, 4168.0, 4178.0, 4155.0, 4178.0, 4158.0, 4157.0, 4178.0, 4156.0, 4172.0, 4180.0, 4171.0, 4190.0, 4168.0, 4179.0, 4191.0, 4181.0, 4192.0, 4182.0, 4192.0, 4180.0, 4169.0, 4191.0, 4183.0, 4170.0, 4189.0, 4182.0, 4179.0, 4192.0, 4194.0, 4194.0, 4172.0, 4192.0, 4193.0, 4193.0, 4183.0, 4181.0, 4191.0, 4168.0, 4191.0, 4183.0, 4181.0, 4188.0, 4168.0, 4179.0, 4170.0, 4183.0, 4183.0, 4174.0, 4180.0, 4187.0, 4179.0, 4191.0, 4178.0, 4167.0, 4178.0, 4166.0, 4166.0, 4178.0, 4168.0, 4155.0, 4166.0, 4170.0, 4169.0, 4172.0, 4167.0, 4165.0, 4163.0, 4166.0, 4168.0, 4165.0, 4166.0, 4168.0, 4191.0, 4183.0, 4183.0, 4180.0, 4169.0, 4167.0, 4192.0, 4178.0, 4179.0, 4182.0, 4194.0, 4185.0, 4193.0, 4183.0, 4166.0, 4183.0, 4173.0, 4176.0, 4181.0, 4172.0, 4170.0, 4194.0, 4171.0, 4181.0, 4183.0, 4171.0, 4170.0, 4181.0, 4164.0, 4181.0, 4170.0, 4169.0, 4180.0, 4163.0, 4179.0, 4168.0, 4178.0, 4168.0, 4157.0, 4178.0, 4165.0, 4158.0, 4180.0, 4177.0, 4179.0, 4166.0, 4177.0, 4179.0, 4168.0, 4178.0, 4166.0, 4179.0, 4168.0, 4169.0, 4178.0, 4167.0, 4189.0, 4179.0, 4170.0, 4180.0, 4169.0, 4181.0, 4161.0, 4179.0, 4179.0, 4168.0, 4180.0, 4169.0, 4173.0, 4177.0, 4168.0, 4193.0, 4166.0, 4182.0, 4182.0, 4191.0, 4170.0, 4180.0, 4162.0, 4163.0, 4171.0, 4169.0, 4182.0, 4166.0, 4191.0, 4171.0, 4177.0, 4183.0, 4171.0, 4191.0, 4171.0, 4179.0, 4190.0, 4166.0, 4186.0, 4181.0, 4192.0, 4182.0, 4179.0, 4175.0, 4163.0, 4192.0, 4181.0, 4164.0, 4190.0, 4175.0, 4192.0, 4169.0, 4179.0, 4175.0, 4169.0, 4190.0, 4171.0, 4173.0, 4191.0, 4169.0, 4181.0, 4183.0, 4171.0, 4176.0, 4183.0, 4179.0, 4184.0, 4194.0, 4187.0, 4179.0, 4175.0, 4180.0, 4180.0, 4190.0, 4178.0, 4156.0, 4181.0, 4176.0, 4175.0, 4164.0, 4152.0, 4142.0, 4152.0, 4164.0, 4150.0, 4151.0, 4158.0, 4155.0, 4166.0, 4177.0, 4155.0, 4166.0, 4164.0, 4166.0, 4165.0, 4153.0, 4167.0, 4151.0, 4165.0, 4164.0, 4167.0, 4186.0, 4195.0, 4169.0, 4177.0, 4194.0, 4177.0, 4186.0, 4190.0, 4192.0, 4180.0, 4159.0, 4170.0, 4165.0, 4180.0, 4181.0, 4169.0, 4168.0, 4181.0, 4177.0, 4181.0, 4170.0, 4170.0, 4174.0, 4169.0, 4181.0, 4172.0, 4170.0, 4182.0, 4165.0, 4180.0, 4181.0, 4180.0, 4192.0, 4170.0, 4180.0, 4181.0, 4194.0, 4187.0, 4164.0, 4179.0, 4173.0, 4167.0, 4183.0, 4181.0, 4163.0, 4169.0, 4169.0, 4180.0, 4164.0, 4169.0, 4174.0, 4168.0, 4167.0, 4180.0, 4170.0, 4178.0, 4157.0, 4168.0, 4180.0, 4170.0, 4167.0, 4168.0, 4168.0, 4184.0, 4173.0, 4175.0, 4182.0, 4155.0, 4176.0, 4193.0, 4166.0, 4171.0, 4170.0, 4179.0, 4182.0, 4165.0, 4169.0, 4192.0, 4195.0, 4178.0, 4182.0, 4175.0, 4181.0, 4170.0, 4181.0, 4179.0, 4177.0, 4162.0, 4151.0, 4177.0, 4154.0, 4154.0, 4165.0, 4149.0, 4166.0, 4165.0, 4153.0, 4165.0, 4161.0, 4164.0, 4183.0, 4177.0, 4162.0, 4179.0, 4169.0, 4173.0, 4167.0, 4166.0, 4165.0, 4155.0, 4162.0, 4150.0, 4153.0, 4149.0, 4154.0, 4152.0, 4160.0, 4168.0, 4157.0, 4166.0, 4166.0, 4162.0, 4179.0, 4158.0, 4168.0, 4176.0, 4177.0, 4175.0, 4161.0, 4167.0, 4161.0, 4150.0, 4167.0, 4166.0, 4167.0, 4167.0, 4155.0, 4170.0, 4170.0, 4171.0, 4168.0, 4160.0, 4180.0, 4170.0, 4172.0, 4169.0, 4165.0, 4156.0, 4165.0, 4155.0, 4162.0, 4166.0, 4155.0, 4167.0, 4147.0, 4154.0, 4164.0, 4166.0, 4164.0, 4154.0, 4154.0, 4153.0, 4164.0, 4172.0, 4171.0, 4179.0, 4168.0, 4170.0, 4162.0, 4174.0, 4165.0, 4181.0, 4181.0, 4182.0, 4170.0, 4169.0, 4158.0, 4162.0, 4156.0, 4180.0, 4170.0, 4158.0, 4168.0, 4163.0, 4171.0, 4167.0, 4155.0, 4176.0, 4171.0, 4159.0, 4185.0, 4165.0, 4170.0, 4167.0, 4155.0, 4179.0, 4166.0, 4166.0, 4168.0, 4168.0, 4182.0, 4193.0, 4167.0, 4168.0, 4178.0, 4170.0, 4184.0, 4166.0, 4166.0, 4166.0, 4171.0, 4168.0, 4183.0, 4184.0, 4171.0, 4177.0, 4157.0, 4166.0, 4189.0, 4186.0, 4169.0, 4178.0, 4180.0, 4179.0, 4173.0, 4161.0, 4159.0, 4169.0, 4163.0, 4182.0, 4171.0, 4167.0, 4181.0, 4173.0, 4170.0, 4182.0, 4171.0, 4176.0, 4173.0, 4166.0, 4175.0, 4177.0, 4168.0, 4183.0, 4173.0, 4170.0, 4183.0, 4174.0, 4177.0, 4183.0, 4166.0, 4168.0, 4184.0, 4156.0, 4181.0, 4170.0, 4163.0, 4164.0, 4153.0, 4161.0, 4175.0, 4160.0, 4170.0, 4171.0, 4161.0, 4180.0, 4171.0, 4170.0, 4158.0, 4168.0, 4168.0, 4144.0, 4167.0, 4158.0, 4166.0, 4178.0, 4157.0, 4171.0, 4181.0, 4165.0, 4192.0, 4181.0, 4169.0, 4180.0, 4171.0, 4192.0, 4181.0, 4155.0, 4167.0, 4146.0, 4156.0, 4155.0, 4163.0, 4178.0, 4138.0, 4165.0, 4162.0, 4169.0, 4181.0, 4159.0, 4179.0, 4170.0, 4166.0, 4180.0, 4154.0, 4175.0, 4154.0, 4170.0, 4164.0, 4175.0, 4182.0, 4162.0, 4174.0, 4163.0, 4162.0, 4181.0, 4175.0, 4184.0, 4181.0, 4189.0, 4173.0, 4178.0, 4175.0, 4163.0, 4163.0, 4161.0, 4170.0, 4166.0, 4151.0, 4155.0, 4150.0, 4162.0, 4155.0, 4154.0, 4147.0, 4148.0, 4149.0, 4160.0, 4176.0, 4159.0, 4184.0, 4181.0, 4163.0, 4165.0, 4163.0, 4183.0, 4187.0, 4179.0, 4182.0, 4150.0, 4151.0, 4148.0, 4161.0, 4171.0, 4167.0, 4162.0, 4150.0, 4155.0, 4153.0, 4164.0, 4160.0, 4142.0, 4148.0, 4148.0, 4164.0, 4169.0, 4150.0, 4149.0, 4148.0, 4159.0, 4166.0, 4181.0, 4162.0, 4150.0, 4159.0, 4149.0, 4170.0, 4166.0, 4167.0, 4162.0, 4147.0, 4149.0, 4153.0, 4174.0, 4156.0, 4177.0, 4165.0, 4164.0, 4164.0, 4163.0, 4179.0, 4165.0, 4172.0, 4166.0, 4149.0, 4161.0, 4150.0, 4182.0, 4179.0, 4175.0, 4154.0, 4152.0, 4169.0, 4155.0, 4151.0, 4152.0, 4174.0, 4159.0, 4151.0, 4163.0, 4162.0, 4170.0, 4177.0, 4155.0, 4171.0, 4162.0, 4180.0, 4169.0, 4163.0, 4166.0, 4162.0, 4165.0, 4161.0, 4167.0, 4163.0, 4170.0, 4173.0, 4160.0, 4161.0, 4162.0, 4187.0, 4155.0, 4161.0, 4187.0, 4181.0, 4202.0, 4168.0, 4173.0, 4163.0, 4164.0, 4179.0, 4166.0, 4166.0, 4161.0, 4155.0, 4161.0, 4155.0, 4163.0, 4151.0, 4168.0, 4154.0, 4153.0, 4171.0, 4152.0, 4179.0, 4159.0, 4169.0, 4166.0, 4150.0, 4168.0, 4153.0, 4162.0, 4151.0, 4177.0, 4161.0, 4165.0, 4162.0, 4151.0, 4165.0, 4164.0, 4168.0, 4169.0, 4173.0, 4163.0, 4162.0, 4158.0, 4164.0, 4177.0, 4183.0, 4173.0, 4162.0, 4179.0, 4186.0, 4185.0, 4180.0, 4166.0, 4163.0, 4160.0, 4170.0, 4165.0, 4149.0, 4165.0, 4159.0, 4155.0, 4149.0, 4149.0, 4171.0, 4168.0, 4162.0, 4158.0, 4157.0, 4151.0, 4168.0, 4174.0], 'WindowWidth': [9460.0, 9427.0, 9393.0, 9370.0, 9330.0, 9329.0, 9326.0, 9332.0, 9305.0, 9360.0, 9317.0, 9296.0, 9310.0, 9306.0, 9278.0, 9331.0, 9300.0, 9324.0, 9320.0, 9317.0, 9321.0, 9350.0, 9334.0, 9299.0, 9287.0, 9327.0, 9318.0, 9324.0, 9337.0, 9301.0, 9314.0, 9310.0, 9291.0, 9300.0, 9285.0, 9272.0, 9298.0, 9291.0, 9291.0, 9319.0, 9294.0, 9296.0, 9336.0, 9341.0, 9339.0, 9328.0, 9277.0, 9289.0, 9300.0, 9282.0, 9299.0, 9280.0, 9275.0, 9286.0, 9263.0, 9294.0, 9298.0, 9266.0, 9289.0, 9288.0, 9292.0, 9294.0, 9285.0, 9275.0, 9289.0, 9269.0, 9297.0, 9280.0, 9281.0, 9329.0, 9299.0, 9282.0, 9274.0, 9279.0, 9298.0, 9281.0, 9280.0, 9270.0, 9287.0, 9289.0, 9267.0, 9261.0, 9285.0, 9254.0, 9289.0, 9299.0, 9263.0, 9290.0, 9277.0, 9277.0, 9299.0, 9267.0, 9289.0, 9306.0, 9300.0, 9315.0, 9316.0, 9287.0, 9273.0, 9304.0, 9306.0, 9315.0, 9297.0, 9281.0, 9275.0, 9285.0, 9278.0, 9281.0, 9272.0, 9267.0, 9266.0, 9269.0, 9255.0, 9270.0, 9292.0, 9269.0, 9269.0, 9272.0, 9267.0, 9285.0, 9288.0, 9271.0, 9271.0, 9267.0, 9275.0, 9277.0, 9269.0, 9267.0, 9268.0, 9273.0, 9286.0, 9290.0, 9271.0, 9244.0, 9271.0, 9290.0, 9264.0, 9274.0, 9270.0, 9292.0, 9293.0, 9275.0, 9290.0, 9292.0, 9265.0, 9295.0, 9274.0, 9276.0, 9255.0, 9263.0, 9269.0, 9259.0, 9266.0, 9247.0, 9263.0, 9267.0, 9282.0, 9290.0, 9278.0, 9293.0, 9293.0, 9313.0, 9312.0, 9297.0, 9297.0, 9295.0, 9314.0, 9288.0, 9282.0, 9296.0, 9275.0, 9297.0, 9281.0, 9289.0, 9289.0, 9285.0, 9314.0, 9294.0, 9291.0, 9294.0, 9276.0, 9300.0, 9302.0, 9286.0, 9293.0, 9280.0, 9297.0, 9297.0, 9266.0, 9280.0, 9292.0, 9270.0, 9294.0, 9284.0, 9271.0, 9272.0, 9296.0, 9298.0, 9301.0, 9319.0, 9295.0, 9298.0, 9278.0, 9292.0, 9296.0, 9299.0, 9336.0, 9321.0, 9316.0, 9279.0, 9281.0, 9310.0, 9298.0, 9294.0, 9270.0, 9300.0, 9254.0, 9265.0, 9238.0, 9253.0, 9262.0, 9226.0, 9246.0, 9246.0, 9244.0, 9261.0, 9266.0, 9247.0, 9286.0, 9271.0, 9284.0, 9269.0, 9253.0, 9266.0, 9241.0, 9268.0, 9269.0, 9252.0, 9268.0, 9257.0, 9247.0, 9282.0, 9277.0, 9291.0, 9296.0, 9279.0, 9296.0, 9317.0, 9271.0, 9278.0, 9295.0, 9294.0, 9288.0, 9278.0, 9279.0, 9289.0, 9274.0, 9294.0, 9278.0, 9293.0, 9276.0, 9270.0, 9264.0, 9280.0, 9271.0, 9293.0, 9279.0, 9261.0, 9283.0, 9278.0, 9286.0, 9270.0, 9243.0, 9297.0, 9296.0, 9297.0, 9298.0, 9281.0, 9290.0, 9267.0, 9321.0, 9299.0, 9297.0, 9280.0, 9296.0, 9258.0, 9283.0, 9286.0, 9296.0, 9289.0, 9273.0, 9304.0, 9282.0, 9277.0, 9243.0, 9255.0, 9241.0, 9253.0, 9247.0, 9246.0, 9274.0, 9266.0, 9236.0, 9263.0, 9254.0, 9271.0, 9257.0, 9268.0, 9258.0, 9255.0, 9279.0, 9275.0, 9283.0, 9273.0, 9302.0, 9288.0, 9262.0, 9290.0, 9267.0, 9306.0, 9273.0, 9265.0, 9290.0, 9277.0, 9301.0, 9287.0, 9275.0, 9292.0, 9281.0, 9288.0, 9295.0, 9268.0, 9297.0, 9271.0, 9279.0, 9295.0, 9278.0, 9297.0, 9287.0, 9272.0, 9253.0, 9254.0, 9256.0, 9281.0, 9262.0, 9259.0, 9294.0, 9276.0, 9310.0, 9291.0, 9279.0, 9303.0, 9277.0, 9311.0, 9290.0, 9289.0, 9299.0, 9279.0, 9293.0, 9280.0, 9308.0, 9293.0, 9276.0, 9292.0, 9282.0, 9307.0, 9293.0, 9277.0, 9291.0, 9280.0, 9297.0, 9284.0, 9263.0, 9314.0, 9299.0, 9313.0, 9295.0, 9274.0, 9269.0, 9280.0, 9258.0, 9279.0, 9294.0, 9270.0, 9297.0, 9291.0, 9300.0, 9277.0, 9248.0, 9268.0, 9256.0, 9285.0, 9286.0, 9268.0, 9268.0, 9266.0, 9259.0, 9269.0, 9270.0, 9272.0, 9238.0, 9258.0, 9254.0, 9270.0, 9293.0, 9278.0, 9295.0, 9277.0, 9298.0, 9300.0, 9281.0, 9277.0, 9278.0, 9289.0, 9290.0, 9290.0, 9292.0, 9273.0, 9275.0, 9293.0, 9305.0, 9295.0, 9290.0, 9275.0, 9292.0, 9289.0, 9296.0, 9277.0, 9296.0, 9274.0, 9268.0, 9272.0, 9288.0, 9270.0, 9272.0, 9257.0, 9253.0, 9270.0, 9261.0, 9291.0, 9292.0, 9270.0, 9274.0, 9279.0, 9312.0, 9299.0, 9255.0, 9269.0, 9273.0, 9270.0, 9290.0, 9277.0, 9275.0, 9274.0, 9254.0, 9267.0, 9275.0, 9278.0, 9295.0, 9278.0, 9273.0, 9292.0, 9259.0, 9270.0, 9300.0, 9259.0, 9274.0, 9273.0, 9273.0, 9294.0, 9307.0, 9286.0, 9286.0, 9270.0, 9271.0, 9297.0, 9308.0, 9296.0, 9268.0, 9263.0, 9268.0, 9271.0, 9294.0, 9280.0, 9289.0, 9280.0, 9297.0, 9323.0, 9282.0, 9326.0, 9293.0, 9309.0, 9343.0, 9310.0, 9315.0, 9315.0, 9295.0, 9280.0, 9300.0, 9282.0, 9292.0, 9294.0, 9277.0, 9275.0, 9309.0, 9299.0, 9308.0, 9290.0, 9274.0, 9278.0, 9295.0, 9282.0, 9311.0, 9275.0, 9289.0, 9307.0, 9285.0, 9283.0, 9311.0, 9277.0, 9280.0, 9312.0, 9297.0, 9285.0, 9311.0, 9281.0, 9308.0, 9295.0, 9290.0, 9279.0, 9310.0, 9269.0, 9280.0, 9291.0, 9273.0, 9292.0, 9313.0, 9282.0, 9293.0, 9295.0, 9284.0, 9309.0, 9294.0, 9280.0, 9304.0, 9280.0, 9307.0, 9305.0, 9279.0, 9281.0, 9293.0, 9280.0, 9279.0, 9306.0, 9302.0, 9292.0, 9308.0, 9278.0, 9274.0, 9306.0, 9287.0, 9292.0, 9313.0, 9295.0, 9277.0, 9308.0, 9279.0, 9297.0, 9306.0, 9278.0, 9297.0, 9306.0, 9281.0, 9286.0, 9316.0, 9299.0, 9284.0, 9291.0, 9289.0, 9280.0, 9304.0, 9279.0, 9293.0, 9293.0, 9277.0, 9292.0, 9279.0, 9292.0, 9309.0, 9274.0, 9288.0, 9254.0, 9288.0, 9258.0, 9257.0, 9287.0, 9255.0, 9275.0, 9296.0, 9282.0, 9308.0, 9278.0, 9291.0, 9310.0, 9297.0, 9314.0, 9301.0, 9312.0, 9294.0, 9278.0, 9311.0, 9300.0, 9278.0, 9305.0, 9299.0, 9294.0, 9319.0, 9319.0, 9317.0, 9283.0, 9312.0, 9319.0, 9317.0, 9301.0, 9296.0, 9309.0, 9275.0, 9310.0, 9302.0, 9297.0, 9303.0, 9276.0, 9290.0, 9278.0, 9298.0, 9300.0, 9280.0, 9294.0, 9307.0, 9295.0, 9313.0, 9293.0, 9275.0, 9291.0, 9273.0, 9271.0, 9292.0, 9273.0, 9254.0, 9270.0, 9270.0, 9277.0, 9277.0, 9275.0, 9268.0, 9264.0, 9271.0, 9275.0, 9271.0, 9271.0, 9277.0, 9312.0, 9303.0, 9297.0, 9290.0, 9279.0, 9274.0, 9318.0, 9294.0, 9296.0, 9301.0, 9320.0, 9308.0, 9316.0, 9302.0, 9272.0, 9300.0, 9287.0, 9288.0, 9295.0, 9286.0, 9277.0, 9316.0, 9281.0, 9298.0, 9298.0, 9282.0, 9279.0, 9295.0, 9269.0, 9296.0, 9280.0, 9278.0, 9295.0, 9264.0, 9290.0, 9273.0, 9287.0, 9274.0, 9258.0, 9288.0, 9269.0, 9261.0, 9293.0, 9286.0, 9293.0, 9272.0, 9288.0, 9291.0, 9276.0, 9290.0, 9273.0, 9291.0, 9275.0, 9278.0, 9289.0, 9273.0, 9305.0, 9294.0, 9281.0, 9296.0, 9278.0, 9298.0, 9261.0, 9292.0, 9293.0, 9274.0, 9294.0, 9277.0, 9279.0, 9289.0, 9277.0, 9316.0, 9274.0, 9300.0, 9301.0, 9311.0, 9278.0, 9291.0, 9261.0, 9264.0, 9274.0, 9277.0, 9298.0, 9273.0, 9307.0, 9282.0, 9289.0, 9302.0, 9285.0, 9311.0, 9284.0, 9293.0, 9311.0, 9276.0, 9301.0, 9299.0, 9313.0, 9298.0, 9291.0, 9282.0, 9264.0, 9312.0, 9296.0, 9267.0, 9306.0, 9284.0, 9310.0, 9279.0, 9292.0, 9282.0, 9278.0, 9307.0, 9283.0, 9280.0, 9309.0, 9277.0, 9295.0, 9302.0, 9280.0, 9287.0, 9299.0, 9297.0, 9300.0, 9319.0, 9309.0, 9298.0, 9288.0, 9298.0, 9296.0, 9308.0, 9287.0, 9255.0, 9293.0, 9283.0, 9278.0, 9259.0, 9243.0, 9226.0, 9243.0, 9262.0, 9239.0, 9242.0, 9252.0, 9255.0, 9271.0, 9285.0, 9253.0, 9269.0, 9264.0, 9269.0, 9266.0, 9247.0, 9268.0, 9242.0, 9264.0, 9265.0, 9272.0, 9295.0, 9322.0, 9279.0, 9290.0, 9318.0, 9291.0, 9300.0, 9312.0, 9311.0, 9292.0, 9261.0, 9278.0, 9269.0, 9290.0, 9293.0, 9276.0, 9274.0, 9297.0, 9289.0, 9296.0, 9280.0, 9279.0, 9280.0, 9276.0, 9295.0, 9285.0, 9282.0, 9297.0, 9267.0, 9292.0, 9297.0, 9293.0, 9311.0, 9277.0, 9292.0, 9300.0, 9318.0, 9302.0, 9265.0, 9287.0, 9277.0, 9271.0, 9298.0, 9295.0, 9264.0, 9277.0, 9275.0, 9291.0, 9266.0, 9276.0, 9278.0, 9272.0, 9271.0, 9293.0, 9278.0, 9285.0, 9256.0, 9271.0, 9294.0, 9280.0, 9274.0, 9275.0, 9273.0, 9301.0, 9283.0, 9281.0, 9295.0, 9254.0, 9287.0, 9313.0, 9271.0, 9280.0, 9277.0, 9287.0, 9294.0, 9267.0, 9273.0, 9312.0, 9322.0, 9289.0, 9300.0, 9285.0, 9296.0, 9283.0, 9299.0, 9292.0, 9287.0, 9263.0, 9245.0, 9284.0, 9249.0, 9249.0, 9264.0, 9239.0, 9268.0, 9267.0, 9250.0, 9268.0, 9261.0, 9270.0, 9294.0, 9288.0, 9264.0, 9296.0, 9280.0, 9288.0, 9272.0, 9270.0, 9266.0, 9253.0, 9260.0, 9240.0, 9246.0, 9238.0, 9249.0, 9245.0, 9257.0, 9273.0, 9258.0, 9269.0, 9268.0, 9264.0, 9291.0, 9260.0, 9275.0, 9282.0, 9285.0, 9284.0, 9263.0, 9275.0, 9259.0, 9244.0, 9273.0, 9270.0, 9274.0, 9270.0, 9253.0, 9279.0, 9279.0, 9283.0, 9275.0, 9258.0, 9294.0, 9281.0, 9275.0, 9278.0, 9267.0, 9254.0, 9265.0, 9253.0, 9263.0, 9268.0, 9253.0, 9270.0, 9235.0, 9251.0, 9264.0, 9273.0, 9264.0, 9251.0, 9250.0, 9245.0, 9261.0, 9281.0, 9279.0, 9286.0, 9270.0, 9277.0, 9259.0, 9279.0, 9268.0, 9293.0, 9294.0, 9295.0, 9276.0, 9270.0, 9256.0, 9257.0, 9252.0, 9290.0, 9276.0, 9256.0, 9270.0, 9261.0, 9282.0, 9271.0, 9252.0, 9281.0, 9277.0, 9260.0, 9302.0, 9269.0, 9276.0, 9270.0, 9251.0, 9290.0, 9269.0, 9267.0, 9273.0, 9276.0, 9298.0, 9312.0, 9275.0, 9273.0, 9287.0, 9280.0, 9299.0, 9269.0, 9268.0, 9269.0, 9282.0, 9276.0, 9301.0, 9306.0, 9279.0, 9284.0, 9257.0, 9271.0, 9303.0, 9305.0, 9279.0, 9290.0, 9292.0, 9289.0, 9286.0, 9265.0, 9260.0, 9271.0, 9260.0, 9294.0, 9281.0, 9272.0, 9294.0, 9287.0, 9280.0, 9299.0, 9281.0, 9284.0, 9284.0, 9270.0, 9281.0, 9289.0, 9277.0, 9299.0, 9286.0, 9279.0, 9299.0, 9287.0, 9288.0, 9299.0, 9270.0, 9277.0, 9300.0, 9257.0, 9295.0, 9277.0, 9263.0, 9264.0, 9247.0, 9266.0, 9281.0, 9265.0, 9279.0, 9280.0, 9264.0, 9290.0, 9279.0, 9276.0, 9258.0, 9271.0, 9268.0, 9233.0, 9267.0, 9258.0, 9267.0, 9287.0, 9257.0, 9281.0, 9294.0, 9268.0, 9309.0, 9294.0, 9277.0, 9291.0, 9281.0, 9311.0, 9291.0, 9248.0, 9267.0, 9235.0, 9248.0, 9248.0, 9262.0, 9285.0, 9221.0, 9261.0, 9259.0, 9273.0, 9295.0, 9264.0, 9289.0, 9277.0, 9269.0, 9292.0, 9252.0, 9282.0, 9250.0, 9275.0, 9264.0, 9282.0, 9296.0, 9261.0, 9279.0, 9267.0, 9266.0, 9290.0, 9288.0, 9302.0, 9301.0, 9307.0, 9282.0, 9293.0, 9287.0, 9265.0, 9267.0, 9261.0, 9279.0, 9269.0, 9244.0, 9251.0, 9242.0, 9264.0, 9254.0, 9249.0, 9233.0, 9239.0, 9244.0, 9258.0, 9284.0, 9256.0, 9296.0, 9300.0, 9269.0, 9271.0, 9266.0, 9294.0, 9311.0, 9296.0, 9299.0, 9245.0, 9246.0, 9238.0, 9260.0, 9275.0, 9275.0, 9263.0, 9241.0, 9252.0, 9249.0, 9264.0, 9256.0, 9233.0, 9236.0, 9238.0, 9268.0, 9280.0, 9245.0, 9241.0, 9241.0, 9256.0, 9273.0, 9298.0, 9264.0, 9243.0, 9255.0, 9242.0, 9278.0, 9270.0, 9271.0, 9260.0, 9234.0, 9239.0, 9247.0, 9282.0, 9254.0, 9285.0, 9267.0, 9264.0, 9267.0, 9267.0, 9294.0, 9273.0, 9278.0, 9271.0, 9242.0, 9261.0, 9245.0, 9297.0, 9291.0, 9281.0, 9250.0, 9247.0, 9276.0, 9254.0, 9248.0, 9247.0, 9276.0, 9257.0, 9246.0, 9265.0, 9262.0, 9270.0, 9289.0, 9257.0, 9283.0, 9264.0, 9293.0, 9280.0, 9266.0, 9273.0, 9263.0, 9273.0, 9263.0, 9273.0, 9263.0, 9272.0, 9280.0, 9260.0, 9260.0, 9262.0, 9298.0, 9255.0, 9262.0, 9305.0, 9299.0, 9327.0, 9276.0, 9279.0, 9266.0, 9270.0, 9293.0, 9269.0, 9269.0, 9257.0, 9252.0, 9259.0, 9253.0, 9263.0, 9243.0, 9264.0, 9251.0, 9248.0, 9275.0, 9248.0, 9290.0, 9254.0, 9267.0, 9270.0, 9244.0, 9274.0, 9251.0, 9262.0, 9244.0, 9283.0, 9259.0, 9265.0, 9262.0, 9244.0, 9266.0, 9267.0, 9279.0, 9272.0, 9280.0, 9265.0, 9265.0, 9257.0, 9267.0, 9289.0, 9293.0, 9280.0, 9264.0, 9294.0, 9302.0, 9311.0, 9297.0, 9270.0, 9260.0, 9257.0, 9269.0, 9267.0, 9240.0, 9266.0, 9261.0, 9252.0, 9242.0, 9241.0, 9273.0, 9276.0, 9264.0, 9260.0, 9258.0, 9246.0, 9276.0, 9282.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.00425005303030303</td></tr>
<tr><td colspan=3>aqi</td><td>0.03726738924242424</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.94528956257008</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2233341489916603</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0855458660727804</td></tr>
<tr><td colspan=3>efc</td><td>0.4599</td></tr>
<tr><td colspan=3>fber</td><td>6742.7734</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13995364712111763</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>245</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.560606060606062</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.585152547124694</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5516312118916438</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8044968422264938</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.399329587255944</td></tr>
<tr><td colspan=3>gcor</td><td>0.00589544</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01785684935748577</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028448283672332764</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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>3.897986428115947</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>28.7609</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.2504</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.8378</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305449.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>853.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>376.2386</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1962</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.9448</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.3533</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3601.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1214.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4525.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.8038</td></tr>
<tr><td colspan=3>tsnr</td><td>31.865953610744327</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>