<?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-0065_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-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0065/figures/sub-0065_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-0065/figures/sub-0065_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0065/figures/sub-0065_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-0065/ses-02/func/sub-0065_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>aeaee2681307064c0bd3e32afa2b0eee</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>19:58:32.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.999595, -0.00894238, 0.0270255, 0.0104682, 0.998328, -0.0568541]</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.0827789</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>[4155, -7768, -7306, 799, -8, -431, 384, 57]</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>236.368</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a8f58239-86e5-464b-9e31-403e60d616db||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.68183970451355, 0.028085362166166306, 0.07147406041622162, 107.3887710571289], [0.023991763591766357, 2.6784400939941406, -0.15420764684677124, -92.28240966796875], [0.07250738888978958, 0.1525353193283081, 2.6946449279785156, -88.88072967529297], [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': ['195832.430000', '195832.890000', '195833.350000', '195833.810000', '195834.270000', '195834.730000', '195835.190000', '195835.650000', '195836.110000', '195836.570000', '195837.030000', '195837.490000', '195837.950000', '195838.410000', '195838.870000', '195839.330000', '195839.790000', '195840.250000', '195840.710000', '195841.170000', '195841.630000', '195842.090000', '195842.550000', '195843.010000', '195843.470000', '195843.930000', '195844.390000', '195844.850000', '195845.310000', '195845.770000', '195846.230000', '195846.690000', '195847.150000', '195847.610000', '195848.070000', '195848.530000', '195848.990000', '195849.450000', '195849.910000', '195850.370000', '195850.830000', '195851.290000', '195851.750000', '195852.210000', '195852.670000', '195853.130000', '195853.590000', '195854.050000', '195854.510000', '195854.970000', '195855.430000', '195855.890000', '195856.350000', '195856.810000', '195857.270000', '195857.730000', '195858.190000', '195858.650000', '195859.110000', '195859.570000', '195900.030000', '195900.490000', '195900.950000', '195901.410000', '195901.870000', '195902.330000', '195902.790000', '195903.250000', '195903.710000', '195904.170000', '195904.630000', '195905.090000', '195905.550000', '195906.010000', '195906.470000', '195906.930000', '195907.390000', '195907.850000', '195908.310000', '195908.770000', '195909.230000', '195909.690000', '195910.150000', '195910.610000', '195911.070000', '195911.530000', '195911.990000', '195912.450000', '195912.910000', '195913.370000', '195913.830000', '195914.290000', '195914.750000', '195915.210000', '195915.670000', '195916.130000', '195916.590000', '195917.050000', '195917.510000', '195917.970000', '195918.430000', '195918.890000', '195919.350000', '195919.810000', '195920.270000', '195920.730000', '195921.190000', '195921.650000', '195922.110000', '195922.570000', '195923.030000', '195923.490000', '195923.950000', '195924.410000', '195924.870000', '195925.330000', '195925.790000', '195926.250000', '195926.710000', '195927.170000', '195927.630000', '195928.090000', '195928.550000', '195929.010000', '195929.470000', '195929.930000', '195930.390000', '195930.850000', '195931.310000', '195931.770000', '195932.230000', '195932.690000', '195933.150000', '195933.610000', '195934.070000', '195934.530000', '195934.990000', '195935.450000', '195935.910000', '195936.370000', '195936.830000', '195937.290000', '195937.750000', '195938.210000', '195938.670000', '195939.130000', '195939.590000', '195940.050000', '195940.510000', '195940.970000', '195941.430000', '195941.890000', '195942.350000', '195942.810000', '195943.270000', '195943.730000', '195944.190000', '195944.650000', '195945.110000', '195945.570000', '195946.030000', '195946.490000', '195946.950000', '195947.410000', '195947.870000', '195948.330000', '195948.790000', '195949.250000', '195949.710000', '195950.170000', '195950.630000', '195951.090000', '195951.550000', '195952.010000', '195952.470000', '195952.930000', '195953.390000', '195953.850000', '195954.310000', '195954.770000', '195955.230000', '195955.690000', '195956.150000', '195956.610000', '195957.070000', '195957.530000', '195957.990000', '195958.450000', '195958.910000', '195959.370000', '195959.830000', '200000.290000', '200000.750000', '200001.210000', '200001.670000', '200002.130000', '200002.590000', '200003.050000', '200003.510000', '200003.970000', '200004.430000', '200004.890000', '200005.350000', '200005.810000', '200006.270000', '200006.730000', '200007.190000', '200007.650000', '200008.110000', '200008.570000', '200009.030000', '200009.490000', '200009.950000', '200010.410000', '200010.870000', '200011.330000', '200011.790000', '200012.250000', '200012.710000', '200013.170000', '200013.630000', '200014.090000', '200014.550000', '200015.010000', '200015.470000', '200015.930000', '200016.390000', '200016.850000', '200017.310000', '200017.770000', '200018.230000', '200018.690000', '200019.150000', '200019.610000', '200020.070000', '200020.530000', '200020.990000', '200021.450000', '200021.910000', '200022.370000', '200022.830000', '200023.290000', '200023.750000', '200024.210000', '200024.670000', '200025.130000', '200025.590000', '200026.050000', '200026.510000', '200026.970000', '200027.430000', '200027.890000', '200028.350000', '200028.810000', '200029.270000', '200029.730000', '200030.190000', '200030.650000', '200031.110000', '200031.570000', '200032.030000', '200032.490000', '200032.950000', '200033.410000', '200033.870000', '200034.330000', '200034.790000', '200035.250000', '200035.710000', '200036.170000', '200036.630000', '200037.090000', '200037.550000', '200038.010000', '200038.470000', '200038.930000', '200039.390000', '200039.850000', '200040.310000', '200040.770000', '200041.230000', '200041.690000', '200042.150000', '200042.610000', '200043.070000', '200043.530000', '200043.990000', '200044.450000', '200044.910000', '200045.370000', '200045.830000', '200046.290000', '200046.750000', '200047.210000', '200047.670000', '200048.130000', '200048.590000', '200049.050000', '200049.510000', '200049.970000', '200050.430000', '200050.890000', '200051.350000', '200051.810000', '200052.270000', '200052.730000', '200053.190000', '200053.650000', '200054.110000', '200054.570000', '200055.030000', '200055.490000', '200055.950000', '200056.410000', '200056.870000', '200057.330000', '200057.790000', '200058.250000', '200058.710000', '200059.170000', '200059.630000', '200100.090000', '200100.550000', '200101.010000', '200101.470000', '200101.930000', '200102.390000', '200102.850000', '200103.310000', '200103.770000', '200104.230000', '200104.690000', '200105.150000', '200105.610000', '200106.070000', '200106.530000', '200106.990000', '200107.450000', '200107.910000', '200108.370000', '200108.830000', '200109.290000', '200109.750000', '200110.210000', '200110.670000', '200111.130000', '200111.590000', '200112.050000', '200112.510000', '200112.970000', '200113.430000', '200113.890000', '200114.350000', '200114.810000', '200115.270000', '200115.730000', '200116.190000', '200116.650000', '200117.110000', '200117.570000', '200118.030000', '200118.490000', '200118.950000', '200119.410000', '200119.870000', '200120.330000', '200120.790000', '200121.250000', '200121.710000', '200122.170000', '200122.630000', '200123.090000', '200123.550000', '200124.010000', '200124.470000', '200124.930000', '200125.390000', '200125.850000', '200126.310000', '200126.770000', '200127.230000', '200127.690000', '200128.150000', '200128.610000', '200129.070000', '200129.530000', '200129.990000', '200130.450000', '200130.910000', '200131.370000', '200131.830000', '200132.290000', '200132.750000', '200133.210000', '200133.670000', '200134.130000', '200134.590000', '200135.050000', '200135.510000', '200135.970000', '200136.430000', '200136.890000', '200137.350000', '200137.810000', '200138.270000', '200138.730000', '200139.190000', '200139.650000', '200140.110000', '200140.570000', '200141.030000', '200141.490000', '200141.950000', '200142.410000', '200142.870000', '200143.330000', '200143.790000', '200144.250000', '200144.710000', '200145.170000', '200145.630000', '200146.090000', '200146.550000', '200147.010000', '200147.470000', '200147.930000', '200148.390000', '200148.850000', '200149.310000', '200149.770000', '200150.230000', '200150.690000', '200151.150000', '200151.610000', '200152.070000', '200152.530000', '200152.990000', '200153.450000', '200153.910000', '200154.370000', '200154.830000', '200155.290000', '200155.750000', '200156.210000', '200156.670000', '200157.130000', '200157.590000', '200158.050000', '200158.510000', '200158.970000', '200159.430000', '200159.890000', '200200.350000', '200200.810000', '200201.270000', '200201.730000', '200202.190000', '200202.650000', '200203.110000', '200203.570000', '200204.030000', '200204.490000', '200204.950000', '200205.410000', '200205.870000', '200206.330000', '200206.790000', '200207.250000', '200207.710000', '200208.170000', '200208.630000', '200209.090000', '200209.550000', '200210.010000', '200210.470000', '200210.930000', '200211.390000', '200211.850000', '200212.310000', '200212.770000', '200213.230000', '200213.690000', '200214.150000', '200214.610000', '200215.070000', '200215.530000', '200215.990000', '200216.450000', '200216.910000', '200217.370000', '200217.830000', '200218.290000', '200218.750000', '200219.210000', '200219.670000', '200220.130000', '200220.590000', '200221.050000', '200221.510000', '200221.970000', '200222.430000', '200222.890000', '200223.350000', '200223.810000', '200224.270000', '200224.730000', '200225.190000', '200225.650000', '200226.110000', '200226.570000', '200227.030000', '200227.490000', '200227.950000', '200228.410000', '200228.870000', '200229.330000', '200229.790000', '200230.250000', '200230.710000', '200231.170000', '200231.630000', '200232.090000', '200232.550000', '200233.010000', '200233.470000', '200233.930000', '200234.390000', '200234.850000', '200235.310000', '200235.770000', '200236.230000', '200236.690000', '200237.150000', '200237.610000', '200238.070000', '200238.530000', '200238.990000', '200239.450000', '200239.910000', '200240.370000', '200240.830000', '200241.290000', '200241.750000', '200242.210000', '200242.670000', '200243.130000', '200243.590000', '200244.050000', '200244.510000', '200244.970000', '200245.430000', '200245.890000', '200246.350000', '200246.810000', '200247.270000', '200247.730000', '200248.190000', '200248.650000', '200249.110000', '200249.570000', '200250.030000', '200250.490000', '200250.950000', '200251.410000', '200251.870000', '200252.330000', '200252.790000', '200253.250000', '200253.710000', '200254.170000', '200254.630000', '200255.090000', '200255.550000', '200256.010000', '200256.470000', '200256.930000', '200257.390000', '200257.850000', '200258.310000', '200258.770000', '200259.230000', '200259.690000', '200300.150000', '200300.610000', '200301.070000', '200301.530000', '200301.990000', '200302.450000', '200302.910000', '200303.370000', '200303.830000', '200304.290000', '200304.750000', '200305.210000', '200305.670000', '200306.130000', '200306.590000', '200307.050000', '200307.510000', '200307.970000', '200308.430000', '200308.890000', '200309.350000', '200309.810000', '200310.270000', '200310.730000', '200311.190000', '200311.650000', '200312.110000', '200312.570000', '200313.030000', '200313.490000', '200313.950000', '200314.410000', '200314.870000', '200315.330000', '200315.790000', '200316.250000', '200316.710000', '200317.170000', '200317.630000', '200318.090000', '200318.550000', '200319.010000', '200319.470000', '200319.930000', '200320.390000', '200320.850000', '200321.310000', '200321.770000', '200322.230000', '200322.690000', '200323.150000', '200323.610000', '200324.070000', '200324.530000', '200324.990000', '200325.450000', '200325.910000', '200326.370000', '200326.830000', '200327.290000', '200327.750000', '200328.210000', '200328.670000', '200329.130000', '200329.590000', '200330.050000', '200330.510000', '200330.970000', '200331.430000', '200331.890000', '200332.350000', '200332.810000', '200333.270000', '200333.730000', '200334.190000', '200334.650000', '200335.110000', '200335.570000', '200336.030000', '200336.490000', '200336.950000', '200337.410000', '200337.870000', '200338.330000', '200338.790000', '200339.250000', '200339.710000', '200340.170000', '200340.630000', '200341.090000', '200341.550000', '200342.010000', '200342.470000', '200342.930000', '200343.390000', '200343.850000', '200344.310000', '200344.770000', '200345.230000', '200345.690000', '200346.150000', '200346.610000', '200347.070000', '200347.530000', '200347.990000', '200348.450000', '200348.910000', '200349.370000', '200349.830000', '200350.290000', '200350.750000', '200351.210000', '200351.670000', '200352.130000', '200352.590000', '200353.050000', '200353.510000', '200353.970000', '200354.430000', '200354.890000', '200355.350000', '200355.810000', '200356.270000', '200356.730000', '200357.190000', '200357.650000', '200358.110000', '200358.570000', '200359.030000', '200359.490000', '200359.950000', '200400.410000', '200400.870000', '200401.330000', '200401.790000', '200402.250000', '200402.710000', '200403.170000', '200403.630000', '200404.090000', '200404.550000', '200405.010000', '200405.470000', '200405.930000', '200406.390000', '200406.850000', '200407.310000', '200407.770000', '200408.230000', '200408.690000', '200409.150000', '200409.610000', '200410.070000', '200410.530000', '200410.990000', '200411.450000', '200411.910000', '200412.370000', '200412.830000', '200413.290000', '200413.750000', '200414.210000', '200414.670000', '200415.130000', '200415.590000', '200416.050000', '200416.510000', '200416.970000', '200417.430000', '200417.890000', '200418.350000', '200418.810000', '200419.270000', '200419.730000', '200420.190000', '200420.650000', '200421.110000', '200421.570000', '200422.030000', '200422.490000', '200422.950000', '200423.410000', '200423.870000', '200424.330000', '200424.790000', '200425.250000', '200425.710000', '200426.170000', '200426.630000', '200427.090000', '200427.550000', '200428.010000', '200428.470000', '200428.930000', '200429.390000', '200429.850000', '200430.310000', '200430.770000', '200431.230000', '200431.690000', '200432.150000', '200432.610000', '200433.070000', '200433.530000', '200433.990000', '200434.450000', '200434.910000', '200435.370000', '200435.830000', '200436.290000', '200436.750000', '200437.210000', '200437.670000', '200438.130000', '200438.590000', '200439.050000', '200439.510000', '200439.970000', '200440.430000', '200440.890000', '200441.350000', '200441.810000', '200442.270000', '200442.730000', '200443.190000', '200443.650000', '200444.110000', '200444.570000', '200445.030000', '200445.490000', '200445.950000', '200446.410000', '200446.870000', '200447.330000', '200447.790000', '200448.250000', '200448.710000', '200449.170000', '200449.630000', '200450.090000', '200450.550000', '200451.010000', '200451.470000', '200451.930000', '200452.390000', '200452.850000', '200453.310000', '200453.770000', '200454.230000', '200454.690000', '200455.150000', '200455.610000', '200456.070000', '200456.530000', '200456.990000', '200457.450000', '200457.910000', '200458.370000', '200458.830000', '200459.290000', '200459.750000', '200500.210000', '200500.670000', '200501.130000', '200501.590000', '200502.050000', '200502.510000', '200502.970000', '200503.430000', '200503.890000', '200504.350000', '200504.810000', '200505.270000', '200505.730000', '200506.190000', '200506.650000', '200507.110000', '200507.570000', '200508.030000', '200508.490000', '200508.950000', '200509.410000', '200509.870000', '200510.330000', '200510.790000', '200511.250000', '200511.710000', '200512.170000', '200512.630000', '200513.090000', '200513.550000', '200514.010000', '200514.470000', '200514.930000', '200515.390000', '200515.850000', '200516.310000', '200516.770000', '200517.230000', '200517.690000', '200518.150000', '200518.610000', '200519.070000', '200519.530000', '200519.990000', '200520.450000', '200520.910000', '200521.370000', '200521.830000', '200522.290000', '200522.750000', '200523.210000', '200523.670000', '200524.130000', '200524.590000', '200525.050000', '200525.510000', '200525.970000', '200526.430000', '200526.890000', '200527.350000', '200527.810000', '200528.270000', '200528.730000', '200529.190000', '200529.650000', '200530.110000', '200530.570000', '200531.030000', '200531.490000', '200531.950000', '200532.410000', '200532.870000', '200533.330000', '200533.790000', '200534.250000', '200534.710000', '200535.170000', '200535.630000', '200536.090000', '200536.550000', '200537.010000', '200537.470000', '200537.930000', '200538.390000', '200538.850000', '200539.310000', '200539.770000', '200540.230000', '200540.690000', '200541.150000', '200541.610000', '200542.070000', '200542.530000', '200542.990000', '200543.450000', '200543.910000', '200544.370000', '200544.830000', '200545.290000', '200545.750000', '200546.210000', '200546.670000', '200547.130000', '200547.590000', '200548.050000', '200548.510000', '200548.970000', '200549.430000', '200549.890000', '200550.350000', '200550.810000', '200551.270000', '200551.730000', '200552.190000', '200552.650000', '200553.110000', '200553.570000', '200554.030000', '200554.490000', '200554.950000', '200555.410000', '200555.870000', '200556.330000', '200556.790000', '200557.250000', '200557.710000', '200558.170000', '200558.630000', '200559.090000', '200559.550000', '200600.010000', '200600.470000', '200600.930000', '200601.390000', '200601.850000', '200602.310000', '200602.770000', '200603.230000', '200603.690000', '200604.150000', '200604.610000', '200605.070000', '200605.530000', '200605.990000', '200606.450000', '200606.910000', '200607.370000', '200607.830000', '200608.290000', '200608.750000', '200609.210000', '200609.670000', '200610.130000', '200610.590000', '200611.050000', '200611.510000', '200611.970000', '200612.430000', '200612.890000', '200613.350000', '200613.810000', '200614.270000', '200614.730000', '200615.190000', '200615.650000', '200616.110000', '200616.570000', '200617.030000', '200617.490000', '200617.950000', '200618.410000', '200618.870000', '200619.330000', '200619.790000', '200620.250000', '200620.710000', '200621.170000', '200621.630000', '200622.090000', '200622.550000', '200623.010000', '200623.470000', '200623.930000', '200624.390000', '200624.850000', '200625.310000', '200625.770000', '200626.230000', '200626.690000', '200627.150000', '200627.610000', '200628.070000', '200628.530000', '200628.990000', '200629.450000', '200629.910000', '200630.370000', '200630.830000', '200631.290000', '200631.750000', '200632.210000', '200632.670000', '200633.130000', '200633.590000', '200634.050000', '200634.510000', '200634.970000', '200635.430000', '200635.890000', '200636.350000', '200636.810000', '200637.270000', '200637.730000', '200638.190000', '200638.650000', '200639.110000', '200639.570000', '200640.030000', '200640.490000', '200640.950000', '200641.410000', '200641.870000', '200642.330000', '200642.790000', '200643.250000', '200643.710000', '200644.170000', '200644.630000', '200645.090000', '200645.550000', '200646.010000', '200646.470000', '200646.930000', '200647.390000', '200647.850000', '200648.310000', '200648.770000', '200649.230000', '200649.690000', '200650.150000', '200650.610000', '200651.070000', '200651.530000', '200651.990000', '200652.450000', '200652.910000', '200653.370000', '200653.830000', '200654.290000', '200654.750000', '200655.210000', '200655.670000', '200656.130000', '200656.590000', '200657.050000'], 'ContentTime': ['195853.591000', '195853.594000', '195853.598000', '195853.601000', '195853.604000', '195853.615000', '195853.617000', '195853.620000', '195853.623000', '195853.625000', '195853.628000', '195853.630000', '195853.633000', '195853.635000', '195853.638000', '195853.641000', '195853.644000', '195853.646000', '195853.649000', '195853.651000', '195853.654000', '195853.657000', '195853.659000', '195853.662000', '195853.664000', '195853.667000', '195853.669000', '195853.672000', '195853.674000', '195853.677000', '195853.680000', '195853.682000', '195853.685000', '195853.687000', '195853.690000', '195853.692000', '195853.695000', '195853.697000', '195853.700000', '195853.703000', '195853.705000', '195853.708000', '195853.710000', '195913.560000', '195913.563000', '195913.566000', '195913.568000', '195913.571000', '195913.573000', '195913.576000', '195913.578000', '195913.581000', '195913.583000', '195913.586000', '195913.589000', '195913.591000', '195913.594000', '195913.596000', '195913.599000', '195913.601000', '195913.604000', '195913.607000', '195913.609000', '195913.612000', '195913.614000', '195913.617000', '195913.619000', '195913.622000', '195913.624000', '195913.627000', '195913.630000', '195913.632000', '195913.635000', '195913.637000', '195913.640000', '195913.642000', '195913.645000', '195913.647000', '195913.650000', '195913.652000', '195913.655000', '195913.658000', '195913.660000', '195913.663000', '195913.676000', '195913.679000', '195913.681000', '195933.559000', '195933.562000', '195933.565000', '195933.567000', '195933.570000', '195933.572000', '195933.575000', '195933.577000', '195933.580000', '195933.582000', '195933.585000', '195933.587000', '195933.590000', '195933.592000', '195933.595000', '195933.598000', '195933.600000', '195933.603000', '195933.605000', '195933.608000', '195933.610000', '195933.613000', '195933.615000', '195933.618000', '195933.621000', '195933.623000', '195933.626000', '195933.628000', '195933.631000', '195933.634000', '195933.636000', '195933.639000', '195933.641000', '195933.644000', '195933.646000', '195933.649000', '195933.652000', '195933.654000', '195933.657000', '195933.659000', '195933.662000', '195933.664000', '195933.667000', '195953.559000', '195953.562000', '195953.565000', '195953.567000', '195953.570000', '195953.572000', '195953.575000', '195953.577000', '195953.580000', '195953.582000', '195953.585000', '195953.588000', '195953.590000', '195953.593000', '195953.595000', '195953.598000', '195953.600000', '195953.611000', '195953.613000', '195953.616000', '195953.618000', '195953.621000', '195953.624000', '195953.626000', '195953.629000', '195953.631000', '195953.634000', '195953.636000', '195953.639000', '195953.641000', '195953.644000', '195953.647000', '195953.649000', '195953.652000', '195953.654000', '195953.657000', '195953.659000', '195953.662000', '195953.664000', '195953.667000', '195953.670000', '195953.672000', '195953.675000', '195953.677000', '200013.560000', '200013.563000', '200013.566000', '200013.568000', '200013.571000', '200013.573000', '200013.576000', '200013.578000', '200013.581000', '200013.584000', '200013.586000', '200013.589000', '200013.591000', '200013.594000', '200013.596000', '200013.599000', '200013.602000', '200013.604000', '200013.607000', '200013.609000', '200013.612000', '200013.614000', '200013.617000', '200013.620000', '200013.622000', '200013.625000', '200013.627000', '200013.630000', '200013.633000', '200013.635000', '200013.638000', '200013.640000', '200013.643000', '200013.645000', '200013.648000', '200013.651000', '200013.654000', '200013.664000', '200013.667000', '200013.669000', '200013.672000', '200013.674000', '200013.677000', '200033.561000', '200033.563000', '200033.566000', '200033.568000', '200033.571000', '200033.573000', '200033.576000', '200033.579000', '200033.581000', '200033.584000', '200033.586000', '200033.589000', '200033.591000', '200033.594000', '200033.597000', '200033.599000', '200033.602000', '200033.604000', '200033.607000', '200033.610000', '200033.612000', '200033.615000', '200033.617000', '200033.620000', '200033.622000', '200033.625000', '200033.628000', '200033.630000', '200033.633000', '200033.635000', '200033.638000', '200033.640000', '200033.643000', '200033.645000', '200033.648000', '200033.651000', '200033.653000', '200033.656000', '200033.658000', '200033.661000', '200033.664000', '200033.666000', '200033.669000', '200033.671000', '200053.561000', '200053.563000', '200053.566000', '200053.568000', '200053.571000', '200053.574000', '200053.576000', '200053.579000', '200053.581000', '200053.584000', '200053.586000', '200053.589000', '200053.592000', '200053.594000', '200053.597000', '200053.599000', '200053.602000', '200053.604000', '200053.607000', '200053.609000', '200053.612000', '200053.615000', '200053.617000', '200053.620000', '200053.622000', '200053.625000', '200053.628000', '200053.630000', '200053.633000', '200053.635000', '200053.638000', '200053.640000', '200053.643000', '200053.646000', '200053.648000', '200053.651000', '200053.654000', '200053.656000', '200053.659000', '200053.661000', '200053.664000', '200053.666000', '200053.669000', '200113.560000', '200113.563000', '200113.566000', '200113.568000', '200113.571000', '200113.573000', '200113.576000', '200113.592000', '200113.594000', '200113.597000', '200113.599000', '200113.602000', '200113.604000', '200113.607000', '200113.610000', '200113.612000', '200113.615000', '200113.617000', '200113.620000', '200113.622000', '200113.625000', '200113.627000', '200113.630000', '200113.633000', '200113.635000', '200113.638000', '200113.640000', '200113.643000', '200113.645000', '200113.648000', '200113.650000', '200113.653000', '200113.656000', '200113.658000', '200113.661000', '200113.663000', '200113.666000', '200113.668000', '200113.671000', '200113.674000', '200113.676000', '200113.679000', '200113.681000', '200113.684000', '200133.560000', '200133.563000', '200133.566000', '200133.568000', '200133.571000', '200133.573000', '200133.576000', '200133.578000', '200133.581000', '200133.584000', '200133.586000', '200133.589000', '200133.591000', '200133.594000', '200133.597000', '200133.599000', '200133.602000', '200133.604000', '200133.607000', '200133.610000', '200133.612000', '200133.615000', '200133.617000', '200133.620000', '200133.622000', '200133.625000', '200133.627000', '200133.630000', '200133.633000', '200133.635000', '200133.638000', '200133.640000', '200133.643000', '200133.645000', '200133.648000', '200133.650000', '200133.653000', '200133.656000', '200133.658000', '200133.661000', '200133.663000', '200133.666000', '200133.668000', '200153.559000', '200153.562000', '200153.565000', '200153.567000', '200153.570000', '200153.573000', '200153.575000', '200153.578000', '200153.580000', '200153.583000', '200153.586000', '200153.588000', '200153.591000', '200153.593000', '200153.596000', '200153.599000', '200153.601000', '200153.604000', '200153.606000', '200153.609000', '200153.612000', '200153.614000', '200153.617000', '200153.619000', '200153.622000', '200153.625000', '200153.627000', '200153.630000', '200153.632000', '200153.635000', '200153.637000', '200153.640000', '200153.643000', '200153.645000', '200153.648000', '200153.650000', '200153.653000', '200153.655000', '200153.658000', '200153.661000', '200153.663000', '200153.666000', '200153.668000', '200153.671000', '200213.559000', '200213.562000', '200213.565000', '200213.567000', '200213.570000', '200213.573000', '200213.575000', '200213.578000', '200213.580000', '200213.583000', '200213.585000', '200213.588000', '200213.590000', '200213.593000', '200213.596000', '200213.598000', '200213.601000', '200213.603000', '200213.606000', '200213.609000', '200213.611000', '200213.614000', '200213.616000', '200213.619000', '200213.621000', '200213.624000', '200213.626000', '200213.629000', '200213.631000', '200213.634000', '200213.637000', '200213.639000', '200213.642000', '200213.644000', '200213.647000', '200213.650000', '200213.652000', '200213.655000', '200213.657000', '200213.660000', '200213.662000', '200213.665000', '200213.667000', '200233.561000', '200233.563000', '200233.566000', '200233.569000', '200233.571000', '200233.574000', '200233.577000', '200233.579000', '200233.582000', '200233.584000', '200233.587000', '200233.590000', '200233.592000', '200233.595000', '200233.597000', '200233.600000', '200233.603000', '200233.605000', '200233.608000', '200233.611000', '200233.613000', '200233.616000', '200233.618000', '200233.621000', '200233.623000', '200233.626000', '200233.629000', '200233.631000', '200233.634000', '200233.636000', '200233.639000', '200233.641000', '200233.657000', '200233.659000', '200233.662000', '200233.664000', '200233.667000', '200233.669000', '200233.672000', '200233.674000', '200233.677000', '200233.680000', '200233.682000', '200233.685000', '200253.561000', '200253.563000', '200253.566000', '200253.569000', '200253.571000', '200253.574000', '200253.576000', '200253.579000', '200253.581000', '200253.584000', '200253.586000', '200253.589000', '200253.591000', '200253.594000', '200253.597000', '200253.599000', '200253.602000', '200253.604000', '200253.607000', '200253.610000', '200253.612000', '200253.615000', '200253.617000', '200253.620000', '200253.622000', '200253.625000', '200253.627000', '200253.630000', '200253.633000', '200253.635000', '200253.638000', '200253.641000', '200253.643000', '200253.646000', '200253.648000', '200253.651000', '200253.653000', '200253.656000', '200253.659000', '200253.661000', '200253.664000', '200253.666000', '200253.669000', '200313.561000', '200313.563000', '200313.566000', '200313.569000', '200313.571000', '200313.574000', '200313.577000', '200313.579000', '200313.582000', '200313.584000', '200313.587000', '200313.589000', '200313.592000', '200313.594000', '200313.597000', '200313.600000', '200313.602000', '200313.605000', '200313.607000', '200313.610000', '200313.613000', '200313.615000', '200313.618000', '200313.620000', '200313.623000', '200313.625000', '200313.628000', '200313.630000', '200313.633000', '200313.636000', '200313.638000', '200313.641000', '200313.643000', '200313.646000', '200313.648000', '200313.651000', '200313.653000', '200313.656000', '200313.658000', '200313.661000', '200313.664000', '200313.666000', '200313.669000', '200313.671000', '200333.561000', '200333.563000', '200333.566000', '200333.569000', '200333.571000', '200333.574000', '200333.576000', '200333.579000', '200333.581000', '200333.584000', '200333.586000', '200333.589000', '200333.591000', '200333.594000', '200333.597000', '200333.599000', '200333.602000', '200333.604000', '200333.607000', '200333.609000', '200333.612000', '200333.615000', '200333.617000', '200333.620000', '200333.622000', '200333.625000', '200333.627000', '200333.630000', '200333.633000', '200333.635000', '200333.638000', '200333.640000', '200333.643000', '200333.645000', '200333.648000', '200333.651000', '200333.653000', '200333.656000', '200333.658000', '200333.661000', '200333.664000', '200333.667000', '200333.669000', '200353.562000', '200353.565000', '200353.567000', '200353.570000', '200353.573000', '200353.583000', '200353.586000', '200353.589000', '200353.591000', '200353.594000', '200353.596000', '200353.599000', '200353.601000', '200353.604000', '200353.607000', '200353.609000', '200353.612000', '200353.615000', '200353.617000', '200353.620000', '200353.622000', '200353.625000', '200353.627000', '200353.630000', '200353.633000', '200353.635000', '200353.638000', '200353.640000', '200353.643000', '200353.645000', '200353.648000', '200353.651000', '200353.653000', '200353.656000', '200353.658000', '200353.661000', '200353.663000', '200353.666000', '200353.669000', '200353.671000', '200353.674000', '200353.676000', '200353.679000', '200353.681000', '200413.560000', '200413.562000', '200413.565000', '200413.567000', '200413.570000', '200413.573000', '200413.575000', '200413.578000', '200413.580000', '200413.583000', '200413.585000', '200413.588000', '200413.591000', '200413.593000', '200413.596000', '200413.598000', '200413.601000', '200413.604000', '200413.606000', '200413.609000', '200413.611000', '200413.614000', '200413.616000', '200413.619000', '200413.621000', '200413.624000', '200413.627000', '200413.630000', '200413.632000', '200413.635000', '200413.637000', '200413.640000', '200413.642000', '200413.645000', '200413.648000', '200413.650000', '200413.653000', '200413.655000', '200413.658000', '200413.660000', '200413.663000', '200413.666000', '200413.668000', '200433.560000', '200433.562000', '200433.565000', '200433.567000', '200433.570000', '200433.573000', '200433.575000', '200433.578000', '200433.580000', '200433.583000', '200433.585000', '200433.588000', '200433.591000', '200433.593000', '200433.596000', '200433.599000', '200433.601000', '200433.604000', '200433.607000', '200433.609000', '200433.612000', '200433.614000', '200433.617000', '200433.619000', '200433.622000', '200433.625000', '200433.627000', '200433.630000', '200433.633000', '200433.636000', '200433.639000', '200433.642000', '200433.644000', '200433.647000', '200433.650000', '200433.652000', '200433.655000', '200433.657000', '200433.660000', '200433.662000', '200433.665000', '200433.668000', '200433.670000', '200453.560000', '200453.563000', '200453.566000', '200453.568000', '200453.571000', '200453.573000', '200453.576000', '200453.578000', '200453.581000', '200453.584000', '200453.586000', '200453.589000', '200453.591000', '200453.594000', '200453.596000', '200453.599000', '200453.602000', '200453.604000', '200453.607000', '200453.609000', '200453.612000', '200453.614000', '200453.617000', '200453.620000', '200453.622000', '200453.625000', '200453.627000', '200453.630000', '200453.632000', '200453.635000', '200453.638000', '200453.640000', '200453.643000', '200453.645000', '200453.648000', '200453.650000', '200453.653000', '200453.655000', '200453.658000', '200453.660000', '200453.663000', '200453.666000', '200453.668000', '200453.671000', '200513.561000', '200513.564000', '200513.566000', '200513.569000', '200513.571000', '200513.574000', '200513.577000', '200513.579000', '200513.582000', '200513.584000', '200513.587000', '200513.589000', '200513.592000', '200513.594000', '200513.597000', '200513.601000', '200513.603000', '200513.606000', '200513.609000', '200513.611000', '200513.614000', '200513.616000', '200513.619000', '200513.621000', '200513.624000', '200513.627000', '200513.629000', '200513.632000', '200513.634000', '200513.637000', '200513.640000', '200513.642000', '200513.645000', '200513.647000', '200513.650000', '200513.652000', '200513.655000', '200513.658000', '200513.660000', '200513.663000', '200513.666000', '200513.668000', '200513.671000', '200533.560000', '200533.563000', '200533.566000', '200533.568000', '200533.571000', '200533.574000', '200533.576000', '200533.579000', '200533.581000', '200533.584000', '200533.601000', '200533.604000', '200533.606000', '200533.609000', '200533.611000', '200533.614000', '200533.616000', '200533.619000', '200533.622000', '200533.624000', '200533.627000', '200533.629000', '200533.632000', '200533.635000', '200533.637000', '200533.640000', '200533.642000', '200533.645000', '200533.647000', '200533.650000', '200533.652000', '200533.655000', '200533.658000', '200533.660000', '200533.663000', '200533.665000', '200533.668000', '200533.670000', '200533.673000', '200533.675000', '200533.678000', '200533.681000', '200533.683000', '200533.686000', '200553.560000', '200553.563000', '200553.566000', '200553.568000', '200553.571000', '200553.573000', '200553.576000', '200553.579000', '200553.581000', '200553.584000', '200553.586000', '200553.589000', '200553.592000', '200553.595000', '200553.597000', '200553.600000', '200553.602000', '200553.605000', '200553.608000', '200553.610000', '200553.613000', '200553.615000', '200553.618000', '200553.621000', '200553.623000', '200553.626000', '200553.628000', '200553.631000', '200553.633000', '200553.636000', '200553.639000', '200553.641000', '200553.644000', '200553.646000', '200553.649000', '200553.651000', '200553.654000', '200553.656000', '200553.659000', '200553.662000', '200553.664000', '200553.667000', '200553.669000', '200553.672000', '200613.560000', '200613.563000', '200613.566000', '200613.568000', '200613.571000', '200613.573000', '200613.576000', '200613.579000', '200613.581000', '200613.584000', '200613.586000', '200613.589000', '200613.591000', '200613.594000', '200613.596000', '200613.599000', '200613.602000', '200613.604000', '200613.607000', '200613.609000', '200613.612000', '200613.615000', '200613.617000', '200613.620000', '200613.622000', '200613.625000', '200613.627000', '200613.630000', '200613.632000', '200613.635000', '200613.637000', '200613.640000', '200613.643000', '200613.645000', '200613.648000', '200613.650000', '200613.653000', '200613.655000', '200613.658000', '200613.661000', '200613.663000', '200613.666000', '200613.668000', '200633.560000', '200633.562000', '200633.565000', '200633.567000', '200633.570000', '200633.573000', '200633.575000', '200633.578000', '200633.581000', '200633.583000', '200633.586000', '200633.588000', '200633.591000', '200633.594000', '200633.596000', '200633.599000', '200633.602000', '200633.604000', '200633.607000', '200633.609000', '200633.612000', '200633.615000', '200633.617000', '200633.620000', '200633.622000', '200633.625000', '200633.627000', '200633.630000', '200633.632000', '200633.635000', '200633.638000', '200633.641000', '200633.643000', '200633.646000', '200633.649000', '200633.651000', '200633.654000', '200633.656000', '200633.659000', '200633.661000', '200633.664000', '200633.666000', '200633.669000', '200653.560000', '200653.562000', '200653.565000', '200653.568000', '200653.570000', '200653.574000', '200653.576000', '200653.590000', '200653.593000', '200653.595000', '200653.598000', '200653.601000', '200653.603000', '200653.606000', '200653.608000', '200653.611000', '200653.613000', '200653.616000', '200653.619000', '200653.621000', '200653.624000', '200653.627000', '200653.637000', '200653.640000', '200653.642000', '200653.645000', '200653.648000', '200653.650000', '200653.653000', '200653.655000', '200653.658000', '200653.660000', '200653.663000', '200653.666000', '200653.668000', '200653.671000', '200653.674000', '200653.676000', '200653.679000', '200653.681000', '200653.684000', '200653.686000', '200653.689000', '200653.692000', '200658.426000', '200658.429000', '200658.431000', '200658.434000', '200658.437000', '200658.439000', '200658.442000', '200658.445000', '200658.447000', '200658.450000', '200658.452000'], 'InstanceCreationTime': ['195853.591000', '195853.594000', '195853.598000', '195853.601000', '195853.604000', '195853.615000', '195853.617000', '195853.620000', '195853.623000', '195853.625000', '195853.628000', '195853.630000', '195853.633000', '195853.635000', '195853.638000', '195853.641000', '195853.644000', '195853.646000', '195853.649000', '195853.651000', '195853.654000', '195853.657000', '195853.659000', '195853.662000', '195853.664000', '195853.667000', '195853.669000', '195853.672000', '195853.674000', '195853.677000', '195853.680000', '195853.682000', '195853.685000', '195853.687000', '195853.690000', '195853.692000', '195853.695000', '195853.697000', '195853.700000', '195853.703000', '195853.705000', '195853.708000', '195853.710000', '195913.560000', '195913.563000', '195913.566000', '195913.568000', '195913.571000', '195913.573000', '195913.576000', '195913.578000', '195913.581000', '195913.583000', '195913.586000', '195913.589000', '195913.591000', '195913.594000', '195913.596000', '195913.599000', '195913.601000', '195913.604000', '195913.607000', '195913.609000', '195913.612000', '195913.614000', '195913.617000', '195913.619000', '195913.622000', '195913.624000', '195913.627000', '195913.630000', '195913.632000', '195913.635000', '195913.637000', '195913.640000', '195913.642000', '195913.645000', '195913.647000', '195913.650000', '195913.652000', '195913.655000', '195913.658000', '195913.660000', '195913.663000', '195913.676000', '195913.679000', '195913.681000', '195933.559000', '195933.562000', '195933.565000', '195933.567000', '195933.570000', '195933.572000', '195933.575000', '195933.577000', '195933.580000', '195933.582000', '195933.585000', '195933.587000', '195933.590000', '195933.592000', '195933.595000', '195933.598000', '195933.600000', '195933.603000', '195933.605000', '195933.608000', '195933.610000', '195933.613000', '195933.615000', '195933.618000', '195933.621000', '195933.623000', '195933.626000', '195933.628000', '195933.631000', '195933.634000', '195933.636000', '195933.639000', '195933.641000', '195933.644000', '195933.646000', '195933.649000', '195933.652000', '195933.654000', '195933.657000', '195933.659000', '195933.662000', '195933.664000', '195933.667000', '195953.559000', '195953.562000', '195953.565000', '195953.567000', '195953.570000', '195953.572000', '195953.575000', '195953.577000', '195953.580000', '195953.582000', '195953.585000', '195953.588000', '195953.590000', '195953.593000', '195953.595000', '195953.598000', '195953.600000', '195953.611000', '195953.613000', '195953.616000', '195953.618000', '195953.621000', '195953.624000', '195953.626000', '195953.629000', '195953.631000', '195953.634000', '195953.636000', '195953.639000', '195953.641000', '195953.644000', '195953.647000', '195953.649000', '195953.652000', '195953.654000', '195953.657000', '195953.659000', '195953.662000', '195953.664000', '195953.667000', '195953.670000', '195953.672000', '195953.675000', '195953.677000', '200013.560000', '200013.563000', '200013.566000', '200013.568000', '200013.571000', '200013.573000', '200013.576000', '200013.578000', '200013.581000', '200013.584000', '200013.586000', '200013.589000', '200013.591000', '200013.594000', '200013.596000', '200013.599000', '200013.602000', '200013.604000', '200013.607000', '200013.609000', '200013.612000', '200013.614000', '200013.617000', '200013.620000', '200013.622000', '200013.625000', '200013.627000', '200013.630000', '200013.633000', '200013.635000', '200013.638000', '200013.640000', '200013.643000', '200013.645000', '200013.648000', '200013.651000', '200013.654000', '200013.664000', '200013.667000', '200013.669000', '200013.672000', '200013.674000', '200013.677000', '200033.561000', '200033.563000', '200033.566000', '200033.568000', '200033.571000', '200033.573000', '200033.576000', '200033.579000', '200033.581000', '200033.584000', '200033.586000', '200033.589000', '200033.591000', '200033.594000', '200033.597000', '200033.599000', '200033.602000', '200033.604000', '200033.607000', '200033.610000', '200033.612000', '200033.615000', '200033.617000', '200033.620000', '200033.622000', '200033.625000', '200033.628000', '200033.630000', '200033.633000', '200033.635000', '200033.638000', '200033.640000', '200033.643000', '200033.645000', '200033.648000', '200033.651000', '200033.653000', '200033.656000', '200033.658000', '200033.661000', '200033.664000', '200033.666000', '200033.669000', '200033.671000', '200053.561000', '200053.563000', '200053.566000', '200053.568000', '200053.571000', '200053.574000', '200053.576000', '200053.579000', '200053.581000', '200053.584000', '200053.586000', '200053.589000', '200053.592000', '200053.594000', '200053.597000', '200053.599000', '200053.602000', '200053.604000', '200053.607000', '200053.609000', '200053.612000', '200053.615000', '200053.617000', '200053.620000', '200053.622000', '200053.625000', '200053.628000', '200053.630000', '200053.633000', '200053.635000', '200053.638000', '200053.640000', '200053.643000', '200053.646000', '200053.648000', '200053.651000', '200053.654000', '200053.656000', '200053.659000', '200053.661000', '200053.664000', '200053.666000', '200053.669000', '200113.560000', '200113.563000', '200113.566000', '200113.568000', '200113.571000', '200113.573000', '200113.576000', '200113.592000', '200113.594000', '200113.597000', '200113.599000', '200113.602000', '200113.604000', '200113.607000', '200113.610000', '200113.612000', '200113.615000', '200113.617000', '200113.620000', '200113.622000', '200113.625000', '200113.627000', '200113.630000', '200113.633000', '200113.635000', '200113.638000', '200113.640000', '200113.643000', '200113.645000', '200113.648000', '200113.650000', '200113.653000', '200113.656000', '200113.658000', '200113.661000', '200113.663000', '200113.666000', '200113.668000', '200113.671000', '200113.674000', '200113.676000', '200113.679000', '200113.681000', '200113.684000', '200133.560000', '200133.563000', '200133.566000', '200133.568000', '200133.571000', '200133.573000', '200133.576000', '200133.578000', '200133.581000', '200133.584000', '200133.586000', '200133.589000', '200133.591000', '200133.594000', '200133.597000', '200133.599000', '200133.602000', '200133.604000', '200133.607000', '200133.610000', '200133.612000', '200133.615000', '200133.617000', '200133.620000', '200133.622000', '200133.625000', '200133.627000', '200133.630000', '200133.633000', '200133.635000', '200133.638000', '200133.640000', '200133.643000', '200133.645000', '200133.648000', '200133.650000', '200133.653000', '200133.656000', '200133.658000', '200133.661000', '200133.663000', '200133.666000', '200133.668000', '200153.559000', '200153.562000', '200153.565000', '200153.567000', '200153.570000', '200153.573000', '200153.575000', '200153.578000', '200153.580000', '200153.583000', '200153.586000', '200153.588000', '200153.591000', '200153.593000', '200153.596000', '200153.599000', '200153.601000', '200153.604000', '200153.606000', '200153.609000', '200153.612000', '200153.614000', '200153.617000', '200153.619000', '200153.622000', '200153.625000', '200153.627000', '200153.630000', '200153.632000', '200153.635000', '200153.637000', '200153.640000', '200153.643000', '200153.645000', '200153.648000', '200153.650000', '200153.653000', '200153.655000', '200153.658000', '200153.661000', '200153.663000', '200153.666000', '200153.668000', '200153.671000', '200213.559000', '200213.562000', '200213.565000', '200213.567000', '200213.570000', '200213.573000', '200213.575000', '200213.578000', '200213.580000', '200213.583000', '200213.585000', '200213.588000', '200213.590000', '200213.593000', '200213.596000', '200213.598000', '200213.601000', '200213.603000', '200213.606000', '200213.609000', '200213.611000', '200213.614000', '200213.616000', '200213.619000', '200213.621000', '200213.624000', '200213.626000', '200213.629000', '200213.631000', '200213.634000', '200213.637000', '200213.639000', '200213.642000', '200213.644000', '200213.647000', '200213.650000', '200213.652000', '200213.655000', '200213.657000', '200213.660000', '200213.662000', '200213.665000', '200213.667000', '200233.561000', '200233.563000', '200233.566000', '200233.569000', '200233.571000', '200233.574000', '200233.577000', '200233.579000', '200233.582000', '200233.584000', '200233.587000', '200233.590000', '200233.592000', '200233.595000', '200233.597000', '200233.600000', '200233.603000', '200233.605000', '200233.608000', '200233.611000', '200233.613000', '200233.616000', '200233.618000', '200233.621000', '200233.623000', '200233.626000', '200233.629000', '200233.631000', '200233.634000', '200233.636000', '200233.639000', '200233.641000', '200233.657000', '200233.659000', '200233.662000', '200233.664000', '200233.667000', '200233.669000', '200233.672000', '200233.674000', '200233.677000', '200233.680000', '200233.682000', '200233.685000', '200253.561000', '200253.563000', '200253.566000', '200253.569000', '200253.571000', '200253.574000', '200253.576000', '200253.579000', '200253.581000', '200253.584000', '200253.586000', '200253.589000', '200253.591000', '200253.594000', '200253.597000', '200253.599000', '200253.602000', '200253.604000', '200253.607000', '200253.610000', '200253.612000', '200253.615000', '200253.617000', '200253.620000', '200253.622000', '200253.625000', '200253.627000', '200253.630000', '200253.633000', '200253.635000', '200253.638000', '200253.641000', '200253.643000', '200253.646000', '200253.648000', '200253.651000', '200253.653000', '200253.656000', '200253.659000', '200253.661000', '200253.664000', '200253.666000', '200253.669000', '200313.561000', '200313.563000', '200313.566000', '200313.569000', '200313.571000', '200313.574000', '200313.577000', '200313.579000', '200313.582000', '200313.584000', '200313.587000', '200313.589000', '200313.592000', '200313.594000', '200313.597000', '200313.600000', '200313.602000', '200313.605000', '200313.607000', '200313.610000', '200313.613000', '200313.615000', '200313.618000', '200313.620000', '200313.623000', '200313.625000', '200313.628000', '200313.630000', '200313.633000', '200313.636000', '200313.638000', '200313.641000', '200313.643000', '200313.646000', '200313.648000', '200313.651000', '200313.653000', '200313.656000', '200313.658000', '200313.661000', '200313.664000', '200313.666000', '200313.669000', '200313.671000', '200333.561000', '200333.563000', '200333.566000', '200333.569000', '200333.571000', '200333.574000', '200333.576000', '200333.579000', '200333.581000', '200333.584000', '200333.586000', '200333.589000', '200333.591000', '200333.594000', '200333.597000', '200333.599000', '200333.602000', '200333.604000', '200333.607000', '200333.609000', '200333.612000', '200333.615000', '200333.617000', '200333.620000', '200333.622000', '200333.625000', '200333.627000', '200333.630000', '200333.633000', '200333.635000', '200333.638000', '200333.640000', '200333.643000', '200333.645000', '200333.648000', '200333.651000', '200333.653000', '200333.656000', '200333.658000', '200333.661000', '200333.664000', '200333.667000', '200333.669000', '200353.562000', '200353.565000', '200353.567000', '200353.570000', '200353.573000', '200353.583000', '200353.586000', '200353.589000', '200353.591000', '200353.594000', '200353.596000', '200353.599000', '200353.601000', '200353.604000', '200353.607000', '200353.609000', '200353.612000', '200353.615000', '200353.617000', '200353.620000', '200353.622000', '200353.625000', '200353.627000', '200353.630000', '200353.633000', '200353.635000', '200353.638000', '200353.640000', '200353.643000', '200353.645000', '200353.648000', '200353.651000', '200353.653000', '200353.656000', '200353.658000', '200353.661000', '200353.663000', '200353.666000', '200353.669000', '200353.671000', '200353.674000', '200353.676000', '200353.679000', '200353.681000', '200413.560000', '200413.562000', '200413.565000', '200413.567000', '200413.570000', '200413.573000', '200413.575000', '200413.578000', '200413.580000', '200413.583000', '200413.585000', '200413.588000', '200413.591000', '200413.593000', '200413.596000', '200413.598000', '200413.601000', '200413.604000', '200413.606000', '200413.609000', '200413.611000', '200413.614000', '200413.616000', '200413.619000', '200413.621000', '200413.624000', '200413.627000', '200413.630000', '200413.632000', '200413.635000', '200413.637000', '200413.640000', '200413.642000', '200413.645000', '200413.648000', '200413.650000', '200413.653000', '200413.655000', '200413.658000', '200413.660000', '200413.663000', '200413.666000', '200413.668000', '200433.560000', '200433.562000', '200433.565000', '200433.567000', '200433.570000', '200433.573000', '200433.575000', '200433.578000', '200433.580000', '200433.583000', '200433.585000', '200433.588000', '200433.591000', '200433.593000', '200433.596000', '200433.599000', '200433.601000', '200433.604000', '200433.607000', '200433.609000', '200433.612000', '200433.614000', '200433.617000', '200433.619000', '200433.622000', '200433.625000', '200433.627000', '200433.630000', '200433.633000', '200433.636000', '200433.639000', '200433.642000', '200433.644000', '200433.647000', '200433.650000', '200433.652000', '200433.655000', '200433.657000', '200433.660000', '200433.662000', '200433.665000', '200433.668000', '200433.670000', '200453.560000', '200453.563000', '200453.566000', '200453.568000', '200453.571000', '200453.573000', '200453.576000', '200453.578000', '200453.581000', '200453.584000', '200453.586000', '200453.589000', '200453.591000', '200453.594000', '200453.596000', '200453.599000', '200453.602000', '200453.604000', '200453.607000', '200453.609000', '200453.612000', '200453.614000', '200453.617000', '200453.620000', '200453.622000', '200453.625000', '200453.627000', '200453.630000', '200453.632000', '200453.635000', '200453.638000', '200453.640000', '200453.643000', '200453.645000', '200453.648000', '200453.650000', '200453.653000', '200453.655000', '200453.658000', '200453.660000', '200453.663000', '200453.666000', '200453.668000', '200453.671000', '200513.561000', '200513.564000', '200513.566000', '200513.569000', '200513.571000', '200513.574000', '200513.577000', '200513.579000', '200513.582000', '200513.584000', '200513.587000', '200513.589000', '200513.592000', '200513.594000', '200513.597000', '200513.601000', '200513.603000', '200513.606000', '200513.609000', '200513.611000', '200513.614000', '200513.616000', '200513.619000', '200513.621000', '200513.624000', '200513.627000', '200513.629000', '200513.632000', '200513.634000', '200513.637000', '200513.640000', '200513.642000', '200513.645000', '200513.647000', '200513.650000', '200513.652000', '200513.655000', '200513.658000', '200513.660000', '200513.663000', '200513.666000', '200513.668000', '200513.671000', '200533.560000', '200533.563000', '200533.566000', '200533.568000', '200533.571000', '200533.574000', '200533.576000', '200533.579000', '200533.581000', '200533.584000', '200533.601000', '200533.604000', '200533.606000', '200533.609000', '200533.611000', '200533.614000', '200533.616000', '200533.619000', '200533.622000', '200533.624000', '200533.627000', '200533.629000', '200533.632000', '200533.635000', '200533.637000', '200533.640000', '200533.642000', '200533.645000', '200533.647000', '200533.650000', '200533.652000', '200533.655000', '200533.658000', '200533.660000', '200533.663000', '200533.665000', '200533.668000', '200533.670000', '200533.673000', '200533.675000', '200533.678000', '200533.681000', '200533.683000', '200533.686000', '200553.560000', '200553.563000', '200553.566000', '200553.568000', '200553.571000', '200553.573000', '200553.576000', '200553.579000', '200553.581000', '200553.584000', '200553.586000', '200553.589000', '200553.592000', '200553.595000', '200553.597000', '200553.600000', '200553.602000', '200553.605000', '200553.608000', '200553.610000', '200553.613000', '200553.615000', '200553.618000', '200553.621000', '200553.623000', '200553.626000', '200553.628000', '200553.631000', '200553.633000', '200553.636000', '200553.639000', '200553.641000', '200553.644000', '200553.646000', '200553.649000', '200553.651000', '200553.654000', '200553.656000', '200553.659000', '200553.662000', '200553.664000', '200553.667000', '200553.669000', '200553.672000', '200613.560000', '200613.563000', '200613.566000', '200613.568000', '200613.571000', '200613.573000', '200613.576000', '200613.579000', '200613.581000', '200613.584000', '200613.586000', '200613.589000', '200613.591000', '200613.594000', '200613.596000', '200613.599000', '200613.602000', '200613.604000', '200613.607000', '200613.609000', '200613.612000', '200613.615000', '200613.617000', '200613.620000', '200613.622000', '200613.625000', '200613.627000', '200613.630000', '200613.632000', '200613.635000', '200613.637000', '200613.640000', '200613.643000', '200613.645000', '200613.648000', '200613.650000', '200613.653000', '200613.655000', '200613.658000', '200613.661000', '200613.663000', '200613.666000', '200613.668000', '200633.560000', '200633.562000', '200633.565000', '200633.567000', '200633.570000', '200633.573000', '200633.575000', '200633.578000', '200633.581000', '200633.583000', '200633.586000', '200633.588000', '200633.591000', '200633.594000', '200633.596000', '200633.599000', '200633.602000', '200633.604000', '200633.607000', '200633.609000', '200633.612000', '200633.615000', '200633.617000', '200633.620000', '200633.622000', '200633.625000', '200633.627000', '200633.630000', '200633.632000', '200633.635000', '200633.638000', '200633.641000', '200633.643000', '200633.646000', '200633.649000', '200633.651000', '200633.654000', '200633.656000', '200633.659000', '200633.661000', '200633.664000', '200633.666000', '200633.669000', '200653.560000', '200653.562000', '200653.565000', '200653.568000', '200653.570000', '200653.574000', '200653.576000', '200653.590000', '200653.593000', '200653.595000', '200653.598000', '200653.601000', '200653.603000', '200653.606000', '200653.608000', '200653.611000', '200653.613000', '200653.616000', '200653.619000', '200653.621000', '200653.624000', '200653.627000', '200653.637000', '200653.640000', '200653.642000', '200653.645000', '200653.648000', '200653.650000', '200653.653000', '200653.655000', '200653.658000', '200653.660000', '200653.663000', '200653.666000', '200653.668000', '200653.671000', '200653.674000', '200653.676000', '200653.679000', '200653.681000', '200653.684000', '200653.686000', '200653.689000', '200653.692000', '200658.426000', '200658.429000', '200658.431000', '200658.434000', '200658.437000', '200658.439000', '200658.442000', '200658.445000', '200658.447000', '200658.450000', '200658.452000'], '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': [6720, 7775, 6425, 7665, 6366, 6911, 6549, 7149, 6849, 6565, 6581, 6679, 8975, 6832, 8479, 6729, 8250, 6578, 7420, 6494, 7051, 6158, 6792, 6573, 6901, 8202, 6911, 7209, 6697, 8640, 7000, 7944, 7197, 7685, 6418, 7464, 6383, 6773, 6379, 6895, 8879, 6835, 8369, 7118, 7939, 6989, 7922, 6389, 7748, 6422, 6728, 6198, 6719, 7703, 6789, 6246, 6581, 6887, 6904, 8974, 6732, 7953, 6388, 7581, 6527, 6214, 6218, 6878, 8171, 6616, 7302, 8374, 6668, 8405, 7169, 7394, 6972, 7016, 6311, 6798, 6307, 6920, 7768, 6886, 8313, 6808, 7386, 6992, 7963, 6777, 7583, 6238, 7729, 6168, 6821, 7162, 6824, 8694, 7299, 7944, 7098, 7579, 6360, 7161, 6377, 7081, 7764, 7003, 8436, 6960, 7476, 6329, 7455, 6129, 7128, 6307, 6858, 8485, 7074, 8648, 6899, 7893, 6552, 7345, 6608, 7653, 6552, 7922, 6360, 7148, 7904, 6835, 9118, 6939, 7838, 6655, 7486, 6203, 7268, 6405, 6993, 6765, 7194, 8406, 6958, 8435, 7109, 8048, 6532, 7710, 6495, 7077, 6422, 7490, 6995, 7530, 7227, 6398, 6954, 9279, 7604, 8650, 6514, 7395, 7457, 6547, 8146, 7276, 7724, 6418, 7351, 6311, 6894, 6205, 6976, 8549, 6655, 7797, 6440, 7616, 6432, 7157, 8954, 6878, 7587, 6865, 7974, 6664, 7313, 6726, 7426, 6100, 7363, 6335, 6968, 9043, 6738, 7965, 6561, 7455, 6890, 7452, 6344, 7162, 6392, 6907, 6302, 7252, 8916, 7017, 8061, 6985, 7555, 6391, 7182, 7007, 6851, 8294, 6966, 8052, 6668, 7467, 6271, 6527, 6419, 7011, 6361, 6777, 8758, 6878, 7737, 6995, 8012, 6768, 7771, 6400, 7347, 6177, 7009, 8873, 7148, 7822, 6989, 7818, 6589, 7354, 6447, 6801, 6328, 6704, 6219, 7094, 8796, 6640, 7950, 6993, 7093, 7087, 8126, 6573, 7762, 6563, 7072, 6320, 7133, 6229, 7153, 8514, 6711, 7952, 6986, 7297, 6931, 7729, 6610, 7704, 6472, 7319, 6142, 7091, 8548, 6750, 8423, 7079, 7864, 6175, 6700, 6547, 6665, 6203, 6970, 8377, 6994, 8062, 6896, 7650, 6156, 7248, 6199, 6868, 8015, 6897, 8220, 7144, 7203, 7043, 7437, 6636, 7695, 6613, 7196, 6268, 6971, 8190, 6945, 8369, 7001, 8100, 6528, 7367, 6542, 7591, 6459, 7639, 6128, 7470, 6714, 7470, 6272, 7628, 6680, 7056, 7932, 6945, 8608, 6944, 7599, 6764, 7237, 6242, 7097, 6355, 7049, 8854, 7170, 7666, 6459, 7352, 6194, 6853, 6383, 7309, 6354, 6904, 7608, 6568, 8346, 6634, 7716, 6628, 7971, 6667, 5908, 7009, 8820, 7045, 7933, 5957, 7039, 8027, 7218, 8377, 6934, 7728, 6181, 7459, 6425, 7217, 7533, 7093, 8485, 6892, 7462, 6954, 7692, 6379, 7601, 6427, 6993, 6314, 7218, 7217, 6923, 8156, 7190, 8572, 6729, 7939, 6714, 7503, 6311, 7152, 6115, 6676, 6336, 7110, 6721, 6894, 8834, 7150, 8182, 7258, 7842, 6968, 7566, 6527, 6947, 6543, 7115, 6249, 6523, 6579, 7120, 6333, 7098, 6831, 7237, 9166, 6769, 8189, 6507, 6580, 6254, 6078, 6519, 6990, 7486, 7285, 8698, 7419, 8259, 6669, 7559, 6408, 6938, 7047, 6932, 8303, 7034, 7770, 6383, 6672, 6546, 6853, 7733, 6854, 7645, 6849, 7701, 6707, 7847, 6600, 7492, 6575, 7095, 6522, 7277, 6310, 6951, 7534, 7048, 8727, 6940, 7842, 6515, 7561, 6376, 7812, 6415, 7249, 6146, 7213, 8566, 7043, 8074, 6999, 8080, 6801, 7635, 6225, 7364, 6243, 7278, 6738, 6927, 7762, 7061, 9147, 7042, 7756, 7140, 7356, 6851, 7328, 6450, 6803, 6400, 7104, 8336, 6847, 8021, 6991, 7788, 7227, 7276, 6109, 6963, 6171, 6677, 6338, 7323, 7144, 7002, 8854, 6940, 8001, 7055, 7514, 6681, 7263, 6406, 7067, 6161, 7197, 7181, 6738, 8250, 6450, 7710, 6219, 7308, 8662, 6847, 7877, 6298, 6950, 6339, 7131, 8140, 6695, 7692, 6976, 7383, 6234, 7266, 8199, 7016, 7471, 6956, 7617, 6390, 7399, 6501, 7038, 7856, 6707, 8452, 6766, 7266, 6645, 6720, 6247, 6958, 6899, 7016, 8767, 6396, 7973, 6802, 7402, 6765, 7427, 6366, 7222, 6999, 7021, 9040, 6950, 7980, 6890, 7762, 6357, 7419, 6368, 7210, 6281, 7016, 8976, 6841, 8069, 6977, 7816, 6595, 7203, 6421, 6891, 8079, 7061, 8124, 6882, 7662, 7229, 7518, 6975, 7355, 6220, 7016, 6229, 7280, 8791, 7061, 8030, 7089, 7534, 6469, 7122, 6345, 6951, 8396, 7311, 8256, 6912, 7266, 6462, 6995, 6336, 7041, 8356, 6429, 7536, 6167, 6887, 6294, 6489, 6352, 6607, 6257, 6258, 6353, 6565, 8051, 6653, 7089, 6540, 6317, 6125, 6625, 6649, 7879, 6448, 8112, 6207, 7394, 8553, 6830, 7679, 6324, 6937, 5981, 7110, 8497, 6529, 7215, 6499, 6797, 6395, 6789, 8287, 6691, 6825, 6340, 6814, 6075, 6779, 6294, 7058, 6929, 6875, 8572, 6687, 7488, 6741, 7331, 6249, 7030, 8566, 6907, 7783, 7132, 7280, 6428, 7551, 6305, 7112, 8356, 6812, 7766, 6691, 7378, 6345, 7237, 6852, 6759, 8284, 7275, 8175, 6760, 8026, 6883, 7606, 7066, 7778, 6315, 7515, 6447, 7171, 8913, 7053, 7011, 7422, 6766, 6964, 7356, 6455, 6759, 7019, 9030, 6743, 8044, 7055, 7852, 6890, 7781, 6477, 7491, 6058, 7395, 7994, 7014, 8164, 6952, 7769, 6441, 7099, 6374, 7351, 6326, 7094, 8825, 6974, 8045, 6919, 7603, 6525, 7106, 6546, 6766, 8326, 6968, 7723, 6602, 7356, 6305, 6909, 6276, 7271, 6275, 7136, 6469, 6552, 6477, 6780, 6547, 7142, 8036, 7060, 6285, 7089, 8675, 7078, 8081, 6689, 7782, 6713, 7645, 6402, 7252, 6732, 7392, 6405, 7194, 6526, 6683, 6675, 7089, 7479, 6805, 8596, 6935, 8077, 6472, 7642, 6338, 7023, 6418, 7036, 7366, 7284, 6616, 6954, 8674, 6956, 7543, 7148, 7587, 6738, 7135, 6585, 7218, 6632, 6535, 6460, 6819, 6723, 7826, 6950, 7783, 6447, 7398, 6594, 7213, 7467, 7114, 6725, 7104, 8590, 6929, 7873, 7022, 7744, 6802, 7585, 6182, 7779, 6837, 7964, 6817, 8031, 6466, 7136, 6476, 7287, 8814, 6981, 8007, 6489, 7739, 6493, 7134, 6776, 7263, 6825, 7977, 6725, 7483, 6964, 7930, 7238, 7948, 6582, 8045, 6627, 6263, 6592, 7424, 8084, 6452, 7396, 7034, 7332, 8536, 7214, 8170, 7148, 7701, 6956, 7645, 6710, 7549, 7028, 7485, 6414, 7919, 6043, 7327, 6582, 7628, 6581, 7212, 8674, 6830, 8410, 7077, 7509, 6988, 7460, 6447, 7925, 7134, 7780, 7059, 7779, 6451, 7829, 6277, 6910, 6343, 7303, 8907, 7123, 8031, 7034, 7725, 6817, 7234, 6199, 7189, 6140, 6863, 8188, 6753, 8136, 6630, 7213, 6393, 7125, 8120, 6984, 7862, 6570, 6904, 6409, 7081, 6473, 7426, 6131, 6913, 6375, 7213, 7198, 6975, 8355, 6681, 7461, 6211, 7164, 6445, 6906, 8194, 6952, 7922, 6275, 7250, 6392, 6707, 6587, 7385, 6048, 6960, 8653, 6886, 7924, 6982, 7848, 6162, 7495, 6489, 7221, 6111, 6985, 8781, 6713, 7591, 6741, 6278, 6748, 8551, 6830, 7834, 6820, 7385, 6706, 8604, 6749, 7725, 6675, 7495, 6494, 7161, 6506, 7319, 6523, 7655, 6470, 7036, 6498, 7317, 9082, 7135, 8084, 7005, 7539, 6645, 7201, 6277, 7265, 6394, 7157, 8600, 7188, 7960, 7211, 7377, 7168, 7535, 6562, 7766, 6640, 7353, 6554, 6228, 7073, 8898, 6831, 7459, 7183, 7453, 6931, 7600, 6402, 7436, 6382, 7322, 8132, 6960, 8495, 7243, 7513, 7049, 7030, 6228, 7195, 6428, 7353, 6568, 7524, 8592, 7036, 7688, 7607, 7770, 6972, 7373, 6193, 7376, 6683, 6995, 6355, 7326, 6665, 7996, 6432, 7365, 6475, 7262, 8658, 6939, 8432, 7099, 7970, 6905, 7300, 6330, 7464, 6471, 7297, 6282, 7785], 'WindowCenter': [3767.0, 3759.0, 3726.0, 3744.0, 3722.0, 3731.0, 3719.0, 3731.0, 3718.0, 3720.0, 3717.0, 3719.0, 3748.0, 3719.0, 3739.0, 3718.0, 3739.0, 3719.0, 3729.0, 3706.0, 3719.0, 3697.0, 3719.0, 3707.0, 3720.0, 3739.0, 3719.0, 3729.0, 3720.0, 3740.0, 3720.0, 3729.0, 3718.0, 3728.0, 3707.0, 3730.0, 3707.0, 3719.0, 3707.0, 3720.0, 3738.0, 3718.0, 3738.0, 3718.0, 3728.0, 3718.0, 3738.0, 3706.0, 3726.0, 3707.0, 3718.0, 3697.0, 3716.0, 3727.0, 3720.0, 3719.0, 3731.0, 3730.0, 3731.0, 3751.0, 3720.0, 3741.0, 3721.0, 3731.0, 3721.0, 3721.0, 3722.0, 3735.0, 3766.0, 3734.0, 3745.0, 3741.0, 3719.0, 3729.0, 3717.0, 3716.0, 3716.0, 3716.0, 3705.0, 3707.0, 3704.0, 3718.0, 3727.0, 3719.0, 3738.0, 3720.0, 3728.0, 3730.0, 3741.0, 3720.0, 3731.0, 3709.0, 3731.0, 3709.0, 3720.0, 3718.0, 3719.0, 3739.0, 3719.0, 3727.0, 3719.0, 3729.0, 3706.0, 3718.0, 3706.0, 3719.0, 3727.0, 3719.0, 3738.0, 3718.0, 3717.0, 3707.0, 3726.0, 3708.0, 3719.0, 3708.0, 3720.0, 3738.0, 3719.0, 3739.0, 3717.0, 3729.0, 3707.0, 3718.0, 3719.0, 3729.0, 3706.0, 3741.0, 3708.0, 3720.0, 3729.0, 3718.0, 3738.0, 3718.0, 3728.0, 3707.0, 3729.0, 3697.0, 3730.0, 3707.0, 3719.0, 3718.0, 3731.0, 3739.0, 3732.0, 3739.0, 3731.0, 3740.0, 3708.0, 3730.0, 3709.0, 3731.0, 3710.0, 3732.0, 3732.0, 3743.0, 3745.0, 3723.0, 3747.0, 3765.0, 3744.0, 3753.0, 3706.0, 3729.0, 3717.0, 3707.0, 3727.0, 3716.0, 3726.0, 3706.0, 3718.0, 3706.0, 3718.0, 3695.0, 3719.0, 3738.0, 3719.0, 3728.0, 3705.0, 3728.0, 3706.0, 3719.0, 3738.0, 3719.0, 3728.0, 3718.0, 3729.0, 3719.0, 3728.0, 3719.0, 3730.0, 3710.0, 3729.0, 3720.0, 3731.0, 3750.0, 3721.0, 3741.0, 3719.0, 3730.0, 3731.0, 3732.0, 3709.0, 3732.0, 3709.0, 3721.0, 3709.0, 3731.0, 3751.0, 3720.0, 3740.0, 3720.0, 3730.0, 3708.0, 3728.0, 3718.0, 3720.0, 3738.0, 3730.0, 3740.0, 3719.0, 3730.0, 3708.0, 3709.0, 3708.0, 3731.0, 3707.0, 3721.0, 3739.0, 3721.0, 3741.0, 3732.0, 3741.0, 3720.0, 3731.0, 3710.0, 3731.0, 3708.0, 3717.0, 3739.0, 3720.0, 3729.0, 3719.0, 3728.0, 3707.0, 3728.0, 3707.0, 3718.0, 3708.0, 3719.0, 3708.0, 3730.0, 3740.0, 3720.0, 3730.0, 3730.0, 3730.0, 3732.0, 3741.0, 3722.0, 3731.0, 3720.0, 3731.0, 3721.0, 3731.0, 3708.0, 3731.0, 3740.0, 3720.0, 3740.0, 3720.0, 3728.0, 3731.0, 3730.0, 3720.0, 3731.0, 3708.0, 3731.0, 3708.0, 3720.0, 3739.0, 3718.0, 3739.0, 3718.0, 3729.0, 3697.0, 3717.0, 3706.0, 3718.0, 3706.0, 3731.0, 3739.0, 3719.0, 3740.0, 3719.0, 3728.0, 3696.0, 3730.0, 3697.0, 3718.0, 3727.0, 3719.0, 3738.0, 3718.0, 3728.0, 3731.0, 3730.0, 3719.0, 3740.0, 3720.0, 3731.0, 3709.0, 3731.0, 3740.0, 3730.0, 3740.0, 3730.0, 3740.0, 3708.0, 3731.0, 3720.0, 3740.0, 3720.0, 3742.0, 3710.0, 3742.0, 3731.0, 3740.0, 3721.0, 3741.0, 3721.0, 3732.0, 3741.0, 3731.0, 3740.0, 3719.0, 3729.0, 3715.0, 3731.0, 3708.0, 3717.0, 3708.0, 3717.0, 3750.0, 3717.0, 3727.0, 3708.0, 3728.0, 3708.0, 3719.0, 3708.0, 3731.0, 3708.0, 3731.0, 3741.0, 3721.0, 3740.0, 3721.0, 3741.0, 3722.0, 3742.0, 3734.0, 3713.0, 3746.0, 3766.0, 3733.0, 3744.0, 3708.0, 3729.0, 3729.0, 3729.0, 3739.0, 3719.0, 3728.0, 3697.0, 3729.0, 3707.0, 3726.0, 3728.0, 3718.0, 3737.0, 3719.0, 3715.0, 3719.0, 3728.0, 3708.0, 3730.0, 3708.0, 3727.0, 3709.0, 3731.0, 3728.0, 3731.0, 3729.0, 3721.0, 3739.0, 3719.0, 3728.0, 3718.0, 3729.0, 3709.0, 3719.0, 3696.0, 3716.0, 3708.0, 3719.0, 3718.0, 3720.0, 3739.0, 3720.0, 3739.0, 3729.0, 3728.0, 3718.0, 3728.0, 3708.0, 3719.0, 3707.0, 3719.0, 3708.0, 3709.0, 3719.0, 3731.0, 3708.0, 3729.0, 3719.0, 3744.0, 3762.0, 3722.0, 3741.0, 3721.0, 3720.0, 3721.0, 3723.0, 3734.0, 3746.0, 3746.0, 3759.0, 3766.0, 3746.0, 3752.0, 3718.0, 3729.0, 3708.0, 3716.0, 3706.0, 3717.0, 3727.0, 3717.0, 3727.0, 3706.0, 3717.0, 3707.0, 3718.0, 3728.0, 3719.0, 3728.0, 3731.0, 3740.0, 3731.0, 3741.0, 3721.0, 3731.0, 3722.0, 3732.0, 3719.0, 3744.0, 3709.0, 3731.0, 3729.0, 3730.0, 3750.0, 3731.0, 3740.0, 3720.0, 3741.0, 3721.0, 3742.0, 3709.0, 3728.0, 3710.0, 3729.0, 3740.0, 3717.0, 3729.0, 3719.0, 3739.0, 3718.0, 3725.0, 3705.0, 3727.0, 3708.0, 3728.0, 3717.0, 3719.0, 3728.0, 3717.0, 3751.0, 3730.0, 3730.0, 3719.0, 3728.0, 3718.0, 3729.0, 3708.0, 3718.0, 3708.0, 3720.0, 3738.0, 3718.0, 3729.0, 3718.0, 3728.0, 3730.0, 3729.0, 3708.0, 3720.0, 3708.0, 3719.0, 3709.0, 3731.0, 3719.0, 3732.0, 3750.0, 3731.0, 3739.0, 3719.0, 3730.0, 3722.0, 3731.0, 3735.0, 3746.0, 3724.0, 3745.0, 3732.0, 3734.0, 3753.0, 3722.0, 3741.0, 3709.0, 3732.0, 3741.0, 3721.0, 3730.0, 3708.0, 3720.0, 3708.0, 3730.0, 3739.0, 3720.0, 3730.0, 3720.0, 3731.0, 3710.0, 3729.0, 3739.0, 3720.0, 3728.0, 3719.0, 3729.0, 3709.0, 3730.0, 3708.0, 3720.0, 3728.0, 3720.0, 3739.0, 3719.0, 3729.0, 3720.0, 3721.0, 3709.0, 3731.0, 3730.0, 3732.0, 3751.0, 3721.0, 3741.0, 3721.0, 3730.0, 3721.0, 3742.0, 3720.0, 3732.0, 3731.0, 3729.0, 3751.0, 3732.0, 3739.0, 3732.0, 3742.0, 3721.0, 3732.0, 3709.0, 3730.0, 3709.0, 3731.0, 3750.0, 3719.0, 3728.0, 3719.0, 3729.0, 3707.0, 3719.0, 3706.0, 3718.0, 3727.0, 3718.0, 3727.0, 3719.0, 3725.0, 3729.0, 3729.0, 3719.0, 3729.0, 3697.0, 3719.0, 3697.0, 3728.0, 3737.0, 3717.0, 3724.0, 3705.0, 3714.0, 3695.0, 3717.0, 3705.0, 3715.0, 3726.0, 3718.0, 3737.0, 3718.0, 3728.0, 3705.0, 3718.0, 3708.0, 3731.0, 3737.0, 3708.0, 3740.0, 3709.0, 3731.0, 3723.0, 3730.0, 3730.0, 3733.0, 3735.0, 3737.0, 3734.0, 3748.0, 3756.0, 3737.0, 3736.0, 3733.0, 3736.0, 3724.0, 3734.0, 3736.0, 3757.0, 3738.0, 3759.0, 3725.0, 3746.0, 3753.0, 3722.0, 3731.0, 3709.0, 3721.0, 3699.0, 3732.0, 3740.0, 3720.0, 3744.0, 3736.0, 3733.0, 3709.0, 3721.0, 3756.0, 3734.0, 3734.0, 3722.0, 3722.0, 3710.0, 3719.0, 3721.0, 3733.0, 3731.0, 3733.0, 3754.0, 3723.0, 3732.0, 3721.0, 3743.0, 3719.0, 3731.0, 3739.0, 3720.0, 3730.0, 3720.0, 3730.0, 3708.0, 3731.0, 3708.0, 3719.0, 3739.0, 3719.0, 3729.0, 3708.0, 3719.0, 3708.0, 3730.0, 3707.0, 3719.0, 3738.0, 3731.0, 3739.0, 3721.0, 3740.0, 3721.0, 3730.0, 3732.0, 3731.0, 3707.0, 3731.0, 3708.0, 3719.0, 3739.0, 3719.0, 3719.0, 3732.0, 3719.0, 3730.0, 3731.0, 3722.0, 3722.0, 3733.0, 3752.0, 3722.0, 3741.0, 3733.0, 3741.0, 3733.0, 3742.0, 3710.0, 3732.0, 3710.0, 3732.0, 3730.0, 3720.0, 3740.0, 3720.0, 3730.0, 3709.0, 3720.0, 3707.0, 3730.0, 3708.0, 3720.0, 3739.0, 3719.0, 3728.0, 3720.0, 3729.0, 3707.0, 3719.0, 3705.0, 3718.0, 3738.0, 3718.0, 3729.0, 3718.0, 3729.0, 3708.0, 3718.0, 3717.0, 3731.0, 3722.0, 3732.0, 3719.0, 3722.0, 3721.0, 3733.0, 3721.0, 3734.0, 3742.0, 3733.0, 3722.0, 3734.0, 3752.0, 3735.0, 3743.0, 3723.0, 3742.0, 3721.0, 3731.0, 3718.0, 3731.0, 3732.0, 3732.0, 3709.0, 3732.0, 3709.0, 3720.0, 3720.0, 3720.0, 3729.0, 3720.0, 3740.0, 3731.0, 3729.0, 3709.0, 3730.0, 3708.0, 3719.0, 3707.0, 3719.0, 3718.0, 3729.0, 3707.0, 3718.0, 3738.0, 3719.0, 3729.0, 3719.0, 3729.0, 3716.0, 3719.0, 3707.0, 3729.0, 3708.0, 3708.0, 3708.0, 3719.0, 3720.0, 3742.0, 3720.0, 3743.0, 3721.0, 3732.0, 3720.0, 3731.0, 3729.0, 3720.0, 3720.0, 3731.0, 3751.0, 3731.0, 3741.0, 3731.0, 3730.0, 3720.0, 3731.0, 3709.0, 3730.0, 3721.0, 3738.0, 3721.0, 3742.0, 3710.0, 3729.0, 3708.0, 3730.0, 3738.0, 3718.0, 3727.0, 3707.0, 3728.0, 3707.0, 3717.0, 3719.0, 3729.0, 3721.0, 3741.0, 3721.0, 3730.0, 3733.0, 3741.0, 3732.0, 3741.0, 3722.0, 3741.0, 3721.0, 3721.0, 3733.0, 3745.0, 3757.0, 3723.0, 3733.0, 3720.0, 3731.0, 3738.0, 3719.0, 3728.0, 3717.0, 3728.0, 3719.0, 3727.0, 3719.0, 3726.0, 3719.0, 3728.0, 3709.0, 3737.0, 3695.0, 3726.0, 3716.0, 3728.0, 3718.0, 3729.0, 3739.0, 3720.0, 3738.0, 3719.0, 3718.0, 3730.0, 3729.0, 3717.0, 3740.0, 3731.0, 3741.0, 3733.0, 3741.0, 3721.0, 3742.0, 3708.0, 3721.0, 3709.0, 3731.0, 3740.0, 3718.0, 3728.0, 3718.0, 3728.0, 3719.0, 3729.0, 3697.0, 3719.0, 3707.0, 3719.0, 3739.0, 3719.0, 3739.0, 3718.0, 3729.0, 3706.0, 3727.0, 3738.0, 3718.0, 3739.0, 3719.0, 3716.0, 3720.0, 3728.0, 3722.0, 3740.0, 3711.0, 3730.0, 3721.0, 3741.0, 3730.0, 3731.0, 3740.0, 3720.0, 3728.0, 3710.0, 3731.0, 3708.0, 3720.0, 3739.0, 3721.0, 3740.0, 3709.0, 3730.0, 3709.0, 3720.0, 3720.0, 3732.0, 3708.0, 3732.0, 3740.0, 3721.0, 3741.0, 3721.0, 3741.0, 3711.0, 3732.0, 3709.0, 3731.0, 3709.0, 3720.0, 3741.0, 3721.0, 3730.0, 3719.0, 3721.0, 3733.0, 3752.0, 3723.0, 3742.0, 3734.0, 3743.0, 3735.0, 3754.0, 3722.0, 3743.0, 3722.0, 3732.0, 3717.0, 3729.0, 3721.0, 3733.0, 3719.0, 3745.0, 3722.0, 3733.0, 3721.0, 3730.0, 3752.0, 3731.0, 3740.0, 3720.0, 3730.0, 3720.0, 3732.0, 3709.0, 3729.0, 3708.0, 3720.0, 3739.0, 3718.0, 3728.0, 3730.0, 3730.0, 3731.0, 3729.0, 3722.0, 3743.0, 3723.0, 3731.0, 3722.0, 3723.0, 3745.0, 3755.0, 3734.0, 3732.0, 3733.0, 3732.0, 3732.0, 3743.0, 3709.0, 3731.0, 3708.0, 3728.0, 3728.0, 3719.0, 3735.0, 3718.0, 3716.0, 3717.0, 3717.0, 3695.0, 3717.0, 3707.0, 3726.0, 3717.0, 3729.0, 3738.0, 3716.0, 3729.0, 3729.0, 3729.0, 3718.0, 3729.0, 3696.0, 3727.0, 3718.0, 3716.0, 3709.0, 3731.0, 3719.0, 3740.0, 3709.0, 3731.0, 3719.0, 3729.0, 3741.0, 3731.0, 3740.0, 3720.0, 3739.0, 3720.0, 3728.0, 3708.0, 3729.0, 3705.0, 3728.0, 3720.0, 3742.0], 'WindowWidth': [8502.0, 8476.0, 8422.0, 8443.0, 8408.0, 8420.0, 8401.0, 8418.0, 8394.0, 8399.0, 8394.0, 8399.0, 8435.0, 8397.0, 8423.0, 8395.0, 8424.0, 8396.0, 8409.0, 8376.0, 8397.0, 8364.0, 8396.0, 8377.0, 8398.0, 8421.0, 8397.0, 8410.0, 8400.0, 8424.0, 8398.0, 8410.0, 8395.0, 8408.0, 8379.0, 8413.0, 8377.0, 8395.0, 8377.0, 8398.0, 8419.0, 8394.0, 8418.0, 8393.0, 8407.0, 8394.0, 8421.0, 8375.0, 8404.0, 8376.0, 8393.0, 8364.0, 8390.0, 8405.0, 8399.0, 8397.0, 8418.0, 8413.0, 8418.0, 8441.0, 8400.0, 8427.0, 8402.0, 8414.0, 8404.0, 8405.0, 8408.0, 8432.0, 8474.0, 8424.0, 8441.0, 8429.0, 8396.0, 8407.0, 8389.0, 8386.0, 8386.0, 8388.0, 8372.0, 8377.0, 8370.0, 8395.0, 8405.0, 8397.0, 8420.0, 8399.0, 8409.0, 8416.0, 8429.0, 8401.0, 8417.0, 8384.0, 8417.0, 8382.0, 8400.0, 8394.0, 8397.0, 8421.0, 8394.0, 8405.0, 8395.0, 8411.0, 8376.0, 8395.0, 8375.0, 8395.0, 8404.0, 8396.0, 8419.0, 8392.0, 8391.0, 8378.0, 8403.0, 8379.0, 8397.0, 8379.0, 8398.0, 8421.0, 8398.0, 8422.0, 8391.0, 8408.0, 8377.0, 8394.0, 8397.0, 8410.0, 8378.0, 8431.0, 8381.0, 8401.0, 8408.0, 8393.0, 8419.0, 8392.0, 8405.0, 8378.0, 8409.0, 8364.0, 8411.0, 8378.0, 8397.0, 8394.0, 8415.0, 8424.0, 8418.0, 8424.0, 8416.0, 8426.0, 8383.0, 8413.0, 8383.0, 8416.0, 8387.0, 8418.0, 8419.0, 8436.0, 8442.0, 8412.0, 8449.0, 8469.0, 8438.0, 8448.0, 8378.0, 8410.0, 8388.0, 8376.0, 8401.0, 8388.0, 8401.0, 8374.0, 8392.0, 8372.0, 8393.0, 8362.0, 8396.0, 8419.0, 8395.0, 8407.0, 8374.0, 8409.0, 8376.0, 8397.0, 8419.0, 8395.0, 8406.0, 8395.0, 8409.0, 8398.0, 8408.0, 8397.0, 8414.0, 8386.0, 8413.0, 8399.0, 8419.0, 8441.0, 8403.0, 8427.0, 8399.0, 8414.0, 8416.0, 8419.0, 8386.0, 8419.0, 8384.0, 8402.0, 8383.0, 8416.0, 8440.0, 8400.0, 8424.0, 8398.0, 8413.0, 8381.0, 8410.0, 8394.0, 8398.0, 8420.0, 8413.0, 8424.0, 8395.0, 8412.0, 8379.0, 8383.0, 8382.0, 8415.0, 8380.0, 8403.0, 8424.0, 8403.0, 8429.0, 8419.0, 8430.0, 8400.0, 8417.0, 8385.0, 8415.0, 8381.0, 8393.0, 8421.0, 8397.0, 8408.0, 8396.0, 8407.0, 8379.0, 8407.0, 8376.0, 8393.0, 8380.0, 8397.0, 8382.0, 8416.0, 8425.0, 8400.0, 8412.0, 8415.0, 8413.0, 8418.0, 8427.0, 8406.0, 8415.0, 8399.0, 8417.0, 8403.0, 8418.0, 8383.0, 8415.0, 8425.0, 8399.0, 8426.0, 8398.0, 8409.0, 8417.0, 8415.0, 8400.0, 8415.0, 8381.0, 8416.0, 8381.0, 8400.0, 8423.0, 8396.0, 8421.0, 8394.0, 8409.0, 8363.0, 8392.0, 8377.0, 8395.0, 8376.0, 8415.0, 8423.0, 8396.0, 8424.0, 8397.0, 8409.0, 8362.0, 8411.0, 8364.0, 8394.0, 8403.0, 8396.0, 8419.0, 8395.0, 8408.0, 8417.0, 8414.0, 8398.0, 8427.0, 8400.0, 8417.0, 8383.0, 8416.0, 8425.0, 8414.0, 8427.0, 8414.0, 8427.0, 8383.0, 8416.0, 8401.0, 8427.0, 8401.0, 8432.0, 8387.0, 8432.0, 8418.0, 8430.0, 8403.0, 8431.0, 8402.0, 8418.0, 8430.0, 8417.0, 8425.0, 8397.0, 8410.0, 8387.0, 8414.0, 8378.0, 8393.0, 8379.0, 8394.0, 8438.0, 8392.0, 8406.0, 8380.0, 8408.0, 8381.0, 8397.0, 8382.0, 8416.0, 8381.0, 8418.0, 8431.0, 8404.0, 8427.0, 8404.0, 8430.0, 8407.0, 8432.0, 8425.0, 8398.0, 8447.0, 8470.0, 8422.0, 8437.0, 8382.0, 8411.0, 8408.0, 8411.0, 8423.0, 8398.0, 8408.0, 8364.0, 8410.0, 8375.0, 8404.0, 8405.0, 8395.0, 8418.0, 8395.0, 8386.0, 8397.0, 8408.0, 8381.0, 8412.0, 8380.0, 8407.0, 8385.0, 8416.0, 8408.0, 8415.0, 8410.0, 8402.0, 8423.0, 8396.0, 8407.0, 8394.0, 8410.0, 8382.0, 8398.0, 8363.0, 8391.0, 8380.0, 8398.0, 8394.0, 8400.0, 8423.0, 8400.0, 8423.0, 8409.0, 8407.0, 8393.0, 8407.0, 8378.0, 8396.0, 8379.0, 8397.0, 8380.0, 8384.0, 8396.0, 8416.0, 8382.0, 8415.0, 8400.0, 8438.0, 8459.0, 8405.0, 8429.0, 8401.0, 8398.0, 8404.0, 8410.0, 8428.0, 8450.0, 8446.0, 8467.0, 8472.0, 8444.0, 8448.0, 8397.0, 8410.0, 8377.0, 8388.0, 8374.0, 8389.0, 8403.0, 8389.0, 8403.0, 8374.0, 8392.0, 8377.0, 8396.0, 8405.0, 8397.0, 8408.0, 8418.0, 8428.0, 8417.0, 8430.0, 8402.0, 8416.0, 8405.0, 8419.0, 8399.0, 8437.0, 8384.0, 8416.0, 8412.0, 8413.0, 8439.0, 8416.0, 8425.0, 8402.0, 8430.0, 8402.0, 8432.0, 8383.0, 8411.0, 8387.0, 8412.0, 8424.0, 8393.0, 8409.0, 8397.0, 8423.0, 8393.0, 8402.0, 8374.0, 8405.0, 8380.0, 8409.0, 8392.0, 8397.0, 8407.0, 8395.0, 8440.0, 8413.0, 8412.0, 8396.0, 8409.0, 8396.0, 8411.0, 8379.0, 8395.0, 8380.0, 8399.0, 8419.0, 8395.0, 8408.0, 8396.0, 8407.0, 8412.0, 8410.0, 8381.0, 8399.0, 8380.0, 8400.0, 8384.0, 8416.0, 8397.0, 8419.0, 8440.0, 8416.0, 8422.0, 8399.0, 8414.0, 8406.0, 8418.0, 8431.0, 8446.0, 8412.0, 8443.0, 8421.0, 8426.0, 8450.0, 8406.0, 8430.0, 8384.0, 8417.0, 8430.0, 8401.0, 8413.0, 8380.0, 8401.0, 8381.0, 8414.0, 8422.0, 8401.0, 8412.0, 8401.0, 8415.0, 8387.0, 8412.0, 8423.0, 8399.0, 8406.0, 8398.0, 8410.0, 8383.0, 8412.0, 8380.0, 8398.0, 8406.0, 8398.0, 8422.0, 8396.0, 8408.0, 8401.0, 8405.0, 8385.0, 8419.0, 8415.0, 8419.0, 8443.0, 8403.0, 8429.0, 8402.0, 8414.0, 8403.0, 8433.0, 8400.0, 8420.0, 8416.0, 8413.0, 8442.0, 8419.0, 8424.0, 8418.0, 8432.0, 8405.0, 8421.0, 8384.0, 8415.0, 8385.0, 8417.0, 8440.0, 8398.0, 8407.0, 8395.0, 8409.0, 8377.0, 8395.0, 8374.0, 8392.0, 8402.0, 8394.0, 8405.0, 8395.0, 8400.0, 8410.0, 8409.0, 8395.0, 8411.0, 8364.0, 8396.0, 8364.0, 8408.0, 8417.0, 8390.0, 8397.0, 8371.0, 8382.0, 8356.0, 8390.0, 8372.0, 8386.0, 8400.0, 8393.0, 8417.0, 8393.0, 8406.0, 8372.0, 8396.0, 8380.0, 8415.0, 8419.0, 8384.0, 8426.0, 8386.0, 8417.0, 8411.0, 8419.0, 8420.0, 8426.0, 8430.0, 8437.0, 8431.0, 8453.0, 8459.0, 8436.0, 8431.0, 8424.0, 8433.0, 8412.0, 8427.0, 8432.0, 8461.0, 8440.0, 8468.0, 8415.0, 8445.0, 8449.0, 8405.0, 8413.0, 8382.0, 8400.0, 8369.0, 8418.0, 8426.0, 8400.0, 8439.0, 8433.0, 8422.0, 8382.0, 8403.0, 8457.0, 8426.0, 8428.0, 8408.0, 8406.0, 8386.0, 8399.0, 8402.0, 8424.0, 8418.0, 8424.0, 8450.0, 8408.0, 8419.0, 8405.0, 8436.0, 8398.0, 8416.0, 8423.0, 8400.0, 8412.0, 8401.0, 8413.0, 8381.0, 8416.0, 8380.0, 8398.0, 8422.0, 8396.0, 8407.0, 8379.0, 8396.0, 8380.0, 8411.0, 8376.0, 8396.0, 8420.0, 8414.0, 8424.0, 8402.0, 8426.0, 8401.0, 8413.0, 8418.0, 8416.0, 8379.0, 8416.0, 8379.0, 8398.0, 8421.0, 8397.0, 8397.0, 8417.0, 8396.0, 8414.0, 8415.0, 8407.0, 8406.0, 8425.0, 8445.0, 8407.0, 8429.0, 8420.0, 8431.0, 8422.0, 8432.0, 8386.0, 8419.0, 8387.0, 8420.0, 8411.0, 8399.0, 8424.0, 8398.0, 8412.0, 8383.0, 8399.0, 8378.0, 8411.0, 8380.0, 8399.0, 8422.0, 8398.0, 8408.0, 8399.0, 8411.0, 8379.0, 8397.0, 8374.0, 8395.0, 8419.0, 8395.0, 8409.0, 8394.0, 8409.0, 8380.0, 8395.0, 8394.0, 8417.0, 8407.0, 8419.0, 8398.0, 8406.0, 8403.0, 8423.0, 8404.0, 8425.0, 8433.0, 8422.0, 8408.0, 8426.0, 8446.0, 8428.0, 8436.0, 8408.0, 8433.0, 8402.0, 8416.0, 8396.0, 8417.0, 8421.0, 8419.0, 8384.0, 8417.0, 8383.0, 8400.0, 8399.0, 8400.0, 8410.0, 8401.0, 8426.0, 8415.0, 8410.0, 8382.0, 8411.0, 8379.0, 8396.0, 8375.0, 8394.0, 8392.0, 8409.0, 8379.0, 8395.0, 8420.0, 8398.0, 8409.0, 8397.0, 8410.0, 8390.0, 8397.0, 8378.0, 8411.0, 8379.0, 8379.0, 8382.0, 8400.0, 8402.0, 8433.0, 8400.0, 8435.0, 8402.0, 8420.0, 8400.0, 8416.0, 8409.0, 8400.0, 8400.0, 8418.0, 8441.0, 8416.0, 8428.0, 8415.0, 8413.0, 8401.0, 8415.0, 8384.0, 8413.0, 8403.0, 8423.0, 8405.0, 8434.0, 8386.0, 8411.0, 8383.0, 8413.0, 8421.0, 8393.0, 8403.0, 8377.0, 8405.0, 8379.0, 8392.0, 8400.0, 8411.0, 8403.0, 8429.0, 8405.0, 8414.0, 8422.0, 8428.0, 8420.0, 8430.0, 8405.0, 8427.0, 8403.0, 8405.0, 8424.0, 8442.0, 8462.0, 8407.0, 8421.0, 8398.0, 8414.0, 8420.0, 8395.0, 8404.0, 8391.0, 8406.0, 8395.0, 8403.0, 8395.0, 8402.0, 8398.0, 8409.0, 8383.0, 8420.0, 8361.0, 8403.0, 8391.0, 8409.0, 8394.0, 8411.0, 8420.0, 8398.0, 8419.0, 8396.0, 8394.0, 8413.0, 8409.0, 8395.0, 8424.0, 8417.0, 8431.0, 8422.0, 8429.0, 8401.0, 8432.0, 8381.0, 8401.0, 8383.0, 8417.0, 8424.0, 8395.0, 8406.0, 8393.0, 8407.0, 8397.0, 8410.0, 8364.0, 8398.0, 8378.0, 8398.0, 8422.0, 8396.0, 8423.0, 8394.0, 8411.0, 8376.0, 8407.0, 8421.0, 8396.0, 8423.0, 8398.0, 8391.0, 8402.0, 8412.0, 8407.0, 8431.0, 8390.0, 8415.0, 8403.0, 8431.0, 8414.0, 8416.0, 8425.0, 8400.0, 8408.0, 8386.0, 8416.0, 8381.0, 8400.0, 8423.0, 8402.0, 8427.0, 8384.0, 8412.0, 8382.0, 8399.0, 8398.0, 8418.0, 8382.0, 8418.0, 8426.0, 8402.0, 8428.0, 8401.0, 8427.0, 8387.0, 8416.0, 8384.0, 8416.0, 8383.0, 8401.0, 8426.0, 8402.0, 8412.0, 8399.0, 8406.0, 8422.0, 8445.0, 8409.0, 8432.0, 8425.0, 8436.0, 8428.0, 8452.0, 8407.0, 8434.0, 8405.0, 8419.0, 8392.0, 8413.0, 8404.0, 8422.0, 8402.0, 8441.0, 8405.0, 8424.0, 8403.0, 8417.0, 8446.0, 8417.0, 8426.0, 8399.0, 8411.0, 8399.0, 8416.0, 8382.0, 8410.0, 8379.0, 8399.0, 8422.0, 8396.0, 8408.0, 8413.0, 8411.0, 8417.0, 8411.0, 8407.0, 8432.0, 8409.0, 8416.0, 8409.0, 8411.0, 8443.0, 8452.0, 8424.0, 8419.0, 8422.0, 8419.0, 8420.0, 8434.0, 8384.0, 8416.0, 8380.0, 8408.0, 8407.0, 8394.0, 8412.0, 8392.0, 8387.0, 8390.0, 8391.0, 8358.0, 8391.0, 8377.0, 8402.0, 8390.0, 8411.0, 8418.0, 8389.0, 8407.0, 8409.0, 8410.0, 8396.0, 8411.0, 8363.0, 8405.0, 8394.0, 8391.0, 8386.0, 8419.0, 8400.0, 8429.0, 8385.0, 8415.0, 8399.0, 8413.0, 8428.0, 8416.0, 8425.0, 8400.0, 8424.0, 8401.0, 8408.0, 8381.0, 8411.0, 8376.0, 8409.0, 8402.0, 8431.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.00023418647166361972</td></tr>
<tr><td colspan=3>aqi</td><td>0.018430163345521024</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.630317164528854</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2028357009240638</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9969263197895686</td></tr>
<tr><td colspan=3>efc</td><td>0.4513</td></tr>
<tr><td colspan=3>fber</td><td>7031.5342</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07593986911534502</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9140767824497258</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.442460090178979</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3112519448954596</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7093246626773935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.306803662964085</td></tr>
<tr><td colspan=3>gcor</td><td>0.00702022</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0137072978541255</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0257198978215456</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6821340424809725</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>31.3058</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.4432</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.5732</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304628.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.5684</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.6147</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2938.9947</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3909.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.6741</td></tr>
<tr><td colspan=3>tsnr</td><td>41.612090203212574</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>