<?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-0128_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-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_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-0128/figures/sub-0128_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_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-0128/ses-02/func/sub-0128_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>9b40d0ca994c30a7a93cb5587946a153</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>17:09:41.750000</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.998797, -0.0346636, 0.03469, 0.0289457, 0.987716, 0.153557]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0851867</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4225, -7817, -7219, 422, -199, 78, 194, 109]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.671</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b67a2ce-77a2-4b4f-bd92-152eb8d649e7||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.6796987056732178, 0.07765930891036987, 0.10688399523496628, 104.65399932861328], [0.0929999053478241, 2.6499693393707275, 0.41139256954193115, -125.14073181152344], [0.09307068586349487, -0.41198089718818665, 2.666332960128784, -54.12971496582031], [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': ['170941.750000', '170942.210000', '170942.670000', '170943.130000', '170943.590000', '170944.050000', '170944.510000', '170944.970000', '170945.430000', '170945.890000', '170946.350000', '170946.810000', '170947.270000', '170947.730000', '170948.190000', '170948.650000', '170949.110000', '170949.570000', '170950.030000', '170950.490000', '170950.950000', '170951.410000', '170951.870000', '170952.330000', '170952.790000', '170953.250000', '170953.710000', '170954.170000', '170954.630000', '170955.090000', '170955.550000', '170956.010000', '170956.470000', '170956.930000', '170957.390000', '170957.850000', '170958.310000', '170958.770000', '170959.230000', '170959.690000', '171000.150000', '171000.610000', '171001.070000', '171001.530000', '171001.990000', '171002.450000', '171002.910000', '171003.370000', '171003.830000', '171004.290000', '171004.750000', '171005.210000', '171005.670000', '171006.130000', '171006.590000', '171007.050000', '171007.510000', '171007.970000', '171008.430000', '171008.890000', '171009.350000', '171009.810000', '171010.270000', '171010.730000', '171011.190000', '171011.650000', '171012.110000', '171012.570000', '171013.030000', '171013.490000', '171013.950000', '171014.410000', '171014.870000', '171015.330000', '171015.790000', '171016.250000', '171016.710000', '171017.170000', '171017.630000', '171018.090000', '171018.550000', '171019.010000', '171019.470000', '171019.930000', '171020.390000', '171020.850000', '171021.310000', '171021.770000', '171022.230000', '171022.690000', '171023.150000', '171023.610000', '171024.070000', '171024.530000', '171024.990000', '171025.450000', '171025.910000', '171026.370000', '171026.830000', '171027.290000', '171027.750000', '171028.210000', '171028.670000', '171029.130000', '171029.590000', '171030.050000', '171030.510000', '171030.970000', '171031.430000', '171031.890000', '171032.350000', '171032.810000', '171033.270000', '171033.730000', '171034.190000', '171034.650000', '171035.110000', '171035.570000', '171036.030000', '171036.490000', '171036.950000', '171037.410000', '171037.870000', '171038.330000', '171038.790000', '171039.250000', '171039.710000', '171040.170000', '171040.630000', '171041.090000', '171041.550000', '171042.010000', '171042.470000', '171042.930000', '171043.390000', '171043.850000', '171044.310000', '171044.770000', '171045.230000', '171045.690000', '171046.150000', '171046.610000', '171047.070000', '171047.530000', '171047.990000', '171048.450000', '171048.910000', '171049.370000', '171049.830000', '171050.290000', '171050.750000', '171051.210000', '171051.670000', '171052.130000', '171052.590000', '171053.050000', '171053.510000', '171053.970000', '171054.430000', '171054.890000', '171055.350000', '171055.810000', '171056.270000', '171056.730000', '171057.190000', '171057.650000', '171058.110000', '171058.570000', '171059.030000', '171059.490000', '171059.950000', '171100.410000', '171100.870000', '171101.330000', '171101.790000', '171102.250000', '171102.710000', '171103.170000', '171103.630000', '171104.090000', '171104.550000', '171105.010000', '171105.470000', '171105.930000', '171106.390000', '171106.850000', '171107.310000', '171107.770000', '171108.230000', '171108.690000', '171109.150000', '171109.610000', '171110.070000', '171110.530000', '171110.990000', '171111.450000', '171111.910000', '171112.370000', '171112.830000', '171113.290000', '171113.750000', '171114.210000', '171114.670000', '171115.130000', '171115.590000', '171116.050000', '171116.510000', '171116.970000', '171117.430000', '171117.890000', '171118.350000', '171118.810000', '171119.270000', '171119.730000', '171120.190000', '171120.650000', '171121.110000', '171121.570000', '171122.030000', '171122.490000', '171122.950000', '171123.410000', '171123.870000', '171124.330000', '171124.790000', '171125.250000', '171125.710000', '171126.170000', '171126.630000', '171127.090000', '171127.550000', '171128.010000', '171128.470000', '171128.930000', '171129.390000', '171129.850000', '171130.310000', '171130.770000', '171131.230000', '171131.690000', '171132.150000', '171132.610000', '171133.070000', '171133.530000', '171133.990000', '171134.450000', '171134.910000', '171135.370000', '171135.830000', '171136.290000', '171136.750000', '171137.210000', '171137.670000', '171138.130000', '171138.590000', '171139.050000', '171139.510000', '171139.970000', '171140.430000', '171140.890000', '171141.350000', '171141.810000', '171142.270000', '171142.730000', '171143.190000', '171143.650000', '171144.110000', '171144.570000', '171145.030000', '171145.490000', '171145.950000', '171146.410000', '171146.870000', '171147.330000', '171147.790000', '171148.250000', '171148.710000', '171149.170000', '171149.630000', '171150.090000', '171150.550000', '171151.010000', '171151.470000', '171151.930000', '171152.390000', '171152.850000', '171153.310000', '171153.770000', '171154.230000', '171154.690000', '171155.150000', '171155.610000', '171156.070000', '171156.530000', '171156.990000', '171157.450000', '171157.910000', '171158.370000', '171158.830000', '171159.290000', '171159.750000', '171200.210000', '171200.670000', '171201.130000', '171201.590000', '171202.050000', '171202.510000', '171202.970000', '171203.430000', '171203.890000', '171204.350000', '171204.810000', '171205.270000', '171205.730000', '171206.190000', '171206.650000', '171207.110000', '171207.570000', '171208.030000', '171208.490000', '171208.950000', '171209.410000', '171209.870000', '171210.330000', '171210.790000', '171211.250000', '171211.710000', '171212.170000', '171212.630000', '171213.090000', '171213.550000', '171214.010000', '171214.470000', '171214.930000', '171215.390000', '171215.850000', '171216.310000', '171216.770000', '171217.230000', '171217.690000', '171218.150000', '171218.610000', '171219.070000', '171219.530000', '171219.990000', '171220.450000', '171220.910000', '171221.370000', '171221.830000', '171222.290000', '171222.750000', '171223.210000', '171223.670000', '171224.130000', '171224.590000', '171225.050000', '171225.510000', '171225.970000', '171226.430000', '171226.890000', '171227.350000', '171227.810000', '171228.270000', '171228.730000', '171229.190000', '171229.650000', '171230.110000', '171230.570000', '171231.030000', '171231.490000', '171231.950000', '171232.410000', '171232.870000', '171233.330000', '171233.790000', '171234.250000', '171234.710000', '171235.170000', '171235.630000', '171236.090000', '171236.550000', '171237.010000', '171237.470000', '171237.930000', '171238.390000', '171238.850000', '171239.310000', '171239.770000', '171240.230000', '171240.690000', '171241.150000', '171241.610000', '171242.070000', '171242.530000', '171242.990000', '171243.450000', '171243.910000', '171244.370000', '171244.830000', '171245.290000', '171245.750000', '171246.210000', '171246.670000', '171247.130000', '171247.590000', '171248.050000', '171248.510000', '171248.970000', '171249.430000', '171249.890000', '171250.350000', '171250.810000', '171251.270000', '171251.730000', '171252.190000', '171252.650000', '171253.110000', '171253.570000', '171254.030000', '171254.490000', '171254.950000', '171255.410000', '171255.870000', '171256.330000', '171256.790000', '171257.250000', '171257.710000', '171258.170000', '171258.630000', '171259.090000', '171259.550000', '171300.010000', '171300.470000', '171300.930000', '171301.390000', '171301.850000', '171302.310000', '171302.770000', '171303.230000', '171303.690000', '171304.150000', '171304.610000', '171305.070000', '171305.530000', '171305.990000', '171306.450000', '171306.910000', '171307.370000', '171307.830000', '171308.290000', '171308.750000', '171309.210000', '171309.670000', '171310.130000', '171310.590000', '171311.050000', '171311.510000', '171311.970000', '171312.430000', '171312.890000', '171313.350000', '171313.810000', '171314.270000', '171314.730000', '171315.190000', '171315.650000', '171316.110000', '171316.570000', '171317.030000', '171317.490000', '171317.950000', '171318.410000', '171318.870000', '171319.330000', '171319.790000', '171320.250000', '171320.710000', '171321.170000', '171321.630000', '171322.090000', '171322.550000', '171323.010000', '171323.470000', '171323.930000', '171324.390000', '171324.850000', '171325.310000', '171325.770000', '171326.230000', '171326.690000', '171327.150000', '171327.610000', '171328.070000', '171328.530000', '171328.990000', '171329.450000', '171329.910000', '171330.370000', '171330.830000', '171331.290000', '171331.750000', '171332.210000', '171332.670000', '171333.130000', '171333.590000', '171334.050000', '171334.510000', '171334.970000', '171335.430000', '171335.890000', '171336.350000', '171336.810000', '171337.270000', '171337.730000', '171338.190000', '171338.650000', '171339.110000', '171339.570000', '171340.030000', '171340.490000', '171340.950000', '171341.410000', '171341.870000', '171342.330000', '171342.790000', '171343.250000', '171343.710000', '171344.170000', '171344.630000', '171345.090000', '171345.550000', '171346.010000', '171346.470000', '171346.930000', '171347.390000', '171347.850000', '171348.310000', '171348.770000', '171349.230000', '171349.690000', '171350.150000', '171350.610000', '171351.070000', '171351.530000', '171351.990000', '171352.450000', '171352.910000', '171353.370000', '171353.830000', '171354.290000', '171354.750000', '171355.210000', '171355.670000', '171356.130000', '171356.590000', '171357.050000', '171357.510000', '171357.970000', '171358.430000', '171358.890000', '171359.350000', '171359.810000', '171400.270000', '171400.730000', '171401.190000', '171401.650000', '171402.110000', '171402.570000', '171403.030000', '171403.490000', '171403.950000', '171404.410000', '171404.870000', '171405.330000', '171405.790000', '171406.250000', '171406.710000', '171407.170000', '171407.630000', '171408.090000', '171408.550000', '171409.010000', '171409.470000', '171409.930000', '171410.390000', '171410.850000', '171411.310000', '171411.770000', '171412.230000', '171412.690000', '171413.150000', '171413.610000', '171414.070000', '171414.530000', '171414.990000', '171415.450000', '171415.910000', '171416.370000', '171416.830000', '171417.290000', '171417.750000', '171418.210000', '171418.670000', '171419.130000', '171419.590000', '171420.050000', '171420.510000', '171420.970000', '171421.430000', '171421.890000', '171422.350000', '171422.810000', '171423.270000', '171423.730000', '171424.190000', '171424.650000', '171425.110000', '171425.570000', '171426.030000', '171426.490000', '171426.950000', '171427.410000', '171427.870000', '171428.330000', '171428.790000', '171429.250000', '171429.710000', '171430.170000', '171430.630000', '171431.090000', '171431.550000', '171432.010000', '171432.470000', '171432.930000', '171433.390000', '171433.850000', '171434.310000', '171434.770000', '171435.230000', '171435.690000', '171436.150000', '171436.610000', '171437.070000', '171437.530000', '171437.990000', '171438.450000', '171438.910000', '171439.370000', '171439.830000', '171440.290000', '171440.750000', '171441.210000', '171441.670000', '171442.130000', '171442.590000', '171443.050000', '171443.510000', '171443.970000', '171444.430000', '171444.890000', '171445.350000', '171445.810000', '171446.270000', '171446.730000', '171447.190000', '171447.650000', '171448.110000', '171448.570000', '171449.030000', '171449.490000', '171449.950000', '171450.410000', '171450.870000', '171451.330000', '171451.790000', '171452.250000', '171452.710000', '171453.170000', '171453.630000', '171454.090000', '171454.550000', '171455.010000', '171455.470000', '171455.930000', '171456.390000', '171456.850000', '171457.310000', '171457.770000', '171458.230000', '171458.690000', '171459.150000', '171459.610000', '171500.070000', '171500.530000', '171500.990000', '171501.450000', '171501.910000', '171502.370000', '171502.830000', '171503.290000', '171503.750000', '171504.210000', '171504.670000', '171505.130000', '171505.590000', '171506.050000', '171506.510000', '171506.970000', '171507.430000', '171507.890000', '171508.350000', '171508.810000', '171509.270000', '171509.730000', '171510.190000', '171510.650000', '171511.110000', '171511.570000', '171512.030000', '171512.490000', '171512.950000', '171513.410000', '171513.870000', '171514.330000', '171514.790000', '171515.250000', '171515.710000', '171516.170000', '171516.630000', '171517.090000', '171517.550000', '171518.010000', '171518.470000', '171518.930000', '171519.390000', '171519.850000', '171520.310000', '171520.770000', '171521.230000', '171521.690000', '171522.150000', '171522.610000', '171523.070000', '171523.530000', '171523.990000', '171524.450000', '171524.910000', '171525.370000', '171525.830000', '171526.290000', '171526.750000', '171527.210000', '171527.670000', '171528.130000', '171528.590000', '171529.050000', '171529.510000', '171529.970000', '171530.430000', '171530.890000', '171531.350000', '171531.810000', '171532.270000', '171532.730000', '171533.190000', '171533.650000', '171534.110000', '171534.570000', '171535.030000', '171535.490000', '171535.950000', '171536.410000', '171536.870000', '171537.330000', '171537.790000', '171538.250000', '171538.710000', '171539.170000', '171539.630000', '171540.090000', '171540.550000', '171541.010000', '171541.470000', '171541.930000', '171542.390000', '171542.850000', '171543.310000', '171543.770000', '171544.230000', '171544.690000', '171545.150000', '171545.610000', '171546.070000', '171546.530000', '171546.990000', '171547.450000', '171547.910000', '171548.370000', '171548.830000', '171549.290000', '171549.750000', '171550.210000', '171550.670000', '171551.130000', '171551.590000', '171552.050000', '171552.510000', '171552.970000', '171553.430000', '171553.890000', '171554.350000', '171554.810000', '171555.270000', '171555.730000', '171556.190000', '171556.650000', '171557.110000', '171557.570000', '171558.030000', '171558.490000', '171558.950000', '171559.410000', '171559.870000', '171600.330000', '171600.790000', '171601.250000', '171601.710000', '171602.170000', '171602.630000', '171603.090000', '171603.550000', '171604.010000', '171604.470000', '171604.930000', '171605.390000', '171605.850000', '171606.310000', '171606.770000', '171607.230000', '171607.690000', '171608.150000', '171608.610000', '171609.070000', '171609.530000', '171609.990000', '171610.450000', '171610.910000', '171611.370000', '171611.830000', '171612.290000', '171612.750000', '171613.210000', '171613.670000', '171614.130000', '171614.590000', '171615.050000', '171615.510000', '171615.970000', '171616.430000', '171616.890000', '171617.350000', '171617.810000', '171618.270000', '171618.730000', '171619.190000', '171619.650000', '171620.110000', '171620.570000', '171621.030000', '171621.490000', '171621.950000', '171622.410000', '171622.870000', '171623.330000', '171623.790000', '171624.250000', '171624.710000', '171625.170000', '171625.630000', '171626.090000', '171626.550000', '171627.010000', '171627.470000', '171627.930000', '171628.390000', '171628.850000', '171629.310000', '171629.770000', '171630.230000', '171630.690000', '171631.150000', '171631.610000', '171632.070000', '171632.530000', '171632.990000', '171633.450000', '171633.910000', '171634.370000', '171634.830000', '171635.290000', '171635.750000', '171636.210000', '171636.670000', '171637.130000', '171637.590000', '171638.050000', '171638.510000', '171638.970000', '171639.430000', '171639.890000', '171640.350000', '171640.810000', '171641.270000', '171641.730000', '171642.190000', '171642.650000', '171643.110000', '171643.570000', '171644.030000', '171644.490000', '171644.950000', '171645.410000', '171645.870000', '171646.330000', '171646.790000', '171647.250000', '171647.710000', '171648.170000', '171648.630000', '171649.090000', '171649.550000', '171650.010000', '171650.470000', '171650.930000', '171651.390000', '171651.850000', '171652.310000', '171652.770000', '171653.230000', '171653.690000', '171654.150000', '171654.610000', '171655.070000', '171655.530000', '171655.990000', '171656.450000', '171656.910000', '171657.370000', '171657.830000', '171658.290000', '171658.750000', '171659.210000', '171659.670000', '171700.130000', '171700.590000', '171701.050000', '171701.510000', '171701.970000', '171702.430000', '171702.890000', '171703.350000', '171703.810000', '171704.270000', '171704.730000', '171705.190000', '171705.650000', '171706.110000', '171706.570000', '171707.030000', '171707.490000', '171707.950000', '171708.410000', '171708.870000', '171709.330000', '171709.790000', '171710.250000', '171710.710000', '171711.170000', '171711.630000', '171712.090000', '171712.550000', '171713.010000', '171713.470000', '171713.930000', '171714.390000', '171714.850000', '171715.310000', '171715.770000', '171716.230000', '171716.690000', '171717.150000', '171717.610000', '171718.070000', '171718.530000', '171718.990000', '171719.450000', '171719.910000', '171720.370000', '171720.830000', '171721.290000', '171721.750000', '171722.210000', '171722.670000', '171723.130000', '171723.590000', '171724.050000', '171724.510000', '171724.970000', '171725.430000', '171725.890000', '171726.350000', '171726.810000', '171727.270000', '171727.730000', '171728.190000', '171728.650000', '171729.110000', '171729.570000', '171730.030000', '171730.490000', '171730.950000', '171731.410000', '171731.870000', '171732.330000', '171732.790000', '171733.250000', '171733.710000', '171734.170000', '171734.630000', '171735.090000', '171735.550000', '171736.010000', '171736.470000', '171736.930000', '171737.390000', '171737.850000', '171738.310000', '171738.770000', '171739.230000', '171739.690000', '171740.150000', '171740.610000', '171741.070000', '171741.530000', '171741.990000', '171742.450000', '171742.910000', '171743.370000', '171743.830000', '171744.290000', '171744.750000', '171745.210000', '171745.670000', '171746.130000', '171746.590000', '171747.050000', '171747.510000', '171747.970000', '171748.430000', '171748.890000', '171749.350000', '171749.810000', '171750.270000', '171750.730000', '171751.190000', '171751.650000', '171752.110000', '171752.570000', '171753.030000', '171753.490000', '171753.950000', '171754.410000', '171754.870000', '171755.330000', '171755.790000', '171756.250000', '171756.710000', '171757.170000', '171757.630000', '171758.090000', '171758.550000', '171759.010000', '171759.470000', '171759.930000', '171800.390000', '171800.850000', '171801.310000', '171801.770000', '171802.230000', '171802.690000', '171803.150000', '171803.610000', '171804.070000', '171804.530000', '171804.990000', '171805.450000', '171805.910000', '171806.370000'], 'ContentTime': ['171005.602000', '171005.605000', '171005.608000', '171005.611000', '171005.613000', '171005.616000', '171005.619000', '171005.621000', '171005.624000', '171005.626000', '171005.629000', '171005.637000', '171005.640000', '171005.643000', '171005.645000', '171005.648000', '171005.651000', '171005.653000', '171005.656000', '171005.658000', '171005.661000', '171005.663000', '171005.666000', '171005.669000', '171005.671000', '171005.674000', '171005.676000', '171005.679000', '171005.681000', '171005.684000', '171005.686000', '171005.689000', '171005.692000', '171005.694000', '171005.697000', '171005.699000', '171005.702000', '171005.704000', '171005.707000', '171005.709000', '171005.712000', '171005.714000', '171005.717000', '171005.720000', '171005.722000', '171005.725000', '171005.727000', '171005.735000', '171005.738000', '171005.740000', '171025.571000', '171025.574000', '171025.577000', '171025.579000', '171025.582000', '171025.615000', '171025.618000', '171025.621000', '171025.623000', '171025.626000', '171025.628000', '171025.631000', '171025.633000', '171025.636000', '171025.644000', '171025.647000', '171025.649000', '171025.652000', '171025.654000', '171025.657000', '171025.659000', '171025.662000', '171025.664000', '171025.667000', '171025.669000', '171025.672000', '171025.675000', '171025.677000', '171025.680000', '171025.682000', '171025.685000', '171025.687000', '171025.690000', '171025.692000', '171025.695000', '171025.698000', '171025.700000', '171025.703000', '171025.705000', '171025.708000', '171025.710000', '171025.713000', '171025.715000', '171045.572000', '171045.575000', '171045.578000', '171045.580000', '171045.583000', '171045.585000', '171045.588000', '171045.591000', '171045.593000', '171045.596000', '171045.598000', '171045.601000', '171045.603000', '171045.606000', '171045.608000', '171045.611000', '171045.614000', '171045.616000', '171045.619000', '171045.621000', '171045.624000', '171045.626000', '171045.629000', '171045.631000', '171045.634000', '171045.636000', '171045.639000', '171045.642000', '171045.644000', '171045.647000', '171045.649000', '171045.652000', '171045.654000', '171045.657000', '171045.659000', '171045.662000', '171045.673000', '171045.676000', '171045.678000', '171045.681000', '171045.683000', '171045.686000', '171045.688000', '171045.691000', '171105.572000', '171105.575000', '171105.578000', '171105.581000', '171105.583000', '171105.586000', '171105.588000', '171105.591000', '171105.593000', '171105.596000', '171105.599000', '171105.601000', '171105.604000', '171105.606000', '171105.609000', '171105.612000', '171105.614000', '171105.617000', '171105.619000', '171105.622000', '171105.625000', '171105.662000', '171105.664000', '171105.667000', '171105.670000', '171105.672000', '171105.675000', '171105.677000', '171105.680000', '171105.682000', '171105.685000', '171105.688000', '171105.690000', '171105.693000', '171105.695000', '171105.698000', '171105.701000', '171105.703000', '171105.706000', '171105.708000', '171105.711000', '171105.713000', '171105.716000', '171125.572000', '171125.575000', '171125.578000', '171125.580000', '171125.583000', '171125.585000', '171125.588000', '171125.591000', '171125.593000', '171125.596000', '171125.598000', '171125.602000', '171125.606000', '171125.609000', '171125.611000', '171125.614000', '171125.616000', '171125.619000', '171125.622000', '171125.624000', '171125.627000', '171125.629000', '171125.632000', '171125.635000', '171125.637000', '171125.640000', '171125.642000', '171125.645000', '171125.648000', '171125.650000', '171125.653000', '171125.655000', '171125.658000', '171125.661000', '171125.663000', '171125.666000', '171125.668000', '171125.671000', '171125.674000', '171125.676000', '171125.679000', '171125.681000', '171125.684000', '171145.572000', '171145.575000', '171145.578000', '171145.580000', '171145.583000', '171145.586000', '171145.588000', '171145.591000', '171145.593000', '171145.596000', '171145.599000', '171145.601000', '171145.604000', '171145.606000', '171145.609000', '171145.611000', '171145.614000', '171145.616000', '171145.619000', '171145.622000', '171145.624000', '171145.627000', '171145.629000', '171145.632000', '171145.634000', '171145.637000', '171145.639000', '171145.642000', '171145.644000', '171145.647000', '171145.650000', '171145.652000', '171145.655000', '171145.657000', '171145.660000', '171145.662000', '171145.665000', '171145.667000', '171145.670000', '171145.673000', '171145.675000', '171145.678000', '171145.680000', '171145.683000', '171205.572000', '171205.606000', '171205.608000', '171205.611000', '171205.614000', '171205.616000', '171205.619000', '171205.621000', '171205.668000', '171205.671000', '171205.674000', '171205.676000', '171205.679000', '171205.681000', '171205.684000', '171205.687000', '171205.689000', '171205.692000', '171205.694000', '171205.697000', '171205.699000', '171205.702000', '171205.704000', '171205.707000', '171205.709000', '171205.712000', '171205.715000', '171205.717000', '171205.720000', '171205.722000', '171205.725000', '171205.727000', '171205.730000', '171205.733000', '171205.735000', '171205.738000', '171205.740000', '171205.743000', '171205.745000', '171205.748000', '171205.750000', '171205.753000', '171205.755000', '171225.571000', '171225.574000', '171225.577000', '171225.579000', '171225.582000', '171225.585000', '171225.587000', '171225.590000', '171225.592000', '171225.595000', '171225.597000', '171225.600000', '171225.603000', '171225.611000', '171225.613000', '171225.616000', '171225.618000', '171225.621000', '171225.624000', '171225.626000', '171225.629000', '171225.631000', '171225.634000', '171225.636000', '171225.639000', '171225.641000', '171225.644000', '171225.647000', '171225.649000', '171225.652000', '171225.654000', '171225.657000', '171225.659000', '171225.662000', '171225.674000', '171225.676000', '171225.679000', '171225.681000', '171225.684000', '171225.687000', '171225.689000', '171225.692000', '171225.694000', '171225.697000', '171245.572000', '171245.574000', '171245.577000', '171245.579000', '171245.582000', '171245.585000', '171245.587000', '171245.590000', '171245.592000', '171245.595000', '171245.597000', '171245.600000', '171245.603000', '171245.605000', '171245.608000', '171245.610000', '171245.613000', '171245.616000', '171245.619000', '171245.621000', '171245.624000', '171245.627000', '171245.629000', '171245.632000', '171245.634000', '171245.637000', '171245.640000', '171245.644000', '171245.647000', '171245.649000', '171245.652000', '171245.654000', '171245.657000', '171245.660000', '171245.662000', '171245.665000', '171245.667000', '171245.670000', '171245.673000', '171245.675000', '171245.678000', '171245.680000', '171245.683000', '171305.572000', '171305.575000', '171305.578000', '171305.581000', '171305.583000', '171305.586000', '171305.588000', '171305.591000', '171305.593000', '171305.596000', '171305.598000', '171305.601000', '171305.604000', '171305.606000', '171305.609000', '171305.611000', '171305.614000', '171305.617000', '171305.619000', '171305.622000', '171305.624000', '171305.627000', '171305.630000', '171305.632000', '171305.635000', '171305.637000', '171305.640000', '171305.642000', '171305.645000', '171305.648000', '171305.650000', '171305.653000', '171305.655000', '171305.658000', '171305.660000', '171305.663000', '171305.665000', '171305.668000', '171305.671000', '171305.673000', '171305.676000', '171305.678000', '171305.681000', '171305.683000', '171325.572000', '171325.575000', '171325.578000', '171325.581000', '171325.583000', '171325.586000', '171325.588000', '171325.591000', '171325.593000', '171325.596000', '171325.599000', '171325.601000', '171325.604000', '171325.607000', '171325.609000', '171325.612000', '171325.614000', '171325.617000', '171325.619000', '171325.622000', '171325.625000', '171325.627000', '171325.630000', '171325.632000', '171325.635000', '171325.637000', '171325.640000', '171325.642000', '171325.645000', '171325.648000', '171325.650000', '171325.653000', '171325.656000', '171325.658000', '171325.661000', '171325.663000', '171325.666000', '171325.669000', '171325.671000', '171325.674000', '171325.688000', '171325.690000', '171325.693000', '171345.573000', '171345.575000', '171345.578000', '171345.581000', '171345.583000', '171345.586000', '171345.588000', '171345.591000', '171345.593000', '171345.596000', '171345.598000', '171345.601000', '171345.604000', '171345.607000', '171345.609000', '171345.612000', '171345.614000', '171345.617000', '171345.619000', '171345.622000', '171345.625000', '171345.627000', '171345.630000', '171345.632000', '171345.635000', '171345.637000', '171345.640000', '171345.643000', '171345.645000', '171345.648000', '171345.650000', '171345.653000', '171345.655000', '171345.658000', '171345.661000', '171345.663000', '171345.666000', '171345.668000', '171345.671000', '171345.673000', '171345.676000', '171345.679000', '171345.681000', '171345.684000', '171405.573000', '171405.575000', '171405.578000', '171405.581000', '171405.583000', '171405.586000', '171405.589000', '171405.591000', '171405.594000', '171405.596000', '171405.599000', '171405.602000', '171405.604000', '171405.607000', '171405.609000', '171405.612000', '171405.615000', '171405.617000', '171405.620000', '171405.622000', '171405.625000', '171405.627000', '171405.630000', '171405.633000', '171405.635000', '171405.638000', '171405.640000', '171405.643000', '171405.645000', '171405.648000', '171405.651000', '171405.653000', '171405.656000', '171405.659000', '171405.661000', '171405.664000', '171405.667000', '171405.669000', '171405.672000', '171405.674000', '171405.677000', '171405.681000', '171405.684000', '171425.572000', '171425.575000', '171425.578000', '171425.580000', '171425.583000', '171425.586000', '171425.588000', '171425.591000', '171425.593000', '171425.596000', '171425.599000', '171425.601000', '171425.604000', '171425.607000', '171425.609000', '171425.612000', '171425.614000', '171425.617000', '171425.619000', '171425.622000', '171425.625000', '171425.627000', '171425.630000', '171425.632000', '171425.635000', '171425.638000', '171425.640000', '171425.643000', '171425.645000', '171425.648000', '171425.651000', '171425.653000', '171425.656000', '171425.658000', '171425.661000', '171425.668000', '171425.671000', '171425.673000', '171425.676000', '171425.679000', '171425.681000', '171425.684000', '171425.686000', '171425.689000', '171445.572000', '171445.574000', '171445.577000', '171445.580000', '171445.583000', '171445.586000', '171445.588000', '171445.591000', '171445.593000', '171445.596000', '171445.599000', '171445.602000', '171445.604000', '171445.607000', '171445.610000', '171445.612000', '171445.615000', '171445.617000', '171445.620000', '171445.622000', '171445.625000', '171445.628000', '171445.630000', '171445.633000', '171445.636000', '171445.638000', '171445.641000', '171445.643000', '171445.646000', '171445.649000', '171445.652000', '171445.654000', '171445.657000', '171445.659000', '171445.662000', '171445.665000', '171445.667000', '171445.670000', '171445.673000', '171445.675000', '171445.678000', '171445.680000', '171445.683000', '171505.572000', '171505.574000', '171505.577000', '171505.580000', '171505.583000', '171505.585000', '171505.588000', '171505.591000', '171505.605000', '171505.607000', '171505.610000', '171505.613000', '171505.615000', '171505.618000', '171505.621000', '171505.623000', '171505.626000', '171505.628000', '171505.631000', '171505.634000', '171505.636000', '171505.639000', '171505.642000', '171505.645000', '171505.647000', '171505.650000', '171505.652000', '171505.655000', '171505.658000', '171505.660000', '171505.663000', '171505.666000', '171505.668000', '171505.671000', '171505.673000', '171505.676000', '171505.679000', '171505.681000', '171505.684000', '171505.686000', '171505.689000', '171505.692000', '171505.694000', '171505.697000', '171525.573000', '171525.575000', '171525.578000', '171525.581000', '171525.583000', '171525.586000', '171525.588000', '171525.591000', '171525.593000', '171525.596000', '171525.599000', '171525.601000', '171525.604000', '171525.607000', '171525.610000', '171525.612000', '171525.615000', '171525.617000', '171525.620000', '171525.623000', '171525.625000', '171525.628000', '171525.631000', '171525.633000', '171525.636000', '171525.639000', '171525.641000', '171525.644000', '171525.646000', '171525.649000', '171525.652000', '171525.654000', '171525.657000', '171525.660000', '171525.662000', '171525.667000', '171525.669000', '171525.672000', '171525.675000', '171525.677000', '171525.680000', '171525.683000', '171525.685000', '171545.572000', '171545.575000', '171545.578000', '171545.580000', '171545.583000', '171545.586000', '171545.588000', '171545.591000', '171545.593000', '171545.596000', '171545.599000', '171545.601000', '171545.604000', '171545.606000', '171545.609000', '171545.611000', '171545.614000', '171545.616000', '171545.619000', '171545.622000', '171545.624000', '171545.627000', '171545.629000', '171545.632000', '171545.634000', '171545.637000', '171545.640000', '171545.642000', '171545.645000', '171545.647000', '171545.650000', '171545.653000', '171545.655000', '171545.658000', '171545.660000', '171545.663000', '171545.665000', '171545.668000', '171545.670000', '171545.673000', '171545.676000', '171545.679000', '171545.682000', '171545.685000', '171605.573000', '171605.575000', '171605.578000', '171605.581000', '171605.583000', '171605.586000', '171605.589000', '171605.591000', '171605.594000', '171605.596000', '171605.599000', '171605.602000', '171605.604000', '171605.607000', '171605.609000', '171605.612000', '171605.614000', '171605.617000', '171605.619000', '171605.622000', '171605.624000', '171605.627000', '171605.630000', '171605.632000', '171605.635000', '171605.637000', '171605.640000', '171605.643000', '171605.645000', '171605.648000', '171605.650000', '171605.653000', '171605.656000', '171605.658000', '171605.661000', '171605.664000', '171605.666000', '171605.669000', '171605.671000', '171605.674000', '171605.676000', '171605.679000', '171605.681000', '171625.573000', '171625.576000', '171625.578000', '171625.581000', '171625.583000', '171625.586000', '171625.589000', '171625.591000', '171625.594000', '171625.596000', '171625.599000', '171625.602000', '171625.604000', '171625.607000', '171625.609000', '171625.612000', '171625.614000', '171625.617000', '171625.620000', '171625.637000', '171625.640000', '171625.642000', '171625.645000', '171625.648000', '171625.650000', '171625.653000', '171625.655000', '171625.658000', '171625.660000', '171625.663000', '171625.665000', '171625.668000', '171625.671000', '171625.673000', '171625.676000', '171625.678000', '171625.681000', '171625.684000', '171625.686000', '171625.689000', '171625.691000', '171625.694000', '171625.696000', '171625.699000', '171645.572000', '171645.575000', '171645.578000', '171645.581000', '171645.583000', '171645.586000', '171645.588000', '171645.591000', '171645.594000', '171645.596000', '171645.599000', '171645.601000', '171645.604000', '171645.607000', '171645.609000', '171645.612000', '171645.614000', '171645.617000', '171645.620000', '171645.622000', '171645.625000', '171645.632000', '171645.635000', '171645.637000', '171645.640000', '171645.642000', '171645.645000', '171645.648000', '171645.650000', '171645.653000', '171645.655000', '171645.658000', '171645.661000', '171645.663000', '171645.666000', '171645.668000', '171645.671000', '171645.673000', '171645.676000', '171645.679000', '171645.681000', '171645.684000', '171645.686000', '171705.572000', '171705.574000', '171705.577000', '171705.580000', '171705.582000', '171705.585000', '171705.587000', '171705.590000', '171705.592000', '171705.595000', '171705.597000', '171705.600000', '171705.603000', '171705.605000', '171705.608000', '171705.610000', '171705.613000', '171705.616000', '171705.618000', '171705.621000', '171705.623000', '171705.626000', '171705.628000', '171705.631000', '171705.633000', '171705.636000', '171705.638000', '171705.641000', '171705.644000', '171705.646000', '171705.649000', '171705.651000', '171705.654000', '171705.656000', '171705.659000', '171705.662000', '171705.664000', '171705.667000', '171705.669000', '171705.672000', '171705.674000', '171705.677000', '171705.679000', '171705.682000', '171725.572000', '171725.574000', '171725.577000', '171725.580000', '171725.582000', '171725.585000', '171725.587000', '171725.590000', '171725.593000', '171725.595000', '171725.598000', '171725.600000', '171725.603000', '171725.606000', '171725.608000', '171725.611000', '171725.614000', '171725.616000', '171725.619000', '171725.621000', '171725.624000', '171725.626000', '171725.629000', '171725.632000', '171725.634000', '171725.637000', '171725.639000', '171725.642000', '171725.644000', '171725.647000', '171725.650000', '171725.652000', '171725.655000', '171725.657000', '171725.660000', '171725.662000', '171725.665000', '171725.667000', '171725.670000', '171725.673000', '171725.675000', '171725.678000', '171725.680000', '171745.573000', '171745.576000', '171745.578000', '171745.581000', '171745.583000', '171745.586000', '171745.589000', '171745.591000', '171745.594000', '171745.596000', '171745.599000', '171745.602000', '171745.604000', '171745.607000', '171745.609000', '171745.624000', '171745.626000', '171745.629000', '171745.631000', '171745.634000', '171745.637000', '171745.639000', '171745.642000', '171745.644000', '171745.647000', '171745.649000', '171745.652000', '171745.655000', '171745.657000', '171745.660000', '171745.662000', '171745.665000', '171745.667000', '171745.670000', '171745.673000', '171745.675000', '171745.678000', '171745.680000', '171745.683000', '171745.686000', '171745.688000', '171745.691000', '171745.693000', '171745.696000', '171805.573000', '171805.576000', '171805.578000', '171805.581000', '171805.583000', '171805.586000', '171805.589000', '171805.591000', '171805.594000', '171805.596000', '171805.599000', '171805.602000', '171805.604000', '171805.607000', '171805.609000', '171805.612000', '171805.614000', '171805.617000', '171805.620000', '171805.622000', '171805.625000', '171805.627000', '171805.630000', '171805.632000', '171805.635000', '171805.637000', '171805.640000', '171805.643000', '171805.645000', '171805.648000', '171805.650000', '171805.653000', '171805.656000', '171805.658000', '171805.661000', '171805.663000', '171805.666000', '171805.668000', '171805.671000', '171805.673000', '171805.676000', '171805.679000', '171805.687000', '171807.614000', '171807.618000', '171807.621000', '171807.624000', '171807.626000'], 'InstanceCreationTime': ['171005.602000', '171005.605000', '171005.608000', '171005.611000', '171005.613000', '171005.616000', '171005.619000', '171005.621000', '171005.624000', '171005.626000', '171005.629000', '171005.637000', '171005.640000', '171005.643000', '171005.645000', '171005.648000', '171005.651000', '171005.653000', '171005.656000', '171005.658000', '171005.661000', '171005.663000', '171005.666000', '171005.669000', '171005.671000', '171005.674000', '171005.676000', '171005.679000', '171005.681000', '171005.684000', '171005.686000', '171005.689000', '171005.692000', '171005.694000', '171005.697000', '171005.699000', '171005.702000', '171005.704000', '171005.707000', '171005.709000', '171005.712000', '171005.714000', '171005.717000', '171005.720000', '171005.722000', '171005.725000', '171005.727000', '171005.735000', '171005.738000', '171005.740000', '171025.571000', '171025.574000', '171025.577000', '171025.579000', '171025.582000', '171025.615000', '171025.618000', '171025.621000', '171025.623000', '171025.626000', '171025.628000', '171025.631000', '171025.633000', '171025.636000', '171025.644000', '171025.647000', '171025.649000', '171025.652000', '171025.654000', '171025.657000', '171025.659000', '171025.662000', '171025.664000', '171025.667000', '171025.669000', '171025.672000', '171025.675000', '171025.677000', '171025.680000', '171025.682000', '171025.685000', '171025.687000', '171025.690000', '171025.692000', '171025.695000', '171025.698000', '171025.700000', '171025.703000', '171025.705000', '171025.708000', '171025.710000', '171025.713000', '171025.715000', '171045.572000', '171045.575000', '171045.578000', '171045.580000', '171045.583000', '171045.585000', '171045.588000', '171045.591000', '171045.593000', '171045.596000', '171045.598000', '171045.601000', '171045.603000', '171045.606000', '171045.608000', '171045.611000', '171045.614000', '171045.616000', '171045.619000', '171045.621000', '171045.624000', '171045.626000', '171045.629000', '171045.631000', '171045.634000', '171045.636000', '171045.639000', '171045.642000', '171045.644000', '171045.647000', '171045.649000', '171045.652000', '171045.654000', '171045.657000', '171045.659000', '171045.662000', '171045.673000', '171045.676000', '171045.678000', '171045.681000', '171045.683000', '171045.686000', '171045.688000', '171045.691000', '171105.572000', '171105.575000', '171105.578000', '171105.581000', '171105.583000', '171105.586000', '171105.588000', '171105.591000', '171105.593000', '171105.596000', '171105.599000', '171105.601000', '171105.604000', '171105.606000', '171105.609000', '171105.612000', '171105.614000', '171105.617000', '171105.619000', '171105.622000', '171105.625000', '171105.662000', '171105.664000', '171105.667000', '171105.670000', '171105.672000', '171105.675000', '171105.677000', '171105.680000', '171105.682000', '171105.685000', '171105.688000', '171105.690000', '171105.693000', '171105.695000', '171105.698000', '171105.701000', '171105.703000', '171105.706000', '171105.708000', '171105.711000', '171105.713000', '171105.716000', '171125.572000', '171125.575000', '171125.578000', '171125.580000', '171125.583000', '171125.585000', '171125.588000', '171125.591000', '171125.593000', '171125.596000', '171125.598000', '171125.602000', '171125.606000', '171125.609000', '171125.611000', '171125.614000', '171125.616000', '171125.619000', '171125.622000', '171125.624000', '171125.627000', '171125.629000', '171125.632000', '171125.635000', '171125.637000', '171125.640000', '171125.642000', '171125.645000', '171125.648000', '171125.650000', '171125.653000', '171125.655000', '171125.658000', '171125.661000', '171125.663000', '171125.666000', '171125.668000', '171125.671000', '171125.674000', '171125.676000', '171125.679000', '171125.681000', '171125.684000', '171145.572000', '171145.575000', '171145.578000', '171145.580000', '171145.583000', '171145.586000', '171145.588000', '171145.591000', '171145.593000', '171145.596000', '171145.599000', '171145.601000', '171145.604000', '171145.606000', '171145.609000', '171145.611000', '171145.614000', '171145.616000', '171145.619000', '171145.622000', '171145.624000', '171145.627000', '171145.629000', '171145.632000', '171145.634000', '171145.637000', '171145.639000', '171145.642000', '171145.644000', '171145.647000', '171145.650000', '171145.652000', '171145.655000', '171145.657000', '171145.660000', '171145.662000', '171145.665000', '171145.667000', '171145.670000', '171145.673000', '171145.675000', '171145.678000', '171145.680000', '171145.683000', '171205.572000', '171205.606000', '171205.608000', '171205.611000', '171205.614000', '171205.616000', '171205.619000', '171205.621000', '171205.668000', '171205.671000', '171205.674000', '171205.676000', '171205.679000', '171205.681000', '171205.684000', '171205.687000', '171205.689000', '171205.692000', '171205.694000', '171205.697000', '171205.699000', '171205.702000', '171205.704000', '171205.707000', '171205.709000', '171205.712000', '171205.715000', '171205.717000', '171205.720000', '171205.722000', '171205.725000', '171205.727000', '171205.730000', '171205.733000', '171205.735000', '171205.738000', '171205.740000', '171205.743000', '171205.745000', '171205.748000', '171205.750000', '171205.753000', '171205.755000', '171225.571000', '171225.574000', '171225.577000', '171225.579000', '171225.582000', '171225.585000', '171225.587000', '171225.590000', '171225.592000', '171225.595000', '171225.597000', '171225.600000', '171225.603000', '171225.611000', '171225.613000', '171225.616000', '171225.618000', '171225.621000', '171225.624000', '171225.626000', '171225.629000', '171225.631000', '171225.634000', '171225.636000', '171225.639000', '171225.641000', '171225.644000', '171225.647000', '171225.649000', '171225.652000', '171225.654000', '171225.657000', '171225.659000', '171225.662000', '171225.674000', '171225.676000', '171225.679000', '171225.681000', '171225.684000', '171225.687000', '171225.689000', '171225.692000', '171225.694000', '171225.697000', '171245.572000', '171245.574000', '171245.577000', '171245.579000', '171245.582000', '171245.585000', '171245.587000', '171245.590000', '171245.592000', '171245.595000', '171245.597000', '171245.600000', '171245.603000', '171245.605000', '171245.608000', '171245.610000', '171245.613000', '171245.616000', '171245.619000', '171245.621000', '171245.624000', '171245.627000', '171245.629000', '171245.632000', '171245.634000', '171245.637000', '171245.640000', '171245.644000', '171245.647000', '171245.649000', '171245.652000', '171245.654000', '171245.657000', '171245.660000', '171245.662000', '171245.665000', '171245.667000', '171245.670000', '171245.673000', '171245.675000', '171245.678000', '171245.680000', '171245.683000', '171305.572000', '171305.575000', '171305.578000', '171305.581000', '171305.583000', '171305.586000', '171305.588000', '171305.591000', '171305.593000', '171305.596000', '171305.598000', '171305.601000', '171305.604000', '171305.606000', '171305.609000', '171305.611000', '171305.614000', '171305.617000', '171305.619000', '171305.622000', '171305.624000', '171305.627000', '171305.630000', '171305.632000', '171305.635000', '171305.637000', '171305.640000', '171305.642000', '171305.645000', '171305.648000', '171305.650000', '171305.653000', '171305.655000', '171305.658000', '171305.660000', '171305.663000', '171305.665000', '171305.668000', '171305.671000', '171305.673000', '171305.676000', '171305.678000', '171305.681000', '171305.683000', '171325.572000', '171325.575000', '171325.578000', '171325.581000', '171325.583000', '171325.586000', '171325.588000', '171325.591000', '171325.593000', '171325.596000', '171325.599000', '171325.601000', '171325.604000', '171325.607000', '171325.609000', '171325.612000', '171325.614000', '171325.617000', '171325.619000', '171325.622000', '171325.625000', '171325.627000', '171325.630000', '171325.632000', '171325.635000', '171325.637000', '171325.640000', '171325.642000', '171325.645000', '171325.648000', '171325.650000', '171325.653000', '171325.656000', '171325.658000', '171325.661000', '171325.663000', '171325.666000', '171325.669000', '171325.671000', '171325.674000', '171325.688000', '171325.690000', '171325.693000', '171345.573000', '171345.575000', '171345.578000', '171345.581000', '171345.583000', '171345.586000', '171345.588000', '171345.591000', '171345.593000', '171345.596000', '171345.598000', '171345.601000', '171345.604000', '171345.607000', '171345.609000', '171345.612000', '171345.614000', '171345.617000', '171345.619000', '171345.622000', '171345.625000', '171345.627000', '171345.630000', '171345.632000', '171345.635000', '171345.637000', '171345.640000', '171345.643000', '171345.645000', '171345.648000', '171345.650000', '171345.653000', '171345.655000', '171345.658000', '171345.661000', '171345.663000', '171345.666000', '171345.668000', '171345.671000', '171345.673000', '171345.676000', '171345.679000', '171345.681000', '171345.684000', '171405.573000', '171405.575000', '171405.578000', '171405.581000', '171405.583000', '171405.586000', '171405.589000', '171405.591000', '171405.594000', '171405.596000', '171405.599000', '171405.602000', '171405.604000', '171405.607000', '171405.609000', '171405.612000', '171405.615000', '171405.617000', '171405.620000', '171405.622000', '171405.625000', '171405.627000', '171405.630000', '171405.633000', '171405.635000', '171405.638000', '171405.640000', '171405.643000', '171405.645000', '171405.648000', '171405.651000', '171405.653000', '171405.656000', '171405.659000', '171405.661000', '171405.664000', '171405.667000', '171405.669000', '171405.672000', '171405.674000', '171405.677000', '171405.681000', '171405.684000', '171425.572000', '171425.575000', '171425.578000', '171425.580000', '171425.583000', '171425.586000', '171425.588000', '171425.591000', '171425.593000', '171425.596000', '171425.599000', '171425.601000', '171425.604000', '171425.607000', '171425.609000', '171425.612000', '171425.614000', '171425.617000', '171425.619000', '171425.622000', '171425.625000', '171425.627000', '171425.630000', '171425.632000', '171425.635000', '171425.638000', '171425.640000', '171425.643000', '171425.645000', '171425.648000', '171425.651000', '171425.653000', '171425.656000', '171425.658000', '171425.661000', '171425.668000', '171425.671000', '171425.673000', '171425.676000', '171425.679000', '171425.681000', '171425.684000', '171425.686000', '171425.689000', '171445.572000', '171445.574000', '171445.577000', '171445.580000', '171445.583000', '171445.586000', '171445.588000', '171445.591000', '171445.593000', '171445.596000', '171445.599000', '171445.602000', '171445.604000', '171445.607000', '171445.610000', '171445.612000', '171445.615000', '171445.617000', '171445.620000', '171445.622000', '171445.625000', '171445.628000', '171445.630000', '171445.633000', '171445.636000', '171445.638000', '171445.641000', '171445.643000', '171445.646000', '171445.649000', '171445.652000', '171445.654000', '171445.657000', '171445.659000', '171445.662000', '171445.665000', '171445.667000', '171445.670000', '171445.673000', '171445.675000', '171445.678000', '171445.680000', '171445.683000', '171505.572000', '171505.574000', '171505.577000', '171505.580000', '171505.583000', '171505.585000', '171505.588000', '171505.591000', '171505.605000', '171505.607000', '171505.610000', '171505.613000', '171505.615000', '171505.618000', '171505.621000', '171505.623000', '171505.626000', '171505.628000', '171505.631000', '171505.634000', '171505.636000', '171505.639000', '171505.642000', '171505.645000', '171505.647000', '171505.650000', '171505.652000', '171505.655000', '171505.658000', '171505.660000', '171505.663000', '171505.666000', '171505.668000', '171505.671000', '171505.673000', '171505.676000', '171505.679000', '171505.681000', '171505.684000', '171505.686000', '171505.689000', '171505.692000', '171505.694000', '171505.697000', '171525.573000', '171525.575000', '171525.578000', '171525.581000', '171525.583000', '171525.586000', '171525.588000', '171525.591000', '171525.593000', '171525.596000', '171525.599000', '171525.601000', '171525.604000', '171525.607000', '171525.610000', '171525.612000', '171525.615000', '171525.617000', '171525.620000', '171525.623000', '171525.625000', '171525.628000', '171525.631000', '171525.633000', '171525.636000', '171525.639000', '171525.641000', '171525.644000', '171525.646000', '171525.649000', '171525.652000', '171525.654000', '171525.657000', '171525.660000', '171525.662000', '171525.667000', '171525.669000', '171525.672000', '171525.675000', '171525.677000', '171525.680000', '171525.683000', '171525.685000', '171545.572000', '171545.575000', '171545.578000', '171545.580000', '171545.583000', '171545.586000', '171545.588000', '171545.591000', '171545.593000', '171545.596000', '171545.599000', '171545.601000', '171545.604000', '171545.606000', '171545.609000', '171545.611000', '171545.614000', '171545.616000', '171545.619000', '171545.622000', '171545.624000', '171545.627000', '171545.629000', '171545.632000', '171545.634000', '171545.637000', '171545.640000', '171545.642000', '171545.645000', '171545.647000', '171545.650000', '171545.653000', '171545.655000', '171545.658000', '171545.660000', '171545.663000', '171545.665000', '171545.668000', '171545.670000', '171545.673000', '171545.676000', '171545.679000', '171545.682000', '171545.685000', '171605.573000', '171605.575000', '171605.578000', '171605.581000', '171605.583000', '171605.586000', '171605.589000', '171605.591000', '171605.594000', '171605.596000', '171605.599000', '171605.602000', '171605.604000', '171605.607000', '171605.609000', '171605.612000', '171605.614000', '171605.617000', '171605.619000', '171605.622000', '171605.624000', '171605.627000', '171605.630000', '171605.632000', '171605.635000', '171605.637000', '171605.640000', '171605.643000', '171605.645000', '171605.648000', '171605.650000', '171605.653000', '171605.656000', '171605.658000', '171605.661000', '171605.664000', '171605.666000', '171605.669000', '171605.671000', '171605.674000', '171605.676000', '171605.679000', '171605.681000', '171625.573000', '171625.576000', '171625.578000', '171625.581000', '171625.583000', '171625.586000', '171625.589000', '171625.591000', '171625.594000', '171625.596000', '171625.599000', '171625.602000', '171625.604000', '171625.607000', '171625.609000', '171625.612000', '171625.614000', '171625.617000', '171625.620000', '171625.637000', '171625.640000', '171625.642000', '171625.645000', '171625.648000', '171625.650000', '171625.653000', '171625.655000', '171625.658000', '171625.660000', '171625.663000', '171625.665000', '171625.668000', '171625.671000', '171625.673000', '171625.676000', '171625.678000', '171625.681000', '171625.684000', '171625.686000', '171625.689000', '171625.691000', '171625.694000', '171625.696000', '171625.699000', '171645.572000', '171645.575000', '171645.578000', '171645.581000', '171645.583000', '171645.586000', '171645.588000', '171645.591000', '171645.594000', '171645.596000', '171645.599000', '171645.601000', '171645.604000', '171645.607000', '171645.609000', '171645.612000', '171645.614000', '171645.617000', '171645.620000', '171645.622000', '171645.625000', '171645.632000', '171645.635000', '171645.637000', '171645.640000', '171645.642000', '171645.645000', '171645.648000', '171645.650000', '171645.653000', '171645.655000', '171645.658000', '171645.661000', '171645.663000', '171645.666000', '171645.668000', '171645.671000', '171645.673000', '171645.676000', '171645.679000', '171645.681000', '171645.684000', '171645.686000', '171705.572000', '171705.574000', '171705.577000', '171705.580000', '171705.582000', '171705.585000', '171705.587000', '171705.590000', '171705.592000', '171705.595000', '171705.597000', '171705.600000', '171705.603000', '171705.605000', '171705.608000', '171705.610000', '171705.613000', '171705.616000', '171705.618000', '171705.621000', '171705.623000', '171705.626000', '171705.628000', '171705.631000', '171705.633000', '171705.636000', '171705.638000', '171705.641000', '171705.644000', '171705.646000', '171705.649000', '171705.651000', '171705.654000', '171705.656000', '171705.659000', '171705.662000', '171705.664000', '171705.667000', '171705.669000', '171705.672000', '171705.674000', '171705.677000', '171705.679000', '171705.682000', '171725.572000', '171725.574000', '171725.577000', '171725.580000', '171725.582000', '171725.585000', '171725.587000', '171725.590000', '171725.593000', '171725.595000', '171725.598000', '171725.600000', '171725.603000', '171725.606000', '171725.608000', '171725.611000', '171725.614000', '171725.616000', '171725.619000', '171725.621000', '171725.624000', '171725.626000', '171725.629000', '171725.632000', '171725.634000', '171725.637000', '171725.639000', '171725.642000', '171725.644000', '171725.647000', '171725.650000', '171725.652000', '171725.655000', '171725.657000', '171725.660000', '171725.662000', '171725.665000', '171725.667000', '171725.670000', '171725.673000', '171725.675000', '171725.678000', '171725.680000', '171745.573000', '171745.576000', '171745.578000', '171745.581000', '171745.583000', '171745.586000', '171745.589000', '171745.591000', '171745.594000', '171745.596000', '171745.599000', '171745.602000', '171745.604000', '171745.607000', '171745.609000', '171745.624000', '171745.626000', '171745.629000', '171745.631000', '171745.634000', '171745.637000', '171745.639000', '171745.642000', '171745.644000', '171745.647000', '171745.649000', '171745.652000', '171745.655000', '171745.657000', '171745.660000', '171745.662000', '171745.665000', '171745.667000', '171745.670000', '171745.673000', '171745.675000', '171745.678000', '171745.680000', '171745.683000', '171745.686000', '171745.688000', '171745.691000', '171745.693000', '171745.696000', '171805.573000', '171805.576000', '171805.578000', '171805.581000', '171805.583000', '171805.586000', '171805.589000', '171805.591000', '171805.594000', '171805.596000', '171805.599000', '171805.602000', '171805.604000', '171805.607000', '171805.609000', '171805.612000', '171805.614000', '171805.617000', '171805.620000', '171805.622000', '171805.625000', '171805.627000', '171805.630000', '171805.632000', '171805.635000', '171805.637000', '171805.640000', '171805.643000', '171805.645000', '171805.648000', '171805.650000', '171805.653000', '171805.656000', '171805.658000', '171805.661000', '171805.663000', '171805.666000', '171805.668000', '171805.671000', '171805.673000', '171805.676000', '171805.679000', '171805.687000', '171807.614000', '171807.618000', '171807.621000', '171807.624000', '171807.626000'], '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': [8554, 8548, 9650, 8256, 8883, 7706, 7628, 7841, 7644, 8146, 7393, 8556, 7704, 8402, 8125, 7973, 7443, 7313, 7909, 7954, 8905, 7800, 8014, 8378, 7841, 12538, 8080, 8356, 8168, 9131, 8516, 10448, 8316, 7638, 8001, 7779, 7617, 7562, 7834, 7672, 8009, 8366, 10109, 8464, 12053, 8418, 9376, 8335, 8044, 7614, 7995, 7702, 7961, 7791, 7948, 7670, 8163, 9615, 7629, 9116, 7943, 8479, 8119, 7508, 8048, 7747, 7388, 7962, 7784, 7994, 8450, 7685, 7734, 7636, 7619, 7550, 7472, 7974, 7420, 7736, 8630, 7667, 8007, 7475, 7596, 7599, 7909, 10235, 7775, 13562, 10039, 10679, 9494, 10313, 8932, 7944, 13190, 7588, 10176, 7991, 7844, 7736, 7621, 7847, 8017, 7924, 7921, 9869, 8071, 7969, 7531, 7448, 7752, 7833, 9768, 7783, 8041, 7855, 7332, 7623, 8390, 7865, 7745, 7430, 8055, 10923, 7649, 7903, 7668, 7848, 7597, 8116, 7814, 7829, 9434, 8014, 8161, 7652, 7597, 7600, 8070, 11376, 7769, 8438, 8001, 7751, 7973, 7836, 7565, 8121, 12166, 7729, 9269, 8282, 7694, 7801, 8126, 8497, 7804, 8087, 7924, 7487, 8070, 7604, 7810, 7649, 7523, 7936, 10075, 7790, 7673, 7934, 7650, 8001, 10809, 7611, 8985, 8058, 7398, 8047, 7607, 7905, 8341, 12557, 9082, 9715, 7718, 10103, 7799, 7980, 7565, 7752, 7734, 7929, 7976, 7690, 9709, 7887, 8733, 8178, 7616, 7922, 7857, 7754, 8032, 9595, 7693, 8479, 7781, 7529, 7784, 7578, 7910, 7673, 7357, 7985, 7450, 7710, 7750, 7678, 7547, 8110, 11514, 8430, 9365, 8529, 7568, 8098, 7782, 7481, 7949, 14332, 8475, 12337, 9342, 9222, 7758, 8975, 7874, 7811, 8136, 8326, 7926, 7696, 9041, 7678, 7744, 7902, 7615, 7799, 8082, 7755, 7920, 10639, 7781, 7990, 7964, 7657, 7790, 8035, 7697, 7760, 8432, 7635, 8108, 7551, 7472, 7756, 7470, 7914, 11899, 9439, 9325, 8153, 7476, 8128, 7466, 8108, 7959, 7553, 7867, 8494, 8101, 7653, 7924, 11394, 7942, 9106, 7652, 8370, 7566, 8137, 7863, 7785, 9951, 7814, 7859, 7584, 8298, 7640, 7926, 7789, 7680, 7612, 7692, 7631, 7406, 7955, 7919, 7776, 9929, 7702, 8026, 8168, 7402, 7913, 7390, 7886, 7624, 7343, 8886, 7655, 7578, 7517, 8002, 14483, 10464, 11709, 7642, 7877, 7635, 7963, 8198, 8295, 7479, 7706, 8595, 7692, 7690, 7705, 8338, 7508, 7466, 7427, 7921, 8357, 7532, 8202, 7837, 7338, 7740, 7509, 7614, 7495, 7357, 7498, 7314, 7460, 7374, 7629, 7223, 7887, 12661, 9542, 11512, 7531, 11356, 7908, 10147, 8865, 9207, 7936, 7803, 8157, 7651, 8270, 7333, 8036, 8014, 7879, 9916, 7913, 9328, 7697, 8979, 7820, 9527, 8191, 8793, 7742, 7828, 7476, 7931, 11003, 7607, 8442, 7594, 7994, 7681, 8084, 7465, 7899, 7731, 7653, 7646, 7618, 8060, 7506, 8083, 7659, 7374, 7982, 8056, 7557, 7860, 11181, 8205, 11398, 8891, 9245, 7643, 7957, 7484, 7882, 9081, 7605, 8411, 7388, 8091, 7594, 8035, 7679, 7509, 8163, 7477, 7319, 7513, 7428, 7658, 9349, 7790, 12100, 10058, 9400, 7545, 7624, 12213, 7550, 14338, 11114, 10004, 7490, 7867, 7556, 7681, 11815, 7860, 8491, 7417, 8282, 7559, 7870, 7529, 7774, 8547, 7456, 7428, 7390, 7594, 7575, 7594, 7358, 7935, 7413, 7702, 7567, 7548, 8624, 7902, 9544, 7635, 8356, 7508, 7915, 7677, 8067, 13307, 7503, 8986, 7411, 8030, 7469, 7760, 7424, 7768, 8090, 7776, 11528, 7519, 7952, 7789, 7701, 8036, 7602, 9861, 7368, 7551, 7566, 7606, 7448, 7603, 7411, 7588, 7288, 7687, 10596, 7606, 8949, 7933, 7434, 7811, 7434, 7502, 7613, 7492, 8206, 7628, 7572, 8407, 7469, 7574, 7713, 7641, 7309, 7379, 7468, 7646, 7531, 7417, 7970, 7932, 7949, 9724, 8862, 7912, 14057, 7461, 11299, 7680, 8083, 7492, 7853, 8941, 7659, 7505, 7665, 10131, 7508, 9811, 7540, 7928, 7613, 7716, 7473, 7710, 7454, 8073, 8480, 7594, 7376, 7595, 7654, 7817, 9452, 7731, 8766, 8153, 7513, 7742, 7847, 7493, 7697, 10953, 7938, 7433, 7761, 7349, 7869, 11024, 7838, 8586, 7637, 7816, 7741, 9151, 7712, 9605, 7996, 8475, 7811, 7889, 7661, 7809, 13013, 7807, 9510, 7471, 8068, 7637, 7614, 8009, 7376, 8111, 7361, 7957, 7777, 7414, 7942, 7333, 7566, 7614, 7932, 7408, 7755, 14200, 9099, 10355, 7758, 7673, 7673, 8027, 7850, 8102, 8138, 7514, 7497, 7546, 8105, 7706, 8217, 7969, 7803, 7813, 7466, 8028, 7700, 8208, 8912, 7548, 7952, 9312, 7665, 10777, 7955, 7469, 7516, 7595, 7777, 7602, 7844, 9502, 8030, 8823, 7707, 7403, 7604, 7412, 7879, 13318, 9046, 10493, 7779, 10918, 7625, 10916, 7673, 8785, 8182, 7612, 7692, 7788, 7579, 7828, 12689, 7601, 8686, 7946, 7933, 7633, 8045, 7495, 7633, 7660, 8082, 11300, 7655, 9554, 7738, 8039, 7591, 8137, 7612, 7866, 10659, 7881, 9424, 8389, 7168, 7561, 8023, 7166, 7930, 9159, 7851, 11956, 9889, 8259, 15443, 7799, 9849, 8337, 8153, 11842, 7937, 10339, 7560, 9305, 7660, 8132, 7679, 7898, 7543, 7533, 7836, 7376, 8053, 7483, 8007, 7746, 8055, 8096, 8035, 7549, 8026, 8343, 7757, 9461, 7601, 7893, 9815, 7906, 11392, 7821, 9211, 7572, 7764, 7587, 7618, 7520, 7771, 7421, 7828, 9976, 7649, 8493, 7785, 7563, 7471, 7400, 7515, 7540, 7646, 7778, 7593, 8034, 12138, 7829, 10378, 7609, 9918, 7675, 8941, 8070, 9891, 8104, 9255, 7835, 7797, 7696, 10809, 8850, 8685, 8685, 7797, 12652, 7637, 7952, 7586, 7567, 7514, 7938, 7713, 7883, 9751, 7569, 8074, 7740, 7638, 7493, 8184, 8209, 7634, 8487, 7830, 7559, 7486, 7712, 7610, 7988, 8424, 7795, 9408, 7984, 7583, 7479, 7709, 7539, 7978, 10374, 7655, 8109, 7696, 7542, 7834, 7494, 7853, 11500, 8926, 8173, 7402, 7438, 7521, 7872, 13181, 7667, 10038, 7742, 7649, 7568, 7999, 11208, 7878, 9252, 7808, 7525, 7603, 7777, 7673, 8011, 12681, 7621, 7917, 7794, 7602, 7667, 7808, 7670, 7491, 7547, 7798, 7687, 7743, 11064, 7722, 7901, 7371, 7978, 7650, 7788, 7419, 7712, 7599, 8122, 7546, 8116, 7491, 8008, 11308, 7816, 12316, 8766, 7679, 7629, 7882, 14436, 7848, 9729, 7857, 7753, 7678, 7936, 7555, 7923, 9138, 7843, 7859, 7689, 7689, 7864, 7733, 7460, 8041, 10445, 8048, 9548, 7648, 8909, 7594, 7788, 9834, 8070, 9426, 7839, 8664, 7672, 8002, 7362, 8067, 9408, 7645, 9485, 7630, 8743, 7448, 8089, 9681, 7932, 9539, 7569, 8546, 7692, 7975, 7558, 8214, 12352, 7632, 10091, 7652, 8852, 7706, 7882, 7396, 7865, 7540, 7770, 7613, 8203, 13442, 7785, 12140, 8854, 8835, 7851, 8682, 7793, 7959, 7501, 8061, 13300, 7816, 11523, 7583, 7627, 7724, 7801, 7518, 7654, 7671, 7516, 7973, 7512, 7922, 7952, 7971, 7615, 7760, 7547, 7870, 7635, 10112, 13220, 11342, 14485, 10726, 10306, 7819, 9070, 7986, 8647, 8155, 7773, 8161, 7378, 8034, 8136, 7845, 7777, 7781, 7809, 7604, 7798, 7669, 7992, 7830, 8127, 7702, 7846, 7662, 8044, 7863, 8030, 11740, 7825, 7909, 7882, 7735, 7651, 8119, 7761, 8213, 9514, 7826, 8210, 7901, 8144, 7691, 8331, 9671, 7934, 10189, 7885, 8637, 7969, 7883, 7965, 8999, 8289, 8252, 7704, 8196, 11616, 8088, 12122, 9156, 9073, 7977, 7968, 7799, 7864, 7731, 8475, 7688, 8198, 7535, 8021, 9743, 7889, 8132, 7586, 8247, 7677, 8050, 10106, 7729, 8050, 7876, 7732, 7661, 8010, 7528, 8003, 10403, 7774, 9265, 8632, 7742, 7726, 7799, 7441, 8169, 9052, 7866, 9800, 7599, 8989, 7660, 8641, 7656], 'WindowCenter': [4413.0, 4409.0, 4404.0, 4383.0, 4369.0, 4359.0, 4356.0, 4358.0, 4346.0, 4357.0, 4346.0, 4369.0, 4357.0, 4367.0, 4368.0, 4357.0, 4358.0, 4347.0, 4368.0, 4369.0, 4379.0, 4371.0, 4368.0, 4369.0, 4357.0, 4399.0, 4356.0, 4358.0, 4367.0, 4366.0, 4355.0, 4375.0, 4355.0, 4356.0, 4357.0, 4344.0, 4356.0, 4356.0, 4357.0, 4369.0, 4368.0, 4368.0, 4387.0, 4357.0, 4396.0, 4355.0, 4364.0, 4355.0, 4355.0, 4345.0, 4356.0, 4343.0, 4356.0, 4343.0, 4355.0, 4355.0, 4368.0, 4376.0, 4357.0, 4365.0, 4356.0, 4354.0, 4355.0, 4346.0, 4356.0, 4355.0, 4344.0, 4355.0, 4344.0, 4356.0, 4355.0, 4356.0, 4356.0, 4356.0, 4357.0, 4357.0, 4356.0, 4369.0, 4370.0, 4383.0, 4391.0, 4371.0, 4381.0, 4359.0, 4369.0, 4370.0, 4371.0, 4400.0, 4371.0, 4420.0, 4389.0, 4389.0, 4376.0, 4388.0, 4366.0, 4357.0, 4396.0, 4356.0, 4375.0, 4355.0, 4354.0, 4345.0, 4344.0, 4355.0, 4356.0, 4354.0, 4356.0, 4375.0, 4355.0, 4355.0, 4346.0, 4346.0, 4344.0, 4358.0, 4375.0, 4356.0, 4355.0, 4357.0, 4346.0, 4358.0, 4367.0, 4357.0, 4356.0, 4345.0, 4357.0, 4386.0, 4356.0, 4358.0, 4356.0, 4356.0, 4345.0, 4358.0, 4345.0, 4356.0, 4374.0, 4356.0, 4355.0, 4345.0, 4346.0, 4345.0, 4357.0, 4385.0, 4356.0, 4354.0, 4355.0, 4344.0, 4356.0, 4356.0, 4356.0, 4367.0, 4396.0, 4356.0, 4364.0, 4356.0, 4345.0, 4344.0, 4356.0, 4365.0, 4356.0, 4354.0, 4355.0, 4345.0, 4366.0, 4357.0, 4358.0, 4358.0, 4356.0, 4367.0, 4375.0, 4357.0, 4356.0, 4368.0, 4357.0, 4369.0, 4398.0, 4358.0, 4367.0, 4356.0, 4346.0, 4357.0, 4357.0, 4367.0, 4369.0, 4395.0, 4367.0, 4363.0, 4345.0, 4374.0, 4346.0, 4355.0, 4344.0, 4344.0, 4343.0, 4354.0, 4353.0, 4355.0, 4374.0, 4355.0, 4354.0, 4354.0, 4343.0, 4354.0, 4355.0, 4354.0, 4355.0, 4363.0, 4356.0, 4353.0, 4355.0, 4344.0, 4356.0, 4355.0, 4368.0, 4368.0, 4346.0, 4368.0, 4357.0, 4357.0, 4368.0, 4369.0, 4369.0, 4370.0, 4398.0, 4380.0, 4378.0, 4368.0, 4358.0, 4358.0, 4357.0, 4357.0, 4368.0, 4416.0, 4356.0, 4394.0, 4366.0, 4364.0, 4355.0, 4366.0, 4356.0, 4355.0, 4353.0, 4354.0, 4342.0, 4344.0, 4363.0, 4344.0, 4343.0, 4354.0, 4344.0, 4344.0, 4355.0, 4343.0, 4355.0, 4374.0, 4344.0, 4343.0, 4343.0, 4344.0, 4344.0, 4357.0, 4343.0, 4356.0, 4354.0, 4356.0, 4355.0, 4357.0, 4356.0, 4369.0, 4358.0, 4379.0, 4409.0, 4378.0, 4376.0, 4357.0, 4345.0, 4357.0, 4345.0, 4369.0, 4367.0, 4358.0, 4357.0, 4366.0, 4356.0, 4346.0, 4357.0, 4386.0, 4356.0, 4366.0, 4345.0, 4355.0, 4344.0, 4356.0, 4354.0, 4355.0, 4374.0, 4355.0, 4354.0, 4355.0, 4355.0, 4344.0, 4366.0, 4355.0, 4357.0, 4358.0, 4356.0, 4356.0, 4346.0, 4366.0, 4356.0, 4357.0, 4376.0, 4357.0, 4357.0, 4366.0, 4357.0, 4368.0, 4358.0, 4368.0, 4358.0, 4357.0, 4377.0, 4357.0, 4358.0, 4357.0, 4369.0, 4416.0, 4387.0, 4385.0, 4356.0, 4355.0, 4345.0, 4356.0, 4354.0, 4355.0, 4344.0, 4355.0, 4365.0, 4355.0, 4355.0, 4355.0, 4367.0, 4344.0, 4344.0, 4345.0, 4368.0, 4366.0, 4357.0, 4366.0, 4357.0, 4346.0, 4357.0, 4357.0, 4357.0, 4357.0, 4346.0, 4358.0, 4356.0, 4359.0, 4357.0, 4369.0, 4358.0, 4369.0, 4408.0, 4378.0, 4386.0, 4357.0, 4386.0, 4357.0, 4374.0, 4364.0, 4363.0, 4354.0, 4344.0, 4355.0, 4354.0, 4366.0, 4345.0, 4357.0, 4356.0, 4367.0, 4376.0, 4356.0, 4364.0, 4345.0, 4363.0, 4345.0, 4364.0, 4354.0, 4354.0, 4343.0, 4344.0, 4333.0, 4355.0, 4373.0, 4343.0, 4342.0, 4345.0, 4343.0, 4343.0, 4353.0, 4343.0, 4353.0, 4341.0, 4343.0, 4342.0, 4345.0, 4353.0, 4346.0, 4355.0, 4357.0, 4345.0, 4368.0, 4357.0, 4357.0, 4358.0, 4386.0, 4357.0, 4385.0, 4367.0, 4365.0, 4347.0, 4355.0, 4345.0, 4368.0, 4365.0, 4358.0, 4357.0, 4358.0, 4367.0, 4369.0, 4368.0, 4369.0, 4359.0, 4368.0, 4358.0, 4358.0, 4360.0, 4360.0, 4373.0, 4391.0, 4371.0, 4411.0, 4390.0, 4378.0, 4358.0, 4358.0, 4397.0, 4347.0, 4406.0, 4387.0, 4364.0, 4334.0, 4355.0, 4344.0, 4356.0, 4384.0, 4355.0, 4354.0, 4345.0, 4353.0, 4345.0, 4356.0, 4345.0, 4345.0, 4354.0, 4346.0, 4344.0, 4346.0, 4356.0, 4356.0, 4356.0, 4345.0, 4357.0, 4346.0, 4357.0, 4357.0, 4368.0, 4367.0, 4358.0, 4377.0, 4357.0, 4356.0, 4347.0, 4357.0, 4346.0, 4357.0, 4395.0, 4347.0, 4366.0, 4346.0, 4356.0, 4347.0, 4357.0, 4357.0, 4357.0, 4356.0, 4356.0, 4386.0, 4346.0, 4355.0, 4356.0, 4345.0, 4344.0, 4345.0, 4364.0, 4345.0, 4345.0, 4346.0, 4356.0, 4345.0, 4346.0, 4345.0, 4357.0, 4346.0, 4359.0, 4388.0, 4358.0, 4366.0, 4356.0, 4346.0, 4358.0, 4357.0, 4359.0, 4369.0, 4357.0, 4369.0, 4357.0, 4358.0, 4367.0, 4348.0, 4358.0, 4357.0, 4357.0, 4346.0, 4347.0, 4347.0, 4357.0, 4369.0, 4358.0, 4369.0, 4369.0, 4371.0, 4391.0, 4379.0, 4359.0, 4408.0, 4348.0, 4386.0, 4357.0, 4356.0, 4346.0, 4356.0, 4365.0, 4345.0, 4344.0, 4346.0, 4375.0, 4346.0, 4374.0, 4345.0, 4344.0, 4344.0, 4344.0, 4345.0, 4356.0, 4345.0, 4355.0, 4354.0, 4345.0, 4345.0, 4357.0, 4357.0, 4370.0, 4389.0, 4369.0, 4368.0, 4368.0, 4346.0, 4358.0, 4369.0, 4347.0, 4358.0, 4386.0, 4357.0, 4345.0, 4358.0, 4344.0, 4357.0, 4385.0, 4357.0, 4365.0, 4357.0, 4356.0, 4358.0, 4377.0, 4358.0, 4377.0, 4357.0, 4356.0, 4347.0, 4356.0, 4356.0, 4357.0, 4395.0, 4345.0, 4364.0, 4345.0, 4355.0, 4346.0, 4345.0, 4356.0, 4345.0, 4356.0, 4346.0, 4357.0, 4357.0, 4358.0, 4368.0, 4358.0, 4359.0, 4357.0, 4368.0, 4347.0, 4359.0, 4407.0, 4367.0, 4375.0, 4346.0, 4345.0, 4345.0, 4357.0, 4356.0, 4357.0, 4345.0, 4347.0, 4345.0, 4357.0, 4356.0, 4359.0, 4367.0, 4369.0, 4357.0, 4359.0, 4356.0, 4368.0, 4358.0, 4368.0, 4366.0, 4346.0, 4358.0, 4367.0, 4357.0, 4386.0, 4357.0, 4347.0, 4357.0, 4358.0, 4370.0, 4370.0, 4371.0, 4389.0, 4370.0, 4367.0, 4359.0, 4347.0, 4359.0, 4348.0, 4370.0, 4407.0, 4368.0, 4375.0, 4357.0, 4385.0, 4356.0, 4386.0, 4356.0, 4366.0, 4355.0, 4345.0, 4356.0, 4356.0, 4344.0, 4347.0, 4395.0, 4356.0, 4355.0, 4356.0, 4355.0, 4357.0, 4357.0, 4345.0, 4356.0, 4344.0, 4356.0, 4386.0, 4357.0, 4377.0, 4346.0, 4357.0, 4346.0, 4357.0, 4346.0, 4369.0, 4387.0, 4359.0, 4377.0, 4368.0, 4348.0, 4359.0, 4371.0, 4361.0, 4384.0, 4392.0, 4381.0, 4412.0, 4390.0, 4370.0, 4419.0, 4358.0, 4377.0, 4356.0, 4357.0, 4384.0, 4355.0, 4373.0, 4345.0, 4363.0, 4345.0, 4343.0, 4345.0, 4347.0, 4344.0, 4343.0, 4345.0, 4345.0, 4356.0, 4346.0, 4357.0, 4357.0, 4358.0, 4358.0, 4369.0, 4359.0, 4370.0, 4369.0, 4359.0, 4390.0, 4357.0, 4359.0, 4378.0, 4359.0, 4387.0, 4357.0, 4366.0, 4357.0, 4345.0, 4347.0, 4357.0, 4344.0, 4346.0, 4345.0, 4357.0, 4375.0, 4346.0, 4366.0, 4358.0, 4356.0, 4347.0, 4346.0, 4359.0, 4358.0, 4359.0, 4370.0, 4359.0, 4370.0, 4399.0, 4359.0, 4387.0, 4358.0, 4388.0, 4370.0, 4379.0, 4371.0, 4389.0, 4371.0, 4378.0, 4371.0, 4359.0, 4371.0, 4400.0, 4379.0, 4369.0, 4357.0, 4358.0, 4397.0, 4357.0, 4357.0, 4357.0, 4357.0, 4347.0, 4358.0, 4346.0, 4359.0, 4376.0, 4359.0, 4357.0, 4357.0, 4357.0, 4347.0, 4368.0, 4356.0, 4359.0, 4369.0, 4358.0, 4357.0, 4347.0, 4358.0, 4357.0, 4358.0, 4367.0, 4359.0, 4377.0, 4358.0, 4357.0, 4347.0, 4358.0, 4357.0, 4368.0, 4387.0, 4359.0, 4369.0, 4359.0, 4369.0, 4371.0, 4360.0, 4382.0, 4411.0, 4381.0, 4369.0, 4359.0, 4360.0, 4359.0, 4371.0, 4409.0, 4359.0, 4388.0, 4359.0, 4358.0, 4357.0, 4358.0, 4387.0, 4368.0, 4377.0, 4358.0, 4357.0, 4358.0, 4358.0, 4358.0, 4369.0, 4408.0, 4358.0, 4357.0, 4358.0, 4358.0, 4358.0, 4357.0, 4369.0, 4359.0, 4358.0, 4370.0, 4358.0, 4360.0, 4398.0, 4359.0, 4357.0, 4346.0, 4357.0, 4357.0, 4358.0, 4359.0, 4370.0, 4369.0, 4370.0, 4358.0, 4369.0, 4359.0, 4371.0, 4399.0, 4359.0, 4398.0, 4368.0, 4347.0, 4356.0, 4357.0, 4406.0, 4357.0, 4376.0, 4345.0, 4345.0, 4345.0, 4357.0, 4345.0, 4358.0, 4376.0, 4357.0, 4356.0, 4358.0, 4357.0, 4358.0, 4360.0, 4359.0, 4369.0, 4387.0, 4358.0, 4377.0, 4358.0, 4379.0, 4357.0, 4358.0, 4375.0, 4357.0, 4366.0, 4357.0, 4356.0, 4357.0, 4357.0, 4348.0, 4369.0, 4377.0, 4358.0, 4377.0, 4358.0, 4378.0, 4359.0, 4382.0, 4388.0, 4369.0, 4379.0, 4371.0, 4378.0, 4371.0, 4371.0, 4371.0, 4382.0, 4409.0, 4359.0, 4389.0, 4371.0, 4379.0, 4371.0, 4370.0, 4359.0, 4369.0, 4358.0, 4359.0, 4358.0, 4369.0, 4408.0, 4358.0, 4396.0, 4367.0, 4366.0, 4368.0, 4367.0, 4358.0, 4356.0, 4346.0, 4358.0, 4406.0, 4357.0, 4385.0, 4356.0, 4346.0, 4357.0, 4357.0, 4346.0, 4356.0, 4357.0, 4357.0, 4369.0, 4359.0, 4372.0, 4369.0, 4372.0, 4360.0, 4372.0, 4373.0, 4373.0, 4372.0, 4404.0, 4411.0, 4401.0, 4419.0, 4389.0, 4377.0, 4358.0, 4366.0, 4358.0, 4366.0, 4357.0, 4346.0, 4357.0, 4347.0, 4358.0, 4357.0, 4369.0, 4357.0, 4357.0, 4346.0, 4346.0, 4346.0, 4346.0, 4357.0, 4346.0, 4357.0, 4346.0, 4357.0, 4357.0, 4369.0, 4357.0, 4369.0, 4398.0, 4357.0, 4355.0, 4357.0, 4356.0, 4357.0, 4369.0, 4357.0, 4368.0, 4376.0, 4358.0, 4356.0, 4358.0, 4358.0, 4358.0, 4369.0, 4376.0, 4357.0, 4376.0, 4357.0, 4366.0, 4358.0, 4357.0, 4358.0, 4377.0, 4369.0, 4370.0, 4369.0, 4380.0, 4399.0, 4369.0, 4398.0, 4378.0, 4367.0, 4369.0, 4368.0, 4358.0, 4369.0, 4358.0, 4369.0, 4358.0, 4369.0, 4357.0, 4369.0, 4388.0, 4369.0, 4368.0, 4358.0, 4368.0, 4357.0, 4358.0, 4377.0, 4359.0, 4357.0, 4357.0, 4357.0, 4358.0, 4367.0, 4358.0, 4370.0, 4388.0, 4360.0, 4377.0, 4369.0, 4357.0, 4369.0, 4368.0, 4359.0, 4381.0, 4379.0, 4370.0, 4390.0, 4372.0, 4380.0, 4371.0, 4381.0, 4371.0], 'WindowWidth': [9740.0, 9725.0, 9707.0, 9674.0, 9647.0, 9634.0, 9624.0, 9628.0, 9609.0, 9627.0, 9608.0, 9644.0, 9625.0, 9641.0, 9642.0, 9626.0, 9629.0, 9613.0, 9644.0, 9646.0, 9661.0, 9653.0, 9643.0, 9647.0, 9626.0, 9685.0, 9622.0, 9627.0, 9639.0, 9635.0, 9619.0, 9645.0, 9618.0, 9622.0, 9626.0, 9604.0, 9624.0, 9621.0, 9628.0, 9645.0, 9642.0, 9644.0, 9667.0, 9626.0, 9673.0, 9619.0, 9629.0, 9618.0, 9621.0, 9605.0, 9620.0, 9598.0, 9620.0, 9599.0, 9620.0, 9619.0, 9642.0, 9651.0, 9625.0, 9633.0, 9623.0, 9617.0, 9621.0, 9608.0, 9621.0, 9621.0, 9602.0, 9620.0, 9603.0, 9624.0, 9621.0, 9623.0, 9622.0, 9624.0, 9625.0, 9626.0, 9625.0, 9648.0, 9651.0, 9674.0, 9681.0, 9655.0, 9668.0, 9633.0, 9646.0, 9647.0, 9654.0, 9690.0, 9652.0, 9718.0, 9672.0, 9674.0, 9649.0, 9669.0, 9634.0, 9624.0, 9677.0, 9621.0, 9647.0, 9619.0, 9616.0, 9607.0, 9602.0, 9617.0, 9623.0, 9617.0, 9624.0, 9645.0, 9620.0, 9617.0, 9606.0, 9609.0, 9604.0, 9628.0, 9649.0, 9623.0, 9619.0, 9626.0, 9609.0, 9629.0, 9640.0, 9626.0, 9624.0, 9607.0, 9626.0, 9663.0, 9624.0, 9627.0, 9623.0, 9622.0, 9606.0, 9627.0, 9605.0, 9624.0, 9645.0, 9621.0, 9620.0, 9606.0, 9608.0, 9605.0, 9625.0, 9662.0, 9624.0, 9618.0, 9621.0, 9605.0, 9623.0, 9625.0, 9624.0, 9641.0, 9679.0, 9623.0, 9631.0, 9623.0, 9606.0, 9604.0, 9624.0, 9634.0, 9622.0, 9617.0, 9621.0, 9606.0, 9637.0, 9626.0, 9630.0, 9631.0, 9624.0, 9640.0, 9647.0, 9626.0, 9622.0, 9642.0, 9629.0, 9647.0, 9683.0, 9630.0, 9639.0, 9626.0, 9608.0, 9628.0, 9628.0, 9641.0, 9646.0, 9675.0, 9639.0, 9628.0, 9607.0, 9644.0, 9609.0, 9619.0, 9604.0, 9604.0, 9600.0, 9616.0, 9614.0, 9620.0, 9646.0, 9619.0, 9616.0, 9619.0, 9602.0, 9617.0, 9621.0, 9618.0, 9622.0, 9628.0, 9623.0, 9615.0, 9621.0, 9604.0, 9624.0, 9622.0, 9645.0, 9645.0, 9611.0, 9643.0, 9627.0, 9628.0, 9643.0, 9649.0, 9647.0, 9651.0, 9687.0, 9664.0, 9657.0, 9644.0, 9629.0, 9630.0, 9627.0, 9627.0, 9645.0, 9707.0, 9621.0, 9671.0, 9635.0, 9631.0, 9621.0, 9637.0, 9624.0, 9622.0, 9614.0, 9616.0, 9597.0, 9602.0, 9626.0, 9603.0, 9602.0, 9618.0, 9604.0, 9603.0, 9621.0, 9602.0, 9620.0, 9644.0, 9603.0, 9599.0, 9602.0, 9603.0, 9603.0, 9626.0, 9602.0, 9623.0, 9618.0, 9623.0, 9620.0, 9627.0, 9626.0, 9648.0, 9634.0, 9664.0, 9703.0, 9658.0, 9650.0, 9626.0, 9606.0, 9628.0, 9610.0, 9647.0, 9643.0, 9630.0, 9628.0, 9636.0, 9625.0, 9609.0, 9628.0, 9665.0, 9624.0, 9639.0, 9607.0, 9619.0, 9602.0, 9622.0, 9617.0, 9621.0, 9644.0, 9623.0, 9619.0, 9620.0, 9620.0, 9603.0, 9637.0, 9622.0, 9629.0, 9630.0, 9623.0, 9625.0, 9610.0, 9640.0, 9624.0, 9629.0, 9653.0, 9628.0, 9628.0, 9640.0, 9627.0, 9645.0, 9630.0, 9645.0, 9631.0, 9627.0, 9654.0, 9628.0, 9631.0, 9629.0, 9647.0, 9707.0, 9668.0, 9660.0, 9622.0, 9621.0, 9608.0, 9622.0, 9618.0, 9621.0, 9604.0, 9622.0, 9633.0, 9621.0, 9622.0, 9621.0, 9639.0, 9605.0, 9606.0, 9607.0, 9644.0, 9640.0, 9628.0, 9638.0, 9628.0, 9610.0, 9629.0, 9627.0, 9629.0, 9629.0, 9611.0, 9629.0, 9624.0, 9631.0, 9628.0, 9647.0, 9629.0, 9647.0, 9696.0, 9656.0, 9662.0, 9625.0, 9665.0, 9625.0, 9645.0, 9630.0, 9626.0, 9617.0, 9602.0, 9622.0, 9619.0, 9637.0, 9605.0, 9626.0, 9623.0, 9642.0, 9649.0, 9624.0, 9631.0, 9607.0, 9627.0, 9607.0, 9630.0, 9616.0, 9615.0, 9599.0, 9603.0, 9586.0, 9620.0, 9640.0, 9600.0, 9595.0, 9603.0, 9600.0, 9601.0, 9613.0, 9601.0, 9614.0, 9594.0, 9599.0, 9596.0, 9606.0, 9615.0, 9611.0, 9621.0, 9628.0, 9608.0, 9642.0, 9628.0, 9625.0, 9630.0, 9664.0, 9624.0, 9660.0, 9638.0, 9631.0, 9611.0, 9621.0, 9607.0, 9642.0, 9634.0, 9628.0, 9624.0, 9629.0, 9642.0, 9647.0, 9643.0, 9647.0, 9632.0, 9643.0, 9630.0, 9630.0, 9638.0, 9639.0, 9661.0, 9680.0, 9653.0, 9706.0, 9677.0, 9656.0, 9627.0, 9630.0, 9679.0, 9612.0, 9692.0, 9664.0, 9629.0, 9590.0, 9619.0, 9603.0, 9623.0, 9656.0, 9618.0, 9614.0, 9605.0, 9615.0, 9606.0, 9622.0, 9605.0, 9606.0, 9616.0, 9608.0, 9603.0, 9611.0, 9624.0, 9625.0, 9624.0, 9605.0, 9625.0, 9607.0, 9625.0, 9627.0, 9645.0, 9639.0, 9628.0, 9651.0, 9627.0, 9623.0, 9614.0, 9627.0, 9608.0, 9626.0, 9674.0, 9610.0, 9634.0, 9610.0, 9621.0, 9613.0, 9627.0, 9628.0, 9627.0, 9622.0, 9623.0, 9663.0, 9609.0, 9620.0, 9621.0, 9607.0, 9602.0, 9605.0, 9629.0, 9606.0, 9605.0, 9608.0, 9621.0, 9607.0, 9608.0, 9605.0, 9625.0, 9611.0, 9633.0, 9670.0, 9631.0, 9636.0, 9624.0, 9608.0, 9629.0, 9627.0, 9634.0, 9649.0, 9628.0, 9645.0, 9624.0, 9629.0, 9641.0, 9615.0, 9629.0, 9627.0, 9625.0, 9610.0, 9612.0, 9612.0, 9627.0, 9649.0, 9632.0, 9647.0, 9646.0, 9653.0, 9681.0, 9659.0, 9632.0, 9695.0, 9613.0, 9662.0, 9624.0, 9624.0, 9611.0, 9623.0, 9630.0, 9605.0, 9602.0, 9608.0, 9645.0, 9611.0, 9644.0, 9606.0, 9603.0, 9604.0, 9604.0, 9604.0, 9622.0, 9606.0, 9621.0, 9617.0, 9606.0, 9607.0, 9627.0, 9626.0, 9652.0, 9675.0, 9648.0, 9642.0, 9643.0, 9611.0, 9631.0, 9645.0, 9614.0, 9630.0, 9661.0, 9623.0, 9603.0, 9627.0, 9605.0, 9624.0, 9662.0, 9625.0, 9633.0, 9626.0, 9623.0, 9630.0, 9654.0, 9630.0, 9653.0, 9627.0, 9623.0, 9611.0, 9622.0, 9623.0, 9626.0, 9673.0, 9606.0, 9627.0, 9606.0, 9619.0, 9609.0, 9608.0, 9624.0, 9607.0, 9623.0, 9608.0, 9628.0, 9628.0, 9630.0, 9645.0, 9628.0, 9631.0, 9625.0, 9642.0, 9612.0, 9632.0, 9695.0, 9639.0, 9646.0, 9608.0, 9606.0, 9605.0, 9624.0, 9622.0, 9625.0, 9604.0, 9611.0, 9605.0, 9625.0, 9625.0, 9633.0, 9641.0, 9646.0, 9626.0, 9632.0, 9625.0, 9645.0, 9630.0, 9643.0, 9637.0, 9608.0, 9628.0, 9638.0, 9627.0, 9662.0, 9626.0, 9611.0, 9627.0, 9630.0, 9650.0, 9650.0, 9654.0, 9671.0, 9648.0, 9640.0, 9632.0, 9614.0, 9632.0, 9616.0, 9647.0, 9694.0, 9641.0, 9646.0, 9624.0, 9660.0, 9624.0, 9662.0, 9622.0, 9633.0, 9621.0, 9605.0, 9622.0, 9623.0, 9603.0, 9613.0, 9672.0, 9623.0, 9619.0, 9622.0, 9620.0, 9626.0, 9626.0, 9607.0, 9623.0, 9605.0, 9625.0, 9663.0, 9627.0, 9651.0, 9610.0, 9624.0, 9606.0, 9624.0, 9608.0, 9647.0, 9665.0, 9630.0, 9652.0, 9642.0, 9614.0, 9633.0, 9651.0, 9641.0, 9677.0, 9683.0, 9668.0, 9711.0, 9673.0, 9648.0, 9712.0, 9628.0, 9652.0, 9623.0, 9623.0, 9655.0, 9618.0, 9639.0, 9604.0, 9626.0, 9604.0, 9599.0, 9606.0, 9607.0, 9600.0, 9600.0, 9607.0, 9606.0, 9625.0, 9610.0, 9627.0, 9625.0, 9628.0, 9629.0, 9647.0, 9633.0, 9649.0, 9645.0, 9631.0, 9675.0, 9626.0, 9632.0, 9656.0, 9630.0, 9664.0, 9626.0, 9635.0, 9626.0, 9606.0, 9611.0, 9625.0, 9603.0, 9609.0, 9605.0, 9627.0, 9647.0, 9610.0, 9636.0, 9628.0, 9623.0, 9610.0, 9610.0, 9630.0, 9629.0, 9634.0, 9650.0, 9633.0, 9649.0, 9685.0, 9630.0, 9666.0, 9630.0, 9669.0, 9649.0, 9662.0, 9652.0, 9671.0, 9651.0, 9657.0, 9652.0, 9634.0, 9651.0, 9691.0, 9658.0, 9644.0, 9623.0, 9628.0, 9678.0, 9624.0, 9627.0, 9627.0, 9625.0, 9611.0, 9628.0, 9609.0, 9629.0, 9650.0, 9632.0, 9627.0, 9626.0, 9624.0, 9611.0, 9642.0, 9624.0, 9629.0, 9646.0, 9630.0, 9625.0, 9612.0, 9629.0, 9624.0, 9631.0, 9639.0, 9631.0, 9655.0, 9629.0, 9625.0, 9613.0, 9630.0, 9625.0, 9643.0, 9667.0, 9631.0, 9643.0, 9634.0, 9648.0, 9654.0, 9636.0, 9671.0, 9708.0, 9665.0, 9647.0, 9633.0, 9637.0, 9631.0, 9651.0, 9702.0, 9632.0, 9670.0, 9630.0, 9629.0, 9624.0, 9629.0, 9667.0, 9643.0, 9652.0, 9629.0, 9626.0, 9629.0, 9629.0, 9628.0, 9647.0, 9697.0, 9631.0, 9628.0, 9630.0, 9628.0, 9631.0, 9629.0, 9648.0, 9635.0, 9629.0, 9648.0, 9628.0, 9634.0, 9685.0, 9634.0, 9628.0, 9610.0, 9625.0, 9626.0, 9629.0, 9632.0, 9649.0, 9648.0, 9649.0, 9631.0, 9647.0, 9633.0, 9652.0, 9687.0, 9633.0, 9683.0, 9641.0, 9612.0, 9622.0, 9627.0, 9692.0, 9627.0, 9648.0, 9606.0, 9604.0, 9606.0, 9626.0, 9606.0, 9629.0, 9650.0, 9625.0, 9623.0, 9629.0, 9627.0, 9629.0, 9634.0, 9632.0, 9646.0, 9666.0, 9628.0, 9652.0, 9630.0, 9658.0, 9626.0, 9631.0, 9648.0, 9627.0, 9636.0, 9627.0, 9622.0, 9628.0, 9627.0, 9615.0, 9647.0, 9652.0, 9627.0, 9652.0, 9631.0, 9658.0, 9635.0, 9670.0, 9671.0, 9648.0, 9658.0, 9651.0, 9659.0, 9652.0, 9653.0, 9652.0, 9668.0, 9699.0, 9632.0, 9672.0, 9651.0, 9660.0, 9653.0, 9649.0, 9632.0, 9646.0, 9630.0, 9634.0, 9628.0, 9645.0, 9698.0, 9629.0, 9678.0, 9640.0, 9637.0, 9643.0, 9640.0, 9629.0, 9625.0, 9611.0, 9631.0, 9692.0, 9624.0, 9661.0, 9624.0, 9609.0, 9626.0, 9627.0, 9610.0, 9623.0, 9624.0, 9626.0, 9646.0, 9632.0, 9655.0, 9647.0, 9654.0, 9636.0, 9653.0, 9656.0, 9658.0, 9655.0, 9702.0, 9707.0, 9692.0, 9712.0, 9670.0, 9650.0, 9626.0, 9635.0, 9627.0, 9637.0, 9625.0, 9606.0, 9624.0, 9610.0, 9628.0, 9624.0, 9645.0, 9627.0, 9625.0, 9609.0, 9607.0, 9610.0, 9607.0, 9626.0, 9609.0, 9626.0, 9607.0, 9625.0, 9626.0, 9647.0, 9628.0, 9646.0, 9682.0, 9627.0, 9620.0, 9625.0, 9624.0, 9626.0, 9646.0, 9626.0, 9645.0, 9650.0, 9628.0, 9625.0, 9629.0, 9630.0, 9631.0, 9645.0, 9649.0, 9627.0, 9651.0, 9625.0, 9637.0, 9630.0, 9628.0, 9629.0, 9654.0, 9645.0, 9649.0, 9647.0, 9663.0, 9686.0, 9647.0, 9684.0, 9655.0, 9641.0, 9647.0, 9644.0, 9632.0, 9647.0, 9629.0, 9647.0, 9629.0, 9645.0, 9627.0, 9647.0, 9672.0, 9646.0, 9643.0, 9627.0, 9644.0, 9624.0, 9629.0, 9653.0, 9632.0, 9626.0, 9627.0, 9626.0, 9628.0, 9641.0, 9630.0, 9649.0, 9671.0, 9635.0, 9654.0, 9645.0, 9626.0, 9647.0, 9644.0, 9634.0, 9666.0, 9661.0, 9652.0, 9676.0, 9655.0, 9663.0, 9654.0, 9666.0, 9655.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.00028389598540145986</td></tr>
<tr><td colspan=3>aqi</td><td>0.016452726916058393</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.17944415358906</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2024971895890404</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9829918200273982</td></tr>
<tr><td colspan=3>efc</td><td>0.4465</td></tr>
<tr><td colspan=3>fber</td><td>8016.9023</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07529203450443574</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.09124087591240876</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.381796623479929</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2866817636630765</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6159266649041757</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.242781441872536</td></tr>
<tr><td colspan=3>gcor</td><td>0.0066948</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017130207270383835</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01784195378422737</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1096</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.861345937327556</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>26.5752</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5564</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.307</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310648.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>937.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>405.6341</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3502</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>570.7302</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3665.5194</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3882.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65896.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.3413</td></tr>
<tr><td colspan=3>tsnr</td><td>46.43651518737897</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>