<?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-0014_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0014_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-04/func/sub-0014_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>acd15a6d63bc2fecfaf809988ca6faf7</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>16:03:19.792500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0937489</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6a59c5e4-3e0b-44c8-bde3-b1d26516d9db||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['160319.792500', '160320.252500', '160320.712500', '160321.172500', '160321.632500', '160322.092500', '160322.552500', '160323.012500', '160323.472500', '160323.932500', '160324.392500', '160324.852500', '160325.312500', '160325.772500', '160326.232500', '160326.692500', '160327.152500', '160327.612500', '160328.072500', '160328.532500', '160328.992500', '160329.452500', '160329.912500', '160330.372500', '160330.832500', '160331.292500', '160331.752500', '160332.212500', '160332.672500', '160333.132500', '160333.592500', '160334.052500', '160334.512500', '160334.972500', '160335.432500', '160335.892500', '160336.352500', '160336.812500', '160337.272500', '160337.732500', '160338.192500', '160338.652500', '160339.112500', '160339.572500', '160340.032500', '160340.492500', '160340.952500', '160341.412500', '160341.872500', '160342.332500', '160342.792500', '160343.252500', '160343.712500', '160344.172500', '160344.632500', '160345.092500', '160345.552500', '160346.012500', '160346.472500', '160346.932500', '160347.392500', '160347.852500', '160348.312500', '160348.772500', '160349.232500', '160349.692500', '160350.152500', '160350.612500', '160351.072500', '160351.532500', '160351.992500', '160352.452500', '160352.912500', '160353.372500', '160353.832500', '160354.292500', '160354.752500', '160355.212500', '160355.672500', '160356.132500', '160356.592500', '160357.052500', '160357.512500', '160357.972500', '160358.432500', '160358.892500', '160359.352500', '160359.812500', '160400.272500', '160400.732500', '160401.192500', '160401.652500', '160402.112500', '160402.572500', '160403.032500', '160403.492500', '160403.952500', '160404.412500', '160404.872500', '160405.332500', '160405.792500', '160406.252500', '160406.712500', '160407.172500', '160407.632500', '160408.092500', '160408.552500', '160409.012500', '160409.472500', '160409.932500', '160410.392500', '160410.852500', '160411.312500', '160411.772500', '160412.232500', '160412.692500', '160413.152500', '160413.612500', '160414.072500', '160414.532500', '160414.992500', '160415.452500', '160415.912500', '160416.372500', '160416.832500', '160417.292500', '160417.752500', '160418.212500', '160418.672500', '160419.132500', '160419.592500', '160420.052500', '160420.512500', '160420.972500', '160421.432500', '160421.892500', '160422.352500', '160422.812500', '160423.272500', '160423.732500', '160424.192500', '160424.652500', '160425.112500', '160425.572500', '160426.032500', '160426.492500', '160426.952500', '160427.412500', '160427.872500', '160428.332500', '160428.792500', '160429.252500', '160429.712500', '160430.172500', '160430.632500', '160431.092500', '160431.552500', '160432.012500', '160432.472500', '160432.932500', '160433.392500', '160433.852500', '160434.312500', '160434.772500', '160435.232500', '160435.692500', '160436.152500', '160436.612500', '160437.072500', '160437.532500', '160437.992500', '160438.452500', '160438.912500', '160439.372500', '160439.832500', '160440.292500', '160440.752500', '160441.212500', '160441.672500', '160442.132500', '160442.592500', '160443.052500', '160443.512500', '160443.972500', '160444.432500', '160444.892500', '160445.352500', '160445.812500', '160446.272500', '160446.732500', '160447.192500', '160447.652500', '160448.112500', '160448.572500', '160449.032500', '160449.492500', '160449.952500', '160450.412500', '160450.872500', '160451.332500', '160451.792500', '160452.252500', '160452.712500', '160453.172500', '160453.632500', '160454.092500', '160454.552500', '160455.012500', '160455.472500', '160455.932500', '160456.392500', '160456.852500', '160457.312500', '160457.772500', '160458.232500', '160458.692500', '160459.152500', '160459.612500', '160500.072500', '160500.532500', '160500.992500', '160501.452500', '160501.912500', '160502.372500', '160502.832500', '160503.292500', '160503.752500', '160504.212500', '160504.672500', '160505.132500', '160505.592500', '160506.052500', '160506.512500', '160506.972500', '160507.432500', '160507.892500', '160508.352500', '160508.812500', '160509.272500', '160509.732500', '160510.192500', '160510.652500', '160511.112500', '160511.572500', '160512.032500', '160512.492500', '160512.952500', '160513.412500', '160513.872500', '160514.332500', '160514.792500', '160515.252500', '160515.712500', '160516.172500', '160516.632500', '160517.092500', '160517.552500', '160518.012500', '160518.472500', '160518.932500', '160519.392500', '160519.852500', '160520.312500', '160520.772500', '160521.232500', '160521.692500', '160522.152500', '160522.612500', '160523.072500', '160523.532500', '160523.992500', '160524.452500', '160524.912500', '160525.372500', '160525.832500', '160526.292500', '160526.752500', '160527.212500', '160527.672500', '160528.132500', '160528.592500', '160529.052500', '160529.512500', '160529.972500', '160530.432500', '160530.892500', '160531.352500', '160531.812500', '160532.272500', '160532.732500', '160533.192500', '160533.652500', '160534.112500', '160534.572500', '160535.032500', '160535.492500', '160535.952500', '160536.412500', '160536.872500', '160537.332500', '160537.792500', '160538.252500', '160538.712500', '160539.172500', '160539.632500', '160540.092500', '160540.552500', '160541.012500', '160541.472500', '160541.932500', '160542.392500', '160542.852500', '160543.312500', '160543.772500', '160544.232500', '160544.692500', '160545.152500', '160545.612500', '160546.072500', '160546.532500', '160546.992500', '160547.452500', '160547.912500', '160548.372500', '160548.832500', '160549.292500', '160549.752500', '160550.212500', '160550.672500', '160551.132500', '160551.592500', '160552.052500', '160552.512500', '160552.972500', '160553.432500', '160553.892500', '160554.352500', '160554.812500', '160555.272500', '160555.732500', '160556.192500', '160556.652500', '160557.112500', '160557.572500', '160558.032500', '160558.492500', '160558.952500', '160559.412500', '160559.872500', '160600.332500', '160600.792500', '160601.252500', '160601.712500', '160602.172500', '160602.632500', '160603.092500', '160603.552500', '160604.012500', '160604.472500', '160604.932500', '160605.392500', '160605.852500', '160606.312500', '160606.772500', '160607.232500', '160607.692500', '160608.152500', '160608.612500', '160609.072500', '160609.532500', '160609.992500', '160610.452500', '160610.912500', '160611.372500', '160611.832500', '160612.292500', '160612.752500', '160613.212500', '160613.672500', '160614.132500', '160614.592500', '160615.052500', '160615.512500', '160615.972500', '160616.432500', '160616.892500', '160617.352500', '160617.812500', '160618.272500', '160618.732500', '160619.192500', '160619.652500', '160620.112500', '160620.572500', '160621.032500', '160621.492500', '160621.952500', '160622.412500', '160622.872500', '160623.332500', '160623.792500', '160624.252500', '160624.712500', '160625.172500', '160625.632500', '160626.092500', '160626.552500', '160627.012500', '160627.472500', '160627.932500', '160628.392500', '160628.852500', '160629.312500', '160629.772500', '160630.232500', '160630.692500', '160631.152500', '160631.612500', '160632.072500', '160632.532500', '160632.992500', '160633.452500', '160633.912500', '160634.372500', '160634.832500', '160635.292500', '160635.752500', '160636.212500', '160636.672500', '160637.132500', '160637.592500', '160638.052500', '160638.512500', '160638.972500', '160639.432500', '160639.892500', '160640.352500', '160640.812500', '160641.272500', '160641.732500', '160642.192500', '160642.652500', '160643.112500', '160643.572500', '160644.032500', '160644.492500', '160644.952500', '160645.412500', '160645.872500', '160646.332500', '160646.792500', '160647.252500', '160647.712500', '160648.172500', '160648.632500', '160649.092500', '160649.552500', '160650.012500', '160650.472500', '160650.932500', '160651.392500', '160651.852500', '160652.312500', '160652.772500', '160653.232500', '160653.692500', '160654.152500', '160654.612500', '160655.072500', '160655.532500', '160655.992500', '160656.452500', '160656.912500', '160657.372500', '160657.832500', '160658.292500', '160658.752500', '160659.212500', '160659.672500', '160700.132500', '160700.592500', '160701.052500', '160701.512500', '160701.972500', '160702.432500', '160702.892500', '160703.352500', '160703.812500', '160704.272500', '160704.732500', '160705.192500', '160705.652500', '160706.112500', '160706.572500', '160707.032500', '160707.492500', '160707.952500', '160708.412500', '160708.872500', '160709.332500', '160709.792500', '160710.252500', '160710.712500', '160711.172500', '160711.632500', '160712.092500', '160712.552500', '160713.012500', '160713.472500', '160713.932500', '160714.392500', '160714.852500', '160715.312500', '160715.772500', '160716.232500', '160716.692500', '160717.152500', '160717.612500', '160718.072500', '160718.532500', '160718.992500', '160719.452500', '160719.912500', '160720.372500', '160720.832500', '160721.292500', '160721.752500', '160722.212500', '160722.672500', '160723.132500', '160723.592500', '160724.052500', '160724.512500', '160724.972500', '160725.432500', '160725.892500', '160726.352500', '160726.812500', '160727.272500', '160727.732500', '160728.192500', '160728.652500', '160729.112500', '160729.572500', '160730.032500', '160730.492500', '160730.952500', '160731.412500', '160731.872500', '160732.332500', '160732.792500', '160733.252500', '160733.712500', '160734.172500', '160734.632500', '160735.092500', '160735.552500', '160736.012500', '160736.472500', '160736.932500', '160737.392500', '160737.852500', '160738.312500', '160738.772500', '160739.232500', '160739.692500', '160740.152500', '160740.612500', '160741.072500', '160741.532500', '160741.992500', '160742.452500', '160742.912500', '160743.372500', '160743.832500', '160744.292500', '160744.752500', '160745.212500', '160745.672500', '160746.132500', '160746.592500', '160747.052500', '160747.512500', '160747.972500', '160748.432500', '160748.892500', '160749.352500', '160749.812500', '160750.272500', '160750.732500', '160751.192500', '160751.652500', '160752.112500', '160752.572500', '160753.032500', '160753.492500', '160753.952500', '160754.412500', '160754.872500', '160755.332500', '160755.792500', '160756.252500', '160756.712500', '160757.172500', '160757.632500', '160758.092500', '160758.552500', '160759.012500', '160759.472500', '160759.932500', '160800.392500', '160800.852500', '160801.312500', '160801.772500', '160802.232500', '160802.692500', '160803.152500', '160803.612500', '160804.072500', '160804.532500', '160804.992500', '160805.452500', '160805.912500', '160806.372500', '160806.832500', '160807.292500', '160807.752500', '160808.212500', '160808.672500', '160809.132500', '160809.592500', '160810.052500', '160810.512500', '160810.972500', '160811.432500', '160811.892500', '160812.352500', '160812.812500', '160813.272500', '160813.732500', '160814.192500', '160814.652500', '160815.112500', '160815.572500', '160816.032500', '160816.492500', '160816.952500', '160817.412500', '160817.872500', '160818.332500', '160818.792500', '160819.252500', '160819.712500', '160820.172500', '160820.632500', '160821.092500', '160821.552500', '160822.012500', '160822.472500', '160822.932500', '160823.392500', '160823.852500', '160824.312500', '160824.772500', '160825.232500', '160825.692500', '160826.152500', '160826.612500', '160827.072500', '160827.532500', '160827.992500', '160828.452500', '160828.912500', '160829.372500', '160829.832500', '160830.292500', '160830.752500', '160831.212500', '160831.672500', '160832.132500', '160832.592500', '160833.052500', '160833.512500', '160833.972500', '160834.432500', '160834.892500', '160835.352500', '160835.812500', '160836.272500', '160836.732500', '160837.192500', '160837.652500', '160838.112500', '160838.572500', '160839.032500', '160839.492500', '160839.952500', '160840.412500', '160840.872500', '160841.332500', '160841.792500', '160842.252500', '160842.712500', '160843.172500', '160843.632500', '160844.092500', '160844.552500', '160845.012500', '160845.472500', '160845.932500', '160846.392500', '160846.852500', '160847.312500', '160847.772500', '160848.232500', '160848.692500', '160849.152500', '160849.612500', '160850.072500', '160850.532500', '160850.992500', '160851.452500', '160851.912500', '160852.372500', '160852.832500', '160853.292500', '160853.752500', '160854.212500', '160854.672500', '160855.132500', '160855.592500', '160856.052500', '160856.512500', '160856.972500', '160857.432500', '160857.892500', '160858.352500', '160858.812500', '160859.272500', '160859.732500', '160900.192500', '160900.652500', '160901.112500', '160901.572500', '160902.032500', '160902.492500', '160902.952500', '160903.412500', '160903.872500', '160904.332500', '160904.792500', '160905.252500', '160905.712500', '160906.172500', '160906.632500', '160907.092500', '160907.552500', '160908.012500', '160908.472500', '160908.932500', '160909.392500', '160909.852500', '160910.312500', '160910.772500', '160911.232500', '160911.692500', '160912.152500', '160912.612500', '160913.072500', '160913.532500', '160913.992500', '160914.452500', '160914.912500', '160915.372500', '160915.832500', '160916.292500', '160916.752500', '160917.212500', '160917.672500', '160918.132500', '160918.592500', '160919.052500', '160919.512500', '160919.972500', '160920.432500', '160920.892500', '160921.352500', '160921.812500', '160922.272500', '160922.732500', '160923.192500', '160923.652500', '160924.112500', '160924.572500', '160925.032500', '160925.492500', '160925.952500', '160926.412500', '160926.872500', '160927.332500', '160927.792500', '160928.252500', '160928.712500', '160929.172500', '160929.632500', '160930.092500', '160930.552500', '160931.012500', '160931.472500', '160931.932500', '160932.392500', '160932.852500', '160933.312500', '160933.772500', '160934.232500', '160934.692500', '160935.152500', '160935.612500', '160936.072500', '160936.532500', '160936.992500', '160937.452500', '160937.912500', '160938.372500', '160938.832500', '160939.292500', '160939.752500', '160940.212500', '160940.672500', '160941.132500', '160941.592500', '160942.052500', '160942.512500', '160942.972500', '160943.432500', '160943.892500', '160944.352500', '160944.812500', '160945.272500', '160945.732500', '160946.192500', '160946.652500', '160947.112500', '160947.572500', '160948.032500', '160948.492500', '160948.952500', '160949.412500', '160949.872500', '160950.332500', '160950.792500', '160951.252500', '160951.712500', '160952.172500', '160952.632500', '160953.092500', '160953.552500', '160954.012500', '160954.472500', '160954.932500', '160955.392500', '160955.852500', '160956.312500', '160956.772500', '160957.232500', '160957.692500', '160958.152500', '160958.612500', '160959.072500', '160959.532500', '160959.992500', '161000.452500'], 'ContentTime': ['160326.184000', '160326.187000', '160326.190000', '160326.193000', '160326.196000', '160326.203000', '160326.206000', '160326.208000', '160326.211000', '160326.214000', '160326.217000', '160346.152000', '160346.155000', '160346.160000', '160346.163000', '160346.165000', '160346.168000', '160346.171000', '160346.174000', '160346.177000', '160346.179000', '160346.182000', '160346.185000', '160346.188000', '160346.191000', '160346.193000', '160346.196000', '160346.199000', '160346.202000', '160346.205000', '160346.207000', '160346.210000', '160346.213000', '160346.216000', '160346.218000', '160346.221000', '160346.224000', '160346.227000', '160346.230000', '160346.232000', '160346.235000', '160346.238000', '160346.241000', '160346.244000', '160346.246000', '160346.249000', '160346.252000', '160346.255000', '160346.258000', '160346.260000', '160346.263000', '160346.266000', '160346.269000', '160346.271000', '160346.274000', '160406.152000', '160406.155000', '160406.158000', '160406.160000', '160406.163000', '160406.166000', '160406.169000', '160406.172000', '160406.174000', '160406.177000', '160406.180000', '160406.183000', '160406.185000', '160406.188000', '160406.191000', '160406.194000', '160406.197000', '160406.199000', '160406.202000', '160406.205000', '160406.208000', '160406.211000', '160406.213000', '160406.216000', '160406.219000', '160406.222000', '160406.225000', '160406.227000', '160406.230000', '160406.233000', '160406.236000', '160406.239000', '160406.241000', '160406.244000', '160406.247000', '160406.250000', '160406.253000', '160406.255000', '160406.258000', '160406.261000', '160406.264000', '160406.278000', '160406.281000', '160426.152000', '160426.155000', '160426.157000', '160426.160000', '160426.163000', '160426.166000', '160426.168000', '160426.171000', '160426.174000', '160426.177000', '160426.180000', '160426.183000', '160426.185000', '160426.188000', '160426.191000', '160426.194000', '160426.197000', '160426.199000', '160426.202000', '160426.205000', '160426.208000', '160426.211000', '160426.213000', '160426.216000', '160426.219000', '160426.222000', '160426.225000', '160426.227000', '160426.230000', '160426.233000', '160426.236000', '160426.239000', '160426.242000', '160426.244000', '160426.247000', '160426.250000', '160426.254000', '160426.257000', '160426.260000', '160426.262000', '160426.265000', '160426.268000', '160426.271000', '160426.274000', '160446.152000', '160446.155000', '160446.157000', '160446.160000', '160446.163000', '160446.166000', '160446.169000', '160446.171000', '160446.174000', '160446.177000', '160446.180000', '160446.183000', '160446.186000', '160446.200000', '160446.203000', '160446.206000', '160446.209000', '160446.211000', '160446.214000', '160446.217000', '160446.220000', '160446.223000', '160446.225000', '160446.228000', '160446.231000', '160446.234000', '160446.237000', '160446.240000', '160446.242000', '160446.245000', '160446.248000', '160446.251000', '160446.254000', '160446.256000', '160446.266000', '160446.269000', '160446.272000', '160446.275000', '160446.278000', '160446.280000', '160446.283000', '160446.286000', '160446.289000', '160506.152000', '160506.155000', '160506.158000', '160506.160000', '160506.163000', '160506.166000', '160506.169000', '160506.174000', '160506.178000', '160506.181000', '160506.212000', '160506.214000', '160506.217000', '160506.220000', '160506.223000', '160506.226000', '160506.229000', '160506.231000', '160506.234000', '160506.237000', '160506.240000', '160506.243000', '160506.246000', '160506.248000', '160506.251000', '160506.254000', '160506.257000', '160506.260000', '160506.262000', '160506.265000', '160506.268000', '160506.271000', '160506.274000', '160506.276000', '160506.279000', '160506.282000', '160506.285000', '160506.288000', '160506.290000', '160506.293000', '160506.296000', '160506.299000', '160506.302000', '160526.152000', '160526.155000', '160526.158000', '160526.160000', '160526.163000', '160526.166000', '160526.169000', '160526.172000', '160526.174000', '160526.177000', '160526.180000', '160526.183000', '160526.186000', '160526.189000', '160526.191000', '160526.194000', '160526.197000', '160526.200000', '160526.203000', '160526.206000', '160526.208000', '160526.211000', '160526.214000', '160526.217000', '160526.220000', '160526.223000', '160526.225000', '160526.228000', '160526.231000', '160526.234000', '160526.237000', '160526.240000', '160526.242000', '160526.245000', '160526.248000', '160526.251000', '160526.253000', '160526.256000', '160526.259000', '160526.262000', '160526.265000', '160526.273000', '160526.275000', '160526.278000', '160546.152000', '160546.155000', '160546.158000', '160546.160000', '160546.163000', '160546.166000', '160546.169000', '160546.172000', '160546.175000', '160546.178000', '160546.181000', '160546.184000', '160546.186000', '160546.189000', '160546.192000', '160546.195000', '160546.197000', '160546.200000', '160546.203000', '160546.206000', '160546.209000', '160546.212000', '160546.214000', '160546.217000', '160546.220000', '160546.223000', '160546.226000', '160546.228000', '160546.231000', '160546.234000', '160546.237000', '160546.240000', '160546.242000', '160546.245000', '160546.248000', '160546.251000', '160546.254000', '160546.257000', '160546.259000', '160546.262000', '160546.265000', '160546.268000', '160546.271000', '160606.152000', '160606.155000', '160606.158000', '160606.160000', '160606.163000', '160606.166000', '160606.169000', '160606.172000', '160606.174000', '160606.177000', '160606.180000', '160606.183000', '160606.186000', '160606.189000', '160606.191000', '160606.194000', '160606.197000', '160606.200000', '160606.203000', '160606.206000', '160606.208000', '160606.211000', '160606.214000', '160606.217000', '160606.220000', '160606.223000', '160606.226000', '160606.228000', '160606.231000', '160606.234000', '160606.237000', '160606.240000', '160606.243000', '160606.245000', '160606.248000', '160606.251000', '160606.254000', '160606.257000', '160606.259000', '160606.262000', '160606.265000', '160606.268000', '160606.271000', '160606.274000', '160626.152000', '160626.155000', '160626.158000', '160626.161000', '160626.163000', '160626.166000', '160626.169000', '160626.172000', '160626.175000', '160626.190000', '160626.193000', '160626.196000', '160626.198000', '160626.201000', '160626.204000', '160626.207000', '160626.210000', '160626.213000', '160626.215000', '160626.218000', '160626.221000', '160626.224000', '160626.227000', '160626.230000', '160626.232000', '160626.235000', '160626.238000', '160626.241000', '160626.244000', '160626.247000', '160626.249000', '160626.252000', '160626.255000', '160626.258000', '160626.261000', '160626.263000', '160626.266000', '160626.269000', '160626.272000', '160626.275000', '160626.278000', '160626.280000', '160626.283000', '160646.152000', '160646.155000', '160646.158000', '160646.161000', '160646.163000', '160646.166000', '160646.169000', '160646.172000', '160646.175000', '160646.177000', '160646.180000', '160646.183000', '160646.186000', '160646.189000', '160646.192000', '160646.194000', '160646.197000', '160646.200000', '160646.203000', '160646.206000', '160646.209000', '160646.211000', '160646.214000', '160646.217000', '160646.220000', '160646.223000', '160646.226000', '160646.228000', '160646.231000', '160646.234000', '160646.237000', '160646.240000', '160646.242000', '160646.245000', '160646.248000', '160646.251000', '160646.254000', '160646.257000', '160646.259000', '160646.262000', '160646.265000', '160646.268000', '160646.271000', '160646.274000', '160706.152000', '160706.155000', '160706.158000', '160706.160000', '160706.163000', '160706.166000', '160706.169000', '160706.172000', '160706.175000', '160706.178000', '160706.180000', '160706.183000', '160706.186000', '160706.189000', '160706.192000', '160706.195000', '160706.197000', '160706.202000', '160706.207000', '160706.210000', '160706.213000', '160706.215000', '160706.218000', '160706.221000', '160706.224000', '160706.227000', '160706.229000', '160706.232000', '160706.235000', '160706.238000', '160706.241000', '160706.244000', '160706.246000', '160706.250000', '160706.253000', '160706.256000', '160706.258000', '160706.261000', '160706.264000', '160706.267000', '160706.270000', '160706.273000', '160706.275000', '160726.152000', '160726.155000', '160726.158000', '160726.160000', '160726.163000', '160726.166000', '160726.169000', '160726.172000', '160726.175000', '160726.177000', '160726.180000', '160726.183000', '160726.186000', '160726.189000', '160726.191000', '160726.194000', '160726.197000', '160726.200000', '160726.203000', '160726.206000', '160726.208000', '160726.211000', '160726.214000', '160726.217000', '160726.220000', '160726.223000', '160726.225000', '160726.228000', '160726.231000', '160726.234000', '160726.237000', '160726.240000', '160726.242000', '160726.245000', '160726.248000', '160726.251000', '160726.254000', '160726.257000', '160726.259000', '160726.262000', '160726.265000', '160726.268000', '160726.271000', '160726.274000', '160746.152000', '160746.155000', '160746.158000', '160746.162000', '160746.165000', '160746.168000', '160746.171000', '160746.174000', '160746.176000', '160746.179000', '160746.182000', '160746.185000', '160746.188000', '160746.190000', '160746.193000', '160746.196000', '160746.199000', '160746.202000', '160746.205000', '160746.208000', '160746.210000', '160746.213000', '160746.216000', '160746.219000', '160746.222000', '160746.225000', '160746.228000', '160746.232000', '160746.236000', '160746.238000', '160746.241000', '160746.244000', '160746.247000', '160746.250000', '160746.260000', '160746.263000', '160746.266000', '160746.269000', '160746.271000', '160746.274000', '160746.277000', '160746.280000', '160746.283000', '160806.152000', '160806.155000', '160806.158000', '160806.161000', '160806.163000', '160806.166000', '160806.169000', '160806.172000', '160806.175000', '160806.178000', '160806.180000', '160806.183000', '160806.186000', '160806.189000', '160806.192000', '160806.195000', '160806.197000', '160806.200000', '160806.203000', '160806.206000', '160806.209000', '160806.211000', '160806.214000', '160806.217000', '160806.220000', '160806.223000', '160806.226000', '160806.228000', '160806.231000', '160806.234000', '160806.237000', '160806.240000', '160806.242000', '160806.245000', '160806.248000', '160806.251000', '160806.254000', '160806.257000', '160806.260000', '160806.262000', '160806.265000', '160806.268000', '160806.271000', '160806.274000', '160826.152000', '160826.155000', '160826.158000', '160826.161000', '160826.163000', '160826.166000', '160826.169000', '160826.172000', '160826.175000', '160826.177000', '160826.180000', '160826.183000', '160826.186000', '160826.189000', '160826.192000', '160826.194000', '160826.197000', '160826.200000', '160826.203000', '160826.206000', '160826.209000', '160826.211000', '160826.214000', '160826.217000', '160826.220000', '160826.223000', '160826.226000', '160826.228000', '160826.231000', '160826.234000', '160826.237000', '160826.240000', '160826.243000', '160826.246000', '160826.249000', '160826.252000', '160826.254000', '160826.257000', '160826.260000', '160826.263000', '160826.266000', '160826.268000', '160826.271000', '160846.152000', '160846.155000', '160846.158000', '160846.160000', '160846.163000', '160846.166000', '160846.169000', '160846.172000', '160846.175000', '160846.177000', '160846.180000', '160846.183000', '160846.186000', '160846.189000', '160846.191000', '160846.194000', '160846.197000', '160846.200000', '160846.203000', '160846.206000', '160846.209000', '160846.211000', '160846.214000', '160846.217000', '160846.220000', '160846.223000', '160846.225000', '160846.228000', '160846.231000', '160846.234000', '160846.240000', '160846.243000', '160846.246000', '160846.249000', '160846.252000', '160846.254000', '160846.257000', '160846.260000', '160846.263000', '160846.266000', '160846.269000', '160846.271000', '160846.274000', '160846.277000', '160906.152000', '160906.155000', '160906.158000', '160906.161000', '160906.163000', '160906.166000', '160906.169000', '160906.172000', '160906.175000', '160906.178000', '160906.180000', '160906.183000', '160906.186000', '160906.189000', '160906.192000', '160906.194000', '160906.199000', '160906.202000', '160906.205000', '160906.208000', '160906.210000', '160906.213000', '160906.216000', '160906.219000', '160906.222000', '160906.224000', '160906.227000', '160906.230000', '160906.233000', '160906.236000', '160906.239000', '160906.242000', '160906.244000', '160906.247000', '160906.250000', '160906.253000', '160906.256000', '160906.258000', '160906.261000', '160906.264000', '160906.267000', '160906.270000', '160906.273000', '160926.152000', '160926.155000', '160926.158000', '160926.161000', '160926.163000', '160926.166000', '160926.169000', '160926.172000', '160926.175000', '160926.178000', '160926.181000', '160926.183000', '160926.186000', '160926.189000', '160926.192000', '160926.195000', '160926.198000', '160926.200000', '160926.203000', '160926.206000', '160926.209000', '160926.212000', '160926.214000', '160926.217000', '160926.220000', '160926.223000', '160926.226000', '160926.228000', '160926.231000', '160926.234000', '160926.237000', '160926.240000', '160926.243000', '160926.245000', '160926.248000', '160926.251000', '160926.254000', '160926.257000', '160926.260000', '160926.263000', '160926.265000', '160926.268000', '160926.271000', '160926.274000', '160946.152000', '160946.155000', '160946.158000', '160946.161000', '160946.163000', '160946.166000', '160946.169000', '160946.172000', '160946.175000', '160946.178000', '160946.180000', '160946.183000', '160946.186000', '160946.189000', '160946.192000', '160946.194000', '160946.197000', '160946.200000', '160946.203000', '160946.206000', '160946.209000', '160946.211000', '160946.214000', '160946.217000', '160946.220000', '160946.223000', '160946.225000', '160946.228000', '160946.231000', '160946.234000', '160946.237000', '160946.240000', '160946.243000', '160946.245000', '160946.248000', '160946.251000', '160946.254000', '160946.257000', '160946.260000', '160946.262000', '160946.265000', '160946.268000', '160946.271000', '161001.982000', '161001.986000', '161001.990000', '161001.993000', '161001.996000', '161002.000000', '161002.003000', '161002.006000', '161002.010000', '161002.013000', '161002.016000', '161002.018000', '161002.021000', '161002.024000', '161002.027000', '161002.030000', '161002.033000', '161002.036000', '161002.039000', '161002.042000', '161002.044000', '161002.047000', '161002.050000', '161002.053000', '161002.056000', '161002.059000', '161002.062000', '161002.065000', '161002.068000', '161002.070000', '161002.073000', '161002.076000', '161002.079000', '161002.082000', '161002.084000'], 'InstanceCreationTime': ['160326.184000', '160326.187000', '160326.190000', '160326.193000', '160326.196000', '160326.203000', '160326.206000', '160326.208000', '160326.211000', '160326.214000', '160326.217000', '160346.152000', '160346.155000', '160346.160000', '160346.163000', '160346.165000', '160346.168000', '160346.171000', '160346.174000', '160346.177000', '160346.179000', '160346.182000', '160346.185000', '160346.188000', '160346.191000', '160346.193000', '160346.196000', '160346.199000', '160346.202000', '160346.205000', '160346.207000', '160346.210000', '160346.213000', '160346.216000', '160346.218000', '160346.221000', '160346.224000', '160346.227000', '160346.230000', '160346.232000', '160346.235000', '160346.238000', '160346.241000', '160346.244000', '160346.246000', '160346.249000', '160346.252000', '160346.255000', '160346.258000', '160346.260000', '160346.263000', '160346.266000', '160346.269000', '160346.271000', '160346.274000', '160406.152000', '160406.155000', '160406.158000', '160406.160000', '160406.163000', '160406.166000', '160406.169000', '160406.172000', '160406.174000', '160406.177000', '160406.180000', '160406.183000', '160406.185000', '160406.188000', '160406.191000', '160406.194000', '160406.197000', '160406.199000', '160406.202000', '160406.205000', '160406.208000', '160406.211000', '160406.213000', '160406.216000', '160406.219000', '160406.222000', '160406.225000', '160406.227000', '160406.230000', '160406.233000', '160406.236000', '160406.239000', '160406.241000', '160406.244000', '160406.247000', '160406.250000', '160406.253000', '160406.255000', '160406.258000', '160406.261000', '160406.264000', '160406.278000', '160406.281000', '160426.152000', '160426.155000', '160426.157000', '160426.160000', '160426.163000', '160426.166000', '160426.168000', '160426.171000', '160426.174000', '160426.177000', '160426.180000', '160426.183000', '160426.185000', '160426.188000', '160426.191000', '160426.194000', '160426.197000', '160426.199000', '160426.202000', '160426.205000', '160426.208000', '160426.211000', '160426.213000', '160426.216000', '160426.219000', '160426.222000', '160426.225000', '160426.227000', '160426.230000', '160426.233000', '160426.236000', '160426.239000', '160426.242000', '160426.244000', '160426.247000', '160426.250000', '160426.254000', '160426.257000', '160426.260000', '160426.262000', '160426.265000', '160426.268000', '160426.271000', '160426.274000', '160446.152000', '160446.155000', '160446.157000', '160446.160000', '160446.163000', '160446.166000', '160446.169000', '160446.171000', '160446.174000', '160446.177000', '160446.180000', '160446.183000', '160446.186000', '160446.200000', '160446.203000', '160446.206000', '160446.209000', '160446.211000', '160446.214000', '160446.217000', '160446.220000', '160446.223000', '160446.225000', '160446.228000', '160446.231000', '160446.234000', '160446.237000', '160446.240000', '160446.242000', '160446.245000', '160446.248000', '160446.251000', '160446.254000', '160446.256000', '160446.266000', '160446.269000', '160446.272000', '160446.275000', '160446.278000', '160446.280000', '160446.283000', '160446.286000', '160446.289000', '160506.152000', '160506.155000', '160506.158000', '160506.160000', '160506.163000', '160506.166000', '160506.169000', '160506.174000', '160506.178000', '160506.181000', '160506.212000', '160506.214000', '160506.217000', '160506.220000', '160506.223000', '160506.226000', '160506.229000', '160506.231000', '160506.234000', '160506.237000', '160506.240000', '160506.243000', '160506.246000', '160506.248000', '160506.251000', '160506.254000', '160506.257000', '160506.260000', '160506.262000', '160506.265000', '160506.268000', '160506.271000', '160506.274000', '160506.276000', '160506.279000', '160506.282000', '160506.285000', '160506.288000', '160506.290000', '160506.293000', '160506.296000', '160506.299000', '160506.302000', '160526.152000', '160526.155000', '160526.158000', '160526.160000', '160526.163000', '160526.166000', '160526.169000', '160526.172000', '160526.174000', '160526.177000', '160526.180000', '160526.183000', '160526.186000', '160526.189000', '160526.191000', '160526.194000', '160526.197000', '160526.200000', '160526.203000', '160526.206000', '160526.208000', '160526.211000', '160526.214000', '160526.217000', '160526.220000', '160526.223000', '160526.225000', '160526.228000', '160526.231000', '160526.234000', '160526.237000', '160526.240000', '160526.242000', '160526.245000', '160526.248000', '160526.251000', '160526.253000', '160526.256000', '160526.259000', '160526.262000', '160526.265000', '160526.273000', '160526.275000', '160526.278000', '160546.152000', '160546.155000', '160546.158000', '160546.160000', '160546.163000', '160546.166000', '160546.169000', '160546.172000', '160546.175000', '160546.178000', '160546.181000', '160546.184000', '160546.186000', '160546.189000', '160546.192000', '160546.195000', '160546.197000', '160546.200000', '160546.203000', '160546.206000', '160546.209000', '160546.212000', '160546.214000', '160546.217000', '160546.220000', '160546.223000', '160546.226000', '160546.228000', '160546.231000', '160546.234000', '160546.237000', '160546.240000', '160546.242000', '160546.245000', '160546.248000', '160546.251000', '160546.254000', '160546.257000', '160546.259000', '160546.262000', '160546.265000', '160546.268000', '160546.271000', '160606.152000', '160606.155000', '160606.158000', '160606.160000', '160606.163000', '160606.166000', '160606.169000', '160606.172000', '160606.174000', '160606.177000', '160606.180000', '160606.183000', '160606.186000', '160606.189000', '160606.191000', '160606.194000', '160606.197000', '160606.200000', '160606.203000', '160606.206000', '160606.208000', '160606.211000', '160606.214000', '160606.217000', '160606.220000', '160606.223000', '160606.226000', '160606.228000', '160606.231000', '160606.234000', '160606.237000', '160606.240000', '160606.243000', '160606.245000', '160606.248000', '160606.251000', '160606.254000', '160606.257000', '160606.259000', '160606.262000', '160606.265000', '160606.268000', '160606.271000', '160606.274000', '160626.152000', '160626.155000', '160626.158000', '160626.161000', '160626.163000', '160626.166000', '160626.169000', '160626.172000', '160626.175000', '160626.190000', '160626.193000', '160626.196000', '160626.198000', '160626.201000', '160626.204000', '160626.207000', '160626.210000', '160626.213000', '160626.215000', '160626.218000', '160626.221000', '160626.224000', '160626.227000', '160626.230000', '160626.232000', '160626.235000', '160626.238000', '160626.241000', '160626.244000', '160626.247000', '160626.249000', '160626.252000', '160626.255000', '160626.258000', '160626.261000', '160626.263000', '160626.266000', '160626.269000', '160626.272000', '160626.275000', '160626.278000', '160626.280000', '160626.283000', '160646.152000', '160646.155000', '160646.158000', '160646.161000', '160646.163000', '160646.166000', '160646.169000', '160646.172000', '160646.175000', '160646.177000', '160646.180000', '160646.183000', '160646.186000', '160646.189000', '160646.192000', '160646.194000', '160646.197000', '160646.200000', '160646.203000', '160646.206000', '160646.209000', '160646.211000', '160646.214000', '160646.217000', '160646.220000', '160646.223000', '160646.226000', '160646.228000', '160646.231000', '160646.234000', '160646.237000', '160646.240000', '160646.242000', '160646.245000', '160646.248000', '160646.251000', '160646.254000', '160646.257000', '160646.259000', '160646.262000', '160646.265000', '160646.268000', '160646.271000', '160646.274000', '160706.152000', '160706.155000', '160706.158000', '160706.160000', '160706.163000', '160706.166000', '160706.169000', '160706.172000', '160706.175000', '160706.178000', '160706.180000', '160706.183000', '160706.186000', '160706.189000', '160706.192000', '160706.195000', '160706.197000', '160706.202000', '160706.207000', '160706.210000', '160706.213000', '160706.215000', '160706.218000', '160706.221000', '160706.224000', '160706.227000', '160706.229000', '160706.232000', '160706.235000', '160706.238000', '160706.241000', '160706.244000', '160706.246000', '160706.250000', '160706.253000', '160706.256000', '160706.258000', '160706.261000', '160706.264000', '160706.267000', '160706.270000', '160706.273000', '160706.275000', '160726.152000', '160726.155000', '160726.158000', '160726.160000', '160726.163000', '160726.166000', '160726.169000', '160726.172000', '160726.175000', '160726.177000', '160726.180000', '160726.183000', '160726.186000', '160726.189000', '160726.191000', '160726.194000', '160726.197000', '160726.200000', '160726.203000', '160726.206000', '160726.208000', '160726.211000', '160726.214000', '160726.217000', '160726.220000', '160726.223000', '160726.225000', '160726.228000', '160726.231000', '160726.234000', '160726.237000', '160726.240000', '160726.242000', '160726.245000', '160726.248000', '160726.251000', '160726.254000', '160726.257000', '160726.259000', '160726.262000', '160726.265000', '160726.268000', '160726.271000', '160726.274000', '160746.152000', '160746.155000', '160746.158000', '160746.162000', '160746.165000', '160746.168000', '160746.171000', '160746.174000', '160746.176000', '160746.179000', '160746.182000', '160746.185000', '160746.188000', '160746.190000', '160746.193000', '160746.196000', '160746.199000', '160746.202000', '160746.205000', '160746.208000', '160746.210000', '160746.213000', '160746.216000', '160746.219000', '160746.222000', '160746.225000', '160746.228000', '160746.232000', '160746.236000', '160746.238000', '160746.241000', '160746.244000', '160746.247000', '160746.250000', '160746.260000', '160746.263000', '160746.266000', '160746.269000', '160746.271000', '160746.274000', '160746.277000', '160746.280000', '160746.283000', '160806.152000', '160806.155000', '160806.158000', '160806.161000', '160806.163000', '160806.166000', '160806.169000', '160806.172000', '160806.175000', '160806.178000', '160806.180000', '160806.183000', '160806.186000', '160806.189000', '160806.192000', '160806.195000', '160806.197000', '160806.200000', '160806.203000', '160806.206000', '160806.209000', '160806.211000', '160806.214000', '160806.217000', '160806.220000', '160806.223000', '160806.226000', '160806.228000', '160806.231000', '160806.234000', '160806.237000', '160806.240000', '160806.242000', '160806.245000', '160806.248000', '160806.251000', '160806.254000', '160806.257000', '160806.260000', '160806.262000', '160806.265000', '160806.268000', '160806.271000', '160806.274000', '160826.152000', '160826.155000', '160826.158000', '160826.161000', '160826.163000', '160826.166000', '160826.169000', '160826.172000', '160826.175000', '160826.177000', '160826.180000', '160826.183000', '160826.186000', '160826.189000', '160826.192000', '160826.194000', '160826.197000', '160826.200000', '160826.203000', '160826.206000', '160826.209000', '160826.211000', '160826.214000', '160826.217000', '160826.220000', '160826.223000', '160826.226000', '160826.228000', '160826.231000', '160826.234000', '160826.237000', '160826.240000', '160826.243000', '160826.246000', '160826.249000', '160826.252000', '160826.254000', '160826.257000', '160826.260000', '160826.263000', '160826.266000', '160826.268000', '160826.271000', '160846.152000', '160846.155000', '160846.158000', '160846.160000', '160846.163000', '160846.166000', '160846.169000', '160846.172000', '160846.175000', '160846.177000', '160846.180000', '160846.183000', '160846.186000', '160846.189000', '160846.191000', '160846.194000', '160846.197000', '160846.200000', '160846.203000', '160846.206000', '160846.209000', '160846.211000', '160846.214000', '160846.217000', '160846.220000', '160846.223000', '160846.225000', '160846.228000', '160846.231000', '160846.234000', '160846.240000', '160846.243000', '160846.246000', '160846.249000', '160846.252000', '160846.254000', '160846.257000', '160846.260000', '160846.263000', '160846.266000', '160846.269000', '160846.271000', '160846.274000', '160846.277000', '160906.152000', '160906.155000', '160906.158000', '160906.161000', '160906.163000', '160906.166000', '160906.169000', '160906.172000', '160906.175000', '160906.178000', '160906.180000', '160906.183000', '160906.186000', '160906.189000', '160906.192000', '160906.194000', '160906.199000', '160906.202000', '160906.205000', '160906.208000', '160906.210000', '160906.213000', '160906.216000', '160906.219000', '160906.222000', '160906.224000', '160906.227000', '160906.230000', '160906.233000', '160906.236000', '160906.239000', '160906.242000', '160906.244000', '160906.247000', '160906.250000', '160906.253000', '160906.256000', '160906.258000', '160906.261000', '160906.264000', '160906.267000', '160906.270000', '160906.273000', '160926.152000', '160926.155000', '160926.158000', '160926.161000', '160926.163000', '160926.166000', '160926.169000', '160926.172000', '160926.175000', '160926.178000', '160926.181000', '160926.183000', '160926.186000', '160926.189000', '160926.192000', '160926.195000', '160926.198000', '160926.200000', '160926.203000', '160926.206000', '160926.209000', '160926.212000', '160926.214000', '160926.217000', '160926.220000', '160926.223000', '160926.226000', '160926.228000', '160926.231000', '160926.234000', '160926.237000', '160926.240000', '160926.243000', '160926.245000', '160926.248000', '160926.251000', '160926.254000', '160926.257000', '160926.260000', '160926.263000', '160926.265000', '160926.268000', '160926.271000', '160926.274000', '160946.152000', '160946.155000', '160946.158000', '160946.161000', '160946.163000', '160946.166000', '160946.169000', '160946.172000', '160946.175000', '160946.178000', '160946.180000', '160946.183000', '160946.186000', '160946.189000', '160946.192000', '160946.194000', '160946.197000', '160946.200000', '160946.203000', '160946.206000', '160946.209000', '160946.211000', '160946.214000', '160946.217000', '160946.220000', '160946.223000', '160946.225000', '160946.228000', '160946.231000', '160946.234000', '160946.237000', '160946.240000', '160946.243000', '160946.245000', '160946.248000', '160946.251000', '160946.254000', '160946.257000', '160946.260000', '160946.262000', '160946.265000', '160946.268000', '160946.271000', '161001.982000', '161001.986000', '161001.990000', '161001.993000', '161001.996000', '161002.000000', '161002.003000', '161002.006000', '161002.010000', '161002.013000', '161002.016000', '161002.018000', '161002.021000', '161002.024000', '161002.027000', '161002.030000', '161002.033000', '161002.036000', '161002.039000', '161002.042000', '161002.044000', '161002.047000', '161002.050000', '161002.053000', '161002.056000', '161002.059000', '161002.062000', '161002.065000', '161002.068000', '161002.070000', '161002.073000', '161002.076000', '161002.079000', '161002.082000', '161002.084000'], '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': [9766, 9072, 10100, 9344, 9862, 9193, 9796, 8746, 10351, 9802, 10519, 9821, 11112, 10002, 10395, 9448, 9715, 9909, 9211, 9773, 12221, 10655, 9798, 9737, 8858, 10210, 8959, 11255, 9302, 13129, 9299, 10067, 9816, 10539, 9851, 10990, 9799, 13175, 10150, 11087, 9712, 10775, 9496, 12405, 9507, 13526, 9490, 10091, 9760, 8982, 9589, 11582, 9458, 13848, 9563, 8954, 9719, 9357, 9757, 9030, 10684, 9495, 12746, 9457, 10777, 9559, 10974, 9627, 10890, 9741, 11296, 10123, 10375, 10254, 14391, 10826, 14246, 9359, 10011, 9745, 9802, 9588, 12021, 9506, 9402, 9599, 9453, 9913, 9663, 11146, 9823, 13307, 9944, 11524, 9470, 9205, 9627, 8691, 9593, 9206, 10200, 9442, 10399, 9723, 10808, 9782, 14067, 10028, 12492, 9530, 10973, 9699, 10200, 10350, 9698, 10630, 9388, 10264, 9638, 10467, 9694, 13178, 9561, 12980, 10186, 10560, 9740, 10296, 9701, 10607, 9599, 9408, 9768, 9454, 10149, 9857, 10920, 10250, 14097, 9602, 8780, 9593, 9315, 9836, 9136, 10470, 10779, 11845, 9484, 9761, 9265, 9988, 9564, 11193, 9829, 14130, 9843, 10291, 9668, 10392, 10127, 10187, 10317, 10542, 10225, 14409, 9724, 10421, 9586, 9680, 9779, 9288, 9595, 9385, 10905, 9649, 11339, 9861, 10188, 9708, 10485, 9778, 12571, 9326, 12926, 9825, 9721, 10010, 9322, 9820, 9717, 9699, 8475, 9727, 8762, 9747, 8855, 9761, 9719, 11123, 9599, 9764, 9741, 9839, 9747, 11320, 9678, 13563, 9701, 9623, 9562, 9751, 9974, 10697, 10333, 12564, 9717, 11261, 9574, 9386, 9753, 8872, 10069, 9391, 10709, 9300, 10445, 9830, 12430, 10140, 14395, 9873, 12130, 9651, 11659, 9677, 12206, 9904, 15065, 10507, 11220, 9648, 9708, 9610, 9505, 10005, 9603, 10400, 10079, 10961, 9686, 11818, 9544, 9495, 9777, 8989, 9848, 10540, 9877, 9684, 9663, 8612, 9961, 13813, 9962, 14004, 9588, 11513, 9685, 10602, 10342, 11485, 10403, 12749, 10015, 10070, 9698, 9976, 9697, 10010, 9670, 11644, 9595, 9347, 9863, 8527, 9853, 10639, 9787, 9390, 9720, 9445, 9798, 8935, 10308, 9536, 13714, 9271, 13851, 10146, 12033, 9621, 8642, 9836, 9802, 10562, 10105, 11186, 9783, 14952, 10650, 9540, 9798, 9683, 10001, 10099, 9848, 10340, 12521, 9667, 9125, 9716, 8687, 9942, 9246, 10860, 9775, 13493, 9797, 11416, 10124, 10252, 10087, 10549, 10059, 14652, 9469, 12145, 10084, 10008, 10262, 9863, 9665, 11555, 9703, 9092, 9955, 9200, 9837, 9394, 10346, 10255, 12976, 9950, 10246, 9424, 9906, 9703, 10375, 10023, 11130, 9971, 13233, 10280, 11422, 9864, 8349, 10038, 9050, 10107, 9723, 11842, 9994, 11059, 10298, 10285, 9838, 10114, 9964, 10683, 10041, 10497, 10503, 9706, 10039, 10283, 10010, 10054, 11222, 9904, 11783, 10032, 9493, 9910, 9321, 10009, 9426, 11277, 9956, 12634, 10055, 10576, 10142, 10335, 10297, 12333, 10221, 12852, 10199, 10568, 10237, 10081, 10419, 10234, 10159, 12667, 10043, 9654, 9985, 8221, 10063, 9253, 9945, 10084, 11527, 10334, 10534, 9732, 8538, 10010, 8708, 10043, 9190, 11171, 9702, 10135, 9577, 10531, 12322, 10940, 14039, 10362, 13381, 9772, 10293, 9888, 8270, 10064, 9709, 10713, 9786, 11236, 10002, 9837, 9576, 10220, 9662, 12054, 9807, 13062, 9674, 11422, 9797, 11154, 10515, 13893, 10183, 12134, 10093, 10432, 10088, 10262, 10213, 11911, 10320, 12244, 9711, 9852, 9920, 9770, 9954, 10481, 10093, 9247, 9872, 8347, 9974, 9183, 10054, 9496, 10626, 9607, 9809, 10064, 9671, 10144, 10323, 9735, 11212, 9648, 10063, 9875, 9883, 9915, 12624, 10097, 10485, 9744, 8509, 9965, 8521, 10019, 9311, 11498, 9910, 11694, 9957, 9966, 9715, 9240, 9986, 9086, 9927, 9487, 10306, 10018, 11303, 9311, 9772, 9129, 9889, 9866, 12180, 9737, 12158, 9620, 10053, 9214, 9775, 9403, 10998, 9889, 12045, 9552, 9800, 9838, 9915, 10110, 10390, 10183, 11081, 9447, 8926, 10124, 9487, 10104, 9107, 10852, 10254, 9856, 9790, 10135, 11946, 9992, 12139, 9871, 11333, 9903, 11699, 9991, 13549, 10266, 13915, 10069, 10479, 10000, 8318, 10160, 10252, 10361, 9941, 10770, 10050, 9417, 9774, 8417, 10335, 9954, 10306, 9962, 10218, 11944, 9914, 12525, 10124, 13570, 10941, 11541, 9915, 11005, 9857, 11249, 10064, 10395, 10141, 8157, 10354, 8101, 10381, 9564, 10339, 9883, 10232, 9971, 10246, 9717, 10107, 9820, 11274, 10123, 12525, 10305, 10340, 10225, 10007, 10120, 9302, 10360, 9221, 10591, 9550, 10080, 10183, 9969, 10239, 11196, 10181, 12123, 10044, 8664, 10347, 9800, 10245, 9490, 11099, 10305, 12581, 10264, 10742, 9980, 9540, 10235, 8279, 10525, 9694, 10362, 10302, 10153, 10171, 10028, 10257, 10803, 10034, 12034, 10103, 9104, 10263, 9755, 10312, 9684, 11188, 9740, 10833, 10145, 10005, 10119, 10313, 9915, 11086, 10181, 8310, 10044, 8824, 10009, 9591, 11075, 10416, 11683, 10260, 10579, 9904, 11264, 9978, 11488, 10194, 11385, 10174, 9490, 9953, 10031, 10521, 10488, 11027, 10051, 12139, 9983, 8229, 10102, 8818, 10114, 9991, 13363, 10305, 13940, 10051, 9516, 10036, 10131, 10198, 10608, 11989, 10005, 13092, 10053, 10535, 10132, 8859, 10387, 10504, 13291, 9981, 10883, 10329, 10268, 9995, 10447, 10333, 12500, 10484, 13346, 10081, 10458, 10022, 9754, 10313, 9403, 10414, 9882, 10223, 9432, 10163, 9598, 10775, 10179, 11191, 10116, 10129, 10112, 8227, 10135, 9531, 10805, 9902, 11610, 10047, 10598, 10053, 10509, 10315, 11770, 10403, 13289, 9970, 12949, 9862, 10451, 10274, 9516, 10477, 10658, 10999, 9995, 10093, 10114, 9780, 9702, 9867, 10374, 10996, 10251, 11307, 10057, 10692, 10011, 14209, 9889, 12234, 10229, 12912, 10101, 9927, 9950, 10119, 10023, 10357, 10363, 10011, 9603, 9974, 8351, 10009, 8860, 10415, 10905, 10189, 9681, 9974, 8650, 9916, 8693, 11078, 10413, 11976, 10068, 10951, 10059, 10833, 9946, 12453, 10394, 14694, 9675, 8479, 9882, 9599, 10097, 10060, 11369, 9934, 12162, 10144, 10508, 9904, 8289, 9989, 10158, 10100, 10011, 10761, 10285, 10834, 10077, 10544, 9952, 11956, 9909, 10261, 10244, 10468, 9984, 9982, 10272, 10284, 10403, 10541, 10938, 9750, 10805, 9573, 8507, 10062, 9873], 'WindowCenter': [4165.0, 4135.0, 4145.0, 4134.0, 4132.0, 4107.0, 4103.0, 4092.0, 4112.0, 4114.0, 4113.0, 4115.0, 4127.0, 4116.0, 4116.0, 4116.0, 4114.0, 4116.0, 4116.0, 4118.0, 4136.0, 4128.0, 4115.0, 4105.0, 4092.0, 4113.0, 4094.0, 4126.0, 4105.0, 4134.0, 4102.0, 4102.0, 4113.0, 4113.0, 4113.0, 4124.0, 4114.0, 4134.0, 4113.0, 4122.0, 4103.0, 4111.0, 4104.0, 4134.0, 4115.0, 4133.0, 4106.0, 4111.0, 4113.0, 4090.0, 4105.0, 4123.0, 4115.0, 4132.0, 4103.0, 4091.0, 4101.0, 4101.0, 4101.0, 4092.0, 4125.0, 4105.0, 4135.0, 4102.0, 4111.0, 4101.0, 4112.0, 4101.0, 4109.0, 4100.0, 4110.0, 4111.0, 4112.0, 4114.0, 4143.0, 4124.0, 4141.0, 4090.0, 4098.0, 4100.0, 4099.0, 4102.0, 4122.0, 4103.0, 4101.0, 4089.0, 4099.0, 4098.0, 4100.0, 4123.0, 4113.0, 4133.0, 4102.0, 4121.0, 4101.0, 4103.0, 4115.0, 4102.0, 4113.0, 4102.0, 4113.0, 4113.0, 4113.0, 4113.0, 4125.0, 4127.0, 4145.0, 4113.0, 4133.0, 4102.0, 4109.0, 4102.0, 4114.0, 4113.0, 4102.0, 4111.0, 4100.0, 4110.0, 4100.0, 4110.0, 4113.0, 4133.0, 4103.0, 4131.0, 4110.0, 4110.0, 4100.0, 4111.0, 4114.0, 4111.0, 4113.0, 4101.0, 4111.0, 4101.0, 4111.0, 4113.0, 4125.0, 4125.0, 4143.0, 4103.0, 4091.0, 4103.0, 4101.0, 4111.0, 4102.0, 4124.0, 4112.0, 4123.0, 4100.0, 4099.0, 4099.0, 4098.0, 4099.0, 4122.0, 4099.0, 4131.0, 4099.0, 4098.0, 4098.0, 4098.0, 4101.0, 4098.0, 4099.0, 4110.0, 4111.0, 4142.0, 4099.0, 4100.0, 4100.0, 4099.0, 4099.0, 4089.0, 4099.0, 4104.0, 4123.0, 4112.0, 4121.0, 4110.0, 4110.0, 4101.0, 4109.0, 4112.0, 4133.0, 4100.0, 4120.0, 4099.0, 4087.0, 4099.0, 4101.0, 4113.0, 4100.0, 4113.0, 4091.0, 4101.0, 4101.0, 4112.0, 4102.0, 4125.0, 4126.0, 4136.0, 4114.0, 4114.0, 4113.0, 4112.0, 4113.0, 4125.0, 4114.0, 4145.0, 4101.0, 4100.0, 4101.0, 4099.0, 4111.0, 4123.0, 4124.0, 4134.0, 4114.0, 4122.0, 4113.0, 4101.0, 4114.0, 4104.0, 4114.0, 4102.0, 4123.0, 4102.0, 4111.0, 4112.0, 4134.0, 4114.0, 4144.0, 4112.0, 4122.0, 4100.0, 4119.0, 4100.0, 4122.0, 4113.0, 4141.0, 4111.0, 4109.0, 4088.0, 4087.0, 4087.0, 4087.0, 4099.0, 4097.0, 4109.0, 4112.0, 4120.0, 4101.0, 4121.0, 4101.0, 4100.0, 4110.0, 4101.0, 4113.0, 4122.0, 4113.0, 4112.0, 4101.0, 4090.0, 4114.0, 4144.0, 4114.0, 4144.0, 4101.0, 4121.0, 4100.0, 4110.0, 4111.0, 4122.0, 4112.0, 4120.0, 4099.0, 4098.0, 4100.0, 4098.0, 4101.0, 4112.0, 4113.0, 4120.0, 4101.0, 4101.0, 4112.0, 4089.0, 4113.0, 4123.0, 4114.0, 4102.0, 4101.0, 4100.0, 4099.0, 4090.0, 4111.0, 4114.0, 4146.0, 4103.0, 4133.0, 4112.0, 4121.0, 4102.0, 4090.0, 4113.0, 4113.0, 4113.0, 4113.0, 4123.0, 4115.0, 4144.0, 4114.0, 4103.0, 4101.0, 4101.0, 4103.0, 4114.0, 4101.0, 4115.0, 4133.0, 4103.0, 4103.0, 4102.0, 4093.0, 4113.0, 4102.0, 4126.0, 4114.0, 4146.0, 4112.0, 4123.0, 4113.0, 4113.0, 4102.0, 4113.0, 4114.0, 4144.0, 4100.0, 4120.0, 4100.0, 4099.0, 4102.0, 4101.0, 4116.0, 4122.0, 4101.0, 4090.0, 4102.0, 4103.0, 4101.0, 4089.0, 4113.0, 4112.0, 4135.0, 4102.0, 4100.0, 4090.0, 4097.0, 4090.0, 4099.0, 4100.0, 4123.0, 4102.0, 4133.0, 4111.0, 4121.0, 4114.0, 4088.0, 4100.0, 4101.0, 4114.0, 4113.0, 4135.0, 4102.0, 4124.0, 4112.0, 4112.0, 4113.0, 4112.0, 4114.0, 4124.0, 4115.0, 4113.0, 4112.0, 4101.0, 4101.0, 4112.0, 4111.0, 4113.0, 4122.0, 4117.0, 4122.0, 4113.0, 4103.0, 4112.0, 4102.0, 4102.0, 4102.0, 4123.0, 4113.0, 4132.0, 4101.0, 4112.0, 4111.0, 4101.0, 4113.0, 4132.0, 4112.0, 4122.0, 4099.0, 4100.0, 4099.0, 4098.0, 4099.0, 4099.0, 4112.0, 4120.0, 4099.0, 4090.0, 4100.0, 4078.0, 4101.0, 4090.0, 4101.0, 4112.0, 4122.0, 4112.0, 4111.0, 4103.0, 4092.0, 4113.0, 4105.0, 4127.0, 4115.0, 4138.0, 4115.0, 4126.0, 4115.0, 4125.0, 4134.0, 4127.0, 4143.0, 4114.0, 4130.0, 4101.0, 4100.0, 4101.0, 4078.0, 4101.0, 4102.0, 4122.0, 4103.0, 4123.0, 4111.0, 4113.0, 4113.0, 4111.0, 4116.0, 4135.0, 4116.0, 4144.0, 4114.0, 4123.0, 4114.0, 4123.0, 4125.0, 4144.0, 4114.0, 4121.0, 4100.0, 4099.0, 4101.0, 4099.0, 4112.0, 4121.0, 4100.0, 4119.0, 4088.0, 4097.0, 4097.0, 4097.0, 4099.0, 4109.0, 4112.0, 4089.0, 4100.0, 4079.0, 4098.0, 4099.0, 4112.0, 4101.0, 4113.0, 4100.0, 4101.0, 4113.0, 4102.0, 4114.0, 4124.0, 4115.0, 4125.0, 4115.0, 4112.0, 4114.0, 4101.0, 4114.0, 4134.0, 4113.0, 4113.0, 4103.0, 4091.0, 4100.0, 4089.0, 4100.0, 4101.0, 4123.0, 4102.0, 4121.0, 4099.0, 4101.0, 4102.0, 4100.0, 4113.0, 4102.0, 4113.0, 4115.0, 4127.0, 4116.0, 4125.0, 4103.0, 4114.0, 4101.0, 4103.0, 4112.0, 4134.0, 4103.0, 4123.0, 4101.0, 4100.0, 4088.0, 4098.0, 4090.0, 4113.0, 4100.0, 4120.0, 4087.0, 4099.0, 4099.0, 4098.0, 4100.0, 4111.0, 4114.0, 4123.0, 4114.0, 4101.0, 4113.0, 4103.0, 4112.0, 4105.0, 4123.0, 4125.0, 4114.0, 4115.0, 4126.0, 4137.0, 4114.0, 4125.0, 4114.0, 4123.0, 4103.0, 4122.0, 4115.0, 4134.0, 4102.0, 4130.0, 4101.0, 4098.0, 4099.0, 4079.0, 4099.0, 4113.0, 4114.0, 4102.0, 4112.0, 4112.0, 4102.0, 4114.0, 4093.0, 4128.0, 4117.0, 4129.0, 4116.0, 4116.0, 4124.0, 4114.0, 4135.0, 4116.0, 4135.0, 4115.0, 4112.0, 4103.0, 4110.0, 4103.0, 4125.0, 4115.0, 4112.0, 4113.0, 4080.0, 4101.0, 4080.0, 4103.0, 4103.0, 4114.0, 4100.0, 4101.0, 4100.0, 4099.0, 4088.0, 4100.0, 4102.0, 4112.0, 4112.0, 4122.0, 4101.0, 4099.0, 4102.0, 4102.0, 4100.0, 4102.0, 4114.0, 4090.0, 4112.0, 4100.0, 4100.0, 4111.0, 4099.0, 4111.0, 4122.0, 4112.0, 4123.0, 4101.0, 4079.0, 4099.0, 4101.0, 4099.0, 4101.0, 4123.0, 4112.0, 4122.0, 4100.0, 4109.0, 4101.0, 4101.0, 4110.0, 4092.0, 4115.0, 4102.0, 4113.0, 4111.0, 4111.0, 4112.0, 4100.0, 4114.0, 4125.0, 4115.0, 4135.0, 4113.0, 4091.0, 4110.0, 4101.0, 4112.0, 4103.0, 4123.0, 4101.0, 4111.0, 4112.0, 4102.0, 4111.0, 4114.0, 4117.0, 4124.0, 4115.0, 4092.0, 4111.0, 4102.0, 4114.0, 4116.0, 4125.0, 4125.0, 4134.0, 4114.0, 4112.0, 4112.0, 4121.0, 4113.0, 4125.0, 4115.0, 4123.0, 4112.0, 4101.0, 4101.0, 4101.0, 4111.0, 4114.0, 4124.0, 4115.0, 4134.0, 4113.0, 4092.0, 4112.0, 4093.0, 4114.0, 4114.0, 4134.0, 4115.0, 4144.0, 4102.0, 4102.0, 4111.0, 4112.0, 4113.0, 4126.0, 4135.0, 4117.0, 4134.0, 4114.0, 4113.0, 4112.0, 4091.0, 4114.0, 4112.0, 4135.0, 4101.0, 4111.0, 4102.0, 4100.0, 4099.0, 4098.0, 4110.0, 4122.0, 4099.0, 4118.0, 4099.0, 4098.0, 4099.0, 4099.0, 4112.0, 4089.0, 4110.0, 4099.0, 4099.0, 4088.0, 4099.0, 4102.0, 4112.0, 4111.0, 4112.0, 4103.0, 4101.0, 4112.0, 4080.0, 4113.0, 4114.0, 4123.0, 4112.0, 4123.0, 4103.0, 4112.0, 4101.0, 4112.0, 4114.0, 4124.0, 4112.0, 4132.0, 4100.0, 4120.0, 4100.0, 4098.0, 4100.0, 4101.0, 4111.0, 4111.0, 4111.0, 4101.0, 4101.0, 4103.0, 4101.0, 4104.0, 4114.0, 4116.0, 4125.0, 4114.0, 4124.0, 4104.0, 4111.0, 4102.0, 4131.0, 4101.0, 4121.0, 4102.0, 4120.0, 4099.0, 4098.0, 4098.0, 4100.0, 4100.0, 4115.0, 4113.0, 4115.0, 4102.0, 4114.0, 4093.0, 4112.0, 4103.0, 4126.0, 4123.0, 4114.0, 4102.0, 4101.0, 4092.0, 4111.0, 4103.0, 4124.0, 4124.0, 4135.0, 4112.0, 4115.0, 4114.0, 4113.0, 4117.0, 4137.0, 4113.0, 4142.0, 4102.0, 4081.0, 4100.0, 4088.0, 4112.0, 4102.0, 4125.0, 4102.0, 4124.0, 4101.0, 4100.0, 4101.0, 4081.0, 4102.0, 4101.0, 4100.0, 4101.0, 4111.0, 4102.0, 4113.0, 4104.0, 4099.0, 4102.0, 4122.0, 4101.0, 4113.0, 4112.0, 4112.0, 4101.0, 4101.0, 4099.0, 4100.0, 4110.0, 4113.0, 4113.0, 4103.0, 4112.0, 4102.0, 4089.0, 4115.0, 4113.0], 'WindowWidth': [9255.0, 9196.0, 9207.0, 9193.0, 9185.0, 9140.0, 9127.0, 9112.0, 9138.0, 9144.0, 9141.0, 9148.0, 9165.0, 9152.0, 9149.0, 9152.0, 9144.0, 9150.0, 9150.0, 9156.0, 9177.0, 9167.0, 9146.0, 9131.0, 9112.0, 9139.0, 9114.0, 9165.0, 9134.0, 9173.0, 9123.0, 9124.0, 9140.0, 9139.0, 9143.0, 9160.0, 9145.0, 9170.0, 9142.0, 9152.0, 9126.0, 9136.0, 9131.0, 9172.0, 9148.0, 9169.0, 9132.0, 9137.0, 9140.0, 9107.0, 9132.0, 9156.0, 9147.0, 9165.0, 9127.0, 9107.0, 9123.0, 9121.0, 9121.0, 9112.0, 9161.0, 9133.0, 9174.0, 9124.0, 9135.0, 9122.0, 9137.0, 9121.0, 9130.0, 9121.0, 9134.0, 9136.0, 9139.0, 9147.0, 9183.0, 9159.0, 9174.0, 9107.0, 9115.0, 9119.0, 9118.0, 9126.0, 9152.0, 9130.0, 9121.0, 9104.0, 9117.0, 9115.0, 9120.0, 9156.0, 9144.0, 9170.0, 9127.0, 9149.0, 9125.0, 9131.0, 9151.0, 9128.0, 9145.0, 9127.0, 9142.0, 9144.0, 9143.0, 9145.0, 9163.0, 9167.0, 9190.0, 9144.0, 9168.0, 9126.0, 9133.0, 9128.0, 9147.0, 9146.0, 9128.0, 9138.0, 9120.0, 9133.0, 9120.0, 9134.0, 9144.0, 9171.0, 9129.0, 9165.0, 9135.0, 9133.0, 9119.0, 9137.0, 9146.0, 9139.0, 9142.0, 9125.0, 9138.0, 9124.0, 9137.0, 9143.0, 9161.0, 9162.0, 9185.0, 9129.0, 9112.0, 9129.0, 9124.0, 9138.0, 9127.0, 9162.0, 9142.0, 9158.0, 9121.0, 9118.0, 9117.0, 9115.0, 9119.0, 9154.0, 9119.0, 9167.0, 9116.0, 9115.0, 9115.0, 9113.0, 9120.0, 9114.0, 9118.0, 9136.0, 9139.0, 9178.0, 9119.0, 9119.0, 9118.0, 9118.0, 9119.0, 9106.0, 9120.0, 9130.0, 9160.0, 9140.0, 9153.0, 9135.0, 9135.0, 9123.0, 9131.0, 9141.0, 9170.0, 9122.0, 9148.0, 9117.0, 9100.0, 9117.0, 9120.0, 9143.0, 9124.0, 9144.0, 9111.0, 9125.0, 9126.0, 9140.0, 9129.0, 9165.0, 9167.0, 9180.0, 9147.0, 9146.0, 9144.0, 9142.0, 9142.0, 9163.0, 9148.0, 9189.0, 9125.0, 9122.0, 9122.0, 9119.0, 9138.0, 9157.0, 9161.0, 9173.0, 9146.0, 9154.0, 9143.0, 9125.0, 9149.0, 9136.0, 9149.0, 9130.0, 9156.0, 9126.0, 9138.0, 9142.0, 9174.0, 9148.0, 9185.0, 9141.0, 9151.0, 9122.0, 9145.0, 9121.0, 9152.0, 9143.0, 9178.0, 9137.0, 9129.0, 9100.0, 9098.0, 9099.0, 9099.0, 9116.0, 9114.0, 9132.0, 9143.0, 9150.0, 9126.0, 9152.0, 9126.0, 9121.0, 9135.0, 9124.0, 9145.0, 9156.0, 9144.0, 9140.0, 9125.0, 9110.0, 9146.0, 9189.0, 9146.0, 9184.0, 9123.0, 9149.0, 9121.0, 9133.0, 9139.0, 9154.0, 9139.0, 9146.0, 9118.0, 9116.0, 9120.0, 9114.0, 9123.0, 9141.0, 9143.0, 9148.0, 9123.0, 9122.0, 9138.0, 9105.0, 9142.0, 9156.0, 9147.0, 9127.0, 9124.0, 9122.0, 9119.0, 9106.0, 9137.0, 9145.0, 9192.0, 9129.0, 9169.0, 9136.0, 9149.0, 9125.0, 9109.0, 9142.0, 9142.0, 9143.0, 9141.0, 9155.0, 9147.0, 9185.0, 9142.0, 9126.0, 9122.0, 9123.0, 9126.0, 9142.0, 9124.0, 9147.0, 9169.0, 9130.0, 9128.0, 9127.0, 9117.0, 9141.0, 9126.0, 9164.0, 9146.0, 9192.0, 9140.0, 9155.0, 9141.0, 9139.0, 9123.0, 9141.0, 9144.0, 9185.0, 9119.0, 9144.0, 9118.0, 9114.0, 9122.0, 9123.0, 9149.0, 9153.0, 9125.0, 9109.0, 9125.0, 9125.0, 9123.0, 9104.0, 9140.0, 9141.0, 9173.0, 9124.0, 9118.0, 9103.0, 9111.0, 9103.0, 9114.0, 9119.0, 9154.0, 9126.0, 9168.0, 9137.0, 9150.0, 9142.0, 9103.0, 9121.0, 9124.0, 9146.0, 9143.0, 9174.0, 9125.0, 9156.0, 9139.0, 9139.0, 9142.0, 9140.0, 9145.0, 9159.0, 9149.0, 9143.0, 9140.0, 9122.0, 9124.0, 9139.0, 9137.0, 9141.0, 9153.0, 9153.0, 9155.0, 9143.0, 9128.0, 9141.0, 9127.0, 9126.0, 9126.0, 9157.0, 9142.0, 9168.0, 9123.0, 9137.0, 9135.0, 9121.0, 9142.0, 9167.0, 9140.0, 9151.0, 9117.0, 9117.0, 9117.0, 9112.0, 9116.0, 9115.0, 9140.0, 9146.0, 9119.0, 9105.0, 9119.0, 9088.0, 9120.0, 9105.0, 9122.0, 9140.0, 9153.0, 9138.0, 9137.0, 9129.0, 9113.0, 9141.0, 9138.0, 9169.0, 9151.0, 9185.0, 9150.0, 9164.0, 9147.0, 9162.0, 9173.0, 9166.0, 9184.0, 9145.0, 9161.0, 9121.0, 9118.0, 9122.0, 9088.0, 9123.0, 9127.0, 9155.0, 9128.0, 9156.0, 9138.0, 9141.0, 9144.0, 9140.0, 9153.0, 9176.0, 9153.0, 9187.0, 9145.0, 9156.0, 9145.0, 9157.0, 9161.0, 9185.0, 9142.0, 9148.0, 9120.0, 9117.0, 9121.0, 9116.0, 9140.0, 9151.0, 9120.0, 9143.0, 9101.0, 9111.0, 9111.0, 9109.0, 9116.0, 9133.0, 9138.0, 9104.0, 9119.0, 9090.0, 9115.0, 9118.0, 9140.0, 9125.0, 9141.0, 9119.0, 9123.0, 9141.0, 9125.0, 9146.0, 9160.0, 9151.0, 9162.0, 9147.0, 9141.0, 9144.0, 9124.0, 9147.0, 9173.0, 9144.0, 9141.0, 9125.0, 9108.0, 9120.0, 9103.0, 9120.0, 9124.0, 9157.0, 9124.0, 9149.0, 9119.0, 9123.0, 9125.0, 9121.0, 9141.0, 9128.0, 9144.0, 9150.0, 9169.0, 9150.0, 9162.0, 9129.0, 9143.0, 9124.0, 9127.0, 9140.0, 9173.0, 9128.0, 9155.0, 9122.0, 9118.0, 9101.0, 9113.0, 9105.0, 9141.0, 9118.0, 9147.0, 9098.0, 9115.0, 9116.0, 9115.0, 9119.0, 9138.0, 9146.0, 9156.0, 9145.0, 9126.0, 9142.0, 9128.0, 9137.0, 9131.0, 9158.0, 9163.0, 9146.0, 9150.0, 9165.0, 9181.0, 9145.0, 9161.0, 9144.0, 9155.0, 9127.0, 9151.0, 9146.0, 9170.0, 9124.0, 9160.0, 9118.0, 9111.0, 9115.0, 9086.0, 9114.0, 9140.0, 9144.0, 9125.0, 9139.0, 9138.0, 9127.0, 9145.0, 9118.0, 9172.0, 9154.0, 9172.0, 9149.0, 9148.0, 9159.0, 9142.0, 9173.0, 9150.0, 9172.0, 9145.0, 9136.0, 9126.0, 9132.0, 9126.0, 9159.0, 9146.0, 9139.0, 9139.0, 9093.0, 9121.0, 9090.0, 9125.0, 9127.0, 9144.0, 9120.0, 9120.0, 9117.0, 9115.0, 9100.0, 9118.0, 9121.0, 9138.0, 9137.0, 9151.0, 9119.0, 9115.0, 9122.0, 9122.0, 9119.0, 9125.0, 9144.0, 9107.0, 9138.0, 9118.0, 9118.0, 9134.0, 9116.0, 9137.0, 9153.0, 9141.0, 9152.0, 9122.0, 9091.0, 9117.0, 9120.0, 9117.0, 9122.0, 9155.0, 9137.0, 9152.0, 9120.0, 9130.0, 9122.0, 9120.0, 9135.0, 9113.0, 9146.0, 9127.0, 9143.0, 9137.0, 9136.0, 9140.0, 9122.0, 9145.0, 9160.0, 9148.0, 9172.0, 9140.0, 9108.0, 9134.0, 9121.0, 9138.0, 9128.0, 9156.0, 9122.0, 9137.0, 9137.0, 9123.0, 9138.0, 9145.0, 9153.0, 9157.0, 9148.0, 9113.0, 9138.0, 9125.0, 9143.0, 9150.0, 9163.0, 9160.0, 9171.0, 9144.0, 9138.0, 9140.0, 9149.0, 9142.0, 9162.0, 9149.0, 9154.0, 9139.0, 9123.0, 9122.0, 9124.0, 9136.0, 9146.0, 9159.0, 9149.0, 9171.0, 9143.0, 9112.0, 9139.0, 9113.0, 9144.0, 9144.0, 9173.0, 9146.0, 9184.0, 9125.0, 9127.0, 9138.0, 9139.0, 9143.0, 9165.0, 9175.0, 9155.0, 9172.0, 9143.0, 9142.0, 9138.0, 9108.0, 9144.0, 9139.0, 9173.0, 9121.0, 9134.0, 9120.0, 9116.0, 9114.0, 9112.0, 9133.0, 9150.0, 9116.0, 9140.0, 9114.0, 9112.0, 9114.0, 9116.0, 9138.0, 9103.0, 9133.0, 9116.0, 9115.0, 9100.0, 9115.0, 9122.0, 9138.0, 9136.0, 9138.0, 9125.0, 9121.0, 9136.0, 9092.0, 9139.0, 9144.0, 9158.0, 9139.0, 9157.0, 9127.0, 9137.0, 9122.0, 9136.0, 9144.0, 9158.0, 9140.0, 9164.0, 9120.0, 9144.0, 9118.0, 9114.0, 9120.0, 9124.0, 9137.0, 9134.0, 9135.0, 9119.0, 9120.0, 9125.0, 9122.0, 9130.0, 9145.0, 9152.0, 9159.0, 9145.0, 9155.0, 9128.0, 9136.0, 9124.0, 9161.0, 9120.0, 9148.0, 9124.0, 9147.0, 9116.0, 9114.0, 9114.0, 9119.0, 9118.0, 9148.0, 9143.0, 9147.0, 9126.0, 9144.0, 9115.0, 9141.0, 9130.0, 9165.0, 9158.0, 9145.0, 9125.0, 9124.0, 9112.0, 9138.0, 9130.0, 9160.0, 9159.0, 9175.0, 9141.0, 9144.0, 9143.0, 9141.0, 9155.0, 9177.0, 9143.0, 9179.0, 9124.0, 9095.0, 9119.0, 9102.0, 9138.0, 9127.0, 9159.0, 9123.0, 9154.0, 9120.0, 9119.0, 9121.0, 9094.0, 9122.0, 9119.0, 9118.0, 9119.0, 9135.0, 9124.0, 9139.0, 9126.0, 9117.0, 9124.0, 9149.0, 9122.0, 9142.0, 9138.0, 9136.0, 9121.0, 9121.0, 9115.0, 9118.0, 9132.0, 9141.0, 9139.0, 9126.0, 9135.0, 9123.0, 9103.0, 9144.0, 9141.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.00040539792387543253</td></tr>
<tr><td colspan=3>aqi</td><td>0.023340619953863898</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.1376215910739</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1426145994803691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9738395658314093</td></tr>
<tr><td colspan=3>efc</td><td>0.5052</td></tr>
<tr><td colspan=3>fber</td><td>3557.6445</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08283214373385804</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.5767012687427913</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6950309022553847</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6606278456565984</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.959898020339623</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4645668407699333</td></tr>
<tr><td colspan=3>gcor</td><td>0.00444468</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01205882802605629</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02703448012471199</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.593616366372211</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.5539</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.0926</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>229.957</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296681.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1174.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.0136</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8363</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>551.7043</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3236.9938</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3466.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>857.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4334.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.482</td></tr>
<tr><td colspan=3>tsnr</td><td>35.649830779992044</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>