<?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-0088_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-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_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-0088/figures/sub-0088_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_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-0088/ses-02/func/sub-0088_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>045d4f1a22d9caf1a2b1e77f1ea66b07</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>08:55:3.072500</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.999959, -0.00907895, 0.000288518, 0.00907565, 0.99991, 0.00989767]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0816181</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>[4152, -7775, -7192, 512, -11, -114, -17, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.857</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8c45212c-652f-442e-9005-1a724ca0816f||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.68281626701355, 0.024349303916096687, 0.001021551783196628, 114.04316711425781], [0.024358157068490982, 2.682684898376465, 0.026715539395809174, -90.88227844238281], [0.0007740728906355798, -0.02655472792685032, 2.6998677253723145, -57.895023345947266], [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': ['085503.072500', '085503.532500', '085503.992500', '085504.452500', '085504.912500', '085505.372500', '085505.832500', '085506.292500', '085506.752500', '085507.212500', '085507.672500', '085508.132500', '085508.592500', '085509.052500', '085509.512500', '085509.972500', '085510.432500', '085510.892500', '085511.352500', '085511.812500', '085512.272500', '085512.732500', '085513.192500', '085513.652500', '085514.112500', '085514.572500', '085515.032500', '085515.492500', '085515.952500', '085516.412500', '085516.872500', '085517.332500', '085517.792500', '085518.252500', '085518.712500', '085519.172500', '085519.632500', '085520.092500', '085520.552500', '085521.012500', '085521.472500', '085521.932500', '085522.392500', '085522.852500', '085523.312500', '085523.772500', '085524.232500', '085524.692500', '085525.152500', '085525.612500', '085526.072500', '085526.532500', '085526.992500', '085527.452500', '085527.912500', '085528.372500', '085528.832500', '085529.292500', '085529.752500', '085530.212500', '085530.672500', '085531.132500', '085531.592500', '085532.052500', '085532.512500', '085532.972500', '085533.432500', '085533.892500', '085534.352500', '085534.812500', '085535.272500', '085535.732500', '085536.192500', '085536.652500', '085537.112500', '085537.572500', '085538.032500', '085538.492500', '085538.952500', '085539.412500', '085539.872500', '085540.332500', '085540.792500', '085541.252500', '085541.712500', '085542.172500', '085542.632500', '085543.092500', '085543.552500', '085544.012500', '085544.472500', '085544.932500', '085545.392500', '085545.852500', '085546.312500', '085546.772500', '085547.232500', '085547.692500', '085548.152500', '085548.612500', '085549.072500', '085549.532500', '085549.992500', '085550.452500', '085550.912500', '085551.372500', '085551.832500', '085552.292500', '085552.752500', '085553.212500', '085553.672500', '085554.132500', '085554.592500', '085555.052500', '085555.512500', '085555.972500', '085556.432500', '085556.892500', '085557.352500', '085557.812500', '085558.272500', '085558.732500', '085559.192500', '085559.652500', '085600.112500', '085600.572500', '085601.032500', '085601.492500', '085601.952500', '085602.412500', '085602.872500', '085603.332500', '085603.792500', '085604.252500', '085604.712500', '085605.172500', '085605.632500', '085606.092500', '085606.552500', '085607.012500', '085607.472500', '085607.932500', '085608.392500', '085608.852500', '085609.312500', '085609.772500', '085610.232500', '085610.692500', '085611.152500', '085611.612500', '085612.072500', '085612.532500', '085612.992500', '085613.452500', '085613.912500', '085614.372500', '085614.832500', '085615.292500', '085615.752500', '085616.212500', '085616.672500', '085617.132500', '085617.592500', '085618.052500', '085618.512500', '085618.972500', '085619.432500', '085619.892500', '085620.352500', '085620.812500', '085621.272500', '085621.732500', '085622.192500', '085622.652500', '085623.112500', '085623.572500', '085624.032500', '085624.492500', '085624.952500', '085625.412500', '085625.872500', '085626.332500', '085626.792500', '085627.252500', '085627.712500', '085628.172500', '085628.632500', '085629.092500', '085629.552500', '085630.012500', '085630.472500', '085630.932500', '085631.392500', '085631.852500', '085632.312500', '085632.772500', '085633.232500', '085633.692500', '085634.152500', '085634.612500', '085635.072500', '085635.532500', '085635.992500', '085636.452500', '085636.912500', '085637.372500', '085637.832500', '085638.292500', '085638.752500', '085639.212500', '085639.672500', '085640.132500', '085640.592500', '085641.052500', '085641.512500', '085641.972500', '085642.432500', '085642.892500', '085643.352500', '085643.812500', '085644.272500', '085644.732500', '085645.192500', '085645.652500', '085646.112500', '085646.572500', '085647.032500', '085647.492500', '085647.952500', '085648.412500', '085648.872500', '085649.332500', '085649.792500', '085650.252500', '085650.712500', '085651.172500', '085651.632500', '085652.092500', '085652.552500', '085653.012500', '085653.472500', '085653.932500', '085654.392500', '085654.852500', '085655.312500', '085655.772500', '085656.232500', '085656.692500', '085657.152500', '085657.612500', '085658.072500', '085658.532500', '085658.992500', '085659.452500', '085659.912500', '085700.372500', '085700.832500', '085701.292500', '085701.752500', '085702.212500', '085702.672500', '085703.132500', '085703.592500', '085704.052500', '085704.512500', '085704.972500', '085705.432500', '085705.892500', '085706.352500', '085706.812500', '085707.272500', '085707.732500', '085708.192500', '085708.652500', '085709.112500', '085709.572500', '085710.032500', '085710.492500', '085710.952500', '085711.412500', '085711.872500', '085712.332500', '085712.792500', '085713.252500', '085713.712500', '085714.172500', '085714.632500', '085715.092500', '085715.552500', '085716.012500', '085716.472500', '085716.932500', '085717.392500', '085717.852500', '085718.312500', '085718.772500', '085719.232500', '085719.692500', '085720.152500', '085720.612500', '085721.072500', '085721.532500', '085721.992500', '085722.452500', '085722.912500', '085723.372500', '085723.832500', '085724.292500', '085724.752500', '085725.212500', '085725.672500', '085726.132500', '085726.592500', '085727.052500', '085727.512500', '085727.972500', '085728.432500', '085728.892500', '085729.352500', '085729.812500', '085730.272500', '085730.732500', '085731.192500', '085731.652500', '085732.112500', '085732.572500', '085733.032500', '085733.492500', '085733.952500', '085734.412500', '085734.872500', '085735.332500', '085735.792500', '085736.252500', '085736.712500', '085737.172500', '085737.632500', '085738.092500', '085738.552500', '085739.012500', '085739.472500', '085739.932500', '085740.392500', '085740.852500', '085741.312500', '085741.772500', '085742.232500', '085742.692500', '085743.152500', '085743.612500', '085744.072500', '085744.532500', '085744.992500', '085745.452500', '085745.912500', '085746.372500', '085746.832500', '085747.292500', '085747.752500', '085748.212500', '085748.672500', '085749.132500', '085749.592500', '085750.052500', '085750.512500', '085750.972500', '085751.432500', '085751.892500', '085752.352500', '085752.812500', '085753.272500', '085753.732500', '085754.192500', '085754.652500', '085755.112500', '085755.572500', '085756.032500', '085756.492500', '085756.952500', '085757.412500', '085757.872500', '085758.332500', '085758.792500', '085759.252500', '085759.712500', '085800.172500', '085800.632500', '085801.092500', '085801.552500', '085802.012500', '085802.472500', '085802.932500', '085803.392500', '085803.852500', '085804.312500', '085804.772500', '085805.232500', '085805.692500', '085806.152500', '085806.612500', '085807.072500', '085807.532500', '085807.992500', '085808.452500', '085808.912500', '085809.372500', '085809.832500', '085810.292500', '085810.752500', '085811.212500', '085811.672500', '085812.132500', '085812.592500', '085813.052500', '085813.512500', '085813.972500', '085814.432500', '085814.892500', '085815.352500', '085815.812500', '085816.272500', '085816.732500', '085817.192500', '085817.652500', '085818.112500', '085818.572500', '085819.032500', '085819.492500', '085819.952500', '085820.412500', '085820.872500', '085821.332500', '085821.792500', '085822.252500', '085822.712500', '085823.172500', '085823.632500', '085824.092500', '085824.552500', '085825.012500', '085825.472500', '085825.932500', '085826.392500', '085826.852500', '085827.312500', '085827.772500', '085828.232500', '085828.692500', '085829.152500', '085829.612500', '085830.072500', '085830.532500', '085830.992500', '085831.452500', '085831.912500', '085832.372500', '085832.832500', '085833.292500', '085833.752500', '085834.212500', '085834.672500', '085835.132500', '085835.592500', '085836.052500', '085836.512500', '085836.972500', '085837.432500', '085837.892500', '085838.352500', '085838.812500', '085839.272500', '085839.732500', '085840.192500', '085840.652500', '085841.112500', '085841.572500', '085842.032500', '085842.492500', '085842.952500', '085843.412500', '085843.872500', '085844.332500', '085844.792500', '085845.252500', '085845.712500', '085846.172500', '085846.632500', '085847.092500', '085847.552500', '085848.012500', '085848.472500', '085848.932500', '085849.392500', '085849.852500', '085850.312500', '085850.772500', '085851.232500', '085851.692500', '085852.152500', '085852.612500', '085853.072500', '085853.532500', '085853.992500', '085854.452500', '085854.912500', '085855.372500', '085855.832500', '085856.292500', '085856.752500', '085857.212500', '085857.672500', '085858.132500', '085858.592500', '085859.052500', '085859.512500', '085859.972500', '085900.432500', '085900.892500', '085901.352500', '085901.812500', '085902.272500', '085902.732500', '085903.192500', '085903.652500', '085904.112500', '085904.572500', '085905.032500', '085905.492500', '085905.952500', '085906.412500', '085906.872500', '085907.332500', '085907.792500', '085908.252500', '085908.712500', '085909.172500', '085909.632500', '085910.092500', '085910.552500', '085911.012500', '085911.472500', '085911.932500', '085912.392500', '085912.852500', '085913.312500', '085913.772500', '085914.232500', '085914.692500', '085915.152500', '085915.612500', '085916.072500', '085916.532500', '085916.992500', '085917.452500', '085917.912500', '085918.372500', '085918.832500', '085919.292500', '085919.752500', '085920.212500', '085920.672500', '085921.132500', '085921.592500', '085922.052500', '085922.512500', '085922.972500', '085923.432500', '085923.892500', '085924.352500', '085924.812500', '085925.272500', '085925.732500', '085926.192500', '085926.652500', '085927.112500', '085927.572500', '085928.032500', '085928.492500', '085928.952500', '085929.412500', '085929.872500', '085930.332500', '085930.792500', '085931.252500', '085931.712500', '085932.172500', '085932.632500', '085933.092500', '085933.552500', '085934.012500', '085934.472500', '085934.932500', '085935.392500', '085935.852500', '085936.312500', '085936.772500', '085937.232500', '085937.692500', '085938.152500', '085938.612500', '085939.072500', '085939.532500', '085939.992500', '085940.452500', '085940.912500', '085941.372500', '085941.832500', '085942.292500', '085942.752500', '085943.212500', '085943.672500', '085944.132500', '085944.592500', '085945.052500', '085945.512500', '085945.972500', '085946.432500', '085946.892500', '085947.352500', '085947.812500', '085948.272500', '085948.732500', '085949.192500', '085949.652500', '085950.112500', '085950.572500', '085951.032500', '085951.492500', '085951.952500', '085952.412500', '085952.872500', '085953.332500', '085953.792500', '085954.252500', '085954.712500', '085955.172500', '085955.632500', '085956.092500', '085956.552500', '085957.012500', '085957.472500', '085957.932500', '085958.392500', '085958.852500', '085959.312500', '085959.772500', '090000.232500', '090000.692500', '090001.152500', '090001.612500', '090002.072500', '090002.532500', '090002.992500', '090003.452500', '090003.912500', '090004.372500', '090004.832500', '090005.292500', '090005.752500', '090006.212500', '090006.672500', '090007.132500', '090007.592500', '090008.052500', '090008.512500', '090008.972500', '090009.432500', '090009.892500', '090010.352500', '090010.812500', '090011.272500', '090011.732500', '090012.192500', '090012.652500', '090013.112500', '090013.572500', '090014.032500', '090014.492500', '090014.952500', '090015.412500', '090015.872500', '090016.332500', '090016.792500', '090017.252500', '090017.712500', '090018.172500', '090018.632500', '090019.092500', '090019.552500', '090020.012500', '090020.472500', '090020.932500', '090021.392500', '090021.852500', '090022.312500', '090022.772500', '090023.232500', '090023.692500', '090024.152500', '090024.612500', '090025.072500', '090025.532500', '090025.992500', '090026.452500', '090026.912500', '090027.372500', '090027.832500', '090028.292500', '090028.752500', '090029.212500', '090029.672500', '090030.132500', '090030.592500', '090031.052500', '090031.512500', '090031.972500', '090032.432500', '090032.892500', '090033.352500', '090033.812500', '090034.272500', '090034.732500', '090035.192500', '090035.652500', '090036.112500', '090036.572500', '090037.032500', '090037.492500', '090037.952500', '090038.412500', '090038.872500', '090039.332500', '090039.792500', '090040.252500', '090040.712500', '090041.172500', '090041.632500', '090042.092500', '090042.552500', '090043.012500', '090043.472500', '090043.932500', '090044.392500', '090044.852500', '090045.312500', '090045.772500', '090046.232500', '090046.692500', '090047.152500', '090047.612500', '090048.072500', '090048.532500', '090048.992500', '090049.452500', '090049.912500', '090050.372500', '090050.832500', '090051.292500', '090051.752500', '090052.212500', '090052.672500', '090053.132500', '090053.592500', '090054.052500', '090054.512500', '090054.972500', '090055.432500', '090055.892500', '090056.352500', '090056.812500', '090057.272500', '090057.732500', '090058.192500', '090058.652500', '090059.112500', '090059.572500', '090100.032500', '090100.492500', '090100.952500', '090101.412500', '090101.872500', '090102.332500', '090102.792500', '090103.252500', '090103.712500', '090104.172500', '090104.632500', '090105.092500', '090105.552500', '090106.012500', '090106.472500', '090106.932500', '090107.392500', '090107.852500', '090108.312500', '090108.772500', '090109.232500', '090109.692500', '090110.152500', '090110.612500', '090111.072500', '090111.532500', '090111.992500', '090112.452500', '090112.912500', '090113.372500', '090113.832500', '090114.292500', '090114.752500', '090115.212500', '090115.672500', '090116.132500', '090116.592500', '090117.052500', '090117.512500', '090117.972500', '090118.432500', '090118.892500', '090119.352500', '090119.812500', '090120.272500', '090120.732500', '090121.192500', '090121.652500', '090122.112500', '090122.572500', '090123.032500', '090123.492500', '090123.952500', '090124.412500', '090124.872500', '090125.332500', '090125.792500', '090126.252500', '090126.712500', '090127.172500', '090127.632500', '090128.092500', '090128.552500', '090129.012500', '090129.472500', '090129.932500', '090130.392500', '090130.852500', '090131.312500', '090131.772500', '090132.232500', '090132.692500', '090133.152500', '090133.612500', '090134.072500', '090134.532500', '090134.992500', '090135.452500', '090135.912500', '090136.372500', '090136.832500', '090137.292500', '090137.752500', '090138.212500', '090138.672500', '090139.132500', '090139.592500', '090140.052500', '090140.512500', '090140.972500', '090141.432500', '090141.892500', '090142.352500', '090142.812500', '090143.272500', '090143.732500', '090144.192500', '090144.652500', '090145.112500', '090145.572500', '090146.032500', '090146.492500', '090146.952500', '090147.412500', '090147.872500', '090148.332500', '090148.792500', '090149.252500', '090149.712500', '090150.172500', '090150.632500', '090151.092500', '090151.552500', '090152.012500', '090152.472500', '090152.932500', '090153.392500', '090153.852500', '090154.312500', '090154.772500', '090155.232500', '090155.692500', '090156.152500', '090156.612500', '090157.072500', '090157.532500', '090157.992500', '090158.452500', '090158.912500', '090159.372500', '090159.832500', '090200.292500', '090200.752500', '090201.212500', '090201.672500', '090202.132500', '090202.592500', '090203.052500', '090203.512500', '090203.972500', '090204.432500', '090204.892500', '090205.352500', '090205.812500', '090206.272500', '090206.732500', '090207.192500', '090207.652500', '090208.112500', '090208.572500', '090209.032500', '090209.492500', '090209.952500', '090210.412500', '090210.872500', '090211.332500', '090211.792500', '090212.252500', '090212.712500', '090213.172500', '090213.632500', '090214.092500', '090214.552500', '090215.012500', '090215.472500', '090215.932500', '090216.392500', '090216.852500', '090217.312500', '090217.772500', '090218.232500', '090218.692500', '090219.152500', '090219.612500', '090220.072500', '090220.532500', '090220.992500', '090221.452500', '090221.912500', '090222.372500', '090222.832500', '090223.292500', '090223.752500', '090224.212500', '090224.672500', '090225.132500', '090225.592500', '090226.052500', '090226.512500', '090226.972500', '090227.432500', '090227.892500', '090228.352500', '090228.812500', '090229.272500', '090229.732500', '090230.192500', '090230.652500', '090231.112500', '090231.572500', '090232.032500', '090232.492500', '090232.952500', '090233.412500', '090233.872500', '090234.332500', '090234.792500', '090235.252500', '090235.712500', '090236.172500', '090236.632500', '090237.092500', '090237.552500', '090238.012500', '090238.472500', '090238.932500', '090239.392500', '090239.852500', '090240.312500', '090240.772500', '090241.232500', '090241.692500', '090242.152500', '090242.612500', '090243.072500', '090243.532500', '090243.992500', '090244.452500', '090244.912500', '090245.372500', '090245.832500', '090246.292500', '090246.752500', '090247.212500', '090247.672500', '090248.132500', '090248.592500', '090249.052500', '090249.512500', '090249.972500', '090250.432500', '090250.892500', '090251.352500', '090251.812500', '090252.272500', '090252.732500', '090253.192500', '090253.652500', '090254.112500', '090254.572500', '090255.032500', '090255.492500', '090255.952500', '090256.412500', '090256.872500', '090257.332500', '090257.792500', '090258.252500', '090258.712500', '090259.172500', '090259.632500', '090300.092500', '090300.552500', '090301.012500', '090301.472500', '090301.932500', '090302.392500', '090302.852500', '090303.312500', '090303.772500', '090304.232500', '090304.692500', '090305.152500', '090305.612500', '090306.072500', '090306.532500', '090306.992500', '090307.452500', '090307.912500', '090308.372500', '090308.832500', '090309.292500', '090309.752500', '090310.212500', '090310.672500', '090311.132500', '090311.592500', '090312.052500', '090312.512500', '090312.972500', '090313.432500', '090313.892500', '090314.352500', '090314.812500', '090315.272500', '090315.732500', '090316.192500', '090316.652500', '090317.112500', '090317.572500', '090318.032500', '090318.492500', '090318.952500', '090319.412500', '090319.872500', '090320.332500', '090320.792500', '090321.252500', '090321.712500', '090322.172500', '090322.632500', '090323.092500', '090323.552500', '090324.012500', '090324.472500', '090324.932500', '090325.392500', '090325.852500', '090326.312500', '090326.772500', '090327.232500', '090327.692500'], 'ContentTime': ['085519.051000', '085519.066000', '085519.068000', '085519.071000', '085519.074000', '085519.076000', '085519.079000', '085519.081000', '085519.084000', '085519.086000', '085519.089000', '085519.092000', '085519.100000', '085519.103000', '085519.106000', '085519.108000', '085519.111000', '085519.113000', '085519.116000', '085519.119000', '085519.121000', '085519.124000', '085519.126000', '085519.129000', '085519.131000', '085519.134000', '085519.136000', '085519.148000', '085519.150000', '085519.153000', '085519.155000', '085519.158000', '085539.022000', '085539.025000', '085539.028000', '085539.031000', '085539.033000', '085539.036000', '085539.038000', '085539.041000', '085539.043000', '085539.046000', '085539.049000', '085539.051000', '085539.054000', '085539.056000', '085539.059000', '085539.061000', '085539.064000', '085539.066000', '085539.069000', '085539.071000', '085539.074000', '085539.077000', '085539.079000', '085539.082000', '085539.084000', '085539.087000', '085539.089000', '085539.092000', '085539.095000', '085539.097000', '085539.100000', '085539.102000', '085539.105000', '085539.107000', '085539.110000', '085539.113000', '085539.115000', '085539.118000', '085539.121000', '085539.123000', '085539.126000', '085539.128000', '085539.131000', '085539.133000', '085559.022000', '085559.025000', '085559.028000', '085559.030000', '085559.033000', '085559.036000', '085559.038000', '085559.041000', '085559.043000', '085559.046000', '085559.048000', '085559.051000', '085559.059000', '085559.062000', '085559.065000', '085559.068000', '085559.081000', '085559.085000', '085559.087000', '085559.090000', '085559.094000', '085559.097000', '085559.100000', '085559.102000', '085559.105000', '085559.108000', '085559.110000', '085559.113000', '085559.115000', '085559.118000', '085559.120000', '085559.123000', '085559.126000', '085559.128000', '085559.136000', '085559.139000', '085559.141000', '085559.144000', '085559.146000', '085559.149000', '085559.152000', '085559.154000', '085559.157000', '085619.022000', '085619.025000', '085619.028000', '085619.031000', '085619.033000', '085619.036000', '085619.038000', '085619.051000', '085619.054000', '085619.056000', '085619.059000', '085619.062000', '085619.064000', '085619.067000', '085619.069000', '085619.072000', '085619.074000', '085619.077000', '085619.080000', '085619.082000', '085619.085000', '085619.088000', '085619.090000', '085619.093000', '085619.095000', '085619.098000', '085619.101000', '085619.103000', '085619.106000', '085619.108000', '085619.111000', '085619.114000', '085619.116000', '085619.126000', '085619.129000', '085619.131000', '085619.134000', '085619.137000', '085619.139000', '085619.142000', '085619.144000', '085619.147000', '085619.149000', '085619.152000', '085639.023000', '085639.026000', '085639.029000', '085639.031000', '085639.034000', '085639.037000', '085639.039000', '085639.042000', '085639.044000', '085639.047000', '085639.049000', '085639.052000', '085639.054000', '085639.063000', '085639.067000', '085639.070000', '085639.074000', '085639.076000', '085639.079000', '085639.082000', '085639.084000', '085639.087000', '085639.089000', '085639.092000', '085639.095000', '085639.097000', '085639.100000', '085639.103000', '085639.105000', '085639.108000', '085639.111000', '085639.113000', '085639.116000', '085639.118000', '085639.121000', '085639.124000', '085639.126000', '085639.129000', '085639.131000', '085639.134000', '085639.136000', '085639.139000', '085639.141000', '085659.023000', '085659.026000', '085659.029000', '085659.032000', '085659.034000', '085659.047000', '085659.049000', '085659.052000', '085659.054000', '085659.057000', '085659.060000', '085659.062000', '085659.065000', '085659.067000', '085659.070000', '085659.073000', '085659.075000', '085659.078000', '085659.080000', '085659.083000', '085659.086000', '085659.088000', '085659.091000', '085659.094000', '085659.096000', '085659.099000', '085659.101000', '085659.104000', '085659.106000', '085659.109000', '085659.111000', '085659.114000', '085659.117000', '085659.119000', '085659.122000', '085659.124000', '085659.127000', '085659.129000', '085659.132000', '085659.135000', '085659.137000', '085659.140000', '085659.142000', '085659.145000', '085719.024000', '085719.026000', '085719.029000', '085719.032000', '085719.035000', '085719.037000', '085719.040000', '085719.042000', '085719.045000', '085719.048000', '085719.050000', '085719.053000', '085719.056000', '085719.059000', '085719.062000', '085719.065000', '085719.068000', '085719.070000', '085719.073000', '085719.076000', '085719.078000', '085719.081000', '085719.083000', '085719.086000', '085719.088000', '085719.091000', '085719.094000', '085719.096000', '085719.099000', '085719.101000', '085719.104000', '085719.106000', '085719.109000', '085719.112000', '085719.114000', '085719.117000', '085719.120000', '085719.122000', '085719.125000', '085719.127000', '085719.130000', '085719.132000', '085719.137000', '085739.022000', '085739.025000', '085739.028000', '085739.031000', '085739.033000', '085739.036000', '085739.039000', '085739.041000', '085739.044000', '085739.047000', '085739.049000', '085739.052000', '085739.054000', '085739.057000', '085739.059000', '085739.062000', '085739.064000', '085739.067000', '085739.070000', '085739.072000', '085739.075000', '085739.078000', '085739.080000', '085739.083000', '085739.085000', '085739.088000', '085739.091000', '085739.093000', '085739.096000', '085739.099000', '085739.101000', '085739.104000', '085739.106000', '085739.109000', '085739.112000', '085739.114000', '085739.117000', '085739.119000', '085739.122000', '085739.125000', '085739.127000', '085739.130000', '085739.132000', '085739.135000', '085759.023000', '085759.025000', '085759.037000', '085759.040000', '085759.043000', '085759.045000', '085759.048000', '085759.050000', '085759.053000', '085759.055000', '085759.058000', '085759.061000', '085759.063000', '085759.066000', '085759.068000', '085759.071000', '085759.074000', '085759.076000', '085759.079000', '085759.082000', '085759.084000', '085759.087000', '085759.089000', '085759.092000', '085759.095000', '085759.097000', '085759.100000', '085759.102000', '085759.105000', '085759.108000', '085759.110000', '085759.113000', '085759.115000', '085759.118000', '085759.120000', '085759.123000', '085759.126000', '085759.128000', '085759.131000', '085759.133000', '085759.136000', '085759.138000', '085759.141000', '085819.022000', '085819.025000', '085819.028000', '085819.031000', '085819.034000', '085819.036000', '085819.039000', '085819.041000', '085819.044000', '085819.047000', '085819.049000', '085819.052000', '085819.055000', '085819.057000', '085819.060000', '085819.062000', '085819.065000', '085819.071000', '085819.073000', '085819.076000', '085819.078000', '085819.081000', '085819.084000', '085819.086000', '085819.089000', '085819.091000', '085819.094000', '085819.097000', '085819.099000', '085819.102000', '085819.104000', '085819.107000', '085819.110000', '085819.112000', '085819.115000', '085819.117000', '085819.120000', '085819.123000', '085819.125000', '085819.128000', '085819.130000', '085819.133000', '085819.136000', '085819.138000', '085839.022000', '085839.025000', '085839.028000', '085839.031000', '085839.033000', '085839.036000', '085839.039000', '085839.041000', '085839.044000', '085839.047000', '085839.049000', '085839.052000', '085839.054000', '085839.057000', '085839.060000', '085839.062000', '085839.065000', '085839.067000', '085839.071000', '085839.073000', '085839.076000', '085839.078000', '085839.081000', '085839.083000', '085839.086000', '085839.089000', '085839.091000', '085839.094000', '085839.096000', '085839.099000', '085839.102000', '085839.104000', '085839.107000', '085839.110000', '085839.113000', '085839.116000', '085839.119000', '085839.121000', '085839.124000', '085839.126000', '085839.129000', '085839.132000', '085839.134000', '085859.024000', '085859.027000', '085859.029000', '085859.032000', '085859.034000', '085859.037000', '085859.040000', '085859.043000', '085859.045000', '085859.048000', '085859.050000', '085859.053000', '085859.056000', '085859.058000', '085859.061000', '085859.063000', '085859.066000', '085859.068000', '085859.071000', '085859.074000', '085859.076000', '085859.079000', '085859.081000', '085859.084000', '085859.087000', '085859.089000', '085859.092000', '085859.094000', '085859.097000', '085859.099000', '085859.102000', '085859.105000', '085859.107000', '085859.110000', '085859.112000', '085859.115000', '085859.127000', '085859.130000', '085859.132000', '085859.135000', '085859.137000', '085859.140000', '085859.143000', '085859.145000', '085919.024000', '085919.027000', '085919.029000', '085919.032000', '085919.034000', '085919.037000', '085919.040000', '085919.042000', '085919.045000', '085919.047000', '085919.050000', '085919.052000', '085919.055000', '085919.058000', '085919.060000', '085919.063000', '085919.065000', '085919.068000', '085919.071000', '085919.073000', '085919.076000', '085919.079000', '085919.081000', '085919.084000', '085919.086000', '085919.089000', '085919.092000', '085919.105000', '085919.108000', '085919.110000', '085919.113000', '085919.115000', '085919.118000', '085919.121000', '085919.123000', '085919.126000', '085919.128000', '085919.131000', '085919.133000', '085919.136000', '085919.139000', '085919.141000', '085919.144000', '085939.023000', '085939.026000', '085939.030000', '085939.032000', '085939.035000', '085939.038000', '085939.040000', '085939.043000', '085939.045000', '085939.048000', '085939.062000', '085939.064000', '085939.067000', '085939.079000', '085939.082000', '085939.085000', '085939.097000', '085939.099000', '085939.102000', '085939.120000', '085939.123000', '085939.125000', '085939.128000', '085939.131000', '085939.139000', '085939.142000', '085939.145000', '085939.147000', '085939.150000', '085939.152000', '085939.155000', '085939.158000', '085939.160000', '085939.163000', '085939.165000', '085939.168000', '085939.171000', '085939.173000', '085939.176000', '085939.178000', '085939.181000', '085939.184000', '085939.186000', '085939.189000', '085959.023000', '085959.025000', '085959.028000', '085959.031000', '085959.034000', '085959.036000', '085959.039000', '085959.042000', '085959.044000', '085959.047000', '085959.049000', '085959.052000', '085959.055000', '085959.057000', '085959.060000', '085959.062000', '085959.065000', '085959.068000', '085959.070000', '085959.073000', '085959.076000', '085959.078000', '085959.081000', '085959.083000', '085959.086000', '085959.089000', '085959.091000', '085959.094000', '085959.096000', '085959.099000', '085959.102000', '085959.112000', '085959.115000', '085959.117000', '085959.120000', '085959.123000', '085959.126000', '085959.128000', '085959.131000', '085959.133000', '085959.136000', '085959.139000', '085959.141000', '090019.022000', '090019.025000', '090019.028000', '090019.031000', '090019.033000', '090019.036000', '090019.038000', '090019.041000', '090019.044000', '090019.046000', '090019.049000', '090019.051000', '090019.054000', '090019.057000', '090019.059000', '090019.062000', '090019.064000', '090019.067000', '090019.070000', '090019.072000', '090019.075000', '090019.078000', '090019.080000', '090019.083000', '090019.085000', '090019.088000', '090019.090000', '090019.093000', '090019.096000', '090019.098000', '090019.101000', '090019.104000', '090019.106000', '090019.109000', '090019.111000', '090019.114000', '090019.122000', '090019.124000', '090019.127000', '090019.130000', '090019.132000', '090019.135000', '090019.137000', '090019.140000', '090039.022000', '090039.025000', '090039.028000', '090039.031000', '090039.034000', '090039.036000', '090039.039000', '090039.041000', '090039.044000', '090039.047000', '090039.049000', '090039.052000', '090039.054000', '090039.057000', '090039.074000', '090039.077000', '090039.079000', '090039.082000', '090039.085000', '090039.087000', '090039.090000', '090039.092000', '090039.095000', '090039.098000', '090039.110000', '090039.113000', '090039.115000', '090039.118000', '090039.120000', '090039.123000', '090039.126000', '090039.128000', '090039.131000', '090039.133000', '090039.136000', '090039.139000', '090039.141000', '090039.144000', '090039.147000', '090039.149000', '090039.152000', '090039.154000', '090039.157000', '090059.023000', '090059.025000', '090059.028000', '090059.030000', '090059.033000', '090059.036000', '090059.038000', '090059.041000', '090059.043000', '090059.046000', '090059.049000', '090059.051000', '090059.054000', '090059.057000', '090059.059000', '090059.062000', '090059.064000', '090059.067000', '090059.070000', '090059.072000', '090059.075000', '090059.077000', '090059.080000', '090059.083000', '090059.085000', '090059.088000', '090059.090000', '090059.093000', '090059.096000', '090059.098000', '090059.101000', '090059.103000', '090059.106000', '090059.109000', '090059.111000', '090059.114000', '090059.116000', '090059.119000', '090059.121000', '090059.124000', '090059.127000', '090059.130000', '090059.132000', '090059.135000', '090119.024000', '090119.027000', '090119.030000', '090119.032000', '090119.035000', '090119.037000', '090119.040000', '090119.043000', '090119.047000', '090119.049000', '090119.052000', '090119.055000', '090119.057000', '090119.060000', '090119.062000', '090119.065000', '090119.068000', '090119.070000', '090119.073000', '090119.075000', '090119.078000', '090119.080000', '090119.083000', '090119.086000', '090119.088000', '090119.091000', '090119.094000', '090119.096000', '090119.099000', '090119.101000', '090119.104000', '090119.106000', '090119.109000', '090119.111000', '090119.114000', '090119.117000', '090119.119000', '090119.122000', '090119.124000', '090119.127000', '090119.130000', '090119.132000', '090119.135000', '090139.023000', '090139.026000', '090139.029000', '090139.032000', '090139.034000', '090139.037000', '090139.039000', '090139.042000', '090139.045000', '090139.047000', '090139.050000', '090139.052000', '090139.055000', '090139.058000', '090139.060000', '090139.063000', '090139.066000', '090139.068000', '090139.071000', '090139.073000', '090139.076000', '090139.078000', '090139.081000', '090139.084000', '090139.086000', '090139.089000', '090139.092000', '090139.094000', '090139.097000', '090139.099000', '090139.102000', '090139.104000', '090139.107000', '090139.110000', '090139.112000', '090139.115000', '090139.117000', '090139.126000', '090139.129000', '090139.132000', '090139.134000', '090139.137000', '090139.140000', '090139.142000', '090159.024000', '090159.027000', '090159.029000', '090159.032000', '090159.035000', '090159.038000', '090159.040000', '090159.043000', '090159.045000', '090159.048000', '090159.050000', '090159.053000', '090159.056000', '090159.068000', '090159.070000', '090159.073000', '090159.075000', '090159.078000', '090159.080000', '090159.083000', '090159.086000', '090159.088000', '090159.091000', '090159.093000', '090159.096000', '090159.099000', '090159.101000', '090159.104000', '090159.106000', '090159.109000', '090159.111000', '090159.114000', '090159.117000', '090159.119000', '090159.122000', '090159.124000', '090159.127000', '090159.130000', '090159.132000', '090159.135000', '090159.137000', '090159.140000', '090159.143000', '090219.022000', '090219.025000', '090219.028000', '090219.030000', '090219.033000', '090219.036000', '090219.044000', '090219.046000', '090219.049000', '090219.052000', '090219.055000', '090219.057000', '090219.060000', '090219.063000', '090219.066000', '090219.069000', '090219.071000', '090219.074000', '090219.076000', '090219.079000', '090219.082000', '090219.084000', '090219.087000', '090219.089000', '090219.092000', '090219.094000', '090219.097000', '090219.099000', '090219.102000', '090219.105000', '090219.107000', '090219.110000', '090219.112000', '090219.115000', '090219.118000', '090219.120000', '090219.123000', '090219.125000', '090219.128000', '090219.131000', '090219.133000', '090219.136000', '090219.139000', '090239.022000', '090239.025000', '090239.028000', '090239.030000', '090239.033000', '090239.036000', '090239.039000', '090239.041000', '090239.044000', '090239.046000', '090239.049000', '090239.051000', '090239.054000', '090239.057000', '090239.059000', '090239.062000', '090239.064000', '090239.067000', '090239.070000', '090239.072000', '090239.075000', '090239.077000', '090239.080000', '090239.082000', '090239.085000', '090239.088000', '090239.090000', '090239.093000', '090239.095000', '090239.098000', '090239.101000', '090239.103000', '090239.106000', '090239.109000', '090239.111000', '090239.114000', '090239.116000', '090239.119000', '090239.121000', '090239.124000', '090239.127000', '090239.129000', '090239.132000', '090239.134000', '090259.023000', '090259.025000', '090259.028000', '090259.031000', '090259.033000', '090259.036000', '090259.038000', '090259.041000', '090259.044000', '090259.046000', '090259.049000', '090259.051000', '090259.054000', '090259.056000', '090259.059000', '090259.062000', '090259.064000', '090259.067000', '090259.069000', '090259.072000', '090259.075000', '090259.077000', '090259.080000', '090259.082000', '090259.085000', '090259.087000', '090259.090000', '090259.093000', '090259.095000', '090259.108000', '090259.110000', '090259.113000', '090259.116000', '090259.118000', '090259.121000', '090259.123000', '090259.126000', '090259.129000', '090259.131000', '090259.134000', '090259.136000', '090259.139000', '090259.142000', '090319.023000', '090319.026000', '090319.028000', '090319.031000', '090319.034000', '090319.036000', '090319.039000', '090319.041000', '090319.044000', '090319.047000', '090319.049000', '090319.052000', '090319.055000', '090319.057000', '090319.060000', '090319.063000', '090319.065000', '090319.068000', '090319.070000', '090319.073000', '090319.076000', '090319.078000', '090319.081000', '090319.083000', '090319.086000', '090319.088000', '090319.091000', '090319.094000', '090319.097000', '090319.099000', '090319.102000', '090319.104000', '090319.107000', '090319.109000', '090319.112000', '090319.115000', '090319.117000', '090319.120000', '090319.122000', '090319.125000', '090319.127000', '090319.130000', '090319.133000', '090319.135000', '090328.941000', '090328.944000', '090328.946000', '090328.949000', '090328.952000', '090328.955000', '090328.958000', '090328.960000', '090328.963000', '090328.965000', '090328.969000', '090328.972000', '090328.975000', '090328.977000', '090328.980000', '090328.983000', '090329.006000', '090329.009000', '090329.012000', '090329.023000', '090329.025000', '090329.028000'], 'InstanceCreationTime': ['085519.051000', '085519.066000', '085519.068000', '085519.071000', '085519.074000', '085519.076000', '085519.079000', '085519.081000', '085519.084000', '085519.086000', '085519.089000', '085519.092000', '085519.100000', '085519.103000', '085519.106000', '085519.108000', '085519.111000', '085519.113000', '085519.116000', '085519.119000', '085519.121000', '085519.124000', '085519.126000', '085519.129000', '085519.131000', '085519.134000', '085519.136000', '085519.148000', '085519.150000', '085519.153000', '085519.155000', '085519.158000', '085539.022000', '085539.025000', '085539.028000', '085539.031000', '085539.033000', '085539.036000', '085539.038000', '085539.041000', '085539.043000', '085539.046000', '085539.049000', '085539.051000', '085539.054000', '085539.056000', '085539.059000', '085539.061000', '085539.064000', '085539.066000', '085539.069000', '085539.071000', '085539.074000', '085539.077000', '085539.079000', '085539.082000', '085539.084000', '085539.087000', '085539.089000', '085539.092000', '085539.095000', '085539.097000', '085539.100000', '085539.102000', '085539.105000', '085539.107000', '085539.110000', '085539.113000', '085539.115000', '085539.118000', '085539.121000', '085539.123000', '085539.126000', '085539.128000', '085539.131000', '085539.133000', '085559.022000', '085559.025000', '085559.028000', '085559.030000', '085559.033000', '085559.036000', '085559.038000', '085559.041000', '085559.043000', '085559.046000', '085559.048000', '085559.051000', '085559.059000', '085559.062000', '085559.065000', '085559.068000', '085559.081000', '085559.085000', '085559.087000', '085559.090000', '085559.094000', '085559.097000', '085559.100000', '085559.102000', '085559.105000', '085559.108000', '085559.110000', '085559.113000', '085559.115000', '085559.118000', '085559.120000', '085559.123000', '085559.126000', '085559.128000', '085559.136000', '085559.139000', '085559.141000', '085559.144000', '085559.146000', '085559.149000', '085559.152000', '085559.154000', '085559.157000', '085619.022000', '085619.025000', '085619.028000', '085619.031000', '085619.033000', '085619.036000', '085619.038000', '085619.051000', '085619.054000', '085619.056000', '085619.059000', '085619.062000', '085619.064000', '085619.067000', '085619.069000', '085619.072000', '085619.074000', '085619.077000', '085619.080000', '085619.082000', '085619.085000', '085619.088000', '085619.090000', '085619.093000', '085619.095000', '085619.098000', '085619.101000', '085619.103000', '085619.106000', '085619.108000', '085619.111000', '085619.114000', '085619.116000', '085619.126000', '085619.129000', '085619.131000', '085619.134000', '085619.137000', '085619.139000', '085619.142000', '085619.144000', '085619.147000', '085619.149000', '085619.152000', '085639.023000', '085639.026000', '085639.029000', '085639.031000', '085639.034000', '085639.037000', '085639.039000', '085639.042000', '085639.044000', '085639.047000', '085639.049000', '085639.052000', '085639.054000', '085639.063000', '085639.067000', '085639.070000', '085639.074000', '085639.076000', '085639.079000', '085639.082000', '085639.084000', '085639.087000', '085639.089000', '085639.092000', '085639.095000', '085639.097000', '085639.100000', '085639.103000', '085639.105000', '085639.108000', '085639.111000', '085639.113000', '085639.116000', '085639.118000', '085639.121000', '085639.124000', '085639.126000', '085639.129000', '085639.131000', '085639.134000', '085639.136000', '085639.139000', '085639.141000', '085659.023000', '085659.026000', '085659.029000', '085659.032000', '085659.034000', '085659.047000', '085659.049000', '085659.052000', '085659.054000', '085659.057000', '085659.060000', '085659.062000', '085659.065000', '085659.067000', '085659.070000', '085659.073000', '085659.075000', '085659.078000', '085659.080000', '085659.083000', '085659.086000', '085659.088000', '085659.091000', '085659.094000', '085659.096000', '085659.099000', '085659.101000', '085659.104000', '085659.106000', '085659.109000', '085659.111000', '085659.114000', '085659.117000', '085659.119000', '085659.122000', '085659.124000', '085659.127000', '085659.129000', '085659.132000', '085659.135000', '085659.137000', '085659.140000', '085659.142000', '085659.145000', '085719.024000', '085719.026000', '085719.029000', '085719.032000', '085719.035000', '085719.037000', '085719.040000', '085719.042000', '085719.045000', '085719.048000', '085719.050000', '085719.053000', '085719.056000', '085719.059000', '085719.062000', '085719.065000', '085719.068000', '085719.070000', '085719.073000', '085719.076000', '085719.078000', '085719.081000', '085719.083000', '085719.086000', '085719.088000', '085719.091000', '085719.094000', '085719.096000', '085719.099000', '085719.101000', '085719.104000', '085719.106000', '085719.109000', '085719.112000', '085719.114000', '085719.117000', '085719.120000', '085719.122000', '085719.125000', '085719.127000', '085719.130000', '085719.132000', '085719.137000', '085739.022000', '085739.025000', '085739.028000', '085739.031000', '085739.033000', '085739.036000', '085739.039000', '085739.041000', '085739.044000', '085739.047000', '085739.049000', '085739.052000', '085739.054000', '085739.057000', '085739.059000', '085739.062000', '085739.064000', '085739.067000', '085739.070000', '085739.072000', '085739.075000', '085739.078000', '085739.080000', '085739.083000', '085739.085000', '085739.088000', '085739.091000', '085739.093000', '085739.096000', '085739.099000', '085739.101000', '085739.104000', '085739.106000', '085739.109000', '085739.112000', '085739.114000', '085739.117000', '085739.119000', '085739.122000', '085739.125000', '085739.127000', '085739.130000', '085739.132000', '085739.135000', '085759.023000', '085759.025000', '085759.037000', '085759.040000', '085759.043000', '085759.045000', '085759.048000', '085759.050000', '085759.053000', '085759.055000', '085759.058000', '085759.061000', '085759.063000', '085759.066000', '085759.068000', '085759.071000', '085759.074000', '085759.076000', '085759.079000', '085759.082000', '085759.084000', '085759.087000', '085759.089000', '085759.092000', '085759.095000', '085759.097000', '085759.100000', '085759.102000', '085759.105000', '085759.108000', '085759.110000', '085759.113000', '085759.115000', '085759.118000', '085759.120000', '085759.123000', '085759.126000', '085759.128000', '085759.131000', '085759.133000', '085759.136000', '085759.138000', '085759.141000', '085819.022000', '085819.025000', '085819.028000', '085819.031000', '085819.034000', '085819.036000', '085819.039000', '085819.041000', '085819.044000', '085819.047000', '085819.049000', '085819.052000', '085819.055000', '085819.057000', '085819.060000', '085819.062000', '085819.065000', '085819.071000', '085819.073000', '085819.076000', '085819.078000', '085819.081000', '085819.084000', '085819.086000', '085819.089000', '085819.091000', '085819.094000', '085819.097000', '085819.099000', '085819.102000', '085819.104000', '085819.107000', '085819.110000', '085819.112000', '085819.115000', '085819.117000', '085819.120000', '085819.123000', '085819.125000', '085819.128000', '085819.130000', '085819.133000', '085819.136000', '085819.138000', '085839.022000', '085839.025000', '085839.028000', '085839.031000', '085839.033000', '085839.036000', '085839.039000', '085839.041000', '085839.044000', '085839.047000', '085839.049000', '085839.052000', '085839.054000', '085839.057000', '085839.060000', '085839.062000', '085839.065000', '085839.067000', '085839.071000', '085839.073000', '085839.076000', '085839.078000', '085839.081000', '085839.083000', '085839.086000', '085839.089000', '085839.091000', '085839.094000', '085839.096000', '085839.099000', '085839.102000', '085839.104000', '085839.107000', '085839.110000', '085839.113000', '085839.116000', '085839.119000', '085839.121000', '085839.124000', '085839.126000', '085839.129000', '085839.132000', '085839.134000', '085859.024000', '085859.027000', '085859.029000', '085859.032000', '085859.034000', '085859.037000', '085859.040000', '085859.043000', '085859.045000', '085859.048000', '085859.050000', '085859.053000', '085859.056000', '085859.058000', '085859.061000', '085859.063000', '085859.066000', '085859.068000', '085859.071000', '085859.074000', '085859.076000', '085859.079000', '085859.081000', '085859.084000', '085859.087000', '085859.089000', '085859.092000', '085859.094000', '085859.097000', '085859.099000', '085859.102000', '085859.105000', '085859.107000', '085859.110000', '085859.112000', '085859.115000', '085859.127000', '085859.130000', '085859.132000', '085859.135000', '085859.137000', '085859.140000', '085859.143000', '085859.145000', '085919.024000', '085919.027000', '085919.029000', '085919.032000', '085919.034000', '085919.037000', '085919.040000', '085919.042000', '085919.045000', '085919.047000', '085919.050000', '085919.052000', '085919.055000', '085919.058000', '085919.060000', '085919.063000', '085919.065000', '085919.068000', '085919.071000', '085919.073000', '085919.076000', '085919.079000', '085919.081000', '085919.084000', '085919.086000', '085919.089000', '085919.092000', '085919.105000', '085919.108000', '085919.110000', '085919.113000', '085919.115000', '085919.118000', '085919.121000', '085919.123000', '085919.126000', '085919.128000', '085919.131000', '085919.133000', '085919.136000', '085919.139000', '085919.141000', '085919.144000', '085939.023000', '085939.026000', '085939.030000', '085939.032000', '085939.035000', '085939.038000', '085939.040000', '085939.043000', '085939.045000', '085939.048000', '085939.062000', '085939.064000', '085939.067000', '085939.079000', '085939.082000', '085939.085000', '085939.097000', '085939.099000', '085939.102000', '085939.120000', '085939.123000', '085939.125000', '085939.128000', '085939.131000', '085939.139000', '085939.142000', '085939.145000', '085939.147000', '085939.150000', '085939.152000', '085939.155000', '085939.158000', '085939.160000', '085939.163000', '085939.165000', '085939.168000', '085939.171000', '085939.173000', '085939.176000', '085939.178000', '085939.181000', '085939.184000', '085939.186000', '085939.189000', '085959.023000', '085959.025000', '085959.028000', '085959.031000', '085959.034000', '085959.036000', '085959.039000', '085959.042000', '085959.044000', '085959.047000', '085959.049000', '085959.052000', '085959.055000', '085959.057000', '085959.060000', '085959.062000', '085959.065000', '085959.068000', '085959.070000', '085959.073000', '085959.076000', '085959.078000', '085959.081000', '085959.083000', '085959.086000', '085959.089000', '085959.091000', '085959.094000', '085959.096000', '085959.099000', '085959.102000', '085959.112000', '085959.115000', '085959.117000', '085959.120000', '085959.123000', '085959.126000', '085959.128000', '085959.131000', '085959.133000', '085959.136000', '085959.139000', '085959.141000', '090019.022000', '090019.025000', '090019.028000', '090019.031000', '090019.033000', '090019.036000', '090019.038000', '090019.041000', '090019.044000', '090019.046000', '090019.049000', '090019.051000', '090019.054000', '090019.057000', '090019.059000', '090019.062000', '090019.064000', '090019.067000', '090019.070000', '090019.072000', '090019.075000', '090019.078000', '090019.080000', '090019.083000', '090019.085000', '090019.088000', '090019.090000', '090019.093000', '090019.096000', '090019.098000', '090019.101000', '090019.104000', '090019.106000', '090019.109000', '090019.111000', '090019.114000', '090019.122000', '090019.124000', '090019.127000', '090019.130000', '090019.132000', '090019.135000', '090019.137000', '090019.140000', '090039.022000', '090039.025000', '090039.028000', '090039.031000', '090039.034000', '090039.036000', '090039.039000', '090039.041000', '090039.044000', '090039.047000', '090039.049000', '090039.052000', '090039.054000', '090039.057000', '090039.074000', '090039.077000', '090039.079000', '090039.082000', '090039.085000', '090039.087000', '090039.090000', '090039.092000', '090039.095000', '090039.098000', '090039.110000', '090039.113000', '090039.115000', '090039.118000', '090039.120000', '090039.123000', '090039.126000', '090039.128000', '090039.131000', '090039.133000', '090039.136000', '090039.139000', '090039.141000', '090039.144000', '090039.147000', '090039.149000', '090039.152000', '090039.154000', '090039.157000', '090059.023000', '090059.025000', '090059.028000', '090059.030000', '090059.033000', '090059.036000', '090059.038000', '090059.041000', '090059.043000', '090059.046000', '090059.049000', '090059.051000', '090059.054000', '090059.057000', '090059.059000', '090059.062000', '090059.064000', '090059.067000', '090059.070000', '090059.072000', '090059.075000', '090059.077000', '090059.080000', '090059.083000', '090059.085000', '090059.088000', '090059.090000', '090059.093000', '090059.096000', '090059.098000', '090059.101000', '090059.103000', '090059.106000', '090059.109000', '090059.111000', '090059.114000', '090059.116000', '090059.119000', '090059.121000', '090059.124000', '090059.127000', '090059.130000', '090059.132000', '090059.135000', '090119.024000', '090119.027000', '090119.030000', '090119.032000', '090119.035000', '090119.037000', '090119.040000', '090119.043000', '090119.047000', '090119.049000', '090119.052000', '090119.055000', '090119.057000', '090119.060000', '090119.062000', '090119.065000', '090119.068000', '090119.070000', '090119.073000', '090119.075000', '090119.078000', '090119.080000', '090119.083000', '090119.086000', '090119.088000', '090119.091000', '090119.094000', '090119.096000', '090119.099000', '090119.101000', '090119.104000', '090119.106000', '090119.109000', '090119.111000', '090119.114000', '090119.117000', '090119.119000', '090119.122000', '090119.124000', '090119.127000', '090119.130000', '090119.132000', '090119.135000', '090139.023000', '090139.026000', '090139.029000', '090139.032000', '090139.034000', '090139.037000', '090139.039000', '090139.042000', '090139.045000', '090139.047000', '090139.050000', '090139.052000', '090139.055000', '090139.058000', '090139.060000', '090139.063000', '090139.066000', '090139.068000', '090139.071000', '090139.073000', '090139.076000', '090139.078000', '090139.081000', '090139.084000', '090139.086000', '090139.089000', '090139.092000', '090139.094000', '090139.097000', '090139.099000', '090139.102000', '090139.104000', '090139.107000', '090139.110000', '090139.112000', '090139.115000', '090139.117000', '090139.126000', '090139.129000', '090139.132000', '090139.134000', '090139.137000', '090139.140000', '090139.142000', '090159.024000', '090159.027000', '090159.029000', '090159.032000', '090159.035000', '090159.038000', '090159.040000', '090159.043000', '090159.045000', '090159.048000', '090159.050000', '090159.053000', '090159.056000', '090159.068000', '090159.070000', '090159.073000', '090159.075000', '090159.078000', '090159.080000', '090159.083000', '090159.086000', '090159.088000', '090159.091000', '090159.093000', '090159.096000', '090159.099000', '090159.101000', '090159.104000', '090159.106000', '090159.109000', '090159.111000', '090159.114000', '090159.117000', '090159.119000', '090159.122000', '090159.124000', '090159.127000', '090159.130000', '090159.132000', '090159.135000', '090159.137000', '090159.140000', '090159.143000', '090219.022000', '090219.025000', '090219.028000', '090219.030000', '090219.033000', '090219.036000', '090219.044000', '090219.046000', '090219.049000', '090219.052000', '090219.055000', '090219.057000', '090219.060000', '090219.063000', '090219.066000', '090219.069000', '090219.071000', '090219.074000', '090219.076000', '090219.079000', '090219.082000', '090219.084000', '090219.087000', '090219.089000', '090219.092000', '090219.094000', '090219.097000', '090219.099000', '090219.102000', '090219.105000', '090219.107000', '090219.110000', '090219.112000', '090219.115000', '090219.118000', '090219.120000', '090219.123000', '090219.125000', '090219.128000', '090219.131000', '090219.133000', '090219.136000', '090219.139000', '090239.022000', '090239.025000', '090239.028000', '090239.030000', '090239.033000', '090239.036000', '090239.039000', '090239.041000', '090239.044000', '090239.046000', '090239.049000', '090239.051000', '090239.054000', '090239.057000', '090239.059000', '090239.062000', '090239.064000', '090239.067000', '090239.070000', '090239.072000', '090239.075000', '090239.077000', '090239.080000', '090239.082000', '090239.085000', '090239.088000', '090239.090000', '090239.093000', '090239.095000', '090239.098000', '090239.101000', '090239.103000', '090239.106000', '090239.109000', '090239.111000', '090239.114000', '090239.116000', '090239.119000', '090239.121000', '090239.124000', '090239.127000', '090239.129000', '090239.132000', '090239.134000', '090259.023000', '090259.025000', '090259.028000', '090259.031000', '090259.033000', '090259.036000', '090259.038000', '090259.041000', '090259.044000', '090259.046000', '090259.049000', '090259.051000', '090259.054000', '090259.056000', '090259.059000', '090259.062000', '090259.064000', '090259.067000', '090259.069000', '090259.072000', '090259.075000', '090259.077000', '090259.080000', '090259.082000', '090259.085000', '090259.087000', '090259.090000', '090259.093000', '090259.095000', '090259.108000', '090259.110000', '090259.113000', '090259.116000', '090259.118000', '090259.121000', '090259.123000', '090259.126000', '090259.129000', '090259.131000', '090259.134000', '090259.136000', '090259.139000', '090259.142000', '090319.023000', '090319.026000', '090319.028000', '090319.031000', '090319.034000', '090319.036000', '090319.039000', '090319.041000', '090319.044000', '090319.047000', '090319.049000', '090319.052000', '090319.055000', '090319.057000', '090319.060000', '090319.063000', '090319.065000', '090319.068000', '090319.070000', '090319.073000', '090319.076000', '090319.078000', '090319.081000', '090319.083000', '090319.086000', '090319.088000', '090319.091000', '090319.094000', '090319.097000', '090319.099000', '090319.102000', '090319.104000', '090319.107000', '090319.109000', '090319.112000', '090319.115000', '090319.117000', '090319.120000', '090319.122000', '090319.125000', '090319.127000', '090319.130000', '090319.133000', '090319.135000', '090328.941000', '090328.944000', '090328.946000', '090328.949000', '090328.952000', '090328.955000', '090328.958000', '090328.960000', '090328.963000', '090328.965000', '090328.969000', '090328.972000', '090328.975000', '090328.977000', '090328.980000', '090328.983000', '090329.006000', '090329.009000', '090329.012000', '090329.023000', '090329.025000', '090329.028000'], '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': [10794, 12303, 9424, 8543, 12835, 9227, 8432, 8304, 6864, 12131, 9329, 9271, 12686, 8377, 8346, 10207, 8626, 15251, 10048, 8089, 11484, 8597, 15326, 10858, 8512, 12550, 8909, 9232, 12742, 10587, 15250, 9929, 8279, 13213, 9916, 15687, 10381, 7618, 12673, 8972, 10761, 10641, 10076, 16173, 9214, 8757, 11727, 9225, 17307, 11660, 8334, 11576, 8540, 13196, 10540, 8247, 13267, 8879, 13056, 10207, 10894, 16194, 9540, 10236, 9432, 8014, 14564, 10181, 9011, 10207, 7999, 15547, 10700, 10451, 9138, 7413, 13558, 9901, 9655, 11572, 8459, 13541, 10736, 8388, 13469, 9070, 10312, 12149, 10274, 17004, 9516, 9407, 12141, 9722, 17737, 11695, 8418, 13358, 9322, 10826, 16507, 9992, 9485, 10303, 9109, 17950, 11654, 8448, 12117, 9101, 12499, 12679, 8389, 14133, 9044, 9518, 12360, 10120, 16717, 9627, 8241, 11702, 9133, 16129, 10901, 8116, 11133, 8803, 12271, 11512, 8328, 13800, 9529, 11206, 13207, 9225, 15131, 9609, 10608, 13950, 9205, 9890, 9647, 8078, 15145, 11095, 8748, 12186, 9146, 16456, 11816, 8998, 14101, 9276, 10921, 12275, 10230, 15373, 9017, 8071, 13172, 9814, 8781, 10430, 8782, 14579, 10735, 7940, 12884, 9163, 9092, 13863, 9614, 8029, 11639, 8966, 12093, 13001, 10744, 13179, 9746, 8150, 15263, 10627, 13545, 15512, 9567, 10531, 9641, 8674, 17527, 11011, 8638, 11791, 8909, 12949, 11790, 8504, 14264, 9365, 9077, 12926, 11146, 18750, 10590, 7692, 11746, 8983, 11042, 12236, 8419, 13746, 9458, 10094, 12284, 8751, 9538, 10788, 10410, 13981, 9084, 7966, 13579, 9860, 8946, 10405, 8577, 16122, 11172, 8266, 13325, 9509, 11266, 15955, 10491, 10579, 11237, 9260, 15465, 12212, 8605, 14946, 9849, 12348, 16249, 9682, 9235, 10196, 9177, 17916, 10405, 8766, 12292, 9987, 13292, 10094, 8070, 14914, 10481, 10970, 10020, 8585, 10385, 10018, 9178, 10531, 13495, 8885, 7551, 13524, 11067, 10727, 11164, 8801, 14594, 10581, 9437, 16739, 9963, 7865, 12229, 9412, 11657, 15661, 9961, 9411, 11451, 9256, 17244, 12839, 10018, 14210, 9177, 9451, 12864, 11613, 16409, 9064, 8061, 12657, 9817, 8447, 10316, 8357, 10636, 10727, 8909, 11442, 8735, 7481, 13604, 10120, 8593, 11822, 8989, 16088, 10685, 10242, 12708, 8918, 9151, 11828, 11046, 14065, 9622, 8043, 15073, 10284, 10474, 12640, 8841, 14094, 9945, 11197, 14469, 8947, 9856, 9212, 9362, 16599, 9984, 9014, 10196, 9328, 15754, 9276, 7350, 11542, 9405, 10863, 13528, 8620, 8381, 12733, 10429, 8982, 9884, 8319, 9528, 12867, 11474, 12891, 12565, 9272, 12402, 11326, 9382, 18647, 12680, 8861, 11272, 8655, 7769, 12818, 9406, 7986, 11992, 8630, 9353, 13483, 11829, 14457, 10632, 8740, 10017, 10387, 9445, 11622, 9486, 8010, 8364, 11112, 9224, 10567, 9721, 8132, 9895, 10609, 9379, 15244, 16657, 9144, 7245, 8449, 8952, 8611, 8237, 12082, 9531, 7883, 13875, 12623, 10000, 13513, 12919, 9887, 14128, 10322, 9612, 18166, 11512, 8310, 10751, 9820, 7813, 16484, 9715, 7449, 11173, 9195, 9069, 12566, 8978, 7809, 11179, 8888, 8068, 8800, 7573, 9660, 10573, 9295, 11716, 9558, 7704, 14626, 9859, 11748, 15491, 9333, 9650, 10131, 9587, 17745, 10205, 8121, 12321, 9132, 10067, 12959, 9586, 11639, 8938, 8406, 13906, 9159, 9371, 9752, 8969, 13658, 8937, 7738, 12012, 9454, 8763, 11532, 8639, 11394, 10436, 8556, 15381, 9494, 9165, 12950, 9882, 17811, 11687, 8092, 13419, 9042, 10004, 13916, 9050, 11948, 9113, 9433, 14453, 10186, 10889, 8705, 7568, 13403, 9715, 9168, 9632, 7717, 14263, 10406, 10306, 9136, 7818, 13645, 9676, 8457, 10949, 8575, 13694, 10142, 7881, 13993, 9371, 9290, 13922, 10407, 12694, 10060, 8206, 15518, 9989, 13400, 14031, 9311, 13347, 8781, 8333, 13561, 10717, 10357, 9570, 7892, 14952, 10160, 9713, 12700, 9023, 10351, 9810, 8902, 16484, 10131, 9137, 10964, 8767, 16772, 10788, 9371, 11849, 8646, 12062, 9529, 8719, 13624, 8761, 9606, 11018, 9650, 14508, 8829, 7803, 12431, 9295, 9641, 10708, 8345, 13095, 10123, 8215, 13917, 9197, 9467, 14739, 9986, 10157, 11511, 9174, 17873, 11622, 10331, 13519, 9348, 9225, 12058, 10160, 16247, 10107, 8358, 12777, 9369, 16851, 10994, 8316, 12432, 8815, 9344, 12048, 10338, 11269, 9310, 7677, 13726, 9905, 12844, 12849, 8947, 13373, 9184, 8580, 14603, 10263, 9179, 11248, 8806, 17100, 11314, 9125, 12484, 8747, 11021, 11705, 10892, 17241, 9792, 8515, 13220, 9880, 12330, 10039, 8103, 13023, 9165, 11499, 12068, 8729, 14402, 9291, 9109, 14826, 10669, 10559, 9686, 8039, 16123, 11021, 8023, 11520, 8697, 10893, 12747, 8631, 10122, 10003, 9373, 15084, 9263, 7970, 12860, 9563, 11794, 13194, 9223, 11019, 10347, 9275, 18535, 11036, 8768, 12554, 9321, 13171, 13801, 9413, 16004, 9864, 9176, 13815, 10880, 11292, 9833, 8213, 15214, 10581, 10557, 13197, 9104, 12757, 9547, 9317, 15630, 9496, 8700, 10903, 9261, 15901, 10071, 8098, 11790, 9107, 10861, 12717, 9155, 10473, 9339, 8975, 16195, 9973, 8194, 12760, 10087, 8503, 11379, 11124, 10682, 19572, 11658, 9230, 14166, 9585, 11405, 13421, 9711, 9843, 9245, 8031, 13482, 9959, 16680, 10719, 8865, 10537, 8625, 14488, 11092, 8166, 13375, 9209, 10031, 14027, 10305, 9802, 9793, 8306, 16178, 11248, 8621, 11524, 9014, 12640, 10854, 10390, 15730, 9776, 8675, 12170, 9537, 17478, 11516, 8280, 11919, 8884, 12720, 12345, 8919, 12573, 9408, 9534, 13518, 9039, 9281, 11160, 9551, 17771, 11826, 8741, 13307, 9497, 14032, 11990, 9715, 15420, 9775, 10191, 10559, 10357, 15760, 9461, 9755, 9944, 9220, 16186, 9821, 9221, 11186, 9159, 16791, 10976, 8530, 11786, 8855, 16024, 10478, 9538, 11911, 8741, 14709, 9729, 10764, 13317, 8905, 14275, 9465, 10224, 12969, 9739, 14419, 9070, 9043, 13078, 10445, 9832, 8964, 7759, 14001, 10394, 8370, 11821, 8660, 13471, 10159, 9465, 14126, 9217, 10661, 10114, 10572, 16517, 9896, 10373, 10454, 9115, 16415, 11173, 9047, 11144, 8622, 15102, 10195, 11698, 14649, 9401, 15439, 10157, 11262, 12408, 8842, 11784, 9114, 8679, 14602, 9620, 8282, 10346, 8909, 15202, 9495, 8254, 12017, 9036, 15724, 11942, 8730, 13343, 9576, 17447, 11306, 12605, 11742, 8334, 12798, 9362, 11543, 11575, 8718, 11682, 8955, 9194, 14493, 9473, 9798, 10235, 9148, 16011, 11746, 13802, 9570, 8202, 13403, 10201, 14241, 9903, 8161, 12039, 9173, 16141, 10888, 8555, 11011, 8665, 15022, 10354, 9135, 12468, 8882, 10780, 9490, 10121, 15392, 9946, 10723, 9353, 10702, 15194, 10175, 12837, 9178, 8057, 11615, 10223, 13175, 8999, 8340, 12726, 10016, 10176, 9080, 7822, 13455, 9654, 11443, 12840, 8738, 12717, 9408, 9350, 12916, 10897, 17217, 10642, 8353, 12004, 9072, 11234, 13231, 9340, 12961, 9524, 9893, 14286, 9664, 10023, 9851, 8370, 7888, 12942, 10754, 13255, 17722, 9607, 8058, 10237, 8902, 8102, 10990, 8079, 12641, 8990, 15774, 11213, 8311, 11672, 8909, 9171, 13090, 10402, 17671, 10778, 14430, 10427, 10890, 13363, 9720, 14705, 10089, 9675, 10452, 9026, 14226, 10787, 12256, 9546, 7642, 11393, 9525, 10719, 9394, 7581, 12253, 9460, 11977, 9365, 8227, 11597, 9471, 15295, 9226, 8780, 10594, 9063, 14164, 9031, 8793, 10856, 8627, 14986, 9116, 8731, 10592, 9150, 15326, 9807, 7909, 12115, 9219, 13685, 10072, 8007, 12822, 9092, 11759, 12074, 8414, 13990, 9315, 10870, 12445, 9399, 14569, 9335, 9797, 12337, 9509, 11810, 9276, 7807, 13163, 10067, 9672, 9789, 8161, 14532, 10190, 8319, 11305, 8433, 10951, 11073, 8525, 13774, 9130, 9497, 12444, 8790, 10221, 8874, 8591, 14600, 9501, 8409, 11827, 9595, 11010, 9145, 7495, 13981, 10096, 11072, 10349, 8297, 14490], 'WindowCenter': [4301.0, 4282.0, 4249.0, 4235.0, 4264.0, 4234.0, 4222.0, 4223.0, 4205.0, 4277.0, 4246.0, 4260.0, 4290.0, 4251.0, 4238.0, 4269.0, 4250.0, 4311.0, 4271.0, 4240.0, 4279.0, 4251.0, 4300.0, 4273.0, 4250.0, 4291.0, 4250.0, 4261.0, 4292.0, 4273.0, 4311.0, 4272.0, 4241.0, 4290.0, 4262.0, 4300.0, 4269.0, 4241.0, 4291.0, 4261.0, 4270.0, 4272.0, 4272.0, 4312.0, 4260.0, 4252.0, 4283.0, 4262.0, 4312.0, 4283.0, 4241.0, 4281.0, 4251.0, 4290.0, 4270.0, 4249.0, 4291.0, 4263.0, 4291.0, 4272.0, 4272.0, 4313.0, 4261.0, 4270.0, 4259.0, 4241.0, 4301.0, 4273.0, 4263.0, 4271.0, 4241.0, 4314.0, 4284.0, 4271.0, 4260.0, 4231.0, 4302.0, 4275.0, 4274.0, 4294.0, 4264.0, 4301.0, 4287.0, 4264.0, 4316.0, 4279.0, 4284.0, 4295.0, 4285.0, 4325.0, 4274.0, 4263.0, 4291.0, 4274.0, 4324.0, 4284.0, 4242.0, 4292.0, 4263.0, 4283.0, 4324.0, 4275.0, 4263.0, 4272.0, 4252.0, 4322.0, 4280.0, 4240.0, 4281.0, 4250.0, 4280.0, 4289.0, 4240.0, 4299.0, 4248.0, 4259.0, 4290.0, 4270.0, 4309.0, 4259.0, 4250.0, 4279.0, 4261.0, 4313.0, 4272.0, 4241.0, 4279.0, 4263.0, 4281.0, 4281.0, 4250.0, 4303.0, 4262.0, 4271.0, 4291.0, 4264.0, 4300.0, 4261.0, 4270.0, 4301.0, 4261.0, 4259.0, 4262.0, 4241.0, 4303.0, 4282.0, 4252.0, 4291.0, 4263.0, 4311.0, 4282.0, 4253.0, 4302.0, 4262.0, 4271.0, 4280.0, 4270.0, 4303.0, 4250.0, 4239.0, 4289.0, 4271.0, 4250.0, 4282.0, 4264.0, 4314.0, 4285.0, 4253.0, 4292.0, 4261.0, 4263.0, 4302.0, 4274.0, 4253.0, 4292.0, 4264.0, 4292.0, 4304.0, 4284.0, 4302.0, 4262.0, 4241.0, 4301.0, 4271.0, 4290.0, 4299.0, 4260.0, 4269.0, 4259.0, 4240.0, 4310.0, 4270.0, 4250.0, 4280.0, 4250.0, 4277.0, 4280.0, 4250.0, 4301.0, 4261.0, 4249.0, 4290.0, 4272.0, 4312.0, 4269.0, 4231.0, 4278.0, 4250.0, 4268.0, 4279.0, 4250.0, 4291.0, 4260.0, 4272.0, 4290.0, 4252.0, 4259.0, 4282.0, 4283.0, 4302.0, 4262.0, 4254.0, 4302.0, 4273.0, 4264.0, 4283.0, 4265.0, 4314.0, 4296.0, 4255.0, 4304.0, 4274.0, 4283.0, 4328.0, 4285.0, 4272.0, 4283.0, 4264.0, 4312.0, 4292.0, 4252.0, 4301.0, 4273.0, 4292.0, 4314.0, 4260.0, 4249.0, 4269.0, 4260.0, 4320.0, 4271.0, 4249.0, 4279.0, 4261.0, 4289.0, 4271.0, 4239.0, 4298.0, 4269.0, 4269.0, 4257.0, 4249.0, 4258.0, 4257.0, 4260.0, 4281.0, 4301.0, 4272.0, 4242.0, 4300.0, 4283.0, 4281.0, 4280.0, 4259.0, 4300.0, 4271.0, 4260.0, 4310.0, 4259.0, 4240.0, 4278.0, 4248.0, 4279.0, 4312.0, 4258.0, 4248.0, 4277.0, 4258.0, 4309.0, 4291.0, 4259.0, 4287.0, 4248.0, 4245.0, 4278.0, 4269.0, 4297.0, 4235.0, 4226.0, 4274.0, 4257.0, 4237.0, 4267.0, 4238.0, 4268.0, 4280.0, 4249.0, 4277.0, 4249.0, 4232.0, 4301.0, 4270.0, 4262.0, 4292.0, 4261.0, 4310.0, 4272.0, 4271.0, 4290.0, 4250.0, 4259.0, 4279.0, 4279.0, 4300.0, 4259.0, 4239.0, 4299.0, 4271.0, 4269.0, 4289.0, 4248.0, 4287.0, 4257.0, 4267.0, 4288.0, 4249.0, 4255.0, 4247.0, 4249.0, 4308.0, 4259.0, 4248.0, 4257.0, 4258.0, 4298.0, 4258.0, 4228.0, 4279.0, 4260.0, 4280.0, 4301.0, 4251.0, 4250.0, 4293.0, 4283.0, 4259.0, 4269.0, 4252.0, 4269.0, 4301.0, 4293.0, 4302.0, 4290.0, 4261.0, 4290.0, 4268.0, 4248.0, 4309.0, 4275.0, 4235.0, 4266.0, 4234.0, 4225.0, 4274.0, 4244.0, 4225.0, 4275.0, 4236.0, 4247.0, 4286.0, 4277.0, 4298.0, 4255.0, 4236.0, 4255.0, 4256.0, 4257.0, 4277.0, 4257.0, 4237.0, 4236.0, 4279.0, 4260.0, 4268.0, 4259.0, 4239.0, 4269.0, 4270.0, 4259.0, 4312.0, 4326.0, 4274.0, 4242.0, 4252.0, 4260.0, 4251.0, 4251.0, 4290.0, 4271.0, 4253.0, 4302.0, 4292.0, 4271.0, 4288.0, 4275.0, 4244.0, 4275.0, 4244.0, 4243.0, 4294.0, 4252.0, 4222.0, 4250.0, 4242.0, 4211.0, 4294.0, 4243.0, 4213.0, 4264.0, 4246.0, 4246.0, 4277.0, 4248.0, 4227.0, 4267.0, 4249.0, 4238.0, 4249.0, 4239.0, 4270.0, 4281.0, 4271.0, 4291.0, 4272.0, 4241.0, 4302.0, 4271.0, 4281.0, 4300.0, 4249.0, 4246.0, 4258.0, 4259.0, 4310.0, 4260.0, 4237.0, 4278.0, 4249.0, 4258.0, 4280.0, 4258.0, 4267.0, 4248.0, 4237.0, 4289.0, 4260.0, 4256.0, 4260.0, 4261.0, 4303.0, 4262.0, 4242.0, 4293.0, 4273.0, 4263.0, 4292.0, 4264.0, 4293.0, 4284.0, 4264.0, 4313.0, 4273.0, 4263.0, 4292.0, 4273.0, 4322.0, 4283.0, 4241.0, 4291.0, 4262.0, 4271.0, 4300.0, 4260.0, 4278.0, 4250.0, 4260.0, 4301.0, 4271.0, 4269.0, 4251.0, 4230.0, 4290.0, 4261.0, 4260.0, 4271.0, 4241.0, 4302.0, 4281.0, 4270.0, 4260.0, 4241.0, 4302.0, 4272.0, 4253.0, 4283.0, 4264.0, 4303.0, 4285.0, 4256.0, 4315.0, 4275.0, 4274.0, 4314.0, 4285.0, 4304.0, 4273.0, 4251.0, 4310.0, 4272.0, 4303.0, 4300.0, 4261.0, 4290.0, 4251.0, 4249.0, 4300.0, 4271.0, 4270.0, 4259.0, 4240.0, 4298.0, 4271.0, 4261.0, 4291.0, 4261.0, 4270.0, 4271.0, 4260.0, 4311.0, 4272.0, 4260.0, 4269.0, 4249.0, 4309.0, 4270.0, 4259.0, 4280.0, 4249.0, 4279.0, 4260.0, 4250.0, 4300.0, 4250.0, 4271.0, 4283.0, 4273.0, 4313.0, 4262.0, 4242.0, 4303.0, 4274.0, 4274.0, 4284.0, 4266.0, 4304.0, 4285.0, 4265.0, 4315.0, 4275.0, 4273.0, 4315.0, 4286.0, 4283.0, 4293.0, 4274.0, 4324.0, 4294.0, 4273.0, 4302.0, 4263.0, 4261.0, 4292.0, 4272.0, 4312.0, 4271.0, 4251.0, 4291.0, 4261.0, 4311.0, 4270.0, 4250.0, 4289.0, 4262.0, 4261.0, 4292.0, 4272.0, 4282.0, 4274.0, 4243.0, 4303.0, 4283.0, 4303.0, 4303.0, 4264.0, 4303.0, 4272.0, 4264.0, 4313.0, 4284.0, 4273.0, 4293.0, 4263.0, 4324.0, 4296.0, 4274.0, 4303.0, 4264.0, 4281.0, 4293.0, 4283.0, 4322.0, 4271.0, 4251.0, 4302.0, 4272.0, 4292.0, 4271.0, 4240.0, 4290.0, 4262.0, 4281.0, 4291.0, 4252.0, 4302.0, 4262.0, 4263.0, 4302.0, 4272.0, 4270.0, 4260.0, 4240.0, 4310.0, 4281.0, 4242.0, 4281.0, 4262.0, 4283.0, 4303.0, 4264.0, 4272.0, 4273.0, 4275.0, 4324.0, 4275.0, 4254.0, 4301.0, 4273.0, 4296.0, 4305.0, 4275.0, 4282.0, 4274.0, 4263.0, 4324.0, 4283.0, 4251.0, 4291.0, 4264.0, 4302.0, 4302.0, 4259.0, 4311.0, 4271.0, 4261.0, 4301.0, 4270.0, 4280.0, 4260.0, 4251.0, 4300.0, 4269.0, 4271.0, 4291.0, 4251.0, 4289.0, 4260.0, 4259.0, 4312.0, 4261.0, 4251.0, 4280.0, 4263.0, 4313.0, 4272.0, 4254.0, 4292.0, 4264.0, 4285.0, 4305.0, 4275.0, 4285.0, 4274.0, 4264.0, 4325.0, 4275.0, 4255.0, 4316.0, 4286.0, 4276.0, 4307.0, 4298.0, 4286.0, 4336.0, 4294.0, 4262.0, 4302.0, 4262.0, 4281.0, 4290.0, 4260.0, 4259.0, 4259.0, 4240.0, 4290.0, 4261.0, 4311.0, 4270.0, 4249.0, 4270.0, 4250.0, 4301.0, 4282.0, 4251.0, 4302.0, 4261.0, 4272.0, 4304.0, 4274.0, 4273.0, 4273.0, 4253.0, 4324.0, 4293.0, 4264.0, 4293.0, 4264.0, 4292.0, 4285.0, 4284.0, 4314.0, 4275.0, 4253.0, 4294.0, 4275.0, 4324.0, 4294.0, 4253.0, 4292.0, 4262.0, 4291.0, 4293.0, 4263.0, 4303.0, 4274.0, 4274.0, 4303.0, 4264.0, 4272.0, 4294.0, 4275.0, 4334.0, 4295.0, 4264.0, 4302.0, 4273.0, 4302.0, 4282.0, 4262.0, 4300.0, 4260.0, 4270.0, 4269.0, 4272.0, 4311.0, 4260.0, 4259.0, 4260.0, 4259.0, 4310.0, 4269.0, 4259.0, 4280.0, 4261.0, 4311.0, 4281.0, 4251.0, 4280.0, 4261.0, 4311.0, 4271.0, 4261.0, 4281.0, 4251.0, 4300.0, 4261.0, 4269.0, 4291.0, 4251.0, 4300.0, 4260.0, 4268.0, 4290.0, 4260.0, 4300.0, 4250.0, 4263.0, 4302.0, 4283.0, 4272.0, 4262.0, 4243.0, 4313.0, 4284.0, 4264.0, 4294.0, 4264.0, 4303.0, 4284.0, 4274.0, 4314.0, 4275.0, 4283.0, 4284.0, 4283.0, 4324.0, 4274.0, 4272.0, 4282.0, 4261.0, 4312.0, 4282.0, 4251.0, 4280.0, 4252.0, 4311.0, 4272.0, 4292.0, 4329.0, 4274.0, 4310.0, 4271.0, 4282.0, 4291.0, 4260.0, 4280.0, 4261.0, 4251.0, 4312.0, 4272.0, 4251.0, 4284.0, 4264.0, 4323.0, 4274.0, 4264.0, 4303.0, 4276.0, 4324.0, 4296.0, 4263.0, 4303.0, 4273.0, 4322.0, 4282.0, 4290.0, 4281.0, 4239.0, 4289.0, 4259.0, 4279.0, 4280.0, 4251.0, 4280.0, 4263.0, 4261.0, 4312.0, 4273.0, 4269.0, 4272.0, 4262.0, 4313.0, 4292.0, 4300.0, 4260.0, 4239.0, 4291.0, 4271.0, 4300.0, 4258.0, 4239.0, 4279.0, 4261.0, 4309.0, 4271.0, 4249.0, 4269.0, 4251.0, 4300.0, 4270.0, 4259.0, 4290.0, 4261.0, 4270.0, 4261.0, 4270.0, 4310.0, 4272.0, 4270.0, 4261.0, 4270.0, 4300.0, 4271.0, 4289.0, 4259.0, 4239.0, 4280.0, 4272.0, 4300.0, 4261.0, 4252.0, 4302.0, 4273.0, 4282.0, 4262.0, 4240.0, 4302.0, 4274.0, 4293.0, 4303.0, 4263.0, 4302.0, 4263.0, 4262.0, 4303.0, 4283.0, 4323.0, 4272.0, 4250.0, 4291.0, 4263.0, 4281.0, 4302.0, 4262.0, 4291.0, 4261.0, 4259.0, 4303.0, 4259.0, 4258.0, 4259.0, 4254.0, 4266.0, 4306.0, 4283.0, 4304.0, 4338.0, 4286.0, 4267.0, 4283.0, 4264.0, 4253.0, 4285.0, 4254.0, 4306.0, 4266.0, 4312.0, 4284.0, 4252.0, 4281.0, 4260.0, 4261.0, 4290.0, 4270.0, 4312.0, 4271.0, 4290.0, 4261.0, 4257.0, 4277.0, 4248.0, 4285.0, 4256.0, 4234.0, 4254.0, 4234.0, 4287.0, 4265.0, 4265.0, 4246.0, 4225.0, 4267.0, 4258.0, 4266.0, 4249.0, 4228.0, 4279.0, 4260.0, 4280.0, 4261.0, 4240.0, 4281.0, 4261.0, 4312.0, 4261.0, 4250.0, 4270.0, 4262.0, 4303.0, 4262.0, 4253.0, 4283.0, 4252.0, 4316.0, 4264.0, 4253.0, 4283.0, 4264.0, 4314.0, 4274.0, 4253.0, 4294.0, 4264.0, 4304.0, 4274.0, 4255.0, 4291.0, 4264.0, 4295.0, 4293.0, 4253.0, 4302.0, 4263.0, 4281.0, 4293.0, 4263.0, 4303.0, 4262.0, 4261.0, 4293.0, 4273.0, 4281.0, 4260.0, 4241.0, 4302.0, 4273.0, 4262.0, 4271.0, 4253.0, 4301.0, 4273.0, 4253.0, 4282.0, 4252.0, 4283.0, 4284.0, 4264.0, 4304.0, 4276.0, 4274.0, 4305.0, 4265.0, 4284.0, 4264.0, 4264.0, 4315.0, 4286.0, 4266.0, 4295.0, 4274.0, 4284.0, 4275.0, 4245.0, 4304.0, 4285.0, 4285.0, 4285.0, 4253.0, 4313.0], 'WindowWidth': [9528.0, 9482.0, 9431.0, 9405.0, 9440.0, 9398.0, 9380.0, 9382.0, 9364.0, 9460.0, 9422.0, 9444.0, 9484.0, 9434.0, 9413.0, 9455.0, 9431.0, 9513.0, 9459.0, 9417.0, 9468.0, 9434.0, 9498.0, 9464.0, 9431.0, 9485.0, 9433.0, 9447.0, 9488.0, 9466.0, 9515.0, 9463.0, 9420.0, 9484.0, 9449.0, 9499.0, 9456.0, 9421.0, 9486.0, 9448.0, 9457.0, 9463.0, 9461.0, 9516.0, 9447.0, 9436.0, 9478.0, 9450.0, 9518.0, 9478.0, 9420.0, 9475.0, 9435.0, 9484.0, 9458.0, 9430.0, 9486.0, 9451.0, 9487.0, 9463.0, 9463.0, 9519.0, 9446.0, 9457.0, 9442.0, 9421.0, 9501.0, 9466.0, 9452.0, 9463.0, 9424.0, 9522.0, 9483.0, 9462.0, 9445.0, 9409.0, 9505.0, 9471.0, 9470.0, 9496.0, 9459.0, 9503.0, 9490.0, 9458.0, 9529.0, 9486.0, 9485.0, 9500.0, 9487.0, 9540.0, 9469.0, 9453.0, 9490.0, 9469.0, 9536.0, 9481.0, 9424.0, 9489.0, 9452.0, 9478.0, 9536.0, 9470.0, 9453.0, 9463.0, 9436.0, 9532.0, 9473.0, 9418.0, 9471.0, 9432.0, 9471.0, 9483.0, 9417.0, 9496.0, 9428.0, 9440.0, 9483.0, 9458.0, 9511.0, 9443.0, 9433.0, 9468.0, 9447.0, 9518.0, 9463.0, 9421.0, 9470.0, 9452.0, 9473.0, 9476.0, 9434.0, 9504.0, 9450.0, 9460.0, 9489.0, 9454.0, 9500.0, 9448.0, 9456.0, 9503.0, 9448.0, 9444.0, 9449.0, 9421.0, 9506.0, 9478.0, 9439.0, 9489.0, 9454.0, 9515.0, 9477.0, 9440.0, 9502.0, 9450.0, 9460.0, 9473.0, 9460.0, 9505.0, 9430.0, 9416.0, 9483.0, 9462.0, 9434.0, 9476.0, 9457.0, 9522.0, 9484.0, 9440.0, 9489.0, 9449.0, 9454.0, 9507.0, 9471.0, 9443.0, 9492.0, 9457.0, 9492.0, 9509.0, 9481.0, 9505.0, 9451.0, 9422.0, 9501.0, 9461.0, 9485.0, 9498.0, 9444.0, 9454.0, 9440.0, 9415.0, 9513.0, 9457.0, 9430.0, 9468.0, 9429.0, 9463.0, 9470.0, 9433.0, 9500.0, 9447.0, 9429.0, 9483.0, 9461.0, 9516.0, 9454.0, 9406.0, 9465.0, 9431.0, 9453.0, 9471.0, 9432.0, 9488.0, 9445.0, 9463.0, 9486.0, 9438.0, 9443.0, 9477.0, 9480.0, 9506.0, 9453.0, 9444.0, 9505.0, 9468.0, 9456.0, 9480.0, 9458.0, 9525.0, 9503.0, 9448.0, 9510.0, 9472.0, 9481.0, 9547.0, 9484.0, 9465.0, 9479.0, 9455.0, 9517.0, 9491.0, 9437.0, 9502.0, 9465.0, 9489.0, 9522.0, 9447.0, 9429.0, 9457.0, 9445.0, 9527.0, 9461.0, 9430.0, 9468.0, 9446.0, 9482.0, 9460.0, 9417.0, 9493.0, 9456.0, 9455.0, 9435.0, 9429.0, 9436.0, 9435.0, 9447.0, 9478.0, 9504.0, 9469.0, 9428.0, 9502.0, 9482.0, 9477.0, 9472.0, 9445.0, 9499.0, 9461.0, 9444.0, 9514.0, 9442.0, 9419.0, 9467.0, 9426.0, 9467.0, 9516.0, 9439.0, 9427.0, 9463.0, 9440.0, 9510.0, 9488.0, 9441.0, 9478.0, 9424.0, 9418.0, 9464.0, 9455.0, 9490.0, 9404.0, 9391.0, 9455.0, 9435.0, 9409.0, 9450.0, 9415.0, 9454.0, 9472.0, 9431.0, 9465.0, 9428.0, 9411.0, 9503.0, 9462.0, 9453.0, 9491.0, 9448.0, 9512.0, 9463.0, 9460.0, 9484.0, 9431.0, 9443.0, 9469.0, 9468.0, 9497.0, 9443.0, 9416.0, 9497.0, 9460.0, 9455.0, 9483.0, 9427.0, 9476.0, 9438.0, 9450.0, 9479.0, 9427.0, 9431.0, 9423.0, 9427.0, 9507.0, 9441.0, 9424.0, 9438.0, 9440.0, 9495.0, 9441.0, 9402.0, 9470.0, 9448.0, 9476.0, 9504.0, 9436.0, 9436.0, 9493.0, 9479.0, 9446.0, 9457.0, 9438.0, 9459.0, 9504.0, 9495.0, 9508.0, 9490.0, 9450.0, 9485.0, 9454.0, 9426.0, 9510.0, 9459.0, 9403.0, 9446.0, 9403.0, 9390.0, 9454.0, 9417.0, 9392.0, 9457.0, 9408.0, 9423.0, 9475.0, 9463.0, 9493.0, 9431.0, 9407.0, 9431.0, 9434.0, 9436.0, 9464.0, 9437.0, 9412.0, 9411.0, 9470.0, 9444.0, 9456.0, 9442.0, 9419.0, 9457.0, 9458.0, 9442.0, 9520.0, 9548.0, 9472.0, 9428.0, 9439.0, 9447.0, 9435.0, 9437.0, 9487.0, 9464.0, 9443.0, 9505.0, 9493.0, 9464.0, 9480.0, 9459.0, 9414.0, 9455.0, 9411.0, 9410.0, 9481.0, 9421.0, 9381.0, 9415.0, 9406.0, 9364.0, 9482.0, 9411.0, 9371.0, 9441.0, 9420.0, 9420.0, 9463.0, 9425.0, 9398.0, 9450.0, 9429.0, 9412.0, 9428.0, 9419.0, 9461.0, 9475.0, 9463.0, 9489.0, 9465.0, 9423.0, 9504.0, 9462.0, 9473.0, 9500.0, 9427.0, 9418.0, 9437.0, 9440.0, 9512.0, 9442.0, 9408.0, 9464.0, 9428.0, 9439.0, 9469.0, 9438.0, 9448.0, 9426.0, 9409.0, 9481.0, 9444.0, 9435.0, 9446.0, 9450.0, 9507.0, 9451.0, 9424.0, 9492.0, 9467.0, 9454.0, 9493.0, 9459.0, 9496.0, 9484.0, 9457.0, 9522.0, 9469.0, 9453.0, 9493.0, 9467.0, 9533.0, 9480.0, 9420.0, 9487.0, 9450.0, 9460.0, 9500.0, 9446.0, 9468.0, 9431.0, 9444.0, 9503.0, 9461.0, 9457.0, 9433.0, 9404.0, 9485.0, 9447.0, 9447.0, 9462.0, 9423.0, 9504.0, 9478.0, 9461.0, 9448.0, 9424.0, 9505.0, 9467.0, 9442.0, 9482.0, 9459.0, 9510.0, 9490.0, 9449.0, 9528.0, 9474.0, 9473.0, 9526.0, 9489.0, 9511.0, 9468.0, 9436.0, 9515.0, 9465.0, 9506.0, 9500.0, 9447.0, 9486.0, 9434.0, 9432.0, 9499.0, 9461.0, 9457.0, 9441.0, 9419.0, 9494.0, 9461.0, 9447.0, 9488.0, 9448.0, 9460.0, 9461.0, 9446.0, 9516.0, 9463.0, 9446.0, 9457.0, 9429.0, 9510.0, 9458.0, 9443.0, 9471.0, 9430.0, 9469.0, 9446.0, 9431.0, 9500.0, 9434.0, 9463.0, 9481.0, 9470.0, 9522.0, 9453.0, 9427.0, 9508.0, 9474.0, 9472.0, 9485.0, 9465.0, 9511.0, 9491.0, 9461.0, 9527.0, 9474.0, 9470.0, 9529.0, 9489.0, 9485.0, 9496.0, 9471.0, 9539.0, 9498.0, 9467.0, 9504.0, 9453.0, 9449.0, 9491.0, 9463.0, 9518.0, 9463.0, 9436.0, 9487.0, 9448.0, 9515.0, 9460.0, 9433.0, 9483.0, 9450.0, 9449.0, 9491.0, 9466.0, 9480.0, 9470.0, 9429.0, 9508.0, 9483.0, 9509.0, 9509.0, 9459.0, 9509.0, 9468.0, 9457.0, 9522.0, 9485.0, 9470.0, 9496.0, 9456.0, 9539.0, 9502.0, 9470.0, 9509.0, 9457.0, 9478.0, 9496.0, 9481.0, 9534.0, 9464.0, 9437.0, 9504.0, 9465.0, 9491.0, 9461.0, 9422.0, 9485.0, 9452.0, 9476.0, 9491.0, 9438.0, 9506.0, 9451.0, 9453.0, 9506.0, 9466.0, 9460.0, 9445.0, 9420.0, 9512.0, 9475.0, 9424.0, 9477.0, 9454.0, 9481.0, 9509.0, 9459.0, 9467.0, 9469.0, 9476.0, 9540.0, 9474.0, 9444.0, 9505.0, 9469.0, 9502.0, 9513.0, 9473.0, 9479.0, 9471.0, 9455.0, 9540.0, 9482.0, 9437.0, 9489.0, 9458.0, 9505.0, 9504.0, 9445.0, 9517.0, 9461.0, 9447.0, 9500.0, 9459.0, 9471.0, 9445.0, 9435.0, 9498.0, 9457.0, 9461.0, 9488.0, 9436.0, 9482.0, 9444.0, 9443.0, 9517.0, 9448.0, 9436.0, 9474.0, 9455.0, 9521.0, 9466.0, 9445.0, 9492.0, 9459.0, 9486.0, 9515.0, 9474.0, 9489.0, 9473.0, 9458.0, 9543.0, 9474.0, 9447.0, 9532.0, 9491.0, 9479.0, 9520.0, 9508.0, 9490.0, 9562.0, 9499.0, 9451.0, 9504.0, 9452.0, 9473.0, 9485.0, 9444.0, 9442.0, 9443.0, 9417.0, 9486.0, 9447.0, 9514.0, 9459.0, 9430.0, 9457.0, 9434.0, 9502.0, 9479.0, 9437.0, 9505.0, 9451.0, 9466.0, 9510.0, 9470.0, 9470.0, 9467.0, 9440.0, 9537.0, 9497.0, 9458.0, 9496.0, 9457.0, 9492.0, 9487.0, 9484.0, 9526.0, 9472.0, 9441.0, 9498.0, 9475.0, 9540.0, 9496.0, 9441.0, 9491.0, 9453.0, 9491.0, 9495.0, 9455.0, 9509.0, 9473.0, 9472.0, 9509.0, 9458.0, 9468.0, 9498.0, 9476.0, 9554.0, 9502.0, 9458.0, 9506.0, 9468.0, 9504.0, 9479.0, 9449.0, 9500.0, 9444.0, 9460.0, 9457.0, 9461.0, 9515.0, 9445.0, 9442.0, 9446.0, 9443.0, 9514.0, 9458.0, 9444.0, 9473.0, 9448.0, 9516.0, 9476.0, 9434.0, 9473.0, 9449.0, 9515.0, 9462.0, 9447.0, 9474.0, 9436.0, 9500.0, 9447.0, 9456.0, 9487.0, 9434.0, 9498.0, 9447.0, 9453.0, 9486.0, 9446.0, 9499.0, 9434.0, 9453.0, 9505.0, 9481.0, 9465.0, 9452.0, 9431.0, 9524.0, 9487.0, 9459.0, 9497.0, 9460.0, 9510.0, 9486.0, 9472.0, 9526.0, 9474.0, 9483.0, 9485.0, 9480.0, 9540.0, 9470.0, 9466.0, 9478.0, 9450.0, 9519.0, 9480.0, 9436.0, 9472.0, 9438.0, 9515.0, 9466.0, 9493.0, 9556.0, 9472.0, 9515.0, 9461.0, 9477.0, 9489.0, 9447.0, 9471.0, 9447.0, 9436.0, 9519.0, 9466.0, 9440.0, 9485.0, 9460.0, 9537.0, 9472.0, 9459.0, 9511.0, 9479.0, 9541.0, 9505.0, 9456.0, 9508.0, 9468.0, 9534.0, 9479.0, 9484.0, 9474.0, 9416.0, 9481.0, 9444.0, 9469.0, 9471.0, 9435.0, 9472.0, 9455.0, 9450.0, 9521.0, 9468.0, 9460.0, 9465.0, 9452.0, 9522.0, 9493.0, 9500.0, 9446.0, 9416.0, 9488.0, 9460.0, 9498.0, 9441.0, 9416.0, 9469.0, 9449.0, 9510.0, 9461.0, 9430.0, 9455.0, 9433.0, 9497.0, 9460.0, 9444.0, 9486.0, 9449.0, 9458.0, 9448.0, 9458.0, 9515.0, 9464.0, 9460.0, 9450.0, 9460.0, 9501.0, 9461.0, 9483.0, 9441.0, 9417.0, 9474.0, 9464.0, 9500.0, 9451.0, 9440.0, 9505.0, 9468.0, 9479.0, 9451.0, 9421.0, 9505.0, 9471.0, 9494.0, 9508.0, 9457.0, 9505.0, 9454.0, 9452.0, 9507.0, 9480.0, 9535.0, 9463.0, 9434.0, 9488.0, 9454.0, 9476.0, 9505.0, 9451.0, 9488.0, 9449.0, 9442.0, 9507.0, 9443.0, 9439.0, 9442.0, 9445.0, 9468.0, 9517.0, 9483.0, 9511.0, 9567.0, 9493.0, 9469.0, 9483.0, 9458.0, 9440.0, 9487.0, 9442.0, 9519.0, 9460.0, 9519.0, 9482.0, 9437.0, 9474.0, 9447.0, 9446.0, 9485.0, 9458.0, 9519.0, 9460.0, 9482.0, 9442.0, 9434.0, 9461.0, 9422.0, 9470.0, 9432.0, 9398.0, 9426.0, 9399.0, 9474.0, 9443.0, 9442.0, 9418.0, 9390.0, 9448.0, 9439.0, 9447.0, 9426.0, 9399.0, 9468.0, 9445.0, 9472.0, 9447.0, 9419.0, 9474.0, 9448.0, 9520.0, 9449.0, 9433.0, 9460.0, 9451.0, 9507.0, 9451.0, 9440.0, 9482.0, 9439.0, 9529.0, 9457.0, 9440.0, 9482.0, 9457.0, 9525.0, 9471.0, 9441.0, 9496.0, 9457.0, 9511.0, 9469.0, 9444.0, 9490.0, 9458.0, 9497.0, 9494.0, 9442.0, 9505.0, 9454.0, 9474.0, 9494.0, 9452.0, 9508.0, 9449.0, 9448.0, 9492.0, 9465.0, 9474.0, 9445.0, 9421.0, 9503.0, 9467.0, 9450.0, 9461.0, 9440.0, 9503.0, 9468.0, 9440.0, 9478.0, 9439.0, 9480.0, 9483.0, 9458.0, 9510.0, 9474.0, 9470.0, 9512.0, 9460.0, 9484.0, 9457.0, 9458.0, 9529.0, 9490.0, 9463.0, 9501.0, 9473.0, 9485.0, 9474.0, 9433.0, 9511.0, 9487.0, 9486.0, 9486.0, 9443.0, 9522.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.00015682771194165904</td></tr>
<tr><td colspan=3>aqi</td><td>0.019287353053783048</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.892215015228174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256817847344891</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9824424653923357</td></tr>
<tr><td colspan=3>efc</td><td>0.4765</td></tr>
<tr><td colspan=3>fber</td><td>6082.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08708075711699027</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5469462169553327</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5038352549798475</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3485768530964735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7791178428315764</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3838110690114926</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107192</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012155486270785332</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029529109597206116</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1097</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.844480705612399</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>19.805</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7702</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.3479</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298855.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>809.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.9513</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.6409</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3456.294</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3650.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77689.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.4069</td></tr>
<tr><td colspan=3>tsnr</td><td>41.0760608073324</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>