<?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-0085_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-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_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-0085/figures/sub-0085_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_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-0085/ses-02/func/sub-0085_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>1b037d74692b8874c0a6f8a9d82822be</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>16:09:25.165000</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.998831, 0.0445539, 0.0187751, -0.045706, 0.996758, 0.0662088]</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.123649</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>[4157, -7775, -7191, 601, -41, -299, 153, 2]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.073</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>85b2be22-a81f-489d-99f4-b79d87d2c6dc||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.6797893047332764, -0.12262590229511261, 0.042563822120428085, 115.64253997802734], [-0.11953488737344742, 2.674229860305786, 0.18087172508239746, -88.33206939697266], [0.05037222430109978, -0.17763341963291168, 2.693598747253418, -48.42288589477539], [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': ['160925.165000', '160925.625000', '160926.085000', '160926.545000', '160927.005000', '160927.465000', '160927.925000', '160928.385000', '160928.845000', '160929.305000', '160929.765000', '160930.225000', '160930.685000', '160931.145000', '160931.605000', '160932.065000', '160932.525000', '160932.985000', '160933.445000', '160933.905000', '160934.365000', '160934.825000', '160935.285000', '160935.745000', '160936.205000', '160936.665000', '160937.125000', '160937.585000', '160938.045000', '160938.505000', '160938.965000', '160939.425000', '160939.885000', '160940.345000', '160940.805000', '160941.265000', '160941.725000', '160942.185000', '160942.645000', '160943.105000', '160943.565000', '160944.025000', '160944.485000', '160944.945000', '160945.405000', '160945.865000', '160946.325000', '160946.785000', '160947.245000', '160947.705000', '160948.165000', '160948.625000', '160949.085000', '160949.545000', '160950.005000', '160950.465000', '160950.925000', '160951.385000', '160951.845000', '160952.305000', '160952.765000', '160953.225000', '160953.685000', '160954.145000', '160954.605000', '160955.065000', '160955.525000', '160955.985000', '160956.445000', '160956.905000', '160957.365000', '160957.825000', '160958.285000', '160958.745000', '160959.205000', '160959.665000', '161000.125000', '161000.585000', '161001.045000', '161001.505000', '161001.965000', '161002.425000', '161002.885000', '161003.345000', '161003.805000', '161004.265000', '161004.725000', '161005.185000', '161005.645000', '161006.105000', '161006.565000', '161007.025000', '161007.485000', '161007.945000', '161008.405000', '161008.865000', '161009.325000', '161009.785000', '161010.245000', '161010.705000', '161011.165000', '161011.625000', '161012.085000', '161012.545000', '161013.005000', '161013.465000', '161013.925000', '161014.385000', '161014.845000', '161015.305000', '161015.765000', '161016.225000', '161016.685000', '161017.145000', '161017.605000', '161018.065000', '161018.525000', '161018.985000', '161019.445000', '161019.905000', '161020.365000', '161020.825000', '161021.285000', '161021.745000', '161022.205000', '161022.665000', '161023.125000', '161023.585000', '161024.045000', '161024.505000', '161024.965000', '161025.425000', '161025.885000', '161026.345000', '161026.805000', '161027.265000', '161027.725000', '161028.185000', '161028.645000', '161029.105000', '161029.565000', '161030.025000', '161030.485000', '161030.945000', '161031.405000', '161031.865000', '161032.325000', '161032.785000', '161033.245000', '161033.705000', '161034.165000', '161034.625000', '161035.085000', '161035.545000', '161036.005000', '161036.465000', '161036.925000', '161037.385000', '161037.845000', '161038.305000', '161038.765000', '161039.225000', '161039.685000', '161040.145000', '161040.605000', '161041.065000', '161041.525000', '161041.985000', '161042.445000', '161042.905000', '161043.365000', '161043.825000', '161044.285000', '161044.745000', '161045.205000', '161045.665000', '161046.125000', '161046.585000', '161047.045000', '161047.505000', '161047.965000', '161048.425000', '161048.885000', '161049.345000', '161049.805000', '161050.265000', '161050.725000', '161051.185000', '161051.645000', '161052.105000', '161052.565000', '161053.025000', '161053.485000', '161053.945000', '161054.405000', '161054.865000', '161055.325000', '161055.785000', '161056.245000', '161056.705000', '161057.165000', '161057.625000', '161058.085000', '161058.545000', '161059.005000', '161059.465000', '161059.925000', '161100.385000', '161100.845000', '161101.305000', '161101.765000', '161102.225000', '161102.685000', '161103.145000', '161103.605000', '161104.065000', '161104.525000', '161104.985000', '161105.445000', '161105.905000', '161106.365000', '161106.825000', '161107.285000', '161107.745000', '161108.205000', '161108.665000', '161109.125000', '161109.585000', '161110.045000', '161110.505000', '161110.965000', '161111.425000', '161111.885000', '161112.345000', '161112.805000', '161113.265000', '161113.725000', '161114.185000', '161114.645000', '161115.105000', '161115.565000', '161116.025000', '161116.485000', '161116.945000', '161117.405000', '161117.865000', '161118.325000', '161118.785000', '161119.245000', '161119.705000', '161120.165000', '161120.625000', '161121.085000', '161121.545000', '161122.005000', '161122.465000', '161122.925000', '161123.385000', '161123.845000', '161124.305000', '161124.765000', '161125.225000', '161125.685000', '161126.145000', '161126.605000', '161127.065000', '161127.525000', '161127.985000', '161128.445000', '161128.905000', '161129.365000', '161129.825000', '161130.285000', '161130.745000', '161131.205000', '161131.665000', '161132.125000', '161132.585000', '161133.045000', '161133.505000', '161133.965000', '161134.425000', '161134.885000', '161135.345000', '161135.805000', '161136.265000', '161136.725000', '161137.185000', '161137.645000', '161138.105000', '161138.565000', '161139.025000', '161139.485000', '161139.945000', '161140.405000', '161140.865000', '161141.325000', '161141.785000', '161142.245000', '161142.705000', '161143.165000', '161143.625000', '161144.085000', '161144.545000', '161145.005000', '161145.465000', '161145.925000', '161146.385000', '161146.845000', '161147.305000', '161147.765000', '161148.225000', '161148.685000', '161149.145000', '161149.605000', '161150.065000', '161150.525000', '161150.985000', '161151.445000', '161151.905000', '161152.365000', '161152.825000', '161153.285000', '161153.745000', '161154.205000', '161154.665000', '161155.125000', '161155.585000', '161156.045000', '161156.505000', '161156.965000', '161157.425000', '161157.885000', '161158.345000', '161158.805000', '161159.265000', '161159.725000', '161200.185000', '161200.645000', '161201.105000', '161201.565000', '161202.025000', '161202.485000', '161202.945000', '161203.405000', '161203.865000', '161204.325000', '161204.785000', '161205.245000', '161205.705000', '161206.165000', '161206.625000', '161207.085000', '161207.545000', '161208.005000', '161208.465000', '161208.925000', '161209.385000', '161209.845000', '161210.305000', '161210.765000', '161211.225000', '161211.685000', '161212.145000', '161212.605000', '161213.065000', '161213.525000', '161213.985000', '161214.445000', '161214.905000', '161215.365000', '161215.825000', '161216.285000', '161216.745000', '161217.205000', '161217.665000', '161218.125000', '161218.585000', '161219.045000', '161219.505000', '161219.965000', '161220.425000', '161220.885000', '161221.345000', '161221.805000', '161222.265000', '161222.725000', '161223.185000', '161223.645000', '161224.105000', '161224.565000', '161225.025000', '161225.485000', '161225.945000', '161226.405000', '161226.865000', '161227.325000', '161227.785000', '161228.245000', '161228.705000', '161229.165000', '161229.625000', '161230.085000', '161230.545000', '161231.005000', '161231.465000', '161231.925000', '161232.385000', '161232.845000', '161233.305000', '161233.765000', '161234.225000', '161234.685000', '161235.145000', '161235.605000', '161236.065000', '161236.525000', '161236.985000', '161237.445000', '161237.905000', '161238.365000', '161238.825000', '161239.285000', '161239.745000', '161240.205000', '161240.665000', '161241.125000', '161241.585000', '161242.045000', '161242.505000', '161242.965000', '161243.425000', '161243.885000', '161244.345000', '161244.805000', '161245.265000', '161245.725000', '161246.185000', '161246.645000', '161247.105000', '161247.565000', '161248.025000', '161248.485000', '161248.945000', '161249.405000', '161249.865000', '161250.325000', '161250.785000', '161251.245000', '161251.705000', '161252.165000', '161252.625000', '161253.085000', '161253.545000', '161254.005000', '161254.465000', '161254.925000', '161255.385000', '161255.845000', '161256.305000', '161256.765000', '161257.225000', '161257.685000', '161258.145000', '161258.605000', '161259.065000', '161259.525000', '161259.985000', '161300.445000', '161300.905000', '161301.365000', '161301.825000', '161302.285000', '161302.745000', '161303.205000', '161303.665000', '161304.125000', '161304.585000', '161305.045000', '161305.505000', '161305.965000', '161306.425000', '161306.885000', '161307.345000', '161307.805000', '161308.265000', '161308.725000', '161309.185000', '161309.645000', '161310.105000', '161310.565000', '161311.025000', '161311.485000', '161311.945000', '161312.405000', '161312.865000', '161313.325000', '161313.785000', '161314.245000', '161314.705000', '161315.165000', '161315.625000', '161316.085000', '161316.545000', '161317.005000', '161317.465000', '161317.925000', '161318.385000', '161318.845000', '161319.305000', '161319.765000', '161320.225000', '161320.685000', '161321.145000', '161321.605000', '161322.065000', '161322.525000', '161322.985000', '161323.445000', '161323.905000', '161324.365000', '161324.825000', '161325.285000', '161325.745000', '161326.205000', '161326.665000', '161327.125000', '161327.585000', '161328.045000', '161328.505000', '161328.965000', '161329.425000', '161329.885000', '161330.345000', '161330.805000', '161331.265000', '161331.725000', '161332.185000', '161332.645000', '161333.105000', '161333.565000', '161334.025000', '161334.485000', '161334.945000', '161335.405000', '161335.865000', '161336.325000', '161336.785000', '161337.245000', '161337.705000', '161338.165000', '161338.625000', '161339.085000', '161339.545000', '161340.005000', '161340.465000', '161340.925000', '161341.385000', '161341.845000', '161342.305000', '161342.765000', '161343.225000', '161343.685000', '161344.145000', '161344.605000', '161345.065000', '161345.525000', '161345.985000', '161346.445000', '161346.905000', '161347.365000', '161347.825000', '161348.285000', '161348.745000', '161349.205000', '161349.665000', '161350.125000', '161350.585000', '161351.045000', '161351.505000', '161351.965000', '161352.425000', '161352.885000', '161353.345000', '161353.805000', '161354.265000', '161354.725000', '161355.185000', '161355.645000', '161356.105000', '161356.565000', '161357.025000', '161357.485000', '161357.945000', '161358.405000', '161358.865000', '161359.325000', '161359.785000', '161400.245000', '161400.705000', '161401.165000', '161401.625000', '161402.085000', '161402.545000', '161403.005000', '161403.465000', '161403.925000', '161404.385000', '161404.845000', '161405.305000', '161405.765000', '161406.225000', '161406.685000', '161407.145000', '161407.605000', '161408.065000', '161408.525000', '161408.985000', '161409.445000', '161409.905000', '161410.365000', '161410.825000', '161411.285000', '161411.745000', '161412.205000', '161412.665000', '161413.125000', '161413.585000', '161414.045000', '161414.505000', '161414.965000', '161415.425000', '161415.885000', '161416.345000', '161416.805000', '161417.265000', '161417.725000', '161418.185000', '161418.645000', '161419.105000', '161419.565000', '161420.025000', '161420.485000', '161420.945000', '161421.405000', '161421.865000', '161422.325000', '161422.785000', '161423.245000', '161423.705000', '161424.165000', '161424.625000', '161425.085000', '161425.545000', '161426.005000', '161426.465000', '161426.925000', '161427.385000', '161427.845000', '161428.305000', '161428.765000', '161429.225000', '161429.685000', '161430.145000', '161430.605000', '161431.065000', '161431.525000', '161431.985000', '161432.445000', '161432.905000', '161433.365000', '161433.825000', '161434.285000', '161434.745000', '161435.205000', '161435.665000', '161436.125000', '161436.585000', '161437.045000', '161437.505000', '161437.965000', '161438.425000', '161438.885000', '161439.345000', '161439.805000', '161440.265000', '161440.725000', '161441.185000', '161441.645000', '161442.105000', '161442.565000', '161443.025000', '161443.485000', '161443.945000', '161444.405000', '161444.865000', '161445.325000', '161445.785000', '161446.245000', '161446.705000', '161447.165000', '161447.625000', '161448.085000', '161448.545000', '161449.005000', '161449.465000', '161449.925000', '161450.385000', '161450.845000', '161451.305000', '161451.765000', '161452.225000', '161452.685000', '161453.145000', '161453.605000', '161454.065000', '161454.525000', '161454.985000', '161455.445000', '161455.905000', '161456.365000', '161456.825000', '161457.285000', '161457.745000', '161458.205000', '161458.665000', '161459.125000', '161459.585000', '161500.045000', '161500.505000', '161500.965000', '161501.425000', '161501.885000', '161502.345000', '161502.805000', '161503.265000', '161503.725000', '161504.185000', '161504.645000', '161505.105000', '161505.565000', '161506.025000', '161506.485000', '161506.945000', '161507.405000', '161507.865000', '161508.325000', '161508.785000', '161509.245000', '161509.705000', '161510.165000', '161510.625000', '161511.085000', '161511.545000', '161512.005000', '161512.465000', '161512.925000', '161513.385000', '161513.845000', '161514.305000', '161514.765000', '161515.225000', '161515.685000', '161516.145000', '161516.605000', '161517.065000', '161517.525000', '161517.985000', '161518.445000', '161518.905000', '161519.365000', '161519.825000', '161520.285000', '161520.745000', '161521.205000', '161521.665000', '161522.125000', '161522.585000', '161523.045000', '161523.505000', '161523.965000', '161524.425000', '161524.885000', '161525.345000', '161525.805000', '161526.265000', '161526.725000', '161527.185000', '161527.645000', '161528.105000', '161528.565000', '161529.025000', '161529.485000', '161529.945000', '161530.405000', '161530.865000', '161531.325000', '161531.785000', '161532.245000', '161532.705000', '161533.165000', '161533.625000', '161534.085000', '161534.545000', '161535.005000', '161535.465000', '161535.925000', '161536.385000', '161536.845000', '161537.305000', '161537.765000', '161538.225000', '161538.685000', '161539.145000', '161539.605000', '161540.065000', '161540.525000', '161540.985000', '161541.445000', '161541.905000', '161542.365000', '161542.825000', '161543.285000', '161543.745000', '161544.205000', '161544.665000', '161545.125000', '161545.585000', '161546.045000', '161546.505000', '161546.965000', '161547.425000', '161547.885000', '161548.345000', '161548.805000', '161549.265000', '161549.725000', '161550.185000', '161550.645000', '161551.105000', '161551.565000', '161552.025000', '161552.485000', '161552.945000', '161553.405000', '161553.865000', '161554.325000', '161554.785000', '161555.245000', '161555.705000', '161556.165000', '161556.625000', '161557.085000', '161557.545000', '161558.005000', '161558.465000', '161558.925000', '161559.385000', '161559.845000', '161600.305000', '161600.765000', '161601.225000', '161601.685000', '161602.145000', '161602.605000', '161603.065000', '161603.525000', '161603.985000', '161604.445000', '161604.905000', '161605.365000', '161605.825000', '161606.285000', '161606.745000', '161607.205000', '161607.665000', '161608.125000', '161608.585000', '161609.045000', '161609.505000', '161609.965000', '161610.425000', '161610.885000', '161611.345000', '161611.805000', '161612.265000', '161612.725000', '161613.185000', '161613.645000', '161614.105000', '161614.565000', '161615.025000', '161615.485000', '161615.945000', '161616.405000', '161616.865000', '161617.325000', '161617.785000', '161618.245000', '161618.705000', '161619.165000', '161619.625000', '161620.085000', '161620.545000', '161621.005000', '161621.465000', '161621.925000', '161622.385000', '161622.845000', '161623.305000', '161623.765000', '161624.225000', '161624.685000', '161625.145000', '161625.605000', '161626.065000', '161626.525000', '161626.985000', '161627.445000', '161627.905000', '161628.365000', '161628.825000', '161629.285000', '161629.745000', '161630.205000', '161630.665000', '161631.125000', '161631.585000', '161632.045000', '161632.505000', '161632.965000', '161633.425000', '161633.885000', '161634.345000', '161634.805000', '161635.265000', '161635.725000', '161636.185000', '161636.645000', '161637.105000', '161637.565000', '161638.025000', '161638.485000', '161638.945000', '161639.405000', '161639.865000', '161640.325000', '161640.785000', '161641.245000', '161641.705000', '161642.165000', '161642.625000', '161643.085000', '161643.545000', '161644.005000', '161644.465000', '161644.925000', '161645.385000', '161645.845000', '161646.305000', '161646.765000', '161647.225000', '161647.685000', '161648.145000', '161648.605000', '161649.065000', '161649.525000', '161649.985000', '161650.445000', '161650.905000', '161651.365000', '161651.825000', '161652.285000', '161652.745000', '161653.205000', '161653.665000', '161654.125000', '161654.585000', '161655.045000', '161655.505000', '161655.965000', '161656.425000', '161656.885000', '161657.345000', '161657.805000', '161658.265000', '161658.725000', '161659.185000', '161659.645000', '161700.105000', '161700.565000', '161701.025000', '161701.485000', '161701.945000', '161702.405000', '161702.865000', '161703.325000', '161703.785000', '161704.245000', '161704.705000', '161705.165000', '161705.625000', '161706.085000', '161706.545000', '161707.005000', '161707.465000', '161707.925000', '161708.385000', '161708.845000', '161709.305000', '161709.765000', '161710.225000', '161710.685000', '161711.145000', '161711.605000', '161712.065000', '161712.525000', '161712.985000', '161713.445000', '161713.905000', '161714.365000', '161714.825000', '161715.285000', '161715.745000', '161716.205000', '161716.665000', '161717.125000', '161717.585000', '161718.045000', '161718.505000', '161718.965000', '161719.425000', '161719.885000', '161720.345000', '161720.805000', '161721.265000', '161721.725000', '161722.185000', '161722.645000', '161723.105000', '161723.565000', '161724.025000', '161724.485000', '161724.945000', '161725.405000', '161725.865000', '161726.325000', '161726.785000', '161727.245000', '161727.705000', '161728.165000', '161728.625000', '161729.085000', '161729.545000', '161730.005000', '161730.465000', '161730.925000', '161731.385000', '161731.845000', '161732.305000', '161732.765000', '161733.225000', '161733.685000', '161734.145000', '161734.605000', '161735.065000', '161735.525000', '161735.985000', '161736.445000', '161736.905000', '161737.365000', '161737.825000', '161738.285000', '161738.745000', '161739.205000', '161739.665000', '161740.125000', '161740.585000', '161741.045000', '161741.505000', '161741.965000', '161742.425000', '161742.885000', '161743.345000', '161743.805000', '161744.265000', '161744.725000', '161745.185000', '161745.645000', '161746.105000', '161746.565000', '161747.025000', '161747.485000', '161747.945000', '161748.405000', '161748.865000', '161749.325000', '161749.785000'], 'ContentTime': ['160947.591000', '160947.594000', '160947.597000', '160947.600000', '160947.602000', '160947.605000', '160947.608000', '160947.610000', '160947.613000', '160947.615000', '160947.618000', '160947.621000', '160947.623000', '160947.626000', '160947.628000', '160947.631000', '160947.634000', '160947.636000', '160947.639000', '160947.641000', '160947.644000', '160947.647000', '160947.649000', '160947.652000', '160947.654000', '160947.657000', '160947.660000', '160947.662000', '160947.665000', '160947.668000', '160947.670000', '160947.673000', '160947.676000', '160947.678000', '160947.681000', '160947.683000', '160947.686000', '160947.689000', '160947.691000', '160947.694000', '160947.696000', '160947.699000', '160947.701000', '160947.704000', '160947.707000', '160947.725000', '161007.547000', '161007.550000', '161007.553000', '161007.555000', '161007.558000', '161007.560000', '161007.563000', '161007.566000', '161007.568000', '161007.571000', '161007.573000', '161007.576000', '161007.578000', '161007.581000', '161007.584000', '161007.586000', '161007.589000', '161007.591000', '161007.594000', '161007.596000', '161007.599000', '161007.601000', '161007.604000', '161007.607000', '161007.609000', '161007.612000', '161007.614000', '161007.617000', '161007.619000', '161007.622000', '161007.631000', '161007.633000', '161007.636000', '161007.638000', '161007.641000', '161007.643000', '161007.646000', '161007.648000', '161007.651000', '161007.653000', '161007.656000', '161007.659000', '161007.661000', '161027.547000', '161027.550000', '161027.553000', '161027.555000', '161027.558000', '161027.560000', '161027.563000', '161027.565000', '161027.568000', '161027.571000', '161027.573000', '161027.576000', '161027.578000', '161027.581000', '161027.583000', '161027.586000', '161027.589000', '161027.591000', '161027.599000', '161027.602000', '161027.604000', '161027.607000', '161027.610000', '161027.612000', '161027.615000', '161027.617000', '161027.620000', '161027.623000', '161027.625000', '161027.628000', '161027.630000', '161027.633000', '161027.636000', '161027.638000', '161027.641000', '161027.643000', '161027.646000', '161027.649000', '161027.651000', '161027.654000', '161027.656000', '161027.659000', '161027.661000', '161027.664000', '161047.547000', '161047.550000', '161047.553000', '161047.555000', '161047.558000', '161047.561000', '161047.563000', '161047.566000', '161047.569000', '161047.571000', '161047.574000', '161047.576000', '161047.579000', '161047.582000', '161047.584000', '161047.587000', '161047.589000', '161047.592000', '161047.594000', '161047.597000', '161047.600000', '161047.602000', '161047.605000', '161047.607000', '161047.610000', '161047.612000', '161047.615000', '161047.617000', '161047.620000', '161047.623000', '161047.625000', '161047.628000', '161047.630000', '161047.640000', '161047.643000', '161047.646000', '161047.658000', '161047.661000', '161047.664000', '161047.666000', '161047.669000', '161047.671000', '161047.674000', '161107.548000', '161107.550000', '161107.553000', '161107.555000', '161107.558000', '161107.560000', '161107.563000', '161107.566000', '161107.568000', '161107.571000', '161107.573000', '161107.576000', '161107.579000', '161107.581000', '161107.584000', '161107.586000', '161107.589000', '161107.592000', '161107.597000', '161107.599000', '161107.602000', '161107.604000', '161107.607000', '161107.610000', '161107.612000', '161107.615000', '161107.617000', '161107.620000', '161107.622000', '161107.625000', '161107.628000', '161107.630000', '161107.633000', '161107.635000', '161107.638000', '161107.641000', '161107.643000', '161107.646000', '161107.648000', '161107.651000', '161107.653000', '161107.656000', '161107.659000', '161107.661000', '161127.547000', '161127.550000', '161127.553000', '161127.555000', '161127.558000', '161127.569000', '161127.572000', '161127.574000', '161127.577000', '161127.580000', '161127.582000', '161127.585000', '161127.587000', '161127.598000', '161127.600000', '161127.603000', '161127.605000', '161127.608000', '161127.610000', '161127.613000', '161127.616000', '161127.618000', '161127.621000', '161127.623000', '161127.626000', '161127.628000', '161127.631000', '161127.633000', '161127.636000', '161127.639000', '161127.641000', '161127.644000', '161127.646000', '161127.649000', '161127.651000', '161127.654000', '161127.657000', '161127.659000', '161127.662000', '161127.664000', '161127.667000', '161127.669000', '161127.672000', '161147.547000', '161147.550000', '161147.553000', '161147.555000', '161147.558000', '161147.561000', '161147.563000', '161147.566000', '161147.568000', '161147.571000', '161147.573000', '161147.576000', '161147.578000', '161147.581000', '161147.584000', '161147.586000', '161147.589000', '161147.592000', '161147.594000', '161147.597000', '161147.599000', '161147.602000', '161147.604000', '161147.607000', '161147.610000', '161147.612000', '161147.615000', '161147.617000', '161147.620000', '161147.622000', '161147.625000', '161147.627000', '161147.630000', '161147.632000', '161147.635000', '161147.638000', '161147.640000', '161147.643000', '161147.646000', '161147.648000', '161147.651000', '161147.653000', '161147.656000', '161147.659000', '161207.547000', '161207.549000', '161207.552000', '161207.555000', '161207.557000', '161207.560000', '161207.562000', '161207.565000', '161207.568000', '161207.570000', '161207.573000', '161207.575000', '161207.578000', '161207.580000', '161207.583000', '161207.585000', '161207.588000', '161207.591000', '161207.593000', '161207.596000', '161207.598000', '161207.601000', '161207.603000', '161207.606000', '161207.609000', '161207.611000', '161207.614000', '161207.616000', '161207.619000', '161207.621000', '161207.624000', '161207.626000', '161207.629000', '161207.632000', '161207.634000', '161207.637000', '161207.639000', '161207.642000', '161207.644000', '161207.647000', '161207.649000', '161207.652000', '161207.655000', '161227.547000', '161227.550000', '161227.553000', '161227.556000', '161227.558000', '161227.561000', '161227.564000', '161227.567000', '161227.569000', '161227.572000', '161227.575000', '161227.577000', '161227.580000', '161227.582000', '161227.585000', '161227.588000', '161227.590000', '161227.593000', '161227.596000', '161227.598000', '161227.601000', '161227.603000', '161227.606000', '161227.608000', '161227.611000', '161227.614000', '161227.616000', '161227.619000', '161227.621000', '161227.624000', '161227.627000', '161227.629000', '161227.669000', '161227.671000', '161227.674000', '161227.677000', '161227.679000', '161227.682000', '161227.684000', '161227.687000', '161227.690000', '161227.692000', '161227.695000', '161227.697000', '161247.548000', '161247.550000', '161247.553000', '161247.556000', '161247.558000', '161247.561000', '161247.563000', '161247.566000', '161247.568000', '161247.571000', '161247.574000', '161247.576000', '161247.579000', '161247.581000', '161247.584000', '161247.586000', '161247.589000', '161247.592000', '161247.594000', '161247.597000', '161247.599000', '161247.602000', '161247.605000', '161247.607000', '161247.610000', '161247.612000', '161247.615000', '161247.617000', '161247.620000', '161247.622000', '161247.625000', '161247.633000', '161247.635000', '161247.638000', '161247.640000', '161247.643000', '161247.646000', '161247.649000', '161247.651000', '161247.654000', '161247.656000', '161247.659000', '161247.662000', '161307.547000', '161307.550000', '161307.553000', '161307.555000', '161307.558000', '161307.561000', '161307.564000', '161307.566000', '161307.569000', '161307.572000', '161307.574000', '161307.577000', '161307.580000', '161307.582000', '161307.585000', '161307.587000', '161307.590000', '161307.593000', '161307.595000', '161307.598000', '161307.600000', '161307.603000', '161307.605000', '161307.608000', '161307.611000', '161307.613000', '161307.616000', '161307.618000', '161307.621000', '161307.624000', '161307.626000', '161307.629000', '161307.632000', '161307.634000', '161307.637000', '161307.639000', '161307.642000', '161307.645000', '161307.647000', '161307.650000', '161307.653000', '161307.655000', '161307.658000', '161307.660000', '161327.547000', '161327.550000', '161327.553000', '161327.556000', '161327.558000', '161327.561000', '161327.563000', '161327.566000', '161327.568000', '161327.571000', '161327.574000', '161327.576000', '161327.579000', '161327.582000', '161327.584000', '161327.587000', '161327.590000', '161327.592000', '161327.595000', '161327.598000', '161327.600000', '161327.603000', '161327.606000', '161327.608000', '161327.611000', '161327.613000', '161327.616000', '161327.619000', '161327.621000', '161327.624000', '161327.627000', '161327.629000', '161327.632000', '161327.634000', '161327.637000', '161327.640000', '161327.642000', '161327.645000', '161327.647000', '161327.650000', '161327.653000', '161327.655000', '161327.658000', '161347.548000', '161347.551000', '161347.553000', '161347.556000', '161347.559000', '161347.561000', '161347.564000', '161347.567000', '161347.569000', '161347.572000', '161347.574000', '161347.577000', '161347.580000', '161347.582000', '161347.585000', '161347.588000', '161347.590000', '161347.593000', '161347.596000', '161347.598000', '161347.602000', '161347.604000', '161347.607000', '161347.610000', '161347.613000', '161347.615000', '161347.618000', '161347.620000', '161347.623000', '161347.626000', '161347.628000', '161347.631000', '161347.633000', '161347.636000', '161347.639000', '161347.642000', '161347.644000', '161347.647000', '161347.649000', '161347.652000', '161347.655000', '161347.657000', '161347.660000', '161407.548000', '161407.550000', '161407.553000', '161407.556000', '161407.558000', '161407.561000', '161407.563000', '161407.566000', '161407.568000', '161407.571000', '161407.574000', '161407.576000', '161407.579000', '161407.581000', '161407.584000', '161407.587000', '161407.589000', '161407.592000', '161407.594000', '161407.597000', '161407.600000', '161407.602000', '161407.605000', '161407.608000', '161407.610000', '161407.613000', '161407.616000', '161407.618000', '161407.621000', '161407.624000', '161407.626000', '161407.629000', '161407.632000', '161407.634000', '161407.637000', '161407.639000', '161407.642000', '161407.645000', '161407.647000', '161407.650000', '161407.652000', '161407.655000', '161407.658000', '161407.660000', '161427.546000', '161427.549000', '161427.552000', '161427.554000', '161427.557000', '161427.559000', '161427.562000', '161427.565000', '161427.567000', '161427.570000', '161427.572000', '161427.575000', '161427.577000', '161427.580000', '161427.583000', '161427.585000', '161427.588000', '161427.590000', '161427.593000', '161427.595000', '161427.598000', '161427.601000', '161427.603000', '161427.606000', '161427.608000', '161427.611000', '161427.614000', '161427.617000', '161427.619000', '161427.622000', '161427.624000', '161427.627000', '161427.629000', '161427.632000', '161427.635000', '161427.637000', '161427.640000', '161427.642000', '161427.645000', '161427.648000', '161427.650000', '161427.653000', '161427.655000', '161447.547000', '161447.551000', '161447.554000', '161447.556000', '161447.559000', '161447.562000', '161447.564000', '161447.567000', '161447.570000', '161447.572000', '161447.575000', '161447.578000', '161447.580000', '161447.583000', '161447.585000', '161447.588000', '161447.591000', '161447.593000', '161447.596000', '161447.599000', '161447.601000', '161447.604000', '161447.606000', '161447.609000', '161447.611000', '161447.614000', '161447.617000', '161447.619000', '161447.622000', '161447.625000', '161447.627000', '161447.630000', '161447.632000', '161447.635000', '161447.637000', '161447.640000', '161447.643000', '161447.645000', '161447.648000', '161447.650000', '161447.653000', '161447.656000', '161447.658000', '161447.661000', '161507.548000', '161507.550000', '161507.553000', '161507.556000', '161507.558000', '161507.561000', '161507.564000', '161507.566000', '161507.569000', '161507.572000', '161507.575000', '161507.578000', '161507.581000', '161507.584000', '161507.586000', '161507.589000', '161507.592000', '161507.594000', '161507.597000', '161507.599000', '161507.602000', '161507.605000', '161507.607000', '161507.610000', '161507.613000', '161507.615000', '161507.618000', '161507.621000', '161507.623000', '161507.626000', '161507.628000', '161507.631000', '161507.633000', '161507.636000', '161507.639000', '161507.642000', '161507.644000', '161507.647000', '161507.650000', '161507.652000', '161507.655000', '161507.657000', '161507.660000', '161527.548000', '161527.550000', '161527.553000', '161527.556000', '161527.558000', '161527.561000', '161527.563000', '161527.566000', '161527.569000', '161527.571000', '161527.574000', '161527.576000', '161527.579000', '161527.582000', '161527.584000', '161527.587000', '161527.590000', '161527.592000', '161527.595000', '161527.597000', '161527.600000', '161527.602000', '161527.605000', '161527.608000', '161527.610000', '161527.619000', '161527.622000', '161527.624000', '161527.627000', '161527.630000', '161527.632000', '161527.635000', '161527.638000', '161527.641000', '161527.643000', '161527.646000', '161527.649000', '161527.651000', '161527.654000', '161527.657000', '161527.659000', '161527.662000', '161527.665000', '161527.667000', '161547.547000', '161547.550000', '161547.553000', '161547.556000', '161547.558000', '161547.561000', '161547.564000', '161547.566000', '161547.569000', '161547.572000', '161547.574000', '161547.577000', '161547.580000', '161547.582000', '161547.585000', '161547.588000', '161547.590000', '161547.593000', '161547.596000', '161547.598000', '161547.601000', '161547.603000', '161547.606000', '161547.609000', '161547.611000', '161547.614000', '161547.616000', '161547.619000', '161547.622000', '161547.624000', '161547.627000', '161547.630000', '161547.633000', '161547.635000', '161547.638000', '161547.640000', '161547.644000', '161547.646000', '161547.649000', '161547.651000', '161547.654000', '161547.656000', '161547.659000', '161607.548000', '161607.551000', '161607.553000', '161607.556000', '161607.559000', '161607.561000', '161607.564000', '161607.567000', '161607.569000', '161607.572000', '161607.575000', '161607.577000', '161607.580000', '161607.582000', '161607.585000', '161607.588000', '161607.590000', '161607.593000', '161607.595000', '161607.598000', '161607.601000', '161607.603000', '161607.606000', '161607.609000', '161607.611000', '161607.614000', '161607.616000', '161607.619000', '161607.622000', '161607.624000', '161607.627000', '161607.629000', '161607.632000', '161607.635000', '161607.637000', '161607.640000', '161607.642000', '161607.645000', '161607.648000', '161607.650000', '161607.653000', '161607.655000', '161607.658000', '161607.661000', '161627.548000', '161627.551000', '161627.553000', '161627.556000', '161627.558000', '161627.561000', '161627.564000', '161627.567000', '161627.569000', '161627.572000', '161627.575000', '161627.577000', '161627.580000', '161627.583000', '161627.585000', '161627.588000', '161627.590000', '161627.593000', '161627.596000', '161627.598000', '161627.601000', '161627.604000', '161627.606000', '161627.609000', '161627.612000', '161627.614000', '161627.617000', '161627.619000', '161627.622000', '161627.625000', '161627.627000', '161627.630000', '161627.632000', '161627.635000', '161627.638000', '161627.641000', '161627.644000', '161627.646000', '161627.649000', '161627.653000', '161627.656000', '161627.658000', '161627.661000', '161647.546000', '161647.549000', '161647.552000', '161647.555000', '161647.558000', '161647.560000', '161647.563000', '161647.566000', '161647.568000', '161647.571000', '161647.574000', '161647.576000', '161647.579000', '161647.581000', '161647.584000', '161647.587000', '161647.589000', '161647.592000', '161647.595000', '161647.597000', '161647.600000', '161647.603000', '161647.605000', '161647.608000', '161647.610000', '161647.613000', '161647.616000', '161647.618000', '161647.621000', '161647.623000', '161647.626000', '161647.628000', '161647.631000', '161647.634000', '161647.636000', '161647.643000', '161647.646000', '161647.648000', '161647.651000', '161647.653000', '161647.656000', '161647.658000', '161647.661000', '161647.664000', '161707.548000', '161707.551000', '161707.553000', '161707.556000', '161707.558000', '161707.561000', '161707.564000', '161707.566000', '161707.569000', '161707.571000', '161707.574000', '161707.577000', '161707.579000', '161707.582000', '161707.584000', '161707.587000', '161707.590000', '161707.592000', '161707.595000', '161707.597000', '161707.600000', '161707.603000', '161707.605000', '161707.608000', '161707.610000', '161707.613000', '161707.616000', '161707.618000', '161707.621000', '161707.623000', '161707.626000', '161707.628000', '161707.631000', '161707.633000', '161707.636000', '161707.639000', '161707.641000', '161707.644000', '161707.646000', '161707.649000', '161707.652000', '161707.654000', '161707.657000', '161727.547000', '161727.550000', '161727.553000', '161727.556000', '161727.558000', '161727.561000', '161727.564000', '161727.566000', '161727.569000', '161727.571000', '161727.574000', '161727.577000', '161727.579000', '161727.582000', '161727.585000', '161727.587000', '161727.590000', '161727.594000', '161727.597000', '161727.600000', '161727.602000', '161727.605000', '161727.608000', '161727.610000', '161727.613000', '161727.616000', '161727.618000', '161727.621000', '161727.623000', '161727.626000', '161727.629000', '161727.631000', '161727.634000', '161727.636000', '161727.639000', '161727.641000', '161727.644000', '161727.647000', '161727.649000', '161727.652000', '161727.654000', '161727.657000', '161727.660000', '161727.662000', '161747.547000', '161747.550000', '161747.553000', '161747.556000', '161747.558000', '161747.561000', '161747.573000', '161747.576000', '161747.578000', '161747.581000', '161747.583000', '161747.586000', '161747.589000', '161747.591000', '161747.594000', '161747.597000', '161747.599000', '161747.602000', '161747.604000', '161747.607000', '161747.610000', '161747.612000', '161747.615000', '161747.618000', '161747.620000', '161747.623000', '161747.625000', '161747.628000', '161747.631000', '161747.633000', '161747.636000', '161747.638000', '161747.641000', '161747.643000', '161747.646000', '161747.649000', '161747.651000', '161747.654000', '161747.656000', '161747.659000', '161747.661000', '161747.664000', '161747.667000', '161751.373000', '161751.376000', '161751.379000', '161751.382000', '161751.385000', '161751.388000', '161751.391000', '161751.393000', '161751.396000'], 'InstanceCreationTime': ['160947.591000', '160947.594000', '160947.597000', '160947.600000', '160947.602000', '160947.605000', '160947.608000', '160947.610000', '160947.613000', '160947.615000', '160947.618000', '160947.621000', '160947.623000', '160947.626000', '160947.628000', '160947.631000', '160947.634000', '160947.636000', '160947.639000', '160947.641000', '160947.644000', '160947.647000', '160947.649000', '160947.652000', '160947.654000', '160947.657000', '160947.660000', '160947.662000', '160947.665000', '160947.668000', '160947.670000', '160947.673000', '160947.676000', '160947.678000', '160947.681000', '160947.683000', '160947.686000', '160947.689000', '160947.691000', '160947.694000', '160947.696000', '160947.699000', '160947.701000', '160947.704000', '160947.707000', '160947.725000', '161007.547000', '161007.550000', '161007.553000', '161007.555000', '161007.558000', '161007.560000', '161007.563000', '161007.566000', '161007.568000', '161007.571000', '161007.573000', '161007.576000', '161007.578000', '161007.581000', '161007.584000', '161007.586000', '161007.589000', '161007.591000', '161007.594000', '161007.596000', '161007.599000', '161007.601000', '161007.604000', '161007.607000', '161007.609000', '161007.612000', '161007.614000', '161007.617000', '161007.619000', '161007.622000', '161007.631000', '161007.633000', '161007.636000', '161007.638000', '161007.641000', '161007.643000', '161007.646000', '161007.648000', '161007.651000', '161007.653000', '161007.656000', '161007.659000', '161007.661000', '161027.547000', '161027.550000', '161027.553000', '161027.555000', '161027.558000', '161027.560000', '161027.563000', '161027.565000', '161027.568000', '161027.571000', '161027.573000', '161027.576000', '161027.578000', '161027.581000', '161027.583000', '161027.586000', '161027.589000', '161027.591000', '161027.599000', '161027.602000', '161027.604000', '161027.607000', '161027.610000', '161027.612000', '161027.615000', '161027.617000', '161027.620000', '161027.623000', '161027.625000', '161027.628000', '161027.630000', '161027.633000', '161027.636000', '161027.638000', '161027.641000', '161027.643000', '161027.646000', '161027.649000', '161027.651000', '161027.654000', '161027.656000', '161027.659000', '161027.661000', '161027.664000', '161047.547000', '161047.550000', '161047.553000', '161047.555000', '161047.558000', '161047.561000', '161047.563000', '161047.566000', '161047.569000', '161047.571000', '161047.574000', '161047.576000', '161047.579000', '161047.582000', '161047.584000', '161047.587000', '161047.589000', '161047.592000', '161047.594000', '161047.597000', '161047.600000', '161047.602000', '161047.605000', '161047.607000', '161047.610000', '161047.612000', '161047.615000', '161047.617000', '161047.620000', '161047.623000', '161047.625000', '161047.628000', '161047.630000', '161047.640000', '161047.643000', '161047.646000', '161047.658000', '161047.661000', '161047.664000', '161047.666000', '161047.669000', '161047.671000', '161047.674000', '161107.548000', '161107.550000', '161107.553000', '161107.555000', '161107.558000', '161107.560000', '161107.563000', '161107.566000', '161107.568000', '161107.571000', '161107.573000', '161107.576000', '161107.579000', '161107.581000', '161107.584000', '161107.586000', '161107.589000', '161107.592000', '161107.597000', '161107.599000', '161107.602000', '161107.604000', '161107.607000', '161107.610000', '161107.612000', '161107.615000', '161107.617000', '161107.620000', '161107.622000', '161107.625000', '161107.628000', '161107.630000', '161107.633000', '161107.635000', '161107.638000', '161107.641000', '161107.643000', '161107.646000', '161107.648000', '161107.651000', '161107.653000', '161107.656000', '161107.659000', '161107.661000', '161127.547000', '161127.550000', '161127.553000', '161127.555000', '161127.558000', '161127.569000', '161127.572000', '161127.574000', '161127.577000', '161127.580000', '161127.582000', '161127.585000', '161127.587000', '161127.598000', '161127.600000', '161127.603000', '161127.605000', '161127.608000', '161127.610000', '161127.613000', '161127.616000', '161127.618000', '161127.621000', '161127.623000', '161127.626000', '161127.628000', '161127.631000', '161127.633000', '161127.636000', '161127.639000', '161127.641000', '161127.644000', '161127.646000', '161127.649000', '161127.651000', '161127.654000', '161127.657000', '161127.659000', '161127.662000', '161127.664000', '161127.667000', '161127.669000', '161127.672000', '161147.547000', '161147.550000', '161147.553000', '161147.555000', '161147.558000', '161147.561000', '161147.563000', '161147.566000', '161147.568000', '161147.571000', '161147.573000', '161147.576000', '161147.578000', '161147.581000', '161147.584000', '161147.586000', '161147.589000', '161147.592000', '161147.594000', '161147.597000', '161147.599000', '161147.602000', '161147.604000', '161147.607000', '161147.610000', '161147.612000', '161147.615000', '161147.617000', '161147.620000', '161147.622000', '161147.625000', '161147.627000', '161147.630000', '161147.632000', '161147.635000', '161147.638000', '161147.640000', '161147.643000', '161147.646000', '161147.648000', '161147.651000', '161147.653000', '161147.656000', '161147.659000', '161207.547000', '161207.549000', '161207.552000', '161207.555000', '161207.557000', '161207.560000', '161207.562000', '161207.565000', '161207.568000', '161207.570000', '161207.573000', '161207.575000', '161207.578000', '161207.580000', '161207.583000', '161207.585000', '161207.588000', '161207.591000', '161207.593000', '161207.596000', '161207.598000', '161207.601000', '161207.603000', '161207.606000', '161207.609000', '161207.611000', '161207.614000', '161207.616000', '161207.619000', '161207.621000', '161207.624000', '161207.626000', '161207.629000', '161207.632000', '161207.634000', '161207.637000', '161207.639000', '161207.642000', '161207.644000', '161207.647000', '161207.649000', '161207.652000', '161207.655000', '161227.547000', '161227.550000', '161227.553000', '161227.556000', '161227.558000', '161227.561000', '161227.564000', '161227.567000', '161227.569000', '161227.572000', '161227.575000', '161227.577000', '161227.580000', '161227.582000', '161227.585000', '161227.588000', '161227.590000', '161227.593000', '161227.596000', '161227.598000', '161227.601000', '161227.603000', '161227.606000', '161227.608000', '161227.611000', '161227.614000', '161227.616000', '161227.619000', '161227.621000', '161227.624000', '161227.627000', '161227.629000', '161227.669000', '161227.671000', '161227.674000', '161227.677000', '161227.679000', '161227.682000', '161227.684000', '161227.687000', '161227.690000', '161227.692000', '161227.695000', '161227.697000', '161247.548000', '161247.550000', '161247.553000', '161247.556000', '161247.558000', '161247.561000', '161247.563000', '161247.566000', '161247.568000', '161247.571000', '161247.574000', '161247.576000', '161247.579000', '161247.581000', '161247.584000', '161247.586000', '161247.589000', '161247.592000', '161247.594000', '161247.597000', '161247.599000', '161247.602000', '161247.605000', '161247.607000', '161247.610000', '161247.612000', '161247.615000', '161247.617000', '161247.620000', '161247.622000', '161247.625000', '161247.633000', '161247.635000', '161247.638000', '161247.640000', '161247.643000', '161247.646000', '161247.649000', '161247.651000', '161247.654000', '161247.656000', '161247.659000', '161247.662000', '161307.547000', '161307.550000', '161307.553000', '161307.555000', '161307.558000', '161307.561000', '161307.564000', '161307.566000', '161307.569000', '161307.572000', '161307.574000', '161307.577000', '161307.580000', '161307.582000', '161307.585000', '161307.587000', '161307.590000', '161307.593000', '161307.595000', '161307.598000', '161307.600000', '161307.603000', '161307.605000', '161307.608000', '161307.611000', '161307.613000', '161307.616000', '161307.618000', '161307.621000', '161307.624000', '161307.626000', '161307.629000', '161307.632000', '161307.634000', '161307.637000', '161307.639000', '161307.642000', '161307.645000', '161307.647000', '161307.650000', '161307.653000', '161307.655000', '161307.658000', '161307.660000', '161327.547000', '161327.550000', '161327.553000', '161327.556000', '161327.558000', '161327.561000', '161327.563000', '161327.566000', '161327.568000', '161327.571000', '161327.574000', '161327.576000', '161327.579000', '161327.582000', '161327.584000', '161327.587000', '161327.590000', '161327.592000', '161327.595000', '161327.598000', '161327.600000', '161327.603000', '161327.606000', '161327.608000', '161327.611000', '161327.613000', '161327.616000', '161327.619000', '161327.621000', '161327.624000', '161327.627000', '161327.629000', '161327.632000', '161327.634000', '161327.637000', '161327.640000', '161327.642000', '161327.645000', '161327.647000', '161327.650000', '161327.653000', '161327.655000', '161327.658000', '161347.548000', '161347.551000', '161347.553000', '161347.556000', '161347.559000', '161347.561000', '161347.564000', '161347.567000', '161347.569000', '161347.572000', '161347.574000', '161347.577000', '161347.580000', '161347.582000', '161347.585000', '161347.588000', '161347.590000', '161347.593000', '161347.596000', '161347.598000', '161347.602000', '161347.604000', '161347.607000', '161347.610000', '161347.613000', '161347.615000', '161347.618000', '161347.620000', '161347.623000', '161347.626000', '161347.628000', '161347.631000', '161347.633000', '161347.636000', '161347.639000', '161347.642000', '161347.644000', '161347.647000', '161347.649000', '161347.652000', '161347.655000', '161347.657000', '161347.660000', '161407.548000', '161407.550000', '161407.553000', '161407.556000', '161407.558000', '161407.561000', '161407.563000', '161407.566000', '161407.568000', '161407.571000', '161407.574000', '161407.576000', '161407.579000', '161407.581000', '161407.584000', '161407.587000', '161407.589000', '161407.592000', '161407.594000', '161407.597000', '161407.600000', '161407.602000', '161407.605000', '161407.608000', '161407.610000', '161407.613000', '161407.616000', '161407.618000', '161407.621000', '161407.624000', '161407.626000', '161407.629000', '161407.632000', '161407.634000', '161407.637000', '161407.639000', '161407.642000', '161407.645000', '161407.647000', '161407.650000', '161407.652000', '161407.655000', '161407.658000', '161407.660000', '161427.546000', '161427.549000', '161427.552000', '161427.554000', '161427.557000', '161427.559000', '161427.562000', '161427.565000', '161427.567000', '161427.570000', '161427.572000', '161427.575000', '161427.577000', '161427.580000', '161427.583000', '161427.585000', '161427.588000', '161427.590000', '161427.593000', '161427.595000', '161427.598000', '161427.601000', '161427.603000', '161427.606000', '161427.608000', '161427.611000', '161427.614000', '161427.617000', '161427.619000', '161427.622000', '161427.624000', '161427.627000', '161427.629000', '161427.632000', '161427.635000', '161427.637000', '161427.640000', '161427.642000', '161427.645000', '161427.648000', '161427.650000', '161427.653000', '161427.655000', '161447.547000', '161447.551000', '161447.554000', '161447.556000', '161447.559000', '161447.562000', '161447.564000', '161447.567000', '161447.570000', '161447.572000', '161447.575000', '161447.578000', '161447.580000', '161447.583000', '161447.585000', '161447.588000', '161447.591000', '161447.593000', '161447.596000', '161447.599000', '161447.601000', '161447.604000', '161447.606000', '161447.609000', '161447.611000', '161447.614000', '161447.617000', '161447.619000', '161447.622000', '161447.625000', '161447.627000', '161447.630000', '161447.632000', '161447.635000', '161447.637000', '161447.640000', '161447.643000', '161447.645000', '161447.648000', '161447.650000', '161447.653000', '161447.656000', '161447.658000', '161447.661000', '161507.548000', '161507.550000', '161507.553000', '161507.556000', '161507.558000', '161507.561000', '161507.564000', '161507.566000', '161507.569000', '161507.572000', '161507.575000', '161507.578000', '161507.581000', '161507.584000', '161507.586000', '161507.589000', '161507.592000', '161507.594000', '161507.597000', '161507.599000', '161507.602000', '161507.605000', '161507.607000', '161507.610000', '161507.613000', '161507.615000', '161507.618000', '161507.621000', '161507.623000', '161507.626000', '161507.628000', '161507.631000', '161507.633000', '161507.636000', '161507.639000', '161507.642000', '161507.644000', '161507.647000', '161507.650000', '161507.652000', '161507.655000', '161507.657000', '161507.660000', '161527.548000', '161527.550000', '161527.553000', '161527.556000', '161527.558000', '161527.561000', '161527.563000', '161527.566000', '161527.569000', '161527.571000', '161527.574000', '161527.576000', '161527.579000', '161527.582000', '161527.584000', '161527.587000', '161527.590000', '161527.592000', '161527.595000', '161527.597000', '161527.600000', '161527.602000', '161527.605000', '161527.608000', '161527.610000', '161527.619000', '161527.622000', '161527.624000', '161527.627000', '161527.630000', '161527.632000', '161527.635000', '161527.638000', '161527.641000', '161527.643000', '161527.646000', '161527.649000', '161527.651000', '161527.654000', '161527.657000', '161527.659000', '161527.662000', '161527.665000', '161527.667000', '161547.547000', '161547.550000', '161547.553000', '161547.556000', '161547.558000', '161547.561000', '161547.564000', '161547.566000', '161547.569000', '161547.572000', '161547.574000', '161547.577000', '161547.580000', '161547.582000', '161547.585000', '161547.588000', '161547.590000', '161547.593000', '161547.596000', '161547.598000', '161547.601000', '161547.603000', '161547.606000', '161547.609000', '161547.611000', '161547.614000', '161547.616000', '161547.619000', '161547.622000', '161547.624000', '161547.627000', '161547.630000', '161547.633000', '161547.635000', '161547.638000', '161547.640000', '161547.644000', '161547.646000', '161547.649000', '161547.651000', '161547.654000', '161547.656000', '161547.659000', '161607.548000', '161607.551000', '161607.553000', '161607.556000', '161607.559000', '161607.561000', '161607.564000', '161607.567000', '161607.569000', '161607.572000', '161607.575000', '161607.577000', '161607.580000', '161607.582000', '161607.585000', '161607.588000', '161607.590000', '161607.593000', '161607.595000', '161607.598000', '161607.601000', '161607.603000', '161607.606000', '161607.609000', '161607.611000', '161607.614000', '161607.616000', '161607.619000', '161607.622000', '161607.624000', '161607.627000', '161607.629000', '161607.632000', '161607.635000', '161607.637000', '161607.640000', '161607.642000', '161607.645000', '161607.648000', '161607.650000', '161607.653000', '161607.655000', '161607.658000', '161607.661000', '161627.548000', '161627.551000', '161627.553000', '161627.556000', '161627.558000', '161627.561000', '161627.564000', '161627.567000', '161627.569000', '161627.572000', '161627.575000', '161627.577000', '161627.580000', '161627.583000', '161627.585000', '161627.588000', '161627.590000', '161627.593000', '161627.596000', '161627.598000', '161627.601000', '161627.604000', '161627.606000', '161627.609000', '161627.612000', '161627.614000', '161627.617000', '161627.619000', '161627.622000', '161627.625000', '161627.627000', '161627.630000', '161627.632000', '161627.635000', '161627.638000', '161627.641000', '161627.644000', '161627.646000', '161627.649000', '161627.653000', '161627.656000', '161627.658000', '161627.661000', '161647.546000', '161647.549000', '161647.552000', '161647.555000', '161647.558000', '161647.560000', '161647.563000', '161647.566000', '161647.568000', '161647.571000', '161647.574000', '161647.576000', '161647.579000', '161647.581000', '161647.584000', '161647.587000', '161647.589000', '161647.592000', '161647.595000', '161647.597000', '161647.600000', '161647.603000', '161647.605000', '161647.608000', '161647.610000', '161647.613000', '161647.616000', '161647.618000', '161647.621000', '161647.623000', '161647.626000', '161647.628000', '161647.631000', '161647.634000', '161647.636000', '161647.643000', '161647.646000', '161647.648000', '161647.651000', '161647.653000', '161647.656000', '161647.658000', '161647.661000', '161647.664000', '161707.548000', '161707.551000', '161707.553000', '161707.556000', '161707.558000', '161707.561000', '161707.564000', '161707.566000', '161707.569000', '161707.571000', '161707.574000', '161707.577000', '161707.579000', '161707.582000', '161707.584000', '161707.587000', '161707.590000', '161707.592000', '161707.595000', '161707.597000', '161707.600000', '161707.603000', '161707.605000', '161707.608000', '161707.610000', '161707.613000', '161707.616000', '161707.618000', '161707.621000', '161707.623000', '161707.626000', '161707.628000', '161707.631000', '161707.633000', '161707.636000', '161707.639000', '161707.641000', '161707.644000', '161707.646000', '161707.649000', '161707.652000', '161707.654000', '161707.657000', '161727.547000', '161727.550000', '161727.553000', '161727.556000', '161727.558000', '161727.561000', '161727.564000', '161727.566000', '161727.569000', '161727.571000', '161727.574000', '161727.577000', '161727.579000', '161727.582000', '161727.585000', '161727.587000', '161727.590000', '161727.594000', '161727.597000', '161727.600000', '161727.602000', '161727.605000', '161727.608000', '161727.610000', '161727.613000', '161727.616000', '161727.618000', '161727.621000', '161727.623000', '161727.626000', '161727.629000', '161727.631000', '161727.634000', '161727.636000', '161727.639000', '161727.641000', '161727.644000', '161727.647000', '161727.649000', '161727.652000', '161727.654000', '161727.657000', '161727.660000', '161727.662000', '161747.547000', '161747.550000', '161747.553000', '161747.556000', '161747.558000', '161747.561000', '161747.573000', '161747.576000', '161747.578000', '161747.581000', '161747.583000', '161747.586000', '161747.589000', '161747.591000', '161747.594000', '161747.597000', '161747.599000', '161747.602000', '161747.604000', '161747.607000', '161747.610000', '161747.612000', '161747.615000', '161747.618000', '161747.620000', '161747.623000', '161747.625000', '161747.628000', '161747.631000', '161747.633000', '161747.636000', '161747.638000', '161747.641000', '161747.643000', '161747.646000', '161747.649000', '161747.651000', '161747.654000', '161747.656000', '161747.659000', '161747.661000', '161747.664000', '161747.667000', '161751.373000', '161751.376000', '161751.379000', '161751.382000', '161751.385000', '161751.388000', '161751.391000', '161751.393000', '161751.396000'], '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': [9847, 9283, 12278, 9907, 11388, 9866, 9248, 16336, 9295, 12885, 11195, 10984, 16845, 9352, 14176, 9432, 10112, 10808, 9913, 17544, 9078, 15022, 9091, 12282, 9661, 14624, 12016, 8952, 17312, 10038, 14564, 10911, 10629, 17826, 13314, 14883, 9334, 10762, 9154, 9356, 9557, 9109, 9476, 8928, 10106, 9215, 9261, 9346, 9200, 10767, 8955, 9628, 8807, 9055, 9999, 9138, 10499, 9190, 8931, 9052, 8890, 9201, 9004, 9282, 9262, 10367, 9313, 10952, 9583, 11801, 9801, 12132, 10195, 9044, 10408, 9269, 11258, 9566, 9157, 14422, 9735, 14706, 10642, 16077, 14057, 10893, 18222, 10898, 14470, 13115, 14074, 17357, 11398, 15867, 9947, 13587, 10003, 16204, 12260, 10341, 11969, 9163, 17606, 10853, 18483, 13628, 15658, 11411, 14819, 9156, 15190, 13343, 14882, 13486, 9021, 15797, 9205, 12953, 8974, 9802, 9190, 9206, 9156, 9115, 9730, 8988, 9831, 9187, 10769, 9149, 9553, 9403, 9115, 9567, 9095, 9257, 8873, 9745, 9247, 10523, 9430, 11621, 9113, 10741, 9112, 10012, 9400, 11394, 9330, 9754, 9258, 11504, 9159, 8936, 10544, 9095, 16730, 11010, 16310, 11341, 13640, 8980, 10269, 9069, 10917, 9249, 9232, 12011, 9263, 10562, 9024, 10834, 9133, 10303, 9267, 9409, 9148, 9131, 9114, 9248, 9292, 9154, 10082, 9085, 10673, 9113, 9531, 9058, 9311, 9165, 9308, 9743, 9014, 10065, 8875, 9543, 9043, 12379, 9112, 11750, 9527, 9287, 9350, 9908, 9478, 8834, 10131, 9115, 10015, 9086, 9076, 11329, 9450, 11376, 9338, 9314, 9154, 9394, 10775, 9121, 14985, 14645, 18056, 14197, 17081, 11974, 18076, 12642, 19015, 14677, 17243, 11836, 12618, 9192, 10089, 9081, 9485, 9167, 10109, 8885, 8461, 9080, 8933, 9172, 9213, 9138, 8968, 9123, 8499, 9544, 8700, 9697, 8915, 9739, 9102, 9713, 8956, 10689, 9174, 10062, 9112, 10061, 9157, 10251, 8915, 10753, 8942, 10331, 9273, 12624, 9390, 13198, 9227, 10818, 9417, 11529, 9256, 14642, 12773, 9283, 16889, 8942, 14654, 9549, 11869, 12206, 11651, 13182, 9003, 9614, 9057, 9359, 8840, 10139, 8982, 9088, 9380, 8889, 9397, 9056, 12159, 9166, 12158, 9303, 8975, 9153, 8964, 10522, 8892, 8830, 9665, 8887, 14882, 8908, 9358, 8868, 9362, 9240, 8894, 9729, 9810, 9228, 8936, 9239, 10311, 9260, 10849, 9362, 10851, 9579, 11235, 9485, 9091, 9728, 9452, 11131, 9425, 11236, 9726, 8908, 15786, 12397, 14790, 9651, 10053, 19209, 11400, 16021, 11653, 14307, 9959, 9229, 10936, 9142, 14576, 12237, 11358, 9496, 11259, 9381, 17258, 15478, 17991, 13374, 19269, 12435, 17933, 13938, 18448, 13119, 14721, 10595, 12660, 9785, 18513, 13734, 16210, 10869, 12443, 9152, 10658, 9140, 10598, 8987, 10289, 8859, 8825, 9760, 8880, 9900, 8898, 9527, 8817, 10304, 9058, 9855, 8913, 9622, 8912, 9312, 8961, 9515, 8805, 9477, 9408, 13043, 9057, 14583, 8900, 13501, 9500, 13474, 10346, 14031, 9266, 8645, 9622, 9042, 10109, 8939, 10385, 9184, 11631, 9201, 11314, 8976, 10287, 9168, 11895, 9071, 10924, 9493, 9012, 9784, 8809, 9400, 8908, 13524, 8918, 9932, 8977, 9962, 9239, 10092, 8973, 9412, 9079, 10447, 9221, 10407, 8916, 12146, 9412, 16435, 12842, 10406, 15574, 8943, 12808, 8993, 11751, 8805, 9813, 9831, 9040, 9502, 8776, 9663, 9263, 9210, 8998, 9319, 8979, 9524, 8926, 16573, 12781, 15745, 10465, 12590, 9270, 12348, 9416, 16820, 10383, 11988, 8680, 9216, 8851, 9309, 11113, 9089, 9688, 9215, 10226, 9038, 10823, 9708, 11238, 9306, 9019, 8950, 9322, 9230, 9113, 9497, 8935, 14079, 9470, 16274, 10596, 11527, 9239, 9160, 9346, 9047, 11037, 9122, 9888, 8876, 9384, 8708, 9533, 9389, 9470, 10221, 9232, 9775, 9353, 9511, 8763, 9402, 9044, 9329, 9289, 9236, 11071, 9383, 9747, 9361, 10400, 8937, 10585, 9386, 9611, 9213, 8934, 10028, 9090, 11149, 11410, 10529, 9275, 11237, 9374, 9536, 11762, 9237, 14884, 10939, 15713, 10865, 11924, 19652, 14683, 17548, 14342, 16930, 16580, 13001, 19575, 15329, 18367, 14442, 17938, 13724, 19225, 14317, 18838, 15556, 18109, 16154, 12928, 19261, 14118, 17753, 12965, 17680, 10616, 12206, 9355, 9752, 9614, 9545, 18605, 13045, 16198, 10600, 12509, 9388, 10458, 8979, 9536, 9067, 9927, 9379, 9801, 9584, 9935, 8913, 10097, 9057, 9788, 9443, 9550, 10573, 9451, 10136, 9432, 9910, 9611, 10052, 9128, 9772, 9310, 9527, 9900, 9611, 10594, 9207, 11163, 9339, 10338, 9593, 10123, 9245, 10703, 8975, 11076, 9526, 11566, 10002, 9297, 17309, 13306, 15154, 10453, 12476, 8798, 9366, 13593, 13443, 10464, 9443, 9440, 9553, 16537, 9783, 18349, 13908, 16683, 10970, 12888, 11960, 10498, 18718, 12545, 16174, 10694, 11094, 9197, 9638, 8664, 9498, 9112, 9543, 9056, 9278, 10443, 9089, 10183, 8954, 9515, 9128, 9345, 11870, 9127, 10467, 8777, 9837, 9305, 9655, 10242, 9101, 10092, 9032, 9503, 9229, 9412, 9092, 9129, 11244, 9317, 9548, 8910, 9231, 9625, 9109, 10309, 9214, 9751, 9160, 10323, 9085, 9774, 9356, 9476, 9803, 9287, 11492, 9045, 10555, 9161, 10658, 9202, 10261, 9072, 10526, 9515, 10979, 10392, 10858, 10211, 9910, 10348, 9959, 13269, 10983, 17161, 13405, 14766, 10368, 14303, 16981, 15522, 17644, 14168, 18482, 12954, 19250, 14785, 19787, 13863, 16420, 11706, 13771, 19153, 14968, 20056, 15841, 16724, 12325, 17173, 12490, 19115, 15050, 15570, 13749, 10109, 17576, 10486, 18398, 13783, 16385, 10839, 11809, 9353, 9783, 9036, 9601, 13039, 9586, 10371, 9221, 9731, 9326, 10202, 9312, 10283, 9231, 10017, 9319, 10117, 9274, 9879, 9627, 9806, 9256, 10339, 9689, 9569, 9373, 9662, 9315, 12962, 9366, 11039, 9505, 11046, 9266, 16308, 10950, 15376, 9678, 11241, 9313, 9915, 9400, 12111, 9428, 9738, 9614, 9867, 9193, 9556, 9505, 9368, 11912, 9471, 10156, 9309, 10049, 9348, 9585, 9332, 9108, 9188, 9864, 9399, 9514, 9467, 8853, 9540, 9179, 9305, 9196, 9510, 9974, 9402, 9873, 8985, 9601, 9455, 9861, 9113, 9591, 9131, 13425, 11343, 17581, 11200, 14142, 9403, 13533, 9003, 13855, 14653, 13256, 10410, 9607, 9706, 9565, 9591, 9006, 9717, 8887, 9383, 9108, 9514, 9931, 9081, 11149, 8989, 10285, 9220, 10174, 9036, 10346, 9505, 10309, 9290, 10953, 9206, 10620, 9288, 9339, 10021, 9288, 16710, 12555, 17511, 13544, 15394, 10649, 14619, 11081, 16914, 15206, 15782, 12928, 11201, 13282, 9509, 19591, 15417, 16463, 11571, 14210, 9936, 12362, 9829, 17374, 10408, 10909, 9586, 9388, 8941, 9424, 10615, 9543, 9068, 9338, 11468, 9549, 15672, 10075, 15142, 9317, 10244, 9499, 10023, 9348, 11917, 9243, 11457, 9281, 13314, 9127, 14393, 9276, 12558, 9209, 9751, 9097, 9701, 9379, 9522, 9636, 9816, 9881, 9648, 9232, 9953, 8960, 9799, 9318, 9299, 10419, 9118, 11647, 9307, 9833, 9439, 9488, 9194, 9334, 9480, 9101, 9776, 9162, 9429, 9269, 9464, 9364, 9568, 10476, 9302, 10413, 9019, 10054, 9230, 9176, 9435, 9153, 9968, 9070, 11471, 9033, 9992, 9215, 9283, 10637, 9171, 11318, 9408, 9300, 10521, 9211, 13568, 9085, 9763, 9940, 8917, 10716, 9262, 10232, 9369, 12115, 9596, 12155, 9779, 11914, 10293, 11146, 10079, 10537, 9712, 10950, 13921, 10532, 15460, 11603, 16975, 17848, 14762, 18020, 14566, 17564, 17655, 13278, 18271, 9940, 18220, 15430, 19236, 15335, 13764, 11891, 16682, 12464, 20275, 15511, 17984, 18374, 13932, 17387, 11200, 13376, 17948, 13777, 14883, 10280, 12777, 9458, 9997, 9046, 9664, 9636, 9625, 11992, 9358, 10223, 8959, 11204, 9218, 10226, 11335, 9752, 14204, 9446, 12608, 9287, 9969, 9294, 9934, 8888, 9719, 9213, 9641, 9192, 9748, 9326, 9728, 9312, 9643, 9707, 9653, 14356], 'WindowCenter': [4326.0, 4312.0, 4328.0, 4281.0, 4288.0, 4255.0, 4255.0, 4302.0, 4243.0, 4283.0, 4248.0, 4248.0, 4301.0, 4228.0, 4266.0, 4228.0, 4250.0, 4247.0, 4239.0, 4299.0, 4217.0, 4276.0, 4230.0, 4260.0, 4226.0, 4280.0, 4247.0, 4215.0, 4285.0, 4223.0, 4266.0, 4246.0, 4224.0, 4274.0, 4255.0, 4265.0, 4202.0, 4220.0, 4216.0, 4226.0, 4212.0, 4205.0, 4214.0, 4205.0, 4212.0, 4203.0, 4213.0, 4227.0, 4216.0, 4223.0, 4203.0, 4213.0, 4203.0, 4203.0, 4214.0, 4216.0, 4247.0, 4228.0, 4216.0, 4218.0, 4216.0, 4216.0, 4216.0, 4227.0, 4240.0, 4251.0, 4254.0, 4261.0, 4250.0, 4270.0, 4253.0, 4281.0, 4263.0, 4268.0, 4264.0, 4243.0, 4273.0, 4254.0, 4244.0, 4290.0, 4241.0, 4294.0, 4249.0, 4290.0, 4268.0, 4248.0, 4287.0, 4248.0, 4280.0, 4254.0, 4265.0, 4276.0, 4244.0, 4274.0, 4225.0, 4267.0, 4211.0, 4274.0, 4243.0, 4223.0, 4232.0, 4214.0, 4285.0, 4222.0, 4283.0, 4253.0, 4261.0, 4220.0, 4249.0, 4202.0, 4251.0, 4239.0, 4252.0, 4228.0, 4178.0, 4238.0, 4186.0, 4225.0, 4186.0, 4199.0, 4185.0, 4186.0, 4187.0, 4188.0, 4186.0, 4187.0, 4208.0, 4212.0, 4233.0, 4212.0, 4211.0, 4213.0, 4201.0, 4212.0, 4202.0, 4215.0, 4215.0, 4212.0, 4228.0, 4234.0, 4216.0, 4260.0, 4216.0, 4235.0, 4217.0, 4237.0, 4229.0, 4247.0, 4242.0, 4240.0, 4228.0, 4260.0, 4227.0, 4218.0, 4236.0, 4229.0, 4300.0, 4237.0, 4288.0, 4247.0, 4265.0, 4215.0, 4239.0, 4215.0, 4235.0, 4214.0, 4213.0, 4231.0, 4216.0, 4234.0, 4203.0, 4235.0, 4215.0, 4223.0, 4214.0, 4213.0, 4227.0, 4230.0, 4214.0, 4216.0, 4215.0, 4214.0, 4223.0, 4215.0, 4223.0, 4214.0, 4227.0, 4228.0, 4216.0, 4215.0, 4216.0, 4214.0, 4215.0, 4224.0, 4230.0, 4237.0, 4216.0, 4269.0, 4229.0, 4257.0, 4228.0, 4228.0, 4226.0, 4225.0, 4226.0, 4217.0, 4236.0, 4216.0, 4239.0, 4228.0, 4229.0, 4261.0, 4241.0, 4261.0, 4242.0, 4242.0, 4241.0, 4241.0, 4259.0, 4256.0, 4304.0, 4292.0, 4301.0, 4281.0, 4287.0, 4246.0, 4289.0, 4256.0, 4273.0, 4255.0, 4263.0, 4221.0, 4218.0, 4188.0, 4197.0, 4189.0, 4200.0, 4190.0, 4199.0, 4188.0, 4179.0, 4191.0, 4189.0, 4214.0, 4200.0, 4213.0, 4202.0, 4215.0, 4204.0, 4214.0, 4203.0, 4213.0, 4217.0, 4225.0, 4203.0, 4215.0, 4214.0, 4223.0, 4214.0, 4241.0, 4229.0, 4237.0, 4227.0, 4239.0, 4229.0, 4248.0, 4228.0, 4252.0, 4240.0, 4259.0, 4232.0, 4269.0, 4229.0, 4248.0, 4231.0, 4259.0, 4228.0, 4281.0, 4257.0, 4216.0, 4277.0, 4216.0, 4266.0, 4229.0, 4261.0, 4244.0, 4235.0, 4244.0, 4203.0, 4210.0, 4214.0, 4214.0, 4217.0, 4237.0, 4218.0, 4217.0, 4226.0, 4228.0, 4229.0, 4241.0, 4271.0, 4227.0, 4257.0, 4215.0, 4216.0, 4214.0, 4219.0, 4240.0, 4217.0, 4232.0, 4229.0, 4218.0, 4278.0, 4218.0, 4216.0, 4205.0, 4215.0, 4205.0, 4216.0, 4241.0, 4239.0, 4228.0, 4228.0, 4230.0, 4263.0, 4241.0, 4248.0, 4227.0, 4260.0, 4253.0, 4273.0, 4267.0, 4259.0, 4256.0, 4257.0, 4278.0, 4256.0, 4274.0, 4256.0, 4245.0, 4292.0, 4271.0, 4292.0, 4228.0, 4238.0, 4311.0, 4260.0, 4277.0, 4249.0, 4278.0, 4225.0, 4228.0, 4249.0, 4226.0, 4276.0, 4257.0, 4246.0, 4226.0, 4248.0, 4227.0, 4286.0, 4278.0, 4287.0, 4254.0, 4297.0, 4255.0, 4273.0, 4253.0, 4273.0, 4242.0, 4251.0, 4222.0, 4243.0, 4201.0, 4271.0, 4240.0, 4259.0, 4210.0, 4228.0, 4188.0, 4209.0, 4200.0, 4210.0, 4188.0, 4196.0, 4187.0, 4185.0, 4198.0, 4213.0, 4210.0, 4198.0, 4200.0, 4200.0, 4221.0, 4201.0, 4224.0, 4213.0, 4224.0, 4214.0, 4224.0, 4215.0, 4224.0, 4229.0, 4227.0, 4226.0, 4269.0, 4218.0, 4265.0, 4215.0, 4255.0, 4239.0, 4267.0, 4211.0, 4253.0, 4202.0, 4190.0, 4199.0, 4201.0, 4223.0, 4215.0, 4221.0, 4214.0, 4232.0, 4213.0, 4233.0, 4228.0, 4235.0, 4214.0, 4255.0, 4217.0, 4236.0, 4227.0, 4215.0, 4226.0, 4231.0, 4229.0, 4214.0, 4256.0, 4216.0, 4225.0, 4215.0, 4223.0, 4240.0, 4238.0, 4219.0, 4230.0, 4233.0, 4250.0, 4230.0, 4248.0, 4244.0, 4273.0, 4229.0, 4291.0, 4258.0, 4236.0, 4275.0, 4214.0, 4254.0, 4215.0, 4244.0, 4216.0, 4227.0, 4237.0, 4215.0, 4240.0, 4217.0, 4227.0, 4228.0, 4228.0, 4228.0, 4226.0, 4217.0, 4226.0, 4228.0, 4288.0, 4272.0, 4279.0, 4235.0, 4254.0, 4215.0, 4269.0, 4216.0, 4289.0, 4226.0, 4244.0, 4191.0, 4202.0, 4201.0, 4213.0, 4233.0, 4228.0, 4225.0, 4202.0, 4211.0, 4203.0, 4233.0, 4223.0, 4245.0, 4240.0, 4230.0, 4230.0, 4231.0, 4230.0, 4216.0, 4227.0, 4218.0, 4292.0, 4227.0, 4278.0, 4239.0, 4247.0, 4203.0, 4204.0, 4202.0, 4203.0, 4225.0, 4227.0, 4224.0, 4216.0, 4214.0, 4192.0, 4213.0, 4203.0, 4215.0, 4225.0, 4216.0, 4225.0, 4230.0, 4229.0, 4219.0, 4230.0, 4219.0, 4216.0, 4218.0, 4231.0, 4262.0, 4244.0, 4252.0, 4242.0, 4253.0, 4233.0, 4250.0, 4243.0, 4267.0, 4258.0, 4244.0, 4253.0, 4234.0, 4264.0, 4272.0, 4266.0, 4246.0, 4262.0, 4242.0, 4254.0, 4274.0, 4255.0, 4306.0, 4267.0, 4308.0, 4264.0, 4275.0, 4313.0, 4293.0, 4301.0, 4282.0, 4291.0, 4290.0, 4272.0, 4313.0, 4279.0, 4288.0, 4268.0, 4276.0, 4255.0, 4285.0, 4254.0, 4275.0, 4263.0, 4274.0, 4250.0, 4229.0, 4259.0, 4228.0, 4248.0, 4216.0, 4247.0, 4185.0, 4206.0, 4163.0, 4174.0, 4173.0, 4187.0, 4258.0, 4216.0, 4235.0, 4183.0, 4204.0, 4173.0, 4181.0, 4173.0, 4185.0, 4175.0, 4185.0, 4186.0, 4184.0, 4186.0, 4197.0, 4188.0, 4209.0, 4176.0, 4199.0, 4188.0, 4199.0, 4209.0, 4212.0, 4224.0, 4202.0, 4200.0, 4200.0, 4210.0, 4202.0, 4212.0, 4214.0, 4225.0, 4225.0, 4241.0, 4252.0, 4230.0, 4249.0, 4231.0, 4239.0, 4241.0, 4253.0, 4255.0, 4265.0, 4245.0, 4262.0, 4244.0, 4274.0, 4242.0, 4244.0, 4301.0, 4271.0, 4281.0, 4239.0, 4258.0, 4221.0, 4230.0, 4266.0, 4270.0, 4240.0, 4228.0, 4216.0, 4228.0, 4301.0, 4228.0, 4299.0, 4268.0, 4277.0, 4236.0, 4256.0, 4247.0, 4226.0, 4285.0, 4244.0, 4263.0, 4225.0, 4236.0, 4201.0, 4202.0, 4191.0, 4213.0, 4202.0, 4213.0, 4216.0, 4241.0, 4239.0, 4220.0, 4241.0, 4217.0, 4215.0, 4203.0, 4205.0, 4233.0, 4229.0, 4251.0, 4205.0, 4227.0, 4217.0, 4215.0, 4214.0, 4216.0, 4224.0, 4206.0, 4214.0, 4205.0, 4218.0, 4205.0, 4217.0, 4248.0, 4231.0, 4241.0, 4231.0, 4230.0, 4230.0, 4219.0, 4238.0, 4230.0, 4230.0, 4231.0, 4242.0, 4247.0, 4256.0, 4243.0, 4245.0, 4243.0, 4231.0, 4249.0, 4233.0, 4267.0, 4257.0, 4266.0, 4243.0, 4255.0, 4248.0, 4262.0, 4269.0, 4277.0, 4278.0, 4277.0, 4292.0, 4279.0, 4279.0, 4294.0, 4309.0, 4278.0, 4330.0, 4311.0, 4309.0, 4267.0, 4321.0, 4316.0, 4307.0, 4317.0, 4295.0, 4313.0, 4285.0, 4314.0, 4281.0, 4312.0, 4270.0, 4290.0, 4246.0, 4270.0, 4289.0, 4266.0, 4286.0, 4266.0, 4263.0, 4232.0, 4276.0, 4231.0, 4272.0, 4238.0, 4251.0, 4225.0, 4185.0, 4259.0, 4196.0, 4248.0, 4226.0, 4246.0, 4196.0, 4204.0, 4163.0, 4184.0, 4163.0, 4174.0, 4213.0, 4186.0, 4197.0, 4175.0, 4183.0, 4185.0, 4194.0, 4186.0, 4194.0, 4200.0, 4207.0, 4202.0, 4210.0, 4212.0, 4212.0, 4211.0, 4224.0, 4203.0, 4223.0, 4213.0, 4201.0, 4226.0, 4226.0, 4214.0, 4255.0, 4216.0, 4224.0, 4215.0, 4247.0, 4228.0, 4275.0, 4234.0, 4263.0, 4203.0, 4222.0, 4216.0, 4225.0, 4203.0, 4243.0, 4203.0, 4202.0, 4200.0, 4212.0, 4200.0, 4214.0, 4215.0, 4203.0, 4232.0, 4213.0, 4210.0, 4202.0, 4211.0, 4216.0, 4213.0, 4217.0, 4215.0, 4216.0, 4226.0, 4216.0, 4228.0, 4240.0, 4219.0, 4229.0, 4227.0, 4229.0, 4216.0, 4228.0, 4237.0, 4229.0, 4227.0, 4219.0, 4228.0, 4242.0, 4240.0, 4230.0, 4241.0, 4245.0, 4282.0, 4263.0, 4303.0, 4251.0, 4268.0, 4219.0, 4257.0, 4218.0, 4282.0, 4279.0, 4261.0, 4225.0, 4204.0, 4202.0, 4203.0, 4202.0, 4217.0, 4228.0, 4205.0, 4217.0, 4204.0, 4216.0, 4224.0, 4218.0, 4247.0, 4218.0, 4249.0, 4229.0, 4237.0, 4230.0, 4250.0, 4251.0, 4252.0, 4268.0, 4276.0, 4255.0, 4267.0, 4257.0, 4245.0, 4243.0, 4257.0, 4317.0, 4274.0, 4304.0, 4283.0, 4291.0, 4239.0, 4281.0, 4249.0, 4289.0, 4279.0, 4279.0, 4256.0, 4235.0, 4256.0, 4215.0, 4285.0, 4277.0, 4274.0, 4233.0, 4250.0, 4213.0, 4244.0, 4211.0, 4274.0, 4211.0, 4221.0, 4200.0, 4203.0, 4192.0, 4201.0, 4212.0, 4202.0, 4190.0, 4201.0, 4230.0, 4214.0, 4263.0, 4202.0, 4251.0, 4200.0, 4208.0, 4201.0, 4213.0, 4202.0, 4232.0, 4204.0, 4221.0, 4203.0, 4254.0, 4202.0, 4252.0, 4201.0, 4232.0, 4201.0, 4200.0, 4202.0, 4226.0, 4214.0, 4214.0, 4214.0, 4214.0, 4229.0, 4240.0, 4216.0, 4227.0, 4215.0, 4227.0, 4213.0, 4214.0, 4237.0, 4217.0, 4233.0, 4204.0, 4226.0, 4216.0, 4214.0, 4201.0, 4201.0, 4200.0, 4204.0, 4215.0, 4216.0, 4214.0, 4217.0, 4217.0, 4217.0, 4229.0, 4239.0, 4232.0, 4239.0, 4219.0, 4227.0, 4217.0, 4217.0, 4219.0, 4231.0, 4230.0, 4246.0, 4275.0, 4245.0, 4242.0, 4233.0, 4231.0, 4240.0, 4229.0, 4239.0, 4230.0, 4245.0, 4255.0, 4244.0, 4283.0, 4234.0, 4228.0, 4229.0, 4219.0, 4240.0, 4257.0, 4266.0, 4244.0, 4272.0, 4255.0, 4272.0, 4255.0, 4287.0, 4267.0, 4278.0, 4282.0, 4293.0, 4285.0, 4318.0, 4333.0, 4282.0, 4322.0, 4292.0, 4332.0, 4329.0, 4308.0, 4316.0, 4297.0, 4320.0, 4303.0, 4273.0, 4303.0, 4231.0, 4303.0, 4293.0, 4300.0, 4268.0, 4257.0, 4247.0, 4277.0, 4259.0, 4301.0, 4267.0, 4277.0, 4264.0, 4243.0, 4262.0, 4210.0, 4231.0, 4247.0, 4217.0, 4224.0, 4185.0, 4204.0, 4175.0, 4187.0, 4163.0, 4187.0, 4175.0, 4186.0, 4205.0, 4176.0, 4198.0, 4176.0, 4208.0, 4176.0, 4197.0, 4195.0, 4186.0, 4225.0, 4187.0, 4216.0, 4175.0, 4184.0, 4176.0, 4184.0, 4188.0, 4199.0, 4189.0, 4188.0, 4190.0, 4199.0, 4190.0, 4199.0, 4190.0, 4201.0, 4200.0, 4200.0, 4240.0], 'WindowWidth': [9580.0, 9552.0, 9562.0, 9482.0, 9484.0, 9434.0, 9431.0, 9489.0, 9410.0, 9464.0, 9408.0, 9407.0, 9482.0, 9381.0, 9429.0, 9383.0, 9413.0, 9403.0, 9397.0, 9478.0, 9364.0, 9439.0, 9388.0, 9427.0, 9373.0, 9452.0, 9402.0, 9358.0, 9451.0, 9365.0, 9427.0, 9401.0, 9368.0, 9434.0, 9408.0, 9421.0, 9335.0, 9354.0, 9359.0, 9375.0, 9349.0, 9342.0, 9352.0, 9341.0, 9346.0, 9336.0, 9349.0, 9377.0, 9359.0, 9364.0, 9335.0, 9346.0, 9336.0, 9337.0, 9350.0, 9358.0, 9405.0, 9382.0, 9359.0, 9363.0, 9358.0, 9359.0, 9360.0, 9378.0, 9401.0, 9418.0, 9431.0, 9432.0, 9415.0, 9440.0, 9425.0, 9458.0, 9438.0, 9456.0, 9442.0, 9410.0, 9450.0, 9427.0, 9414.0, 9468.0, 9404.0, 9480.0, 9409.0, 9466.0, 9434.0, 9407.0, 9458.0, 9407.0, 9455.0, 9410.0, 9425.0, 9440.0, 9395.0, 9433.0, 9371.0, 9429.0, 9346.0, 9436.0, 9390.0, 9364.0, 9372.0, 9354.0, 9453.0, 9360.0, 9445.0, 9403.0, 9410.0, 9354.0, 9392.0, 9334.0, 9397.0, 9377.0, 9398.0, 9360.0, 9292.0, 9372.0, 9300.0, 9352.0, 9302.0, 9326.0, 9299.0, 9300.0, 9302.0, 9305.0, 9301.0, 9308.0, 9333.0, 9349.0, 9379.0, 9348.0, 9345.0, 9350.0, 9332.0, 9349.0, 9334.0, 9357.0, 9359.0, 9350.0, 9383.0, 9382.0, 9358.0, 9426.0, 9363.0, 9382.0, 9365.0, 9389.0, 9382.0, 9402.0, 9407.0, 9401.0, 9379.0, 9425.0, 9378.0, 9367.0, 9385.0, 9385.0, 9481.0, 9389.0, 9459.0, 9402.0, 9420.0, 9358.0, 9398.0, 9356.0, 9383.0, 9352.0, 9350.0, 9372.0, 9361.0, 9381.0, 9337.0, 9382.0, 9358.0, 9364.0, 9353.0, 9350.0, 9378.0, 9386.0, 9355.0, 9358.0, 9355.0, 9355.0, 9363.0, 9355.0, 9363.0, 9353.0, 9378.0, 9380.0, 9358.0, 9357.0, 9360.0, 9353.0, 9357.0, 9367.0, 9388.0, 9393.0, 9362.0, 9437.0, 9384.0, 9416.0, 9380.0, 9381.0, 9374.0, 9369.0, 9372.0, 9364.0, 9386.0, 9360.0, 9395.0, 9380.0, 9382.0, 9429.0, 9404.0, 9428.0, 9406.0, 9408.0, 9402.0, 9402.0, 9425.0, 9433.0, 9492.0, 9474.0, 9484.0, 9454.0, 9456.0, 9398.0, 9462.0, 9411.0, 9432.0, 9408.0, 9412.0, 9352.0, 9343.0, 9305.0, 9313.0, 9309.0, 9324.0, 9310.0, 9321.0, 9308.0, 9295.0, 9314.0, 9310.0, 9352.0, 9327.0, 9350.0, 9333.0, 9355.0, 9339.0, 9354.0, 9338.0, 9348.0, 9365.0, 9370.0, 9337.0, 9353.0, 9352.0, 9363.0, 9354.0, 9401.0, 9384.0, 9389.0, 9378.0, 9394.0, 9382.0, 9406.0, 9379.0, 9420.0, 9399.0, 9420.0, 9390.0, 9435.0, 9380.0, 9404.0, 9388.0, 9423.0, 9378.0, 9453.0, 9413.0, 9359.0, 9442.0, 9358.0, 9424.0, 9381.0, 9426.0, 9394.0, 9382.0, 9391.0, 9336.0, 9341.0, 9354.0, 9353.0, 9361.0, 9389.0, 9365.0, 9362.0, 9376.0, 9379.0, 9383.0, 9405.0, 9441.0, 9376.0, 9415.0, 9354.0, 9357.0, 9352.0, 9368.0, 9394.0, 9361.0, 9389.0, 9379.0, 9361.0, 9446.0, 9362.0, 9357.0, 9340.0, 9352.0, 9337.0, 9358.0, 9400.0, 9396.0, 9379.0, 9380.0, 9386.0, 9438.0, 9404.0, 9405.0, 9380.0, 9427.0, 9422.0, 9449.0, 9452.0, 9442.0, 9430.0, 9433.0, 9463.0, 9431.0, 9452.0, 9432.0, 9416.0, 9472.0, 9442.0, 9470.0, 9380.0, 9393.0, 9497.0, 9423.0, 9445.0, 9409.0, 9446.0, 9368.0, 9379.0, 9411.0, 9373.0, 9440.0, 9417.0, 9399.0, 9373.0, 9407.0, 9378.0, 9455.0, 9448.0, 9457.0, 9407.0, 9472.0, 9411.0, 9433.0, 9405.0, 9431.0, 9385.0, 9394.0, 9357.0, 9387.0, 9327.0, 9424.0, 9382.0, 9404.0, 9339.0, 9358.0, 9306.0, 9335.0, 9329.0, 9337.0, 9307.0, 9316.0, 9303.0, 9301.0, 9322.0, 9352.0, 9339.0, 9323.0, 9326.0, 9328.0, 9356.0, 9333.0, 9368.0, 9352.0, 9367.0, 9356.0, 9369.0, 9359.0, 9369.0, 9387.0, 9376.0, 9376.0, 9433.0, 9363.0, 9421.0, 9354.0, 9409.0, 9397.0, 9428.0, 9345.0, 9403.0, 9331.0, 9315.0, 9325.0, 9330.0, 9362.0, 9356.0, 9358.0, 9355.0, 9375.0, 9352.0, 9375.0, 9382.0, 9384.0, 9356.0, 9410.0, 9364.0, 9386.0, 9376.0, 9358.0, 9372.0, 9388.0, 9384.0, 9357.0, 9411.0, 9358.0, 9366.0, 9357.0, 9364.0, 9400.0, 9393.0, 9368.0, 9386.0, 9393.0, 9411.0, 9387.0, 9406.0, 9411.0, 9451.0, 9382.0, 9467.0, 9416.0, 9386.0, 9436.0, 9353.0, 9410.0, 9359.0, 9392.0, 9362.0, 9375.0, 9390.0, 9358.0, 9402.0, 9367.0, 9375.0, 9381.0, 9380.0, 9379.0, 9375.0, 9363.0, 9376.0, 9380.0, 9461.0, 9443.0, 9448.0, 9383.0, 9407.0, 9356.0, 9435.0, 9359.0, 9462.0, 9373.0, 9391.0, 9318.0, 9332.0, 9328.0, 9350.0, 9377.0, 9382.0, 9371.0, 9333.0, 9343.0, 9339.0, 9375.0, 9365.0, 9395.0, 9402.0, 9386.0, 9385.0, 9387.0, 9384.0, 9361.0, 9374.0, 9364.0, 9473.0, 9377.0, 9444.0, 9397.0, 9401.0, 9333.0, 9336.0, 9329.0, 9333.0, 9365.0, 9378.0, 9365.0, 9359.0, 9351.0, 9318.0, 9348.0, 9335.0, 9355.0, 9366.0, 9356.0, 9369.0, 9385.0, 9379.0, 9367.0, 9385.0, 9366.0, 9359.0, 9362.0, 9386.0, 9430.0, 9412.0, 9420.0, 9405.0, 9418.0, 9393.0, 9411.0, 9409.0, 9448.0, 9440.0, 9411.0, 9421.0, 9396.0, 9434.0, 9442.0, 9441.0, 9416.0, 9428.0, 9404.0, 9423.0, 9450.0, 9427.0, 9495.0, 9445.0, 9502.0, 9438.0, 9453.0, 9504.0, 9477.0, 9485.0, 9459.0, 9469.0, 9463.0, 9445.0, 9503.0, 9447.0, 9460.0, 9432.0, 9439.0, 9406.0, 9452.0, 9405.0, 9437.0, 9414.0, 9434.0, 9392.0, 9361.0, 9404.0, 9359.0, 9386.0, 9337.0, 9384.0, 9294.0, 9323.0, 9262.0, 9278.0, 9276.0, 9301.0, 9401.0, 9337.0, 9362.0, 9290.0, 9318.0, 9277.0, 9284.0, 9278.0, 9298.0, 9283.0, 9296.0, 9299.0, 9294.0, 9300.0, 9316.0, 9306.0, 9334.0, 9286.0, 9320.0, 9305.0, 9322.0, 9334.0, 9347.0, 9368.0, 9332.0, 9323.0, 9326.0, 9338.0, 9333.0, 9346.0, 9353.0, 9370.0, 9370.0, 9403.0, 9419.0, 9385.0, 9406.0, 9388.0, 9394.0, 9402.0, 9420.0, 9431.0, 9440.0, 9413.0, 9432.0, 9410.0, 9450.0, 9405.0, 9411.0, 9482.0, 9441.0, 9452.0, 9395.0, 9419.0, 9376.0, 9382.0, 9426.0, 9436.0, 9395.0, 9377.0, 9357.0, 9379.0, 9482.0, 9378.0, 9477.0, 9430.0, 9442.0, 9383.0, 9410.0, 9400.0, 9370.0, 9448.0, 9389.0, 9417.0, 9369.0, 9385.0, 9329.0, 9329.0, 9316.0, 9347.0, 9331.0, 9349.0, 9358.0, 9401.0, 9395.0, 9371.0, 9398.0, 9362.0, 9353.0, 9334.0, 9339.0, 9374.0, 9380.0, 9413.0, 9341.0, 9374.0, 9358.0, 9355.0, 9350.0, 9357.0, 9363.0, 9343.0, 9351.0, 9339.0, 9360.0, 9340.0, 9361.0, 9402.0, 9386.0, 9402.0, 9387.0, 9382.0, 9381.0, 9367.0, 9388.0, 9384.0, 9381.0, 9387.0, 9400.0, 9419.0, 9428.0, 9408.0, 9411.0, 9402.0, 9385.0, 9406.0, 9390.0, 9447.0, 9433.0, 9443.0, 9409.0, 9427.0, 9423.0, 9432.0, 9455.0, 9461.0, 9465.0, 9462.0, 9492.0, 9469.0, 9468.0, 9500.0, 9508.0, 9463.0, 9539.0, 9513.0, 9506.0, 9450.0, 9529.0, 9513.0, 9502.0, 9516.0, 9481.0, 9503.0, 9468.0, 9511.0, 9455.0, 9504.0, 9439.0, 9465.0, 9398.0, 9440.0, 9462.0, 9425.0, 9456.0, 9425.0, 9415.0, 9370.0, 9439.0, 9366.0, 9428.0, 9374.0, 9394.0, 9350.0, 9295.0, 9402.0, 9313.0, 9385.0, 9353.0, 9379.0, 9310.0, 9318.0, 9262.0, 9290.0, 9260.0, 9279.0, 9332.0, 9299.0, 9318.0, 9285.0, 9291.0, 9297.0, 9307.0, 9300.0, 9308.0, 9328.0, 9333.0, 9335.0, 9341.0, 9348.0, 9346.0, 9347.0, 9367.0, 9336.0, 9364.0, 9348.0, 9329.0, 9377.0, 9372.0, 9354.0, 9409.0, 9358.0, 9365.0, 9355.0, 9402.0, 9380.0, 9438.0, 9379.0, 9417.0, 9336.0, 9358.0, 9356.0, 9369.0, 9335.0, 9389.0, 9336.0, 9332.0, 9329.0, 9347.0, 9328.0, 9354.0, 9357.0, 9336.0, 9372.0, 9351.0, 9341.0, 9333.0, 9344.0, 9360.0, 9350.0, 9361.0, 9357.0, 9360.0, 9371.0, 9360.0, 9380.0, 9402.0, 9368.0, 9380.0, 9377.0, 9379.0, 9359.0, 9379.0, 9392.0, 9382.0, 9376.0, 9368.0, 9381.0, 9402.0, 9400.0, 9386.0, 9404.0, 9416.0, 9457.0, 9433.0, 9487.0, 9412.0, 9432.0, 9366.0, 9414.0, 9365.0, 9456.0, 9445.0, 9424.0, 9365.0, 9337.0, 9329.0, 9332.0, 9329.0, 9361.0, 9376.0, 9340.0, 9360.0, 9336.0, 9355.0, 9365.0, 9367.0, 9403.0, 9366.0, 9413.0, 9384.0, 9390.0, 9385.0, 9413.0, 9419.0, 9418.0, 9452.0, 9461.0, 9429.0, 9447.0, 9435.0, 9414.0, 9407.0, 9433.0, 9515.0, 9449.0, 9489.0, 9460.0, 9467.0, 9394.0, 9454.0, 9407.0, 9463.0, 9447.0, 9448.0, 9411.0, 9380.0, 9411.0, 9356.0, 9453.0, 9443.0, 9434.0, 9376.0, 9395.0, 9347.0, 9393.0, 9343.0, 9433.0, 9341.0, 9354.0, 9323.0, 9334.0, 9318.0, 9329.0, 9344.0, 9332.0, 9312.0, 9329.0, 9368.0, 9353.0, 9415.0, 9331.0, 9395.0, 9326.0, 9334.0, 9329.0, 9348.0, 9333.0, 9371.0, 9337.0, 9356.0, 9334.0, 9406.0, 9332.0, 9398.0, 9329.0, 9369.0, 9329.0, 9324.0, 9333.0, 9372.0, 9354.0, 9351.0, 9352.0, 9350.0, 9380.0, 9399.0, 9359.0, 9376.0, 9357.0, 9375.0, 9350.0, 9354.0, 9389.0, 9361.0, 9373.0, 9337.0, 9369.0, 9356.0, 9349.0, 9328.0, 9329.0, 9325.0, 9336.0, 9349.0, 9356.0, 9350.0, 9359.0, 9359.0, 9359.0, 9380.0, 9390.0, 9386.0, 9391.0, 9366.0, 9371.0, 9360.0, 9359.0, 9364.0, 9384.0, 9380.0, 9413.0, 9452.0, 9412.0, 9403.0, 9392.0, 9385.0, 9392.0, 9379.0, 9389.0, 9381.0, 9410.0, 9424.0, 9406.0, 9457.0, 9393.0, 9375.0, 9374.0, 9363.0, 9393.0, 9435.0, 9442.0, 9409.0, 9443.0, 9426.0, 9441.0, 9427.0, 9475.0, 9446.0, 9460.0, 9475.0, 9493.0, 9483.0, 9536.0, 9549.0, 9475.0, 9530.0, 9488.0, 9544.0, 9537.0, 9504.0, 9514.0, 9486.0, 9523.0, 9487.0, 9445.0, 9487.0, 9384.0, 9489.0, 9474.0, 9482.0, 9432.0, 9412.0, 9401.0, 9439.0, 9418.0, 9488.0, 9425.0, 9442.0, 9416.0, 9383.0, 9410.0, 9337.0, 9365.0, 9379.0, 9340.0, 9344.0, 9291.0, 9317.0, 9282.0, 9300.0, 9263.0, 9298.0, 9282.0, 9297.0, 9320.0, 9283.0, 9316.0, 9285.0, 9329.0, 9284.0, 9315.0, 9307.0, 9295.0, 9349.0, 9302.0, 9337.0, 9280.0, 9291.0, 9284.0, 9291.0, 9307.0, 9321.0, 9307.0, 9305.0, 9311.0, 9320.0, 9310.0, 9322.0, 9312.0, 9329.0, 9325.0, 9327.0, 9378.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.00030932358318098725</td></tr>
<tr><td colspan=3>aqi</td><td>0.02049024945155393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.830719503687114</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1804612512991774</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9782614410704483</td></tr>
<tr><td colspan=3>efc</td><td>0.4749</td></tr>
<tr><td colspan=3>fber</td><td>5371.6084</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10865693295969592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.323583180987203</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4226302757519638</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3247558536644104</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6775757543434375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2655592192480434</td></tr>
<tr><td colspan=3>gcor</td><td>0.0370711</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01620105467736721</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02791389264166355</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.69080544480713</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>28.3818</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6663</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9344</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301871.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>886.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.4333</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9008</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.516</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3419.4815</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3590.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4627.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.6809</td></tr>
<tr><td colspan=3>tsnr</td><td>36.560786029323936</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>