<?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-0057_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-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_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-0057/figures/sub-0057_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_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-0057/ses-02/func/sub-0057_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>69880218cc54b5aeefa181805d230ea7</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>18:00:32.202500</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.997589, 0.0162274, -0.0674775, -0.015323, 0.999786, 0.0138986]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105517</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>[4121, -7773, -7238, 604, 0, -256, -48, 79]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.498</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03e84141-95af-43c6-85dd-5baed2a9b938||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.6764578819274902, -0.041110582649707794, -0.1827591359615326, 118.76461029052734], [-0.04353693872690201, 2.6823527812957764, 0.034644026309251785, -92.18801879882812], [-0.18103711307048798, -0.03728890419006348, 2.693584680557251, -67.0714111328125], [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': ['180032.202500', '180032.662500', '180033.122500', '180033.582500', '180034.042500', '180034.502500', '180034.962500', '180035.422500', '180035.882500', '180036.342500', '180036.802500', '180037.262500', '180037.722500', '180038.182500', '180038.642500', '180039.102500', '180039.562500', '180040.022500', '180040.482500', '180040.942500', '180041.402500', '180041.862500', '180042.322500', '180042.782500', '180043.242500', '180043.702500', '180044.162500', '180044.622500', '180045.082500', '180045.542500', '180046.002500', '180046.462500', '180046.922500', '180047.382500', '180047.842500', '180048.302500', '180048.762500', '180049.222500', '180049.682500', '180050.142500', '180050.602500', '180051.062500', '180051.522500', '180051.982500', '180052.442500', '180052.902500', '180053.362500', '180053.822500', '180054.282500', '180054.742500', '180055.202500', '180055.662500', '180056.122500', '180056.582500', '180057.042500', '180057.502500', '180057.962500', '180058.422500', '180058.882500', '180059.342500', '180059.802500', '180100.262500', '180100.722500', '180101.182500', '180101.642500', '180102.102500', '180102.562500', '180103.022500', '180103.482500', '180103.942500', '180104.402500', '180104.862500', '180105.322500', '180105.782500', '180106.242500', '180106.702500', '180107.162500', '180107.622500', '180108.082500', '180108.542500', '180109.002500', '180109.462500', '180109.922500', '180110.382500', '180110.842500', '180111.302500', '180111.762500', '180112.222500', '180112.682500', '180113.142500', '180113.602500', '180114.062500', '180114.522500', '180114.982500', '180115.442500', '180115.902500', '180116.362500', '180116.822500', '180117.282500', '180117.742500', '180118.202500', '180118.662500', '180119.122500', '180119.582500', '180120.042500', '180120.502500', '180120.962500', '180121.422500', '180121.882500', '180122.342500', '180122.802500', '180123.262500', '180123.722500', '180124.182500', '180124.642500', '180125.102500', '180125.562500', '180126.022500', '180126.482500', '180126.942500', '180127.402500', '180127.862500', '180128.322500', '180128.782500', '180129.242500', '180129.702500', '180130.162500', '180130.622500', '180131.082500', '180131.542500', '180132.002500', '180132.462500', '180132.922500', '180133.382500', '180133.842500', '180134.302500', '180134.762500', '180135.222500', '180135.682500', '180136.142500', '180136.602500', '180137.062500', '180137.522500', '180137.982500', '180138.442500', '180138.902500', '180139.362500', '180139.822500', '180140.282500', '180140.742500', '180141.202500', '180141.662500', '180142.122500', '180142.582500', '180143.042500', '180143.502500', '180143.962500', '180144.422500', '180144.882500', '180145.342500', '180145.802500', '180146.262500', '180146.722500', '180147.182500', '180147.642500', '180148.102500', '180148.562500', '180149.022500', '180149.482500', '180149.942500', '180150.402500', '180150.862500', '180151.322500', '180151.782500', '180152.242500', '180152.702500', '180153.162500', '180153.622500', '180154.082500', '180154.542500', '180155.002500', '180155.462500', '180155.922500', '180156.382500', '180156.842500', '180157.302500', '180157.762500', '180158.222500', '180158.682500', '180159.142500', '180159.602500', '180200.062500', '180200.522500', '180200.982500', '180201.442500', '180201.902500', '180202.362500', '180202.822500', '180203.282500', '180203.742500', '180204.202500', '180204.662500', '180205.122500', '180205.582500', '180206.042500', '180206.502500', '180206.962500', '180207.422500', '180207.882500', '180208.342500', '180208.802500', '180209.262500', '180209.722500', '180210.182500', '180210.642500', '180211.102500', '180211.562500', '180212.022500', '180212.482500', '180212.942500', '180213.402500', '180213.862500', '180214.322500', '180214.782500', '180215.242500', '180215.702500', '180216.162500', '180216.622500', '180217.082500', '180217.542500', '180218.002500', '180218.462500', '180218.922500', '180219.382500', '180219.842500', '180220.302500', '180220.762500', '180221.222500', '180221.682500', '180222.142500', '180222.602500', '180223.062500', '180223.522500', '180223.982500', '180224.442500', '180224.902500', '180225.362500', '180225.822500', '180226.282500', '180226.742500', '180227.202500', '180227.662500', '180228.122500', '180228.582500', '180229.042500', '180229.502500', '180229.962500', '180230.422500', '180230.882500', '180231.342500', '180231.802500', '180232.262500', '180232.722500', '180233.182500', '180233.642500', '180234.102500', '180234.562500', '180235.022500', '180235.482500', '180235.942500', '180236.402500', '180236.862500', '180237.322500', '180237.782500', '180238.242500', '180238.702500', '180239.162500', '180239.622500', '180240.082500', '180240.542500', '180241.002500', '180241.462500', '180241.922500', '180242.382500', '180242.842500', '180243.302500', '180243.762500', '180244.222500', '180244.682500', '180245.142500', '180245.602500', '180246.062500', '180246.522500', '180246.982500', '180247.442500', '180247.902500', '180248.362500', '180248.822500', '180249.282500', '180249.742500', '180250.202500', '180250.662500', '180251.122500', '180251.582500', '180252.042500', '180252.502500', '180252.962500', '180253.422500', '180253.882500', '180254.342500', '180254.802500', '180255.262500', '180255.722500', '180256.182500', '180256.642500', '180257.102500', '180257.562500', '180258.022500', '180258.482500', '180258.942500', '180259.402500', '180259.862500', '180300.322500', '180300.782500', '180301.242500', '180301.702500', '180302.162500', '180302.622500', '180303.082500', '180303.542500', '180304.002500', '180304.462500', '180304.922500', '180305.382500', '180305.842500', '180306.302500', '180306.762500', '180307.222500', '180307.682500', '180308.142500', '180308.602500', '180309.062500', '180309.522500', '180309.982500', '180310.442500', '180310.902500', '180311.362500', '180311.822500', '180312.282500', '180312.742500', '180313.202500', '180313.662500', '180314.122500', '180314.582500', '180315.042500', '180315.502500', '180315.962500', '180316.422500', '180316.882500', '180317.342500', '180317.802500', '180318.262500', '180318.722500', '180319.182500', '180319.642500', '180320.102500', '180320.562500', '180321.022500', '180321.482500', '180321.942500', '180322.402500', '180322.862500', '180323.322500', '180323.782500', '180324.242500', '180324.702500', '180325.162500', '180325.622500', '180326.082500', '180326.542500', '180327.002500', '180327.462500', '180327.922500', '180328.382500', '180328.842500', '180329.302500', '180329.762500', '180330.222500', '180330.682500', '180331.142500', '180331.602500', '180332.062500', '180332.522500', '180332.982500', '180333.442500', '180333.902500', '180334.362500', '180334.822500', '180335.282500', '180335.742500', '180336.202500', '180336.662500', '180337.122500', '180337.582500', '180338.042500', '180338.502500', '180338.962500', '180339.422500', '180339.882500', '180340.342500', '180340.802500', '180341.262500', '180341.722500', '180342.182500', '180342.642500', '180343.102500', '180343.562500', '180344.022500', '180344.482500', '180344.942500', '180345.402500', '180345.862500', '180346.322500', '180346.782500', '180347.242500', '180347.702500', '180348.162500', '180348.622500', '180349.082500', '180349.542500', '180350.002500', '180350.462500', '180350.922500', '180351.382500', '180351.842500', '180352.302500', '180352.762500', '180353.222500', '180353.682500', '180354.142500', '180354.602500', '180355.062500', '180355.522500', '180355.982500', '180356.442500', '180356.902500', '180357.362500', '180357.822500', '180358.282500', '180358.742500', '180359.202500', '180359.662500', '180400.122500', '180400.582500', '180401.042500', '180401.502500', '180401.962500', '180402.422500', '180402.882500', '180403.342500', '180403.802500', '180404.262500', '180404.722500', '180405.182500', '180405.642500', '180406.102500', '180406.562500', '180407.022500', '180407.482500', '180407.942500', '180408.402500', '180408.862500', '180409.322500', '180409.782500', '180410.242500', '180410.702500', '180411.162500', '180411.622500', '180412.082500', '180412.542500', '180413.002500', '180413.462500', '180413.922500', '180414.382500', '180414.842500', '180415.302500', '180415.762500', '180416.222500', '180416.682500', '180417.142500', '180417.602500', '180418.062500', '180418.522500', '180418.982500', '180419.442500', '180419.902500', '180420.362500', '180420.822500', '180421.282500', '180421.742500', '180422.202500', '180422.662500', '180423.122500', '180423.582500', '180424.042500', '180424.502500', '180424.962500', '180425.422500', '180425.882500', '180426.342500', '180426.802500', '180427.262500', '180427.722500', '180428.182500', '180428.642500', '180429.102500', '180429.562500', '180430.022500', '180430.482500', '180430.942500', '180431.402500', '180431.862500', '180432.322500', '180432.782500', '180433.242500', '180433.702500', '180434.162500', '180434.622500', '180435.082500', '180435.542500', '180436.002500', '180436.462500', '180436.922500', '180437.382500', '180437.842500', '180438.302500', '180438.762500', '180439.222500', '180439.682500', '180440.142500', '180440.602500', '180441.062500', '180441.522500', '180441.982500', '180442.442500', '180442.902500', '180443.362500', '180443.822500', '180444.282500', '180444.742500', '180445.202500', '180445.662500', '180446.122500', '180446.582500', '180447.042500', '180447.502500', '180447.962500', '180448.422500', '180448.882500', '180449.342500', '180449.802500', '180450.262500', '180450.722500', '180451.182500', '180451.642500', '180452.102500', '180452.562500', '180453.022500', '180453.482500', '180453.942500', '180454.402500', '180454.862500', '180455.322500', '180455.782500', '180456.242500', '180456.702500', '180457.162500', '180457.622500', '180458.082500', '180458.542500', '180459.002500', '180459.462500', '180459.922500', '180500.382500', '180500.842500', '180501.302500', '180501.762500', '180502.222500', '180502.682500', '180503.142500', '180503.602500', '180504.062500', '180504.522500', '180504.982500', '180505.442500', '180505.902500', '180506.362500', '180506.822500', '180507.282500', '180507.742500', '180508.202500', '180508.662500', '180509.122500', '180509.582500', '180510.042500', '180510.502500', '180510.962500', '180511.422500', '180511.882500', '180512.342500', '180512.802500', '180513.262500', '180513.722500', '180514.182500', '180514.642500', '180515.102500', '180515.562500', '180516.022500', '180516.482500', '180516.942500', '180517.402500', '180517.862500', '180518.322500', '180518.782500', '180519.242500', '180519.702500', '180520.162500', '180520.622500', '180521.082500', '180521.542500', '180522.002500', '180522.462500', '180522.922500', '180523.382500', '180523.842500', '180524.302500', '180524.762500', '180525.222500', '180525.682500', '180526.142500', '180526.602500', '180527.062500', '180527.522500', '180527.982500', '180528.442500', '180528.902500', '180529.362500', '180529.822500', '180530.282500', '180530.742500', '180531.202500', '180531.662500', '180532.122500', '180532.582500', '180533.042500', '180533.502500', '180533.962500', '180534.422500', '180534.882500', '180535.342500', '180535.802500', '180536.262500', '180536.722500', '180537.182500', '180537.642500', '180538.102500', '180538.562500', '180539.022500', '180539.482500', '180539.942500', '180540.402500', '180540.862500', '180541.322500', '180541.782500', '180542.242500', '180542.702500', '180543.162500', '180543.622500', '180544.082500', '180544.542500', '180545.002500', '180545.462500', '180545.922500', '180546.382500', '180546.842500', '180547.302500', '180547.762500', '180548.222500', '180548.682500', '180549.142500', '180549.602500', '180550.062500', '180550.522500', '180550.982500', '180551.442500', '180551.902500', '180552.362500', '180552.822500', '180553.282500', '180553.742500', '180554.202500', '180554.662500', '180555.122500', '180555.582500', '180556.042500', '180556.502500', '180556.962500', '180557.422500', '180557.882500', '180558.342500', '180558.802500', '180559.262500', '180559.722500', '180600.182500', '180600.642500', '180601.102500', '180601.562500', '180602.022500', '180602.482500', '180602.942500', '180603.402500', '180603.862500', '180604.322500', '180604.782500', '180605.242500', '180605.702500', '180606.162500', '180606.622500', '180607.082500', '180607.542500', '180608.002500', '180608.462500', '180608.922500', '180609.382500', '180609.842500', '180610.302500', '180610.762500', '180611.222500', '180611.682500', '180612.142500', '180612.602500', '180613.062500', '180613.522500', '180613.982500', '180614.442500', '180614.902500', '180615.362500', '180615.822500', '180616.282500', '180616.742500', '180617.202500', '180617.662500', '180618.122500', '180618.582500', '180619.042500', '180619.502500', '180619.962500', '180620.422500', '180620.882500', '180621.342500', '180621.802500', '180622.262500', '180622.722500', '180623.182500', '180623.642500', '180624.102500', '180624.562500', '180625.022500', '180625.482500', '180625.942500', '180626.402500', '180626.862500', '180627.322500', '180627.782500', '180628.242500', '180628.702500', '180629.162500', '180629.622500', '180630.082500', '180630.542500', '180631.002500', '180631.462500', '180631.922500', '180632.382500', '180632.842500', '180633.302500', '180633.762500', '180634.222500', '180634.682500', '180635.142500', '180635.602500', '180636.062500', '180636.522500', '180636.982500', '180637.442500', '180637.902500', '180638.362500', '180638.822500', '180639.282500', '180639.742500', '180640.202500', '180640.662500', '180641.122500', '180641.582500', '180642.042500', '180642.502500', '180642.962500', '180643.422500', '180643.882500', '180644.342500', '180644.802500', '180645.262500', '180645.722500', '180646.182500', '180646.642500', '180647.102500', '180647.562500', '180648.022500', '180648.482500', '180648.942500', '180649.402500', '180649.862500', '180650.322500', '180650.782500', '180651.242500', '180651.702500', '180652.162500', '180652.622500', '180653.082500', '180653.542500', '180654.002500', '180654.462500', '180654.922500', '180655.382500', '180655.842500', '180656.302500', '180656.762500', '180657.222500', '180657.682500', '180658.142500', '180658.602500', '180659.062500', '180659.522500', '180659.982500', '180700.442500', '180700.902500', '180701.362500', '180701.822500', '180702.282500', '180702.742500', '180703.202500', '180703.662500', '180704.122500', '180704.582500', '180705.042500', '180705.502500', '180705.962500', '180706.422500', '180706.882500', '180707.342500', '180707.802500', '180708.262500', '180708.722500', '180709.182500', '180709.642500', '180710.102500', '180710.562500', '180711.022500', '180711.482500', '180711.942500', '180712.402500', '180712.862500', '180713.322500', '180713.782500', '180714.242500', '180714.702500', '180715.162500', '180715.622500', '180716.082500', '180716.542500', '180717.002500', '180717.462500', '180717.922500', '180718.382500', '180718.842500', '180719.302500', '180719.762500', '180720.222500', '180720.682500', '180721.142500', '180721.602500', '180722.062500', '180722.522500', '180722.982500', '180723.442500', '180723.902500', '180724.362500', '180724.822500', '180725.282500', '180725.742500', '180726.202500', '180726.662500', '180727.122500', '180727.582500', '180728.042500', '180728.502500', '180728.962500', '180729.422500', '180729.882500', '180730.342500', '180730.802500', '180731.262500', '180731.722500', '180732.182500', '180732.642500', '180733.102500', '180733.562500', '180734.022500', '180734.482500', '180734.942500', '180735.402500', '180735.862500', '180736.322500', '180736.782500', '180737.242500', '180737.702500', '180738.162500', '180738.622500', '180739.082500', '180739.542500', '180740.002500', '180740.462500', '180740.922500', '180741.382500', '180741.842500', '180742.302500', '180742.762500', '180743.222500', '180743.682500', '180744.142500', '180744.602500', '180745.062500', '180745.522500', '180745.982500', '180746.442500', '180746.902500', '180747.362500', '180747.822500', '180748.282500', '180748.742500', '180749.202500', '180749.662500', '180750.122500', '180750.582500', '180751.042500', '180751.502500', '180751.962500', '180752.422500', '180752.882500', '180753.342500', '180753.802500', '180754.262500', '180754.722500', '180755.182500', '180755.642500', '180756.102500', '180756.562500', '180757.022500', '180757.482500', '180757.942500', '180758.402500', '180758.862500', '180759.322500', '180759.782500', '180800.242500', '180800.702500', '180801.162500', '180801.622500', '180802.082500', '180802.542500', '180803.002500', '180803.462500', '180803.922500', '180804.382500', '180804.842500', '180805.302500', '180805.762500', '180806.222500', '180806.682500', '180807.142500', '180807.602500', '180808.062500', '180808.522500', '180808.982500', '180809.442500', '180809.902500', '180810.362500', '180810.822500', '180811.282500', '180811.742500', '180812.202500', '180812.662500', '180813.122500', '180813.582500', '180814.042500', '180814.502500', '180814.962500', '180815.422500', '180815.882500', '180816.342500', '180816.802500', '180817.262500', '180817.722500', '180818.182500', '180818.642500', '180819.102500', '180819.562500', '180820.022500', '180820.482500', '180820.942500', '180821.402500', '180821.862500', '180822.322500', '180822.782500', '180823.242500', '180823.702500', '180824.162500', '180824.622500', '180825.082500', '180825.542500', '180826.002500', '180826.462500', '180826.922500', '180827.382500', '180827.842500', '180828.302500', '180828.762500', '180829.222500', '180829.682500', '180830.142500', '180830.602500', '180831.062500', '180831.522500', '180831.982500', '180832.442500', '180832.902500', '180833.362500', '180833.822500', '180834.282500', '180834.742500', '180835.202500', '180835.662500', '180836.122500', '180836.582500', '180837.042500', '180837.502500', '180837.962500', '180838.422500', '180838.882500', '180839.342500', '180839.802500', '180840.262500', '180840.722500', '180841.182500', '180841.642500', '180842.102500', '180842.562500', '180843.022500', '180843.482500', '180843.942500', '180844.402500', '180844.862500', '180845.322500', '180845.782500', '180846.242500', '180846.702500', '180847.162500', '180847.622500', '180848.082500', '180848.542500', '180849.002500', '180849.462500', '180849.922500', '180850.382500', '180850.842500', '180851.302500', '180851.762500', '180852.222500', '180852.682500', '180853.142500', '180853.602500', '180854.062500', '180854.522500', '180854.982500', '180855.442500', '180855.902500', '180856.362500', '180856.822500'], 'ContentTime': ['180050.888000', '180050.891000', '180050.894000', '180050.897000', '180050.899000', '180050.902000', '180050.904000', '180050.907000', '180050.909000', '180050.912000', '180050.914000', '180050.917000', '180050.919000', '180050.922000', '180050.925000', '180050.927000', '180050.930000', '180050.932000', '180050.935000', '180050.937000', '180050.940000', '180050.943000', '180050.945000', '180050.948000', '180050.950000', '180050.953000', '180050.960000', '180050.963000', '180050.965000', '180050.968000', '180050.970000', '180050.973000', '180050.975000', '180050.978000', '180050.981000', '180050.983000', '180050.986000', '180050.988000', '180050.991000', '180110.866000', '180110.869000', '180110.872000', '180110.874000', '180110.877000', '180110.879000', '180110.882000', '180110.884000', '180110.887000', '180110.890000', '180110.892000', '180110.895000', '180110.897000', '180110.900000', '180110.902000', '180110.905000', '180110.916000', '180110.919000', '180110.922000', '180110.924000', '180110.927000', '180110.929000', '180110.932000', '180110.934000', '180110.937000', '180110.939000', '180110.942000', '180110.945000', '180110.947000', '180110.950000', '180110.952000', '180110.955000', '180110.957000', '180110.960000', '180110.963000', '180110.965000', '180110.968000', '180110.970000', '180110.973000', '180110.975000', '180110.978000', '180110.981000', '180110.984000', '180130.866000', '180130.869000', '180130.872000', '180130.874000', '180130.877000', '180130.880000', '180130.882000', '180130.885000', '180130.887000', '180130.890000', '180130.892000', '180130.895000', '180130.897000', '180130.900000', '180130.902000', '180130.905000', '180130.907000', '180130.910000', '180130.913000', '180130.915000', '180130.918000', '180130.920000', '180130.923000', '180130.925000', '180130.928000', '180130.930000', '180130.933000', '180130.936000', '180130.938000', '180130.941000', '180130.943000', '180130.946000', '180130.948000', '180130.951000', '180130.954000', '180130.956000', '180130.959000', '180130.961000', '180130.964000', '180130.966000', '180130.969000', '180130.971000', '180130.974000', '180130.977000', '180150.868000', '180150.870000', '180150.873000', '180150.875000', '180150.878000', '180150.880000', '180150.883000', '180150.886000', '180150.888000', '180150.891000', '180150.894000', '180150.897000', '180150.900000', '180150.902000', '180150.905000', '180150.908000', '180150.910000', '180150.913000', '180150.916000', '180150.918000', '180150.921000', '180150.923000', '180150.926000', '180150.928000', '180150.931000', '180150.934000', '180150.937000', '180150.939000', '180150.942000', '180150.945000', '180150.947000', '180150.950000', '180150.952000', '180150.955000', '180150.957000', '180150.960000', '180150.963000', '180150.965000', '180150.968000', '180150.970000', '180150.973000', '180150.975000', '180150.978000', '180210.867000', '180210.869000', '180210.872000', '180210.874000', '180210.877000', '180210.880000', '180210.882000', '180210.885000', '180210.887000', '180210.890000', '180210.892000', '180210.895000', '180210.897000', '180210.900000', '180210.903000', '180210.905000', '180210.908000', '180210.911000', '180210.913000', '180210.916000', '180210.918000', '180210.921000', '180210.923000', '180210.926000', '180210.928000', '180210.931000', '180210.934000', '180210.936000', '180210.939000', '180210.941000', '180210.944000', '180210.947000', '180210.949000', '180210.952000', '180210.954000', '180210.957000', '180210.960000', '180210.962000', '180210.965000', '180210.967000', '180210.970000', '180210.972000', '180210.975000', '180210.978000', '180230.866000', '180230.869000', '180230.872000', '180230.874000', '180230.877000', '180230.879000', '180230.882000', '180230.885000', '180230.887000', '180230.890000', '180230.892000', '180230.895000', '180230.898000', '180230.900000', '180230.903000', '180230.905000', '180230.908000', '180230.910000', '180230.913000', '180230.916000', '180230.918000', '180230.921000', '180230.923000', '180230.926000', '180230.928000', '180230.931000', '180230.934000', '180230.936000', '180230.939000', '180230.942000', '180230.945000', '180230.948000', '180230.951000', '180230.953000', '180230.956000', '180230.958000', '180230.961000', '180230.964000', '180230.966000', '180230.969000', '180230.971000', '180230.984000', '180230.986000', '180250.866000', '180250.869000', '180250.872000', '180250.874000', '180250.877000', '180250.879000', '180250.882000', '180250.885000', '180250.887000', '180250.890000', '180250.892000', '180250.895000', '180250.898000', '180250.900000', '180250.903000', '180250.905000', '180250.908000', '180250.910000', '180250.913000', '180250.916000', '180250.918000', '180250.921000', '180250.923000', '180250.926000', '180250.928000', '180250.931000', '180250.933000', '180250.936000', '180250.939000', '180250.941000', '180250.944000', '180250.947000', '180250.949000', '180250.952000', '180250.955000', '180250.957000', '180250.960000', '180250.962000', '180250.965000', '180250.967000', '180250.970000', '180250.973000', '180250.975000', '180250.978000', '180310.866000', '180310.869000', '180310.872000', '180310.874000', '180310.877000', '180310.880000', '180310.882000', '180310.885000', '180310.887000', '180310.890000', '180310.892000', '180310.895000', '180310.898000', '180310.900000', '180310.903000', '180310.905000', '180310.908000', '180310.910000', '180310.913000', '180310.916000', '180310.918000', '180310.921000', '180310.923000', '180310.926000', '180310.929000', '180310.931000', '180310.934000', '180310.936000', '180310.939000', '180310.942000', '180310.944000', '180310.947000', '180310.949000', '180310.952000', '180310.955000', '180310.957000', '180310.960000', '180310.962000', '180310.965000', '180310.967000', '180310.971000', '180310.974000', '180310.976000', '180330.866000', '180330.869000', '180330.872000', '180330.874000', '180330.877000', '180330.880000', '180330.882000', '180330.885000', '180330.887000', '180330.890000', '180330.892000', '180330.895000', '180330.898000', '180330.900000', '180330.903000', '180330.905000', '180330.908000', '180330.910000', '180330.913000', '180330.916000', '180330.918000', '180330.921000', '180330.923000', '180330.926000', '180330.928000', '180330.931000', '180330.934000', '180330.936000', '180330.939000', '180330.941000', '180330.944000', '180330.946000', '180330.949000', '180330.952000', '180330.954000', '180330.957000', '180330.959000', '180330.962000', '180330.964000', '180330.967000', '180330.970000', '180330.972000', '180330.975000', '180330.977000', '180350.866000', '180350.869000', '180350.872000', '180350.875000', '180350.877000', '180350.880000', '180350.882000', '180350.885000', '180350.887000', '180350.890000', '180350.893000', '180350.895000', '180350.898000', '180350.900000', '180350.903000', '180350.905000', '180350.908000', '180350.911000', '180350.913000', '180350.916000', '180350.918000', '180350.921000', '180350.924000', '180350.926000', '180350.929000', '180350.931000', '180350.934000', '180350.936000', '180350.939000', '180350.942000', '180350.944000', '180350.947000', '180350.949000', '180350.952000', '180350.955000', '180350.958000', '180350.961000', '180350.964000', '180350.966000', '180350.969000', '180350.971000', '180350.974000', '180350.977000', '180410.867000', '180410.870000', '180410.873000', '180410.875000', '180410.878000', '180410.881000', '180410.883000', '180410.886000', '180410.888000', '180410.891000', '180410.894000', '180410.896000', '180410.899000', '180410.901000', '180410.904000', '180410.907000', '180410.909000', '180410.912000', '180410.914000', '180410.917000', '180410.919000', '180410.922000', '180410.925000', '180410.927000', '180410.930000', '180410.933000', '180410.935000', '180410.938000', '180410.940000', '180410.943000', '180410.946000', '180410.948000', '180410.951000', '180410.953000', '180410.956000', '180410.958000', '180410.961000', '180410.974000', '180410.977000', '180410.979000', '180410.982000', '180410.985000', '180410.987000', '180410.990000', '180430.866000', '180430.869000', '180430.872000', '180430.875000', '180430.877000', '180430.880000', '180430.882000', '180430.885000', '180430.888000', '180430.890000', '180430.893000', '180430.895000', '180430.898000', '180430.901000', '180430.903000', '180430.906000', '180430.908000', '180430.911000', '180430.914000', '180430.916000', '180430.919000', '180430.921000', '180430.924000', '180430.927000', '180430.929000', '180430.932000', '180430.935000', '180430.937000', '180430.940000', '180430.942000', '180430.945000', '180430.947000', '180430.950000', '180430.953000', '180430.955000', '180430.958000', '180430.960000', '180430.963000', '180430.966000', '180430.968000', '180430.971000', '180430.973000', '180430.976000', '180450.866000', '180450.869000', '180450.872000', '180450.875000', '180450.877000', '180450.880000', '180450.882000', '180450.885000', '180450.887000', '180450.890000', '180450.893000', '180450.895000', '180450.898000', '180450.900000', '180450.903000', '180450.906000', '180450.908000', '180450.911000', '180450.913000', '180450.916000', '180450.919000', '180450.921000', '180450.924000', '180450.926000', '180450.929000', '180450.932000', '180450.934000', '180450.937000', '180450.939000', '180450.942000', '180450.944000', '180450.947000', '180450.950000', '180450.952000', '180450.955000', '180450.957000', '180450.960000', '180450.963000', '180450.965000', '180450.968000', '180450.970000', '180450.973000', '180450.975000', '180450.978000', '180510.866000', '180510.869000', '180510.872000', '180510.875000', '180510.877000', '180510.880000', '180510.882000', '180510.885000', '180510.887000', '180510.890000', '180510.893000', '180510.895000', '180510.898000', '180510.900000', '180510.903000', '180510.906000', '180510.908000', '180510.911000', '180510.913000', '180510.916000', '180510.919000', '180510.921000', '180510.924000', '180510.926000', '180510.929000', '180510.932000', '180510.934000', '180510.937000', '180510.939000', '180510.942000', '180510.944000', '180510.947000', '180510.950000', '180510.952000', '180510.955000', '180510.957000', '180510.960000', '180510.963000', '180510.965000', '180510.968000', '180510.970000', '180510.973000', '180510.976000', '180530.866000', '180530.869000', '180530.872000', '180530.874000', '180530.877000', '180530.880000', '180530.882000', '180530.885000', '180530.887000', '180530.890000', '180530.893000', '180530.895000', '180530.898000', '180530.901000', '180530.903000', '180530.906000', '180530.909000', '180530.911000', '180530.914000', '180530.916000', '180530.919000', '180530.922000', '180530.924000', '180530.927000', '180530.929000', '180530.932000', '180530.934000', '180530.937000', '180530.940000', '180530.942000', '180530.945000', '180530.947000', '180530.950000', '180530.953000', '180530.955000', '180530.958000', '180530.960000', '180530.963000', '180530.966000', '180530.968000', '180530.971000', '180530.973000', '180530.976000', '180530.979000', '180550.867000', '180550.870000', '180550.872000', '180550.875000', '180550.887000', '180550.889000', '180550.892000', '180550.895000', '180550.897000', '180550.900000', '180550.902000', '180550.905000', '180550.908000', '180550.910000', '180550.913000', '180550.915000', '180550.918000', '180550.921000', '180550.923000', '180550.926000', '180550.928000', '180550.931000', '180550.934000', '180550.936000', '180550.939000', '180550.941000', '180550.944000', '180550.947000', '180550.949000', '180550.952000', '180550.954000', '180550.957000', '180550.960000', '180550.962000', '180550.965000', '180550.967000', '180550.970000', '180550.973000', '180550.975000', '180550.978000', '180550.980000', '180550.983000', '180550.985000', '180610.867000', '180610.870000', '180610.872000', '180610.875000', '180610.877000', '180610.880000', '180610.883000', '180610.885000', '180610.888000', '180610.890000', '180610.893000', '180610.895000', '180610.898000', '180610.901000', '180610.903000', '180610.906000', '180610.908000', '180610.911000', '180610.914000', '180610.916000', '180610.919000', '180610.922000', '180610.924000', '180610.927000', '180610.929000', '180610.932000', '180610.935000', '180610.937000', '180610.940000', '180610.943000', '180610.945000', '180610.948000', '180610.950000', '180610.953000', '180610.956000', '180610.958000', '180610.961000', '180610.963000', '180610.966000', '180610.968000', '180610.971000', '180610.974000', '180610.976000', '180610.979000', '180630.868000', '180630.870000', '180630.873000', '180630.876000', '180630.878000', '180630.881000', '180630.884000', '180630.886000', '180630.889000', '180630.892000', '180630.894000', '180630.897000', '180630.900000', '180630.902000', '180630.905000', '180630.908000', '180630.910000', '180630.913000', '180630.915000', '180630.918000', '180630.921000', '180630.923000', '180630.926000', '180630.929000', '180630.931000', '180630.934000', '180630.936000', '180630.939000', '180630.942000', '180630.945000', '180630.947000', '180630.950000', '180630.953000', '180630.956000', '180630.958000', '180630.961000', '180630.964000', '180630.966000', '180630.969000', '180630.972000', '180630.974000', '180630.977000', '180630.980000', '180650.867000', '180650.871000', '180650.874000', '180650.876000', '180650.879000', '180650.881000', '180650.884000', '180650.887000', '180650.890000', '180650.893000', '180650.896000', '180650.898000', '180650.901000', '180650.903000', '180650.906000', '180650.909000', '180650.911000', '180650.914000', '180650.917000', '180650.919000', '180650.922000', '180650.924000', '180650.927000', '180650.930000', '180650.932000', '180650.935000', '180650.937000', '180650.940000', '180650.942000', '180650.945000', '180650.948000', '180650.950000', '180650.953000', '180650.955000', '180650.958000', '180650.960000', '180650.963000', '180650.966000', '180650.968000', '180650.971000', '180650.973000', '180650.976000', '180650.979000', '180710.866000', '180710.871000', '180710.874000', '180710.876000', '180710.879000', '180710.882000', '180710.884000', '180710.887000', '180710.889000', '180710.892000', '180710.894000', '180710.897000', '180710.900000', '180710.902000', '180710.905000', '180710.907000', '180710.935000', '180710.938000', '180710.940000', '180710.943000', '180710.945000', '180710.948000', '180710.951000', '180710.953000', '180710.956000', '180710.958000', '180710.961000', '180710.964000', '180710.966000', '180710.969000', '180710.971000', '180710.974000', '180710.977000', '180710.979000', '180710.982000', '180710.984000', '180710.987000', '180710.990000', '180710.992000', '180710.995000', '180710.997000', '180711.000000', '180711.003000', '180711.005000', '180730.867000', '180730.880000', '180730.882000', '180730.885000', '180730.887000', '180730.890000', '180730.893000', '180730.895000', '180730.898000', '180730.900000', '180730.903000', '180730.905000', '180730.908000', '180730.911000', '180730.913000', '180730.916000', '180730.918000', '180730.921000', '180730.923000', '180730.926000', '180730.929000', '180730.931000', '180730.934000', '180730.936000', '180730.939000', '180730.941000', '180730.944000', '180730.947000', '180730.949000', '180730.952000', '180730.954000', '180730.957000', '180730.959000', '180730.962000', '180730.965000', '180730.967000', '180730.970000', '180730.972000', '180730.975000', '180730.977000', '180730.980000', '180730.983000', '180730.985000', '180750.867000', '180750.870000', '180750.872000', '180750.875000', '180750.877000', '180750.880000', '180750.883000', '180750.885000', '180750.888000', '180750.890000', '180750.893000', '180750.896000', '180750.898000', '180750.901000', '180750.903000', '180750.906000', '180750.908000', '180750.911000', '180750.914000', '180750.916000', '180750.919000', '180750.921000', '180750.924000', '180750.926000', '180750.929000', '180750.932000', '180750.934000', '180750.937000', '180750.939000', '180750.942000', '180750.945000', '180750.947000', '180750.950000', '180750.952000', '180750.955000', '180750.957000', '180750.960000', '180750.963000', '180750.965000', '180750.968000', '180750.970000', '180750.973000', '180750.975000', '180750.978000', '180810.866000', '180810.869000', '180810.872000', '180810.875000', '180810.877000', '180810.880000', '180810.882000', '180810.885000', '180810.888000', '180810.892000', '180810.895000', '180810.897000', '180810.900000', '180810.903000', '180810.906000', '180810.908000', '180810.911000', '180810.913000', '180810.916000', '180810.919000', '180810.921000', '180810.924000', '180810.926000', '180810.929000', '180810.931000', '180810.934000', '180810.937000', '180810.939000', '180810.942000', '180810.945000', '180810.947000', '180810.950000', '180810.952000', '180810.955000', '180810.958000', '180810.960000', '180810.963000', '180810.965000', '180810.968000', '180810.971000', '180810.973000', '180810.976000', '180810.978000', '180830.867000', '180830.870000', '180830.872000', '180830.875000', '180830.877000', '180830.880000', '180830.882000', '180830.885000', '180830.888000', '180830.890000', '180830.893000', '180830.895000', '180830.898000', '180830.901000', '180830.903000', '180830.906000', '180830.908000', '180830.911000', '180830.914000', '180830.916000', '180830.919000', '180830.921000', '180830.924000', '180830.927000', '180830.929000', '180830.932000', '180830.951000', '180830.954000', '180830.956000', '180830.959000', '180830.961000', '180830.964000', '180830.967000', '180830.969000', '180830.972000', '180830.974000', '180830.977000', '180830.979000', '180830.982000', '180830.985000', '180830.987000', '180830.990000', '180830.993000', '180830.995000', '180850.868000', '180850.870000', '180850.873000', '180850.876000', '180850.878000', '180850.881000', '180850.883000', '180850.886000', '180850.889000', '180850.892000', '180850.895000', '180850.897000', '180850.900000', '180850.902000', '180850.905000', '180850.908000', '180850.910000', '180850.913000', '180850.915000', '180850.918000', '180850.920000', '180850.923000', '180850.926000', '180850.929000', '180850.931000', '180850.934000', '180850.937000', '180850.939000', '180850.942000', '180850.944000', '180850.947000', '180850.950000', '180850.952000', '180850.955000', '180850.957000', '180850.960000', '180850.963000', '180850.965000', '180850.968000', '180850.970000', '180850.973000', '180850.975000', '180850.978000', '180857.764000', '180857.767000', '180857.770000', '180857.772000', '180857.775000', '180857.778000', '180857.781000', '180857.784000', '180857.786000', '180857.789000', '180857.792000', '180857.795000', '180857.798000', '180857.800000', '180857.803000', '180857.806000'], 'InstanceCreationTime': ['180050.888000', '180050.891000', '180050.894000', '180050.897000', '180050.899000', '180050.902000', '180050.904000', '180050.907000', '180050.909000', '180050.912000', '180050.914000', '180050.917000', '180050.919000', '180050.922000', '180050.925000', '180050.927000', '180050.930000', '180050.932000', '180050.935000', '180050.937000', '180050.940000', '180050.943000', '180050.945000', '180050.948000', '180050.950000', '180050.953000', '180050.960000', '180050.963000', '180050.965000', '180050.968000', '180050.970000', '180050.973000', '180050.975000', '180050.978000', '180050.981000', '180050.983000', '180050.986000', '180050.988000', '180050.991000', '180110.866000', '180110.869000', '180110.872000', '180110.874000', '180110.877000', '180110.879000', '180110.882000', '180110.884000', '180110.887000', '180110.890000', '180110.892000', '180110.895000', '180110.897000', '180110.900000', '180110.902000', '180110.905000', '180110.916000', '180110.919000', '180110.922000', '180110.924000', '180110.927000', '180110.929000', '180110.932000', '180110.934000', '180110.937000', '180110.939000', '180110.942000', '180110.945000', '180110.947000', '180110.950000', '180110.952000', '180110.955000', '180110.957000', '180110.960000', '180110.963000', '180110.965000', '180110.968000', '180110.970000', '180110.973000', '180110.975000', '180110.978000', '180110.981000', '180110.984000', '180130.866000', '180130.869000', '180130.872000', '180130.874000', '180130.877000', '180130.880000', '180130.882000', '180130.885000', '180130.887000', '180130.890000', '180130.892000', '180130.895000', '180130.897000', '180130.900000', '180130.902000', '180130.905000', '180130.907000', '180130.910000', '180130.913000', '180130.915000', '180130.918000', '180130.920000', '180130.923000', '180130.925000', '180130.928000', '180130.930000', '180130.933000', '180130.936000', '180130.938000', '180130.941000', '180130.943000', '180130.946000', '180130.948000', '180130.951000', '180130.954000', '180130.956000', '180130.959000', '180130.961000', '180130.964000', '180130.966000', '180130.969000', '180130.971000', '180130.974000', '180130.977000', '180150.868000', '180150.870000', '180150.873000', '180150.875000', '180150.878000', '180150.880000', '180150.883000', '180150.886000', '180150.888000', '180150.891000', '180150.894000', '180150.897000', '180150.900000', '180150.902000', '180150.905000', '180150.908000', '180150.910000', '180150.913000', '180150.916000', '180150.918000', '180150.921000', '180150.923000', '180150.926000', '180150.928000', '180150.931000', '180150.934000', '180150.937000', '180150.939000', '180150.942000', '180150.945000', '180150.947000', '180150.950000', '180150.952000', '180150.955000', '180150.957000', '180150.960000', '180150.963000', '180150.965000', '180150.968000', '180150.970000', '180150.973000', '180150.975000', '180150.978000', '180210.867000', '180210.869000', '180210.872000', '180210.874000', '180210.877000', '180210.880000', '180210.882000', '180210.885000', '180210.887000', '180210.890000', '180210.892000', '180210.895000', '180210.897000', '180210.900000', '180210.903000', '180210.905000', '180210.908000', '180210.911000', '180210.913000', '180210.916000', '180210.918000', '180210.921000', '180210.923000', '180210.926000', '180210.928000', '180210.931000', '180210.934000', '180210.936000', '180210.939000', '180210.941000', '180210.944000', '180210.947000', '180210.949000', '180210.952000', '180210.954000', '180210.957000', '180210.960000', '180210.962000', '180210.965000', '180210.967000', '180210.970000', '180210.972000', '180210.975000', '180210.978000', '180230.866000', '180230.869000', '180230.872000', '180230.874000', '180230.877000', '180230.879000', '180230.882000', '180230.885000', '180230.887000', '180230.890000', '180230.892000', '180230.895000', '180230.898000', '180230.900000', '180230.903000', '180230.905000', '180230.908000', '180230.910000', '180230.913000', '180230.916000', '180230.918000', '180230.921000', '180230.923000', '180230.926000', '180230.928000', '180230.931000', '180230.934000', '180230.936000', '180230.939000', '180230.942000', '180230.945000', '180230.948000', '180230.951000', '180230.953000', '180230.956000', '180230.958000', '180230.961000', '180230.964000', '180230.966000', '180230.969000', '180230.971000', '180230.984000', '180230.986000', '180250.866000', '180250.869000', '180250.872000', '180250.874000', '180250.877000', '180250.879000', '180250.882000', '180250.885000', '180250.887000', '180250.890000', '180250.892000', '180250.895000', '180250.898000', '180250.900000', '180250.903000', '180250.905000', '180250.908000', '180250.910000', '180250.913000', '180250.916000', '180250.918000', '180250.921000', '180250.923000', '180250.926000', '180250.928000', '180250.931000', '180250.933000', '180250.936000', '180250.939000', '180250.941000', '180250.944000', '180250.947000', '180250.949000', '180250.952000', '180250.955000', '180250.957000', '180250.960000', '180250.962000', '180250.965000', '180250.967000', '180250.970000', '180250.973000', '180250.975000', '180250.978000', '180310.866000', '180310.869000', '180310.872000', '180310.874000', '180310.877000', '180310.880000', '180310.882000', '180310.885000', '180310.887000', '180310.890000', '180310.892000', '180310.895000', '180310.898000', '180310.900000', '180310.903000', '180310.905000', '180310.908000', '180310.910000', '180310.913000', '180310.916000', '180310.918000', '180310.921000', '180310.923000', '180310.926000', '180310.929000', '180310.931000', '180310.934000', '180310.936000', '180310.939000', '180310.942000', '180310.944000', '180310.947000', '180310.949000', '180310.952000', '180310.955000', '180310.957000', '180310.960000', '180310.962000', '180310.965000', '180310.967000', '180310.971000', '180310.974000', '180310.976000', '180330.866000', '180330.869000', '180330.872000', '180330.874000', '180330.877000', '180330.880000', '180330.882000', '180330.885000', '180330.887000', '180330.890000', '180330.892000', '180330.895000', '180330.898000', '180330.900000', '180330.903000', '180330.905000', '180330.908000', '180330.910000', '180330.913000', '180330.916000', '180330.918000', '180330.921000', '180330.923000', '180330.926000', '180330.928000', '180330.931000', '180330.934000', '180330.936000', '180330.939000', '180330.941000', '180330.944000', '180330.946000', '180330.949000', '180330.952000', '180330.954000', '180330.957000', '180330.959000', '180330.962000', '180330.964000', '180330.967000', '180330.970000', '180330.972000', '180330.975000', '180330.977000', '180350.866000', '180350.869000', '180350.872000', '180350.875000', '180350.877000', '180350.880000', '180350.882000', '180350.885000', '180350.887000', '180350.890000', '180350.893000', '180350.895000', '180350.898000', '180350.900000', '180350.903000', '180350.905000', '180350.908000', '180350.911000', '180350.913000', '180350.916000', '180350.918000', '180350.921000', '180350.924000', '180350.926000', '180350.929000', '180350.931000', '180350.934000', '180350.936000', '180350.939000', '180350.942000', '180350.944000', '180350.947000', '180350.949000', '180350.952000', '180350.955000', '180350.958000', '180350.961000', '180350.964000', '180350.966000', '180350.969000', '180350.971000', '180350.974000', '180350.977000', '180410.867000', '180410.870000', '180410.873000', '180410.875000', '180410.878000', '180410.881000', '180410.883000', '180410.886000', '180410.888000', '180410.891000', '180410.894000', '180410.896000', '180410.899000', '180410.901000', '180410.904000', '180410.907000', '180410.909000', '180410.912000', '180410.914000', '180410.917000', '180410.919000', '180410.922000', '180410.925000', '180410.927000', '180410.930000', '180410.933000', '180410.935000', '180410.938000', '180410.940000', '180410.943000', '180410.946000', '180410.948000', '180410.951000', '180410.953000', '180410.956000', '180410.958000', '180410.961000', '180410.974000', '180410.977000', '180410.979000', '180410.982000', '180410.985000', '180410.987000', '180410.990000', '180430.866000', '180430.869000', '180430.872000', '180430.875000', '180430.877000', '180430.880000', '180430.882000', '180430.885000', '180430.888000', '180430.890000', '180430.893000', '180430.895000', '180430.898000', '180430.901000', '180430.903000', '180430.906000', '180430.908000', '180430.911000', '180430.914000', '180430.916000', '180430.919000', '180430.921000', '180430.924000', '180430.927000', '180430.929000', '180430.932000', '180430.935000', '180430.937000', '180430.940000', '180430.942000', '180430.945000', '180430.947000', '180430.950000', '180430.953000', '180430.955000', '180430.958000', '180430.960000', '180430.963000', '180430.966000', '180430.968000', '180430.971000', '180430.973000', '180430.976000', '180450.866000', '180450.869000', '180450.872000', '180450.875000', '180450.877000', '180450.880000', '180450.882000', '180450.885000', '180450.887000', '180450.890000', '180450.893000', '180450.895000', '180450.898000', '180450.900000', '180450.903000', '180450.906000', '180450.908000', '180450.911000', '180450.913000', '180450.916000', '180450.919000', '180450.921000', '180450.924000', '180450.926000', '180450.929000', '180450.932000', '180450.934000', '180450.937000', '180450.939000', '180450.942000', '180450.944000', '180450.947000', '180450.950000', '180450.952000', '180450.955000', '180450.957000', '180450.960000', '180450.963000', '180450.965000', '180450.968000', '180450.970000', '180450.973000', '180450.975000', '180450.978000', '180510.866000', '180510.869000', '180510.872000', '180510.875000', '180510.877000', '180510.880000', '180510.882000', '180510.885000', '180510.887000', '180510.890000', '180510.893000', '180510.895000', '180510.898000', '180510.900000', '180510.903000', '180510.906000', '180510.908000', '180510.911000', '180510.913000', '180510.916000', '180510.919000', '180510.921000', '180510.924000', '180510.926000', '180510.929000', '180510.932000', '180510.934000', '180510.937000', '180510.939000', '180510.942000', '180510.944000', '180510.947000', '180510.950000', '180510.952000', '180510.955000', '180510.957000', '180510.960000', '180510.963000', '180510.965000', '180510.968000', '180510.970000', '180510.973000', '180510.976000', '180530.866000', '180530.869000', '180530.872000', '180530.874000', '180530.877000', '180530.880000', '180530.882000', '180530.885000', '180530.887000', '180530.890000', '180530.893000', '180530.895000', '180530.898000', '180530.901000', '180530.903000', '180530.906000', '180530.909000', '180530.911000', '180530.914000', '180530.916000', '180530.919000', '180530.922000', '180530.924000', '180530.927000', '180530.929000', '180530.932000', '180530.934000', '180530.937000', '180530.940000', '180530.942000', '180530.945000', '180530.947000', '180530.950000', '180530.953000', '180530.955000', '180530.958000', '180530.960000', '180530.963000', '180530.966000', '180530.968000', '180530.971000', '180530.973000', '180530.976000', '180530.979000', '180550.867000', '180550.870000', '180550.872000', '180550.875000', '180550.887000', '180550.889000', '180550.892000', '180550.895000', '180550.897000', '180550.900000', '180550.902000', '180550.905000', '180550.908000', '180550.910000', '180550.913000', '180550.915000', '180550.918000', '180550.921000', '180550.923000', '180550.926000', '180550.928000', '180550.931000', '180550.934000', '180550.936000', '180550.939000', '180550.941000', '180550.944000', '180550.947000', '180550.949000', '180550.952000', '180550.954000', '180550.957000', '180550.960000', '180550.962000', '180550.965000', '180550.967000', '180550.970000', '180550.973000', '180550.975000', '180550.978000', '180550.980000', '180550.983000', '180550.985000', '180610.867000', '180610.870000', '180610.872000', '180610.875000', '180610.877000', '180610.880000', '180610.883000', '180610.885000', '180610.888000', '180610.890000', '180610.893000', '180610.895000', '180610.898000', '180610.901000', '180610.903000', '180610.906000', '180610.908000', '180610.911000', '180610.914000', '180610.916000', '180610.919000', '180610.922000', '180610.924000', '180610.927000', '180610.929000', '180610.932000', '180610.935000', '180610.937000', '180610.940000', '180610.943000', '180610.945000', '180610.948000', '180610.950000', '180610.953000', '180610.956000', '180610.958000', '180610.961000', '180610.963000', '180610.966000', '180610.968000', '180610.971000', '180610.974000', '180610.976000', '180610.979000', '180630.868000', '180630.870000', '180630.873000', '180630.876000', '180630.878000', '180630.881000', '180630.884000', '180630.886000', '180630.889000', '180630.892000', '180630.894000', '180630.897000', '180630.900000', '180630.902000', '180630.905000', '180630.908000', '180630.910000', '180630.913000', '180630.915000', '180630.918000', '180630.921000', '180630.923000', '180630.926000', '180630.929000', '180630.931000', '180630.934000', '180630.936000', '180630.939000', '180630.942000', '180630.945000', '180630.947000', '180630.950000', '180630.953000', '180630.956000', '180630.958000', '180630.961000', '180630.964000', '180630.966000', '180630.969000', '180630.972000', '180630.974000', '180630.977000', '180630.980000', '180650.867000', '180650.871000', '180650.874000', '180650.876000', '180650.879000', '180650.881000', '180650.884000', '180650.887000', '180650.890000', '180650.893000', '180650.896000', '180650.898000', '180650.901000', '180650.903000', '180650.906000', '180650.909000', '180650.911000', '180650.914000', '180650.917000', '180650.919000', '180650.922000', '180650.924000', '180650.927000', '180650.930000', '180650.932000', '180650.935000', '180650.937000', '180650.940000', '180650.942000', '180650.945000', '180650.948000', '180650.950000', '180650.953000', '180650.955000', '180650.958000', '180650.960000', '180650.963000', '180650.966000', '180650.968000', '180650.971000', '180650.973000', '180650.976000', '180650.979000', '180710.866000', '180710.871000', '180710.874000', '180710.876000', '180710.879000', '180710.882000', '180710.884000', '180710.887000', '180710.889000', '180710.892000', '180710.894000', '180710.897000', '180710.900000', '180710.902000', '180710.905000', '180710.907000', '180710.935000', '180710.938000', '180710.940000', '180710.943000', '180710.945000', '180710.948000', '180710.951000', '180710.953000', '180710.956000', '180710.958000', '180710.961000', '180710.964000', '180710.966000', '180710.969000', '180710.971000', '180710.974000', '180710.977000', '180710.979000', '180710.982000', '180710.984000', '180710.987000', '180710.990000', '180710.992000', '180710.995000', '180710.997000', '180711.000000', '180711.003000', '180711.005000', '180730.867000', '180730.880000', '180730.882000', '180730.885000', '180730.887000', '180730.890000', '180730.893000', '180730.895000', '180730.898000', '180730.900000', '180730.903000', '180730.905000', '180730.908000', '180730.911000', '180730.913000', '180730.916000', '180730.918000', '180730.921000', '180730.923000', '180730.926000', '180730.929000', '180730.931000', '180730.934000', '180730.936000', '180730.939000', '180730.941000', '180730.944000', '180730.947000', '180730.949000', '180730.952000', '180730.954000', '180730.957000', '180730.959000', '180730.962000', '180730.965000', '180730.967000', '180730.970000', '180730.972000', '180730.975000', '180730.977000', '180730.980000', '180730.983000', '180730.985000', '180750.867000', '180750.870000', '180750.872000', '180750.875000', '180750.877000', '180750.880000', '180750.883000', '180750.885000', '180750.888000', '180750.890000', '180750.893000', '180750.896000', '180750.898000', '180750.901000', '180750.903000', '180750.906000', '180750.908000', '180750.911000', '180750.914000', '180750.916000', '180750.919000', '180750.921000', '180750.924000', '180750.926000', '180750.929000', '180750.932000', '180750.934000', '180750.937000', '180750.939000', '180750.942000', '180750.945000', '180750.947000', '180750.950000', '180750.952000', '180750.955000', '180750.957000', '180750.960000', '180750.963000', '180750.965000', '180750.968000', '180750.970000', '180750.973000', '180750.975000', '180750.978000', '180810.866000', '180810.869000', '180810.872000', '180810.875000', '180810.877000', '180810.880000', '180810.882000', '180810.885000', '180810.888000', '180810.892000', '180810.895000', '180810.897000', '180810.900000', '180810.903000', '180810.906000', '180810.908000', '180810.911000', '180810.913000', '180810.916000', '180810.919000', '180810.921000', '180810.924000', '180810.926000', '180810.929000', '180810.931000', '180810.934000', '180810.937000', '180810.939000', '180810.942000', '180810.945000', '180810.947000', '180810.950000', '180810.952000', '180810.955000', '180810.958000', '180810.960000', '180810.963000', '180810.965000', '180810.968000', '180810.971000', '180810.973000', '180810.976000', '180810.978000', '180830.867000', '180830.870000', '180830.872000', '180830.875000', '180830.877000', '180830.880000', '180830.882000', '180830.885000', '180830.888000', '180830.890000', '180830.893000', '180830.895000', '180830.898000', '180830.901000', '180830.903000', '180830.906000', '180830.908000', '180830.911000', '180830.914000', '180830.916000', '180830.919000', '180830.921000', '180830.924000', '180830.927000', '180830.929000', '180830.932000', '180830.951000', '180830.954000', '180830.956000', '180830.959000', '180830.961000', '180830.964000', '180830.967000', '180830.969000', '180830.972000', '180830.974000', '180830.977000', '180830.979000', '180830.982000', '180830.985000', '180830.987000', '180830.990000', '180830.993000', '180830.995000', '180850.868000', '180850.870000', '180850.873000', '180850.876000', '180850.878000', '180850.881000', '180850.883000', '180850.886000', '180850.889000', '180850.892000', '180850.895000', '180850.897000', '180850.900000', '180850.902000', '180850.905000', '180850.908000', '180850.910000', '180850.913000', '180850.915000', '180850.918000', '180850.920000', '180850.923000', '180850.926000', '180850.929000', '180850.931000', '180850.934000', '180850.937000', '180850.939000', '180850.942000', '180850.944000', '180850.947000', '180850.950000', '180850.952000', '180850.955000', '180850.957000', '180850.960000', '180850.963000', '180850.965000', '180850.968000', '180850.970000', '180850.973000', '180850.975000', '180850.978000', '180857.764000', '180857.767000', '180857.770000', '180857.772000', '180857.775000', '180857.778000', '180857.781000', '180857.784000', '180857.786000', '180857.789000', '180857.792000', '180857.795000', '180857.798000', '180857.800000', '180857.803000', '180857.806000'], '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': [8773, 7426, 8336, 7616, 5979, 9290, 5942, 9466, 6193, 9715, 6081, 8633, 6185, 8519, 6909, 9057, 6871, 7542, 7721, 7100, 8773, 7121, 9927, 7476, 10138, 6158, 11028, 6283, 11163, 7806, 11223, 6037, 10942, 5980, 10557, 5751, 10058, 6008, 10140, 5734, 9516, 5627, 9421, 7670, 7782, 6236, 7472, 9485, 6909, 10440, 6835, 9718, 7128, 8965, 6292, 9219, 6320, 9994, 5958, 9932, 5835, 9906, 5669, 9354, 7035, 7357, 11045, 6774, 9635, 6547, 9857, 6110, 9188, 6228, 7612, 6169, 7013, 7330, 6088, 9622, 5860, 8584, 5948, 9466, 5932, 7733, 5481, 7360, 9593, 6063, 9222, 6055, 8664, 5911, 8640, 5721, 7418, 5625, 6837, 5608, 7705, 5737, 6959, 10725, 7471, 7745, 9812, 6878, 11844, 7617, 11866, 7396, 8450, 6792, 8168, 11809, 6924, 11338, 7386, 10658, 6700, 10918, 5888, 8614, 5903, 8955, 7463, 7162, 11750, 6747, 10605, 7615, 9549, 6496, 10492, 6289, 8962, 5858, 9994, 6062, 8355, 12105, 7356, 11080, 7518, 9502, 7212, 10011, 6604, 10449, 5990, 10279, 6048, 10719, 5963, 10521, 6178, 11240, 7309, 8982, 12758, 8591, 10833, 7351, 10411, 5907, 9838, 5936, 8066, 11632, 6325, 10044, 7087, 9699, 5988, 9851, 5707, 8441, 5582, 7506, 8368, 6791, 10329, 6493, 9628, 6620, 9157, 6104, 9225, 5719, 8383, 5761, 7655, 10052, 6972, 9725, 6897, 9851, 6154, 9663, 5937, 9393, 5686, 7953, 5805, 7625, 5574, 7875, 6992, 7654, 5602, 9394, 6594, 8475, 8864, 8012, 6978, 10287, 8317, 9165, 10927, 7870, 10552, 8309, 11656, 7826, 10301, 6770, 11465, 6269, 8721, 5780, 7695, 10185, 6603, 9855, 6694, 9672, 5794, 7774, 5782, 7333, 5534, 7178, 10029, 5988, 8899, 6147, 8300, 5814, 8751, 5835, 8175, 5642, 7807, 5555, 7680, 7230, 6877, 10175, 6819, 9602, 7393, 8938, 6948, 8920, 6722, 9869, 6565, 10655, 6179, 10772, 9767, 7961, 12239, 7545, 10225, 6584, 9859, 5718, 8411, 8722, 6414, 9938, 6824, 9746, 6185, 9634, 5904, 8099, 5535, 7630, 6428, 5999, 9779, 5823, 9140, 6130, 9637, 6013, 8986, 8132, 7190, 10893, 7028, 10096, 6567, 10310, 5606, 8711, 7946, 7044, 10790, 6033, 8923, 6154, 9566, 6436, 9339, 7669, 9441, 7062, 9447, 6807, 9407, 6017, 10435, 6425, 8133, 11151, 7088, 7969, 8100, 9744, 7206, 11254, 7414, 9457, 7694, 9566, 7772, 11427, 7509, 10830, 7402, 10332, 6507, 11611, 6770, 9511, 5920, 8595, 7042, 8092, 12115, 6996, 10729, 7261, 9200, 6778, 9350, 5926, 8584, 5901, 8486, 6444, 7312, 10567, 6838, 9555, 6103, 9414, 5844, 7905, 5530, 7714, 7110, 6831, 5573, 7756, 5637, 7749, 7897, 7230, 6981, 7686, 9746, 6776, 9844, 6573, 10661, 6208, 11402, 10066, 7986, 12566, 7878, 9584, 5788, 8741, 10693, 6499, 10064, 6005, 8553, 5606, 7166, 6147, 6001, 9874, 5748, 9162, 5758, 8225, 5776, 7882, 5557, 6427, 9618, 5874, 9182, 5753, 9595, 5844, 8116, 5774, 7684, 6264, 7071, 9815, 6471, 9832, 7146, 9265, 7531, 10010, 6647, 9133, 5781, 8936, 7333, 8443, 11937, 6673, 10220, 7596, 10138, 7360, 9617, 7313, 10451, 7690, 9495, 7225, 9902, 6656, 10870, 7266, 10439, 6125, 11697, 7118, 10078, 6563, 10020, 8800, 8995, 12467, 7579, 11213, 8282, 9555, 7227, 9871, 6874, 9399, 5742, 8534, 8076, 6596, 10492, 6869, 9417, 5908, 8189, 5775, 7791, 8753, 6261, 9044, 6542, 9239, 5824, 8952, 6087, 7836, 5446, 6169, 7718, 6228, 9608, 5912, 9316, 5662, 8112, 6745, 6629, 10628, 6055, 9779, 5526, 7654, 11227, 6251, 10473, 6542, 8947, 6665, 9515, 6020, 10011, 6675, 9086, 10395, 6420, 11864, 6797, 9521, 7163, 7678, 12446, 6177, 10916, 5678, 9037, 8210, 6078, 10849, 5941, 10167, 5730, 8586, 7301, 6105, 10186, 5817, 10185, 5900, 9221, 5868, 8816, 5846, 6693, 6510, 6404, 9565, 5840, 9461, 5926, 9302, 5696, 9364, 5743, 9707, 9078, 6890, 11515, 7495, 10845, 6853, 10269, 6979, 9641, 8573, 7976, 7495, 8218, 11295, 6842, 11386, 7303, 11052, 7315, 10843, 7285, 10873, 7575, 11375, 7448, 11930, 7576, 12729, 9483, 9440, 8805, 8160, 13683, 9161, 11978, 7178, 9128, 6260, 7857, 12348, 6887, 10152, 5690, 8268, 5643, 7239, 10294, 5832, 9392, 5870, 8206, 5781, 7594, 7112, 6002, 8857, 6180, 9117, 5798, 7834, 6300, 5897, 9508, 6070, 9548, 5629, 7923, 6372, 6195, 6643, 6496, 9664, 6304, 9017, 7654, 8176, 12451, 7556, 11004, 6814, 9754, 12608, 6836, 11857, 7471, 8838, 5629, 8879, 6201, 7211, 11640, 6449, 10576, 5990, 9306, 6159, 7403, 11430, 5764, 10308, 5719, 9697, 5756, 8481, 6956, 6034, 6867, 6260, 9511, 5778, 9668, 6354, 9828, 5938, 9732, 6128, 9523, 5779, 10984, 11321, 7747, 12639, 8495, 12167, 8776, 12936, 13082, 8500, 11794, 6462, 10233, 5946, 9262, 6536, 6454, 8402, 5990, 9962, 5750, 9852, 6001, 8828, 5700, 7429, 5776, 6369, 9426, 5636, 9680, 6060, 8133, 5871, 8736, 6648, 7605, 10977, 7522, 9993, 6058, 9148, 9597, 6506, 11723, 6855, 10643, 5678, 8835, 5636, 8478, 5926, 5855, 9266, 5934, 7933, 6000, 7541, 6794, 8768, 6737, 8692, 7104, 10420, 7399, 11203, 7613, 11725, 7484, 12204, 8138, 11253, 13511, 11305, 12051, 8404, 10814, 8123, 8400, 13672, 7803, 8705, 5916, 9151, 10314, 6773, 9674, 5718, 8344, 5762, 8004, 5521, 6592, 10140, 5786, 8799, 5862, 7642, 5902, 7948, 6030, 9030, 5871, 8377, 5852, 10110, 5822, 8595, 12830, 7454, 10081, 5927, 9337, 5932, 8819, 10820, 6734, 9830, 6333, 9308, 5629, 8778, 6424, 6249, 9673, 6350, 9368, 5768, 8826, 6321, 6995, 10429, 6008, 9695, 5817, 9131, 5623, 8324, 6978, 5943, 8732, 5701, 9278, 5890, 9445, 5586, 7543, 10658, 6019, 10162, 6477, 10398, 5747, 8610, 10084, 6049, 11034, 6686, 9442, 5825, 8780, 7664, 6167, 11389, 5793, 10417, 5601, 9057, 5975, 8261, 6651, 6071, 10510, 6348, 9987, 5709, 9348, 5782, 8988, 5843, 10139, 7081, 11199, 6609, 12282, 8458, 10326, 7008, 11220, 7155, 10779, 11759, 8353, 8129, 8898, 10622, 7975, 12350, 7773, 9623, 8186, 11560, 7831, 12778, 7581, 11544, 7561, 11398, 7225, 13244, 11923, 8165, 13018, 7940, 10955, 5810, 9444, 10584, 6743, 10014, 6413, 8595, 5708, 8153, 5834, 7773, 5753, 7215, 5674, 7290, 7776, 6195, 9610, 6284, 8585, 5674, 7971, 6250, 6467, 10939, 6323, 8229, 5751, 7816, 6678, 5967, 10454, 6336, 9080, 5749, 8634, 5767, 7930, 7612, 5853, 9467, 5717, 9789, 6267, 9416, 5629, 8095, 10477, 5675, 10170, 6247, 9742, 5516, 9687, 6153, 8498, 10027, 6541, 11656, 6826, 10704, 6811, 9463, 7705, 7239, 11408, 6736, 10387, 6064, 8667, 5656, 8116, 8077, 5754, 10069, 5539, 9375, 5867, 8082, 5515, 6275, 7571, 5826, 8653, 6150, 9868, 6347, 10425, 10787, 7059, 12970, 6850, 11255, 6057, 9028, 8102, 6827, 10580, 6096, 10762, 6227, 9631, 5714, 8250, 9082, 5716, 10743, 6609, 9951, 5789, 8425, 7800, 5866, 10621, 5975, 9940, 5669, 8116, 5472, 7674, 5694, 8445, 5970, 8246, 5767, 8065, 6455, 7217, 10837, 6057, 9969, 6504, 9638, 5752, 9286, 5634, 7931, 6155, 8312, 7443, 6469, 10923, 6186, 9378, 5950, 9566, 5530, 8580, 7718, 6668, 9733, 6807, 10429, 6968, 9793, 5723, 8869, 6944, 8685, 9933, 6579, 11149, 6789, 9475, 6778, 9924, 5725, 9296, 9406, 7771, 11875, 6897, 10429, 7271, 10047, 5757, 8712, 6063, 8878, 6860, 7914, 10470, 6349, 9816, 6545, 9183, 5661, 7867, 5741, 8087, 6094, 8775, 6067, 9474, 7261, 9868, 6972, 10902, 7707, 12423, 8098], 'WindowCenter': [3571.0, 3546.0, 3553.0, 3542.0, 3508.0, 3550.0, 3507.0, 3550.0, 3508.0, 3549.0, 3508.0, 3538.0, 3508.0, 3539.0, 3531.0, 3551.0, 3530.0, 3541.0, 3542.0, 3530.0, 3551.0, 3530.0, 3563.0, 3531.0, 3563.0, 3509.0, 3573.0, 3519.0, 3572.0, 3541.0, 3573.0, 3508.0, 3560.0, 3508.0, 3560.0, 3509.0, 3562.0, 3509.0, 3561.0, 3509.0, 3562.0, 3498.0, 3564.0, 3542.0, 3542.0, 3508.0, 3542.0, 3561.0, 3531.0, 3563.0, 3533.0, 3563.0, 3532.0, 3552.0, 3521.0, 3563.0, 3521.0, 3564.0, 3523.0, 3575.0, 3512.0, 3575.0, 3511.0, 3565.0, 3532.0, 3544.0, 3587.0, 3532.0, 3563.0, 3521.0, 3563.0, 3509.0, 3563.0, 3510.0, 3543.0, 3510.0, 3532.0, 3542.0, 3522.0, 3564.0, 3512.0, 3565.0, 3525.0, 3577.0, 3524.0, 3556.0, 3513.0, 3545.0, 3565.0, 3524.0, 3566.0, 3524.0, 3567.0, 3524.0, 3566.0, 3513.0, 3556.0, 3526.0, 3547.0, 3527.0, 3570.0, 3528.0, 3560.0, 3603.0, 3560.0, 3559.0, 3579.0, 3548.0, 3590.0, 3557.0, 3589.0, 3545.0, 3555.0, 3533.0, 3555.0, 3585.0, 3532.0, 3575.0, 3543.0, 3575.0, 3532.0, 3574.0, 3511.0, 3552.0, 3511.0, 3565.0, 3542.0, 3533.0, 3586.0, 3532.0, 3573.0, 3543.0, 3563.0, 3521.0, 3575.0, 3521.0, 3552.0, 3510.0, 3563.0, 3509.0, 3553.0, 3586.0, 3532.0, 3573.0, 3531.0, 3551.0, 3531.0, 3561.0, 3519.0, 3562.0, 3509.0, 3561.0, 3509.0, 3573.0, 3509.0, 3562.0, 3507.0, 3571.0, 3528.0, 3550.0, 3572.0, 3540.0, 3560.0, 3517.0, 3559.0, 3495.0, 3548.0, 3494.0, 3538.0, 3560.0, 3506.0, 3548.0, 3517.0, 3548.0, 3495.0, 3549.0, 3496.0, 3539.0, 3485.0, 3528.0, 3537.0, 3518.0, 3561.0, 3519.0, 3550.0, 3519.0, 3550.0, 3508.0, 3562.0, 3509.0, 3540.0, 3497.0, 3541.0, 3560.0, 3531.0, 3563.0, 3533.0, 3578.0, 3522.0, 3562.0, 3525.0, 3565.0, 3497.0, 3540.0, 3497.0, 3540.0, 3497.0, 3542.0, 3530.0, 3543.0, 3511.0, 3564.0, 3531.0, 3554.0, 3563.0, 3553.0, 3531.0, 3575.0, 3541.0, 3564.0, 3574.0, 3540.0, 3561.0, 3541.0, 3572.0, 3529.0, 3560.0, 3517.0, 3573.0, 3507.0, 3537.0, 3495.0, 3527.0, 3548.0, 3517.0, 3548.0, 3517.0, 3561.0, 3507.0, 3527.0, 3496.0, 3528.0, 3497.0, 3529.0, 3561.0, 3520.0, 3552.0, 3510.0, 3551.0, 3510.0, 3552.0, 3509.0, 3552.0, 3511.0, 3543.0, 3499.0, 3543.0, 3543.0, 3533.0, 3576.0, 3534.0, 3564.0, 3544.0, 3564.0, 3544.0, 3566.0, 3534.0, 3563.0, 3533.0, 3575.0, 3521.0, 3575.0, 3564.0, 3554.0, 3583.0, 3540.0, 3562.0, 3519.0, 3562.0, 3508.0, 3553.0, 3552.0, 3520.0, 3562.0, 3534.0, 3564.0, 3521.0, 3564.0, 3525.0, 3555.0, 3512.0, 3555.0, 3532.0, 3523.0, 3577.0, 3526.0, 3578.0, 3525.0, 3577.0, 3536.0, 3578.0, 3556.0, 3547.0, 3589.0, 3545.0, 3576.0, 3547.0, 3577.0, 3512.0, 3554.0, 3554.0, 3545.0, 3576.0, 3523.0, 3565.0, 3522.0, 3576.0, 3536.0, 3576.0, 3557.0, 3578.0, 3547.0, 3577.0, 3535.0, 3565.0, 3522.0, 3575.0, 3521.0, 3554.0, 3575.0, 3531.0, 3542.0, 3554.0, 3563.0, 3543.0, 3575.0, 3543.0, 3563.0, 3542.0, 3562.0, 3543.0, 3587.0, 3532.0, 3562.0, 3531.0, 3561.0, 3508.0, 3571.0, 3519.0, 3549.0, 3507.0, 3539.0, 3517.0, 3541.0, 3573.0, 3517.0, 3560.0, 3528.0, 3549.0, 3518.0, 3563.0, 3509.0, 3538.0, 3496.0, 3550.0, 3506.0, 3527.0, 3560.0, 3519.0, 3550.0, 3507.0, 3549.0, 3496.0, 3539.0, 3496.0, 3528.0, 3529.0, 3519.0, 3497.0, 3541.0, 3509.0, 3543.0, 3554.0, 3543.0, 3532.0, 3544.0, 3563.0, 3533.0, 3576.0, 3532.0, 3563.0, 3509.0, 3573.0, 3561.0, 3541.0, 3584.0, 3541.0, 3550.0, 3496.0, 3539.0, 3559.0, 3506.0, 3548.0, 3507.0, 3549.0, 3507.0, 3528.0, 3507.0, 3508.0, 3560.0, 3509.0, 3562.0, 3510.0, 3553.0, 3510.0, 3553.0, 3511.0, 3534.0, 3574.0, 3523.0, 3565.0, 3525.0, 3577.0, 3524.0, 3556.0, 3525.0, 3557.0, 3535.0, 3546.0, 3578.0, 3536.0, 3577.0, 3546.0, 3566.0, 3545.0, 3565.0, 3533.0, 3565.0, 3511.0, 3564.0, 3532.0, 3554.0, 3574.0, 3533.0, 3574.0, 3543.0, 3574.0, 3543.0, 3564.0, 3544.0, 3575.0, 3544.0, 3564.0, 3544.0, 3576.0, 3533.0, 3575.0, 3544.0, 3574.0, 3511.0, 3585.0, 3532.0, 3563.0, 3520.0, 3563.0, 3552.0, 3553.0, 3585.0, 3541.0, 3561.0, 3541.0, 3550.0, 3530.0, 3563.0, 3531.0, 3551.0, 3496.0, 3551.0, 3539.0, 3518.0, 3560.0, 3530.0, 3550.0, 3498.0, 3539.0, 3507.0, 3541.0, 3551.0, 3522.0, 3564.0, 3522.0, 3563.0, 3511.0, 3563.0, 3522.0, 3554.0, 3513.0, 3524.0, 3555.0, 3535.0, 3576.0, 3525.0, 3578.0, 3538.0, 3569.0, 3546.0, 3547.0, 3588.0, 3535.0, 3579.0, 3514.0, 3557.0, 3588.0, 3536.0, 3588.0, 3536.0, 3566.0, 3546.0, 3577.0, 3525.0, 3578.0, 3534.0, 3567.0, 3577.0, 3523.0, 3586.0, 3533.0, 3576.0, 3532.0, 3542.0, 3584.0, 3510.0, 3573.0, 3509.0, 3564.0, 3553.0, 3522.0, 3574.0, 3522.0, 3576.0, 3512.0, 3554.0, 3543.0, 3524.0, 3575.0, 3512.0, 3575.0, 3512.0, 3566.0, 3523.0, 3566.0, 3524.0, 3546.0, 3534.0, 3536.0, 3577.0, 3525.0, 3578.0, 3536.0, 3578.0, 3527.0, 3592.0, 3527.0, 3581.0, 3579.0, 3548.0, 3590.0, 3547.0, 3588.0, 3548.0, 3577.0, 3545.0, 3578.0, 3566.0, 3555.0, 3545.0, 3556.0, 3585.0, 3534.0, 3586.0, 3544.0, 3587.0, 3544.0, 3576.0, 3544.0, 3575.0, 3543.0, 3585.0, 3543.0, 3585.0, 3542.0, 3585.0, 3561.0, 3561.0, 3550.0, 3540.0, 3582.0, 3551.0, 3573.0, 3518.0, 3548.0, 3505.0, 3526.0, 3569.0, 3516.0, 3560.0, 3496.0, 3538.0, 3495.0, 3528.0, 3560.0, 3496.0, 3563.0, 3509.0, 3551.0, 3508.0, 3542.0, 3530.0, 3521.0, 3565.0, 3523.0, 3564.0, 3511.0, 3544.0, 3522.0, 3512.0, 3565.0, 3523.0, 3576.0, 3524.0, 3557.0, 3534.0, 3524.0, 3546.0, 3536.0, 3577.0, 3536.0, 3567.0, 3558.0, 3569.0, 3599.0, 3556.0, 3577.0, 3533.0, 3577.0, 3588.0, 3534.0, 3587.0, 3542.0, 3564.0, 3511.0, 3565.0, 3523.0, 3545.0, 3588.0, 3534.0, 3576.0, 3523.0, 3591.0, 3525.0, 3558.0, 3600.0, 3524.0, 3575.0, 3512.0, 3578.0, 3525.0, 3567.0, 3546.0, 3523.0, 3545.0, 3548.0, 3578.0, 3526.0, 3578.0, 3537.0, 3590.0, 3537.0, 3590.0, 3538.0, 3591.0, 3527.0, 3602.0, 3590.0, 3557.0, 3599.0, 3566.0, 3602.0, 3567.0, 3599.0, 3587.0, 3552.0, 3572.0, 3521.0, 3576.0, 3522.0, 3562.0, 3533.0, 3535.0, 3553.0, 3521.0, 3563.0, 3512.0, 3578.0, 3536.0, 3580.0, 3524.0, 3545.0, 3512.0, 3534.0, 3565.0, 3524.0, 3577.0, 3524.0, 3556.0, 3525.0, 3567.0, 3546.0, 3557.0, 3588.0, 3557.0, 3577.0, 3523.0, 3564.0, 3577.0, 3536.0, 3587.0, 3534.0, 3589.0, 3524.0, 3565.0, 3512.0, 3554.0, 3524.0, 3525.0, 3565.0, 3524.0, 3556.0, 3536.0, 3556.0, 3547.0, 3568.0, 3547.0, 3568.0, 3547.0, 3588.0, 3547.0, 3587.0, 3545.0, 3586.0, 3543.0, 3586.0, 3542.0, 3576.0, 3586.0, 3573.0, 3572.0, 3539.0, 3562.0, 3540.0, 3540.0, 3583.0, 3528.0, 3538.0, 3509.0, 3550.0, 3559.0, 3519.0, 3562.0, 3497.0, 3537.0, 3496.0, 3540.0, 3496.0, 3518.0, 3560.0, 3511.0, 3552.0, 3511.0, 3542.0, 3510.0, 3553.0, 3522.0, 3566.0, 3523.0, 3566.0, 3524.0, 3577.0, 3523.0, 3568.0, 3599.0, 3546.0, 3577.0, 3523.0, 3580.0, 3523.0, 3565.0, 3575.0, 3548.0, 3578.0, 3534.0, 3563.0, 3512.0, 3568.0, 3536.0, 3536.0, 3578.0, 3534.0, 3579.0, 3525.0, 3569.0, 3535.0, 3559.0, 3603.0, 3538.0, 3577.0, 3527.0, 3580.0, 3525.0, 3568.0, 3560.0, 3552.0, 3582.0, 3539.0, 3579.0, 3541.0, 3591.0, 3527.0, 3572.0, 3604.0, 3538.0, 3590.0, 3537.0, 3579.0, 3527.0, 3582.0, 3590.0, 3538.0, 3590.0, 3547.0, 3577.0, 3525.0, 3568.0, 3556.0, 3525.0, 3588.0, 3524.0, 3575.0, 3525.0, 3568.0, 3536.0, 3567.0, 3547.0, 3538.0, 3590.0, 3537.0, 3577.0, 3526.0, 3578.0, 3527.0, 3580.0, 3527.0, 3590.0, 3549.0, 3591.0, 3537.0, 3589.0, 3556.0, 3577.0, 3533.0, 3576.0, 3532.0, 3576.0, 3586.0, 3554.0, 3542.0, 3554.0, 3575.0, 3544.0, 3587.0, 3544.0, 3564.0, 3554.0, 3574.0, 3543.0, 3586.0, 3542.0, 3573.0, 3542.0, 3573.0, 3530.0, 3585.0, 3574.0, 3540.0, 3570.0, 3541.0, 3560.0, 3496.0, 3549.0, 3559.0, 3520.0, 3560.0, 3505.0, 3536.0, 3495.0, 3526.0, 3508.0, 3542.0, 3510.0, 3542.0, 3511.0, 3545.0, 3557.0, 3524.0, 3578.0, 3535.0, 3554.0, 3512.0, 3555.0, 3523.0, 3534.0, 3588.0, 3535.0, 3555.0, 3512.0, 3544.0, 3532.0, 3524.0, 3587.0, 3536.0, 3566.0, 3524.0, 3566.0, 3524.0, 3558.0, 3556.0, 3525.0, 3576.0, 3525.0, 3578.0, 3536.0, 3566.0, 3524.0, 3558.0, 3578.0, 3525.0, 3577.0, 3537.0, 3581.0, 3514.0, 3565.0, 3525.0, 3568.0, 3577.0, 3523.0, 3575.0, 3533.0, 3576.0, 3533.0, 3565.0, 3556.0, 3545.0, 3574.0, 3533.0, 3576.0, 3524.0, 3566.0, 3513.0, 3569.0, 3556.0, 3513.0, 3577.0, 3515.0, 3566.0, 3524.0, 3556.0, 3528.0, 3549.0, 3558.0, 3527.0, 3567.0, 3539.0, 3592.0, 3538.0, 3592.0, 3590.0, 3545.0, 3587.0, 3548.0, 3589.0, 3524.0, 3568.0, 3556.0, 3533.0, 3573.0, 3522.0, 3574.0, 3523.0, 3565.0, 3512.0, 3555.0, 3554.0, 3512.0, 3576.0, 3535.0, 3576.0, 3524.0, 3555.0, 3543.0, 3511.0, 3574.0, 3522.0, 3576.0, 3513.0, 3554.0, 3514.0, 3558.0, 3526.0, 3569.0, 3538.0, 3568.0, 3541.0, 3571.0, 3536.0, 3561.0, 3603.0, 3537.0, 3577.0, 3538.0, 3579.0, 3526.0, 3581.0, 3539.0, 3568.0, 3538.0, 3582.0, 3558.0, 3551.0, 3603.0, 3537.0, 3578.0, 3539.0, 3592.0, 3527.0, 3582.0, 3559.0, 3547.0, 3591.0, 3550.0, 3590.0, 3546.0, 3592.0, 3539.0, 3580.0, 3546.0, 3570.0, 3577.0, 3547.0, 3603.0, 3547.0, 3576.0, 3547.0, 3591.0, 3526.0, 3579.0, 3567.0, 3559.0, 3602.0, 3546.0, 3578.0, 3547.0, 3576.0, 3513.0, 3567.0, 3525.0, 3568.0, 3546.0, 3556.0, 3576.0, 3535.0, 3566.0, 3535.0, 3565.0, 3512.0, 3556.0, 3526.0, 3568.0, 3537.0, 3568.0, 3536.0, 3578.0, 3547.0, 3577.0, 3547.0, 3578.0, 3545.0, 3587.0, 3555.0], 'WindowWidth': [8112.0, 8069.0, 8071.0, 8052.0, 8003.0, 8059.0, 7998.0, 8060.0, 8002.0, 8056.0, 8001.0, 8040.0, 8001.0, 8043.0, 8034.0, 8060.0, 8033.0, 8048.0, 8050.0, 8032.0, 8062.0, 8032.0, 8081.0, 8034.0, 8079.0, 8004.0, 8092.0, 8017.0, 8091.0, 8049.0, 8092.0, 8001.0, 8073.0, 8000.0, 8071.0, 8005.0, 8078.0, 8004.0, 8075.0, 8004.0, 8077.0, 7988.0, 8081.0, 8053.0, 8051.0, 8003.0, 8050.0, 8075.0, 8035.0, 8080.0, 8041.0, 8079.0, 8037.0, 8064.0, 8023.0, 8078.0, 8024.0, 8083.0, 8030.0, 8100.0, 8014.0, 8098.0, 8010.0, 8085.0, 8039.0, 8059.0, 8120.0, 8041.0, 8082.0, 8023.0, 8080.0, 8006.0, 8079.0, 8008.0, 8054.0, 8007.0, 8039.0, 8052.0, 8027.0, 8084.0, 8016.0, 8088.0, 8035.0, 8106.0, 8034.0, 8077.0, 8018.0, 8062.0, 8089.0, 8031.0, 8092.0, 8032.0, 8095.0, 8033.0, 8090.0, 8016.0, 8080.0, 8040.0, 8070.0, 8044.0, 8104.0, 8045.0, 8092.0, 8151.0, 8092.0, 8086.0, 8111.0, 8070.0, 8130.0, 8080.0, 8124.0, 8062.0, 8072.0, 8041.0, 8072.0, 8114.0, 8039.0, 8099.0, 8054.0, 8099.0, 8040.0, 8097.0, 8010.0, 8065.0, 8009.0, 8085.0, 8051.0, 8040.0, 8116.0, 8039.0, 8092.0, 8053.0, 8079.0, 8022.0, 8097.0, 8024.0, 8065.0, 8006.0, 8079.0, 8003.0, 8068.0, 8117.0, 8037.0, 8094.0, 8035.0, 8061.0, 8035.0, 8075.0, 8018.0, 8077.0, 8004.0, 8075.0, 8005.0, 8094.0, 8005.0, 8077.0, 8000.0, 8088.0, 8027.0, 8058.0, 8093.0, 8045.0, 8072.0, 8009.0, 8066.0, 7980.0, 8052.0, 7977.0, 8040.0, 8072.0, 7995.0, 8051.0, 8011.0, 8053.0, 7980.0, 8055.0, 7982.0, 8041.0, 7967.0, 8026.0, 8037.0, 8015.0, 8073.0, 8015.0, 8057.0, 8018.0, 8059.0, 8002.0, 8078.0, 8004.0, 8045.0, 7987.0, 8049.0, 8073.0, 8037.0, 8081.0, 8041.0, 8112.0, 8029.0, 8078.0, 8037.0, 8089.0, 7986.0, 8045.0, 7986.0, 8046.0, 7988.0, 8052.0, 8035.0, 8055.0, 8011.0, 8084.0, 8038.0, 8070.0, 8083.0, 8068.0, 8038.0, 8098.0, 8049.0, 8081.0, 8097.0, 8049.0, 8076.0, 8048.0, 8093.0, 8031.0, 8073.0, 8014.0, 8093.0, 8000.0, 8039.0, 7979.0, 8023.0, 8051.0, 8011.0, 8053.0, 8013.0, 8075.0, 8000.0, 8026.0, 7985.0, 8028.0, 7988.0, 8031.0, 8074.0, 8022.0, 8066.0, 8007.0, 8061.0, 8007.0, 8064.0, 8006.0, 8067.0, 8013.0, 8055.0, 7995.0, 8057.0, 8054.0, 8043.0, 8104.0, 8046.0, 8085.0, 8059.0, 8084.0, 8059.0, 8091.0, 8045.0, 8082.0, 8042.0, 8099.0, 8025.0, 8099.0, 8086.0, 8070.0, 8108.0, 8048.0, 8077.0, 8019.0, 8077.0, 8003.0, 8068.0, 8067.0, 8023.0, 8078.0, 8049.0, 8085.0, 8024.0, 8085.0, 8037.0, 8077.0, 8015.0, 8074.0, 8041.0, 8032.0, 8107.0, 8041.0, 8110.0, 8037.0, 8109.0, 8053.0, 8111.0, 8078.0, 8070.0, 8127.0, 8062.0, 8103.0, 8068.0, 8106.0, 8015.0, 8071.0, 8072.0, 8063.0, 8103.0, 8031.0, 8087.0, 8029.0, 8105.0, 8053.0, 8105.0, 8083.0, 8109.0, 8067.0, 8107.0, 8048.0, 8087.0, 8027.0, 8099.0, 8024.0, 8070.0, 8099.0, 8036.0, 8052.0, 8070.0, 8081.0, 8055.0, 8102.0, 8055.0, 8081.0, 8053.0, 8078.0, 8056.0, 8120.0, 8038.0, 8078.0, 8036.0, 8076.0, 8001.0, 8088.0, 8016.0, 8055.0, 7997.0, 8042.0, 8011.0, 8049.0, 8095.0, 8012.0, 8070.0, 8027.0, 8055.0, 8015.0, 8080.0, 8005.0, 8041.0, 7984.0, 8058.0, 7997.0, 8026.0, 8072.0, 8017.0, 8057.0, 7997.0, 8055.0, 7982.0, 8042.0, 7982.0, 8029.0, 8030.0, 8019.0, 7987.0, 8050.0, 8006.0, 8056.0, 8070.0, 8056.0, 8041.0, 8058.0, 8083.0, 8042.0, 8104.0, 8041.0, 8080.0, 8005.0, 8094.0, 8076.0, 8048.0, 8115.0, 8049.0, 8057.0, 7982.0, 8042.0, 8069.0, 7995.0, 8054.0, 8001.0, 8058.0, 8000.0, 8030.0, 7999.0, 8002.0, 8073.0, 8006.0, 8078.0, 8011.0, 8069.0, 8011.0, 8069.0, 8012.0, 8047.0, 8099.0, 8031.0, 8090.0, 8039.0, 8108.0, 8036.0, 8078.0, 8036.0, 8080.0, 8051.0, 8067.0, 8109.0, 8052.0, 8108.0, 8065.0, 8091.0, 8060.0, 8088.0, 8042.0, 8085.0, 8011.0, 8083.0, 8038.0, 8070.0, 8099.0, 8041.0, 8097.0, 8056.0, 8098.0, 8056.0, 8084.0, 8059.0, 8099.0, 8058.0, 8085.0, 8059.0, 8104.0, 8044.0, 8099.0, 8058.0, 8097.0, 8012.0, 8113.0, 8039.0, 8081.0, 8020.0, 8080.0, 8063.0, 8067.0, 8116.0, 8049.0, 8075.0, 8047.0, 8061.0, 8032.0, 8083.0, 8038.0, 8060.0, 7984.0, 8061.0, 8042.0, 8016.0, 8073.0, 8035.0, 8061.0, 7988.0, 8045.0, 8001.0, 8051.0, 8061.0, 8027.0, 8087.0, 8026.0, 8080.0, 8011.0, 8082.0, 8027.0, 8072.0, 8019.0, 8035.0, 8076.0, 8052.0, 8106.0, 8037.0, 8112.0, 8062.0, 8101.0, 8066.0, 8069.0, 8124.0, 8051.0, 8111.0, 8020.0, 8081.0, 8124.0, 8050.0, 8120.0, 8052.0, 8091.0, 8065.0, 8108.0, 8038.0, 8109.0, 8047.0, 8094.0, 8106.0, 8029.0, 8119.0, 8045.0, 8106.0, 8041.0, 8054.0, 8112.0, 8008.0, 8095.0, 8006.0, 8083.0, 8068.0, 8026.0, 8098.0, 8028.0, 8105.0, 8015.0, 8071.0, 8057.0, 8035.0, 8104.0, 8016.0, 8101.0, 8017.0, 8092.0, 8033.0, 8091.0, 8035.0, 8065.0, 8048.0, 8052.0, 8107.0, 8038.0, 8110.0, 8055.0, 8112.0, 8043.0, 8136.0, 8045.0, 8118.0, 8112.0, 8070.0, 8130.0, 8067.0, 8123.0, 8070.0, 8108.0, 8063.0, 8107.0, 8091.0, 8074.0, 8061.0, 8076.0, 8116.0, 8046.0, 8116.0, 8062.0, 8120.0, 8060.0, 8104.0, 8060.0, 8101.0, 8056.0, 8114.0, 8055.0, 8113.0, 8054.0, 8114.0, 8077.0, 8077.0, 8060.0, 8046.0, 8108.0, 8061.0, 8097.0, 8014.0, 8053.0, 7991.0, 8022.0, 8082.0, 8010.0, 8071.0, 7983.0, 8038.0, 7980.0, 8028.0, 8072.0, 7987.0, 8082.0, 8008.0, 8061.0, 8004.0, 8053.0, 8035.0, 8026.0, 8089.0, 8031.0, 8085.0, 8013.0, 8058.0, 8027.0, 8016.0, 8086.0, 8030.0, 8103.0, 8034.0, 8081.0, 8048.0, 8035.0, 8065.0, 8054.0, 8109.0, 8054.0, 8096.0, 8084.0, 8100.0, 8142.0, 8079.0, 8107.0, 8044.0, 8107.0, 8123.0, 8045.0, 8122.0, 8055.0, 8083.0, 8012.0, 8088.0, 8031.0, 8064.0, 8126.0, 8047.0, 8103.0, 8031.0, 8134.0, 8038.0, 8087.0, 8143.0, 8036.0, 8101.0, 8017.0, 8110.0, 8038.0, 8095.0, 8067.0, 8034.0, 8065.0, 8072.0, 8111.0, 8041.0, 8111.0, 8056.0, 8128.0, 8057.0, 8129.0, 8062.0, 8132.0, 8044.0, 8149.0, 8131.0, 8082.0, 8141.0, 8091.0, 8152.0, 8096.0, 8140.0, 8122.0, 8064.0, 8090.0, 8023.0, 8107.0, 8026.0, 8079.0, 8048.0, 8051.0, 8070.0, 8025.0, 8082.0, 8016.0, 8111.0, 8053.0, 8117.0, 8036.0, 8062.0, 8015.0, 8047.0, 8088.0, 8033.0, 8107.0, 8034.0, 8077.0, 8036.0, 8094.0, 8066.0, 8083.0, 8125.0, 8082.0, 8107.0, 8031.0, 8084.0, 8107.0, 8054.0, 8121.0, 8048.0, 8126.0, 8036.0, 8087.0, 8013.0, 8072.0, 8032.0, 8036.0, 8089.0, 8032.0, 8078.0, 8054.0, 8081.0, 8070.0, 8097.0, 8069.0, 8097.0, 8070.0, 8125.0, 8067.0, 8123.0, 8061.0, 8116.0, 8056.0, 8115.0, 8052.0, 8104.0, 8121.0, 8094.0, 8093.0, 8044.0, 8077.0, 8045.0, 8045.0, 8110.0, 8025.0, 8039.0, 8007.0, 8061.0, 8068.0, 8018.0, 8080.0, 7986.0, 8036.0, 7984.0, 8045.0, 7984.0, 8016.0, 8074.0, 8013.0, 8067.0, 8010.0, 8051.0, 8010.0, 8069.0, 8029.0, 8092.0, 8033.0, 8092.0, 8035.0, 8108.0, 8033.0, 8098.0, 8142.0, 8065.0, 8110.0, 8031.0, 8116.0, 8031.0, 8087.0, 8101.0, 8074.0, 8112.0, 8046.0, 8082.0, 8017.0, 8099.0, 8052.0, 8055.0, 8111.0, 8049.0, 8113.0, 8041.0, 8099.0, 8050.0, 8089.0, 8154.0, 8059.0, 8108.0, 8043.0, 8117.0, 8038.0, 8097.0, 8094.0, 8086.0, 8125.0, 8063.0, 8115.0, 8070.0, 8135.0, 8043.0, 8109.0, 8155.0, 8061.0, 8127.0, 8055.0, 8111.0, 8044.0, 8122.0, 8128.0, 8060.0, 8130.0, 8068.0, 8108.0, 8036.0, 8097.0, 8077.0, 8037.0, 8122.0, 8035.0, 8102.0, 8038.0, 8097.0, 8053.0, 8095.0, 8067.0, 8057.0, 8128.0, 8055.0, 8109.0, 8041.0, 8110.0, 8044.0, 8115.0, 8044.0, 8130.0, 8074.0, 8131.0, 8054.0, 8127.0, 8077.0, 8105.0, 8043.0, 8102.0, 8040.0, 8103.0, 8117.0, 8069.0, 8053.0, 8070.0, 8098.0, 8058.0, 8119.0, 8057.0, 8083.0, 8070.0, 8096.0, 8056.0, 8117.0, 8053.0, 8095.0, 8051.0, 8096.0, 8033.0, 8113.0, 8097.0, 8046.0, 8086.0, 8048.0, 8072.0, 7982.0, 8055.0, 8071.0, 8021.0, 8071.0, 7993.0, 8033.0, 7980.0, 8022.0, 8005.0, 8052.0, 8008.0, 8054.0, 8011.0, 8061.0, 8081.0, 8034.0, 8109.0, 8050.0, 8072.0, 8014.0, 8074.0, 8030.0, 8047.0, 8124.0, 8051.0, 8074.0, 8015.0, 8059.0, 8042.0, 8034.0, 8120.0, 8054.0, 8092.0, 8034.0, 8092.0, 8033.0, 8083.0, 8081.0, 8037.0, 8104.0, 8037.0, 8108.0, 8051.0, 8091.0, 8033.0, 8082.0, 8111.0, 8035.0, 8105.0, 8056.0, 8119.0, 8021.0, 8089.0, 8039.0, 8099.0, 8108.0, 8031.0, 8102.0, 8043.0, 8102.0, 8043.0, 8087.0, 8077.0, 8060.0, 8098.0, 8041.0, 8103.0, 8034.0, 8091.0, 8017.0, 8100.0, 8079.0, 8018.0, 8107.0, 8025.0, 8091.0, 8033.0, 8079.0, 8048.0, 8076.0, 8085.0, 8043.0, 8095.0, 8062.0, 8137.0, 8059.0, 8137.0, 8128.0, 8062.0, 8121.0, 8070.0, 8127.0, 8034.0, 8098.0, 8077.0, 8043.0, 8094.0, 8026.0, 8097.0, 8030.0, 8088.0, 8016.0, 8072.0, 8070.0, 8013.0, 8104.0, 8048.0, 8102.0, 8033.0, 8075.0, 8054.0, 8011.0, 8098.0, 8028.0, 8104.0, 8017.0, 8071.0, 8020.0, 8086.0, 8040.0, 8099.0, 8059.0, 8097.0, 8070.0, 8107.0, 8054.0, 8096.0, 8153.0, 8056.0, 8107.0, 8060.0, 8114.0, 8040.0, 8121.0, 8063.0, 8098.0, 8058.0, 8123.0, 8083.0, 8083.0, 8153.0, 8058.0, 8109.0, 8065.0, 8134.0, 8045.0, 8123.0, 8090.0, 8069.0, 8135.0, 8078.0, 8129.0, 8064.0, 8136.0, 8064.0, 8115.0, 8067.0, 8103.0, 8108.0, 8070.0, 8155.0, 8071.0, 8106.0, 8070.0, 8133.0, 8040.0, 8113.0, 8094.0, 8088.0, 8150.0, 8066.0, 8109.0, 8067.0, 8105.0, 8018.0, 8095.0, 8039.0, 8096.0, 8066.0, 8079.0, 8103.0, 8047.0, 8089.0, 8049.0, 8090.0, 8017.0, 8077.0, 8040.0, 8097.0, 8055.0, 8097.0, 8052.0, 8109.0, 8068.0, 8107.0, 8068.0, 8109.0, 8062.0, 8119.0, 8073.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.0005991788321167884</td></tr>
<tr><td colspan=3>aqi</td><td>0.023770966879562046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.52099457492242</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1558781712785398</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9992772122739723</td></tr>
<tr><td colspan=3>efc</td><td>0.4806</td></tr>
<tr><td colspan=3>fber</td><td>4231.6831</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09004810804889377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.916058394160584</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.507825479358068</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5124352128261496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6240931192549266</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3869481059931275</td></tr>
<tr><td colspan=3>gcor</td><td>0.015867</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004463919438421726</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029317572712898254</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</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.065860261749728</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.6496</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0421</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.353</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>598.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>262.6273</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7554</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.6099</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2788.8848</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2918.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3679.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>717.6787</td></tr>
<tr><td colspan=3>tsnr</td><td>37.870208846521564</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>