<?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-0132_ses-02_task-narratives_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-0132_ses-02_task-narratives_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-02_subject-0132_suffix-bold_task-narratives" 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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-02_subject-0132_suffix-bold_task-narratives" 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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-narratives_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-02_subject-0132_suffix-bold_task-narratives" 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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-narratives_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-02_subject-0132_suffix-bold_task-narratives" 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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-02_subject-0132_suffix-bold_task-narratives" 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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0132/figures/sub-0132_ses-02_task-narratives_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-0132/figures/sub-0132_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-02_task-narratives_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-0132/ses-02/func/sub-0132_ses-02_task-narratives_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>99aa587dd00e760ddbd32c625cb52d06</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>19:08:11.135000</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.999858, 0.0110846, -0.0126984, -0.0101218, 0.997242, 0.0735244]</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-narratives_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.0748632</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-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4215, -7779, -7216, 223, -78, -51, -82, 144]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.506</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d135ce7d-2a0c-4d08-acc2-611529794625||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.6825456619262695, -0.027156023308634758, -0.03639146313071251, 115.0146713256836], [-0.02973906882107258, 2.675527572631836, 0.19814063608646393, -93.51024627685547], [-0.0340687595307827, -0.19726057350635529, 2.692473888397217, -61.141666412353516], [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, 1098]</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], 'AcquisitionTime': ['190811.135000', '190811.595000', '190812.055000', '190812.515000', '190812.975000', '190813.435000', '190813.895000', '190814.355000', '190814.815000', '190815.275000', '190815.735000', '190816.195000', '190816.655000', '190817.115000', '190817.575000', '190818.035000', '190818.495000', '190818.955000', '190819.415000', '190819.875000', '190820.335000', '190820.795000', '190821.255000', '190821.715000', '190822.175000', '190822.635000', '190823.095000', '190823.555000', '190824.015000', '190824.475000', '190824.935000', '190825.395000', '190825.855000', '190826.315000', '190826.775000', '190827.235000', '190827.695000', '190828.155000', '190828.615000', '190829.075000', '190829.535000', '190829.995000', '190830.455000', '190830.915000', '190831.375000', '190831.835000', '190832.295000', '190832.755000', '190833.215000', '190833.675000', '190834.135000', '190834.595000', '190835.055000', '190835.515000', '190835.975000', '190836.435000', '190836.895000', '190837.355000', '190837.815000', '190838.275000', '190838.735000', '190839.195000', '190839.655000', '190840.115000', '190840.575000', '190841.035000', '190841.495000', '190841.955000', '190842.415000', '190842.875000', '190843.335000', '190843.795000', '190844.255000', '190844.715000', '190845.175000', '190845.635000', '190846.095000', '190846.555000', '190847.015000', '190847.475000', '190847.935000', '190848.395000', '190848.855000', '190849.315000', '190849.775000', '190850.235000', '190850.695000', '190851.155000', '190851.615000', '190852.075000', '190852.535000', '190852.995000', '190853.455000', '190853.915000', '190854.375000', '190854.835000', '190855.295000', '190855.755000', '190856.215000', '190856.675000', '190857.135000', '190857.595000', '190858.055000', '190858.515000', '190858.975000', '190859.435000', '190859.895000', '190900.355000', '190900.815000', '190901.275000', '190901.735000', '190902.195000', '190902.655000', '190903.115000', '190903.575000', '190904.035000', '190904.495000', '190904.955000', '190905.415000', '190905.875000', '190906.335000', '190906.795000', '190907.255000', '190907.715000', '190908.175000', '190908.635000', '190909.095000', '190909.555000', '190910.015000', '190910.475000', '190910.935000', '190911.395000', '190911.855000', '190912.315000', '190912.775000', '190913.235000', '190913.695000', '190914.155000', '190914.615000', '190915.075000', '190915.535000', '190915.995000', '190916.455000', '190916.915000', '190917.375000', '190917.835000', '190918.295000', '190918.755000', '190919.215000', '190919.675000', '190920.135000', '190920.595000', '190921.055000', '190921.515000', '190921.975000', '190922.435000', '190922.895000', '190923.355000', '190923.815000', '190924.275000', '190924.735000', '190925.195000', '190925.655000', '190926.115000', '190926.575000', '190927.035000', '190927.495000', '190927.955000', '190928.415000', '190928.875000', '190929.335000', '190929.795000', '190930.255000', '190930.715000', '190931.175000', '190931.635000', '190932.095000', '190932.555000', '190933.015000', '190933.475000', '190933.935000', '190934.395000', '190934.855000', '190935.315000', '190935.775000', '190936.235000', '190936.695000', '190937.155000', '190937.615000', '190938.075000', '190938.535000', '190938.995000', '190939.455000', '190939.915000', '190940.375000', '190940.835000', '190941.295000', '190941.755000', '190942.215000', '190942.675000', '190943.135000', '190943.595000', '190944.055000', '190944.515000', '190944.975000', '190945.435000', '190945.895000', '190946.355000', '190946.815000', '190947.275000', '190947.735000', '190948.195000', '190948.655000', '190949.115000', '190949.575000', '190950.035000', '190950.495000', '190950.955000', '190951.415000', '190951.875000', '190952.335000', '190952.795000', '190953.255000', '190953.715000', '190954.175000', '190954.635000', '190955.095000', '190955.555000', '190956.015000', '190956.475000', '190956.935000', '190957.395000', '190957.855000', '190958.315000', '190958.775000', '190959.235000', '190959.695000', '191000.155000', '191000.615000', '191001.075000', '191001.535000', '191001.995000', '191002.455000', '191002.915000', '191003.375000', '191003.835000', '191004.295000', '191004.755000', '191005.215000', '191005.675000', '191006.135000', '191006.595000', '191007.055000', '191007.515000', '191007.975000', '191008.435000', '191008.895000', '191009.355000', '191009.815000', '191010.275000', '191010.735000', '191011.195000', '191011.655000', '191012.115000', '191012.575000', '191013.035000', '191013.495000', '191013.955000', '191014.415000', '191014.875000', '191015.335000', '191015.795000', '191016.255000', '191016.715000', '191017.175000', '191017.635000', '191018.095000', '191018.555000', '191019.015000', '191019.475000', '191019.935000', '191020.395000', '191020.855000', '191021.315000', '191021.775000', '191022.235000', '191022.695000', '191023.155000', '191023.615000', '191024.075000', '191024.535000', '191024.995000', '191025.455000', '191025.915000', '191026.375000', '191026.835000', '191027.295000', '191027.755000', '191028.215000', '191028.675000', '191029.135000', '191029.595000', '191030.055000', '191030.515000', '191030.975000', '191031.435000', '191031.895000', '191032.355000', '191032.815000', '191033.275000', '191033.735000', '191034.195000', '191034.655000', '191035.115000', '191035.575000', '191036.035000', '191036.495000', '191036.955000', '191037.415000', '191037.875000', '191038.335000', '191038.795000', '191039.255000', '191039.715000', '191040.175000', '191040.635000', '191041.095000', '191041.555000', '191042.015000', '191042.475000', '191042.935000', '191043.395000', '191043.855000', '191044.315000', '191044.775000', '191045.235000', '191045.695000', '191046.155000', '191046.615000', '191047.075000', '191047.535000', '191047.995000', '191048.455000', '191048.915000', '191049.375000', '191049.835000', '191050.295000', '191050.755000', '191051.215000', '191051.675000', '191052.135000', '191052.595000', '191053.055000', '191053.515000', '191053.975000', '191054.435000', '191054.895000', '191055.355000', '191055.815000', '191056.275000', '191056.735000', '191057.195000', '191057.655000', '191058.115000', '191058.575000', '191059.035000', '191059.495000', '191059.955000', '191100.415000', '191100.875000', '191101.335000', '191101.795000', '191102.255000', '191102.715000', '191103.175000', '191103.635000', '191104.095000', '191104.555000', '191105.015000', '191105.475000', '191105.935000', '191106.395000', '191106.855000', '191107.315000', '191107.775000', '191108.235000', '191108.695000', '191109.155000', '191109.615000', '191110.075000', '191110.535000', '191110.995000', '191111.455000', '191111.915000', '191112.375000', '191112.835000', '191113.295000', '191113.755000', '191114.215000', '191114.675000', '191115.135000', '191115.595000', '191116.055000', '191116.515000', '191116.975000', '191117.435000', '191117.895000', '191118.355000', '191118.815000', '191119.275000', '191119.735000', '191120.195000', '191120.655000', '191121.115000', '191121.575000', '191122.035000', '191122.495000', '191122.955000', '191123.415000', '191123.875000', '191124.335000', '191124.795000', '191125.255000', '191125.715000', '191126.175000', '191126.635000', '191127.095000', '191127.555000', '191128.015000', '191128.475000', '191128.935000', '191129.395000', '191129.855000', '191130.315000', '191130.775000', '191131.235000', '191131.695000', '191132.155000', '191132.615000', '191133.075000', '191133.535000', '191133.995000', '191134.455000', '191134.915000', '191135.375000', '191135.835000', '191136.295000', '191136.755000', '191137.215000', '191137.675000', '191138.135000', '191138.595000', '191139.055000', '191139.515000', '191139.975000', '191140.435000', '191140.895000', '191141.355000', '191141.815000', '191142.275000', '191142.735000', '191143.195000', '191143.655000', '191144.115000', '191144.575000', '191145.035000', '191145.495000', '191145.955000', '191146.415000', '191146.875000', '191147.335000', '191147.795000', '191148.255000', '191148.715000', '191149.175000', '191149.635000', '191150.095000', '191150.555000', '191151.015000', '191151.475000', '191151.935000', '191152.395000', '191152.855000', '191153.315000', '191153.775000', '191154.235000', '191154.695000', '191155.155000', '191155.615000', '191156.075000', '191156.535000', '191156.995000', '191157.455000', '191157.915000', '191158.375000', '191158.835000', '191159.295000', '191159.755000', '191200.215000', '191200.675000', '191201.135000', '191201.595000', '191202.055000', '191202.515000', '191202.975000', '191203.435000', '191203.895000', '191204.355000', '191204.815000', '191205.275000', '191205.735000', '191206.195000', '191206.655000', '191207.115000', '191207.575000', '191208.035000', '191208.495000', '191208.955000', '191209.415000', '191209.875000', '191210.335000', '191210.795000', '191211.255000', '191211.715000', '191212.175000', '191212.635000', '191213.095000', '191213.555000', '191214.015000', '191214.475000', '191214.935000', '191215.395000', '191215.855000', '191216.315000', '191216.775000', '191217.235000', '191217.695000', '191218.155000', '191218.615000', '191219.075000', '191219.535000', '191219.995000', '191220.455000', '191220.915000', '191221.375000', '191221.835000', '191222.295000', '191222.755000', '191223.215000', '191223.675000', '191224.135000', '191224.595000', '191225.055000', '191225.515000', '191225.975000', '191226.435000', '191226.895000', '191227.355000', '191227.815000', '191228.275000', '191228.735000', '191229.195000', '191229.655000', '191230.115000', '191230.575000', '191231.035000', '191231.495000', '191231.955000', '191232.415000', '191232.875000', '191233.335000', '191233.795000', '191234.255000', '191234.715000', '191235.175000', '191235.635000', '191236.095000', '191236.555000', '191237.015000', '191237.475000', '191237.935000', '191238.395000', '191238.855000', '191239.315000', '191239.775000', '191240.235000', '191240.695000', '191241.155000', '191241.615000', '191242.075000', '191242.535000', '191242.995000', '191243.455000', '191243.915000', '191244.375000', '191244.835000', '191245.295000', '191245.755000', '191246.215000', '191246.675000', '191247.135000', '191247.595000', '191248.055000', '191248.515000', '191248.975000', '191249.435000', '191249.895000', '191250.355000', '191250.815000', '191251.275000', '191251.735000', '191252.195000', '191252.655000', '191253.115000', '191253.575000', '191254.035000', '191254.495000', '191254.955000', '191255.415000', '191255.875000', '191256.335000', '191256.795000', '191257.255000', '191257.715000', '191258.175000', '191258.635000', '191259.095000', '191259.555000', '191300.015000', '191300.475000', '191300.935000', '191301.395000', '191301.855000', '191302.315000', '191302.775000', '191303.235000', '191303.695000', '191304.155000', '191304.615000', '191305.075000', '191305.535000', '191305.995000', '191306.455000', '191306.915000', '191307.375000', '191307.835000', '191308.295000', '191308.755000', '191309.215000', '191309.675000', '191310.135000', '191310.595000', '191311.055000', '191311.515000', '191311.975000', '191312.435000', '191312.895000', '191313.355000', '191313.815000', '191314.275000', '191314.735000', '191315.195000', '191315.655000', '191316.115000', '191316.575000', '191317.035000', '191317.495000', '191317.955000', '191318.415000', '191318.875000', '191319.335000', '191319.795000', '191320.255000', '191320.715000', '191321.175000', '191321.635000', '191322.095000', '191322.555000', '191323.015000', '191323.475000', '191323.935000', '191324.395000', '191324.855000', '191325.315000', '191325.775000', '191326.235000', '191326.695000', '191327.155000', '191327.615000', '191328.075000', '191328.535000', '191328.995000', '191329.455000', '191329.915000', '191330.375000', '191330.835000', '191331.295000', '191331.755000', '191332.215000', '191332.675000', '191333.135000', '191333.595000', '191334.055000', '191334.515000', '191334.975000', '191335.435000', '191335.895000', '191336.355000', '191336.815000', '191337.275000', '191337.735000', '191338.195000', '191338.655000', '191339.115000', '191339.575000', '191340.035000', '191340.495000', '191340.955000', '191341.415000', '191341.875000', '191342.335000', '191342.795000', '191343.255000', '191343.715000', '191344.175000', '191344.635000', '191345.095000', '191345.555000', '191346.015000', '191346.475000', '191346.935000', '191347.395000', '191347.855000', '191348.315000', '191348.775000', '191349.235000', '191349.695000', '191350.155000', '191350.615000', '191351.075000', '191351.535000', '191351.995000', '191352.455000', '191352.915000', '191353.375000', '191353.835000', '191354.295000', '191354.755000', '191355.215000', '191355.675000', '191356.135000', '191356.595000', '191357.055000', '191357.515000', '191357.975000', '191358.435000', '191358.895000', '191359.355000', '191359.815000', '191400.275000', '191400.735000', '191401.195000', '191401.655000', '191402.115000', '191402.575000', '191403.035000', '191403.495000', '191403.955000', '191404.415000', '191404.875000', '191405.335000', '191405.795000', '191406.255000', '191406.715000', '191407.175000', '191407.635000', '191408.095000', '191408.555000', '191409.015000', '191409.475000', '191409.935000', '191410.395000', '191410.855000', '191411.315000', '191411.775000', '191412.235000', '191412.695000', '191413.155000', '191413.615000', '191414.075000', '191414.535000', '191414.995000', '191415.455000', '191415.915000', '191416.375000', '191416.835000', '191417.295000', '191417.755000', '191418.215000', '191418.675000', '191419.135000', '191419.595000', '191420.055000', '191420.515000', '191420.975000', '191421.435000', '191421.895000', '191422.355000', '191422.815000', '191423.275000', '191423.735000', '191424.195000', '191424.655000', '191425.115000', '191425.575000', '191426.035000', '191426.495000', '191426.955000', '191427.415000', '191427.875000', '191428.335000', '191428.795000', '191429.255000', '191429.715000', '191430.175000', '191430.635000', '191431.095000', '191431.555000', '191432.015000', '191432.475000', '191432.935000', '191433.395000', '191433.855000', '191434.315000', '191434.775000', '191435.235000', '191435.695000', '191436.155000', '191436.615000', '191437.075000', '191437.535000', '191437.995000', '191438.455000', '191438.915000', '191439.375000', '191439.835000', '191440.295000', '191440.755000', '191441.215000', '191441.675000', '191442.135000', '191442.595000', '191443.055000', '191443.515000', '191443.975000', '191444.435000', '191444.895000', '191445.355000', '191445.815000', '191446.275000', '191446.735000', '191447.195000', '191447.655000', '191448.115000', '191448.575000', '191449.035000', '191449.495000', '191449.955000', '191450.415000', '191450.875000', '191451.335000', '191451.795000', '191452.255000', '191452.715000', '191453.175000', '191453.635000', '191454.095000', '191454.555000', '191455.015000', '191455.475000', '191455.935000', '191456.395000', '191456.855000', '191457.315000', '191457.775000', '191458.235000', '191458.695000', '191459.155000', '191459.615000', '191500.075000', '191500.535000', '191500.995000', '191501.455000', '191501.915000', '191502.375000', '191502.835000', '191503.295000', '191503.755000', '191504.215000', '191504.675000', '191505.135000', '191505.595000', '191506.055000', '191506.515000', '191506.975000', '191507.435000', '191507.895000', '191508.355000', '191508.815000', '191509.275000', '191509.735000', '191510.195000', '191510.655000', '191511.115000', '191511.575000', '191512.035000', '191512.495000', '191512.955000', '191513.415000', '191513.875000', '191514.335000', '191514.795000', '191515.255000', '191515.715000', '191516.175000', '191516.635000', '191517.095000', '191517.555000', '191518.015000', '191518.475000', '191518.935000', '191519.395000', '191519.855000', '191520.315000', '191520.775000', '191521.235000', '191521.695000', '191522.155000', '191522.615000', '191523.075000', '191523.535000', '191523.995000', '191524.455000', '191524.915000', '191525.375000', '191525.835000', '191526.295000', '191526.755000', '191527.215000', '191527.675000', '191528.135000', '191528.595000', '191529.055000', '191529.515000', '191529.975000', '191530.435000', '191530.895000', '191531.355000', '191531.815000', '191532.275000', '191532.735000', '191533.195000', '191533.655000', '191534.115000', '191534.575000', '191535.035000', '191535.495000', '191535.955000', '191536.415000', '191536.875000', '191537.335000', '191537.795000', '191538.255000', '191538.715000', '191539.175000', '191539.635000', '191540.095000', '191540.555000', '191541.015000', '191541.475000', '191541.935000', '191542.395000', '191542.855000', '191543.315000', '191543.775000', '191544.235000', '191544.695000', '191545.155000', '191545.615000', '191546.075000', '191546.535000', '191546.995000', '191547.455000', '191547.915000', '191548.375000', '191548.835000', '191549.295000', '191549.755000', '191550.215000', '191550.675000', '191551.135000', '191551.595000', '191552.055000', '191552.515000', '191552.975000', '191553.435000', '191553.895000', '191554.355000', '191554.815000', '191555.275000', '191555.735000', '191556.195000', '191556.655000', '191557.115000', '191557.575000', '191558.035000', '191558.495000', '191558.955000', '191559.415000', '191559.875000', '191600.335000', '191600.795000', '191601.255000', '191601.715000', '191602.175000', '191602.635000', '191603.095000', '191603.555000', '191604.015000', '191604.475000', '191604.935000', '191605.395000', '191605.855000', '191606.315000', '191606.775000', '191607.235000', '191607.695000', '191608.155000', '191608.615000', '191609.075000', '191609.535000', '191609.995000', '191610.455000', '191610.915000', '191611.375000', '191611.835000', '191612.295000', '191612.755000', '191613.215000', '191613.675000', '191614.135000', '191614.595000', '191615.055000', '191615.515000', '191615.975000', '191616.435000', '191616.895000', '191617.355000', '191617.815000', '191618.275000', '191618.735000', '191619.195000', '191619.655000', '191620.115000', '191620.575000', '191621.035000', '191621.495000', '191621.955000', '191622.415000', '191622.875000', '191623.335000', '191623.795000', '191624.255000', '191624.715000', '191625.175000', '191625.635000', '191626.095000', '191626.555000', '191627.015000', '191627.475000', '191627.935000', '191628.395000', '191628.855000', '191629.315000', '191629.775000', '191630.235000', '191630.695000', '191631.155000', '191631.615000', '191632.075000', '191632.535000', '191632.995000', '191633.455000', '191633.915000', '191634.375000', '191634.835000', '191635.295000', '191635.755000'], 'ContentTime': ['190834.950000', '190834.953000', '190834.956000', '190834.958000', '190834.961000', '190834.963000', '190834.966000', '190834.969000', '190834.971000', '190834.974000', '190834.976000', '190834.979000', '190834.982000', '190834.984000', '190834.987000', '190834.989000', '190834.992000', '190834.995000', '190834.997000', '190835.001000', '190835.003000', '190835.006000', '190835.008000', '190835.011000', '190835.013000', '190835.016000', '190835.019000', '190835.028000', '190835.031000', '190835.033000', '190835.036000', '190835.038000', '190835.041000', '190835.043000', '190835.046000', '190835.049000', '190835.051000', '190835.054000', '190835.056000', '190835.059000', '190835.061000', '190835.064000', '190835.067000', '190835.069000', '190835.072000', '190835.074000', '190835.077000', '190835.079000', '190835.082000', '190854.925000', '190854.927000', '190854.930000', '190854.933000', '190854.935000', '190854.938000', '190854.940000', '190854.943000', '190854.945000', '190854.948000', '190854.951000', '190854.953000', '190854.956000', '190854.958000', '190854.961000', '190854.963000', '190854.966000', '190854.969000', '190854.971000', '190854.974000', '190854.977000', '190854.979000', '190854.985000', '190854.987000', '190854.990000', '190854.993000', '190854.995000', '190854.998000', '190855.001000', '190855.004000', '190855.006000', '190855.009000', '190855.011000', '190855.014000', '190855.017000', '190855.019000', '190855.022000', '190855.025000', '190855.027000', '190855.030000', '190855.032000', '190855.035000', '190855.038000', '190855.040000', '190914.924000', '190914.927000', '190914.930000', '190914.933000', '190914.935000', '190914.938000', '190914.941000', '190914.944000', '190914.946000', '190914.949000', '190914.951000', '190914.954000', '190914.956000', '190914.959000', '190914.961000', '190914.964000', '190914.967000', '190914.969000', '190914.972000', '190914.975000', '190914.977000', '190914.980000', '190914.982000', '190914.985000', '190914.987000', '190914.990000', '190914.993000', '190914.995000', '190914.998000', '190915.001000', '190915.004000', '190915.007000', '190915.009000', '190915.012000', '190915.014000', '190915.017000', '190915.034000', '190915.036000', '190915.039000', '190915.042000', '190915.044000', '190915.047000', '190915.049000', '190934.924000', '190934.927000', '190934.930000', '190934.932000', '190934.935000', '190934.938000', '190934.940000', '190934.943000', '190934.945000', '190934.948000', '190934.951000', '190934.954000', '190934.966000', '190934.968000', '190934.971000', '190934.974000', '190934.976000', '190934.979000', '190934.982000', '190934.984000', '190934.987000', '190934.995000', '190934.997000', '190935.001000', '190935.003000', '190935.006000', '190935.009000', '190935.011000', '190935.014000', '190935.017000', '190935.019000', '190935.022000', '190935.024000', '190935.027000', '190935.030000', '190935.033000', '190935.036000', '190935.039000', '190935.041000', '190935.044000', '190935.046000', '190935.049000', '190935.052000', '190954.924000', '190954.927000', '190954.930000', '190954.933000', '190954.935000', '190954.938000', '190954.941000', '190954.950000', '190954.953000', '190954.955000', '190954.958000', '190954.960000', '190954.963000', '190954.965000', '190954.968000', '190954.970000', '190954.973000', '190954.975000', '190954.978000', '190954.981000', '190954.983000', '190954.986000', '190954.989000', '190954.991000', '190954.994000', '190954.996000', '190955.000000', '190955.003000', '190955.005000', '190955.008000', '190955.010000', '190955.013000', '190955.016000', '190955.018000', '190955.021000', '190955.023000', '190955.026000', '190955.029000', '190955.031000', '190955.034000', '190955.036000', '190955.039000', '190955.042000', '190955.044000', '191014.924000', '191014.927000', '191014.930000', '191014.932000', '191014.935000', '191014.937000', '191014.940000', '191014.943000', '191014.945000', '191014.948000', '191014.950000', '191014.953000', '191014.955000', '191014.958000', '191014.961000', '191014.964000', '191014.967000', '191014.969000', '191014.972000', '191014.975000', '191014.978000', '191014.980000', '191014.983000', '191015.007000', '191015.009000', '191015.012000', '191015.015000', '191015.017000', '191015.020000', '191015.023000', '191015.025000', '191015.042000', '191015.044000', '191015.047000', '191015.050000', '191015.052000', '191015.055000', '191015.057000', '191015.060000', '191015.062000', '191015.065000', '191015.068000', '191015.070000', '191034.926000', '191034.928000', '191034.931000', '191034.934000', '191034.936000', '191034.939000', '191034.941000', '191034.944000', '191034.946000', '191034.949000', '191034.951000', '191034.954000', '191034.957000', '191034.959000', '191034.962000', '191034.964000', '191034.967000', '191034.970000', '191034.973000', '191034.975000', '191034.978000', '191034.981000', '191034.983000', '191034.986000', '191034.988000', '191034.991000', '191034.994000', '191034.996000', '191035.000000', '191035.003000', '191035.005000', '191035.008000', '191035.010000', '191035.013000', '191035.016000', '191035.018000', '191035.021000', '191035.023000', '191035.026000', '191035.028000', '191035.031000', '191035.033000', '191035.036000', '191035.038000', '191054.924000', '191054.927000', '191054.930000', '191054.933000', '191054.935000', '191054.938000', '191054.941000', '191054.943000', '191054.946000', '191054.948000', '191054.951000', '191054.954000', '191054.956000', '191054.959000', '191054.961000', '191054.964000', '191054.967000', '191054.970000', '191054.973000', '191054.975000', '191054.978000', '191054.981000', '191054.983000', '191054.986000', '191054.988000', '191055.005000', '191055.008000', '191055.010000', '191055.013000', '191055.016000', '191055.021000', '191055.024000', '191055.026000', '191055.029000', '191055.032000', '191055.034000', '191055.037000', '191055.040000', '191055.042000', '191055.045000', '191055.048000', '191055.050000', '191055.053000', '191114.924000', '191114.927000', '191114.930000', '191114.932000', '191114.935000', '191114.937000', '191114.940000', '191114.943000', '191114.945000', '191114.948000', '191114.950000', '191114.953000', '191114.955000', '191114.958000', '191114.961000', '191114.963000', '191114.966000', '191114.968000', '191114.971000', '191114.973000', '191114.976000', '191114.979000', '191114.981000', '191114.984000', '191114.986000', '191114.989000', '191114.992000', '191114.994000', '191114.997000', '191115.001000', '191115.003000', '191115.006000', '191115.008000', '191115.011000', '191115.013000', '191115.016000', '191115.019000', '191115.021000', '191115.024000', '191115.026000', '191115.029000', '191115.032000', '191115.034000', '191115.037000', '191134.924000', '191134.927000', '191134.930000', '191134.933000', '191134.935000', '191134.938000', '191134.941000', '191134.943000', '191134.946000', '191134.948000', '191134.951000', '191134.954000', '191134.956000', '191134.959000', '191134.962000', '191134.964000', '191134.967000', '191134.971000', '191134.974000', '191134.978000', '191134.981000', '191134.983000', '191134.986000', '191134.989000', '191134.991000', '191134.994000', '191134.997000', '191135.000000', '191135.003000', '191135.006000', '191135.008000', '191135.011000', '191135.013000', '191135.016000', '191135.018000', '191135.021000', '191135.024000', '191135.026000', '191135.029000', '191135.031000', '191135.034000', '191135.036000', '191135.039000', '191154.924000', '191154.927000', '191154.930000', '191154.932000', '191154.935000', '191154.938000', '191154.940000', '191154.943000', '191154.945000', '191154.948000', '191154.950000', '191154.953000', '191154.956000', '191154.969000', '191154.971000', '191154.974000', '191154.976000', '191154.979000', '191154.981000', '191154.984000', '191154.987000', '191154.989000', '191154.992000', '191154.995000', '191154.997000', '191155.001000', '191155.004000', '191155.007000', '191155.009000', '191155.012000', '191155.014000', '191155.017000', '191155.020000', '191155.022000', '191155.025000', '191155.028000', '191155.030000', '191155.033000', '191155.035000', '191155.038000', '191155.041000', '191155.043000', '191155.046000', '191155.049000', '191214.924000', '191214.927000', '191214.930000', '191214.941000', '191214.944000', '191214.946000', '191214.949000', '191214.952000', '191214.955000', '191214.957000', '191214.960000', '191214.963000', '191214.965000', '191214.968000', '191214.971000', '191214.973000', '191214.976000', '191214.979000', '191214.981000', '191214.984000', '191214.986000', '191214.989000', '191214.991000', '191214.994000', '191214.996000', '191215.000000', '191215.003000', '191215.005000', '191215.008000', '191215.011000', '191215.013000', '191215.016000', '191215.019000', '191215.021000', '191215.024000', '191215.026000', '191215.029000', '191215.033000', '191215.036000', '191215.039000', '191215.042000', '191215.044000', '191215.047000', '191234.925000', '191234.927000', '191234.936000', '191234.938000', '191234.941000', '191234.944000', '191234.946000', '191234.949000', '191234.951000', '191234.954000', '191234.956000', '191234.959000', '191234.962000', '191234.964000', '191234.967000', '191234.969000', '191234.972000', '191234.975000', '191234.977000', '191234.980000', '191234.982000', '191234.985000', '191234.987000', '191234.990000', '191234.992000', '191234.995000', '191234.998000', '191235.001000', '191235.004000', '191235.007000', '191235.009000', '191235.012000', '191235.015000', '191235.017000', '191235.020000', '191235.022000', '191235.025000', '191235.027000', '191235.030000', '191235.033000', '191235.035000', '191235.038000', '191235.040000', '191235.043000', '191254.924000', '191254.927000', '191254.930000', '191254.932000', '191254.935000', '191254.938000', '191254.940000', '191254.943000', '191254.945000', '191254.948000', '191254.950000', '191254.953000', '191254.956000', '191254.958000', '191254.961000', '191254.964000', '191254.966000', '191254.969000', '191254.971000', '191254.974000', '191254.976000', '191254.979000', '191254.981000', '191254.984000', '191254.987000', '191254.989000', '191254.992000', '191254.994000', '191254.997000', '191255.001000', '191255.003000', '191255.006000', '191255.009000', '191255.011000', '191255.014000', '191255.016000', '191255.019000', '191255.021000', '191255.024000', '191255.027000', '191255.029000', '191255.032000', '191255.035000', '191314.925000', '191314.927000', '191314.930000', '191314.933000', '191314.935000', '191314.938000', '191314.940000', '191314.943000', '191314.946000', '191314.948000', '191314.951000', '191314.954000', '191314.956000', '191314.959000', '191314.961000', '191314.964000', '191314.966000', '191314.969000', '191314.972000', '191314.974000', '191314.977000', '191314.979000', '191314.982000', '191314.984000', '191314.987000', '191314.990000', '191314.992000', '191314.995000', '191314.997000', '191315.001000', '191315.004000', '191315.006000', '191315.009000', '191315.011000', '191315.014000', '191315.016000', '191315.019000', '191315.022000', '191315.067000', '191315.069000', '191315.072000', '191315.074000', '191315.077000', '191315.080000', '191334.924000', '191334.927000', '191334.930000', '191334.932000', '191334.935000', '191334.938000', '191334.940000', '191334.943000', '191334.945000', '191334.948000', '191334.950000', '191334.953000', '191334.956000', '191334.958000', '191334.961000', '191334.963000', '191334.966000', '191334.968000', '191334.971000', '191334.974000', '191334.976000', '191334.979000', '191334.981000', '191334.984000', '191334.986000', '191334.989000', '191334.992000', '191334.994000', '191334.997000', '191335.000000', '191335.003000', '191335.005000', '191335.008000', '191335.011000', '191335.013000', '191335.016000', '191335.018000', '191335.028000', '191335.030000', '191335.033000', '191335.035000', '191335.038000', '191335.040000', '191354.925000', '191354.927000', '191354.930000', '191354.933000', '191354.935000', '191354.938000', '191354.940000', '191354.943000', '191354.946000', '191354.948000', '191354.951000', '191354.953000', '191354.956000', '191354.959000', '191354.961000', '191354.964000', '191354.966000', '191354.969000', '191354.972000', '191354.974000', '191354.977000', '191354.979000', '191354.982000', '191354.984000', '191354.987000', '191354.990000', '191354.992000', '191354.995000', '191354.997000', '191355.001000', '191355.004000', '191355.006000', '191355.009000', '191355.011000', '191355.014000', '191355.017000', '191355.019000', '191355.022000', '191355.025000', '191355.027000', '191355.030000', '191355.032000', '191355.035000', '191355.038000', '191414.925000', '191414.927000', '191414.930000', '191414.933000', '191414.935000', '191414.938000', '191414.941000', '191414.943000', '191414.946000', '191414.948000', '191414.951000', '191414.953000', '191414.956000', '191414.959000', '191414.961000', '191414.964000', '191414.966000', '191414.969000', '191414.972000', '191414.974000', '191414.977000', '191414.979000', '191414.982000', '191414.985000', '191414.987000', '191414.990000', '191414.993000', '191414.995000', '191414.998000', '191415.001000', '191415.004000', '191415.007000', '191415.009000', '191415.012000', '191415.014000', '191415.017000', '191415.020000', '191415.022000', '191415.025000', '191415.027000', '191415.030000', '191415.032000', '191415.036000', '191434.925000', '191434.928000', '191434.930000', '191434.933000', '191434.935000', '191434.938000', '191434.941000', '191434.943000', '191434.946000', '191434.948000', '191434.951000', '191434.954000', '191434.956000', '191434.959000', '191434.961000', '191434.964000', '191434.966000', '191434.969000', '191434.972000', '191434.974000', '191434.977000', '191434.979000', '191434.982000', '191434.985000', '191434.987000', '191434.990000', '191434.992000', '191434.995000', '191434.997000', '191435.001000', '191435.003000', '191435.006000', '191435.009000', '191435.011000', '191435.014000', '191435.017000', '191435.019000', '191435.022000', '191435.024000', '191435.027000', '191435.029000', '191435.032000', '191435.034000', '191435.037000', '191454.924000', '191454.927000', '191454.930000', '191454.932000', '191454.935000', '191454.938000', '191454.940000', '191454.943000', '191454.945000', '191454.948000', '191454.950000', '191454.953000', '191454.956000', '191454.958000', '191454.961000', '191454.963000', '191454.966000', '191454.969000', '191454.971000', '191454.974000', '191454.976000', '191454.979000', '191454.982000', '191454.984000', '191454.987000', '191454.989000', '191454.992000', '191454.994000', '191454.997000', '191455.001000', '191455.003000', '191455.006000', '191455.008000', '191455.011000', '191455.014000', '191455.016000', '191455.019000', '191455.021000', '191455.024000', '191455.026000', '191455.029000', '191455.032000', '191455.034000', '191514.924000', '191514.927000', '191514.930000', '191514.933000', '191514.935000', '191514.938000', '191514.940000', '191514.943000', '191514.946000', '191514.948000', '191514.951000', '191514.953000', '191514.956000', '191514.958000', '191514.961000', '191514.964000', '191514.966000', '191514.969000', '191514.971000', '191514.974000', '191514.977000', '191514.979000', '191514.982000', '191514.984000', '191514.987000', '191514.990000', '191514.992000', '191514.995000', '191514.997000', '191515.001000', '191515.003000', '191515.006000', '191515.009000', '191515.011000', '191515.014000', '191515.016000', '191515.019000', '191515.022000', '191515.024000', '191515.027000', '191515.029000', '191515.032000', '191515.034000', '191515.037000', '191534.924000', '191534.927000', '191534.930000', '191534.933000', '191534.935000', '191534.938000', '191534.940000', '191534.943000', '191534.946000', '191534.948000', '191534.951000', '191534.953000', '191534.956000', '191534.958000', '191534.961000', '191534.964000', '191534.966000', '191534.969000', '191534.971000', '191534.974000', '191534.977000', '191534.979000', '191534.982000', '191534.984000', '191534.987000', '191534.990000', '191534.992000', '191534.995000', '191534.997000', '191535.001000', '191535.004000', '191535.006000', '191535.009000', '191535.012000', '191535.014000', '191535.017000', '191535.019000', '191535.022000', '191535.024000', '191535.027000', '191535.029000', '191535.032000', '191535.035000', '191554.924000', '191554.927000', '191554.930000', '191554.933000', '191554.935000', '191554.938000', '191554.940000', '191554.943000', '191554.946000', '191554.948000', '191554.951000', '191554.953000', '191554.956000', '191554.959000', '191554.961000', '191554.964000', '191554.967000', '191554.969000', '191554.972000', '191554.975000', '191554.977000', '191554.980000', '191554.982000', '191554.985000', '191554.988000', '191554.990000', '191554.993000', '191554.995000', '191554.998000', '191555.001000', '191555.004000', '191555.006000', '191555.009000', '191555.012000', '191555.014000', '191555.017000', '191555.020000', '191555.022000', '191555.025000', '191555.027000', '191555.030000', '191555.033000', '191555.035000', '191614.925000', '191614.927000', '191614.942000', '191614.945000', '191614.947000', '191614.950000', '191614.952000', '191614.955000', '191614.957000', '191614.960000', '191614.963000', '191614.965000', '191614.968000', '191614.970000', '191614.973000', '191614.975000', '191614.978000', '191614.981000', '191614.983000', '191614.986000', '191614.988000', '191614.991000', '191614.993000', '191614.996000', '191615.000000', '191615.002000', '191615.005000', '191615.007000', '191615.010000', '191615.012000', '191615.015000', '191615.018000', '191615.020000', '191615.023000', '191615.025000', '191615.028000', '191615.030000', '191615.033000', '191615.036000', '191615.038000', '191615.041000', '191615.043000', '191615.046000', '191615.049000', '191634.924000', '191634.927000', '191634.930000', '191634.932000', '191634.935000', '191634.938000', '191634.940000', '191634.943000', '191634.945000', '191634.948000', '191634.951000', '191634.953000', '191634.956000', '191634.958000', '191634.961000', '191634.964000', '191634.966000', '191634.969000', '191634.971000', '191634.974000', '191634.977000', '191634.979000', '191634.982000', '191634.984000', '191634.987000', '191634.989000', '191634.992000', '191634.995000', '191634.998000', '191635.002000', '191635.005000', '191635.007000', '191635.010000', '191635.012000', '191635.015000', '191635.018000', '191635.020000', '191635.023000', '191635.025000', '191635.028000', '191635.031000', '191635.033000', '191635.036000', '191637.194000', '191637.197000', '191637.200000', '191637.203000', '191637.205000', '191637.208000'], 'InstanceCreationTime': ['190834.950000', '190834.953000', '190834.956000', '190834.958000', '190834.961000', '190834.963000', '190834.966000', '190834.969000', '190834.971000', '190834.974000', '190834.976000', '190834.979000', '190834.982000', '190834.984000', '190834.987000', '190834.989000', '190834.992000', '190834.995000', '190834.997000', '190835.001000', '190835.003000', '190835.006000', '190835.008000', '190835.011000', '190835.013000', '190835.016000', '190835.019000', '190835.028000', '190835.031000', '190835.033000', '190835.036000', '190835.038000', '190835.041000', '190835.043000', '190835.046000', '190835.049000', '190835.051000', '190835.054000', '190835.056000', '190835.059000', '190835.061000', '190835.064000', '190835.067000', '190835.069000', '190835.072000', '190835.074000', '190835.077000', '190835.079000', '190835.082000', '190854.925000', '190854.927000', '190854.930000', '190854.933000', '190854.935000', '190854.938000', '190854.940000', '190854.943000', '190854.945000', '190854.948000', '190854.951000', '190854.953000', '190854.956000', '190854.958000', '190854.961000', '190854.963000', '190854.966000', '190854.969000', '190854.971000', '190854.974000', '190854.977000', '190854.979000', '190854.985000', '190854.987000', '190854.990000', '190854.993000', '190854.995000', '190854.998000', '190855.001000', '190855.004000', '190855.006000', '190855.009000', '190855.011000', '190855.014000', '190855.017000', '190855.019000', '190855.022000', '190855.025000', '190855.027000', '190855.030000', '190855.032000', '190855.035000', '190855.038000', '190855.040000', '190914.924000', '190914.927000', '190914.930000', '190914.933000', '190914.935000', '190914.938000', '190914.941000', '190914.944000', '190914.946000', '190914.949000', '190914.951000', '190914.954000', '190914.956000', '190914.959000', '190914.961000', '190914.964000', '190914.967000', '190914.969000', '190914.972000', '190914.975000', '190914.977000', '190914.980000', '190914.982000', '190914.985000', '190914.987000', '190914.990000', '190914.993000', '190914.995000', '190914.998000', '190915.001000', '190915.004000', '190915.007000', '190915.009000', '190915.012000', '190915.014000', '190915.017000', '190915.034000', '190915.036000', '190915.039000', '190915.042000', '190915.044000', '190915.047000', '190915.049000', '190934.924000', '190934.927000', '190934.930000', '190934.932000', '190934.935000', '190934.938000', '190934.940000', '190934.943000', '190934.945000', '190934.948000', '190934.951000', '190934.954000', '190934.966000', '190934.968000', '190934.971000', '190934.974000', '190934.976000', '190934.979000', '190934.982000', '190934.984000', '190934.987000', '190934.995000', '190934.997000', '190935.001000', '190935.003000', '190935.006000', '190935.009000', '190935.011000', '190935.014000', '190935.017000', '190935.019000', '190935.022000', '190935.024000', '190935.027000', '190935.030000', '190935.033000', '190935.036000', '190935.039000', '190935.041000', '190935.044000', '190935.046000', '190935.049000', '190935.052000', '190954.924000', '190954.927000', '190954.930000', '190954.933000', '190954.935000', '190954.938000', '190954.941000', '190954.950000', '190954.953000', '190954.955000', '190954.958000', '190954.960000', '190954.963000', '190954.965000', '190954.968000', '190954.970000', '190954.973000', '190954.975000', '190954.978000', '190954.981000', '190954.983000', '190954.986000', '190954.989000', '190954.991000', '190954.994000', '190954.996000', '190955.000000', '190955.003000', '190955.005000', '190955.008000', '190955.010000', '190955.013000', '190955.016000', '190955.018000', '190955.021000', '190955.023000', '190955.026000', '190955.029000', '190955.031000', '190955.034000', '190955.036000', '190955.039000', '190955.042000', '190955.044000', '191014.924000', '191014.927000', '191014.930000', '191014.932000', '191014.935000', '191014.937000', '191014.940000', '191014.943000', '191014.945000', '191014.948000', '191014.950000', '191014.953000', '191014.955000', '191014.958000', '191014.961000', '191014.964000', '191014.967000', '191014.969000', '191014.972000', '191014.975000', '191014.978000', '191014.980000', '191014.983000', '191015.007000', '191015.009000', '191015.012000', '191015.015000', '191015.017000', '191015.020000', '191015.023000', '191015.025000', '191015.042000', '191015.044000', '191015.047000', '191015.050000', '191015.052000', '191015.055000', '191015.057000', '191015.060000', '191015.062000', '191015.065000', '191015.068000', '191015.070000', '191034.926000', '191034.928000', '191034.931000', '191034.934000', '191034.936000', '191034.939000', '191034.941000', '191034.944000', '191034.946000', '191034.949000', '191034.951000', '191034.954000', '191034.957000', '191034.959000', '191034.962000', '191034.964000', '191034.967000', '191034.970000', '191034.973000', '191034.975000', '191034.978000', '191034.981000', '191034.983000', '191034.986000', '191034.988000', '191034.991000', '191034.994000', '191034.996000', '191035.000000', '191035.003000', '191035.005000', '191035.008000', '191035.010000', '191035.013000', '191035.016000', '191035.018000', '191035.021000', '191035.023000', '191035.026000', '191035.028000', '191035.031000', '191035.033000', '191035.036000', '191035.038000', '191054.924000', '191054.927000', '191054.930000', '191054.933000', '191054.935000', '191054.938000', '191054.941000', '191054.943000', '191054.946000', '191054.948000', '191054.951000', '191054.954000', '191054.956000', '191054.959000', '191054.961000', '191054.964000', '191054.967000', '191054.970000', '191054.973000', '191054.975000', '191054.978000', '191054.981000', '191054.983000', '191054.986000', '191054.988000', '191055.005000', '191055.008000', '191055.010000', '191055.013000', '191055.016000', '191055.021000', '191055.024000', '191055.026000', '191055.029000', '191055.032000', '191055.034000', '191055.037000', '191055.040000', '191055.042000', '191055.045000', '191055.048000', '191055.050000', '191055.053000', '191114.924000', '191114.927000', '191114.930000', '191114.932000', '191114.935000', '191114.937000', '191114.940000', '191114.943000', '191114.945000', '191114.948000', '191114.950000', '191114.953000', '191114.955000', '191114.958000', '191114.961000', '191114.963000', '191114.966000', '191114.968000', '191114.971000', '191114.973000', '191114.976000', '191114.979000', '191114.981000', '191114.984000', '191114.986000', '191114.989000', '191114.992000', '191114.994000', '191114.997000', '191115.001000', '191115.003000', '191115.006000', '191115.008000', '191115.011000', '191115.013000', '191115.016000', '191115.019000', '191115.021000', '191115.024000', '191115.026000', '191115.029000', '191115.032000', '191115.034000', '191115.037000', '191134.924000', '191134.927000', '191134.930000', '191134.933000', '191134.935000', '191134.938000', '191134.941000', '191134.943000', '191134.946000', '191134.948000', '191134.951000', '191134.954000', '191134.956000', '191134.959000', '191134.962000', '191134.964000', '191134.967000', '191134.971000', '191134.974000', '191134.978000', '191134.981000', '191134.983000', '191134.986000', '191134.989000', '191134.991000', '191134.994000', '191134.997000', '191135.000000', '191135.003000', '191135.006000', '191135.008000', '191135.011000', '191135.013000', '191135.016000', '191135.018000', '191135.021000', '191135.024000', '191135.026000', '191135.029000', '191135.031000', '191135.034000', '191135.036000', '191135.039000', '191154.924000', '191154.927000', '191154.930000', '191154.932000', '191154.935000', '191154.938000', '191154.940000', '191154.943000', '191154.945000', '191154.948000', '191154.950000', '191154.953000', '191154.956000', '191154.969000', '191154.971000', '191154.974000', '191154.976000', '191154.979000', '191154.981000', '191154.984000', '191154.987000', '191154.989000', '191154.992000', '191154.995000', '191154.997000', '191155.001000', '191155.004000', '191155.007000', '191155.009000', '191155.012000', '191155.014000', '191155.017000', '191155.020000', '191155.022000', '191155.025000', '191155.028000', '191155.030000', '191155.033000', '191155.035000', '191155.038000', '191155.041000', '191155.043000', '191155.046000', '191155.049000', '191214.924000', '191214.927000', '191214.930000', '191214.941000', '191214.944000', '191214.946000', '191214.949000', '191214.952000', '191214.955000', '191214.957000', '191214.960000', '191214.963000', '191214.965000', '191214.968000', '191214.971000', '191214.973000', '191214.976000', '191214.979000', '191214.981000', '191214.984000', '191214.986000', '191214.989000', '191214.991000', '191214.994000', '191214.996000', '191215.000000', '191215.003000', '191215.005000', '191215.008000', '191215.011000', '191215.013000', '191215.016000', '191215.019000', '191215.021000', '191215.024000', '191215.026000', '191215.029000', '191215.033000', '191215.036000', '191215.039000', '191215.042000', '191215.044000', '191215.047000', '191234.925000', '191234.927000', '191234.936000', '191234.938000', '191234.941000', '191234.944000', '191234.946000', '191234.949000', '191234.951000', '191234.954000', '191234.956000', '191234.959000', '191234.962000', '191234.964000', '191234.967000', '191234.969000', '191234.972000', '191234.975000', '191234.977000', '191234.980000', '191234.982000', '191234.985000', '191234.987000', '191234.990000', '191234.992000', '191234.995000', '191234.998000', '191235.001000', '191235.004000', '191235.007000', '191235.009000', '191235.012000', '191235.015000', '191235.017000', '191235.020000', '191235.022000', '191235.025000', '191235.027000', '191235.030000', '191235.033000', '191235.035000', '191235.038000', '191235.040000', '191235.043000', '191254.924000', '191254.927000', '191254.930000', '191254.932000', '191254.935000', '191254.938000', '191254.940000', '191254.943000', '191254.945000', '191254.948000', '191254.950000', '191254.953000', '191254.956000', '191254.958000', '191254.961000', '191254.964000', '191254.966000', '191254.969000', '191254.971000', '191254.974000', '191254.976000', '191254.979000', '191254.981000', '191254.984000', '191254.987000', '191254.989000', '191254.992000', '191254.994000', '191254.997000', '191255.001000', '191255.003000', '191255.006000', '191255.009000', '191255.011000', '191255.014000', '191255.016000', '191255.019000', '191255.021000', '191255.024000', '191255.027000', '191255.029000', '191255.032000', '191255.035000', '191314.925000', '191314.927000', '191314.930000', '191314.933000', '191314.935000', '191314.938000', '191314.940000', '191314.943000', '191314.946000', '191314.948000', '191314.951000', '191314.954000', '191314.956000', '191314.959000', '191314.961000', '191314.964000', '191314.966000', '191314.969000', '191314.972000', '191314.974000', '191314.977000', '191314.979000', '191314.982000', '191314.984000', '191314.987000', '191314.990000', '191314.992000', '191314.995000', '191314.997000', '191315.001000', '191315.004000', '191315.006000', '191315.009000', '191315.011000', '191315.014000', '191315.016000', '191315.019000', '191315.022000', '191315.067000', '191315.069000', '191315.072000', '191315.074000', '191315.077000', '191315.080000', '191334.924000', '191334.927000', '191334.930000', '191334.932000', '191334.935000', '191334.938000', '191334.940000', '191334.943000', '191334.945000', '191334.948000', '191334.950000', '191334.953000', '191334.956000', '191334.958000', '191334.961000', '191334.963000', '191334.966000', '191334.968000', '191334.971000', '191334.974000', '191334.976000', '191334.979000', '191334.981000', '191334.984000', '191334.986000', '191334.989000', '191334.992000', '191334.994000', '191334.997000', '191335.000000', '191335.003000', '191335.005000', '191335.008000', '191335.011000', '191335.013000', '191335.016000', '191335.018000', '191335.028000', '191335.030000', '191335.033000', '191335.035000', '191335.038000', '191335.040000', '191354.925000', '191354.927000', '191354.930000', '191354.933000', '191354.935000', '191354.938000', '191354.940000', '191354.943000', '191354.946000', '191354.948000', '191354.951000', '191354.953000', '191354.956000', '191354.959000', '191354.961000', '191354.964000', '191354.966000', '191354.969000', '191354.972000', '191354.974000', '191354.977000', '191354.979000', '191354.982000', '191354.984000', '191354.987000', '191354.990000', '191354.992000', '191354.995000', '191354.997000', '191355.001000', '191355.004000', '191355.006000', '191355.009000', '191355.011000', '191355.014000', '191355.017000', '191355.019000', '191355.022000', '191355.025000', '191355.027000', '191355.030000', '191355.032000', '191355.035000', '191355.038000', '191414.925000', '191414.927000', '191414.930000', '191414.933000', '191414.935000', '191414.938000', '191414.941000', '191414.943000', '191414.946000', '191414.948000', '191414.951000', '191414.953000', '191414.956000', '191414.959000', '191414.961000', '191414.964000', '191414.966000', '191414.969000', '191414.972000', '191414.974000', '191414.977000', '191414.979000', '191414.982000', '191414.985000', '191414.987000', '191414.990000', '191414.993000', '191414.995000', '191414.998000', '191415.001000', '191415.004000', '191415.007000', '191415.009000', '191415.012000', '191415.014000', '191415.017000', '191415.020000', '191415.022000', '191415.025000', '191415.027000', '191415.030000', '191415.032000', '191415.036000', '191434.925000', '191434.928000', '191434.930000', '191434.933000', '191434.935000', '191434.938000', '191434.941000', '191434.943000', '191434.946000', '191434.948000', '191434.951000', '191434.954000', '191434.956000', '191434.959000', '191434.961000', '191434.964000', '191434.966000', '191434.969000', '191434.972000', '191434.974000', '191434.977000', '191434.979000', '191434.982000', '191434.985000', '191434.987000', '191434.990000', '191434.992000', '191434.995000', '191434.997000', '191435.001000', '191435.003000', '191435.006000', '191435.009000', '191435.011000', '191435.014000', '191435.017000', '191435.019000', '191435.022000', '191435.024000', '191435.027000', '191435.029000', '191435.032000', '191435.034000', '191435.037000', '191454.924000', '191454.927000', '191454.930000', '191454.932000', '191454.935000', '191454.938000', '191454.940000', '191454.943000', '191454.945000', '191454.948000', '191454.950000', '191454.953000', '191454.956000', '191454.958000', '191454.961000', '191454.963000', '191454.966000', '191454.969000', '191454.971000', '191454.974000', '191454.976000', '191454.979000', '191454.982000', '191454.984000', '191454.987000', '191454.989000', '191454.992000', '191454.994000', '191454.997000', '191455.001000', '191455.003000', '191455.006000', '191455.008000', '191455.011000', '191455.014000', '191455.016000', '191455.019000', '191455.021000', '191455.024000', '191455.026000', '191455.029000', '191455.032000', '191455.034000', '191514.924000', '191514.927000', '191514.930000', '191514.933000', '191514.935000', '191514.938000', '191514.940000', '191514.943000', '191514.946000', '191514.948000', '191514.951000', '191514.953000', '191514.956000', '191514.958000', '191514.961000', '191514.964000', '191514.966000', '191514.969000', '191514.971000', '191514.974000', '191514.977000', '191514.979000', '191514.982000', '191514.984000', '191514.987000', '191514.990000', '191514.992000', '191514.995000', '191514.997000', '191515.001000', '191515.003000', '191515.006000', '191515.009000', '191515.011000', '191515.014000', '191515.016000', '191515.019000', '191515.022000', '191515.024000', '191515.027000', '191515.029000', '191515.032000', '191515.034000', '191515.037000', '191534.924000', '191534.927000', '191534.930000', '191534.933000', '191534.935000', '191534.938000', '191534.940000', '191534.943000', '191534.946000', '191534.948000', '191534.951000', '191534.953000', '191534.956000', '191534.958000', '191534.961000', '191534.964000', '191534.966000', '191534.969000', '191534.971000', '191534.974000', '191534.977000', '191534.979000', '191534.982000', '191534.984000', '191534.987000', '191534.990000', '191534.992000', '191534.995000', '191534.997000', '191535.001000', '191535.004000', '191535.006000', '191535.009000', '191535.012000', '191535.014000', '191535.017000', '191535.019000', '191535.022000', '191535.024000', '191535.027000', '191535.029000', '191535.032000', '191535.035000', '191554.924000', '191554.927000', '191554.930000', '191554.933000', '191554.935000', '191554.938000', '191554.940000', '191554.943000', '191554.946000', '191554.948000', '191554.951000', '191554.953000', '191554.956000', '191554.959000', '191554.961000', '191554.964000', '191554.967000', '191554.969000', '191554.972000', '191554.975000', '191554.977000', '191554.980000', '191554.982000', '191554.985000', '191554.988000', '191554.990000', '191554.993000', '191554.995000', '191554.998000', '191555.001000', '191555.004000', '191555.006000', '191555.009000', '191555.012000', '191555.014000', '191555.017000', '191555.020000', '191555.022000', '191555.025000', '191555.027000', '191555.030000', '191555.033000', '191555.035000', '191614.925000', '191614.927000', '191614.942000', '191614.945000', '191614.947000', '191614.950000', '191614.952000', '191614.955000', '191614.957000', '191614.960000', '191614.963000', '191614.965000', '191614.968000', '191614.970000', '191614.973000', '191614.975000', '191614.978000', '191614.981000', '191614.983000', '191614.986000', '191614.988000', '191614.991000', '191614.993000', '191614.996000', '191615.000000', '191615.002000', '191615.005000', '191615.007000', '191615.010000', '191615.012000', '191615.015000', '191615.018000', '191615.020000', '191615.023000', '191615.025000', '191615.028000', '191615.030000', '191615.033000', '191615.036000', '191615.038000', '191615.041000', '191615.043000', '191615.046000', '191615.049000', '191634.924000', '191634.927000', '191634.930000', '191634.932000', '191634.935000', '191634.938000', '191634.940000', '191634.943000', '191634.945000', '191634.948000', '191634.951000', '191634.953000', '191634.956000', '191634.958000', '191634.961000', '191634.964000', '191634.966000', '191634.969000', '191634.971000', '191634.974000', '191634.977000', '191634.979000', '191634.982000', '191634.984000', '191634.987000', '191634.989000', '191634.992000', '191634.995000', '191634.998000', '191635.002000', '191635.005000', '191635.007000', '191635.010000', '191635.012000', '191635.015000', '191635.018000', '191635.020000', '191635.023000', '191635.025000', '191635.028000', '191635.031000', '191635.033000', '191635.036000', '191637.194000', '191637.197000', '191637.200000', '191637.203000', '191637.205000', '191637.208000'], '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], 'LargestImagePixelValue': [7801, 7811, 7589, 9519, 7638, 8455, 7415, 7350, 8163, 8440, 13042, 8101, 10305, 7426, 8210, 7567, 8705, 7672, 7788, 7825, 8057, 7274, 7786, 7632, 7911, 7265, 7935, 7895, 7809, 10586, 7304, 9704, 8252, 9456, 6958, 8573, 7231, 9023, 8123, 8030, 7104, 8818, 7719, 8851, 7412, 7599, 7435, 7808, 10319, 8034, 11236, 7138, 9287, 7131, 9050, 7338, 7919, 7587, 7247, 10692, 7403, 8183, 7425, 8216, 7427, 8792, 7383, 7324, 7700, 6935, 10245, 7323, 8605, 7542, 7548, 9013, 7247, 9359, 7942, 7746, 7113, 7923, 7465, 7528, 7331, 6975, 9040, 7160, 9599, 8093, 7684, 7656, 8262, 7454, 7105, 7661, 7847, 11126, 9693, 15998, 11409, 15709, 7781, 8640, 7635, 7327, 14001, 6863, 9477, 7364, 8606, 7232, 7642, 7614, 6947, 9835, 7279, 8585, 7457, 7649, 7469, 8034, 7284, 7658, 7186, 7411, 10836, 7731, 10182, 7608, 8804, 8500, 7495, 15295, 6998, 9794, 7301, 7517, 14949, 7783, 9235, 7488, 8508, 7493, 7872, 7438, 7042, 7943, 7166, 9873, 7929, 7992, 11280, 6728, 9490, 7279, 7721, 8120, 6843, 9396, 7756, 8048, 7427, 7789, 7844, 7021, 9389, 7192, 8587, 7309, 8917, 7324, 8764, 7317, 9096, 8770, 11668, 7591, 11038, 7599, 13226, 7480, 8380, 15713, 7571, 15131, 8743, 11330, 7659, 8254, 7520, 7270, 7669, 7080, 9668, 7100, 9633, 7558, 8146, 7446, 8256, 8491, 7380, 8567, 6902, 8591, 7490, 8483, 7549, 7382, 10519, 7173, 8399, 8082, 7939, 7670, 7363, 7489, 8430, 7540, 7324, 10745, 6941, 8755, 7538, 9396, 7354, 7136, 8597, 10999, 7316, 12248, 7289, 9315, 7241, 8633, 7830, 10245, 7880, 7280, 7800, 7229, 12138, 7983, 8613, 7464, 7304, 9445, 7080, 9431, 7630, 8580, 7828, 7285, 10003, 7124, 8519, 7741, 8650, 7200, 7469, 7422, 7336, 7802, 7283, 10252, 7262, 9598, 7704, 8336, 12459, 8405, 11572, 7201, 9000, 7597, 8615, 7919, 7351, 7828, 7326, 12134, 7621, 10804, 7028, 9313, 7895, 10497, 7606, 7670, 16059, 6955, 10087, 7414, 7538, 13106, 6981, 8781, 7568, 8490, 7362, 7352, 7895, 7199, 8840, 6977, 9034, 7270, 9905, 8139, 7463, 7766, 7311, 10299, 7203, 9735, 7664, 7993, 7657, 7485, 9592, 7184, 9377, 7147, 8777, 7510, 9142, 9730, 7586, 12399, 7277, 8346, 7533, 7338, 7807, 6891, 9461, 7594, 8561, 7584, 7761, 9974, 7073, 8806, 7678, 7134, 7598, 7321, 8536, 7820, 8118, 8474, 11730, 7247, 8213, 7979, 8026, 7557, 7572, 7135, 8683, 8211, 15657, 11353, 14586, 7866, 8016, 13971, 7483, 11020, 8087, 7840, 8033, 7791, 10005, 7475, 8328, 7418, 8370, 7165, 7118, 7563, 7286, 8509, 7705, 8014, 7467, 6923, 9345, 7051, 8365, 7552, 7661, 7707, 7238, 10583, 7982, 7987, 7427, 7237, 11486, 7723, 8105, 7349, 7125, 9744, 7740, 8257, 7549, 7361, 11043, 7546, 8374, 7394, 7123, 10505, 7425, 8317, 7344, 7183, 7385, 7038, 9555, 7478, 8122, 7515, 8276, 7389, 7260, 8068, 7055, 11820, 7251, 9874, 7625, 8097, 7508, 7953, 7690, 7110, 11085, 7379, 9802, 7313, 9476, 7540, 7613, 7350, 7413, 8986, 7052, 9151, 7036, 8743, 7179, 8870, 7734, 7890, 7471, 7561, 11570, 7247, 9406, 7619, 7882, 7392, 8060, 7309, 7505, 7406, 7012, 9448, 6989, 8530, 6985, 8690, 7327, 9274, 7313, 8909, 7542, 10071, 7655, 11204, 7507, 9176, 7767, 7792, 13736, 7793, 10913, 7533, 9292, 7445, 7360, 7622, 6964, 9968, 7067, 8578, 7951, 7901, 7535, 7383, 9809, 7687, 8094, 7659, 7774, 7428, 7015, 7423, 6952, 8148, 6909, 7793, 7580, 8821, 8187, 10527, 7778, 10449, 7023, 9416, 8058, 10351, 7396, 9794, 7428, 9915, 12410, 9628, 13651, 7530, 11163, 8099, 10436, 7260, 9501, 7478, 8651, 7969, 7340, 7769, 8126, 7665, 7276, 7708, 7897, 7671, 9432, 7322, 8498, 7382, 9090, 7872, 10198, 7473, 8780, 8383, 7883, 7674, 7592, 7553, 8213, 9227, 7705, 7505, 7268, 9146, 7374, 9463, 8224, 7409, 7316, 7487, 8099, 7386, 8752, 7026, 8178, 7827, 7271, 8064, 9348, 7487, 8448, 7633, 7695, 7794, 7255, 7433, 10266, 7452, 15201, 8258, 10590, 7209, 7985, 9082, 7772, 11182, 7167, 13258, 9796, 15139, 8498, 14955, 9855, 14334, 11253, 11204, 8883, 7609, 9069, 14643, 9443, 7598, 7570, 7635, 8190, 7049, 7858, 7751, 7733, 7571, 8371, 7305, 7585, 7557, 7475, 7268, 8587, 7295, 7736, 7582, 8062, 7562, 7738, 9057, 7398, 9659, 7456, 10193, 7830, 8396, 7270, 8635, 8670, 10917, 8566, 10423, 7435, 10511, 7963, 9637, 7257, 9519, 9785, 10078, 8904, 7308, 8360, 7318, 9374, 8570, 11260, 8522, 10577, 10176, 14724, 9982, 13846, 8509, 11512, 9852, 13136, 7653, 7048, 7547, 7912, 9478, 7934, 7640, 7321, 8023, 7907, 7311, 7327, 6953, 7198, 9377, 7559, 8373, 7272, 8154, 10592, 8426, 12851, 7951, 9721, 7972, 9500, 7655, 7253, 8052, 8018, 7381, 7869, 7435, 8546, 8457, 7086, 8253, 7374, 9304, 12400, 10024, 13546, 7630, 12318, 8739, 13231, 7570, 8611, 7836, 8828, 7590, 8400, 11397, 7524, 10346, 7663, 9281, 7683, 8644, 7377, 7845, 7391, 7428, 10194, 7457, 9598, 7981, 8045, 7362, 8029, 9753, 7369, 9196, 7401, 8326, 8135, 8425, 10713, 8173, 8388, 8084, 8279, 8132, 14583, 10922, 9415, 13806, 8368, 8419, 7703, 7721, 11450, 8441, 9694, 8440, 9241, 9281, 14052, 8253, 11946, 8028, 8989, 7976, 8967, 12394, 7559, 11274, 7021, 8984, 7793, 8352, 7733, 8403, 7636, 8012, 7639, 8496, 7800, 8971, 7749, 8798, 7770, 9657, 8715, 7950, 14082, 7001, 10347, 7511, 8888, 14757, 7214, 11463, 7879, 7259, 8771, 7047, 9591, 7374, 7784, 7440, 8443, 7207, 7347, 10369, 7013, 8623, 7563, 7317, 7783, 6867, 9741, 7782, 9936, 7417, 8648, 7479, 9068, 9326, 7969, 9423, 7696, 11793, 7361, 13291, 7949, 13576, 7564, 12607, 8684, 10296, 8696, 7838, 12075, 7560, 12226, 8513, 13510, 12859, 12355, 14771, 8132, 13659, 8092, 9722, 7312, 8395, 7795, 6892, 7790, 7600, 7364, 7711, 7809, 7724, 7633, 8562, 7729, 9616, 7635, 10402, 9386, 12931, 9914, 11743, 7617, 13237, 8621, 14216, 9748, 12749, 8047, 8607, 8455, 7844, 7650, 7127, 11105, 7704, 10630, 7287, 10777, 8105, 11633, 9348, 10750, 7628, 8309, 13752, 7602, 11109, 7386, 9273, 7517, 9132, 7692, 8360, 7611, 7944, 11984, 7594, 10931, 7326, 10309, 8158, 9555, 7645, 7560, 13917, 7289, 9907, 8213, 9743, 7434, 8966, 7656, 8721, 7602, 7708, 7407, 7053, 7413, 8454, 7799, 10275, 7382, 8572, 14554, 7860, 13232, 9110, 9349, 10981, 6934, 11180, 8173, 9954, 7600, 8478, 11774, 7443, 10761, 7307, 9201, 7685, 9364, 8018, 9031, 7521, 7725, 12151, 8063, 10817, 8068, 8690, 7507, 7286, 12238, 7039, 9643, 7755, 8840, 9480, 7292, 10684, 7503, 9414, 7602, 7374, 11758, 7287, 8862, 7493, 9397, 7675, 7786, 7293, 7471, 7897, 9102, 8026, 10396, 7643, 13048, 7561, 11586, 8773, 14543, 10422, 12851, 15759, 7924, 10467, 7509, 8264, 8026, 6903, 10703, 7994, 9628, 7338, 8832, 7457, 8671, 7548, 8073, 7570, 6957, 10932, 8675, 10547, 7558, 7875, 12814, 7109, 10961, 7881, 9866, 12220, 7309, 12450, 8341, 9145, 7389, 7205, 12090, 7412, 10553, 7315, 9137, 8281, 7654, 11951, 8188, 8847, 7362, 7098, 11903, 7262, 10024, 7598, 9141, 7860, 10057, 7475, 9701, 7554, 7784, 7389, 9100, 7480, 11811, 7610, 7811, 6955, 10604, 15489, 12556, 14689, 8210, 8834, 7695, 7910, 11866, 7007, 10652, 7985, 10246, 7916, 9252, 7584, 8533, 11779, 7549, 10553, 7353, 9191, 7550, 9389, 7280, 9704], 'WindowCenter': [4168.0, 4151.0, 4138.0, 4155.0, 4111.0, 4120.0, 4096.0, 4107.0, 4116.0, 4117.0, 4145.0, 4104.0, 4112.0, 4082.0, 4090.0, 4092.0, 4102.0, 4093.0, 4094.0, 4104.0, 4105.0, 4095.0, 4106.0, 4106.0, 4116.0, 4095.0, 4118.0, 4105.0, 4107.0, 4135.0, 4097.0, 4126.0, 4107.0, 4116.0, 4097.0, 4114.0, 4106.0, 4127.0, 4107.0, 4105.0, 4097.0, 4115.0, 4106.0, 4117.0, 4095.0, 4105.0, 4093.0, 4106.0, 4124.0, 4105.0, 4133.0, 4085.0, 4112.0, 4084.0, 4115.0, 4094.0, 4105.0, 4104.0, 4106.0, 4133.0, 4105.0, 4102.0, 4093.0, 4101.0, 4093.0, 4115.0, 4095.0, 4106.0, 4104.0, 4096.0, 4137.0, 4097.0, 4116.0, 4095.0, 4095.0, 4102.0, 4095.0, 4114.0, 4105.0, 4105.0, 4107.0, 4119.0, 4105.0, 4118.0, 4106.0, 4108.0, 4126.0, 4109.0, 4140.0, 4120.0, 4121.0, 4109.0, 4131.0, 4108.0, 4099.0, 4107.0, 4119.0, 4147.0, 4129.0, 4168.0, 4138.0, 4156.0, 4094.0, 4105.0, 4094.0, 4085.0, 4143.0, 4072.0, 4113.0, 4081.0, 4102.0, 4081.0, 4092.0, 4080.0, 4082.0, 4111.0, 4093.0, 4102.0, 4095.0, 4106.0, 4107.0, 4119.0, 4106.0, 4106.0, 4083.0, 4107.0, 4136.0, 4108.0, 4126.0, 4105.0, 4116.0, 4104.0, 4096.0, 4155.0, 4083.0, 4113.0, 4081.0, 4083.0, 4142.0, 4093.0, 4100.0, 4081.0, 4101.0, 4081.0, 4092.0, 4091.0, 4094.0, 4091.0, 4094.0, 4125.0, 4105.0, 4104.0, 4121.0, 4072.0, 4112.0, 4081.0, 4081.0, 4079.0, 4083.0, 4112.0, 4091.0, 4103.0, 4092.0, 4105.0, 4102.0, 4098.0, 4114.0, 4098.0, 4119.0, 4109.0, 4130.0, 4111.0, 4129.0, 4110.0, 4131.0, 4131.0, 4148.0, 4107.0, 4137.0, 4095.0, 4158.0, 4083.0, 4104.0, 4154.0, 4092.0, 4144.0, 4103.0, 4147.0, 4091.0, 4103.0, 4079.0, 4079.0, 4078.0, 4093.0, 4109.0, 4082.0, 4111.0, 4091.0, 4090.0, 4079.0, 4102.0, 4089.0, 4081.0, 4104.0, 4082.0, 4102.0, 4082.0, 4104.0, 4091.0, 4083.0, 4121.0, 4083.0, 4092.0, 4103.0, 4103.0, 4094.0, 4093.0, 4105.0, 4117.0, 4106.0, 4108.0, 4134.0, 4096.0, 4115.0, 4107.0, 4127.0, 4108.0, 4084.0, 4116.0, 4139.0, 4096.0, 4148.0, 4108.0, 4128.0, 4120.0, 4129.0, 4107.0, 4136.0, 4105.0, 4096.0, 4104.0, 4095.0, 4145.0, 4104.0, 4101.0, 4068.0, 4080.0, 4098.0, 4069.0, 4100.0, 4081.0, 4102.0, 4089.0, 4094.0, 4113.0, 4083.0, 4101.0, 4094.0, 4114.0, 4095.0, 4096.0, 4096.0, 4109.0, 4107.0, 4110.0, 4138.0, 4108.0, 4140.0, 4109.0, 4119.0, 4148.0, 4118.0, 4136.0, 4109.0, 4140.0, 4120.0, 4143.0, 4119.0, 4107.0, 4092.0, 4093.0, 4134.0, 4105.0, 4134.0, 4094.0, 4114.0, 4094.0, 4126.0, 4093.0, 4093.0, 4141.0, 4070.0, 4110.0, 4068.0, 4079.0, 4118.0, 4067.0, 4088.0, 4080.0, 4100.0, 4080.0, 4080.0, 4089.0, 4094.0, 4126.0, 4095.0, 4114.0, 4095.0, 4126.0, 4104.0, 4095.0, 4093.0, 4095.0, 4123.0, 4107.0, 4127.0, 4105.0, 4104.0, 4093.0, 4094.0, 4112.0, 4083.0, 4101.0, 4082.0, 4102.0, 4082.0, 4114.0, 4112.0, 4083.0, 4121.0, 4080.0, 4090.0, 4079.0, 4080.0, 4078.0, 4071.0, 4100.0, 4081.0, 4090.0, 4090.0, 4093.0, 4110.0, 4096.0, 4116.0, 4093.0, 4081.0, 4091.0, 4093.0, 4115.0, 4107.0, 4117.0, 4117.0, 4146.0, 4106.0, 4107.0, 4121.0, 4120.0, 4111.0, 4107.0, 4109.0, 4130.0, 4118.0, 4168.0, 4136.0, 4168.0, 4091.0, 4092.0, 4144.0, 4092.0, 4121.0, 4090.0, 4104.0, 4104.0, 4104.0, 4109.0, 4079.0, 4100.0, 4080.0, 4101.0, 4070.0, 4081.0, 4089.0, 4092.0, 4104.0, 4105.0, 4105.0, 4094.0, 4095.0, 4114.0, 4095.0, 4106.0, 4107.0, 4107.0, 4106.0, 4108.0, 4137.0, 4107.0, 4107.0, 4094.0, 4095.0, 4135.0, 4094.0, 4104.0, 4082.0, 4084.0, 4113.0, 4094.0, 4104.0, 4093.0, 4095.0, 4133.0, 4093.0, 4105.0, 4092.0, 4095.0, 4123.0, 4094.0, 4105.0, 4095.0, 4096.0, 4094.0, 4097.0, 4138.0, 4109.0, 4118.0, 4108.0, 4130.0, 4108.0, 4110.0, 4119.0, 4108.0, 4149.0, 4099.0, 4130.0, 4108.0, 4107.0, 4095.0, 4118.0, 4118.0, 4098.0, 4135.0, 4119.0, 4136.0, 4095.0, 4126.0, 4093.0, 4093.0, 4081.0, 4093.0, 4102.0, 4094.0, 4112.0, 4084.0, 4103.0, 4083.0, 4115.0, 4093.0, 4104.0, 4081.0, 4094.0, 4133.0, 4083.0, 4113.0, 4094.0, 4104.0, 4094.0, 4104.0, 4093.0, 4094.0, 4092.0, 4094.0, 4125.0, 4095.0, 4114.0, 4095.0, 4117.0, 4109.0, 4127.0, 4109.0, 4127.0, 4109.0, 4127.0, 4107.0, 4136.0, 4097.0, 4128.0, 4095.0, 4105.0, 4143.0, 4094.0, 4123.0, 4093.0, 4112.0, 4080.0, 4082.0, 4080.0, 4082.0, 4110.0, 4082.0, 4101.0, 4091.0, 4092.0, 4080.0, 4082.0, 4110.0, 4081.0, 4090.0, 4091.0, 4104.0, 4082.0, 4084.0, 4081.0, 4095.0, 4104.0, 4107.0, 4118.0, 4131.0, 4139.0, 4130.0, 4148.0, 4120.0, 4137.0, 4109.0, 4127.0, 4119.0, 4151.0, 4121.0, 4139.0, 4097.0, 4137.0, 4158.0, 4127.0, 4144.0, 4093.0, 4121.0, 4093.0, 4123.0, 4095.0, 4113.0, 4095.0, 4104.0, 4103.0, 4093.0, 4093.0, 4104.0, 4095.0, 4094.0, 4106.0, 4116.0, 4108.0, 4128.0, 4108.0, 4116.0, 4099.0, 4119.0, 4107.0, 4126.0, 4096.0, 4117.0, 4106.0, 4104.0, 4093.0, 4094.0, 4105.0, 4114.0, 4112.0, 4093.0, 4082.0, 4094.0, 4113.0, 4096.0, 4126.0, 4115.0, 4095.0, 4093.0, 4095.0, 4103.0, 4106.0, 4115.0, 4095.0, 4115.0, 4108.0, 4107.0, 4116.0, 4139.0, 4107.0, 4129.0, 4122.0, 4119.0, 4107.0, 4109.0, 4119.0, 4150.0, 4108.0, 4180.0, 4118.0, 4136.0, 4119.0, 4129.0, 4141.0, 4120.0, 4151.0, 4100.0, 4171.0, 4139.0, 4169.0, 4119.0, 4158.0, 4118.0, 4146.0, 4137.0, 4122.0, 4102.0, 4070.0, 4092.0, 4130.0, 4112.0, 4077.0, 4079.0, 4078.0, 4088.0, 4066.0, 4078.0, 4077.0, 4078.0, 4079.0, 4103.0, 4093.0, 4093.0, 4104.0, 4108.0, 4095.0, 4116.0, 4096.0, 4107.0, 4095.0, 4119.0, 4107.0, 4110.0, 4128.0, 4121.0, 4151.0, 4122.0, 4151.0, 4120.0, 4118.0, 4109.0, 4130.0, 4142.0, 4163.0, 4144.0, 4151.0, 4122.0, 4162.0, 4132.0, 4141.0, 4122.0, 4141.0, 4153.0, 4152.0, 4144.0, 4123.0, 4133.0, 4124.0, 4154.0, 4144.0, 4163.0, 4143.0, 4151.0, 4152.0, 4171.0, 4142.0, 4161.0, 4129.0, 4147.0, 4139.0, 4158.0, 4107.0, 4083.0, 4106.0, 4117.0, 4127.0, 4106.0, 4106.0, 4095.0, 4118.0, 4129.0, 4109.0, 4108.0, 4098.0, 4097.0, 4128.0, 4107.0, 4118.0, 4096.0, 4108.0, 4137.0, 4117.0, 4147.0, 4106.0, 4114.0, 4106.0, 4124.0, 4094.0, 4094.0, 4105.0, 4105.0, 4107.0, 4119.0, 4121.0, 4143.0, 4144.0, 4124.0, 4136.0, 4122.0, 4143.0, 4174.0, 4164.0, 4172.0, 4119.0, 4148.0, 4117.0, 4158.0, 4094.0, 4115.0, 4092.0, 4115.0, 4105.0, 4116.0, 4145.0, 4107.0, 4136.0, 4119.0, 4138.0, 4119.0, 4128.0, 4106.0, 4117.0, 4095.0, 4108.0, 4124.0, 4097.0, 4127.0, 4106.0, 4106.0, 4096.0, 4118.0, 4126.0, 4107.0, 4126.0, 4119.0, 4142.0, 4142.0, 4151.0, 4183.0, 4164.0, 4166.0, 4155.0, 4156.0, 4146.0, 4197.0, 4152.0, 4144.0, 4172.0, 4132.0, 4109.0, 4095.0, 4096.0, 4133.0, 4115.0, 4125.0, 4118.0, 4126.0, 4128.0, 4157.0, 4105.0, 4123.0, 4081.0, 4101.0, 4081.0, 4104.0, 4132.0, 4092.0, 4121.0, 4081.0, 4101.0, 4082.0, 4092.0, 4095.0, 4103.0, 4095.0, 4107.0, 4109.0, 4131.0, 4121.0, 4131.0, 4133.0, 4131.0, 4133.0, 4154.0, 4131.0, 4120.0, 4167.0, 4098.0, 4137.0, 4096.0, 4118.0, 4156.0, 4084.0, 4134.0, 4092.0, 4094.0, 4103.0, 4095.0, 4124.0, 4106.0, 4104.0, 4106.0, 4118.0, 4108.0, 4121.0, 4150.0, 4122.0, 4143.0, 4121.0, 4111.0, 4120.0, 4111.0, 4138.0, 4120.0, 4139.0, 4121.0, 4131.0, 4121.0, 4142.0, 4141.0, 4133.0, 4139.0, 4121.0, 4171.0, 4122.0, 4181.0, 4132.0, 4181.0, 4130.0, 4178.0, 4153.0, 4183.0, 4160.0, 4153.0, 4183.0, 4133.0, 4171.0, 4133.0, 4172.0, 4159.0, 4161.0, 4171.0, 4107.0, 4145.0, 4093.0, 4114.0, 4082.0, 4115.0, 4103.0, 4094.0, 4103.0, 4107.0, 4106.0, 4105.0, 4094.0, 4106.0, 4107.0, 4128.0, 4120.0, 4153.0, 4134.0, 4162.0, 4156.0, 4174.0, 4154.0, 4162.0, 4121.0, 4161.0, 4120.0, 4161.0, 4130.0, 4149.0, 4107.0, 4118.0, 4118.0, 4119.0, 4095.0, 4110.0, 4148.0, 4109.0, 4135.0, 4108.0, 4147.0, 4119.0, 4148.0, 4128.0, 4138.0, 4096.0, 4118.0, 4156.0, 4106.0, 4136.0, 4096.0, 4115.0, 4096.0, 4116.0, 4107.0, 4115.0, 4094.0, 4107.0, 4146.0, 4107.0, 4135.0, 4106.0, 4137.0, 4119.0, 4140.0, 4119.0, 4109.0, 4144.0, 4095.0, 4124.0, 4105.0, 4124.0, 4107.0, 4126.0, 4120.0, 4130.0, 4107.0, 4107.0, 4109.0, 4108.0, 4109.0, 4130.0, 4119.0, 4151.0, 4110.0, 4131.0, 4169.0, 4118.0, 4160.0, 4118.0, 4127.0, 4135.0, 4108.0, 4147.0, 4106.0, 4124.0, 4092.0, 4115.0, 4135.0, 4095.0, 4135.0, 4119.0, 4139.0, 4130.0, 4150.0, 4131.0, 4138.0, 4106.0, 4108.0, 4146.0, 4107.0, 4135.0, 4104.0, 4131.0, 4107.0, 4120.0, 4147.0, 4096.0, 4124.0, 4093.0, 4113.0, 4125.0, 4094.0, 4134.0, 4106.0, 4128.0, 4104.0, 4097.0, 4134.0, 4094.0, 4115.0, 4093.0, 4124.0, 4104.0, 4118.0, 4108.0, 4133.0, 4132.0, 4142.0, 4119.0, 4165.0, 4134.0, 4173.0, 4120.0, 4148.0, 4130.0, 4172.0, 4137.0, 4147.0, 4154.0, 4105.0, 4124.0, 4081.0, 4102.0, 4079.0, 4081.0, 4121.0, 4091.0, 4110.0, 4093.0, 4113.0, 4095.0, 4126.0, 4106.0, 4117.0, 4108.0, 4108.0, 4148.0, 4128.0, 4139.0, 4106.0, 4118.0, 4157.0, 4096.0, 4137.0, 4105.0, 4127.0, 4134.0, 4095.0, 4145.0, 4116.0, 4126.0, 4093.0, 4095.0, 4144.0, 4095.0, 4134.0, 4094.0, 4125.0, 4114.0, 4108.0, 4147.0, 4105.0, 4115.0, 4094.0, 4096.0, 4144.0, 4095.0, 4125.0, 4106.0, 4126.0, 4117.0, 4139.0, 4108.0, 4138.0, 4106.0, 4107.0, 4108.0, 4129.0, 4108.0, 4146.0, 4106.0, 4119.0, 4095.0, 4137.0, 4158.0, 4146.0, 4143.0, 4092.0, 4115.0, 4092.0, 4093.0, 4131.0, 4084.0, 4122.0, 4091.0, 4123.0, 4102.0, 4113.0, 4093.0, 4115.0, 4145.0, 4104.0, 4133.0, 4119.0, 4137.0, 4130.0, 4137.0, 4120.0, 4138.0], 'WindowWidth': [9284.0, 9244.0, 9217.0, 9233.0, 9164.0, 9174.0, 9134.0, 9151.0, 9161.0, 9161.0, 9196.0, 9138.0, 9144.0, 9104.0, 9111.0, 9117.0, 9131.0, 9122.0, 9123.0, 9141.0, 9142.0, 9129.0, 9143.0, 9146.0, 9159.0, 9129.0, 9164.0, 9144.0, 9148.0, 9180.0, 9133.0, 9167.0, 9145.0, 9153.0, 9132.0, 9151.0, 9146.0, 9174.0, 9147.0, 9142.0, 9135.0, 9156.0, 9145.0, 9162.0, 9129.0, 9143.0, 9121.0, 9144.0, 9162.0, 9140.0, 9174.0, 9113.0, 9146.0, 9109.0, 9152.0, 9122.0, 9144.0, 9142.0, 9145.0, 9175.0, 9143.0, 9133.0, 9121.0, 9129.0, 9123.0, 9155.0, 9129.0, 9145.0, 9138.0, 9132.0, 9187.0, 9134.0, 9157.0, 9128.0, 9128.0, 9131.0, 9127.0, 9151.0, 9141.0, 9141.0, 9149.0, 9169.0, 9144.0, 9166.0, 9146.0, 9152.0, 9173.0, 9154.0, 9198.0, 9172.0, 9171.0, 9154.0, 9186.0, 9152.0, 9142.0, 9148.0, 9167.0, 9200.0, 9180.0, 9234.0, 9190.0, 9211.0, 9124.0, 9141.0, 9121.0, 9112.0, 9185.0, 9093.0, 9145.0, 9102.0, 9131.0, 9102.0, 9119.0, 9099.0, 9103.0, 9141.0, 9120.0, 9131.0, 9129.0, 9148.0, 9149.0, 9169.0, 9147.0, 9147.0, 9110.0, 9147.0, 9185.0, 9150.0, 9169.0, 9142.0, 9158.0, 9137.0, 9128.0, 9207.0, 9106.0, 9147.0, 9098.0, 9104.0, 9184.0, 9118.0, 9124.0, 9100.0, 9127.0, 9101.0, 9117.0, 9116.0, 9125.0, 9117.0, 9126.0, 9168.0, 9139.0, 9137.0, 9154.0, 9093.0, 9145.0, 9101.0, 9103.0, 9094.0, 9108.0, 9143.0, 9116.0, 9137.0, 9118.0, 9142.0, 9133.0, 9136.0, 9150.0, 9135.0, 9159.0, 9153.0, 9180.0, 9159.0, 9182.0, 9160.0, 9185.0, 9186.0, 9204.0, 9148.0, 9188.0, 9128.0, 9217.0, 9108.0, 9136.0, 9204.0, 9117.0, 9189.0, 9133.0, 9201.0, 9118.0, 9131.0, 9095.0, 9096.0, 9093.0, 9124.0, 9137.0, 9107.0, 9143.0, 9117.0, 9112.0, 9096.0, 9131.0, 9110.0, 9102.0, 9137.0, 9107.0, 9131.0, 9104.0, 9136.0, 9115.0, 9108.0, 9153.0, 9108.0, 9116.0, 9135.0, 9134.0, 9124.0, 9123.0, 9143.0, 9163.0, 9146.0, 9150.0, 9178.0, 9130.0, 9153.0, 9148.0, 9173.0, 9150.0, 9112.0, 9157.0, 9191.0, 9134.0, 9202.0, 9152.0, 9179.0, 9175.0, 9184.0, 9150.0, 9185.0, 9138.0, 9131.0, 9140.0, 9130.0, 9193.0, 9138.0, 9127.0, 9076.0, 9098.0, 9117.0, 9082.0, 9124.0, 9100.0, 9129.0, 9109.0, 9124.0, 9146.0, 9108.0, 9128.0, 9125.0, 9153.0, 9127.0, 9133.0, 9132.0, 9153.0, 9147.0, 9158.0, 9191.0, 9153.0, 9195.0, 9149.0, 9164.0, 9201.0, 9163.0, 9183.0, 9156.0, 9198.0, 9173.0, 9211.0, 9168.0, 9148.0, 9118.0, 9122.0, 9175.0, 9141.0, 9176.0, 9125.0, 9150.0, 9124.0, 9170.0, 9121.0, 9120.0, 9180.0, 9085.0, 9138.0, 9077.0, 9095.0, 9142.0, 9076.0, 9103.0, 9100.0, 9124.0, 9096.0, 9100.0, 9109.0, 9128.0, 9171.0, 9129.0, 9153.0, 9129.0, 9171.0, 9137.0, 9129.0, 9121.0, 9128.0, 9163.0, 9148.0, 9175.0, 9145.0, 9140.0, 9119.0, 9123.0, 9143.0, 9107.0, 9128.0, 9105.0, 9130.0, 9103.0, 9151.0, 9144.0, 9105.0, 9151.0, 9096.0, 9108.0, 9094.0, 9098.0, 9092.0, 9087.0, 9122.0, 9100.0, 9111.0, 9111.0, 9122.0, 9140.0, 9133.0, 9155.0, 9121.0, 9103.0, 9116.0, 9124.0, 9155.0, 9148.0, 9161.0, 9162.0, 9200.0, 9145.0, 9145.0, 9169.0, 9169.0, 9157.0, 9150.0, 9158.0, 9186.0, 9166.0, 9234.0, 9184.0, 9232.0, 9114.0, 9116.0, 9190.0, 9121.0, 9154.0, 9113.0, 9138.0, 9138.0, 9140.0, 9135.0, 9095.0, 9125.0, 9098.0, 9127.0, 9082.0, 9102.0, 9110.0, 9120.0, 9137.0, 9142.0, 9141.0, 9123.0, 9127.0, 9150.0, 9127.0, 9144.0, 9147.0, 9148.0, 9143.0, 9151.0, 9188.0, 9146.0, 9146.0, 9122.0, 9126.0, 9179.0, 9124.0, 9138.0, 9105.0, 9110.0, 9146.0, 9123.0, 9137.0, 9121.0, 9125.0, 9172.0, 9121.0, 9142.0, 9118.0, 9127.0, 9160.0, 9124.0, 9141.0, 9126.0, 9130.0, 9125.0, 9136.0, 9192.0, 9155.0, 9163.0, 9151.0, 9183.0, 9151.0, 9158.0, 9168.0, 9153.0, 9206.0, 9136.0, 9178.0, 9148.0, 9146.0, 9128.0, 9167.0, 9166.0, 9138.0, 9181.0, 9169.0, 9184.0, 9127.0, 9169.0, 9122.0, 9121.0, 9100.0, 9120.0, 9130.0, 9124.0, 9146.0, 9111.0, 9134.0, 9111.0, 9152.0, 9123.0, 9138.0, 9103.0, 9123.0, 9173.0, 9108.0, 9147.0, 9124.0, 9138.0, 9125.0, 9139.0, 9122.0, 9126.0, 9118.0, 9125.0, 9166.0, 9128.0, 9153.0, 9130.0, 9160.0, 9153.0, 9175.0, 9155.0, 9177.0, 9153.0, 9173.0, 9149.0, 9185.0, 9134.0, 9177.0, 9127.0, 9143.0, 9189.0, 9124.0, 9160.0, 9120.0, 9146.0, 9099.0, 9103.0, 9096.0, 9105.0, 9138.0, 9104.0, 9126.0, 9114.0, 9118.0, 9097.0, 9105.0, 9138.0, 9101.0, 9111.0, 9117.0, 9139.0, 9106.0, 9113.0, 9102.0, 9128.0, 9139.0, 9149.0, 9166.0, 9190.0, 9198.0, 9184.0, 9205.0, 9171.0, 9187.0, 9154.0, 9175.0, 9170.0, 9214.0, 9176.0, 9196.0, 9133.0, 9190.0, 9221.0, 9175.0, 9191.0, 9122.0, 9156.0, 9122.0, 9162.0, 9130.0, 9147.0, 9126.0, 9135.0, 9134.0, 9120.0, 9120.0, 9137.0, 9127.0, 9127.0, 9147.0, 9159.0, 9151.0, 9177.0, 9153.0, 9157.0, 9135.0, 9159.0, 9147.0, 9168.0, 9132.0, 9160.0, 9143.0, 9136.0, 9123.0, 9123.0, 9142.0, 9152.0, 9145.0, 9121.0, 9106.0, 9124.0, 9148.0, 9131.0, 9172.0, 9156.0, 9129.0, 9121.0, 9129.0, 9136.0, 9147.0, 9154.0, 9130.0, 9154.0, 9150.0, 9148.0, 9160.0, 9198.0, 9150.0, 9182.0, 9178.0, 9168.0, 9149.0, 9154.0, 9172.0, 9213.0, 9151.0, 9253.0, 9166.0, 9187.0, 9172.0, 9186.0, 9204.0, 9172.0, 9212.0, 9142.0, 9242.0, 9195.0, 9234.0, 9166.0, 9215.0, 9160.0, 9191.0, 9184.0, 9155.0, 9127.0, 9077.0, 9110.0, 9163.0, 9144.0, 9088.0, 9097.0, 9091.0, 9103.0, 9072.0, 9093.0, 9086.0, 9091.0, 9094.0, 9136.0, 9120.0, 9123.0, 9138.0, 9150.0, 9127.0, 9159.0, 9131.0, 9146.0, 9127.0, 9166.0, 9146.0, 9156.0, 9176.0, 9175.0, 9216.0, 9177.0, 9215.0, 9172.0, 9164.0, 9157.0, 9184.0, 9205.0, 9235.0, 9211.0, 9214.0, 9178.0, 9232.0, 9193.0, 9200.0, 9180.0, 9199.0, 9219.0, 9215.0, 9211.0, 9180.0, 9193.0, 9183.0, 9223.0, 9210.0, 9232.0, 9208.0, 9213.0, 9215.0, 9241.0, 9204.0, 9223.0, 9180.0, 9201.0, 9191.0, 9216.0, 9147.0, 9108.0, 9145.0, 9162.0, 9177.0, 9146.0, 9146.0, 9129.0, 9168.0, 9184.0, 9155.0, 9151.0, 9137.0, 9136.0, 9178.0, 9149.0, 9163.0, 9131.0, 9150.0, 9185.0, 9159.0, 9201.0, 9143.0, 9150.0, 9144.0, 9165.0, 9124.0, 9125.0, 9141.0, 9141.0, 9148.0, 9170.0, 9177.0, 9207.0, 9211.0, 9182.0, 9198.0, 9179.0, 9209.0, 9249.0, 9240.0, 9246.0, 9170.0, 9205.0, 9160.0, 9218.0, 9124.0, 9153.0, 9117.0, 9152.0, 9140.0, 9160.0, 9196.0, 9149.0, 9184.0, 9170.0, 9194.0, 9173.0, 9180.0, 9147.0, 9162.0, 9129.0, 9151.0, 9167.0, 9134.0, 9173.0, 9145.0, 9145.0, 9131.0, 9166.0, 9172.0, 9149.0, 9174.0, 9172.0, 9210.0, 9214.0, 9227.0, 9274.0, 9252.0, 9256.0, 9235.0, 9234.0, 9221.0, 9295.0, 9218.0, 9211.0, 9245.0, 9191.0, 9151.0, 9126.0, 9127.0, 9172.0, 9155.0, 9171.0, 9162.0, 9173.0, 9177.0, 9214.0, 9137.0, 9156.0, 9093.0, 9125.0, 9097.0, 9134.0, 9168.0, 9117.0, 9151.0, 9102.0, 9126.0, 9103.0, 9117.0, 9126.0, 9132.0, 9125.0, 9146.0, 9151.0, 9185.0, 9175.0, 9187.0, 9195.0, 9185.0, 9195.0, 9225.0, 9190.0, 9173.0, 9230.0, 9139.0, 9189.0, 9128.0, 9160.0, 9210.0, 9109.0, 9174.0, 9116.0, 9124.0, 9133.0, 9129.0, 9164.0, 9147.0, 9139.0, 9146.0, 9166.0, 9151.0, 9174.0, 9214.0, 9181.0, 9208.0, 9175.0, 9161.0, 9173.0, 9162.0, 9193.0, 9173.0, 9197.0, 9175.0, 9188.0, 9178.0, 9206.0, 9201.0, 9194.0, 9197.0, 9175.0, 9245.0, 9182.0, 9257.0, 9194.0, 9260.0, 9194.0, 9254.0, 9230.0, 9273.0, 9241.0, 9233.0, 9266.0, 9199.0, 9242.0, 9194.0, 9245.0, 9223.0, 9229.0, 9242.0, 9147.0, 9191.0, 9122.0, 9152.0, 9105.0, 9155.0, 9137.0, 9129.0, 9137.0, 9148.0, 9145.0, 9141.0, 9124.0, 9143.0, 9149.0, 9178.0, 9172.0, 9220.0, 9199.0, 9232.0, 9228.0, 9248.0, 9224.0, 9227.0, 9174.0, 9226.0, 9169.0, 9226.0, 9179.0, 9205.0, 9147.0, 9163.0, 9166.0, 9167.0, 9127.0, 9160.0, 9202.0, 9153.0, 9182.0, 9152.0, 9202.0, 9169.0, 9204.0, 9179.0, 9190.0, 9129.0, 9163.0, 9208.0, 9144.0, 9181.0, 9131.0, 9152.0, 9130.0, 9156.0, 9145.0, 9156.0, 9125.0, 9148.0, 9197.0, 9148.0, 9181.0, 9146.0, 9185.0, 9167.0, 9199.0, 9171.0, 9152.0, 9191.0, 9127.0, 9162.0, 9143.0, 9166.0, 9148.0, 9173.0, 9172.0, 9184.0, 9151.0, 9150.0, 9155.0, 9154.0, 9155.0, 9188.0, 9171.0, 9216.0, 9158.0, 9188.0, 9237.0, 9165.0, 9226.0, 9163.0, 9174.0, 9181.0, 9153.0, 9200.0, 9144.0, 9165.0, 9119.0, 9156.0, 9179.0, 9130.0, 9181.0, 9170.0, 9198.0, 9190.0, 9218.0, 9191.0, 9196.0, 9147.0, 9150.0, 9197.0, 9148.0, 9179.0, 9140.0, 9190.0, 9152.0, 9173.0, 9202.0, 9132.0, 9166.0, 9126.0, 9152.0, 9167.0, 9128.0, 9178.0, 9147.0, 9178.0, 9140.0, 9134.0, 9178.0, 9125.0, 9154.0, 9123.0, 9166.0, 9138.0, 9167.0, 9154.0, 9199.0, 9190.0, 9203.0, 9171.0, 9241.0, 9198.0, 9244.0, 9174.0, 9206.0, 9184.0, 9246.0, 9187.0, 9201.0, 9206.0, 9141.0, 9164.0, 9103.0, 9131.0, 9094.0, 9102.0, 9154.0, 9115.0, 9139.0, 9122.0, 9148.0, 9129.0, 9175.0, 9147.0, 9163.0, 9151.0, 9155.0, 9206.0, 9179.0, 9194.0, 9145.0, 9163.0, 9213.0, 9132.0, 9186.0, 9142.0, 9173.0, 9178.0, 9127.0, 9193.0, 9159.0, 9170.0, 9121.0, 9129.0, 9192.0, 9129.0, 9179.0, 9127.0, 9171.0, 9153.0, 9151.0, 9198.0, 9142.0, 9154.0, 9125.0, 9132.0, 9192.0, 9131.0, 9168.0, 9145.0, 9171.0, 9164.0, 9195.0, 9151.0, 9192.0, 9145.0, 9149.0, 9152.0, 9182.0, 9154.0, 9200.0, 9147.0, 9169.0, 9129.0, 9189.0, 9219.0, 9199.0, 9189.0, 9117.0, 9153.0, 9118.0, 9121.0, 9168.0, 9110.0, 9158.0, 9118.0, 9161.0, 9133.0, 9149.0, 9123.0, 9154.0, 9191.0, 9140.0, 9175.0, 9172.0, 9192.0, 9189.0, 9191.0, 9175.0, 9195.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.002075603290676417</td></tr>
<tr><td colspan=3>aqi</td><td>0.029215699817184644</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.399981778902124</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2245466393504096</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0241790875663304</td></tr>
<tr><td colspan=3>efc</td><td>0.4424</td></tr>
<tr><td colspan=3>fber</td><td>8109.8389</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1323192493727994</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>163</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.89945155393053</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.336026331492849</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2770877638918154</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5605431207700766</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1704481098166553</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01620001345872879</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024553099647164345</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</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.9720064322556574</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>34.9129</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.052</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6671</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>647.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.605</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.349</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.7709</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3391.1788</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1239.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4447.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>897.0212</td></tr>
<tr><td colspan=3>tsnr</td><td>35.397252588765696</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>