<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-02/func/sub-0103_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>b9a8d859d14c0a0b79c7e36720a55660</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>20:59:15.865000</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</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.0816875</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>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b1db30ed-0ea8-4b75-80a6-b7f8f79ba6bf||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [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': ['205915.865000', '205916.325000', '205916.785000', '205917.245000', '205917.705000', '205918.165000', '205918.625000', '205919.085000', '205919.545000', '205920.005000', '205920.465000', '205920.925000', '205921.385000', '205921.845000', '205922.305000', '205922.765000', '205923.225000', '205923.685000', '205924.145000', '205924.605000', '205925.065000', '205925.525000', '205925.985000', '205926.445000', '205926.905000', '205927.365000', '205927.825000', '205928.285000', '205928.745000', '205929.205000', '205929.665000', '205930.125000', '205930.585000', '205931.045000', '205931.505000', '205931.965000', '205932.425000', '205932.885000', '205933.345000', '205933.805000', '205934.265000', '205934.725000', '205935.185000', '205935.645000', '205936.105000', '205936.565000', '205937.025000', '205937.485000', '205937.945000', '205938.405000', '205938.865000', '205939.325000', '205939.785000', '205940.245000', '205940.705000', '205941.165000', '205941.625000', '205942.085000', '205942.545000', '205943.005000', '205943.465000', '205943.925000', '205944.385000', '205944.845000', '205945.305000', '205945.765000', '205946.225000', '205946.685000', '205947.145000', '205947.605000', '205948.065000', '205948.525000', '205948.985000', '205949.445000', '205949.905000', '205950.365000', '205950.825000', '205951.285000', '205951.745000', '205952.205000', '205952.665000', '205953.125000', '205953.585000', '205954.045000', '205954.505000', '205954.965000', '205955.425000', '205955.885000', '205956.345000', '205956.805000', '205957.265000', '205957.725000', '205958.185000', '205958.645000', '205959.105000', '205959.565000', '210000.025000', '210000.485000', '210000.945000', '210001.405000', '210001.865000', '210002.325000', '210002.785000', '210003.245000', '210003.705000', '210004.165000', '210004.625000', '210005.085000', '210005.545000', '210006.005000', '210006.465000', '210006.925000', '210007.385000', '210007.845000', '210008.305000', '210008.765000', '210009.225000', '210009.685000', '210010.145000', '210010.605000', '210011.065000', '210011.525000', '210011.985000', '210012.445000', '210012.905000', '210013.365000', '210013.825000', '210014.285000', '210014.745000', '210015.205000', '210015.665000', '210016.125000', '210016.585000', '210017.045000', '210017.505000', '210017.965000', '210018.425000', '210018.885000', '210019.345000', '210019.805000', '210020.265000', '210020.725000', '210021.185000', '210021.645000', '210022.105000', '210022.565000', '210023.025000', '210023.485000', '210023.945000', '210024.405000', '210024.865000', '210025.325000', '210025.785000', '210026.245000', '210026.705000', '210027.165000', '210027.625000', '210028.085000', '210028.545000', '210029.005000', '210029.465000', '210029.925000', '210030.385000', '210030.845000', '210031.305000', '210031.765000', '210032.225000', '210032.685000', '210033.145000', '210033.605000', '210034.065000', '210034.525000', '210034.985000', '210035.445000', '210035.905000', '210036.365000', '210036.825000', '210037.285000', '210037.745000', '210038.205000', '210038.665000', '210039.125000', '210039.585000', '210040.045000', '210040.505000', '210040.965000', '210041.425000', '210041.885000', '210042.345000', '210042.805000', '210043.265000', '210043.725000', '210044.185000', '210044.645000', '210045.105000', '210045.565000', '210046.025000', '210046.485000', '210046.945000', '210047.405000', '210047.865000', '210048.325000', '210048.785000', '210049.245000', '210049.705000', '210050.165000', '210050.625000', '210051.085000', '210051.545000', '210052.005000', '210052.465000', '210052.925000', '210053.385000', '210053.845000', '210054.305000', '210054.765000', '210055.225000', '210055.685000', '210056.145000', '210056.605000', '210057.065000', '210057.525000', '210057.985000', '210058.445000', '210058.905000', '210059.365000', '210059.825000', '210100.285000', '210100.745000', '210101.205000', '210101.665000', '210102.125000', '210102.585000', '210103.045000', '210103.505000', '210103.965000', '210104.425000', '210104.885000', '210105.345000', '210105.805000', '210106.265000', '210106.725000', '210107.185000', '210107.645000', '210108.105000', '210108.565000', '210109.025000', '210109.485000', '210109.945000', '210110.405000', '210110.865000', '210111.325000', '210111.785000', '210112.245000', '210112.705000', '210113.165000', '210113.625000', '210114.085000', '210114.545000', '210115.005000', '210115.465000', '210115.925000', '210116.385000', '210116.845000', '210117.305000', '210117.765000', '210118.225000', '210118.685000', '210119.145000', '210119.605000', '210120.065000', '210120.525000', '210120.985000', '210121.445000', '210121.905000', '210122.365000', '210122.825000', '210123.285000', '210123.745000', '210124.205000', '210124.665000', '210125.125000', '210125.585000', '210126.045000', '210126.505000', '210126.965000', '210127.425000', '210127.885000', '210128.345000', '210128.805000', '210129.265000', '210129.725000', '210130.185000', '210130.645000', '210131.105000', '210131.565000', '210132.025000', '210132.485000', '210132.945000', '210133.405000', '210133.865000', '210134.325000', '210134.785000', '210135.245000', '210135.705000', '210136.165000', '210136.625000', '210137.085000', '210137.545000', '210138.005000', '210138.465000', '210138.925000', '210139.385000', '210139.845000', '210140.305000', '210140.765000', '210141.225000', '210141.685000', '210142.145000', '210142.605000', '210143.065000', '210143.525000', '210143.985000', '210144.445000', '210144.905000', '210145.365000', '210145.825000', '210146.285000', '210146.745000', '210147.205000', '210147.665000', '210148.125000', '210148.585000', '210149.045000', '210149.505000', '210149.965000', '210150.425000', '210150.885000', '210151.345000', '210151.805000', '210152.265000', '210152.725000', '210153.185000', '210153.645000', '210154.105000', '210154.565000', '210155.025000', '210155.485000', '210155.945000', '210156.405000', '210156.865000', '210157.325000', '210157.785000', '210158.245000', '210158.705000', '210159.165000', '210159.625000', '210200.085000', '210200.545000', '210201.005000', '210201.465000', '210201.925000', '210202.385000', '210202.845000', '210203.305000', '210203.765000', '210204.225000', '210204.685000', '210205.145000', '210205.605000', '210206.065000', '210206.525000', '210206.985000', '210207.445000', '210207.905000', '210208.365000', '210208.825000', '210209.285000', '210209.745000', '210210.205000', '210210.665000', '210211.125000', '210211.585000', '210212.045000', '210212.505000', '210212.965000', '210213.425000', '210213.885000', '210214.345000', '210214.805000', '210215.265000', '210215.725000', '210216.185000', '210216.645000', '210217.105000', '210217.565000', '210218.025000', '210218.485000', '210218.945000', '210219.405000', '210219.865000', '210220.325000', '210220.785000', '210221.245000', '210221.705000', '210222.165000', '210222.625000', '210223.085000', '210223.545000', '210224.005000', '210224.465000', '210224.925000', '210225.385000', '210225.845000', '210226.305000', '210226.765000', '210227.225000', '210227.685000', '210228.145000', '210228.605000', '210229.065000', '210229.525000', '210229.985000', '210230.445000', '210230.905000', '210231.365000', '210231.825000', '210232.285000', '210232.745000', '210233.205000', '210233.665000', '210234.125000', '210234.585000', '210235.045000', '210235.505000', '210235.965000', '210236.425000', '210236.885000', '210237.345000', '210237.805000', '210238.265000', '210238.725000', '210239.185000', '210239.645000', '210240.105000', '210240.565000', '210241.025000', '210241.485000', '210241.945000', '210242.405000', '210242.865000', '210243.325000', '210243.785000', '210244.245000', '210244.705000', '210245.165000', '210245.625000', '210246.085000', '210246.545000', '210247.005000', '210247.465000', '210247.925000', '210248.385000', '210248.845000', '210249.305000', '210249.765000', '210250.225000', '210250.685000', '210251.145000', '210251.605000', '210252.065000', '210252.525000', '210252.985000', '210253.445000', '210253.905000', '210254.365000', '210254.825000', '210255.285000', '210255.745000', '210256.205000', '210256.665000', '210257.125000', '210257.585000', '210258.045000', '210258.505000', '210258.965000', '210259.425000', '210259.885000', '210300.345000', '210300.805000', '210301.265000', '210301.725000', '210302.185000', '210302.645000', '210303.105000', '210303.565000', '210304.025000', '210304.485000', '210304.945000', '210305.405000', '210305.865000', '210306.325000', '210306.785000', '210307.245000', '210307.705000', '210308.165000', '210308.625000', '210309.085000', '210309.545000', '210310.005000', '210310.465000', '210310.925000', '210311.385000', '210311.845000', '210312.305000', '210312.765000', '210313.225000', '210313.685000', '210314.145000', '210314.605000', '210315.065000', '210315.525000', '210315.985000', '210316.445000', '210316.905000', '210317.365000', '210317.825000', '210318.285000', '210318.745000', '210319.205000', '210319.665000', '210320.125000', '210320.585000', '210321.045000', '210321.505000', '210321.965000', '210322.425000', '210322.885000', '210323.345000', '210323.805000', '210324.265000', '210324.725000', '210325.185000', '210325.645000', '210326.105000', '210326.565000', '210327.025000', '210327.485000', '210327.945000', '210328.405000', '210328.865000', '210329.325000', '210329.785000', '210330.245000', '210330.705000', '210331.165000', '210331.625000', '210332.085000', '210332.545000', '210333.005000', '210333.465000', '210333.925000', '210334.385000', '210334.845000', '210335.305000', '210335.765000', '210336.225000', '210336.685000', '210337.145000', '210337.605000', '210338.065000', '210338.525000', '210338.985000', '210339.445000', '210339.905000', '210340.365000', '210340.825000', '210341.285000', '210341.745000', '210342.205000', '210342.665000', '210343.125000', '210343.585000', '210344.045000', '210344.505000', '210344.965000', '210345.425000', '210345.885000', '210346.345000', '210346.805000', '210347.265000', '210347.725000', '210348.185000', '210348.645000', '210349.105000', '210349.565000', '210350.025000', '210350.485000', '210350.945000', '210351.405000', '210351.865000', '210352.325000', '210352.785000', '210353.245000', '210353.705000', '210354.165000', '210354.625000', '210355.085000', '210355.545000', '210356.005000', '210356.465000', '210356.925000', '210357.385000', '210357.845000', '210358.305000', '210358.765000', '210359.225000', '210359.685000', '210400.145000', '210400.605000', '210401.065000', '210401.525000', '210401.985000', '210402.445000', '210402.905000', '210403.365000', '210403.825000', '210404.285000', '210404.745000', '210405.205000', '210405.665000', '210406.125000', '210406.585000', '210407.045000', '210407.505000', '210407.965000', '210408.425000', '210408.885000', '210409.345000', '210409.805000', '210410.265000', '210410.725000', '210411.185000', '210411.645000', '210412.105000', '210412.565000', '210413.025000', '210413.485000', '210413.945000', '210414.405000', '210414.865000', '210415.325000', '210415.785000', '210416.245000', '210416.705000', '210417.165000', '210417.625000', '210418.085000', '210418.545000', '210419.005000', '210419.465000', '210419.925000', '210420.385000', '210420.845000', '210421.305000', '210421.765000', '210422.225000', '210422.685000', '210423.145000', '210423.605000', '210424.065000', '210424.525000', '210424.985000', '210425.445000', '210425.905000', '210426.365000', '210426.825000', '210427.285000', '210427.745000', '210428.205000', '210428.665000', '210429.125000', '210429.585000', '210430.045000', '210430.505000', '210430.965000', '210431.425000', '210431.885000', '210432.345000', '210432.805000', '210433.265000', '210433.725000', '210434.185000', '210434.645000', '210435.105000', '210435.565000', '210436.025000', '210436.485000', '210436.945000', '210437.405000', '210437.865000', '210438.325000', '210438.785000', '210439.245000', '210439.705000', '210440.165000', '210440.625000', '210441.085000', '210441.545000', '210442.005000', '210442.465000', '210442.925000', '210443.385000', '210443.845000', '210444.305000', '210444.765000', '210445.225000', '210445.685000', '210446.145000', '210446.605000', '210447.065000', '210447.525000', '210447.985000', '210448.445000', '210448.905000', '210449.365000', '210449.825000', '210450.285000', '210450.745000', '210451.205000', '210451.665000', '210452.125000', '210452.585000', '210453.045000', '210453.505000', '210453.965000', '210454.425000', '210454.885000', '210455.345000', '210455.805000', '210456.265000', '210456.725000', '210457.185000', '210457.645000', '210458.105000', '210458.565000', '210459.025000', '210459.485000', '210459.945000', '210500.405000', '210500.865000', '210501.325000', '210501.785000', '210502.245000', '210502.705000', '210503.165000', '210503.625000', '210504.085000', '210504.545000', '210505.005000', '210505.465000', '210505.925000', '210506.385000', '210506.845000', '210507.305000', '210507.765000', '210508.225000', '210508.685000', '210509.145000', '210509.605000', '210510.065000', '210510.525000', '210510.985000', '210511.445000', '210511.905000', '210512.365000', '210512.825000', '210513.285000', '210513.745000', '210514.205000', '210514.665000', '210515.125000', '210515.585000', '210516.045000', '210516.505000', '210516.965000', '210517.425000', '210517.885000', '210518.345000', '210518.805000', '210519.265000', '210519.725000', '210520.185000', '210520.645000', '210521.105000', '210521.565000', '210522.025000', '210522.485000', '210522.945000', '210523.405000', '210523.865000', '210524.325000', '210524.785000', '210525.245000', '210525.705000', '210526.165000', '210526.625000', '210527.085000', '210527.545000', '210528.005000', '210528.465000', '210528.925000', '210529.385000', '210529.845000', '210530.305000', '210530.765000', '210531.225000', '210531.685000', '210532.145000', '210532.605000', '210533.065000', '210533.525000', '210533.985000', '210534.445000', '210534.905000', '210535.365000', '210535.825000', '210536.285000', '210536.745000', '210537.205000', '210537.665000', '210538.125000', '210538.585000', '210539.045000', '210539.505000', '210539.965000', '210540.425000', '210540.885000', '210541.345000', '210541.805000', '210542.265000', '210542.725000', '210543.185000', '210543.645000', '210544.105000', '210544.565000', '210545.025000', '210545.485000', '210545.945000', '210546.405000', '210546.865000', '210547.325000', '210547.785000', '210548.245000', '210548.705000', '210549.165000', '210549.625000', '210550.085000', '210550.545000', '210551.005000', '210551.465000', '210551.925000', '210552.385000', '210552.845000', '210553.305000', '210553.765000', '210554.225000', '210554.685000', '210555.145000', '210555.605000', '210556.065000', '210556.525000', '210556.985000', '210557.445000', '210557.905000', '210558.365000', '210558.825000', '210559.285000', '210559.745000', '210600.205000', '210600.665000', '210601.125000', '210601.585000', '210602.045000', '210602.505000', '210602.965000', '210603.425000', '210603.885000', '210604.345000', '210604.805000', '210605.265000', '210605.725000', '210606.185000', '210606.645000', '210607.105000', '210607.565000', '210608.025000', '210608.485000', '210608.945000', '210609.405000', '210609.865000', '210610.325000', '210610.785000', '210611.245000', '210611.705000', '210612.165000', '210612.625000', '210613.085000', '210613.545000', '210614.005000', '210614.465000', '210614.925000', '210615.385000', '210615.845000', '210616.305000', '210616.765000', '210617.225000', '210617.685000', '210618.145000', '210618.605000', '210619.065000', '210619.525000', '210619.985000', '210620.445000', '210620.905000', '210621.365000', '210621.825000', '210622.285000', '210622.745000', '210623.205000', '210623.665000', '210624.125000', '210624.585000', '210625.045000', '210625.505000', '210625.965000', '210626.425000', '210626.885000', '210627.345000', '210627.805000', '210628.265000', '210628.725000', '210629.185000', '210629.645000', '210630.105000', '210630.565000', '210631.025000', '210631.485000', '210631.945000', '210632.405000', '210632.865000', '210633.325000', '210633.785000', '210634.245000', '210634.705000', '210635.165000', '210635.625000', '210636.085000', '210636.545000', '210637.005000', '210637.465000', '210637.925000', '210638.385000', '210638.845000', '210639.305000', '210639.765000', '210640.225000', '210640.685000', '210641.145000', '210641.605000', '210642.065000', '210642.525000', '210642.985000', '210643.445000', '210643.905000', '210644.365000', '210644.825000', '210645.285000', '210645.745000', '210646.205000', '210646.665000', '210647.125000', '210647.585000', '210648.045000', '210648.505000', '210648.965000', '210649.425000', '210649.885000', '210650.345000', '210650.805000', '210651.265000', '210651.725000', '210652.185000', '210652.645000', '210653.105000', '210653.565000', '210654.025000', '210654.485000', '210654.945000', '210655.405000', '210655.865000', '210656.325000', '210656.785000', '210657.245000', '210657.705000', '210658.165000', '210658.625000', '210659.085000', '210659.545000', '210700.005000', '210700.465000', '210700.925000', '210701.385000', '210701.845000', '210702.305000', '210702.765000', '210703.225000', '210703.685000', '210704.145000', '210704.605000', '210705.065000', '210705.525000', '210705.985000', '210706.445000', '210706.905000', '210707.365000', '210707.825000', '210708.285000', '210708.745000', '210709.205000', '210709.665000', '210710.125000', '210710.585000', '210711.045000', '210711.505000', '210711.965000', '210712.425000', '210712.885000', '210713.345000', '210713.805000', '210714.265000', '210714.725000', '210715.185000', '210715.645000', '210716.105000', '210716.565000', '210717.025000', '210717.485000', '210717.945000', '210718.405000', '210718.865000', '210719.325000', '210719.785000', '210720.245000', '210720.705000', '210721.165000', '210721.625000', '210722.085000', '210722.545000', '210723.005000', '210723.465000', '210723.925000', '210724.385000', '210724.845000', '210725.305000', '210725.765000', '210726.225000', '210726.685000', '210727.145000', '210727.605000', '210728.065000', '210728.525000', '210728.985000', '210729.445000', '210729.905000', '210730.365000', '210730.825000', '210731.285000', '210731.745000', '210732.205000', '210732.665000', '210733.125000', '210733.585000', '210734.045000', '210734.505000', '210734.965000', '210735.425000', '210735.885000', '210736.345000', '210736.805000', '210737.265000', '210737.725000', '210738.185000', '210738.645000', '210739.105000', '210739.565000', '210740.025000', '210740.485000'], 'ContentTime': ['205933.179000', '205933.182000', '205933.185000', '205933.190000', '205933.192000', '205933.195000', '205933.198000', '205933.200000', '205933.203000', '205933.206000', '205933.208000', '205933.212000', '205933.214000', '205933.217000', '205933.220000', '205933.222000', '205933.225000', '205933.227000', '205933.230000', '205933.233000', '205933.235000', '205933.238000', '205933.241000', '205933.243000', '205933.246000', '205933.248000', '205933.251000', '205933.254000', '205933.256000', '205933.259000', '205933.261000', '205933.264000', '205933.267000', '205933.269000', '205953.114000', '205953.117000', '205953.119000', '205953.122000', '205953.124000', '205953.127000', '205953.130000', '205953.132000', '205953.135000', '205953.142000', '205953.144000', '205953.147000', '205953.149000', '205953.152000', '205953.155000', '205953.157000', '205953.160000', '205953.163000', '205953.165000', '205953.168000', '205953.170000', '205953.173000', '205953.176000', '205953.178000', '205953.181000', '205953.183000', '205953.186000', '205953.189000', '205953.191000', '205953.194000', '205953.197000', '205953.199000', '205953.202000', '205953.204000', '205953.207000', '205953.210000', '205953.212000', '205953.215000', '205953.218000', '205953.220000', '205953.223000', '205953.225000', '205953.228000', '205953.231000', '210013.114000', '210013.117000', '210013.120000', '210013.122000', '210013.125000', '210013.128000', '210013.131000', '210013.134000', '210013.136000', '210013.139000', '210013.142000', '210013.144000', '210013.147000', '210013.149000', '210013.152000', '210013.155000', '210013.158000', '210013.160000', '210013.163000', '210013.166000', '210013.168000', '210013.171000', '210013.173000', '210013.176000', '210013.179000', '210013.182000', '210013.185000', '210013.188000', '210013.191000', '210013.193000', '210013.196000', '210013.199000', '210013.202000', '210013.205000', '210013.207000', '210013.210000', '210013.213000', '210013.216000', '210013.218000', '210013.221000', '210013.223000', '210013.226000', '210013.229000', '210033.114000', '210033.117000', '210033.120000', '210033.122000', '210033.125000', '210033.128000', '210033.131000', '210033.133000', '210033.136000', '210033.139000', '210033.141000', '210033.144000', '210033.146000', '210033.149000', '210033.152000', '210033.154000', '210033.160000', '210033.163000', '210033.166000', '210033.168000', '210033.171000', '210033.173000', '210033.176000', '210033.179000', '210033.181000', '210033.184000', '210033.186000', '210033.189000', '210033.192000', '210033.194000', '210033.197000', '210033.200000', '210033.202000', '210033.205000', '210033.208000', '210033.210000', '210033.213000', '210033.215000', '210033.218000', '210033.221000', '210033.223000', '210033.226000', '210033.228000', '210033.231000', '210053.114000', '210053.117000', '210053.120000', '210053.122000', '210053.125000', '210053.128000', '210053.130000', '210053.133000', '210053.136000', '210053.138000', '210053.141000', '210053.143000', '210053.146000', '210053.149000', '210053.151000', '210053.154000', '210053.157000', '210053.159000', '210053.162000', '210053.164000', '210053.167000', '210053.169000', '210053.172000', '210053.175000', '210053.177000', '210053.180000', '210053.183000', '210053.185000', '210053.188000', '210053.191000', '210053.193000', '210053.196000', '210053.198000', '210053.201000', '210053.204000', '210053.206000', '210053.210000', '210053.213000', '210053.215000', '210053.218000', '210053.221000', '210053.224000', '210053.226000', '210113.114000', '210113.117000', '210113.120000', '210113.154000', '210113.157000', '210113.160000', '210113.162000', '210113.165000', '210113.168000', '210113.170000', '210113.173000', '210113.175000', '210113.178000', '210113.180000', '210113.183000', '210113.186000', '210113.188000', '210113.191000', '210113.194000', '210113.196000', '210113.199000', '210113.201000', '210113.204000', '210113.207000', '210113.209000', '210113.212000', '210113.214000', '210113.217000', '210113.220000', '210113.222000', '210113.225000', '210113.228000', '210113.230000', '210113.233000', '210113.235000', '210113.238000', '210113.241000', '210113.243000', '210113.246000', '210113.248000', '210113.251000', '210113.254000', '210113.256000', '210113.259000', '210133.114000', '210133.117000', '210133.120000', '210133.123000', '210133.125000', '210133.128000', '210133.131000', '210133.133000', '210133.136000', '210133.138000', '210133.141000', '210133.144000', '210133.146000', '210133.149000', '210133.152000', '210133.154000', '210133.157000', '210133.160000', '210133.162000', '210133.165000', '210133.167000', '210133.170000', '210133.172000', '210133.175000', '210133.177000', '210133.180000', '210133.183000', '210133.185000', '210133.188000', '210133.191000', '210133.193000', '210133.196000', '210133.199000', '210133.201000', '210133.204000', '210133.206000', '210133.209000', '210133.212000', '210133.214000', '210133.217000', '210133.220000', '210133.223000', '210133.226000', '210153.115000', '210153.117000', '210153.120000', '210153.123000', '210153.125000', '210153.128000', '210153.131000', '210153.133000', '210153.136000', '210153.138000', '210153.141000', '210153.144000', '210153.146000', '210153.149000', '210153.151000', '210153.154000', '210153.157000', '210153.159000', '210153.162000', '210153.165000', '210153.167000', '210153.170000', '210153.172000', '210153.175000', '210153.177000', '210153.180000', '210153.183000', '210153.185000', '210153.188000', '210153.196000', '210153.199000', '210153.201000', '210153.204000', '210153.206000', '210153.209000', '210153.212000', '210153.214000', '210153.217000', '210153.219000', '210153.222000', '210153.224000', '210153.227000', '210153.230000', '210153.232000', '210213.113000', '210213.116000', '210213.119000', '210213.121000', '210213.124000', '210213.127000', '210213.130000', '210213.132000', '210213.135000', '210213.138000', '210213.141000', '210213.143000', '210213.146000', '210213.148000', '210213.151000', '210213.154000', '210213.156000', '210213.159000', '210213.162000', '210213.164000', '210213.167000', '210213.169000', '210213.172000', '210213.175000', '210213.177000', '210213.180000', '210213.182000', '210213.185000', '210213.188000', '210213.190000', '210213.193000', '210213.196000', '210213.198000', '210213.201000', '210213.203000', '210213.206000', '210213.209000', '210213.211000', '210213.214000', '210213.216000', '210213.219000', '210213.222000', '210213.224000', '210233.114000', '210233.118000', '210233.120000', '210233.123000', '210233.125000', '210233.128000', '210233.131000', '210233.133000', '210233.136000', '210233.139000', '210233.142000', '210233.144000', '210233.147000', '210233.150000', '210233.152000', '210233.155000', '210233.158000', '210233.160000', '210233.163000', '210233.166000', '210233.168000', '210233.171000', '210233.174000', '210233.176000', '210233.179000', '210233.181000', '210233.184000', '210233.187000', '210233.197000', '210233.200000', '210233.203000', '210233.206000', '210233.208000', '210233.211000', '210233.213000', '210233.216000', '210233.218000', '210233.221000', '210233.224000', '210233.226000', '210233.229000', '210233.232000', '210233.234000', '210233.237000', '210253.115000', '210253.117000', '210253.120000', '210253.123000', '210253.125000', '210253.128000', '210253.131000', '210253.133000', '210253.136000', '210253.138000', '210253.141000', '210253.144000', '210253.146000', '210253.149000', '210253.152000', '210253.155000', '210253.157000', '210253.160000', '210253.162000', '210253.165000', '210253.168000', '210253.170000', '210253.173000', '210253.176000', '210253.178000', '210253.181000', '210253.183000', '210253.186000', '210253.189000', '210253.192000', '210253.194000', '210253.197000', '210253.199000', '210253.202000', '210253.205000', '210253.207000', '210253.210000', '210253.212000', '210253.215000', '210253.218000', '210253.220000', '210253.223000', '210253.226000', '210313.114000', '210313.117000', '210313.120000', '210313.122000', '210313.125000', '210313.128000', '210313.130000', '210313.133000', '210313.136000', '210313.138000', '210313.141000', '210313.143000', '210313.146000', '210313.149000', '210313.152000', '210313.154000', '210313.157000', '210313.159000', '210313.162000', '210313.165000', '210313.167000', '210313.170000', '210313.173000', '210313.175000', '210313.178000', '210313.181000', '210313.183000', '210313.186000', '210313.189000', '210313.191000', '210313.194000', '210313.196000', '210313.199000', '210313.202000', '210313.204000', '210313.207000', '210313.210000', '210313.212000', '210313.215000', '210313.217000', '210313.220000', '210313.223000', '210313.225000', '210313.228000', '210333.114000', '210333.117000', '210333.120000', '210333.123000', '210333.125000', '210333.128000', '210333.130000', '210333.133000', '210333.136000', '210333.138000', '210333.141000', '210333.144000', '210333.146000', '210333.149000', '210333.152000', '210333.154000', '210333.157000', '210333.159000', '210333.162000', '210333.165000', '210333.167000', '210333.170000', '210333.173000', '210333.175000', '210333.178000', '210333.180000', '210333.183000', '210333.186000', '210333.188000', '210333.191000', '210333.194000', '210333.197000', '210333.199000', '210333.202000', '210333.205000', '210333.207000', '210333.210000', '210333.212000', '210333.215000', '210333.218000', '210333.220000', '210333.223000', '210333.226000', '210353.115000', '210353.118000', '210353.120000', '210353.124000', '210353.128000', '210353.131000', '210353.133000', '210353.136000', '210353.139000', '210353.141000', '210353.144000', '210353.147000', '210353.149000', '210353.152000', '210353.154000', '210353.157000', '210353.159000', '210353.162000', '210353.165000', '210353.167000', '210353.170000', '210353.173000', '210353.175000', '210353.178000', '210353.181000', '210353.183000', '210353.186000', '210353.189000', '210353.191000', '210353.194000', '210353.197000', '210353.199000', '210353.202000', '210353.204000', '210353.207000', '210353.210000', '210353.212000', '210353.215000', '210353.217000', '210353.220000', '210353.223000', '210353.225000', '210353.228000', '210413.114000', '210413.117000', '210413.120000', '210413.123000', '210413.125000', '210413.128000', '210413.131000', '210413.133000', '210413.136000', '210413.138000', '210413.154000', '210413.157000', '210413.160000', '210413.162000', '210413.165000', '210413.168000', '210413.170000', '210413.173000', '210413.176000', '210413.178000', '210413.181000', '210413.183000', '210413.186000', '210413.189000', '210413.192000', '210413.194000', '210413.197000', '210413.200000', '210413.202000', '210413.205000', '210413.207000', '210413.210000', '210413.213000', '210413.215000', '210413.218000', '210413.220000', '210413.223000', '210413.226000', '210413.228000', '210413.231000', '210413.234000', '210413.236000', '210413.239000', '210413.241000', '210433.114000', '210433.117000', '210433.119000', '210433.122000', '210433.125000', '210433.127000', '210433.130000', '210433.133000', '210433.135000', '210433.138000', '210433.141000', '210433.143000', '210433.146000', '210433.148000', '210433.151000', '210433.154000', '210433.156000', '210433.159000', '210433.162000', '210433.164000', '210433.167000', '210433.169000', '210433.172000', '210433.175000', '210433.177000', '210433.180000', '210433.182000', '210433.185000', '210433.188000', '210433.190000', '210433.193000', '210433.196000', '210433.198000', '210433.201000', '210433.203000', '210433.206000', '210433.209000', '210433.211000', '210433.214000', '210433.217000', '210433.219000', '210433.222000', '210433.224000', '210433.227000', '210453.115000', '210453.117000', '210453.120000', '210453.123000', '210453.125000', '210453.128000', '210453.131000', '210453.133000', '210453.136000', '210453.139000', '210453.141000', '210453.144000', '210453.146000', '210453.149000', '210453.152000', '210453.154000', '210453.157000', '210453.160000', '210453.162000', '210453.165000', '210453.168000', '210453.170000', '210453.173000', '210453.176000', '210453.178000', '210453.181000', '210453.183000', '210453.186000', '210453.189000', '210453.191000', '210453.194000', '210453.196000', '210453.199000', '210453.202000', '210453.204000', '210453.207000', '210453.210000', '210453.212000', '210453.215000', '210453.217000', '210453.220000', '210453.223000', '210453.225000', '210513.114000', '210513.117000', '210513.120000', '210513.123000', '210513.125000', '210513.128000', '210513.130000', '210513.133000', '210513.136000', '210513.138000', '210513.141000', '210513.144000', '210513.146000', '210513.149000', '210513.152000', '210513.154000', '210513.157000', '210513.184000', '210513.187000', '210513.189000', '210513.192000', '210513.195000', '210513.198000', '210513.200000', '210513.203000', '210513.205000', '210513.208000', '210513.211000', '210513.213000', '210513.216000', '210513.219000', '210513.221000', '210513.224000', '210513.227000', '210513.229000', '210513.232000', '210513.234000', '210513.237000', '210513.240000', '210513.242000', '210513.245000', '210513.248000', '210513.250000', '210533.114000', '210533.117000', '210533.120000', '210533.123000', '210533.126000', '210533.128000', '210533.131000', '210533.135000', '210533.138000', '210533.140000', '210533.143000', '210533.146000', '210533.148000', '210533.151000', '210533.153000', '210533.156000', '210533.159000', '210533.161000', '210533.164000', '210533.166000', '210533.169000', '210533.182000', '210533.185000', '210533.187000', '210533.190000', '210533.193000', '210533.195000', '210533.198000', '210533.201000', '210533.203000', '210533.206000', '210533.208000', '210533.212000', '210533.214000', '210533.217000', '210533.219000', '210533.222000', '210533.225000', '210533.227000', '210533.230000', '210533.233000', '210533.235000', '210533.238000', '210533.240000', '210553.115000', '210553.117000', '210553.120000', '210553.123000', '210553.125000', '210553.128000', '210553.131000', '210553.133000', '210553.136000', '210553.139000', '210553.141000', '210553.144000', '210553.147000', '210553.149000', '210553.152000', '210553.154000', '210553.157000', '210553.160000', '210553.162000', '210553.165000', '210553.168000', '210553.170000', '210553.173000', '210553.175000', '210553.178000', '210553.180000', '210553.183000', '210553.186000', '210553.188000', '210553.191000', '210553.193000', '210553.196000', '210553.199000', '210553.201000', '210553.204000', '210553.207000', '210553.209000', '210553.212000', '210553.215000', '210553.217000', '210553.220000', '210553.223000', '210553.225000', '210553.228000', '210613.114000', '210613.117000', '210613.120000', '210613.123000', '210613.125000', '210613.128000', '210613.131000', '210613.133000', '210613.136000', '210613.138000', '210613.141000', '210613.144000', '210613.146000', '210613.149000', '210613.152000', '210613.154000', '210613.157000', '210613.159000', '210613.162000', '210613.165000', '210613.167000', '210613.170000', '210613.173000', '210613.175000', '210613.178000', '210613.180000', '210613.183000', '210613.186000', '210613.188000', '210613.191000', '210613.194000', '210613.196000', '210613.199000', '210613.201000', '210613.204000', '210613.207000', '210613.209000', '210613.212000', '210613.215000', '210613.217000', '210613.220000', '210613.222000', '210613.225000', '210633.115000', '210633.118000', '210633.120000', '210633.123000', '210633.125000', '210633.128000', '210633.131000', '210633.133000', '210633.136000', '210633.143000', '210633.146000', '210633.149000', '210633.151000', '210633.154000', '210633.157000', '210633.160000', '210633.162000', '210633.165000', '210633.168000', '210633.170000', '210633.173000', '210633.175000', '210633.178000', '210633.181000', '210633.183000', '210633.186000', '210633.189000', '210633.191000', '210633.194000', '210633.196000', '210633.199000', '210633.202000', '210633.206000', '210633.209000', '210633.211000', '210633.214000', '210633.217000', '210633.219000', '210633.222000', '210633.225000', '210633.227000', '210633.230000', '210633.232000', '210653.114000', '210653.117000', '210653.120000', '210653.122000', '210653.125000', '210653.128000', '210653.130000', '210653.133000', '210653.135000', '210653.138000', '210653.141000', '210653.143000', '210653.146000', '210653.148000', '210653.151000', '210653.154000', '210653.156000', '210653.159000', '210653.162000', '210653.164000', '210653.167000', '210653.169000', '210653.172000', '210653.175000', '210653.177000', '210653.180000', '210653.183000', '210653.185000', '210653.188000', '210653.191000', '210653.193000', '210653.196000', '210653.226000', '210653.228000', '210653.231000', '210653.234000', '210653.236000', '210653.239000', '210653.241000', '210653.244000', '210653.247000', '210653.249000', '210653.252000', '210653.254000', '210713.115000', '210713.117000', '210713.120000', '210713.123000', '210713.125000', '210713.128000', '210713.131000', '210713.133000', '210713.136000', '210713.139000', '210713.141000', '210713.144000', '210713.146000', '210713.149000', '210713.152000', '210713.155000', '210713.158000', '210713.161000', '210713.165000', '210713.167000', '210713.170000', '210713.172000', '210713.175000', '210713.178000', '210713.180000', '210713.183000', '210713.186000', '210713.188000', '210713.191000', '210713.193000', '210713.196000', '210713.199000', '210713.201000', '210713.204000', '210713.207000', '210713.209000', '210713.212000', '210713.214000', '210713.217000', '210713.220000', '210713.222000', '210713.225000', '210713.228000', '210733.114000', '210733.118000', '210733.120000', '210733.123000', '210733.125000', '210733.128000', '210733.131000', '210733.133000', '210733.136000', '210733.139000', '210733.141000', '210733.144000', '210733.147000', '210733.149000', '210733.152000', '210733.154000', '210733.157000', '210733.160000', '210733.162000', '210733.165000', '210733.167000', '210733.170000', '210733.173000', '210733.175000', '210733.178000', '210733.180000', '210733.183000', '210733.186000', '210733.188000', '210733.191000', '210733.194000', '210733.196000', '210733.199000', '210733.202000', '210733.204000', '210733.207000', '210733.209000', '210733.212000', '210733.215000', '210733.217000', '210733.220000', '210733.223000', '210733.225000', '210733.228000', '210742.165000', '210742.168000', '210742.171000', '210742.173000', '210742.176000', '210742.179000', '210742.182000', '210742.184000', '210742.187000', '210742.190000', '210742.193000', '210742.195000', '210742.198000', '210742.201000', '210742.203000', '210742.212000', '210742.215000', '210742.217000', '210742.220000', '210742.223000'], 'InstanceCreationTime': ['205933.179000', '205933.182000', '205933.185000', '205933.190000', '205933.192000', '205933.195000', '205933.198000', '205933.200000', '205933.203000', '205933.206000', '205933.208000', '205933.212000', '205933.214000', '205933.217000', '205933.220000', '205933.222000', '205933.225000', '205933.227000', '205933.230000', '205933.233000', '205933.235000', '205933.238000', '205933.241000', '205933.243000', '205933.246000', '205933.248000', '205933.251000', '205933.254000', '205933.256000', '205933.259000', '205933.261000', '205933.264000', '205933.267000', '205933.269000', '205953.114000', '205953.117000', '205953.119000', '205953.122000', '205953.124000', '205953.127000', '205953.130000', '205953.132000', '205953.135000', '205953.142000', '205953.144000', '205953.147000', '205953.149000', '205953.152000', '205953.155000', '205953.157000', '205953.160000', '205953.163000', '205953.165000', '205953.168000', '205953.170000', '205953.173000', '205953.176000', '205953.178000', '205953.181000', '205953.183000', '205953.186000', '205953.189000', '205953.191000', '205953.194000', '205953.197000', '205953.199000', '205953.202000', '205953.204000', '205953.207000', '205953.210000', '205953.212000', '205953.215000', '205953.218000', '205953.220000', '205953.223000', '205953.225000', '205953.228000', '205953.231000', '210013.114000', '210013.117000', '210013.120000', '210013.122000', '210013.125000', '210013.128000', '210013.131000', '210013.134000', '210013.136000', '210013.139000', '210013.142000', '210013.144000', '210013.147000', '210013.149000', '210013.152000', '210013.155000', '210013.158000', '210013.160000', '210013.163000', '210013.166000', '210013.168000', '210013.171000', '210013.173000', '210013.176000', '210013.179000', '210013.182000', '210013.185000', '210013.188000', '210013.191000', '210013.193000', '210013.196000', '210013.199000', '210013.202000', '210013.205000', '210013.207000', '210013.210000', '210013.213000', '210013.216000', '210013.218000', '210013.221000', '210013.223000', '210013.226000', '210013.229000', '210033.114000', '210033.117000', '210033.120000', '210033.122000', '210033.125000', '210033.128000', '210033.131000', '210033.133000', '210033.136000', '210033.139000', '210033.141000', '210033.144000', '210033.146000', '210033.149000', '210033.152000', '210033.154000', '210033.160000', '210033.163000', '210033.166000', '210033.168000', '210033.171000', '210033.173000', '210033.176000', '210033.179000', '210033.181000', '210033.184000', '210033.186000', '210033.189000', '210033.192000', '210033.194000', '210033.197000', '210033.200000', '210033.202000', '210033.205000', '210033.208000', '210033.210000', '210033.213000', '210033.215000', '210033.218000', '210033.221000', '210033.223000', '210033.226000', '210033.228000', '210033.231000', '210053.114000', '210053.117000', '210053.120000', '210053.122000', '210053.125000', '210053.128000', '210053.130000', '210053.133000', '210053.136000', '210053.138000', '210053.141000', '210053.143000', '210053.146000', '210053.149000', '210053.151000', '210053.154000', '210053.157000', '210053.159000', '210053.162000', '210053.164000', '210053.167000', '210053.169000', '210053.172000', '210053.175000', '210053.177000', '210053.180000', '210053.183000', '210053.185000', '210053.188000', '210053.191000', '210053.193000', '210053.196000', '210053.198000', '210053.201000', '210053.204000', '210053.206000', '210053.210000', '210053.213000', '210053.215000', '210053.218000', '210053.221000', '210053.224000', '210053.226000', '210113.114000', '210113.117000', '210113.120000', '210113.154000', '210113.157000', '210113.160000', '210113.162000', '210113.165000', '210113.168000', '210113.170000', '210113.173000', '210113.175000', '210113.178000', '210113.180000', '210113.183000', '210113.186000', '210113.188000', '210113.191000', '210113.194000', '210113.196000', '210113.199000', '210113.201000', '210113.204000', '210113.207000', '210113.209000', '210113.212000', '210113.214000', '210113.217000', '210113.220000', '210113.222000', '210113.225000', '210113.228000', '210113.230000', '210113.233000', '210113.235000', '210113.238000', '210113.241000', '210113.243000', '210113.246000', '210113.248000', '210113.251000', '210113.254000', '210113.256000', '210113.259000', '210133.114000', '210133.117000', '210133.120000', '210133.123000', '210133.125000', '210133.128000', '210133.131000', '210133.133000', '210133.136000', '210133.138000', '210133.141000', '210133.144000', '210133.146000', '210133.149000', '210133.152000', '210133.154000', '210133.157000', '210133.160000', '210133.162000', '210133.165000', '210133.167000', '210133.170000', '210133.172000', '210133.175000', '210133.177000', '210133.180000', '210133.183000', '210133.185000', '210133.188000', '210133.191000', '210133.193000', '210133.196000', '210133.199000', '210133.201000', '210133.204000', '210133.206000', '210133.209000', '210133.212000', '210133.214000', '210133.217000', '210133.220000', '210133.223000', '210133.226000', '210153.115000', '210153.117000', '210153.120000', '210153.123000', '210153.125000', '210153.128000', '210153.131000', '210153.133000', '210153.136000', '210153.138000', '210153.141000', '210153.144000', '210153.146000', '210153.149000', '210153.151000', '210153.154000', '210153.157000', '210153.159000', '210153.162000', '210153.165000', '210153.167000', '210153.170000', '210153.172000', '210153.175000', '210153.177000', '210153.180000', '210153.183000', '210153.185000', '210153.188000', '210153.196000', '210153.199000', '210153.201000', '210153.204000', '210153.206000', '210153.209000', '210153.212000', '210153.214000', '210153.217000', '210153.219000', '210153.222000', '210153.224000', '210153.227000', '210153.230000', '210153.232000', '210213.113000', '210213.116000', '210213.119000', '210213.121000', '210213.124000', '210213.127000', '210213.130000', '210213.132000', '210213.135000', '210213.138000', '210213.141000', '210213.143000', '210213.146000', '210213.148000', '210213.151000', '210213.154000', '210213.156000', '210213.159000', '210213.162000', '210213.164000', '210213.167000', '210213.169000', '210213.172000', '210213.175000', '210213.177000', '210213.180000', '210213.182000', '210213.185000', '210213.188000', '210213.190000', '210213.193000', '210213.196000', '210213.198000', '210213.201000', '210213.203000', '210213.206000', '210213.209000', '210213.211000', '210213.214000', '210213.216000', '210213.219000', '210213.222000', '210213.224000', '210233.114000', '210233.118000', '210233.120000', '210233.123000', '210233.125000', '210233.128000', '210233.131000', '210233.133000', '210233.136000', '210233.139000', '210233.142000', '210233.144000', '210233.147000', '210233.150000', '210233.152000', '210233.155000', '210233.158000', '210233.160000', '210233.163000', '210233.166000', '210233.168000', '210233.171000', '210233.174000', '210233.176000', '210233.179000', '210233.181000', '210233.184000', '210233.187000', '210233.197000', '210233.200000', '210233.203000', '210233.206000', '210233.208000', '210233.211000', '210233.213000', '210233.216000', '210233.218000', '210233.221000', '210233.224000', '210233.226000', '210233.229000', '210233.232000', '210233.234000', '210233.237000', '210253.115000', '210253.117000', '210253.120000', '210253.123000', '210253.125000', '210253.128000', '210253.131000', '210253.133000', '210253.136000', '210253.138000', '210253.141000', '210253.144000', '210253.146000', '210253.149000', '210253.152000', '210253.155000', '210253.157000', '210253.160000', '210253.162000', '210253.165000', '210253.168000', '210253.170000', '210253.173000', '210253.176000', '210253.178000', '210253.181000', '210253.183000', '210253.186000', '210253.189000', '210253.192000', '210253.194000', '210253.197000', '210253.199000', '210253.202000', '210253.205000', '210253.207000', '210253.210000', '210253.212000', '210253.215000', '210253.218000', '210253.220000', '210253.223000', '210253.226000', '210313.114000', '210313.117000', '210313.120000', '210313.122000', '210313.125000', '210313.128000', '210313.130000', '210313.133000', '210313.136000', '210313.138000', '210313.141000', '210313.143000', '210313.146000', '210313.149000', '210313.152000', '210313.154000', '210313.157000', '210313.159000', '210313.162000', '210313.165000', '210313.167000', '210313.170000', '210313.173000', '210313.175000', '210313.178000', '210313.181000', '210313.183000', '210313.186000', '210313.189000', '210313.191000', '210313.194000', '210313.196000', '210313.199000', '210313.202000', '210313.204000', '210313.207000', '210313.210000', '210313.212000', '210313.215000', '210313.217000', '210313.220000', '210313.223000', '210313.225000', '210313.228000', '210333.114000', '210333.117000', '210333.120000', '210333.123000', '210333.125000', '210333.128000', '210333.130000', '210333.133000', '210333.136000', '210333.138000', '210333.141000', '210333.144000', '210333.146000', '210333.149000', '210333.152000', '210333.154000', '210333.157000', '210333.159000', '210333.162000', '210333.165000', '210333.167000', '210333.170000', '210333.173000', '210333.175000', '210333.178000', '210333.180000', '210333.183000', '210333.186000', '210333.188000', '210333.191000', '210333.194000', '210333.197000', '210333.199000', '210333.202000', '210333.205000', '210333.207000', '210333.210000', '210333.212000', '210333.215000', '210333.218000', '210333.220000', '210333.223000', '210333.226000', '210353.115000', '210353.118000', '210353.120000', '210353.124000', '210353.128000', '210353.131000', '210353.133000', '210353.136000', '210353.139000', '210353.141000', '210353.144000', '210353.147000', '210353.149000', '210353.152000', '210353.154000', '210353.157000', '210353.159000', '210353.162000', '210353.165000', '210353.167000', '210353.170000', '210353.173000', '210353.175000', '210353.178000', '210353.181000', '210353.183000', '210353.186000', '210353.189000', '210353.191000', '210353.194000', '210353.197000', '210353.199000', '210353.202000', '210353.204000', '210353.207000', '210353.210000', '210353.212000', '210353.215000', '210353.217000', '210353.220000', '210353.223000', '210353.225000', '210353.228000', '210413.114000', '210413.117000', '210413.120000', '210413.123000', '210413.125000', '210413.128000', '210413.131000', '210413.133000', '210413.136000', '210413.138000', '210413.154000', '210413.157000', '210413.160000', '210413.162000', '210413.165000', '210413.168000', '210413.170000', '210413.173000', '210413.176000', '210413.178000', '210413.181000', '210413.183000', '210413.186000', '210413.189000', '210413.192000', '210413.194000', '210413.197000', '210413.200000', '210413.202000', '210413.205000', '210413.207000', '210413.210000', '210413.213000', '210413.215000', '210413.218000', '210413.220000', '210413.223000', '210413.226000', '210413.228000', '210413.231000', '210413.234000', '210413.236000', '210413.239000', '210413.241000', '210433.114000', '210433.117000', '210433.119000', '210433.122000', '210433.125000', '210433.127000', '210433.130000', '210433.133000', '210433.135000', '210433.138000', '210433.141000', '210433.143000', '210433.146000', '210433.148000', '210433.151000', '210433.154000', '210433.156000', '210433.159000', '210433.162000', '210433.164000', '210433.167000', '210433.169000', '210433.172000', '210433.175000', '210433.177000', '210433.180000', '210433.182000', '210433.185000', '210433.188000', '210433.190000', '210433.193000', '210433.196000', '210433.198000', '210433.201000', '210433.203000', '210433.206000', '210433.209000', '210433.211000', '210433.214000', '210433.217000', '210433.219000', '210433.222000', '210433.224000', '210433.227000', '210453.115000', '210453.117000', '210453.120000', '210453.123000', '210453.125000', '210453.128000', '210453.131000', '210453.133000', '210453.136000', '210453.139000', '210453.141000', '210453.144000', '210453.146000', '210453.149000', '210453.152000', '210453.154000', '210453.157000', '210453.160000', '210453.162000', '210453.165000', '210453.168000', '210453.170000', '210453.173000', '210453.176000', '210453.178000', '210453.181000', '210453.183000', '210453.186000', '210453.189000', '210453.191000', '210453.194000', '210453.196000', '210453.199000', '210453.202000', '210453.204000', '210453.207000', '210453.210000', '210453.212000', '210453.215000', '210453.217000', '210453.220000', '210453.223000', '210453.225000', '210513.114000', '210513.117000', '210513.120000', '210513.123000', '210513.125000', '210513.128000', '210513.130000', '210513.133000', '210513.136000', '210513.138000', '210513.141000', '210513.144000', '210513.146000', '210513.149000', '210513.152000', '210513.154000', '210513.157000', '210513.184000', '210513.187000', '210513.189000', '210513.192000', '210513.195000', '210513.198000', '210513.200000', '210513.203000', '210513.205000', '210513.208000', '210513.211000', '210513.213000', '210513.216000', '210513.219000', '210513.221000', '210513.224000', '210513.227000', '210513.229000', '210513.232000', '210513.234000', '210513.237000', '210513.240000', '210513.242000', '210513.245000', '210513.248000', '210513.250000', '210533.114000', '210533.117000', '210533.120000', '210533.123000', '210533.126000', '210533.128000', '210533.131000', '210533.135000', '210533.138000', '210533.140000', '210533.143000', '210533.146000', '210533.148000', '210533.151000', '210533.153000', '210533.156000', '210533.159000', '210533.161000', '210533.164000', '210533.166000', '210533.169000', '210533.182000', '210533.185000', '210533.187000', '210533.190000', '210533.193000', '210533.195000', '210533.198000', '210533.201000', '210533.203000', '210533.206000', '210533.208000', '210533.212000', '210533.214000', '210533.217000', '210533.219000', '210533.222000', '210533.225000', '210533.227000', '210533.230000', '210533.233000', '210533.235000', '210533.238000', '210533.240000', '210553.115000', '210553.117000', '210553.120000', '210553.123000', '210553.125000', '210553.128000', '210553.131000', '210553.133000', '210553.136000', '210553.139000', '210553.141000', '210553.144000', '210553.147000', '210553.149000', '210553.152000', '210553.154000', '210553.157000', '210553.160000', '210553.162000', '210553.165000', '210553.168000', '210553.170000', '210553.173000', '210553.175000', '210553.178000', '210553.180000', '210553.183000', '210553.186000', '210553.188000', '210553.191000', '210553.193000', '210553.196000', '210553.199000', '210553.201000', '210553.204000', '210553.207000', '210553.209000', '210553.212000', '210553.215000', '210553.217000', '210553.220000', '210553.223000', '210553.225000', '210553.228000', '210613.114000', '210613.117000', '210613.120000', '210613.123000', '210613.125000', '210613.128000', '210613.131000', '210613.133000', '210613.136000', '210613.138000', '210613.141000', '210613.144000', '210613.146000', '210613.149000', '210613.152000', '210613.154000', '210613.157000', '210613.159000', '210613.162000', '210613.165000', '210613.167000', '210613.170000', '210613.173000', '210613.175000', '210613.178000', '210613.180000', '210613.183000', '210613.186000', '210613.188000', '210613.191000', '210613.194000', '210613.196000', '210613.199000', '210613.201000', '210613.204000', '210613.207000', '210613.209000', '210613.212000', '210613.215000', '210613.217000', '210613.220000', '210613.222000', '210613.225000', '210633.115000', '210633.118000', '210633.120000', '210633.123000', '210633.125000', '210633.128000', '210633.131000', '210633.133000', '210633.136000', '210633.143000', '210633.146000', '210633.149000', '210633.151000', '210633.154000', '210633.157000', '210633.160000', '210633.162000', '210633.165000', '210633.168000', '210633.170000', '210633.173000', '210633.175000', '210633.178000', '210633.181000', '210633.183000', '210633.186000', '210633.189000', '210633.191000', '210633.194000', '210633.196000', '210633.199000', '210633.202000', '210633.206000', '210633.209000', '210633.211000', '210633.214000', '210633.217000', '210633.219000', '210633.222000', '210633.225000', '210633.227000', '210633.230000', '210633.232000', '210653.114000', '210653.117000', '210653.120000', '210653.122000', '210653.125000', '210653.128000', '210653.130000', '210653.133000', '210653.135000', '210653.138000', '210653.141000', '210653.143000', '210653.146000', '210653.148000', '210653.151000', '210653.154000', '210653.156000', '210653.159000', '210653.162000', '210653.164000', '210653.167000', '210653.169000', '210653.172000', '210653.175000', '210653.177000', '210653.180000', '210653.183000', '210653.185000', '210653.188000', '210653.191000', '210653.193000', '210653.196000', '210653.226000', '210653.228000', '210653.231000', '210653.234000', '210653.236000', '210653.239000', '210653.241000', '210653.244000', '210653.247000', '210653.249000', '210653.252000', '210653.254000', '210713.115000', '210713.117000', '210713.120000', '210713.123000', '210713.125000', '210713.128000', '210713.131000', '210713.133000', '210713.136000', '210713.139000', '210713.141000', '210713.144000', '210713.146000', '210713.149000', '210713.152000', '210713.155000', '210713.158000', '210713.161000', '210713.165000', '210713.167000', '210713.170000', '210713.172000', '210713.175000', '210713.178000', '210713.180000', '210713.183000', '210713.186000', '210713.188000', '210713.191000', '210713.193000', '210713.196000', '210713.199000', '210713.201000', '210713.204000', '210713.207000', '210713.209000', '210713.212000', '210713.214000', '210713.217000', '210713.220000', '210713.222000', '210713.225000', '210713.228000', '210733.114000', '210733.118000', '210733.120000', '210733.123000', '210733.125000', '210733.128000', '210733.131000', '210733.133000', '210733.136000', '210733.139000', '210733.141000', '210733.144000', '210733.147000', '210733.149000', '210733.152000', '210733.154000', '210733.157000', '210733.160000', '210733.162000', '210733.165000', '210733.167000', '210733.170000', '210733.173000', '210733.175000', '210733.178000', '210733.180000', '210733.183000', '210733.186000', '210733.188000', '210733.191000', '210733.194000', '210733.196000', '210733.199000', '210733.202000', '210733.204000', '210733.207000', '210733.209000', '210733.212000', '210733.215000', '210733.217000', '210733.220000', '210733.223000', '210733.225000', '210733.228000', '210742.165000', '210742.168000', '210742.171000', '210742.173000', '210742.176000', '210742.179000', '210742.182000', '210742.184000', '210742.187000', '210742.190000', '210742.193000', '210742.195000', '210742.198000', '210742.201000', '210742.203000', '210742.212000', '210742.215000', '210742.217000', '210742.220000', '210742.223000'], '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': [11368, 8363, 7659, 10061, 8325, 7712, 10760, 7228, 9814, 11005, 7444, 8303, 10069, 8295, 8986, 7164, 9131, 10807, 8191, 7692, 10837, 8295, 8591, 9784, 7397, 10121, 12221, 8069, 8792, 12431, 8177, 11260, 7946, 7676, 10588, 14274, 7625, 9674, 10299, 7586, 10965, 6915, 9999, 11339, 6991, 8321, 10391, 7289, 9837, 6975, 7456, 10027, 11587, 7539, 10294, 6760, 9674, 7173, 8138, 10822, 13577, 9149, 8975, 6834, 7682, 9918, 7629, 7896, 10366, 7820, 8220, 8375, 7706, 10259, 12875, 8579, 8634, 11667, 7953, 9637, 6934, 8021, 9672, 6966, 7394, 10213, 7694, 8284, 10102, 6941, 9945, 12162, 7921, 9589, 12548, 8263, 9924, 6885, 9564, 10799, 8172, 7648, 10298, 8144, 8189, 8660, 7150, 9981, 12639, 7257, 8767, 12063, 7633, 8476, 11729, 7038, 9630, 11943, 7513, 9158, 11881, 7247, 8092, 10618, 6746, 9075, 10797, 6954, 9228, 10506, 8196, 8803, 6798, 7321, 9759, 6993, 7415, 9983, 7188, 9086, 7163, 8064, 10691, 7071, 7300, 10346, 10786, 7830, 10886, 6764, 9684, 7075, 9253, 11003, 8762, 8326, 7037, 7410, 10523, 14031, 7861, 10175, 13164, 8070, 8682, 7015, 7094, 10162, 9154, 7171, 9784, 7666, 7935, 9957, 7135, 9478, 11255, 7195, 9097, 10391, 7188, 8890, 7068, 7148, 10262, 13695, 7553, 10529, 11775, 7685, 11285, 6850, 9645, 7429, 8846, 11491, 8531, 8406, 7074, 7277, 10170, 13640, 7819, 9461, 7556, 7542, 10851, 6711, 9755, 12943, 8233, 8038, 10799, 8112, 8337, 7073, 7202, 9994, 12849, 7374, 10673, 13959, 7869, 10372, 6991, 7421, 9869, 7174, 7624, 9863, 7166, 9249, 9718, 7158, 10641, 13173, 7742, 9778, 12688, 7747, 9488, 6748, 9302, 11288, 7217, 7508, 10509, 7196, 7746, 10081, 8080, 9175, 6791, 9523, 12009, 8318, 7767, 10531, 7789, 8657, 7044, 8090, 10363, 11223, 7596, 11295, 10568, 7589, 8823, 6969, 9840, 13838, 7438, 9918, 11563, 7619, 8979, 7033, 9715, 13492, 7965, 10104, 13435, 7614, 10256, 7038, 8141, 9987, 7160, 7478, 9933, 7599, 7807, 11578, 6843, 9332, 10736, 7552, 9547, 12178, 7705, 8500, 7055, 8055, 10039, 7010, 9538, 12777, 7661, 8402, 8246, 7175, 10046, 13199, 7750, 9584, 12872, 7761, 11586, 7181, 9391, 11340, 7585, 9521, 12805, 8138, 10170, 6906, 9268, 7193, 9006, 10679, 11370, 8224, 10810, 7067, 9423, 11761, 8059, 7665, 10589, 7738, 7869, 6885, 7077, 10144, 13696, 7350, 9594, 14130, 7869, 10250, 6904, 9125, 12892, 8323, 7887, 11008, 7797, 8246, 7017, 6996, 10176, 12635, 7603, 10524, 9359, 7900, 8442, 7191, 9970, 8477, 10032, 12969, 9342, 8462, 11165, 7387, 9084, 11753, 7329, 10807, 13402, 7767, 9462, 7214, 7893, 9094, 7328, 9819, 13316, 8036, 9463, 12496, 7818, 9662, 7286, 8815, 10149, 7543, 7541, 9949, 7618, 8127, 7162, 7200, 10307, 7577, 7761, 10306, 8576, 8126, 10692, 7598, 9751, 7487, 8962, 11508, 9473, 7800, 10916, 7273, 9360, 7174, 8324, 10344, 13068, 8641, 11085, 7212, 8918, 7275, 9314, 11552, 11950, 7687, 9751, 6936, 8659, 7068, 7526, 10592, 12645, 7460, 10008, 13427, 8037, 9227, 7473, 7593, 10098, 14240, 7280, 8429, 13632, 8400, 7524, 11104, 7024, 9416, 13556, 7486, 8117, 11811, 9180, 8781, 7292, 7255, 9526, 10173, 7416, 10372, 7007, 8051, 7007, 7114, 9802, 7817, 9706, 12287, 8710, 8280, 10430, 8247, 8627, 7101, 7289, 10378, 13512, 7951, 10433, 10472, 7454, 10507, 6881, 9671, 12700, 7722, 8853, 13171, 7847, 8296, 7450, 7078, 9933, 13469, 7367, 8996, 12026, 7267, 10099, 7011, 9439, 10785, 7373, 7247, 10460, 7291, 7863, 10437, 6836, 9671, 12550, 7341, 9081, 11248, 7416, 8758, 6994, 8398, 8702, 7903, 10079, 12734, 8117, 8741, 11954, 7785, 10294, 7195, 8925, 10115, 7411, 7727, 10419, 7388, 8036, 7322, 6798, 10392, 13056, 7256, 9001, 12100, 7864, 8218, 6947, 7632, 10333, 12113, 7159, 9642, 12458, 7784, 10476, 6928, 9565, 13080, 8037, 8073, 10692, 7514, 8920, 7123, 6956, 10329, 12020, 7668, 10564, 7163, 9358, 6946, 8333, 10757, 14496, 8934, 10984, 7293, 7405, 10659, 6954, 9203, 10651, 7858, 8546, 6950, 8823, 10189, 7565, 9458, 13153, 8051, 9043, 10456, 7425, 10470, 14026, 8633, 9973, 7324, 7957, 11256, 7195, 9493, 13674, 7399, 8395, 11611, 8168, 9047, 7051, 7908, 9980, 7282, 7594, 10202, 7171, 8766, 7167, 7889, 10613, 10822, 7728, 10778, 13782, 8482, 10604, 7239, 8342, 9912, 7515, 7447, 10586, 7028, 7830, 7402, 7307, 10080, 13618, 7460, 8885, 12434, 7572, 10952, 7142, 9336, 12588, 8612, 7933, 10467, 7527, 8844, 7482, 7197, 9846, 13672, 7861, 10291, 7456, 7464, 10916, 7281, 10077, 13866, 8361, 8928, 12813, 8620, 9580, 7552, 7291, 9816, 11947, 7360, 10280, 10017, 7440, 10723, 7020, 9061, 11430, 7093, 7587, 10144, 7375, 7826, 7250, 7143, 10248, 12951, 7487, 9249, 12998, 8319, 8640, 7004, 7659, 9876, 7664, 9649, 12686, 7820, 8682, 6961, 7883, 10368, 7728, 8356, 11054, 9661, 7380, 11349, 7171, 9350, 8750, 7189, 10069, 13633, 7292, 8742, 11543, 7848, 8639, 6753, 9469, 11540, 6907, 9516, 11100, 8013, 8597, 6842, 9449, 7015, 9474, 12172, 9030, 8551, 6819, 7554, 10398, 7965, 10523, 14267, 9151, 9118, 14247, 9060, 9374, 7331, 7468, 9822, 14465, 8045, 10436, 11935, 7446, 10996, 6883, 9427, 8430, 7788, 10156, 13313, 7800, 8891, 6787, 9197, 10006, 8334, 10335, 12480, 8480, 10979, 7184, 9482, 12662, 7396, 9180, 12975, 8673, 9248, 6874, 9298, 12742, 7376, 8884, 13020, 8712, 9162, 6734, 8891, 11017, 7352, 7913, 10807, 7297, 9086, 11532, 8873, 9209, 6492, 7491, 10500, 13615, 8073, 9444, 12863, 7769, 9021, 6640, 8534, 9878, 6814, 7418, 10063, 7139, 8221, 8865, 7076, 10052, 9795, 8226, 10373, 7518, 9004, 7125, 8211, 10958, 8879, 10509, 12807, 9812, 9265, 6869, 7424, 10507, 7310, 8081, 10791, 7819, 9941, 6742, 7528, 10660, 14699, 7988, 10199, 12725, 8070, 11247, 6845, 7638, 10333, 6709, 7850, 10255, 7419, 8382, 6401, 7406, 10816, 7248, 9979, 11422, 7711, 9117, 6765, 9057, 6793, 9186, 11469, 12521, 8908, 10518, 7003, 9099, 11355, 7100, 8056, 10874, 7339, 8839, 8244, 7470, 10548, 13858, 8870, 8286, 12141, 8261, 9234, 12379, 6803, 8299, 11552, 7132, 7688, 10910, 6815, 7977, 10652, 6476, 8000, 10047, 7713, 8797, 7579, 7381, 10561, 7698, 8044, 10521, 8014, 8354, 10355, 7170, 10426, 7240, 9852, 12500, 9209, 8461, 12280, 7305, 9728, 12538, 7696, 8969, 11957, 8783, 8741, 6827, 7199, 10502, 6602, 7931, 10373, 7246, 8314, 10728, 7245, 9834, 12997, 8084, 10383, 12857, 8406, 8845, 6871, 9214, 10741, 7122, 7942, 10838, 7355, 7935, 10703, 7775, 9498, 6624, 7298, 10523, 13240, 7918, 9598, 11355, 7934, 9103, 6532, 9267, 10122, 7805, 10156, 12310, 8249, 9085, 6862, 9827, 6759, 9888, 11584, 11018, 8570, 10831, 8553, 8825, 10312, 7098, 10247, 13360, 8180, 9935, 7412, 8585, 6975, 7838, 10553, 8402, 10174, 12460, 8072, 8715, 6822, 8425, 6732, 8962, 11440, 14137, 8232, 10434, 10511, 8206, 10834, 7320, 10340, 12809, 8323, 10090, 12706, 8062, 9425, 6463, 7334, 10036, 6925, 8728, 10752, 7623, 8727, 9850, 7330, 10462, 6973, 9465, 11554, 7697, 9740, 6821, 9010, 11300, 7454, 8356, 11141, 8118, 9852, 6434, 9377, 11786, 10031, 8115, 10936, 7553, 8437, 11009, 7195, 10393, 13218, 8115, 10038, 13361, 8143, 9914, 6521, 7434, 10263, 6817, 7826, 9982, 7642, 9086, 6433, 9151, 11119, 8863, 7926, 10873, 10989, 7928, 10269, 6989, 10081, 13407, 7468, 10229, 13098, 8096, 9646], 'WindowCenter': [4299.0, 4244.0, 4245.0, 4260.0, 4227.0, 4216.0, 4244.0, 4204.0, 4233.0, 4230.0, 4215.0, 4224.0, 4232.0, 4224.0, 4222.0, 4201.0, 4233.0, 4244.0, 4225.0, 4216.0, 4243.0, 4213.0, 4222.0, 4219.0, 4202.0, 4234.0, 4240.0, 4213.0, 4222.0, 4241.0, 4224.0, 4240.0, 4197.0, 4199.0, 4231.0, 4250.0, 4202.0, 4222.0, 4218.0, 4201.0, 4228.0, 4190.0, 4230.0, 4241.0, 4203.0, 4214.0, 4231.0, 4204.0, 4231.0, 4189.0, 4203.0, 4244.0, 4253.0, 4212.0, 4243.0, 4192.0, 4233.0, 4203.0, 4214.0, 4255.0, 4266.0, 4233.0, 4225.0, 4190.0, 4212.0, 4221.0, 4199.0, 4224.0, 4243.0, 4199.0, 4210.0, 4208.0, 4202.0, 4231.0, 4238.0, 4211.0, 4210.0, 4231.0, 4199.0, 4218.0, 4186.0, 4210.0, 4219.0, 4191.0, 4201.0, 4232.0, 4200.0, 4211.0, 4228.0, 4190.0, 4232.0, 4240.0, 4213.0, 4233.0, 4239.0, 4210.0, 4219.0, 4191.0, 4232.0, 4231.0, 4209.0, 4211.0, 4231.0, 4198.0, 4212.0, 4206.0, 4190.0, 4231.0, 4238.0, 4200.0, 4221.0, 4240.0, 4200.0, 4211.0, 4237.0, 4189.0, 4220.0, 4226.0, 4200.0, 4233.0, 4240.0, 4189.0, 4199.0, 4216.0, 4179.0, 4219.0, 4227.0, 4190.0, 4234.0, 4230.0, 4211.0, 4209.0, 4178.0, 4201.0, 4220.0, 4189.0, 4204.0, 4233.0, 4191.0, 4232.0, 4201.0, 4212.0, 4242.0, 4191.0, 4214.0, 4245.0, 4242.0, 4214.0, 4230.0, 4191.0, 4233.0, 4203.0, 4247.0, 4257.0, 4225.0, 4225.0, 4204.0, 4213.0, 4245.0, 4253.0, 4211.0, 4243.0, 4250.0, 4213.0, 4222.0, 4189.0, 4190.0, 4231.0, 4219.0, 4202.0, 4244.0, 4201.0, 4213.0, 4231.0, 4202.0, 4234.0, 4244.0, 4193.0, 4234.0, 4232.0, 4202.0, 4225.0, 4191.0, 4203.0, 4243.0, 4262.0, 4215.0, 4245.0, 4242.0, 4215.0, 4241.0, 4191.0, 4233.0, 4212.0, 4247.0, 4256.0, 4226.0, 4223.0, 4191.0, 4203.0, 4243.0, 4252.0, 4213.0, 4233.0, 4202.0, 4213.0, 4241.0, 4192.0, 4235.0, 4254.0, 4223.0, 4214.0, 4243.0, 4212.0, 4213.0, 4189.0, 4202.0, 4232.0, 4252.0, 4214.0, 4244.0, 4252.0, 4214.0, 4232.0, 4188.0, 4202.0, 4231.0, 4203.0, 4212.0, 4231.0, 4203.0, 4235.0, 4221.0, 4192.0, 4244.0, 4250.0, 4201.0, 4234.0, 4252.0, 4201.0, 4222.0, 4192.0, 4222.0, 4243.0, 4188.0, 4200.0, 4230.0, 4203.0, 4213.0, 4230.0, 4223.0, 4232.0, 4203.0, 4244.0, 4254.0, 4238.0, 4226.0, 4245.0, 4214.0, 4237.0, 4203.0, 4224.0, 4244.0, 4242.0, 4226.0, 4257.0, 4232.0, 4212.0, 4221.0, 4202.0, 4244.0, 4264.0, 4215.0, 4245.0, 4242.0, 4213.0, 4222.0, 4203.0, 4244.0, 4263.0, 4225.0, 4245.0, 4251.0, 4212.0, 4231.0, 4189.0, 4212.0, 4232.0, 4192.0, 4203.0, 4233.0, 4200.0, 4201.0, 4239.0, 4179.0, 4221.0, 4229.0, 4201.0, 4235.0, 4251.0, 4200.0, 4210.0, 4192.0, 4211.0, 4232.0, 4190.0, 4246.0, 4265.0, 4201.0, 4224.0, 4212.0, 4202.0, 4232.0, 4252.0, 4214.0, 4234.0, 4251.0, 4212.0, 4239.0, 4190.0, 4223.0, 4242.0, 4225.0, 4245.0, 4252.0, 4213.0, 4229.0, 4202.0, 4232.0, 4201.0, 4248.0, 4258.0, 4242.0, 4224.0, 4243.0, 4201.0, 4232.0, 4243.0, 4200.0, 4216.0, 4242.0, 4200.0, 4201.0, 4189.0, 4201.0, 4244.0, 4251.0, 4202.0, 4236.0, 4263.0, 4213.0, 4241.0, 4203.0, 4234.0, 4251.0, 4223.0, 4223.0, 4243.0, 4201.0, 4210.0, 4190.0, 4203.0, 4243.0, 4253.0, 4214.0, 4244.0, 4221.0, 4213.0, 4209.0, 4201.0, 4232.0, 4223.0, 4244.0, 4266.0, 4234.0, 4213.0, 4230.0, 4201.0, 4210.0, 4227.0, 4187.0, 4229.0, 4248.0, 4201.0, 4220.0, 4187.0, 4200.0, 4208.0, 4200.0, 4232.0, 4249.0, 4210.0, 4232.0, 4238.0, 4201.0, 4218.0, 4189.0, 4220.0, 4231.0, 4198.0, 4202.0, 4232.0, 4201.0, 4200.0, 4190.0, 4200.0, 4232.0, 4199.0, 4202.0, 4244.0, 4222.0, 4211.0, 4231.0, 4200.0, 4231.0, 4200.0, 4224.0, 4255.0, 4232.0, 4202.0, 4231.0, 4202.0, 4221.0, 4200.0, 4223.0, 4246.0, 4265.0, 4222.0, 4240.0, 4202.0, 4220.0, 4203.0, 4235.0, 4255.0, 4254.0, 4214.0, 4232.0, 4190.0, 4222.0, 4202.0, 4213.0, 4244.0, 4252.0, 4202.0, 4244.0, 4263.0, 4212.0, 4222.0, 4201.0, 4212.0, 4232.0, 4251.0, 4200.0, 4222.0, 4261.0, 4212.0, 4212.0, 4240.0, 4200.0, 4222.0, 4250.0, 4202.0, 4212.0, 4240.0, 4221.0, 4211.0, 4188.0, 4201.0, 4232.0, 4243.0, 4213.0, 4244.0, 4201.0, 4213.0, 4200.0, 4203.0, 4231.0, 4214.0, 4246.0, 4254.0, 4223.0, 4225.0, 4244.0, 4213.0, 4221.0, 4200.0, 4202.0, 4232.0, 4253.0, 4211.0, 4243.0, 4231.0, 4202.0, 4231.0, 4202.0, 4232.0, 4250.0, 4201.0, 4233.0, 4252.0, 4199.0, 4210.0, 4189.0, 4191.0, 4232.0, 4249.0, 4200.0, 4221.0, 4239.0, 4202.0, 4230.0, 4201.0, 4232.0, 4243.0, 4190.0, 4203.0, 4243.0, 4201.0, 4212.0, 4232.0, 4191.0, 4232.0, 4251.0, 4199.0, 4223.0, 4242.0, 4205.0, 4223.0, 4193.0, 4223.0, 4220.0, 4213.0, 4245.0, 4253.0, 4213.0, 4222.0, 4239.0, 4202.0, 4230.0, 4192.0, 4222.0, 4232.0, 4201.0, 4213.0, 4243.0, 4200.0, 4212.0, 4200.0, 4192.0, 4243.0, 4252.0, 4202.0, 4236.0, 4254.0, 4212.0, 4223.0, 4202.0, 4215.0, 4244.0, 4253.0, 4203.0, 4247.0, 4254.0, 4216.0, 4242.0, 4205.0, 4247.0, 4265.0, 4227.0, 4225.0, 4243.0, 4203.0, 4222.0, 4202.0, 4204.0, 4247.0, 4266.0, 4215.0, 4242.0, 4215.0, 4235.0, 4203.0, 4225.0, 4257.0, 4275.0, 4233.0, 4243.0, 4201.0, 4203.0, 4231.0, 4200.0, 4235.0, 4243.0, 4212.0, 4225.0, 4204.0, 4234.0, 4234.0, 4215.0, 4246.0, 4266.0, 4213.0, 4224.0, 4230.0, 4200.0, 4243.0, 4263.0, 4223.0, 4230.0, 4199.0, 4209.0, 4230.0, 4190.0, 4231.0, 4251.0, 4202.0, 4212.0, 4238.0, 4209.0, 4211.0, 4189.0, 4210.0, 4233.0, 4201.0, 4213.0, 4230.0, 4189.0, 4210.0, 4192.0, 4213.0, 4245.0, 4230.0, 4213.0, 4244.0, 4251.0, 4211.0, 4231.0, 4201.0, 4211.0, 4231.0, 4201.0, 4214.0, 4242.0, 4189.0, 4212.0, 4201.0, 4201.0, 4242.0, 4262.0, 4214.0, 4234.0, 4251.0, 4215.0, 4241.0, 4202.0, 4234.0, 4254.0, 4223.0, 4213.0, 4231.0, 4212.0, 4221.0, 4200.0, 4202.0, 4244.0, 4264.0, 4223.0, 4232.0, 4200.0, 4203.0, 4230.0, 4202.0, 4233.0, 4251.0, 4222.0, 4222.0, 4239.0, 4209.0, 4219.0, 4198.0, 4199.0, 4230.0, 4240.0, 4200.0, 4231.0, 4219.0, 4188.0, 4229.0, 4202.0, 4223.0, 4240.0, 4188.0, 4212.0, 4231.0, 4199.0, 4201.0, 4199.0, 4203.0, 4233.0, 4239.0, 4190.0, 4233.0, 4251.0, 4210.0, 4211.0, 4191.0, 4201.0, 4229.0, 4199.0, 4234.0, 4255.0, 4212.0, 4221.0, 4201.0, 4212.0, 4231.0, 4201.0, 4213.0, 4245.0, 4234.0, 4203.0, 4241.0, 4190.0, 4232.0, 4210.0, 4201.0, 4230.0, 4252.0, 4201.0, 4225.0, 4240.0, 4212.0, 4221.0, 4203.0, 4233.0, 4241.0, 4203.0, 4246.0, 4244.0, 4213.0, 4223.0, 4205.0, 4243.0, 4217.0, 4247.0, 4270.0, 4237.0, 4224.0, 4193.0, 4216.0, 4245.0, 4215.0, 4246.0, 4265.0, 4234.0, 4234.0, 4262.0, 4222.0, 4220.0, 4199.0, 4200.0, 4232.0, 4251.0, 4212.0, 4231.0, 4240.0, 4189.0, 4227.0, 4189.0, 4221.0, 4207.0, 4212.0, 4245.0, 4251.0, 4201.0, 4220.0, 4190.0, 4233.0, 4243.0, 4238.0, 4260.0, 4266.0, 4226.0, 4243.0, 4217.0, 4233.0, 4252.0, 4203.0, 4233.0, 4263.0, 4222.0, 4220.0, 4192.0, 4232.0, 4252.0, 4201.0, 4223.0, 4251.0, 4211.0, 4218.0, 4190.0, 4223.0, 4231.0, 4190.0, 4200.0, 4227.0, 4201.0, 4224.0, 4229.0, 4222.0, 4221.0, 4177.0, 4200.0, 4231.0, 4250.0, 4200.0, 4221.0, 4240.0, 4200.0, 4208.0, 4177.0, 4210.0, 4219.0, 4178.0, 4201.0, 4231.0, 4188.0, 4213.0, 4208.0, 4189.0, 4232.0, 4231.0, 4224.0, 4244.0, 4200.0, 4224.0, 4201.0, 4222.0, 4242.0, 4236.0, 4259.0, 4255.0, 4235.0, 4222.0, 4191.0, 4203.0, 4243.0, 4202.0, 4212.0, 4232.0, 4212.0, 4231.0, 4191.0, 4201.0, 4233.0, 4263.0, 4214.0, 4231.0, 4239.0, 4211.0, 4228.0, 4175.0, 4199.0, 4219.0, 4177.0, 4211.0, 4230.0, 4189.0, 4211.0, 4179.0, 4199.0, 4238.0, 4198.0, 4243.0, 4254.0, 4212.0, 4222.0, 4191.0, 4222.0, 4192.0, 4234.0, 4268.0, 4266.0, 4224.0, 4234.0, 4200.0, 4224.0, 4242.0, 4202.0, 4225.0, 4241.0, 4203.0, 4224.0, 4211.0, 4202.0, 4242.0, 4252.0, 4222.0, 4211.0, 4242.0, 4211.0, 4218.0, 4237.0, 4176.0, 4207.0, 4228.0, 4189.0, 4198.0, 4230.0, 4176.0, 4198.0, 4216.0, 4179.0, 4210.0, 4221.0, 4201.0, 4223.0, 4201.0, 4202.0, 4242.0, 4199.0, 4215.0, 4244.0, 4210.0, 4224.0, 4231.0, 4202.0, 4230.0, 4215.0, 4247.0, 4265.0, 4220.0, 4212.0, 4240.0, 4198.0, 4220.0, 4238.0, 4201.0, 4223.0, 4239.0, 4211.0, 4209.0, 4178.0, 4188.0, 4229.0, 4178.0, 4213.0, 4242.0, 4200.0, 4212.0, 4239.0, 4200.0, 4231.0, 4250.0, 4211.0, 4244.0, 4253.0, 4211.0, 4222.0, 4191.0, 4233.0, 4231.0, 4190.0, 4199.0, 4228.0, 4199.0, 4211.0, 4229.0, 4199.0, 4220.0, 4178.0, 4200.0, 4241.0, 4251.0, 4211.0, 4232.0, 4240.0, 4211.0, 4222.0, 4180.0, 4234.0, 4231.0, 4213.0, 4246.0, 4255.0, 4226.0, 4232.0, 4204.0, 4243.0, 4203.0, 4247.0, 4258.0, 4246.0, 4225.0, 4244.0, 4222.0, 4222.0, 4229.0, 4202.0, 4233.0, 4253.0, 4226.0, 4234.0, 4201.0, 4222.0, 4202.0, 4224.0, 4243.0, 4226.0, 4256.0, 4268.0, 4226.0, 4225.0, 4204.0, 4226.0, 4203.0, 4235.0, 4257.0, 4264.0, 4226.0, 4244.0, 4243.0, 4212.0, 4240.0, 4204.0, 4245.0, 4251.0, 4212.0, 4244.0, 4251.0, 4213.0, 4222.0, 4181.0, 4203.0, 4232.0, 4204.0, 4237.0, 4243.0, 4213.0, 4220.0, 4231.0, 4200.0, 4240.0, 4204.0, 4244.0, 4253.0, 4226.0, 4232.0, 4193.0, 4232.0, 4244.0, 4214.0, 4223.0, 4242.0, 4212.0, 4231.0, 4190.0, 4233.0, 4253.0, 4232.0, 4212.0, 4242.0, 4202.0, 4212.0, 4230.0, 4190.0, 4233.0, 4252.0, 4212.0, 4232.0, 4251.0, 4211.0, 4219.0, 4179.0, 4202.0, 4230.0, 4190.0, 4212.0, 4229.0, 4211.0, 4221.0, 4192.0, 4233.0, 4243.0, 4208.0, 4213.0, 4245.0, 4229.0, 4212.0, 4230.0, 4190.0, 4231.0, 4250.0, 4200.0, 4242.0, 4252.0, 4212.0, 4232.0], 'WindowWidth': [9505.0, 9416.0, 9415.0, 9429.0, 9377.0, 9359.0, 9390.0, 9338.0, 9375.0, 9369.0, 9355.0, 9366.0, 9373.0, 9366.0, 9358.0, 9330.0, 9375.0, 9393.0, 9367.0, 9356.0, 9388.0, 9347.0, 9359.0, 9351.0, 9332.0, 9376.0, 9381.0, 9350.0, 9361.0, 9383.0, 9364.0, 9381.0, 9318.0, 9322.0, 9368.0, 9396.0, 9332.0, 9359.0, 9346.0, 9329.0, 9361.0, 9314.0, 9368.0, 9382.0, 9337.0, 9350.0, 9371.0, 9338.0, 9371.0, 9313.0, 9336.0, 9393.0, 9406.0, 9348.0, 9390.0, 9321.0, 9375.0, 9335.0, 9351.0, 9411.0, 9428.0, 9376.0, 9368.0, 9314.0, 9344.0, 9355.0, 9324.0, 9367.0, 9392.0, 9325.0, 9342.0, 9335.0, 9331.0, 9370.0, 9377.0, 9344.0, 9339.0, 9368.0, 9324.0, 9346.0, 9305.0, 9339.0, 9351.0, 9315.0, 9332.0, 9371.0, 9328.0, 9344.0, 9362.0, 9314.0, 9371.0, 9381.0, 9347.0, 9375.0, 9377.0, 9339.0, 9349.0, 9316.0, 9371.0, 9372.0, 9338.0, 9344.0, 9370.0, 9320.0, 9345.0, 9331.0, 9314.0, 9370.0, 9376.0, 9328.0, 9357.0, 9380.0, 9328.0, 9344.0, 9372.0, 9311.0, 9353.0, 9357.0, 9328.0, 9374.0, 9380.0, 9312.0, 9323.0, 9343.0, 9297.0, 9350.0, 9359.0, 9314.0, 9378.0, 9366.0, 9344.0, 9338.0, 9295.0, 9330.0, 9355.0, 9311.0, 9340.0, 9376.0, 9318.0, 9376.0, 9332.0, 9349.0, 9390.0, 9317.0, 9353.0, 9398.0, 9386.0, 9353.0, 9368.0, 9319.0, 9376.0, 9339.0, 9402.0, 9418.0, 9369.0, 9368.0, 9337.0, 9350.0, 9396.0, 9403.0, 9345.0, 9391.0, 9397.0, 9348.0, 9359.0, 9311.0, 9314.0, 9370.0, 9351.0, 9335.0, 9393.0, 9331.0, 9351.0, 9372.0, 9335.0, 9379.0, 9391.0, 9322.0, 9380.0, 9375.0, 9334.0, 9368.0, 9317.0, 9337.0, 9390.0, 9416.0, 9358.0, 9396.0, 9387.0, 9357.0, 9384.0, 9320.0, 9376.0, 9350.0, 9404.0, 9415.0, 9373.0, 9364.0, 9316.0, 9335.0, 9391.0, 9403.0, 9351.0, 9376.0, 9332.0, 9348.0, 9384.0, 9323.0, 9381.0, 9408.0, 9365.0, 9354.0, 9389.0, 9347.0, 9349.0, 9312.0, 9333.0, 9374.0, 9399.0, 9355.0, 9394.0, 9399.0, 9351.0, 9371.0, 9310.0, 9332.0, 9370.0, 9336.0, 9348.0, 9372.0, 9337.0, 9380.0, 9355.0, 9320.0, 9391.0, 9395.0, 9332.0, 9379.0, 9401.0, 9332.0, 9358.0, 9319.0, 9359.0, 9391.0, 9309.0, 9326.0, 9367.0, 9339.0, 9350.0, 9368.0, 9366.0, 9374.0, 9338.0, 9394.0, 9408.0, 9392.0, 9375.0, 9397.0, 9354.0, 9388.0, 9338.0, 9366.0, 9396.0, 9388.0, 9373.0, 9415.0, 9373.0, 9346.0, 9359.0, 9335.0, 9392.0, 9421.0, 9357.0, 9397.0, 9387.0, 9351.0, 9360.0, 9338.0, 9395.0, 9419.0, 9371.0, 9397.0, 9399.0, 9348.0, 9372.0, 9314.0, 9348.0, 9375.0, 9320.0, 9337.0, 9377.0, 9326.0, 9330.0, 9378.0, 9298.0, 9356.0, 9364.0, 9330.0, 9382.0, 9399.0, 9328.0, 9341.0, 9318.0, 9345.0, 9373.0, 9316.0, 9399.0, 9423.0, 9333.0, 9368.0, 9345.0, 9334.0, 9373.0, 9401.0, 9354.0, 9381.0, 9395.0, 9348.0, 9376.0, 9315.0, 9361.0, 9387.0, 9373.0, 9397.0, 9400.0, 9348.0, 9365.0, 9334.0, 9373.0, 9334.0, 9406.0, 9419.0, 9388.0, 9367.0, 9388.0, 9331.0, 9374.0, 9390.0, 9327.0, 9356.0, 9389.0, 9327.0, 9328.0, 9314.0, 9332.0, 9392.0, 9398.0, 9336.0, 9384.0, 9417.0, 9350.0, 9386.0, 9338.0, 9380.0, 9401.0, 9364.0, 9365.0, 9387.0, 9328.0, 9340.0, 9314.0, 9336.0, 9389.0, 9403.0, 9354.0, 9392.0, 9354.0, 9348.0, 9339.0, 9333.0, 9372.0, 9363.0, 9394.0, 9430.0, 9381.0, 9348.0, 9366.0, 9329.0, 9339.0, 9358.0, 9305.0, 9362.0, 9389.0, 9330.0, 9353.0, 9303.0, 9326.0, 9333.0, 9326.0, 9371.0, 9392.0, 9342.0, 9371.0, 9376.0, 9328.0, 9347.0, 9312.0, 9354.0, 9370.0, 9321.0, 9333.0, 9372.0, 9328.0, 9324.0, 9313.0, 9329.0, 9374.0, 9324.0, 9333.0, 9394.0, 9359.0, 9342.0, 9370.0, 9329.0, 9371.0, 9329.0, 9364.0, 9411.0, 9375.0, 9333.0, 9369.0, 9332.0, 9356.0, 9329.0, 9362.0, 9398.0, 9424.0, 9361.0, 9381.0, 9332.0, 9356.0, 9336.0, 9382.0, 9411.0, 9408.0, 9353.0, 9375.0, 9316.0, 9358.0, 9335.0, 9353.0, 9394.0, 9400.0, 9333.0, 9394.0, 9418.0, 9346.0, 9360.0, 9331.0, 9349.0, 9376.0, 9398.0, 9329.0, 9362.0, 9411.0, 9346.0, 9347.0, 9381.0, 9327.0, 9359.0, 9393.0, 9336.0, 9348.0, 9381.0, 9358.0, 9344.0, 9307.0, 9329.0, 9376.0, 9394.0, 9351.0, 9395.0, 9333.0, 9350.0, 9328.0, 9336.0, 9372.0, 9353.0, 9399.0, 9410.0, 9364.0, 9369.0, 9392.0, 9349.0, 9358.0, 9329.0, 9334.0, 9375.0, 9402.0, 9345.0, 9391.0, 9370.0, 9334.0, 9371.0, 9335.0, 9374.0, 9396.0, 9332.0, 9378.0, 9401.0, 9325.0, 9339.0, 9310.0, 9316.0, 9372.0, 9394.0, 9328.0, 9359.0, 9379.0, 9333.0, 9367.0, 9332.0, 9373.0, 9389.0, 9315.0, 9336.0, 9390.0, 9329.0, 9348.0, 9373.0, 9318.0, 9373.0, 9398.0, 9325.0, 9364.0, 9389.0, 9342.0, 9362.0, 9321.0, 9362.0, 9356.0, 9351.0, 9395.0, 9405.0, 9351.0, 9359.0, 9378.0, 9333.0, 9365.0, 9318.0, 9360.0, 9374.0, 9331.0, 9350.0, 9390.0, 9329.0, 9347.0, 9329.0, 9322.0, 9392.0, 9402.0, 9336.0, 9385.0, 9405.0, 9348.0, 9363.0, 9336.0, 9356.0, 9395.0, 9404.0, 9340.0, 9402.0, 9405.0, 9359.0, 9390.0, 9344.0, 9401.0, 9424.0, 9377.0, 9370.0, 9390.0, 9338.0, 9360.0, 9335.0, 9340.0, 9402.0, 9427.0, 9357.0, 9389.0, 9356.0, 9383.0, 9339.0, 9370.0, 9418.0, 9441.0, 9378.0, 9389.0, 9332.0, 9336.0, 9371.0, 9329.0, 9384.0, 9391.0, 9348.0, 9369.0, 9340.0, 9381.0, 9379.0, 9357.0, 9403.0, 9428.0, 9349.0, 9365.0, 9367.0, 9329.0, 9390.0, 9419.0, 9361.0, 9367.0, 9325.0, 9339.0, 9367.0, 9315.0, 9370.0, 9398.0, 9335.0, 9347.0, 9375.0, 9339.0, 9341.0, 9312.0, 9343.0, 9375.0, 9330.0, 9349.0, 9369.0, 9311.0, 9341.0, 9320.0, 9351.0, 9396.0, 9367.0, 9350.0, 9394.0, 9399.0, 9344.0, 9371.0, 9329.0, 9344.0, 9371.0, 9331.0, 9353.0, 9387.0, 9310.0, 9347.0, 9329.0, 9333.0, 9389.0, 9417.0, 9355.0, 9380.0, 9397.0, 9353.0, 9383.0, 9336.0, 9379.0, 9409.0, 9366.0, 9350.0, 9370.0, 9348.0, 9358.0, 9328.0, 9335.0, 9395.0, 9425.0, 9365.0, 9374.0, 9328.0, 9336.0, 9368.0, 9333.0, 9377.0, 9400.0, 9361.0, 9361.0, 9378.0, 9338.0, 9349.0, 9320.0, 9324.0, 9369.0, 9379.0, 9327.0, 9371.0, 9350.0, 9308.0, 9362.0, 9331.0, 9360.0, 9382.0, 9308.0, 9347.0, 9370.0, 9325.0, 9329.0, 9324.0, 9334.0, 9375.0, 9379.0, 9314.0, 9375.0, 9398.0, 9342.0, 9342.0, 9317.0, 9331.0, 9365.0, 9327.0, 9380.0, 9408.0, 9348.0, 9359.0, 9331.0, 9348.0, 9372.0, 9329.0, 9347.0, 9395.0, 9379.0, 9336.0, 9383.0, 9316.0, 9375.0, 9341.0, 9332.0, 9370.0, 9399.0, 9334.0, 9369.0, 9382.0, 9346.0, 9357.0, 9338.0, 9377.0, 9385.0, 9337.0, 9400.0, 9394.0, 9350.0, 9364.0, 9345.0, 9393.0, 9361.0, 9405.0, 9440.0, 9390.0, 9365.0, 9324.0, 9358.0, 9395.0, 9356.0, 9398.0, 9423.0, 9382.0, 9380.0, 9411.0, 9360.0, 9354.0, 9323.0, 9327.0, 9373.0, 9397.0, 9345.0, 9371.0, 9378.0, 9310.0, 9358.0, 9311.0, 9356.0, 9333.0, 9347.0, 9396.0, 9400.0, 9330.0, 9355.0, 9315.0, 9375.0, 9391.0, 9396.0, 9424.0, 9426.0, 9372.0, 9390.0, 9361.0, 9377.0, 9399.0, 9336.0, 9375.0, 9417.0, 9362.0, 9354.0, 9322.0, 9375.0, 9399.0, 9330.0, 9363.0, 9397.0, 9343.0, 9348.0, 9317.0, 9361.0, 9371.0, 9313.0, 9326.0, 9359.0, 9331.0, 9365.0, 9364.0, 9357.0, 9353.0, 9292.0, 9325.0, 9368.0, 9393.0, 9327.0, 9356.0, 9380.0, 9325.0, 9332.0, 9293.0, 9340.0, 9351.0, 9294.0, 9330.0, 9370.0, 9308.0, 9350.0, 9336.0, 9313.0, 9372.0, 9371.0, 9366.0, 9391.0, 9329.0, 9365.0, 9332.0, 9362.0, 9388.0, 9386.0, 9423.0, 9412.0, 9384.0, 9359.0, 9316.0, 9334.0, 9388.0, 9335.0, 9346.0, 9371.0, 9347.0, 9369.0, 9314.0, 9329.0, 9376.0, 9417.0, 9350.0, 9371.0, 9378.0, 9341.0, 9361.0, 9287.0, 9323.0, 9350.0, 9293.0, 9345.0, 9368.0, 9311.0, 9343.0, 9297.0, 9324.0, 9376.0, 9323.0, 9392.0, 9406.0, 9346.0, 9360.0, 9318.0, 9359.0, 9322.0, 9380.0, 9433.0, 9427.0, 9365.0, 9378.0, 9330.0, 9364.0, 9387.0, 9334.0, 9369.0, 9385.0, 9336.0, 9365.0, 9342.0, 9333.0, 9387.0, 9402.0, 9359.0, 9341.0, 9384.0, 9342.0, 9347.0, 9371.0, 9289.0, 9331.0, 9361.0, 9311.0, 9321.0, 9364.0, 9289.0, 9320.0, 9341.0, 9296.0, 9343.0, 9355.0, 9330.0, 9362.0, 9329.0, 9333.0, 9385.0, 9325.0, 9354.0, 9392.0, 9341.0, 9365.0, 9370.0, 9333.0, 9367.0, 9354.0, 9402.0, 9427.0, 9354.0, 9345.0, 9379.0, 9323.0, 9354.0, 9375.0, 9332.0, 9361.0, 9378.0, 9343.0, 9339.0, 9294.0, 9310.0, 9365.0, 9295.0, 9349.0, 9388.0, 9326.0, 9345.0, 9380.0, 9329.0, 9370.0, 9396.0, 9343.0, 9391.0, 9405.0, 9344.0, 9357.0, 9317.0, 9374.0, 9371.0, 9311.0, 9324.0, 9363.0, 9326.0, 9342.0, 9363.0, 9325.0, 9354.0, 9296.0, 9329.0, 9385.0, 9396.0, 9344.0, 9375.0, 9382.0, 9342.0, 9357.0, 9303.0, 9377.0, 9370.0, 9350.0, 9399.0, 9410.0, 9371.0, 9374.0, 9339.0, 9392.0, 9339.0, 9401.0, 9420.0, 9399.0, 9369.0, 9392.0, 9358.0, 9358.0, 9365.0, 9333.0, 9375.0, 9403.0, 9373.0, 9379.0, 9333.0, 9361.0, 9335.0, 9368.0, 9391.0, 9373.0, 9413.0, 9435.0, 9375.0, 9368.0, 9340.0, 9370.0, 9340.0, 9384.0, 9417.0, 9422.0, 9372.0, 9392.0, 9388.0, 9346.0, 9381.0, 9338.0, 9393.0, 9399.0, 9347.0, 9392.0, 9397.0, 9349.0, 9358.0, 9305.0, 9337.0, 9374.0, 9340.0, 9387.0, 9392.0, 9348.0, 9356.0, 9369.0, 9329.0, 9381.0, 9342.0, 9395.0, 9404.0, 9374.0, 9373.0, 9325.0, 9375.0, 9395.0, 9355.0, 9364.0, 9388.0, 9348.0, 9370.0, 9317.0, 9375.0, 9404.0, 9372.0, 9347.0, 9386.0, 9333.0, 9345.0, 9368.0, 9315.0, 9374.0, 9399.0, 9346.0, 9375.0, 9397.0, 9344.0, 9350.0, 9299.0, 9331.0, 9368.0, 9313.0, 9346.0, 9366.0, 9344.0, 9357.0, 9322.0, 9376.0, 9391.0, 9336.0, 9348.0, 9395.0, 9365.0, 9347.0, 9366.0, 9316.0, 9371.0, 9394.0, 9328.0, 9389.0, 9401.0, 9348.0, 9374.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.0003357586837294333</td></tr>
<tr><td colspan=3>aqi</td><td>0.022512756398537472</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.38761195462943</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.226058497840805</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9821395807044836</td></tr>
<tr><td colspan=3>efc</td><td>0.457</td></tr>
<tr><td colspan=3>fber</td><td>6264.5347</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09251801118942159</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.930530164533821</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5516460168837414</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557263120848278</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6299747554783335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.467700174324613</td></tr>
<tr><td colspan=3>gcor</td><td>0.0079108</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011069118045270443</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016655005514621735</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.018766813201535</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>29.6251</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1019</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.9812</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305320.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>765.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.0666</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9088</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.5546</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3488.8085</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3691.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1208.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.4345</td></tr>
<tr><td colspan=3>tsnr</td><td>44.32012800453231</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>