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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0053_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-04_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-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-01_task-social_acq-mb8_run-04_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-0053/ses-01/func/sub-0053_ses-01_task-social_acq-mb8_run-04_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>10b7f5da17ce1035a011811517be3d7d</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>15:11:17.167500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992658, 0.0401057, -0.114115, -0.0518493, 0.993445, -0.101878]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0894328</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4117, -7708, -7309, 577, -49, -68, -132, 102]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.632</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7536d5f8-9f35-4692-bf0b-7b17fa0937b5||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.6632280349731445, -0.13910774886608124, -0.29505860805511475, 125.9186782836914], [-0.10760052502155304, 2.665339708328247, -0.28902655839920044, -92.33499908447266], [-0.30616194009780884, 0.27333155274391174, 2.6682212352752686, -87.48456573486328], [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': ['151117.167500', '151117.627500', '151118.087500', '151118.547500', '151119.007500', '151119.467500', '151119.927500', '151120.387500', '151120.847500', '151121.307500', '151121.767500', '151122.227500', '151122.687500', '151123.147500', '151123.607500', '151124.067500', '151124.527500', '151124.987500', '151125.447500', '151125.907500', '151126.367500', '151126.827500', '151127.287500', '151127.747500', '151128.207500', '151128.667500', '151129.127500', '151129.587500', '151130.047500', '151130.507500', '151130.967500', '151131.427500', '151131.887500', '151132.347500', '151132.807500', '151133.267500', '151133.727500', '151134.187500', '151134.647500', '151135.107500', '151135.567500', '151136.027500', '151136.487500', '151136.947500', '151137.407500', '151137.867500', '151138.327500', '151138.787500', '151139.247500', '151139.707500', '151140.167500', '151140.627500', '151141.087500', '151141.547500', '151142.007500', '151142.467500', '151142.927500', '151143.387500', '151143.847500', '151144.307500', '151144.767500', '151145.227500', '151145.687500', '151146.147500', '151146.607500', '151147.067500', '151147.527500', '151147.987500', '151148.447500', '151148.907500', '151149.367500', '151149.827500', '151150.287500', '151150.747500', '151151.207500', '151151.667500', '151152.127500', '151152.587500', '151153.047500', '151153.507500', '151153.967500', '151154.427500', '151154.887500', '151155.347500', '151155.807500', '151156.267500', '151156.727500', '151157.187500', '151157.647500', '151158.107500', '151158.567500', '151159.027500', '151159.487500', '151159.947500', '151200.407500', '151200.867500', '151201.327500', '151201.787500', '151202.247500', '151202.707500', '151203.167500', '151203.627500', '151204.087500', '151204.547500', '151205.007500', '151205.467500', '151205.927500', '151206.387500', '151206.847500', '151207.307500', '151207.767500', '151208.227500', '151208.687500', '151209.147500', '151209.607500', '151210.067500', '151210.527500', '151210.987500', '151211.447500', '151211.907500', '151212.367500', '151212.827500', '151213.287500', '151213.747500', '151214.207500', '151214.667500', '151215.127500', '151215.587500', '151216.047500', '151216.507500', '151216.967500', '151217.427500', '151217.887500', '151218.347500', '151218.807500', '151219.267500', '151219.727500', '151220.187500', '151220.647500', '151221.107500', '151221.567500', '151222.027500', '151222.487500', '151222.947500', '151223.407500', '151223.867500', '151224.327500', '151224.787500', '151225.247500', '151225.707500', '151226.167500', '151226.627500', '151227.087500', '151227.547500', '151228.007500', '151228.467500', '151228.927500', '151229.387500', '151229.847500', '151230.307500', '151230.767500', '151231.227500', '151231.687500', '151232.147500', '151232.607500', '151233.067500', '151233.527500', '151233.987500', '151234.447500', '151234.907500', '151235.367500', '151235.827500', '151236.287500', '151236.747500', '151237.207500', '151237.667500', '151238.127500', '151238.587500', '151239.047500', '151239.507500', '151239.967500', '151240.427500', '151240.887500', '151241.347500', '151241.807500', '151242.267500', '151242.727500', '151243.187500', '151243.647500', '151244.107500', '151244.567500', '151245.027500', '151245.487500', '151245.947500', '151246.407500', '151246.867500', '151247.327500', '151247.787500', '151248.247500', '151248.707500', '151249.167500', '151249.627500', '151250.087500', '151250.547500', '151251.007500', '151251.467500', '151251.927500', '151252.387500', '151252.847500', '151253.307500', '151253.767500', '151254.227500', '151254.687500', '151255.147500', '151255.607500', '151256.067500', '151256.527500', '151256.987500', '151257.447500', '151257.907500', '151258.367500', '151258.827500', '151259.287500', '151259.747500', '151300.207500', '151300.667500', '151301.127500', '151301.587500', '151302.047500', '151302.507500', '151302.967500', '151303.427500', '151303.887500', '151304.347500', '151304.807500', '151305.267500', '151305.727500', '151306.187500', '151306.647500', '151307.107500', '151307.567500', '151308.027500', '151308.487500', '151308.947500', '151309.407500', '151309.867500', '151310.327500', '151310.787500', '151311.247500', '151311.707500', '151312.167500', '151312.627500', '151313.087500', '151313.547500', '151314.007500', '151314.467500', '151314.927500', '151315.387500', '151315.847500', '151316.307500', '151316.767500', '151317.227500', '151317.687500', '151318.147500', '151318.607500', '151319.067500', '151319.527500', '151319.987500', '151320.447500', '151320.907500', '151321.367500', '151321.827500', '151322.287500', '151322.747500', '151323.207500', '151323.667500', '151324.127500', '151324.587500', '151325.047500', '151325.507500', '151325.967500', '151326.427500', '151326.887500', '151327.347500', '151327.807500', '151328.267500', '151328.727500', '151329.187500', '151329.647500', '151330.107500', '151330.567500', '151331.027500', '151331.487500', '151331.947500', '151332.407500', '151332.867500', '151333.327500', '151333.787500', '151334.247500', '151334.707500', '151335.167500', '151335.627500', '151336.087500', '151336.547500', '151337.007500', '151337.467500', '151337.927500', '151338.387500', '151338.847500', '151339.307500', '151339.767500', '151340.227500', '151340.687500', '151341.147500', '151341.607500', '151342.067500', '151342.527500', '151342.987500', '151343.447500', '151343.907500', '151344.367500', '151344.827500', '151345.287500', '151345.747500', '151346.207500', '151346.667500', '151347.127500', '151347.587500', '151348.047500', '151348.507500', '151348.967500', '151349.427500', '151349.887500', '151350.347500', '151350.807500', '151351.267500', '151351.727500', '151352.187500', '151352.647500', '151353.107500', '151353.567500', '151354.027500', '151354.487500', '151354.947500', '151355.407500', '151355.867500', '151356.327500', '151356.787500', '151357.247500', '151357.707500', '151358.167500', '151358.627500', '151359.087500', '151359.547500', '151400.007500', '151400.467500', '151400.927500', '151401.387500', '151401.847500', '151402.307500', '151402.767500', '151403.227500', '151403.687500', '151404.147500', '151404.607500', '151405.067500', '151405.527500', '151405.987500', '151406.447500', '151406.907500', '151407.367500', '151407.827500', '151408.287500', '151408.747500', '151409.207500', '151409.667500', '151410.127500', '151410.587500', '151411.047500', '151411.507500', '151411.967500', '151412.427500', '151412.887500', '151413.347500', '151413.807500', '151414.267500', '151414.727500', '151415.187500', '151415.647500', '151416.107500', '151416.567500', '151417.027500', '151417.487500', '151417.947500', '151418.407500', '151418.867500', '151419.327500', '151419.787500', '151420.247500', '151420.707500', '151421.167500', '151421.627500', '151422.087500', '151422.547500', '151423.007500', '151423.467500', '151423.927500', '151424.387500', '151424.847500', '151425.307500', '151425.767500', '151426.227500', '151426.687500', '151427.147500', '151427.607500', '151428.067500', '151428.527500', '151428.987500', '151429.447500', '151429.907500', '151430.367500', '151430.827500', '151431.287500', '151431.747500', '151432.207500', '151432.667500', '151433.127500', '151433.587500', '151434.047500', '151434.507500', '151434.967500', '151435.427500', '151435.887500', '151436.347500', '151436.807500', '151437.267500', '151437.727500', '151438.187500', '151438.647500', '151439.107500', '151439.567500', '151440.027500', '151440.487500', '151440.947500', '151441.407500', '151441.867500', '151442.327500', '151442.787500', '151443.247500', '151443.707500', '151444.167500', '151444.627500', '151445.087500', '151445.547500', '151446.007500', '151446.467500', '151446.927500', '151447.387500', '151447.847500', '151448.307500', '151448.767500', '151449.227500', '151449.687500', '151450.147500', '151450.607500', '151451.067500', '151451.527500', '151451.987500', '151452.447500', '151452.907500', '151453.367500', '151453.827500', '151454.287500', '151454.747500', '151455.207500', '151455.667500', '151456.127500', '151456.587500', '151457.047500', '151457.507500', '151457.967500', '151458.427500', '151458.887500', '151459.347500', '151459.807500', '151500.267500', '151500.727500', '151501.187500', '151501.647500', '151502.107500', '151502.567500', '151503.027500', '151503.487500', '151503.947500', '151504.407500', '151504.867500', '151505.327500', '151505.787500', '151506.247500', '151506.707500', '151507.167500', '151507.627500', '151508.087500', '151508.547500', '151509.007500', '151509.467500', '151509.927500', '151510.387500', '151510.847500', '151511.307500', '151511.767500', '151512.227500', '151512.687500', '151513.147500', '151513.607500', '151514.067500', '151514.527500', '151514.987500', '151515.447500', '151515.907500', '151516.367500', '151516.827500', '151517.287500', '151517.747500', '151518.207500', '151518.667500', '151519.127500', '151519.587500', '151520.047500', '151520.507500', '151520.967500', '151521.427500', '151521.887500', '151522.347500', '151522.807500', '151523.267500', '151523.727500', '151524.187500', '151524.647500', '151525.107500', '151525.567500', '151526.027500', '151526.487500', '151526.947500', '151527.407500', '151527.867500', '151528.327500', '151528.787500', '151529.247500', '151529.707500', '151530.167500', '151530.627500', '151531.087500', '151531.547500', '151532.007500', '151532.467500', '151532.927500', '151533.387500', '151533.847500', '151534.307500', '151534.767500', '151535.227500', '151535.687500', '151536.147500', '151536.607500', '151537.067500', '151537.527500', '151537.987500', '151538.447500', '151538.907500', '151539.367500', '151539.827500', '151540.287500', '151540.747500', '151541.207500', '151541.667500', '151542.127500', '151542.587500', '151543.047500', '151543.507500', '151543.967500', '151544.427500', '151544.887500', '151545.347500', '151545.807500', '151546.267500', '151546.727500', '151547.187500', '151547.647500', '151548.107500', '151548.567500', '151549.027500', '151549.487500', '151549.947500', '151550.407500', '151550.867500', '151551.327500', '151551.787500', '151552.247500', '151552.707500', '151553.167500', '151553.627500', '151554.087500', '151554.547500', '151555.007500', '151555.467500', '151555.927500', '151556.387500', '151556.847500', '151557.307500', '151557.767500', '151558.227500', '151558.687500', '151559.147500', '151559.607500', '151600.067500', '151600.527500', '151600.987500', '151601.447500', '151601.907500', '151602.367500', '151602.827500', '151603.287500', '151603.747500', '151604.207500', '151604.667500', '151605.127500', '151605.587500', '151606.047500', '151606.507500', '151606.967500', '151607.427500', '151607.887500', '151608.347500', '151608.807500', '151609.267500', '151609.727500', '151610.187500', '151610.647500', '151611.107500', '151611.567500', '151612.027500', '151612.487500', '151612.947500', '151613.407500', '151613.867500', '151614.327500', '151614.787500', '151615.247500', '151615.707500', '151616.167500', '151616.627500', '151617.087500', '151617.547500', '151618.007500', '151618.467500', '151618.927500', '151619.387500', '151619.847500', '151620.307500', '151620.767500', '151621.227500', '151621.687500', '151622.147500', '151622.607500', '151623.067500', '151623.527500', '151623.987500', '151624.447500', '151624.907500', '151625.367500', '151625.827500', '151626.287500', '151626.747500', '151627.207500', '151627.667500', '151628.127500', '151628.587500', '151629.047500', '151629.507500', '151629.967500', '151630.427500', '151630.887500', '151631.347500', '151631.807500', '151632.267500', '151632.727500', '151633.187500', '151633.647500', '151634.107500', '151634.567500', '151635.027500', '151635.487500', '151635.947500', '151636.407500', '151636.867500', '151637.327500', '151637.787500', '151638.247500', '151638.707500', '151639.167500', '151639.627500', '151640.087500', '151640.547500', '151641.007500', '151641.467500', '151641.927500', '151642.387500', '151642.847500', '151643.307500', '151643.767500', '151644.227500', '151644.687500', '151645.147500', '151645.607500', '151646.067500', '151646.527500', '151646.987500', '151647.447500', '151647.907500', '151648.367500', '151648.827500', '151649.287500', '151649.747500', '151650.207500', '151650.667500', '151651.127500', '151651.587500', '151652.047500', '151652.507500', '151652.967500', '151653.427500', '151653.887500', '151654.347500', '151654.807500', '151655.267500', '151655.727500', '151656.187500', '151656.647500', '151657.107500', '151657.567500', '151658.027500', '151658.487500', '151658.947500', '151659.407500', '151659.867500', '151700.327500', '151700.787500', '151701.247500', '151701.707500', '151702.167500', '151702.627500', '151703.087500', '151703.547500', '151704.007500', '151704.467500', '151704.927500', '151705.387500', '151705.847500', '151706.307500', '151706.767500', '151707.227500', '151707.687500', '151708.147500', '151708.607500', '151709.067500', '151709.527500', '151709.987500', '151710.447500', '151710.907500', '151711.367500', '151711.827500', '151712.287500', '151712.747500', '151713.207500', '151713.667500', '151714.127500', '151714.587500', '151715.047500', '151715.507500', '151715.967500', '151716.427500', '151716.887500', '151717.347500', '151717.807500', '151718.267500', '151718.727500', '151719.187500', '151719.647500', '151720.107500', '151720.567500', '151721.027500', '151721.487500', '151721.947500', '151722.407500', '151722.867500', '151723.327500', '151723.787500', '151724.247500', '151724.707500', '151725.167500', '151725.627500', '151726.087500', '151726.547500', '151727.007500', '151727.467500', '151727.927500', '151728.387500', '151728.847500', '151729.307500', '151729.767500', '151730.227500', '151730.687500', '151731.147500', '151731.607500', '151732.067500', '151732.527500', '151732.987500', '151733.447500', '151733.907500', '151734.367500', '151734.827500', '151735.287500', '151735.747500', '151736.207500', '151736.667500', '151737.127500', '151737.587500', '151738.047500', '151738.507500', '151738.967500', '151739.427500', '151739.887500', '151740.347500', '151740.807500', '151741.267500', '151741.727500', '151742.187500', '151742.647500', '151743.107500', '151743.567500', '151744.027500', '151744.487500', '151744.947500', '151745.407500', '151745.867500', '151746.327500', '151746.787500', '151747.247500', '151747.707500', '151748.167500', '151748.627500', '151749.087500', '151749.547500', '151750.007500', '151750.467500', '151750.927500', '151751.387500', '151751.847500', '151752.307500', '151752.767500', '151753.227500', '151753.687500', '151754.147500', '151754.607500', '151755.067500', '151755.527500', '151755.987500', '151756.447500', '151756.907500', '151757.367500', '151757.827500'], 'ContentTime': ['151135.533000', '151135.536000', '151135.539000', '151135.541000', '151135.544000', '151135.546000', '151135.554000', '151135.557000', '151135.559000', '151135.562000', '151135.564000', '151135.567000', '151135.569000', '151135.572000', '151135.575000', '151135.577000', '151135.580000', '151135.582000', '151135.585000', '151135.587000', '151135.590000', '151135.593000', '151135.595000', '151135.598000', '151135.601000', '151135.603000', '151135.606000', '151135.608000', '151135.613000', '151135.616000', '151135.619000', '151135.621000', '151135.624000', '151135.626000', '151135.629000', '151135.631000', '151135.634000', '151155.502000', '151155.505000', '151155.508000', '151155.510000', '151155.513000', '151155.516000', '151155.518000', '151155.521000', '151155.523000', '151155.526000', '151155.529000', '151155.531000', '151155.534000', '151155.536000', '151155.539000', '151155.541000', '151155.544000', '151155.546000', '151155.549000', '151155.551000', '151155.554000', '151155.556000', '151155.559000', '151155.562000', '151155.564000', '151155.567000', '151155.569000', '151155.572000', '151155.574000', '151155.577000', '151155.579000', '151155.582000', '151155.584000', '151155.587000', '151155.590000', '151155.592000', '151155.595000', '151155.597000', '151155.600000', '151155.603000', '151155.605000', '151155.608000', '151155.611000', '151215.503000', '151215.505000', '151215.508000', '151215.511000', '151215.513000', '151215.516000', '151215.518000', '151215.521000', '151215.523000', '151215.526000', '151215.528000', '151215.531000', '151215.534000', '151215.536000', '151215.539000', '151215.541000', '151215.544000', '151215.547000', '151215.549000', '151215.552000', '151215.554000', '151215.557000', '151215.559000', '151215.562000', '151215.564000', '151215.567000', '151215.570000', '151215.572000', '151215.575000', '151215.577000', '151215.580000', '151215.582000', '151215.585000', '151215.587000', '151215.590000', '151215.593000', '151215.595000', '151215.598000', '151215.600000', '151215.603000', '151215.605000', '151215.608000', '151215.610000', '151215.613000', '151235.503000', '151235.505000', '151235.508000', '151235.511000', '151235.513000', '151235.516000', '151235.518000', '151235.521000', '151235.523000', '151235.526000', '151235.529000', '151235.531000', '151235.534000', '151235.537000', '151235.539000', '151235.542000', '151235.544000', '151235.547000', '151235.549000', '151235.552000', '151235.555000', '151235.557000', '151235.561000', '151235.564000', '151235.567000', '151235.569000', '151235.572000', '151235.574000', '151235.577000', '151235.580000', '151235.582000', '151235.601000', '151235.603000', '151235.606000', '151235.608000', '151235.611000', '151235.613000', '151235.616000', '151235.619000', '151235.621000', '151235.624000', '151235.627000', '151235.629000', '151255.501000', '151255.504000', '151255.507000', '151255.509000', '151255.512000', '151255.515000', '151255.517000', '151255.520000', '151255.522000', '151255.525000', '151255.527000', '151255.530000', '151255.532000', '151255.535000', '151255.538000', '151255.540000', '151255.543000', '151255.545000', '151255.548000', '151255.550000', '151255.553000', '151255.556000', '151255.558000', '151255.561000', '151255.563000', '151255.566000', '151255.568000', '151255.571000', '151255.573000', '151255.576000', '151255.579000', '151255.581000', '151255.584000', '151255.586000', '151255.589000', '151255.592000', '151255.594000', '151255.597000', '151255.599000', '151255.602000', '151255.604000', '151255.607000', '151255.610000', '151255.612000', '151315.503000', '151315.505000', '151315.508000', '151315.511000', '151315.513000', '151315.516000', '151315.518000', '151315.521000', '151315.524000', '151315.526000', '151315.529000', '151315.531000', '151315.534000', '151315.537000', '151315.539000', '151315.542000', '151315.545000', '151315.547000', '151315.550000', '151315.552000', '151315.555000', '151315.558000', '151315.560000', '151315.563000', '151315.566000', '151315.568000', '151315.571000', '151315.573000', '151315.576000', '151315.579000', '151315.581000', '151315.584000', '151315.586000', '151315.589000', '151315.592000', '151315.594000', '151315.597000', '151315.600000', '151315.602000', '151315.605000', '151315.607000', '151315.610000', '151315.612000', '151335.502000', '151335.505000', '151335.508000', '151335.510000', '151335.513000', '151335.515000', '151335.518000', '151335.520000', '151335.523000', '151335.526000', '151335.528000', '151335.531000', '151335.533000', '151335.536000', '151335.539000', '151335.541000', '151335.544000', '151335.546000', '151335.549000', '151335.551000', '151335.554000', '151335.557000', '151335.559000', '151335.562000', '151335.564000', '151335.567000', '151335.569000', '151335.572000', '151335.575000', '151335.577000', '151335.580000', '151335.583000', '151335.585000', '151335.588000', '151335.590000', '151335.593000', '151335.595000', '151335.598000', '151335.601000', '151335.603000', '151335.606000', '151335.608000', '151335.611000', '151335.614000', '151355.503000', '151355.505000', '151355.508000', '151355.510000', '151355.513000', '151355.516000', '151355.518000', '151355.521000', '151355.524000', '151355.526000', '151355.529000', '151355.531000', '151355.534000', '151355.537000', '151355.539000', '151355.542000', '151355.544000', '151355.547000', '151355.549000', '151355.552000', '151355.555000', '151355.557000', '151355.560000', '151355.562000', '151355.565000', '151355.568000', '151355.571000', '151355.573000', '151355.576000', '151355.579000', '151355.581000', '151355.584000', '151355.586000', '151355.589000', '151355.592000', '151355.594000', '151355.597000', '151355.599000', '151355.602000', '151355.604000', '151355.607000', '151355.610000', '151355.617000', '151415.503000', '151415.505000', '151415.508000', '151415.511000', '151415.513000', '151415.516000', '151415.518000', '151415.521000', '151415.523000', '151415.526000', '151415.529000', '151415.531000', '151415.534000', '151415.536000', '151415.539000', '151415.542000', '151415.544000', '151415.547000', '151415.549000', '151415.552000', '151415.554000', '151415.557000', '151415.560000', '151415.562000', '151415.565000', '151415.567000', '151415.570000', '151415.573000', '151415.575000', '151415.578000', '151415.580000', '151415.583000', '151415.585000', '151415.588000', '151415.591000', '151415.593000', '151415.596000', '151415.598000', '151415.601000', '151415.603000', '151415.606000', '151415.623000', '151415.626000', '151415.628000', '151435.503000', '151435.505000', '151435.508000', '151435.511000', '151435.513000', '151435.516000', '151435.518000', '151435.521000', '151435.523000', '151435.526000', '151435.529000', '151435.531000', '151435.534000', '151435.536000', '151435.539000', '151435.541000', '151435.544000', '151435.547000', '151435.549000', '151435.552000', '151435.554000', '151435.557000', '151435.559000', '151435.562000', '151435.565000', '151435.567000', '151435.570000', '151435.572000', '151435.575000', '151435.578000', '151435.580000', '151435.583000', '151435.585000', '151435.588000', '151435.591000', '151435.593000', '151435.596000', '151435.599000', '151435.601000', '151435.604000', '151435.606000', '151435.609000', '151435.612000', '151455.502000', '151455.505000', '151455.508000', '151455.511000', '151455.513000', '151455.516000', '151455.518000', '151455.521000', '151455.523000', '151455.526000', '151455.529000', '151455.531000', '151455.534000', '151455.536000', '151455.539000', '151455.542000', '151455.544000', '151455.547000', '151455.550000', '151455.552000', '151455.555000', '151455.557000', '151455.560000', '151455.562000', '151455.565000', '151455.568000', '151455.570000', '151455.573000', '151455.575000', '151455.578000', '151455.581000', '151455.583000', '151455.586000', '151455.588000', '151455.591000', '151455.594000', '151455.596000', '151455.599000', '151455.601000', '151455.604000', '151455.606000', '151455.609000', '151455.612000', '151455.614000', '151515.502000', '151515.504000', '151515.507000', '151515.510000', '151515.512000', '151515.515000', '151515.517000', '151515.520000', '151515.523000', '151515.525000', '151515.528000', '151515.530000', '151515.533000', '151515.536000', '151515.538000', '151515.541000', '151515.543000', '151515.546000', '151515.549000', '151515.551000', '151515.554000', '151515.556000', '151515.559000', '151515.561000', '151515.564000', '151515.567000', '151515.569000', '151515.572000', '151515.574000', '151515.577000', '151515.579000', '151515.582000', '151515.585000', '151515.587000', '151515.590000', '151515.592000', '151515.595000', '151515.597000', '151515.600000', '151515.603000', '151515.605000', '151515.608000', '151515.610000', '151535.503000', '151535.505000', '151535.508000', '151535.511000', '151535.513000', '151535.516000', '151535.518000', '151535.521000', '151535.523000', '151535.526000', '151535.529000', '151535.531000', '151535.534000', '151535.536000', '151535.539000', '151535.541000', '151535.544000', '151535.546000', '151535.549000', '151535.552000', '151535.554000', '151535.557000', '151535.560000', '151535.562000', '151535.565000', '151535.568000', '151535.570000', '151535.573000', '151535.575000', '151535.578000', '151535.580000', '151535.583000', '151535.586000', '151535.588000', '151535.591000', '151535.593000', '151535.596000', '151535.599000', '151535.601000', '151535.604000', '151535.606000', '151535.609000', '151535.612000', '151535.614000', '151555.502000', '151555.505000', '151555.508000', '151555.511000', '151555.513000', '151555.516000', '151555.518000', '151555.521000', '151555.573000', '151555.576000', '151555.578000', '151555.581000', '151555.584000', '151555.586000', '151555.589000', '151555.591000', '151555.594000', '151555.597000', '151555.599000', '151555.602000', '151555.604000', '151555.607000', '151555.610000', '151555.613000', '151555.616000', '151555.619000', '151555.621000', '151555.624000', '151555.627000', '151555.629000', '151555.632000', '151555.634000', '151555.637000', '151555.639000', '151555.642000', '151555.644000', '151555.647000', '151555.650000', '151555.652000', '151555.655000', '151555.657000', '151555.660000', '151555.663000', '151615.503000', '151615.506000', '151615.508000', '151615.511000', '151615.514000', '151615.516000', '151615.519000', '151615.521000', '151615.524000', '151615.527000', '151615.529000', '151615.532000', '151615.534000', '151615.537000', '151615.540000', '151615.542000', '151615.545000', '151615.547000', '151615.550000', '151615.552000', '151615.555000', '151615.558000', '151615.560000', '151615.563000', '151615.565000', '151615.568000', '151615.571000', '151615.573000', '151615.576000', '151615.578000', '151615.581000', '151615.583000', '151615.586000', '151615.589000', '151615.591000', '151615.594000', '151615.597000', '151615.599000', '151615.602000', '151615.604000', '151615.607000', '151615.610000', '151615.612000', '151615.615000', '151635.503000', '151635.505000', '151635.508000', '151635.511000', '151635.513000', '151635.516000', '151635.518000', '151635.521000', '151635.523000', '151635.526000', '151635.529000', '151635.531000', '151635.534000', '151635.536000', '151635.539000', '151635.541000', '151635.544000', '151635.546000', '151635.549000', '151635.552000', '151635.554000', '151635.557000', '151635.560000', '151635.562000', '151635.565000', '151635.567000', '151635.570000', '151635.572000', '151635.575000', '151635.578000', '151635.580000', '151635.583000', '151635.585000', '151635.588000', '151635.591000', '151635.593000', '151635.596000', '151635.598000', '151635.601000', '151635.603000', '151635.606000', '151635.609000', '151635.611000', '151655.503000', '151655.505000', '151655.508000', '151655.511000', '151655.513000', '151655.516000', '151655.519000', '151655.521000', '151655.524000', '151655.526000', '151655.529000', '151655.531000', '151655.534000', '151655.536000', '151655.539000', '151655.542000', '151655.544000', '151655.547000', '151655.549000', '151655.552000', '151655.555000', '151655.557000', '151655.560000', '151655.563000', '151655.565000', '151655.568000', '151655.570000', '151655.573000', '151655.576000', '151655.578000', '151655.581000', '151655.583000', '151655.586000', '151655.588000', '151655.591000', '151655.594000', '151655.596000', '151655.599000', '151655.601000', '151655.604000', '151655.606000', '151655.609000', '151655.612000', '151655.614000', '151715.503000', '151715.506000', '151715.508000', '151715.511000', '151715.513000', '151715.516000', '151715.518000', '151715.521000', '151715.524000', '151715.526000', '151715.529000', '151715.531000', '151715.534000', '151715.536000', '151715.539000', '151715.541000', '151715.544000', '151715.547000', '151715.549000', '151715.552000', '151715.554000', '151715.557000', '151715.559000', '151715.562000', '151715.565000', '151715.567000', '151715.570000', '151715.572000', '151715.575000', '151715.579000', '151715.582000', '151715.584000', '151715.587000', '151715.609000', '151715.612000', '151715.615000', '151715.617000', '151715.620000', '151715.622000', '151715.625000', '151715.627000', '151715.630000', '151715.633000', '151735.502000', '151735.505000', '151735.508000', '151735.511000', '151735.513000', '151735.516000', '151735.519000', '151735.521000', '151735.524000', '151735.526000', '151735.529000', '151735.531000', '151735.534000', '151735.537000', '151735.539000', '151735.542000', '151735.545000', '151735.547000', '151735.550000', '151735.552000', '151735.556000', '151735.559000', '151735.561000', '151735.564000', '151735.567000', '151735.569000', '151735.572000', '151735.574000', '151735.577000', '151735.580000', '151735.582000', '151735.585000', '151735.587000', '151735.590000', '151735.593000', '151735.595000', '151735.598000', '151735.600000', '151735.603000', '151735.605000', '151735.608000', '151735.611000', '151735.613000', '151735.616000', '151755.503000', '151755.505000', '151755.508000', '151755.511000', '151755.513000', '151755.516000', '151755.518000', '151755.521000', '151755.524000', '151755.526000', '151755.529000', '151755.531000', '151755.534000', '151755.536000', '151755.539000', '151755.541000', '151755.544000', '151755.547000', '151755.549000', '151755.552000', '151755.554000', '151755.557000', '151755.559000', '151755.562000', '151755.565000', '151755.567000', '151755.570000', '151755.572000', '151755.575000', '151755.578000', '151755.581000', '151755.583000', '151755.586000', '151755.589000', '151755.591000', '151755.594000', '151755.596000', '151755.599000', '151755.601000', '151755.604000', '151755.606000', '151755.609000', '151755.612000', '151759.382000', '151759.385000', '151759.388000', '151759.392000', '151759.395000', '151759.397000', '151759.400000', '151759.403000', '151759.405000'], 'InstanceCreationTime': ['151135.533000', '151135.536000', '151135.539000', '151135.541000', '151135.544000', '151135.546000', '151135.554000', '151135.557000', '151135.559000', '151135.562000', '151135.564000', '151135.567000', '151135.569000', '151135.572000', '151135.575000', '151135.577000', '151135.580000', '151135.582000', '151135.585000', '151135.587000', '151135.590000', '151135.593000', '151135.595000', '151135.598000', '151135.601000', '151135.603000', '151135.606000', '151135.608000', '151135.613000', '151135.616000', '151135.619000', '151135.621000', '151135.624000', '151135.626000', '151135.629000', '151135.631000', '151135.634000', '151155.502000', '151155.505000', '151155.508000', '151155.510000', '151155.513000', '151155.516000', '151155.518000', '151155.521000', '151155.523000', '151155.526000', '151155.529000', '151155.531000', '151155.534000', '151155.536000', '151155.539000', '151155.541000', '151155.544000', '151155.546000', '151155.549000', '151155.551000', '151155.554000', '151155.556000', '151155.559000', '151155.562000', '151155.564000', '151155.567000', '151155.569000', '151155.572000', '151155.574000', '151155.577000', '151155.579000', '151155.582000', '151155.584000', '151155.587000', '151155.590000', '151155.592000', '151155.595000', '151155.597000', '151155.600000', '151155.603000', '151155.605000', '151155.608000', '151155.611000', '151215.503000', '151215.505000', '151215.508000', '151215.511000', '151215.513000', '151215.516000', '151215.518000', '151215.521000', '151215.523000', '151215.526000', '151215.528000', '151215.531000', '151215.534000', '151215.536000', '151215.539000', '151215.541000', '151215.544000', '151215.547000', '151215.549000', '151215.552000', '151215.554000', '151215.557000', '151215.559000', '151215.562000', '151215.564000', '151215.567000', '151215.570000', '151215.572000', '151215.575000', '151215.577000', '151215.580000', '151215.582000', '151215.585000', '151215.587000', '151215.590000', '151215.593000', '151215.595000', '151215.598000', '151215.600000', '151215.603000', '151215.605000', '151215.608000', '151215.610000', '151215.613000', '151235.503000', '151235.505000', '151235.508000', '151235.511000', '151235.513000', '151235.516000', '151235.518000', '151235.521000', '151235.523000', '151235.526000', '151235.529000', '151235.531000', '151235.534000', '151235.537000', '151235.539000', '151235.542000', '151235.544000', '151235.547000', '151235.549000', '151235.552000', '151235.555000', '151235.557000', '151235.561000', '151235.564000', '151235.567000', '151235.569000', '151235.572000', '151235.574000', '151235.577000', '151235.580000', '151235.582000', '151235.601000', '151235.603000', '151235.606000', '151235.608000', '151235.611000', '151235.613000', '151235.616000', '151235.619000', '151235.621000', '151235.624000', '151235.627000', '151235.629000', '151255.501000', '151255.504000', '151255.507000', '151255.509000', '151255.512000', '151255.515000', '151255.517000', '151255.520000', '151255.522000', '151255.525000', '151255.527000', '151255.530000', '151255.532000', '151255.535000', '151255.538000', '151255.540000', '151255.543000', '151255.545000', '151255.548000', '151255.550000', '151255.553000', '151255.556000', '151255.558000', '151255.561000', '151255.563000', '151255.566000', '151255.568000', '151255.571000', '151255.573000', '151255.576000', '151255.579000', '151255.581000', '151255.584000', '151255.586000', '151255.589000', '151255.592000', '151255.594000', '151255.597000', '151255.599000', '151255.602000', '151255.604000', '151255.607000', '151255.610000', '151255.612000', '151315.503000', '151315.505000', '151315.508000', '151315.511000', '151315.513000', '151315.516000', '151315.518000', '151315.521000', '151315.524000', '151315.526000', '151315.529000', '151315.531000', '151315.534000', '151315.537000', '151315.539000', '151315.542000', '151315.545000', '151315.547000', '151315.550000', '151315.552000', '151315.555000', '151315.558000', '151315.560000', '151315.563000', '151315.566000', '151315.568000', '151315.571000', '151315.573000', '151315.576000', '151315.579000', '151315.581000', '151315.584000', '151315.586000', '151315.589000', '151315.592000', '151315.594000', '151315.597000', '151315.600000', '151315.602000', '151315.605000', '151315.607000', '151315.610000', '151315.612000', '151335.502000', '151335.505000', '151335.508000', '151335.510000', '151335.513000', '151335.515000', '151335.518000', '151335.520000', '151335.523000', '151335.526000', '151335.528000', '151335.531000', '151335.533000', '151335.536000', '151335.539000', '151335.541000', '151335.544000', '151335.546000', '151335.549000', '151335.551000', '151335.554000', '151335.557000', '151335.559000', '151335.562000', '151335.564000', '151335.567000', '151335.569000', '151335.572000', '151335.575000', '151335.577000', '151335.580000', '151335.583000', '151335.585000', '151335.588000', '151335.590000', '151335.593000', '151335.595000', '151335.598000', '151335.601000', '151335.603000', '151335.606000', '151335.608000', '151335.611000', '151335.614000', '151355.503000', '151355.505000', '151355.508000', '151355.510000', '151355.513000', '151355.516000', '151355.518000', '151355.521000', '151355.524000', '151355.526000', '151355.529000', '151355.531000', '151355.534000', '151355.537000', '151355.539000', '151355.542000', '151355.544000', '151355.547000', '151355.549000', '151355.552000', '151355.555000', '151355.557000', '151355.560000', '151355.562000', '151355.565000', '151355.568000', '151355.571000', '151355.573000', '151355.576000', '151355.579000', '151355.581000', '151355.584000', '151355.586000', '151355.589000', '151355.592000', '151355.594000', '151355.597000', '151355.599000', '151355.602000', '151355.604000', '151355.607000', '151355.610000', '151355.617000', '151415.503000', '151415.505000', '151415.508000', '151415.511000', '151415.513000', '151415.516000', '151415.518000', '151415.521000', '151415.523000', '151415.526000', '151415.529000', '151415.531000', '151415.534000', '151415.536000', '151415.539000', '151415.542000', '151415.544000', '151415.547000', '151415.549000', '151415.552000', '151415.554000', '151415.557000', '151415.560000', '151415.562000', '151415.565000', '151415.567000', '151415.570000', '151415.573000', '151415.575000', '151415.578000', '151415.580000', '151415.583000', '151415.585000', '151415.588000', '151415.591000', '151415.593000', '151415.596000', '151415.598000', '151415.601000', '151415.603000', '151415.606000', '151415.623000', '151415.626000', '151415.628000', '151435.503000', '151435.505000', '151435.508000', '151435.511000', '151435.513000', '151435.516000', '151435.518000', '151435.521000', '151435.523000', '151435.526000', '151435.529000', '151435.531000', '151435.534000', '151435.536000', '151435.539000', '151435.541000', '151435.544000', '151435.547000', '151435.549000', '151435.552000', '151435.554000', '151435.557000', '151435.559000', '151435.562000', '151435.565000', '151435.567000', '151435.570000', '151435.572000', '151435.575000', '151435.578000', '151435.580000', '151435.583000', '151435.585000', '151435.588000', '151435.591000', '151435.593000', '151435.596000', '151435.599000', '151435.601000', '151435.604000', '151435.606000', '151435.609000', '151435.612000', '151455.502000', '151455.505000', '151455.508000', '151455.511000', '151455.513000', '151455.516000', '151455.518000', '151455.521000', '151455.523000', '151455.526000', '151455.529000', '151455.531000', '151455.534000', '151455.536000', '151455.539000', '151455.542000', '151455.544000', '151455.547000', '151455.550000', '151455.552000', '151455.555000', '151455.557000', '151455.560000', '151455.562000', '151455.565000', '151455.568000', '151455.570000', '151455.573000', '151455.575000', '151455.578000', '151455.581000', '151455.583000', '151455.586000', '151455.588000', '151455.591000', '151455.594000', '151455.596000', '151455.599000', '151455.601000', '151455.604000', '151455.606000', '151455.609000', '151455.612000', '151455.614000', '151515.502000', '151515.504000', '151515.507000', '151515.510000', '151515.512000', '151515.515000', '151515.517000', '151515.520000', '151515.523000', '151515.525000', '151515.528000', '151515.530000', '151515.533000', '151515.536000', '151515.538000', '151515.541000', '151515.543000', '151515.546000', '151515.549000', '151515.551000', '151515.554000', '151515.556000', '151515.559000', '151515.561000', '151515.564000', '151515.567000', '151515.569000', '151515.572000', '151515.574000', '151515.577000', '151515.579000', '151515.582000', '151515.585000', '151515.587000', '151515.590000', '151515.592000', '151515.595000', '151515.597000', '151515.600000', '151515.603000', '151515.605000', '151515.608000', '151515.610000', '151535.503000', '151535.505000', '151535.508000', '151535.511000', '151535.513000', '151535.516000', '151535.518000', '151535.521000', '151535.523000', '151535.526000', '151535.529000', '151535.531000', '151535.534000', '151535.536000', '151535.539000', '151535.541000', '151535.544000', '151535.546000', '151535.549000', '151535.552000', '151535.554000', '151535.557000', '151535.560000', '151535.562000', '151535.565000', '151535.568000', '151535.570000', '151535.573000', '151535.575000', '151535.578000', '151535.580000', '151535.583000', '151535.586000', '151535.588000', '151535.591000', '151535.593000', '151535.596000', '151535.599000', '151535.601000', '151535.604000', '151535.606000', '151535.609000', '151535.612000', '151535.614000', '151555.502000', '151555.505000', '151555.508000', '151555.511000', '151555.513000', '151555.516000', '151555.518000', '151555.521000', '151555.573000', '151555.576000', '151555.578000', '151555.581000', '151555.584000', '151555.586000', '151555.589000', '151555.591000', '151555.594000', '151555.597000', '151555.599000', '151555.602000', '151555.604000', '151555.607000', '151555.610000', '151555.613000', '151555.616000', '151555.619000', '151555.621000', '151555.624000', '151555.627000', '151555.629000', '151555.632000', '151555.634000', '151555.637000', '151555.639000', '151555.642000', '151555.644000', '151555.647000', '151555.650000', '151555.652000', '151555.655000', '151555.657000', '151555.660000', '151555.663000', '151615.503000', '151615.506000', '151615.508000', '151615.511000', '151615.514000', '151615.516000', '151615.519000', '151615.521000', '151615.524000', '151615.527000', '151615.529000', '151615.532000', '151615.534000', '151615.537000', '151615.540000', '151615.542000', '151615.545000', '151615.547000', '151615.550000', '151615.552000', '151615.555000', '151615.558000', '151615.560000', '151615.563000', '151615.565000', '151615.568000', '151615.571000', '151615.573000', '151615.576000', '151615.578000', '151615.581000', '151615.583000', '151615.586000', '151615.589000', '151615.591000', '151615.594000', '151615.597000', '151615.599000', '151615.602000', '151615.604000', '151615.607000', '151615.610000', '151615.612000', '151615.615000', '151635.503000', '151635.505000', '151635.508000', '151635.511000', '151635.513000', '151635.516000', '151635.518000', '151635.521000', '151635.523000', '151635.526000', '151635.529000', '151635.531000', '151635.534000', '151635.536000', '151635.539000', '151635.541000', '151635.544000', '151635.546000', '151635.549000', '151635.552000', '151635.554000', '151635.557000', '151635.560000', '151635.562000', '151635.565000', '151635.567000', '151635.570000', '151635.572000', '151635.575000', '151635.578000', '151635.580000', '151635.583000', '151635.585000', '151635.588000', '151635.591000', '151635.593000', '151635.596000', '151635.598000', '151635.601000', '151635.603000', '151635.606000', '151635.609000', '151635.611000', '151655.503000', '151655.505000', '151655.508000', '151655.511000', '151655.513000', '151655.516000', '151655.519000', '151655.521000', '151655.524000', '151655.526000', '151655.529000', '151655.531000', '151655.534000', '151655.536000', '151655.539000', '151655.542000', '151655.544000', '151655.547000', '151655.549000', '151655.552000', '151655.555000', '151655.557000', '151655.560000', '151655.563000', '151655.565000', '151655.568000', '151655.570000', '151655.573000', '151655.576000', '151655.578000', '151655.581000', '151655.583000', '151655.586000', '151655.588000', '151655.591000', '151655.594000', '151655.596000', '151655.599000', '151655.601000', '151655.604000', '151655.606000', '151655.609000', '151655.612000', '151655.614000', '151715.503000', '151715.506000', '151715.508000', '151715.511000', '151715.513000', '151715.516000', '151715.518000', '151715.521000', '151715.524000', '151715.526000', '151715.529000', '151715.531000', '151715.534000', '151715.536000', '151715.539000', '151715.541000', '151715.544000', '151715.547000', '151715.549000', '151715.552000', '151715.554000', '151715.557000', '151715.559000', '151715.562000', '151715.565000', '151715.567000', '151715.570000', '151715.572000', '151715.575000', '151715.579000', '151715.582000', '151715.584000', '151715.587000', '151715.609000', '151715.612000', '151715.615000', '151715.617000', '151715.620000', '151715.622000', '151715.625000', '151715.627000', '151715.630000', '151715.633000', '151735.502000', '151735.505000', '151735.508000', '151735.511000', '151735.513000', '151735.516000', '151735.519000', '151735.521000', '151735.524000', '151735.526000', '151735.529000', '151735.531000', '151735.534000', '151735.537000', '151735.539000', '151735.542000', '151735.545000', '151735.547000', '151735.550000', '151735.552000', '151735.556000', '151735.559000', '151735.561000', '151735.564000', '151735.567000', '151735.569000', '151735.572000', '151735.574000', '151735.577000', '151735.580000', '151735.582000', '151735.585000', '151735.587000', '151735.590000', '151735.593000', '151735.595000', '151735.598000', '151735.600000', '151735.603000', '151735.605000', '151735.608000', '151735.611000', '151735.613000', '151735.616000', '151755.503000', '151755.505000', '151755.508000', '151755.511000', '151755.513000', '151755.516000', '151755.518000', '151755.521000', '151755.524000', '151755.526000', '151755.529000', '151755.531000', '151755.534000', '151755.536000', '151755.539000', '151755.541000', '151755.544000', '151755.547000', '151755.549000', '151755.552000', '151755.554000', '151755.557000', '151755.559000', '151755.562000', '151755.565000', '151755.567000', '151755.570000', '151755.572000', '151755.575000', '151755.578000', '151755.581000', '151755.583000', '151755.586000', '151755.589000', '151755.591000', '151755.594000', '151755.596000', '151755.599000', '151755.601000', '151755.604000', '151755.606000', '151755.609000', '151755.612000', '151759.382000', '151759.385000', '151759.388000', '151759.392000', '151759.395000', '151759.397000', '151759.400000', '151759.403000', '151759.405000'], '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': [11054, 9379, 8539, 10732, 7983, 9760, 7638, 9439, 7743, 9115, 7512, 9063, 7500, 8695, 7706, 8079, 7376, 8068, 7457, 9223, 7523, 11602, 7679, 9094, 7400, 7785, 9324, 7725, 11301, 7602, 9770, 7939, 10460, 7725, 8800, 7617, 8538, 7401, 9817, 7744, 10319, 7891, 9556, 7842, 8118, 7247, 7848, 9204, 7640, 10598, 7507, 9979, 7863, 9575, 7244, 9081, 7549, 8690, 7385, 8654, 7380, 8704, 7738, 8567, 7593, 7949, 7615, 7828, 9688, 8024, 10835, 7868, 11699, 7749, 9451, 7452, 8893, 7317, 8871, 7305, 9367, 7543, 8743, 7729, 8138, 7442, 8335, 7590, 9771, 7655, 9304, 7486, 8361, 7405, 7939, 7488, 7713, 8416, 8006, 9401, 8285, 8060, 7625, 7487, 7503, 8473, 7533, 9957, 8659, 11105, 8911, 11984, 7849, 9871, 7784, 9658, 8118, 10665, 8275, 10570, 8075, 9535, 7615, 8772, 7316, 9014, 7388, 9583, 7807, 8959, 7094, 9388, 7408, 7906, 7938, 9712, 8320, 11464, 7950, 10728, 7437, 9408, 7375, 9575, 7974, 10766, 8134, 9980, 7834, 9331, 7420, 10994, 7557, 9056, 7408, 9807, 8222, 10107, 7935, 10869, 8077, 11608, 8199, 10400, 7461, 11617, 7722, 9026, 7720, 8042, 7157, 7889, 7604, 8188, 11077, 7938, 11782, 8220, 11805, 7982, 10002, 7499, 10453, 7218, 8638, 7820, 8143, 9514, 8142, 10412, 7466, 9160, 7556, 9339, 7759, 9677, 7643, 10214, 7341, 8318, 7283, 7824, 7941, 7583, 9287, 7692, 9747, 7788, 8969, 7491, 10744, 7415, 10168, 7543, 9621, 7783, 10780, 7813, 10572, 7465, 9584, 7511, 9563, 7477, 9671, 7787, 9734, 7729, 9896, 7463, 8974, 7871, 8775, 7339, 7930, 7680, 7165, 8047, 7775, 9667, 7832, 10729, 7630, 9949, 7712, 7990, 7500, 8133, 7457, 9479, 7567, 7350, 7847, 7053, 7838, 7249, 9946, 7236, 9317, 7475, 8753, 7896, 7862, 7409, 7341, 6923, 8057, 7233, 9558, 7343, 9492, 7186, 9046, 7212, 9110, 7219, 11083, 7089, 8455, 7299, 7638, 7239, 7389, 6969, 7985, 7330, 8974, 7446, 7234, 7616, 8909, 7772, 11659, 7608, 9677, 7181, 10803, 7374, 8303, 7445, 7797, 7400, 7507, 7064, 7603, 6886, 8455, 6926, 8802, 6804, 9820, 7096, 8738, 10642, 8812, 10854, 7932, 9729, 7207, 8695, 7234, 8276, 7084, 9587, 7229, 10062, 7389, 8629, 7438, 7837, 7732, 7802, 7366, 7966, 8279, 8242, 8984, 7683, 8005, 7707, 7409, 7578, 7263, 7860, 7382, 8956, 7303, 8835, 7759, 8850, 7453, 10399, 7735, 11488, 7717, 8930, 7803, 7923, 7471, 8289, 7692, 8802, 7817, 10609, 7841, 8303, 7988, 7528, 7976, 7706, 8543, 8020, 8284, 8965, 8263, 7650, 8107, 8080, 8120, 7643, 8212, 7890, 9186, 7720, 9540, 7681, 8635, 7802, 8308, 7779, 10346, 7527, 10963, 7506, 8475, 7334, 7948, 7351, 7984, 6998, 7779, 6864, 9144, 7400, 8920, 7414, 10060, 7384, 9491, 7100, 9708, 7166, 8023, 7675, 7860, 8308, 7461, 8915, 7376, 10004, 7404, 9279, 7371, 8173, 7151, 8203, 7263, 8988, 7216, 9520, 7692, 7553, 7602, 11593, 7599, 9394, 7187, 10802, 7044, 10338, 7171, 7693, 7114, 7440, 7156, 7936, 7457, 10433, 7934, 10962, 7669, 9439, 7223, 8549, 7090, 8681, 7189, 9045, 7545, 11448, 7756, 7556, 9259, 7215, 9840, 8245, 8081, 12617, 7621, 11013, 7851, 10964, 7469, 9211, 7588, 7928, 7120, 8412, 7552, 11129, 7827, 8562, 8141, 7679, 8277, 10264, 8174, 11688, 7513, 11509, 7905, 10787, 7507, 8283, 7460, 8016, 7124, 9057, 7393, 10188, 7469, 11136, 7559, 9277, 7294, 7857, 8922, 7954, 11136, 7626, 10603, 7700, 10103, 7715, 8534, 7384, 8659, 7702, 9166, 7549, 10749, 7585, 10100, 7739, 9807, 7464, 10096, 7447, 9764, 7485, 10669, 7691, 10178, 7212, 8579, 7066, 8638, 7321, 9051, 7404, 9705, 7165, 9035, 7187, 8844, 7033, 8971, 7187, 9756, 7490, 10281, 7618, 10043, 7104, 10695, 7215, 10384, 7111, 11130, 7359, 10102, 7074, 10474, 7157, 7796, 7965, 8476, 7603, 8463, 10608, 8452, 10236, 8355, 8434, 8380, 8890, 7998, 10226, 8036, 10633, 8283, 9825, 8123, 9629, 7983, 8814, 8053, 9252, 7989, 10057, 8030, 9678, 8097, 9221, 8200, 10589, 7797, 9193, 7425, 9965, 7752, 8828, 7759, 8654, 7212, 8818, 8460, 8794, 9847, 8905, 9285, 8661, 10660, 8471, 10780, 8529, 9650, 8216, 9719, 8003, 10381, 8059, 8823, 7833, 8750, 7740, 9241, 7559, 9938, 7856, 11441, 7654, 10668, 7408, 9286, 7599, 8377, 8177, 8811, 8075, 8708, 7760, 8861, 7764, 9041, 7679, 10679, 7808, 11659, 7964, 9124, 7937, 7604, 8101, 7594, 8085, 7773, 8952, 8728, 8840, 7722, 7920, 8197, 7813, 8456, 7746, 11191, 7706, 11726, 8253, 9497, 10014, 7879, 10782, 7441, 10222, 7402, 9185, 7390, 8593, 7463, 8642, 7294, 8297, 7564, 7883, 7326, 9376, 7388, 10249, 7535, 11561, 7992, 9683, 7448, 9229, 7576, 9856, 8059, 10049, 8084, 11191, 7909, 9293, 8312, 8354, 8115, 8463, 8270, 8568, 8506, 7915, 10451, 8034, 10147, 7941, 9938, 7881, 10214, 8005, 9126, 7909, 9602, 7992, 10026, 8074, 8810, 7798, 8142, 7763, 8803, 7826, 8982, 8020, 11941, 7809, 8302, 8774, 8016, 7801, 8412, 7929, 11184, 8279, 11168, 8198, 11154, 7914, 10980, 8088, 11587, 8167, 11957, 7956, 9009, 7936, 8062, 9219, 7835, 9073, 8084, 9031, 7813, 8642, 8528, 7653, 9588, 7941, 9271, 8173, 8378, 11098, 9159, 10882, 8225, 8643, 8103, 8058, 9564, 7921, 9384, 8068, 9934, 8115, 10082, 7744, 11269, 7874, 8101, 11077, 8381, 11640, 8181, 10035, 8118, 9537, 8039, 8272, 8014, 8462, 8082, 9390, 8182, 8745, 7988, 8099, 8163, 9377, 8387, 9492, 8123, 11553, 8151, 10246, 7971, 8680, 7875, 9189, 7929, 9687, 7971, 8583, 7574, 8176, 7713, 8507, 7867, 9154, 8025, 9752, 8034, 11590, 7825, 11742, 7751, 8035, 8030, 7840, 8748, 7358, 11071, 7977, 12845, 7751, 12817, 7873, 10031, 7968, 8796, 7974, 7999, 8260, 7734, 8534, 7959, 10363, 7947, 11331, 7897, 11202, 7936, 10492, 8038, 9347, 8167, 9480, 8083, 8830, 7862, 7840, 7736, 7905], 'WindowCenter': [3912.0, 3864.0, 3839.0, 3858.0, 3819.0, 3857.0, 3808.0, 3820.0, 3799.0, 3822.0, 3811.0, 3835.0, 3800.0, 3836.0, 3826.0, 3813.0, 3815.0, 3815.0, 3804.0, 3859.0, 3828.0, 3884.0, 3813.0, 3837.0, 3805.0, 3814.0, 3837.0, 3812.0, 3865.0, 3826.0, 3843.0, 3812.0, 3842.0, 3803.0, 3822.0, 3814.0, 3821.0, 3802.0, 3841.0, 3802.0, 3846.0, 3811.0, 3846.0, 3817.0, 3815.0, 3788.0, 3824.0, 3826.0, 3803.0, 3840.0, 3802.0, 3842.0, 3818.0, 3832.0, 3802.0, 3833.0, 3825.0, 3835.0, 3812.0, 3826.0, 3804.0, 3836.0, 3823.0, 3827.0, 3802.0, 3824.0, 3806.0, 3800.0, 3843.0, 3812.0, 3856.0, 3823.0, 3858.0, 3812.0, 3832.0, 3801.0, 3826.0, 3813.0, 3821.0, 3807.0, 3835.0, 3813.0, 3835.0, 3816.0, 3818.0, 3800.0, 3828.0, 3825.0, 3843.0, 3826.0, 3833.0, 3815.0, 3823.0, 3805.0, 3812.0, 3814.0, 3823.0, 3821.0, 3821.0, 3836.0, 3814.0, 3811.0, 3818.0, 3800.0, 3815.0, 3835.0, 3829.0, 3861.0, 3850.0, 3875.0, 3839.0, 3867.0, 3827.0, 3868.0, 3814.0, 3831.0, 3812.0, 3848.0, 3815.0, 3855.0, 3811.0, 3830.0, 3804.0, 3819.0, 3802.0, 3819.0, 3790.0, 3834.0, 3807.0, 3831.0, 3805.0, 3835.0, 3803.0, 3813.0, 3825.0, 3845.0, 3829.0, 3876.0, 3837.0, 3856.0, 3802.0, 3843.0, 3795.0, 3836.0, 3817.0, 3856.0, 3823.0, 3840.0, 3798.0, 3821.0, 3800.0, 3854.0, 3812.0, 3833.0, 3802.0, 3856.0, 3827.0, 3871.0, 3828.0, 3859.0, 3811.0, 3861.0, 3826.0, 3874.0, 3812.0, 3865.0, 3810.0, 3838.0, 3813.0, 3814.0, 3789.0, 3812.0, 3798.0, 3827.0, 3866.0, 3811.0, 3866.0, 3838.0, 3868.0, 3816.0, 3844.0, 3799.0, 3840.0, 3804.0, 3826.0, 3804.0, 3810.0, 3831.0, 3829.0, 3851.0, 3805.0, 3835.0, 3815.0, 3836.0, 3816.0, 3848.0, 3812.0, 3854.0, 3817.0, 3827.0, 3806.0, 3812.0, 3817.0, 3824.0, 3833.0, 3812.0, 3847.0, 3817.0, 3846.0, 3814.0, 3857.0, 3813.0, 3856.0, 3819.0, 3842.0, 3817.0, 3859.0, 3818.0, 3858.0, 3807.0, 3848.0, 3807.0, 3847.0, 3806.0, 3846.0, 3811.0, 3848.0, 3817.0, 3858.0, 3818.0, 3838.0, 3839.0, 3848.0, 3809.0, 3815.0, 3818.0, 3805.0, 3824.0, 3820.0, 3850.0, 3815.0, 3872.0, 3820.0, 3850.0, 3806.0, 3823.0, 3790.0, 3810.0, 3811.0, 3837.0, 3824.0, 3801.0, 3826.0, 3818.0, 3828.0, 3815.0, 3858.0, 3804.0, 3847.0, 3802.0, 3827.0, 3824.0, 3820.0, 3817.0, 3815.0, 3802.0, 3815.0, 3825.0, 3859.0, 3828.0, 3847.0, 3817.0, 3835.0, 3814.0, 3841.0, 3814.0, 3870.0, 3792.0, 3836.0, 3813.0, 3817.0, 3816.0, 3816.0, 3804.0, 3818.0, 3817.0, 3859.0, 3816.0, 3822.0, 3833.0, 3838.0, 3817.0, 3866.0, 3813.0, 3839.0, 3792.0, 3847.0, 3794.0, 3811.0, 3800.0, 3805.0, 3789.0, 3801.0, 3789.0, 3806.0, 3805.0, 3828.0, 3807.0, 3835.0, 3798.0, 3862.0, 3815.0, 3849.0, 3860.0, 3834.0, 3857.0, 3817.0, 3831.0, 3788.0, 3813.0, 3788.0, 3810.0, 3792.0, 3830.0, 3802.0, 3844.0, 3800.0, 3826.0, 3802.0, 3819.0, 3816.0, 3812.0, 3802.0, 3817.0, 3834.0, 3828.0, 3821.0, 3819.0, 3818.0, 3801.0, 3805.0, 3815.0, 3800.0, 3817.0, 3814.0, 3840.0, 3804.0, 3836.0, 3825.0, 3837.0, 3804.0, 3855.0, 3803.0, 3858.0, 3807.0, 3832.0, 3800.0, 3813.0, 3793.0, 3816.0, 3798.0, 3832.0, 3806.0, 3854.0, 3812.0, 3823.0, 3812.0, 3802.0, 3810.0, 3801.0, 3835.0, 3814.0, 3825.0, 3827.0, 3813.0, 3804.0, 3817.0, 3822.0, 3817.0, 3801.0, 3822.0, 3823.0, 3840.0, 3815.0, 3850.0, 3812.0, 3828.0, 3812.0, 3836.0, 3812.0, 3850.0, 3815.0, 3858.0, 3802.0, 3811.0, 3800.0, 3823.0, 3788.0, 3809.0, 3791.0, 3816.0, 3792.0, 3832.0, 3804.0, 3835.0, 3818.0, 3845.0, 3804.0, 3848.0, 3794.0, 3848.0, 3804.0, 3811.0, 3802.0, 3818.0, 3815.0, 3812.0, 3833.0, 3807.0, 3854.0, 3803.0, 3833.0, 3816.0, 3825.0, 3804.0, 3822.0, 3808.0, 3832.0, 3819.0, 3858.0, 3817.0, 3815.0, 3828.0, 3881.0, 3826.0, 3840.0, 3803.0, 3868.0, 3798.0, 3847.0, 3794.0, 3813.0, 3794.0, 3805.0, 3809.0, 3816.0, 3815.0, 3868.0, 3836.0, 3856.0, 3824.0, 3837.0, 3816.0, 3827.0, 3790.0, 3827.0, 3803.0, 3826.0, 3807.0, 3884.0, 3817.0, 3832.0, 3848.0, 3805.0, 3854.0, 3827.0, 3826.0, 3880.0, 3819.0, 3868.0, 3827.0, 3854.0, 3802.0, 3835.0, 3817.0, 3813.0, 3804.0, 3825.0, 3817.0, 3869.0, 3829.0, 3836.0, 3826.0, 3815.0, 3829.0, 3858.0, 3827.0, 3863.0, 3800.0, 3864.0, 3810.0, 3852.0, 3810.0, 3826.0, 3805.0, 3821.0, 3812.0, 3832.0, 3818.0, 3857.0, 3814.0, 3866.0, 3813.0, 3850.0, 3805.0, 3834.0, 3837.0, 3818.0, 3856.0, 3812.0, 3854.0, 3826.0, 3858.0, 3818.0, 3838.0, 3816.0, 3834.0, 3817.0, 3847.0, 3830.0, 3872.0, 3826.0, 3858.0, 3841.0, 3860.0, 3818.0, 3857.0, 3819.0, 3855.0, 3814.0, 3858.0, 3815.0, 3856.0, 3816.0, 3836.0, 3806.0, 3827.0, 3802.0, 3837.0, 3816.0, 3848.0, 3807.0, 3849.0, 3809.0, 3835.0, 3806.0, 3842.0, 3808.0, 3850.0, 3821.0, 3873.0, 3831.0, 3856.0, 3815.0, 3870.0, 3819.0, 3855.0, 3805.0, 3871.0, 3819.0, 3855.0, 3820.0, 3885.0, 3817.0, 3829.0, 3826.0, 3837.0, 3816.0, 3836.0, 3872.0, 3836.0, 3867.0, 3841.0, 3823.0, 3828.0, 3835.0, 3823.0, 3854.0, 3824.0, 3879.0, 3836.0, 3854.0, 3825.0, 3855.0, 3825.0, 3849.0, 3824.0, 3851.0, 3825.0, 3861.0, 3830.0, 3845.0, 3829.0, 3845.0, 3829.0, 3859.0, 3815.0, 3845.0, 3804.0, 3845.0, 3813.0, 3835.0, 3828.0, 3836.0, 3819.0, 3839.0, 3823.0, 3840.0, 3857.0, 3850.0, 3850.0, 3842.0, 3861.0, 3824.0, 3865.0, 3839.0, 3845.0, 3842.0, 3856.0, 3825.0, 3853.0, 3824.0, 3832.0, 3818.0, 3834.0, 3825.0, 3849.0, 3825.0, 3858.0, 3839.0, 3883.0, 3826.0, 3855.0, 3818.0, 3857.0, 3827.0, 3837.0, 3826.0, 3849.0, 3837.0, 3839.0, 3830.0, 3850.0, 3814.0, 3849.0, 3817.0, 3871.0, 3817.0, 3878.0, 3830.0, 3863.0, 3835.0, 3832.0, 3828.0, 3817.0, 3826.0, 3818.0, 3841.0, 3850.0, 3849.0, 3826.0, 3826.0, 3825.0, 3827.0, 3839.0, 3832.0, 3880.0, 3828.0, 3879.0, 3831.0, 3852.0, 3848.0, 3818.0, 3853.0, 3806.0, 3846.0, 3808.0, 3838.0, 3806.0, 3827.0, 3808.0, 3839.0, 3817.0, 3836.0, 3825.0, 3830.0, 3821.0, 3851.0, 3829.0, 3870.0, 3831.0, 3882.0, 3830.0, 3859.0, 3815.0, 3848.0, 3816.0, 3858.0, 3831.0, 3857.0, 3825.0, 3870.0, 3814.0, 3845.0, 3826.0, 3824.0, 3828.0, 3840.0, 3824.0, 3836.0, 3837.0, 3829.0, 3867.0, 3828.0, 3872.0, 3830.0, 3848.0, 3827.0, 3855.0, 3817.0, 3845.0, 3830.0, 3847.0, 3827.0, 3857.0, 3828.0, 3834.0, 3814.0, 3827.0, 3818.0, 3849.0, 3820.0, 3847.0, 3839.0, 3893.0, 3833.0, 3842.0, 3850.0, 3839.0, 3840.0, 3854.0, 3855.0, 3898.0, 3855.0, 3885.0, 3840.0, 3880.0, 3828.0, 3873.0, 3826.0, 3868.0, 3830.0, 3867.0, 3831.0, 3849.0, 3826.0, 3828.0, 3850.0, 3817.0, 3848.0, 3830.0, 3847.0, 3845.0, 3848.0, 3849.0, 3827.0, 3859.0, 3832.0, 3863.0, 3837.0, 3839.0, 3870.0, 3848.0, 3866.0, 3825.0, 3834.0, 3836.0, 3829.0, 3864.0, 3826.0, 3848.0, 3838.0, 3874.0, 3841.0, 3871.0, 3827.0, 3884.0, 3826.0, 3841.0, 3878.0, 3841.0, 3871.0, 3825.0, 3860.0, 3825.0, 3849.0, 3825.0, 3822.0, 3829.0, 3828.0, 3829.0, 3851.0, 3836.0, 3852.0, 3842.0, 3827.0, 3839.0, 3852.0, 3841.0, 3851.0, 3825.0, 3879.0, 3831.0, 3857.0, 3833.0, 3840.0, 3828.0, 3849.0, 3829.0, 3850.0, 3830.0, 3839.0, 3818.0, 3835.0, 3815.0, 3842.0, 3829.0, 3850.0, 3828.0, 3862.0, 3831.0, 3883.0, 3830.0, 3884.0, 3816.0, 3816.0, 3824.0, 3837.0, 3839.0, 3819.0, 3882.0, 3843.0, 3903.0, 3832.0, 3889.0, 3829.0, 3847.0, 3830.0, 3837.0, 3826.0, 3826.0, 3835.0, 3830.0, 3838.0, 3831.0, 3859.0, 3831.0, 3870.0, 3830.0, 3873.0, 3814.0, 3858.0, 3811.0, 3832.0, 3819.0, 3836.0, 3816.0, 3834.0, 3817.0, 3818.0, 3816.0, 3826.0], 'WindowWidth': [8750.0, 8669.0, 8627.0, 8646.0, 8591.0, 8646.0, 8572.0, 8581.0, 8552.0, 8586.0, 8577.0, 8611.0, 8554.0, 8616.0, 8604.0, 8574.0, 8588.0, 8579.0, 8567.0, 8650.0, 8610.0, 8684.0, 8579.0, 8613.0, 8568.0, 8582.0, 8611.0, 8573.0, 8651.0, 8602.0, 8615.0, 8574.0, 8611.0, 8562.0, 8586.0, 8585.0, 8582.0, 8560.0, 8610.0, 8559.0, 8621.0, 8570.0, 8628.0, 8579.0, 8578.0, 8537.0, 8597.0, 8590.0, 8559.0, 8607.0, 8562.0, 8612.0, 8586.0, 8598.0, 8561.0, 8603.0, 8600.0, 8614.0, 8579.0, 8594.0, 8562.0, 8614.0, 8595.0, 8598.0, 8560.0, 8598.0, 8565.0, 8555.0, 8618.0, 8571.0, 8632.0, 8595.0, 8637.0, 8579.0, 8599.0, 8558.0, 8593.0, 8581.0, 8583.0, 8569.0, 8605.0, 8575.0, 8614.0, 8585.0, 8587.0, 8557.0, 8600.0, 8600.0, 8619.0, 8603.0, 8605.0, 8588.0, 8591.0, 8567.0, 8574.0, 8585.0, 8598.0, 8585.0, 8594.0, 8608.0, 8577.0, 8571.0, 8586.0, 8556.0, 8589.0, 8613.0, 8608.0, 8653.0, 8638.0, 8669.0, 8618.0, 8654.0, 8603.0, 8663.0, 8579.0, 8598.0, 8571.0, 8624.0, 8579.0, 8639.0, 8570.0, 8595.0, 8561.0, 8578.0, 8563.0, 8578.0, 8540.0, 8602.0, 8570.0, 8598.0, 8574.0, 8606.0, 8564.0, 8576.0, 8597.0, 8621.0, 8606.0, 8671.0, 8621.0, 8637.0, 8561.0, 8620.0, 8551.0, 8605.0, 8582.0, 8636.0, 8598.0, 8609.0, 8551.0, 8580.0, 8554.0, 8633.0, 8577.0, 8602.0, 8563.0, 8641.0, 8600.0, 8665.0, 8606.0, 8640.0, 8572.0, 8636.0, 8594.0, 8672.0, 8579.0, 8650.0, 8571.0, 8616.0, 8581.0, 8577.0, 8540.0, 8573.0, 8550.0, 8598.0, 8648.0, 8573.0, 8648.0, 8620.0, 8653.0, 8583.0, 8619.0, 8554.0, 8607.0, 8562.0, 8596.0, 8562.0, 8569.0, 8597.0, 8603.0, 8625.0, 8566.0, 8605.0, 8580.0, 8608.0, 8585.0, 8627.0, 8576.0, 8633.0, 8588.0, 8599.0, 8569.0, 8576.0, 8584.0, 8599.0, 8601.0, 8576.0, 8623.0, 8585.0, 8628.0, 8587.0, 8638.0, 8586.0, 8636.0, 8591.0, 8616.0, 8587.0, 8642.0, 8588.0, 8641.0, 8573.0, 8627.0, 8574.0, 8625.0, 8570.0, 8623.0, 8574.0, 8627.0, 8585.0, 8648.0, 8590.0, 8614.0, 8625.0, 8638.0, 8576.0, 8582.0, 8588.0, 8570.0, 8596.0, 8596.0, 8635.0, 8584.0, 8665.0, 8590.0, 8631.0, 8567.0, 8593.0, 8540.0, 8566.0, 8577.0, 8608.0, 8599.0, 8559.0, 8598.0, 8598.0, 8611.0, 8584.0, 8645.0, 8567.0, 8628.0, 8562.0, 8598.0, 8599.0, 8593.0, 8593.0, 8587.0, 8569.0, 8581.0, 8604.0, 8651.0, 8611.0, 8627.0, 8595.0, 8610.0, 8583.0, 8622.0, 8588.0, 8659.0, 8549.0, 8618.0, 8582.0, 8585.0, 8589.0, 8590.0, 8573.0, 8587.0, 8589.0, 8652.0, 8589.0, 8598.0, 8617.0, 8618.0, 8589.0, 8652.0, 8583.0, 8614.0, 8545.0, 8623.0, 8548.0, 8569.0, 8560.0, 8563.0, 8537.0, 8563.0, 8538.0, 8568.0, 8568.0, 8606.0, 8573.0, 8611.0, 8564.0, 8651.0, 8590.0, 8638.0, 8643.0, 8605.0, 8637.0, 8581.0, 8596.0, 8536.0, 8572.0, 8536.0, 8566.0, 8544.0, 8595.0, 8558.0, 8617.0, 8554.0, 8597.0, 8561.0, 8590.0, 8582.0, 8575.0, 8559.0, 8587.0, 8611.0, 8600.0, 8585.0, 8589.0, 8585.0, 8560.0, 8565.0, 8579.0, 8556.0, 8585.0, 8585.0, 8620.0, 8568.0, 8613.0, 8604.0, 8612.0, 8566.0, 8642.0, 8563.0, 8640.0, 8568.0, 8607.0, 8554.0, 8579.0, 8547.0, 8577.0, 8551.0, 8604.0, 8568.0, 8630.0, 8575.0, 8588.0, 8575.0, 8561.0, 8571.0, 8557.0, 8615.0, 8577.0, 8595.0, 8598.0, 8575.0, 8563.0, 8583.0, 8592.0, 8582.0, 8557.0, 8593.0, 8595.0, 8617.0, 8587.0, 8630.0, 8576.0, 8602.0, 8574.0, 8614.0, 8574.0, 8632.0, 8580.0, 8641.0, 8558.0, 8571.0, 8555.0, 8595.0, 8537.0, 8565.0, 8543.0, 8582.0, 8547.0, 8601.0, 8567.0, 8609.0, 8596.0, 8622.0, 8569.0, 8628.0, 8554.0, 8627.0, 8570.0, 8572.0, 8559.0, 8586.0, 8578.0, 8581.0, 8608.0, 8570.0, 8636.0, 8564.0, 8602.0, 8592.0, 8598.0, 8569.0, 8588.0, 8575.0, 8603.0, 8596.0, 8644.0, 8588.0, 8583.0, 8606.0, 8684.0, 8604.0, 8619.0, 8562.0, 8660.0, 8557.0, 8622.0, 8550.0, 8583.0, 8550.0, 8566.0, 8577.0, 8583.0, 8585.0, 8662.0, 8620.0, 8638.0, 8600.0, 8611.0, 8589.0, 8597.0, 8542.0, 8596.0, 8568.0, 8593.0, 8571.0, 8683.0, 8590.0, 8614.0, 8630.0, 8569.0, 8634.0, 8600.0, 8602.0, 8673.0, 8591.0, 8655.0, 8599.0, 8630.0, 8560.0, 8605.0, 8584.0, 8578.0, 8566.0, 8592.0, 8587.0, 8657.0, 8608.0, 8614.0, 8603.0, 8585.0, 8606.0, 8641.0, 8599.0, 8642.0, 8556.0, 8643.0, 8569.0, 8626.0, 8575.0, 8595.0, 8568.0, 8587.0, 8583.0, 8601.0, 8591.0, 8641.0, 8584.0, 8653.0, 8580.0, 8633.0, 8568.0, 8613.0, 8609.0, 8587.0, 8634.0, 8574.0, 8630.0, 8604.0, 8640.0, 8589.0, 8617.0, 8587.0, 8608.0, 8589.0, 8627.0, 8611.0, 8666.0, 8604.0, 8644.0, 8634.0, 8648.0, 8590.0, 8640.0, 8591.0, 8637.0, 8582.0, 8642.0, 8582.0, 8637.0, 8585.0, 8610.0, 8572.0, 8598.0, 8562.0, 8614.0, 8585.0, 8631.0, 8575.0, 8634.0, 8580.0, 8610.0, 8575.0, 8626.0, 8577.0, 8634.0, 8600.0, 8671.0, 8611.0, 8640.0, 8591.0, 8662.0, 8592.0, 8636.0, 8569.0, 8662.0, 8591.0, 8637.0, 8597.0, 8690.0, 8594.0, 8610.0, 8601.0, 8617.0, 8588.0, 8616.0, 8666.0, 8614.0, 8658.0, 8626.0, 8591.0, 8602.0, 8609.0, 8593.0, 8632.0, 8595.0, 8676.0, 8614.0, 8635.0, 8598.0, 8637.0, 8599.0, 8632.0, 8597.0, 8637.0, 8600.0, 8649.0, 8607.0, 8624.0, 8607.0, 8624.0, 8604.0, 8645.0, 8583.0, 8624.0, 8565.0, 8623.0, 8578.0, 8610.0, 8610.0, 8615.0, 8591.0, 8619.0, 8592.0, 8620.0, 8640.0, 8634.0, 8633.0, 8625.0, 8647.0, 8594.0, 8648.0, 8618.0, 8624.0, 8629.0, 8640.0, 8601.0, 8631.0, 8594.0, 8601.0, 8591.0, 8611.0, 8599.0, 8631.0, 8598.0, 8644.0, 8623.0, 8683.0, 8603.0, 8636.0, 8596.0, 8645.0, 8605.0, 8615.0, 8600.0, 8638.0, 8619.0, 8621.0, 8611.0, 8636.0, 8583.0, 8635.0, 8589.0, 8662.0, 8587.0, 8671.0, 8609.0, 8656.0, 8620.0, 8614.0, 8605.0, 8588.0, 8598.0, 8591.0, 8622.0, 8637.0, 8633.0, 8602.0, 8599.0, 8598.0, 8603.0, 8620.0, 8616.0, 8679.0, 8606.0, 8674.0, 8609.0, 8638.0, 8628.0, 8590.0, 8630.0, 8569.0, 8621.0, 8574.0, 8612.0, 8570.0, 8598.0, 8576.0, 8617.0, 8589.0, 8615.0, 8600.0, 8608.0, 8599.0, 8640.0, 8612.0, 8664.0, 8610.0, 8679.0, 8607.0, 8647.0, 8586.0, 8628.0, 8586.0, 8647.0, 8613.0, 8642.0, 8598.0, 8659.0, 8580.0, 8623.0, 8597.0, 8595.0, 8606.0, 8626.0, 8595.0, 8614.0, 8616.0, 8609.0, 8657.0, 8606.0, 8666.0, 8610.0, 8627.0, 8600.0, 8633.0, 8586.0, 8622.0, 8608.0, 8627.0, 8603.0, 8643.0, 8605.0, 8609.0, 8583.0, 8601.0, 8592.0, 8632.0, 8596.0, 8632.0, 8624.0, 8699.0, 8619.0, 8628.0, 8639.0, 8626.0, 8628.0, 8654.0, 8660.0, 8713.0, 8652.0, 8690.0, 8628.0, 8676.0, 8604.0, 8667.0, 8600.0, 8656.0, 8607.0, 8653.0, 8608.0, 8637.0, 8599.0, 8603.0, 8634.0, 8589.0, 8630.0, 8610.0, 8630.0, 8640.0, 8635.0, 8637.0, 8605.0, 8651.0, 8614.0, 8658.0, 8615.0, 8621.0, 8661.0, 8630.0, 8653.0, 8598.0, 8606.0, 8621.0, 8606.0, 8656.0, 8601.0, 8634.0, 8622.0, 8676.0, 8631.0, 8666.0, 8605.0, 8687.0, 8599.0, 8626.0, 8672.0, 8624.0, 8663.0, 8597.0, 8648.0, 8597.0, 8632.0, 8597.0, 8590.0, 8604.0, 8603.0, 8607.0, 8635.0, 8613.0, 8641.0, 8629.0, 8604.0, 8622.0, 8642.0, 8624.0, 8636.0, 8598.0, 8673.0, 8611.0, 8643.0, 8614.0, 8619.0, 8602.0, 8631.0, 8603.0, 8634.0, 8606.0, 8620.0, 8590.0, 8610.0, 8584.0, 8625.0, 8606.0, 8635.0, 8604.0, 8651.0, 8609.0, 8681.0, 8613.0, 8686.0, 8586.0, 8583.0, 8594.0, 8619.0, 8619.0, 8592.0, 8680.0, 8629.0, 8712.0, 8614.0, 8690.0, 8604.0, 8626.0, 8606.0, 8612.0, 8599.0, 8599.0, 8612.0, 8610.0, 8619.0, 8613.0, 8647.0, 8612.0, 8661.0, 8607.0, 8664.0, 8579.0, 8637.0, 8571.0, 8599.0, 8585.0, 8608.0, 8581.0, 8604.0, 8585.0, 8587.0, 8587.0, 8601.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.0035949597238204836</td></tr>
<tr><td colspan=3>aqi</td><td>0.06374734798619103</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.85043857517273</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0933130142396306</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9693471069470054</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>3058.3914</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1275661849187008</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>106</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.197928653624857</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6611870337765966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6177903012233794</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8454856594310622</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.520285140675348</td></tr>
<tr><td colspan=3>gcor</td><td>0.00221524</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008649301715195179</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02536778151988983</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.743941301786358</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>25.0931</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1905</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.0655</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301491.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>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.7035</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9063</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.7591</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3039.21</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4029.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>859.2492</td></tr>
<tr><td colspan=3>tsnr</td><td>23.93308257078752</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>