<?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-0083_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-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_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-0083/figures/sub-0083_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_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-0083/ses-02/func/sub-0083_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>669efb1e1a14468921cf12689a69ddfc</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:02:41.830000</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.998224, -0.0591636, 0.00701249, 0.0580816, 0.992604, 0.106599]</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.0931724</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>[4150, -7888, -7279, 870, -74, -554, 251, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c432299-4092-49ca-b0a2-1f83b4441b99||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.678161144256592, 0.1558288186788559, 0.03582196310162544, 105.0788803100586], [0.15873149037361145, 2.6630847454071045, 0.2862057387828827, -120.65596771240234], [0.018814008682966232, -0.2859967350959778, 2.684548854827881, -58.59657287597656], [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': ['160241.830000', '160242.290000', '160242.750000', '160243.210000', '160243.670000', '160244.130000', '160244.590000', '160245.050000', '160245.510000', '160245.970000', '160246.430000', '160246.890000', '160247.350000', '160247.810000', '160248.270000', '160248.730000', '160249.190000', '160249.650000', '160250.110000', '160250.570000', '160251.030000', '160251.490000', '160251.950000', '160252.410000', '160252.870000', '160253.330000', '160253.790000', '160254.250000', '160254.710000', '160255.170000', '160255.630000', '160256.090000', '160256.550000', '160257.010000', '160257.470000', '160257.930000', '160258.390000', '160258.850000', '160259.310000', '160259.770000', '160300.230000', '160300.690000', '160301.150000', '160301.610000', '160302.070000', '160302.530000', '160302.990000', '160303.450000', '160303.910000', '160304.370000', '160304.830000', '160305.290000', '160305.750000', '160306.210000', '160306.670000', '160307.130000', '160307.590000', '160308.050000', '160308.510000', '160308.970000', '160309.430000', '160309.890000', '160310.350000', '160310.810000', '160311.270000', '160311.730000', '160312.190000', '160312.650000', '160313.110000', '160313.570000', '160314.030000', '160314.490000', '160314.950000', '160315.410000', '160315.870000', '160316.330000', '160316.790000', '160317.250000', '160317.710000', '160318.170000', '160318.630000', '160319.090000', '160319.550000', '160320.010000', '160320.470000', '160320.930000', '160321.390000', '160321.850000', '160322.310000', '160322.770000', '160323.230000', '160323.690000', '160324.150000', '160324.610000', '160325.070000', '160325.530000', '160325.990000', '160326.450000', '160326.910000', '160327.370000', '160327.830000', '160328.290000', '160328.750000', '160329.210000', '160329.670000', '160330.130000', '160330.590000', '160331.050000', '160331.510000', '160331.970000', '160332.430000', '160332.890000', '160333.350000', '160333.810000', '160334.270000', '160334.730000', '160335.190000', '160335.650000', '160336.110000', '160336.570000', '160337.030000', '160337.490000', '160337.950000', '160338.410000', '160338.870000', '160339.330000', '160339.790000', '160340.250000', '160340.710000', '160341.170000', '160341.630000', '160342.090000', '160342.550000', '160343.010000', '160343.470000', '160343.930000', '160344.390000', '160344.850000', '160345.310000', '160345.770000', '160346.230000', '160346.690000', '160347.150000', '160347.610000', '160348.070000', '160348.530000', '160348.990000', '160349.450000', '160349.910000', '160350.370000', '160350.830000', '160351.290000', '160351.750000', '160352.210000', '160352.670000', '160353.130000', '160353.590000', '160354.050000', '160354.510000', '160354.970000', '160355.430000', '160355.890000', '160356.350000', '160356.810000', '160357.270000', '160357.730000', '160358.190000', '160358.650000', '160359.110000', '160359.570000', '160400.030000', '160400.490000', '160400.950000', '160401.410000', '160401.870000', '160402.330000', '160402.790000', '160403.250000', '160403.710000', '160404.170000', '160404.630000', '160405.090000', '160405.550000', '160406.010000', '160406.470000', '160406.930000', '160407.390000', '160407.850000', '160408.310000', '160408.770000', '160409.230000', '160409.690000', '160410.150000', '160410.610000', '160411.070000', '160411.530000', '160411.990000', '160412.450000', '160412.910000', '160413.370000', '160413.830000', '160414.290000', '160414.750000', '160415.210000', '160415.670000', '160416.130000', '160416.590000', '160417.050000', '160417.510000', '160417.970000', '160418.430000', '160418.890000', '160419.350000', '160419.810000', '160420.270000', '160420.730000', '160421.190000', '160421.650000', '160422.110000', '160422.570000', '160423.030000', '160423.490000', '160423.950000', '160424.410000', '160424.870000', '160425.330000', '160425.790000', '160426.250000', '160426.710000', '160427.170000', '160427.630000', '160428.090000', '160428.550000', '160429.010000', '160429.470000', '160429.930000', '160430.390000', '160430.850000', '160431.310000', '160431.770000', '160432.230000', '160432.690000', '160433.150000', '160433.610000', '160434.070000', '160434.530000', '160434.990000', '160435.450000', '160435.910000', '160436.370000', '160436.830000', '160437.290000', '160437.750000', '160438.210000', '160438.670000', '160439.130000', '160439.590000', '160440.050000', '160440.510000', '160440.970000', '160441.430000', '160441.890000', '160442.350000', '160442.810000', '160443.270000', '160443.730000', '160444.190000', '160444.650000', '160445.110000', '160445.570000', '160446.030000', '160446.490000', '160446.950000', '160447.410000', '160447.870000', '160448.330000', '160448.790000', '160449.250000', '160449.710000', '160450.170000', '160450.630000', '160451.090000', '160451.550000', '160452.010000', '160452.470000', '160452.930000', '160453.390000', '160453.850000', '160454.310000', '160454.770000', '160455.230000', '160455.690000', '160456.150000', '160456.610000', '160457.070000', '160457.530000', '160457.990000', '160458.450000', '160458.910000', '160459.370000', '160459.830000', '160500.290000', '160500.750000', '160501.210000', '160501.670000', '160502.130000', '160502.590000', '160503.050000', '160503.510000', '160503.970000', '160504.430000', '160504.890000', '160505.350000', '160505.810000', '160506.270000', '160506.730000', '160507.190000', '160507.650000', '160508.110000', '160508.570000', '160509.030000', '160509.490000', '160509.950000', '160510.410000', '160510.870000', '160511.330000', '160511.790000', '160512.250000', '160512.710000', '160513.170000', '160513.630000', '160514.090000', '160514.550000', '160515.010000', '160515.470000', '160515.930000', '160516.390000', '160516.850000', '160517.310000', '160517.770000', '160518.230000', '160518.690000', '160519.150000', '160519.610000', '160520.070000', '160520.530000', '160520.990000', '160521.450000', '160521.910000', '160522.370000', '160522.830000', '160523.290000', '160523.750000', '160524.210000', '160524.670000', '160525.130000', '160525.590000', '160526.050000', '160526.510000', '160526.970000', '160527.430000', '160527.890000', '160528.350000', '160528.810000', '160529.270000', '160529.730000', '160530.190000', '160530.650000', '160531.110000', '160531.570000', '160532.030000', '160532.490000', '160532.950000', '160533.410000', '160533.870000', '160534.330000', '160534.790000', '160535.250000', '160535.710000', '160536.170000', '160536.630000', '160537.090000', '160537.550000', '160538.010000', '160538.470000', '160538.930000', '160539.390000', '160539.850000', '160540.310000', '160540.770000', '160541.230000', '160541.690000', '160542.150000', '160542.610000', '160543.070000', '160543.530000', '160543.990000', '160544.450000', '160544.910000', '160545.370000', '160545.830000', '160546.290000', '160546.750000', '160547.210000', '160547.670000', '160548.130000', '160548.590000', '160549.050000', '160549.510000', '160549.970000', '160550.430000', '160550.890000', '160551.350000', '160551.810000', '160552.270000', '160552.730000', '160553.190000', '160553.650000', '160554.110000', '160554.570000', '160555.030000', '160555.490000', '160555.950000', '160556.410000', '160556.870000', '160557.330000', '160557.790000', '160558.250000', '160558.710000', '160559.170000', '160559.630000', '160600.090000', '160600.550000', '160601.010000', '160601.470000', '160601.930000', '160602.390000', '160602.850000', '160603.310000', '160603.770000', '160604.230000', '160604.690000', '160605.150000', '160605.610000', '160606.070000', '160606.530000', '160606.990000', '160607.450000', '160607.910000', '160608.370000', '160608.830000', '160609.290000', '160609.750000', '160610.210000', '160610.670000', '160611.130000', '160611.590000', '160612.050000', '160612.510000', '160612.970000', '160613.430000', '160613.890000', '160614.350000', '160614.810000', '160615.270000', '160615.730000', '160616.190000', '160616.650000', '160617.110000', '160617.570000', '160618.030000', '160618.490000', '160618.950000', '160619.410000', '160619.870000', '160620.330000', '160620.790000', '160621.250000', '160621.710000', '160622.170000', '160622.630000', '160623.090000', '160623.550000', '160624.010000', '160624.470000', '160624.930000', '160625.390000', '160625.850000', '160626.310000', '160626.770000', '160627.230000', '160627.690000', '160628.150000', '160628.610000', '160629.070000', '160629.530000', '160629.990000', '160630.450000', '160630.910000', '160631.370000', '160631.830000', '160632.290000', '160632.750000', '160633.210000', '160633.670000', '160634.130000', '160634.590000', '160635.050000', '160635.510000', '160635.970000', '160636.430000', '160636.890000', '160637.350000', '160637.810000', '160638.270000', '160638.730000', '160639.190000', '160639.650000', '160640.110000', '160640.570000', '160641.030000', '160641.490000', '160641.950000', '160642.410000', '160642.870000', '160643.330000', '160643.790000', '160644.250000', '160644.710000', '160645.170000', '160645.630000', '160646.090000', '160646.550000', '160647.010000', '160647.470000', '160647.930000', '160648.390000', '160648.850000', '160649.310000', '160649.770000', '160650.230000', '160650.690000', '160651.150000', '160651.610000', '160652.070000', '160652.530000', '160652.990000', '160653.450000', '160653.910000', '160654.370000', '160654.830000', '160655.290000', '160655.750000', '160656.210000', '160656.670000', '160657.130000', '160657.590000', '160658.050000', '160658.510000', '160658.970000', '160659.430000', '160659.890000', '160700.350000', '160700.810000', '160701.270000', '160701.730000', '160702.190000', '160702.650000', '160703.110000', '160703.570000', '160704.030000', '160704.490000', '160704.950000', '160705.410000', '160705.870000', '160706.330000', '160706.790000', '160707.250000', '160707.710000', '160708.170000', '160708.630000', '160709.090000', '160709.550000', '160710.010000', '160710.470000', '160710.930000', '160711.390000', '160711.850000', '160712.310000', '160712.770000', '160713.230000', '160713.690000', '160714.150000', '160714.610000', '160715.070000', '160715.530000', '160715.990000', '160716.450000', '160716.910000', '160717.370000', '160717.830000', '160718.290000', '160718.750000', '160719.210000', '160719.670000', '160720.130000', '160720.590000', '160721.050000', '160721.510000', '160721.970000', '160722.430000', '160722.890000', '160723.350000', '160723.810000', '160724.270000', '160724.730000', '160725.190000', '160725.650000', '160726.110000', '160726.570000', '160727.030000', '160727.490000', '160727.950000', '160728.410000', '160728.870000', '160729.330000', '160729.790000', '160730.250000', '160730.710000', '160731.170000', '160731.630000', '160732.090000', '160732.550000', '160733.010000', '160733.470000', '160733.930000', '160734.390000', '160734.850000', '160735.310000', '160735.770000', '160736.230000', '160736.690000', '160737.150000', '160737.610000', '160738.070000', '160738.530000', '160738.990000', '160739.450000', '160739.910000', '160740.370000', '160740.830000', '160741.290000', '160741.750000', '160742.210000', '160742.670000', '160743.130000', '160743.590000', '160744.050000', '160744.510000', '160744.970000', '160745.430000', '160745.890000', '160746.350000', '160746.810000', '160747.270000', '160747.730000', '160748.190000', '160748.650000', '160749.110000', '160749.570000', '160750.030000', '160750.490000', '160750.950000', '160751.410000', '160751.870000', '160752.330000', '160752.790000', '160753.250000', '160753.710000', '160754.170000', '160754.630000', '160755.090000', '160755.550000', '160756.010000', '160756.470000', '160756.930000', '160757.390000', '160757.850000', '160758.310000', '160758.770000', '160759.230000', '160759.690000', '160800.150000', '160800.610000', '160801.070000', '160801.530000', '160801.990000', '160802.450000', '160802.910000', '160803.370000', '160803.830000', '160804.290000', '160804.750000', '160805.210000', '160805.670000', '160806.130000', '160806.590000', '160807.050000', '160807.510000', '160807.970000', '160808.430000', '160808.890000', '160809.350000', '160809.810000', '160810.270000', '160810.730000', '160811.190000', '160811.650000', '160812.110000', '160812.570000', '160813.030000', '160813.490000', '160813.950000', '160814.410000', '160814.870000', '160815.330000', '160815.790000', '160816.250000', '160816.710000', '160817.170000', '160817.630000', '160818.090000', '160818.550000', '160819.010000', '160819.470000', '160819.930000', '160820.390000', '160820.850000', '160821.310000', '160821.770000', '160822.230000', '160822.690000', '160823.150000', '160823.610000', '160824.070000', '160824.530000', '160824.990000', '160825.450000', '160825.910000', '160826.370000', '160826.830000', '160827.290000', '160827.750000', '160828.210000', '160828.670000', '160829.130000', '160829.590000', '160830.050000', '160830.510000', '160830.970000', '160831.430000', '160831.890000', '160832.350000', '160832.810000', '160833.270000', '160833.730000', '160834.190000', '160834.650000', '160835.110000', '160835.570000', '160836.030000', '160836.490000', '160836.950000', '160837.410000', '160837.870000', '160838.330000', '160838.790000', '160839.250000', '160839.710000', '160840.170000', '160840.630000', '160841.090000', '160841.550000', '160842.010000', '160842.470000', '160842.930000', '160843.390000', '160843.850000', '160844.310000', '160844.770000', '160845.230000', '160845.690000', '160846.150000', '160846.610000', '160847.070000', '160847.530000', '160847.990000', '160848.450000', '160848.910000', '160849.370000', '160849.830000', '160850.290000', '160850.750000', '160851.210000', '160851.670000', '160852.130000', '160852.590000', '160853.050000', '160853.510000', '160853.970000', '160854.430000', '160854.890000', '160855.350000', '160855.810000', '160856.270000', '160856.730000', '160857.190000', '160857.650000', '160858.110000', '160858.570000', '160859.030000', '160859.490000', '160859.950000', '160900.410000', '160900.870000', '160901.330000', '160901.790000', '160902.250000', '160902.710000', '160903.170000', '160903.630000', '160904.090000', '160904.550000', '160905.010000', '160905.470000', '160905.930000', '160906.390000', '160906.850000', '160907.310000', '160907.770000', '160908.230000', '160908.690000', '160909.150000', '160909.610000', '160910.070000', '160910.530000', '160910.990000', '160911.450000', '160911.910000', '160912.370000', '160912.830000', '160913.290000', '160913.750000', '160914.210000', '160914.670000', '160915.130000', '160915.590000', '160916.050000', '160916.510000', '160916.970000', '160917.430000', '160917.890000', '160918.350000', '160918.810000', '160919.270000', '160919.730000', '160920.190000', '160920.650000', '160921.110000', '160921.570000', '160922.030000', '160922.490000', '160922.950000', '160923.410000', '160923.870000', '160924.330000', '160924.790000', '160925.250000', '160925.710000', '160926.170000', '160926.630000', '160927.090000', '160927.550000', '160928.010000', '160928.470000', '160928.930000', '160929.390000', '160929.850000', '160930.310000', '160930.770000', '160931.230000', '160931.690000', '160932.150000', '160932.610000', '160933.070000', '160933.530000', '160933.990000', '160934.450000', '160934.910000', '160935.370000', '160935.830000', '160936.290000', '160936.750000', '160937.210000', '160937.670000', '160938.130000', '160938.590000', '160939.050000', '160939.510000', '160939.970000', '160940.430000', '160940.890000', '160941.350000', '160941.810000', '160942.270000', '160942.730000', '160943.190000', '160943.650000', '160944.110000', '160944.570000', '160945.030000', '160945.490000', '160945.950000', '160946.410000', '160946.870000', '160947.330000', '160947.790000', '160948.250000', '160948.710000', '160949.170000', '160949.630000', '160950.090000', '160950.550000', '160951.010000', '160951.470000', '160951.930000', '160952.390000', '160952.850000', '160953.310000', '160953.770000', '160954.230000', '160954.690000', '160955.150000', '160955.610000', '160956.070000', '160956.530000', '160956.990000', '160957.450000', '160957.910000', '160958.370000', '160958.830000', '160959.290000', '160959.750000', '161000.210000', '161000.670000', '161001.130000', '161001.590000', '161002.050000', '161002.510000', '161002.970000', '161003.430000', '161003.890000', '161004.350000', '161004.810000', '161005.270000', '161005.730000', '161006.190000', '161006.650000', '161007.110000', '161007.570000', '161008.030000', '161008.490000', '161008.950000', '161009.410000', '161009.870000', '161010.330000', '161010.790000', '161011.250000', '161011.710000', '161012.170000', '161012.630000', '161013.090000', '161013.550000', '161014.010000', '161014.470000', '161014.930000', '161015.390000', '161015.850000', '161016.310000', '161016.770000', '161017.230000', '161017.690000', '161018.150000', '161018.610000', '161019.070000', '161019.530000', '161019.990000', '161020.450000', '161020.910000', '161021.370000', '161021.830000', '161022.290000', '161022.750000', '161023.210000', '161023.670000', '161024.130000', '161024.590000', '161025.050000', '161025.510000', '161025.970000', '161026.430000', '161026.890000', '161027.350000', '161027.810000', '161028.270000', '161028.730000', '161029.190000', '161029.650000', '161030.110000', '161030.570000', '161031.030000', '161031.490000', '161031.950000', '161032.410000', '161032.870000', '161033.330000', '161033.790000', '161034.250000', '161034.710000', '161035.170000', '161035.630000', '161036.090000', '161036.550000', '161037.010000', '161037.470000', '161037.930000', '161038.390000', '161038.850000', '161039.310000', '161039.770000', '161040.230000', '161040.690000', '161041.150000', '161041.610000', '161042.070000', '161042.530000', '161042.990000', '161043.450000', '161043.910000', '161044.370000', '161044.830000', '161045.290000', '161045.750000', '161046.210000', '161046.670000', '161047.130000', '161047.590000', '161048.050000', '161048.510000', '161048.970000', '161049.430000', '161049.890000', '161050.350000', '161050.810000', '161051.270000', '161051.730000', '161052.190000', '161052.650000', '161053.110000', '161053.570000', '161054.030000', '161054.490000', '161054.950000', '161055.410000', '161055.870000', '161056.330000', '161056.790000', '161057.250000', '161057.710000', '161058.170000', '161058.630000', '161059.090000', '161059.550000', '161100.010000', '161100.470000', '161100.930000', '161101.390000', '161101.850000', '161102.310000', '161102.770000', '161103.230000', '161103.690000', '161104.150000', '161104.610000', '161105.070000', '161105.530000', '161105.990000', '161106.450000'], 'ContentTime': ['160256.829000', '160256.832000', '160256.835000', '160256.837000', '160256.840000', '160256.843000', '160256.845000', '160256.848000', '160256.850000', '160256.853000', '160256.855000', '160256.858000', '160256.860000', '160256.863000', '160256.865000', '160256.868000', '160256.871000', '160256.873000', '160256.876000', '160256.878000', '160256.881000', '160256.883000', '160256.886000', '160256.888000', '160256.891000', '160256.893000', '160256.896000', '160256.898000', '160256.901000', '160256.903000', '160256.906000', '160316.791000', '160316.794000', '160316.797000', '160316.799000', '160316.802000', '160316.804000', '160316.807000', '160316.810000', '160316.812000', '160316.820000', '160316.823000', '160316.826000', '160316.828000', '160316.831000', '160316.833000', '160316.836000', '160316.838000', '160316.841000', '160316.843000', '160316.846000', '160316.848000', '160316.851000', '160316.853000', '160316.856000', '160316.859000', '160316.861000', '160316.864000', '160316.866000', '160316.869000', '160316.871000', '160316.874000', '160316.876000', '160316.879000', '160316.881000', '160316.884000', '160316.887000', '160316.889000', '160316.892000', '160316.894000', '160316.897000', '160316.899000', '160316.902000', '160316.904000', '160336.792000', '160336.794000', '160336.797000', '160336.799000', '160336.802000', '160336.805000', '160336.807000', '160336.810000', '160336.812000', '160336.815000', '160336.818000', '160336.820000', '160336.823000', '160336.825000', '160336.828000', '160336.830000', '160336.839000', '160336.842000', '160336.844000', '160336.847000', '160336.850000', '160336.852000', '160336.855000', '160336.857000', '160336.860000', '160336.862000', '160336.865000', '160336.867000', '160336.870000', '160336.873000', '160336.875000', '160336.878000', '160336.880000', '160336.883000', '160336.885000', '160336.888000', '160336.890000', '160336.893000', '160336.895000', '160336.898000', '160336.901000', '160336.903000', '160336.906000', '160336.908000', '160356.792000', '160356.794000', '160356.797000', '160356.799000', '160356.802000', '160356.805000', '160356.807000', '160356.810000', '160356.812000', '160356.815000', '160356.817000', '160356.820000', '160356.823000', '160356.826000', '160356.829000', '160356.832000', '160356.834000', '160356.837000', '160356.839000', '160356.842000', '160356.845000', '160356.847000', '160356.850000', '160356.852000', '160356.855000', '160356.858000', '160356.860000', '160356.863000', '160356.865000', '160356.868000', '160356.870000', '160356.873000', '160356.877000', '160356.879000', '160356.882000', '160356.884000', '160356.887000', '160356.890000', '160356.892000', '160356.895000', '160356.897000', '160356.900000', '160356.902000', '160416.791000', '160416.794000', '160416.797000', '160416.799000', '160416.802000', '160416.804000', '160416.807000', '160416.809000', '160416.812000', '160416.815000', '160416.817000', '160416.820000', '160416.822000', '160416.825000', '160416.827000', '160416.830000', '160416.833000', '160416.835000', '160416.838000', '160416.840000', '160416.843000', '160416.845000', '160416.855000', '160416.858000', '160416.861000', '160416.863000', '160416.866000', '160416.868000', '160416.871000', '160416.873000', '160416.876000', '160416.878000', '160416.881000', '160416.884000', '160416.886000', '160416.889000', '160416.891000', '160416.894000', '160416.896000', '160416.899000', '160416.901000', '160416.904000', '160416.906000', '160416.909000', '160436.790000', '160436.793000', '160436.796000', '160436.798000', '160436.801000', '160436.803000', '160436.806000', '160436.808000', '160436.811000', '160436.813000', '160436.816000', '160436.819000', '160436.821000', '160436.824000', '160436.826000', '160436.829000', '160436.831000', '160436.834000', '160436.837000', '160436.839000', '160436.842000', '160436.844000', '160436.847000', '160436.849000', '160436.852000', '160436.854000', '160436.857000', '160436.859000', '160436.862000', '160436.865000', '160436.867000', '160436.870000', '160436.872000', '160436.875000', '160436.877000', '160436.880000', '160436.882000', '160436.885000', '160436.887000', '160436.890000', '160436.892000', '160436.895000', '160436.898000', '160456.790000', '160456.793000', '160456.796000', '160456.798000', '160456.801000', '160456.803000', '160456.806000', '160456.808000', '160456.811000', '160456.814000', '160456.816000', '160456.819000', '160456.821000', '160456.824000', '160456.826000', '160456.829000', '160456.832000', '160456.834000', '160456.837000', '160456.839000', '160456.842000', '160456.844000', '160456.847000', '160456.849000', '160456.852000', '160456.855000', '160456.857000', '160456.860000', '160456.862000', '160456.865000', '160456.867000', '160456.870000', '160456.872000', '160456.875000', '160456.878000', '160456.880000', '160456.883000', '160456.885000', '160456.888000', '160456.890000', '160456.893000', '160456.896000', '160456.898000', '160456.901000', '160516.791000', '160516.794000', '160516.797000', '160516.799000', '160516.802000', '160516.804000', '160516.807000', '160516.809000', '160516.812000', '160516.815000', '160516.817000', '160516.820000', '160516.822000', '160516.825000', '160516.828000', '160516.830000', '160516.833000', '160516.835000', '160516.838000', '160516.840000', '160516.843000', '160516.846000', '160516.848000', '160516.851000', '160516.853000', '160516.856000', '160516.859000', '160516.861000', '160516.864000', '160516.866000', '160516.869000', '160516.871000', '160516.874000', '160516.876000', '160516.879000', '160516.882000', '160516.884000', '160516.887000', '160516.889000', '160516.892000', '160516.895000', '160516.897000', '160516.900000', '160536.792000', '160536.794000', '160536.797000', '160536.799000', '160536.802000', '160536.805000', '160536.807000', '160536.810000', '160536.812000', '160536.815000', '160536.818000', '160536.820000', '160536.823000', '160536.825000', '160536.828000', '160536.830000', '160536.833000', '160536.836000', '160536.838000', '160536.841000', '160536.843000', '160536.846000', '160536.848000', '160536.851000', '160536.853000', '160536.856000', '160536.858000', '160536.861000', '160536.863000', '160536.866000', '160536.869000', '160536.871000', '160536.874000', '160536.876000', '160536.879000', '160536.881000', '160536.884000', '160536.887000', '160536.889000', '160536.892000', '160536.894000', '160536.897000', '160536.899000', '160536.902000', '160556.791000', '160556.794000', '160556.797000', '160556.799000', '160556.802000', '160556.804000', '160556.807000', '160556.809000', '160556.812000', '160556.815000', '160556.817000', '160556.820000', '160556.822000', '160556.825000', '160556.827000', '160556.830000', '160556.832000', '160556.842000', '160556.844000', '160556.847000', '160556.850000', '160556.852000', '160556.855000', '160556.857000', '160556.860000', '160556.862000', '160556.865000', '160556.868000', '160556.870000', '160556.873000', '160556.875000', '160556.878000', '160556.880000', '160556.883000', '160556.886000', '160556.888000', '160556.891000', '160556.893000', '160556.896000', '160556.899000', '160556.902000', '160556.905000', '160556.908000', '160616.792000', '160616.794000', '160616.797000', '160616.800000', '160616.802000', '160616.805000', '160616.807000', '160616.810000', '160616.813000', '160616.815000', '160616.818000', '160616.820000', '160616.823000', '160616.825000', '160616.828000', '160616.830000', '160616.833000', '160616.836000', '160616.838000', '160616.841000', '160616.843000', '160616.846000', '160616.848000', '160616.851000', '160616.854000', '160616.856000', '160616.859000', '160616.861000', '160616.864000', '160616.867000', '160616.869000', '160616.872000', '160616.874000', '160616.877000', '160616.880000', '160616.882000', '160616.885000', '160616.887000', '160616.890000', '160616.892000', '160616.895000', '160616.898000', '160616.900000', '160616.903000', '160636.792000', '160636.795000', '160636.797000', '160636.800000', '160636.802000', '160636.805000', '160636.807000', '160636.810000', '160636.812000', '160636.815000', '160636.817000', '160636.820000', '160636.823000', '160636.825000', '160636.828000', '160636.830000', '160636.833000', '160636.836000', '160636.838000', '160636.841000', '160636.843000', '160636.846000', '160636.848000', '160636.851000', '160636.854000', '160636.856000', '160636.859000', '160636.861000', '160636.864000', '160636.867000', '160636.869000', '160636.872000', '160636.874000', '160636.877000', '160636.880000', '160636.882000', '160636.885000', '160636.887000', '160636.890000', '160636.892000', '160636.895000', '160636.898000', '160636.900000', '160656.790000', '160656.793000', '160656.796000', '160656.798000', '160656.801000', '160656.804000', '160656.806000', '160656.809000', '160656.811000', '160656.814000', '160656.816000', '160656.819000', '160656.822000', '160656.824000', '160656.827000', '160656.830000', '160656.832000', '160656.835000', '160656.837000', '160656.840000', '160656.842000', '160656.845000', '160656.848000', '160656.850000', '160656.853000', '160656.855000', '160656.858000', '160656.860000', '160656.863000', '160656.866000', '160656.868000', '160656.871000', '160656.873000', '160656.876000', '160656.878000', '160656.881000', '160656.883000', '160656.886000', '160656.888000', '160656.891000', '160656.894000', '160656.896000', '160656.899000', '160656.901000', '160716.790000', '160716.793000', '160716.796000', '160716.798000', '160716.801000', '160716.803000', '160716.806000', '160716.808000', '160716.811000', '160716.813000', '160716.816000', '160716.819000', '160716.821000', '160716.824000', '160716.826000', '160716.829000', '160716.832000', '160716.834000', '160716.837000', '160716.839000', '160716.842000', '160716.844000', '160716.847000', '160716.849000', '160716.852000', '160716.855000', '160716.857000', '160716.860000', '160716.874000', '160716.876000', '160716.879000', '160716.881000', '160716.884000', '160716.886000', '160716.889000', '160716.891000', '160716.894000', '160716.897000', '160716.899000', '160716.902000', '160716.904000', '160716.907000', '160716.909000', '160736.791000', '160736.794000', '160736.797000', '160736.799000', '160736.802000', '160736.804000', '160736.807000', '160736.809000', '160736.812000', '160736.815000', '160736.817000', '160736.820000', '160736.823000', '160736.825000', '160736.828000', '160736.831000', '160736.833000', '160736.836000', '160736.838000', '160736.841000', '160736.843000', '160736.846000', '160736.848000', '160736.851000', '160736.854000', '160736.856000', '160736.859000', '160736.861000', '160736.864000', '160736.867000', '160736.869000', '160736.872000', '160736.874000', '160736.877000', '160736.880000', '160736.882000', '160736.885000', '160736.887000', '160736.890000', '160736.892000', '160736.895000', '160736.897000', '160736.900000', '160736.903000', '160756.791000', '160756.794000', '160756.797000', '160756.799000', '160756.802000', '160756.804000', '160756.807000', '160756.809000', '160756.812000', '160756.815000', '160756.817000', '160756.820000', '160756.823000', '160756.825000', '160756.828000', '160756.830000', '160756.833000', '160756.835000', '160756.838000', '160756.840000', '160756.843000', '160756.845000', '160756.848000', '160756.851000', '160756.853000', '160756.856000', '160756.858000', '160756.861000', '160756.863000', '160756.866000', '160756.868000', '160756.871000', '160756.874000', '160756.876000', '160756.879000', '160756.881000', '160756.884000', '160756.886000', '160756.889000', '160756.892000', '160756.894000', '160756.897000', '160756.899000', '160816.792000', '160816.795000', '160816.797000', '160816.800000', '160816.802000', '160816.805000', '160816.807000', '160816.810000', '160816.812000', '160816.815000', '160816.818000', '160816.820000', '160816.823000', '160816.825000', '160816.828000', '160816.831000', '160816.833000', '160816.836000', '160816.838000', '160816.841000', '160816.843000', '160816.846000', '160816.849000', '160816.851000', '160816.854000', '160816.856000', '160816.859000', '160816.861000', '160816.864000', '160816.867000', '160816.869000', '160816.872000', '160816.874000', '160816.877000', '160816.879000', '160816.882000', '160816.884000', '160816.887000', '160816.890000', '160816.892000', '160816.895000', '160816.897000', '160816.900000', '160816.902000', '160836.792000', '160836.794000', '160836.797000', '160836.799000', '160836.802000', '160836.805000', '160836.807000', '160836.810000', '160836.812000', '160836.815000', '160836.817000', '160836.820000', '160836.823000', '160836.825000', '160836.828000', '160836.830000', '160836.833000', '160836.835000', '160836.838000', '160836.841000', '160836.843000', '160836.846000', '160836.848000', '160836.851000', '160836.853000', '160836.856000', '160836.859000', '160836.861000', '160836.864000', '160836.866000', '160836.869000', '160836.871000', '160836.874000', '160836.876000', '160836.879000', '160836.882000', '160836.884000', '160836.887000', '160836.889000', '160836.903000', '160836.905000', '160836.908000', '160836.910000', '160856.792000', '160856.795000', '160856.798000', '160856.800000', '160856.803000', '160856.806000', '160856.808000', '160856.811000', '160856.813000', '160856.816000', '160856.820000', '160856.822000', '160856.825000', '160856.828000', '160856.830000', '160856.833000', '160856.835000', '160856.838000', '160856.840000', '160856.843000', '160856.846000', '160856.848000', '160856.851000', '160856.854000', '160856.856000', '160856.859000', '160856.861000', '160856.864000', '160856.866000', '160856.869000', '160856.872000', '160856.874000', '160856.877000', '160856.879000', '160856.882000', '160856.884000', '160856.887000', '160856.889000', '160856.892000', '160856.895000', '160856.897000', '160856.900000', '160856.902000', '160856.905000', '160916.791000', '160916.793000', '160916.796000', '160916.799000', '160916.801000', '160916.804000', '160916.806000', '160916.809000', '160916.812000', '160916.814000', '160916.817000', '160916.820000', '160916.822000', '160916.825000', '160916.827000', '160916.830000', '160916.832000', '160916.835000', '160916.837000', '160916.840000', '160916.843000', '160916.845000', '160916.848000', '160916.850000', '160916.853000', '160916.856000', '160916.858000', '160916.861000', '160916.863000', '160916.866000', '160916.868000', '160916.871000', '160916.874000', '160916.876000', '160916.879000', '160916.881000', '160916.884000', '160916.887000', '160916.889000', '160916.892000', '160916.894000', '160916.897000', '160916.899000', '160936.790000', '160936.793000', '160936.796000', '160936.798000', '160936.801000', '160936.804000', '160936.806000', '160936.809000', '160936.811000', '160936.814000', '160936.817000', '160936.819000', '160936.822000', '160936.824000', '160936.827000', '160936.829000', '160936.832000', '160936.834000', '160936.837000', '160936.839000', '160936.842000', '160936.845000', '160936.847000', '160936.850000', '160936.852000', '160936.855000', '160936.858000', '160936.860000', '160936.863000', '160936.865000', '160936.868000', '160936.871000', '160936.873000', '160936.876000', '160936.878000', '160936.881000', '160936.884000', '160936.886000', '160936.889000', '160936.891000', '160936.894000', '160936.897000', '160936.899000', '160936.902000', '160956.792000', '160956.794000', '160956.797000', '160956.800000', '160956.802000', '160956.805000', '160956.807000', '160956.810000', '160956.813000', '160956.815000', '160956.818000', '160956.821000', '160956.823000', '160956.826000', '160956.829000', '160956.831000', '160956.834000', '160956.836000', '160956.839000', '160956.842000', '160956.844000', '160956.847000', '160956.849000', '160956.852000', '160956.855000', '160956.857000', '160956.860000', '160956.862000', '160956.865000', '160956.868000', '160956.870000', '160956.873000', '160956.875000', '160956.878000', '160956.880000', '160956.883000', '160956.886000', '160956.888000', '160956.891000', '160956.894000', '160956.896000', '160956.899000', '160956.901000', '161016.791000', '161016.794000', '161016.797000', '161016.799000', '161016.802000', '161016.804000', '161016.807000', '161016.810000', '161016.812000', '161016.815000', '161016.817000', '161016.820000', '161016.823000', '161016.825000', '161016.828000', '161016.830000', '161016.833000', '161016.837000', '161016.839000', '161016.842000', '161016.845000', '161016.847000', '161016.850000', '161016.852000', '161016.855000', '161016.857000', '161016.860000', '161016.862000', '161016.865000', '161016.868000', '161016.870000', '161016.873000', '161016.875000', '161016.878000', '161016.880000', '161016.883000', '161016.886000', '161016.888000', '161016.891000', '161016.894000', '161016.896000', '161016.899000', '161016.901000', '161016.904000', '161036.792000', '161036.794000', '161036.797000', '161036.799000', '161036.802000', '161036.805000', '161036.807000', '161036.810000', '161036.812000', '161036.815000', '161036.817000', '161036.820000', '161036.823000', '161036.825000', '161036.828000', '161036.831000', '161036.833000', '161036.836000', '161036.838000', '161036.841000', '161036.843000', '161036.846000', '161036.849000', '161036.851000', '161036.854000', '161036.856000', '161036.859000', '161036.861000', '161036.864000', '161036.867000', '161036.869000', '161036.872000', '161036.874000', '161036.877000', '161036.879000', '161036.882000', '161036.885000', '161036.887000', '161036.890000', '161036.892000', '161036.895000', '161036.897000', '161036.900000', '161056.791000', '161056.794000', '161056.797000', '161056.800000', '161056.802000', '161056.805000', '161056.808000', '161056.810000', '161056.813000', '161056.815000', '161056.818000', '161056.820000', '161056.823000', '161056.826000', '161056.828000', '161056.831000', '161056.833000', '161056.836000', '161056.839000', '161056.841000', '161056.844000', '161056.846000', '161056.849000', '161056.851000', '161056.854000', '161056.856000', '161056.859000', '161056.862000', '161056.864000', '161056.867000', '161056.869000', '161056.872000', '161056.874000', '161056.877000', '161056.879000', '161056.882000', '161056.885000', '161056.887000', '161056.890000', '161056.892000', '161056.895000', '161056.898000', '161056.900000', '161107.370000', '161107.373000', '161107.376000', '161107.378000', '161107.381000', '161107.384000', '161107.387000', '161107.390000', '161107.392000', '161107.395000', '161107.398000', '161107.401000', '161107.404000', '161107.406000', '161107.409000', '161107.412000', '161107.415000', '161107.418000', '161107.422000', '161107.424000', '161107.427000', '161107.430000', '161107.433000', '161107.436000'], 'InstanceCreationTime': ['160256.829000', '160256.832000', '160256.835000', '160256.837000', '160256.840000', '160256.843000', '160256.845000', '160256.848000', '160256.850000', '160256.853000', '160256.855000', '160256.858000', '160256.860000', '160256.863000', '160256.865000', '160256.868000', '160256.871000', '160256.873000', '160256.876000', '160256.878000', '160256.881000', '160256.883000', '160256.886000', '160256.888000', '160256.891000', '160256.893000', '160256.896000', '160256.898000', '160256.901000', '160256.903000', '160256.906000', '160316.791000', '160316.794000', '160316.797000', '160316.799000', '160316.802000', '160316.804000', '160316.807000', '160316.810000', '160316.812000', '160316.820000', '160316.823000', '160316.826000', '160316.828000', '160316.831000', '160316.833000', '160316.836000', '160316.838000', '160316.841000', '160316.843000', '160316.846000', '160316.848000', '160316.851000', '160316.853000', '160316.856000', '160316.859000', '160316.861000', '160316.864000', '160316.866000', '160316.869000', '160316.871000', '160316.874000', '160316.876000', '160316.879000', '160316.881000', '160316.884000', '160316.887000', '160316.889000', '160316.892000', '160316.894000', '160316.897000', '160316.899000', '160316.902000', '160316.904000', '160336.792000', '160336.794000', '160336.797000', '160336.799000', '160336.802000', '160336.805000', '160336.807000', '160336.810000', '160336.812000', '160336.815000', '160336.818000', '160336.820000', '160336.823000', '160336.825000', '160336.828000', '160336.830000', '160336.839000', '160336.842000', '160336.844000', '160336.847000', '160336.850000', '160336.852000', '160336.855000', '160336.857000', '160336.860000', '160336.862000', '160336.865000', '160336.867000', '160336.870000', '160336.873000', '160336.875000', '160336.878000', '160336.880000', '160336.883000', '160336.885000', '160336.888000', '160336.890000', '160336.893000', '160336.895000', '160336.898000', '160336.901000', '160336.903000', '160336.906000', '160336.908000', '160356.792000', '160356.794000', '160356.797000', '160356.799000', '160356.802000', '160356.805000', '160356.807000', '160356.810000', '160356.812000', '160356.815000', '160356.817000', '160356.820000', '160356.823000', '160356.826000', '160356.829000', '160356.832000', '160356.834000', '160356.837000', '160356.839000', '160356.842000', '160356.845000', '160356.847000', '160356.850000', '160356.852000', '160356.855000', '160356.858000', '160356.860000', '160356.863000', '160356.865000', '160356.868000', '160356.870000', '160356.873000', '160356.877000', '160356.879000', '160356.882000', '160356.884000', '160356.887000', '160356.890000', '160356.892000', '160356.895000', '160356.897000', '160356.900000', '160356.902000', '160416.791000', '160416.794000', '160416.797000', '160416.799000', '160416.802000', '160416.804000', '160416.807000', '160416.809000', '160416.812000', '160416.815000', '160416.817000', '160416.820000', '160416.822000', '160416.825000', '160416.827000', '160416.830000', '160416.833000', '160416.835000', '160416.838000', '160416.840000', '160416.843000', '160416.845000', '160416.855000', '160416.858000', '160416.861000', '160416.863000', '160416.866000', '160416.868000', '160416.871000', '160416.873000', '160416.876000', '160416.878000', '160416.881000', '160416.884000', '160416.886000', '160416.889000', '160416.891000', '160416.894000', '160416.896000', '160416.899000', '160416.901000', '160416.904000', '160416.906000', '160416.909000', '160436.790000', '160436.793000', '160436.796000', '160436.798000', '160436.801000', '160436.803000', '160436.806000', '160436.808000', '160436.811000', '160436.813000', '160436.816000', '160436.819000', '160436.821000', '160436.824000', '160436.826000', '160436.829000', '160436.831000', '160436.834000', '160436.837000', '160436.839000', '160436.842000', '160436.844000', '160436.847000', '160436.849000', '160436.852000', '160436.854000', '160436.857000', '160436.859000', '160436.862000', '160436.865000', '160436.867000', '160436.870000', '160436.872000', '160436.875000', '160436.877000', '160436.880000', '160436.882000', '160436.885000', '160436.887000', '160436.890000', '160436.892000', '160436.895000', '160436.898000', '160456.790000', '160456.793000', '160456.796000', '160456.798000', '160456.801000', '160456.803000', '160456.806000', '160456.808000', '160456.811000', '160456.814000', '160456.816000', '160456.819000', '160456.821000', '160456.824000', '160456.826000', '160456.829000', '160456.832000', '160456.834000', '160456.837000', '160456.839000', '160456.842000', '160456.844000', '160456.847000', '160456.849000', '160456.852000', '160456.855000', '160456.857000', '160456.860000', '160456.862000', '160456.865000', '160456.867000', '160456.870000', '160456.872000', '160456.875000', '160456.878000', '160456.880000', '160456.883000', '160456.885000', '160456.888000', '160456.890000', '160456.893000', '160456.896000', '160456.898000', '160456.901000', '160516.791000', '160516.794000', '160516.797000', '160516.799000', '160516.802000', '160516.804000', '160516.807000', '160516.809000', '160516.812000', '160516.815000', '160516.817000', '160516.820000', '160516.822000', '160516.825000', '160516.828000', '160516.830000', '160516.833000', '160516.835000', '160516.838000', '160516.840000', '160516.843000', '160516.846000', '160516.848000', '160516.851000', '160516.853000', '160516.856000', '160516.859000', '160516.861000', '160516.864000', '160516.866000', '160516.869000', '160516.871000', '160516.874000', '160516.876000', '160516.879000', '160516.882000', '160516.884000', '160516.887000', '160516.889000', '160516.892000', '160516.895000', '160516.897000', '160516.900000', '160536.792000', '160536.794000', '160536.797000', '160536.799000', '160536.802000', '160536.805000', '160536.807000', '160536.810000', '160536.812000', '160536.815000', '160536.818000', '160536.820000', '160536.823000', '160536.825000', '160536.828000', '160536.830000', '160536.833000', '160536.836000', '160536.838000', '160536.841000', '160536.843000', '160536.846000', '160536.848000', '160536.851000', '160536.853000', '160536.856000', '160536.858000', '160536.861000', '160536.863000', '160536.866000', '160536.869000', '160536.871000', '160536.874000', '160536.876000', '160536.879000', '160536.881000', '160536.884000', '160536.887000', '160536.889000', '160536.892000', '160536.894000', '160536.897000', '160536.899000', '160536.902000', '160556.791000', '160556.794000', '160556.797000', '160556.799000', '160556.802000', '160556.804000', '160556.807000', '160556.809000', '160556.812000', '160556.815000', '160556.817000', '160556.820000', '160556.822000', '160556.825000', '160556.827000', '160556.830000', '160556.832000', '160556.842000', '160556.844000', '160556.847000', '160556.850000', '160556.852000', '160556.855000', '160556.857000', '160556.860000', '160556.862000', '160556.865000', '160556.868000', '160556.870000', '160556.873000', '160556.875000', '160556.878000', '160556.880000', '160556.883000', '160556.886000', '160556.888000', '160556.891000', '160556.893000', '160556.896000', '160556.899000', '160556.902000', '160556.905000', '160556.908000', '160616.792000', '160616.794000', '160616.797000', '160616.800000', '160616.802000', '160616.805000', '160616.807000', '160616.810000', '160616.813000', '160616.815000', '160616.818000', '160616.820000', '160616.823000', '160616.825000', '160616.828000', '160616.830000', '160616.833000', '160616.836000', '160616.838000', '160616.841000', '160616.843000', '160616.846000', '160616.848000', '160616.851000', '160616.854000', '160616.856000', '160616.859000', '160616.861000', '160616.864000', '160616.867000', '160616.869000', '160616.872000', '160616.874000', '160616.877000', '160616.880000', '160616.882000', '160616.885000', '160616.887000', '160616.890000', '160616.892000', '160616.895000', '160616.898000', '160616.900000', '160616.903000', '160636.792000', '160636.795000', '160636.797000', '160636.800000', '160636.802000', '160636.805000', '160636.807000', '160636.810000', '160636.812000', '160636.815000', '160636.817000', '160636.820000', '160636.823000', '160636.825000', '160636.828000', '160636.830000', '160636.833000', '160636.836000', '160636.838000', '160636.841000', '160636.843000', '160636.846000', '160636.848000', '160636.851000', '160636.854000', '160636.856000', '160636.859000', '160636.861000', '160636.864000', '160636.867000', '160636.869000', '160636.872000', '160636.874000', '160636.877000', '160636.880000', '160636.882000', '160636.885000', '160636.887000', '160636.890000', '160636.892000', '160636.895000', '160636.898000', '160636.900000', '160656.790000', '160656.793000', '160656.796000', '160656.798000', '160656.801000', '160656.804000', '160656.806000', '160656.809000', '160656.811000', '160656.814000', '160656.816000', '160656.819000', '160656.822000', '160656.824000', '160656.827000', '160656.830000', '160656.832000', '160656.835000', '160656.837000', '160656.840000', '160656.842000', '160656.845000', '160656.848000', '160656.850000', '160656.853000', '160656.855000', '160656.858000', '160656.860000', '160656.863000', '160656.866000', '160656.868000', '160656.871000', '160656.873000', '160656.876000', '160656.878000', '160656.881000', '160656.883000', '160656.886000', '160656.888000', '160656.891000', '160656.894000', '160656.896000', '160656.899000', '160656.901000', '160716.790000', '160716.793000', '160716.796000', '160716.798000', '160716.801000', '160716.803000', '160716.806000', '160716.808000', '160716.811000', '160716.813000', '160716.816000', '160716.819000', '160716.821000', '160716.824000', '160716.826000', '160716.829000', '160716.832000', '160716.834000', '160716.837000', '160716.839000', '160716.842000', '160716.844000', '160716.847000', '160716.849000', '160716.852000', '160716.855000', '160716.857000', '160716.860000', '160716.874000', '160716.876000', '160716.879000', '160716.881000', '160716.884000', '160716.886000', '160716.889000', '160716.891000', '160716.894000', '160716.897000', '160716.899000', '160716.902000', '160716.904000', '160716.907000', '160716.909000', '160736.791000', '160736.794000', '160736.797000', '160736.799000', '160736.802000', '160736.804000', '160736.807000', '160736.809000', '160736.812000', '160736.815000', '160736.817000', '160736.820000', '160736.823000', '160736.825000', '160736.828000', '160736.831000', '160736.833000', '160736.836000', '160736.838000', '160736.841000', '160736.843000', '160736.846000', '160736.848000', '160736.851000', '160736.854000', '160736.856000', '160736.859000', '160736.861000', '160736.864000', '160736.867000', '160736.869000', '160736.872000', '160736.874000', '160736.877000', '160736.880000', '160736.882000', '160736.885000', '160736.887000', '160736.890000', '160736.892000', '160736.895000', '160736.897000', '160736.900000', '160736.903000', '160756.791000', '160756.794000', '160756.797000', '160756.799000', '160756.802000', '160756.804000', '160756.807000', '160756.809000', '160756.812000', '160756.815000', '160756.817000', '160756.820000', '160756.823000', '160756.825000', '160756.828000', '160756.830000', '160756.833000', '160756.835000', '160756.838000', '160756.840000', '160756.843000', '160756.845000', '160756.848000', '160756.851000', '160756.853000', '160756.856000', '160756.858000', '160756.861000', '160756.863000', '160756.866000', '160756.868000', '160756.871000', '160756.874000', '160756.876000', '160756.879000', '160756.881000', '160756.884000', '160756.886000', '160756.889000', '160756.892000', '160756.894000', '160756.897000', '160756.899000', '160816.792000', '160816.795000', '160816.797000', '160816.800000', '160816.802000', '160816.805000', '160816.807000', '160816.810000', '160816.812000', '160816.815000', '160816.818000', '160816.820000', '160816.823000', '160816.825000', '160816.828000', '160816.831000', '160816.833000', '160816.836000', '160816.838000', '160816.841000', '160816.843000', '160816.846000', '160816.849000', '160816.851000', '160816.854000', '160816.856000', '160816.859000', '160816.861000', '160816.864000', '160816.867000', '160816.869000', '160816.872000', '160816.874000', '160816.877000', '160816.879000', '160816.882000', '160816.884000', '160816.887000', '160816.890000', '160816.892000', '160816.895000', '160816.897000', '160816.900000', '160816.902000', '160836.792000', '160836.794000', '160836.797000', '160836.799000', '160836.802000', '160836.805000', '160836.807000', '160836.810000', '160836.812000', '160836.815000', '160836.817000', '160836.820000', '160836.823000', '160836.825000', '160836.828000', '160836.830000', '160836.833000', '160836.835000', '160836.838000', '160836.841000', '160836.843000', '160836.846000', '160836.848000', '160836.851000', '160836.853000', '160836.856000', '160836.859000', '160836.861000', '160836.864000', '160836.866000', '160836.869000', '160836.871000', '160836.874000', '160836.876000', '160836.879000', '160836.882000', '160836.884000', '160836.887000', '160836.889000', '160836.903000', '160836.905000', '160836.908000', '160836.910000', '160856.792000', '160856.795000', '160856.798000', '160856.800000', '160856.803000', '160856.806000', '160856.808000', '160856.811000', '160856.813000', '160856.816000', '160856.820000', '160856.822000', '160856.825000', '160856.828000', '160856.830000', '160856.833000', '160856.835000', '160856.838000', '160856.840000', '160856.843000', '160856.846000', '160856.848000', '160856.851000', '160856.854000', '160856.856000', '160856.859000', '160856.861000', '160856.864000', '160856.866000', '160856.869000', '160856.872000', '160856.874000', '160856.877000', '160856.879000', '160856.882000', '160856.884000', '160856.887000', '160856.889000', '160856.892000', '160856.895000', '160856.897000', '160856.900000', '160856.902000', '160856.905000', '160916.791000', '160916.793000', '160916.796000', '160916.799000', '160916.801000', '160916.804000', '160916.806000', '160916.809000', '160916.812000', '160916.814000', '160916.817000', '160916.820000', '160916.822000', '160916.825000', '160916.827000', '160916.830000', '160916.832000', '160916.835000', '160916.837000', '160916.840000', '160916.843000', '160916.845000', '160916.848000', '160916.850000', '160916.853000', '160916.856000', '160916.858000', '160916.861000', '160916.863000', '160916.866000', '160916.868000', '160916.871000', '160916.874000', '160916.876000', '160916.879000', '160916.881000', '160916.884000', '160916.887000', '160916.889000', '160916.892000', '160916.894000', '160916.897000', '160916.899000', '160936.790000', '160936.793000', '160936.796000', '160936.798000', '160936.801000', '160936.804000', '160936.806000', '160936.809000', '160936.811000', '160936.814000', '160936.817000', '160936.819000', '160936.822000', '160936.824000', '160936.827000', '160936.829000', '160936.832000', '160936.834000', '160936.837000', '160936.839000', '160936.842000', '160936.845000', '160936.847000', '160936.850000', '160936.852000', '160936.855000', '160936.858000', '160936.860000', '160936.863000', '160936.865000', '160936.868000', '160936.871000', '160936.873000', '160936.876000', '160936.878000', '160936.881000', '160936.884000', '160936.886000', '160936.889000', '160936.891000', '160936.894000', '160936.897000', '160936.899000', '160936.902000', '160956.792000', '160956.794000', '160956.797000', '160956.800000', '160956.802000', '160956.805000', '160956.807000', '160956.810000', '160956.813000', '160956.815000', '160956.818000', '160956.821000', '160956.823000', '160956.826000', '160956.829000', '160956.831000', '160956.834000', '160956.836000', '160956.839000', '160956.842000', '160956.844000', '160956.847000', '160956.849000', '160956.852000', '160956.855000', '160956.857000', '160956.860000', '160956.862000', '160956.865000', '160956.868000', '160956.870000', '160956.873000', '160956.875000', '160956.878000', '160956.880000', '160956.883000', '160956.886000', '160956.888000', '160956.891000', '160956.894000', '160956.896000', '160956.899000', '160956.901000', '161016.791000', '161016.794000', '161016.797000', '161016.799000', '161016.802000', '161016.804000', '161016.807000', '161016.810000', '161016.812000', '161016.815000', '161016.817000', '161016.820000', '161016.823000', '161016.825000', '161016.828000', '161016.830000', '161016.833000', '161016.837000', '161016.839000', '161016.842000', '161016.845000', '161016.847000', '161016.850000', '161016.852000', '161016.855000', '161016.857000', '161016.860000', '161016.862000', '161016.865000', '161016.868000', '161016.870000', '161016.873000', '161016.875000', '161016.878000', '161016.880000', '161016.883000', '161016.886000', '161016.888000', '161016.891000', '161016.894000', '161016.896000', '161016.899000', '161016.901000', '161016.904000', '161036.792000', '161036.794000', '161036.797000', '161036.799000', '161036.802000', '161036.805000', '161036.807000', '161036.810000', '161036.812000', '161036.815000', '161036.817000', '161036.820000', '161036.823000', '161036.825000', '161036.828000', '161036.831000', '161036.833000', '161036.836000', '161036.838000', '161036.841000', '161036.843000', '161036.846000', '161036.849000', '161036.851000', '161036.854000', '161036.856000', '161036.859000', '161036.861000', '161036.864000', '161036.867000', '161036.869000', '161036.872000', '161036.874000', '161036.877000', '161036.879000', '161036.882000', '161036.885000', '161036.887000', '161036.890000', '161036.892000', '161036.895000', '161036.897000', '161036.900000', '161056.791000', '161056.794000', '161056.797000', '161056.800000', '161056.802000', '161056.805000', '161056.808000', '161056.810000', '161056.813000', '161056.815000', '161056.818000', '161056.820000', '161056.823000', '161056.826000', '161056.828000', '161056.831000', '161056.833000', '161056.836000', '161056.839000', '161056.841000', '161056.844000', '161056.846000', '161056.849000', '161056.851000', '161056.854000', '161056.856000', '161056.859000', '161056.862000', '161056.864000', '161056.867000', '161056.869000', '161056.872000', '161056.874000', '161056.877000', '161056.879000', '161056.882000', '161056.885000', '161056.887000', '161056.890000', '161056.892000', '161056.895000', '161056.898000', '161056.900000', '161107.370000', '161107.373000', '161107.376000', '161107.378000', '161107.381000', '161107.384000', '161107.387000', '161107.390000', '161107.392000', '161107.395000', '161107.398000', '161107.401000', '161107.404000', '161107.406000', '161107.409000', '161107.412000', '161107.415000', '161107.418000', '161107.422000', '161107.424000', '161107.427000', '161107.430000', '161107.433000', '161107.436000'], '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': [10172, 10389, 11069, 10525, 11111, 10408, 9602, 9871, 9964, 10218, 10232, 10213, 10114, 11934, 9824, 9421, 10232, 9099, 10679, 9550, 10684, 9795, 10396, 10315, 10150, 10389, 9896, 10685, 10318, 10316, 9409, 10709, 9548, 9745, 10181, 10084, 10465, 10023, 10238, 10030, 10229, 9914, 10497, 9756, 10089, 9999, 9874, 10026, 10275, 10288, 9183, 10263, 9464, 9907, 11590, 10631, 9408, 10355, 9871, 10279, 9487, 9639, 10078, 10094, 9830, 10363, 9778, 10398, 9475, 10510, 8780, 10765, 9320, 10362, 9823, 10410, 10128, 10576, 9425, 10499, 9459, 10721, 9783, 9921, 9608, 9628, 10379, 10982, 10033, 10236, 9991, 10188, 10449, 9269, 10440, 9767, 10551, 9917, 10595, 9718, 9880, 9882, 10008, 10101, 9935, 10114, 10508, 10238, 9514, 10092, 9494, 10199, 11698, 10540, 9271, 10421, 9790, 9690, 10088, 9970, 10404, 9411, 10542, 9269, 10215, 9374, 10352, 8864, 10339, 9312, 10232, 11139, 10649, 11648, 10886, 9476, 10692, 9741, 9934, 10092, 10834, 9817, 9951, 10035, 10137, 10118, 10032, 9999, 11304, 10264, 10444, 9952, 11156, 10055, 10407, 10705, 10945, 10984, 10742, 11048, 10382, 10540, 10446, 10686, 10465, 10792, 10831, 10747, 10848, 10056, 9974, 10254, 9841, 10320, 10058, 10483, 9976, 9034, 10778, 10159, 10368, 10032, 10203, 10517, 11006, 10821, 11369, 11207, 10162, 10470, 10256, 10180, 10622, 11750, 10549, 11153, 10435, 9996, 10790, 10913, 11026, 9842, 10204, 10157, 9864, 10573, 9770, 10895, 10180, 10662, 10085, 10358, 10116, 10876, 10319, 10269, 10481, 9087, 10765, 9597, 10813, 9531, 10189, 10382, 10090, 10445, 10119, 10655, 9983, 10453, 10317, 11156, 10336, 11004, 10038, 10067, 10385, 9140, 10748, 9954, 11152, 10064, 10402, 10219, 10062, 10053, 10440, 10560, 11690, 10643, 9413, 11304, 10023, 10006, 10005, 9465, 10213, 10277, 10851, 11336, 10959, 10232, 10763, 10032, 10625, 9572, 10164, 9709, 10416, 10967, 10315, 9127, 10552, 9450, 10906, 10199, 10202, 10423, 10237, 10244, 8654, 10793, 12476, 10945, 10127, 10427, 10423, 10420, 10386, 11872, 10555, 9844, 11403, 9913, 10196, 10122, 10070, 10302, 9159, 10571, 9510, 10506, 10183, 11241, 10007, 10170, 10247, 10299, 10371, 8595, 10756, 10030, 10803, 10215, 11265, 9779, 9649, 10122, 9865, 10096, 10128, 10557, 11111, 10498, 8958, 10603, 10191, 10272, 10043, 10142, 10087, 10070, 10052, 9876, 10450, 9686, 10303, 8563, 10400, 9285, 10567, 10285, 10703, 9513, 10590, 11067, 10974, 9443, 10796, 9760, 9849, 10369, 9909, 10232, 10267, 10727, 10700, 10392, 9301, 10566, 9593, 10011, 10176, 9678, 9822, 9276, 10040, 10982, 8848, 10818, 10490, 11328, 9649, 10137, 10039, 9895, 10564, 10336, 11173, 10183, 10943, 9859, 10132, 9614, 10476, 9895, 9913, 10278, 8191, 10585, 8750, 10071, 9867, 10962, 9633, 9427, 10356, 9798, 9983, 9750, 10135, 10075, 10233, 9928, 10416, 8721, 10874, 9377, 10679, 9841, 11092, 10063, 10471, 10047, 9793, 10595, 9463, 10699, 11068, 10693, 8819, 10805, 9759, 10159, 9976, 9633, 10119, 9319, 10385, 9902, 10237, 9184, 10344, 9739, 10511, 9326, 10447, 10225, 10271, 10165, 10301, 9585, 10435, 9698, 10858, 11443, 10524, 9825, 10127, 9632, 10434, 9921, 9664, 10198, 9604, 9769, 10000, 9901, 9987, 10313, 9934, 10198, 9991, 10646, 11555, 10681, 9411, 10176, 9366, 10039, 9945, 9967, 10267, 9762, 10009, 9864, 9845, 10013, 9040, 10491, 10177, 9959, 10167, 10080, 9971, 9350, 10702, 10312, 10944, 9270, 10801, 9268, 9271, 9654, 9496, 9547, 10583, 8817, 10340, 9374, 10518, 9699, 10680, 9458, 10731, 9061, 10593, 10892, 10452, 9388, 10843, 11298, 10676, 11359, 10582, 10001, 10655, 9786, 10441, 8816, 10651, 9913, 10725, 9054, 10612, 9674, 10440, 9400, 9810, 9733, 9477, 9833, 9626, 9616, 9389, 9772, 10861, 8900, 10376, 8891, 10121, 8973, 10306, 11188, 10404, 10053, 10687, 9023, 10353, 8521, 10121, 8781, 10404, 9332, 10154, 9228, 9801, 9520, 10691, 8812, 10306, 8346, 10363, 10267, 10699, 11495, 10536, 8807, 10590, 10277, 8975, 10308, 9291, 11003, 9498, 10329, 10070, 10379, 8013, 10582, 9775, 10439, 9619, 10343, 9732, 10181, 9594, 10111, 9371, 10585, 9979, 10341, 10258, 9879, 9753, 9953, 9733, 9996, 10254, 10162, 11057, 10327, 11407, 10740, 10971, 10809, 9665, 10040, 9747, 10442, 10322, 9868, 10220, 9860, 10196, 10042, 10312, 10669, 10169, 10373, 10086, 9584, 10521, 10205, 10519, 10430, 10723, 10110, 10926, 9419, 10293, 9639, 10207, 9998, 10792, 10160, 10332, 10510, 10171, 10709, 10222, 10741, 10495, 10668, 10292, 10816, 10059, 10552, 9447, 11060, 9680, 11185, 10110, 11329, 10102, 10148, 9895, 10481, 9927, 10215, 9177, 10908, 10873, 11013, 10131, 10065, 9999, 10313, 10467, 12139, 10943, 9844, 10515, 9934, 9972, 9577, 9602, 10632, 9887, 10436, 10101, 10287, 8891, 10375, 10520, 10410, 10215, 10418, 8831, 10739, 11338, 10137, 9700, 9868, 10072, 8688, 10532, 9293, 10331, 9476, 10160, 10566, 10506, 10201, 10260, 8868, 10534, 9787, 10538, 9652, 10156, 10182, 10327, 10330, 10777, 10122, 9575, 9750, 9439, 10060, 9892, 8218, 10322, 9103, 10249, 10821, 10722, 11161, 10514, 9472, 10284, 9545, 10283, 10087, 10339, 10040, 9820, 10102, 9774, 10142, 10109, 10374, 10546, 10090, 9338, 10110, 9484, 9928, 10238, 10581, 10549, 10263, 10430, 10168, 10856, 10778, 10544, 10962, 11526, 11553, 9844, 10128, 9833, 9108, 10651, 11578, 10949, 9819, 10614, 10036, 10709, 9775, 9098, 10421, 10192, 10278, 10422, 10180, 10208, 10052, 8756, 10582, 9634, 10828, 9172, 9811, 9154, 10500, 10220, 10672, 9182, 10571, 10000, 8903, 10525, 10393, 10696, 9867, 10207, 9361, 10385, 10571, 10317, 10074, 10259, 9910, 10365, 10681, 9837, 10246, 9932, 10086, 10052, 9605, 9989, 10230, 10069, 8634, 10430, 9625, 10519, 9012, 10227, 10235, 10637, 9440, 10711, 9370, 10884, 8689, 10972, 9955, 10674, 9663, 9731, 9328, 9545, 8947, 10196, 9693, 10288, 9591, 10310, 9251, 10414, 10351, 10417, 10634, 10631, 10284, 10275, 10871, 10255, 10151, 10387, 9876, 10817, 10933, 10641, 12121, 10650, 11149, 10406, 9118, 10982, 9446, 10652, 9097, 10868, 9442, 10407, 9702, 10419, 10125, 10248, 10026, 10067, 10126, 9957, 9633, 9791, 9572, 10258, 10802, 10659, 10859, 10466, 11799, 10753, 10359, 12243, 10781, 9410, 10353, 9783, 10871, 10119, 9321, 10666, 9834, 10753, 9417, 10576, 9982, 10335, 10665, 9809, 10922, 10392, 10867, 9681, 10568, 10161, 10812, 10681, 9925, 10964, 8563, 11028, 9634, 10937, 10097, 10778, 10754, 9007, 10694, 9831, 10781, 9616, 10165, 9785, 10547, 9348, 11304, 10345, 11042, 10618, 11746, 10979, 10132, 10864, 9729, 10362, 10314, 10593, 10450, 11066, 10862, 10176, 11221, 9469, 10347, 9629, 10411, 9831, 10741, 10211, 9794, 10686, 10729, 10587, 11964, 10971, 9857, 10915, 9705, 10171, 9922, 10561, 10233, 10519, 10320, 10476, 10252, 10387, 10522, 11185, 10650, 8963, 10955, 9544, 10889, 10620, 10886, 9688, 10499, 9654, 11198, 11721, 10985, 10539, 10924, 9506, 10898, 9631, 9970, 10154, 10654, 10242, 10641, 10210, 8966, 10748, 10793, 10762, 10330, 10605, 8429, 10548, 10622, 10573, 10344, 10394, 10361, 10477, 10602, 10506, 10606, 10264, 10138, 10279, 10231, 10166, 10780, 10019, 10684, 9751, 10101, 9503, 10010, 9972, 10578, 9575, 10203, 9568, 9793, 9523, 10767, 9078, 10659, 8735, 10594, 9026, 10416, 10573, 10633, 9399, 10498, 9114, 10323, 10017, 9675, 10228, 9366, 11134, 9790, 10891, 10005, 10392, 10166, 8916, 10380, 10495, 10439, 10275, 10492, 10338, 10578, 11370, 10155, 10365, 10451, 10063, 10467, 9624, 10667, 9060, 10118, 9403, 10205, 10243, 10030, 10279, 10185, 10086, 10225, 10467, 10279, 10700, 11069, 10228, 9784, 10277, 10099, 10251, 10022, 10484, 9841], 'WindowCenter': [4340.0, 4328.0, 4322.0, 4310.0, 4298.0, 4298.0, 4286.0, 4286.0, 4285.0, 4295.0, 4285.0, 4285.0, 4296.0, 4306.0, 4287.0, 4276.0, 4297.0, 4276.0, 4297.0, 4286.0, 4297.0, 4286.0, 4286.0, 4284.0, 4285.0, 4297.0, 4286.0, 4297.0, 4286.0, 4286.0, 4275.0, 4285.0, 4275.0, 4274.0, 4285.0, 4284.0, 4295.0, 4284.0, 4297.0, 4285.0, 4296.0, 4285.0, 4298.0, 4286.0, 4297.0, 4286.0, 4287.0, 4297.0, 4297.0, 4298.0, 4299.0, 4310.0, 4301.0, 4313.0, 4320.0, 4311.0, 4289.0, 4309.0, 4299.0, 4310.0, 4299.0, 4300.0, 4299.0, 4310.0, 4298.0, 4310.0, 4300.0, 4312.0, 4301.0, 4322.0, 4292.0, 4322.0, 4300.0, 4311.0, 4300.0, 4300.0, 4299.0, 4311.0, 4300.0, 4311.0, 4299.0, 4310.0, 4300.0, 4288.0, 4289.0, 4288.0, 4297.0, 4308.0, 4297.0, 4297.0, 4287.0, 4285.0, 4296.0, 4275.0, 4296.0, 4285.0, 4296.0, 4285.0, 4295.0, 4286.0, 4284.0, 4285.0, 4285.0, 4285.0, 4285.0, 4286.0, 4295.0, 4286.0, 4286.0, 4297.0, 4287.0, 4297.0, 4305.0, 4296.0, 4275.0, 4297.0, 4286.0, 4286.0, 4286.0, 4285.0, 4296.0, 4274.0, 4296.0, 4275.0, 4298.0, 4276.0, 4297.0, 4287.0, 4298.0, 4288.0, 4299.0, 4308.0, 4309.0, 4309.0, 4310.0, 4287.0, 4298.0, 4287.0, 4299.0, 4298.0, 4309.0, 4298.0, 4299.0, 4299.0, 4298.0, 4299.0, 4299.0, 4311.0, 4334.0, 4311.0, 4323.0, 4311.0, 4322.0, 4312.0, 4325.0, 4324.0, 4324.0, 4323.0, 4311.0, 4311.0, 4299.0, 4298.0, 4298.0, 4297.0, 4298.0, 4297.0, 4298.0, 4297.0, 4297.0, 4286.0, 4287.0, 4286.0, 4287.0, 4298.0, 4300.0, 4310.0, 4302.0, 4291.0, 4322.0, 4300.0, 4298.0, 4288.0, 4286.0, 4298.0, 4297.0, 4298.0, 4296.0, 4296.0, 4285.0, 4295.0, 4285.0, 4284.0, 4296.0, 4305.0, 4298.0, 4307.0, 4297.0, 4298.0, 4308.0, 4308.0, 4308.0, 4288.0, 4298.0, 4298.0, 4287.0, 4298.0, 4287.0, 4298.0, 4287.0, 4297.0, 4286.0, 4285.0, 4284.0, 4295.0, 4285.0, 4284.0, 4285.0, 4264.0, 4296.0, 4274.0, 4296.0, 4274.0, 4284.0, 4283.0, 4283.0, 4284.0, 4283.0, 4285.0, 4274.0, 4286.0, 4285.0, 4295.0, 4284.0, 4295.0, 4273.0, 4272.0, 4273.0, 4262.0, 4284.0, 4273.0, 4294.0, 4273.0, 4284.0, 4283.0, 4273.0, 4273.0, 4271.0, 4282.0, 4291.0, 4283.0, 4262.0, 4294.0, 4284.0, 4285.0, 4285.0, 4286.0, 4285.0, 4296.0, 4297.0, 4306.0, 4297.0, 4297.0, 4308.0, 4298.0, 4310.0, 4299.0, 4299.0, 4289.0, 4310.0, 4310.0, 4300.0, 4300.0, 4311.0, 4288.0, 4309.0, 4299.0, 4300.0, 4310.0, 4300.0, 4311.0, 4279.0, 4309.0, 4307.0, 4296.0, 4283.0, 4282.0, 4273.0, 4271.0, 4272.0, 4281.0, 4272.0, 4271.0, 4292.0, 4271.0, 4271.0, 4272.0, 4270.0, 4283.0, 4273.0, 4285.0, 4273.0, 4285.0, 4284.0, 4295.0, 4283.0, 4284.0, 4284.0, 4284.0, 4286.0, 4265.0, 4296.0, 4285.0, 4295.0, 4285.0, 4307.0, 4285.0, 4287.0, 4296.0, 4287.0, 4298.0, 4297.0, 4309.0, 4308.0, 4309.0, 4278.0, 4299.0, 4298.0, 4299.0, 4300.0, 4299.0, 4299.0, 4298.0, 4298.0, 4299.0, 4298.0, 4288.0, 4300.0, 4278.0, 4299.0, 4289.0, 4300.0, 4310.0, 4310.0, 4300.0, 4312.0, 4309.0, 4309.0, 4288.0, 4308.0, 4300.0, 4299.0, 4298.0, 4299.0, 4299.0, 4298.0, 4309.0, 4297.0, 4298.0, 4287.0, 4297.0, 4287.0, 4298.0, 4298.0, 4288.0, 4298.0, 4289.0, 4299.0, 4321.0, 4302.0, 4322.0, 4311.0, 4321.0, 4303.0, 4313.0, 4302.0, 4300.0, 4311.0, 4299.0, 4309.0, 4298.0, 4307.0, 4299.0, 4298.0, 4288.0, 4297.0, 4287.0, 4286.0, 4297.0, 4265.0, 4296.0, 4265.0, 4287.0, 4286.0, 4297.0, 4287.0, 4288.0, 4298.0, 4299.0, 4298.0, 4289.0, 4300.0, 4299.0, 4299.0, 4298.0, 4299.0, 4276.0, 4297.0, 4276.0, 4297.0, 4286.0, 4296.0, 4286.0, 4296.0, 4285.0, 4286.0, 4297.0, 4286.0, 4297.0, 4296.0, 4297.0, 4276.0, 4308.0, 4287.0, 4299.0, 4298.0, 4288.0, 4298.0, 4288.0, 4299.0, 4299.0, 4311.0, 4289.0, 4310.0, 4300.0, 4311.0, 4300.0, 4322.0, 4312.0, 4312.0, 4301.0, 4301.0, 4300.0, 4311.0, 4301.0, 4312.0, 4309.0, 4311.0, 4299.0, 4311.0, 4289.0, 4310.0, 4298.0, 4300.0, 4299.0, 4300.0, 4300.0, 4301.0, 4300.0, 4300.0, 4299.0, 4299.0, 4299.0, 4298.0, 4298.0, 4308.0, 4298.0, 4288.0, 4299.0, 4288.0, 4299.0, 4298.0, 4298.0, 4298.0, 4299.0, 4300.0, 4300.0, 4300.0, 4312.0, 4291.0, 4323.0, 4311.0, 4301.0, 4301.0, 4300.0, 4303.0, 4290.0, 4311.0, 4299.0, 4310.0, 4288.0, 4310.0, 4289.0, 4289.0, 4288.0, 4288.0, 4288.0, 4310.0, 4289.0, 4311.0, 4290.0, 4310.0, 4288.0, 4299.0, 4287.0, 4297.0, 4277.0, 4299.0, 4307.0, 4298.0, 4288.0, 4308.0, 4308.0, 4309.0, 4308.0, 4298.0, 4299.0, 4300.0, 4298.0, 4309.0, 4288.0, 4299.0, 4298.0, 4309.0, 4288.0, 4299.0, 4288.0, 4299.0, 4288.0, 4288.0, 4287.0, 4298.0, 4298.0, 4299.0, 4300.0, 4290.0, 4299.0, 4311.0, 4290.0, 4311.0, 4291.0, 4312.0, 4290.0, 4311.0, 4310.0, 4311.0, 4300.0, 4311.0, 4290.0, 4301.0, 4279.0, 4311.0, 4279.0, 4311.0, 4301.0, 4312.0, 4290.0, 4302.0, 4301.0, 4322.0, 4292.0, 4313.0, 4281.0, 4313.0, 4313.0, 4326.0, 4333.0, 4323.0, 4303.0, 4323.0, 4326.0, 4317.0, 4325.0, 4303.0, 4323.0, 4302.0, 4313.0, 4302.0, 4313.0, 4281.0, 4312.0, 4301.0, 4311.0, 4302.0, 4311.0, 4302.0, 4312.0, 4302.0, 4313.0, 4303.0, 4312.0, 4312.0, 4313.0, 4326.0, 4313.0, 4303.0, 4302.0, 4301.0, 4301.0, 4300.0, 4302.0, 4310.0, 4299.0, 4307.0, 4298.0, 4296.0, 4306.0, 4287.0, 4286.0, 4287.0, 4286.0, 4286.0, 4287.0, 4297.0, 4298.0, 4298.0, 4287.0, 4285.0, 4297.0, 4286.0, 4286.0, 4287.0, 4275.0, 4286.0, 4285.0, 4296.0, 4295.0, 4297.0, 4285.0, 4295.0, 4274.0, 4285.0, 4274.0, 4285.0, 4285.0, 4296.0, 4287.0, 4285.0, 4285.0, 4296.0, 4297.0, 4297.0, 4308.0, 4298.0, 4309.0, 4299.0, 4310.0, 4300.0, 4311.0, 4299.0, 4322.0, 4300.0, 4310.0, 4299.0, 4310.0, 4299.0, 4311.0, 4301.0, 4309.0, 4300.0, 4311.0, 4300.0, 4322.0, 4322.0, 4323.0, 4312.0, 4312.0, 4302.0, 4300.0, 4311.0, 4320.0, 4310.0, 4298.0, 4308.0, 4288.0, 4288.0, 4289.0, 4287.0, 4297.0, 4299.0, 4309.0, 4310.0, 4301.0, 4279.0, 4299.0, 4298.0, 4299.0, 4298.0, 4299.0, 4276.0, 4298.0, 4297.0, 4286.0, 4275.0, 4284.0, 4286.0, 4264.0, 4285.0, 4275.0, 4286.0, 4274.0, 4286.0, 4297.0, 4298.0, 4310.0, 4311.0, 4289.0, 4311.0, 4289.0, 4299.0, 4287.0, 4297.0, 4286.0, 4285.0, 4285.0, 4296.0, 4285.0, 4274.0, 4274.0, 4274.0, 4274.0, 4274.0, 4253.0, 4285.0, 4262.0, 4285.0, 4296.0, 4308.0, 4308.0, 4310.0, 4299.0, 4310.0, 4299.0, 4310.0, 4298.0, 4300.0, 4300.0, 4299.0, 4298.0, 4300.0, 4299.0, 4298.0, 4299.0, 4297.0, 4299.0, 4289.0, 4300.0, 4300.0, 4311.0, 4312.0, 4322.0, 4311.0, 4323.0, 4323.0, 4313.0, 4311.0, 4311.0, 4310.0, 4312.0, 4309.0, 4308.0, 4288.0, 4287.0, 4287.0, 4276.0, 4298.0, 4295.0, 4295.0, 4273.0, 4284.0, 4285.0, 4296.0, 4285.0, 4264.0, 4295.0, 4296.0, 4296.0, 4297.0, 4297.0, 4298.0, 4288.0, 4265.0, 4285.0, 4273.0, 4294.0, 4275.0, 4285.0, 4276.0, 4310.0, 4297.0, 4298.0, 4287.0, 4309.0, 4312.0, 4290.0, 4310.0, 4299.0, 4309.0, 4299.0, 4301.0, 4290.0, 4298.0, 4298.0, 4298.0, 4298.0, 4298.0, 4298.0, 4298.0, 4298.0, 4300.0, 4298.0, 4298.0, 4298.0, 4298.0, 4288.0, 4287.0, 4286.0, 4287.0, 4265.0, 4285.0, 4275.0, 4296.0, 4275.0, 4297.0, 4284.0, 4285.0, 4274.0, 4285.0, 4274.0, 4295.0, 4263.0, 4296.0, 4284.0, 4295.0, 4275.0, 4286.0, 4275.0, 4287.0, 4277.0, 4299.0, 4288.0, 4309.0, 4288.0, 4300.0, 4289.0, 4310.0, 4300.0, 4310.0, 4311.0, 4313.0, 4311.0, 4311.0, 4298.0, 4299.0, 4288.0, 4299.0, 4288.0, 4298.0, 4297.0, 4298.0, 4306.0, 4297.0, 4296.0, 4285.0, 4264.0, 4295.0, 4275.0, 4297.0, 4274.0, 4296.0, 4285.0, 4296.0, 4287.0, 4296.0, 4286.0, 4297.0, 4287.0, 4287.0, 4297.0, 4287.0, 4287.0, 4288.0, 4288.0, 4300.0, 4309.0, 4310.0, 4310.0, 4310.0, 4307.0, 4295.0, 4286.0, 4304.0, 4296.0, 4275.0, 4287.0, 4285.0, 4296.0, 4285.0, 4262.0, 4283.0, 4272.0, 4283.0, 4262.0, 4273.0, 4272.0, 4272.0, 4282.0, 4272.0, 4283.0, 4282.0, 4294.0, 4273.0, 4284.0, 4285.0, 4285.0, 4285.0, 4284.0, 4294.0, 4263.0, 4283.0, 4273.0, 4283.0, 4273.0, 4282.0, 4294.0, 4274.0, 4296.0, 4285.0, 4296.0, 4287.0, 4298.0, 4298.0, 4309.0, 4289.0, 4320.0, 4299.0, 4297.0, 4298.0, 4306.0, 4298.0, 4287.0, 4297.0, 4275.0, 4284.0, 4273.0, 4284.0, 4284.0, 4293.0, 4295.0, 4273.0, 4284.0, 4274.0, 4284.0, 4273.0, 4284.0, 4273.0, 4294.0, 4284.0, 4272.0, 4284.0, 4283.0, 4284.0, 4294.0, 4295.0, 4284.0, 4295.0, 4274.0, 4284.0, 4285.0, 4284.0, 4284.0, 4284.0, 4285.0, 4296.0, 4286.0, 4285.0, 4296.0, 4295.0, 4285.0, 4274.0, 4295.0, 4285.0, 4296.0, 4285.0, 4296.0, 4275.0, 4286.0, 4274.0, 4295.0, 4304.0, 4296.0, 4297.0, 4308.0, 4275.0, 4296.0, 4286.0, 4286.0, 4285.0, 4296.0, 4296.0, 4296.0, 4297.0, 4275.0, 4297.0, 4296.0, 4297.0, 4297.0, 4299.0, 4279.0, 4299.0, 4299.0, 4299.0, 4298.0, 4299.0, 4298.0, 4310.0, 4299.0, 4299.0, 4299.0, 4299.0, 4298.0, 4288.0, 4298.0, 4287.0, 4297.0, 4288.0, 4298.0, 4277.0, 4286.0, 4275.0, 4286.0, 4286.0, 4297.0, 4276.0, 4286.0, 4287.0, 4287.0, 4286.0, 4308.0, 4277.0, 4299.0, 4277.0, 4299.0, 4278.0, 4299.0, 4297.0, 4298.0, 4288.0, 4299.0, 4279.0, 4300.0, 4299.0, 4289.0, 4300.0, 4289.0, 4309.0, 4288.0, 4297.0, 4288.0, 4298.0, 4298.0, 4276.0, 4297.0, 4296.0, 4297.0, 4296.0, 4297.0, 4285.0, 4286.0, 4295.0, 4285.0, 4285.0, 4285.0, 4274.0, 4285.0, 4273.0, 4283.0, 4263.0, 4284.0, 4263.0, 4283.0, 4284.0, 4274.0, 4285.0, 4285.0, 4296.0, 4286.0, 4297.0, 4296.0, 4298.0, 4309.0, 4299.0, 4299.0, 4299.0, 4299.0, 4299.0, 4299.0, 4310.0, 4288.0], 'WindowWidth': [9580.0, 9555.0, 9535.0, 9515.0, 9494.0, 9492.0, 9475.0, 9474.0, 9472.0, 9486.0, 9472.0, 9471.0, 9488.0, 9500.0, 9475.0, 9460.0, 9490.0, 9462.0, 9490.0, 9474.0, 9492.0, 9475.0, 9473.0, 9469.0, 9472.0, 9488.0, 9473.0, 9489.0, 9474.0, 9475.0, 9458.0, 9470.0, 9456.0, 9454.0, 9469.0, 9468.0, 9484.0, 9469.0, 9490.0, 9472.0, 9488.0, 9472.0, 9492.0, 9474.0, 9491.0, 9475.0, 9476.0, 9492.0, 9492.0, 9496.0, 9499.0, 9515.0, 9505.0, 9525.0, 9527.0, 9516.0, 9484.0, 9512.0, 9497.0, 9515.0, 9497.0, 9499.0, 9498.0, 9515.0, 9496.0, 9516.0, 9502.0, 9521.0, 9505.0, 9536.0, 9494.0, 9536.0, 9503.0, 9516.0, 9502.0, 9499.0, 9497.0, 9516.0, 9503.0, 9519.0, 9498.0, 9513.0, 9498.0, 9480.0, 9482.0, 9479.0, 9490.0, 9507.0, 9490.0, 9492.0, 9476.0, 9470.0, 9486.0, 9456.0, 9486.0, 9471.0, 9486.0, 9472.0, 9486.0, 9471.0, 9468.0, 9470.0, 9469.0, 9470.0, 9471.0, 9472.0, 9484.0, 9475.0, 9475.0, 9489.0, 9478.0, 9491.0, 9498.0, 9488.0, 9458.0, 9490.0, 9472.0, 9474.0, 9472.0, 9472.0, 9487.0, 9455.0, 9488.0, 9459.0, 9493.0, 9461.0, 9492.0, 9479.0, 9496.0, 9480.0, 9497.0, 9508.0, 9511.0, 9509.0, 9511.0, 9478.0, 9492.0, 9478.0, 9497.0, 9492.0, 9509.0, 9492.0, 9496.0, 9496.0, 9494.0, 9495.0, 9498.0, 9517.0, 9555.0, 9518.0, 9536.0, 9518.0, 9536.0, 9523.0, 9545.0, 9540.0, 9542.0, 9538.0, 9515.0, 9515.0, 9497.0, 9493.0, 9492.0, 9488.0, 9492.0, 9488.0, 9492.0, 9491.0, 9490.0, 9475.0, 9476.0, 9474.0, 9477.0, 9493.0, 9500.0, 9513.0, 9505.0, 9492.0, 9534.0, 9499.0, 9493.0, 9477.0, 9473.0, 9491.0, 9487.0, 9492.0, 9487.0, 9487.0, 9468.0, 9484.0, 9470.0, 9465.0, 9486.0, 9496.0, 9490.0, 9503.0, 9491.0, 9496.0, 9510.0, 9506.0, 9508.0, 9479.0, 9493.0, 9492.0, 9476.0, 9491.0, 9474.0, 9493.0, 9476.0, 9487.0, 9472.0, 9468.0, 9464.0, 9483.0, 9469.0, 9466.0, 9469.0, 9439.0, 9484.0, 9453.0, 9485.0, 9452.0, 9466.0, 9462.0, 9464.0, 9466.0, 9463.0, 9469.0, 9454.0, 9472.0, 9469.0, 9482.0, 9466.0, 9482.0, 9451.0, 9447.0, 9449.0, 9432.0, 9465.0, 9450.0, 9478.0, 9450.0, 9465.0, 9463.0, 9449.0, 9448.0, 9444.0, 9460.0, 9471.0, 9463.0, 9434.0, 9479.0, 9467.0, 9470.0, 9472.0, 9473.0, 9470.0, 9487.0, 9490.0, 9501.0, 9490.0, 9491.0, 9508.0, 9493.0, 9514.0, 9498.0, 9497.0, 9482.0, 9513.0, 9512.0, 9498.0, 9502.0, 9518.0, 9481.0, 9511.0, 9495.0, 9499.0, 9514.0, 9499.0, 9517.0, 9469.0, 9510.0, 9504.0, 9484.0, 9464.0, 9459.0, 9447.0, 9440.0, 9445.0, 9454.0, 9443.0, 9444.0, 9472.0, 9443.0, 9445.0, 9445.0, 9442.0, 9463.0, 9449.0, 9468.0, 9451.0, 9469.0, 9467.0, 9482.0, 9465.0, 9466.0, 9467.0, 9465.0, 9472.0, 9441.0, 9486.0, 9470.0, 9484.0, 9469.0, 9503.0, 9472.0, 9475.0, 9487.0, 9476.0, 9493.0, 9491.0, 9511.0, 9507.0, 9508.0, 9466.0, 9495.0, 9492.0, 9495.0, 9497.0, 9496.0, 9496.0, 9492.0, 9493.0, 9497.0, 9494.0, 9482.0, 9501.0, 9468.0, 9497.0, 9482.0, 9498.0, 9513.0, 9513.0, 9502.0, 9520.0, 9510.0, 9510.0, 9480.0, 9508.0, 9500.0, 9498.0, 9495.0, 9496.0, 9496.0, 9492.0, 9509.0, 9489.0, 9492.0, 9476.0, 9491.0, 9476.0, 9493.0, 9492.0, 9480.0, 9493.0, 9482.0, 9497.0, 9530.0, 9507.0, 9536.0, 9518.0, 9533.0, 9511.0, 9522.0, 9506.0, 9500.0, 9515.0, 9496.0, 9511.0, 9492.0, 9505.0, 9496.0, 9494.0, 9478.0, 9489.0, 9474.0, 9473.0, 9488.0, 9443.0, 9487.0, 9446.0, 9476.0, 9474.0, 9492.0, 9477.0, 9481.0, 9494.0, 9497.0, 9495.0, 9483.0, 9498.0, 9496.0, 9495.0, 9492.0, 9496.0, 9462.0, 9490.0, 9460.0, 9489.0, 9474.0, 9486.0, 9474.0, 9488.0, 9471.0, 9474.0, 9489.0, 9472.0, 9490.0, 9487.0, 9490.0, 9462.0, 9507.0, 9479.0, 9496.0, 9493.0, 9480.0, 9493.0, 9481.0, 9496.0, 9497.0, 9517.0, 9484.0, 9514.0, 9501.0, 9517.0, 9502.0, 9535.0, 9521.0, 9519.0, 9502.0, 9503.0, 9501.0, 9516.0, 9503.0, 9519.0, 9512.0, 9517.0, 9498.0, 9516.0, 9485.0, 9513.0, 9496.0, 9500.0, 9497.0, 9500.0, 9501.0, 9503.0, 9499.0, 9500.0, 9498.0, 9498.0, 9498.0, 9493.0, 9495.0, 9505.0, 9493.0, 9481.0, 9496.0, 9480.0, 9496.0, 9492.0, 9495.0, 9492.0, 9497.0, 9500.0, 9502.0, 9501.0, 9519.0, 9491.0, 9536.0, 9518.0, 9503.0, 9502.0, 9501.0, 9507.0, 9486.0, 9516.0, 9499.0, 9512.0, 9482.0, 9512.0, 9484.0, 9482.0, 9479.0, 9480.0, 9480.0, 9515.0, 9485.0, 9518.0, 9486.0, 9512.0, 9480.0, 9495.0, 9477.0, 9490.0, 9464.0, 9495.0, 9505.0, 9493.0, 9479.0, 9508.0, 9506.0, 9510.0, 9507.0, 9494.0, 9495.0, 9497.0, 9493.0, 9510.0, 9482.0, 9496.0, 9494.0, 9511.0, 9481.0, 9497.0, 9483.0, 9496.0, 9479.0, 9478.0, 9477.0, 9496.0, 9493.0, 9499.0, 9500.0, 9486.0, 9498.0, 9516.0, 9487.0, 9518.0, 9492.0, 9522.0, 9489.0, 9518.0, 9514.0, 9518.0, 9500.0, 9518.0, 9489.0, 9502.0, 9471.0, 9516.0, 9473.0, 9519.0, 9506.0, 9519.0, 9487.0, 9506.0, 9505.0, 9533.0, 9493.0, 9522.0, 9477.0, 9522.0, 9525.0, 9546.0, 9552.0, 9538.0, 9512.0, 9538.0, 9547.0, 9539.0, 9543.0, 9512.0, 9538.0, 9508.0, 9524.0, 9507.0, 9522.0, 9476.0, 9517.0, 9504.0, 9517.0, 9507.0, 9516.0, 9506.0, 9519.0, 9508.0, 9521.0, 9508.0, 9521.0, 9521.0, 9525.0, 9547.0, 9525.0, 9510.0, 9506.0, 9504.0, 9504.0, 9498.0, 9504.0, 9514.0, 9494.0, 9502.0, 9491.0, 9487.0, 9502.0, 9475.0, 9473.0, 9474.0, 9471.0, 9471.0, 9475.0, 9488.0, 9494.0, 9492.0, 9475.0, 9472.0, 9488.0, 9472.0, 9472.0, 9476.0, 9455.0, 9473.0, 9470.0, 9485.0, 9483.0, 9487.0, 9470.0, 9483.0, 9453.0, 9469.0, 9453.0, 9470.0, 9469.0, 9485.0, 9475.0, 9470.0, 9470.0, 9488.0, 9488.0, 9489.0, 9507.0, 9494.0, 9512.0, 9497.0, 9514.0, 9501.0, 9516.0, 9497.0, 9531.0, 9501.0, 9513.0, 9495.0, 9513.0, 9495.0, 9515.0, 9502.0, 9511.0, 9499.0, 9516.0, 9502.0, 9533.0, 9534.0, 9538.0, 9520.0, 9521.0, 9505.0, 9500.0, 9515.0, 9525.0, 9512.0, 9495.0, 9508.0, 9480.0, 9478.0, 9482.0, 9476.0, 9490.0, 9496.0, 9511.0, 9512.0, 9503.0, 9468.0, 9496.0, 9491.0, 9494.0, 9492.0, 9494.0, 9460.0, 9490.0, 9490.0, 9471.0, 9454.0, 9467.0, 9472.0, 9439.0, 9469.0, 9457.0, 9470.0, 9453.0, 9472.0, 9488.0, 9493.0, 9513.0, 9517.0, 9485.0, 9516.0, 9482.0, 9495.0, 9477.0, 9490.0, 9474.0, 9470.0, 9471.0, 9487.0, 9470.0, 9452.0, 9453.0, 9451.0, 9451.0, 9451.0, 9423.0, 9470.0, 9435.0, 9470.0, 9485.0, 9506.0, 9507.0, 9513.0, 9496.0, 9515.0, 9496.0, 9512.0, 9494.0, 9499.0, 9498.0, 9495.0, 9493.0, 9498.0, 9497.0, 9492.0, 9496.0, 9492.0, 9497.0, 9482.0, 9499.0, 9500.0, 9517.0, 9522.0, 9535.0, 9518.0, 9538.0, 9537.0, 9522.0, 9515.0, 9517.0, 9514.0, 9518.0, 9510.0, 9506.0, 9480.0, 9477.0, 9475.0, 9458.0, 9491.0, 9482.0, 9481.0, 9450.0, 9465.0, 9471.0, 9485.0, 9470.0, 9439.0, 9483.0, 9488.0, 9489.0, 9492.0, 9490.0, 9495.0, 9480.0, 9442.0, 9469.0, 9451.0, 9478.0, 9456.0, 9471.0, 9460.0, 9512.0, 9489.0, 9493.0, 9477.0, 9510.0, 9520.0, 9487.0, 9514.0, 9497.0, 9509.0, 9498.0, 9501.0, 9485.0, 9492.0, 9491.0, 9494.0, 9494.0, 9492.0, 9493.0, 9494.0, 9493.0, 9496.0, 9491.0, 9491.0, 9494.0, 9493.0, 9481.0, 9477.0, 9474.0, 9475.0, 9443.0, 9470.0, 9456.0, 9486.0, 9458.0, 9488.0, 9467.0, 9468.0, 9454.0, 9469.0, 9452.0, 9483.0, 9438.0, 9485.0, 9467.0, 9484.0, 9456.0, 9472.0, 9458.0, 9475.0, 9465.0, 9499.0, 9479.0, 9512.0, 9480.0, 9499.0, 9482.0, 9512.0, 9498.0, 9514.0, 9516.0, 9521.0, 9516.0, 9515.0, 9493.0, 9495.0, 9477.0, 9493.0, 9478.0, 9493.0, 9489.0, 9491.0, 9498.0, 9488.0, 9484.0, 9468.0, 9440.0, 9483.0, 9456.0, 9488.0, 9455.0, 9485.0, 9469.0, 9487.0, 9475.0, 9487.0, 9473.0, 9490.0, 9475.0, 9476.0, 9489.0, 9475.0, 9474.0, 9479.0, 9479.0, 9497.0, 9510.0, 9511.0, 9512.0, 9514.0, 9504.0, 9482.0, 9471.0, 9492.0, 9485.0, 9456.0, 9474.0, 9471.0, 9487.0, 9470.0, 9433.0, 9460.0, 9445.0, 9459.0, 9433.0, 9445.0, 9446.0, 9444.0, 9460.0, 9447.0, 9464.0, 9461.0, 9479.0, 9451.0, 9467.0, 9469.0, 9466.0, 9469.0, 9464.0, 9479.0, 9436.0, 9461.0, 9449.0, 9462.0, 9448.0, 9459.0, 9478.0, 9454.0, 9486.0, 9470.0, 9487.0, 9475.0, 9491.0, 9491.0, 9509.0, 9482.0, 9526.0, 9494.0, 9490.0, 9491.0, 9498.0, 9491.0, 9475.0, 9486.0, 9456.0, 9463.0, 9448.0, 9465.0, 9465.0, 9475.0, 9482.0, 9450.0, 9465.0, 9450.0, 9465.0, 9450.0, 9467.0, 9450.0, 9479.0, 9466.0, 9447.0, 9464.0, 9462.0, 9464.0, 9478.0, 9481.0, 9467.0, 9483.0, 9453.0, 9467.0, 9467.0, 9464.0, 9465.0, 9465.0, 9467.0, 9485.0, 9472.0, 9469.0, 9486.0, 9481.0, 9469.0, 9453.0, 9483.0, 9469.0, 9486.0, 9468.0, 9483.0, 9456.0, 9470.0, 9453.0, 9482.0, 9493.0, 9486.0, 9490.0, 9504.0, 9458.0, 9485.0, 9471.0, 9472.0, 9470.0, 9486.0, 9487.0, 9485.0, 9487.0, 9457.0, 9487.0, 9487.0, 9490.0, 9491.0, 9495.0, 9469.0, 9495.0, 9494.0, 9496.0, 9496.0, 9496.0, 9494.0, 9511.0, 9495.0, 9496.0, 9494.0, 9493.0, 9493.0, 9477.0, 9493.0, 9476.0, 9489.0, 9477.0, 9493.0, 9462.0, 9472.0, 9456.0, 9470.0, 9472.0, 9491.0, 9459.0, 9473.0, 9475.0, 9476.0, 9473.0, 9505.0, 9463.0, 9495.0, 9464.0, 9495.0, 9465.0, 9493.0, 9489.0, 9492.0, 9479.0, 9495.0, 9468.0, 9497.0, 9495.0, 9483.0, 9498.0, 9483.0, 9510.0, 9479.0, 9489.0, 9476.0, 9490.0, 9491.0, 9459.0, 9489.0, 9486.0, 9489.0, 9486.0, 9488.0, 9469.0, 9471.0, 9481.0, 9466.0, 9466.0, 9467.0, 9451.0, 9467.0, 9448.0, 9462.0, 9434.0, 9463.0, 9436.0, 9462.0, 9466.0, 9452.0, 9469.0, 9471.0, 9487.0, 9473.0, 9490.0, 9486.0, 9492.0, 9509.0, 9496.0, 9494.0, 9497.0, 9498.0, 9497.0, 9495.0, 9511.0, 9479.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.00017563071297989032</td></tr>
<tr><td colspan=3>aqi</td><td>0.015567741956124316</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.197877679734624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2272988467520571</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9939319317383339</td></tr>
<tr><td colspan=3>efc</td><td>0.446</td></tr>
<tr><td colspan=3>fber</td><td>6969.0815</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06994312286737644</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0968921389396709</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6628103064548654</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.571072665973578</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.902073112627367</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.515285140763651</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142681</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0125922542065382</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019075334072113037</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.7047924194843755</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>35.9182</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1653</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.7896</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307778.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>743.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>329.9587</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0756</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.2107</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3523.6627</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3750.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68766.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1039.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4675.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.1951</td></tr>
<tr><td colspan=3>tsnr</td><td>46.40224220696837</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>