<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-02/func/sub-0016_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>ae280d60927fa7d4f8a8590125fb560d</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:32:37.115000</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.998956, 0.0440549, 0.0121063, -0.0441395, 0.999002, 0.00681321]</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.0907686</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7720, -7281, 466, -17, -214, -76, 124]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.02</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cc0906b9-c305-453d-a17b-7c91666f46cb||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.6801252365112305, -0.1184229627251625, 0.03184400871396065, 117.9590072631836], [-0.11819595098495483, 2.6802496910095215, 0.019819237291812897, -88.52741241455078], [0.03248034790158272, -0.018279336392879486, 2.699739456176758, -80.2042236328125], [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': ['123237.115000', '123237.575000', '123238.035000', '123238.495000', '123238.955000', '123239.415000', '123239.875000', '123240.335000', '123240.795000', '123241.255000', '123241.715000', '123242.175000', '123242.635000', '123243.095000', '123243.555000', '123244.015000', '123244.475000', '123244.935000', '123245.395000', '123245.855000', '123246.315000', '123246.775000', '123247.235000', '123247.695000', '123248.155000', '123248.615000', '123249.075000', '123249.535000', '123249.995000', '123250.455000', '123250.915000', '123251.375000', '123251.835000', '123252.295000', '123252.755000', '123253.215000', '123253.675000', '123254.135000', '123254.595000', '123255.055000', '123255.515000', '123255.975000', '123256.435000', '123256.895000', '123257.355000', '123257.815000', '123258.275000', '123258.735000', '123259.195000', '123259.655000', '123300.115000', '123300.575000', '123301.035000', '123301.495000', '123301.955000', '123302.415000', '123302.875000', '123303.335000', '123303.795000', '123304.255000', '123304.715000', '123305.175000', '123305.635000', '123306.095000', '123306.555000', '123307.015000', '123307.475000', '123307.935000', '123308.395000', '123308.855000', '123309.315000', '123309.775000', '123310.235000', '123310.695000', '123311.155000', '123311.615000', '123312.075000', '123312.535000', '123312.995000', '123313.455000', '123313.915000', '123314.375000', '123314.835000', '123315.295000', '123315.755000', '123316.215000', '123316.675000', '123317.135000', '123317.595000', '123318.055000', '123318.515000', '123318.975000', '123319.435000', '123319.895000', '123320.355000', '123320.815000', '123321.275000', '123321.735000', '123322.195000', '123322.655000', '123323.115000', '123323.575000', '123324.035000', '123324.495000', '123324.955000', '123325.415000', '123325.875000', '123326.335000', '123326.795000', '123327.255000', '123327.715000', '123328.175000', '123328.635000', '123329.095000', '123329.555000', '123330.015000', '123330.475000', '123330.935000', '123331.395000', '123331.855000', '123332.315000', '123332.775000', '123333.235000', '123333.695000', '123334.155000', '123334.615000', '123335.075000', '123335.535000', '123335.995000', '123336.455000', '123336.915000', '123337.375000', '123337.835000', '123338.295000', '123338.755000', '123339.215000', '123339.675000', '123340.135000', '123340.595000', '123341.055000', '123341.515000', '123341.975000', '123342.435000', '123342.895000', '123343.355000', '123343.815000', '123344.275000', '123344.735000', '123345.195000', '123345.655000', '123346.115000', '123346.575000', '123347.035000', '123347.495000', '123347.955000', '123348.415000', '123348.875000', '123349.335000', '123349.795000', '123350.255000', '123350.715000', '123351.175000', '123351.635000', '123352.095000', '123352.555000', '123353.015000', '123353.475000', '123353.935000', '123354.395000', '123354.855000', '123355.315000', '123355.775000', '123356.235000', '123356.695000', '123357.155000', '123357.615000', '123358.075000', '123358.535000', '123358.995000', '123359.455000', '123359.915000', '123400.375000', '123400.835000', '123401.295000', '123401.755000', '123402.215000', '123402.675000', '123403.135000', '123403.595000', '123404.055000', '123404.515000', '123404.975000', '123405.435000', '123405.895000', '123406.355000', '123406.815000', '123407.275000', '123407.735000', '123408.195000', '123408.655000', '123409.115000', '123409.575000', '123410.035000', '123410.495000', '123410.955000', '123411.415000', '123411.875000', '123412.335000', '123412.795000', '123413.255000', '123413.715000', '123414.175000', '123414.635000', '123415.095000', '123415.555000', '123416.015000', '123416.475000', '123416.935000', '123417.395000', '123417.855000', '123418.315000', '123418.775000', '123419.235000', '123419.695000', '123420.155000', '123420.615000', '123421.075000', '123421.535000', '123421.995000', '123422.455000', '123422.915000', '123423.375000', '123423.835000', '123424.295000', '123424.755000', '123425.215000', '123425.675000', '123426.135000', '123426.595000', '123427.055000', '123427.515000', '123427.975000', '123428.435000', '123428.895000', '123429.355000', '123429.815000', '123430.275000', '123430.735000', '123431.195000', '123431.655000', '123432.115000', '123432.575000', '123433.035000', '123433.495000', '123433.955000', '123434.415000', '123434.875000', '123435.335000', '123435.795000', '123436.255000', '123436.715000', '123437.175000', '123437.635000', '123438.095000', '123438.555000', '123439.015000', '123439.475000', '123439.935000', '123440.395000', '123440.855000', '123441.315000', '123441.775000', '123442.235000', '123442.695000', '123443.155000', '123443.615000', '123444.075000', '123444.535000', '123444.995000', '123445.455000', '123445.915000', '123446.375000', '123446.835000', '123447.295000', '123447.755000', '123448.215000', '123448.675000', '123449.135000', '123449.595000', '123450.055000', '123450.515000', '123450.975000', '123451.435000', '123451.895000', '123452.355000', '123452.815000', '123453.275000', '123453.735000', '123454.195000', '123454.655000', '123455.115000', '123455.575000', '123456.035000', '123456.495000', '123456.955000', '123457.415000', '123457.875000', '123458.335000', '123458.795000', '123459.255000', '123459.715000', '123500.175000', '123500.635000', '123501.095000', '123501.555000', '123502.015000', '123502.475000', '123502.935000', '123503.395000', '123503.855000', '123504.315000', '123504.775000', '123505.235000', '123505.695000', '123506.155000', '123506.615000', '123507.075000', '123507.535000', '123507.995000', '123508.455000', '123508.915000', '123509.375000', '123509.835000', '123510.295000', '123510.755000', '123511.215000', '123511.675000', '123512.135000', '123512.595000', '123513.055000', '123513.515000', '123513.975000', '123514.435000', '123514.895000', '123515.355000', '123515.815000', '123516.275000', '123516.735000', '123517.195000', '123517.655000', '123518.115000', '123518.575000', '123519.035000', '123519.495000', '123519.955000', '123520.415000', '123520.875000', '123521.335000', '123521.795000', '123522.255000', '123522.715000', '123523.175000', '123523.635000', '123524.095000', '123524.555000', '123525.015000', '123525.475000', '123525.935000', '123526.395000', '123526.855000', '123527.315000', '123527.775000', '123528.235000', '123528.695000', '123529.155000', '123529.615000', '123530.075000', '123530.535000', '123530.995000', '123531.455000', '123531.915000', '123532.375000', '123532.835000', '123533.295000', '123533.755000', '123534.215000', '123534.675000', '123535.135000', '123535.595000', '123536.055000', '123536.515000', '123536.975000', '123537.435000', '123537.895000', '123538.355000', '123538.815000', '123539.275000', '123539.735000', '123540.195000', '123540.655000', '123541.115000', '123541.575000', '123542.035000', '123542.495000', '123542.955000', '123543.415000', '123543.875000', '123544.335000', '123544.795000', '123545.255000', '123545.715000', '123546.175000', '123546.635000', '123547.095000', '123547.555000', '123548.015000', '123548.475000', '123548.935000', '123549.395000', '123549.855000', '123550.315000', '123550.775000', '123551.235000', '123551.695000', '123552.155000', '123552.615000', '123553.075000', '123553.535000', '123553.995000', '123554.455000', '123554.915000', '123555.375000', '123555.835000', '123556.295000', '123556.755000', '123557.215000', '123557.675000', '123558.135000', '123558.595000', '123559.055000', '123559.515000', '123559.975000', '123600.435000', '123600.895000', '123601.355000', '123601.815000', '123602.275000', '123602.735000', '123603.195000', '123603.655000', '123604.115000', '123604.575000', '123605.035000', '123605.495000', '123605.955000', '123606.415000', '123606.875000', '123607.335000', '123607.795000', '123608.255000', '123608.715000', '123609.175000', '123609.635000', '123610.095000', '123610.555000', '123611.015000', '123611.475000', '123611.935000', '123612.395000', '123612.855000', '123613.315000', '123613.775000', '123614.235000', '123614.695000', '123615.155000', '123615.615000', '123616.075000', '123616.535000', '123616.995000', '123617.455000', '123617.915000', '123618.375000', '123618.835000', '123619.295000', '123619.755000', '123620.215000', '123620.675000', '123621.135000', '123621.595000', '123622.055000', '123622.515000', '123622.975000', '123623.435000', '123623.895000', '123624.355000', '123624.815000', '123625.275000', '123625.735000', '123626.195000', '123626.655000', '123627.115000', '123627.575000', '123628.035000', '123628.495000', '123628.955000', '123629.415000', '123629.875000', '123630.335000', '123630.795000', '123631.255000', '123631.715000', '123632.175000', '123632.635000', '123633.095000', '123633.555000', '123634.015000', '123634.475000', '123634.935000', '123635.395000', '123635.855000', '123636.315000', '123636.775000', '123637.235000', '123637.695000', '123638.155000', '123638.615000', '123639.075000', '123639.535000', '123639.995000', '123640.455000', '123640.915000', '123641.375000', '123641.835000', '123642.295000', '123642.755000', '123643.215000', '123643.675000', '123644.135000', '123644.595000', '123645.055000', '123645.515000', '123645.975000', '123646.435000', '123646.895000', '123647.355000', '123647.815000', '123648.275000', '123648.735000', '123649.195000', '123649.655000', '123650.115000', '123650.575000', '123651.035000', '123651.495000', '123651.955000', '123652.415000', '123652.875000', '123653.335000', '123653.795000', '123654.255000', '123654.715000', '123655.175000', '123655.635000', '123656.095000', '123656.555000', '123657.015000', '123657.475000', '123657.935000', '123658.395000', '123658.855000', '123659.315000', '123659.775000', '123700.235000', '123700.695000', '123701.155000', '123701.615000', '123702.075000', '123702.535000', '123702.995000', '123703.455000', '123703.915000', '123704.375000', '123704.835000', '123705.295000', '123705.755000', '123706.215000', '123706.675000', '123707.135000', '123707.595000', '123708.055000', '123708.515000', '123708.975000', '123709.435000', '123709.895000', '123710.355000', '123710.815000', '123711.275000', '123711.735000', '123712.195000', '123712.655000', '123713.115000', '123713.575000', '123714.035000', '123714.495000', '123714.955000', '123715.415000', '123715.875000', '123716.335000', '123716.795000', '123717.255000', '123717.715000', '123718.175000', '123718.635000', '123719.095000', '123719.555000', '123720.015000', '123720.475000', '123720.935000', '123721.395000', '123721.855000', '123722.315000', '123722.775000', '123723.235000', '123723.695000', '123724.155000', '123724.615000', '123725.075000', '123725.535000', '123725.995000', '123726.455000', '123726.915000', '123727.375000', '123727.835000', '123728.295000', '123728.755000', '123729.215000', '123729.675000', '123730.135000', '123730.595000', '123731.055000', '123731.515000', '123731.975000', '123732.435000', '123732.895000', '123733.355000', '123733.815000', '123734.275000', '123734.735000', '123735.195000', '123735.655000', '123736.115000', '123736.575000', '123737.035000', '123737.495000', '123737.955000', '123738.415000', '123738.875000', '123739.335000', '123739.795000', '123740.255000', '123740.715000', '123741.175000', '123741.635000', '123742.095000', '123742.555000', '123743.015000', '123743.475000', '123743.935000', '123744.395000', '123744.855000', '123745.315000', '123745.775000', '123746.235000', '123746.695000', '123747.155000', '123747.615000', '123748.075000', '123748.535000', '123748.995000', '123749.455000', '123749.915000', '123750.375000', '123750.835000', '123751.295000', '123751.755000', '123752.215000', '123752.675000', '123753.135000', '123753.595000', '123754.055000', '123754.515000', '123754.975000', '123755.435000', '123755.895000', '123756.355000', '123756.815000', '123757.275000', '123757.735000', '123758.195000', '123758.655000', '123759.115000', '123759.575000', '123800.035000', '123800.495000', '123800.955000', '123801.415000', '123801.875000', '123802.335000', '123802.795000', '123803.255000', '123803.715000', '123804.175000', '123804.635000', '123805.095000', '123805.555000', '123806.015000', '123806.475000', '123806.935000', '123807.395000', '123807.855000', '123808.315000', '123808.775000', '123809.235000', '123809.695000', '123810.155000', '123810.615000', '123811.075000', '123811.535000', '123811.995000', '123812.455000', '123812.915000', '123813.375000', '123813.835000', '123814.295000', '123814.755000', '123815.215000', '123815.675000', '123816.135000', '123816.595000', '123817.055000', '123817.515000', '123817.975000', '123818.435000', '123818.895000', '123819.355000', '123819.815000', '123820.275000', '123820.735000', '123821.195000', '123821.655000', '123822.115000', '123822.575000', '123823.035000', '123823.495000', '123823.955000', '123824.415000', '123824.875000', '123825.335000', '123825.795000', '123826.255000', '123826.715000', '123827.175000', '123827.635000', '123828.095000', '123828.555000', '123829.015000', '123829.475000', '123829.935000', '123830.395000', '123830.855000', '123831.315000', '123831.775000', '123832.235000', '123832.695000', '123833.155000', '123833.615000', '123834.075000', '123834.535000', '123834.995000', '123835.455000', '123835.915000', '123836.375000', '123836.835000', '123837.295000', '123837.755000', '123838.215000', '123838.675000', '123839.135000', '123839.595000', '123840.055000', '123840.515000', '123840.975000', '123841.435000', '123841.895000', '123842.355000', '123842.815000', '123843.275000', '123843.735000', '123844.195000', '123844.655000', '123845.115000', '123845.575000', '123846.035000', '123846.495000', '123846.955000', '123847.415000', '123847.875000', '123848.335000', '123848.795000', '123849.255000', '123849.715000', '123850.175000', '123850.635000', '123851.095000', '123851.555000', '123852.015000', '123852.475000', '123852.935000', '123853.395000', '123853.855000', '123854.315000', '123854.775000', '123855.235000', '123855.695000', '123856.155000', '123856.615000', '123857.075000', '123857.535000', '123857.995000', '123858.455000', '123858.915000', '123859.375000', '123859.835000', '123900.295000', '123900.755000', '123901.215000', '123901.675000', '123902.135000', '123902.595000', '123903.055000', '123903.515000', '123903.975000', '123904.435000', '123904.895000', '123905.355000', '123905.815000', '123906.275000', '123906.735000', '123907.195000', '123907.655000', '123908.115000', '123908.575000', '123909.035000', '123909.495000', '123909.955000', '123910.415000', '123910.875000', '123911.335000', '123911.795000', '123912.255000', '123912.715000', '123913.175000', '123913.635000', '123914.095000', '123914.555000', '123915.015000', '123915.475000', '123915.935000', '123916.395000', '123916.855000', '123917.315000', '123917.775000', '123918.235000', '123918.695000', '123919.155000', '123919.615000', '123920.075000', '123920.535000', '123920.995000', '123921.455000', '123921.915000', '123922.375000', '123922.835000', '123923.295000', '123923.755000', '123924.215000', '123924.675000', '123925.135000', '123925.595000', '123926.055000', '123926.515000', '123926.975000', '123927.435000', '123927.895000', '123928.355000', '123928.815000', '123929.275000', '123929.735000', '123930.195000', '123930.655000', '123931.115000', '123931.575000', '123932.035000', '123932.495000', '123932.955000', '123933.415000', '123933.875000', '123934.335000', '123934.795000', '123935.255000', '123935.715000', '123936.175000', '123936.635000', '123937.095000', '123937.555000', '123938.015000', '123938.475000', '123938.935000', '123939.395000', '123939.855000', '123940.315000', '123940.775000', '123941.235000', '123941.695000', '123942.155000', '123942.615000', '123943.075000', '123943.535000', '123943.995000', '123944.455000', '123944.915000', '123945.375000', '123945.835000', '123946.295000', '123946.755000', '123947.215000', '123947.675000', '123948.135000', '123948.595000', '123949.055000', '123949.515000', '123949.975000', '123950.435000', '123950.895000', '123951.355000', '123951.815000', '123952.275000', '123952.735000', '123953.195000', '123953.655000', '123954.115000', '123954.575000', '123955.035000', '123955.495000', '123955.955000', '123956.415000', '123956.875000', '123957.335000', '123957.795000', '123958.255000', '123958.715000', '123959.175000', '123959.635000', '124000.095000', '124000.555000', '124001.015000', '124001.475000', '124001.935000', '124002.395000', '124002.855000', '124003.315000', '124003.775000', '124004.235000', '124004.695000', '124005.155000', '124005.615000', '124006.075000', '124006.535000', '124006.995000', '124007.455000', '124007.915000', '124008.375000', '124008.835000', '124009.295000', '124009.755000', '124010.215000', '124010.675000', '124011.135000', '124011.595000', '124012.055000', '124012.515000', '124012.975000', '124013.435000', '124013.895000', '124014.355000', '124014.815000', '124015.275000', '124015.735000', '124016.195000', '124016.655000', '124017.115000', '124017.575000', '124018.035000', '124018.495000', '124018.955000', '124019.415000', '124019.875000', '124020.335000', '124020.795000', '124021.255000', '124021.715000', '124022.175000', '124022.635000', '124023.095000', '124023.555000', '124024.015000', '124024.475000', '124024.935000', '124025.395000', '124025.855000', '124026.315000', '124026.775000', '124027.235000', '124027.695000', '124028.155000', '124028.615000', '124029.075000', '124029.535000', '124029.995000', '124030.455000', '124030.915000', '124031.375000', '124031.835000', '124032.295000', '124032.755000', '124033.215000', '124033.675000', '124034.135000', '124034.595000', '124035.055000', '124035.515000', '124035.975000', '124036.435000', '124036.895000', '124037.355000', '124037.815000', '124038.275000', '124038.735000', '124039.195000', '124039.655000', '124040.115000', '124040.575000', '124041.035000', '124041.495000', '124041.955000', '124042.415000', '124042.875000', '124043.335000', '124043.795000', '124044.255000', '124044.715000', '124045.175000', '124045.635000', '124046.095000', '124046.555000', '124047.015000', '124047.475000', '124047.935000', '124048.395000', '124048.855000', '124049.315000', '124049.775000', '124050.235000', '124050.695000', '124051.155000', '124051.615000', '124052.075000', '124052.535000', '124052.995000', '124053.455000', '124053.915000', '124054.375000', '124054.835000', '124055.295000', '124055.755000', '124056.215000', '124056.675000', '124057.135000', '124057.595000', '124058.055000', '124058.515000', '124058.975000', '124059.435000', '124059.895000', '124100.355000', '124100.815000', '124101.275000', '124101.735000'], 'ContentTime': ['123302.680000', '123302.684000', '123302.687000', '123302.689000', '123302.692000', '123302.695000', '123302.698000', '123302.700000', '123302.703000', '123302.706000', '123302.709000', '123302.715000', '123302.717000', '123302.720000', '123302.723000', '123302.726000', '123302.728000', '123302.731000', '123302.734000', '123302.737000', '123302.740000', '123302.742000', '123302.745000', '123302.748000', '123302.751000', '123302.754000', '123302.762000', '123302.765000', '123302.768000', '123302.770000', '123302.773000', '123302.776000', '123302.779000', '123302.781000', '123302.784000', '123302.787000', '123302.790000', '123302.793000', '123302.795000', '123302.798000', '123302.801000', '123302.817000', '123302.819000', '123302.822000', '123302.825000', '123302.828000', '123302.830000', '123302.833000', '123302.836000', '123302.839000', '123302.841000', '123302.844000', '123302.847000', '123302.850000', '123322.648000', '123322.651000', '123322.654000', '123322.656000', '123322.659000', '123322.662000', '123322.665000', '123322.673000', '123322.676000', '123322.678000', '123322.681000', '123322.684000', '123322.687000', '123322.690000', '123322.692000', '123322.695000', '123322.698000', '123322.701000', '123322.705000', '123322.708000', '123322.711000', '123322.713000', '123322.716000', '123322.719000', '123322.722000', '123322.725000', '123322.727000', '123322.730000', '123322.733000', '123322.736000', '123322.739000', '123322.741000', '123322.744000', '123322.747000', '123322.750000', '123322.753000', '123322.755000', '123322.758000', '123322.761000', '123322.764000', '123322.766000', '123322.769000', '123322.772000', '123342.648000', '123342.651000', '123342.654000', '123342.657000', '123342.659000', '123342.662000', '123342.665000', '123342.668000', '123342.670000', '123342.673000', '123342.676000', '123342.680000', '123342.683000', '123342.686000', '123342.689000', '123342.691000', '123342.694000', '123342.697000', '123342.700000', '123342.703000', '123342.706000', '123342.708000', '123342.711000', '123342.714000', '123342.717000', '123342.720000', '123342.722000', '123342.725000', '123342.728000', '123342.731000', '123342.734000', '123342.736000', '123342.739000', '123342.742000', '123342.745000', '123342.747000', '123342.750000', '123342.753000', '123342.756000', '123342.759000', '123342.761000', '123342.764000', '123342.767000', '123342.770000', '123402.648000', '123402.651000', '123402.654000', '123402.663000', '123402.666000', '123402.669000', '123402.672000', '123402.675000', '123402.683000', '123402.686000', '123402.689000', '123402.691000', '123402.694000', '123402.697000', '123402.700000', '123402.703000', '123402.705000', '123402.708000', '123402.711000', '123402.714000', '123402.717000', '123402.719000', '123402.722000', '123402.725000', '123402.728000', '123402.731000', '123402.734000', '123402.737000', '123402.740000', '123402.743000', '123402.745000', '123402.748000', '123402.751000', '123402.754000', '123402.757000', '123402.759000', '123402.762000', '123402.765000', '123402.768000', '123402.771000', '123402.773000', '123402.776000', '123402.779000', '123422.648000', '123422.651000', '123422.654000', '123422.656000', '123422.659000', '123422.662000', '123422.665000', '123422.668000', '123422.670000', '123422.673000', '123422.676000', '123422.679000', '123422.682000', '123422.685000', '123422.687000', '123422.698000', '123422.701000', '123422.704000', '123422.707000', '123422.709000', '123422.712000', '123422.715000', '123422.718000', '123422.721000', '123422.723000', '123422.726000', '123422.729000', '123422.732000', '123422.735000', '123422.737000', '123422.740000', '123422.743000', '123422.746000', '123422.749000', '123422.752000', '123422.754000', '123422.757000', '123422.760000', '123422.763000', '123422.766000', '123422.768000', '123422.771000', '123422.774000', '123422.777000', '123442.647000', '123442.650000', '123442.653000', '123442.655000', '123442.658000', '123442.661000', '123442.664000', '123442.666000', '123442.669000', '123442.672000', '123442.675000', '123442.678000', '123442.681000', '123442.683000', '123442.686000', '123442.689000', '123442.692000', '123442.694000', '123442.697000', '123442.700000', '123442.703000', '123442.706000', '123442.708000', '123442.711000', '123442.714000', '123442.717000', '123442.720000', '123442.722000', '123442.725000', '123442.728000', '123442.731000', '123442.737000', '123442.740000', '123442.743000', '123442.764000', '123442.767000', '123442.770000', '123442.772000', '123442.775000', '123442.778000', '123442.789000', '123442.792000', '123442.794000', '123502.648000', '123502.651000', '123502.653000', '123502.656000', '123502.659000', '123502.662000', '123502.665000', '123502.675000', '123502.678000', '123502.681000', '123502.684000', '123502.687000', '123502.690000', '123502.692000', '123502.695000', '123502.698000', '123502.701000', '123502.703000', '123502.706000', '123502.709000', '123502.712000', '123502.715000', '123502.717000', '123502.720000', '123502.723000', '123502.726000', '123502.729000', '123502.731000', '123502.734000', '123502.737000', '123502.740000', '123502.743000', '123502.746000', '123502.748000', '123502.751000', '123502.754000', '123502.757000', '123502.760000', '123502.762000', '123502.765000', '123502.768000', '123502.771000', '123502.774000', '123502.776000', '123522.648000', '123522.651000', '123522.654000', '123522.656000', '123522.659000', '123522.662000', '123522.665000', '123522.668000', '123522.670000', '123522.673000', '123522.676000', '123522.679000', '123522.682000', '123522.685000', '123522.687000', '123522.690000', '123522.693000', '123522.705000', '123522.707000', '123522.710000', '123522.713000', '123522.716000', '123522.719000', '123522.721000', '123522.724000', '123522.727000', '123522.730000', '123522.733000', '123522.736000', '123522.738000', '123522.741000', '123522.744000', '123522.747000', '123522.761000', '123522.764000', '123522.767000', '123522.770000', '123522.772000', '123522.775000', '123522.778000', '123522.781000', '123522.784000', '123522.786000', '123542.648000', '123542.651000', '123542.654000', '123542.656000', '123542.659000', '123542.662000', '123542.665000', '123542.668000', '123542.670000', '123542.673000', '123542.676000', '123542.679000', '123542.682000', '123542.685000', '123542.687000', '123542.690000', '123542.693000', '123542.696000', '123542.699000', '123542.701000', '123542.704000', '123542.707000', '123542.719000', '123542.722000', '123542.725000', '123542.727000', '123542.730000', '123542.733000', '123542.736000', '123542.738000', '123542.741000', '123542.744000', '123542.747000', '123542.750000', '123542.752000', '123542.755000', '123542.758000', '123542.761000', '123542.764000', '123542.766000', '123542.769000', '123542.772000', '123542.775000', '123542.778000', '123602.648000', '123602.651000', '123602.654000', '123602.656000', '123602.659000', '123602.662000', '123602.665000', '123602.668000', '123602.671000', '123602.673000', '123602.676000', '123602.679000', '123602.682000', '123602.685000', '123602.688000', '123602.690000', '123602.693000', '123602.696000', '123602.699000', '123602.707000', '123602.709000', '123602.712000', '123602.715000', '123602.718000', '123602.721000', '123602.723000', '123602.726000', '123602.729000', '123602.732000', '123602.735000', '123602.737000', '123602.740000', '123602.743000', '123602.746000', '123602.749000', '123602.751000', '123602.754000', '123602.757000', '123602.760000', '123602.763000', '123602.765000', '123602.768000', '123602.771000', '123622.648000', '123622.651000', '123622.654000', '123622.656000', '123622.659000', '123622.662000', '123622.665000', '123622.668000', '123622.671000', '123622.673000', '123622.676000', '123622.679000', '123622.682000', '123622.685000', '123622.688000', '123622.690000', '123622.693000', '123622.696000', '123622.699000', '123622.711000', '123622.714000', '123622.717000', '123622.734000', '123622.737000', '123622.739000', '123622.742000', '123622.745000', '123622.748000', '123622.751000', '123622.753000', '123622.756000', '123622.759000', '123622.762000', '123622.765000', '123622.768000', '123622.770000', '123622.773000', '123622.776000', '123622.779000', '123622.782000', '123622.785000', '123622.788000', '123622.790000', '123622.793000', '123642.648000', '123642.651000', '123642.654000', '123642.656000', '123642.659000', '123642.662000', '123642.665000', '123642.674000', '123642.677000', '123642.680000', '123642.683000', '123642.686000', '123642.689000', '123642.692000', '123642.694000', '123642.697000', '123642.700000', '123642.703000', '123642.706000', '123642.708000', '123642.711000', '123642.714000', '123642.717000', '123642.720000', '123642.722000', '123642.725000', '123642.728000', '123642.731000', '123642.734000', '123642.738000', '123642.741000', '123642.744000', '123642.747000', '123642.749000', '123642.752000', '123642.755000', '123642.758000', '123642.761000', '123642.764000', '123642.767000', '123642.769000', '123642.772000', '123642.775000', '123702.647000', '123702.650000', '123702.652000', '123702.655000', '123702.658000', '123702.661000', '123702.664000', '123702.667000', '123702.669000', '123702.672000', '123702.675000', '123702.678000', '123702.681000', '123702.683000', '123702.686000', '123702.689000', '123702.692000', '123702.695000', '123702.697000', '123702.700000', '123702.710000', '123702.713000', '123702.716000', '123702.719000', '123702.721000', '123702.724000', '123702.727000', '123702.730000', '123702.733000', '123702.735000', '123702.738000', '123702.741000', '123702.744000', '123702.746000', '123702.749000', '123702.752000', '123702.755000', '123702.758000', '123702.761000', '123702.763000', '123702.766000', '123702.769000', '123702.772000', '123702.775000', '123722.648000', '123722.651000', '123722.654000', '123722.656000', '123722.659000', '123722.662000', '123722.665000', '123722.668000', '123722.671000', '123722.674000', '123722.676000', '123722.679000', '123722.682000', '123722.685000', '123722.688000', '123722.690000', '123722.693000', '123722.696000', '123722.699000', '123722.702000', '123722.705000', '123722.707000', '123722.710000', '123722.713000', '123722.716000', '123722.718000', '123722.721000', '123722.724000', '123722.727000', '123722.730000', '123722.733000', '123722.735000', '123722.744000', '123722.746000', '123722.749000', '123722.752000', '123722.755000', '123722.758000', '123722.761000', '123722.763000', '123722.766000', '123722.769000', '123722.772000', '123742.648000', '123742.651000', '123742.654000', '123742.656000', '123742.659000', '123742.662000', '123742.665000', '123742.668000', '123742.671000', '123742.673000', '123742.676000', '123742.679000', '123742.682000', '123742.685000', '123742.688000', '123742.690000', '123742.693000', '123742.696000', '123742.699000', '123742.702000', '123742.705000', '123742.707000', '123742.710000', '123742.713000', '123742.716000', '123742.719000', '123742.721000', '123742.724000', '123742.727000', '123742.730000', '123742.733000', '123742.735000', '123742.738000', '123742.741000', '123742.744000', '123742.747000', '123742.749000', '123742.752000', '123742.755000', '123742.758000', '123742.761000', '123742.764000', '123742.766000', '123742.769000', '123802.648000', '123802.651000', '123802.654000', '123802.667000', '123802.670000', '123802.673000', '123802.676000', '123802.678000', '123802.681000', '123802.684000', '123802.687000', '123802.690000', '123802.692000', '123802.695000', '123802.698000', '123802.701000', '123802.713000', '123802.716000', '123802.719000', '123802.721000', '123802.724000', '123802.727000', '123802.730000', '123802.733000', '123802.735000', '123802.738000', '123802.741000', '123802.744000', '123802.747000', '123802.750000', '123802.752000', '123802.755000', '123802.758000', '123802.761000', '123802.764000', '123802.767000', '123802.769000', '123802.772000', '123802.776000', '123802.779000', '123802.782000', '123802.785000', '123802.788000', '123822.648000', '123822.651000', '123822.654000', '123822.656000', '123822.659000', '123822.662000', '123822.665000', '123822.667000', '123822.670000', '123822.673000', '123822.676000', '123822.679000', '123822.681000', '123822.684000', '123822.687000', '123822.690000', '123822.693000', '123822.695000', '123822.698000', '123822.701000', '123822.704000', '123822.712000', '123822.715000', '123822.718000', '123822.720000', '123822.723000', '123822.726000', '123822.729000', '123822.732000', '123822.734000', '123822.737000', '123822.740000', '123822.743000', '123822.746000', '123822.749000', '123822.751000', '123822.754000', '123822.757000', '123822.760000', '123822.762000', '123822.765000', '123822.768000', '123822.771000', '123822.774000', '123842.648000', '123842.651000', '123842.654000', '123842.657000', '123842.659000', '123842.671000', '123842.674000', '123842.677000', '123842.680000', '123842.682000', '123842.685000', '123842.688000', '123842.691000', '123842.694000', '123842.697000', '123842.699000', '123842.702000', '123842.705000', '123842.708000', '123842.711000', '123842.714000', '123842.716000', '123842.719000', '123842.722000', '123842.725000', '123842.728000', '123842.731000', '123842.733000', '123842.736000', '123842.739000', '123842.742000', '123842.745000', '123842.748000', '123842.751000', '123842.755000', '123842.758000', '123842.761000', '123842.764000', '123842.766000', '123842.769000', '123842.772000', '123842.775000', '123842.778000', '123902.648000', '123902.651000', '123902.654000', '123902.657000', '123902.681000', '123902.684000', '123902.687000', '123902.690000', '123902.693000', '123902.696000', '123902.698000', '123902.701000', '123902.704000', '123902.707000', '123902.710000', '123902.713000', '123902.715000', '123902.718000', '123902.721000', '123902.724000', '123902.727000', '123902.729000', '123902.732000', '123902.735000', '123902.738000', '123902.741000', '123902.743000', '123902.746000', '123902.749000', '123902.752000', '123902.755000', '123902.758000', '123902.761000', '123902.764000', '123902.766000', '123902.769000', '123902.772000', '123902.775000', '123902.778000', '123902.780000', '123902.783000', '123902.786000', '123902.789000', '123922.647000', '123922.650000', '123922.653000', '123922.656000', '123922.658000', '123922.661000', '123922.664000', '123922.667000', '123922.670000', '123922.672000', '123922.675000', '123922.678000', '123922.681000', '123922.692000', '123922.695000', '123922.703000', '123922.706000', '123922.709000', '123922.712000', '123922.715000', '123922.718000', '123922.720000', '123922.723000', '123922.726000', '123922.729000', '123922.732000', '123922.734000', '123922.737000', '123922.740000', '123922.743000', '123922.746000', '123922.749000', '123922.751000', '123922.754000', '123922.757000', '123922.760000', '123922.763000', '123922.766000', '123922.768000', '123922.771000', '123922.774000', '123922.777000', '123922.780000', '123922.783000', '123942.648000', '123942.651000', '123942.654000', '123942.656000', '123942.661000', '123942.665000', '123942.668000', '123942.671000', '123942.673000', '123942.676000', '123942.679000', '123942.682000', '123942.684000', '123942.687000', '123942.690000', '123942.693000', '123942.696000', '123942.699000', '123942.702000', '123942.704000', '123942.707000', '123942.710000', '123942.713000', '123942.716000', '123942.718000', '123942.721000', '123942.724000', '123942.727000', '123942.730000', '123942.733000', '123942.736000', '123942.738000', '123942.741000', '123942.744000', '123942.747000', '123942.750000', '123942.752000', '123942.755000', '123942.758000', '123942.761000', '123942.764000', '123942.766000', '123942.770000', '124002.648000', '124002.651000', '124002.654000', '124002.657000', '124002.660000', '124002.662000', '124002.665000', '124002.668000', '124002.671000', '124002.674000', '124002.676000', '124002.679000', '124002.682000', '124002.685000', '124002.688000', '124002.691000', '124002.703000', '124002.705000', '124002.708000', '124002.711000', '124002.714000', '124002.717000', '124002.720000', '124002.722000', '124002.725000', '124002.728000', '124002.731000', '124002.734000', '124002.737000', '124002.740000', '124002.742000', '124002.745000', '124002.748000', '124002.751000', '124002.754000', '124002.757000', '124002.759000', '124002.762000', '124002.765000', '124002.768000', '124002.771000', '124002.774000', '124002.777000', '124002.779000', '124022.648000', '124022.651000', '124022.654000', '124022.657000', '124022.659000', '124022.662000', '124022.665000', '124022.668000', '124022.671000', '124022.674000', '124022.677000', '124022.690000', '124022.693000', '124022.696000', '124022.699000', '124022.702000', '124022.704000', '124022.707000', '124022.710000', '124022.713000', '124022.716000', '124022.718000', '124022.721000', '124022.724000', '124022.727000', '124022.730000', '124022.733000', '124022.735000', '124022.738000', '124022.741000', '124022.744000', '124022.747000', '124022.749000', '124022.752000', '124022.755000', '124022.764000', '124022.767000', '124022.770000', '124022.773000', '124022.776000', '124022.779000', '124022.781000', '124022.784000', '124042.648000', '124042.651000', '124042.654000', '124042.656000', '124042.659000', '124042.662000', '124042.665000', '124042.672000', '124042.675000', '124042.678000', '124042.681000', '124042.695000', '124042.698000', '124042.700000', '124042.703000', '124042.706000', '124042.709000', '124042.712000', '124042.714000', '124042.717000', '124042.720000', '124042.723000', '124042.726000', '124042.729000', '124042.731000', '124042.734000', '124042.737000', '124042.740000', '124042.743000', '124042.746000', '124042.748000', '124042.752000', '124042.754000', '124042.757000', '124042.760000', '124042.763000', '124042.766000', '124042.769000', '124042.771000', '124042.774000', '124042.777000', '124042.780000', '124042.783000', '124042.786000', '124102.649000', '124102.653000', '124102.656000', '124102.659000', '124102.663000', '124102.666000', '124102.669000', '124102.672000', '124102.674000', '124102.677000', '124102.680000', '124102.683000', '124102.686000', '124102.689000', '124102.692000', '124102.701000', '124102.704000', '124102.708000', '124102.711000', '124102.716000', '124102.719000', '124102.722000', '124102.725000', '124102.729000', '124102.732000', '124102.735000', '124102.738000', '124102.740000', '124102.743000', '124102.746000', '124102.749000', '124102.752000', '124102.755000', '124102.758000', '124102.761000', '124102.764000', '124102.767000', '124102.770000', '124102.773000', '124102.776000', '124102.779000', '124102.781000', '124102.784000', '124102.926000'], 'InstanceCreationTime': ['123302.680000', '123302.684000', '123302.687000', '123302.689000', '123302.692000', '123302.695000', '123302.698000', '123302.700000', '123302.703000', '123302.706000', '123302.709000', '123302.715000', '123302.717000', '123302.720000', '123302.723000', '123302.726000', '123302.728000', '123302.731000', '123302.734000', '123302.737000', '123302.740000', '123302.742000', '123302.745000', '123302.748000', '123302.751000', '123302.754000', '123302.762000', '123302.765000', '123302.768000', '123302.770000', '123302.773000', '123302.776000', '123302.779000', '123302.781000', '123302.784000', '123302.787000', '123302.790000', '123302.793000', '123302.795000', '123302.798000', '123302.801000', '123302.817000', '123302.819000', '123302.822000', '123302.825000', '123302.828000', '123302.830000', '123302.833000', '123302.836000', '123302.839000', '123302.841000', '123302.844000', '123302.847000', '123302.850000', '123322.648000', '123322.651000', '123322.654000', '123322.656000', '123322.659000', '123322.662000', '123322.665000', '123322.673000', '123322.676000', '123322.678000', '123322.681000', '123322.684000', '123322.687000', '123322.690000', '123322.692000', '123322.695000', '123322.698000', '123322.701000', '123322.705000', '123322.708000', '123322.711000', '123322.713000', '123322.716000', '123322.719000', '123322.722000', '123322.725000', '123322.727000', '123322.730000', '123322.733000', '123322.736000', '123322.739000', '123322.741000', '123322.744000', '123322.747000', '123322.750000', '123322.753000', '123322.755000', '123322.758000', '123322.761000', '123322.764000', '123322.766000', '123322.769000', '123322.772000', '123342.648000', '123342.651000', '123342.654000', '123342.657000', '123342.659000', '123342.662000', '123342.665000', '123342.668000', '123342.670000', '123342.673000', '123342.676000', '123342.680000', '123342.683000', '123342.686000', '123342.689000', '123342.691000', '123342.694000', '123342.697000', '123342.700000', '123342.703000', '123342.706000', '123342.708000', '123342.711000', '123342.714000', '123342.717000', '123342.720000', '123342.722000', '123342.725000', '123342.728000', '123342.731000', '123342.734000', '123342.736000', '123342.739000', '123342.742000', '123342.745000', '123342.747000', '123342.750000', '123342.753000', '123342.756000', '123342.759000', '123342.761000', '123342.764000', '123342.767000', '123342.770000', '123402.648000', '123402.651000', '123402.654000', '123402.663000', '123402.666000', '123402.669000', '123402.672000', '123402.675000', '123402.683000', '123402.686000', '123402.689000', '123402.691000', '123402.694000', '123402.697000', '123402.700000', '123402.703000', '123402.705000', '123402.708000', '123402.711000', '123402.714000', '123402.717000', '123402.719000', '123402.722000', '123402.725000', '123402.728000', '123402.731000', '123402.734000', '123402.737000', '123402.740000', '123402.743000', '123402.745000', '123402.748000', '123402.751000', '123402.754000', '123402.757000', '123402.759000', '123402.762000', '123402.765000', '123402.768000', '123402.771000', '123402.773000', '123402.776000', '123402.779000', '123422.648000', '123422.651000', '123422.654000', '123422.656000', '123422.659000', '123422.662000', '123422.665000', '123422.668000', '123422.670000', '123422.673000', '123422.676000', '123422.679000', '123422.682000', '123422.685000', '123422.687000', '123422.698000', '123422.701000', '123422.704000', '123422.707000', '123422.709000', '123422.712000', '123422.715000', '123422.718000', '123422.721000', '123422.723000', '123422.726000', '123422.729000', '123422.732000', '123422.735000', '123422.737000', '123422.740000', '123422.743000', '123422.746000', '123422.749000', '123422.752000', '123422.754000', '123422.757000', '123422.760000', '123422.763000', '123422.766000', '123422.768000', '123422.771000', '123422.774000', '123422.777000', '123442.647000', '123442.650000', '123442.653000', '123442.655000', '123442.658000', '123442.661000', '123442.664000', '123442.666000', '123442.669000', '123442.672000', '123442.675000', '123442.678000', '123442.681000', '123442.683000', '123442.686000', '123442.689000', '123442.692000', '123442.694000', '123442.697000', '123442.700000', '123442.703000', '123442.706000', '123442.708000', '123442.711000', '123442.714000', '123442.717000', '123442.720000', '123442.722000', '123442.725000', '123442.728000', '123442.731000', '123442.737000', '123442.740000', '123442.743000', '123442.764000', '123442.767000', '123442.770000', '123442.772000', '123442.775000', '123442.778000', '123442.789000', '123442.792000', '123442.794000', '123502.648000', '123502.651000', '123502.653000', '123502.656000', '123502.659000', '123502.662000', '123502.665000', '123502.675000', '123502.678000', '123502.681000', '123502.684000', '123502.687000', '123502.690000', '123502.692000', '123502.695000', '123502.698000', '123502.701000', '123502.703000', '123502.706000', '123502.709000', '123502.712000', '123502.715000', '123502.717000', '123502.720000', '123502.723000', '123502.726000', '123502.729000', '123502.731000', '123502.734000', '123502.737000', '123502.740000', '123502.743000', '123502.746000', '123502.748000', '123502.751000', '123502.754000', '123502.757000', '123502.760000', '123502.762000', '123502.765000', '123502.768000', '123502.771000', '123502.774000', '123502.776000', '123522.648000', '123522.651000', '123522.654000', '123522.656000', '123522.659000', '123522.662000', '123522.665000', '123522.668000', '123522.670000', '123522.673000', '123522.676000', '123522.679000', '123522.682000', '123522.685000', '123522.687000', '123522.690000', '123522.693000', '123522.705000', '123522.707000', '123522.710000', '123522.713000', '123522.716000', '123522.719000', '123522.721000', '123522.724000', '123522.727000', '123522.730000', '123522.733000', '123522.736000', '123522.738000', '123522.741000', '123522.744000', '123522.747000', '123522.761000', '123522.764000', '123522.767000', '123522.770000', '123522.772000', '123522.775000', '123522.778000', '123522.781000', '123522.784000', '123522.786000', '123542.648000', '123542.651000', '123542.654000', '123542.656000', '123542.659000', '123542.662000', '123542.665000', '123542.668000', '123542.670000', '123542.673000', '123542.676000', '123542.679000', '123542.682000', '123542.685000', '123542.687000', '123542.690000', '123542.693000', '123542.696000', '123542.699000', '123542.701000', '123542.704000', '123542.707000', '123542.719000', '123542.722000', '123542.725000', '123542.727000', '123542.730000', '123542.733000', '123542.736000', '123542.738000', '123542.741000', '123542.744000', '123542.747000', '123542.750000', '123542.752000', '123542.755000', '123542.758000', '123542.761000', '123542.764000', '123542.766000', '123542.769000', '123542.772000', '123542.775000', '123542.778000', '123602.648000', '123602.651000', '123602.654000', '123602.656000', '123602.659000', '123602.662000', '123602.665000', '123602.668000', '123602.671000', '123602.673000', '123602.676000', '123602.679000', '123602.682000', '123602.685000', '123602.688000', '123602.690000', '123602.693000', '123602.696000', '123602.699000', '123602.707000', '123602.709000', '123602.712000', '123602.715000', '123602.718000', '123602.721000', '123602.723000', '123602.726000', '123602.729000', '123602.732000', '123602.735000', '123602.737000', '123602.740000', '123602.743000', '123602.746000', '123602.749000', '123602.751000', '123602.754000', '123602.757000', '123602.760000', '123602.763000', '123602.765000', '123602.768000', '123602.771000', '123622.648000', '123622.651000', '123622.654000', '123622.656000', '123622.659000', '123622.662000', '123622.665000', '123622.668000', '123622.671000', '123622.673000', '123622.676000', '123622.679000', '123622.682000', '123622.685000', '123622.688000', '123622.690000', '123622.693000', '123622.696000', '123622.699000', '123622.711000', '123622.714000', '123622.717000', '123622.734000', '123622.737000', '123622.739000', '123622.742000', '123622.745000', '123622.748000', '123622.751000', '123622.753000', '123622.756000', '123622.759000', '123622.762000', '123622.765000', '123622.768000', '123622.770000', '123622.773000', '123622.776000', '123622.779000', '123622.782000', '123622.785000', '123622.788000', '123622.790000', '123622.793000', '123642.648000', '123642.651000', '123642.654000', '123642.656000', '123642.659000', '123642.662000', '123642.665000', '123642.674000', '123642.677000', '123642.680000', '123642.683000', '123642.686000', '123642.689000', '123642.692000', '123642.694000', '123642.697000', '123642.700000', '123642.703000', '123642.706000', '123642.708000', '123642.711000', '123642.714000', '123642.717000', '123642.720000', '123642.722000', '123642.725000', '123642.728000', '123642.731000', '123642.734000', '123642.738000', '123642.741000', '123642.744000', '123642.747000', '123642.749000', '123642.752000', '123642.755000', '123642.758000', '123642.761000', '123642.764000', '123642.767000', '123642.769000', '123642.772000', '123642.775000', '123702.647000', '123702.650000', '123702.652000', '123702.655000', '123702.658000', '123702.661000', '123702.664000', '123702.667000', '123702.669000', '123702.672000', '123702.675000', '123702.678000', '123702.681000', '123702.683000', '123702.686000', '123702.689000', '123702.692000', '123702.695000', '123702.697000', '123702.700000', '123702.710000', '123702.713000', '123702.716000', '123702.719000', '123702.721000', '123702.724000', '123702.727000', '123702.730000', '123702.733000', '123702.735000', '123702.738000', '123702.741000', '123702.744000', '123702.746000', '123702.749000', '123702.752000', '123702.755000', '123702.758000', '123702.761000', '123702.763000', '123702.766000', '123702.769000', '123702.772000', '123702.775000', '123722.648000', '123722.651000', '123722.654000', '123722.656000', '123722.659000', '123722.662000', '123722.665000', '123722.668000', '123722.671000', '123722.674000', '123722.676000', '123722.679000', '123722.682000', '123722.685000', '123722.688000', '123722.690000', '123722.693000', '123722.696000', '123722.699000', '123722.702000', '123722.705000', '123722.707000', '123722.710000', '123722.713000', '123722.716000', '123722.718000', '123722.721000', '123722.724000', '123722.727000', '123722.730000', '123722.733000', '123722.735000', '123722.744000', '123722.746000', '123722.749000', '123722.752000', '123722.755000', '123722.758000', '123722.761000', '123722.763000', '123722.766000', '123722.769000', '123722.772000', '123742.648000', '123742.651000', '123742.654000', '123742.656000', '123742.659000', '123742.662000', '123742.665000', '123742.668000', '123742.671000', '123742.673000', '123742.676000', '123742.679000', '123742.682000', '123742.685000', '123742.688000', '123742.690000', '123742.693000', '123742.696000', '123742.699000', '123742.702000', '123742.705000', '123742.707000', '123742.710000', '123742.713000', '123742.716000', '123742.719000', '123742.721000', '123742.724000', '123742.727000', '123742.730000', '123742.733000', '123742.735000', '123742.738000', '123742.741000', '123742.744000', '123742.747000', '123742.749000', '123742.752000', '123742.755000', '123742.758000', '123742.761000', '123742.764000', '123742.766000', '123742.769000', '123802.648000', '123802.651000', '123802.654000', '123802.667000', '123802.670000', '123802.673000', '123802.676000', '123802.678000', '123802.681000', '123802.684000', '123802.687000', '123802.690000', '123802.692000', '123802.695000', '123802.698000', '123802.701000', '123802.713000', '123802.716000', '123802.719000', '123802.721000', '123802.724000', '123802.727000', '123802.730000', '123802.733000', '123802.735000', '123802.738000', '123802.741000', '123802.744000', '123802.747000', '123802.750000', '123802.752000', '123802.755000', '123802.758000', '123802.761000', '123802.764000', '123802.767000', '123802.769000', '123802.772000', '123802.776000', '123802.779000', '123802.782000', '123802.785000', '123802.788000', '123822.648000', '123822.651000', '123822.654000', '123822.656000', '123822.659000', '123822.662000', '123822.665000', '123822.667000', '123822.670000', '123822.673000', '123822.676000', '123822.679000', '123822.681000', '123822.684000', '123822.687000', '123822.690000', '123822.693000', '123822.695000', '123822.698000', '123822.701000', '123822.704000', '123822.712000', '123822.715000', '123822.718000', '123822.720000', '123822.723000', '123822.726000', '123822.729000', '123822.732000', '123822.734000', '123822.737000', '123822.740000', '123822.743000', '123822.746000', '123822.749000', '123822.751000', '123822.754000', '123822.757000', '123822.760000', '123822.762000', '123822.765000', '123822.768000', '123822.771000', '123822.774000', '123842.648000', '123842.651000', '123842.654000', '123842.657000', '123842.659000', '123842.671000', '123842.674000', '123842.677000', '123842.680000', '123842.682000', '123842.685000', '123842.688000', '123842.691000', '123842.694000', '123842.697000', '123842.699000', '123842.702000', '123842.705000', '123842.708000', '123842.711000', '123842.714000', '123842.716000', '123842.719000', '123842.722000', '123842.725000', '123842.728000', '123842.731000', '123842.733000', '123842.736000', '123842.739000', '123842.742000', '123842.745000', '123842.748000', '123842.751000', '123842.755000', '123842.758000', '123842.761000', '123842.764000', '123842.766000', '123842.769000', '123842.772000', '123842.775000', '123842.778000', '123902.648000', '123902.651000', '123902.654000', '123902.657000', '123902.681000', '123902.684000', '123902.687000', '123902.690000', '123902.693000', '123902.696000', '123902.698000', '123902.701000', '123902.704000', '123902.707000', '123902.710000', '123902.713000', '123902.715000', '123902.718000', '123902.721000', '123902.724000', '123902.727000', '123902.729000', '123902.732000', '123902.735000', '123902.738000', '123902.741000', '123902.743000', '123902.746000', '123902.749000', '123902.752000', '123902.755000', '123902.758000', '123902.761000', '123902.764000', '123902.766000', '123902.769000', '123902.772000', '123902.775000', '123902.778000', '123902.780000', '123902.783000', '123902.786000', '123902.789000', '123922.647000', '123922.650000', '123922.653000', '123922.656000', '123922.658000', '123922.661000', '123922.664000', '123922.667000', '123922.670000', '123922.672000', '123922.675000', '123922.678000', '123922.681000', '123922.692000', '123922.695000', '123922.703000', '123922.706000', '123922.709000', '123922.712000', '123922.715000', '123922.718000', '123922.720000', '123922.723000', '123922.726000', '123922.729000', '123922.732000', '123922.734000', '123922.737000', '123922.740000', '123922.743000', '123922.746000', '123922.749000', '123922.751000', '123922.754000', '123922.757000', '123922.760000', '123922.763000', '123922.766000', '123922.768000', '123922.771000', '123922.774000', '123922.777000', '123922.780000', '123922.783000', '123942.648000', '123942.651000', '123942.654000', '123942.656000', '123942.661000', '123942.665000', '123942.668000', '123942.671000', '123942.673000', '123942.676000', '123942.679000', '123942.682000', '123942.684000', '123942.687000', '123942.690000', '123942.693000', '123942.696000', '123942.699000', '123942.702000', '123942.704000', '123942.707000', '123942.710000', '123942.713000', '123942.716000', '123942.718000', '123942.721000', '123942.724000', '123942.727000', '123942.730000', '123942.733000', '123942.736000', '123942.738000', '123942.741000', '123942.744000', '123942.747000', '123942.750000', '123942.752000', '123942.755000', '123942.758000', '123942.761000', '123942.764000', '123942.766000', '123942.770000', '124002.648000', '124002.651000', '124002.654000', '124002.657000', '124002.660000', '124002.662000', '124002.665000', '124002.668000', '124002.671000', '124002.674000', '124002.676000', '124002.679000', '124002.682000', '124002.685000', '124002.688000', '124002.691000', '124002.703000', '124002.705000', '124002.708000', '124002.711000', '124002.714000', '124002.717000', '124002.720000', '124002.722000', '124002.725000', '124002.728000', '124002.731000', '124002.734000', '124002.737000', '124002.740000', '124002.742000', '124002.745000', '124002.748000', '124002.751000', '124002.754000', '124002.757000', '124002.759000', '124002.762000', '124002.765000', '124002.768000', '124002.771000', '124002.774000', '124002.777000', '124002.779000', '124022.648000', '124022.651000', '124022.654000', '124022.657000', '124022.659000', '124022.662000', '124022.665000', '124022.668000', '124022.671000', '124022.674000', '124022.677000', '124022.690000', '124022.693000', '124022.696000', '124022.699000', '124022.702000', '124022.704000', '124022.707000', '124022.710000', '124022.713000', '124022.716000', '124022.718000', '124022.721000', '124022.724000', '124022.727000', '124022.730000', '124022.733000', '124022.735000', '124022.738000', '124022.741000', '124022.744000', '124022.747000', '124022.749000', '124022.752000', '124022.755000', '124022.764000', '124022.767000', '124022.770000', '124022.773000', '124022.776000', '124022.779000', '124022.781000', '124022.784000', '124042.648000', '124042.651000', '124042.654000', '124042.656000', '124042.659000', '124042.662000', '124042.665000', '124042.672000', '124042.675000', '124042.678000', '124042.681000', '124042.695000', '124042.698000', '124042.700000', '124042.703000', '124042.706000', '124042.709000', '124042.712000', '124042.714000', '124042.717000', '124042.720000', '124042.723000', '124042.726000', '124042.729000', '124042.731000', '124042.734000', '124042.737000', '124042.740000', '124042.743000', '124042.746000', '124042.748000', '124042.752000', '124042.754000', '124042.757000', '124042.760000', '124042.763000', '124042.766000', '124042.769000', '124042.771000', '124042.774000', '124042.777000', '124042.780000', '124042.783000', '124042.786000', '124102.649000', '124102.653000', '124102.656000', '124102.659000', '124102.663000', '124102.666000', '124102.669000', '124102.672000', '124102.674000', '124102.677000', '124102.680000', '124102.683000', '124102.686000', '124102.689000', '124102.692000', '124102.701000', '124102.704000', '124102.708000', '124102.711000', '124102.716000', '124102.719000', '124102.722000', '124102.725000', '124102.729000', '124102.732000', '124102.735000', '124102.738000', '124102.740000', '124102.743000', '124102.746000', '124102.749000', '124102.752000', '124102.755000', '124102.758000', '124102.761000', '124102.764000', '124102.767000', '124102.770000', '124102.773000', '124102.776000', '124102.779000', '124102.781000', '124102.784000', '124102.926000'], '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': [9674, 11888, 9930, 10751, 9915, 10503, 9673, 9658, 14088, 10175, 11487, 9701, 10778, 9900, 10159, 9556, 9775, 8844, 9530, 8455, 9570, 9695, 9931, 11466, 10049, 10000, 9458, 9866, 9588, 9973, 8984, 9585, 8499, 9705, 11868, 10102, 10037, 9222, 9807, 9273, 9413, 8919, 9268, 9015, 9176, 10823, 9390, 10292, 9467, 9969, 9001, 9771, 9912, 9768, 10617, 9987, 11035, 9703, 10409, 9171, 10186, 9544, 10172, 8703, 9675, 11838, 9881, 10877, 9599, 10603, 9355, 10497, 9391, 10031, 8543, 9888, 9564, 9402, 11800, 9947, 10129, 9646, 10126, 8914, 10146, 8687, 10128, 8492, 9470, 9726, 9539, 9982, 8812, 11084, 9080, 10336, 9104, 9886, 9339, 10381, 9500, 10742, 8486, 10546, 9539, 9935, 11968, 9918, 10802, 9774, 10697, 9471, 11192, 9541, 10966, 8756, 9838, 13479, 9917, 11315, 9704, 10558, 9888, 10688, 8650, 10039, 8690, 9980, 10330, 9733, 11400, 10191, 10524, 9690, 10454, 9531, 10547, 9341, 10340, 9851, 10431, 8980, 9960, 8800, 10310, 9513, 10112, 8538, 9769, 8980, 9635, 10317, 9924, 11396, 9999, 10929, 9458, 10816, 9439, 10865, 8633, 10205, 8755, 10061, 9658, 9995, 9974, 9603, 10724, 9582, 10193, 9518, 11933, 9969, 10581, 10001, 10632, 9991, 12434, 10031, 8562, 9982, 11943, 9347, 10655, 8948, 10737, 9382, 10977, 8791, 10735, 9008, 10894, 11746, 10114, 14264, 10278, 14585, 10127, 15402, 9903, 12490, 9855, 11430, 9964, 10875, 10089, 10696, 9977, 10037, 9080, 9564, 9659, 10122, 9800, 9843, 9325, 9843, 8960, 9709, 9153, 10108, 9246, 9922, 9513, 10986, 9215, 11138, 8982, 10870, 9175, 10335, 8815, 10013, 9289, 10055, 8734, 10643, 8880, 11128, 8839, 10991, 11699, 10174, 13319, 10138, 11624, 10255, 11524, 10102, 11289, 9311, 11002, 9919, 11006, 8869, 10208, 12306, 10283, 12340, 9886, 11167, 9572, 10750, 9357, 10689, 9735, 10610, 9666, 10783, 8994, 10796, 9044, 10516, 9203, 10456, 9013, 10673, 9562, 11160, 9125, 11156, 8954, 11149, 8959, 10602, 10393, 9948, 10747, 10044, 13246, 10159, 11614, 9957, 11432, 9094, 10385, 10555, 9886, 11299, 9651, 11389, 9882, 11194, 9454, 10843, 9366, 10942, 9174, 10679, 8752, 10175, 9287, 9773, 11549, 9708, 11283, 9825, 10949, 9291, 10742, 9250, 11058, 9297, 10740, 9676, 11118, 9341, 11468, 9114, 11321, 9580, 10892, 8859, 10668, 10533, 10142, 13216, 9677, 12129, 9882, 11262, 9147, 10422, 9470, 10891, 9381, 10987, 9051, 10741, 9260, 9790, 12487, 9852, 10488, 9233, 10947, 9071, 10762, 9073, 10936, 9379, 10213, 9060, 9862, 10322, 9839, 11404, 9330, 11526, 9340, 10951, 9508, 10664, 8880, 10097, 8981, 10143, 8856, 10286, 10780, 9712, 11595, 9403, 11003, 9273, 9628, 8055, 10519, 9391, 11181, 9884, 8960, 10452, 8974, 10731, 13357, 10064, 11565, 9402, 11410, 9524, 11401, 9451, 10929, 8613, 10397, 12376, 9891, 11640, 9392, 11241, 10050, 11479, 9783, 11372, 9163, 10872, 9070, 10455, 10241, 9644, 11782, 9615, 11177, 9284, 11202, 9491, 11317, 8881, 10649, 10827, 9973, 12332, 9779, 11294, 9673, 11358, 9542, 11436, 9544, 11066, 8979, 10651, 9736, 9892, 12620, 9874, 11312, 9462, 10647, 9391, 10734, 9806, 10964, 9148, 10651, 9274, 9258, 9858, 8818, 10557, 8979, 10373, 9051, 10321, 9826, 9504, 11823, 9416, 11198, 9700, 11278, 12469, 9859, 15687, 9152, 11560, 9646, 11059, 9789, 11156, 9872, 10721, 9685, 10683, 9718, 10328, 8882, 9729, 12557, 9778, 11488, 9385, 10716, 9586, 10414, 9182, 9749, 9109, 9842, 8899, 10378, 9178, 9881, 11887, 9378, 11229, 8742, 10577, 9301, 10146, 9558, 9721, 9050, 9860, 9164, 9782, 10610, 9191, 11806, 8851, 10756, 9573, 10581, 9609, 10986, 8978, 10508, 9418, 10204, 9027, 9518, 11365, 9026, 11015, 9460, 10604, 10029, 10704, 9573, 10591, 9839, 10821, 9068, 11258, 9440, 9984, 12990, 9772, 10980, 8779, 11030, 8709, 11024, 9147, 10266, 11421, 9550, 11380, 9279, 10853, 8970, 11069, 8776, 10909, 8871, 10570, 9143, 10507, 8938, 10429, 10969, 9143, 11860, 8679, 10959, 9118, 10899, 9105, 10293, 8442, 9959, 11159, 9308, 11742, 9330, 11068, 9246, 11347, 8834, 11232, 8860, 11387, 9323, 11416, 9253, 11519, 8993, 11145, 11055, 10446, 14241, 9703, 11568, 9496, 11518, 9727, 11411, 9297, 11345, 9229, 11424, 9307, 11384, 8976, 10484, 10873, 10094, 10853, 9849, 12347, 9469, 11381, 9325, 10948, 9169, 10774, 9500, 10416, 8629, 10164, 9353, 9728, 11089, 9324, 11556, 9487, 10879, 9416, 11297, 9099, 10970, 9205, 10942, 8910, 11253, 9215, 11078, 8595, 10471, 8828, 11117, 8623, 11044, 9950, 10317, 11611, 9505, 12231, 9394, 11909, 9254, 11121, 8944, 10964, 9727, 10720, 10062, 10822, 9765, 10982, 9679, 11078, 8786, 10373, 10766, 9544, 12252, 9283, 11089, 9355, 11247, 9206, 11462, 8740, 11406, 9452, 10623, 9919, 10022, 10644, 10347, 12525, 9385, 12415, 9313, 11148, 9686, 11295, 9693, 11288, 8597, 11091, 8950, 10150, 9562, 9651, 10708, 9702, 10648, 9649, 11273, 9084, 11129, 9009, 10788, 9477, 10440, 9668, 10673, 9982, 10936, 9176, 10244, 8605, 11309, 8913, 10500, 9235, 10045, 9945, 9366, 11467, 8778, 10815, 8877, 10882, 9700, 11074, 13168, 10635, 14107, 9703, 11742, 8931, 11471, 9032, 10090, 9386, 8913, 11538, 9466, 11430, 9346, 10998, 9332, 10530, 9103, 10414, 8976, 10398, 9360, 9995, 8977, 9763, 9295, 10220, 9276, 9800, 9057, 9996, 9801, 10935, 9759, 10529, 9702, 10202, 9154, 9857, 9567, 9335, 10050, 9800, 8921, 10579, 8907, 9820, 9249, 9918, 11993, 9332, 11735, 8947, 10738, 9340, 11718, 8703, 10949, 8932, 10945, 9159, 10790, 8736, 10900, 9470, 11029, 9053, 10541, 9026, 9902, 12341, 9022, 11331, 9217, 10835, 9927, 11331, 9471, 10895, 8463, 10979, 9387, 10717, 9010, 10205, 9969, 10130, 8868, 10737, 8601, 10895, 9764, 10123, 12232, 9425, 11630, 9384, 11119, 9276, 11498, 9105, 10951, 9066, 11079, 9853, 11390, 9630, 11712, 9554, 11639, 8591, 11757, 9126, 10873, 12826, 9328, 12793, 9297, 11368, 8849, 11439, 8383, 10862, 9211, 9893, 10968, 9125, 11055, 9253, 11361, 8843, 10681, 8855, 10833, 8772, 11104, 9455, 11342, 9100, 11803, 9024, 11447, 8794, 11507, 9232, 10929, 9027, 10638, 10287, 10429, 11150, 9927, 12637, 9387, 11569, 8981, 11017, 9191, 10927, 9519, 10707, 9236, 10366, 9040, 10232, 10949, 9091, 12286, 8936, 11010, 9400, 10933, 9110, 11138, 9337, 10837, 9261, 10840, 9479, 10846, 9072, 9768, 10578, 9503, 10636, 9900, 10992, 9420, 12144, 8920, 10986, 9236, 10793, 9429, 11184, 9019, 10488, 8984, 10166, 9149, 9905, 11929, 9060, 11348, 9158, 10777, 9329, 8970, 10300, 8741, 10619, 13083, 9425, 11896, 8973, 11140, 9198, 10994, 9005, 11068, 9030, 11295, 9074, 11118, 9072, 10461, 10557, 9572, 10760, 9669, 11969, 8961, 11512, 8471, 10674, 9509, 10481, 8923, 11151, 8231, 10927, 9078, 10474, 9026, 10022, 9967, 9685, 11654, 9353, 11419, 9380, 11523, 8920, 11115, 9009, 11121, 8588, 10917, 9013, 10348, 9198, 10401, 9106, 10750, 8915, 10738, 9135, 10209, 11820, 8987, 12134, 9335, 11120, 8690, 10668, 9091, 10685, 9211, 10705, 9147, 10157, 8993, 10131, 9042, 10310, 10206, 9528, 11765, 8989, 11044, 9093, 10666, 9514, 10900, 9225, 10952, 9245, 10153, 8789, 9648, 11046, 8882, 11297, 9052, 10664, 9298, 10794, 8958, 10832, 8742, 11223, 9395, 10626, 9283, 10485, 9200, 10421, 10337, 10251, 12191, 9407, 12021, 9206, 11182, 8975, 10804, 8527, 11008, 9630, 10949, 9285, 10731, 9079, 10407, 11421, 9309, 12379, 9160, 10956, 9361, 11447, 9086, 10892, 9401, 10273, 9023, 9914, 10032, 9582, 11249, 9010, 11597, 8658, 10806, 9206, 10444, 8810], 'WindowCenter': [3976.0, 3978.0, 3954.0, 3952.0, 3928.0, 3938.0, 3914.0, 3926.0, 3945.0, 3923.0, 3923.0, 3901.0, 3921.0, 3912.0, 3911.0, 3899.0, 3910.0, 3887.0, 3910.0, 3886.0, 3910.0, 3898.0, 3911.0, 3921.0, 3909.0, 3912.0, 3923.0, 3924.0, 3913.0, 3913.0, 3900.0, 3914.0, 3899.0, 3922.0, 3933.0, 3922.0, 3922.0, 3913.0, 3938.0, 3926.0, 3927.0, 3914.0, 3915.0, 3912.0, 3924.0, 3933.0, 3925.0, 3937.0, 3925.0, 3938.0, 3913.0, 3938.0, 3939.0, 3940.0, 3937.0, 3925.0, 3934.0, 3924.0, 3923.0, 3915.0, 3926.0, 3923.0, 3936.0, 3914.0, 3926.0, 3934.0, 3926.0, 3947.0, 3927.0, 3935.0, 3913.0, 3924.0, 3912.0, 3925.0, 3916.0, 3935.0, 3923.0, 3939.0, 3958.0, 3939.0, 3935.0, 3951.0, 3934.0, 3924.0, 3937.0, 3915.0, 3937.0, 3927.0, 3940.0, 3937.0, 3941.0, 3937.0, 3941.0, 3960.0, 3940.0, 3938.0, 3939.0, 3938.0, 3927.0, 3936.0, 3925.0, 3948.0, 3917.0, 3938.0, 3925.0, 3936.0, 3946.0, 3939.0, 3947.0, 3936.0, 3934.0, 3923.0, 3935.0, 3913.0, 3923.0, 3900.0, 3923.0, 3934.0, 3925.0, 3934.0, 3913.0, 3922.0, 3913.0, 3922.0, 3900.0, 3911.0, 3900.0, 3924.0, 3920.0, 3924.0, 3935.0, 3924.0, 3923.0, 3922.0, 3923.0, 3912.0, 3923.0, 3913.0, 3922.0, 3923.0, 3924.0, 3916.0, 3926.0, 3913.0, 3923.0, 3911.0, 3924.0, 3900.0, 3923.0, 3901.0, 3924.0, 3922.0, 3924.0, 3935.0, 3938.0, 3936.0, 3925.0, 3935.0, 3926.0, 3948.0, 3915.0, 3923.0, 3902.0, 3925.0, 3924.0, 3936.0, 3925.0, 3939.0, 3935.0, 3925.0, 3935.0, 3935.0, 3945.0, 3936.0, 3949.0, 3940.0, 3938.0, 3938.0, 3957.0, 3938.0, 3914.0, 3936.0, 3931.0, 3912.0, 3920.0, 3901.0, 3932.0, 3923.0, 3937.0, 3914.0, 3948.0, 3925.0, 3937.0, 3933.0, 3923.0, 3942.0, 3911.0, 3930.0, 3898.0, 3929.0, 3896.0, 3904.0, 3895.0, 3895.0, 3883.0, 3892.0, 3884.0, 3893.0, 3881.0, 3884.0, 3872.0, 3896.0, 3898.0, 3908.0, 3894.0, 3896.0, 3895.0, 3907.0, 3897.0, 3910.0, 3924.0, 3936.0, 3925.0, 3936.0, 3925.0, 3935.0, 3925.0, 3947.0, 3925.0, 3936.0, 3923.0, 3937.0, 3926.0, 3951.0, 3939.0, 3939.0, 3916.0, 3947.0, 3925.0, 3948.0, 3925.0, 3949.0, 3946.0, 3938.0, 3959.0, 3936.0, 3935.0, 3937.0, 3934.0, 3935.0, 3934.0, 3913.0, 3934.0, 3922.0, 3935.0, 3913.0, 3935.0, 3947.0, 3936.0, 3956.0, 3924.0, 3931.0, 3923.0, 3922.0, 3913.0, 3936.0, 3938.0, 3935.0, 3938.0, 3935.0, 3923.0, 3935.0, 3914.0, 3949.0, 3939.0, 3949.0, 3928.0, 3948.0, 3938.0, 3948.0, 3926.0, 3950.0, 3926.0, 3949.0, 3927.0, 3951.0, 3939.0, 3939.0, 3935.0, 3936.0, 3944.0, 3926.0, 3934.0, 3923.0, 3933.0, 3913.0, 3924.0, 3924.0, 3923.0, 3920.0, 3912.0, 3931.0, 3922.0, 3932.0, 3924.0, 3935.0, 3914.0, 3948.0, 3925.0, 3934.0, 3901.0, 3924.0, 3913.0, 3938.0, 3946.0, 3925.0, 3934.0, 3924.0, 3934.0, 3926.0, 3935.0, 3925.0, 3936.0, 3928.0, 3947.0, 3926.0, 3935.0, 3926.0, 3945.0, 3916.0, 3935.0, 3925.0, 3937.0, 3915.0, 3925.0, 3922.0, 3925.0, 3943.0, 3913.0, 3931.0, 3922.0, 3933.0, 3925.0, 3937.0, 3926.0, 3935.0, 3912.0, 3935.0, 3912.0, 3936.0, 3912.0, 3926.0, 3946.0, 3927.0, 3933.0, 3925.0, 3934.0, 3926.0, 3936.0, 3915.0, 3937.0, 3939.0, 3949.0, 3927.0, 3937.0, 3935.0, 3925.0, 3934.0, 3923.0, 3935.0, 3913.0, 3935.0, 3923.0, 3937.0, 3926.0, 3936.0, 3915.0, 3925.0, 3913.0, 3936.0, 3924.0, 3924.0, 3934.0, 3925.0, 3935.0, 3927.0, 3939.0, 3905.0, 3935.0, 3925.0, 3933.0, 3924.0, 3914.0, 3938.0, 3915.0, 3949.0, 3956.0, 3926.0, 3947.0, 3927.0, 3935.0, 3925.0, 3935.0, 3912.0, 3922.0, 3901.0, 3923.0, 3932.0, 3913.0, 3933.0, 3925.0, 3934.0, 3923.0, 3933.0, 3912.0, 3921.0, 3911.0, 3921.0, 3900.0, 3935.0, 3923.0, 3926.0, 3934.0, 3925.0, 3947.0, 3927.0, 3934.0, 3923.0, 3935.0, 3912.0, 3934.0, 3934.0, 3925.0, 3933.0, 3926.0, 3947.0, 3925.0, 3933.0, 3911.0, 3921.0, 3909.0, 3921.0, 3899.0, 3922.0, 3911.0, 3912.0, 3932.0, 3923.0, 3935.0, 3923.0, 3923.0, 3925.0, 3935.0, 3924.0, 3922.0, 3913.0, 3921.0, 3898.0, 3911.0, 3912.0, 3912.0, 3922.0, 3912.0, 3935.0, 3914.0, 3937.0, 3925.0, 3927.0, 3933.0, 3913.0, 3924.0, 3909.0, 3924.0, 3933.0, 3899.0, 3928.0, 3887.0, 3919.0, 3895.0, 3894.0, 3884.0, 3892.0, 3881.0, 3881.0, 3871.0, 3881.0, 3882.0, 3893.0, 3872.0, 3885.0, 3904.0, 3895.0, 3904.0, 3884.0, 3895.0, 3884.0, 3895.0, 3884.0, 3898.0, 3897.0, 3898.0, 3885.0, 3908.0, 3895.0, 3910.0, 3919.0, 3900.0, 3934.0, 3901.0, 3922.0, 3912.0, 3935.0, 3924.0, 3924.0, 3911.0, 3923.0, 3912.0, 3934.0, 3947.0, 3925.0, 3945.0, 3925.0, 3946.0, 3949.0, 3937.0, 3936.0, 3948.0, 3926.0, 3936.0, 3925.0, 3936.0, 3925.0, 3938.0, 3946.0, 3928.0, 3962.0, 3949.0, 3950.0, 3937.0, 3935.0, 3935.0, 3937.0, 3936.0, 3946.0, 3925.0, 3949.0, 3925.0, 3938.0, 3957.0, 3938.0, 3936.0, 3915.0, 3935.0, 3914.0, 3935.0, 3913.0, 3938.0, 3947.0, 3939.0, 3945.0, 3927.0, 3934.0, 3926.0, 3946.0, 3926.0, 3946.0, 3939.0, 3951.0, 3928.0, 3949.0, 3926.0, 3947.0, 3934.0, 3927.0, 3946.0, 3929.0, 3949.0, 3929.0, 3948.0, 3926.0, 3938.0, 3918.0, 3940.0, 3946.0, 3952.0, 3972.0, 3939.0, 3947.0, 3938.0, 3947.0, 3928.0, 3947.0, 3925.0, 3948.0, 3939.0, 3949.0, 3925.0, 3947.0, 3914.0, 3935.0, 3932.0, 3935.0, 3943.0, 3923.0, 3935.0, 3927.0, 3935.0, 3923.0, 3934.0, 3911.0, 3922.0, 3911.0, 3933.0, 3912.0, 3933.0, 3914.0, 3935.0, 3935.0, 3925.0, 3922.0, 3923.0, 3932.0, 3912.0, 3932.0, 3911.0, 3923.0, 3924.0, 3935.0, 3924.0, 3935.0, 3911.0, 3934.0, 3912.0, 3923.0, 3933.0, 3926.0, 3936.0, 3937.0, 3945.0, 3927.0, 3933.0, 3925.0, 3934.0, 3924.0, 3933.0, 3913.0, 3947.0, 3924.0, 3950.0, 3928.0, 3937.0, 3915.0, 3946.0, 3914.0, 3947.0, 3923.0, 3936.0, 3948.0, 3939.0, 3959.0, 3926.0, 3947.0, 3927.0, 3935.0, 3926.0, 3948.0, 3939.0, 3949.0, 3924.0, 3933.0, 3920.0, 3934.0, 3921.0, 3934.0, 3902.0, 3936.0, 3933.0, 3925.0, 3946.0, 3925.0, 3934.0, 3924.0, 3935.0, 3912.0, 3932.0, 3900.0, 3932.0, 3911.0, 3922.0, 3911.0, 3924.0, 3919.0, 3922.0, 3931.0, 3910.0, 3930.0, 3912.0, 3933.0, 3912.0, 3921.0, 3910.0, 3921.0, 3911.0, 3933.0, 3900.0, 3920.0, 3910.0, 3924.0, 3933.0, 3922.0, 3921.0, 3924.0, 3931.0, 3912.0, 3931.0, 3913.0, 3933.0, 3936.0, 3948.0, 3937.0, 3947.0, 3937.0, 3935.0, 3925.0, 3934.0, 3916.0, 3921.0, 3900.0, 3922.0, 3911.0, 3923.0, 3921.0, 3925.0, 3933.0, 3915.0, 3935.0, 3913.0, 3934.0, 3911.0, 3922.0, 3929.0, 3910.0, 3928.0, 3885.0, 3906.0, 3887.0, 3905.0, 3885.0, 3895.0, 3884.0, 3884.0, 3905.0, 3883.0, 3894.0, 3872.0, 3882.0, 3871.0, 3881.0, 3871.0, 3892.0, 3872.0, 3894.0, 3883.0, 3883.0, 3872.0, 3894.0, 3898.0, 3912.0, 3897.0, 3910.0, 3900.0, 3909.0, 3909.0, 3920.0, 3910.0, 3933.0, 3924.0, 3922.0, 3911.0, 3923.0, 3925.0, 3927.0, 3936.0, 3925.0, 3913.0, 3949.0, 3924.0, 3936.0, 3924.0, 3936.0, 3946.0, 3928.0, 3960.0, 3940.0, 3947.0, 3927.0, 3945.0, 3915.0, 3934.0, 3914.0, 3935.0, 3924.0, 3935.0, 3926.0, 3936.0, 3924.0, 3934.0, 3912.0, 3934.0, 3911.0, 3924.0, 3944.0, 3914.0, 3935.0, 3927.0, 3937.0, 3925.0, 3934.0, 3924.0, 3935.0, 3914.0, 3936.0, 3926.0, 3937.0, 3928.0, 3949.0, 3938.0, 3937.0, 3925.0, 3947.0, 3914.0, 3947.0, 3935.0, 3948.0, 3971.0, 3940.0, 3959.0, 3927.0, 3946.0, 3938.0, 3945.0, 3926.0, 3935.0, 3925.0, 3949.0, 3939.0, 3946.0, 3925.0, 3946.0, 3925.0, 3946.0, 3914.0, 3946.0, 3912.0, 3936.0, 3957.0, 3925.0, 3943.0, 3912.0, 3932.0, 3912.0, 3934.0, 3914.0, 3934.0, 3912.0, 3936.0, 3935.0, 3914.0, 3932.0, 3924.0, 3932.0, 3927.0, 3934.0, 3914.0, 3934.0, 3926.0, 3947.0, 3925.0, 3934.0, 3915.0, 3946.0, 3915.0, 3946.0, 3914.0, 3946.0, 3926.0, 3947.0, 3915.0, 3936.0, 3922.0, 3933.0, 3921.0, 3923.0, 3932.0, 3913.0, 3932.0, 3901.0, 3923.0, 3913.0, 3924.0, 3911.0, 3921.0, 3898.0, 3921.0, 3898.0, 3922.0, 3920.0, 3911.0, 3931.0, 3914.0, 3934.0, 3913.0, 3922.0, 3911.0, 3920.0, 3912.0, 3921.0, 3911.0, 3933.0, 3912.0, 3934.0, 3914.0, 3936.0, 3934.0, 3922.0, 3920.0, 3923.0, 3932.0, 3913.0, 3931.0, 3912.0, 3933.0, 3924.0, 3936.0, 3924.0, 3934.0, 3912.0, 3934.0, 3911.0, 3934.0, 3912.0, 3938.0, 3946.0, 3926.0, 3947.0, 3927.0, 3935.0, 3924.0, 3914.0, 3937.0, 3913.0, 3947.0, 3955.0, 3926.0, 3944.0, 3928.0, 3948.0, 3926.0, 3933.0, 3913.0, 3932.0, 3912.0, 3933.0, 3912.0, 3934.0, 3902.0, 3934.0, 3934.0, 3923.0, 3921.0, 3922.0, 3931.0, 3926.0, 3946.0, 3902.0, 3933.0, 3925.0, 3935.0, 3913.0, 3933.0, 3913.0, 3946.0, 3914.0, 3934.0, 3911.0, 3924.0, 3935.0, 3937.0, 3945.0, 3925.0, 3934.0, 3925.0, 3933.0, 3914.0, 3933.0, 3914.0, 3933.0, 3913.0, 3947.0, 3925.0, 3923.0, 3911.0, 3923.0, 3911.0, 3934.0, 3912.0, 3935.0, 3912.0, 3935.0, 3946.0, 3927.0, 3946.0, 3924.0, 3933.0, 3912.0, 3922.0, 3911.0, 3922.0, 3913.0, 3933.0, 3912.0, 3936.0, 3924.0, 3923.0, 3912.0, 3923.0, 3921.0, 3924.0, 3932.0, 3914.0, 3932.0, 3914.0, 3936.0, 3925.0, 3934.0, 3911.0, 3934.0, 3913.0, 3934.0, 3901.0, 3926.0, 3932.0, 3926.0, 3947.0, 3927.0, 3934.0, 3925.0, 3933.0, 3914.0, 3935.0, 3914.0, 3946.0, 3924.0, 3947.0, 3927.0, 3937.0, 3913.0, 3935.0, 3922.0, 3923.0, 3932.0, 3914.0, 3933.0, 3913.0, 3933.0, 3913.0, 3947.0, 3926.0, 3936.0, 3922.0, 3933.0, 3911.0, 3933.0, 3911.0, 3934.0, 3932.0, 3924.0, 3944.0, 3926.0, 3935.0, 3940.0, 3946.0, 3924.0, 3933.0, 3912.0, 3935.0, 3924.0, 3949.0, 3938.0, 3939.0, 3948.0, 3926.0, 3944.0, 3914.0, 3934.0, 3938.0, 3960.0, 3929.0], 'WindowWidth': [8903.0, 8888.0, 8844.0, 8836.0, 8795.0, 8808.0, 8767.0, 8784.0, 8808.0, 8774.0, 8772.0, 8740.0, 8767.0, 8759.0, 8756.0, 8735.0, 8751.0, 8716.0, 8751.0, 8714.0, 8752.0, 8733.0, 8754.0, 8765.0, 8750.0, 8758.0, 8778.0, 8780.0, 8760.0, 8760.0, 8737.0, 8762.0, 8736.0, 8773.0, 8786.0, 8772.0, 8772.0, 8761.0, 8804.0, 8788.0, 8788.0, 8764.0, 8766.0, 8759.0, 8780.0, 8789.0, 8782.0, 8798.0, 8782.0, 8802.0, 8765.0, 8804.0, 8808.0, 8811.0, 8802.0, 8783.0, 8792.0, 8779.0, 8775.0, 8766.0, 8784.0, 8776.0, 8799.0, 8764.0, 8785.0, 8791.0, 8783.0, 8817.0, 8789.0, 8795.0, 8762.0, 8776.0, 8758.0, 8782.0, 8773.0, 8796.0, 8777.0, 8807.0, 8833.0, 8806.0, 8796.0, 8827.0, 8794.0, 8779.0, 8798.0, 8769.0, 8803.0, 8788.0, 8812.0, 8804.0, 8811.0, 8803.0, 8816.0, 8837.0, 8811.0, 8804.0, 8809.0, 8806.0, 8790.0, 8800.0, 8783.0, 8816.0, 8772.0, 8804.0, 8781.0, 8798.0, 8813.0, 8807.0, 8817.0, 8800.0, 8793.0, 8777.0, 8794.0, 8761.0, 8775.0, 8741.0, 8774.0, 8789.0, 8778.0, 8793.0, 8761.0, 8770.0, 8758.0, 8771.0, 8740.0, 8756.0, 8739.0, 8776.0, 8767.0, 8777.0, 8796.0, 8780.0, 8775.0, 8773.0, 8773.0, 8760.0, 8773.0, 8760.0, 8773.0, 8775.0, 8778.0, 8770.0, 8785.0, 8765.0, 8777.0, 8756.0, 8776.0, 8738.0, 8774.0, 8742.0, 8779.0, 8773.0, 8778.0, 8793.0, 8802.0, 8799.0, 8784.0, 8795.0, 8784.0, 8820.0, 8767.0, 8777.0, 8746.0, 8782.0, 8782.0, 8800.0, 8781.0, 8806.0, 8795.0, 8783.0, 8794.0, 8797.0, 8808.0, 8799.0, 8823.0, 8810.0, 8805.0, 8806.0, 8829.0, 8806.0, 8765.0, 8797.0, 8783.0, 8759.0, 8766.0, 8742.0, 8786.0, 8775.0, 8800.0, 8768.0, 8817.0, 8781.0, 8801.0, 8788.0, 8776.0, 8801.0, 8754.0, 8776.0, 8731.0, 8772.0, 8722.0, 8732.0, 8720.0, 8720.0, 8703.0, 8713.0, 8702.0, 8715.0, 8696.0, 8704.0, 8685.0, 8724.0, 8732.0, 8745.0, 8720.0, 8727.0, 8722.0, 8742.0, 8731.0, 8753.0, 8779.0, 8798.0, 8783.0, 8796.0, 8782.0, 8794.0, 8783.0, 8815.0, 8781.0, 8797.0, 8777.0, 8800.0, 8784.0, 8829.0, 8810.0, 8808.0, 8773.0, 8815.0, 8782.0, 8818.0, 8782.0, 8819.0, 8810.0, 8804.0, 8835.0, 8799.0, 8796.0, 8800.0, 8791.0, 8794.0, 8791.0, 8762.0, 8792.0, 8773.0, 8795.0, 8761.0, 8796.0, 8815.0, 8797.0, 8826.0, 8778.0, 8782.0, 8773.0, 8772.0, 8762.0, 8801.0, 8803.0, 8796.0, 8803.0, 8795.0, 8778.0, 8795.0, 8767.0, 8820.0, 8811.0, 8823.0, 8793.0, 8817.0, 8803.0, 8817.0, 8785.0, 8825.0, 8787.0, 8821.0, 8791.0, 8827.0, 8806.0, 8806.0, 8796.0, 8800.0, 8806.0, 8783.0, 8791.0, 8775.0, 8790.0, 8763.0, 8778.0, 8776.0, 8774.0, 8766.0, 8758.0, 8783.0, 8773.0, 8784.0, 8781.0, 8796.0, 8764.0, 8819.0, 8780.0, 8791.0, 8742.0, 8778.0, 8761.0, 8806.0, 8815.0, 8783.0, 8790.0, 8779.0, 8791.0, 8785.0, 8794.0, 8783.0, 8798.0, 8792.0, 8816.0, 8784.0, 8795.0, 8785.0, 8809.0, 8770.0, 8795.0, 8780.0, 8801.0, 8767.0, 8781.0, 8771.0, 8781.0, 8801.0, 8761.0, 8782.0, 8772.0, 8788.0, 8780.0, 8801.0, 8783.0, 8794.0, 8759.0, 8793.0, 8759.0, 8796.0, 8759.0, 8783.0, 8811.0, 8787.0, 8788.0, 8781.0, 8791.0, 8784.0, 8797.0, 8769.0, 8801.0, 8808.0, 8822.0, 8787.0, 8800.0, 8792.0, 8781.0, 8792.0, 8777.0, 8792.0, 8763.0, 8795.0, 8775.0, 8802.0, 8787.0, 8800.0, 8767.0, 8782.0, 8761.0, 8796.0, 8776.0, 8780.0, 8791.0, 8781.0, 8795.0, 8789.0, 8810.0, 8756.0, 8793.0, 8782.0, 8790.0, 8779.0, 8764.0, 8802.0, 8767.0, 8819.0, 8826.0, 8784.0, 8815.0, 8788.0, 8796.0, 8779.0, 8793.0, 8758.0, 8772.0, 8740.0, 8775.0, 8784.0, 8761.0, 8790.0, 8782.0, 8790.0, 8772.0, 8785.0, 8756.0, 8768.0, 8754.0, 8768.0, 8739.0, 8794.0, 8776.0, 8783.0, 8792.0, 8781.0, 8813.0, 8787.0, 8793.0, 8776.0, 8794.0, 8758.0, 8791.0, 8790.0, 8780.0, 8788.0, 8783.0, 8814.0, 8780.0, 8788.0, 8754.0, 8765.0, 8749.0, 8767.0, 8736.0, 8772.0, 8753.0, 8758.0, 8783.0, 8772.0, 8794.0, 8777.0, 8775.0, 8779.0, 8792.0, 8776.0, 8771.0, 8760.0, 8766.0, 8730.0, 8754.0, 8754.0, 8757.0, 8771.0, 8760.0, 8794.0, 8766.0, 8801.0, 8780.0, 8787.0, 8789.0, 8761.0, 8775.0, 8747.0, 8775.0, 8782.0, 8734.0, 8770.0, 8714.0, 8762.0, 8723.0, 8718.0, 8703.0, 8710.0, 8694.0, 8694.0, 8680.0, 8695.0, 8697.0, 8714.0, 8685.0, 8706.0, 8730.0, 8720.0, 8732.0, 8704.0, 8720.0, 8704.0, 8721.0, 8708.0, 8732.0, 8729.0, 8732.0, 8709.0, 8746.0, 8724.0, 8751.0, 8760.0, 8738.0, 8790.0, 8743.0, 8770.0, 8759.0, 8795.0, 8780.0, 8781.0, 8756.0, 8775.0, 8758.0, 8793.0, 8812.0, 8781.0, 8807.0, 8782.0, 8813.0, 8823.0, 8800.0, 8798.0, 8818.0, 8786.0, 8800.0, 8782.0, 8800.0, 8782.0, 8805.0, 8812.0, 8793.0, 8847.0, 8827.0, 8823.0, 8803.0, 8795.0, 8797.0, 8799.0, 8799.0, 8813.0, 8784.0, 8820.0, 8782.0, 8803.0, 8827.0, 8803.0, 8796.0, 8768.0, 8793.0, 8764.0, 8794.0, 8763.0, 8803.0, 8816.0, 8805.0, 8809.0, 8787.0, 8793.0, 8785.0, 8810.0, 8787.0, 8812.0, 8810.0, 8827.0, 8791.0, 8819.0, 8783.0, 8815.0, 8793.0, 8786.0, 8810.0, 8796.0, 8822.0, 8794.0, 8817.0, 8785.0, 8803.0, 8775.0, 8810.0, 8811.0, 8830.0, 8858.0, 8810.0, 8816.0, 8806.0, 8814.0, 8791.0, 8814.0, 8784.0, 8817.0, 8808.0, 8820.0, 8782.0, 8813.0, 8763.0, 8795.0, 8785.0, 8793.0, 8802.0, 8776.0, 8795.0, 8786.0, 8794.0, 8775.0, 8788.0, 8757.0, 8770.0, 8756.0, 8787.0, 8757.0, 8789.0, 8764.0, 8795.0, 8794.0, 8781.0, 8771.0, 8776.0, 8785.0, 8759.0, 8783.0, 8757.0, 8775.0, 8779.0, 8796.0, 8777.0, 8794.0, 8757.0, 8790.0, 8758.0, 8777.0, 8788.0, 8782.0, 8797.0, 8802.0, 8811.0, 8788.0, 8790.0, 8782.0, 8793.0, 8780.0, 8791.0, 8765.0, 8813.0, 8779.0, 8825.0, 8791.0, 8801.0, 8767.0, 8813.0, 8765.0, 8812.0, 8775.0, 8797.0, 8819.0, 8809.0, 8832.0, 8788.0, 8812.0, 8787.0, 8796.0, 8784.0, 8820.0, 8810.0, 8823.0, 8780.0, 8788.0, 8768.0, 8791.0, 8771.0, 8793.0, 8745.0, 8798.0, 8789.0, 8781.0, 8812.0, 8784.0, 8792.0, 8780.0, 8793.0, 8760.0, 8786.0, 8741.0, 8787.0, 8756.0, 8774.0, 8756.0, 8776.0, 8763.0, 8771.0, 8780.0, 8754.0, 8780.0, 8758.0, 8790.0, 8760.0, 8767.0, 8753.0, 8768.0, 8758.0, 8787.0, 8738.0, 8765.0, 8754.0, 8780.0, 8789.0, 8773.0, 8767.0, 8780.0, 8782.0, 8760.0, 8782.0, 8762.0, 8789.0, 8800.0, 8819.0, 8805.0, 8815.0, 8803.0, 8792.0, 8783.0, 8793.0, 8772.0, 8768.0, 8738.0, 8773.0, 8757.0, 8777.0, 8768.0, 8781.0, 8792.0, 8769.0, 8795.0, 8765.0, 8793.0, 8755.0, 8772.0, 8775.0, 8750.0, 8774.0, 8709.0, 8738.0, 8717.0, 8736.0, 8708.0, 8721.0, 8706.0, 8708.0, 8735.0, 8702.0, 8716.0, 8684.0, 8697.0, 8680.0, 8694.0, 8682.0, 8712.0, 8685.0, 8716.0, 8700.0, 8703.0, 8685.0, 8719.0, 8732.0, 8756.0, 8727.0, 8751.0, 8738.0, 8748.0, 8746.0, 8763.0, 8752.0, 8788.0, 8777.0, 8772.0, 8752.0, 8772.0, 8783.0, 8789.0, 8798.0, 8780.0, 8763.0, 8821.0, 8778.0, 8799.0, 8778.0, 8799.0, 8810.0, 8790.0, 8838.0, 8812.0, 8815.0, 8789.0, 8808.0, 8768.0, 8791.0, 8767.0, 8794.0, 8778.0, 8796.0, 8787.0, 8800.0, 8778.0, 8792.0, 8759.0, 8791.0, 8756.0, 8780.0, 8805.0, 8766.0, 8794.0, 8789.0, 8800.0, 8782.0, 8793.0, 8780.0, 8794.0, 8766.0, 8798.0, 8783.0, 8802.0, 8791.0, 8821.0, 8803.0, 8801.0, 8781.0, 8815.0, 8767.0, 8816.0, 8795.0, 8820.0, 8856.0, 8811.0, 8836.0, 8789.0, 8811.0, 8804.0, 8810.0, 8785.0, 8794.0, 8783.0, 8823.0, 8807.0, 8813.0, 8784.0, 8811.0, 8783.0, 8812.0, 8766.0, 8812.0, 8761.0, 8798.0, 8830.0, 8783.0, 8804.0, 8760.0, 8787.0, 8761.0, 8791.0, 8767.0, 8792.0, 8759.0, 8798.0, 8795.0, 8765.0, 8786.0, 8779.0, 8787.0, 8788.0, 8792.0, 8766.0, 8794.0, 8787.0, 8814.0, 8782.0, 8794.0, 8768.0, 8811.0, 8768.0, 8811.0, 8765.0, 8812.0, 8785.0, 8817.0, 8770.0, 8797.0, 8773.0, 8789.0, 8771.0, 8774.0, 8785.0, 8760.0, 8785.0, 8742.0, 8777.0, 8764.0, 8778.0, 8756.0, 8767.0, 8734.0, 8769.0, 8733.0, 8770.0, 8766.0, 8758.0, 8783.0, 8765.0, 8794.0, 8762.0, 8771.0, 8756.0, 8766.0, 8757.0, 8769.0, 8756.0, 8788.0, 8759.0, 8790.0, 8766.0, 8800.0, 8793.0, 8773.0, 8766.0, 8777.0, 8786.0, 8763.0, 8783.0, 8761.0, 8787.0, 8781.0, 8800.0, 8781.0, 8793.0, 8758.0, 8790.0, 8756.0, 8792.0, 8758.0, 8804.0, 8813.0, 8787.0, 8818.0, 8791.0, 8797.0, 8781.0, 8765.0, 8801.0, 8765.0, 8816.0, 8822.0, 8786.0, 8806.0, 8791.0, 8819.0, 8787.0, 8791.0, 8763.0, 8786.0, 8762.0, 8788.0, 8759.0, 8792.0, 8745.0, 8794.0, 8792.0, 8776.0, 8768.0, 8774.0, 8782.0, 8785.0, 8811.0, 8749.0, 8790.0, 8784.0, 8798.0, 8765.0, 8788.0, 8763.0, 8813.0, 8764.0, 8792.0, 8757.0, 8779.0, 8796.0, 8804.0, 8812.0, 8783.0, 8793.0, 8781.0, 8791.0, 8766.0, 8791.0, 8765.0, 8791.0, 8764.0, 8815.0, 8783.0, 8777.0, 8755.0, 8774.0, 8755.0, 8792.0, 8760.0, 8796.0, 8760.0, 8795.0, 8814.0, 8790.0, 8814.0, 8780.0, 8790.0, 8760.0, 8771.0, 8758.0, 8772.0, 8761.0, 8790.0, 8760.0, 8799.0, 8781.0, 8778.0, 8758.0, 8776.0, 8769.0, 8777.0, 8785.0, 8764.0, 8787.0, 8769.0, 8801.0, 8783.0, 8792.0, 8759.0, 8791.0, 8761.0, 8793.0, 8745.0, 8785.0, 8788.0, 8787.0, 8816.0, 8789.0, 8793.0, 8781.0, 8790.0, 8767.0, 8796.0, 8766.0, 8811.0, 8779.0, 8816.0, 8788.0, 8801.0, 8762.0, 8795.0, 8772.0, 8777.0, 8786.0, 8766.0, 8788.0, 8764.0, 8790.0, 8763.0, 8815.0, 8788.0, 8799.0, 8774.0, 8789.0, 8756.0, 8788.0, 8756.0, 8792.0, 8787.0, 8778.0, 8804.0, 8786.0, 8797.0, 8809.0, 8812.0, 8782.0, 8791.0, 8760.0, 8794.0, 8780.0, 8821.0, 8804.0, 8809.0, 8818.0, 8786.0, 8806.0, 8768.0, 8793.0, 8806.0, 8841.0, 8795.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.0007110684931506849</td></tr>
<tr><td colspan=3>aqi</td><td>0.02990778082191781</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.14255094448812</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2445491070201116</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9724496197897616</td></tr>
<tr><td colspan=3>efc</td><td>0.4517</td></tr>
<tr><td colspan=3>fber</td><td>6823.7588</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1031338728533648</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.762557077625571</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6703284476605713</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6667964818731624</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8430703867613745</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.501118474347177</td></tr>
<tr><td colspan=3>gcor</td><td>0.0152686</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006469540763646364</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022777296602725983</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</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.7071697616035095</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>39.6766</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.8203</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1014</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305920.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>638.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.1243</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0343</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.1208</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3136.9613</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4168.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>899.332</td></tr>
<tr><td colspan=3>tsnr</td><td>36.86880236119032</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>