<?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-0105_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-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_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-0105/figures/sub-0105_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_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-0105/ses-02/func/sub-0105_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>0d7700c0b0a248b0c4db12bd3cf4f8f8</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>21:52:23.077500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999761, -0.00173179, 0.0217892, 0.00401327, 0.994453, -0.105104]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0899732</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4221, -7744, -7266, 248, -145, -63, -70, 55]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>270.639</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>acf839a8-042d-4a3b-8436-c1b7a1decbba||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682286024093628, 0.010767310857772827, 0.05801304057240486, 108.58995056152344], [0.004646265413612127, 2.6680450439453125, -0.283948689699173, -78.91228485107422], [0.058458805084228516, 0.28198593854904175, 2.684400796890259, -87.68189239501953], [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': ['215223.077500', '215223.537500', '215223.997500', '215224.457500', '215224.917500', '215225.377500', '215225.837500', '215226.297500', '215226.757500', '215227.217500', '215227.677500', '215228.137500', '215228.597500', '215229.057500', '215229.517500', '215229.977500', '215230.437500', '215230.897500', '215231.357500', '215231.817500', '215232.277500', '215232.737500', '215233.197500', '215233.657500', '215234.117500', '215234.577500', '215235.037500', '215235.497500', '215235.957500', '215236.417500', '215236.877500', '215237.337500', '215237.797500', '215238.257500', '215238.717500', '215239.177500', '215239.637500', '215240.097500', '215240.557500', '215241.017500', '215241.477500', '215241.937500', '215242.397500', '215242.857500', '215243.317500', '215243.777500', '215244.237500', '215244.697500', '215245.157500', '215245.617500', '215246.077500', '215246.537500', '215246.997500', '215247.457500', '215247.917500', '215248.377500', '215248.837500', '215249.297500', '215249.757500', '215250.217500', '215250.677500', '215251.137500', '215251.597500', '215252.057500', '215252.517500', '215252.977500', '215253.437500', '215253.897500', '215254.357500', '215254.817500', '215255.277500', '215255.737500', '215256.197500', '215256.657500', '215257.117500', '215257.577500', '215258.037500', '215258.497500', '215258.957500', '215259.417500', '215259.877500', '215300.337500', '215300.797500', '215301.257500', '215301.717500', '215302.177500', '215302.637500', '215303.097500', '215303.557500', '215304.017500', '215304.477500', '215304.937500', '215305.397500', '215305.857500', '215306.317500', '215306.777500', '215307.237500', '215307.697500', '215308.157500', '215308.617500', '215309.077500', '215309.537500', '215309.997500', '215310.457500', '215310.917500', '215311.377500', '215311.837500', '215312.297500', '215312.757500', '215313.217500', '215313.677500', '215314.137500', '215314.597500', '215315.057500', '215315.517500', '215315.977500', '215316.437500', '215316.897500', '215317.357500', '215317.817500', '215318.277500', '215318.737500', '215319.197500', '215319.657500', '215320.117500', '215320.577500', '215321.037500', '215321.497500', '215321.957500', '215322.417500', '215322.877500', '215323.337500', '215323.797500', '215324.257500', '215324.717500', '215325.177500', '215325.637500', '215326.097500', '215326.557500', '215327.017500', '215327.477500', '215327.937500', '215328.397500', '215328.857500', '215329.317500', '215329.777500', '215330.237500', '215330.697500', '215331.157500', '215331.617500', '215332.077500', '215332.537500', '215332.997500', '215333.457500', '215333.917500', '215334.377500', '215334.837500', '215335.297500', '215335.757500', '215336.217500', '215336.677500', '215337.137500', '215337.597500', '215338.057500', '215338.517500', '215338.977500', '215339.437500', '215339.897500', '215340.357500', '215340.817500', '215341.277500', '215341.737500', '215342.197500', '215342.657500', '215343.117500', '215343.577500', '215344.037500', '215344.497500', '215344.957500', '215345.417500', '215345.877500', '215346.337500', '215346.797500', '215347.257500', '215347.717500', '215348.177500', '215348.637500', '215349.097500', '215349.557500', '215350.017500', '215350.477500', '215350.937500', '215351.397500', '215351.857500', '215352.317500', '215352.777500', '215353.237500', '215353.697500', '215354.157500', '215354.617500', '215355.077500', '215355.537500', '215355.997500', '215356.457500', '215356.917500', '215357.377500', '215357.837500', '215358.297500', '215358.757500', '215359.217500', '215359.677500', '215400.137500', '215400.597500', '215401.057500', '215401.517500', '215401.977500', '215402.437500', '215402.897500', '215403.357500', '215403.817500', '215404.277500', '215404.737500', '215405.197500', '215405.657500', '215406.117500', '215406.577500', '215407.037500', '215407.497500', '215407.957500', '215408.417500', '215408.877500', '215409.337500', '215409.797500', '215410.257500', '215410.717500', '215411.177500', '215411.637500', '215412.097500', '215412.557500', '215413.017500', '215413.477500', '215413.937500', '215414.397500', '215414.857500', '215415.317500', '215415.777500', '215416.237500', '215416.697500', '215417.157500', '215417.617500', '215418.077500', '215418.537500', '215418.997500', '215419.457500', '215419.917500', '215420.377500', '215420.837500', '215421.297500', '215421.757500', '215422.217500', '215422.677500', '215423.137500', '215423.597500', '215424.057500', '215424.517500', '215424.977500', '215425.437500', '215425.897500', '215426.357500', '215426.817500', '215427.277500', '215427.737500', '215428.197500', '215428.657500', '215429.117500', '215429.577500', '215430.037500', '215430.497500', '215430.957500', '215431.417500', '215431.877500', '215432.337500', '215432.797500', '215433.257500', '215433.717500', '215434.177500', '215434.637500', '215435.097500', '215435.557500', '215436.017500', '215436.477500', '215436.937500', '215437.397500', '215437.857500', '215438.317500', '215438.777500', '215439.237500', '215439.697500', '215440.157500', '215440.617500', '215441.077500', '215441.537500', '215441.997500', '215442.457500', '215442.917500', '215443.377500', '215443.837500', '215444.297500', '215444.757500', '215445.217500', '215445.677500', '215446.137500', '215446.597500', '215447.057500', '215447.517500', '215447.977500', '215448.437500', '215448.897500', '215449.357500', '215449.817500', '215450.277500', '215450.737500', '215451.197500', '215451.657500', '215452.117500', '215452.577500', '215453.037500', '215453.497500', '215453.957500', '215454.417500', '215454.877500', '215455.337500', '215455.797500', '215456.257500', '215456.717500', '215457.177500', '215457.637500', '215458.097500', '215458.557500', '215459.017500', '215459.477500', '215459.937500', '215500.397500', '215500.857500', '215501.317500', '215501.777500', '215502.237500', '215502.697500', '215503.157500', '215503.617500', '215504.077500', '215504.537500', '215504.997500', '215505.457500', '215505.917500', '215506.377500', '215506.837500', '215507.297500', '215507.757500', '215508.217500', '215508.677500', '215509.137500', '215509.597500', '215510.057500', '215510.517500', '215510.977500', '215511.437500', '215511.897500', '215512.357500', '215512.817500', '215513.277500', '215513.737500', '215514.197500', '215514.657500', '215515.117500', '215515.577500', '215516.037500', '215516.497500', '215516.957500', '215517.417500', '215517.877500', '215518.337500', '215518.797500', '215519.257500', '215519.717500', '215520.177500', '215520.637500', '215521.097500', '215521.557500', '215522.017500', '215522.477500', '215522.937500', '215523.397500', '215523.857500', '215524.317500', '215524.777500', '215525.237500', '215525.697500', '215526.157500', '215526.617500', '215527.077500', '215527.537500', '215527.997500', '215528.457500', '215528.917500', '215529.377500', '215529.837500', '215530.297500', '215530.757500', '215531.217500', '215531.677500', '215532.137500', '215532.597500', '215533.057500', '215533.517500', '215533.977500', '215534.437500', '215534.897500', '215535.357500', '215535.817500', '215536.277500', '215536.737500', '215537.197500', '215537.657500', '215538.117500', '215538.577500', '215539.037500', '215539.497500', '215539.957500', '215540.417500', '215540.877500', '215541.337500', '215541.797500', '215542.257500', '215542.717500', '215543.177500', '215543.637500', '215544.097500', '215544.557500', '215545.017500', '215545.477500', '215545.937500', '215546.397500', '215546.857500', '215547.317500', '215547.777500', '215548.237500', '215548.697500', '215549.157500', '215549.617500', '215550.077500', '215550.537500', '215550.997500', '215551.457500', '215551.917500', '215552.377500', '215552.837500', '215553.297500', '215553.757500', '215554.217500', '215554.677500', '215555.137500', '215555.597500', '215556.057500', '215556.517500', '215556.977500', '215557.437500', '215557.897500', '215558.357500', '215558.817500', '215559.277500', '215559.737500', '215600.197500', '215600.657500', '215601.117500', '215601.577500', '215602.037500', '215602.497500', '215602.957500', '215603.417500', '215603.877500', '215604.337500', '215604.797500', '215605.257500', '215605.717500', '215606.177500', '215606.637500', '215607.097500', '215607.557500', '215608.017500', '215608.477500', '215608.937500', '215609.397500', '215609.857500', '215610.317500', '215610.777500', '215611.237500', '215611.697500', '215612.157500', '215612.617500', '215613.077500', '215613.537500', '215613.997500', '215614.457500', '215614.917500', '215615.377500', '215615.837500', '215616.297500', '215616.757500', '215617.217500', '215617.677500', '215618.137500', '215618.597500', '215619.057500', '215619.517500', '215619.977500', '215620.437500', '215620.897500', '215621.357500', '215621.817500', '215622.277500', '215622.737500', '215623.197500', '215623.657500', '215624.117500', '215624.577500', '215625.037500', '215625.497500', '215625.957500', '215626.417500', '215626.877500', '215627.337500', '215627.797500', '215628.257500', '215628.717500', '215629.177500', '215629.637500', '215630.097500', '215630.557500', '215631.017500', '215631.477500', '215631.937500', '215632.397500', '215632.857500', '215633.317500', '215633.777500', '215634.237500', '215634.697500', '215635.157500', '215635.617500', '215636.077500', '215636.537500', '215636.997500', '215637.457500', '215637.917500', '215638.377500', '215638.837500', '215639.297500', '215639.757500', '215640.217500', '215640.677500', '215641.137500', '215641.597500', '215642.057500', '215642.517500', '215642.977500', '215643.437500', '215643.897500', '215644.357500', '215644.817500', '215645.277500', '215645.737500', '215646.197500', '215646.657500', '215647.117500', '215647.577500', '215648.037500', '215648.497500', '215648.957500', '215649.417500', '215649.877500', '215650.337500', '215650.797500', '215651.257500', '215651.717500', '215652.177500', '215652.637500', '215653.097500', '215653.557500', '215654.017500', '215654.477500', '215654.937500', '215655.397500', '215655.857500', '215656.317500', '215656.777500', '215657.237500', '215657.697500', '215658.157500', '215658.617500', '215659.077500', '215659.537500', '215659.997500', '215700.457500', '215700.917500', '215701.377500', '215701.837500', '215702.297500', '215702.757500', '215703.217500', '215703.677500', '215704.137500', '215704.597500', '215705.057500', '215705.517500', '215705.977500', '215706.437500', '215706.897500', '215707.357500', '215707.817500', '215708.277500', '215708.737500', '215709.197500', '215709.657500', '215710.117500', '215710.577500', '215711.037500', '215711.497500', '215711.957500', '215712.417500', '215712.877500', '215713.337500', '215713.797500', '215714.257500', '215714.717500', '215715.177500', '215715.637500', '215716.097500', '215716.557500', '215717.017500', '215717.477500', '215717.937500', '215718.397500', '215718.857500', '215719.317500', '215719.777500', '215720.237500', '215720.697500', '215721.157500', '215721.617500', '215722.077500', '215722.537500', '215722.997500', '215723.457500', '215723.917500', '215724.377500', '215724.837500', '215725.297500', '215725.757500', '215726.217500', '215726.677500', '215727.137500', '215727.597500', '215728.057500', '215728.517500', '215728.977500', '215729.437500', '215729.897500', '215730.357500', '215730.817500', '215731.277500', '215731.737500', '215732.197500', '215732.657500', '215733.117500', '215733.577500', '215734.037500', '215734.497500', '215734.957500', '215735.417500', '215735.877500', '215736.337500', '215736.797500', '215737.257500', '215737.717500', '215738.177500', '215738.637500', '215739.097500', '215739.557500', '215740.017500', '215740.477500', '215740.937500', '215741.397500', '215741.857500', '215742.317500', '215742.777500', '215743.237500', '215743.697500', '215744.157500', '215744.617500', '215745.077500', '215745.537500', '215745.997500', '215746.457500', '215746.917500', '215747.377500', '215747.837500', '215748.297500', '215748.757500', '215749.217500', '215749.677500', '215750.137500', '215750.597500', '215751.057500', '215751.517500', '215751.977500', '215752.437500', '215752.897500', '215753.357500', '215753.817500', '215754.277500', '215754.737500', '215755.197500', '215755.657500', '215756.117500', '215756.577500', '215757.037500', '215757.497500', '215757.957500', '215758.417500', '215758.877500', '215759.337500', '215759.797500', '215800.257500', '215800.717500', '215801.177500', '215801.637500', '215802.097500', '215802.557500', '215803.017500', '215803.477500', '215803.937500', '215804.397500', '215804.857500', '215805.317500', '215805.777500', '215806.237500', '215806.697500', '215807.157500', '215807.617500', '215808.077500', '215808.537500', '215808.997500', '215809.457500', '215809.917500', '215810.377500', '215810.837500', '215811.297500', '215811.757500', '215812.217500', '215812.677500', '215813.137500', '215813.597500', '215814.057500', '215814.517500', '215814.977500', '215815.437500', '215815.897500', '215816.357500', '215816.817500', '215817.277500', '215817.737500', '215818.197500', '215818.657500', '215819.117500', '215819.577500', '215820.037500', '215820.497500', '215820.957500', '215821.417500', '215821.877500', '215822.337500', '215822.797500', '215823.257500', '215823.717500', '215824.177500', '215824.637500', '215825.097500', '215825.557500', '215826.017500', '215826.477500', '215826.937500', '215827.397500', '215827.857500', '215828.317500', '215828.777500', '215829.237500', '215829.697500', '215830.157500', '215830.617500', '215831.077500', '215831.537500', '215831.997500', '215832.457500', '215832.917500', '215833.377500', '215833.837500', '215834.297500', '215834.757500', '215835.217500', '215835.677500', '215836.137500', '215836.597500', '215837.057500', '215837.517500', '215837.977500', '215838.437500', '215838.897500', '215839.357500', '215839.817500', '215840.277500', '215840.737500', '215841.197500', '215841.657500', '215842.117500', '215842.577500', '215843.037500', '215843.497500', '215843.957500', '215844.417500', '215844.877500', '215845.337500', '215845.797500', '215846.257500', '215846.717500', '215847.177500', '215847.637500', '215848.097500', '215848.557500', '215849.017500', '215849.477500', '215849.937500', '215850.397500', '215850.857500', '215851.317500', '215851.777500', '215852.237500', '215852.697500', '215853.157500', '215853.617500', '215854.077500', '215854.537500', '215854.997500', '215855.457500', '215855.917500', '215856.377500', '215856.837500', '215857.297500', '215857.757500', '215858.217500', '215858.677500', '215859.137500', '215859.597500', '215900.057500', '215900.517500', '215900.977500', '215901.437500', '215901.897500', '215902.357500', '215902.817500', '215903.277500', '215903.737500', '215904.197500', '215904.657500', '215905.117500', '215905.577500', '215906.037500', '215906.497500', '215906.957500', '215907.417500', '215907.877500', '215908.337500', '215908.797500', '215909.257500', '215909.717500', '215910.177500', '215910.637500', '215911.097500', '215911.557500', '215912.017500', '215912.477500', '215912.937500', '215913.397500', '215913.857500', '215914.317500', '215914.777500', '215915.237500', '215915.697500', '215916.157500', '215916.617500', '215917.077500', '215917.537500', '215917.997500', '215918.457500', '215918.917500', '215919.377500', '215919.837500', '215920.297500', '215920.757500', '215921.217500', '215921.677500', '215922.137500', '215922.597500', '215923.057500', '215923.517500', '215923.977500', '215924.437500', '215924.897500', '215925.357500', '215925.817500', '215926.277500', '215926.737500', '215927.197500', '215927.657500', '215928.117500', '215928.577500', '215929.037500', '215929.497500', '215929.957500', '215930.417500', '215930.877500', '215931.337500', '215931.797500', '215932.257500', '215932.717500', '215933.177500', '215933.637500', '215934.097500', '215934.557500', '215935.017500', '215935.477500', '215935.937500', '215936.397500', '215936.857500', '215937.317500', '215937.777500', '215938.237500', '215938.697500', '215939.157500', '215939.617500', '215940.077500', '215940.537500', '215940.997500', '215941.457500', '215941.917500', '215942.377500', '215942.837500', '215943.297500', '215943.757500', '215944.217500', '215944.677500', '215945.137500', '215945.597500', '215946.057500', '215946.517500', '215946.977500', '215947.437500', '215947.897500', '215948.357500', '215948.817500', '215949.277500', '215949.737500', '215950.197500', '215950.657500', '215951.117500', '215951.577500', '215952.037500', '215952.497500', '215952.957500', '215953.417500', '215953.877500', '215954.337500', '215954.797500', '215955.257500', '215955.717500', '215956.177500', '215956.637500', '215957.097500', '215957.557500', '215958.017500', '215958.477500', '215958.937500', '215959.397500', '215959.857500', '220000.317500', '220000.777500', '220001.237500', '220001.697500', '220002.157500', '220002.617500', '220003.077500', '220003.537500', '220003.997500', '220004.457500', '220004.917500', '220005.377500', '220005.837500', '220006.297500', '220006.757500', '220007.217500', '220007.677500', '220008.137500', '220008.597500', '220009.057500', '220009.517500', '220009.977500', '220010.437500', '220010.897500', '220011.357500', '220011.817500', '220012.277500', '220012.737500', '220013.197500', '220013.657500', '220014.117500', '220014.577500', '220015.037500', '220015.497500', '220015.957500', '220016.417500', '220016.877500', '220017.337500', '220017.797500', '220018.257500', '220018.717500', '220019.177500', '220019.637500', '220020.097500', '220020.557500', '220021.017500', '220021.477500', '220021.937500', '220022.397500', '220022.857500', '220023.317500', '220023.777500', '220024.237500', '220024.697500', '220025.157500', '220025.617500', '220026.077500', '220026.537500', '220026.997500', '220027.457500', '220027.917500', '220028.377500', '220028.837500', '220029.297500', '220029.757500', '220030.217500', '220030.677500', '220031.137500', '220031.597500', '220032.057500', '220032.517500', '220032.977500', '220033.437500', '220033.897500', '220034.357500', '220034.817500', '220035.277500', '220035.737500', '220036.197500', '220036.657500', '220037.117500', '220037.577500', '220038.037500', '220038.497500', '220038.957500', '220039.417500', '220039.877500', '220040.337500', '220040.797500', '220041.257500', '220041.717500', '220042.177500', '220042.637500', '220043.097500', '220043.557500', '220044.017500', '220044.477500', '220044.937500', '220045.397500', '220045.857500', '220046.317500', '220046.777500', '220047.237500', '220047.697500'], 'ContentTime': ['215241.131000', '215241.134000', '215241.137000', '215241.139000', '215241.142000', '215241.144000', '215241.147000', '215241.149000', '215241.152000', '215241.154000', '215241.157000', '215241.160000', '215241.162000', '215241.171000', '215241.174000', '215241.176000', '215241.179000', '215241.181000', '215241.184000', '215241.191000', '215241.193000', '215241.196000', '215241.199000', '215241.201000', '215241.204000', '215241.206000', '215241.209000', '215241.212000', '215241.214000', '215241.217000', '215241.219000', '215241.222000', '215241.224000', '215241.227000', '215241.230000', '215241.232000', '215241.235000', '215301.073000', '215301.076000', '215301.079000', '215301.082000', '215301.084000', '215301.087000', '215301.089000', '215301.092000', '215301.094000', '215301.097000', '215301.100000', '215301.102000', '215301.105000', '215301.107000', '215301.110000', '215301.113000', '215301.115000', '215301.118000', '215301.120000', '215301.123000', '215301.125000', '215301.128000', '215301.131000', '215301.133000', '215301.136000', '215301.138000', '215301.141000', '215301.143000', '215301.146000', '215301.148000', '215301.151000', '215301.154000', '215301.156000', '215301.159000', '215301.161000', '215301.164000', '215301.167000', '215301.169000', '215301.172000', '215301.174000', '215301.177000', '215301.179000', '215301.182000', '215301.185000', '215321.073000', '215321.076000', '215321.079000', '215321.082000', '215321.085000', '215321.087000', '215321.090000', '215321.092000', '215321.095000', '215321.097000', '215321.100000', '215321.103000', '215321.105000', '215321.108000', '215321.110000', '215321.113000', '215321.115000', '215321.118000', '215321.121000', '215321.123000', '215321.126000', '215321.128000', '215321.131000', '215321.133000', '215321.136000', '215321.139000', '215321.141000', '215321.144000', '215321.146000', '215321.149000', '215321.152000', '215321.168000', '215321.170000', '215321.173000', '215321.175000', '215321.178000', '215321.180000', '215321.183000', '215321.186000', '215321.195000', '215321.198000', '215321.200000', '215321.203000', '215341.074000', '215341.076000', '215341.079000', '215341.082000', '215341.084000', '215341.087000', '215341.089000', '215341.092000', '215341.095000', '215341.097000', '215341.100000', '215341.102000', '215341.105000', '215341.108000', '215341.110000', '215341.113000', '215341.115000', '215341.118000', '215341.120000', '215341.123000', '215341.126000', '215341.128000', '215341.131000', '215341.133000', '215341.136000', '215341.139000', '215341.141000', '215341.144000', '215341.146000', '215341.149000', '215341.152000', '215341.154000', '215341.157000', '215341.159000', '215341.162000', '215341.164000', '215341.167000', '215341.170000', '215341.172000', '215341.175000', '215341.177000', '215341.180000', '215341.183000', '215341.185000', '215401.074000', '215401.076000', '215401.079000', '215401.082000', '215401.085000', '215401.087000', '215401.090000', '215401.093000', '215401.096000', '215401.099000', '215401.102000', '215401.104000', '215401.107000', '215401.110000', '215401.112000', '215401.115000', '215401.117000', '215401.120000', '215401.123000', '215401.125000', '215401.128000', '215401.130000', '215401.133000', '215401.136000', '215401.138000', '215401.141000', '215401.143000', '215401.146000', '215401.149000', '215401.153000', '215401.156000', '215401.158000', '215401.161000', '215401.163000', '215401.166000', '215401.169000', '215401.171000', '215401.174000', '215401.176000', '215401.179000', '215401.182000', '215401.184000', '215401.187000', '215421.073000', '215421.076000', '215421.079000', '215421.082000', '215421.085000', '215421.088000', '215421.090000', '215421.093000', '215421.095000', '215421.098000', '215421.101000', '215421.104000', '215421.106000', '215421.109000', '215421.111000', '215421.114000', '215421.117000', '215421.119000', '215421.122000', '215421.124000', '215421.127000', '215421.130000', '215421.132000', '215421.135000', '215421.137000', '215421.140000', '215421.142000', '215421.145000', '215421.148000', '215421.150000', '215421.153000', '215421.156000', '215421.158000', '215421.161000', '215421.163000', '215421.166000', '215421.168000', '215421.171000', '215421.174000', '215421.176000', '215421.179000', '215421.181000', '215421.184000', '215421.187000', '215441.074000', '215441.077000', '215441.080000', '215441.082000', '215441.085000', '215441.088000', '215441.090000', '215441.093000', '215441.095000', '215441.098000', '215441.100000', '215441.103000', '215441.106000', '215441.108000', '215441.111000', '215441.113000', '215441.116000', '215441.119000', '215441.121000', '215441.124000', '215441.126000', '215441.129000', '215441.131000', '215441.134000', '215441.137000', '215441.139000', '215441.142000', '215441.145000', '215441.147000', '215441.150000', '215441.152000', '215441.155000', '215441.158000', '215441.160000', '215441.163000', '215441.165000', '215441.168000', '215441.170000', '215441.173000', '215441.175000', '215441.178000', '215441.181000', '215441.183000', '215501.073000', '215501.076000', '215501.079000', '215501.082000', '215501.084000', '215501.087000', '215501.089000', '215501.092000', '215501.095000', '215501.097000', '215501.100000', '215501.102000', '215501.105000', '215501.108000', '215501.110000', '215501.113000', '215501.116000', '215501.118000', '215501.121000', '215501.123000', '215501.126000', '215501.129000', '215501.131000', '215501.134000', '215501.136000', '215501.139000', '215501.142000', '215501.177000', '215501.179000', '215501.182000', '215501.184000', '215501.187000', '215501.190000', '215501.193000', '215501.195000', '215501.198000', '215501.200000', '215501.203000', '215501.206000', '215501.208000', '215501.211000', '215501.214000', '215501.216000', '215501.219000', '215521.073000', '215521.076000', '215521.079000', '215521.082000', '215521.084000', '215521.087000', '215521.089000', '215521.092000', '215521.095000', '215521.097000', '215521.100000', '215521.103000', '215521.105000', '215521.108000', '215521.111000', '215521.113000', '215521.116000', '215521.118000', '215521.121000', '215521.124000', '215521.126000', '215521.129000', '215521.131000', '215521.134000', '215521.137000', '215521.140000', '215521.143000', '215521.146000', '215521.149000', '215521.152000', '215521.154000', '215521.157000', '215521.159000', '215521.162000', '215521.165000', '215521.167000', '215521.170000', '215521.173000', '215521.175000', '215521.178000', '215521.181000', '215521.183000', '215521.186000', '215541.073000', '215541.076000', '215541.079000', '215541.081000', '215541.085000', '215541.087000', '215541.090000', '215541.092000', '215541.095000', '215541.098000', '215541.100000', '215541.103000', '215541.106000', '215541.108000', '215541.111000', '215541.113000', '215541.116000', '215541.119000', '215541.121000', '215541.124000', '215541.126000', '215541.129000', '215541.132000', '215541.134000', '215541.137000', '215541.140000', '215541.142000', '215541.145000', '215541.148000', '215541.150000', '215541.153000', '215541.155000', '215541.158000', '215541.161000', '215541.163000', '215541.166000', '215541.168000', '215541.171000', '215541.174000', '215541.176000', '215541.179000', '215541.181000', '215541.184000', '215541.187000', '215601.074000', '215601.077000', '215601.080000', '215601.082000', '215601.085000', '215601.087000', '215601.090000', '215601.093000', '215601.095000', '215601.098000', '215601.101000', '215601.103000', '215601.106000', '215601.108000', '215601.111000', '215601.114000', '215601.116000', '215601.119000', '215601.121000', '215601.124000', '215601.127000', '215601.129000', '215601.132000', '215601.135000', '215601.137000', '215601.140000', '215601.143000', '215601.145000', '215601.148000', '215601.151000', '215601.153000', '215601.156000', '215601.158000', '215601.161000', '215601.164000', '215601.166000', '215601.169000', '215601.171000', '215601.174000', '215601.177000', '215601.179000', '215601.182000', '215601.184000', '215621.074000', '215621.076000', '215621.079000', '215621.082000', '215621.084000', '215621.087000', '215621.090000', '215621.092000', '215621.095000', '215621.098000', '215621.100000', '215621.103000', '215621.105000', '215621.108000', '215621.111000', '215621.113000', '215621.116000', '215621.118000', '215621.121000', '215621.124000', '215621.126000', '215621.129000', '215621.131000', '215621.134000', '215621.137000', '215621.139000', '215621.142000', '215621.145000', '215621.147000', '215621.150000', '215621.152000', '215621.155000', '215621.158000', '215621.160000', '215621.163000', '215621.166000', '215621.168000', '215621.171000', '215621.173000', '215621.176000', '215621.179000', '215621.181000', '215621.184000', '215621.187000', '215641.074000', '215641.077000', '215641.079000', '215641.082000', '215641.085000', '215641.087000', '215641.090000', '215641.092000', '215641.105000', '215641.108000', '215641.110000', '215641.113000', '215641.116000', '215641.118000', '215641.121000', '215641.123000', '215641.126000', '215641.129000', '215641.131000', '215641.134000', '215641.136000', '215641.139000', '215641.142000', '215641.144000', '215641.147000', '215641.149000', '215641.152000', '215641.155000', '215641.157000', '215641.160000', '215641.163000', '215641.165000', '215641.168000', '215641.171000', '215641.173000', '215641.176000', '215641.178000', '215641.181000', '215641.184000', '215641.186000', '215641.189000', '215641.192000', '215641.194000', '215701.075000', '215701.078000', '215701.080000', '215701.083000', '215701.085000', '215701.088000', '215701.091000', '215701.093000', '215701.096000', '215701.099000', '215701.101000', '215701.104000', '215701.106000', '215701.109000', '215701.112000', '215701.114000', '215701.117000', '215701.120000', '215701.122000', '215701.125000', '215701.127000', '215701.130000', '215701.133000', '215701.135000', '215701.138000', '215701.140000', '215701.143000', '215701.146000', '215701.148000', '215701.151000', '215701.153000', '215701.156000', '215701.159000', '215701.161000', '215701.164000', '215701.166000', '215701.169000', '215701.172000', '215701.174000', '215701.177000', '215701.179000', '215701.182000', '215701.185000', '215701.187000', '215721.073000', '215721.076000', '215721.079000', '215721.082000', '215721.084000', '215721.087000', '215721.089000', '215721.092000', '215721.095000', '215721.097000', '215721.100000', '215721.103000', '215721.105000', '215721.108000', '215721.110000', '215721.113000', '215721.116000', '215721.118000', '215721.121000', '215721.124000', '215721.126000', '215721.129000', '215721.131000', '215721.134000', '215721.137000', '215721.139000', '215721.142000', '215721.144000', '215721.147000', '215721.150000', '215721.152000', '215721.155000', '215721.157000', '215721.160000', '215721.163000', '215721.165000', '215721.168000', '215721.170000', '215721.173000', '215721.176000', '215721.178000', '215721.181000', '215721.183000', '215741.074000', '215741.076000', '215741.079000', '215741.082000', '215741.084000', '215741.087000', '215741.090000', '215741.092000', '215741.095000', '215741.098000', '215741.100000', '215741.103000', '215741.106000', '215741.108000', '215741.111000', '215741.113000', '215741.116000', '215741.119000', '215741.121000', '215741.124000', '215741.126000', '215741.129000', '215741.132000', '215741.134000', '215741.137000', '215741.139000', '215741.142000', '215741.145000', '215741.147000', '215741.150000', '215741.152000', '215741.155000', '215741.158000', '215741.160000', '215741.163000', '215741.165000', '215741.168000', '215741.171000', '215741.173000', '215741.176000', '215741.179000', '215741.181000', '215741.184000', '215741.186000', '215801.074000', '215801.076000', '215801.079000', '215801.082000', '215801.085000', '215801.087000', '215801.090000', '215801.092000', '215801.095000', '215801.098000', '215801.100000', '215801.103000', '215801.105000', '215801.108000', '215801.111000', '215801.113000', '215801.116000', '215801.118000', '215801.121000', '215801.139000', '215801.141000', '215801.144000', '215801.147000', '215801.149000', '215801.152000', '215801.154000', '215801.157000', '215801.160000', '215801.162000', '215801.165000', '215801.167000', '215801.170000', '215801.173000', '215801.175000', '215801.178000', '215801.180000', '215801.183000', '215801.186000', '215801.188000', '215801.191000', '215801.194000', '215801.196000', '215801.199000', '215821.074000', '215821.078000', '215821.080000', '215821.083000', '215821.086000', '215821.088000', '215821.091000', '215821.094000', '215821.096000', '215821.099000', '215821.102000', '215821.104000', '215821.107000', '215821.109000', '215821.112000', '215821.115000', '215821.117000', '215821.120000', '215821.122000', '215821.125000', '215821.128000', '215821.131000', '215821.133000', '215821.136000', '215821.138000', '215821.141000', '215821.144000', '215821.146000', '215821.149000', '215821.151000', '215821.154000', '215821.157000', '215821.159000', '215821.162000', '215821.165000', '215821.167000', '215821.170000', '215821.181000', '215821.184000', '215821.187000', '215821.241000', '215821.244000', '215821.247000', '215841.073000', '215841.076000', '215841.079000', '215841.083000', '215841.086000', '215841.088000', '215841.091000', '215841.094000', '215841.096000', '215841.099000', '215841.101000', '215841.104000', '215841.107000', '215841.109000', '215841.112000', '215841.114000', '215841.117000', '215841.120000', '215841.122000', '215841.125000', '215841.127000', '215841.130000', '215841.133000', '215841.135000', '215841.138000', '215841.140000', '215841.143000', '215841.146000', '215841.148000', '215841.151000', '215841.154000', '215841.156000', '215841.159000', '215841.162000', '215841.164000', '215841.167000', '215841.169000', '215841.172000', '215841.175000', '215841.177000', '215841.180000', '215841.182000', '215841.185000', '215841.188000', '215901.074000', '215901.076000', '215901.079000', '215901.082000', '215901.084000', '215901.087000', '215901.090000', '215901.092000', '215901.095000', '215901.097000', '215901.100000', '215901.103000', '215901.105000', '215901.108000', '215901.110000', '215901.113000', '215901.116000', '215901.118000', '215901.121000', '215901.124000', '215901.126000', '215901.129000', '215901.132000', '215901.134000', '215901.137000', '215901.139000', '215901.142000', '215901.145000', '215901.147000', '215901.150000', '215901.152000', '215901.155000', '215901.158000', '215901.160000', '215901.163000', '215901.165000', '215901.168000', '215901.170000', '215901.173000', '215901.176000', '215901.178000', '215901.181000', '215901.184000', '215901.186000', '215921.075000', '215921.077000', '215921.080000', '215921.083000', '215921.086000', '215921.088000', '215921.091000', '215921.093000', '215921.096000', '215921.099000', '215921.101000', '215921.104000', '215921.107000', '215921.109000', '215921.112000', '215921.114000', '215921.117000', '215921.120000', '215921.122000', '215921.125000', '215921.128000', '215921.130000', '215921.133000', '215921.135000', '215921.138000', '215921.141000', '215921.143000', '215921.146000', '215921.148000', '215921.159000', '215921.162000', '215921.164000', '215921.167000', '215921.169000', '215921.172000', '215921.175000', '215921.177000', '215921.180000', '215921.182000', '215921.185000', '215921.188000', '215921.190000', '215921.193000', '215941.073000', '215941.076000', '215941.079000', '215941.082000', '215941.084000', '215941.087000', '215941.089000', '215941.092000', '215941.095000', '215941.097000', '215941.100000', '215941.102000', '215941.105000', '215941.108000', '215941.110000', '215941.113000', '215941.115000', '215941.118000', '215941.121000', '215941.123000', '215941.126000', '215941.128000', '215941.131000', '215941.134000', '215941.136000', '215941.139000', '215941.141000', '215941.144000', '215941.147000', '215941.149000', '215941.152000', '215941.154000', '215941.157000', '215941.160000', '215941.162000', '215941.165000', '215941.167000', '215941.170000', '215941.172000', '215941.175000', '215941.178000', '215941.180000', '215941.183000', '215941.186000', '220001.073000', '220001.076000', '220001.079000', '220001.082000', '220001.084000', '220001.087000', '220001.089000', '220001.092000', '220001.095000', '220001.097000', '220001.100000', '220001.102000', '220001.105000', '220001.108000', '220001.110000', '220001.113000', '220001.116000', '220001.118000', '220001.121000', '220001.123000', '220001.126000', '220001.129000', '220001.131000', '220001.134000', '220001.136000', '220001.139000', '220001.142000', '220001.144000', '220001.147000', '220001.150000', '220001.152000', '220001.155000', '220001.157000', '220001.160000', '220001.162000', '220001.165000', '220001.168000', '220001.170000', '220001.173000', '220001.176000', '220001.178000', '220001.181000', '220001.183000', '220021.074000', '220021.077000', '220021.080000', '220021.083000', '220021.085000', '220021.088000', '220021.091000', '220021.093000', '220021.096000', '220021.098000', '220021.101000', '220021.104000', '220021.106000', '220021.110000', '220021.113000', '220021.115000', '220021.118000', '220021.121000', '220021.123000', '220021.126000', '220021.128000', '220021.131000', '220021.134000', '220021.136000', '220021.139000', '220021.141000', '220021.144000', '220021.147000', '220021.149000', '220021.152000', '220021.154000', '220021.157000', '220021.160000', '220021.162000', '220021.165000', '220021.168000', '220021.170000', '220021.173000', '220021.175000', '220021.178000', '220021.181000', '220021.183000', '220021.186000', '220041.074000', '220041.076000', '220041.079000', '220041.082000', '220041.084000', '220041.087000', '220041.089000', '220041.092000', '220041.095000', '220041.097000', '220041.100000', '220041.103000', '220041.105000', '220041.108000', '220041.110000', '220041.113000', '220041.116000', '220041.118000', '220041.121000', '220041.123000', '220041.126000', '220041.128000', '220041.131000', '220041.134000', '220041.136000', '220041.139000', '220041.141000', '220041.170000', '220041.172000', '220041.175000', '220041.177000', '220041.180000', '220041.183000', '220041.185000', '220041.188000', '220041.191000', '220041.245000', '220041.248000', '220041.250000', '220041.253000', '220041.256000', '220041.258000', '220041.261000', '220041.264000', '220048.679000', '220048.682000', '220048.684000', '220048.696000', '220048.698000', '220048.701000', '220048.704000', '220048.706000', '220048.709000', '220048.712000', '220048.714000', '220048.717000', '220048.720000', '220048.723000', '220048.725000', '220048.728000', '220048.730000'], 'InstanceCreationTime': ['215241.131000', '215241.134000', '215241.137000', '215241.139000', '215241.142000', '215241.144000', '215241.147000', '215241.149000', '215241.152000', '215241.154000', '215241.157000', '215241.160000', '215241.162000', '215241.171000', '215241.174000', '215241.176000', '215241.179000', '215241.181000', '215241.184000', '215241.191000', '215241.193000', '215241.196000', '215241.199000', '215241.201000', '215241.204000', '215241.206000', '215241.209000', '215241.212000', '215241.214000', '215241.217000', '215241.219000', '215241.222000', '215241.224000', '215241.227000', '215241.230000', '215241.232000', '215241.235000', '215301.073000', '215301.076000', '215301.079000', '215301.082000', '215301.084000', '215301.087000', '215301.089000', '215301.092000', '215301.094000', '215301.097000', '215301.100000', '215301.102000', '215301.105000', '215301.107000', '215301.110000', '215301.113000', '215301.115000', '215301.118000', '215301.120000', '215301.123000', '215301.125000', '215301.128000', '215301.131000', '215301.133000', '215301.136000', '215301.138000', '215301.141000', '215301.143000', '215301.146000', '215301.148000', '215301.151000', '215301.154000', '215301.156000', '215301.159000', '215301.161000', '215301.164000', '215301.167000', '215301.169000', '215301.172000', '215301.174000', '215301.177000', '215301.179000', '215301.182000', '215301.185000', '215321.073000', '215321.076000', '215321.079000', '215321.082000', '215321.085000', '215321.087000', '215321.090000', '215321.092000', '215321.095000', '215321.097000', '215321.100000', '215321.103000', '215321.105000', '215321.108000', '215321.110000', '215321.113000', '215321.115000', '215321.118000', '215321.121000', '215321.123000', '215321.126000', '215321.128000', '215321.131000', '215321.133000', '215321.136000', '215321.139000', '215321.141000', '215321.144000', '215321.146000', '215321.149000', '215321.152000', '215321.168000', '215321.170000', '215321.173000', '215321.175000', '215321.178000', '215321.180000', '215321.183000', '215321.186000', '215321.195000', '215321.198000', '215321.200000', '215321.203000', '215341.074000', '215341.076000', '215341.079000', '215341.082000', '215341.084000', '215341.087000', '215341.089000', '215341.092000', '215341.095000', '215341.097000', '215341.100000', '215341.102000', '215341.105000', '215341.108000', '215341.110000', '215341.113000', '215341.115000', '215341.118000', '215341.120000', '215341.123000', '215341.126000', '215341.128000', '215341.131000', '215341.133000', '215341.136000', '215341.139000', '215341.141000', '215341.144000', '215341.146000', '215341.149000', '215341.152000', '215341.154000', '215341.157000', '215341.159000', '215341.162000', '215341.164000', '215341.167000', '215341.170000', '215341.172000', '215341.175000', '215341.177000', '215341.180000', '215341.183000', '215341.185000', '215401.074000', '215401.076000', '215401.079000', '215401.082000', '215401.085000', '215401.087000', '215401.090000', '215401.093000', '215401.096000', '215401.099000', '215401.102000', '215401.104000', '215401.107000', '215401.110000', '215401.112000', '215401.115000', '215401.117000', '215401.120000', '215401.123000', '215401.125000', '215401.128000', '215401.130000', '215401.133000', '215401.136000', '215401.138000', '215401.141000', '215401.143000', '215401.146000', '215401.149000', '215401.153000', '215401.156000', '215401.158000', '215401.161000', '215401.163000', '215401.166000', '215401.169000', '215401.171000', '215401.174000', '215401.176000', '215401.179000', '215401.182000', '215401.184000', '215401.187000', '215421.073000', '215421.076000', '215421.079000', '215421.082000', '215421.085000', '215421.088000', '215421.090000', '215421.093000', '215421.095000', '215421.098000', '215421.101000', '215421.104000', '215421.106000', '215421.109000', '215421.111000', '215421.114000', '215421.117000', '215421.119000', '215421.122000', '215421.124000', '215421.127000', '215421.130000', '215421.132000', '215421.135000', '215421.137000', '215421.140000', '215421.142000', '215421.145000', '215421.148000', '215421.150000', '215421.153000', '215421.156000', '215421.158000', '215421.161000', '215421.163000', '215421.166000', '215421.168000', '215421.171000', '215421.174000', '215421.176000', '215421.179000', '215421.181000', '215421.184000', '215421.187000', '215441.074000', '215441.077000', '215441.080000', '215441.082000', '215441.085000', '215441.088000', '215441.090000', '215441.093000', '215441.095000', '215441.098000', '215441.100000', '215441.103000', '215441.106000', '215441.108000', '215441.111000', '215441.113000', '215441.116000', '215441.119000', '215441.121000', '215441.124000', '215441.126000', '215441.129000', '215441.131000', '215441.134000', '215441.137000', '215441.139000', '215441.142000', '215441.145000', '215441.147000', '215441.150000', '215441.152000', '215441.155000', '215441.158000', '215441.160000', '215441.163000', '215441.165000', '215441.168000', '215441.170000', '215441.173000', '215441.175000', '215441.178000', '215441.181000', '215441.183000', '215501.073000', '215501.076000', '215501.079000', '215501.082000', '215501.084000', '215501.087000', '215501.089000', '215501.092000', '215501.095000', '215501.097000', '215501.100000', '215501.102000', '215501.105000', '215501.108000', '215501.110000', '215501.113000', '215501.116000', '215501.118000', '215501.121000', '215501.123000', '215501.126000', '215501.129000', '215501.131000', '215501.134000', '215501.136000', '215501.139000', '215501.142000', '215501.177000', '215501.179000', '215501.182000', '215501.184000', '215501.187000', '215501.190000', '215501.193000', '215501.195000', '215501.198000', '215501.200000', '215501.203000', '215501.206000', '215501.208000', '215501.211000', '215501.214000', '215501.216000', '215501.219000', '215521.073000', '215521.076000', '215521.079000', '215521.082000', '215521.084000', '215521.087000', '215521.089000', '215521.092000', '215521.095000', '215521.097000', '215521.100000', '215521.103000', '215521.105000', '215521.108000', '215521.111000', '215521.113000', '215521.116000', '215521.118000', '215521.121000', '215521.124000', '215521.126000', '215521.129000', '215521.131000', '215521.134000', '215521.137000', '215521.140000', '215521.143000', '215521.146000', '215521.149000', '215521.152000', '215521.154000', '215521.157000', '215521.159000', '215521.162000', '215521.165000', '215521.167000', '215521.170000', '215521.173000', '215521.175000', '215521.178000', '215521.181000', '215521.183000', '215521.186000', '215541.073000', '215541.076000', '215541.079000', '215541.081000', '215541.085000', '215541.087000', '215541.090000', '215541.092000', '215541.095000', '215541.098000', '215541.100000', '215541.103000', '215541.106000', '215541.108000', '215541.111000', '215541.113000', '215541.116000', '215541.119000', '215541.121000', '215541.124000', '215541.126000', '215541.129000', '215541.132000', '215541.134000', '215541.137000', '215541.140000', '215541.142000', '215541.145000', '215541.148000', '215541.150000', '215541.153000', '215541.155000', '215541.158000', '215541.161000', '215541.163000', '215541.166000', '215541.168000', '215541.171000', '215541.174000', '215541.176000', '215541.179000', '215541.181000', '215541.184000', '215541.187000', '215601.074000', '215601.077000', '215601.080000', '215601.082000', '215601.085000', '215601.087000', '215601.090000', '215601.093000', '215601.095000', '215601.098000', '215601.101000', '215601.103000', '215601.106000', '215601.108000', '215601.111000', '215601.114000', '215601.116000', '215601.119000', '215601.121000', '215601.124000', '215601.127000', '215601.129000', '215601.132000', '215601.135000', '215601.137000', '215601.140000', '215601.143000', '215601.145000', '215601.148000', '215601.151000', '215601.153000', '215601.156000', '215601.158000', '215601.161000', '215601.164000', '215601.166000', '215601.169000', '215601.171000', '215601.174000', '215601.177000', '215601.179000', '215601.182000', '215601.184000', '215621.074000', '215621.076000', '215621.079000', '215621.082000', '215621.084000', '215621.087000', '215621.090000', '215621.092000', '215621.095000', '215621.098000', '215621.100000', '215621.103000', '215621.105000', '215621.108000', '215621.111000', '215621.113000', '215621.116000', '215621.118000', '215621.121000', '215621.124000', '215621.126000', '215621.129000', '215621.131000', '215621.134000', '215621.137000', '215621.139000', '215621.142000', '215621.145000', '215621.147000', '215621.150000', '215621.152000', '215621.155000', '215621.158000', '215621.160000', '215621.163000', '215621.166000', '215621.168000', '215621.171000', '215621.173000', '215621.176000', '215621.179000', '215621.181000', '215621.184000', '215621.187000', '215641.074000', '215641.077000', '215641.079000', '215641.082000', '215641.085000', '215641.087000', '215641.090000', '215641.092000', '215641.105000', '215641.108000', '215641.110000', '215641.113000', '215641.116000', '215641.118000', '215641.121000', '215641.123000', '215641.126000', '215641.129000', '215641.131000', '215641.134000', '215641.136000', '215641.139000', '215641.142000', '215641.144000', '215641.147000', '215641.149000', '215641.152000', '215641.155000', '215641.157000', '215641.160000', '215641.163000', '215641.165000', '215641.168000', '215641.171000', '215641.173000', '215641.176000', '215641.178000', '215641.181000', '215641.184000', '215641.186000', '215641.189000', '215641.192000', '215641.194000', '215701.075000', '215701.078000', '215701.080000', '215701.083000', '215701.085000', '215701.088000', '215701.091000', '215701.093000', '215701.096000', '215701.099000', '215701.101000', '215701.104000', '215701.106000', '215701.109000', '215701.112000', '215701.114000', '215701.117000', '215701.120000', '215701.122000', '215701.125000', '215701.127000', '215701.130000', '215701.133000', '215701.135000', '215701.138000', '215701.140000', '215701.143000', '215701.146000', '215701.148000', '215701.151000', '215701.153000', '215701.156000', '215701.159000', '215701.161000', '215701.164000', '215701.166000', '215701.169000', '215701.172000', '215701.174000', '215701.177000', '215701.179000', '215701.182000', '215701.185000', '215701.187000', '215721.073000', '215721.076000', '215721.079000', '215721.082000', '215721.084000', '215721.087000', '215721.089000', '215721.092000', '215721.095000', '215721.097000', '215721.100000', '215721.103000', '215721.105000', '215721.108000', '215721.110000', '215721.113000', '215721.116000', '215721.118000', '215721.121000', '215721.124000', '215721.126000', '215721.129000', '215721.131000', '215721.134000', '215721.137000', '215721.139000', '215721.142000', '215721.144000', '215721.147000', '215721.150000', '215721.152000', '215721.155000', '215721.157000', '215721.160000', '215721.163000', '215721.165000', '215721.168000', '215721.170000', '215721.173000', '215721.176000', '215721.178000', '215721.181000', '215721.183000', '215741.074000', '215741.076000', '215741.079000', '215741.082000', '215741.084000', '215741.087000', '215741.090000', '215741.092000', '215741.095000', '215741.098000', '215741.100000', '215741.103000', '215741.106000', '215741.108000', '215741.111000', '215741.113000', '215741.116000', '215741.119000', '215741.121000', '215741.124000', '215741.126000', '215741.129000', '215741.132000', '215741.134000', '215741.137000', '215741.139000', '215741.142000', '215741.145000', '215741.147000', '215741.150000', '215741.152000', '215741.155000', '215741.158000', '215741.160000', '215741.163000', '215741.165000', '215741.168000', '215741.171000', '215741.173000', '215741.176000', '215741.179000', '215741.181000', '215741.184000', '215741.186000', '215801.074000', '215801.076000', '215801.079000', '215801.082000', '215801.085000', '215801.087000', '215801.090000', '215801.092000', '215801.095000', '215801.098000', '215801.100000', '215801.103000', '215801.105000', '215801.108000', '215801.111000', '215801.113000', '215801.116000', '215801.118000', '215801.121000', '215801.139000', '215801.141000', '215801.144000', '215801.147000', '215801.149000', '215801.152000', '215801.154000', '215801.157000', '215801.160000', '215801.162000', '215801.165000', '215801.167000', '215801.170000', '215801.173000', '215801.175000', '215801.178000', '215801.180000', '215801.183000', '215801.186000', '215801.188000', '215801.191000', '215801.194000', '215801.196000', '215801.199000', '215821.074000', '215821.078000', '215821.080000', '215821.083000', '215821.086000', '215821.088000', '215821.091000', '215821.094000', '215821.096000', '215821.099000', '215821.102000', '215821.104000', '215821.107000', '215821.109000', '215821.112000', '215821.115000', '215821.117000', '215821.120000', '215821.122000', '215821.125000', '215821.128000', '215821.131000', '215821.133000', '215821.136000', '215821.138000', '215821.141000', '215821.144000', '215821.146000', '215821.149000', '215821.151000', '215821.154000', '215821.157000', '215821.159000', '215821.162000', '215821.165000', '215821.167000', '215821.170000', '215821.181000', '215821.184000', '215821.187000', '215821.241000', '215821.244000', '215821.247000', '215841.073000', '215841.076000', '215841.079000', '215841.083000', '215841.086000', '215841.088000', '215841.091000', '215841.094000', '215841.096000', '215841.099000', '215841.101000', '215841.104000', '215841.107000', '215841.109000', '215841.112000', '215841.114000', '215841.117000', '215841.120000', '215841.122000', '215841.125000', '215841.127000', '215841.130000', '215841.133000', '215841.135000', '215841.138000', '215841.140000', '215841.143000', '215841.146000', '215841.148000', '215841.151000', '215841.154000', '215841.156000', '215841.159000', '215841.162000', '215841.164000', '215841.167000', '215841.169000', '215841.172000', '215841.175000', '215841.177000', '215841.180000', '215841.182000', '215841.185000', '215841.188000', '215901.074000', '215901.076000', '215901.079000', '215901.082000', '215901.084000', '215901.087000', '215901.090000', '215901.092000', '215901.095000', '215901.097000', '215901.100000', '215901.103000', '215901.105000', '215901.108000', '215901.110000', '215901.113000', '215901.116000', '215901.118000', '215901.121000', '215901.124000', '215901.126000', '215901.129000', '215901.132000', '215901.134000', '215901.137000', '215901.139000', '215901.142000', '215901.145000', '215901.147000', '215901.150000', '215901.152000', '215901.155000', '215901.158000', '215901.160000', '215901.163000', '215901.165000', '215901.168000', '215901.170000', '215901.173000', '215901.176000', '215901.178000', '215901.181000', '215901.184000', '215901.186000', '215921.075000', '215921.077000', '215921.080000', '215921.083000', '215921.086000', '215921.088000', '215921.091000', '215921.093000', '215921.096000', '215921.099000', '215921.101000', '215921.104000', '215921.107000', '215921.109000', '215921.112000', '215921.114000', '215921.117000', '215921.120000', '215921.122000', '215921.125000', '215921.128000', '215921.130000', '215921.133000', '215921.135000', '215921.138000', '215921.141000', '215921.143000', '215921.146000', '215921.148000', '215921.159000', '215921.162000', '215921.164000', '215921.167000', '215921.169000', '215921.172000', '215921.175000', '215921.177000', '215921.180000', '215921.182000', '215921.185000', '215921.188000', '215921.190000', '215921.193000', '215941.073000', '215941.076000', '215941.079000', '215941.082000', '215941.084000', '215941.087000', '215941.089000', '215941.092000', '215941.095000', '215941.097000', '215941.100000', '215941.102000', '215941.105000', '215941.108000', '215941.110000', '215941.113000', '215941.115000', '215941.118000', '215941.121000', '215941.123000', '215941.126000', '215941.128000', '215941.131000', '215941.134000', '215941.136000', '215941.139000', '215941.141000', '215941.144000', '215941.147000', '215941.149000', '215941.152000', '215941.154000', '215941.157000', '215941.160000', '215941.162000', '215941.165000', '215941.167000', '215941.170000', '215941.172000', '215941.175000', '215941.178000', '215941.180000', '215941.183000', '215941.186000', '220001.073000', '220001.076000', '220001.079000', '220001.082000', '220001.084000', '220001.087000', '220001.089000', '220001.092000', '220001.095000', '220001.097000', '220001.100000', '220001.102000', '220001.105000', '220001.108000', '220001.110000', '220001.113000', '220001.116000', '220001.118000', '220001.121000', '220001.123000', '220001.126000', '220001.129000', '220001.131000', '220001.134000', '220001.136000', '220001.139000', '220001.142000', '220001.144000', '220001.147000', '220001.150000', '220001.152000', '220001.155000', '220001.157000', '220001.160000', '220001.162000', '220001.165000', '220001.168000', '220001.170000', '220001.173000', '220001.176000', '220001.178000', '220001.181000', '220001.183000', '220021.074000', '220021.077000', '220021.080000', '220021.083000', '220021.085000', '220021.088000', '220021.091000', '220021.093000', '220021.096000', '220021.098000', '220021.101000', '220021.104000', '220021.106000', '220021.110000', '220021.113000', '220021.115000', '220021.118000', '220021.121000', '220021.123000', '220021.126000', '220021.128000', '220021.131000', '220021.134000', '220021.136000', '220021.139000', '220021.141000', '220021.144000', '220021.147000', '220021.149000', '220021.152000', '220021.154000', '220021.157000', '220021.160000', '220021.162000', '220021.165000', '220021.168000', '220021.170000', '220021.173000', '220021.175000', '220021.178000', '220021.181000', '220021.183000', '220021.186000', '220041.074000', '220041.076000', '220041.079000', '220041.082000', '220041.084000', '220041.087000', '220041.089000', '220041.092000', '220041.095000', '220041.097000', '220041.100000', '220041.103000', '220041.105000', '220041.108000', '220041.110000', '220041.113000', '220041.116000', '220041.118000', '220041.121000', '220041.123000', '220041.126000', '220041.128000', '220041.131000', '220041.134000', '220041.136000', '220041.139000', '220041.141000', '220041.170000', '220041.172000', '220041.175000', '220041.177000', '220041.180000', '220041.183000', '220041.185000', '220041.188000', '220041.191000', '220041.245000', '220041.248000', '220041.250000', '220041.253000', '220041.256000', '220041.258000', '220041.261000', '220041.264000', '220048.679000', '220048.682000', '220048.684000', '220048.696000', '220048.698000', '220048.701000', '220048.704000', '220048.706000', '220048.709000', '220048.712000', '220048.714000', '220048.717000', '220048.720000', '220048.723000', '220048.725000', '220048.728000', '220048.730000'], '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': [8434, 10986, 13010, 9769, 12713, 8865, 11083, 7094, 6427, 9750, 6752, 9384, 9197, 9038, 11744, 8326, 10503, 7131, 10058, 8771, 10818, 7747, 11541, 8122, 12747, 9514, 13065, 10127, 12895, 9581, 12861, 8580, 12589, 8687, 11644, 7982, 10971, 7816, 10779, 8109, 10511, 7809, 9864, 7881, 9505, 8070, 9681, 6886, 8921, 6625, 8834, 7820, 8804, 12203, 8272, 10300, 8229, 9923, 7933, 9774, 7545, 9666, 7206, 9143, 8316, 9363, 11682, 9193, 12025, 8605, 10542, 8373, 11080, 8028, 10990, 8049, 10498, 7625, 10829, 8781, 10525, 6848, 9550, 7095, 9227, 12256, 8787, 11602, 8846, 10862, 7317, 10566, 8133, 10617, 8787, 12593, 9809, 8276, 11014, 7554, 11502, 9735, 10991, 13188, 9442, 13025, 8449, 11314, 8080, 10811, 7260, 10623, 7428, 9845, 6179, 9059, 6936, 8920, 9463, 9074, 11925, 8271, 10785, 8068, 10449, 7491, 10423, 7095, 10359, 7460, 9733, 11965, 9147, 11998, 8742, 10962, 8313, 10581, 7509, 10436, 6868, 9550, 10633, 9528, 11064, 9260, 11972, 8204, 10665, 7766, 10068, 7100, 10406, 6846, 10591, 7405, 10590, 6473, 10305, 7346, 10599, 9917, 10807, 10500, 10833, 12004, 10282, 14002, 9190, 12073, 9184, 11521, 8457, 11574, 8199, 11354, 8050, 11322, 9834, 10861, 14058, 8670, 11179, 8050, 10585, 7807, 10586, 7821, 10276, 7802, 10293, 7701, 10527, 7103, 10217, 8172, 9876, 11318, 9198, 13001, 8647, 11220, 8510, 11344, 8418, 11027, 7980, 11395, 8544, 12346, 8354, 6907, 10778, 8107, 11803, 8532, 11480, 7952, 11068, 10074, 9965, 15180, 9320, 14201, 8813, 12356, 7961, 11233, 7941, 10492, 8145, 10740, 7927, 10561, 7662, 10633, 7665, 10881, 8091, 10484, 9857, 9790, 14304, 8574, 11853, 8445, 11153, 8006, 10496, 6631, 9831, 6044, 9332, 8229, 9031, 13103, 8887, 12249, 8077, 10786, 8293, 10700, 7115, 10633, 7132, 10194, 7018, 9794, 10363, 9091, 11984, 9560, 10834, 9884, 11240, 9584, 14228, 8809, 12241, 9310, 11569, 8352, 11015, 7805, 10941, 7984, 10472, 10224, 10241, 6805, 10417, 6636, 10472, 8316, 10063, 14291, 9217, 11502, 8575, 10874, 8013, 10711, 7954, 10455, 7506, 10370, 6970, 9972, 6362, 9522, 8891, 9129, 13589, 8708, 11598, 8869, 11065, 7928, 10680, 7216, 10285, 8046, 10393, 7065, 10076, 6941, 10299, 7895, 11238, 8086, 11637, 8160, 11205, 7501, 10815, 8678, 10312, 8223, 10507, 8803, 10082, 12440, 9531, 14055, 8839, 11723, 8686, 10965, 7822, 10806, 7741, 10471, 6732, 9857, 6388, 9315, 7517, 8814, 12392, 8603, 12645, 7965, 10809, 8036, 10146, 6973, 10241, 7149, 10143, 7165, 10601, 7238, 10537, 6860, 10000, 11270, 9051, 13062, 9248, 11563, 8986, 11367, 8024, 11361, 8366, 11304, 8496, 12646, 8812, 12215, 10299, 8227, 11180, 13220, 9880, 12838, 9061, 11309, 8928, 10497, 7234, 9828, 8297, 8950, 12843, 8155, 11109, 8257, 10423, 7696, 10053, 8207, 10051, 7343, 9604, 7667, 9850, 7093, 8913, 14052, 9030, 11460, 8683, 10496, 7799, 10384, 6773, 10304, 7633, 9654, 10968, 9071, 13432, 8668, 11294, 8768, 10926, 8639, 10633, 7619, 10215, 7958, 10417, 8076, 10462, 7668, 10812, 7528, 10784, 7476, 10707, 8263, 10677, 10659, 9938, 12679, 9013, 12645, 8630, 11127, 8407, 10856, 7562, 10443, 6671, 9837, 7999, 9274, 12951, 8224, 13116, 8543, 10783, 8050, 10360, 7683, 10222, 7510, 10456, 7310, 10409, 7674, 9803, 10146, 9268, 13366, 9120, 13085, 8460, 13300, 8526, 11440, 8462, 11371, 8690, 11349, 8373, 11043, 8485, 11224, 8203, 12335, 9357, 12060, 8323, 11312, 8271, 10706, 7673, 10890, 7706, 10367, 7517, 9852, 12274, 8605, 13972, 8636, 11304, 8025, 10471, 7619, 9963, 7053, 9924, 8705, 9561, 9109, 8979, 12004, 8176, 11149, 8415, 10425, 8290, 10035, 7298, 9890, 7270, 9961, 13403, 8426, 12381, 9113, 10854, 8156, 10447, 8192, 10408, 8052, 10472, 10980, 9530, 13139, 8507, 11130, 8347, 10598, 8222, 10362, 7005, 9612, 10119, 8690, 12446, 8303, 10861, 8643, 10262, 7692, 9903, 6820, 9473, 8099, 9164, 13307, 9012, 12175, 8291, 11273, 8531, 9751, 8061, 10573, 8846, 9573, 10060, 7452, 10855, 8129, 10996, 7598, 10853, 10848, 10236, 13226, 9666, 13185, 8707, 11210, 8625, 11120, 8394, 10533, 7899, 10465, 7672, 9878, 6484, 9854, 7627, 10433, 6840, 9811, 7532, 9897, 12744, 8950, 13822, 8864, 12508, 8385, 10833, 8127, 10731, 7958, 10938, 8681, 11520, 7896, 7560, 8644, 7327, 9313, 11934, 8560, 9982, 9010, 8949, 12092, 8599, 11012, 7296, 11051, 13705, 9941, 12912, 8628, 11493, 8959, 11329, 9056, 11858, 10166, 9041, 12275, 8886, 12188, 9183, 11153, 8246, 11223, 8243, 11654, 8264, 11411, 7979, 11079, 7837, 10929, 8558, 10333, 8573, 10160, 8048, 9973, 7899, 10046, 7931, 10018, 7778, 10889, 8169, 11381, 8413, 9577, 8586, 10348, 9016, 11204, 8760, 12339, 8283, 10861, 8428, 10770, 8137, 10296, 7362, 9770, 7403, 9746, 6467, 9416, 10119, 8986, 13328, 8452, 10837, 8039, 10194, 7213, 9870, 6795, 10195, 6781, 9902, 10252, 9373, 12862, 9065, 10965, 8732, 11054, 7488, 9794, 12035, 8936, 12534, 9162, 11084, 8394, 10309, 6841, 10006, 7801, 9150, 13412, 8743, 11132, 8063, 10154, 7925, 10045, 6672, 9938, 8220, 10742, 8495, 11515, 8857, 11919, 9718, 9098, 10426, 13422, 9401, 12170, 8956, 11954, 7878, 10890, 7705, 10867, 12595, 9473, 13702, 9197, 11721, 8391, 10634, 7718, 10147, 7648, 10131, 7762, 10509, 7815, 10575, 6902, 10190, 11436, 9049, 12481, 9121, 11495, 8134, 10775, 6937, 10164, 8475, 10318, 10496, 9591, 13819, 8518, 11108, 8557, 10526, 7944, 10669, 7611, 10458, 6877, 10256, 10067, 9964, 11678, 9574, 13238, 8804, 12184, 8977, 11643, 8694, 11304, 8031, 10634, 6936, 10187, 8694, 9749, 12997, 9000, 12800, 8786, 11037, 7949, 10357, 8743, 9617, 13746, 8718, 12433, 8655, 10518, 7823, 10238, 7705, 10368, 7690, 9882, 6513, 9621, 10194, 9009, 13972, 8994, 11719, 8847, 11041, 7988, 10925, 7561, 10544, 8837, 10307, 9640, 9690, 13343, 8519, 12729, 9079, 12096, 8455, 10677, 7880, 10073, 7602, 9736, 7266, 10112, 6903, 9889, 6917, 9179, 9650, 9159, 11905, 9279, 10789, 8992, 10487, 9247, 11544, 9689, 8606, 10293, 8293, 10200, 9797, 9956, 9453, 10459, 8528, 10317, 7101, 10605, 9408, 10130, 15000, 9404, 13886, 8882, 12455, 8339, 11176, 8616, 10779, 8077, 10577, 7833, 10208, 6598, 9005, 7603, 9297, 11499, 8662, 11130, 8460, 13153, 8279, 12125, 8795, 11481, 8967, 10819, 8165, 10494, 7404, 10075, 7640, 10300, 7584, 11386, 8360, 12313, 8058, 10165, 9445, 13810, 9069, 12551, 9506, 11352, 8410, 11012, 7793, 10545, 7401, 10376, 6893, 9721, 6459, 9154, 7312, 8928, 9308, 9447, 10137, 9577, 13383, 8678, 11736, 9151, 11744, 8449, 11087, 7360, 10448, 9405, 9381, 14097, 9171, 14230, 8975, 11607, 8164, 10770, 8074, 10267, 7287, 10318, 7399, 9860, 12262, 8611, 12458, 9408, 11948, 8579, 10896, 7031, 10034, 7821, 9414, 13523, 8829, 12965, 8678, 10231, 8209, 10061, 8392, 11688, 8399, 12364, 8896, 11514, 8504, 11103, 7973, 11342, 8295, 10721, 10323, 10140, 11368, 9317, 14040, 8347, 12132, 8748, 11826, 8769, 10809, 8124, 10186, 7845, 10719, 8125, 11021, 7768, 10262, 6862, 9801, 9312, 8682, 13467, 9054, 11783, 8185, 12298, 8278, 11139, 8252, 10669, 8297, 11218, 8146, 11082, 8177, 11287, 8204, 11910, 8952, 11801, 8512, 10947, 7591, 10703, 8983, 10244, 8115, 10328, 7247, 10336, 9375, 10058, 8945, 10282, 7140, 10196, 6947, 9757, 13929, 8690, 11595, 8925, 10860, 7689, 10100, 7597, 10122, 6828, 9977, 6987, 10078, 6688, 9064, 10409, 8466, 13168, 8996, 13579, 9018, 11856], 'WindowCenter': [3852.0, 3858.0, 3865.0, 3843.0, 3864.0, 3830.0, 3836.0, 3785.0, 3772.0, 3828.0, 3797.0, 3830.0, 3828.0, 3832.0, 3851.0, 3819.0, 3841.0, 3810.0, 3831.0, 3819.0, 3840.0, 3808.0, 3838.0, 3806.0, 3838.0, 3816.0, 3824.0, 3812.0, 3824.0, 3790.0, 3811.0, 3777.0, 3807.0, 3773.0, 3794.0, 3761.0, 3782.0, 3751.0, 3783.0, 3762.0, 3783.0, 3761.0, 3799.0, 3778.0, 3800.0, 3778.0, 3799.0, 3769.0, 3787.0, 3769.0, 3800.0, 3780.0, 3805.0, 3836.0, 3805.0, 3826.0, 3804.0, 3826.0, 3807.0, 3828.0, 3806.0, 3829.0, 3797.0, 3831.0, 3819.0, 3832.0, 3852.0, 3832.0, 3852.0, 3821.0, 3842.0, 3821.0, 3843.0, 3809.0, 3840.0, 3808.0, 3841.0, 3809.0, 3842.0, 3821.0, 3844.0, 3799.0, 3832.0, 3800.0, 3831.0, 3851.0, 3821.0, 3854.0, 3845.0, 3858.0, 3824.0, 3844.0, 3823.0, 3843.0, 3833.0, 3864.0, 3844.0, 3835.0, 3855.0, 3821.0, 3853.0, 3833.0, 3843.0, 3852.0, 3831.0, 3851.0, 3807.0, 3829.0, 3805.0, 3830.0, 3797.0, 3830.0, 3796.0, 3830.0, 3788.0, 3830.0, 3798.0, 3829.0, 3840.0, 3833.0, 3852.0, 3820.0, 3843.0, 3820.0, 3842.0, 3812.0, 3844.0, 3812.0, 3844.0, 3812.0, 3844.0, 3853.0, 3831.0, 3852.0, 3834.0, 3855.0, 3835.0, 3845.0, 3811.0, 3844.0, 3801.0, 3844.0, 3854.0, 3844.0, 3854.0, 3844.0, 3865.0, 3835.0, 3856.0, 3824.0, 3843.0, 3812.0, 3857.0, 3813.0, 3857.0, 3826.0, 3856.0, 3804.0, 3859.0, 3826.0, 3859.0, 3844.0, 3858.0, 3857.0, 3855.0, 3864.0, 3845.0, 3863.0, 3832.0, 3851.0, 3818.0, 3839.0, 3807.0, 3840.0, 3807.0, 3839.0, 3805.0, 3838.0, 3828.0, 3827.0, 3847.0, 3805.0, 3826.0, 3805.0, 3828.0, 3808.0, 3839.0, 3809.0, 3841.0, 3810.0, 3842.0, 3810.0, 3840.0, 3799.0, 3843.0, 3820.0, 3841.0, 3851.0, 3831.0, 3850.0, 3820.0, 3841.0, 3831.0, 3853.0, 3821.0, 3852.0, 3833.0, 3866.0, 3833.0, 3866.0, 3834.0, 3823.0, 3867.0, 3836.0, 3869.0, 3835.0, 3855.0, 3822.0, 3843.0, 3831.0, 3832.0, 3863.0, 3832.0, 3863.0, 3821.0, 3851.0, 3806.0, 3839.0, 3808.0, 3839.0, 3821.0, 3841.0, 3820.0, 3842.0, 3811.0, 3842.0, 3811.0, 3842.0, 3810.0, 3842.0, 3830.0, 3831.0, 3861.0, 3819.0, 3840.0, 3819.0, 3841.0, 3809.0, 3840.0, 3800.0, 3830.0, 3788.0, 3831.0, 3820.0, 3834.0, 3864.0, 3833.0, 3865.0, 3821.0, 3853.0, 3835.0, 3855.0, 3814.0, 3855.0, 3815.0, 3856.0, 3815.0, 3845.0, 3844.0, 3834.0, 3865.0, 3846.0, 3855.0, 3846.0, 3855.0, 3845.0, 3864.0, 3832.0, 3853.0, 3830.0, 3842.0, 3819.0, 3841.0, 3808.0, 3838.0, 3805.0, 3841.0, 3840.0, 3840.0, 3799.0, 3841.0, 3798.0, 3842.0, 3820.0, 3843.0, 3861.0, 3830.0, 3852.0, 3820.0, 3840.0, 3808.0, 3828.0, 3808.0, 3841.0, 3798.0, 3828.0, 3797.0, 3830.0, 3786.0, 3830.0, 3818.0, 3830.0, 3860.0, 3822.0, 3853.0, 3831.0, 3841.0, 3820.0, 3840.0, 3796.0, 3830.0, 3809.0, 3841.0, 3798.0, 3830.0, 3800.0, 3840.0, 3820.0, 3856.0, 3822.0, 3853.0, 3821.0, 3843.0, 3798.0, 3839.0, 3818.0, 3830.0, 3819.0, 3840.0, 3817.0, 3829.0, 3848.0, 3818.0, 3849.0, 3816.0, 3837.0, 3817.0, 3838.0, 3797.0, 3828.0, 3795.0, 3828.0, 3798.0, 3827.0, 3787.0, 3831.0, 3808.0, 3830.0, 3851.0, 3821.0, 3864.0, 3819.0, 3841.0, 3819.0, 3841.0, 3811.0, 3844.0, 3814.0, 3844.0, 3812.0, 3854.0, 3824.0, 3857.0, 3813.0, 3845.0, 3852.0, 3834.0, 3865.0, 3846.0, 3865.0, 3836.0, 3868.0, 3824.0, 3853.0, 3822.0, 3842.0, 3832.0, 3865.0, 3832.0, 3852.0, 3831.0, 3817.0, 3838.0, 3838.0, 3815.0, 3837.0, 3804.0, 3825.0, 3803.0, 3814.0, 3782.0, 3813.0, 3792.0, 3804.0, 3833.0, 3794.0, 3825.0, 3805.0, 3827.0, 3807.0, 3828.0, 3806.0, 3830.0, 3809.0, 3830.0, 3808.0, 3829.0, 3800.0, 3832.0, 3863.0, 3832.0, 3851.0, 3832.0, 3854.0, 3821.0, 3840.0, 3800.0, 3842.0, 3808.0, 3841.0, 3851.0, 3832.0, 3861.0, 3832.0, 3852.0, 3832.0, 3853.0, 3831.0, 3852.0, 3823.0, 3842.0, 3824.0, 3855.0, 3835.0, 3854.0, 3825.0, 3856.0, 3823.0, 3856.0, 3825.0, 3855.0, 3821.0, 3845.0, 3841.0, 3842.0, 3853.0, 3830.0, 3852.0, 3818.0, 3840.0, 3819.0, 3840.0, 3808.0, 3840.0, 3797.0, 3828.0, 3807.0, 3830.0, 3850.0, 3820.0, 3863.0, 3830.0, 3851.0, 3821.0, 3842.0, 3822.0, 3841.0, 3811.0, 3843.0, 3809.0, 3841.0, 3808.0, 3829.0, 3842.0, 3832.0, 3863.0, 3832.0, 3863.0, 3822.0, 3862.0, 3832.0, 3851.0, 3819.0, 3852.0, 3821.0, 3843.0, 3819.0, 3853.0, 3821.0, 3839.0, 3821.0, 3851.0, 3832.0, 3852.0, 3818.0, 3841.0, 3819.0, 3828.0, 3805.0, 3840.0, 3807.0, 3829.0, 3795.0, 3828.0, 3848.0, 3820.0, 3858.0, 3817.0, 3838.0, 3808.0, 3841.0, 3807.0, 3829.0, 3798.0, 3829.0, 3817.0, 3829.0, 3828.0, 3829.0, 3852.0, 3817.0, 3838.0, 3821.0, 3842.0, 3822.0, 3843.0, 3809.0, 3843.0, 3813.0, 3841.0, 3863.0, 3822.0, 3851.0, 3831.0, 3840.0, 3819.0, 3841.0, 3817.0, 3840.0, 3806.0, 3839.0, 3840.0, 3829.0, 3848.0, 3818.0, 3837.0, 3816.0, 3840.0, 3818.0, 3829.0, 3797.0, 3828.0, 3837.0, 3816.0, 3848.0, 3818.0, 3838.0, 3830.0, 3839.0, 3821.0, 3843.0, 3798.0, 3841.0, 3820.0, 3844.0, 3862.0, 3831.0, 3854.0, 3835.0, 3868.0, 3832.0, 3843.0, 3835.0, 3855.0, 3845.0, 3844.0, 3845.0, 3824.0, 3867.0, 3836.0, 3856.0, 3823.0, 3856.0, 3853.0, 3846.0, 3853.0, 3832.0, 3861.0, 3820.0, 3840.0, 3816.0, 3839.0, 3817.0, 3826.0, 3806.0, 3837.0, 3807.0, 3829.0, 3788.0, 3831.0, 3809.0, 3842.0, 3799.0, 3840.0, 3807.0, 3829.0, 3849.0, 3829.0, 3861.0, 3831.0, 3850.0, 3819.0, 3840.0, 3809.0, 3841.0, 3808.0, 3840.0, 3819.0, 3840.0, 3806.0, 3808.0, 3818.0, 3809.0, 3817.0, 3827.0, 3804.0, 3815.0, 3804.0, 3818.0, 3839.0, 3819.0, 3841.0, 3796.0, 3836.0, 3835.0, 3830.0, 3838.0, 3804.0, 3811.0, 3789.0, 3808.0, 3789.0, 3808.0, 3798.0, 3787.0, 3807.0, 3774.0, 3807.0, 3774.0, 3795.0, 3772.0, 3797.0, 3775.0, 3806.0, 3776.0, 3807.0, 3776.0, 3809.0, 3767.0, 3797.0, 3788.0, 3799.0, 3788.0, 3801.0, 3779.0, 3799.0, 3791.0, 3811.0, 3794.0, 3813.0, 3795.0, 3824.0, 3805.0, 3836.0, 3806.0, 3827.0, 3819.0, 3830.0, 3820.0, 3840.0, 3820.0, 3851.0, 3818.0, 3841.0, 3822.0, 3839.0, 3810.0, 3830.0, 3809.0, 3831.0, 3809.0, 3830.0, 3788.0, 3834.0, 3841.0, 3834.0, 3863.0, 3821.0, 3843.0, 3821.0, 3843.0, 3810.0, 3842.0, 3802.0, 3857.0, 3814.0, 3855.0, 3856.0, 3846.0, 3864.0, 3833.0, 3854.0, 3834.0, 3855.0, 3810.0, 3843.0, 3852.0, 3832.0, 3854.0, 3832.0, 3852.0, 3822.0, 3841.0, 3799.0, 3843.0, 3820.0, 3842.0, 3863.0, 3835.0, 3856.0, 3834.0, 3855.0, 3837.0, 3856.0, 3828.0, 3861.0, 3847.0, 3869.0, 3850.0, 3869.0, 3850.0, 3881.0, 3859.0, 3850.0, 3860.0, 3865.0, 3845.0, 3855.0, 3837.0, 3856.0, 3822.0, 3854.0, 3812.0, 3841.0, 3850.0, 3831.0, 3863.0, 3829.0, 3852.0, 3821.0, 3840.0, 3809.0, 3841.0, 3823.0, 3844.0, 3822.0, 3854.0, 3824.0, 3856.0, 3814.0, 3854.0, 3866.0, 3845.0, 3866.0, 3833.0, 3853.0, 3820.0, 3841.0, 3798.0, 3841.0, 3818.0, 3842.0, 3840.0, 3830.0, 3863.0, 3819.0, 3850.0, 3831.0, 3856.0, 3823.0, 3841.0, 3821.0, 3844.0, 3799.0, 3842.0, 3841.0, 3844.0, 3852.0, 3831.0, 3864.0, 3833.0, 3854.0, 3829.0, 3840.0, 3821.0, 3842.0, 3809.0, 3839.0, 3797.0, 3838.0, 3818.0, 3828.0, 3850.0, 3830.0, 3851.0, 3819.0, 3838.0, 3806.0, 3828.0, 3817.0, 3828.0, 3851.0, 3815.0, 3848.0, 3816.0, 3840.0, 3807.0, 3838.0, 3807.0, 3840.0, 3808.0, 3839.0, 3802.0, 3842.0, 3842.0, 3833.0, 3863.0, 3831.0, 3852.0, 3833.0, 3853.0, 3821.0, 3841.0, 3807.0, 3840.0, 3817.0, 3828.0, 3828.0, 3827.0, 3849.0, 3815.0, 3847.0, 3817.0, 3848.0, 3817.0, 3839.0, 3820.0, 3839.0, 3820.0, 3841.0, 3822.0, 3854.0, 3810.0, 3846.0, 3811.0, 3845.0, 3843.0, 3844.0, 3863.0, 3843.0, 3853.0, 3834.0, 3853.0, 3843.0, 3853.0, 3843.0, 3832.0, 3843.0, 3831.0, 3844.0, 3841.0, 3841.0, 3832.0, 3842.0, 3832.0, 3841.0, 3809.0, 3840.0, 3829.0, 3840.0, 3860.0, 3829.0, 3848.0, 3819.0, 3848.0, 3819.0, 3837.0, 3817.0, 3840.0, 3807.0, 3838.0, 3807.0, 3828.0, 3796.0, 3829.0, 3810.0, 3830.0, 3850.0, 3821.0, 3851.0, 3820.0, 3861.0, 3822.0, 3851.0, 3830.0, 3851.0, 3830.0, 3851.0, 3820.0, 3856.0, 3813.0, 3845.0, 3820.0, 3843.0, 3821.0, 3853.0, 3832.0, 3865.0, 3823.0, 3853.0, 3843.0, 3863.0, 3835.0, 3853.0, 3860.0, 3856.0, 3834.0, 3841.0, 3810.0, 3842.0, 3808.0, 3841.0, 3797.0, 3831.0, 3799.0, 3832.0, 3809.0, 3832.0, 3842.0, 3844.0, 3853.0, 3844.0, 3864.0, 3833.0, 3853.0, 3832.0, 3857.0, 3821.0, 3852.0, 3809.0, 3841.0, 3829.0, 3830.0, 3861.0, 3831.0, 3861.0, 3830.0, 3851.0, 3821.0, 3851.0, 3820.0, 3842.0, 3812.0, 3842.0, 3810.0, 3842.0, 3852.0, 3831.0, 3851.0, 3830.0, 3852.0, 3819.0, 3840.0, 3798.0, 3840.0, 3808.0, 3829.0, 3860.0, 3829.0, 3861.0, 3830.0, 3840.0, 3821.0, 3842.0, 3833.0, 3865.0, 3833.0, 3865.0, 3845.0, 3854.0, 3832.0, 3852.0, 3822.0, 3852.0, 3819.0, 3843.0, 3840.0, 3829.0, 3850.0, 3828.0, 3848.0, 3806.0, 3848.0, 3818.0, 3849.0, 3818.0, 3839.0, 3819.0, 3839.0, 3819.0, 3840.0, 3819.0, 3840.0, 3809.0, 3840.0, 3798.0, 3840.0, 3829.0, 3832.0, 3862.0, 3830.0, 3851.0, 3821.0, 3863.0, 3821.0, 3851.0, 3831.0, 3853.0, 3833.0, 3854.0, 3834.0, 3865.0, 3833.0, 3854.0, 3833.0, 3854.0, 3832.0, 3853.0, 3832.0, 3842.0, 3809.0, 3841.0, 3819.0, 3841.0, 3809.0, 3829.0, 3807.0, 3828.0, 3818.0, 3828.0, 3817.0, 3828.0, 3797.0, 3840.0, 3798.0, 3831.0, 3860.0, 3818.0, 3839.0, 3830.0, 3841.0, 3809.0, 3838.0, 3808.0, 3839.0, 3797.0, 3842.0, 3809.0, 3841.0, 3800.0, 3831.0, 3852.0, 3820.0, 3862.0, 3832.0, 3863.0, 3833.0, 3864.0], 'WindowWidth': [8649.0, 8648.0, 8652.0, 8619.0, 8650.0, 8597.0, 8595.0, 8525.0, 8502.0, 8588.0, 8544.0, 8594.0, 8588.0, 8602.0, 8624.0, 8576.0, 8611.0, 8570.0, 8597.0, 8577.0, 8607.0, 8562.0, 8603.0, 8555.0, 8600.0, 8566.0, 8577.0, 8555.0, 8577.0, 8521.0, 8553.0, 8498.0, 8544.0, 8488.0, 8518.0, 8469.0, 8499.0, 8455.0, 8500.0, 8472.0, 8502.0, 8471.0, 8534.0, 8502.0, 8535.0, 8502.0, 8534.0, 8494.0, 8517.0, 8494.0, 8539.0, 8510.0, 8551.0, 8593.0, 8552.0, 8581.0, 8551.0, 8583.0, 8559.0, 8586.0, 8556.0, 8591.0, 8545.0, 8595.0, 8580.0, 8598.0, 8624.0, 8598.0, 8625.0, 8584.0, 8613.0, 8583.0, 8613.0, 8564.0, 8606.0, 8561.0, 8609.0, 8562.0, 8613.0, 8583.0, 8618.0, 8552.0, 8598.0, 8553.0, 8596.0, 8621.0, 8583.0, 8631.0, 8624.0, 8644.0, 8592.0, 8620.0, 8589.0, 8616.0, 8606.0, 8648.0, 8620.0, 8607.0, 8634.0, 8585.0, 8630.0, 8599.0, 8615.0, 8625.0, 8596.0, 8626.0, 8558.0, 8588.0, 8552.0, 8592.0, 8543.0, 8593.0, 8543.0, 8592.0, 8535.0, 8593.0, 8550.0, 8594.0, 8609.0, 8601.0, 8626.0, 8581.0, 8616.0, 8583.0, 8613.0, 8574.0, 8620.0, 8574.0, 8621.0, 8575.0, 8618.0, 8628.0, 8598.0, 8629.0, 8606.0, 8635.0, 8607.0, 8620.0, 8573.0, 8619.0, 8558.0, 8619.0, 8633.0, 8620.0, 8633.0, 8620.0, 8650.0, 8610.0, 8639.0, 8594.0, 8619.0, 8577.0, 8641.0, 8580.0, 8642.0, 8602.0, 8640.0, 8568.0, 8648.0, 8601.0, 8648.0, 8622.0, 8646.0, 8640.0, 8637.0, 8647.0, 8621.0, 8645.0, 8598.0, 8625.0, 8577.0, 8606.0, 8558.0, 8606.0, 8560.0, 8605.0, 8556.0, 8603.0, 8585.0, 8585.0, 8610.0, 8552.0, 8583.0, 8553.0, 8586.0, 8559.0, 8603.0, 8565.0, 8612.0, 8569.0, 8613.0, 8569.0, 8609.0, 8551.0, 8616.0, 8581.0, 8610.0, 8622.0, 8595.0, 8622.0, 8582.0, 8611.0, 8598.0, 8630.0, 8585.0, 8629.0, 8606.0, 8654.0, 8606.0, 8653.0, 8610.0, 8595.0, 8657.0, 8614.0, 8660.0, 8610.0, 8637.0, 8586.0, 8618.0, 8595.0, 8598.0, 8642.0, 8598.0, 8642.0, 8582.0, 8624.0, 8559.0, 8605.0, 8563.0, 8606.0, 8583.0, 8611.0, 8583.0, 8613.0, 8572.0, 8614.0, 8570.0, 8615.0, 8566.0, 8613.0, 8593.0, 8596.0, 8637.0, 8576.0, 8606.0, 8577.0, 8609.0, 8563.0, 8607.0, 8553.0, 8594.0, 8537.0, 8599.0, 8583.0, 8604.0, 8644.0, 8602.0, 8649.0, 8585.0, 8631.0, 8610.0, 8635.0, 8578.0, 8636.0, 8582.0, 8640.0, 8583.0, 8622.0, 8618.0, 8607.0, 8650.0, 8625.0, 8636.0, 8625.0, 8635.0, 8622.0, 8646.0, 8601.0, 8630.0, 8594.0, 8612.0, 8579.0, 8609.0, 8561.0, 8604.0, 8555.0, 8611.0, 8606.0, 8608.0, 8554.0, 8611.0, 8552.0, 8614.0, 8583.0, 8616.0, 8638.0, 8594.0, 8626.0, 8580.0, 8606.0, 8560.0, 8589.0, 8562.0, 8610.0, 8549.0, 8588.0, 8545.0, 8593.0, 8531.0, 8595.0, 8576.0, 8594.0, 8634.0, 8587.0, 8629.0, 8598.0, 8611.0, 8581.0, 8608.0, 8544.0, 8593.0, 8564.0, 8612.0, 8550.0, 8596.0, 8555.0, 8609.0, 8582.0, 8638.0, 8587.0, 8631.0, 8585.0, 8615.0, 8550.0, 8606.0, 8576.0, 8594.0, 8578.0, 8608.0, 8572.0, 8590.0, 8613.0, 8574.0, 8616.0, 8570.0, 8600.0, 8572.0, 8601.0, 8545.0, 8586.0, 8540.0, 8588.0, 8548.0, 8589.0, 8535.0, 8596.0, 8562.0, 8594.0, 8624.0, 8584.0, 8644.0, 8582.0, 8612.0, 8580.0, 8612.0, 8571.0, 8619.0, 8580.0, 8619.0, 8576.0, 8633.0, 8594.0, 8645.0, 8580.0, 8623.0, 8627.0, 8606.0, 8649.0, 8626.0, 8651.0, 8611.0, 8659.0, 8592.0, 8632.0, 8588.0, 8614.0, 8601.0, 8650.0, 8600.0, 8626.0, 8596.0, 8573.0, 8602.0, 8599.0, 8565.0, 8599.0, 8548.0, 8579.0, 8545.0, 8561.0, 8515.0, 8559.0, 8530.0, 8548.0, 8587.0, 8536.0, 8581.0, 8552.0, 8585.0, 8558.0, 8588.0, 8557.0, 8593.0, 8566.0, 8595.0, 8563.0, 8594.0, 8557.0, 8601.0, 8643.0, 8602.0, 8627.0, 8602.0, 8633.0, 8587.0, 8611.0, 8556.0, 8615.0, 8565.0, 8614.0, 8624.0, 8600.0, 8641.0, 8601.0, 8628.0, 8602.0, 8630.0, 8599.0, 8628.0, 8591.0, 8616.0, 8594.0, 8637.0, 8609.0, 8635.0, 8595.0, 8640.0, 8594.0, 8639.0, 8596.0, 8637.0, 8585.0, 8624.0, 8613.0, 8615.0, 8629.0, 8596.0, 8627.0, 8577.0, 8609.0, 8579.0, 8607.0, 8561.0, 8607.0, 8547.0, 8591.0, 8561.0, 8595.0, 8620.0, 8583.0, 8644.0, 8595.0, 8626.0, 8586.0, 8614.0, 8587.0, 8613.0, 8570.0, 8617.0, 8566.0, 8612.0, 8565.0, 8593.0, 8610.0, 8600.0, 8642.0, 8600.0, 8642.0, 8587.0, 8643.0, 8602.0, 8626.0, 8581.0, 8629.0, 8584.0, 8616.0, 8581.0, 8629.0, 8584.0, 8608.0, 8585.0, 8627.0, 8602.0, 8627.0, 8578.0, 8611.0, 8577.0, 8590.0, 8555.0, 8608.0, 8559.0, 8591.0, 8541.0, 8589.0, 8615.0, 8582.0, 8631.0, 8574.0, 8606.0, 8564.0, 8610.0, 8561.0, 8592.0, 8548.0, 8593.0, 8575.0, 8592.0, 8590.0, 8593.0, 8627.0, 8576.0, 8606.0, 8583.0, 8615.0, 8586.0, 8616.0, 8569.0, 8619.0, 8577.0, 8614.0, 8644.0, 8587.0, 8627.0, 8597.0, 8610.0, 8579.0, 8611.0, 8575.0, 8609.0, 8559.0, 8607.0, 8605.0, 8591.0, 8617.0, 8576.0, 8602.0, 8571.0, 8607.0, 8574.0, 8592.0, 8547.0, 8589.0, 8600.0, 8572.0, 8617.0, 8577.0, 8606.0, 8597.0, 8609.0, 8585.0, 8616.0, 8554.0, 8613.0, 8584.0, 8622.0, 8643.0, 8599.0, 8633.0, 8610.0, 8660.0, 8601.0, 8620.0, 8612.0, 8636.0, 8624.0, 8621.0, 8624.0, 8593.0, 8657.0, 8618.0, 8642.0, 8592.0, 8640.0, 8629.0, 8625.0, 8629.0, 8600.0, 8640.0, 8580.0, 8607.0, 8571.0, 8605.0, 8572.0, 8585.0, 8559.0, 8601.0, 8560.0, 8591.0, 8536.0, 8596.0, 8566.0, 8612.0, 8553.0, 8608.0, 8561.0, 8594.0, 8619.0, 8595.0, 8638.0, 8596.0, 8623.0, 8579.0, 8609.0, 8566.0, 8611.0, 8562.0, 8612.0, 8579.0, 8609.0, 8555.0, 8559.0, 8573.0, 8563.0, 8573.0, 8584.0, 8547.0, 8565.0, 8547.0, 8574.0, 8605.0, 8582.0, 8610.0, 8542.0, 8595.0, 8591.0, 8591.0, 8603.0, 8547.0, 8555.0, 8521.0, 8545.0, 8518.0, 8545.0, 8531.0, 8514.0, 8540.0, 8490.0, 8539.0, 8488.0, 8519.0, 8486.0, 8525.0, 8494.0, 8538.0, 8496.0, 8539.0, 8497.0, 8544.0, 8485.0, 8527.0, 8515.0, 8532.0, 8516.0, 8537.0, 8507.0, 8535.0, 8527.0, 8556.0, 8535.0, 8561.0, 8539.0, 8577.0, 8553.0, 8595.0, 8558.0, 8585.0, 8577.0, 8591.0, 8578.0, 8605.0, 8578.0, 8621.0, 8575.0, 8610.0, 8585.0, 8606.0, 8564.0, 8594.0, 8565.0, 8595.0, 8566.0, 8595.0, 8538.0, 8605.0, 8612.0, 8606.0, 8644.0, 8586.0, 8616.0, 8584.0, 8615.0, 8570.0, 8615.0, 8563.0, 8641.0, 8581.0, 8638.0, 8638.0, 8625.0, 8648.0, 8604.0, 8634.0, 8605.0, 8635.0, 8570.0, 8616.0, 8628.0, 8601.0, 8633.0, 8602.0, 8630.0, 8586.0, 8612.0, 8554.0, 8617.0, 8582.0, 8616.0, 8645.0, 8609.0, 8638.0, 8607.0, 8638.0, 8614.0, 8641.0, 8607.0, 8653.0, 8630.0, 8662.0, 8636.0, 8662.0, 8638.0, 8681.0, 8649.0, 8635.0, 8649.0, 8653.0, 8623.0, 8637.0, 8612.0, 8640.0, 8588.0, 8633.0, 8572.0, 8613.0, 8623.0, 8597.0, 8643.0, 8593.0, 8627.0, 8584.0, 8610.0, 8569.0, 8612.0, 8591.0, 8622.0, 8591.0, 8635.0, 8594.0, 8640.0, 8580.0, 8636.0, 8651.0, 8623.0, 8651.0, 8602.0, 8631.0, 8582.0, 8611.0, 8550.0, 8611.0, 8577.0, 8613.0, 8608.0, 8595.0, 8645.0, 8581.0, 8624.0, 8597.0, 8638.0, 8589.0, 8614.0, 8585.0, 8619.0, 8555.0, 8617.0, 8612.0, 8620.0, 8626.0, 8598.0, 8646.0, 8602.0, 8631.0, 8594.0, 8609.0, 8582.0, 8614.0, 8566.0, 8607.0, 8549.0, 8605.0, 8577.0, 8591.0, 8621.0, 8596.0, 8624.0, 8579.0, 8603.0, 8559.0, 8590.0, 8572.0, 8589.0, 8622.0, 8569.0, 8616.0, 8571.0, 8607.0, 8560.0, 8604.0, 8562.0, 8610.0, 8566.0, 8610.0, 8560.0, 8615.0, 8612.0, 8605.0, 8645.0, 8600.0, 8631.0, 8605.0, 8632.0, 8585.0, 8612.0, 8562.0, 8610.0, 8573.0, 8591.0, 8588.0, 8587.0, 8616.0, 8568.0, 8615.0, 8575.0, 8617.0, 8575.0, 8607.0, 8581.0, 8609.0, 8583.0, 8613.0, 8591.0, 8635.0, 8572.0, 8625.0, 8575.0, 8622.0, 8617.0, 8623.0, 8645.0, 8618.0, 8632.0, 8606.0, 8630.0, 8618.0, 8631.0, 8619.0, 8601.0, 8618.0, 8599.0, 8621.0, 8612.0, 8615.0, 8599.0, 8616.0, 8599.0, 8613.0, 8567.0, 8611.0, 8591.0, 8609.0, 8636.0, 8593.0, 8619.0, 8577.0, 8617.0, 8577.0, 8601.0, 8574.0, 8608.0, 8561.0, 8604.0, 8560.0, 8590.0, 8545.0, 8593.0, 8568.0, 8597.0, 8623.0, 8585.0, 8625.0, 8583.0, 8639.0, 8587.0, 8626.0, 8598.0, 8625.0, 8597.0, 8626.0, 8582.0, 8641.0, 8577.0, 8622.0, 8584.0, 8616.0, 8587.0, 8634.0, 8604.0, 8652.0, 8592.0, 8633.0, 8618.0, 8648.0, 8611.0, 8634.0, 8649.0, 8639.0, 8607.0, 8614.0, 8569.0, 8616.0, 8562.0, 8610.0, 8549.0, 8598.0, 8555.0, 8602.0, 8568.0, 8604.0, 8616.0, 8622.0, 8631.0, 8620.0, 8649.0, 8604.0, 8633.0, 8602.0, 8640.0, 8584.0, 8628.0, 8566.0, 8611.0, 8592.0, 8595.0, 8638.0, 8598.0, 8641.0, 8595.0, 8626.0, 8586.0, 8626.0, 8585.0, 8616.0, 8574.0, 8616.0, 8570.0, 8616.0, 8628.0, 8600.0, 8628.0, 8595.0, 8630.0, 8580.0, 8609.0, 8552.0, 8611.0, 8564.0, 8593.0, 8634.0, 8594.0, 8639.0, 8596.0, 8610.0, 8587.0, 8617.0, 8606.0, 8651.0, 8607.0, 8651.0, 8625.0, 8634.0, 8602.0, 8629.0, 8588.0, 8628.0, 8579.0, 8618.0, 8606.0, 8593.0, 8620.0, 8590.0, 8618.0, 8558.0, 8617.0, 8577.0, 8619.0, 8576.0, 8607.0, 8579.0, 8606.0, 8579.0, 8609.0, 8580.0, 8611.0, 8566.0, 8611.0, 8551.0, 8611.0, 8592.0, 8601.0, 8641.0, 8597.0, 8627.0, 8585.0, 8646.0, 8586.0, 8627.0, 8601.0, 8632.0, 8605.0, 8636.0, 8609.0, 8652.0, 8607.0, 8635.0, 8606.0, 8636.0, 8603.0, 8634.0, 8603.0, 8616.0, 8567.0, 8613.0, 8580.0, 8613.0, 8566.0, 8592.0, 8562.0, 8591.0, 8575.0, 8591.0, 8573.0, 8591.0, 8549.0, 8610.0, 8551.0, 8599.0, 8636.0, 8579.0, 8609.0, 8596.0, 8612.0, 8567.0, 8605.0, 8563.0, 8606.0, 8551.0, 8616.0, 8567.0, 8613.0, 8556.0, 8600.0, 8627.0, 8586.0, 8642.0, 8604.0, 8646.0, 8604.0, 8648.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.0021372040072859745</td></tr>
<tr><td colspan=3>aqi</td><td>0.02894810136612022</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.5092851887238</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2332511774840473</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0294233462989966</td></tr>
<tr><td colspan=3>efc</td><td>0.4967</td></tr>
<tr><td colspan=3>fber</td><td>4735.0854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09804965763506633</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.918032786885246</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.583534095937349</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.511618940118338</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.862698204475229</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3762851432184795</td></tr>
<tr><td colspan=3>gcor</td><td>0.0167892</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006692992988973856</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.040053654462099075</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1098</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.080271796469884</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.8414</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.5482</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>162.3321</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292963.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.4263</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.2034</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2996.8595</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>775.4339</td></tr>
<tr><td colspan=3>tsnr</td><td>34.34348274953663</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>