<?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-0059_ses-01_task-social_acq-mb8_run-01_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-0059_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0059_suffix-bold_task-social" 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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_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-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-01_task-social_acq-mb8_run-01_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-0059/ses-01/func/sub-0059_ses-01_task-social_acq-mb8_run-01_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>28616d72edd5b9bbbdae4e323003b523</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>10:59:3.167500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999072, -0.0239215, 0.0358115, 0.0205787, 0.995641, 0.0909652]</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-01_task-social_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.0969932</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7760, -7264, 540, -88, -250, -23, 15]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ec14e82d-c8e1-43e1-9d41-9bc9ee86465e||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804378032684326, 0.05521111935377121, 0.1021447703242302, 105.10557556152344], [0.06417951732873917, 2.6712331771850586, 0.2433883100748062, -102.5382080078125], [0.09607954323291779, -0.24405288696289062, 2.6870670318603516, -66.02936553955078], [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, 872]</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], 'AcquisitionTime': ['105903.167500', '105903.627500', '105904.087500', '105904.547500', '105905.007500', '105905.467500', '105905.927500', '105906.387500', '105906.847500', '105907.307500', '105907.767500', '105908.227500', '105908.687500', '105909.147500', '105909.607500', '105910.067500', '105910.527500', '105910.987500', '105911.447500', '105911.907500', '105912.367500', '105912.827500', '105913.287500', '105913.747500', '105914.207500', '105914.667500', '105915.127500', '105915.587500', '105916.047500', '105916.507500', '105916.967500', '105917.427500', '105917.887500', '105918.347500', '105918.807500', '105919.267500', '105919.727500', '105920.187500', '105920.647500', '105921.107500', '105921.567500', '105922.027500', '105922.487500', '105922.947500', '105923.407500', '105923.867500', '105924.327500', '105924.787500', '105925.247500', '105925.707500', '105926.167500', '105926.627500', '105927.087500', '105927.547500', '105928.007500', '105928.467500', '105928.927500', '105929.387500', '105929.847500', '105930.307500', '105930.767500', '105931.227500', '105931.687500', '105932.147500', '105932.607500', '105933.067500', '105933.527500', '105933.987500', '105934.447500', '105934.907500', '105935.367500', '105935.827500', '105936.287500', '105936.747500', '105937.207500', '105937.667500', '105938.127500', '105938.587500', '105939.047500', '105939.507500', '105939.967500', '105940.427500', '105940.887500', '105941.347500', '105941.807500', '105942.267500', '105942.727500', '105943.187500', '105943.647500', '105944.107500', '105944.567500', '105945.027500', '105945.487500', '105945.947500', '105946.407500', '105946.867500', '105947.327500', '105947.787500', '105948.247500', '105948.707500', '105949.167500', '105949.627500', '105950.087500', '105950.547500', '105951.007500', '105951.467500', '105951.927500', '105952.387500', '105952.847500', '105953.307500', '105953.767500', '105954.227500', '105954.687500', '105955.147500', '105955.607500', '105956.067500', '105956.527500', '105956.987500', '105957.447500', '105957.907500', '105958.367500', '105958.827500', '105959.287500', '105959.747500', '110000.207500', '110000.667500', '110001.127500', '110001.587500', '110002.047500', '110002.507500', '110002.967500', '110003.427500', '110003.887500', '110004.347500', '110004.807500', '110005.267500', '110005.727500', '110006.187500', '110006.647500', '110007.107500', '110007.567500', '110008.027500', '110008.487500', '110008.947500', '110009.407500', '110009.867500', '110010.327500', '110010.787500', '110011.247500', '110011.707500', '110012.167500', '110012.627500', '110013.087500', '110013.547500', '110014.007500', '110014.467500', '110014.927500', '110015.387500', '110015.847500', '110016.307500', '110016.767500', '110017.227500', '110017.687500', '110018.147500', '110018.607500', '110019.067500', '110019.527500', '110019.987500', '110020.447500', '110020.907500', '110021.367500', '110021.827500', '110022.287500', '110022.747500', '110023.207500', '110023.667500', '110024.127500', '110024.587500', '110025.047500', '110025.507500', '110025.967500', '110026.427500', '110026.887500', '110027.347500', '110027.807500', '110028.267500', '110028.727500', '110029.187500', '110029.647500', '110030.107500', '110030.567500', '110031.027500', '110031.487500', '110031.947500', '110032.407500', '110032.867500', '110033.327500', '110033.787500', '110034.247500', '110034.707500', '110035.167500', '110035.627500', '110036.087500', '110036.547500', '110037.007500', '110037.467500', '110037.927500', '110038.387500', '110038.847500', '110039.307500', '110039.767500', '110040.227500', '110040.687500', '110041.147500', '110041.607500', '110042.067500', '110042.527500', '110042.987500', '110043.447500', '110043.907500', '110044.367500', '110044.827500', '110045.287500', '110045.747500', '110046.207500', '110046.667500', '110047.127500', '110047.587500', '110048.047500', '110048.507500', '110048.967500', '110049.427500', '110049.887500', '110050.347500', '110050.807500', '110051.267500', '110051.727500', '110052.187500', '110052.647500', '110053.107500', '110053.567500', '110054.027500', '110054.487500', '110054.947500', '110055.407500', '110055.867500', '110056.327500', '110056.787500', '110057.247500', '110057.707500', '110058.167500', '110058.627500', '110059.087500', '110059.547500', '110100.007500', '110100.467500', '110100.927500', '110101.387500', '110101.847500', '110102.307500', '110102.767500', '110103.227500', '110103.687500', '110104.147500', '110104.607500', '110105.067500', '110105.527500', '110105.987500', '110106.447500', '110106.907500', '110107.367500', '110107.827500', '110108.287500', '110108.747500', '110109.207500', '110109.667500', '110110.127500', '110110.587500', '110111.047500', '110111.507500', '110111.967500', '110112.427500', '110112.887500', '110113.347500', '110113.807500', '110114.267500', '110114.727500', '110115.187500', '110115.647500', '110116.107500', '110116.567500', '110117.027500', '110117.487500', '110117.947500', '110118.407500', '110118.867500', '110119.327500', '110119.787500', '110120.247500', '110120.707500', '110121.167500', '110121.627500', '110122.087500', '110122.547500', '110123.007500', '110123.467500', '110123.927500', '110124.387500', '110124.847500', '110125.307500', '110125.767500', '110126.227500', '110126.687500', '110127.147500', '110127.607500', '110128.067500', '110128.527500', '110128.987500', '110129.447500', '110129.907500', '110130.367500', '110130.827500', '110131.287500', '110131.747500', '110132.207500', '110132.667500', '110133.127500', '110133.587500', '110134.047500', '110134.507500', '110134.967500', '110135.427500', '110135.887500', '110136.347500', '110136.807500', '110137.267500', '110137.727500', '110138.187500', '110138.647500', '110139.107500', '110139.567500', '110140.027500', '110140.487500', '110140.947500', '110141.407500', '110141.867500', '110142.327500', '110142.787500', '110143.247500', '110143.707500', '110144.167500', '110144.627500', '110145.087500', '110145.547500', '110146.007500', '110146.467500', '110146.927500', '110147.387500', '110147.847500', '110148.307500', '110148.767500', '110149.227500', '110149.687500', '110150.147500', '110150.607500', '110151.067500', '110151.527500', '110151.987500', '110152.447500', '110152.907500', '110153.367500', '110153.827500', '110154.287500', '110154.747500', '110155.207500', '110155.667500', '110156.127500', '110156.587500', '110157.047500', '110157.507500', '110157.967500', '110158.427500', '110158.887500', '110159.347500', '110159.807500', '110200.267500', '110200.727500', '110201.187500', '110201.647500', '110202.107500', '110202.567500', '110203.027500', '110203.487500', '110203.947500', '110204.407500', '110204.867500', '110205.327500', '110205.787500', '110206.247500', '110206.707500', '110207.167500', '110207.627500', '110208.087500', '110208.547500', '110209.007500', '110209.467500', '110209.927500', '110210.387500', '110210.847500', '110211.307500', '110211.767500', '110212.227500', '110212.687500', '110213.147500', '110213.607500', '110214.067500', '110214.527500', '110214.987500', '110215.447500', '110215.907500', '110216.367500', '110216.827500', '110217.287500', '110217.747500', '110218.207500', '110218.667500', '110219.127500', '110219.587500', '110220.047500', '110220.507500', '110220.967500', '110221.427500', '110221.887500', '110222.347500', '110222.807500', '110223.267500', '110223.727500', '110224.187500', '110224.647500', '110225.107500', '110225.567500', '110226.027500', '110226.487500', '110226.947500', '110227.407500', '110227.867500', '110228.327500', '110228.787500', '110229.247500', '110229.707500', '110230.167500', '110230.627500', '110231.087500', '110231.547500', '110232.007500', '110232.467500', '110232.927500', '110233.387500', '110233.847500', '110234.307500', '110234.767500', '110235.227500', '110235.687500', '110236.147500', '110236.607500', '110237.067500', '110237.527500', '110237.987500', '110238.447500', '110238.907500', '110239.367500', '110239.827500', '110240.287500', '110240.747500', '110241.207500', '110241.667500', '110242.127500', '110242.587500', '110243.047500', '110243.507500', '110243.967500', '110244.427500', '110244.887500', '110245.347500', '110245.807500', '110246.267500', '110246.727500', '110247.187500', '110247.647500', '110248.107500', '110248.567500', '110249.027500', '110249.487500', '110249.947500', '110250.407500', '110250.867500', '110251.327500', '110251.787500', '110252.247500', '110252.707500', '110253.167500', '110253.627500', '110254.087500', '110254.547500', '110255.007500', '110255.467500', '110255.927500', '110256.387500', '110256.847500', '110257.307500', '110257.767500', '110258.227500', '110258.687500', '110259.147500', '110259.607500', '110300.067500', '110300.527500', '110300.987500', '110301.447500', '110301.907500', '110302.367500', '110302.827500', '110303.287500', '110303.747500', '110304.207500', '110304.667500', '110305.127500', '110305.587500', '110306.047500', '110306.507500', '110306.967500', '110307.427500', '110307.887500', '110308.347500', '110308.807500', '110309.267500', '110309.727500', '110310.187500', '110310.647500', '110311.107500', '110311.567500', '110312.027500', '110312.487500', '110312.947500', '110313.407500', '110313.867500', '110314.327500', '110314.787500', '110315.247500', '110315.707500', '110316.167500', '110316.627500', '110317.087500', '110317.547500', '110318.007500', '110318.467500', '110318.927500', '110319.387500', '110319.847500', '110320.307500', '110320.767500', '110321.227500', '110321.687500', '110322.147500', '110322.607500', '110323.067500', '110323.527500', '110323.987500', '110324.447500', '110324.907500', '110325.367500', '110325.827500', '110326.287500', '110326.747500', '110327.207500', '110327.667500', '110328.127500', '110328.587500', '110329.047500', '110329.507500', '110329.967500', '110330.427500', '110330.887500', '110331.347500', '110331.807500', '110332.267500', '110332.727500', '110333.187500', '110333.647500', '110334.107500', '110334.567500', '110335.027500', '110335.487500', '110335.947500', '110336.407500', '110336.867500', '110337.327500', '110337.787500', '110338.247500', '110338.707500', '110339.167500', '110339.627500', '110340.087500', '110340.547500', '110341.007500', '110341.467500', '110341.927500', '110342.387500', '110342.847500', '110343.307500', '110343.767500', '110344.227500', '110344.687500', '110345.147500', '110345.607500', '110346.067500', '110346.527500', '110346.987500', '110347.447500', '110347.907500', '110348.367500', '110348.827500', '110349.287500', '110349.747500', '110350.207500', '110350.667500', '110351.127500', '110351.587500', '110352.047500', '110352.507500', '110352.967500', '110353.427500', '110353.887500', '110354.347500', '110354.807500', '110355.267500', '110355.727500', '110356.187500', '110356.647500', '110357.107500', '110357.567500', '110358.027500', '110358.487500', '110358.947500', '110359.407500', '110359.867500', '110400.327500', '110400.787500', '110401.247500', '110401.707500', '110402.167500', '110402.627500', '110403.087500', '110403.547500', '110404.007500', '110404.467500', '110404.927500', '110405.387500', '110405.847500', '110406.307500', '110406.767500', '110407.227500', '110407.687500', '110408.147500', '110408.607500', '110409.067500', '110409.527500', '110409.987500', '110410.447500', '110410.907500', '110411.367500', '110411.827500', '110412.287500', '110412.747500', '110413.207500', '110413.667500', '110414.127500', '110414.587500', '110415.047500', '110415.507500', '110415.967500', '110416.427500', '110416.887500', '110417.347500', '110417.807500', '110418.267500', '110418.727500', '110419.187500', '110419.647500', '110420.107500', '110420.567500', '110421.027500', '110421.487500', '110421.947500', '110422.407500', '110422.867500', '110423.327500', '110423.787500', '110424.247500', '110424.707500', '110425.167500', '110425.627500', '110426.087500', '110426.547500', '110427.007500', '110427.467500', '110427.927500', '110428.387500', '110428.847500', '110429.307500', '110429.767500', '110430.227500', '110430.687500', '110431.147500', '110431.607500', '110432.067500', '110432.527500', '110432.987500', '110433.447500', '110433.907500', '110434.367500', '110434.827500', '110435.287500', '110435.747500', '110436.207500', '110436.667500', '110437.127500', '110437.587500', '110438.047500', '110438.507500', '110438.967500', '110439.427500', '110439.887500', '110440.347500', '110440.807500', '110441.267500', '110441.727500', '110442.187500', '110442.647500', '110443.107500', '110443.567500', '110444.027500', '110444.487500', '110444.947500', '110445.407500', '110445.867500', '110446.327500', '110446.787500', '110447.247500', '110447.707500', '110448.167500', '110448.627500', '110449.087500', '110449.547500', '110450.007500', '110450.467500', '110450.927500', '110451.387500', '110451.847500', '110452.307500', '110452.767500', '110453.227500', '110453.687500', '110454.147500', '110454.607500', '110455.067500', '110455.527500', '110455.987500', '110456.447500', '110456.907500', '110457.367500', '110457.827500', '110458.287500', '110458.747500', '110459.207500', '110459.667500', '110500.127500', '110500.587500', '110501.047500', '110501.507500', '110501.967500', '110502.427500', '110502.887500', '110503.347500', '110503.807500', '110504.267500', '110504.727500', '110505.187500', '110505.647500', '110506.107500', '110506.567500', '110507.027500', '110507.487500', '110507.947500', '110508.407500', '110508.867500', '110509.327500', '110509.787500', '110510.247500', '110510.707500', '110511.167500', '110511.627500', '110512.087500', '110512.547500', '110513.007500', '110513.467500', '110513.927500', '110514.387500', '110514.847500', '110515.307500', '110515.767500', '110516.227500', '110516.687500', '110517.147500', '110517.607500', '110518.067500', '110518.527500', '110518.987500', '110519.447500', '110519.907500', '110520.367500', '110520.827500', '110521.287500', '110521.747500', '110522.207500', '110522.667500', '110523.127500', '110523.587500', '110524.047500', '110524.507500', '110524.967500', '110525.427500', '110525.887500', '110526.347500', '110526.807500', '110527.267500', '110527.727500', '110528.187500', '110528.647500', '110529.107500', '110529.567500', '110530.027500', '110530.487500', '110530.947500', '110531.407500', '110531.867500', '110532.327500', '110532.787500', '110533.247500', '110533.707500', '110534.167500', '110534.627500', '110535.087500', '110535.547500', '110536.007500', '110536.467500', '110536.927500', '110537.387500', '110537.847500', '110538.307500', '110538.767500', '110539.227500', '110539.687500', '110540.147500', '110540.607500', '110541.067500', '110541.527500', '110541.987500', '110542.447500', '110542.907500', '110543.367500', '110543.827500'], 'ContentTime': ['105933.539000', '105933.542000', '105933.545000', '105933.547000', '105933.550000', '105933.552000', '105933.555000', '105933.557000', '105933.560000', '105933.563000', '105933.568000', '105933.570000', '105933.573000', '105933.575000', '105933.578000', '105933.581000', '105933.583000', '105933.586000', '105933.588000', '105933.591000', '105933.593000', '105933.596000', '105933.599000', '105933.601000', '105933.604000', '105933.607000', '105933.609000', '105933.612000', '105933.614000', '105933.617000', '105933.620000', '105933.622000', '105933.625000', '105933.627000', '105933.630000', '105933.633000', '105933.635000', '105933.638000', '105933.640000', '105933.643000', '105933.646000', '105933.648000', '105933.657000', '105933.659000', '105933.662000', '105933.665000', '105933.667000', '105933.670000', '105933.672000', '105933.675000', '105933.677000', '105933.680000', '105933.683000', '105933.685000', '105933.688000', '105933.699000', '105933.702000', '105933.704000', '105933.707000', '105933.710000', '105933.712000', '105933.715000', '105933.717000', '105953.504000', '105953.506000', '105953.509000', '105953.511000', '105953.514000', '105953.517000', '105953.519000', '105953.522000', '105953.524000', '105953.527000', '105953.529000', '105953.532000', '105953.534000', '105953.537000', '105953.540000', '105953.542000', '105953.545000', '105953.547000', '105953.550000', '105953.553000', '105953.555000', '105953.558000', '105953.560000', '105953.563000', '105953.565000', '105953.568000', '105953.570000', '105953.573000', '105953.576000', '105953.578000', '105953.581000', '105953.583000', '105953.586000', '105953.588000', '105953.591000', '105953.601000', '105953.603000', '105953.606000', '105953.609000', '105953.611000', '105953.614000', '105953.616000', '105953.619000', '110013.503000', '110013.506000', '110013.509000', '110013.511000', '110013.514000', '110013.517000', '110013.519000', '110013.522000', '110013.524000', '110013.527000', '110013.530000', '110013.533000', '110013.536000', '110013.538000', '110013.541000', '110013.544000', '110013.546000', '110013.549000', '110013.551000', '110013.554000', '110013.557000', '110013.559000', '110013.562000', '110013.564000', '110013.567000', '110013.570000', '110013.573000', '110013.576000', '110013.578000', '110013.581000', '110013.583000', '110013.586000', '110013.588000', '110013.591000', '110013.594000', '110013.596000', '110013.599000', '110013.601000', '110013.604000', '110013.607000', '110013.609000', '110013.612000', '110013.614000', '110033.504000', '110033.506000', '110033.509000', '110033.511000', '110033.514000', '110033.517000', '110033.519000', '110033.522000', '110033.524000', '110033.527000', '110033.529000', '110033.532000', '110033.534000', '110033.537000', '110033.540000', '110033.542000', '110033.545000', '110033.547000', '110033.550000', '110033.553000', '110033.555000', '110033.558000', '110033.560000', '110033.563000', '110033.566000', '110033.568000', '110033.571000', '110033.573000', '110033.576000', '110033.578000', '110033.581000', '110033.584000', '110033.586000', '110033.589000', '110033.591000', '110033.594000', '110033.597000', '110033.599000', '110033.602000', '110033.605000', '110033.607000', '110033.610000', '110033.612000', '110033.615000', '110053.503000', '110053.506000', '110053.509000', '110053.511000', '110053.514000', '110053.517000', '110053.519000', '110053.522000', '110053.524000', '110053.527000', '110053.529000', '110053.532000', '110053.535000', '110053.537000', '110053.540000', '110053.542000', '110053.545000', '110053.548000', '110053.550000', '110053.553000', '110053.555000', '110053.558000', '110053.560000', '110053.563000', '110053.566000', '110053.568000', '110053.571000', '110053.573000', '110053.576000', '110053.578000', '110053.581000', '110053.583000', '110053.586000', '110053.589000', '110053.591000', '110053.594000', '110053.596000', '110053.599000', '110053.602000', '110053.604000', '110053.607000', '110053.609000', '110053.612000', '110113.504000', '110113.506000', '110113.509000', '110113.512000', '110113.514000', '110113.517000', '110113.519000', '110113.522000', '110113.524000', '110113.527000', '110113.530000', '110113.532000', '110113.535000', '110113.537000', '110113.540000', '110113.542000', '110113.545000', '110113.548000', '110113.550000', '110113.553000', '110113.555000', '110113.561000', '110113.564000', '110113.566000', '110113.569000', '110113.571000', '110113.574000', '110113.577000', '110113.579000', '110113.582000', '110113.584000', '110113.587000', '110113.600000', '110113.603000', '110113.605000', '110113.608000', '110113.610000', '110113.613000', '110113.616000', '110113.618000', '110113.621000', '110113.623000', '110113.626000', '110113.628000', '110133.504000', '110133.507000', '110133.509000', '110133.512000', '110133.514000', '110133.517000', '110133.519000', '110133.522000', '110133.525000', '110133.527000', '110133.530000', '110133.532000', '110133.535000', '110133.538000', '110133.540000', '110133.543000', '110133.545000', '110133.548000', '110133.550000', '110133.553000', '110133.556000', '110133.558000', '110133.561000', '110133.564000', '110133.566000', '110133.569000', '110133.571000', '110133.574000', '110133.577000', '110133.579000', '110133.582000', '110133.584000', '110133.587000', '110133.590000', '110133.592000', '110133.595000', '110133.598000', '110133.600000', '110133.603000', '110133.605000', '110133.608000', '110133.611000', '110133.614000', '110153.503000', '110153.506000', '110153.509000', '110153.511000', '110153.514000', '110153.516000', '110153.519000', '110153.522000', '110153.524000', '110153.527000', '110153.529000', '110153.532000', '110153.538000', '110153.540000', '110153.543000', '110153.545000', '110153.548000', '110153.551000', '110153.553000', '110153.556000', '110153.558000', '110153.561000', '110153.563000', '110153.566000', '110153.569000', '110153.571000', '110153.574000', '110153.576000', '110153.579000', '110153.581000', '110153.584000', '110153.587000', '110153.589000', '110153.592000', '110153.594000', '110153.597000', '110153.600000', '110153.602000', '110153.605000', '110153.607000', '110153.610000', '110153.613000', '110153.615000', '110153.618000', '110213.504000', '110213.506000', '110213.509000', '110213.512000', '110213.514000', '110213.517000', '110213.519000', '110213.522000', '110213.524000', '110213.527000', '110213.530000', '110213.532000', '110213.535000', '110213.537000', '110213.540000', '110213.543000', '110213.545000', '110213.548000', '110213.551000', '110213.554000', '110213.557000', '110213.559000', '110213.562000', '110213.564000', '110213.567000', '110213.570000', '110213.572000', '110213.575000', '110213.577000', '110213.580000', '110213.583000', '110213.585000', '110213.588000', '110213.590000', '110213.593000', '110213.595000', '110213.598000', '110213.601000', '110213.603000', '110213.606000', '110213.609000', '110213.611000', '110213.614000', '110233.504000', '110233.507000', '110233.509000', '110233.512000', '110233.514000', '110233.517000', '110233.520000', '110233.522000', '110233.525000', '110233.528000', '110233.530000', '110233.533000', '110233.535000', '110233.538000', '110233.541000', '110233.543000', '110233.546000', '110233.549000', '110233.551000', '110233.554000', '110233.556000', '110233.559000', '110233.562000', '110233.564000', '110233.567000', '110233.569000', '110233.572000', '110233.574000', '110233.577000', '110233.580000', '110233.582000', '110233.585000', '110233.588000', '110233.590000', '110233.593000', '110233.595000', '110233.598000', '110233.601000', '110233.603000', '110233.606000', '110233.608000', '110233.611000', '110233.614000', '110233.617000', '110253.504000', '110253.507000', '110253.509000', '110253.512000', '110253.515000', '110253.517000', '110253.520000', '110253.522000', '110253.525000', '110253.527000', '110253.530000', '110253.533000', '110253.535000', '110253.551000', '110253.554000', '110253.556000', '110253.559000', '110253.561000', '110253.564000', '110253.566000', '110253.569000', '110253.572000', '110253.574000', '110253.577000', '110253.580000', '110253.582000', '110253.585000', '110253.587000', '110253.590000', '110253.593000', '110253.595000', '110253.598000', '110253.601000', '110253.603000', '110253.606000', '110253.609000', '110253.611000', '110253.614000', '110253.616000', '110253.619000', '110253.622000', '110253.624000', '110253.627000', '110313.503000', '110313.506000', '110313.509000', '110313.511000', '110313.514000', '110313.517000', '110313.519000', '110313.522000', '110313.524000', '110313.527000', '110313.529000', '110313.532000', '110313.534000', '110313.537000', '110313.540000', '110313.542000', '110313.545000', '110313.547000', '110313.550000', '110313.552000', '110313.555000', '110313.558000', '110313.560000', '110313.563000', '110313.565000', '110313.568000', '110313.571000', '110313.573000', '110313.576000', '110313.578000', '110313.581000', '110313.583000', '110313.586000', '110313.589000', '110313.591000', '110313.594000', '110313.596000', '110313.599000', '110313.602000', '110313.605000', '110313.607000', '110313.610000', '110313.612000', '110313.615000', '110333.504000', '110333.506000', '110333.509000', '110333.512000', '110333.514000', '110333.517000', '110333.519000', '110333.522000', '110333.525000', '110333.527000', '110333.530000', '110333.532000', '110333.535000', '110333.537000', '110333.540000', '110333.543000', '110333.545000', '110333.548000', '110333.550000', '110333.553000', '110333.556000', '110333.558000', '110333.561000', '110333.563000', '110333.566000', '110333.569000', '110333.571000', '110333.574000', '110333.577000', '110333.579000', '110333.582000', '110333.584000', '110333.587000', '110333.589000', '110333.592000', '110333.595000', '110333.597000', '110333.600000', '110333.602000', '110333.605000', '110333.608000', '110333.610000', '110333.613000', '110353.504000', '110353.506000', '110353.509000', '110353.512000', '110353.514000', '110353.517000', '110353.520000', '110353.522000', '110353.525000', '110353.527000', '110353.530000', '110353.533000', '110353.535000', '110353.538000', '110353.540000', '110353.543000', '110353.545000', '110353.548000', '110353.551000', '110353.553000', '110353.556000', '110353.558000', '110353.561000', '110353.564000', '110353.566000', '110353.569000', '110353.572000', '110353.574000', '110353.577000', '110353.579000', '110353.582000', '110353.585000', '110353.587000', '110353.590000', '110353.593000', '110353.595000', '110353.598000', '110353.600000', '110353.603000', '110353.606000', '110353.608000', '110353.611000', '110353.614000', '110353.616000', '110413.504000', '110413.506000', '110413.509000', '110413.512000', '110413.514000', '110413.517000', '110413.519000', '110413.522000', '110413.524000', '110413.527000', '110413.530000', '110413.532000', '110413.535000', '110413.537000', '110413.540000', '110413.543000', '110413.545000', '110413.548000', '110413.551000', '110413.553000', '110413.556000', '110413.558000', '110413.561000', '110413.564000', '110413.566000', '110413.569000', '110413.572000', '110413.574000', '110413.577000', '110413.579000', '110413.582000', '110413.585000', '110413.587000', '110413.590000', '110413.592000', '110413.595000', '110413.598000', '110413.600000', '110413.612000', '110413.615000', '110413.617000', '110413.620000', '110413.623000', '110433.504000', '110433.506000', '110433.509000', '110433.512000', '110433.514000', '110433.517000', '110433.519000', '110433.522000', '110433.525000', '110433.527000', '110433.530000', '110433.532000', '110433.535000', '110433.538000', '110433.540000', '110433.543000', '110433.545000', '110433.548000', '110433.551000', '110433.553000', '110433.556000', '110433.558000', '110433.561000', '110433.564000', '110433.566000', '110433.569000', '110433.572000', '110433.574000', '110433.577000', '110433.579000', '110433.582000', '110433.585000', '110433.587000', '110433.590000', '110433.592000', '110433.595000', '110433.597000', '110433.600000', '110433.603000', '110433.605000', '110433.608000', '110433.611000', '110433.613000', '110433.616000', '110453.503000', '110453.506000', '110453.509000', '110453.512000', '110453.514000', '110453.517000', '110453.519000', '110453.522000', '110453.525000', '110453.527000', '110453.530000', '110453.532000', '110453.535000', '110453.538000', '110453.540000', '110453.543000', '110453.545000', '110453.548000', '110453.551000', '110453.553000', '110453.556000', '110453.558000', '110453.561000', '110453.564000', '110453.566000', '110453.569000', '110453.571000', '110453.574000', '110453.577000', '110453.579000', '110453.582000', '110453.584000', '110453.587000', '110453.590000', '110453.592000', '110453.595000', '110453.597000', '110453.600000', '110453.603000', '110453.605000', '110453.608000', '110453.610000', '110453.613000', '110513.504000', '110513.506000', '110513.509000', '110513.512000', '110513.514000', '110513.517000', '110513.520000', '110513.522000', '110513.525000', '110513.528000', '110513.530000', '110513.533000', '110513.535000', '110513.538000', '110513.541000', '110513.543000', '110513.546000', '110513.548000', '110513.551000', '110513.554000', '110513.556000', '110513.559000', '110513.562000', '110513.564000', '110513.567000', '110513.569000', '110513.572000', '110513.575000', '110513.577000', '110513.580000', '110513.582000', '110513.585000', '110513.589000', '110513.591000', '110513.594000', '110513.597000', '110513.599000', '110513.602000', '110513.604000', '110513.607000', '110513.610000', '110513.612000', '110513.615000', '110513.617000', '110533.504000', '110533.506000', '110533.509000', '110533.512000', '110533.514000', '110533.517000', '110533.519000', '110533.522000', '110533.524000', '110533.527000', '110533.530000', '110533.532000', '110533.535000', '110533.537000', '110533.540000', '110533.542000', '110533.545000', '110533.548000', '110533.550000', '110533.553000', '110533.555000', '110533.558000', '110533.561000', '110533.563000', '110533.566000', '110533.568000', '110533.571000', '110533.573000', '110533.576000', '110533.579000', '110533.581000', '110533.584000', '110533.586000', '110533.589000', '110533.592000', '110533.594000', '110533.597000', '110533.600000', '110533.602000', '110533.605000', '110533.607000', '110533.610000', '110533.612000', '110545.635000', '110545.638000', '110545.641000', '110545.644000', '110545.647000', '110545.649000', '110545.662000', '110545.665000', '110545.668000', '110545.671000', '110545.673000', '110545.676000', '110545.679000', '110545.681000', '110545.684000', '110545.686000', '110545.689000', '110545.692000', '110545.694000', '110545.697000', '110545.699000', '110545.702000', '110545.705000', '110545.708000', '110545.711000', '110545.715000', '110545.719000'], 'InstanceCreationTime': ['105933.539000', '105933.542000', '105933.545000', '105933.547000', '105933.550000', '105933.552000', '105933.555000', '105933.557000', '105933.560000', '105933.563000', '105933.568000', '105933.570000', '105933.573000', '105933.575000', '105933.578000', '105933.581000', '105933.583000', '105933.586000', '105933.588000', '105933.591000', '105933.593000', '105933.596000', '105933.599000', '105933.601000', '105933.604000', '105933.607000', '105933.609000', '105933.612000', '105933.614000', '105933.617000', '105933.620000', '105933.622000', '105933.625000', '105933.627000', '105933.630000', '105933.633000', '105933.635000', '105933.638000', '105933.640000', '105933.643000', '105933.646000', '105933.648000', '105933.657000', '105933.659000', '105933.662000', '105933.665000', '105933.667000', '105933.670000', '105933.672000', '105933.675000', '105933.677000', '105933.680000', '105933.683000', '105933.685000', '105933.688000', '105933.699000', '105933.702000', '105933.704000', '105933.707000', '105933.710000', '105933.712000', '105933.715000', '105933.717000', '105953.504000', '105953.506000', '105953.509000', '105953.511000', '105953.514000', '105953.517000', '105953.519000', '105953.522000', '105953.524000', '105953.527000', '105953.529000', '105953.532000', '105953.534000', '105953.537000', '105953.540000', '105953.542000', '105953.545000', '105953.547000', '105953.550000', '105953.553000', '105953.555000', '105953.558000', '105953.560000', '105953.563000', '105953.565000', '105953.568000', '105953.570000', '105953.573000', '105953.576000', '105953.578000', '105953.581000', '105953.583000', '105953.586000', '105953.588000', '105953.591000', '105953.601000', '105953.603000', '105953.606000', '105953.609000', '105953.611000', '105953.614000', '105953.616000', '105953.619000', '110013.503000', '110013.506000', '110013.509000', '110013.511000', '110013.514000', '110013.517000', '110013.519000', '110013.522000', '110013.524000', '110013.527000', '110013.530000', '110013.533000', '110013.536000', '110013.538000', '110013.541000', '110013.544000', '110013.546000', '110013.549000', '110013.551000', '110013.554000', '110013.557000', '110013.559000', '110013.562000', '110013.564000', '110013.567000', '110013.570000', '110013.573000', '110013.576000', '110013.578000', '110013.581000', '110013.583000', '110013.586000', '110013.588000', '110013.591000', '110013.594000', '110013.596000', '110013.599000', '110013.601000', '110013.604000', '110013.607000', '110013.609000', '110013.612000', '110013.614000', '110033.504000', '110033.506000', '110033.509000', '110033.511000', '110033.514000', '110033.517000', '110033.519000', '110033.522000', '110033.524000', '110033.527000', '110033.529000', '110033.532000', '110033.534000', '110033.537000', '110033.540000', '110033.542000', '110033.545000', '110033.547000', '110033.550000', '110033.553000', '110033.555000', '110033.558000', '110033.560000', '110033.563000', '110033.566000', '110033.568000', '110033.571000', '110033.573000', '110033.576000', '110033.578000', '110033.581000', '110033.584000', '110033.586000', '110033.589000', '110033.591000', '110033.594000', '110033.597000', '110033.599000', '110033.602000', '110033.605000', '110033.607000', '110033.610000', '110033.612000', '110033.615000', '110053.503000', '110053.506000', '110053.509000', '110053.511000', '110053.514000', '110053.517000', '110053.519000', '110053.522000', '110053.524000', '110053.527000', '110053.529000', '110053.532000', '110053.535000', '110053.537000', '110053.540000', '110053.542000', '110053.545000', '110053.548000', '110053.550000', '110053.553000', '110053.555000', '110053.558000', '110053.560000', '110053.563000', '110053.566000', '110053.568000', '110053.571000', '110053.573000', '110053.576000', '110053.578000', '110053.581000', '110053.583000', '110053.586000', '110053.589000', '110053.591000', '110053.594000', '110053.596000', '110053.599000', '110053.602000', '110053.604000', '110053.607000', '110053.609000', '110053.612000', '110113.504000', '110113.506000', '110113.509000', '110113.512000', '110113.514000', '110113.517000', '110113.519000', '110113.522000', '110113.524000', '110113.527000', '110113.530000', '110113.532000', '110113.535000', '110113.537000', '110113.540000', '110113.542000', '110113.545000', '110113.548000', '110113.550000', '110113.553000', '110113.555000', '110113.561000', '110113.564000', '110113.566000', '110113.569000', '110113.571000', '110113.574000', '110113.577000', '110113.579000', '110113.582000', '110113.584000', '110113.587000', '110113.600000', '110113.603000', '110113.605000', '110113.608000', '110113.610000', '110113.613000', '110113.616000', '110113.618000', '110113.621000', '110113.623000', '110113.626000', '110113.628000', '110133.504000', '110133.507000', '110133.509000', '110133.512000', '110133.514000', '110133.517000', '110133.519000', '110133.522000', '110133.525000', '110133.527000', '110133.530000', '110133.532000', '110133.535000', '110133.538000', '110133.540000', '110133.543000', '110133.545000', '110133.548000', '110133.550000', '110133.553000', '110133.556000', '110133.558000', '110133.561000', '110133.564000', '110133.566000', '110133.569000', '110133.571000', '110133.574000', '110133.577000', '110133.579000', '110133.582000', '110133.584000', '110133.587000', '110133.590000', '110133.592000', '110133.595000', '110133.598000', '110133.600000', '110133.603000', '110133.605000', '110133.608000', '110133.611000', '110133.614000', '110153.503000', '110153.506000', '110153.509000', '110153.511000', '110153.514000', '110153.516000', '110153.519000', '110153.522000', '110153.524000', '110153.527000', '110153.529000', '110153.532000', '110153.538000', '110153.540000', '110153.543000', '110153.545000', '110153.548000', '110153.551000', '110153.553000', '110153.556000', '110153.558000', '110153.561000', '110153.563000', '110153.566000', '110153.569000', '110153.571000', '110153.574000', '110153.576000', '110153.579000', '110153.581000', '110153.584000', '110153.587000', '110153.589000', '110153.592000', '110153.594000', '110153.597000', '110153.600000', '110153.602000', '110153.605000', '110153.607000', '110153.610000', '110153.613000', '110153.615000', '110153.618000', '110213.504000', '110213.506000', '110213.509000', '110213.512000', '110213.514000', '110213.517000', '110213.519000', '110213.522000', '110213.524000', '110213.527000', '110213.530000', '110213.532000', '110213.535000', '110213.537000', '110213.540000', '110213.543000', '110213.545000', '110213.548000', '110213.551000', '110213.554000', '110213.557000', '110213.559000', '110213.562000', '110213.564000', '110213.567000', '110213.570000', '110213.572000', '110213.575000', '110213.577000', '110213.580000', '110213.583000', '110213.585000', '110213.588000', '110213.590000', '110213.593000', '110213.595000', '110213.598000', '110213.601000', '110213.603000', '110213.606000', '110213.609000', '110213.611000', '110213.614000', '110233.504000', '110233.507000', '110233.509000', '110233.512000', '110233.514000', '110233.517000', '110233.520000', '110233.522000', '110233.525000', '110233.528000', '110233.530000', '110233.533000', '110233.535000', '110233.538000', '110233.541000', '110233.543000', '110233.546000', '110233.549000', '110233.551000', '110233.554000', '110233.556000', '110233.559000', '110233.562000', '110233.564000', '110233.567000', '110233.569000', '110233.572000', '110233.574000', '110233.577000', '110233.580000', '110233.582000', '110233.585000', '110233.588000', '110233.590000', '110233.593000', '110233.595000', '110233.598000', '110233.601000', '110233.603000', '110233.606000', '110233.608000', '110233.611000', '110233.614000', '110233.617000', '110253.504000', '110253.507000', '110253.509000', '110253.512000', '110253.515000', '110253.517000', '110253.520000', '110253.522000', '110253.525000', '110253.527000', '110253.530000', '110253.533000', '110253.535000', '110253.551000', '110253.554000', '110253.556000', '110253.559000', '110253.561000', '110253.564000', '110253.566000', '110253.569000', '110253.572000', '110253.574000', '110253.577000', '110253.580000', '110253.582000', '110253.585000', '110253.587000', '110253.590000', '110253.593000', '110253.595000', '110253.598000', '110253.601000', '110253.603000', '110253.606000', '110253.609000', '110253.611000', '110253.614000', '110253.616000', '110253.619000', '110253.622000', '110253.624000', '110253.627000', '110313.503000', '110313.506000', '110313.509000', '110313.511000', '110313.514000', '110313.517000', '110313.519000', '110313.522000', '110313.524000', '110313.527000', '110313.529000', '110313.532000', '110313.534000', '110313.537000', '110313.540000', '110313.542000', '110313.545000', '110313.547000', '110313.550000', '110313.552000', '110313.555000', '110313.558000', '110313.560000', '110313.563000', '110313.565000', '110313.568000', '110313.571000', '110313.573000', '110313.576000', '110313.578000', '110313.581000', '110313.583000', '110313.586000', '110313.589000', '110313.591000', '110313.594000', '110313.596000', '110313.599000', '110313.602000', '110313.605000', '110313.607000', '110313.610000', '110313.612000', '110313.615000', '110333.504000', '110333.506000', '110333.509000', '110333.512000', '110333.514000', '110333.517000', '110333.519000', '110333.522000', '110333.525000', '110333.527000', '110333.530000', '110333.532000', '110333.535000', '110333.537000', '110333.540000', '110333.543000', '110333.545000', '110333.548000', '110333.550000', '110333.553000', '110333.556000', '110333.558000', '110333.561000', '110333.563000', '110333.566000', '110333.569000', '110333.571000', '110333.574000', '110333.577000', '110333.579000', '110333.582000', '110333.584000', '110333.587000', '110333.589000', '110333.592000', '110333.595000', '110333.597000', '110333.600000', '110333.602000', '110333.605000', '110333.608000', '110333.610000', '110333.613000', '110353.504000', '110353.506000', '110353.509000', '110353.512000', '110353.514000', '110353.517000', '110353.520000', '110353.522000', '110353.525000', '110353.527000', '110353.530000', '110353.533000', '110353.535000', '110353.538000', '110353.540000', '110353.543000', '110353.545000', '110353.548000', '110353.551000', '110353.553000', '110353.556000', '110353.558000', '110353.561000', '110353.564000', '110353.566000', '110353.569000', '110353.572000', '110353.574000', '110353.577000', '110353.579000', '110353.582000', '110353.585000', '110353.587000', '110353.590000', '110353.593000', '110353.595000', '110353.598000', '110353.600000', '110353.603000', '110353.606000', '110353.608000', '110353.611000', '110353.614000', '110353.616000', '110413.504000', '110413.506000', '110413.509000', '110413.512000', '110413.514000', '110413.517000', '110413.519000', '110413.522000', '110413.524000', '110413.527000', '110413.530000', '110413.532000', '110413.535000', '110413.537000', '110413.540000', '110413.543000', '110413.545000', '110413.548000', '110413.551000', '110413.553000', '110413.556000', '110413.558000', '110413.561000', '110413.564000', '110413.566000', '110413.569000', '110413.572000', '110413.574000', '110413.577000', '110413.579000', '110413.582000', '110413.585000', '110413.587000', '110413.590000', '110413.592000', '110413.595000', '110413.598000', '110413.600000', '110413.612000', '110413.615000', '110413.617000', '110413.620000', '110413.623000', '110433.504000', '110433.506000', '110433.509000', '110433.512000', '110433.514000', '110433.517000', '110433.519000', '110433.522000', '110433.525000', '110433.527000', '110433.530000', '110433.532000', '110433.535000', '110433.538000', '110433.540000', '110433.543000', '110433.545000', '110433.548000', '110433.551000', '110433.553000', '110433.556000', '110433.558000', '110433.561000', '110433.564000', '110433.566000', '110433.569000', '110433.572000', '110433.574000', '110433.577000', '110433.579000', '110433.582000', '110433.585000', '110433.587000', '110433.590000', '110433.592000', '110433.595000', '110433.597000', '110433.600000', '110433.603000', '110433.605000', '110433.608000', '110433.611000', '110433.613000', '110433.616000', '110453.503000', '110453.506000', '110453.509000', '110453.512000', '110453.514000', '110453.517000', '110453.519000', '110453.522000', '110453.525000', '110453.527000', '110453.530000', '110453.532000', '110453.535000', '110453.538000', '110453.540000', '110453.543000', '110453.545000', '110453.548000', '110453.551000', '110453.553000', '110453.556000', '110453.558000', '110453.561000', '110453.564000', '110453.566000', '110453.569000', '110453.571000', '110453.574000', '110453.577000', '110453.579000', '110453.582000', '110453.584000', '110453.587000', '110453.590000', '110453.592000', '110453.595000', '110453.597000', '110453.600000', '110453.603000', '110453.605000', '110453.608000', '110453.610000', '110453.613000', '110513.504000', '110513.506000', '110513.509000', '110513.512000', '110513.514000', '110513.517000', '110513.520000', '110513.522000', '110513.525000', '110513.528000', '110513.530000', '110513.533000', '110513.535000', '110513.538000', '110513.541000', '110513.543000', '110513.546000', '110513.548000', '110513.551000', '110513.554000', '110513.556000', '110513.559000', '110513.562000', '110513.564000', '110513.567000', '110513.569000', '110513.572000', '110513.575000', '110513.577000', '110513.580000', '110513.582000', '110513.585000', '110513.589000', '110513.591000', '110513.594000', '110513.597000', '110513.599000', '110513.602000', '110513.604000', '110513.607000', '110513.610000', '110513.612000', '110513.615000', '110513.617000', '110533.504000', '110533.506000', '110533.509000', '110533.512000', '110533.514000', '110533.517000', '110533.519000', '110533.522000', '110533.524000', '110533.527000', '110533.530000', '110533.532000', '110533.535000', '110533.537000', '110533.540000', '110533.542000', '110533.545000', '110533.548000', '110533.550000', '110533.553000', '110533.555000', '110533.558000', '110533.561000', '110533.563000', '110533.566000', '110533.568000', '110533.571000', '110533.573000', '110533.576000', '110533.579000', '110533.581000', '110533.584000', '110533.586000', '110533.589000', '110533.592000', '110533.594000', '110533.597000', '110533.600000', '110533.602000', '110533.605000', '110533.607000', '110533.610000', '110533.612000', '110545.635000', '110545.638000', '110545.641000', '110545.644000', '110545.647000', '110545.649000', '110545.662000', '110545.665000', '110545.668000', '110545.671000', '110545.673000', '110545.676000', '110545.679000', '110545.681000', '110545.684000', '110545.686000', '110545.689000', '110545.692000', '110545.694000', '110545.697000', '110545.699000', '110545.702000', '110545.705000', '110545.708000', '110545.711000', '110545.715000', '110545.719000'], '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], 'LargestImagePixelValue': [16820, 11390, 14030, 11125, 9279, 12697, 8392, 15670, 9193, 16761, 10961, 16585, 10739, 12403, 10093, 10011, 13206, 7316, 15335, 8668, 14477, 10233, 9555, 13190, 7577, 15875, 10387, 13143, 13030, 8342, 16170, 10459, 11573, 12485, 9182, 16845, 11548, 11236, 11508, 7701, 16340, 10316, 15941, 11041, 10346, 10411, 7567, 14359, 8058, 16158, 10156, 15644, 10249, 13435, 10251, 10907, 12745, 7658, 15220, 8938, 14327, 9747, 8996, 14212, 8544, 15460, 10388, 11316, 12154, 7959, 15609, 9668, 15208, 10466, 10707, 14307, 8489, 15972, 10793, 15136, 10603, 11814, 11791, 8107, 14278, 8044, 15567, 10139, 11596, 10519, 7135, 14833, 8714, 15352, 10482, 13804, 11724, 8073, 14974, 8436, 16084, 11245, 14964, 11533, 9442, 13553, 7661, 16280, 9378, 16312, 11246, 11993, 10876, 9400, 13474, 8438, 15769, 9208, 15872, 9827, 15473, 9908, 13256, 10370, 9008, 13275, 7440, 15629, 8732, 15801, 10824, 15423, 10356, 12870, 9845, 9966, 12317, 8033, 15246, 9194, 15965, 10479, 12623, 11449, 10257, 13454, 8051, 14390, 8127, 14978, 8432, 15048, 8627, 14172, 8866, 14905, 9701, 11088, 11096, 7421, 14248, 7777, 15551, 10290, 15756, 10383, 14741, 10063, 14501, 10010, 15208, 10134, 14233, 9714, 13635, 9284, 13047, 9356, 10440, 9689, 8880, 11451, 8380, 13696, 8555, 14541, 7708, 14579, 8328, 15055, 9552, 15255, 10230, 14534, 10115, 14166, 9689, 13919, 9832, 10851, 8708, 8994, 9514, 8511, 12531, 7248, 13679, 8218, 13649, 8979, 14395, 10052, 14711, 10221, 14571, 10493, 14710, 10478, 14705, 10741, 13906, 10255, 13619, 9633, 12988, 9486, 10936, 9208, 8400, 10326, 7605, 13464, 7914, 15312, 9120, 14546, 9065, 14219, 8199, 13554, 7770, 13555, 8291, 13230, 7829, 12535, 7366, 13265, 8198, 14633, 10069, 14749, 10415, 13557, 10115, 13131, 9681, 14292, 10159, 12234, 9845, 10027, 10724, 8864, 12676, 9527, 13938, 8258, 14187, 9002, 13566, 9498, 13764, 9803, 9962, 10066, 8374, 11942, 7712, 14760, 8804, 14761, 10152, 14210, 10537, 13395, 9766, 11982, 11076, 9021, 12227, 8671, 11258, 9640, 11279, 10450, 11033, 10100, 10150, 10083, 10420, 9571, 13056, 8078, 14407, 9468, 14136, 10269, 14589, 10607, 13931, 9957, 12800, 9796, 13825, 9856, 15808, 10245, 11274, 9414, 8528, 10882, 7714, 14099, 9260, 13857, 8957, 9872, 9626, 8880, 13171, 7866, 13962, 9040, 14071, 10050, 14924, 10652, 11786, 10042, 8985, 12233, 8563, 14085, 8832, 14470, 10140, 14015, 10237, 11900, 10021, 10055, 13099, 7923, 14479, 9406, 15203, 9685, 14699, 10466, 14046, 9967, 13359, 10038, 13646, 9816, 13048, 9689, 9045, 9999, 8692, 11104, 8751, 13567, 8295, 14360, 9524, 14317, 9213, 13776, 9409, 14158, 10165, 13427, 9753, 13084, 9682, 12473, 9040, 9418, 9619, 7629, 12018, 7176, 13707, 8289, 13939, 9474, 13961, 9765, 13879, 10270, 14950, 11149, 14992, 9634, 10416, 9104, 9309, 10862, 9061, 12777, 7898, 13826, 9644, 14554, 9941, 14066, 10253, 10022, 10823, 8425, 13501, 7937, 13909, 9152, 14431, 10015, 13739, 10123, 11320, 9659, 10114, 13097, 7608, 14273, 8167, 14258, 8903, 14304, 9404, 13540, 9563, 12925, 9513, 13446, 9228, 13051, 9610, 8967, 9293, 7573, 13234, 8196, 14447, 10014, 13892, 9804, 13260, 9705, 12392, 10206, 12517, 9472, 13981, 9462, 14344, 10118, 10543, 9227, 7589, 10497, 7309, 14084, 9078, 13672, 9390, 10932, 9119, 10717, 11275, 10306, 12318, 8524, 12799, 8867, 13291, 10448, 13517, 8422, 13636, 7889, 13904, 8802, 14476, 9780, 12293, 9057, 8547, 9694, 7492, 13914, 8919, 14768, 9987, 11424, 9449, 12379, 9783, 13977, 10288, 11893, 9513, 11257, 9604, 11403, 9679, 11757, 10500, 7681, 10725, 7497, 12805, 7251, 13751, 8295, 14445, 9822, 13486, 10019, 13634, 9657, 13630, 9836, 14146, 10172, 12385, 9482, 10284, 9164, 10092, 10946, 7428, 13390, 7865, 14074, 8937, 14839, 10132, 14468, 10127, 13930, 10019, 13649, 9492, 14223, 9617, 14298, 9481, 12832, 8931, 12642, 8656, 13329, 8665, 13530, 9269, 13386, 9873, 13072, 9413, 12733, 9297, 13185, 9201, 13260, 9414, 13487, 9118, 13418, 9368, 9850, 8496, 8452, 9931, 8228, 12652, 7724, 13734, 9529, 14119, 10060, 14354, 10146, 12096, 10319, 11773, 10318, 11140, 11512, 11595, 13017, 9304, 13559, 8104, 14132, 8858, 14288, 9257, 14335, 10269, 13990, 10255, 13808, 9996, 13509, 9602, 13819, 10086, 13339, 9733, 13910, 9527, 14369, 9845, 13239, 9564, 9850, 9417, 9035, 11046, 8731, 12913, 7594, 13287, 8461, 14398, 10044, 14113, 10350, 9151, 10906, 8130, 13292, 9337, 13748, 8794, 14125, 8769, 13954, 9036, 14001, 9357, 14658, 9992, 12930, 9307, 9469, 9192, 7898, 12185, 7603, 14086, 8875, 14030, 9701, 14141, 9799, 13675, 9452, 13014, 8787, 12272, 8664, 12904, 8775, 13608, 9865, 11618, 8933, 9063, 9262, 8141, 13029, 7897, 13400, 9258, 13702, 9309, 12021, 10587, 8649, 11826, 7993, 13599, 10298, 14126, 9698, 13583, 8309, 13641, 8490, 13934, 9676, 14424, 9783, 10213, 8981, 9416, 11023, 10503, 11884, 10535, 12161, 7727, 12307, 8142, 12672, 8071, 13623, 8283, 14309, 9150, 13427, 9422, 13509, 9537, 14162, 9367, 12660, 9268, 8524, 9263, 7635, 12236, 8523, 13091, 7680, 13457, 8653, 13466, 9606, 14046, 9771, 13845, 10229, 9487, 9939, 8935, 11620, 9682, 12008, 10376, 11878, 9015, 11010, 9179, 10781, 10160, 11064, 8419, 11045, 7516, 13045, 7572, 13639, 8510, 14545, 9708, 13596, 9512, 14065, 9594, 13621, 8566, 13309, 7666, 12092, 7832, 12138, 7513, 13353, 8710, 13357, 9208, 11252, 9349, 11924, 10504, 12253, 11686, 9961, 12247, 11979, 10757, 17298, 10196, 16904, 10107, 9591, 8852, 8328, 9230, 8819, 9762, 9319, 11129, 9055, 11604, 7600, 12844, 7855, 13328, 8259, 12498, 9054, 12129, 7669, 12730, 7636, 13734, 8512, 14050, 9811, 13972, 9864, 14325, 9777, 14090, 9575, 13924, 9447, 11144, 9352, 9260, 9661, 8776, 11133, 8870, 12798, 7988, 13271, 7804, 13055, 7648, 12458, 7797, 12768, 8632, 11926, 7376, 12320, 8016, 13490, 8502, 14310, 10213, 13554, 9568, 9541, 10029, 9928, 11899, 10774, 12129, 8387, 12532, 7687, 13932, 7891, 14696, 8941], 'WindowCenter': [4552.0, 4498.0, 4503.0, 4481.0, 4450.0, 4478.0, 4438.0, 4498.0, 4448.0, 4498.0, 4468.0, 4499.0, 4468.0, 4476.0, 4456.0, 4456.0, 4488.0, 4427.0, 4498.0, 4463.0, 4513.0, 4471.0, 4460.0, 4501.0, 4443.0, 4521.0, 4482.0, 4491.0, 4503.0, 4451.0, 4511.0, 4470.0, 4480.0, 4478.0, 4449.0, 4499.0, 4467.0, 4456.0, 4455.0, 4415.0, 4486.0, 4444.0, 4484.0, 4454.0, 4445.0, 4454.0, 4415.0, 4485.0, 4426.0, 4485.0, 4457.0, 4485.0, 4456.0, 4475.0, 4456.0, 4456.0, 4476.0, 4415.0, 4485.0, 4446.0, 4487.0, 4447.0, 4447.0, 4499.0, 4450.0, 4499.0, 4472.0, 4481.0, 4481.0, 4440.0, 4500.0, 4461.0, 4501.0, 4470.0, 4470.0, 4501.0, 4450.0, 4511.0, 4470.0, 4498.0, 4470.0, 4478.0, 4479.0, 4428.0, 4499.0, 4452.0, 4510.0, 4468.0, 4479.0, 4470.0, 4430.0, 4511.0, 4462.0, 4512.0, 4484.0, 4502.0, 4493.0, 4441.0, 4501.0, 4440.0, 4500.0, 4471.0, 4489.0, 4467.0, 4447.0, 4477.0, 4426.0, 4497.0, 4447.0, 4487.0, 4467.0, 4466.0, 4456.0, 4445.0, 4476.0, 4425.0, 4485.0, 4435.0, 4485.0, 4446.0, 4486.0, 4457.0, 4475.0, 4456.0, 4436.0, 4477.0, 4417.0, 4497.0, 4436.0, 4487.0, 4458.0, 4487.0, 4458.0, 4477.0, 4459.0, 4446.0, 4466.0, 4426.0, 4486.0, 4447.0, 4497.0, 4468.0, 4477.0, 4467.0, 4455.0, 4477.0, 4424.0, 4486.0, 4426.0, 4486.0, 4425.0, 4486.0, 4436.0, 4486.0, 4448.0, 4499.0, 4447.0, 4466.0, 4466.0, 4416.0, 4487.0, 4427.0, 4497.0, 4458.0, 4496.0, 4458.0, 4486.0, 4447.0, 4475.0, 4443.0, 4475.0, 4442.0, 4460.0, 4432.0, 4461.0, 4421.0, 4460.0, 4432.0, 4441.0, 4433.0, 4422.0, 4454.0, 4424.0, 4474.0, 4423.0, 4473.0, 4413.0, 4473.0, 4425.0, 4484.0, 4443.0, 4484.0, 4444.0, 4473.0, 4444.0, 4472.0, 4434.0, 4462.0, 4444.0, 4452.0, 4424.0, 4446.0, 4458.0, 4434.0, 4477.0, 4416.0, 4486.0, 4436.0, 4488.0, 4451.0, 4497.0, 4461.0, 4488.0, 4459.0, 4486.0, 4457.0, 4477.0, 4444.0, 4464.0, 4443.0, 4460.0, 4432.0, 4458.0, 4430.0, 4460.0, 4431.0, 4441.0, 4433.0, 4422.0, 4443.0, 4413.0, 4473.0, 4422.0, 4484.0, 4432.0, 4473.0, 4422.0, 4462.0, 4412.0, 4461.0, 4413.0, 4462.0, 4411.0, 4461.0, 4401.0, 4451.0, 4400.0, 4462.0, 4424.0, 4473.0, 4446.0, 4484.0, 4457.0, 4474.0, 4445.0, 4474.0, 4447.0, 4475.0, 4444.0, 4453.0, 4434.0, 4432.0, 4443.0, 4434.0, 4464.0, 4431.0, 4463.0, 4411.0, 4472.0, 4433.0, 4474.0, 4446.0, 4474.0, 4458.0, 4456.0, 4455.0, 4425.0, 4467.0, 4428.0, 4488.0, 4437.0, 4486.0, 4457.0, 4486.0, 4456.0, 4488.0, 4457.0, 4466.0, 4468.0, 4435.0, 4465.0, 4424.0, 4455.0, 4444.0, 4456.0, 4443.0, 4454.0, 4444.0, 4445.0, 4444.0, 4455.0, 4444.0, 4476.0, 4425.0, 4485.0, 4445.0, 4485.0, 4458.0, 4486.0, 4469.0, 4476.0, 4447.0, 4465.0, 4446.0, 4477.0, 4445.0, 4484.0, 4445.0, 4442.0, 4432.0, 4423.0, 4467.0, 4414.0, 4474.0, 4445.0, 4474.0, 4445.0, 4455.0, 4446.0, 4447.0, 4489.0, 4428.0, 4488.0, 4449.0, 4488.0, 4460.0, 4488.0, 4471.0, 4467.0, 4458.0, 4437.0, 4466.0, 4425.0, 4478.0, 4436.0, 4486.0, 4456.0, 4475.0, 4457.0, 4465.0, 4446.0, 4445.0, 4476.0, 4425.0, 4475.0, 4434.0, 4474.0, 4434.0, 4473.0, 4444.0, 4462.0, 4433.0, 4462.0, 4443.0, 4472.0, 4443.0, 4462.0, 4444.0, 4422.0, 4443.0, 4422.0, 4453.0, 4424.0, 4464.0, 4413.0, 4473.0, 4433.0, 4472.0, 4422.0, 4462.0, 4422.0, 4462.0, 4432.0, 4462.0, 4432.0, 4451.0, 4447.0, 4476.0, 4434.0, 4433.0, 4443.0, 4413.0, 4464.0, 4416.0, 4476.0, 4436.0, 4486.0, 4447.0, 4486.0, 4457.0, 4476.0, 4457.0, 4476.0, 4456.0, 4473.0, 4433.0, 4441.0, 4433.0, 4436.0, 4443.0, 4423.0, 4463.0, 4425.0, 4473.0, 4445.0, 4485.0, 4446.0, 4474.0, 4446.0, 4444.0, 4443.0, 4412.0, 4463.0, 4413.0, 4462.0, 4422.0, 4463.0, 4432.0, 4460.0, 4442.0, 4454.0, 4432.0, 4431.0, 4462.0, 4400.0, 4461.0, 4410.0, 4461.0, 4420.0, 4459.0, 4420.0, 4449.0, 4430.0, 4449.0, 4432.0, 4460.0, 4433.0, 4462.0, 4432.0, 4421.0, 4432.0, 4413.0, 4463.0, 4423.0, 4473.0, 4445.0, 4473.0, 4445.0, 4475.0, 4435.0, 4462.0, 4442.0, 4452.0, 4432.0, 4461.0, 4431.0, 4462.0, 4431.0, 4430.0, 4432.0, 4402.0, 4442.0, 4402.0, 4472.0, 4433.0, 4474.0, 4446.0, 4454.0, 4436.0, 4454.0, 4468.0, 4445.0, 4465.0, 4434.0, 4464.0, 4433.0, 4474.0, 4442.0, 4465.0, 4411.0, 4462.0, 4411.0, 4460.0, 4421.0, 4470.0, 4442.0, 4451.0, 4434.0, 4433.0, 4441.0, 4413.0, 4475.0, 4435.0, 4484.0, 4445.0, 4464.0, 4445.0, 4464.0, 4445.0, 4473.0, 4444.0, 4452.0, 4433.0, 4451.0, 4433.0, 4451.0, 4430.0, 4440.0, 4444.0, 4400.0, 4441.0, 4401.0, 4462.0, 4414.0, 4472.0, 4424.0, 4475.0, 4446.0, 4474.0, 4446.0, 4474.0, 4446.0, 4474.0, 4446.0, 4474.0, 4445.0, 4452.0, 4434.0, 4444.0, 4435.0, 4444.0, 4454.0, 4403.0, 4473.0, 4424.0, 4474.0, 4447.0, 4485.0, 4456.0, 4475.0, 4445.0, 4473.0, 4443.0, 4462.0, 4434.0, 4462.0, 4431.0, 4461.0, 4420.0, 4449.0, 4418.0, 4449.0, 4421.0, 4460.0, 4421.0, 4461.0, 4433.0, 4474.0, 4445.0, 4473.0, 4447.0, 4475.0, 4436.0, 4474.0, 4446.0, 4463.0, 4446.0, 4477.0, 4448.0, 4475.0, 4446.0, 4444.0, 4434.0, 4425.0, 4457.0, 4436.0, 4478.0, 4427.0, 4487.0, 4458.0, 4487.0, 4470.0, 4499.0, 4458.0, 4467.0, 4457.0, 4465.0, 4446.0, 4455.0, 4455.0, 4455.0, 4464.0, 4423.0, 4463.0, 4412.0, 4462.0, 4422.0, 4473.0, 4432.0, 4461.0, 4442.0, 4461.0, 4443.0, 4461.0, 4443.0, 4462.0, 4433.0, 4463.0, 4433.0, 4461.0, 4432.0, 4461.0, 4433.0, 4472.0, 4433.0, 4461.0, 4432.0, 4431.0, 4433.0, 4422.0, 4453.0, 4423.0, 4463.0, 4414.0, 4474.0, 4435.0, 4474.0, 4445.0, 4474.0, 4445.0, 4436.0, 4455.0, 4424.0, 4475.0, 4434.0, 4474.0, 4423.0, 4464.0, 4422.0, 4462.0, 4422.0, 4474.0, 4432.0, 4472.0, 4432.0, 4450.0, 4431.0, 4432.0, 4434.0, 4425.0, 4464.0, 4413.0, 4473.0, 4433.0, 4472.0, 4433.0, 4473.0, 4443.0, 4463.0, 4432.0, 4461.0, 4421.0, 4452.0, 4422.0, 4450.0, 4421.0, 4462.0, 4442.0, 4451.0, 4433.0, 4422.0, 4434.0, 4424.0, 4477.0, 4427.0, 4487.0, 4447.0, 4487.0, 4447.0, 4466.0, 4457.0, 4435.0, 4466.0, 4424.0, 4475.0, 4443.0, 4476.0, 4433.0, 4462.0, 4411.0, 4460.0, 4410.0, 4459.0, 4420.0, 4460.0, 4431.0, 4430.0, 4421.0, 4420.0, 4441.0, 4430.0, 4441.0, 4429.0, 4440.0, 4388.0, 4439.0, 4398.0, 4448.0, 4399.0, 4449.0, 4409.0, 4459.0, 4419.0, 4447.0, 4421.0, 4459.0, 4433.0, 4459.0, 4433.0, 4462.0, 4433.0, 4435.0, 4435.0, 4412.0, 4464.0, 4423.0, 4474.0, 4414.0, 4473.0, 4434.0, 4473.0, 4445.0, 4485.0, 4456.0, 4474.0, 4446.0, 4445.0, 4445.0, 4433.0, 4455.0, 4434.0, 4454.0, 4431.0, 4452.0, 4421.0, 4442.0, 4420.0, 4443.0, 4430.0, 4442.0, 4410.0, 4441.0, 4402.0, 4462.0, 4414.0, 4473.0, 4423.0, 4474.0, 4435.0, 4463.0, 4434.0, 4462.0, 4432.0, 4462.0, 4411.0, 4463.0, 4400.0, 4450.0, 4401.0, 4463.0, 4402.0, 4462.0, 4434.0, 4474.0, 4446.0, 4464.0, 4447.0, 4466.0, 4456.0, 4465.0, 4466.0, 4444.0, 4453.0, 4452.0, 4443.0, 4482.0, 4431.0, 4470.0, 4428.0, 4418.0, 4419.0, 4408.0, 4419.0, 4418.0, 4431.0, 4420.0, 4441.0, 4420.0, 4451.0, 4400.0, 4461.0, 4411.0, 4461.0, 4422.0, 4451.0, 4421.0, 4452.0, 4399.0, 4449.0, 4400.0, 4460.0, 4422.0, 4461.0, 4432.0, 4462.0, 4432.0, 4471.0, 4432.0, 4461.0, 4433.0, 4461.0, 4421.0, 4440.0, 4420.0, 4419.0, 4420.0, 4409.0, 4442.0, 4421.0, 4451.0, 4400.0, 4451.0, 4400.0, 4461.0, 4399.0, 4462.0, 4401.0, 4462.0, 4422.0, 4453.0, 4400.0, 4462.0, 4412.0, 4474.0, 4423.0, 4472.0, 4456.0, 4475.0, 4446.0, 4443.0, 4447.0, 4445.0, 4468.0, 4455.0, 4466.0, 4413.0, 4464.0, 4412.0, 4475.0, 4424.0, 4474.0, 4424.0], 'WindowWidth': [9985.0, 9902.0, 9897.0, 9863.0, 9816.0, 9852.0, 9797.0, 9878.0, 9810.0, 9882.0, 9836.0, 9883.0, 9836.0, 9846.0, 9818.0, 9819.0, 9864.0, 9781.0, 9877.0, 9841.0, 9912.0, 9848.0, 9830.0, 9887.0, 9813.0, 9917.0, 9866.0, 9875.0, 9894.0, 9820.0, 9904.0, 9844.0, 9855.0, 9852.0, 9811.0, 9885.0, 9835.0, 9818.0, 9814.0, 9761.0, 9857.0, 9799.0, 9853.0, 9810.0, 9801.0, 9812.0, 9760.0, 9854.0, 9776.0, 9857.0, 9819.0, 9855.0, 9819.0, 9841.0, 9817.0, 9815.0, 9842.0, 9759.0, 9854.0, 9804.0, 9859.0, 9807.0, 9807.0, 9883.0, 9816.0, 9882.0, 9850.0, 9861.0, 9861.0, 9802.0, 9883.0, 9831.0, 9885.0, 9845.0, 9841.0, 9886.0, 9816.0, 9901.0, 9845.0, 9880.0, 9842.0, 9850.0, 9851.0, 9782.0, 9880.0, 9823.0, 9897.0, 9838.0, 9853.0, 9845.0, 9792.0, 9901.0, 9838.0, 9903.0, 9869.0, 9891.0, 9879.0, 9805.0, 9886.0, 9804.0, 9885.0, 9845.0, 9870.0, 9836.0, 9805.0, 9846.0, 9777.0, 9875.0, 9805.0, 9863.0, 9834.0, 9830.0, 9817.0, 9802.0, 9842.0, 9771.0, 9855.0, 9787.0, 9853.0, 9804.0, 9857.0, 9821.0, 9842.0, 9819.0, 9791.0, 9846.0, 9766.0, 9875.0, 9793.0, 9863.0, 9821.0, 9862.0, 9822.0, 9847.0, 9827.0, 9803.0, 9828.0, 9777.0, 9857.0, 9806.0, 9876.0, 9839.0, 9848.0, 9834.0, 9815.0, 9845.0, 9773.0, 9855.0, 9776.0, 9854.0, 9771.0, 9857.0, 9788.0, 9859.0, 9810.0, 9880.0, 9808.0, 9829.0, 9831.0, 9764.0, 9859.0, 9781.0, 9876.0, 9823.0, 9875.0, 9822.0, 9858.0, 9805.0, 9841.0, 9797.0, 9841.0, 9792.0, 9813.0, 9775.0, 9813.0, 9762.0, 9811.0, 9778.0, 9787.0, 9779.0, 9763.0, 9809.0, 9771.0, 9838.0, 9767.0, 9835.0, 9754.0, 9835.0, 9773.0, 9851.0, 9796.0, 9852.0, 9798.0, 9835.0, 9796.0, 9832.0, 9783.0, 9818.0, 9797.0, 9804.0, 9769.0, 9803.0, 9822.0, 9785.0, 9845.0, 9763.0, 9858.0, 9793.0, 9865.0, 9819.0, 9877.0, 9832.0, 9865.0, 9825.0, 9859.0, 9819.0, 9848.0, 9797.0, 9826.0, 9792.0, 9815.0, 9776.0, 9808.0, 9772.0, 9812.0, 9774.0, 9788.0, 9779.0, 9763.0, 9793.0, 9753.0, 9835.0, 9767.0, 9852.0, 9778.0, 9836.0, 9764.0, 9818.0, 9749.0, 9814.0, 9753.0, 9816.0, 9745.0, 9816.0, 9733.0, 9802.0, 9733.0, 9818.0, 9770.0, 9836.0, 9804.0, 9851.0, 9817.0, 9839.0, 9801.0, 9840.0, 9804.0, 9838.0, 9796.0, 9806.0, 9780.0, 9774.0, 9793.0, 9784.0, 9823.0, 9773.0, 9822.0, 9748.0, 9831.0, 9780.0, 9840.0, 9804.0, 9837.0, 9824.0, 9817.0, 9816.0, 9773.0, 9833.0, 9785.0, 9863.0, 9792.0, 9858.0, 9818.0, 9857.0, 9818.0, 9865.0, 9821.0, 9829.0, 9834.0, 9787.0, 9828.0, 9771.0, 9814.0, 9798.0, 9814.0, 9793.0, 9811.0, 9795.0, 9798.0, 9796.0, 9812.0, 9796.0, 9845.0, 9773.0, 9855.0, 9801.0, 9856.0, 9823.0, 9857.0, 9839.0, 9846.0, 9805.0, 9829.0, 9803.0, 9848.0, 9800.0, 9852.0, 9798.0, 9790.0, 9776.0, 9768.0, 9833.0, 9756.0, 9837.0, 9800.0, 9838.0, 9801.0, 9816.0, 9806.0, 9806.0, 9868.0, 9784.0, 9865.0, 9812.0, 9863.0, 9828.0, 9865.0, 9845.0, 9833.0, 9824.0, 9793.0, 9830.0, 9773.0, 9848.0, 9791.0, 9859.0, 9816.0, 9840.0, 9819.0, 9828.0, 9803.0, 9801.0, 9843.0, 9774.0, 9840.0, 9783.0, 9837.0, 9784.0, 9835.0, 9797.0, 9820.0, 9780.0, 9816.0, 9794.0, 9832.0, 9794.0, 9817.0, 9798.0, 9763.0, 9793.0, 9762.0, 9808.0, 9768.0, 9822.0, 9753.0, 9835.0, 9780.0, 9831.0, 9763.0, 9818.0, 9764.0, 9818.0, 9776.0, 9817.0, 9778.0, 9801.0, 9805.0, 9844.0, 9783.0, 9781.0, 9794.0, 9755.0, 9825.0, 9763.0, 9844.0, 9791.0, 9858.0, 9806.0, 9856.0, 9819.0, 9845.0, 9819.0, 9846.0, 9816.0, 9834.0, 9780.0, 9788.0, 9781.0, 9788.0, 9794.0, 9765.0, 9822.0, 9771.0, 9835.0, 9800.0, 9856.0, 9804.0, 9840.0, 9803.0, 9794.0, 9794.0, 9749.0, 9820.0, 9754.0, 9819.0, 9762.0, 9823.0, 9776.0, 9813.0, 9791.0, 9809.0, 9777.0, 9773.0, 9816.0, 9731.0, 9813.0, 9745.0, 9815.0, 9756.0, 9810.0, 9757.0, 9796.0, 9772.0, 9795.0, 9777.0, 9811.0, 9779.0, 9816.0, 9778.0, 9760.0, 9777.0, 9753.0, 9820.0, 9768.0, 9836.0, 9799.0, 9834.0, 9801.0, 9840.0, 9786.0, 9819.0, 9791.0, 9803.0, 9775.0, 9817.0, 9774.0, 9819.0, 9772.0, 9769.0, 9778.0, 9737.0, 9789.0, 9737.0, 9831.0, 9783.0, 9837.0, 9804.0, 9813.0, 9790.0, 9812.0, 9836.0, 9800.0, 9828.0, 9786.0, 9824.0, 9780.0, 9838.0, 9791.0, 9829.0, 9746.0, 9817.0, 9746.0, 9811.0, 9761.0, 9826.0, 9792.0, 9801.0, 9784.0, 9782.0, 9792.0, 9755.0, 9839.0, 9787.0, 9853.0, 9803.0, 9825.0, 9802.0, 9826.0, 9799.0, 9837.0, 9798.0, 9804.0, 9779.0, 9802.0, 9778.0, 9800.0, 9771.0, 9784.0, 9797.0, 9732.0, 9788.0, 9735.0, 9817.0, 9757.0, 9834.0, 9772.0, 9840.0, 9803.0, 9839.0, 9804.0, 9839.0, 9806.0, 9838.0, 9804.0, 9839.0, 9798.0, 9804.0, 9783.0, 9796.0, 9785.0, 9795.0, 9810.0, 9739.0, 9834.0, 9769.0, 9839.0, 9807.0, 9854.0, 9816.0, 9843.0, 9799.0, 9836.0, 9794.0, 9820.0, 9784.0, 9821.0, 9775.0, 9817.0, 9757.0, 9794.0, 9754.0, 9796.0, 9762.0, 9811.0, 9762.0, 9813.0, 9781.0, 9837.0, 9802.0, 9835.0, 9807.0, 9841.0, 9790.0, 9837.0, 9803.0, 9822.0, 9803.0, 9847.0, 9809.0, 9841.0, 9803.0, 9797.0, 9784.0, 9774.0, 9819.0, 9789.0, 9848.0, 9781.0, 9862.0, 9825.0, 9860.0, 9845.0, 9883.0, 9824.0, 9833.0, 9820.0, 9826.0, 9801.0, 9813.0, 9814.0, 9811.0, 9825.0, 9765.0, 9821.0, 9751.0, 9817.0, 9765.0, 9835.0, 9778.0, 9816.0, 9791.0, 9817.0, 9795.0, 9815.0, 9794.0, 9818.0, 9781.0, 9820.0, 9779.0, 9815.0, 9777.0, 9814.0, 9782.0, 9830.0, 9780.0, 9816.0, 9776.0, 9772.0, 9779.0, 9764.0, 9806.0, 9767.0, 9821.0, 9756.0, 9836.0, 9788.0, 9837.0, 9802.0, 9839.0, 9801.0, 9788.0, 9812.0, 9769.0, 9840.0, 9783.0, 9840.0, 9767.0, 9826.0, 9764.0, 9817.0, 9766.0, 9840.0, 9777.0, 9833.0, 9776.0, 9799.0, 9773.0, 9774.0, 9784.0, 9773.0, 9822.0, 9753.0, 9834.0, 9783.0, 9833.0, 9783.0, 9836.0, 9796.0, 9823.0, 9779.0, 9815.0, 9762.0, 9801.0, 9763.0, 9799.0, 9762.0, 9817.0, 9792.0, 9801.0, 9781.0, 9765.0, 9785.0, 9772.0, 9848.0, 9780.0, 9860.0, 9809.0, 9861.0, 9808.0, 9830.0, 9821.0, 9787.0, 9829.0, 9771.0, 9841.0, 9794.0, 9849.0, 9778.0, 9821.0, 9746.0, 9812.0, 9744.0, 9809.0, 9759.0, 9814.0, 9774.0, 9771.0, 9760.0, 9758.0, 9788.0, 9771.0, 9786.0, 9768.0, 9784.0, 9712.0, 9780.0, 9724.0, 9792.0, 9727.0, 9794.0, 9741.0, 9809.0, 9755.0, 9790.0, 9759.0, 9810.0, 9782.0, 9811.0, 9781.0, 9816.0, 9780.0, 9787.0, 9787.0, 9749.0, 9822.0, 9766.0, 9837.0, 9757.0, 9836.0, 9784.0, 9836.0, 9802.0, 9856.0, 9818.0, 9839.0, 9802.0, 9800.0, 9799.0, 9781.0, 9810.0, 9780.0, 9807.0, 9774.0, 9803.0, 9758.0, 9789.0, 9757.0, 9790.0, 9770.0, 9789.0, 9745.0, 9787.0, 9737.0, 9819.0, 9757.0, 9835.0, 9769.0, 9837.0, 9783.0, 9819.0, 9782.0, 9818.0, 9777.0, 9818.0, 9745.0, 9820.0, 9730.0, 9797.0, 9733.0, 9822.0, 9739.0, 9817.0, 9786.0, 9837.0, 9803.0, 9826.0, 9806.0, 9830.0, 9816.0, 9827.0, 9829.0, 9796.0, 9808.0, 9804.0, 9792.0, 9848.0, 9776.0, 9828.0, 9764.0, 9749.0, 9754.0, 9738.0, 9753.0, 9751.0, 9773.0, 9759.0, 9788.0, 9759.0, 9801.0, 9732.0, 9814.0, 9745.0, 9814.0, 9763.0, 9801.0, 9761.0, 9800.0, 9726.0, 9794.0, 9728.0, 9812.0, 9763.0, 9815.0, 9778.0, 9816.0, 9778.0, 9829.0, 9778.0, 9814.0, 9781.0, 9817.0, 9760.0, 9782.0, 9756.0, 9751.0, 9756.0, 9739.0, 9790.0, 9760.0, 9799.0, 9729.0, 9799.0, 9731.0, 9812.0, 9729.0, 9816.0, 9734.0, 9817.0, 9762.0, 9805.0, 9731.0, 9815.0, 9750.0, 9837.0, 9769.0, 9831.0, 9816.0, 9839.0, 9802.0, 9796.0, 9804.0, 9799.0, 9834.0, 9816.0, 9828.0, 9753.0, 9822.0, 9752.0, 9839.0, 9771.0, 9838.0, 9768.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.0006441676234213548</td></tr>
<tr><td colspan=3>aqi</td><td>0.02373529012629162</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.871378269505776</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.278296280436782</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9914766073218382</td></tr>
<tr><td colspan=3>efc</td><td>0.4843</td></tr>
<tr><td colspan=3>fber</td><td>6626.5894</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0699656484424304</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.1148105625717566</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.460239646375799</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.369199852604783</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7324635712166283</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.279055515305987</td></tr>
<tr><td colspan=3>gcor</td><td>0.0117842</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017544899135828018</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03573153167963028</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9545934724808007</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>22.6672</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.7487</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.8308</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295294.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>333.2627</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.739</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.3905</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.6349</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3818.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4700.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.4536</td></tr>
<tr><td colspan=3>tsnr</td><td>41.663164113648236</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>