<?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-0035_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-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_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-0035/figures/sub-0035_ses-02_task-narratives_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_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-0035/ses-02/func/sub-0035_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>9ead270be673c3309c83c6fa9509fb8e</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>15:38:46.960000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994463, -0.019767, 0.103215, 0.00468632, 0.989515, 0.144352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0973647</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>[4161, -7760, -7297, 686, -51, -144, 138, 45]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.959</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2b917429-525e-4331-bbe1-be3824aa5774||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6680705547332764, 0.0125730624422431, 0.28346341848373413, 105.33180236816406], [0.05303337424993515, 2.654797077178955, 0.386287122964859, -109.35382843017578], [0.2769189178943634, -0.3872867822647095, 2.657147169113159, -79.59841918945312], [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': ['153846.960000', '153847.420000', '153847.880000', '153848.340000', '153848.800000', '153849.260000', '153849.720000', '153850.180000', '153850.640000', '153851.100000', '153851.560000', '153852.020000', '153852.480000', '153852.940000', '153853.400000', '153853.860000', '153854.320000', '153854.780000', '153855.240000', '153855.700000', '153856.160000', '153856.620000', '153857.080000', '153857.540000', '153858.000000', '153858.460000', '153858.920000', '153859.380000', '153859.840000', '153900.300000', '153900.760000', '153901.220000', '153901.680000', '153902.140000', '153902.600000', '153903.060000', '153903.520000', '153903.980000', '153904.440000', '153904.900000', '153905.360000', '153905.820000', '153906.280000', '153906.740000', '153907.200000', '153907.660000', '153908.120000', '153908.580000', '153909.040000', '153909.500000', '153909.960000', '153910.420000', '153910.880000', '153911.340000', '153911.800000', '153912.260000', '153912.720000', '153913.180000', '153913.640000', '153914.100000', '153914.560000', '153915.020000', '153915.480000', '153915.940000', '153916.400000', '153916.860000', '153917.320000', '153917.780000', '153918.240000', '153918.700000', '153919.160000', '153919.620000', '153920.080000', '153920.540000', '153921.000000', '153921.460000', '153921.920000', '153922.380000', '153922.840000', '153923.300000', '153923.760000', '153924.220000', '153924.680000', '153925.140000', '153925.600000', '153926.060000', '153926.520000', '153926.980000', '153927.440000', '153927.900000', '153928.360000', '153928.820000', '153929.280000', '153929.740000', '153930.200000', '153930.660000', '153931.120000', '153931.580000', '153932.040000', '153932.500000', '153932.960000', '153933.420000', '153933.880000', '153934.340000', '153934.800000', '153935.260000', '153935.720000', '153936.180000', '153936.640000', '153937.100000', '153937.560000', '153938.020000', '153938.480000', '153938.940000', '153939.400000', '153939.860000', '153940.320000', '153940.780000', '153941.240000', '153941.700000', '153942.160000', '153942.620000', '153943.080000', '153943.540000', '153944.000000', '153944.460000', '153944.920000', '153945.380000', '153945.840000', '153946.300000', '153946.760000', '153947.220000', '153947.680000', '153948.140000', '153948.600000', '153949.060000', '153949.520000', '153949.980000', '153950.440000', '153950.900000', '153951.360000', '153951.820000', '153952.280000', '153952.740000', '153953.200000', '153953.660000', '153954.120000', '153954.580000', '153955.040000', '153955.500000', '153955.960000', '153956.420000', '153956.880000', '153957.340000', '153957.800000', '153958.260000', '153958.720000', '153959.180000', '153959.640000', '154000.100000', '154000.560000', '154001.020000', '154001.480000', '154001.940000', '154002.400000', '154002.860000', '154003.320000', '154003.780000', '154004.240000', '154004.700000', '154005.160000', '154005.620000', '154006.080000', '154006.540000', '154007.000000', '154007.460000', '154007.920000', '154008.380000', '154008.840000', '154009.300000', '154009.760000', '154010.220000', '154010.680000', '154011.140000', '154011.600000', '154012.060000', '154012.520000', '154012.980000', '154013.440000', '154013.900000', '154014.360000', '154014.820000', '154015.280000', '154015.740000', '154016.200000', '154016.660000', '154017.120000', '154017.580000', '154018.040000', '154018.500000', '154018.960000', '154019.420000', '154019.880000', '154020.340000', '154020.800000', '154021.260000', '154021.720000', '154022.180000', '154022.640000', '154023.100000', '154023.560000', '154024.020000', '154024.480000', '154024.940000', '154025.400000', '154025.860000', '154026.320000', '154026.780000', '154027.240000', '154027.700000', '154028.160000', '154028.620000', '154029.080000', '154029.540000', '154030.000000', '154030.460000', '154030.920000', '154031.380000', '154031.840000', '154032.300000', '154032.760000', '154033.220000', '154033.680000', '154034.140000', '154034.600000', '154035.060000', '154035.520000', '154035.980000', '154036.440000', '154036.900000', '154037.360000', '154037.820000', '154038.280000', '154038.740000', '154039.200000', '154039.660000', '154040.120000', '154040.580000', '154041.040000', '154041.500000', '154041.960000', '154042.420000', '154042.880000', '154043.340000', '154043.800000', '154044.260000', '154044.720000', '154045.180000', '154045.640000', '154046.100000', '154046.560000', '154047.020000', '154047.480000', '154047.940000', '154048.400000', '154048.860000', '154049.320000', '154049.780000', '154050.240000', '154050.700000', '154051.160000', '154051.620000', '154052.080000', '154052.540000', '154053.000000', '154053.460000', '154053.920000', '154054.380000', '154054.840000', '154055.300000', '154055.760000', '154056.220000', '154056.680000', '154057.140000', '154057.600000', '154058.060000', '154058.520000', '154058.980000', '154059.440000', '154059.900000', '154100.360000', '154100.820000', '154101.280000', '154101.740000', '154102.200000', '154102.660000', '154103.120000', '154103.580000', '154104.040000', '154104.500000', '154104.960000', '154105.420000', '154105.880000', '154106.340000', '154106.800000', '154107.260000', '154107.720000', '154108.180000', '154108.640000', '154109.100000', '154109.560000', '154110.020000', '154110.480000', '154110.940000', '154111.400000', '154111.860000', '154112.320000', '154112.780000', '154113.240000', '154113.700000', '154114.160000', '154114.620000', '154115.080000', '154115.540000', '154116.000000', '154116.460000', '154116.920000', '154117.380000', '154117.840000', '154118.300000', '154118.760000', '154119.220000', '154119.680000', '154120.140000', '154120.600000', '154121.060000', '154121.520000', '154121.980000', '154122.440000', '154122.900000', '154123.360000', '154123.820000', '154124.280000', '154124.740000', '154125.200000', '154125.660000', '154126.120000', '154126.580000', '154127.040000', '154127.500000', '154127.960000', '154128.420000', '154128.880000', '154129.340000', '154129.800000', '154130.260000', '154130.720000', '154131.180000', '154131.640000', '154132.100000', '154132.560000', '154133.020000', '154133.480000', '154133.940000', '154134.400000', '154134.860000', '154135.320000', '154135.780000', '154136.240000', '154136.700000', '154137.160000', '154137.620000', '154138.080000', '154138.540000', '154139.000000', '154139.460000', '154139.920000', '154140.380000', '154140.840000', '154141.300000', '154141.760000', '154142.220000', '154142.680000', '154143.140000', '154143.600000', '154144.060000', '154144.520000', '154144.980000', '154145.440000', '154145.900000', '154146.360000', '154146.820000', '154147.280000', '154147.740000', '154148.200000', '154148.660000', '154149.120000', '154149.580000', '154150.040000', '154150.500000', '154150.960000', '154151.420000', '154151.880000', '154152.340000', '154152.800000', '154153.260000', '154153.720000', '154154.180000', '154154.640000', '154155.100000', '154155.560000', '154156.020000', '154156.480000', '154156.940000', '154157.400000', '154157.860000', '154158.320000', '154158.780000', '154159.240000', '154159.700000', '154200.160000', '154200.620000', '154201.080000', '154201.540000', '154202.000000', '154202.460000', '154202.920000', '154203.380000', '154203.840000', '154204.300000', '154204.760000', '154205.220000', '154205.680000', '154206.140000', '154206.600000', '154207.060000', '154207.520000', '154207.980000', '154208.440000', '154208.900000', '154209.360000', '154209.820000', '154210.280000', '154210.740000', '154211.200000', '154211.660000', '154212.120000', '154212.580000', '154213.040000', '154213.500000', '154213.960000', '154214.420000', '154214.880000', '154215.340000', '154215.800000', '154216.260000', '154216.720000', '154217.180000', '154217.640000', '154218.100000', '154218.560000', '154219.020000', '154219.480000', '154219.940000', '154220.400000', '154220.860000', '154221.320000', '154221.780000', '154222.240000', '154222.700000', '154223.160000', '154223.620000', '154224.080000', '154224.540000', '154225.000000', '154225.460000', '154225.920000', '154226.380000', '154226.840000', '154227.300000', '154227.760000', '154228.220000', '154228.680000', '154229.140000', '154229.600000', '154230.060000', '154230.520000', '154230.980000', '154231.440000', '154231.900000', '154232.360000', '154232.820000', '154233.280000', '154233.740000', '154234.200000', '154234.660000', '154235.120000', '154235.580000', '154236.040000', '154236.500000', '154236.960000', '154237.420000', '154237.880000', '154238.340000', '154238.800000', '154239.260000', '154239.720000', '154240.180000', '154240.640000', '154241.100000', '154241.560000', '154242.020000', '154242.480000', '154242.940000', '154243.400000', '154243.860000', '154244.320000', '154244.780000', '154245.240000', '154245.700000', '154246.160000', '154246.620000', '154247.080000', '154247.540000', '154248.000000', '154248.460000', '154248.920000', '154249.380000', '154249.840000', '154250.300000', '154250.760000', '154251.220000', '154251.680000', '154252.140000', '154252.600000', '154253.060000', '154253.520000', '154253.980000', '154254.440000', '154254.900000', '154255.360000', '154255.820000', '154256.280000', '154256.740000', '154257.200000', '154257.660000', '154258.120000', '154258.580000', '154259.040000', '154259.500000', '154259.960000', '154300.420000', '154300.880000', '154301.340000', '154301.800000', '154302.260000', '154302.720000', '154303.180000', '154303.640000', '154304.100000', '154304.560000', '154305.020000', '154305.480000', '154305.940000', '154306.400000', '154306.860000', '154307.320000', '154307.780000', '154308.240000', '154308.700000', '154309.160000', '154309.620000', '154310.080000', '154310.540000', '154311.000000', '154311.460000', '154311.920000', '154312.380000', '154312.840000', '154313.300000', '154313.760000', '154314.220000', '154314.680000', '154315.140000', '154315.600000', '154316.060000', '154316.520000', '154316.980000', '154317.440000', '154317.900000', '154318.360000', '154318.820000', '154319.280000', '154319.740000', '154320.200000', '154320.660000', '154321.120000', '154321.580000', '154322.040000', '154322.500000', '154322.960000', '154323.420000', '154323.880000', '154324.340000', '154324.800000', '154325.260000', '154325.720000', '154326.180000', '154326.640000', '154327.100000', '154327.560000', '154328.020000', '154328.480000', '154328.940000', '154329.400000', '154329.860000', '154330.320000', '154330.780000', '154331.240000', '154331.700000', '154332.160000', '154332.620000', '154333.080000', '154333.540000', '154334.000000', '154334.460000', '154334.920000', '154335.380000', '154335.840000', '154336.300000', '154336.760000', '154337.220000', '154337.680000', '154338.140000', '154338.600000', '154339.060000', '154339.520000', '154339.980000', '154340.440000', '154340.900000', '154341.360000', '154341.820000', '154342.280000', '154342.740000', '154343.200000', '154343.660000', '154344.120000', '154344.580000', '154345.040000', '154345.500000', '154345.960000', '154346.420000', '154346.880000', '154347.340000', '154347.800000', '154348.260000', '154348.720000', '154349.180000', '154349.640000', '154350.100000', '154350.560000', '154351.020000', '154351.480000', '154351.940000', '154352.400000', '154352.860000', '154353.320000', '154353.780000', '154354.240000', '154354.700000', '154355.160000', '154355.620000', '154356.080000', '154356.540000', '154357.000000', '154357.460000', '154357.920000', '154358.380000', '154358.840000', '154359.300000', '154359.760000', '154400.220000', '154400.680000', '154401.140000', '154401.600000', '154402.060000', '154402.520000', '154402.980000', '154403.440000', '154403.900000', '154404.360000', '154404.820000', '154405.280000', '154405.740000', '154406.200000', '154406.660000', '154407.120000', '154407.580000', '154408.040000', '154408.500000', '154408.960000', '154409.420000', '154409.880000', '154410.340000', '154410.800000', '154411.260000', '154411.720000', '154412.180000', '154412.640000', '154413.100000', '154413.560000', '154414.020000', '154414.480000', '154414.940000', '154415.400000', '154415.860000', '154416.320000', '154416.780000', '154417.240000', '154417.700000', '154418.160000', '154418.620000', '154419.080000', '154419.540000', '154420.000000', '154420.460000', '154420.920000', '154421.380000', '154421.840000', '154422.300000', '154422.760000', '154423.220000', '154423.680000', '154424.140000', '154424.600000', '154425.060000', '154425.520000', '154425.980000', '154426.440000', '154426.900000', '154427.360000', '154427.820000', '154428.280000', '154428.740000', '154429.200000', '154429.660000', '154430.120000', '154430.580000', '154431.040000', '154431.500000', '154431.960000', '154432.420000', '154432.880000', '154433.340000', '154433.800000', '154434.260000', '154434.720000', '154435.180000', '154435.640000', '154436.100000', '154436.560000', '154437.020000', '154437.480000', '154437.940000', '154438.400000', '154438.860000', '154439.320000', '154439.780000', '154440.240000', '154440.700000', '154441.160000', '154441.620000', '154442.080000', '154442.540000', '154443.000000', '154443.460000', '154443.920000', '154444.380000', '154444.840000', '154445.300000', '154445.760000', '154446.220000', '154446.680000', '154447.140000', '154447.600000', '154448.060000', '154448.520000', '154448.980000', '154449.440000', '154449.900000', '154450.360000', '154450.820000', '154451.280000', '154451.740000', '154452.200000', '154452.660000', '154453.120000', '154453.580000', '154454.040000', '154454.500000', '154454.960000', '154455.420000', '154455.880000', '154456.340000', '154456.800000', '154457.260000', '154457.720000', '154458.180000', '154458.640000', '154459.100000', '154459.560000', '154500.020000', '154500.480000', '154500.940000', '154501.400000', '154501.860000', '154502.320000', '154502.780000', '154503.240000', '154503.700000', '154504.160000', '154504.620000', '154505.080000', '154505.540000', '154506.000000', '154506.460000', '154506.920000', '154507.380000', '154507.840000', '154508.300000', '154508.760000', '154509.220000', '154509.680000', '154510.140000', '154510.600000', '154511.060000', '154511.520000', '154511.980000', '154512.440000', '154512.900000', '154513.360000', '154513.820000', '154514.280000', '154514.740000', '154515.200000', '154515.660000', '154516.120000', '154516.580000', '154517.040000', '154517.500000', '154517.960000', '154518.420000', '154518.880000', '154519.340000', '154519.800000', '154520.260000', '154520.720000', '154521.180000', '154521.640000', '154522.100000', '154522.560000', '154523.020000', '154523.480000', '154523.940000', '154524.400000', '154524.860000', '154525.320000', '154525.780000', '154526.240000', '154526.700000', '154527.160000', '154527.620000', '154528.080000', '154528.540000', '154529.000000', '154529.460000', '154529.920000', '154530.380000', '154530.840000', '154531.300000', '154531.760000', '154532.220000', '154532.680000', '154533.140000', '154533.600000', '154534.060000', '154534.520000', '154534.980000', '154535.440000', '154535.900000', '154536.360000', '154536.820000', '154537.280000', '154537.740000', '154538.200000', '154538.660000', '154539.120000', '154539.580000', '154540.040000', '154540.500000', '154540.960000', '154541.420000', '154541.880000', '154542.340000', '154542.800000', '154543.260000', '154543.720000', '154544.180000', '154544.640000', '154545.100000', '154545.560000', '154546.020000', '154546.480000', '154546.940000', '154547.400000', '154547.860000', '154548.320000', '154548.780000', '154549.240000', '154549.700000', '154550.160000', '154550.620000', '154551.080000', '154551.540000', '154552.000000', '154552.460000', '154552.920000', '154553.380000', '154553.840000', '154554.300000', '154554.760000', '154555.220000', '154555.680000', '154556.140000', '154556.600000', '154557.060000', '154557.520000', '154557.980000', '154558.440000', '154558.900000', '154559.360000', '154559.820000', '154600.280000', '154600.740000', '154601.200000', '154601.660000', '154602.120000', '154602.580000', '154603.040000', '154603.500000', '154603.960000', '154604.420000', '154604.880000', '154605.340000', '154605.800000', '154606.260000', '154606.720000', '154607.180000', '154607.640000', '154608.100000', '154608.560000', '154609.020000', '154609.480000', '154609.940000', '154610.400000', '154610.860000', '154611.320000', '154611.780000', '154612.240000', '154612.700000', '154613.160000', '154613.620000', '154614.080000', '154614.540000', '154615.000000', '154615.460000', '154615.920000', '154616.380000', '154616.840000', '154617.300000', '154617.760000', '154618.220000', '154618.680000', '154619.140000', '154619.600000', '154620.060000', '154620.520000', '154620.980000', '154621.440000', '154621.900000', '154622.360000', '154622.820000', '154623.280000', '154623.740000', '154624.200000', '154624.660000', '154625.120000', '154625.580000', '154626.040000', '154626.500000', '154626.960000', '154627.420000', '154627.880000', '154628.340000', '154628.800000', '154629.260000', '154629.720000', '154630.180000', '154630.640000', '154631.100000', '154631.560000', '154632.020000', '154632.480000', '154632.940000', '154633.400000', '154633.860000', '154634.320000', '154634.780000', '154635.240000', '154635.700000', '154636.160000', '154636.620000', '154637.080000', '154637.540000', '154638.000000', '154638.460000', '154638.920000', '154639.380000', '154639.840000', '154640.300000', '154640.760000', '154641.220000', '154641.680000', '154642.140000', '154642.600000', '154643.060000', '154643.520000', '154643.980000', '154644.440000', '154644.900000', '154645.360000', '154645.820000', '154646.280000', '154646.740000', '154647.200000', '154647.660000', '154648.120000', '154648.580000', '154649.040000', '154649.500000', '154649.960000', '154650.420000', '154650.880000', '154651.340000', '154651.800000', '154652.260000', '154652.720000', '154653.180000', '154653.640000', '154654.100000', '154654.560000', '154655.020000', '154655.480000', '154655.940000', '154656.400000', '154656.860000', '154657.320000', '154657.780000', '154658.240000', '154658.700000', '154659.160000', '154659.620000', '154700.080000', '154700.540000', '154701.000000', '154701.460000', '154701.920000', '154702.380000', '154702.840000', '154703.300000', '154703.760000', '154704.220000', '154704.680000', '154705.140000', '154705.600000', '154706.060000', '154706.520000', '154706.980000', '154707.440000', '154707.900000', '154708.360000', '154708.820000', '154709.280000', '154709.740000', '154710.200000', '154710.660000', '154711.120000', '154711.580000'], 'ContentTime': ['153858.300000', '153858.304000', '153858.307000', '153858.310000', '153858.313000', '153858.316000', '153858.319000', '153858.322000', '153858.325000', '153858.328000', '153858.340000', '153858.344000', '153858.347000', '153858.349000', '153858.352000', '153858.355000', '153858.358000', '153858.362000', '153858.365000', '153858.368000', '153858.371000', '153858.374000', '153918.267000', '153918.299000', '153918.301000', '153918.304000', '153918.307000', '153918.310000', '153918.313000', '153918.316000', '153918.318000', '153918.321000', '153918.324000', '153918.327000', '153918.330000', '153918.333000', '153918.336000', '153918.338000', '153918.341000', '153918.344000', '153918.347000', '153918.350000', '153918.353000', '153918.356000', '153918.359000', '153918.362000', '153918.365000', '153918.368000', '153918.371000', '153918.374000', '153918.377000', '153918.380000', '153918.382000', '153918.385000', '153918.388000', '153918.391000', '153918.394000', '153918.396000', '153918.399000', '153918.402000', '153918.405000', '153918.408000', '153918.411000', '153918.413000', '153918.416000', '153938.267000', '153938.270000', '153938.273000', '153938.276000', '153938.290000', '153938.293000', '153938.296000', '153938.299000', '153938.301000', '153938.304000', '153938.307000', '153938.310000', '153938.313000', '153938.316000', '153938.318000', '153938.321000', '153938.324000', '153938.327000', '153938.330000', '153938.333000', '153938.336000', '153938.338000', '153938.341000', '153938.344000', '153938.347000', '153938.350000', '153938.352000', '153938.355000', '153938.358000', '153938.361000', '153938.364000', '153938.367000', '153938.369000', '153938.372000', '153938.375000', '153938.378000', '153938.381000', '153938.384000', '153938.387000', '153938.389000', '153938.392000', '153938.395000', '153938.398000', '153938.406000', '153958.266000', '153958.269000', '153958.272000', '153958.275000', '153958.277000', '153958.280000', '153958.283000', '153958.286000', '153958.289000', '153958.292000', '153958.294000', '153958.297000', '153958.300000', '153958.303000', '153958.306000', '153958.310000', '153958.313000', '153958.316000', '153958.319000', '153958.322000', '153958.324000', '153958.327000', '153958.330000', '153958.333000', '153958.336000', '153958.338000', '153958.341000', '153958.344000', '153958.347000', '153958.350000', '153958.353000', '153958.355000', '153958.358000', '153958.362000', '153958.365000', '153958.368000', '153958.373000', '153958.377000', '153958.380000', '153958.383000', '153958.386000', '153958.388000', '153958.391000', '154018.266000', '154018.269000', '154018.272000', '154018.275000', '154018.278000', '154018.281000', '154018.283000', '154018.286000', '154018.289000', '154018.292000', '154018.295000', '154018.297000', '154018.300000', '154018.303000', '154018.306000', '154018.309000', '154018.312000', '154018.315000', '154018.317000', '154018.320000', '154018.323000', '154018.326000', '154018.329000', '154018.332000', '154018.334000', '154018.337000', '154018.340000', '154018.343000', '154018.346000', '154018.349000', '154018.351000', '154018.354000', '154018.357000', '154018.360000', '154018.363000', '154018.366000', '154018.369000', '154018.372000', '154018.374000', '154018.377000', '154018.380000', '154018.383000', '154018.386000', '154018.389000', '154038.267000', '154038.270000', '154038.273000', '154038.276000', '154038.279000', '154038.281000', '154038.284000', '154038.287000', '154038.290000', '154038.293000', '154038.296000', '154038.298000', '154038.301000', '154038.304000', '154038.307000', '154038.310000', '154038.313000', '154038.316000', '154038.319000', '154038.322000', '154038.324000', '154038.327000', '154038.330000', '154038.333000', '154038.336000', '154038.339000', '154038.341000', '154038.344000', '154038.347000', '154038.350000', '154038.353000', '154038.356000', '154038.359000', '154038.362000', '154038.365000', '154038.367000', '154038.370000', '154038.373000', '154038.376000', '154038.379000', '154038.382000', '154038.385000', '154038.388000', '154058.267000', '154058.270000', '154058.273000', '154058.276000', '154058.279000', '154058.282000', '154058.284000', '154058.287000', '154058.290000', '154058.293000', '154058.296000', '154058.299000', '154058.302000', '154058.304000', '154058.307000', '154058.310000', '154058.313000', '154058.316000', '154058.319000', '154058.322000', '154058.324000', '154058.327000', '154058.330000', '154058.333000', '154058.336000', '154058.339000', '154058.342000', '154058.345000', '154058.348000', '154058.350000', '154058.353000', '154058.356000', '154058.359000', '154058.362000', '154058.365000', '154058.368000', '154058.370000', '154058.373000', '154058.376000', '154058.379000', '154058.382000', '154058.385000', '154058.388000', '154058.402000', '154118.267000', '154118.270000', '154118.273000', '154118.276000', '154118.279000', '154118.282000', '154118.285000', '154118.287000', '154118.290000', '154118.293000', '154118.296000', '154118.299000', '154118.302000', '154118.304000', '154118.307000', '154118.310000', '154118.313000', '154118.316000', '154118.319000', '154118.322000', '154118.324000', '154118.327000', '154118.330000', '154118.333000', '154118.336000', '154118.339000', '154118.342000', '154118.346000', '154118.349000', '154118.352000', '154118.355000', '154118.358000', '154118.361000', '154118.363000', '154118.366000', '154118.369000', '154118.372000', '154118.375000', '154118.378000', '154118.381000', '154118.384000', '154118.386000', '154118.389000', '154138.267000', '154138.270000', '154138.273000', '154138.276000', '154138.279000', '154138.281000', '154138.284000', '154138.287000', '154138.290000', '154138.293000', '154138.296000', '154138.299000', '154138.302000', '154138.304000', '154138.307000', '154138.311000', '154138.314000', '154138.317000', '154138.320000', '154138.323000', '154138.326000', '154138.329000', '154138.332000', '154138.334000', '154138.337000', '154138.340000', '154138.343000', '154138.346000', '154138.349000', '154138.352000', '154138.355000', '154138.358000', '154138.360000', '154138.363000', '154138.366000', '154138.369000', '154138.372000', '154138.375000', '154138.378000', '154138.381000', '154138.383000', '154138.386000', '154138.389000', '154138.392000', '154158.267000', '154158.270000', '154158.273000', '154158.276000', '154158.278000', '154158.281000', '154158.284000', '154158.287000', '154158.290000', '154158.293000', '154158.296000', '154158.299000', '154158.302000', '154158.305000', '154158.307000', '154158.310000', '154158.313000', '154158.316000', '154158.319000', '154158.322000', '154158.325000', '154158.327000', '154158.330000', '154158.333000', '154158.336000', '154158.339000', '154158.342000', '154158.345000', '154158.348000', '154158.351000', '154158.353000', '154158.356000', '154158.359000', '154158.362000', '154158.365000', '154158.368000', '154158.371000', '154158.373000', '154158.376000', '154158.379000', '154158.382000', '154158.385000', '154158.388000', '154218.266000', '154218.269000', '154218.272000', '154218.275000', '154218.277000', '154218.280000', '154218.283000', '154218.286000', '154218.289000', '154218.292000', '154218.295000', '154218.297000', '154218.300000', '154218.303000', '154218.306000', '154218.309000', '154218.312000', '154218.315000', '154218.317000', '154218.320000', '154218.323000', '154218.326000', '154218.329000', '154218.332000', '154218.335000', '154218.338000', '154218.341000', '154218.344000', '154218.346000', '154218.349000', '154218.352000', '154218.355000', '154218.358000', '154218.360000', '154218.363000', '154218.366000', '154218.369000', '154218.372000', '154218.375000', '154218.378000', '154218.381000', '154218.383000', '154218.386000', '154218.389000', '154238.266000', '154238.269000', '154238.272000', '154238.275000', '154238.278000', '154238.281000', '154238.284000', '154238.287000', '154238.289000', '154238.292000', '154238.295000', '154238.298000', '154238.301000', '154238.304000', '154238.307000', '154238.310000', '154238.313000', '154238.316000', '154238.318000', '154238.321000', '154238.324000', '154238.327000', '154238.330000', '154238.333000', '154238.345000', '154238.348000', '154238.351000', '154238.354000', '154238.357000', '154238.360000', '154238.363000', '154238.365000', '154238.368000', '154238.371000', '154238.374000', '154238.377000', '154238.380000', '154238.384000', '154238.387000', '154238.390000', '154238.393000', '154238.396000', '154238.399000', '154258.267000', '154258.270000', '154258.273000', '154258.276000', '154258.279000', '154258.282000', '154258.284000', '154258.287000', '154258.290000', '154258.293000', '154258.296000', '154258.299000', '154258.302000', '154258.305000', '154258.307000', '154258.310000', '154258.321000', '154258.324000', '154258.327000', '154258.330000', '154258.333000', '154258.336000', '154258.339000', '154258.342000', '154258.345000', '154258.348000', '154258.351000', '154258.354000', '154258.357000', '154258.360000', '154258.363000', '154258.366000', '154258.369000', '154258.372000', '154258.375000', '154258.377000', '154258.380000', '154258.383000', '154258.386000', '154258.389000', '154258.392000', '154258.395000', '154258.398000', '154258.401000', '154318.267000', '154318.270000', '154318.273000', '154318.276000', '154318.279000', '154318.281000', '154318.284000', '154318.287000', '154318.290000', '154318.293000', '154318.296000', '154318.299000', '154318.302000', '154318.305000', '154318.307000', '154318.310000', '154318.313000', '154318.316000', '154318.319000', '154318.322000', '154318.325000', '154318.328000', '154318.330000', '154318.333000', '154318.336000', '154318.339000', '154318.342000', '154318.345000', '154318.348000', '154318.351000', '154318.353000', '154318.356000', '154318.359000', '154318.362000', '154318.365000', '154318.368000', '154318.371000', '154318.374000', '154318.377000', '154318.379000', '154318.382000', '154318.385000', '154318.388000', '154338.267000', '154338.270000', '154338.273000', '154338.276000', '154338.278000', '154338.281000', '154338.284000', '154338.287000', '154338.290000', '154338.293000', '154338.296000', '154338.298000', '154338.301000', '154338.304000', '154338.307000', '154338.310000', '154338.313000', '154338.315000', '154338.318000', '154338.321000', '154338.324000', '154338.327000', '154338.330000', '154338.333000', '154338.336000', '154338.338000', '154338.341000', '154338.344000', '154338.347000', '154338.350000', '154338.353000', '154338.356000', '154338.358000', '154338.361000', '154338.364000', '154338.367000', '154338.370000', '154338.373000', '154338.375000', '154338.378000', '154338.381000', '154338.384000', '154338.387000', '154338.390000', '154358.267000', '154358.270000', '154358.273000', '154358.276000', '154358.279000', '154358.282000', '154358.284000', '154358.287000', '154358.290000', '154358.293000', '154358.296000', '154358.299000', '154358.302000', '154358.305000', '154358.307000', '154358.310000', '154358.313000', '154358.316000', '154358.319000', '154358.322000', '154358.325000', '154358.328000', '154358.331000', '154358.334000', '154358.337000', '154358.339000', '154358.342000', '154358.345000', '154358.348000', '154358.351000', '154358.354000', '154358.357000', '154358.359000', '154358.362000', '154358.365000', '154358.379000', '154358.382000', '154358.385000', '154358.387000', '154358.390000', '154358.393000', '154358.396000', '154358.399000', '154418.267000', '154418.270000', '154418.273000', '154418.276000', '154418.279000', '154418.282000', '154418.285000', '154418.288000', '154418.291000', '154418.294000', '154418.297000', '154418.300000', '154418.302000', '154418.305000', '154418.308000', '154418.311000', '154418.314000', '154418.317000', '154418.320000', '154418.323000', '154418.325000', '154418.328000', '154418.331000', '154418.334000', '154418.337000', '154418.340000', '154418.343000', '154418.346000', '154418.349000', '154418.352000', '154418.354000', '154418.357000', '154418.360000', '154418.363000', '154418.366000', '154418.369000', '154418.372000', '154418.375000', '154418.377000', '154418.380000', '154418.383000', '154418.387000', '154418.390000', '154438.266000', '154438.269000', '154438.272000', '154438.275000', '154438.278000', '154438.280000', '154438.283000', '154438.286000', '154438.289000', '154438.292000', '154438.295000', '154438.298000', '154438.301000', '154438.303000', '154438.306000', '154438.309000', '154438.312000', '154438.315000', '154438.318000', '154438.321000', '154438.324000', '154438.327000', '154438.329000', '154438.332000', '154438.335000', '154438.338000', '154438.341000', '154438.344000', '154438.347000', '154438.350000', '154438.352000', '154438.355000', '154438.358000', '154438.361000', '154438.364000', '154438.367000', '154438.370000', '154438.372000', '154438.375000', '154438.378000', '154438.381000', '154438.384000', '154438.387000', '154438.390000', '154458.266000', '154458.269000', '154458.272000', '154458.275000', '154458.279000', '154458.282000', '154458.285000', '154458.288000', '154458.291000', '154458.294000', '154458.297000', '154458.300000', '154458.303000', '154458.305000', '154458.308000', '154458.311000', '154458.314000', '154458.317000', '154458.320000', '154458.323000', '154458.326000', '154458.328000', '154458.333000', '154458.336000', '154458.338000', '154458.341000', '154458.344000', '154458.347000', '154458.350000', '154458.353000', '154458.356000', '154458.359000', '154458.361000', '154458.364000', '154458.367000', '154458.370000', '154458.373000', '154458.376000', '154458.379000', '154458.382000', '154458.385000', '154458.387000', '154458.391000', '154518.267000', '154518.270000', '154518.273000', '154518.276000', '154518.279000', '154518.282000', '154518.285000', '154518.288000', '154518.290000', '154518.293000', '154518.296000', '154518.299000', '154518.302000', '154518.305000', '154518.308000', '154518.311000', '154518.313000', '154518.316000', '154518.319000', '154518.322000', '154518.325000', '154518.328000', '154518.331000', '154518.334000', '154518.337000', '154518.340000', '154518.342000', '154518.345000', '154518.348000', '154518.351000', '154518.354000', '154518.357000', '154518.360000', '154518.363000', '154518.366000', '154518.368000', '154518.371000', '154518.374000', '154518.377000', '154518.380000', '154518.383000', '154518.386000', '154518.388000', '154518.391000', '154538.267000', '154538.270000', '154538.273000', '154538.276000', '154538.279000', '154538.282000', '154538.285000', '154538.287000', '154538.290000', '154538.293000', '154538.296000', '154538.299000', '154538.302000', '154538.305000', '154538.308000', '154538.311000', '154538.317000', '154538.320000', '154538.323000', '154538.326000', '154538.329000', '154538.332000', '154538.335000', '154538.337000', '154538.340000', '154538.343000', '154538.346000', '154538.349000', '154538.352000', '154538.355000', '154538.357000', '154538.360000', '154538.363000', '154538.366000', '154538.369000', '154538.372000', '154538.375000', '154538.378000', '154538.381000', '154538.383000', '154538.386000', '154538.389000', '154538.392000', '154558.267000', '154558.270000', '154558.273000', '154558.276000', '154558.279000', '154558.282000', '154558.284000', '154558.287000', '154558.290000', '154558.293000', '154558.296000', '154558.299000', '154558.301000', '154558.304000', '154558.307000', '154558.310000', '154558.313000', '154558.316000', '154558.319000', '154558.322000', '154558.325000', '154558.328000', '154558.330000', '154558.333000', '154558.336000', '154558.339000', '154558.342000', '154558.345000', '154558.348000', '154558.351000', '154558.353000', '154558.356000', '154558.359000', '154558.362000', '154558.365000', '154558.368000', '154558.371000', '154558.374000', '154558.376000', '154558.379000', '154558.382000', '154558.385000', '154558.388000', '154558.391000', '154618.267000', '154618.270000', '154618.273000', '154618.276000', '154618.279000', '154618.282000', '154618.285000', '154618.288000', '154618.290000', '154618.293000', '154618.296000', '154618.299000', '154618.302000', '154618.305000', '154618.308000', '154618.311000', '154618.314000', '154618.317000', '154618.320000', '154618.323000', '154618.326000', '154618.328000', '154618.331000', '154618.334000', '154618.337000', '154618.340000', '154618.343000', '154618.346000', '154618.349000', '154618.352000', '154618.355000', '154618.358000', '154618.361000', '154618.364000', '154618.366000', '154618.369000', '154618.372000', '154618.375000', '154618.378000', '154618.381000', '154618.384000', '154618.387000', '154618.389000', '154638.267000', '154638.270000', '154638.273000', '154638.276000', '154638.279000', '154638.282000', '154638.284000', '154638.287000', '154638.290000', '154638.293000', '154638.296000', '154638.299000', '154638.302000', '154638.305000', '154638.308000', '154638.311000', '154638.313000', '154638.316000', '154638.319000', '154638.322000', '154638.325000', '154638.328000', '154638.331000', '154638.333000', '154638.336000', '154638.339000', '154638.342000', '154638.345000', '154638.348000', '154638.351000', '154638.354000', '154638.356000', '154638.359000', '154638.362000', '154638.365000', '154638.368000', '154638.371000', '154638.374000', '154638.376000', '154638.379000', '154638.382000', '154638.385000', '154638.388000', '154638.399000', '154658.266000', '154658.269000', '154658.272000', '154658.275000', '154658.278000', '154658.281000', '154658.283000', '154658.286000', '154658.289000', '154658.292000', '154658.295000', '154658.298000', '154658.301000', '154658.304000', '154658.307000', '154658.309000', '154658.312000', '154658.315000', '154658.318000', '154658.321000', '154658.324000', '154658.327000', '154658.330000', '154658.335000', '154658.339000', '154658.342000', '154658.344000', '154658.347000', '154658.350000', '154658.353000', '154658.356000', '154658.359000', '154658.362000', '154658.365000', '154658.368000', '154658.370000', '154658.373000', '154658.376000', '154658.379000', '154658.382000', '154658.385000', '154658.388000', '154658.390000', '154713.122000', '154713.126000', '154713.129000', '154713.132000', '154713.135000', '154713.137000', '154713.141000', '154713.144000', '154713.147000', '154713.150000', '154713.153000', '154713.156000', '154713.160000', '154713.163000', '154713.166000', '154713.169000', '154713.171000', '154713.175000', '154713.178000', '154713.181000', '154713.184000', '154713.187000', '154713.190000', '154713.193000', '154713.196000', '154713.199000', '154713.202000', '154713.205000', '154713.208000', '154713.211000', '154713.214000', '154713.217000', '154713.220000'], 'InstanceCreationTime': ['153858.300000', '153858.304000', '153858.307000', '153858.310000', '153858.313000', '153858.316000', '153858.319000', '153858.322000', '153858.325000', '153858.328000', '153858.340000', '153858.344000', '153858.347000', '153858.349000', '153858.352000', '153858.355000', '153858.358000', '153858.362000', '153858.365000', '153858.368000', '153858.371000', '153858.374000', '153918.267000', '153918.299000', '153918.301000', '153918.304000', '153918.307000', '153918.310000', '153918.313000', '153918.316000', '153918.318000', '153918.321000', '153918.324000', '153918.327000', '153918.330000', '153918.333000', '153918.336000', '153918.338000', '153918.341000', '153918.344000', '153918.347000', '153918.350000', '153918.353000', '153918.356000', '153918.359000', '153918.362000', '153918.365000', '153918.368000', '153918.371000', '153918.374000', '153918.377000', '153918.380000', '153918.382000', '153918.385000', '153918.388000', '153918.391000', '153918.394000', '153918.396000', '153918.399000', '153918.402000', '153918.405000', '153918.408000', '153918.411000', '153918.413000', '153918.416000', '153938.267000', '153938.270000', '153938.273000', '153938.276000', '153938.290000', '153938.293000', '153938.296000', '153938.299000', '153938.301000', '153938.304000', '153938.307000', '153938.310000', '153938.313000', '153938.316000', '153938.318000', '153938.321000', '153938.324000', '153938.327000', '153938.330000', '153938.333000', '153938.336000', '153938.338000', '153938.341000', '153938.344000', '153938.347000', '153938.350000', '153938.352000', '153938.355000', '153938.358000', '153938.361000', '153938.364000', '153938.367000', '153938.369000', '153938.372000', '153938.375000', '153938.378000', '153938.381000', '153938.384000', '153938.387000', '153938.389000', '153938.392000', '153938.395000', '153938.398000', '153938.406000', '153958.266000', '153958.269000', '153958.272000', '153958.275000', '153958.277000', '153958.280000', '153958.283000', '153958.286000', '153958.289000', '153958.292000', '153958.294000', '153958.297000', '153958.300000', '153958.303000', '153958.306000', '153958.310000', '153958.313000', '153958.316000', '153958.319000', '153958.322000', '153958.324000', '153958.327000', '153958.330000', '153958.333000', '153958.336000', '153958.338000', '153958.341000', '153958.344000', '153958.347000', '153958.350000', '153958.353000', '153958.355000', '153958.358000', '153958.362000', '153958.365000', '153958.368000', '153958.373000', '153958.377000', '153958.380000', '153958.383000', '153958.386000', '153958.388000', '153958.391000', '154018.266000', '154018.269000', '154018.272000', '154018.275000', '154018.278000', '154018.281000', '154018.283000', '154018.286000', '154018.289000', '154018.292000', '154018.295000', '154018.297000', '154018.300000', '154018.303000', '154018.306000', '154018.309000', '154018.312000', '154018.315000', '154018.317000', '154018.320000', '154018.323000', '154018.326000', '154018.329000', '154018.332000', '154018.334000', '154018.337000', '154018.340000', '154018.343000', '154018.346000', '154018.349000', '154018.351000', '154018.354000', '154018.357000', '154018.360000', '154018.363000', '154018.366000', '154018.369000', '154018.372000', '154018.374000', '154018.377000', '154018.380000', '154018.383000', '154018.386000', '154018.389000', '154038.267000', '154038.270000', '154038.273000', '154038.276000', '154038.279000', '154038.281000', '154038.284000', '154038.287000', '154038.290000', '154038.293000', '154038.296000', '154038.298000', '154038.301000', '154038.304000', '154038.307000', '154038.310000', '154038.313000', '154038.316000', '154038.319000', '154038.322000', '154038.324000', '154038.327000', '154038.330000', '154038.333000', '154038.336000', '154038.339000', '154038.341000', '154038.344000', '154038.347000', '154038.350000', '154038.353000', '154038.356000', '154038.359000', '154038.362000', '154038.365000', '154038.367000', '154038.370000', '154038.373000', '154038.376000', '154038.379000', '154038.382000', '154038.385000', '154038.388000', '154058.267000', '154058.270000', '154058.273000', '154058.276000', '154058.279000', '154058.282000', '154058.284000', '154058.287000', '154058.290000', '154058.293000', '154058.296000', '154058.299000', '154058.302000', '154058.304000', '154058.307000', '154058.310000', '154058.313000', '154058.316000', '154058.319000', '154058.322000', '154058.324000', '154058.327000', '154058.330000', '154058.333000', '154058.336000', '154058.339000', '154058.342000', '154058.345000', '154058.348000', '154058.350000', '154058.353000', '154058.356000', '154058.359000', '154058.362000', '154058.365000', '154058.368000', '154058.370000', '154058.373000', '154058.376000', '154058.379000', '154058.382000', '154058.385000', '154058.388000', '154058.402000', '154118.267000', '154118.270000', '154118.273000', '154118.276000', '154118.279000', '154118.282000', '154118.285000', '154118.287000', '154118.290000', '154118.293000', '154118.296000', '154118.299000', '154118.302000', '154118.304000', '154118.307000', '154118.310000', '154118.313000', '154118.316000', '154118.319000', '154118.322000', '154118.324000', '154118.327000', '154118.330000', '154118.333000', '154118.336000', '154118.339000', '154118.342000', '154118.346000', '154118.349000', '154118.352000', '154118.355000', '154118.358000', '154118.361000', '154118.363000', '154118.366000', '154118.369000', '154118.372000', '154118.375000', '154118.378000', '154118.381000', '154118.384000', '154118.386000', '154118.389000', '154138.267000', '154138.270000', '154138.273000', '154138.276000', '154138.279000', '154138.281000', '154138.284000', '154138.287000', '154138.290000', '154138.293000', '154138.296000', '154138.299000', '154138.302000', '154138.304000', '154138.307000', '154138.311000', '154138.314000', '154138.317000', '154138.320000', '154138.323000', '154138.326000', '154138.329000', '154138.332000', '154138.334000', '154138.337000', '154138.340000', '154138.343000', '154138.346000', '154138.349000', '154138.352000', '154138.355000', '154138.358000', '154138.360000', '154138.363000', '154138.366000', '154138.369000', '154138.372000', '154138.375000', '154138.378000', '154138.381000', '154138.383000', '154138.386000', '154138.389000', '154138.392000', '154158.267000', '154158.270000', '154158.273000', '154158.276000', '154158.278000', '154158.281000', '154158.284000', '154158.287000', '154158.290000', '154158.293000', '154158.296000', '154158.299000', '154158.302000', '154158.305000', '154158.307000', '154158.310000', '154158.313000', '154158.316000', '154158.319000', '154158.322000', '154158.325000', '154158.327000', '154158.330000', '154158.333000', '154158.336000', '154158.339000', '154158.342000', '154158.345000', '154158.348000', '154158.351000', '154158.353000', '154158.356000', '154158.359000', '154158.362000', '154158.365000', '154158.368000', '154158.371000', '154158.373000', '154158.376000', '154158.379000', '154158.382000', '154158.385000', '154158.388000', '154218.266000', '154218.269000', '154218.272000', '154218.275000', '154218.277000', '154218.280000', '154218.283000', '154218.286000', '154218.289000', '154218.292000', '154218.295000', '154218.297000', '154218.300000', '154218.303000', '154218.306000', '154218.309000', '154218.312000', '154218.315000', '154218.317000', '154218.320000', '154218.323000', '154218.326000', '154218.329000', '154218.332000', '154218.335000', '154218.338000', '154218.341000', '154218.344000', '154218.346000', '154218.349000', '154218.352000', '154218.355000', '154218.358000', '154218.360000', '154218.363000', '154218.366000', '154218.369000', '154218.372000', '154218.375000', '154218.378000', '154218.381000', '154218.383000', '154218.386000', '154218.389000', '154238.266000', '154238.269000', '154238.272000', '154238.275000', '154238.278000', '154238.281000', '154238.284000', '154238.287000', '154238.289000', '154238.292000', '154238.295000', '154238.298000', '154238.301000', '154238.304000', '154238.307000', '154238.310000', '154238.313000', '154238.316000', '154238.318000', '154238.321000', '154238.324000', '154238.327000', '154238.330000', '154238.333000', '154238.345000', '154238.348000', '154238.351000', '154238.354000', '154238.357000', '154238.360000', '154238.363000', '154238.365000', '154238.368000', '154238.371000', '154238.374000', '154238.377000', '154238.380000', '154238.384000', '154238.387000', '154238.390000', '154238.393000', '154238.396000', '154238.399000', '154258.267000', '154258.270000', '154258.273000', '154258.276000', '154258.279000', '154258.282000', '154258.284000', '154258.287000', '154258.290000', '154258.293000', '154258.296000', '154258.299000', '154258.302000', '154258.305000', '154258.307000', '154258.310000', '154258.321000', '154258.324000', '154258.327000', '154258.330000', '154258.333000', '154258.336000', '154258.339000', '154258.342000', '154258.345000', '154258.348000', '154258.351000', '154258.354000', '154258.357000', '154258.360000', '154258.363000', '154258.366000', '154258.369000', '154258.372000', '154258.375000', '154258.377000', '154258.380000', '154258.383000', '154258.386000', '154258.389000', '154258.392000', '154258.395000', '154258.398000', '154258.401000', '154318.267000', '154318.270000', '154318.273000', '154318.276000', '154318.279000', '154318.281000', '154318.284000', '154318.287000', '154318.290000', '154318.293000', '154318.296000', '154318.299000', '154318.302000', '154318.305000', '154318.307000', '154318.310000', '154318.313000', '154318.316000', '154318.319000', '154318.322000', '154318.325000', '154318.328000', '154318.330000', '154318.333000', '154318.336000', '154318.339000', '154318.342000', '154318.345000', '154318.348000', '154318.351000', '154318.353000', '154318.356000', '154318.359000', '154318.362000', '154318.365000', '154318.368000', '154318.371000', '154318.374000', '154318.377000', '154318.379000', '154318.382000', '154318.385000', '154318.388000', '154338.267000', '154338.270000', '154338.273000', '154338.276000', '154338.278000', '154338.281000', '154338.284000', '154338.287000', '154338.290000', '154338.293000', '154338.296000', '154338.298000', '154338.301000', '154338.304000', '154338.307000', '154338.310000', '154338.313000', '154338.315000', '154338.318000', '154338.321000', '154338.324000', '154338.327000', '154338.330000', '154338.333000', '154338.336000', '154338.338000', '154338.341000', '154338.344000', '154338.347000', '154338.350000', '154338.353000', '154338.356000', '154338.358000', '154338.361000', '154338.364000', '154338.367000', '154338.370000', '154338.373000', '154338.375000', '154338.378000', '154338.381000', '154338.384000', '154338.387000', '154338.390000', '154358.267000', '154358.270000', '154358.273000', '154358.276000', '154358.279000', '154358.282000', '154358.284000', '154358.287000', '154358.290000', '154358.293000', '154358.296000', '154358.299000', '154358.302000', '154358.305000', '154358.307000', '154358.310000', '154358.313000', '154358.316000', '154358.319000', '154358.322000', '154358.325000', '154358.328000', '154358.331000', '154358.334000', '154358.337000', '154358.339000', '154358.342000', '154358.345000', '154358.348000', '154358.351000', '154358.354000', '154358.357000', '154358.359000', '154358.362000', '154358.365000', '154358.379000', '154358.382000', '154358.385000', '154358.387000', '154358.390000', '154358.393000', '154358.396000', '154358.399000', '154418.267000', '154418.270000', '154418.273000', '154418.276000', '154418.279000', '154418.282000', '154418.285000', '154418.288000', '154418.291000', '154418.294000', '154418.297000', '154418.300000', '154418.302000', '154418.305000', '154418.308000', '154418.311000', '154418.314000', '154418.317000', '154418.320000', '154418.323000', '154418.325000', '154418.328000', '154418.331000', '154418.334000', '154418.337000', '154418.340000', '154418.343000', '154418.346000', '154418.349000', '154418.352000', '154418.354000', '154418.357000', '154418.360000', '154418.363000', '154418.366000', '154418.369000', '154418.372000', '154418.375000', '154418.377000', '154418.380000', '154418.383000', '154418.387000', '154418.390000', '154438.266000', '154438.269000', '154438.272000', '154438.275000', '154438.278000', '154438.280000', '154438.283000', '154438.286000', '154438.289000', '154438.292000', '154438.295000', '154438.298000', '154438.301000', '154438.303000', '154438.306000', '154438.309000', '154438.312000', '154438.315000', '154438.318000', '154438.321000', '154438.324000', '154438.327000', '154438.329000', '154438.332000', '154438.335000', '154438.338000', '154438.341000', '154438.344000', '154438.347000', '154438.350000', '154438.352000', '154438.355000', '154438.358000', '154438.361000', '154438.364000', '154438.367000', '154438.370000', '154438.372000', '154438.375000', '154438.378000', '154438.381000', '154438.384000', '154438.387000', '154438.390000', '154458.266000', '154458.269000', '154458.272000', '154458.275000', '154458.279000', '154458.282000', '154458.285000', '154458.288000', '154458.291000', '154458.294000', '154458.297000', '154458.300000', '154458.303000', '154458.305000', '154458.308000', '154458.311000', '154458.314000', '154458.317000', '154458.320000', '154458.323000', '154458.326000', '154458.328000', '154458.333000', '154458.336000', '154458.338000', '154458.341000', '154458.344000', '154458.347000', '154458.350000', '154458.353000', '154458.356000', '154458.359000', '154458.361000', '154458.364000', '154458.367000', '154458.370000', '154458.373000', '154458.376000', '154458.379000', '154458.382000', '154458.385000', '154458.387000', '154458.391000', '154518.267000', '154518.270000', '154518.273000', '154518.276000', '154518.279000', '154518.282000', '154518.285000', '154518.288000', '154518.290000', '154518.293000', '154518.296000', '154518.299000', '154518.302000', '154518.305000', '154518.308000', '154518.311000', '154518.313000', '154518.316000', '154518.319000', '154518.322000', '154518.325000', '154518.328000', '154518.331000', '154518.334000', '154518.337000', '154518.340000', '154518.342000', '154518.345000', '154518.348000', '154518.351000', '154518.354000', '154518.357000', '154518.360000', '154518.363000', '154518.366000', '154518.368000', '154518.371000', '154518.374000', '154518.377000', '154518.380000', '154518.383000', '154518.386000', '154518.388000', '154518.391000', '154538.267000', '154538.270000', '154538.273000', '154538.276000', '154538.279000', '154538.282000', '154538.285000', '154538.287000', '154538.290000', '154538.293000', '154538.296000', '154538.299000', '154538.302000', '154538.305000', '154538.308000', '154538.311000', '154538.317000', '154538.320000', '154538.323000', '154538.326000', '154538.329000', '154538.332000', '154538.335000', '154538.337000', '154538.340000', '154538.343000', '154538.346000', '154538.349000', '154538.352000', '154538.355000', '154538.357000', '154538.360000', '154538.363000', '154538.366000', '154538.369000', '154538.372000', '154538.375000', '154538.378000', '154538.381000', '154538.383000', '154538.386000', '154538.389000', '154538.392000', '154558.267000', '154558.270000', '154558.273000', '154558.276000', '154558.279000', '154558.282000', '154558.284000', '154558.287000', '154558.290000', '154558.293000', '154558.296000', '154558.299000', '154558.301000', '154558.304000', '154558.307000', '154558.310000', '154558.313000', '154558.316000', '154558.319000', '154558.322000', '154558.325000', '154558.328000', '154558.330000', '154558.333000', '154558.336000', '154558.339000', '154558.342000', '154558.345000', '154558.348000', '154558.351000', '154558.353000', '154558.356000', '154558.359000', '154558.362000', '154558.365000', '154558.368000', '154558.371000', '154558.374000', '154558.376000', '154558.379000', '154558.382000', '154558.385000', '154558.388000', '154558.391000', '154618.267000', '154618.270000', '154618.273000', '154618.276000', '154618.279000', '154618.282000', '154618.285000', '154618.288000', '154618.290000', '154618.293000', '154618.296000', '154618.299000', '154618.302000', '154618.305000', '154618.308000', '154618.311000', '154618.314000', '154618.317000', '154618.320000', '154618.323000', '154618.326000', '154618.328000', '154618.331000', '154618.334000', '154618.337000', '154618.340000', '154618.343000', '154618.346000', '154618.349000', '154618.352000', '154618.355000', '154618.358000', '154618.361000', '154618.364000', '154618.366000', '154618.369000', '154618.372000', '154618.375000', '154618.378000', '154618.381000', '154618.384000', '154618.387000', '154618.389000', '154638.267000', '154638.270000', '154638.273000', '154638.276000', '154638.279000', '154638.282000', '154638.284000', '154638.287000', '154638.290000', '154638.293000', '154638.296000', '154638.299000', '154638.302000', '154638.305000', '154638.308000', '154638.311000', '154638.313000', '154638.316000', '154638.319000', '154638.322000', '154638.325000', '154638.328000', '154638.331000', '154638.333000', '154638.336000', '154638.339000', '154638.342000', '154638.345000', '154638.348000', '154638.351000', '154638.354000', '154638.356000', '154638.359000', '154638.362000', '154638.365000', '154638.368000', '154638.371000', '154638.374000', '154638.376000', '154638.379000', '154638.382000', '154638.385000', '154638.388000', '154638.399000', '154658.266000', '154658.269000', '154658.272000', '154658.275000', '154658.278000', '154658.281000', '154658.283000', '154658.286000', '154658.289000', '154658.292000', '154658.295000', '154658.298000', '154658.301000', '154658.304000', '154658.307000', '154658.309000', '154658.312000', '154658.315000', '154658.318000', '154658.321000', '154658.324000', '154658.327000', '154658.330000', '154658.335000', '154658.339000', '154658.342000', '154658.344000', '154658.347000', '154658.350000', '154658.353000', '154658.356000', '154658.359000', '154658.362000', '154658.365000', '154658.368000', '154658.370000', '154658.373000', '154658.376000', '154658.379000', '154658.382000', '154658.385000', '154658.388000', '154658.390000', '154713.122000', '154713.126000', '154713.129000', '154713.132000', '154713.135000', '154713.137000', '154713.141000', '154713.144000', '154713.147000', '154713.150000', '154713.153000', '154713.156000', '154713.160000', '154713.163000', '154713.166000', '154713.169000', '154713.171000', '154713.175000', '154713.178000', '154713.181000', '154713.184000', '154713.187000', '154713.190000', '154713.193000', '154713.196000', '154713.199000', '154713.202000', '154713.205000', '154713.208000', '154713.211000', '154713.214000', '154713.217000', '154713.220000'], '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': [9910, 12914, 14449, 12010, 8680, 12940, 9806, 9061, 8338, 14827, 11333, 9159, 7525, 13524, 9673, 9044, 10544, 15175, 10393, 8688, 8730, 12719, 9444, 8049, 13144, 10135, 8471, 8325, 13568, 10993, 9369, 16241, 9526, 8092, 15820, 11836, 9183, 16899, 8894, 7058, 14224, 8680, 7946, 11224, 9194, 8272, 8703, 11106, 9452, 11012, 10925, 8126, 7925, 11048, 8767, 7184, 11440, 8640, 7732, 14312, 9521, 7737, 10095, 9463, 8736, 8668, 11199, 8305, 7696, 12117, 9755, 9810, 12617, 8808, 7566, 12991, 9792, 8396, 14346, 10331, 8369, 13728, 11123, 9505, 14717, 11550, 8539, 7644, 12204, 9166, 8321, 14631, 10339, 8408, 12553, 11618, 10170, 14007, 13819, 9412, 7696, 16019, 11059, 9050, 14431, 9581, 7968, 15540, 9335, 7915, 15878, 9082, 7395, 13575, 8670, 7788, 11188, 8984, 8104, 11404, 8716, 10153, 11398, 9374, 8094, 11363, 8124, 7192, 12087, 8866, 7595, 12379, 8963, 12543, 11846, 9967, 9367, 11173, 8248, 7422, 12863, 9180, 7567, 10141, 9612, 8554, 11826, 11724, 8589, 7412, 12993, 9909, 8656, 13386, 10971, 9009, 14862, 9942, 8072, 14863, 12463, 9500, 11081, 8504, 13832, 10072, 8590, 15826, 8861, 7382, 12377, 9217, 9635, 11938, 8409, 7552, 11912, 9065, 13886, 10104, 7751, 12651, 8797, 7979, 12104, 9387, 7405, 12539, 8655, 7722, 11127, 10432, 8171, 8115, 12061, 9107, 10153, 12742, 9721, 7815, 13177, 9522, 8447, 13993, 11423, 9285, 11111, 11786, 9312, 9841, 15664, 11309, 7791, 16046, 9464, 8287, 15098, 12331, 7883, 16274, 9739, 7970, 14771, 10840, 7782, 11765, 8722, 7871, 10855, 10125, 8637, 7715, 11157, 8423, 8359, 12733, 10105, 8517, 15291, 9249, 7685, 15219, 10335, 8291, 14600, 8974, 7337, 12312, 9216, 10004, 11874, 8289, 7139, 11675, 8810, 7881, 8510, 10520, 7971, 7621, 13607, 10461, 8668, 10505, 11140, 8879, 8342, 14217, 11725, 9607, 8282, 11189, 8545, 7731, 14342, 11616, 7941, 15188, 8973, 9109, 13118, 10739, 14316, 11458, 8332, 11774, 10776, 8921, 14732, 12031, 8334, 8905, 10738, 8630, 12139, 11987, 8747, 10292, 10368, 7926, 13891, 10440, 8036, 12003, 8646, 8386, 11535, 9067, 7584, 11318, 8078, 7429, 12786, 9851, 8105, 8132, 11442, 9202, 8430, 13604, 10525, 8690, 7760, 12880, 10161, 8928, 8321, 15297, 10124, 9496, 12233, 15710, 14447, 15813, 12187, 9638, 16822, 12721, 10516, 8156, 16568, 12214, 9010, 17306, 12853, 8610, 17390, 11727, 8112, 13442, 8757, 7301, 12962, 9000, 7279, 13194, 8581, 7820, 11876, 10019, 7983, 10083, 11948, 9392, 12679, 11872, 9311, 7696, 12585, 9011, 8133, 14264, 9798, 7858, 8553, 10954, 9179, 12598, 12191, 9279, 9894, 12871, 9951, 14010, 12738, 10151, 11952, 10291, 8144, 15515, 9505, 8194, 14736, 8951, 8859, 11206, 8132, 13506, 9870, 14163, 9136, 8888, 10542, 8720, 11553, 9939, 8127, 12214, 8688, 7771, 13479, 9384, 7577, 12048, 8719, 13246, 9751, 12379, 10784, 8440, 11001, 10155, 8985, 11451, 11078, 8467, 12278, 11379, 9555, 13328, 10401, 8226, 13720, 11131, 9371, 14041, 10018, 8304, 14613, 10214, 8986, 13838, 10775, 8418, 9889, 11652, 9461, 11623, 13367, 9214, 7855, 13331, 9583, 8813, 15012, 8455, 7521, 14057, 9351, 8368, 14731, 8646, 7439, 13595, 9515, 8424, 11024, 10152, 8214, 7951, 12115, 9220, 7358, 13281, 8744, 8135, 13259, 10703, 8528, 10975, 10981, 8965, 13696, 11437, 10006, 16198, 11902, 8221, 15294, 11061, 11354, 15063, 9337, 7584, 12098, 8530, 9581, 11652, 8707, 13568, 8990, 8152, 13280, 8988, 7997, 13088, 8501, 11528, 10067, 8284, 13361, 9561, 15123, 8700, 7521, 11583, 8610, 13686, 8643, 7363, 11691, 8384, 8263, 11910, 8247, 8751, 10702, 8539, 14724, 10594, 7870, 12418, 9012, 10803, 12162, 9255, 15966, 9394, 9034, 11380, 8560, 14747, 10074, 7820, 11553, 8775, 11970, 10154, 8285, 8183, 9711, 7666, 11998, 11109, 9093, 13666, 11640, 8089, 14370, 11911, 15611, 14118, 9584, 16369, 9765, 9435, 11005, 9102, 8764, 10700, 8461, 12176, 11539, 9256, 8253, 11289, 8352, 7575, 13141, 9669, 7699, 13563, 9680, 8427, 13511, 10920, 8664, 13883, 9551, 8307, 14248, 10463, 8837, 11440, 11304, 8562, 10257, 12684, 10442, 11100, 13150, 9363, 9137, 13565, 10656, 8982, 14477, 8662, 7894, 15461, 11347, 8572, 12044, 10318, 8609, 9547, 11966, 10234, 8332, 15012, 8844, 7642, 14067, 9558, 8982, 13951, 10020, 9060, 11829, 8808, 13201, 10343, 8690, 7973, 9471, 7960, 12875, 9293, 8268, 14891, 8401, 7340, 10866, 8440, 12505, 9980, 8263, 12493, 8408, 7725, 11880, 8770, 7293, 11321, 8442, 7871, 13218, 9384, 8311, 8746, 9973, 8453, 8064, 12684, 9271, 7676, 13931, 9334, 8800, 12810, 11544, 8605, 13877, 9262, 11329, 14642, 12369, 10896, 11539, 8561, 10983, 11349, 9135, 8001, 10730, 8156, 7078, 12654, 10069, 8078, 15443, 9385, 7756, 15255, 10681, 8067, 14814, 8761, 8374, 15037, 9284, 8019, 13767, 8580, 7131, 10613, 8147, 13068, 10468, 8621, 13261, 8229, 7203, 11497, 8803, 9167, 10126, 7799, 12966, 9128, 8229, 12848, 8313, 9161, 10554, 8090, 13142, 10086, 12038, 9074, 8277, 9656, 9834, 8307, 7977, 10657, 8016, 7526, 13315, 10118, 8577, 9726, 10957, 8987, 12554, 12540, 10886, 8771, 12923, 9916, 15412, 13175, 12778, 17333, 13049, 9890, 14585, 9512, 7724, 15882, 8510, 7448, 13207, 8954, 11693, 13411, 10319, 9611, 10665, 8343, 14509, 11588, 8041, 15594, 8472, 7173, 11800, 8954, 8830, 11056, 7985, 8207, 9517, 8075, 8868, 11163, 7900, 7536, 11462, 8561, 11910, 11850, 8500, 12257, 9601, 7836, 13495, 9728, 7363, 12439, 8420, 7463, 13323, 10413, 7880, 12315, 8729, 9531, 11979, 9487, 13528, 11059, 8280, 12279, 10969, 9021, 14610, 12102, 8617, 15936, 9089, 7773, 11955, 9258, 8579, 11703, 8158, 7516, 11381, 8481, 9672, 11135, 7969, 7110, 10957, 8236, 8309, 13648, 8915, 7395, 13087, 9237, 8716, 13886, 11402, 9715, 10561, 10927, 8623, 12734, 12340, 11042, 8528, 12631, 8707, 7867, 13714, 11052, 12714, 13945, 9840, 11840, 11635, 8892, 17588, 13747, 9882, 11474, 8428, 8549, 9868, 8480, 7495, 10684, 8339, 7312, 16162, 11933, 9436, 7657, 9669, 10631, 9205, 8153, 10903, 10931, 9284, 15059, 14854, 13674, 15626, 11819, 17868, 9055, 13239, 9536, 7485, 12553, 9182, 7391, 9532, 7890, 13279, 8470, 11086, 10532, 7996, 13621, 8718, 12129, 9568, 7945, 12186, 8738, 12767, 8327, 7122, 11378, 8406, 12103, 9498, 7644, 13055, 8824, 10707, 11266, 8078, 13785, 8985, 11767, 10682, 8152, 13318, 8781, 12830, 9120, 7372, 12621, 8913, 13822, 9519, 7260, 12244, 8584, 13378, 10921, 9411, 12345, 8722, 13338, 10479, 8269, 15860, 9473, 7670, 11459, 8244, 13516, 9857, 7821, 15679, 8596, 10878, 10370, 8352, 13800, 11647, 12348, 12406, 9271, 11760, 8889, 15102, 9249, 9844, 9095, 7487, 11889, 8654, 11219, 9480, 7363, 12629, 8256, 13524, 9558, 7935, 11013, 7882, 13201, 8936, 15067, 11982, 9153, 10158, 7824, 9673, 9381, 7914, 14404, 8604, 7373, 12580, 8716, 12098, 11034, 8356, 13997, 9054, 8375, 12414, 8596, 14278, 10280, 12506, 10016, 7784, 12874, 8736, 8216, 11342, 7797, 7738, 9743, 8087, 14135, 10613, 12013, 10519, 15562, 11391, 17188, 11322, 15848, 13176, 9927, 10509, 7808, 12468, 8333, 7265, 12353, 7983, 13745, 8933, 10697, 10707, 9488, 11987, 7981, 12821, 8663, 13048, 8891, 14073, 9318, 12859, 8720, 14033, 10111, 13048, 9681, 9167, 8742, 7832, 10934, 8342, 9911, 9613, 7801, 12267, 8835, 10526, 10303, 8860, 11821, 8532, 13385, 9224, 11928, 10135, 8213, 10941, 9036, 8042, 13184, 9484, 9015, 11703, 8775, 9670, 10838, 8354, 13315, 9982, 8151, 12790, 9088], 'WindowCenter': [4307.0, 4310.0, 4311.0, 4281.0, 4245.0, 4276.0, 4253.0, 4230.0, 4222.0, 4282.0, 4263.0, 4236.0, 4220.0, 4267.0, 4239.0, 4224.0, 4251.0, 4288.0, 4250.0, 4232.0, 4231.0, 4270.0, 4234.0, 4221.0, 4271.0, 4247.0, 4231.0, 4215.0, 4271.0, 4249.0, 4230.0, 4286.0, 4223.0, 4206.0, 4277.0, 4245.0, 4225.0, 4288.0, 4215.0, 4194.0, 4263.0, 4217.0, 4207.0, 4247.0, 4252.0, 4230.0, 4240.0, 4255.0, 4245.0, 4261.0, 4258.0, 4217.0, 4218.0, 4253.0, 4229.0, 4212.0, 4261.0, 4229.0, 4221.0, 4306.0, 4253.0, 4224.0, 4250.0, 4246.0, 4243.0, 4243.0, 4274.0, 4239.0, 4212.0, 4273.0, 4252.0, 4246.0, 4273.0, 4240.0, 4220.0, 4267.0, 4233.0, 4233.0, 4293.0, 4250.0, 4229.0, 4270.0, 4248.0, 4238.0, 4293.0, 4259.0, 4228.0, 4203.0, 4254.0, 4222.0, 4231.0, 4278.0, 4239.0, 4213.0, 4257.0, 4249.0, 4239.0, 4283.0, 4266.0, 4227.0, 4219.0, 4289.0, 4246.0, 4228.0, 4276.0, 4225.0, 4201.0, 4276.0, 4226.0, 4206.0, 4286.0, 4216.0, 4207.0, 4267.0, 4216.0, 4207.0, 4247.0, 4227.0, 4198.0, 4247.0, 4207.0, 4237.0, 4247.0, 4238.0, 4219.0, 4252.0, 4217.0, 4210.0, 4259.0, 4225.0, 4216.0, 4265.0, 4229.0, 4270.0, 4252.0, 4250.0, 4236.0, 4259.0, 4230.0, 4221.0, 4268.0, 4253.0, 4233.0, 4263.0, 4243.0, 4231.0, 4268.0, 4274.0, 4243.0, 4235.0, 4285.0, 4253.0, 4237.0, 4284.0, 4263.0, 4243.0, 4288.0, 4239.0, 4232.0, 4280.0, 4273.0, 4239.0, 4248.0, 4211.0, 4268.0, 4221.0, 4218.0, 4279.0, 4214.0, 4207.0, 4258.0, 4227.0, 4237.0, 4257.0, 4217.0, 4207.0, 4258.0, 4229.0, 4268.0, 4238.0, 4208.0, 4258.0, 4217.0, 4218.0, 4257.0, 4240.0, 4210.0, 4272.0, 4228.0, 4212.0, 4255.0, 4265.0, 4244.0, 4234.0, 4271.0, 4244.0, 4253.0, 4287.0, 4252.0, 4234.0, 4284.0, 4252.0, 4231.0, 4280.0, 4274.0, 4234.0, 4262.0, 4256.0, 4238.0, 4239.0, 4295.0, 4243.0, 4221.0, 4289.0, 4237.0, 4210.0, 4281.0, 4265.0, 4219.0, 4290.0, 4224.0, 4217.0, 4268.0, 4246.0, 4199.0, 4246.0, 4215.0, 4207.0, 4236.0, 4233.0, 4229.0, 4219.0, 4259.0, 4218.0, 4231.0, 4270.0, 4251.0, 4224.0, 4278.0, 4228.0, 4208.0, 4280.0, 4239.0, 4212.0, 4279.0, 4215.0, 4195.0, 4253.0, 4226.0, 4239.0, 4260.0, 4210.0, 4197.0, 4249.0, 4228.0, 4222.0, 4227.0, 4252.0, 4230.0, 4234.0, 4276.0, 4260.0, 4245.0, 4261.0, 4275.0, 4243.0, 4234.0, 4281.0, 4267.0, 4240.0, 4233.0, 4262.0, 4229.0, 4209.0, 4280.0, 4262.0, 4219.0, 4292.0, 4230.0, 4228.0, 4269.0, 4248.0, 4280.0, 4248.0, 4218.0, 4258.0, 4240.0, 4228.0, 4279.0, 4258.0, 4218.0, 4216.0, 4241.0, 4218.0, 4259.0, 4259.0, 4218.0, 4233.0, 4235.0, 4219.0, 4267.0, 4251.0, 4220.0, 4260.0, 4228.0, 4214.0, 4248.0, 4230.0, 4219.0, 4249.0, 4211.0, 4210.0, 4269.0, 4267.0, 4234.0, 4234.0, 4274.0, 4240.0, 4229.0, 4290.0, 4259.0, 4244.0, 4235.0, 4281.0, 4266.0, 4246.0, 4237.0, 4320.0, 4276.0, 4268.0, 4280.0, 4319.0, 4305.0, 4322.0, 4300.0, 4269.0, 4330.0, 4287.0, 4267.0, 4234.0, 4291.0, 4253.0, 4218.0, 4290.0, 4258.0, 4214.0, 4289.0, 4258.0, 4204.0, 4256.0, 4209.0, 4194.0, 4269.0, 4227.0, 4208.0, 4270.0, 4229.0, 4209.0, 4262.0, 4246.0, 4232.0, 4250.0, 4268.0, 4235.0, 4273.0, 4274.0, 4243.0, 4223.0, 4271.0, 4230.0, 4215.0, 4289.0, 4251.0, 4228.0, 4232.0, 4248.0, 4228.0, 4273.0, 4274.0, 4241.0, 4252.0, 4269.0, 4259.0, 4285.0, 4269.0, 4239.0, 4255.0, 4236.0, 4209.0, 4279.0, 4226.0, 4217.0, 4280.0, 4223.0, 4217.0, 4237.0, 4207.0, 4265.0, 4226.0, 4256.0, 4214.0, 4215.0, 4223.0, 4207.0, 4244.0, 4226.0, 4218.0, 4258.0, 4218.0, 4221.0, 4270.0, 4237.0, 4221.0, 4262.0, 4228.0, 4267.0, 4242.0, 4268.0, 4246.0, 4220.0, 4249.0, 4237.0, 4242.0, 4257.0, 4255.0, 4221.0, 4262.0, 4262.0, 4254.0, 4283.0, 4253.0, 4231.0, 4278.0, 4262.0, 4244.0, 4282.0, 4235.0, 4219.0, 4281.0, 4239.0, 4232.0, 4283.0, 4250.0, 4216.0, 4240.0, 4250.0, 4239.0, 4274.0, 4282.0, 4231.0, 4219.0, 4271.0, 4239.0, 4232.0, 4282.0, 4220.0, 4211.0, 4281.0, 4222.0, 4232.0, 4282.0, 4224.0, 4208.0, 4271.0, 4240.0, 4231.0, 4258.0, 4252.0, 4231.0, 4218.0, 4259.0, 4241.0, 4223.0, 4281.0, 4242.0, 4235.0, 4282.0, 4251.0, 4232.0, 4259.0, 4263.0, 4242.0, 4283.0, 4260.0, 4254.0, 4292.0, 4256.0, 4218.0, 4276.0, 4246.0, 4247.0, 4280.0, 4214.0, 4206.0, 4243.0, 4215.0, 4222.0, 4247.0, 4217.0, 4254.0, 4210.0, 4200.0, 4258.0, 4213.0, 4201.0, 4257.0, 4216.0, 4247.0, 4227.0, 4205.0, 4267.0, 4225.0, 4260.0, 4204.0, 4194.0, 4234.0, 4210.0, 4251.0, 4205.0, 4196.0, 4242.0, 4214.0, 4218.0, 4255.0, 4218.0, 4230.0, 4249.0, 4231.0, 4282.0, 4252.0, 4221.0, 4257.0, 4231.0, 4253.0, 4259.0, 4237.0, 4292.0, 4229.0, 4227.0, 4249.0, 4220.0, 4280.0, 4238.0, 4206.0, 4247.0, 4230.0, 4249.0, 4238.0, 4225.0, 4229.0, 4242.0, 4218.0, 4274.0, 4259.0, 4246.0, 4285.0, 4257.0, 4233.0, 4291.0, 4263.0, 4286.0, 4282.0, 4241.0, 4292.0, 4237.0, 4227.0, 4244.0, 4226.0, 4228.0, 4250.0, 4220.0, 4258.0, 4260.0, 4241.0, 4231.0, 4260.0, 4230.0, 4221.0, 4269.0, 4250.0, 4221.0, 4278.0, 4247.0, 4231.0, 4279.0, 4262.0, 4229.0, 4283.0, 4237.0, 4233.0, 4282.0, 4250.0, 4243.0, 4259.0, 4261.0, 4230.0, 4248.0, 4272.0, 4252.0, 4261.0, 4266.0, 4230.0, 4229.0, 4255.0, 4235.0, 4227.0, 4276.0, 4217.0, 4220.0, 4281.0, 4249.0, 4212.0, 4260.0, 4237.0, 4218.0, 4235.0, 4246.0, 4237.0, 4218.0, 4275.0, 4229.0, 4205.0, 4271.0, 4229.0, 4218.0, 4267.0, 4239.0, 4229.0, 4248.0, 4216.0, 4258.0, 4233.0, 4217.0, 4207.0, 4221.0, 4208.0, 4261.0, 4223.0, 4207.0, 4263.0, 4206.0, 4196.0, 4236.0, 4216.0, 4255.0, 4238.0, 4216.0, 4252.0, 4211.0, 4205.0, 4259.0, 4226.0, 4207.0, 4244.0, 4215.0, 4219.0, 4272.0, 4239.0, 4227.0, 4229.0, 4241.0, 4234.0, 4217.0, 4288.0, 4241.0, 4224.0, 4279.0, 4242.0, 4231.0, 4269.0, 4265.0, 4231.0, 4268.0, 4231.0, 4248.0, 4268.0, 4260.0, 4238.0, 4244.0, 4217.0, 4232.0, 4234.0, 4229.0, 4204.0, 4239.0, 4203.0, 4195.0, 4259.0, 4236.0, 4207.0, 4275.0, 4222.0, 4209.0, 4276.0, 4231.0, 4208.0, 4268.0, 4204.0, 4198.0, 4268.0, 4214.0, 4206.0, 4253.0, 4216.0, 4185.0, 4233.0, 4197.0, 4256.0, 4233.0, 4211.0, 4255.0, 4206.0, 4193.0, 4237.0, 4228.0, 4228.0, 4237.0, 4204.0, 4267.0, 4226.0, 4215.0, 4257.0, 4220.0, 4229.0, 4237.0, 4221.0, 4260.0, 4253.0, 4259.0, 4217.0, 4220.0, 4229.0, 4237.0, 4233.0, 4228.0, 4263.0, 4223.0, 4219.0, 4285.0, 4263.0, 4243.0, 4252.0, 4260.0, 4240.0, 4274.0, 4272.0, 4261.0, 4230.0, 4274.0, 4253.0, 4292.0, 4263.0, 4261.0, 4292.0, 4260.0, 4224.0, 4265.0, 4227.0, 4209.0, 4276.0, 4217.0, 4208.0, 4280.0, 4224.0, 4248.0, 4270.0, 4238.0, 4222.0, 4238.0, 4219.0, 4268.0, 4249.0, 4202.0, 4279.0, 4201.0, 4197.0, 4242.0, 4212.0, 4219.0, 4232.0, 4206.0, 4206.0, 4229.0, 4207.0, 4231.0, 4250.0, 4220.0, 4210.0, 4262.0, 4226.0, 4263.0, 4258.0, 4233.0, 4258.0, 4240.0, 4205.0, 4273.0, 4250.0, 4207.0, 4271.0, 4222.0, 4208.0, 4268.0, 4253.0, 4222.0, 4263.0, 4227.0, 4241.0, 4247.0, 4231.0, 4273.0, 4250.0, 4220.0, 4260.0, 4252.0, 4226.0, 4266.0, 4257.0, 4219.0, 4277.0, 4209.0, 4208.0, 4243.0, 4228.0, 4220.0, 4245.0, 4204.0, 4198.0, 4247.0, 4216.0, 4237.0, 4251.0, 4219.0, 4200.0, 4245.0, 4219.0, 4218.0, 4281.0, 4228.0, 4213.0, 4267.0, 4222.0, 4226.0, 4270.0, 4263.0, 4238.0, 4251.0, 4247.0, 4220.0, 4271.0, 4261.0, 4252.0, 4220.0, 4261.0, 4219.0, 4216.0, 4271.0, 4250.0, 4262.0, 4265.0, 4227.0, 4246.0, 4244.0, 4214.0, 4278.0, 4270.0, 4227.0, 4236.0, 4208.0, 4215.0, 4227.0, 4216.0, 4197.0, 4248.0, 4242.0, 4226.0, 4314.0, 4288.0, 4267.0, 4233.0, 4268.0, 4274.0, 4259.0, 4232.0, 4272.0, 4263.0, 4243.0, 4288.0, 4284.0, 4271.0, 4278.0, 4248.0, 4285.0, 4218.0, 4255.0, 4220.0, 4191.0, 4245.0, 4229.0, 4209.0, 4241.0, 4216.0, 4271.0, 4211.0, 4247.0, 4245.0, 4209.0, 4269.0, 4215.0, 4260.0, 4225.0, 4209.0, 4273.0, 4231.0, 4267.0, 4219.0, 4195.0, 4263.0, 4232.0, 4270.0, 4240.0, 4223.0, 4270.0, 4244.0, 4248.0, 4260.0, 4224.0, 4276.0, 4236.0, 4257.0, 4251.0, 4220.0, 4284.0, 4231.0, 4267.0, 4225.0, 4210.0, 4274.0, 4231.0, 4283.0, 4242.0, 4211.0, 4267.0, 4225.0, 4284.0, 4265.0, 4241.0, 4271.0, 4232.0, 4268.0, 4250.0, 4219.0, 4295.0, 4231.0, 4210.0, 4246.0, 4221.0, 4273.0, 4236.0, 4217.0, 4289.0, 4231.0, 4248.0, 4246.0, 4228.0, 4277.0, 4263.0, 4261.0, 4260.0, 4224.0, 4260.0, 4229.0, 4277.0, 4229.0, 4226.0, 4215.0, 4197.0, 4254.0, 4219.0, 4245.0, 4227.0, 4210.0, 4254.0, 4221.0, 4266.0, 4236.0, 4221.0, 4250.0, 4215.0, 4270.0, 4232.0, 4279.0, 4263.0, 4229.0, 4233.0, 4210.0, 4240.0, 4230.0, 4223.0, 4291.0, 4231.0, 4223.0, 4271.0, 4239.0, 4273.0, 4263.0, 4229.0, 4293.0, 4242.0, 4233.0, 4273.0, 4227.0, 4284.0, 4254.0, 4270.0, 4244.0, 4212.0, 4259.0, 4219.0, 4218.0, 4251.0, 4219.0, 4218.0, 4237.0, 4215.0, 4284.0, 4260.0, 4259.0, 4249.0, 4289.0, 4247.0, 4286.0, 4235.0, 4268.0, 4259.0, 4226.0, 4236.0, 4203.0, 4257.0, 4218.0, 4206.0, 4271.0, 4221.0, 4283.0, 4227.0, 4251.0, 4252.0, 4234.0, 4258.0, 4220.0, 4256.0, 4218.0, 4255.0, 4215.0, 4270.0, 4217.0, 4246.0, 4219.0, 4281.0, 4247.0, 4273.0, 4235.0, 4242.0, 4242.0, 4222.0, 4263.0, 4243.0, 4253.0, 4255.0, 4222.0, 4275.0, 4244.0, 4266.0, 4257.0, 4240.0, 4267.0, 4233.0, 4278.0, 4243.0, 4255.0, 4251.0, 4234.0, 4260.0, 4234.0, 4232.0, 4284.0, 4254.0, 4241.0, 4277.0, 4246.0, 4255.0, 4264.0, 4231.0, 4283.0, 4255.0, 4234.0, 4284.0, 4243.0], 'WindowWidth': [9538.0, 9526.0, 9521.0, 9472.0, 9419.0, 9453.0, 9421.0, 9388.0, 9372.0, 9460.0, 9436.0, 9393.0, 9373.0, 9437.0, 9396.0, 9375.0, 9415.0, 9469.0, 9413.0, 9391.0, 9386.0, 9442.0, 9388.0, 9376.0, 9444.0, 9410.0, 9388.0, 9362.0, 9443.0, 9412.0, 9385.0, 9464.0, 9369.0, 9348.0, 9444.0, 9400.0, 9372.0, 9463.0, 9358.0, 9328.0, 9423.0, 9363.0, 9351.0, 9408.0, 9423.0, 9389.0, 9404.0, 9419.0, 9409.0, 9428.0, 9425.0, 9368.0, 9369.0, 9416.0, 9386.0, 9363.0, 9432.0, 9386.0, 9377.0, 9502.0, 9424.0, 9381.0, 9417.0, 9408.0, 9414.0, 9410.0, 9455.0, 9405.0, 9363.0, 9451.0, 9420.0, 9411.0, 9452.0, 9403.0, 9373.0, 9437.0, 9386.0, 9396.0, 9476.0, 9414.0, 9387.0, 9438.0, 9409.0, 9395.0, 9475.0, 9426.0, 9382.0, 9345.0, 9416.0, 9369.0, 9390.0, 9450.0, 9398.0, 9360.0, 9418.0, 9410.0, 9395.0, 9462.0, 9437.0, 9381.0, 9370.0, 9467.0, 9403.0, 9382.0, 9441.0, 9372.0, 9339.0, 9444.0, 9375.0, 9348.0, 9462.0, 9361.0, 9352.0, 9433.0, 9361.0, 9352.0, 9403.0, 9377.0, 9334.0, 9403.0, 9345.0, 9389.0, 9402.0, 9398.0, 9369.0, 9411.0, 9366.0, 9360.0, 9426.0, 9377.0, 9367.0, 9433.0, 9384.0, 9439.0, 9414.0, 9418.0, 9394.0, 9425.0, 9387.0, 9377.0, 9442.0, 9425.0, 9399.0, 9439.0, 9403.0, 9391.0, 9440.0, 9455.0, 9412.0, 9404.0, 9469.0, 9424.0, 9399.0, 9466.0, 9437.0, 9408.0, 9467.0, 9400.0, 9394.0, 9458.0, 9448.0, 9395.0, 9407.0, 9353.0, 9433.0, 9366.0, 9368.0, 9451.0, 9357.0, 9351.0, 9422.0, 9377.0, 9391.0, 9420.0, 9364.0, 9352.0, 9421.0, 9384.0, 9436.0, 9394.0, 9353.0, 9421.0, 9365.0, 9367.0, 9419.0, 9402.0, 9360.0, 9446.0, 9382.0, 9357.0, 9418.0, 9444.0, 9413.0, 9400.0, 9444.0, 9411.0, 9421.0, 9475.0, 9421.0, 9399.0, 9466.0, 9420.0, 9389.0, 9460.0, 9453.0, 9393.0, 9433.0, 9421.0, 9395.0, 9397.0, 9483.0, 9400.0, 9375.0, 9466.0, 9393.0, 9351.0, 9460.0, 9430.0, 9371.0, 9468.0, 9372.0, 9364.0, 9435.0, 9402.0, 9335.0, 9402.0, 9358.0, 9348.0, 9387.0, 9382.0, 9384.0, 9370.0, 9423.0, 9367.0, 9387.0, 9440.0, 9417.0, 9375.0, 9452.0, 9380.0, 9353.0, 9452.0, 9395.0, 9355.0, 9450.0, 9360.0, 9333.0, 9411.0, 9375.0, 9394.0, 9427.0, 9352.0, 9337.0, 9409.0, 9379.0, 9379.0, 9384.0, 9416.0, 9390.0, 9399.0, 9453.0, 9435.0, 9415.0, 9434.0, 9454.0, 9409.0, 9395.0, 9461.0, 9439.0, 9402.0, 9394.0, 9433.0, 9385.0, 9357.0, 9456.0, 9432.0, 9371.0, 9473.0, 9385.0, 9380.0, 9438.0, 9406.0, 9452.0, 9407.0, 9366.0, 9417.0, 9392.0, 9380.0, 9448.0, 9420.0, 9365.0, 9361.0, 9392.0, 9367.0, 9420.0, 9424.0, 9367.0, 9383.0, 9388.0, 9372.0, 9434.0, 9417.0, 9372.0, 9426.0, 9380.0, 9363.0, 9407.0, 9386.0, 9370.0, 9411.0, 9355.0, 9358.0, 9440.0, 9447.0, 9399.0, 9397.0, 9449.0, 9403.0, 9389.0, 9472.0, 9430.0, 9410.0, 9400.0, 9463.0, 9443.0, 9416.0, 9401.0, 9528.0, 9468.0, 9452.0, 9461.0, 9526.0, 9514.0, 9542.0, 9505.0, 9459.0, 9538.0, 9475.0, 9447.0, 9396.0, 9470.0, 9411.0, 9365.0, 9465.0, 9418.0, 9357.0, 9464.0, 9421.0, 9344.0, 9413.0, 9347.0, 9328.0, 9439.0, 9378.0, 9354.0, 9440.0, 9382.0, 9356.0, 9432.0, 9405.0, 9392.0, 9413.0, 9439.0, 9392.0, 9447.0, 9453.0, 9407.0, 9381.0, 9444.0, 9386.0, 9364.0, 9472.0, 9417.0, 9386.0, 9389.0, 9409.0, 9381.0, 9446.0, 9450.0, 9403.0, 9416.0, 9439.0, 9433.0, 9466.0, 9440.0, 9395.0, 9414.0, 9388.0, 9353.0, 9451.0, 9372.0, 9362.0, 9451.0, 9368.0, 9362.0, 9389.0, 9349.0, 9429.0, 9373.0, 9414.0, 9352.0, 9355.0, 9363.0, 9342.0, 9400.0, 9373.0, 9365.0, 9419.0, 9365.0, 9374.0, 9440.0, 9396.0, 9374.0, 9430.0, 9381.0, 9436.0, 9402.0, 9435.0, 9405.0, 9370.0, 9408.0, 9390.0, 9407.0, 9421.0, 9417.0, 9374.0, 9429.0, 9429.0, 9424.0, 9459.0, 9420.0, 9389.0, 9450.0, 9431.0, 9411.0, 9459.0, 9390.0, 9370.0, 9454.0, 9397.0, 9392.0, 9458.0, 9412.0, 9364.0, 9396.0, 9412.0, 9397.0, 9449.0, 9461.0, 9388.0, 9370.0, 9443.0, 9397.0, 9389.0, 9459.0, 9371.0, 9360.0, 9457.0, 9370.0, 9393.0, 9460.0, 9374.0, 9353.0, 9444.0, 9398.0, 9391.0, 9423.0, 9418.0, 9388.0, 9367.0, 9425.0, 9404.0, 9380.0, 9460.0, 9408.0, 9400.0, 9461.0, 9416.0, 9389.0, 9426.0, 9435.0, 9405.0, 9460.0, 9428.0, 9423.0, 9472.0, 9418.0, 9365.0, 9446.0, 9402.0, 9403.0, 9453.0, 9356.0, 9347.0, 9395.0, 9358.0, 9363.0, 9406.0, 9359.0, 9410.0, 9346.0, 9334.0, 9418.0, 9355.0, 9336.0, 9416.0, 9360.0, 9400.0, 9375.0, 9344.0, 9432.0, 9369.0, 9416.0, 9339.0, 9327.0, 9380.0, 9348.0, 9403.0, 9342.0, 9333.0, 9391.0, 9356.0, 9365.0, 9415.0, 9368.0, 9384.0, 9409.0, 9388.0, 9459.0, 9417.0, 9372.0, 9420.0, 9388.0, 9418.0, 9423.0, 9396.0, 9474.0, 9381.0, 9377.0, 9411.0, 9370.0, 9455.0, 9391.0, 9349.0, 9403.0, 9383.0, 9408.0, 9391.0, 9377.0, 9384.0, 9404.0, 9374.0, 9452.0, 9428.0, 9416.0, 9469.0, 9424.0, 9394.0, 9475.0, 9434.0, 9459.0, 9460.0, 9400.0, 9474.0, 9392.0, 9378.0, 9400.0, 9379.0, 9382.0, 9413.0, 9373.0, 9422.0, 9428.0, 9403.0, 9389.0, 9425.0, 9386.0, 9374.0, 9439.0, 9419.0, 9377.0, 9454.0, 9409.0, 9389.0, 9454.0, 9435.0, 9388.0, 9462.0, 9395.0, 9393.0, 9459.0, 9413.0, 9408.0, 9425.0, 9430.0, 9387.0, 9411.0, 9444.0, 9418.0, 9428.0, 9433.0, 9383.0, 9381.0, 9414.0, 9388.0, 9378.0, 9445.0, 9362.0, 9373.0, 9458.0, 9409.0, 9356.0, 9422.0, 9390.0, 9366.0, 9386.0, 9402.0, 9391.0, 9366.0, 9443.0, 9382.0, 9348.0, 9443.0, 9382.0, 9366.0, 9434.0, 9393.0, 9378.0, 9404.0, 9360.0, 9418.0, 9381.0, 9362.0, 9348.0, 9363.0, 9349.0, 9426.0, 9366.0, 9347.0, 9422.0, 9344.0, 9331.0, 9385.0, 9360.0, 9411.0, 9392.0, 9361.0, 9407.0, 9349.0, 9345.0, 9425.0, 9377.0, 9353.0, 9399.0, 9361.0, 9367.0, 9444.0, 9400.0, 9381.0, 9386.0, 9401.0, 9396.0, 9366.0, 9475.0, 9405.0, 9384.0, 9457.0, 9405.0, 9389.0, 9441.0, 9439.0, 9386.0, 9438.0, 9386.0, 9408.0, 9436.0, 9423.0, 9390.0, 9398.0, 9361.0, 9377.0, 9383.0, 9381.0, 9342.0, 9393.0, 9341.0, 9335.0, 9421.0, 9390.0, 9348.0, 9442.0, 9365.0, 9352.0, 9443.0, 9376.0, 9350.0, 9430.0, 9340.0, 9330.0, 9432.0, 9354.0, 9346.0, 9410.0, 9357.0, 9317.0, 9382.0, 9331.0, 9411.0, 9383.0, 9348.0, 9411.0, 9344.0, 9328.0, 9386.0, 9380.0, 9375.0, 9387.0, 9342.0, 9434.0, 9374.0, 9359.0, 9418.0, 9368.0, 9378.0, 9390.0, 9372.0, 9424.0, 9418.0, 9419.0, 9360.0, 9367.0, 9381.0, 9389.0, 9394.0, 9383.0, 9433.0, 9380.0, 9372.0, 9464.0, 9440.0, 9408.0, 9420.0, 9428.0, 9403.0, 9447.0, 9448.0, 9432.0, 9387.0, 9450.0, 9421.0, 9471.0, 9433.0, 9427.0, 9472.0, 9422.0, 9367.0, 9428.0, 9374.0, 9353.0, 9444.0, 9361.0, 9352.0, 9456.0, 9372.0, 9404.0, 9438.0, 9391.0, 9365.0, 9391.0, 9368.0, 9431.0, 9407.0, 9337.0, 9447.0, 9334.0, 9334.0, 9391.0, 9351.0, 9364.0, 9376.0, 9345.0, 9346.0, 9377.0, 9348.0, 9386.0, 9410.0, 9371.0, 9356.0, 9426.0, 9376.0, 9432.0, 9424.0, 9392.0, 9421.0, 9398.0, 9348.0, 9445.0, 9417.0, 9353.0, 9444.0, 9376.0, 9358.0, 9435.0, 9421.0, 9374.0, 9433.0, 9378.0, 9397.0, 9406.0, 9385.0, 9441.0, 9409.0, 9370.0, 9421.0, 9413.0, 9375.0, 9430.0, 9418.0, 9365.0, 9446.0, 9345.0, 9348.0, 9393.0, 9377.0, 9366.0, 9401.0, 9343.0, 9336.0, 9401.0, 9358.0, 9392.0, 9412.0, 9369.0, 9342.0, 9400.0, 9368.0, 9368.0, 9460.0, 9383.0, 9366.0, 9434.0, 9369.0, 9376.0, 9438.0, 9433.0, 9394.0, 9413.0, 9406.0, 9370.0, 9439.0, 9425.0, 9415.0, 9367.0, 9426.0, 9366.0, 9362.0, 9440.0, 9408.0, 9424.0, 9427.0, 9374.0, 9398.0, 9397.0, 9354.0, 9446.0, 9437.0, 9370.0, 9382.0, 9349.0, 9355.0, 9370.0, 9357.0, 9336.0, 9409.0, 9413.0, 9391.0, 9516.0, 9478.0, 9450.0, 9403.0, 9455.0, 9459.0, 9440.0, 9396.0, 9451.0, 9436.0, 9406.0, 9464.0, 9463.0, 9440.0, 9453.0, 9406.0, 9457.0, 9364.0, 9409.0, 9360.0, 9322.0, 9397.0, 9380.0, 9359.0, 9401.0, 9363.0, 9440.0, 9354.0, 9404.0, 9402.0, 9354.0, 9437.0, 9360.0, 9421.0, 9372.0, 9353.0, 9448.0, 9386.0, 9435.0, 9369.0, 9335.0, 9432.0, 9394.0, 9443.0, 9401.0, 9380.0, 9441.0, 9408.0, 9409.0, 9430.0, 9381.0, 9450.0, 9394.0, 9421.0, 9414.0, 9372.0, 9464.0, 9389.0, 9436.0, 9376.0, 9359.0, 9448.0, 9389.0, 9462.0, 9404.0, 9365.0, 9436.0, 9378.0, 9464.0, 9438.0, 9400.0, 9445.0, 9389.0, 9435.0, 9413.0, 9370.0, 9482.0, 9387.0, 9357.0, 9405.0, 9373.0, 9445.0, 9393.0, 9369.0, 9470.0, 9387.0, 9408.0, 9408.0, 9383.0, 9454.0, 9430.0, 9426.0, 9425.0, 9371.0, 9427.0, 9382.0, 9451.0, 9379.0, 9374.0, 9358.0, 9336.0, 9412.0, 9367.0, 9401.0, 9376.0, 9356.0, 9413.0, 9373.0, 9434.0, 9393.0, 9372.0, 9411.0, 9362.0, 9441.0, 9388.0, 9452.0, 9431.0, 9380.0, 9385.0, 9357.0, 9399.0, 9385.0, 9379.0, 9475.0, 9390.0, 9382.0, 9447.0, 9401.0, 9447.0, 9434.0, 9387.0, 9476.0, 9405.0, 9393.0, 9447.0, 9380.0, 9466.0, 9421.0, 9440.0, 9410.0, 9361.0, 9423.0, 9368.0, 9364.0, 9414.0, 9371.0, 9372.0, 9395.0, 9364.0, 9463.0, 9431.0, 9425.0, 9413.0, 9464.0, 9405.0, 9461.0, 9384.0, 9430.0, 9422.0, 9369.0, 9385.0, 9339.0, 9418.0, 9366.0, 9350.0, 9441.0, 9375.0, 9462.0, 9379.0, 9414.0, 9418.0, 9386.0, 9423.0, 9370.0, 9419.0, 9365.0, 9417.0, 9359.0, 9441.0, 9361.0, 9401.0, 9367.0, 9461.0, 9407.0, 9450.0, 9392.0, 9406.0, 9407.0, 9380.0, 9438.0, 9412.0, 9423.0, 9430.0, 9382.0, 9455.0, 9412.0, 9446.0, 9427.0, 9405.0, 9441.0, 9395.0, 9456.0, 9407.0, 9418.0, 9416.0, 9396.0, 9430.0, 9391.0, 9393.0, 9467.0, 9424.0, 9408.0, 9460.0, 9419.0, 9427.0, 9437.0, 9393.0, 9465.0, 9428.0, 9398.0, 9469.0, 9410.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.0013689945155393052</td></tr>
<tr><td colspan=3>aqi</td><td>0.019614454387568554</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.85414860299173</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2777535889021043</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120038788380619</td></tr>
<tr><td colspan=3>efc</td><td>0.5075</td></tr>
<tr><td colspan=3>fber</td><td>4447.5181</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0865930457897986</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.290676416819013</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4312903844658393</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3205104901292644</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6816384815193017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.291722181748952</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103414</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02071121707558632</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05390579625964165</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.999588154548817</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>13.8351</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3653</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.1315</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293562.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>1057.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.8884</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5309</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.0952</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3410.7923</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1280.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>892.3365</td></tr>
<tr><td colspan=3>tsnr</td><td>39.58221241412684</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>