<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-02/func/sub-0101_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>faef4abcd508407289079db30584b8cd</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:34:50.450000</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.998787, 0.0370888, 0.0323768, -0.0322607, 0.989814, -0.138664]</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.259</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.136624</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7767, -7218, 39, -158, -51, -123, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>322.566</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>56fe7a74-79db-487b-8284-5d9a64f6ea29||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.679673433303833, -0.08655299246311188, 0.1004127711057663, 113.66648864746094], [-0.09950666129589081, 2.6555981636047363, -0.3711199462413788, -72.20682525634766], [0.08686459809541702, 0.3720266819000244, 2.6724870204925537, -88.46077728271484], [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': ['193450.450000', '193450.910000', '193451.370000', '193451.830000', '193452.290000', '193452.750000', '193453.210000', '193453.670000', '193454.130000', '193454.590000', '193455.050000', '193455.510000', '193455.970000', '193456.430000', '193456.890000', '193457.350000', '193457.810000', '193458.270000', '193458.730000', '193459.190000', '193459.650000', '193500.110000', '193500.570000', '193501.030000', '193501.490000', '193501.950000', '193502.410000', '193502.870000', '193503.330000', '193503.790000', '193504.250000', '193504.710000', '193505.170000', '193505.630000', '193506.090000', '193506.550000', '193507.010000', '193507.470000', '193507.930000', '193508.390000', '193508.850000', '193509.310000', '193509.770000', '193510.230000', '193510.690000', '193511.150000', '193511.610000', '193512.070000', '193512.530000', '193512.990000', '193513.450000', '193513.910000', '193514.370000', '193514.830000', '193515.290000', '193515.750000', '193516.210000', '193516.670000', '193517.130000', '193517.590000', '193518.050000', '193518.510000', '193518.970000', '193519.430000', '193519.890000', '193520.350000', '193520.810000', '193521.270000', '193521.730000', '193522.190000', '193522.650000', '193523.110000', '193523.570000', '193524.030000', '193524.490000', '193524.950000', '193525.410000', '193525.870000', '193526.330000', '193526.790000', '193527.250000', '193527.710000', '193528.170000', '193528.630000', '193529.090000', '193529.550000', '193530.010000', '193530.470000', '193530.930000', '193531.390000', '193531.850000', '193532.310000', '193532.770000', '193533.230000', '193533.690000', '193534.150000', '193534.610000', '193535.070000', '193535.530000', '193535.990000', '193536.450000', '193536.910000', '193537.370000', '193537.830000', '193538.290000', '193538.750000', '193539.210000', '193539.670000', '193540.130000', '193540.590000', '193541.050000', '193541.510000', '193541.970000', '193542.430000', '193542.890000', '193543.350000', '193543.810000', '193544.270000', '193544.730000', '193545.190000', '193545.650000', '193546.110000', '193546.570000', '193547.030000', '193547.490000', '193547.950000', '193548.410000', '193548.870000', '193549.330000', '193549.790000', '193550.250000', '193550.710000', '193551.170000', '193551.630000', '193552.090000', '193552.550000', '193553.010000', '193553.470000', '193553.930000', '193554.390000', '193554.850000', '193555.310000', '193555.770000', '193556.230000', '193556.690000', '193557.150000', '193557.610000', '193558.070000', '193558.530000', '193558.990000', '193559.450000', '193559.910000', '193600.370000', '193600.830000', '193601.290000', '193601.750000', '193602.210000', '193602.670000', '193603.130000', '193603.590000', '193604.050000', '193604.510000', '193604.970000', '193605.430000', '193605.890000', '193606.350000', '193606.810000', '193607.270000', '193607.730000', '193608.190000', '193608.650000', '193609.110000', '193609.570000', '193610.030000', '193610.490000', '193610.950000', '193611.410000', '193611.870000', '193612.330000', '193612.790000', '193613.250000', '193613.710000', '193614.170000', '193614.630000', '193615.090000', '193615.550000', '193616.010000', '193616.470000', '193616.930000', '193617.390000', '193617.850000', '193618.310000', '193618.770000', '193619.230000', '193619.690000', '193620.150000', '193620.610000', '193621.070000', '193621.530000', '193621.990000', '193622.450000', '193622.910000', '193623.370000', '193623.830000', '193624.290000', '193624.750000', '193625.210000', '193625.670000', '193626.130000', '193626.590000', '193627.050000', '193627.510000', '193627.970000', '193628.430000', '193628.890000', '193629.350000', '193629.810000', '193630.270000', '193630.730000', '193631.190000', '193631.650000', '193632.110000', '193632.570000', '193633.030000', '193633.490000', '193633.950000', '193634.410000', '193634.870000', '193635.330000', '193635.790000', '193636.250000', '193636.710000', '193637.170000', '193637.630000', '193638.090000', '193638.550000', '193639.010000', '193639.470000', '193639.930000', '193640.390000', '193640.850000', '193641.310000', '193641.770000', '193642.230000', '193642.690000', '193643.150000', '193643.610000', '193644.070000', '193644.530000', '193644.990000', '193645.450000', '193645.910000', '193646.370000', '193646.830000', '193647.290000', '193647.750000', '193648.210000', '193648.670000', '193649.130000', '193649.590000', '193650.050000', '193650.510000', '193650.970000', '193651.430000', '193651.890000', '193652.350000', '193652.810000', '193653.270000', '193653.730000', '193654.190000', '193654.650000', '193655.110000', '193655.570000', '193656.030000', '193656.490000', '193656.950000', '193657.410000', '193657.870000', '193658.330000', '193658.790000', '193659.250000', '193659.710000', '193700.170000', '193700.630000', '193701.090000', '193701.550000', '193702.010000', '193702.470000', '193702.930000', '193703.390000', '193703.850000', '193704.310000', '193704.770000', '193705.230000', '193705.690000', '193706.150000', '193706.610000', '193707.070000', '193707.530000', '193707.990000', '193708.450000', '193708.910000', '193709.370000', '193709.830000', '193710.290000', '193710.750000', '193711.210000', '193711.670000', '193712.130000', '193712.590000', '193713.050000', '193713.510000', '193713.970000', '193714.430000', '193714.890000', '193715.350000', '193715.810000', '193716.270000', '193716.730000', '193717.190000', '193717.650000', '193718.110000', '193718.570000', '193719.030000', '193719.490000', '193719.950000', '193720.410000', '193720.870000', '193721.330000', '193721.790000', '193722.250000', '193722.710000', '193723.170000', '193723.630000', '193724.090000', '193724.550000', '193725.010000', '193725.470000', '193725.930000', '193726.390000', '193726.850000', '193727.310000', '193727.770000', '193728.230000', '193728.690000', '193729.150000', '193729.610000', '193730.070000', '193730.530000', '193730.990000', '193731.450000', '193731.910000', '193732.370000', '193732.830000', '193733.290000', '193733.750000', '193734.210000', '193734.670000', '193735.130000', '193735.590000', '193736.050000', '193736.510000', '193736.970000', '193737.430000', '193737.890000', '193738.350000', '193738.810000', '193739.270000', '193739.730000', '193740.190000', '193740.650000', '193741.110000', '193741.570000', '193742.030000', '193742.490000', '193742.950000', '193743.410000', '193743.870000', '193744.330000', '193744.790000', '193745.250000', '193745.710000', '193746.170000', '193746.630000', '193747.090000', '193747.550000', '193748.010000', '193748.470000', '193748.930000', '193749.390000', '193749.850000', '193750.310000', '193750.770000', '193751.230000', '193751.690000', '193752.150000', '193752.610000', '193753.070000', '193753.530000', '193753.990000', '193754.450000', '193754.910000', '193755.370000', '193755.830000', '193756.290000', '193756.750000', '193757.210000', '193757.670000', '193758.130000', '193758.590000', '193759.050000', '193759.510000', '193759.970000', '193800.430000', '193800.890000', '193801.350000', '193801.810000', '193802.270000', '193802.730000', '193803.190000', '193803.650000', '193804.110000', '193804.570000', '193805.030000', '193805.490000', '193805.950000', '193806.410000', '193806.870000', '193807.330000', '193807.790000', '193808.250000', '193808.710000', '193809.170000', '193809.630000', '193810.090000', '193810.550000', '193811.010000', '193811.470000', '193811.930000', '193812.390000', '193812.850000', '193813.310000', '193813.770000', '193814.230000', '193814.690000', '193815.150000', '193815.610000', '193816.070000', '193816.530000', '193816.990000', '193817.450000', '193817.910000', '193818.370000', '193818.830000', '193819.290000', '193819.750000', '193820.210000', '193820.670000', '193821.130000', '193821.590000', '193822.050000', '193822.510000', '193822.970000', '193823.430000', '193823.890000', '193824.350000', '193824.810000', '193825.270000', '193825.730000', '193826.190000', '193826.650000', '193827.110000', '193827.570000', '193828.030000', '193828.490000', '193828.950000', '193829.410000', '193829.870000', '193830.330000', '193830.790000', '193831.250000', '193831.710000', '193832.170000', '193832.630000', '193833.090000', '193833.550000', '193834.010000', '193834.470000', '193834.930000', '193835.390000', '193835.850000', '193836.310000', '193836.770000', '193837.230000', '193837.690000', '193838.150000', '193838.610000', '193839.070000', '193839.530000', '193839.990000', '193840.450000', '193840.910000', '193841.370000', '193841.830000', '193842.290000', '193842.750000', '193843.210000', '193843.670000', '193844.130000', '193844.590000', '193845.050000', '193845.510000', '193845.970000', '193846.430000', '193846.890000', '193847.350000', '193847.810000', '193848.270000', '193848.730000', '193849.190000', '193849.650000', '193850.110000', '193850.570000', '193851.030000', '193851.490000', '193851.950000', '193852.410000', '193852.870000', '193853.330000', '193853.790000', '193854.250000', '193854.710000', '193855.170000', '193855.630000', '193856.090000', '193856.550000', '193857.010000', '193857.470000', '193857.930000', '193858.390000', '193858.850000', '193859.310000', '193859.770000', '193900.230000', '193900.690000', '193901.150000', '193901.610000', '193902.070000', '193902.530000', '193902.990000', '193903.450000', '193903.910000', '193904.370000', '193904.830000', '193905.290000', '193905.750000', '193906.210000', '193906.670000', '193907.130000', '193907.590000', '193908.050000', '193908.510000', '193908.970000', '193909.430000', '193909.890000', '193910.350000', '193910.810000', '193911.270000', '193911.730000', '193912.190000', '193912.650000', '193913.110000', '193913.570000', '193914.030000', '193914.490000', '193914.950000', '193915.410000', '193915.870000', '193916.330000', '193916.790000', '193917.250000', '193917.710000', '193918.170000', '193918.630000', '193919.090000', '193919.550000', '193920.010000', '193920.470000', '193920.930000', '193921.390000', '193921.850000', '193922.310000', '193922.770000', '193923.230000', '193923.690000', '193924.150000', '193924.610000', '193925.070000', '193925.530000', '193925.990000', '193926.450000', '193926.910000', '193927.370000', '193927.830000', '193928.290000', '193928.750000', '193929.210000', '193929.670000', '193930.130000', '193930.590000', '193931.050000', '193931.510000', '193931.970000', '193932.430000', '193932.890000', '193933.350000', '193933.810000', '193934.270000', '193934.730000', '193935.190000', '193935.650000', '193936.110000', '193936.570000', '193937.030000', '193937.490000', '193937.950000', '193938.410000', '193938.870000', '193939.330000', '193939.790000', '193940.250000', '193940.710000', '193941.170000', '193941.630000', '193942.090000', '193942.550000', '193943.010000', '193943.470000', '193943.930000', '193944.390000', '193944.850000', '193945.310000', '193945.770000', '193946.230000', '193946.690000', '193947.150000', '193947.610000', '193948.070000', '193948.530000', '193948.990000', '193949.450000', '193949.910000', '193950.370000', '193950.830000', '193951.290000', '193951.750000', '193952.210000', '193952.670000', '193953.130000', '193953.590000', '193954.050000', '193954.510000', '193954.970000', '193955.430000', '193955.890000', '193956.350000', '193956.810000', '193957.270000', '193957.730000', '193958.190000', '193958.650000', '193959.110000', '193959.570000', '194000.030000', '194000.490000', '194000.950000', '194001.410000', '194001.870000', '194002.330000', '194002.790000', '194003.250000', '194003.710000', '194004.170000', '194004.630000', '194005.090000', '194005.550000', '194006.010000', '194006.470000', '194006.930000', '194007.390000', '194007.850000', '194008.310000', '194008.770000', '194009.230000', '194009.690000', '194010.150000', '194010.610000', '194011.070000', '194011.530000', '194011.990000', '194012.450000', '194012.910000', '194013.370000', '194013.830000', '194014.290000', '194014.750000', '194015.210000', '194015.670000', '194016.130000', '194016.590000', '194017.050000', '194017.510000', '194017.970000', '194018.430000', '194018.890000', '194019.350000', '194019.810000', '194020.270000', '194020.730000', '194021.190000', '194021.650000', '194022.110000', '194022.570000', '194023.030000', '194023.490000', '194023.950000', '194024.410000', '194024.870000', '194025.330000', '194025.790000', '194026.250000', '194026.710000', '194027.170000', '194027.630000', '194028.090000', '194028.550000', '194029.010000', '194029.470000', '194029.930000', '194030.390000', '194030.850000', '194031.310000', '194031.770000', '194032.230000', '194032.690000', '194033.150000', '194033.610000', '194034.070000', '194034.530000', '194034.990000', '194035.450000', '194035.910000', '194036.370000', '194036.830000', '194037.290000', '194037.750000', '194038.210000', '194038.670000', '194039.130000', '194039.590000', '194040.050000', '194040.510000', '194040.970000', '194041.430000', '194041.890000', '194042.350000', '194042.810000', '194043.270000', '194043.730000', '194044.190000', '194044.650000', '194045.110000', '194045.570000', '194046.030000', '194046.490000', '194046.950000', '194047.410000', '194047.870000', '194048.330000', '194048.790000', '194049.250000', '194049.710000', '194050.170000', '194050.630000', '194051.090000', '194051.550000', '194052.010000', '194052.470000', '194052.930000', '194053.390000', '194053.850000', '194054.310000', '194054.770000', '194055.230000', '194055.690000', '194056.150000', '194056.610000', '194057.070000', '194057.530000', '194057.990000', '194058.450000', '194058.910000', '194059.370000', '194059.830000', '194100.290000', '194100.750000', '194101.210000', '194101.670000', '194102.130000', '194102.590000', '194103.050000', '194103.510000', '194103.970000', '194104.430000', '194104.890000', '194105.350000', '194105.810000', '194106.270000', '194106.730000', '194107.190000', '194107.650000', '194108.110000', '194108.570000', '194109.030000', '194109.490000', '194109.950000', '194110.410000', '194110.870000', '194111.330000', '194111.790000', '194112.250000', '194112.710000', '194113.170000', '194113.630000', '194114.090000', '194114.550000', '194115.010000', '194115.470000', '194115.930000', '194116.390000', '194116.850000', '194117.310000', '194117.770000', '194118.230000', '194118.690000', '194119.150000', '194119.610000', '194120.070000', '194120.530000', '194120.990000', '194121.450000', '194121.910000', '194122.370000', '194122.830000', '194123.290000', '194123.750000', '194124.210000', '194124.670000', '194125.130000', '194125.590000', '194126.050000', '194126.510000', '194126.970000', '194127.430000', '194127.890000', '194128.350000', '194128.810000', '194129.270000', '194129.730000', '194130.190000', '194130.650000', '194131.110000', '194131.570000', '194132.030000', '194132.490000', '194132.950000', '194133.410000', '194133.870000', '194134.330000', '194134.790000', '194135.250000', '194135.710000', '194136.170000', '194136.630000', '194137.090000', '194137.550000', '194138.010000', '194138.470000', '194138.930000', '194139.390000', '194139.850000', '194140.310000', '194140.770000', '194141.230000', '194141.690000', '194142.150000', '194142.610000', '194143.070000', '194143.530000', '194143.990000', '194144.450000', '194144.910000', '194145.370000', '194145.830000', '194146.290000', '194146.750000', '194147.210000', '194147.670000', '194148.130000', '194148.590000', '194149.050000', '194149.510000', '194149.970000', '194150.430000', '194150.890000', '194151.350000', '194151.810000', '194152.270000', '194152.730000', '194153.190000', '194153.650000', '194154.110000', '194154.570000', '194155.030000', '194155.490000', '194155.950000', '194156.410000', '194156.870000', '194157.330000', '194157.790000', '194158.250000', '194158.710000', '194159.170000', '194159.630000', '194200.090000', '194200.550000', '194201.010000', '194201.470000', '194201.930000', '194202.390000', '194202.850000', '194203.310000', '194203.770000', '194204.230000', '194204.690000', '194205.150000', '194205.610000', '194206.070000', '194206.530000', '194206.990000', '194207.450000', '194207.910000', '194208.370000', '194208.830000', '194209.290000', '194209.750000', '194210.210000', '194210.670000', '194211.130000', '194211.590000', '194212.050000', '194212.510000', '194212.970000', '194213.430000', '194213.890000', '194214.350000', '194214.810000', '194215.270000', '194215.730000', '194216.190000', '194216.650000', '194217.110000', '194217.570000', '194218.030000', '194218.490000', '194218.950000', '194219.410000', '194219.870000', '194220.330000', '194220.790000', '194221.250000', '194221.710000', '194222.170000', '194222.630000', '194223.090000', '194223.550000', '194224.010000', '194224.470000', '194224.930000', '194225.390000', '194225.850000', '194226.310000', '194226.770000', '194227.230000', '194227.690000', '194228.150000', '194228.610000', '194229.070000', '194229.530000', '194229.990000', '194230.450000', '194230.910000', '194231.370000', '194231.830000', '194232.290000', '194232.750000', '194233.210000', '194233.670000', '194234.130000', '194234.590000', '194235.050000', '194235.510000', '194235.970000', '194236.430000', '194236.890000', '194237.350000', '194237.810000', '194238.270000', '194238.730000', '194239.190000', '194239.650000', '194240.110000', '194240.570000', '194241.030000', '194241.490000', '194241.950000', '194242.410000', '194242.870000', '194243.330000', '194243.790000', '194244.250000', '194244.710000', '194245.170000', '194245.630000', '194246.090000', '194246.550000', '194247.010000', '194247.470000', '194247.930000', '194248.390000', '194248.850000', '194249.310000', '194249.770000', '194250.230000', '194250.690000', '194251.150000', '194251.610000', '194252.070000', '194252.530000', '194252.990000', '194253.450000', '194253.910000', '194254.370000', '194254.830000', '194255.290000', '194255.750000', '194256.210000', '194256.670000', '194257.130000', '194257.590000', '194258.050000', '194258.510000', '194258.970000', '194259.430000', '194259.890000', '194300.350000', '194300.810000', '194301.270000', '194301.730000', '194302.190000', '194302.650000', '194303.110000', '194303.570000', '194304.030000', '194304.490000', '194304.950000', '194305.410000', '194305.870000', '194306.330000', '194306.790000', '194307.250000', '194307.710000', '194308.170000', '194308.630000', '194309.090000', '194309.550000', '194310.010000', '194310.470000', '194310.930000', '194311.390000', '194311.850000', '194312.310000', '194312.770000', '194313.230000', '194313.690000', '194314.150000', '194314.610000', '194315.070000'], 'ContentTime': ['193508.673000', '193508.676000', '193508.679000', '193508.682000', '193508.684000', '193508.687000', '193508.690000', '193508.692000', '193508.695000', '193508.697000', '193508.700000', '193508.702000', '193508.727000', '193508.729000', '193508.732000', '193508.734000', '193508.737000', '193508.739000', '193508.742000', '193508.745000', '193508.747000', '193508.750000', '193508.753000', '193508.755000', '193508.758000', '193508.760000', '193508.763000', '193508.766000', '193508.768000', '193508.771000', '193508.774000', '193508.776000', '193508.779000', '193508.781000', '193508.792000', '193508.795000', '193508.797000', '193508.827000', '193528.645000', '193528.648000', '193528.651000', '193528.654000', '193528.656000', '193528.659000', '193528.662000', '193528.664000', '193528.667000', '193528.669000', '193528.672000', '193528.675000', '193528.677000', '193528.680000', '193528.682000', '193528.685000', '193528.687000', '193528.690000', '193528.693000', '193528.695000', '193528.698000', '193528.700000', '193528.703000', '193528.705000', '193528.708000', '193528.711000', '193528.713000', '193528.716000', '193528.719000', '193528.721000', '193528.724000', '193528.726000', '193528.729000', '193528.731000', '193528.734000', '193528.737000', '193528.740000', '193528.742000', '193528.745000', '193528.748000', '193528.750000', '193528.753000', '193528.755000', '193548.645000', '193548.648000', '193548.651000', '193548.653000', '193548.656000', '193548.691000', '193548.693000', '193548.696000', '193548.698000', '193548.701000', '193548.703000', '193548.706000', '193548.709000', '193548.711000', '193548.714000', '193548.716000', '193548.719000', '193548.721000', '193548.724000', '193548.727000', '193548.729000', '193548.732000', '193548.734000', '193548.737000', '193548.739000', '193548.742000', '193548.745000', '193548.747000', '193548.750000', '193548.752000', '193548.755000', '193548.758000', '193548.760000', '193548.763000', '193548.765000', '193548.768000', '193548.771000', '193548.773000', '193548.776000', '193548.778000', '193548.781000', '193548.784000', '193548.786000', '193548.789000', '193608.645000', '193608.648000', '193608.651000', '193608.653000', '193608.656000', '193608.659000', '193608.661000', '193608.664000', '193608.667000', '193608.669000', '193608.672000', '193608.674000', '193608.677000', '193608.680000', '193608.682000', '193608.685000', '193608.688000', '193608.690000', '193608.693000', '193608.695000', '193608.698000', '193608.700000', '193608.703000', '193608.706000', '193608.708000', '193608.711000', '193608.713000', '193608.716000', '193608.719000', '193608.721000', '193608.724000', '193608.726000', '193608.729000', '193608.732000', '193608.734000', '193608.737000', '193608.739000', '193608.742000', '193608.744000', '193608.747000', '193608.750000', '193608.752000', '193608.755000', '193628.646000', '193628.649000', '193628.651000', '193628.655000', '193628.657000', '193628.660000', '193628.663000', '193628.665000', '193628.668000', '193628.670000', '193628.673000', '193628.676000', '193628.678000', '193628.681000', '193628.683000', '193628.686000', '193628.688000', '193628.691000', '193628.694000', '193628.696000', '193628.699000', '193628.701000', '193628.704000', '193628.707000', '193628.709000', '193628.712000', '193628.714000', '193628.717000', '193628.720000', '193628.723000', '193628.725000', '193628.728000', '193628.730000', '193628.733000', '193628.736000', '193628.738000', '193628.741000', '193628.743000', '193628.746000', '193628.749000', '193628.751000', '193628.754000', '193628.757000', '193628.774000', '193648.646000', '193648.648000', '193648.651000', '193648.654000', '193648.657000', '193648.659000', '193648.662000', '193648.664000', '193648.667000', '193648.670000', '193648.672000', '193648.675000', '193648.677000', '193648.680000', '193648.683000', '193648.685000', '193648.688000', '193648.691000', '193648.693000', '193648.696000', '193648.699000', '193648.701000', '193648.704000', '193648.706000', '193648.709000', '193648.711000', '193648.714000', '193648.717000', '193648.719000', '193648.722000', '193648.739000', '193648.741000', '193648.744000', '193648.746000', '193648.749000', '193648.752000', '193648.754000', '193648.757000', '193648.759000', '193648.762000', '193648.765000', '193648.767000', '193648.770000', '193708.647000', '193708.649000', '193708.652000', '193708.655000', '193708.657000', '193708.660000', '193708.663000', '193708.665000', '193708.668000', '193708.671000', '193708.673000', '193708.676000', '193708.678000', '193708.681000', '193708.684000', '193708.686000', '193708.689000', '193708.691000', '193708.694000', '193708.697000', '193708.699000', '193708.702000', '193708.704000', '193708.707000', '193708.723000', '193708.726000', '193708.728000', '193708.731000', '193708.734000', '193708.736000', '193708.739000', '193708.742000', '193708.744000', '193708.747000', '193708.750000', '193708.752000', '193708.755000', '193708.757000', '193708.760000', '193708.763000', '193708.765000', '193708.768000', '193708.770000', '193708.773000', '193728.647000', '193728.650000', '193728.652000', '193728.655000', '193728.657000', '193728.660000', '193728.663000', '193728.665000', '193728.668000', '193728.670000', '193728.673000', '193728.675000', '193728.678000', '193728.681000', '193728.683000', '193728.686000', '193728.689000', '193728.691000', '193728.694000', '193728.697000', '193728.699000', '193728.702000', '193728.704000', '193728.707000', '193728.710000', '193728.712000', '193728.715000', '193728.718000', '193728.720000', '193728.723000', '193728.725000', '193728.728000', '193728.730000', '193728.733000', '193728.736000', '193728.738000', '193728.741000', '193728.743000', '193728.746000', '193728.748000', '193728.751000', '193728.754000', '193728.756000', '193748.646000', '193748.648000', '193748.651000', '193748.654000', '193748.656000', '193748.659000', '193748.661000', '193748.664000', '193748.667000', '193748.669000', '193748.672000', '193748.674000', '193748.677000', '193748.680000', '193748.682000', '193748.685000', '193748.688000', '193748.690000', '193748.693000', '193748.696000', '193748.698000', '193748.701000', '193748.703000', '193748.706000', '193748.709000', '193748.711000', '193748.714000', '193748.717000', '193748.719000', '193748.722000', '193748.725000', '193748.727000', '193748.730000', '193748.732000', '193748.735000', '193748.738000', '193748.740000', '193748.743000', '193748.745000', '193748.748000', '193748.750000', '193748.753000', '193748.756000', '193748.758000', '193808.645000', '193808.648000', '193808.651000', '193808.654000', '193808.656000', '193808.659000', '193808.661000', '193808.664000', '193808.666000', '193808.669000', '193808.672000', '193808.674000', '193808.677000', '193808.680000', '193808.682000', '193808.685000', '193808.687000', '193808.690000', '193808.693000', '193808.696000', '193808.698000', '193808.701000', '193808.704000', '193808.706000', '193808.721000', '193808.724000', '193808.726000', '193808.729000', '193808.732000', '193808.734000', '193808.737000', '193808.739000', '193808.742000', '193808.745000', '193808.747000', '193808.750000', '193808.752000', '193808.755000', '193808.758000', '193808.760000', '193808.763000', '193808.765000', '193808.768000', '193828.646000', '193828.649000', '193828.651000', '193828.654000', '193828.657000', '193828.659000', '193828.662000', '193828.665000', '193828.667000', '193828.670000', '193828.673000', '193828.675000', '193828.678000', '193828.681000', '193828.683000', '193828.686000', '193828.689000', '193828.691000', '193828.694000', '193828.696000', '193828.699000', '193828.702000', '193828.704000', '193828.707000', '193828.710000', '193828.712000', '193828.715000', '193828.718000', '193828.720000', '193828.723000', '193828.725000', '193828.728000', '193828.731000', '193828.733000', '193828.736000', '193828.738000', '193828.741000', '193828.743000', '193828.746000', '193828.749000', '193828.751000', '193828.754000', '193828.756000', '193848.646000', '193848.649000', '193848.651000', '193848.654000', '193848.656000', '193848.659000', '193848.662000', '193848.664000', '193848.667000', '193848.670000', '193848.672000', '193848.675000', '193848.677000', '193848.680000', '193848.683000', '193848.685000', '193848.688000', '193848.691000', '193848.693000', '193848.696000', '193848.698000', '193848.701000', '193848.703000', '193848.706000', '193848.709000', '193848.711000', '193848.714000', '193848.717000', '193848.719000', '193848.722000', '193848.724000', '193848.727000', '193848.730000', '193848.732000', '193848.735000', '193848.738000', '193848.740000', '193848.743000', '193848.746000', '193848.748000', '193848.751000', '193848.753000', '193848.756000', '193848.759000', '193908.646000', '193908.649000', '193908.651000', '193908.654000', '193908.657000', '193908.660000', '193908.663000', '193908.665000', '193908.668000', '193908.670000', '193908.673000', '193908.676000', '193908.679000', '193908.682000', '193908.685000', '193908.687000', '193908.690000', '193908.693000', '193908.695000', '193908.698000', '193908.700000', '193908.703000', '193908.706000', '193908.708000', '193908.711000', '193908.714000', '193908.716000', '193908.719000', '193908.722000', '193908.724000', '193908.727000', '193908.730000', '193908.732000', '193908.735000', '193908.738000', '193908.740000', '193908.743000', '193908.746000', '193908.748000', '193908.751000', '193908.754000', '193908.756000', '193908.759000', '193928.647000', '193928.649000', '193928.652000', '193928.655000', '193928.658000', '193928.660000', '193928.663000', '193928.666000', '193928.668000', '193928.671000', '193928.673000', '193928.676000', '193928.679000', '193928.681000', '193928.684000', '193928.687000', '193928.689000', '193928.692000', '193928.695000', '193928.697000', '193928.700000', '193928.703000', '193928.705000', '193928.708000', '193928.710000', '193928.713000', '193928.716000', '193928.718000', '193928.721000', '193928.724000', '193928.727000', '193928.729000', '193928.732000', '193928.734000', '193928.737000', '193928.740000', '193928.742000', '193928.745000', '193928.748000', '193928.750000', '193928.753000', '193928.755000', '193928.758000', '193928.761000', '193948.647000', '193948.649000', '193948.652000', '193948.655000', '193948.657000', '193948.660000', '193948.663000', '193948.665000', '193948.668000', '193948.671000', '193948.673000', '193948.676000', '193948.678000', '193948.681000', '193948.683000', '193948.686000', '193948.689000', '193948.691000', '193948.694000', '193948.697000', '193948.700000', '193948.703000', '193948.705000', '193948.708000', '193948.710000', '193948.713000', '193948.716000', '193948.718000', '193948.721000', '193948.723000', '193948.726000', '193948.729000', '193948.731000', '193948.734000', '193948.736000', '193948.739000', '193948.742000', '193948.744000', '193948.747000', '193948.750000', '193948.752000', '193948.755000', '193948.757000', '194008.646000', '194008.648000', '194008.651000', '194008.654000', '194008.657000', '194008.659000', '194008.662000', '194008.665000', '194008.667000', '194008.670000', '194008.672000', '194008.675000', '194008.678000', '194008.680000', '194008.683000', '194008.686000', '194008.689000', '194008.691000', '194008.694000', '194008.696000', '194008.699000', '194008.702000', '194008.704000', '194008.707000', '194008.709000', '194008.712000', '194008.715000', '194008.717000', '194008.720000', '194008.722000', '194008.725000', '194008.728000', '194008.730000', '194008.733000', '194008.736000', '194008.738000', '194008.741000', '194008.743000', '194008.746000', '194008.749000', '194008.751000', '194008.754000', '194008.757000', '194008.759000', '194028.645000', '194028.649000', '194028.651000', '194028.654000', '194028.657000', '194028.659000', '194028.662000', '194028.665000', '194028.667000', '194028.670000', '194028.673000', '194028.675000', '194028.679000', '194028.681000', '194028.684000', '194028.687000', '194028.689000', '194028.692000', '194028.695000', '194028.697000', '194028.700000', '194028.703000', '194028.705000', '194028.708000', '194028.710000', '194028.713000', '194028.715000', '194028.719000', '194028.722000', '194028.725000', '194028.727000', '194028.730000', '194028.733000', '194028.735000', '194028.738000', '194028.751000', '194028.753000', '194028.756000', '194028.759000', '194028.761000', '194028.764000', '194028.766000', '194028.769000', '194048.646000', '194048.648000', '194048.652000', '194048.654000', '194048.657000', '194048.659000', '194048.662000', '194048.665000', '194048.667000', '194048.670000', '194048.673000', '194048.675000', '194048.678000', '194048.681000', '194048.683000', '194048.686000', '194048.689000', '194048.691000', '194048.694000', '194048.697000', '194048.699000', '194048.702000', '194048.705000', '194048.707000', '194048.710000', '194048.712000', '194048.715000', '194048.718000', '194048.720000', '194048.723000', '194048.726000', '194048.728000', '194048.731000', '194048.734000', '194048.736000', '194048.739000', '194048.742000', '194048.744000', '194048.747000', '194048.749000', '194048.752000', '194048.755000', '194048.757000', '194048.760000', '194108.646000', '194108.648000', '194108.652000', '194108.670000', '194108.673000', '194108.676000', '194108.678000', '194108.681000', '194108.684000', '194108.686000', '194108.689000', '194108.692000', '194108.694000', '194108.697000', '194108.700000', '194108.702000', '194108.705000', '194108.707000', '194108.710000', '194108.713000', '194108.716000', '194108.718000', '194108.721000', '194108.724000', '194108.726000', '194108.729000', '194108.732000', '194108.734000', '194108.737000', '194108.739000', '194108.742000', '194108.745000', '194108.747000', '194108.750000', '194108.753000', '194108.755000', '194108.758000', '194108.760000', '194108.763000', '194108.766000', '194108.768000', '194108.771000', '194108.774000', '194128.645000', '194128.648000', '194128.651000', '194128.654000', '194128.656000', '194128.659000', '194128.661000', '194128.664000', '194128.667000', '194128.669000', '194128.672000', '194128.674000', '194128.677000', '194128.680000', '194128.682000', '194128.685000', '194128.687000', '194128.690000', '194128.693000', '194128.696000', '194128.698000', '194128.701000', '194128.704000', '194128.706000', '194128.709000', '194128.711000', '194128.714000', '194128.717000', '194128.719000', '194128.722000', '194128.724000', '194128.727000', '194128.730000', '194128.732000', '194128.735000', '194128.737000', '194128.740000', '194128.743000', '194128.745000', '194128.748000', '194128.750000', '194128.753000', '194128.756000', '194128.758000', '194148.647000', '194148.650000', '194148.652000', '194148.655000', '194148.658000', '194148.661000', '194148.663000', '194148.666000', '194148.668000', '194148.671000', '194148.674000', '194148.676000', '194148.679000', '194148.681000', '194148.684000', '194148.687000', '194148.690000', '194148.692000', '194148.695000', '194148.706000', '194148.709000', '194148.712000', '194148.714000', '194148.717000', '194148.719000', '194148.722000', '194148.725000', '194148.727000', '194148.730000', '194148.733000', '194148.735000', '194148.738000', '194148.741000', '194148.743000', '194148.746000', '194148.749000', '194148.751000', '194148.754000', '194148.757000', '194148.761000', '194148.763000', '194148.766000', '194148.769000', '194208.647000', '194208.656000', '194208.659000', '194208.662000', '194208.664000', '194208.667000', '194208.669000', '194208.672000', '194208.675000', '194208.677000', '194208.680000', '194208.682000', '194208.685000', '194208.688000', '194208.690000', '194208.693000', '194208.696000', '194208.698000', '194208.701000', '194208.703000', '194208.706000', '194208.709000', '194208.711000', '194208.714000', '194208.716000', '194208.719000', '194208.722000', '194208.724000', '194208.727000', '194208.730000', '194208.733000', '194208.735000', '194208.738000', '194208.740000', '194208.743000', '194208.746000', '194208.748000', '194208.751000', '194208.753000', '194208.756000', '194208.759000', '194208.761000', '194208.764000', '194208.767000', '194228.645000', '194228.648000', '194228.651000', '194228.654000', '194228.656000', '194228.659000', '194228.661000', '194228.664000', '194228.667000', '194228.669000', '194228.672000', '194228.674000', '194228.677000', '194228.692000', '194228.694000', '194228.697000', '194228.700000', '194228.702000', '194228.705000', '194228.707000', '194228.710000', '194228.713000', '194228.716000', '194228.719000', '194228.722000', '194228.725000', '194228.727000', '194228.730000', '194228.733000', '194228.735000', '194228.738000', '194228.741000', '194228.744000', '194228.746000', '194228.749000', '194228.752000', '194228.754000', '194228.757000', '194228.760000', '194228.762000', '194228.765000', '194228.767000', '194228.770000', '194248.646000', '194248.648000', '194248.651000', '194248.654000', '194248.656000', '194248.659000', '194248.661000', '194248.664000', '194248.667000', '194248.669000', '194248.672000', '194248.675000', '194248.677000', '194248.680000', '194248.683000', '194248.685000', '194248.688000', '194248.691000', '194248.693000', '194248.696000', '194248.698000', '194248.701000', '194248.704000', '194248.706000', '194248.709000', '194248.712000', '194248.714000', '194248.717000', '194248.719000', '194248.722000', '194248.725000', '194248.727000', '194248.730000', '194248.732000', '194248.735000', '194248.738000', '194248.740000', '194248.743000', '194248.746000', '194248.748000', '194248.751000', '194248.754000', '194248.756000', '194248.759000', '194308.646000', '194308.649000', '194308.651000', '194308.654000', '194308.657000', '194308.659000', '194308.662000', '194308.664000', '194308.667000', '194308.670000', '194308.672000', '194308.675000', '194308.678000', '194308.680000', '194308.683000', '194308.685000', '194308.688000', '194308.691000', '194308.693000', '194308.696000', '194308.698000', '194308.701000', '194308.704000', '194308.706000', '194308.709000', '194308.711000', '194308.714000', '194308.717000', '194308.719000', '194308.722000', '194308.724000', '194308.727000', '194308.730000', '194308.732000', '194308.735000', '194308.737000', '194308.740000', '194308.742000', '194308.745000', '194308.748000', '194308.750000', '194308.753000', '194308.756000', '194316.108000', '194316.111000', '194316.114000', '194316.117000', '194316.120000', '194316.122000', '194316.125000', '194316.128000', '194316.131000', '194316.133000', '194316.136000', '194316.139000', '194316.142000', '194316.145000', '194316.148000', '194316.151000', '194316.155000'], 'InstanceCreationTime': ['193508.673000', '193508.676000', '193508.679000', '193508.682000', '193508.684000', '193508.687000', '193508.690000', '193508.692000', '193508.695000', '193508.697000', '193508.700000', '193508.702000', '193508.727000', '193508.729000', '193508.732000', '193508.734000', '193508.737000', '193508.739000', '193508.742000', '193508.745000', '193508.747000', '193508.750000', '193508.753000', '193508.755000', '193508.758000', '193508.760000', '193508.763000', '193508.766000', '193508.768000', '193508.771000', '193508.774000', '193508.776000', '193508.779000', '193508.781000', '193508.792000', '193508.795000', '193508.797000', '193508.827000', '193528.645000', '193528.648000', '193528.651000', '193528.654000', '193528.656000', '193528.659000', '193528.662000', '193528.664000', '193528.667000', '193528.669000', '193528.672000', '193528.675000', '193528.677000', '193528.680000', '193528.682000', '193528.685000', '193528.687000', '193528.690000', '193528.693000', '193528.695000', '193528.698000', '193528.700000', '193528.703000', '193528.705000', '193528.708000', '193528.711000', '193528.713000', '193528.716000', '193528.719000', '193528.721000', '193528.724000', '193528.726000', '193528.729000', '193528.731000', '193528.734000', '193528.737000', '193528.740000', '193528.742000', '193528.745000', '193528.748000', '193528.750000', '193528.753000', '193528.755000', '193548.645000', '193548.648000', '193548.651000', '193548.653000', '193548.656000', '193548.691000', '193548.693000', '193548.696000', '193548.698000', '193548.701000', '193548.703000', '193548.706000', '193548.709000', '193548.711000', '193548.714000', '193548.716000', '193548.719000', '193548.721000', '193548.724000', '193548.727000', '193548.729000', '193548.732000', '193548.734000', '193548.737000', '193548.739000', '193548.742000', '193548.745000', '193548.747000', '193548.750000', '193548.752000', '193548.755000', '193548.758000', '193548.760000', '193548.763000', '193548.765000', '193548.768000', '193548.771000', '193548.773000', '193548.776000', '193548.778000', '193548.781000', '193548.784000', '193548.786000', '193548.789000', '193608.645000', '193608.648000', '193608.651000', '193608.653000', '193608.656000', '193608.659000', '193608.661000', '193608.664000', '193608.667000', '193608.669000', '193608.672000', '193608.674000', '193608.677000', '193608.680000', '193608.682000', '193608.685000', '193608.688000', '193608.690000', '193608.693000', '193608.695000', '193608.698000', '193608.700000', '193608.703000', '193608.706000', '193608.708000', '193608.711000', '193608.713000', '193608.716000', '193608.719000', '193608.721000', '193608.724000', '193608.726000', '193608.729000', '193608.732000', '193608.734000', '193608.737000', '193608.739000', '193608.742000', '193608.744000', '193608.747000', '193608.750000', '193608.752000', '193608.755000', '193628.646000', '193628.649000', '193628.651000', '193628.655000', '193628.657000', '193628.660000', '193628.663000', '193628.665000', '193628.668000', '193628.670000', '193628.673000', '193628.676000', '193628.678000', '193628.681000', '193628.683000', '193628.686000', '193628.688000', '193628.691000', '193628.694000', '193628.696000', '193628.699000', '193628.701000', '193628.704000', '193628.707000', '193628.709000', '193628.712000', '193628.714000', '193628.717000', '193628.720000', '193628.723000', '193628.725000', '193628.728000', '193628.730000', '193628.733000', '193628.736000', '193628.738000', '193628.741000', '193628.743000', '193628.746000', '193628.749000', '193628.751000', '193628.754000', '193628.757000', '193628.774000', '193648.646000', '193648.648000', '193648.651000', '193648.654000', '193648.657000', '193648.659000', '193648.662000', '193648.664000', '193648.667000', '193648.670000', '193648.672000', '193648.675000', '193648.677000', '193648.680000', '193648.683000', '193648.685000', '193648.688000', '193648.691000', '193648.693000', '193648.696000', '193648.699000', '193648.701000', '193648.704000', '193648.706000', '193648.709000', '193648.711000', '193648.714000', '193648.717000', '193648.719000', '193648.722000', '193648.739000', '193648.741000', '193648.744000', '193648.746000', '193648.749000', '193648.752000', '193648.754000', '193648.757000', '193648.759000', '193648.762000', '193648.765000', '193648.767000', '193648.770000', '193708.647000', '193708.649000', '193708.652000', '193708.655000', '193708.657000', '193708.660000', '193708.663000', '193708.665000', '193708.668000', '193708.671000', '193708.673000', '193708.676000', '193708.678000', '193708.681000', '193708.684000', '193708.686000', '193708.689000', '193708.691000', '193708.694000', '193708.697000', '193708.699000', '193708.702000', '193708.704000', '193708.707000', '193708.723000', '193708.726000', '193708.728000', '193708.731000', '193708.734000', '193708.736000', '193708.739000', '193708.742000', '193708.744000', '193708.747000', '193708.750000', '193708.752000', '193708.755000', '193708.757000', '193708.760000', '193708.763000', '193708.765000', '193708.768000', '193708.770000', '193708.773000', '193728.647000', '193728.650000', '193728.652000', '193728.655000', '193728.657000', '193728.660000', '193728.663000', '193728.665000', '193728.668000', '193728.670000', '193728.673000', '193728.675000', '193728.678000', '193728.681000', '193728.683000', '193728.686000', '193728.689000', '193728.691000', '193728.694000', '193728.697000', '193728.699000', '193728.702000', '193728.704000', '193728.707000', '193728.710000', '193728.712000', '193728.715000', '193728.718000', '193728.720000', '193728.723000', '193728.725000', '193728.728000', '193728.730000', '193728.733000', '193728.736000', '193728.738000', '193728.741000', '193728.743000', '193728.746000', '193728.748000', '193728.751000', '193728.754000', '193728.756000', '193748.646000', '193748.648000', '193748.651000', '193748.654000', '193748.656000', '193748.659000', '193748.661000', '193748.664000', '193748.667000', '193748.669000', '193748.672000', '193748.674000', '193748.677000', '193748.680000', '193748.682000', '193748.685000', '193748.688000', '193748.690000', '193748.693000', '193748.696000', '193748.698000', '193748.701000', '193748.703000', '193748.706000', '193748.709000', '193748.711000', '193748.714000', '193748.717000', '193748.719000', '193748.722000', '193748.725000', '193748.727000', '193748.730000', '193748.732000', '193748.735000', '193748.738000', '193748.740000', '193748.743000', '193748.745000', '193748.748000', '193748.750000', '193748.753000', '193748.756000', '193748.758000', '193808.645000', '193808.648000', '193808.651000', '193808.654000', '193808.656000', '193808.659000', '193808.661000', '193808.664000', '193808.666000', '193808.669000', '193808.672000', '193808.674000', '193808.677000', '193808.680000', '193808.682000', '193808.685000', '193808.687000', '193808.690000', '193808.693000', '193808.696000', '193808.698000', '193808.701000', '193808.704000', '193808.706000', '193808.721000', '193808.724000', '193808.726000', '193808.729000', '193808.732000', '193808.734000', '193808.737000', '193808.739000', '193808.742000', '193808.745000', '193808.747000', '193808.750000', '193808.752000', '193808.755000', '193808.758000', '193808.760000', '193808.763000', '193808.765000', '193808.768000', '193828.646000', '193828.649000', '193828.651000', '193828.654000', '193828.657000', '193828.659000', '193828.662000', '193828.665000', '193828.667000', '193828.670000', '193828.673000', '193828.675000', '193828.678000', '193828.681000', '193828.683000', '193828.686000', '193828.689000', '193828.691000', '193828.694000', '193828.696000', '193828.699000', '193828.702000', '193828.704000', '193828.707000', '193828.710000', '193828.712000', '193828.715000', '193828.718000', '193828.720000', '193828.723000', '193828.725000', '193828.728000', '193828.731000', '193828.733000', '193828.736000', '193828.738000', '193828.741000', '193828.743000', '193828.746000', '193828.749000', '193828.751000', '193828.754000', '193828.756000', '193848.646000', '193848.649000', '193848.651000', '193848.654000', '193848.656000', '193848.659000', '193848.662000', '193848.664000', '193848.667000', '193848.670000', '193848.672000', '193848.675000', '193848.677000', '193848.680000', '193848.683000', '193848.685000', '193848.688000', '193848.691000', '193848.693000', '193848.696000', '193848.698000', '193848.701000', '193848.703000', '193848.706000', '193848.709000', '193848.711000', '193848.714000', '193848.717000', '193848.719000', '193848.722000', '193848.724000', '193848.727000', '193848.730000', '193848.732000', '193848.735000', '193848.738000', '193848.740000', '193848.743000', '193848.746000', '193848.748000', '193848.751000', '193848.753000', '193848.756000', '193848.759000', '193908.646000', '193908.649000', '193908.651000', '193908.654000', '193908.657000', '193908.660000', '193908.663000', '193908.665000', '193908.668000', '193908.670000', '193908.673000', '193908.676000', '193908.679000', '193908.682000', '193908.685000', '193908.687000', '193908.690000', '193908.693000', '193908.695000', '193908.698000', '193908.700000', '193908.703000', '193908.706000', '193908.708000', '193908.711000', '193908.714000', '193908.716000', '193908.719000', '193908.722000', '193908.724000', '193908.727000', '193908.730000', '193908.732000', '193908.735000', '193908.738000', '193908.740000', '193908.743000', '193908.746000', '193908.748000', '193908.751000', '193908.754000', '193908.756000', '193908.759000', '193928.647000', '193928.649000', '193928.652000', '193928.655000', '193928.658000', '193928.660000', '193928.663000', '193928.666000', '193928.668000', '193928.671000', '193928.673000', '193928.676000', '193928.679000', '193928.681000', '193928.684000', '193928.687000', '193928.689000', '193928.692000', '193928.695000', '193928.697000', '193928.700000', '193928.703000', '193928.705000', '193928.708000', '193928.710000', '193928.713000', '193928.716000', '193928.718000', '193928.721000', '193928.724000', '193928.727000', '193928.729000', '193928.732000', '193928.734000', '193928.737000', '193928.740000', '193928.742000', '193928.745000', '193928.748000', '193928.750000', '193928.753000', '193928.755000', '193928.758000', '193928.761000', '193948.647000', '193948.649000', '193948.652000', '193948.655000', '193948.657000', '193948.660000', '193948.663000', '193948.665000', '193948.668000', '193948.671000', '193948.673000', '193948.676000', '193948.678000', '193948.681000', '193948.683000', '193948.686000', '193948.689000', '193948.691000', '193948.694000', '193948.697000', '193948.700000', '193948.703000', '193948.705000', '193948.708000', '193948.710000', '193948.713000', '193948.716000', '193948.718000', '193948.721000', '193948.723000', '193948.726000', '193948.729000', '193948.731000', '193948.734000', '193948.736000', '193948.739000', '193948.742000', '193948.744000', '193948.747000', '193948.750000', '193948.752000', '193948.755000', '193948.757000', '194008.646000', '194008.648000', '194008.651000', '194008.654000', '194008.657000', '194008.659000', '194008.662000', '194008.665000', '194008.667000', '194008.670000', '194008.672000', '194008.675000', '194008.678000', '194008.680000', '194008.683000', '194008.686000', '194008.689000', '194008.691000', '194008.694000', '194008.696000', '194008.699000', '194008.702000', '194008.704000', '194008.707000', '194008.709000', '194008.712000', '194008.715000', '194008.717000', '194008.720000', '194008.722000', '194008.725000', '194008.728000', '194008.730000', '194008.733000', '194008.736000', '194008.738000', '194008.741000', '194008.743000', '194008.746000', '194008.749000', '194008.751000', '194008.754000', '194008.757000', '194008.759000', '194028.645000', '194028.649000', '194028.651000', '194028.654000', '194028.657000', '194028.659000', '194028.662000', '194028.665000', '194028.667000', '194028.670000', '194028.673000', '194028.675000', '194028.679000', '194028.681000', '194028.684000', '194028.687000', '194028.689000', '194028.692000', '194028.695000', '194028.697000', '194028.700000', '194028.703000', '194028.705000', '194028.708000', '194028.710000', '194028.713000', '194028.715000', '194028.719000', '194028.722000', '194028.725000', '194028.727000', '194028.730000', '194028.733000', '194028.735000', '194028.738000', '194028.751000', '194028.753000', '194028.756000', '194028.759000', '194028.761000', '194028.764000', '194028.766000', '194028.769000', '194048.646000', '194048.648000', '194048.652000', '194048.654000', '194048.657000', '194048.659000', '194048.662000', '194048.665000', '194048.667000', '194048.670000', '194048.673000', '194048.675000', '194048.678000', '194048.681000', '194048.683000', '194048.686000', '194048.689000', '194048.691000', '194048.694000', '194048.697000', '194048.699000', '194048.702000', '194048.705000', '194048.707000', '194048.710000', '194048.712000', '194048.715000', '194048.718000', '194048.720000', '194048.723000', '194048.726000', '194048.728000', '194048.731000', '194048.734000', '194048.736000', '194048.739000', '194048.742000', '194048.744000', '194048.747000', '194048.749000', '194048.752000', '194048.755000', '194048.757000', '194048.760000', '194108.646000', '194108.648000', '194108.652000', '194108.670000', '194108.673000', '194108.676000', '194108.678000', '194108.681000', '194108.684000', '194108.686000', '194108.689000', '194108.692000', '194108.694000', '194108.697000', '194108.700000', '194108.702000', '194108.705000', '194108.707000', '194108.710000', '194108.713000', '194108.716000', '194108.718000', '194108.721000', '194108.724000', '194108.726000', '194108.729000', '194108.732000', '194108.734000', '194108.737000', '194108.739000', '194108.742000', '194108.745000', '194108.747000', '194108.750000', '194108.753000', '194108.755000', '194108.758000', '194108.760000', '194108.763000', '194108.766000', '194108.768000', '194108.771000', '194108.774000', '194128.645000', '194128.648000', '194128.651000', '194128.654000', '194128.656000', '194128.659000', '194128.661000', '194128.664000', '194128.667000', '194128.669000', '194128.672000', '194128.674000', '194128.677000', '194128.680000', '194128.682000', '194128.685000', '194128.687000', '194128.690000', '194128.693000', '194128.696000', '194128.698000', '194128.701000', '194128.704000', '194128.706000', '194128.709000', '194128.711000', '194128.714000', '194128.717000', '194128.719000', '194128.722000', '194128.724000', '194128.727000', '194128.730000', '194128.732000', '194128.735000', '194128.737000', '194128.740000', '194128.743000', '194128.745000', '194128.748000', '194128.750000', '194128.753000', '194128.756000', '194128.758000', '194148.647000', '194148.650000', '194148.652000', '194148.655000', '194148.658000', '194148.661000', '194148.663000', '194148.666000', '194148.668000', '194148.671000', '194148.674000', '194148.676000', '194148.679000', '194148.681000', '194148.684000', '194148.687000', '194148.690000', '194148.692000', '194148.695000', '194148.706000', '194148.709000', '194148.712000', '194148.714000', '194148.717000', '194148.719000', '194148.722000', '194148.725000', '194148.727000', '194148.730000', '194148.733000', '194148.735000', '194148.738000', '194148.741000', '194148.743000', '194148.746000', '194148.749000', '194148.751000', '194148.754000', '194148.757000', '194148.761000', '194148.763000', '194148.766000', '194148.769000', '194208.647000', '194208.656000', '194208.659000', '194208.662000', '194208.664000', '194208.667000', '194208.669000', '194208.672000', '194208.675000', '194208.677000', '194208.680000', '194208.682000', '194208.685000', '194208.688000', '194208.690000', '194208.693000', '194208.696000', '194208.698000', '194208.701000', '194208.703000', '194208.706000', '194208.709000', '194208.711000', '194208.714000', '194208.716000', '194208.719000', '194208.722000', '194208.724000', '194208.727000', '194208.730000', '194208.733000', '194208.735000', '194208.738000', '194208.740000', '194208.743000', '194208.746000', '194208.748000', '194208.751000', '194208.753000', '194208.756000', '194208.759000', '194208.761000', '194208.764000', '194208.767000', '194228.645000', '194228.648000', '194228.651000', '194228.654000', '194228.656000', '194228.659000', '194228.661000', '194228.664000', '194228.667000', '194228.669000', '194228.672000', '194228.674000', '194228.677000', '194228.692000', '194228.694000', '194228.697000', '194228.700000', '194228.702000', '194228.705000', '194228.707000', '194228.710000', '194228.713000', '194228.716000', '194228.719000', '194228.722000', '194228.725000', '194228.727000', '194228.730000', '194228.733000', '194228.735000', '194228.738000', '194228.741000', '194228.744000', '194228.746000', '194228.749000', '194228.752000', '194228.754000', '194228.757000', '194228.760000', '194228.762000', '194228.765000', '194228.767000', '194228.770000', '194248.646000', '194248.648000', '194248.651000', '194248.654000', '194248.656000', '194248.659000', '194248.661000', '194248.664000', '194248.667000', '194248.669000', '194248.672000', '194248.675000', '194248.677000', '194248.680000', '194248.683000', '194248.685000', '194248.688000', '194248.691000', '194248.693000', '194248.696000', '194248.698000', '194248.701000', '194248.704000', '194248.706000', '194248.709000', '194248.712000', '194248.714000', '194248.717000', '194248.719000', '194248.722000', '194248.725000', '194248.727000', '194248.730000', '194248.732000', '194248.735000', '194248.738000', '194248.740000', '194248.743000', '194248.746000', '194248.748000', '194248.751000', '194248.754000', '194248.756000', '194248.759000', '194308.646000', '194308.649000', '194308.651000', '194308.654000', '194308.657000', '194308.659000', '194308.662000', '194308.664000', '194308.667000', '194308.670000', '194308.672000', '194308.675000', '194308.678000', '194308.680000', '194308.683000', '194308.685000', '194308.688000', '194308.691000', '194308.693000', '194308.696000', '194308.698000', '194308.701000', '194308.704000', '194308.706000', '194308.709000', '194308.711000', '194308.714000', '194308.717000', '194308.719000', '194308.722000', '194308.724000', '194308.727000', '194308.730000', '194308.732000', '194308.735000', '194308.737000', '194308.740000', '194308.742000', '194308.745000', '194308.748000', '194308.750000', '194308.753000', '194308.756000', '194316.108000', '194316.111000', '194316.114000', '194316.117000', '194316.120000', '194316.122000', '194316.125000', '194316.128000', '194316.131000', '194316.133000', '194316.136000', '194316.139000', '194316.142000', '194316.145000', '194316.148000', '194316.151000', '194316.155000'], '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': [8422, 9061, 14632, 10188, 8025, 7922, 9663, 10668, 8801, 9013, 7324, 9598, 7895, 8325, 9857, 11221, 8839, 8647, 7685, 14786, 12478, 8988, 8647, 8177, 9549, 8916, 9769, 7309, 12672, 12062, 9071, 7170, 8232, 8337, 7204, 7163, 8049, 9222, 7258, 7156, 7652, 9138, 7567, 8329, 10077, 9756, 8614, 9021, 7292, 9636, 8406, 9345, 7134, 9531, 7856, 8628, 9346, 9738, 8554, 9028, 8772, 9846, 8703, 8867, 7294, 9737, 8836, 8639, 7056, 10176, 8915, 7739, 10726, 11405, 9271, 7364, 8199, 13649, 9573, 8059, 8038, 15207, 10371, 8471, 7771, 11037, 10159, 9545, 7604, 8792, 10164, 7790, 7718, 10534, 9685, 8313, 8157, 12608, 9500, 9356, 9991, 9020, 11901, 9551, 9875, 7178, 10156, 8799, 9149, 7210, 10226, 8722, 7889, 11729, 10485, 9625, 7899, 7228, 10389, 9349, 8460, 7379, 9586, 9589, 8189, 8035, 7450, 9301, 8995, 8919, 7220, 9800, 8167, 9029, 8367, 9769, 8126, 8608, 9972, 9365, 8446, 9204, 7180, 9376, 8729, 8569, 7216, 9603, 8565, 7869, 7113, 7638, 8351, 7311, 7211, 9427, 9352, 8116, 7889, 12874, 9723, 8921, 9393, 13314, 11815, 8819, 9490, 8202, 11684, 10163, 9613, 7216, 10210, 8675, 9343, 10684, 9888, 9402, 8156, 8473, 10772, 9307, 8245, 7307, 15043, 11150, 8570, 7304, 8184, 9673, 7970, 7718, 9164, 9686, 7653, 7764, 9163, 9508, 8271, 7150, 10425, 9841, 8691, 8768, 8359, 9420, 8378, 9304, 7181, 9551, 8200, 8783, 7499, 9661, 8680, 8865, 8198, 10028, 8974, 8393, 7887, 11391, 9262, 8252, 7262, 11714, 10813, 8290, 7346, 9188, 9366, 8177, 7652, 10690, 9540, 8161, 7158, 11012, 9248, 7733, 7210, 12834, 9531, 8185, 7279, 8794, 8927, 8076, 9136, 12445, 8827, 7671, 7805, 7206, 9663, 7172, 7106, 7545, 8940, 8097, 9113, 8253, 9802, 9261, 7370, 8246, 12645, 9555, 8385, 9365, 8435, 11402, 9101, 8723, 7208, 9908, 8541, 7279, 7864, 9697, 9052, 7496, 7306, 10607, 9224, 7809, 7287, 10901, 10803, 11166, 9995, 10462, 9898, 8238, 8684, 10858, 9721, 8609, 8480, 9731, 9760, 8304, 8358, 8876, 9762, 8227, 7727, 10728, 9423, 7638, 9901, 13592, 9191, 7898, 7268, 9232, 8544, 7338, 7139, 8736, 7665, 7186, 7136, 8384, 8576, 7227, 7155, 10093, 8912, 7648, 7276, 9529, 8993, 8120, 7400, 10043, 9704, 7532, 8385, 12645, 9701, 7741, 7594, 15085, 12052, 10243, 9246, 13817, 8923, 7352, 7292, 7817, 8710, 7246, 7853, 11326, 8991, 8292, 7232, 9873, 8414, 7702, 7049, 7811, 9002, 7560, 9462, 12227, 9882, 8616, 8748, 9474, 9804, 8677, 8541, 7803, 9700, 8689, 8440, 9821, 10146, 8930, 8595, 13106, 9828, 8581, 7709, 14154, 9546, 8552, 7901, 10648, 9365, 8267, 7583, 7596, 8900, 7300, 7257, 8195, 9335, 7717, 7193, 11213, 9484, 8109, 7211, 7858, 8632, 8087, 7704, 9415, 9584, 7674, 7040, 7306, 9541, 8716, 9270, 9032, 11137, 10083, 9090, 7371, 9139, 8407, 8645, 8693, 9491, 9501, 7663, 8223, 9801, 9940, 8801, 7962, 7187, 9682, 8685, 7508, 7197, 9459, 8796, 7607, 7113, 8929, 8995, 8769, 8110, 10739, 9933, 9318, 10567, 12477, 10062, 8282, 7743, 15600, 12423, 9765, 8409, 7985, 9497, 7586, 7807, 9381, 9702, 8258, 8299, 7711, 9795, 8861, 9582, 7261, 10438, 9549, 9999, 8179, 9805, 9355, 8634, 10026, 12346, 9621, 8552, 7819, 9856, 9298, 7564, 12376, 13472, 9820, 8418, 7356, 11373, 9075, 7923, 7131, 7386, 8741, 7306, 7123, 8092, 9129, 7564, 7237, 10204, 9654, 8507, 8400, 9349, 10020, 8891, 9161, 8513, 9746, 8212, 9096, 10960, 9555, 8610, 8584, 12097, 9686, 8642, 8175, 9003, 9435, 8427, 8369, 7256, 9412, 7944, 8700, 8838, 10021, 8404, 9302, 8274, 9908, 8606, 9026, 7371, 11437, 10194, 8859, 7557, 9225, 9283, 7606, 12401, 14532, 9829, 8601, 7844, 10921, 10105, 8914, 8344, 8067, 9868, 8609, 9674, 9186, 10154, 8824, 9443, 10193, 9995, 9304, 9254, 7257, 9914, 9244, 8209, 7153, 7951, 8605, 7278, 7142, 7373, 9691, 8245, 8657, 8446, 9579, 8830, 8398, 7157, 9869, 9558, 8330, 7617, 10658, 10127, 9133, 9503, 9045, 10247, 9412, 10124, 10288, 10344, 8928, 8122, 10334, 12202, 9453, 7842, 7233, 10007, 9588, 8294, 7937, 7204, 9754, 8679, 9454, 7271, 10120, 8684, 9498, 8171, 9983, 9258, 8167, 10571, 10796, 9702, 8456, 7813, 12796, 9435, 8447, 7517, 9436, 9305, 8391, 7333, 8524, 8783, 7285, 10949, 12109, 9179, 8012, 7235, 8272, 8316, 7542, 7164, 7530, 8904, 7387, 7080, 8543, 9872, 8053, 7502, 11606, 9743, 9100, 9599, 8379, 10533, 10435, 9783, 7247, 9989, 9400, 8650, 11253, 10763, 9774, 8328, 7407, 11593, 9621, 8508, 8270, 8794, 9608, 8800, 8782, 7410, 10082, 8937, 9927, 13165, 10393, 9639, 9266, 7839, 9991, 9428, 8629, 7800, 9391, 9603, 8433, 8011, 9273, 9789, 8685, 8488, 8393, 9451, 9134, 9680, 11006, 9433, 8829, 9391, 8579, 9636, 8743, 9110, 7319, 9693, 8557, 9308, 7219, 9718, 8834, 8073, 9153, 9495, 9045, 8084, 7297, 11433, 9731, 8507, 7256, 9631, 9153, 8545, 7839, 10234, 9552, 8433, 7670, 10511, 9298, 8556, 8609, 7515, 9995, 8208, 9278, 11017, 9604, 9097, 9498, 8388, 10684, 8974, 9488, 7325, 9924, 8935, 8643, 7630, 9748, 9067, 8407, 9131, 10094, 9319, 8913, 8471, 10419, 9148, 8769, 7447, 10987, 9564, 8542, 7241, 10315, 8990, 7933, 7147, 9590, 8440, 7318, 7351, 9211, 8859, 7924, 7267, 9121, 9492, 8056, 7300, 9178, 9590, 8352, 8532, 9422, 9959, 9112, 9544, 12550, 9886, 9591, 10282, 10950, 10093, 9553, 9903, 9884, 11686, 9374, 9386, 7921, 11420, 9617, 9018, 7950, 9274, 9324, 8781, 7861, 8229, 9711, 8170, 7495, 10563, 9091, 8521, 7558, 8594, 9630, 8488, 8085, 7378, 9848, 8649, 8716, 7779, 9840, 8871, 9695, 9706, 9817, 8977, 9881, 8605, 10382, 9452, 9769, 7935, 9748, 9335, 8922, 8353, 9725, 9649, 8841, 9606, 12381, 9761, 8930, 8252, 11758, 9716, 8405, 7264, 9360, 9614, 8269, 8221, 9569, 9000, 8528, 7591, 9512, 8921, 7971, 7114, 7440, 8596, 7816, 7291, 8195, 9675, 8879, 9783, 10880, 12649, 9341, 8188, 7989, 8736, 10004, 8311, 9244, 7770, 10430, 8645, 8933, 7179, 9562, 9184, 8003, 7363, 8027, 9102, 8201, 10865, 12461, 9344, 8208, 7246, 10138, 9322, 8150, 7201, 7809, 8549, 7950, 7229, 8271, 9546, 7821, 7221, 11091, 9455, 8139, 7510, 9908, 9476, 8691, 8273, 7424, 9839, 8661, 8948, 10284, 9797, 8949, 9629, 7637, 10007, 8975, 9816, 8284, 10128, 8470, 10151, 11008, 9882, 9065, 9541, 9429, 10783, 9058, 9573, 7305, 10054, 8663, 9659, 7206, 9982, 8648, 9688, 10451, 9669, 9159, 9496, 8171, 11228, 9241, 9109, 7462, 9975, 9622, 8923, 8010, 10164, 9217, 8516, 8161, 9438, 9697, 8355, 8083, 11241, 9663, 8332, 7882, 10708, 9495, 8700, 8509, 7248, 10068, 8333, 8650, 8078, 9483, 8560, 9136, 8289, 10154, 8337, 9253, 7219, 10396, 9110, 8478, 7659, 9114, 9617, 8251, 8790, 12763, 10037, 9032, 8544, 12435, 10925, 8963, 9899, 9431, 11749, 9684, 9923, 7247, 10353, 8933, 8681, 7760, 9766, 8678, 7398, 7191, 8538, 9878, 8097, 7156, 9155, 9757, 8564, 8655, 7310, 9798, 9121, 9349, 7173, 10387, 8868, 8329, 10503, 10353, 9724, 8369, 7949, 13256, 9854, 8354, 8122, 11173, 10206, 9022, 8925, 7900, 10182, 9139, 9907, 7426, 10096, 9002, 8749, 11550, 12474, 9200, 8412, 7121, 9314, 9707, 8633, 8212, 9718, 9461, 8387, 8483, 8754, 9741, 8952, 9306, 7175, 9912, 9383, 8946, 8238, 10200], 'WindowCenter': [4450.0, 4440.0, 4481.0, 4416.0, 4370.0, 4369.0, 4387.0, 4408.0, 4376.0, 4373.0, 4344.0, 4380.0, 4351.0, 4350.0, 4382.0, 4392.0, 4361.0, 4359.0, 4338.0, 4421.0, 4400.0, 4359.0, 4347.0, 4347.0, 4368.0, 4359.0, 4368.0, 4326.0, 4399.0, 4401.0, 4359.0, 4316.0, 4347.0, 4346.0, 4328.0, 4318.0, 4338.0, 4370.0, 4339.0, 4332.0, 4339.0, 4368.0, 4350.0, 4349.0, 4381.0, 4368.0, 4361.0, 4372.0, 4343.0, 4370.0, 4363.0, 4371.0, 4329.0, 4381.0, 4350.0, 4361.0, 4369.0, 4370.0, 4361.0, 4374.0, 4362.0, 4382.0, 4360.0, 4360.0, 4341.0, 4371.0, 4373.0, 4360.0, 4330.0, 4381.0, 4360.0, 4341.0, 4391.0, 4387.0, 4369.0, 4328.0, 4347.0, 4407.0, 4368.0, 4350.0, 4338.0, 4421.0, 4367.0, 4347.0, 4338.0, 4378.0, 4378.0, 4368.0, 4337.0, 4346.0, 4378.0, 4326.0, 4337.0, 4377.0, 4368.0, 4347.0, 4339.0, 4398.0, 4367.0, 4358.0, 4369.0, 4356.0, 4400.0, 4367.0, 4366.0, 4313.0, 4378.0, 4359.0, 4356.0, 4327.0, 4376.0, 4345.0, 4348.0, 4398.0, 4379.0, 4369.0, 4349.0, 4326.0, 4380.0, 4356.0, 4348.0, 4338.0, 4366.0, 4371.0, 4348.0, 4338.0, 4328.0, 4357.0, 4359.0, 4357.0, 4327.0, 4378.0, 4349.0, 4371.0, 4361.0, 4381.0, 4349.0, 4359.0, 4381.0, 4366.0, 4347.0, 4371.0, 4330.0, 4371.0, 4361.0, 4360.0, 4343.0, 4379.0, 4364.0, 4349.0, 4330.0, 4350.0, 4360.0, 4344.0, 4341.0, 4371.0, 4370.0, 4350.0, 4350.0, 4411.0, 4368.0, 4370.0, 4370.0, 4409.0, 4386.0, 4358.0, 4367.0, 4348.0, 4389.0, 4378.0, 4366.0, 4327.0, 4378.0, 4348.0, 4371.0, 4379.0, 4369.0, 4367.0, 4348.0, 4349.0, 4377.0, 4355.0, 4347.0, 4327.0, 4420.0, 4390.0, 4360.0, 4328.0, 4349.0, 4366.0, 4338.0, 4326.0, 4355.0, 4367.0, 4339.0, 4340.0, 4368.0, 4368.0, 4350.0, 4327.0, 4379.0, 4368.0, 4357.0, 4360.0, 4349.0, 4369.0, 4359.0, 4370.0, 4330.0, 4369.0, 4351.0, 4362.0, 4329.0, 4367.0, 4358.0, 4371.0, 4363.0, 4379.0, 4360.0, 4362.0, 4348.0, 4401.0, 4371.0, 4348.0, 4336.0, 4400.0, 4389.0, 4348.0, 4327.0, 4369.0, 4357.0, 4350.0, 4337.0, 4378.0, 4370.0, 4349.0, 4329.0, 4378.0, 4358.0, 4339.0, 4328.0, 4412.0, 4368.0, 4349.0, 4339.0, 4357.0, 4355.0, 4338.0, 4369.0, 4412.0, 4372.0, 4351.0, 4340.0, 4324.0, 4368.0, 4314.0, 4328.0, 4337.0, 4372.0, 4363.0, 4386.0, 4361.0, 4394.0, 4372.0, 4340.0, 4350.0, 4410.0, 4368.0, 4350.0, 4371.0, 4350.0, 4401.0, 4361.0, 4362.0, 4340.0, 4381.0, 4358.0, 4341.0, 4350.0, 4369.0, 4359.0, 4340.0, 4328.0, 4380.0, 4369.0, 4341.0, 4340.0, 4390.0, 4391.0, 4401.0, 4381.0, 4390.0, 4377.0, 4346.0, 4358.0, 4379.0, 4367.0, 4359.0, 4362.0, 4370.0, 4370.0, 4349.0, 4349.0, 4360.0, 4368.0, 4348.0, 4325.0, 4377.0, 4370.0, 4340.0, 4381.0, 4412.0, 4370.0, 4352.0, 4340.0, 4369.0, 4361.0, 4329.0, 4328.0, 4361.0, 4355.0, 4343.0, 4332.0, 4360.0, 4373.0, 4341.0, 4331.0, 4393.0, 4371.0, 4341.0, 4341.0, 4383.0, 4374.0, 4350.0, 4329.0, 4377.0, 4381.0, 4339.0, 4351.0, 4400.0, 4369.0, 4339.0, 4338.0, 4419.0, 4398.0, 4378.0, 4358.0, 4422.0, 4357.0, 4326.0, 4327.0, 4338.0, 4362.0, 4343.0, 4351.0, 4404.0, 4371.0, 4349.0, 4340.0, 4378.0, 4361.0, 4340.0, 4330.0, 4353.0, 4371.0, 4350.0, 4382.0, 4414.0, 4381.0, 4361.0, 4361.0, 4370.0, 4381.0, 4360.0, 4358.0, 4352.0, 4382.0, 4361.0, 4350.0, 4380.0, 4378.0, 4359.0, 4348.0, 4398.0, 4366.0, 4347.0, 4337.0, 4422.0, 4368.0, 4358.0, 4349.0, 4378.0, 4358.0, 4348.0, 4326.0, 4339.0, 4358.0, 4338.0, 4328.0, 4349.0, 4369.0, 4339.0, 4329.0, 4403.0, 4370.0, 4349.0, 4342.0, 4350.0, 4359.0, 4350.0, 4341.0, 4371.0, 4370.0, 4340.0, 4315.0, 4328.0, 4367.0, 4361.0, 4358.0, 4360.0, 4390.0, 4381.0, 4359.0, 4328.0, 4369.0, 4349.0, 4360.0, 4349.0, 4366.0, 4367.0, 4339.0, 4350.0, 4384.0, 4381.0, 4361.0, 4352.0, 4331.0, 4383.0, 4361.0, 4341.0, 4331.0, 4380.0, 4362.0, 4339.0, 4330.0, 4372.0, 4359.0, 4363.0, 4340.0, 4388.0, 4380.0, 4370.0, 4379.0, 4398.0, 4368.0, 4347.0, 4338.0, 4420.0, 4398.0, 4381.0, 4347.0, 4337.0, 4367.0, 4337.0, 4339.0, 4369.0, 4367.0, 4350.0, 4349.0, 4338.0, 4370.0, 4359.0, 4369.0, 4341.0, 4381.0, 4371.0, 4369.0, 4338.0, 4366.0, 4357.0, 4348.0, 4369.0, 4397.0, 4368.0, 4347.0, 4326.0, 4368.0, 4358.0, 4327.0, 4400.0, 4399.0, 4366.0, 4349.0, 4328.0, 4388.0, 4359.0, 4338.0, 4317.0, 4337.0, 4346.0, 4341.0, 4328.0, 4339.0, 4370.0, 4339.0, 4330.0, 4379.0, 4368.0, 4349.0, 4350.0, 4370.0, 4382.0, 4359.0, 4357.0, 4356.0, 4369.0, 4348.0, 4360.0, 4376.0, 4366.0, 4360.0, 4358.0, 4401.0, 4366.0, 4347.0, 4350.0, 4358.0, 4371.0, 4349.0, 4348.0, 4328.0, 4371.0, 4349.0, 4360.0, 4360.0, 4378.0, 4362.0, 4372.0, 4358.0, 4369.0, 4358.0, 4373.0, 4341.0, 4401.0, 4382.0, 4359.0, 4334.0, 4370.0, 4369.0, 4338.0, 4410.0, 4421.0, 4367.0, 4348.0, 4350.0, 4378.0, 4378.0, 4348.0, 4346.0, 4339.0, 4368.0, 4347.0, 4369.0, 4357.0, 4365.0, 4360.0, 4369.0, 4381.0, 4369.0, 4357.0, 4371.0, 4341.0, 4377.0, 4371.0, 4349.0, 4329.0, 4351.0, 4359.0, 4342.0, 4330.0, 4340.0, 4381.0, 4363.0, 4362.0, 4363.0, 4371.0, 4361.0, 4350.0, 4330.0, 4383.0, 4369.0, 4351.0, 4352.0, 4391.0, 4381.0, 4360.0, 4369.0, 4359.0, 4378.0, 4369.0, 4379.0, 4368.0, 4366.0, 4355.0, 4337.0, 4380.0, 4388.0, 4356.0, 4338.0, 4329.0, 4368.0, 4370.0, 4348.0, 4350.0, 4341.0, 4367.0, 4360.0, 4369.0, 4331.0, 4381.0, 4361.0, 4372.0, 4347.0, 4380.0, 4370.0, 4349.0, 4381.0, 4379.0, 4370.0, 4350.0, 4338.0, 4412.0, 4359.0, 4351.0, 4341.0, 4370.0, 4372.0, 4349.0, 4327.0, 4361.0, 4358.0, 4326.0, 4391.0, 4402.0, 4368.0, 4338.0, 4341.0, 4349.0, 4361.0, 4340.0, 4329.0, 4341.0, 4371.0, 4343.0, 4329.0, 4359.0, 4382.0, 4350.0, 4340.0, 4404.0, 4370.0, 4360.0, 4369.0, 4351.0, 4377.0, 4381.0, 4369.0, 4328.0, 4380.0, 4359.0, 4360.0, 4389.0, 4379.0, 4368.0, 4349.0, 4327.0, 4390.0, 4356.0, 4345.0, 4351.0, 4359.0, 4369.0, 4359.0, 4349.0, 4329.0, 4377.0, 4356.0, 4370.0, 4410.0, 4368.0, 4357.0, 4360.0, 4327.0, 4366.0, 4354.0, 4347.0, 4339.0, 4359.0, 4367.0, 4348.0, 4339.0, 4359.0, 4369.0, 4347.0, 4348.0, 4337.0, 4368.0, 4358.0, 4370.0, 4379.0, 4357.0, 4358.0, 4357.0, 4360.0, 4369.0, 4348.0, 4360.0, 4340.0, 4368.0, 4361.0, 4369.0, 4342.0, 4382.0, 4369.0, 4352.0, 4371.0, 4370.0, 4361.0, 4352.0, 4339.0, 4405.0, 4371.0, 4361.0, 4342.0, 4369.0, 4370.0, 4362.0, 4342.0, 4383.0, 4369.0, 4348.0, 4340.0, 4379.0, 4373.0, 4361.0, 4360.0, 4327.0, 4380.0, 4349.0, 4370.0, 4378.0, 4369.0, 4361.0, 4370.0, 4349.0, 4390.0, 4359.0, 4368.0, 4329.0, 4382.0, 4360.0, 4350.0, 4328.0, 4369.0, 4361.0, 4350.0, 4358.0, 4368.0, 4370.0, 4359.0, 4348.0, 4376.0, 4356.0, 4348.0, 4329.0, 4391.0, 4366.0, 4360.0, 4328.0, 4379.0, 4359.0, 4351.0, 4317.0, 4368.0, 4348.0, 4340.0, 4331.0, 4368.0, 4361.0, 4353.0, 4341.0, 4374.0, 4380.0, 4352.0, 4343.0, 4371.0, 4383.0, 4350.0, 4359.0, 4357.0, 4379.0, 4359.0, 4373.0, 4401.0, 4369.0, 4369.0, 4369.0, 4376.0, 4367.0, 4357.0, 4368.0, 4368.0, 4389.0, 4356.0, 4359.0, 4338.0, 4389.0, 4367.0, 4345.0, 4338.0, 4358.0, 4356.0, 4348.0, 4337.0, 4348.0, 4367.0, 4346.0, 4328.0, 4380.0, 4358.0, 4361.0, 4341.0, 4345.0, 4369.0, 4360.0, 4350.0, 4341.0, 4381.0, 4374.0, 4362.0, 4340.0, 4381.0, 4358.0, 4371.0, 4370.0, 4369.0, 4358.0, 4381.0, 4360.0, 4381.0, 4370.0, 4371.0, 4339.0, 4368.0, 4359.0, 4360.0, 4346.0, 4356.0, 4368.0, 4359.0, 4366.0, 4398.0, 4368.0, 4345.0, 4348.0, 4387.0, 4370.0, 4348.0, 4328.0, 4358.0, 4369.0, 4347.0, 4350.0, 4358.0, 4358.0, 4347.0, 4340.0, 4369.0, 4358.0, 4350.0, 4318.0, 4329.0, 4346.0, 4337.0, 4341.0, 4350.0, 4367.0, 4358.0, 4370.0, 4392.0, 4415.0, 4361.0, 4348.0, 4338.0, 4347.0, 4370.0, 4339.0, 4359.0, 4327.0, 4379.0, 4348.0, 4359.0, 4330.0, 4370.0, 4360.0, 4338.0, 4327.0, 4339.0, 4359.0, 4348.0, 4389.0, 4401.0, 4358.0, 4348.0, 4327.0, 4380.0, 4359.0, 4339.0, 4330.0, 4340.0, 4359.0, 4351.0, 4330.0, 4347.0, 4369.0, 4340.0, 4329.0, 4389.0, 4368.0, 4338.0, 4330.0, 4369.0, 4370.0, 4361.0, 4349.0, 4329.0, 4365.0, 4349.0, 4359.0, 4382.0, 4370.0, 4359.0, 4371.0, 4342.0, 4379.0, 4358.0, 4367.0, 4337.0, 4380.0, 4338.0, 4380.0, 4379.0, 4366.0, 4359.0, 4370.0, 4359.0, 4379.0, 4346.0, 4367.0, 4327.0, 4368.0, 4350.0, 4369.0, 4328.0, 4381.0, 4360.0, 4371.0, 4381.0, 4358.0, 4357.0, 4372.0, 4345.0, 4392.0, 4359.0, 4359.0, 4330.0, 4370.0, 4367.0, 4358.0, 4337.0, 4381.0, 4359.0, 4350.0, 4338.0, 4356.0, 4368.0, 4351.0, 4339.0, 4377.0, 4354.0, 4349.0, 4340.0, 4379.0, 4369.0, 4349.0, 4349.0, 4328.0, 4369.0, 4348.0, 4360.0, 4338.0, 4369.0, 4362.0, 4371.0, 4351.0, 4379.0, 4349.0, 4360.0, 4341.0, 4381.0, 4362.0, 4348.0, 4339.0, 4358.0, 4371.0, 4349.0, 4351.0, 4400.0, 4367.0, 4356.0, 4349.0, 4400.0, 4376.0, 4348.0, 4370.0, 4357.0, 4390.0, 4358.0, 4357.0, 4316.0, 4379.0, 4346.0, 4348.0, 4328.0, 4368.0, 4359.0, 4329.0, 4318.0, 4346.0, 4366.0, 4351.0, 4329.0, 4373.0, 4372.0, 4359.0, 4361.0, 4340.0, 4381.0, 4372.0, 4360.0, 4319.0, 4379.0, 4358.0, 4350.0, 4380.0, 4369.0, 4370.0, 4351.0, 4339.0, 4411.0, 4367.0, 4337.0, 4338.0, 4380.0, 4379.0, 4348.0, 4346.0, 4337.0, 4366.0, 4359.0, 4368.0, 4315.0, 4366.0, 4358.0, 4346.0, 4387.0, 4398.0, 4358.0, 4350.0, 4317.0, 4357.0, 4356.0, 4347.0, 4348.0, 4368.0, 4369.0, 4350.0, 4360.0, 4360.0, 4369.0, 4356.0, 4358.0, 4319.0, 4370.0, 4360.0, 4359.0, 4348.0, 4369.0], 'WindowWidth': [9857.0, 9816.0, 9855.0, 9748.0, 9678.0, 9672.0, 9690.0, 9717.0, 9668.0, 9663.0, 9624.0, 9668.0, 9626.0, 9624.0, 9667.0, 9683.0, 9640.0, 9634.0, 9605.0, 9719.0, 9691.0, 9633.0, 9615.0, 9618.0, 9644.0, 9634.0, 9643.0, 9589.0, 9686.0, 9692.0, 9632.0, 9573.0, 9614.0, 9614.0, 9592.0, 9578.0, 9603.0, 9652.0, 9608.0, 9601.0, 9609.0, 9646.0, 9626.0, 9624.0, 9669.0, 9646.0, 9638.0, 9657.0, 9622.0, 9653.0, 9646.0, 9653.0, 9595.0, 9666.0, 9624.0, 9643.0, 9649.0, 9648.0, 9638.0, 9664.0, 9642.0, 9669.0, 9636.0, 9636.0, 9616.0, 9652.0, 9658.0, 9637.0, 9596.0, 9666.0, 9636.0, 9613.0, 9677.0, 9670.0, 9647.0, 9594.0, 9619.0, 9697.0, 9644.0, 9624.0, 9605.0, 9720.0, 9641.0, 9615.0, 9606.0, 9657.0, 9658.0, 9643.0, 9602.0, 9613.0, 9656.0, 9586.0, 9603.0, 9654.0, 9644.0, 9616.0, 9607.0, 9686.0, 9643.0, 9629.0, 9646.0, 9627.0, 9690.0, 9640.0, 9637.0, 9569.0, 9655.0, 9635.0, 9626.0, 9588.0, 9656.0, 9611.0, 9619.0, 9686.0, 9660.0, 9645.0, 9621.0, 9589.0, 9664.0, 9627.0, 9618.0, 9609.0, 9643.0, 9654.0, 9618.0, 9604.0, 9594.0, 9629.0, 9633.0, 9626.0, 9591.0, 9658.0, 9621.0, 9656.0, 9642.0, 9667.0, 9622.0, 9634.0, 9667.0, 9641.0, 9617.0, 9655.0, 9599.0, 9658.0, 9639.0, 9637.0, 9622.0, 9666.0, 9647.0, 9623.0, 9599.0, 9628.0, 9640.0, 9622.0, 9614.0, 9652.0, 9651.0, 9625.0, 9626.0, 9708.0, 9646.0, 9652.0, 9650.0, 9705.0, 9668.0, 9630.0, 9642.0, 9617.0, 9673.0, 9660.0, 9640.0, 9589.0, 9656.0, 9618.0, 9651.0, 9661.0, 9647.0, 9643.0, 9617.0, 9620.0, 9654.0, 9623.0, 9615.0, 9588.0, 9716.0, 9677.0, 9635.0, 9592.0, 9623.0, 9640.0, 9605.0, 9586.0, 9623.0, 9646.0, 9609.0, 9613.0, 9647.0, 9647.0, 9625.0, 9591.0, 9662.0, 9645.0, 9628.0, 9637.0, 9621.0, 9650.0, 9637.0, 9650.0, 9601.0, 9649.0, 9627.0, 9641.0, 9596.0, 9644.0, 9633.0, 9653.0, 9646.0, 9663.0, 9638.0, 9645.0, 9621.0, 9695.0, 9650.0, 9620.0, 9605.0, 9690.0, 9675.0, 9617.0, 9589.0, 9648.0, 9629.0, 9622.0, 9601.0, 9656.0, 9650.0, 9621.0, 9594.0, 9657.0, 9632.0, 9609.0, 9591.0, 9709.0, 9646.0, 9619.0, 9610.0, 9630.0, 9626.0, 9603.0, 9647.0, 9710.0, 9657.0, 9627.0, 9613.0, 9583.0, 9642.0, 9569.0, 9591.0, 9605.0, 9654.0, 9647.0, 9683.0, 9641.0, 9690.0, 9655.0, 9611.0, 9623.0, 9703.0, 9645.0, 9622.0, 9651.0, 9625.0, 9694.0, 9639.0, 9640.0, 9609.0, 9665.0, 9632.0, 9614.0, 9622.0, 9647.0, 9633.0, 9611.0, 9594.0, 9665.0, 9649.0, 9613.0, 9612.0, 9678.0, 9680.0, 9694.0, 9666.0, 9679.0, 9656.0, 9615.0, 9632.0, 9659.0, 9639.0, 9634.0, 9641.0, 9650.0, 9648.0, 9621.0, 9621.0, 9637.0, 9644.0, 9616.0, 9584.0, 9652.0, 9650.0, 9610.0, 9669.0, 9708.0, 9650.0, 9629.0, 9612.0, 9646.0, 9639.0, 9593.0, 9593.0, 9643.0, 9638.0, 9620.0, 9602.0, 9638.0, 9659.0, 9615.0, 9602.0, 9686.0, 9654.0, 9614.0, 9615.0, 9674.0, 9661.0, 9625.0, 9595.0, 9658.0, 9670.0, 9609.0, 9627.0, 9690.0, 9650.0, 9609.0, 9605.0, 9717.0, 9687.0, 9658.0, 9630.0, 9720.0, 9627.0, 9584.0, 9586.0, 9605.0, 9643.0, 9620.0, 9626.0, 9704.0, 9654.0, 9623.0, 9611.0, 9661.0, 9641.0, 9613.0, 9598.0, 9633.0, 9657.0, 9626.0, 9672.0, 9715.0, 9668.0, 9639.0, 9640.0, 9651.0, 9666.0, 9634.0, 9632.0, 9631.0, 9668.0, 9640.0, 9625.0, 9664.0, 9659.0, 9632.0, 9618.0, 9684.0, 9638.0, 9615.0, 9603.0, 9723.0, 9645.0, 9631.0, 9621.0, 9658.0, 9631.0, 9616.0, 9586.0, 9607.0, 9632.0, 9608.0, 9593.0, 9620.0, 9649.0, 9608.0, 9593.0, 9699.0, 9650.0, 9622.0, 9619.0, 9626.0, 9636.0, 9625.0, 9613.0, 9653.0, 9649.0, 9609.0, 9570.0, 9589.0, 9641.0, 9637.0, 9629.0, 9635.0, 9674.0, 9665.0, 9632.0, 9591.0, 9652.0, 9621.0, 9637.0, 9620.0, 9639.0, 9642.0, 9609.0, 9624.0, 9673.0, 9665.0, 9638.0, 9632.0, 9601.0, 9674.0, 9640.0, 9612.0, 9603.0, 9666.0, 9643.0, 9609.0, 9597.0, 9659.0, 9636.0, 9646.0, 9609.0, 9674.0, 9664.0, 9649.0, 9660.0, 9683.0, 9645.0, 9616.0, 9604.0, 9716.0, 9686.0, 9663.0, 9617.0, 9601.0, 9641.0, 9601.0, 9607.0, 9647.0, 9640.0, 9621.0, 9622.0, 9606.0, 9650.0, 9633.0, 9648.0, 9615.0, 9664.0, 9651.0, 9645.0, 9602.0, 9637.0, 9627.0, 9616.0, 9646.0, 9682.0, 9641.0, 9613.0, 9584.0, 9643.0, 9630.0, 9587.0, 9690.0, 9686.0, 9638.0, 9620.0, 9591.0, 9669.0, 9634.0, 9601.0, 9575.0, 9605.0, 9614.0, 9613.0, 9591.0, 9607.0, 9648.0, 9611.0, 9597.0, 9661.0, 9643.0, 9619.0, 9624.0, 9650.0, 9669.0, 9633.0, 9629.0, 9629.0, 9648.0, 9618.0, 9635.0, 9652.0, 9638.0, 9637.0, 9631.0, 9691.0, 9639.0, 9616.0, 9624.0, 9631.0, 9653.0, 9620.0, 9618.0, 9593.0, 9653.0, 9620.0, 9640.0, 9637.0, 9657.0, 9645.0, 9657.0, 9637.0, 9647.0, 9632.0, 9659.0, 9614.0, 9693.0, 9670.0, 9632.0, 9597.0, 9650.0, 9647.0, 9604.0, 9704.0, 9720.0, 9643.0, 9618.0, 9625.0, 9657.0, 9658.0, 9614.0, 9611.0, 9608.0, 9644.0, 9616.0, 9644.0, 9627.0, 9635.0, 9638.0, 9650.0, 9667.0, 9644.0, 9627.0, 9652.0, 9615.0, 9659.0, 9652.0, 9620.0, 9593.0, 9628.0, 9636.0, 9617.0, 9600.0, 9611.0, 9668.0, 9647.0, 9644.0, 9645.0, 9653.0, 9638.0, 9625.0, 9600.0, 9674.0, 9649.0, 9625.0, 9632.0, 9680.0, 9667.0, 9636.0, 9646.0, 9635.0, 9660.0, 9648.0, 9659.0, 9644.0, 9640.0, 9624.0, 9601.0, 9663.0, 9671.0, 9625.0, 9605.0, 9594.0, 9644.0, 9650.0, 9618.0, 9623.0, 9616.0, 9644.0, 9637.0, 9647.0, 9600.0, 9666.0, 9640.0, 9654.0, 9617.0, 9664.0, 9653.0, 9622.0, 9665.0, 9660.0, 9649.0, 9625.0, 9608.0, 9710.0, 9632.0, 9622.0, 9616.0, 9651.0, 9655.0, 9618.0, 9588.0, 9639.0, 9632.0, 9586.0, 9679.0, 9696.0, 9644.0, 9603.0, 9613.0, 9621.0, 9642.0, 9609.0, 9594.0, 9614.0, 9655.0, 9618.0, 9596.0, 9635.0, 9667.0, 9626.0, 9612.0, 9702.0, 9649.0, 9636.0, 9646.0, 9628.0, 9657.0, 9666.0, 9643.0, 9592.0, 9664.0, 9632.0, 9637.0, 9675.0, 9660.0, 9641.0, 9621.0, 9589.0, 9674.0, 9625.0, 9612.0, 9626.0, 9634.0, 9649.0, 9634.0, 9620.0, 9595.0, 9656.0, 9625.0, 9650.0, 9702.0, 9643.0, 9627.0, 9635.0, 9588.0, 9639.0, 9619.0, 9614.0, 9606.0, 9635.0, 9641.0, 9614.0, 9606.0, 9635.0, 9647.0, 9615.0, 9615.0, 9601.0, 9646.0, 9630.0, 9651.0, 9658.0, 9626.0, 9632.0, 9628.0, 9636.0, 9646.0, 9616.0, 9638.0, 9612.0, 9647.0, 9637.0, 9646.0, 9616.0, 9671.0, 9648.0, 9630.0, 9654.0, 9650.0, 9638.0, 9630.0, 9608.0, 9705.0, 9651.0, 9637.0, 9616.0, 9650.0, 9648.0, 9644.0, 9615.0, 9671.0, 9647.0, 9620.0, 9612.0, 9662.0, 9658.0, 9638.0, 9635.0, 9591.0, 9663.0, 9619.0, 9651.0, 9658.0, 9644.0, 9639.0, 9650.0, 9621.0, 9679.0, 9633.0, 9644.0, 9594.0, 9671.0, 9637.0, 9621.0, 9589.0, 9647.0, 9638.0, 9623.0, 9630.0, 9642.0, 9648.0, 9631.0, 9618.0, 9652.0, 9624.0, 9618.0, 9593.0, 9680.0, 9638.0, 9638.0, 9594.0, 9660.0, 9634.0, 9627.0, 9575.0, 9644.0, 9618.0, 9611.0, 9601.0, 9646.0, 9638.0, 9633.0, 9612.0, 9661.0, 9665.0, 9628.0, 9622.0, 9654.0, 9674.0, 9624.0, 9634.0, 9630.0, 9663.0, 9634.0, 9657.0, 9693.0, 9647.0, 9648.0, 9645.0, 9652.0, 9638.0, 9627.0, 9644.0, 9643.0, 9672.0, 9625.0, 9634.0, 9603.0, 9674.0, 9641.0, 9609.0, 9605.0, 9632.0, 9627.0, 9618.0, 9599.0, 9616.0, 9642.0, 9612.0, 9595.0, 9661.0, 9633.0, 9640.0, 9615.0, 9615.0, 9648.0, 9635.0, 9623.0, 9614.0, 9664.0, 9666.0, 9642.0, 9609.0, 9667.0, 9633.0, 9651.0, 9649.0, 9645.0, 9632.0, 9666.0, 9637.0, 9669.0, 9650.0, 9649.0, 9605.0, 9646.0, 9632.0, 9635.0, 9611.0, 9625.0, 9645.0, 9632.0, 9641.0, 9686.0, 9643.0, 9610.0, 9619.0, 9669.0, 9649.0, 9619.0, 9591.0, 9630.0, 9647.0, 9616.0, 9623.0, 9630.0, 9628.0, 9616.0, 9611.0, 9647.0, 9633.0, 9622.0, 9577.0, 9592.0, 9609.0, 9602.0, 9612.0, 9621.0, 9640.0, 9631.0, 9646.0, 9680.0, 9716.0, 9637.0, 9618.0, 9605.0, 9614.0, 9647.0, 9602.0, 9633.0, 9588.0, 9659.0, 9615.0, 9631.0, 9597.0, 9647.0, 9635.0, 9602.0, 9587.0, 9605.0, 9631.0, 9617.0, 9675.0, 9689.0, 9630.0, 9616.0, 9588.0, 9660.0, 9633.0, 9603.0, 9596.0, 9612.0, 9635.0, 9623.0, 9596.0, 9615.0, 9647.0, 9612.0, 9596.0, 9673.0, 9643.0, 9603.0, 9595.0, 9646.0, 9651.0, 9638.0, 9621.0, 9591.0, 9635.0, 9620.0, 9634.0, 9668.0, 9648.0, 9631.0, 9652.0, 9616.0, 9661.0, 9628.0, 9639.0, 9601.0, 9661.0, 9601.0, 9662.0, 9657.0, 9636.0, 9632.0, 9649.0, 9631.0, 9660.0, 9612.0, 9641.0, 9589.0, 9643.0, 9621.0, 9644.0, 9588.0, 9664.0, 9635.0, 9651.0, 9663.0, 9629.0, 9627.0, 9653.0, 9612.0, 9680.0, 9630.0, 9633.0, 9596.0, 9647.0, 9642.0, 9628.0, 9601.0, 9664.0, 9632.0, 9622.0, 9603.0, 9625.0, 9642.0, 9623.0, 9605.0, 9654.0, 9619.0, 9619.0, 9610.0, 9659.0, 9648.0, 9618.0, 9618.0, 9592.0, 9646.0, 9615.0, 9636.0, 9606.0, 9646.0, 9644.0, 9653.0, 9625.0, 9660.0, 9620.0, 9634.0, 9613.0, 9663.0, 9641.0, 9619.0, 9605.0, 9630.0, 9651.0, 9620.0, 9623.0, 9687.0, 9638.0, 9627.0, 9619.0, 9688.0, 9653.0, 9613.0, 9648.0, 9629.0, 9673.0, 9627.0, 9624.0, 9572.0, 9660.0, 9611.0, 9618.0, 9588.0, 9642.0, 9636.0, 9592.0, 9579.0, 9612.0, 9638.0, 9628.0, 9594.0, 9657.0, 9652.0, 9632.0, 9636.0, 9615.0, 9662.0, 9654.0, 9633.0, 9578.0, 9660.0, 9632.0, 9622.0, 9662.0, 9645.0, 9648.0, 9627.0, 9607.0, 9709.0, 9640.0, 9600.0, 9605.0, 9661.0, 9661.0, 9613.0, 9609.0, 9603.0, 9638.0, 9630.0, 9641.0, 9569.0, 9639.0, 9628.0, 9611.0, 9667.0, 9682.0, 9629.0, 9622.0, 9573.0, 9624.0, 9624.0, 9615.0, 9619.0, 9646.0, 9646.0, 9622.0, 9635.0, 9638.0, 9646.0, 9626.0, 9631.0, 9580.0, 9648.0, 9633.0, 9632.0, 9620.0, 9643.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.0001275205855443733</td></tr>
<tr><td colspan=3>aqi</td><td>0.01735890064043916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.228722673635545</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1397654647069588</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9949668904304025</td></tr>
<tr><td colspan=3>efc</td><td>0.5349</td></tr>
<tr><td colspan=3>fber</td><td>2800.1724</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12237677160747008</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>188</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.200365965233303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.481136407830387</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4080753062233744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7160337534265273</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.319300163841259</td></tr>
<tr><td colspan=3>gcor</td><td>0.00446684</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008338104002177715</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06943278759717941</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1093</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.252247283693349</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.2213</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.0048</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.5248</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1182.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>456.9039</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8029</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.7875</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3518.5398</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4635.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>848.4878</td></tr>
<tr><td colspan=3>tsnr</td><td>39.09317230456509</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>