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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-04/func/sub-0010_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>df50e0f29d494aee83d2ad233a2a4c93</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:07:25.070000</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.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0730798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7726, -7292, 683, -59, -33, 82, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>505cc9d0-b42f-4adf-97ac-f388b421211e||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.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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': ['160725.070000', '160725.530000', '160725.990000', '160726.450000', '160726.910000', '160727.370000', '160727.830000', '160728.290000', '160728.750000', '160729.210000', '160729.670000', '160730.130000', '160730.590000', '160731.050000', '160731.510000', '160731.970000', '160732.430000', '160732.890000', '160733.350000', '160733.810000', '160734.270000', '160734.730000', '160735.190000', '160735.650000', '160736.110000', '160736.570000', '160737.030000', '160737.490000', '160737.950000', '160738.410000', '160738.870000', '160739.330000', '160739.790000', '160740.250000', '160740.710000', '160741.170000', '160741.630000', '160742.090000', '160742.550000', '160743.010000', '160743.470000', '160743.930000', '160744.390000', '160744.850000', '160745.310000', '160745.770000', '160746.230000', '160746.690000', '160747.150000', '160747.610000', '160748.070000', '160748.530000', '160748.990000', '160749.450000', '160749.910000', '160750.370000', '160750.830000', '160751.290000', '160751.750000', '160752.210000', '160752.670000', '160753.130000', '160753.590000', '160754.050000', '160754.510000', '160754.970000', '160755.430000', '160755.890000', '160756.350000', '160756.810000', '160757.270000', '160757.730000', '160758.190000', '160758.650000', '160759.110000', '160759.570000', '160800.030000', '160800.490000', '160800.950000', '160801.410000', '160801.870000', '160802.330000', '160802.790000', '160803.250000', '160803.710000', '160804.170000', '160804.630000', '160805.090000', '160805.550000', '160806.010000', '160806.470000', '160806.930000', '160807.390000', '160807.850000', '160808.310000', '160808.770000', '160809.230000', '160809.690000', '160810.150000', '160810.610000', '160811.070000', '160811.530000', '160811.990000', '160812.450000', '160812.910000', '160813.370000', '160813.830000', '160814.290000', '160814.750000', '160815.210000', '160815.670000', '160816.130000', '160816.590000', '160817.050000', '160817.510000', '160817.970000', '160818.430000', '160818.890000', '160819.350000', '160819.810000', '160820.270000', '160820.730000', '160821.190000', '160821.650000', '160822.110000', '160822.570000', '160823.030000', '160823.490000', '160823.950000', '160824.410000', '160824.870000', '160825.330000', '160825.790000', '160826.250000', '160826.710000', '160827.170000', '160827.630000', '160828.090000', '160828.550000', '160829.010000', '160829.470000', '160829.930000', '160830.390000', '160830.850000', '160831.310000', '160831.770000', '160832.230000', '160832.690000', '160833.150000', '160833.610000', '160834.070000', '160834.530000', '160834.990000', '160835.450000', '160835.910000', '160836.370000', '160836.830000', '160837.290000', '160837.750000', '160838.210000', '160838.670000', '160839.130000', '160839.590000', '160840.050000', '160840.510000', '160840.970000', '160841.430000', '160841.890000', '160842.350000', '160842.810000', '160843.270000', '160843.730000', '160844.190000', '160844.650000', '160845.110000', '160845.570000', '160846.030000', '160846.490000', '160846.950000', '160847.410000', '160847.870000', '160848.330000', '160848.790000', '160849.250000', '160849.710000', '160850.170000', '160850.630000', '160851.090000', '160851.550000', '160852.010000', '160852.470000', '160852.930000', '160853.390000', '160853.850000', '160854.310000', '160854.770000', '160855.230000', '160855.690000', '160856.150000', '160856.610000', '160857.070000', '160857.530000', '160857.990000', '160858.450000', '160858.910000', '160859.370000', '160859.830000', '160900.290000', '160900.750000', '160901.210000', '160901.670000', '160902.130000', '160902.590000', '160903.050000', '160903.510000', '160903.970000', '160904.430000', '160904.890000', '160905.350000', '160905.810000', '160906.270000', '160906.730000', '160907.190000', '160907.650000', '160908.110000', '160908.570000', '160909.030000', '160909.490000', '160909.950000', '160910.410000', '160910.870000', '160911.330000', '160911.790000', '160912.250000', '160912.710000', '160913.170000', '160913.630000', '160914.090000', '160914.550000', '160915.010000', '160915.470000', '160915.930000', '160916.390000', '160916.850000', '160917.310000', '160917.770000', '160918.230000', '160918.690000', '160919.150000', '160919.610000', '160920.070000', '160920.530000', '160920.990000', '160921.450000', '160921.910000', '160922.370000', '160922.830000', '160923.290000', '160923.750000', '160924.210000', '160924.670000', '160925.130000', '160925.590000', '160926.050000', '160926.510000', '160926.970000', '160927.430000', '160927.890000', '160928.350000', '160928.810000', '160929.270000', '160929.730000', '160930.190000', '160930.650000', '160931.110000', '160931.570000', '160932.030000', '160932.490000', '160932.950000', '160933.410000', '160933.870000', '160934.330000', '160934.790000', '160935.250000', '160935.710000', '160936.170000', '160936.630000', '160937.090000', '160937.550000', '160938.010000', '160938.470000', '160938.930000', '160939.390000', '160939.850000', '160940.310000', '160940.770000', '160941.230000', '160941.690000', '160942.150000', '160942.610000', '160943.070000', '160943.530000', '160943.990000', '160944.450000', '160944.910000', '160945.370000', '160945.830000', '160946.290000', '160946.750000', '160947.210000', '160947.670000', '160948.130000', '160948.590000', '160949.050000', '160949.510000', '160949.970000', '160950.430000', '160950.890000', '160951.350000', '160951.810000', '160952.270000', '160952.730000', '160953.190000', '160953.650000', '160954.110000', '160954.570000', '160955.030000', '160955.490000', '160955.950000', '160956.410000', '160956.870000', '160957.330000', '160957.790000', '160958.250000', '160958.710000', '160959.170000', '160959.630000', '161000.090000', '161000.550000', '161001.010000', '161001.470000', '161001.930000', '161002.390000', '161002.850000', '161003.310000', '161003.770000', '161004.230000', '161004.690000', '161005.150000', '161005.610000', '161006.070000', '161006.530000', '161006.990000', '161007.450000', '161007.910000', '161008.370000', '161008.830000', '161009.290000', '161009.750000', '161010.210000', '161010.670000', '161011.130000', '161011.590000', '161012.050000', '161012.510000', '161012.970000', '161013.430000', '161013.890000', '161014.350000', '161014.810000', '161015.270000', '161015.730000', '161016.190000', '161016.650000', '161017.110000', '161017.570000', '161018.030000', '161018.490000', '161018.950000', '161019.410000', '161019.870000', '161020.330000', '161020.790000', '161021.250000', '161021.710000', '161022.170000', '161022.630000', '161023.090000', '161023.550000', '161024.010000', '161024.470000', '161024.930000', '161025.390000', '161025.850000', '161026.310000', '161026.770000', '161027.230000', '161027.690000', '161028.150000', '161028.610000', '161029.070000', '161029.530000', '161029.990000', '161030.450000', '161030.910000', '161031.370000', '161031.830000', '161032.290000', '161032.750000', '161033.210000', '161033.670000', '161034.130000', '161034.590000', '161035.050000', '161035.510000', '161035.970000', '161036.430000', '161036.890000', '161037.350000', '161037.810000', '161038.270000', '161038.730000', '161039.190000', '161039.650000', '161040.110000', '161040.570000', '161041.030000', '161041.490000', '161041.950000', '161042.410000', '161042.870000', '161043.330000', '161043.790000', '161044.250000', '161044.710000', '161045.170000', '161045.630000', '161046.090000', '161046.550000', '161047.010000', '161047.470000', '161047.930000', '161048.390000', '161048.850000', '161049.310000', '161049.770000', '161050.230000', '161050.690000', '161051.150000', '161051.610000', '161052.070000', '161052.530000', '161052.990000', '161053.450000', '161053.910000', '161054.370000', '161054.830000', '161055.290000', '161055.750000', '161056.210000', '161056.670000', '161057.130000', '161057.590000', '161058.050000', '161058.510000', '161058.970000', '161059.430000', '161059.890000', '161100.350000', '161100.810000', '161101.270000', '161101.730000', '161102.190000', '161102.650000', '161103.110000', '161103.570000', '161104.030000', '161104.490000', '161104.950000', '161105.410000', '161105.870000', '161106.330000', '161106.790000', '161107.250000', '161107.710000', '161108.170000', '161108.630000', '161109.090000', '161109.550000', '161110.010000', '161110.470000', '161110.930000', '161111.390000', '161111.850000', '161112.310000', '161112.770000', '161113.230000', '161113.690000', '161114.150000', '161114.610000', '161115.070000', '161115.530000', '161115.990000', '161116.450000', '161116.910000', '161117.370000', '161117.830000', '161118.290000', '161118.750000', '161119.210000', '161119.670000', '161120.130000', '161120.590000', '161121.050000', '161121.510000', '161121.970000', '161122.430000', '161122.890000', '161123.350000', '161123.810000', '161124.270000', '161124.730000', '161125.190000', '161125.650000', '161126.110000', '161126.570000', '161127.030000', '161127.490000', '161127.950000', '161128.410000', '161128.870000', '161129.330000', '161129.790000', '161130.250000', '161130.710000', '161131.170000', '161131.630000', '161132.090000', '161132.550000', '161133.010000', '161133.470000', '161133.930000', '161134.390000', '161134.850000', '161135.310000', '161135.770000', '161136.230000', '161136.690000', '161137.150000', '161137.610000', '161138.070000', '161138.530000', '161138.990000', '161139.450000', '161139.910000', '161140.370000', '161140.830000', '161141.290000', '161141.750000', '161142.210000', '161142.670000', '161143.130000', '161143.590000', '161144.050000', '161144.510000', '161144.970000', '161145.430000', '161145.890000', '161146.350000', '161146.810000', '161147.270000', '161147.730000', '161148.190000', '161148.650000', '161149.110000', '161149.570000', '161150.030000', '161150.490000', '161150.950000', '161151.410000', '161151.870000', '161152.330000', '161152.790000', '161153.250000', '161153.710000', '161154.170000', '161154.630000', '161155.090000', '161155.550000', '161156.010000', '161156.470000', '161156.930000', '161157.390000', '161157.850000', '161158.310000', '161158.770000', '161159.230000', '161159.690000', '161200.150000', '161200.610000', '161201.070000', '161201.530000', '161201.990000', '161202.450000', '161202.910000', '161203.370000', '161203.830000', '161204.290000', '161204.750000', '161205.210000', '161205.670000', '161206.130000', '161206.590000', '161207.050000', '161207.510000', '161207.970000', '161208.430000', '161208.890000', '161209.350000', '161209.810000', '161210.270000', '161210.730000', '161211.190000', '161211.650000', '161212.110000', '161212.570000', '161213.030000', '161213.490000', '161213.950000', '161214.410000', '161214.870000', '161215.330000', '161215.790000', '161216.250000', '161216.710000', '161217.170000', '161217.630000', '161218.090000', '161218.550000', '161219.010000', '161219.470000', '161219.930000', '161220.390000', '161220.850000', '161221.310000', '161221.770000', '161222.230000', '161222.690000', '161223.150000', '161223.610000', '161224.070000', '161224.530000', '161224.990000', '161225.450000', '161225.910000', '161226.370000', '161226.830000', '161227.290000', '161227.750000', '161228.210000', '161228.670000', '161229.130000', '161229.590000', '161230.050000', '161230.510000', '161230.970000', '161231.430000', '161231.890000', '161232.350000', '161232.810000', '161233.270000', '161233.730000', '161234.190000', '161234.650000', '161235.110000', '161235.570000', '161236.030000', '161236.490000', '161236.950000', '161237.410000', '161237.870000', '161238.330000', '161238.790000', '161239.250000', '161239.710000', '161240.170000', '161240.630000', '161241.090000', '161241.550000', '161242.010000', '161242.470000', '161242.930000', '161243.390000', '161243.850000', '161244.310000', '161244.770000', '161245.230000', '161245.690000', '161246.150000', '161246.610000', '161247.070000', '161247.530000', '161247.990000', '161248.450000', '161248.910000', '161249.370000', '161249.830000', '161250.290000', '161250.750000', '161251.210000', '161251.670000', '161252.130000', '161252.590000', '161253.050000', '161253.510000', '161253.970000', '161254.430000', '161254.890000', '161255.350000', '161255.810000', '161256.270000', '161256.730000', '161257.190000', '161257.650000', '161258.110000', '161258.570000', '161259.030000', '161259.490000', '161259.950000', '161300.410000', '161300.870000', '161301.330000', '161301.790000', '161302.250000', '161302.710000', '161303.170000', '161303.630000', '161304.090000', '161304.550000', '161305.010000', '161305.470000', '161305.930000', '161306.390000', '161306.850000', '161307.310000', '161307.770000', '161308.230000', '161308.690000', '161309.150000', '161309.610000', '161310.070000', '161310.530000', '161310.990000', '161311.450000', '161311.910000', '161312.370000', '161312.830000', '161313.290000', '161313.750000', '161314.210000', '161314.670000', '161315.130000', '161315.590000', '161316.050000', '161316.510000', '161316.970000', '161317.430000', '161317.890000', '161318.350000', '161318.810000', '161319.270000', '161319.730000', '161320.190000', '161320.650000', '161321.110000', '161321.570000', '161322.030000', '161322.490000', '161322.950000', '161323.410000', '161323.870000', '161324.330000', '161324.790000', '161325.250000', '161325.710000', '161326.170000', '161326.630000', '161327.090000', '161327.550000', '161328.010000', '161328.470000', '161328.930000', '161329.390000', '161329.850000', '161330.310000', '161330.770000', '161331.230000', '161331.690000', '161332.150000', '161332.610000', '161333.070000', '161333.530000', '161333.990000', '161334.450000', '161334.910000', '161335.370000', '161335.830000', '161336.290000', '161336.750000', '161337.210000', '161337.670000', '161338.130000', '161338.590000', '161339.050000', '161339.510000', '161339.970000', '161340.430000', '161340.890000', '161341.350000', '161341.810000', '161342.270000', '161342.730000', '161343.190000', '161343.650000', '161344.110000', '161344.570000', '161345.030000', '161345.490000', '161345.950000', '161346.410000', '161346.870000', '161347.330000', '161347.790000', '161348.250000', '161348.710000', '161349.170000', '161349.630000', '161350.090000', '161350.550000', '161351.010000', '161351.470000', '161351.930000', '161352.390000', '161352.850000', '161353.310000', '161353.770000', '161354.230000', '161354.690000', '161355.150000', '161355.610000', '161356.070000', '161356.530000', '161356.990000', '161357.450000', '161357.910000', '161358.370000', '161358.830000', '161359.290000', '161359.750000', '161400.210000', '161400.670000', '161401.130000', '161401.590000', '161402.050000', '161402.510000', '161402.970000', '161403.430000', '161403.890000', '161404.350000', '161404.810000', '161405.270000', '161405.730000'], 'ContentTime': ['160733.478000', '160733.481000', '160733.484000', '160733.493000', '160733.496000', '160733.499000', '160733.502000', '160733.505000', '160733.508000', '160733.511000', '160733.514000', '160733.516000', '160733.525000', '160733.528000', '160733.531000', '160733.534000', '160753.438000', '160753.441000', '160753.444000', '160753.447000', '160753.450000', '160753.453000', '160753.456000', '160753.459000', '160753.462000', '160753.465000', '160753.467000', '160753.470000', '160753.473000', '160753.476000', '160753.479000', '160753.482000', '160753.485000', '160753.488000', '160753.491000', '160753.494000', '160753.497000', '160753.500000', '160753.503000', '160753.506000', '160753.509000', '160753.512000', '160753.515000', '160753.518000', '160753.520000', '160753.524000', '160753.527000', '160753.529000', '160753.532000', '160753.539000', '160753.542000', '160753.545000', '160753.548000', '160753.551000', '160753.554000', '160753.573000', '160753.577000', '160753.580000', '160753.583000', '160813.438000', '160813.441000', '160813.444000', '160813.447000', '160813.450000', '160813.453000', '160813.456000', '160813.459000', '160813.462000', '160813.465000', '160813.468000', '160813.471000', '160813.474000', '160813.476000', '160813.479000', '160813.482000', '160813.485000', '160813.488000', '160813.491000', '160813.494000', '160813.497000', '160813.500000', '160813.503000', '160813.506000', '160813.509000', '160813.512000', '160813.515000', '160813.518000', '160813.521000', '160813.524000', '160813.527000', '160813.530000', '160813.533000', '160813.535000', '160813.538000', '160813.541000', '160813.544000', '160813.547000', '160813.550000', '160813.553000', '160813.556000', '160813.559000', '160813.562000', '160833.438000', '160833.441000', '160833.444000', '160833.447000', '160833.450000', '160833.453000', '160833.456000', '160833.459000', '160833.462000', '160833.465000', '160833.468000', '160833.471000', '160833.474000', '160833.477000', '160833.480000', '160833.483000', '160833.486000', '160833.489000', '160833.492000', '160833.495000', '160833.498000', '160833.501000', '160833.504000', '160833.507000', '160833.516000', '160833.519000', '160833.522000', '160833.525000', '160833.528000', '160833.531000', '160833.534000', '160833.537000', '160833.540000', '160833.543000', '160833.546000', '160833.549000', '160833.552000', '160833.555000', '160833.558000', '160833.561000', '160833.564000', '160833.567000', '160833.570000', '160833.573000', '160853.438000', '160853.441000', '160853.444000', '160853.448000', '160853.451000', '160853.455000', '160853.458000', '160853.460000', '160853.463000', '160853.467000', '160853.469000', '160853.472000', '160853.475000', '160853.478000', '160853.481000', '160853.484000', '160853.487000', '160853.490000', '160853.493000', '160853.496000', '160853.499000', '160853.502000', '160853.505000', '160853.508000', '160853.511000', '160853.514000', '160853.517000', '160853.520000', '160853.523000', '160853.526000', '160853.529000', '160853.532000', '160853.535000', '160853.538000', '160853.541000', '160853.544000', '160853.547000', '160853.550000', '160853.553000', '160853.556000', '160853.558000', '160853.562000', '160853.564000', '160913.437000', '160913.440000', '160913.443000', '160913.446000', '160913.449000', '160913.452000', '160913.455000', '160913.458000', '160913.461000', '160913.464000', '160913.467000', '160913.470000', '160913.473000', '160913.476000', '160913.479000', '160913.481000', '160913.485000', '160913.488000', '160913.490000', '160913.493000', '160913.496000', '160913.499000', '160913.502000', '160913.505000', '160913.508000', '160913.511000', '160913.514000', '160913.517000', '160913.520000', '160913.523000', '160913.526000', '160913.529000', '160913.532000', '160913.535000', '160913.538000', '160913.541000', '160913.544000', '160913.547000', '160913.550000', '160913.553000', '160913.556000', '160913.559000', '160913.562000', '160913.565000', '160933.437000', '160933.440000', '160933.443000', '160933.446000', '160933.449000', '160933.452000', '160933.455000', '160933.458000', '160933.461000', '160933.464000', '160933.467000', '160933.470000', '160933.474000', '160933.480000', '160933.483000', '160933.486000', '160933.489000', '160933.492000', '160933.495000', '160933.498000', '160933.501000', '160933.504000', '160933.507000', '160933.510000', '160933.513000', '160933.516000', '160933.519000', '160933.522000', '160933.525000', '160933.528000', '160933.531000', '160933.534000', '160933.537000', '160933.540000', '160933.543000', '160933.551000', '160933.554000', '160933.557000', '160933.560000', '160933.563000', '160933.566000', '160933.569000', '160933.571000', '160953.438000', '160953.441000', '160953.444000', '160953.447000', '160953.450000', '160953.453000', '160953.474000', '160953.477000', '160953.480000', '160953.483000', '160953.486000', '160953.489000', '160953.492000', '160953.494000', '160953.497000', '160953.501000', '160953.503000', '160953.506000', '160953.509000', '160953.512000', '160953.515000', '160953.518000', '160953.521000', '160953.524000', '160953.527000', '160953.530000', '160953.533000', '160953.536000', '160953.539000', '160953.542000', '160953.545000', '160953.548000', '160953.551000', '160953.554000', '160953.557000', '160953.560000', '160953.563000', '160953.566000', '160953.569000', '160953.572000', '160953.575000', '160953.578000', '160953.581000', '160953.584000', '161013.438000', '161013.441000', '161013.444000', '161013.447000', '161013.450000', '161013.453000', '161013.456000', '161013.459000', '161013.462000', '161013.465000', '161013.468000', '161013.471000', '161013.474000', '161013.477000', '161013.480000', '161013.483000', '161013.487000', '161013.490000', '161013.493000', '161013.497000', '161013.500000', '161013.502000', '161013.505000', '161013.508000', '161013.511000', '161013.514000', '161013.517000', '161013.520000', '161013.523000', '161013.526000', '161013.529000', '161013.532000', '161013.535000', '161013.538000', '161013.541000', '161013.544000', '161013.547000', '161013.550000', '161013.553000', '161013.556000', '161013.559000', '161013.562000', '161013.565000', '161033.438000', '161033.441000', '161033.444000', '161033.447000', '161033.450000', '161033.453000', '161033.456000', '161033.459000', '161033.462000', '161033.465000', '161033.468000', '161033.471000', '161033.474000', '161033.477000', '161033.480000', '161033.483000', '161033.486000', '161033.489000', '161033.492000', '161033.495000', '161033.498000', '161033.501000', '161033.504000', '161033.507000', '161033.510000', '161033.513000', '161033.516000', '161033.519000', '161033.522000', '161033.525000', '161033.528000', '161033.531000', '161033.534000', '161033.537000', '161033.540000', '161033.543000', '161033.546000', '161033.549000', '161033.552000', '161033.555000', '161033.558000', '161033.561000', '161033.564000', '161033.567000', '161053.438000', '161053.441000', '161053.444000', '161053.449000', '161053.452000', '161053.455000', '161053.458000', '161053.461000', '161053.464000', '161053.467000', '161053.470000', '161053.473000', '161053.476000', '161053.479000', '161053.482000', '161053.485000', '161053.488000', '161053.491000', '161053.494000', '161053.497000', '161053.500000', '161053.503000', '161053.506000', '161053.509000', '161053.512000', '161053.515000', '161053.518000', '161053.521000', '161053.524000', '161053.527000', '161053.530000', '161053.533000', '161053.536000', '161053.539000', '161053.542000', '161053.545000', '161053.548000', '161053.551000', '161053.554000', '161053.557000', '161053.560000', '161053.562000', '161053.566000', '161113.438000', '161113.441000', '161113.444000', '161113.447000', '161113.450000', '161113.453000', '161113.456000', '161113.459000', '161113.462000', '161113.465000', '161113.468000', '161113.471000', '161113.474000', '161113.477000', '161113.480000', '161113.483000', '161113.486000', '161113.489000', '161113.492000', '161113.495000', '161113.498000', '161113.501000', '161113.504000', '161113.507000', '161113.510000', '161113.513000', '161113.516000', '161113.519000', '161113.522000', '161113.525000', '161113.528000', '161113.531000', '161113.534000', '161113.537000', '161113.540000', '161113.543000', '161113.546000', '161113.549000', '161113.552000', '161113.555000', '161113.558000', '161113.561000', '161113.564000', '161113.567000', '161133.437000', '161133.440000', '161133.443000', '161133.446000', '161133.449000', '161133.460000', '161133.462000', '161133.466000', '161133.469000', '161133.471000', '161133.474000', '161133.477000', '161133.480000', '161133.483000', '161133.486000', '161133.490000', '161133.501000', '161133.504000', '161133.507000', '161133.510000', '161133.513000', '161133.516000', '161133.519000', '161133.522000', '161133.525000', '161133.528000', '161133.532000', '161133.535000', '161133.538000', '161133.541000', '161133.544000', '161133.547000', '161133.549000', '161133.553000', '161133.556000', '161133.558000', '161133.561000', '161133.565000', '161133.568000', '161133.570000', '161133.573000', '161133.577000', '161133.579000', '161153.437000', '161153.440000', '161153.443000', '161153.446000', '161153.449000', '161153.452000', '161153.455000', '161153.458000', '161153.461000', '161153.464000', '161153.467000', '161153.470000', '161153.473000', '161153.476000', '161153.479000', '161153.482000', '161153.485000', '161153.488000', '161153.491000', '161153.494000', '161153.497000', '161153.500000', '161153.503000', '161153.506000', '161153.509000', '161153.512000', '161153.515000', '161153.518000', '161153.521000', '161153.524000', '161153.527000', '161153.529000', '161153.532000', '161153.535000', '161153.538000', '161153.541000', '161153.544000', '161153.547000', '161153.550000', '161153.553000', '161153.556000', '161153.559000', '161153.562000', '161153.565000', '161213.438000', '161213.441000', '161213.444000', '161213.447000', '161213.450000', '161213.453000', '161213.456000', '161213.459000', '161213.462000', '161213.465000', '161213.468000', '161213.471000', '161213.474000', '161213.477000', '161213.480000', '161213.485000', '161213.488000', '161213.491000', '161213.494000', '161213.497000', '161213.500000', '161213.503000', '161213.506000', '161213.509000', '161213.512000', '161213.515000', '161213.518000', '161213.521000', '161213.524000', '161213.527000', '161213.530000', '161213.533000', '161213.536000', '161213.539000', '161213.542000', '161213.545000', '161213.548000', '161213.551000', '161213.555000', '161213.558000', '161213.561000', '161213.564000', '161213.567000', '161233.438000', '161233.441000', '161233.444000', '161233.447000', '161233.450000', '161233.453000', '161233.456000', '161233.459000', '161233.462000', '161233.465000', '161233.468000', '161233.471000', '161233.474000', '161233.477000', '161233.480000', '161233.483000', '161233.486000', '161233.489000', '161233.493000', '161233.496000', '161233.499000', '161233.502000', '161233.505000', '161233.508000', '161233.511000', '161233.514000', '161233.517000', '161233.520000', '161233.523000', '161233.526000', '161233.529000', '161233.532000', '161233.535000', '161233.538000', '161233.541000', '161233.544000', '161233.547000', '161233.550000', '161233.553000', '161233.556000', '161233.559000', '161233.562000', '161233.565000', '161233.568000', '161253.438000', '161253.441000', '161253.444000', '161253.447000', '161253.450000', '161253.454000', '161253.456000', '161253.459000', '161253.462000', '161253.465000', '161253.468000', '161253.471000', '161253.474000', '161253.477000', '161253.480000', '161253.483000', '161253.486000', '161253.489000', '161253.492000', '161253.495000', '161253.498000', '161253.501000', '161253.504000', '161253.507000', '161253.510000', '161253.513000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.528000', '161253.531000', '161253.534000', '161253.537000', '161253.540000', '161253.543000', '161253.546000', '161253.549000', '161253.552000', '161253.555000', '161253.558000', '161253.561000', '161253.564000', '161313.438000', '161313.441000', '161313.444000', '161313.447000', '161313.450000', '161313.453000', '161313.456000', '161313.459000', '161313.462000', '161313.465000', '161313.468000', '161313.471000', '161313.474000', '161313.477000', '161313.480000', '161313.483000', '161313.486000', '161313.489000', '161313.492000', '161313.495000', '161313.498000', '161313.501000', '161313.504000', '161313.507000', '161313.510000', '161313.513000', '161313.526000', '161313.529000', '161313.532000', '161313.535000', '161313.538000', '161313.541000', '161313.544000', '161313.547000', '161313.550000', '161313.553000', '161313.556000', '161313.559000', '161313.562000', '161313.565000', '161313.568000', '161313.571000', '161313.574000', '161313.577000', '161333.438000', '161333.441000', '161333.444000', '161333.447000', '161333.450000', '161333.453000', '161333.456000', '161333.459000', '161333.462000', '161333.465000', '161333.468000', '161333.471000', '161333.474000', '161333.477000', '161333.480000', '161333.483000', '161333.486000', '161333.489000', '161333.492000', '161333.495000', '161333.498000', '161333.501000', '161333.504000', '161333.507000', '161333.510000', '161333.513000', '161333.516000', '161333.519000', '161333.523000', '161333.526000', '161333.529000', '161333.532000', '161333.535000', '161333.538000', '161333.541000', '161333.544000', '161333.547000', '161333.550000', '161333.553000', '161333.556000', '161333.559000', '161333.562000', '161333.567000', '161353.437000', '161353.440000', '161353.443000', '161353.446000', '161353.449000', '161353.452000', '161353.455000', '161353.458000', '161353.461000', '161353.464000', '161353.467000', '161353.470000', '161353.473000', '161353.476000', '161353.479000', '161353.482000', '161353.485000', '161353.488000', '161353.491000', '161353.494000', '161353.497000', '161353.500000', '161353.503000', '161353.506000', '161353.509000', '161353.512000', '161353.515000', '161353.518000', '161353.521000', '161353.524000', '161353.527000', '161353.530000', '161353.533000', '161353.536000', '161353.539000', '161353.542000', '161353.545000', '161353.548000', '161353.551000', '161353.554000', '161353.556000', '161353.560000', '161353.562000', '161353.565000', '161407.207000', '161407.211000', '161407.214000', '161407.217000', '161407.220000', '161407.224000', '161407.227000', '161407.230000', '161407.233000', '161407.237000', '161407.240000', '161407.243000', '161407.247000', '161407.250000', '161407.253000', '161407.256000', '161407.259000', '161407.262000', '161407.265000', '161407.268000', '161407.271000', '161407.274000', '161407.277000', '161407.281000', '161407.284000', '161407.287000', '161407.290000', '161407.293000', '161407.296000', '161407.299000'], 'InstanceCreationTime': ['160733.478000', '160733.481000', '160733.484000', '160733.493000', '160733.496000', '160733.499000', '160733.502000', '160733.505000', '160733.508000', '160733.511000', '160733.514000', '160733.516000', '160733.525000', '160733.528000', '160733.531000', '160733.534000', '160753.438000', '160753.441000', '160753.444000', '160753.447000', '160753.450000', '160753.453000', '160753.456000', '160753.459000', '160753.462000', '160753.465000', '160753.467000', '160753.470000', '160753.473000', '160753.476000', '160753.479000', '160753.482000', '160753.485000', '160753.488000', '160753.491000', '160753.494000', '160753.497000', '160753.500000', '160753.503000', '160753.506000', '160753.509000', '160753.512000', '160753.515000', '160753.518000', '160753.520000', '160753.524000', '160753.527000', '160753.529000', '160753.532000', '160753.539000', '160753.542000', '160753.545000', '160753.548000', '160753.551000', '160753.554000', '160753.573000', '160753.577000', '160753.580000', '160753.583000', '160813.438000', '160813.441000', '160813.444000', '160813.447000', '160813.450000', '160813.453000', '160813.456000', '160813.459000', '160813.462000', '160813.465000', '160813.468000', '160813.471000', '160813.474000', '160813.476000', '160813.479000', '160813.482000', '160813.485000', '160813.488000', '160813.491000', '160813.494000', '160813.497000', '160813.500000', '160813.503000', '160813.506000', '160813.509000', '160813.512000', '160813.515000', '160813.518000', '160813.521000', '160813.524000', '160813.527000', '160813.530000', '160813.533000', '160813.535000', '160813.538000', '160813.541000', '160813.544000', '160813.547000', '160813.550000', '160813.553000', '160813.556000', '160813.559000', '160813.562000', '160833.438000', '160833.441000', '160833.444000', '160833.447000', '160833.450000', '160833.453000', '160833.456000', '160833.459000', '160833.462000', '160833.465000', '160833.468000', '160833.471000', '160833.474000', '160833.477000', '160833.480000', '160833.483000', '160833.486000', '160833.489000', '160833.492000', '160833.495000', '160833.498000', '160833.501000', '160833.504000', '160833.507000', '160833.516000', '160833.519000', '160833.522000', '160833.525000', '160833.528000', '160833.531000', '160833.534000', '160833.537000', '160833.540000', '160833.543000', '160833.546000', '160833.549000', '160833.552000', '160833.555000', '160833.558000', '160833.561000', '160833.564000', '160833.567000', '160833.570000', '160833.573000', '160853.438000', '160853.441000', '160853.444000', '160853.448000', '160853.451000', '160853.455000', '160853.458000', '160853.460000', '160853.463000', '160853.467000', '160853.469000', '160853.472000', '160853.475000', '160853.478000', '160853.481000', '160853.484000', '160853.487000', '160853.490000', '160853.493000', '160853.496000', '160853.499000', '160853.502000', '160853.505000', '160853.508000', '160853.511000', '160853.514000', '160853.517000', '160853.520000', '160853.523000', '160853.526000', '160853.529000', '160853.532000', '160853.535000', '160853.538000', '160853.541000', '160853.544000', '160853.547000', '160853.550000', '160853.553000', '160853.556000', '160853.558000', '160853.562000', '160853.564000', '160913.437000', '160913.440000', '160913.443000', '160913.446000', '160913.449000', '160913.452000', '160913.455000', '160913.458000', '160913.461000', '160913.464000', '160913.467000', '160913.470000', '160913.473000', '160913.476000', '160913.479000', '160913.481000', '160913.485000', '160913.488000', '160913.490000', '160913.493000', '160913.496000', '160913.499000', '160913.502000', '160913.505000', '160913.508000', '160913.511000', '160913.514000', '160913.517000', '160913.520000', '160913.523000', '160913.526000', '160913.529000', '160913.532000', '160913.535000', '160913.538000', '160913.541000', '160913.544000', '160913.547000', '160913.550000', '160913.553000', '160913.556000', '160913.559000', '160913.562000', '160913.565000', '160933.437000', '160933.440000', '160933.443000', '160933.446000', '160933.449000', '160933.452000', '160933.455000', '160933.458000', '160933.461000', '160933.464000', '160933.467000', '160933.470000', '160933.474000', '160933.480000', '160933.483000', '160933.486000', '160933.489000', '160933.492000', '160933.495000', '160933.498000', '160933.501000', '160933.504000', '160933.507000', '160933.510000', '160933.513000', '160933.516000', '160933.519000', '160933.522000', '160933.525000', '160933.528000', '160933.531000', '160933.534000', '160933.537000', '160933.540000', '160933.543000', '160933.551000', '160933.554000', '160933.557000', '160933.560000', '160933.563000', '160933.566000', '160933.569000', '160933.571000', '160953.438000', '160953.441000', '160953.444000', '160953.447000', '160953.450000', '160953.453000', '160953.474000', '160953.477000', '160953.480000', '160953.483000', '160953.486000', '160953.489000', '160953.492000', '160953.494000', '160953.497000', '160953.501000', '160953.503000', '160953.506000', '160953.509000', '160953.512000', '160953.515000', '160953.518000', '160953.521000', '160953.524000', '160953.527000', '160953.530000', '160953.533000', '160953.536000', '160953.539000', '160953.542000', '160953.545000', '160953.548000', '160953.551000', '160953.554000', '160953.557000', '160953.560000', '160953.563000', '160953.566000', '160953.569000', '160953.572000', '160953.575000', '160953.578000', '160953.581000', '160953.584000', '161013.438000', '161013.441000', '161013.444000', '161013.447000', '161013.450000', '161013.453000', '161013.456000', '161013.459000', '161013.462000', '161013.465000', '161013.468000', '161013.471000', '161013.474000', '161013.477000', '161013.480000', '161013.483000', '161013.487000', '161013.490000', '161013.493000', '161013.497000', '161013.500000', '161013.502000', '161013.505000', '161013.508000', '161013.511000', '161013.514000', '161013.517000', '161013.520000', '161013.523000', '161013.526000', '161013.529000', '161013.532000', '161013.535000', '161013.538000', '161013.541000', '161013.544000', '161013.547000', '161013.550000', '161013.553000', '161013.556000', '161013.559000', '161013.562000', '161013.565000', '161033.438000', '161033.441000', '161033.444000', '161033.447000', '161033.450000', '161033.453000', '161033.456000', '161033.459000', '161033.462000', '161033.465000', '161033.468000', '161033.471000', '161033.474000', '161033.477000', '161033.480000', '161033.483000', '161033.486000', '161033.489000', '161033.492000', '161033.495000', '161033.498000', '161033.501000', '161033.504000', '161033.507000', '161033.510000', '161033.513000', '161033.516000', '161033.519000', '161033.522000', '161033.525000', '161033.528000', '161033.531000', '161033.534000', '161033.537000', '161033.540000', '161033.543000', '161033.546000', '161033.549000', '161033.552000', '161033.555000', '161033.558000', '161033.561000', '161033.564000', '161033.567000', '161053.438000', '161053.441000', '161053.444000', '161053.449000', '161053.452000', '161053.455000', '161053.458000', '161053.461000', '161053.464000', '161053.467000', '161053.470000', '161053.473000', '161053.476000', '161053.479000', '161053.482000', '161053.485000', '161053.488000', '161053.491000', '161053.494000', '161053.497000', '161053.500000', '161053.503000', '161053.506000', '161053.509000', '161053.512000', '161053.515000', '161053.518000', '161053.521000', '161053.524000', '161053.527000', '161053.530000', '161053.533000', '161053.536000', '161053.539000', '161053.542000', '161053.545000', '161053.548000', '161053.551000', '161053.554000', '161053.557000', '161053.560000', '161053.562000', '161053.566000', '161113.438000', '161113.441000', '161113.444000', '161113.447000', '161113.450000', '161113.453000', '161113.456000', '161113.459000', '161113.462000', '161113.465000', '161113.468000', '161113.471000', '161113.474000', '161113.477000', '161113.480000', '161113.483000', '161113.486000', '161113.489000', '161113.492000', '161113.495000', '161113.498000', '161113.501000', '161113.504000', '161113.507000', '161113.510000', '161113.513000', '161113.516000', '161113.519000', '161113.522000', '161113.525000', '161113.528000', '161113.531000', '161113.534000', '161113.537000', '161113.540000', '161113.543000', '161113.546000', '161113.549000', '161113.552000', '161113.555000', '161113.558000', '161113.561000', '161113.564000', '161113.567000', '161133.437000', '161133.440000', '161133.443000', '161133.446000', '161133.449000', '161133.460000', '161133.462000', '161133.466000', '161133.469000', '161133.471000', '161133.474000', '161133.477000', '161133.480000', '161133.483000', '161133.486000', '161133.490000', '161133.501000', '161133.504000', '161133.507000', '161133.510000', '161133.513000', '161133.516000', '161133.519000', '161133.522000', '161133.525000', '161133.528000', '161133.532000', '161133.535000', '161133.538000', '161133.541000', '161133.544000', '161133.547000', '161133.549000', '161133.553000', '161133.556000', '161133.558000', '161133.561000', '161133.565000', '161133.568000', '161133.570000', '161133.573000', '161133.577000', '161133.579000', '161153.437000', '161153.440000', '161153.443000', '161153.446000', '161153.449000', '161153.452000', '161153.455000', '161153.458000', '161153.461000', '161153.464000', '161153.467000', '161153.470000', '161153.473000', '161153.476000', '161153.479000', '161153.482000', '161153.485000', '161153.488000', '161153.491000', '161153.494000', '161153.497000', '161153.500000', '161153.503000', '161153.506000', '161153.509000', '161153.512000', '161153.515000', '161153.518000', '161153.521000', '161153.524000', '161153.527000', '161153.529000', '161153.532000', '161153.535000', '161153.538000', '161153.541000', '161153.544000', '161153.547000', '161153.550000', '161153.553000', '161153.556000', '161153.559000', '161153.562000', '161153.565000', '161213.438000', '161213.441000', '161213.444000', '161213.447000', '161213.450000', '161213.453000', '161213.456000', '161213.459000', '161213.462000', '161213.465000', '161213.468000', '161213.471000', '161213.474000', '161213.477000', '161213.480000', '161213.485000', '161213.488000', '161213.491000', '161213.494000', '161213.497000', '161213.500000', '161213.503000', '161213.506000', '161213.509000', '161213.512000', '161213.515000', '161213.518000', '161213.521000', '161213.524000', '161213.527000', '161213.530000', '161213.533000', '161213.536000', '161213.539000', '161213.542000', '161213.545000', '161213.548000', '161213.551000', '161213.555000', '161213.558000', '161213.561000', '161213.564000', '161213.567000', '161233.438000', '161233.441000', '161233.444000', '161233.447000', '161233.450000', '161233.453000', '161233.456000', '161233.459000', '161233.462000', '161233.465000', '161233.468000', '161233.471000', '161233.474000', '161233.477000', '161233.480000', '161233.483000', '161233.486000', '161233.489000', '161233.493000', '161233.496000', '161233.499000', '161233.502000', '161233.505000', '161233.508000', '161233.511000', '161233.514000', '161233.517000', '161233.520000', '161233.523000', '161233.526000', '161233.529000', '161233.532000', '161233.535000', '161233.538000', '161233.541000', '161233.544000', '161233.547000', '161233.550000', '161233.553000', '161233.556000', '161233.559000', '161233.562000', '161233.565000', '161233.568000', '161253.438000', '161253.441000', '161253.444000', '161253.447000', '161253.450000', '161253.454000', '161253.456000', '161253.459000', '161253.462000', '161253.465000', '161253.468000', '161253.471000', '161253.474000', '161253.477000', '161253.480000', '161253.483000', '161253.486000', '161253.489000', '161253.492000', '161253.495000', '161253.498000', '161253.501000', '161253.504000', '161253.507000', '161253.510000', '161253.513000', '161253.516000', '161253.519000', '161253.522000', '161253.525000', '161253.528000', '161253.531000', '161253.534000', '161253.537000', '161253.540000', '161253.543000', '161253.546000', '161253.549000', '161253.552000', '161253.555000', '161253.558000', '161253.561000', '161253.564000', '161313.438000', '161313.441000', '161313.444000', '161313.447000', '161313.450000', '161313.453000', '161313.456000', '161313.459000', '161313.462000', '161313.465000', '161313.468000', '161313.471000', '161313.474000', '161313.477000', '161313.480000', '161313.483000', '161313.486000', '161313.489000', '161313.492000', '161313.495000', '161313.498000', '161313.501000', '161313.504000', '161313.507000', '161313.510000', '161313.513000', '161313.526000', '161313.529000', '161313.532000', '161313.535000', '161313.538000', '161313.541000', '161313.544000', '161313.547000', '161313.550000', '161313.553000', '161313.556000', '161313.559000', '161313.562000', '161313.565000', '161313.568000', '161313.571000', '161313.574000', '161313.577000', '161333.438000', '161333.441000', '161333.444000', '161333.447000', '161333.450000', '161333.453000', '161333.456000', '161333.459000', '161333.462000', '161333.465000', '161333.468000', '161333.471000', '161333.474000', '161333.477000', '161333.480000', '161333.483000', '161333.486000', '161333.489000', '161333.492000', '161333.495000', '161333.498000', '161333.501000', '161333.504000', '161333.507000', '161333.510000', '161333.513000', '161333.516000', '161333.519000', '161333.523000', '161333.526000', '161333.529000', '161333.532000', '161333.535000', '161333.538000', '161333.541000', '161333.544000', '161333.547000', '161333.550000', '161333.553000', '161333.556000', '161333.559000', '161333.562000', '161333.567000', '161353.437000', '161353.440000', '161353.443000', '161353.446000', '161353.449000', '161353.452000', '161353.455000', '161353.458000', '161353.461000', '161353.464000', '161353.467000', '161353.470000', '161353.473000', '161353.476000', '161353.479000', '161353.482000', '161353.485000', '161353.488000', '161353.491000', '161353.494000', '161353.497000', '161353.500000', '161353.503000', '161353.506000', '161353.509000', '161353.512000', '161353.515000', '161353.518000', '161353.521000', '161353.524000', '161353.527000', '161353.530000', '161353.533000', '161353.536000', '161353.539000', '161353.542000', '161353.545000', '161353.548000', '161353.551000', '161353.554000', '161353.556000', '161353.560000', '161353.562000', '161353.565000', '161407.207000', '161407.211000', '161407.214000', '161407.217000', '161407.220000', '161407.224000', '161407.227000', '161407.230000', '161407.233000', '161407.237000', '161407.240000', '161407.243000', '161407.247000', '161407.250000', '161407.253000', '161407.256000', '161407.259000', '161407.262000', '161407.265000', '161407.268000', '161407.271000', '161407.274000', '161407.277000', '161407.281000', '161407.284000', '161407.287000', '161407.290000', '161407.293000', '161407.296000', '161407.299000'], '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': [9390, 12142, 8853, 10631, 8912, 11065, 8606, 12055, 8372, 11400, 8137, 12785, 9170, 13371, 8371, 12521, 11679, 11242, 14434, 10466, 12236, 8794, 10568, 7729, 11284, 7838, 11519, 8576, 13032, 7990, 12514, 8043, 13217, 8481, 13480, 9209, 13649, 9218, 12806, 8514, 12830, 12233, 12131, 15266, 11715, 15666, 11165, 12987, 10986, 13800, 10805, 15320, 10597, 15717, 10057, 14529, 8944, 11370, 8750, 11595, 8541, 11647, 8604, 11708, 8246, 10853, 13394, 9215, 13017, 9281, 12075, 9303, 10791, 10446, 9174, 16201, 8798, 11033, 8321, 10747, 8478, 10860, 8100, 11538, 7580, 11972, 8619, 11462, 9169, 10708, 14630, 9496, 12553, 8885, 11502, 10402, 11182, 11299, 9826, 13869, 9224, 12480, 9120, 11866, 9318, 10950, 8186, 11510, 7887, 11906, 8316, 11433, 13186, 10853, 14181, 10001, 14239, 9528, 12547, 9277, 12406, 9312, 11906, 8253, 11728, 7947, 11466, 15183, 10698, 17053, 10063, 13791, 8710, 11349, 8563, 11643, 8578, 12058, 8594, 11287, 7664, 11066, 8590, 10804, 12836, 9953, 12866, 9537, 11977, 8834, 12135, 9069, 12332, 8900, 12315, 8642, 12383, 7889, 11744, 10861, 11230, 15251, 9901, 13755, 10106, 12237, 9066, 12922, 10517, 14156, 9931, 9136, 9698, 9439, 14370, 10143, 14500, 10461, 14672, 11935, 14550, 12447, 13847, 10421, 12170, 9311, 13690, 9708, 13286, 9905, 9982, 11573, 9501, 11987, 11928, 12505, 9112, 12352, 9492, 12061, 13689, 11594, 15081, 11317, 8658, 11267, 7993, 11854, 9179, 12336, 10814, 12027, 9472, 11826, 11765, 11429, 16228, 10291, 14625, 10763, 13769, 9057, 11716, 8806, 11874, 8527, 11399, 8404, 11270, 8349, 11333, 8095, 10992, 15569, 9782, 13610, 9551, 11652, 8657, 11473, 8562, 11897, 8842, 12066, 8688, 12194, 8022, 11533, 14078, 10437, 14740, 10664, 13187, 8898, 11015, 8595, 11197, 11366, 10491, 15543, 9271, 11522, 8338, 11534, 8376, 11646, 8003, 11384, 12558, 9657, 12082, 8639, 11547, 7873, 10661, 16608, 9355, 11480, 8385, 11290, 7648, 10786, 13680, 9480, 12349, 9135, 11757, 8249, 11487, 8884, 11753, 10762, 10835, 13769, 9545, 12529, 8920, 12530, 15874, 10804, 16487, 8964, 12192, 8589, 11534, 7717, 11180, 7978, 10420, 10493, 10062, 13224, 9729, 12060, 10037, 11877, 8059, 11313, 16780, 9414, 12800, 10952, 12069, 8372, 11524, 7481, 11987, 7756, 11547, 9870, 11806, 8124, 11655, 8644, 11594, 12348, 10572, 13497, 10356, 13019, 9327, 12097, 8949, 12506, 9031, 12408, 9252, 12505, 8409, 11344, 13551, 10239, 16509, 9722, 13690, 9135, 12001, 8674, 12015, 8951, 12482, 9908, 11969, 9076, 12036, 8975, 12616, 8750, 12604, 10619, 11677, 13589, 11188, 16555, 10001, 13303, 10248, 11802, 8585, 11985, 9007, 12352, 9826, 12371, 9601, 12586, 9612, 12736, 9699, 12893, 10555, 12638, 9128, 12812, 9101, 12614, 8717, 12792, 10121, 12039, 8775, 11575, 10367, 11703, 13616, 10594, 14074, 10602, 9232, 11542, 10194, 13987, 9925, 11961, 8949, 12845, 9807, 14147, 9493, 13831, 8808, 12513, 9530, 12872, 9263, 13676, 8761, 11958, 8544, 11435, 12719, 10899, 9845, 11590, 7634, 12542, 9058, 12621, 9147, 13053, 9115, 13002, 9118, 13232, 9799, 12374, 15144, 11505, 15184, 11057, 15571, 9754, 14836, 9263, 12062, 9759, 12168, 8850, 11424, 8512, 11534, 8500, 11274, 15961, 9873, 16137, 8771, 11452, 8711, 10950, 8483, 10807, 14205, 10118, 12789, 9261, 11740, 9064, 11651, 8757, 11683, 8906, 11889, 8316, 11941, 10695, 10849, 16159, 10691, 12917, 8837, 11777, 8755, 11860, 8326, 12075, 8886, 11809, 8125, 12396, 9156, 12730, 9226, 12821, 9212, 12219, 11528, 11345, 16315, 11171, 16455, 12148, 14130, 9215, 13049, 9570, 11838, 10949, 8960, 12255, 8283, 12949, 8978, 12975, 9621, 13219, 9555, 12388, 8800, 12659, 8978, 12314, 9257, 12050, 8790, 11852, 8010, 11767, 12516, 11037, 14775, 10641, 9526, 10148, 10160, 10618, 13189, 10046, 12653, 10091, 12111, 8865, 11828, 8607, 11577, 15936, 10389, 15751, 8883, 11311, 8448, 11030, 8115, 11305, 10170, 9860, 14110, 9592, 12692, 9349, 13590, 9752, 8515, 9672, 7983, 12831, 9792, 13139, 15413, 12319, 15880, 9683, 12001, 9996, 11015, 8920, 11102, 10538, 9893, 8114, 9483, 9552, 9512, 12490, 9119, 11618, 9370, 11334, 8509, 11812, 8658, 11977, 8544, 11567, 14165, 11028, 12657, 9612, 11382, 9604, 12867, 9464, 12353, 9847, 13244, 8746, 11564, 8054, 12173, 13338, 11586, 16517, 11020, 14427, 9721, 13564, 9233, 12690, 9302, 12028, 9151, 11483, 8772, 11457, 9189, 11462, 8598, 11104, 15908, 10117, 15742, 9431, 11953, 8964, 10855, 9346, 11548, 8773, 11329, 7857, 10603, 7803, 10017, 11375, 10068, 9570, 11696, 7682, 12584, 8561, 13100, 9022, 12426, 15418, 11611, 10089, 12190, 8222, 12796, 10574, 12725, 12935, 12433, 8292, 12189, 7985, 12099, 11280, 11940, 13563, 11746, 8087, 11482, 8141, 11900, 15041, 10797, 16303, 10034, 13361, 8633, 11210, 8973, 11303, 9123, 11727, 8343, 11460, 7719, 11107, 9072, 10671, 12799, 9842, 11956, 9749, 11628, 9074, 11991, 9036, 12188, 8749, 12606, 8846, 12000, 8398, 11598, 14533, 10523, 15924, 10146, 12770, 8725, 10405, 9454, 10319, 12387, 10480, 12377, 8119, 12480, 9060, 13573, 9988, 14026, 10641, 14771, 9592, 13353, 9479, 13897, 9239, 14206, 9908, 13561, 8953, 13162, 9229, 10447, 11216, 8216, 11660, 10265, 12522, 9005, 13600, 9749, 14547, 10945, 9778, 11650, 8346, 12864, 8516, 12899, 9353, 13882, 8643, 12142, 8415, 11891, 8541, 12458, 8745, 12396, 8805, 12342, 8639, 11070, 8164, 11014, 14790, 10149, 16090, 11058, 13970, 8606, 11188, 8533, 11614, 8713, 11467, 8471, 11052, 8561, 11478, 8134, 12349, 8674, 12373, 8225, 12119, 9318, 14676, 13960, 12643, 10792, 11614, 8615, 9673, 10505, 9682, 16731, 11742, 15578, 12018, 13334, 9306, 10390, 9374, 9490, 8330, 9631, 11535, 9399, 13553, 8902, 11852, 8791, 9990, 8903, 9744, 8761, 9934, 8079, 9737, 8156, 10026, 16208, 9403, 14029, 10837, 12673, 10943, 11313, 8095, 9232, 8372, 8604, 8177, 9979, 7922, 8737, 10478, 9761, 12855, 9827, 13166, 10218, 12176, 12788, 10736, 15515, 10974, 8629, 8168, 7523, 8026, 7524, 8690, 7227, 8601], 'WindowCenter': [4512.0, 4515.0, 4481.0, 4489.0, 4467.0, 4498.0, 4474.0, 4506.0, 4476.0, 4510.0, 4480.0, 4522.0, 4492.0, 4520.0, 4463.0, 4494.0, 4483.0, 4484.0, 4507.0, 4485.0, 4498.0, 4478.0, 4496.0, 4467.0, 4498.0, 4467.0, 4495.0, 4476.0, 4507.0, 4467.0, 4497.0, 4466.0, 4506.0, 4476.0, 4507.0, 4488.0, 4521.0, 4489.0, 4508.0, 4466.0, 4494.0, 4483.0, 4495.0, 4504.0, 4484.0, 4503.0, 4484.0, 4492.0, 4473.0, 4491.0, 4473.0, 4501.0, 4471.0, 4500.0, 4473.0, 4493.0, 4461.0, 4470.0, 4460.0, 4485.0, 4463.0, 4497.0, 4477.0, 4495.0, 4462.0, 4485.0, 4505.0, 4475.0, 4494.0, 4475.0, 4494.0, 4465.0, 4472.0, 4470.0, 4462.0, 4501.0, 4452.0, 4482.0, 4463.0, 4483.0, 4463.0, 4484.0, 4453.0, 4495.0, 4466.0, 4507.0, 4478.0, 4509.0, 4477.0, 4499.0, 4516.0, 4486.0, 4498.0, 4466.0, 4495.0, 4485.0, 4485.0, 4485.0, 4475.0, 4505.0, 4473.0, 4494.0, 4474.0, 4497.0, 4476.0, 4485.0, 4477.0, 4509.0, 4469.0, 4508.0, 4476.0, 4510.0, 4519.0, 4501.0, 4519.0, 4488.0, 4507.0, 4488.0, 4509.0, 4489.0, 4510.0, 4476.0, 4496.0, 4466.0, 4496.0, 4464.0, 4495.0, 4515.0, 4486.0, 4525.0, 4487.0, 4506.0, 4465.0, 4484.0, 4465.0, 4496.0, 4464.0, 4495.0, 4464.0, 4484.0, 4453.0, 4484.0, 4464.0, 4486.0, 4505.0, 4500.0, 4520.0, 4499.0, 4508.0, 4480.0, 4498.0, 4477.0, 4509.0, 4479.0, 4511.0, 4478.0, 4508.0, 4466.0, 4509.0, 4499.0, 4513.0, 4532.0, 4502.0, 4533.0, 4501.0, 4509.0, 4490.0, 4534.0, 4501.0, 4531.0, 4526.0, 4515.0, 4519.0, 4508.0, 4532.0, 4502.0, 4520.0, 4510.0, 4534.0, 4512.0, 4534.0, 4510.0, 4509.0, 4488.0, 4496.0, 4487.0, 4517.0, 4489.0, 4518.0, 4486.0, 4485.0, 4495.0, 4487.0, 4509.0, 4510.0, 4509.0, 4477.0, 4497.0, 4475.0, 4495.0, 4505.0, 4496.0, 4516.0, 4487.0, 4464.0, 4495.0, 4466.0, 4497.0, 4489.0, 4522.0, 4513.0, 4522.0, 4491.0, 4498.0, 4497.0, 4495.0, 4543.0, 4502.0, 4518.0, 4501.0, 4508.0, 4477.0, 4485.0, 4465.0, 4485.0, 4466.0, 4486.0, 4464.0, 4484.0, 4452.0, 4482.0, 4453.0, 4484.0, 4517.0, 4487.0, 4494.0, 4475.0, 4482.0, 4463.0, 4483.0, 4464.0, 4498.0, 4491.0, 4510.0, 4478.0, 4498.0, 4467.0, 4497.0, 4518.0, 4498.0, 4521.0, 4487.0, 4497.0, 4464.0, 4483.0, 4464.0, 4483.0, 4483.0, 4486.0, 4504.0, 4464.0, 4483.0, 4465.0, 4484.0, 4465.0, 4486.0, 4467.0, 4497.0, 4495.0, 4487.0, 4496.0, 4477.0, 4496.0, 4467.0, 4489.0, 4518.0, 4478.0, 4485.0, 4466.0, 4484.0, 4453.0, 4488.0, 4518.0, 4489.0, 4507.0, 4478.0, 4498.0, 4469.0, 4499.0, 4492.0, 4512.0, 4500.0, 4501.0, 4521.0, 4490.0, 4510.0, 4479.0, 4510.0, 4530.0, 4501.0, 4517.0, 4478.0, 4497.0, 4468.0, 4499.0, 4469.0, 4499.0, 4468.0, 4499.0, 4497.0, 4491.0, 4521.0, 4504.0, 4524.0, 4504.0, 4512.0, 4468.0, 4501.0, 4529.0, 4491.0, 4512.0, 4500.0, 4497.0, 4468.0, 4487.0, 4455.0, 4496.0, 4467.0, 4499.0, 4487.0, 4498.0, 4468.0, 4497.0, 4477.0, 4498.0, 4509.0, 4501.0, 4509.0, 4500.0, 4510.0, 4489.0, 4498.0, 4477.0, 4497.0, 4478.0, 4497.0, 4477.0, 4497.0, 4466.0, 4487.0, 4494.0, 4485.0, 4526.0, 4485.0, 4504.0, 4475.0, 4496.0, 4466.0, 4497.0, 4476.0, 4507.0, 4487.0, 4499.0, 4479.0, 4508.0, 4479.0, 4510.0, 4479.0, 4509.0, 4486.0, 4498.0, 4507.0, 4499.0, 4517.0, 4489.0, 4507.0, 4488.0, 4495.0, 4476.0, 4497.0, 4477.0, 4508.0, 4490.0, 4509.0, 4489.0, 4510.0, 4489.0, 4510.0, 4502.0, 4509.0, 4502.0, 4511.0, 4480.0, 4508.0, 4479.0, 4500.0, 4477.0, 4508.0, 4485.0, 4496.0, 4464.0, 4485.0, 4476.0, 4497.0, 4507.0, 4489.0, 4519.0, 4501.0, 4479.0, 4500.0, 4503.0, 4520.0, 4492.0, 4511.0, 4492.0, 4535.0, 4505.0, 4523.0, 4504.0, 4522.0, 4493.0, 4499.0, 4493.0, 4511.0, 4478.0, 4507.0, 4465.0, 4485.0, 4454.0, 4497.0, 4509.0, 4487.0, 4476.0, 4498.0, 4454.0, 4507.0, 4478.0, 4524.0, 4488.0, 4521.0, 4491.0, 4521.0, 4490.0, 4521.0, 4500.0, 4524.0, 4533.0, 4511.0, 4522.0, 4500.0, 4506.0, 4477.0, 4507.0, 4480.0, 4497.0, 4491.0, 4497.0, 4477.0, 4488.0, 4467.0, 4486.0, 4478.0, 4489.0, 4507.0, 4476.0, 4504.0, 4454.0, 4483.0, 4452.0, 4473.0, 4453.0, 4485.0, 4494.0, 4477.0, 4495.0, 4476.0, 4484.0, 4465.0, 4499.0, 4479.0, 4498.0, 4478.0, 4498.0, 4465.0, 4496.0, 4487.0, 4500.0, 4518.0, 4488.0, 4498.0, 4479.0, 4494.0, 4468.0, 4487.0, 4468.0, 4497.0, 4477.0, 4499.0, 4467.0, 4507.0, 4491.0, 4524.0, 4504.0, 4522.0, 4489.0, 4510.0, 4500.0, 4499.0, 4531.0, 4500.0, 4518.0, 4497.0, 4495.0, 4465.0, 4495.0, 4477.0, 4497.0, 4484.0, 4466.0, 4495.0, 4454.0, 4493.0, 4476.0, 4509.0, 4479.0, 4509.0, 4479.0, 4495.0, 4465.0, 4495.0, 4478.0, 4494.0, 4476.0, 4496.0, 4464.0, 4482.0, 4452.0, 4484.0, 4508.0, 4486.0, 4504.0, 4473.0, 4461.0, 4475.0, 4473.0, 4486.0, 4507.0, 4490.0, 4507.0, 4489.0, 4497.0, 4477.0, 4496.0, 4466.0, 4498.0, 4518.0, 4488.0, 4505.0, 4465.0, 4489.0, 4457.0, 4476.0, 4456.0, 4488.0, 4486.0, 4487.0, 4518.0, 4477.0, 4522.0, 4493.0, 4524.0, 4490.0, 4492.0, 4502.0, 4484.0, 4524.0, 4517.0, 4537.0, 4547.0, 4527.0, 4533.0, 4482.0, 4500.0, 4481.0, 4501.0, 4478.0, 4486.0, 4488.0, 4489.0, 4456.0, 4477.0, 4475.0, 4477.0, 4509.0, 4479.0, 4498.0, 4479.0, 4500.0, 4479.0, 4498.0, 4478.0, 4500.0, 4492.0, 4513.0, 4523.0, 4504.0, 4511.0, 4489.0, 4499.0, 4491.0, 4522.0, 4504.0, 4513.0, 4494.0, 4512.0, 4480.0, 4499.0, 4467.0, 4499.0, 4510.0, 4501.0, 4530.0, 4503.0, 4510.0, 4478.0, 4496.0, 4478.0, 4497.0, 4477.0, 4499.0, 4480.0, 4487.0, 4468.0, 4488.0, 4467.0, 4488.0, 4468.0, 4489.0, 4520.0, 4480.0, 4507.0, 4479.0, 4488.0, 4468.0, 4485.0, 4491.0, 4499.0, 4479.0, 4500.0, 4468.0, 4503.0, 4470.0, 4501.0, 4499.0, 4500.0, 4503.0, 4511.0, 4468.0, 4509.0, 4480.0, 4510.0, 4492.0, 4511.0, 4520.0, 4501.0, 4502.0, 4525.0, 4481.0, 4524.0, 4491.0, 4511.0, 4510.0, 4512.0, 4468.0, 4499.0, 4458.0, 4498.0, 4488.0, 4501.0, 4499.0, 4497.0, 4456.0, 4486.0, 4457.0, 4488.0, 4506.0, 4488.0, 4519.0, 4476.0, 4494.0, 4454.0, 4471.0, 4453.0, 4474.0, 4464.0, 4485.0, 4454.0, 4486.0, 4445.0, 4485.0, 4466.0, 4486.0, 4498.0, 4488.0, 4500.0, 4480.0, 4499.0, 4478.0, 4499.0, 4479.0, 4511.0, 4480.0, 4511.0, 4480.0, 4500.0, 4469.0, 4500.0, 4520.0, 4501.0, 4519.0, 4504.0, 4510.0, 4493.0, 4499.0, 4489.0, 4503.0, 4523.0, 4504.0, 4510.0, 4494.0, 4524.0, 4506.0, 4534.0, 4504.0, 4523.0, 4515.0, 4533.0, 4490.0, 4509.0, 4478.0, 4520.0, 4478.0, 4507.0, 4491.0, 4506.0, 4467.0, 4498.0, 4477.0, 4487.0, 4504.0, 4447.0, 4486.0, 4490.0, 4509.0, 4489.0, 4520.0, 4504.0, 4521.0, 4501.0, 4488.0, 4488.0, 4456.0, 4486.0, 4455.0, 4497.0, 4480.0, 4500.0, 4468.0, 4486.0, 4456.0, 4485.0, 4455.0, 4485.0, 4466.0, 4498.0, 4467.0, 4509.0, 4466.0, 4486.0, 4465.0, 4486.0, 4507.0, 4487.0, 4516.0, 4500.0, 4494.0, 4466.0, 4473.0, 4467.0, 4497.0, 4465.0, 4498.0, 4465.0, 4484.0, 4463.0, 4483.0, 4470.0, 4497.0, 4480.0, 4497.0, 4469.0, 4500.0, 4464.0, 4476.0, 4522.0, 4541.0, 4504.0, 4502.0, 4481.0, 4489.0, 4500.0, 4491.0, 4541.0, 4513.0, 4531.0, 4498.0, 4507.0, 4468.0, 4479.0, 4477.0, 4478.0, 4466.0, 4490.0, 4500.0, 4478.0, 4506.0, 4479.0, 4498.0, 4469.0, 4479.0, 4481.0, 4490.0, 4470.0, 4490.0, 4469.0, 4480.0, 4471.0, 4491.0, 4531.0, 4478.0, 4521.0, 4500.0, 4526.0, 4504.0, 4489.0, 4459.0, 4470.0, 4459.0, 4469.0, 4472.0, 4483.0, 4473.0, 4497.0, 4520.0, 4507.0, 4514.0, 4494.0, 4501.0, 4491.0, 4488.0, 4498.0, 4487.0, 4505.0, 4476.0, 4455.0, 4455.0, 4444.0, 4455.0, 4458.0, 4482.0, 4460.0, 4494.0], 'WindowWidth': [9947.0, 9939.0, 9882.0, 9893.0, 9856.0, 9901.0, 9864.0, 9912.0, 9871.0, 9921.0, 9880.0, 9942.0, 9901.0, 9934.0, 9845.0, 9888.0, 9874.0, 9876.0, 9912.0, 9877.0, 9899.0, 9873.0, 9897.0, 9856.0, 9898.0, 9857.0, 9894.0, 9869.0, 9910.0, 9857.0, 9894.0, 9852.0, 9907.0, 9869.0, 9911.0, 9888.0, 9938.0, 9890.0, 9912.0, 9854.0, 9890.0, 9872.0, 9891.0, 9902.0, 9874.0, 9900.0, 9875.0, 9882.0, 9857.0, 9879.0, 9857.0, 9893.0, 9854.0, 9893.0, 9857.0, 9884.0, 9840.0, 9850.0, 9839.0, 9877.0, 9847.0, 9899.0, 9870.0, 9892.0, 9843.0, 9877.0, 9906.0, 9865.0, 9890.0, 9865.0, 9889.0, 9848.0, 9855.0, 9849.0, 9840.0, 9893.0, 9827.0, 9870.0, 9848.0, 9872.0, 9846.0, 9874.0, 9833.0, 9891.0, 9854.0, 9912.0, 9876.0, 9917.0, 9872.0, 9903.0, 9923.0, 9883.0, 9901.0, 9854.0, 9895.0, 9879.0, 9878.0, 9876.0, 9866.0, 9903.0, 9860.0, 9887.0, 9864.0, 9897.0, 9869.0, 9879.0, 9873.0, 9917.0, 9862.0, 9913.0, 9869.0, 9920.0, 9932.0, 9909.0, 9931.0, 9886.0, 9912.0, 9885.0, 9915.0, 9891.0, 9920.0, 9871.0, 9897.0, 9855.0, 9895.0, 9850.0, 9893.0, 9920.0, 9881.0, 9936.0, 9883.0, 9908.0, 9851.0, 9876.0, 9850.0, 9893.0, 9851.0, 9893.0, 9848.0, 9877.0, 9831.0, 9875.0, 9849.0, 9881.0, 9909.0, 9907.0, 9936.0, 9906.0, 9915.0, 9878.0, 9898.0, 9872.0, 9914.0, 9877.0, 9922.0, 9875.0, 9917.0, 9856.0, 9916.0, 9904.0, 9929.0, 9958.0, 9914.0, 9958.0, 9911.0, 9918.0, 9893.0, 9962.0, 9910.0, 9955.0, 9958.0, 9940.0, 9949.0, 9930.0, 9955.0, 9914.0, 9935.0, 9924.0, 9962.0, 9929.0, 9962.0, 9922.0, 9919.0, 9888.0, 9896.0, 9887.0, 9928.0, 9890.0, 9929.0, 9882.0, 9878.0, 9893.0, 9885.0, 9920.0, 9920.0, 9916.0, 9869.0, 9895.0, 9862.0, 9891.0, 9904.0, 9894.0, 9922.0, 9882.0, 9848.0, 9893.0, 9853.0, 9897.0, 9891.0, 9939.0, 9928.0, 9940.0, 9896.0, 9900.0, 9896.0, 9893.0, 9972.0, 9913.0, 9930.0, 9910.0, 9914.0, 9868.0, 9877.0, 9849.0, 9875.0, 9854.0, 9881.0, 9848.0, 9873.0, 9828.0, 9870.0, 9829.0, 9872.0, 9925.0, 9883.0, 9888.0, 9866.0, 9871.0, 9845.0, 9870.0, 9849.0, 9897.0, 9897.0, 9920.0, 9872.0, 9900.0, 9855.0, 9899.0, 9926.0, 9902.0, 9938.0, 9887.0, 9898.0, 9849.0, 9872.0, 9845.0, 9872.0, 9872.0, 9880.0, 9902.0, 9847.0, 9872.0, 9850.0, 9876.0, 9851.0, 9881.0, 9857.0, 9898.0, 9894.0, 9884.0, 9895.0, 9869.0, 9894.0, 9855.0, 9889.0, 9928.0, 9871.0, 9879.0, 9852.0, 9877.0, 9832.0, 9885.0, 9929.0, 9889.0, 9911.0, 9873.0, 9901.0, 9862.0, 9903.0, 9899.0, 9925.0, 9906.0, 9909.0, 9935.0, 9893.0, 9918.0, 9876.0, 9921.0, 9947.0, 9907.0, 9926.0, 9872.0, 9896.0, 9856.0, 9903.0, 9864.0, 9901.0, 9859.0, 9904.0, 9899.0, 9895.0, 9939.0, 9922.0, 9943.0, 9916.0, 9926.0, 9860.0, 9907.0, 9945.0, 9895.0, 9927.0, 9905.0, 9897.0, 9856.0, 9882.0, 9837.0, 9892.0, 9857.0, 9903.0, 9884.0, 9898.0, 9857.0, 9897.0, 9869.0, 9901.0, 9919.0, 9910.0, 9919.0, 9908.0, 9919.0, 9889.0, 9899.0, 9872.0, 9898.0, 9873.0, 9899.0, 9870.0, 9898.0, 9851.0, 9881.0, 9888.0, 9880.0, 9938.0, 9880.0, 9904.0, 9864.0, 9891.0, 9853.0, 9894.0, 9870.0, 9911.0, 9886.0, 9902.0, 9877.0, 9912.0, 9876.0, 9921.0, 9879.0, 9917.0, 9882.0, 9899.0, 9912.0, 9901.0, 9927.0, 9889.0, 9913.0, 9887.0, 9892.0, 9868.0, 9896.0, 9873.0, 9918.0, 9894.0, 9918.0, 9892.0, 9918.0, 9890.0, 9920.0, 9913.0, 9919.0, 9910.0, 9921.0, 9876.0, 9914.0, 9873.0, 9904.0, 9872.0, 9913.0, 9877.0, 9892.0, 9847.0, 9874.0, 9862.0, 9892.0, 9912.0, 9886.0, 9934.0, 9911.0, 9874.0, 9905.0, 9910.0, 9932.0, 9894.0, 9920.0, 9896.0, 9963.0, 9920.0, 9942.0, 9916.0, 9940.0, 9904.0, 9904.0, 9900.0, 9923.0, 9873.0, 9911.0, 9848.0, 9874.0, 9830.0, 9896.0, 9915.0, 9882.0, 9866.0, 9896.0, 9834.0, 9910.0, 9872.0, 9946.0, 9893.0, 9937.0, 9894.0, 9934.0, 9892.0, 9936.0, 9907.0, 9944.0, 9957.0, 9923.0, 9938.0, 9904.0, 9909.0, 9867.0, 9912.0, 9878.0, 9900.0, 9893.0, 9898.0, 9868.0, 9882.0, 9853.0, 9881.0, 9874.0, 9886.0, 9909.0, 9865.0, 9902.0, 9832.0, 9870.0, 9826.0, 9856.0, 9830.0, 9875.0, 9887.0, 9867.0, 9887.0, 9867.0, 9871.0, 9848.0, 9902.0, 9877.0, 9898.0, 9872.0, 9898.0, 9852.0, 9893.0, 9881.0, 9903.0, 9927.0, 9887.0, 9899.0, 9876.0, 9888.0, 9855.0, 9880.0, 9859.0, 9895.0, 9869.0, 9901.0, 9856.0, 9909.0, 9896.0, 9945.0, 9918.0, 9940.0, 9889.0, 9919.0, 9901.0, 9900.0, 9949.0, 9905.0, 9929.0, 9897.0, 9890.0, 9849.0, 9887.0, 9869.0, 9896.0, 9875.0, 9852.0, 9891.0, 9833.0, 9885.0, 9867.0, 9917.0, 9875.0, 9915.0, 9873.0, 9890.0, 9850.0, 9891.0, 9874.0, 9889.0, 9864.0, 9894.0, 9845.0, 9869.0, 9827.0, 9874.0, 9914.0, 9880.0, 9903.0, 9859.0, 9840.0, 9862.0, 9858.0, 9879.0, 9913.0, 9893.0, 9912.0, 9889.0, 9897.0, 9868.0, 9895.0, 9852.0, 9898.0, 9926.0, 9883.0, 9905.0, 9851.0, 9881.0, 9838.0, 9863.0, 9837.0, 9882.0, 9879.0, 9886.0, 9929.0, 9871.0, 9940.0, 9902.0, 9946.0, 9888.0, 9897.0, 9913.0, 9891.0, 9943.0, 9940.0, 9970.0, 9980.0, 9951.0, 9954.0, 9880.0, 9901.0, 9875.0, 9908.0, 9872.0, 9881.0, 9885.0, 9887.0, 9836.0, 9866.0, 9863.0, 9869.0, 9916.0, 9879.0, 9899.0, 9876.0, 9902.0, 9875.0, 9900.0, 9872.0, 9905.0, 9899.0, 9927.0, 9941.0, 9914.0, 9919.0, 9889.0, 9904.0, 9895.0, 9941.0, 9918.0, 9929.0, 9903.0, 9923.0, 9876.0, 9903.0, 9855.0, 9902.0, 9916.0, 9906.0, 9945.0, 9913.0, 9915.0, 9870.0, 9892.0, 9869.0, 9896.0, 9868.0, 9902.0, 9877.0, 9882.0, 9857.0, 9882.0, 9854.0, 9882.0, 9853.0, 9885.0, 9930.0, 9875.0, 9910.0, 9873.0, 9882.0, 9855.0, 9877.0, 9893.0, 9904.0, 9876.0, 9904.0, 9855.0, 9911.0, 9863.0, 9913.0, 9904.0, 9906.0, 9915.0, 9923.0, 9858.0, 9915.0, 9876.0, 9918.0, 9899.0, 9922.0, 9933.0, 9906.0, 9909.0, 9944.0, 9879.0, 9940.0, 9891.0, 9918.0, 9917.0, 9924.0, 9856.0, 9899.0, 9841.0, 9894.0, 9884.0, 9903.0, 9897.0, 9895.0, 9835.0, 9876.0, 9837.0, 9880.0, 9904.0, 9883.0, 9927.0, 9863.0, 9887.0, 9830.0, 9851.0, 9828.0, 9858.0, 9848.0, 9876.0, 9831.0, 9877.0, 9820.0, 9875.0, 9849.0, 9879.0, 9897.0, 9886.0, 9902.0, 9877.0, 9901.0, 9871.0, 9899.0, 9873.0, 9920.0, 9880.0, 9920.0, 9876.0, 9903.0, 9858.0, 9903.0, 9932.0, 9907.0, 9931.0, 9914.0, 9921.0, 9903.0, 9904.0, 9891.0, 9918.0, 9941.0, 9914.0, 9919.0, 9905.0, 9947.0, 9925.0, 9961.0, 9919.0, 9944.0, 9937.0, 9957.0, 9891.0, 9916.0, 9873.0, 9934.0, 9872.0, 9912.0, 9895.0, 9910.0, 9854.0, 9898.0, 9868.0, 9884.0, 9916.0, 9817.0, 9873.0, 9888.0, 9916.0, 9892.0, 9933.0, 9918.0, 9937.0, 9907.0, 9886.0, 9883.0, 9836.0, 9876.0, 9833.0, 9894.0, 9872.0, 9900.0, 9855.0, 9877.0, 9836.0, 9872.0, 9831.0, 9871.0, 9848.0, 9896.0, 9854.0, 9916.0, 9852.0, 9878.0, 9849.0, 9878.0, 9909.0, 9884.0, 9923.0, 9902.0, 9886.0, 9851.0, 9856.0, 9854.0, 9897.0, 9852.0, 9897.0, 9848.0, 9873.0, 9845.0, 9872.0, 9863.0, 9897.0, 9875.0, 9897.0, 9859.0, 9903.0, 9843.0, 9858.0, 9945.0, 9985.0, 9917.0, 9908.0, 9881.0, 9888.0, 9905.0, 9892.0, 9964.0, 9925.0, 9946.0, 9897.0, 9905.0, 9853.0, 9868.0, 9866.0, 9869.0, 9852.0, 9890.0, 9904.0, 9871.0, 9907.0, 9873.0, 9896.0, 9858.0, 9873.0, 9877.0, 9890.0, 9862.0, 9889.0, 9859.0, 9875.0, 9863.0, 9890.0, 9944.0, 9870.0, 9932.0, 9905.0, 9949.0, 9910.0, 9882.0, 9838.0, 9855.0, 9839.0, 9856.0, 9863.0, 9879.0, 9869.0, 9909.0, 9942.0, 9920.0, 9926.0, 9897.0, 9901.0, 9887.0, 9879.0, 9892.0, 9878.0, 9898.0, 9859.0, 9826.0, 9829.0, 9815.0, 9834.0, 9843.0, 9882.0, 9850.0, 9901.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.02263546498277842</td></tr>
<tr><td colspan=3>aqi</td><td>0.04849024959816303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.17390430921838</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.4409739838965527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.4439647519425287</td></tr>
<tr><td colspan=3>efc</td><td>0.48</td></tr>
<tr><td colspan=3>fber</td><td>9160.9062</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15912728169582074</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>124</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.236509758897819</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4250810759015926</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.343470489581855</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.67417648169721</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2575962564257117</td></tr>
<tr><td colspan=3>gcor</td><td>0.00680131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00897987186908722</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04718022793531418</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.189385253519944</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.5617</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7934</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9532</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295630.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>865.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.1463</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2292</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.2339</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3687.6972</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80914.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1408.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4734.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.4736</td></tr>
<tr><td colspan=3>tsnr</td><td>30.80387204757426</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>