<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-02/func/sub-0040_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>79e1f8747f05b1c33f075f778a27375d</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>12:59:20.617500</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_VE11C_LATEST_20160120</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.998539, -0.0469226, -0.026811, 0.0472645, 0.998807, 0.0122665]</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.0792037</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>[4123, -7743, -7223, 572, -113, -62, 24, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.36</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c885f29-95cb-4887-a83f-c272054b1943||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6790060997009277, 0.126807302236557, -0.07074921578168869, 107.97492980957031], [0.12588980793952942, 2.6797263622283936, 0.03649253770709038, -100.71224975585938], [-0.0719318762421608, -0.032910045236349106, 2.698826313018799, -51.343875885009766], [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': ['125920.617500', '125921.077500', '125921.537500', '125921.997500', '125922.457500', '125922.917500', '125923.377500', '125923.837500', '125924.297500', '125924.757500', '125925.217500', '125925.677500', '125926.137500', '125926.597500', '125927.057500', '125927.517500', '125927.977500', '125928.437500', '125928.897500', '125929.357500', '125929.817500', '125930.277500', '125930.737500', '125931.197500', '125931.657500', '125932.117500', '125932.577500', '125933.037500', '125933.497500', '125933.957500', '125934.417500', '125934.877500', '125935.337500', '125935.797500', '125936.257500', '125936.717500', '125937.177500', '125937.637500', '125938.097500', '125938.557500', '125939.017500', '125939.477500', '125939.937500', '125940.397500', '125940.857500', '125941.317500', '125941.777500', '125942.237500', '125942.697500', '125943.157500', '125943.617500', '125944.077500', '125944.537500', '125944.997500', '125945.457500', '125945.917500', '125946.377500', '125946.837500', '125947.297500', '125947.757500', '125948.217500', '125948.677500', '125949.137500', '125949.597500', '125950.057500', '125950.517500', '125950.977500', '125951.437500', '125951.897500', '125952.357500', '125952.817500', '125953.277500', '125953.737500', '125954.197500', '125954.657500', '125955.117500', '125955.577500', '125956.037500', '125956.497500', '125956.957500', '125957.417500', '125957.877500', '125958.337500', '125958.797500', '125959.257500', '125959.717500', '130000.177500', '130000.637500', '130001.097500', '130001.557500', '130002.017500', '130002.477500', '130002.937500', '130003.397500', '130003.857500', '130004.317500', '130004.777500', '130005.237500', '130005.697500', '130006.157500', '130006.617500', '130007.077500', '130007.537500', '130007.997500', '130008.457500', '130008.917500', '130009.377500', '130009.837500', '130010.297500', '130010.757500', '130011.217500', '130011.677500', '130012.137500', '130012.597500', '130013.057500', '130013.517500', '130013.977500', '130014.437500', '130014.897500', '130015.357500', '130015.817500', '130016.277500', '130016.737500', '130017.197500', '130017.657500', '130018.117500', '130018.577500', '130019.037500', '130019.497500', '130019.957500', '130020.417500', '130020.877500', '130021.337500', '130021.797500', '130022.257500', '130022.717500', '130023.177500', '130023.637500', '130024.097500', '130024.557500', '130025.017500', '130025.477500', '130025.937500', '130026.397500', '130026.857500', '130027.317500', '130027.777500', '130028.237500', '130028.697500', '130029.157500', '130029.617500', '130030.077500', '130030.537500', '130030.997500', '130031.457500', '130031.917500', '130032.377500', '130032.837500', '130033.297500', '130033.757500', '130034.217500', '130034.677500', '130035.137500', '130035.597500', '130036.057500', '130036.517500', '130036.977500', '130037.437500', '130037.897500', '130038.357500', '130038.817500', '130039.277500', '130039.737500', '130040.197500', '130040.657500', '130041.117500', '130041.577500', '130042.037500', '130042.497500', '130042.957500', '130043.417500', '130043.877500', '130044.337500', '130044.797500', '130045.257500', '130045.717500', '130046.177500', '130046.637500', '130047.097500', '130047.557500', '130048.017500', '130048.477500', '130048.937500', '130049.397500', '130049.857500', '130050.317500', '130050.777500', '130051.237500', '130051.697500', '130052.157500', '130052.617500', '130053.077500', '130053.537500', '130053.997500', '130054.457500', '130054.917500', '130055.377500', '130055.837500', '130056.297500', '130056.757500', '130057.217500', '130057.677500', '130058.137500', '130058.597500', '130059.057500', '130059.517500', '130059.977500', '130100.437500', '130100.897500', '130101.357500', '130101.817500', '130102.277500', '130102.737500', '130103.197500', '130103.657500', '130104.117500', '130104.577500', '130105.037500', '130105.497500', '130105.957500', '130106.417500', '130106.877500', '130107.337500', '130107.797500', '130108.257500', '130108.717500', '130109.177500', '130109.637500', '130110.097500', '130110.557500', '130111.017500', '130111.477500', '130111.937500', '130112.397500', '130112.857500', '130113.317500', '130113.777500', '130114.237500', '130114.697500', '130115.157500', '130115.617500', '130116.077500', '130116.537500', '130116.997500', '130117.457500', '130117.917500', '130118.377500', '130118.837500', '130119.297500', '130119.757500', '130120.217500', '130120.677500', '130121.137500', '130121.597500', '130122.057500', '130122.517500', '130122.977500', '130123.437500', '130123.897500', '130124.357500', '130124.817500', '130125.277500', '130125.737500', '130126.197500', '130126.657500', '130127.117500', '130127.577500', '130128.037500', '130128.497500', '130128.957500', '130129.417500', '130129.877500', '130130.337500', '130130.797500', '130131.257500', '130131.717500', '130132.177500', '130132.637500', '130133.097500', '130133.557500', '130134.017500', '130134.477500', '130134.937500', '130135.397500', '130135.857500', '130136.317500', '130136.777500', '130137.237500', '130137.697500', '130138.157500', '130138.617500', '130139.077500', '130139.537500', '130139.997500', '130140.457500', '130140.917500', '130141.377500', '130141.837500', '130142.297500', '130142.757500', '130143.217500', '130143.677500', '130144.137500', '130144.597500', '130145.057500', '130145.517500', '130145.977500', '130146.437500', '130146.897500', '130147.357500', '130147.817500', '130148.277500', '130148.737500', '130149.197500', '130149.657500', '130150.117500', '130150.577500', '130151.037500', '130151.497500', '130151.957500', '130152.417500', '130152.877500', '130153.337500', '130153.797500', '130154.257500', '130154.717500', '130155.177500', '130155.637500', '130156.097500', '130156.557500', '130157.017500', '130157.477500', '130157.937500', '130158.397500', '130158.857500', '130159.317500', '130159.777500', '130200.237500', '130200.697500', '130201.157500', '130201.617500', '130202.077500', '130202.537500', '130202.997500', '130203.457500', '130203.917500', '130204.377500', '130204.837500', '130205.297500', '130205.757500', '130206.217500', '130206.677500', '130207.137500', '130207.597500', '130208.057500', '130208.517500', '130208.977500', '130209.437500', '130209.897500', '130210.357500', '130210.817500', '130211.277500', '130211.737500', '130212.197500', '130212.657500', '130213.117500', '130213.577500', '130214.037500', '130214.497500', '130214.957500', '130215.417500', '130215.877500', '130216.337500', '130216.797500', '130217.257500', '130217.717500', '130218.177500', '130218.637500', '130219.097500', '130219.557500', '130220.017500', '130220.477500', '130220.937500', '130221.397500', '130221.857500', '130222.317500', '130222.777500', '130223.237500', '130223.697500', '130224.157500', '130224.617500', '130225.077500', '130225.537500', '130225.997500', '130226.457500', '130226.917500', '130227.377500', '130227.837500', '130228.297500', '130228.757500', '130229.217500', '130229.677500', '130230.137500', '130230.597500', '130231.057500', '130231.517500', '130231.977500', '130232.437500', '130232.897500', '130233.357500', '130233.817500', '130234.277500', '130234.737500', '130235.197500', '130235.657500', '130236.117500', '130236.577500', '130237.037500', '130237.497500', '130237.957500', '130238.417500', '130238.877500', '130239.337500', '130239.797500', '130240.257500', '130240.717500', '130241.177500', '130241.637500', '130242.097500', '130242.557500', '130243.017500', '130243.477500', '130243.937500', '130244.397500', '130244.857500', '130245.317500', '130245.777500', '130246.237500', '130246.697500', '130247.157500', '130247.617500', '130248.077500', '130248.537500', '130248.997500', '130249.457500', '130249.917500', '130250.377500', '130250.837500', '130251.297500', '130251.757500', '130252.217500', '130252.677500', '130253.137500', '130253.597500', '130254.057500', '130254.517500', '130254.977500', '130255.437500', '130255.897500', '130256.357500', '130256.817500', '130257.277500', '130257.737500', '130258.197500', '130258.657500', '130259.117500', '130259.577500', '130300.037500', '130300.497500', '130300.957500', '130301.417500', '130301.877500', '130302.337500', '130302.797500', '130303.257500', '130303.717500', '130304.177500', '130304.637500', '130305.097500', '130305.557500', '130306.017500', '130306.477500', '130306.937500', '130307.397500', '130307.857500', '130308.317500', '130308.777500', '130309.237500', '130309.697500', '130310.157500', '130310.617500', '130311.077500', '130311.537500', '130311.997500', '130312.457500', '130312.917500', '130313.377500', '130313.837500', '130314.297500', '130314.757500', '130315.217500', '130315.677500', '130316.137500', '130316.597500', '130317.057500', '130317.517500', '130317.977500', '130318.437500', '130318.897500', '130319.357500', '130319.817500', '130320.277500', '130320.737500', '130321.197500', '130321.657500', '130322.117500', '130322.577500', '130323.037500', '130323.497500', '130323.957500', '130324.417500', '130324.877500', '130325.337500', '130325.797500', '130326.257500', '130326.717500', '130327.177500', '130327.637500', '130328.097500', '130328.557500', '130329.017500', '130329.477500', '130329.937500', '130330.397500', '130330.857500', '130331.317500', '130331.777500', '130332.237500', '130332.697500', '130333.157500', '130333.617500', '130334.077500', '130334.537500', '130334.997500', '130335.457500', '130335.917500', '130336.377500', '130336.837500', '130337.297500', '130337.757500', '130338.217500', '130338.677500', '130339.137500', '130339.597500', '130340.057500', '130340.517500', '130340.977500', '130341.437500', '130341.897500', '130342.357500', '130342.817500', '130343.277500', '130343.737500', '130344.197500', '130344.657500', '130345.117500', '130345.577500', '130346.037500', '130346.497500', '130346.957500', '130347.417500', '130347.877500', '130348.337500', '130348.797500', '130349.257500', '130349.717500', '130350.177500', '130350.637500', '130351.097500', '130351.557500', '130352.017500', '130352.477500', '130352.937500', '130353.397500', '130353.857500', '130354.317500', '130354.777500', '130355.237500', '130355.697500', '130356.157500', '130356.617500', '130357.077500', '130357.537500', '130357.997500', '130358.457500', '130358.917500', '130359.377500', '130359.837500', '130400.297500', '130400.757500', '130401.217500', '130401.677500', '130402.137500', '130402.597500', '130403.057500', '130403.517500', '130403.977500', '130404.437500', '130404.897500', '130405.357500', '130405.817500', '130406.277500', '130406.737500', '130407.197500', '130407.657500', '130408.117500', '130408.577500', '130409.037500', '130409.497500', '130409.957500', '130410.417500', '130410.877500', '130411.337500', '130411.797500', '130412.257500', '130412.717500', '130413.177500', '130413.637500', '130414.097500', '130414.557500', '130415.017500', '130415.477500', '130415.937500', '130416.397500', '130416.857500', '130417.317500', '130417.777500', '130418.237500', '130418.697500', '130419.157500', '130419.617500', '130420.077500', '130420.537500', '130420.997500', '130421.457500', '130421.917500', '130422.377500', '130422.837500', '130423.297500', '130423.757500', '130424.217500', '130424.677500', '130425.137500', '130425.597500', '130426.057500', '130426.517500', '130426.977500', '130427.437500', '130427.897500', '130428.357500', '130428.817500', '130429.277500', '130429.737500', '130430.197500', '130430.657500', '130431.117500', '130431.577500', '130432.037500', '130432.497500', '130432.957500', '130433.417500', '130433.877500', '130434.337500', '130434.797500', '130435.257500', '130435.717500', '130436.177500', '130436.637500', '130437.097500', '130437.557500', '130438.017500', '130438.477500', '130438.937500', '130439.397500', '130439.857500', '130440.317500', '130440.777500', '130441.237500', '130441.697500', '130442.157500', '130442.617500', '130443.077500', '130443.537500', '130443.997500', '130444.457500', '130444.917500', '130445.377500', '130445.837500', '130446.297500', '130446.757500', '130447.217500', '130447.677500', '130448.137500', '130448.597500', '130449.057500', '130449.517500', '130449.977500', '130450.437500', '130450.897500', '130451.357500', '130451.817500', '130452.277500', '130452.737500', '130453.197500', '130453.657500', '130454.117500', '130454.577500', '130455.037500', '130455.497500', '130455.957500', '130456.417500', '130456.877500', '130457.337500', '130457.797500', '130458.257500', '130458.717500', '130459.177500', '130459.637500', '130500.097500', '130500.557500', '130501.017500', '130501.477500', '130501.937500', '130502.397500', '130502.857500', '130503.317500', '130503.777500', '130504.237500', '130504.697500', '130505.157500', '130505.617500', '130506.077500', '130506.537500', '130506.997500', '130507.457500', '130507.917500', '130508.377500', '130508.837500', '130509.297500', '130509.757500', '130510.217500', '130510.677500', '130511.137500', '130511.597500', '130512.057500', '130512.517500', '130512.977500', '130513.437500', '130513.897500', '130514.357500', '130514.817500', '130515.277500', '130515.737500', '130516.197500', '130516.657500', '130517.117500', '130517.577500', '130518.037500', '130518.497500', '130518.957500', '130519.417500', '130519.877500', '130520.337500', '130520.797500', '130521.257500', '130521.717500', '130522.177500', '130522.637500', '130523.097500', '130523.557500', '130524.017500', '130524.477500', '130524.937500', '130525.397500', '130525.857500', '130526.317500', '130526.777500', '130527.237500', '130527.697500', '130528.157500', '130528.617500', '130529.077500', '130529.537500', '130529.997500', '130530.457500', '130530.917500', '130531.377500', '130531.837500', '130532.297500', '130532.757500', '130533.217500', '130533.677500', '130534.137500', '130534.597500', '130535.057500', '130535.517500', '130535.977500', '130536.437500', '130536.897500', '130537.357500', '130537.817500', '130538.277500', '130538.737500', '130539.197500', '130539.657500', '130540.117500', '130540.577500', '130541.037500', '130541.497500', '130541.957500', '130542.417500', '130542.877500', '130543.337500', '130543.797500', '130544.257500', '130544.717500', '130545.177500', '130545.637500', '130546.097500', '130546.557500', '130547.017500', '130547.477500', '130547.937500', '130548.397500', '130548.857500', '130549.317500', '130549.777500', '130550.237500', '130550.697500', '130551.157500', '130551.617500', '130552.077500', '130552.537500', '130552.997500', '130553.457500', '130553.917500', '130554.377500', '130554.837500', '130555.297500', '130555.757500', '130556.217500', '130556.677500', '130557.137500', '130557.597500', '130558.057500', '130558.517500', '130558.977500', '130559.437500', '130559.897500', '130600.357500', '130600.817500', '130601.277500', '130601.737500', '130602.197500', '130602.657500', '130603.117500', '130603.577500', '130604.037500', '130604.497500', '130604.957500', '130605.417500', '130605.877500', '130606.337500', '130606.797500', '130607.257500', '130607.717500', '130608.177500', '130608.637500', '130609.097500', '130609.557500', '130610.017500', '130610.477500', '130610.937500', '130611.397500', '130611.857500', '130612.317500', '130612.777500', '130613.237500', '130613.697500', '130614.157500', '130614.617500', '130615.077500', '130615.537500', '130615.997500', '130616.457500', '130616.917500', '130617.377500', '130617.837500', '130618.297500', '130618.757500', '130619.217500', '130619.677500', '130620.137500', '130620.597500', '130621.057500', '130621.517500', '130621.977500', '130622.437500', '130622.897500', '130623.357500', '130623.817500', '130624.277500', '130624.737500', '130625.197500', '130625.657500', '130626.117500', '130626.577500', '130627.037500', '130627.497500', '130627.957500', '130628.417500', '130628.877500', '130629.337500', '130629.797500', '130630.257500', '130630.717500', '130631.177500', '130631.637500', '130632.097500', '130632.557500', '130633.017500', '130633.477500', '130633.937500', '130634.397500', '130634.857500', '130635.317500', '130635.777500', '130636.237500', '130636.697500', '130637.157500', '130637.617500', '130638.077500', '130638.537500', '130638.997500', '130639.457500', '130639.917500', '130640.377500', '130640.837500', '130641.297500', '130641.757500', '130642.217500', '130642.677500', '130643.137500', '130643.597500', '130644.057500', '130644.517500', '130644.977500', '130645.437500', '130645.897500', '130646.357500', '130646.817500', '130647.277500', '130647.737500', '130648.197500', '130648.657500', '130649.117500', '130649.577500', '130650.037500', '130650.497500', '130650.957500', '130651.417500', '130651.877500', '130652.337500', '130652.797500', '130653.257500', '130653.717500', '130654.177500', '130654.637500', '130655.097500', '130655.557500', '130656.017500', '130656.477500', '130656.937500', '130657.397500', '130657.857500', '130658.317500', '130658.777500', '130659.237500', '130659.697500', '130700.157500', '130700.617500', '130701.077500', '130701.537500', '130701.997500', '130702.457500', '130702.917500', '130703.377500', '130703.837500', '130704.297500', '130704.757500', '130705.217500', '130705.677500', '130706.137500', '130706.597500', '130707.057500', '130707.517500', '130707.977500', '130708.437500', '130708.897500', '130709.357500', '130709.817500', '130710.277500', '130710.737500', '130711.197500', '130711.657500', '130712.117500', '130712.577500', '130713.037500', '130713.497500', '130713.957500', '130714.417500', '130714.877500', '130715.337500', '130715.797500', '130716.257500', '130716.717500', '130717.177500', '130717.637500', '130718.097500', '130718.557500', '130719.017500', '130719.477500', '130719.937500', '130720.397500', '130720.857500', '130721.317500', '130721.777500', '130722.237500', '130722.697500', '130723.157500', '130723.617500', '130724.077500', '130724.537500', '130724.997500', '130725.457500', '130725.917500', '130726.377500', '130726.837500', '130727.297500', '130727.757500', '130728.217500', '130728.677500', '130729.137500', '130729.597500', '130730.057500', '130730.517500', '130730.977500', '130731.437500', '130731.897500', '130732.357500', '130732.817500', '130733.277500', '130733.737500', '130734.197500', '130734.657500', '130735.117500', '130735.577500', '130736.037500', '130736.497500', '130736.957500', '130737.417500', '130737.877500', '130738.337500', '130738.797500', '130739.257500', '130739.717500', '130740.177500', '130740.637500', '130741.097500', '130741.557500', '130742.017500', '130742.477500', '130742.937500', '130743.397500', '130743.857500', '130744.317500', '130744.777500', '130745.237500'], 'ContentTime': ['125935.630000', '125935.636000', '125935.640000', '125935.642000', '125935.645000', '125935.648000', '125935.651000', '125935.654000', '125935.657000', '125935.660000', '125935.663000', '125935.666000', '125935.669000', '125935.672000', '125935.675000', '125935.678000', '125935.681000', '125935.683000', '125935.686000', '125935.689000', '125935.692000', '125935.695000', '125935.698000', '125935.701000', '125935.704000', '125935.707000', '125935.710000', '125935.713000', '125935.716000', '125935.719000', '125955.600000', '125955.603000', '125955.606000', '125955.613000', '125955.616000', '125955.619000', '125955.622000', '125955.625000', '125955.628000', '125955.630000', '125955.633000', '125955.636000', '125955.639000', '125955.642000', '125955.645000', '125955.648000', '125955.651000', '125955.654000', '125955.657000', '125955.660000', '125955.662000', '125955.665000', '125955.668000', '125955.671000', '125955.681000', '125955.684000', '125955.687000', '125955.690000', '125955.693000', '125955.696000', '125955.699000', '125955.702000', '125955.705000', '125955.708000', '125955.711000', '125955.716000', '125955.719000', '125955.722000', '125955.725000', '125955.728000', '125955.731000', '125955.734000', '125955.737000', '125955.740000', '130015.599000', '130015.602000', '130015.605000', '130015.608000', '130015.611000', '130015.614000', '130015.617000', '130015.620000', '130015.622000', '130015.626000', '130015.629000', '130015.631000', '130015.634000', '130015.637000', '130015.640000', '130015.643000', '130015.646000', '130015.649000', '130015.652000', '130015.664000', '130015.667000', '130015.670000', '130015.673000', '130015.676000', '130015.685000', '130015.688000', '130015.691000', '130015.694000', '130015.697000', '130015.700000', '130015.703000', '130015.706000', '130015.708000', '130015.712000', '130015.714000', '130015.717000', '130015.720000', '130015.723000', '130015.726000', '130015.729000', '130015.732000', '130015.735000', '130015.738000', '130035.600000', '130035.603000', '130035.606000', '130035.609000', '130035.612000', '130035.615000', '130035.618000', '130035.621000', '130035.624000', '130035.639000', '130035.642000', '130035.645000', '130035.648000', '130035.651000', '130035.654000', '130035.657000', '130035.659000', '130035.662000', '130035.665000', '130035.668000', '130035.671000', '130035.674000', '130035.677000', '130035.680000', '130035.683000', '130035.686000', '130035.689000', '130035.692000', '130035.695000', '130035.698000', '130035.701000', '130035.704000', '130035.706000', '130035.709000', '130035.712000', '130035.715000', '130035.718000', '130035.721000', '130035.724000', '130035.727000', '130035.730000', '130035.733000', '130035.736000', '130035.739000', '130055.600000', '130055.603000', '130055.606000', '130055.609000', '130055.612000', '130055.615000', '130055.618000', '130055.621000', '130055.624000', '130055.627000', '130055.630000', '130055.633000', '130055.636000', '130055.638000', '130055.641000', '130055.644000', '130055.647000', '130055.650000', '130055.653000', '130055.656000', '130055.659000', '130055.662000', '130055.665000', '130055.668000', '130055.671000', '130055.674000', '130055.677000', '130055.680000', '130055.683000', '130055.686000', '130055.689000', '130055.691000', '130055.694000', '130055.697000', '130055.700000', '130055.709000', '130055.712000', '130055.715000', '130055.717000', '130055.720000', '130055.723000', '130055.726000', '130055.729000', '130115.600000', '130115.603000', '130115.606000', '130115.609000', '130115.612000', '130115.615000', '130115.618000', '130115.621000', '130115.624000', '130115.627000', '130115.630000', '130115.633000', '130115.636000', '130115.639000', '130115.642000', '130115.645000', '130115.647000', '130115.651000', '130115.653000', '130115.656000', '130115.668000', '130115.671000', '130115.674000', '130115.677000', '130115.680000', '130115.683000', '130115.686000', '130115.689000', '130115.692000', '130115.695000', '130115.698000', '130115.701000', '130115.704000', '130115.707000', '130115.710000', '130115.713000', '130115.716000', '130115.719000', '130115.722000', '130115.724000', '130115.727000', '130115.730000', '130115.733000', '130135.600000', '130135.603000', '130135.606000', '130135.609000', '130135.612000', '130135.615000', '130135.618000', '130135.621000', '130135.624000', '130135.627000', '130135.629000', '130135.632000', '130135.635000', '130135.638000', '130135.641000', '130135.644000', '130135.647000', '130135.650000', '130135.653000', '130135.656000', '130135.659000', '130135.662000', '130135.665000', '130135.668000', '130135.671000', '130135.674000', '130135.677000', '130135.680000', '130135.683000', '130135.686000', '130135.689000', '130135.692000', '130135.695000', '130135.698000', '130135.700000', '130135.703000', '130135.706000', '130135.709000', '130135.712000', '130135.715000', '130135.718000', '130135.721000', '130135.724000', '130135.727000', '130155.600000', '130155.603000', '130155.606000', '130155.609000', '130155.612000', '130155.615000', '130155.618000', '130155.621000', '130155.624000', '130155.627000', '130155.630000', '130155.633000', '130155.636000', '130155.639000', '130155.642000', '130155.645000', '130155.648000', '130155.651000', '130155.654000', '130155.657000', '130155.660000', '130155.663000', '130155.666000', '130155.669000', '130155.672000', '130155.675000', '130155.677000', '130155.680000', '130155.683000', '130155.686000', '130155.689000', '130155.692000', '130155.695000', '130155.698000', '130155.701000', '130155.704000', '130155.707000', '130155.710000', '130155.713000', '130155.716000', '130155.719000', '130155.722000', '130155.725000', '130215.600000', '130215.603000', '130215.606000', '130215.609000', '130215.612000', '130215.623000', '130215.626000', '130215.635000', '130215.638000', '130215.641000', '130215.643000', '130215.647000', '130215.649000', '130215.652000', '130215.655000', '130215.658000', '130215.661000', '130215.664000', '130215.667000', '130215.670000', '130215.673000', '130215.676000', '130215.679000', '130215.682000', '130215.685000', '130215.688000', '130215.691000', '130215.694000', '130215.697000', '130215.700000', '130215.702000', '130215.706000', '130215.708000', '130215.711000', '130215.714000', '130215.717000', '130215.720000', '130215.723000', '130215.726000', '130215.729000', '130215.732000', '130215.735000', '130215.738000', '130215.741000', '130235.599000', '130235.602000', '130235.605000', '130235.608000', '130235.611000', '130235.614000', '130235.617000', '130235.620000', '130235.623000', '130235.626000', '130235.628000', '130235.631000', '130235.634000', '130235.638000', '130235.642000', '130235.645000', '130235.648000', '130235.651000', '130235.654000', '130235.657000', '130235.660000', '130235.663000', '130235.666000', '130235.669000', '130235.672000', '130235.675000', '130235.678000', '130235.681000', '130235.684000', '130235.687000', '130235.690000', '130235.693000', '130235.696000', '130235.699000', '130235.702000', '130235.705000', '130235.708000', '130235.710000', '130235.713000', '130235.716000', '130235.719000', '130235.722000', '130235.725000', '130255.600000', '130255.603000', '130255.606000', '130255.609000', '130255.612000', '130255.615000', '130255.618000', '130255.621000', '130255.624000', '130255.627000', '130255.630000', '130255.633000', '130255.636000', '130255.639000', '130255.642000', '130255.645000', '130255.648000', '130255.651000', '130255.654000', '130255.657000', '130255.660000', '130255.663000', '130255.666000', '130255.669000', '130255.672000', '130255.675000', '130255.678000', '130255.681000', '130255.684000', '130255.687000', '130255.690000', '130255.693000', '130255.696000', '130255.699000', '130255.702000', '130255.705000', '130255.707000', '130255.710000', '130255.713000', '130255.716000', '130255.719000', '130255.722000', '130255.725000', '130255.728000', '130315.600000', '130315.603000', '130315.606000', '130315.609000', '130315.612000', '130315.615000', '130315.618000', '130315.621000', '130315.632000', '130315.635000', '130315.638000', '130315.641000', '130315.644000', '130315.647000', '130315.652000', '130315.656000', '130315.659000', '130315.662000', '130315.665000', '130315.668000', '130315.671000', '130315.674000', '130315.677000', '130315.680000', '130315.683000', '130315.686000', '130315.689000', '130315.692000', '130315.695000', '130315.698000', '130315.701000', '130315.704000', '130315.707000', '130315.710000', '130315.713000', '130315.716000', '130315.718000', '130315.721000', '130315.724000', '130315.727000', '130315.730000', '130315.733000', '130315.736000', '130335.600000', '130335.603000', '130335.606000', '130335.609000', '130335.612000', '130335.615000', '130335.618000', '130335.621000', '130335.624000', '130335.627000', '130335.630000', '130335.633000', '130335.636000', '130335.639000', '130335.642000', '130335.644000', '130335.647000', '130335.650000', '130335.653000', '130335.656000', '130335.659000', '130335.662000', '130335.665000', '130335.668000', '130335.671000', '130335.674000', '130335.677000', '130335.680000', '130335.683000', '130335.686000', '130335.700000', '130335.703000', '130335.706000', '130335.709000', '130335.712000', '130335.715000', '130335.718000', '130335.721000', '130335.723000', '130335.726000', '130335.729000', '130335.732000', '130335.735000', '130335.738000', '130355.600000', '130355.603000', '130355.606000', '130355.609000', '130355.612000', '130355.615000', '130355.618000', '130355.621000', '130355.624000', '130355.627000', '130355.630000', '130355.633000', '130355.636000', '130355.639000', '130355.641000', '130355.645000', '130355.648000', '130355.650000', '130355.653000', '130355.656000', '130355.659000', '130355.662000', '130355.665000', '130355.678000', '130355.681000', '130355.685000', '130355.688000', '130355.691000', '130355.693000', '130355.697000', '130355.700000', '130355.703000', '130355.706000', '130355.709000', '130355.712000', '130355.715000', '130355.718000', '130355.721000', '130355.724000', '130355.727000', '130355.730000', '130355.733000', '130355.735000', '130415.600000', '130415.603000', '130415.606000', '130415.609000', '130415.612000', '130415.615000', '130415.618000', '130415.621000', '130415.624000', '130415.627000', '130415.630000', '130415.633000', '130415.636000', '130415.639000', '130415.642000', '130415.645000', '130415.648000', '130415.651000', '130415.654000', '130415.657000', '130415.660000', '130415.663000', '130415.666000', '130415.668000', '130415.672000', '130415.674000', '130415.677000', '130415.680000', '130415.683000', '130415.686000', '130415.689000', '130415.692000', '130415.695000', '130415.698000', '130415.701000', '130415.704000', '130415.707000', '130415.710000', '130415.713000', '130415.716000', '130415.719000', '130415.722000', '130415.725000', '130415.728000', '130435.600000', '130435.603000', '130435.606000', '130435.609000', '130435.612000', '130435.615000', '130435.618000', '130435.621000', '130435.624000', '130435.635000', '130435.638000', '130435.641000', '130435.644000', '130435.647000', '130435.650000', '130435.653000', '130435.656000', '130435.659000', '130435.662000', '130435.665000', '130435.668000', '130435.671000', '130435.674000', '130435.677000', '130435.680000', '130435.683000', '130435.686000', '130435.691000', '130435.694000', '130435.697000', '130435.700000', '130435.703000', '130435.706000', '130435.709000', '130435.712000', '130435.731000', '130435.735000', '130435.737000', '130435.740000', '130435.743000', '130435.746000', '130435.749000', '130435.752000', '130455.599000', '130455.602000', '130455.605000', '130455.608000', '130455.611000', '130455.614000', '130455.617000', '130455.620000', '130455.623000', '130455.626000', '130455.628000', '130455.632000', '130455.635000', '130455.638000', '130455.640000', '130455.644000', '130455.647000', '130455.649000', '130455.652000', '130455.655000', '130455.658000', '130455.661000', '130455.664000', '130455.667000', '130455.670000', '130455.673000', '130455.676000', '130455.679000', '130455.682000', '130455.685000', '130455.688000', '130455.691000', '130455.694000', '130455.697000', '130455.700000', '130455.703000', '130455.706000', '130455.709000', '130455.711000', '130455.714000', '130455.717000', '130455.720000', '130455.723000', '130455.726000', '130515.600000', '130515.603000', '130515.606000', '130515.609000', '130515.612000', '130515.615000', '130515.618000', '130515.621000', '130515.623000', '130515.627000', '130515.629000', '130515.632000', '130515.635000', '130515.638000', '130515.641000', '130515.644000', '130515.647000', '130515.650000', '130515.653000', '130515.656000', '130515.659000', '130515.662000', '130515.665000', '130515.668000', '130515.671000', '130515.674000', '130515.677000', '130515.680000', '130515.683000', '130515.686000', '130515.689000', '130515.692000', '130515.695000', '130515.698000', '130515.701000', '130515.704000', '130515.707000', '130515.710000', '130515.713000', '130515.716000', '130515.719000', '130515.722000', '130515.725000', '130535.600000', '130535.603000', '130535.606000', '130535.609000', '130535.612000', '130535.615000', '130535.618000', '130535.621000', '130535.624000', '130535.626000', '130535.630000', '130535.633000', '130535.635000', '130535.638000', '130535.641000', '130535.644000', '130535.647000', '130535.650000', '130535.653000', '130535.657000', '130535.660000', '130535.663000', '130535.666000', '130535.675000', '130535.678000', '130535.681000', '130535.684000', '130535.687000', '130535.690000', '130535.693000', '130535.696000', '130535.699000', '130535.702000', '130535.705000', '130535.708000', '130535.711000', '130535.714000', '130535.716000', '130535.720000', '130535.722000', '130535.725000', '130535.728000', '130535.731000', '130535.734000', '130555.600000', '130555.603000', '130555.606000', '130555.609000', '130555.612000', '130555.615000', '130555.618000', '130555.621000', '130555.624000', '130555.627000', '130555.630000', '130555.633000', '130555.636000', '130555.639000', '130555.641000', '130555.644000', '130555.647000', '130555.650000', '130555.653000', '130555.656000', '130555.659000', '130555.662000', '130555.665000', '130555.668000', '130555.672000', '130555.675000', '130555.678000', '130555.681000', '130555.684000', '130555.687000', '130555.690000', '130555.693000', '130555.696000', '130555.699000', '130555.702000', '130555.705000', '130555.708000', '130555.711000', '130555.714000', '130555.717000', '130555.720000', '130555.723000', '130555.726000', '130615.600000', '130615.603000', '130615.606000', '130615.609000', '130615.612000', '130615.615000', '130615.618000', '130615.621000', '130615.624000', '130615.627000', '130615.630000', '130615.633000', '130615.637000', '130615.640000', '130615.643000', '130615.646000', '130615.649000', '130615.652000', '130615.655000', '130615.657000', '130615.660000', '130615.663000', '130615.666000', '130615.669000', '130615.672000', '130615.675000', '130615.678000', '130615.681000', '130615.684000', '130615.687000', '130615.697000', '130615.700000', '130615.703000', '130615.706000', '130615.709000', '130615.712000', '130615.714000', '130615.718000', '130615.721000', '130615.723000', '130615.726000', '130615.730000', '130615.732000', '130615.735000', '130635.600000', '130635.603000', '130635.606000', '130635.609000', '130635.612000', '130635.615000', '130635.618000', '130635.621000', '130635.637000', '130635.640000', '130635.643000', '130635.646000', '130635.649000', '130635.652000', '130635.655000', '130635.658000', '130635.661000', '130635.664000', '130635.667000', '130635.670000', '130635.681000', '130635.683000', '130635.686000', '130635.690000', '130635.692000', '130635.695000', '130635.698000', '130635.701000', '130635.704000', '130635.707000', '130635.710000', '130635.713000', '130635.716000', '130635.719000', '130635.722000', '130635.725000', '130635.728000', '130635.731000', '130635.734000', '130635.737000', '130635.740000', '130635.743000', '130635.745000', '130655.600000', '130655.603000', '130655.606000', '130655.609000', '130655.612000', '130655.615000', '130655.618000', '130655.621000', '130655.624000', '130655.635000', '130655.638000', '130655.641000', '130655.644000', '130655.646000', '130655.649000', '130655.652000', '130655.655000', '130655.658000', '130655.661000', '130655.664000', '130655.667000', '130655.670000', '130655.673000', '130655.676000', '130655.679000', '130655.682000', '130655.685000', '130655.688000', '130655.691000', '130655.693000', '130655.696000', '130655.699000', '130655.702000', '130655.705000', '130655.708000', '130655.711000', '130655.714000', '130655.717000', '130655.720000', '130655.723000', '130655.726000', '130655.729000', '130655.732000', '130655.735000', '130715.599000', '130715.602000', '130715.605000', '130715.608000', '130715.611000', '130715.614000', '130715.617000', '130715.620000', '130715.623000', '130715.626000', '130715.629000', '130715.632000', '130715.635000', '130715.638000', '130715.641000', '130715.644000', '130715.646000', '130715.657000', '130715.660000', '130715.663000', '130715.666000', '130715.668000', '130715.672000', '130715.674000', '130715.677000', '130715.680000', '130715.683000', '130715.686000', '130715.689000', '130715.692000', '130715.695000', '130715.698000', '130715.701000', '130715.704000', '130715.707000', '130715.711000', '130715.714000', '130715.717000', '130715.720000', '130715.723000', '130715.726000', '130715.729000', '130715.732000', '130735.600000', '130735.603000', '130735.606000', '130735.615000', '130735.618000', '130735.621000', '130735.624000', '130735.627000', '130735.630000', '130735.633000', '130735.636000', '130735.639000', '130735.642000', '130735.645000', '130735.648000', '130735.651000', '130735.654000', '130735.657000', '130735.660000', '130735.663000', '130735.666000', '130735.668000', '130735.671000', '130735.674000', '130735.677000', '130735.680000', '130735.683000', '130735.686000', '130735.689000', '130735.692000', '130735.695000', '130735.698000', '130735.701000', '130735.704000', '130735.707000', '130735.710000', '130735.713000', '130735.716000', '130735.719000', '130735.722000', '130735.725000', '130735.728000', '130735.731000', '130735.734000', '130746.649000', '130746.652000', '130746.655000', '130746.659000', '130746.673000', '130746.676000', '130746.679000', '130746.683000', '130746.685000', '130746.688000', '130746.691000', '130746.695000', '130746.698000', '130746.701000', '130746.704000', '130746.707000', '130746.710000', '130746.712000', '130746.715000', '130746.718000', '130746.721000', '130746.725000', '130746.729000', '130746.733000'], 'InstanceCreationTime': ['125935.630000', '125935.636000', '125935.640000', '125935.642000', '125935.645000', '125935.648000', '125935.651000', '125935.654000', '125935.657000', '125935.660000', '125935.663000', '125935.666000', '125935.669000', '125935.672000', '125935.675000', '125935.678000', '125935.681000', '125935.683000', '125935.686000', '125935.689000', '125935.692000', '125935.695000', '125935.698000', '125935.701000', '125935.704000', '125935.707000', '125935.710000', '125935.713000', '125935.716000', '125935.719000', '125955.600000', '125955.603000', '125955.606000', '125955.613000', '125955.616000', '125955.619000', '125955.622000', '125955.625000', '125955.628000', '125955.630000', '125955.633000', '125955.636000', '125955.639000', '125955.642000', '125955.645000', '125955.648000', '125955.651000', '125955.654000', '125955.657000', '125955.660000', '125955.662000', '125955.665000', '125955.668000', '125955.671000', '125955.681000', '125955.684000', '125955.687000', '125955.690000', '125955.693000', '125955.696000', '125955.699000', '125955.702000', '125955.705000', '125955.708000', '125955.711000', '125955.716000', '125955.719000', '125955.722000', '125955.725000', '125955.728000', '125955.731000', '125955.734000', '125955.737000', '125955.740000', '130015.599000', '130015.602000', '130015.605000', '130015.608000', '130015.611000', '130015.614000', '130015.617000', '130015.620000', '130015.622000', '130015.626000', '130015.629000', '130015.631000', '130015.634000', '130015.637000', '130015.640000', '130015.643000', '130015.646000', '130015.649000', '130015.652000', '130015.664000', '130015.667000', '130015.670000', '130015.673000', '130015.676000', '130015.685000', '130015.688000', '130015.691000', '130015.694000', '130015.697000', '130015.700000', '130015.703000', '130015.706000', '130015.708000', '130015.712000', '130015.714000', '130015.717000', '130015.720000', '130015.723000', '130015.726000', '130015.729000', '130015.732000', '130015.735000', '130015.738000', '130035.600000', '130035.603000', '130035.606000', '130035.609000', '130035.612000', '130035.615000', '130035.618000', '130035.621000', '130035.624000', '130035.639000', '130035.642000', '130035.645000', '130035.648000', '130035.651000', '130035.654000', '130035.657000', '130035.659000', '130035.662000', '130035.665000', '130035.668000', '130035.671000', '130035.674000', '130035.677000', '130035.680000', '130035.683000', '130035.686000', '130035.689000', '130035.692000', '130035.695000', '130035.698000', '130035.701000', '130035.704000', '130035.706000', '130035.709000', '130035.712000', '130035.715000', '130035.718000', '130035.721000', '130035.724000', '130035.727000', '130035.730000', '130035.733000', '130035.736000', '130035.739000', '130055.600000', '130055.603000', '130055.606000', '130055.609000', '130055.612000', '130055.615000', '130055.618000', '130055.621000', '130055.624000', '130055.627000', '130055.630000', '130055.633000', '130055.636000', '130055.638000', '130055.641000', '130055.644000', '130055.647000', '130055.650000', '130055.653000', '130055.656000', '130055.659000', '130055.662000', '130055.665000', '130055.668000', '130055.671000', '130055.674000', '130055.677000', '130055.680000', '130055.683000', '130055.686000', '130055.689000', '130055.691000', '130055.694000', '130055.697000', '130055.700000', '130055.709000', '130055.712000', '130055.715000', '130055.717000', '130055.720000', '130055.723000', '130055.726000', '130055.729000', '130115.600000', '130115.603000', '130115.606000', '130115.609000', '130115.612000', '130115.615000', '130115.618000', '130115.621000', '130115.624000', '130115.627000', '130115.630000', '130115.633000', '130115.636000', '130115.639000', '130115.642000', '130115.645000', '130115.647000', '130115.651000', '130115.653000', '130115.656000', '130115.668000', '130115.671000', '130115.674000', '130115.677000', '130115.680000', '130115.683000', '130115.686000', '130115.689000', '130115.692000', '130115.695000', '130115.698000', '130115.701000', '130115.704000', '130115.707000', '130115.710000', '130115.713000', '130115.716000', '130115.719000', '130115.722000', '130115.724000', '130115.727000', '130115.730000', '130115.733000', '130135.600000', '130135.603000', '130135.606000', '130135.609000', '130135.612000', '130135.615000', '130135.618000', '130135.621000', '130135.624000', '130135.627000', '130135.629000', '130135.632000', '130135.635000', '130135.638000', '130135.641000', '130135.644000', '130135.647000', '130135.650000', '130135.653000', '130135.656000', '130135.659000', '130135.662000', '130135.665000', '130135.668000', '130135.671000', '130135.674000', '130135.677000', '130135.680000', '130135.683000', '130135.686000', '130135.689000', '130135.692000', '130135.695000', '130135.698000', '130135.700000', '130135.703000', '130135.706000', '130135.709000', '130135.712000', '130135.715000', '130135.718000', '130135.721000', '130135.724000', '130135.727000', '130155.600000', '130155.603000', '130155.606000', '130155.609000', '130155.612000', '130155.615000', '130155.618000', '130155.621000', '130155.624000', '130155.627000', '130155.630000', '130155.633000', '130155.636000', '130155.639000', '130155.642000', '130155.645000', '130155.648000', '130155.651000', '130155.654000', '130155.657000', '130155.660000', '130155.663000', '130155.666000', '130155.669000', '130155.672000', '130155.675000', '130155.677000', '130155.680000', '130155.683000', '130155.686000', '130155.689000', '130155.692000', '130155.695000', '130155.698000', '130155.701000', '130155.704000', '130155.707000', '130155.710000', '130155.713000', '130155.716000', '130155.719000', '130155.722000', '130155.725000', '130215.600000', '130215.603000', '130215.606000', '130215.609000', '130215.612000', '130215.623000', '130215.626000', '130215.635000', '130215.638000', '130215.641000', '130215.643000', '130215.647000', '130215.649000', '130215.652000', '130215.655000', '130215.658000', '130215.661000', '130215.664000', '130215.667000', '130215.670000', '130215.673000', '130215.676000', '130215.679000', '130215.682000', '130215.685000', '130215.688000', '130215.691000', '130215.694000', '130215.697000', '130215.700000', '130215.702000', '130215.706000', '130215.708000', '130215.711000', '130215.714000', '130215.717000', '130215.720000', '130215.723000', '130215.726000', '130215.729000', '130215.732000', '130215.735000', '130215.738000', '130215.741000', '130235.599000', '130235.602000', '130235.605000', '130235.608000', '130235.611000', '130235.614000', '130235.617000', '130235.620000', '130235.623000', '130235.626000', '130235.628000', '130235.631000', '130235.634000', '130235.638000', '130235.642000', '130235.645000', '130235.648000', '130235.651000', '130235.654000', '130235.657000', '130235.660000', '130235.663000', '130235.666000', '130235.669000', '130235.672000', '130235.675000', '130235.678000', '130235.681000', '130235.684000', '130235.687000', '130235.690000', '130235.693000', '130235.696000', '130235.699000', '130235.702000', '130235.705000', '130235.708000', '130235.710000', '130235.713000', '130235.716000', '130235.719000', '130235.722000', '130235.725000', '130255.600000', '130255.603000', '130255.606000', '130255.609000', '130255.612000', '130255.615000', '130255.618000', '130255.621000', '130255.624000', '130255.627000', '130255.630000', '130255.633000', '130255.636000', '130255.639000', '130255.642000', '130255.645000', '130255.648000', '130255.651000', '130255.654000', '130255.657000', '130255.660000', '130255.663000', '130255.666000', '130255.669000', '130255.672000', '130255.675000', '130255.678000', '130255.681000', '130255.684000', '130255.687000', '130255.690000', '130255.693000', '130255.696000', '130255.699000', '130255.702000', '130255.705000', '130255.707000', '130255.710000', '130255.713000', '130255.716000', '130255.719000', '130255.722000', '130255.725000', '130255.728000', '130315.600000', '130315.603000', '130315.606000', '130315.609000', '130315.612000', '130315.615000', '130315.618000', '130315.621000', '130315.632000', '130315.635000', '130315.638000', '130315.641000', '130315.644000', '130315.647000', '130315.652000', '130315.656000', '130315.659000', '130315.662000', '130315.665000', '130315.668000', '130315.671000', '130315.674000', '130315.677000', '130315.680000', '130315.683000', '130315.686000', '130315.689000', '130315.692000', '130315.695000', '130315.698000', '130315.701000', '130315.704000', '130315.707000', '130315.710000', '130315.713000', '130315.716000', '130315.718000', '130315.721000', '130315.724000', '130315.727000', '130315.730000', '130315.733000', '130315.736000', '130335.600000', '130335.603000', '130335.606000', '130335.609000', '130335.612000', '130335.615000', '130335.618000', '130335.621000', '130335.624000', '130335.627000', '130335.630000', '130335.633000', '130335.636000', '130335.639000', '130335.642000', '130335.644000', '130335.647000', '130335.650000', '130335.653000', '130335.656000', '130335.659000', '130335.662000', '130335.665000', '130335.668000', '130335.671000', '130335.674000', '130335.677000', '130335.680000', '130335.683000', '130335.686000', '130335.700000', '130335.703000', '130335.706000', '130335.709000', '130335.712000', '130335.715000', '130335.718000', '130335.721000', '130335.723000', '130335.726000', '130335.729000', '130335.732000', '130335.735000', '130335.738000', '130355.600000', '130355.603000', '130355.606000', '130355.609000', '130355.612000', '130355.615000', '130355.618000', '130355.621000', '130355.624000', '130355.627000', '130355.630000', '130355.633000', '130355.636000', '130355.639000', '130355.641000', '130355.645000', '130355.648000', '130355.650000', '130355.653000', '130355.656000', '130355.659000', '130355.662000', '130355.665000', '130355.678000', '130355.681000', '130355.685000', '130355.688000', '130355.691000', '130355.693000', '130355.697000', '130355.700000', '130355.703000', '130355.706000', '130355.709000', '130355.712000', '130355.715000', '130355.718000', '130355.721000', '130355.724000', '130355.727000', '130355.730000', '130355.733000', '130355.735000', '130415.600000', '130415.603000', '130415.606000', '130415.609000', '130415.612000', '130415.615000', '130415.618000', '130415.621000', '130415.624000', '130415.627000', '130415.630000', '130415.633000', '130415.636000', '130415.639000', '130415.642000', '130415.645000', '130415.648000', '130415.651000', '130415.654000', '130415.657000', '130415.660000', '130415.663000', '130415.666000', '130415.668000', '130415.672000', '130415.674000', '130415.677000', '130415.680000', '130415.683000', '130415.686000', '130415.689000', '130415.692000', '130415.695000', '130415.698000', '130415.701000', '130415.704000', '130415.707000', '130415.710000', '130415.713000', '130415.716000', '130415.719000', '130415.722000', '130415.725000', '130415.728000', '130435.600000', '130435.603000', '130435.606000', '130435.609000', '130435.612000', '130435.615000', '130435.618000', '130435.621000', '130435.624000', '130435.635000', '130435.638000', '130435.641000', '130435.644000', '130435.647000', '130435.650000', '130435.653000', '130435.656000', '130435.659000', '130435.662000', '130435.665000', '130435.668000', '130435.671000', '130435.674000', '130435.677000', '130435.680000', '130435.683000', '130435.686000', '130435.691000', '130435.694000', '130435.697000', '130435.700000', '130435.703000', '130435.706000', '130435.709000', '130435.712000', '130435.731000', '130435.735000', '130435.737000', '130435.740000', '130435.743000', '130435.746000', '130435.749000', '130435.752000', '130455.599000', '130455.602000', '130455.605000', '130455.608000', '130455.611000', '130455.614000', '130455.617000', '130455.620000', '130455.623000', '130455.626000', '130455.628000', '130455.632000', '130455.635000', '130455.638000', '130455.640000', '130455.644000', '130455.647000', '130455.649000', '130455.652000', '130455.655000', '130455.658000', '130455.661000', '130455.664000', '130455.667000', '130455.670000', '130455.673000', '130455.676000', '130455.679000', '130455.682000', '130455.685000', '130455.688000', '130455.691000', '130455.694000', '130455.697000', '130455.700000', '130455.703000', '130455.706000', '130455.709000', '130455.711000', '130455.714000', '130455.717000', '130455.720000', '130455.723000', '130455.726000', '130515.600000', '130515.603000', '130515.606000', '130515.609000', '130515.612000', '130515.615000', '130515.618000', '130515.621000', '130515.623000', '130515.627000', '130515.629000', '130515.632000', '130515.635000', '130515.638000', '130515.641000', '130515.644000', '130515.647000', '130515.650000', '130515.653000', '130515.656000', '130515.659000', '130515.662000', '130515.665000', '130515.668000', '130515.671000', '130515.674000', '130515.677000', '130515.680000', '130515.683000', '130515.686000', '130515.689000', '130515.692000', '130515.695000', '130515.698000', '130515.701000', '130515.704000', '130515.707000', '130515.710000', '130515.713000', '130515.716000', '130515.719000', '130515.722000', '130515.725000', '130535.600000', '130535.603000', '130535.606000', '130535.609000', '130535.612000', '130535.615000', '130535.618000', '130535.621000', '130535.624000', '130535.626000', '130535.630000', '130535.633000', '130535.635000', '130535.638000', '130535.641000', '130535.644000', '130535.647000', '130535.650000', '130535.653000', '130535.657000', '130535.660000', '130535.663000', '130535.666000', '130535.675000', '130535.678000', '130535.681000', '130535.684000', '130535.687000', '130535.690000', '130535.693000', '130535.696000', '130535.699000', '130535.702000', '130535.705000', '130535.708000', '130535.711000', '130535.714000', '130535.716000', '130535.720000', '130535.722000', '130535.725000', '130535.728000', '130535.731000', '130535.734000', '130555.600000', '130555.603000', '130555.606000', '130555.609000', '130555.612000', '130555.615000', '130555.618000', '130555.621000', '130555.624000', '130555.627000', '130555.630000', '130555.633000', '130555.636000', '130555.639000', '130555.641000', '130555.644000', '130555.647000', '130555.650000', '130555.653000', '130555.656000', '130555.659000', '130555.662000', '130555.665000', '130555.668000', '130555.672000', '130555.675000', '130555.678000', '130555.681000', '130555.684000', '130555.687000', '130555.690000', '130555.693000', '130555.696000', '130555.699000', '130555.702000', '130555.705000', '130555.708000', '130555.711000', '130555.714000', '130555.717000', '130555.720000', '130555.723000', '130555.726000', '130615.600000', '130615.603000', '130615.606000', '130615.609000', '130615.612000', '130615.615000', '130615.618000', '130615.621000', '130615.624000', '130615.627000', '130615.630000', '130615.633000', '130615.637000', '130615.640000', '130615.643000', '130615.646000', '130615.649000', '130615.652000', '130615.655000', '130615.657000', '130615.660000', '130615.663000', '130615.666000', '130615.669000', '130615.672000', '130615.675000', '130615.678000', '130615.681000', '130615.684000', '130615.687000', '130615.697000', '130615.700000', '130615.703000', '130615.706000', '130615.709000', '130615.712000', '130615.714000', '130615.718000', '130615.721000', '130615.723000', '130615.726000', '130615.730000', '130615.732000', '130615.735000', '130635.600000', '130635.603000', '130635.606000', '130635.609000', '130635.612000', '130635.615000', '130635.618000', '130635.621000', '130635.637000', '130635.640000', '130635.643000', '130635.646000', '130635.649000', '130635.652000', '130635.655000', '130635.658000', '130635.661000', '130635.664000', '130635.667000', '130635.670000', '130635.681000', '130635.683000', '130635.686000', '130635.690000', '130635.692000', '130635.695000', '130635.698000', '130635.701000', '130635.704000', '130635.707000', '130635.710000', '130635.713000', '130635.716000', '130635.719000', '130635.722000', '130635.725000', '130635.728000', '130635.731000', '130635.734000', '130635.737000', '130635.740000', '130635.743000', '130635.745000', '130655.600000', '130655.603000', '130655.606000', '130655.609000', '130655.612000', '130655.615000', '130655.618000', '130655.621000', '130655.624000', '130655.635000', '130655.638000', '130655.641000', '130655.644000', '130655.646000', '130655.649000', '130655.652000', '130655.655000', '130655.658000', '130655.661000', '130655.664000', '130655.667000', '130655.670000', '130655.673000', '130655.676000', '130655.679000', '130655.682000', '130655.685000', '130655.688000', '130655.691000', '130655.693000', '130655.696000', '130655.699000', '130655.702000', '130655.705000', '130655.708000', '130655.711000', '130655.714000', '130655.717000', '130655.720000', '130655.723000', '130655.726000', '130655.729000', '130655.732000', '130655.735000', '130715.599000', '130715.602000', '130715.605000', '130715.608000', '130715.611000', '130715.614000', '130715.617000', '130715.620000', '130715.623000', '130715.626000', '130715.629000', '130715.632000', '130715.635000', '130715.638000', '130715.641000', '130715.644000', '130715.646000', '130715.657000', '130715.660000', '130715.663000', '130715.666000', '130715.668000', '130715.672000', '130715.674000', '130715.677000', '130715.680000', '130715.683000', '130715.686000', '130715.689000', '130715.692000', '130715.695000', '130715.698000', '130715.701000', '130715.704000', '130715.707000', '130715.711000', '130715.714000', '130715.717000', '130715.720000', '130715.723000', '130715.726000', '130715.729000', '130715.732000', '130735.600000', '130735.603000', '130735.606000', '130735.615000', '130735.618000', '130735.621000', '130735.624000', '130735.627000', '130735.630000', '130735.633000', '130735.636000', '130735.639000', '130735.642000', '130735.645000', '130735.648000', '130735.651000', '130735.654000', '130735.657000', '130735.660000', '130735.663000', '130735.666000', '130735.668000', '130735.671000', '130735.674000', '130735.677000', '130735.680000', '130735.683000', '130735.686000', '130735.689000', '130735.692000', '130735.695000', '130735.698000', '130735.701000', '130735.704000', '130735.707000', '130735.710000', '130735.713000', '130735.716000', '130735.719000', '130735.722000', '130735.725000', '130735.728000', '130735.731000', '130735.734000', '130746.649000', '130746.652000', '130746.655000', '130746.659000', '130746.673000', '130746.676000', '130746.679000', '130746.683000', '130746.685000', '130746.688000', '130746.691000', '130746.695000', '130746.698000', '130746.701000', '130746.704000', '130746.707000', '130746.710000', '130746.712000', '130746.715000', '130746.718000', '130746.721000', '130746.725000', '130746.729000', '130746.733000'], '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': [15079, 10342, 11774, 10383, 9414, 15317, 10312, 11275, 13249, 10267, 10991, 9757, 9291, 14833, 10006, 9275, 14226, 10298, 8835, 10384, 9781, 15448, 10634, 9442, 14158, 10276, 12554, 10120, 10081, 15120, 10303, 9474, 12379, 10153, 14099, 9887, 10097, 14278, 9873, 8726, 9828, 9941, 15092, 10625, 9885, 13748, 9952, 10907, 10253, 9943, 15692, 10785, 10061, 9736, 9892, 13616, 9658, 9455, 13197, 10211, 10227, 9849, 9656, 13259, 9833, 10138, 12968, 9760, 15437, 10041, 9092, 12312, 9591, 16465, 10073, 9607, 13531, 10037, 10086, 12388, 10328, 8748, 11904, 10239, 8594, 9937, 9736, 15553, 11057, 9896, 13712, 9927, 12732, 10422, 9994, 14776, 10258, 10858, 11298, 9964, 14247, 9895, 9819, 14162, 10228, 9344, 10230, 9852, 14314, 9661, 10948, 11726, 9637, 14823, 9749, 9518, 13095, 9727, 9561, 13373, 10274, 10403, 10541, 9764, 14092, 10084, 12996, 11776, 9968, 14925, 9935, 8986, 12754, 9751, 16210, 9829, 10007, 12687, 10144, 13807, 10408, 9904, 14774, 10030, 10654, 9798, 10083, 13520, 10395, 12640, 10222, 9498, 12757, 9860, 13742, 9803, 9717, 13781, 10328, 8623, 9558, 9803, 12410, 10172, 9596, 10174, 9589, 13117, 10152, 9322, 11237, 10459, 10863, 9761, 10122, 14267, 10088, 9910, 12855, 10570, 16460, 10808, 9824, 13090, 9373, 17237, 10891, 10270, 12774, 9825, 8924, 11272, 9626, 15635, 11031, 10093, 13090, 10200, 10776, 11043, 9940, 15485, 10609, 10123, 12474, 10400, 15130, 9873, 13317, 11086, 10077, 13758, 9687, 9996, 11024, 10546, 11290, 10284, 9641, 14033, 10253, 10234, 14022, 9512, 9956, 11930, 10186, 9523, 14478, 10212, 8769, 12804, 10170, 16339, 12421, 10117, 15357, 11487, 10009, 13822, 10149, 9540, 12258, 9225, 16198, 11359, 10039, 13190, 9744, 8616, 11677, 9812, 15463, 10835, 10196, 13302, 9990, 9199, 10713, 9750, 15502, 9976, 10009, 11683, 10238, 15010, 10963, 10008, 14769, 10000, 10192, 11948, 10348, 10251, 12987, 10335, 10174, 9852, 9372, 14641, 10248, 13554, 11804, 9516, 15527, 9985, 10171, 12623, 10226, 15856, 11201, 10135, 12395, 10466, 12916, 9659, 9646, 13699, 10492, 8643, 10623, 10509, 14236, 9940, 9242, 12501, 10300, 15200, 9987, 10061, 12640, 10450, 14269, 11193, 9307, 15314, 10008, 10199, 12499, 10436, 15470, 10661, 9931, 13960, 10027, 12345, 10206, 9826, 15028, 10535, 18131, 11646, 9987, 12632, 10116, 15078, 10701, 10362, 11978, 9844, 13810, 9618, 9012, 12459, 10160, 11647, 9495, 9529, 13388, 9675, 9432, 14662, 10518, 9133, 12961, 10113, 9357, 10292, 11791, 10692, 14069, 12515, 10442, 17017, 11372, 16006, 13059, 10153, 17148, 10524, 9599, 11885, 10532, 13299, 9978, 9933, 13747, 10521, 10578, 10411, 9305, 14700, 9971, 10755, 11595, 9705, 15229, 10028, 11845, 10045, 9727, 12255, 10396, 12663, 10354, 9914, 12777, 10465, 15067, 10601, 10056, 14673, 10225, 10807, 10239, 10264, 14504, 10632, 15621, 10907, 9821, 13631, 10116, 9348, 10843, 9485, 15830, 10490, 10111, 12785, 10587, 14857, 10308, 15112, 11582, 9784, 14009, 10238, 9306, 10709, 9508, 14932, 10294, 10167, 11686, 10336, 8755, 11575, 8723, 16674, 11661, 8811, 12828, 9403, 9329, 13069, 10350, 11130, 11704, 9331, 16721, 10537, 9597, 12586, 8786, 16981, 11861, 9132, 12612, 9390, 14287, 9961, 8784, 12160, 8167, 15784, 9795, 8822, 10893, 9574, 14604, 11025, 9216, 12702, 8641, 9040, 10246, 9324, 15577, 11871, 8964, 13081, 9073, 9064, 11395, 8776, 15437, 11665, 8857, 11623, 9374, 13597, 9782, 9032, 13193, 9869, 14196, 11145, 8715, 13446, 9251, 11437, 10283, 8967, 13668, 9610, 12635, 10455, 9070, 12078, 9424, 8907, 11904, 9039, 12867, 9194, 9941, 10621, 8629, 14202, 8818, 9106, 10331, 8788, 9249, 13367, 9099, 8882, 10818, 8860, 10172, 10916, 9443, 15000, 9960, 8895, 16285, 11235, 15781, 12347, 8553, 16403, 10960, 16737, 13838, 10020, 17361, 9679, 9056, 11340, 8677, 9966, 10348, 8111, 15430, 9506, 9135, 11380, 8460, 13373, 9771, 18347, 12463, 8896, 10049, 9126, 10969, 10872, 8937, 12157, 9150, 9037, 12555, 9798, 8532, 10297, 9218, 11744, 9662, 8738, 12920, 10098, 8947, 11434, 9060, 9995, 10899, 8748, 13102, 10667, 9055, 13358, 9181, 8801, 10610, 8150, 16535, 12409, 9374, 13852, 8989, 10654, 9263, 8854, 14501, 10637, 7955, 9538, 8245, 13097, 10511, 8798, 12477, 8952, 9604, 9882, 8636, 13543, 10406, 10745, 9247, 8409, 12400, 9615, 8831, 11776, 9298, 12033, 9486, 8976, 12461, 10062, 13302, 10980, 8386, 13487, 9768, 16652, 11042, 8830, 13866, 9019, 8294, 10239, 8293, 12775, 10114, 12195, 10697, 8201, 11734, 8859, 8958, 11260, 9079, 9026, 9611, 8459, 12915, 10193, 8751, 12193, 8607, 9640, 10856, 8472, 14012, 10688, 8481, 12091, 9274, 8964, 11719, 8887, 16650, 13566, 8889, 15275, 10069, 8870, 12776, 10351, 11601, 11539, 9061, 12515, 9573, 8900, 12845, 10302, 14909, 10539, 8609, 12035, 9390, 11047, 11010, 8264, 13990, 8628, 8869, 10806, 9139, 16373, 12007, 8292, 12363, 8837, 8990, 11817, 8622, 16038, 11159, 8014, 12187, 8773, 8756, 11793, 9481, 15400, 11383, 8441, 13935, 9740, 13609, 11778, 8862, 17891, 10153, 8839, 11400, 8174, 17411, 13625, 8675, 11332, 8907, 15071, 10673, 8557, 14029, 9722, 8539, 9996, 9096, 13477, 10016, 8740, 13969, 9440, 8704, 9900, 8498, 14564, 10907, 15336, 13730, 9379, 16241, 9236, 8616, 10774, 8382, 12753, 9827, 17303, 11242, 8052, 11579, 8788, 8781, 10586, 8874, 8606, 10531, 8315, 8471, 10215, 8860, 8781, 14482, 12553, 9538, 17030, 10337, 17835, 15353, 10446, 17711, 9530, 8533, 11932, 8611, 16082, 10787, 8648, 14604, 9411, 8718, 10178, 8608, 15178, 10593, 8712, 11395, 8224, 17131, 9942, 8542, 11024, 8750, 14283, 10069, 9711, 10885, 8455, 13023, 8428, 8047, 9933, 7808, 12477, 9808, 8383, 11475, 8128, 8001, 9545, 8580, 16178, 11809, 8755, 12199, 8495, 9649, 11289, 8224, 17744, 11053, 8361, 12703, 9425, 10968, 10349, 8687, 14840, 10326, 8777, 10951, 8309, 8592, 9821, 8704, 12624, 9768, 14845, 11167, 7911, 14013, 9583, 13508, 10701, 8576, 12497, 8309, 15619, 9721, 8392, 11009, 8676, 8190, 11195, 8261, 8467, 10445, 8378, 13103, 10085, 8664, 11178, 8713, 12957, 10414, 8649, 11863, 8290, 17269, 11740, 8284, 11354, 8516, 8593, 11375, 9226, 16095, 12861, 9305, 13200, 8938, 10517, 10244, 8488, 16555, 10505, 9118, 9391, 7882, 12690, 10335, 8400, 11757, 8801, 11527, 10605, 8554, 12406, 10141, 9414, 11614, 8728, 10184, 9884, 8845, 12349, 9183, 18070, 13930, 9058, 12153, 8719, 7549, 10296, 8227, 12832, 9798, 8468, 9733, 7648, 8873, 10758, 9075, 8741, 13764, 11563, 8507, 15453, 8844, 7290, 13276, 10027, 7753, 13799, 10886, 9175, 8327, 11758, 8879, 9890, 11098, 7928, 17390, 12060, 8330, 12925, 9357, 8481, 11568, 8392, 13056, 11072, 7961, 11895, 8211, 7671, 10426, 8366, 12677, 10168, 8468, 11745, 10304, 8321, 13310, 10291, 9001, 11508, 8356, 10744, 9963, 8330, 12810, 9854, 13589, 9716, 7738, 13296, 9359, 8398, 12149, 9595, 9765, 11524, 8544, 15518, 10280, 8367, 13137, 9315, 16524, 13494, 8982, 13537, 9559, 8501, 11131, 8501, 9427, 10350, 8750, 11154, 10564, 8270, 12338, 9156, 8412, 13919, 8592, 11838, 11421, 8311, 13680, 10162, 8376, 15360, 9206, 8153, 11081, 8458, 11638, 10985, 8331, 14391, 10517, 7966, 12871, 9348, 8224, 12212, 8708, 14852, 10983, 8384, 12016, 9176, 8843, 11563, 8758, 11087, 10721, 8640, 11818, 9484, 8071, 11749, 8414, 7510, 10345, 8027, 12525, 9726, 11623, 11280, 8248, 14172, 9362, 10867, 11902, 11195, 17387, 10294, 17058, 9994, 8568, 11847, 10348, 8703, 10663, 8429, 9358, 10603, 8046, 15802, 8964, 9105, 11542, 8906, 16440, 13959], 'WindowCenter': [4304.0, 4248.0, 4255.0, 4232.0, 4220.0, 4260.0, 4229.0, 4228.0, 4238.0, 4218.0, 4225.0, 4206.0, 4205.0, 4246.0, 4217.0, 4206.0, 4236.0, 4215.0, 4194.0, 4217.0, 4215.0, 4246.0, 4216.0, 4205.0, 4235.0, 4204.0, 4224.0, 4202.0, 4213.0, 4233.0, 4205.0, 4204.0, 4223.0, 4203.0, 4235.0, 4203.0, 4205.0, 4235.0, 4203.0, 4194.0, 4203.0, 4214.0, 4235.0, 4215.0, 4203.0, 4237.0, 4205.0, 4214.0, 4204.0, 4204.0, 4235.0, 4213.0, 4202.0, 4191.0, 4204.0, 4222.0, 4204.0, 4203.0, 4235.0, 4204.0, 4203.0, 4203.0, 4204.0, 4234.0, 4216.0, 4204.0, 4224.0, 4205.0, 4235.0, 4203.0, 4194.0, 4212.0, 4203.0, 4248.0, 4204.0, 4203.0, 4222.0, 4203.0, 4215.0, 4225.0, 4215.0, 4196.0, 4226.0, 4217.0, 4195.0, 4214.0, 4217.0, 4248.0, 4227.0, 4204.0, 4234.0, 4206.0, 4225.0, 4214.0, 4204.0, 4233.0, 4203.0, 4211.0, 4211.0, 4202.0, 4234.0, 4203.0, 4203.0, 4233.0, 4203.0, 4191.0, 4202.0, 4202.0, 4234.0, 4203.0, 4212.0, 4214.0, 4191.0, 4232.0, 4192.0, 4203.0, 4224.0, 4204.0, 4205.0, 4234.0, 4206.0, 4214.0, 4214.0, 4204.0, 4235.0, 4214.0, 4224.0, 4214.0, 4203.0, 4232.0, 4203.0, 4193.0, 4224.0, 4203.0, 4243.0, 4203.0, 4204.0, 4222.0, 4205.0, 4234.0, 4203.0, 4203.0, 4234.0, 4202.0, 4203.0, 4201.0, 4203.0, 4224.0, 4203.0, 4223.0, 4202.0, 4193.0, 4222.0, 4203.0, 4233.0, 4204.0, 4195.0, 4234.0, 4202.0, 4193.0, 4218.0, 4230.0, 4236.0, 4218.0, 4206.0, 4215.0, 4218.0, 4237.0, 4217.0, 4205.0, 4225.0, 4215.0, 4227.0, 4217.0, 4228.0, 4247.0, 4217.0, 4216.0, 4236.0, 4216.0, 4247.0, 4217.0, 4206.0, 4226.0, 4205.0, 4245.0, 4213.0, 4202.0, 4222.0, 4203.0, 4195.0, 4214.0, 4205.0, 4245.0, 4215.0, 4202.0, 4224.0, 4204.0, 4213.0, 4212.0, 4203.0, 4234.0, 4204.0, 4202.0, 4212.0, 4202.0, 4234.0, 4193.0, 4222.0, 4201.0, 4192.0, 4221.0, 4191.0, 4203.0, 4212.0, 4214.0, 4212.0, 4204.0, 4218.0, 4236.0, 4214.0, 4217.0, 4220.0, 4233.0, 4230.0, 4237.0, 4216.0, 4206.0, 4235.0, 4216.0, 4195.0, 4234.0, 4216.0, 4248.0, 4227.0, 4216.0, 4235.0, 4213.0, 4202.0, 4221.0, 4204.0, 4190.0, 4212.0, 4193.0, 4233.0, 4202.0, 4191.0, 4222.0, 4192.0, 4180.0, 4210.0, 4203.0, 4233.0, 4213.0, 4201.0, 4221.0, 4203.0, 4194.0, 4214.0, 4204.0, 4233.0, 4203.0, 4203.0, 4223.0, 4215.0, 4246.0, 4216.0, 4205.0, 4246.0, 4204.0, 4215.0, 4224.0, 4216.0, 4215.0, 4234.0, 4214.0, 4215.0, 4205.0, 4206.0, 4246.0, 4216.0, 4236.0, 4226.0, 4204.0, 4244.0, 4203.0, 4204.0, 4224.0, 4215.0, 4245.0, 4213.0, 4203.0, 4222.0, 4214.0, 4223.0, 4204.0, 4203.0, 4234.0, 4215.0, 4193.0, 4214.0, 4215.0, 4247.0, 4218.0, 4206.0, 4235.0, 4214.0, 4245.0, 4204.0, 4216.0, 4236.0, 4218.0, 4247.0, 4226.0, 4205.0, 4247.0, 4207.0, 4217.0, 4236.0, 4227.0, 4247.0, 4215.0, 4205.0, 4235.0, 4206.0, 4225.0, 4205.0, 4205.0, 4234.0, 4203.0, 4243.0, 4212.0, 4189.0, 4211.0, 4201.0, 4232.0, 4201.0, 4190.0, 4211.0, 4191.0, 4220.0, 4191.0, 4192.0, 4212.0, 4201.0, 4212.0, 4190.0, 4203.0, 4222.0, 4203.0, 4194.0, 4235.0, 4214.0, 4203.0, 4234.0, 4214.0, 4205.0, 4216.0, 4227.0, 4217.0, 4237.0, 4226.0, 4215.0, 4245.0, 4215.0, 4234.0, 4223.0, 4190.0, 4233.0, 4189.0, 4191.0, 4208.0, 4201.0, 4222.0, 4190.0, 4201.0, 4221.0, 4202.0, 4200.0, 4201.0, 4192.0, 4231.0, 4203.0, 4202.0, 4212.0, 4191.0, 4232.0, 4190.0, 4211.0, 4191.0, 4191.0, 4212.0, 4201.0, 4222.0, 4201.0, 4201.0, 4223.0, 4214.0, 4234.0, 4214.0, 4203.0, 4235.0, 4204.0, 4212.0, 4202.0, 4201.0, 4222.0, 4203.0, 4234.0, 4202.0, 4201.0, 4221.0, 4204.0, 4194.0, 4214.0, 4203.0, 4234.0, 4204.0, 4202.0, 4224.0, 4214.0, 4233.0, 4203.0, 4235.0, 4213.0, 4192.0, 4233.0, 4203.0, 4194.0, 4212.0, 4205.0, 4244.0, 4205.0, 4204.0, 4224.0, 4215.0, 4221.0, 4241.0, 4210.0, 4247.0, 4204.0, 4182.0, 4212.0, 4194.0, 4194.0, 4226.0, 4207.0, 4214.0, 4214.0, 4194.0, 4245.0, 4203.0, 4193.0, 4212.0, 4183.0, 4233.0, 4213.0, 4180.0, 4212.0, 4181.0, 4221.0, 4190.0, 4169.0, 4212.0, 4170.0, 4232.0, 4191.0, 4181.0, 4202.0, 4192.0, 4234.0, 4203.0, 4191.0, 4213.0, 4182.0, 4194.0, 4202.0, 4195.0, 4234.0, 4216.0, 4193.0, 4224.0, 4194.0, 4195.0, 4214.0, 4196.0, 4236.0, 4215.0, 4181.0, 4212.0, 4192.0, 4222.0, 4192.0, 4182.0, 4223.0, 4192.0, 4221.0, 4203.0, 4181.0, 4223.0, 4181.0, 4201.0, 4190.0, 4180.0, 4211.0, 4181.0, 4210.0, 4189.0, 4180.0, 4211.0, 4193.0, 4182.0, 4212.0, 4194.0, 4224.0, 4195.0, 4203.0, 4204.0, 4195.0, 4236.0, 4194.0, 4194.0, 4203.0, 4195.0, 4206.0, 4250.0, 4196.0, 4194.0, 4218.0, 4196.0, 4216.0, 4219.0, 4207.0, 4246.0, 4205.0, 4194.0, 4246.0, 4214.0, 4233.0, 4214.0, 4183.0, 4233.0, 4202.0, 4233.0, 4222.0, 4190.0, 4230.0, 4178.0, 4181.0, 4200.0, 4179.0, 4189.0, 4192.0, 4170.0, 4223.0, 4191.0, 4181.0, 4201.0, 4170.0, 4209.0, 4191.0, 4230.0, 4198.0, 4167.0, 4177.0, 4180.0, 4200.0, 4202.0, 4180.0, 4211.0, 4181.0, 4181.0, 4212.0, 4193.0, 4183.0, 4191.0, 4194.0, 4214.0, 4193.0, 4195.0, 4224.0, 4204.0, 4183.0, 4212.0, 4193.0, 4194.0, 4204.0, 4183.0, 4224.0, 4203.0, 4182.0, 4223.0, 4194.0, 4181.0, 4204.0, 4172.0, 4232.0, 4214.0, 4181.0, 4212.0, 4180.0, 4189.0, 4179.0, 4180.0, 4220.0, 4190.0, 4160.0, 4179.0, 4170.0, 4211.0, 4200.0, 4182.0, 4212.0, 4180.0, 4191.0, 4192.0, 4182.0, 4223.0, 4202.0, 4201.0, 4181.0, 4171.0, 4210.0, 4191.0, 4180.0, 4212.0, 4192.0, 4212.0, 4192.0, 4182.0, 4213.0, 4194.0, 4222.0, 4202.0, 4171.0, 4222.0, 4191.0, 4233.0, 4201.0, 4179.0, 4221.0, 4179.0, 4171.0, 4189.0, 4170.0, 4210.0, 4192.0, 4210.0, 4202.0, 4171.0, 4213.0, 4193.0, 4194.0, 4213.0, 4184.0, 4182.0, 4192.0, 4182.0, 4224.0, 4205.0, 4185.0, 4225.0, 4185.0, 4193.0, 4204.0, 4185.0, 4226.0, 4204.0, 4184.0, 4224.0, 4194.0, 4194.0, 4215.0, 4195.0, 4234.0, 4224.0, 4183.0, 4234.0, 4192.0, 4192.0, 4224.0, 4204.0, 4201.0, 4202.0, 4182.0, 4212.0, 4191.0, 4182.0, 4224.0, 4203.0, 4223.0, 4192.0, 4171.0, 4210.0, 4191.0, 4202.0, 4202.0, 4171.0, 4221.0, 4180.0, 4181.0, 4202.0, 4194.0, 4235.0, 4214.0, 4172.0, 4213.0, 4183.0, 4183.0, 4214.0, 4185.0, 4233.0, 4203.0, 4174.0, 4215.0, 4184.0, 4184.0, 4214.0, 4193.0, 4233.0, 4214.0, 4171.0, 4222.0, 4194.0, 4224.0, 4215.0, 4180.0, 4232.0, 4190.0, 4182.0, 4200.0, 4171.0, 4232.0, 4213.0, 4168.0, 4188.0, 4168.0, 4220.0, 4189.0, 4169.0, 4209.0, 4179.0, 4168.0, 4177.0, 4179.0, 4211.0, 4191.0, 4180.0, 4223.0, 4180.0, 4170.0, 4190.0, 4180.0, 4223.0, 4203.0, 4219.0, 4210.0, 4179.0, 4220.0, 4179.0, 4169.0, 4189.0, 4159.0, 4198.0, 4191.0, 4232.0, 4200.0, 4160.0, 4199.0, 4170.0, 4182.0, 4204.0, 4195.0, 4196.0, 4216.0, 4185.0, 4197.0, 4218.0, 4207.0, 4209.0, 4248.0, 4228.0, 4207.0, 4247.0, 4207.0, 4247.0, 4236.0, 4203.0, 4234.0, 4192.0, 4180.0, 4200.0, 4170.0, 4231.0, 4202.0, 4169.0, 4221.0, 4179.0, 4171.0, 4189.0, 4180.0, 4221.0, 4190.0, 4170.0, 4200.0, 4170.0, 4231.0, 4180.0, 4168.0, 4188.0, 4168.0, 4209.0, 4190.0, 4179.0, 4190.0, 4160.0, 4209.0, 4158.0, 4159.0, 4179.0, 4170.0, 4211.0, 4191.0, 4183.0, 4214.0, 4171.0, 4172.0, 4194.0, 4197.0, 4244.0, 4217.0, 4185.0, 4215.0, 4185.0, 4196.0, 4206.0, 4174.0, 4245.0, 4202.0, 4174.0, 4212.0, 4195.0, 4202.0, 4204.0, 4183.0, 4234.0, 4193.0, 4182.0, 4204.0, 4183.0, 4182.0, 4192.0, 4181.0, 4212.0, 4193.0, 4222.0, 4203.0, 4171.0, 4221.0, 4192.0, 4212.0, 4192.0, 4170.0, 4212.0, 4171.0, 4221.0, 4180.0, 4171.0, 4203.0, 4183.0, 4183.0, 4213.0, 4183.0, 4182.0, 4202.0, 4185.0, 4225.0, 4206.0, 4182.0, 4212.0, 4182.0, 4214.0, 4203.0, 4182.0, 4204.0, 4184.0, 4234.0, 4213.0, 4170.0, 4202.0, 4182.0, 4183.0, 4213.0, 4193.0, 4233.0, 4212.0, 4181.0, 4212.0, 4183.0, 4201.0, 4192.0, 4182.0, 4232.0, 4189.0, 4169.0, 4179.0, 4160.0, 4210.0, 4192.0, 4170.0, 4202.0, 4181.0, 4200.0, 4189.0, 4181.0, 4212.0, 4192.0, 4182.0, 4200.0, 4172.0, 4190.0, 4190.0, 4180.0, 4211.0, 4182.0, 4232.0, 4211.0, 4168.0, 4198.0, 4170.0, 4159.0, 4191.0, 4172.0, 4211.0, 4193.0, 4171.0, 4192.0, 4172.0, 4183.0, 4203.0, 4184.0, 4184.0, 4238.0, 4217.0, 4185.0, 4235.0, 4197.0, 4177.0, 4226.0, 4194.0, 4187.0, 4237.0, 4205.0, 4193.0, 4173.0, 4214.0, 4184.0, 4192.0, 4203.0, 4172.0, 4233.0, 4213.0, 4171.0, 4213.0, 4181.0, 4171.0, 4202.0, 4172.0, 4210.0, 4203.0, 4160.0, 4202.0, 4170.0, 4161.0, 4202.0, 4174.0, 4212.0, 4193.0, 4172.0, 4213.0, 4202.0, 4184.0, 4225.0, 4204.0, 4183.0, 4213.0, 4172.0, 4202.0, 4192.0, 4172.0, 4213.0, 4193.0, 4212.0, 4182.0, 4161.0, 4222.0, 4182.0, 4183.0, 4213.0, 4193.0, 4193.0, 4202.0, 4182.0, 4233.0, 4192.0, 4171.0, 4211.0, 4194.0, 4233.0, 4212.0, 4180.0, 4211.0, 4181.0, 4171.0, 4200.0, 4184.0, 4192.0, 4202.0, 4184.0, 4202.0, 4202.0, 4184.0, 4224.0, 4195.0, 4183.0, 4224.0, 4185.0, 4213.0, 4203.0, 4174.0, 4223.0, 4204.0, 4171.0, 4233.0, 4182.0, 4171.0, 4200.0, 4172.0, 4213.0, 4204.0, 4172.0, 4222.0, 4191.0, 4171.0, 4212.0, 4193.0, 4183.0, 4213.0, 4184.0, 4222.0, 4201.0, 4171.0, 4211.0, 4194.0, 4181.0, 4202.0, 4181.0, 4201.0, 4202.0, 4183.0, 4213.0, 4194.0, 4173.0, 4215.0, 4182.0, 4163.0, 4204.0, 4174.0, 4225.0, 4207.0, 4214.0, 4216.0, 4184.0, 4223.0, 4196.0, 4203.0, 4214.0, 4203.0, 4236.0, 4208.0, 4246.0, 4194.0, 4183.0, 4213.0, 4204.0, 4182.0, 4202.0, 4173.0, 4195.0, 4206.0, 4173.0, 4235.0, 4194.0, 4195.0, 4214.0, 4209.0, 4248.0, 4242.0], 'WindowWidth': [9507.0, 9415.0, 9416.0, 9380.0, 9358.0, 9414.0, 9370.0, 9364.0, 9377.0, 9348.0, 9357.0, 9332.0, 9331.0, 9389.0, 9348.0, 9330.0, 9373.0, 9341.0, 9313.0, 9346.0, 9344.0, 9388.0, 9346.0, 9326.0, 9368.0, 9324.0, 9351.0, 9320.0, 9336.0, 9365.0, 9327.0, 9324.0, 9348.0, 9322.0, 9369.0, 9323.0, 9327.0, 9369.0, 9323.0, 9310.0, 9323.0, 9341.0, 9370.0, 9343.0, 9324.0, 9373.0, 9326.0, 9337.0, 9324.0, 9323.0, 9371.0, 9336.0, 9318.0, 9302.0, 9321.0, 9348.0, 9324.0, 9322.0, 9368.0, 9324.0, 9323.0, 9323.0, 9325.0, 9367.0, 9344.0, 9326.0, 9353.0, 9327.0, 9369.0, 9321.0, 9310.0, 9334.0, 9323.0, 9394.0, 9326.0, 9321.0, 9348.0, 9321.0, 9340.0, 9356.0, 9341.0, 9315.0, 9359.0, 9347.0, 9316.0, 9341.0, 9347.0, 9393.0, 9361.0, 9325.0, 9367.0, 9329.0, 9354.0, 9338.0, 9324.0, 9365.0, 9322.0, 9331.0, 9329.0, 9318.0, 9366.0, 9322.0, 9323.0, 9364.0, 9322.0, 9303.0, 9319.0, 9318.0, 9365.0, 9322.0, 9335.0, 9336.0, 9304.0, 9361.0, 9305.0, 9321.0, 9352.0, 9325.0, 9326.0, 9366.0, 9328.0, 9337.0, 9337.0, 9323.0, 9368.0, 9340.0, 9352.0, 9338.0, 9319.0, 9363.0, 9321.0, 9307.0, 9350.0, 9320.0, 9378.0, 9320.0, 9322.0, 9346.0, 9325.0, 9365.0, 9321.0, 9321.0, 9367.0, 9318.0, 9321.0, 9316.0, 9321.0, 9350.0, 9322.0, 9349.0, 9318.0, 9307.0, 9346.0, 9320.0, 9362.0, 9324.0, 9311.0, 9365.0, 9320.0, 9306.0, 9354.0, 9369.0, 9372.0, 9350.0, 9330.0, 9341.0, 9349.0, 9374.0, 9347.0, 9328.0, 9355.0, 9343.0, 9363.0, 9348.0, 9365.0, 9391.0, 9349.0, 9344.0, 9372.0, 9345.0, 9393.0, 9346.0, 9331.0, 9357.0, 9326.0, 9387.0, 9336.0, 9320.0, 9347.0, 9323.0, 9313.0, 9338.0, 9326.0, 9383.0, 9340.0, 9320.0, 9351.0, 9325.0, 9336.0, 9334.0, 9321.0, 9369.0, 9321.0, 9316.0, 9330.0, 9318.0, 9365.0, 9307.0, 9346.0, 9315.0, 9301.0, 9344.0, 9301.0, 9320.0, 9333.0, 9338.0, 9332.0, 9324.0, 9349.0, 9372.0, 9339.0, 9345.0, 9338.0, 9384.0, 9371.0, 9374.0, 9348.0, 9330.0, 9371.0, 9343.0, 9314.0, 9367.0, 9343.0, 9393.0, 9360.0, 9342.0, 9372.0, 9335.0, 9317.0, 9344.0, 9321.0, 9301.0, 9331.0, 9308.0, 9366.0, 9320.0, 9302.0, 9344.0, 9304.0, 9286.0, 9326.0, 9319.0, 9363.0, 9336.0, 9314.0, 9344.0, 9320.0, 9310.0, 9340.0, 9325.0, 9367.0, 9321.0, 9322.0, 9349.0, 9342.0, 9385.0, 9345.0, 9327.0, 9386.0, 9326.0, 9342.0, 9352.0, 9344.0, 9341.0, 9368.0, 9339.0, 9341.0, 9329.0, 9330.0, 9386.0, 9345.0, 9373.0, 9356.0, 9325.0, 9381.0, 9322.0, 9323.0, 9351.0, 9342.0, 9383.0, 9337.0, 9321.0, 9346.0, 9338.0, 9351.0, 9325.0, 9321.0, 9365.0, 9339.0, 9309.0, 9337.0, 9341.0, 9388.0, 9348.0, 9333.0, 9369.0, 9339.0, 9385.0, 9325.0, 9344.0, 9372.0, 9349.0, 9388.0, 9360.0, 9327.0, 9390.0, 9331.0, 9344.0, 9371.0, 9360.0, 9389.0, 9343.0, 9327.0, 9369.0, 9330.0, 9356.0, 9326.0, 9326.0, 9368.0, 9321.0, 9379.0, 9330.0, 9297.0, 9329.0, 9316.0, 9359.0, 9316.0, 9299.0, 9326.0, 9300.0, 9340.0, 9303.0, 9305.0, 9332.0, 9316.0, 9330.0, 9301.0, 9322.0, 9348.0, 9323.0, 9309.0, 9370.0, 9341.0, 9323.0, 9366.0, 9339.0, 9330.0, 9345.0, 9359.0, 9348.0, 9374.0, 9359.0, 9341.0, 9387.0, 9341.0, 9367.0, 9348.0, 9299.0, 9363.0, 9295.0, 9298.0, 9320.0, 9315.0, 9344.0, 9300.0, 9314.0, 9343.0, 9318.0, 9314.0, 9315.0, 9303.0, 9359.0, 9320.0, 9318.0, 9332.0, 9300.0, 9359.0, 9299.0, 9329.0, 9302.0, 9303.0, 9331.0, 9315.0, 9345.0, 9316.0, 9316.0, 9348.0, 9337.0, 9368.0, 9339.0, 9319.0, 9368.0, 9322.0, 9332.0, 9318.0, 9314.0, 9345.0, 9320.0, 9366.0, 9319.0, 9316.0, 9344.0, 9324.0, 9312.0, 9337.0, 9321.0, 9369.0, 9323.0, 9319.0, 9350.0, 9335.0, 9364.0, 9323.0, 9368.0, 9336.0, 9303.0, 9360.0, 9320.0, 9311.0, 9333.0, 9327.0, 9379.0, 9326.0, 9323.0, 9350.0, 9340.0, 9362.0, 9388.0, 9342.0, 9387.0, 9319.0, 9287.0, 9331.0, 9308.0, 9310.0, 9356.0, 9329.0, 9336.0, 9336.0, 9308.0, 9380.0, 9321.0, 9305.0, 9331.0, 9290.0, 9361.0, 9333.0, 9284.0, 9329.0, 9285.0, 9340.0, 9298.0, 9269.0, 9327.0, 9271.0, 9360.0, 9302.0, 9288.0, 9315.0, 9303.0, 9364.0, 9320.0, 9301.0, 9331.0, 9289.0, 9308.0, 9318.0, 9312.0, 9366.0, 9341.0, 9307.0, 9351.0, 9309.0, 9311.0, 9336.0, 9314.0, 9369.0, 9338.0, 9288.0, 9330.0, 9303.0, 9346.0, 9303.0, 9290.0, 9345.0, 9304.0, 9341.0, 9317.0, 9286.0, 9345.0, 9288.0, 9313.0, 9297.0, 9283.0, 9325.0, 9285.0, 9322.0, 9295.0, 9284.0, 9327.0, 9307.0, 9289.0, 9330.0, 9307.0, 9349.0, 9310.0, 9321.0, 9323.0, 9314.0, 9371.0, 9308.0, 9308.0, 9322.0, 9313.0, 9331.0, 9396.0, 9315.0, 9309.0, 9345.0, 9314.0, 9344.0, 9350.0, 9334.0, 9384.0, 9328.0, 9311.0, 9384.0, 9336.0, 9360.0, 9333.0, 9291.0, 9361.0, 9317.0, 9359.0, 9344.0, 9296.0, 9355.0, 9278.0, 9283.0, 9309.0, 9282.0, 9294.0, 9301.0, 9271.0, 9347.0, 9300.0, 9285.0, 9313.0, 9269.0, 9322.0, 9298.0, 9352.0, 9305.0, 9260.0, 9274.0, 9282.0, 9310.0, 9316.0, 9283.0, 9327.0, 9287.0, 9287.0, 9331.0, 9306.0, 9292.0, 9300.0, 9306.0, 9335.0, 9307.0, 9312.0, 9350.0, 9323.0, 9291.0, 9330.0, 9305.0, 9306.0, 9321.0, 9292.0, 9347.0, 9319.0, 9290.0, 9347.0, 9306.0, 9287.0, 9320.0, 9276.0, 9361.0, 9335.0, 9284.0, 9326.0, 9282.0, 9293.0, 9282.0, 9283.0, 9340.0, 9298.0, 9256.0, 9281.0, 9271.0, 9327.0, 9311.0, 9287.0, 9329.0, 9285.0, 9298.0, 9302.0, 9288.0, 9346.0, 9316.0, 9312.0, 9285.0, 9272.0, 9325.0, 9302.0, 9284.0, 9329.0, 9301.0, 9328.0, 9301.0, 9289.0, 9331.0, 9307.0, 9344.0, 9314.0, 9272.0, 9342.0, 9299.0, 9360.0, 9314.0, 9281.0, 9340.0, 9282.0, 9272.0, 9295.0, 9271.0, 9324.0, 9303.0, 9325.0, 9315.0, 9273.0, 9333.0, 9305.0, 9308.0, 9333.0, 9295.0, 9290.0, 9303.0, 9291.0, 9349.0, 9325.0, 9297.0, 9353.0, 9297.0, 9308.0, 9322.0, 9297.0, 9355.0, 9325.0, 9295.0, 9350.0, 9309.0, 9310.0, 9338.0, 9313.0, 9365.0, 9351.0, 9292.0, 9364.0, 9304.0, 9305.0, 9347.0, 9320.0, 9314.0, 9316.0, 9288.0, 9330.0, 9299.0, 9290.0, 9348.0, 9317.0, 9345.0, 9302.0, 9271.0, 9324.0, 9301.0, 9315.0, 9316.0, 9272.0, 9342.0, 9285.0, 9286.0, 9315.0, 9310.0, 9367.0, 9337.0, 9276.0, 9332.0, 9293.0, 9290.0, 9334.0, 9296.0, 9362.0, 9319.0, 9280.0, 9338.0, 9295.0, 9296.0, 9337.0, 9307.0, 9361.0, 9335.0, 9275.0, 9345.0, 9308.0, 9349.0, 9336.0, 9284.0, 9359.0, 9296.0, 9286.0, 9309.0, 9273.0, 9356.0, 9330.0, 9263.0, 9289.0, 9263.0, 9338.0, 9293.0, 9264.0, 9321.0, 9278.0, 9263.0, 9275.0, 9280.0, 9327.0, 9300.0, 9283.0, 9345.0, 9282.0, 9270.0, 9296.0, 9282.0, 9344.0, 9317.0, 9335.0, 9322.0, 9278.0, 9337.0, 9278.0, 9264.0, 9292.0, 9252.0, 9304.0, 9297.0, 9356.0, 9310.0, 9254.0, 9306.0, 9269.0, 9289.0, 9321.0, 9312.0, 9316.0, 9342.0, 9300.0, 9319.0, 9350.0, 9335.0, 9339.0, 9390.0, 9363.0, 9329.0, 9384.0, 9328.0, 9386.0, 9367.0, 9316.0, 9362.0, 9300.0, 9283.0, 9311.0, 9270.0, 9355.0, 9314.0, 9268.0, 9339.0, 9280.0, 9270.0, 9293.0, 9283.0, 9341.0, 9297.0, 9269.0, 9310.0, 9268.0, 9355.0, 9280.0, 9263.0, 9291.0, 9264.0, 9321.0, 9294.0, 9280.0, 9295.0, 9252.0, 9319.0, 9249.0, 9251.0, 9280.0, 9272.0, 9327.0, 9301.0, 9290.0, 9336.0, 9274.0, 9278.0, 9308.0, 9315.0, 9378.0, 9344.0, 9296.0, 9336.0, 9298.0, 9313.0, 9325.0, 9280.0, 9380.0, 9317.0, 9279.0, 9330.0, 9310.0, 9315.0, 9320.0, 9292.0, 9362.0, 9305.0, 9289.0, 9319.0, 9293.0, 9289.0, 9302.0, 9288.0, 9330.0, 9304.0, 9342.0, 9318.0, 9272.0, 9340.0, 9301.0, 9327.0, 9299.0, 9270.0, 9328.0, 9270.0, 9339.0, 9281.0, 9271.0, 9317.0, 9293.0, 9292.0, 9332.0, 9292.0, 9289.0, 9316.0, 9297.0, 9350.0, 9325.0, 9290.0, 9330.0, 9291.0, 9335.0, 9319.0, 9289.0, 9319.0, 9293.0, 9364.0, 9332.0, 9270.0, 9315.0, 9288.0, 9291.0, 9330.0, 9305.0, 9360.0, 9332.0, 9285.0, 9328.0, 9290.0, 9313.0, 9301.0, 9288.0, 9358.0, 9294.0, 9265.0, 9279.0, 9255.0, 9323.0, 9300.0, 9268.0, 9312.0, 9285.0, 9308.0, 9294.0, 9286.0, 9329.0, 9302.0, 9287.0, 9311.0, 9273.0, 9296.0, 9295.0, 9282.0, 9325.0, 9289.0, 9357.0, 9326.0, 9263.0, 9305.0, 9268.0, 9253.0, 9297.0, 9276.0, 9328.0, 9305.0, 9272.0, 9302.0, 9275.0, 9292.0, 9319.0, 9295.0, 9297.0, 9377.0, 9345.0, 9296.0, 9366.0, 9316.0, 9290.0, 9355.0, 9308.0, 9304.0, 9371.0, 9322.0, 9306.0, 9278.0, 9334.0, 9293.0, 9303.0, 9316.0, 9277.0, 9362.0, 9331.0, 9271.0, 9330.0, 9284.0, 9271.0, 9313.0, 9276.0, 9323.0, 9315.0, 9255.0, 9313.0, 9270.0, 9260.0, 9315.0, 9279.0, 9329.0, 9303.0, 9275.0, 9331.0, 9317.0, 9295.0, 9349.0, 9322.0, 9289.0, 9329.0, 9275.0, 9315.0, 9302.0, 9274.0, 9331.0, 9303.0, 9327.0, 9286.0, 9258.0, 9342.0, 9287.0, 9291.0, 9332.0, 9306.0, 9305.0, 9316.0, 9289.0, 9359.0, 9303.0, 9273.0, 9327.0, 9307.0, 9359.0, 9328.0, 9283.0, 9325.0, 9285.0, 9271.0, 9311.0, 9295.0, 9304.0, 9316.0, 9292.0, 9317.0, 9318.0, 9294.0, 9350.0, 9312.0, 9293.0, 9348.0, 9295.0, 9331.0, 9317.0, 9279.0, 9348.0, 9321.0, 9272.0, 9360.0, 9287.0, 9272.0, 9310.0, 9274.0, 9331.0, 9319.0, 9275.0, 9344.0, 9299.0, 9274.0, 9329.0, 9305.0, 9291.0, 9332.0, 9292.0, 9343.0, 9311.0, 9272.0, 9327.0, 9307.0, 9286.0, 9315.0, 9285.0, 9313.0, 9315.0, 9294.0, 9333.0, 9310.0, 9278.0, 9335.0, 9291.0, 9266.0, 9322.0, 9283.0, 9353.0, 9331.0, 9336.0, 9340.0, 9294.0, 9349.0, 9312.0, 9317.0, 9335.0, 9318.0, 9368.0, 9334.0, 9384.0, 9307.0, 9290.0, 9331.0, 9321.0, 9287.0, 9314.0, 9278.0, 9310.0, 9327.0, 9279.0, 9367.0, 9309.0, 9310.0, 9335.0, 9339.0, 9388.0, 9380.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.0017531415525114155</td></tr>
<tr><td colspan=3>aqi</td><td>0.03871883168949772</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.453750306937806</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1400873072303472</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9118174778793409</td></tr>
<tr><td colspan=3>efc</td><td>0.4733</td></tr>
<tr><td colspan=3>fber</td><td>6143.4971</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0888303297131257</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.922374429223744</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.764256539895571</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6900322995009955</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0053632919829187</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.597374028202798</td></tr>
<tr><td colspan=3>gcor</td><td>0.0075224</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018936753273010254</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025272969156503677</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>3.81544341796209</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>36.129</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6898</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.0307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297546.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>698.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.3657</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1888</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>577.2975</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3351.2131</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78998.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4450.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.0645</td></tr>
<tr><td colspan=3>tsnr</td><td>33.111206440022215</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>