<?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-0062_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-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_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-0062/figures/sub-0062_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_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-0062/ses-02/func/sub-0062_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>d30c8a49d90ffde83613542e1c19b783</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>11:07:3.965000</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.999683, -0.0220464, 0.0121714, 0.0225114, 0.998966, -0.0394924]</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.107927</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7719, -7296, 480, -76, -132, -33, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>273.474</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c345d2b3-9d86-4700-830a-bf022a7d0a3e||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.6820759773254395, 0.060396526008844376, 0.030478093773126602, 105.29087829589844], [0.059148889034986496, 2.6801533699035645, -0.10733535140752792, -92.33726501464844], [0.032655056565999985, 0.10595512390136719, 2.6976935863494873, -64.97203063964844], [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': ['110703.965000', '110704.425000', '110704.885000', '110705.345000', '110705.805000', '110706.265000', '110706.725000', '110707.185000', '110707.645000', '110708.105000', '110708.565000', '110709.025000', '110709.485000', '110709.945000', '110710.405000', '110710.865000', '110711.325000', '110711.785000', '110712.245000', '110712.705000', '110713.165000', '110713.625000', '110714.085000', '110714.545000', '110715.005000', '110715.465000', '110715.925000', '110716.385000', '110716.845000', '110717.305000', '110717.765000', '110718.225000', '110718.685000', '110719.145000', '110719.605000', '110720.065000', '110720.525000', '110720.985000', '110721.445000', '110721.905000', '110722.365000', '110722.825000', '110723.285000', '110723.745000', '110724.205000', '110724.665000', '110725.125000', '110725.585000', '110726.045000', '110726.505000', '110726.965000', '110727.425000', '110727.885000', '110728.345000', '110728.805000', '110729.265000', '110729.725000', '110730.185000', '110730.645000', '110731.105000', '110731.565000', '110732.025000', '110732.485000', '110732.945000', '110733.405000', '110733.865000', '110734.325000', '110734.785000', '110735.245000', '110735.705000', '110736.165000', '110736.625000', '110737.085000', '110737.545000', '110738.005000', '110738.465000', '110738.925000', '110739.385000', '110739.845000', '110740.305000', '110740.765000', '110741.225000', '110741.685000', '110742.145000', '110742.605000', '110743.065000', '110743.525000', '110743.985000', '110744.445000', '110744.905000', '110745.365000', '110745.825000', '110746.285000', '110746.745000', '110747.205000', '110747.665000', '110748.125000', '110748.585000', '110749.045000', '110749.505000', '110749.965000', '110750.425000', '110750.885000', '110751.345000', '110751.805000', '110752.265000', '110752.725000', '110753.185000', '110753.645000', '110754.105000', '110754.565000', '110755.025000', '110755.485000', '110755.945000', '110756.405000', '110756.865000', '110757.325000', '110757.785000', '110758.245000', '110758.705000', '110759.165000', '110759.625000', '110800.085000', '110800.545000', '110801.005000', '110801.465000', '110801.925000', '110802.385000', '110802.845000', '110803.305000', '110803.765000', '110804.225000', '110804.685000', '110805.145000', '110805.605000', '110806.065000', '110806.525000', '110806.985000', '110807.445000', '110807.905000', '110808.365000', '110808.825000', '110809.285000', '110809.745000', '110810.205000', '110810.665000', '110811.125000', '110811.585000', '110812.045000', '110812.505000', '110812.965000', '110813.425000', '110813.885000', '110814.345000', '110814.805000', '110815.265000', '110815.725000', '110816.185000', '110816.645000', '110817.105000', '110817.565000', '110818.025000', '110818.485000', '110818.945000', '110819.405000', '110819.865000', '110820.325000', '110820.785000', '110821.245000', '110821.705000', '110822.165000', '110822.625000', '110823.085000', '110823.545000', '110824.005000', '110824.465000', '110824.925000', '110825.385000', '110825.845000', '110826.305000', '110826.765000', '110827.225000', '110827.685000', '110828.145000', '110828.605000', '110829.065000', '110829.525000', '110829.985000', '110830.445000', '110830.905000', '110831.365000', '110831.825000', '110832.285000', '110832.745000', '110833.205000', '110833.665000', '110834.125000', '110834.585000', '110835.045000', '110835.505000', '110835.965000', '110836.425000', '110836.885000', '110837.345000', '110837.805000', '110838.265000', '110838.725000', '110839.185000', '110839.645000', '110840.105000', '110840.565000', '110841.025000', '110841.485000', '110841.945000', '110842.405000', '110842.865000', '110843.325000', '110843.785000', '110844.245000', '110844.705000', '110845.165000', '110845.625000', '110846.085000', '110846.545000', '110847.005000', '110847.465000', '110847.925000', '110848.385000', '110848.845000', '110849.305000', '110849.765000', '110850.225000', '110850.685000', '110851.145000', '110851.605000', '110852.065000', '110852.525000', '110852.985000', '110853.445000', '110853.905000', '110854.365000', '110854.825000', '110855.285000', '110855.745000', '110856.205000', '110856.665000', '110857.125000', '110857.585000', '110858.045000', '110858.505000', '110858.965000', '110859.425000', '110859.885000', '110900.345000', '110900.805000', '110901.265000', '110901.725000', '110902.185000', '110902.645000', '110903.105000', '110903.565000', '110904.025000', '110904.485000', '110904.945000', '110905.405000', '110905.865000', '110906.325000', '110906.785000', '110907.245000', '110907.705000', '110908.165000', '110908.625000', '110909.085000', '110909.545000', '110910.005000', '110910.465000', '110910.925000', '110911.385000', '110911.845000', '110912.305000', '110912.765000', '110913.225000', '110913.685000', '110914.145000', '110914.605000', '110915.065000', '110915.525000', '110915.985000', '110916.445000', '110916.905000', '110917.365000', '110917.825000', '110918.285000', '110918.745000', '110919.205000', '110919.665000', '110920.125000', '110920.585000', '110921.045000', '110921.505000', '110921.965000', '110922.425000', '110922.885000', '110923.345000', '110923.805000', '110924.265000', '110924.725000', '110925.185000', '110925.645000', '110926.105000', '110926.565000', '110927.025000', '110927.485000', '110927.945000', '110928.405000', '110928.865000', '110929.325000', '110929.785000', '110930.245000', '110930.705000', '110931.165000', '110931.625000', '110932.085000', '110932.545000', '110933.005000', '110933.465000', '110933.925000', '110934.385000', '110934.845000', '110935.305000', '110935.765000', '110936.225000', '110936.685000', '110937.145000', '110937.605000', '110938.065000', '110938.525000', '110938.985000', '110939.445000', '110939.905000', '110940.365000', '110940.825000', '110941.285000', '110941.745000', '110942.205000', '110942.665000', '110943.125000', '110943.585000', '110944.045000', '110944.505000', '110944.965000', '110945.425000', '110945.885000', '110946.345000', '110946.805000', '110947.265000', '110947.725000', '110948.185000', '110948.645000', '110949.105000', '110949.565000', '110950.025000', '110950.485000', '110950.945000', '110951.405000', '110951.865000', '110952.325000', '110952.785000', '110953.245000', '110953.705000', '110954.165000', '110954.625000', '110955.085000', '110955.545000', '110956.005000', '110956.465000', '110956.925000', '110957.385000', '110957.845000', '110958.305000', '110958.765000', '110959.225000', '110959.685000', '111000.145000', '111000.605000', '111001.065000', '111001.525000', '111001.985000', '111002.445000', '111002.905000', '111003.365000', '111003.825000', '111004.285000', '111004.745000', '111005.205000', '111005.665000', '111006.125000', '111006.585000', '111007.045000', '111007.505000', '111007.965000', '111008.425000', '111008.885000', '111009.345000', '111009.805000', '111010.265000', '111010.725000', '111011.185000', '111011.645000', '111012.105000', '111012.565000', '111013.025000', '111013.485000', '111013.945000', '111014.405000', '111014.865000', '111015.325000', '111015.785000', '111016.245000', '111016.705000', '111017.165000', '111017.625000', '111018.085000', '111018.545000', '111019.005000', '111019.465000', '111019.925000', '111020.385000', '111020.845000', '111021.305000', '111021.765000', '111022.225000', '111022.685000', '111023.145000', '111023.605000', '111024.065000', '111024.525000', '111024.985000', '111025.445000', '111025.905000', '111026.365000', '111026.825000', '111027.285000', '111027.745000', '111028.205000', '111028.665000', '111029.125000', '111029.585000', '111030.045000', '111030.505000', '111030.965000', '111031.425000', '111031.885000', '111032.345000', '111032.805000', '111033.265000', '111033.725000', '111034.185000', '111034.645000', '111035.105000', '111035.565000', '111036.025000', '111036.485000', '111036.945000', '111037.405000', '111037.865000', '111038.325000', '111038.785000', '111039.245000', '111039.705000', '111040.165000', '111040.625000', '111041.085000', '111041.545000', '111042.005000', '111042.465000', '111042.925000', '111043.385000', '111043.845000', '111044.305000', '111044.765000', '111045.225000', '111045.685000', '111046.145000', '111046.605000', '111047.065000', '111047.525000', '111047.985000', '111048.445000', '111048.905000', '111049.365000', '111049.825000', '111050.285000', '111050.745000', '111051.205000', '111051.665000', '111052.125000', '111052.585000', '111053.045000', '111053.505000', '111053.965000', '111054.425000', '111054.885000', '111055.345000', '111055.805000', '111056.265000', '111056.725000', '111057.185000', '111057.645000', '111058.105000', '111058.565000', '111059.025000', '111059.485000', '111059.945000', '111100.405000', '111100.865000', '111101.325000', '111101.785000', '111102.245000', '111102.705000', '111103.165000', '111103.625000', '111104.085000', '111104.545000', '111105.005000', '111105.465000', '111105.925000', '111106.385000', '111106.845000', '111107.305000', '111107.765000', '111108.225000', '111108.685000', '111109.145000', '111109.605000', '111110.065000', '111110.525000', '111110.985000', '111111.445000', '111111.905000', '111112.365000', '111112.825000', '111113.285000', '111113.745000', '111114.205000', '111114.665000', '111115.125000', '111115.585000', '111116.045000', '111116.505000', '111116.965000', '111117.425000', '111117.885000', '111118.345000', '111118.805000', '111119.265000', '111119.725000', '111120.185000', '111120.645000', '111121.105000', '111121.565000', '111122.025000', '111122.485000', '111122.945000', '111123.405000', '111123.865000', '111124.325000', '111124.785000', '111125.245000', '111125.705000', '111126.165000', '111126.625000', '111127.085000', '111127.545000', '111128.005000', '111128.465000', '111128.925000', '111129.385000', '111129.845000', '111130.305000', '111130.765000', '111131.225000', '111131.685000', '111132.145000', '111132.605000', '111133.065000', '111133.525000', '111133.985000', '111134.445000', '111134.905000', '111135.365000', '111135.825000', '111136.285000', '111136.745000', '111137.205000', '111137.665000', '111138.125000', '111138.585000', '111139.045000', '111139.505000', '111139.965000', '111140.425000', '111140.885000', '111141.345000', '111141.805000', '111142.265000', '111142.725000', '111143.185000', '111143.645000', '111144.105000', '111144.565000', '111145.025000', '111145.485000', '111145.945000', '111146.405000', '111146.865000', '111147.325000', '111147.785000', '111148.245000', '111148.705000', '111149.165000', '111149.625000', '111150.085000', '111150.545000', '111151.005000', '111151.465000', '111151.925000', '111152.385000', '111152.845000', '111153.305000', '111153.765000', '111154.225000', '111154.685000', '111155.145000', '111155.605000', '111156.065000', '111156.525000', '111156.985000', '111157.445000', '111157.905000', '111158.365000', '111158.825000', '111159.285000', '111159.745000', '111200.205000', '111200.665000', '111201.125000', '111201.585000', '111202.045000', '111202.505000', '111202.965000', '111203.425000', '111203.885000', '111204.345000', '111204.805000', '111205.265000', '111205.725000', '111206.185000', '111206.645000', '111207.105000', '111207.565000', '111208.025000', '111208.485000', '111208.945000', '111209.405000', '111209.865000', '111210.325000', '111210.785000', '111211.245000', '111211.705000', '111212.165000', '111212.625000', '111213.085000', '111213.545000', '111214.005000', '111214.465000', '111214.925000', '111215.385000', '111215.845000', '111216.305000', '111216.765000', '111217.225000', '111217.685000', '111218.145000', '111218.605000', '111219.065000', '111219.525000', '111219.985000', '111220.445000', '111220.905000', '111221.365000', '111221.825000', '111222.285000', '111222.745000', '111223.205000', '111223.665000', '111224.125000', '111224.585000', '111225.045000', '111225.505000', '111225.965000', '111226.425000', '111226.885000', '111227.345000', '111227.805000', '111228.265000', '111228.725000', '111229.185000', '111229.645000', '111230.105000', '111230.565000', '111231.025000', '111231.485000', '111231.945000', '111232.405000', '111232.865000', '111233.325000', '111233.785000', '111234.245000', '111234.705000', '111235.165000', '111235.625000', '111236.085000', '111236.545000', '111237.005000', '111237.465000', '111237.925000', '111238.385000', '111238.845000', '111239.305000', '111239.765000', '111240.225000', '111240.685000', '111241.145000', '111241.605000', '111242.065000', '111242.525000', '111242.985000', '111243.445000', '111243.905000', '111244.365000', '111244.825000', '111245.285000', '111245.745000', '111246.205000', '111246.665000', '111247.125000', '111247.585000', '111248.045000', '111248.505000', '111248.965000', '111249.425000', '111249.885000', '111250.345000', '111250.805000', '111251.265000', '111251.725000', '111252.185000', '111252.645000', '111253.105000', '111253.565000', '111254.025000', '111254.485000', '111254.945000', '111255.405000', '111255.865000', '111256.325000', '111256.785000', '111257.245000', '111257.705000', '111258.165000', '111258.625000', '111259.085000', '111259.545000', '111300.005000', '111300.465000', '111300.925000', '111301.385000', '111301.845000', '111302.305000', '111302.765000', '111303.225000', '111303.685000', '111304.145000', '111304.605000', '111305.065000', '111305.525000', '111305.985000', '111306.445000', '111306.905000', '111307.365000', '111307.825000', '111308.285000', '111308.745000', '111309.205000', '111309.665000', '111310.125000', '111310.585000', '111311.045000', '111311.505000', '111311.965000', '111312.425000', '111312.885000', '111313.345000', '111313.805000', '111314.265000', '111314.725000', '111315.185000', '111315.645000', '111316.105000', '111316.565000', '111317.025000', '111317.485000', '111317.945000', '111318.405000', '111318.865000', '111319.325000', '111319.785000', '111320.245000', '111320.705000', '111321.165000', '111321.625000', '111322.085000', '111322.545000', '111323.005000', '111323.465000', '111323.925000', '111324.385000', '111324.845000', '111325.305000', '111325.765000', '111326.225000', '111326.685000', '111327.145000', '111327.605000', '111328.065000', '111328.525000', '111328.985000', '111329.445000', '111329.905000', '111330.365000', '111330.825000', '111331.285000', '111331.745000', '111332.205000', '111332.665000', '111333.125000', '111333.585000', '111334.045000', '111334.505000', '111334.965000', '111335.425000', '111335.885000', '111336.345000', '111336.805000', '111337.265000', '111337.725000', '111338.185000', '111338.645000', '111339.105000', '111339.565000', '111340.025000', '111340.485000', '111340.945000', '111341.405000', '111341.865000', '111342.325000', '111342.785000', '111343.245000', '111343.705000', '111344.165000', '111344.625000', '111345.085000', '111345.545000', '111346.005000', '111346.465000', '111346.925000', '111347.385000', '111347.845000', '111348.305000', '111348.765000', '111349.225000', '111349.685000', '111350.145000', '111350.605000', '111351.065000', '111351.525000', '111351.985000', '111352.445000', '111352.905000', '111353.365000', '111353.825000', '111354.285000', '111354.745000', '111355.205000', '111355.665000', '111356.125000', '111356.585000', '111357.045000', '111357.505000', '111357.965000', '111358.425000', '111358.885000', '111359.345000', '111359.805000', '111400.265000', '111400.725000', '111401.185000', '111401.645000', '111402.105000', '111402.565000', '111403.025000', '111403.485000', '111403.945000', '111404.405000', '111404.865000', '111405.325000', '111405.785000', '111406.245000', '111406.705000', '111407.165000', '111407.625000', '111408.085000', '111408.545000', '111409.005000', '111409.465000', '111409.925000', '111410.385000', '111410.845000', '111411.305000', '111411.765000', '111412.225000', '111412.685000', '111413.145000', '111413.605000', '111414.065000', '111414.525000', '111414.985000', '111415.445000', '111415.905000', '111416.365000', '111416.825000', '111417.285000', '111417.745000', '111418.205000', '111418.665000', '111419.125000', '111419.585000', '111420.045000', '111420.505000', '111420.965000', '111421.425000', '111421.885000', '111422.345000', '111422.805000', '111423.265000', '111423.725000', '111424.185000', '111424.645000', '111425.105000', '111425.565000', '111426.025000', '111426.485000', '111426.945000', '111427.405000', '111427.865000', '111428.325000', '111428.785000', '111429.245000', '111429.705000', '111430.165000', '111430.625000', '111431.085000', '111431.545000', '111432.005000', '111432.465000', '111432.925000', '111433.385000', '111433.845000', '111434.305000', '111434.765000', '111435.225000', '111435.685000', '111436.145000', '111436.605000', '111437.065000', '111437.525000', '111437.985000', '111438.445000', '111438.905000', '111439.365000', '111439.825000', '111440.285000', '111440.745000', '111441.205000', '111441.665000', '111442.125000', '111442.585000', '111443.045000', '111443.505000', '111443.965000', '111444.425000', '111444.885000', '111445.345000', '111445.805000', '111446.265000', '111446.725000', '111447.185000', '111447.645000', '111448.105000', '111448.565000', '111449.025000', '111449.485000', '111449.945000', '111450.405000', '111450.865000', '111451.325000', '111451.785000', '111452.245000', '111452.705000', '111453.165000', '111453.625000', '111454.085000', '111454.545000', '111455.005000', '111455.465000', '111455.925000', '111456.385000', '111456.845000', '111457.305000', '111457.765000', '111458.225000', '111458.685000', '111459.145000', '111459.605000', '111500.065000', '111500.525000', '111500.985000', '111501.445000', '111501.905000', '111502.365000', '111502.825000', '111503.285000', '111503.745000', '111504.205000', '111504.665000', '111505.125000', '111505.585000', '111506.045000', '111506.505000', '111506.965000', '111507.425000', '111507.885000', '111508.345000', '111508.805000', '111509.265000', '111509.725000', '111510.185000', '111510.645000', '111511.105000', '111511.565000', '111512.025000', '111512.485000', '111512.945000', '111513.405000', '111513.865000', '111514.325000', '111514.785000', '111515.245000', '111515.705000', '111516.165000', '111516.625000', '111517.085000', '111517.545000', '111518.005000', '111518.465000', '111518.925000', '111519.385000', '111519.845000', '111520.305000', '111520.765000', '111521.225000', '111521.685000', '111522.145000', '111522.605000', '111523.065000', '111523.525000', '111523.985000', '111524.445000', '111524.905000', '111525.365000', '111525.825000', '111526.285000', '111526.745000', '111527.205000', '111527.665000', '111528.125000', '111528.585000'], 'ContentTime': ['110723.740000', '110723.743000', '110723.746000', '110723.748000', '110723.751000', '110723.753000', '110723.756000', '110723.759000', '110723.761000', '110723.764000', '110723.766000', '110723.769000', '110723.780000', '110723.782000', '110723.785000', '110723.787000', '110723.790000', '110723.793000', '110723.795000', '110723.798000', '110723.800000', '110723.803000', '110723.806000', '110723.808000', '110723.811000', '110723.813000', '110723.816000', '110723.818000', '110723.821000', '110723.824000', '110723.826000', '110723.829000', '110723.831000', '110723.834000', '110723.837000', '110723.839000', '110723.842000', '110723.844000', '110723.847000', '110723.849000', '110743.713000', '110743.716000', '110743.719000', '110743.721000', '110743.724000', '110743.727000', '110743.729000', '110743.732000', '110743.734000', '110743.737000', '110743.740000', '110743.742000', '110743.745000', '110743.747000', '110743.750000', '110743.752000', '110743.755000', '110743.758000', '110743.760000', '110743.763000', '110743.765000', '110743.768000', '110743.771000', '110743.773000', '110743.776000', '110743.778000', '110743.781000', '110743.784000', '110743.786000', '110743.789000', '110743.791000', '110743.794000', '110743.796000', '110743.799000', '110743.802000', '110743.804000', '110743.807000', '110743.809000', '110743.812000', '110743.814000', '110743.817000', '110743.819000', '110743.822000', '110803.713000', '110803.716000', '110803.719000', '110803.721000', '110803.724000', '110803.727000', '110803.729000', '110803.732000', '110803.734000', '110803.737000', '110803.740000', '110803.742000', '110803.745000', '110803.747000', '110803.750000', '110803.753000', '110803.755000', '110803.758000', '110803.760000', '110803.763000', '110803.765000', '110803.768000', '110803.771000', '110803.773000', '110803.776000', '110803.778000', '110803.781000', '110803.783000', '110803.786000', '110803.789000', '110803.791000', '110803.794000', '110803.796000', '110803.799000', '110803.802000', '110803.804000', '110803.807000', '110803.809000', '110803.812000', '110803.814000', '110803.817000', '110803.820000', '110803.822000', '110803.836000', '110823.714000', '110823.716000', '110823.719000', '110823.722000', '110823.724000', '110823.727000', '110823.729000', '110823.732000', '110823.735000', '110823.737000', '110823.740000', '110823.742000', '110823.745000', '110823.748000', '110823.750000', '110823.753000', '110823.755000', '110823.758000', '110823.761000', '110823.763000', '110823.766000', '110823.768000', '110823.771000', '110823.774000', '110823.776000', '110823.779000', '110823.781000', '110823.784000', '110823.793000', '110823.797000', '110823.799000', '110823.802000', '110823.805000', '110823.807000', '110823.810000', '110823.812000', '110823.815000', '110823.817000', '110823.820000', '110823.823000', '110823.825000', '110823.828000', '110823.831000', '110843.714000', '110843.716000', '110843.719000', '110843.722000', '110843.724000', '110843.727000', '110843.729000', '110843.732000', '110843.734000', '110843.737000', '110843.740000', '110843.742000', '110843.745000', '110843.747000', '110843.750000', '110843.753000', '110843.755000', '110843.758000', '110843.760000', '110843.763000', '110843.766000', '110843.768000', '110843.771000', '110843.773000', '110843.776000', '110843.778000', '110843.781000', '110843.784000', '110843.786000', '110843.789000', '110843.791000', '110843.794000', '110843.797000', '110843.799000', '110843.802000', '110843.804000', '110843.807000', '110843.809000', '110843.812000', '110843.815000', '110843.817000', '110843.820000', '110843.822000', '110843.825000', '110903.714000', '110903.716000', '110903.719000', '110903.722000', '110903.724000', '110903.727000', '110903.729000', '110903.732000', '110903.735000', '110903.737000', '110903.740000', '110903.742000', '110903.745000', '110903.748000', '110903.750000', '110903.753000', '110903.756000', '110903.758000', '110903.761000', '110903.763000', '110903.766000', '110903.768000', '110903.771000', '110903.774000', '110903.776000', '110903.779000', '110903.781000', '110903.784000', '110903.787000', '110903.789000', '110903.792000', '110903.794000', '110903.797000', '110903.831000', '110903.834000', '110903.837000', '110903.839000', '110903.842000', '110903.844000', '110903.859000', '110903.862000', '110903.864000', '110903.867000', '110923.713000', '110923.716000', '110923.719000', '110923.721000', '110923.724000', '110923.727000', '110923.729000', '110923.732000', '110923.734000', '110923.737000', '110923.740000', '110923.742000', '110923.745000', '110923.748000', '110923.750000', '110923.753000', '110923.755000', '110923.758000', '110923.761000', '110923.763000', '110923.766000', '110923.768000', '110923.771000', '110923.774000', '110923.776000', '110923.779000', '110923.781000', '110923.784000', '110923.787000', '110923.789000', '110923.792000', '110923.794000', '110923.797000', '110923.818000', '110923.821000', '110923.824000', '110923.826000', '110923.829000', '110923.831000', '110923.834000', '110923.837000', '110923.839000', '110923.842000', '110923.844000', '110943.714000', '110943.717000', '110943.719000', '110943.722000', '110943.724000', '110943.727000', '110943.730000', '110943.732000', '110943.735000', '110943.737000', '110943.740000', '110943.743000', '110943.745000', '110943.748000', '110943.750000', '110943.753000', '110943.756000', '110943.758000', '110943.761000', '110943.764000', '110943.766000', '110943.769000', '110943.771000', '110943.774000', '110943.825000', '110943.845000', '110943.855000', '110943.858000', '110943.861000', '110943.863000', '110943.866000', '110943.868000', '110943.871000', '110943.873000', '110943.876000', '110943.879000', '110943.881000', '110943.884000', '110943.886000', '110943.889000', '110943.892000', '110943.894000', '110943.897000', '111003.714000', '111003.716000', '111003.719000', '111003.722000', '111003.725000', '111003.727000', '111003.730000', '111003.732000', '111003.735000', '111003.738000', '111003.740000', '111003.743000', '111003.746000', '111003.748000', '111003.751000', '111003.753000', '111003.756000', '111003.759000', '111003.761000', '111003.764000', '111003.766000', '111003.769000', '111003.772000', '111003.774000', '111003.777000', '111003.779000', '111003.782000', '111003.785000', '111003.787000', '111003.790000', '111003.792000', '111003.795000', '111003.798000', '111003.824000', '111003.826000', '111003.829000', '111003.831000', '111003.834000', '111003.837000', '111003.839000', '111003.842000', '111003.845000', '111003.847000', '111003.850000', '111023.713000', '111023.716000', '111023.719000', '111023.721000', '111023.724000', '111023.727000', '111023.729000', '111023.732000', '111023.735000', '111023.737000', '111023.740000', '111023.742000', '111023.745000', '111023.748000', '111023.750000', '111023.753000', '111023.755000', '111023.758000', '111023.761000', '111023.763000', '111023.766000', '111023.768000', '111023.771000', '111023.774000', '111023.776000', '111023.779000', '111023.781000', '111023.784000', '111023.786000', '111023.789000', '111023.792000', '111023.794000', '111023.797000', '111023.828000', '111023.831000', '111023.834000', '111023.836000', '111023.839000', '111023.842000', '111023.844000', '111023.847000', '111023.850000', '111023.852000', '111043.714000', '111043.716000', '111043.719000', '111043.722000', '111043.724000', '111043.727000', '111043.729000', '111043.732000', '111043.735000', '111043.737000', '111043.740000', '111043.743000', '111043.745000', '111043.748000', '111043.750000', '111043.753000', '111043.756000', '111043.758000', '111043.761000', '111043.763000', '111043.766000', '111043.768000', '111043.771000', '111043.774000', '111043.776000', '111043.779000', '111043.781000', '111043.784000', '111043.787000', '111043.789000', '111043.792000', '111043.794000', '111043.797000', '111043.822000', '111043.825000', '111043.827000', '111043.830000', '111043.832000', '111043.835000', '111043.838000', '111043.840000', '111043.843000', '111043.845000', '111043.848000', '111103.714000', '111103.717000', '111103.719000', '111103.722000', '111103.724000', '111103.727000', '111103.730000', '111103.732000', '111103.735000', '111103.738000', '111103.740000', '111103.743000', '111103.745000', '111103.748000', '111103.751000', '111103.753000', '111103.756000', '111103.759000', '111103.761000', '111103.764000', '111103.766000', '111103.769000', '111103.772000', '111103.774000', '111103.777000', '111103.779000', '111103.782000', '111103.785000', '111103.787000', '111103.790000', '111103.793000', '111103.795000', '111103.798000', '111103.851000', '111103.854000', '111103.856000', '111103.859000', '111103.861000', '111103.864000', '111103.867000', '111103.869000', '111103.872000', '111103.874000', '111123.713000', '111123.716000', '111123.719000', '111123.722000', '111123.724000', '111123.727000', '111123.752000', '111123.755000', '111123.757000', '111123.760000', '111123.763000', '111123.766000', '111123.768000', '111123.771000', '111123.773000', '111123.776000', '111123.779000', '111123.781000', '111123.784000', '111123.787000', '111123.789000', '111123.792000', '111123.795000', '111123.797000', '111123.860000', '111123.863000', '111123.865000', '111123.868000', '111123.871000', '111123.873000', '111123.876000', '111123.878000', '111123.881000', '111123.884000', '111123.886000', '111123.889000', '111123.892000', '111123.894000', '111123.897000', '111123.899000', '111123.902000', '111123.905000', '111123.907000', '111123.910000', '111143.714000', '111143.716000', '111143.719000', '111143.722000', '111143.724000', '111143.727000', '111143.730000', '111143.732000', '111143.735000', '111143.737000', '111143.740000', '111143.743000', '111143.745000', '111143.748000', '111143.750000', '111143.753000', '111143.755000', '111143.758000', '111143.761000', '111143.763000', '111143.766000', '111143.768000', '111143.771000', '111143.774000', '111143.776000', '111143.779000', '111143.782000', '111143.784000', '111143.787000', '111143.789000', '111143.792000', '111143.795000', '111143.797000', '111143.852000', '111143.854000', '111143.857000', '111143.859000', '111143.862000', '111143.865000', '111143.867000', '111143.870000', '111143.872000', '111143.875000', '111203.713000', '111203.716000', '111203.719000', '111203.721000', '111203.724000', '111203.727000', '111203.729000', '111203.732000', '111203.735000', '111203.737000', '111203.740000', '111203.743000', '111203.745000', '111203.748000', '111203.751000', '111203.753000', '111203.756000', '111203.758000', '111203.761000', '111203.764000', '111203.766000', '111203.769000', '111203.772000', '111203.774000', '111203.777000', '111203.779000', '111203.782000', '111203.785000', '111203.787000', '111203.790000', '111203.792000', '111203.795000', '111203.798000', '111203.860000', '111203.863000', '111203.865000', '111203.868000', '111203.870000', '111203.873000', '111203.876000', '111203.878000', '111203.881000', '111203.883000', '111203.886000', '111223.713000', '111223.716000', '111223.719000', '111223.722000', '111223.724000', '111223.727000', '111223.729000', '111223.732000', '111223.735000', '111223.737000', '111223.740000', '111223.742000', '111223.745000', '111223.748000', '111223.750000', '111223.753000', '111223.755000', '111223.758000', '111223.761000', '111223.763000', '111223.766000', '111223.768000', '111223.771000', '111223.774000', '111223.776000', '111223.779000', '111223.781000', '111223.784000', '111223.787000', '111223.789000', '111223.792000', '111223.794000', '111223.797000', '111223.845000', '111223.847000', '111223.850000', '111223.853000', '111223.855000', '111223.858000', '111223.861000', '111223.863000', '111223.866000', '111223.868000', '111243.714000', '111243.716000', '111243.719000', '111243.722000', '111243.724000', '111243.727000', '111243.729000', '111243.732000', '111243.735000', '111243.737000', '111243.740000', '111243.743000', '111243.747000', '111243.750000', '111243.753000', '111243.756000', '111243.758000', '111243.761000', '111243.764000', '111243.766000', '111243.769000', '111243.772000', '111243.774000', '111243.777000', '111243.779000', '111243.782000', '111243.784000', '111243.787000', '111243.790000', '111243.792000', '111243.795000', '111243.806000', '111243.847000', '111243.850000', '111243.852000', '111243.855000', '111243.857000', '111243.860000', '111243.863000', '111243.865000', '111243.868000', '111243.870000', '111243.873000', '111303.714000', '111303.717000', '111303.719000', '111303.722000', '111303.725000', '111303.727000', '111303.730000', '111303.732000', '111303.735000', '111303.738000', '111303.740000', '111303.743000', '111303.745000', '111303.748000', '111303.751000', '111303.753000', '111303.756000', '111303.759000', '111303.761000', '111303.764000', '111303.766000', '111303.769000', '111303.772000', '111303.774000', '111303.777000', '111303.779000', '111303.782000', '111303.785000', '111303.787000', '111303.790000', '111303.793000', '111303.795000', '111303.798000', '111303.848000', '111303.850000', '111303.853000', '111303.855000', '111303.858000', '111303.861000', '111303.863000', '111303.866000', '111303.868000', '111303.871000', '111303.874000', '111323.714000', '111323.717000', '111323.719000', '111323.722000', '111323.725000', '111323.728000', '111323.730000', '111323.733000', '111323.735000', '111323.738000', '111323.741000', '111323.743000', '111323.746000', '111323.748000', '111323.751000', '111323.754000', '111323.756000', '111323.759000', '111323.762000', '111323.764000', '111323.767000', '111323.769000', '111323.772000', '111323.775000', '111323.777000', '111323.780000', '111323.782000', '111323.785000', '111323.787000', '111323.790000', '111323.793000', '111323.795000', '111323.798000', '111323.838000', '111323.840000', '111323.843000', '111323.846000', '111323.848000', '111323.851000', '111323.853000', '111323.856000', '111323.858000', '111323.861000', '111343.714000', '111343.717000', '111343.719000', '111343.722000', '111343.724000', '111343.727000', '111343.729000', '111343.732000', '111343.735000', '111343.737000', '111343.740000', '111343.742000', '111343.745000', '111343.748000', '111343.750000', '111343.753000', '111343.756000', '111343.758000', '111343.761000', '111343.763000', '111343.766000', '111343.769000', '111343.771000', '111343.774000', '111343.776000', '111343.779000', '111343.782000', '111343.784000', '111343.787000', '111343.789000', '111343.792000', '111343.795000', '111343.797000', '111343.845000', '111343.848000', '111343.850000', '111343.853000', '111343.856000', '111343.858000', '111343.861000', '111343.863000', '111343.866000', '111343.868000', '111343.871000', '111403.714000', '111403.716000', '111403.719000', '111403.722000', '111403.724000', '111403.727000', '111403.729000', '111403.732000', '111403.735000', '111403.737000', '111403.740000', '111403.742000', '111403.745000', '111403.748000', '111403.750000', '111403.753000', '111403.755000', '111403.758000', '111403.761000', '111403.764000', '111403.766000', '111403.769000', '111403.772000', '111403.774000', '111403.777000', '111403.780000', '111403.782000', '111403.785000', '111403.788000', '111403.791000', '111403.794000', '111403.796000', '111403.799000', '111403.862000', '111403.864000', '111403.867000', '111403.869000', '111403.872000', '111403.875000', '111403.877000', '111403.880000', '111403.882000', '111403.896000', '111423.713000', '111423.716000', '111423.719000', '111423.721000', '111423.724000', '111423.727000', '111423.729000', '111423.732000', '111423.734000', '111423.737000', '111423.740000', '111423.742000', '111423.745000', '111423.747000', '111423.750000', '111423.753000', '111423.756000', '111423.758000', '111423.761000', '111423.763000', '111423.766000', '111423.769000', '111423.771000', '111423.774000', '111423.776000', '111423.779000', '111423.782000', '111423.784000', '111423.787000', '111423.790000', '111423.792000', '111423.795000', '111423.797000', '111423.850000', '111423.853000', '111423.855000', '111423.858000', '111423.860000', '111423.863000', '111423.866000', '111423.868000', '111423.871000', '111423.873000', '111423.876000', '111443.713000', '111443.716000', '111443.719000', '111443.721000', '111443.724000', '111443.727000', '111443.729000', '111443.732000', '111443.735000', '111443.737000', '111443.740000', '111443.743000', '111443.745000', '111443.748000', '111443.750000', '111443.753000', '111443.756000', '111443.759000', '111443.762000', '111443.764000', '111443.767000', '111443.770000', '111443.772000', '111443.775000', '111443.777000', '111443.780000', '111443.783000', '111443.785000', '111443.788000', '111443.791000', '111443.793000', '111443.796000', '111443.798000', '111443.852000', '111443.855000', '111443.857000', '111443.860000', '111443.862000', '111443.865000', '111443.867000', '111443.871000', '111443.873000', '111443.876000', '111503.714000', '111503.716000', '111503.719000', '111503.722000', '111503.724000', '111503.727000', '111503.730000', '111503.732000', '111503.735000', '111503.738000', '111503.740000', '111503.743000', '111503.745000', '111503.748000', '111503.751000', '111503.753000', '111503.756000', '111503.758000', '111503.761000', '111503.764000', '111503.766000', '111503.769000', '111503.771000', '111503.774000', '111503.777000', '111503.779000', '111503.782000', '111503.785000', '111503.787000', '111503.790000', '111503.793000', '111503.795000', '111503.798000', '111503.800000', '111503.803000', '111503.806000', '111503.808000', '111503.811000', '111503.814000', '111503.816000', '111503.819000', '111503.822000', '111503.824000', '111503.827000', '111523.714000', '111523.717000', '111523.719000', '111523.722000', '111523.724000', '111523.727000', '111523.730000', '111523.732000', '111523.735000', '111523.737000', '111523.740000', '111523.743000', '111523.745000', '111523.748000', '111523.751000', '111523.753000', '111523.756000', '111523.759000', '111523.761000', '111523.764000', '111523.766000', '111523.769000', '111523.772000', '111523.774000', '111523.777000', '111523.779000', '111523.782000', '111523.785000', '111523.787000', '111523.790000', '111523.793000', '111523.796000', '111523.799000', '111523.815000', '111523.817000', '111523.820000', '111523.823000', '111523.844000', '111523.853000', '111523.856000', '111523.859000', '111523.861000', '111523.864000', '111530.205000', '111530.208000', '111530.211000', '111530.214000', '111530.216000', '111530.219000', '111530.222000', '111530.224000', '111530.227000', '111530.230000', '111530.233000', '111530.236000', '111530.239000', '111530.242000', '111530.245000'], 'InstanceCreationTime': ['110723.740000', '110723.743000', '110723.746000', '110723.748000', '110723.751000', '110723.753000', '110723.756000', '110723.759000', '110723.761000', '110723.764000', '110723.766000', '110723.769000', '110723.780000', '110723.782000', '110723.785000', '110723.787000', '110723.790000', '110723.793000', '110723.795000', '110723.798000', '110723.800000', '110723.803000', '110723.806000', '110723.808000', '110723.811000', '110723.813000', '110723.816000', '110723.818000', '110723.821000', '110723.824000', '110723.826000', '110723.829000', '110723.831000', '110723.834000', '110723.837000', '110723.839000', '110723.842000', '110723.844000', '110723.847000', '110723.849000', '110743.713000', '110743.716000', '110743.719000', '110743.721000', '110743.724000', '110743.727000', '110743.729000', '110743.732000', '110743.734000', '110743.737000', '110743.740000', '110743.742000', '110743.745000', '110743.747000', '110743.750000', '110743.752000', '110743.755000', '110743.758000', '110743.760000', '110743.763000', '110743.765000', '110743.768000', '110743.771000', '110743.773000', '110743.776000', '110743.778000', '110743.781000', '110743.784000', '110743.786000', '110743.789000', '110743.791000', '110743.794000', '110743.796000', '110743.799000', '110743.802000', '110743.804000', '110743.807000', '110743.809000', '110743.812000', '110743.814000', '110743.817000', '110743.819000', '110743.822000', '110803.713000', '110803.716000', '110803.719000', '110803.721000', '110803.724000', '110803.727000', '110803.729000', '110803.732000', '110803.734000', '110803.737000', '110803.740000', '110803.742000', '110803.745000', '110803.747000', '110803.750000', '110803.753000', '110803.755000', '110803.758000', '110803.760000', '110803.763000', '110803.765000', '110803.768000', '110803.771000', '110803.773000', '110803.776000', '110803.778000', '110803.781000', '110803.783000', '110803.786000', '110803.789000', '110803.791000', '110803.794000', '110803.796000', '110803.799000', '110803.802000', '110803.804000', '110803.807000', '110803.809000', '110803.812000', '110803.814000', '110803.817000', '110803.820000', '110803.822000', '110803.836000', '110823.714000', '110823.716000', '110823.719000', '110823.722000', '110823.724000', '110823.727000', '110823.729000', '110823.732000', '110823.735000', '110823.737000', '110823.740000', '110823.742000', '110823.745000', '110823.748000', '110823.750000', '110823.753000', '110823.755000', '110823.758000', '110823.761000', '110823.763000', '110823.766000', '110823.768000', '110823.771000', '110823.774000', '110823.776000', '110823.779000', '110823.781000', '110823.784000', '110823.793000', '110823.797000', '110823.799000', '110823.802000', '110823.805000', '110823.807000', '110823.810000', '110823.812000', '110823.815000', '110823.817000', '110823.820000', '110823.823000', '110823.825000', '110823.828000', '110823.831000', '110843.714000', '110843.716000', '110843.719000', '110843.722000', '110843.724000', '110843.727000', '110843.729000', '110843.732000', '110843.734000', '110843.737000', '110843.740000', '110843.742000', '110843.745000', '110843.747000', '110843.750000', '110843.753000', '110843.755000', '110843.758000', '110843.760000', '110843.763000', '110843.766000', '110843.768000', '110843.771000', '110843.773000', '110843.776000', '110843.778000', '110843.781000', '110843.784000', '110843.786000', '110843.789000', '110843.791000', '110843.794000', '110843.797000', '110843.799000', '110843.802000', '110843.804000', '110843.807000', '110843.809000', '110843.812000', '110843.815000', '110843.817000', '110843.820000', '110843.822000', '110843.825000', '110903.714000', '110903.716000', '110903.719000', '110903.722000', '110903.724000', '110903.727000', '110903.729000', '110903.732000', '110903.735000', '110903.737000', '110903.740000', '110903.742000', '110903.745000', '110903.748000', '110903.750000', '110903.753000', '110903.756000', '110903.758000', '110903.761000', '110903.763000', '110903.766000', '110903.768000', '110903.771000', '110903.774000', '110903.776000', '110903.779000', '110903.781000', '110903.784000', '110903.787000', '110903.789000', '110903.792000', '110903.794000', '110903.797000', '110903.831000', '110903.834000', '110903.837000', '110903.839000', '110903.842000', '110903.844000', '110903.859000', '110903.862000', '110903.864000', '110903.867000', '110923.713000', '110923.716000', '110923.719000', '110923.721000', '110923.724000', '110923.727000', '110923.729000', '110923.732000', '110923.734000', '110923.737000', '110923.740000', '110923.742000', '110923.745000', '110923.748000', '110923.750000', '110923.753000', '110923.755000', '110923.758000', '110923.761000', '110923.763000', '110923.766000', '110923.768000', '110923.771000', '110923.774000', '110923.776000', '110923.779000', '110923.781000', '110923.784000', '110923.787000', '110923.789000', '110923.792000', '110923.794000', '110923.797000', '110923.818000', '110923.821000', '110923.824000', '110923.826000', '110923.829000', '110923.831000', '110923.834000', '110923.837000', '110923.839000', '110923.842000', '110923.844000', '110943.714000', '110943.717000', '110943.719000', '110943.722000', '110943.724000', '110943.727000', '110943.730000', '110943.732000', '110943.735000', '110943.737000', '110943.740000', '110943.743000', '110943.745000', '110943.748000', '110943.750000', '110943.753000', '110943.756000', '110943.758000', '110943.761000', '110943.764000', '110943.766000', '110943.769000', '110943.771000', '110943.774000', '110943.825000', '110943.845000', '110943.855000', '110943.858000', '110943.861000', '110943.863000', '110943.866000', '110943.868000', '110943.871000', '110943.873000', '110943.876000', '110943.879000', '110943.881000', '110943.884000', '110943.886000', '110943.889000', '110943.892000', '110943.894000', '110943.897000', '111003.714000', '111003.716000', '111003.719000', '111003.722000', '111003.725000', '111003.727000', '111003.730000', '111003.732000', '111003.735000', '111003.738000', '111003.740000', '111003.743000', '111003.746000', '111003.748000', '111003.751000', '111003.753000', '111003.756000', '111003.759000', '111003.761000', '111003.764000', '111003.766000', '111003.769000', '111003.772000', '111003.774000', '111003.777000', '111003.779000', '111003.782000', '111003.785000', '111003.787000', '111003.790000', '111003.792000', '111003.795000', '111003.798000', '111003.824000', '111003.826000', '111003.829000', '111003.831000', '111003.834000', '111003.837000', '111003.839000', '111003.842000', '111003.845000', '111003.847000', '111003.850000', '111023.713000', '111023.716000', '111023.719000', '111023.721000', '111023.724000', '111023.727000', '111023.729000', '111023.732000', '111023.735000', '111023.737000', '111023.740000', '111023.742000', '111023.745000', '111023.748000', '111023.750000', '111023.753000', '111023.755000', '111023.758000', '111023.761000', '111023.763000', '111023.766000', '111023.768000', '111023.771000', '111023.774000', '111023.776000', '111023.779000', '111023.781000', '111023.784000', '111023.786000', '111023.789000', '111023.792000', '111023.794000', '111023.797000', '111023.828000', '111023.831000', '111023.834000', '111023.836000', '111023.839000', '111023.842000', '111023.844000', '111023.847000', '111023.850000', '111023.852000', '111043.714000', '111043.716000', '111043.719000', '111043.722000', '111043.724000', '111043.727000', '111043.729000', '111043.732000', '111043.735000', '111043.737000', '111043.740000', '111043.743000', '111043.745000', '111043.748000', '111043.750000', '111043.753000', '111043.756000', '111043.758000', '111043.761000', '111043.763000', '111043.766000', '111043.768000', '111043.771000', '111043.774000', '111043.776000', '111043.779000', '111043.781000', '111043.784000', '111043.787000', '111043.789000', '111043.792000', '111043.794000', '111043.797000', '111043.822000', '111043.825000', '111043.827000', '111043.830000', '111043.832000', '111043.835000', '111043.838000', '111043.840000', '111043.843000', '111043.845000', '111043.848000', '111103.714000', '111103.717000', '111103.719000', '111103.722000', '111103.724000', '111103.727000', '111103.730000', '111103.732000', '111103.735000', '111103.738000', '111103.740000', '111103.743000', '111103.745000', '111103.748000', '111103.751000', '111103.753000', '111103.756000', '111103.759000', '111103.761000', '111103.764000', '111103.766000', '111103.769000', '111103.772000', '111103.774000', '111103.777000', '111103.779000', '111103.782000', '111103.785000', '111103.787000', '111103.790000', '111103.793000', '111103.795000', '111103.798000', '111103.851000', '111103.854000', '111103.856000', '111103.859000', '111103.861000', '111103.864000', '111103.867000', '111103.869000', '111103.872000', '111103.874000', '111123.713000', '111123.716000', '111123.719000', '111123.722000', '111123.724000', '111123.727000', '111123.752000', '111123.755000', '111123.757000', '111123.760000', '111123.763000', '111123.766000', '111123.768000', '111123.771000', '111123.773000', '111123.776000', '111123.779000', '111123.781000', '111123.784000', '111123.787000', '111123.789000', '111123.792000', '111123.795000', '111123.797000', '111123.860000', '111123.863000', '111123.865000', '111123.868000', '111123.871000', '111123.873000', '111123.876000', '111123.878000', '111123.881000', '111123.884000', '111123.886000', '111123.889000', '111123.892000', '111123.894000', '111123.897000', '111123.899000', '111123.902000', '111123.905000', '111123.907000', '111123.910000', '111143.714000', '111143.716000', '111143.719000', '111143.722000', '111143.724000', '111143.727000', '111143.730000', '111143.732000', '111143.735000', '111143.737000', '111143.740000', '111143.743000', '111143.745000', '111143.748000', '111143.750000', '111143.753000', '111143.755000', '111143.758000', '111143.761000', '111143.763000', '111143.766000', '111143.768000', '111143.771000', '111143.774000', '111143.776000', '111143.779000', '111143.782000', '111143.784000', '111143.787000', '111143.789000', '111143.792000', '111143.795000', '111143.797000', '111143.852000', '111143.854000', '111143.857000', '111143.859000', '111143.862000', '111143.865000', '111143.867000', '111143.870000', '111143.872000', '111143.875000', '111203.713000', '111203.716000', '111203.719000', '111203.721000', '111203.724000', '111203.727000', '111203.729000', '111203.732000', '111203.735000', '111203.737000', '111203.740000', '111203.743000', '111203.745000', '111203.748000', '111203.751000', '111203.753000', '111203.756000', '111203.758000', '111203.761000', '111203.764000', '111203.766000', '111203.769000', '111203.772000', '111203.774000', '111203.777000', '111203.779000', '111203.782000', '111203.785000', '111203.787000', '111203.790000', '111203.792000', '111203.795000', '111203.798000', '111203.860000', '111203.863000', '111203.865000', '111203.868000', '111203.870000', '111203.873000', '111203.876000', '111203.878000', '111203.881000', '111203.883000', '111203.886000', '111223.713000', '111223.716000', '111223.719000', '111223.722000', '111223.724000', '111223.727000', '111223.729000', '111223.732000', '111223.735000', '111223.737000', '111223.740000', '111223.742000', '111223.745000', '111223.748000', '111223.750000', '111223.753000', '111223.755000', '111223.758000', '111223.761000', '111223.763000', '111223.766000', '111223.768000', '111223.771000', '111223.774000', '111223.776000', '111223.779000', '111223.781000', '111223.784000', '111223.787000', '111223.789000', '111223.792000', '111223.794000', '111223.797000', '111223.845000', '111223.847000', '111223.850000', '111223.853000', '111223.855000', '111223.858000', '111223.861000', '111223.863000', '111223.866000', '111223.868000', '111243.714000', '111243.716000', '111243.719000', '111243.722000', '111243.724000', '111243.727000', '111243.729000', '111243.732000', '111243.735000', '111243.737000', '111243.740000', '111243.743000', '111243.747000', '111243.750000', '111243.753000', '111243.756000', '111243.758000', '111243.761000', '111243.764000', '111243.766000', '111243.769000', '111243.772000', '111243.774000', '111243.777000', '111243.779000', '111243.782000', '111243.784000', '111243.787000', '111243.790000', '111243.792000', '111243.795000', '111243.806000', '111243.847000', '111243.850000', '111243.852000', '111243.855000', '111243.857000', '111243.860000', '111243.863000', '111243.865000', '111243.868000', '111243.870000', '111243.873000', '111303.714000', '111303.717000', '111303.719000', '111303.722000', '111303.725000', '111303.727000', '111303.730000', '111303.732000', '111303.735000', '111303.738000', '111303.740000', '111303.743000', '111303.745000', '111303.748000', '111303.751000', '111303.753000', '111303.756000', '111303.759000', '111303.761000', '111303.764000', '111303.766000', '111303.769000', '111303.772000', '111303.774000', '111303.777000', '111303.779000', '111303.782000', '111303.785000', '111303.787000', '111303.790000', '111303.793000', '111303.795000', '111303.798000', '111303.848000', '111303.850000', '111303.853000', '111303.855000', '111303.858000', '111303.861000', '111303.863000', '111303.866000', '111303.868000', '111303.871000', '111303.874000', '111323.714000', '111323.717000', '111323.719000', '111323.722000', '111323.725000', '111323.728000', '111323.730000', '111323.733000', '111323.735000', '111323.738000', '111323.741000', '111323.743000', '111323.746000', '111323.748000', '111323.751000', '111323.754000', '111323.756000', '111323.759000', '111323.762000', '111323.764000', '111323.767000', '111323.769000', '111323.772000', '111323.775000', '111323.777000', '111323.780000', '111323.782000', '111323.785000', '111323.787000', '111323.790000', '111323.793000', '111323.795000', '111323.798000', '111323.838000', '111323.840000', '111323.843000', '111323.846000', '111323.848000', '111323.851000', '111323.853000', '111323.856000', '111323.858000', '111323.861000', '111343.714000', '111343.717000', '111343.719000', '111343.722000', '111343.724000', '111343.727000', '111343.729000', '111343.732000', '111343.735000', '111343.737000', '111343.740000', '111343.742000', '111343.745000', '111343.748000', '111343.750000', '111343.753000', '111343.756000', '111343.758000', '111343.761000', '111343.763000', '111343.766000', '111343.769000', '111343.771000', '111343.774000', '111343.776000', '111343.779000', '111343.782000', '111343.784000', '111343.787000', '111343.789000', '111343.792000', '111343.795000', '111343.797000', '111343.845000', '111343.848000', '111343.850000', '111343.853000', '111343.856000', '111343.858000', '111343.861000', '111343.863000', '111343.866000', '111343.868000', '111343.871000', '111403.714000', '111403.716000', '111403.719000', '111403.722000', '111403.724000', '111403.727000', '111403.729000', '111403.732000', '111403.735000', '111403.737000', '111403.740000', '111403.742000', '111403.745000', '111403.748000', '111403.750000', '111403.753000', '111403.755000', '111403.758000', '111403.761000', '111403.764000', '111403.766000', '111403.769000', '111403.772000', '111403.774000', '111403.777000', '111403.780000', '111403.782000', '111403.785000', '111403.788000', '111403.791000', '111403.794000', '111403.796000', '111403.799000', '111403.862000', '111403.864000', '111403.867000', '111403.869000', '111403.872000', '111403.875000', '111403.877000', '111403.880000', '111403.882000', '111403.896000', '111423.713000', '111423.716000', '111423.719000', '111423.721000', '111423.724000', '111423.727000', '111423.729000', '111423.732000', '111423.734000', '111423.737000', '111423.740000', '111423.742000', '111423.745000', '111423.747000', '111423.750000', '111423.753000', '111423.756000', '111423.758000', '111423.761000', '111423.763000', '111423.766000', '111423.769000', '111423.771000', '111423.774000', '111423.776000', '111423.779000', '111423.782000', '111423.784000', '111423.787000', '111423.790000', '111423.792000', '111423.795000', '111423.797000', '111423.850000', '111423.853000', '111423.855000', '111423.858000', '111423.860000', '111423.863000', '111423.866000', '111423.868000', '111423.871000', '111423.873000', '111423.876000', '111443.713000', '111443.716000', '111443.719000', '111443.721000', '111443.724000', '111443.727000', '111443.729000', '111443.732000', '111443.735000', '111443.737000', '111443.740000', '111443.743000', '111443.745000', '111443.748000', '111443.750000', '111443.753000', '111443.756000', '111443.759000', '111443.762000', '111443.764000', '111443.767000', '111443.770000', '111443.772000', '111443.775000', '111443.777000', '111443.780000', '111443.783000', '111443.785000', '111443.788000', '111443.791000', '111443.793000', '111443.796000', '111443.798000', '111443.852000', '111443.855000', '111443.857000', '111443.860000', '111443.862000', '111443.865000', '111443.867000', '111443.871000', '111443.873000', '111443.876000', '111503.714000', '111503.716000', '111503.719000', '111503.722000', '111503.724000', '111503.727000', '111503.730000', '111503.732000', '111503.735000', '111503.738000', '111503.740000', '111503.743000', '111503.745000', '111503.748000', '111503.751000', '111503.753000', '111503.756000', '111503.758000', '111503.761000', '111503.764000', '111503.766000', '111503.769000', '111503.771000', '111503.774000', '111503.777000', '111503.779000', '111503.782000', '111503.785000', '111503.787000', '111503.790000', '111503.793000', '111503.795000', '111503.798000', '111503.800000', '111503.803000', '111503.806000', '111503.808000', '111503.811000', '111503.814000', '111503.816000', '111503.819000', '111503.822000', '111503.824000', '111503.827000', '111523.714000', '111523.717000', '111523.719000', '111523.722000', '111523.724000', '111523.727000', '111523.730000', '111523.732000', '111523.735000', '111523.737000', '111523.740000', '111523.743000', '111523.745000', '111523.748000', '111523.751000', '111523.753000', '111523.756000', '111523.759000', '111523.761000', '111523.764000', '111523.766000', '111523.769000', '111523.772000', '111523.774000', '111523.777000', '111523.779000', '111523.782000', '111523.785000', '111523.787000', '111523.790000', '111523.793000', '111523.796000', '111523.799000', '111523.815000', '111523.817000', '111523.820000', '111523.823000', '111523.844000', '111523.853000', '111523.856000', '111523.859000', '111523.861000', '111523.864000', '111530.205000', '111530.208000', '111530.211000', '111530.214000', '111530.216000', '111530.219000', '111530.222000', '111530.224000', '111530.227000', '111530.230000', '111530.233000', '111530.236000', '111530.239000', '111530.242000', '111530.245000'], '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': [9326, 7388, 10527, 8528, 12026, 9310, 7086, 9972, 7651, 6746, 8814, 6724, 9353, 8842, 6905, 11873, 7921, 7003, 8770, 7164, 12418, 8532, 8088, 9794, 7516, 9038, 8023, 6835, 9638, 7853, 13318, 8990, 7040, 9148, 6882, 10267, 8347, 8105, 10209, 7669, 9101, 8487, 6864, 9336, 7710, 11076, 10401, 7624, 9769, 7497, 7651, 8566, 6860, 10011, 8578, 12554, 8710, 7116, 9238, 7220, 10190, 8454, 10862, 9737, 7078, 9880, 7788, 6982, 8502, 7255, 9631, 6970, 10700, 8350, 7243, 8321, 6893, 9219, 7731, 9795, 8865, 7292, 9844, 7188, 6943, 8152, 7115, 10255, 8818, 8489, 9050, 6914, 9963, 7718, 10662, 9235, 6893, 13190, 8382, 6803, 8714, 7210, 9612, 8720, 9682, 11117, 7289, 13303, 8221, 7119, 9547, 7187, 11962, 9632, 9781, 8615, 6633, 9935, 7719, 7026, 9825, 7065, 11065, 7832, 6977, 9258, 7130, 11509, 9009, 7439, 10078, 7757, 8552, 8215, 9068, 9969, 7542, 12885, 8050, 6914, 8721, 6688, 10047, 7792, 13784, 9438, 8042, 8839, 6877, 10488, 8115, 9217, 9719, 7346, 10482, 8219, 6939, 8772, 6922, 9683, 7452, 11520, 9391, 6727, 9429, 7357, 10203, 8105, 9780, 9068, 7998, 9691, 6793, 10108, 7844, 7424, 8803, 6865, 10466, 8449, 10717, 8666, 6853, 9334, 6918, 10749, 8754, 13897, 8676, 6745, 9080, 6960, 10359, 8871, 12226, 9254, 7176, 10172, 7956, 8785, 9307, 7400, 10761, 8060, 9061, 8765, 6903, 9859, 7143, 11123, 8845, 10308, 9193, 6676, 10366, 7698, 9833, 8588, 9547, 9868, 7073, 10277, 7924, 7039, 8901, 6729, 10290, 8182, 12059, 8548, 7001, 9431, 7050, 10561, 8945, 11383, 9433, 6893, 10110, 7744, 8223, 9036, 7701, 10774, 8108, 12697, 8465, 6908, 9131, 6746, 10327, 7619, 10877, 8148, 11873, 8391, 6867, 9185, 6464, 10196, 7935, 11832, 8336, 6812, 9117, 6683, 10433, 8638, 12001, 9230, 7249, 9632, 7246, 10095, 8413, 9282, 10203, 7279, 11223, 8167, 6890, 9295, 6666, 10477, 8168, 13785, 8687, 6810, 9074, 6953, 10250, 7732, 10827, 8869, 15468, 8789, 6997, 9279, 6902, 9701, 7810, 11198, 8988, 7543, 9244, 6761, 9289, 6793, 10234, 8145, 10782, 9522, 7843, 9476, 7082, 10007, 7859, 10039, 9203, 9866, 9941, 6784, 10103, 7580, 10254, 8600, 10869, 9486, 8001, 9920, 6765, 10279, 7649, 12226, 8906, 11848, 8683, 8140, 9004, 7050, 9369, 9043, 9888, 7582, 10784, 7389, 8152, 8234, 7084, 9284, 7336, 10412, 7485, 12749, 8320, 6843, 8704, 7091, 10395, 8306, 12443, 10738, 8508, 9476, 6940, 9955, 7542, 10624, 8831, 14216, 8844, 7255, 9825, 7287, 10249, 7929, 9884, 8977, 10028, 9504, 6686, 9839, 7237, 9981, 8355, 10266, 9312, 7627, 10188, 7050, 10283, 7878, 9367, 8984, 10384, 9907, 7208, 10127, 7538, 9823, 8432, 9763, 9133, 7858, 10116, 6918, 10276, 8151, 8827, 8815, 8860, 9958, 7332, 10656, 7861, 9543, 8748, 6645, 9756, 6887, 10886, 8040, 11608, 8233, 7015, 8936, 6835, 10581, 8362, 11535, 8720, 6777, 9541, 6923, 10527, 8423, 12285, 9117, 7697, 9698, 6882, 10505, 7958, 10195, 9127, 9591, 10093, 6843, 10200, 7869, 6922, 9162, 6683, 10635, 8991, 13988, 8355, 7593, 8939, 6977, 10418, 8184, 10581, 7365, 12407, 7555, 6837, 8843, 6703, 10141, 7552, 13316, 8958, 6954, 8907, 6988, 10406, 8007, 9917, 9111, 8459, 10189, 6760, 10011, 7898, 11617, 8331, 10171, 9399, 7028, 10295, 7747, 6872, 8929, 6813, 10264, 7854, 11020, 9172, 8020, 10014, 6872, 11395, 7621, 9751, 8763, 10094, 10323, 7171, 11239, 7498, 7614, 8254, 7238, 9965, 7439, 10903, 7996, 6848, 8570, 6682, 10330, 8432, 11464, 8985, 6906, 9616, 7004, 10116, 8016, 11865, 9775, 8371, 9348, 6986, 9909, 8017, 9748, 9332, 6955, 10824, 8162, 6825, 8603, 6810, 10336, 8281, 13339, 8586, 6491, 9524, 7777, 7634, 8916, 6827, 10807, 8765, 7707, 8916, 6797, 9955, 7053, 10804, 8527, 12504, 8884, 6505, 9833, 6924, 9661, 8048, 7294, 9613, 7338, 10254, 7659, 6841, 8658, 6649, 10692, 8117, 13027, 8628, 6920, 9149, 7189, 10128, 8196, 6835, 9645, 7937, 6708, 10091, 7381, 13071, 8256, 12311, 8822, 6720, 11489, 8554, 7671, 8718, 6797, 10101, 8181, 8589, 9963, 7114, 12023, 7867, 6786, 9097, 6779, 10336, 8283, 11333, 9326, 6851, 10467, 7575, 6720, 8728, 6959, 10313, 8272, 12662, 8258, 6833, 9219, 6683, 10054, 7953, 12316, 9402, 8174, 8871, 6892, 9166, 6817, 10332, 8152, 12109, 8467, 6904, 9187, 6891, 9669, 7002, 10505, 9043, 13869, 8638, 6765, 9344, 6993, 7178, 8309, 6819, 10255, 7662, 10569, 7741, 6828, 8796, 6863, 10689, 8804, 12431, 8718, 7419, 9376, 6885, 10264, 8208, 12335, 9723, 6863, 10030, 7049, 9331, 8204, 10091, 10845, 7898, 10337, 6973, 9185, 7932, 7742, 8739, 7484, 10024, 7117, 12754, 7990, 7937, 8529, 7167, 9538, 6755, 10274, 8212, 8301, 8340, 6609, 9564, 7437, 10687, 8938, 6941, 9877, 7717, 6895, 8583, 6781, 10047, 8241, 12417, 9446, 6657, 10247, 7874, 7185, 9273, 7244, 10864, 9498, 12040, 8417, 6974, 9339, 7096, 10472, 8591, 13043, 8851, 6979, 9513, 7212, 9195, 8680, 8261, 9707, 7083, 10050, 7954, 9591, 8630, 10290, 9882, 7031, 10226, 7410, 8604, 8093, 6755, 9239, 7017, 10385, 8113, 12024, 7894, 10342, 8521, 10380, 8885, 7686, 9667, 7210, 12697, 7912, 6749, 8355, 6765, 9176, 6704, 9525, 7072, 10126, 7811, 9311, 7590, 9560, 8158, 10418, 9262, 7689, 9700, 6891, 8943, 7781, 10089, 8224, 9863, 9525, 6754, 9801, 7939, 8884, 7980, 7841, 9330, 7002, 10506, 8550, 12245, 7952, 10780, 8577, 7906, 9725, 6926, 10821, 7720, 9073, 8330, 7053, 9101, 8439, 10275, 7286, 12004, 7882, 7102, 8900, 6889, 9886, 7944, 12270, 8320, 7062, 9590, 7138, 9880, 7921, 10368, 8988, 13940, 8194, 6969, 8396, 6747, 9624, 7463, 10454, 9269, 6772, 9741, 7490, 6834, 8551, 6840, 9974, 8092, 13397, 9575, 7852, 9282, 7623, 9169, 9137, 9353, 6834, 10306, 7192, 9591, 7292, 6856, 8608, 6705, 9795, 7991, 10693, 8691, 6957, 9430, 7258, 9349, 8476, 11424, 9176, 8882, 9433, 6812, 9909, 7154, 10208, 8311, 12331, 9158, 7718, 9459, 6980, 10529, 7816, 9721, 9703, 7555, 10419, 7055, 10054, 7737, 9693, 8570, 10301, 9073, 10782, 9823, 6821, 9953, 7488, 9417, 8095, 9555, 8506, 9946, 9532, 6838, 9751, 6849, 9770, 6836, 9738, 7186, 10712, 8687, 10343, 7963, 6785, 8794, 6792, 9506, 7048, 10384, 8575, 9684, 8519, 6572, 9124, 6878, 10073, 8404, 11757, 8385, 6657, 8850, 6939, 10051, 8483, 11227, 9296, 6887, 10155, 7494, 11405, 8452, 13306, 9571, 8283, 9798, 6856, 10036, 7410, 8651, 8557, 8446, 10238, 6921, 9259, 7862, 6921, 8603, 6703, 10208, 8070, 12781, 9654, 6742, 6875, 8982, 6604, 11990, 10048, 10221, 9022, 6870, 9414, 7073, 12650, 8660, 10785, 9257, 6737, 10206, 7494, 9141, 8569, 9337, 10126, 7264, 11650, 7864, 6504, 9461, 7000, 10295, 8759, 8971, 9770, 6669, 10072, 7654, 9069, 8882, 8848, 9921, 6938, 10086, 7506, 11492, 8335, 9975, 8941, 7831, 9679, 6756, 9610, 7361, 7827, 8510, 8171, 9610, 6768, 10202, 7269, 9810, 8023, 9684, 8590, 10659, 9307, 7272, 9992, 7212, 8553, 8179, 6956, 9210, 7032, 10600, 7763, 10352, 8131, 8665, 8458, 8391, 9873, 6677, 10350, 7227, 8441, 8125, 6614, 8822, 7723, 9870, 7240, 10324, 7390, 9728, 8161, 7055, 9975, 7936, 10153, 7512, 10107, 7229, 9983, 8266, 9980, 8584, 10156, 9641, 6716, 9837, 7425, 6959, 8229, 6822, 9440, 6841, 10282, 8881, 9169, 8223, 6595], 'WindowCenter': [4329.0, 4296.0, 4322.0, 4301.0, 4327.0, 4297.0, 4267.0, 4307.0, 4276.0, 4267.0, 4295.0, 4255.0, 4294.0, 4296.0, 4267.0, 4328.0, 4288.0, 4279.0, 4298.0, 4266.0, 4338.0, 4297.0, 4287.0, 4307.0, 4277.0, 4298.0, 4286.0, 4266.0, 4306.0, 4277.0, 4337.0, 4296.0, 4266.0, 4295.0, 4265.0, 4305.0, 4285.0, 4276.0, 4305.0, 4277.0, 4297.0, 4286.0, 4267.0, 4296.0, 4277.0, 4316.0, 4306.0, 4277.0, 4307.0, 4277.0, 4275.0, 4285.0, 4256.0, 4306.0, 4286.0, 4327.0, 4286.0, 4267.0, 4296.0, 4266.0, 4304.0, 4284.0, 4305.0, 4295.0, 4266.0, 4306.0, 4276.0, 4265.0, 4286.0, 4263.0, 4296.0, 4266.0, 4306.0, 4286.0, 4276.0, 4285.0, 4268.0, 4297.0, 4278.0, 4308.0, 4298.0, 4279.0, 4319.0, 4279.0, 4279.0, 4289.0, 4279.0, 4320.0, 4311.0, 4314.0, 4340.0, 4284.0, 4307.0, 4278.0, 4306.0, 4298.0, 4267.0, 4339.0, 4288.0, 4269.0, 4297.0, 4279.0, 4306.0, 4297.0, 4308.0, 4319.0, 4277.0, 4338.0, 4286.0, 4265.0, 4296.0, 4252.0, 4345.0, 4355.0, 4307.0, 4271.0, 4238.0, 4291.0, 4263.0, 4253.0, 4306.0, 4267.0, 4316.0, 4276.0, 4266.0, 4296.0, 4266.0, 4315.0, 4297.0, 4277.0, 4308.0, 4278.0, 4286.0, 4287.0, 4296.0, 4305.0, 4276.0, 4327.0, 4276.0, 4266.0, 4285.0, 4254.0, 4306.0, 4275.0, 4334.0, 4294.0, 4275.0, 4296.0, 4256.0, 4305.0, 4276.0, 4295.0, 4295.0, 4264.0, 4306.0, 4286.0, 4265.0, 4286.0, 4267.0, 4297.0, 4266.0, 4316.0, 4295.0, 4268.0, 4308.0, 4278.0, 4318.0, 4289.0, 4306.0, 4299.0, 4288.0, 4309.0, 4268.0, 4318.0, 4288.0, 4278.0, 4299.0, 4269.0, 4320.0, 4300.0, 4320.0, 4299.0, 4268.0, 4298.0, 4268.0, 4319.0, 4297.0, 4338.0, 4286.0, 4268.0, 4297.0, 4265.0, 4306.0, 4295.0, 4327.0, 4297.0, 4268.0, 4306.0, 4287.0, 4286.0, 4298.0, 4267.0, 4316.0, 4276.0, 4298.0, 4286.0, 4266.0, 4306.0, 4266.0, 4317.0, 4286.0, 4305.0, 4296.0, 4267.0, 4306.0, 4276.0, 4295.0, 4286.0, 4295.0, 4306.0, 4267.0, 4307.0, 4287.0, 4267.0, 4297.0, 4267.0, 4319.0, 4287.0, 4328.0, 4297.0, 4267.0, 4298.0, 4267.0, 4307.0, 4297.0, 4316.0, 4297.0, 4268.0, 4306.0, 4278.0, 4285.0, 4296.0, 4274.0, 4318.0, 4277.0, 4327.0, 4287.0, 4267.0, 4296.0, 4255.0, 4306.0, 4276.0, 4307.0, 4275.0, 4326.0, 4286.0, 4254.0, 4294.0, 4254.0, 4307.0, 4277.0, 4326.0, 4287.0, 4265.0, 4296.0, 4266.0, 4317.0, 4299.0, 4327.0, 4298.0, 4280.0, 4308.0, 4278.0, 4307.0, 4287.0, 4298.0, 4308.0, 4277.0, 4329.0, 4288.0, 4268.0, 4297.0, 4257.0, 4318.0, 4288.0, 4337.0, 4286.0, 4267.0, 4296.0, 4264.0, 4305.0, 4276.0, 4306.0, 4287.0, 4346.0, 4285.0, 4264.0, 4294.0, 4266.0, 4295.0, 4277.0, 4316.0, 4296.0, 4277.0, 4298.0, 4268.0, 4297.0, 4267.0, 4308.0, 4289.0, 4318.0, 4309.0, 4289.0, 4310.0, 4280.0, 4318.0, 4290.0, 4306.0, 4309.0, 4308.0, 4307.0, 4267.0, 4319.0, 4277.0, 4307.0, 4287.0, 4316.0, 4297.0, 4277.0, 4306.0, 4257.0, 4305.0, 4276.0, 4325.0, 4286.0, 4314.0, 4286.0, 4276.0, 4286.0, 4255.0, 4295.0, 4284.0, 4304.0, 4275.0, 4317.0, 4266.0, 4274.0, 4286.0, 4267.0, 4296.0, 4267.0, 4318.0, 4278.0, 4337.0, 4288.0, 4267.0, 4296.0, 4268.0, 4307.0, 4289.0, 4328.0, 4316.0, 4298.0, 4307.0, 4267.0, 4306.0, 4276.0, 4304.0, 4297.0, 4334.0, 4285.0, 4266.0, 4304.0, 4266.0, 4306.0, 4287.0, 4296.0, 4297.0, 4305.0, 4296.0, 4256.0, 4306.0, 4266.0, 4294.0, 4286.0, 4305.0, 4295.0, 4275.0, 4307.0, 4267.0, 4306.0, 4276.0, 4295.0, 4296.0, 4304.0, 4305.0, 4266.0, 4306.0, 4275.0, 4305.0, 4286.0, 4305.0, 4297.0, 4275.0, 4305.0, 4266.0, 4306.0, 4286.0, 4295.0, 4295.0, 4296.0, 4306.0, 4265.0, 4307.0, 4276.0, 4305.0, 4285.0, 4255.0, 4296.0, 4265.0, 4316.0, 4275.0, 4316.0, 4285.0, 4265.0, 4295.0, 4265.0, 4317.0, 4289.0, 4328.0, 4299.0, 4268.0, 4307.0, 4267.0, 4319.0, 4298.0, 4337.0, 4297.0, 4288.0, 4310.0, 4277.0, 4319.0, 4290.0, 4306.0, 4309.0, 4307.0, 4307.0, 4269.0, 4307.0, 4288.0, 4266.0, 4295.0, 4257.0, 4317.0, 4297.0, 4348.0, 4287.0, 4276.0, 4296.0, 4265.0, 4305.0, 4274.0, 4306.0, 4264.0, 4325.0, 4276.0, 4256.0, 4295.0, 4256.0, 4307.0, 4277.0, 4336.0, 4298.0, 4266.0, 4296.0, 4267.0, 4317.0, 4287.0, 4308.0, 4298.0, 4287.0, 4319.0, 4268.0, 4307.0, 4287.0, 4327.0, 4286.0, 4306.0, 4296.0, 4265.0, 4307.0, 4277.0, 4265.0, 4297.0, 4268.0, 4318.0, 4290.0, 4316.0, 4307.0, 4287.0, 4308.0, 4269.0, 4325.0, 4278.0, 4294.0, 4287.0, 4306.0, 4307.0, 4267.0, 4317.0, 4264.0, 4275.0, 4286.0, 4265.0, 4306.0, 4266.0, 4317.0, 4286.0, 4267.0, 4286.0, 4257.0, 4318.0, 4289.0, 4329.0, 4297.0, 4279.0, 4308.0, 4268.0, 4308.0, 4289.0, 4328.0, 4306.0, 4287.0, 4296.0, 4266.0, 4305.0, 4275.0, 4296.0, 4295.0, 4265.0, 4315.0, 4287.0, 4266.0, 4285.0, 4256.0, 4306.0, 4287.0, 4336.0, 4284.0, 4254.0, 4296.0, 4277.0, 4275.0, 4295.0, 4257.0, 4318.0, 4287.0, 4277.0, 4295.0, 4266.0, 4307.0, 4264.0, 4315.0, 4285.0, 4326.0, 4296.0, 4256.0, 4306.0, 4266.0, 4296.0, 4286.0, 4265.0, 4308.0, 4277.0, 4318.0, 4278.0, 4268.0, 4298.0, 4268.0, 4319.0, 4289.0, 4337.0, 4297.0, 4280.0, 4298.0, 4266.0, 4318.0, 4286.0, 4268.0, 4306.0, 4287.0, 4268.0, 4318.0, 4280.0, 4338.0, 4288.0, 4326.0, 4286.0, 4256.0, 4317.0, 4287.0, 4275.0, 4285.0, 4268.0, 4304.0, 4286.0, 4286.0, 4306.0, 4264.0, 4326.0, 4275.0, 4256.0, 4295.0, 4253.0, 4305.0, 4285.0, 4316.0, 4295.0, 4255.0, 4317.0, 4276.0, 4256.0, 4285.0, 4265.0, 4307.0, 4285.0, 4327.0, 4286.0, 4266.0, 4296.0, 4255.0, 4306.0, 4275.0, 4315.0, 4294.0, 4285.0, 4295.0, 4266.0, 4295.0, 4256.0, 4306.0, 4287.0, 4327.0, 4288.0, 4267.0, 4297.0, 4268.0, 4306.0, 4266.0, 4307.0, 4296.0, 4337.0, 4286.0, 4268.0, 4306.0, 4266.0, 4265.0, 4286.0, 4266.0, 4318.0, 4279.0, 4320.0, 4289.0, 4270.0, 4298.0, 4269.0, 4319.0, 4299.0, 4337.0, 4296.0, 4277.0, 4296.0, 4266.0, 4307.0, 4288.0, 4328.0, 4297.0, 4265.0, 4307.0, 4267.0, 4294.0, 4287.0, 4304.0, 4317.0, 4276.0, 4306.0, 4266.0, 4297.0, 4287.0, 4274.0, 4285.0, 4265.0, 4307.0, 4265.0, 4336.0, 4275.0, 4275.0, 4285.0, 4265.0, 4307.0, 4255.0, 4306.0, 4286.0, 4287.0, 4285.0, 4267.0, 4307.0, 4277.0, 4316.0, 4298.0, 4268.0, 4319.0, 4301.0, 4291.0, 4297.0, 4269.0, 4320.0, 4300.0, 4337.0, 4308.0, 4269.0, 4320.0, 4289.0, 4267.0, 4309.0, 4277.0, 4319.0, 4307.0, 4326.0, 4286.0, 4266.0, 4294.0, 4265.0, 4305.0, 4286.0, 4335.0, 4285.0, 4265.0, 4293.0, 4264.0, 4283.0, 4285.0, 4286.0, 4295.0, 4265.0, 4305.0, 4275.0, 4294.0, 4285.0, 4304.0, 4305.0, 4254.0, 4304.0, 4264.0, 4283.0, 4274.0, 4255.0, 4294.0, 4263.0, 4306.0, 4274.0, 4325.0, 4275.0, 4305.0, 4285.0, 4303.0, 4284.0, 4263.0, 4293.0, 4264.0, 4336.0, 4285.0, 4266.0, 4287.0, 4268.0, 4297.0, 4265.0, 4308.0, 4268.0, 4318.0, 4289.0, 4308.0, 4289.0, 4307.0, 4288.0, 4317.0, 4308.0, 4279.0, 4310.0, 4278.0, 4310.0, 4288.0, 4318.0, 4288.0, 4306.0, 4309.0, 4268.0, 4307.0, 4288.0, 4299.0, 4288.0, 4288.0, 4308.0, 4266.0, 4319.0, 4298.0, 4329.0, 4288.0, 4317.0, 4286.0, 4275.0, 4307.0, 4266.0, 4318.0, 4279.0, 4297.0, 4286.0, 4266.0, 4297.0, 4286.0, 4305.0, 4265.0, 4327.0, 4286.0, 4267.0, 4298.0, 4267.0, 4308.0, 4290.0, 4339.0, 4288.0, 4280.0, 4308.0, 4278.0, 4306.0, 4290.0, 4317.0, 4299.0, 4338.0, 4286.0, 4266.0, 4286.0, 4266.0, 4306.0, 4277.0, 4318.0, 4298.0, 4269.0, 4309.0, 4278.0, 4268.0, 4298.0, 4268.0, 4308.0, 4287.0, 4336.0, 4298.0, 4288.0, 4296.0, 4277.0, 4296.0, 4284.0, 4293.0, 4254.0, 4305.0, 4265.0, 4296.0, 4274.0, 4266.0, 4295.0, 4267.0, 4309.0, 4289.0, 4320.0, 4299.0, 4280.0, 4310.0, 4291.0, 4308.0, 4300.0, 4329.0, 4309.0, 4300.0, 4298.0, 4266.0, 4308.0, 4266.0, 4307.0, 4287.0, 4326.0, 4296.0, 4278.0, 4306.0, 4267.0, 4305.0, 4277.0, 4297.0, 4306.0, 4276.0, 4306.0, 4266.0, 4306.0, 4275.0, 4295.0, 4285.0, 4305.0, 4284.0, 4304.0, 4295.0, 4254.0, 4294.0, 4265.0, 4293.0, 4274.0, 4293.0, 4286.0, 4305.0, 4297.0, 4255.0, 4295.0, 4256.0, 4295.0, 4256.0, 4295.0, 4265.0, 4305.0, 4286.0, 4307.0, 4287.0, 4265.0, 4286.0, 4267.0, 4307.0, 4267.0, 4318.0, 4299.0, 4309.0, 4300.0, 4267.0, 4308.0, 4267.0, 4319.0, 4289.0, 4326.0, 4300.0, 4269.0, 4308.0, 4278.0, 4319.0, 4299.0, 4330.0, 4310.0, 4280.0, 4318.0, 4277.0, 4329.0, 4288.0, 4338.0, 4307.0, 4286.0, 4305.0, 4267.0, 4304.0, 4276.0, 4285.0, 4287.0, 4284.0, 4307.0, 4268.0, 4297.0, 4286.0, 4268.0, 4296.0, 4268.0, 4318.0, 4286.0, 4339.0, 4307.0, 4269.0, 4268.0, 4299.0, 4269.0, 4329.0, 4321.0, 4321.0, 4310.0, 4270.0, 4298.0, 4268.0, 4338.0, 4299.0, 4317.0, 4296.0, 4268.0, 4317.0, 4279.0, 4297.0, 4288.0, 4298.0, 4306.0, 4266.0, 4328.0, 4287.0, 4257.0, 4307.0, 4267.0, 4306.0, 4287.0, 4297.0, 4309.0, 4269.0, 4308.0, 4277.0, 4286.0, 4298.0, 4286.0, 4306.0, 4266.0, 4307.0, 4266.0, 4315.0, 4274.0, 4292.0, 4285.0, 4264.0, 4294.0, 4254.0, 4295.0, 4266.0, 4275.0, 4284.0, 4286.0, 4296.0, 4256.0, 4306.0, 4278.0, 4307.0, 4287.0, 4293.0, 4286.0, 4306.0, 4295.0, 4265.0, 4305.0, 4264.0, 4285.0, 4284.0, 4264.0, 4297.0, 4264.0, 4307.0, 4277.0, 4305.0, 4276.0, 4285.0, 4285.0, 4284.0, 4307.0, 4255.0, 4305.0, 4277.0, 4286.0, 4287.0, 4266.0, 4295.0, 4276.0, 4308.0, 4266.0, 4308.0, 4278.0, 4307.0, 4287.0, 4266.0, 4307.0, 4277.0, 4307.0, 4276.0, 4308.0, 4278.0, 4306.0, 4287.0, 4307.0, 4298.0, 4306.0, 4308.0, 4268.0, 4307.0, 4275.0, 4267.0, 4289.0, 4269.0, 4310.0, 4270.0, 4321.0, 4324.0, 4311.0, 4301.0, 4272.0], 'WindowWidth': [9579.0, 9527.0, 9554.0, 9521.0, 9551.0, 9510.0, 9469.0, 9523.0, 9482.0, 9472.0, 9505.0, 9452.0, 9502.0, 9508.0, 9470.0, 9555.0, 9500.0, 9489.0, 9512.0, 9470.0, 9565.0, 9510.0, 9496.0, 9526.0, 9486.0, 9514.0, 9494.0, 9468.0, 9522.0, 9482.0, 9563.0, 9507.0, 9467.0, 9504.0, 9465.0, 9516.0, 9491.0, 9479.0, 9520.0, 9483.0, 9511.0, 9494.0, 9470.0, 9506.0, 9483.0, 9534.0, 9520.0, 9481.0, 9524.0, 9482.0, 9479.0, 9491.0, 9453.0, 9520.0, 9493.0, 9547.0, 9492.0, 9470.0, 9507.0, 9465.0, 9514.0, 9489.0, 9516.0, 9503.0, 9465.0, 9520.0, 9480.0, 9464.0, 9491.0, 9459.0, 9507.0, 9465.0, 9520.0, 9492.0, 9481.0, 9493.0, 9474.0, 9510.0, 9487.0, 9525.0, 9514.0, 9488.0, 9543.0, 9490.0, 9492.0, 9503.0, 9490.0, 9547.0, 9535.0, 9543.0, 9592.0, 9504.0, 9521.0, 9484.0, 9518.0, 9511.0, 9469.0, 9569.0, 9501.0, 9478.0, 9512.0, 9489.0, 9521.0, 9511.0, 9523.0, 9542.0, 9483.0, 9566.0, 9494.0, 9463.0, 9506.0, 9445.0, 9589.0, 9621.0, 9519.0, 9463.0, 9416.0, 9490.0, 9455.0, 9445.0, 9519.0, 9469.0, 9534.0, 9480.0, 9469.0, 9507.0, 9468.0, 9532.0, 9511.0, 9484.0, 9525.0, 9485.0, 9494.0, 9494.0, 9506.0, 9518.0, 9478.0, 9549.0, 9480.0, 9468.0, 9491.0, 9448.0, 9518.0, 9477.0, 9555.0, 9501.0, 9476.0, 9505.0, 9453.0, 9515.0, 9478.0, 9504.0, 9504.0, 9461.0, 9520.0, 9492.0, 9465.0, 9491.0, 9468.0, 9508.0, 9468.0, 9534.0, 9505.0, 9472.0, 9527.0, 9487.0, 9539.0, 9501.0, 9522.0, 9515.0, 9497.0, 9527.0, 9474.0, 9539.0, 9499.0, 9486.0, 9515.0, 9476.0, 9546.0, 9518.0, 9544.0, 9516.0, 9473.0, 9514.0, 9471.0, 9540.0, 9511.0, 9566.0, 9492.0, 9473.0, 9509.0, 9464.0, 9520.0, 9504.0, 9549.0, 9508.0, 9471.0, 9521.0, 9496.0, 9492.0, 9511.0, 9468.0, 9534.0, 9480.0, 9512.0, 9493.0, 9467.0, 9518.0, 9466.0, 9535.0, 9493.0, 9517.0, 9504.0, 9468.0, 9517.0, 9480.0, 9503.0, 9492.0, 9503.0, 9519.0, 9469.0, 9524.0, 9496.0, 9470.0, 9508.0, 9470.0, 9541.0, 9499.0, 9552.0, 9510.0, 9472.0, 9511.0, 9470.0, 9522.0, 9509.0, 9533.0, 9509.0, 9473.0, 9521.0, 9484.0, 9491.0, 9507.0, 9477.0, 9537.0, 9480.0, 9550.0, 9495.0, 9469.0, 9506.0, 9450.0, 9519.0, 9480.0, 9521.0, 9477.0, 9546.0, 9491.0, 9450.0, 9502.0, 9449.0, 9522.0, 9481.0, 9548.0, 9497.0, 9468.0, 9507.0, 9470.0, 9536.0, 9515.0, 9550.0, 9512.0, 9491.0, 9526.0, 9484.0, 9521.0, 9497.0, 9511.0, 9526.0, 9483.0, 9554.0, 9499.0, 9472.0, 9508.0, 9456.0, 9539.0, 9497.0, 9562.0, 9493.0, 9469.0, 9505.0, 9463.0, 9515.0, 9479.0, 9518.0, 9494.0, 9571.0, 9488.0, 9461.0, 9500.0, 9465.0, 9502.0, 9481.0, 9532.0, 9506.0, 9483.0, 9511.0, 9472.0, 9509.0, 9470.0, 9524.0, 9503.0, 9540.0, 9529.0, 9503.0, 9531.0, 9492.0, 9541.0, 9505.0, 9524.0, 9530.0, 9526.0, 9523.0, 9473.0, 9543.0, 9483.0, 9522.0, 9497.0, 9532.0, 9510.0, 9480.0, 9519.0, 9454.0, 9516.0, 9480.0, 9543.0, 9492.0, 9527.0, 9492.0, 9479.0, 9490.0, 9450.0, 9503.0, 9486.0, 9515.0, 9475.0, 9535.0, 9467.0, 9477.0, 9494.0, 9468.0, 9509.0, 9467.0, 9539.0, 9484.0, 9564.0, 9497.0, 9470.0, 9508.0, 9471.0, 9523.0, 9501.0, 9552.0, 9535.0, 9512.0, 9522.0, 9470.0, 9519.0, 9480.0, 9515.0, 9509.0, 9555.0, 9489.0, 9466.0, 9515.0, 9467.0, 9518.0, 9495.0, 9505.0, 9509.0, 9516.0, 9506.0, 9454.0, 9519.0, 9467.0, 9501.0, 9493.0, 9517.0, 9504.0, 9477.0, 9523.0, 9471.0, 9519.0, 9480.0, 9503.0, 9507.0, 9515.0, 9517.0, 9465.0, 9521.0, 9479.0, 9518.0, 9492.0, 9515.0, 9508.0, 9477.0, 9518.0, 9467.0, 9521.0, 9494.0, 9505.0, 9504.0, 9504.0, 9520.0, 9465.0, 9523.0, 9479.0, 9517.0, 9491.0, 9449.0, 9505.0, 9463.0, 9533.0, 9478.0, 9533.0, 9491.0, 9465.0, 9504.0, 9465.0, 9537.0, 9501.0, 9552.0, 9514.0, 9474.0, 9523.0, 9472.0, 9541.0, 9514.0, 9564.0, 9510.0, 9501.0, 9531.0, 9486.0, 9542.0, 9504.0, 9522.0, 9528.0, 9524.0, 9524.0, 9474.0, 9522.0, 9497.0, 9467.0, 9505.0, 9457.0, 9538.0, 9511.0, 9579.0, 9496.0, 9481.0, 9506.0, 9464.0, 9518.0, 9473.0, 9518.0, 9460.0, 9546.0, 9480.0, 9454.0, 9503.0, 9454.0, 9523.0, 9483.0, 9562.0, 9510.0, 9468.0, 9509.0, 9472.0, 9537.0, 9498.0, 9525.0, 9513.0, 9496.0, 9541.0, 9473.0, 9525.0, 9497.0, 9550.0, 9494.0, 9520.0, 9508.0, 9465.0, 9522.0, 9482.0, 9466.0, 9509.0, 9474.0, 9540.0, 9506.0, 9536.0, 9525.0, 9498.0, 9526.0, 9475.0, 9547.0, 9486.0, 9503.0, 9495.0, 9518.0, 9523.0, 9468.0, 9537.0, 9463.0, 9478.0, 9491.0, 9464.0, 9520.0, 9465.0, 9537.0, 9495.0, 9471.0, 9494.0, 9456.0, 9538.0, 9501.0, 9555.0, 9511.0, 9491.0, 9526.0, 9473.0, 9525.0, 9501.0, 9552.0, 9521.0, 9497.0, 9508.0, 9468.0, 9518.0, 9479.0, 9505.0, 9504.0, 9465.0, 9534.0, 9496.0, 9468.0, 9492.0, 9455.0, 9522.0, 9496.0, 9560.0, 9490.0, 9452.0, 9507.0, 9483.0, 9478.0, 9504.0, 9455.0, 9538.0, 9496.0, 9484.0, 9505.0, 9468.0, 9521.0, 9464.0, 9532.0, 9493.0, 9546.0, 9506.0, 9455.0, 9522.0, 9470.0, 9507.0, 9494.0, 9466.0, 9525.0, 9484.0, 9540.0, 9488.0, 9474.0, 9513.0, 9473.0, 9543.0, 9503.0, 9565.0, 9510.0, 9492.0, 9512.0, 9466.0, 9540.0, 9496.0, 9473.0, 9523.0, 9500.0, 9473.0, 9542.0, 9491.0, 9567.0, 9499.0, 9546.0, 9493.0, 9453.0, 9536.0, 9494.0, 9480.0, 9491.0, 9472.0, 9515.0, 9494.0, 9493.0, 9521.0, 9464.0, 9548.0, 9479.0, 9455.0, 9504.0, 9447.0, 9516.0, 9491.0, 9531.0, 9504.0, 9452.0, 9536.0, 9481.0, 9454.0, 9490.0, 9464.0, 9524.0, 9492.0, 9549.0, 9493.0, 9468.0, 9506.0, 9451.0, 9517.0, 9477.0, 9529.0, 9501.0, 9491.0, 9502.0, 9466.0, 9504.0, 9454.0, 9519.0, 9498.0, 9550.0, 9498.0, 9472.0, 9510.0, 9472.0, 9521.0, 9467.0, 9523.0, 9507.0, 9561.0, 9492.0, 9473.0, 9521.0, 9469.0, 9467.0, 9496.0, 9469.0, 9542.0, 9489.0, 9545.0, 9503.0, 9480.0, 9514.0, 9476.0, 9544.0, 9516.0, 9566.0, 9509.0, 9485.0, 9508.0, 9468.0, 9522.0, 9500.0, 9551.0, 9510.0, 9467.0, 9523.0, 9470.0, 9502.0, 9496.0, 9517.0, 9536.0, 9480.0, 9520.0, 9469.0, 9509.0, 9495.0, 9475.0, 9492.0, 9463.0, 9523.0, 9464.0, 9562.0, 9478.0, 9478.0, 9491.0, 9463.0, 9522.0, 9450.0, 9521.0, 9494.0, 9497.0, 9491.0, 9469.0, 9523.0, 9484.0, 9535.0, 9512.0, 9474.0, 9543.0, 9525.0, 9513.0, 9514.0, 9479.0, 9546.0, 9520.0, 9566.0, 9527.0, 9477.0, 9545.0, 9504.0, 9473.0, 9530.0, 9484.0, 9541.0, 9524.0, 9548.0, 9493.0, 9467.0, 9502.0, 9463.0, 9517.0, 9493.0, 9557.0, 9489.0, 9463.0, 9500.0, 9463.0, 9486.0, 9490.0, 9490.0, 9504.0, 9465.0, 9518.0, 9477.0, 9501.0, 9489.0, 9512.0, 9516.0, 9446.0, 9514.0, 9461.0, 9485.0, 9474.0, 9450.0, 9501.0, 9460.0, 9519.0, 9475.0, 9543.0, 9477.0, 9516.0, 9490.0, 9511.0, 9487.0, 9459.0, 9500.0, 9463.0, 9560.0, 9492.0, 9470.0, 9497.0, 9474.0, 9511.0, 9467.0, 9527.0, 9472.0, 9541.0, 9503.0, 9529.0, 9503.0, 9524.0, 9501.0, 9537.0, 9526.0, 9488.0, 9532.0, 9487.0, 9532.0, 9501.0, 9539.0, 9501.0, 9522.0, 9530.0, 9472.0, 9524.0, 9500.0, 9514.0, 9498.0, 9498.0, 9526.0, 9469.0, 9542.0, 9513.0, 9556.0, 9498.0, 9536.0, 9494.0, 9478.0, 9523.0, 9467.0, 9539.0, 9487.0, 9510.0, 9495.0, 9466.0, 9511.0, 9492.0, 9519.0, 9464.0, 9550.0, 9495.0, 9471.0, 9511.0, 9472.0, 9526.0, 9504.0, 9569.0, 9501.0, 9492.0, 9527.0, 9487.0, 9523.0, 9503.0, 9538.0, 9513.0, 9565.0, 9494.0, 9468.0, 9493.0, 9467.0, 9519.0, 9486.0, 9540.0, 9514.0, 9477.0, 9531.0, 9487.0, 9474.0, 9512.0, 9471.0, 9526.0, 9497.0, 9562.0, 9512.0, 9497.0, 9508.0, 9481.0, 9504.0, 9486.0, 9499.0, 9447.0, 9518.0, 9463.0, 9507.0, 9476.0, 9470.0, 9505.0, 9471.0, 9529.0, 9503.0, 9543.0, 9516.0, 9494.0, 9533.0, 9510.0, 9529.0, 9521.0, 9555.0, 9529.0, 9516.0, 9513.0, 9470.0, 9523.0, 9468.0, 9521.0, 9496.0, 9547.0, 9506.0, 9485.0, 9522.0, 9471.0, 9519.0, 9483.0, 9509.0, 9521.0, 9480.0, 9521.0, 9466.0, 9520.0, 9478.0, 9504.0, 9490.0, 9515.0, 9488.0, 9512.0, 9504.0, 9446.0, 9502.0, 9462.0, 9498.0, 9474.0, 9499.0, 9491.0, 9515.0, 9507.0, 9452.0, 9503.0, 9453.0, 9502.0, 9452.0, 9503.0, 9465.0, 9519.0, 9493.0, 9523.0, 9495.0, 9468.0, 9495.0, 9471.0, 9523.0, 9471.0, 9540.0, 9516.0, 9532.0, 9517.0, 9472.0, 9525.0, 9472.0, 9542.0, 9503.0, 9551.0, 9518.0, 9480.0, 9528.0, 9490.0, 9542.0, 9518.0, 9557.0, 9532.0, 9493.0, 9541.0, 9486.0, 9553.0, 9500.0, 9564.0, 9524.0, 9492.0, 9519.0, 9471.0, 9516.0, 9481.0, 9491.0, 9495.0, 9489.0, 9523.0, 9472.0, 9511.0, 9495.0, 9472.0, 9509.0, 9472.0, 9540.0, 9496.0, 9568.0, 9528.0, 9479.0, 9476.0, 9517.0, 9478.0, 9558.0, 9548.0, 9548.0, 9531.0, 9479.0, 9513.0, 9473.0, 9566.0, 9515.0, 9537.0, 9509.0, 9474.0, 9538.0, 9489.0, 9507.0, 9499.0, 9509.0, 9521.0, 9468.0, 9552.0, 9497.0, 9457.0, 9523.0, 9469.0, 9521.0, 9498.0, 9510.0, 9528.0, 9476.0, 9527.0, 9484.0, 9494.0, 9510.0, 9493.0, 9520.0, 9466.0, 9521.0, 9467.0, 9530.0, 9475.0, 9495.0, 9488.0, 9459.0, 9499.0, 9448.0, 9503.0, 9465.0, 9475.0, 9488.0, 9491.0, 9507.0, 9454.0, 9522.0, 9485.0, 9522.0, 9496.0, 9499.0, 9494.0, 9517.0, 9503.0, 9464.0, 9516.0, 9462.0, 9491.0, 9488.0, 9462.0, 9508.0, 9461.0, 9522.0, 9482.0, 9519.0, 9480.0, 9490.0, 9490.0, 9488.0, 9521.0, 9451.0, 9518.0, 9483.0, 9495.0, 9497.0, 9468.0, 9507.0, 9479.0, 9525.0, 9467.0, 9526.0, 9485.0, 9523.0, 9496.0, 9467.0, 9524.0, 9481.0, 9523.0, 9481.0, 9525.0, 9486.0, 9521.0, 9496.0, 9523.0, 9513.0, 9522.0, 9525.0, 9472.0, 9525.0, 9481.0, 9473.0, 9501.0, 9477.0, 9532.0, 9480.0, 9548.0, 9560.0, 9535.0, 9523.0, 9483.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.00030273059360730597</td></tr>
<tr><td colspan=3>aqi</td><td>0.018038844748858446</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.36211632018277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713786342504566</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9985021212065813</td></tr>
<tr><td colspan=3>efc</td><td>0.4984</td></tr>
<tr><td colspan=3>fber</td><td>4831.687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06839310052411256</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.547945205479452</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6355655483058213</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.542544121199206</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8976525672782154</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4664999564400434</td></tr>
<tr><td colspan=3>gcor</td><td>0.00477837</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006899642292410135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03295622393488884</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6084879398916923</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>15.3211</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.621</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.9594</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294584.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.4047</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6529</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.5301</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.3512</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81960.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1024.5226</td></tr>
<tr><td colspan=3>tsnr</td><td>42.21181103121489</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>