<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-02/func/sub-0061_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>17c8a9da608047d8513515cacac4fa52</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>14:57:44.377500</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.0252833, 0.0210646, 0.0235536, 0.996623, 0.0786662]</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.0850316</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7766, -7286, 619, 0, -155, 0, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.65</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>09495d75-46e1-40f6-9864-b0f1f8212605||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.681473731994629, 0.0631924569606781, 0.062052566558122635, 109.1116943359375], [0.06783313304185867, 2.673866033554077, 0.21094410121440887, -109.1078872680664], [0.05651487782597542, -0.2110556811094284, 2.6910316944122314, -67.15544891357422], [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': ['145744.377500', '145744.837500', '145745.297500', '145745.757500', '145746.217500', '145746.677500', '145747.137500', '145747.597500', '145748.057500', '145748.517500', '145748.977500', '145749.437500', '145749.897500', '145750.357500', '145750.817500', '145751.277500', '145751.737500', '145752.197500', '145752.657500', '145753.117500', '145753.577500', '145754.037500', '145754.497500', '145754.957500', '145755.417500', '145755.877500', '145756.337500', '145756.797500', '145757.257500', '145757.717500', '145758.177500', '145758.637500', '145759.097500', '145759.557500', '145800.017500', '145800.477500', '145800.937500', '145801.397500', '145801.857500', '145802.317500', '145802.777500', '145803.237500', '145803.697500', '145804.157500', '145804.617500', '145805.077500', '145805.537500', '145805.997500', '145806.457500', '145806.917500', '145807.377500', '145807.837500', '145808.297500', '145808.757500', '145809.217500', '145809.677500', '145810.137500', '145810.597500', '145811.057500', '145811.517500', '145811.977500', '145812.437500', '145812.897500', '145813.357500', '145813.817500', '145814.277500', '145814.737500', '145815.197500', '145815.657500', '145816.117500', '145816.577500', '145817.037500', '145817.497500', '145817.957500', '145818.417500', '145818.877500', '145819.337500', '145819.797500', '145820.257500', '145820.717500', '145821.177500', '145821.637500', '145822.097500', '145822.557500', '145823.017500', '145823.477500', '145823.937500', '145824.397500', '145824.857500', '145825.317500', '145825.777500', '145826.237500', '145826.697500', '145827.157500', '145827.617500', '145828.077500', '145828.537500', '145828.997500', '145829.457500', '145829.917500', '145830.377500', '145830.837500', '145831.297500', '145831.757500', '145832.217500', '145832.677500', '145833.137500', '145833.597500', '145834.057500', '145834.517500', '145834.977500', '145835.437500', '145835.897500', '145836.357500', '145836.817500', '145837.277500', '145837.737500', '145838.197500', '145838.657500', '145839.117500', '145839.577500', '145840.037500', '145840.497500', '145840.957500', '145841.417500', '145841.877500', '145842.337500', '145842.797500', '145843.257500', '145843.717500', '145844.177500', '145844.637500', '145845.097500', '145845.557500', '145846.017500', '145846.477500', '145846.937500', '145847.397500', '145847.857500', '145848.317500', '145848.777500', '145849.237500', '145849.697500', '145850.157500', '145850.617500', '145851.077500', '145851.537500', '145851.997500', '145852.457500', '145852.917500', '145853.377500', '145853.837500', '145854.297500', '145854.757500', '145855.217500', '145855.677500', '145856.137500', '145856.597500', '145857.057500', '145857.517500', '145857.977500', '145858.437500', '145858.897500', '145859.357500', '145859.817500', '145900.277500', '145900.737500', '145901.197500', '145901.657500', '145902.117500', '145902.577500', '145903.037500', '145903.497500', '145903.957500', '145904.417500', '145904.877500', '145905.337500', '145905.797500', '145906.257500', '145906.717500', '145907.177500', '145907.637500', '145908.097500', '145908.557500', '145909.017500', '145909.477500', '145909.937500', '145910.397500', '145910.857500', '145911.317500', '145911.777500', '145912.237500', '145912.697500', '145913.157500', '145913.617500', '145914.077500', '145914.537500', '145914.997500', '145915.457500', '145915.917500', '145916.377500', '145916.837500', '145917.297500', '145917.757500', '145918.217500', '145918.677500', '145919.137500', '145919.597500', '145920.057500', '145920.517500', '145920.977500', '145921.437500', '145921.897500', '145922.357500', '145922.817500', '145923.277500', '145923.737500', '145924.197500', '145924.657500', '145925.117500', '145925.577500', '145926.037500', '145926.497500', '145926.957500', '145927.417500', '145927.877500', '145928.337500', '145928.797500', '145929.257500', '145929.717500', '145930.177500', '145930.637500', '145931.097500', '145931.557500', '145932.017500', '145932.477500', '145932.937500', '145933.397500', '145933.857500', '145934.317500', '145934.777500', '145935.237500', '145935.697500', '145936.157500', '145936.617500', '145937.077500', '145937.537500', '145937.997500', '145938.457500', '145938.917500', '145939.377500', '145939.837500', '145940.297500', '145940.757500', '145941.217500', '145941.677500', '145942.137500', '145942.597500', '145943.057500', '145943.517500', '145943.977500', '145944.437500', '145944.897500', '145945.357500', '145945.817500', '145946.277500', '145946.737500', '145947.197500', '145947.657500', '145948.117500', '145948.577500', '145949.037500', '145949.497500', '145949.957500', '145950.417500', '145950.877500', '145951.337500', '145951.797500', '145952.257500', '145952.717500', '145953.177500', '145953.637500', '145954.097500', '145954.557500', '145955.017500', '145955.477500', '145955.937500', '145956.397500', '145956.857500', '145957.317500', '145957.777500', '145958.237500', '145958.697500', '145959.157500', '145959.617500', '150000.077500', '150000.537500', '150000.997500', '150001.457500', '150001.917500', '150002.377500', '150002.837500', '150003.297500', '150003.757500', '150004.217500', '150004.677500', '150005.137500', '150005.597500', '150006.057500', '150006.517500', '150006.977500', '150007.437500', '150007.897500', '150008.357500', '150008.817500', '150009.277500', '150009.737500', '150010.197500', '150010.657500', '150011.117500', '150011.577500', '150012.037500', '150012.497500', '150012.957500', '150013.417500', '150013.877500', '150014.337500', '150014.797500', '150015.257500', '150015.717500', '150016.177500', '150016.637500', '150017.097500', '150017.557500', '150018.017500', '150018.477500', '150018.937500', '150019.397500', '150019.857500', '150020.317500', '150020.777500', '150021.237500', '150021.697500', '150022.157500', '150022.617500', '150023.077500', '150023.537500', '150023.997500', '150024.457500', '150024.917500', '150025.377500', '150025.837500', '150026.297500', '150026.757500', '150027.217500', '150027.677500', '150028.137500', '150028.597500', '150029.057500', '150029.517500', '150029.977500', '150030.437500', '150030.897500', '150031.357500', '150031.817500', '150032.277500', '150032.737500', '150033.197500', '150033.657500', '150034.117500', '150034.577500', '150035.037500', '150035.497500', '150035.957500', '150036.417500', '150036.877500', '150037.337500', '150037.797500', '150038.257500', '150038.717500', '150039.177500', '150039.637500', '150040.097500', '150040.557500', '150041.017500', '150041.477500', '150041.937500', '150042.397500', '150042.857500', '150043.317500', '150043.777500', '150044.237500', '150044.697500', '150045.157500', '150045.617500', '150046.077500', '150046.537500', '150046.997500', '150047.457500', '150047.917500', '150048.377500', '150048.837500', '150049.297500', '150049.757500', '150050.217500', '150050.677500', '150051.137500', '150051.597500', '150052.057500', '150052.517500', '150052.977500', '150053.437500', '150053.897500', '150054.357500', '150054.817500', '150055.277500', '150055.737500', '150056.197500', '150056.657500', '150057.117500', '150057.577500', '150058.037500', '150058.497500', '150058.957500', '150059.417500', '150059.877500', '150100.337500', '150100.797500', '150101.257500', '150101.717500', '150102.177500', '150102.637500', '150103.097500', '150103.557500', '150104.017500', '150104.477500', '150104.937500', '150105.397500', '150105.857500', '150106.317500', '150106.777500', '150107.237500', '150107.697500', '150108.157500', '150108.617500', '150109.077500', '150109.537500', '150109.997500', '150110.457500', '150110.917500', '150111.377500', '150111.837500', '150112.297500', '150112.757500', '150113.217500', '150113.677500', '150114.137500', '150114.597500', '150115.057500', '150115.517500', '150115.977500', '150116.437500', '150116.897500', '150117.357500', '150117.817500', '150118.277500', '150118.737500', '150119.197500', '150119.657500', '150120.117500', '150120.577500', '150121.037500', '150121.497500', '150121.957500', '150122.417500', '150122.877500', '150123.337500', '150123.797500', '150124.257500', '150124.717500', '150125.177500', '150125.637500', '150126.097500', '150126.557500', '150127.017500', '150127.477500', '150127.937500', '150128.397500', '150128.857500', '150129.317500', '150129.777500', '150130.237500', '150130.697500', '150131.157500', '150131.617500', '150132.077500', '150132.537500', '150132.997500', '150133.457500', '150133.917500', '150134.377500', '150134.837500', '150135.297500', '150135.757500', '150136.217500', '150136.677500', '150137.137500', '150137.597500', '150138.057500', '150138.517500', '150138.977500', '150139.437500', '150139.897500', '150140.357500', '150140.817500', '150141.277500', '150141.737500', '150142.197500', '150142.657500', '150143.117500', '150143.577500', '150144.037500', '150144.497500', '150144.957500', '150145.417500', '150145.877500', '150146.337500', '150146.797500', '150147.257500', '150147.717500', '150148.177500', '150148.637500', '150149.097500', '150149.557500', '150150.017500', '150150.477500', '150150.937500', '150151.397500', '150151.857500', '150152.317500', '150152.777500', '150153.237500', '150153.697500', '150154.157500', '150154.617500', '150155.077500', '150155.537500', '150155.997500', '150156.457500', '150156.917500', '150157.377500', '150157.837500', '150158.297500', '150158.757500', '150159.217500', '150159.677500', '150200.137500', '150200.597500', '150201.057500', '150201.517500', '150201.977500', '150202.437500', '150202.897500', '150203.357500', '150203.817500', '150204.277500', '150204.737500', '150205.197500', '150205.657500', '150206.117500', '150206.577500', '150207.037500', '150207.497500', '150207.957500', '150208.417500', '150208.877500', '150209.337500', '150209.797500', '150210.257500', '150210.717500', '150211.177500', '150211.637500', '150212.097500', '150212.557500', '150213.017500', '150213.477500', '150213.937500', '150214.397500', '150214.857500', '150215.317500', '150215.777500', '150216.237500', '150216.697500', '150217.157500', '150217.617500', '150218.077500', '150218.537500', '150218.997500', '150219.457500', '150219.917500', '150220.377500', '150220.837500', '150221.297500', '150221.757500', '150222.217500', '150222.677500', '150223.137500', '150223.597500', '150224.057500', '150224.517500', '150224.977500', '150225.437500', '150225.897500', '150226.357500', '150226.817500', '150227.277500', '150227.737500', '150228.197500', '150228.657500', '150229.117500', '150229.577500', '150230.037500', '150230.497500', '150230.957500', '150231.417500', '150231.877500', '150232.337500', '150232.797500', '150233.257500', '150233.717500', '150234.177500', '150234.637500', '150235.097500', '150235.557500', '150236.017500', '150236.477500', '150236.937500', '150237.397500', '150237.857500', '150238.317500', '150238.777500', '150239.237500', '150239.697500', '150240.157500', '150240.617500', '150241.077500', '150241.537500', '150241.997500', '150242.457500', '150242.917500', '150243.377500', '150243.837500', '150244.297500', '150244.757500', '150245.217500', '150245.677500', '150246.137500', '150246.597500', '150247.057500', '150247.517500', '150247.977500', '150248.437500', '150248.897500', '150249.357500', '150249.817500', '150250.277500', '150250.737500', '150251.197500', '150251.657500', '150252.117500', '150252.577500', '150253.037500', '150253.497500', '150253.957500', '150254.417500', '150254.877500', '150255.337500', '150255.797500', '150256.257500', '150256.717500', '150257.177500', '150257.637500', '150258.097500', '150258.557500', '150259.017500', '150259.477500', '150259.937500', '150300.397500', '150300.857500', '150301.317500', '150301.777500', '150302.237500', '150302.697500', '150303.157500', '150303.617500', '150304.077500', '150304.537500', '150304.997500', '150305.457500', '150305.917500', '150306.377500', '150306.837500', '150307.297500', '150307.757500', '150308.217500', '150308.677500', '150309.137500', '150309.597500', '150310.057500', '150310.517500', '150310.977500', '150311.437500', '150311.897500', '150312.357500', '150312.817500', '150313.277500', '150313.737500', '150314.197500', '150314.657500', '150315.117500', '150315.577500', '150316.037500', '150316.497500', '150316.957500', '150317.417500', '150317.877500', '150318.337500', '150318.797500', '150319.257500', '150319.717500', '150320.177500', '150320.637500', '150321.097500', '150321.557500', '150322.017500', '150322.477500', '150322.937500', '150323.397500', '150323.857500', '150324.317500', '150324.777500', '150325.237500', '150325.697500', '150326.157500', '150326.617500', '150327.077500', '150327.537500', '150327.997500', '150328.457500', '150328.917500', '150329.377500', '150329.837500', '150330.297500', '150330.757500', '150331.217500', '150331.677500', '150332.137500', '150332.597500', '150333.057500', '150333.517500', '150333.977500', '150334.437500', '150334.897500', '150335.357500', '150335.817500', '150336.277500', '150336.737500', '150337.197500', '150337.657500', '150338.117500', '150338.577500', '150339.037500', '150339.497500', '150339.957500', '150340.417500', '150340.877500', '150341.337500', '150341.797500', '150342.257500', '150342.717500', '150343.177500', '150343.637500', '150344.097500', '150344.557500', '150345.017500', '150345.477500', '150345.937500', '150346.397500', '150346.857500', '150347.317500', '150347.777500', '150348.237500', '150348.697500', '150349.157500', '150349.617500', '150350.077500', '150350.537500', '150350.997500', '150351.457500', '150351.917500', '150352.377500', '150352.837500', '150353.297500', '150353.757500', '150354.217500', '150354.677500', '150355.137500', '150355.597500', '150356.057500', '150356.517500', '150356.977500', '150357.437500', '150357.897500', '150358.357500', '150358.817500', '150359.277500', '150359.737500', '150400.197500', '150400.657500', '150401.117500', '150401.577500', '150402.037500', '150402.497500', '150402.957500', '150403.417500', '150403.877500', '150404.337500', '150404.797500', '150405.257500', '150405.717500', '150406.177500', '150406.637500', '150407.097500', '150407.557500', '150408.017500', '150408.477500', '150408.937500', '150409.397500', '150409.857500', '150410.317500', '150410.777500', '150411.237500', '150411.697500', '150412.157500', '150412.617500', '150413.077500', '150413.537500', '150413.997500', '150414.457500', '150414.917500', '150415.377500', '150415.837500', '150416.297500', '150416.757500', '150417.217500', '150417.677500', '150418.137500', '150418.597500', '150419.057500', '150419.517500', '150419.977500', '150420.437500', '150420.897500', '150421.357500', '150421.817500', '150422.277500', '150422.737500', '150423.197500', '150423.657500', '150424.117500', '150424.577500', '150425.037500', '150425.497500', '150425.957500', '150426.417500', '150426.877500', '150427.337500', '150427.797500', '150428.257500', '150428.717500', '150429.177500', '150429.637500', '150430.097500', '150430.557500', '150431.017500', '150431.477500', '150431.937500', '150432.397500', '150432.857500', '150433.317500', '150433.777500', '150434.237500', '150434.697500', '150435.157500', '150435.617500', '150436.077500', '150436.537500', '150436.997500', '150437.457500', '150437.917500', '150438.377500', '150438.837500', '150439.297500', '150439.757500', '150440.217500', '150440.677500', '150441.137500', '150441.597500', '150442.057500', '150442.517500', '150442.977500', '150443.437500', '150443.897500', '150444.357500', '150444.817500', '150445.277500', '150445.737500', '150446.197500', '150446.657500', '150447.117500', '150447.577500', '150448.037500', '150448.497500', '150448.957500', '150449.417500', '150449.877500', '150450.337500', '150450.797500', '150451.257500', '150451.717500', '150452.177500', '150452.637500', '150453.097500', '150453.557500', '150454.017500', '150454.477500', '150454.937500', '150455.397500', '150455.857500', '150456.317500', '150456.777500', '150457.237500', '150457.697500', '150458.157500', '150458.617500', '150459.077500', '150459.537500', '150459.997500', '150500.457500', '150500.917500', '150501.377500', '150501.837500', '150502.297500', '150502.757500', '150503.217500', '150503.677500', '150504.137500', '150504.597500', '150505.057500', '150505.517500', '150505.977500', '150506.437500', '150506.897500', '150507.357500', '150507.817500', '150508.277500', '150508.737500', '150509.197500', '150509.657500', '150510.117500', '150510.577500', '150511.037500', '150511.497500', '150511.957500', '150512.417500', '150512.877500', '150513.337500', '150513.797500', '150514.257500', '150514.717500', '150515.177500', '150515.637500', '150516.097500', '150516.557500', '150517.017500', '150517.477500', '150517.937500', '150518.397500', '150518.857500', '150519.317500', '150519.777500', '150520.237500', '150520.697500', '150521.157500', '150521.617500', '150522.077500', '150522.537500', '150522.997500', '150523.457500', '150523.917500', '150524.377500', '150524.837500', '150525.297500', '150525.757500', '150526.217500', '150526.677500', '150527.137500', '150527.597500', '150528.057500', '150528.517500', '150528.977500', '150529.437500', '150529.897500', '150530.357500', '150530.817500', '150531.277500', '150531.737500', '150532.197500', '150532.657500', '150533.117500', '150533.577500', '150534.037500', '150534.497500', '150534.957500', '150535.417500', '150535.877500', '150536.337500', '150536.797500', '150537.257500', '150537.717500', '150538.177500', '150538.637500', '150539.097500', '150539.557500', '150540.017500', '150540.477500', '150540.937500', '150541.397500', '150541.857500', '150542.317500', '150542.777500', '150543.237500', '150543.697500', '150544.157500', '150544.617500', '150545.077500', '150545.537500', '150545.997500', '150546.457500', '150546.917500', '150547.377500', '150547.837500', '150548.297500', '150548.757500', '150549.217500', '150549.677500', '150550.137500', '150550.597500', '150551.057500', '150551.517500', '150551.977500', '150552.437500', '150552.897500', '150553.357500', '150553.817500', '150554.277500', '150554.737500', '150555.197500', '150555.657500', '150556.117500', '150556.577500', '150557.037500', '150557.497500', '150557.957500', '150558.417500', '150558.877500', '150559.337500', '150559.797500', '150600.257500', '150600.717500', '150601.177500', '150601.637500', '150602.097500', '150602.557500', '150603.017500', '150603.477500', '150603.937500', '150604.397500', '150604.857500', '150605.317500', '150605.777500', '150606.237500', '150606.697500', '150607.157500', '150607.617500', '150608.077500', '150608.537500', '150608.997500'], 'ContentTime': ['145803.836000', '145803.839000', '145803.842000', '145803.844000', '145803.847000', '145803.852000', '145803.855000', '145803.858000', '145803.860000', '145803.863000', '145803.865000', '145803.868000', '145803.870000', '145803.873000', '145803.876000', '145803.878000', '145803.881000', '145803.883000', '145803.886000', '145803.888000', '145803.891000', '145803.894000', '145803.901000', '145803.904000', '145803.907000', '145803.909000', '145803.912000', '145803.914000', '145803.917000', '145803.919000', '145803.922000', '145803.925000', '145803.927000', '145803.930000', '145803.933000', '145803.935000', '145803.938000', '145803.940000', '145803.943000', '145823.802000', '145823.805000', '145823.807000', '145823.810000', '145823.812000', '145823.815000', '145823.817000', '145823.820000', '145823.823000', '145823.825000', '145823.828000', '145823.830000', '145823.833000', '145823.835000', '145823.838000', '145823.853000', '145823.869000', '145823.872000', '145823.874000', '145823.877000', '145823.880000', '145823.882000', '145823.885000', '145823.887000', '145823.890000', '145823.892000', '145823.895000', '145823.898000', '145823.900000', '145823.903000', '145823.905000', '145823.908000', '145823.911000', '145823.913000', '145823.916000', '145823.918000', '145823.921000', '145823.923000', '145823.926000', '145823.928000', '145823.931000', '145823.934000', '145823.936000', '145843.801000', '145843.804000', '145843.807000', '145843.810000', '145843.812000', '145843.815000', '145843.817000', '145843.820000', '145843.822000', '145843.825000', '145843.827000', '145843.830000', '145843.833000', '145843.835000', '145843.838000', '145843.841000', '145843.843000', '145843.846000', '145843.849000', '145843.851000', '145843.854000', '145843.856000', '145843.859000', '145843.862000', '145843.864000', '145843.867000', '145843.869000', '145843.872000', '145843.874000', '145843.877000', '145843.880000', '145843.882000', '145843.910000', '145843.913000', '145843.916000', '145843.918000', '145843.921000', '145843.923000', '145843.926000', '145843.929000', '145843.931000', '145843.934000', '145843.936000', '145843.939000', '145903.802000', '145903.804000', '145903.807000', '145903.810000', '145903.812000', '145903.815000', '145903.817000', '145903.820000', '145903.823000', '145903.825000', '145903.828000', '145903.830000', '145903.833000', '145903.835000', '145903.838000', '145903.841000', '145903.843000', '145903.846000', '145903.849000', '145903.851000', '145903.854000', '145903.856000', '145903.859000', '145903.861000', '145903.864000', '145903.867000', '145903.869000', '145903.872000', '145903.874000', '145903.877000', '145903.880000', '145903.882000', '145903.885000', '145903.887000', '145903.890000', '145903.893000', '145903.895000', '145903.898000', '145903.900000', '145903.903000', '145903.905000', '145903.908000', '145903.911000', '145923.801000', '145923.804000', '145923.807000', '145923.810000', '145923.812000', '145923.815000', '145923.817000', '145923.820000', '145923.823000', '145923.825000', '145923.828000', '145923.830000', '145923.833000', '145923.836000', '145923.838000', '145923.841000', '145923.843000', '145923.846000', '145923.849000', '145923.851000', '145923.854000', '145923.856000', '145923.859000', '145923.861000', '145923.864000', '145923.867000', '145923.869000', '145923.872000', '145923.874000', '145923.877000', '145923.880000', '145923.882000', '145923.885000', '145923.887000', '145923.890000', '145923.893000', '145923.895000', '145923.898000', '145923.900000', '145923.903000', '145923.906000', '145923.908000', '145923.911000', '145923.913000', '145943.802000', '145943.804000', '145943.807000', '145943.810000', '145943.812000', '145943.815000', '145943.817000', '145943.820000', '145943.823000', '145943.825000', '145943.828000', '145943.830000', '145943.833000', '145943.836000', '145943.838000', '145943.841000', '145943.843000', '145943.846000', '145943.849000', '145943.851000', '145943.854000', '145943.856000', '145943.859000', '145943.862000', '145943.864000', '145943.867000', '145943.869000', '145943.872000', '145943.875000', '145943.877000', '145943.880000', '145943.883000', '145943.885000', '145943.906000', '145943.909000', '145943.911000', '145943.914000', '145943.916000', '145943.919000', '145943.921000', '145943.924000', '145943.927000', '145943.929000', '150003.802000', '150003.805000', '150003.808000', '150003.811000', '150003.814000', '150003.816000', '150003.819000', '150003.821000', '150003.825000', '150003.827000', '150003.830000', '150003.833000', '150003.835000', '150003.838000', '150003.841000', '150003.843000', '150003.846000', '150003.848000', '150003.851000', '150003.854000', '150003.856000', '150003.859000', '150003.861000', '150003.864000', '150003.867000', '150003.869000', '150003.872000', '150003.874000', '150003.877000', '150003.880000', '150003.882000', '150003.885000', '150003.888000', '150003.890000', '150003.893000', '150003.896000', '150003.898000', '150003.901000', '150003.903000', '150003.906000', '150003.908000', '150003.911000', '150003.914000', '150023.801000', '150023.804000', '150023.807000', '150023.810000', '150023.812000', '150023.815000', '150023.817000', '150023.820000', '150023.823000', '150023.825000', '150023.828000', '150023.831000', '150023.833000', '150023.836000', '150023.844000', '150023.847000', '150023.850000', '150023.852000', '150023.855000', '150023.857000', '150023.860000', '150023.862000', '150023.865000', '150023.867000', '150023.870000', '150023.873000', '150023.875000', '150023.878000', '150023.880000', '150023.883000', '150023.886000', '150023.888000', '150023.891000', '150023.894000', '150023.896000', '150023.899000', '150023.901000', '150023.904000', '150023.906000', '150023.909000', '150023.912000', '150023.914000', '150023.917000', '150023.919000', '150043.802000', '150043.827000', '150043.830000', '150043.832000', '150043.835000', '150043.838000', '150043.840000', '150043.843000', '150043.845000', '150043.848000', '150043.851000', '150043.853000', '150043.856000', '150043.859000', '150043.861000', '150043.864000', '150043.866000', '150043.869000', '150043.872000', '150043.874000', '150043.877000', '150043.880000', '150043.882000', '150043.885000', '150043.887000', '150043.890000', '150043.893000', '150043.895000', '150043.898000', '150043.900000', '150043.903000', '150043.906000', '150043.908000', '150043.911000', '150043.914000', '150043.916000', '150043.919000', '150043.921000', '150043.924000', '150043.927000', '150043.929000', '150043.932000', '150043.934000', '150043.937000', '150103.802000', '150103.843000', '150103.846000', '150103.849000', '150103.851000', '150103.854000', '150103.857000', '150103.859000', '150103.862000', '150103.865000', '150103.867000', '150103.870000', '150103.872000', '150103.875000', '150103.878000', '150103.880000', '150103.883000', '150103.885000', '150103.888000', '150103.891000', '150103.893000', '150103.902000', '150103.905000', '150103.907000', '150103.910000', '150103.913000', '150103.915000', '150103.918000', '150103.920000', '150103.923000', '150103.926000', '150103.928000', '150103.931000', '150103.933000', '150103.936000', '150103.939000', '150103.941000', '150103.944000', '150103.946000', '150103.949000', '150103.952000', '150103.954000', '150103.957000', '150123.801000', '150123.804000', '150123.807000', '150123.809000', '150123.812000', '150123.815000', '150123.817000', '150123.820000', '150123.823000', '150123.826000', '150123.829000', '150123.832000', '150123.835000', '150123.837000', '150123.840000', '150123.842000', '150123.845000', '150123.848000', '150123.850000', '150123.853000', '150123.855000', '150123.858000', '150123.860000', '150123.864000', '150123.867000', '150123.869000', '150123.872000', '150123.875000', '150123.877000', '150123.880000', '150123.882000', '150123.885000', '150123.888000', '150123.890000', '150123.893000', '150123.896000', '150123.898000', '150123.901000', '150123.903000', '150123.906000', '150123.909000', '150123.911000', '150123.914000', '150143.802000', '150143.860000', '150143.863000', '150143.866000', '150143.868000', '150143.871000', '150143.873000', '150143.876000', '150143.879000', '150143.881000', '150143.884000', '150143.887000', '150143.889000', '150143.892000', '150143.894000', '150143.897000', '150143.900000', '150143.902000', '150143.905000', '150143.907000', '150143.910000', '150143.913000', '150143.915000', '150143.918000', '150143.921000', '150143.923000', '150143.926000', '150143.928000', '150143.931000', '150143.933000', '150143.936000', '150143.939000', '150143.941000', '150143.944000', '150143.946000', '150143.949000', '150143.952000', '150143.954000', '150143.957000', '150143.960000', '150143.962000', '150143.965000', '150143.967000', '150143.970000', '150203.802000', '150203.836000', '150203.839000', '150203.841000', '150203.844000', '150203.846000', '150203.849000', '150203.852000', '150203.854000', '150203.857000', '150203.859000', '150203.862000', '150203.865000', '150203.867000', '150203.870000', '150203.872000', '150203.875000', '150203.878000', '150203.880000', '150203.883000', '150203.885000', '150203.888000', '150203.891000', '150203.894000', '150203.897000', '150203.900000', '150203.902000', '150203.905000', '150203.908000', '150203.910000', '150203.913000', '150203.915000', '150203.918000', '150203.921000', '150203.923000', '150203.926000', '150203.929000', '150203.931000', '150203.934000', '150203.936000', '150203.939000', '150203.941000', '150203.944000', '150223.801000', '150223.804000', '150223.807000', '150223.810000', '150223.812000', '150223.815000', '150223.817000', '150223.820000', '150223.823000', '150223.825000', '150223.828000', '150223.831000', '150223.833000', '150223.836000', '150223.838000', '150223.841000', '150223.844000', '150223.846000', '150223.849000', '150223.851000', '150223.854000', '150223.857000', '150223.859000', '150223.862000', '150223.864000', '150223.867000', '150223.870000', '150223.872000', '150223.875000', '150223.878000', '150223.880000', '150223.883000', '150223.885000', '150223.888000', '150223.891000', '150223.893000', '150223.896000', '150223.899000', '150223.901000', '150223.904000', '150223.906000', '150223.909000', '150223.911000', '150223.914000', '150243.802000', '150243.849000', '150243.851000', '150243.854000', '150243.857000', '150243.860000', '150243.863000', '150243.866000', '150243.869000', '150243.871000', '150243.874000', '150243.876000', '150243.879000', '150243.882000', '150243.884000', '150243.887000', '150243.889000', '150243.892000', '150243.895000', '150243.897000', '150243.900000', '150243.903000', '150243.906000', '150243.909000', '150243.911000', '150243.914000', '150243.916000', '150243.919000', '150243.922000', '150243.924000', '150243.927000', '150243.929000', '150243.932000', '150243.935000', '150243.937000', '150243.940000', '150243.942000', '150243.945000', '150243.948000', '150243.950000', '150243.953000', '150243.956000', '150243.958000', '150303.802000', '150303.832000', '150303.835000', '150303.837000', '150303.845000', '150303.847000', '150303.850000', '150303.853000', '150303.855000', '150303.858000', '150303.860000', '150303.863000', '150303.865000', '150303.868000', '150303.871000', '150303.873000', '150303.876000', '150303.879000', '150303.881000', '150303.912000', '150303.915000', '150303.917000', '150303.920000', '150303.923000', '150303.925000', '150303.928000', '150303.930000', '150303.933000', '150303.936000', '150303.938000', '150303.941000', '150303.943000', '150303.946000', '150303.949000', '150303.951000', '150303.966000', '150303.968000', '150303.971000', '150303.974000', '150303.976000', '150303.979000', '150303.981000', '150303.984000', '150303.987000', '150323.802000', '150323.828000', '150323.830000', '150323.833000', '150323.836000', '150323.838000', '150323.841000', '150323.843000', '150323.846000', '150323.849000', '150323.851000', '150323.854000', '150323.856000', '150323.859000', '150323.861000', '150323.864000', '150323.867000', '150323.869000', '150323.872000', '150323.875000', '150323.877000', '150323.880000', '150323.882000', '150323.885000', '150323.888000', '150323.890000', '150323.893000', '150323.895000', '150323.898000', '150323.901000', '150323.903000', '150323.906000', '150323.908000', '150323.911000', '150323.914000', '150323.916000', '150323.919000', '150323.921000', '150323.924000', '150323.926000', '150323.929000', '150323.932000', '150323.934000', '150343.846000', '150343.877000', '150343.879000', '150343.882000', '150343.885000', '150343.887000', '150343.890000', '150343.892000', '150343.895000', '150343.898000', '150343.900000', '150343.903000', '150343.905000', '150343.908000', '150343.911000', '150343.913000', '150343.916000', '150343.919000', '150343.921000', '150343.924000', '150343.926000', '150343.929000', '150343.932000', '150343.934000', '150343.937000', '150343.939000', '150343.942000', '150343.945000', '150343.947000', '150343.950000', '150343.952000', '150343.955000', '150343.958000', '150343.960000', '150343.963000', '150343.966000', '150343.968000', '150343.971000', '150343.973000', '150343.976000', '150343.978000', '150343.981000', '150343.984000', '150343.986000', '150403.802000', '150403.821000', '150403.824000', '150403.826000', '150403.829000', '150403.831000', '150403.834000', '150403.837000', '150403.839000', '150403.842000', '150403.844000', '150403.847000', '150403.850000', '150403.852000', '150403.855000', '150403.857000', '150403.860000', '150403.863000', '150403.865000', '150403.868000', '150403.870000', '150403.873000', '150403.875000', '150403.878000', '150403.881000', '150403.883000', '150403.886000', '150403.889000', '150403.891000', '150403.894000', '150403.896000', '150403.899000', '150403.902000', '150403.905000', '150403.908000', '150403.911000', '150403.913000', '150403.916000', '150403.918000', '150403.921000', '150403.924000', '150403.926000', '150403.929000', '150423.802000', '150423.835000', '150423.838000', '150423.840000', '150423.843000', '150423.845000', '150423.848000', '150423.851000', '150423.853000', '150423.856000', '150423.858000', '150423.861000', '150423.864000', '150423.866000', '150423.869000', '150423.871000', '150423.886000', '150423.889000', '150423.891000', '150423.894000', '150423.896000', '150423.899000', '150423.902000', '150423.904000', '150423.907000', '150423.909000', '150423.912000', '150423.915000', '150423.917000', '150423.920000', '150423.922000', '150423.925000', '150423.928000', '150423.930000', '150423.933000', '150423.936000', '150423.938000', '150423.941000', '150423.943000', '150423.946000', '150423.949000', '150423.951000', '150423.954000', '150423.957000', '150443.802000', '150443.827000', '150443.830000', '150443.832000', '150443.835000', '150443.838000', '150443.840000', '150443.843000', '150443.845000', '150443.848000', '150443.851000', '150443.853000', '150443.856000', '150443.859000', '150443.862000', '150443.865000', '150443.868000', '150443.870000', '150443.873000', '150443.876000', '150443.878000', '150443.881000', '150443.884000', '150443.886000', '150443.889000', '150443.891000', '150443.894000', '150443.897000', '150443.899000', '150443.902000', '150443.904000', '150443.907000', '150443.910000', '150443.912000', '150443.915000', '150443.917000', '150443.920000', '150443.923000', '150443.925000', '150443.928000', '150443.930000', '150443.933000', '150443.936000', '150503.802000', '150503.845000', '150503.848000', '150503.850000', '150503.853000', '150503.856000', '150503.858000', '150503.861000', '150503.863000', '150503.866000', '150503.869000', '150503.871000', '150503.874000', '150503.876000', '150503.879000', '150503.882000', '150503.884000', '150503.887000', '150503.889000', '150503.892000', '150503.895000', '150503.897000', '150503.900000', '150503.903000', '150503.905000', '150503.908000', '150503.910000', '150503.913000', '150503.916000', '150503.918000', '150503.921000', '150503.923000', '150503.926000', '150503.929000', '150503.931000', '150503.934000', '150503.937000', '150503.939000', '150503.942000', '150503.944000', '150503.947000', '150503.950000', '150503.952000', '150503.955000', '150523.802000', '150523.812000', '150523.814000', '150523.817000', '150523.820000', '150523.822000', '150523.825000', '150523.827000', '150523.830000', '150523.833000', '150523.835000', '150523.838000', '150523.841000', '150523.843000', '150523.846000', '150523.848000', '150523.851000', '150523.854000', '150523.856000', '150523.859000', '150523.861000', '150523.864000', '150523.866000', '150523.869000', '150523.872000', '150523.874000', '150523.877000', '150523.879000', '150523.882000', '150523.885000', '150523.887000', '150523.890000', '150523.892000', '150523.895000', '150523.898000', '150523.900000', '150523.903000', '150523.905000', '150523.908000', '150523.911000', '150523.913000', '150523.916000', '150523.918000', '150543.802000', '150543.846000', '150543.849000', '150543.851000', '150543.854000', '150543.856000', '150543.859000', '150543.862000', '150543.864000', '150543.867000', '150543.869000', '150543.872000', '150543.875000', '150543.877000', '150543.880000', '150543.882000', '150543.885000', '150543.888000', '150543.890000', '150543.893000', '150543.895000', '150543.898000', '150543.901000', '150543.903000', '150543.906000', '150543.909000', '150543.927000', '150543.929000', '150543.932000', '150543.935000', '150543.937000', '150543.940000', '150543.942000', '150543.945000', '150543.947000', '150543.950000', '150543.953000', '150543.955000', '150543.958000', '150543.961000', '150543.963000', '150543.966000', '150543.968000', '150543.971000', '150603.802000', '150603.870000', '150603.872000', '150603.875000', '150603.878000', '150603.880000', '150603.883000', '150603.885000', '150603.888000', '150603.891000', '150603.893000', '150603.896000', '150603.898000', '150603.901000', '150603.909000', '150603.912000', '150603.914000', '150603.917000', '150603.919000', '150603.922000', '150603.925000', '150603.927000', '150603.930000', '150603.933000', '150603.935000', '150603.938000', '150603.941000', '150603.943000', '150603.946000', '150603.948000', '150603.951000', '150603.954000', '150603.956000', '150603.959000', '150603.962000', '150603.964000', '150603.967000', '150603.970000', '150603.972000', '150603.975000', '150603.978000', '150603.980000', '150603.983000', '150610.851000', '150610.854000', '150610.857000', '150610.860000', '150610.863000', '150610.866000', '150610.868000', '150610.871000', '150610.874000', '150610.877000', '150610.880000', '150610.883000', '150610.886000', '150610.888000', '150610.891000', '150610.894000'], 'InstanceCreationTime': ['145803.836000', '145803.839000', '145803.842000', '145803.844000', '145803.847000', '145803.852000', '145803.855000', '145803.858000', '145803.860000', '145803.863000', '145803.865000', '145803.868000', '145803.870000', '145803.873000', '145803.876000', '145803.878000', '145803.881000', '145803.883000', '145803.886000', '145803.888000', '145803.891000', '145803.894000', '145803.901000', '145803.904000', '145803.907000', '145803.909000', '145803.912000', '145803.914000', '145803.917000', '145803.919000', '145803.922000', '145803.925000', '145803.927000', '145803.930000', '145803.933000', '145803.935000', '145803.938000', '145803.940000', '145803.943000', '145823.802000', '145823.805000', '145823.807000', '145823.810000', '145823.812000', '145823.815000', '145823.817000', '145823.820000', '145823.823000', '145823.825000', '145823.828000', '145823.830000', '145823.833000', '145823.835000', '145823.838000', '145823.853000', '145823.869000', '145823.872000', '145823.874000', '145823.877000', '145823.880000', '145823.882000', '145823.885000', '145823.887000', '145823.890000', '145823.892000', '145823.895000', '145823.898000', '145823.900000', '145823.903000', '145823.905000', '145823.908000', '145823.911000', '145823.913000', '145823.916000', '145823.918000', '145823.921000', '145823.923000', '145823.926000', '145823.928000', '145823.931000', '145823.934000', '145823.936000', '145843.801000', '145843.804000', '145843.807000', '145843.810000', '145843.812000', '145843.815000', '145843.817000', '145843.820000', '145843.822000', '145843.825000', '145843.827000', '145843.830000', '145843.833000', '145843.835000', '145843.838000', '145843.841000', '145843.843000', '145843.846000', '145843.849000', '145843.851000', '145843.854000', '145843.856000', '145843.859000', '145843.862000', '145843.864000', '145843.867000', '145843.869000', '145843.872000', '145843.874000', '145843.877000', '145843.880000', '145843.882000', '145843.910000', '145843.913000', '145843.916000', '145843.918000', '145843.921000', '145843.923000', '145843.926000', '145843.929000', '145843.931000', '145843.934000', '145843.936000', '145843.939000', '145903.802000', '145903.804000', '145903.807000', '145903.810000', '145903.812000', '145903.815000', '145903.817000', '145903.820000', '145903.823000', '145903.825000', '145903.828000', '145903.830000', '145903.833000', '145903.835000', '145903.838000', '145903.841000', '145903.843000', '145903.846000', '145903.849000', '145903.851000', '145903.854000', '145903.856000', '145903.859000', '145903.861000', '145903.864000', '145903.867000', '145903.869000', '145903.872000', '145903.874000', '145903.877000', '145903.880000', '145903.882000', '145903.885000', '145903.887000', '145903.890000', '145903.893000', '145903.895000', '145903.898000', '145903.900000', '145903.903000', '145903.905000', '145903.908000', '145903.911000', '145923.801000', '145923.804000', '145923.807000', '145923.810000', '145923.812000', '145923.815000', '145923.817000', '145923.820000', '145923.823000', '145923.825000', '145923.828000', '145923.830000', '145923.833000', '145923.836000', '145923.838000', '145923.841000', '145923.843000', '145923.846000', '145923.849000', '145923.851000', '145923.854000', '145923.856000', '145923.859000', '145923.861000', '145923.864000', '145923.867000', '145923.869000', '145923.872000', '145923.874000', '145923.877000', '145923.880000', '145923.882000', '145923.885000', '145923.887000', '145923.890000', '145923.893000', '145923.895000', '145923.898000', '145923.900000', '145923.903000', '145923.906000', '145923.908000', '145923.911000', '145923.913000', '145943.802000', '145943.804000', '145943.807000', '145943.810000', '145943.812000', '145943.815000', '145943.817000', '145943.820000', '145943.823000', '145943.825000', '145943.828000', '145943.830000', '145943.833000', '145943.836000', '145943.838000', '145943.841000', '145943.843000', '145943.846000', '145943.849000', '145943.851000', '145943.854000', '145943.856000', '145943.859000', '145943.862000', '145943.864000', '145943.867000', '145943.869000', '145943.872000', '145943.875000', '145943.877000', '145943.880000', '145943.883000', '145943.885000', '145943.906000', '145943.909000', '145943.911000', '145943.914000', '145943.916000', '145943.919000', '145943.921000', '145943.924000', '145943.927000', '145943.929000', '150003.802000', '150003.805000', '150003.808000', '150003.811000', '150003.814000', '150003.816000', '150003.819000', '150003.821000', '150003.825000', '150003.827000', '150003.830000', '150003.833000', '150003.835000', '150003.838000', '150003.841000', '150003.843000', '150003.846000', '150003.848000', '150003.851000', '150003.854000', '150003.856000', '150003.859000', '150003.861000', '150003.864000', '150003.867000', '150003.869000', '150003.872000', '150003.874000', '150003.877000', '150003.880000', '150003.882000', '150003.885000', '150003.888000', '150003.890000', '150003.893000', '150003.896000', '150003.898000', '150003.901000', '150003.903000', '150003.906000', '150003.908000', '150003.911000', '150003.914000', '150023.801000', '150023.804000', '150023.807000', '150023.810000', '150023.812000', '150023.815000', '150023.817000', '150023.820000', '150023.823000', '150023.825000', '150023.828000', '150023.831000', '150023.833000', '150023.836000', '150023.844000', '150023.847000', '150023.850000', '150023.852000', '150023.855000', '150023.857000', '150023.860000', '150023.862000', '150023.865000', '150023.867000', '150023.870000', '150023.873000', '150023.875000', '150023.878000', '150023.880000', '150023.883000', '150023.886000', '150023.888000', '150023.891000', '150023.894000', '150023.896000', '150023.899000', '150023.901000', '150023.904000', '150023.906000', '150023.909000', '150023.912000', '150023.914000', '150023.917000', '150023.919000', '150043.802000', '150043.827000', '150043.830000', '150043.832000', '150043.835000', '150043.838000', '150043.840000', '150043.843000', '150043.845000', '150043.848000', '150043.851000', '150043.853000', '150043.856000', '150043.859000', '150043.861000', '150043.864000', '150043.866000', '150043.869000', '150043.872000', '150043.874000', '150043.877000', '150043.880000', '150043.882000', '150043.885000', '150043.887000', '150043.890000', '150043.893000', '150043.895000', '150043.898000', '150043.900000', '150043.903000', '150043.906000', '150043.908000', '150043.911000', '150043.914000', '150043.916000', '150043.919000', '150043.921000', '150043.924000', '150043.927000', '150043.929000', '150043.932000', '150043.934000', '150043.937000', '150103.802000', '150103.843000', '150103.846000', '150103.849000', '150103.851000', '150103.854000', '150103.857000', '150103.859000', '150103.862000', '150103.865000', '150103.867000', '150103.870000', '150103.872000', '150103.875000', '150103.878000', '150103.880000', '150103.883000', '150103.885000', '150103.888000', '150103.891000', '150103.893000', '150103.902000', '150103.905000', '150103.907000', '150103.910000', '150103.913000', '150103.915000', '150103.918000', '150103.920000', '150103.923000', '150103.926000', '150103.928000', '150103.931000', '150103.933000', '150103.936000', '150103.939000', '150103.941000', '150103.944000', '150103.946000', '150103.949000', '150103.952000', '150103.954000', '150103.957000', '150123.801000', '150123.804000', '150123.807000', '150123.809000', '150123.812000', '150123.815000', '150123.817000', '150123.820000', '150123.823000', '150123.826000', '150123.829000', '150123.832000', '150123.835000', '150123.837000', '150123.840000', '150123.842000', '150123.845000', '150123.848000', '150123.850000', '150123.853000', '150123.855000', '150123.858000', '150123.860000', '150123.864000', '150123.867000', '150123.869000', '150123.872000', '150123.875000', '150123.877000', '150123.880000', '150123.882000', '150123.885000', '150123.888000', '150123.890000', '150123.893000', '150123.896000', '150123.898000', '150123.901000', '150123.903000', '150123.906000', '150123.909000', '150123.911000', '150123.914000', '150143.802000', '150143.860000', '150143.863000', '150143.866000', '150143.868000', '150143.871000', '150143.873000', '150143.876000', '150143.879000', '150143.881000', '150143.884000', '150143.887000', '150143.889000', '150143.892000', '150143.894000', '150143.897000', '150143.900000', '150143.902000', '150143.905000', '150143.907000', '150143.910000', '150143.913000', '150143.915000', '150143.918000', '150143.921000', '150143.923000', '150143.926000', '150143.928000', '150143.931000', '150143.933000', '150143.936000', '150143.939000', '150143.941000', '150143.944000', '150143.946000', '150143.949000', '150143.952000', '150143.954000', '150143.957000', '150143.960000', '150143.962000', '150143.965000', '150143.967000', '150143.970000', '150203.802000', '150203.836000', '150203.839000', '150203.841000', '150203.844000', '150203.846000', '150203.849000', '150203.852000', '150203.854000', '150203.857000', '150203.859000', '150203.862000', '150203.865000', '150203.867000', '150203.870000', '150203.872000', '150203.875000', '150203.878000', '150203.880000', '150203.883000', '150203.885000', '150203.888000', '150203.891000', '150203.894000', '150203.897000', '150203.900000', '150203.902000', '150203.905000', '150203.908000', '150203.910000', '150203.913000', '150203.915000', '150203.918000', '150203.921000', '150203.923000', '150203.926000', '150203.929000', '150203.931000', '150203.934000', '150203.936000', '150203.939000', '150203.941000', '150203.944000', '150223.801000', '150223.804000', '150223.807000', '150223.810000', '150223.812000', '150223.815000', '150223.817000', '150223.820000', '150223.823000', '150223.825000', '150223.828000', '150223.831000', '150223.833000', '150223.836000', '150223.838000', '150223.841000', '150223.844000', '150223.846000', '150223.849000', '150223.851000', '150223.854000', '150223.857000', '150223.859000', '150223.862000', '150223.864000', '150223.867000', '150223.870000', '150223.872000', '150223.875000', '150223.878000', '150223.880000', '150223.883000', '150223.885000', '150223.888000', '150223.891000', '150223.893000', '150223.896000', '150223.899000', '150223.901000', '150223.904000', '150223.906000', '150223.909000', '150223.911000', '150223.914000', '150243.802000', '150243.849000', '150243.851000', '150243.854000', '150243.857000', '150243.860000', '150243.863000', '150243.866000', '150243.869000', '150243.871000', '150243.874000', '150243.876000', '150243.879000', '150243.882000', '150243.884000', '150243.887000', '150243.889000', '150243.892000', '150243.895000', '150243.897000', '150243.900000', '150243.903000', '150243.906000', '150243.909000', '150243.911000', '150243.914000', '150243.916000', '150243.919000', '150243.922000', '150243.924000', '150243.927000', '150243.929000', '150243.932000', '150243.935000', '150243.937000', '150243.940000', '150243.942000', '150243.945000', '150243.948000', '150243.950000', '150243.953000', '150243.956000', '150243.958000', '150303.802000', '150303.832000', '150303.835000', '150303.837000', '150303.845000', '150303.847000', '150303.850000', '150303.853000', '150303.855000', '150303.858000', '150303.860000', '150303.863000', '150303.865000', '150303.868000', '150303.871000', '150303.873000', '150303.876000', '150303.879000', '150303.881000', '150303.912000', '150303.915000', '150303.917000', '150303.920000', '150303.923000', '150303.925000', '150303.928000', '150303.930000', '150303.933000', '150303.936000', '150303.938000', '150303.941000', '150303.943000', '150303.946000', '150303.949000', '150303.951000', '150303.966000', '150303.968000', '150303.971000', '150303.974000', '150303.976000', '150303.979000', '150303.981000', '150303.984000', '150303.987000', '150323.802000', '150323.828000', '150323.830000', '150323.833000', '150323.836000', '150323.838000', '150323.841000', '150323.843000', '150323.846000', '150323.849000', '150323.851000', '150323.854000', '150323.856000', '150323.859000', '150323.861000', '150323.864000', '150323.867000', '150323.869000', '150323.872000', '150323.875000', '150323.877000', '150323.880000', '150323.882000', '150323.885000', '150323.888000', '150323.890000', '150323.893000', '150323.895000', '150323.898000', '150323.901000', '150323.903000', '150323.906000', '150323.908000', '150323.911000', '150323.914000', '150323.916000', '150323.919000', '150323.921000', '150323.924000', '150323.926000', '150323.929000', '150323.932000', '150323.934000', '150343.846000', '150343.877000', '150343.879000', '150343.882000', '150343.885000', '150343.887000', '150343.890000', '150343.892000', '150343.895000', '150343.898000', '150343.900000', '150343.903000', '150343.905000', '150343.908000', '150343.911000', '150343.913000', '150343.916000', '150343.919000', '150343.921000', '150343.924000', '150343.926000', '150343.929000', '150343.932000', '150343.934000', '150343.937000', '150343.939000', '150343.942000', '150343.945000', '150343.947000', '150343.950000', '150343.952000', '150343.955000', '150343.958000', '150343.960000', '150343.963000', '150343.966000', '150343.968000', '150343.971000', '150343.973000', '150343.976000', '150343.978000', '150343.981000', '150343.984000', '150343.986000', '150403.802000', '150403.821000', '150403.824000', '150403.826000', '150403.829000', '150403.831000', '150403.834000', '150403.837000', '150403.839000', '150403.842000', '150403.844000', '150403.847000', '150403.850000', '150403.852000', '150403.855000', '150403.857000', '150403.860000', '150403.863000', '150403.865000', '150403.868000', '150403.870000', '150403.873000', '150403.875000', '150403.878000', '150403.881000', '150403.883000', '150403.886000', '150403.889000', '150403.891000', '150403.894000', '150403.896000', '150403.899000', '150403.902000', '150403.905000', '150403.908000', '150403.911000', '150403.913000', '150403.916000', '150403.918000', '150403.921000', '150403.924000', '150403.926000', '150403.929000', '150423.802000', '150423.835000', '150423.838000', '150423.840000', '150423.843000', '150423.845000', '150423.848000', '150423.851000', '150423.853000', '150423.856000', '150423.858000', '150423.861000', '150423.864000', '150423.866000', '150423.869000', '150423.871000', '150423.886000', '150423.889000', '150423.891000', '150423.894000', '150423.896000', '150423.899000', '150423.902000', '150423.904000', '150423.907000', '150423.909000', '150423.912000', '150423.915000', '150423.917000', '150423.920000', '150423.922000', '150423.925000', '150423.928000', '150423.930000', '150423.933000', '150423.936000', '150423.938000', '150423.941000', '150423.943000', '150423.946000', '150423.949000', '150423.951000', '150423.954000', '150423.957000', '150443.802000', '150443.827000', '150443.830000', '150443.832000', '150443.835000', '150443.838000', '150443.840000', '150443.843000', '150443.845000', '150443.848000', '150443.851000', '150443.853000', '150443.856000', '150443.859000', '150443.862000', '150443.865000', '150443.868000', '150443.870000', '150443.873000', '150443.876000', '150443.878000', '150443.881000', '150443.884000', '150443.886000', '150443.889000', '150443.891000', '150443.894000', '150443.897000', '150443.899000', '150443.902000', '150443.904000', '150443.907000', '150443.910000', '150443.912000', '150443.915000', '150443.917000', '150443.920000', '150443.923000', '150443.925000', '150443.928000', '150443.930000', '150443.933000', '150443.936000', '150503.802000', '150503.845000', '150503.848000', '150503.850000', '150503.853000', '150503.856000', '150503.858000', '150503.861000', '150503.863000', '150503.866000', '150503.869000', '150503.871000', '150503.874000', '150503.876000', '150503.879000', '150503.882000', '150503.884000', '150503.887000', '150503.889000', '150503.892000', '150503.895000', '150503.897000', '150503.900000', '150503.903000', '150503.905000', '150503.908000', '150503.910000', '150503.913000', '150503.916000', '150503.918000', '150503.921000', '150503.923000', '150503.926000', '150503.929000', '150503.931000', '150503.934000', '150503.937000', '150503.939000', '150503.942000', '150503.944000', '150503.947000', '150503.950000', '150503.952000', '150503.955000', '150523.802000', '150523.812000', '150523.814000', '150523.817000', '150523.820000', '150523.822000', '150523.825000', '150523.827000', '150523.830000', '150523.833000', '150523.835000', '150523.838000', '150523.841000', '150523.843000', '150523.846000', '150523.848000', '150523.851000', '150523.854000', '150523.856000', '150523.859000', '150523.861000', '150523.864000', '150523.866000', '150523.869000', '150523.872000', '150523.874000', '150523.877000', '150523.879000', '150523.882000', '150523.885000', '150523.887000', '150523.890000', '150523.892000', '150523.895000', '150523.898000', '150523.900000', '150523.903000', '150523.905000', '150523.908000', '150523.911000', '150523.913000', '150523.916000', '150523.918000', '150543.802000', '150543.846000', '150543.849000', '150543.851000', '150543.854000', '150543.856000', '150543.859000', '150543.862000', '150543.864000', '150543.867000', '150543.869000', '150543.872000', '150543.875000', '150543.877000', '150543.880000', '150543.882000', '150543.885000', '150543.888000', '150543.890000', '150543.893000', '150543.895000', '150543.898000', '150543.901000', '150543.903000', '150543.906000', '150543.909000', '150543.927000', '150543.929000', '150543.932000', '150543.935000', '150543.937000', '150543.940000', '150543.942000', '150543.945000', '150543.947000', '150543.950000', '150543.953000', '150543.955000', '150543.958000', '150543.961000', '150543.963000', '150543.966000', '150543.968000', '150543.971000', '150603.802000', '150603.870000', '150603.872000', '150603.875000', '150603.878000', '150603.880000', '150603.883000', '150603.885000', '150603.888000', '150603.891000', '150603.893000', '150603.896000', '150603.898000', '150603.901000', '150603.909000', '150603.912000', '150603.914000', '150603.917000', '150603.919000', '150603.922000', '150603.925000', '150603.927000', '150603.930000', '150603.933000', '150603.935000', '150603.938000', '150603.941000', '150603.943000', '150603.946000', '150603.948000', '150603.951000', '150603.954000', '150603.956000', '150603.959000', '150603.962000', '150603.964000', '150603.967000', '150603.970000', '150603.972000', '150603.975000', '150603.978000', '150603.980000', '150603.983000', '150610.851000', '150610.854000', '150610.857000', '150610.860000', '150610.863000', '150610.866000', '150610.868000', '150610.871000', '150610.874000', '150610.877000', '150610.880000', '150610.883000', '150610.886000', '150610.888000', '150610.891000', '150610.894000'], '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': [10288, 10562, 9709, 11224, 11037, 11325, 9696, 11657, 11067, 13058, 11253, 11620, 11066, 9898, 10759, 9593, 10698, 10880, 10906, 9595, 10938, 11523, 12042, 10520, 10252, 10908, 10048, 10792, 9643, 10609, 11199, 10776, 9620, 12631, 11080, 12746, 10816, 10507, 11242, 9683, 10695, 10815, 10377, 10078, 12282, 10225, 13095, 10660, 11372, 11254, 10257, 10460, 10393, 10550, 9172, 10655, 10802, 10366, 10604, 10319, 13839, 10933, 10208, 10962, 9736, 11831, 10318, 13030, 10923, 10295, 10583, 9497, 10697, 11035, 10641, 9736, 11948, 10607, 11359, 10917, 10315, 10733, 10334, 10515, 9975, 10372, 10926, 11124, 9712, 12120, 9706, 12439, 10887, 12026, 10934, 12096, 10883, 11127, 10851, 9813, 10592, 9750, 10643, 9404, 10706, 10916, 10499, 9648, 11666, 9825, 12187, 10101, 12440, 10721, 11740, 11157, 12326, 10922, 11223, 11062, 10146, 10703, 9818, 10474, 9681, 10582, 9691, 10469, 10036, 10403, 9857, 10373, 10940, 10326, 9452, 11447, 10748, 11750, 10431, 10669, 10860, 10374, 10595, 10349, 10771, 9940, 10882, 9410, 10692, 9754, 10718, 10933, 11008, 9905, 11220, 9616, 12743, 9594, 12609, 11220, 12432, 10396, 12790, 10637, 10466, 10846, 9606, 10718, 9874, 10695, 10051, 10922, 9289, 10569, 9789, 10723, 9871, 10456, 11031, 10911, 9917, 11638, 9876, 12501, 11041, 12812, 10808, 10842, 10747, 11358, 10905, 9744, 10714, 9789, 10566, 10765, 11324, 10301, 11991, 10258, 11870, 11380, 13318, 10760, 11781, 10840, 10085, 10724, 9603, 10457, 10368, 10290, 10106, 11345, 9742, 12461, 9921, 12407, 11508, 12773, 11028, 12689, 9753, 12226, 10707, 12862, 10859, 12107, 10953, 12446, 11502, 11846, 10923, 10375, 10858, 10305, 10829, 9664, 10688, 9841, 10441, 10805, 11610, 10934, 12182, 10463, 11244, 10298, 11653, 10907, 11498, 10592, 11397, 9920, 11598, 10422, 12881, 10828, 10984, 10922, 10487, 10528, 9453, 10605, 10016, 10302, 10334, 11364, 10623, 10728, 9614, 11213, 9848, 12447, 9876, 12648, 11127, 12853, 10928, 12691, 10550, 10294, 10639, 9939, 10720, 9517, 10609, 9754, 10693, 10914, 11063, 10591, 12364, 10289, 12589, 9693, 12902, 11292, 12225, 10553, 11919, 11072, 9939, 11003, 10096, 10799, 9759, 10375, 9839, 10700, 11196, 11258, 9583, 12793, 10126, 12845, 10470, 10928, 10864, 11676, 10809, 9847, 10700, 9959, 10496, 10336, 10946, 10978, 11683, 10036, 11831, 11033, 12834, 10556, 12535, 10577, 12166, 10931, 11965, 10814, 10380, 10889, 9606, 10524, 10636, 10746, 10691, 10586, 9753, 11037, 9615, 11493, 10004, 12461, 11362, 12695, 10591, 11252, 10749, 10095, 10691, 9774, 10454, 10204, 10486, 10927, 11370, 9995, 11595, 10683, 13263, 10770, 12717, 10834, 13154, 10567, 13254, 10226, 12824, 10535, 12993, 10568, 12904, 10341, 12244, 11044, 9787, 10506, 10338, 10624, 9903, 10428, 9826, 10304, 10044, 11212, 10040, 11522, 10716, 10342, 10832, 11057, 10586, 11739, 10476, 10954, 10939, 11318, 10584, 11817, 9988, 12457, 9902, 13026, 10570, 12647, 10366, 13065, 9529, 12426, 10274, 12507, 10084, 12750, 10050, 12276, 11330, 13006, 10366, 12387, 10118, 12164, 10653, 9714, 10412, 9694, 10528, 9945, 10747, 10285, 10070, 10063, 10547, 10089, 10994, 10626, 11238, 10478, 12156, 10125, 12903, 9646, 12969, 11005, 13006, 10460, 13488, 10668, 12731, 10330, 12698, 10456, 11370, 10548, 10552, 10292, 9492, 10489, 10150, 10616, 10717, 10782, 9650, 11870, 11147, 13391, 10789, 13238, 10282, 12763, 10496, 13009, 10581, 12196, 10468, 10464, 10619, 9494, 10815, 9981, 10349, 10770, 10553, 10782, 11652, 9397, 13166, 9582, 13074, 11092, 13230, 10414, 13314, 10317, 11841, 10652, 9669, 10094, 10283, 10250, 10243, 10423, 9893, 10767, 9874, 10692, 9925, 10043, 10925, 10463, 10310, 11729, 9360, 12375, 9750, 12705, 10727, 12793, 10197, 13612, 10339, 12347, 10684, 9706, 10469, 10557, 10287, 10226, 10170, 9830, 10216, 10450, 11822, 10479, 13031, 9663, 12305, 9580, 12302, 9469, 12844, 9754, 12449, 10509, 12645, 10287, 13364, 9961, 11396, 10371, 10489, 10106, 10032, 10348, 9920, 9952, 10178, 9877, 9843, 10636, 9671, 10210, 10030, 9672, 9778, 10699, 10033, 10470, 10641, 10979, 9954, 11962, 10491, 12072, 9490, 12387, 9627, 12740, 10518, 12509, 10379, 9935, 10296, 10460, 11030, 9952, 10145, 10435, 11575, 10380, 14024, 10393, 11640, 10480, 11524, 10495, 12877, 10440, 12374, 9529, 11995, 10085, 12433, 9384, 11924, 9685, 11813, 9899, 11845, 10612, 11032, 9485, 11499, 9883, 11811, 10884, 12656, 10398, 10412, 10361, 9464, 9976, 12198, 10279, 11948, 10294, 9986, 10432, 9633, 10360, 10365, 10274, 9664, 11204, 10266, 9871, 10031, 9957, 10107, 11197, 9525, 11937, 10036, 12910, 10133, 11571, 10725, 10482, 10268, 9975, 10203, 9901, 10250, 10253, 11903, 10536, 11838, 10078, 12385, 9599, 12995, 9821, 14048, 11083, 13030, 10212, 13279, 10245, 13828, 10309, 10347, 10200, 10387, 10250, 10178, 10204, 10052, 11048, 9627, 10128, 10326, 10535, 10135, 10887, 10674, 10437, 10319, 11258, 10714, 11121, 9907, 11448, 9896, 11228, 10604, 11430, 10726, 10168, 10152, 10922, 9615, 11453, 9466, 11778, 9818, 11775, 10153, 12466, 9608, 12956, 10286, 12985, 10560, 13167, 10247, 12953, 9549, 12139, 10661, 12413, 10848, 12707, 10456, 12280, 10325, 11173, 10894, 11473, 10727, 11258, 10557, 10205, 10377, 10665, 10516, 9905, 10776, 10008, 10153, 9998, 11049, 10641, 11546, 9574, 11822, 9584, 13158, 9698, 12914, 10769, 12936, 10346, 12559, 10285, 12166, 10372, 10293, 10844, 9563, 10944, 9763, 11455, 10281, 10570, 10892, 11506, 10003, 12795, 9506, 12655, 9771, 12114, 10472, 12245, 10620, 10801, 10605, 10404, 10915, 10232, 10102, 10491, 10793, 10015, 11581, 10914, 13104, 9724, 12598, 10384, 12425, 10280, 13066, 9960, 12532, 10654, 12813, 10065, 13118, 10132, 12499, 10743, 10375, 10289, 9595, 10261, 10537, 10575, 9876, 10867, 9902, 10821, 9973, 11621, 10626, 11358, 10444, 11565, 10543, 11966, 10426, 10656, 9458, 11748, 10836, 12267, 10307, 11249, 10504, 9497, 10186, 9975, 9448, 10223, 9420, 10122, 10435, 10239, 9475, 15147, 11068, 10871, 10390, 9747, 10157, 10073, 10070, 9951, 12409, 10133, 9499, 10379, 10249, 11358, 10067, 10232, 10419, 10046, 9851, 10232, 12421, 10337, 10475, 10742, 9886, 11127, 10748, 9819, 10521, 10456, 9388, 11492, 9274, 12785, 9645, 12854, 9271, 12403, 9406, 12502, 9348, 12257, 9663, 12254, 9290, 12376, 9533, 13345, 9589, 12735, 9199, 12209, 9274, 12108, 10602, 12216, 10388, 10381, 10074, 10446, 10169, 10822, 10244, 9947, 9898, 10308, 9965, 10343, 10395, 9828, 9931, 9415, 10221, 11302, 9561, 12879, 10413, 12091, 10496, 11740, 10561, 11266, 10173, 11425, 10110, 10238, 10182, 10943, 10219, 10948, 10204, 9894, 10502, 9842, 9765, 9915, 10543, 10176, 12223, 9887, 10118, 10272, 12075, 10361, 14673, 9845, 13782, 10074, 13004, 10072, 12585, 10617, 12731, 11118, 12401, 10765, 12004, 9818, 12714, 9446, 12071, 9559, 11307, 10563, 11020, 10287, 10610, 10315, 10499, 10579, 10916, 10727, 11277, 10450, 10444, 10090, 11173, 9779, 12304, 10395, 12230, 10280, 10648, 9607, 11448, 9622, 12307, 9624, 12584, 10929, 12574, 10493, 12597, 10776, 12684, 10286, 12998, 10213, 12960, 10569, 12864, 10861, 12572, 10697, 12640, 10047, 11989, 9646, 11570, 9658, 11882, 9802, 12103, 9747, 11904, 9664, 12213, 10069, 12433, 10679, 13280, 10046, 12000, 10311, 11198, 10367, 12134, 10254, 10266, 10146, 10135, 10088, 10637, 10107, 10597, 11227, 10214, 10454, 10295, 10218, 10585, 9836, 9715, 10848, 9703, 12385, 10777, 11279, 10147, 10746, 9657, 11441, 9548, 12157, 10733, 12308, 10230, 11300, 10387, 11360, 10273, 10198, 10340, 10224, 11327, 10057, 10128, 10159, 11004, 10489, 10000, 10646, 10714, 10745, 11965, 9801, 12835, 10658, 12712, 10395, 13812, 9849, 11987, 10238, 12908, 10217, 13028, 9805], 'WindowCenter': [4246.0, 4233.0, 4219.0, 4216.0, 4215.0, 4213.0, 4192.0, 4211.0, 4212.0, 4221.0, 4212.0, 4212.0, 4200.0, 4189.0, 4200.0, 4190.0, 4201.0, 4201.0, 4201.0, 4190.0, 4200.0, 4212.0, 4211.0, 4203.0, 4201.0, 4201.0, 4201.0, 4212.0, 4191.0, 4201.0, 4211.0, 4200.0, 4192.0, 4211.0, 4213.0, 4210.0, 4201.0, 4201.0, 4212.0, 4191.0, 4202.0, 4201.0, 4200.0, 4201.0, 4212.0, 4203.0, 4223.0, 4202.0, 4210.0, 4213.0, 4201.0, 4201.0, 4201.0, 4201.0, 4192.0, 4201.0, 4203.0, 4202.0, 4215.0, 4216.0, 4234.0, 4215.0, 4202.0, 4202.0, 4192.0, 4213.0, 4203.0, 4223.0, 4202.0, 4202.0, 4202.0, 4191.0, 4202.0, 4201.0, 4200.0, 4203.0, 4212.0, 4203.0, 4200.0, 4201.0, 4189.0, 4201.0, 4203.0, 4202.0, 4192.0, 4192.0, 4201.0, 4200.0, 4192.0, 4212.0, 4193.0, 4210.0, 4201.0, 4209.0, 4201.0, 4210.0, 4201.0, 4201.0, 4200.0, 4189.0, 4189.0, 4189.0, 4200.0, 4179.0, 4191.0, 4199.0, 4188.0, 4189.0, 4200.0, 4190.0, 4210.0, 4202.0, 4210.0, 4201.0, 4200.0, 4202.0, 4211.0, 4203.0, 4200.0, 4202.0, 4190.0, 4200.0, 4201.0, 4202.0, 4192.0, 4202.0, 4191.0, 4201.0, 4192.0, 4201.0, 4202.0, 4202.0, 4202.0, 4202.0, 4191.0, 4211.0, 4213.0, 4214.0, 4214.0, 4204.0, 4214.0, 4202.0, 4215.0, 4215.0, 4214.0, 4203.0, 4213.0, 4192.0, 4203.0, 4192.0, 4204.0, 4213.0, 4202.0, 4203.0, 4212.0, 4194.0, 4223.0, 4194.0, 4212.0, 4213.0, 4213.0, 4204.0, 4222.0, 4203.0, 4202.0, 4203.0, 4190.0, 4202.0, 4201.0, 4202.0, 4191.0, 4202.0, 4191.0, 4202.0, 4202.0, 4204.0, 4202.0, 4202.0, 4202.0, 4201.0, 4191.0, 4212.0, 4203.0, 4212.0, 4213.0, 4212.0, 4202.0, 4201.0, 4213.0, 4212.0, 4203.0, 4193.0, 4202.0, 4201.0, 4202.0, 4213.0, 4213.0, 4203.0, 4213.0, 4202.0, 4211.0, 4213.0, 4224.0, 4215.0, 4212.0, 4202.0, 4190.0, 4201.0, 4192.0, 4202.0, 4203.0, 4201.0, 4201.0, 4202.0, 4192.0, 4214.0, 4203.0, 4212.0, 4212.0, 4210.0, 4201.0, 4211.0, 4191.0, 4211.0, 4201.0, 4209.0, 4200.0, 4210.0, 4203.0, 4211.0, 4213.0, 4210.0, 4201.0, 4190.0, 4202.0, 4203.0, 4202.0, 4193.0, 4204.0, 4192.0, 4203.0, 4213.0, 4213.0, 4213.0, 4214.0, 4203.0, 4201.0, 4201.0, 4211.0, 4213.0, 4211.0, 4203.0, 4211.0, 4191.0, 4211.0, 4203.0, 4212.0, 4204.0, 4201.0, 4202.0, 4214.0, 4214.0, 4204.0, 4203.0, 4203.0, 4202.0, 4203.0, 4214.0, 4202.0, 4202.0, 4192.0, 4201.0, 4202.0, 4223.0, 4204.0, 4212.0, 4213.0, 4210.0, 4202.0, 4222.0, 4202.0, 4201.0, 4203.0, 4191.0, 4201.0, 4192.0, 4202.0, 4192.0, 4201.0, 4201.0, 4201.0, 4201.0, 4211.0, 4202.0, 4211.0, 4191.0, 4212.0, 4201.0, 4210.0, 4202.0, 4210.0, 4201.0, 4190.0, 4201.0, 4190.0, 4201.0, 4192.0, 4202.0, 4191.0, 4202.0, 4202.0, 4200.0, 4192.0, 4212.0, 4202.0, 4210.0, 4201.0, 4200.0, 4203.0, 4212.0, 4202.0, 4191.0, 4201.0, 4190.0, 4201.0, 4203.0, 4203.0, 4202.0, 4212.0, 4192.0, 4211.0, 4203.0, 4213.0, 4203.0, 4211.0, 4201.0, 4200.0, 4202.0, 4211.0, 4202.0, 4191.0, 4201.0, 4190.0, 4201.0, 4201.0, 4202.0, 4203.0, 4202.0, 4193.0, 4201.0, 4191.0, 4212.0, 4203.0, 4212.0, 4214.0, 4211.0, 4204.0, 4213.0, 4215.0, 4202.0, 4203.0, 4191.0, 4202.0, 4203.0, 4203.0, 4213.0, 4213.0, 4203.0, 4212.0, 4214.0, 4223.0, 4213.0, 4212.0, 4202.0, 4210.0, 4203.0, 4222.0, 4203.0, 4210.0, 4202.0, 4210.0, 4202.0, 4222.0, 4203.0, 4212.0, 4213.0, 4201.0, 4202.0, 4202.0, 4215.0, 4192.0, 4203.0, 4202.0, 4202.0, 4202.0, 4213.0, 4203.0, 4213.0, 4202.0, 4191.0, 4201.0, 4201.0, 4201.0, 4212.0, 4202.0, 4202.0, 4202.0, 4201.0, 4201.0, 4212.0, 4192.0, 4211.0, 4192.0, 4211.0, 4202.0, 4211.0, 4202.0, 4222.0, 4192.0, 4211.0, 4203.0, 4212.0, 4202.0, 4213.0, 4202.0, 4211.0, 4213.0, 4212.0, 4202.0, 4213.0, 4203.0, 4212.0, 4203.0, 4193.0, 4203.0, 4203.0, 4214.0, 4203.0, 4214.0, 4203.0, 4203.0, 4203.0, 4204.0, 4203.0, 4203.0, 4203.0, 4202.0, 4202.0, 4212.0, 4203.0, 4212.0, 4193.0, 4211.0, 4202.0, 4211.0, 4203.0, 4222.0, 4202.0, 4211.0, 4201.0, 4210.0, 4203.0, 4211.0, 4202.0, 4201.0, 4202.0, 4190.0, 4202.0, 4203.0, 4203.0, 4202.0, 4202.0, 4203.0, 4212.0, 4213.0, 4223.0, 4214.0, 4212.0, 4203.0, 4211.0, 4202.0, 4212.0, 4203.0, 4211.0, 4202.0, 4201.0, 4201.0, 4190.0, 4202.0, 4202.0, 4202.0, 4202.0, 4202.0, 4203.0, 4201.0, 4193.0, 4223.0, 4193.0, 4212.0, 4202.0, 4210.0, 4202.0, 4222.0, 4202.0, 4212.0, 4202.0, 4190.0, 4191.0, 4201.0, 4204.0, 4191.0, 4202.0, 4190.0, 4201.0, 4190.0, 4201.0, 4191.0, 4191.0, 4201.0, 4201.0, 4201.0, 4211.0, 4193.0, 4213.0, 4193.0, 4213.0, 4213.0, 4211.0, 4203.0, 4223.0, 4203.0, 4211.0, 4202.0, 4192.0, 4202.0, 4202.0, 4204.0, 4203.0, 4203.0, 4203.0, 4203.0, 4203.0, 4213.0, 4204.0, 4223.0, 4193.0, 4212.0, 4192.0, 4213.0, 4204.0, 4223.0, 4194.0, 4212.0, 4203.0, 4211.0, 4203.0, 4223.0, 4203.0, 4212.0, 4204.0, 4202.0, 4202.0, 4203.0, 4204.0, 4203.0, 4203.0, 4202.0, 4192.0, 4202.0, 4214.0, 4193.0, 4203.0, 4192.0, 4192.0, 4192.0, 4203.0, 4205.0, 4203.0, 4203.0, 4202.0, 4204.0, 4214.0, 4203.0, 4213.0, 4193.0, 4212.0, 4192.0, 4212.0, 4203.0, 4212.0, 4203.0, 4191.0, 4202.0, 4202.0, 4203.0, 4203.0, 4202.0, 4201.0, 4202.0, 4202.0, 4221.0, 4190.0, 4200.0, 4189.0, 4198.0, 4190.0, 4209.0, 4189.0, 4198.0, 4178.0, 4198.0, 4189.0, 4199.0, 4180.0, 4198.0, 4178.0, 4198.0, 4188.0, 4198.0, 4189.0, 4188.0, 4179.0, 4199.0, 4190.0, 4199.0, 4203.0, 4212.0, 4203.0, 4201.0, 4192.0, 4191.0, 4192.0, 4212.0, 4202.0, 4201.0, 4191.0, 4190.0, 4201.0, 4191.0, 4202.0, 4191.0, 4202.0, 4191.0, 4202.0, 4201.0, 4203.0, 4203.0, 4204.0, 4203.0, 4212.0, 4203.0, 4214.0, 4204.0, 4223.0, 4204.0, 4212.0, 4214.0, 4214.0, 4204.0, 4204.0, 4204.0, 4203.0, 4204.0, 4204.0, 4215.0, 4215.0, 4214.0, 4205.0, 4213.0, 4193.0, 4224.0, 4204.0, 4223.0, 4213.0, 4211.0, 4202.0, 4211.0, 4204.0, 4222.0, 4192.0, 4191.0, 4191.0, 4190.0, 4191.0, 4191.0, 4191.0, 4191.0, 4201.0, 4190.0, 4191.0, 4202.0, 4202.0, 4202.0, 4202.0, 4203.0, 4201.0, 4203.0, 4213.0, 4203.0, 4203.0, 4203.0, 4201.0, 4192.0, 4202.0, 4204.0, 4213.0, 4203.0, 4192.0, 4203.0, 4203.0, 4204.0, 4214.0, 4194.0, 4214.0, 4205.0, 4213.0, 4204.0, 4214.0, 4195.0, 4213.0, 4204.0, 4212.0, 4203.0, 4213.0, 4204.0, 4213.0, 4192.0, 4211.0, 4202.0, 4211.0, 4203.0, 4225.0, 4204.0, 4213.0, 4204.0, 4202.0, 4214.0, 4214.0, 4215.0, 4215.0, 4204.0, 4203.0, 4204.0, 4204.0, 4215.0, 4204.0, 4215.0, 4203.0, 4204.0, 4205.0, 4214.0, 4204.0, 4214.0, 4194.0, 4214.0, 4194.0, 4224.0, 4193.0, 4213.0, 4203.0, 4212.0, 4203.0, 4213.0, 4204.0, 4213.0, 4203.0, 4192.0, 4202.0, 4191.0, 4203.0, 4192.0, 4203.0, 4191.0, 4191.0, 4201.0, 4200.0, 4192.0, 4211.0, 4191.0, 4211.0, 4191.0, 4200.0, 4202.0, 4212.0, 4203.0, 4201.0, 4203.0, 4201.0, 4203.0, 4204.0, 4204.0, 4205.0, 4204.0, 4205.0, 4214.0, 4216.0, 4225.0, 4205.0, 4213.0, 4203.0, 4212.0, 4204.0, 4224.0, 4203.0, 4212.0, 4203.0, 4211.0, 4193.0, 4212.0, 4203.0, 4212.0, 4202.0, 4190.0, 4202.0, 4192.0, 4203.0, 4203.0, 4204.0, 4192.0, 4203.0, 4192.0, 4204.0, 4203.0, 4213.0, 4203.0, 4202.0, 4201.0, 4201.0, 4202.0, 4212.0, 4202.0, 4201.0, 4191.0, 4200.0, 4203.0, 4213.0, 4205.0, 4204.0, 4204.0, 4193.0, 4204.0, 4192.0, 4205.0, 4205.0, 4195.0, 4216.0, 4216.0, 4217.0, 4218.0, 4248.0, 4228.0, 4215.0, 4204.0, 4192.0, 4205.0, 4194.0, 4204.0, 4206.0, 4226.0, 4206.0, 4205.0, 4204.0, 4204.0, 4215.0, 4193.0, 4204.0, 4202.0, 4193.0, 4193.0, 4205.0, 4213.0, 4204.0, 4202.0, 4202.0, 4191.0, 4214.0, 4215.0, 4204.0, 4215.0, 4204.0, 4195.0, 4215.0, 4196.0, 4226.0, 4206.0, 4225.0, 4195.0, 4213.0, 4193.0, 4213.0, 4194.0, 4215.0, 4194.0, 4213.0, 4194.0, 4212.0, 4193.0, 4224.0, 4194.0, 4212.0, 4193.0, 4211.0, 4182.0, 4213.0, 4203.0, 4212.0, 4192.0, 4191.0, 4191.0, 4191.0, 4191.0, 4202.0, 4202.0, 4192.0, 4192.0, 4192.0, 4192.0, 4203.0, 4204.0, 4204.0, 4203.0, 4193.0, 4204.0, 4213.0, 4194.0, 4225.0, 4204.0, 4215.0, 4204.0, 4213.0, 4203.0, 4203.0, 4204.0, 4213.0, 4203.0, 4192.0, 4202.0, 4202.0, 4204.0, 4204.0, 4203.0, 4193.0, 4202.0, 4192.0, 4191.0, 4192.0, 4203.0, 4203.0, 4212.0, 4193.0, 4191.0, 4204.0, 4211.0, 4203.0, 4224.0, 4193.0, 4212.0, 4193.0, 4211.0, 4192.0, 4213.0, 4204.0, 4214.0, 4214.0, 4213.0, 4203.0, 4213.0, 4205.0, 4224.0, 4194.0, 4213.0, 4193.0, 4203.0, 4203.0, 4203.0, 4204.0, 4204.0, 4204.0, 4203.0, 4203.0, 4203.0, 4215.0, 4215.0, 4215.0, 4204.0, 4205.0, 4214.0, 4204.0, 4215.0, 4205.0, 4214.0, 4206.0, 4203.0, 4194.0, 4213.0, 4204.0, 4225.0, 4206.0, 4225.0, 4216.0, 4214.0, 4215.0, 4226.0, 4216.0, 4227.0, 4205.0, 4223.0, 4204.0, 4224.0, 4206.0, 4224.0, 4215.0, 4214.0, 4204.0, 4213.0, 4205.0, 4214.0, 4194.0, 4204.0, 4193.0, 4202.0, 4194.0, 4213.0, 4193.0, 4203.0, 4192.0, 4202.0, 4193.0, 4212.0, 4204.0, 4213.0, 4193.0, 4201.0, 4192.0, 4201.0, 4204.0, 4212.0, 4192.0, 4192.0, 4192.0, 4191.0, 4192.0, 4204.0, 4192.0, 4191.0, 4202.0, 4191.0, 4191.0, 4203.0, 4203.0, 4203.0, 4193.0, 4193.0, 4202.0, 4194.0, 4214.0, 4204.0, 4204.0, 4203.0, 4202.0, 4193.0, 4214.0, 4205.0, 4214.0, 4215.0, 4213.0, 4205.0, 4203.0, 4205.0, 4216.0, 4206.0, 4205.0, 4205.0, 4204.0, 4215.0, 4205.0, 4206.0, 4205.0, 4205.0, 4204.0, 4193.0, 4203.0, 4204.0, 4215.0, 4214.0, 4205.0, 4214.0, 4205.0, 4214.0, 4206.0, 4225.0, 4205.0, 4214.0, 4204.0, 4212.0, 4204.0, 4225.0, 4205.0], 'WindowWidth': [9413.0, 9386.0, 9359.0, 9350.0, 9343.0, 9337.0, 9307.0, 9329.0, 9332.0, 9345.0, 9332.0, 9330.0, 9313.0, 9298.0, 9312.0, 9300.0, 9315.0, 9316.0, 9314.0, 9299.0, 9312.0, 9331.0, 9329.0, 9320.0, 9316.0, 9317.0, 9316.0, 9334.0, 9303.0, 9316.0, 9329.0, 9314.0, 9305.0, 9331.0, 9335.0, 9328.0, 9317.0, 9317.0, 9333.0, 9303.0, 9318.0, 9317.0, 9314.0, 9317.0, 9334.0, 9322.0, 9348.0, 9319.0, 9328.0, 9335.0, 9318.0, 9317.0, 9316.0, 9314.0, 9304.0, 9315.0, 9321.0, 9321.0, 9344.0, 9347.0, 9367.0, 9341.0, 9319.0, 9319.0, 9305.0, 9334.0, 9322.0, 9348.0, 9318.0, 9319.0, 9320.0, 9304.0, 9319.0, 9316.0, 9312.0, 9320.0, 9333.0, 9321.0, 9312.0, 9314.0, 9298.0, 9315.0, 9320.0, 9318.0, 9305.0, 9303.0, 9314.0, 9313.0, 9306.0, 9331.0, 9308.0, 9327.0, 9316.0, 9323.0, 9314.0, 9326.0, 9316.0, 9314.0, 9312.0, 9294.0, 9295.0, 9296.0, 9314.0, 9283.0, 9300.0, 9309.0, 9292.0, 9296.0, 9311.0, 9299.0, 9325.0, 9316.0, 9324.0, 9315.0, 9311.0, 9318.0, 9330.0, 9321.0, 9313.0, 9316.0, 9298.0, 9313.0, 9316.0, 9320.0, 9306.0, 9320.0, 9301.0, 9315.0, 9303.0, 9317.0, 9319.0, 9317.0, 9317.0, 9317.0, 9303.0, 9330.0, 9337.0, 9339.0, 9338.0, 9324.0, 9338.0, 9319.0, 9340.0, 9343.0, 9339.0, 9320.0, 9334.0, 9305.0, 9320.0, 9307.0, 9325.0, 9334.0, 9318.0, 9320.0, 9331.0, 9311.0, 9347.0, 9310.0, 9332.0, 9333.0, 9333.0, 9324.0, 9346.0, 9323.0, 9319.0, 9320.0, 9299.0, 9317.0, 9318.0, 9320.0, 9303.0, 9318.0, 9302.0, 9318.0, 9319.0, 9324.0, 9319.0, 9318.0, 9318.0, 9315.0, 9303.0, 9331.0, 9321.0, 9331.0, 9335.0, 9331.0, 9319.0, 9314.0, 9336.0, 9333.0, 9320.0, 9306.0, 9317.0, 9316.0, 9317.0, 9337.0, 9334.0, 9323.0, 9335.0, 9320.0, 9329.0, 9335.0, 9351.0, 9339.0, 9331.0, 9317.0, 9300.0, 9316.0, 9305.0, 9319.0, 9320.0, 9316.0, 9315.0, 9316.0, 9306.0, 9336.0, 9321.0, 9331.0, 9331.0, 9326.0, 9316.0, 9329.0, 9303.0, 9328.0, 9314.0, 9322.0, 9312.0, 9326.0, 9320.0, 9328.0, 9332.0, 9325.0, 9316.0, 9298.0, 9317.0, 9320.0, 9319.0, 9306.0, 9323.0, 9304.0, 9320.0, 9335.0, 9336.0, 9335.0, 9335.0, 9320.0, 9314.0, 9314.0, 9329.0, 9334.0, 9330.0, 9321.0, 9327.0, 9302.0, 9330.0, 9321.0, 9332.0, 9323.0, 9316.0, 9318.0, 9338.0, 9339.0, 9323.0, 9323.0, 9322.0, 9319.0, 9320.0, 9337.0, 9320.0, 9318.0, 9305.0, 9315.0, 9319.0, 9348.0, 9324.0, 9332.0, 9333.0, 9326.0, 9318.0, 9345.0, 9318.0, 9316.0, 9319.0, 9302.0, 9315.0, 9304.0, 9320.0, 9304.0, 9316.0, 9315.0, 9313.0, 9314.0, 9328.0, 9318.0, 9328.0, 9303.0, 9329.0, 9315.0, 9327.0, 9318.0, 9325.0, 9316.0, 9299.0, 9314.0, 9298.0, 9315.0, 9304.0, 9318.0, 9302.0, 9315.0, 9316.0, 9313.0, 9306.0, 9330.0, 9317.0, 9326.0, 9316.0, 9313.0, 9321.0, 9332.0, 9318.0, 9302.0, 9315.0, 9299.0, 9315.0, 9321.0, 9322.0, 9319.0, 9331.0, 9304.0, 9328.0, 9320.0, 9334.0, 9320.0, 9327.0, 9315.0, 9312.0, 9316.0, 9329.0, 9318.0, 9300.0, 9315.0, 9299.0, 9314.0, 9315.0, 9319.0, 9323.0, 9316.0, 9307.0, 9315.0, 9303.0, 9333.0, 9323.0, 9333.0, 9336.0, 9330.0, 9323.0, 9337.0, 9340.0, 9318.0, 9320.0, 9302.0, 9320.0, 9323.0, 9322.0, 9336.0, 9334.0, 9320.0, 9332.0, 9338.0, 9348.0, 9336.0, 9331.0, 9318.0, 9327.0, 9320.0, 9346.0, 9321.0, 9326.0, 9317.0, 9326.0, 9318.0, 9345.0, 9322.0, 9330.0, 9334.0, 9316.0, 9317.0, 9319.0, 9339.0, 9305.0, 9321.0, 9319.0, 9319.0, 9319.0, 9335.0, 9322.0, 9333.0, 9318.0, 9301.0, 9315.0, 9314.0, 9316.0, 9333.0, 9319.0, 9316.0, 9317.0, 9313.0, 9315.0, 9330.0, 9304.0, 9329.0, 9305.0, 9328.0, 9316.0, 9327.0, 9317.0, 9346.0, 9303.0, 9327.0, 9318.0, 9329.0, 9318.0, 9335.0, 9319.0, 9330.0, 9333.0, 9330.0, 9318.0, 9333.0, 9322.0, 9331.0, 9320.0, 9305.0, 9320.0, 9322.0, 9337.0, 9321.0, 9338.0, 9320.0, 9321.0, 9322.0, 9325.0, 9322.0, 9322.0, 9320.0, 9317.0, 9317.0, 9331.0, 9321.0, 9331.0, 9307.0, 9328.0, 9317.0, 9327.0, 9319.0, 9346.0, 9319.0, 9328.0, 9315.0, 9324.0, 9319.0, 9329.0, 9317.0, 9315.0, 9316.0, 9299.0, 9316.0, 9321.0, 9321.0, 9319.0, 9319.0, 9320.0, 9331.0, 9335.0, 9348.0, 9336.0, 9332.0, 9320.0, 9327.0, 9316.0, 9331.0, 9319.0, 9328.0, 9317.0, 9313.0, 9314.0, 9300.0, 9319.0, 9318.0, 9318.0, 9318.0, 9316.0, 9318.0, 9315.0, 9307.0, 9346.0, 9307.0, 9331.0, 9318.0, 9325.0, 9316.0, 9345.0, 9318.0, 9329.0, 9316.0, 9299.0, 9300.0, 9315.0, 9321.0, 9301.0, 9315.0, 9298.0, 9313.0, 9297.0, 9314.0, 9303.0, 9300.0, 9314.0, 9312.0, 9315.0, 9329.0, 9307.0, 9333.0, 9308.0, 9334.0, 9334.0, 9329.0, 9321.0, 9347.0, 9322.0, 9329.0, 9318.0, 9303.0, 9316.0, 9318.0, 9323.0, 9321.0, 9322.0, 9320.0, 9319.0, 9320.0, 9336.0, 9323.0, 9347.0, 9308.0, 9330.0, 9304.0, 9333.0, 9322.0, 9347.0, 9311.0, 9332.0, 9319.0, 9328.0, 9320.0, 9346.0, 9321.0, 9332.0, 9321.0, 9316.0, 9318.0, 9322.0, 9323.0, 9319.0, 9321.0, 9319.0, 9304.0, 9318.0, 9337.0, 9307.0, 9321.0, 9305.0, 9303.0, 9304.0, 9321.0, 9325.0, 9320.0, 9320.0, 9318.0, 9322.0, 9334.0, 9322.0, 9332.0, 9307.0, 9329.0, 9305.0, 9331.0, 9320.0, 9330.0, 9319.0, 9300.0, 9317.0, 9319.0, 9320.0, 9320.0, 9317.0, 9315.0, 9316.0, 9317.0, 9342.0, 9298.0, 9309.0, 9294.0, 9305.0, 9296.0, 9322.0, 9294.0, 9305.0, 9278.0, 9303.0, 9294.0, 9307.0, 9284.0, 9304.0, 9279.0, 9303.0, 9291.0, 9304.0, 9294.0, 9291.0, 9280.0, 9305.0, 9296.0, 9309.0, 9318.0, 9328.0, 9318.0, 9313.0, 9303.0, 9300.0, 9302.0, 9330.0, 9318.0, 9313.0, 9301.0, 9298.0, 9313.0, 9302.0, 9318.0, 9300.0, 9316.0, 9300.0, 9316.0, 9316.0, 9321.0, 9321.0, 9323.0, 9320.0, 9331.0, 9321.0, 9337.0, 9325.0, 9347.0, 9323.0, 9331.0, 9335.0, 9338.0, 9325.0, 9324.0, 9325.0, 9322.0, 9324.0, 9323.0, 9340.0, 9340.0, 9337.0, 9325.0, 9332.0, 9306.0, 9349.0, 9323.0, 9347.0, 9333.0, 9328.0, 9317.0, 9327.0, 9321.0, 9345.0, 9304.0, 9299.0, 9299.0, 9296.0, 9299.0, 9301.0, 9302.0, 9299.0, 9314.0, 9298.0, 9299.0, 9317.0, 9318.0, 9318.0, 9316.0, 9320.0, 9314.0, 9319.0, 9334.0, 9321.0, 9319.0, 9319.0, 9314.0, 9304.0, 9316.0, 9323.0, 9333.0, 9320.0, 9303.0, 9320.0, 9318.0, 9323.0, 9335.0, 9309.0, 9335.0, 9324.0, 9332.0, 9323.0, 9336.0, 9314.0, 9334.0, 9322.0, 9331.0, 9318.0, 9332.0, 9322.0, 9334.0, 9305.0, 9328.0, 9317.0, 9328.0, 9320.0, 9351.0, 9323.0, 9333.0, 9322.0, 9317.0, 9337.0, 9336.0, 9338.0, 9338.0, 9323.0, 9319.0, 9323.0, 9325.0, 9339.0, 9323.0, 9338.0, 9321.0, 9322.0, 9326.0, 9338.0, 9324.0, 9335.0, 9309.0, 9334.0, 9310.0, 9350.0, 9308.0, 9332.0, 9320.0, 9329.0, 9319.0, 9332.0, 9322.0, 9332.0, 9318.0, 9302.0, 9316.0, 9300.0, 9319.0, 9304.0, 9318.0, 9300.0, 9298.0, 9311.0, 9309.0, 9303.0, 9327.0, 9301.0, 9325.0, 9299.0, 9311.0, 9316.0, 9331.0, 9319.0, 9315.0, 9318.0, 9315.0, 9320.0, 9325.0, 9324.0, 9325.0, 9323.0, 9326.0, 9338.0, 9344.0, 9353.0, 9326.0, 9334.0, 9320.0, 9331.0, 9324.0, 9348.0, 9321.0, 9330.0, 9318.0, 9326.0, 9305.0, 9330.0, 9318.0, 9330.0, 9316.0, 9298.0, 9316.0, 9304.0, 9320.0, 9319.0, 9323.0, 9304.0, 9320.0, 9303.0, 9322.0, 9321.0, 9334.0, 9319.0, 9315.0, 9314.0, 9312.0, 9317.0, 9328.0, 9316.0, 9314.0, 9301.0, 9311.0, 9319.0, 9333.0, 9324.0, 9322.0, 9322.0, 9307.0, 9320.0, 9301.0, 9329.0, 9327.0, 9310.0, 9342.0, 9343.0, 9349.0, 9352.0, 9392.0, 9362.0, 9338.0, 9318.0, 9300.0, 9323.0, 9307.0, 9324.0, 9330.0, 9354.0, 9329.0, 9327.0, 9323.0, 9324.0, 9338.0, 9305.0, 9322.0, 9316.0, 9305.0, 9307.0, 9325.0, 9334.0, 9322.0, 9316.0, 9316.0, 9301.0, 9336.0, 9340.0, 9323.0, 9340.0, 9323.0, 9313.0, 9338.0, 9315.0, 9356.0, 9329.0, 9351.0, 9311.0, 9333.0, 9306.0, 9332.0, 9310.0, 9336.0, 9308.0, 9331.0, 9307.0, 9328.0, 9307.0, 9349.0, 9308.0, 9328.0, 9305.0, 9326.0, 9289.0, 9330.0, 9320.0, 9329.0, 9302.0, 9298.0, 9298.0, 9297.0, 9300.0, 9318.0, 9317.0, 9304.0, 9303.0, 9302.0, 9304.0, 9319.0, 9324.0, 9322.0, 9321.0, 9307.0, 9322.0, 9333.0, 9311.0, 9352.0, 9324.0, 9337.0, 9321.0, 9330.0, 9318.0, 9320.0, 9322.0, 9334.0, 9320.0, 9303.0, 9317.0, 9315.0, 9320.0, 9321.0, 9319.0, 9306.0, 9316.0, 9303.0, 9299.0, 9302.0, 9318.0, 9319.0, 9330.0, 9304.0, 9300.0, 9319.0, 9328.0, 9320.0, 9350.0, 9305.0, 9328.0, 9306.0, 9326.0, 9305.0, 9333.0, 9323.0, 9334.0, 9337.0, 9333.0, 9321.0, 9333.0, 9325.0, 9348.0, 9309.0, 9332.0, 9306.0, 9318.0, 9319.0, 9320.0, 9324.0, 9322.0, 9323.0, 9320.0, 9321.0, 9319.0, 9340.0, 9339.0, 9340.0, 9324.0, 9326.0, 9336.0, 9324.0, 9339.0, 9327.0, 9338.0, 9327.0, 9320.0, 9308.0, 9332.0, 9324.0, 9353.0, 9329.0, 9352.0, 9342.0, 9336.0, 9340.0, 9355.0, 9344.0, 9357.0, 9326.0, 9347.0, 9323.0, 9351.0, 9328.0, 9351.0, 9339.0, 9336.0, 9321.0, 9332.0, 9324.0, 9334.0, 9308.0, 9319.0, 9305.0, 9316.0, 9308.0, 9332.0, 9307.0, 9318.0, 9303.0, 9315.0, 9304.0, 9331.0, 9321.0, 9331.0, 9306.0, 9313.0, 9301.0, 9313.0, 9321.0, 9330.0, 9303.0, 9302.0, 9301.0, 9298.0, 9302.0, 9320.0, 9302.0, 9299.0, 9315.0, 9299.0, 9300.0, 9319.0, 9319.0, 9320.0, 9305.0, 9307.0, 9317.0, 9308.0, 9334.0, 9323.0, 9320.0, 9320.0, 9315.0, 9304.0, 9335.0, 9327.0, 9335.0, 9338.0, 9334.0, 9324.0, 9319.0, 9326.0, 9341.0, 9329.0, 9326.0, 9326.0, 9323.0, 9338.0, 9324.0, 9330.0, 9325.0, 9326.0, 9320.0, 9306.0, 9318.0, 9321.0, 9340.0, 9335.0, 9325.0, 9336.0, 9325.0, 9335.0, 9329.0, 9355.0, 9327.0, 9336.0, 9322.0, 9330.0, 9322.0, 9352.0, 9326.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.00022855575868372947</td></tr>
<tr><td colspan=3>aqi</td><td>0.02169538281535649</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.95909186714552</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2269457950411702</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9822664973010061</td></tr>
<tr><td colspan=3>efc</td><td>0.4612</td></tr>
<tr><td colspan=3>fber</td><td>6711.5464</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08497458456633149</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0054844606946984</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.365622121132738</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3132273993938157</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5054204857206663</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2782184782837325</td></tr>
<tr><td colspan=3>gcor</td><td>0.00316616</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013427944853901863</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02274484932422638</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.147733752415994</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.1362</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.1576</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303271.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.0824</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8422</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.7621</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3451.5192</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4453.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.8584</td></tr>
<tr><td colspan=3>tsnr</td><td>44.0402402933687</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>