<?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-0079_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-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_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-0079/figures/sub-0079_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_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-0079/ses-02/func/sub-0079_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>51e88461ba324355fa87c23c50784a72</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:39:1.890000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999458, 0.00320625, 0.0327591, -0.00418649, 0.999544, 0.0298981]</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.0985027</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>[4175, -7742, -7278, 530, 41, -47, 112, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>10194676-2f2a-40c4-9cca-a140c450438c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6814730167388916, -0.011232059448957443, 0.08815042674541473, 110.06917572021484], [-0.008602144196629524, 2.681704044342041, 0.08105132728815079, -95.18183135986328], [0.08789026737213135, -0.08021432161331177, 2.697343111038208, -58.18257522583008], [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': ['123901.890000', '123902.350000', '123902.810000', '123903.270000', '123903.730000', '123904.190000', '123904.650000', '123905.110000', '123905.570000', '123906.030000', '123906.490000', '123906.950000', '123907.410000', '123907.870000', '123908.330000', '123908.790000', '123909.250000', '123909.710000', '123910.170000', '123910.630000', '123911.090000', '123911.550000', '123912.010000', '123912.470000', '123912.930000', '123913.390000', '123913.850000', '123914.310000', '123914.770000', '123915.230000', '123915.690000', '123916.150000', '123916.610000', '123917.070000', '123917.530000', '123917.990000', '123918.450000', '123918.910000', '123919.370000', '123919.830000', '123920.290000', '123920.750000', '123921.210000', '123921.670000', '123922.130000', '123922.590000', '123923.050000', '123923.510000', '123923.970000', '123924.430000', '123924.890000', '123925.350000', '123925.810000', '123926.270000', '123926.730000', '123927.190000', '123927.650000', '123928.110000', '123928.570000', '123929.030000', '123929.490000', '123929.950000', '123930.410000', '123930.870000', '123931.330000', '123931.790000', '123932.250000', '123932.710000', '123933.170000', '123933.630000', '123934.090000', '123934.550000', '123935.010000', '123935.470000', '123935.930000', '123936.390000', '123936.850000', '123937.310000', '123937.770000', '123938.230000', '123938.690000', '123939.150000', '123939.610000', '123940.070000', '123940.530000', '123940.990000', '123941.450000', '123941.910000', '123942.370000', '123942.830000', '123943.290000', '123943.750000', '123944.210000', '123944.670000', '123945.130000', '123945.590000', '123946.050000', '123946.510000', '123946.970000', '123947.430000', '123947.890000', '123948.350000', '123948.810000', '123949.270000', '123949.730000', '123950.190000', '123950.650000', '123951.110000', '123951.570000', '123952.030000', '123952.490000', '123952.950000', '123953.410000', '123953.870000', '123954.330000', '123954.790000', '123955.250000', '123955.710000', '123956.170000', '123956.630000', '123957.090000', '123957.550000', '123958.010000', '123958.470000', '123958.930000', '123959.390000', '123959.850000', '124000.310000', '124000.770000', '124001.230000', '124001.690000', '124002.150000', '124002.610000', '124003.070000', '124003.530000', '124003.990000', '124004.450000', '124004.910000', '124005.370000', '124005.830000', '124006.290000', '124006.750000', '124007.210000', '124007.670000', '124008.130000', '124008.590000', '124009.050000', '124009.510000', '124009.970000', '124010.430000', '124010.890000', '124011.350000', '124011.810000', '124012.270000', '124012.730000', '124013.190000', '124013.650000', '124014.110000', '124014.570000', '124015.030000', '124015.490000', '124015.950000', '124016.410000', '124016.870000', '124017.330000', '124017.790000', '124018.250000', '124018.710000', '124019.170000', '124019.630000', '124020.090000', '124020.550000', '124021.010000', '124021.470000', '124021.930000', '124022.390000', '124022.850000', '124023.310000', '124023.770000', '124024.230000', '124024.690000', '124025.150000', '124025.610000', '124026.070000', '124026.530000', '124026.990000', '124027.450000', '124027.910000', '124028.370000', '124028.830000', '124029.290000', '124029.750000', '124030.210000', '124030.670000', '124031.130000', '124031.590000', '124032.050000', '124032.510000', '124032.970000', '124033.430000', '124033.890000', '124034.350000', '124034.810000', '124035.270000', '124035.730000', '124036.190000', '124036.650000', '124037.110000', '124037.570000', '124038.030000', '124038.490000', '124038.950000', '124039.410000', '124039.870000', '124040.330000', '124040.790000', '124041.250000', '124041.710000', '124042.170000', '124042.630000', '124043.090000', '124043.550000', '124044.010000', '124044.470000', '124044.930000', '124045.390000', '124045.850000', '124046.310000', '124046.770000', '124047.230000', '124047.690000', '124048.150000', '124048.610000', '124049.070000', '124049.530000', '124049.990000', '124050.450000', '124050.910000', '124051.370000', '124051.830000', '124052.290000', '124052.750000', '124053.210000', '124053.670000', '124054.130000', '124054.590000', '124055.050000', '124055.510000', '124055.970000', '124056.430000', '124056.890000', '124057.350000', '124057.810000', '124058.270000', '124058.730000', '124059.190000', '124059.650000', '124100.110000', '124100.570000', '124101.030000', '124101.490000', '124101.950000', '124102.410000', '124102.870000', '124103.330000', '124103.790000', '124104.250000', '124104.710000', '124105.170000', '124105.630000', '124106.090000', '124106.550000', '124107.010000', '124107.470000', '124107.930000', '124108.390000', '124108.850000', '124109.310000', '124109.770000', '124110.230000', '124110.690000', '124111.150000', '124111.610000', '124112.070000', '124112.530000', '124112.990000', '124113.450000', '124113.910000', '124114.370000', '124114.830000', '124115.290000', '124115.750000', '124116.210000', '124116.670000', '124117.130000', '124117.590000', '124118.050000', '124118.510000', '124118.970000', '124119.430000', '124119.890000', '124120.350000', '124120.810000', '124121.270000', '124121.730000', '124122.190000', '124122.650000', '124123.110000', '124123.570000', '124124.030000', '124124.490000', '124124.950000', '124125.410000', '124125.870000', '124126.330000', '124126.790000', '124127.250000', '124127.710000', '124128.170000', '124128.630000', '124129.090000', '124129.550000', '124130.010000', '124130.470000', '124130.930000', '124131.390000', '124131.850000', '124132.310000', '124132.770000', '124133.230000', '124133.690000', '124134.150000', '124134.610000', '124135.070000', '124135.530000', '124135.990000', '124136.450000', '124136.910000', '124137.370000', '124137.830000', '124138.290000', '124138.750000', '124139.210000', '124139.670000', '124140.130000', '124140.590000', '124141.050000', '124141.510000', '124141.970000', '124142.430000', '124142.890000', '124143.350000', '124143.810000', '124144.270000', '124144.730000', '124145.190000', '124145.650000', '124146.110000', '124146.570000', '124147.030000', '124147.490000', '124147.950000', '124148.410000', '124148.870000', '124149.330000', '124149.790000', '124150.250000', '124150.710000', '124151.170000', '124151.630000', '124152.090000', '124152.550000', '124153.010000', '124153.470000', '124153.930000', '124154.390000', '124154.850000', '124155.310000', '124155.770000', '124156.230000', '124156.690000', '124157.150000', '124157.610000', '124158.070000', '124158.530000', '124158.990000', '124159.450000', '124159.910000', '124200.370000', '124200.830000', '124201.290000', '124201.750000', '124202.210000', '124202.670000', '124203.130000', '124203.590000', '124204.050000', '124204.510000', '124204.970000', '124205.430000', '124205.890000', '124206.350000', '124206.810000', '124207.270000', '124207.730000', '124208.190000', '124208.650000', '124209.110000', '124209.570000', '124210.030000', '124210.490000', '124210.950000', '124211.410000', '124211.870000', '124212.330000', '124212.790000', '124213.250000', '124213.710000', '124214.170000', '124214.630000', '124215.090000', '124215.550000', '124216.010000', '124216.470000', '124216.930000', '124217.390000', '124217.850000', '124218.310000', '124218.770000', '124219.230000', '124219.690000', '124220.150000', '124220.610000', '124221.070000', '124221.530000', '124221.990000', '124222.450000', '124222.910000', '124223.370000', '124223.830000', '124224.290000', '124224.750000', '124225.210000', '124225.670000', '124226.130000', '124226.590000', '124227.050000', '124227.510000', '124227.970000', '124228.430000', '124228.890000', '124229.350000', '124229.810000', '124230.270000', '124230.730000', '124231.190000', '124231.650000', '124232.110000', '124232.570000', '124233.030000', '124233.490000', '124233.950000', '124234.410000', '124234.870000', '124235.330000', '124235.790000', '124236.250000', '124236.710000', '124237.170000', '124237.630000', '124238.090000', '124238.550000', '124239.010000', '124239.470000', '124239.930000', '124240.390000', '124240.850000', '124241.310000', '124241.770000', '124242.230000', '124242.690000', '124243.150000', '124243.610000', '124244.070000', '124244.530000', '124244.990000', '124245.450000', '124245.910000', '124246.370000', '124246.830000', '124247.290000', '124247.750000', '124248.210000', '124248.670000', '124249.130000', '124249.590000', '124250.050000', '124250.510000', '124250.970000', '124251.430000', '124251.890000', '124252.350000', '124252.810000', '124253.270000', '124253.730000', '124254.190000', '124254.650000', '124255.110000', '124255.570000', '124256.030000', '124256.490000', '124256.950000', '124257.410000', '124257.870000', '124258.330000', '124258.790000', '124259.250000', '124259.710000', '124300.170000', '124300.630000', '124301.090000', '124301.550000', '124302.010000', '124302.470000', '124302.930000', '124303.390000', '124303.850000', '124304.310000', '124304.770000', '124305.230000', '124305.690000', '124306.150000', '124306.610000', '124307.070000', '124307.530000', '124307.990000', '124308.450000', '124308.910000', '124309.370000', '124309.830000', '124310.290000', '124310.750000', '124311.210000', '124311.670000', '124312.130000', '124312.590000', '124313.050000', '124313.510000', '124313.970000', '124314.430000', '124314.890000', '124315.350000', '124315.810000', '124316.270000', '124316.730000', '124317.190000', '124317.650000', '124318.110000', '124318.570000', '124319.030000', '124319.490000', '124319.950000', '124320.410000', '124320.870000', '124321.330000', '124321.790000', '124322.250000', '124322.710000', '124323.170000', '124323.630000', '124324.090000', '124324.550000', '124325.010000', '124325.470000', '124325.930000', '124326.390000', '124326.850000', '124327.310000', '124327.770000', '124328.230000', '124328.690000', '124329.150000', '124329.610000', '124330.070000', '124330.530000', '124330.990000', '124331.450000', '124331.910000', '124332.370000', '124332.830000', '124333.290000', '124333.750000', '124334.210000', '124334.670000', '124335.130000', '124335.590000', '124336.050000', '124336.510000', '124336.970000', '124337.430000', '124337.890000', '124338.350000', '124338.810000', '124339.270000', '124339.730000', '124340.190000', '124340.650000', '124341.110000', '124341.570000', '124342.030000', '124342.490000', '124342.950000', '124343.410000', '124343.870000', '124344.330000', '124344.790000', '124345.250000', '124345.710000', '124346.170000', '124346.630000', '124347.090000', '124347.550000', '124348.010000', '124348.470000', '124348.930000', '124349.390000', '124349.850000', '124350.310000', '124350.770000', '124351.230000', '124351.690000', '124352.150000', '124352.610000', '124353.070000', '124353.530000', '124353.990000', '124354.450000', '124354.910000', '124355.370000', '124355.830000', '124356.290000', '124356.750000', '124357.210000', '124357.670000', '124358.130000', '124358.590000', '124359.050000', '124359.510000', '124359.970000', '124400.430000', '124400.890000', '124401.350000', '124401.810000', '124402.270000', '124402.730000', '124403.190000', '124403.650000', '124404.110000', '124404.570000', '124405.030000', '124405.490000', '124405.950000', '124406.410000', '124406.870000', '124407.330000', '124407.790000', '124408.250000', '124408.710000', '124409.170000', '124409.630000', '124410.090000', '124410.550000', '124411.010000', '124411.470000', '124411.930000', '124412.390000', '124412.850000', '124413.310000', '124413.770000', '124414.230000', '124414.690000', '124415.150000', '124415.610000', '124416.070000', '124416.530000', '124416.990000', '124417.450000', '124417.910000', '124418.370000', '124418.830000', '124419.290000', '124419.750000', '124420.210000', '124420.670000', '124421.130000', '124421.590000', '124422.050000', '124422.510000', '124422.970000', '124423.430000', '124423.890000', '124424.350000', '124424.810000', '124425.270000', '124425.730000', '124426.190000', '124426.650000', '124427.110000', '124427.570000', '124428.030000', '124428.490000', '124428.950000', '124429.410000', '124429.870000', '124430.330000', '124430.790000', '124431.250000', '124431.710000', '124432.170000', '124432.630000', '124433.090000', '124433.550000', '124434.010000', '124434.470000', '124434.930000', '124435.390000', '124435.850000', '124436.310000', '124436.770000', '124437.230000', '124437.690000', '124438.150000', '124438.610000', '124439.070000', '124439.530000', '124439.990000', '124440.450000', '124440.910000', '124441.370000', '124441.830000', '124442.290000', '124442.750000', '124443.210000', '124443.670000', '124444.130000', '124444.590000', '124445.050000', '124445.510000', '124445.970000', '124446.430000', '124446.890000', '124447.350000', '124447.810000', '124448.270000', '124448.730000', '124449.190000', '124449.650000', '124450.110000', '124450.570000', '124451.030000', '124451.490000', '124451.950000', '124452.410000', '124452.870000', '124453.330000', '124453.790000', '124454.250000', '124454.710000', '124455.170000', '124455.630000', '124456.090000', '124456.550000', '124457.010000', '124457.470000', '124457.930000', '124458.390000', '124458.850000', '124459.310000', '124459.770000', '124500.230000', '124500.690000', '124501.150000', '124501.610000', '124502.070000', '124502.530000', '124502.990000', '124503.450000', '124503.910000', '124504.370000', '124504.830000', '124505.290000', '124505.750000', '124506.210000', '124506.670000', '124507.130000', '124507.590000', '124508.050000', '124508.510000', '124508.970000', '124509.430000', '124509.890000', '124510.350000', '124510.810000', '124511.270000', '124511.730000', '124512.190000', '124512.650000', '124513.110000', '124513.570000', '124514.030000', '124514.490000', '124514.950000', '124515.410000', '124515.870000', '124516.330000', '124516.790000', '124517.250000', '124517.710000', '124518.170000', '124518.630000', '124519.090000', '124519.550000', '124520.010000', '124520.470000', '124520.930000', '124521.390000', '124521.850000', '124522.310000', '124522.770000', '124523.230000', '124523.690000', '124524.150000', '124524.610000', '124525.070000', '124525.530000', '124525.990000', '124526.450000', '124526.910000', '124527.370000', '124527.830000', '124528.290000', '124528.750000', '124529.210000', '124529.670000', '124530.130000', '124530.590000', '124531.050000', '124531.510000', '124531.970000', '124532.430000', '124532.890000', '124533.350000', '124533.810000', '124534.270000', '124534.730000', '124535.190000', '124535.650000', '124536.110000', '124536.570000', '124537.030000', '124537.490000', '124537.950000', '124538.410000', '124538.870000', '124539.330000', '124539.790000', '124540.250000', '124540.710000', '124541.170000', '124541.630000', '124542.090000', '124542.550000', '124543.010000', '124543.470000', '124543.930000', '124544.390000', '124544.850000', '124545.310000', '124545.770000', '124546.230000', '124546.690000', '124547.150000', '124547.610000', '124548.070000', '124548.530000', '124548.990000', '124549.450000', '124549.910000', '124550.370000', '124550.830000', '124551.290000', '124551.750000', '124552.210000', '124552.670000', '124553.130000', '124553.590000', '124554.050000', '124554.510000', '124554.970000', '124555.430000', '124555.890000', '124556.350000', '124556.810000', '124557.270000', '124557.730000', '124558.190000', '124558.650000', '124559.110000', '124559.570000', '124600.030000', '124600.490000', '124600.950000', '124601.410000', '124601.870000', '124602.330000', '124602.790000', '124603.250000', '124603.710000', '124604.170000', '124604.630000', '124605.090000', '124605.550000', '124606.010000', '124606.470000', '124606.930000', '124607.390000', '124607.850000', '124608.310000', '124608.770000', '124609.230000', '124609.690000', '124610.150000', '124610.610000', '124611.070000', '124611.530000', '124611.990000', '124612.450000', '124612.910000', '124613.370000', '124613.830000', '124614.290000', '124614.750000', '124615.210000', '124615.670000', '124616.130000', '124616.590000', '124617.050000', '124617.510000', '124617.970000', '124618.430000', '124618.890000', '124619.350000', '124619.810000', '124620.270000', '124620.730000', '124621.190000', '124621.650000', '124622.110000', '124622.570000', '124623.030000', '124623.490000', '124623.950000', '124624.410000', '124624.870000', '124625.330000', '124625.790000', '124626.250000', '124626.710000', '124627.170000', '124627.630000', '124628.090000', '124628.550000', '124629.010000', '124629.470000', '124629.930000', '124630.390000', '124630.850000', '124631.310000', '124631.770000', '124632.230000', '124632.690000', '124633.150000', '124633.610000', '124634.070000', '124634.530000', '124634.990000', '124635.450000', '124635.910000', '124636.370000', '124636.830000', '124637.290000', '124637.750000', '124638.210000', '124638.670000', '124639.130000', '124639.590000', '124640.050000', '124640.510000', '124640.970000', '124641.430000', '124641.890000', '124642.350000', '124642.810000', '124643.270000', '124643.730000', '124644.190000', '124644.650000', '124645.110000', '124645.570000', '124646.030000', '124646.490000', '124646.950000', '124647.410000', '124647.870000', '124648.330000', '124648.790000', '124649.250000', '124649.710000', '124650.170000', '124650.630000', '124651.090000', '124651.550000', '124652.010000', '124652.470000', '124652.930000', '124653.390000', '124653.850000', '124654.310000', '124654.770000', '124655.230000', '124655.690000', '124656.150000', '124656.610000', '124657.070000', '124657.530000', '124657.990000', '124658.450000', '124658.910000', '124659.370000', '124659.830000', '124700.290000', '124700.750000', '124701.210000', '124701.670000', '124702.130000', '124702.590000', '124703.050000', '124703.510000', '124703.970000', '124704.430000', '124704.890000', '124705.350000', '124705.810000', '124706.270000', '124706.730000', '124707.190000', '124707.650000', '124708.110000', '124708.570000', '124709.030000', '124709.490000', '124709.950000', '124710.410000', '124710.870000', '124711.330000', '124711.790000', '124712.250000', '124712.710000', '124713.170000', '124713.630000', '124714.090000', '124714.550000', '124715.010000', '124715.470000', '124715.930000', '124716.390000', '124716.850000', '124717.310000', '124717.770000', '124718.230000', '124718.690000', '124719.150000', '124719.610000', '124720.070000', '124720.530000', '124720.990000', '124721.450000', '124721.910000', '124722.370000', '124722.830000', '124723.290000', '124723.750000', '124724.210000', '124724.670000', '124725.130000', '124725.590000', '124726.050000', '124726.510000'], 'ContentTime': ['123916.588000', '123916.593000', '123916.595000', '123916.602000', '123916.605000', '123916.607000', '123916.610000', '123916.613000', '123916.615000', '123916.618000', '123916.620000', '123916.623000', '123916.626000', '123916.628000', '123916.631000', '123916.634000', '123916.636000', '123916.639000', '123916.642000', '123916.652000', '123916.654000', '123916.657000', '123916.660000', '123916.662000', '123916.665000', '123916.667000', '123916.670000', '123916.673000', '123916.675000', '123936.561000', '123936.564000', '123936.567000', '123936.570000', '123936.572000', '123936.575000', '123936.577000', '123936.580000', '123936.583000', '123936.585000', '123936.588000', '123936.591000', '123936.593000', '123936.596000', '123936.598000', '123936.601000', '123936.604000', '123936.606000', '123936.609000', '123936.612000', '123936.614000', '123936.617000', '123936.619000', '123936.622000', '123936.624000', '123936.627000', '123936.629000', '123936.632000', '123936.635000', '123936.637000', '123936.640000', '123936.643000', '123936.645000', '123936.654000', '123936.657000', '123936.660000', '123936.662000', '123936.665000', '123936.667000', '123936.670000', '123936.673000', '123936.675000', '123936.678000', '123936.685000', '123956.563000', '123956.571000', '123956.574000', '123956.576000', '123956.579000', '123956.582000', '123956.584000', '123956.587000', '123956.590000', '123956.592000', '123956.595000', '123956.598000', '123956.600000', '123956.603000', '123956.606000', '123956.608000', '123956.611000', '123956.614000', '123956.616000', '123956.627000', '123956.630000', '123956.633000', '123956.635000', '123956.638000', '123956.640000', '123956.650000', '123956.653000', '123956.655000', '123956.658000', '123956.662000', '123956.665000', '123956.667000', '123956.671000', '123956.673000', '123956.676000', '123956.679000', '123956.681000', '123956.684000', '123956.687000', '123956.689000', '123956.692000', '123956.695000', '123956.697000', '124016.562000', '124016.565000', '124016.568000', '124016.571000', '124016.573000', '124016.576000', '124016.579000', '124016.581000', '124016.584000', '124016.587000', '124016.589000', '124016.592000', '124016.595000', '124016.597000', '124016.600000', '124016.603000', '124016.605000', '124016.608000', '124016.610000', '124016.613000', '124016.616000', '124016.618000', '124016.621000', '124016.623000', '124016.626000', '124016.629000', '124016.631000', '124016.634000', '124016.637000', '124016.639000', '124016.642000', '124016.644000', '124016.647000', '124016.649000', '124016.652000', '124016.655000', '124016.657000', '124016.660000', '124016.663000', '124016.665000', '124016.668000', '124016.670000', '124016.673000', '124016.676000', '124036.562000', '124036.565000', '124036.568000', '124036.571000', '124036.573000', '124036.576000', '124036.579000', '124036.581000', '124036.584000', '124036.587000', '124036.589000', '124036.592000', '124036.595000', '124036.597000', '124036.600000', '124036.603000', '124036.605000', '124036.608000', '124036.611000', '124036.613000', '124036.616000', '124036.619000', '124036.621000', '124036.624000', '124036.627000', '124036.630000', '124036.632000', '124036.635000', '124036.638000', '124036.640000', '124036.643000', '124036.646000', '124036.648000', '124036.651000', '124036.654000', '124036.656000', '124036.659000', '124036.661000', '124036.664000', '124036.667000', '124036.669000', '124036.672000', '124036.675000', '124056.562000', '124056.565000', '124056.568000', '124056.571000', '124056.573000', '124056.576000', '124056.578000', '124056.581000', '124056.584000', '124056.586000', '124056.589000', '124056.592000', '124056.594000', '124056.597000', '124056.599000', '124056.602000', '124056.605000', '124056.607000', '124056.610000', '124056.612000', '124056.615000', '124056.618000', '124056.620000', '124056.623000', '124056.626000', '124056.628000', '124056.631000', '124056.634000', '124056.636000', '124056.639000', '124056.642000', '124056.644000', '124056.647000', '124056.651000', '124056.653000', '124056.656000', '124056.658000', '124056.661000', '124056.664000', '124056.666000', '124056.669000', '124056.672000', '124056.674000', '124056.677000', '124116.562000', '124116.565000', '124116.568000', '124116.571000', '124116.573000', '124116.576000', '124116.578000', '124116.581000', '124116.584000', '124116.587000', '124116.589000', '124116.592000', '124116.595000', '124116.597000', '124116.600000', '124116.603000', '124116.605000', '124116.608000', '124116.610000', '124116.613000', '124116.616000', '124116.618000', '124116.621000', '124116.624000', '124116.626000', '124116.629000', '124116.632000', '124116.635000', '124116.638000', '124116.641000', '124116.659000', '124116.661000', '124116.664000', '124116.667000', '124116.669000', '124116.672000', '124116.675000', '124116.677000', '124116.680000', '124116.683000', '124116.685000', '124116.688000', '124116.691000', '124136.563000', '124136.566000', '124136.568000', '124136.571000', '124136.574000', '124136.576000', '124136.579000', '124136.581000', '124136.584000', '124136.587000', '124136.590000', '124136.592000', '124136.595000', '124136.597000', '124136.600000', '124136.603000', '124136.616000', '124136.618000', '124136.621000', '124136.623000', '124136.626000', '124136.636000', '124136.638000', '124136.641000', '124136.644000', '124136.646000', '124136.649000', '124136.652000', '124136.654000', '124136.657000', '124136.659000', '124136.662000', '124136.665000', '124136.667000', '124136.670000', '124136.673000', '124136.675000', '124136.678000', '124136.681000', '124136.683000', '124136.686000', '124136.689000', '124136.691000', '124136.694000', '124156.562000', '124156.564000', '124156.568000', '124156.570000', '124156.573000', '124156.575000', '124156.578000', '124156.581000', '124156.583000', '124156.586000', '124156.589000', '124156.592000', '124156.594000', '124156.597000', '124156.599000', '124156.602000', '124156.605000', '124156.607000', '124156.610000', '124156.613000', '124156.615000', '124156.618000', '124156.621000', '124156.623000', '124156.626000', '124156.628000', '124156.631000', '124156.634000', '124156.636000', '124156.639000', '124156.642000', '124156.644000', '124156.647000', '124156.649000', '124156.652000', '124156.655000', '124156.657000', '124156.660000', '124156.663000', '124156.665000', '124156.669000', '124156.672000', '124156.674000', '124216.562000', '124216.565000', '124216.568000', '124216.571000', '124216.573000', '124216.576000', '124216.579000', '124216.581000', '124216.584000', '124216.587000', '124216.589000', '124216.592000', '124216.595000', '124216.597000', '124216.600000', '124216.603000', '124216.605000', '124216.608000', '124216.610000', '124216.613000', '124216.616000', '124216.618000', '124216.621000', '124216.624000', '124216.626000', '124216.629000', '124216.631000', '124216.634000', '124216.637000', '124216.639000', '124216.642000', '124216.645000', '124216.647000', '124216.650000', '124216.652000', '124216.655000', '124216.658000', '124216.660000', '124216.663000', '124216.666000', '124216.668000', '124216.671000', '124216.673000', '124216.676000', '124236.562000', '124236.565000', '124236.568000', '124236.571000', '124236.573000', '124236.576000', '124236.579000', '124236.581000', '124236.584000', '124236.587000', '124236.589000', '124236.592000', '124236.600000', '124236.603000', '124236.605000', '124236.608000', '124236.611000', '124236.613000', '124236.616000', '124236.619000', '124236.621000', '124236.624000', '124236.627000', '124236.629000', '124236.632000', '124236.635000', '124236.637000', '124236.640000', '124236.642000', '124236.645000', '124236.648000', '124236.650000', '124236.653000', '124236.656000', '124236.658000', '124236.661000', '124236.663000', '124236.666000', '124236.669000', '124236.671000', '124236.674000', '124236.677000', '124236.679000', '124256.562000', '124256.565000', '124256.568000', '124256.571000', '124256.573000', '124256.576000', '124256.579000', '124256.581000', '124256.584000', '124256.587000', '124256.590000', '124256.592000', '124256.595000', '124256.597000', '124256.600000', '124256.603000', '124256.605000', '124256.608000', '124256.611000', '124256.613000', '124256.616000', '124256.618000', '124256.621000', '124256.624000', '124256.626000', '124256.635000', '124256.638000', '124256.640000', '124256.643000', '124256.645000', '124256.648000', '124256.651000', '124256.653000', '124256.656000', '124256.659000', '124256.661000', '124256.664000', '124256.667000', '124256.669000', '124256.672000', '124256.675000', '124256.677000', '124256.680000', '124256.683000', '124316.562000', '124316.565000', '124316.592000', '124316.595000', '124316.598000', '124316.600000', '124316.603000', '124316.606000', '124316.608000', '124316.611000', '124316.613000', '124316.616000', '124316.619000', '124316.621000', '124316.624000', '124316.626000', '124316.629000', '124316.632000', '124316.634000', '124316.637000', '124316.640000', '124316.642000', '124316.648000', '124316.651000', '124316.654000', '124316.657000', '124316.659000', '124316.662000', '124316.665000', '124316.667000', '124316.670000', '124316.673000', '124316.676000', '124316.678000', '124316.681000', '124316.683000', '124316.686000', '124316.689000', '124316.691000', '124316.694000', '124316.697000', '124316.699000', '124316.702000', '124336.563000', '124336.566000', '124336.568000', '124336.571000', '124336.574000', '124336.576000', '124336.579000', '124336.581000', '124336.584000', '124336.587000', '124336.590000', '124336.592000', '124336.595000', '124336.598000', '124336.600000', '124336.603000', '124336.606000', '124336.608000', '124336.611000', '124336.614000', '124336.616000', '124336.619000', '124336.622000', '124336.624000', '124336.627000', '124336.630000', '124336.632000', '124336.635000', '124336.637000', '124336.640000', '124336.643000', '124336.645000', '124336.648000', '124336.651000', '124336.653000', '124336.656000', '124336.658000', '124336.661000', '124336.664000', '124336.666000', '124336.669000', '124336.672000', '124336.674000', '124336.677000', '124356.563000', '124356.565000', '124356.568000', '124356.571000', '124356.573000', '124356.576000', '124356.578000', '124356.581000', '124356.584000', '124356.587000', '124356.589000', '124356.592000', '124356.595000', '124356.597000', '124356.600000', '124356.603000', '124356.605000', '124356.608000', '124356.611000', '124356.613000', '124356.616000', '124356.618000', '124356.621000', '124356.624000', '124356.626000', '124356.629000', '124356.631000', '124356.635000', '124356.637000', '124356.640000', '124356.643000', '124356.645000', '124356.648000', '124356.650000', '124356.653000', '124356.656000', '124356.658000', '124356.661000', '124356.664000', '124356.666000', '124356.669000', '124356.671000', '124356.674000', '124416.563000', '124416.566000', '124416.568000', '124416.571000', '124416.574000', '124416.577000', '124416.579000', '124416.582000', '124416.585000', '124416.587000', '124416.590000', '124416.593000', '124416.595000', '124416.598000', '124416.601000', '124416.603000', '124416.606000', '124416.609000', '124416.611000', '124416.614000', '124416.617000', '124416.619000', '124416.622000', '124416.624000', '124416.627000', '124416.630000', '124416.632000', '124416.635000', '124416.638000', '124416.640000', '124416.643000', '124416.646000', '124416.649000', '124416.652000', '124416.654000', '124416.657000', '124416.660000', '124416.662000', '124416.665000', '124416.668000', '124416.670000', '124416.673000', '124416.676000', '124416.678000', '124436.562000', '124436.565000', '124436.568000', '124436.571000', '124436.573000', '124436.576000', '124436.579000', '124436.581000', '124436.584000', '124436.587000', '124436.589000', '124436.592000', '124436.595000', '124436.597000', '124436.600000', '124436.603000', '124436.605000', '124436.608000', '124436.611000', '124436.613000', '124436.616000', '124436.618000', '124436.621000', '124436.624000', '124436.626000', '124436.629000', '124436.632000', '124436.644000', '124436.646000', '124436.649000', '124436.652000', '124436.654000', '124436.657000', '124436.660000', '124436.662000', '124436.665000', '124436.667000', '124436.670000', '124436.673000', '124436.675000', '124436.678000', '124436.681000', '124436.684000', '124456.563000', '124456.565000', '124456.568000', '124456.571000', '124456.573000', '124456.576000', '124456.579000', '124456.581000', '124456.584000', '124456.587000', '124456.589000', '124456.592000', '124456.595000', '124456.598000', '124456.600000', '124456.603000', '124456.605000', '124456.608000', '124456.611000', '124456.613000', '124456.616000', '124456.623000', '124456.626000', '124456.629000', '124456.631000', '124456.634000', '124456.636000', '124456.639000', '124456.642000', '124456.644000', '124456.647000', '124456.650000', '124456.652000', '124456.655000', '124456.657000', '124456.660000', '124456.663000', '124456.665000', '124456.668000', '124456.671000', '124456.673000', '124456.676000', '124456.679000', '124456.681000', '124516.562000', '124516.565000', '124516.568000', '124516.571000', '124516.573000', '124516.576000', '124516.579000', '124516.581000', '124516.584000', '124516.587000', '124516.589000', '124516.592000', '124516.596000', '124516.599000', '124516.601000', '124516.604000', '124516.606000', '124516.609000', '124516.612000', '124516.615000', '124516.617000', '124516.620000', '124516.622000', '124516.625000', '124516.628000', '124516.631000', '124516.633000', '124516.636000', '124516.638000', '124516.641000', '124516.644000', '124516.646000', '124516.649000', '124516.652000', '124516.654000', '124516.657000', '124516.659000', '124516.662000', '124516.665000', '124516.668000', '124516.670000', '124516.673000', '124516.676000', '124536.562000', '124536.565000', '124536.568000', '124536.571000', '124536.573000', '124536.576000', '124536.579000', '124536.581000', '124536.584000', '124536.586000', '124536.589000', '124536.592000', '124536.595000', '124536.597000', '124536.601000', '124536.604000', '124536.606000', '124536.609000', '124536.612000', '124536.614000', '124536.617000', '124536.619000', '124536.622000', '124536.625000', '124536.627000', '124536.630000', '124536.633000', '124536.636000', '124536.638000', '124536.641000', '124536.643000', '124536.646000', '124536.648000', '124536.651000', '124536.654000', '124536.657000', '124536.660000', '124536.662000', '124536.665000', '124536.668000', '124536.671000', '124536.673000', '124536.676000', '124556.563000', '124556.566000', '124556.568000', '124556.571000', '124556.574000', '124556.576000', '124556.579000', '124556.582000', '124556.584000', '124556.595000', '124556.598000', '124556.600000', '124556.603000', '124556.606000', '124556.608000', '124556.611000', '124556.614000', '124556.616000', '124556.619000', '124556.622000', '124556.624000', '124556.627000', '124556.629000', '124556.632000', '124556.640000', '124556.643000', '124556.646000', '124556.648000', '124556.651000', '124556.653000', '124556.656000', '124556.659000', '124556.661000', '124556.664000', '124556.666000', '124556.669000', '124556.672000', '124556.674000', '124556.677000', '124556.680000', '124556.682000', '124556.685000', '124556.687000', '124556.690000', '124616.563000', '124616.566000', '124616.568000', '124616.571000', '124616.574000', '124616.576000', '124616.579000', '124616.581000', '124616.584000', '124616.587000', '124616.590000', '124616.592000', '124616.595000', '124616.597000', '124616.600000', '124616.603000', '124616.606000', '124616.608000', '124616.611000', '124616.614000', '124616.616000', '124616.619000', '124616.622000', '124616.624000', '124616.627000', '124616.630000', '124616.632000', '124616.635000', '124616.638000', '124616.640000', '124616.643000', '124616.645000', '124616.648000', '124616.651000', '124616.653000', '124616.656000', '124616.659000', '124616.661000', '124616.664000', '124616.667000', '124616.669000', '124616.672000', '124616.674000', '124636.563000', '124636.565000', '124636.568000', '124636.571000', '124636.574000', '124636.576000', '124636.579000', '124636.582000', '124636.585000', '124636.587000', '124636.590000', '124636.592000', '124636.595000', '124636.598000', '124636.600000', '124636.603000', '124636.606000', '124636.609000', '124636.611000', '124636.614000', '124636.617000', '124636.619000', '124636.622000', '124636.625000', '124636.627000', '124636.630000', '124636.632000', '124636.635000', '124636.638000', '124636.640000', '124636.643000', '124636.646000', '124636.648000', '124636.651000', '124636.654000', '124636.656000', '124636.659000', '124636.662000', '124636.664000', '124636.667000', '124636.670000', '124636.672000', '124636.675000', '124636.677000', '124656.563000', '124656.566000', '124656.569000', '124656.571000', '124656.574000', '124656.576000', '124656.579000', '124656.582000', '124656.584000', '124656.587000', '124656.590000', '124656.592000', '124656.595000', '124656.598000', '124656.600000', '124656.603000', '124656.606000', '124656.609000', '124656.612000', '124656.615000', '124656.618000', '124656.620000', '124656.623000', '124656.625000', '124656.628000', '124656.631000', '124656.633000', '124656.636000', '124656.639000', '124656.642000', '124656.645000', '124656.648000', '124656.650000', '124656.653000', '124656.656000', '124656.658000', '124656.661000', '124656.664000', '124656.666000', '124656.669000', '124656.671000', '124656.674000', '124656.677000', '124716.563000', '124716.565000', '124716.568000', '124716.571000', '124716.574000', '124716.577000', '124716.579000', '124716.582000', '124716.585000', '124716.595000', '124716.598000', '124716.601000', '124716.603000', '124716.606000', '124716.608000', '124716.611000', '124716.614000', '124716.616000', '124716.619000', '124716.622000', '124716.624000', '124716.661000', '124716.664000', '124716.667000', '124716.669000', '124716.672000', '124716.675000', '124716.677000', '124716.680000', '124716.683000', '124716.685000', '124716.688000', '124716.691000', '124716.693000', '124716.696000', '124716.699000', '124716.701000', '124716.704000', '124716.706000', '124716.709000', '124716.712000', '124716.714000', '124716.717000', '124716.720000', '124727.898000', '124727.902000', '124727.916000', '124727.919000', '124727.922000', '124727.925000', '124727.927000', '124727.930000', '124727.933000', '124727.936000', '124727.939000', '124727.942000', '124727.944000', '124727.947000', '124727.950000', '124727.952000', '124727.955000', '124727.958000', '124727.963000', '124727.966000', '124727.969000', '124727.972000', '124727.974000', '124727.977000', '124727.980000'], 'InstanceCreationTime': ['123916.588000', '123916.593000', '123916.595000', '123916.602000', '123916.605000', '123916.607000', '123916.610000', '123916.613000', '123916.615000', '123916.618000', '123916.620000', '123916.623000', '123916.626000', '123916.628000', '123916.631000', '123916.634000', '123916.636000', '123916.639000', '123916.642000', '123916.652000', '123916.654000', '123916.657000', '123916.660000', '123916.662000', '123916.665000', '123916.667000', '123916.670000', '123916.673000', '123916.675000', '123936.561000', '123936.564000', '123936.567000', '123936.570000', '123936.572000', '123936.575000', '123936.577000', '123936.580000', '123936.583000', '123936.585000', '123936.588000', '123936.591000', '123936.593000', '123936.596000', '123936.598000', '123936.601000', '123936.604000', '123936.606000', '123936.609000', '123936.612000', '123936.614000', '123936.617000', '123936.619000', '123936.622000', '123936.624000', '123936.627000', '123936.629000', '123936.632000', '123936.635000', '123936.637000', '123936.640000', '123936.643000', '123936.645000', '123936.654000', '123936.657000', '123936.660000', '123936.662000', '123936.665000', '123936.667000', '123936.670000', '123936.673000', '123936.675000', '123936.678000', '123936.685000', '123956.563000', '123956.571000', '123956.574000', '123956.576000', '123956.579000', '123956.582000', '123956.584000', '123956.587000', '123956.590000', '123956.592000', '123956.595000', '123956.598000', '123956.600000', '123956.603000', '123956.606000', '123956.608000', '123956.611000', '123956.614000', '123956.616000', '123956.627000', '123956.630000', '123956.633000', '123956.635000', '123956.638000', '123956.640000', '123956.650000', '123956.653000', '123956.655000', '123956.658000', '123956.662000', '123956.665000', '123956.667000', '123956.671000', '123956.673000', '123956.676000', '123956.679000', '123956.681000', '123956.684000', '123956.687000', '123956.689000', '123956.692000', '123956.695000', '123956.697000', '124016.562000', '124016.565000', '124016.568000', '124016.571000', '124016.573000', '124016.576000', '124016.579000', '124016.581000', '124016.584000', '124016.587000', '124016.589000', '124016.592000', '124016.595000', '124016.597000', '124016.600000', '124016.603000', '124016.605000', '124016.608000', '124016.610000', '124016.613000', '124016.616000', '124016.618000', '124016.621000', '124016.623000', '124016.626000', '124016.629000', '124016.631000', '124016.634000', '124016.637000', '124016.639000', '124016.642000', '124016.644000', '124016.647000', '124016.649000', '124016.652000', '124016.655000', '124016.657000', '124016.660000', '124016.663000', '124016.665000', '124016.668000', '124016.670000', '124016.673000', '124016.676000', '124036.562000', '124036.565000', '124036.568000', '124036.571000', '124036.573000', '124036.576000', '124036.579000', '124036.581000', '124036.584000', '124036.587000', '124036.589000', '124036.592000', '124036.595000', '124036.597000', '124036.600000', '124036.603000', '124036.605000', '124036.608000', '124036.611000', '124036.613000', '124036.616000', '124036.619000', '124036.621000', '124036.624000', '124036.627000', '124036.630000', '124036.632000', '124036.635000', '124036.638000', '124036.640000', '124036.643000', '124036.646000', '124036.648000', '124036.651000', '124036.654000', '124036.656000', '124036.659000', '124036.661000', '124036.664000', '124036.667000', '124036.669000', '124036.672000', '124036.675000', '124056.562000', '124056.565000', '124056.568000', '124056.571000', '124056.573000', '124056.576000', '124056.578000', '124056.581000', '124056.584000', '124056.586000', '124056.589000', '124056.592000', '124056.594000', '124056.597000', '124056.599000', '124056.602000', '124056.605000', '124056.607000', '124056.610000', '124056.612000', '124056.615000', '124056.618000', '124056.620000', '124056.623000', '124056.626000', '124056.628000', '124056.631000', '124056.634000', '124056.636000', '124056.639000', '124056.642000', '124056.644000', '124056.647000', '124056.651000', '124056.653000', '124056.656000', '124056.658000', '124056.661000', '124056.664000', '124056.666000', '124056.669000', '124056.672000', '124056.674000', '124056.677000', '124116.562000', '124116.565000', '124116.568000', '124116.571000', '124116.573000', '124116.576000', '124116.578000', '124116.581000', '124116.584000', '124116.587000', '124116.589000', '124116.592000', '124116.595000', '124116.597000', '124116.600000', '124116.603000', '124116.605000', '124116.608000', '124116.610000', '124116.613000', '124116.616000', '124116.618000', '124116.621000', '124116.624000', '124116.626000', '124116.629000', '124116.632000', '124116.635000', '124116.638000', '124116.641000', '124116.659000', '124116.661000', '124116.664000', '124116.667000', '124116.669000', '124116.672000', '124116.675000', '124116.677000', '124116.680000', '124116.683000', '124116.685000', '124116.688000', '124116.691000', '124136.563000', '124136.566000', '124136.568000', '124136.571000', '124136.574000', '124136.576000', '124136.579000', '124136.581000', '124136.584000', '124136.587000', '124136.590000', '124136.592000', '124136.595000', '124136.597000', '124136.600000', '124136.603000', '124136.616000', '124136.618000', '124136.621000', '124136.623000', '124136.626000', '124136.636000', '124136.638000', '124136.641000', '124136.644000', '124136.646000', '124136.649000', '124136.652000', '124136.654000', '124136.657000', '124136.659000', '124136.662000', '124136.665000', '124136.667000', '124136.670000', '124136.673000', '124136.675000', '124136.678000', '124136.681000', '124136.683000', '124136.686000', '124136.689000', '124136.691000', '124136.694000', '124156.562000', '124156.564000', '124156.568000', '124156.570000', '124156.573000', '124156.575000', '124156.578000', '124156.581000', '124156.583000', '124156.586000', '124156.589000', '124156.592000', '124156.594000', '124156.597000', '124156.599000', '124156.602000', '124156.605000', '124156.607000', '124156.610000', '124156.613000', '124156.615000', '124156.618000', '124156.621000', '124156.623000', '124156.626000', '124156.628000', '124156.631000', '124156.634000', '124156.636000', '124156.639000', '124156.642000', '124156.644000', '124156.647000', '124156.649000', '124156.652000', '124156.655000', '124156.657000', '124156.660000', '124156.663000', '124156.665000', '124156.669000', '124156.672000', '124156.674000', '124216.562000', '124216.565000', '124216.568000', '124216.571000', '124216.573000', '124216.576000', '124216.579000', '124216.581000', '124216.584000', '124216.587000', '124216.589000', '124216.592000', '124216.595000', '124216.597000', '124216.600000', '124216.603000', '124216.605000', '124216.608000', '124216.610000', '124216.613000', '124216.616000', '124216.618000', '124216.621000', '124216.624000', '124216.626000', '124216.629000', '124216.631000', '124216.634000', '124216.637000', '124216.639000', '124216.642000', '124216.645000', '124216.647000', '124216.650000', '124216.652000', '124216.655000', '124216.658000', '124216.660000', '124216.663000', '124216.666000', '124216.668000', '124216.671000', '124216.673000', '124216.676000', '124236.562000', '124236.565000', '124236.568000', '124236.571000', '124236.573000', '124236.576000', '124236.579000', '124236.581000', '124236.584000', '124236.587000', '124236.589000', '124236.592000', '124236.600000', '124236.603000', '124236.605000', '124236.608000', '124236.611000', '124236.613000', '124236.616000', '124236.619000', '124236.621000', '124236.624000', '124236.627000', '124236.629000', '124236.632000', '124236.635000', '124236.637000', '124236.640000', '124236.642000', '124236.645000', '124236.648000', '124236.650000', '124236.653000', '124236.656000', '124236.658000', '124236.661000', '124236.663000', '124236.666000', '124236.669000', '124236.671000', '124236.674000', '124236.677000', '124236.679000', '124256.562000', '124256.565000', '124256.568000', '124256.571000', '124256.573000', '124256.576000', '124256.579000', '124256.581000', '124256.584000', '124256.587000', '124256.590000', '124256.592000', '124256.595000', '124256.597000', '124256.600000', '124256.603000', '124256.605000', '124256.608000', '124256.611000', '124256.613000', '124256.616000', '124256.618000', '124256.621000', '124256.624000', '124256.626000', '124256.635000', '124256.638000', '124256.640000', '124256.643000', '124256.645000', '124256.648000', '124256.651000', '124256.653000', '124256.656000', '124256.659000', '124256.661000', '124256.664000', '124256.667000', '124256.669000', '124256.672000', '124256.675000', '124256.677000', '124256.680000', '124256.683000', '124316.562000', '124316.565000', '124316.592000', '124316.595000', '124316.598000', '124316.600000', '124316.603000', '124316.606000', '124316.608000', '124316.611000', '124316.613000', '124316.616000', '124316.619000', '124316.621000', '124316.624000', '124316.626000', '124316.629000', '124316.632000', '124316.634000', '124316.637000', '124316.640000', '124316.642000', '124316.648000', '124316.651000', '124316.654000', '124316.657000', '124316.659000', '124316.662000', '124316.665000', '124316.667000', '124316.670000', '124316.673000', '124316.676000', '124316.678000', '124316.681000', '124316.683000', '124316.686000', '124316.689000', '124316.691000', '124316.694000', '124316.697000', '124316.699000', '124316.702000', '124336.563000', '124336.566000', '124336.568000', '124336.571000', '124336.574000', '124336.576000', '124336.579000', '124336.581000', '124336.584000', '124336.587000', '124336.590000', '124336.592000', '124336.595000', '124336.598000', '124336.600000', '124336.603000', '124336.606000', '124336.608000', '124336.611000', '124336.614000', '124336.616000', '124336.619000', '124336.622000', '124336.624000', '124336.627000', '124336.630000', '124336.632000', '124336.635000', '124336.637000', '124336.640000', '124336.643000', '124336.645000', '124336.648000', '124336.651000', '124336.653000', '124336.656000', '124336.658000', '124336.661000', '124336.664000', '124336.666000', '124336.669000', '124336.672000', '124336.674000', '124336.677000', '124356.563000', '124356.565000', '124356.568000', '124356.571000', '124356.573000', '124356.576000', '124356.578000', '124356.581000', '124356.584000', '124356.587000', '124356.589000', '124356.592000', '124356.595000', '124356.597000', '124356.600000', '124356.603000', '124356.605000', '124356.608000', '124356.611000', '124356.613000', '124356.616000', '124356.618000', '124356.621000', '124356.624000', '124356.626000', '124356.629000', '124356.631000', '124356.635000', '124356.637000', '124356.640000', '124356.643000', '124356.645000', '124356.648000', '124356.650000', '124356.653000', '124356.656000', '124356.658000', '124356.661000', '124356.664000', '124356.666000', '124356.669000', '124356.671000', '124356.674000', '124416.563000', '124416.566000', '124416.568000', '124416.571000', '124416.574000', '124416.577000', '124416.579000', '124416.582000', '124416.585000', '124416.587000', '124416.590000', '124416.593000', '124416.595000', '124416.598000', '124416.601000', '124416.603000', '124416.606000', '124416.609000', '124416.611000', '124416.614000', '124416.617000', '124416.619000', '124416.622000', '124416.624000', '124416.627000', '124416.630000', '124416.632000', '124416.635000', '124416.638000', '124416.640000', '124416.643000', '124416.646000', '124416.649000', '124416.652000', '124416.654000', '124416.657000', '124416.660000', '124416.662000', '124416.665000', '124416.668000', '124416.670000', '124416.673000', '124416.676000', '124416.678000', '124436.562000', '124436.565000', '124436.568000', '124436.571000', '124436.573000', '124436.576000', '124436.579000', '124436.581000', '124436.584000', '124436.587000', '124436.589000', '124436.592000', '124436.595000', '124436.597000', '124436.600000', '124436.603000', '124436.605000', '124436.608000', '124436.611000', '124436.613000', '124436.616000', '124436.618000', '124436.621000', '124436.624000', '124436.626000', '124436.629000', '124436.632000', '124436.644000', '124436.646000', '124436.649000', '124436.652000', '124436.654000', '124436.657000', '124436.660000', '124436.662000', '124436.665000', '124436.667000', '124436.670000', '124436.673000', '124436.675000', '124436.678000', '124436.681000', '124436.684000', '124456.563000', '124456.565000', '124456.568000', '124456.571000', '124456.573000', '124456.576000', '124456.579000', '124456.581000', '124456.584000', '124456.587000', '124456.589000', '124456.592000', '124456.595000', '124456.598000', '124456.600000', '124456.603000', '124456.605000', '124456.608000', '124456.611000', '124456.613000', '124456.616000', '124456.623000', '124456.626000', '124456.629000', '124456.631000', '124456.634000', '124456.636000', '124456.639000', '124456.642000', '124456.644000', '124456.647000', '124456.650000', '124456.652000', '124456.655000', '124456.657000', '124456.660000', '124456.663000', '124456.665000', '124456.668000', '124456.671000', '124456.673000', '124456.676000', '124456.679000', '124456.681000', '124516.562000', '124516.565000', '124516.568000', '124516.571000', '124516.573000', '124516.576000', '124516.579000', '124516.581000', '124516.584000', '124516.587000', '124516.589000', '124516.592000', '124516.596000', '124516.599000', '124516.601000', '124516.604000', '124516.606000', '124516.609000', '124516.612000', '124516.615000', '124516.617000', '124516.620000', '124516.622000', '124516.625000', '124516.628000', '124516.631000', '124516.633000', '124516.636000', '124516.638000', '124516.641000', '124516.644000', '124516.646000', '124516.649000', '124516.652000', '124516.654000', '124516.657000', '124516.659000', '124516.662000', '124516.665000', '124516.668000', '124516.670000', '124516.673000', '124516.676000', '124536.562000', '124536.565000', '124536.568000', '124536.571000', '124536.573000', '124536.576000', '124536.579000', '124536.581000', '124536.584000', '124536.586000', '124536.589000', '124536.592000', '124536.595000', '124536.597000', '124536.601000', '124536.604000', '124536.606000', '124536.609000', '124536.612000', '124536.614000', '124536.617000', '124536.619000', '124536.622000', '124536.625000', '124536.627000', '124536.630000', '124536.633000', '124536.636000', '124536.638000', '124536.641000', '124536.643000', '124536.646000', '124536.648000', '124536.651000', '124536.654000', '124536.657000', '124536.660000', '124536.662000', '124536.665000', '124536.668000', '124536.671000', '124536.673000', '124536.676000', '124556.563000', '124556.566000', '124556.568000', '124556.571000', '124556.574000', '124556.576000', '124556.579000', '124556.582000', '124556.584000', '124556.595000', '124556.598000', '124556.600000', '124556.603000', '124556.606000', '124556.608000', '124556.611000', '124556.614000', '124556.616000', '124556.619000', '124556.622000', '124556.624000', '124556.627000', '124556.629000', '124556.632000', '124556.640000', '124556.643000', '124556.646000', '124556.648000', '124556.651000', '124556.653000', '124556.656000', '124556.659000', '124556.661000', '124556.664000', '124556.666000', '124556.669000', '124556.672000', '124556.674000', '124556.677000', '124556.680000', '124556.682000', '124556.685000', '124556.687000', '124556.690000', '124616.563000', '124616.566000', '124616.568000', '124616.571000', '124616.574000', '124616.576000', '124616.579000', '124616.581000', '124616.584000', '124616.587000', '124616.590000', '124616.592000', '124616.595000', '124616.597000', '124616.600000', '124616.603000', '124616.606000', '124616.608000', '124616.611000', '124616.614000', '124616.616000', '124616.619000', '124616.622000', '124616.624000', '124616.627000', '124616.630000', '124616.632000', '124616.635000', '124616.638000', '124616.640000', '124616.643000', '124616.645000', '124616.648000', '124616.651000', '124616.653000', '124616.656000', '124616.659000', '124616.661000', '124616.664000', '124616.667000', '124616.669000', '124616.672000', '124616.674000', '124636.563000', '124636.565000', '124636.568000', '124636.571000', '124636.574000', '124636.576000', '124636.579000', '124636.582000', '124636.585000', '124636.587000', '124636.590000', '124636.592000', '124636.595000', '124636.598000', '124636.600000', '124636.603000', '124636.606000', '124636.609000', '124636.611000', '124636.614000', '124636.617000', '124636.619000', '124636.622000', '124636.625000', '124636.627000', '124636.630000', '124636.632000', '124636.635000', '124636.638000', '124636.640000', '124636.643000', '124636.646000', '124636.648000', '124636.651000', '124636.654000', '124636.656000', '124636.659000', '124636.662000', '124636.664000', '124636.667000', '124636.670000', '124636.672000', '124636.675000', '124636.677000', '124656.563000', '124656.566000', '124656.569000', '124656.571000', '124656.574000', '124656.576000', '124656.579000', '124656.582000', '124656.584000', '124656.587000', '124656.590000', '124656.592000', '124656.595000', '124656.598000', '124656.600000', '124656.603000', '124656.606000', '124656.609000', '124656.612000', '124656.615000', '124656.618000', '124656.620000', '124656.623000', '124656.625000', '124656.628000', '124656.631000', '124656.633000', '124656.636000', '124656.639000', '124656.642000', '124656.645000', '124656.648000', '124656.650000', '124656.653000', '124656.656000', '124656.658000', '124656.661000', '124656.664000', '124656.666000', '124656.669000', '124656.671000', '124656.674000', '124656.677000', '124716.563000', '124716.565000', '124716.568000', '124716.571000', '124716.574000', '124716.577000', '124716.579000', '124716.582000', '124716.585000', '124716.595000', '124716.598000', '124716.601000', '124716.603000', '124716.606000', '124716.608000', '124716.611000', '124716.614000', '124716.616000', '124716.619000', '124716.622000', '124716.624000', '124716.661000', '124716.664000', '124716.667000', '124716.669000', '124716.672000', '124716.675000', '124716.677000', '124716.680000', '124716.683000', '124716.685000', '124716.688000', '124716.691000', '124716.693000', '124716.696000', '124716.699000', '124716.701000', '124716.704000', '124716.706000', '124716.709000', '124716.712000', '124716.714000', '124716.717000', '124716.720000', '124727.898000', '124727.902000', '124727.916000', '124727.919000', '124727.922000', '124727.925000', '124727.927000', '124727.930000', '124727.933000', '124727.936000', '124727.939000', '124727.942000', '124727.944000', '124727.947000', '124727.950000', '124727.952000', '124727.955000', '124727.958000', '124727.963000', '124727.966000', '124727.969000', '124727.972000', '124727.974000', '124727.977000', '124727.980000'], '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': [13305, 9317, 8463, 8772, 7469, 12683, 7646, 7403, 9231, 7702, 14407, 9750, 15035, 9216, 15373, 9575, 15975, 10628, 12029, 12643, 7612, 12185, 8423, 9395, 8467, 7627, 13731, 7625, 14939, 9341, 16468, 10529, 13988, 9238, 7336, 10361, 7927, 13337, 8692, 15815, 8936, 7396, 9798, 7887, 13336, 8719, 15469, 9807, 11489, 8228, 7292, 8574, 7929, 12974, 8912, 7388, 8369, 7780, 12021, 8424, 15857, 11476, 11529, 8002, 7823, 10628, 8006, 7444, 13364, 8917, 7462, 11151, 7877, 7448, 9775, 7950, 13679, 10033, 16621, 11069, 12949, 17246, 8791, 7501, 12253, 9339, 7645, 11218, 8719, 7742, 14067, 10190, 14757, 11815, 7657, 9671, 8959, 7854, 12347, 9703, 8038, 12747, 10350, 7956, 10085, 8639, 7610, 9555, 10723, 7781, 9960, 9476, 7917, 10095, 16879, 11242, 12752, 12469, 9149, 19810, 19651, 18561, 19625, 11115, 7566, 10415, 13079, 9981, 16406, 10056, 9828, 10807, 8431, 11818, 9490, 8073, 9009, 18627, 13805, 9444, 7628, 8946, 9361, 8483, 8926, 8092, 7560, 9031, 8057, 7620, 8068, 13360, 14922, 12783, 15700, 12461, 11842, 17474, 10346, 8235, 9855, 9096, 8139, 8362, 12459, 11267, 8888, 14698, 10802, 7873, 7710, 8899, 8099, 8266, 10349, 15643, 9116, 8004, 15747, 13381, 18079, 12461, 17698, 12271, 15397, 9547, 13755, 10038, 7708, 8009, 7922, 10445, 8503, 7420, 7733, 8158, 7270, 12766, 10387, 14698, 13186, 13875, 8873, 13114, 8024, 12833, 8167, 12063, 7982, 9014, 8070, 7485, 10545, 7966, 8537, 8470, 7672, 12152, 9508, 7494, 9237, 7867, 14762, 9987, 14938, 11871, 16583, 11532, 8076, 9375, 7363, 10032, 9937, 11164, 7706, 12378, 7795, 12161, 8098, 10966, 8189, 7348, 11127, 8037, 13508, 12855, 11932, 12693, 16618, 18404, 13585, 11622, 7744, 10641, 7792, 10732, 10298, 11377, 11969, 16010, 7898, 8207, 9946, 8786, 9817, 11223, 8297, 10175, 15835, 12913, 7852, 9366, 8046, 7452, 12104, 12287, 11030, 14928, 10541, 7971, 16867, 10865, 13032, 12940, 14606, 12645, 10557, 12889, 8041, 13389, 8606, 12892, 8479, 7264, 9806, 7770, 8941, 8058, 7562, 10431, 7661, 12013, 7973, 12764, 7897, 11985, 8215, 7961, 8204, 7778, 13409, 7781, 7623, 8476, 8249, 14185, 10265, 9795, 12965, 7608, 8089, 8787, 13441, 10018, 9871, 11186, 7646, 14412, 8667, 7430, 9494, 8068, 10299, 8887, 7728, 13496, 8211, 14406, 8095, 7478, 11823, 9738, 11713, 10206, 9803, 8482, 7502, 8638, 10345, 17736, 12334, 18599, 14036, 18612, 13915, 18204, 14034, 19825, 13386, 9815, 9826, 7615, 10438, 8003, 7424, 7703, 8458, 7809, 10345, 8167, 7488, 12623, 10772, 8288, 7480, 10379, 7750, 11209, 16247, 13163, 17737, 12855, 16015, 10842, 11734, 8255, 10886, 7911, 8302, 7650, 7293, 9653, 7714, 9364, 7665, 7661, 11300, 7928, 11749, 8291, 11006, 7636, 11466, 10899, 11571, 12473, 9833, 7868, 8498, 7814, 7477, 8593, 7828, 7333, 11862, 9939, 14838, 12940, 11751, 16400, 14448, 12302, 15546, 7911, 8046, 9733, 11296, 14078, 7733, 7869, 7726, 7654, 11726, 8291, 16648, 9626, 7545, 10991, 8253, 13943, 10900, 15361, 10643, 12933, 8230, 7597, 12032, 8232, 12337, 8394, 11006, 17642, 13464, 9906, 15268, 19325, 10408, 13379, 8661, 12687, 8324, 12191, 7926, 11829, 8470, 9963, 8386, 7473, 12142, 8902, 7906, 12647, 8907, 7660, 12185, 8670, 7507, 13121, 9282, 7786, 13297, 8434, 7472, 11461, 7908, 7391, 12747, 8151, 7910, 7668, 7915, 7694, 7896, 9623, 14639, 11849, 11175, 16854, 13648, 18713, 14211, 18349, 13449, 18051, 14711, 8631, 12561, 9022, 11957, 8123, 7567, 8657, 7727, 7513, 11032, 13022, 11482, 7858, 7898, 10240, 8534, 7596, 12645, 16646, 17664, 13335, 11425, 8659, 14732, 9875, 12417, 10801, 8722, 16754, 9319, 7392, 12208, 8715, 13735, 9722, 15646, 10106, 7274, 10758, 7792, 7370, 8935, 7579, 12351, 8777, 11608, 17292, 16435, 9838, 9282, 7688, 7941, 9219, 8146, 12867, 10400, 8161, 14930, 16197, 9289, 7228, 8765, 8114, 11768, 12763, 13947, 17252, 13114, 18274, 15253, 10124, 8356, 7460, 9474, 8243, 9170, 11655, 8733, 7469, 10749, 8224, 7418, 11976, 8222, 7389, 12893, 9143, 8824, 9001, 11310, 8140, 14221, 11624, 10432, 16347, 9591, 7472, 12223, 8031, 13988, 9904, 13355, 9401, 10725, 7970, 7570, 10825, 8042, 7267, 11318, 7833, 7680, 8888, 7745, 13237, 12337, 12112, 9407, 13113, 8115, 7503, 8535, 7593, 10761, 8234, 7421, 11527, 7598, 9073, 8036, 7532, 13443, 12795, 17527, 10871, 7499, 10704, 8526, 14501, 10713, 7647, 10213, 7431, 7679, 9120, 7955, 13259, 8427, 14099, 11249, 11633, 7853, 7681, 11518, 8665, 11233, 10987, 7973, 13341, 8385, 13480, 9616, 15921, 11044, 17225, 8796, 7295, 8690, 7589, 10521, 8518, 11327, 7645, 8929, 8417, 7446, 13205, 11332, 12288, 7890, 7635, 9444, 8265, 13080, 9181, 7385, 14394, 9158, 7819, 11437, 8255, 8720, 14742, 11305, 18383, 13624, 19369, 14871, 17302, 12418, 13497, 10627, 7315, 10700, 8363, 11649, 8272, 7350, 10290, 8066, 12096, 8114, 11219, 8866, 9798, 12533, 8182, 7950, 7975, 7539, 10631, 7971, 10207, 13940, 9849, 7384, 8173, 7645, 12624, 8482, 15833, 10579, 15227, 10038, 11881, 9899, 7798, 7390, 8949, 7968, 7382, 9085, 7711, 7753, 13211, 9595, 9682, 14986, 10354, 9092, 11850, 8156, 13846, 9776, 8047, 13951, 8989, 7621, 12307, 8133, 7434, 12683, 8472, 8129, 9257, 7925, 12825, 8971, 8740, 13264, 7920, 8488, 9131, 7881, 13523, 9490, 7692, 12369, 8243, 7937, 8248, 7547, 14939, 10152, 7494, 8996, 7835, 14389, 9182, 8004, 8239, 7707, 12322, 11265, 17253, 12711, 8032, 9723, 8777, 9090, 12288, 9802, 7951, 11032, 7634, 7418, 10129, 8311, 14439, 13873, 17819, 17341, 10421, 9862, 8281, 7753, 10697, 11602, 9917, 10633, 9080, 7765, 11706, 10357, 16835, 17957, 12512, 7822, 7749, 9089, 8458, 8065, 10046, 13586, 11406, 12834, 17435, 13113, 12078, 17431, 12694, 10605, 13319, 9666, 9853, 11677, 8034, 7677, 10345, 8720, 8842, 13256, 8918, 7637, 8874, 10130, 8092, 10262, 10599, 8146, 14447, 9850, 7771, 14161, 10851, 7932, 9297, 7410, 7324, 10291, 8006, 7504, 10026, 7818, 9302, 10828, 8093, 14357, 9357, 15921, 11493, 14857, 11102, 7484, 10282, 7710, 8253, 7841, 7783, 11570, 8213, 7564, 8888, 7812, 12936, 8812, 15341, 11154, 7614, 10965, 7997, 13002, 8450, 13454, 8727, 7295, 8996, 7743, 10415, 8242, 7440, 12524, 8596, 15058, 8262, 15067, 9813, 13777, 9253, 11343, 8267, 7442, 9145, 7682, 10443, 8081, 7654, 9243, 7833, 12530, 8196, 14630, 11544, 16304, 9347, 13551, 8659, 13685, 8443, 7499, 12500, 8335, 7527, 9036, 8182, 13414, 10081, 15492, 12345, 7938, 11558, 8222, 14969, 11778, 18566, 13895, 11497, 8488, 7517, 11594, 8807, 10897, 8342, 7530, 11560, 8154, 13692, 9548, 14824, 7902, 7768, 8725, 7598, 13291, 8943, 7855, 13451, 8324, 10041, 10227, 16224, 12388, 9099, 13085, 7850, 7468, 9194, 7812, 9790, 12141, 8098, 11222, 8382, 8297, 12843, 11494, 15275, 10693, 8666, 8623, 7510, 10463, 8438, 7699, 14433, 9511, 7296, 10931, 8053, 7463, 13095, 8443, 10737, 15213, 12460, 7957, 8665, 10656, 9191, 13048, 13903, 9032, 7581, 12858, 8873, 11726, 17588, 13408, 8544, 8832, 9796, 8553, 14514, 11452, 8577, 12727, 9055, 7953, 7649, 8368, 7702, 12762, 9325, 12912, 14037, 10314, 15969, 9433, 15043, 10593, 13163, 11185, 7862, 13530, 7672, 7368, 9562, 7956, 10112, 14665, 7807, 7752, 8936, 10029, 7952, 7368, 9822, 10957, 15856, 13830, 17879, 12778, 19254, 13730, 9480, 11343, 9595, 8952, 8172, 7603, 11565, 8908, 7725, 10706, 7864, 7447, 14948, 17156, 17556, 10012, 11923, 12053, 7867], 'WindowCenter': [4648.0, 4578.0, 4552.0, 4548.0, 4525.0, 4574.0, 4521.0, 4508.0, 4529.0, 4520.0, 4580.0, 4540.0, 4576.0, 4527.0, 4566.0, 4516.0, 4565.0, 4523.0, 4532.0, 4533.0, 4483.0, 4531.0, 4503.0, 4512.0, 4502.0, 4494.0, 4555.0, 4494.0, 4552.0, 4514.0, 4564.0, 4522.0, 4542.0, 4500.0, 4481.0, 4512.0, 4492.0, 4541.0, 4503.0, 4552.0, 4502.0, 4482.0, 4511.0, 4492.0, 4543.0, 4502.0, 4551.0, 4513.0, 4523.0, 4493.0, 4483.0, 4504.0, 4506.0, 4558.0, 4519.0, 4484.0, 4504.0, 4497.0, 4559.0, 4518.0, 4578.0, 4538.0, 4536.0, 4507.0, 4510.0, 4536.0, 4505.0, 4480.0, 4545.0, 4517.0, 4488.0, 4524.0, 4481.0, 4469.0, 4500.0, 4480.0, 4525.0, 4497.0, 4563.0, 4534.0, 4554.0, 4573.0, 4502.0, 4506.0, 4543.0, 4525.0, 4504.0, 4533.0, 4515.0, 4520.0, 4567.0, 4524.0, 4567.0, 4559.0, 4522.0, 4527.0, 4546.0, 4534.0, 4567.0, 4510.0, 4478.0, 4530.0, 4523.0, 4504.0, 4511.0, 4517.0, 4506.0, 4525.0, 4545.0, 4507.0, 4536.0, 4525.0, 4508.0, 4537.0, 4588.0, 4536.0, 4557.0, 4546.0, 4522.0, 4634.0, 4611.0, 4584.0, 4568.0, 4520.0, 4504.0, 4532.0, 4540.0, 4511.0, 4538.0, 4499.0, 4499.0, 4512.0, 4482.0, 4522.0, 4490.0, 4479.0, 4489.0, 4552.0, 4496.0, 4452.0, 4454.0, 4492.0, 4513.0, 4490.0, 4500.0, 4482.0, 4470.0, 4478.0, 4480.0, 4482.0, 4495.0, 4544.0, 4556.0, 4522.0, 4545.0, 4524.0, 4513.0, 4564.0, 4498.0, 4468.0, 4486.0, 4475.0, 4467.0, 4479.0, 4520.0, 4524.0, 4504.0, 4552.0, 4523.0, 4492.0, 4494.0, 4513.0, 4504.0, 4491.0, 4509.0, 4552.0, 4501.0, 4481.0, 4553.0, 4519.0, 4551.0, 4518.0, 4538.0, 4506.0, 4514.0, 4486.0, 4516.0, 4488.0, 4466.0, 4468.0, 4492.0, 4509.0, 4503.0, 4483.0, 4493.0, 4496.0, 4495.0, 4544.0, 4512.0, 4556.0, 4535.0, 4544.0, 4494.0, 4529.0, 4478.0, 4519.0, 4482.0, 4521.0, 4481.0, 4502.0, 4492.0, 4485.0, 4498.0, 4480.0, 4491.0, 4495.0, 4496.0, 4565.0, 4532.0, 4499.0, 4527.0, 4519.0, 4568.0, 4527.0, 4555.0, 4536.0, 4565.0, 4534.0, 4493.0, 4514.0, 4485.0, 4514.0, 4512.0, 4521.0, 4482.0, 4532.0, 4482.0, 4532.0, 4495.0, 4524.0, 4504.0, 4483.0, 4548.0, 4532.0, 4570.0, 4568.0, 4545.0, 4529.0, 4626.0, 4613.0, 4568.0, 4520.0, 4481.0, 4513.0, 4493.0, 4535.0, 4523.0, 4543.0, 4544.0, 4551.0, 4491.0, 4490.0, 4523.0, 4502.0, 4511.0, 4522.0, 4502.0, 4524.0, 4538.0, 4529.0, 4477.0, 4487.0, 4489.0, 4493.0, 4531.0, 4529.0, 4522.0, 4553.0, 4510.0, 4479.0, 4560.0, 4510.0, 4528.0, 4529.0, 4540.0, 4529.0, 4495.0, 4516.0, 4466.0, 4516.0, 4475.0, 4516.0, 4487.0, 4466.0, 4497.0, 4480.0, 4499.0, 4490.0, 4481.0, 4521.0, 4492.0, 4532.0, 4491.0, 4531.0, 4491.0, 4529.0, 4503.0, 4503.0, 4503.0, 4520.0, 4568.0, 4507.0, 4507.0, 4504.0, 4519.0, 4580.0, 4538.0, 4541.0, 4569.0, 4508.0, 4506.0, 4515.0, 4554.0, 4525.0, 4514.0, 4535.0, 4508.0, 4565.0, 4515.0, 4508.0, 4527.0, 4519.0, 4538.0, 4528.0, 4507.0, 4555.0, 4507.0, 4579.0, 4519.0, 4521.0, 4573.0, 4550.0, 4557.0, 4536.0, 4536.0, 4528.0, 4497.0, 4513.0, 4540.0, 4592.0, 4548.0, 4576.0, 4543.0, 4564.0, 4543.0, 4561.0, 4531.0, 4561.0, 4517.0, 4486.0, 4499.0, 4480.0, 4509.0, 4480.0, 4471.0, 4483.0, 4505.0, 4495.0, 4512.0, 4490.0, 4483.0, 4530.0, 4510.0, 4489.0, 4469.0, 4511.0, 4494.0, 4523.0, 4550.0, 4528.0, 4552.0, 4520.0, 4554.0, 4526.0, 4521.0, 4490.0, 4509.0, 4480.0, 4477.0, 4480.0, 4470.0, 4498.0, 4478.0, 4500.0, 4481.0, 4481.0, 4523.0, 4493.0, 4532.0, 4505.0, 4537.0, 4493.0, 4523.0, 4511.0, 4522.0, 4543.0, 4524.0, 4507.0, 4503.0, 4495.0, 4498.0, 4517.0, 4506.0, 4497.0, 4546.0, 4527.0, 4569.0, 4545.0, 4548.0, 4566.0, 4571.0, 4546.0, 4553.0, 4505.0, 4506.0, 4526.0, 4536.0, 4555.0, 4495.0, 4506.0, 4507.0, 4507.0, 4548.0, 4506.0, 4577.0, 4515.0, 4497.0, 4524.0, 4505.0, 4557.0, 4535.0, 4565.0, 4524.0, 4543.0, 4494.0, 4494.0, 4550.0, 4505.0, 4555.0, 4509.0, 4569.0, 4609.0, 4564.0, 4491.0, 4585.0, 4583.0, 4519.0, 4537.0, 4488.0, 4529.0, 4489.0, 4528.0, 4478.0, 4517.0, 4488.0, 4508.0, 4487.0, 4467.0, 4518.0, 4488.0, 4479.0, 4530.0, 4499.0, 4480.0, 4528.0, 4486.0, 4468.0, 4539.0, 4487.0, 4466.0, 4528.0, 4486.0, 4478.0, 4542.0, 4517.0, 4495.0, 4556.0, 4517.0, 4518.0, 4519.0, 4518.0, 4516.0, 4516.0, 4524.0, 4565.0, 4544.0, 4535.0, 4576.0, 4546.0, 4573.0, 4543.0, 4561.0, 4530.0, 4560.0, 4538.0, 4488.0, 4489.0, 4463.0, 4520.0, 4520.0, 4497.0, 4503.0, 4494.0, 4495.0, 4545.0, 4555.0, 4531.0, 4493.0, 4518.0, 4536.0, 4516.0, 4509.0, 4559.0, 4590.0, 4592.0, 4556.0, 4534.0, 4502.0, 4552.0, 4514.0, 4529.0, 4509.0, 4489.0, 4549.0, 4489.0, 4468.0, 4518.0, 4478.0, 4529.0, 4487.0, 4537.0, 4497.0, 4468.0, 4508.0, 4478.0, 4469.0, 4498.0, 4483.0, 4545.0, 4529.0, 4559.0, 4590.0, 4579.0, 4524.0, 4515.0, 4485.0, 4493.0, 4527.0, 4506.0, 4556.0, 4536.0, 4529.0, 4576.0, 4577.0, 4513.0, 4481.0, 4519.0, 4509.0, 4536.0, 4535.0, 4543.0, 4577.0, 4531.0, 4573.0, 4539.0, 4497.0, 4478.0, 4470.0, 4500.0, 4491.0, 4514.0, 4522.0, 4490.0, 4468.0, 4509.0, 4478.0, 4466.0, 4533.0, 4502.0, 4482.0, 4542.0, 4525.0, 4516.0, 4515.0, 4548.0, 4507.0, 4554.0, 4533.0, 4522.0, 4574.0, 4501.0, 4469.0, 4528.0, 4478.0, 4539.0, 4509.0, 4529.0, 4489.0, 4505.0, 4478.0, 4479.0, 4521.0, 4491.0, 4482.0, 4532.0, 4492.0, 4492.0, 4503.0, 4491.0, 4542.0, 4530.0, 4522.0, 4502.0, 4530.0, 4480.0, 4481.0, 4503.0, 4505.0, 4536.0, 4504.0, 4495.0, 4533.0, 4493.0, 4513.0, 4506.0, 4509.0, 4569.0, 4568.0, 4587.0, 4536.0, 4494.0, 4524.0, 4515.0, 4567.0, 4538.0, 4507.0, 4524.0, 4495.0, 4493.0, 4514.0, 4504.0, 4555.0, 4519.0, 4568.0, 4550.0, 4533.0, 4493.0, 4493.0, 4521.0, 4503.0, 4534.0, 4523.0, 4494.0, 4541.0, 4492.0, 4543.0, 4515.0, 4564.0, 4520.0, 4561.0, 4491.0, 4482.0, 4501.0, 4481.0, 4509.0, 4490.0, 4520.0, 4492.0, 4502.0, 4502.0, 4482.0, 4544.0, 4546.0, 4544.0, 4492.0, 4494.0, 4512.0, 4502.0, 4554.0, 4516.0, 4496.0, 4567.0, 4526.0, 4504.0, 4535.0, 4506.0, 4514.0, 4565.0, 4534.0, 4576.0, 4554.0, 4574.0, 4540.0, 4562.0, 4529.0, 4531.0, 4510.0, 4467.0, 4508.0, 4488.0, 4520.0, 4488.0, 4479.0, 4510.0, 4490.0, 4531.0, 4492.0, 4522.0, 4503.0, 4525.0, 4544.0, 4504.0, 4505.0, 4508.0, 4509.0, 4538.0, 4520.0, 4538.0, 4570.0, 4526.0, 4484.0, 4504.0, 4494.0, 4545.0, 4530.0, 4579.0, 4524.0, 4556.0, 4528.0, 4547.0, 4511.0, 4491.0, 4483.0, 4499.0, 4463.0, 4479.0, 4526.0, 4506.0, 4520.0, 4557.0, 4515.0, 4514.0, 4579.0, 4526.0, 4503.0, 4532.0, 4493.0, 4541.0, 4511.0, 4492.0, 4543.0, 4500.0, 4480.0, 4531.0, 4491.0, 4481.0, 4543.0, 4491.0, 4492.0, 4502.0, 4492.0, 4542.0, 4505.0, 4503.0, 4543.0, 4493.0, 4504.0, 4512.0, 4506.0, 4544.0, 4513.0, 4494.0, 4534.0, 4504.0, 4495.0, 4504.0, 4506.0, 4581.0, 4538.0, 4496.0, 4517.0, 4508.0, 4580.0, 4516.0, 4504.0, 4503.0, 4509.0, 4557.0, 4562.0, 4619.0, 4573.0, 4522.0, 4540.0, 4534.0, 4517.0, 4546.0, 4516.0, 4494.0, 4534.0, 4494.0, 4496.0, 4526.0, 4506.0, 4579.0, 4581.0, 4600.0, 4586.0, 4525.0, 4510.0, 4503.0, 4493.0, 4549.0, 4532.0, 4512.0, 4522.0, 4503.0, 4506.0, 4556.0, 4538.0, 4576.0, 4570.0, 4528.0, 4480.0, 4493.0, 4514.0, 4504.0, 4492.0, 4512.0, 4541.0, 4508.0, 4517.0, 4537.0, 4506.0, 4493.0, 4537.0, 4502.0, 4482.0, 4501.0, 4474.0, 4482.0, 4491.0, 4461.0, 4451.0, 4494.0, 4476.0, 4485.0, 4527.0, 4486.0, 4467.0, 4486.0, 4497.0, 4479.0, 4509.0, 4507.0, 4479.0, 4540.0, 4523.0, 4493.0, 4553.0, 4524.0, 4493.0, 4513.0, 4495.0, 4494.0, 4522.0, 4492.0, 4494.0, 4524.0, 4495.0, 4514.0, 4534.0, 4503.0, 4554.0, 4514.0, 4562.0, 4532.0, 4552.0, 4523.0, 4470.0, 4511.0, 4493.0, 4491.0, 4493.0, 4495.0, 4545.0, 4507.0, 4495.0, 4515.0, 4496.0, 4558.0, 4517.0, 4567.0, 4537.0, 4496.0, 4525.0, 4495.0, 4545.0, 4504.0, 4552.0, 4505.0, 4484.0, 4513.0, 4495.0, 4534.0, 4516.0, 4496.0, 4558.0, 4516.0, 4567.0, 4507.0, 4565.0, 4513.0, 4545.0, 4514.0, 4534.0, 4494.0, 4483.0, 4513.0, 4508.0, 4535.0, 4508.0, 4507.0, 4527.0, 4506.0, 4546.0, 4517.0, 4568.0, 4538.0, 4566.0, 4515.0, 4544.0, 4504.0, 4544.0, 4494.0, 4483.0, 4547.0, 4507.0, 4498.0, 4505.0, 4507.0, 4558.0, 4528.0, 4579.0, 4546.0, 4496.0, 4536.0, 4508.0, 4566.0, 4536.0, 4576.0, 4543.0, 4522.0, 4492.0, 4483.0, 4523.0, 4504.0, 4525.0, 4493.0, 4493.0, 4533.0, 4493.0, 4543.0, 4504.0, 4553.0, 4492.0, 4482.0, 4491.0, 4494.0, 4543.0, 4504.0, 4493.0, 4545.0, 4493.0, 4527.0, 4525.0, 4565.0, 4536.0, 4503.0, 4533.0, 4483.0, 4471.0, 4501.0, 4483.0, 4515.0, 4547.0, 4496.0, 4524.0, 4506.0, 4507.0, 4545.0, 4522.0, 4555.0, 4514.0, 4493.0, 4493.0, 4483.0, 4525.0, 4494.0, 4494.0, 4570.0, 4528.0, 4499.0, 4526.0, 4497.0, 4497.0, 4561.0, 4508.0, 4524.0, 4568.0, 4558.0, 4510.0, 4506.0, 4538.0, 4519.0, 4558.0, 4561.0, 4508.0, 4498.0, 4547.0, 4532.0, 4550.0, 4592.0, 4545.0, 4507.0, 4504.0, 4516.0, 4506.0, 4556.0, 4536.0, 4506.0, 4534.0, 4503.0, 4493.0, 4484.0, 4494.0, 4497.0, 4547.0, 4519.0, 4545.0, 4559.0, 4515.0, 4555.0, 4504.0, 4542.0, 4502.0, 4522.0, 4510.0, 4469.0, 4520.0, 4469.0, 4472.0, 4503.0, 4483.0, 4527.0, 4543.0, 4497.0, 4485.0, 4504.0, 4502.0, 4481.0, 4472.0, 4502.0, 4513.0, 4554.0, 4545.0, 4564.0, 4536.0, 4576.0, 4546.0, 4503.0, 4515.0, 4504.0, 4492.0, 4481.0, 4483.0, 4523.0, 4494.0, 4485.0, 4513.0, 4495.0, 4482.0, 4595.0, 4591.0, 4578.0, 4516.0, 4537.0, 4532.0, 4495.0], 'WindowWidth': [10198.0, 10081.0, 10029.0, 10012.0, 9972.0, 10034.0, 9958.0, 9936.0, 9964.0, 9952.0, 10031.0, 9979.0, 10023.0, 9954.0, 10005.0, 9935.0, 10002.0, 9942.0, 9951.0, 9955.0, 9886.0, 9950.0, 9913.0, 9926.0, 9914.0, 9904.0, 9989.0, 9907.0, 9984.0, 9931.0, 10002.0, 9941.0, 9966.0, 9907.0, 9884.0, 9924.0, 9898.0, 9965.0, 9915.0, 9981.0, 9912.0, 9884.0, 9922.0, 9897.0, 9969.0, 9914.0, 9979.0, 9926.0, 9941.0, 9901.0, 9889.0, 9919.0, 9924.0, 9998.0, 9946.0, 9890.0, 9918.0, 9911.0, 10001.0, 9944.0, 10027.0, 9968.0, 9963.0, 9925.0, 9937.0, 9964.0, 9919.0, 9877.0, 9973.0, 9938.0, 9897.0, 9938.0, 9874.0, 9856.0, 9898.0, 9872.0, 9928.0, 9896.0, 9998.0, 9960.0, 9987.0, 10016.0, 9915.0, 9929.0, 9974.0, 9953.0, 9920.0, 9959.0, 9938.0, 9951.0, 10012.0, 9948.0, 10010.0, 10006.0, 9960.0, 9957.0, 9998.0, 9978.0, 10016.0, 9922.0, 9872.0, 9944.0, 9942.0, 9918.0, 9923.0, 9941.0, 9923.0, 9950.0, 9978.0, 9931.0, 9969.0, 9951.0, 9930.0, 9968.0, 10046.0, 9966.0, 9993.0, 9978.0, 9946.0, 10130.0, 10084.0, 10032.0, 10000.0, 9932.0, 9922.0, 9957.0, 9960.0, 9921.0, 9952.0, 9899.0, 9897.0, 9920.0, 9877.0, 9932.0, 9882.0, 9871.0, 9885.0, 9976.0, 9881.0, 9812.0, 9824.0, 9894.0, 9926.0, 9890.0, 9905.0, 9881.0, 9858.0, 9867.0, 9871.0, 9880.0, 9901.0, 9969.0, 9986.0, 9929.0, 9971.0, 9936.0, 9919.0, 9998.0, 9897.0, 9855.0, 9875.0, 9861.0, 9855.0, 9873.0, 9933.0, 9945.0, 9919.0, 9979.0, 9943.0, 9900.0, 9907.0, 9931.0, 9920.0, 9893.0, 9914.0, 9977.0, 9904.0, 9877.0, 9981.0, 9925.0, 9978.0, 9925.0, 9956.0, 9904.0, 9915.0, 9878.0, 9920.0, 9885.0, 9849.0, 9856.0, 9896.0, 9916.0, 9913.0, 9886.0, 9901.0, 9908.0, 9904.0, 9973.0, 9924.0, 9988.0, 9956.0, 9972.0, 9899.0, 9943.0, 9872.0, 9927.0, 9880.0, 9933.0, 9881.0, 9912.0, 9896.0, 9890.0, 9896.0, 9878.0, 9891.0, 9903.0, 9907.0, 10018.0, 9966.0, 9917.0, 9954.0, 9947.0, 10010.0, 9950.0, 9990.0, 9962.0, 10001.0, 9957.0, 9899.0, 9931.0, 9894.0, 9931.0, 9926.0, 9937.0, 9883.0, 9950.0, 9885.0, 9953.0, 9909.0, 9944.0, 9918.0, 9888.0, 9986.0, 9976.0, 10024.0, 10016.0, 9981.0, 9944.0, 10116.0, 10105.0, 10016.0, 9936.0, 9880.0, 9925.0, 9904.0, 9967.0, 9945.0, 9976.0, 9975.0, 9982.0, 9896.0, 9895.0, 9941.0, 9913.0, 9921.0, 9937.0, 9915.0, 9946.0, 9956.0, 9944.0, 9869.0, 9884.0, 9893.0, 9903.0, 9953.0, 9947.0, 9940.0, 9984.0, 9920.0, 9878.0, 9993.0, 9922.0, 9944.0, 9947.0, 9959.0, 9946.0, 9892.0, 9920.0, 9853.0, 9921.0, 9867.0, 9923.0, 9889.0, 9859.0, 9900.0, 9880.0, 9906.0, 9897.0, 9883.0, 9938.0, 9900.0, 9953.0, 9896.0, 9950.0, 9897.0, 9948.0, 9916.0, 9917.0, 9916.0, 9954.0, 10015.0, 9928.0, 9928.0, 9923.0, 9948.0, 10038.0, 9974.0, 9981.0, 10019.0, 9930.0, 9923.0, 9934.0, 9985.0, 9947.0, 9932.0, 9961.0, 9932.0, 10008.0, 9939.0, 9933.0, 9957.0, 9948.0, 9973.0, 9961.0, 9930.0, 9993.0, 9929.0, 10035.0, 9951.0, 9961.0, 10036.0, 10001.0, 10002.0, 9971.0, 9969.0, 9961.0, 9913.0, 9932.0, 9977.0, 10057.0, 9982.0, 10020.0, 9967.0, 10001.0, 9967.0, 9994.0, 9947.0, 9993.0, 9922.0, 9878.0, 9902.0, 9880.0, 9915.0, 9877.0, 9867.0, 9886.0, 9918.0, 9906.0, 9922.0, 9891.0, 9887.0, 9946.0, 9919.0, 9890.0, 9862.0, 9925.0, 9906.0, 9939.0, 9975.0, 9940.0, 9983.0, 9930.0, 9987.0, 9949.0, 9932.0, 9892.0, 9917.0, 9880.0, 9870.0, 9880.0, 9863.0, 9898.0, 9871.0, 9905.0, 9881.0, 9881.0, 9940.0, 9900.0, 9953.0, 9922.0, 9972.0, 9903.0, 9941.0, 9923.0, 9937.0, 9971.0, 9946.0, 9928.0, 9913.0, 9910.0, 9918.0, 9942.0, 9927.0, 9914.0, 9979.0, 9954.0, 10018.0, 9974.0, 9983.0, 10005.0, 10025.0, 9978.0, 9985.0, 9922.0, 9925.0, 9952.0, 9961.0, 9986.0, 9908.0, 9924.0, 9928.0, 9927.0, 9984.0, 9925.0, 10023.0, 9936.0, 9910.0, 9946.0, 9921.0, 9996.0, 9962.0, 10005.0, 9945.0, 9971.0, 9905.0, 9905.0, 9988.0, 9919.0, 9994.0, 9932.0, 10032.0, 10084.0, 10013.0, 9883.0, 10043.0, 10041.0, 9931.0, 9954.0, 9889.0, 9945.0, 9889.0, 9942.0, 9875.0, 9924.0, 9890.0, 9915.0, 9887.0, 9859.0, 9928.0, 9889.0, 9879.0, 9949.0, 9904.0, 9881.0, 9944.0, 9884.0, 9861.0, 9962.0, 9887.0, 9856.0, 9942.0, 9888.0, 9879.0, 9973.0, 9951.0, 9915.0, 10000.0, 9950.0, 9956.0, 9958.0, 9954.0, 9947.0, 9943.0, 9949.0, 10006.0, 9975.0, 9962.0, 10026.0, 9978.0, 10016.0, 9968.0, 9992.0, 9948.0, 9988.0, 9959.0, 9887.0, 9871.0, 9839.0, 9934.0, 9955.0, 9915.0, 9917.0, 9908.0, 9912.0, 9981.0, 9995.0, 9953.0, 9899.0, 9946.0, 9966.0, 9941.0, 9936.0, 10005.0, 10049.0, 10059.0, 9991.0, 9961.0, 9913.0, 9982.0, 9930.0, 9946.0, 9918.0, 9889.0, 9975.0, 9888.0, 9859.0, 9928.0, 9873.0, 9944.0, 9884.0, 9956.0, 9900.0, 9860.0, 9913.0, 9873.0, 9863.0, 9903.0, 9887.0, 9978.0, 9966.0, 10006.0, 10060.0, 10032.0, 9946.0, 9933.0, 9890.0, 9898.0, 9956.0, 9926.0, 9993.0, 9965.0, 9966.0, 10022.0, 10028.0, 9928.0, 9880.0, 9950.0, 9933.0, 9959.0, 9959.0, 9967.0, 10026.0, 9953.0, 10011.0, 9953.0, 9897.0, 9871.0, 9864.0, 9905.0, 9893.0, 9934.0, 9938.0, 9891.0, 9861.0, 9916.0, 9873.0, 9856.0, 9960.0, 9915.0, 9884.0, 9966.0, 9953.0, 9943.0, 9938.0, 9988.0, 9928.0, 9991.0, 9959.0, 9941.0, 10019.0, 9910.0, 9864.0, 9944.0, 9877.0, 9963.0, 9920.0, 9949.0, 9889.0, 9908.0, 9874.0, 9878.0, 9938.0, 9898.0, 9889.0, 9956.0, 9902.0, 9902.0, 9916.0, 9897.0, 9971.0, 9950.0, 9939.0, 9911.0, 9949.0, 9881.0, 9883.0, 9918.0, 9928.0, 9968.0, 9923.0, 9909.0, 9957.0, 9903.0, 9932.0, 9929.0, 9938.0, 10021.0, 10019.0, 10039.0, 9967.0, 9908.0, 9948.0, 9940.0, 10015.0, 9975.0, 9928.0, 9949.0, 9909.0, 9902.0, 9932.0, 9920.0, 9991.0, 9951.0, 10015.0, 9993.0, 9957.0, 9901.0, 9903.0, 9938.0, 9917.0, 9958.0, 9944.0, 9904.0, 9967.0, 9900.0, 9969.0, 9932.0, 10006.0, 9936.0, 9991.0, 9897.0, 9887.0, 9912.0, 9883.0, 9918.0, 9894.0, 9937.0, 9899.0, 9914.0, 9915.0, 9887.0, 9975.0, 9983.0, 9972.0, 9902.0, 9904.0, 9927.0, 9913.0, 9990.0, 9942.0, 9911.0, 10015.0, 9954.0, 9923.0, 9965.0, 9925.0, 9934.0, 10006.0, 9961.0, 10024.0, 9986.0, 10021.0, 9961.0, 9995.0, 9947.0, 9949.0, 9919.0, 9859.0, 9913.0, 9889.0, 9934.0, 9891.0, 9879.0, 9923.0, 9896.0, 9951.0, 9899.0, 9943.0, 9918.0, 9949.0, 9975.0, 9920.0, 9923.0, 9933.0, 9936.0, 9975.0, 9956.0, 9975.0, 10022.0, 9950.0, 9891.0, 9919.0, 9906.0, 9976.0, 9965.0, 10030.0, 9947.0, 9991.0, 9958.0, 9984.0, 9925.0, 9898.0, 9889.0, 9903.0, 9842.0, 9879.0, 9956.0, 9931.0, 9953.0, 9999.0, 9936.0, 9932.0, 10031.0, 9953.0, 9914.0, 9954.0, 9901.0, 9966.0, 9924.0, 9899.0, 9972.0, 9907.0, 9880.0, 9951.0, 9899.0, 9883.0, 9971.0, 9897.0, 9898.0, 9911.0, 9900.0, 9969.0, 9919.0, 9917.0, 9971.0, 9901.0, 9916.0, 9927.0, 9924.0, 9973.0, 9931.0, 9903.0, 9958.0, 9919.0, 9908.0, 9922.0, 9929.0, 10037.0, 9971.0, 9914.0, 9943.0, 9930.0, 10035.0, 9940.0, 9920.0, 9918.0, 9934.0, 9997.0, 10011.0, 10109.0, 10027.0, 9955.0, 9978.0, 9978.0, 9943.0, 9980.0, 9937.0, 9905.0, 9958.0, 9908.0, 9910.0, 9952.0, 9925.0, 10036.0, 10041.0, 10071.0, 10041.0, 9949.0, 9926.0, 9918.0, 9906.0, 9992.0, 9954.0, 9924.0, 9940.0, 9917.0, 9929.0, 9999.0, 9978.0, 10024.0, 10010.0, 9943.0, 9881.0, 9903.0, 9934.0, 9922.0, 9902.0, 9925.0, 9966.0, 9912.0, 9921.0, 9955.0, 9906.0, 9881.0, 9956.0, 9895.0, 9863.0, 9891.0, 9860.0, 9869.0, 9878.0, 9840.0, 9827.0, 9888.0, 9869.0, 9879.0, 9940.0, 9882.0, 9857.0, 9881.0, 9897.0, 9876.0, 9915.0, 9911.0, 9874.0, 9960.0, 9945.0, 9904.0, 9987.0, 9947.0, 9902.0, 9928.0, 9912.0, 9907.0, 9941.0, 9900.0, 9905.0, 9945.0, 9909.0, 9933.0, 9963.0, 9919.0, 9988.0, 9933.0, 10000.0, 9954.0, 9980.0, 9941.0, 9866.0, 9922.0, 9903.0, 9897.0, 9902.0, 9909.0, 9978.0, 9926.0, 9908.0, 9935.0, 9911.0, 9997.0, 9941.0, 10008.0, 9967.0, 9909.0, 9949.0, 9909.0, 9976.0, 9921.0, 9985.0, 9922.0, 9893.0, 9932.0, 9909.0, 9961.0, 9941.0, 9912.0, 10003.0, 9941.0, 10011.0, 9927.0, 10009.0, 9930.0, 9976.0, 9932.0, 9960.0, 9905.0, 9890.0, 9930.0, 9931.0, 9964.0, 9931.0, 9929.0, 9956.0, 9927.0, 9980.0, 9943.0, 10012.0, 9969.0, 10006.0, 9933.0, 9972.0, 9916.0, 9972.0, 9903.0, 9886.0, 9981.0, 9925.0, 9913.0, 9922.0, 9928.0, 9998.0, 9957.0, 10029.0, 9976.0, 9908.0, 9961.0, 9927.0, 10007.0, 9964.0, 10023.0, 9968.0, 9939.0, 9899.0, 9889.0, 9941.0, 9918.0, 9946.0, 9901.0, 9902.0, 9955.0, 9901.0, 9969.0, 9914.0, 9983.0, 9898.0, 9883.0, 9895.0, 9903.0, 9969.0, 9917.0, 9901.0, 9972.0, 9902.0, 9953.0, 9948.0, 10001.0, 9965.0, 9914.0, 9952.0, 9886.0, 9867.0, 9907.0, 9884.0, 9932.0, 9981.0, 9907.0, 9943.0, 9924.0, 9924.0, 9972.0, 9936.0, 9987.0, 9928.0, 9898.0, 9899.0, 9886.0, 9946.0, 9904.0, 9904.0, 10017.0, 9956.0, 9916.0, 9949.0, 9911.0, 9912.0, 10005.0, 9930.0, 9943.0, 10015.0, 9998.0, 9936.0, 9924.0, 9969.0, 9942.0, 9993.0, 10004.0, 9925.0, 9911.0, 9978.0, 9971.0, 9990.0, 10055.0, 9973.0, 9923.0, 9913.0, 9932.0, 9922.0, 9991.0, 9961.0, 9921.0, 9957.0, 9912.0, 9899.0, 9888.0, 9902.0, 9909.0, 9978.0, 9941.0, 9971.0, 9997.0, 9928.0, 9988.0, 9912.0, 9962.0, 9906.0, 9932.0, 9915.0, 9858.0, 9928.0, 9860.0, 9867.0, 9912.0, 9885.0, 9950.0, 9966.0, 9909.0, 9889.0, 9915.0, 9906.0, 9878.0, 9865.0, 9907.0, 9924.0, 9986.0, 9970.0, 10001.0, 9962.0, 10021.0, 9976.0, 9909.0, 9928.0, 9911.0, 9893.0, 9878.0, 9882.0, 9940.0, 9900.0, 9889.0, 9926.0, 9904.0, 9884.0, 10063.0, 10050.0, 10024.0, 9935.0, 9962.0, 9950.0, 9905.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.0038135930339138406</td></tr>
<tr><td colspan=3>aqi</td><td>0.02997668203483043</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.36630633641284</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.238075170522937</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0522075406880742</td></tr>
<tr><td colspan=3>efc</td><td>0.5112</td></tr>
<tr><td colspan=3>fber</td><td>4699.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17867297941976762</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>296</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.13107241063245</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499780593518192</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.35534930748046</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.652077482224091</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.491914990850024</td></tr>
<tr><td colspan=3>gcor</td><td>0.014165</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011106583289802074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04994089528918266</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1091</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.12524696366429</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.5568</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.319</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.6901</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293351.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1293.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>473.6364</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8751</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>613.6395</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3705.5239</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3832.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1559.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.9085</td></tr>
<tr><td colspan=3>tsnr</td><td>31.636729423888028</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>