<?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-0052_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-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0052/figures/sub-0052_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-0052/figures/sub-0052_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_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-0052/ses-02/func/sub-0052_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>eed192a367b76273db6324e08e776f8e</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>13:00:51.562500</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.998533, 0.0229113, 0.0490685, -0.0308568, 0.985329, 0.167854]</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.10027</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4139, -7717, -7291, 692, -27, -51, 10, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.638</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a3134197-f2f9-4c56-a764-bc58edefd625||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.678989887237549, -0.0827864333987236, 0.12015770375728607, 114.03868103027344], [-0.06146930158138275, 2.6435654163360596, 0.4566282033920288, -107.91548156738281], [0.13164716958999634, -0.4503393769264221, 2.658393144607544, -53.67765808105469], [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': ['130051.562500', '130052.022500', '130052.482500', '130052.942500', '130053.402500', '130053.862500', '130054.322500', '130054.782500', '130055.242500', '130055.702500', '130056.162500', '130056.622500', '130057.082500', '130057.542500', '130058.002500', '130058.462500', '130058.922500', '130059.382500', '130059.842500', '130100.302500', '130100.762500', '130101.222500', '130101.682500', '130102.142500', '130102.602500', '130103.062500', '130103.522500', '130103.982500', '130104.442500', '130104.902500', '130105.362500', '130105.822500', '130106.282500', '130106.742500', '130107.202500', '130107.662500', '130108.122500', '130108.582500', '130109.042500', '130109.502500', '130109.962500', '130110.422500', '130110.882500', '130111.342500', '130111.802500', '130112.262500', '130112.722500', '130113.182500', '130113.642500', '130114.102500', '130114.562500', '130115.022500', '130115.482500', '130115.942500', '130116.402500', '130116.862500', '130117.322500', '130117.782500', '130118.242500', '130118.702500', '130119.162500', '130119.622500', '130120.082500', '130120.542500', '130121.002500', '130121.462500', '130121.922500', '130122.382500', '130122.842500', '130123.302500', '130123.762500', '130124.222500', '130124.682500', '130125.142500', '130125.602500', '130126.062500', '130126.522500', '130126.982500', '130127.442500', '130127.902500', '130128.362500', '130128.822500', '130129.282500', '130129.742500', '130130.202500', '130130.662500', '130131.122500', '130131.582500', '130132.042500', '130132.502500', '130132.962500', '130133.422500', '130133.882500', '130134.342500', '130134.802500', '130135.262500', '130135.722500', '130136.182500', '130136.642500', '130137.102500', '130137.562500', '130138.022500', '130138.482500', '130138.942500', '130139.402500', '130139.862500', '130140.322500', '130140.782500', '130141.242500', '130141.702500', '130142.162500', '130142.622500', '130143.082500', '130143.542500', '130144.002500', '130144.462500', '130144.922500', '130145.382500', '130145.842500', '130146.302500', '130146.762500', '130147.222500', '130147.682500', '130148.142500', '130148.602500', '130149.062500', '130149.522500', '130149.982500', '130150.442500', '130150.902500', '130151.362500', '130151.822500', '130152.282500', '130152.742500', '130153.202500', '130153.662500', '130154.122500', '130154.582500', '130155.042500', '130155.502500', '130155.962500', '130156.422500', '130156.882500', '130157.342500', '130157.802500', '130158.262500', '130158.722500', '130159.182500', '130159.642500', '130200.102500', '130200.562500', '130201.022500', '130201.482500', '130201.942500', '130202.402500', '130202.862500', '130203.322500', '130203.782500', '130204.242500', '130204.702500', '130205.162500', '130205.622500', '130206.082500', '130206.542500', '130207.002500', '130207.462500', '130207.922500', '130208.382500', '130208.842500', '130209.302500', '130209.762500', '130210.222500', '130210.682500', '130211.142500', '130211.602500', '130212.062500', '130212.522500', '130212.982500', '130213.442500', '130213.902500', '130214.362500', '130214.822500', '130215.282500', '130215.742500', '130216.202500', '130216.662500', '130217.122500', '130217.582500', '130218.042500', '130218.502500', '130218.962500', '130219.422500', '130219.882500', '130220.342500', '130220.802500', '130221.262500', '130221.722500', '130222.182500', '130222.642500', '130223.102500', '130223.562500', '130224.022500', '130224.482500', '130224.942500', '130225.402500', '130225.862500', '130226.322500', '130226.782500', '130227.242500', '130227.702500', '130228.162500', '130228.622500', '130229.082500', '130229.542500', '130230.002500', '130230.462500', '130230.922500', '130231.382500', '130231.842500', '130232.302500', '130232.762500', '130233.222500', '130233.682500', '130234.142500', '130234.602500', '130235.062500', '130235.522500', '130235.982500', '130236.442500', '130236.902500', '130237.362500', '130237.822500', '130238.282500', '130238.742500', '130239.202500', '130239.662500', '130240.122500', '130240.582500', '130241.042500', '130241.502500', '130241.962500', '130242.422500', '130242.882500', '130243.342500', '130243.802500', '130244.262500', '130244.722500', '130245.182500', '130245.642500', '130246.102500', '130246.562500', '130247.022500', '130247.482500', '130247.942500', '130248.402500', '130248.862500', '130249.322500', '130249.782500', '130250.242500', '130250.702500', '130251.162500', '130251.622500', '130252.082500', '130252.542500', '130253.002500', '130253.462500', '130253.922500', '130254.382500', '130254.842500', '130255.302500', '130255.762500', '130256.222500', '130256.682500', '130257.142500', '130257.602500', '130258.062500', '130258.522500', '130258.982500', '130259.442500', '130259.902500', '130300.362500', '130300.822500', '130301.282500', '130301.742500', '130302.202500', '130302.662500', '130303.122500', '130303.582500', '130304.042500', '130304.502500', '130304.962500', '130305.422500', '130305.882500', '130306.342500', '130306.802500', '130307.262500', '130307.722500', '130308.182500', '130308.642500', '130309.102500', '130309.562500', '130310.022500', '130310.482500', '130310.942500', '130311.402500', '130311.862500', '130312.322500', '130312.782500', '130313.242500', '130313.702500', '130314.162500', '130314.622500', '130315.082500', '130315.542500', '130316.002500', '130316.462500', '130316.922500', '130317.382500', '130317.842500', '130318.302500', '130318.762500', '130319.222500', '130319.682500', '130320.142500', '130320.602500', '130321.062500', '130321.522500', '130321.982500', '130322.442500', '130322.902500', '130323.362500', '130323.822500', '130324.282500', '130324.742500', '130325.202500', '130325.662500', '130326.122500', '130326.582500', '130327.042500', '130327.502500', '130327.962500', '130328.422500', '130328.882500', '130329.342500', '130329.802500', '130330.262500', '130330.722500', '130331.182500', '130331.642500', '130332.102500', '130332.562500', '130333.022500', '130333.482500', '130333.942500', '130334.402500', '130334.862500', '130335.322500', '130335.782500', '130336.242500', '130336.702500', '130337.162500', '130337.622500', '130338.082500', '130338.542500', '130339.002500', '130339.462500', '130339.922500', '130340.382500', '130340.842500', '130341.302500', '130341.762500', '130342.222500', '130342.682500', '130343.142500', '130343.602500', '130344.062500', '130344.522500', '130344.982500', '130345.442500', '130345.902500', '130346.362500', '130346.822500', '130347.282500', '130347.742500', '130348.202500', '130348.662500', '130349.122500', '130349.582500', '130350.042500', '130350.502500', '130350.962500', '130351.422500', '130351.882500', '130352.342500', '130352.802500', '130353.262500', '130353.722500', '130354.182500', '130354.642500', '130355.102500', '130355.562500', '130356.022500', '130356.482500', '130356.942500', '130357.402500', '130357.862500', '130358.322500', '130358.782500', '130359.242500', '130359.702500', '130400.162500', '130400.622500', '130401.082500', '130401.542500', '130402.002500', '130402.462500', '130402.922500', '130403.382500', '130403.842500', '130404.302500', '130404.762500', '130405.222500', '130405.682500', '130406.142500', '130406.602500', '130407.062500', '130407.522500', '130407.982500', '130408.442500', '130408.902500', '130409.362500', '130409.822500', '130410.282500', '130410.742500', '130411.202500', '130411.662500', '130412.122500', '130412.582500', '130413.042500', '130413.502500', '130413.962500', '130414.422500', '130414.882500', '130415.342500', '130415.802500', '130416.262500', '130416.722500', '130417.182500', '130417.642500', '130418.102500', '130418.562500', '130419.022500', '130419.482500', '130419.942500', '130420.402500', '130420.862500', '130421.322500', '130421.782500', '130422.242500', '130422.702500', '130423.162500', '130423.622500', '130424.082500', '130424.542500', '130425.002500', '130425.462500', '130425.922500', '130426.382500', '130426.842500', '130427.302500', '130427.762500', '130428.222500', '130428.682500', '130429.142500', '130429.602500', '130430.062500', '130430.522500', '130430.982500', '130431.442500', '130431.902500', '130432.362500', '130432.822500', '130433.282500', '130433.742500', '130434.202500', '130434.662500', '130435.122500', '130435.582500', '130436.042500', '130436.502500', '130436.962500', '130437.422500', '130437.882500', '130438.342500', '130438.802500', '130439.262500', '130439.722500', '130440.182500', '130440.642500', '130441.102500', '130441.562500', '130442.022500', '130442.482500', '130442.942500', '130443.402500', '130443.862500', '130444.322500', '130444.782500', '130445.242500', '130445.702500', '130446.162500', '130446.622500', '130447.082500', '130447.542500', '130448.002500', '130448.462500', '130448.922500', '130449.382500', '130449.842500', '130450.302500', '130450.762500', '130451.222500', '130451.682500', '130452.142500', '130452.602500', '130453.062500', '130453.522500', '130453.982500', '130454.442500', '130454.902500', '130455.362500', '130455.822500', '130456.282500', '130456.742500', '130457.202500', '130457.662500', '130458.122500', '130458.582500', '130459.042500', '130459.502500', '130459.962500', '130500.422500', '130500.882500', '130501.342500', '130501.802500', '130502.262500', '130502.722500', '130503.182500', '130503.642500', '130504.102500', '130504.562500', '130505.022500', '130505.482500', '130505.942500', '130506.402500', '130506.862500', '130507.322500', '130507.782500', '130508.242500', '130508.702500', '130509.162500', '130509.622500', '130510.082500', '130510.542500', '130511.002500', '130511.462500', '130511.922500', '130512.382500', '130512.842500', '130513.302500', '130513.762500', '130514.222500', '130514.682500', '130515.142500', '130515.602500', '130516.062500', '130516.522500', '130516.982500', '130517.442500', '130517.902500', '130518.362500', '130518.822500', '130519.282500', '130519.742500', '130520.202500', '130520.662500', '130521.122500', '130521.582500', '130522.042500', '130522.502500', '130522.962500', '130523.422500', '130523.882500', '130524.342500', '130524.802500', '130525.262500', '130525.722500', '130526.182500', '130526.642500', '130527.102500', '130527.562500', '130528.022500', '130528.482500', '130528.942500', '130529.402500', '130529.862500', '130530.322500', '130530.782500', '130531.242500', '130531.702500', '130532.162500', '130532.622500', '130533.082500', '130533.542500', '130534.002500', '130534.462500', '130534.922500', '130535.382500', '130535.842500', '130536.302500', '130536.762500', '130537.222500', '130537.682500', '130538.142500', '130538.602500', '130539.062500', '130539.522500', '130539.982500', '130540.442500', '130540.902500', '130541.362500', '130541.822500', '130542.282500', '130542.742500', '130543.202500', '130543.662500', '130544.122500', '130544.582500', '130545.042500', '130545.502500', '130545.962500', '130546.422500', '130546.882500', '130547.342500', '130547.802500', '130548.262500', '130548.722500', '130549.182500', '130549.642500', '130550.102500', '130550.562500', '130551.022500', '130551.482500', '130551.942500', '130552.402500', '130552.862500', '130553.322500', '130553.782500', '130554.242500', '130554.702500', '130555.162500', '130555.622500', '130556.082500', '130556.542500', '130557.002500', '130557.462500', '130557.922500', '130558.382500', '130558.842500', '130559.302500', '130559.762500', '130600.222500', '130600.682500', '130601.142500', '130601.602500', '130602.062500', '130602.522500', '130602.982500', '130603.442500', '130603.902500', '130604.362500', '130604.822500', '130605.282500', '130605.742500', '130606.202500', '130606.662500', '130607.122500', '130607.582500', '130608.042500', '130608.502500', '130608.962500', '130609.422500', '130609.882500', '130610.342500', '130610.802500', '130611.262500', '130611.722500', '130612.182500', '130612.642500', '130613.102500', '130613.562500', '130614.022500', '130614.482500', '130614.942500', '130615.402500', '130615.862500', '130616.322500', '130616.782500', '130617.242500', '130617.702500', '130618.162500', '130618.622500', '130619.082500', '130619.542500', '130620.002500', '130620.462500', '130620.922500', '130621.382500', '130621.842500', '130622.302500', '130622.762500', '130623.222500', '130623.682500', '130624.142500', '130624.602500', '130625.062500', '130625.522500', '130625.982500', '130626.442500', '130626.902500', '130627.362500', '130627.822500', '130628.282500', '130628.742500', '130629.202500', '130629.662500', '130630.122500', '130630.582500', '130631.042500', '130631.502500', '130631.962500', '130632.422500', '130632.882500', '130633.342500', '130633.802500', '130634.262500', '130634.722500', '130635.182500', '130635.642500', '130636.102500', '130636.562500', '130637.022500', '130637.482500', '130637.942500', '130638.402500', '130638.862500', '130639.322500', '130639.782500', '130640.242500', '130640.702500', '130641.162500', '130641.622500', '130642.082500', '130642.542500', '130643.002500', '130643.462500', '130643.922500', '130644.382500', '130644.842500', '130645.302500', '130645.762500', '130646.222500', '130646.682500', '130647.142500', '130647.602500', '130648.062500', '130648.522500', '130648.982500', '130649.442500', '130649.902500', '130650.362500', '130650.822500', '130651.282500', '130651.742500', '130652.202500', '130652.662500', '130653.122500', '130653.582500', '130654.042500', '130654.502500', '130654.962500', '130655.422500', '130655.882500', '130656.342500', '130656.802500', '130657.262500', '130657.722500', '130658.182500', '130658.642500', '130659.102500', '130659.562500', '130700.022500', '130700.482500', '130700.942500', '130701.402500', '130701.862500', '130702.322500', '130702.782500', '130703.242500', '130703.702500', '130704.162500', '130704.622500', '130705.082500', '130705.542500', '130706.002500', '130706.462500', '130706.922500', '130707.382500', '130707.842500', '130708.302500', '130708.762500', '130709.222500', '130709.682500', '130710.142500', '130710.602500', '130711.062500', '130711.522500', '130711.982500', '130712.442500', '130712.902500', '130713.362500', '130713.822500', '130714.282500', '130714.742500', '130715.202500', '130715.662500', '130716.122500', '130716.582500', '130717.042500', '130717.502500', '130717.962500', '130718.422500', '130718.882500', '130719.342500', '130719.802500', '130720.262500', '130720.722500', '130721.182500', '130721.642500', '130722.102500', '130722.562500', '130723.022500', '130723.482500', '130723.942500', '130724.402500', '130724.862500', '130725.322500', '130725.782500', '130726.242500', '130726.702500', '130727.162500', '130727.622500', '130728.082500', '130728.542500', '130729.002500', '130729.462500', '130729.922500', '130730.382500', '130730.842500', '130731.302500', '130731.762500', '130732.222500', '130732.682500', '130733.142500', '130733.602500', '130734.062500', '130734.522500', '130734.982500', '130735.442500', '130735.902500', '130736.362500', '130736.822500', '130737.282500', '130737.742500', '130738.202500', '130738.662500', '130739.122500', '130739.582500', '130740.042500', '130740.502500', '130740.962500', '130741.422500', '130741.882500', '130742.342500', '130742.802500', '130743.262500', '130743.722500', '130744.182500', '130744.642500', '130745.102500', '130745.562500', '130746.022500', '130746.482500', '130746.942500', '130747.402500', '130747.862500', '130748.322500', '130748.782500', '130749.242500', '130749.702500', '130750.162500', '130750.622500', '130751.082500', '130751.542500', '130752.002500', '130752.462500', '130752.922500', '130753.382500', '130753.842500', '130754.302500', '130754.762500', '130755.222500', '130755.682500', '130756.142500', '130756.602500', '130757.062500', '130757.522500', '130757.982500', '130758.442500', '130758.902500', '130759.362500', '130759.822500', '130800.282500', '130800.742500', '130801.202500', '130801.662500', '130802.122500', '130802.582500', '130803.042500', '130803.502500', '130803.962500', '130804.422500', '130804.882500', '130805.342500', '130805.802500', '130806.262500', '130806.722500', '130807.182500', '130807.642500', '130808.102500', '130808.562500', '130809.022500', '130809.482500', '130809.942500', '130810.402500', '130810.862500', '130811.322500', '130811.782500', '130812.242500', '130812.702500', '130813.162500', '130813.622500', '130814.082500', '130814.542500', '130815.002500', '130815.462500', '130815.922500', '130816.382500', '130816.842500', '130817.302500', '130817.762500', '130818.222500', '130818.682500', '130819.142500', '130819.602500', '130820.062500', '130820.522500', '130820.982500', '130821.442500', '130821.902500', '130822.362500', '130822.822500', '130823.282500', '130823.742500', '130824.202500', '130824.662500', '130825.122500', '130825.582500', '130826.042500', '130826.502500', '130826.962500', '130827.422500', '130827.882500', '130828.342500', '130828.802500', '130829.262500', '130829.722500', '130830.182500', '130830.642500', '130831.102500', '130831.562500', '130832.022500', '130832.482500', '130832.942500', '130833.402500', '130833.862500', '130834.322500', '130834.782500', '130835.242500', '130835.702500', '130836.162500', '130836.622500', '130837.082500', '130837.542500', '130838.002500', '130838.462500', '130838.922500', '130839.382500', '130839.842500', '130840.302500', '130840.762500', '130841.222500', '130841.682500', '130842.142500', '130842.602500', '130843.062500', '130843.522500', '130843.982500', '130844.442500', '130844.902500', '130845.362500', '130845.822500', '130846.282500', '130846.742500', '130847.202500', '130847.662500', '130848.122500', '130848.582500', '130849.042500', '130849.502500', '130849.962500', '130850.422500', '130850.882500', '130851.342500', '130851.802500', '130852.262500', '130852.722500', '130853.182500', '130853.642500', '130854.102500', '130854.562500', '130855.022500', '130855.482500', '130855.942500', '130856.402500', '130856.862500', '130857.322500', '130857.782500', '130858.242500', '130858.702500', '130859.162500', '130859.622500', '130900.082500', '130900.542500', '130901.002500', '130901.462500', '130901.922500', '130902.382500', '130902.842500', '130903.302500', '130903.762500', '130904.222500', '130904.682500', '130905.142500', '130905.602500', '130906.062500', '130906.522500', '130906.982500', '130907.442500', '130907.902500', '130908.362500', '130908.822500', '130909.282500', '130909.742500', '130910.202500', '130910.662500', '130911.122500', '130911.582500', '130912.042500', '130912.502500', '130912.962500', '130913.422500', '130913.882500', '130914.342500', '130914.802500', '130915.262500', '130915.722500', '130916.182500'], 'ContentTime': ['130113.679000', '130113.683000', '130113.685000', '130113.688000', '130113.690000', '130113.693000', '130113.695000', '130113.698000', '130113.701000', '130113.703000', '130113.706000', '130113.708000', '130113.711000', '130113.713000', '130113.716000', '130113.718000', '130113.721000', '130113.723000', '130113.726000', '130113.729000', '130113.731000', '130113.734000', '130113.739000', '130113.742000', '130113.744000', '130113.747000', '130113.749000', '130113.762000', '130113.764000', '130113.767000', '130113.769000', '130113.772000', '130113.775000', '130113.777000', '130113.780000', '130113.782000', '130113.785000', '130113.787000', '130113.790000', '130113.798000', '130113.801000', '130113.803000', '130113.806000', '130113.808000', '130113.811000', '130133.636000', '130133.639000', '130133.641000', '130133.644000', '130133.646000', '130133.649000', '130133.651000', '130133.654000', '130133.656000', '130133.659000', '130133.661000', '130133.664000', '130133.666000', '130133.669000', '130133.671000', '130133.674000', '130133.676000', '130133.679000', '130133.681000', '130133.684000', '130133.686000', '130133.689000', '130133.691000', '130133.694000', '130133.697000', '130133.699000', '130133.702000', '130133.704000', '130133.707000', '130133.709000', '130133.712000', '130133.715000', '130133.717000', '130133.728000', '130133.730000', '130133.733000', '130133.736000', '130133.738000', '130133.741000', '130133.743000', '130133.746000', '130133.748000', '130133.751000', '130153.635000', '130153.638000', '130153.641000', '130153.643000', '130153.646000', '130153.648000', '130153.651000', '130153.653000', '130153.656000', '130153.658000', '130153.661000', '130153.664000', '130153.666000', '130153.669000', '130153.671000', '130153.674000', '130153.676000', '130153.679000', '130153.681000', '130153.684000', '130153.686000', '130153.689000', '130153.691000', '130153.694000', '130153.697000', '130153.699000', '130153.702000', '130153.704000', '130153.707000', '130153.709000', '130153.712000', '130153.714000', '130153.717000', '130153.719000', '130153.722000', '130153.725000', '130153.727000', '130153.730000', '130153.762000', '130153.765000', '130153.767000', '130153.770000', '130153.773000', '130153.775000', '130213.635000', '130213.638000', '130213.641000', '130213.643000', '130213.646000', '130213.648000', '130213.651000', '130213.653000', '130213.656000', '130213.659000', '130213.661000', '130213.664000', '130213.666000', '130213.669000', '130213.671000', '130213.674000', '130213.676000', '130213.679000', '130213.682000', '130213.684000', '130213.687000', '130213.689000', '130213.692000', '130213.694000', '130213.697000', '130213.699000', '130213.702000', '130213.705000', '130213.707000', '130213.710000', '130213.712000', '130213.715000', '130213.718000', '130213.720000', '130213.723000', '130213.726000', '130213.728000', '130213.732000', '130213.734000', '130213.737000', '130213.740000', '130213.742000', '130213.745000', '130233.635000', '130233.638000', '130233.641000', '130233.643000', '130233.646000', '130233.648000', '130233.651000', '130233.653000', '130233.656000', '130233.659000', '130233.661000', '130233.664000', '130233.666000', '130233.669000', '130233.671000', '130233.674000', '130233.677000', '130233.679000', '130233.682000', '130233.684000', '130233.687000', '130233.689000', '130233.692000', '130233.695000', '130233.697000', '130233.700000', '130233.702000', '130233.705000', '130233.707000', '130233.710000', '130233.712000', '130233.715000', '130233.718000', '130233.720000', '130233.723000', '130233.725000', '130233.728000', '130233.730000', '130233.733000', '130233.736000', '130233.738000', '130233.741000', '130233.749000', '130233.752000', '130253.636000', '130253.639000', '130253.642000', '130253.644000', '130253.647000', '130253.649000', '130253.652000', '130253.655000', '130253.657000', '130253.660000', '130253.662000', '130253.665000', '130253.667000', '130253.670000', '130253.673000', '130253.675000', '130253.678000', '130253.680000', '130253.683000', '130253.685000', '130253.688000', '130253.690000', '130253.693000', '130253.696000', '130253.698000', '130253.701000', '130253.703000', '130253.706000', '130253.708000', '130253.711000', '130253.713000', '130253.716000', '130253.723000', '130253.726000', '130253.728000', '130253.762000', '130253.765000', '130253.767000', '130253.770000', '130253.772000', '130253.775000', '130253.777000', '130253.780000', '130313.635000', '130313.638000', '130313.641000', '130313.643000', '130313.646000', '130313.648000', '130313.651000', '130313.653000', '130313.656000', '130313.658000', '130313.661000', '130313.664000', '130313.666000', '130313.669000', '130313.671000', '130313.674000', '130313.677000', '130313.679000', '130313.682000', '130313.684000', '130313.687000', '130313.689000', '130313.692000', '130313.695000', '130313.697000', '130313.700000', '130313.702000', '130313.705000', '130313.708000', '130313.710000', '130313.713000', '130313.715000', '130313.718000', '130313.720000', '130313.723000', '130313.726000', '130313.728000', '130313.731000', '130313.733000', '130313.736000', '130313.738000', '130313.741000', '130313.743000', '130313.746000', '130333.636000', '130333.638000', '130333.641000', '130333.643000', '130333.646000', '130333.649000', '130333.651000', '130333.654000', '130333.656000', '130333.659000', '130333.661000', '130333.664000', '130333.666000', '130333.669000', '130333.672000', '130333.674000', '130333.677000', '130333.679000', '130333.682000', '130333.684000', '130333.687000', '130333.690000', '130333.692000', '130333.695000', '130333.697000', '130333.700000', '130333.702000', '130333.705000', '130333.708000', '130333.710000', '130333.713000', '130333.715000', '130333.718000', '130333.720000', '130333.723000', '130333.725000', '130333.728000', '130333.731000', '130333.733000', '130333.736000', '130333.738000', '130333.741000', '130333.743000', '130353.635000', '130353.638000', '130353.641000', '130353.643000', '130353.646000', '130353.648000', '130353.651000', '130353.653000', '130353.656000', '130353.658000', '130353.661000', '130353.664000', '130353.666000', '130353.669000', '130353.671000', '130353.674000', '130353.676000', '130353.679000', '130353.681000', '130353.684000', '130353.687000', '130353.689000', '130353.692000', '130353.694000', '130353.697000', '130353.699000', '130353.702000', '130353.705000', '130353.707000', '130353.710000', '130353.712000', '130353.715000', '130353.717000', '130353.720000', '130353.722000', '130353.725000', '130353.728000', '130353.730000', '130353.733000', '130353.735000', '130353.738000', '130353.740000', '130353.743000', '130353.745000', '130413.636000', '130413.638000', '130413.641000', '130413.657000', '130413.659000', '130413.662000', '130413.665000', '130413.667000', '130413.670000', '130413.672000', '130413.675000', '130413.677000', '130413.680000', '130413.683000', '130413.685000', '130413.688000', '130413.690000', '130413.693000', '130413.695000', '130413.698000', '130413.701000', '130413.703000', '130413.706000', '130413.708000', '130413.711000', '130413.713000', '130413.716000', '130413.718000', '130413.721000', '130413.724000', '130413.726000', '130413.729000', '130413.732000', '130413.734000', '130413.737000', '130413.739000', '130413.742000', '130413.744000', '130413.747000', '130413.749000', '130413.752000', '130413.754000', '130413.757000', '130433.635000', '130433.638000', '130433.641000', '130433.643000', '130433.646000', '130433.649000', '130433.651000', '130433.654000', '130433.656000', '130433.659000', '130433.661000', '130433.664000', '130433.666000', '130433.669000', '130433.672000', '130433.674000', '130433.677000', '130433.694000', '130433.696000', '130433.699000', '130433.701000', '130433.704000', '130433.707000', '130433.709000', '130433.712000', '130433.714000', '130433.717000', '130433.720000', '130433.722000', '130433.725000', '130433.727000', '130433.730000', '130433.733000', '130433.735000', '130433.738000', '130433.740000', '130433.743000', '130433.745000', '130433.748000', '130433.751000', '130433.753000', '130433.756000', '130433.758000', '130433.761000', '130453.636000', '130453.639000', '130453.641000', '130453.644000', '130453.646000', '130453.649000', '130453.651000', '130453.654000', '130453.656000', '130453.659000', '130453.662000', '130453.664000', '130453.667000', '130453.669000', '130453.672000', '130453.674000', '130453.677000', '130453.680000', '130453.682000', '130453.685000', '130453.687000', '130453.690000', '130453.693000', '130453.695000', '130453.698000', '130453.700000', '130453.703000', '130453.705000', '130453.708000', '130453.710000', '130453.713000', '130453.716000', '130453.718000', '130453.721000', '130453.723000', '130453.726000', '130453.728000', '130453.731000', '130453.733000', '130453.736000', '130453.739000', '130453.741000', '130453.744000', '130513.637000', '130513.640000', '130513.642000', '130513.645000', '130513.647000', '130513.650000', '130513.652000', '130513.655000', '130513.658000', '130513.660000', '130513.663000', '130513.665000', '130513.668000', '130513.670000', '130513.673000', '130513.676000', '130513.678000', '130513.681000', '130513.683000', '130513.686000', '130513.689000', '130513.691000', '130513.694000', '130513.696000', '130513.699000', '130513.701000', '130513.704000', '130513.707000', '130513.709000', '130513.712000', '130513.714000', '130513.717000', '130513.719000', '130513.722000', '130513.725000', '130513.727000', '130513.730000', '130513.732000', '130513.735000', '130513.737000', '130513.740000', '130513.743000', '130513.745000', '130513.748000', '130533.635000', '130533.638000', '130533.641000', '130533.643000', '130533.646000', '130533.648000', '130533.651000', '130533.653000', '130533.656000', '130533.659000', '130533.661000', '130533.664000', '130533.666000', '130533.669000', '130533.672000', '130533.674000', '130533.677000', '130533.679000', '130533.682000', '130533.684000', '130533.687000', '130533.689000', '130533.692000', '130533.695000', '130533.697000', '130533.700000', '130533.702000', '130533.705000', '130533.708000', '130533.710000', '130533.713000', '130533.715000', '130533.718000', '130533.721000', '130533.723000', '130533.726000', '130533.728000', '130533.731000', '130533.733000', '130533.736000', '130533.738000', '130533.741000', '130533.744000', '130553.636000', '130553.638000', '130553.641000', '130553.644000', '130553.646000', '130553.649000', '130553.651000', '130553.654000', '130553.656000', '130553.659000', '130553.662000', '130553.664000', '130553.667000', '130553.670000', '130553.672000', '130553.675000', '130553.677000', '130553.680000', '130553.682000', '130553.685000', '130553.688000', '130553.690000', '130553.693000', '130553.695000', '130553.698000', '130553.700000', '130553.703000', '130553.705000', '130553.708000', '130553.711000', '130553.713000', '130553.716000', '130553.718000', '130553.721000', '130553.723000', '130553.726000', '130553.728000', '130553.731000', '130553.734000', '130553.736000', '130553.739000', '130553.741000', '130553.775000', '130613.636000', '130613.638000', '130613.641000', '130613.644000', '130613.646000', '130613.649000', '130613.651000', '130613.654000', '130613.656000', '130613.659000', '130613.661000', '130613.664000', '130613.666000', '130613.669000', '130613.672000', '130613.674000', '130613.677000', '130613.679000', '130613.682000', '130613.684000', '130613.687000', '130613.689000', '130613.692000', '130613.695000', '130613.697000', '130613.700000', '130613.702000', '130613.705000', '130613.707000', '130613.710000', '130613.713000', '130613.715000', '130613.718000', '130613.720000', '130613.723000', '130613.725000', '130613.728000', '130613.730000', '130613.733000', '130613.735000', '130613.738000', '130613.741000', '130613.743000', '130613.746000', '130633.636000', '130633.638000', '130633.641000', '130633.644000', '130633.646000', '130633.649000', '130633.651000', '130633.654000', '130633.656000', '130633.659000', '130633.662000', '130633.664000', '130633.667000', '130633.669000', '130633.672000', '130633.674000', '130633.677000', '130633.679000', '130633.682000', '130633.685000', '130633.687000', '130633.690000', '130633.692000', '130633.695000', '130633.697000', '130633.700000', '130633.703000', '130633.705000', '130633.708000', '130633.710000', '130633.713000', '130633.715000', '130633.718000', '130633.721000', '130633.723000', '130633.726000', '130633.728000', '130633.731000', '130633.733000', '130633.736000', '130633.739000', '130633.741000', '130633.744000', '130653.635000', '130653.638000', '130653.641000', '130653.643000', '130653.646000', '130653.649000', '130653.651000', '130653.654000', '130653.656000', '130653.659000', '130653.661000', '130653.664000', '130653.667000', '130653.669000', '130653.672000', '130653.674000', '130653.677000', '130653.679000', '130653.682000', '130653.684000', '130653.687000', '130653.690000', '130653.692000', '130653.695000', '130653.697000', '130653.700000', '130653.703000', '130653.705000', '130653.708000', '130653.710000', '130653.713000', '130653.716000', '130653.718000', '130653.721000', '130653.723000', '130653.726000', '130653.728000', '130653.731000', '130653.733000', '130653.736000', '130653.739000', '130653.741000', '130653.744000', '130653.746000', '130713.636000', '130713.638000', '130713.641000', '130713.644000', '130713.646000', '130713.650000', '130713.653000', '130713.656000', '130713.658000', '130713.661000', '130713.663000', '130713.666000', '130713.668000', '130713.671000', '130713.673000', '130713.676000', '130713.679000', '130713.681000', '130713.684000', '130713.686000', '130713.689000', '130713.691000', '130713.694000', '130713.696000', '130713.699000', '130713.702000', '130713.704000', '130713.707000', '130713.710000', '130713.712000', '130713.715000', '130713.717000', '130713.720000', '130713.722000', '130713.725000', '130713.728000', '130713.730000', '130713.733000', '130713.735000', '130713.738000', '130713.741000', '130713.743000', '130713.746000', '130733.636000', '130733.639000', '130733.642000', '130733.644000', '130733.647000', '130733.649000', '130733.652000', '130733.655000', '130733.657000', '130733.660000', '130733.662000', '130733.665000', '130733.667000', '130733.670000', '130733.673000', '130733.675000', '130733.678000', '130733.680000', '130733.683000', '130733.686000', '130733.688000', '130733.691000', '130733.693000', '130733.696000', '130733.698000', '130733.701000', '130733.704000', '130733.706000', '130733.709000', '130733.711000', '130733.714000', '130733.716000', '130733.719000', '130733.721000', '130733.724000', '130733.727000', '130733.729000', '130733.732000', '130733.734000', '130733.737000', '130733.739000', '130733.742000', '130733.744000', '130733.747000', '130753.635000', '130753.638000', '130753.641000', '130753.643000', '130753.646000', '130753.649000', '130753.652000', '130753.654000', '130753.657000', '130753.660000', '130753.662000', '130753.665000', '130753.667000', '130753.670000', '130753.673000', '130753.675000', '130753.678000', '130753.680000', '130753.683000', '130753.685000', '130753.688000', '130753.691000', '130753.693000', '130753.696000', '130753.698000', '130753.701000', '130753.703000', '130753.706000', '130753.709000', '130753.711000', '130753.714000', '130753.716000', '130753.719000', '130753.721000', '130753.724000', '130753.727000', '130753.729000', '130753.732000', '130753.734000', '130753.737000', '130753.740000', '130753.742000', '130753.745000', '130813.635000', '130813.638000', '130813.641000', '130813.643000', '130813.646000', '130813.649000', '130813.651000', '130813.654000', '130813.656000', '130813.659000', '130813.661000', '130813.664000', '130813.666000', '130813.669000', '130813.672000', '130813.674000', '130813.677000', '130813.679000', '130813.682000', '130813.684000', '130813.687000', '130813.690000', '130813.692000', '130813.695000', '130813.697000', '130813.700000', '130813.702000', '130813.705000', '130813.707000', '130813.710000', '130813.713000', '130813.715000', '130813.718000', '130813.720000', '130813.723000', '130813.725000', '130813.728000', '130813.731000', '130813.733000', '130813.736000', '130813.738000', '130813.741000', '130813.743000', '130813.746000', '130833.636000', '130833.638000', '130833.641000', '130833.644000', '130833.646000', '130833.649000', '130833.651000', '130833.654000', '130833.657000', '130833.659000', '130833.662000', '130833.664000', '130833.667000', '130833.669000', '130833.672000', '130833.674000', '130833.678000', '130833.681000', '130833.684000', '130833.686000', '130833.690000', '130833.693000', '130833.695000', '130833.698000', '130833.701000', '130833.703000', '130833.706000', '130833.708000', '130833.711000', '130833.713000', '130833.716000', '130833.719000', '130833.721000', '130833.724000', '130833.726000', '130833.729000', '130833.732000', '130833.734000', '130833.737000', '130833.739000', '130833.742000', '130833.745000', '130833.747000', '130853.636000', '130853.638000', '130853.641000', '130853.644000', '130853.646000', '130853.649000', '130853.664000', '130853.667000', '130853.670000', '130853.673000', '130853.675000', '130853.678000', '130853.680000', '130853.683000', '130853.685000', '130853.688000', '130853.691000', '130853.693000', '130853.696000', '130853.698000', '130853.701000', '130853.704000', '130853.706000', '130853.709000', '130853.711000', '130853.714000', '130853.716000', '130853.724000', '130853.727000', '130853.729000', '130853.732000', '130853.734000', '130853.737000', '130853.740000', '130853.742000', '130853.745000', '130853.747000', '130853.750000', '130853.752000', '130853.755000', '130853.758000', '130853.760000', '130853.763000', '130853.765000', '130913.635000', '130913.638000', '130913.641000', '130913.643000', '130913.646000', '130913.649000', '130913.651000', '130913.654000', '130913.656000', '130913.659000', '130913.661000', '130913.664000', '130913.667000', '130913.669000', '130913.672000', '130913.674000', '130913.677000', '130913.679000', '130913.682000', '130913.685000', '130913.687000', '130913.690000', '130913.692000', '130913.695000', '130913.697000', '130913.700000', '130913.702000', '130913.705000', '130913.708000', '130913.710000', '130913.713000', '130913.715000', '130913.718000', '130913.721000', '130913.723000', '130913.726000', '130913.729000', '130913.731000', '130913.734000', '130913.736000', '130913.739000', '130913.742000', '130913.744000', '130917.814000', '130917.817000', '130917.820000', '130917.822000', '130917.825000', '130917.851000', '130917.854000', '130917.857000', '130917.859000', '130917.862000'], 'InstanceCreationTime': ['130113.679000', '130113.683000', '130113.685000', '130113.688000', '130113.690000', '130113.693000', '130113.695000', '130113.698000', '130113.701000', '130113.703000', '130113.706000', '130113.708000', '130113.711000', '130113.713000', '130113.716000', '130113.718000', '130113.721000', '130113.723000', '130113.726000', '130113.729000', '130113.731000', '130113.734000', '130113.739000', '130113.742000', '130113.744000', '130113.747000', '130113.749000', '130113.762000', '130113.764000', '130113.767000', '130113.769000', '130113.772000', '130113.775000', '130113.777000', '130113.780000', '130113.782000', '130113.785000', '130113.787000', '130113.790000', '130113.798000', '130113.801000', '130113.803000', '130113.806000', '130113.808000', '130113.811000', '130133.636000', '130133.639000', '130133.641000', '130133.644000', '130133.646000', '130133.649000', '130133.651000', '130133.654000', '130133.656000', '130133.659000', '130133.661000', '130133.664000', '130133.666000', '130133.669000', '130133.671000', '130133.674000', '130133.676000', '130133.679000', '130133.681000', '130133.684000', '130133.686000', '130133.689000', '130133.691000', '130133.694000', '130133.697000', '130133.699000', '130133.702000', '130133.704000', '130133.707000', '130133.709000', '130133.712000', '130133.715000', '130133.717000', '130133.728000', '130133.730000', '130133.733000', '130133.736000', '130133.738000', '130133.741000', '130133.743000', '130133.746000', '130133.748000', '130133.751000', '130153.635000', '130153.638000', '130153.641000', '130153.643000', '130153.646000', '130153.648000', '130153.651000', '130153.653000', '130153.656000', '130153.658000', '130153.661000', '130153.664000', '130153.666000', '130153.669000', '130153.671000', '130153.674000', '130153.676000', '130153.679000', '130153.681000', '130153.684000', '130153.686000', '130153.689000', '130153.691000', '130153.694000', '130153.697000', '130153.699000', '130153.702000', '130153.704000', '130153.707000', '130153.709000', '130153.712000', '130153.714000', '130153.717000', '130153.719000', '130153.722000', '130153.725000', '130153.727000', '130153.730000', '130153.762000', '130153.765000', '130153.767000', '130153.770000', '130153.773000', '130153.775000', '130213.635000', '130213.638000', '130213.641000', '130213.643000', '130213.646000', '130213.648000', '130213.651000', '130213.653000', '130213.656000', '130213.659000', '130213.661000', '130213.664000', '130213.666000', '130213.669000', '130213.671000', '130213.674000', '130213.676000', '130213.679000', '130213.682000', '130213.684000', '130213.687000', '130213.689000', '130213.692000', '130213.694000', '130213.697000', '130213.699000', '130213.702000', '130213.705000', '130213.707000', '130213.710000', '130213.712000', '130213.715000', '130213.718000', '130213.720000', '130213.723000', '130213.726000', '130213.728000', '130213.732000', '130213.734000', '130213.737000', '130213.740000', '130213.742000', '130213.745000', '130233.635000', '130233.638000', '130233.641000', '130233.643000', '130233.646000', '130233.648000', '130233.651000', '130233.653000', '130233.656000', '130233.659000', '130233.661000', '130233.664000', '130233.666000', '130233.669000', '130233.671000', '130233.674000', '130233.677000', '130233.679000', '130233.682000', '130233.684000', '130233.687000', '130233.689000', '130233.692000', '130233.695000', '130233.697000', '130233.700000', '130233.702000', '130233.705000', '130233.707000', '130233.710000', '130233.712000', '130233.715000', '130233.718000', '130233.720000', '130233.723000', '130233.725000', '130233.728000', '130233.730000', '130233.733000', '130233.736000', '130233.738000', '130233.741000', '130233.749000', '130233.752000', '130253.636000', '130253.639000', '130253.642000', '130253.644000', '130253.647000', '130253.649000', '130253.652000', '130253.655000', '130253.657000', '130253.660000', '130253.662000', '130253.665000', '130253.667000', '130253.670000', '130253.673000', '130253.675000', '130253.678000', '130253.680000', '130253.683000', '130253.685000', '130253.688000', '130253.690000', '130253.693000', '130253.696000', '130253.698000', '130253.701000', '130253.703000', '130253.706000', '130253.708000', '130253.711000', '130253.713000', '130253.716000', '130253.723000', '130253.726000', '130253.728000', '130253.762000', '130253.765000', '130253.767000', '130253.770000', '130253.772000', '130253.775000', '130253.777000', '130253.780000', '130313.635000', '130313.638000', '130313.641000', '130313.643000', '130313.646000', '130313.648000', '130313.651000', '130313.653000', '130313.656000', '130313.658000', '130313.661000', '130313.664000', '130313.666000', '130313.669000', '130313.671000', '130313.674000', '130313.677000', '130313.679000', '130313.682000', '130313.684000', '130313.687000', '130313.689000', '130313.692000', '130313.695000', '130313.697000', '130313.700000', '130313.702000', '130313.705000', '130313.708000', '130313.710000', '130313.713000', '130313.715000', '130313.718000', '130313.720000', '130313.723000', '130313.726000', '130313.728000', '130313.731000', '130313.733000', '130313.736000', '130313.738000', '130313.741000', '130313.743000', '130313.746000', '130333.636000', '130333.638000', '130333.641000', '130333.643000', '130333.646000', '130333.649000', '130333.651000', '130333.654000', '130333.656000', '130333.659000', '130333.661000', '130333.664000', '130333.666000', '130333.669000', '130333.672000', '130333.674000', '130333.677000', '130333.679000', '130333.682000', '130333.684000', '130333.687000', '130333.690000', '130333.692000', '130333.695000', '130333.697000', '130333.700000', '130333.702000', '130333.705000', '130333.708000', '130333.710000', '130333.713000', '130333.715000', '130333.718000', '130333.720000', '130333.723000', '130333.725000', '130333.728000', '130333.731000', '130333.733000', '130333.736000', '130333.738000', '130333.741000', '130333.743000', '130353.635000', '130353.638000', '130353.641000', '130353.643000', '130353.646000', '130353.648000', '130353.651000', '130353.653000', '130353.656000', '130353.658000', '130353.661000', '130353.664000', '130353.666000', '130353.669000', '130353.671000', '130353.674000', '130353.676000', '130353.679000', '130353.681000', '130353.684000', '130353.687000', '130353.689000', '130353.692000', '130353.694000', '130353.697000', '130353.699000', '130353.702000', '130353.705000', '130353.707000', '130353.710000', '130353.712000', '130353.715000', '130353.717000', '130353.720000', '130353.722000', '130353.725000', '130353.728000', '130353.730000', '130353.733000', '130353.735000', '130353.738000', '130353.740000', '130353.743000', '130353.745000', '130413.636000', '130413.638000', '130413.641000', '130413.657000', '130413.659000', '130413.662000', '130413.665000', '130413.667000', '130413.670000', '130413.672000', '130413.675000', '130413.677000', '130413.680000', '130413.683000', '130413.685000', '130413.688000', '130413.690000', '130413.693000', '130413.695000', '130413.698000', '130413.701000', '130413.703000', '130413.706000', '130413.708000', '130413.711000', '130413.713000', '130413.716000', '130413.718000', '130413.721000', '130413.724000', '130413.726000', '130413.729000', '130413.732000', '130413.734000', '130413.737000', '130413.739000', '130413.742000', '130413.744000', '130413.747000', '130413.749000', '130413.752000', '130413.754000', '130413.757000', '130433.635000', '130433.638000', '130433.641000', '130433.643000', '130433.646000', '130433.649000', '130433.651000', '130433.654000', '130433.656000', '130433.659000', '130433.661000', '130433.664000', '130433.666000', '130433.669000', '130433.672000', '130433.674000', '130433.677000', '130433.694000', '130433.696000', '130433.699000', '130433.701000', '130433.704000', '130433.707000', '130433.709000', '130433.712000', '130433.714000', '130433.717000', '130433.720000', '130433.722000', '130433.725000', '130433.727000', '130433.730000', '130433.733000', '130433.735000', '130433.738000', '130433.740000', '130433.743000', '130433.745000', '130433.748000', '130433.751000', '130433.753000', '130433.756000', '130433.758000', '130433.761000', '130453.636000', '130453.639000', '130453.641000', '130453.644000', '130453.646000', '130453.649000', '130453.651000', '130453.654000', '130453.656000', '130453.659000', '130453.662000', '130453.664000', '130453.667000', '130453.669000', '130453.672000', '130453.674000', '130453.677000', '130453.680000', '130453.682000', '130453.685000', '130453.687000', '130453.690000', '130453.693000', '130453.695000', '130453.698000', '130453.700000', '130453.703000', '130453.705000', '130453.708000', '130453.710000', '130453.713000', '130453.716000', '130453.718000', '130453.721000', '130453.723000', '130453.726000', '130453.728000', '130453.731000', '130453.733000', '130453.736000', '130453.739000', '130453.741000', '130453.744000', '130513.637000', '130513.640000', '130513.642000', '130513.645000', '130513.647000', '130513.650000', '130513.652000', '130513.655000', '130513.658000', '130513.660000', '130513.663000', '130513.665000', '130513.668000', '130513.670000', '130513.673000', '130513.676000', '130513.678000', '130513.681000', '130513.683000', '130513.686000', '130513.689000', '130513.691000', '130513.694000', '130513.696000', '130513.699000', '130513.701000', '130513.704000', '130513.707000', '130513.709000', '130513.712000', '130513.714000', '130513.717000', '130513.719000', '130513.722000', '130513.725000', '130513.727000', '130513.730000', '130513.732000', '130513.735000', '130513.737000', '130513.740000', '130513.743000', '130513.745000', '130513.748000', '130533.635000', '130533.638000', '130533.641000', '130533.643000', '130533.646000', '130533.648000', '130533.651000', '130533.653000', '130533.656000', '130533.659000', '130533.661000', '130533.664000', '130533.666000', '130533.669000', '130533.672000', '130533.674000', '130533.677000', '130533.679000', '130533.682000', '130533.684000', '130533.687000', '130533.689000', '130533.692000', '130533.695000', '130533.697000', '130533.700000', '130533.702000', '130533.705000', '130533.708000', '130533.710000', '130533.713000', '130533.715000', '130533.718000', '130533.721000', '130533.723000', '130533.726000', '130533.728000', '130533.731000', '130533.733000', '130533.736000', '130533.738000', '130533.741000', '130533.744000', '130553.636000', '130553.638000', '130553.641000', '130553.644000', '130553.646000', '130553.649000', '130553.651000', '130553.654000', '130553.656000', '130553.659000', '130553.662000', '130553.664000', '130553.667000', '130553.670000', '130553.672000', '130553.675000', '130553.677000', '130553.680000', '130553.682000', '130553.685000', '130553.688000', '130553.690000', '130553.693000', '130553.695000', '130553.698000', '130553.700000', '130553.703000', '130553.705000', '130553.708000', '130553.711000', '130553.713000', '130553.716000', '130553.718000', '130553.721000', '130553.723000', '130553.726000', '130553.728000', '130553.731000', '130553.734000', '130553.736000', '130553.739000', '130553.741000', '130553.775000', '130613.636000', '130613.638000', '130613.641000', '130613.644000', '130613.646000', '130613.649000', '130613.651000', '130613.654000', '130613.656000', '130613.659000', '130613.661000', '130613.664000', '130613.666000', '130613.669000', '130613.672000', '130613.674000', '130613.677000', '130613.679000', '130613.682000', '130613.684000', '130613.687000', '130613.689000', '130613.692000', '130613.695000', '130613.697000', '130613.700000', '130613.702000', '130613.705000', '130613.707000', '130613.710000', '130613.713000', '130613.715000', '130613.718000', '130613.720000', '130613.723000', '130613.725000', '130613.728000', '130613.730000', '130613.733000', '130613.735000', '130613.738000', '130613.741000', '130613.743000', '130613.746000', '130633.636000', '130633.638000', '130633.641000', '130633.644000', '130633.646000', '130633.649000', '130633.651000', '130633.654000', '130633.656000', '130633.659000', '130633.662000', '130633.664000', '130633.667000', '130633.669000', '130633.672000', '130633.674000', '130633.677000', '130633.679000', '130633.682000', '130633.685000', '130633.687000', '130633.690000', '130633.692000', '130633.695000', '130633.697000', '130633.700000', '130633.703000', '130633.705000', '130633.708000', '130633.710000', '130633.713000', '130633.715000', '130633.718000', '130633.721000', '130633.723000', '130633.726000', '130633.728000', '130633.731000', '130633.733000', '130633.736000', '130633.739000', '130633.741000', '130633.744000', '130653.635000', '130653.638000', '130653.641000', '130653.643000', '130653.646000', '130653.649000', '130653.651000', '130653.654000', '130653.656000', '130653.659000', '130653.661000', '130653.664000', '130653.667000', '130653.669000', '130653.672000', '130653.674000', '130653.677000', '130653.679000', '130653.682000', '130653.684000', '130653.687000', '130653.690000', '130653.692000', '130653.695000', '130653.697000', '130653.700000', '130653.703000', '130653.705000', '130653.708000', '130653.710000', '130653.713000', '130653.716000', '130653.718000', '130653.721000', '130653.723000', '130653.726000', '130653.728000', '130653.731000', '130653.733000', '130653.736000', '130653.739000', '130653.741000', '130653.744000', '130653.746000', '130713.636000', '130713.638000', '130713.641000', '130713.644000', '130713.646000', '130713.650000', '130713.653000', '130713.656000', '130713.658000', '130713.661000', '130713.663000', '130713.666000', '130713.668000', '130713.671000', '130713.673000', '130713.676000', '130713.679000', '130713.681000', '130713.684000', '130713.686000', '130713.689000', '130713.691000', '130713.694000', '130713.696000', '130713.699000', '130713.702000', '130713.704000', '130713.707000', '130713.710000', '130713.712000', '130713.715000', '130713.717000', '130713.720000', '130713.722000', '130713.725000', '130713.728000', '130713.730000', '130713.733000', '130713.735000', '130713.738000', '130713.741000', '130713.743000', '130713.746000', '130733.636000', '130733.639000', '130733.642000', '130733.644000', '130733.647000', '130733.649000', '130733.652000', '130733.655000', '130733.657000', '130733.660000', '130733.662000', '130733.665000', '130733.667000', '130733.670000', '130733.673000', '130733.675000', '130733.678000', '130733.680000', '130733.683000', '130733.686000', '130733.688000', '130733.691000', '130733.693000', '130733.696000', '130733.698000', '130733.701000', '130733.704000', '130733.706000', '130733.709000', '130733.711000', '130733.714000', '130733.716000', '130733.719000', '130733.721000', '130733.724000', '130733.727000', '130733.729000', '130733.732000', '130733.734000', '130733.737000', '130733.739000', '130733.742000', '130733.744000', '130733.747000', '130753.635000', '130753.638000', '130753.641000', '130753.643000', '130753.646000', '130753.649000', '130753.652000', '130753.654000', '130753.657000', '130753.660000', '130753.662000', '130753.665000', '130753.667000', '130753.670000', '130753.673000', '130753.675000', '130753.678000', '130753.680000', '130753.683000', '130753.685000', '130753.688000', '130753.691000', '130753.693000', '130753.696000', '130753.698000', '130753.701000', '130753.703000', '130753.706000', '130753.709000', '130753.711000', '130753.714000', '130753.716000', '130753.719000', '130753.721000', '130753.724000', '130753.727000', '130753.729000', '130753.732000', '130753.734000', '130753.737000', '130753.740000', '130753.742000', '130753.745000', '130813.635000', '130813.638000', '130813.641000', '130813.643000', '130813.646000', '130813.649000', '130813.651000', '130813.654000', '130813.656000', '130813.659000', '130813.661000', '130813.664000', '130813.666000', '130813.669000', '130813.672000', '130813.674000', '130813.677000', '130813.679000', '130813.682000', '130813.684000', '130813.687000', '130813.690000', '130813.692000', '130813.695000', '130813.697000', '130813.700000', '130813.702000', '130813.705000', '130813.707000', '130813.710000', '130813.713000', '130813.715000', '130813.718000', '130813.720000', '130813.723000', '130813.725000', '130813.728000', '130813.731000', '130813.733000', '130813.736000', '130813.738000', '130813.741000', '130813.743000', '130813.746000', '130833.636000', '130833.638000', '130833.641000', '130833.644000', '130833.646000', '130833.649000', '130833.651000', '130833.654000', '130833.657000', '130833.659000', '130833.662000', '130833.664000', '130833.667000', '130833.669000', '130833.672000', '130833.674000', '130833.678000', '130833.681000', '130833.684000', '130833.686000', '130833.690000', '130833.693000', '130833.695000', '130833.698000', '130833.701000', '130833.703000', '130833.706000', '130833.708000', '130833.711000', '130833.713000', '130833.716000', '130833.719000', '130833.721000', '130833.724000', '130833.726000', '130833.729000', '130833.732000', '130833.734000', '130833.737000', '130833.739000', '130833.742000', '130833.745000', '130833.747000', '130853.636000', '130853.638000', '130853.641000', '130853.644000', '130853.646000', '130853.649000', '130853.664000', '130853.667000', '130853.670000', '130853.673000', '130853.675000', '130853.678000', '130853.680000', '130853.683000', '130853.685000', '130853.688000', '130853.691000', '130853.693000', '130853.696000', '130853.698000', '130853.701000', '130853.704000', '130853.706000', '130853.709000', '130853.711000', '130853.714000', '130853.716000', '130853.724000', '130853.727000', '130853.729000', '130853.732000', '130853.734000', '130853.737000', '130853.740000', '130853.742000', '130853.745000', '130853.747000', '130853.750000', '130853.752000', '130853.755000', '130853.758000', '130853.760000', '130853.763000', '130853.765000', '130913.635000', '130913.638000', '130913.641000', '130913.643000', '130913.646000', '130913.649000', '130913.651000', '130913.654000', '130913.656000', '130913.659000', '130913.661000', '130913.664000', '130913.667000', '130913.669000', '130913.672000', '130913.674000', '130913.677000', '130913.679000', '130913.682000', '130913.685000', '130913.687000', '130913.690000', '130913.692000', '130913.695000', '130913.697000', '130913.700000', '130913.702000', '130913.705000', '130913.708000', '130913.710000', '130913.713000', '130913.715000', '130913.718000', '130913.721000', '130913.723000', '130913.726000', '130913.729000', '130913.731000', '130913.734000', '130913.736000', '130913.739000', '130913.742000', '130913.744000', '130917.814000', '130917.817000', '130917.820000', '130917.822000', '130917.825000', '130917.851000', '130917.854000', '130917.857000', '130917.859000', '130917.862000'], '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': [17593, 11049, 12746, 9704, 14818, 10022, 14958, 10644, 13851, 8593, 13866, 9406, 13390, 9570, 13146, 8417, 12110, 9606, 11630, 14659, 10723, 13096, 9946, 14725, 9872, 15332, 11959, 14423, 10127, 14628, 9120, 13870, 10367, 13334, 8493, 12814, 9821, 9908, 13052, 9051, 14169, 11162, 13724, 8439, 13000, 9620, 12563, 9361, 12110, 11903, 9652, 14974, 9848, 14702, 10481, 13892, 9174, 12741, 9339, 12006, 17480, 11317, 13704, 8836, 14096, 8855, 13562, 8794, 12074, 9663, 8597, 14362, 8932, 12734, 8719, 13033, 8205, 11623, 10822, 10073, 12188, 9739, 13682, 8554, 13409, 8793, 12949, 9385, 13588, 8447, 13470, 11100, 13245, 16476, 11755, 17203, 9286, 15447, 11059, 15263, 11029, 14473, 8860, 13133, 8584, 9897, 8171, 10776, 8911, 11347, 7963, 11857, 16629, 9868, 15208, 10877, 13001, 9783, 10346, 16145, 9623, 14945, 10527, 13747, 11124, 8715, 15452, 10206, 14205, 10016, 11431, 8025, 8494, 12093, 8825, 14005, 8887, 12602, 8621, 11932, 10428, 9448, 14960, 10131, 13178, 8986, 12962, 10006, 12708, 11480, 10053, 9944, 9987, 16668, 10493, 15127, 10492, 12758, 8444, 11026, 8469, 12124, 8381, 12277, 9091, 10387, 10989, 10429, 8145, 9420, 11416, 9822, 15211, 10860, 13844, 8794, 14408, 9935, 14663, 14148, 11227, 13703, 8761, 15782, 9377, 13910, 9475, 11431, 8711, 10948, 14247, 8772, 14871, 9227, 12890, 8545, 11079, 13661, 8871, 14521, 8800, 12038, 8162, 9495, 13550, 8738, 13587, 8843, 11963, 8927, 8750, 14269, 9572, 11887, 9042, 9136, 10025, 9161, 14065, 8679, 11880, 8411, 11913, 9432, 10142, 14245, 10868, 13599, 8383, 13062, 10443, 11199, 15670, 10965, 15247, 9105, 14856, 11636, 14916, 10163, 14230, 10010, 9854, 13686, 11024, 14980, 10318, 14408, 8676, 13289, 9445, 11911, 14900, 11186, 14641, 8853, 14420, 9095, 12684, 8252, 9994, 8338, 9345, 8043, 9853, 9942, 9506, 11543, 9145, 14185, 9390, 12791, 8819, 13597, 9980, 12242, 16436, 10705, 15677, 10293, 15270, 8760, 13365, 9273, 12518, 11852, 10843, 10799, 9777, 13644, 9334, 15050, 10331, 14656, 8517, 13421, 13538, 10164, 14758, 9548, 13730, 8496, 13012, 8990, 12450, 8596, 12185, 8502, 12413, 8469, 12407, 8582, 13014, 8768, 8367, 13108, 12947, 13326, 14372, 11565, 18044, 11690, 16717, 11110, 16485, 12469, 16364, 8918, 12958, 11332, 10697, 12845, 10837, 13493, 8853, 13164, 9379, 13683, 8972, 12960, 8965, 12577, 9011, 13032, 8390, 12759, 8685, 13034, 9400, 11510, 16263, 10446, 13419, 9498, 13924, 8750, 14538, 9615, 13476, 8766, 14149, 11509, 13228, 16485, 11261, 15659, 10328, 14328, 8505, 11764, 11135, 9581, 13111, 9761, 11243, 9389, 13559, 9458, 14313, 11014, 13995, 8761, 14963, 11117, 13720, 16476, 10367, 13802, 9086, 14371, 11339, 11926, 13151, 9804, 13681, 8877, 13560, 8627, 10531, 9169, 9836, 11328, 8777, 13589, 8837, 12805, 8399, 12164, 10250, 12452, 10471, 10131, 14720, 9454, 16126, 11122, 14852, 8919, 12709, 13722, 10782, 16272, 10445, 14543, 8803, 12061, 14030, 9052, 14051, 8849, 12675, 8202, 10746, 9220, 9181, 13709, 8756, 11820, 8662, 11662, 8331, 11425, 10563, 12650, 10766, 11405, 13147, 11661, 16170, 11728, 18778, 10592, 16361, 12200, 15804, 11616, 16217, 9263, 14632, 10467, 13656, 13610, 11762, 15283, 8967, 15902, 9624, 13660, 8895, 13407, 8947, 11007, 9608, 10608, 8375, 11010, 8218, 12373, 10743, 12302, 8325, 13749, 11954, 12560, 16548, 11150, 15832, 8824, 15688, 10247, 16553, 13066, 15853, 8882, 12966, 14043, 10769, 15497, 10981, 12576, 8769, 14108, 8764, 13918, 10710, 13481, 8389, 12285, 11098, 10413, 13810, 10205, 12734, 9439, 14543, 9200, 14452, 11060, 12494, 9252, 11554, 8958, 11437, 11784, 10017, 12752, 9541, 13936, 9318, 14649, 9526, 13292, 8740, 12858, 9973, 12056, 13202, 10412, 8594, 10464, 13042, 10410, 15419, 10326, 15449, 8860, 14632, 9208, 12733, 12587, 10677, 13416, 10349, 15171, 8916, 13400, 8103, 11567, 11387, 9870, 12857, 9060, 14121, 8480, 11576, 9827, 10025, 7757, 9282, 8945, 9662, 11528, 9967, 9472, 10064, 12793, 10312, 14171, 9804, 17810, 9884, 16624, 10744, 15450, 14713, 12674, 14754, 10484, 17827, 11259, 16568, 12638, 14851, 8888, 12004, 10169, 10666, 14844, 9285, 13771, 8928, 14170, 9096, 11362, 12401, 10360, 13499, 9281, 14559, 8767, 14243, 10191, 13303, 8646, 11717, 13931, 10559, 14793, 11864, 14351, 8937, 14165, 8762, 11743, 9319, 13138, 8072, 12049, 8693, 14291, 10536, 15308, 8859, 16798, 8677, 16270, 17037, 13028, 16666, 9716, 16584, 8662, 16252, 10570, 14726, 8547, 13877, 8929, 12834, 11991, 10278, 8385, 9969, 12993, 9628, 13613, 10532, 13428, 8788, 15062, 8843, 15349, 10698, 13554, 8461, 13380, 8505, 15379, 9083, 15963, 12447, 14844, 9674, 12152, 12247, 10937, 16125, 10998, 13909, 9672, 15118, 8889, 15391, 8742, 12600, 8376, 12980, 8107, 11617, 11776, 11087, 15345, 11181, 16431, 8801, 14854, 13133, 11090, 16961, 11152, 15874, 8329, 12239, 9886, 10723, 8622, 10325, 7811, 9983, 12514, 9111, 13209, 10199, 14297, 8820, 15278, 10217, 15926, 12661, 15139, 14439, 9380, 17010, 11540, 13564, 14406, 9780, 14254, 8597, 13842, 8416, 12145, 12319, 10139, 8668, 9005, 15350, 8540, 13039, 11912, 11326, 9655, 10456, 13175, 8295, 14917, 9690, 11751, 9359, 10984, 12400, 10696, 14455, 9831, 14325, 8870, 15162, 16075, 11746, 17075, 10805, 16013, 9029, 14333, 13214, 11386, 16243, 10047, 14974, 8891, 14059, 9671, 12785, 8477, 11538, 13786, 8579, 15423, 9639, 13112, 8250, 11251, 12582, 10523, 14814, 9348, 15191, 8694, 13369, 11482, 12102, 13847, 11371, 17076, 8938, 16406, 9933, 15286, 12102, 14121, 11063, 10291, 14521, 11310, 15156, 11357, 16752, 9869, 16744, 9997, 16276, 12335, 14854, 10112, 10558, 15098, 9044, 15725, 10014, 13556, 8361, 11691, 12343, 10052, 15192, 9499, 12686, 8525, 12556, 8575, 12432, 9290, 13273, 8673, 14391, 9236, 13214, 8760, 14382, 12560, 12103, 17301, 10450, 15707, 9195, 15400, 12129, 11984, 16627, 11484, 16225, 9178, 15690, 9133, 15031, 11300, 13249, 11267, 9924, 15800, 8956, 15712, 9654, 14447, 8476, 12078, 9415, 11369, 13497, 10080, 15456, 8422, 13307, 9046, 12279, 10488, 11427, 11761, 9562, 14818, 9693, 15220, 10579, 15827, 9004, 13813, 13329, 11996, 16766, 10565, 15256, 8264, 11643, 11995, 8605, 14992, 9316, 11627, 7681, 10748, 13783, 8367, 14179, 9409, 10709, 7787, 11891, 10430, 10805, 16315, 11474, 15742, 9909, 14560, 11328, 12087, 14115, 9895, 14968, 10919, 15671, 11595, 13308, 15129, 10574, 15431, 8803, 16726, 10339, 16423, 12725, 14161, 12888, 9149, 16279, 9216, 15049, 9519, 14869, 8130, 11694, 9749, 12555, 10007, 13097, 8299, 14010, 10956, 14358, 16455, 12020, 16568, 9342, 15479, 10568, 11524, 16709, 9315, 14888, 8439, 13896, 7923, 11502, 12031, 9402, 13309, 8438, 13312, 7943, 11318, 7770, 10583, 10433, 9370, 9506, 8387, 13126, 8688, 13227, 9400, 13869, 8242, 14012, 12223, 12697, 9859, 12883, 15364, 13109, 16808, 11311, 17164, 11574, 17510, 13031, 12152, 16962, 11832, 16679, 10592, 15996, 10689, 10501, 16666, 9024, 14586, 10847, 11783, 12677, 9022, 14571, 8280, 12677, 9811, 10114, 13220, 8066, 12843, 8159, 11775, 10380, 10907, 8057, 11168, 16547, 9845, 14938, 10636, 10138, 14621, 8474, 15398, 9548, 13041, 13356, 10208, 16019, 8412, 15962, 9546, 14342, 13907, 10883, 15800, 9002, 17093, 9540, 14835, 10810, 11343, 11475, 8841, 16391, 8911, 14602, 11254, 11331, 13036, 8577, 15472, 8709, 11822, 9816, 10168, 8025, 9810, 13338, 9876, 15219, 11396, 15347, 9142, 15070, 16153, 11199, 18067, 10459, 13424, 9474, 12532, 14797, 8688, 15050, 11546, 11035, 16561, 9843, 13694, 13000, 8497, 13655, 8465, 11030, 13171, 8425, 12761, 7567, 10000], 'WindowCenter': [4351.0, 4306.0, 4300.0, 4280.0, 4296.0, 4266.0, 4296.0, 4275.0, 4284.0, 4253.0, 4282.0, 4251.0, 4284.0, 4251.0, 4281.0, 4240.0, 4272.0, 4250.0, 4274.0, 4281.0, 4263.0, 4270.0, 4262.0, 4279.0, 4261.0, 4282.0, 4272.0, 4269.0, 4251.0, 4279.0, 4239.0, 4271.0, 4249.0, 4269.0, 4238.0, 4271.0, 4249.0, 4252.0, 4270.0, 4252.0, 4281.0, 4262.0, 4280.0, 4241.0, 4283.0, 4264.0, 4286.0, 4252.0, 4273.0, 4271.0, 4253.0, 4282.0, 4252.0, 4282.0, 4260.0, 4282.0, 4240.0, 4272.0, 4239.0, 4273.0, 4291.0, 4261.0, 4267.0, 4240.0, 4270.0, 4239.0, 4270.0, 4227.0, 4270.0, 4237.0, 4240.0, 4279.0, 4251.0, 4271.0, 4239.0, 4270.0, 4239.0, 4272.0, 4259.0, 4263.0, 4271.0, 4263.0, 4280.0, 4252.0, 4280.0, 4253.0, 4283.0, 4253.0, 4282.0, 4254.0, 4285.0, 4273.0, 4286.0, 4292.0, 4273.0, 4279.0, 4240.0, 4281.0, 4258.0, 4280.0, 4248.0, 4269.0, 4227.0, 4267.0, 4227.0, 4249.0, 4241.0, 4274.0, 4252.0, 4275.0, 4242.0, 4285.0, 4293.0, 4251.0, 4284.0, 4259.0, 4271.0, 4250.0, 4262.0, 4279.0, 4250.0, 4282.0, 4249.0, 4270.0, 4245.0, 4239.0, 4278.0, 4250.0, 4281.0, 4247.0, 4257.0, 4216.0, 4239.0, 4257.0, 4250.0, 4281.0, 4251.0, 4271.0, 4240.0, 4273.0, 4259.0, 4251.0, 4281.0, 4261.0, 4270.0, 4251.0, 4282.0, 4261.0, 4284.0, 4260.0, 4251.0, 4248.0, 4261.0, 4289.0, 4259.0, 4279.0, 4248.0, 4269.0, 4239.0, 4271.0, 4239.0, 4271.0, 4242.0, 4271.0, 4250.0, 4264.0, 4272.0, 4274.0, 4242.0, 4264.0, 4271.0, 4276.0, 4294.0, 4274.0, 4281.0, 4242.0, 4282.0, 4250.0, 4284.0, 4270.0, 4260.0, 4266.0, 4228.0, 4268.0, 4237.0, 4269.0, 4237.0, 4258.0, 4226.0, 4260.0, 4267.0, 4240.0, 4281.0, 4250.0, 4269.0, 4240.0, 4273.0, 4280.0, 4252.0, 4282.0, 4251.0, 4272.0, 4242.0, 4265.0, 4283.0, 4256.0, 4296.0, 4267.0, 4299.0, 4252.0, 4255.0, 4294.0, 4263.0, 4274.0, 4252.0, 4264.0, 4262.0, 4265.0, 4295.0, 4254.0, 4284.0, 4254.0, 4285.0, 4265.0, 4277.0, 4294.0, 4274.0, 4282.0, 4252.0, 4284.0, 4260.0, 4273.0, 4292.0, 4262.0, 4280.0, 4251.0, 4281.0, 4260.0, 4281.0, 4248.0, 4269.0, 4246.0, 4248.0, 4266.0, 4247.0, 4267.0, 4247.0, 4266.0, 4236.0, 4269.0, 4237.0, 4270.0, 4267.0, 4258.0, 4265.0, 4236.0, 4266.0, 4235.0, 4268.0, 4226.0, 4249.0, 4237.0, 4250.0, 4241.0, 4274.0, 4273.0, 4265.0, 4283.0, 4277.0, 4298.0, 4265.0, 4283.0, 4253.0, 4284.0, 4262.0, 4286.0, 4293.0, 4274.0, 4294.0, 4261.0, 4280.0, 4239.0, 4280.0, 4238.0, 4271.0, 4258.0, 4260.0, 4258.0, 4262.0, 4280.0, 4251.0, 4281.0, 4250.0, 4279.0, 4238.0, 4281.0, 4278.0, 4260.0, 4278.0, 4263.0, 4281.0, 4238.0, 4280.0, 4250.0, 4282.0, 4254.0, 4282.0, 4264.0, 4284.0, 4254.0, 4295.0, 4267.0, 4296.0, 4266.0, 4265.0, 4299.0, 4285.0, 4297.0, 4294.0, 4276.0, 4293.0, 4273.0, 4293.0, 4262.0, 4282.0, 4271.0, 4279.0, 4225.0, 4257.0, 4245.0, 4248.0, 4256.0, 4258.0, 4266.0, 4238.0, 4267.0, 4250.0, 4280.0, 4263.0, 4282.0, 4253.0, 4283.0, 4267.0, 4296.0, 4254.0, 4285.0, 4254.0, 4284.0, 4263.0, 4286.0, 4304.0, 4275.0, 4282.0, 4263.0, 4281.0, 4253.0, 4294.0, 4263.0, 4283.0, 4253.0, 4294.0, 4272.0, 4284.0, 4290.0, 4271.0, 4281.0, 4259.0, 4278.0, 4238.0, 4271.0, 4259.0, 4250.0, 4268.0, 4260.0, 4269.0, 4263.0, 4280.0, 4263.0, 4282.0, 4262.0, 4281.0, 4252.0, 4293.0, 4260.0, 4284.0, 4291.0, 4251.0, 4269.0, 4251.0, 4282.0, 4260.0, 4274.0, 4270.0, 4261.0, 4279.0, 4252.0, 4280.0, 4252.0, 4273.0, 4263.0, 4276.0, 4274.0, 4266.0, 4293.0, 4266.0, 4286.0, 4257.0, 4300.0, 4278.0, 4288.0, 4274.0, 4277.0, 4293.0, 4264.0, 4295.0, 4273.0, 4293.0, 4252.0, 4285.0, 4281.0, 4262.0, 4293.0, 4261.0, 4281.0, 4239.0, 4270.0, 4279.0, 4250.0, 4279.0, 4251.0, 4281.0, 4241.0, 4273.0, 4261.0, 4277.0, 4296.0, 4265.0, 4285.0, 4266.0, 4299.0, 4270.0, 4298.0, 4286.0, 4296.0, 4274.0, 4287.0, 4294.0, 4286.0, 4304.0, 4284.0, 4302.0, 4261.0, 4290.0, 4271.0, 4291.0, 4270.0, 4290.0, 4238.0, 4278.0, 4245.0, 4267.0, 4265.0, 4258.0, 4275.0, 4236.0, 4276.0, 4249.0, 4268.0, 4238.0, 4279.0, 4237.0, 4260.0, 4249.0, 4271.0, 4253.0, 4274.0, 4255.0, 4295.0, 4286.0, 4298.0, 4258.0, 4297.0, 4284.0, 4297.0, 4305.0, 4275.0, 4294.0, 4254.0, 4293.0, 4263.0, 4294.0, 4271.0, 4281.0, 4238.0, 4271.0, 4266.0, 4258.0, 4278.0, 4257.0, 4266.0, 4238.0, 4277.0, 4239.0, 4281.0, 4259.0, 4281.0, 4239.0, 4282.0, 4258.0, 4262.0, 4280.0, 4261.0, 4269.0, 4261.0, 4291.0, 4251.0, 4295.0, 4271.0, 4270.0, 4250.0, 4271.0, 4250.0, 4284.0, 4271.0, 4262.0, 4280.0, 4264.0, 4281.0, 4262.0, 4293.0, 4261.0, 4281.0, 4251.0, 4282.0, 4261.0, 4284.0, 4280.0, 4262.0, 4240.0, 4273.0, 4281.0, 4273.0, 4294.0, 4262.0, 4281.0, 4239.0, 4280.0, 4238.0, 4272.0, 4269.0, 4261.0, 4269.0, 4261.0, 4278.0, 4250.0, 4280.0, 4229.0, 4273.0, 4270.0, 4262.0, 4269.0, 4251.0, 4280.0, 4251.0, 4284.0, 4263.0, 4275.0, 4243.0, 4276.0, 4265.0, 4278.0, 4297.0, 4289.0, 4279.0, 4289.0, 4297.0, 4289.0, 4296.0, 4277.0, 4306.0, 4276.0, 4306.0, 4274.0, 4296.0, 4283.0, 4273.0, 4280.0, 4261.0, 4290.0, 4259.0, 4279.0, 4257.0, 4267.0, 4236.0, 4258.0, 4245.0, 4260.0, 4278.0, 4238.0, 4267.0, 4238.0, 4278.0, 4238.0, 4271.0, 4268.0, 4260.0, 4279.0, 4251.0, 4280.0, 4240.0, 4281.0, 4262.0, 4282.0, 4240.0, 4298.0, 4325.0, 4322.0, 4325.0, 4289.0, 4293.0, 4264.0, 4281.0, 4225.0, 4242.0, 4220.0, 4265.0, 4240.0, 4280.0, 4252.0, 4294.0, 4272.0, 4293.0, 4252.0, 4291.0, 4240.0, 4294.0, 4289.0, 4281.0, 4290.0, 4249.0, 4288.0, 4237.0, 4277.0, 4246.0, 4276.0, 4237.0, 4278.0, 4237.0, 4281.0, 4269.0, 4260.0, 4238.0, 4262.0, 4281.0, 4261.0, 4280.0, 4273.0, 4280.0, 4265.0, 4292.0, 4264.0, 4304.0, 4274.0, 4292.0, 4254.0, 4292.0, 4254.0, 4294.0, 4264.0, 4306.0, 4283.0, 4293.0, 4262.0, 4284.0, 4271.0, 4274.0, 4292.0, 4273.0, 4280.0, 4264.0, 4305.0, 4264.0, 4293.0, 4251.0, 4282.0, 4253.0, 4293.0, 4255.0, 4286.0, 4284.0, 4287.0, 4295.0, 4275.0, 4293.0, 4252.0, 4294.0, 4279.0, 4272.0, 4279.0, 4259.0, 4277.0, 4237.0, 4270.0, 4259.0, 4270.0, 4250.0, 4261.0, 4241.0, 4275.0, 4283.0, 4266.0, 4294.0, 4275.0, 4293.0, 4266.0, 4295.0, 4276.0, 4307.0, 4284.0, 4294.0, 4280.0, 4253.0, 4291.0, 4270.0, 4283.0, 4278.0, 4249.0, 4279.0, 4240.0, 4280.0, 4240.0, 4284.0, 4271.0, 4262.0, 4240.0, 4253.0, 4292.0, 4253.0, 4295.0, 4283.0, 4274.0, 4263.0, 4287.0, 4294.0, 4256.0, 4297.0, 4264.0, 4286.0, 4265.0, 4288.0, 4295.0, 4288.0, 4296.0, 4277.0, 4296.0, 4266.0, 4309.0, 4294.0, 4275.0, 4293.0, 4261.0, 4280.0, 4250.0, 4280.0, 4268.0, 4270.0, 4279.0, 4249.0, 4277.0, 4248.0, 4279.0, 4248.0, 4280.0, 4239.0, 4271.0, 4277.0, 4250.0, 4291.0, 4260.0, 4280.0, 4239.0, 4272.0, 4279.0, 4272.0, 4290.0, 4262.0, 4292.0, 4250.0, 4282.0, 4271.0, 4283.0, 4280.0, 4272.0, 4288.0, 4237.0, 4279.0, 4249.0, 4278.0, 4269.0, 4280.0, 4258.0, 4260.0, 4280.0, 4272.0, 4281.0, 4272.0, 4292.0, 4262.0, 4291.0, 4261.0, 4292.0, 4269.0, 4280.0, 4249.0, 4261.0, 4279.0, 4250.0, 4280.0, 4262.0, 4281.0, 4240.0, 4272.0, 4270.0, 4262.0, 4281.0, 4263.0, 4282.0, 4264.0, 4282.0, 4265.0, 4295.0, 4277.0, 4296.0, 4267.0, 4309.0, 4280.0, 4298.0, 4269.0, 4308.0, 4284.0, 4288.0, 4305.0, 4275.0, 4293.0, 4263.0, 4293.0, 4271.0, 4273.0, 4291.0, 4261.0, 4278.0, 4238.0, 4278.0, 4238.0, 4281.0, 4258.0, 4269.0, 4256.0, 4247.0, 4276.0, 4236.0, 4277.0, 4249.0, 4279.0, 4239.0, 4269.0, 4249.0, 4271.0, 4278.0, 4261.0, 4289.0, 4241.0, 4280.0, 4264.0, 4284.0, 4271.0, 4283.0, 4271.0, 4263.0, 4292.0, 4266.0, 4294.0, 4273.0, 4293.0, 4253.0, 4284.0, 4279.0, 4284.0, 4292.0, 4261.0, 4280.0, 4241.0, 4273.0, 4270.0, 4255.0, 4294.0, 4264.0, 4274.0, 4243.0, 4285.0, 4293.0, 4256.0, 4307.0, 4277.0, 4287.0, 4258.0, 4300.0, 4288.0, 4301.0, 4309.0, 4288.0, 4307.0, 4276.0, 4296.0, 4272.0, 4297.0, 4294.0, 4264.0, 4294.0, 4273.0, 4305.0, 4273.0, 4295.0, 4292.0, 4274.0, 4291.0, 4252.0, 4292.0, 4260.0, 4294.0, 4268.0, 4280.0, 4266.0, 4248.0, 4277.0, 4247.0, 4276.0, 4249.0, 4277.0, 4227.0, 4269.0, 4260.0, 4282.0, 4260.0, 4281.0, 4240.0, 4292.0, 4260.0, 4294.0, 4292.0, 4271.0, 4278.0, 4238.0, 4280.0, 4246.0, 4259.0, 4278.0, 4237.0, 4276.0, 4237.0, 4278.0, 4228.0, 4271.0, 4269.0, 4252.0, 4281.0, 4253.0, 4282.0, 4253.0, 4273.0, 4254.0, 4286.0, 4285.0, 4277.0, 4276.0, 4268.0, 4307.0, 4279.0, 4308.0, 4280.0, 4308.0, 4269.0, 4321.0, 4310.0, 4310.0, 4278.0, 4299.0, 4304.0, 4297.0, 4307.0, 4276.0, 4306.0, 4273.0, 4294.0, 4269.0, 4271.0, 4279.0, 4270.0, 4279.0, 4247.0, 4277.0, 4245.0, 4248.0, 4276.0, 4238.0, 4278.0, 4257.0, 4270.0, 4266.0, 4249.0, 4280.0, 4240.0, 4281.0, 4260.0, 4273.0, 4280.0, 4243.0, 4283.0, 4255.0, 4286.0, 4276.0, 4287.0, 4256.0, 4300.0, 4308.0, 4277.0, 4308.0, 4274.0, 4276.0, 4293.0, 4255.0, 4305.0, 4265.0, 4297.0, 4294.0, 4276.0, 4292.0, 4254.0, 4294.0, 4264.0, 4296.0, 4282.0, 4274.0, 4291.0, 4252.0, 4291.0, 4251.0, 4293.0, 4260.0, 4271.0, 4269.0, 4253.0, 4292.0, 4252.0, 4296.0, 4272.0, 4273.0, 4280.0, 4252.0, 4291.0, 4251.0, 4284.0, 4262.0, 4274.0, 4253.0, 4277.0, 4294.0, 4277.0, 4307.0, 4286.0, 4295.0, 4263.0, 4295.0, 4291.0, 4272.0, 4292.0, 4260.0, 4281.0, 4250.0, 4282.0, 4280.0, 4239.0, 4281.0, 4259.0, 4260.0, 4289.0, 4248.0, 4280.0, 4266.0, 4240.0, 4279.0, 4239.0, 4271.0, 4278.0, 4251.0, 4282.0, 4240.0, 4274.0], 'WindowWidth': [9604.0, 9530.0, 9507.0, 9483.0, 9496.0, 9455.0, 9496.0, 9464.0, 9471.0, 9430.0, 9469.0, 9423.0, 9474.0, 9425.0, 9465.0, 9407.0, 9452.0, 9417.0, 9458.0, 9462.0, 9443.0, 9446.0, 9438.0, 9459.0, 9438.0, 9467.0, 9450.0, 9444.0, 9420.0, 9457.0, 9403.0, 9450.0, 9417.0, 9444.0, 9401.0, 9449.0, 9414.0, 9423.0, 9446.0, 9425.0, 9463.0, 9438.0, 9461.0, 9410.0, 9470.0, 9444.0, 9477.0, 9426.0, 9457.0, 9447.0, 9428.0, 9465.0, 9427.0, 9467.0, 9433.0, 9465.0, 9406.0, 9452.0, 9402.0, 9454.0, 9479.0, 9436.0, 9440.0, 9406.0, 9446.0, 9402.0, 9449.0, 9385.0, 9447.0, 9398.0, 9406.0, 9458.0, 9423.0, 9450.0, 9406.0, 9447.0, 9404.0, 9455.0, 9433.0, 9444.0, 9452.0, 9445.0, 9465.0, 9428.0, 9463.0, 9431.0, 9471.0, 9430.0, 9468.0, 9434.0, 9476.0, 9455.0, 9480.0, 9481.0, 9455.0, 9458.0, 9407.0, 9464.0, 9427.0, 9460.0, 9413.0, 9444.0, 9384.0, 9438.0, 9384.0, 9416.0, 9409.0, 9460.0, 9428.0, 9461.0, 9413.0, 9475.0, 9484.0, 9423.0, 9474.0, 9430.0, 9450.0, 9419.0, 9439.0, 9457.0, 9419.0, 9469.0, 9417.0, 9447.0, 9405.0, 9404.0, 9454.0, 9418.0, 9463.0, 9410.0, 9425.0, 9366.0, 9404.0, 9425.0, 9421.0, 9464.0, 9423.0, 9449.0, 9408.0, 9456.0, 9428.0, 9425.0, 9464.0, 9438.0, 9447.0, 9423.0, 9466.0, 9435.0, 9474.0, 9434.0, 9424.0, 9415.0, 9437.0, 9473.0, 9429.0, 9459.0, 9413.0, 9443.0, 9404.0, 9453.0, 9407.0, 9451.0, 9414.0, 9452.0, 9423.0, 9447.0, 9452.0, 9459.0, 9415.0, 9449.0, 9451.0, 9466.0, 9490.0, 9459.0, 9465.0, 9413.0, 9467.0, 9419.0, 9473.0, 9445.0, 9433.0, 9434.0, 9387.0, 9441.0, 9396.0, 9444.0, 9395.0, 9426.0, 9380.0, 9432.0, 9438.0, 9406.0, 9465.0, 9420.0, 9444.0, 9406.0, 9457.0, 9460.0, 9427.0, 9467.0, 9424.0, 9452.0, 9412.0, 9450.0, 9469.0, 9440.0, 9491.0, 9456.0, 9503.0, 9429.0, 9438.0, 9487.0, 9443.0, 9460.0, 9427.0, 9447.0, 9440.0, 9452.0, 9493.0, 9435.0, 9473.0, 9434.0, 9479.0, 9451.0, 9473.0, 9491.0, 9462.0, 9469.0, 9429.0, 9475.0, 9436.0, 9458.0, 9481.0, 9441.0, 9462.0, 9423.0, 9468.0, 9432.0, 9464.0, 9413.0, 9446.0, 9408.0, 9416.0, 9437.0, 9413.0, 9440.0, 9412.0, 9435.0, 9398.0, 9446.0, 9396.0, 9450.0, 9439.0, 9428.0, 9434.0, 9396.0, 9438.0, 9394.0, 9442.0, 9384.0, 9417.0, 9403.0, 9425.0, 9414.0, 9462.0, 9460.0, 9452.0, 9472.0, 9470.0, 9502.0, 9450.0, 9471.0, 9431.0, 9474.0, 9442.0, 9479.0, 9486.0, 9460.0, 9488.0, 9437.0, 9463.0, 9404.0, 9462.0, 9402.0, 9453.0, 9429.0, 9435.0, 9429.0, 9440.0, 9461.0, 9424.0, 9465.0, 9420.0, 9460.0, 9402.0, 9465.0, 9457.0, 9437.0, 9457.0, 9444.0, 9466.0, 9404.0, 9463.0, 9423.0, 9470.0, 9435.0, 9469.0, 9450.0, 9476.0, 9436.0, 9492.0, 9458.0, 9494.0, 9456.0, 9453.0, 9505.0, 9478.0, 9498.0, 9487.0, 9466.0, 9486.0, 9456.0, 9487.0, 9439.0, 9470.0, 9449.0, 9457.0, 9379.0, 9426.0, 9403.0, 9414.0, 9423.0, 9428.0, 9435.0, 9403.0, 9439.0, 9421.0, 9462.0, 9445.0, 9468.0, 9432.0, 9471.0, 9457.0, 9494.0, 9436.0, 9478.0, 9436.0, 9476.0, 9445.0, 9480.0, 9503.0, 9462.0, 9468.0, 9443.0, 9466.0, 9432.0, 9489.0, 9444.0, 9471.0, 9432.0, 9489.0, 9452.0, 9475.0, 9478.0, 9452.0, 9465.0, 9430.0, 9456.0, 9400.0, 9451.0, 9431.0, 9423.0, 9442.0, 9435.0, 9445.0, 9442.0, 9463.0, 9444.0, 9469.0, 9440.0, 9463.0, 9427.0, 9484.0, 9434.0, 9475.0, 9478.0, 9421.0, 9444.0, 9422.0, 9467.0, 9432.0, 9459.0, 9447.0, 9437.0, 9459.0, 9427.0, 9462.0, 9427.0, 9459.0, 9443.0, 9467.0, 9460.0, 9454.0, 9487.0, 9455.0, 9479.0, 9443.0, 9506.0, 9473.0, 9485.0, 9460.0, 9468.0, 9486.0, 9447.0, 9492.0, 9456.0, 9485.0, 9425.0, 9475.0, 9463.0, 9440.0, 9487.0, 9437.0, 9464.0, 9403.0, 9450.0, 9458.0, 9421.0, 9458.0, 9426.0, 9466.0, 9413.0, 9459.0, 9439.0, 9472.0, 9496.0, 9452.0, 9477.0, 9456.0, 9504.0, 9468.0, 9503.0, 9482.0, 9497.0, 9462.0, 9485.0, 9488.0, 9481.0, 9505.0, 9476.0, 9497.0, 9440.0, 9479.0, 9452.0, 9481.0, 9450.0, 9477.0, 9402.0, 9459.0, 9404.0, 9441.0, 9434.0, 9428.0, 9449.0, 9396.0, 9453.0, 9417.0, 9444.0, 9402.0, 9461.0, 9399.0, 9435.0, 9419.0, 9453.0, 9434.0, 9463.0, 9440.0, 9494.0, 9482.0, 9501.0, 9446.0, 9501.0, 9475.0, 9500.0, 9506.0, 9464.0, 9487.0, 9433.0, 9486.0, 9442.0, 9492.0, 9450.0, 9466.0, 9400.0, 9452.0, 9437.0, 9429.0, 9457.0, 9426.0, 9435.0, 9404.0, 9454.0, 9406.0, 9467.0, 9433.0, 9466.0, 9405.0, 9469.0, 9430.0, 9442.0, 9462.0, 9439.0, 9445.0, 9440.0, 9482.0, 9425.0, 9490.0, 9451.0, 9450.0, 9421.0, 9452.0, 9423.0, 9475.0, 9451.0, 9443.0, 9462.0, 9445.0, 9467.0, 9442.0, 9486.0, 9439.0, 9465.0, 9425.0, 9470.0, 9438.0, 9476.0, 9462.0, 9440.0, 9407.0, 9458.0, 9465.0, 9458.0, 9490.0, 9441.0, 9466.0, 9405.0, 9462.0, 9402.0, 9454.0, 9444.0, 9437.0, 9444.0, 9437.0, 9457.0, 9420.0, 9460.0, 9392.0, 9457.0, 9448.0, 9441.0, 9444.0, 9426.0, 9464.0, 9428.0, 9475.0, 9444.0, 9467.0, 9421.0, 9470.0, 9453.0, 9475.0, 9499.0, 9492.0, 9478.0, 9492.0, 9497.0, 9490.0, 9498.0, 9472.0, 9509.0, 9468.0, 9512.0, 9462.0, 9498.0, 9469.0, 9458.0, 9459.0, 9438.0, 9479.0, 9430.0, 9465.0, 9424.0, 9439.0, 9394.0, 9429.0, 9406.0, 9432.0, 9456.0, 9401.0, 9438.0, 9401.0, 9457.0, 9400.0, 9452.0, 9443.0, 9435.0, 9460.0, 9424.0, 9460.0, 9407.0, 9466.0, 9437.0, 9469.0, 9408.0, 9502.0, 9548.0, 9559.0, 9553.0, 9490.0, 9486.0, 9448.0, 9464.0, 9376.0, 9396.0, 9363.0, 9434.0, 9410.0, 9465.0, 9430.0, 9490.0, 9457.0, 9487.0, 9430.0, 9481.0, 9410.0, 9493.0, 9475.0, 9465.0, 9477.0, 9420.0, 9471.0, 9401.0, 9457.0, 9410.0, 9452.0, 9400.0, 9458.0, 9402.0, 9466.0, 9447.0, 9435.0, 9402.0, 9445.0, 9465.0, 9441.0, 9463.0, 9458.0, 9461.0, 9452.0, 9484.0, 9450.0, 9505.0, 9463.0, 9485.0, 9436.0, 9484.0, 9436.0, 9489.0, 9448.0, 9509.0, 9471.0, 9485.0, 9441.0, 9474.0, 9450.0, 9462.0, 9485.0, 9457.0, 9462.0, 9447.0, 9506.0, 9449.0, 9485.0, 9428.0, 9470.0, 9433.0, 9487.0, 9436.0, 9481.0, 9475.0, 9483.0, 9493.0, 9463.0, 9486.0, 9429.0, 9490.0, 9460.0, 9455.0, 9462.0, 9431.0, 9453.0, 9400.0, 9451.0, 9433.0, 9449.0, 9422.0, 9440.0, 9414.0, 9465.0, 9473.0, 9454.0, 9490.0, 9466.0, 9487.0, 9454.0, 9492.0, 9466.0, 9514.0, 9472.0, 9489.0, 9460.0, 9429.0, 9482.0, 9446.0, 9472.0, 9455.0, 9418.0, 9457.0, 9408.0, 9463.0, 9408.0, 9475.0, 9451.0, 9441.0, 9409.0, 9431.0, 9483.0, 9433.0, 9492.0, 9471.0, 9461.0, 9445.0, 9485.0, 9486.0, 9441.0, 9497.0, 9448.0, 9480.0, 9450.0, 9487.0, 9490.0, 9487.0, 9497.0, 9471.0, 9494.0, 9454.0, 9518.0, 9487.0, 9464.0, 9486.0, 9439.0, 9463.0, 9420.0, 9466.0, 9440.0, 9449.0, 9463.0, 9420.0, 9455.0, 9418.0, 9461.0, 9418.0, 9464.0, 9406.0, 9454.0, 9455.0, 9424.0, 9480.0, 9437.0, 9464.0, 9408.0, 9458.0, 9461.0, 9458.0, 9480.0, 9443.0, 9483.0, 9424.0, 9470.0, 9454.0, 9473.0, 9463.0, 9456.0, 9474.0, 9403.0, 9462.0, 9420.0, 9462.0, 9445.0, 9465.0, 9428.0, 9437.0, 9462.0, 9456.0, 9467.0, 9456.0, 9482.0, 9441.0, 9479.0, 9437.0, 9485.0, 9445.0, 9462.0, 9417.0, 9439.0, 9457.0, 9422.0, 9465.0, 9440.0, 9466.0, 9407.0, 9455.0, 9446.0, 9442.0, 9467.0, 9445.0, 9469.0, 9450.0, 9471.0, 9454.0, 9494.0, 9472.0, 9497.0, 9460.0, 9521.0, 9480.0, 9501.0, 9464.0, 9516.0, 9476.0, 9486.0, 9509.0, 9464.0, 9488.0, 9444.0, 9490.0, 9450.0, 9458.0, 9481.0, 9436.0, 9458.0, 9401.0, 9457.0, 9401.0, 9465.0, 9430.0, 9445.0, 9419.0, 9414.0, 9450.0, 9398.0, 9455.0, 9419.0, 9459.0, 9405.0, 9448.0, 9420.0, 9453.0, 9458.0, 9439.0, 9475.0, 9411.0, 9463.0, 9448.0, 9477.0, 9453.0, 9474.0, 9452.0, 9446.0, 9482.0, 9453.0, 9489.0, 9458.0, 9487.0, 9429.0, 9475.0, 9459.0, 9474.0, 9485.0, 9438.0, 9462.0, 9411.0, 9458.0, 9448.0, 9437.0, 9490.0, 9447.0, 9461.0, 9419.0, 9480.0, 9487.0, 9442.0, 9512.0, 9470.0, 9485.0, 9447.0, 9507.0, 9488.0, 9511.0, 9521.0, 9487.0, 9513.0, 9467.0, 9497.0, 9456.0, 9497.0, 9491.0, 9450.0, 9491.0, 9461.0, 9507.0, 9457.0, 9493.0, 9482.0, 9461.0, 9481.0, 9428.0, 9483.0, 9437.0, 9491.0, 9444.0, 9464.0, 9437.0, 9418.0, 9455.0, 9413.0, 9453.0, 9419.0, 9456.0, 9388.0, 9447.0, 9436.0, 9470.0, 9438.0, 9466.0, 9411.0, 9483.0, 9437.0, 9489.0, 9487.0, 9450.0, 9458.0, 9402.0, 9463.0, 9409.0, 9433.0, 9457.0, 9400.0, 9450.0, 9400.0, 9457.0, 9389.0, 9454.0, 9447.0, 9428.0, 9466.0, 9432.0, 9469.0, 9432.0, 9461.0, 9436.0, 9481.0, 9478.0, 9473.0, 9469.0, 9463.0, 9513.0, 9481.0, 9518.0, 9484.0, 9517.0, 9468.0, 9542.0, 9522.0, 9522.0, 9473.0, 9505.0, 9504.0, 9499.0, 9515.0, 9467.0, 9512.0, 9459.0, 9493.0, 9446.0, 9453.0, 9462.0, 9449.0, 9460.0, 9412.0, 9457.0, 9404.0, 9414.0, 9451.0, 9402.0, 9457.0, 9424.0, 9447.0, 9436.0, 9419.0, 9461.0, 9410.0, 9470.0, 9437.0, 9459.0, 9464.0, 9420.0, 9472.0, 9438.0, 9484.0, 9468.0, 9486.0, 9443.0, 9508.0, 9517.0, 9471.0, 9516.0, 9462.0, 9468.0, 9486.0, 9438.0, 9507.0, 9451.0, 9500.0, 9487.0, 9469.0, 9486.0, 9435.0, 9492.0, 9448.0, 9496.0, 9469.0, 9463.0, 9479.0, 9427.0, 9482.0, 9426.0, 9488.0, 9436.0, 9453.0, 9447.0, 9431.0, 9483.0, 9429.0, 9495.0, 9455.0, 9460.0, 9462.0, 9428.0, 9481.0, 9427.0, 9476.0, 9444.0, 9463.0, 9434.0, 9472.0, 9492.0, 9472.0, 9515.0, 9481.0, 9494.0, 9446.0, 9495.0, 9480.0, 9455.0, 9485.0, 9436.0, 9465.0, 9421.0, 9470.0, 9464.0, 9406.0, 9468.0, 9431.0, 9436.0, 9473.0, 9417.0, 9464.0, 9436.0, 9407.0, 9461.0, 9405.0, 9452.0, 9455.0, 9426.0, 9471.0, 9412.0, 9464.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.0015802559414990858</td></tr>
<tr><td colspan=3>aqi</td><td>0.036184521297989033</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.91864786739254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3850961647392501</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.996816629222323</td></tr>
<tr><td colspan=3>efc</td><td>0.477</td></tr>
<tr><td colspan=3>fber</td><td>5953.1245</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.084683195358567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2851919561243146</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2988625255427184</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2175632198564457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4492243961513944</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2297999606203156</td></tr>
<tr><td colspan=3>gcor</td><td>0.0142936</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009654005989432335</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02477320097386837</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.242695470964748</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>22.5773</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.4358</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.8929</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298567.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>763.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.7706</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.929</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.5382</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3481.7499</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>862.8893</td></tr>
<tr><td colspan=3>tsnr</td><td>37.447662577731535</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>