<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-02/func/sub-0038_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>022e7f03b4d9478c3e837f8daa0a95d8</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>09:28:1.732500</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.999623, 0.00673278, 0.0266208, -0.00907249, 0.996011, 0.0887707]</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.0720345</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7269, 567, -119, -214, -23, 98]</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>231.28</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0b8a0fe7-89ff-49e3-a3a1-fca505602ed5||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.681915283203125, -0.024340836331248283, 0.06997577846050262, 110.39820098876953], [-0.018063563853502274, 2.6722240447998047, 0.24024254083633423, -96.45462799072266], [0.07142172753810883, -0.2381652295589447, 2.688380002975464, -73.52365112304688], [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': ['092801.732500', '092802.192500', '092802.652500', '092803.112500', '092803.572500', '092804.032500', '092804.492500', '092804.952500', '092805.412500', '092805.872500', '092806.332500', '092806.792500', '092807.252500', '092807.712500', '092808.172500', '092808.632500', '092809.092500', '092809.552500', '092810.012500', '092810.472500', '092810.932500', '092811.392500', '092811.852500', '092812.312500', '092812.772500', '092813.232500', '092813.692500', '092814.152500', '092814.612500', '092815.072500', '092815.532500', '092815.992500', '092816.452500', '092816.912500', '092817.372500', '092817.832500', '092818.292500', '092818.752500', '092819.212500', '092819.672500', '092820.132500', '092820.592500', '092821.052500', '092821.512500', '092821.972500', '092822.432500', '092822.892500', '092823.352500', '092823.812500', '092824.272500', '092824.732500', '092825.192500', '092825.652500', '092826.112500', '092826.572500', '092827.032500', '092827.492500', '092827.952500', '092828.412500', '092828.872500', '092829.332500', '092829.792500', '092830.252500', '092830.712500', '092831.172500', '092831.632500', '092832.092500', '092832.552500', '092833.012500', '092833.472500', '092833.932500', '092834.392500', '092834.852500', '092835.312500', '092835.772500', '092836.232500', '092836.692500', '092837.152500', '092837.612500', '092838.072500', '092838.532500', '092838.992500', '092839.452500', '092839.912500', '092840.372500', '092840.832500', '092841.292500', '092841.752500', '092842.212500', '092842.672500', '092843.132500', '092843.592500', '092844.052500', '092844.512500', '092844.972500', '092845.432500', '092845.892500', '092846.352500', '092846.812500', '092847.272500', '092847.732500', '092848.192500', '092848.652500', '092849.112500', '092849.572500', '092850.032500', '092850.492500', '092850.952500', '092851.412500', '092851.872500', '092852.332500', '092852.792500', '092853.252500', '092853.712500', '092854.172500', '092854.632500', '092855.092500', '092855.552500', '092856.012500', '092856.472500', '092856.932500', '092857.392500', '092857.852500', '092858.312500', '092858.772500', '092859.232500', '092859.692500', '092900.152500', '092900.612500', '092901.072500', '092901.532500', '092901.992500', '092902.452500', '092902.912500', '092903.372500', '092903.832500', '092904.292500', '092904.752500', '092905.212500', '092905.672500', '092906.132500', '092906.592500', '092907.052500', '092907.512500', '092907.972500', '092908.432500', '092908.892500', '092909.352500', '092909.812500', '092910.272500', '092910.732500', '092911.192500', '092911.652500', '092912.112500', '092912.572500', '092913.032500', '092913.492500', '092913.952500', '092914.412500', '092914.872500', '092915.332500', '092915.792500', '092916.252500', '092916.712500', '092917.172500', '092917.632500', '092918.092500', '092918.552500', '092919.012500', '092919.472500', '092919.932500', '092920.392500', '092920.852500', '092921.312500', '092921.772500', '092922.232500', '092922.692500', '092923.152500', '092923.612500', '092924.072500', '092924.532500', '092924.992500', '092925.452500', '092925.912500', '092926.372500', '092926.832500', '092927.292500', '092927.752500', '092928.212500', '092928.672500', '092929.132500', '092929.592500', '092930.052500', '092930.512500', '092930.972500', '092931.432500', '092931.892500', '092932.352500', '092932.812500', '092933.272500', '092933.732500', '092934.192500', '092934.652500', '092935.112500', '092935.572500', '092936.032500', '092936.492500', '092936.952500', '092937.412500', '092937.872500', '092938.332500', '092938.792500', '092939.252500', '092939.712500', '092940.172500', '092940.632500', '092941.092500', '092941.552500', '092942.012500', '092942.472500', '092942.932500', '092943.392500', '092943.852500', '092944.312500', '092944.772500', '092945.232500', '092945.692500', '092946.152500', '092946.612500', '092947.072500', '092947.532500', '092947.992500', '092948.452500', '092948.912500', '092949.372500', '092949.832500', '092950.292500', '092950.752500', '092951.212500', '092951.672500', '092952.132500', '092952.592500', '092953.052500', '092953.512500', '092953.972500', '092954.432500', '092954.892500', '092955.352500', '092955.812500', '092956.272500', '092956.732500', '092957.192500', '092957.652500', '092958.112500', '092958.572500', '092959.032500', '092959.492500', '092959.952500', '093000.412500', '093000.872500', '093001.332500', '093001.792500', '093002.252500', '093002.712500', '093003.172500', '093003.632500', '093004.092500', '093004.552500', '093005.012500', '093005.472500', '093005.932500', '093006.392500', '093006.852500', '093007.312500', '093007.772500', '093008.232500', '093008.692500', '093009.152500', '093009.612500', '093010.072500', '093010.532500', '093010.992500', '093011.452500', '093011.912500', '093012.372500', '093012.832500', '093013.292500', '093013.752500', '093014.212500', '093014.672500', '093015.132500', '093015.592500', '093016.052500', '093016.512500', '093016.972500', '093017.432500', '093017.892500', '093018.352500', '093018.812500', '093019.272500', '093019.732500', '093020.192500', '093020.652500', '093021.112500', '093021.572500', '093022.032500', '093022.492500', '093022.952500', '093023.412500', '093023.872500', '093024.332500', '093024.792500', '093025.252500', '093025.712500', '093026.172500', '093026.632500', '093027.092500', '093027.552500', '093028.012500', '093028.472500', '093028.932500', '093029.392500', '093029.852500', '093030.312500', '093030.772500', '093031.232500', '093031.692500', '093032.152500', '093032.612500', '093033.072500', '093033.532500', '093033.992500', '093034.452500', '093034.912500', '093035.372500', '093035.832500', '093036.292500', '093036.752500', '093037.212500', '093037.672500', '093038.132500', '093038.592500', '093039.052500', '093039.512500', '093039.972500', '093040.432500', '093040.892500', '093041.352500', '093041.812500', '093042.272500', '093042.732500', '093043.192500', '093043.652500', '093044.112500', '093044.572500', '093045.032500', '093045.492500', '093045.952500', '093046.412500', '093046.872500', '093047.332500', '093047.792500', '093048.252500', '093048.712500', '093049.172500', '093049.632500', '093050.092500', '093050.552500', '093051.012500', '093051.472500', '093051.932500', '093052.392500', '093052.852500', '093053.312500', '093053.772500', '093054.232500', '093054.692500', '093055.152500', '093055.612500', '093056.072500', '093056.532500', '093056.992500', '093057.452500', '093057.912500', '093058.372500', '093058.832500', '093059.292500', '093059.752500', '093100.212500', '093100.672500', '093101.132500', '093101.592500', '093102.052500', '093102.512500', '093102.972500', '093103.432500', '093103.892500', '093104.352500', '093104.812500', '093105.272500', '093105.732500', '093106.192500', '093106.652500', '093107.112500', '093107.572500', '093108.032500', '093108.492500', '093108.952500', '093109.412500', '093109.872500', '093110.332500', '093110.792500', '093111.252500', '093111.712500', '093112.172500', '093112.632500', '093113.092500', '093113.552500', '093114.012500', '093114.472500', '093114.932500', '093115.392500', '093115.852500', '093116.312500', '093116.772500', '093117.232500', '093117.692500', '093118.152500', '093118.612500', '093119.072500', '093119.532500', '093119.992500', '093120.452500', '093120.912500', '093121.372500', '093121.832500', '093122.292500', '093122.752500', '093123.212500', '093123.672500', '093124.132500', '093124.592500', '093125.052500', '093125.512500', '093125.972500', '093126.432500', '093126.892500', '093127.352500', '093127.812500', '093128.272500', '093128.732500', '093129.192500', '093129.652500', '093130.112500', '093130.572500', '093131.032500', '093131.492500', '093131.952500', '093132.412500', '093132.872500', '093133.332500', '093133.792500', '093134.252500', '093134.712500', '093135.172500', '093135.632500', '093136.092500', '093136.552500', '093137.012500', '093137.472500', '093137.932500', '093138.392500', '093138.852500', '093139.312500', '093139.772500', '093140.232500', '093140.692500', '093141.152500', '093141.612500', '093142.072500', '093142.532500', '093142.992500', '093143.452500', '093143.912500', '093144.372500', '093144.832500', '093145.292500', '093145.752500', '093146.212500', '093146.672500', '093147.132500', '093147.592500', '093148.052500', '093148.512500', '093148.972500', '093149.432500', '093149.892500', '093150.352500', '093150.812500', '093151.272500', '093151.732500', '093152.192500', '093152.652500', '093153.112500', '093153.572500', '093154.032500', '093154.492500', '093154.952500', '093155.412500', '093155.872500', '093156.332500', '093156.792500', '093157.252500', '093157.712500', '093158.172500', '093158.632500', '093159.092500', '093159.552500', '093200.012500', '093200.472500', '093200.932500', '093201.392500', '093201.852500', '093202.312500', '093202.772500', '093203.232500', '093203.692500', '093204.152500', '093204.612500', '093205.072500', '093205.532500', '093205.992500', '093206.452500', '093206.912500', '093207.372500', '093207.832500', '093208.292500', '093208.752500', '093209.212500', '093209.672500', '093210.132500', '093210.592500', '093211.052500', '093211.512500', '093211.972500', '093212.432500', '093212.892500', '093213.352500', '093213.812500', '093214.272500', '093214.732500', '093215.192500', '093215.652500', '093216.112500', '093216.572500', '093217.032500', '093217.492500', '093217.952500', '093218.412500', '093218.872500', '093219.332500', '093219.792500', '093220.252500', '093220.712500', '093221.172500', '093221.632500', '093222.092500', '093222.552500', '093223.012500', '093223.472500', '093223.932500', '093224.392500', '093224.852500', '093225.312500', '093225.772500', '093226.232500', '093226.692500', '093227.152500', '093227.612500', '093228.072500', '093228.532500', '093228.992500', '093229.452500', '093229.912500', '093230.372500', '093230.832500', '093231.292500', '093231.752500', '093232.212500', '093232.672500', '093233.132500', '093233.592500', '093234.052500', '093234.512500', '093234.972500', '093235.432500', '093235.892500', '093236.352500', '093236.812500', '093237.272500', '093237.732500', '093238.192500', '093238.652500', '093239.112500', '093239.572500', '093240.032500', '093240.492500', '093240.952500', '093241.412500', '093241.872500', '093242.332500', '093242.792500', '093243.252500', '093243.712500', '093244.172500', '093244.632500', '093245.092500', '093245.552500', '093246.012500', '093246.472500', '093246.932500', '093247.392500', '093247.852500', '093248.312500', '093248.772500', '093249.232500', '093249.692500', '093250.152500', '093250.612500', '093251.072500', '093251.532500', '093251.992500', '093252.452500', '093252.912500', '093253.372500', '093253.832500', '093254.292500', '093254.752500', '093255.212500', '093255.672500', '093256.132500', '093256.592500', '093257.052500', '093257.512500', '093257.972500', '093258.432500', '093258.892500', '093259.352500', '093259.812500', '093300.272500', '093300.732500', '093301.192500', '093301.652500', '093302.112500', '093302.572500', '093303.032500', '093303.492500', '093303.952500', '093304.412500', '093304.872500', '093305.332500', '093305.792500', '093306.252500', '093306.712500', '093307.172500', '093307.632500', '093308.092500', '093308.552500', '093309.012500', '093309.472500', '093309.932500', '093310.392500', '093310.852500', '093311.312500', '093311.772500', '093312.232500', '093312.692500', '093313.152500', '093313.612500', '093314.072500', '093314.532500', '093314.992500', '093315.452500', '093315.912500', '093316.372500', '093316.832500', '093317.292500', '093317.752500', '093318.212500', '093318.672500', '093319.132500', '093319.592500', '093320.052500', '093320.512500', '093320.972500', '093321.432500', '093321.892500', '093322.352500', '093322.812500', '093323.272500', '093323.732500', '093324.192500', '093324.652500', '093325.112500', '093325.572500', '093326.032500', '093326.492500', '093326.952500', '093327.412500', '093327.872500', '093328.332500', '093328.792500', '093329.252500', '093329.712500', '093330.172500', '093330.632500', '093331.092500', '093331.552500', '093332.012500', '093332.472500', '093332.932500', '093333.392500', '093333.852500', '093334.312500', '093334.772500', '093335.232500', '093335.692500', '093336.152500', '093336.612500', '093337.072500', '093337.532500', '093337.992500', '093338.452500', '093338.912500', '093339.372500', '093339.832500', '093340.292500', '093340.752500', '093341.212500', '093341.672500', '093342.132500', '093342.592500', '093343.052500', '093343.512500', '093343.972500', '093344.432500', '093344.892500', '093345.352500', '093345.812500', '093346.272500', '093346.732500', '093347.192500', '093347.652500', '093348.112500', '093348.572500', '093349.032500', '093349.492500', '093349.952500', '093350.412500', '093350.872500', '093351.332500', '093351.792500', '093352.252500', '093352.712500', '093353.172500', '093353.632500', '093354.092500', '093354.552500', '093355.012500', '093355.472500', '093355.932500', '093356.392500', '093356.852500', '093357.312500', '093357.772500', '093358.232500', '093358.692500', '093359.152500', '093359.612500', '093400.072500', '093400.532500', '093400.992500', '093401.452500', '093401.912500', '093402.372500', '093402.832500', '093403.292500', '093403.752500', '093404.212500', '093404.672500', '093405.132500', '093405.592500', '093406.052500', '093406.512500', '093406.972500', '093407.432500', '093407.892500', '093408.352500', '093408.812500', '093409.272500', '093409.732500', '093410.192500', '093410.652500', '093411.112500', '093411.572500', '093412.032500', '093412.492500', '093412.952500', '093413.412500', '093413.872500', '093414.332500', '093414.792500', '093415.252500', '093415.712500', '093416.172500', '093416.632500', '093417.092500', '093417.552500', '093418.012500', '093418.472500', '093418.932500', '093419.392500', '093419.852500', '093420.312500', '093420.772500', '093421.232500', '093421.692500', '093422.152500', '093422.612500', '093423.072500', '093423.532500', '093423.992500', '093424.452500', '093424.912500', '093425.372500', '093425.832500', '093426.292500', '093426.752500', '093427.212500', '093427.672500', '093428.132500', '093428.592500', '093429.052500', '093429.512500', '093429.972500', '093430.432500', '093430.892500', '093431.352500', '093431.812500', '093432.272500', '093432.732500', '093433.192500', '093433.652500', '093434.112500', '093434.572500', '093435.032500', '093435.492500', '093435.952500', '093436.412500', '093436.872500', '093437.332500', '093437.792500', '093438.252500', '093438.712500', '093439.172500', '093439.632500', '093440.092500', '093440.552500', '093441.012500', '093441.472500', '093441.932500', '093442.392500', '093442.852500', '093443.312500', '093443.772500', '093444.232500', '093444.692500', '093445.152500', '093445.612500', '093446.072500', '093446.532500', '093446.992500', '093447.452500', '093447.912500', '093448.372500', '093448.832500', '093449.292500', '093449.752500', '093450.212500', '093450.672500', '093451.132500', '093451.592500', '093452.052500', '093452.512500', '093452.972500', '093453.432500', '093453.892500', '093454.352500', '093454.812500', '093455.272500', '093455.732500', '093456.192500', '093456.652500', '093457.112500', '093457.572500', '093458.032500', '093458.492500', '093458.952500', '093459.412500', '093459.872500', '093500.332500', '093500.792500', '093501.252500', '093501.712500', '093502.172500', '093502.632500', '093503.092500', '093503.552500', '093504.012500', '093504.472500', '093504.932500', '093505.392500', '093505.852500', '093506.312500', '093506.772500', '093507.232500', '093507.692500', '093508.152500', '093508.612500', '093509.072500', '093509.532500', '093509.992500', '093510.452500', '093510.912500', '093511.372500', '093511.832500', '093512.292500', '093512.752500', '093513.212500', '093513.672500', '093514.132500', '093514.592500', '093515.052500', '093515.512500', '093515.972500', '093516.432500', '093516.892500', '093517.352500', '093517.812500', '093518.272500', '093518.732500', '093519.192500', '093519.652500', '093520.112500', '093520.572500', '093521.032500', '093521.492500', '093521.952500', '093522.412500', '093522.872500', '093523.332500', '093523.792500', '093524.252500', '093524.712500', '093525.172500', '093525.632500', '093526.092500', '093526.552500', '093527.012500', '093527.472500', '093527.932500', '093528.392500', '093528.852500', '093529.312500', '093529.772500', '093530.232500', '093530.692500', '093531.152500', '093531.612500', '093532.072500', '093532.532500', '093532.992500', '093533.452500', '093533.912500', '093534.372500', '093534.832500', '093535.292500', '093535.752500', '093536.212500', '093536.672500', '093537.132500', '093537.592500', '093538.052500', '093538.512500', '093538.972500', '093539.432500', '093539.892500', '093540.352500', '093540.812500', '093541.272500', '093541.732500', '093542.192500', '093542.652500', '093543.112500', '093543.572500', '093544.032500', '093544.492500', '093544.952500', '093545.412500', '093545.872500', '093546.332500', '093546.792500', '093547.252500', '093547.712500', '093548.172500', '093548.632500', '093549.092500', '093549.552500', '093550.012500', '093550.472500', '093550.932500', '093551.392500', '093551.852500', '093552.312500', '093552.772500', '093553.232500', '093553.692500', '093554.152500', '093554.612500', '093555.072500', '093555.532500', '093555.992500', '093556.452500', '093556.912500', '093557.372500', '093557.832500', '093558.292500', '093558.752500', '093559.212500', '093559.672500', '093600.132500', '093600.592500', '093601.052500', '093601.512500', '093601.972500', '093602.432500', '093602.892500', '093603.352500', '093603.812500', '093604.272500', '093604.732500', '093605.192500', '093605.652500', '093606.112500', '093606.572500', '093607.032500', '093607.492500', '093607.952500', '093608.412500', '093608.872500', '093609.332500', '093609.792500', '093610.252500', '093610.712500', '093611.172500', '093611.632500', '093612.092500', '093612.552500', '093613.012500', '093613.472500', '093613.932500', '093614.392500', '093614.852500', '093615.312500', '093615.772500', '093616.232500', '093616.692500', '093617.152500', '093617.612500', '093618.072500', '093618.532500', '093618.992500', '093619.452500', '093619.912500', '093620.372500', '093620.832500', '093621.292500', '093621.752500', '093622.212500', '093622.672500', '093623.132500', '093623.592500', '093624.052500', '093624.512500', '093624.972500', '093625.432500', '093625.892500', '093626.352500'], 'ContentTime': ['092821.264000', '092821.268000', '092821.271000', '092821.274000', '092821.277000', '092821.280000', '092821.283000', '092821.286000', '092821.288000', '092821.291000', '092821.302000', '092821.305000', '092821.308000', '092821.311000', '092821.314000', '092821.317000', '092821.320000', '092821.323000', '092821.326000', '092821.329000', '092821.331000', '092821.334000', '092821.337000', '092821.340000', '092821.343000', '092821.346000', '092821.349000', '092821.352000', '092821.355000', '092821.358000', '092821.360000', '092821.364000', '092821.366000', '092821.369000', '092821.372000', '092821.375000', '092821.378000', '092821.381000', '092821.384000', '092821.387000', '092841.186000', '092841.189000', '092841.192000', '092841.195000', '092841.198000', '092841.201000', '092841.203000', '092841.206000', '092841.209000', '092841.212000', '092841.215000', '092841.218000', '092841.221000', '092841.224000', '092841.226000', '092841.229000', '092841.232000', '092841.235000', '092841.238000', '092841.241000', '092841.244000', '092841.247000', '092841.250000', '092841.253000', '092841.256000', '092841.259000', '092841.261000', '092841.264000', '092841.267000', '092841.270000', '092841.273000', '092841.276000', '092841.279000', '092841.282000', '092841.285000', '092841.287000', '092841.292000', '092841.297000', '092841.300000', '092841.303000', '092841.305000', '092841.308000', '092841.311000', '092901.186000', '092901.189000', '092901.192000', '092901.195000', '092901.198000', '092901.201000', '092901.204000', '092901.206000', '092901.209000', '092901.212000', '092901.215000', '092901.218000', '092901.221000', '092901.224000', '092901.227000', '092901.230000', '092901.232000', '092901.235000', '092901.238000', '092901.241000', '092901.244000', '092901.247000', '092901.250000', '092901.253000', '092901.256000', '092901.259000', '092901.261000', '092901.264000', '092901.267000', '092901.270000', '092901.273000', '092901.276000', '092901.279000', '092901.282000', '092901.285000', '092901.287000', '092901.290000', '092901.293000', '092901.296000', '092901.299000', '092901.302000', '092901.305000', '092901.308000', '092901.311000', '092921.185000', '092921.188000', '092921.191000', '092921.194000', '092921.197000', '092921.200000', '092921.202000', '092921.205000', '092921.208000', '092921.211000', '092921.214000', '092921.217000', '092921.220000', '092921.223000', '092921.226000', '092921.229000', '092921.232000', '092921.235000', '092921.239000', '092921.242000', '092921.245000', '092921.248000', '092921.251000', '092921.254000', '092921.257000', '092921.260000', '092921.262000', '092921.265000', '092921.268000', '092921.271000', '092921.274000', '092921.277000', '092921.280000', '092921.283000', '092921.286000', '092921.289000', '092921.292000', '092921.295000', '092921.298000', '092921.301000', '092921.303000', '092921.306000', '092921.309000', '092941.185000', '092941.188000', '092941.191000', '092941.194000', '092941.197000', '092941.199000', '092941.202000', '092941.205000', '092941.208000', '092941.211000', '092941.214000', '092941.217000', '092941.220000', '092941.223000', '092941.226000', '092941.229000', '092941.238000', '092941.241000', '092941.244000', '092941.247000', '092941.250000', '092941.253000', '092941.256000', '092941.259000', '092941.262000', '092941.265000', '092941.267000', '092941.288000', '092941.291000', '092941.293000', '092941.296000', '092941.299000', '092941.302000', '092941.305000', '092941.308000', '092941.311000', '092941.314000', '092941.317000', '092941.320000', '092941.322000', '092941.325000', '092941.328000', '092941.331000', '092941.334000', '093001.185000', '093001.188000', '093001.191000', '093001.194000', '093001.197000', '093001.200000', '093001.203000', '093001.206000', '093001.209000', '093001.211000', '093001.214000', '093001.217000', '093001.220000', '093001.223000', '093001.226000', '093001.229000', '093001.232000', '093001.235000', '093001.238000', '093001.241000', '093001.243000', '093001.247000', '093001.250000', '093001.252000', '093001.255000', '093001.258000', '093001.261000', '093001.270000', '093001.273000', '093001.276000', '093001.279000', '093001.282000', '093001.285000', '093001.288000', '093001.291000', '093001.294000', '093001.296000', '093001.299000', '093001.302000', '093001.305000', '093001.308000', '093001.311000', '093001.314000', '093021.185000', '093021.188000', '093021.191000', '093021.194000', '093021.197000', '093021.200000', '093021.202000', '093021.205000', '093021.208000', '093021.211000', '093021.214000', '093021.217000', '093021.220000', '093021.223000', '093021.226000', '093021.229000', '093021.232000', '093021.234000', '093021.237000', '093021.240000', '093021.243000', '093021.246000', '093021.249000', '093021.252000', '093021.255000', '093021.258000', '093021.261000', '093021.264000', '093021.267000', '093021.269000', '093021.272000', '093021.275000', '093021.278000', '093021.281000', '093021.284000', '093021.287000', '093021.290000', '093021.293000', '093021.296000', '093021.299000', '093021.302000', '093021.304000', '093021.307000', '093021.310000', '093041.186000', '093041.189000', '093041.192000', '093041.195000', '093041.198000', '093041.201000', '093041.204000', '093041.207000', '093041.209000', '093041.213000', '093041.216000', '093041.218000', '093041.221000', '093041.224000', '093041.227000', '093041.230000', '093041.233000', '093041.236000', '093041.239000', '093041.242000', '093041.245000', '093041.248000', '093041.251000', '093041.254000', '093041.256000', '093041.260000', '093041.262000', '093041.265000', '093041.268000', '093041.271000', '093041.275000', '093041.278000', '093041.281000', '093041.284000', '093041.287000', '093041.290000', '093041.293000', '093041.296000', '093041.299000', '093041.302000', '093041.305000', '093041.308000', '093041.311000', '093101.186000', '093101.189000', '093101.199000', '093101.202000', '093101.205000', '093101.208000', '093101.211000', '093101.214000', '093101.217000', '093101.220000', '093101.223000', '093101.225000', '093101.228000', '093101.231000', '093101.234000', '093101.237000', '093101.240000', '093101.252000', '093101.255000', '093101.258000', '093101.261000', '093101.264000', '093101.267000', '093101.270000', '093101.273000', '093101.276000', '093101.279000', '093101.282000', '093101.285000', '093101.287000', '093101.290000', '093101.293000', '093101.296000', '093101.299000', '093101.302000', '093101.305000', '093101.308000', '093101.311000', '093101.314000', '093101.317000', '093101.320000', '093101.323000', '093101.326000', '093101.329000', '093121.186000', '093121.189000', '093121.192000', '093121.195000', '093121.198000', '093121.201000', '093121.204000', '093121.207000', '093121.221000', '093121.224000', '093121.227000', '093121.230000', '093121.233000', '093121.236000', '093121.239000', '093121.242000', '093121.245000', '093121.247000', '093121.250000', '093121.253000', '093121.256000', '093121.259000', '093121.262000', '093121.265000', '093121.268000', '093121.271000', '093121.274000', '093121.277000', '093121.280000', '093121.283000', '093121.285000', '093121.288000', '093121.292000', '093121.295000', '093121.298000', '093121.300000', '093121.304000', '093121.306000', '093121.309000', '093121.312000', '093121.315000', '093121.318000', '093121.321000', '093141.185000', '093141.188000', '093141.191000', '093141.194000', '093141.197000', '093141.200000', '093141.203000', '093141.206000', '093141.208000', '093141.212000', '093141.214000', '093141.217000', '093141.220000', '093141.223000', '093141.226000', '093141.229000', '093141.232000', '093141.235000', '093141.238000', '093141.241000', '093141.244000', '093141.247000', '093141.250000', '093141.253000', '093141.256000', '093141.259000', '093141.262000', '093141.264000', '093141.267000', '093141.270000', '093141.273000', '093141.281000', '093141.284000', '093141.287000', '093141.290000', '093141.293000', '093141.296000', '093141.299000', '093141.301000', '093141.304000', '093141.307000', '093141.310000', '093141.313000', '093141.316000', '093201.185000', '093201.188000', '093201.191000', '093201.194000', '093201.197000', '093201.200000', '093201.203000', '093201.206000', '093201.209000', '093201.211000', '093201.214000', '093201.217000', '093201.220000', '093201.223000', '093201.226000', '093201.229000', '093201.232000', '093201.235000', '093201.238000', '093201.241000', '093201.244000', '093201.247000', '093201.250000', '093201.253000', '093201.256000', '093201.259000', '093201.261000', '093201.264000', '093201.267000', '093201.270000', '093201.273000', '093201.276000', '093201.279000', '093201.282000', '093201.285000', '093201.288000', '093201.296000', '093201.299000', '093201.302000', '093201.305000', '093201.308000', '093201.312000', '093201.315000', '093221.185000', '093221.188000', '093221.191000', '093221.194000', '093221.197000', '093221.200000', '093221.203000', '093221.206000', '093221.209000', '093221.212000', '093221.214000', '093221.217000', '093221.220000', '093221.223000', '093221.226000', '093221.229000', '093221.232000', '093221.235000', '093221.238000', '093221.241000', '093221.244000', '093221.247000', '093221.250000', '093221.252000', '093221.255000', '093221.258000', '093221.261000', '093221.264000', '093221.267000', '093221.270000', '093221.273000', '093221.276000', '093221.279000', '093221.282000', '093221.284000', '093221.287000', '093221.290000', '093221.293000', '093221.296000', '093221.299000', '093221.302000', '093221.305000', '093221.308000', '093221.311000', '093241.185000', '093241.188000', '093241.191000', '093241.194000', '093241.197000', '093241.200000', '093241.203000', '093241.206000', '093241.216000', '093241.219000', '093241.222000', '093241.225000', '093241.228000', '093241.230000', '093241.234000', '093241.236000', '093241.239000', '093241.242000', '093241.245000', '093241.248000', '093241.251000', '093241.254000', '093241.257000', '093241.260000', '093241.263000', '093241.265000', '093241.269000', '093241.271000', '093241.274000', '093241.277000', '093241.280000', '093241.283000', '093241.286000', '093241.303000', '093241.306000', '093241.309000', '093241.312000', '093241.315000', '093241.318000', '093241.321000', '093241.324000', '093241.326000', '093241.329000', '093301.186000', '093301.189000', '093301.192000', '093301.195000', '093301.198000', '093301.201000', '093301.204000', '093301.207000', '093301.210000', '093301.212000', '093301.215000', '093301.218000', '093301.221000', '093301.224000', '093301.227000', '093301.230000', '093301.233000', '093301.236000', '093301.239000', '093301.242000', '093301.245000', '093301.248000', '093301.250000', '093301.253000', '093301.256000', '093301.259000', '093301.262000', '093301.265000', '093301.268000', '093301.271000', '093301.274000', '093301.277000', '093301.280000', '093301.283000', '093301.285000', '093301.288000', '093301.291000', '093301.294000', '093301.297000', '093301.300000', '093301.303000', '093301.306000', '093301.309000', '093301.312000', '093321.186000', '093321.189000', '093321.192000', '093321.195000', '093321.198000', '093321.201000', '093321.204000', '093321.207000', '093321.210000', '093321.213000', '093321.215000', '093321.218000', '093321.221000', '093321.224000', '093321.227000', '093321.230000', '093321.233000', '093321.236000', '093321.239000', '093321.242000', '093321.245000', '093321.248000', '093321.251000', '093321.254000', '093321.257000', '093321.260000', '093321.263000', '093321.265000', '093321.268000', '093321.271000', '093321.274000', '093321.277000', '093321.280000', '093321.283000', '093321.286000', '093321.289000', '093321.292000', '093321.295000', '093321.298000', '093321.301000', '093321.304000', '093321.307000', '093321.310000', '093341.186000', '093341.189000', '093341.192000', '093341.195000', '093341.198000', '093341.201000', '093341.204000', '093341.207000', '093341.210000', '093341.213000', '093341.215000', '093341.219000', '093341.221000', '093341.224000', '093341.227000', '093341.230000', '093341.233000', '093341.236000', '093341.239000', '093341.243000', '093341.246000', '093341.249000', '093341.256000', '093341.259000', '093341.261000', '093341.264000', '093341.267000', '093341.270000', '093341.273000', '093341.276000', '093341.279000', '093341.282000', '093341.285000', '093341.288000', '093341.291000', '093341.294000', '093341.297000', '093341.300000', '093341.303000', '093341.305000', '093341.308000', '093341.311000', '093341.314000', '093401.185000', '093401.188000', '093401.191000', '093401.194000', '093401.197000', '093401.200000', '093401.203000', '093401.206000', '093401.209000', '093401.212000', '093401.215000', '093401.217000', '093401.221000', '093401.223000', '093401.226000', '093401.229000', '093401.232000', '093401.235000', '093401.238000', '093401.241000', '093401.244000', '093401.247000', '093401.250000', '093401.253000', '093401.256000', '093401.259000', '093401.262000', '093401.265000', '093401.268000', '093401.271000', '093401.274000', '093401.277000', '093401.280000', '093401.282000', '093401.285000', '093401.288000', '093401.291000', '093401.294000', '093401.297000', '093401.300000', '093401.305000', '093401.308000', '093401.310000', '093401.313000', '093421.185000', '093421.203000', '093421.206000', '093421.209000', '093421.212000', '093421.215000', '093421.218000', '093421.221000', '093421.224000', '093421.229000', '093421.233000', '093421.236000', '093421.239000', '093421.242000', '093421.245000', '093421.248000', '093421.251000', '093421.254000', '093421.257000', '093421.260000', '093421.263000', '093421.266000', '093421.269000', '093421.272000', '093421.275000', '093421.278000', '093421.281000', '093421.283000', '093421.286000', '093421.289000', '093421.292000', '093421.295000', '093421.298000', '093421.301000', '093421.304000', '093421.307000', '093421.310000', '093421.313000', '093421.316000', '093421.319000', '093421.322000', '093421.325000', '093421.328000', '093441.185000', '093441.188000', '093441.191000', '093441.194000', '093441.197000', '093441.200000', '093441.213000', '093441.216000', '093441.219000', '093441.222000', '093441.225000', '093441.228000', '093441.231000', '093441.234000', '093441.236000', '093441.240000', '093441.243000', '093441.245000', '093441.248000', '093441.251000', '093441.254000', '093441.257000', '093441.260000', '093441.263000', '093441.266000', '093441.269000', '093441.272000', '093441.275000', '093441.278000', '093441.281000', '093441.284000', '093441.287000', '093441.290000', '093441.293000', '093441.296000', '093441.299000', '093441.302000', '093441.305000', '093441.307000', '093441.310000', '093441.313000', '093441.316000', '093441.319000', '093441.322000', '093501.185000', '093501.188000', '093501.191000', '093501.194000', '093501.197000', '093501.200000', '093501.203000', '093501.206000', '093501.209000', '093501.212000', '093501.215000', '093501.217000', '093501.220000', '093501.223000', '093501.226000', '093501.229000', '093501.232000', '093501.235000', '093501.241000', '093501.245000', '093501.247000', '093501.250000', '093501.253000', '093501.256000', '093501.259000', '093501.262000', '093501.265000', '093501.268000', '093501.271000', '093501.274000', '093501.277000', '093501.280000', '093501.283000', '093501.285000', '093501.288000', '093501.291000', '093501.294000', '093501.297000', '093501.300000', '093501.303000', '093501.306000', '093501.309000', '093501.312000', '093521.186000', '093521.189000', '093521.192000', '093521.202000', '093521.205000', '093521.208000', '093521.211000', '093521.214000', '093521.217000', '093521.219000', '093521.223000', '093521.226000', '093521.229000', '093521.232000', '093521.235000', '093521.238000', '093521.240000', '093521.243000', '093521.246000', '093521.249000', '093521.252000', '093521.255000', '093521.258000', '093521.261000', '093521.264000', '093521.267000', '093521.270000', '093521.273000', '093521.275000', '093521.278000', '093521.281000', '093521.284000', '093521.287000', '093521.290000', '093521.293000', '093521.296000', '093521.299000', '093521.302000', '093521.305000', '093521.308000', '093521.310000', '093521.313000', '093521.316000', '093521.319000', '093541.187000', '093541.191000', '093541.193000', '093541.196000', '093541.200000', '093541.202000', '093541.205000', '093541.208000', '093541.211000', '093541.214000', '093541.223000', '093541.257000', '093541.260000', '093541.263000', '093541.266000', '093541.269000', '093541.272000', '093541.275000', '093541.278000', '093541.281000', '093541.284000', '093541.287000', '093541.290000', '093541.293000', '093541.296000', '093541.298000', '093541.302000', '093541.305000', '093541.307000', '093541.310000', '093541.313000', '093541.316000', '093541.319000', '093541.322000', '093541.325000', '093541.328000', '093541.331000', '093541.334000', '093541.337000', '093541.340000', '093541.343000', '093541.346000', '093541.349000', '093601.186000', '093601.189000', '093601.192000', '093601.195000', '093601.198000', '093601.201000', '093601.204000', '093601.207000', '093601.210000', '093601.213000', '093601.216000', '093601.219000', '093601.222000', '093601.225000', '093601.228000', '093601.230000', '093601.233000', '093601.236000', '093601.239000', '093601.242000', '093601.245000', '093601.248000', '093601.251000', '093601.254000', '093601.257000', '093601.260000', '093601.263000', '093601.266000', '093601.269000', '093601.272000', '093601.275000', '093601.277000', '093601.280000', '093601.283000', '093601.286000', '093601.289000', '093601.292000', '093601.295000', '093601.298000', '093601.301000', '093601.304000', '093601.307000', '093601.310000', '093601.313000', '093621.185000', '093621.188000', '093621.191000', '093621.194000', '093621.197000', '093621.200000', '093621.203000', '093621.214000', '093621.217000', '093621.220000', '093621.223000', '093621.226000', '093621.229000', '093621.232000', '093621.235000', '093621.238000', '093621.241000', '093621.243000', '093621.246000', '093621.249000', '093621.252000', '093621.255000', '093621.258000', '093621.261000', '093621.264000', '093621.267000', '093621.270000', '093621.273000', '093621.276000', '093621.279000', '093621.282000', '093621.287000', '093621.290000', '093621.293000', '093621.296000', '093621.298000', '093621.301000', '093621.304000', '093621.307000', '093621.310000', '093621.313000', '093621.316000', '093621.319000', '093627.778000', '093627.782000', '093627.796000', '093627.799000', '093627.802000', '093627.805000', '093627.809000', '093627.812000', '093627.815000', '093627.818000', '093627.821000', '093627.824000', '093627.827000', '093627.830000', '093627.833000'], 'InstanceCreationTime': ['092821.264000', '092821.268000', '092821.271000', '092821.274000', '092821.277000', '092821.280000', '092821.283000', '092821.286000', '092821.288000', '092821.291000', '092821.302000', '092821.305000', '092821.308000', '092821.311000', '092821.314000', '092821.317000', '092821.320000', '092821.323000', '092821.326000', '092821.329000', '092821.331000', '092821.334000', '092821.337000', '092821.340000', '092821.343000', '092821.346000', '092821.349000', '092821.352000', '092821.355000', '092821.358000', '092821.360000', '092821.364000', '092821.366000', '092821.369000', '092821.372000', '092821.375000', '092821.378000', '092821.381000', '092821.384000', '092821.387000', '092841.186000', '092841.189000', '092841.192000', '092841.195000', '092841.198000', '092841.201000', '092841.203000', '092841.206000', '092841.209000', '092841.212000', '092841.215000', '092841.218000', '092841.221000', '092841.224000', '092841.226000', '092841.229000', '092841.232000', '092841.235000', '092841.238000', '092841.241000', '092841.244000', '092841.247000', '092841.250000', '092841.253000', '092841.256000', '092841.259000', '092841.261000', '092841.264000', '092841.267000', '092841.270000', '092841.273000', '092841.276000', '092841.279000', '092841.282000', '092841.285000', '092841.287000', '092841.292000', '092841.297000', '092841.300000', '092841.303000', '092841.305000', '092841.308000', '092841.311000', '092901.186000', '092901.189000', '092901.192000', '092901.195000', '092901.198000', '092901.201000', '092901.204000', '092901.206000', '092901.209000', '092901.212000', '092901.215000', '092901.218000', '092901.221000', '092901.224000', '092901.227000', '092901.230000', '092901.232000', '092901.235000', '092901.238000', '092901.241000', '092901.244000', '092901.247000', '092901.250000', '092901.253000', '092901.256000', '092901.259000', '092901.261000', '092901.264000', '092901.267000', '092901.270000', '092901.273000', '092901.276000', '092901.279000', '092901.282000', '092901.285000', '092901.287000', '092901.290000', '092901.293000', '092901.296000', '092901.299000', '092901.302000', '092901.305000', '092901.308000', '092901.311000', '092921.185000', '092921.188000', '092921.191000', '092921.194000', '092921.197000', '092921.200000', '092921.202000', '092921.205000', '092921.208000', '092921.211000', '092921.214000', '092921.217000', '092921.220000', '092921.223000', '092921.226000', '092921.229000', '092921.232000', '092921.235000', '092921.239000', '092921.242000', '092921.245000', '092921.248000', '092921.251000', '092921.254000', '092921.257000', '092921.260000', '092921.262000', '092921.265000', '092921.268000', '092921.271000', '092921.274000', '092921.277000', '092921.280000', '092921.283000', '092921.286000', '092921.289000', '092921.292000', '092921.295000', '092921.298000', '092921.301000', '092921.303000', '092921.306000', '092921.309000', '092941.185000', '092941.188000', '092941.191000', '092941.194000', '092941.197000', '092941.199000', '092941.202000', '092941.205000', '092941.208000', '092941.211000', '092941.214000', '092941.217000', '092941.220000', '092941.223000', '092941.226000', '092941.229000', '092941.238000', '092941.241000', '092941.244000', '092941.247000', '092941.250000', '092941.253000', '092941.256000', '092941.259000', '092941.262000', '092941.265000', '092941.267000', '092941.288000', '092941.291000', '092941.293000', '092941.296000', '092941.299000', '092941.302000', '092941.305000', '092941.308000', '092941.311000', '092941.314000', '092941.317000', '092941.320000', '092941.322000', '092941.325000', '092941.328000', '092941.331000', '092941.334000', '093001.185000', '093001.188000', '093001.191000', '093001.194000', '093001.197000', '093001.200000', '093001.203000', '093001.206000', '093001.209000', '093001.211000', '093001.214000', '093001.217000', '093001.220000', '093001.223000', '093001.226000', '093001.229000', '093001.232000', '093001.235000', '093001.238000', '093001.241000', '093001.243000', '093001.247000', '093001.250000', '093001.252000', '093001.255000', '093001.258000', '093001.261000', '093001.270000', '093001.273000', '093001.276000', '093001.279000', '093001.282000', '093001.285000', '093001.288000', '093001.291000', '093001.294000', '093001.296000', '093001.299000', '093001.302000', '093001.305000', '093001.308000', '093001.311000', '093001.314000', '093021.185000', '093021.188000', '093021.191000', '093021.194000', '093021.197000', '093021.200000', '093021.202000', '093021.205000', '093021.208000', '093021.211000', '093021.214000', '093021.217000', '093021.220000', '093021.223000', '093021.226000', '093021.229000', '093021.232000', '093021.234000', '093021.237000', '093021.240000', '093021.243000', '093021.246000', '093021.249000', '093021.252000', '093021.255000', '093021.258000', '093021.261000', '093021.264000', '093021.267000', '093021.269000', '093021.272000', '093021.275000', '093021.278000', '093021.281000', '093021.284000', '093021.287000', '093021.290000', '093021.293000', '093021.296000', '093021.299000', '093021.302000', '093021.304000', '093021.307000', '093021.310000', '093041.186000', '093041.189000', '093041.192000', '093041.195000', '093041.198000', '093041.201000', '093041.204000', '093041.207000', '093041.209000', '093041.213000', '093041.216000', '093041.218000', '093041.221000', '093041.224000', '093041.227000', '093041.230000', '093041.233000', '093041.236000', '093041.239000', '093041.242000', '093041.245000', '093041.248000', '093041.251000', '093041.254000', '093041.256000', '093041.260000', '093041.262000', '093041.265000', '093041.268000', '093041.271000', '093041.275000', '093041.278000', '093041.281000', '093041.284000', '093041.287000', '093041.290000', '093041.293000', '093041.296000', '093041.299000', '093041.302000', '093041.305000', '093041.308000', '093041.311000', '093101.186000', '093101.189000', '093101.199000', '093101.202000', '093101.205000', '093101.208000', '093101.211000', '093101.214000', '093101.217000', '093101.220000', '093101.223000', '093101.225000', '093101.228000', '093101.231000', '093101.234000', '093101.237000', '093101.240000', '093101.252000', '093101.255000', '093101.258000', '093101.261000', '093101.264000', '093101.267000', '093101.270000', '093101.273000', '093101.276000', '093101.279000', '093101.282000', '093101.285000', '093101.287000', '093101.290000', '093101.293000', '093101.296000', '093101.299000', '093101.302000', '093101.305000', '093101.308000', '093101.311000', '093101.314000', '093101.317000', '093101.320000', '093101.323000', '093101.326000', '093101.329000', '093121.186000', '093121.189000', '093121.192000', '093121.195000', '093121.198000', '093121.201000', '093121.204000', '093121.207000', '093121.221000', '093121.224000', '093121.227000', '093121.230000', '093121.233000', '093121.236000', '093121.239000', '093121.242000', '093121.245000', '093121.247000', '093121.250000', '093121.253000', '093121.256000', '093121.259000', '093121.262000', '093121.265000', '093121.268000', '093121.271000', '093121.274000', '093121.277000', '093121.280000', '093121.283000', '093121.285000', '093121.288000', '093121.292000', '093121.295000', '093121.298000', '093121.300000', '093121.304000', '093121.306000', '093121.309000', '093121.312000', '093121.315000', '093121.318000', '093121.321000', '093141.185000', '093141.188000', '093141.191000', '093141.194000', '093141.197000', '093141.200000', '093141.203000', '093141.206000', '093141.208000', '093141.212000', '093141.214000', '093141.217000', '093141.220000', '093141.223000', '093141.226000', '093141.229000', '093141.232000', '093141.235000', '093141.238000', '093141.241000', '093141.244000', '093141.247000', '093141.250000', '093141.253000', '093141.256000', '093141.259000', '093141.262000', '093141.264000', '093141.267000', '093141.270000', '093141.273000', '093141.281000', '093141.284000', '093141.287000', '093141.290000', '093141.293000', '093141.296000', '093141.299000', '093141.301000', '093141.304000', '093141.307000', '093141.310000', '093141.313000', '093141.316000', '093201.185000', '093201.188000', '093201.191000', '093201.194000', '093201.197000', '093201.200000', '093201.203000', '093201.206000', '093201.209000', '093201.211000', '093201.214000', '093201.217000', '093201.220000', '093201.223000', '093201.226000', '093201.229000', '093201.232000', '093201.235000', '093201.238000', '093201.241000', '093201.244000', '093201.247000', '093201.250000', '093201.253000', '093201.256000', '093201.259000', '093201.261000', '093201.264000', '093201.267000', '093201.270000', '093201.273000', '093201.276000', '093201.279000', '093201.282000', '093201.285000', '093201.288000', '093201.296000', '093201.299000', '093201.302000', '093201.305000', '093201.308000', '093201.312000', '093201.315000', '093221.185000', '093221.188000', '093221.191000', '093221.194000', '093221.197000', '093221.200000', '093221.203000', '093221.206000', '093221.209000', '093221.212000', '093221.214000', '093221.217000', '093221.220000', '093221.223000', '093221.226000', '093221.229000', '093221.232000', '093221.235000', '093221.238000', '093221.241000', '093221.244000', '093221.247000', '093221.250000', '093221.252000', '093221.255000', '093221.258000', '093221.261000', '093221.264000', '093221.267000', '093221.270000', '093221.273000', '093221.276000', '093221.279000', '093221.282000', '093221.284000', '093221.287000', '093221.290000', '093221.293000', '093221.296000', '093221.299000', '093221.302000', '093221.305000', '093221.308000', '093221.311000', '093241.185000', '093241.188000', '093241.191000', '093241.194000', '093241.197000', '093241.200000', '093241.203000', '093241.206000', '093241.216000', '093241.219000', '093241.222000', '093241.225000', '093241.228000', '093241.230000', '093241.234000', '093241.236000', '093241.239000', '093241.242000', '093241.245000', '093241.248000', '093241.251000', '093241.254000', '093241.257000', '093241.260000', '093241.263000', '093241.265000', '093241.269000', '093241.271000', '093241.274000', '093241.277000', '093241.280000', '093241.283000', '093241.286000', '093241.303000', '093241.306000', '093241.309000', '093241.312000', '093241.315000', '093241.318000', '093241.321000', '093241.324000', '093241.326000', '093241.329000', '093301.186000', '093301.189000', '093301.192000', '093301.195000', '093301.198000', '093301.201000', '093301.204000', '093301.207000', '093301.210000', '093301.212000', '093301.215000', '093301.218000', '093301.221000', '093301.224000', '093301.227000', '093301.230000', '093301.233000', '093301.236000', '093301.239000', '093301.242000', '093301.245000', '093301.248000', '093301.250000', '093301.253000', '093301.256000', '093301.259000', '093301.262000', '093301.265000', '093301.268000', '093301.271000', '093301.274000', '093301.277000', '093301.280000', '093301.283000', '093301.285000', '093301.288000', '093301.291000', '093301.294000', '093301.297000', '093301.300000', '093301.303000', '093301.306000', '093301.309000', '093301.312000', '093321.186000', '093321.189000', '093321.192000', '093321.195000', '093321.198000', '093321.201000', '093321.204000', '093321.207000', '093321.210000', '093321.213000', '093321.215000', '093321.218000', '093321.221000', '093321.224000', '093321.227000', '093321.230000', '093321.233000', '093321.236000', '093321.239000', '093321.242000', '093321.245000', '093321.248000', '093321.251000', '093321.254000', '093321.257000', '093321.260000', '093321.263000', '093321.265000', '093321.268000', '093321.271000', '093321.274000', '093321.277000', '093321.280000', '093321.283000', '093321.286000', '093321.289000', '093321.292000', '093321.295000', '093321.298000', '093321.301000', '093321.304000', '093321.307000', '093321.310000', '093341.186000', '093341.189000', '093341.192000', '093341.195000', '093341.198000', '093341.201000', '093341.204000', '093341.207000', '093341.210000', '093341.213000', '093341.215000', '093341.219000', '093341.221000', '093341.224000', '093341.227000', '093341.230000', '093341.233000', '093341.236000', '093341.239000', '093341.243000', '093341.246000', '093341.249000', '093341.256000', '093341.259000', '093341.261000', '093341.264000', '093341.267000', '093341.270000', '093341.273000', '093341.276000', '093341.279000', '093341.282000', '093341.285000', '093341.288000', '093341.291000', '093341.294000', '093341.297000', '093341.300000', '093341.303000', '093341.305000', '093341.308000', '093341.311000', '093341.314000', '093401.185000', '093401.188000', '093401.191000', '093401.194000', '093401.197000', '093401.200000', '093401.203000', '093401.206000', '093401.209000', '093401.212000', '093401.215000', '093401.217000', '093401.221000', '093401.223000', '093401.226000', '093401.229000', '093401.232000', '093401.235000', '093401.238000', '093401.241000', '093401.244000', '093401.247000', '093401.250000', '093401.253000', '093401.256000', '093401.259000', '093401.262000', '093401.265000', '093401.268000', '093401.271000', '093401.274000', '093401.277000', '093401.280000', '093401.282000', '093401.285000', '093401.288000', '093401.291000', '093401.294000', '093401.297000', '093401.300000', '093401.305000', '093401.308000', '093401.310000', '093401.313000', '093421.185000', '093421.203000', '093421.206000', '093421.209000', '093421.212000', '093421.215000', '093421.218000', '093421.221000', '093421.224000', '093421.229000', '093421.233000', '093421.236000', '093421.239000', '093421.242000', '093421.245000', '093421.248000', '093421.251000', '093421.254000', '093421.257000', '093421.260000', '093421.263000', '093421.266000', '093421.269000', '093421.272000', '093421.275000', '093421.278000', '093421.281000', '093421.283000', '093421.286000', '093421.289000', '093421.292000', '093421.295000', '093421.298000', '093421.301000', '093421.304000', '093421.307000', '093421.310000', '093421.313000', '093421.316000', '093421.319000', '093421.322000', '093421.325000', '093421.328000', '093441.185000', '093441.188000', '093441.191000', '093441.194000', '093441.197000', '093441.200000', '093441.213000', '093441.216000', '093441.219000', '093441.222000', '093441.225000', '093441.228000', '093441.231000', '093441.234000', '093441.236000', '093441.240000', '093441.243000', '093441.245000', '093441.248000', '093441.251000', '093441.254000', '093441.257000', '093441.260000', '093441.263000', '093441.266000', '093441.269000', '093441.272000', '093441.275000', '093441.278000', '093441.281000', '093441.284000', '093441.287000', '093441.290000', '093441.293000', '093441.296000', '093441.299000', '093441.302000', '093441.305000', '093441.307000', '093441.310000', '093441.313000', '093441.316000', '093441.319000', '093441.322000', '093501.185000', '093501.188000', '093501.191000', '093501.194000', '093501.197000', '093501.200000', '093501.203000', '093501.206000', '093501.209000', '093501.212000', '093501.215000', '093501.217000', '093501.220000', '093501.223000', '093501.226000', '093501.229000', '093501.232000', '093501.235000', '093501.241000', '093501.245000', '093501.247000', '093501.250000', '093501.253000', '093501.256000', '093501.259000', '093501.262000', '093501.265000', '093501.268000', '093501.271000', '093501.274000', '093501.277000', '093501.280000', '093501.283000', '093501.285000', '093501.288000', '093501.291000', '093501.294000', '093501.297000', '093501.300000', '093501.303000', '093501.306000', '093501.309000', '093501.312000', '093521.186000', '093521.189000', '093521.192000', '093521.202000', '093521.205000', '093521.208000', '093521.211000', '093521.214000', '093521.217000', '093521.219000', '093521.223000', '093521.226000', '093521.229000', '093521.232000', '093521.235000', '093521.238000', '093521.240000', '093521.243000', '093521.246000', '093521.249000', '093521.252000', '093521.255000', '093521.258000', '093521.261000', '093521.264000', '093521.267000', '093521.270000', '093521.273000', '093521.275000', '093521.278000', '093521.281000', '093521.284000', '093521.287000', '093521.290000', '093521.293000', '093521.296000', '093521.299000', '093521.302000', '093521.305000', '093521.308000', '093521.310000', '093521.313000', '093521.316000', '093521.319000', '093541.187000', '093541.191000', '093541.193000', '093541.196000', '093541.200000', '093541.202000', '093541.205000', '093541.208000', '093541.211000', '093541.214000', '093541.223000', '093541.257000', '093541.260000', '093541.263000', '093541.266000', '093541.269000', '093541.272000', '093541.275000', '093541.278000', '093541.281000', '093541.284000', '093541.287000', '093541.290000', '093541.293000', '093541.296000', '093541.298000', '093541.302000', '093541.305000', '093541.307000', '093541.310000', '093541.313000', '093541.316000', '093541.319000', '093541.322000', '093541.325000', '093541.328000', '093541.331000', '093541.334000', '093541.337000', '093541.340000', '093541.343000', '093541.346000', '093541.349000', '093601.186000', '093601.189000', '093601.192000', '093601.195000', '093601.198000', '093601.201000', '093601.204000', '093601.207000', '093601.210000', '093601.213000', '093601.216000', '093601.219000', '093601.222000', '093601.225000', '093601.228000', '093601.230000', '093601.233000', '093601.236000', '093601.239000', '093601.242000', '093601.245000', '093601.248000', '093601.251000', '093601.254000', '093601.257000', '093601.260000', '093601.263000', '093601.266000', '093601.269000', '093601.272000', '093601.275000', '093601.277000', '093601.280000', '093601.283000', '093601.286000', '093601.289000', '093601.292000', '093601.295000', '093601.298000', '093601.301000', '093601.304000', '093601.307000', '093601.310000', '093601.313000', '093621.185000', '093621.188000', '093621.191000', '093621.194000', '093621.197000', '093621.200000', '093621.203000', '093621.214000', '093621.217000', '093621.220000', '093621.223000', '093621.226000', '093621.229000', '093621.232000', '093621.235000', '093621.238000', '093621.241000', '093621.243000', '093621.246000', '093621.249000', '093621.252000', '093621.255000', '093621.258000', '093621.261000', '093621.264000', '093621.267000', '093621.270000', '093621.273000', '093621.276000', '093621.279000', '093621.282000', '093621.287000', '093621.290000', '093621.293000', '093621.296000', '093621.298000', '093621.301000', '093621.304000', '093621.307000', '093621.310000', '093621.313000', '093621.316000', '093621.319000', '093627.778000', '093627.782000', '093627.796000', '093627.799000', '093627.802000', '093627.805000', '093627.809000', '093627.812000', '093627.815000', '093627.818000', '093627.821000', '093627.824000', '093627.827000', '093627.830000', '093627.833000'], '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': [11573, 7616, 7932, 7521, 7545, 12912, 7841, 10450, 7691, 7722, 11480, 7923, 13554, 8493, 9682, 9030, 8075, 13219, 7614, 8431, 7812, 7949, 11530, 7781, 8594, 8466, 8188, 6951, 8101, 10399, 7792, 8352, 7711, 7845, 7623, 8149, 13761, 8902, 8672, 8179, 7902, 13407, 7899, 10367, 8684, 8196, 14949, 8074, 9063, 8275, 7631, 14087, 8238, 9709, 8360, 7462, 12994, 8063, 9642, 7746, 7586, 9786, 8137, 11072, 8321, 8725, 7624, 7819, 13727, 8005, 7860, 7473, 8077, 9782, 7806, 7755, 7402, 8162, 9750, 7824, 8334, 7552, 7935, 7048, 7861, 9896, 7668, 9028, 7656, 8257, 8387, 7847, 10788, 8904, 12914, 8132, 12866, 9752, 11723, 9830, 8395, 15128, 8084, 9859, 7761, 8148, 7810, 8206, 12849, 8060, 9241, 7639, 7739, 8508, 7826, 8282, 8098, 10410, 7605, 7705, 7506, 7821, 12893, 7748, 10181, 8032, 7823, 13954, 7839, 7992, 7711, 8281, 13158, 7741, 7696, 11598, 8183, 9738, 7712, 7745, 9351, 8039, 10158, 7774, 7852, 12270, 7994, 11247, 8779, 8616, 14715, 8073, 9297, 9098, 8198, 13706, 8027, 8821, 7669, 7861, 11420, 7682, 7756, 7623, 7780, 12147, 7393, 7967, 7760, 7831, 12461, 8077, 8714, 7968, 8119, 6949, 7912, 11197, 7750, 8931, 7823, 8190, 8000, 7956, 12064, 7948, 8816, 9792, 8390, 15146, 8086, 11408, 8853, 8149, 8915, 8138, 10559, 7754, 7922, 7747, 8198, 13680, 8390, 8295, 8212, 8148, 10874, 8225, 9608, 7944, 7844, 12389, 8463, 10452, 7909, 8013, 8591, 8299, 11925, 8487, 9275, 8377, 7624, 7255, 8258, 11333, 8239, 10309, 9054, 8119, 10217, 8343, 14802, 8126, 11340, 8815, 8292, 7501, 8489, 13264, 8111, 9578, 8944, 8088, 9586, 8400, 9762, 7720, 8061, 7725, 8316, 10442, 8135, 8521, 8463, 7715, 8617, 8159, 9497, 7815, 7896, 7428, 7852, 10768, 7955, 8800, 8569, 8064, 13216, 8216, 10203, 7449, 8067, 8048, 8051, 12625, 8369, 10523, 7768, 7730, 7603, 7971, 14120, 8436, 12248, 8009, 8177, 8457, 8462, 14796, 10263, 12308, 8219, 9033, 14103, 8208, 11389, 7942, 7963, 13557, 8285, 10096, 7975, 7907, 7441, 8116, 10788, 7882, 8220, 8502, 7815, 12057, 8406, 11053, 8147, 8696, 7803, 8185, 14063, 8437, 12176, 8013, 7874, 7958, 8152, 14575, 8505, 12590, 8013, 7946, 7924, 8321, 7409, 8422, 11341, 8177, 7973, 11190, 8574, 13716, 8372, 8072, 9302, 8450, 9895, 8080, 8130, 8030, 8203, 11929, 8706, 10143, 8175, 8294, 7826, 8375, 11231, 8505, 9383, 8401, 7927, 10851, 8562, 14096, 8211, 8131, 8875, 8317, 14372, 9023, 10787, 8101, 8108, 13482, 8425, 10562, 8133, 7932, 9190, 8259, 10456, 8093, 8002, 7827, 8476, 12139, 8111, 7910, 7747, 8503, 10796, 8180, 8197, 9017, 8471, 10089, 8238, 8209, 9144, 8452, 10377, 8061, 8000, 7639, 8198, 10884, 8046, 8305, 8211, 8096, 13539, 8587, 11471, 8752, 8187, 10109, 8397, 10639, 7785, 8033, 7734, 8400, 14690, 8084, 8121, 9316, 8482, 13374, 8651, 8781, 8912, 8194, 8694, 8447, 11221, 8252, 8325, 9091, 8385, 7319, 8265, 11145, 8285, 9044, 8764, 7970, 8498, 8320, 13006, 8304, 10172, 8482, 8086, 8059, 8668, 14150, 8818, 11989, 8916, 8282, 14596, 8733, 10980, 8377, 8190, 11359, 8690, 9449, 8345, 7999, 7999, 8210, 11939, 8599, 8795, 8181, 8245, 8631, 7927, 10765, 8993, 12681, 8253, 9191, 8558, 8483, 13388, 8539, 11719, 8442, 8015, 8822, 8316, 14689, 8383, 8368, 8156, 8642, 14158, 8627, 9733, 8788, 8320, 12055, 8702, 9621, 8525, 8234, 8240, 8081, 13805, 8792, 12178, 8827, 8271, 14156, 8948, 12250, 8365, 8269, 8590, 8518, 12985, 8730, 9903, 8458, 8172, 13145, 8958, 10393, 8499, 8405, 8587, 8287, 9600, 8821, 12863, 8928, 10162, 9035, 8417, 8198, 8669, 14773, 10303, 10374, 10422, 8756, 14274, 8430, 8343, 8220, 8699, 10729, 8659, 8764, 8749, 8116, 8522, 8845, 9688, 8472, 8394, 10729, 8763, 11864, 8505, 8442, 12907, 8964, 11632, 8327, 7993, 12719, 8623, 9987, 8706, 8410, 7565, 8339, 11095, 8299, 8328, 8619, 8031, 12817, 8554, 10663, 8347, 8419, 8198, 8533, 13677, 8689, 11486, 8573, 8247, 11546, 8792, 12761, 9023, 8933, 8833, 8318, 12777, 8967, 12272, 8503, 8454, 9315, 8751, 11160, 8449, 8229, 8332, 8503, 10483, 8907, 8480, 9076, 8517, 12076, 8770, 9626, 8711, 8665, 10575, 8844, 12252, 8685, 8241, 9400, 8858, 13620, 8792, 8412, 8468, 8540, 11042, 8536, 8334, 8254, 8341, 11789, 8512, 8350, 7931, 8692, 12630, 8400, 8696, 8147, 8437, 11564, 8557, 9722, 8720, 8387, 9994, 8803, 11981, 8750, 9174, 8351, 8675, 14757, 8778, 11795, 9117, 8535, 12185, 9012, 12729, 8746, 8744, 9541, 8848, 12115, 8711, 8357, 8474, 8718, 13127, 9013, 8574, 8486, 8381, 11725, 8597, 8669, 8381, 8704, 12929, 8684, 8496, 10954, 8847, 9639, 8758, 8442, 9446, 8661, 10025, 8266, 8139, 8271, 8380, 12059, 8501, 9439, 8412, 8473, 14110, 8528, 9719, 8545, 8594, 13863, 8886, 9692, 8679, 8263, 8042, 8598, 12682, 8462, 8890, 8890, 8714, 9998, 9175, 11523, 8943, 9656, 8774, 8433, 13410, 9065, 10021, 9014, 8185, 13435, 8953, 9879, 8844, 8539, 9716, 8799, 10239, 8665, 8523, 8573, 8810, 11696, 8850, 9355, 8835, 8782, 14587, 9005, 9016, 10464, 9123, 11288, 8799, 8505, 8426, 8966, 10303, 8881, 8437, 8404, 8850, 10642, 8790, 8553, 8909, 8537, 12716, 8893, 9510, 9041, 8752, 12746, 9237, 11973, 8833, 8448, 11481, 9044, 10466, 8906, 8634, 8153, 8936, 10332, 8928, 8949, 8660, 8587, 13416, 9080, 9312, 8707, 8420, 13946, 9012, 10046, 8760, 8796, 13731, 9134, 9874, 9048, 8440, 12743, 9024, 9783, 8801, 8440, 11536, 8885, 9792, 8809, 8404, 8288, 8930, 10499, 8714, 8607, 9002, 8787, 8815, 8317, 8664, 8663, 13584, 9021, 9006, 12023, 9120, 11773, 8930, 8544, 14630, 9122, 10744, 8755, 8947, 14230, 9351, 12183, 8882, 8614, 8840, 9342, 10160, 9226, 9066, 8819, 9042, 12611, 8883, 8514, 9072, 8754, 12434, 9051, 9083, 9040, 8494, 9048, 8270, 8406, 8899, 8170, 8579, 12645, 9067, 10858, 9092, 8496, 8512, 8712, 14040, 9164, 12247, 8892, 11201, 8933, 9689, 8820, 8919, 8343, 8974, 14040, 9368, 11395, 8906, 8847, 8641, 8729, 12728, 9154, 9415, 8872, 8530, 10797, 9185, 11275, 8944, 8572, 8555, 8711, 11726, 8839, 8699, 9117, 8484, 12344, 8941, 10289, 8975, 8622, 8823, 8700, 12818, 8801, 8494, 8809, 8400, 13373, 9288, 11340, 8824, 8274, 8435, 9011, 13355, 8805, 9375, 8899, 8658, 12794, 9038, 11766, 8930, 9159, 8721, 8706, 12541, 9024, 10836, 9007, 9245, 8847, 8398, 8661, 8753, 11471, 9060, 12867, 9019, 11100, 8767, 9326, 8523, 8911, 14445, 8881, 9840, 8942, 8438, 12834, 9208, 10221, 8800, 8994, 8850, 8373, 8846, 8395, 8788, 8622, 8591, 8311, 8816, 10880, 9114, 12141, 8535, 10597, 8776, 8970, 11790, 9978, 11696, 8794, 14600, 8847, 11066, 9143, 8401, 8332, 8781, 11809, 9037, 9691, 8776, 8484, 8828, 8302, 9667, 9044, 11839, 9059, 10422, 9112, 8497, 9885, 9101, 12384, 8873, 8658, 9795, 9092, 11923, 9019, 8411, 8538, 8600, 11670, 8934, 8432, 8765, 8475, 11981, 9228, 10024, 9215, 8419, 13034, 8938, 10269, 8717, 8459, 8635, 8547, 13643, 8920, 9054, 8872, 8853, 14468, 9118, 11836, 9438, 8909, 9294, 9044, 10812, 8964, 8518, 13421, 9271, 12090, 8972, 8712, 12394, 9173, 10762, 9092, 8600, 10255, 9086, 10579, 8963, 8591, 8464, 8685, 11678, 9058, 9283, 8924, 8404, 8710, 8878, 11501, 9005, 8812, 9087, 8524, 13296, 8983, 11180, 8820, 8470, 12499], 'WindowCenter': [3994.0, 3949.0, 3936.0, 3923.0, 3934.0, 3973.0, 3934.0, 3954.0, 3922.0, 3922.0, 3951.0, 3921.0, 3962.0, 3931.0, 3941.0, 3928.0, 3919.0, 3960.0, 3919.0, 3919.0, 3907.0, 3918.0, 3938.0, 3908.0, 3929.0, 3917.0, 3918.0, 3896.0, 3918.0, 3939.0, 3919.0, 3918.0, 3919.0, 3920.0, 3908.0, 3920.0, 3961.0, 3930.0, 3919.0, 3918.0, 3919.0, 3959.0, 3920.0, 3940.0, 3918.0, 3918.0, 3958.0, 3918.0, 3918.0, 3918.0, 3909.0, 3958.0, 3918.0, 3928.0, 3917.0, 3908.0, 3959.0, 3918.0, 3928.0, 3908.0, 3919.0, 3939.0, 3920.0, 3950.0, 3919.0, 3929.0, 3907.0, 3919.0, 3960.0, 3919.0, 3918.0, 3896.0, 3918.0, 3927.0, 3908.0, 3919.0, 3907.0, 3918.0, 3927.0, 3918.0, 3929.0, 3908.0, 3919.0, 3908.0, 3920.0, 3940.0, 3921.0, 3941.0, 3922.0, 3931.0, 3931.0, 3932.0, 3952.0, 3942.0, 3961.0, 3920.0, 3949.0, 3929.0, 3950.0, 3927.0, 3917.0, 3956.0, 3905.0, 3925.0, 3906.0, 3905.0, 3904.0, 3916.0, 3946.0, 3905.0, 3925.0, 3907.0, 3906.0, 3916.0, 3908.0, 3917.0, 3919.0, 3950.0, 3908.0, 3908.0, 3907.0, 3919.0, 3959.0, 3919.0, 3940.0, 3918.0, 3919.0, 3959.0, 3907.0, 3919.0, 3907.0, 3918.0, 3948.0, 3907.0, 3908.0, 3949.0, 3919.0, 3938.0, 3918.0, 3920.0, 3928.0, 3931.0, 3951.0, 3921.0, 3932.0, 3960.0, 3921.0, 3962.0, 3931.0, 3931.0, 3960.0, 3920.0, 3930.0, 3930.0, 3931.0, 3960.0, 3918.0, 3929.0, 3906.0, 3931.0, 3950.0, 3919.0, 3919.0, 3907.0, 3920.0, 3960.0, 3921.0, 3920.0, 3919.0, 3920.0, 3960.0, 3920.0, 3931.0, 3919.0, 3920.0, 3908.0, 3920.0, 3950.0, 3921.0, 3931.0, 3919.0, 3920.0, 3918.0, 3919.0, 3949.0, 3919.0, 3930.0, 3939.0, 3919.0, 3958.0, 3917.0, 3949.0, 3928.0, 3918.0, 3916.0, 3917.0, 3937.0, 3907.0, 3918.0, 3906.0, 3918.0, 3958.0, 3917.0, 3918.0, 3918.0, 3919.0, 3937.0, 3918.0, 3927.0, 3918.0, 3919.0, 3949.0, 3918.0, 3938.0, 3918.0, 3918.0, 3928.0, 3930.0, 3949.0, 3930.0, 3929.0, 3918.0, 3920.0, 3909.0, 3930.0, 3950.0, 3930.0, 3941.0, 3930.0, 3921.0, 3940.0, 3919.0, 3959.0, 3908.0, 3950.0, 3929.0, 3918.0, 3896.0, 3918.0, 3948.0, 3917.0, 3928.0, 3916.0, 3907.0, 3925.0, 3916.0, 3926.0, 3906.0, 3917.0, 3906.0, 3917.0, 3936.0, 3917.0, 3928.0, 3917.0, 3918.0, 3916.0, 3918.0, 3938.0, 3919.0, 3919.0, 3908.0, 3920.0, 3948.0, 3931.0, 3941.0, 3930.0, 3920.0, 3959.0, 3929.0, 3939.0, 3920.0, 3920.0, 3919.0, 3931.0, 3960.0, 3930.0, 3951.0, 3920.0, 3920.0, 3919.0, 3931.0, 3972.0, 3931.0, 3961.0, 3920.0, 3930.0, 3919.0, 3931.0, 3970.0, 3940.0, 3948.0, 3916.0, 3929.0, 3958.0, 3917.0, 3947.0, 3906.0, 3917.0, 3947.0, 3917.0, 3936.0, 3906.0, 3917.0, 3895.0, 3917.0, 3948.0, 3918.0, 3918.0, 3927.0, 3919.0, 3960.0, 3930.0, 3950.0, 3919.0, 3929.0, 3906.0, 3930.0, 3959.0, 3919.0, 3948.0, 3918.0, 3918.0, 3918.0, 3919.0, 3959.0, 3928.0, 3948.0, 3917.0, 3918.0, 3918.0, 3929.0, 3907.0, 3929.0, 3949.0, 3929.0, 3919.0, 3938.0, 3917.0, 3947.0, 3916.0, 3906.0, 3926.0, 3917.0, 3925.0, 3917.0, 3917.0, 3918.0, 3930.0, 3949.0, 3930.0, 3937.0, 3928.0, 3930.0, 3919.0, 3931.0, 3949.0, 3931.0, 3941.0, 3931.0, 3932.0, 3951.0, 3931.0, 3960.0, 3919.0, 3919.0, 3929.0, 3930.0, 3960.0, 3928.0, 3939.0, 3906.0, 3918.0, 3959.0, 3918.0, 3938.0, 3918.0, 3918.0, 3928.0, 3930.0, 3939.0, 3918.0, 3919.0, 3907.0, 3918.0, 3949.0, 3919.0, 3919.0, 3907.0, 3928.0, 3937.0, 3917.0, 3929.0, 3928.0, 3918.0, 3938.0, 3918.0, 3918.0, 3928.0, 3930.0, 3939.0, 3919.0, 3918.0, 3907.0, 3930.0, 3950.0, 3930.0, 3931.0, 3930.0, 3931.0, 3961.0, 3931.0, 3962.0, 3929.0, 3930.0, 3939.0, 3919.0, 3939.0, 3919.0, 3920.0, 3908.0, 3930.0, 3969.0, 3919.0, 3920.0, 3928.0, 3929.0, 3958.0, 3928.0, 3928.0, 3930.0, 3930.0, 3928.0, 3929.0, 3949.0, 3929.0, 3929.0, 3929.0, 3930.0, 3907.0, 3919.0, 3950.0, 3930.0, 3929.0, 3929.0, 3919.0, 3917.0, 3930.0, 3960.0, 3919.0, 3938.0, 3918.0, 3918.0, 3918.0, 3929.0, 3959.0, 3929.0, 3949.0, 3917.0, 3918.0, 3959.0, 3916.0, 3937.0, 3916.0, 3917.0, 3937.0, 3928.0, 3927.0, 3918.0, 3918.0, 3916.0, 3929.0, 3961.0, 3931.0, 3930.0, 3931.0, 3931.0, 3931.0, 3933.0, 3952.0, 3943.0, 3962.0, 3932.0, 3942.0, 3931.0, 3932.0, 3961.0, 3929.0, 3949.0, 3930.0, 3921.0, 3928.0, 3930.0, 3970.0, 3919.0, 3919.0, 3918.0, 3930.0, 3960.0, 3929.0, 3928.0, 3917.0, 3918.0, 3959.0, 3930.0, 3939.0, 3930.0, 3931.0, 3931.0, 3933.0, 3972.0, 3932.0, 3962.0, 3930.0, 3930.0, 3971.0, 3941.0, 3960.0, 3930.0, 3930.0, 3930.0, 3931.0, 3960.0, 3930.0, 3940.0, 3918.0, 3930.0, 3960.0, 3930.0, 3938.0, 3929.0, 3929.0, 3930.0, 3932.0, 3940.0, 3929.0, 3960.0, 3930.0, 3940.0, 3941.0, 3930.0, 3919.0, 3931.0, 3971.0, 3940.0, 3940.0, 3938.0, 3917.0, 3957.0, 3916.0, 3917.0, 3916.0, 3917.0, 3936.0, 3917.0, 3917.0, 3929.0, 3930.0, 3929.0, 3930.0, 3940.0, 3930.0, 3931.0, 3951.0, 3942.0, 3962.0, 3931.0, 3931.0, 3961.0, 3942.0, 3951.0, 3930.0, 3920.0, 3960.0, 3930.0, 3951.0, 3930.0, 3931.0, 3920.0, 3931.0, 3961.0, 3943.0, 3932.0, 3931.0, 3934.0, 3974.0, 3942.0, 3952.0, 3932.0, 3932.0, 3930.0, 3932.0, 3972.0, 3943.0, 3962.0, 3931.0, 3931.0, 3950.0, 3931.0, 3961.0, 3929.0, 3928.0, 3928.0, 3929.0, 3961.0, 3930.0, 3950.0, 3929.0, 3918.0, 3927.0, 3929.0, 3949.0, 3918.0, 3917.0, 3916.0, 3929.0, 3938.0, 3940.0, 3930.0, 3930.0, 3932.0, 3960.0, 3931.0, 3941.0, 3931.0, 3942.0, 3951.0, 3931.0, 3951.0, 3930.0, 3930.0, 3941.0, 3942.0, 3971.0, 3931.0, 3930.0, 3918.0, 3941.0, 3951.0, 3930.0, 3930.0, 3929.0, 3931.0, 3960.0, 3942.0, 3931.0, 3920.0, 3931.0, 3960.0, 3930.0, 3942.0, 3931.0, 3932.0, 3961.0, 3942.0, 3952.0, 3943.0, 3943.0, 3952.0, 3942.0, 3961.0, 3942.0, 3954.0, 3931.0, 3942.0, 3971.0, 3931.0, 3962.0, 3942.0, 3942.0, 3961.0, 3930.0, 3960.0, 3928.0, 3930.0, 3940.0, 3929.0, 3949.0, 3929.0, 3919.0, 3918.0, 3930.0, 3960.0, 3930.0, 3929.0, 3917.0, 3929.0, 3950.0, 3931.0, 3930.0, 3918.0, 3930.0, 3959.0, 3929.0, 3931.0, 3949.0, 3929.0, 3939.0, 3929.0, 3930.0, 3940.0, 3942.0, 3951.0, 3932.0, 3932.0, 3929.0, 3943.0, 3973.0, 3943.0, 3943.0, 3931.0, 3932.0, 3973.0, 3944.0, 3954.0, 3930.0, 3931.0, 3960.0, 3940.0, 3939.0, 3930.0, 3931.0, 3919.0, 3930.0, 3975.0, 3943.0, 3930.0, 3929.0, 3931.0, 3939.0, 3941.0, 3950.0, 3941.0, 3940.0, 3929.0, 3931.0, 3971.0, 3930.0, 3939.0, 3929.0, 3930.0, 3959.0, 3929.0, 3939.0, 3928.0, 3929.0, 3927.0, 3928.0, 3950.0, 3930.0, 3929.0, 3928.0, 3941.0, 3961.0, 3941.0, 3942.0, 3930.0, 3930.0, 3970.0, 3929.0, 3930.0, 3939.0, 3929.0, 3938.0, 3917.0, 3928.0, 3917.0, 3941.0, 3939.0, 3929.0, 3930.0, 3918.0, 3941.0, 3950.0, 3931.0, 3931.0, 3930.0, 3942.0, 3972.0, 3943.0, 3942.0, 3941.0, 3942.0, 3961.0, 3942.0, 3962.0, 3932.0, 3931.0, 3949.0, 3929.0, 3938.0, 3931.0, 3929.0, 3917.0, 3929.0, 3938.0, 3928.0, 3929.0, 3929.0, 3930.0, 3959.0, 3929.0, 3940.0, 3930.0, 3931.0, 3970.0, 3930.0, 3940.0, 3928.0, 3930.0, 3959.0, 3929.0, 3939.0, 3927.0, 3918.0, 3960.0, 3930.0, 3939.0, 3929.0, 3930.0, 3949.0, 3941.0, 3940.0, 3930.0, 3931.0, 3918.0, 3930.0, 3951.0, 3942.0, 3942.0, 3941.0, 3931.0, 3942.0, 3942.0, 3943.0, 3955.0, 3975.0, 3943.0, 3942.0, 3961.0, 3942.0, 3962.0, 3930.0, 3930.0, 3959.0, 3927.0, 3938.0, 3915.0, 3926.0, 3957.0, 3916.0, 3936.0, 3914.0, 3914.0, 3914.0, 3925.0, 3924.0, 3926.0, 3914.0, 3913.0, 3925.0, 3946.0, 3916.0, 3915.0, 3914.0, 3927.0, 3947.0, 3929.0, 3927.0, 3940.0, 3929.0, 3939.0, 3931.0, 3931.0, 3942.0, 3932.0, 3944.0, 3974.0, 3945.0, 3965.0, 3943.0, 3943.0, 3931.0, 3941.0, 3973.0, 3943.0, 3960.0, 3941.0, 3951.0, 3941.0, 3942.0, 3941.0, 3930.0, 3919.0, 3931.0, 3971.0, 3942.0, 3950.0, 3930.0, 3930.0, 3928.0, 3931.0, 3960.0, 3940.0, 3927.0, 3928.0, 3930.0, 3951.0, 3941.0, 3950.0, 3941.0, 3930.0, 3928.0, 3941.0, 3961.0, 3931.0, 3931.0, 3930.0, 3931.0, 3962.0, 3943.0, 3952.0, 3942.0, 3943.0, 3931.0, 3943.0, 3973.0, 3943.0, 3932.0, 3941.0, 3932.0, 3973.0, 3943.0, 3952.0, 3942.0, 3932.0, 3931.0, 3943.0, 3973.0, 3943.0, 3942.0, 3940.0, 3932.0, 3973.0, 3942.0, 3961.0, 3943.0, 3943.0, 3931.0, 3942.0, 3961.0, 3941.0, 3952.0, 3941.0, 3942.0, 3944.0, 3934.0, 3933.0, 3944.0, 3952.0, 3943.0, 3973.0, 3943.0, 3951.0, 3933.0, 3942.0, 3930.0, 3942.0, 3972.0, 3930.0, 3940.0, 3929.0, 3920.0, 3961.0, 3941.0, 3940.0, 3941.0, 3941.0, 3942.0, 3932.0, 3943.0, 3944.0, 3943.0, 3944.0, 3944.0, 3945.0, 3957.0, 3978.0, 3959.0, 3976.0, 3945.0, 3953.0, 3931.0, 3943.0, 3952.0, 3943.0, 3950.0, 3931.0, 3960.0, 3930.0, 3951.0, 3929.0, 3918.0, 3916.0, 3918.0, 3949.0, 3930.0, 3928.0, 3930.0, 3919.0, 3928.0, 3930.0, 3941.0, 3931.0, 3950.0, 3931.0, 3940.0, 3931.0, 3932.0, 3940.0, 3931.0, 3961.0, 3930.0, 3931.0, 3941.0, 3931.0, 3950.0, 3931.0, 3920.0, 3918.0, 3931.0, 3951.0, 3931.0, 3931.0, 3930.0, 3932.0, 3962.0, 3954.0, 3953.0, 3943.0, 3934.0, 3962.0, 3942.0, 3953.0, 3933.0, 3933.0, 3932.0, 3933.0, 3973.0, 3944.0, 3944.0, 3932.0, 3943.0, 3972.0, 3941.0, 3964.0, 3943.0, 3943.0, 3940.0, 3941.0, 3952.0, 3942.0, 3943.0, 3962.0, 3942.0, 3960.0, 3929.0, 3931.0, 3961.0, 3942.0, 3951.0, 3931.0, 3932.0, 3939.0, 3942.0, 3952.0, 3942.0, 3932.0, 3931.0, 3931.0, 3963.0, 3944.0, 3944.0, 3943.0, 3944.0, 3931.0, 3944.0, 3965.0, 3945.0, 3944.0, 3943.0, 3945.0, 3974.0, 3944.0, 3965.0, 3942.0, 3934.0, 3962.0], 'WindowWidth': [8910.0, 8842.0, 8819.0, 8794.0, 8810.0, 8860.0, 8808.0, 8833.0, 8789.0, 8788.0, 8823.0, 8785.0, 8840.0, 8797.0, 8810.0, 8789.0, 8777.0, 8833.0, 8779.0, 8777.0, 8758.0, 8775.0, 8800.0, 8764.0, 8791.0, 8773.0, 8776.0, 8742.0, 8776.0, 8804.0, 8781.0, 8777.0, 8780.0, 8782.0, 8764.0, 8782.0, 8838.0, 8795.0, 8778.0, 8775.0, 8780.0, 8831.0, 8782.0, 8810.0, 8774.0, 8776.0, 8827.0, 8773.0, 8774.0, 8776.0, 8765.0, 8830.0, 8775.0, 8788.0, 8771.0, 8763.0, 8832.0, 8777.0, 8788.0, 8764.0, 8779.0, 8806.0, 8783.0, 8820.0, 8781.0, 8793.0, 8761.0, 8780.0, 8836.0, 8780.0, 8777.0, 8744.0, 8776.0, 8786.0, 8764.0, 8780.0, 8759.0, 8776.0, 8787.0, 8777.0, 8794.0, 8763.0, 8780.0, 8762.0, 8782.0, 8811.0, 8789.0, 8813.0, 8789.0, 8799.0, 8798.0, 8804.0, 8829.0, 8814.0, 8836.0, 8781.0, 8819.0, 8792.0, 8821.0, 8785.0, 8772.0, 8823.0, 8751.0, 8778.0, 8757.0, 8754.0, 8751.0, 8769.0, 8807.0, 8754.0, 8781.0, 8759.0, 8757.0, 8770.0, 8762.0, 8773.0, 8781.0, 8820.0, 8765.0, 8763.0, 8758.0, 8779.0, 8832.0, 8781.0, 8810.0, 8775.0, 8779.0, 8830.0, 8762.0, 8780.0, 8760.0, 8776.0, 8814.0, 8758.0, 8762.0, 8818.0, 8779.0, 8804.0, 8777.0, 8782.0, 8792.0, 8800.0, 8825.0, 8786.0, 8801.0, 8835.0, 8785.0, 8843.0, 8798.0, 8799.0, 8835.0, 8781.0, 8797.0, 8796.0, 8798.0, 8834.0, 8778.0, 8792.0, 8758.0, 8799.0, 8824.0, 8781.0, 8779.0, 8762.0, 8782.0, 8837.0, 8787.0, 8784.0, 8779.0, 8784.0, 8834.0, 8782.0, 8800.0, 8780.0, 8784.0, 8763.0, 8782.0, 8822.0, 8786.0, 8800.0, 8780.0, 8783.0, 8776.0, 8779.0, 8820.0, 8782.0, 8795.0, 8804.0, 8777.0, 8829.0, 8773.0, 8818.0, 8788.0, 8776.0, 8771.0, 8774.0, 8799.0, 8762.0, 8777.0, 8758.0, 8775.0, 8829.0, 8773.0, 8775.0, 8776.0, 8779.0, 8800.0, 8776.0, 8788.0, 8775.0, 8778.0, 8819.0, 8776.0, 8801.0, 8775.0, 8777.0, 8791.0, 8796.0, 8820.0, 8797.0, 8793.0, 8776.0, 8783.0, 8768.0, 8797.0, 8822.0, 8797.0, 8812.0, 8798.0, 8785.0, 8807.0, 8780.0, 8832.0, 8762.0, 8821.0, 8791.0, 8776.0, 8744.0, 8775.0, 8814.0, 8774.0, 8789.0, 8770.0, 8759.0, 8779.0, 8769.0, 8782.0, 8759.0, 8773.0, 8756.0, 8774.0, 8797.0, 8775.0, 8791.0, 8774.0, 8778.0, 8771.0, 8777.0, 8804.0, 8783.0, 8782.0, 8763.0, 8782.0, 8818.0, 8799.0, 8812.0, 8796.0, 8784.0, 8833.0, 8793.0, 8807.0, 8784.0, 8783.0, 8779.0, 8798.0, 8834.0, 8797.0, 8825.0, 8785.0, 8783.0, 8779.0, 8799.0, 8854.0, 8799.0, 8838.0, 8784.0, 8796.0, 8779.0, 8798.0, 8850.0, 8808.0, 8816.0, 8769.0, 8790.0, 8829.0, 8774.0, 8813.0, 8757.0, 8772.0, 8812.0, 8775.0, 8798.0, 8758.0, 8772.0, 8740.0, 8774.0, 8818.0, 8779.0, 8776.0, 8788.0, 8779.0, 8835.0, 8796.0, 8822.0, 8781.0, 8793.0, 8758.0, 8794.0, 8833.0, 8778.0, 8816.0, 8777.0, 8776.0, 8775.0, 8780.0, 8831.0, 8790.0, 8815.0, 8774.0, 8778.0, 8778.0, 8793.0, 8761.0, 8793.0, 8819.0, 8793.0, 8780.0, 8801.0, 8774.0, 8812.0, 8769.0, 8759.0, 8782.0, 8775.0, 8782.0, 8774.0, 8775.0, 8777.0, 8798.0, 8819.0, 8796.0, 8801.0, 8790.0, 8798.0, 8782.0, 8800.0, 8820.0, 8800.0, 8812.0, 8802.0, 8805.0, 8825.0, 8799.0, 8837.0, 8780.0, 8780.0, 8794.0, 8797.0, 8834.0, 8791.0, 8805.0, 8757.0, 8776.0, 8832.0, 8777.0, 8803.0, 8776.0, 8778.0, 8788.0, 8796.0, 8807.0, 8778.0, 8778.0, 8759.0, 8778.0, 8819.0, 8781.0, 8779.0, 8759.0, 8791.0, 8801.0, 8774.0, 8793.0, 8790.0, 8777.0, 8801.0, 8776.0, 8778.0, 8790.0, 8795.0, 8806.0, 8779.0, 8777.0, 8759.0, 8795.0, 8824.0, 8798.0, 8799.0, 8795.0, 8801.0, 8839.0, 8800.0, 8842.0, 8793.0, 8797.0, 8804.0, 8778.0, 8806.0, 8782.0, 8783.0, 8765.0, 8796.0, 8847.0, 8780.0, 8782.0, 8792.0, 8793.0, 8830.0, 8791.0, 8791.0, 8796.0, 8799.0, 8792.0, 8795.0, 8819.0, 8795.0, 8795.0, 8793.0, 8797.0, 8762.0, 8779.0, 8822.0, 8797.0, 8795.0, 8793.0, 8781.0, 8774.0, 8794.0, 8835.0, 8780.0, 8802.0, 8775.0, 8776.0, 8777.0, 8794.0, 8834.0, 8794.0, 8820.0, 8772.0, 8777.0, 8833.0, 8773.0, 8799.0, 8771.0, 8773.0, 8799.0, 8792.0, 8788.0, 8777.0, 8776.0, 8771.0, 8794.0, 8840.0, 8800.0, 8796.0, 8800.0, 8800.0, 8799.0, 8808.0, 8830.0, 8818.0, 8843.0, 8801.0, 8817.0, 8799.0, 8802.0, 8837.0, 8793.0, 8820.0, 8796.0, 8786.0, 8791.0, 8796.0, 8849.0, 8778.0, 8778.0, 8779.0, 8796.0, 8835.0, 8791.0, 8791.0, 8771.0, 8777.0, 8834.0, 8797.0, 8808.0, 8798.0, 8800.0, 8799.0, 8806.0, 8858.0, 8803.0, 8841.0, 8795.0, 8798.0, 8852.0, 8813.0, 8836.0, 8795.0, 8796.0, 8796.0, 8800.0, 8837.0, 8797.0, 8809.0, 8775.0, 8796.0, 8837.0, 8795.0, 8804.0, 8794.0, 8795.0, 8796.0, 8801.0, 8808.0, 8794.0, 8835.0, 8794.0, 8810.0, 8813.0, 8796.0, 8781.0, 8797.0, 8851.0, 8810.0, 8810.0, 8801.0, 8773.0, 8825.0, 8769.0, 8773.0, 8770.0, 8771.0, 8795.0, 8774.0, 8774.0, 8792.0, 8798.0, 8794.0, 8797.0, 8809.0, 8796.0, 8800.0, 8828.0, 8817.0, 8844.0, 8799.0, 8801.0, 8840.0, 8817.0, 8827.0, 8796.0, 8785.0, 8835.0, 8798.0, 8827.0, 8797.0, 8800.0, 8785.0, 8801.0, 8841.0, 8821.0, 8803.0, 8799.0, 8810.0, 8862.0, 8817.0, 8828.0, 8802.0, 8804.0, 8797.0, 8803.0, 8856.0, 8819.0, 8842.0, 8798.0, 8799.0, 8820.0, 8798.0, 8838.0, 8793.0, 8789.0, 8789.0, 8794.0, 8838.0, 8798.0, 8822.0, 8791.0, 8778.0, 8785.0, 8792.0, 8819.0, 8776.0, 8773.0, 8771.0, 8791.0, 8804.0, 8810.0, 8799.0, 8796.0, 8802.0, 8835.0, 8798.0, 8811.0, 8802.0, 8818.0, 8825.0, 8799.0, 8824.0, 8795.0, 8795.0, 8813.0, 8815.0, 8853.0, 8798.0, 8796.0, 8778.0, 8813.0, 8827.0, 8798.0, 8797.0, 8792.0, 8800.0, 8838.0, 8818.0, 8800.0, 8783.0, 8799.0, 8837.0, 8796.0, 8819.0, 8801.0, 8804.0, 8839.0, 8816.0, 8831.0, 8821.0, 8820.0, 8829.0, 8817.0, 8841.0, 8815.0, 8835.0, 8802.0, 8816.0, 8855.0, 8800.0, 8842.0, 8816.0, 8816.0, 8838.0, 8797.0, 8836.0, 8790.0, 8797.0, 8808.0, 8793.0, 8818.0, 8791.0, 8780.0, 8776.0, 8798.0, 8837.0, 8795.0, 8794.0, 8774.0, 8794.0, 8822.0, 8799.0, 8797.0, 8777.0, 8796.0, 8833.0, 8792.0, 8798.0, 8821.0, 8794.0, 8806.0, 8793.0, 8797.0, 8812.0, 8817.0, 8826.0, 8803.0, 8803.0, 8795.0, 8821.0, 8861.0, 8821.0, 8821.0, 8799.0, 8803.0, 8860.0, 8823.0, 8837.0, 8798.0, 8800.0, 8836.0, 8811.0, 8807.0, 8796.0, 8799.0, 8782.0, 8798.0, 8867.0, 8822.0, 8797.0, 8794.0, 8799.0, 8807.0, 8813.0, 8824.0, 8813.0, 8812.0, 8792.0, 8800.0, 8854.0, 8798.0, 8808.0, 8791.0, 8794.0, 8833.0, 8794.0, 8805.0, 8789.0, 8792.0, 8785.0, 8791.0, 8822.0, 8795.0, 8795.0, 8791.0, 8811.0, 8840.0, 8815.0, 8815.0, 8795.0, 8797.0, 8849.0, 8793.0, 8798.0, 8805.0, 8792.0, 8803.0, 8775.0, 8790.0, 8773.0, 8815.0, 8806.0, 8795.0, 8795.0, 8778.0, 8816.0, 8825.0, 8801.0, 8800.0, 8796.0, 8816.0, 8858.0, 8820.0, 8817.0, 8812.0, 8816.0, 8839.0, 8816.0, 8844.0, 8800.0, 8799.0, 8819.0, 8792.0, 8805.0, 8799.0, 8795.0, 8775.0, 8792.0, 8802.0, 8791.0, 8795.0, 8793.0, 8798.0, 8834.0, 8793.0, 8812.0, 8798.0, 8799.0, 8850.0, 8795.0, 8809.0, 8791.0, 8797.0, 8833.0, 8792.0, 8805.0, 8787.0, 8778.0, 8836.0, 8796.0, 8807.0, 8795.0, 8797.0, 8819.0, 8812.0, 8812.0, 8796.0, 8799.0, 8777.0, 8796.0, 8827.0, 8819.0, 8819.0, 8815.0, 8800.0, 8817.0, 8817.0, 8821.0, 8843.0, 8866.0, 8821.0, 8818.0, 8839.0, 8814.0, 8842.0, 8797.0, 8796.0, 8831.0, 8787.0, 8801.0, 8767.0, 8785.0, 8825.0, 8769.0, 8796.0, 8761.0, 8764.0, 8765.0, 8781.0, 8777.0, 8781.0, 8766.0, 8762.0, 8782.0, 8810.0, 8769.0, 8767.0, 8763.0, 8786.0, 8815.0, 8794.0, 8787.0, 8809.0, 8794.0, 8809.0, 8803.0, 8801.0, 8817.0, 8805.0, 8824.0, 8863.0, 8825.0, 8853.0, 8819.0, 8820.0, 8800.0, 8814.0, 8859.0, 8818.0, 8838.0, 8814.0, 8826.0, 8814.0, 8818.0, 8813.0, 8796.0, 8779.0, 8798.0, 8853.0, 8815.0, 8824.0, 8797.0, 8796.0, 8791.0, 8799.0, 8835.0, 8808.0, 8789.0, 8791.0, 8796.0, 8825.0, 8814.0, 8823.0, 8812.0, 8798.0, 8791.0, 8815.0, 8841.0, 8799.0, 8798.0, 8795.0, 8799.0, 8844.0, 8821.0, 8830.0, 8816.0, 8819.0, 8799.0, 8819.0, 8859.0, 8818.0, 8802.0, 8812.0, 8804.0, 8859.0, 8820.0, 8830.0, 8816.0, 8804.0, 8799.0, 8821.0, 8859.0, 8819.0, 8814.0, 8810.0, 8803.0, 8859.0, 8816.0, 8839.0, 8818.0, 8818.0, 8801.0, 8818.0, 8839.0, 8814.0, 8827.0, 8814.0, 8816.0, 8823.0, 8808.0, 8804.0, 8819.0, 8828.0, 8816.0, 8859.0, 8820.0, 8826.0, 8804.0, 8815.0, 8795.0, 8814.0, 8853.0, 8796.0, 8810.0, 8791.0, 8782.0, 8842.0, 8813.0, 8808.0, 8814.0, 8812.0, 8817.0, 8805.0, 8821.0, 8822.0, 8819.0, 8822.0, 8824.0, 8829.0, 8846.0, 8878.0, 8853.0, 8869.0, 8824.0, 8834.0, 8799.0, 8819.0, 8829.0, 8816.0, 8822.0, 8797.0, 8836.0, 8795.0, 8825.0, 8790.0, 8776.0, 8770.0, 8776.0, 8817.0, 8794.0, 8789.0, 8795.0, 8778.0, 8791.0, 8796.0, 8811.0, 8798.0, 8821.0, 8797.0, 8809.0, 8798.0, 8803.0, 8808.0, 8799.0, 8836.0, 8795.0, 8799.0, 8811.0, 8799.0, 8821.0, 8797.0, 8783.0, 8776.0, 8797.0, 8826.0, 8799.0, 8799.0, 8794.0, 8801.0, 8841.0, 8834.0, 8833.0, 8818.0, 8808.0, 8841.0, 8815.0, 8832.0, 8805.0, 8805.0, 8799.0, 8805.0, 8858.0, 8820.0, 8820.0, 8800.0, 8819.0, 8855.0, 8812.0, 8847.0, 8820.0, 8819.0, 8810.0, 8813.0, 8827.0, 8816.0, 8819.0, 8841.0, 8812.0, 8836.0, 8791.0, 8798.0, 8839.0, 8814.0, 8825.0, 8799.0, 8801.0, 8806.0, 8815.0, 8829.0, 8816.0, 8802.0, 8798.0, 8800.0, 8845.0, 8824.0, 8823.0, 8820.0, 8822.0, 8801.0, 8822.0, 8851.0, 8827.0, 8822.0, 8818.0, 8824.0, 8862.0, 8822.0, 8853.0, 8817.0, 8808.0, 8842.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.0001490867579908676</td></tr>
<tr><td colspan=3>aqi</td><td>0.018995022100456622</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.39212718861061</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2060363385740398</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.982516072056672</td></tr>
<tr><td colspan=3>efc</td><td>0.445</td></tr>
<tr><td colspan=3>fber</td><td>8788.3809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08235929926810548</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.365296803652968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3730167671727345</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2965963088812407</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6647688455578686</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1576851470790945</td></tr>
<tr><td colspan=3>gcor</td><td>0.0089965</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015771077945828438</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0283382385969162</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1095</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8283180702557247</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>35.1774</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.9716</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>142.267</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308475.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>664.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>294.8124</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1388</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.1742</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3194.41</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68069.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.2913</td></tr>
<tr><td colspan=3>tsnr</td><td>45.89345907047391</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>