<?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-0021_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-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_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-0021/figures/sub-0021_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_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-0021/ses-02/func/sub-0021_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>a301340624600331394d463c4aee79ee</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:32:49.422500</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.99709, -0.073896, -0.0187402, 0.0746216, 0.996346, 0.0415377]</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.097594</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4145, -7775, -7252, 571, -16, -62, -20, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.491</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3714dbf4-79b1-4140-b89c-6cbbfd81bc97||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.675119161605835, 0.20020417869091034, -0.042126040905714035, 103.12435913085938], [0.1982574462890625, 2.6731247901916504, 0.11560112982988358, -104.11991882324219], [-0.05027851462364197, -0.11144258826971054, 2.697195053100586, -53.94114303588867], [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': ['133249.422500', '133249.882500', '133250.342500', '133250.802500', '133251.262500', '133251.722500', '133252.182500', '133252.642500', '133253.102500', '133253.562500', '133254.022500', '133254.482500', '133254.942500', '133255.402500', '133255.862500', '133256.322500', '133256.782500', '133257.242500', '133257.702500', '133258.162500', '133258.622500', '133259.082500', '133259.542500', '133300.002500', '133300.462500', '133300.922500', '133301.382500', '133301.842500', '133302.302500', '133302.762500', '133303.222500', '133303.682500', '133304.142500', '133304.602500', '133305.062500', '133305.522500', '133305.982500', '133306.442500', '133306.902500', '133307.362500', '133307.822500', '133308.282500', '133308.742500', '133309.202500', '133309.662500', '133310.122500', '133310.582500', '133311.042500', '133311.502500', '133311.962500', '133312.422500', '133312.882500', '133313.342500', '133313.802500', '133314.262500', '133314.722500', '133315.182500', '133315.642500', '133316.102500', '133316.562500', '133317.022500', '133317.482500', '133317.942500', '133318.402500', '133318.862500', '133319.322500', '133319.782500', '133320.242500', '133320.702500', '133321.162500', '133321.622500', '133322.082500', '133322.542500', '133323.002500', '133323.462500', '133323.922500', '133324.382500', '133324.842500', '133325.302500', '133325.762500', '133326.222500', '133326.682500', '133327.142500', '133327.602500', '133328.062500', '133328.522500', '133328.982500', '133329.442500', '133329.902500', '133330.362500', '133330.822500', '133331.282500', '133331.742500', '133332.202500', '133332.662500', '133333.122500', '133333.582500', '133334.042500', '133334.502500', '133334.962500', '133335.422500', '133335.882500', '133336.342500', '133336.802500', '133337.262500', '133337.722500', '133338.182500', '133338.642500', '133339.102500', '133339.562500', '133340.022500', '133340.482500', '133340.942500', '133341.402500', '133341.862500', '133342.322500', '133342.782500', '133343.242500', '133343.702500', '133344.162500', '133344.622500', '133345.082500', '133345.542500', '133346.002500', '133346.462500', '133346.922500', '133347.382500', '133347.842500', '133348.302500', '133348.762500', '133349.222500', '133349.682500', '133350.142500', '133350.602500', '133351.062500', '133351.522500', '133351.982500', '133352.442500', '133352.902500', '133353.362500', '133353.822500', '133354.282500', '133354.742500', '133355.202500', '133355.662500', '133356.122500', '133356.582500', '133357.042500', '133357.502500', '133357.962500', '133358.422500', '133358.882500', '133359.342500', '133359.802500', '133400.262500', '133400.722500', '133401.182500', '133401.642500', '133402.102500', '133402.562500', '133403.022500', '133403.482500', '133403.942500', '133404.402500', '133404.862500', '133405.322500', '133405.782500', '133406.242500', '133406.702500', '133407.162500', '133407.622500', '133408.082500', '133408.542500', '133409.002500', '133409.462500', '133409.922500', '133410.382500', '133410.842500', '133411.302500', '133411.762500', '133412.222500', '133412.682500', '133413.142500', '133413.602500', '133414.062500', '133414.522500', '133414.982500', '133415.442500', '133415.902500', '133416.362500', '133416.822500', '133417.282500', '133417.742500', '133418.202500', '133418.662500', '133419.122500', '133419.582500', '133420.042500', '133420.502500', '133420.962500', '133421.422500', '133421.882500', '133422.342500', '133422.802500', '133423.262500', '133423.722500', '133424.182500', '133424.642500', '133425.102500', '133425.562500', '133426.022500', '133426.482500', '133426.942500', '133427.402500', '133427.862500', '133428.322500', '133428.782500', '133429.242500', '133429.702500', '133430.162500', '133430.622500', '133431.082500', '133431.542500', '133432.002500', '133432.462500', '133432.922500', '133433.382500', '133433.842500', '133434.302500', '133434.762500', '133435.222500', '133435.682500', '133436.142500', '133436.602500', '133437.062500', '133437.522500', '133437.982500', '133438.442500', '133438.902500', '133439.362500', '133439.822500', '133440.282500', '133440.742500', '133441.202500', '133441.662500', '133442.122500', '133442.582500', '133443.042500', '133443.502500', '133443.962500', '133444.422500', '133444.882500', '133445.342500', '133445.802500', '133446.262500', '133446.722500', '133447.182500', '133447.642500', '133448.102500', '133448.562500', '133449.022500', '133449.482500', '133449.942500', '133450.402500', '133450.862500', '133451.322500', '133451.782500', '133452.242500', '133452.702500', '133453.162500', '133453.622500', '133454.082500', '133454.542500', '133455.002500', '133455.462500', '133455.922500', '133456.382500', '133456.842500', '133457.302500', '133457.762500', '133458.222500', '133458.682500', '133459.142500', '133459.602500', '133500.062500', '133500.522500', '133500.982500', '133501.442500', '133501.902500', '133502.362500', '133502.822500', '133503.282500', '133503.742500', '133504.202500', '133504.662500', '133505.122500', '133505.582500', '133506.042500', '133506.502500', '133506.962500', '133507.422500', '133507.882500', '133508.342500', '133508.802500', '133509.262500', '133509.722500', '133510.182500', '133510.642500', '133511.102500', '133511.562500', '133512.022500', '133512.482500', '133512.942500', '133513.402500', '133513.862500', '133514.322500', '133514.782500', '133515.242500', '133515.702500', '133516.162500', '133516.622500', '133517.082500', '133517.542500', '133518.002500', '133518.462500', '133518.922500', '133519.382500', '133519.842500', '133520.302500', '133520.762500', '133521.222500', '133521.682500', '133522.142500', '133522.602500', '133523.062500', '133523.522500', '133523.982500', '133524.442500', '133524.902500', '133525.362500', '133525.822500', '133526.282500', '133526.742500', '133527.202500', '133527.662500', '133528.122500', '133528.582500', '133529.042500', '133529.502500', '133529.962500', '133530.422500', '133530.882500', '133531.342500', '133531.802500', '133532.262500', '133532.722500', '133533.182500', '133533.642500', '133534.102500', '133534.562500', '133535.022500', '133535.482500', '133535.942500', '133536.402500', '133536.862500', '133537.322500', '133537.782500', '133538.242500', '133538.702500', '133539.162500', '133539.622500', '133540.082500', '133540.542500', '133541.002500', '133541.462500', '133541.922500', '133542.382500', '133542.842500', '133543.302500', '133543.762500', '133544.222500', '133544.682500', '133545.142500', '133545.602500', '133546.062500', '133546.522500', '133546.982500', '133547.442500', '133547.902500', '133548.362500', '133548.822500', '133549.282500', '133549.742500', '133550.202500', '133550.662500', '133551.122500', '133551.582500', '133552.042500', '133552.502500', '133552.962500', '133553.422500', '133553.882500', '133554.342500', '133554.802500', '133555.262500', '133555.722500', '133556.182500', '133556.642500', '133557.102500', '133557.562500', '133558.022500', '133558.482500', '133558.942500', '133559.402500', '133559.862500', '133600.322500', '133600.782500', '133601.242500', '133601.702500', '133602.162500', '133602.622500', '133603.082500', '133603.542500', '133604.002500', '133604.462500', '133604.922500', '133605.382500', '133605.842500', '133606.302500', '133606.762500', '133607.222500', '133607.682500', '133608.142500', '133608.602500', '133609.062500', '133609.522500', '133609.982500', '133610.442500', '133610.902500', '133611.362500', '133611.822500', '133612.282500', '133612.742500', '133613.202500', '133613.662500', '133614.122500', '133614.582500', '133615.042500', '133615.502500', '133615.962500', '133616.422500', '133616.882500', '133617.342500', '133617.802500', '133618.262500', '133618.722500', '133619.182500', '133619.642500', '133620.102500', '133620.562500', '133621.022500', '133621.482500', '133621.942500', '133622.402500', '133622.862500', '133623.322500', '133623.782500', '133624.242500', '133624.702500', '133625.162500', '133625.622500', '133626.082500', '133626.542500', '133627.002500', '133627.462500', '133627.922500', '133628.382500', '133628.842500', '133629.302500', '133629.762500', '133630.222500', '133630.682500', '133631.142500', '133631.602500', '133632.062500', '133632.522500', '133632.982500', '133633.442500', '133633.902500', '133634.362500', '133634.822500', '133635.282500', '133635.742500', '133636.202500', '133636.662500', '133637.122500', '133637.582500', '133638.042500', '133638.502500', '133638.962500', '133639.422500', '133639.882500', '133640.342500', '133640.802500', '133641.262500', '133641.722500', '133642.182500', '133642.642500', '133643.102500', '133643.562500', '133644.022500', '133644.482500', '133644.942500', '133645.402500', '133645.862500', '133646.322500', '133646.782500', '133647.242500', '133647.702500', '133648.162500', '133648.622500', '133649.082500', '133649.542500', '133650.002500', '133650.462500', '133650.922500', '133651.382500', '133651.842500', '133652.302500', '133652.762500', '133653.222500', '133653.682500', '133654.142500', '133654.602500', '133655.062500', '133655.522500', '133655.982500', '133656.442500', '133656.902500', '133657.362500', '133657.822500', '133658.282500', '133658.742500', '133659.202500', '133659.662500', '133700.122500', '133700.582500', '133701.042500', '133701.502500', '133701.962500', '133702.422500', '133702.882500', '133703.342500', '133703.802500', '133704.262500', '133704.722500', '133705.182500', '133705.642500', '133706.102500', '133706.562500', '133707.022500', '133707.482500', '133707.942500', '133708.402500', '133708.862500', '133709.322500', '133709.782500', '133710.242500', '133710.702500', '133711.162500', '133711.622500', '133712.082500', '133712.542500', '133713.002500', '133713.462500', '133713.922500', '133714.382500', '133714.842500', '133715.302500', '133715.762500', '133716.222500', '133716.682500', '133717.142500', '133717.602500', '133718.062500', '133718.522500', '133718.982500', '133719.442500', '133719.902500', '133720.362500', '133720.822500', '133721.282500', '133721.742500', '133722.202500', '133722.662500', '133723.122500', '133723.582500', '133724.042500', '133724.502500', '133724.962500', '133725.422500', '133725.882500', '133726.342500', '133726.802500', '133727.262500', '133727.722500', '133728.182500', '133728.642500', '133729.102500', '133729.562500', '133730.022500', '133730.482500', '133730.942500', '133731.402500', '133731.862500', '133732.322500', '133732.782500', '133733.242500', '133733.702500', '133734.162500', '133734.622500', '133735.082500', '133735.542500', '133736.002500', '133736.462500', '133736.922500', '133737.382500', '133737.842500', '133738.302500', '133738.762500', '133739.222500', '133739.682500', '133740.142500', '133740.602500', '133741.062500', '133741.522500', '133741.982500', '133742.442500', '133742.902500', '133743.362500', '133743.822500', '133744.282500', '133744.742500', '133745.202500', '133745.662500', '133746.122500', '133746.582500', '133747.042500', '133747.502500', '133747.962500', '133748.422500', '133748.882500', '133749.342500', '133749.802500', '133750.262500', '133750.722500', '133751.182500', '133751.642500', '133752.102500', '133752.562500', '133753.022500', '133753.482500', '133753.942500', '133754.402500', '133754.862500', '133755.322500', '133755.782500', '133756.242500', '133756.702500', '133757.162500', '133757.622500', '133758.082500', '133758.542500', '133759.002500', '133759.462500', '133759.922500', '133800.382500', '133800.842500', '133801.302500', '133801.762500', '133802.222500', '133802.682500', '133803.142500', '133803.602500', '133804.062500', '133804.522500', '133804.982500', '133805.442500', '133805.902500', '133806.362500', '133806.822500', '133807.282500', '133807.742500', '133808.202500', '133808.662500', '133809.122500', '133809.582500', '133810.042500', '133810.502500', '133810.962500', '133811.422500', '133811.882500', '133812.342500', '133812.802500', '133813.262500', '133813.722500', '133814.182500', '133814.642500', '133815.102500', '133815.562500', '133816.022500', '133816.482500', '133816.942500', '133817.402500', '133817.862500', '133818.322500', '133818.782500', '133819.242500', '133819.702500', '133820.162500', '133820.622500', '133821.082500', '133821.542500', '133822.002500', '133822.462500', '133822.922500', '133823.382500', '133823.842500', '133824.302500', '133824.762500', '133825.222500', '133825.682500', '133826.142500', '133826.602500', '133827.062500', '133827.522500', '133827.982500', '133828.442500', '133828.902500', '133829.362500', '133829.822500', '133830.282500', '133830.742500', '133831.202500', '133831.662500', '133832.122500', '133832.582500', '133833.042500', '133833.502500', '133833.962500', '133834.422500', '133834.882500', '133835.342500', '133835.802500', '133836.262500', '133836.722500', '133837.182500', '133837.642500', '133838.102500', '133838.562500', '133839.022500', '133839.482500', '133839.942500', '133840.402500', '133840.862500', '133841.322500', '133841.782500', '133842.242500', '133842.702500', '133843.162500', '133843.622500', '133844.082500', '133844.542500', '133845.002500', '133845.462500', '133845.922500', '133846.382500', '133846.842500', '133847.302500', '133847.762500', '133848.222500', '133848.682500', '133849.142500', '133849.602500', '133850.062500', '133850.522500', '133850.982500', '133851.442500', '133851.902500', '133852.362500', '133852.822500', '133853.282500', '133853.742500', '133854.202500', '133854.662500', '133855.122500', '133855.582500', '133856.042500', '133856.502500', '133856.962500', '133857.422500', '133857.882500', '133858.342500', '133858.802500', '133859.262500', '133859.722500', '133900.182500', '133900.642500', '133901.102500', '133901.562500', '133902.022500', '133902.482500', '133902.942500', '133903.402500', '133903.862500', '133904.322500', '133904.782500', '133905.242500', '133905.702500', '133906.162500', '133906.622500', '133907.082500', '133907.542500', '133908.002500', '133908.462500', '133908.922500', '133909.382500', '133909.842500', '133910.302500', '133910.762500', '133911.222500', '133911.682500', '133912.142500', '133912.602500', '133913.062500', '133913.522500', '133913.982500', '133914.442500', '133914.902500', '133915.362500', '133915.822500', '133916.282500', '133916.742500', '133917.202500', '133917.662500', '133918.122500', '133918.582500', '133919.042500', '133919.502500', '133919.962500', '133920.422500', '133920.882500', '133921.342500', '133921.802500', '133922.262500', '133922.722500', '133923.182500', '133923.642500', '133924.102500', '133924.562500', '133925.022500', '133925.482500', '133925.942500', '133926.402500', '133926.862500', '133927.322500', '133927.782500', '133928.242500', '133928.702500', '133929.162500', '133929.622500', '133930.082500', '133930.542500', '133931.002500', '133931.462500', '133931.922500', '133932.382500', '133932.842500', '133933.302500', '133933.762500', '133934.222500', '133934.682500', '133935.142500', '133935.602500', '133936.062500', '133936.522500', '133936.982500', '133937.442500', '133937.902500', '133938.362500', '133938.822500', '133939.282500', '133939.742500', '133940.202500', '133940.662500', '133941.122500', '133941.582500', '133942.042500', '133942.502500', '133942.962500', '133943.422500', '133943.882500', '133944.342500', '133944.802500', '133945.262500', '133945.722500', '133946.182500', '133946.642500', '133947.102500', '133947.562500', '133948.022500', '133948.482500', '133948.942500', '133949.402500', '133949.862500', '133950.322500', '133950.782500', '133951.242500', '133951.702500', '133952.162500', '133952.622500', '133953.082500', '133953.542500', '133954.002500', '133954.462500', '133954.922500', '133955.382500', '133955.842500', '133956.302500', '133956.762500', '133957.222500', '133957.682500', '133958.142500', '133958.602500', '133959.062500', '133959.522500', '133959.982500', '134000.442500', '134000.902500', '134001.362500', '134001.822500', '134002.282500', '134002.742500', '134003.202500', '134003.662500', '134004.122500', '134004.582500', '134005.042500', '134005.502500', '134005.962500', '134006.422500', '134006.882500', '134007.342500', '134007.802500', '134008.262500', '134008.722500', '134009.182500', '134009.642500', '134010.102500', '134010.562500', '134011.022500', '134011.482500', '134011.942500', '134012.402500', '134012.862500', '134013.322500', '134013.782500', '134014.242500', '134014.702500', '134015.162500', '134015.622500', '134016.082500', '134016.542500', '134017.002500', '134017.462500', '134017.922500', '134018.382500', '134018.842500', '134019.302500', '134019.762500', '134020.222500', '134020.682500', '134021.142500', '134021.602500', '134022.062500', '134022.522500', '134022.982500', '134023.442500', '134023.902500', '134024.362500', '134024.822500', '134025.282500', '134025.742500', '134026.202500', '134026.662500', '134027.122500', '134027.582500', '134028.042500', '134028.502500', '134028.962500', '134029.422500', '134029.882500', '134030.342500', '134030.802500', '134031.262500', '134031.722500', '134032.182500', '134032.642500', '134033.102500', '134033.562500', '134034.022500', '134034.482500', '134034.942500', '134035.402500', '134035.862500', '134036.322500', '134036.782500', '134037.242500', '134037.702500', '134038.162500', '134038.622500', '134039.082500', '134039.542500', '134040.002500', '134040.462500', '134040.922500', '134041.382500', '134041.842500', '134042.302500', '134042.762500', '134043.222500', '134043.682500', '134044.142500', '134044.602500', '134045.062500', '134045.522500', '134045.982500', '134046.442500', '134046.902500', '134047.362500', '134047.822500', '134048.282500', '134048.742500', '134049.202500', '134049.662500', '134050.122500', '134050.582500', '134051.042500', '134051.502500', '134051.962500', '134052.422500', '134052.882500', '134053.342500', '134053.802500', '134054.262500', '134054.722500', '134055.182500', '134055.642500', '134056.102500', '134056.562500', '134057.022500', '134057.482500', '134057.942500', '134058.402500', '134058.862500', '134059.322500', '134059.782500', '134100.242500', '134100.702500', '134101.162500', '134101.622500', '134102.082500', '134102.542500', '134103.002500', '134103.462500', '134103.922500', '134104.382500', '134104.842500', '134105.302500', '134105.762500', '134106.222500', '134106.682500', '134107.142500', '134107.602500', '134108.062500', '134108.522500', '134108.982500', '134109.442500', '134109.902500', '134110.362500', '134110.822500', '134111.282500', '134111.742500', '134112.202500', '134112.662500', '134113.122500', '134113.582500', '134114.042500'], 'ContentTime': ['133306.301000', '133306.304000', '133306.307000', '133306.310000', '133306.318000', '133306.321000', '133306.324000', '133306.327000', '133306.330000', '133306.332000', '133306.335000', '133306.338000', '133306.341000', '133306.344000', '133306.346000', '133306.349000', '133306.352000', '133306.355000', '133306.358000', '133306.361000', '133306.363000', '133306.366000', '133306.369000', '133306.372000', '133306.379000', '133306.382000', '133306.385000', '133306.388000', '133306.390000', '133306.393000', '133306.396000', '133306.399000', '133306.402000', '133306.404000', '133306.407000', '133326.271000', '133326.274000', '133326.277000', '133326.280000', '133326.283000', '133326.285000', '133326.289000', '133326.291000', '133326.294000', '133326.297000', '133326.300000', '133326.303000', '133326.306000', '133326.308000', '133326.311000', '133326.314000', '133326.317000', '133326.320000', '133326.323000', '133326.325000', '133326.328000', '133326.331000', '133326.334000', '133326.337000', '133326.340000', '133326.343000', '133326.346000', '133326.348000', '133326.351000', '133326.354000', '133326.357000', '133326.360000', '133326.362000', '133326.365000', '133326.368000', '133326.371000', '133326.374000', '133326.377000', '133326.380000', '133326.382000', '133326.386000', '133326.390000', '133326.392000', '133346.271000', '133346.274000', '133346.276000', '133346.279000', '133346.282000', '133346.293000', '133346.296000', '133346.298000', '133346.301000', '133346.304000', '133346.307000', '133346.310000', '133346.312000', '133346.315000', '133346.318000', '133346.321000', '133346.324000', '133346.326000', '133346.338000', '133346.340000', '133346.343000', '133346.346000', '133346.349000', '133346.353000', '133346.356000', '133346.359000', '133346.361000', '133346.364000', '133346.367000', '133346.370000', '133346.372000', '133346.375000', '133346.378000', '133346.381000', '133346.384000', '133346.387000', '133346.389000', '133346.392000', '133346.395000', '133346.398000', '133346.400000', '133346.403000', '133346.406000', '133346.409000', '133406.271000', '133406.274000', '133406.277000', '133406.279000', '133406.282000', '133406.285000', '133406.288000', '133406.291000', '133406.294000', '133406.296000', '133406.299000', '133406.302000', '133406.305000', '133406.308000', '133406.310000', '133406.313000', '133406.316000', '133406.319000', '133406.322000', '133406.325000', '133406.327000', '133406.330000', '133406.333000', '133406.336000', '133406.339000', '133406.342000', '133406.345000', '133406.347000', '133406.350000', '133406.353000', '133406.356000', '133406.359000', '133406.361000', '133406.364000', '133406.367000', '133406.370000', '133406.373000', '133406.376000', '133406.378000', '133406.381000', '133406.384000', '133406.387000', '133406.390000', '133426.271000', '133426.274000', '133426.277000', '133426.279000', '133426.282000', '133426.285000', '133426.288000', '133426.291000', '133426.294000', '133426.296000', '133426.299000', '133426.302000', '133426.305000', '133426.308000', '133426.310000', '133426.313000', '133426.316000', '133426.319000', '133426.321000', '133426.324000', '133426.327000', '133426.330000', '133426.333000', '133426.336000', '133426.338000', '133426.341000', '133426.344000', '133426.347000', '133426.350000', '133426.353000', '133426.355000', '133426.358000', '133426.361000', '133426.374000', '133426.377000', '133426.380000', '133426.383000', '133426.386000', '133426.388000', '133426.391000', '133426.394000', '133426.397000', '133426.400000', '133426.402000', '133446.271000', '133446.274000', '133446.277000', '133446.280000', '133446.282000', '133446.285000', '133446.288000', '133446.291000', '133446.294000', '133446.297000', '133446.299000', '133446.302000', '133446.305000', '133446.308000', '133446.311000', '133446.313000', '133446.316000', '133446.319000', '133446.322000', '133446.325000', '133446.328000', '133446.331000', '133446.333000', '133446.336000', '133446.339000', '133446.342000', '133446.345000', '133446.347000', '133446.350000', '133446.353000', '133446.356000', '133446.359000', '133446.362000', '133446.364000', '133446.367000', '133446.370000', '133446.373000', '133446.376000', '133446.378000', '133446.381000', '133446.384000', '133446.387000', '133446.390000', '133506.271000', '133506.274000', '133506.277000', '133506.280000', '133506.282000', '133506.285000', '133506.288000', '133506.291000', '133506.294000', '133506.297000', '133506.300000', '133506.303000', '133506.305000', '133506.308000', '133506.311000', '133506.314000', '133506.317000', '133506.320000', '133506.322000', '133506.325000', '133506.328000', '133506.331000', '133506.334000', '133506.337000', '133506.340000', '133506.343000', '133506.345000', '133506.348000', '133506.351000', '133506.354000', '133506.357000', '133506.360000', '133506.362000', '133506.365000', '133506.368000', '133506.371000', '133506.374000', '133506.377000', '133506.379000', '133506.382000', '133506.385000', '133506.389000', '133506.392000', '133526.271000', '133526.274000', '133526.295000', '133526.298000', '133526.301000', '133526.304000', '133526.307000', '133526.310000', '133526.312000', '133526.315000', '133526.318000', '133526.321000', '133526.324000', '133526.326000', '133526.329000', '133526.332000', '133526.335000', '133526.338000', '133526.341000', '133526.343000', '133526.346000', '133526.349000', '133526.352000', '133526.355000', '133526.358000', '133526.360000', '133526.363000', '133526.366000', '133526.369000', '133526.372000', '133526.375000', '133526.377000', '133526.380000', '133526.386000', '133526.389000', '133526.392000', '133526.395000', '133526.398000', '133526.400000', '133526.403000', '133526.406000', '133526.409000', '133526.412000', '133526.414000', '133546.271000', '133546.274000', '133546.277000', '133546.280000', '133546.283000', '133546.286000', '133546.289000', '133546.292000', '133546.295000', '133546.298000', '133546.300000', '133546.303000', '133546.306000', '133546.309000', '133546.312000', '133546.315000', '133546.317000', '133546.320000', '133546.323000', '133546.326000', '133546.329000', '133546.331000', '133546.334000', '133546.337000', '133546.340000', '133546.343000', '133546.346000', '133546.348000', '133546.351000', '133546.354000', '133546.357000', '133546.360000', '133546.363000', '133546.366000', '133546.368000', '133546.371000', '133546.374000', '133546.377000', '133546.380000', '133546.382000', '133546.385000', '133546.388000', '133546.391000', '133606.271000', '133606.274000', '133606.277000', '133606.279000', '133606.282000', '133606.285000', '133606.288000', '133606.291000', '133606.294000', '133606.296000', '133606.299000', '133606.302000', '133606.305000', '133606.308000', '133606.311000', '133606.313000', '133606.316000', '133606.319000', '133606.322000', '133606.325000', '133606.327000', '133606.330000', '133606.333000', '133606.336000', '133606.339000', '133606.341000', '133606.344000', '133606.347000', '133606.350000', '133606.353000', '133606.356000', '133606.359000', '133606.361000', '133606.364000', '133606.367000', '133606.370000', '133606.372000', '133606.375000', '133606.378000', '133606.381000', '133606.384000', '133606.387000', '133606.389000', '133606.392000', '133626.271000', '133626.274000', '133626.277000', '133626.280000', '133626.282000', '133626.285000', '133626.288000', '133626.291000', '133626.294000', '133626.296000', '133626.299000', '133626.302000', '133626.305000', '133626.308000', '133626.311000', '133626.314000', '133626.316000', '133626.319000', '133626.322000', '133626.325000', '133626.328000', '133626.330000', '133626.333000', '133626.336000', '133626.339000', '133626.342000', '133626.345000', '133626.347000', '133626.350000', '133626.353000', '133626.356000', '133626.359000', '133626.362000', '133626.365000', '133626.368000', '133626.370000', '133626.373000', '133626.376000', '133626.379000', '133626.382000', '133626.384000', '133626.387000', '133626.390000', '133646.271000', '133646.274000', '133646.277000', '133646.280000', '133646.282000', '133646.285000', '133646.288000', '133646.291000', '133646.294000', '133646.297000', '133646.299000', '133646.302000', '133646.305000', '133646.308000', '133646.311000', '133646.314000', '133646.317000', '133646.319000', '133646.322000', '133646.325000', '133646.328000', '133646.331000', '133646.333000', '133646.336000', '133646.339000', '133646.342000', '133646.359000', '133646.368000', '133646.371000', '133646.373000', '133646.376000', '133646.379000', '133646.382000', '133646.385000', '133646.387000', '133646.390000', '133646.393000', '133646.396000', '133646.399000', '133646.401000', '133646.404000', '133646.407000', '133646.410000', '133646.413000', '133706.271000', '133706.274000', '133706.277000', '133706.280000', '133706.282000', '133706.285000', '133706.288000', '133706.291000', '133706.294000', '133706.297000', '133706.299000', '133706.302000', '133706.305000', '133706.308000', '133706.311000', '133706.314000', '133706.317000', '133706.320000', '133706.322000', '133706.325000', '133706.328000', '133706.331000', '133706.334000', '133706.337000', '133706.340000', '133706.343000', '133706.345000', '133706.348000', '133706.351000', '133706.354000', '133706.357000', '133706.359000', '133706.362000', '133706.365000', '133706.368000', '133706.371000', '133706.373000', '133706.376000', '133706.379000', '133706.382000', '133706.385000', '133706.388000', '133706.390000', '133726.271000', '133726.274000', '133726.277000', '133726.280000', '133726.282000', '133726.285000', '133726.288000', '133726.291000', '133726.293000', '133726.296000', '133726.299000', '133726.302000', '133726.305000', '133726.308000', '133726.311000', '133726.313000', '133726.316000', '133726.319000', '133726.322000', '133726.325000', '133726.327000', '133726.330000', '133726.333000', '133726.336000', '133726.339000', '133726.342000', '133726.344000', '133726.347000', '133726.350000', '133726.353000', '133726.356000', '133726.359000', '133726.361000', '133726.364000', '133726.367000', '133726.370000', '133726.372000', '133726.375000', '133726.378000', '133726.381000', '133726.384000', '133726.387000', '133726.389000', '133726.392000', '133746.271000', '133746.274000', '133746.277000', '133746.280000', '133746.282000', '133746.285000', '133746.288000', '133746.291000', '133746.294000', '133746.297000', '133746.299000', '133746.302000', '133746.305000', '133746.308000', '133746.311000', '133746.314000', '133746.316000', '133746.319000', '133746.322000', '133746.325000', '133746.328000', '133746.331000', '133746.335000', '133746.340000', '133746.343000', '133746.346000', '133746.348000', '133746.351000', '133746.354000', '133746.357000', '133746.360000', '133746.363000', '133746.365000', '133746.368000', '133746.371000', '133746.374000', '133746.377000', '133746.380000', '133746.383000', '133746.385000', '133746.388000', '133746.391000', '133746.394000', '133806.271000', '133806.274000', '133806.277000', '133806.280000', '133806.283000', '133806.285000', '133806.288000', '133806.291000', '133806.294000', '133806.297000', '133806.300000', '133806.303000', '133806.306000', '133806.308000', '133806.311000', '133806.314000', '133806.317000', '133806.320000', '133806.323000', '133806.325000', '133806.328000', '133806.331000', '133806.334000', '133806.337000', '133806.340000', '133806.342000', '133806.345000', '133806.348000', '133806.351000', '133806.354000', '133806.356000', '133806.359000', '133806.362000', '133806.365000', '133806.368000', '133806.371000', '133806.374000', '133806.377000', '133806.379000', '133806.382000', '133806.385000', '133806.388000', '133806.391000', '133806.393000', '133826.271000', '133826.274000', '133826.277000', '133826.280000', '133826.283000', '133826.285000', '133826.288000', '133826.291000', '133826.294000', '133826.298000', '133826.301000', '133826.304000', '133826.307000', '133826.310000', '133826.313000', '133826.315000', '133826.318000', '133826.321000', '133826.324000', '133826.327000', '133826.329000', '133826.332000', '133826.335000', '133826.338000', '133826.341000', '133826.344000', '133826.346000', '133826.349000', '133826.352000', '133826.355000', '133826.358000', '133826.361000', '133826.364000', '133826.366000', '133826.369000', '133826.372000', '133826.375000', '133826.378000', '133826.381000', '133826.384000', '133826.387000', '133826.390000', '133826.392000', '133846.271000', '133846.274000', '133846.277000', '133846.280000', '133846.283000', '133846.285000', '133846.288000', '133846.291000', '133846.294000', '133846.297000', '133846.300000', '133846.302000', '133846.305000', '133846.308000', '133846.311000', '133846.314000', '133846.316000', '133846.319000', '133846.322000', '133846.325000', '133846.328000', '133846.331000', '133846.333000', '133846.336000', '133846.339000', '133846.342000', '133846.345000', '133846.348000', '133846.350000', '133846.353000', '133846.356000', '133846.359000', '133846.362000', '133846.365000', '133846.367000', '133846.370000', '133846.373000', '133846.376000', '133846.379000', '133846.382000', '133846.384000', '133846.387000', '133846.390000', '133846.393000', '133906.271000', '133906.274000', '133906.277000', '133906.280000', '133906.283000', '133906.285000', '133906.289000', '133906.292000', '133906.295000', '133906.298000', '133906.301000', '133906.304000', '133906.307000', '133906.310000', '133906.312000', '133906.315000', '133906.318000', '133906.321000', '133906.324000', '133906.327000', '133906.329000', '133906.332000', '133906.335000', '133906.338000', '133906.341000', '133906.344000', '133906.346000', '133906.349000', '133906.352000', '133906.355000', '133906.358000', '133906.361000', '133906.363000', '133906.366000', '133906.369000', '133906.372000', '133906.391000', '133906.394000', '133906.396000', '133906.399000', '133906.402000', '133906.405000', '133906.408000', '133926.271000', '133926.274000', '133926.277000', '133926.280000', '133926.282000', '133926.285000', '133926.288000', '133926.291000', '133926.294000', '133926.297000', '133926.299000', '133926.302000', '133926.305000', '133926.308000', '133926.311000', '133926.313000', '133926.316000', '133926.319000', '133926.322000', '133926.325000', '133926.327000', '133926.330000', '133926.333000', '133926.336000', '133926.339000', '133926.342000', '133926.344000', '133926.347000', '133926.350000', '133926.353000', '133926.356000', '133926.358000', '133926.361000', '133926.364000', '133926.367000', '133926.370000', '133926.373000', '133926.375000', '133926.378000', '133926.381000', '133926.384000', '133926.387000', '133926.390000', '133926.392000', '133946.271000', '133946.274000', '133946.277000', '133946.280000', '133946.289000', '133946.292000', '133946.295000', '133946.298000', '133946.301000', '133946.303000', '133946.306000', '133946.309000', '133946.312000', '133946.315000', '133946.317000', '133946.320000', '133946.323000', '133946.326000', '133946.329000', '133946.331000', '133946.334000', '133946.338000', '133946.341000', '133946.344000', '133946.347000', '133946.349000', '133946.352000', '133946.355000', '133946.358000', '133946.361000', '133946.364000', '133946.366000', '133946.369000', '133946.372000', '133946.375000', '133946.378000', '133946.381000', '133946.384000', '133946.386000', '133946.389000', '133946.394000', '133946.397000', '133946.400000', '134006.271000', '134006.274000', '134006.277000', '134006.280000', '134006.283000', '134006.285000', '134006.288000', '134006.291000', '134006.294000', '134006.297000', '134006.299000', '134006.302000', '134006.305000', '134006.308000', '134006.311000', '134006.314000', '134006.316000', '134006.319000', '134006.322000', '134006.325000', '134006.328000', '134006.330000', '134006.333000', '134006.336000', '134006.339000', '134006.342000', '134006.344000', '134006.347000', '134006.350000', '134006.353000', '134006.356000', '134006.358000', '134006.361000', '134006.364000', '134006.367000', '134006.370000', '134006.373000', '134006.375000', '134006.378000', '134006.381000', '134006.384000', '134006.387000', '134006.413000', '134006.416000', '134026.271000', '134026.274000', '134026.277000', '134026.280000', '134026.283000', '134026.285000', '134026.288000', '134026.291000', '134026.294000', '134026.297000', '134026.299000', '134026.302000', '134026.305000', '134026.308000', '134026.311000', '134026.314000', '134026.317000', '134026.319000', '134026.322000', '134026.325000', '134026.328000', '134026.331000', '134026.333000', '134026.336000', '134026.339000', '134026.342000', '134026.345000', '134026.348000', '134026.351000', '134026.353000', '134026.356000', '134026.359000', '134026.362000', '134026.365000', '134026.368000', '134026.370000', '134026.373000', '134026.376000', '134026.379000', '134026.382000', '134026.385000', '134026.387000', '134026.390000', '134046.271000', '134046.274000', '134046.277000', '134046.280000', '134046.282000', '134046.285000', '134046.288000', '134046.291000', '134046.294000', '134046.296000', '134046.299000', '134046.302000', '134046.305000', '134046.308000', '134046.311000', '134046.314000', '134046.316000', '134046.319000', '134046.322000', '134046.325000', '134046.328000', '134046.330000', '134046.333000', '134046.336000', '134046.339000', '134046.342000', '134046.345000', '134046.347000', '134046.350000', '134046.353000', '134046.356000', '134046.359000', '134046.362000', '134046.365000', '134046.367000', '134046.370000', '134046.373000', '134046.376000', '134046.379000', '134046.382000', '134046.384000', '134046.387000', '134046.390000', '134046.393000', '134106.271000', '134106.274000', '134106.277000', '134106.280000', '134106.283000', '134106.285000', '134106.288000', '134106.291000', '134106.294000', '134106.296000', '134106.299000', '134106.302000', '134106.305000', '134106.308000', '134106.311000', '134106.333000', '134106.336000', '134106.339000', '134106.341000', '134106.344000', '134106.347000', '134106.350000', '134106.353000', '134106.355000', '134106.358000', '134106.361000', '134106.364000', '134106.367000', '134106.369000', '134106.372000', '134106.376000', '134106.379000', '134106.382000', '134106.385000', '134106.388000', '134106.391000', '134106.393000', '134106.396000', '134106.399000', '134106.402000', '134106.405000', '134106.407000', '134106.410000', '134115.228000', '134115.232000', '134115.235000', '134115.238000', '134115.240000', '134115.243000', '134115.246000', '134115.249000', '134115.252000', '134115.255000', '134115.258000', '134115.261000', '134115.264000', '134115.267000', '134115.270000', '134115.273000', '134115.276000', '134115.279000', '134115.282000', '134115.285000'], 'InstanceCreationTime': ['133306.301000', '133306.304000', '133306.307000', '133306.310000', '133306.318000', '133306.321000', '133306.324000', '133306.327000', '133306.330000', '133306.332000', '133306.335000', '133306.338000', '133306.341000', '133306.344000', '133306.346000', '133306.349000', '133306.352000', '133306.355000', '133306.358000', '133306.361000', '133306.363000', '133306.366000', '133306.369000', '133306.372000', '133306.379000', '133306.382000', '133306.385000', '133306.388000', '133306.390000', '133306.393000', '133306.396000', '133306.399000', '133306.402000', '133306.404000', '133306.407000', '133326.271000', '133326.274000', '133326.277000', '133326.280000', '133326.283000', '133326.285000', '133326.289000', '133326.291000', '133326.294000', '133326.297000', '133326.300000', '133326.303000', '133326.306000', '133326.308000', '133326.311000', '133326.314000', '133326.317000', '133326.320000', '133326.323000', '133326.325000', '133326.328000', '133326.331000', '133326.334000', '133326.337000', '133326.340000', '133326.343000', '133326.346000', '133326.348000', '133326.351000', '133326.354000', '133326.357000', '133326.360000', '133326.362000', '133326.365000', '133326.368000', '133326.371000', '133326.374000', '133326.377000', '133326.380000', '133326.382000', '133326.386000', '133326.390000', '133326.392000', '133346.271000', '133346.274000', '133346.276000', '133346.279000', '133346.282000', '133346.293000', '133346.296000', '133346.298000', '133346.301000', '133346.304000', '133346.307000', '133346.310000', '133346.312000', '133346.315000', '133346.318000', '133346.321000', '133346.324000', '133346.326000', '133346.338000', '133346.340000', '133346.343000', '133346.346000', '133346.349000', '133346.353000', '133346.356000', '133346.359000', '133346.361000', '133346.364000', '133346.367000', '133346.370000', '133346.372000', '133346.375000', '133346.378000', '133346.381000', '133346.384000', '133346.387000', '133346.389000', '133346.392000', '133346.395000', '133346.398000', '133346.400000', '133346.403000', '133346.406000', '133346.409000', '133406.271000', '133406.274000', '133406.277000', '133406.279000', '133406.282000', '133406.285000', '133406.288000', '133406.291000', '133406.294000', '133406.296000', '133406.299000', '133406.302000', '133406.305000', '133406.308000', '133406.310000', '133406.313000', '133406.316000', '133406.319000', '133406.322000', '133406.325000', '133406.327000', '133406.330000', '133406.333000', '133406.336000', '133406.339000', '133406.342000', '133406.345000', '133406.347000', '133406.350000', '133406.353000', '133406.356000', '133406.359000', '133406.361000', '133406.364000', '133406.367000', '133406.370000', '133406.373000', '133406.376000', '133406.378000', '133406.381000', '133406.384000', '133406.387000', '133406.390000', '133426.271000', '133426.274000', '133426.277000', '133426.279000', '133426.282000', '133426.285000', '133426.288000', '133426.291000', '133426.294000', '133426.296000', '133426.299000', '133426.302000', '133426.305000', '133426.308000', '133426.310000', '133426.313000', '133426.316000', '133426.319000', '133426.321000', '133426.324000', '133426.327000', '133426.330000', '133426.333000', '133426.336000', '133426.338000', '133426.341000', '133426.344000', '133426.347000', '133426.350000', '133426.353000', '133426.355000', '133426.358000', '133426.361000', '133426.374000', '133426.377000', '133426.380000', '133426.383000', '133426.386000', '133426.388000', '133426.391000', '133426.394000', '133426.397000', '133426.400000', '133426.402000', '133446.271000', '133446.274000', '133446.277000', '133446.280000', '133446.282000', '133446.285000', '133446.288000', '133446.291000', '133446.294000', '133446.297000', '133446.299000', '133446.302000', '133446.305000', '133446.308000', '133446.311000', '133446.313000', '133446.316000', '133446.319000', '133446.322000', '133446.325000', '133446.328000', '133446.331000', '133446.333000', '133446.336000', '133446.339000', '133446.342000', '133446.345000', '133446.347000', '133446.350000', '133446.353000', '133446.356000', '133446.359000', '133446.362000', '133446.364000', '133446.367000', '133446.370000', '133446.373000', '133446.376000', '133446.378000', '133446.381000', '133446.384000', '133446.387000', '133446.390000', '133506.271000', '133506.274000', '133506.277000', '133506.280000', '133506.282000', '133506.285000', '133506.288000', '133506.291000', '133506.294000', '133506.297000', '133506.300000', '133506.303000', '133506.305000', '133506.308000', '133506.311000', '133506.314000', '133506.317000', '133506.320000', '133506.322000', '133506.325000', '133506.328000', '133506.331000', '133506.334000', '133506.337000', '133506.340000', '133506.343000', '133506.345000', '133506.348000', '133506.351000', '133506.354000', '133506.357000', '133506.360000', '133506.362000', '133506.365000', '133506.368000', '133506.371000', '133506.374000', '133506.377000', '133506.379000', '133506.382000', '133506.385000', '133506.389000', '133506.392000', '133526.271000', '133526.274000', '133526.295000', '133526.298000', '133526.301000', '133526.304000', '133526.307000', '133526.310000', '133526.312000', '133526.315000', '133526.318000', '133526.321000', '133526.324000', '133526.326000', '133526.329000', '133526.332000', '133526.335000', '133526.338000', '133526.341000', '133526.343000', '133526.346000', '133526.349000', '133526.352000', '133526.355000', '133526.358000', '133526.360000', '133526.363000', '133526.366000', '133526.369000', '133526.372000', '133526.375000', '133526.377000', '133526.380000', '133526.386000', '133526.389000', '133526.392000', '133526.395000', '133526.398000', '133526.400000', '133526.403000', '133526.406000', '133526.409000', '133526.412000', '133526.414000', '133546.271000', '133546.274000', '133546.277000', '133546.280000', '133546.283000', '133546.286000', '133546.289000', '133546.292000', '133546.295000', '133546.298000', '133546.300000', '133546.303000', '133546.306000', '133546.309000', '133546.312000', '133546.315000', '133546.317000', '133546.320000', '133546.323000', '133546.326000', '133546.329000', '133546.331000', '133546.334000', '133546.337000', '133546.340000', '133546.343000', '133546.346000', '133546.348000', '133546.351000', '133546.354000', '133546.357000', '133546.360000', '133546.363000', '133546.366000', '133546.368000', '133546.371000', '133546.374000', '133546.377000', '133546.380000', '133546.382000', '133546.385000', '133546.388000', '133546.391000', '133606.271000', '133606.274000', '133606.277000', '133606.279000', '133606.282000', '133606.285000', '133606.288000', '133606.291000', '133606.294000', '133606.296000', '133606.299000', '133606.302000', '133606.305000', '133606.308000', '133606.311000', '133606.313000', '133606.316000', '133606.319000', '133606.322000', '133606.325000', '133606.327000', '133606.330000', '133606.333000', '133606.336000', '133606.339000', '133606.341000', '133606.344000', '133606.347000', '133606.350000', '133606.353000', '133606.356000', '133606.359000', '133606.361000', '133606.364000', '133606.367000', '133606.370000', '133606.372000', '133606.375000', '133606.378000', '133606.381000', '133606.384000', '133606.387000', '133606.389000', '133606.392000', '133626.271000', '133626.274000', '133626.277000', '133626.280000', '133626.282000', '133626.285000', '133626.288000', '133626.291000', '133626.294000', '133626.296000', '133626.299000', '133626.302000', '133626.305000', '133626.308000', '133626.311000', '133626.314000', '133626.316000', '133626.319000', '133626.322000', '133626.325000', '133626.328000', '133626.330000', '133626.333000', '133626.336000', '133626.339000', '133626.342000', '133626.345000', '133626.347000', '133626.350000', '133626.353000', '133626.356000', '133626.359000', '133626.362000', '133626.365000', '133626.368000', '133626.370000', '133626.373000', '133626.376000', '133626.379000', '133626.382000', '133626.384000', '133626.387000', '133626.390000', '133646.271000', '133646.274000', '133646.277000', '133646.280000', '133646.282000', '133646.285000', '133646.288000', '133646.291000', '133646.294000', '133646.297000', '133646.299000', '133646.302000', '133646.305000', '133646.308000', '133646.311000', '133646.314000', '133646.317000', '133646.319000', '133646.322000', '133646.325000', '133646.328000', '133646.331000', '133646.333000', '133646.336000', '133646.339000', '133646.342000', '133646.359000', '133646.368000', '133646.371000', '133646.373000', '133646.376000', '133646.379000', '133646.382000', '133646.385000', '133646.387000', '133646.390000', '133646.393000', '133646.396000', '133646.399000', '133646.401000', '133646.404000', '133646.407000', '133646.410000', '133646.413000', '133706.271000', '133706.274000', '133706.277000', '133706.280000', '133706.282000', '133706.285000', '133706.288000', '133706.291000', '133706.294000', '133706.297000', '133706.299000', '133706.302000', '133706.305000', '133706.308000', '133706.311000', '133706.314000', '133706.317000', '133706.320000', '133706.322000', '133706.325000', '133706.328000', '133706.331000', '133706.334000', '133706.337000', '133706.340000', '133706.343000', '133706.345000', '133706.348000', '133706.351000', '133706.354000', '133706.357000', '133706.359000', '133706.362000', '133706.365000', '133706.368000', '133706.371000', '133706.373000', '133706.376000', '133706.379000', '133706.382000', '133706.385000', '133706.388000', '133706.390000', '133726.271000', '133726.274000', '133726.277000', '133726.280000', '133726.282000', '133726.285000', '133726.288000', '133726.291000', '133726.293000', '133726.296000', '133726.299000', '133726.302000', '133726.305000', '133726.308000', '133726.311000', '133726.313000', '133726.316000', '133726.319000', '133726.322000', '133726.325000', '133726.327000', '133726.330000', '133726.333000', '133726.336000', '133726.339000', '133726.342000', '133726.344000', '133726.347000', '133726.350000', '133726.353000', '133726.356000', '133726.359000', '133726.361000', '133726.364000', '133726.367000', '133726.370000', '133726.372000', '133726.375000', '133726.378000', '133726.381000', '133726.384000', '133726.387000', '133726.389000', '133726.392000', '133746.271000', '133746.274000', '133746.277000', '133746.280000', '133746.282000', '133746.285000', '133746.288000', '133746.291000', '133746.294000', '133746.297000', '133746.299000', '133746.302000', '133746.305000', '133746.308000', '133746.311000', '133746.314000', '133746.316000', '133746.319000', '133746.322000', '133746.325000', '133746.328000', '133746.331000', '133746.335000', '133746.340000', '133746.343000', '133746.346000', '133746.348000', '133746.351000', '133746.354000', '133746.357000', '133746.360000', '133746.363000', '133746.365000', '133746.368000', '133746.371000', '133746.374000', '133746.377000', '133746.380000', '133746.383000', '133746.385000', '133746.388000', '133746.391000', '133746.394000', '133806.271000', '133806.274000', '133806.277000', '133806.280000', '133806.283000', '133806.285000', '133806.288000', '133806.291000', '133806.294000', '133806.297000', '133806.300000', '133806.303000', '133806.306000', '133806.308000', '133806.311000', '133806.314000', '133806.317000', '133806.320000', '133806.323000', '133806.325000', '133806.328000', '133806.331000', '133806.334000', '133806.337000', '133806.340000', '133806.342000', '133806.345000', '133806.348000', '133806.351000', '133806.354000', '133806.356000', '133806.359000', '133806.362000', '133806.365000', '133806.368000', '133806.371000', '133806.374000', '133806.377000', '133806.379000', '133806.382000', '133806.385000', '133806.388000', '133806.391000', '133806.393000', '133826.271000', '133826.274000', '133826.277000', '133826.280000', '133826.283000', '133826.285000', '133826.288000', '133826.291000', '133826.294000', '133826.298000', '133826.301000', '133826.304000', '133826.307000', '133826.310000', '133826.313000', '133826.315000', '133826.318000', '133826.321000', '133826.324000', '133826.327000', '133826.329000', '133826.332000', '133826.335000', '133826.338000', '133826.341000', '133826.344000', '133826.346000', '133826.349000', '133826.352000', '133826.355000', '133826.358000', '133826.361000', '133826.364000', '133826.366000', '133826.369000', '133826.372000', '133826.375000', '133826.378000', '133826.381000', '133826.384000', '133826.387000', '133826.390000', '133826.392000', '133846.271000', '133846.274000', '133846.277000', '133846.280000', '133846.283000', '133846.285000', '133846.288000', '133846.291000', '133846.294000', '133846.297000', '133846.300000', '133846.302000', '133846.305000', '133846.308000', '133846.311000', '133846.314000', '133846.316000', '133846.319000', '133846.322000', '133846.325000', '133846.328000', '133846.331000', '133846.333000', '133846.336000', '133846.339000', '133846.342000', '133846.345000', '133846.348000', '133846.350000', '133846.353000', '133846.356000', '133846.359000', '133846.362000', '133846.365000', '133846.367000', '133846.370000', '133846.373000', '133846.376000', '133846.379000', '133846.382000', '133846.384000', '133846.387000', '133846.390000', '133846.393000', '133906.271000', '133906.274000', '133906.277000', '133906.280000', '133906.283000', '133906.285000', '133906.289000', '133906.292000', '133906.295000', '133906.298000', '133906.301000', '133906.304000', '133906.307000', '133906.310000', '133906.312000', '133906.315000', '133906.318000', '133906.321000', '133906.324000', '133906.327000', '133906.329000', '133906.332000', '133906.335000', '133906.338000', '133906.341000', '133906.344000', '133906.346000', '133906.349000', '133906.352000', '133906.355000', '133906.358000', '133906.361000', '133906.363000', '133906.366000', '133906.369000', '133906.372000', '133906.391000', '133906.394000', '133906.396000', '133906.399000', '133906.402000', '133906.405000', '133906.408000', '133926.271000', '133926.274000', '133926.277000', '133926.280000', '133926.282000', '133926.285000', '133926.288000', '133926.291000', '133926.294000', '133926.297000', '133926.299000', '133926.302000', '133926.305000', '133926.308000', '133926.311000', '133926.313000', '133926.316000', '133926.319000', '133926.322000', '133926.325000', '133926.327000', '133926.330000', '133926.333000', '133926.336000', '133926.339000', '133926.342000', '133926.344000', '133926.347000', '133926.350000', '133926.353000', '133926.356000', '133926.358000', '133926.361000', '133926.364000', '133926.367000', '133926.370000', '133926.373000', '133926.375000', '133926.378000', '133926.381000', '133926.384000', '133926.387000', '133926.390000', '133926.392000', '133946.271000', '133946.274000', '133946.277000', '133946.280000', '133946.289000', '133946.292000', '133946.295000', '133946.298000', '133946.301000', '133946.303000', '133946.306000', '133946.309000', '133946.312000', '133946.315000', '133946.317000', '133946.320000', '133946.323000', '133946.326000', '133946.329000', '133946.331000', '133946.334000', '133946.338000', '133946.341000', '133946.344000', '133946.347000', '133946.349000', '133946.352000', '133946.355000', '133946.358000', '133946.361000', '133946.364000', '133946.366000', '133946.369000', '133946.372000', '133946.375000', '133946.378000', '133946.381000', '133946.384000', '133946.386000', '133946.389000', '133946.394000', '133946.397000', '133946.400000', '134006.271000', '134006.274000', '134006.277000', '134006.280000', '134006.283000', '134006.285000', '134006.288000', '134006.291000', '134006.294000', '134006.297000', '134006.299000', '134006.302000', '134006.305000', '134006.308000', '134006.311000', '134006.314000', '134006.316000', '134006.319000', '134006.322000', '134006.325000', '134006.328000', '134006.330000', '134006.333000', '134006.336000', '134006.339000', '134006.342000', '134006.344000', '134006.347000', '134006.350000', '134006.353000', '134006.356000', '134006.358000', '134006.361000', '134006.364000', '134006.367000', '134006.370000', '134006.373000', '134006.375000', '134006.378000', '134006.381000', '134006.384000', '134006.387000', '134006.413000', '134006.416000', '134026.271000', '134026.274000', '134026.277000', '134026.280000', '134026.283000', '134026.285000', '134026.288000', '134026.291000', '134026.294000', '134026.297000', '134026.299000', '134026.302000', '134026.305000', '134026.308000', '134026.311000', '134026.314000', '134026.317000', '134026.319000', '134026.322000', '134026.325000', '134026.328000', '134026.331000', '134026.333000', '134026.336000', '134026.339000', '134026.342000', '134026.345000', '134026.348000', '134026.351000', '134026.353000', '134026.356000', '134026.359000', '134026.362000', '134026.365000', '134026.368000', '134026.370000', '134026.373000', '134026.376000', '134026.379000', '134026.382000', '134026.385000', '134026.387000', '134026.390000', '134046.271000', '134046.274000', '134046.277000', '134046.280000', '134046.282000', '134046.285000', '134046.288000', '134046.291000', '134046.294000', '134046.296000', '134046.299000', '134046.302000', '134046.305000', '134046.308000', '134046.311000', '134046.314000', '134046.316000', '134046.319000', '134046.322000', '134046.325000', '134046.328000', '134046.330000', '134046.333000', '134046.336000', '134046.339000', '134046.342000', '134046.345000', '134046.347000', '134046.350000', '134046.353000', '134046.356000', '134046.359000', '134046.362000', '134046.365000', '134046.367000', '134046.370000', '134046.373000', '134046.376000', '134046.379000', '134046.382000', '134046.384000', '134046.387000', '134046.390000', '134046.393000', '134106.271000', '134106.274000', '134106.277000', '134106.280000', '134106.283000', '134106.285000', '134106.288000', '134106.291000', '134106.294000', '134106.296000', '134106.299000', '134106.302000', '134106.305000', '134106.308000', '134106.311000', '134106.333000', '134106.336000', '134106.339000', '134106.341000', '134106.344000', '134106.347000', '134106.350000', '134106.353000', '134106.355000', '134106.358000', '134106.361000', '134106.364000', '134106.367000', '134106.369000', '134106.372000', '134106.376000', '134106.379000', '134106.382000', '134106.385000', '134106.388000', '134106.391000', '134106.393000', '134106.396000', '134106.399000', '134106.402000', '134106.405000', '134106.407000', '134106.410000', '134115.228000', '134115.232000', '134115.235000', '134115.238000', '134115.240000', '134115.243000', '134115.246000', '134115.249000', '134115.252000', '134115.255000', '134115.258000', '134115.261000', '134115.264000', '134115.267000', '134115.270000', '134115.273000', '134115.276000', '134115.279000', '134115.282000', '134115.285000'], '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': [16584, 10631, 14636, 9534, 11149, 13368, 8998, 14464, 9429, 12406, 8990, 10204, 14628, 9334, 12427, 8177, 11013, 10708, 9516, 14571, 10163, 12442, 9009, 10926, 12346, 9092, 13980, 10110, 13347, 9248, 10766, 15606, 10377, 13660, 9348, 12222, 9044, 10042, 15222, 10256, 12934, 8726, 11587, 14282, 9271, 14224, 10485, 12466, 9665, 9776, 14904, 10089, 14010, 9590, 12227, 9237, 11411, 14959, 9846, 12547, 9577, 12014, 8943, 10433, 14566, 10260, 11868, 10132, 11475, 9114, 10579, 15406, 10835, 13581, 10327, 12185, 9204, 12467, 10258, 11441, 15172, 10769, 15241, 10872, 15457, 9788, 13404, 14260, 11217, 18349, 13276, 17117, 10148, 13710, 10129, 11741, 17339, 10801, 16852, 9906, 13086, 9271, 10610, 16490, 10694, 13392, 9611, 10998, 13777, 9620, 14195, 9990, 12253, 9434, 11238, 16306, 10411, 14512, 9470, 12216, 9385, 10705, 15441, 10214, 12991, 8527, 11318, 11856, 9238, 14132, 9495, 11514, 9247, 9812, 15214, 10163, 11915, 8946, 10772, 15007, 9936, 11831, 8730, 11054, 8660, 9924, 14284, 10284, 11671, 9054, 10937, 9105, 10150, 13495, 10654, 13873, 10087, 12048, 9803, 12729, 10619, 13640, 8902, 12233, 10063, 11979, 13405, 12203, 19130, 11139, 15261, 10284, 12909, 10251, 11295, 15460, 10702, 15205, 10704, 16007, 10343, 13235, 12696, 10445, 15732, 11031, 12871, 8853, 11782, 9319, 10446, 15107, 10265, 12332, 9682, 10964, 9255, 10587, 15575, 10239, 12699, 10329, 11739, 9506, 10579, 12986, 9947, 14432, 10711, 13843, 8727, 11943, 10286, 10760, 16710, 13017, 18611, 10502, 14372, 10250, 12136, 9420, 11343, 13091, 10087, 15415, 10176, 14189, 9531, 13918, 10922, 10756, 15727, 9854, 12877, 9538, 11188, 10169, 9644, 13769, 9994, 11725, 9717, 10331, 14528, 9456, 12462, 8479, 11483, 10640, 9516, 14163, 8400, 11039, 9598, 9750, 13651, 9711, 11284, 8676, 9515, 13375, 9433, 11119, 9030, 9856, 15635, 10070, 11678, 8598, 10719, 8809, 10159, 15443, 10291, 12343, 9236, 11579, 9259, 11215, 10973, 10956, 16160, 11030, 12730, 9594, 12886, 10033, 12501, 15323, 11435, 16459, 11193, 16303, 12302, 13313, 12946, 11461, 16192, 11127, 13630, 10016, 11996, 9424, 11240, 15725, 10733, 13429, 10134, 12609, 9488, 10988, 15917, 10376, 12817, 9791, 11873, 9519, 11040, 15269, 10709, 12556, 9046, 11680, 8950, 10530, 15070, 10923, 12326, 9779, 11121, 9278, 11044, 9575, 12459, 11688, 10927, 15133, 9988, 15707, 11635, 16672, 11265, 14423, 9924, 12364, 9041, 11779, 9408, 10701, 16687, 10422, 12977, 9245, 11939, 12170, 10520, 16145, 10609, 12119, 10055, 11179, 15903, 11105, 15950, 10372, 14324, 10121, 11626, 11470, 10211, 18160, 10295, 13445, 9848, 14750, 9794, 11400, 14829, 10143, 17029, 10531, 12781, 8622, 11953, 11173, 9901, 17271, 10567, 13156, 9820, 11674, 9425, 11714, 13042, 10949, 15080, 10352, 14412, 9845, 12835, 9649, 12746, 10037, 11507, 9818, 10259, 16328, 10638, 15089, 9884, 12454, 9738, 15029, 9843, 13168, 10128, 11641, 9899, 10796, 13004, 9853, 13691, 9973, 11897, 9108, 11649, 9739, 10565, 16872, 10542, 12650, 10085, 12989, 10365, 11518, 10179, 10494, 17780, 12517, 17043, 10324, 15537, 9337, 12431, 9417, 11753, 10011, 11216, 10700, 10347, 17200, 10092, 15731, 9769, 12547, 9457, 12017, 10487, 9371, 14592, 10168, 12881, 8778, 11517, 12113, 9549, 12457, 10253, 11358, 9443, 9964, 15403, 9874, 11570, 9044, 11033, 9431, 10278, 13741, 10254, 11428, 9695, 10994, 9752, 10260, 12962, 9975, 11326, 9704, 10752, 9390, 10958, 9492, 10677, 11978, 10309, 15924, 11285, 15291, 10516, 12360, 9575, 13678, 12819, 13175, 18845, 12255, 17224, 11670, 15462, 12486, 14140, 12789, 11722, 18344, 11262, 14978, 10696, 13049, 10355, 11820, 11028, 10814, 15933, 10540, 12897, 9402, 11931, 11917, 10119, 14597, 10226, 11733, 9626, 14993, 9840, 11079, 8948, 11172, 9320, 12453, 9430, 12241, 9680, 11621, 10939, 10811, 9837, 11350, 11576, 11188, 16081, 10929, 15345, 11891, 16384, 10461, 13237, 10609, 11624, 16764, 12205, 18133, 10840, 13584, 9384, 12173, 10377, 9901, 14445, 10762, 12651, 9426, 10953, 11039, 9569, 13403, 10291, 11290, 9451, 11176, 10807, 9691, 13085, 10905, 11490, 9036, 10742, 9856, 10512, 15210, 10060, 12673, 10671, 12434, 9020, 11323, 9383, 10565, 15763, 11557, 16500, 10510, 12554, 9266, 11780, 12311, 10957, 16390, 10868, 15934, 10447, 12553, 9286, 14464, 10074, 11856, 11303, 11091, 16871, 10279, 14311, 10861, 13420, 9848, 11412, 9975, 10168, 14289, 11134, 13155, 9281, 11335, 9911, 10649, 15804, 10374, 15453, 10057, 12715, 9204, 11622, 10325, 10244, 11527, 10206, 14249, 9778, 12684, 10714, 11888, 9056, 10967, 9702, 10490, 13454, 10090, 15676, 10032, 12745, 10098, 12921, 9333, 14009, 10111, 13282, 9766, 15148, 10240, 14306, 14826, 10983, 19160, 10615, 16070, 11023, 16164, 11778, 14416, 12353, 11565, 19247, 10326, 15606, 9690, 13103, 9728, 11534, 17332, 9881, 15796, 9694, 12555, 9636, 10175, 16130, 10402, 14760, 9330, 11702, 10177, 10695, 13328, 9122, 15681, 10075, 14292, 9664, 11644, 9356, 11184, 10147, 10518, 13757, 9586, 15603, 9724, 11539, 9497, 11242, 9898, 11285, 10523, 10934, 16083, 10061, 13292, 10445, 11825, 9621, 11278, 9900, 9625, 14192, 10758, 13164, 9301, 11523, 9960, 10195, 15346, 10681, 12914, 9655, 11072, 10288, 10802, 9860, 10391, 13849, 10356, 14935, 10566, 16369, 11073, 14514, 10113, 12122, 10686, 10799, 16996, 10457, 17620, 9900, 13258, 9577, 14912, 9637, 12735, 12030, 10809, 17410, 9616, 14092, 9678, 12771, 10112, 10976, 13111, 9725, 12804, 10523, 11683, 9009, 10587, 9722, 9463, 14024, 9746, 11895, 9131, 10943, 9900, 10672, 11451, 9812, 12628, 9921, 11292, 8756, 12227, 8927, 13111, 9343, 8515, 10000, 8215, 13341, 9035, 15879, 11367, 15714, 15790, 13035, 18571, 12719, 16655, 13195, 14900, 19918, 13703, 17628, 12847, 14117, 19270, 11497, 15299, 9934, 12363, 9376, 10293, 15103, 9716, 12940, 8746, 11430, 15974, 10242, 14402, 9769, 12856, 8586, 11550, 10632, 10151, 15811, 9480, 12356, 9574, 9414, 9539, 8503, 12024, 8793, 13470, 10078, 14182, 10672, 9174, 11407, 9462, 13490, 13946, 12244, 9635, 12971, 11631, 12080, 15837, 10648, 13809, 8947, 13277, 9043, 12573, 14940, 11388, 15433, 10005, 14143, 9536, 12676, 14525, 11619, 14964, 10607, 13880, 8808, 12989, 9799, 11903, 16482, 11212, 14617, 9307, 13605, 10575, 12167, 16588, 11371, 14034, 9337, 12482, 15685, 11388, 14845, 9772, 12936, 12605, 11420, 15777, 11495, 13655, 9304, 12196, 8201, 12275, 8289, 12843, 8517, 11679, 9399, 11668, 8700, 11895, 10013, 11939, 15454, 11943, 14185, 11865, 16929, 11832, 16054, 12334, 16817, 10981, 14841, 13434, 12864, 18663, 13959, 16464, 11672, 14921, 10395, 13721, 13157, 11900, 17820, 12831, 14630, 9502, 12558, 9084, 11894, 16177, 11576, 15099, 9849, 12671, 8866, 12050, 12715, 10877, 15700, 10670, 14398, 9639, 12561, 9705, 11314, 15734, 10771, 14235, 10382, 13490, 8642, 12151, 9327, 11741, 16326, 11172, 14646, 10143, 13594, 9888, 11601, 16430, 11557, 14697, 10092, 12815, 9826, 11507, 9931, 12161, 9178, 12230, 8802, 11633, 11861, 11449, 11253, 11363, 15902, 10702, 15176, 11434, 14561, 10218, 14574, 9872, 13751, 10111, 14445, 9573, 13907, 10156, 12592, 16870, 11862, 15739, 11403, 14975, 9746, 13285, 12874, 11156, 15858, 11089, 14325, 8694, 12127, 11673, 10434, 15333, 10714, 13898, 8438, 11580, 9858, 11252, 15726, 10602, 14150, 9819, 12139, 9164, 11190, 14247, 10130, 11686, 10780, 8691, 12306, 9698, 14128, 10350, 16034, 10521, 16625, 12503, 16552, 11407, 16588, 11077, 16741, 15217, 13641, 19308, 13447, 16822, 10501, 15017, 12848, 12075, 12618, 10923, 14303, 11361, 14706, 11188, 14161, 10742, 13660, 10479, 12466, 16996, 10836, 15803, 10906, 14803, 10907, 13379, 10652, 12564], 'WindowCenter': [4880.0, 4802.0, 4815.0, 4750.0, 4767.0, 4775.0, 4736.0, 4771.0, 4722.0, 4760.0, 4720.0, 4741.0, 4771.0, 4733.0, 4761.0, 4724.0, 4754.0, 4753.0, 4746.0, 4781.0, 4754.0, 4762.0, 4722.0, 4753.0, 4761.0, 4734.0, 4775.0, 4744.0, 4775.0, 4736.0, 4756.0, 4784.0, 4747.0, 4773.0, 4724.0, 4763.0, 4725.0, 4746.0, 4782.0, 4743.0, 4764.0, 4723.0, 4754.0, 4774.0, 4736.0, 4773.0, 4753.0, 4764.0, 4735.0, 4773.0, 4810.0, 4769.0, 4797.0, 4757.0, 4778.0, 4746.0, 4778.0, 4797.0, 4771.0, 4786.0, 4758.0, 4790.0, 4748.0, 4770.0, 4799.0, 4772.0, 4792.0, 4771.0, 4782.0, 4750.0, 4772.0, 4800.0, 4775.0, 4791.0, 4763.0, 4779.0, 4752.0, 4790.0, 4760.0, 4770.0, 4787.0, 4759.0, 4800.0, 4759.0, 4788.0, 4746.0, 4779.0, 4773.0, 4758.0, 4796.0, 4763.0, 4782.0, 4733.0, 4761.0, 4731.0, 4754.0, 4780.0, 4740.0, 4781.0, 4729.0, 4760.0, 4723.0, 4755.0, 4779.0, 4740.0, 4759.0, 4730.0, 4751.0, 4771.0, 4734.0, 4771.0, 4744.0, 4763.0, 4735.0, 4755.0, 4781.0, 4740.0, 4772.0, 4731.0, 4762.0, 4731.0, 4755.0, 4781.0, 4744.0, 4772.0, 4720.0, 4752.0, 4764.0, 4733.0, 4772.0, 4734.0, 4763.0, 4733.0, 4744.0, 4784.0, 4743.0, 4764.0, 4721.0, 4764.0, 4783.0, 4747.0, 4766.0, 4737.0, 4767.0, 4738.0, 4760.0, 4796.0, 4758.0, 4779.0, 4750.0, 4779.0, 4748.0, 4770.0, 4792.0, 4772.0, 4800.0, 4771.0, 4790.0, 4775.0, 4791.0, 4772.0, 4801.0, 4750.0, 4781.0, 4758.0, 4784.0, 4788.0, 4780.0, 4817.0, 4770.0, 4801.0, 4761.0, 4780.0, 4745.0, 4767.0, 4785.0, 4757.0, 4796.0, 4759.0, 4797.0, 4746.0, 4776.0, 4773.0, 4756.0, 4794.0, 4756.0, 4762.0, 4723.0, 4764.0, 4734.0, 4755.0, 4784.0, 4757.0, 4778.0, 4748.0, 4766.0, 4745.0, 4758.0, 4794.0, 4759.0, 4778.0, 4759.0, 4777.0, 4747.0, 4768.0, 4788.0, 4759.0, 4786.0, 4759.0, 4789.0, 4737.0, 4779.0, 4759.0, 4756.0, 4797.0, 4777.0, 4796.0, 4746.0, 4771.0, 4744.0, 4766.0, 4725.0, 4755.0, 4765.0, 4742.0, 4783.0, 4746.0, 4773.0, 4721.0, 4761.0, 4740.0, 4743.0, 4770.0, 4733.0, 4763.0, 4720.0, 4739.0, 4728.0, 4723.0, 4771.0, 4735.0, 4752.0, 4730.0, 4743.0, 4771.0, 4735.0, 4764.0, 4725.0, 4765.0, 4746.0, 4735.0, 4783.0, 4724.0, 4754.0, 4735.0, 4748.0, 4784.0, 4747.0, 4766.0, 4725.0, 4747.0, 4785.0, 4747.0, 4768.0, 4750.0, 4772.0, 4799.0, 4760.0, 4767.0, 4738.0, 4770.0, 4748.0, 4772.0, 4807.0, 4772.0, 4791.0, 4759.0, 4779.0, 4763.0, 4792.0, 4781.0, 4784.0, 4812.0, 4783.0, 4795.0, 4774.0, 4805.0, 4763.0, 4793.0, 4811.0, 4779.0, 4813.0, 4781.0, 4812.0, 4780.0, 4788.0, 4775.0, 4768.0, 4810.0, 4770.0, 4790.0, 4749.0, 4769.0, 4737.0, 4766.0, 4808.0, 4772.0, 4789.0, 4758.0, 4778.0, 4748.0, 4769.0, 4809.0, 4771.0, 4778.0, 4757.0, 4780.0, 4747.0, 4770.0, 4799.0, 4772.0, 4777.0, 4739.0, 4782.0, 4737.0, 4774.0, 4810.0, 4770.0, 4778.0, 4758.0, 4769.0, 4763.0, 4782.0, 4753.0, 4792.0, 4780.0, 4771.0, 4799.0, 4764.0, 4801.0, 4771.0, 4799.0, 4759.0, 4786.0, 4746.0, 4775.0, 4750.0, 4780.0, 4748.0, 4769.0, 4809.0, 4758.0, 4787.0, 4749.0, 4780.0, 4776.0, 4761.0, 4800.0, 4757.0, 4779.0, 4758.0, 4768.0, 4798.0, 4768.0, 4784.0, 4745.0, 4774.0, 4748.0, 4757.0, 4754.0, 4746.0, 4794.0, 4733.0, 4762.0, 4732.0, 4774.0, 4733.0, 4756.0, 4771.0, 4735.0, 4781.0, 4731.0, 4761.0, 4711.0, 4764.0, 4756.0, 4733.0, 4791.0, 4743.0, 4763.0, 4744.0, 4767.0, 4734.0, 4754.0, 4762.0, 4745.0, 4773.0, 4742.0, 4774.0, 4745.0, 4763.0, 4733.0, 4762.0, 4734.0, 4754.0, 4746.0, 4757.0, 4793.0, 4755.0, 4786.0, 4749.0, 4766.0, 4748.0, 4796.0, 4759.0, 4777.0, 4742.0, 4752.0, 4732.0, 4755.0, 4771.0, 4746.0, 4787.0, 4756.0, 4766.0, 4738.0, 4767.0, 4736.0, 4754.0, 4795.0, 4755.0, 4778.0, 4745.0, 4778.0, 4745.0, 4765.0, 4744.0, 4757.0, 4805.0, 4765.0, 4785.0, 4734.0, 4772.0, 4722.0, 4761.0, 4723.0, 4751.0, 4729.0, 4743.0, 4729.0, 4733.0, 4783.0, 4730.0, 4770.0, 4720.0, 4748.0, 4718.0, 4750.0, 4740.0, 4732.0, 4770.0, 4734.0, 4761.0, 4711.0, 4752.0, 4750.0, 4746.0, 4762.0, 4743.0, 4755.0, 4732.0, 4746.0, 4784.0, 4747.0, 4766.0, 4736.0, 4755.0, 4735.0, 4757.0, 4785.0, 4755.0, 4768.0, 4747.0, 4770.0, 4747.0, 4759.0, 4779.0, 4759.0, 4785.0, 4752.0, 4770.0, 4751.0, 4769.0, 4747.0, 4773.0, 4782.0, 4773.0, 4811.0, 4785.0, 4812.0, 4773.0, 4781.0, 4751.0, 4803.0, 4790.0, 4791.0, 4818.0, 4782.0, 4810.0, 4768.0, 4797.0, 4766.0, 4779.0, 4763.0, 4755.0, 4794.0, 4755.0, 4776.0, 4744.0, 4763.0, 4733.0, 4754.0, 4744.0, 4745.0, 4785.0, 4743.0, 4765.0, 4725.0, 4754.0, 4753.0, 4743.0, 4773.0, 4758.0, 4770.0, 4738.0, 4774.0, 4733.0, 4743.0, 4737.0, 4755.0, 4739.0, 4780.0, 4752.0, 4780.0, 4749.0, 4787.0, 4771.0, 4771.0, 4762.0, 4771.0, 4768.0, 4772.0, 4811.0, 4771.0, 4800.0, 4779.0, 4800.0, 4761.0, 4778.0, 4760.0, 4770.0, 4785.0, 4755.0, 4793.0, 4742.0, 4763.0, 4721.0, 4753.0, 4744.0, 4746.0, 4774.0, 4753.0, 4762.0, 4734.0, 4752.0, 4753.0, 4749.0, 4775.0, 4747.0, 4756.0, 4736.0, 4766.0, 4755.0, 4749.0, 4777.0, 4761.0, 4767.0, 4737.0, 4759.0, 4750.0, 4758.0, 4799.0, 4763.0, 4777.0, 4758.0, 4778.0, 4738.0, 4770.0, 4739.0, 4759.0, 4796.0, 4770.0, 4796.0, 4747.0, 4767.0, 4736.0, 4771.0, 4767.0, 4757.0, 4785.0, 4745.0, 4786.0, 4745.0, 4769.0, 4739.0, 4775.0, 4734.0, 4766.0, 4746.0, 4757.0, 4794.0, 4748.0, 4776.0, 4745.0, 4766.0, 4734.0, 4755.0, 4736.0, 4748.0, 4774.0, 4756.0, 4774.0, 4735.0, 4755.0, 4745.0, 4761.0, 4790.0, 4749.0, 4785.0, 4746.0, 4776.0, 4738.0, 4784.0, 4773.0, 4770.0, 4764.0, 4757.0, 4786.0, 4760.0, 4777.0, 4767.0, 4776.0, 4749.0, 4770.0, 4761.0, 4784.0, 4788.0, 4772.0, 4802.0, 4776.0, 4793.0, 4763.0, 4782.0, 4752.0, 4790.0, 4760.0, 4787.0, 4750.0, 4788.0, 4759.0, 4788.0, 4776.0, 4745.0, 4794.0, 4733.0, 4774.0, 4742.0, 4786.0, 4743.0, 4763.0, 4751.0, 4742.0, 4780.0, 4720.0, 4770.0, 4721.0, 4749.0, 4707.0, 4739.0, 4768.0, 4720.0, 4755.0, 4708.0, 4736.0, 4708.0, 4720.0, 4757.0, 4717.0, 4757.0, 4708.0, 4738.0, 4720.0, 4730.0, 4761.0, 4724.0, 4770.0, 4732.0, 4760.0, 4722.0, 4739.0, 4722.0, 4741.0, 4743.0, 4745.0, 4762.0, 4736.0, 4783.0, 4733.0, 4753.0, 4737.0, 4756.0, 4735.0, 4756.0, 4745.0, 4755.0, 4783.0, 4745.0, 4775.0, 4743.0, 4755.0, 4734.0, 4756.0, 4746.0, 4747.0, 4774.0, 4756.0, 4773.0, 4737.0, 4766.0, 4746.0, 4759.0, 4783.0, 4757.0, 4776.0, 4737.0, 4768.0, 4748.0, 4759.0, 4745.0, 4758.0, 4777.0, 4760.0, 4788.0, 4747.0, 4785.0, 4744.0, 4775.0, 4735.0, 4753.0, 4736.0, 4745.0, 4783.0, 4733.0, 4780.0, 4733.0, 4760.0, 4734.0, 4774.0, 4722.0, 4753.0, 4750.0, 4741.0, 4781.0, 4724.0, 4762.0, 4721.0, 4750.0, 4730.0, 4742.0, 4763.0, 4735.0, 4762.0, 4744.0, 4752.0, 4725.0, 4754.0, 4745.0, 4761.0, 4787.0, 4749.0, 4776.0, 4748.0, 4768.0, 4749.0, 4769.0, 4768.0, 4759.0, 4778.0, 4774.0, 4808.0, 4782.0, 4807.0, 4765.0, 4798.0, 4760.0, 4748.0, 4769.0, 4748.0, 4812.0, 4764.0, 4824.0, 4781.0, 4822.0, 4811.0, 4792.0, 4817.0, 4778.0, 4799.0, 4774.0, 4784.0, 4803.0, 4762.0, 4781.0, 4749.0, 4761.0, 4775.0, 4723.0, 4751.0, 4703.0, 4736.0, 4702.0, 4713.0, 4750.0, 4703.0, 4742.0, 4694.0, 4735.0, 4763.0, 4726.0, 4757.0, 4716.0, 4747.0, 4706.0, 4750.0, 4727.0, 4753.0, 4792.0, 4747.0, 4775.0, 4756.0, 4761.0, 4758.0, 4738.0, 4776.0, 4740.0, 4789.0, 4759.0, 4788.0, 4760.0, 4748.0, 4780.0, 4750.0, 4792.0, 4789.0, 4779.0, 4748.0, 4785.0, 4766.0, 4777.0, 4796.0, 4783.0, 4814.0, 4762.0, 4801.0, 4747.0, 4793.0, 4810.0, 4780.0, 4809.0, 4770.0, 4809.0, 4759.0, 4800.0, 4797.0, 4781.0, 4811.0, 4771.0, 4801.0, 4748.0, 4800.0, 4759.0, 4793.0, 4812.0, 4783.0, 4798.0, 4751.0, 4799.0, 4760.0, 4782.0, 4809.0, 4770.0, 4798.0, 4748.0, 4792.0, 4799.0, 4779.0, 4801.0, 4758.0, 4791.0, 4792.0, 4779.0, 4812.0, 4781.0, 4800.0, 4789.0, 4831.0, 4765.0, 4804.0, 4764.0, 4816.0, 4793.0, 4832.0, 4800.0, 4819.0, 4778.0, 4821.0, 4799.0, 4818.0, 4836.0, 4817.0, 4827.0, 4809.0, 4848.0, 4808.0, 4824.0, 4804.0, 4824.0, 4771.0, 4813.0, 4789.0, 4792.0, 4820.0, 4799.0, 4810.0, 4767.0, 4797.0, 4745.0, 4787.0, 4776.0, 4776.0, 4806.0, 4774.0, 4782.0, 4735.0, 4774.0, 4722.0, 4776.0, 4807.0, 4767.0, 4784.0, 4746.0, 4774.0, 4735.0, 4777.0, 4773.0, 4754.0, 4798.0, 4757.0, 4797.0, 4748.0, 4775.0, 4743.0, 4767.0, 4797.0, 4767.0, 4786.0, 4757.0, 4787.0, 4737.0, 4778.0, 4745.0, 4778.0, 4807.0, 4770.0, 4799.0, 4761.0, 4789.0, 4751.0, 4781.0, 4809.0, 4778.0, 4809.0, 4769.0, 4792.0, 4784.0, 4804.0, 4772.0, 4791.0, 4764.0, 4802.0, 4764.0, 4807.0, 4804.0, 4793.0, 4790.0, 4793.0, 4819.0, 4794.0, 4823.0, 4796.0, 4813.0, 4784.0, 4825.0, 4776.0, 4816.0, 4774.0, 4813.0, 4763.0, 4801.0, 4761.0, 4791.0, 4823.0, 4783.0, 4799.0, 4771.0, 4799.0, 4748.0, 4788.0, 4778.0, 4766.0, 4796.0, 4764.0, 4786.0, 4724.0, 4791.0, 4778.0, 4771.0, 4797.0, 4767.0, 4787.0, 4735.0, 4776.0, 4759.0, 4783.0, 4807.0, 4771.0, 4799.0, 4758.0, 4791.0, 4761.0, 4796.0, 4827.0, 4787.0, 4791.0, 4779.0, 4753.0, 4804.0, 4789.0, 4838.0, 4801.0, 4837.0, 4787.0, 4822.0, 4792.0, 4810.0, 4781.0, 4810.0, 4769.0, 4808.0, 4784.0, 4777.0, 4805.0, 4775.0, 4834.0, 4756.0, 4784.0, 4759.0, 4776.0, 4774.0, 4764.0, 4781.0, 4764.0, 4779.0, 4760.0, 4785.0, 4765.0, 4785.0, 4754.0, 4771.0, 4794.0, 4755.0, 4791.0, 4754.0, 4782.0, 4752.0, 4783.0, 4752.0, 4786.0], 'WindowWidth': [10620.0, 10492.0, 10497.0, 10394.0, 10411.0, 10418.0, 10365.0, 10405.0, 10339.0, 10388.0, 10332.0, 10363.0, 10405.0, 10353.0, 10391.0, 10343.0, 10386.0, 10382.0, 10377.0, 10421.0, 10388.0, 10394.0, 10335.0, 10379.0, 10390.0, 10356.0, 10412.0, 10369.0, 10415.0, 10363.0, 10389.0, 10424.0, 10373.0, 10407.0, 10341.0, 10392.0, 10341.0, 10374.0, 10421.0, 10367.0, 10397.0, 10339.0, 10383.0, 10410.0, 10361.0, 10410.0, 10384.0, 10400.0, 10358.0, 10426.0, 10476.0, 10417.0, 10452.0, 10396.0, 10425.0, 10378.0, 10425.0, 10451.0, 10420.0, 10437.0, 10400.0, 10443.0, 10384.0, 10417.0, 10456.0, 10424.0, 10450.0, 10417.0, 10434.0, 10387.0, 10423.0, 10458.0, 10425.0, 10444.0, 10407.0, 10427.0, 10394.0, 10443.0, 10398.0, 10414.0, 10433.0, 10396.0, 10454.0, 10396.0, 10437.0, 10374.0, 10424.0, 10410.0, 10392.0, 10446.0, 10394.0, 10418.0, 10348.0, 10386.0, 10347.0, 10383.0, 10415.0, 10359.0, 10416.0, 10342.0, 10386.0, 10339.0, 10388.0, 10415.0, 10360.0, 10386.0, 10345.0, 10377.0, 10403.0, 10355.0, 10405.0, 10369.0, 10395.0, 10360.0, 10386.0, 10418.0, 10361.0, 10405.0, 10348.0, 10390.0, 10350.0, 10385.0, 10419.0, 10368.0, 10406.0, 10334.0, 10381.0, 10398.0, 10356.0, 10407.0, 10357.0, 10395.0, 10354.0, 10375.0, 10425.0, 10369.0, 10399.0, 10339.0, 10400.0, 10427.0, 10378.0, 10403.0, 10365.0, 10407.0, 10368.0, 10401.0, 10445.0, 10396.0, 10425.0, 10387.0, 10429.0, 10384.0, 10416.0, 10445.0, 10418.0, 10455.0, 10417.0, 10443.0, 10429.0, 10446.0, 10419.0, 10457.0, 10388.0, 10430.0, 10396.0, 10439.0, 10439.0, 10427.0, 10478.0, 10413.0, 10458.0, 10401.0, 10429.0, 10373.0, 10406.0, 10429.0, 10390.0, 10447.0, 10399.0, 10450.0, 10373.0, 10416.0, 10409.0, 10388.0, 10444.0, 10390.0, 10394.0, 10340.0, 10398.0, 10355.0, 10386.0, 10428.0, 10395.0, 10422.0, 10380.0, 10405.0, 10374.0, 10395.0, 10442.0, 10400.0, 10424.0, 10396.0, 10421.0, 10377.0, 10408.0, 10439.0, 10399.0, 10432.0, 10397.0, 10437.0, 10364.0, 10423.0, 10396.0, 10389.0, 10444.0, 10417.0, 10446.0, 10372.0, 10404.0, 10368.0, 10401.0, 10343.0, 10385.0, 10395.0, 10363.0, 10423.0, 10374.0, 10410.0, 10334.0, 10390.0, 10356.0, 10362.0, 10400.0, 10352.0, 10393.0, 10330.0, 10356.0, 10338.0, 10336.0, 10404.0, 10356.0, 10377.0, 10344.0, 10367.0, 10404.0, 10357.0, 10396.0, 10347.0, 10399.0, 10373.0, 10359.0, 10424.0, 10343.0, 10387.0, 10359.0, 10382.0, 10427.0, 10379.0, 10404.0, 10347.0, 10380.0, 10429.0, 10380.0, 10409.0, 10389.0, 10422.0, 10454.0, 10401.0, 10406.0, 10370.0, 10415.0, 10387.0, 10423.0, 10465.0, 10420.0, 10444.0, 10401.0, 10429.0, 10413.0, 10452.0, 10431.0, 10439.0, 10477.0, 10438.0, 10456.0, 10429.0, 10471.0, 10409.0, 10452.0, 10474.0, 10428.0, 10480.0, 10436.0, 10480.0, 10428.0, 10441.0, 10416.0, 10408.0, 10471.0, 10416.0, 10443.0, 10383.0, 10412.0, 10365.0, 10405.0, 10467.0, 10419.0, 10439.0, 10395.0, 10424.0, 10380.0, 10411.0, 10470.0, 10419.0, 10423.0, 10394.0, 10428.0, 10379.0, 10413.0, 10457.0, 10422.0, 10423.0, 10370.0, 10432.0, 10365.0, 10425.0, 10473.0, 10414.0, 10424.0, 10397.0, 10413.0, 10410.0, 10434.0, 10392.0, 10446.0, 10426.0, 10414.0, 10452.0, 10411.0, 10461.0, 10415.0, 10453.0, 10395.0, 10430.0, 10377.0, 10414.0, 10389.0, 10431.0, 10380.0, 10412.0, 10467.0, 10395.0, 10435.0, 10386.0, 10429.0, 10417.0, 10400.0, 10456.0, 10392.0, 10426.0, 10395.0, 10408.0, 10449.0, 10406.0, 10427.0, 10372.0, 10412.0, 10379.0, 10389.0, 10380.0, 10371.0, 10439.0, 10352.0, 10388.0, 10349.0, 10408.0, 10351.0, 10389.0, 10402.0, 10355.0, 10417.0, 10347.0, 10387.0, 10320.0, 10398.0, 10388.0, 10354.0, 10432.0, 10364.0, 10393.0, 10370.0, 10405.0, 10356.0, 10383.0, 10390.0, 10368.0, 10407.0, 10363.0, 10412.0, 10373.0, 10394.0, 10353.0, 10393.0, 10353.0, 10381.0, 10373.0, 10392.0, 10438.0, 10385.0, 10429.0, 10379.0, 10401.0, 10382.0, 10449.0, 10401.0, 10419.0, 10366.0, 10378.0, 10352.0, 10383.0, 10403.0, 10376.0, 10433.0, 10394.0, 10405.0, 10366.0, 10406.0, 10362.0, 10386.0, 10443.0, 10386.0, 10421.0, 10373.0, 10419.0, 10370.0, 10399.0, 10369.0, 10391.0, 10458.0, 10397.0, 10427.0, 10352.0, 10402.0, 10336.0, 10390.0, 10335.0, 10373.0, 10340.0, 10362.0, 10340.0, 10350.0, 10422.0, 10345.0, 10397.0, 10329.0, 10366.0, 10326.0, 10371.0, 10358.0, 10352.0, 10399.0, 10352.0, 10388.0, 10321.0, 10378.0, 10373.0, 10375.0, 10392.0, 10368.0, 10386.0, 10352.0, 10375.0, 10425.0, 10379.0, 10405.0, 10361.0, 10386.0, 10358.0, 10392.0, 10429.0, 10389.0, 10409.0, 10380.0, 10412.0, 10378.0, 10398.0, 10424.0, 10399.0, 10440.0, 10391.0, 10413.0, 10388.0, 10411.0, 10377.0, 10418.0, 10433.0, 10423.0, 10473.0, 10442.0, 10474.0, 10420.0, 10431.0, 10389.0, 10465.0, 10443.0, 10444.0, 10480.0, 10429.0, 10468.0, 10409.0, 10449.0, 10400.0, 10422.0, 10392.0, 10382.0, 10438.0, 10383.0, 10415.0, 10366.0, 10392.0, 10348.0, 10380.0, 10366.0, 10368.0, 10425.0, 10364.0, 10397.0, 10341.0, 10381.0, 10377.0, 10365.0, 10408.0, 10395.0, 10412.0, 10362.0, 10409.0, 10349.0, 10364.0, 10361.0, 10384.0, 10367.0, 10425.0, 10389.0, 10428.0, 10383.0, 10445.0, 10420.0, 10418.0, 10404.0, 10416.0, 10408.0, 10416.0, 10473.0, 10416.0, 10455.0, 10425.0, 10457.0, 10397.0, 10420.0, 10397.0, 10410.0, 10428.0, 10383.0, 10438.0, 10362.0, 10392.0, 10334.0, 10379.0, 10368.0, 10374.0, 10410.0, 10380.0, 10394.0, 10353.0, 10379.0, 10381.0, 10382.0, 10413.0, 10375.0, 10389.0, 10361.0, 10401.0, 10385.0, 10385.0, 10419.0, 10398.0, 10404.0, 10364.0, 10394.0, 10383.0, 10395.0, 10454.0, 10405.0, 10420.0, 10394.0, 10422.0, 10364.0, 10409.0, 10368.0, 10397.0, 10445.0, 10413.0, 10446.0, 10377.0, 10402.0, 10360.0, 10412.0, 10404.0, 10390.0, 10427.0, 10370.0, 10427.0, 10371.0, 10406.0, 10368.0, 10411.0, 10355.0, 10401.0, 10371.0, 10386.0, 10440.0, 10378.0, 10413.0, 10370.0, 10400.0, 10353.0, 10382.0, 10358.0, 10380.0, 10412.0, 10387.0, 10410.0, 10356.0, 10384.0, 10370.0, 10399.0, 10438.0, 10378.0, 10426.0, 10374.0, 10416.0, 10369.0, 10439.0, 10428.0, 10416.0, 10401.0, 10393.0, 10432.0, 10401.0, 10421.0, 10408.0, 10418.0, 10385.0, 10415.0, 10407.0, 10440.0, 10439.0, 10418.0, 10460.0, 10430.0, 10450.0, 10405.0, 10430.0, 10391.0, 10438.0, 10399.0, 10433.0, 10384.0, 10436.0, 10396.0, 10434.0, 10414.0, 10371.0, 10439.0, 10351.0, 10408.0, 10362.0, 10428.0, 10362.0, 10393.0, 10369.0, 10358.0, 10413.0, 10328.0, 10398.0, 10329.0, 10366.0, 10304.0, 10351.0, 10390.0, 10324.0, 10371.0, 10306.0, 10345.0, 10307.0, 10329.0, 10376.0, 10319.0, 10372.0, 10307.0, 10348.0, 10326.0, 10344.0, 10384.0, 10336.0, 10398.0, 10346.0, 10382.0, 10331.0, 10353.0, 10333.0, 10359.0, 10366.0, 10370.0, 10389.0, 10355.0, 10418.0, 10351.0, 10378.0, 10362.0, 10388.0, 10356.0, 10389.0, 10373.0, 10386.0, 10423.0, 10372.0, 10413.0, 10366.0, 10383.0, 10354.0, 10386.0, 10372.0, 10377.0, 10412.0, 10387.0, 10410.0, 10362.0, 10401.0, 10374.0, 10395.0, 10425.0, 10390.0, 10415.0, 10363.0, 10407.0, 10378.0, 10393.0, 10371.0, 10392.0, 10418.0, 10397.0, 10434.0, 10377.0, 10426.0, 10368.0, 10411.0, 10352.0, 10377.0, 10355.0, 10367.0, 10418.0, 10349.0, 10414.0, 10348.0, 10383.0, 10352.0, 10408.0, 10333.0, 10376.0, 10369.0, 10357.0, 10415.0, 10338.0, 10389.0, 10329.0, 10370.0, 10343.0, 10361.0, 10391.0, 10360.0, 10390.0, 10365.0, 10375.0, 10344.0, 10384.0, 10372.0, 10402.0, 10431.0, 10384.0, 10419.0, 10385.0, 10413.0, 10381.0, 10412.0, 10408.0, 10395.0, 10424.0, 10427.0, 10484.0, 10451.0, 10481.0, 10422.0, 10454.0, 10405.0, 10385.0, 10415.0, 10389.0, 10478.0, 10414.0, 10499.0, 10434.0, 10493.0, 10474.0, 10445.0, 10483.0, 10421.0, 10458.0, 10411.0, 10427.0, 10453.0, 10391.0, 10424.0, 10367.0, 10392.0, 10404.0, 10326.0, 10361.0, 10296.0, 10342.0, 10295.0, 10312.0, 10361.0, 10300.0, 10353.0, 10289.0, 10346.0, 10383.0, 10335.0, 10376.0, 10321.0, 10363.0, 10309.0, 10371.0, 10337.0, 10384.0, 10438.0, 10379.0, 10416.0, 10396.0, 10408.0, 10400.0, 10372.0, 10421.0, 10375.0, 10439.0, 10400.0, 10437.0, 10400.0, 10383.0, 10429.0, 10388.0, 10449.0, 10440.0, 10429.0, 10381.0, 10430.0, 10405.0, 10421.0, 10449.0, 10440.0, 10488.0, 10410.0, 10461.0, 10384.0, 10450.0, 10472.0, 10432.0, 10471.0, 10418.0, 10472.0, 10400.0, 10458.0, 10454.0, 10433.0, 10473.0, 10419.0, 10459.0, 10385.0, 10456.0, 10400.0, 10449.0, 10474.0, 10435.0, 10454.0, 10391.0, 10454.0, 10401.0, 10433.0, 10470.0, 10414.0, 10453.0, 10382.0, 10445.0, 10455.0, 10425.0, 10458.0, 10399.0, 10448.0, 10451.0, 10429.0, 10476.0, 10434.0, 10460.0, 10463.0, 10524.0, 10426.0, 10474.0, 10420.0, 10489.0, 10472.0, 10528.0, 10480.0, 10503.0, 10447.0, 10505.0, 10471.0, 10497.0, 10520.0, 10494.0, 10506.0, 10482.0, 10539.0, 10483.0, 10502.0, 10470.0, 10501.0, 10421.0, 10480.0, 10444.0, 10448.0, 10489.0, 10456.0, 10471.0, 10407.0, 10450.0, 10375.0, 10433.0, 10417.0, 10417.0, 10463.0, 10412.0, 10421.0, 10358.0, 10412.0, 10341.0, 10421.0, 10463.0, 10407.0, 10426.0, 10377.0, 10414.0, 10361.0, 10420.0, 10412.0, 10388.0, 10449.0, 10395.0, 10450.0, 10381.0, 10417.0, 10371.0, 10406.0, 10449.0, 10408.0, 10432.0, 10393.0, 10435.0, 10369.0, 10425.0, 10377.0, 10426.0, 10465.0, 10414.0, 10453.0, 10402.0, 10442.0, 10387.0, 10432.0, 10473.0, 10430.0, 10470.0, 10416.0, 10451.0, 10449.0, 10476.0, 10426.0, 10450.0, 10416.0, 10466.0, 10419.0, 10480.0, 10471.0, 10454.0, 10448.0, 10456.0, 10490.0, 10460.0, 10496.0, 10461.0, 10482.0, 10444.0, 10499.0, 10433.0, 10488.0, 10428.0, 10481.0, 10410.0, 10462.0, 10405.0, 10446.0, 10494.0, 10434.0, 10455.0, 10414.0, 10455.0, 10380.0, 10434.0, 10422.0, 10405.0, 10445.0, 10402.0, 10433.0, 10347.0, 10447.0, 10426.0, 10419.0, 10451.0, 10410.0, 10438.0, 10365.0, 10423.0, 10401.0, 10438.0, 10467.0, 10419.0, 10456.0, 10401.0, 10447.0, 10408.0, 10462.0, 10509.0, 10450.0, 10445.0, 10432.0, 10399.0, 10473.0, 10458.0, 10526.0, 10473.0, 10520.0, 10450.0, 10497.0, 10449.0, 10473.0, 10433.0, 10477.0, 10414.0, 10472.0, 10432.0, 10420.0, 10462.0, 10417.0, 10516.0, 10395.0, 10427.0, 10387.0, 10420.0, 10418.0, 10406.0, 10421.0, 10401.0, 10419.0, 10395.0, 10433.0, 10404.0, 10431.0, 10387.0, 10408.0, 10443.0, 10390.0, 10434.0, 10387.0, 10423.0, 10383.0, 10427.0, 10383.0, 10435.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.005646538812785388</td></tr>
<tr><td colspan=3>aqi</td><td>0.027057545479452057</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.046337256553926</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3630544135191955</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.062389844926874</td></tr>
<tr><td colspan=3>efc</td><td>0.5171</td></tr>
<tr><td colspan=3>fber</td><td>3704.0698</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06399548599324258</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.191780821917808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4968642215144317</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.51004603106493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5780911203517</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4024555131266645</td></tr>
<tr><td colspan=3>gcor</td><td>0.0238971</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0043020728044211864</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01946195960044861</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>4.192182470322546</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>23.8739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.2629</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.3401</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287493.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1186.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>486.582</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.116</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>626.6738</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3887.5034</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4011.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89051.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1690.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5119.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>956.7755</td></tr>
<tr><td colspan=3>tsnr</td><td>37.07889902032912</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>