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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0093_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-03_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-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-04_task-social_acq-mb8_run-03_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-0093/ses-04/func/sub-0093_ses-04_task-social_acq-mb8_run-03_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>f11acbbe8b4d970da4031970f3dac5c6</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:04:13.435000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999881, -0.0103992, 0.0113549, 0.00698058, 0.963479, 0.267693]</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.259</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-03_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.102831</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4243, -7849, -7180, 377, -76, -244, 21, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>222.861</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0c6e9a98-4060-4d33-8b7e-85043247ef65||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826088428497314, 0.018728386610746384, 0.037054918706417084, 110.93649291992188], [0.027900254353880882, 2.5849432945251465, 0.7224722504615784, -104.45073699951172], [0.03046449087560177, -0.7182015776634216, 2.601280689239502, -17.939254760742188], [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': ['160413.435000', '160413.895000', '160414.355000', '160414.815000', '160415.275000', '160415.735000', '160416.195000', '160416.655000', '160417.115000', '160417.575000', '160418.035000', '160418.495000', '160418.955000', '160419.415000', '160419.875000', '160420.335000', '160420.795000', '160421.255000', '160421.715000', '160422.175000', '160422.635000', '160423.095000', '160423.555000', '160424.015000', '160424.475000', '160424.935000', '160425.395000', '160425.855000', '160426.315000', '160426.775000', '160427.235000', '160427.695000', '160428.155000', '160428.615000', '160429.075000', '160429.535000', '160429.995000', '160430.455000', '160430.915000', '160431.375000', '160431.835000', '160432.295000', '160432.755000', '160433.215000', '160433.675000', '160434.135000', '160434.595000', '160435.055000', '160435.515000', '160435.975000', '160436.435000', '160436.895000', '160437.355000', '160437.815000', '160438.275000', '160438.735000', '160439.195000', '160439.655000', '160440.115000', '160440.575000', '160441.035000', '160441.495000', '160441.955000', '160442.415000', '160442.875000', '160443.335000', '160443.795000', '160444.255000', '160444.715000', '160445.175000', '160445.635000', '160446.095000', '160446.555000', '160447.015000', '160447.475000', '160447.935000', '160448.395000', '160448.855000', '160449.315000', '160449.775000', '160450.235000', '160450.695000', '160451.155000', '160451.615000', '160452.075000', '160452.535000', '160452.995000', '160453.455000', '160453.915000', '160454.375000', '160454.835000', '160455.295000', '160455.755000', '160456.215000', '160456.675000', '160457.135000', '160457.595000', '160458.055000', '160458.515000', '160458.975000', '160459.435000', '160459.895000', '160500.355000', '160500.815000', '160501.275000', '160501.735000', '160502.195000', '160502.655000', '160503.115000', '160503.575000', '160504.035000', '160504.495000', '160504.955000', '160505.415000', '160505.875000', '160506.335000', '160506.795000', '160507.255000', '160507.715000', '160508.175000', '160508.635000', '160509.095000', '160509.555000', '160510.015000', '160510.475000', '160510.935000', '160511.395000', '160511.855000', '160512.315000', '160512.775000', '160513.235000', '160513.695000', '160514.155000', '160514.615000', '160515.075000', '160515.535000', '160515.995000', '160516.455000', '160516.915000', '160517.375000', '160517.835000', '160518.295000', '160518.755000', '160519.215000', '160519.675000', '160520.135000', '160520.595000', '160521.055000', '160521.515000', '160521.975000', '160522.435000', '160522.895000', '160523.355000', '160523.815000', '160524.275000', '160524.735000', '160525.195000', '160525.655000', '160526.115000', '160526.575000', '160527.035000', '160527.495000', '160527.955000', '160528.415000', '160528.875000', '160529.335000', '160529.795000', '160530.255000', '160530.715000', '160531.175000', '160531.635000', '160532.095000', '160532.555000', '160533.015000', '160533.475000', '160533.935000', '160534.395000', '160534.855000', '160535.315000', '160535.775000', '160536.235000', '160536.695000', '160537.155000', '160537.615000', '160538.075000', '160538.535000', '160538.995000', '160539.455000', '160539.915000', '160540.375000', '160540.835000', '160541.295000', '160541.755000', '160542.215000', '160542.675000', '160543.135000', '160543.595000', '160544.055000', '160544.515000', '160544.975000', '160545.435000', '160545.895000', '160546.355000', '160546.815000', '160547.275000', '160547.735000', '160548.195000', '160548.655000', '160549.115000', '160549.575000', '160550.035000', '160550.495000', '160550.955000', '160551.415000', '160551.875000', '160552.335000', '160552.795000', '160553.255000', '160553.715000', '160554.175000', '160554.635000', '160555.095000', '160555.555000', '160556.015000', '160556.475000', '160556.935000', '160557.395000', '160557.855000', '160558.315000', '160558.775000', '160559.235000', '160559.695000', '160600.155000', '160600.615000', '160601.075000', '160601.535000', '160601.995000', '160602.455000', '160602.915000', '160603.375000', '160603.835000', '160604.295000', '160604.755000', '160605.215000', '160605.675000', '160606.135000', '160606.595000', '160607.055000', '160607.515000', '160607.975000', '160608.435000', '160608.895000', '160609.355000', '160609.815000', '160610.275000', '160610.735000', '160611.195000', '160611.655000', '160612.115000', '160612.575000', '160613.035000', '160613.495000', '160613.955000', '160614.415000', '160614.875000', '160615.335000', '160615.795000', '160616.255000', '160616.715000', '160617.175000', '160617.635000', '160618.095000', '160618.555000', '160619.015000', '160619.475000', '160619.935000', '160620.395000', '160620.855000', '160621.315000', '160621.775000', '160622.235000', '160622.695000', '160623.155000', '160623.615000', '160624.075000', '160624.535000', '160624.995000', '160625.455000', '160625.915000', '160626.375000', '160626.835000', '160627.295000', '160627.755000', '160628.215000', '160628.675000', '160629.135000', '160629.595000', '160630.055000', '160630.515000', '160630.975000', '160631.435000', '160631.895000', '160632.355000', '160632.815000', '160633.275000', '160633.735000', '160634.195000', '160634.655000', '160635.115000', '160635.575000', '160636.035000', '160636.495000', '160636.955000', '160637.415000', '160637.875000', '160638.335000', '160638.795000', '160639.255000', '160639.715000', '160640.175000', '160640.635000', '160641.095000', '160641.555000', '160642.015000', '160642.475000', '160642.935000', '160643.395000', '160643.855000', '160644.315000', '160644.775000', '160645.235000', '160645.695000', '160646.155000', '160646.615000', '160647.075000', '160647.535000', '160647.995000', '160648.455000', '160648.915000', '160649.375000', '160649.835000', '160650.295000', '160650.755000', '160651.215000', '160651.675000', '160652.135000', '160652.595000', '160653.055000', '160653.515000', '160653.975000', '160654.435000', '160654.895000', '160655.355000', '160655.815000', '160656.275000', '160656.735000', '160657.195000', '160657.655000', '160658.115000', '160658.575000', '160659.035000', '160659.495000', '160659.955000', '160700.415000', '160700.875000', '160701.335000', '160701.795000', '160702.255000', '160702.715000', '160703.175000', '160703.635000', '160704.095000', '160704.555000', '160705.015000', '160705.475000', '160705.935000', '160706.395000', '160706.855000', '160707.315000', '160707.775000', '160708.235000', '160708.695000', '160709.155000', '160709.615000', '160710.075000', '160710.535000', '160710.995000', '160711.455000', '160711.915000', '160712.375000', '160712.835000', '160713.295000', '160713.755000', '160714.215000', '160714.675000', '160715.135000', '160715.595000', '160716.055000', '160716.515000', '160716.975000', '160717.435000', '160717.895000', '160718.355000', '160718.815000', '160719.275000', '160719.735000', '160720.195000', '160720.655000', '160721.115000', '160721.575000', '160722.035000', '160722.495000', '160722.955000', '160723.415000', '160723.875000', '160724.335000', '160724.795000', '160725.255000', '160725.715000', '160726.175000', '160726.635000', '160727.095000', '160727.555000', '160728.015000', '160728.475000', '160728.935000', '160729.395000', '160729.855000', '160730.315000', '160730.775000', '160731.235000', '160731.695000', '160732.155000', '160732.615000', '160733.075000', '160733.535000', '160733.995000', '160734.455000', '160734.915000', '160735.375000', '160735.835000', '160736.295000', '160736.755000', '160737.215000', '160737.675000', '160738.135000', '160738.595000', '160739.055000', '160739.515000', '160739.975000', '160740.435000', '160740.895000', '160741.355000', '160741.815000', '160742.275000', '160742.735000', '160743.195000', '160743.655000', '160744.115000', '160744.575000', '160745.035000', '160745.495000', '160745.955000', '160746.415000', '160746.875000', '160747.335000', '160747.795000', '160748.255000', '160748.715000', '160749.175000', '160749.635000', '160750.095000', '160750.555000', '160751.015000', '160751.475000', '160751.935000', '160752.395000', '160752.855000', '160753.315000', '160753.775000', '160754.235000', '160754.695000', '160755.155000', '160755.615000', '160756.075000', '160756.535000', '160756.995000', '160757.455000', '160757.915000', '160758.375000', '160758.835000', '160759.295000', '160759.755000', '160800.215000', '160800.675000', '160801.135000', '160801.595000', '160802.055000', '160802.515000', '160802.975000', '160803.435000', '160803.895000', '160804.355000', '160804.815000', '160805.275000', '160805.735000', '160806.195000', '160806.655000', '160807.115000', '160807.575000', '160808.035000', '160808.495000', '160808.955000', '160809.415000', '160809.875000', '160810.335000', '160810.795000', '160811.255000', '160811.715000', '160812.175000', '160812.635000', '160813.095000', '160813.555000', '160814.015000', '160814.475000', '160814.935000', '160815.395000', '160815.855000', '160816.315000', '160816.775000', '160817.235000', '160817.695000', '160818.155000', '160818.615000', '160819.075000', '160819.535000', '160819.995000', '160820.455000', '160820.915000', '160821.375000', '160821.835000', '160822.295000', '160822.755000', '160823.215000', '160823.675000', '160824.135000', '160824.595000', '160825.055000', '160825.515000', '160825.975000', '160826.435000', '160826.895000', '160827.355000', '160827.815000', '160828.275000', '160828.735000', '160829.195000', '160829.655000', '160830.115000', '160830.575000', '160831.035000', '160831.495000', '160831.955000', '160832.415000', '160832.875000', '160833.335000', '160833.795000', '160834.255000', '160834.715000', '160835.175000', '160835.635000', '160836.095000', '160836.555000', '160837.015000', '160837.475000', '160837.935000', '160838.395000', '160838.855000', '160839.315000', '160839.775000', '160840.235000', '160840.695000', '160841.155000', '160841.615000', '160842.075000', '160842.535000', '160842.995000', '160843.455000', '160843.915000', '160844.375000', '160844.835000', '160845.295000', '160845.755000', '160846.215000', '160846.675000', '160847.135000', '160847.595000', '160848.055000', '160848.515000', '160848.975000', '160849.435000', '160849.895000', '160850.355000', '160850.815000', '160851.275000', '160851.735000', '160852.195000', '160852.655000', '160853.115000', '160853.575000', '160854.035000', '160854.495000', '160854.955000', '160855.415000', '160855.875000', '160856.335000', '160856.795000', '160857.255000', '160857.715000', '160858.175000', '160858.635000', '160859.095000', '160859.555000', '160900.015000', '160900.475000', '160900.935000', '160901.395000', '160901.855000', '160902.315000', '160902.775000', '160903.235000', '160903.695000', '160904.155000', '160904.615000', '160905.075000', '160905.535000', '160905.995000', '160906.455000', '160906.915000', '160907.375000', '160907.835000', '160908.295000', '160908.755000', '160909.215000', '160909.675000', '160910.135000', '160910.595000', '160911.055000', '160911.515000', '160911.975000', '160912.435000', '160912.895000', '160913.355000', '160913.815000', '160914.275000', '160914.735000', '160915.195000', '160915.655000', '160916.115000', '160916.575000', '160917.035000', '160917.495000', '160917.955000', '160918.415000', '160918.875000', '160919.335000', '160919.795000', '160920.255000', '160920.715000', '160921.175000', '160921.635000', '160922.095000', '160922.555000', '160923.015000', '160923.475000', '160923.935000', '160924.395000', '160924.855000', '160925.315000', '160925.775000', '160926.235000', '160926.695000', '160927.155000', '160927.615000', '160928.075000', '160928.535000', '160928.995000', '160929.455000', '160929.915000', '160930.375000', '160930.835000', '160931.295000', '160931.755000', '160932.215000', '160932.675000', '160933.135000', '160933.595000', '160934.055000', '160934.515000', '160934.975000', '160935.435000', '160935.895000', '160936.355000', '160936.815000', '160937.275000', '160937.735000', '160938.195000', '160938.655000', '160939.115000', '160939.575000', '160940.035000', '160940.495000', '160940.955000', '160941.415000', '160941.875000', '160942.335000', '160942.795000', '160943.255000', '160943.715000', '160944.175000', '160944.635000', '160945.095000', '160945.555000', '160946.015000', '160946.475000', '160946.935000', '160947.395000', '160947.855000', '160948.315000', '160948.775000', '160949.235000', '160949.695000', '160950.155000', '160950.615000', '160951.075000', '160951.535000', '160951.995000', '160952.455000', '160952.915000', '160953.375000', '160953.835000', '160954.295000', '160954.755000', '160955.215000', '160955.675000', '160956.135000', '160956.595000', '160957.055000', '160957.515000', '160957.975000', '160958.435000', '160958.895000', '160959.355000', '160959.815000', '161000.275000', '161000.735000', '161001.195000', '161001.655000', '161002.115000', '161002.575000', '161003.035000', '161003.495000', '161003.955000', '161004.415000', '161004.875000', '161005.335000', '161005.795000', '161006.255000', '161006.715000', '161007.175000', '161007.635000', '161008.095000', '161008.555000', '161009.015000', '161009.475000', '161009.935000', '161010.395000', '161010.855000', '161011.315000', '161011.775000', '161012.235000', '161012.695000', '161013.155000', '161013.615000', '161014.075000', '161014.535000', '161014.995000', '161015.455000', '161015.915000', '161016.375000', '161016.835000', '161017.295000', '161017.755000', '161018.215000', '161018.675000', '161019.135000', '161019.595000', '161020.055000', '161020.515000', '161020.975000', '161021.435000', '161021.895000', '161022.355000', '161022.815000', '161023.275000', '161023.735000', '161024.195000', '161024.655000', '161025.115000', '161025.575000', '161026.035000', '161026.495000', '161026.955000', '161027.415000', '161027.875000', '161028.335000', '161028.795000', '161029.255000', '161029.715000', '161030.175000', '161030.635000', '161031.095000', '161031.555000', '161032.015000', '161032.475000', '161032.935000', '161033.395000', '161033.855000', '161034.315000', '161034.775000', '161035.235000', '161035.695000', '161036.155000', '161036.615000', '161037.075000', '161037.535000', '161037.995000', '161038.455000', '161038.915000', '161039.375000', '161039.835000', '161040.295000', '161040.755000', '161041.215000', '161041.675000', '161042.135000', '161042.595000', '161043.055000', '161043.515000', '161043.975000', '161044.435000', '161044.895000', '161045.355000', '161045.815000', '161046.275000', '161046.735000', '161047.195000', '161047.655000', '161048.115000', '161048.575000', '161049.035000', '161049.495000', '161049.955000', '161050.415000', '161050.875000', '161051.335000', '161051.795000', '161052.255000', '161052.715000', '161053.175000', '161053.635000', '161054.095000'], 'ContentTime': ['160431.806000', '160431.809000', '160431.812000', '160431.815000', '160431.817000', '160431.820000', '160431.823000', '160431.825000', '160431.828000', '160431.830000', '160431.833000', '160431.836000', '160431.838000', '160431.841000', '160431.843000', '160431.846000', '160431.849000', '160431.851000', '160431.854000', '160431.857000', '160431.859000', '160431.862000', '160431.864000', '160431.867000', '160431.870000', '160431.872000', '160431.875000', '160431.878000', '160431.880000', '160431.892000', '160431.895000', '160431.897000', '160431.900000', '160431.902000', '160431.905000', '160431.908000', '160431.910000', '160431.913000', '160451.771000', '160451.774000', '160451.777000', '160451.780000', '160451.782000', '160451.785000', '160451.788000', '160451.790000', '160451.793000', '160451.796000', '160451.798000', '160451.803000', '160451.805000', '160451.808000', '160451.810000', '160451.813000', '160451.816000', '160451.818000', '160451.821000', '160451.824000', '160451.826000', '160451.829000', '160451.831000', '160451.834000', '160451.837000', '160451.840000', '160451.843000', '160451.846000', '160451.848000', '160451.851000', '160451.853000', '160451.856000', '160451.859000', '160451.861000', '160451.864000', '160451.867000', '160451.869000', '160451.872000', '160451.874000', '160451.877000', '160451.880000', '160451.882000', '160451.885000', '160511.770000', '160511.773000', '160511.776000', '160511.779000', '160511.781000', '160511.784000', '160511.786000', '160511.789000', '160511.792000', '160511.794000', '160511.797000', '160511.799000', '160511.811000', '160511.814000', '160511.816000', '160511.819000', '160511.822000', '160511.824000', '160511.827000', '160511.830000', '160511.832000', '160511.835000', '160511.838000', '160511.840000', '160511.843000', '160511.846000', '160511.848000', '160511.851000', '160511.853000', '160511.856000', '160511.859000', '160511.884000', '160511.887000', '160511.889000', '160511.892000', '160511.894000', '160511.897000', '160511.900000', '160511.902000', '160511.905000', '160511.908000', '160511.910000', '160511.913000', '160511.915000', '160531.771000', '160531.773000', '160531.776000', '160531.779000', '160531.781000', '160531.784000', '160531.787000', '160531.789000', '160531.792000', '160531.795000', '160531.797000', '160531.800000', '160531.803000', '160531.805000', '160531.808000', '160531.811000', '160531.813000', '160531.816000', '160531.819000', '160531.821000', '160531.824000', '160531.826000', '160531.829000', '160531.832000', '160531.834000', '160531.837000', '160531.840000', '160531.842000', '160531.845000', '160531.847000', '160531.850000', '160531.853000', '160531.855000', '160531.858000', '160531.861000', '160531.863000', '160531.866000', '160531.869000', '160531.871000', '160531.877000', '160531.879000', '160531.882000', '160531.885000', '160551.772000', '160551.774000', '160551.777000', '160551.780000', '160551.782000', '160551.785000', '160551.787000', '160551.790000', '160551.792000', '160551.795000', '160551.798000', '160551.800000', '160551.803000', '160551.806000', '160551.808000', '160551.811000', '160551.813000', '160551.816000', '160551.819000', '160551.821000', '160551.824000', '160551.826000', '160551.829000', '160551.832000', '160551.834000', '160551.837000', '160551.839000', '160551.842000', '160551.844000', '160551.847000', '160551.850000', '160551.852000', '160551.855000', '160551.857000', '160551.860000', '160551.862000', '160551.865000', '160551.868000', '160551.877000', '160551.880000', '160551.882000', '160551.885000', '160551.887000', '160551.890000', '160611.772000', '160611.774000', '160611.777000', '160611.780000', '160611.782000', '160611.785000', '160611.787000', '160611.790000', '160611.793000', '160611.795000', '160611.798000', '160611.801000', '160611.803000', '160611.806000', '160611.809000', '160611.812000', '160611.814000', '160611.817000', '160611.820000', '160611.823000', '160611.825000', '160611.828000', '160611.831000', '160611.833000', '160611.836000', '160611.838000', '160611.841000', '160611.844000', '160611.846000', '160611.849000', '160611.852000', '160611.854000', '160611.857000', '160611.859000', '160611.862000', '160611.865000', '160611.867000', '160611.870000', '160611.872000', '160611.875000', '160611.878000', '160611.881000', '160611.884000', '160631.771000', '160631.774000', '160631.777000', '160631.780000', '160631.783000', '160631.786000', '160631.789000', '160631.791000', '160631.794000', '160631.796000', '160631.799000', '160631.802000', '160631.804000', '160631.807000', '160631.809000', '160631.812000', '160631.825000', '160631.827000', '160631.830000', '160631.832000', '160631.835000', '160631.837000', '160631.840000', '160631.842000', '160631.845000', '160631.848000', '160631.850000', '160631.853000', '160631.856000', '160631.858000', '160631.861000', '160631.864000', '160631.866000', '160631.869000', '160631.871000', '160631.874000', '160631.877000', '160631.879000', '160631.882000', '160631.884000', '160631.887000', '160631.890000', '160631.893000', '160631.895000', '160651.772000', '160651.775000', '160651.777000', '160651.780000', '160651.782000', '160651.785000', '160651.788000', '160651.790000', '160651.793000', '160651.795000', '160651.798000', '160651.801000', '160651.803000', '160651.806000', '160651.809000', '160651.811000', '160651.814000', '160651.816000', '160651.819000', '160651.822000', '160651.824000', '160651.827000', '160651.829000', '160651.832000', '160651.835000', '160651.837000', '160651.852000', '160651.854000', '160651.857000', '160651.860000', '160651.862000', '160651.865000', '160651.867000', '160651.870000', '160651.873000', '160651.875000', '160651.878000', '160651.881000', '160651.883000', '160651.886000', '160651.888000', '160651.891000', '160651.894000', '160711.772000', '160711.775000', '160711.777000', '160711.780000', '160711.782000', '160711.785000', '160711.787000', '160711.790000', '160711.793000', '160711.795000', '160711.798000', '160711.800000', '160711.803000', '160711.806000', '160711.808000', '160711.811000', '160711.813000', '160711.816000', '160711.818000', '160711.821000', '160711.824000', '160711.827000', '160711.829000', '160711.832000', '160711.834000', '160711.837000', '160711.840000', '160711.842000', '160711.845000', '160711.847000', '160711.850000', '160711.853000', '160711.855000', '160711.858000', '160711.861000', '160711.863000', '160711.866000', '160711.868000', '160711.871000', '160711.874000', '160711.876000', '160711.879000', '160711.882000', '160711.884000', '160731.770000', '160731.773000', '160731.776000', '160731.779000', '160731.781000', '160731.784000', '160731.786000', '160731.789000', '160731.792000', '160731.794000', '160731.797000', '160731.799000', '160731.802000', '160731.805000', '160731.807000', '160731.810000', '160731.812000', '160731.815000', '160731.818000', '160731.820000', '160731.823000', '160731.825000', '160731.828000', '160731.831000', '160731.833000', '160731.836000', '160731.838000', '160731.841000', '160731.844000', '160731.846000', '160731.849000', '160731.851000', '160731.854000', '160731.857000', '160731.860000', '160731.862000', '160731.865000', '160731.868000', '160731.870000', '160731.873000', '160731.875000', '160731.878000', '160731.881000', '160751.770000', '160751.773000', '160751.776000', '160751.779000', '160751.781000', '160751.784000', '160751.787000', '160751.789000', '160751.792000', '160751.794000', '160751.797000', '160751.800000', '160751.803000', '160751.805000', '160751.808000', '160751.811000', '160751.813000', '160751.816000', '160751.818000', '160751.821000', '160751.823000', '160751.826000', '160751.829000', '160751.831000', '160751.834000', '160751.836000', '160751.839000', '160751.842000', '160751.844000', '160751.847000', '160751.849000', '160751.852000', '160751.855000', '160751.857000', '160751.860000', '160751.862000', '160751.865000', '160751.868000', '160751.870000', '160751.873000', '160751.876000', '160751.878000', '160751.881000', '160751.883000', '160811.772000', '160811.774000', '160811.777000', '160811.780000', '160811.783000', '160811.785000', '160811.788000', '160811.791000', '160811.793000', '160811.796000', '160811.798000', '160811.801000', '160811.804000', '160811.807000', '160811.809000', '160811.812000', '160811.814000', '160811.817000', '160811.820000', '160811.822000', '160811.825000', '160811.828000', '160811.830000', '160811.833000', '160811.835000', '160811.838000', '160811.841000', '160811.843000', '160811.846000', '160811.848000', '160811.851000', '160811.854000', '160811.856000', '160811.859000', '160811.861000', '160811.864000', '160811.867000', '160811.870000', '160811.872000', '160811.875000', '160811.878000', '160811.880000', '160811.883000', '160831.772000', '160831.775000', '160831.777000', '160831.780000', '160831.783000', '160831.785000', '160831.788000', '160831.790000', '160831.807000', '160831.809000', '160831.812000', '160831.814000', '160831.817000', '160831.820000', '160831.822000', '160831.825000', '160831.828000', '160831.830000', '160831.833000', '160831.835000', '160831.838000', '160831.841000', '160831.844000', '160831.846000', '160831.849000', '160831.851000', '160831.854000', '160831.857000', '160831.859000', '160831.862000', '160831.865000', '160831.867000', '160831.870000', '160831.872000', '160831.875000', '160831.878000', '160831.881000', '160831.883000', '160831.886000', '160831.888000', '160831.891000', '160831.894000', '160831.896000', '160831.899000', '160851.772000', '160851.775000', '160851.777000', '160851.780000', '160851.783000', '160851.785000', '160851.788000', '160851.791000', '160851.793000', '160851.796000', '160851.799000', '160851.801000', '160851.804000', '160851.807000', '160851.809000', '160851.812000', '160851.814000', '160851.817000', '160851.820000', '160851.822000', '160851.825000', '160851.828000', '160851.831000', '160851.833000', '160851.836000', '160851.839000', '160851.841000', '160851.844000', '160851.846000', '160851.849000', '160851.852000', '160851.854000', '160851.857000', '160851.860000', '160851.862000', '160851.865000', '160851.868000', '160851.870000', '160851.873000', '160851.876000', '160851.878000', '160851.881000', '160851.884000', '160911.772000', '160911.774000', '160911.777000', '160911.780000', '160911.783000', '160911.785000', '160911.788000', '160911.791000', '160911.793000', '160911.796000', '160911.798000', '160911.801000', '160911.804000', '160911.807000', '160911.809000', '160911.812000', '160911.815000', '160911.817000', '160911.820000', '160911.822000', '160911.825000', '160911.828000', '160911.831000', '160911.833000', '160911.836000', '160911.838000', '160911.841000', '160911.844000', '160911.846000', '160911.849000', '160911.852000', '160911.854000', '160911.857000', '160911.860000', '160911.862000', '160911.865000', '160911.868000', '160911.870000', '160911.873000', '160911.876000', '160911.878000', '160911.881000', '160911.884000', '160911.886000', '160931.771000', '160931.774000', '160931.777000', '160931.780000', '160931.782000', '160931.785000', '160931.788000', '160931.790000', '160931.793000', '160931.796000', '160931.798000', '160931.801000', '160931.804000', '160931.806000', '160931.809000', '160931.812000', '160931.814000', '160931.817000', '160931.820000', '160931.822000', '160931.825000', '160931.828000', '160931.830000', '160931.833000', '160931.835000', '160931.838000', '160931.841000', '160931.843000', '160931.846000', '160931.849000', '160931.851000', '160931.854000', '160931.857000', '160931.859000', '160931.862000', '160931.865000', '160931.867000', '160931.870000', '160931.873000', '160931.875000', '160931.878000', '160931.881000', '160931.883000', '160951.770000', '160951.774000', '160951.776000', '160951.779000', '160951.782000', '160951.784000', '160951.787000', '160951.790000', '160951.792000', '160951.795000', '160951.798000', '160951.801000', '160951.803000', '160951.806000', '160951.808000', '160951.811000', '160951.814000', '160951.816000', '160951.819000', '160951.831000', '160951.833000', '160951.836000', '160951.839000', '160951.841000', '160951.844000', '160951.847000', '160951.849000', '160951.852000', '160951.855000', '160951.857000', '160951.860000', '160951.863000', '160951.865000', '160951.868000', '160951.871000', '160951.873000', '160951.876000', '160951.879000', '160951.881000', '160951.884000', '160951.887000', '160951.889000', '160951.892000', '161011.770000', '161011.774000', '161011.776000', '161011.779000', '161011.782000', '161011.784000', '161011.787000', '161011.790000', '161011.792000', '161011.795000', '161011.798000', '161011.800000', '161011.803000', '161011.806000', '161011.808000', '161011.811000', '161011.814000', '161011.816000', '161011.819000', '161011.822000', '161011.824000', '161011.827000', '161011.830000', '161011.832000', '161011.835000', '161011.838000', '161011.840000', '161011.843000', '161011.846000', '161011.848000', '161011.851000', '161011.854000', '161011.856000', '161011.859000', '161011.862000', '161011.865000', '161011.867000', '161011.870000', '161011.873000', '161011.875000', '161011.878000', '161011.881000', '161011.883000', '161011.886000', '161031.772000', '161031.775000', '161031.778000', '161031.780000', '161031.783000', '161031.786000', '161031.788000', '161031.791000', '161031.794000', '161031.796000', '161031.799000', '161031.801000', '161031.804000', '161031.807000', '161031.809000', '161031.812000', '161031.815000', '161031.818000', '161031.820000', '161031.823000', '161031.826000', '161031.828000', '161031.831000', '161031.833000', '161031.836000', '161031.839000', '161031.841000', '161031.844000', '161031.846000', '161031.849000', '161031.851000', '161031.854000', '161031.857000', '161031.859000', '161031.862000', '161031.865000', '161031.867000', '161031.870000', '161031.872000', '161031.875000', '161031.878000', '161031.880000', '161031.883000', '161031.886000', '161051.772000', '161051.775000', '161051.777000', '161051.780000', '161051.783000', '161051.785000', '161051.788000', '161051.791000', '161051.793000', '161051.796000', '161051.799000', '161051.801000', '161051.804000', '161051.807000', '161051.809000', '161051.812000', '161051.815000', '161051.818000', '161051.820000', '161051.823000', '161051.825000', '161051.828000', '161051.831000', '161051.833000', '161051.836000', '161051.839000', '161051.841000', '161051.844000', '161051.847000', '161051.849000', '161051.852000', '161051.855000', '161051.857000', '161051.860000', '161051.863000', '161051.865000', '161051.868000', '161051.871000', '161051.873000', '161051.876000', '161051.879000', '161051.881000', '161051.884000', '161055.175000', '161055.178000', '161055.181000', '161055.184000', '161055.187000', '161055.190000', '161055.193000', '161055.196000'], 'InstanceCreationTime': ['160431.806000', '160431.809000', '160431.812000', '160431.815000', '160431.817000', '160431.820000', '160431.823000', '160431.825000', '160431.828000', '160431.830000', '160431.833000', '160431.836000', '160431.838000', '160431.841000', '160431.843000', '160431.846000', '160431.849000', '160431.851000', '160431.854000', '160431.857000', '160431.859000', '160431.862000', '160431.864000', '160431.867000', '160431.870000', '160431.872000', '160431.875000', '160431.878000', '160431.880000', '160431.892000', '160431.895000', '160431.897000', '160431.900000', '160431.902000', '160431.905000', '160431.908000', '160431.910000', '160431.913000', '160451.771000', '160451.774000', '160451.777000', '160451.780000', '160451.782000', '160451.785000', '160451.788000', '160451.790000', '160451.793000', '160451.796000', '160451.798000', '160451.803000', '160451.805000', '160451.808000', '160451.810000', '160451.813000', '160451.816000', '160451.818000', '160451.821000', '160451.824000', '160451.826000', '160451.829000', '160451.831000', '160451.834000', '160451.837000', '160451.840000', '160451.843000', '160451.846000', '160451.848000', '160451.851000', '160451.853000', '160451.856000', '160451.859000', '160451.861000', '160451.864000', '160451.867000', '160451.869000', '160451.872000', '160451.874000', '160451.877000', '160451.880000', '160451.882000', '160451.885000', '160511.770000', '160511.773000', '160511.776000', '160511.779000', '160511.781000', '160511.784000', '160511.786000', '160511.789000', '160511.792000', '160511.794000', '160511.797000', '160511.799000', '160511.811000', '160511.814000', '160511.816000', '160511.819000', '160511.822000', '160511.824000', '160511.827000', '160511.830000', '160511.832000', '160511.835000', '160511.838000', '160511.840000', '160511.843000', '160511.846000', '160511.848000', '160511.851000', '160511.853000', '160511.856000', '160511.859000', '160511.884000', '160511.887000', '160511.889000', '160511.892000', '160511.894000', '160511.897000', '160511.900000', '160511.902000', '160511.905000', '160511.908000', '160511.910000', '160511.913000', '160511.915000', '160531.771000', '160531.773000', '160531.776000', '160531.779000', '160531.781000', '160531.784000', '160531.787000', '160531.789000', '160531.792000', '160531.795000', '160531.797000', '160531.800000', '160531.803000', '160531.805000', '160531.808000', '160531.811000', '160531.813000', '160531.816000', '160531.819000', '160531.821000', '160531.824000', '160531.826000', '160531.829000', '160531.832000', '160531.834000', '160531.837000', '160531.840000', '160531.842000', '160531.845000', '160531.847000', '160531.850000', '160531.853000', '160531.855000', '160531.858000', '160531.861000', '160531.863000', '160531.866000', '160531.869000', '160531.871000', '160531.877000', '160531.879000', '160531.882000', '160531.885000', '160551.772000', '160551.774000', '160551.777000', '160551.780000', '160551.782000', '160551.785000', '160551.787000', '160551.790000', '160551.792000', '160551.795000', '160551.798000', '160551.800000', '160551.803000', '160551.806000', '160551.808000', '160551.811000', '160551.813000', '160551.816000', '160551.819000', '160551.821000', '160551.824000', '160551.826000', '160551.829000', '160551.832000', '160551.834000', '160551.837000', '160551.839000', '160551.842000', '160551.844000', '160551.847000', '160551.850000', '160551.852000', '160551.855000', '160551.857000', '160551.860000', '160551.862000', '160551.865000', '160551.868000', '160551.877000', '160551.880000', '160551.882000', '160551.885000', '160551.887000', '160551.890000', '160611.772000', '160611.774000', '160611.777000', '160611.780000', '160611.782000', '160611.785000', '160611.787000', '160611.790000', '160611.793000', '160611.795000', '160611.798000', '160611.801000', '160611.803000', '160611.806000', '160611.809000', '160611.812000', '160611.814000', '160611.817000', '160611.820000', '160611.823000', '160611.825000', '160611.828000', '160611.831000', '160611.833000', '160611.836000', '160611.838000', '160611.841000', '160611.844000', '160611.846000', '160611.849000', '160611.852000', '160611.854000', '160611.857000', '160611.859000', '160611.862000', '160611.865000', '160611.867000', '160611.870000', '160611.872000', '160611.875000', '160611.878000', '160611.881000', '160611.884000', '160631.771000', '160631.774000', '160631.777000', '160631.780000', '160631.783000', '160631.786000', '160631.789000', '160631.791000', '160631.794000', '160631.796000', '160631.799000', '160631.802000', '160631.804000', '160631.807000', '160631.809000', '160631.812000', '160631.825000', '160631.827000', '160631.830000', '160631.832000', '160631.835000', '160631.837000', '160631.840000', '160631.842000', '160631.845000', '160631.848000', '160631.850000', '160631.853000', '160631.856000', '160631.858000', '160631.861000', '160631.864000', '160631.866000', '160631.869000', '160631.871000', '160631.874000', '160631.877000', '160631.879000', '160631.882000', '160631.884000', '160631.887000', '160631.890000', '160631.893000', '160631.895000', '160651.772000', '160651.775000', '160651.777000', '160651.780000', '160651.782000', '160651.785000', '160651.788000', '160651.790000', '160651.793000', '160651.795000', '160651.798000', '160651.801000', '160651.803000', '160651.806000', '160651.809000', '160651.811000', '160651.814000', '160651.816000', '160651.819000', '160651.822000', '160651.824000', '160651.827000', '160651.829000', '160651.832000', '160651.835000', '160651.837000', '160651.852000', '160651.854000', '160651.857000', '160651.860000', '160651.862000', '160651.865000', '160651.867000', '160651.870000', '160651.873000', '160651.875000', '160651.878000', '160651.881000', '160651.883000', '160651.886000', '160651.888000', '160651.891000', '160651.894000', '160711.772000', '160711.775000', '160711.777000', '160711.780000', '160711.782000', '160711.785000', '160711.787000', '160711.790000', '160711.793000', '160711.795000', '160711.798000', '160711.800000', '160711.803000', '160711.806000', '160711.808000', '160711.811000', '160711.813000', '160711.816000', '160711.818000', '160711.821000', '160711.824000', '160711.827000', '160711.829000', '160711.832000', '160711.834000', '160711.837000', '160711.840000', '160711.842000', '160711.845000', '160711.847000', '160711.850000', '160711.853000', '160711.855000', '160711.858000', '160711.861000', '160711.863000', '160711.866000', '160711.868000', '160711.871000', '160711.874000', '160711.876000', '160711.879000', '160711.882000', '160711.884000', '160731.770000', '160731.773000', '160731.776000', '160731.779000', '160731.781000', '160731.784000', '160731.786000', '160731.789000', '160731.792000', '160731.794000', '160731.797000', '160731.799000', '160731.802000', '160731.805000', '160731.807000', '160731.810000', '160731.812000', '160731.815000', '160731.818000', '160731.820000', '160731.823000', '160731.825000', '160731.828000', '160731.831000', '160731.833000', '160731.836000', '160731.838000', '160731.841000', '160731.844000', '160731.846000', '160731.849000', '160731.851000', '160731.854000', '160731.857000', '160731.860000', '160731.862000', '160731.865000', '160731.868000', '160731.870000', '160731.873000', '160731.875000', '160731.878000', '160731.881000', '160751.770000', '160751.773000', '160751.776000', '160751.779000', '160751.781000', '160751.784000', '160751.787000', '160751.789000', '160751.792000', '160751.794000', '160751.797000', '160751.800000', '160751.803000', '160751.805000', '160751.808000', '160751.811000', '160751.813000', '160751.816000', '160751.818000', '160751.821000', '160751.823000', '160751.826000', '160751.829000', '160751.831000', '160751.834000', '160751.836000', '160751.839000', '160751.842000', '160751.844000', '160751.847000', '160751.849000', '160751.852000', '160751.855000', '160751.857000', '160751.860000', '160751.862000', '160751.865000', '160751.868000', '160751.870000', '160751.873000', '160751.876000', '160751.878000', '160751.881000', '160751.883000', '160811.772000', '160811.774000', '160811.777000', '160811.780000', '160811.783000', '160811.785000', '160811.788000', '160811.791000', '160811.793000', '160811.796000', '160811.798000', '160811.801000', '160811.804000', '160811.807000', '160811.809000', '160811.812000', '160811.814000', '160811.817000', '160811.820000', '160811.822000', '160811.825000', '160811.828000', '160811.830000', '160811.833000', '160811.835000', '160811.838000', '160811.841000', '160811.843000', '160811.846000', '160811.848000', '160811.851000', '160811.854000', '160811.856000', '160811.859000', '160811.861000', '160811.864000', '160811.867000', '160811.870000', '160811.872000', '160811.875000', '160811.878000', '160811.880000', '160811.883000', '160831.772000', '160831.775000', '160831.777000', '160831.780000', '160831.783000', '160831.785000', '160831.788000', '160831.790000', '160831.807000', '160831.809000', '160831.812000', '160831.814000', '160831.817000', '160831.820000', '160831.822000', '160831.825000', '160831.828000', '160831.830000', '160831.833000', '160831.835000', '160831.838000', '160831.841000', '160831.844000', '160831.846000', '160831.849000', '160831.851000', '160831.854000', '160831.857000', '160831.859000', '160831.862000', '160831.865000', '160831.867000', '160831.870000', '160831.872000', '160831.875000', '160831.878000', '160831.881000', '160831.883000', '160831.886000', '160831.888000', '160831.891000', '160831.894000', '160831.896000', '160831.899000', '160851.772000', '160851.775000', '160851.777000', '160851.780000', '160851.783000', '160851.785000', '160851.788000', '160851.791000', '160851.793000', '160851.796000', '160851.799000', '160851.801000', '160851.804000', '160851.807000', '160851.809000', '160851.812000', '160851.814000', '160851.817000', '160851.820000', '160851.822000', '160851.825000', '160851.828000', '160851.831000', '160851.833000', '160851.836000', '160851.839000', '160851.841000', '160851.844000', '160851.846000', '160851.849000', '160851.852000', '160851.854000', '160851.857000', '160851.860000', '160851.862000', '160851.865000', '160851.868000', '160851.870000', '160851.873000', '160851.876000', '160851.878000', '160851.881000', '160851.884000', '160911.772000', '160911.774000', '160911.777000', '160911.780000', '160911.783000', '160911.785000', '160911.788000', '160911.791000', '160911.793000', '160911.796000', '160911.798000', '160911.801000', '160911.804000', '160911.807000', '160911.809000', '160911.812000', '160911.815000', '160911.817000', '160911.820000', '160911.822000', '160911.825000', '160911.828000', '160911.831000', '160911.833000', '160911.836000', '160911.838000', '160911.841000', '160911.844000', '160911.846000', '160911.849000', '160911.852000', '160911.854000', '160911.857000', '160911.860000', '160911.862000', '160911.865000', '160911.868000', '160911.870000', '160911.873000', '160911.876000', '160911.878000', '160911.881000', '160911.884000', '160911.886000', '160931.771000', '160931.774000', '160931.777000', '160931.780000', '160931.782000', '160931.785000', '160931.788000', '160931.790000', '160931.793000', '160931.796000', '160931.798000', '160931.801000', '160931.804000', '160931.806000', '160931.809000', '160931.812000', '160931.814000', '160931.817000', '160931.820000', '160931.822000', '160931.825000', '160931.828000', '160931.830000', '160931.833000', '160931.835000', '160931.838000', '160931.841000', '160931.843000', '160931.846000', '160931.849000', '160931.851000', '160931.854000', '160931.857000', '160931.859000', '160931.862000', '160931.865000', '160931.867000', '160931.870000', '160931.873000', '160931.875000', '160931.878000', '160931.881000', '160931.883000', '160951.770000', '160951.774000', '160951.776000', '160951.779000', '160951.782000', '160951.784000', '160951.787000', '160951.790000', '160951.792000', '160951.795000', '160951.798000', '160951.801000', '160951.803000', '160951.806000', '160951.808000', '160951.811000', '160951.814000', '160951.816000', '160951.819000', '160951.831000', '160951.833000', '160951.836000', '160951.839000', '160951.841000', '160951.844000', '160951.847000', '160951.849000', '160951.852000', '160951.855000', '160951.857000', '160951.860000', '160951.863000', '160951.865000', '160951.868000', '160951.871000', '160951.873000', '160951.876000', '160951.879000', '160951.881000', '160951.884000', '160951.887000', '160951.889000', '160951.892000', '161011.770000', '161011.774000', '161011.776000', '161011.779000', '161011.782000', '161011.784000', '161011.787000', '161011.790000', '161011.792000', '161011.795000', '161011.798000', '161011.800000', '161011.803000', '161011.806000', '161011.808000', '161011.811000', '161011.814000', '161011.816000', '161011.819000', '161011.822000', '161011.824000', '161011.827000', '161011.830000', '161011.832000', '161011.835000', '161011.838000', '161011.840000', '161011.843000', '161011.846000', '161011.848000', '161011.851000', '161011.854000', '161011.856000', '161011.859000', '161011.862000', '161011.865000', '161011.867000', '161011.870000', '161011.873000', '161011.875000', '161011.878000', '161011.881000', '161011.883000', '161011.886000', '161031.772000', '161031.775000', '161031.778000', '161031.780000', '161031.783000', '161031.786000', '161031.788000', '161031.791000', '161031.794000', '161031.796000', '161031.799000', '161031.801000', '161031.804000', '161031.807000', '161031.809000', '161031.812000', '161031.815000', '161031.818000', '161031.820000', '161031.823000', '161031.826000', '161031.828000', '161031.831000', '161031.833000', '161031.836000', '161031.839000', '161031.841000', '161031.844000', '161031.846000', '161031.849000', '161031.851000', '161031.854000', '161031.857000', '161031.859000', '161031.862000', '161031.865000', '161031.867000', '161031.870000', '161031.872000', '161031.875000', '161031.878000', '161031.880000', '161031.883000', '161031.886000', '161051.772000', '161051.775000', '161051.777000', '161051.780000', '161051.783000', '161051.785000', '161051.788000', '161051.791000', '161051.793000', '161051.796000', '161051.799000', '161051.801000', '161051.804000', '161051.807000', '161051.809000', '161051.812000', '161051.815000', '161051.818000', '161051.820000', '161051.823000', '161051.825000', '161051.828000', '161051.831000', '161051.833000', '161051.836000', '161051.839000', '161051.841000', '161051.844000', '161051.847000', '161051.849000', '161051.852000', '161051.855000', '161051.857000', '161051.860000', '161051.863000', '161051.865000', '161051.868000', '161051.871000', '161051.873000', '161051.876000', '161051.879000', '161051.881000', '161051.884000', '161055.175000', '161055.178000', '161055.181000', '161055.184000', '161055.187000', '161055.190000', '161055.193000', '161055.196000'], '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': [12759, 15255, 11859, 9387, 12491, 11691, 9294, 15562, 9832, 7838, 11789, 9331, 9326, 11156, 8995, 12064, 9874, 7902, 12206, 9377, 7991, 11917, 10325, 9381, 13618, 10620, 9453, 16483, 13166, 9723, 9238, 8215, 7728, 8243, 10754, 8386, 8117, 9827, 9251, 8387, 12405, 14498, 12003, 16058, 15227, 11872, 13965, 10384, 12516, 9457, 8077, 11288, 8089, 12500, 8855, 7942, 11639, 10075, 13272, 9646, 7939, 11013, 8427, 8786, 9347, 8334, 12245, 9336, 9458, 10123, 8382, 13601, 9324, 8286, 11947, 8970, 11975, 9168, 8213, 12393, 10903, 11835, 13992, 8990, 8241, 9693, 8290, 9336, 9601, 8722, 14174, 13932, 9914, 11180, 8337, 7891, 10582, 8190, 9718, 9395, 8456, 12156, 13596, 8974, 15202, 9185, 8119, 11776, 9074, 8399, 13299, 12717, 13836, 12179, 8749, 12811, 9513, 8150, 12436, 9158, 8386, 11413, 8374, 9426, 9681, 8436, 11845, 10442, 8381, 11842, 9020, 8131, 11400, 8366, 8583, 12214, 9538, 14134, 11836, 9090, 11519, 9051, 8069, 11701, 8851, 8225, 13696, 11823, 9825, 11821, 8527, 7896, 10762, 8198, 10486, 15221, 10569, 13906, 9081, 8168, 11690, 8910, 8056, 11983, 8695, 8177, 10441, 11804, 13700, 13881, 14414, 10164, 8609, 11792, 8522, 7894, 10910, 8558, 11057, 14016, 9621, 13532, 8914, 8165, 11696, 8930, 8452, 11606, 8920, 8432, 14114, 10463, 10814, 10769, 8163, 7934, 10606, 8323, 9713, 12370, 8976, 13571, 9976, 8029, 12535, 9466, 8027, 12261, 9283, 8434, 12625, 8830, 8500, 10988, 8361, 9865, 10496, 8955, 14016, 9469, 8452, 11199, 9009, 8417, 13441, 13489, 9486, 12074, 8328, 8003, 10170, 10445, 12817, 14947, 10430, 8246, 10347, 8697, 8311, 10084, 8428, 10072, 11744, 9020, 8879, 12349, 12589, 13695, 16455, 12982, 13865, 11828, 9044, 8250, 10756, 8237, 10724, 10348, 8254, 13319, 9125, 7917, 11200, 8727, 10210, 9951, 8486, 14140, 10516, 8047, 10384, 8156, 9545, 9490, 8223, 14195, 14368, 10966, 12584, 8564, 7805, 10614, 9170, 8494, 12632, 11318, 13849, 12468, 8446, 9208, 10366, 8181, 10267, 10255, 8228, 12977, 9547, 8280, 12050, 8778, 9410, 12024, 9707, 16364, 12770, 10590, 10852, 8101, 8159, 12620, 9750, 8236, 10567, 8106, 7967, 10633, 8878, 10359, 9758, 8049, 9821, 9434, 8210, 8372, 10078, 8074, 8282, 14253, 12347, 10028, 14011, 9562, 7879, 11692, 10366, 9317, 14387, 11396, 8604, 11408, 8873, 8126, 11045, 9402, 15318, 12596, 9866, 10979, 9565, 7845, 10211, 8223, 8287, 12770, 9703, 11410, 11400, 8230, 7811, 10460, 8880, 8003, 12210, 9504, 11127, 14997, 14338, 13462, 15721, 11969, 8454, 8166, 11277, 8819, 8212, 11230, 9453, 12202, 13059, 8629, 7970, 10710, 8655, 8209, 12959, 13300, 12085, 16741, 15172, 13151, 13524, 10530, 7646, 7636, 10117, 8517, 8822, 14699, 11426, 8389, 7917, 10265, 10544, 7965, 8090, 11635, 10199, 8017, 14156, 10697, 8075, 14133, 10864, 9086, 10878, 11734, 9267, 15889, 15708, 13424, 16683, 10688, 7876, 10843, 8565, 7656, 11091, 8916, 7648, 10206, 8998, 7833, 11802, 10747, 7920, 12440, 9560, 7668, 9456, 9811, 8918, 14505, 13697, 11359, 13442, 9756, 7712, 8626, 9615, 8000, 10416, 13894, 11452, 8477, 12269, 10136, 7926, 12825, 9576, 8115, 12382, 9371, 10549, 10691, 8175, 15572, 16127, 12601, 15395, 9826, 8087, 9603, 8727, 8912, 12475, 9107, 8730, 9758, 8330, 7846, 11026, 11122, 11220, 13276, 16642, 15924, 13570, 9029, 8849, 8099, 8287, 10162, 7952, 11807, 9471, 7865, 12392, 8500, 12398, 10741, 8306, 8807, 14460, 16477, 13290, 15898, 12893, 12417, 13340, 9700, 16492, 12253, 7960, 12847, 9812, 7783, 10693, 8494, 8408, 11597, 9202, 13829, 13240, 8377, 8038, 10721, 8653, 7670, 12016, 9821, 9321, 16123, 12614, 7710, 8094, 9767, 8198, 7840, 10795, 11684, 10077, 8077, 11089, 12939, 13679, 16558, 19710, 17574, 12642, 9821, 8315, 9317, 7827, 9821, 9554, 7949, 12671, 8823, 8781, 11866, 8361, 13534, 10951, 10252, 15341, 14688, 15213, 13068, 8201, 8435, 9866, 8141, 8172, 10258, 8082, 7989, 10485, 8623, 8114, 12154, 9395, 8058, 13767, 14499, 12420, 16026, 12741, 10409, 13920, 9461, 7830, 11788, 8424, 8431, 11652, 8417, 8372, 10389, 7959, 11657, 10663, 8219, 11755, 8604, 8431, 11591, 8328, 8383, 12339, 9424, 13891, 9672, 8374, 10321, 8359, 8165, 11440, 8767, 8196, 14769, 11900, 9043, 12135, 8344, 8178, 10931, 8298, 9486, 11143, 8314, 12917, 9950, 8251, 10691, 9471, 8004, 11720, 10331, 9591, 15746, 10951, 8045, 11631, 8812, 8028, 14320, 14627, 10950, 11905, 8235, 8677, 11088, 8165, 9665, 14675, 10989, 10405, 9651, 8272, 8512, 10132, 8690, 12457, 10751, 8225, 8094, 9598, 8096, 11075, 13408, 10086, 12332, 10428, 8124, 10778, 9871, 8097, 14605, 14477, 11665, 14027, 8821, 8109, 10741, 8198, 11228, 10513, 7957, 13454, 9123, 8291, 11471, 8588, 8765, 10737, 8058, 14040, 12550, 11333, 12825, 8141, 8480, 10396, 8389, 14412, 10597, 7921, 11558, 8775, 8255, 11937, 8509, 9305, 10316, 8052, 9711, 9782, 8023, 13445, 11452, 8022, 12055, 8650, 8346, 11786, 9193, 13189, 13143, 7643, 7858, 8157, 9076, 8464, 12552, 12706, 10275, 12979, 8976, 7948, 11435, 9376, 8022, 14789, 13175, 10544, 12536, 8780, 7959, 11563, 9309, 12666, 13495, 11174, 13565, 9753, 8017, 9085, 10329, 8208, 11381, 11431, 7906, 10985, 9954, 8246, 12796, 9199, 7899, 12035, 8176, 12199, 9736, 8166, 14218, 10035, 7958, 10453, 8057, 10362, 9385, 8172, 12194, 9725, 8144, 13823, 8603, 7984, 11800, 8489, 8195, 12490, 9637, 12980, 11301, 8016, 9032, 10187, 8008, 12585, 10536, 8028, 12297, 9328, 8114, 12868, 9368, 8589, 12588, 8559, 7841, 9945, 9012, 8404, 11956, 9467, 7771, 11352, 8519, 7991, 13217, 9638, 12919, 10876, 8448, 12449, 9497, 8020, 13362, 9924, 8924, 10994, 8123, 11634, 10525, 7997, 12821, 9370, 7920, 11062, 8736, 8095, 14257, 9982, 7837, 10874, 8424, 7756, 11823, 9549, 8410, 14351, 11436, 7718, 9879, 9030, 7540, 10847, 12407, 9297, 9707, 10713, 8676, 8750, 12318, 13345, 15556, 14870, 11822, 7723, 11383, 9054, 8405], 'WindowCenter': [4543.0, 4538.0, 4504.0, 4474.0, 4502.0, 4490.0, 4471.0, 4519.0, 4467.0, 4426.0, 4475.0, 4445.0, 4443.0, 4463.0, 4433.0, 4472.0, 4443.0, 4423.0, 4473.0, 4444.0, 4421.0, 4461.0, 4467.0, 4494.0, 4523.0, 4490.0, 4451.0, 4518.0, 4507.0, 4480.0, 4469.0, 4445.0, 4436.0, 4447.0, 4481.0, 4453.0, 4452.0, 4470.0, 4472.0, 4451.0, 4491.0, 4501.0, 4491.0, 4499.0, 4497.0, 4464.0, 4473.0, 4441.0, 4461.0, 4430.0, 4412.0, 4450.0, 4411.0, 4459.0, 4419.0, 4410.0, 4451.0, 4440.0, 4471.0, 4442.0, 4424.0, 4463.0, 4435.0, 4434.0, 4445.0, 4435.0, 4476.0, 4447.0, 4446.0, 4456.0, 4436.0, 4483.0, 4444.0, 4424.0, 4463.0, 4434.0, 4464.0, 4444.0, 4435.0, 4474.0, 4466.0, 4478.0, 4512.0, 4456.0, 4435.0, 4455.0, 4437.0, 4448.0, 4457.0, 4448.0, 4499.0, 4511.0, 4481.0, 4490.0, 4448.0, 4437.0, 4466.0, 4436.0, 4456.0, 4445.0, 4437.0, 4477.0, 4497.0, 4457.0, 4508.0, 4455.0, 4436.0, 4473.0, 4444.0, 4433.0, 4484.0, 4487.0, 4498.0, 4487.0, 4448.0, 4485.0, 4445.0, 4423.0, 4462.0, 4433.0, 4423.0, 4462.0, 4425.0, 4444.0, 4443.0, 4436.0, 4475.0, 4465.0, 4436.0, 4476.0, 4448.0, 4427.0, 4465.0, 4436.0, 4436.0, 4477.0, 4458.0, 4499.0, 4478.0, 4449.0, 4478.0, 4445.0, 4425.0, 4475.0, 4445.0, 4436.0, 4498.0, 4488.0, 4468.0, 4488.0, 4449.0, 4439.0, 4466.0, 4436.0, 4466.0, 4508.0, 4468.0, 4499.0, 4460.0, 4449.0, 4486.0, 4446.0, 4426.0, 4476.0, 4436.0, 4437.0, 4468.0, 4489.0, 4509.0, 4511.0, 4511.0, 4468.0, 4448.0, 4477.0, 4436.0, 4423.0, 4453.0, 4434.0, 4464.0, 4497.0, 4457.0, 4496.0, 4445.0, 4435.0, 4463.0, 4432.0, 4422.0, 4461.0, 4445.0, 4435.0, 4497.0, 4478.0, 4477.0, 4475.0, 4447.0, 4435.0, 4464.0, 4436.0, 4454.0, 4487.0, 4447.0, 4485.0, 4455.0, 4435.0, 4474.0, 4443.0, 4421.0, 4460.0, 4442.0, 4424.0, 4473.0, 4445.0, 4434.0, 4464.0, 4436.0, 4455.0, 4466.0, 4445.0, 4495.0, 4456.0, 4438.0, 4465.0, 4444.0, 4436.0, 4497.0, 4498.0, 4468.0, 4500.0, 4464.0, 4451.0, 4455.0, 4469.0, 4486.0, 4509.0, 4479.0, 4440.0, 4470.0, 4449.0, 4451.0, 4468.0, 4439.0, 4469.0, 4489.0, 4449.0, 4448.0, 4476.0, 4487.0, 4499.0, 4510.0, 4488.0, 4497.0, 4475.0, 4445.0, 4423.0, 4452.0, 4422.0, 4453.0, 4453.0, 4424.0, 4484.0, 4447.0, 4426.0, 4462.0, 4435.0, 4442.0, 4443.0, 4434.0, 4485.0, 4465.0, 4426.0, 4456.0, 4426.0, 4444.0, 4443.0, 4435.0, 4487.0, 4497.0, 4467.0, 4487.0, 4448.0, 4439.0, 4467.0, 4445.0, 4447.0, 4488.0, 4479.0, 4499.0, 4489.0, 4449.0, 4457.0, 4467.0, 4437.0, 4456.0, 4454.0, 4426.0, 4475.0, 4444.0, 4435.0, 4474.0, 4435.0, 4444.0, 4474.0, 4445.0, 4496.0, 4475.0, 4466.0, 4465.0, 4438.0, 4439.0, 4487.0, 4459.0, 4437.0, 4466.0, 4438.0, 4440.0, 4468.0, 4460.0, 4457.0, 4459.0, 4439.0, 4459.0, 4459.0, 4439.0, 4451.0, 4460.0, 4454.0, 4440.0, 4499.0, 4487.0, 4469.0, 4496.0, 4446.0, 4425.0, 4464.0, 4456.0, 4446.0, 4487.0, 4465.0, 4435.0, 4464.0, 4437.0, 4413.0, 4453.0, 4448.0, 4499.0, 4481.0, 4451.0, 4457.0, 4436.0, 4428.0, 4457.0, 4438.0, 4436.0, 4473.0, 4444.0, 4479.0, 4479.0, 4438.0, 4427.0, 4464.0, 4446.0, 4426.0, 4476.0, 4457.0, 4479.0, 4499.0, 4500.0, 4489.0, 4508.0, 4478.0, 4437.0, 4425.0, 4465.0, 4436.0, 4424.0, 4452.0, 4443.0, 4463.0, 4474.0, 4436.0, 4436.0, 4463.0, 4434.0, 4425.0, 4475.0, 4488.0, 4480.0, 4512.0, 4512.0, 4513.0, 4511.0, 4479.0, 4424.0, 4413.0, 4465.0, 4445.0, 4458.0, 4510.0, 4492.0, 4462.0, 4450.0, 4469.0, 4456.0, 4428.0, 4429.0, 4465.0, 4444.0, 4413.0, 4474.0, 4445.0, 4416.0, 4471.0, 4441.0, 4419.0, 4437.0, 4439.0, 4420.0, 4471.0, 4482.0, 4474.0, 4484.0, 4453.0, 4426.0, 4454.0, 4421.0, 4412.0, 4441.0, 4431.0, 4412.0, 4453.0, 4433.0, 4423.0, 4478.0, 4479.0, 4437.0, 4487.0, 4456.0, 4427.0, 4444.0, 4445.0, 4450.0, 4498.0, 4489.0, 4480.0, 4487.0, 4445.0, 4414.0, 4447.0, 4434.0, 4428.0, 4428.0, 4496.0, 4450.0, 4420.0, 4461.0, 4453.0, 4425.0, 4472.0, 4443.0, 4422.0, 4473.0, 4444.0, 4452.0, 4452.0, 4422.0, 4481.0, 4493.0, 4464.0, 4494.0, 4455.0, 4433.0, 4443.0, 4433.0, 4442.0, 4484.0, 4455.0, 4444.0, 4454.0, 4445.0, 4448.0, 4488.0, 4501.0, 4501.0, 4510.0, 4524.0, 4525.0, 4512.0, 4450.0, 4436.0, 4424.0, 4422.0, 4442.0, 4424.0, 4462.0, 4444.0, 4424.0, 4488.0, 4446.0, 4474.0, 4451.0, 4422.0, 4430.0, 4482.0, 4494.0, 4474.0, 4493.0, 4474.0, 4461.0, 4472.0, 4431.0, 4478.0, 4448.0, 4397.0, 4448.0, 4429.0, 4398.0, 4438.0, 4420.0, 4409.0, 4448.0, 4429.0, 4471.0, 4472.0, 4422.0, 4421.0, 4451.0, 4431.0, 4411.0, 4470.0, 4452.0, 4457.0, 4518.0, 4498.0, 4448.0, 4435.0, 4453.0, 4445.0, 4445.0, 4487.0, 4488.0, 4480.0, 4449.0, 4499.0, 4510.0, 4512.0, 4536.0, 4534.0, 4532.0, 4501.0, 4460.0, 4435.0, 4435.0, 4415.0, 4432.0, 4434.0, 4413.0, 4473.0, 4434.0, 4434.0, 4450.0, 4410.0, 4458.0, 4441.0, 4441.0, 4485.0, 4484.0, 4484.0, 4472.0, 4423.0, 4421.0, 4431.0, 4402.0, 4411.0, 4441.0, 4412.0, 4424.0, 4455.0, 4435.0, 4425.0, 4476.0, 4434.0, 4424.0, 4487.0, 4497.0, 4479.0, 4508.0, 4476.0, 4456.0, 4486.0, 4444.0, 4413.0, 4450.0, 4412.0, 4412.0, 4451.0, 4423.0, 4422.0, 4441.0, 4411.0, 4463.0, 4454.0, 4422.0, 4462.0, 4423.0, 4425.0, 4463.0, 4424.0, 4425.0, 4475.0, 4447.0, 4485.0, 4446.0, 4435.0, 4454.0, 4424.0, 4435.0, 4466.0, 4446.0, 4448.0, 4510.0, 4491.0, 4459.0, 4488.0, 4439.0, 4437.0, 4463.0, 4425.0, 4445.0, 4465.0, 4436.0, 4487.0, 4456.0, 4438.0, 4466.0, 4444.0, 4424.0, 4464.0, 4456.0, 4455.0, 4507.0, 4467.0, 4437.0, 4476.0, 4444.0, 4425.0, 4486.0, 4496.0, 4466.0, 4475.0, 4436.0, 4435.0, 4464.0, 4436.0, 4454.0, 4498.0, 4477.0, 4469.0, 4458.0, 4446.0, 4447.0, 4465.0, 4448.0, 4488.0, 4478.0, 4448.0, 4439.0, 4456.0, 4438.0, 4477.0, 4496.0, 4469.0, 4488.0, 4468.0, 4437.0, 4463.0, 4454.0, 4426.0, 4496.0, 4496.0, 4475.0, 4487.0, 4445.0, 4422.0, 4452.0, 4423.0, 4449.0, 4453.0, 4422.0, 4472.0, 4432.0, 4423.0, 4463.0, 4434.0, 4433.0, 4452.0, 4424.0, 4483.0, 4474.0, 4464.0, 4475.0, 4424.0, 4434.0, 4452.0, 4423.0, 4485.0, 4455.0, 4436.0, 4463.0, 4435.0, 4435.0, 4474.0, 4447.0, 4447.0, 4466.0, 4435.0, 4457.0, 4456.0, 4438.0, 4486.0, 4490.0, 4438.0, 4478.0, 4445.0, 4437.0, 4476.0, 4460.0, 4487.0, 4486.0, 4450.0, 4434.0, 4449.0, 4457.0, 4438.0, 4474.0, 4488.0, 4468.0, 4498.0, 4459.0, 4439.0, 4476.0, 4446.0, 4426.0, 4497.0, 4487.0, 4465.0, 4477.0, 4436.0, 4426.0, 4462.0, 4446.0, 4476.0, 4486.0, 4465.0, 4486.0, 4454.0, 4436.0, 4433.0, 4453.0, 4423.0, 4464.0, 4466.0, 4427.0, 4466.0, 4455.0, 4435.0, 4475.0, 4445.0, 4423.0, 4462.0, 4423.0, 4463.0, 4444.0, 4423.0, 4485.0, 4454.0, 4425.0, 4454.0, 4424.0, 4452.0, 4444.0, 4425.0, 4465.0, 4457.0, 4438.0, 4498.0, 4448.0, 4438.0, 4476.0, 4436.0, 4435.0, 4475.0, 4460.0, 4486.0, 4478.0, 4440.0, 4448.0, 4466.0, 4437.0, 4474.0, 4466.0, 4438.0, 4474.0, 4458.0, 4437.0, 4486.0, 4474.0, 4473.0, 4499.0, 4447.0, 4437.0, 4466.0, 4458.0, 4450.0, 4493.0, 4482.0, 4452.0, 4490.0, 4460.0, 4439.0, 4498.0, 4458.0, 4488.0, 4478.0, 4438.0, 4476.0, 4457.0, 4426.0, 4488.0, 4458.0, 4447.0, 4465.0, 4436.0, 4475.0, 4467.0, 4436.0, 4486.0, 4456.0, 4437.0, 4476.0, 4449.0, 4438.0, 4507.0, 4470.0, 4439.0, 4478.0, 4448.0, 4438.0, 4478.0, 4469.0, 4451.0, 4510.0, 4492.0, 4450.0, 4468.0, 4460.0, 4438.0, 4479.0, 4500.0, 4472.0, 4481.0, 4480.0, 4461.0, 4447.0, 4487.0, 4499.0, 4521.0, 4510.0, 4490.0, 4437.0, 4475.0, 4446.0, 4436.0], 'WindowWidth': [9967.0, 9946.0, 9892.0, 9849.0, 9881.0, 9864.0, 9837.0, 9899.0, 9825.0, 9766.0, 9830.0, 9787.0, 9783.0, 9808.0, 9770.0, 9821.0, 9782.0, 9756.0, 9827.0, 9787.0, 9753.0, 9805.0, 9826.0, 9880.0, 9915.0, 9864.0, 9794.0, 9904.0, 9886.0, 9852.0, 9835.0, 9795.0, 9784.0, 9798.0, 9848.0, 9812.0, 9811.0, 9834.0, 9837.0, 9809.0, 9861.0, 9875.0, 9860.0, 9874.0, 9863.0, 9811.0, 9823.0, 9776.0, 9802.0, 9758.0, 9736.0, 9785.0, 9734.0, 9798.0, 9742.0, 9732.0, 9789.0, 9775.0, 9818.0, 9781.0, 9758.0, 9809.0, 9776.0, 9772.0, 9788.0, 9775.0, 9831.0, 9793.0, 9791.0, 9805.0, 9777.0, 9838.0, 9786.0, 9757.0, 9809.0, 9773.0, 9812.0, 9786.0, 9775.0, 9827.0, 9820.0, 9839.0, 9896.0, 9809.0, 9779.0, 9804.0, 9781.0, 9795.0, 9807.0, 9799.0, 9873.0, 9889.0, 9852.0, 9861.0, 9802.0, 9786.0, 9819.0, 9778.0, 9805.0, 9790.0, 9782.0, 9837.0, 9865.0, 9811.0, 9881.0, 9804.0, 9778.0, 9823.0, 9786.0, 9771.0, 9844.0, 9849.0, 9865.0, 9851.0, 9796.0, 9844.0, 9788.0, 9754.0, 9805.0, 9768.0, 9753.0, 9806.0, 9759.0, 9785.0, 9784.0, 9777.0, 9830.0, 9817.0, 9781.0, 9835.0, 9797.0, 9766.0, 9815.0, 9777.0, 9777.0, 9835.0, 9812.0, 9868.0, 9840.0, 9801.0, 9838.0, 9790.0, 9763.0, 9829.0, 9789.0, 9778.0, 9867.0, 9854.0, 9827.0, 9855.0, 9804.0, 9788.0, 9818.0, 9779.0, 9819.0, 9880.0, 9826.0, 9870.0, 9817.0, 9803.0, 9848.0, 9791.0, 9763.0, 9831.0, 9778.0, 9781.0, 9825.0, 9857.0, 9886.0, 9890.0, 9894.0, 9828.0, 9800.0, 9835.0, 9778.0, 9756.0, 9795.0, 9772.0, 9814.0, 9865.0, 9810.0, 9862.0, 9789.0, 9776.0, 9809.0, 9765.0, 9753.0, 9805.0, 9789.0, 9778.0, 9865.0, 9841.0, 9839.0, 9834.0, 9796.0, 9776.0, 9813.0, 9777.0, 9800.0, 9850.0, 9795.0, 9845.0, 9805.0, 9776.0, 9829.0, 9783.0, 9750.0, 9802.0, 9779.0, 9759.0, 9826.0, 9788.0, 9774.0, 9813.0, 9778.0, 9801.0, 9817.0, 9791.0, 9859.0, 9806.0, 9784.0, 9817.0, 9789.0, 9780.0, 9865.0, 9867.0, 9828.0, 9875.0, 9833.0, 9809.0, 9802.0, 9828.0, 9846.0, 9884.0, 9842.0, 9789.0, 9829.0, 9803.0, 9807.0, 9825.0, 9785.0, 9827.0, 9853.0, 9799.0, 9795.0, 9830.0, 9849.0, 9869.0, 9893.0, 9856.0, 9863.0, 9831.0, 9787.0, 9756.0, 9790.0, 9751.0, 9794.0, 9795.0, 9758.0, 9842.0, 9792.0, 9762.0, 9806.0, 9772.0, 9778.0, 9781.0, 9771.0, 9843.0, 9816.0, 9765.0, 9804.0, 9764.0, 9784.0, 9782.0, 9773.0, 9850.0, 9862.0, 9822.0, 9853.0, 9798.0, 9787.0, 9820.0, 9789.0, 9795.0, 9853.0, 9842.0, 9870.0, 9859.0, 9803.0, 9811.0, 9822.0, 9779.0, 9802.0, 9798.0, 9763.0, 9830.0, 9786.0, 9774.0, 9827.0, 9775.0, 9784.0, 9825.0, 9788.0, 9861.0, 9830.0, 9817.0, 9818.0, 9786.0, 9788.0, 9850.0, 9812.0, 9782.0, 9819.0, 9786.0, 9791.0, 9823.0, 9815.0, 9806.0, 9814.0, 9787.0, 9813.0, 9814.0, 9786.0, 9807.0, 9813.0, 9813.0, 9787.0, 9870.0, 9851.0, 9828.0, 9860.0, 9790.0, 9759.0, 9810.0, 9802.0, 9788.0, 9850.0, 9816.0, 9774.0, 9809.0, 9775.0, 9739.0, 9794.0, 9797.0, 9868.0, 9840.0, 9799.0, 9799.0, 9771.0, 9766.0, 9804.0, 9779.0, 9775.0, 9820.0, 9782.0, 9839.0, 9841.0, 9783.0, 9767.0, 9812.0, 9791.0, 9763.0, 9831.0, 9806.0, 9840.0, 9871.0, 9873.0, 9855.0, 9878.0, 9836.0, 9779.0, 9758.0, 9813.0, 9775.0, 9753.0, 9789.0, 9780.0, 9807.0, 9828.0, 9776.0, 9778.0, 9811.0, 9772.0, 9758.0, 9827.0, 9851.0, 9845.0, 9897.0, 9899.0, 9898.0, 9896.0, 9843.0, 9761.0, 9740.0, 9819.0, 9793.0, 9813.0, 9892.0, 9866.0, 9827.0, 9807.0, 9828.0, 9804.0, 9767.0, 9768.0, 9811.0, 9781.0, 9740.0, 9821.0, 9784.0, 9745.0, 9814.0, 9771.0, 9738.0, 9761.0, 9765.0, 9739.0, 9812.0, 9832.0, 9827.0, 9837.0, 9797.0, 9764.0, 9797.0, 9748.0, 9737.0, 9770.0, 9760.0, 9737.0, 9794.0, 9767.0, 9757.0, 9839.0, 9839.0, 9785.0, 9851.0, 9807.0, 9767.0, 9783.0, 9786.0, 9801.0, 9866.0, 9853.0, 9841.0, 9845.0, 9783.0, 9742.0, 9794.0, 9768.0, 9768.0, 9746.0, 9864.0, 9787.0, 9746.0, 9804.0, 9793.0, 9762.0, 9820.0, 9782.0, 9753.0, 9822.0, 9785.0, 9795.0, 9794.0, 9752.0, 9833.0, 9850.0, 9809.0, 9856.0, 9805.0, 9772.0, 9784.0, 9771.0, 9785.0, 9845.0, 9807.0, 9791.0, 9805.0, 9794.0, 9801.0, 9857.0, 9882.0, 9881.0, 9893.0, 9923.0, 9921.0, 9892.0, 9802.0, 9776.0, 9756.0, 9751.0, 9776.0, 9757.0, 9806.0, 9784.0, 9760.0, 9852.0, 9792.0, 9824.0, 9790.0, 9750.0, 9758.0, 9835.0, 9854.0, 9826.0, 9857.0, 9826.0, 9805.0, 9821.0, 9762.0, 9823.0, 9780.0, 9710.0, 9780.0, 9755.0, 9712.0, 9766.0, 9745.0, 9728.0, 9781.0, 9759.0, 9816.0, 9819.0, 9754.0, 9751.0, 9791.0, 9765.0, 9736.0, 9817.0, 9800.0, 9813.0, 9902.0, 9874.0, 9803.0, 9782.0, 9801.0, 9792.0, 9796.0, 9853.0, 9857.0, 9849.0, 9809.0, 9878.0, 9892.0, 9900.0, 9939.0, 9935.0, 9924.0, 9876.0, 9815.0, 9774.0, 9770.0, 9743.0, 9764.0, 9766.0, 9740.0, 9821.0, 9769.0, 9769.0, 9785.0, 9730.0, 9792.0, 9773.0, 9774.0, 9845.0, 9842.0, 9838.0, 9820.0, 9755.0, 9748.0, 9758.0, 9720.0, 9731.0, 9771.0, 9737.0, 9756.0, 9800.0, 9773.0, 9761.0, 9830.0, 9768.0, 9757.0, 9847.0, 9865.0, 9841.0, 9880.0, 9834.0, 9805.0, 9844.0, 9784.0, 9738.0, 9784.0, 9734.0, 9734.0, 9785.0, 9751.0, 9750.0, 9774.0, 9737.0, 9808.0, 9796.0, 9754.0, 9805.0, 9755.0, 9758.0, 9806.0, 9756.0, 9759.0, 9827.0, 9792.0, 9843.0, 9790.0, 9775.0, 9798.0, 9757.0, 9774.0, 9816.0, 9793.0, 9799.0, 9889.0, 9862.0, 9817.0, 9855.0, 9787.0, 9778.0, 9809.0, 9759.0, 9786.0, 9816.0, 9779.0, 9849.0, 9807.0, 9783.0, 9819.0, 9786.0, 9758.0, 9812.0, 9805.0, 9805.0, 9878.0, 9824.0, 9783.0, 9833.0, 9787.0, 9759.0, 9847.0, 9859.0, 9817.0, 9831.0, 9779.0, 9776.0, 9811.0, 9777.0, 9801.0, 9867.0, 9838.0, 9828.0, 9811.0, 9795.0, 9793.0, 9817.0, 9797.0, 9854.0, 9839.0, 9799.0, 9789.0, 9807.0, 9786.0, 9836.0, 9864.0, 9828.0, 9853.0, 9825.0, 9783.0, 9811.0, 9800.0, 9762.0, 9859.0, 9860.0, 9831.0, 9852.0, 9791.0, 9756.0, 9792.0, 9755.0, 9784.0, 9793.0, 9752.0, 9819.0, 9766.0, 9756.0, 9808.0, 9772.0, 9769.0, 9794.0, 9757.0, 9837.0, 9827.0, 9812.0, 9829.0, 9759.0, 9770.0, 9794.0, 9758.0, 9843.0, 9803.0, 9778.0, 9810.0, 9774.0, 9773.0, 9826.0, 9794.0, 9795.0, 9819.0, 9778.0, 9807.0, 9805.0, 9783.0, 9848.0, 9859.0, 9785.0, 9837.0, 9791.0, 9779.0, 9834.0, 9820.0, 9851.0, 9848.0, 9810.0, 9773.0, 9805.0, 9810.0, 9784.0, 9828.0, 9854.0, 9826.0, 9867.0, 9816.0, 9789.0, 9834.0, 9791.0, 9764.0, 9865.0, 9850.0, 9817.0, 9837.0, 9778.0, 9762.0, 9805.0, 9789.0, 9832.0, 9847.0, 9817.0, 9846.0, 9801.0, 9778.0, 9769.0, 9795.0, 9755.0, 9812.0, 9818.0, 9767.0, 9819.0, 9803.0, 9774.0, 9828.0, 9785.0, 9753.0, 9806.0, 9755.0, 9808.0, 9784.0, 9754.0, 9842.0, 9799.0, 9760.0, 9797.0, 9759.0, 9794.0, 9784.0, 9759.0, 9813.0, 9806.0, 9783.0, 9866.0, 9800.0, 9786.0, 9832.0, 9779.0, 9775.0, 9831.0, 9816.0, 9847.0, 9839.0, 9790.0, 9799.0, 9820.0, 9780.0, 9829.0, 9819.0, 9783.0, 9828.0, 9810.0, 9782.0, 9845.0, 9847.0, 9846.0, 9874.0, 9796.0, 9783.0, 9821.0, 9814.0, 9808.0, 9868.0, 9854.0, 9814.0, 9862.0, 9819.0, 9788.0, 9867.0, 9814.0, 9853.0, 9838.0, 9785.0, 9835.0, 9808.0, 9766.0, 9851.0, 9811.0, 9793.0, 9816.0, 9778.0, 9829.0, 9821.0, 9781.0, 9849.0, 9807.0, 9782.0, 9834.0, 9800.0, 9786.0, 9880.0, 9833.0, 9792.0, 9840.0, 9799.0, 9786.0, 9839.0, 9828.0, 9807.0, 9890.0, 9865.0, 9807.0, 9828.0, 9817.0, 9786.0, 9843.0, 9875.0, 9839.0, 9850.0, 9847.0, 9823.0, 9798.0, 9852.0, 9870.0, 9903.0, 9891.0, 9857.0, 9781.0, 9831.0, 9792.0, 9778.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.004603944954128441</td></tr>
<tr><td colspan=3>aqi</td><td>0.05089404564220184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.76899278638342</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.163081144225029</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0193066537657862</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>7554.0439</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17833878375059978</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>178</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.412844036697248</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5507764751162982</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.451475668824993</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.741461207365744</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4593925491581574</td></tr>
<tr><td colspan=3>gcor</td><td>0.0064219</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009404079988598824</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023873642086982727</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6820689523542245</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>20.9951</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7792</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.115</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305500.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>675.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.2434</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7851</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.0563</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3655.9191</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71044.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1061.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1063.7966</td></tr>
<tr><td colspan=3>tsnr</td><td>28.579211916134227</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>