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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0076_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-05_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-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0076/figures/sub-0076_ses-04_task-social_acq-mb8_run-05_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-0076/ses-04/func/sub-0076_ses-04_task-social_acq-mb8_run-05_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>cae5b2a6771feab48d7999bdc5739619</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>11:36:25.480000</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.99932, 0.0138227, -0.0341878, -0.0101164, 0.994283, 0.1063]</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-05_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.0981394</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7734, -7313, 767, 3, -53, -25, 93]</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>241.281</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8392e361-4c2b-42fd-93ec-4c59cb19f7cf||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.6811020374298096, -0.027141498401761055, -0.0957464873790741, 114.12370300292969], [-0.037085242569446564, 2.6675877571105957, 0.2858806252479553, -99.89689636230469], [-0.09172330796718597, -0.2851947844028473, 2.683114767074585, -59.92231369018555], [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': ['113625.480000', '113625.940000', '113626.400000', '113626.860000', '113627.320000', '113627.780000', '113628.240000', '113628.700000', '113629.160000', '113629.620000', '113630.080000', '113630.540000', '113631.000000', '113631.460000', '113631.920000', '113632.380000', '113632.840000', '113633.300000', '113633.760000', '113634.220000', '113634.680000', '113635.140000', '113635.600000', '113636.060000', '113636.520000', '113636.980000', '113637.440000', '113637.900000', '113638.360000', '113638.820000', '113639.280000', '113639.740000', '113640.200000', '113640.660000', '113641.120000', '113641.580000', '113642.040000', '113642.500000', '113642.960000', '113643.420000', '113643.880000', '113644.340000', '113644.800000', '113645.260000', '113645.720000', '113646.180000', '113646.640000', '113647.100000', '113647.560000', '113648.020000', '113648.480000', '113648.940000', '113649.400000', '113649.860000', '113650.320000', '113650.780000', '113651.240000', '113651.700000', '113652.160000', '113652.620000', '113653.080000', '113653.540000', '113654.000000', '113654.460000', '113654.920000', '113655.380000', '113655.840000', '113656.300000', '113656.760000', '113657.220000', '113657.680000', '113658.140000', '113658.600000', '113659.060000', '113659.520000', '113659.980000', '113700.440000', '113700.900000', '113701.360000', '113701.820000', '113702.280000', '113702.740000', '113703.200000', '113703.660000', '113704.120000', '113704.580000', '113705.040000', '113705.500000', '113705.960000', '113706.420000', '113706.880000', '113707.340000', '113707.800000', '113708.260000', '113708.720000', '113709.180000', '113709.640000', '113710.100000', '113710.560000', '113711.020000', '113711.480000', '113711.940000', '113712.400000', '113712.860000', '113713.320000', '113713.780000', '113714.240000', '113714.700000', '113715.160000', '113715.620000', '113716.080000', '113716.540000', '113717.000000', '113717.460000', '113717.920000', '113718.380000', '113718.840000', '113719.300000', '113719.760000', '113720.220000', '113720.680000', '113721.140000', '113721.600000', '113722.060000', '113722.520000', '113722.980000', '113723.440000', '113723.900000', '113724.360000', '113724.820000', '113725.280000', '113725.740000', '113726.200000', '113726.660000', '113727.120000', '113727.580000', '113728.040000', '113728.500000', '113728.960000', '113729.420000', '113729.880000', '113730.340000', '113730.800000', '113731.260000', '113731.720000', '113732.180000', '113732.640000', '113733.100000', '113733.560000', '113734.020000', '113734.480000', '113734.940000', '113735.400000', '113735.860000', '113736.320000', '113736.780000', '113737.240000', '113737.700000', '113738.160000', '113738.620000', '113739.080000', '113739.540000', '113740.000000', '113740.460000', '113740.920000', '113741.380000', '113741.840000', '113742.300000', '113742.760000', '113743.220000', '113743.680000', '113744.140000', '113744.600000', '113745.060000', '113745.520000', '113745.980000', '113746.440000', '113746.900000', '113747.360000', '113747.820000', '113748.280000', '113748.740000', '113749.200000', '113749.660000', '113750.120000', '113750.580000', '113751.040000', '113751.500000', '113751.960000', '113752.420000', '113752.880000', '113753.340000', '113753.800000', '113754.260000', '113754.720000', '113755.180000', '113755.640000', '113756.100000', '113756.560000', '113757.020000', '113757.480000', '113757.940000', '113758.400000', '113758.860000', '113759.320000', '113759.780000', '113800.240000', '113800.700000', '113801.160000', '113801.620000', '113802.080000', '113802.540000', '113803.000000', '113803.460000', '113803.920000', '113804.380000', '113804.840000', '113805.300000', '113805.760000', '113806.220000', '113806.680000', '113807.140000', '113807.600000', '113808.060000', '113808.520000', '113808.980000', '113809.440000', '113809.900000', '113810.360000', '113810.820000', '113811.280000', '113811.740000', '113812.200000', '113812.660000', '113813.120000', '113813.580000', '113814.040000', '113814.500000', '113814.960000', '113815.420000', '113815.880000', '113816.340000', '113816.800000', '113817.260000', '113817.720000', '113818.180000', '113818.640000', '113819.100000', '113819.560000', '113820.020000', '113820.480000', '113820.940000', '113821.400000', '113821.860000', '113822.320000', '113822.780000', '113823.240000', '113823.700000', '113824.160000', '113824.620000', '113825.080000', '113825.540000', '113826.000000', '113826.460000', '113826.920000', '113827.380000', '113827.840000', '113828.300000', '113828.760000', '113829.220000', '113829.680000', '113830.140000', '113830.600000', '113831.060000', '113831.520000', '113831.980000', '113832.440000', '113832.900000', '113833.360000', '113833.820000', '113834.280000', '113834.740000', '113835.200000', '113835.660000', '113836.120000', '113836.580000', '113837.040000', '113837.500000', '113837.960000', '113838.420000', '113838.880000', '113839.340000', '113839.800000', '113840.260000', '113840.720000', '113841.180000', '113841.640000', '113842.100000', '113842.560000', '113843.020000', '113843.480000', '113843.940000', '113844.400000', '113844.860000', '113845.320000', '113845.780000', '113846.240000', '113846.700000', '113847.160000', '113847.620000', '113848.080000', '113848.540000', '113849.000000', '113849.460000', '113849.920000', '113850.380000', '113850.840000', '113851.300000', '113851.760000', '113852.220000', '113852.680000', '113853.140000', '113853.600000', '113854.060000', '113854.520000', '113854.980000', '113855.440000', '113855.900000', '113856.360000', '113856.820000', '113857.280000', '113857.740000', '113858.200000', '113858.660000', '113859.120000', '113859.580000', '113900.040000', '113900.500000', '113900.960000', '113901.420000', '113901.880000', '113902.340000', '113902.800000', '113903.260000', '113903.720000', '113904.180000', '113904.640000', '113905.100000', '113905.560000', '113906.020000', '113906.480000', '113906.940000', '113907.400000', '113907.860000', '113908.320000', '113908.780000', '113909.240000', '113909.700000', '113910.160000', '113910.620000', '113911.080000', '113911.540000', '113912.000000', '113912.460000', '113912.920000', '113913.380000', '113913.840000', '113914.300000', '113914.760000', '113915.220000', '113915.680000', '113916.140000', '113916.600000', '113917.060000', '113917.520000', '113917.980000', '113918.440000', '113918.900000', '113919.360000', '113919.820000', '113920.280000', '113920.740000', '113921.200000', '113921.660000', '113922.120000', '113922.580000', '113923.040000', '113923.500000', '113923.960000', '113924.420000', '113924.880000', '113925.340000', '113925.800000', '113926.260000', '113926.720000', '113927.180000', '113927.640000', '113928.100000', '113928.560000', '113929.020000', '113929.480000', '113929.940000', '113930.400000', '113930.860000', '113931.320000', '113931.780000', '113932.240000', '113932.700000', '113933.160000', '113933.620000', '113934.080000', '113934.540000', '113935.000000', '113935.460000', '113935.920000', '113936.380000', '113936.840000', '113937.300000', '113937.760000', '113938.220000', '113938.680000', '113939.140000', '113939.600000', '113940.060000', '113940.520000', '113940.980000', '113941.440000', '113941.900000', '113942.360000', '113942.820000', '113943.280000', '113943.740000', '113944.200000', '113944.660000', '113945.120000', '113945.580000', '113946.040000', '113946.500000', '113946.960000', '113947.420000', '113947.880000', '113948.340000', '113948.800000', '113949.260000', '113949.720000', '113950.180000', '113950.640000', '113951.100000', '113951.560000', '113952.020000', '113952.480000', '113952.940000', '113953.400000', '113953.860000', '113954.320000', '113954.780000', '113955.240000', '113955.700000', '113956.160000', '113956.620000', '113957.080000', '113957.540000', '113958.000000', '113958.460000', '113958.920000', '113959.380000', '113959.840000', '114000.300000', '114000.760000', '114001.220000', '114001.680000', '114002.140000', '114002.600000', '114003.060000', '114003.520000', '114003.980000', '114004.440000', '114004.900000', '114005.360000', '114005.820000', '114006.280000', '114006.740000', '114007.200000', '114007.660000', '114008.120000', '114008.580000', '114009.040000', '114009.500000', '114009.960000', '114010.420000', '114010.880000', '114011.340000', '114011.800000', '114012.260000', '114012.720000', '114013.180000', '114013.640000', '114014.100000', '114014.560000', '114015.020000', '114015.480000', '114015.940000', '114016.400000', '114016.860000', '114017.320000', '114017.780000', '114018.240000', '114018.700000', '114019.160000', '114019.620000', '114020.080000', '114020.540000', '114021.000000', '114021.460000', '114021.920000', '114022.380000', '114022.840000', '114023.300000', '114023.760000', '114024.220000', '114024.680000', '114025.140000', '114025.600000', '114026.060000', '114026.520000', '114026.980000', '114027.440000', '114027.900000', '114028.360000', '114028.820000', '114029.280000', '114029.740000', '114030.200000', '114030.660000', '114031.120000', '114031.580000', '114032.040000', '114032.500000', '114032.960000', '114033.420000', '114033.880000', '114034.340000', '114034.800000', '114035.260000', '114035.720000', '114036.180000', '114036.640000', '114037.100000', '114037.560000', '114038.020000', '114038.480000', '114038.940000', '114039.400000', '114039.860000', '114040.320000', '114040.780000', '114041.240000', '114041.700000', '114042.160000', '114042.620000', '114043.080000', '114043.540000', '114044.000000', '114044.460000', '114044.920000', '114045.380000', '114045.840000', '114046.300000', '114046.760000', '114047.220000', '114047.680000', '114048.140000', '114048.600000', '114049.060000', '114049.520000', '114049.980000', '114050.440000', '114050.900000', '114051.360000', '114051.820000', '114052.280000', '114052.740000', '114053.200000', '114053.660000', '114054.120000', '114054.580000', '114055.040000', '114055.500000', '114055.960000', '114056.420000', '114056.880000', '114057.340000', '114057.800000', '114058.260000', '114058.720000', '114059.180000', '114059.640000', '114100.100000', '114100.560000', '114101.020000', '114101.480000', '114101.940000', '114102.400000', '114102.860000', '114103.320000', '114103.780000', '114104.240000', '114104.700000', '114105.160000', '114105.620000', '114106.080000', '114106.540000', '114107.000000', '114107.460000', '114107.920000', '114108.380000', '114108.840000', '114109.300000', '114109.760000', '114110.220000', '114110.680000', '114111.140000', '114111.600000', '114112.060000', '114112.520000', '114112.980000', '114113.440000', '114113.900000', '114114.360000', '114114.820000', '114115.280000', '114115.740000', '114116.200000', '114116.660000', '114117.120000', '114117.580000', '114118.040000', '114118.500000', '114118.960000', '114119.420000', '114119.880000', '114120.340000', '114120.800000', '114121.260000', '114121.720000', '114122.180000', '114122.640000', '114123.100000', '114123.560000', '114124.020000', '114124.480000', '114124.940000', '114125.400000', '114125.860000', '114126.320000', '114126.780000', '114127.240000', '114127.700000', '114128.160000', '114128.620000', '114129.080000', '114129.540000', '114130.000000', '114130.460000', '114130.920000', '114131.380000', '114131.840000', '114132.300000', '114132.760000', '114133.220000', '114133.680000', '114134.140000', '114134.600000', '114135.060000', '114135.520000', '114135.980000', '114136.440000', '114136.900000', '114137.360000', '114137.820000', '114138.280000', '114138.740000', '114139.200000', '114139.660000', '114140.120000', '114140.580000', '114141.040000', '114141.500000', '114141.960000', '114142.420000', '114142.880000', '114143.340000', '114143.800000', '114144.260000', '114144.720000', '114145.180000', '114145.640000', '114146.100000', '114146.560000', '114147.020000', '114147.480000', '114147.940000', '114148.400000', '114148.860000', '114149.320000', '114149.780000', '114150.240000', '114150.700000', '114151.160000', '114151.620000', '114152.080000', '114152.540000', '114153.000000', '114153.460000', '114153.920000', '114154.380000', '114154.840000', '114155.300000', '114155.760000', '114156.220000', '114156.680000', '114157.140000', '114157.600000', '114158.060000', '114158.520000', '114158.980000', '114159.440000', '114159.900000', '114200.360000', '114200.820000', '114201.280000', '114201.740000', '114202.200000', '114202.660000', '114203.120000', '114203.580000', '114204.040000', '114204.500000', '114204.960000', '114205.420000', '114205.880000', '114206.340000', '114206.800000', '114207.260000', '114207.720000', '114208.180000', '114208.640000', '114209.100000', '114209.560000', '114210.020000', '114210.480000', '114210.940000', '114211.400000', '114211.860000', '114212.320000', '114212.780000', '114213.240000', '114213.700000', '114214.160000', '114214.620000', '114215.080000', '114215.540000', '114216.000000', '114216.460000', '114216.920000', '114217.380000', '114217.840000', '114218.300000', '114218.760000', '114219.220000', '114219.680000', '114220.140000', '114220.600000', '114221.060000', '114221.520000', '114221.980000', '114222.440000', '114222.900000', '114223.360000', '114223.820000', '114224.280000', '114224.740000', '114225.200000', '114225.660000', '114226.120000', '114226.580000', '114227.040000', '114227.500000', '114227.960000', '114228.420000', '114228.880000', '114229.340000', '114229.800000', '114230.260000', '114230.720000', '114231.180000', '114231.640000', '114232.100000', '114232.560000', '114233.020000', '114233.480000', '114233.940000', '114234.400000', '114234.860000', '114235.320000', '114235.780000', '114236.240000', '114236.700000', '114237.160000', '114237.620000', '114238.080000', '114238.540000', '114239.000000', '114239.460000', '114239.920000', '114240.380000', '114240.840000', '114241.300000', '114241.760000', '114242.220000', '114242.680000', '114243.140000', '114243.600000', '114244.060000', '114244.520000', '114244.980000', '114245.440000', '114245.900000', '114246.360000', '114246.820000', '114247.280000', '114247.740000', '114248.200000', '114248.660000', '114249.120000', '114249.580000', '114250.040000', '114250.500000', '114250.960000', '114251.420000', '114251.880000', '114252.340000', '114252.800000', '114253.260000', '114253.720000', '114254.180000', '114254.640000', '114255.100000', '114255.560000', '114256.020000', '114256.480000', '114256.940000', '114257.400000', '114257.860000', '114258.320000', '114258.780000', '114259.240000', '114259.700000', '114300.160000', '114300.620000', '114301.080000', '114301.540000', '114302.000000', '114302.460000', '114302.920000', '114303.380000', '114303.840000', '114304.300000', '114304.760000', '114305.220000', '114305.680000', '114306.140000'], 'ContentTime': ['113637.721000', '113637.727000', '113637.729000', '113637.732000', '113637.735000', '113637.737000', '113637.740000', '113637.743000', '113637.745000', '113637.748000', '113637.750000', '113637.753000', '113637.756000', '113637.759000', '113637.761000', '113637.764000', '113637.766000', '113637.769000', '113637.772000', '113637.774000', '113637.777000', '113637.779000', '113637.782000', '113637.784000', '113637.787000', '113657.658000', '113657.661000', '113657.664000', '113657.670000', '113657.672000', '113657.675000', '113657.677000', '113657.680000', '113657.683000', '113657.685000', '113657.695000', '113657.698000', '113657.701000', '113657.703000', '113657.706000', '113657.709000', '113657.711000', '113657.714000', '113657.716000', '113657.719000', '113657.722000', '113657.724000', '113657.727000', '113657.730000', '113657.732000', '113657.735000', '113657.737000', '113657.740000', '113657.742000', '113657.745000', '113657.748000', '113657.750000', '113657.757000', '113657.760000', '113657.763000', '113657.765000', '113657.768000', '113657.771000', '113657.773000', '113657.776000', '113657.779000', '113657.782000', '113657.786000', '113717.658000', '113717.661000', '113717.664000', '113717.667000', '113717.670000', '113717.672000', '113717.675000', '113717.677000', '113717.680000', '113717.683000', '113717.685000', '113717.688000', '113717.690000', '113717.693000', '113717.696000', '113717.698000', '113717.701000', '113717.704000', '113717.706000', '113717.709000', '113717.711000', '113717.714000', '113717.717000', '113717.719000', '113717.722000', '113717.724000', '113717.727000', '113717.730000', '113717.732000', '113717.735000', '113717.738000', '113717.740000', '113717.743000', '113717.745000', '113717.750000', '113717.753000', '113717.756000', '113717.758000', '113717.761000', '113717.763000', '113717.766000', '113717.769000', '113717.771000', '113717.774000', '113737.659000', '113737.661000', '113737.664000', '113737.667000', '113737.669000', '113737.672000', '113737.675000', '113737.677000', '113737.680000', '113737.682000', '113737.685000', '113737.688000', '113737.690000', '113737.693000', '113737.696000', '113737.698000', '113737.701000', '113737.703000', '113737.706000', '113737.709000', '113737.711000', '113737.714000', '113737.716000', '113737.719000', '113737.722000', '113737.724000', '113737.727000', '113737.730000', '113737.732000', '113737.735000', '113737.738000', '113737.740000', '113737.743000', '113737.745000', '113737.748000', '113737.751000', '113737.753000', '113737.756000', '113737.759000', '113737.761000', '113737.764000', '113737.766000', '113737.769000', '113757.658000', '113757.660000', '113757.663000', '113757.666000', '113757.669000', '113757.671000', '113757.674000', '113757.677000', '113757.680000', '113757.682000', '113757.685000', '113757.688000', '113757.690000', '113757.693000', '113757.696000', '113757.698000', '113757.701000', '113757.703000', '113757.706000', '113757.709000', '113757.711000', '113757.714000', '113757.717000', '113757.719000', '113757.722000', '113757.724000', '113757.727000', '113757.730000', '113757.732000', '113757.735000', '113757.738000', '113757.740000', '113757.743000', '113757.746000', '113757.748000', '113757.751000', '113757.753000', '113757.756000', '113757.759000', '113757.761000', '113757.764000', '113757.766000', '113757.769000', '113757.772000', '113817.658000', '113817.662000', '113817.664000', '113817.667000', '113817.670000', '113817.672000', '113817.675000', '113817.678000', '113817.680000', '113817.683000', '113817.685000', '113817.688000', '113817.705000', '113817.708000', '113817.710000', '113817.713000', '113817.716000', '113817.718000', '113817.721000', '113817.724000', '113817.726000', '113817.729000', '113817.731000', '113817.734000', '113817.737000', '113817.739000', '113817.742000', '113817.745000', '113817.747000', '113817.750000', '113817.752000', '113817.755000', '113817.758000', '113817.760000', '113817.763000', '113817.766000', '113817.768000', '113817.771000', '113817.773000', '113817.776000', '113817.779000', '113817.782000', '113817.784000', '113837.659000', '113837.661000', '113837.664000', '113837.667000', '113837.669000', '113837.672000', '113837.675000', '113837.677000', '113837.680000', '113837.683000', '113837.685000', '113837.688000', '113837.691000', '113837.693000', '113837.696000', '113837.699000', '113837.701000', '113837.704000', '113837.706000', '113837.709000', '113837.712000', '113837.714000', '113837.717000', '113837.720000', '113837.722000', '113837.725000', '113837.727000', '113837.730000', '113837.733000', '113837.735000', '113837.738000', '113837.741000', '113837.743000', '113837.746000', '113837.748000', '113837.751000', '113837.754000', '113837.756000', '113837.759000', '113837.761000', '113837.764000', '113837.767000', '113837.769000', '113837.772000', '113857.659000', '113857.661000', '113857.664000', '113857.667000', '113857.669000', '113857.672000', '113857.675000', '113857.677000', '113857.680000', '113857.683000', '113857.685000', '113857.688000', '113857.691000', '113857.693000', '113857.696000', '113857.698000', '113857.701000', '113857.704000', '113857.706000', '113857.709000', '113857.712000', '113857.714000', '113857.717000', '113857.719000', '113857.722000', '113857.725000', '113857.727000', '113857.730000', '113857.733000', '113857.735000', '113857.738000', '113857.740000', '113857.743000', '113857.746000', '113857.748000', '113857.751000', '113857.754000', '113857.756000', '113857.759000', '113857.761000', '113857.764000', '113857.767000', '113857.769000', '113917.658000', '113917.661000', '113917.664000', '113917.667000', '113917.669000', '113917.672000', '113917.675000', '113917.677000', '113917.680000', '113917.683000', '113917.685000', '113917.688000', '113917.690000', '113917.693000', '113917.696000', '113917.699000', '113917.701000', '113917.704000', '113917.707000', '113917.709000', '113917.712000', '113917.715000', '113917.717000', '113917.720000', '113917.722000', '113917.725000', '113917.728000', '113917.730000', '113917.733000', '113917.736000', '113917.738000', '113917.741000', '113917.744000', '113917.746000', '113917.749000', '113917.752000', '113917.754000', '113917.757000', '113917.759000', '113917.762000', '113917.765000', '113917.767000', '113917.770000', '113917.773000', '113937.658000', '113937.661000', '113937.664000', '113937.667000', '113937.669000', '113937.672000', '113937.675000', '113937.677000', '113937.680000', '113937.682000', '113937.685000', '113937.688000', '113937.690000', '113937.693000', '113937.696000', '113937.698000', '113937.701000', '113937.704000', '113937.706000', '113937.709000', '113937.712000', '113937.714000', '113937.717000', '113937.719000', '113937.722000', '113937.725000', '113937.727000', '113937.730000', '113937.733000', '113937.735000', '113937.738000', '113937.741000', '113937.743000', '113937.746000', '113937.748000', '113937.751000', '113937.754000', '113937.756000', '113937.759000', '113937.762000', '113937.764000', '113937.767000', '113937.769000', '113957.659000', '113957.661000', '113957.664000', '113957.667000', '113957.670000', '113957.672000', '113957.675000', '113957.678000', '113957.701000', '113957.704000', '113957.706000', '113957.709000', '113957.712000', '113957.715000', '113957.717000', '113957.720000', '113957.723000', '113957.726000', '113957.728000', '113957.731000', '113957.734000', '113957.736000', '113957.739000', '113957.742000', '113957.744000', '113957.747000', '113957.749000', '113957.752000', '113957.755000', '113957.758000', '113957.760000', '113957.763000', '113957.765000', '113957.768000', '113957.771000', '113957.773000', '113957.776000', '113957.779000', '113957.781000', '113957.784000', '113957.787000', '113957.789000', '113957.792000', '114017.658000', '114017.660000', '114017.663000', '114017.666000', '114017.669000', '114017.671000', '114017.674000', '114017.676000', '114017.679000', '114017.682000', '114017.684000', '114017.687000', '114017.690000', '114017.692000', '114017.695000', '114017.698000', '114017.700000', '114017.703000', '114017.706000', '114017.708000', '114017.711000', '114017.714000', '114017.716000', '114017.719000', '114017.721000', '114017.724000', '114017.727000', '114017.730000', '114017.732000', '114017.735000', '114017.738000', '114017.740000', '114017.743000', '114017.745000', '114017.748000', '114017.751000', '114017.753000', '114017.756000', '114017.759000', '114017.761000', '114017.764000', '114017.767000', '114017.769000', '114017.772000', '114037.659000', '114037.662000', '114037.664000', '114037.667000', '114037.670000', '114037.672000', '114037.675000', '114037.678000', '114037.680000', '114037.683000', '114037.686000', '114037.688000', '114037.691000', '114037.694000', '114037.696000', '114037.699000', '114037.702000', '114037.704000', '114037.707000', '114037.710000', '114037.712000', '114037.715000', '114037.718000', '114037.720000', '114037.723000', '114037.726000', '114037.728000', '114037.731000', '114037.733000', '114037.736000', '114037.739000', '114037.741000', '114037.744000', '114037.747000', '114037.749000', '114037.752000', '114037.755000', '114037.757000', '114037.760000', '114037.763000', '114037.765000', '114037.768000', '114037.770000', '114037.773000', '114057.659000', '114057.662000', '114057.664000', '114057.667000', '114057.669000', '114057.672000', '114057.675000', '114057.677000', '114057.680000', '114057.683000', '114057.685000', '114057.688000', '114057.691000', '114057.693000', '114057.696000', '114057.699000', '114057.701000', '114057.704000', '114057.707000', '114057.709000', '114057.712000', '114057.715000', '114057.717000', '114057.720000', '114057.723000', '114057.725000', '114057.728000', '114057.731000', '114057.733000', '114057.736000', '114057.739000', '114057.741000', '114057.744000', '114057.747000', '114057.750000', '114057.752000', '114057.755000', '114057.758000', '114057.760000', '114057.763000', '114057.766000', '114057.768000', '114057.771000', '114117.659000', '114117.662000', '114117.664000', '114117.667000', '114117.670000', '114117.672000', '114117.675000', '114117.678000', '114117.680000', '114117.683000', '114117.686000', '114117.689000', '114117.691000', '114117.694000', '114117.698000', '114117.700000', '114117.703000', '114117.706000', '114117.709000', '114117.711000', '114117.714000', '114117.716000', '114117.719000', '114117.722000', '114117.724000', '114117.727000', '114117.730000', '114117.732000', '114117.735000', '114117.738000', '114117.740000', '114117.743000', '114117.746000', '114117.791000', '114117.794000', '114117.796000', '114117.799000', '114117.802000', '114117.805000', '114117.807000', '114117.810000', '114117.813000', '114117.815000', '114137.658000', '114137.662000', '114137.664000', '114137.667000', '114137.670000', '114137.673000', '114137.675000', '114137.678000', '114137.680000', '114137.683000', '114137.686000', '114137.688000', '114137.691000', '114137.693000', '114137.696000', '114137.699000', '114137.701000', '114137.704000', '114137.707000', '114137.709000', '114137.712000', '114137.715000', '114137.717000', '114137.720000', '114137.723000', '114137.725000', '114137.728000', '114137.731000', '114137.733000', '114137.736000', '114137.739000', '114137.741000', '114137.744000', '114137.747000', '114137.749000', '114137.752000', '114137.754000', '114137.757000', '114137.760000', '114137.762000', '114137.765000', '114137.768000', '114137.770000', '114137.773000', '114157.659000', '114157.662000', '114157.664000', '114157.667000', '114157.670000', '114157.672000', '114157.675000', '114157.677000', '114157.680000', '114157.683000', '114157.685000', '114157.688000', '114157.691000', '114157.693000', '114157.696000', '114157.699000', '114157.701000', '114157.704000', '114157.707000', '114157.709000', '114157.712000', '114157.715000', '114157.717000', '114157.720000', '114157.723000', '114157.725000', '114157.728000', '114157.731000', '114157.733000', '114157.736000', '114157.739000', '114157.741000', '114157.744000', '114157.747000', '114157.749000', '114157.752000', '114157.755000', '114157.758000', '114157.760000', '114157.763000', '114157.765000', '114157.768000', '114157.771000', '114217.658000', '114217.661000', '114217.664000', '114217.667000', '114217.669000', '114217.672000', '114217.675000', '114217.677000', '114217.680000', '114217.683000', '114217.685000', '114217.688000', '114217.690000', '114217.693000', '114217.696000', '114217.698000', '114217.701000', '114217.704000', '114217.706000', '114217.709000', '114217.712000', '114217.714000', '114217.717000', '114217.719000', '114217.722000', '114217.725000', '114217.727000', '114217.730000', '114217.733000', '114217.735000', '114217.738000', '114217.741000', '114217.744000', '114217.746000', '114217.749000', '114217.751000', '114217.754000', '114217.757000', '114217.759000', '114217.762000', '114217.764000', '114217.767000', '114217.770000', '114217.772000', '114237.657000', '114237.660000', '114237.663000', '114237.666000', '114237.669000', '114237.671000', '114237.674000', '114237.677000', '114237.679000', '114237.682000', '114237.685000', '114237.687000', '114237.690000', '114237.693000', '114237.695000', '114237.698000', '114237.701000', '114237.703000', '114237.706000', '114237.709000', '114237.711000', '114237.714000', '114237.717000', '114237.719000', '114237.722000', '114237.725000', '114237.727000', '114237.730000', '114237.733000', '114237.736000', '114237.739000', '114237.742000', '114237.744000', '114237.747000', '114237.750000', '114237.752000', '114237.755000', '114237.758000', '114237.760000', '114237.763000', '114237.766000', '114237.768000', '114237.771000', '114257.659000', '114257.662000', '114257.664000', '114257.667000', '114257.670000', '114257.672000', '114257.675000', '114257.678000', '114257.680000', '114257.683000', '114257.686000', '114257.688000', '114257.691000', '114257.694000', '114257.696000', '114257.699000', '114257.702000', '114257.704000', '114257.707000', '114257.710000', '114257.712000', '114257.715000', '114257.717000', '114257.720000', '114257.723000', '114257.725000', '114257.728000', '114257.731000', '114257.733000', '114257.736000', '114257.739000', '114257.741000', '114257.744000', '114257.747000', '114257.749000', '114257.752000', '114257.755000', '114257.757000', '114257.760000', '114257.763000', '114257.765000', '114257.768000', '114257.771000', '114257.773000', '114307.128000', '114307.131000', '114307.134000', '114307.136000', '114307.139000', '114307.142000', '114307.145000', '114307.147000', '114307.150000', '114307.153000', '114307.156000', '114307.159000', '114307.162000', '114307.164000', '114307.168000', '114307.171000', '114307.174000', '114307.177000', '114307.180000', '114307.183000', '114307.191000'], 'InstanceCreationTime': ['113637.721000', '113637.727000', '113637.729000', '113637.732000', '113637.735000', '113637.737000', '113637.740000', '113637.743000', '113637.745000', '113637.748000', '113637.750000', '113637.753000', '113637.756000', '113637.759000', '113637.761000', '113637.764000', '113637.766000', '113637.769000', '113637.772000', '113637.774000', '113637.777000', '113637.779000', '113637.782000', '113637.784000', '113637.787000', '113657.658000', '113657.661000', '113657.664000', '113657.670000', '113657.672000', '113657.675000', '113657.677000', '113657.680000', '113657.683000', '113657.685000', '113657.695000', '113657.698000', '113657.701000', '113657.703000', '113657.706000', '113657.709000', '113657.711000', '113657.714000', '113657.716000', '113657.719000', '113657.722000', '113657.724000', '113657.727000', '113657.730000', '113657.732000', '113657.735000', '113657.737000', '113657.740000', '113657.742000', '113657.745000', '113657.748000', '113657.750000', '113657.757000', '113657.760000', '113657.763000', '113657.765000', '113657.768000', '113657.771000', '113657.773000', '113657.776000', '113657.779000', '113657.782000', '113657.786000', '113717.658000', '113717.661000', '113717.664000', '113717.667000', '113717.670000', '113717.672000', '113717.675000', '113717.677000', '113717.680000', '113717.683000', '113717.685000', '113717.688000', '113717.690000', '113717.693000', '113717.696000', '113717.698000', '113717.701000', '113717.704000', '113717.706000', '113717.709000', '113717.711000', '113717.714000', '113717.717000', '113717.719000', '113717.722000', '113717.724000', '113717.727000', '113717.730000', '113717.732000', '113717.735000', '113717.738000', '113717.740000', '113717.743000', '113717.745000', '113717.750000', '113717.753000', '113717.756000', '113717.758000', '113717.761000', '113717.763000', '113717.766000', '113717.769000', '113717.771000', '113717.774000', '113737.659000', '113737.661000', '113737.664000', '113737.667000', '113737.669000', '113737.672000', '113737.675000', '113737.677000', '113737.680000', '113737.682000', '113737.685000', '113737.688000', '113737.690000', '113737.693000', '113737.696000', '113737.698000', '113737.701000', '113737.703000', '113737.706000', '113737.709000', '113737.711000', '113737.714000', '113737.716000', '113737.719000', '113737.722000', '113737.724000', '113737.727000', '113737.730000', '113737.732000', '113737.735000', '113737.738000', '113737.740000', '113737.743000', '113737.745000', '113737.748000', '113737.751000', '113737.753000', '113737.756000', '113737.759000', '113737.761000', '113737.764000', '113737.766000', '113737.769000', '113757.658000', '113757.660000', '113757.663000', '113757.666000', '113757.669000', '113757.671000', '113757.674000', '113757.677000', '113757.680000', '113757.682000', '113757.685000', '113757.688000', '113757.690000', '113757.693000', '113757.696000', '113757.698000', '113757.701000', '113757.703000', '113757.706000', '113757.709000', '113757.711000', '113757.714000', '113757.717000', '113757.719000', '113757.722000', '113757.724000', '113757.727000', '113757.730000', '113757.732000', '113757.735000', '113757.738000', '113757.740000', '113757.743000', '113757.746000', '113757.748000', '113757.751000', '113757.753000', '113757.756000', '113757.759000', '113757.761000', '113757.764000', '113757.766000', '113757.769000', '113757.772000', '113817.658000', '113817.662000', '113817.664000', '113817.667000', '113817.670000', '113817.672000', '113817.675000', '113817.678000', '113817.680000', '113817.683000', '113817.685000', '113817.688000', '113817.705000', '113817.708000', '113817.710000', '113817.713000', '113817.716000', '113817.718000', '113817.721000', '113817.724000', '113817.726000', '113817.729000', '113817.731000', '113817.734000', '113817.737000', '113817.739000', '113817.742000', '113817.745000', '113817.747000', '113817.750000', '113817.752000', '113817.755000', '113817.758000', '113817.760000', '113817.763000', '113817.766000', '113817.768000', '113817.771000', '113817.773000', '113817.776000', '113817.779000', '113817.782000', '113817.784000', '113837.659000', '113837.661000', '113837.664000', '113837.667000', '113837.669000', '113837.672000', '113837.675000', '113837.677000', '113837.680000', '113837.683000', '113837.685000', '113837.688000', '113837.691000', '113837.693000', '113837.696000', '113837.699000', '113837.701000', '113837.704000', '113837.706000', '113837.709000', '113837.712000', '113837.714000', '113837.717000', '113837.720000', '113837.722000', '113837.725000', '113837.727000', '113837.730000', '113837.733000', '113837.735000', '113837.738000', '113837.741000', '113837.743000', '113837.746000', '113837.748000', '113837.751000', '113837.754000', '113837.756000', '113837.759000', '113837.761000', '113837.764000', '113837.767000', '113837.769000', '113837.772000', '113857.659000', '113857.661000', '113857.664000', '113857.667000', '113857.669000', '113857.672000', '113857.675000', '113857.677000', '113857.680000', '113857.683000', '113857.685000', '113857.688000', '113857.691000', '113857.693000', '113857.696000', '113857.698000', '113857.701000', '113857.704000', '113857.706000', '113857.709000', '113857.712000', '113857.714000', '113857.717000', '113857.719000', '113857.722000', '113857.725000', '113857.727000', '113857.730000', '113857.733000', '113857.735000', '113857.738000', '113857.740000', '113857.743000', '113857.746000', '113857.748000', '113857.751000', '113857.754000', '113857.756000', '113857.759000', '113857.761000', '113857.764000', '113857.767000', '113857.769000', '113917.658000', '113917.661000', '113917.664000', '113917.667000', '113917.669000', '113917.672000', '113917.675000', '113917.677000', '113917.680000', '113917.683000', '113917.685000', '113917.688000', '113917.690000', '113917.693000', '113917.696000', '113917.699000', '113917.701000', '113917.704000', '113917.707000', '113917.709000', '113917.712000', '113917.715000', '113917.717000', '113917.720000', '113917.722000', '113917.725000', '113917.728000', '113917.730000', '113917.733000', '113917.736000', '113917.738000', '113917.741000', '113917.744000', '113917.746000', '113917.749000', '113917.752000', '113917.754000', '113917.757000', '113917.759000', '113917.762000', '113917.765000', '113917.767000', '113917.770000', '113917.773000', '113937.658000', '113937.661000', '113937.664000', '113937.667000', '113937.669000', '113937.672000', '113937.675000', '113937.677000', '113937.680000', '113937.682000', '113937.685000', '113937.688000', '113937.690000', '113937.693000', '113937.696000', '113937.698000', '113937.701000', '113937.704000', '113937.706000', '113937.709000', '113937.712000', '113937.714000', '113937.717000', '113937.719000', '113937.722000', '113937.725000', '113937.727000', '113937.730000', '113937.733000', '113937.735000', '113937.738000', '113937.741000', '113937.743000', '113937.746000', '113937.748000', '113937.751000', '113937.754000', '113937.756000', '113937.759000', '113937.762000', '113937.764000', '113937.767000', '113937.769000', '113957.659000', '113957.661000', '113957.664000', '113957.667000', '113957.670000', '113957.672000', '113957.675000', '113957.678000', '113957.701000', '113957.704000', '113957.706000', '113957.709000', '113957.712000', '113957.715000', '113957.717000', '113957.720000', '113957.723000', '113957.726000', '113957.728000', '113957.731000', '113957.734000', '113957.736000', '113957.739000', '113957.742000', '113957.744000', '113957.747000', '113957.749000', '113957.752000', '113957.755000', '113957.758000', '113957.760000', '113957.763000', '113957.765000', '113957.768000', '113957.771000', '113957.773000', '113957.776000', '113957.779000', '113957.781000', '113957.784000', '113957.787000', '113957.789000', '113957.792000', '114017.658000', '114017.660000', '114017.663000', '114017.666000', '114017.669000', '114017.671000', '114017.674000', '114017.676000', '114017.679000', '114017.682000', '114017.684000', '114017.687000', '114017.690000', '114017.692000', '114017.695000', '114017.698000', '114017.700000', '114017.703000', '114017.706000', '114017.708000', '114017.711000', '114017.714000', '114017.716000', '114017.719000', '114017.721000', '114017.724000', '114017.727000', '114017.730000', '114017.732000', '114017.735000', '114017.738000', '114017.740000', '114017.743000', '114017.745000', '114017.748000', '114017.751000', '114017.753000', '114017.756000', '114017.759000', '114017.761000', '114017.764000', '114017.767000', '114017.769000', '114017.772000', '114037.659000', '114037.662000', '114037.664000', '114037.667000', '114037.670000', '114037.672000', '114037.675000', '114037.678000', '114037.680000', '114037.683000', '114037.686000', '114037.688000', '114037.691000', '114037.694000', '114037.696000', '114037.699000', '114037.702000', '114037.704000', '114037.707000', '114037.710000', '114037.712000', '114037.715000', '114037.718000', '114037.720000', '114037.723000', '114037.726000', '114037.728000', '114037.731000', '114037.733000', '114037.736000', '114037.739000', '114037.741000', '114037.744000', '114037.747000', '114037.749000', '114037.752000', '114037.755000', '114037.757000', '114037.760000', '114037.763000', '114037.765000', '114037.768000', '114037.770000', '114037.773000', '114057.659000', '114057.662000', '114057.664000', '114057.667000', '114057.669000', '114057.672000', '114057.675000', '114057.677000', '114057.680000', '114057.683000', '114057.685000', '114057.688000', '114057.691000', '114057.693000', '114057.696000', '114057.699000', '114057.701000', '114057.704000', '114057.707000', '114057.709000', '114057.712000', '114057.715000', '114057.717000', '114057.720000', '114057.723000', '114057.725000', '114057.728000', '114057.731000', '114057.733000', '114057.736000', '114057.739000', '114057.741000', '114057.744000', '114057.747000', '114057.750000', '114057.752000', '114057.755000', '114057.758000', '114057.760000', '114057.763000', '114057.766000', '114057.768000', '114057.771000', '114117.659000', '114117.662000', '114117.664000', '114117.667000', '114117.670000', '114117.672000', '114117.675000', '114117.678000', '114117.680000', '114117.683000', '114117.686000', '114117.689000', '114117.691000', '114117.694000', '114117.698000', '114117.700000', '114117.703000', '114117.706000', '114117.709000', '114117.711000', '114117.714000', '114117.716000', '114117.719000', '114117.722000', '114117.724000', '114117.727000', '114117.730000', '114117.732000', '114117.735000', '114117.738000', '114117.740000', '114117.743000', '114117.746000', '114117.791000', '114117.794000', '114117.796000', '114117.799000', '114117.802000', '114117.805000', '114117.807000', '114117.810000', '114117.813000', '114117.815000', '114137.658000', '114137.662000', '114137.664000', '114137.667000', '114137.670000', '114137.673000', '114137.675000', '114137.678000', '114137.680000', '114137.683000', '114137.686000', '114137.688000', '114137.691000', '114137.693000', '114137.696000', '114137.699000', '114137.701000', '114137.704000', '114137.707000', '114137.709000', '114137.712000', '114137.715000', '114137.717000', '114137.720000', '114137.723000', '114137.725000', '114137.728000', '114137.731000', '114137.733000', '114137.736000', '114137.739000', '114137.741000', '114137.744000', '114137.747000', '114137.749000', '114137.752000', '114137.754000', '114137.757000', '114137.760000', '114137.762000', '114137.765000', '114137.768000', '114137.770000', '114137.773000', '114157.659000', '114157.662000', '114157.664000', '114157.667000', '114157.670000', '114157.672000', '114157.675000', '114157.677000', '114157.680000', '114157.683000', '114157.685000', '114157.688000', '114157.691000', '114157.693000', '114157.696000', '114157.699000', '114157.701000', '114157.704000', '114157.707000', '114157.709000', '114157.712000', '114157.715000', '114157.717000', '114157.720000', '114157.723000', '114157.725000', '114157.728000', '114157.731000', '114157.733000', '114157.736000', '114157.739000', '114157.741000', '114157.744000', '114157.747000', '114157.749000', '114157.752000', '114157.755000', '114157.758000', '114157.760000', '114157.763000', '114157.765000', '114157.768000', '114157.771000', '114217.658000', '114217.661000', '114217.664000', '114217.667000', '114217.669000', '114217.672000', '114217.675000', '114217.677000', '114217.680000', '114217.683000', '114217.685000', '114217.688000', '114217.690000', '114217.693000', '114217.696000', '114217.698000', '114217.701000', '114217.704000', '114217.706000', '114217.709000', '114217.712000', '114217.714000', '114217.717000', '114217.719000', '114217.722000', '114217.725000', '114217.727000', '114217.730000', '114217.733000', '114217.735000', '114217.738000', '114217.741000', '114217.744000', '114217.746000', '114217.749000', '114217.751000', '114217.754000', '114217.757000', '114217.759000', '114217.762000', '114217.764000', '114217.767000', '114217.770000', '114217.772000', '114237.657000', '114237.660000', '114237.663000', '114237.666000', '114237.669000', '114237.671000', '114237.674000', '114237.677000', '114237.679000', '114237.682000', '114237.685000', '114237.687000', '114237.690000', '114237.693000', '114237.695000', '114237.698000', '114237.701000', '114237.703000', '114237.706000', '114237.709000', '114237.711000', '114237.714000', '114237.717000', '114237.719000', '114237.722000', '114237.725000', '114237.727000', '114237.730000', '114237.733000', '114237.736000', '114237.739000', '114237.742000', '114237.744000', '114237.747000', '114237.750000', '114237.752000', '114237.755000', '114237.758000', '114237.760000', '114237.763000', '114237.766000', '114237.768000', '114237.771000', '114257.659000', '114257.662000', '114257.664000', '114257.667000', '114257.670000', '114257.672000', '114257.675000', '114257.678000', '114257.680000', '114257.683000', '114257.686000', '114257.688000', '114257.691000', '114257.694000', '114257.696000', '114257.699000', '114257.702000', '114257.704000', '114257.707000', '114257.710000', '114257.712000', '114257.715000', '114257.717000', '114257.720000', '114257.723000', '114257.725000', '114257.728000', '114257.731000', '114257.733000', '114257.736000', '114257.739000', '114257.741000', '114257.744000', '114257.747000', '114257.749000', '114257.752000', '114257.755000', '114257.757000', '114257.760000', '114257.763000', '114257.765000', '114257.768000', '114257.771000', '114257.773000', '114307.128000', '114307.131000', '114307.134000', '114307.136000', '114307.139000', '114307.142000', '114307.145000', '114307.147000', '114307.150000', '114307.153000', '114307.156000', '114307.159000', '114307.162000', '114307.164000', '114307.168000', '114307.171000', '114307.174000', '114307.177000', '114307.180000', '114307.183000', '114307.191000'], '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': [11926, 12881, 9534, 11264, 11647, 15257, 11121, 12343, 15595, 10791, 12206, 13875, 9844, 12073, 13052, 9094, 11851, 11736, 15156, 11558, 12651, 15147, 10702, 12064, 14305, 11042, 12138, 15079, 11042, 12416, 14486, 10161, 12027, 13404, 9203, 11903, 13133, 16825, 11826, 12365, 15318, 11128, 12247, 14391, 10753, 12464, 14421, 10184, 11974, 12234, 14748, 11693, 11788, 14356, 11544, 12296, 15497, 11403, 12414, 14596, 10215, 12408, 12452, 10067, 12393, 13482, 14010, 12039, 12312, 15903, 11547, 12238, 14335, 11273, 12292, 14603, 11425, 12325, 13890, 11061, 12388, 12968, 10835, 12297, 14484, 10211, 12366, 12982, 10163, 12395, 13982, 9363, 12406, 13075, 13813, 11662, 12436, 15355, 11410, 12184, 14701, 10740, 12387, 14140, 9849, 12034, 12329, 12181, 11667, 12446, 15568, 11201, 12222, 14461, 10609, 12283, 13591, 10059, 12092, 13143, 9244, 11980, 11519, 10449, 11766, 11913, 15500, 11246, 12482, 14910, 11029, 12128, 14370, 10720, 12223, 14442, 10004, 12239, 12565, 9298, 11951, 11388, 9090, 11882, 13254, 9997, 12260, 13882, 9620, 12046, 13683, 12435, 11434, 12749, 16328, 11225, 12109, 14958, 11666, 11985, 13230, 8810, 11744, 12006, 15787, 11255, 12272, 15134, 10636, 12354, 13956, 9703, 12113, 12382, 9346, 11778, 12557, 9133, 12160, 12567, 12784, 11651, 11910, 10641, 11609, 12416, 16299, 11126, 12126, 15102, 10508, 12181, 13889, 10275, 12293, 13709, 9710, 11859, 12995, 16025, 11664, 12511, 15524, 11164, 12213, 14709, 11333, 12461, 14309, 10775, 12573, 13900, 9675, 12339, 11895, 9575, 12304, 13011, 10805, 11890, 11923, 14667, 11599, 11207, 11697, 12006, 12531, 16196, 11950, 12533, 16006, 11317, 12294, 14397, 11162, 12218, 13861, 11202, 12414, 14627, 10133, 12207, 13165, 15873, 11200, 12314, 14904, 10210, 11858, 12207, 12990, 11628, 12263, 14792, 11377, 12413, 13842, 10995, 12009, 14016, 10914, 12352, 13770, 9664, 12031, 12181, 9254, 12017, 12639, 9504, 12087, 11737, 9327, 11698, 12339, 10062, 11913, 14463, 10366, 11970, 13647, 9144, 11842, 13103, 9511, 12057, 13976, 9704, 11889, 11861, 9267, 11877, 14305, 9923, 12106, 14353, 16509, 11017, 12349, 15144, 9735, 12278, 12791, 12585, 11941, 12526, 15690, 10834, 12378, 14088, 10577, 12351, 13822, 9551, 11863, 12122, 9949, 11745, 11434, 11700, 11546, 12141, 16269, 11316, 12446, 14638, 10919, 12063, 14154, 9850, 12241, 13233, 9071, 11824, 12431, 16051, 11311, 12477, 14865, 10789, 12175, 14116, 9427, 11809, 12444, 16539, 11405, 12896, 15157, 10920, 12361, 14022, 11010, 12549, 14030, 10413, 12493, 13638, 9740, 12337, 12844, 9122, 12481, 13275, 15790, 11849, 11903, 12615, 11687, 12286, 15529, 11551, 12440, 15528, 11668, 11905, 11887, 11988, 12618, 13974, 11986, 12639, 16219, 11525, 12316, 14908, 11470, 12518, 15297, 11396, 12686, 14797, 10691, 12609, 13440, 10443, 12649, 14168, 9239, 12085, 11707, 13655, 11839, 10970, 9409, 11736, 11759, 9181, 12160, 12968, 14273, 12002, 12254, 9212, 11934, 13189, 15408, 11961, 12995, 15677, 11462, 12365, 14325, 11172, 12373, 15099, 11174, 12542, 15088, 10234, 12258, 11862, 9020, 11757, 12186, 15481, 11669, 12384, 15317, 11330, 12446, 14589, 10488, 12273, 12791, 10080, 12320, 13590, 9760, 12042, 12088, 9376, 12204, 11838, 14674, 11892, 12686, 15502, 11650, 12267, 14474, 11218, 12464, 13376, 9700, 12380, 12901, 15091, 12120, 12119, 14415, 11860, 12560, 14715, 11494, 12668, 13728, 10417, 12470, 11849, 9093, 12368, 12061, 9551, 12280, 11405, 14580, 12066, 11060, 12092, 12044, 12311, 14799, 12005, 12571, 15308, 11679, 12164, 13707, 12226, 12653, 15059, 12106, 12240, 14233, 11267, 12264, 13400, 11197, 12504, 14291, 10933, 12746, 14000, 9426, 12295, 11384, 9967, 12367, 12547, 10407, 12021, 12243, 15670, 11559, 10983, 10220, 11972, 11960, 14964, 12079, 12625, 15185, 11876, 12281, 13993, 11464, 12570, 14503, 11421, 12493, 14214, 10899, 12118, 12618, 10872, 12472, 13757, 10004, 12141, 12446, 9265, 12238, 10827, 9288, 12265, 12052, 15672, 12015, 12154, 15097, 11630, 10635, 8949, 12119, 12476, 9569, 12302, 13227, 12140, 12105, 12057, 10039, 12007, 13255, 10922, 12194, 12576, 10190, 12195, 12527, 11302, 12182, 15083, 11323, 12034, 13952, 11694, 12666, 15011, 10921, 12455, 14217, 10153, 12355, 11461, 11227, 12582, 14119, 11374, 12027, 13988, 11125, 12099, 12822, 11597, 12196, 14440, 11486, 12108, 13978, 11168, 12495, 13517, 10670, 12417, 13161, 14901, 12001, 11836, 14655, 11796, 12311, 13774, 11436, 12219, 13650, 11207, 12398, 13141, 10236, 12162, 11619, 10425, 12180, 13157, 10382, 12552, 12601, 9717, 11793, 11381, 8927, 11999, 12062, 15550, 11805, 12194, 15304, 11433, 11962, 13533, 11508, 12395, 13280, 11011, 12266, 12715, 9683, 12074, 11272, 9422, 12320, 12228, 15494, 11746, 12415, 14375, 11584, 12239, 13357, 10807, 12545, 13005, 10107, 12409, 12058, 12672, 12027, 12052, 15595, 12262, 12421, 14678, 11725, 12224, 14185, 11618, 12101, 13070, 11348, 12425, 12692, 10999, 12333, 12799, 9847, 12397, 11937, 9692, 12186, 11317, 10898, 12379, 14215, 10398, 12745, 13082, 9384, 12628, 11682, 10506, 12373, 13665, 13552, 12008, 12529, 15607, 11997, 12118, 14247, 11902, 12550, 14928, 11092, 12354, 13188, 11021, 12498, 12043, 10158, 12444, 11701, 13503, 11849, 12548, 14519, 11900, 12618, 13566, 11731, 12305, 13378, 11288, 12395, 12931, 11477, 12755, 13208, 11543, 12474, 13376, 11614, 11643, 12331, 12215, 12382, 14839, 11927, 12353, 13976, 11232, 12530, 14287, 11313, 12229, 13500, 11289, 12337, 12623, 11431, 12379, 14322, 10553, 12495, 12937, 10057, 12181, 11471, 10328, 12368, 12748, 9424, 12417, 11638, 10390, 12014, 12447, 10803, 12214, 13846, 11144, 12018, 14332, 11620, 12522, 14765, 10942, 12566, 13238, 11963, 12058, 10915, 9459, 12519, 12198, 11425, 12248, 12197, 15819, 12072, 12263, 13723, 12038, 12704, 13911, 10918, 12434, 12495, 10027, 12398, 11094, 9097, 12411, 12069, 15250, 12170, 12022, 13602, 11850, 12173, 13328, 11260, 12763, 13426, 10472, 12260, 11523, 9715, 12621, 10937, 10067, 12417, 12354, 14874, 11888, 12156, 14028, 11622, 12489, 13442, 11148, 12178, 13288, 11647, 11869, 12456, 11243, 12738, 14322, 11722, 12554, 13960, 11533, 12202, 13084, 11814, 11304, 13101, 12031, 11609, 9757], 'WindowCenter': [4756.0, 4742.0, 4704.0, 4711.0, 4710.0, 4727.0, 4697.0, 4708.0, 4717.0, 4685.0, 4697.0, 4706.0, 4675.0, 4697.0, 4706.0, 4666.0, 4695.0, 4699.0, 4714.0, 4695.0, 4705.0, 4713.0, 4684.0, 4708.0, 4704.0, 4697.0, 4706.0, 4717.0, 4685.0, 4698.0, 4705.0, 4676.0, 4695.0, 4705.0, 4664.0, 4694.0, 4705.0, 4714.0, 4681.0, 4692.0, 4700.0, 4682.0, 4692.0, 4702.0, 4673.0, 4693.0, 4704.0, 4670.0, 4681.0, 4684.0, 4701.0, 4681.0, 4692.0, 4701.0, 4684.0, 4696.0, 4703.0, 4681.0, 4684.0, 4691.0, 4671.0, 4693.0, 4680.0, 4660.0, 4693.0, 4693.0, 4690.0, 4679.0, 4683.0, 4698.0, 4683.0, 4693.0, 4702.0, 4681.0, 4693.0, 4703.0, 4680.0, 4693.0, 4693.0, 4683.0, 4697.0, 4695.0, 4684.0, 4695.0, 4703.0, 4673.0, 4695.0, 4691.0, 4676.0, 4707.0, 4707.0, 4673.0, 4694.0, 4697.0, 4704.0, 4685.0, 4694.0, 4703.0, 4684.0, 4684.0, 4704.0, 4672.0, 4694.0, 4696.0, 4660.0, 4681.0, 4693.0, 4680.0, 4682.0, 4694.0, 4701.0, 4683.0, 4694.0, 4701.0, 4670.0, 4694.0, 4706.0, 4674.0, 4696.0, 4695.0, 4663.0, 4696.0, 4695.0, 4673.0, 4697.0, 4697.0, 4713.0, 4685.0, 4706.0, 4715.0, 4683.0, 4698.0, 4708.0, 4686.0, 4696.0, 4707.0, 4674.0, 4698.0, 4696.0, 4664.0, 4695.0, 4695.0, 4664.0, 4709.0, 4707.0, 4686.0, 4708.0, 4707.0, 4688.0, 4709.0, 4720.0, 4693.0, 4696.0, 4707.0, 4716.0, 4683.0, 4695.0, 4705.0, 4682.0, 4682.0, 4694.0, 4663.0, 4695.0, 4695.0, 4710.0, 4684.0, 4697.0, 4703.0, 4673.0, 4695.0, 4704.0, 4675.0, 4697.0, 4696.0, 4673.0, 4696.0, 4705.0, 4674.0, 4696.0, 4707.0, 4694.0, 4695.0, 4698.0, 4686.0, 4698.0, 4709.0, 4716.0, 4683.0, 4695.0, 4707.0, 4674.0, 4694.0, 4704.0, 4674.0, 4696.0, 4707.0, 4674.0, 4694.0, 4707.0, 4703.0, 4684.0, 4693.0, 4700.0, 4682.0, 4694.0, 4701.0, 4683.0, 4695.0, 4704.0, 4673.0, 4694.0, 4694.0, 4662.0, 4692.0, 4684.0, 4662.0, 4693.0, 4694.0, 4673.0, 4683.0, 4686.0, 4704.0, 4683.0, 4685.0, 4682.0, 4696.0, 4697.0, 4714.0, 4685.0, 4695.0, 4702.0, 4669.0, 4682.0, 4692.0, 4683.0, 4684.0, 4694.0, 4682.0, 4695.0, 4704.0, 4670.0, 4683.0, 4693.0, 4702.0, 4668.0, 4681.0, 4691.0, 4658.0, 4680.0, 4682.0, 4690.0, 4680.0, 4684.0, 4700.0, 4679.0, 4693.0, 4692.0, 4683.0, 4695.0, 4704.0, 4685.0, 4696.0, 4704.0, 4675.0, 4694.0, 4693.0, 4673.0, 4696.0, 4705.0, 4675.0, 4695.0, 4697.0, 4677.0, 4708.0, 4707.0, 4686.0, 4711.0, 4719.0, 4689.0, 4696.0, 4708.0, 4674.0, 4696.0, 4708.0, 4675.0, 4697.0, 4707.0, 4675.0, 4695.0, 4695.0, 4678.0, 4707.0, 4719.0, 4686.0, 4697.0, 4718.0, 4716.0, 4673.0, 4695.0, 4704.0, 4661.0, 4694.0, 4695.0, 4691.0, 4684.0, 4695.0, 4702.0, 4684.0, 4693.0, 4706.0, 4673.0, 4697.0, 4704.0, 4663.0, 4683.0, 4685.0, 4671.0, 4694.0, 4684.0, 4694.0, 4697.0, 4696.0, 4715.0, 4685.0, 4695.0, 4702.0, 4684.0, 4699.0, 4706.0, 4673.0, 4695.0, 4705.0, 4664.0, 4693.0, 4695.0, 4714.0, 4682.0, 4695.0, 4702.0, 4681.0, 4696.0, 4707.0, 4661.0, 4684.0, 4693.0, 4712.0, 4683.0, 4695.0, 4703.0, 4684.0, 4693.0, 4706.0, 4685.0, 4706.0, 4707.0, 4682.0, 4695.0, 4704.0, 4673.0, 4695.0, 4704.0, 4673.0, 4696.0, 4705.0, 4714.0, 4683.0, 4686.0, 4693.0, 4696.0, 4696.0, 4713.0, 4685.0, 4694.0, 4713.0, 4685.0, 4695.0, 4696.0, 4695.0, 4698.0, 4706.0, 4694.0, 4697.0, 4715.0, 4683.0, 4695.0, 4702.0, 4684.0, 4695.0, 4704.0, 4683.0, 4694.0, 4703.0, 4670.0, 4694.0, 4692.0, 4674.0, 4693.0, 4705.0, 4663.0, 4682.0, 4683.0, 4691.0, 4685.0, 4684.0, 4663.0, 4695.0, 4694.0, 4675.0, 4698.0, 4706.0, 4703.0, 4695.0, 4698.0, 4665.0, 4695.0, 4706.0, 4714.0, 4683.0, 4695.0, 4702.0, 4681.0, 4692.0, 4702.0, 4682.0, 4695.0, 4703.0, 4681.0, 4693.0, 4704.0, 4672.0, 4682.0, 4680.0, 4650.0, 4682.0, 4693.0, 4702.0, 4684.0, 4695.0, 4704.0, 4669.0, 4695.0, 4700.0, 4669.0, 4692.0, 4692.0, 4672.0, 4694.0, 4694.0, 4673.0, 4694.0, 4692.0, 4661.0, 4694.0, 4695.0, 4703.0, 4682.0, 4695.0, 4703.0, 4683.0, 4693.0, 4694.0, 4681.0, 4693.0, 4693.0, 4662.0, 4693.0, 4693.0, 4699.0, 4679.0, 4682.0, 4691.0, 4681.0, 4694.0, 4702.0, 4681.0, 4691.0, 4691.0, 4670.0, 4694.0, 4692.0, 4663.0, 4697.0, 4696.0, 4674.0, 4695.0, 4695.0, 4703.0, 4692.0, 4685.0, 4693.0, 4695.0, 4697.0, 4705.0, 4693.0, 4695.0, 4702.0, 4686.0, 4695.0, 4702.0, 4697.0, 4708.0, 4705.0, 4691.0, 4694.0, 4704.0, 4681.0, 4695.0, 4692.0, 4683.0, 4706.0, 4705.0, 4684.0, 4694.0, 4703.0, 4660.0, 4681.0, 4683.0, 4673.0, 4696.0, 4694.0, 4674.0, 4693.0, 4694.0, 4702.0, 4685.0, 4685.0, 4673.0, 4693.0, 4697.0, 4713.0, 4692.0, 4693.0, 4704.0, 4684.0, 4696.0, 4702.0, 4684.0, 4695.0, 4705.0, 4682.0, 4692.0, 4692.0, 4673.0, 4694.0, 4690.0, 4680.0, 4694.0, 4705.0, 4672.0, 4681.0, 4693.0, 4662.0, 4685.0, 4682.0, 4662.0, 4694.0, 4694.0, 4714.0, 4692.0, 4696.0, 4703.0, 4681.0, 4685.0, 4664.0, 4705.0, 4705.0, 4675.0, 4708.0, 4708.0, 4694.0, 4695.0, 4693.0, 4671.0, 4695.0, 4708.0, 4686.0, 4696.0, 4695.0, 4674.0, 4696.0, 4694.0, 4685.0, 4698.0, 4717.0, 4685.0, 4695.0, 4703.0, 4693.0, 4705.0, 4716.0, 4682.0, 4694.0, 4705.0, 4672.0, 4693.0, 4680.0, 4682.0, 4704.0, 4704.0, 4683.0, 4694.0, 4705.0, 4683.0, 4693.0, 4692.0, 4684.0, 4695.0, 4704.0, 4682.0, 4695.0, 4692.0, 4684.0, 4694.0, 4693.0, 4669.0, 4690.0, 4692.0, 4691.0, 4680.0, 4682.0, 4689.0, 4679.0, 4680.0, 4691.0, 4681.0, 4693.0, 4690.0, 4682.0, 4692.0, 4693.0, 4672.0, 4692.0, 4682.0, 4685.0, 4696.0, 4706.0, 4673.0, 4695.0, 4695.0, 4663.0, 4693.0, 4685.0, 4662.0, 4694.0, 4695.0, 4713.0, 4694.0, 4697.0, 4703.0, 4681.0, 4683.0, 4693.0, 4680.0, 4694.0, 4703.0, 4682.0, 4693.0, 4695.0, 4673.0, 4694.0, 4683.0, 4672.0, 4693.0, 4699.0, 4713.0, 4683.0, 4695.0, 4702.0, 4682.0, 4696.0, 4691.0, 4670.0, 4695.0, 4693.0, 4672.0, 4692.0, 4693.0, 4692.0, 4682.0, 4696.0, 4700.0, 4683.0, 4692.0, 4703.0, 4682.0, 4694.0, 4692.0, 4683.0, 4693.0, 4692.0, 4683.0, 4694.0, 4695.0, 4684.0, 4696.0, 4707.0, 4673.0, 4694.0, 4694.0, 4672.0, 4693.0, 4683.0, 4684.0, 4706.0, 4717.0, 4673.0, 4693.0, 4696.0, 4664.0, 4694.0, 4694.0, 4674.0, 4697.0, 4707.0, 4692.0, 4691.0, 4694.0, 4701.0, 4684.0, 4695.0, 4702.0, 4683.0, 4693.0, 4703.0, 4671.0, 4680.0, 4690.0, 4672.0, 4691.0, 4682.0, 4669.0, 4692.0, 4683.0, 4691.0, 4682.0, 4692.0, 4702.0, 4683.0, 4694.0, 4693.0, 4683.0, 4693.0, 4693.0, 4682.0, 4693.0, 4692.0, 4683.0, 4706.0, 4692.0, 4694.0, 4697.0, 4705.0, 4698.0, 4697.0, 4705.0, 4696.0, 4707.0, 4705.0, 4692.0, 4697.0, 4703.0, 4684.0, 4706.0, 4706.0, 4685.0, 4694.0, 4691.0, 4685.0, 4694.0, 4696.0, 4694.0, 4707.0, 4718.0, 4684.0, 4696.0, 4695.0, 4676.0, 4695.0, 4693.0, 4673.0, 4696.0, 4706.0, 4663.0, 4694.0, 4684.0, 4682.0, 4709.0, 4697.0, 4684.0, 4705.0, 4704.0, 4684.0, 4698.0, 4707.0, 4694.0, 4705.0, 4716.0, 4685.0, 4694.0, 4693.0, 4679.0, 4683.0, 4673.0, 4661.0, 4692.0, 4697.0, 4681.0, 4694.0, 4694.0, 4701.0, 4682.0, 4693.0, 4690.0, 4681.0, 4694.0, 4692.0, 4672.0, 4681.0, 4682.0, 4659.0, 4679.0, 4672.0, 4650.0, 4681.0, 4683.0, 4701.0, 4680.0, 4683.0, 4688.0, 4680.0, 4692.0, 4691.0, 4668.0, 4692.0, 4693.0, 4670.0, 4683.0, 4683.0, 4661.0, 4693.0, 4683.0, 4672.0, 4694.0, 4695.0, 4701.0, 4683.0, 4694.0, 4690.0, 4682.0, 4693.0, 4690.0, 4680.0, 4695.0, 4691.0, 4682.0, 4694.0, 4693.0, 4685.0, 4706.0, 4703.0, 4695.0, 4696.0, 4702.0, 4694.0, 4694.0, 4703.0, 4695.0, 4697.0, 4707.0, 4697.0, 4696.0, 4676.0], 'WindowWidth': [10392.0, 10363.0, 10294.0, 10300.0, 10298.0, 10313.0, 10272.0, 10288.0, 10299.0, 10249.0, 10268.0, 10280.0, 10236.0, 10269.0, 10282.0, 10223.0, 10264.0, 10275.0, 10289.0, 10264.0, 10280.0, 10289.0, 10247.0, 10285.0, 10275.0, 10267.0, 10283.0, 10298.0, 10248.0, 10269.0, 10277.0, 10236.0, 10265.0, 10280.0, 10218.0, 10261.0, 10279.0, 10289.0, 10237.0, 10256.0, 10264.0, 10239.0, 10256.0, 10270.0, 10227.0, 10259.0, 10277.0, 10221.0, 10237.0, 10244.0, 10265.0, 10239.0, 10255.0, 10265.0, 10245.0, 10266.0, 10274.0, 10238.0, 10244.0, 10252.0, 10224.0, 10255.0, 10237.0, 10206.0, 10257.0, 10260.0, 10250.0, 10232.0, 10241.0, 10260.0, 10240.0, 10256.0, 10266.0, 10238.0, 10260.0, 10272.0, 10234.0, 10255.0, 10255.0, 10242.0, 10264.0, 10261.0, 10245.0, 10265.0, 10276.0, 10231.0, 10262.0, 10254.0, 10236.0, 10282.0, 10284.0, 10231.0, 10261.0, 10268.0, 10273.0, 10247.0, 10262.0, 10272.0, 10244.0, 10247.0, 10272.0, 10226.0, 10259.0, 10263.0, 10206.0, 10237.0, 10258.0, 10234.0, 10238.0, 10259.0, 10265.0, 10241.0, 10259.0, 10265.0, 10224.0, 10261.0, 10277.0, 10231.0, 10266.0, 10264.0, 10215.0, 10263.0, 10265.0, 10229.0, 10266.0, 10269.0, 10286.0, 10248.0, 10280.0, 10290.0, 10245.0, 10271.0, 10283.0, 10249.0, 10265.0, 10284.0, 10232.0, 10268.0, 10267.0, 10218.0, 10262.0, 10265.0, 10220.0, 10287.0, 10284.0, 10252.0, 10285.0, 10283.0, 10256.0, 10288.0, 10305.0, 10260.0, 10265.0, 10282.0, 10295.0, 10243.0, 10263.0, 10279.0, 10239.0, 10240.0, 10260.0, 10214.0, 10260.0, 10264.0, 10278.0, 10246.0, 10267.0, 10274.0, 10229.0, 10260.0, 10274.0, 10233.0, 10269.0, 10266.0, 10231.0, 10267.0, 10279.0, 10234.0, 10264.0, 10284.0, 10261.0, 10262.0, 10270.0, 10250.0, 10270.0, 10290.0, 10294.0, 10245.0, 10264.0, 10281.0, 10232.0, 10261.0, 10273.0, 10234.0, 10266.0, 10284.0, 10232.0, 10259.0, 10281.0, 10271.0, 10243.0, 10258.0, 10264.0, 10239.0, 10259.0, 10266.0, 10243.0, 10263.0, 10276.0, 10228.0, 10259.0, 10259.0, 10213.0, 10256.0, 10247.0, 10211.0, 10259.0, 10262.0, 10227.0, 10243.0, 10251.0, 10272.0, 10243.0, 10249.0, 10241.0, 10264.0, 10268.0, 10287.0, 10246.0, 10262.0, 10271.0, 10220.0, 10242.0, 10252.0, 10240.0, 10244.0, 10257.0, 10240.0, 10261.0, 10274.0, 10222.0, 10242.0, 10257.0, 10268.0, 10216.0, 10236.0, 10252.0, 10201.0, 10236.0, 10243.0, 10246.0, 10234.0, 10245.0, 10263.0, 10234.0, 10257.0, 10254.0, 10244.0, 10264.0, 10273.0, 10247.0, 10264.0, 10274.0, 10234.0, 10261.0, 10261.0, 10230.0, 10266.0, 10278.0, 10234.0, 10265.0, 10268.0, 10241.0, 10286.0, 10283.0, 10255.0, 10294.0, 10307.0, 10257.0, 10267.0, 10286.0, 10234.0, 10266.0, 10285.0, 10235.0, 10268.0, 10284.0, 10235.0, 10263.0, 10263.0, 10242.0, 10284.0, 10301.0, 10251.0, 10268.0, 10300.0, 10297.0, 10229.0, 10261.0, 10275.0, 10211.0, 10258.0, 10265.0, 10252.0, 10244.0, 10262.0, 10270.0, 10244.0, 10259.0, 10277.0, 10228.0, 10265.0, 10277.0, 10213.0, 10242.0, 10247.0, 10224.0, 10260.0, 10249.0, 10258.0, 10266.0, 10269.0, 10291.0, 10246.0, 10262.0, 10270.0, 10246.0, 10270.0, 10279.0, 10229.0, 10262.0, 10278.0, 10219.0, 10258.0, 10264.0, 10288.0, 10241.0, 10263.0, 10270.0, 10238.0, 10266.0, 10283.0, 10211.0, 10245.0, 10258.0, 10283.0, 10241.0, 10262.0, 10272.0, 10246.0, 10260.0, 10277.0, 10249.0, 10281.0, 10283.0, 10242.0, 10263.0, 10276.0, 10230.0, 10264.0, 10276.0, 10230.0, 10265.0, 10281.0, 10287.0, 10241.0, 10250.0, 10255.0, 10265.0, 10266.0, 10285.0, 10247.0, 10263.0, 10285.0, 10247.0, 10264.0, 10262.0, 10263.0, 10272.0, 10277.0, 10259.0, 10267.0, 10290.0, 10244.0, 10263.0, 10268.0, 10246.0, 10264.0, 10275.0, 10242.0, 10259.0, 10270.0, 10224.0, 10258.0, 10254.0, 10229.0, 10259.0, 10277.0, 10213.0, 10240.0, 10245.0, 10251.0, 10245.0, 10245.0, 10214.0, 10263.0, 10262.0, 10235.0, 10268.0, 10281.0, 10272.0, 10262.0, 10268.0, 10221.0, 10263.0, 10282.0, 10287.0, 10243.0, 10263.0, 10271.0, 10236.0, 10253.0, 10267.0, 10242.0, 10264.0, 10272.0, 10238.0, 10257.0, 10274.0, 10223.0, 10238.0, 10238.0, 10194.0, 10240.0, 10256.0, 10266.0, 10243.0, 10261.0, 10272.0, 10220.0, 10259.0, 10263.0, 10218.0, 10255.0, 10255.0, 10225.0, 10259.0, 10261.0, 10227.0, 10259.0, 10256.0, 10210.0, 10259.0, 10263.0, 10270.0, 10241.0, 10262.0, 10272.0, 10241.0, 10256.0, 10256.0, 10236.0, 10257.0, 10259.0, 10212.0, 10254.0, 10259.0, 10260.0, 10232.0, 10241.0, 10249.0, 10236.0, 10258.0, 10267.0, 10236.0, 10252.0, 10253.0, 10221.0, 10261.0, 10256.0, 10215.0, 10264.0, 10263.0, 10230.0, 10261.0, 10263.0, 10271.0, 10255.0, 10250.0, 10257.0, 10263.0, 10269.0, 10276.0, 10257.0, 10265.0, 10270.0, 10247.0, 10261.0, 10267.0, 10266.0, 10283.0, 10277.0, 10252.0, 10260.0, 10272.0, 10237.0, 10261.0, 10255.0, 10243.0, 10280.0, 10276.0, 10243.0, 10260.0, 10275.0, 10209.0, 10239.0, 10242.0, 10228.0, 10265.0, 10263.0, 10232.0, 10256.0, 10261.0, 10269.0, 10246.0, 10247.0, 10229.0, 10259.0, 10269.0, 10286.0, 10255.0, 10260.0, 10274.0, 10244.0, 10265.0, 10268.0, 10245.0, 10263.0, 10275.0, 10238.0, 10254.0, 10254.0, 10226.0, 10259.0, 10251.0, 10236.0, 10259.0, 10277.0, 10225.0, 10239.0, 10257.0, 10213.0, 10245.0, 10241.0, 10213.0, 10260.0, 10261.0, 10287.0, 10254.0, 10263.0, 10269.0, 10238.0, 10247.0, 10218.0, 10278.0, 10279.0, 10235.0, 10283.0, 10285.0, 10259.0, 10261.0, 10259.0, 10226.0, 10264.0, 10285.0, 10248.0, 10262.0, 10261.0, 10231.0, 10263.0, 10260.0, 10247.0, 10269.0, 10296.0, 10248.0, 10263.0, 10271.0, 10257.0, 10278.0, 10295.0, 10240.0, 10258.0, 10275.0, 10226.0, 10255.0, 10234.0, 10239.0, 10276.0, 10274.0, 10242.0, 10260.0, 10274.0, 10240.0, 10256.0, 10253.0, 10243.0, 10264.0, 10274.0, 10240.0, 10261.0, 10254.0, 10241.0, 10258.0, 10259.0, 10218.0, 10249.0, 10257.0, 10249.0, 10233.0, 10239.0, 10247.0, 10231.0, 10236.0, 10250.0, 10237.0, 10257.0, 10250.0, 10238.0, 10255.0, 10258.0, 10226.0, 10253.0, 10240.0, 10245.0, 10264.0, 10277.0, 10228.0, 10261.0, 10263.0, 10214.0, 10255.0, 10247.0, 10212.0, 10259.0, 10264.0, 10285.0, 10256.0, 10268.0, 10274.0, 10236.0, 10242.0, 10254.0, 10236.0, 10260.0, 10270.0, 10240.0, 10257.0, 10263.0, 10229.0, 10259.0, 10245.0, 10227.0, 10259.0, 10273.0, 10287.0, 10242.0, 10262.0, 10270.0, 10240.0, 10261.0, 10255.0, 10222.0, 10262.0, 10260.0, 10225.0, 10254.0, 10259.0, 10252.0, 10239.0, 10263.0, 10264.0, 10241.0, 10256.0, 10270.0, 10239.0, 10259.0, 10254.0, 10239.0, 10256.0, 10253.0, 10241.0, 10260.0, 10261.0, 10243.0, 10265.0, 10282.0, 10228.0, 10258.0, 10260.0, 10227.0, 10257.0, 10244.0, 10244.0, 10278.0, 10299.0, 10230.0, 10258.0, 10264.0, 10215.0, 10257.0, 10260.0, 10230.0, 10266.0, 10284.0, 10255.0, 10251.0, 10259.0, 10267.0, 10242.0, 10259.0, 10268.0, 10241.0, 10258.0, 10271.0, 10221.0, 10235.0, 10248.0, 10223.0, 10252.0, 10241.0, 10220.0, 10254.0, 10245.0, 10252.0, 10240.0, 10256.0, 10267.0, 10241.0, 10259.0, 10256.0, 10240.0, 10257.0, 10256.0, 10239.0, 10258.0, 10254.0, 10243.0, 10279.0, 10256.0, 10260.0, 10268.0, 10275.0, 10268.0, 10270.0, 10276.0, 10265.0, 10284.0, 10279.0, 10255.0, 10267.0, 10272.0, 10245.0, 10280.0, 10279.0, 10245.0, 10259.0, 10254.0, 10246.0, 10261.0, 10264.0, 10261.0, 10283.0, 10299.0, 10245.0, 10262.0, 10262.0, 10236.0, 10261.0, 10259.0, 10228.0, 10264.0, 10280.0, 10217.0, 10259.0, 10247.0, 10242.0, 10284.0, 10268.0, 10247.0, 10277.0, 10277.0, 10247.0, 10268.0, 10280.0, 10259.0, 10280.0, 10299.0, 10246.0, 10257.0, 10257.0, 10232.0, 10240.0, 10228.0, 10210.0, 10255.0, 10267.0, 10238.0, 10256.0, 10258.0, 10267.0, 10240.0, 10256.0, 10249.0, 10237.0, 10258.0, 10257.0, 10223.0, 10236.0, 10239.0, 10203.0, 10233.0, 10226.0, 10192.0, 10236.0, 10244.0, 10265.0, 10232.0, 10240.0, 10244.0, 10234.0, 10255.0, 10252.0, 10216.0, 10253.0, 10257.0, 10220.0, 10240.0, 10241.0, 10208.0, 10256.0, 10245.0, 10225.0, 10257.0, 10263.0, 10267.0, 10241.0, 10258.0, 10249.0, 10239.0, 10257.0, 10249.0, 10235.0, 10259.0, 10254.0, 10239.0, 10258.0, 10254.0, 10247.0, 10279.0, 10273.0, 10261.0, 10265.0, 10270.0, 10261.0, 10263.0, 10271.0, 10262.0, 10269.0, 10279.0, 10266.0, 10268.0, 10236.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.00020290804597701152</td></tr>
<tr><td colspan=3>aqi</td><td>0.016260959425287356</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.806442313521316</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.24166405849252</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952915088492507</td></tr>
<tr><td colspan=3>efc</td><td>0.5163</td></tr>
<tr><td colspan=3>fber</td><td>4416.7222</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07781437746743333</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.11494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5599234331724947</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.57736430218721</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7397652983152687</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3626406990150044</td></tr>
<tr><td colspan=3>gcor</td><td>0.00544134</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006937308236956596</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029589956626296043</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.060846993531251</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>24.1688</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.0253</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.8235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287893.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1207.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.646</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7348</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.1635</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3807.067</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.2269</td></tr>
<tr><td colspan=3>tsnr</td><td>49.74804814718664</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>