<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-02/func/sub-0069_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>ece8adb7822dfc3b8e09eb8496889bd6</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>15:51:27.517500</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.99991, -0.0108915, 0.00782439, 0.0111696, 0.999274, -0.0364179]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0756604</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>[4150, -7735, -7306, 558, -45, -120, 20, 69]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.748</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92816535-ac59-4bfe-be3f-e78cdca162dd||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.682685613632202, 0.02996709570288658, 0.02003958635032177, 111.63948059082031], [0.02922111377120018, 2.6809797286987305, -0.09855539351701736, -89.07711029052734], [0.020992275327444077, 0.09770650416612625, 2.6981263160705566, -84.03435516357422], [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': ['155127.517500', '155127.977500', '155128.437500', '155128.897500', '155129.357500', '155129.817500', '155130.277500', '155130.737500', '155131.197500', '155131.657500', '155132.117500', '155132.577500', '155133.037500', '155133.497500', '155133.957500', '155134.417500', '155134.877500', '155135.337500', '155135.797500', '155136.257500', '155136.717500', '155137.177500', '155137.637500', '155138.097500', '155138.557500', '155139.017500', '155139.477500', '155139.937500', '155140.397500', '155140.857500', '155141.317500', '155141.777500', '155142.237500', '155142.697500', '155143.157500', '155143.617500', '155144.077500', '155144.537500', '155144.997500', '155145.457500', '155145.917500', '155146.377500', '155146.837500', '155147.297500', '155147.757500', '155148.217500', '155148.677500', '155149.137500', '155149.597500', '155150.057500', '155150.517500', '155150.977500', '155151.437500', '155151.897500', '155152.357500', '155152.817500', '155153.277500', '155153.737500', '155154.197500', '155154.657500', '155155.117500', '155155.577500', '155156.037500', '155156.497500', '155156.957500', '155157.417500', '155157.877500', '155158.337500', '155158.797500', '155159.257500', '155159.717500', '155200.177500', '155200.637500', '155201.097500', '155201.557500', '155202.017500', '155202.477500', '155202.937500', '155203.397500', '155203.857500', '155204.317500', '155204.777500', '155205.237500', '155205.697500', '155206.157500', '155206.617500', '155207.077500', '155207.537500', '155207.997500', '155208.457500', '155208.917500', '155209.377500', '155209.837500', '155210.297500', '155210.757500', '155211.217500', '155211.677500', '155212.137500', '155212.597500', '155213.057500', '155213.517500', '155213.977500', '155214.437500', '155214.897500', '155215.357500', '155215.817500', '155216.277500', '155216.737500', '155217.197500', '155217.657500', '155218.117500', '155218.577500', '155219.037500', '155219.497500', '155219.957500', '155220.417500', '155220.877500', '155221.337500', '155221.797500', '155222.257500', '155222.717500', '155223.177500', '155223.637500', '155224.097500', '155224.557500', '155225.017500', '155225.477500', '155225.937500', '155226.397500', '155226.857500', '155227.317500', '155227.777500', '155228.237500', '155228.697500', '155229.157500', '155229.617500', '155230.077500', '155230.537500', '155230.997500', '155231.457500', '155231.917500', '155232.377500', '155232.837500', '155233.297500', '155233.757500', '155234.217500', '155234.677500', '155235.137500', '155235.597500', '155236.057500', '155236.517500', '155236.977500', '155237.437500', '155237.897500', '155238.357500', '155238.817500', '155239.277500', '155239.737500', '155240.197500', '155240.657500', '155241.117500', '155241.577500', '155242.037500', '155242.497500', '155242.957500', '155243.417500', '155243.877500', '155244.337500', '155244.797500', '155245.257500', '155245.717500', '155246.177500', '155246.637500', '155247.097500', '155247.557500', '155248.017500', '155248.477500', '155248.937500', '155249.397500', '155249.857500', '155250.317500', '155250.777500', '155251.237500', '155251.697500', '155252.157500', '155252.617500', '155253.077500', '155253.537500', '155253.997500', '155254.457500', '155254.917500', '155255.377500', '155255.837500', '155256.297500', '155256.757500', '155257.217500', '155257.677500', '155258.137500', '155258.597500', '155259.057500', '155259.517500', '155259.977500', '155300.437500', '155300.897500', '155301.357500', '155301.817500', '155302.277500', '155302.737500', '155303.197500', '155303.657500', '155304.117500', '155304.577500', '155305.037500', '155305.497500', '155305.957500', '155306.417500', '155306.877500', '155307.337500', '155307.797500', '155308.257500', '155308.717500', '155309.177500', '155309.637500', '155310.097500', '155310.557500', '155311.017500', '155311.477500', '155311.937500', '155312.397500', '155312.857500', '155313.317500', '155313.777500', '155314.237500', '155314.697500', '155315.157500', '155315.617500', '155316.077500', '155316.537500', '155316.997500', '155317.457500', '155317.917500', '155318.377500', '155318.837500', '155319.297500', '155319.757500', '155320.217500', '155320.677500', '155321.137500', '155321.597500', '155322.057500', '155322.517500', '155322.977500', '155323.437500', '155323.897500', '155324.357500', '155324.817500', '155325.277500', '155325.737500', '155326.197500', '155326.657500', '155327.117500', '155327.577500', '155328.037500', '155328.497500', '155328.957500', '155329.417500', '155329.877500', '155330.337500', '155330.797500', '155331.257500', '155331.717500', '155332.177500', '155332.637500', '155333.097500', '155333.557500', '155334.017500', '155334.477500', '155334.937500', '155335.397500', '155335.857500', '155336.317500', '155336.777500', '155337.237500', '155337.697500', '155338.157500', '155338.617500', '155339.077500', '155339.537500', '155339.997500', '155340.457500', '155340.917500', '155341.377500', '155341.837500', '155342.297500', '155342.757500', '155343.217500', '155343.677500', '155344.137500', '155344.597500', '155345.057500', '155345.517500', '155345.977500', '155346.437500', '155346.897500', '155347.357500', '155347.817500', '155348.277500', '155348.737500', '155349.197500', '155349.657500', '155350.117500', '155350.577500', '155351.037500', '155351.497500', '155351.957500', '155352.417500', '155352.877500', '155353.337500', '155353.797500', '155354.257500', '155354.717500', '155355.177500', '155355.637500', '155356.097500', '155356.557500', '155357.017500', '155357.477500', '155357.937500', '155358.397500', '155358.857500', '155359.317500', '155359.777500', '155400.237500', '155400.697500', '155401.157500', '155401.617500', '155402.077500', '155402.537500', '155402.997500', '155403.457500', '155403.917500', '155404.377500', '155404.837500', '155405.297500', '155405.757500', '155406.217500', '155406.677500', '155407.137500', '155407.597500', '155408.057500', '155408.517500', '155408.977500', '155409.437500', '155409.897500', '155410.357500', '155410.817500', '155411.277500', '155411.737500', '155412.197500', '155412.657500', '155413.117500', '155413.577500', '155414.037500', '155414.497500', '155414.957500', '155415.417500', '155415.877500', '155416.337500', '155416.797500', '155417.257500', '155417.717500', '155418.177500', '155418.637500', '155419.097500', '155419.557500', '155420.017500', '155420.477500', '155420.937500', '155421.397500', '155421.857500', '155422.317500', '155422.777500', '155423.237500', '155423.697500', '155424.157500', '155424.617500', '155425.077500', '155425.537500', '155425.997500', '155426.457500', '155426.917500', '155427.377500', '155427.837500', '155428.297500', '155428.757500', '155429.217500', '155429.677500', '155430.137500', '155430.597500', '155431.057500', '155431.517500', '155431.977500', '155432.437500', '155432.897500', '155433.357500', '155433.817500', '155434.277500', '155434.737500', '155435.197500', '155435.657500', '155436.117500', '155436.577500', '155437.037500', '155437.497500', '155437.957500', '155438.417500', '155438.877500', '155439.337500', '155439.797500', '155440.257500', '155440.717500', '155441.177500', '155441.637500', '155442.097500', '155442.557500', '155443.017500', '155443.477500', '155443.937500', '155444.397500', '155444.857500', '155445.317500', '155445.777500', '155446.237500', '155446.697500', '155447.157500', '155447.617500', '155448.077500', '155448.537500', '155448.997500', '155449.457500', '155449.917500', '155450.377500', '155450.837500', '155451.297500', '155451.757500', '155452.217500', '155452.677500', '155453.137500', '155453.597500', '155454.057500', '155454.517500', '155454.977500', '155455.437500', '155455.897500', '155456.357500', '155456.817500', '155457.277500', '155457.737500', '155458.197500', '155458.657500', '155459.117500', '155459.577500', '155500.037500', '155500.497500', '155500.957500', '155501.417500', '155501.877500', '155502.337500', '155502.797500', '155503.257500', '155503.717500', '155504.177500', '155504.637500', '155505.097500', '155505.557500', '155506.017500', '155506.477500', '155506.937500', '155507.397500', '155507.857500', '155508.317500', '155508.777500', '155509.237500', '155509.697500', '155510.157500', '155510.617500', '155511.077500', '155511.537500', '155511.997500', '155512.457500', '155512.917500', '155513.377500', '155513.837500', '155514.297500', '155514.757500', '155515.217500', '155515.677500', '155516.137500', '155516.597500', '155517.057500', '155517.517500', '155517.977500', '155518.437500', '155518.897500', '155519.357500', '155519.817500', '155520.277500', '155520.737500', '155521.197500', '155521.657500', '155522.117500', '155522.577500', '155523.037500', '155523.497500', '155523.957500', '155524.417500', '155524.877500', '155525.337500', '155525.797500', '155526.257500', '155526.717500', '155527.177500', '155527.637500', '155528.097500', '155528.557500', '155529.017500', '155529.477500', '155529.937500', '155530.397500', '155530.857500', '155531.317500', '155531.777500', '155532.237500', '155532.697500', '155533.157500', '155533.617500', '155534.077500', '155534.537500', '155534.997500', '155535.457500', '155535.917500', '155536.377500', '155536.837500', '155537.297500', '155537.757500', '155538.217500', '155538.677500', '155539.137500', '155539.597500', '155540.057500', '155540.517500', '155540.977500', '155541.437500', '155541.897500', '155542.357500', '155542.817500', '155543.277500', '155543.737500', '155544.197500', '155544.657500', '155545.117500', '155545.577500', '155546.037500', '155546.497500', '155546.957500', '155547.417500', '155547.877500', '155548.337500', '155548.797500', '155549.257500', '155549.717500', '155550.177500', '155550.637500', '155551.097500', '155551.557500', '155552.017500', '155552.477500', '155552.937500', '155553.397500', '155553.857500', '155554.317500', '155554.777500', '155555.237500', '155555.697500', '155556.157500', '155556.617500', '155557.077500', '155557.537500', '155557.997500', '155558.457500', '155558.917500', '155559.377500', '155559.837500', '155600.297500', '155600.757500', '155601.217500', '155601.677500', '155602.137500', '155602.597500', '155603.057500', '155603.517500', '155603.977500', '155604.437500', '155604.897500', '155605.357500', '155605.817500', '155606.277500', '155606.737500', '155607.197500', '155607.657500', '155608.117500', '155608.577500', '155609.037500', '155609.497500', '155609.957500', '155610.417500', '155610.877500', '155611.337500', '155611.797500', '155612.257500', '155612.717500', '155613.177500', '155613.637500', '155614.097500', '155614.557500', '155615.017500', '155615.477500', '155615.937500', '155616.397500', '155616.857500', '155617.317500', '155617.777500', '155618.237500', '155618.697500', '155619.157500', '155619.617500', '155620.077500', '155620.537500', '155620.997500', '155621.457500', '155621.917500', '155622.377500', '155622.837500', '155623.297500', '155623.757500', '155624.217500', '155624.677500', '155625.137500', '155625.597500', '155626.057500', '155626.517500', '155626.977500', '155627.437500', '155627.897500', '155628.357500', '155628.817500', '155629.277500', '155629.737500', '155630.197500', '155630.657500', '155631.117500', '155631.577500', '155632.037500', '155632.497500', '155632.957500', '155633.417500', '155633.877500', '155634.337500', '155634.797500', '155635.257500', '155635.717500', '155636.177500', '155636.637500', '155637.097500', '155637.557500', '155638.017500', '155638.477500', '155638.937500', '155639.397500', '155639.857500', '155640.317500', '155640.777500', '155641.237500', '155641.697500', '155642.157500', '155642.617500', '155643.077500', '155643.537500', '155643.997500', '155644.457500', '155644.917500', '155645.377500', '155645.837500', '155646.297500', '155646.757500', '155647.217500', '155647.677500', '155648.137500', '155648.597500', '155649.057500', '155649.517500', '155649.977500', '155650.437500', '155650.897500', '155651.357500', '155651.817500', '155652.277500', '155652.737500', '155653.197500', '155653.657500', '155654.117500', '155654.577500', '155655.037500', '155655.497500', '155655.957500', '155656.417500', '155656.877500', '155657.337500', '155657.797500', '155658.257500', '155658.717500', '155659.177500', '155659.637500', '155700.097500', '155700.557500', '155701.017500', '155701.477500', '155701.937500', '155702.397500', '155702.857500', '155703.317500', '155703.777500', '155704.237500', '155704.697500', '155705.157500', '155705.617500', '155706.077500', '155706.537500', '155706.997500', '155707.457500', '155707.917500', '155708.377500', '155708.837500', '155709.297500', '155709.757500', '155710.217500', '155710.677500', '155711.137500', '155711.597500', '155712.057500', '155712.517500', '155712.977500', '155713.437500', '155713.897500', '155714.357500', '155714.817500', '155715.277500', '155715.737500', '155716.197500', '155716.657500', '155717.117500', '155717.577500', '155718.037500', '155718.497500', '155718.957500', '155719.417500', '155719.877500', '155720.337500', '155720.797500', '155721.257500', '155721.717500', '155722.177500', '155722.637500', '155723.097500', '155723.557500', '155724.017500', '155724.477500', '155724.937500', '155725.397500', '155725.857500', '155726.317500', '155726.777500', '155727.237500', '155727.697500', '155728.157500', '155728.617500', '155729.077500', '155729.537500', '155729.997500', '155730.457500', '155730.917500', '155731.377500', '155731.837500', '155732.297500', '155732.757500', '155733.217500', '155733.677500', '155734.137500', '155734.597500', '155735.057500', '155735.517500', '155735.977500', '155736.437500', '155736.897500', '155737.357500', '155737.817500', '155738.277500', '155738.737500', '155739.197500', '155739.657500', '155740.117500', '155740.577500', '155741.037500', '155741.497500', '155741.957500', '155742.417500', '155742.877500', '155743.337500', '155743.797500', '155744.257500', '155744.717500', '155745.177500', '155745.637500', '155746.097500', '155746.557500', '155747.017500', '155747.477500', '155747.937500', '155748.397500', '155748.857500', '155749.317500', '155749.777500', '155750.237500', '155750.697500', '155751.157500', '155751.617500', '155752.077500', '155752.537500', '155752.997500', '155753.457500', '155753.917500', '155754.377500', '155754.837500', '155755.297500', '155755.757500', '155756.217500', '155756.677500', '155757.137500', '155757.597500', '155758.057500', '155758.517500', '155758.977500', '155759.437500', '155759.897500', '155800.357500', '155800.817500', '155801.277500', '155801.737500', '155802.197500', '155802.657500', '155803.117500', '155803.577500', '155804.037500', '155804.497500', '155804.957500', '155805.417500', '155805.877500', '155806.337500', '155806.797500', '155807.257500', '155807.717500', '155808.177500', '155808.637500', '155809.097500', '155809.557500', '155810.017500', '155810.477500', '155810.937500', '155811.397500', '155811.857500', '155812.317500', '155812.777500', '155813.237500', '155813.697500', '155814.157500', '155814.617500', '155815.077500', '155815.537500', '155815.997500', '155816.457500', '155816.917500', '155817.377500', '155817.837500', '155818.297500', '155818.757500', '155819.217500', '155819.677500', '155820.137500', '155820.597500', '155821.057500', '155821.517500', '155821.977500', '155822.437500', '155822.897500', '155823.357500', '155823.817500', '155824.277500', '155824.737500', '155825.197500', '155825.657500', '155826.117500', '155826.577500', '155827.037500', '155827.497500', '155827.957500', '155828.417500', '155828.877500', '155829.337500', '155829.797500', '155830.257500', '155830.717500', '155831.177500', '155831.637500', '155832.097500', '155832.557500', '155833.017500', '155833.477500', '155833.937500', '155834.397500', '155834.857500', '155835.317500', '155835.777500', '155836.237500', '155836.697500', '155837.157500', '155837.617500', '155838.077500', '155838.537500', '155838.997500', '155839.457500', '155839.917500', '155840.377500', '155840.837500', '155841.297500', '155841.757500', '155842.217500', '155842.677500', '155843.137500', '155843.597500', '155844.057500', '155844.517500', '155844.977500', '155845.437500', '155845.897500', '155846.357500', '155846.817500', '155847.277500', '155847.737500', '155848.197500', '155848.657500', '155849.117500', '155849.577500', '155850.037500', '155850.497500', '155850.957500', '155851.417500', '155851.877500', '155852.337500', '155852.797500', '155853.257500', '155853.717500', '155854.177500', '155854.637500', '155855.097500', '155855.557500', '155856.017500', '155856.477500', '155856.937500', '155857.397500', '155857.857500', '155858.317500', '155858.777500', '155859.237500', '155859.697500', '155900.157500', '155900.617500', '155901.077500', '155901.537500', '155901.997500', '155902.457500', '155902.917500', '155903.377500', '155903.837500', '155904.297500', '155904.757500', '155905.217500', '155905.677500', '155906.137500', '155906.597500', '155907.057500', '155907.517500', '155907.977500', '155908.437500', '155908.897500', '155909.357500', '155909.817500', '155910.277500', '155910.737500', '155911.197500', '155911.657500', '155912.117500', '155912.577500', '155913.037500', '155913.497500', '155913.957500', '155914.417500', '155914.877500', '155915.337500', '155915.797500', '155916.257500', '155916.717500', '155917.177500', '155917.637500', '155918.097500', '155918.557500', '155919.017500', '155919.477500', '155919.937500', '155920.397500', '155920.857500', '155921.317500', '155921.777500', '155922.237500', '155922.697500', '155923.157500', '155923.617500', '155924.077500', '155924.537500', '155924.997500', '155925.457500', '155925.917500', '155926.377500', '155926.837500', '155927.297500', '155927.757500', '155928.217500', '155928.677500', '155929.137500', '155929.597500', '155930.057500', '155930.517500', '155930.977500', '155931.437500', '155931.897500', '155932.357500', '155932.817500', '155933.277500', '155933.737500', '155934.197500', '155934.657500', '155935.117500', '155935.577500', '155936.037500', '155936.497500', '155936.957500', '155937.417500', '155937.877500', '155938.337500', '155938.797500', '155939.257500', '155939.717500', '155940.177500', '155940.637500', '155941.097500', '155941.557500', '155942.017500', '155942.477500', '155942.937500', '155943.397500', '155943.857500', '155944.317500', '155944.777500', '155945.237500', '155945.697500', '155946.157500', '155946.617500', '155947.077500', '155947.537500', '155947.997500', '155948.457500', '155948.917500', '155949.377500', '155949.837500', '155950.297500', '155950.757500', '155951.217500', '155951.677500', '155952.137500'], 'ContentTime': ['155142.526000', '155142.528000', '155142.531000', '155142.538000', '155142.540000', '155142.543000', '155142.546000', '155142.548000', '155142.551000', '155142.553000', '155142.556000', '155142.558000', '155142.561000', '155142.564000', '155142.572000', '155142.575000', '155142.577000', '155142.580000', '155142.582000', '155142.585000', '155142.588000', '155142.590000', '155142.593000', '155142.595000', '155142.598000', '155142.600000', '155142.603000', '155142.605000', '155142.608000', '155142.611000', '155142.613000', '155202.498000', '155202.500000', '155202.503000', '155202.505000', '155202.508000', '155202.510000', '155202.513000', '155202.515000', '155202.518000', '155202.521000', '155202.523000', '155202.526000', '155202.528000', '155202.531000', '155202.543000', '155202.545000', '155202.548000', '155202.550000', '155202.553000', '155202.555000', '155202.558000', '155202.560000', '155202.563000', '155202.565000', '155202.568000', '155202.571000', '155202.573000', '155202.576000', '155202.578000', '155202.581000', '155202.583000', '155202.586000', '155202.588000', '155202.591000', '155202.593000', '155202.596000', '155202.598000', '155202.601000', '155202.616000', '155202.618000', '155202.621000', '155202.623000', '155202.626000', '155222.497000', '155222.501000', '155222.504000', '155222.507000', '155222.509000', '155222.512000', '155222.514000', '155222.517000', '155222.519000', '155222.522000', '155222.524000', '155222.527000', '155222.533000', '155222.535000', '155222.538000', '155222.540000', '155222.543000', '155222.545000', '155222.548000', '155222.550000', '155222.553000', '155222.556000', '155222.558000', '155222.561000', '155222.564000', '155222.566000', '155222.569000', '155222.571000', '155222.574000', '155222.576000', '155222.579000', '155222.582000', '155222.584000', '155222.587000', '155222.589000', '155222.592000', '155222.595000', '155222.597000', '155222.600000', '155222.603000', '155222.605000', '155222.608000', '155222.610000', '155222.613000', '155242.497000', '155242.500000', '155242.503000', '155242.505000', '155242.508000', '155242.510000', '155242.513000', '155242.516000', '155242.518000', '155242.521000', '155242.523000', '155242.526000', '155242.528000', '155242.531000', '155242.533000', '155242.536000', '155242.538000', '155242.541000', '155242.544000', '155242.546000', '155242.549000', '155242.551000', '155242.554000', '155242.556000', '155242.559000', '155242.561000', '155242.564000', '155242.566000', '155242.569000', '155242.572000', '155242.574000', '155242.577000', '155242.579000', '155242.582000', '155242.585000', '155242.587000', '155242.590000', '155242.592000', '155242.595000', '155242.597000', '155242.600000', '155242.602000', '155242.605000', '155302.497000', '155302.500000', '155302.503000', '155302.505000', '155302.508000', '155302.511000', '155302.513000', '155302.516000', '155302.518000', '155302.521000', '155302.523000', '155302.526000', '155302.528000', '155302.531000', '155302.533000', '155302.536000', '155302.539000', '155302.541000', '155302.544000', '155302.546000', '155302.549000', '155302.551000', '155302.554000', '155302.557000', '155302.559000', '155302.562000', '155302.564000', '155302.567000', '155302.569000', '155302.572000', '155302.575000', '155302.577000', '155302.580000', '155302.582000', '155302.585000', '155302.587000', '155302.590000', '155302.592000', '155302.595000', '155302.597000', '155302.600000', '155302.603000', '155302.605000', '155302.608000', '155322.497000', '155322.500000', '155322.503000', '155322.505000', '155322.508000', '155322.510000', '155322.513000', '155322.515000', '155322.518000', '155322.521000', '155322.523000', '155322.526000', '155322.528000', '155322.531000', '155322.533000', '155322.536000', '155322.538000', '155322.541000', '155322.544000', '155322.546000', '155322.549000', '155322.551000', '155322.554000', '155322.556000', '155322.559000', '155322.561000', '155322.564000', '155322.567000', '155322.569000', '155322.572000', '155322.574000', '155322.577000', '155322.579000', '155322.582000', '155322.585000', '155322.587000', '155322.590000', '155322.592000', '155322.595000', '155322.597000', '155322.600000', '155322.603000', '155322.605000', '155342.498000', '155342.501000', '155342.504000', '155342.506000', '155342.509000', '155342.511000', '155342.514000', '155342.516000', '155342.519000', '155342.522000', '155342.524000', '155342.527000', '155342.529000', '155342.532000', '155342.534000', '155342.537000', '155342.541000', '155342.543000', '155342.546000', '155342.548000', '155342.551000', '155342.554000', '155342.556000', '155342.559000', '155342.561000', '155342.564000', '155342.566000', '155342.569000', '155342.571000', '155342.574000', '155342.576000', '155342.579000', '155342.581000', '155342.584000', '155342.600000', '155342.603000', '155342.606000', '155342.608000', '155342.611000', '155342.613000', '155342.616000', '155342.618000', '155342.621000', '155402.498000', '155402.501000', '155402.504000', '155402.506000', '155402.509000', '155402.512000', '155402.514000', '155402.517000', '155402.519000', '155402.522000', '155402.524000', '155402.527000', '155402.529000', '155402.532000', '155402.535000', '155402.537000', '155402.540000', '155402.542000', '155402.545000', '155402.547000', '155402.550000', '155402.553000', '155402.555000', '155402.558000', '155402.560000', '155402.563000', '155402.565000', '155402.568000', '155402.570000', '155402.573000', '155402.576000', '155402.578000', '155402.581000', '155402.583000', '155402.586000', '155402.588000', '155402.591000', '155402.593000', '155402.596000', '155402.599000', '155402.601000', '155402.604000', '155402.606000', '155402.609000', '155422.498000', '155422.500000', '155422.503000', '155422.506000', '155422.508000', '155422.511000', '155422.513000', '155422.516000', '155422.519000', '155422.521000', '155422.524000', '155422.526000', '155422.529000', '155422.531000', '155422.534000', '155422.537000', '155422.539000', '155422.542000', '155422.544000', '155422.547000', '155422.550000', '155422.552000', '155422.555000', '155422.557000', '155422.560000', '155422.563000', '155422.565000', '155422.568000', '155422.570000', '155422.573000', '155422.576000', '155422.578000', '155422.581000', '155422.583000', '155422.586000', '155422.588000', '155422.591000', '155422.593000', '155422.596000', '155422.599000', '155422.601000', '155422.604000', '155422.607000', '155442.497000', '155442.500000', '155442.503000', '155442.505000', '155442.508000', '155442.511000', '155442.513000', '155442.516000', '155442.518000', '155442.521000', '155442.523000', '155442.526000', '155442.529000', '155442.531000', '155442.534000', '155442.536000', '155442.539000', '155442.541000', '155442.544000', '155442.547000', '155442.549000', '155442.552000', '155442.554000', '155442.557000', '155442.559000', '155442.562000', '155442.565000', '155442.567000', '155442.570000', '155442.572000', '155442.575000', '155442.577000', '155442.580000', '155442.582000', '155442.585000', '155442.588000', '155442.590000', '155442.593000', '155442.595000', '155442.598000', '155442.600000', '155442.603000', '155442.605000', '155442.608000', '155502.498000', '155502.500000', '155502.503000', '155502.506000', '155502.508000', '155502.511000', '155502.513000', '155502.516000', '155502.519000', '155502.521000', '155502.524000', '155502.526000', '155502.529000', '155502.531000', '155502.534000', '155502.537000', '155502.540000', '155502.542000', '155502.545000', '155502.548000', '155502.550000', '155502.553000', '155502.556000', '155502.558000', '155502.561000', '155502.563000', '155502.566000', '155502.568000', '155502.571000', '155502.574000', '155502.576000', '155502.580000', '155502.583000', '155502.585000', '155502.588000', '155502.590000', '155502.593000', '155502.595000', '155502.598000', '155502.601000', '155502.603000', '155502.606000', '155502.608000', '155522.497000', '155522.500000', '155522.503000', '155522.505000', '155522.508000', '155522.511000', '155522.513000', '155522.516000', '155522.518000', '155522.521000', '155522.524000', '155522.526000', '155522.529000', '155522.531000', '155522.534000', '155522.536000', '155522.553000', '155522.556000', '155522.558000', '155522.561000', '155522.564000', '155522.566000', '155522.569000', '155522.571000', '155522.574000', '155522.576000', '155522.579000', '155522.581000', '155522.584000', '155522.587000', '155522.589000', '155522.592000', '155522.595000', '155522.597000', '155522.600000', '155522.602000', '155522.605000', '155522.607000', '155522.610000', '155522.613000', '155522.615000', '155522.618000', '155522.620000', '155522.623000', '155542.497000', '155542.500000', '155542.503000', '155542.505000', '155542.508000', '155542.511000', '155542.513000', '155542.516000', '155542.518000', '155542.521000', '155542.523000', '155542.526000', '155542.528000', '155542.531000', '155542.534000', '155542.536000', '155542.539000', '155542.541000', '155542.544000', '155542.546000', '155542.549000', '155542.552000', '155542.554000', '155542.557000', '155542.559000', '155542.562000', '155542.565000', '155542.567000', '155542.570000', '155542.573000', '155542.575000', '155542.578000', '155542.580000', '155542.583000', '155542.585000', '155542.588000', '155542.590000', '155542.593000', '155542.596000', '155542.598000', '155542.601000', '155542.603000', '155542.606000', '155602.498000', '155602.501000', '155602.504000', '155602.507000', '155602.509000', '155602.512000', '155602.514000', '155602.517000', '155602.520000', '155602.522000', '155602.525000', '155602.527000', '155602.530000', '155602.532000', '155602.535000', '155602.538000', '155602.540000', '155602.543000', '155602.545000', '155602.548000', '155602.551000', '155602.553000', '155602.556000', '155602.558000', '155602.561000', '155602.563000', '155602.566000', '155602.568000', '155602.571000', '155602.574000', '155602.576000', '155602.579000', '155602.581000', '155602.584000', '155602.586000', '155602.589000', '155602.592000', '155602.594000', '155602.597000', '155602.600000', '155602.602000', '155602.605000', '155602.607000', '155602.610000', '155622.499000', '155622.501000', '155622.504000', '155622.507000', '155622.509000', '155622.512000', '155622.514000', '155622.517000', '155622.519000', '155622.522000', '155622.525000', '155622.527000', '155622.530000', '155622.532000', '155622.535000', '155622.538000', '155622.540000', '155622.543000', '155622.545000', '155622.548000', '155622.551000', '155622.553000', '155622.556000', '155622.558000', '155622.561000', '155622.563000', '155622.566000', '155622.569000', '155622.571000', '155622.574000', '155622.576000', '155622.579000', '155622.582000', '155622.584000', '155622.587000', '155622.589000', '155622.592000', '155622.594000', '155622.597000', '155622.600000', '155622.602000', '155622.605000', '155622.608000', '155642.498000', '155642.501000', '155642.503000', '155642.506000', '155642.509000', '155642.511000', '155642.514000', '155642.516000', '155642.519000', '155642.522000', '155642.524000', '155642.527000', '155642.529000', '155642.532000', '155642.535000', '155642.537000', '155642.540000', '155642.542000', '155642.545000', '155642.547000', '155642.550000', '155642.553000', '155642.555000', '155642.558000', '155642.560000', '155642.563000', '155642.565000', '155642.574000', '155642.577000', '155642.579000', '155642.582000', '155642.585000', '155642.587000', '155642.590000', '155642.593000', '155642.595000', '155642.598000', '155642.600000', '155642.603000', '155642.605000', '155642.608000', '155642.611000', '155642.613000', '155702.498000', '155702.500000', '155702.503000', '155702.505000', '155702.508000', '155702.511000', '155702.513000', '155702.527000', '155702.530000', '155702.532000', '155702.535000', '155702.537000', '155702.540000', '155702.542000', '155702.545000', '155702.548000', '155702.550000', '155702.553000', '155702.555000', '155702.558000', '155702.560000', '155702.563000', '155702.566000', '155702.569000', '155702.572000', '155702.575000', '155702.577000', '155702.580000', '155702.583000', '155702.585000', '155702.588000', '155702.590000', '155702.593000', '155702.595000', '155702.598000', '155702.601000', '155702.603000', '155702.606000', '155702.608000', '155702.611000', '155702.613000', '155702.616000', '155702.619000', '155702.621000', '155722.498000', '155722.501000', '155722.503000', '155722.506000', '155722.508000', '155722.511000', '155722.514000', '155722.516000', '155722.519000', '155722.521000', '155722.524000', '155722.527000', '155722.530000', '155722.532000', '155722.535000', '155722.537000', '155722.540000', '155722.542000', '155722.545000', '155722.548000', '155722.550000', '155722.553000', '155722.555000', '155722.558000', '155722.561000', '155722.563000', '155722.566000', '155722.568000', '155722.571000', '155722.574000', '155722.576000', '155722.579000', '155722.581000', '155722.584000', '155722.586000', '155722.589000', '155722.591000', '155722.594000', '155722.597000', '155722.599000', '155722.602000', '155722.605000', '155722.607000', '155722.610000', '155742.498000', '155742.501000', '155742.503000', '155742.506000', '155742.508000', '155742.511000', '155742.513000', '155742.516000', '155742.518000', '155742.521000', '155742.524000', '155742.528000', '155742.530000', '155742.533000', '155742.535000', '155742.538000', '155742.541000', '155742.543000', '155742.546000', '155742.548000', '155742.551000', '155742.554000', '155742.556000', '155742.559000', '155742.561000', '155742.564000', '155742.566000', '155742.569000', '155742.572000', '155742.574000', '155742.577000', '155742.579000', '155742.582000', '155742.585000', '155742.588000', '155742.591000', '155742.593000', '155742.596000', '155742.599000', '155742.601000', '155742.604000', '155742.607000', '155742.609000', '155802.498000', '155802.501000', '155802.503000', '155802.506000', '155802.508000', '155802.511000', '155802.513000', '155802.516000', '155802.519000', '155802.521000', '155802.524000', '155802.526000', '155802.529000', '155802.531000', '155802.534000', '155802.536000', '155802.539000', '155802.542000', '155802.544000', '155802.547000', '155802.549000', '155802.552000', '155802.554000', '155802.557000', '155802.559000', '155802.562000', '155802.565000', '155802.567000', '155802.570000', '155802.572000', '155802.575000', '155802.577000', '155802.580000', '155802.583000', '155802.585000', '155802.588000', '155802.590000', '155802.593000', '155802.595000', '155802.598000', '155802.601000', '155802.603000', '155802.606000', '155822.499000', '155822.501000', '155822.504000', '155822.506000', '155822.509000', '155822.512000', '155822.514000', '155822.517000', '155822.519000', '155822.522000', '155822.525000', '155822.527000', '155822.530000', '155822.532000', '155822.535000', '155822.537000', '155822.540000', '155822.543000', '155822.545000', '155822.548000', '155822.550000', '155822.553000', '155822.556000', '155822.558000', '155822.561000', '155822.563000', '155822.566000', '155822.569000', '155822.571000', '155822.574000', '155822.576000', '155822.579000', '155822.581000', '155822.584000', '155822.587000', '155822.589000', '155822.592000', '155822.602000', '155822.605000', '155822.607000', '155822.610000', '155822.612000', '155822.615000', '155822.618000', '155842.499000', '155842.501000', '155842.504000', '155842.506000', '155842.509000', '155842.512000', '155842.514000', '155842.517000', '155842.520000', '155842.522000', '155842.525000', '155842.527000', '155842.530000', '155842.532000', '155842.535000', '155842.538000', '155842.540000', '155842.543000', '155842.545000', '155842.548000', '155842.550000', '155842.553000', '155842.556000', '155842.558000', '155842.561000', '155842.563000', '155842.566000', '155842.568000', '155842.571000', '155842.574000', '155842.576000', '155842.579000', '155842.581000', '155842.584000', '155842.586000', '155842.589000', '155842.592000', '155842.594000', '155842.597000', '155842.599000', '155842.602000', '155842.605000', '155842.607000', '155842.610000', '155902.498000', '155902.500000', '155902.503000', '155902.506000', '155902.508000', '155902.511000', '155902.513000', '155902.516000', '155902.519000', '155902.521000', '155902.524000', '155902.526000', '155902.529000', '155902.531000', '155902.534000', '155902.537000', '155902.539000', '155902.542000', '155902.544000', '155902.547000', '155902.549000', '155902.552000', '155902.555000', '155902.557000', '155902.560000', '155902.562000', '155902.565000', '155902.567000', '155902.570000', '155902.572000', '155902.575000', '155902.578000', '155902.580000', '155902.583000', '155902.585000', '155902.588000', '155902.590000', '155902.593000', '155902.596000', '155902.598000', '155902.601000', '155902.603000', '155902.606000', '155922.497000', '155922.500000', '155922.503000', '155922.505000', '155922.508000', '155922.511000', '155922.513000', '155922.516000', '155922.518000', '155922.521000', '155922.523000', '155922.526000', '155922.529000', '155922.531000', '155922.534000', '155922.536000', '155922.539000', '155922.541000', '155922.544000', '155922.546000', '155922.549000', '155922.552000', '155922.554000', '155922.557000', '155922.559000', '155922.562000', '155922.564000', '155922.567000', '155922.570000', '155922.572000', '155922.575000', '155922.577000', '155922.580000', '155922.582000', '155922.585000', '155922.588000', '155922.590000', '155922.593000', '155922.595000', '155922.598000', '155922.600000', '155922.603000', '155922.606000', '155922.608000', '155942.498000', '155942.500000', '155942.503000', '155942.506000', '155942.508000', '155942.511000', '155942.513000', '155942.516000', '155942.519000', '155942.521000', '155942.524000', '155942.526000', '155942.529000', '155942.531000', '155942.534000', '155942.536000', '155942.539000', '155942.542000', '155942.544000', '155942.547000', '155942.549000', '155942.552000', '155942.554000', '155942.557000', '155942.560000', '155942.562000', '155942.565000', '155942.567000', '155942.570000', '155942.572000', '155942.575000', '155942.578000', '155942.580000', '155942.583000', '155942.585000', '155942.588000', '155942.590000', '155942.593000', '155942.596000', '155942.598000', '155942.601000', '155942.603000', '155942.606000', '155953.288000', '155953.291000', '155953.293000', '155953.296000', '155953.299000', '155953.301000', '155953.304000', '155953.307000', '155953.309000', '155953.313000', '155953.317000', '155953.320000', '155953.323000', '155953.326000', '155953.329000', '155953.331000', '155953.334000', '155953.336000', '155953.339000', '155953.342000', '155953.345000', '155953.347000', '155953.350000', '155953.353000'], 'InstanceCreationTime': ['155142.526000', '155142.528000', '155142.531000', '155142.538000', '155142.540000', '155142.543000', '155142.546000', '155142.548000', '155142.551000', '155142.553000', '155142.556000', '155142.558000', '155142.561000', '155142.564000', '155142.572000', '155142.575000', '155142.577000', '155142.580000', '155142.582000', '155142.585000', '155142.588000', '155142.590000', '155142.593000', '155142.595000', '155142.598000', '155142.600000', '155142.603000', '155142.605000', '155142.608000', '155142.611000', '155142.613000', '155202.498000', '155202.500000', '155202.503000', '155202.505000', '155202.508000', '155202.510000', '155202.513000', '155202.515000', '155202.518000', '155202.521000', '155202.523000', '155202.526000', '155202.528000', '155202.531000', '155202.543000', '155202.545000', '155202.548000', '155202.550000', '155202.553000', '155202.555000', '155202.558000', '155202.560000', '155202.563000', '155202.565000', '155202.568000', '155202.571000', '155202.573000', '155202.576000', '155202.578000', '155202.581000', '155202.583000', '155202.586000', '155202.588000', '155202.591000', '155202.593000', '155202.596000', '155202.598000', '155202.601000', '155202.616000', '155202.618000', '155202.621000', '155202.623000', '155202.626000', '155222.497000', '155222.501000', '155222.504000', '155222.507000', '155222.509000', '155222.512000', '155222.514000', '155222.517000', '155222.519000', '155222.522000', '155222.524000', '155222.527000', '155222.533000', '155222.535000', '155222.538000', '155222.540000', '155222.543000', '155222.545000', '155222.548000', '155222.550000', '155222.553000', '155222.556000', '155222.558000', '155222.561000', '155222.564000', '155222.566000', '155222.569000', '155222.571000', '155222.574000', '155222.576000', '155222.579000', '155222.582000', '155222.584000', '155222.587000', '155222.589000', '155222.592000', '155222.595000', '155222.597000', '155222.600000', '155222.603000', '155222.605000', '155222.608000', '155222.610000', '155222.613000', '155242.497000', '155242.500000', '155242.503000', '155242.505000', '155242.508000', '155242.510000', '155242.513000', '155242.516000', '155242.518000', '155242.521000', '155242.523000', '155242.526000', '155242.528000', '155242.531000', '155242.533000', '155242.536000', '155242.538000', '155242.541000', '155242.544000', '155242.546000', '155242.549000', '155242.551000', '155242.554000', '155242.556000', '155242.559000', '155242.561000', '155242.564000', '155242.566000', '155242.569000', '155242.572000', '155242.574000', '155242.577000', '155242.579000', '155242.582000', '155242.585000', '155242.587000', '155242.590000', '155242.592000', '155242.595000', '155242.597000', '155242.600000', '155242.602000', '155242.605000', '155302.497000', '155302.500000', '155302.503000', '155302.505000', '155302.508000', '155302.511000', '155302.513000', '155302.516000', '155302.518000', '155302.521000', '155302.523000', '155302.526000', '155302.528000', '155302.531000', '155302.533000', '155302.536000', '155302.539000', '155302.541000', '155302.544000', '155302.546000', '155302.549000', '155302.551000', '155302.554000', '155302.557000', '155302.559000', '155302.562000', '155302.564000', '155302.567000', '155302.569000', '155302.572000', '155302.575000', '155302.577000', '155302.580000', '155302.582000', '155302.585000', '155302.587000', '155302.590000', '155302.592000', '155302.595000', '155302.597000', '155302.600000', '155302.603000', '155302.605000', '155302.608000', '155322.497000', '155322.500000', '155322.503000', '155322.505000', '155322.508000', '155322.510000', '155322.513000', '155322.515000', '155322.518000', '155322.521000', '155322.523000', '155322.526000', '155322.528000', '155322.531000', '155322.533000', '155322.536000', '155322.538000', '155322.541000', '155322.544000', '155322.546000', '155322.549000', '155322.551000', '155322.554000', '155322.556000', '155322.559000', '155322.561000', '155322.564000', '155322.567000', '155322.569000', '155322.572000', '155322.574000', '155322.577000', '155322.579000', '155322.582000', '155322.585000', '155322.587000', '155322.590000', '155322.592000', '155322.595000', '155322.597000', '155322.600000', '155322.603000', '155322.605000', '155342.498000', '155342.501000', '155342.504000', '155342.506000', '155342.509000', '155342.511000', '155342.514000', '155342.516000', '155342.519000', '155342.522000', '155342.524000', '155342.527000', '155342.529000', '155342.532000', '155342.534000', '155342.537000', '155342.541000', '155342.543000', '155342.546000', '155342.548000', '155342.551000', '155342.554000', '155342.556000', '155342.559000', '155342.561000', '155342.564000', '155342.566000', '155342.569000', '155342.571000', '155342.574000', '155342.576000', '155342.579000', '155342.581000', '155342.584000', '155342.600000', '155342.603000', '155342.606000', '155342.608000', '155342.611000', '155342.613000', '155342.616000', '155342.618000', '155342.621000', '155402.498000', '155402.501000', '155402.504000', '155402.506000', '155402.509000', '155402.512000', '155402.514000', '155402.517000', '155402.519000', '155402.522000', '155402.524000', '155402.527000', '155402.529000', '155402.532000', '155402.535000', '155402.537000', '155402.540000', '155402.542000', '155402.545000', '155402.547000', '155402.550000', '155402.553000', '155402.555000', '155402.558000', '155402.560000', '155402.563000', '155402.565000', '155402.568000', '155402.570000', '155402.573000', '155402.576000', '155402.578000', '155402.581000', '155402.583000', '155402.586000', '155402.588000', '155402.591000', '155402.593000', '155402.596000', '155402.599000', '155402.601000', '155402.604000', '155402.606000', '155402.609000', '155422.498000', '155422.500000', '155422.503000', '155422.506000', '155422.508000', '155422.511000', '155422.513000', '155422.516000', '155422.519000', '155422.521000', '155422.524000', '155422.526000', '155422.529000', '155422.531000', '155422.534000', '155422.537000', '155422.539000', '155422.542000', '155422.544000', '155422.547000', '155422.550000', '155422.552000', '155422.555000', '155422.557000', '155422.560000', '155422.563000', '155422.565000', '155422.568000', '155422.570000', '155422.573000', '155422.576000', '155422.578000', '155422.581000', '155422.583000', '155422.586000', '155422.588000', '155422.591000', '155422.593000', '155422.596000', '155422.599000', '155422.601000', '155422.604000', '155422.607000', '155442.497000', '155442.500000', '155442.503000', '155442.505000', '155442.508000', '155442.511000', '155442.513000', '155442.516000', '155442.518000', '155442.521000', '155442.523000', '155442.526000', '155442.529000', '155442.531000', '155442.534000', '155442.536000', '155442.539000', '155442.541000', '155442.544000', '155442.547000', '155442.549000', '155442.552000', '155442.554000', '155442.557000', '155442.559000', '155442.562000', '155442.565000', '155442.567000', '155442.570000', '155442.572000', '155442.575000', '155442.577000', '155442.580000', '155442.582000', '155442.585000', '155442.588000', '155442.590000', '155442.593000', '155442.595000', '155442.598000', '155442.600000', '155442.603000', '155442.605000', '155442.608000', '155502.498000', '155502.500000', '155502.503000', '155502.506000', '155502.508000', '155502.511000', '155502.513000', '155502.516000', '155502.519000', '155502.521000', '155502.524000', '155502.526000', '155502.529000', '155502.531000', '155502.534000', '155502.537000', '155502.540000', '155502.542000', '155502.545000', '155502.548000', '155502.550000', '155502.553000', '155502.556000', '155502.558000', '155502.561000', '155502.563000', '155502.566000', '155502.568000', '155502.571000', '155502.574000', '155502.576000', '155502.580000', '155502.583000', '155502.585000', '155502.588000', '155502.590000', '155502.593000', '155502.595000', '155502.598000', '155502.601000', '155502.603000', '155502.606000', '155502.608000', '155522.497000', '155522.500000', '155522.503000', '155522.505000', '155522.508000', '155522.511000', '155522.513000', '155522.516000', '155522.518000', '155522.521000', '155522.524000', '155522.526000', '155522.529000', '155522.531000', '155522.534000', '155522.536000', '155522.553000', '155522.556000', '155522.558000', '155522.561000', '155522.564000', '155522.566000', '155522.569000', '155522.571000', '155522.574000', '155522.576000', '155522.579000', '155522.581000', '155522.584000', '155522.587000', '155522.589000', '155522.592000', '155522.595000', '155522.597000', '155522.600000', '155522.602000', '155522.605000', '155522.607000', '155522.610000', '155522.613000', '155522.615000', '155522.618000', '155522.620000', '155522.623000', '155542.497000', '155542.500000', '155542.503000', '155542.505000', '155542.508000', '155542.511000', '155542.513000', '155542.516000', '155542.518000', '155542.521000', '155542.523000', '155542.526000', '155542.528000', '155542.531000', '155542.534000', '155542.536000', '155542.539000', '155542.541000', '155542.544000', '155542.546000', '155542.549000', '155542.552000', '155542.554000', '155542.557000', '155542.559000', '155542.562000', '155542.565000', '155542.567000', '155542.570000', '155542.573000', '155542.575000', '155542.578000', '155542.580000', '155542.583000', '155542.585000', '155542.588000', '155542.590000', '155542.593000', '155542.596000', '155542.598000', '155542.601000', '155542.603000', '155542.606000', '155602.498000', '155602.501000', '155602.504000', '155602.507000', '155602.509000', '155602.512000', '155602.514000', '155602.517000', '155602.520000', '155602.522000', '155602.525000', '155602.527000', '155602.530000', '155602.532000', '155602.535000', '155602.538000', '155602.540000', '155602.543000', '155602.545000', '155602.548000', '155602.551000', '155602.553000', '155602.556000', '155602.558000', '155602.561000', '155602.563000', '155602.566000', '155602.568000', '155602.571000', '155602.574000', '155602.576000', '155602.579000', '155602.581000', '155602.584000', '155602.586000', '155602.589000', '155602.592000', '155602.594000', '155602.597000', '155602.600000', '155602.602000', '155602.605000', '155602.607000', '155602.610000', '155622.499000', '155622.501000', '155622.504000', '155622.507000', '155622.509000', '155622.512000', '155622.514000', '155622.517000', '155622.519000', '155622.522000', '155622.525000', '155622.527000', '155622.530000', '155622.532000', '155622.535000', '155622.538000', '155622.540000', '155622.543000', '155622.545000', '155622.548000', '155622.551000', '155622.553000', '155622.556000', '155622.558000', '155622.561000', '155622.563000', '155622.566000', '155622.569000', '155622.571000', '155622.574000', '155622.576000', '155622.579000', '155622.582000', '155622.584000', '155622.587000', '155622.589000', '155622.592000', '155622.594000', '155622.597000', '155622.600000', '155622.602000', '155622.605000', '155622.608000', '155642.498000', '155642.501000', '155642.503000', '155642.506000', '155642.509000', '155642.511000', '155642.514000', '155642.516000', '155642.519000', '155642.522000', '155642.524000', '155642.527000', '155642.529000', '155642.532000', '155642.535000', '155642.537000', '155642.540000', '155642.542000', '155642.545000', '155642.547000', '155642.550000', '155642.553000', '155642.555000', '155642.558000', '155642.560000', '155642.563000', '155642.565000', '155642.574000', '155642.577000', '155642.579000', '155642.582000', '155642.585000', '155642.587000', '155642.590000', '155642.593000', '155642.595000', '155642.598000', '155642.600000', '155642.603000', '155642.605000', '155642.608000', '155642.611000', '155642.613000', '155702.498000', '155702.500000', '155702.503000', '155702.505000', '155702.508000', '155702.511000', '155702.513000', '155702.527000', '155702.530000', '155702.532000', '155702.535000', '155702.537000', '155702.540000', '155702.542000', '155702.545000', '155702.548000', '155702.550000', '155702.553000', '155702.555000', '155702.558000', '155702.560000', '155702.563000', '155702.566000', '155702.569000', '155702.572000', '155702.575000', '155702.577000', '155702.580000', '155702.583000', '155702.585000', '155702.588000', '155702.590000', '155702.593000', '155702.595000', '155702.598000', '155702.601000', '155702.603000', '155702.606000', '155702.608000', '155702.611000', '155702.613000', '155702.616000', '155702.619000', '155702.621000', '155722.498000', '155722.501000', '155722.503000', '155722.506000', '155722.508000', '155722.511000', '155722.514000', '155722.516000', '155722.519000', '155722.521000', '155722.524000', '155722.527000', '155722.530000', '155722.532000', '155722.535000', '155722.537000', '155722.540000', '155722.542000', '155722.545000', '155722.548000', '155722.550000', '155722.553000', '155722.555000', '155722.558000', '155722.561000', '155722.563000', '155722.566000', '155722.568000', '155722.571000', '155722.574000', '155722.576000', '155722.579000', '155722.581000', '155722.584000', '155722.586000', '155722.589000', '155722.591000', '155722.594000', '155722.597000', '155722.599000', '155722.602000', '155722.605000', '155722.607000', '155722.610000', '155742.498000', '155742.501000', '155742.503000', '155742.506000', '155742.508000', '155742.511000', '155742.513000', '155742.516000', '155742.518000', '155742.521000', '155742.524000', '155742.528000', '155742.530000', '155742.533000', '155742.535000', '155742.538000', '155742.541000', '155742.543000', '155742.546000', '155742.548000', '155742.551000', '155742.554000', '155742.556000', '155742.559000', '155742.561000', '155742.564000', '155742.566000', '155742.569000', '155742.572000', '155742.574000', '155742.577000', '155742.579000', '155742.582000', '155742.585000', '155742.588000', '155742.591000', '155742.593000', '155742.596000', '155742.599000', '155742.601000', '155742.604000', '155742.607000', '155742.609000', '155802.498000', '155802.501000', '155802.503000', '155802.506000', '155802.508000', '155802.511000', '155802.513000', '155802.516000', '155802.519000', '155802.521000', '155802.524000', '155802.526000', '155802.529000', '155802.531000', '155802.534000', '155802.536000', '155802.539000', '155802.542000', '155802.544000', '155802.547000', '155802.549000', '155802.552000', '155802.554000', '155802.557000', '155802.559000', '155802.562000', '155802.565000', '155802.567000', '155802.570000', '155802.572000', '155802.575000', '155802.577000', '155802.580000', '155802.583000', '155802.585000', '155802.588000', '155802.590000', '155802.593000', '155802.595000', '155802.598000', '155802.601000', '155802.603000', '155802.606000', '155822.499000', '155822.501000', '155822.504000', '155822.506000', '155822.509000', '155822.512000', '155822.514000', '155822.517000', '155822.519000', '155822.522000', '155822.525000', '155822.527000', '155822.530000', '155822.532000', '155822.535000', '155822.537000', '155822.540000', '155822.543000', '155822.545000', '155822.548000', '155822.550000', '155822.553000', '155822.556000', '155822.558000', '155822.561000', '155822.563000', '155822.566000', '155822.569000', '155822.571000', '155822.574000', '155822.576000', '155822.579000', '155822.581000', '155822.584000', '155822.587000', '155822.589000', '155822.592000', '155822.602000', '155822.605000', '155822.607000', '155822.610000', '155822.612000', '155822.615000', '155822.618000', '155842.499000', '155842.501000', '155842.504000', '155842.506000', '155842.509000', '155842.512000', '155842.514000', '155842.517000', '155842.520000', '155842.522000', '155842.525000', '155842.527000', '155842.530000', '155842.532000', '155842.535000', '155842.538000', '155842.540000', '155842.543000', '155842.545000', '155842.548000', '155842.550000', '155842.553000', '155842.556000', '155842.558000', '155842.561000', '155842.563000', '155842.566000', '155842.568000', '155842.571000', '155842.574000', '155842.576000', '155842.579000', '155842.581000', '155842.584000', '155842.586000', '155842.589000', '155842.592000', '155842.594000', '155842.597000', '155842.599000', '155842.602000', '155842.605000', '155842.607000', '155842.610000', '155902.498000', '155902.500000', '155902.503000', '155902.506000', '155902.508000', '155902.511000', '155902.513000', '155902.516000', '155902.519000', '155902.521000', '155902.524000', '155902.526000', '155902.529000', '155902.531000', '155902.534000', '155902.537000', '155902.539000', '155902.542000', '155902.544000', '155902.547000', '155902.549000', '155902.552000', '155902.555000', '155902.557000', '155902.560000', '155902.562000', '155902.565000', '155902.567000', '155902.570000', '155902.572000', '155902.575000', '155902.578000', '155902.580000', '155902.583000', '155902.585000', '155902.588000', '155902.590000', '155902.593000', '155902.596000', '155902.598000', '155902.601000', '155902.603000', '155902.606000', '155922.497000', '155922.500000', '155922.503000', '155922.505000', '155922.508000', '155922.511000', '155922.513000', '155922.516000', '155922.518000', '155922.521000', '155922.523000', '155922.526000', '155922.529000', '155922.531000', '155922.534000', '155922.536000', '155922.539000', '155922.541000', '155922.544000', '155922.546000', '155922.549000', '155922.552000', '155922.554000', '155922.557000', '155922.559000', '155922.562000', '155922.564000', '155922.567000', '155922.570000', '155922.572000', '155922.575000', '155922.577000', '155922.580000', '155922.582000', '155922.585000', '155922.588000', '155922.590000', '155922.593000', '155922.595000', '155922.598000', '155922.600000', '155922.603000', '155922.606000', '155922.608000', '155942.498000', '155942.500000', '155942.503000', '155942.506000', '155942.508000', '155942.511000', '155942.513000', '155942.516000', '155942.519000', '155942.521000', '155942.524000', '155942.526000', '155942.529000', '155942.531000', '155942.534000', '155942.536000', '155942.539000', '155942.542000', '155942.544000', '155942.547000', '155942.549000', '155942.552000', '155942.554000', '155942.557000', '155942.560000', '155942.562000', '155942.565000', '155942.567000', '155942.570000', '155942.572000', '155942.575000', '155942.578000', '155942.580000', '155942.583000', '155942.585000', '155942.588000', '155942.590000', '155942.593000', '155942.596000', '155942.598000', '155942.601000', '155942.603000', '155942.606000', '155953.288000', '155953.291000', '155953.293000', '155953.296000', '155953.299000', '155953.301000', '155953.304000', '155953.307000', '155953.309000', '155953.313000', '155953.317000', '155953.320000', '155953.323000', '155953.326000', '155953.329000', '155953.331000', '155953.334000', '155953.336000', '155953.339000', '155953.342000', '155953.345000', '155953.347000', '155953.350000', '155953.353000'], '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': [7911, 8052, 7932, 7437, 8411, 7419, 9174, 7561, 7887, 8083, 7928, 8948, 7483, 7382, 8166, 6894, 8697, 7769, 8918, 7968, 7436, 7742, 7032, 8311, 7379, 8520, 7853, 6990, 8543, 7815, 9038, 7755, 7807, 8228, 7106, 8186, 7722, 8533, 7790, 8166, 7977, 7345, 8214, 7265, 7122, 8339, 7683, 8789, 7932, 8726, 7863, 6752, 7859, 7769, 8323, 7462, 8161, 7877, 6715, 8504, 7470, 8697, 7814, 9682, 7780, 6929, 7992, 7910, 8425, 7889, 7642, 7906, 7727, 8315, 7506, 8416, 7654, 6965, 8062, 7892, 8425, 7346, 8788, 7664, 7734, 7819, 7720, 8148, 7532, 8810, 7479, 8000, 7600, 7129, 7797, 7413, 8126, 7401, 7117, 7946, 7724, 8657, 7512, 8149, 7683, 7152, 8053, 7841, 9052, 7394, 7324, 7815, 7609, 8344, 7562, 7585, 7722, 7851, 8434, 7555, 7658, 7796, 7307, 8065, 7222, 7783, 7739, 7134, 8018, 7903, 8334, 7413, 8155, 7614, 7624, 7774, 7877, 8091, 7433, 7244, 7744, 7583, 8473, 7541, 7542, 7749, 6942, 7981, 7416, 8828, 7779, 7015, 8274, 7363, 8382, 7594, 7706, 7613, 7432, 7687, 7686, 8257, 7439, 8545, 7589, 7434, 7697, 7626, 8223, 7615, 8706, 7735, 7519, 7941, 7911, 8203, 7276, 8956, 7566, 7858, 7797, 7255, 8042, 7779, 8957, 7613, 7923, 7623, 7245, 8027, 7574, 7363, 7538, 6701, 8134, 7919, 9033, 7532, 7487, 7638, 6830, 7861, 7843, 8323, 7579, 8185, 7601, 7036, 7655, 7156, 7734, 7565, 7318, 8279, 7533, 6904, 7896, 7267, 8095, 7546, 8470, 7278, 6847, 7820, 7242, 8761, 7579, 7561, 7921, 7655, 8175, 7653, 8410, 7703, 8308, 7812, 7282, 8205, 7595, 8501, 7499, 8496, 7947, 7147, 7949, 7487, 8142, 7800, 8234, 7552, 8570, 7785, 6816, 7828, 7557, 8328, 7488, 7610, 7650, 7372, 8068, 7584, 8284, 7572, 8903, 7916, 6938, 7915, 7638, 8806, 7519, 7852, 7934, 6686, 8039, 7844, 8327, 7660, 9597, 7997, 8311, 7660, 7184, 8062, 7000, 8816, 7780, 8236, 7643, 8524, 7490, 8572, 7446, 7840, 7768, 7783, 7704, 7154, 7799, 7134, 7900, 7084, 8180, 7827, 8581, 7328, 8248, 7765, 8031, 7694, 7551, 7745, 7250, 8172, 7534, 8428, 7657, 8575, 7745, 8198, 7908, 6718, 8108, 7596, 8523, 7567, 8926, 7908, 6948, 7876, 7128, 8307, 7731, 8410, 7383, 8402, 7411, 6624, 8118, 7471, 9123, 8175, 7180, 7880, 7366, 8752, 7758, 8910, 7730, 8521, 7873, 6861, 8051, 7647, 8175, 7501, 8921, 7905, 7360, 7809, 7372, 8439, 7609, 8845, 7743, 6885, 7718, 7830, 8559, 7603, 8388, 7707, 8968, 7535, 7459, 7850, 7146, 7982, 7624, 8258, 7553, 8178, 7383, 7113, 8024, 6657, 8056, 8039, 8401, 7468, 8960, 7645, 8804, 7571, 8089, 7735, 7129, 8020, 7719, 8939, 7472, 7725, 7738, 7188, 7782, 7787, 8109, 7657, 8184, 7894, 8379, 7426, 8254, 7616, 6904, 7857, 7974, 8400, 7766, 7611, 7609, 6954, 8361, 7481, 8115, 7440, 7124, 7604, 6886, 8431, 7786, 8951, 8067, 6501, 8021, 7265, 7930, 7385, 7748, 8117, 7432, 7118, 8333, 7580, 11699, 8537, 6807, 7969, 7430, 8796, 7515, 11517, 8259, 6790, 7678, 7625, 8633, 7376, 8389, 7688, 6577, 8334, 7120, 7914, 7324, 6807, 8225, 7260, 8648, 7590, 7808, 7624, 7621, 8461, 7100, 8619, 7748, 6798, 8287, 6746, 8489, 7057, 8954, 7651, 7698, 7648, 7009, 8218, 7663, 8482, 7184, 9080, 7744, 8945, 8150, 9034, 7939, 6547, 7681, 7101, 8245, 7404, 8403, 7595, 8887, 7756, 7814, 7697, 7673, 7845, 7982, 7884, 8594, 7888, 6692, 8182, 7198, 8533, 7328, 8367, 7983, 6879, 8088, 6922, 8318, 6709, 8953, 7646, 8517, 7194, 8500, 7593, 9028, 7689, 8492, 7842, 8043, 8001, 6726, 8195, 7202, 8516, 7476, 8662, 7546, 7961, 7410, 7406, 7863, 7421, 8071, 7331, 7971, 6847, 8428, 7050, 8770, 7665, 8729, 7827, 7428, 7575, 6678, 8403, 7512, 8730, 7634, 7730, 7755, 7112, 8098, 6815, 8442, 7598, 8826, 7683, 7495, 7770, 6729, 8531, 7594, 8715, 7404, 6443, 8321, 7263, 8730, 7805, 8392, 7870, 6694, 8377, 7390, 9062, 8183, 7022, 8176, 7571, 9049, 7764, 8912, 8022, 7570, 9241, 7352, 7680, 7882, 7212, 8261, 7595, 9036, 7483, 7486, 7968, 7702, 7941, 7042, 8479, 7145, 8705, 7531, 8746, 7770, 8558, 7936, 7685, 7845, 7438, 7853, 7261, 8046, 7114, 8186, 6781, 8380, 6947, 8672, 7543, 8227, 7798, 7094, 8160, 7380, 8690, 7348, 8772, 7798, 9310, 7662, 6999, 8083, 6878, 8586, 7465, 9184, 7979, 7006, 8037, 7208, 8755, 7610, 8710, 7704, 9105, 7436, 8760, 7804, 8969, 7609, 9161, 7708, 8823, 7726, 8680, 7414, 8902, 7764, 8802, 7745, 8844, 7876, 9346, 7674, 8112, 7781, 8124, 7888, 9327, 8512, 9131, 7733, 8904, 7758, 8854, 7680, 8961, 7791, 7603, 7727, 7647, 7931, 7173, 8008, 7124, 8028, 6600, 8449, 7459, 8871, 7315, 8981, 7357, 8932, 7982, 7372, 7843, 6822, 8263, 6787, 8709, 7685, 8806, 7267, 8769, 7736, 8609, 8135, 7226, 8494, 7149, 8464, 7719, 7155, 8189, 7871, 8835, 7524, 8260, 7984, 7446, 7839, 7570, 8414, 6933, 8838, 7389, 9407, 8087, 9481, 8368, 11101, 7970, 9061, 7609, 7520, 7737, 6647, 8208, 7066, 9268, 7604, 7732, 7849, 8177, 8142, 8888, 8116, 7024, 7840, 6961, 8193, 8028, 8357, 9606, 8292, 6708, 8367, 7368, 8587, 7375, 9123, 7525, 8558, 7495, 6919, 8017, 6587, 8837, 7310, 8717, 7685, 6841, 8344, 6805, 8654, 7369, 9227, 7628, 7391, 7665, 7100, 8309, 7283, 9066, 7805, 8825, 7763, 6722, 8298, 7238, 9520, 7081, 6731, 8282, 6847, 6742, 8179, 7169, 9487, 8351, 9518, 7413, 9109, 7070, 9149, 7383, 7736, 7562, 6436, 8444, 7064, 8113, 7555, 6803, 7814, 6802, 8314, 7342, 8367, 6839, 8684, 7243, 9006, 7703, 6805, 8134, 6971, 8224, 7639, 7636, 8676, 7481, 6614, 8322, 7237, 9584, 8364, 7076, 8446, 7275, 9445, 7472, 11790, 8620, 12574, 7613, 9589, 7731, 6939, 8590, 7299, 9581, 7554, 6729, 8318, 7008, 9145, 7758, 7454, 7848, 7511, 8592, 7528, 9284, 8018, 9239, 7920, 7403, 8366, 7187, 8776, 7244, 9038, 7865, 7439, 7606, 7036, 7800, 7215, 8293, 7168, 8332, 7099, 8782, 7326, 8884, 7459, 9178, 8012, 9632, 7764, 6647, 8064, 7267, 8598, 7325, 7277, 7498, 7348, 8130, 6892, 8583, 7090, 8590, 6959, 8734, 7547, 8190, 7950, 9185, 7926, 7056, 7884, 7186, 7566, 7115, 7924, 7252, 8486, 7368, 8816, 7174, 9041, 7811, 8803, 8088, 8340, 7881, 7203, 7983, 7514, 8078, 7122, 8253, 7001, 8092, 7410, 8607, 7032, 8770, 7389, 8516, 7877, 7378, 7628, 7629, 7531, 7460, 7745, 6879, 7744, 7059, 8397, 7088, 8840, 7510, 8426, 8071, 6779, 7799, 7251, 7858, 9554, 7688, 7966, 7914, 6894, 8643, 7438, 8829, 7385, 8604, 7793, 7002, 8131, 7100, 8979, 7803, 8776, 7876, 7865, 7687, 7095, 7794, 7502, 8458, 7177, 8897, 7305, 9718, 7914, 9681, 7996, 8841, 7798, 9467, 7810, 8285, 7402, 9348, 7673, 8623, 7679, 7492, 7554, 7591, 7552, 9668, 7856, 9160, 7555, 9059, 7443, 8817, 7424, 9629, 7357, 7206, 7985, 6649, 8814, 7480, 8987, 6978, 8473, 7905, 7906, 8480, 7774, 8472, 7553, 9558, 7894, 8927, 8410, 8885, 7404, 8633, 7454, 8444, 6760, 8352, 7452, 7491, 7417, 7391, 7155, 7720, 6896, 8118, 6946, 7938, 6762, 8105, 7323, 8648, 7576, 8885, 7637, 8244, 7860, 8367, 7798, 8353, 7923, 8015, 7870, 6961, 8196, 7298, 8841, 7364, 8937, 7424, 7441, 7349, 6554, 8314], 'WindowCenter': [3844.0, 3828.0, 3826.0, 3814.0, 3812.0, 3801.0, 3821.0, 3812.0, 3812.0, 3813.0, 3812.0, 3819.0, 3798.0, 3811.0, 3811.0, 3801.0, 3823.0, 3812.0, 3819.0, 3812.0, 3801.0, 3810.0, 3801.0, 3823.0, 3812.0, 3822.0, 3813.0, 3802.0, 3820.0, 3811.0, 3821.0, 3813.0, 3812.0, 3825.0, 3800.0, 3810.0, 3810.0, 3821.0, 3814.0, 3810.0, 3812.0, 3801.0, 3809.0, 3800.0, 3800.0, 3822.0, 3812.0, 3820.0, 3823.0, 3824.0, 3824.0, 3814.0, 3826.0, 3812.0, 3822.0, 3815.0, 3822.0, 3824.0, 3802.0, 3822.0, 3814.0, 3823.0, 3813.0, 3835.0, 3812.0, 3802.0, 3809.0, 3814.0, 3822.0, 3824.0, 3812.0, 3812.0, 3813.0, 3811.0, 3812.0, 3812.0, 3813.0, 3801.0, 3809.0, 3808.0, 3807.0, 3800.0, 3809.0, 3811.0, 3799.0, 3800.0, 3799.0, 3798.0, 3798.0, 3809.0, 3800.0, 3799.0, 3799.0, 3788.0, 3798.0, 3798.0, 3809.0, 3800.0, 3800.0, 3811.0, 3811.0, 3807.0, 3801.0, 3811.0, 3812.0, 3800.0, 3810.0, 3810.0, 3809.0, 3799.0, 3799.0, 3810.0, 3811.0, 3811.0, 3810.0, 3800.0, 3799.0, 3809.0, 3807.0, 3812.0, 3811.0, 3811.0, 3811.0, 3812.0, 3812.0, 3812.0, 3814.0, 3802.0, 3811.0, 3811.0, 3810.0, 3810.0, 3811.0, 3812.0, 3811.0, 3811.0, 3811.0, 3811.0, 3800.0, 3812.0, 3813.0, 3813.0, 3823.0, 3812.0, 3812.0, 3812.0, 3801.0, 3824.0, 3814.0, 3823.0, 3812.0, 3800.0, 3823.0, 3811.0, 3823.0, 3814.0, 3813.0, 3814.0, 3801.0, 3812.0, 3800.0, 3807.0, 3801.0, 3821.0, 3808.0, 3800.0, 3809.0, 3799.0, 3811.0, 3812.0, 3810.0, 3811.0, 3798.0, 3812.0, 3810.0, 3807.0, 3799.0, 3820.0, 3810.0, 3810.0, 3801.0, 3799.0, 3807.0, 3799.0, 3807.0, 3799.0, 3810.0, 3811.0, 3799.0, 3811.0, 3810.0, 3799.0, 3810.0, 3801.0, 3811.0, 3812.0, 3822.0, 3814.0, 3811.0, 3811.0, 3813.0, 3822.0, 3812.0, 3823.0, 3812.0, 3823.0, 3814.0, 3801.0, 3809.0, 3802.0, 3812.0, 3814.0, 3814.0, 3823.0, 3811.0, 3802.0, 3811.0, 3813.0, 3812.0, 3812.0, 3812.0, 3800.0, 3801.0, 3810.0, 3812.0, 3822.0, 3813.0, 3813.0, 3809.0, 3811.0, 3808.0, 3811.0, 3811.0, 3811.0, 3811.0, 3813.0, 3800.0, 3810.0, 3810.0, 3808.0, 3812.0, 3810.0, 3810.0, 3799.0, 3810.0, 3799.0, 3809.0, 3810.0, 3810.0, 3812.0, 3822.0, 3813.0, 3800.0, 3811.0, 3823.0, 3823.0, 3811.0, 3815.0, 3813.0, 3811.0, 3823.0, 3824.0, 3822.0, 3825.0, 3824.0, 3824.0, 3811.0, 3824.0, 3826.0, 3834.0, 3827.0, 3825.0, 3822.0, 3801.0, 3811.0, 3811.0, 3823.0, 3812.0, 3822.0, 3812.0, 3808.0, 3810.0, 3797.0, 3810.0, 3798.0, 3821.0, 3798.0, 3808.0, 3798.0, 3805.0, 3798.0, 3809.0, 3810.0, 3810.0, 3811.0, 3798.0, 3800.0, 3797.0, 3809.0, 3798.0, 3808.0, 3800.0, 3809.0, 3810.0, 3808.0, 3799.0, 3809.0, 3809.0, 3809.0, 3811.0, 3811.0, 3812.0, 3811.0, 3821.0, 3811.0, 3822.0, 3813.0, 3822.0, 3813.0, 3823.0, 3823.0, 3800.0, 3810.0, 3825.0, 3823.0, 3813.0, 3823.0, 3823.0, 3802.0, 3812.0, 3802.0, 3821.0, 3813.0, 3823.0, 3812.0, 3811.0, 3809.0, 3801.0, 3811.0, 3826.0, 3835.0, 3823.0, 3814.0, 3823.0, 3813.0, 3822.0, 3813.0, 3821.0, 3811.0, 3822.0, 3810.0, 3800.0, 3811.0, 3810.0, 3820.0, 3811.0, 3821.0, 3812.0, 3800.0, 3810.0, 3800.0, 3822.0, 3813.0, 3823.0, 3815.0, 3802.0, 3813.0, 3811.0, 3822.0, 3814.0, 3812.0, 3814.0, 3822.0, 3812.0, 3800.0, 3812.0, 3800.0, 3811.0, 3812.0, 3811.0, 3812.0, 3811.0, 3812.0, 3801.0, 3812.0, 3802.0, 3824.0, 3825.0, 3824.0, 3812.0, 3822.0, 3813.0, 3822.0, 3814.0, 3812.0, 3811.0, 3801.0, 3809.0, 3811.0, 3821.0, 3814.0, 3813.0, 3813.0, 3802.0, 3812.0, 3812.0, 3811.0, 3812.0, 3811.0, 3812.0, 3809.0, 3802.0, 3810.0, 3811.0, 3801.0, 3812.0, 3812.0, 3824.0, 3826.0, 3813.0, 3827.0, 3829.0, 3838.0, 3827.0, 3824.0, 3813.0, 3813.0, 3813.0, 3815.0, 3837.0, 3827.0, 3836.0, 3828.0, 3816.0, 3836.0, 3828.0, 3824.0, 3814.0, 3813.0, 3825.0, 3815.0, 3813.0, 3825.0, 3816.0, 3848.0, 3823.0, 3802.0, 3810.0, 3801.0, 3812.0, 3802.0, 3832.0, 3812.0, 3790.0, 3799.0, 3809.0, 3821.0, 3812.0, 3811.0, 3813.0, 3801.0, 3812.0, 3802.0, 3824.0, 3815.0, 3804.0, 3838.0, 3815.0, 3823.0, 3815.0, 3825.0, 3826.0, 3824.0, 3826.0, 3814.0, 3825.0, 3815.0, 3815.0, 3826.0, 3803.0, 3825.0, 3814.0, 3823.0, 3814.0, 3814.0, 3813.0, 3803.0, 3826.0, 3812.0, 3823.0, 3802.0, 3822.0, 3814.0, 3824.0, 3814.0, 3823.0, 3812.0, 3792.0, 3810.0, 3801.0, 3812.0, 3816.0, 3824.0, 3813.0, 3822.0, 3811.0, 3812.0, 3813.0, 3811.0, 3823.0, 3813.0, 3812.0, 3811.0, 3810.0, 3800.0, 3811.0, 3802.0, 3824.0, 3812.0, 3824.0, 3826.0, 3803.0, 3812.0, 3803.0, 3824.0, 3814.0, 3824.0, 3814.0, 3823.0, 3803.0, 3811.0, 3811.0, 3822.0, 3812.0, 3822.0, 3813.0, 3811.0, 3811.0, 3800.0, 3811.0, 3812.0, 3822.0, 3814.0, 3823.0, 3811.0, 3811.0, 3812.0, 3812.0, 3823.0, 3813.0, 3812.0, 3813.0, 3822.0, 3799.0, 3822.0, 3814.0, 3824.0, 3813.0, 3826.0, 3814.0, 3811.0, 3812.0, 3801.0, 3822.0, 3814.0, 3823.0, 3827.0, 3813.0, 3814.0, 3802.0, 3825.0, 3815.0, 3823.0, 3827.0, 3835.0, 3825.0, 3814.0, 3825.0, 3815.0, 3837.0, 3825.0, 3825.0, 3815.0, 3804.0, 3825.0, 3815.0, 3825.0, 3828.0, 3824.0, 3822.0, 3803.0, 3825.0, 3814.0, 3826.0, 3824.0, 3800.0, 3837.0, 3839.0, 3832.0, 3812.0, 3820.0, 3813.0, 3810.0, 3820.0, 3799.0, 3798.0, 3810.0, 3800.0, 3812.0, 3811.0, 3819.0, 3799.0, 3798.0, 3811.0, 3809.0, 3807.0, 3799.0, 3808.0, 3800.0, 3809.0, 3810.0, 3809.0, 3812.0, 3821.0, 3811.0, 3811.0, 3812.0, 3798.0, 3810.0, 3809.0, 3823.0, 3800.0, 3822.0, 3800.0, 3822.0, 3798.0, 3821.0, 3824.0, 3823.0, 3823.0, 3815.0, 3825.0, 3814.0, 3833.0, 3827.0, 3836.0, 3825.0, 3835.0, 3826.0, 3813.0, 3825.0, 3803.0, 3834.0, 3826.0, 3835.0, 3826.0, 3813.0, 3824.0, 3813.0, 3835.0, 3824.0, 3826.0, 3826.0, 3823.0, 3814.0, 3822.0, 3812.0, 3820.0, 3813.0, 3820.0, 3811.0, 3822.0, 3810.0, 3810.0, 3799.0, 3821.0, 3812.0, 3833.0, 3813.0, 3822.0, 3823.0, 3832.0, 3813.0, 3820.0, 3824.0, 3824.0, 3823.0, 3835.0, 3824.0, 3822.0, 3812.0, 3821.0, 3810.0, 3822.0, 3812.0, 3822.0, 3813.0, 3812.0, 3812.0, 3821.0, 3828.0, 3816.0, 3825.0, 3814.0, 3827.0, 3814.0, 3826.0, 3815.0, 3835.0, 3828.0, 3834.0, 3823.0, 3835.0, 3826.0, 3814.0, 3824.0, 3816.0, 3840.0, 3816.0, 3836.0, 3825.0, 3834.0, 3811.0, 3824.0, 3825.0, 3825.0, 3824.0, 3815.0, 3835.0, 3814.0, 3823.0, 3825.0, 3813.0, 3826.0, 3825.0, 3835.0, 3825.0, 3825.0, 3824.0, 3813.0, 3826.0, 3814.0, 3824.0, 3800.0, 3822.0, 3810.0, 3832.0, 3826.0, 3822.0, 3824.0, 3830.0, 3811.0, 3820.0, 3810.0, 3810.0, 3811.0, 3800.0, 3823.0, 3812.0, 3832.0, 3823.0, 3824.0, 3838.0, 3825.0, 3827.0, 3836.0, 3825.0, 3803.0, 3812.0, 3801.0, 3820.0, 3813.0, 3822.0, 3822.0, 3821.0, 3800.0, 3811.0, 3799.0, 3821.0, 3810.0, 3819.0, 3811.0, 3821.0, 3811.0, 3799.0, 3824.0, 3814.0, 3823.0, 3825.0, 3822.0, 3811.0, 3800.0, 3822.0, 3802.0, 3823.0, 3813.0, 3834.0, 3812.0, 3800.0, 3812.0, 3801.0, 3823.0, 3815.0, 3823.0, 3814.0, 3825.0, 3814.0, 3803.0, 3822.0, 3814.0, 3836.0, 3805.0, 3805.0, 3824.0, 3804.0, 3812.0, 3824.0, 3815.0, 3835.0, 3826.0, 3836.0, 3814.0, 3821.0, 3802.0, 3821.0, 3801.0, 3813.0, 3812.0, 3792.0, 3826.0, 3814.0, 3822.0, 3816.0, 3816.0, 3826.0, 3802.0, 3837.0, 3814.0, 3824.0, 3802.0, 3827.0, 3818.0, 3839.0, 3827.0, 3816.0, 3825.0, 3817.0, 3840.0, 3839.0, 3839.0, 3839.0, 3826.0, 3815.0, 3835.0, 3826.0, 3848.0, 3838.0, 3814.0, 3825.0, 3814.0, 3836.0, 3815.0, 3845.0, 3827.0, 3843.0, 3812.0, 3821.0, 3798.0, 3799.0, 3812.0, 3812.0, 3822.0, 3810.0, 3800.0, 3812.0, 3802.0, 3824.0, 3814.0, 3811.0, 3812.0, 3801.0, 3820.0, 3814.0, 3822.0, 3814.0, 3835.0, 3814.0, 3799.0, 3813.0, 3800.0, 3822.0, 3813.0, 3821.0, 3826.0, 3811.0, 3812.0, 3802.0, 3813.0, 3815.0, 3826.0, 3815.0, 3825.0, 3803.0, 3823.0, 3812.0, 3821.0, 3816.0, 3824.0, 3822.0, 3823.0, 3811.0, 3801.0, 3813.0, 3813.0, 3824.0, 3816.0, 3813.0, 3815.0, 3813.0, 3825.0, 3815.0, 3838.0, 3814.0, 3825.0, 3814.0, 3824.0, 3825.0, 3826.0, 3826.0, 3835.0, 3826.0, 3803.0, 3824.0, 3800.0, 3812.0, 3801.0, 3810.0, 3801.0, 3824.0, 3811.0, 3820.0, 3803.0, 3835.0, 3826.0, 3835.0, 3827.0, 3825.0, 3813.0, 3814.0, 3813.0, 3811.0, 3824.0, 3803.0, 3823.0, 3797.0, 3811.0, 3800.0, 3821.0, 3815.0, 3823.0, 3814.0, 3825.0, 3824.0, 3812.0, 3814.0, 3826.0, 3840.0, 3827.0, 3826.0, 3803.0, 3825.0, 3802.0, 3825.0, 3816.0, 3836.0, 3826.0, 3838.0, 3838.0, 3814.0, 3825.0, 3816.0, 3826.0, 3836.0, 3815.0, 3826.0, 3826.0, 3812.0, 3825.0, 3814.0, 3825.0, 3813.0, 3825.0, 3828.0, 3804.0, 3822.0, 3814.0, 3823.0, 3816.0, 3825.0, 3815.0, 3813.0, 3811.0, 3802.0, 3813.0, 3813.0, 3812.0, 3803.0, 3822.0, 3803.0, 3822.0, 3812.0, 3821.0, 3813.0, 3822.0, 3811.0, 3820.0, 3800.0, 3807.0, 3800.0, 3808.0, 3801.0, 3810.0, 3812.0, 3801.0, 3810.0, 3801.0, 3812.0, 3821.0, 3813.0, 3823.0, 3813.0, 3823.0, 3801.0, 3822.0, 3802.0, 3832.0, 3814.0, 3815.0, 3826.0, 3817.0, 3851.0, 3828.0, 3839.0, 3829.0, 3839.0, 3829.0, 3827.0, 3837.0, 3829.0, 3825.0, 3826.0, 3837.0, 3827.0, 3826.0, 3815.0, 3824.0, 3816.0, 3825.0, 3816.0, 3815.0, 3804.0, 3827.0, 3814.0, 3812.0, 3813.0, 3813.0, 3803.0, 3815.0, 3815.0, 3826.0, 3815.0, 3825.0, 3803.0, 3825.0, 3829.0, 3835.0, 3826.0, 3838.0, 3825.0, 3826.0, 3825.0, 3826.0, 3826.0, 3824.0, 3826.0, 3825.0, 3814.0, 3803.0, 3813.0, 3815.0, 3837.0, 3816.0, 3826.0, 3813.0, 3812.0, 3826.0, 3820.0, 3838.0], 'WindowWidth': [8641.0, 8610.0, 8601.0, 8581.0, 8574.0, 8559.0, 8584.0, 8577.0, 8574.0, 8575.0, 8574.0, 8582.0, 8553.0, 8572.0, 8572.0, 8560.0, 8590.0, 8574.0, 8582.0, 8575.0, 8558.0, 8568.0, 8558.0, 8590.0, 8576.0, 8587.0, 8578.0, 8561.0, 8583.0, 8573.0, 8587.0, 8580.0, 8575.0, 8595.0, 8558.0, 8570.0, 8571.0, 8587.0, 8581.0, 8571.0, 8577.0, 8559.0, 8568.0, 8556.0, 8557.0, 8588.0, 8577.0, 8587.0, 8593.0, 8595.0, 8594.0, 8583.0, 8600.0, 8577.0, 8593.0, 8584.0, 8592.0, 8593.0, 8562.0, 8590.0, 8580.0, 8593.0, 8580.0, 8608.0, 8577.0, 8560.0, 8569.0, 8578.0, 8590.0, 8593.0, 8576.0, 8576.0, 8575.0, 8572.0, 8573.0, 8574.0, 8577.0, 8558.0, 8568.0, 8564.0, 8562.0, 8554.0, 8567.0, 8573.0, 8553.0, 8556.0, 8551.0, 8551.0, 8550.0, 8567.0, 8557.0, 8552.0, 8552.0, 8535.0, 8549.0, 8550.0, 8565.0, 8558.0, 8556.0, 8571.0, 8573.0, 8564.0, 8558.0, 8570.0, 8574.0, 8555.0, 8570.0, 8569.0, 8567.0, 8554.0, 8552.0, 8569.0, 8574.0, 8571.0, 8569.0, 8556.0, 8553.0, 8565.0, 8563.0, 8576.0, 8573.0, 8573.0, 8572.0, 8574.0, 8574.0, 8575.0, 8582.0, 8563.0, 8574.0, 8573.0, 8570.0, 8570.0, 8570.0, 8575.0, 8571.0, 8572.0, 8572.0, 8570.0, 8557.0, 8574.0, 8579.0, 8577.0, 8592.0, 8578.0, 8573.0, 8574.0, 8559.0, 8595.0, 8581.0, 8591.0, 8577.0, 8558.0, 8590.0, 8574.0, 8590.0, 8580.0, 8578.0, 8581.0, 8559.0, 8572.0, 8555.0, 8562.0, 8559.0, 8585.0, 8568.0, 8558.0, 8569.0, 8554.0, 8570.0, 8577.0, 8570.0, 8574.0, 8553.0, 8574.0, 8567.0, 8562.0, 8554.0, 8582.0, 8571.0, 8570.0, 8557.0, 8553.0, 8563.0, 8554.0, 8561.0, 8553.0, 8568.0, 8572.0, 8554.0, 8574.0, 8569.0, 8552.0, 8569.0, 8559.0, 8574.0, 8575.0, 8590.0, 8581.0, 8573.0, 8572.0, 8580.0, 8590.0, 8577.0, 8593.0, 8578.0, 8591.0, 8577.0, 8555.0, 8565.0, 8563.0, 8577.0, 8580.0, 8580.0, 8592.0, 8573.0, 8560.0, 8573.0, 8578.0, 8574.0, 8575.0, 8573.0, 8555.0, 8556.0, 8569.0, 8575.0, 8587.0, 8577.0, 8577.0, 8569.0, 8571.0, 8565.0, 8571.0, 8573.0, 8572.0, 8571.0, 8576.0, 8555.0, 8568.0, 8569.0, 8566.0, 8575.0, 8570.0, 8572.0, 8554.0, 8567.0, 8554.0, 8567.0, 8569.0, 8571.0, 8575.0, 8588.0, 8578.0, 8557.0, 8574.0, 8595.0, 8592.0, 8576.0, 8583.0, 8579.0, 8573.0, 8592.0, 8596.0, 8592.0, 8599.0, 8595.0, 8595.0, 8574.0, 8598.0, 8600.0, 8611.0, 8604.0, 8600.0, 8590.0, 8561.0, 8573.0, 8573.0, 8591.0, 8577.0, 8589.0, 8576.0, 8566.0, 8568.0, 8550.0, 8569.0, 8552.0, 8584.0, 8552.0, 8564.0, 8550.0, 8557.0, 8552.0, 8567.0, 8570.0, 8570.0, 8573.0, 8551.0, 8556.0, 8550.0, 8567.0, 8552.0, 8566.0, 8557.0, 8568.0, 8569.0, 8565.0, 8555.0, 8567.0, 8569.0, 8568.0, 8574.0, 8574.0, 8577.0, 8573.0, 8587.0, 8573.0, 8589.0, 8581.0, 8589.0, 8578.0, 8592.0, 8593.0, 8559.0, 8572.0, 8599.0, 8593.0, 8579.0, 8592.0, 8593.0, 8562.0, 8575.0, 8562.0, 8586.0, 8579.0, 8591.0, 8577.0, 8575.0, 8569.0, 8561.0, 8574.0, 8602.0, 8610.0, 8595.0, 8583.0, 8593.0, 8579.0, 8589.0, 8578.0, 8587.0, 8576.0, 8590.0, 8572.0, 8556.0, 8571.0, 8571.0, 8584.0, 8575.0, 8586.0, 8576.0, 8556.0, 8568.0, 8555.0, 8590.0, 8580.0, 8590.0, 8583.0, 8560.0, 8575.0, 8572.0, 8589.0, 8582.0, 8574.0, 8581.0, 8588.0, 8574.0, 8555.0, 8572.0, 8555.0, 8571.0, 8575.0, 8572.0, 8575.0, 8572.0, 8574.0, 8559.0, 8576.0, 8564.0, 8595.0, 8598.0, 8595.0, 8577.0, 8588.0, 8577.0, 8587.0, 8580.0, 8575.0, 8574.0, 8558.0, 8569.0, 8573.0, 8586.0, 8580.0, 8578.0, 8579.0, 8561.0, 8576.0, 8573.0, 8571.0, 8574.0, 8572.0, 8574.0, 8568.0, 8560.0, 8570.0, 8573.0, 8560.0, 8575.0, 8576.0, 8593.0, 8600.0, 8579.0, 8607.0, 8609.0, 8621.0, 8607.0, 8595.0, 8580.0, 8580.0, 8579.0, 8585.0, 8617.0, 8606.0, 8618.0, 8608.0, 8591.0, 8617.0, 8607.0, 8593.0, 8579.0, 8580.0, 8598.0, 8585.0, 8581.0, 8598.0, 8587.0, 8630.0, 8592.0, 8561.0, 8570.0, 8558.0, 8574.0, 8560.0, 8599.0, 8574.0, 8542.0, 8553.0, 8566.0, 8584.0, 8574.0, 8572.0, 8577.0, 8560.0, 8573.0, 8563.0, 8593.0, 8585.0, 8568.0, 8620.0, 8583.0, 8593.0, 8583.0, 8599.0, 8601.0, 8596.0, 8602.0, 8581.0, 8597.0, 8584.0, 8585.0, 8601.0, 8566.0, 8600.0, 8581.0, 8592.0, 8580.0, 8581.0, 8581.0, 8565.0, 8600.0, 8576.0, 8590.0, 8563.0, 8588.0, 8581.0, 8596.0, 8582.0, 8590.0, 8576.0, 8546.0, 8571.0, 8560.0, 8576.0, 8587.0, 8596.0, 8579.0, 8590.0, 8575.0, 8576.0, 8579.0, 8574.0, 8594.0, 8578.0, 8576.0, 8573.0, 8571.0, 8556.0, 8572.0, 8563.0, 8595.0, 8580.0, 8595.0, 8602.0, 8566.0, 8577.0, 8566.0, 8595.0, 8584.0, 8595.0, 8582.0, 8593.0, 8564.0, 8573.0, 8573.0, 8586.0, 8578.0, 8589.0, 8579.0, 8573.0, 8573.0, 8557.0, 8573.0, 8576.0, 8589.0, 8580.0, 8593.0, 8574.0, 8574.0, 8576.0, 8577.0, 8593.0, 8579.0, 8578.0, 8580.0, 8591.0, 8558.0, 8589.0, 8580.0, 8597.0, 8580.0, 8600.0, 8582.0, 8573.0, 8574.0, 8559.0, 8589.0, 8582.0, 8593.0, 8603.0, 8580.0, 8581.0, 8562.0, 8598.0, 8585.0, 8596.0, 8604.0, 8613.0, 8598.0, 8583.0, 8601.0, 8586.0, 8616.0, 8600.0, 8598.0, 8584.0, 8569.0, 8597.0, 8585.0, 8598.0, 8605.0, 8594.0, 8590.0, 8567.0, 8597.0, 8582.0, 8599.0, 8597.0, 8558.0, 8620.0, 8628.0, 8608.0, 8577.0, 8583.0, 8578.0, 8571.0, 8583.0, 8555.0, 8551.0, 8572.0, 8557.0, 8573.0, 8572.0, 8581.0, 8554.0, 8551.0, 8572.0, 8569.0, 8565.0, 8555.0, 8568.0, 8557.0, 8566.0, 8569.0, 8568.0, 8577.0, 8586.0, 8575.0, 8572.0, 8576.0, 8553.0, 8570.0, 8569.0, 8593.0, 8559.0, 8588.0, 8558.0, 8588.0, 8556.0, 8586.0, 8595.0, 8595.0, 8597.0, 8585.0, 8599.0, 8582.0, 8608.0, 8608.0, 8616.0, 8600.0, 8611.0, 8600.0, 8580.0, 8598.0, 8568.0, 8611.0, 8601.0, 8610.0, 8603.0, 8581.0, 8596.0, 8582.0, 8613.0, 8599.0, 8602.0, 8601.0, 8595.0, 8582.0, 8590.0, 8576.0, 8586.0, 8581.0, 8586.0, 8574.0, 8587.0, 8570.0, 8569.0, 8556.0, 8585.0, 8578.0, 8607.0, 8579.0, 8590.0, 8593.0, 8603.0, 8579.0, 8587.0, 8596.0, 8595.0, 8596.0, 8611.0, 8596.0, 8591.0, 8577.0, 8587.0, 8576.0, 8591.0, 8577.0, 8590.0, 8580.0, 8576.0, 8578.0, 8591.0, 8606.0, 8588.0, 8598.0, 8583.0, 8606.0, 8584.0, 8600.0, 8585.0, 8613.0, 8607.0, 8611.0, 8597.0, 8613.0, 8602.0, 8584.0, 8597.0, 8590.0, 8624.0, 8589.0, 8617.0, 8600.0, 8609.0, 8577.0, 8595.0, 8601.0, 8597.0, 8597.0, 8585.0, 8614.0, 8583.0, 8595.0, 8601.0, 8584.0, 8601.0, 8600.0, 8613.0, 8600.0, 8597.0, 8597.0, 8583.0, 8599.0, 8581.0, 8598.0, 8561.0, 8589.0, 8573.0, 8604.0, 8599.0, 8590.0, 8595.0, 8597.0, 8573.0, 8583.0, 8572.0, 8573.0, 8574.0, 8559.0, 8595.0, 8577.0, 8606.0, 8596.0, 8598.0, 8622.0, 8601.0, 8605.0, 8614.0, 8598.0, 8565.0, 8577.0, 8560.0, 8588.0, 8579.0, 8591.0, 8589.0, 8589.0, 8557.0, 8571.0, 8556.0, 8587.0, 8571.0, 8582.0, 8574.0, 8586.0, 8573.0, 8557.0, 8595.0, 8583.0, 8593.0, 8599.0, 8591.0, 8575.0, 8559.0, 8589.0, 8567.0, 8593.0, 8580.0, 8610.0, 8578.0, 8558.0, 8575.0, 8561.0, 8591.0, 8583.0, 8593.0, 8582.0, 8597.0, 8582.0, 8567.0, 8591.0, 8584.0, 8612.0, 8568.0, 8568.0, 8594.0, 8570.0, 8579.0, 8597.0, 8584.0, 8611.0, 8599.0, 8612.0, 8579.0, 8586.0, 8560.0, 8584.0, 8558.0, 8577.0, 8575.0, 8549.0, 8601.0, 8582.0, 8591.0, 8585.0, 8585.0, 8600.0, 8563.0, 8617.0, 8581.0, 8593.0, 8563.0, 8601.0, 8591.0, 8623.0, 8605.0, 8589.0, 8599.0, 8592.0, 8626.0, 8627.0, 8625.0, 8622.0, 8601.0, 8586.0, 8613.0, 8604.0, 8635.0, 8621.0, 8583.0, 8598.0, 8582.0, 8614.0, 8583.0, 8624.0, 8603.0, 8618.0, 8574.0, 8584.0, 8552.0, 8556.0, 8574.0, 8575.0, 8587.0, 8570.0, 8556.0, 8573.0, 8562.0, 8593.0, 8580.0, 8573.0, 8575.0, 8560.0, 8584.0, 8580.0, 8589.0, 8581.0, 8610.0, 8579.0, 8555.0, 8574.0, 8557.0, 8589.0, 8577.0, 8584.0, 8598.0, 8572.0, 8576.0, 8562.0, 8578.0, 8584.0, 8599.0, 8584.0, 8597.0, 8563.0, 8590.0, 8575.0, 8590.0, 8587.0, 8594.0, 8592.0, 8591.0, 8573.0, 8559.0, 8577.0, 8579.0, 8597.0, 8587.0, 8581.0, 8585.0, 8580.0, 8599.0, 8585.0, 8617.0, 8583.0, 8598.0, 8582.0, 8594.0, 8598.0, 8600.0, 8600.0, 8612.0, 8599.0, 8565.0, 8595.0, 8559.0, 8575.0, 8560.0, 8571.0, 8560.0, 8594.0, 8573.0, 8585.0, 8565.0, 8609.0, 8601.0, 8610.0, 8602.0, 8596.0, 8579.0, 8580.0, 8578.0, 8574.0, 8596.0, 8564.0, 8591.0, 8552.0, 8572.0, 8558.0, 8587.0, 8584.0, 8593.0, 8583.0, 8597.0, 8595.0, 8577.0, 8581.0, 8601.0, 8626.0, 8606.0, 8600.0, 8567.0, 8597.0, 8561.0, 8596.0, 8588.0, 8613.0, 8602.0, 8619.0, 8621.0, 8584.0, 8599.0, 8585.0, 8598.0, 8611.0, 8584.0, 8599.0, 8597.0, 8577.0, 8599.0, 8581.0, 8596.0, 8579.0, 8595.0, 8604.0, 8567.0, 8589.0, 8581.0, 8591.0, 8585.0, 8595.0, 8583.0, 8578.0, 8571.0, 8559.0, 8575.0, 8577.0, 8575.0, 8562.0, 8588.0, 8562.0, 8585.0, 8575.0, 8583.0, 8577.0, 8585.0, 8572.0, 8580.0, 8554.0, 8560.0, 8554.0, 8563.0, 8556.0, 8569.0, 8574.0, 8558.0, 8571.0, 8558.0, 8575.0, 8586.0, 8576.0, 8589.0, 8575.0, 8588.0, 8558.0, 8586.0, 8561.0, 8602.0, 8582.0, 8585.0, 8601.0, 8591.0, 8640.0, 8608.0, 8622.0, 8609.0, 8623.0, 8609.0, 8603.0, 8618.0, 8606.0, 8599.0, 8601.0, 8613.0, 8602.0, 8600.0, 8582.0, 8594.0, 8582.0, 8593.0, 8583.0, 8580.0, 8569.0, 8601.0, 8579.0, 8577.0, 8577.0, 8576.0, 8563.0, 8584.0, 8584.0, 8599.0, 8583.0, 8596.0, 8565.0, 8597.0, 8612.0, 8613.0, 8601.0, 8619.0, 8599.0, 8598.0, 8597.0, 8599.0, 8601.0, 8594.0, 8601.0, 8597.0, 8580.0, 8565.0, 8578.0, 8583.0, 8615.0, 8587.0, 8598.0, 8578.0, 8578.0, 8600.0, 8599.0, 8618.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.00030372602739726034</td></tr>
<tr><td colspan=3>aqi</td><td>0.021146801643835617</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.494848052623425</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222313268720294</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9887158777330891</td></tr>
<tr><td colspan=3>efc</td><td>0.4913</td></tr>
<tr><td colspan=3>fber</td><td>6174.0688</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07603042171747715</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1004566210045663</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.361114316443419</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.273744400335164</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.571657847777808</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2379407012172856</td></tr>
<tr><td colspan=3>gcor</td><td>0.0086649</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008033686317503452</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02747363969683647</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.296853438533494</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>24.5986</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.1459</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.3484</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>292486.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.8356</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2177</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>448.2928</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3018.8229</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>732.8575</td></tr>
<tr><td colspan=3>tsnr</td><td>41.80150125932414</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>