<?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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>9fc178716a76ddd708ba883abc75c464</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>08:43:46.430000</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.9996, 0.0277407, -0.00547512, -0.0270484, 0.994542, 0.100765]</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.0756093</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7763, -7227, 803, -82, -182, -73, 91]</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>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d27c0632-e377-4151-b8a4-e8284c1b07cc||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.681854248046875, -0.07256900519132614, -0.022249452769756317, 114.79528045654297], [-0.07442634552717209, 2.6682848930358887, 0.27155742049217224, -102.05162048339844], [-0.014689341187477112, -0.27034565806388855, 2.6862170696258545, -53.598201751708984], [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': ['084346.430000', '084346.890000', '084347.350000', '084347.810000', '084348.270000', '084348.730000', '084349.190000', '084349.650000', '084350.110000', '084350.570000', '084351.030000', '084351.490000', '084351.950000', '084352.410000', '084352.870000', '084353.330000', '084353.790000', '084354.250000', '084354.710000', '084355.170000', '084355.630000', '084356.090000', '084356.550000', '084357.010000', '084357.470000', '084357.930000', '084358.390000', '084358.850000', '084359.310000', '084359.770000', '084400.230000', '084400.690000', '084401.150000', '084401.610000', '084402.070000', '084402.530000', '084402.990000', '084403.450000', '084403.910000', '084404.370000', '084404.830000', '084405.290000', '084405.750000', '084406.210000', '084406.670000', '084407.130000', '084407.590000', '084408.050000', '084408.510000', '084408.970000', '084409.430000', '084409.890000', '084410.350000', '084410.810000', '084411.270000', '084411.730000', '084412.190000', '084412.650000', '084413.110000', '084413.570000', '084414.030000', '084414.490000', '084414.950000', '084415.410000', '084415.870000', '084416.330000', '084416.790000', '084417.250000', '084417.710000', '084418.170000', '084418.630000', '084419.090000', '084419.550000', '084420.010000', '084420.470000', '084420.930000', '084421.390000', '084421.850000', '084422.310000', '084422.770000', '084423.230000', '084423.690000', '084424.150000', '084424.610000', '084425.070000', '084425.530000', '084425.990000', '084426.450000', '084426.910000', '084427.370000', '084427.830000', '084428.290000', '084428.750000', '084429.210000', '084429.670000', '084430.130000', '084430.590000', '084431.050000', '084431.510000', '084431.970000', '084432.430000', '084432.890000', '084433.350000', '084433.810000', '084434.270000', '084434.730000', '084435.190000', '084435.650000', '084436.110000', '084436.570000', '084437.030000', '084437.490000', '084437.950000', '084438.410000', '084438.870000', '084439.330000', '084439.790000', '084440.250000', '084440.710000', '084441.170000', '084441.630000', '084442.090000', '084442.550000', '084443.010000', '084443.470000', '084443.930000', '084444.390000', '084444.850000', '084445.310000', '084445.770000', '084446.230000', '084446.690000', '084447.150000', '084447.610000', '084448.070000', '084448.530000', '084448.990000', '084449.450000', '084449.910000', '084450.370000', '084450.830000', '084451.290000', '084451.750000', '084452.210000', '084452.670000', '084453.130000', '084453.590000', '084454.050000', '084454.510000', '084454.970000', '084455.430000', '084455.890000', '084456.350000', '084456.810000', '084457.270000', '084457.730000', '084458.190000', '084458.650000', '084459.110000', '084459.570000', '084500.030000', '084500.490000', '084500.950000', '084501.410000', '084501.870000', '084502.330000', '084502.790000', '084503.250000', '084503.710000', '084504.170000', '084504.630000', '084505.090000', '084505.550000', '084506.010000', '084506.470000', '084506.930000', '084507.390000', '084507.850000', '084508.310000', '084508.770000', '084509.230000', '084509.690000', '084510.150000', '084510.610000', '084511.070000', '084511.530000', '084511.990000', '084512.450000', '084512.910000', '084513.370000', '084513.830000', '084514.290000', '084514.750000', '084515.210000', '084515.670000', '084516.130000', '084516.590000', '084517.050000', '084517.510000', '084517.970000', '084518.430000', '084518.890000', '084519.350000', '084519.810000', '084520.270000', '084520.730000', '084521.190000', '084521.650000', '084522.110000', '084522.570000', '084523.030000', '084523.490000', '084523.950000', '084524.410000', '084524.870000', '084525.330000', '084525.790000', '084526.250000', '084526.710000', '084527.170000', '084527.630000', '084528.090000', '084528.550000', '084529.010000', '084529.470000', '084529.930000', '084530.390000', '084530.850000', '084531.310000', '084531.770000', '084532.230000', '084532.690000', '084533.150000', '084533.610000', '084534.070000', '084534.530000', '084534.990000', '084535.450000', '084535.910000', '084536.370000', '084536.830000', '084537.290000', '084537.750000', '084538.210000', '084538.670000', '084539.130000', '084539.590000', '084540.050000', '084540.510000', '084540.970000', '084541.430000', '084541.890000', '084542.350000', '084542.810000', '084543.270000', '084543.730000', '084544.190000', '084544.650000', '084545.110000', '084545.570000', '084546.030000', '084546.490000', '084546.950000', '084547.410000', '084547.870000', '084548.330000', '084548.790000', '084549.250000', '084549.710000', '084550.170000', '084550.630000', '084551.090000', '084551.550000', '084552.010000', '084552.470000', '084552.930000', '084553.390000', '084553.850000', '084554.310000', '084554.770000', '084555.230000', '084555.690000', '084556.150000', '084556.610000', '084557.070000', '084557.530000', '084557.990000', '084558.450000', '084558.910000', '084559.370000', '084559.830000', '084600.290000', '084600.750000', '084601.210000', '084601.670000', '084602.130000', '084602.590000', '084603.050000', '084603.510000', '084603.970000', '084604.430000', '084604.890000', '084605.350000', '084605.810000', '084606.270000', '084606.730000', '084607.190000', '084607.650000', '084608.110000', '084608.570000', '084609.030000', '084609.490000', '084609.950000', '084610.410000', '084610.870000', '084611.330000', '084611.790000', '084612.250000', '084612.710000', '084613.170000', '084613.630000', '084614.090000', '084614.550000', '084615.010000', '084615.470000', '084615.930000', '084616.390000', '084616.850000', '084617.310000', '084617.770000', '084618.230000', '084618.690000', '084619.150000', '084619.610000', '084620.070000', '084620.530000', '084620.990000', '084621.450000', '084621.910000', '084622.370000', '084622.830000', '084623.290000', '084623.750000', '084624.210000', '084624.670000', '084625.130000', '084625.590000', '084626.050000', '084626.510000', '084626.970000', '084627.430000', '084627.890000', '084628.350000', '084628.810000', '084629.270000', '084629.730000', '084630.190000', '084630.650000', '084631.110000', '084631.570000', '084632.030000', '084632.490000', '084632.950000', '084633.410000', '084633.870000', '084634.330000', '084634.790000', '084635.250000', '084635.710000', '084636.170000', '084636.630000', '084637.090000', '084637.550000', '084638.010000', '084638.470000', '084638.930000', '084639.390000', '084639.850000', '084640.310000', '084640.770000', '084641.230000', '084641.690000', '084642.150000', '084642.610000', '084643.070000', '084643.530000', '084643.990000', '084644.450000', '084644.910000', '084645.370000', '084645.830000', '084646.290000', '084646.750000', '084647.210000', '084647.670000', '084648.130000', '084648.590000', '084649.050000', '084649.510000', '084649.970000', '084650.430000', '084650.890000', '084651.350000', '084651.810000', '084652.270000', '084652.730000', '084653.190000', '084653.650000', '084654.110000', '084654.570000', '084655.030000', '084655.490000', '084655.950000', '084656.410000', '084656.870000', '084657.330000', '084657.790000', '084658.250000', '084658.710000', '084659.170000', '084659.630000', '084700.090000', '084700.550000', '084701.010000', '084701.470000', '084701.930000', '084702.390000', '084702.850000', '084703.310000', '084703.770000', '084704.230000', '084704.690000', '084705.150000', '084705.610000', '084706.070000', '084706.530000', '084706.990000', '084707.450000', '084707.910000', '084708.370000', '084708.830000', '084709.290000', '084709.750000', '084710.210000', '084710.670000', '084711.130000', '084711.590000', '084712.050000', '084712.510000', '084712.970000', '084713.430000', '084713.890000', '084714.350000', '084714.810000', '084715.270000', '084715.730000', '084716.190000', '084716.650000', '084717.110000', '084717.570000', '084718.030000', '084718.490000', '084718.950000', '084719.410000', '084719.870000', '084720.330000', '084720.790000', '084721.250000', '084721.710000', '084722.170000', '084722.630000', '084723.090000', '084723.550000', '084724.010000', '084724.470000', '084724.930000', '084725.390000', '084725.850000', '084726.310000', '084726.770000', '084727.230000', '084727.690000', '084728.150000', '084728.610000', '084729.070000', '084729.530000', '084729.990000', '084730.450000', '084730.910000', '084731.370000', '084731.830000', '084732.290000', '084732.750000', '084733.210000', '084733.670000', '084734.130000', '084734.590000', '084735.050000', '084735.510000', '084735.970000', '084736.430000', '084736.890000', '084737.350000', '084737.810000', '084738.270000', '084738.730000', '084739.190000', '084739.650000', '084740.110000', '084740.570000', '084741.030000', '084741.490000', '084741.950000', '084742.410000', '084742.870000', '084743.330000', '084743.790000', '084744.250000', '084744.710000', '084745.170000', '084745.630000', '084746.090000', '084746.550000', '084747.010000', '084747.470000', '084747.930000', '084748.390000', '084748.850000', '084749.310000', '084749.770000', '084750.230000', '084750.690000', '084751.150000', '084751.610000', '084752.070000', '084752.530000', '084752.990000', '084753.450000', '084753.910000', '084754.370000', '084754.830000', '084755.290000', '084755.750000', '084756.210000', '084756.670000', '084757.130000', '084757.590000', '084758.050000', '084758.510000', '084758.970000', '084759.430000', '084759.890000', '084800.350000', '084800.810000', '084801.270000', '084801.730000', '084802.190000', '084802.650000', '084803.110000', '084803.570000', '084804.030000', '084804.490000', '084804.950000', '084805.410000', '084805.870000', '084806.330000', '084806.790000', '084807.250000', '084807.710000', '084808.170000', '084808.630000', '084809.090000', '084809.550000', '084810.010000', '084810.470000', '084810.930000', '084811.390000', '084811.850000', '084812.310000', '084812.770000', '084813.230000', '084813.690000', '084814.150000', '084814.610000', '084815.070000', '084815.530000', '084815.990000', '084816.450000', '084816.910000', '084817.370000', '084817.830000', '084818.290000', '084818.750000', '084819.210000', '084819.670000', '084820.130000', '084820.590000', '084821.050000', '084821.510000', '084821.970000', '084822.430000', '084822.890000', '084823.350000', '084823.810000', '084824.270000', '084824.730000', '084825.190000', '084825.650000', '084826.110000', '084826.570000', '084827.030000', '084827.490000', '084827.950000', '084828.410000', '084828.870000', '084829.330000', '084829.790000', '084830.250000', '084830.710000', '084831.170000', '084831.630000', '084832.090000', '084832.550000', '084833.010000', '084833.470000', '084833.930000', '084834.390000', '084834.850000', '084835.310000', '084835.770000', '084836.230000', '084836.690000', '084837.150000', '084837.610000', '084838.070000', '084838.530000', '084838.990000', '084839.450000', '084839.910000', '084840.370000', '084840.830000', '084841.290000', '084841.750000', '084842.210000', '084842.670000', '084843.130000', '084843.590000', '084844.050000', '084844.510000', '084844.970000', '084845.430000', '084845.890000', '084846.350000', '084846.810000', '084847.270000', '084847.730000', '084848.190000', '084848.650000', '084849.110000', '084849.570000', '084850.030000', '084850.490000', '084850.950000', '084851.410000', '084851.870000', '084852.330000', '084852.790000', '084853.250000', '084853.710000', '084854.170000', '084854.630000', '084855.090000', '084855.550000', '084856.010000', '084856.470000', '084856.930000', '084857.390000', '084857.850000', '084858.310000', '084858.770000', '084859.230000', '084859.690000', '084900.150000', '084900.610000', '084901.070000', '084901.530000', '084901.990000', '084902.450000', '084902.910000', '084903.370000', '084903.830000', '084904.290000', '084904.750000', '084905.210000', '084905.670000', '084906.130000', '084906.590000', '084907.050000', '084907.510000', '084907.970000', '084908.430000', '084908.890000', '084909.350000', '084909.810000', '084910.270000', '084910.730000', '084911.190000', '084911.650000', '084912.110000', '084912.570000', '084913.030000', '084913.490000', '084913.950000', '084914.410000', '084914.870000', '084915.330000', '084915.790000', '084916.250000', '084916.710000', '084917.170000', '084917.630000', '084918.090000', '084918.550000', '084919.010000', '084919.470000', '084919.930000', '084920.390000', '084920.850000', '084921.310000', '084921.770000', '084922.230000', '084922.690000', '084923.150000', '084923.610000', '084924.070000', '084924.530000', '084924.990000', '084925.450000', '084925.910000', '084926.370000', '084926.830000', '084927.290000', '084927.750000', '084928.210000', '084928.670000', '084929.130000', '084929.590000', '084930.050000', '084930.510000', '084930.970000', '084931.430000', '084931.890000', '084932.350000', '084932.810000', '084933.270000', '084933.730000', '084934.190000', '084934.650000', '084935.110000', '084935.570000', '084936.030000', '084936.490000', '084936.950000', '084937.410000', '084937.870000', '084938.330000', '084938.790000', '084939.250000', '084939.710000', '084940.170000', '084940.630000', '084941.090000', '084941.550000', '084942.010000', '084942.470000', '084942.930000', '084943.390000', '084943.850000', '084944.310000', '084944.770000', '084945.230000', '084945.690000', '084946.150000', '084946.610000', '084947.070000', '084947.530000', '084947.990000', '084948.450000', '084948.910000', '084949.370000', '084949.830000', '084950.290000', '084950.750000', '084951.210000', '084951.670000', '084952.130000', '084952.590000', '084953.050000', '084953.510000', '084953.970000', '084954.430000', '084954.890000', '084955.350000', '084955.810000', '084956.270000', '084956.730000', '084957.190000', '084957.650000', '084958.110000', '084958.570000', '084959.030000', '084959.490000', '084959.950000', '085000.410000', '085000.870000', '085001.330000', '085001.790000', '085002.250000', '085002.710000', '085003.170000', '085003.630000', '085004.090000', '085004.550000', '085005.010000', '085005.470000', '085005.930000', '085006.390000', '085006.850000', '085007.310000', '085007.770000', '085008.230000', '085008.690000', '085009.150000', '085009.610000', '085010.070000', '085010.530000', '085010.990000', '085011.450000', '085011.910000', '085012.370000', '085012.830000', '085013.290000', '085013.750000', '085014.210000', '085014.670000', '085015.130000', '085015.590000', '085016.050000', '085016.510000', '085016.970000', '085017.430000', '085017.890000', '085018.350000', '085018.810000', '085019.270000', '085019.730000', '085020.190000', '085020.650000', '085021.110000', '085021.570000', '085022.030000', '085022.490000', '085022.950000', '085023.410000', '085023.870000', '085024.330000', '085024.790000', '085025.250000', '085025.710000', '085026.170000', '085026.630000', '085027.090000', '085027.550000', '085028.010000', '085028.470000', '085028.930000', '085029.390000', '085029.850000', '085030.310000', '085030.770000', '085031.230000', '085031.690000', '085032.150000', '085032.610000', '085033.070000', '085033.530000', '085033.990000', '085034.450000', '085034.910000', '085035.370000', '085035.830000', '085036.290000', '085036.750000', '085037.210000', '085037.670000', '085038.130000', '085038.590000', '085039.050000', '085039.510000', '085039.970000', '085040.430000', '085040.890000', '085041.350000', '085041.810000', '085042.270000', '085042.730000', '085043.190000', '085043.650000', '085044.110000', '085044.570000', '085045.030000', '085045.490000', '085045.950000', '085046.410000', '085046.870000', '085047.330000', '085047.790000', '085048.250000', '085048.710000', '085049.170000', '085049.630000', '085050.090000', '085050.550000', '085051.010000', '085051.470000', '085051.930000', '085052.390000', '085052.850000', '085053.310000', '085053.770000', '085054.230000', '085054.690000', '085055.150000', '085055.610000', '085056.070000', '085056.530000', '085056.990000', '085057.450000', '085057.910000', '085058.370000', '085058.830000', '085059.290000', '085059.750000', '085100.210000', '085100.670000', '085101.130000', '085101.590000', '085102.050000', '085102.510000', '085102.970000', '085103.430000', '085103.890000', '085104.350000', '085104.810000', '085105.270000', '085105.730000', '085106.190000', '085106.650000', '085107.110000', '085107.570000', '085108.030000', '085108.490000', '085108.950000', '085109.410000', '085109.870000', '085110.330000', '085110.790000', '085111.250000', '085111.710000', '085112.170000', '085112.630000', '085113.090000', '085113.550000', '085114.010000', '085114.470000', '085114.930000', '085115.390000', '085115.850000', '085116.310000', '085116.770000', '085117.230000', '085117.690000', '085118.150000', '085118.610000', '085119.070000', '085119.530000', '085119.990000', '085120.450000', '085120.910000', '085121.370000', '085121.830000', '085122.290000', '085122.750000', '085123.210000', '085123.670000', '085124.130000', '085124.590000', '085125.050000', '085125.510000', '085125.970000', '085126.430000', '085126.890000', '085127.350000', '085127.810000', '085128.270000', '085128.730000', '085129.190000', '085129.650000', '085130.110000', '085130.570000', '085131.030000', '085131.490000', '085131.950000', '085132.410000', '085132.870000', '085133.330000', '085133.790000', '085134.250000', '085134.710000', '085135.170000', '085135.630000', '085136.090000', '085136.550000', '085137.010000', '085137.470000', '085137.930000', '085138.390000', '085138.850000', '085139.310000', '085139.770000', '085140.230000', '085140.690000', '085141.150000', '085141.610000', '085142.070000', '085142.530000', '085142.990000', '085143.450000', '085143.910000', '085144.370000', '085144.830000', '085145.290000', '085145.750000', '085146.210000', '085146.670000', '085147.130000', '085147.590000', '085148.050000', '085148.510000', '085148.970000', '085149.430000', '085149.890000', '085150.350000', '085150.810000', '085151.270000', '085151.730000', '085152.190000', '085152.650000', '085153.110000', '085153.570000', '085154.030000', '085154.490000', '085154.950000', '085155.410000', '085155.870000', '085156.330000', '085156.790000', '085157.250000', '085157.710000', '085158.170000', '085158.630000', '085159.090000', '085159.550000', '085200.010000', '085200.470000', '085200.930000', '085201.390000', '085201.850000', '085202.310000', '085202.770000', '085203.230000', '085203.690000', '085204.150000', '085204.610000', '085205.070000', '085205.530000', '085205.990000', '085206.450000', '085206.910000', '085207.370000', '085207.830000', '085208.290000', '085208.750000', '085209.210000', '085209.670000', '085210.130000', '085210.590000', '085211.050000'], 'ContentTime': ['084357.776000', '084357.779000', '084357.792000', '084357.795000', '084357.797000', '084357.800000', '084357.804000', '084357.807000', '084357.829000', '084357.832000', '084357.835000', '084357.837000', '084357.844000', '084357.847000', '084357.866000', '084357.869000', '084357.871000', '084357.874000', '084357.876000', '084357.879000', '084357.882000', '084357.884000', '084417.744000', '084417.747000', '084417.749000', '084417.752000', '084417.755000', '084417.758000', '084417.760000', '084417.763000', '084417.766000', '084417.768000', '084417.771000', '084417.773000', '084417.776000', '084417.779000', '084417.781000', '084417.784000', '084417.787000', '084417.789000', '084417.792000', '084417.794000', '084417.797000', '084417.800000', '084417.802000', '084417.805000', '084417.807000', '084417.810000', '084417.819000', '084417.822000', '084417.824000', '084417.827000', '084417.829000', '084417.832000', '084417.835000', '084417.838000', '084417.840000', '084417.843000', '084417.845000', '084417.848000', '084417.851000', '084417.853000', '084417.856000', '084417.859000', '084417.861000', '084417.864000', '084437.745000', '084437.747000', '084437.750000', '084437.753000', '084437.755000', '084437.758000', '084437.761000', '084437.763000', '084437.766000', '084437.768000', '084437.771000', '084437.774000', '084437.776000', '084437.779000', '084437.782000', '084437.784000', '084437.787000', '084437.790000', '084437.792000', '084437.795000', '084437.797000', '084437.800000', '084437.803000', '084437.805000', '084437.808000', '084437.811000', '084437.814000', '084437.817000', '084437.821000', '084437.824000', '084437.826000', '084437.829000', '084437.839000', '084437.842000', '084437.845000', '084437.847000', '084437.854000', '084437.857000', '084437.859000', '084437.862000', '084437.865000', '084437.867000', '084437.871000', '084457.744000', '084457.747000', '084457.750000', '084457.753000', '084457.756000', '084457.759000', '084457.761000', '084457.764000', '084457.767000', '084457.769000', '084457.772000', '084457.775000', '084457.777000', '084457.780000', '084457.782000', '084457.785000', '084457.788000', '084457.791000', '084457.793000', '084457.796000', '084457.799000', '084457.801000', '084457.804000', '084457.807000', '084457.809000', '084457.812000', '084457.815000', '084457.817000', '084457.820000', '084457.829000', '084457.832000', '084457.835000', '084457.837000', '084457.840000', '084457.842000', '084457.845000', '084457.848000', '084457.850000', '084457.853000', '084457.856000', '084457.858000', '084457.861000', '084457.863000', '084457.866000', '084517.745000', '084517.748000', '084517.750000', '084517.753000', '084517.756000', '084517.758000', '084517.761000', '084517.764000', '084517.766000', '084517.769000', '084517.772000', '084517.775000', '084517.777000', '084517.780000', '084517.783000', '084517.786000', '084517.788000', '084517.792000', '084517.794000', '084517.797000', '084517.799000', '084517.802000', '084517.805000', '084517.817000', '084517.820000', '084517.822000', '084517.825000', '084517.828000', '084517.830000', '084517.833000', '084517.836000', '084517.838000', '084517.841000', '084517.844000', '084517.847000', '084517.849000', '084517.852000', '084517.855000', '084517.857000', '084517.860000', '084517.862000', '084517.865000', '084517.868000', '084537.745000', '084537.748000', '084537.751000', '084537.753000', '084537.756000', '084537.758000', '084537.761000', '084537.764000', '084537.766000', '084537.769000', '084537.772000', '084537.775000', '084537.777000', '084537.780000', '084537.783000', '084537.786000', '084537.788000', '084537.791000', '084537.794000', '084537.796000', '084537.799000', '084537.801000', '084537.804000', '084537.807000', '084537.809000', '084537.812000', '084537.815000', '084537.818000', '084537.820000', '084537.823000', '084537.826000', '084537.828000', '084537.831000', '084537.833000', '084537.836000', '084537.839000', '084537.841000', '084537.844000', '084537.847000', '084537.849000', '084537.852000', '084537.854000', '084537.857000', '084537.860000', '084557.745000', '084557.747000', '084557.750000', '084557.753000', '084557.756000', '084557.758000', '084557.761000', '084557.763000', '084557.766000', '084557.769000', '084557.771000', '084557.774000', '084557.777000', '084557.779000', '084557.782000', '084557.785000', '084557.787000', '084557.790000', '084557.793000', '084557.795000', '084557.798000', '084557.801000', '084557.803000', '084557.806000', '084557.809000', '084557.811000', '084557.814000', '084557.817000', '084557.819000', '084557.822000', '084557.825000', '084557.827000', '084557.830000', '084557.833000', '084557.835000', '084557.838000', '084557.841000', '084557.843000', '084557.846000', '084557.848000', '084557.851000', '084557.854000', '084557.856000', '084617.744000', '084617.747000', '084617.750000', '084617.753000', '084617.755000', '084617.758000', '084617.761000', '084617.763000', '084617.766000', '084617.769000', '084617.771000', '084617.780000', '084617.783000', '084617.786000', '084617.788000', '084617.791000', '084617.794000', '084617.796000', '084617.799000', '084617.802000', '084617.805000', '084617.807000', '084617.810000', '084617.812000', '084617.815000', '084617.818000', '084617.820000', '084617.823000', '084617.836000', '084617.839000', '084617.842000', '084617.845000', '084617.847000', '084617.850000', '084617.853000', '084617.855000', '084617.858000', '084617.860000', '084617.863000', '084617.866000', '084617.868000', '084617.871000', '084617.874000', '084617.876000', '084637.744000', '084637.746000', '084637.749000', '084637.752000', '084637.755000', '084637.757000', '084637.760000', '084637.763000', '084637.765000', '084637.768000', '084637.770000', '084637.773000', '084637.776000', '084637.778000', '084637.781000', '084637.784000', '084637.786000', '084637.789000', '084637.792000', '084637.794000', '084637.797000', '084637.800000', '084637.802000', '084637.805000', '084637.808000', '084637.810000', '084637.813000', '084637.816000', '084637.818000', '084637.821000', '084637.823000', '084637.826000', '084637.829000', '084637.832000', '084637.834000', '084637.837000', '084637.840000', '084637.842000', '084637.845000', '084637.848000', '084637.850000', '084637.853000', '084637.856000', '084657.744000', '084657.747000', '084657.750000', '084657.753000', '084657.755000', '084657.758000', '084657.761000', '084657.772000', '084657.775000', '084657.778000', '084657.781000', '084657.783000', '084657.786000', '084657.789000', '084657.791000', '084657.794000', '084657.797000', '084657.800000', '084657.802000', '084657.805000', '084657.808000', '084657.810000', '084657.814000', '084657.817000', '084657.819000', '084657.822000', '084657.825000', '084657.827000', '084657.830000', '084657.833000', '084657.835000', '084657.838000', '084657.841000', '084657.843000', '084657.846000', '084657.849000', '084657.851000', '084657.856000', '084657.858000', '084657.861000', '084657.864000', '084657.866000', '084657.869000', '084657.871000', '084717.745000', '084717.748000', '084717.750000', '084717.753000', '084717.765000', '084717.772000', '084717.775000', '084717.777000', '084717.780000', '084717.782000', '084717.785000', '084717.788000', '084717.791000', '084717.793000', '084717.796000', '084717.799000', '084717.801000', '084717.804000', '084717.807000', '084717.809000', '084717.812000', '084717.815000', '084717.817000', '084717.820000', '084717.823000', '084717.825000', '084717.828000', '084717.831000', '084717.833000', '084717.836000', '084717.839000', '084717.841000', '084717.844000', '084717.846000', '084717.849000', '084717.852000', '084717.854000', '084717.857000', '084717.860000', '084717.863000', '084717.865000', '084717.868000', '084717.871000', '084737.744000', '084737.747000', '084737.750000', '084737.753000', '084737.755000', '084737.758000', '084737.761000', '084737.763000', '084737.766000', '084737.769000', '084737.771000', '084737.774000', '084737.777000', '084737.779000', '084737.782000', '084737.788000', '084737.791000', '084737.793000', '084737.796000', '084737.799000', '084737.801000', '084737.804000', '084737.807000', '084737.809000', '084737.812000', '084737.815000', '084737.817000', '084737.820000', '084737.823000', '084737.826000', '084737.828000', '084737.831000', '084737.834000', '084737.836000', '084737.839000', '084737.841000', '084737.844000', '084737.847000', '084737.849000', '084737.852000', '084737.855000', '084737.858000', '084737.860000', '084737.863000', '084757.745000', '084757.748000', '084757.750000', '084757.753000', '084757.755000', '084757.758000', '084757.761000', '084757.763000', '084757.766000', '084757.788000', '084757.791000', '084757.793000', '084757.796000', '084757.799000', '084757.801000', '084757.804000', '084757.807000', '084757.809000', '084757.812000', '084757.815000', '084757.817000', '084757.820000', '084757.823000', '084757.825000', '084757.828000', '084757.831000', '084757.833000', '084757.836000', '084757.839000', '084757.841000', '084757.844000', '084757.847000', '084757.849000', '084757.852000', '084757.855000', '084757.857000', '084757.860000', '084757.863000', '084757.865000', '084757.868000', '084757.870000', '084757.873000', '084757.876000', '084817.745000', '084817.747000', '084817.751000', '084817.754000', '084817.756000', '084817.759000', '084817.762000', '084817.765000', '084817.767000', '084817.770000', '084817.773000', '084817.775000', '084817.778000', '084817.781000', '084817.783000', '084817.786000', '084817.789000', '084817.791000', '084817.794000', '084817.797000', '084817.799000', '084817.802000', '084817.805000', '084817.808000', '084817.810000', '084817.813000', '084817.815000', '084817.818000', '084817.821000', '084817.823000', '084817.826000', '084817.829000', '084817.831000', '084817.834000', '084817.837000', '084817.839000', '084817.842000', '084817.844000', '084817.847000', '084817.850000', '084817.852000', '084817.855000', '084817.858000', '084817.860000', '084837.745000', '084837.748000', '084837.750000', '084837.759000', '084837.762000', '084837.765000', '084837.767000', '084837.770000', '084837.773000', '084837.776000', '084837.778000', '084837.781000', '084837.783000', '084837.786000', '084837.789000', '084837.791000', '084837.794000', '084837.797000', '084837.799000', '084837.802000', '084837.805000', '084837.807000', '084837.810000', '084837.813000', '084837.815000', '084837.818000', '084837.821000', '084837.823000', '084837.826000', '084837.829000', '084837.831000', '084837.834000', '084837.837000', '084837.839000', '084837.842000', '084837.845000', '084837.847000', '084837.850000', '084837.852000', '084837.855000', '084837.858000', '084837.860000', '084837.863000', '084857.743000', '084857.746000', '084857.749000', '084857.752000', '084857.754000', '084857.757000', '084857.760000', '084857.762000', '084857.765000', '084857.768000', '084857.770000', '084857.773000', '084857.776000', '084857.778000', '084857.781000', '084857.784000', '084857.786000', '084857.789000', '084857.792000', '084857.794000', '084857.797000', '084857.800000', '084857.802000', '084857.805000', '084857.807000', '084857.810000', '084857.813000', '084857.816000', '084857.818000', '084857.821000', '084857.824000', '084857.826000', '084857.829000', '084857.831000', '084857.834000', '084857.837000', '084857.839000', '084857.842000', '084857.845000', '084857.847000', '084857.850000', '084857.853000', '084857.855000', '084857.858000', '084917.745000', '084917.747000', '084917.750000', '084917.753000', '084917.756000', '084917.759000', '084917.761000', '084917.764000', '084917.767000', '084917.769000', '084917.772000', '084917.774000', '084917.777000', '084917.780000', '084917.782000', '084917.785000', '084917.788000', '084917.791000', '084917.793000', '084917.796000', '084917.799000', '084917.801000', '084917.804000', '084917.807000', '084917.809000', '084917.812000', '084917.814000', '084917.817000', '084917.820000', '084917.823000', '084917.825000', '084917.828000', '084917.831000', '084917.833000', '084917.850000', '084917.853000', '084917.855000', '084917.858000', '084917.860000', '084917.863000', '084917.866000', '084917.868000', '084917.871000', '084937.745000', '084937.747000', '084937.750000', '084937.753000', '084937.756000', '084937.758000', '084937.761000', '084937.764000', '084937.767000', '084937.769000', '084937.772000', '084937.775000', '084937.777000', '084937.780000', '084937.783000', '084937.785000', '084937.788000', '084937.791000', '084937.794000', '084937.797000', '084937.800000', '084937.802000', '084937.805000', '084937.807000', '084937.810000', '084937.813000', '084937.816000', '084937.818000', '084937.821000', '084937.824000', '084937.826000', '084937.829000', '084937.832000', '084937.834000', '084937.837000', '084937.840000', '084937.842000', '084937.845000', '084937.848000', '084937.850000', '084937.853000', '084937.856000', '084937.858000', '084937.861000', '084957.745000', '084957.748000', '084957.751000', '084957.754000', '084957.757000', '084957.759000', '084957.771000', '084957.774000', '084957.777000', '084957.779000', '084957.782000', '084957.785000', '084957.787000', '084957.790000', '084957.793000', '084957.795000', '084957.798000', '084957.800000', '084957.803000', '084957.806000', '084957.809000', '084957.812000', '084957.815000', '084957.818000', '084957.820000', '084957.823000', '084957.826000', '084957.828000', '084957.831000', '084957.833000', '084957.836000', '084957.839000', '084957.842000', '084957.844000', '084957.847000', '084957.850000', '084957.852000', '084957.855000', '084957.857000', '084957.861000', '084957.863000', '084957.866000', '084957.869000', '085017.745000', '085017.748000', '085017.751000', '085017.753000', '085017.756000', '085017.759000', '085017.761000', '085017.765000', '085017.768000', '085017.771000', '085017.774000', '085017.777000', '085017.779000', '085017.782000', '085017.784000', '085017.799000', '085017.802000', '085017.804000', '085017.807000', '085017.810000', '085017.812000', '085017.815000', '085017.817000', '085017.820000', '085017.823000', '085017.825000', '085017.828000', '085017.831000', '085017.833000', '085017.836000', '085017.838000', '085017.845000', '085017.848000', '085017.851000', '085017.853000', '085017.856000', '085017.859000', '085017.861000', '085017.864000', '085017.867000', '085017.869000', '085017.872000', '085017.874000', '085037.745000', '085037.748000', '085037.751000', '085037.753000', '085037.756000', '085037.758000', '085037.761000', '085037.764000', '085037.766000', '085037.769000', '085037.772000', '085037.774000', '085037.777000', '085037.780000', '085037.782000', '085037.785000', '085037.788000', '085037.790000', '085037.793000', '085037.796000', '085037.798000', '085037.801000', '085037.804000', '085037.806000', '085037.809000', '085037.811000', '085037.814000', '085037.817000', '085037.819000', '085037.822000', '085037.825000', '085037.827000', '085037.830000', '085037.833000', '085037.835000', '085037.838000', '085037.841000', '085037.843000', '085037.846000', '085037.849000', '085037.851000', '085037.854000', '085037.857000', '085037.859000', '085057.744000', '085057.747000', '085057.749000', '085057.752000', '085057.755000', '085057.757000', '085057.760000', '085057.763000', '085057.765000', '085057.768000', '085057.771000', '085057.773000', '085057.776000', '085057.779000', '085057.781000', '085057.784000', '085057.787000', '085057.789000', '085057.792000', '085057.795000', '085057.798000', '085057.801000', '085057.803000', '085057.807000', '085057.809000', '085057.812000', '085057.815000', '085057.817000', '085057.820000', '085057.822000', '085057.825000', '085057.829000', '085057.831000', '085057.834000', '085057.837000', '085057.840000', '085057.842000', '085057.845000', '085057.848000', '085057.850000', '085057.853000', '085057.855000', '085057.858000', '085117.744000', '085117.747000', '085117.749000', '085117.752000', '085117.755000', '085117.757000', '085117.760000', '085117.763000', '085117.765000', '085117.768000', '085117.771000', '085117.773000', '085117.776000', '085117.779000', '085117.781000', '085117.784000', '085117.787000', '085117.789000', '085117.792000', '085117.795000', '085117.797000', '085117.800000', '085117.803000', '085117.806000', '085117.808000', '085117.811000', '085117.814000', '085117.816000', '085117.819000', '085117.822000', '085117.824000', '085117.827000', '085117.830000', '085117.833000', '085117.835000', '085117.838000', '085117.840000', '085117.843000', '085117.846000', '085117.848000', '085117.851000', '085117.854000', '085117.856000', '085117.859000', '085137.745000', '085137.748000', '085137.750000', '085137.753000', '085137.756000', '085137.759000', '085137.761000', '085137.764000', '085137.766000', '085137.769000', '085137.772000', '085137.774000', '085137.777000', '085137.780000', '085137.782000', '085137.785000', '085137.788000', '085137.790000', '085137.793000', '085137.796000', '085137.798000', '085137.801000', '085137.804000', '085137.807000', '085137.809000', '085137.812000', '085137.815000', '085137.817000', '085137.820000', '085137.823000', '085137.825000', '085137.828000', '085137.831000', '085137.833000', '085137.836000', '085137.839000', '085137.841000', '085137.844000', '085137.847000', '085137.849000', '085137.852000', '085137.855000', '085137.858000', '085157.745000', '085157.747000', '085157.750000', '085157.753000', '085157.755000', '085157.758000', '085157.761000', '085157.763000', '085157.766000', '085157.769000', '085157.771000', '085157.774000', '085157.777000', '085157.779000', '085157.782000', '085157.784000', '085157.787000', '085157.790000', '085157.792000', '085157.795000', '085157.798000', '085157.800000', '085157.803000', '085157.806000', '085157.808000', '085157.811000', '085157.814000', '085157.816000', '085157.819000', '085157.822000', '085157.824000', '085157.827000', '085157.830000', '085157.837000', '085157.840000', '085157.842000', '085157.845000', '085157.848000', '085157.850000', '085157.853000', '085157.856000', '085157.858000', '085157.874000', '085157.877000', '085212.319000', '085212.322000', '085212.325000', '085212.328000', '085212.331000', '085212.333000', '085212.336000', '085212.339000', '085212.342000', '085212.345000', '085212.347000', '085212.350000', '085212.353000', '085212.356000', '085212.358000', '085212.361000', '085212.364000', '085212.367000', '085212.369000', '085212.372000', '085212.375000', '085212.378000', '085212.381000', '085212.388000', '085212.392000', '085212.394000', '085212.397000', '085212.400000', '085212.403000', '085212.407000', '085212.409000', '085212.412000'], 'InstanceCreationTime': ['084357.776000', '084357.779000', '084357.792000', '084357.795000', '084357.797000', '084357.800000', '084357.804000', '084357.807000', '084357.829000', '084357.832000', '084357.835000', '084357.837000', '084357.844000', '084357.847000', '084357.866000', '084357.869000', '084357.871000', '084357.874000', '084357.876000', '084357.879000', '084357.882000', '084357.884000', '084417.744000', '084417.747000', '084417.749000', '084417.752000', '084417.755000', '084417.758000', '084417.760000', '084417.763000', '084417.766000', '084417.768000', '084417.771000', '084417.773000', '084417.776000', '084417.779000', '084417.781000', '084417.784000', '084417.787000', '084417.789000', '084417.792000', '084417.794000', '084417.797000', '084417.800000', '084417.802000', '084417.805000', '084417.807000', '084417.810000', '084417.819000', '084417.822000', '084417.824000', '084417.827000', '084417.829000', '084417.832000', '084417.835000', '084417.838000', '084417.840000', '084417.843000', '084417.845000', '084417.848000', '084417.851000', '084417.853000', '084417.856000', '084417.859000', '084417.861000', '084417.864000', '084437.745000', '084437.747000', '084437.750000', '084437.753000', '084437.755000', '084437.758000', '084437.761000', '084437.763000', '084437.766000', '084437.768000', '084437.771000', '084437.774000', '084437.776000', '084437.779000', '084437.782000', '084437.784000', '084437.787000', '084437.790000', '084437.792000', '084437.795000', '084437.797000', '084437.800000', '084437.803000', '084437.805000', '084437.808000', '084437.811000', '084437.814000', '084437.817000', '084437.821000', '084437.824000', '084437.826000', '084437.829000', '084437.839000', '084437.842000', '084437.845000', '084437.847000', '084437.854000', '084437.857000', '084437.859000', '084437.862000', '084437.865000', '084437.867000', '084437.871000', '084457.744000', '084457.747000', '084457.750000', '084457.753000', '084457.756000', '084457.759000', '084457.761000', '084457.764000', '084457.767000', '084457.769000', '084457.772000', '084457.775000', '084457.777000', '084457.780000', '084457.782000', '084457.785000', '084457.788000', '084457.791000', '084457.793000', '084457.796000', '084457.799000', '084457.801000', '084457.804000', '084457.807000', '084457.809000', '084457.812000', '084457.815000', '084457.817000', '084457.820000', '084457.829000', '084457.832000', '084457.835000', '084457.837000', '084457.840000', '084457.842000', '084457.845000', '084457.848000', '084457.850000', '084457.853000', '084457.856000', '084457.858000', '084457.861000', '084457.863000', '084457.866000', '084517.745000', '084517.748000', '084517.750000', '084517.753000', '084517.756000', '084517.758000', '084517.761000', '084517.764000', '084517.766000', '084517.769000', '084517.772000', '084517.775000', '084517.777000', '084517.780000', '084517.783000', '084517.786000', '084517.788000', '084517.792000', '084517.794000', '084517.797000', '084517.799000', '084517.802000', '084517.805000', '084517.817000', '084517.820000', '084517.822000', '084517.825000', '084517.828000', '084517.830000', '084517.833000', '084517.836000', '084517.838000', '084517.841000', '084517.844000', '084517.847000', '084517.849000', '084517.852000', '084517.855000', '084517.857000', '084517.860000', '084517.862000', '084517.865000', '084517.868000', '084537.745000', '084537.748000', '084537.751000', '084537.753000', '084537.756000', '084537.758000', '084537.761000', '084537.764000', '084537.766000', '084537.769000', '084537.772000', '084537.775000', '084537.777000', '084537.780000', '084537.783000', '084537.786000', '084537.788000', '084537.791000', '084537.794000', '084537.796000', '084537.799000', '084537.801000', '084537.804000', '084537.807000', '084537.809000', '084537.812000', '084537.815000', '084537.818000', '084537.820000', '084537.823000', '084537.826000', '084537.828000', '084537.831000', '084537.833000', '084537.836000', '084537.839000', '084537.841000', '084537.844000', '084537.847000', '084537.849000', '084537.852000', '084537.854000', '084537.857000', '084537.860000', '084557.745000', '084557.747000', '084557.750000', '084557.753000', '084557.756000', '084557.758000', '084557.761000', '084557.763000', '084557.766000', '084557.769000', '084557.771000', '084557.774000', '084557.777000', '084557.779000', '084557.782000', '084557.785000', '084557.787000', '084557.790000', '084557.793000', '084557.795000', '084557.798000', '084557.801000', '084557.803000', '084557.806000', '084557.809000', '084557.811000', '084557.814000', '084557.817000', '084557.819000', '084557.822000', '084557.825000', '084557.827000', '084557.830000', '084557.833000', '084557.835000', '084557.838000', '084557.841000', '084557.843000', '084557.846000', '084557.848000', '084557.851000', '084557.854000', '084557.856000', '084617.744000', '084617.747000', '084617.750000', '084617.753000', '084617.755000', '084617.758000', '084617.761000', '084617.763000', '084617.766000', '084617.769000', '084617.771000', '084617.780000', '084617.783000', '084617.786000', '084617.788000', '084617.791000', '084617.794000', '084617.796000', '084617.799000', '084617.802000', '084617.805000', '084617.807000', '084617.810000', '084617.812000', '084617.815000', '084617.818000', '084617.820000', '084617.823000', '084617.836000', '084617.839000', '084617.842000', '084617.845000', '084617.847000', '084617.850000', '084617.853000', '084617.855000', '084617.858000', '084617.860000', '084617.863000', '084617.866000', '084617.868000', '084617.871000', '084617.874000', '084617.876000', '084637.744000', '084637.746000', '084637.749000', '084637.752000', '084637.755000', '084637.757000', '084637.760000', '084637.763000', '084637.765000', '084637.768000', '084637.770000', '084637.773000', '084637.776000', '084637.778000', '084637.781000', '084637.784000', '084637.786000', '084637.789000', '084637.792000', '084637.794000', '084637.797000', '084637.800000', '084637.802000', '084637.805000', '084637.808000', '084637.810000', '084637.813000', '084637.816000', '084637.818000', '084637.821000', '084637.823000', '084637.826000', '084637.829000', '084637.832000', '084637.834000', '084637.837000', '084637.840000', '084637.842000', '084637.845000', '084637.848000', '084637.850000', '084637.853000', '084637.856000', '084657.744000', '084657.747000', '084657.750000', '084657.753000', '084657.755000', '084657.758000', '084657.761000', '084657.772000', '084657.775000', '084657.778000', '084657.781000', '084657.783000', '084657.786000', '084657.789000', '084657.791000', '084657.794000', '084657.797000', '084657.800000', '084657.802000', '084657.805000', '084657.808000', '084657.810000', '084657.814000', '084657.817000', '084657.819000', '084657.822000', '084657.825000', '084657.827000', '084657.830000', '084657.833000', '084657.835000', '084657.838000', '084657.841000', '084657.843000', '084657.846000', '084657.849000', '084657.851000', '084657.856000', '084657.858000', '084657.861000', '084657.864000', '084657.866000', '084657.869000', '084657.871000', '084717.745000', '084717.748000', '084717.750000', '084717.753000', '084717.765000', '084717.772000', '084717.775000', '084717.777000', '084717.780000', '084717.782000', '084717.785000', '084717.788000', '084717.791000', '084717.793000', '084717.796000', '084717.799000', '084717.801000', '084717.804000', '084717.807000', '084717.809000', '084717.812000', '084717.815000', '084717.817000', '084717.820000', '084717.823000', '084717.825000', '084717.828000', '084717.831000', '084717.833000', '084717.836000', '084717.839000', '084717.841000', '084717.844000', '084717.846000', '084717.849000', '084717.852000', '084717.854000', '084717.857000', '084717.860000', '084717.863000', '084717.865000', '084717.868000', '084717.871000', '084737.744000', '084737.747000', '084737.750000', '084737.753000', '084737.755000', '084737.758000', '084737.761000', '084737.763000', '084737.766000', '084737.769000', '084737.771000', '084737.774000', '084737.777000', '084737.779000', '084737.782000', '084737.788000', '084737.791000', '084737.793000', '084737.796000', '084737.799000', '084737.801000', '084737.804000', '084737.807000', '084737.809000', '084737.812000', '084737.815000', '084737.817000', '084737.820000', '084737.823000', '084737.826000', '084737.828000', '084737.831000', '084737.834000', '084737.836000', '084737.839000', '084737.841000', '084737.844000', '084737.847000', '084737.849000', '084737.852000', '084737.855000', '084737.858000', '084737.860000', '084737.863000', '084757.745000', '084757.748000', '084757.750000', '084757.753000', '084757.755000', '084757.758000', '084757.761000', '084757.763000', '084757.766000', '084757.788000', '084757.791000', '084757.793000', '084757.796000', '084757.799000', '084757.801000', '084757.804000', '084757.807000', '084757.809000', '084757.812000', '084757.815000', '084757.817000', '084757.820000', '084757.823000', '084757.825000', '084757.828000', '084757.831000', '084757.833000', '084757.836000', '084757.839000', '084757.841000', '084757.844000', '084757.847000', '084757.849000', '084757.852000', '084757.855000', '084757.857000', '084757.860000', '084757.863000', '084757.865000', '084757.868000', '084757.870000', '084757.873000', '084757.876000', '084817.745000', '084817.747000', '084817.751000', '084817.754000', '084817.756000', '084817.759000', '084817.762000', '084817.765000', '084817.767000', '084817.770000', '084817.773000', '084817.775000', '084817.778000', '084817.781000', '084817.783000', '084817.786000', '084817.789000', '084817.791000', '084817.794000', '084817.797000', '084817.799000', '084817.802000', '084817.805000', '084817.808000', '084817.810000', '084817.813000', '084817.815000', '084817.818000', '084817.821000', '084817.823000', '084817.826000', '084817.829000', '084817.831000', '084817.834000', '084817.837000', '084817.839000', '084817.842000', '084817.844000', '084817.847000', '084817.850000', '084817.852000', '084817.855000', '084817.858000', '084817.860000', '084837.745000', '084837.748000', '084837.750000', '084837.759000', '084837.762000', '084837.765000', '084837.767000', '084837.770000', '084837.773000', '084837.776000', '084837.778000', '084837.781000', '084837.783000', '084837.786000', '084837.789000', '084837.791000', '084837.794000', '084837.797000', '084837.799000', '084837.802000', '084837.805000', '084837.807000', '084837.810000', '084837.813000', '084837.815000', '084837.818000', '084837.821000', '084837.823000', '084837.826000', '084837.829000', '084837.831000', '084837.834000', '084837.837000', '084837.839000', '084837.842000', '084837.845000', '084837.847000', '084837.850000', '084837.852000', '084837.855000', '084837.858000', '084837.860000', '084837.863000', '084857.743000', '084857.746000', '084857.749000', '084857.752000', '084857.754000', '084857.757000', '084857.760000', '084857.762000', '084857.765000', '084857.768000', '084857.770000', '084857.773000', '084857.776000', '084857.778000', '084857.781000', '084857.784000', '084857.786000', '084857.789000', '084857.792000', '084857.794000', '084857.797000', '084857.800000', '084857.802000', '084857.805000', '084857.807000', '084857.810000', '084857.813000', '084857.816000', '084857.818000', '084857.821000', '084857.824000', '084857.826000', '084857.829000', '084857.831000', '084857.834000', '084857.837000', '084857.839000', '084857.842000', '084857.845000', '084857.847000', '084857.850000', '084857.853000', '084857.855000', '084857.858000', '084917.745000', '084917.747000', '084917.750000', '084917.753000', '084917.756000', '084917.759000', '084917.761000', '084917.764000', '084917.767000', '084917.769000', '084917.772000', '084917.774000', '084917.777000', '084917.780000', '084917.782000', '084917.785000', '084917.788000', '084917.791000', '084917.793000', '084917.796000', '084917.799000', '084917.801000', '084917.804000', '084917.807000', '084917.809000', '084917.812000', '084917.814000', '084917.817000', '084917.820000', '084917.823000', '084917.825000', '084917.828000', '084917.831000', '084917.833000', '084917.850000', '084917.853000', '084917.855000', '084917.858000', '084917.860000', '084917.863000', '084917.866000', '084917.868000', '084917.871000', '084937.745000', '084937.747000', '084937.750000', '084937.753000', '084937.756000', '084937.758000', '084937.761000', '084937.764000', '084937.767000', '084937.769000', '084937.772000', '084937.775000', '084937.777000', '084937.780000', '084937.783000', '084937.785000', '084937.788000', '084937.791000', '084937.794000', '084937.797000', '084937.800000', '084937.802000', '084937.805000', '084937.807000', '084937.810000', '084937.813000', '084937.816000', '084937.818000', '084937.821000', '084937.824000', '084937.826000', '084937.829000', '084937.832000', '084937.834000', '084937.837000', '084937.840000', '084937.842000', '084937.845000', '084937.848000', '084937.850000', '084937.853000', '084937.856000', '084937.858000', '084937.861000', '084957.745000', '084957.748000', '084957.751000', '084957.754000', '084957.757000', '084957.759000', '084957.771000', '084957.774000', '084957.777000', '084957.779000', '084957.782000', '084957.785000', '084957.787000', '084957.790000', '084957.793000', '084957.795000', '084957.798000', '084957.800000', '084957.803000', '084957.806000', '084957.809000', '084957.812000', '084957.815000', '084957.818000', '084957.820000', '084957.823000', '084957.826000', '084957.828000', '084957.831000', '084957.833000', '084957.836000', '084957.839000', '084957.842000', '084957.844000', '084957.847000', '084957.850000', '084957.852000', '084957.855000', '084957.857000', '084957.861000', '084957.863000', '084957.866000', '084957.869000', '085017.745000', '085017.748000', '085017.751000', '085017.753000', '085017.756000', '085017.759000', '085017.761000', '085017.765000', '085017.768000', '085017.771000', '085017.774000', '085017.777000', '085017.779000', '085017.782000', '085017.784000', '085017.799000', '085017.802000', '085017.804000', '085017.807000', '085017.810000', '085017.812000', '085017.815000', '085017.817000', '085017.820000', '085017.823000', '085017.825000', '085017.828000', '085017.831000', '085017.833000', '085017.836000', '085017.838000', '085017.845000', '085017.848000', '085017.851000', '085017.853000', '085017.856000', '085017.859000', '085017.861000', '085017.864000', '085017.867000', '085017.869000', '085017.872000', '085017.874000', '085037.745000', '085037.748000', '085037.751000', '085037.753000', '085037.756000', '085037.758000', '085037.761000', '085037.764000', '085037.766000', '085037.769000', '085037.772000', '085037.774000', '085037.777000', '085037.780000', '085037.782000', '085037.785000', '085037.788000', '085037.790000', '085037.793000', '085037.796000', '085037.798000', '085037.801000', '085037.804000', '085037.806000', '085037.809000', '085037.811000', '085037.814000', '085037.817000', '085037.819000', '085037.822000', '085037.825000', '085037.827000', '085037.830000', '085037.833000', '085037.835000', '085037.838000', '085037.841000', '085037.843000', '085037.846000', '085037.849000', '085037.851000', '085037.854000', '085037.857000', '085037.859000', '085057.744000', '085057.747000', '085057.749000', '085057.752000', '085057.755000', '085057.757000', '085057.760000', '085057.763000', '085057.765000', '085057.768000', '085057.771000', '085057.773000', '085057.776000', '085057.779000', '085057.781000', '085057.784000', '085057.787000', '085057.789000', '085057.792000', '085057.795000', '085057.798000', '085057.801000', '085057.803000', '085057.807000', '085057.809000', '085057.812000', '085057.815000', '085057.817000', '085057.820000', '085057.822000', '085057.825000', '085057.829000', '085057.831000', '085057.834000', '085057.837000', '085057.840000', '085057.842000', '085057.845000', '085057.848000', '085057.850000', '085057.853000', '085057.855000', '085057.858000', '085117.744000', '085117.747000', '085117.749000', '085117.752000', '085117.755000', '085117.757000', '085117.760000', '085117.763000', '085117.765000', '085117.768000', '085117.771000', '085117.773000', '085117.776000', '085117.779000', '085117.781000', '085117.784000', '085117.787000', '085117.789000', '085117.792000', '085117.795000', '085117.797000', '085117.800000', '085117.803000', '085117.806000', '085117.808000', '085117.811000', '085117.814000', '085117.816000', '085117.819000', '085117.822000', '085117.824000', '085117.827000', '085117.830000', '085117.833000', '085117.835000', '085117.838000', '085117.840000', '085117.843000', '085117.846000', '085117.848000', '085117.851000', '085117.854000', '085117.856000', '085117.859000', '085137.745000', '085137.748000', '085137.750000', '085137.753000', '085137.756000', '085137.759000', '085137.761000', '085137.764000', '085137.766000', '085137.769000', '085137.772000', '085137.774000', '085137.777000', '085137.780000', '085137.782000', '085137.785000', '085137.788000', '085137.790000', '085137.793000', '085137.796000', '085137.798000', '085137.801000', '085137.804000', '085137.807000', '085137.809000', '085137.812000', '085137.815000', '085137.817000', '085137.820000', '085137.823000', '085137.825000', '085137.828000', '085137.831000', '085137.833000', '085137.836000', '085137.839000', '085137.841000', '085137.844000', '085137.847000', '085137.849000', '085137.852000', '085137.855000', '085137.858000', '085157.745000', '085157.747000', '085157.750000', '085157.753000', '085157.755000', '085157.758000', '085157.761000', '085157.763000', '085157.766000', '085157.769000', '085157.771000', '085157.774000', '085157.777000', '085157.779000', '085157.782000', '085157.784000', '085157.787000', '085157.790000', '085157.792000', '085157.795000', '085157.798000', '085157.800000', '085157.803000', '085157.806000', '085157.808000', '085157.811000', '085157.814000', '085157.816000', '085157.819000', '085157.822000', '085157.824000', '085157.827000', '085157.830000', '085157.837000', '085157.840000', '085157.842000', '085157.845000', '085157.848000', '085157.850000', '085157.853000', '085157.856000', '085157.858000', '085157.874000', '085157.877000', '085212.319000', '085212.322000', '085212.325000', '085212.328000', '085212.331000', '085212.333000', '085212.336000', '085212.339000', '085212.342000', '085212.345000', '085212.347000', '085212.350000', '085212.353000', '085212.356000', '085212.358000', '085212.361000', '085212.364000', '085212.367000', '085212.369000', '085212.372000', '085212.375000', '085212.378000', '085212.381000', '085212.388000', '085212.392000', '085212.394000', '085212.397000', '085212.400000', '085212.403000', '085212.407000', '085212.409000', '085212.412000'], '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': [9187, 6841, 8676, 6982, 8280, 6521, 8372, 6679, 8568, 6500, 8744, 6649, 8618, 6636, 6179, 7140, 6465, 7527, 6496, 7762, 6613, 7393, 6465, 8350, 6468, 8292, 6504, 8111, 6567, 8333, 6594, 8589, 6551, 8669, 7335, 9452, 6761, 8055, 6565, 8862, 6960, 9402, 7636, 9376, 6748, 8676, 6849, 9580, 6927, 9333, 7709, 9347, 6617, 8847, 6612, 8640, 6525, 8943, 7171, 8997, 6922, 8784, 6793, 8535, 6678, 8262, 6742, 7308, 6355, 7391, 6622, 7094, 9779, 6718, 10056, 6748, 9160, 6726, 8785, 6612, 8932, 6468, 8455, 6787, 7602, 6604, 7936, 6474, 7878, 6556, 7927, 6797, 7971, 6752, 7231, 7246, 7377, 7514, 7783, 6628, 6950, 6492, 7436, 10261, 7446, 9134, 8042, 6348, 7282, 8015, 7427, 9609, 7648, 9419, 7791, 9269, 6591, 8946, 7018, 8654, 6962, 8443, 6587, 7807, 6315, 7243, 8769, 7524, 8644, 7773, 6604, 6839, 9324, 6737, 9234, 6785, 8931, 6542, 8227, 6551, 8299, 6327, 7566, 6865, 7261, 6451, 6985, 7524, 6776, 9535, 6998, 9210, 7539, 8745, 6822, 8742, 6585, 8664, 6521, 7999, 6526, 7015, 6022, 6684, 7836, 6853, 9374, 6606, 9349, 7269, 7271, 6685, 7346, 7099, 9301, 7377, 9589, 6878, 9763, 6957, 8867, 6891, 8929, 6815, 8402, 6776, 7993, 6754, 8561, 6304, 7411, 8091, 7454, 7513, 7097, 9631, 6814, 9110, 6739, 8952, 7289, 8663, 6859, 8543, 6604, 8339, 6404, 7294, 6457, 6823, 6136, 7137, 8155, 7430, 9464, 8092, 9341, 6600, 8951, 6910, 8902, 7414, 8663, 6443, 8718, 6460, 8740, 7126, 9541, 6769, 9071, 6679, 8647, 6472, 8150, 6739, 7854, 6518, 6977, 7033, 6761, 9282, 6767, 8957, 6731, 8334, 6504, 7859, 6597, 7501, 6459, 7171, 8496, 7477, 7785, 6797, 9207, 6807, 8819, 6566, 8457, 6463, 8019, 6592, 7604, 6280, 7187, 6596, 7105, 6224, 7020, 6378, 7443, 6524, 7702, 6466, 7896, 6465, 8270, 6516, 8672, 6527, 8336, 6717, 7891, 6687, 7526, 6559, 7080, 6372, 7552, 8595, 7346, 10327, 6862, 9864, 6772, 9200, 6538, 7854, 6475, 7356, 6543, 7544, 6258, 7491, 6295, 7220, 6532, 7717, 6630, 7241, 6530, 8338, 6552, 8389, 6587, 7968, 6563, 7579, 6491, 6889, 6565, 7457, 9803, 7213, 9565, 7455, 9042, 6869, 8725, 6645, 8690, 6479, 8165, 6398, 8385, 6291, 7420, 8037, 7085, 9546, 7398, 9922, 6452, 8715, 6545, 9174, 6443, 8825, 7388, 8918, 6979, 8370, 6543, 8775, 6479, 8649, 6758, 8939, 6549, 9013, 6559, 8275, 6398, 7948, 6852, 7564, 6703, 6987, 6175, 6772, 9546, 6577, 9697, 7302, 9090, 7020, 8746, 6705, 9036, 6565, 8350, 6671, 7627, 6553, 8243, 6491, 7798, 6501, 7042, 6354, 6989, 6162, 6677, 9232, 6645, 9093, 7439, 8980, 6862, 8383, 6502, 8444, 6893, 7968, 6821, 7462, 6769, 7293, 6377, 7117, 6500, 7615, 6439, 7416, 6493, 7069, 6580, 7286, 6627, 7516, 6323, 7016, 9088, 6733, 9656, 7017, 9162, 6799, 8796, 6591, 8791, 6664, 8678, 6400, 8079, 6624, 8085, 6605, 8727, 6731, 8394, 6570, 7513, 9263, 7151, 9974, 7001, 9703, 6824, 9475, 6759, 9162, 7637, 9366, 7373, 8919, 6756, 8499, 6717, 8849, 6441, 8309, 6530, 6997, 6165, 6976, 6250, 6873, 9248, 6583, 9402, 7285, 6257, 6858, 6362, 7211, 8891, 6914, 9753, 7477, 9819, 6651, 9760, 6819, 8788, 6780, 8847, 6841, 9372, 6900, 8280, 6609, 8932, 6671, 8845, 6498, 8257, 6778, 8411, 6615, 8646, 6437, 7429, 6557, 7443, 6352, 7097, 6871, 6884, 9190, 6575, 8448, 7920, 6933, 7016, 7039, 6797, 8742, 7128, 9294, 7302, 9596, 6697, 9600, 6644, 8766, 6484, 8181, 6950, 8890, 6804, 8151, 6887, 8770, 6476, 8738, 6756, 8803, 7097, 9748, 6844, 9988, 6605, 9481, 6892, 8947, 6687, 8519, 6819, 7588, 6395, 7105, 6492, 7255, 8366, 6955, 9489, 7264, 9889, 6516, 8809, 6699, 8924, 6638, 8662, 6580, 8280, 6406, 8639, 6494, 8407, 6510, 7942, 7022, 8557, 6592, 9011, 6606, 9383, 8130, 6793, 7186, 6728, 8357, 6668, 8051, 6669, 7701, 6625, 7223, 6671, 7149, 6558, 7398, 6362, 7308, 6418, 7800, 6681, 7090, 6538, 7723, 6549, 8000, 6638, 7385, 6452, 7481, 6554, 7171, 9246, 6692, 9977, 6906, 9207, 6739, 8233, 6907, 8795, 6561, 8876, 6351, 8627, 6670, 8152, 6408, 8004, 6628, 8099, 6755, 7829, 6563, 7851, 6890, 7418, 6653, 8314, 6609, 8347, 6499, 9109, 7180, 6552, 6918, 6847, 6948, 6708, 7393, 7578, 7701, 6647, 6931, 6889, 6820, 8660, 7092, 7808, 7819, 6771, 7687, 7362, 7577, 6767, 8016, 7340, 6858, 7345, 6941, 8354, 6859, 9438, 7147, 8868, 6754, 8800, 6662, 8417, 6587, 7315, 6435, 7475, 6998, 7670, 6667, 6601, 8866, 6823, 9339, 6755, 9446, 7195, 8914, 6880, 9096, 6872, 8713, 6500, 8613, 6976, 7628, 6831, 8424, 6846, 8198, 6730, 7436, 7599, 7537, 7461, 6754, 8959, 6922, 9328, 7151, 8928, 7851, 8954, 6731, 8188, 6644, 9084, 7000, 8953, 6770, 8887, 7347, 7940, 6558, 7872, 6645, 7533, 6522, 7758, 9348, 7342, 8854, 6663, 8830, 6672, 9057, 6791, 8915, 7055, 7731, 6599, 8225, 6622, 7256, 6983, 7097, 9213, 7584, 7676, 6695, 7982, 6848, 9103, 6934, 8905, 6918, 8356, 6799, 8142, 6829, 8589, 6367, 8280, 6454, 7391, 6536, 7330, 6757, 8047, 6698, 7143, 7702, 7474, 6812, 6951, 6815, 7680, 6870, 7684, 8971, 7427, 9593, 8057, 9201, 7132, 8860, 6712, 8398, 6704, 7231, 6688, 7110, 6944, 6758, 8559, 6927, 9406, 7066, 8946, 7265, 8629, 7194, 8572, 6955, 8221, 6562, 7238, 6623, 6881, 7225, 6672, 8796, 7104, 8851, 6648, 8258, 6920, 7602, 6765, 7321, 6876, 7648, 8337, 6619, 9018, 7169, 8902, 6985, 8705, 6576, 9015, 7047, 8506, 7385, 8261, 7363, 8798, 7131, 8538, 6867, 7808, 7226, 8139, 6759, 8302, 6580, 8329, 6389, 7805, 6448, 6986, 6588, 7096, 7660, 6796, 9224, 6687, 8989, 7101, 7901, 6838, 8507, 6832, 8025, 6445, 7546, 6548, 6988, 6727, 7733, 6543, 7172, 6688, 7239, 6763, 7896, 6857, 8400, 6691, 8841, 7585, 9427, 6894, 9530, 6932, 9455, 6574, 9160, 7044, 8566, 6686, 8458, 6732, 7842, 6478, 7415, 7912, 7532, 8073, 6559, 9545, 6803, 9329, 6896, 8561, 6890, 8342, 6916, 8587, 6742, 7974, 6424, 7365, 6484, 7006, 6600, 6928, 8686, 6507, 9118, 7232, 8033, 6938, 7642, 7157, 9012, 7022, 8780, 7319, 8266, 7027, 8297, 6841, 8842, 6843, 8094, 7051, 7935, 6742, 8765, 6757, 8550, 6541, 8198, 6747, 7645, 6985, 8721, 7002, 8683, 6828, 8531, 6902, 9153, 7170, 8600, 7050, 8600, 6777, 8068, 6917, 7507, 7004, 7042, 6648, 8164, 7060, 7722, 6515, 7195, 6617, 6879, 6747, 7237, 6754, 7394, 6544, 7916, 7233, 7482, 6769, 8775, 6948, 8762, 6741, 8643, 7117, 9424, 6682, 9122, 7047, 8709, 6782, 8794, 7006, 9459, 6938, 8065, 6924, 7604, 7930, 8101, 7673, 7626, 7597, 6675, 7320, 6893, 7158, 6781, 7201, 6824, 7257, 6717, 8483, 6753, 8367, 6700, 7950, 6921, 7977, 6877, 8779, 6869, 8830, 7115, 8367, 6999, 8285, 6783, 9086, 6582, 8608, 7046, 8380, 7308, 8309, 6789, 6742, 7635, 6916, 8048, 6981, 8003, 7003, 8798, 6726, 9190, 6897, 8513, 7174, 8906, 6896, 9140, 6766, 8962, 7373, 9129, 7174, 6794, 6754, 6613, 7865, 6769, 8404, 6981, 7859, 6895, 8472, 6725, 8711, 6785, 8544, 7037, 8790, 6838, 8400, 6873, 8975, 6780, 8770, 7082, 7072, 6873, 6710, 7059, 6797, 6758, 8650, 6806, 9357, 7098], 'WindowCenter': [3950.0, 3893.0, 3911.0, 3876.0, 3896.0, 3852.0, 3881.0, 3862.0, 3892.0, 3852.0, 3894.0, 3875.0, 3894.0, 3875.0, 3854.0, 3876.0, 3864.0, 3897.0, 3878.0, 3900.0, 3889.0, 3899.0, 3878.0, 3909.0, 3878.0, 3909.0, 3891.0, 3911.0, 3891.0, 3911.0, 3890.0, 3920.0, 3880.0, 3922.0, 3903.0, 3931.0, 3891.0, 3899.0, 3891.0, 3920.0, 3891.0, 3921.0, 3901.0, 3919.0, 3890.0, 3909.0, 3889.0, 3919.0, 3889.0, 3919.0, 3899.0, 3918.0, 3878.0, 3907.0, 3877.0, 3908.0, 3878.0, 3907.0, 3888.0, 3907.0, 3888.0, 3896.0, 3876.0, 3907.0, 3875.0, 3897.0, 3864.0, 3886.0, 3864.0, 3886.0, 3863.0, 3874.0, 3916.0, 3876.0, 3915.0, 3876.0, 3906.0, 3875.0, 3906.0, 3876.0, 3908.0, 3866.0, 3908.0, 3877.0, 3898.0, 3877.0, 3909.0, 3879.0, 3911.0, 3878.0, 3912.0, 3879.0, 3910.0, 3878.0, 3900.0, 3900.0, 3900.0, 3888.0, 3900.0, 3877.0, 3889.0, 3866.0, 3889.0, 3930.0, 3899.0, 3919.0, 3910.0, 3877.0, 3900.0, 3898.0, 3888.0, 3919.0, 3898.0, 3907.0, 3897.0, 3907.0, 3876.0, 3905.0, 3876.0, 3907.0, 3874.0, 3895.0, 3863.0, 3884.0, 3863.0, 3885.0, 3895.0, 3885.0, 3894.0, 3887.0, 3874.0, 3875.0, 3904.0, 3876.0, 3906.0, 3876.0, 3905.0, 3865.0, 3894.0, 3863.0, 3894.0, 3864.0, 3887.0, 3864.0, 3886.0, 3864.0, 3876.0, 3884.0, 3875.0, 3905.0, 3876.0, 3906.0, 3886.0, 3894.0, 3875.0, 3895.0, 3864.0, 3895.0, 3865.0, 3895.0, 3864.0, 3875.0, 3853.0, 3875.0, 3883.0, 3874.0, 3907.0, 3877.0, 3906.0, 3888.0, 3886.0, 3877.0, 3886.0, 3888.0, 3918.0, 3886.0, 3917.0, 3878.0, 3917.0, 3876.0, 3906.0, 3876.0, 3906.0, 3865.0, 3893.0, 3864.0, 3883.0, 3864.0, 3895.0, 3862.0, 3886.0, 3885.0, 3874.0, 3873.0, 3874.0, 3903.0, 3863.0, 3906.0, 3875.0, 3905.0, 3886.0, 3895.0, 3875.0, 3894.0, 3874.0, 3907.0, 3864.0, 3886.0, 3864.0, 3877.0, 3854.0, 3875.0, 3896.0, 3886.0, 3915.0, 3898.0, 3906.0, 3876.0, 3907.0, 3887.0, 3907.0, 3887.0, 3905.0, 3866.0, 3905.0, 3877.0, 3909.0, 3888.0, 3916.0, 3878.0, 3906.0, 3875.0, 3895.0, 3853.0, 3897.0, 3865.0, 3883.0, 3852.0, 3873.0, 3860.0, 3862.0, 3893.0, 3862.0, 3894.0, 3862.0, 3882.0, 3850.0, 3883.0, 3861.0, 3883.0, 3864.0, 3875.0, 3893.0, 3885.0, 3883.0, 3875.0, 3905.0, 3875.0, 3906.0, 3875.0, 3896.0, 3864.0, 3884.0, 3862.0, 3884.0, 3865.0, 3887.0, 3875.0, 3876.0, 3853.0, 3876.0, 3864.0, 3888.0, 3877.0, 3897.0, 3877.0, 3897.0, 3866.0, 3896.0, 3866.0, 3907.0, 3866.0, 3908.0, 3865.0, 3886.0, 3862.0, 3884.0, 3852.0, 3874.0, 3851.0, 3885.0, 3894.0, 3874.0, 3904.0, 3863.0, 3903.0, 3862.0, 3891.0, 3852.0, 3895.0, 3863.0, 3872.0, 3863.0, 3885.0, 3863.0, 3885.0, 3865.0, 3898.0, 3877.0, 3898.0, 3888.0, 3899.0, 3879.0, 3910.0, 3879.0, 3911.0, 3889.0, 3912.0, 3878.0, 3898.0, 3876.0, 3887.0, 3877.0, 3888.0, 3918.0, 3888.0, 3918.0, 3888.0, 3907.0, 3877.0, 3906.0, 3877.0, 3908.0, 3866.0, 3908.0, 3866.0, 3908.0, 3865.0, 3898.0, 3909.0, 3889.0, 3917.0, 3887.0, 3917.0, 3867.0, 3907.0, 3877.0, 3918.0, 3878.0, 3920.0, 3898.0, 3908.0, 3890.0, 3907.0, 3878.0, 3908.0, 3878.0, 3920.0, 3890.0, 3920.0, 3880.0, 3920.0, 3877.0, 3909.0, 3867.0, 3910.0, 3877.0, 3887.0, 3876.0, 3877.0, 3853.0, 3865.0, 3904.0, 3876.0, 3905.0, 3884.0, 3905.0, 3875.0, 3894.0, 3865.0, 3906.0, 3875.0, 3896.0, 3876.0, 3886.0, 3864.0, 3896.0, 3866.0, 3899.0, 3878.0, 3888.0, 3866.0, 3888.0, 3866.0, 3878.0, 3918.0, 3879.0, 3908.0, 3887.0, 3907.0, 3877.0, 3896.0, 3866.0, 3909.0, 3888.0, 3898.0, 3875.0, 3888.0, 3876.0, 3889.0, 3865.0, 3890.0, 3878.0, 3900.0, 3877.0, 3889.0, 3867.0, 3887.0, 3878.0, 3901.0, 3887.0, 3899.0, 3878.0, 3889.0, 3907.0, 3878.0, 3919.0, 3888.0, 3918.0, 3878.0, 3907.0, 3877.0, 3907.0, 3876.0, 3907.0, 3878.0, 3897.0, 3889.0, 3899.0, 3878.0, 3908.0, 3878.0, 3908.0, 3877.0, 3899.0, 3917.0, 3876.0, 3916.0, 3876.0, 3906.0, 3875.0, 3905.0, 3876.0, 3918.0, 3897.0, 3906.0, 3886.0, 3905.0, 3877.0, 3906.0, 3875.0, 3905.0, 3866.0, 3909.0, 3865.0, 3887.0, 3853.0, 3886.0, 3864.0, 3877.0, 3918.0, 3878.0, 3918.0, 3899.0, 3877.0, 3879.0, 3878.0, 3900.0, 3920.0, 3901.0, 3920.0, 3900.0, 3929.0, 3889.0, 3919.0, 3878.0, 3909.0, 3879.0, 3909.0, 3878.0, 3918.0, 3889.0, 3909.0, 3879.0, 3919.0, 3890.0, 3919.0, 3880.0, 3909.0, 3877.0, 3908.0, 3877.0, 3909.0, 3878.0, 3901.0, 3877.0, 3889.0, 3867.0, 3889.0, 3877.0, 3888.0, 3919.0, 3889.0, 3909.0, 3910.0, 3888.0, 3890.0, 3889.0, 3890.0, 3920.0, 3902.0, 3921.0, 3900.0, 3919.0, 3879.0, 3919.0, 3877.0, 3908.0, 3879.0, 3908.0, 3888.0, 3907.0, 3877.0, 3896.0, 3888.0, 3907.0, 3877.0, 3909.0, 3880.0, 3921.0, 3890.0, 3920.0, 3891.0, 3929.0, 3890.0, 3919.0, 3887.0, 3908.0, 3878.0, 3908.0, 3876.0, 3887.0, 3864.0, 3876.0, 3865.0, 3886.0, 3908.0, 3888.0, 3917.0, 3887.0, 3916.0, 3866.0, 3905.0, 3876.0, 3907.0, 3877.0, 3907.0, 3877.0, 3896.0, 3867.0, 3908.0, 3880.0, 3909.0, 3880.0, 3909.0, 3889.0, 3911.0, 3891.0, 3933.0, 3903.0, 3934.0, 3923.0, 3892.0, 3904.0, 3891.0, 3922.0, 3889.0, 3913.0, 3891.0, 3902.0, 3879.0, 3901.0, 3877.0, 3890.0, 3868.0, 3888.0, 3879.0, 3889.0, 3867.0, 3899.0, 3877.0, 3878.0, 3866.0, 3898.0, 3877.0, 3899.0, 3877.0, 3888.0, 3865.0, 3887.0, 3865.0, 3878.0, 3906.0, 3876.0, 3917.0, 3888.0, 3907.0, 3875.0, 3894.0, 3875.0, 3895.0, 3874.0, 3905.0, 3866.0, 3908.0, 3877.0, 3898.0, 3868.0, 3898.0, 3875.0, 3899.0, 3877.0, 3900.0, 3889.0, 3911.0, 3900.0, 3900.0, 3890.0, 3920.0, 3890.0, 3921.0, 3892.0, 3934.0, 3915.0, 3893.0, 3917.0, 3903.0, 3904.0, 3904.0, 3915.0, 3911.0, 3913.0, 3892.0, 3902.0, 3889.0, 3891.0, 3922.0, 3901.0, 3910.0, 3913.0, 3889.0, 3912.0, 3915.0, 3913.0, 3892.0, 3924.0, 3913.0, 3894.0, 3913.0, 3903.0, 3923.0, 3892.0, 3922.0, 3890.0, 3922.0, 3878.0, 3908.0, 3876.0, 3897.0, 3865.0, 3886.0, 3865.0, 3886.0, 3875.0, 3898.0, 3864.0, 3876.0, 3906.0, 3877.0, 3920.0, 3889.0, 3919.0, 3889.0, 3908.0, 3890.0, 3908.0, 3879.0, 3921.0, 3891.0, 3920.0, 3901.0, 3900.0, 3890.0, 3910.0, 3879.0, 3910.0, 3891.0, 3901.0, 3899.0, 3900.0, 3888.0, 3877.0, 3909.0, 3889.0, 3920.0, 3901.0, 3921.0, 3911.0, 3921.0, 3890.0, 3908.0, 3890.0, 3920.0, 3889.0, 3919.0, 3890.0, 3921.0, 3888.0, 3897.0, 3867.0, 3897.0, 3875.0, 3886.0, 3865.0, 3898.0, 3908.0, 3887.0, 3906.0, 3877.0, 3906.0, 3875.0, 3905.0, 3878.0, 3908.0, 3876.0, 3887.0, 3876.0, 3898.0, 3876.0, 3887.0, 3877.0, 3890.0, 3908.0, 3888.0, 3886.0, 3878.0, 3896.0, 3878.0, 3907.0, 3889.0, 3920.0, 3890.0, 3908.0, 3879.0, 3896.0, 3878.0, 3908.0, 3867.0, 3911.0, 3878.0, 3898.0, 3878.0, 3901.0, 3878.0, 3910.0, 3878.0, 3901.0, 3899.0, 3901.0, 3890.0, 3890.0, 3889.0, 3912.0, 3889.0, 3901.0, 3920.0, 3901.0, 3920.0, 3911.0, 3918.0, 3888.0, 3907.0, 3876.0, 3897.0, 3864.0, 3887.0, 3875.0, 3876.0, 3874.0, 3876.0, 3894.0, 3874.0, 3906.0, 3888.0, 3908.0, 3888.0, 3907.0, 3877.0, 3907.0, 3876.0, 3897.0, 3875.0, 3887.0, 3874.0, 3876.0, 3874.0, 3876.0, 3895.0, 3875.0, 3906.0, 3875.0, 3897.0, 3875.0, 3888.0, 3866.0, 3887.0, 3876.0, 3896.0, 3896.0, 3878.0, 3908.0, 3888.0, 3908.0, 3889.0, 3908.0, 3878.0, 3918.0, 3890.0, 3909.0, 3899.0, 3910.0, 3890.0, 3909.0, 3879.0, 3908.0, 3879.0, 3898.0, 3888.0, 3897.0, 3876.0, 3896.0, 3875.0, 3897.0, 3866.0, 3899.0, 3865.0, 3888.0, 3875.0, 3888.0, 3887.0, 3877.0, 3906.0, 3877.0, 3908.0, 3877.0, 3897.0, 3877.0, 3908.0, 3877.0, 3910.0, 3878.0, 3899.0, 3877.0, 3888.0, 3877.0, 3900.0, 3880.0, 3902.0, 3891.0, 3901.0, 3878.0, 3910.0, 3890.0, 3911.0, 3892.0, 3922.0, 3901.0, 3920.0, 3890.0, 3919.0, 3888.0, 3918.0, 3878.0, 3919.0, 3876.0, 3897.0, 3865.0, 3895.0, 3864.0, 3895.0, 3865.0, 3886.0, 3885.0, 3887.0, 3885.0, 3865.0, 3906.0, 3875.0, 3918.0, 3888.0, 3906.0, 3876.0, 3896.0, 3876.0, 3907.0, 3865.0, 3899.0, 3866.0, 3887.0, 3867.0, 3877.0, 3877.0, 3887.0, 3908.0, 3880.0, 3919.0, 3901.0, 3899.0, 3891.0, 3899.0, 3888.0, 3920.0, 3891.0, 3909.0, 3900.0, 3909.0, 3890.0, 3909.0, 3878.0, 3919.0, 3889.0, 3899.0, 3891.0, 3910.0, 3889.0, 3908.0, 3879.0, 3920.0, 3881.0, 3912.0, 3892.0, 3901.0, 3901.0, 3921.0, 3892.0, 3922.0, 3891.0, 3922.0, 3891.0, 3920.0, 3890.0, 3909.0, 3889.0, 3908.0, 3879.0, 3911.0, 3887.0, 3889.0, 3877.0, 3889.0, 3877.0, 3909.0, 3887.0, 3899.0, 3879.0, 3890.0, 3877.0, 3890.0, 3879.0, 3901.0, 3888.0, 3903.0, 3880.0, 3912.0, 3901.0, 3900.0, 3891.0, 3921.0, 3892.0, 3923.0, 3892.0, 3922.0, 3891.0, 3922.0, 3892.0, 3920.0, 3889.0, 3908.0, 3878.0, 3909.0, 3889.0, 3917.0, 3888.0, 3897.0, 3889.0, 3897.0, 3899.0, 3910.0, 3900.0, 3899.0, 3899.0, 3877.0, 3888.0, 3875.0, 3888.0, 3878.0, 3889.0, 3877.0, 3888.0, 3877.0, 3909.0, 3877.0, 3910.0, 3878.0, 3899.0, 3889.0, 3898.0, 3879.0, 3908.0, 3880.0, 3920.0, 3890.0, 3908.0, 3889.0, 3909.0, 3879.0, 3919.0, 3878.0, 3910.0, 3890.0, 3910.0, 3901.0, 3909.0, 3890.0, 3889.0, 3900.0, 3902.0, 3913.0, 3901.0, 3913.0, 3903.0, 3923.0, 3893.0, 3933.0, 3904.0, 3922.0, 3891.0, 3920.0, 3891.0, 3920.0, 3879.0, 3920.0, 3901.0, 3920.0, 3889.0, 3879.0, 3879.0, 3877.0, 3911.0, 3890.0, 3923.0, 3890.0, 3911.0, 3892.0, 3910.0, 3890.0, 3920.0, 3891.0, 3911.0, 3890.0, 3908.0, 3879.0, 3909.0, 3880.0, 3920.0, 3891.0, 3920.0, 3903.0, 3890.0, 3889.0, 3891.0, 3902.0, 3892.0, 3893.0, 3935.0, 3905.0, 3935.0, 3903.0], 'WindowWidth': [8830.0, 8739.0, 8757.0, 8700.0, 8726.0, 8660.0, 8698.0, 8671.0, 8711.0, 8658.0, 8717.0, 8695.0, 8717.0, 8694.0, 8666.0, 8699.0, 8681.0, 8728.0, 8705.0, 8738.0, 8720.0, 8735.0, 8705.0, 8747.0, 8707.0, 8747.0, 8730.0, 8753.0, 8728.0, 8753.0, 8726.0, 8765.0, 8713.0, 8772.0, 8746.0, 8779.0, 8727.0, 8735.0, 8728.0, 8762.0, 8727.0, 8768.0, 8740.0, 8759.0, 8724.0, 8746.0, 8722.0, 8759.0, 8722.0, 8762.0, 8734.0, 8756.0, 8704.0, 8740.0, 8702.0, 8742.0, 8706.0, 8741.0, 8716.0, 8738.0, 8715.0, 8723.0, 8696.0, 8740.0, 8697.0, 8727.0, 8679.0, 8709.0, 8677.0, 8710.0, 8677.0, 8694.0, 8749.0, 8696.0, 8746.0, 8699.0, 8735.0, 8697.0, 8737.0, 8698.0, 8743.0, 8687.0, 8743.0, 8700.0, 8730.0, 8702.0, 8748.0, 8710.0, 8755.0, 8707.0, 8755.0, 8707.0, 8751.0, 8706.0, 8739.0, 8736.0, 8738.0, 8716.0, 8736.0, 8700.0, 8718.0, 8686.0, 8720.0, 8775.0, 8733.0, 8760.0, 8752.0, 8702.0, 8735.0, 8730.0, 8718.0, 8761.0, 8731.0, 8741.0, 8728.0, 8738.0, 8697.0, 8734.0, 8697.0, 8740.0, 8693.0, 8721.0, 8675.0, 8705.0, 8673.0, 8709.0, 8720.0, 8708.0, 8717.0, 8712.0, 8691.0, 8696.0, 8730.0, 8698.0, 8737.0, 8697.0, 8734.0, 8681.0, 8717.0, 8675.0, 8719.0, 8679.0, 8713.0, 8679.0, 8710.0, 8677.0, 8697.0, 8705.0, 8695.0, 8735.0, 8698.0, 8737.0, 8709.0, 8717.0, 8693.0, 8718.0, 8677.0, 8720.0, 8681.0, 8721.0, 8678.0, 8695.0, 8662.0, 8695.0, 8704.0, 8693.0, 8740.0, 8701.0, 8738.0, 8717.0, 8710.0, 8700.0, 8711.0, 8718.0, 8758.0, 8714.0, 8752.0, 8704.0, 8751.0, 8697.0, 8735.0, 8697.0, 8737.0, 8679.0, 8715.0, 8676.0, 8700.0, 8677.0, 8720.0, 8672.0, 8712.0, 8706.0, 8692.0, 8687.0, 8691.0, 8726.0, 8675.0, 8736.0, 8696.0, 8734.0, 8710.0, 8718.0, 8695.0, 8717.0, 8693.0, 8742.0, 8681.0, 8711.0, 8678.0, 8700.0, 8665.0, 8695.0, 8725.0, 8713.0, 8747.0, 8730.0, 8735.0, 8699.0, 8742.0, 8715.0, 8740.0, 8716.0, 8735.0, 8686.0, 8736.0, 8702.0, 8746.0, 8716.0, 8750.0, 8702.0, 8735.0, 8694.0, 8719.0, 8662.0, 8725.0, 8679.0, 8701.0, 8657.0, 8688.0, 8666.0, 8672.0, 8712.0, 8674.0, 8716.0, 8673.0, 8695.0, 8654.0, 8700.0, 8669.0, 8703.0, 8679.0, 8695.0, 8716.0, 8708.0, 8701.0, 8695.0, 8733.0, 8694.0, 8737.0, 8696.0, 8720.0, 8676.0, 8704.0, 8673.0, 8706.0, 8682.0, 8714.0, 8694.0, 8699.0, 8664.0, 8697.0, 8680.0, 8718.0, 8700.0, 8727.0, 8702.0, 8727.0, 8687.0, 8725.0, 8684.0, 8740.0, 8684.0, 8742.0, 8680.0, 8708.0, 8672.0, 8704.0, 8659.0, 8691.0, 8657.0, 8708.0, 8717.0, 8690.0, 8727.0, 8675.0, 8726.0, 8670.0, 8707.0, 8659.0, 8721.0, 8676.0, 8687.0, 8674.0, 8708.0, 8675.0, 8709.0, 8682.0, 8731.0, 8704.0, 8732.0, 8718.0, 8734.0, 8708.0, 8751.0, 8709.0, 8752.0, 8721.0, 8756.0, 8705.0, 8733.0, 8699.0, 8716.0, 8700.0, 8718.0, 8756.0, 8717.0, 8757.0, 8716.0, 8739.0, 8701.0, 8737.0, 8701.0, 8742.0, 8686.0, 8742.0, 8687.0, 8743.0, 8683.0, 8733.0, 8747.0, 8721.0, 8754.0, 8715.0, 8752.0, 8688.0, 8739.0, 8703.0, 8755.0, 8706.0, 8764.0, 8733.0, 8744.0, 8723.0, 8741.0, 8704.0, 8743.0, 8706.0, 8765.0, 8724.0, 8761.0, 8713.0, 8762.0, 8704.0, 8748.0, 8689.0, 8751.0, 8701.0, 8714.0, 8696.0, 8699.0, 8662.0, 8679.0, 8730.0, 8697.0, 8735.0, 8705.0, 8732.0, 8693.0, 8716.0, 8681.0, 8738.0, 8697.0, 8724.0, 8698.0, 8711.0, 8681.0, 8725.0, 8684.0, 8734.0, 8705.0, 8717.0, 8687.0, 8719.0, 8684.0, 8703.0, 8756.0, 8707.0, 8743.0, 8715.0, 8738.0, 8701.0, 8724.0, 8685.0, 8747.0, 8717.0, 8732.0, 8697.0, 8717.0, 8698.0, 8719.0, 8685.0, 8723.0, 8704.0, 8736.0, 8702.0, 8720.0, 8688.0, 8716.0, 8705.0, 8740.0, 8717.0, 8736.0, 8702.0, 8720.0, 8740.0, 8703.0, 8760.0, 8719.0, 8755.0, 8704.0, 8738.0, 8702.0, 8739.0, 8698.0, 8742.0, 8705.0, 8729.0, 8722.0, 8732.0, 8706.0, 8743.0, 8705.0, 8745.0, 8699.0, 8734.0, 8754.0, 8696.0, 8748.0, 8698.0, 8734.0, 8695.0, 8734.0, 8698.0, 8757.0, 8728.0, 8737.0, 8712.0, 8734.0, 8700.0, 8738.0, 8697.0, 8735.0, 8685.0, 8745.0, 8683.0, 8714.0, 8665.0, 8712.0, 8682.0, 8701.0, 8758.0, 8706.0, 8756.0, 8733.0, 8702.0, 8707.0, 8704.0, 8737.0, 8764.0, 8742.0, 8763.0, 8736.0, 8772.0, 8721.0, 8758.0, 8705.0, 8745.0, 8709.0, 8745.0, 8704.0, 8755.0, 8720.0, 8744.0, 8707.0, 8760.0, 8725.0, 8760.0, 8709.0, 8746.0, 8702.0, 8743.0, 8702.0, 8746.0, 8706.0, 8739.0, 8703.0, 8720.0, 8687.0, 8720.0, 8701.0, 8718.0, 8759.0, 8723.0, 8748.0, 8752.0, 8720.0, 8725.0, 8721.0, 8725.0, 8764.0, 8743.0, 8768.0, 8737.0, 8762.0, 8708.0, 8759.0, 8702.0, 8741.0, 8707.0, 8742.0, 8716.0, 8740.0, 8701.0, 8723.0, 8716.0, 8741.0, 8702.0, 8744.0, 8710.0, 8763.0, 8723.0, 8762.0, 8727.0, 8773.0, 8723.0, 8759.0, 8715.0, 8742.0, 8705.0, 8743.0, 8696.0, 8714.0, 8678.0, 8699.0, 8681.0, 8711.0, 8743.0, 8718.0, 8752.0, 8712.0, 8748.0, 8684.0, 8734.0, 8697.0, 8742.0, 8701.0, 8740.0, 8700.0, 8725.0, 8687.0, 8745.0, 8711.0, 8747.0, 8712.0, 8747.0, 8721.0, 8751.0, 8728.0, 8787.0, 8749.0, 8790.0, 8775.0, 8731.0, 8749.0, 8727.0, 8770.0, 8722.0, 8760.0, 8728.0, 8744.0, 8709.0, 8740.0, 8703.0, 8722.0, 8690.0, 8719.0, 8707.0, 8720.0, 8687.0, 8734.0, 8698.0, 8703.0, 8684.0, 8731.0, 8701.0, 8732.0, 8699.0, 8717.0, 8682.0, 8715.0, 8683.0, 8703.0, 8737.0, 8698.0, 8752.0, 8716.0, 8740.0, 8694.0, 8716.0, 8695.0, 8718.0, 8692.0, 8733.0, 8685.0, 8745.0, 8702.0, 8729.0, 8690.0, 8730.0, 8697.0, 8733.0, 8702.0, 8738.0, 8723.0, 8754.0, 8738.0, 8739.0, 8725.0, 8763.0, 8727.0, 8768.0, 8734.0, 8791.0, 8767.0, 8736.0, 8771.0, 8749.0, 8751.0, 8751.0, 8767.0, 8756.0, 8760.0, 8729.0, 8744.0, 8723.0, 8729.0, 8770.0, 8743.0, 8752.0, 8762.0, 8724.0, 8759.0, 8766.0, 8759.0, 8733.0, 8779.0, 8763.0, 8737.0, 8762.0, 8748.0, 8772.0, 8729.0, 8768.0, 8724.0, 8768.0, 8704.0, 8743.0, 8696.0, 8727.0, 8680.0, 8710.0, 8682.0, 8712.0, 8695.0, 8729.0, 8679.0, 8698.0, 8738.0, 8701.0, 8762.0, 8722.0, 8758.0, 8720.0, 8743.0, 8722.0, 8743.0, 8708.0, 8768.0, 8729.0, 8764.0, 8741.0, 8736.0, 8723.0, 8751.0, 8707.0, 8752.0, 8727.0, 8740.0, 8732.0, 8738.0, 8716.0, 8703.0, 8744.0, 8720.0, 8763.0, 8740.0, 8767.0, 8754.0, 8764.0, 8723.0, 8744.0, 8724.0, 8762.0, 8721.0, 8761.0, 8724.0, 8766.0, 8717.0, 8726.0, 8685.0, 8726.0, 8694.0, 8712.0, 8681.0, 8729.0, 8741.0, 8713.0, 8737.0, 8700.0, 8735.0, 8695.0, 8735.0, 8703.0, 8742.0, 8698.0, 8713.0, 8698.0, 8728.0, 8698.0, 8715.0, 8702.0, 8722.0, 8741.0, 8716.0, 8710.0, 8702.0, 8726.0, 8706.0, 8742.0, 8723.0, 8765.0, 8723.0, 8742.0, 8708.0, 8726.0, 8705.0, 8744.0, 8687.0, 8752.0, 8706.0, 8731.0, 8706.0, 8738.0, 8704.0, 8750.0, 8704.0, 8741.0, 8736.0, 8739.0, 8724.0, 8726.0, 8722.0, 8757.0, 8722.0, 8741.0, 8766.0, 8741.0, 8763.0, 8752.0, 8757.0, 8717.0, 8739.0, 8697.0, 8726.0, 8678.0, 8714.0, 8694.0, 8696.0, 8691.0, 8696.0, 8717.0, 8693.0, 8736.0, 8716.0, 8744.0, 8716.0, 8739.0, 8700.0, 8737.0, 8697.0, 8725.0, 8696.0, 8715.0, 8693.0, 8696.0, 8691.0, 8698.0, 8721.0, 8695.0, 8735.0, 8696.0, 8728.0, 8694.0, 8716.0, 8684.0, 8714.0, 8697.0, 8725.0, 8725.0, 8705.0, 8744.0, 8718.0, 8741.0, 8719.0, 8742.0, 8705.0, 8758.0, 8725.0, 8747.0, 8735.0, 8747.0, 8720.0, 8745.0, 8704.0, 8741.0, 8706.0, 8729.0, 8714.0, 8726.0, 8697.0, 8723.0, 8695.0, 8727.0, 8685.0, 8734.0, 8685.0, 8716.0, 8696.0, 8718.0, 8713.0, 8701.0, 8737.0, 8701.0, 8742.0, 8701.0, 8726.0, 8700.0, 8741.0, 8701.0, 8749.0, 8706.0, 8734.0, 8701.0, 8719.0, 8700.0, 8735.0, 8710.0, 8743.0, 8726.0, 8741.0, 8705.0, 8750.0, 8723.0, 8752.0, 8732.0, 8770.0, 8741.0, 8763.0, 8724.0, 8759.0, 8718.0, 8757.0, 8705.0, 8758.0, 8697.0, 8725.0, 8681.0, 8722.0, 8677.0, 8722.0, 8681.0, 8711.0, 8707.0, 8712.0, 8706.0, 8682.0, 8737.0, 8697.0, 8758.0, 8716.0, 8736.0, 8698.0, 8723.0, 8698.0, 8739.0, 8681.0, 8732.0, 8686.0, 8715.0, 8687.0, 8701.0, 8700.0, 8714.0, 8743.0, 8711.0, 8760.0, 8738.0, 8732.0, 8725.0, 8733.0, 8720.0, 8763.0, 8727.0, 8749.0, 8737.0, 8746.0, 8724.0, 8746.0, 8706.0, 8761.0, 8723.0, 8734.0, 8725.0, 8749.0, 8720.0, 8745.0, 8707.0, 8763.0, 8716.0, 8757.0, 8729.0, 8740.0, 8741.0, 8766.0, 8730.0, 8767.0, 8729.0, 8769.0, 8727.0, 8763.0, 8724.0, 8745.0, 8720.0, 8743.0, 8705.0, 8751.0, 8715.0, 8719.0, 8701.0, 8719.0, 8700.0, 8746.0, 8716.0, 8736.0, 8709.0, 8724.0, 8702.0, 8724.0, 8707.0, 8739.0, 8720.0, 8746.0, 8714.0, 8755.0, 8740.0, 8739.0, 8728.0, 8766.0, 8730.0, 8771.0, 8732.0, 8769.0, 8727.0, 8766.0, 8727.0, 8762.0, 8720.0, 8743.0, 8707.0, 8748.0, 8719.0, 8754.0, 8718.0, 8726.0, 8718.0, 8728.0, 8734.0, 8751.0, 8737.0, 8733.0, 8733.0, 8699.0, 8717.0, 8694.0, 8719.0, 8704.0, 8721.0, 8701.0, 8717.0, 8701.0, 8744.0, 8701.0, 8750.0, 8707.0, 8734.0, 8721.0, 8731.0, 8707.0, 8743.0, 8709.0, 8762.0, 8725.0, 8744.0, 8721.0, 8746.0, 8708.0, 8760.0, 8705.0, 8749.0, 8725.0, 8749.0, 8738.0, 8747.0, 8725.0, 8722.0, 8739.0, 8744.0, 8759.0, 8741.0, 8759.0, 8745.0, 8770.0, 8732.0, 8786.0, 8749.0, 8768.0, 8726.0, 8763.0, 8726.0, 8761.0, 8709.0, 8764.0, 8739.0, 8763.0, 8721.0, 8708.0, 8709.0, 8703.0, 8751.0, 8725.0, 8772.0, 8724.0, 8754.0, 8730.0, 8750.0, 8724.0, 8764.0, 8727.0, 8753.0, 8724.0, 8744.0, 8707.0, 8747.0, 8710.0, 8762.0, 8727.0, 8764.0, 8746.0, 8724.0, 8721.0, 8727.0, 8743.0, 8732.0, 8736.0, 8792.0, 8753.0, 8793.0, 8749.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.0003660746812386157</td></tr>
<tr><td colspan=3>aqi</td><td>0.017967777595628412</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.5794037756427</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.184889816216954</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942299406927991</td></tr>
<tr><td colspan=3>efc</td><td>0.4532</td></tr>
<tr><td colspan=3>fber</td><td>5859.2637</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0777544830729817</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.0018214936247722</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.626509959296913</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.562101120732931</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8505510229466586</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4668777342111494</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015106795355677605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024431733414530754</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.587937908040425</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>27.5388</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.4682</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.316</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>307331.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>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.1332</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.4352</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3116.255</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3361.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69213.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>812.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.743</td></tr>
<tr><td colspan=3>tsnr</td><td>43.08289388380945</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>