<?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-0099_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-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_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-0099/figures/sub-0099_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_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-0099/ses-02/func/sub-0099_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>30a30ed52d05f4200887b40ccae9ae6d</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:46:28.182500</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.999764, -0.0128636, 0.0174977, 0.0125641, 0.999775, 0.0171185]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0809038</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>[4237, -7772, -7255, 232, -150, -238, -193, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.725</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0f06e5d1-cfae-4fe1-a4c8-50ec85e3ae16||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.6822941303253174, 0.033708520233631134, 0.047827817499637604, 110.62142944335938], [0.034511979669332504, 2.6823220252990723, 0.04561544209718704, -100.71012878417969], [0.046945177018642426, -0.04592765122652054, 2.699191093444824, -91.06159210205078], [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': ['084628.182500', '084628.642500', '084629.102500', '084629.562500', '084630.022500', '084630.482500', '084630.942500', '084631.402500', '084631.862500', '084632.322500', '084632.782500', '084633.242500', '084633.702500', '084634.162500', '084634.622500', '084635.082500', '084635.542500', '084636.002500', '084636.462500', '084636.922500', '084637.382500', '084637.842500', '084638.302500', '084638.762500', '084639.222500', '084639.682500', '084640.142500', '084640.602500', '084641.062500', '084641.522500', '084641.982500', '084642.442500', '084642.902500', '084643.362500', '084643.822500', '084644.282500', '084644.742500', '084645.202500', '084645.662500', '084646.122500', '084646.582500', '084647.042500', '084647.502500', '084647.962500', '084648.422500', '084648.882500', '084649.342500', '084649.802500', '084650.262500', '084650.722500', '084651.182500', '084651.642500', '084652.102500', '084652.562500', '084653.022500', '084653.482500', '084653.942500', '084654.402500', '084654.862500', '084655.322500', '084655.782500', '084656.242500', '084656.702500', '084657.162500', '084657.622500', '084658.082500', '084658.542500', '084659.002500', '084659.462500', '084659.922500', '084700.382500', '084700.842500', '084701.302500', '084701.762500', '084702.222500', '084702.682500', '084703.142500', '084703.602500', '084704.062500', '084704.522500', '084704.982500', '084705.442500', '084705.902500', '084706.362500', '084706.822500', '084707.282500', '084707.742500', '084708.202500', '084708.662500', '084709.122500', '084709.582500', '084710.042500', '084710.502500', '084710.962500', '084711.422500', '084711.882500', '084712.342500', '084712.802500', '084713.262500', '084713.722500', '084714.182500', '084714.642500', '084715.102500', '084715.562500', '084716.022500', '084716.482500', '084716.942500', '084717.402500', '084717.862500', '084718.322500', '084718.782500', '084719.242500', '084719.702500', '084720.162500', '084720.622500', '084721.082500', '084721.542500', '084722.002500', '084722.462500', '084722.922500', '084723.382500', '084723.842500', '084724.302500', '084724.762500', '084725.222500', '084725.682500', '084726.142500', '084726.602500', '084727.062500', '084727.522500', '084727.982500', '084728.442500', '084728.902500', '084729.362500', '084729.822500', '084730.282500', '084730.742500', '084731.202500', '084731.662500', '084732.122500', '084732.582500', '084733.042500', '084733.502500', '084733.962500', '084734.422500', '084734.882500', '084735.342500', '084735.802500', '084736.262500', '084736.722500', '084737.182500', '084737.642500', '084738.102500', '084738.562500', '084739.022500', '084739.482500', '084739.942500', '084740.402500', '084740.862500', '084741.322500', '084741.782500', '084742.242500', '084742.702500', '084743.162500', '084743.622500', '084744.082500', '084744.542500', '084745.002500', '084745.462500', '084745.922500', '084746.382500', '084746.842500', '084747.302500', '084747.762500', '084748.222500', '084748.682500', '084749.142500', '084749.602500', '084750.062500', '084750.522500', '084750.982500', '084751.442500', '084751.902500', '084752.362500', '084752.822500', '084753.282500', '084753.742500', '084754.202500', '084754.662500', '084755.122500', '084755.582500', '084756.042500', '084756.502500', '084756.962500', '084757.422500', '084757.882500', '084758.342500', '084758.802500', '084759.262500', '084759.722500', '084800.182500', '084800.642500', '084801.102500', '084801.562500', '084802.022500', '084802.482500', '084802.942500', '084803.402500', '084803.862500', '084804.322500', '084804.782500', '084805.242500', '084805.702500', '084806.162500', '084806.622500', '084807.082500', '084807.542500', '084808.002500', '084808.462500', '084808.922500', '084809.382500', '084809.842500', '084810.302500', '084810.762500', '084811.222500', '084811.682500', '084812.142500', '084812.602500', '084813.062500', '084813.522500', '084813.982500', '084814.442500', '084814.902500', '084815.362500', '084815.822500', '084816.282500', '084816.742500', '084817.202500', '084817.662500', '084818.122500', '084818.582500', '084819.042500', '084819.502500', '084819.962500', '084820.422500', '084820.882500', '084821.342500', '084821.802500', '084822.262500', '084822.722500', '084823.182500', '084823.642500', '084824.102500', '084824.562500', '084825.022500', '084825.482500', '084825.942500', '084826.402500', '084826.862500', '084827.322500', '084827.782500', '084828.242500', '084828.702500', '084829.162500', '084829.622500', '084830.082500', '084830.542500', '084831.002500', '084831.462500', '084831.922500', '084832.382500', '084832.842500', '084833.302500', '084833.762500', '084834.222500', '084834.682500', '084835.142500', '084835.602500', '084836.062500', '084836.522500', '084836.982500', '084837.442500', '084837.902500', '084838.362500', '084838.822500', '084839.282500', '084839.742500', '084840.202500', '084840.662500', '084841.122500', '084841.582500', '084842.042500', '084842.502500', '084842.962500', '084843.422500', '084843.882500', '084844.342500', '084844.802500', '084845.262500', '084845.722500', '084846.182500', '084846.642500', '084847.102500', '084847.562500', '084848.022500', '084848.482500', '084848.942500', '084849.402500', '084849.862500', '084850.322500', '084850.782500', '084851.242500', '084851.702500', '084852.162500', '084852.622500', '084853.082500', '084853.542500', '084854.002500', '084854.462500', '084854.922500', '084855.382500', '084855.842500', '084856.302500', '084856.762500', '084857.222500', '084857.682500', '084858.142500', '084858.602500', '084859.062500', '084859.522500', '084859.982500', '084900.442500', '084900.902500', '084901.362500', '084901.822500', '084902.282500', '084902.742500', '084903.202500', '084903.662500', '084904.122500', '084904.582500', '084905.042500', '084905.502500', '084905.962500', '084906.422500', '084906.882500', '084907.342500', '084907.802500', '084908.262500', '084908.722500', '084909.182500', '084909.642500', '084910.102500', '084910.562500', '084911.022500', '084911.482500', '084911.942500', '084912.402500', '084912.862500', '084913.322500', '084913.782500', '084914.242500', '084914.702500', '084915.162500', '084915.622500', '084916.082500', '084916.542500', '084917.002500', '084917.462500', '084917.922500', '084918.382500', '084918.842500', '084919.302500', '084919.762500', '084920.222500', '084920.682500', '084921.142500', '084921.602500', '084922.062500', '084922.522500', '084922.982500', '084923.442500', '084923.902500', '084924.362500', '084924.822500', '084925.282500', '084925.742500', '084926.202500', '084926.662500', '084927.122500', '084927.582500', '084928.042500', '084928.502500', '084928.962500', '084929.422500', '084929.882500', '084930.342500', '084930.802500', '084931.262500', '084931.722500', '084932.182500', '084932.642500', '084933.102500', '084933.562500', '084934.022500', '084934.482500', '084934.942500', '084935.402500', '084935.862500', '084936.322500', '084936.782500', '084937.242500', '084937.702500', '084938.162500', '084938.622500', '084939.082500', '084939.542500', '084940.002500', '084940.462500', '084940.922500', '084941.382500', '084941.842500', '084942.302500', '084942.762500', '084943.222500', '084943.682500', '084944.142500', '084944.602500', '084945.062500', '084945.522500', '084945.982500', '084946.442500', '084946.902500', '084947.362500', '084947.822500', '084948.282500', '084948.742500', '084949.202500', '084949.662500', '084950.122500', '084950.582500', '084951.042500', '084951.502500', '084951.962500', '084952.422500', '084952.882500', '084953.342500', '084953.802500', '084954.262500', '084954.722500', '084955.182500', '084955.642500', '084956.102500', '084956.562500', '084957.022500', '084957.482500', '084957.942500', '084958.402500', '084958.862500', '084959.322500', '084959.782500', '085000.242500', '085000.702500', '085001.162500', '085001.622500', '085002.082500', '085002.542500', '085003.002500', '085003.462500', '085003.922500', '085004.382500', '085004.842500', '085005.302500', '085005.762500', '085006.222500', '085006.682500', '085007.142500', '085007.602500', '085008.062500', '085008.522500', '085008.982500', '085009.442500', '085009.902500', '085010.362500', '085010.822500', '085011.282500', '085011.742500', '085012.202500', '085012.662500', '085013.122500', '085013.582500', '085014.042500', '085014.502500', '085014.962500', '085015.422500', '085015.882500', '085016.342500', '085016.802500', '085017.262500', '085017.722500', '085018.182500', '085018.642500', '085019.102500', '085019.562500', '085020.022500', '085020.482500', '085020.942500', '085021.402500', '085021.862500', '085022.322500', '085022.782500', '085023.242500', '085023.702500', '085024.162500', '085024.622500', '085025.082500', '085025.542500', '085026.002500', '085026.462500', '085026.922500', '085027.382500', '085027.842500', '085028.302500', '085028.762500', '085029.222500', '085029.682500', '085030.142500', '085030.602500', '085031.062500', '085031.522500', '085031.982500', '085032.442500', '085032.902500', '085033.362500', '085033.822500', '085034.282500', '085034.742500', '085035.202500', '085035.662500', '085036.122500', '085036.582500', '085037.042500', '085037.502500', '085037.962500', '085038.422500', '085038.882500', '085039.342500', '085039.802500', '085040.262500', '085040.722500', '085041.182500', '085041.642500', '085042.102500', '085042.562500', '085043.022500', '085043.482500', '085043.942500', '085044.402500', '085044.862500', '085045.322500', '085045.782500', '085046.242500', '085046.702500', '085047.162500', '085047.622500', '085048.082500', '085048.542500', '085049.002500', '085049.462500', '085049.922500', '085050.382500', '085050.842500', '085051.302500', '085051.762500', '085052.222500', '085052.682500', '085053.142500', '085053.602500', '085054.062500', '085054.522500', '085054.982500', '085055.442500', '085055.902500', '085056.362500', '085056.822500', '085057.282500', '085057.742500', '085058.202500', '085058.662500', '085059.122500', '085059.582500', '085100.042500', '085100.502500', '085100.962500', '085101.422500', '085101.882500', '085102.342500', '085102.802500', '085103.262500', '085103.722500', '085104.182500', '085104.642500', '085105.102500', '085105.562500', '085106.022500', '085106.482500', '085106.942500', '085107.402500', '085107.862500', '085108.322500', '085108.782500', '085109.242500', '085109.702500', '085110.162500', '085110.622500', '085111.082500', '085111.542500', '085112.002500', '085112.462500', '085112.922500', '085113.382500', '085113.842500', '085114.302500', '085114.762500', '085115.222500', '085115.682500', '085116.142500', '085116.602500', '085117.062500', '085117.522500', '085117.982500', '085118.442500', '085118.902500', '085119.362500', '085119.822500', '085120.282500', '085120.742500', '085121.202500', '085121.662500', '085122.122500', '085122.582500', '085123.042500', '085123.502500', '085123.962500', '085124.422500', '085124.882500', '085125.342500', '085125.802500', '085126.262500', '085126.722500', '085127.182500', '085127.642500', '085128.102500', '085128.562500', '085129.022500', '085129.482500', '085129.942500', '085130.402500', '085130.862500', '085131.322500', '085131.782500', '085132.242500', '085132.702500', '085133.162500', '085133.622500', '085134.082500', '085134.542500', '085135.002500', '085135.462500', '085135.922500', '085136.382500', '085136.842500', '085137.302500', '085137.762500', '085138.222500', '085138.682500', '085139.142500', '085139.602500', '085140.062500', '085140.522500', '085140.982500', '085141.442500', '085141.902500', '085142.362500', '085142.822500', '085143.282500', '085143.742500', '085144.202500', '085144.662500', '085145.122500', '085145.582500', '085146.042500', '085146.502500', '085146.962500', '085147.422500', '085147.882500', '085148.342500', '085148.802500', '085149.262500', '085149.722500', '085150.182500', '085150.642500', '085151.102500', '085151.562500', '085152.022500', '085152.482500', '085152.942500', '085153.402500', '085153.862500', '085154.322500', '085154.782500', '085155.242500', '085155.702500', '085156.162500', '085156.622500', '085157.082500', '085157.542500', '085158.002500', '085158.462500', '085158.922500', '085159.382500', '085159.842500', '085200.302500', '085200.762500', '085201.222500', '085201.682500', '085202.142500', '085202.602500', '085203.062500', '085203.522500', '085203.982500', '085204.442500', '085204.902500', '085205.362500', '085205.822500', '085206.282500', '085206.742500', '085207.202500', '085207.662500', '085208.122500', '085208.582500', '085209.042500', '085209.502500', '085209.962500', '085210.422500', '085210.882500', '085211.342500', '085211.802500', '085212.262500', '085212.722500', '085213.182500', '085213.642500', '085214.102500', '085214.562500', '085215.022500', '085215.482500', '085215.942500', '085216.402500', '085216.862500', '085217.322500', '085217.782500', '085218.242500', '085218.702500', '085219.162500', '085219.622500', '085220.082500', '085220.542500', '085221.002500', '085221.462500', '085221.922500', '085222.382500', '085222.842500', '085223.302500', '085223.762500', '085224.222500', '085224.682500', '085225.142500', '085225.602500', '085226.062500', '085226.522500', '085226.982500', '085227.442500', '085227.902500', '085228.362500', '085228.822500', '085229.282500', '085229.742500', '085230.202500', '085230.662500', '085231.122500', '085231.582500', '085232.042500', '085232.502500', '085232.962500', '085233.422500', '085233.882500', '085234.342500', '085234.802500', '085235.262500', '085235.722500', '085236.182500', '085236.642500', '085237.102500', '085237.562500', '085238.022500', '085238.482500', '085238.942500', '085239.402500', '085239.862500', '085240.322500', '085240.782500', '085241.242500', '085241.702500', '085242.162500', '085242.622500', '085243.082500', '085243.542500', '085244.002500', '085244.462500', '085244.922500', '085245.382500', '085245.842500', '085246.302500', '085246.762500', '085247.222500', '085247.682500', '085248.142500', '085248.602500', '085249.062500', '085249.522500', '085249.982500', '085250.442500', '085250.902500', '085251.362500', '085251.822500', '085252.282500', '085252.742500', '085253.202500', '085253.662500', '085254.122500', '085254.582500', '085255.042500', '085255.502500', '085255.962500', '085256.422500', '085256.882500', '085257.342500', '085257.802500', '085258.262500', '085258.722500', '085259.182500', '085259.642500', '085300.102500', '085300.562500', '085301.022500', '085301.482500', '085301.942500', '085302.402500', '085302.862500', '085303.322500', '085303.782500', '085304.242500', '085304.702500', '085305.162500', '085305.622500', '085306.082500', '085306.542500', '085307.002500', '085307.462500', '085307.922500', '085308.382500', '085308.842500', '085309.302500', '085309.762500', '085310.222500', '085310.682500', '085311.142500', '085311.602500', '085312.062500', '085312.522500', '085312.982500', '085313.442500', '085313.902500', '085314.362500', '085314.822500', '085315.282500', '085315.742500', '085316.202500', '085316.662500', '085317.122500', '085317.582500', '085318.042500', '085318.502500', '085318.962500', '085319.422500', '085319.882500', '085320.342500', '085320.802500', '085321.262500', '085321.722500', '085322.182500', '085322.642500', '085323.102500', '085323.562500', '085324.022500', '085324.482500', '085324.942500', '085325.402500', '085325.862500', '085326.322500', '085326.782500', '085327.242500', '085327.702500', '085328.162500', '085328.622500', '085329.082500', '085329.542500', '085330.002500', '085330.462500', '085330.922500', '085331.382500', '085331.842500', '085332.302500', '085332.762500', '085333.222500', '085333.682500', '085334.142500', '085334.602500', '085335.062500', '085335.522500', '085335.982500', '085336.442500', '085336.902500', '085337.362500', '085337.822500', '085338.282500', '085338.742500', '085339.202500', '085339.662500', '085340.122500', '085340.582500', '085341.042500', '085341.502500', '085341.962500', '085342.422500', '085342.882500', '085343.342500', '085343.802500', '085344.262500', '085344.722500', '085345.182500', '085345.642500', '085346.102500', '085346.562500', '085347.022500', '085347.482500', '085347.942500', '085348.402500', '085348.862500', '085349.322500', '085349.782500', '085350.242500', '085350.702500', '085351.162500', '085351.622500', '085352.082500', '085352.542500', '085353.002500', '085353.462500', '085353.922500', '085354.382500', '085354.842500', '085355.302500', '085355.762500', '085356.222500', '085356.682500', '085357.142500', '085357.602500', '085358.062500', '085358.522500', '085358.982500', '085359.442500', '085359.902500', '085400.362500', '085400.822500', '085401.282500', '085401.742500', '085402.202500', '085402.662500', '085403.122500', '085403.582500', '085404.042500', '085404.502500', '085404.962500', '085405.422500', '085405.882500', '085406.342500', '085406.802500', '085407.262500', '085407.722500', '085408.182500', '085408.642500', '085409.102500', '085409.562500', '085410.022500', '085410.482500', '085410.942500', '085411.402500', '085411.862500', '085412.322500', '085412.782500', '085413.242500', '085413.702500', '085414.162500', '085414.622500', '085415.082500', '085415.542500', '085416.002500', '085416.462500', '085416.922500', '085417.382500', '085417.842500', '085418.302500', '085418.762500', '085419.222500', '085419.682500', '085420.142500', '085420.602500', '085421.062500', '085421.522500', '085421.982500', '085422.442500', '085422.902500', '085423.362500', '085423.822500', '085424.282500', '085424.742500', '085425.202500', '085425.662500', '085426.122500', '085426.582500', '085427.042500', '085427.502500', '085427.962500', '085428.422500', '085428.882500', '085429.342500', '085429.802500', '085430.262500', '085430.722500', '085431.182500', '085431.642500', '085432.102500', '085432.562500', '085433.022500', '085433.482500', '085433.942500', '085434.402500', '085434.862500', '085435.322500', '085435.782500', '085436.242500', '085436.702500', '085437.162500', '085437.622500', '085438.082500', '085438.542500', '085439.002500', '085439.462500', '085439.922500', '085440.382500', '085440.842500', '085441.302500', '085441.762500', '085442.222500', '085442.682500', '085443.142500', '085443.602500', '085444.062500', '085444.522500', '085444.982500', '085445.442500', '085445.902500', '085446.362500', '085446.822500', '085447.282500', '085447.742500', '085448.202500', '085448.662500', '085449.122500', '085449.582500', '085450.042500', '085450.502500', '085450.962500', '085451.422500', '085451.882500', '085452.342500', '085452.802500'], 'ContentTime': ['084638.328000', '084638.331000', '084638.333000', '084638.336000', '084638.338000', '084638.341000', '084638.343000', '084638.353000', '084638.355000', '084638.358000', '084638.360000', '084638.363000', '084638.365000', '084638.368000', '084638.373000', '084638.382000', '084638.385000', '084638.394000', '084638.401000', '084638.403000', '084658.294000', '084658.297000', '084658.300000', '084658.302000', '084658.305000', '084658.307000', '084658.310000', '084658.313000', '084658.315000', '084658.318000', '084658.323000', '084658.326000', '084658.328000', '084658.331000', '084658.333000', '084658.336000', '084658.339000', '084658.341000', '084658.344000', '084658.346000', '084658.349000', '084658.351000', '084658.360000', '084658.363000', '084658.365000', '084658.368000', '084658.370000', '084658.373000', '084658.376000', '084658.378000', '084658.381000', '084658.383000', '084658.386000', '084658.388000', '084658.391000', '084658.393000', '084658.396000', '084658.399000', '084658.401000', '084658.404000', '084658.406000', '084658.409000', '084658.411000', '084658.414000', '084718.295000', '084718.297000', '084718.300000', '084718.303000', '084718.305000', '084718.308000', '084718.311000', '084718.313000', '084718.316000', '084718.318000', '084718.321000', '084718.324000', '084718.326000', '084718.329000', '084718.331000', '084718.334000', '084718.336000', '084718.339000', '084718.341000', '084718.344000', '084718.347000', '084718.349000', '084718.352000', '084718.354000', '084718.357000', '084718.360000', '084718.362000', '084718.365000', '084718.367000', '084718.370000', '084718.372000', '084718.375000', '084718.379000', '084718.382000', '084718.384000', '084718.387000', '084718.389000', '084718.392000', '084718.394000', '084718.397000', '084718.400000', '084718.402000', '084718.405000', '084738.294000', '084738.297000', '084738.300000', '084738.302000', '084738.305000', '084738.307000', '084738.310000', '084738.312000', '084738.315000', '084738.318000', '084738.320000', '084738.323000', '084738.325000', '084738.328000', '084738.331000', '084738.333000', '084738.336000', '084738.338000', '084738.341000', '084738.343000', '084738.346000', '084738.349000', '084738.351000', '084738.354000', '084738.356000', '084738.365000', '084738.367000', '084738.370000', '084738.372000', '084738.375000', '084738.377000', '084738.380000', '084738.382000', '084738.395000', '084738.398000', '084738.401000', '084738.403000', '084738.406000', '084738.408000', '084738.411000', '084738.413000', '084738.416000', '084738.418000', '084738.421000', '084758.294000', '084758.297000', '084758.300000', '084758.302000', '084758.305000', '084758.308000', '084758.310000', '084758.313000', '084758.315000', '084758.318000', '084758.320000', '084758.323000', '084758.326000', '084758.328000', '084758.331000', '084758.333000', '084758.336000', '084758.338000', '084758.341000', '084758.343000', '084758.346000', '084758.349000', '084758.352000', '084758.355000', '084758.358000', '084758.360000', '084758.363000', '084758.365000', '084758.368000', '084758.370000', '084758.373000', '084758.376000', '084758.378000', '084758.381000', '084758.383000', '084758.386000', '084758.389000', '084758.391000', '084758.394000', '084758.396000', '084758.399000', '084758.401000', '084758.404000', '084818.294000', '084818.297000', '084818.300000', '084818.302000', '084818.305000', '084818.308000', '084818.310000', '084818.313000', '084818.315000', '084818.318000', '084818.320000', '084818.323000', '084818.326000', '084818.328000', '084818.331000', '084818.333000', '084818.336000', '084818.338000', '084818.341000', '084818.344000', '084818.346000', '084818.349000', '084818.351000', '084818.354000', '084818.356000', '084818.359000', '084818.361000', '084818.364000', '084818.366000', '084818.369000', '084818.371000', '084818.374000', '084818.377000', '084818.379000', '084818.382000', '084818.384000', '084818.387000', '084818.389000', '084818.392000', '084818.394000', '084818.397000', '084818.400000', '084818.402000', '084818.405000', '084838.293000', '084838.296000', '084838.299000', '084838.301000', '084838.304000', '084838.306000', '084838.309000', '084838.312000', '084838.314000', '084838.317000', '084838.319000', '084838.322000', '084838.324000', '084838.327000', '084838.330000', '084838.332000', '084838.335000', '084838.337000', '084838.340000', '084838.343000', '084838.346000', '084838.349000', '084838.352000', '084838.354000', '084838.357000', '084838.359000', '084838.362000', '084838.365000', '084838.367000', '084838.370000', '084838.373000', '084838.375000', '084838.378000', '084838.380000', '084838.383000', '084838.385000', '084838.388000', '084838.390000', '084838.393000', '084838.395000', '084838.398000', '084838.400000', '084838.403000', '084858.295000', '084858.298000', '084858.300000', '084858.303000', '084858.305000', '084858.308000', '084858.310000', '084858.313000', '084858.316000', '084858.318000', '084858.321000', '084858.323000', '084858.326000', '084858.328000', '084858.331000', '084858.334000', '084858.336000', '084858.339000', '084858.341000', '084858.344000', '084858.346000', '084858.349000', '084858.352000', '084858.354000', '084858.357000', '084858.359000', '084858.362000', '084858.364000', '084858.367000', '084858.369000', '084858.372000', '084858.375000', '084858.377000', '084858.380000', '084858.382000', '084858.385000', '084858.388000', '084858.390000', '084858.393000', '084858.395000', '084858.398000', '084858.400000', '084858.403000', '084858.406000', '084918.295000', '084918.297000', '084918.300000', '084918.303000', '084918.305000', '084918.308000', '084918.310000', '084918.313000', '084918.321000', '084918.323000', '084918.326000', '084918.328000', '084918.331000', '084918.333000', '084918.364000', '084918.366000', '084918.369000', '084918.371000', '084918.374000', '084918.378000', '084918.381000', '084918.384000', '084918.390000', '084918.393000', '084918.395000', '084918.398000', '084918.401000', '084918.403000', '084918.406000', '084918.408000', '084918.411000', '084918.413000', '084918.416000', '084918.419000', '084918.421000', '084918.424000', '084918.426000', '084918.429000', '084918.432000', '084918.434000', '084918.437000', '084918.439000', '084918.442000', '084938.295000', '084938.298000', '084938.300000', '084938.303000', '084938.305000', '084938.308000', '084938.310000', '084938.313000', '084938.315000', '084938.318000', '084938.321000', '084938.323000', '084938.326000', '084938.328000', '084938.331000', '084938.333000', '084938.336000', '084938.339000', '084938.341000', '084938.344000', '084938.346000', '084938.349000', '084938.351000', '084938.354000', '084938.356000', '084938.359000', '084938.362000', '084938.364000', '084938.367000', '084938.369000', '084938.372000', '084938.374000', '084938.377000', '084938.380000', '084938.382000', '084938.385000', '084938.387000', '084938.390000', '084938.392000', '084938.395000', '084938.397000', '084938.400000', '084938.403000', '084938.405000', '084958.295000', '084958.297000', '084958.300000', '084958.303000', '084958.305000', '084958.308000', '084958.310000', '084958.313000', '084958.315000', '084958.318000', '084958.321000', '084958.323000', '084958.326000', '084958.333000', '084958.336000', '084958.338000', '084958.341000', '084958.344000', '084958.346000', '084958.349000', '084958.352000', '084958.354000', '084958.357000', '084958.359000', '084958.362000', '084958.364000', '084958.367000', '084958.370000', '084958.372000', '084958.375000', '084958.377000', '084958.380000', '084958.382000', '084958.389000', '084958.392000', '084958.395000', '084958.397000', '084958.400000', '084958.402000', '084958.405000', '084958.408000', '084958.411000', '084958.413000', '085018.294000', '085018.297000', '085018.300000', '085018.302000', '085018.305000', '085018.308000', '085018.310000', '085018.313000', '085018.316000', '085018.318000', '085018.321000', '085018.324000', '085018.326000', '085018.329000', '085018.331000', '085018.334000', '085018.336000', '085018.339000', '085018.341000', '085018.344000', '085018.347000', '085018.349000', '085018.352000', '085018.354000', '085018.357000', '085018.359000', '085018.362000', '085018.364000', '085018.367000', '085018.370000', '085018.372000', '085018.375000', '085018.377000', '085018.380000', '085018.383000', '085018.385000', '085018.388000', '085018.390000', '085018.393000', '085018.395000', '085018.398000', '085018.400000', '085018.403000', '085038.294000', '085038.297000', '085038.300000', '085038.302000', '085038.305000', '085038.308000', '085038.310000', '085038.313000', '085038.315000', '085038.318000', '085038.320000', '085038.323000', '085038.326000', '085038.328000', '085038.331000', '085038.333000', '085038.336000', '085038.339000', '085038.341000', '085038.344000', '085038.346000', '085038.349000', '085038.351000', '085038.354000', '085038.357000', '085038.359000', '085038.362000', '085038.364000', '085038.367000', '085038.370000', '085038.372000', '085038.375000', '085038.377000', '085038.380000', '085038.382000', '085038.385000', '085038.387000', '085038.390000', '085038.393000', '085038.395000', '085038.408000', '085038.411000', '085038.413000', '085038.416000', '085058.293000', '085058.296000', '085058.299000', '085058.301000', '085058.304000', '085058.307000', '085058.309000', '085058.312000', '085058.315000', '085058.317000', '085058.320000', '085058.322000', '085058.325000', '085058.328000', '085058.330000', '085058.333000', '085058.335000', '085058.338000', '085058.341000', '085058.343000', '085058.346000', '085058.348000', '085058.351000', '085058.353000', '085058.356000', '085058.358000', '085058.361000', '085058.364000', '085058.366000', '085058.369000', '085058.371000', '085058.374000', '085058.376000', '085058.379000', '085058.382000', '085058.384000', '085058.387000', '085058.389000', '085058.392000', '085058.394000', '085058.397000', '085058.400000', '085058.402000', '085058.405000', '085118.295000', '085118.297000', '085118.300000', '085118.303000', '085118.305000', '085118.308000', '085118.310000', '085118.313000', '085118.315000', '085118.318000', '085118.321000', '085118.323000', '085118.326000', '085118.328000', '085118.331000', '085118.334000', '085118.336000', '085118.339000', '085118.341000', '085118.344000', '085118.346000', '085118.349000', '085118.352000', '085118.354000', '085118.357000', '085118.359000', '085118.362000', '085118.365000', '085118.367000', '085118.370000', '085118.372000', '085118.375000', '085118.378000', '085118.380000', '085118.383000', '085118.385000', '085118.388000', '085118.396000', '085118.398000', '085118.401000', '085118.404000', '085118.406000', '085118.409000', '085138.294000', '085138.297000', '085138.300000', '085138.302000', '085138.305000', '085138.308000', '085138.310000', '085138.313000', '085138.315000', '085138.318000', '085138.320000', '085138.323000', '085138.326000', '085138.328000', '085138.331000', '085138.333000', '085138.336000', '085138.338000', '085138.341000', '085138.343000', '085138.346000', '085138.349000', '085138.351000', '085138.354000', '085138.356000', '085138.359000', '085138.362000', '085138.364000', '085138.367000', '085138.369000', '085138.372000', '085138.374000', '085138.377000', '085138.380000', '085138.382000', '085138.385000', '085138.387000', '085138.390000', '085138.393000', '085138.395000', '085138.398000', '085138.401000', '085138.404000', '085138.406000', '085158.294000', '085158.297000', '085158.300000', '085158.302000', '085158.305000', '085158.307000', '085158.310000', '085158.312000', '085158.315000', '085158.318000', '085158.320000', '085158.323000', '085158.325000', '085158.328000', '085158.330000', '085158.333000', '085158.336000', '085158.338000', '085158.341000', '085158.343000', '085158.346000', '085158.348000', '085158.351000', '085158.354000', '085158.356000', '085158.359000', '085158.361000', '085158.364000', '085158.366000', '085158.369000', '085158.372000', '085158.374000', '085158.377000', '085158.379000', '085158.382000', '085158.385000', '085158.388000', '085158.390000', '085158.393000', '085158.395000', '085158.398000', '085158.401000', '085158.403000', '085218.296000', '085218.299000', '085218.302000', '085218.305000', '085218.307000', '085218.310000', '085218.312000', '085218.315000', '085218.318000', '085218.320000', '085218.323000', '085218.325000', '085218.328000', '085218.331000', '085218.333000', '085218.336000', '085218.339000', '085218.341000', '085218.344000', '085218.346000', '085218.349000', '085218.360000', '085218.363000', '085218.365000', '085218.368000', '085218.370000', '085218.373000', '085218.376000', '085218.378000', '085218.381000', '085218.384000', '085218.386000', '085218.389000', '085218.391000', '085218.394000', '085218.397000', '085218.399000', '085218.402000', '085218.405000', '085218.407000', '085218.410000', '085218.412000', '085218.415000', '085238.294000', '085238.297000', '085238.300000', '085238.302000', '085238.305000', '085238.307000', '085238.310000', '085238.313000', '085238.315000', '085238.318000', '085238.320000', '085238.323000', '085238.326000', '085238.328000', '085238.331000', '085238.333000', '085238.336000', '085238.338000', '085238.341000', '085238.343000', '085238.346000', '085238.349000', '085238.351000', '085238.354000', '085238.358000', '085238.360000', '085238.363000', '085238.365000', '085238.368000', '085238.370000', '085238.373000', '085238.375000', '085238.378000', '085238.381000', '085238.383000', '085238.386000', '085238.388000', '085238.391000', '085238.394000', '085238.396000', '085238.399000', '085238.401000', '085238.404000', '085238.406000', '085258.294000', '085258.297000', '085258.300000', '085258.304000', '085258.306000', '085258.309000', '085258.312000', '085258.315000', '085258.317000', '085258.320000', '085258.322000', '085258.325000', '085258.327000', '085258.330000', '085258.332000', '085258.335000', '085258.338000', '085258.340000', '085258.343000', '085258.345000', '085258.348000', '085258.350000', '085258.353000', '085258.356000', '085258.358000', '085258.361000', '085258.363000', '085258.366000', '085258.368000', '085258.371000', '085258.374000', '085258.376000', '085258.379000', '085258.381000', '085258.384000', '085258.386000', '085258.389000', '085258.392000', '085258.394000', '085258.397000', '085258.399000', '085258.402000', '085258.404000', '085318.293000', '085318.296000', '085318.299000', '085318.301000', '085318.304000', '085318.307000', '085318.309000', '085318.312000', '085318.314000', '085318.317000', '085318.320000', '085318.322000', '085318.325000', '085318.327000', '085318.330000', '085318.332000', '085318.335000', '085318.337000', '085318.340000', '085318.343000', '085318.345000', '085318.348000', '085318.350000', '085318.353000', '085318.379000', '085318.382000', '085318.384000', '085318.387000', '085318.390000', '085318.392000', '085318.395000', '085318.397000', '085318.400000', '085318.402000', '085318.405000', '085318.408000', '085318.410000', '085318.413000', '085318.415000', '085318.418000', '085318.420000', '085318.423000', '085318.425000', '085318.428000', '085338.295000', '085338.297000', '085338.300000', '085338.303000', '085338.305000', '085338.308000', '085338.311000', '085338.313000', '085338.316000', '085338.318000', '085338.321000', '085338.323000', '085338.326000', '085338.329000', '085338.332000', '085338.335000', '085338.339000', '085338.342000', '085338.345000', '085338.347000', '085338.350000', '085338.353000', '085338.355000', '085338.358000', '085338.360000', '085338.363000', '085338.366000', '085338.368000', '085338.371000', '085338.373000', '085338.376000', '085338.378000', '085338.393000', '085338.396000', '085338.398000', '085338.401000', '085338.403000', '085338.406000', '085338.409000', '085338.411000', '085338.414000', '085338.416000', '085338.419000', '085358.294000', '085358.297000', '085358.300000', '085358.302000', '085358.306000', '085358.309000', '085358.311000', '085358.314000', '085358.316000', '085358.319000', '085358.321000', '085358.324000', '085358.327000', '085358.329000', '085358.332000', '085358.334000', '085358.337000', '085358.339000', '085358.342000', '085358.345000', '085358.347000', '085358.350000', '085358.352000', '085358.355000', '085358.357000', '085358.360000', '085358.362000', '085358.365000', '085358.368000', '085358.370000', '085358.373000', '085358.376000', '085358.378000', '085358.381000', '085358.383000', '085358.386000', '085358.389000', '085358.391000', '085358.394000', '085358.396000', '085358.399000', '085358.402000', '085358.404000', '085358.407000', '085418.295000', '085418.297000', '085418.300000', '085418.303000', '085418.305000', '085418.308000', '085418.310000', '085418.313000', '085418.315000', '085418.318000', '085418.320000', '085418.323000', '085418.325000', '085418.328000', '085418.331000', '085418.333000', '085418.336000', '085418.339000', '085418.341000', '085418.344000', '085418.346000', '085418.349000', '085418.351000', '085418.354000', '085418.357000', '085418.359000', '085418.362000', '085418.364000', '085418.367000', '085418.369000', '085418.372000', '085418.375000', '085418.377000', '085418.380000', '085418.382000', '085418.385000', '085418.387000', '085418.390000', '085418.393000', '085418.395000', '085418.398000', '085418.401000', '085418.403000', '085418.406000', '085438.295000', '085438.298000', '085438.300000', '085438.303000', '085438.305000', '085438.308000', '085438.310000', '085438.313000', '085438.316000', '085438.318000', '085438.321000', '085438.323000', '085438.326000', '085438.328000', '085438.331000', '085438.334000', '085438.336000', '085438.339000', '085438.341000', '085438.344000', '085438.346000', '085438.349000', '085438.352000', '085438.354000', '085438.357000', '085438.359000', '085438.362000', '085438.364000', '085438.367000', '085438.370000', '085438.372000', '085438.375000', '085438.377000', '085438.380000', '085438.382000', '085438.385000', '085438.387000', '085438.390000', '085438.393000', '085438.395000', '085438.398000', '085438.400000', '085438.403000', '085453.731000', '085453.734000', '085453.737000', '085453.739000', '085453.742000', '085453.745000', '085453.747000', '085453.750000', '085453.753000', '085453.755000', '085453.758000', '085453.761000', '085453.764000', '085453.767000', '085453.769000', '085453.772000', '085453.775000', '085453.778000', '085453.780000', '085453.783000', '085453.786000', '085453.788000', '085453.791000', '085453.793000', '085453.797000', '085453.800000', '085453.803000', '085453.806000', '085453.827000', '085453.830000', '085453.833000', '085453.836000', '085453.838000', '085453.841000'], 'InstanceCreationTime': ['084638.328000', '084638.331000', '084638.333000', '084638.336000', '084638.338000', '084638.341000', '084638.343000', '084638.353000', '084638.355000', '084638.358000', '084638.360000', '084638.363000', '084638.365000', '084638.368000', '084638.373000', '084638.382000', '084638.385000', '084638.394000', '084638.401000', '084638.403000', '084658.294000', '084658.297000', '084658.300000', '084658.302000', '084658.305000', '084658.307000', '084658.310000', '084658.313000', '084658.315000', '084658.318000', '084658.323000', '084658.326000', '084658.328000', '084658.331000', '084658.333000', '084658.336000', '084658.339000', '084658.341000', '084658.344000', '084658.346000', '084658.349000', '084658.351000', '084658.360000', '084658.363000', '084658.365000', '084658.368000', '084658.370000', '084658.373000', '084658.376000', '084658.378000', '084658.381000', '084658.383000', '084658.386000', '084658.388000', '084658.391000', '084658.393000', '084658.396000', '084658.399000', '084658.401000', '084658.404000', '084658.406000', '084658.409000', '084658.411000', '084658.414000', '084718.295000', '084718.297000', '084718.300000', '084718.303000', '084718.305000', '084718.308000', '084718.311000', '084718.313000', '084718.316000', '084718.318000', '084718.321000', '084718.324000', '084718.326000', '084718.329000', '084718.331000', '084718.334000', '084718.336000', '084718.339000', '084718.341000', '084718.344000', '084718.347000', '084718.349000', '084718.352000', '084718.354000', '084718.357000', '084718.360000', '084718.362000', '084718.365000', '084718.367000', '084718.370000', '084718.372000', '084718.375000', '084718.379000', '084718.382000', '084718.384000', '084718.387000', '084718.389000', '084718.392000', '084718.394000', '084718.397000', '084718.400000', '084718.402000', '084718.405000', '084738.294000', '084738.297000', '084738.300000', '084738.302000', '084738.305000', '084738.307000', '084738.310000', '084738.312000', '084738.315000', '084738.318000', '084738.320000', '084738.323000', '084738.325000', '084738.328000', '084738.331000', '084738.333000', '084738.336000', '084738.338000', '084738.341000', '084738.343000', '084738.346000', '084738.349000', '084738.351000', '084738.354000', '084738.356000', '084738.365000', '084738.367000', '084738.370000', '084738.372000', '084738.375000', '084738.377000', '084738.380000', '084738.382000', '084738.395000', '084738.398000', '084738.401000', '084738.403000', '084738.406000', '084738.408000', '084738.411000', '084738.413000', '084738.416000', '084738.418000', '084738.421000', '084758.294000', '084758.297000', '084758.300000', '084758.302000', '084758.305000', '084758.308000', '084758.310000', '084758.313000', '084758.315000', '084758.318000', '084758.320000', '084758.323000', '084758.326000', '084758.328000', '084758.331000', '084758.333000', '084758.336000', '084758.338000', '084758.341000', '084758.343000', '084758.346000', '084758.349000', '084758.352000', '084758.355000', '084758.358000', '084758.360000', '084758.363000', '084758.365000', '084758.368000', '084758.370000', '084758.373000', '084758.376000', '084758.378000', '084758.381000', '084758.383000', '084758.386000', '084758.389000', '084758.391000', '084758.394000', '084758.396000', '084758.399000', '084758.401000', '084758.404000', '084818.294000', '084818.297000', '084818.300000', '084818.302000', '084818.305000', '084818.308000', '084818.310000', '084818.313000', '084818.315000', '084818.318000', '084818.320000', '084818.323000', '084818.326000', '084818.328000', '084818.331000', '084818.333000', '084818.336000', '084818.338000', '084818.341000', '084818.344000', '084818.346000', '084818.349000', '084818.351000', '084818.354000', '084818.356000', '084818.359000', '084818.361000', '084818.364000', '084818.366000', '084818.369000', '084818.371000', '084818.374000', '084818.377000', '084818.379000', '084818.382000', '084818.384000', '084818.387000', '084818.389000', '084818.392000', '084818.394000', '084818.397000', '084818.400000', '084818.402000', '084818.405000', '084838.293000', '084838.296000', '084838.299000', '084838.301000', '084838.304000', '084838.306000', '084838.309000', '084838.312000', '084838.314000', '084838.317000', '084838.319000', '084838.322000', '084838.324000', '084838.327000', '084838.330000', '084838.332000', '084838.335000', '084838.337000', '084838.340000', '084838.343000', '084838.346000', '084838.349000', '084838.352000', '084838.354000', '084838.357000', '084838.359000', '084838.362000', '084838.365000', '084838.367000', '084838.370000', '084838.373000', '084838.375000', '084838.378000', '084838.380000', '084838.383000', '084838.385000', '084838.388000', '084838.390000', '084838.393000', '084838.395000', '084838.398000', '084838.400000', '084838.403000', '084858.295000', '084858.298000', '084858.300000', '084858.303000', '084858.305000', '084858.308000', '084858.310000', '084858.313000', '084858.316000', '084858.318000', '084858.321000', '084858.323000', '084858.326000', '084858.328000', '084858.331000', '084858.334000', '084858.336000', '084858.339000', '084858.341000', '084858.344000', '084858.346000', '084858.349000', '084858.352000', '084858.354000', '084858.357000', '084858.359000', '084858.362000', '084858.364000', '084858.367000', '084858.369000', '084858.372000', '084858.375000', '084858.377000', '084858.380000', '084858.382000', '084858.385000', '084858.388000', '084858.390000', '084858.393000', '084858.395000', '084858.398000', '084858.400000', '084858.403000', '084858.406000', '084918.295000', '084918.297000', '084918.300000', '084918.303000', '084918.305000', '084918.308000', '084918.310000', '084918.313000', '084918.321000', '084918.323000', '084918.326000', '084918.328000', '084918.331000', '084918.333000', '084918.364000', '084918.366000', '084918.369000', '084918.371000', '084918.374000', '084918.378000', '084918.381000', '084918.384000', '084918.390000', '084918.393000', '084918.395000', '084918.398000', '084918.401000', '084918.403000', '084918.406000', '084918.408000', '084918.411000', '084918.413000', '084918.416000', '084918.419000', '084918.421000', '084918.424000', '084918.426000', '084918.429000', '084918.432000', '084918.434000', '084918.437000', '084918.439000', '084918.442000', '084938.295000', '084938.298000', '084938.300000', '084938.303000', '084938.305000', '084938.308000', '084938.310000', '084938.313000', '084938.315000', '084938.318000', '084938.321000', '084938.323000', '084938.326000', '084938.328000', '084938.331000', '084938.333000', '084938.336000', '084938.339000', '084938.341000', '084938.344000', '084938.346000', '084938.349000', '084938.351000', '084938.354000', '084938.356000', '084938.359000', '084938.362000', '084938.364000', '084938.367000', '084938.369000', '084938.372000', '084938.374000', '084938.377000', '084938.380000', '084938.382000', '084938.385000', '084938.387000', '084938.390000', '084938.392000', '084938.395000', '084938.397000', '084938.400000', '084938.403000', '084938.405000', '084958.295000', '084958.297000', '084958.300000', '084958.303000', '084958.305000', '084958.308000', '084958.310000', '084958.313000', '084958.315000', '084958.318000', '084958.321000', '084958.323000', '084958.326000', '084958.333000', '084958.336000', '084958.338000', '084958.341000', '084958.344000', '084958.346000', '084958.349000', '084958.352000', '084958.354000', '084958.357000', '084958.359000', '084958.362000', '084958.364000', '084958.367000', '084958.370000', '084958.372000', '084958.375000', '084958.377000', '084958.380000', '084958.382000', '084958.389000', '084958.392000', '084958.395000', '084958.397000', '084958.400000', '084958.402000', '084958.405000', '084958.408000', '084958.411000', '084958.413000', '085018.294000', '085018.297000', '085018.300000', '085018.302000', '085018.305000', '085018.308000', '085018.310000', '085018.313000', '085018.316000', '085018.318000', '085018.321000', '085018.324000', '085018.326000', '085018.329000', '085018.331000', '085018.334000', '085018.336000', '085018.339000', '085018.341000', '085018.344000', '085018.347000', '085018.349000', '085018.352000', '085018.354000', '085018.357000', '085018.359000', '085018.362000', '085018.364000', '085018.367000', '085018.370000', '085018.372000', '085018.375000', '085018.377000', '085018.380000', '085018.383000', '085018.385000', '085018.388000', '085018.390000', '085018.393000', '085018.395000', '085018.398000', '085018.400000', '085018.403000', '085038.294000', '085038.297000', '085038.300000', '085038.302000', '085038.305000', '085038.308000', '085038.310000', '085038.313000', '085038.315000', '085038.318000', '085038.320000', '085038.323000', '085038.326000', '085038.328000', '085038.331000', '085038.333000', '085038.336000', '085038.339000', '085038.341000', '085038.344000', '085038.346000', '085038.349000', '085038.351000', '085038.354000', '085038.357000', '085038.359000', '085038.362000', '085038.364000', '085038.367000', '085038.370000', '085038.372000', '085038.375000', '085038.377000', '085038.380000', '085038.382000', '085038.385000', '085038.387000', '085038.390000', '085038.393000', '085038.395000', '085038.408000', '085038.411000', '085038.413000', '085038.416000', '085058.293000', '085058.296000', '085058.299000', '085058.301000', '085058.304000', '085058.307000', '085058.309000', '085058.312000', '085058.315000', '085058.317000', '085058.320000', '085058.322000', '085058.325000', '085058.328000', '085058.330000', '085058.333000', '085058.335000', '085058.338000', '085058.341000', '085058.343000', '085058.346000', '085058.348000', '085058.351000', '085058.353000', '085058.356000', '085058.358000', '085058.361000', '085058.364000', '085058.366000', '085058.369000', '085058.371000', '085058.374000', '085058.376000', '085058.379000', '085058.382000', '085058.384000', '085058.387000', '085058.389000', '085058.392000', '085058.394000', '085058.397000', '085058.400000', '085058.402000', '085058.405000', '085118.295000', '085118.297000', '085118.300000', '085118.303000', '085118.305000', '085118.308000', '085118.310000', '085118.313000', '085118.315000', '085118.318000', '085118.321000', '085118.323000', '085118.326000', '085118.328000', '085118.331000', '085118.334000', '085118.336000', '085118.339000', '085118.341000', '085118.344000', '085118.346000', '085118.349000', '085118.352000', '085118.354000', '085118.357000', '085118.359000', '085118.362000', '085118.365000', '085118.367000', '085118.370000', '085118.372000', '085118.375000', '085118.378000', '085118.380000', '085118.383000', '085118.385000', '085118.388000', '085118.396000', '085118.398000', '085118.401000', '085118.404000', '085118.406000', '085118.409000', '085138.294000', '085138.297000', '085138.300000', '085138.302000', '085138.305000', '085138.308000', '085138.310000', '085138.313000', '085138.315000', '085138.318000', '085138.320000', '085138.323000', '085138.326000', '085138.328000', '085138.331000', '085138.333000', '085138.336000', '085138.338000', '085138.341000', '085138.343000', '085138.346000', '085138.349000', '085138.351000', '085138.354000', '085138.356000', '085138.359000', '085138.362000', '085138.364000', '085138.367000', '085138.369000', '085138.372000', '085138.374000', '085138.377000', '085138.380000', '085138.382000', '085138.385000', '085138.387000', '085138.390000', '085138.393000', '085138.395000', '085138.398000', '085138.401000', '085138.404000', '085138.406000', '085158.294000', '085158.297000', '085158.300000', '085158.302000', '085158.305000', '085158.307000', '085158.310000', '085158.312000', '085158.315000', '085158.318000', '085158.320000', '085158.323000', '085158.325000', '085158.328000', '085158.330000', '085158.333000', '085158.336000', '085158.338000', '085158.341000', '085158.343000', '085158.346000', '085158.348000', '085158.351000', '085158.354000', '085158.356000', '085158.359000', '085158.361000', '085158.364000', '085158.366000', '085158.369000', '085158.372000', '085158.374000', '085158.377000', '085158.379000', '085158.382000', '085158.385000', '085158.388000', '085158.390000', '085158.393000', '085158.395000', '085158.398000', '085158.401000', '085158.403000', '085218.296000', '085218.299000', '085218.302000', '085218.305000', '085218.307000', '085218.310000', '085218.312000', '085218.315000', '085218.318000', '085218.320000', '085218.323000', '085218.325000', '085218.328000', '085218.331000', '085218.333000', '085218.336000', '085218.339000', '085218.341000', '085218.344000', '085218.346000', '085218.349000', '085218.360000', '085218.363000', '085218.365000', '085218.368000', '085218.370000', '085218.373000', '085218.376000', '085218.378000', '085218.381000', '085218.384000', '085218.386000', '085218.389000', '085218.391000', '085218.394000', '085218.397000', '085218.399000', '085218.402000', '085218.405000', '085218.407000', '085218.410000', '085218.412000', '085218.415000', '085238.294000', '085238.297000', '085238.300000', '085238.302000', '085238.305000', '085238.307000', '085238.310000', '085238.313000', '085238.315000', '085238.318000', '085238.320000', '085238.323000', '085238.326000', '085238.328000', '085238.331000', '085238.333000', '085238.336000', '085238.338000', '085238.341000', '085238.343000', '085238.346000', '085238.349000', '085238.351000', '085238.354000', '085238.358000', '085238.360000', '085238.363000', '085238.365000', '085238.368000', '085238.370000', '085238.373000', '085238.375000', '085238.378000', '085238.381000', '085238.383000', '085238.386000', '085238.388000', '085238.391000', '085238.394000', '085238.396000', '085238.399000', '085238.401000', '085238.404000', '085238.406000', '085258.294000', '085258.297000', '085258.300000', '085258.304000', '085258.306000', '085258.309000', '085258.312000', '085258.315000', '085258.317000', '085258.320000', '085258.322000', '085258.325000', '085258.327000', '085258.330000', '085258.332000', '085258.335000', '085258.338000', '085258.340000', '085258.343000', '085258.345000', '085258.348000', '085258.350000', '085258.353000', '085258.356000', '085258.358000', '085258.361000', '085258.363000', '085258.366000', '085258.368000', '085258.371000', '085258.374000', '085258.376000', '085258.379000', '085258.381000', '085258.384000', '085258.386000', '085258.389000', '085258.392000', '085258.394000', '085258.397000', '085258.399000', '085258.402000', '085258.404000', '085318.293000', '085318.296000', '085318.299000', '085318.301000', '085318.304000', '085318.307000', '085318.309000', '085318.312000', '085318.314000', '085318.317000', '085318.320000', '085318.322000', '085318.325000', '085318.327000', '085318.330000', '085318.332000', '085318.335000', '085318.337000', '085318.340000', '085318.343000', '085318.345000', '085318.348000', '085318.350000', '085318.353000', '085318.379000', '085318.382000', '085318.384000', '085318.387000', '085318.390000', '085318.392000', '085318.395000', '085318.397000', '085318.400000', '085318.402000', '085318.405000', '085318.408000', '085318.410000', '085318.413000', '085318.415000', '085318.418000', '085318.420000', '085318.423000', '085318.425000', '085318.428000', '085338.295000', '085338.297000', '085338.300000', '085338.303000', '085338.305000', '085338.308000', '085338.311000', '085338.313000', '085338.316000', '085338.318000', '085338.321000', '085338.323000', '085338.326000', '085338.329000', '085338.332000', '085338.335000', '085338.339000', '085338.342000', '085338.345000', '085338.347000', '085338.350000', '085338.353000', '085338.355000', '085338.358000', '085338.360000', '085338.363000', '085338.366000', '085338.368000', '085338.371000', '085338.373000', '085338.376000', '085338.378000', '085338.393000', '085338.396000', '085338.398000', '085338.401000', '085338.403000', '085338.406000', '085338.409000', '085338.411000', '085338.414000', '085338.416000', '085338.419000', '085358.294000', '085358.297000', '085358.300000', '085358.302000', '085358.306000', '085358.309000', '085358.311000', '085358.314000', '085358.316000', '085358.319000', '085358.321000', '085358.324000', '085358.327000', '085358.329000', '085358.332000', '085358.334000', '085358.337000', '085358.339000', '085358.342000', '085358.345000', '085358.347000', '085358.350000', '085358.352000', '085358.355000', '085358.357000', '085358.360000', '085358.362000', '085358.365000', '085358.368000', '085358.370000', '085358.373000', '085358.376000', '085358.378000', '085358.381000', '085358.383000', '085358.386000', '085358.389000', '085358.391000', '085358.394000', '085358.396000', '085358.399000', '085358.402000', '085358.404000', '085358.407000', '085418.295000', '085418.297000', '085418.300000', '085418.303000', '085418.305000', '085418.308000', '085418.310000', '085418.313000', '085418.315000', '085418.318000', '085418.320000', '085418.323000', '085418.325000', '085418.328000', '085418.331000', '085418.333000', '085418.336000', '085418.339000', '085418.341000', '085418.344000', '085418.346000', '085418.349000', '085418.351000', '085418.354000', '085418.357000', '085418.359000', '085418.362000', '085418.364000', '085418.367000', '085418.369000', '085418.372000', '085418.375000', '085418.377000', '085418.380000', '085418.382000', '085418.385000', '085418.387000', '085418.390000', '085418.393000', '085418.395000', '085418.398000', '085418.401000', '085418.403000', '085418.406000', '085438.295000', '085438.298000', '085438.300000', '085438.303000', '085438.305000', '085438.308000', '085438.310000', '085438.313000', '085438.316000', '085438.318000', '085438.321000', '085438.323000', '085438.326000', '085438.328000', '085438.331000', '085438.334000', '085438.336000', '085438.339000', '085438.341000', '085438.344000', '085438.346000', '085438.349000', '085438.352000', '085438.354000', '085438.357000', '085438.359000', '085438.362000', '085438.364000', '085438.367000', '085438.370000', '085438.372000', '085438.375000', '085438.377000', '085438.380000', '085438.382000', '085438.385000', '085438.387000', '085438.390000', '085438.393000', '085438.395000', '085438.398000', '085438.400000', '085438.403000', '085453.731000', '085453.734000', '085453.737000', '085453.739000', '085453.742000', '085453.745000', '085453.747000', '085453.750000', '085453.753000', '085453.755000', '085453.758000', '085453.761000', '085453.764000', '085453.767000', '085453.769000', '085453.772000', '085453.775000', '085453.778000', '085453.780000', '085453.783000', '085453.786000', '085453.788000', '085453.791000', '085453.793000', '085453.797000', '085453.800000', '085453.803000', '085453.806000', '085453.827000', '085453.830000', '085453.833000', '085453.836000', '085453.838000', '085453.841000'], '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': [10390, 7729, 7333, 7030, 7070, 7749, 7973, 11720, 6481, 8883, 6762, 8850, 6292, 9449, 7452, 6772, 6343, 6609, 6766, 6503, 9339, 6952, 9107, 6552, 6332, 7102, 6372, 9176, 6337, 11777, 8322, 6725, 7214, 6336, 8610, 6240, 12714, 8411, 7692, 6103, 5923, 6980, 5874, 8531, 6658, 9322, 5461, 7110, 5638, 6613, 6228, 5801, 8092, 5977, 7908, 5787, 7341, 6157, 7080, 9250, 6024, 8337, 6075, 6031, 6374, 5863, 8887, 6900, 11204, 6087, 8650, 6534, 7994, 8720, 8997, 12021, 8402, 10638, 5876, 9705, 6554, 9031, 8901, 6469, 7971, 5890, 8904, 5628, 8878, 7287, 6569, 8122, 6033, 7568, 5997, 8764, 6171, 10387, 7907, 8066, 6111, 5772, 6408, 6121, 8206, 6436, 9345, 5919, 6990, 6378, 5736, 7827, 7723, 11508, 7017, 9315, 5524, 10073, 5560, 10568, 7912, 7617, 6554, 5789, 6535, 5914, 7987, 6003, 9766, 5653, 8441, 5572, 7484, 6096, 8707, 7046, 5729, 7211, 6067, 6415, 5753, 5898, 7323, 6040, 7544, 6969, 6032, 10885, 7896, 7126, 6920, 6039, 9911, 6656, 11446, 9465, 8775, 7285, 6279, 8514, 5725, 8993, 7413, 6203, 7934, 5830, 8303, 6426, 8908, 8243, 6483, 9660, 5930, 9123, 5983, 9191, 7712, 6161, 10420, 5865, 9620, 5765, 9105, 7374, 6041, 8445, 5725, 9001, 5470, 8167, 6768, 5686, 9347, 5564, 7378, 5942, 6136, 7753, 6325, 11352, 5588, 6073, 6066, 5766, 9696, 7001, 11971, 8126, 6251, 8164, 5923, 11329, 7967, 10456, 9156, 6285, 9403, 5968, 9482, 7545, 10810, 10615, 6939, 7424, 5470, 8708, 5737, 7696, 8220, 5985, 8912, 5528, 8023, 6376, 9254, 8544, 6285, 6894, 5601, 9010, 5753, 10094, 8086, 6635, 7338, 5647, 8074, 5682, 8836, 6842, 8905, 6872, 5668, 6236, 6026, 7509, 5880, 10557, 6295, 5534, 6321, 6027, 9170, 6446, 6209, 8230, 6371, 9518, 10723, 7276, 10499, 6717, 8724, 8764, 9272, 12693, 9970, 8874, 6686, 5983, 7695, 6029, 9290, 7397, 5771, 7545, 5518, 8594, 6920, 7252, 9837, 6237, 9716, 5854, 8633, 7582, 6704, 10804, 5721, 8324, 5887, 7510, 8010, 6924, 11142, 5598, 8725, 5966, 6293, 8269, 6235, 11959, 6129, 5776, 6690, 6083, 8812, 6416, 11190, 7119, 5738, 7255, 5771, 10054, 6788, 6014, 9390, 8551, 8569, 7215, 6443, 6308, 6496, 6108, 7022, 7225, 6318, 9806, 9737, 6374, 6293, 7433, 5937, 11047, 8717, 6989, 10242, 6407, 6591, 6898, 6139, 9459, 7191, 7777, 6369, 5845, 7623, 6298, 5733, 8505, 5861, 7784, 8572, 6460, 8358, 10391, 9115, 11286, 9104, 6584, 11833, 7848, 13488, 10563, 8995, 8191, 6266, 9626, 5657, 8999, 7595, 6107, 7807, 5625, 7647, 6058, 7215, 9115, 6654, 9783, 5784, 6516, 6601, 6283, 9852, 7827, 12281, 6289, 6904, 6544, 5750, 11273, 8226, 12427, 9439, 6004, 6570, 6074, 8256, 5893, 10496, 7472, 7911, 6552, 6158, 6972, 5823, 8412, 6185, 11429, 8478, 6575, 6696, 5707, 7929, 5822, 9131, 6367, 11298, 8040, 6373, 6101, 5943, 7459, 5870, 10190, 7510, 6730, 6861, 5766, 8547, 5635, 9934, 7594, 8687, 9457, 6246, 9246, 5662, 9815, 6567, 9033, 7929, 6265, 7464, 5841, 9521, 5875, 8470, 7248, 5905, 6916, 5860, 7919, 5733, 7729, 6570, 6410, 9450, 5619, 7911, 5929, 6206, 6997, 6067, 11067, 7925, 8965, 6288, 5785, 9064, 5885, 11463, 8533, 9392, 6951, 5958, 7467, 5968, 10894, 7318, 6527, 8855, 5844, 10281, 5841, 8752, 7129, 8708, 9781, 5963, 8281, 5789, 8823, 5692, 10408, 7474, 6250, 6922, 5709, 8580, 5821, 8472, 7019, 5852, 7141, 5678, 8668, 5759, 9264, 7489, 6922, 7913, 5868, 7897, 5769, 9082, 6223, 11491, 8414, 6125, 6446, 5834, 7521, 6058, 9666, 7193, 5826, 6374, 5782, 8534, 5797, 11706, 8228, 7472, 7097, 6405, 8025, 6041, 10706, 7824, 12025, 7268, 5719, 6699, 5961, 9830, 6285, 10002, 7477, 5841, 7204, 5751, 8890, 5917, 11253, 7417, 6633, 6518, 5971, 8618, 5878, 7772, 7367, 6251, 8712, 6610, 5861, 8030, 5905, 7308, 8572, 7350, 12555, 8557, 6491, 8001, 6031, 10861, 6965, 11661, 9281, 7120, 7690, 5879, 8925, 6119, 7220, 9177, 6384, 9361, 5841, 7692, 6847, 6024, 10248, 6393, 9570, 5948, 5806, 6538, 6210, 11096, 8337, 6373, 7163, 6026, 10125, 6111, 12349, 9221, 7374, 7230, 6069, 8068, 6165, 10434, 7261, 6412, 6628, 6172, 7735, 6060, 9383, 6795, 10991, 6457, 6910, 6805, 5897, 7023, 6061, 10015, 5932, 7490, 5931, 7213, 6081, 6500, 6171, 5971, 7516, 5852, 8785, 5950, 8358, 6361, 7366, 8841, 6060, 9011, 5875, 8369, 6626, 8276, 10397, 7126, 10694, 6085, 9539, 6224, 9360, 7752, 8251, 12258, 6263, 10685, 6033, 9287, 6137, 9657, 7741, 7047, 8008, 6121, 6972, 6258, 8005, 6101, 9590, 6048, 6303, 5852, 6146, 7476, 6074, 11030, 7600, 10048, 6073, 7900, 6273, 7449, 8584, 6285, 10003, 5966, 10451, 6138, 9035, 6353, 8486, 7819, 6114, 6690, 6174, 7836, 6120, 8899, 7230, 6080, 7170, 6240, 7928, 6079, 10393, 6495, 8851, 6607, 6231, 6054, 6254, 7422, 6330, 9533, 6908, 6250, 6190, 6344, 6849, 6173, 8959, 6381, 7799, 5870, 6286, 6419, 6414, 8439, 6284, 10987, 6062, 6700, 5926, 6181, 7452, 6318, 10149, 6993, 7027, 6333, 6265, 8738, 6139, 12817, 8936, 8928, 9246, 6423, 8759, 7199, 7297, 8434, 6513, 7754, 8988, 6546, 12549, 10020, 6394, 8472, 6417, 10514, 6294, 9161, 7578, 6828, 10234, 6326, 6681, 6462, 6030, 5865, 6419, 8957, 6394, 6203, 5999, 6723, 9691, 6367, 10629, 8271, 6827, 9893, 6498, 11168, 6496, 10775, 7869, 11107, 11328, 6825, 8629, 6428, 8811, 6483, 9458, 7575, 6380, 8055, 6473, 8507, 6482, 7510, 6235, 6523, 10656, 6510, 7536, 6273, 6339, 6889, 6452, 11095, 6595, 6949, 5785, 6472, 8015, 6473, 10245, 7116, 7091, 6159, 6407, 7447, 6334, 9734, 6705, 7686, 8951, 6331, 8799, 6337, 7120, 6663, 6392, 11763, 7078, 9109, 6172, 6308, 8787, 6459, 11848, 8465, 10001, 6334, 6105, 6194, 6516, 7656, 6293, 9572, 6371, 5846, 5926, 6404, 7519, 6182, 8219, 5827, 6260, 6579, 6463, 8590, 6366, 10892, 7385, 6584, 6110, 6438, 8078, 6415, 12509, 8672, 7430, 7933, 6380, 9214, 6265, 7958, 8838, 6681, 10661, 6236, 7911, 6282, 7052, 6831, 6081, 11605, 6222, 8532, 6046, 5949, 5984, 6109, 10964, 6265, 7611, 6551, 5867, 6505, 6231, 10096, 7096, 6138, 5955, 6516, 8343, 6333, 7523, 9048, 6451, 9869, 6624, 5974, 6763, 6353, 11981, 8412, 6569, 7511, 6534, 9095, 6232, 9282, 8968, 6484, 10184, 6457, 6212, 7772, 6375, 12766, 9192, 6400, 6970, 6755, 8692, 6398, 7964, 8848, 6554, 8941, 6528, 7079, 6547, 5992, 9707, 6330, 7316, 5948, 6272, 6559, 6298, 10308, 7707, 6120, 7186, 6574, 9411, 6190, 9129, 7797, 6375, 8719, 6481, 7296, 6213, 7300, 7800, 6707, 9166, 6376, 5987, 5882, 6311, 7111, 6461, 9738, 6432, 6367, 6146, 6156, 6375, 6352, 8782, 5831, 6246, 6101, 6623, 8734, 6547, 8573, 9439, 6674, 10419, 6927, 7794, 7018, 6499, 12210, 8366, 8565, 6220, 6672, 8948, 6777, 11534, 8982, 6424, 7708, 6837, 8638, 6708, 11432, 7273, 8706, 6335, 6711, 6632, 6817, 7518, 6613, 8275, 6616, 6062, 5571, 6512, 6718, 6767, 9588, 6831, 6987, 6405, 6960, 7644, 7174, 6629, 7731, 7295, 7988, 9470, 7975, 11276, 7421, 6612, 9155, 7101, 11963, 8504, 12485, 8099, 6378, 6185, 6716, 6492, 6752, 7087, 6169, 6376, 6124, 6982, 6843, 6614, 6019, 7489, 6490, 8645, 6810, 6940, 6051, 6103, 7739, 6176], 'WindowCenter': [3438.0, 3399.0, 3373.0, 3371.0, 3359.0, 3369.0, 3367.0, 3402.0, 3346.0, 3376.0, 3353.0, 3365.0, 3343.0, 3377.0, 3367.0, 3343.0, 3345.0, 3355.0, 3344.0, 3345.0, 3376.0, 3356.0, 3377.0, 3345.0, 3345.0, 3356.0, 3345.0, 3376.0, 3344.0, 3398.0, 3379.0, 3343.0, 3354.0, 3344.0, 3364.0, 3343.0, 3397.0, 3365.0, 3354.0, 3332.0, 3331.0, 3353.0, 3332.0, 3375.0, 3355.0, 3376.0, 3322.0, 3355.0, 3333.0, 3343.0, 3345.0, 3333.0, 3367.0, 3345.0, 3367.0, 3336.0, 3365.0, 3346.0, 3368.0, 3389.0, 3347.0, 3379.0, 3347.0, 3345.0, 3356.0, 3334.0, 3390.0, 3369.0, 3399.0, 3347.0, 3379.0, 3346.0, 3366.0, 3376.0, 3377.0, 3400.0, 3366.0, 3386.0, 3333.0, 3375.0, 3343.0, 3375.0, 3376.0, 3344.0, 3363.0, 3332.0, 3375.0, 3332.0, 3376.0, 3355.0, 3344.0, 3365.0, 3333.0, 3353.0, 3332.0, 3364.0, 3333.0, 3375.0, 3366.0, 3365.0, 3333.0, 3334.0, 3343.0, 3333.0, 3365.0, 3344.0, 3377.0, 3334.0, 3356.0, 3345.0, 3332.0, 3367.0, 3367.0, 3399.0, 3356.0, 3375.0, 3322.0, 3374.0, 3322.0, 3387.0, 3365.0, 3366.0, 3344.0, 3332.0, 3343.0, 3332.0, 3364.0, 3334.0, 3387.0, 3333.0, 3366.0, 3322.0, 3354.0, 3344.0, 3377.0, 3356.0, 3334.0, 3355.0, 3345.0, 3345.0, 3345.0, 3345.0, 3367.0, 3346.0, 3368.0, 3368.0, 3358.0, 3400.0, 3381.0, 3368.0, 3358.0, 3346.0, 3389.0, 3355.0, 3388.0, 3390.0, 3377.0, 3355.0, 3345.0, 3364.0, 3334.0, 3377.0, 3366.0, 3345.0, 3365.0, 3334.0, 3365.0, 3346.0, 3377.0, 3376.0, 3358.0, 3378.0, 3345.0, 3376.0, 3334.0, 3376.0, 3366.0, 3335.0, 3387.0, 3335.0, 3375.0, 3332.0, 3377.0, 3355.0, 3345.0, 3366.0, 3334.0, 3376.0, 3324.0, 3366.0, 3356.0, 3334.0, 3376.0, 3334.0, 3355.0, 3345.0, 3344.0, 3367.0, 3346.0, 3388.0, 3335.0, 3345.0, 3344.0, 3334.0, 3377.0, 3357.0, 3398.0, 3366.0, 3344.0, 3366.0, 3345.0, 3387.0, 3366.0, 3388.0, 3377.0, 3344.0, 3375.0, 3333.0, 3375.0, 3354.0, 3385.0, 3386.0, 3342.0, 3352.0, 3322.0, 3362.0, 3332.0, 3365.0, 3366.0, 3334.0, 3363.0, 3324.0, 3365.0, 3345.0, 3376.0, 3377.0, 3345.0, 3354.0, 3333.0, 3364.0, 3334.0, 3387.0, 3367.0, 3356.0, 3356.0, 3334.0, 3365.0, 3334.0, 3376.0, 3356.0, 3377.0, 3358.0, 3336.0, 3346.0, 3347.0, 3366.0, 3336.0, 3389.0, 3357.0, 3334.0, 3356.0, 3347.0, 3389.0, 3358.0, 3347.0, 3378.0, 3358.0, 3390.0, 3403.0, 3369.0, 3389.0, 3356.0, 3376.0, 3378.0, 3376.0, 3398.0, 3388.0, 3366.0, 3343.0, 3331.0, 3354.0, 3344.0, 3375.0, 3367.0, 3333.0, 3366.0, 3335.0, 3377.0, 3357.0, 3366.0, 3390.0, 3345.0, 3376.0, 3334.0, 3365.0, 3367.0, 3355.0, 3389.0, 3334.0, 3365.0, 3333.0, 3354.0, 3366.0, 3356.0, 3388.0, 3323.0, 3364.0, 3333.0, 3344.0, 3365.0, 3333.0, 3398.0, 3333.0, 3334.0, 3355.0, 3345.0, 3376.0, 3345.0, 3387.0, 3356.0, 3333.0, 3355.0, 3335.0, 3389.0, 3357.0, 3346.0, 3374.0, 3404.0, 3390.0, 3367.0, 3345.0, 3343.0, 3344.0, 3345.0, 3355.0, 3366.0, 3357.0, 3400.0, 3390.0, 3358.0, 3358.0, 3366.0, 3345.0, 3387.0, 3366.0, 3367.0, 3387.0, 3344.0, 3345.0, 3356.0, 3346.0, 3388.0, 3356.0, 3369.0, 3345.0, 3336.0, 3367.0, 3345.0, 3335.0, 3378.0, 3348.0, 3368.0, 3379.0, 3359.0, 3380.0, 3403.0, 3391.0, 3401.0, 3378.0, 3357.0, 3387.0, 3366.0, 3398.0, 3388.0, 3377.0, 3365.0, 3343.0, 3374.0, 3333.0, 3365.0, 3365.0, 3334.0, 3355.0, 3334.0, 3354.0, 3335.0, 3367.0, 3377.0, 3357.0, 3387.0, 3335.0, 3344.0, 3355.0, 3345.0, 3387.0, 3366.0, 3399.0, 3345.0, 3356.0, 3344.0, 3334.0, 3388.0, 3366.0, 3397.0, 3378.0, 3332.0, 3344.0, 3334.0, 3364.0, 3333.0, 3386.0, 3355.0, 3367.0, 3344.0, 3333.0, 3355.0, 3334.0, 3364.0, 3344.0, 3387.0, 3378.0, 3356.0, 3355.0, 3334.0, 3365.0, 3332.0, 3375.0, 3345.0, 3387.0, 3366.0, 3345.0, 3345.0, 3344.0, 3353.0, 3334.0, 3387.0, 3366.0, 3356.0, 3355.0, 3335.0, 3365.0, 3335.0, 3375.0, 3367.0, 3366.0, 3388.0, 3344.0, 3376.0, 3334.0, 3375.0, 3343.0, 3375.0, 3365.0, 3345.0, 3354.0, 3335.0, 3374.0, 3332.0, 3365.0, 3355.0, 3333.0, 3354.0, 3334.0, 3365.0, 3333.0, 3355.0, 3356.0, 3345.0, 3388.0, 3335.0, 3378.0, 3345.0, 3345.0, 3355.0, 3346.0, 3399.0, 3367.0, 3377.0, 3345.0, 3334.0, 3377.0, 3333.0, 3398.0, 3377.0, 3378.0, 3356.0, 3345.0, 3354.0, 3344.0, 3386.0, 3367.0, 3345.0, 3376.0, 3334.0, 3386.0, 3333.0, 3364.0, 3355.0, 3364.0, 3377.0, 3332.0, 3363.0, 3332.0, 3363.0, 3331.0, 3385.0, 3355.0, 3343.0, 3354.0, 3332.0, 3364.0, 3333.0, 3365.0, 3355.0, 3334.0, 3354.0, 3334.0, 3375.0, 3334.0, 3376.0, 3355.0, 3356.0, 3366.0, 3333.0, 3365.0, 3333.0, 3378.0, 3346.0, 3386.0, 3365.0, 3333.0, 3343.0, 3332.0, 3353.0, 3333.0, 3376.0, 3357.0, 3333.0, 3344.0, 3335.0, 3365.0, 3334.0, 3398.0, 3378.0, 3355.0, 3355.0, 3344.0, 3366.0, 3346.0, 3386.0, 3365.0, 3397.0, 3355.0, 3332.0, 3356.0, 3345.0, 3374.0, 3345.0, 3386.0, 3355.0, 3332.0, 3353.0, 3333.0, 3364.0, 3334.0, 3387.0, 3355.0, 3343.0, 3344.0, 3344.0, 3376.0, 3333.0, 3365.0, 3367.0, 3357.0, 3377.0, 3357.0, 3347.0, 3377.0, 3346.0, 3366.0, 3377.0, 3368.0, 3399.0, 3378.0, 3345.0, 3366.0, 3334.0, 3386.0, 3355.0, 3386.0, 3377.0, 3343.0, 3354.0, 3333.0, 3364.0, 3332.0, 3354.0, 3377.0, 3344.0, 3376.0, 3334.0, 3354.0, 3343.0, 3333.0, 3388.0, 3344.0, 3376.0, 3333.0, 3332.0, 3344.0, 3344.0, 3388.0, 3377.0, 3345.0, 3354.0, 3344.0, 3387.0, 3346.0, 3398.0, 3377.0, 3354.0, 3353.0, 3333.0, 3363.0, 3333.0, 3385.0, 3356.0, 3343.0, 3344.0, 3344.0, 3354.0, 3332.0, 3374.0, 3344.0, 3387.0, 3344.0, 3353.0, 3343.0, 3331.0, 3353.0, 3332.0, 3375.0, 3345.0, 3355.0, 3344.0, 3355.0, 3345.0, 3345.0, 3345.0, 3345.0, 3366.0, 3347.0, 3378.0, 3347.0, 3376.0, 3356.0, 3366.0, 3388.0, 3347.0, 3389.0, 3347.0, 3376.0, 3357.0, 3367.0, 3389.0, 3356.0, 3388.0, 3345.0, 3387.0, 3344.0, 3375.0, 3366.0, 3365.0, 3398.0, 3343.0, 3386.0, 3333.0, 3375.0, 3333.0, 3375.0, 3354.0, 3353.0, 3365.0, 3332.0, 3343.0, 3343.0, 3364.0, 3333.0, 3376.0, 3333.0, 3344.0, 3333.0, 3344.0, 3354.0, 3333.0, 3386.0, 3366.0, 3376.0, 3343.0, 3364.0, 3343.0, 3353.0, 3365.0, 3343.0, 3375.0, 3333.0, 3386.0, 3333.0, 3364.0, 3343.0, 3364.0, 3354.0, 3332.0, 3343.0, 3343.0, 3353.0, 3343.0, 3376.0, 3355.0, 3334.0, 3354.0, 3345.0, 3365.0, 3343.0, 3387.0, 3344.0, 3377.0, 3343.0, 3343.0, 3344.0, 3344.0, 3354.0, 3345.0, 3387.0, 3367.0, 3343.0, 3345.0, 3355.0, 3356.0, 3345.0, 3375.0, 3355.0, 3366.0, 3334.0, 3357.0, 3344.0, 3356.0, 3376.0, 3356.0, 3399.0, 3345.0, 3356.0, 3344.0, 3345.0, 3365.0, 3345.0, 3387.0, 3357.0, 3356.0, 3355.0, 3345.0, 3376.0, 3345.0, 3397.0, 3377.0, 3377.0, 3388.0, 3358.0, 3389.0, 3366.0, 3365.0, 3365.0, 3343.0, 3365.0, 3376.0, 3344.0, 3398.0, 3388.0, 3344.0, 3365.0, 3345.0, 3386.0, 3343.0, 3375.0, 3354.0, 3343.0, 3376.0, 3344.0, 3354.0, 3345.0, 3333.0, 3333.0, 3344.0, 3376.0, 3357.0, 3346.0, 3347.0, 3369.0, 3388.0, 3358.0, 3389.0, 3378.0, 3356.0, 3387.0, 3345.0, 3398.0, 3345.0, 3386.0, 3366.0, 3386.0, 3388.0, 3343.0, 3364.0, 3342.0, 3363.0, 3342.0, 3374.0, 3353.0, 3343.0, 3364.0, 3343.0, 3363.0, 3343.0, 3353.0, 3331.0, 3343.0, 3386.0, 3344.0, 3365.0, 3344.0, 3343.0, 3354.0, 3344.0, 3386.0, 3355.0, 3353.0, 3333.0, 3344.0, 3364.0, 3343.0, 3375.0, 3354.0, 3354.0, 3332.0, 3343.0, 3354.0, 3344.0, 3374.0, 3355.0, 3365.0, 3376.0, 3344.0, 3376.0, 3344.0, 3354.0, 3354.0, 3344.0, 3398.0, 3355.0, 3374.0, 3333.0, 3342.0, 3364.0, 3342.0, 3384.0, 3365.0, 3374.0, 3342.0, 3331.0, 3330.0, 3342.0, 3363.0, 3343.0, 3376.0, 3343.0, 3332.0, 3343.0, 3342.0, 3354.0, 3343.0, 3376.0, 3333.0, 3355.0, 3354.0, 3344.0, 3375.0, 3343.0, 3386.0, 3367.0, 3355.0, 3343.0, 3344.0, 3365.0, 3344.0, 3397.0, 3377.0, 3365.0, 3365.0, 3344.0, 3375.0, 3343.0, 3364.0, 3375.0, 3355.0, 3386.0, 3344.0, 3364.0, 3343.0, 3353.0, 3343.0, 3332.0, 3397.0, 3344.0, 3375.0, 3343.0, 3332.0, 3332.0, 3343.0, 3387.0, 3344.0, 3365.0, 3344.0, 3333.0, 3343.0, 3333.0, 3386.0, 3356.0, 3344.0, 3343.0, 3345.0, 3365.0, 3344.0, 3365.0, 3376.0, 3356.0, 3387.0, 3355.0, 3344.0, 3353.0, 3343.0, 3397.0, 3377.0, 3344.0, 3354.0, 3343.0, 3375.0, 3343.0, 3375.0, 3376.0, 3344.0, 3386.0, 3343.0, 3332.0, 3363.0, 3344.0, 3396.0, 3376.0, 3343.0, 3353.0, 3343.0, 3363.0, 3342.0, 3364.0, 3376.0, 3343.0, 3375.0, 3343.0, 3353.0, 3343.0, 3343.0, 3374.0, 3343.0, 3353.0, 3332.0, 3343.0, 3343.0, 3343.0, 3386.0, 3365.0, 3332.0, 3355.0, 3355.0, 3374.0, 3333.0, 3375.0, 3365.0, 3344.0, 3364.0, 3343.0, 3353.0, 3333.0, 3354.0, 3353.0, 3343.0, 3374.0, 3343.0, 3344.0, 3332.0, 3344.0, 3354.0, 3344.0, 3375.0, 3345.0, 3345.0, 3345.0, 3344.0, 3344.0, 3346.0, 3376.0, 3334.0, 3356.0, 3345.0, 3357.0, 3377.0, 3346.0, 3378.0, 3390.0, 3355.0, 3388.0, 3356.0, 3366.0, 3354.0, 3344.0, 3397.0, 3377.0, 3376.0, 3333.0, 3344.0, 3374.0, 3354.0, 3385.0, 3376.0, 3343.0, 3364.0, 3343.0, 3363.0, 3343.0, 3385.0, 3353.0, 3376.0, 3342.0, 3343.0, 3342.0, 3342.0, 3353.0, 3355.0, 3365.0, 3355.0, 3332.0, 3322.0, 3342.0, 3354.0, 3355.0, 3376.0, 3356.0, 3355.0, 3344.0, 3355.0, 3366.0, 3368.0, 3356.0, 3367.0, 3366.0, 3367.0, 3388.0, 3378.0, 3399.0, 3356.0, 3355.0, 3376.0, 3354.0, 3387.0, 3364.0, 3386.0, 3353.0, 3332.0, 3331.0, 3342.0, 3330.0, 3342.0, 3353.0, 3344.0, 3343.0, 3333.0, 3356.0, 3354.0, 3356.0, 3345.0, 3366.0, 3357.0, 3379.0, 3356.0, 3356.0, 3345.0, 3344.0, 3365.0, 3344.0], 'WindowWidth': [7832.0, 7761.0, 7715.0, 7706.0, 7685.0, 7695.0, 7690.0, 7742.0, 7660.0, 7697.0, 7666.0, 7681.0, 7652.0, 7699.0, 7688.0, 7652.0, 7654.0, 7669.0, 7653.0, 7655.0, 7696.0, 7671.0, 7703.0, 7658.0, 7659.0, 7671.0, 7657.0, 7696.0, 7655.0, 7731.0, 7706.0, 7651.0, 7666.0, 7655.0, 7680.0, 7652.0, 7729.0, 7684.0, 7665.0, 7634.0, 7632.0, 7663.0, 7634.0, 7695.0, 7672.0, 7696.0, 7623.0, 7668.0, 7639.0, 7650.0, 7657.0, 7639.0, 7688.0, 7659.0, 7687.0, 7647.0, 7684.0, 7660.0, 7692.0, 7719.0, 7663.0, 7708.0, 7665.0, 7658.0, 7674.0, 7643.0, 7722.0, 7696.0, 7735.0, 7664.0, 7707.0, 7661.0, 7685.0, 7700.0, 7701.0, 7737.0, 7686.0, 7710.0, 7638.0, 7694.0, 7650.0, 7695.0, 7698.0, 7654.0, 7677.0, 7636.0, 7694.0, 7636.0, 7697.0, 7669.0, 7653.0, 7682.0, 7639.0, 7663.0, 7636.0, 7677.0, 7638.0, 7694.0, 7685.0, 7682.0, 7637.0, 7640.0, 7650.0, 7639.0, 7682.0, 7655.0, 7702.0, 7642.0, 7671.0, 7656.0, 7637.0, 7688.0, 7688.0, 7732.0, 7670.0, 7695.0, 7623.0, 7692.0, 7624.0, 7713.0, 7682.0, 7684.0, 7652.0, 7636.0, 7649.0, 7635.0, 7679.0, 7639.0, 7713.0, 7638.0, 7684.0, 7623.0, 7666.0, 7655.0, 7701.0, 7673.0, 7643.0, 7669.0, 7658.0, 7658.0, 7659.0, 7659.0, 7689.0, 7662.0, 7692.0, 7693.0, 7682.0, 7738.0, 7713.0, 7693.0, 7678.0, 7660.0, 7718.0, 7671.0, 7716.0, 7724.0, 7701.0, 7669.0, 7656.0, 7679.0, 7641.0, 7701.0, 7686.0, 7657.0, 7683.0, 7642.0, 7682.0, 7660.0, 7700.0, 7699.0, 7677.0, 7702.0, 7658.0, 7697.0, 7641.0, 7698.0, 7685.0, 7643.0, 7712.0, 7641.0, 7693.0, 7636.0, 7698.0, 7669.0, 7656.0, 7683.0, 7641.0, 7697.0, 7627.0, 7686.0, 7673.0, 7643.0, 7700.0, 7642.0, 7670.0, 7657.0, 7656.0, 7689.0, 7660.0, 7717.0, 7643.0, 7657.0, 7655.0, 7642.0, 7701.0, 7674.0, 7731.0, 7686.0, 7655.0, 7685.0, 7657.0, 7713.0, 7687.0, 7716.0, 7699.0, 7653.0, 7693.0, 7637.0, 7693.0, 7667.0, 7707.0, 7712.0, 7647.0, 7660.0, 7622.0, 7674.0, 7636.0, 7682.0, 7686.0, 7641.0, 7677.0, 7627.0, 7681.0, 7657.0, 7698.0, 7701.0, 7654.0, 7665.0, 7638.0, 7680.0, 7641.0, 7714.0, 7689.0, 7672.0, 7671.0, 7643.0, 7681.0, 7640.0, 7697.0, 7672.0, 7702.0, 7678.0, 7647.0, 7660.0, 7663.0, 7686.0, 7647.0, 7722.0, 7676.0, 7645.0, 7675.0, 7665.0, 7721.0, 7679.0, 7665.0, 7706.0, 7682.0, 7723.0, 7745.0, 7694.0, 7720.0, 7674.0, 7698.0, 7701.0, 7697.0, 7728.0, 7718.0, 7684.0, 7649.0, 7633.0, 7664.0, 7653.0, 7696.0, 7687.0, 7638.0, 7684.0, 7643.0, 7700.0, 7676.0, 7687.0, 7722.0, 7657.0, 7698.0, 7641.0, 7682.0, 7686.0, 7669.0, 7718.0, 7642.0, 7682.0, 7640.0, 7667.0, 7686.0, 7670.0, 7716.0, 7623.0, 7679.0, 7638.0, 7653.0, 7682.0, 7638.0, 7729.0, 7639.0, 7640.0, 7668.0, 7657.0, 7696.0, 7659.0, 7715.0, 7670.0, 7637.0, 7670.0, 7645.0, 7722.0, 7677.0, 7662.0, 7691.0, 7754.0, 7726.0, 7690.0, 7658.0, 7654.0, 7654.0, 7657.0, 7672.0, 7686.0, 7677.0, 7739.0, 7724.0, 7681.0, 7682.0, 7687.0, 7657.0, 7713.0, 7684.0, 7690.0, 7715.0, 7655.0, 7656.0, 7672.0, 7660.0, 7717.0, 7672.0, 7694.0, 7657.0, 7645.0, 7687.0, 7656.0, 7645.0, 7703.0, 7667.0, 7693.0, 7708.0, 7681.0, 7710.0, 7744.0, 7726.0, 7739.0, 7704.0, 7674.0, 7712.0, 7684.0, 7728.0, 7715.0, 7699.0, 7678.0, 7650.0, 7690.0, 7636.0, 7682.0, 7683.0, 7641.0, 7666.0, 7640.0, 7666.0, 7642.0, 7688.0, 7703.0, 7675.0, 7714.0, 7645.0, 7654.0, 7669.0, 7654.0, 7715.0, 7686.0, 7735.0, 7657.0, 7671.0, 7654.0, 7640.0, 7717.0, 7684.0, 7727.0, 7703.0, 7635.0, 7651.0, 7639.0, 7677.0, 7638.0, 7710.0, 7669.0, 7687.0, 7653.0, 7637.0, 7668.0, 7639.0, 7680.0, 7656.0, 7715.0, 7704.0, 7671.0, 7669.0, 7641.0, 7682.0, 7637.0, 7693.0, 7656.0, 7714.0, 7684.0, 7656.0, 7656.0, 7656.0, 7665.0, 7642.0, 7714.0, 7687.0, 7674.0, 7669.0, 7644.0, 7682.0, 7643.0, 7696.0, 7690.0, 7684.0, 7718.0, 7653.0, 7697.0, 7640.0, 7693.0, 7652.0, 7696.0, 7683.0, 7656.0, 7666.0, 7645.0, 7693.0, 7636.0, 7682.0, 7671.0, 7639.0, 7667.0, 7643.0, 7682.0, 7641.0, 7668.0, 7673.0, 7655.0, 7717.0, 7645.0, 7705.0, 7660.0, 7657.0, 7672.0, 7660.0, 7733.0, 7690.0, 7701.0, 7657.0, 7642.0, 7700.0, 7640.0, 7731.0, 7702.0, 7704.0, 7672.0, 7658.0, 7668.0, 7654.0, 7711.0, 7688.0, 7657.0, 7699.0, 7641.0, 7710.0, 7639.0, 7679.0, 7669.0, 7681.0, 7700.0, 7635.0, 7676.0, 7634.0, 7676.0, 7634.0, 7708.0, 7668.0, 7653.0, 7666.0, 7637.0, 7679.0, 7640.0, 7683.0, 7670.0, 7642.0, 7668.0, 7642.0, 7696.0, 7643.0, 7699.0, 7672.0, 7673.0, 7685.0, 7638.0, 7682.0, 7639.0, 7704.0, 7661.0, 7713.0, 7683.0, 7639.0, 7652.0, 7636.0, 7663.0, 7640.0, 7698.0, 7675.0, 7639.0, 7655.0, 7644.0, 7682.0, 7643.0, 7731.0, 7704.0, 7670.0, 7668.0, 7655.0, 7687.0, 7662.0, 7712.0, 7684.0, 7727.0, 7668.0, 7638.0, 7674.0, 7657.0, 7693.0, 7656.0, 7712.0, 7668.0, 7636.0, 7664.0, 7638.0, 7678.0, 7641.0, 7713.0, 7669.0, 7650.0, 7653.0, 7655.0, 7697.0, 7639.0, 7683.0, 7689.0, 7676.0, 7703.0, 7678.0, 7665.0, 7704.0, 7662.0, 7686.0, 7701.0, 7691.0, 7734.0, 7703.0, 7657.0, 7685.0, 7642.0, 7710.0, 7670.0, 7711.0, 7700.0, 7651.0, 7664.0, 7637.0, 7678.0, 7635.0, 7666.0, 7700.0, 7654.0, 7696.0, 7640.0, 7666.0, 7652.0, 7638.0, 7715.0, 7654.0, 7697.0, 7639.0, 7636.0, 7654.0, 7655.0, 7717.0, 7701.0, 7656.0, 7668.0, 7655.0, 7712.0, 7659.0, 7729.0, 7701.0, 7667.0, 7664.0, 7638.0, 7676.0, 7637.0, 7709.0, 7671.0, 7652.0, 7653.0, 7655.0, 7665.0, 7637.0, 7693.0, 7654.0, 7715.0, 7654.0, 7665.0, 7651.0, 7633.0, 7663.0, 7636.0, 7696.0, 7656.0, 7668.0, 7657.0, 7669.0, 7657.0, 7657.0, 7659.0, 7659.0, 7687.0, 7665.0, 7706.0, 7664.0, 7701.0, 7675.0, 7689.0, 7719.0, 7665.0, 7723.0, 7665.0, 7701.0, 7675.0, 7688.0, 7722.0, 7674.0, 7718.0, 7658.0, 7714.0, 7656.0, 7696.0, 7684.0, 7682.0, 7730.0, 7653.0, 7712.0, 7639.0, 7694.0, 7637.0, 7694.0, 7667.0, 7665.0, 7680.0, 7636.0, 7649.0, 7650.0, 7678.0, 7640.0, 7699.0, 7637.0, 7654.0, 7640.0, 7653.0, 7666.0, 7638.0, 7714.0, 7685.0, 7698.0, 7653.0, 7679.0, 7651.0, 7664.0, 7682.0, 7653.0, 7694.0, 7639.0, 7710.0, 7638.0, 7678.0, 7651.0, 7680.0, 7667.0, 7637.0, 7651.0, 7652.0, 7665.0, 7653.0, 7698.0, 7671.0, 7640.0, 7667.0, 7656.0, 7682.0, 7654.0, 7713.0, 7657.0, 7701.0, 7652.0, 7654.0, 7654.0, 7656.0, 7668.0, 7659.0, 7714.0, 7691.0, 7654.0, 7656.0, 7671.0, 7673.0, 7658.0, 7697.0, 7673.0, 7686.0, 7643.0, 7676.0, 7657.0, 7674.0, 7700.0, 7675.0, 7734.0, 7658.0, 7673.0, 7656.0, 7658.0, 7684.0, 7660.0, 7714.0, 7679.0, 7675.0, 7672.0, 7659.0, 7700.0, 7661.0, 7730.0, 7703.0, 7702.0, 7720.0, 7684.0, 7724.0, 7688.0, 7685.0, 7684.0, 7654.0, 7682.0, 7699.0, 7656.0, 7730.0, 7718.0, 7654.0, 7683.0, 7656.0, 7709.0, 7652.0, 7693.0, 7665.0, 7648.0, 7696.0, 7653.0, 7667.0, 7657.0, 7638.0, 7640.0, 7655.0, 7698.0, 7677.0, 7659.0, 7664.0, 7696.0, 7719.0, 7679.0, 7720.0, 7704.0, 7675.0, 7716.0, 7659.0, 7729.0, 7657.0, 7711.0, 7687.0, 7711.0, 7717.0, 7650.0, 7678.0, 7649.0, 7675.0, 7648.0, 7692.0, 7663.0, 7651.0, 7678.0, 7651.0, 7677.0, 7650.0, 7663.0, 7632.0, 7650.0, 7711.0, 7653.0, 7682.0, 7653.0, 7652.0, 7666.0, 7653.0, 7711.0, 7669.0, 7665.0, 7638.0, 7653.0, 7681.0, 7651.0, 7694.0, 7667.0, 7667.0, 7635.0, 7654.0, 7667.0, 7654.0, 7693.0, 7670.0, 7684.0, 7700.0, 7655.0, 7697.0, 7655.0, 7667.0, 7668.0, 7653.0, 7732.0, 7670.0, 7693.0, 7637.0, 7648.0, 7678.0, 7648.0, 7706.0, 7681.0, 7691.0, 7648.0, 7632.0, 7630.0, 7649.0, 7678.0, 7652.0, 7698.0, 7652.0, 7637.0, 7652.0, 7651.0, 7666.0, 7654.0, 7700.0, 7638.0, 7671.0, 7669.0, 7656.0, 7695.0, 7653.0, 7712.0, 7690.0, 7671.0, 7653.0, 7655.0, 7683.0, 7654.0, 7729.0, 7701.0, 7684.0, 7682.0, 7655.0, 7696.0, 7651.0, 7680.0, 7697.0, 7672.0, 7711.0, 7655.0, 7680.0, 7652.0, 7663.0, 7652.0, 7636.0, 7727.0, 7655.0, 7697.0, 7654.0, 7635.0, 7637.0, 7651.0, 7713.0, 7655.0, 7681.0, 7654.0, 7640.0, 7651.0, 7638.0, 7712.0, 7673.0, 7654.0, 7653.0, 7658.0, 7682.0, 7655.0, 7684.0, 7700.0, 7675.0, 7713.0, 7672.0, 7655.0, 7666.0, 7652.0, 7727.0, 7701.0, 7654.0, 7667.0, 7653.0, 7695.0, 7653.0, 7697.0, 7698.0, 7656.0, 7710.0, 7652.0, 7636.0, 7678.0, 7654.0, 7725.0, 7700.0, 7650.0, 7665.0, 7653.0, 7677.0, 7649.0, 7680.0, 7700.0, 7651.0, 7694.0, 7652.0, 7664.0, 7652.0, 7652.0, 7694.0, 7653.0, 7665.0, 7636.0, 7652.0, 7651.0, 7653.0, 7713.0, 7685.0, 7636.0, 7669.0, 7669.0, 7692.0, 7638.0, 7696.0, 7684.0, 7653.0, 7679.0, 7653.0, 7666.0, 7638.0, 7668.0, 7665.0, 7652.0, 7693.0, 7653.0, 7654.0, 7636.0, 7653.0, 7667.0, 7654.0, 7697.0, 7657.0, 7658.0, 7658.0, 7657.0, 7656.0, 7661.0, 7701.0, 7644.0, 7675.0, 7658.0, 7676.0, 7702.0, 7661.0, 7704.0, 7724.0, 7671.0, 7718.0, 7674.0, 7686.0, 7669.0, 7655.0, 7730.0, 7703.0, 7698.0, 7638.0, 7653.0, 7694.0, 7669.0, 7709.0, 7698.0, 7650.0, 7680.0, 7651.0, 7677.0, 7652.0, 7709.0, 7665.0, 7697.0, 7648.0, 7651.0, 7648.0, 7649.0, 7664.0, 7669.0, 7682.0, 7671.0, 7637.0, 7624.0, 7651.0, 7667.0, 7670.0, 7699.0, 7673.0, 7671.0, 7655.0, 7674.0, 7690.0, 7694.0, 7676.0, 7690.0, 7688.0, 7688.0, 7718.0, 7705.0, 7734.0, 7673.0, 7670.0, 7698.0, 7667.0, 7713.0, 7680.0, 7709.0, 7662.0, 7633.0, 7631.0, 7648.0, 7629.0, 7649.0, 7664.0, 7654.0, 7652.0, 7640.0, 7674.0, 7669.0, 7673.0, 7659.0, 7687.0, 7676.0, 7708.0, 7674.0, 7673.0, 7658.0, 7655.0, 7684.0, 7655.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.00213054844606947</td></tr>
<tr><td colspan=3>aqi</td><td>0.049317460786106035</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.971936930027496</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0702720426623982</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9533866876669712</td></tr>
<tr><td colspan=3>efc</td><td>0.4414</td></tr>
<tr><td colspan=3>fber</td><td>6241.9253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10994573881615054</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.936014625228519</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42972426569205</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2713962185729666</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6501840277237796</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3675925507794036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00296297</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01679602451622486</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02271394617855549</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1094</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.9630965684411157</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>27.7968</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>27.2154</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>124.7663</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>36.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>249.4263</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3146</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>393.2908</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2676.8358</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2831.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>714.3348</td></tr>
<tr><td colspan=3>tsnr</td><td>31.588751333765686</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>