<?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-0020_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-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_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-0020/figures/sub-0020_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_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-0020/ses-02/func/sub-0020_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>434904628eb54eb07e1333df9bb2b79d</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>12:28:31.787500</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_VE11C_LATEST_20160120</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.998759, -0.00450417, 0.0495964, -0.000697288, 0.994539, 0.104362]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0910156</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>[4149, -7764, -7256, 549, -116, -257, 92, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>946dcac5-33a7-4502-af98-4aee0094fab3||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679597854614258, -0.001870771637186408, 0.13444821536540985, 110.52700805664062], [0.01208436768501997, 2.6682755947113037, 0.28152215480804443, -95.46971893310547], [0.13306353986263275, -0.2799966335296631, 2.681915044784546, -64.48974609375], [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': ['122831.787500', '122832.247500', '122832.707500', '122833.167500', '122833.627500', '122834.087500', '122834.547500', '122835.007500', '122835.467500', '122835.927500', '122836.387500', '122836.847500', '122837.307500', '122837.767500', '122838.227500', '122838.687500', '122839.147500', '122839.607500', '122840.067500', '122840.527500', '122840.987500', '122841.447500', '122841.907500', '122842.367500', '122842.827500', '122843.287500', '122843.747500', '122844.207500', '122844.667500', '122845.127500', '122845.587500', '122846.047500', '122846.507500', '122846.967500', '122847.427500', '122847.887500', '122848.347500', '122848.807500', '122849.267500', '122849.727500', '122850.187500', '122850.647500', '122851.107500', '122851.567500', '122852.027500', '122852.487500', '122852.947500', '122853.407500', '122853.867500', '122854.327500', '122854.787500', '122855.247500', '122855.707500', '122856.167500', '122856.627500', '122857.087500', '122857.547500', '122858.007500', '122858.467500', '122858.927500', '122859.387500', '122859.847500', '122900.307500', '122900.767500', '122901.227500', '122901.687500', '122902.147500', '122902.607500', '122903.067500', '122903.527500', '122903.987500', '122904.447500', '122904.907500', '122905.367500', '122905.827500', '122906.287500', '122906.747500', '122907.207500', '122907.667500', '122908.127500', '122908.587500', '122909.047500', '122909.507500', '122909.967500', '122910.427500', '122910.887500', '122911.347500', '122911.807500', '122912.267500', '122912.727500', '122913.187500', '122913.647500', '122914.107500', '122914.567500', '122915.027500', '122915.487500', '122915.947500', '122916.407500', '122916.867500', '122917.327500', '122917.787500', '122918.247500', '122918.707500', '122919.167500', '122919.627500', '122920.087500', '122920.547500', '122921.007500', '122921.467500', '122921.927500', '122922.387500', '122922.847500', '122923.307500', '122923.767500', '122924.227500', '122924.687500', '122925.147500', '122925.607500', '122926.067500', '122926.527500', '122926.987500', '122927.447500', '122927.907500', '122928.367500', '122928.827500', '122929.287500', '122929.747500', '122930.207500', '122930.667500', '122931.127500', '122931.587500', '122932.047500', '122932.507500', '122932.967500', '122933.427500', '122933.887500', '122934.347500', '122934.807500', '122935.267500', '122935.727500', '122936.187500', '122936.647500', '122937.107500', '122937.567500', '122938.027500', '122938.487500', '122938.947500', '122939.407500', '122939.867500', '122940.327500', '122940.787500', '122941.247500', '122941.707500', '122942.167500', '122942.627500', '122943.087500', '122943.547500', '122944.007500', '122944.467500', '122944.927500', '122945.387500', '122945.847500', '122946.307500', '122946.767500', '122947.227500', '122947.687500', '122948.147500', '122948.607500', '122949.067500', '122949.527500', '122949.987500', '122950.447500', '122950.907500', '122951.367500', '122951.827500', '122952.287500', '122952.747500', '122953.207500', '122953.667500', '122954.127500', '122954.587500', '122955.047500', '122955.507500', '122955.967500', '122956.427500', '122956.887500', '122957.347500', '122957.807500', '122958.267500', '122958.727500', '122959.187500', '122959.647500', '123000.107500', '123000.567500', '123001.027500', '123001.487500', '123001.947500', '123002.407500', '123002.867500', '123003.327500', '123003.787500', '123004.247500', '123004.707500', '123005.167500', '123005.627500', '123006.087500', '123006.547500', '123007.007500', '123007.467500', '123007.927500', '123008.387500', '123008.847500', '123009.307500', '123009.767500', '123010.227500', '123010.687500', '123011.147500', '123011.607500', '123012.067500', '123012.527500', '123012.987500', '123013.447500', '123013.907500', '123014.367500', '123014.827500', '123015.287500', '123015.747500', '123016.207500', '123016.667500', '123017.127500', '123017.587500', '123018.047500', '123018.507500', '123018.967500', '123019.427500', '123019.887500', '123020.347500', '123020.807500', '123021.267500', '123021.727500', '123022.187500', '123022.647500', '123023.107500', '123023.567500', '123024.027500', '123024.487500', '123024.947500', '123025.407500', '123025.867500', '123026.327500', '123026.787500', '123027.247500', '123027.707500', '123028.167500', '123028.627500', '123029.087500', '123029.547500', '123030.007500', '123030.467500', '123030.927500', '123031.387500', '123031.847500', '123032.307500', '123032.767500', '123033.227500', '123033.687500', '123034.147500', '123034.607500', '123035.067500', '123035.527500', '123035.987500', '123036.447500', '123036.907500', '123037.367500', '123037.827500', '123038.287500', '123038.747500', '123039.207500', '123039.667500', '123040.127500', '123040.587500', '123041.047500', '123041.507500', '123041.967500', '123042.427500', '123042.887500', '123043.347500', '123043.807500', '123044.267500', '123044.727500', '123045.187500', '123045.647500', '123046.107500', '123046.567500', '123047.027500', '123047.487500', '123047.947500', '123048.407500', '123048.867500', '123049.327500', '123049.787500', '123050.247500', '123050.707500', '123051.167500', '123051.627500', '123052.087500', '123052.547500', '123053.007500', '123053.467500', '123053.927500', '123054.387500', '123054.847500', '123055.307500', '123055.767500', '123056.227500', '123056.687500', '123057.147500', '123057.607500', '123058.067500', '123058.527500', '123058.987500', '123059.447500', '123059.907500', '123100.367500', '123100.827500', '123101.287500', '123101.747500', '123102.207500', '123102.667500', '123103.127500', '123103.587500', '123104.047500', '123104.507500', '123104.967500', '123105.427500', '123105.887500', '123106.347500', '123106.807500', '123107.267500', '123107.727500', '123108.187500', '123108.647500', '123109.107500', '123109.567500', '123110.027500', '123110.487500', '123110.947500', '123111.407500', '123111.867500', '123112.327500', '123112.787500', '123113.247500', '123113.707500', '123114.167500', '123114.627500', '123115.087500', '123115.547500', '123116.007500', '123116.467500', '123116.927500', '123117.387500', '123117.847500', '123118.307500', '123118.767500', '123119.227500', '123119.687500', '123120.147500', '123120.607500', '123121.067500', '123121.527500', '123121.987500', '123122.447500', '123122.907500', '123123.367500', '123123.827500', '123124.287500', '123124.747500', '123125.207500', '123125.667500', '123126.127500', '123126.587500', '123127.047500', '123127.507500', '123127.967500', '123128.427500', '123128.887500', '123129.347500', '123129.807500', '123130.267500', '123130.727500', '123131.187500', '123131.647500', '123132.107500', '123132.567500', '123133.027500', '123133.487500', '123133.947500', '123134.407500', '123134.867500', '123135.327500', '123135.787500', '123136.247500', '123136.707500', '123137.167500', '123137.627500', '123138.087500', '123138.547500', '123139.007500', '123139.467500', '123139.927500', '123140.387500', '123140.847500', '123141.307500', '123141.767500', '123142.227500', '123142.687500', '123143.147500', '123143.607500', '123144.067500', '123144.527500', '123144.987500', '123145.447500', '123145.907500', '123146.367500', '123146.827500', '123147.287500', '123147.747500', '123148.207500', '123148.667500', '123149.127500', '123149.587500', '123150.047500', '123150.507500', '123150.967500', '123151.427500', '123151.887500', '123152.347500', '123152.807500', '123153.267500', '123153.727500', '123154.187500', '123154.647500', '123155.107500', '123155.567500', '123156.027500', '123156.487500', '123156.947500', '123157.407500', '123157.867500', '123158.327500', '123158.787500', '123159.247500', '123159.707500', '123200.167500', '123200.627500', '123201.087500', '123201.547500', '123202.007500', '123202.467500', '123202.927500', '123203.387500', '123203.847500', '123204.307500', '123204.767500', '123205.227500', '123205.687500', '123206.147500', '123206.607500', '123207.067500', '123207.527500', '123207.987500', '123208.447500', '123208.907500', '123209.367500', '123209.827500', '123210.287500', '123210.747500', '123211.207500', '123211.667500', '123212.127500', '123212.587500', '123213.047500', '123213.507500', '123213.967500', '123214.427500', '123214.887500', '123215.347500', '123215.807500', '123216.267500', '123216.727500', '123217.187500', '123217.647500', '123218.107500', '123218.567500', '123219.027500', '123219.487500', '123219.947500', '123220.407500', '123220.867500', '123221.327500', '123221.787500', '123222.247500', '123222.707500', '123223.167500', '123223.627500', '123224.087500', '123224.547500', '123225.007500', '123225.467500', '123225.927500', '123226.387500', '123226.847500', '123227.307500', '123227.767500', '123228.227500', '123228.687500', '123229.147500', '123229.607500', '123230.067500', '123230.527500', '123230.987500', '123231.447500', '123231.907500', '123232.367500', '123232.827500', '123233.287500', '123233.747500', '123234.207500', '123234.667500', '123235.127500', '123235.587500', '123236.047500', '123236.507500', '123236.967500', '123237.427500', '123237.887500', '123238.347500', '123238.807500', '123239.267500', '123239.727500', '123240.187500', '123240.647500', '123241.107500', '123241.567500', '123242.027500', '123242.487500', '123242.947500', '123243.407500', '123243.867500', '123244.327500', '123244.787500', '123245.247500', '123245.707500', '123246.167500', '123246.627500', '123247.087500', '123247.547500', '123248.007500', '123248.467500', '123248.927500', '123249.387500', '123249.847500', '123250.307500', '123250.767500', '123251.227500', '123251.687500', '123252.147500', '123252.607500', '123253.067500', '123253.527500', '123253.987500', '123254.447500', '123254.907500', '123255.367500', '123255.827500', '123256.287500', '123256.747500', '123257.207500', '123257.667500', '123258.127500', '123258.587500', '123259.047500', '123259.507500', '123259.967500', '123300.427500', '123300.887500', '123301.347500', '123301.807500', '123302.267500', '123302.727500', '123303.187500', '123303.647500', '123304.107500', '123304.567500', '123305.027500', '123305.487500', '123305.947500', '123306.407500', '123306.867500', '123307.327500', '123307.787500', '123308.247500', '123308.707500', '123309.167500', '123309.627500', '123310.087500', '123310.547500', '123311.007500', '123311.467500', '123311.927500', '123312.387500', '123312.847500', '123313.307500', '123313.767500', '123314.227500', '123314.687500', '123315.147500', '123315.607500', '123316.067500', '123316.527500', '123316.987500', '123317.447500', '123317.907500', '123318.367500', '123318.827500', '123319.287500', '123319.747500', '123320.207500', '123320.667500', '123321.127500', '123321.587500', '123322.047500', '123322.507500', '123322.967500', '123323.427500', '123323.887500', '123324.347500', '123324.807500', '123325.267500', '123325.727500', '123326.187500', '123326.647500', '123327.107500', '123327.567500', '123328.027500', '123328.487500', '123328.947500', '123329.407500', '123329.867500', '123330.327500', '123330.787500', '123331.247500', '123331.707500', '123332.167500', '123332.627500', '123333.087500', '123333.547500', '123334.007500', '123334.467500', '123334.927500', '123335.387500', '123335.847500', '123336.307500', '123336.767500', '123337.227500', '123337.687500', '123338.147500', '123338.607500', '123339.067500', '123339.527500', '123339.987500', '123340.447500', '123340.907500', '123341.367500', '123341.827500', '123342.287500', '123342.747500', '123343.207500', '123343.667500', '123344.127500', '123344.587500', '123345.047500', '123345.507500', '123345.967500', '123346.427500', '123346.887500', '123347.347500', '123347.807500', '123348.267500', '123348.727500', '123349.187500', '123349.647500', '123350.107500', '123350.567500', '123351.027500', '123351.487500', '123351.947500', '123352.407500', '123352.867500', '123353.327500', '123353.787500', '123354.247500', '123354.707500', '123355.167500', '123355.627500', '123356.087500', '123356.547500', '123357.007500', '123357.467500', '123357.927500', '123358.387500', '123358.847500', '123359.307500', '123359.767500', '123400.227500', '123400.687500', '123401.147500', '123401.607500', '123402.067500', '123402.527500', '123402.987500', '123403.447500', '123403.907500', '123404.367500', '123404.827500', '123405.287500', '123405.747500', '123406.207500', '123406.667500', '123407.127500', '123407.587500', '123408.047500', '123408.507500', '123408.967500', '123409.427500', '123409.887500', '123410.347500', '123410.807500', '123411.267500', '123411.727500', '123412.187500', '123412.647500', '123413.107500', '123413.567500', '123414.027500', '123414.487500', '123414.947500', '123415.407500', '123415.867500', '123416.327500', '123416.787500', '123417.247500', '123417.707500', '123418.167500', '123418.627500', '123419.087500', '123419.547500', '123420.007500', '123420.467500', '123420.927500', '123421.387500', '123421.847500', '123422.307500', '123422.767500', '123423.227500', '123423.687500', '123424.147500', '123424.607500', '123425.067500', '123425.527500', '123425.987500', '123426.447500', '123426.907500', '123427.367500', '123427.827500', '123428.287500', '123428.747500', '123429.207500', '123429.667500', '123430.127500', '123430.587500', '123431.047500', '123431.507500', '123431.967500', '123432.427500', '123432.887500', '123433.347500', '123433.807500', '123434.267500', '123434.727500', '123435.187500', '123435.647500', '123436.107500', '123436.567500', '123437.027500', '123437.487500', '123437.947500', '123438.407500', '123438.867500', '123439.327500', '123439.787500', '123440.247500', '123440.707500', '123441.167500', '123441.627500', '123442.087500', '123442.547500', '123443.007500', '123443.467500', '123443.927500', '123444.387500', '123444.847500', '123445.307500', '123445.767500', '123446.227500', '123446.687500', '123447.147500', '123447.607500', '123448.067500', '123448.527500', '123448.987500', '123449.447500', '123449.907500', '123450.367500', '123450.827500', '123451.287500', '123451.747500', '123452.207500', '123452.667500', '123453.127500', '123453.587500', '123454.047500', '123454.507500', '123454.967500', '123455.427500', '123455.887500', '123456.347500', '123456.807500', '123457.267500', '123457.727500', '123458.187500', '123458.647500', '123459.107500', '123459.567500', '123500.027500', '123500.487500', '123500.947500', '123501.407500', '123501.867500', '123502.327500', '123502.787500', '123503.247500', '123503.707500', '123504.167500', '123504.627500', '123505.087500', '123505.547500', '123506.007500', '123506.467500', '123506.927500', '123507.387500', '123507.847500', '123508.307500', '123508.767500', '123509.227500', '123509.687500', '123510.147500', '123510.607500', '123511.067500', '123511.527500', '123511.987500', '123512.447500', '123512.907500', '123513.367500', '123513.827500', '123514.287500', '123514.747500', '123515.207500', '123515.667500', '123516.127500', '123516.587500', '123517.047500', '123517.507500', '123517.967500', '123518.427500', '123518.887500', '123519.347500', '123519.807500', '123520.267500', '123520.727500', '123521.187500', '123521.647500', '123522.107500', '123522.567500', '123523.027500', '123523.487500', '123523.947500', '123524.407500', '123524.867500', '123525.327500', '123525.787500', '123526.247500', '123526.707500', '123527.167500', '123527.627500', '123528.087500', '123528.547500', '123529.007500', '123529.467500', '123529.927500', '123530.387500', '123530.847500', '123531.307500', '123531.767500', '123532.227500', '123532.687500', '123533.147500', '123533.607500', '123534.067500', '123534.527500', '123534.987500', '123535.447500', '123535.907500', '123536.367500', '123536.827500', '123537.287500', '123537.747500', '123538.207500', '123538.667500', '123539.127500', '123539.587500', '123540.047500', '123540.507500', '123540.967500', '123541.427500', '123541.887500', '123542.347500', '123542.807500', '123543.267500', '123543.727500', '123544.187500', '123544.647500', '123545.107500', '123545.567500', '123546.027500', '123546.487500', '123546.947500', '123547.407500', '123547.867500', '123548.327500', '123548.787500', '123549.247500', '123549.707500', '123550.167500', '123550.627500', '123551.087500', '123551.547500', '123552.007500', '123552.467500', '123552.927500', '123553.387500', '123553.847500', '123554.307500', '123554.767500', '123555.227500', '123555.687500', '123556.147500', '123556.607500', '123557.067500', '123557.527500', '123557.987500', '123558.447500', '123558.907500', '123559.367500', '123559.827500', '123600.287500', '123600.747500', '123601.207500', '123601.667500', '123602.127500', '123602.587500', '123603.047500', '123603.507500', '123603.967500', '123604.427500', '123604.887500', '123605.347500', '123605.807500', '123606.267500', '123606.727500', '123607.187500', '123607.647500', '123608.107500', '123608.567500', '123609.027500', '123609.487500', '123609.947500', '123610.407500', '123610.867500', '123611.327500', '123611.787500', '123612.247500', '123612.707500', '123613.167500', '123613.627500', '123614.087500', '123614.547500', '123615.007500', '123615.467500', '123615.927500', '123616.387500', '123616.847500', '123617.307500', '123617.767500', '123618.227500', '123618.687500', '123619.147500', '123619.607500', '123620.067500', '123620.527500', '123620.987500', '123621.447500', '123621.907500', '123622.367500', '123622.827500', '123623.287500', '123623.747500', '123624.207500', '123624.667500', '123625.127500', '123625.587500', '123626.047500', '123626.507500', '123626.967500', '123627.427500', '123627.887500', '123628.347500', '123628.807500', '123629.267500', '123629.727500', '123630.187500', '123630.647500', '123631.107500', '123631.567500', '123632.027500', '123632.487500', '123632.947500', '123633.407500', '123633.867500', '123634.327500', '123634.787500', '123635.247500', '123635.707500', '123636.167500', '123636.627500', '123637.087500', '123637.547500', '123638.007500', '123638.467500', '123638.927500', '123639.387500', '123639.847500', '123640.307500', '123640.767500', '123641.227500', '123641.687500', '123642.147500', '123642.607500', '123643.067500', '123643.527500', '123643.987500', '123644.447500', '123644.907500', '123645.367500', '123645.827500', '123646.287500', '123646.747500', '123647.207500', '123647.667500', '123648.127500', '123648.587500', '123649.047500', '123649.507500', '123649.967500', '123650.427500', '123650.887500', '123651.347500', '123651.807500', '123652.267500', '123652.727500', '123653.187500', '123653.647500', '123654.107500', '123654.567500', '123655.027500', '123655.487500', '123655.947500', '123656.407500'], 'ContentTime': ['122854.164000', '122854.168000', '122854.170000', '122854.173000', '122854.176000', '122854.179000', '122854.182000', '122854.185000', '122854.188000', '122854.190000', '122854.198000', '122854.201000', '122854.203000', '122854.206000', '122854.209000', '122854.212000', '122854.215000', '122854.217000', '122854.220000', '122854.223000', '122854.226000', '122854.229000', '122854.231000', '122854.234000', '122854.237000', '122854.240000', '122854.243000', '122854.246000', '122854.248000', '122854.251000', '122854.254000', '122854.257000', '122854.260000', '122854.262000', '122854.265000', '122854.268000', '122854.271000', '122854.274000', '122854.277000', '122854.280000', '122854.283000', '122854.285000', '122854.288000', '122854.298000', '122854.300000', '122854.303000', '122854.306000', '122914.130000', '122914.133000', '122914.136000', '122914.139000', '122914.141000', '122914.144000', '122914.147000', '122914.150000', '122914.153000', '122914.156000', '122914.158000', '122914.161000', '122914.164000', '122914.167000', '122914.170000', '122914.172000', '122914.175000', '122914.178000', '122914.181000', '122914.184000', '122914.186000', '122914.189000', '122914.192000', '122914.195000', '122914.198000', '122914.201000', '122914.203000', '122914.206000', '122914.209000', '122914.212000', '122914.215000', '122914.218000', '122914.220000', '122914.223000', '122914.226000', '122914.230000', '122914.233000', '122914.236000', '122914.239000', '122914.242000', '122914.244000', '122914.247000', '122914.250000', '122934.131000', '122934.134000', '122934.146000', '122934.149000', '122934.151000', '122934.154000', '122934.157000', '122934.160000', '122934.163000', '122934.166000', '122934.169000', '122934.172000', '122934.174000', '122934.177000', '122934.180000', '122934.183000', '122934.186000', '122934.189000', '122934.191000', '122934.194000', '122934.197000', '122934.200000', '122934.203000', '122934.206000', '122934.208000', '122934.211000', '122934.214000', '122934.217000', '122934.219000', '122934.222000', '122934.225000', '122934.228000', '122934.231000', '122934.234000', '122934.236000', '122934.239000', '122934.254000', '122934.257000', '122934.266000', '122934.269000', '122934.272000', '122934.274000', '122934.277000', '122934.280000', '122954.131000', '122954.134000', '122954.137000', '122954.140000', '122954.143000', '122954.145000', '122954.148000', '122954.151000', '122954.154000', '122954.157000', '122954.159000', '122954.162000', '122954.165000', '122954.168000', '122954.171000', '122954.173000', '122954.176000', '122954.179000', '122954.182000', '122954.185000', '122954.188000', '122954.191000', '122954.193000', '122954.196000', '122954.199000', '122954.202000', '122954.205000', '122954.213000', '122954.216000', '122954.218000', '122954.221000', '122954.224000', '122954.227000', '122954.230000', '122954.232000', '122954.235000', '122954.238000', '122954.241000', '122954.244000', '122954.246000', '122954.249000', '122954.252000', '122954.255000', '123014.131000', '123014.134000', '123014.137000', '123014.140000', '123014.142000', '123014.145000', '123014.148000', '123014.151000', '123014.154000', '123014.157000', '123014.187000', '123014.190000', '123014.193000', '123014.196000', '123014.199000', '123014.201000', '123014.204000', '123014.207000', '123014.210000', '123014.213000', '123014.216000', '123014.219000', '123014.221000', '123014.224000', '123014.227000', '123014.230000', '123014.233000', '123014.235000', '123014.238000', '123014.241000', '123014.244000', '123014.247000', '123014.250000', '123014.252000', '123014.255000', '123014.258000', '123014.261000', '123014.264000', '123014.267000', '123014.269000', '123014.272000', '123014.275000', '123014.278000', '123014.281000', '123034.130000', '123034.133000', '123034.136000', '123034.139000', '123034.142000', '123034.144000', '123034.147000', '123034.150000', '123034.153000', '123034.156000', '123034.158000', '123034.161000', '123034.164000', '123034.167000', '123034.170000', '123034.173000', '123034.175000', '123034.178000', '123034.181000', '123034.184000', '123034.187000', '123034.190000', '123034.192000', '123034.195000', '123034.198000', '123034.201000', '123034.204000', '123034.207000', '123034.209000', '123034.212000', '123034.215000', '123034.218000', '123034.221000', '123034.224000', '123034.226000', '123034.229000', '123034.232000', '123034.235000', '123034.238000', '123034.241000', '123034.243000', '123034.246000', '123034.249000', '123054.130000', '123054.133000', '123054.136000', '123054.138000', '123054.141000', '123054.144000', '123054.147000', '123054.150000', '123054.153000', '123054.156000', '123054.158000', '123054.161000', '123054.164000', '123054.167000', '123054.170000', '123054.172000', '123054.175000', '123054.178000', '123054.181000', '123054.184000', '123054.187000', '123054.189000', '123054.192000', '123054.195000', '123054.198000', '123054.201000', '123054.204000', '123054.206000', '123054.209000', '123054.212000', '123054.215000', '123054.218000', '123054.221000', '123054.223000', '123054.226000', '123054.229000', '123054.232000', '123054.235000', '123054.238000', '123054.240000', '123054.243000', '123054.246000', '123054.249000', '123054.252000', '123114.130000', '123114.133000', '123114.136000', '123114.139000', '123114.141000', '123114.144000', '123114.155000', '123114.158000', '123114.161000', '123114.164000', '123114.167000', '123114.170000', '123114.172000', '123114.175000', '123114.178000', '123114.181000', '123114.184000', '123114.187000', '123114.190000', '123114.193000', '123114.195000', '123114.198000', '123114.201000', '123114.204000', '123114.207000', '123114.209000', '123114.212000', '123114.215000', '123114.218000', '123114.221000', '123114.224000', '123114.227000', '123114.229000', '123114.232000', '123114.235000', '123114.238000', '123114.241000', '123114.243000', '123114.246000', '123114.249000', '123114.252000', '123114.255000', '123114.258000', '123134.130000', '123134.133000', '123134.151000', '123134.155000', '123134.158000', '123134.208000', '123134.212000', '123134.215000', '123134.218000', '123134.221000', '123134.224000', '123134.227000', '123134.230000', '123134.232000', '123134.235000', '123134.238000', '123134.241000', '123134.244000', '123134.247000', '123134.250000', '123134.253000', '123134.255000', '123134.258000', '123134.261000', '123134.264000', '123134.267000', '123134.270000', '123134.273000', '123134.276000', '123134.279000', '123134.281000', '123134.284000', '123134.287000', '123134.290000', '123134.293000', '123134.296000', '123134.299000', '123134.301000', '123134.304000', '123134.307000', '123134.310000', '123134.313000', '123134.316000', '123154.131000', '123154.134000', '123154.137000', '123154.140000', '123154.142000', '123154.145000', '123154.148000', '123154.151000', '123154.154000', '123154.157000', '123154.174000', '123154.177000', '123154.179000', '123154.182000', '123154.185000', '123154.188000', '123154.191000', '123154.194000', '123154.197000', '123154.199000', '123154.202000', '123154.205000', '123154.208000', '123154.211000', '123154.213000', '123154.216000', '123154.219000', '123154.222000', '123154.225000', '123154.228000', '123154.230000', '123154.233000', '123154.236000', '123154.239000', '123154.242000', '123154.245000', '123154.247000', '123154.250000', '123154.253000', '123154.256000', '123154.259000', '123154.261000', '123154.264000', '123154.267000', '123214.131000', '123214.134000', '123214.137000', '123214.140000', '123214.143000', '123214.145000', '123214.148000', '123214.152000', '123214.155000', '123214.158000', '123214.221000', '123214.224000', '123214.227000', '123214.229000', '123214.232000', '123214.235000', '123214.238000', '123214.241000', '123214.244000', '123214.247000', '123214.249000', '123214.252000', '123214.255000', '123214.258000', '123214.261000', '123214.263000', '123214.266000', '123214.269000', '123214.272000', '123214.275000', '123214.278000', '123214.281000', '123214.284000', '123214.286000', '123214.289000', '123214.292000', '123214.295000', '123214.298000', '123214.301000', '123214.303000', '123214.306000', '123214.309000', '123214.312000', '123234.131000', '123234.134000', '123234.137000', '123234.140000', '123234.142000', '123234.146000', '123234.148000', '123234.151000', '123234.154000', '123234.157000', '123234.196000', '123234.199000', '123234.202000', '123234.205000', '123234.207000', '123234.210000', '123234.213000', '123234.216000', '123234.219000', '123234.221000', '123234.224000', '123234.227000', '123234.230000', '123234.233000', '123234.236000', '123234.239000', '123234.241000', '123234.244000', '123234.247000', '123234.250000', '123234.253000', '123234.256000', '123234.258000', '123234.261000', '123234.264000', '123234.267000', '123234.270000', '123234.273000', '123234.275000', '123234.278000', '123234.281000', '123234.284000', '123234.287000', '123234.290000', '123254.130000', '123254.133000', '123254.136000', '123254.139000', '123254.142000', '123254.144000', '123254.147000', '123254.150000', '123254.153000', '123254.156000', '123254.190000', '123254.193000', '123254.195000', '123254.199000', '123254.201000', '123254.204000', '123254.207000', '123254.210000', '123254.213000', '123254.215000', '123254.218000', '123254.221000', '123254.224000', '123254.227000', '123254.229000', '123254.232000', '123254.235000', '123254.251000', '123254.254000', '123254.257000', '123254.260000', '123254.263000', '123254.265000', '123254.268000', '123254.271000', '123254.274000', '123254.277000', '123254.280000', '123254.283000', '123254.285000', '123254.288000', '123254.291000', '123254.313000', '123314.130000', '123314.133000', '123314.136000', '123314.139000', '123314.142000', '123314.144000', '123314.147000', '123314.150000', '123314.153000', '123314.156000', '123314.194000', '123314.197000', '123314.200000', '123314.203000', '123314.205000', '123314.208000', '123314.211000', '123314.214000', '123314.217000', '123314.219000', '123314.222000', '123314.225000', '123314.228000', '123314.231000', '123314.234000', '123314.236000', '123314.239000', '123314.242000', '123314.245000', '123314.248000', '123314.251000', '123314.253000', '123314.256000', '123314.259000', '123314.262000', '123314.265000', '123314.268000', '123314.270000', '123314.273000', '123314.276000', '123314.279000', '123314.282000', '123314.285000', '123314.287000', '123334.130000', '123334.133000', '123334.136000', '123334.139000', '123334.142000', '123334.144000', '123334.147000', '123334.150000', '123334.153000', '123334.156000', '123334.209000', '123334.212000', '123334.215000', '123334.218000', '123334.221000', '123334.223000', '123334.226000', '123334.229000', '123334.232000', '123334.235000', '123334.238000', '123334.241000', '123334.243000', '123334.246000', '123334.249000', '123334.252000', '123334.255000', '123334.257000', '123334.260000', '123334.263000', '123334.266000', '123334.269000', '123334.272000', '123334.274000', '123334.277000', '123334.280000', '123334.283000', '123334.286000', '123334.289000', '123334.291000', '123334.294000', '123334.297000', '123334.300000', '123354.131000', '123354.134000', '123354.137000', '123354.140000', '123354.143000', '123354.145000', '123354.148000', '123354.151000', '123354.154000', '123354.157000', '123354.212000', '123354.215000', '123354.218000', '123354.220000', '123354.223000', '123354.226000', '123354.229000', '123354.232000', '123354.234000', '123354.237000', '123354.240000', '123354.243000', '123354.246000', '123354.249000', '123354.252000', '123354.254000', '123354.257000', '123354.260000', '123354.263000', '123354.266000', '123354.269000', '123354.272000', '123354.274000', '123354.277000', '123354.280000', '123354.283000', '123354.286000', '123354.288000', '123354.291000', '123354.294000', '123354.297000', '123354.300000', '123354.303000', '123354.305000', '123414.131000', '123414.134000', '123414.137000', '123414.140000', '123414.144000', '123414.147000', '123414.150000', '123414.153000', '123414.155000', '123414.158000', '123414.161000', '123414.164000', '123414.167000', '123414.170000', '123414.173000', '123414.175000', '123414.178000', '123414.181000', '123414.184000', '123414.187000', '123414.190000', '123414.193000', '123414.195000', '123414.198000', '123414.202000', '123414.205000', '123414.208000', '123414.211000', '123414.214000', '123414.217000', '123414.220000', '123414.223000', '123414.226000', '123414.229000', '123414.231000', '123414.234000', '123414.237000', '123414.240000', '123414.255000', '123414.257000', '123414.260000', '123414.263000', '123414.266000', '123434.131000', '123434.134000', '123434.142000', '123434.145000', '123434.148000', '123434.150000', '123434.153000', '123434.156000', '123434.205000', '123434.207000', '123434.210000', '123434.213000', '123434.216000', '123434.219000', '123434.222000', '123434.225000', '123434.227000', '123434.230000', '123434.233000', '123434.236000', '123434.239000', '123434.242000', '123434.245000', '123434.247000', '123434.250000', '123434.253000', '123434.256000', '123434.259000', '123434.262000', '123434.265000', '123434.267000', '123434.270000', '123434.273000', '123434.276000', '123434.279000', '123434.282000', '123434.284000', '123434.287000', '123434.290000', '123434.293000', '123434.296000', '123434.299000', '123434.302000', '123434.304000', '123454.131000', '123454.134000', '123454.137000', '123454.140000', '123454.143000', '123454.145000', '123454.148000', '123454.151000', '123454.154000', '123454.157000', '123454.160000', '123454.163000', '123454.166000', '123454.168000', '123454.171000', '123454.174000', '123454.177000', '123454.180000', '123454.182000', '123454.185000', '123454.188000', '123454.191000', '123454.194000', '123454.197000', '123454.200000', '123454.202000', '123454.205000', '123454.208000', '123454.211000', '123454.214000', '123454.217000', '123454.219000', '123454.222000', '123454.225000', '123454.228000', '123454.231000', '123454.234000', '123454.237000', '123454.240000', '123454.243000', '123454.246000', '123454.248000', '123454.252000', '123514.130000', '123514.133000', '123514.136000', '123514.139000', '123514.142000', '123514.145000', '123514.147000', '123514.150000', '123514.153000', '123514.156000', '123514.201000', '123514.204000', '123514.207000', '123514.210000', '123514.212000', '123514.215000', '123514.218000', '123514.221000', '123514.224000', '123514.227000', '123514.229000', '123514.232000', '123514.235000', '123514.238000', '123514.241000', '123514.244000', '123514.247000', '123514.249000', '123514.252000', '123514.255000', '123514.258000', '123514.261000', '123514.264000', '123514.267000', '123514.269000', '123514.272000', '123514.275000', '123514.278000', '123514.281000', '123514.284000', '123514.287000', '123514.290000', '123514.292000', '123514.295000', '123534.130000', '123534.133000', '123534.136000', '123534.139000', '123534.141000', '123534.144000', '123534.147000', '123534.150000', '123534.153000', '123534.156000', '123534.238000', '123534.247000', '123534.250000', '123534.253000', '123534.256000', '123534.259000', '123534.261000', '123534.264000', '123534.267000', '123534.270000', '123534.273000', '123534.276000', '123534.279000', '123534.281000', '123534.284000', '123534.287000', '123534.290000', '123534.293000', '123534.296000', '123534.299000', '123534.302000', '123534.304000', '123534.307000', '123534.310000', '123534.313000', '123534.316000', '123534.319000', '123534.322000', '123534.324000', '123534.327000', '123534.330000', '123534.333000', '123534.336000', '123554.130000', '123554.133000', '123554.136000', '123554.138000', '123554.141000', '123554.144000', '123554.147000', '123554.150000', '123554.153000', '123554.156000', '123554.192000', '123554.195000', '123554.198000', '123554.201000', '123554.204000', '123554.206000', '123554.209000', '123554.212000', '123554.215000', '123554.218000', '123554.221000', '123554.224000', '123554.227000', '123554.229000', '123554.232000', '123554.235000', '123554.238000', '123554.241000', '123554.244000', '123554.247000', '123554.249000', '123554.252000', '123554.255000', '123554.258000', '123554.261000', '123554.263000', '123554.266000', '123554.269000', '123554.272000', '123554.275000', '123554.278000', '123554.281000', '123554.283000', '123554.286000', '123614.131000', '123614.134000', '123614.137000', '123614.140000', '123614.143000', '123614.146000', '123614.148000', '123614.151000', '123614.154000', '123614.157000', '123614.205000', '123614.207000', '123614.210000', '123614.213000', '123614.216000', '123614.219000', '123614.222000', '123614.224000', '123614.227000', '123614.230000', '123614.233000', '123614.236000', '123614.239000', '123614.242000', '123614.245000', '123614.247000', '123614.250000', '123614.253000', '123614.256000', '123614.259000', '123614.262000', '123614.265000', '123614.268000', '123614.271000', '123614.274000', '123614.276000', '123614.279000', '123614.282000', '123614.285000', '123614.288000', '123614.291000', '123614.294000', '123614.296000', '123634.131000', '123634.134000', '123634.137000', '123634.140000', '123634.143000', '123634.145000', '123634.148000', '123634.151000', '123634.154000', '123634.157000', '123634.160000', '123634.163000', '123634.166000', '123634.168000', '123634.171000', '123634.174000', '123634.177000', '123634.180000', '123634.183000', '123634.186000', '123634.188000', '123634.191000', '123634.194000', '123634.197000', '123634.200000', '123634.203000', '123634.205000', '123634.208000', '123634.211000', '123634.214000', '123634.217000', '123634.220000', '123634.222000', '123634.225000', '123634.228000', '123634.231000', '123634.234000', '123634.237000', '123634.239000', '123634.242000', '123634.245000', '123634.248000', '123634.251000', '123634.254000', '123654.131000', '123654.134000', '123654.137000', '123654.140000', '123654.143000', '123654.146000', '123654.148000', '123654.151000', '123654.154000', '123654.157000', '123654.202000', '123654.205000', '123654.208000', '123654.211000', '123654.213000', '123654.216000', '123654.220000', '123654.223000', '123654.226000', '123654.229000', '123654.232000', '123654.235000', '123654.237000', '123654.240000', '123654.243000', '123654.246000', '123654.249000', '123654.252000', '123654.254000', '123654.257000', '123654.260000', '123654.263000', '123654.266000', '123654.269000', '123654.272000', '123654.275000', '123654.278000', '123654.281000', '123654.283000', '123654.286000', '123654.289000', '123654.292000', '123654.296000', '123657.555000', '123657.559000', '123657.579000', '123657.583000', '123657.586000', '123657.589000', '123657.592000', '123657.595000'], 'InstanceCreationTime': ['122854.164000', '122854.168000', '122854.170000', '122854.173000', '122854.176000', '122854.179000', '122854.182000', '122854.185000', '122854.188000', '122854.190000', '122854.198000', '122854.201000', '122854.203000', '122854.206000', '122854.209000', '122854.212000', '122854.215000', '122854.217000', '122854.220000', '122854.223000', '122854.226000', '122854.229000', '122854.231000', '122854.234000', '122854.237000', '122854.240000', '122854.243000', '122854.246000', '122854.248000', '122854.251000', '122854.254000', '122854.257000', '122854.260000', '122854.262000', '122854.265000', '122854.268000', '122854.271000', '122854.274000', '122854.277000', '122854.280000', '122854.283000', '122854.285000', '122854.288000', '122854.298000', '122854.300000', '122854.303000', '122854.306000', '122914.130000', '122914.133000', '122914.136000', '122914.139000', '122914.141000', '122914.144000', '122914.147000', '122914.150000', '122914.153000', '122914.156000', '122914.158000', '122914.161000', '122914.164000', '122914.167000', '122914.170000', '122914.172000', '122914.175000', '122914.178000', '122914.181000', '122914.184000', '122914.186000', '122914.189000', '122914.192000', '122914.195000', '122914.198000', '122914.201000', '122914.203000', '122914.206000', '122914.209000', '122914.212000', '122914.215000', '122914.218000', '122914.220000', '122914.223000', '122914.226000', '122914.230000', '122914.233000', '122914.236000', '122914.239000', '122914.242000', '122914.244000', '122914.247000', '122914.250000', '122934.131000', '122934.134000', '122934.146000', '122934.149000', '122934.151000', '122934.154000', '122934.157000', '122934.160000', '122934.163000', '122934.166000', '122934.169000', '122934.172000', '122934.174000', '122934.177000', '122934.180000', '122934.183000', '122934.186000', '122934.189000', '122934.191000', '122934.194000', '122934.197000', '122934.200000', '122934.203000', '122934.206000', '122934.208000', '122934.211000', '122934.214000', '122934.217000', '122934.219000', '122934.222000', '122934.225000', '122934.228000', '122934.231000', '122934.234000', '122934.236000', '122934.239000', '122934.254000', '122934.257000', '122934.266000', '122934.269000', '122934.272000', '122934.274000', '122934.277000', '122934.280000', '122954.131000', '122954.134000', '122954.137000', '122954.140000', '122954.143000', '122954.145000', '122954.148000', '122954.151000', '122954.154000', '122954.157000', '122954.159000', '122954.162000', '122954.165000', '122954.168000', '122954.171000', '122954.173000', '122954.176000', '122954.179000', '122954.182000', '122954.185000', '122954.188000', '122954.191000', '122954.193000', '122954.196000', '122954.199000', '122954.202000', '122954.205000', '122954.213000', '122954.216000', '122954.218000', '122954.221000', '122954.224000', '122954.227000', '122954.230000', '122954.232000', '122954.235000', '122954.238000', '122954.241000', '122954.244000', '122954.246000', '122954.249000', '122954.252000', '122954.255000', '123014.131000', '123014.134000', '123014.137000', '123014.140000', '123014.142000', '123014.145000', '123014.148000', '123014.151000', '123014.154000', '123014.157000', '123014.187000', '123014.190000', '123014.193000', '123014.196000', '123014.199000', '123014.201000', '123014.204000', '123014.207000', '123014.210000', '123014.213000', '123014.216000', '123014.219000', '123014.221000', '123014.224000', '123014.227000', '123014.230000', '123014.233000', '123014.235000', '123014.238000', '123014.241000', '123014.244000', '123014.247000', '123014.250000', '123014.252000', '123014.255000', '123014.258000', '123014.261000', '123014.264000', '123014.267000', '123014.269000', '123014.272000', '123014.275000', '123014.278000', '123014.281000', '123034.130000', '123034.133000', '123034.136000', '123034.139000', '123034.142000', '123034.144000', '123034.147000', '123034.150000', '123034.153000', '123034.156000', '123034.158000', '123034.161000', '123034.164000', '123034.167000', '123034.170000', '123034.173000', '123034.175000', '123034.178000', '123034.181000', '123034.184000', '123034.187000', '123034.190000', '123034.192000', '123034.195000', '123034.198000', '123034.201000', '123034.204000', '123034.207000', '123034.209000', '123034.212000', '123034.215000', '123034.218000', '123034.221000', '123034.224000', '123034.226000', '123034.229000', '123034.232000', '123034.235000', '123034.238000', '123034.241000', '123034.243000', '123034.246000', '123034.249000', '123054.130000', '123054.133000', '123054.136000', '123054.138000', '123054.141000', '123054.144000', '123054.147000', '123054.150000', '123054.153000', '123054.156000', '123054.158000', '123054.161000', '123054.164000', '123054.167000', '123054.170000', '123054.172000', '123054.175000', '123054.178000', '123054.181000', '123054.184000', '123054.187000', '123054.189000', '123054.192000', '123054.195000', '123054.198000', '123054.201000', '123054.204000', '123054.206000', '123054.209000', '123054.212000', '123054.215000', '123054.218000', '123054.221000', '123054.223000', '123054.226000', '123054.229000', '123054.232000', '123054.235000', '123054.238000', '123054.240000', '123054.243000', '123054.246000', '123054.249000', '123054.252000', '123114.130000', '123114.133000', '123114.136000', '123114.139000', '123114.141000', '123114.144000', '123114.155000', '123114.158000', '123114.161000', '123114.164000', '123114.167000', '123114.170000', '123114.172000', '123114.175000', '123114.178000', '123114.181000', '123114.184000', '123114.187000', '123114.190000', '123114.193000', '123114.195000', '123114.198000', '123114.201000', '123114.204000', '123114.207000', '123114.209000', '123114.212000', '123114.215000', '123114.218000', '123114.221000', '123114.224000', '123114.227000', '123114.229000', '123114.232000', '123114.235000', '123114.238000', '123114.241000', '123114.243000', '123114.246000', '123114.249000', '123114.252000', '123114.255000', '123114.258000', '123134.130000', '123134.133000', '123134.151000', '123134.155000', '123134.158000', '123134.208000', '123134.212000', '123134.215000', '123134.218000', '123134.221000', '123134.224000', '123134.227000', '123134.230000', '123134.232000', '123134.235000', '123134.238000', '123134.241000', '123134.244000', '123134.247000', '123134.250000', '123134.253000', '123134.255000', '123134.258000', '123134.261000', '123134.264000', '123134.267000', '123134.270000', '123134.273000', '123134.276000', '123134.279000', '123134.281000', '123134.284000', '123134.287000', '123134.290000', '123134.293000', '123134.296000', '123134.299000', '123134.301000', '123134.304000', '123134.307000', '123134.310000', '123134.313000', '123134.316000', '123154.131000', '123154.134000', '123154.137000', '123154.140000', '123154.142000', '123154.145000', '123154.148000', '123154.151000', '123154.154000', '123154.157000', '123154.174000', '123154.177000', '123154.179000', '123154.182000', '123154.185000', '123154.188000', '123154.191000', '123154.194000', '123154.197000', '123154.199000', '123154.202000', '123154.205000', '123154.208000', '123154.211000', '123154.213000', '123154.216000', '123154.219000', '123154.222000', '123154.225000', '123154.228000', '123154.230000', '123154.233000', '123154.236000', '123154.239000', '123154.242000', '123154.245000', '123154.247000', '123154.250000', '123154.253000', '123154.256000', '123154.259000', '123154.261000', '123154.264000', '123154.267000', '123214.131000', '123214.134000', '123214.137000', '123214.140000', '123214.143000', '123214.145000', '123214.148000', '123214.152000', '123214.155000', '123214.158000', '123214.221000', '123214.224000', '123214.227000', '123214.229000', '123214.232000', '123214.235000', '123214.238000', '123214.241000', '123214.244000', '123214.247000', '123214.249000', '123214.252000', '123214.255000', '123214.258000', '123214.261000', '123214.263000', '123214.266000', '123214.269000', '123214.272000', '123214.275000', '123214.278000', '123214.281000', '123214.284000', '123214.286000', '123214.289000', '123214.292000', '123214.295000', '123214.298000', '123214.301000', '123214.303000', '123214.306000', '123214.309000', '123214.312000', '123234.131000', '123234.134000', '123234.137000', '123234.140000', '123234.142000', '123234.146000', '123234.148000', '123234.151000', '123234.154000', '123234.157000', '123234.196000', '123234.199000', '123234.202000', '123234.205000', '123234.207000', '123234.210000', '123234.213000', '123234.216000', '123234.219000', '123234.221000', '123234.224000', '123234.227000', '123234.230000', '123234.233000', '123234.236000', '123234.239000', '123234.241000', '123234.244000', '123234.247000', '123234.250000', '123234.253000', '123234.256000', '123234.258000', '123234.261000', '123234.264000', '123234.267000', '123234.270000', '123234.273000', '123234.275000', '123234.278000', '123234.281000', '123234.284000', '123234.287000', '123234.290000', '123254.130000', '123254.133000', '123254.136000', '123254.139000', '123254.142000', '123254.144000', '123254.147000', '123254.150000', '123254.153000', '123254.156000', '123254.190000', '123254.193000', '123254.195000', '123254.199000', '123254.201000', '123254.204000', '123254.207000', '123254.210000', '123254.213000', '123254.215000', '123254.218000', '123254.221000', '123254.224000', '123254.227000', '123254.229000', '123254.232000', '123254.235000', '123254.251000', '123254.254000', '123254.257000', '123254.260000', '123254.263000', '123254.265000', '123254.268000', '123254.271000', '123254.274000', '123254.277000', '123254.280000', '123254.283000', '123254.285000', '123254.288000', '123254.291000', '123254.313000', '123314.130000', '123314.133000', '123314.136000', '123314.139000', '123314.142000', '123314.144000', '123314.147000', '123314.150000', '123314.153000', '123314.156000', '123314.194000', '123314.197000', '123314.200000', '123314.203000', '123314.205000', '123314.208000', '123314.211000', '123314.214000', '123314.217000', '123314.219000', '123314.222000', '123314.225000', '123314.228000', '123314.231000', '123314.234000', '123314.236000', '123314.239000', '123314.242000', '123314.245000', '123314.248000', '123314.251000', '123314.253000', '123314.256000', '123314.259000', '123314.262000', '123314.265000', '123314.268000', '123314.270000', '123314.273000', '123314.276000', '123314.279000', '123314.282000', '123314.285000', '123314.287000', '123334.130000', '123334.133000', '123334.136000', '123334.139000', '123334.142000', '123334.144000', '123334.147000', '123334.150000', '123334.153000', '123334.156000', '123334.209000', '123334.212000', '123334.215000', '123334.218000', '123334.221000', '123334.223000', '123334.226000', '123334.229000', '123334.232000', '123334.235000', '123334.238000', '123334.241000', '123334.243000', '123334.246000', '123334.249000', '123334.252000', '123334.255000', '123334.257000', '123334.260000', '123334.263000', '123334.266000', '123334.269000', '123334.272000', '123334.274000', '123334.277000', '123334.280000', '123334.283000', '123334.286000', '123334.289000', '123334.291000', '123334.294000', '123334.297000', '123334.300000', '123354.131000', '123354.134000', '123354.137000', '123354.140000', '123354.143000', '123354.145000', '123354.148000', '123354.151000', '123354.154000', '123354.157000', '123354.212000', '123354.215000', '123354.218000', '123354.220000', '123354.223000', '123354.226000', '123354.229000', '123354.232000', '123354.234000', '123354.237000', '123354.240000', '123354.243000', '123354.246000', '123354.249000', '123354.252000', '123354.254000', '123354.257000', '123354.260000', '123354.263000', '123354.266000', '123354.269000', '123354.272000', '123354.274000', '123354.277000', '123354.280000', '123354.283000', '123354.286000', '123354.288000', '123354.291000', '123354.294000', '123354.297000', '123354.300000', '123354.303000', '123354.305000', '123414.131000', '123414.134000', '123414.137000', '123414.140000', '123414.144000', '123414.147000', '123414.150000', '123414.153000', '123414.155000', '123414.158000', '123414.161000', '123414.164000', '123414.167000', '123414.170000', '123414.173000', '123414.175000', '123414.178000', '123414.181000', '123414.184000', '123414.187000', '123414.190000', '123414.193000', '123414.195000', '123414.198000', '123414.202000', '123414.205000', '123414.208000', '123414.211000', '123414.214000', '123414.217000', '123414.220000', '123414.223000', '123414.226000', '123414.229000', '123414.231000', '123414.234000', '123414.237000', '123414.240000', '123414.255000', '123414.257000', '123414.260000', '123414.263000', '123414.266000', '123434.131000', '123434.134000', '123434.142000', '123434.145000', '123434.148000', '123434.150000', '123434.153000', '123434.156000', '123434.205000', '123434.207000', '123434.210000', '123434.213000', '123434.216000', '123434.219000', '123434.222000', '123434.225000', '123434.227000', '123434.230000', '123434.233000', '123434.236000', '123434.239000', '123434.242000', '123434.245000', '123434.247000', '123434.250000', '123434.253000', '123434.256000', '123434.259000', '123434.262000', '123434.265000', '123434.267000', '123434.270000', '123434.273000', '123434.276000', '123434.279000', '123434.282000', '123434.284000', '123434.287000', '123434.290000', '123434.293000', '123434.296000', '123434.299000', '123434.302000', '123434.304000', '123454.131000', '123454.134000', '123454.137000', '123454.140000', '123454.143000', '123454.145000', '123454.148000', '123454.151000', '123454.154000', '123454.157000', '123454.160000', '123454.163000', '123454.166000', '123454.168000', '123454.171000', '123454.174000', '123454.177000', '123454.180000', '123454.182000', '123454.185000', '123454.188000', '123454.191000', '123454.194000', '123454.197000', '123454.200000', '123454.202000', '123454.205000', '123454.208000', '123454.211000', '123454.214000', '123454.217000', '123454.219000', '123454.222000', '123454.225000', '123454.228000', '123454.231000', '123454.234000', '123454.237000', '123454.240000', '123454.243000', '123454.246000', '123454.248000', '123454.252000', '123514.130000', '123514.133000', '123514.136000', '123514.139000', '123514.142000', '123514.145000', '123514.147000', '123514.150000', '123514.153000', '123514.156000', '123514.201000', '123514.204000', '123514.207000', '123514.210000', '123514.212000', '123514.215000', '123514.218000', '123514.221000', '123514.224000', '123514.227000', '123514.229000', '123514.232000', '123514.235000', '123514.238000', '123514.241000', '123514.244000', '123514.247000', '123514.249000', '123514.252000', '123514.255000', '123514.258000', '123514.261000', '123514.264000', '123514.267000', '123514.269000', '123514.272000', '123514.275000', '123514.278000', '123514.281000', '123514.284000', '123514.287000', '123514.290000', '123514.292000', '123514.295000', '123534.130000', '123534.133000', '123534.136000', '123534.139000', '123534.141000', '123534.144000', '123534.147000', '123534.150000', '123534.153000', '123534.156000', '123534.238000', '123534.247000', '123534.250000', '123534.253000', '123534.256000', '123534.259000', '123534.261000', '123534.264000', '123534.267000', '123534.270000', '123534.273000', '123534.276000', '123534.279000', '123534.281000', '123534.284000', '123534.287000', '123534.290000', '123534.293000', '123534.296000', '123534.299000', '123534.302000', '123534.304000', '123534.307000', '123534.310000', '123534.313000', '123534.316000', '123534.319000', '123534.322000', '123534.324000', '123534.327000', '123534.330000', '123534.333000', '123534.336000', '123554.130000', '123554.133000', '123554.136000', '123554.138000', '123554.141000', '123554.144000', '123554.147000', '123554.150000', '123554.153000', '123554.156000', '123554.192000', '123554.195000', '123554.198000', '123554.201000', '123554.204000', '123554.206000', '123554.209000', '123554.212000', '123554.215000', '123554.218000', '123554.221000', '123554.224000', '123554.227000', '123554.229000', '123554.232000', '123554.235000', '123554.238000', '123554.241000', '123554.244000', '123554.247000', '123554.249000', '123554.252000', '123554.255000', '123554.258000', '123554.261000', '123554.263000', '123554.266000', '123554.269000', '123554.272000', '123554.275000', '123554.278000', '123554.281000', '123554.283000', '123554.286000', '123614.131000', '123614.134000', '123614.137000', '123614.140000', '123614.143000', '123614.146000', '123614.148000', '123614.151000', '123614.154000', '123614.157000', '123614.205000', '123614.207000', '123614.210000', '123614.213000', '123614.216000', '123614.219000', '123614.222000', '123614.224000', '123614.227000', '123614.230000', '123614.233000', '123614.236000', '123614.239000', '123614.242000', '123614.245000', '123614.247000', '123614.250000', '123614.253000', '123614.256000', '123614.259000', '123614.262000', '123614.265000', '123614.268000', '123614.271000', '123614.274000', '123614.276000', '123614.279000', '123614.282000', '123614.285000', '123614.288000', '123614.291000', '123614.294000', '123614.296000', '123634.131000', '123634.134000', '123634.137000', '123634.140000', '123634.143000', '123634.145000', '123634.148000', '123634.151000', '123634.154000', '123634.157000', '123634.160000', '123634.163000', '123634.166000', '123634.168000', '123634.171000', '123634.174000', '123634.177000', '123634.180000', '123634.183000', '123634.186000', '123634.188000', '123634.191000', '123634.194000', '123634.197000', '123634.200000', '123634.203000', '123634.205000', '123634.208000', '123634.211000', '123634.214000', '123634.217000', '123634.220000', '123634.222000', '123634.225000', '123634.228000', '123634.231000', '123634.234000', '123634.237000', '123634.239000', '123634.242000', '123634.245000', '123634.248000', '123634.251000', '123634.254000', '123654.131000', '123654.134000', '123654.137000', '123654.140000', '123654.143000', '123654.146000', '123654.148000', '123654.151000', '123654.154000', '123654.157000', '123654.202000', '123654.205000', '123654.208000', '123654.211000', '123654.213000', '123654.216000', '123654.220000', '123654.223000', '123654.226000', '123654.229000', '123654.232000', '123654.235000', '123654.237000', '123654.240000', '123654.243000', '123654.246000', '123654.249000', '123654.252000', '123654.254000', '123654.257000', '123654.260000', '123654.263000', '123654.266000', '123654.269000', '123654.272000', '123654.275000', '123654.278000', '123654.281000', '123654.283000', '123654.286000', '123654.289000', '123654.292000', '123654.296000', '123657.555000', '123657.559000', '123657.579000', '123657.583000', '123657.586000', '123657.589000', '123657.592000', '123657.595000'], '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': [10541, 13869, 10401, 12971, 10815, 12560, 10121, 10539, 10549, 9177, 13006, 9306, 9165, 8889, 11071, 8596, 10974, 8290, 11704, 7992, 9224, 8884, 8938, 15076, 8706, 11031, 8949, 9012, 8508, 9026, 8167, 9318, 8287, 9296, 8342, 8943, 8468, 9035, 8492, 8826, 8814, 8552, 12022, 8374, 10481, 8709, 9335, 8353, 9059, 8355, 8996, 8468, 8998, 8627, 8473, 9754, 8330, 10784, 8133, 9283, 8055, 9213, 8148, 9347, 8236, 9053, 8407, 9823, 8616, 8543, 16285, 11852, 11713, 8333, 8833, 8807, 8748, 9026, 8450, 8798, 8263, 15823, 8879, 9930, 8518, 9127, 8660, 9085, 11768, 10691, 8722, 8562, 16974, 8532, 14641, 17563, 11387, 14600, 8988, 8848, 12178, 8245, 9240, 8128, 8914, 8169, 9235, 14612, 8963, 9377, 15592, 8480, 10521, 16123, 10233, 13499, 8546, 9020, 11035, 8408, 11343, 9137, 8904, 13517, 8424, 9213, 8447, 8657, 8635, 8300, 10907, 8313, 9759, 8380, 9367, 8538, 9080, 16080, 11813, 10219, 8342, 8992, 14857, 8553, 9890, 8631, 9548, 8341, 9242, 8199, 8808, 13960, 8731, 9592, 8090, 9179, 8612, 9263, 8239, 8979, 8283, 8564, 8725, 8597, 14191, 8517, 9943, 8130, 9835, 8132, 9630, 8069, 9470, 8381, 9028, 8615, 8432, 13631, 8468, 10827, 8342, 7911, 8093, 8412, 7994, 13015, 8694, 15073, 11249, 12967, 10281, 14535, 10538, 14582, 16376, 12577, 12178, 9130, 9164, 16843, 10103, 14003, 9147, 9380, 8388, 9398, 8325, 9216, 8638, 9257, 8687, 9611, 8884, 10511, 8914, 10854, 9303, 11270, 13116, 11069, 8148, 9251, 7771, 9113, 8069, 8960, 8092, 8989, 7839, 9252, 7977, 9224, 11396, 9093, 15663, 11564, 12851, 9596, 12960, 8833, 13422, 13779, 11304, 15598, 9264, 13738, 8630, 9257, 14318, 8967, 10202, 8586, 9317, 8730, 9221, 8064, 8990, 8456, 8727, 10038, 8576, 10399, 8630, 9037, 8249, 9680, 8383, 9883, 8741, 9321, 8037, 9325, 7996, 10010, 8077, 9214, 8048, 9098, 8226, 8835, 17132, 8540, 12374, 8154, 9453, 7989, 9182, 8007, 9077, 7918, 8984, 8575, 8778, 16332, 11358, 13818, 8676, 9554, 8192, 8512, 13146, 8747, 10043, 8673, 16638, 10410, 15267, 9689, 12476, 8527, 12379, 9245, 15257, 11390, 15233, 8788, 12193, 9546, 9351, 17659, 9536, 11687, 8322, 9478, 8199, 9975, 8573, 9543, 8359, 9794, 8576, 10586, 8156, 9669, 8173, 9215, 17456, 8693, 15343, 9444, 10660, 8170, 9158, 8225, 9273, 8165, 9300, 8381, 8954, 8311, 9110, 18949, 10478, 15125, 8846, 12119, 9098, 11311, 8710, 10718, 8075, 9462, 7909, 11768, 7894, 9338, 8032, 9122, 17784, 9133, 10879, 8871, 9939, 8803, 10361, 8958, 9690, 8727, 9554, 8283, 9392, 8009, 9550, 8337, 9212, 14867, 9317, 10565, 9412, 9334, 7762, 9044, 10943, 8756, 10561, 9115, 9690, 8833, 9433, 8011, 9581, 7959, 9381, 7678, 9222, 18353, 8899, 14346, 11042, 11391, 8651, 10413, 8571, 10985, 9502, 10792, 8909, 9019, 7903, 8736, 17326, 10528, 12706, 8641, 8765, 8619, 9224, 8297, 8657, 8332, 8731, 8445, 8496, 13408, 8476, 8461, 8745, 9017, 8571, 13136, 8981, 8893, 8612, 15476, 9141, 14020, 10811, 14026, 8365, 9073, 8826, 8552, 11803, 8650, 8014, 8755, 7953, 8975, 7416, 8506, 7946, 8789, 14713, 9019, 11309, 9163, 8569, 8335, 8709, 8136, 10218, 8293, 13314, 9643, 15327, 12981, 16240, 14768, 16109, 11262, 16004, 13714, 16069, 8796, 12543, 8605, 9159, 8994, 8988, 9262, 8819, 8492, 8637, 8524, 8532, 9384, 8564, 9642, 8752, 9271, 8618, 9473, 8790, 9709, 8752, 8727, 8918, 9041, 8705, 10239, 8491, 10630, 8644, 11911, 8672, 14503, 9238, 14691, 8352, 10275, 8262, 10752, 15135, 11994, 12240, 8724, 16549, 8648, 14363, 9467, 10096, 7930, 8602, 12880, 8440, 9135, 8268, 8573, 8318, 8313, 8250, 9005, 8428, 10712, 17457, 13651, 14976, 12108, 13764, 8576, 9647, 15425, 10204, 16150, 10688, 12721, 8629, 9099, 11020, 8576, 10637, 8241, 9111, 8124, 8841, 8540, 8907, 9004, 8749, 8773, 8578, 15054, 9265, 14888, 9184, 11689, 8719, 8952, 9257, 9018, 9207, 12477, 8488, 8936, 9275, 8872, 17263, 12321, 13248, 8981, 10444, 8382, 8799, 8401, 8770, 9066, 8753, 10145, 8930, 9773, 8525, 8513, 8567, 8415, 8261, 8550, 8378, 8691, 8483, 8525, 15375, 11028, 9099, 15981, 8886, 9582, 8792, 8215, 10878, 8428, 8700, 8693, 8757, 9129, 8639, 9470, 8628, 13594, 10038, 12571, 8779, 14289, 16035, 13153, 13248, 10397, 8737, 16120, 8548, 10029, 11573, 8768, 8941, 8514, 9332, 8416, 12077, 8602, 10461, 8574, 10212, 18307, 9630, 15446, 9800, 8718, 8293, 8581, 14433, 9052, 16823, 9513, 12208, 8534, 12591, 8644, 14645, 8487, 9990, 16749, 12026, 14793, 9786, 9734, 8157, 8857, 9437, 8772, 13529, 8337, 9151, 8319, 8813, 12505, 8578, 11120, 8687, 9119, 8415, 8565, 9037, 8559, 8741, 8269, 9722, 8672, 11007, 8902, 8741, 16412, 11027, 11617, 8668, 9625, 8426, 11502, 8411, 8956, 10979, 8671, 15874, 11075, 11972, 8788, 9797, 8415, 9602, 8194, 9333, 8311, 9263, 9081, 8925, 16126, 9069, 12396, 8544, 9405, 8826, 9114, 14543, 8824, 10882, 8642, 9377, 8624, 9395, 8512, 9809, 8514, 9197, 8387, 9074, 14868, 8915, 14672, 10625, 11496, 8645, 8978, 8300, 8664, 12564, 8655, 8721, 8626, 11058, 8552, 12211, 8898, 11271, 8281, 8645, 14207, 8780, 14487, 8882, 10190, 8979, 9838, 8578, 10377, 18509, 11234, 13036, 8484, 9244, 13339, 8428, 10793, 8215, 8806, 8450, 8360, 8930, 8315, 11554, 9005, 9291, 8892, 8585, 8874, 9231, 16087, 10334, 9488, 8445, 8681, 16247, 12414, 14673, 9551, 9740, 8184, 8798, 17811, 11879, 15196, 8978, 12927, 9131, 10990, 8844, 10452, 8080, 9115, 8141, 8841, 8784, 9011, 9058, 8739, 15931, 8843, 14971, 10595, 12593, 8376, 10456, 8896, 9242, 8351, 9185, 8757, 8746, 9092, 9002, 10913, 8628, 10608, 8568, 11879, 9096, 9518, 9593, 8391, 9226, 8422, 9264, 7949, 9042, 15755, 10351, 12834, 11219, 13397, 13599, 11362, 14085, 9336, 16148, 9004, 12208, 17314, 11059, 15056, 9013, 10528, 9221, 9376, 8771, 9352, 8974, 8644, 9312, 9381, 10518, 9415, 9620, 12495, 9218, 15038, 10496, 12270, 9265, 9341, 8328, 9342, 8487, 9490, 8124, 9047, 8121, 9011, 8609, 9282, 8277, 8940, 8269, 8958, 15628, 10464, 12591, 8175, 9272, 15594, 9410, 13512, 13203, 9176, 12413, 9046, 9089, 8672, 8999, 8127, 9082, 8181, 8523, 8346, 8415, 16167, 10136, 16574, 13147, 15708, 11705, 11775, 17528, 11809, 12384, 15093, 9129, 13442, 8706, 11885, 8816, 11194, 8896, 10855, 8663, 9897, 8722, 10113, 9364, 9832, 8844, 9299, 8848, 9169, 8271, 9293, 8997, 9081, 15350, 8798, 9588, 12885, 8766, 9537, 8632, 9543, 8813, 9147, 8911, 9239, 8388, 8886, 9020, 8466, 14862, 8416, 8875, 18678, 8903, 10456, 9278, 9869, 8967, 9067, 9011, 9476, 9069, 11258, 9525, 8502, 18144, 13675, 14865, 9558, 14557, 18867, 14891, 16118, 11141, 12454, 9068, 9905, 16672, 11690, 9954, 8784, 19017, 8641, 14881, 11921, 10480, 9202, 8643, 11624, 8682, 9230, 8568, 8784, 8676, 8524, 9272, 8525, 11257, 8891, 13415, 8343, 10263, 16967, 8992, 15243, 13754, 10509, 16210, 8527, 10183, 8654, 8877, 8819, 9411, 8498, 9085, 8745, 8850, 17852, 12734, 10317, 14984, 9260, 9597, 8374, 8695, 17436, 8474, 11887, 8533, 9265, 8486, 8868, 8208, 9168, 8131, 9071, 8715, 8836, 18022, 12193, 10184, 18285, 12592, 10423, 8749, 9430, 7974, 10264, 8356, 9541, 15638, 8729, 18411, 13505, 10919, 16588, 8990, 9504, 8402, 9385, 8528, 9164, 8222, 9526, 8536, 9701, 8046, 9444, 8833, 11173, 14816, 11164, 19582, 8752, 15843, 11161], 'WindowCenter': [4376.0, 4380.0, 4348.0, 4355.0, 4334.0, 4342.0, 4309.0, 4309.0, 4306.0, 4299.0, 4336.0, 4297.0, 4296.0, 4299.0, 4331.0, 4303.0, 4330.0, 4300.0, 4340.0, 4288.0, 4309.0, 4297.0, 4297.0, 4347.0, 4297.0, 4329.0, 4300.0, 4299.0, 4302.0, 4312.0, 4303.0, 4322.0, 4313.0, 4322.0, 4302.0, 4323.0, 4314.0, 4326.0, 4326.0, 4327.0, 4323.0, 4326.0, 4355.0, 4317.0, 4345.0, 4326.0, 4335.0, 4316.0, 4326.0, 4316.0, 4337.0, 4328.0, 4338.0, 4327.0, 4329.0, 4337.0, 4328.0, 4357.0, 4329.0, 4338.0, 4330.0, 4340.0, 4329.0, 4349.0, 4330.0, 4340.0, 4331.0, 4361.0, 4339.0, 4340.0, 4400.0, 4368.0, 4357.0, 4316.0, 4326.0, 4337.0, 4328.0, 4336.0, 4327.0, 4326.0, 4327.0, 4388.0, 4338.0, 4346.0, 4327.0, 4336.0, 4328.0, 4339.0, 4358.0, 4347.0, 4325.0, 4327.0, 4384.0, 4325.0, 4377.0, 4383.0, 4343.0, 4362.0, 4311.0, 4312.0, 4350.0, 4312.0, 4321.0, 4314.0, 4324.0, 4315.0, 4337.0, 4375.0, 4325.0, 4326.0, 4374.0, 4313.0, 4332.0, 4371.0, 4331.0, 4350.0, 4310.0, 4311.0, 4330.0, 4303.0, 4343.0, 4311.0, 4311.0, 4362.0, 4300.0, 4310.0, 4300.0, 4312.0, 4311.0, 4314.0, 4343.0, 4315.0, 4334.0, 4313.0, 4323.0, 4312.0, 4324.0, 4375.0, 4354.0, 4333.0, 4300.0, 4311.0, 4360.0, 4312.0, 4321.0, 4312.0, 4321.0, 4313.0, 4324.0, 4313.0, 4325.0, 4375.0, 4316.0, 4334.0, 4315.0, 4335.0, 4325.0, 4337.0, 4315.0, 4328.0, 4326.0, 4327.0, 4326.0, 4338.0, 4387.0, 4328.0, 4346.0, 4318.0, 4347.0, 4329.0, 4348.0, 4318.0, 4339.0, 4326.0, 4337.0, 4326.0, 4329.0, 4390.0, 4342.0, 4371.0, 4330.0, 4327.0, 4343.0, 4341.0, 4332.0, 4390.0, 4342.0, 4401.0, 4372.0, 4380.0, 4360.0, 4391.0, 4346.0, 4378.0, 4376.0, 4353.0, 4342.0, 4310.0, 4308.0, 4370.0, 4320.0, 4349.0, 4308.0, 4307.0, 4288.0, 4309.0, 4298.0, 4321.0, 4311.0, 4322.0, 4313.0, 4335.0, 4325.0, 4344.0, 4323.0, 4331.0, 4323.0, 4345.0, 4364.0, 4344.0, 4300.0, 4311.0, 4292.0, 4312.0, 4301.0, 4312.0, 4303.0, 4323.0, 4305.0, 4336.0, 4318.0, 4338.0, 4357.0, 4338.0, 4389.0, 4357.0, 4364.0, 4323.0, 4351.0, 4300.0, 4351.0, 4350.0, 4329.0, 4349.0, 4297.0, 4338.0, 4286.0, 4296.0, 4334.0, 4284.0, 4304.0, 4286.0, 4296.0, 4298.0, 4311.0, 4300.0, 4312.0, 4301.0, 4313.0, 4331.0, 4325.0, 4344.0, 4325.0, 4324.0, 4315.0, 4334.0, 4326.0, 4346.0, 4327.0, 4336.0, 4317.0, 4335.0, 4316.0, 4349.0, 4318.0, 4338.0, 4317.0, 4338.0, 4327.0, 4340.0, 4398.0, 4328.0, 4366.0, 4317.0, 4336.0, 4316.0, 4338.0, 4329.0, 4339.0, 4329.0, 4340.0, 4341.0, 4342.0, 4401.0, 4369.0, 4389.0, 4327.0, 4337.0, 4326.0, 4338.0, 4377.0, 4338.0, 4359.0, 4366.0, 4422.0, 4370.0, 4400.0, 4363.0, 4366.0, 4326.0, 4365.0, 4338.0, 4388.0, 4357.0, 4386.0, 4314.0, 4355.0, 4321.0, 4322.0, 4383.0, 4322.0, 4343.0, 4313.0, 4323.0, 4316.0, 4334.0, 4328.0, 4336.0, 4317.0, 4335.0, 4328.0, 4349.0, 4317.0, 4336.0, 4316.0, 4336.0, 4395.0, 4325.0, 4385.0, 4336.0, 4344.0, 4313.0, 4334.0, 4326.0, 4335.0, 4314.0, 4338.0, 4326.0, 4335.0, 4314.0, 4326.0, 4419.0, 4358.0, 4384.0, 4324.0, 4352.0, 4323.0, 4343.0, 4313.0, 4344.0, 4303.0, 4333.0, 4302.0, 4352.0, 4300.0, 4322.0, 4300.0, 4321.0, 4382.0, 4322.0, 4331.0, 4312.0, 4322.0, 4322.0, 4332.0, 4324.0, 4333.0, 4313.0, 4324.0, 4313.0, 4324.0, 4302.0, 4323.0, 4301.0, 4323.0, 4372.0, 4321.0, 4332.0, 4310.0, 4321.0, 4289.0, 4311.0, 4330.0, 4312.0, 4343.0, 4325.0, 4333.0, 4325.0, 4334.0, 4315.0, 4335.0, 4314.0, 4335.0, 4303.0, 4335.0, 4394.0, 4324.0, 4373.0, 4344.0, 4353.0, 4313.0, 4332.0, 4325.0, 4344.0, 4334.0, 4344.0, 4337.0, 4340.0, 4314.0, 4329.0, 4386.0, 4345.0, 4353.0, 4314.0, 4313.0, 4314.0, 4324.0, 4315.0, 4314.0, 4315.0, 4326.0, 4312.0, 4324.0, 4365.0, 4318.0, 4315.0, 4327.0, 4324.0, 4327.0, 4365.0, 4327.0, 4325.0, 4327.0, 4376.0, 4327.0, 4377.0, 4346.0, 4364.0, 4304.0, 4312.0, 4311.0, 4313.0, 4353.0, 4327.0, 4317.0, 4329.0, 4316.0, 4326.0, 4307.0, 4328.0, 4317.0, 4340.0, 4389.0, 4326.0, 4347.0, 4325.0, 4324.0, 4314.0, 4315.0, 4315.0, 4336.0, 4315.0, 4365.0, 4326.0, 4375.0, 4356.0, 4375.0, 4364.0, 4360.0, 4330.0, 4361.0, 4340.0, 4349.0, 4288.0, 4325.0, 4286.0, 4296.0, 4297.0, 4299.0, 4310.0, 4310.0, 4301.0, 4302.0, 4312.0, 4313.0, 4323.0, 4327.0, 4336.0, 4328.0, 4338.0, 4339.0, 4337.0, 4329.0, 4349.0, 4340.0, 4340.0, 4351.0, 4340.0, 4341.0, 4362.0, 4342.0, 4362.0, 4341.0, 4370.0, 4341.0, 4392.0, 4339.0, 4390.0, 4318.0, 4347.0, 4315.0, 4357.0, 4377.0, 4357.0, 4355.0, 4317.0, 4386.0, 4315.0, 4376.0, 4324.0, 4334.0, 4303.0, 4314.0, 4353.0, 4301.0, 4323.0, 4314.0, 4327.0, 4316.0, 4327.0, 4328.0, 4328.0, 4317.0, 4348.0, 4397.0, 4377.0, 4375.0, 4355.0, 4363.0, 4301.0, 4322.0, 4361.0, 4334.0, 4362.0, 4334.0, 4340.0, 4301.0, 4338.0, 4344.0, 4315.0, 4332.0, 4312.0, 4324.0, 4303.0, 4324.0, 4325.0, 4337.0, 4338.0, 4328.0, 4326.0, 4329.0, 4386.0, 4326.0, 4387.0, 4336.0, 4357.0, 4328.0, 4326.0, 4324.0, 4324.0, 4324.0, 4355.0, 4313.0, 4325.0, 4324.0, 4326.0, 4385.0, 4356.0, 4354.0, 4314.0, 4333.0, 4303.0, 4314.0, 4302.0, 4315.0, 4312.0, 4314.0, 4334.0, 4325.0, 4334.0, 4315.0, 4327.0, 4326.0, 4317.0, 4330.0, 4328.0, 4329.0, 4341.0, 4343.0, 4342.0, 4403.0, 4346.0, 4326.0, 4386.0, 4326.0, 4325.0, 4313.0, 4316.0, 4343.0, 4315.0, 4328.0, 4326.0, 4329.0, 4339.0, 4341.0, 4351.0, 4353.0, 4393.0, 4363.0, 4393.0, 4343.0, 4394.0, 4392.0, 4369.0, 4368.0, 4323.0, 4313.0, 4373.0, 4302.0, 4323.0, 4341.0, 4312.0, 4312.0, 4326.0, 4325.0, 4329.0, 4379.0, 4339.0, 4357.0, 4328.0, 4359.0, 4396.0, 4336.0, 4375.0, 4334.0, 4314.0, 4314.0, 4316.0, 4374.0, 4326.0, 4384.0, 4337.0, 4354.0, 4315.0, 4355.0, 4315.0, 4364.0, 4301.0, 4323.0, 4373.0, 4341.0, 4350.0, 4309.0, 4309.0, 4288.0, 4299.0, 4309.0, 4313.0, 4351.0, 4303.0, 4311.0, 4301.0, 4314.0, 4351.0, 4316.0, 4355.0, 4325.0, 4325.0, 4314.0, 4315.0, 4324.0, 4325.0, 4326.0, 4329.0, 4348.0, 4341.0, 4360.0, 4338.0, 4328.0, 4389.0, 4360.0, 4369.0, 4324.0, 4336.0, 4314.0, 4354.0, 4313.0, 4324.0, 4342.0, 4314.0, 4374.0, 4343.0, 4342.0, 4312.0, 4323.0, 4312.0, 4323.0, 4302.0, 4324.0, 4312.0, 4323.0, 4312.0, 4324.0, 4376.0, 4313.0, 4352.0, 4314.0, 4324.0, 4312.0, 4324.0, 4362.0, 4325.0, 4343.0, 4325.0, 4335.0, 4327.0, 4337.0, 4328.0, 4347.0, 4341.0, 4338.0, 4328.0, 4328.0, 4387.0, 4329.0, 4377.0, 4347.0, 4356.0, 4315.0, 4325.0, 4315.0, 4326.0, 4368.0, 4328.0, 4327.0, 4328.0, 4358.0, 4329.0, 4368.0, 4327.0, 4358.0, 4316.0, 4316.0, 4374.0, 4315.0, 4375.0, 4326.0, 4345.0, 4326.0, 4335.0, 4326.0, 4347.0, 4385.0, 4344.0, 4367.0, 4326.0, 4337.0, 4363.0, 4314.0, 4345.0, 4316.0, 4324.0, 4326.0, 4329.0, 4338.0, 4329.0, 4368.0, 4350.0, 4350.0, 4352.0, 4352.0, 4352.0, 4364.0, 4412.0, 4361.0, 4351.0, 4329.0, 4328.0, 4388.0, 4366.0, 4376.0, 4334.0, 4324.0, 4301.0, 4314.0, 4383.0, 4352.0, 4372.0, 4312.0, 4352.0, 4322.0, 4342.0, 4312.0, 4331.0, 4303.0, 4323.0, 4302.0, 4323.0, 4313.0, 4324.0, 4313.0, 4314.0, 4372.0, 4312.0, 4362.0, 4332.0, 4351.0, 4301.0, 4331.0, 4312.0, 4323.0, 4302.0, 4322.0, 4311.0, 4314.0, 4311.0, 4323.0, 4343.0, 4326.0, 4346.0, 4339.0, 4370.0, 4338.0, 4336.0, 4337.0, 4314.0, 4335.0, 4326.0, 4338.0, 4317.0, 4340.0, 4399.0, 4349.0, 4379.0, 4356.0, 4367.0, 4364.0, 4343.0, 4350.0, 4309.0, 4360.0, 4297.0, 4329.0, 4357.0, 4318.0, 4347.0, 4296.0, 4306.0, 4309.0, 4308.0, 4299.0, 4309.0, 4312.0, 4312.0, 4323.0, 4325.0, 4333.0, 4323.0, 4323.0, 4342.0, 4322.0, 4363.0, 4334.0, 4340.0, 4311.0, 4310.0, 4302.0, 4324.0, 4314.0, 4324.0, 4304.0, 4325.0, 4317.0, 4337.0, 4340.0, 4349.0, 4330.0, 4342.0, 4340.0, 4353.0, 4402.0, 4361.0, 4370.0, 4329.0, 4338.0, 4388.0, 4338.0, 4379.0, 4378.0, 4351.0, 4366.0, 4326.0, 4325.0, 4339.0, 4340.0, 4329.0, 4340.0, 4329.0, 4343.0, 4341.0, 4344.0, 4412.0, 4364.0, 4414.0, 4382.0, 4403.0, 4372.0, 4359.0, 4387.0, 4343.0, 4341.0, 4359.0, 4312.0, 4352.0, 4313.0, 4340.0, 4313.0, 4342.0, 4324.0, 4343.0, 4314.0, 4322.0, 4313.0, 4333.0, 4325.0, 4333.0, 4313.0, 4324.0, 4313.0, 4326.0, 4316.0, 4327.0, 4324.0, 4325.0, 4373.0, 4301.0, 4323.0, 4352.0, 4303.0, 4321.0, 4316.0, 4324.0, 4326.0, 4325.0, 4340.0, 4352.0, 4331.0, 4338.0, 4338.0, 4355.0, 4400.0, 4328.0, 4340.0, 4408.0, 4339.0, 4358.0, 4350.0, 4348.0, 4352.0, 4352.0, 4365.0, 4364.0, 4368.0, 4399.0, 4366.0, 4356.0, 4425.0, 4393.0, 4392.0, 4339.0, 4392.0, 4398.0, 4379.0, 4377.0, 4345.0, 4354.0, 4314.0, 4325.0, 4375.0, 4344.0, 4322.0, 4314.0, 4384.0, 4314.0, 4377.0, 4344.0, 4332.0, 4311.0, 4303.0, 4341.0, 4301.0, 4312.0, 4312.0, 4325.0, 4325.0, 4328.0, 4338.0, 4328.0, 4357.0, 4341.0, 4390.0, 4331.0, 4374.0, 4411.0, 4342.0, 4401.0, 4365.0, 4347.0, 4386.0, 4316.0, 4335.0, 4326.0, 4328.0, 4353.0, 4353.0, 4343.0, 4341.0, 4342.0, 4354.0, 4426.0, 4368.0, 4349.0, 4387.0, 4337.0, 4337.0, 4317.0, 4327.0, 4398.0, 4316.0, 4355.0, 4327.0, 4326.0, 4329.0, 4339.0, 4330.0, 4351.0, 4331.0, 4341.0, 4340.0, 4342.0, 4413.0, 4368.0, 4349.0, 4397.0, 4366.0, 4345.0, 4327.0, 4337.0, 4317.0, 4349.0, 4317.0, 4337.0, 4386.0, 4326.0, 4399.0, 4363.0, 4333.0, 4372.0, 4311.0, 4320.0, 4303.0, 4324.0, 4326.0, 4324.0, 4326.0, 4337.0, 4328.0, 4338.0, 4318.0, 4336.0, 4328.0, 4358.0, 4375.0, 4346.0, 4395.0, 4314.0, 4376.0, 4332.0], 'WindowWidth': [9659.0, 9654.0, 9606.0, 9610.0, 9576.0, 9587.0, 9533.0, 9533.0, 9524.0, 9520.0, 9567.0, 9516.0, 9513.0, 9521.0, 9568.0, 9534.0, 9563.0, 9525.0, 9578.0, 9505.0, 9534.0, 9514.0, 9515.0, 9583.0, 9517.0, 9561.0, 9525.0, 9522.0, 9530.0, 9541.0, 9534.0, 9560.0, 9550.0, 9559.0, 9535.0, 9562.0, 9551.0, 9572.0, 9572.0, 9574.0, 9564.0, 9571.0, 9607.0, 9561.0, 9597.0, 9573.0, 9582.0, 9559.0, 9571.0, 9559.0, 9588.0, 9578.0, 9591.0, 9575.0, 9580.0, 9587.0, 9578.0, 9617.0, 9583.0, 9592.0, 9585.0, 9597.0, 9584.0, 9610.0, 9588.0, 9600.0, 9588.0, 9629.0, 9596.0, 9599.0, 9681.0, 9633.0, 9616.0, 9559.0, 9573.0, 9590.0, 9579.0, 9587.0, 9578.0, 9572.0, 9576.0, 9659.0, 9591.0, 9599.0, 9575.0, 9587.0, 9578.0, 9594.0, 9616.0, 9601.0, 9568.0, 9573.0, 9650.0, 9569.0, 9647.0, 9647.0, 9588.0, 9614.0, 9541.0, 9546.0, 9596.0, 9547.0, 9559.0, 9556.0, 9568.0, 9558.0, 9590.0, 9638.0, 9571.0, 9571.0, 9635.0, 9550.0, 9573.0, 9624.0, 9569.0, 9593.0, 9542.0, 9544.0, 9567.0, 9536.0, 9590.0, 9544.0, 9542.0, 9612.0, 9527.0, 9541.0, 9528.0, 9546.0, 9545.0, 9553.0, 9588.0, 9557.0, 9581.0, 9550.0, 9564.0, 9547.0, 9564.0, 9642.0, 9606.0, 9573.0, 9526.0, 9542.0, 9607.0, 9546.0, 9556.0, 9547.0, 9558.0, 9549.0, 9565.0, 9552.0, 9571.0, 9635.0, 9558.0, 9581.0, 9557.0, 9584.0, 9569.0, 9587.0, 9557.0, 9577.0, 9572.0, 9578.0, 9574.0, 9592.0, 9658.0, 9579.0, 9601.0, 9565.0, 9601.0, 9582.0, 9606.0, 9568.0, 9592.0, 9574.0, 9589.0, 9572.0, 9582.0, 9666.0, 9606.0, 9644.0, 9586.0, 9578.0, 9609.0, 9605.0, 9594.0, 9667.0, 9605.0, 9683.0, 9645.0, 9651.0, 9625.0, 9672.0, 9600.0, 9648.0, 9647.0, 9604.0, 9587.0, 9540.0, 9537.0, 9622.0, 9551.0, 9589.0, 9533.0, 9531.0, 9507.0, 9535.0, 9521.0, 9558.0, 9546.0, 9560.0, 9550.0, 9582.0, 9571.0, 9592.0, 9565.0, 9573.0, 9562.0, 9598.0, 9623.0, 9592.0, 9529.0, 9544.0, 9520.0, 9547.0, 9530.0, 9545.0, 9536.0, 9564.0, 9545.0, 9587.0, 9564.0, 9593.0, 9615.0, 9592.0, 9661.0, 9615.0, 9618.0, 9561.0, 9596.0, 9523.0, 9597.0, 9591.0, 9563.0, 9590.0, 9516.0, 9572.0, 9499.0, 9513.0, 9561.0, 9495.0, 9521.0, 9499.0, 9514.0, 9521.0, 9542.0, 9529.0, 9546.0, 9530.0, 9549.0, 9571.0, 9569.0, 9593.0, 9570.0, 9565.0, 9558.0, 9580.0, 9575.0, 9599.0, 9576.0, 9585.0, 9562.0, 9585.0, 9563.0, 9608.0, 9568.0, 9591.0, 9563.0, 9593.0, 9575.0, 9597.0, 9675.0, 9578.0, 9625.0, 9562.0, 9586.0, 9561.0, 9592.0, 9583.0, 9596.0, 9584.0, 9599.0, 9601.0, 9604.0, 9683.0, 9637.0, 9662.0, 9577.0, 9589.0, 9573.0, 9593.0, 9644.0, 9594.0, 9625.0, 9650.0, 9720.0, 9642.0, 9683.0, 9637.0, 9628.0, 9574.0, 9621.0, 9592.0, 9657.0, 9614.0, 9654.0, 9554.0, 9607.0, 9557.0, 9560.0, 9645.0, 9560.0, 9586.0, 9549.0, 9563.0, 9559.0, 9581.0, 9577.0, 9585.0, 9562.0, 9583.0, 9581.0, 9607.0, 9563.0, 9585.0, 9558.0, 9586.0, 9666.0, 9569.0, 9649.0, 9585.0, 9594.0, 9553.0, 9580.0, 9573.0, 9585.0, 9555.0, 9591.0, 9573.0, 9585.0, 9555.0, 9575.0, 9707.0, 9619.0, 9648.0, 9566.0, 9601.0, 9563.0, 9589.0, 9550.0, 9594.0, 9537.0, 9576.0, 9534.0, 9602.0, 9530.0, 9561.0, 9527.0, 9558.0, 9640.0, 9560.0, 9570.0, 9547.0, 9558.0, 9561.0, 9575.0, 9567.0, 9578.0, 9553.0, 9565.0, 9551.0, 9566.0, 9535.0, 9564.0, 9532.0, 9563.0, 9626.0, 9559.0, 9573.0, 9540.0, 9556.0, 9512.0, 9544.0, 9568.0, 9549.0, 9590.0, 9569.0, 9578.0, 9569.0, 9580.0, 9558.0, 9584.0, 9555.0, 9584.0, 9540.0, 9582.0, 9660.0, 9566.0, 9631.0, 9594.0, 9603.0, 9552.0, 9574.0, 9570.0, 9593.0, 9581.0, 9594.0, 9589.0, 9598.0, 9555.0, 9582.0, 9654.0, 9595.0, 9602.0, 9551.0, 9548.0, 9552.0, 9566.0, 9555.0, 9551.0, 9556.0, 9572.0, 9546.0, 9566.0, 9621.0, 9562.0, 9557.0, 9575.0, 9567.0, 9573.0, 9622.0, 9574.0, 9569.0, 9574.0, 9639.0, 9573.0, 9643.0, 9598.0, 9618.0, 9535.0, 9546.0, 9543.0, 9549.0, 9602.0, 9574.0, 9565.0, 9579.0, 9558.0, 9572.0, 9549.0, 9578.0, 9564.0, 9599.0, 9664.0, 9571.0, 9600.0, 9567.0, 9567.0, 9553.0, 9553.0, 9557.0, 9584.0, 9555.0, 9621.0, 9568.0, 9637.0, 9609.0, 9634.0, 9615.0, 9607.0, 9563.0, 9606.0, 9576.0, 9587.0, 9503.0, 9548.0, 9499.0, 9510.0, 9515.0, 9520.0, 9537.0, 9537.0, 9528.0, 9531.0, 9544.0, 9546.0, 9562.0, 9574.0, 9586.0, 9577.0, 9589.0, 9594.0, 9590.0, 9582.0, 9609.0, 9598.0, 9598.0, 9615.0, 9598.0, 9601.0, 9629.0, 9605.0, 9628.0, 9602.0, 9639.0, 9602.0, 9674.0, 9595.0, 9664.0, 9563.0, 9600.0, 9556.0, 9616.0, 9642.0, 9615.0, 9606.0, 9559.0, 9654.0, 9555.0, 9638.0, 9564.0, 9578.0, 9536.0, 9551.0, 9601.0, 9531.0, 9561.0, 9554.0, 9572.0, 9561.0, 9576.0, 9579.0, 9577.0, 9562.0, 9605.0, 9669.0, 9644.0, 9638.0, 9607.0, 9615.0, 9529.0, 9558.0, 9610.0, 9574.0, 9613.0, 9575.0, 9579.0, 9528.0, 9592.0, 9590.0, 9554.0, 9574.0, 9548.0, 9564.0, 9538.0, 9566.0, 9572.0, 9590.0, 9591.0, 9580.0, 9575.0, 9580.0, 9654.0, 9571.0, 9658.0, 9586.0, 9614.0, 9579.0, 9570.0, 9564.0, 9566.0, 9565.0, 9607.0, 9549.0, 9567.0, 9565.0, 9571.0, 9652.0, 9608.0, 9603.0, 9549.0, 9572.0, 9533.0, 9548.0, 9531.0, 9552.0, 9544.0, 9550.0, 9578.0, 9568.0, 9579.0, 9556.0, 9573.0, 9572.0, 9560.0, 9585.0, 9580.0, 9582.0, 9600.0, 9606.0, 9603.0, 9687.0, 9598.0, 9568.0, 9651.0, 9569.0, 9565.0, 9547.0, 9555.0, 9589.0, 9555.0, 9574.0, 9572.0, 9580.0, 9596.0, 9602.0, 9616.0, 9621.0, 9673.0, 9635.0, 9674.0, 9606.0, 9678.0, 9674.0, 9635.0, 9628.0, 9558.0, 9548.0, 9628.0, 9528.0, 9558.0, 9580.0, 9545.0, 9545.0, 9570.0, 9568.0, 9579.0, 9648.0, 9597.0, 9616.0, 9580.0, 9624.0, 9668.0, 9585.0, 9637.0, 9578.0, 9552.0, 9553.0, 9556.0, 9631.0, 9570.0, 9646.0, 9585.0, 9603.0, 9554.0, 9607.0, 9553.0, 9620.0, 9530.0, 9561.0, 9630.0, 9580.0, 9595.0, 9534.0, 9535.0, 9506.0, 9522.0, 9535.0, 9547.0, 9596.0, 9534.0, 9542.0, 9530.0, 9548.0, 9595.0, 9557.0, 9608.0, 9571.0, 9568.0, 9551.0, 9554.0, 9566.0, 9571.0, 9574.0, 9583.0, 9608.0, 9602.0, 9626.0, 9591.0, 9579.0, 9661.0, 9624.0, 9634.0, 9568.0, 9584.0, 9553.0, 9605.0, 9549.0, 9566.0, 9588.0, 9553.0, 9635.0, 9590.0, 9587.0, 9548.0, 9562.0, 9549.0, 9562.0, 9534.0, 9565.0, 9547.0, 9562.0, 9545.0, 9566.0, 9638.0, 9550.0, 9598.0, 9551.0, 9564.0, 9545.0, 9565.0, 9614.0, 9567.0, 9589.0, 9570.0, 9583.0, 9575.0, 9588.0, 9580.0, 9603.0, 9600.0, 9592.0, 9577.0, 9577.0, 9656.0, 9579.0, 9641.0, 9599.0, 9610.0, 9556.0, 9569.0, 9556.0, 9573.0, 9629.0, 9577.0, 9574.0, 9579.0, 9617.0, 9582.0, 9634.0, 9575.0, 9616.0, 9556.0, 9558.0, 9633.0, 9557.0, 9637.0, 9570.0, 9594.0, 9573.0, 9582.0, 9571.0, 9602.0, 9650.0, 9592.0, 9625.0, 9573.0, 9586.0, 9615.0, 9554.0, 9595.0, 9559.0, 9566.0, 9573.0, 9584.0, 9595.0, 9583.0, 9634.0, 9614.0, 9614.0, 9620.0, 9621.0, 9621.0, 9639.0, 9702.0, 9628.0, 9612.0, 9580.0, 9578.0, 9659.0, 9626.0, 9641.0, 9579.0, 9565.0, 9531.0, 9551.0, 9646.0, 9601.0, 9627.0, 9548.0, 9599.0, 9560.0, 9587.0, 9549.0, 9572.0, 9536.0, 9561.0, 9533.0, 9564.0, 9549.0, 9565.0, 9549.0, 9553.0, 9626.0, 9546.0, 9616.0, 9574.0, 9597.0, 9531.0, 9569.0, 9545.0, 9562.0, 9533.0, 9559.0, 9543.0, 9551.0, 9543.0, 9562.0, 9588.0, 9572.0, 9599.0, 9597.0, 9638.0, 9595.0, 9588.0, 9585.0, 9554.0, 9582.0, 9573.0, 9594.0, 9564.0, 9599.0, 9676.0, 9608.0, 9651.0, 9613.0, 9632.0, 9619.0, 9590.0, 9592.0, 9537.0, 9608.0, 9516.0, 9562.0, 9596.0, 9544.0, 9582.0, 9512.0, 9525.0, 9534.0, 9529.0, 9522.0, 9537.0, 9545.0, 9547.0, 9564.0, 9570.0, 9576.0, 9560.0, 9562.0, 9584.0, 9558.0, 9617.0, 9574.0, 9579.0, 9540.0, 9537.0, 9531.0, 9563.0, 9551.0, 9563.0, 9540.0, 9569.0, 9560.0, 9588.0, 9598.0, 9609.0, 9586.0, 9605.0, 9601.0, 9621.0, 9685.0, 9626.0, 9635.0, 9579.0, 9590.0, 9659.0, 9590.0, 9648.0, 9644.0, 9616.0, 9624.0, 9572.0, 9570.0, 9596.0, 9598.0, 9583.0, 9599.0, 9582.0, 9608.0, 9603.0, 9608.0, 9697.0, 9635.0, 9703.0, 9657.0, 9687.0, 9643.0, 9620.0, 9661.0, 9589.0, 9583.0, 9604.0, 9544.0, 9597.0, 9548.0, 9580.0, 9548.0, 9588.0, 9566.0, 9589.0, 9553.0, 9559.0, 9550.0, 9577.0, 9568.0, 9574.0, 9549.0, 9562.0, 9549.0, 9571.0, 9559.0, 9573.0, 9564.0, 9570.0, 9627.0, 9529.0, 9562.0, 9598.0, 9533.0, 9554.0, 9555.0, 9563.0, 9570.0, 9566.0, 9598.0, 9617.0, 9588.0, 9592.0, 9592.0, 9628.0, 9680.0, 9580.0, 9598.0, 9686.0, 9594.0, 9618.0, 9613.0, 9609.0, 9622.0, 9623.0, 9644.0, 9642.0, 9652.0, 9695.0, 9643.0, 9630.0, 9722.0, 9672.0, 9671.0, 9593.0, 9671.0, 9675.0, 9646.0, 9643.0, 9594.0, 9604.0, 9548.0, 9565.0, 9632.0, 9589.0, 9557.0, 9550.0, 9644.0, 9550.0, 9642.0, 9591.0, 9570.0, 9541.0, 9534.0, 9582.0, 9529.0, 9544.0, 9547.0, 9570.0, 9568.0, 9575.0, 9589.0, 9578.0, 9614.0, 9601.0, 9665.0, 9590.0, 9650.0, 9696.0, 9604.0, 9683.0, 9621.0, 9601.0, 9653.0, 9557.0, 9581.0, 9572.0, 9576.0, 9622.0, 9622.0, 9608.0, 9601.0, 9605.0, 9624.0, 9726.0, 9633.0, 9604.0, 9655.0, 9587.0, 9587.0, 9560.0, 9572.0, 9669.0, 9560.0, 9608.0, 9573.0, 9572.0, 9579.0, 9593.0, 9586.0, 9615.0, 9590.0, 9601.0, 9601.0, 9604.0, 9704.0, 9631.0, 9606.0, 9669.0, 9625.0, 9596.0, 9574.0, 9586.0, 9564.0, 9606.0, 9561.0, 9589.0, 9650.0, 9572.0, 9678.0, 9617.0, 9575.0, 9626.0, 9543.0, 9552.0, 9536.0, 9568.0, 9570.0, 9566.0, 9574.0, 9590.0, 9580.0, 9590.0, 9566.0, 9586.0, 9578.0, 9620.0, 9636.0, 9597.0, 9662.0, 9551.0, 9640.0, 9570.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.0030641985428050997</td></tr>
<tr><td colspan=3>aqi</td><td>0.03037390701275046</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.18632179766631</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2558087601549663</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.045782188778486</td></tr>
<tr><td colspan=3>efc</td><td>0.4911</td></tr>
<tr><td colspan=3>fber</td><td>4729.1704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10551170118839948</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.648451730418944</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8261894216293135</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.812517932944347</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1011355624268027</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.56491476951679</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014432999305427074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030125323683023453</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</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.586467219045509</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>21.293</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.1846</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.3492</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294970.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>887.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.1153</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8847</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.7387</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3453.1972</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3710.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.4378</td></tr>
<tr><td colspan=3>tsnr</td><td>34.29843451560009</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>