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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-03/func/sub-0050_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a186357474ec01b12e82c9a73222e61d</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>18:29:19.862500</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.998514, 0.0494063, 0.023001, -0.0490101, 0.998645, -0.017481]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0819193</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7760, -7257, 565, -56, -201, 30, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e0263888-16f7-4739-9b27-7ad5174ba62a||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.6789398193359375, -0.13149060308933258, 0.06435053795576096, 114.88883972167969], [-0.13255353271961212, 2.6792922019958496, -0.04408496990799904, -81.69515991210938], [0.06171005591750145, 0.046900320798158646, 2.6988730430603027, -61.98900604248047], [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': ['182919.862500', '182920.322500', '182920.782500', '182921.242500', '182921.702500', '182922.162500', '182922.622500', '182923.082500', '182923.542500', '182924.002500', '182924.462500', '182924.922500', '182925.382500', '182925.842500', '182926.302500', '182926.762500', '182927.222500', '182927.682500', '182928.142500', '182928.602500', '182929.062500', '182929.522500', '182929.982500', '182930.442500', '182930.902500', '182931.362500', '182931.822500', '182932.282500', '182932.742500', '182933.202500', '182933.662500', '182934.122500', '182934.582500', '182935.042500', '182935.502500', '182935.962500', '182936.422500', '182936.882500', '182937.342500', '182937.802500', '182938.262500', '182938.722500', '182939.182500', '182939.642500', '182940.102500', '182940.562500', '182941.022500', '182941.482500', '182941.942500', '182942.402500', '182942.862500', '182943.322500', '182943.782500', '182944.242500', '182944.702500', '182945.162500', '182945.622500', '182946.082500', '182946.542500', '182947.002500', '182947.462500', '182947.922500', '182948.382500', '182948.842500', '182949.302500', '182949.762500', '182950.222500', '182950.682500', '182951.142500', '182951.602500', '182952.062500', '182952.522500', '182952.982500', '182953.442500', '182953.902500', '182954.362500', '182954.822500', '182955.282500', '182955.742500', '182956.202500', '182956.662500', '182957.122500', '182957.582500', '182958.042500', '182958.502500', '182958.962500', '182959.422500', '182959.882500', '183000.342500', '183000.802500', '183001.262500', '183001.722500', '183002.182500', '183002.642500', '183003.102500', '183003.562500', '183004.022500', '183004.482500', '183004.942500', '183005.402500', '183005.862500', '183006.322500', '183006.782500', '183007.242500', '183007.702500', '183008.162500', '183008.622500', '183009.082500', '183009.542500', '183010.002500', '183010.462500', '183010.922500', '183011.382500', '183011.842500', '183012.302500', '183012.762500', '183013.222500', '183013.682500', '183014.142500', '183014.602500', '183015.062500', '183015.522500', '183015.982500', '183016.442500', '183016.902500', '183017.362500', '183017.822500', '183018.282500', '183018.742500', '183019.202500', '183019.662500', '183020.122500', '183020.582500', '183021.042500', '183021.502500', '183021.962500', '183022.422500', '183022.882500', '183023.342500', '183023.802500', '183024.262500', '183024.722500', '183025.182500', '183025.642500', '183026.102500', '183026.562500', '183027.022500', '183027.482500', '183027.942500', '183028.402500', '183028.862500', '183029.322500', '183029.782500', '183030.242500', '183030.702500', '183031.162500', '183031.622500', '183032.082500', '183032.542500', '183033.002500', '183033.462500', '183033.922500', '183034.382500', '183034.842500', '183035.302500', '183035.762500', '183036.222500', '183036.682500', '183037.142500', '183037.602500', '183038.062500', '183038.522500', '183038.982500', '183039.442500', '183039.902500', '183040.362500', '183040.822500', '183041.282500', '183041.742500', '183042.202500', '183042.662500', '183043.122500', '183043.582500', '183044.042500', '183044.502500', '183044.962500', '183045.422500', '183045.882500', '183046.342500', '183046.802500', '183047.262500', '183047.722500', '183048.182500', '183048.642500', '183049.102500', '183049.562500', '183050.022500', '183050.482500', '183050.942500', '183051.402500', '183051.862500', '183052.322500', '183052.782500', '183053.242500', '183053.702500', '183054.162500', '183054.622500', '183055.082500', '183055.542500', '183056.002500', '183056.462500', '183056.922500', '183057.382500', '183057.842500', '183058.302500', '183058.762500', '183059.222500', '183059.682500', '183100.142500', '183100.602500', '183101.062500', '183101.522500', '183101.982500', '183102.442500', '183102.902500', '183103.362500', '183103.822500', '183104.282500', '183104.742500', '183105.202500', '183105.662500', '183106.122500', '183106.582500', '183107.042500', '183107.502500', '183107.962500', '183108.422500', '183108.882500', '183109.342500', '183109.802500', '183110.262500', '183110.722500', '183111.182500', '183111.642500', '183112.102500', '183112.562500', '183113.022500', '183113.482500', '183113.942500', '183114.402500', '183114.862500', '183115.322500', '183115.782500', '183116.242500', '183116.702500', '183117.162500', '183117.622500', '183118.082500', '183118.542500', '183119.002500', '183119.462500', '183119.922500', '183120.382500', '183120.842500', '183121.302500', '183121.762500', '183122.222500', '183122.682500', '183123.142500', '183123.602500', '183124.062500', '183124.522500', '183124.982500', '183125.442500', '183125.902500', '183126.362500', '183126.822500', '183127.282500', '183127.742500', '183128.202500', '183128.662500', '183129.122500', '183129.582500', '183130.042500', '183130.502500', '183130.962500', '183131.422500', '183131.882500', '183132.342500', '183132.802500', '183133.262500', '183133.722500', '183134.182500', '183134.642500', '183135.102500', '183135.562500', '183136.022500', '183136.482500', '183136.942500', '183137.402500', '183137.862500', '183138.322500', '183138.782500', '183139.242500', '183139.702500', '183140.162500', '183140.622500', '183141.082500', '183141.542500', '183142.002500', '183142.462500', '183142.922500', '183143.382500', '183143.842500', '183144.302500', '183144.762500', '183145.222500', '183145.682500', '183146.142500', '183146.602500', '183147.062500', '183147.522500', '183147.982500', '183148.442500', '183148.902500', '183149.362500', '183149.822500', '183150.282500', '183150.742500', '183151.202500', '183151.662500', '183152.122500', '183152.582500', '183153.042500', '183153.502500', '183153.962500', '183154.422500', '183154.882500', '183155.342500', '183155.802500', '183156.262500', '183156.722500', '183157.182500', '183157.642500', '183158.102500', '183158.562500', '183159.022500', '183159.482500', '183159.942500', '183200.402500', '183200.862500', '183201.322500', '183201.782500', '183202.242500', '183202.702500', '183203.162500', '183203.622500', '183204.082500', '183204.542500', '183205.002500', '183205.462500', '183205.922500', '183206.382500', '183206.842500', '183207.302500', '183207.762500', '183208.222500', '183208.682500', '183209.142500', '183209.602500', '183210.062500', '183210.522500', '183210.982500', '183211.442500', '183211.902500', '183212.362500', '183212.822500', '183213.282500', '183213.742500', '183214.202500', '183214.662500', '183215.122500', '183215.582500', '183216.042500', '183216.502500', '183216.962500', '183217.422500', '183217.882500', '183218.342500', '183218.802500', '183219.262500', '183219.722500', '183220.182500', '183220.642500', '183221.102500', '183221.562500', '183222.022500', '183222.482500', '183222.942500', '183223.402500', '183223.862500', '183224.322500', '183224.782500', '183225.242500', '183225.702500', '183226.162500', '183226.622500', '183227.082500', '183227.542500', '183228.002500', '183228.462500', '183228.922500', '183229.382500', '183229.842500', '183230.302500', '183230.762500', '183231.222500', '183231.682500', '183232.142500', '183232.602500', '183233.062500', '183233.522500', '183233.982500', '183234.442500', '183234.902500', '183235.362500', '183235.822500', '183236.282500', '183236.742500', '183237.202500', '183237.662500', '183238.122500', '183238.582500', '183239.042500', '183239.502500', '183239.962500', '183240.422500', '183240.882500', '183241.342500', '183241.802500', '183242.262500', '183242.722500', '183243.182500', '183243.642500', '183244.102500', '183244.562500', '183245.022500', '183245.482500', '183245.942500', '183246.402500', '183246.862500', '183247.322500', '183247.782500', '183248.242500', '183248.702500', '183249.162500', '183249.622500', '183250.082500', '183250.542500', '183251.002500', '183251.462500', '183251.922500', '183252.382500', '183252.842500', '183253.302500', '183253.762500', '183254.222500', '183254.682500', '183255.142500', '183255.602500', '183256.062500', '183256.522500', '183256.982500', '183257.442500', '183257.902500', '183258.362500', '183258.822500', '183259.282500', '183259.742500', '183300.202500', '183300.662500', '183301.122500', '183301.582500', '183302.042500', '183302.502500', '183302.962500', '183303.422500', '183303.882500', '183304.342500', '183304.802500', '183305.262500', '183305.722500', '183306.182500', '183306.642500', '183307.102500', '183307.562500', '183308.022500', '183308.482500', '183308.942500', '183309.402500', '183309.862500', '183310.322500', '183310.782500', '183311.242500', '183311.702500', '183312.162500', '183312.622500', '183313.082500', '183313.542500', '183314.002500', '183314.462500', '183314.922500', '183315.382500', '183315.842500', '183316.302500', '183316.762500', '183317.222500', '183317.682500', '183318.142500', '183318.602500', '183319.062500', '183319.522500', '183319.982500', '183320.442500', '183320.902500', '183321.362500', '183321.822500', '183322.282500', '183322.742500', '183323.202500', '183323.662500', '183324.122500', '183324.582500', '183325.042500', '183325.502500', '183325.962500', '183326.422500', '183326.882500', '183327.342500', '183327.802500', '183328.262500', '183328.722500', '183329.182500', '183329.642500', '183330.102500', '183330.562500', '183331.022500', '183331.482500', '183331.942500', '183332.402500', '183332.862500', '183333.322500', '183333.782500', '183334.242500', '183334.702500', '183335.162500', '183335.622500', '183336.082500', '183336.542500', '183337.002500', '183337.462500', '183337.922500', '183338.382500', '183338.842500', '183339.302500', '183339.762500', '183340.222500', '183340.682500', '183341.142500', '183341.602500', '183342.062500', '183342.522500', '183342.982500', '183343.442500', '183343.902500', '183344.362500', '183344.822500', '183345.282500', '183345.742500', '183346.202500', '183346.662500', '183347.122500', '183347.582500', '183348.042500', '183348.502500', '183348.962500', '183349.422500', '183349.882500', '183350.342500', '183350.802500', '183351.262500', '183351.722500', '183352.182500', '183352.642500', '183353.102500', '183353.562500', '183354.022500', '183354.482500', '183354.942500', '183355.402500', '183355.862500', '183356.322500', '183356.782500', '183357.242500', '183357.702500', '183358.162500', '183358.622500', '183359.082500', '183359.542500', '183400.002500', '183400.462500', '183400.922500', '183401.382500', '183401.842500', '183402.302500', '183402.762500', '183403.222500', '183403.682500', '183404.142500', '183404.602500', '183405.062500', '183405.522500', '183405.982500', '183406.442500', '183406.902500', '183407.362500', '183407.822500', '183408.282500', '183408.742500', '183409.202500', '183409.662500', '183410.122500', '183410.582500', '183411.042500', '183411.502500', '183411.962500', '183412.422500', '183412.882500', '183413.342500', '183413.802500', '183414.262500', '183414.722500', '183415.182500', '183415.642500', '183416.102500', '183416.562500', '183417.022500', '183417.482500', '183417.942500', '183418.402500', '183418.862500', '183419.322500', '183419.782500', '183420.242500', '183420.702500', '183421.162500', '183421.622500', '183422.082500', '183422.542500', '183423.002500', '183423.462500', '183423.922500', '183424.382500', '183424.842500', '183425.302500', '183425.762500', '183426.222500', '183426.682500', '183427.142500', '183427.602500', '183428.062500', '183428.522500', '183428.982500', '183429.442500', '183429.902500', '183430.362500', '183430.822500', '183431.282500', '183431.742500', '183432.202500', '183432.662500', '183433.122500', '183433.582500', '183434.042500', '183434.502500', '183434.962500', '183435.422500', '183435.882500', '183436.342500', '183436.802500', '183437.262500', '183437.722500', '183438.182500', '183438.642500', '183439.102500', '183439.562500', '183440.022500', '183440.482500', '183440.942500', '183441.402500', '183441.862500', '183442.322500', '183442.782500', '183443.242500', '183443.702500', '183444.162500', '183444.622500', '183445.082500', '183445.542500', '183446.002500', '183446.462500', '183446.922500', '183447.382500', '183447.842500', '183448.302500', '183448.762500', '183449.222500', '183449.682500', '183450.142500', '183450.602500', '183451.062500', '183451.522500', '183451.982500', '183452.442500', '183452.902500', '183453.362500', '183453.822500', '183454.282500', '183454.742500', '183455.202500', '183455.662500', '183456.122500', '183456.582500', '183457.042500', '183457.502500', '183457.962500', '183458.422500', '183458.882500', '183459.342500', '183459.802500', '183500.262500', '183500.722500', '183501.182500', '183501.642500', '183502.102500', '183502.562500', '183503.022500', '183503.482500', '183503.942500', '183504.402500', '183504.862500', '183505.322500', '183505.782500', '183506.242500', '183506.702500', '183507.162500', '183507.622500', '183508.082500', '183508.542500', '183509.002500', '183509.462500', '183509.922500', '183510.382500', '183510.842500', '183511.302500', '183511.762500', '183512.222500', '183512.682500', '183513.142500', '183513.602500', '183514.062500', '183514.522500', '183514.982500', '183515.442500', '183515.902500', '183516.362500', '183516.822500', '183517.282500', '183517.742500', '183518.202500', '183518.662500', '183519.122500', '183519.582500', '183520.042500', '183520.502500', '183520.962500', '183521.422500', '183521.882500', '183522.342500', '183522.802500', '183523.262500', '183523.722500', '183524.182500', '183524.642500', '183525.102500', '183525.562500', '183526.022500', '183526.482500', '183526.942500', '183527.402500', '183527.862500', '183528.322500', '183528.782500', '183529.242500', '183529.702500', '183530.162500', '183530.622500', '183531.082500', '183531.542500', '183532.002500', '183532.462500', '183532.922500', '183533.382500', '183533.842500', '183534.302500', '183534.762500', '183535.222500', '183535.682500', '183536.142500', '183536.602500', '183537.062500', '183537.522500', '183537.982500', '183538.442500', '183538.902500', '183539.362500', '183539.822500', '183540.282500', '183540.742500', '183541.202500', '183541.662500', '183542.122500', '183542.582500', '183543.042500', '183543.502500', '183543.962500', '183544.422500', '183544.882500', '183545.342500', '183545.802500', '183546.262500', '183546.722500', '183547.182500', '183547.642500', '183548.102500', '183548.562500', '183549.022500', '183549.482500', '183549.942500', '183550.402500', '183550.862500', '183551.322500', '183551.782500', '183552.242500', '183552.702500', '183553.162500', '183553.622500', '183554.082500', '183554.542500', '183555.002500', '183555.462500', '183555.922500', '183556.382500', '183556.842500', '183557.302500', '183557.762500', '183558.222500', '183558.682500', '183559.142500', '183559.602500', '183600.062500', '183600.522500'], 'ContentTime': ['182937.981000', '182937.984000', '182937.987000', '182937.990000', '182937.993000', '182937.995000', '182937.998000', '182938.002000', '182938.004000', '182938.007000', '182938.010000', '182938.012000', '182938.015000', '182938.023000', '182938.025000', '182938.028000', '182938.030000', '182938.033000', '182938.040000', '182938.043000', '182938.046000', '182938.049000', '182938.051000', '182938.054000', '182938.057000', '182938.059000', '182938.062000', '182938.065000', '182938.067000', '182938.070000', '182938.072000', '182938.075000', '182938.078000', '182938.080000', '182938.083000', '182938.085000', '182938.088000', '182938.090000', '182957.954000', '182957.957000', '182957.960000', '182957.962000', '182957.965000', '182957.968000', '182957.970000', '182957.973000', '182957.975000', '182957.978000', '182957.980000', '182957.983000', '182957.985000', '182957.988000', '182957.990000', '182957.993000', '182957.995000', '182957.998000', '182958.002000', '182958.004000', '182958.007000', '182958.009000', '182958.012000', '182958.014000', '182958.017000', '182958.019000', '182958.022000', '182958.025000', '182958.027000', '182958.030000', '182958.032000', '182958.035000', '182958.037000', '182958.040000', '182958.043000', '182958.045000', '182958.048000', '182958.050000', '182958.053000', '182958.055000', '182958.058000', '182958.060000', '182958.063000', '183017.954000', '183017.957000', '183017.960000', '183017.962000', '183017.965000', '183017.967000', '183017.970000', '183017.973000', '183017.975000', '183017.978000', '183017.981000', '183017.984000', '183017.987000', '183017.989000', '183017.992000', '183017.994000', '183017.997000', '183018.000000', '183018.003000', '183018.005000', '183018.008000', '183018.010000', '183018.013000', '183018.015000', '183018.018000', '183018.021000', '183018.023000', '183018.026000', '183018.028000', '183018.031000', '183018.033000', '183018.062000', '183018.065000', '183018.067000', '183018.070000', '183018.072000', '183018.075000', '183018.077000', '183018.080000', '183018.082000', '183018.085000', '183018.087000', '183018.090000', '183018.093000', '183037.955000', '183037.957000', '183037.960000', '183037.963000', '183037.965000', '183037.968000', '183037.970000', '183037.973000', '183037.976000', '183037.978000', '183037.981000', '183037.983000', '183037.986000', '183037.988000', '183037.991000', '183037.993000', '183037.996000', '183037.998000', '183038.002000', '183038.005000', '183038.007000', '183038.010000', '183038.012000', '183038.015000', '183038.017000', '183038.020000', '183038.022000', '183038.025000', '183038.027000', '183038.030000', '183038.033000', '183038.035000', '183038.038000', '183038.040000', '183038.043000', '183038.045000', '183038.048000', '183038.051000', '183038.053000', '183038.056000', '183038.058000', '183038.061000', '183038.063000', '183057.954000', '183057.957000', '183057.960000', '183057.962000', '183057.965000', '183057.968000', '183057.970000', '183057.973000', '183057.975000', '183057.978000', '183057.980000', '183057.983000', '183057.986000', '183057.988000', '183057.991000', '183057.993000', '183057.996000', '183058.000000', '183058.002000', '183058.005000', '183058.007000', '183058.010000', '183058.013000', '183058.016000', '183058.018000', '183058.021000', '183058.023000', '183058.026000', '183058.028000', '183058.031000', '183058.034000', '183058.036000', '183058.039000', '183058.041000', '183058.044000', '183058.046000', '183058.049000', '183058.052000', '183058.054000', '183058.057000', '183058.059000', '183058.062000', '183058.064000', '183058.067000', '183117.955000', '183117.958000', '183117.961000', '183117.963000', '183117.966000', '183117.968000', '183117.971000', '183117.974000', '183117.976000', '183117.979000', '183117.981000', '183117.984000', '183117.986000', '183117.989000', '183117.992000', '183117.994000', '183117.997000', '183118.000000', '183118.003000', '183118.005000', '183118.008000', '183118.011000', '183118.013000', '183118.016000', '183118.018000', '183118.021000', '183118.023000', '183118.026000', '183118.029000', '183118.031000', '183118.034000', '183118.036000', '183118.039000', '183118.041000', '183118.044000', '183118.046000', '183118.049000', '183118.052000', '183118.054000', '183118.057000', '183118.059000', '183118.062000', '183118.064000', '183137.955000', '183137.958000', '183137.961000', '183137.963000', '183137.966000', '183137.968000', '183137.971000', '183137.973000', '183137.976000', '183137.979000', '183137.981000', '183137.984000', '183137.986000', '183137.989000', '183137.992000', '183137.994000', '183137.997000', '183138.000000', '183138.003000', '183138.005000', '183138.008000', '183138.011000', '183138.013000', '183138.016000', '183138.018000', '183138.021000', '183138.023000', '183138.026000', '183138.028000', '183138.031000', '183138.034000', '183138.036000', '183138.039000', '183138.041000', '183138.044000', '183138.046000', '183138.049000', '183138.051000', '183138.054000', '183138.057000', '183138.059000', '183138.062000', '183138.064000', '183157.956000', '183157.959000', '183157.961000', '183157.964000', '183157.966000', '183157.969000', '183157.971000', '183157.974000', '183157.977000', '183157.979000', '183157.982000', '183157.984000', '183157.987000', '183157.990000', '183157.992000', '183157.995000', '183157.997000', '183158.001000', '183158.003000', '183158.006000', '183158.009000', '183158.011000', '183158.014000', '183158.016000', '183158.019000', '183158.021000', '183158.024000', '183158.027000', '183158.029000', '183158.032000', '183158.034000', '183158.037000', '183158.040000', '183158.042000', '183158.045000', '183158.047000', '183158.050000', '183158.052000', '183158.055000', '183158.058000', '183158.060000', '183158.073000', '183158.075000', '183158.078000', '183217.955000', '183217.957000', '183217.960000', '183217.963000', '183217.965000', '183217.968000', '183217.970000', '183217.974000', '183217.976000', '183217.979000', '183217.981000', '183217.984000', '183217.987000', '183217.989000', '183217.992000', '183217.994000', '183217.997000', '183218.001000', '183218.003000', '183218.006000', '183218.008000', '183218.011000', '183218.013000', '183218.016000', '183218.019000', '183218.021000', '183218.024000', '183218.026000', '183218.029000', '183218.031000', '183218.034000', '183218.037000', '183218.039000', '183218.042000', '183218.045000', '183218.047000', '183218.050000', '183218.052000', '183218.055000', '183218.058000', '183218.060000', '183218.063000', '183218.065000', '183237.955000', '183237.957000', '183237.960000', '183237.963000', '183237.965000', '183237.968000', '183237.971000', '183237.973000', '183237.976000', '183237.978000', '183237.981000', '183237.983000', '183237.986000', '183237.989000', '183237.991000', '183237.994000', '183237.996000', '183238.000000', '183238.002000', '183238.005000', '183238.008000', '183238.010000', '183238.013000', '183238.015000', '183238.018000', '183238.021000', '183238.023000', '183238.026000', '183238.028000', '183238.031000', '183238.033000', '183238.036000', '183238.038000', '183238.041000', '183238.044000', '183238.046000', '183238.049000', '183238.051000', '183238.054000', '183238.056000', '183238.059000', '183238.062000', '183238.064000', '183238.067000', '183257.954000', '183257.957000', '183257.960000', '183257.962000', '183257.965000', '183257.968000', '183257.971000', '183257.974000', '183257.977000', '183257.980000', '183257.982000', '183257.985000', '183257.987000', '183257.990000', '183257.993000', '183257.995000', '183257.998000', '183258.001000', '183258.004000', '183258.007000', '183258.009000', '183258.012000', '183258.014000', '183258.017000', '183258.019000', '183258.022000', '183258.025000', '183258.027000', '183258.030000', '183258.032000', '183258.035000', '183258.037000', '183258.040000', '183258.043000', '183258.045000', '183258.048000', '183258.050000', '183258.053000', '183258.055000', '183258.058000', '183258.061000', '183258.063000', '183258.066000', '183317.956000', '183317.959000', '183317.961000', '183317.964000', '183317.966000', '183317.969000', '183317.971000', '183317.974000', '183317.977000', '183317.979000', '183317.982000', '183317.984000', '183317.987000', '183317.990000', '183317.992000', '183317.995000', '183317.997000', '183318.000000', '183318.002000', '183318.005000', '183318.008000', '183318.010000', '183318.013000', '183318.015000', '183318.018000', '183318.020000', '183318.023000', '183318.025000', '183318.028000', '183318.031000', '183318.033000', '183318.036000', '183318.038000', '183318.041000', '183318.043000', '183318.046000', '183318.056000', '183318.058000', '183318.061000', '183318.063000', '183318.066000', '183318.068000', '183318.071000', '183318.074000', '183337.955000', '183337.958000', '183337.961000', '183337.963000', '183337.966000', '183337.969000', '183337.971000', '183337.974000', '183338.000000', '183338.003000', '183338.005000', '183338.008000', '183338.010000', '183338.014000', '183338.017000', '183338.020000', '183338.022000', '183338.025000', '183338.027000', '183338.030000', '183338.032000', '183338.035000', '183338.038000', '183338.040000', '183338.043000', '183338.045000', '183338.048000', '183338.050000', '183338.053000', '183338.056000', '183338.058000', '183338.061000', '183338.063000', '183338.066000', '183338.069000', '183338.071000', '183338.074000', '183338.077000', '183338.079000', '183338.082000', '183338.084000', '183338.087000', '183338.090000', '183357.955000', '183357.958000', '183357.961000', '183357.963000', '183357.966000', '183357.968000', '183357.971000', '183357.974000', '183357.976000', '183357.979000', '183357.981000', '183357.984000', '183357.987000', '183357.989000', '183357.992000', '183357.994000', '183357.997000', '183358.000000', '183358.003000', '183358.006000', '183358.008000', '183358.011000', '183358.013000', '183358.016000', '183358.019000', '183358.021000', '183358.024000', '183358.026000', '183358.029000', '183358.031000', '183358.034000', '183358.037000', '183358.039000', '183358.042000', '183358.044000', '183358.047000', '183358.049000', '183358.052000', '183358.055000', '183358.057000', '183358.060000', '183358.063000', '183358.065000', '183358.068000', '183417.955000', '183417.957000', '183417.960000', '183417.963000', '183417.965000', '183417.968000', '183417.971000', '183417.973000', '183417.976000', '183417.979000', '183417.982000', '183417.984000', '183417.987000', '183417.989000', '183417.992000', '183417.994000', '183417.997000', '183418.001000', '183418.003000', '183418.006000', '183418.009000', '183418.011000', '183418.014000', '183418.016000', '183418.019000', '183418.021000', '183418.024000', '183418.027000', '183418.029000', '183418.032000', '183418.034000', '183418.037000', '183418.040000', '183418.042000', '183418.045000', '183418.047000', '183418.050000', '183418.052000', '183418.055000', '183418.058000', '183418.060000', '183418.063000', '183418.065000', '183437.955000', '183437.957000', '183437.960000', '183437.963000', '183437.965000', '183437.968000', '183437.970000', '183437.973000', '183437.976000', '183437.978000', '183437.981000', '183437.983000', '183437.986000', '183437.989000', '183437.991000', '183437.994000', '183437.996000', '183438.000000', '183438.002000', '183438.005000', '183438.008000', '183438.010000', '183438.013000', '183438.015000', '183438.018000', '183438.020000', '183438.023000', '183438.026000', '183438.028000', '183438.031000', '183438.033000', '183438.036000', '183438.039000', '183438.041000', '183438.044000', '183438.046000', '183438.049000', '183438.052000', '183438.054000', '183438.057000', '183438.059000', '183438.062000', '183438.065000', '183438.067000', '183457.954000', '183457.957000', '183457.960000', '183457.962000', '183457.965000', '183457.967000', '183457.970000', '183457.973000', '183457.975000', '183457.978000', '183457.980000', '183457.983000', '183457.986000', '183457.988000', '183457.991000', '183457.993000', '183457.996000', '183458.000000', '183458.002000', '183458.005000', '183458.008000', '183458.010000', '183458.013000', '183458.015000', '183458.018000', '183458.021000', '183458.023000', '183458.026000', '183458.029000', '183458.032000', '183458.034000', '183458.037000', '183458.040000', '183458.056000', '183458.059000', '183458.062000', '183458.065000', '183458.068000', '183458.070000', '183458.073000', '183458.075000', '183458.078000', '183458.080000', '183517.955000', '183517.958000', '183517.960000', '183517.963000', '183517.965000', '183517.968000', '183517.970000', '183517.973000', '183517.976000', '183517.978000', '183517.981000', '183517.983000', '183517.986000', '183517.989000', '183517.991000', '183517.994000', '183517.996000', '183518.000000', '183518.002000', '183518.005000', '183518.008000', '183518.010000', '183518.013000', '183518.015000', '183518.018000', '183518.021000', '183518.023000', '183518.026000', '183518.028000', '183518.031000', '183518.034000', '183518.036000', '183518.039000', '183518.041000', '183518.044000', '183518.047000', '183518.049000', '183518.052000', '183518.054000', '183518.057000', '183518.059000', '183518.062000', '183518.065000', '183518.067000', '183537.955000', '183537.958000', '183537.961000', '183537.965000', '183537.968000', '183537.970000', '183537.973000', '183537.975000', '183537.978000', '183537.980000', '183537.983000', '183537.986000', '183537.988000', '183537.991000', '183537.993000', '183537.996000', '183537.998000', '183538.001000', '183538.004000', '183538.006000', '183538.009000', '183538.012000', '183538.014000', '183538.017000', '183538.019000', '183538.022000', '183538.024000', '183538.027000', '183538.030000', '183538.032000', '183538.035000', '183538.038000', '183538.040000', '183538.043000', '183538.045000', '183538.048000', '183538.050000', '183538.053000', '183538.055000', '183538.058000', '183538.061000', '183538.063000', '183538.066000', '183557.955000', '183557.958000', '183557.961000', '183557.964000', '183557.967000', '183557.969000', '183557.972000', '183557.974000', '183557.977000', '183557.980000', '183557.982000', '183557.985000', '183557.987000', '183557.990000', '183557.992000', '183557.995000', '183557.997000', '183558.001000', '183558.004000', '183558.006000', '183558.009000', '183558.011000', '183558.014000', '183558.017000', '183558.019000', '183558.022000', '183558.024000', '183558.027000', '183558.029000', '183558.032000', '183558.035000', '183558.037000', '183558.040000', '183558.042000', '183558.045000', '183558.048000', '183558.050000', '183558.053000', '183558.055000', '183558.058000', '183558.061000', '183558.063000', '183558.066000', '183601.475000', '183601.478000', '183601.481000', '183601.484000', '183601.486000', '183601.489000', '183601.492000', '183601.494000', '183601.497000'], 'InstanceCreationTime': ['182937.981000', '182937.984000', '182937.987000', '182937.990000', '182937.993000', '182937.995000', '182937.998000', '182938.002000', '182938.004000', '182938.007000', '182938.010000', '182938.012000', '182938.015000', '182938.023000', '182938.025000', '182938.028000', '182938.030000', '182938.033000', '182938.040000', '182938.043000', '182938.046000', '182938.049000', '182938.051000', '182938.054000', '182938.057000', '182938.059000', '182938.062000', '182938.065000', '182938.067000', '182938.070000', '182938.072000', '182938.075000', '182938.078000', '182938.080000', '182938.083000', '182938.085000', '182938.088000', '182938.090000', '182957.954000', '182957.957000', '182957.960000', '182957.962000', '182957.965000', '182957.968000', '182957.970000', '182957.973000', '182957.975000', '182957.978000', '182957.980000', '182957.983000', '182957.985000', '182957.988000', '182957.990000', '182957.993000', '182957.995000', '182957.998000', '182958.002000', '182958.004000', '182958.007000', '182958.009000', '182958.012000', '182958.014000', '182958.017000', '182958.019000', '182958.022000', '182958.025000', '182958.027000', '182958.030000', '182958.032000', '182958.035000', '182958.037000', '182958.040000', '182958.043000', '182958.045000', '182958.048000', '182958.050000', '182958.053000', '182958.055000', '182958.058000', '182958.060000', '182958.063000', '183017.954000', '183017.957000', '183017.960000', '183017.962000', '183017.965000', '183017.967000', '183017.970000', '183017.973000', '183017.975000', '183017.978000', '183017.981000', '183017.984000', '183017.987000', '183017.989000', '183017.992000', '183017.994000', '183017.997000', '183018.000000', '183018.003000', '183018.005000', '183018.008000', '183018.010000', '183018.013000', '183018.015000', '183018.018000', '183018.021000', '183018.023000', '183018.026000', '183018.028000', '183018.031000', '183018.033000', '183018.062000', '183018.065000', '183018.067000', '183018.070000', '183018.072000', '183018.075000', '183018.077000', '183018.080000', '183018.082000', '183018.085000', '183018.087000', '183018.090000', '183018.093000', '183037.955000', '183037.957000', '183037.960000', '183037.963000', '183037.965000', '183037.968000', '183037.970000', '183037.973000', '183037.976000', '183037.978000', '183037.981000', '183037.983000', '183037.986000', '183037.988000', '183037.991000', '183037.993000', '183037.996000', '183037.998000', '183038.002000', '183038.005000', '183038.007000', '183038.010000', '183038.012000', '183038.015000', '183038.017000', '183038.020000', '183038.022000', '183038.025000', '183038.027000', '183038.030000', '183038.033000', '183038.035000', '183038.038000', '183038.040000', '183038.043000', '183038.045000', '183038.048000', '183038.051000', '183038.053000', '183038.056000', '183038.058000', '183038.061000', '183038.063000', '183057.954000', '183057.957000', '183057.960000', '183057.962000', '183057.965000', '183057.968000', '183057.970000', '183057.973000', '183057.975000', '183057.978000', '183057.980000', '183057.983000', '183057.986000', '183057.988000', '183057.991000', '183057.993000', '183057.996000', '183058.000000', '183058.002000', '183058.005000', '183058.007000', '183058.010000', '183058.013000', '183058.016000', '183058.018000', '183058.021000', '183058.023000', '183058.026000', '183058.028000', '183058.031000', '183058.034000', '183058.036000', '183058.039000', '183058.041000', '183058.044000', '183058.046000', '183058.049000', '183058.052000', '183058.054000', '183058.057000', '183058.059000', '183058.062000', '183058.064000', '183058.067000', '183117.955000', '183117.958000', '183117.961000', '183117.963000', '183117.966000', '183117.968000', '183117.971000', '183117.974000', '183117.976000', '183117.979000', '183117.981000', '183117.984000', '183117.986000', '183117.989000', '183117.992000', '183117.994000', '183117.997000', '183118.000000', '183118.003000', '183118.005000', '183118.008000', '183118.011000', '183118.013000', '183118.016000', '183118.018000', '183118.021000', '183118.023000', '183118.026000', '183118.029000', '183118.031000', '183118.034000', '183118.036000', '183118.039000', '183118.041000', '183118.044000', '183118.046000', '183118.049000', '183118.052000', '183118.054000', '183118.057000', '183118.059000', '183118.062000', '183118.064000', '183137.955000', '183137.958000', '183137.961000', '183137.963000', '183137.966000', '183137.968000', '183137.971000', '183137.973000', '183137.976000', '183137.979000', '183137.981000', '183137.984000', '183137.986000', '183137.989000', '183137.992000', '183137.994000', '183137.997000', '183138.000000', '183138.003000', '183138.005000', '183138.008000', '183138.011000', '183138.013000', '183138.016000', '183138.018000', '183138.021000', '183138.023000', '183138.026000', '183138.028000', '183138.031000', '183138.034000', '183138.036000', '183138.039000', '183138.041000', '183138.044000', '183138.046000', '183138.049000', '183138.051000', '183138.054000', '183138.057000', '183138.059000', '183138.062000', '183138.064000', '183157.956000', '183157.959000', '183157.961000', '183157.964000', '183157.966000', '183157.969000', '183157.971000', '183157.974000', '183157.977000', '183157.979000', '183157.982000', '183157.984000', '183157.987000', '183157.990000', '183157.992000', '183157.995000', '183157.997000', '183158.001000', '183158.003000', '183158.006000', '183158.009000', '183158.011000', '183158.014000', '183158.016000', '183158.019000', '183158.021000', '183158.024000', '183158.027000', '183158.029000', '183158.032000', '183158.034000', '183158.037000', '183158.040000', '183158.042000', '183158.045000', '183158.047000', '183158.050000', '183158.052000', '183158.055000', '183158.058000', '183158.060000', '183158.073000', '183158.075000', '183158.078000', '183217.955000', '183217.957000', '183217.960000', '183217.963000', '183217.965000', '183217.968000', '183217.970000', '183217.974000', '183217.976000', '183217.979000', '183217.981000', '183217.984000', '183217.987000', '183217.989000', '183217.992000', '183217.994000', '183217.997000', '183218.001000', '183218.003000', '183218.006000', '183218.008000', '183218.011000', '183218.013000', '183218.016000', '183218.019000', '183218.021000', '183218.024000', '183218.026000', '183218.029000', '183218.031000', '183218.034000', '183218.037000', '183218.039000', '183218.042000', '183218.045000', '183218.047000', '183218.050000', '183218.052000', '183218.055000', '183218.058000', '183218.060000', '183218.063000', '183218.065000', '183237.955000', '183237.957000', '183237.960000', '183237.963000', '183237.965000', '183237.968000', '183237.971000', '183237.973000', '183237.976000', '183237.978000', '183237.981000', '183237.983000', '183237.986000', '183237.989000', '183237.991000', '183237.994000', '183237.996000', '183238.000000', '183238.002000', '183238.005000', '183238.008000', '183238.010000', '183238.013000', '183238.015000', '183238.018000', '183238.021000', '183238.023000', '183238.026000', '183238.028000', '183238.031000', '183238.033000', '183238.036000', '183238.038000', '183238.041000', '183238.044000', '183238.046000', '183238.049000', '183238.051000', '183238.054000', '183238.056000', '183238.059000', '183238.062000', '183238.064000', '183238.067000', '183257.954000', '183257.957000', '183257.960000', '183257.962000', '183257.965000', '183257.968000', '183257.971000', '183257.974000', '183257.977000', '183257.980000', '183257.982000', '183257.985000', '183257.987000', '183257.990000', '183257.993000', '183257.995000', '183257.998000', '183258.001000', '183258.004000', '183258.007000', '183258.009000', '183258.012000', '183258.014000', '183258.017000', '183258.019000', '183258.022000', '183258.025000', '183258.027000', '183258.030000', '183258.032000', '183258.035000', '183258.037000', '183258.040000', '183258.043000', '183258.045000', '183258.048000', '183258.050000', '183258.053000', '183258.055000', '183258.058000', '183258.061000', '183258.063000', '183258.066000', '183317.956000', '183317.959000', '183317.961000', '183317.964000', '183317.966000', '183317.969000', '183317.971000', '183317.974000', '183317.977000', '183317.979000', '183317.982000', '183317.984000', '183317.987000', '183317.990000', '183317.992000', '183317.995000', '183317.997000', '183318.000000', '183318.002000', '183318.005000', '183318.008000', '183318.010000', '183318.013000', '183318.015000', '183318.018000', '183318.020000', '183318.023000', '183318.025000', '183318.028000', '183318.031000', '183318.033000', '183318.036000', '183318.038000', '183318.041000', '183318.043000', '183318.046000', '183318.056000', '183318.058000', '183318.061000', '183318.063000', '183318.066000', '183318.068000', '183318.071000', '183318.074000', '183337.955000', '183337.958000', '183337.961000', '183337.963000', '183337.966000', '183337.969000', '183337.971000', '183337.974000', '183338.000000', '183338.003000', '183338.005000', '183338.008000', '183338.010000', '183338.014000', '183338.017000', '183338.020000', '183338.022000', '183338.025000', '183338.027000', '183338.030000', '183338.032000', '183338.035000', '183338.038000', '183338.040000', '183338.043000', '183338.045000', '183338.048000', '183338.050000', '183338.053000', '183338.056000', '183338.058000', '183338.061000', '183338.063000', '183338.066000', '183338.069000', '183338.071000', '183338.074000', '183338.077000', '183338.079000', '183338.082000', '183338.084000', '183338.087000', '183338.090000', '183357.955000', '183357.958000', '183357.961000', '183357.963000', '183357.966000', '183357.968000', '183357.971000', '183357.974000', '183357.976000', '183357.979000', '183357.981000', '183357.984000', '183357.987000', '183357.989000', '183357.992000', '183357.994000', '183357.997000', '183358.000000', '183358.003000', '183358.006000', '183358.008000', '183358.011000', '183358.013000', '183358.016000', '183358.019000', '183358.021000', '183358.024000', '183358.026000', '183358.029000', '183358.031000', '183358.034000', '183358.037000', '183358.039000', '183358.042000', '183358.044000', '183358.047000', '183358.049000', '183358.052000', '183358.055000', '183358.057000', '183358.060000', '183358.063000', '183358.065000', '183358.068000', '183417.955000', '183417.957000', '183417.960000', '183417.963000', '183417.965000', '183417.968000', '183417.971000', '183417.973000', '183417.976000', '183417.979000', '183417.982000', '183417.984000', '183417.987000', '183417.989000', '183417.992000', '183417.994000', '183417.997000', '183418.001000', '183418.003000', '183418.006000', '183418.009000', '183418.011000', '183418.014000', '183418.016000', '183418.019000', '183418.021000', '183418.024000', '183418.027000', '183418.029000', '183418.032000', '183418.034000', '183418.037000', '183418.040000', '183418.042000', '183418.045000', '183418.047000', '183418.050000', '183418.052000', '183418.055000', '183418.058000', '183418.060000', '183418.063000', '183418.065000', '183437.955000', '183437.957000', '183437.960000', '183437.963000', '183437.965000', '183437.968000', '183437.970000', '183437.973000', '183437.976000', '183437.978000', '183437.981000', '183437.983000', '183437.986000', '183437.989000', '183437.991000', '183437.994000', '183437.996000', '183438.000000', '183438.002000', '183438.005000', '183438.008000', '183438.010000', '183438.013000', '183438.015000', '183438.018000', '183438.020000', '183438.023000', '183438.026000', '183438.028000', '183438.031000', '183438.033000', '183438.036000', '183438.039000', '183438.041000', '183438.044000', '183438.046000', '183438.049000', '183438.052000', '183438.054000', '183438.057000', '183438.059000', '183438.062000', '183438.065000', '183438.067000', '183457.954000', '183457.957000', '183457.960000', '183457.962000', '183457.965000', '183457.967000', '183457.970000', '183457.973000', '183457.975000', '183457.978000', '183457.980000', '183457.983000', '183457.986000', '183457.988000', '183457.991000', '183457.993000', '183457.996000', '183458.000000', '183458.002000', '183458.005000', '183458.008000', '183458.010000', '183458.013000', '183458.015000', '183458.018000', '183458.021000', '183458.023000', '183458.026000', '183458.029000', '183458.032000', '183458.034000', '183458.037000', '183458.040000', '183458.056000', '183458.059000', '183458.062000', '183458.065000', '183458.068000', '183458.070000', '183458.073000', '183458.075000', '183458.078000', '183458.080000', '183517.955000', '183517.958000', '183517.960000', '183517.963000', '183517.965000', '183517.968000', '183517.970000', '183517.973000', '183517.976000', '183517.978000', '183517.981000', '183517.983000', '183517.986000', '183517.989000', '183517.991000', '183517.994000', '183517.996000', '183518.000000', '183518.002000', '183518.005000', '183518.008000', '183518.010000', '183518.013000', '183518.015000', '183518.018000', '183518.021000', '183518.023000', '183518.026000', '183518.028000', '183518.031000', '183518.034000', '183518.036000', '183518.039000', '183518.041000', '183518.044000', '183518.047000', '183518.049000', '183518.052000', '183518.054000', '183518.057000', '183518.059000', '183518.062000', '183518.065000', '183518.067000', '183537.955000', '183537.958000', '183537.961000', '183537.965000', '183537.968000', '183537.970000', '183537.973000', '183537.975000', '183537.978000', '183537.980000', '183537.983000', '183537.986000', '183537.988000', '183537.991000', '183537.993000', '183537.996000', '183537.998000', '183538.001000', '183538.004000', '183538.006000', '183538.009000', '183538.012000', '183538.014000', '183538.017000', '183538.019000', '183538.022000', '183538.024000', '183538.027000', '183538.030000', '183538.032000', '183538.035000', '183538.038000', '183538.040000', '183538.043000', '183538.045000', '183538.048000', '183538.050000', '183538.053000', '183538.055000', '183538.058000', '183538.061000', '183538.063000', '183538.066000', '183557.955000', '183557.958000', '183557.961000', '183557.964000', '183557.967000', '183557.969000', '183557.972000', '183557.974000', '183557.977000', '183557.980000', '183557.982000', '183557.985000', '183557.987000', '183557.990000', '183557.992000', '183557.995000', '183557.997000', '183558.001000', '183558.004000', '183558.006000', '183558.009000', '183558.011000', '183558.014000', '183558.017000', '183558.019000', '183558.022000', '183558.024000', '183558.027000', '183558.029000', '183558.032000', '183558.035000', '183558.037000', '183558.040000', '183558.042000', '183558.045000', '183558.048000', '183558.050000', '183558.053000', '183558.055000', '183558.058000', '183558.061000', '183558.063000', '183558.066000', '183601.475000', '183601.478000', '183601.481000', '183601.484000', '183601.486000', '183601.489000', '183601.492000', '183601.494000', '183601.497000'], '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': [15064, 9976, 13652, 11091, 11576, 8554, 13725, 10649, 14831, 12487, 12356, 12937, 9240, 13675, 11209, 13457, 12769, 12824, 8223, 13899, 8984, 13486, 9048, 13983, 10019, 14444, 10593, 13869, 11161, 14042, 10934, 13684, 12059, 14059, 10730, 13720, 11023, 13985, 11369, 14454, 11699, 10032, 11753, 11909, 12152, 14756, 11818, 12597, 11873, 15145, 10932, 13743, 11537, 14125, 11370, 10498, 11737, 14996, 11440, 13978, 11867, 14309, 10960, 14559, 11242, 14578, 11668, 13584, 10957, 14084, 10315, 13941, 9798, 14017, 11586, 13854, 11060, 14627, 10999, 14155, 11222, 14477, 11573, 13739, 10947, 15120, 11349, 14050, 11422, 14048, 10400, 13657, 10427, 13789, 10828, 14217, 10886, 13939, 10544, 13393, 9199, 13848, 9981, 13821, 10269, 13407, 10391, 13624, 11461, 13389, 10721, 13642, 10733, 13557, 10976, 13441, 11235, 13920, 10658, 13579, 10804, 13752, 11543, 13424, 10793, 13805, 10913, 12655, 11322, 10562, 12968, 8491, 13342, 9073, 13564, 8867, 14106, 9470, 14404, 10936, 14500, 11014, 10357, 11920, 13423, 11316, 12579, 11832, 10649, 12984, 8514, 13947, 9523, 14237, 10297, 14026, 11032, 13828, 10613, 13455, 10965, 13523, 11021, 12692, 11285, 11069, 10959, 14643, 11022, 13960, 11230, 8192, 12177, 8534, 12339, 8801, 12511, 8592, 13906, 9936, 14220, 10847, 13356, 10072, 13367, 10018, 13461, 10476, 13021, 10492, 13009, 10343, 11394, 11193, 7979, 12261, 9398, 12161, 14407, 10830, 13502, 11110, 13701, 10369, 14058, 10721, 14418, 11118, 9524, 12437, 9095, 12584, 14742, 11592, 14358, 11464, 13250, 10534, 12075, 11096, 12715, 11763, 9155, 13258, 9823, 12463, 12145, 12082, 13429, 12384, 8637, 12477, 9172, 12716, 11435, 12117, 9396, 13072, 9213, 12450, 8755, 13270, 9006, 14091, 11191, 13536, 11152, 7702, 13521, 10147, 13401, 8775, 12980, 8633, 13362, 8829, 12872, 8830, 13385, 8272, 13581, 9029, 14039, 9158, 14019, 9335, 13923, 9263, 14030, 10172, 14054, 11422, 13604, 10561, 13284, 10801, 13311, 11130, 12906, 10644, 13405, 10559, 13352, 9785, 13138, 10172, 13521, 10213, 12993, 10648, 13122, 10751, 13558, 10852, 14226, 10355, 13219, 10468, 13304, 9535, 12915, 8630, 13344, 9031, 13376, 9010, 13387, 8743, 13066, 9043, 13533, 10573, 13704, 10348, 11316, 11166, 11643, 10872, 9958, 12415, 9682, 12184, 9530, 12618, 9207, 13435, 9210, 12846, 9136, 12833, 10615, 12058, 8422, 12568, 8765, 12809, 8781, 13067, 8223, 13247, 9010, 12848, 9537, 11740, 8318, 13281, 9195, 12081, 11107, 11444, 10768, 11853, 8146, 12901, 8974, 12082, 12988, 11390, 14460, 11111, 10257, 11460, 13368, 10572, 13862, 10288, 13051, 9773, 12954, 9058, 13012, 8676, 12943, 8750, 12579, 8052, 13236, 8691, 13195, 9251, 12763, 10074, 12140, 8898, 12124, 10862, 12069, 14926, 11123, 13915, 11235, 12369, 10358, 12134, 10787, 13914, 10668, 13460, 10805, 12879, 10601, 7617, 12798, 9857, 13474, 10779, 13443, 10034, 13279, 10661, 13263, 9990, 13132, 10326, 13037, 10125, 13436, 10813, 13706, 10150, 13345, 8788, 13445, 8942, 13004, 8838, 13055, 8879, 13111, 10008, 13472, 10596, 13187, 10733, 14107, 11120, 13093, 11515, 8176, 12414, 9284, 12686, 10031, 12561, 9488, 13500, 8810, 13568, 8964, 13617, 9323, 13590, 9729, 13668, 10781, 13826, 10691, 13168, 10034, 12764, 9874, 12867, 10248, 13256, 10360, 13118, 10360, 12911, 10940, 13056, 10394, 13680, 10307, 13342, 10517, 12819, 10267, 12505, 9935, 12475, 10186, 12451, 10514, 12494, 10534, 12952, 9284, 12587, 8211, 12048, 7854, 12084, 8601, 13222, 10416, 13752, 10268, 11441, 10418, 8337, 12940, 10529, 13925, 11403, 13985, 11910, 8322, 13095, 9719, 13242, 14793, 11634, 14375, 11720, 9025, 11900, 8417, 12728, 8884, 13398, 8719, 13519, 9252, 14033, 10551, 13621, 9196, 13050, 9003, 12955, 8190, 12474, 10189, 11805, 12538, 11347, 14301, 11260, 10688, 10538, 10057, 11701, 14046, 10738, 13360, 10965, 13400, 8712, 12920, 8921, 11614, 14246, 11377, 12958, 10260, 13143, 10513, 12908, 9774, 12938, 9362, 13312, 8655, 13194, 8474, 12567, 8618, 12144, 8336, 12146, 15032, 11252, 13620, 10748, 13372, 10421, 12983, 8969, 13111, 8669, 12640, 9365, 12415, 9972, 12865, 12050, 11888, 13688, 11599, 10934, 12375, 13339, 11437, 15153, 11966, 12211, 12360, 11641, 12149, 13992, 12117, 14957, 12309, 9011, 12462, 8631, 13287, 8936, 13680, 13735, 11714, 9691, 12955, 9216, 12827, 9682, 13099, 14059, 11973, 14577, 10547, 13734, 10812, 13895, 11551, 13798, 11545, 9169, 11317, 9074, 12823, 13023, 11786, 14991, 12061, 12032, 11525, 14253, 11436, 14780, 11523, 14084, 11773, 13383, 10639, 13820, 10373, 13743, 9533, 13333, 8679, 13084, 8203, 13379, 8721, 12514, 9955, 11710, 14481, 11290, 12706, 10507, 13629, 10415, 13432, 10696, 13853, 11024, 8182, 12446, 8392, 13903, 8938, 13934, 9447, 12808, 11841, 11371, 12331, 11253, 14648, 11050, 12874, 11423, 10790, 12643, 10736, 12001, 13179, 12192, 15082, 11741, 10590, 12003, 10287, 11752, 11658, 12092, 14953, 11305, 13326, 11159, 14071, 10410, 13414, 10180, 12948, 10892, 13176, 10397, 13815, 10704, 13413, 9032, 13999, 8941, 13524, 8963, 13341, 8753, 13044, 8873, 13305, 8409, 13860, 8992, 13746, 10426, 12051, 14965, 11737, 14094, 10505, 13881, 10914, 13836, 11224, 13440, 10796, 13897, 10826, 13635, 10944, 13545, 11743, 13779, 10571, 13910, 10665, 13500, 9764, 13576, 9786, 13914, 10326, 14010, 9425, 13563, 9153, 13587, 8407, 12954, 8878, 12127, 13820, 11468, 12205, 10736, 14009, 10862, 13813, 11263, 13500, 11178, 8157, 12214, 7992, 13602, 9310, 13532, 11157, 12258, 11142, 13294, 13842, 11661, 14823, 11351, 14082, 10574, 13570, 10814, 14399, 10686, 14004, 10042, 13790, 10618, 13922, 10830, 14170, 11141, 13987, 11232, 13927, 11620, 9382, 12190, 8669, 13082, 9149, 13102, 9285, 13782, 8654, 13410, 9454, 12737, 9962, 13023, 8516, 13943, 8997, 13319, 8650, 13681, 8644, 14082, 9097, 13895, 9000, 13633, 9141, 13784, 8977, 14033, 10016, 14012, 10628, 13674, 10852, 13563, 11087, 13735, 11055, 14231, 10554, 12886, 10640, 12967, 11158, 9139, 12144, 8429, 13329, 8822, 13707, 9153, 13432, 8479, 13694, 8610, 13523, 8554, 12787, 10580, 12101, 7970, 12160, 8554, 13161, 8497], 'WindowCenter': [4221.0, 4151.0, 4168.0, 4135.0, 4133.0, 4101.0, 4151.0, 4120.0, 4153.0, 4141.0, 4129.0, 4129.0, 4086.0, 4126.0, 4104.0, 4127.0, 4115.0, 4115.0, 4062.0, 4123.0, 4071.0, 4124.0, 4084.0, 4137.0, 4094.0, 4135.0, 4104.0, 4125.0, 4115.0, 4136.0, 4119.0, 4137.0, 4117.0, 4136.0, 4107.0, 4125.0, 4106.0, 4138.0, 4118.0, 4138.0, 4117.0, 4097.0, 4117.0, 4117.0, 4129.0, 4150.0, 4128.0, 4127.0, 4118.0, 4148.0, 4118.0, 4138.0, 4130.0, 4138.0, 4129.0, 4118.0, 4130.0, 4150.0, 4132.0, 4151.0, 4131.0, 4149.0, 4119.0, 4149.0, 4130.0, 4151.0, 4131.0, 4139.0, 4118.0, 4140.0, 4108.0, 4140.0, 4109.0, 4149.0, 4130.0, 4138.0, 4119.0, 4149.0, 4120.0, 4151.0, 4131.0, 4151.0, 4130.0, 4139.0, 4119.0, 4151.0, 4131.0, 4140.0, 4131.0, 4139.0, 4109.0, 4138.0, 4117.0, 4138.0, 4119.0, 4151.0, 4118.0, 4149.0, 4119.0, 4140.0, 4100.0, 4139.0, 4107.0, 4138.0, 4108.0, 4139.0, 4120.0, 4151.0, 4131.0, 4140.0, 4120.0, 4139.0, 4120.0, 4140.0, 4121.0, 4140.0, 4130.0, 4149.0, 4119.0, 4139.0, 4120.0, 4151.0, 4130.0, 4139.0, 4119.0, 4138.0, 4119.0, 4140.0, 4131.0, 4121.0, 4140.0, 4087.0, 4141.0, 4097.0, 4139.0, 4099.0, 4141.0, 4108.0, 4149.0, 4118.0, 4139.0, 4119.0, 4109.0, 4131.0, 4140.0, 4118.0, 4129.0, 4130.0, 4107.0, 4140.0, 4087.0, 4137.0, 4097.0, 4137.0, 4108.0, 4139.0, 4118.0, 4138.0, 4107.0, 4127.0, 4119.0, 4139.0, 4108.0, 4126.0, 4116.0, 4105.0, 4105.0, 4136.0, 4117.0, 4137.0, 4117.0, 4075.0, 4128.0, 4085.0, 4129.0, 4096.0, 4140.0, 4098.0, 4151.0, 4109.0, 4151.0, 4119.0, 4140.0, 4122.0, 4141.0, 4111.0, 4140.0, 4119.0, 4141.0, 4120.0, 4141.0, 4121.0, 4133.0, 4145.0, 4101.0, 4144.0, 4112.0, 4143.0, 4163.0, 4134.0, 4152.0, 4133.0, 4151.0, 4120.0, 4149.0, 4131.0, 4151.0, 4130.0, 4110.0, 4141.0, 4097.0, 4129.0, 4148.0, 4130.0, 4149.0, 4129.0, 4128.0, 4108.0, 4127.0, 4118.0, 4139.0, 4129.0, 4098.0, 4139.0, 4107.0, 4128.0, 4127.0, 4130.0, 4138.0, 4130.0, 4085.0, 4127.0, 4085.0, 4128.0, 4119.0, 4128.0, 4096.0, 4127.0, 4096.0, 4127.0, 4086.0, 4128.0, 4097.0, 4138.0, 4130.0, 4139.0, 4119.0, 4088.0, 4151.0, 4121.0, 4152.0, 4112.0, 4142.0, 4099.0, 4142.0, 4099.0, 4130.0, 4098.0, 4142.0, 4087.0, 4138.0, 4084.0, 4136.0, 4095.0, 4137.0, 4084.0, 4125.0, 4083.0, 4124.0, 4095.0, 4126.0, 4103.0, 4124.0, 4093.0, 4113.0, 4105.0, 4125.0, 4104.0, 4113.0, 4094.0, 4123.0, 4094.0, 4125.0, 4095.0, 4126.0, 4095.0, 4124.0, 4094.0, 4124.0, 4106.0, 4138.0, 4120.0, 4138.0, 4119.0, 4137.0, 4108.0, 4129.0, 4108.0, 4129.0, 4097.0, 4128.0, 4087.0, 4141.0, 4097.0, 4138.0, 4097.0, 4138.0, 4100.0, 4140.0, 4101.0, 4140.0, 4120.0, 4152.0, 4120.0, 4131.0, 4142.0, 4143.0, 4134.0, 4123.0, 4143.0, 4111.0, 4142.0, 4111.0, 4143.0, 4111.0, 4153.0, 4109.0, 4141.0, 4109.0, 4143.0, 4120.0, 4131.0, 4088.0, 4140.0, 4100.0, 4141.0, 4100.0, 4154.0, 4089.0, 4143.0, 4100.0, 4142.0, 4110.0, 4131.0, 4100.0, 4153.0, 4110.0, 4141.0, 4131.0, 4143.0, 4122.0, 4142.0, 4090.0, 4142.0, 4110.0, 4142.0, 4141.0, 4143.0, 4162.0, 4132.0, 4122.0, 4142.0, 4151.0, 4121.0, 4151.0, 4122.0, 4152.0, 4122.0, 4141.0, 4110.0, 4142.0, 4100.0, 4153.0, 4101.0, 4143.0, 4090.0, 4141.0, 4100.0, 4141.0, 4111.0, 4154.0, 4112.0, 4143.0, 4099.0, 4131.0, 4119.0, 4131.0, 4161.0, 4131.0, 4140.0, 4131.0, 4139.0, 4118.0, 4129.0, 4132.0, 4152.0, 4121.0, 4152.0, 4133.0, 4142.0, 4121.0, 4091.0, 4153.0, 4123.0, 4154.0, 4135.0, 4155.0, 4124.0, 4154.0, 4134.0, 4153.0, 4122.0, 4152.0, 4121.0, 4142.0, 4123.0, 4152.0, 4121.0, 4152.0, 4120.0, 4141.0, 4099.0, 4139.0, 4097.0, 4138.0, 4086.0, 4138.0, 4098.0, 4140.0, 4109.0, 4139.0, 4119.0, 4140.0, 4121.0, 4150.0, 4133.0, 4140.0, 4132.0, 4087.0, 4130.0, 4097.0, 4128.0, 4109.0, 4129.0, 4097.0, 4140.0, 4086.0, 4138.0, 4096.0, 4137.0, 4096.0, 4139.0, 4110.0, 4138.0, 4117.0, 4138.0, 4107.0, 4128.0, 4109.0, 4128.0, 4109.0, 4128.0, 4108.0, 4138.0, 4108.0, 4138.0, 4110.0, 4139.0, 4119.0, 4139.0, 4110.0, 4140.0, 4109.0, 4140.0, 4121.0, 4140.0, 4110.0, 4128.0, 4107.0, 4127.0, 4107.0, 4129.0, 4119.0, 4130.0, 4121.0, 4139.0, 4098.0, 4141.0, 4099.0, 4141.0, 4089.0, 4142.0, 4112.0, 4153.0, 4133.0, 4151.0, 4121.0, 4142.0, 4132.0, 4102.0, 4154.0, 4134.0, 4154.0, 4144.0, 4165.0, 4133.0, 4088.0, 4140.0, 4098.0, 4141.0, 4140.0, 4118.0, 4139.0, 4116.0, 4085.0, 4115.0, 4074.0, 4126.0, 4084.0, 4127.0, 4086.0, 4139.0, 4097.0, 4138.0, 4107.0, 4138.0, 4097.0, 4140.0, 4087.0, 4128.0, 4074.0, 4116.0, 4094.0, 4117.0, 4127.0, 4117.0, 4136.0, 4106.0, 4107.0, 4106.0, 4094.0, 4128.0, 4149.0, 4120.0, 4141.0, 4119.0, 4139.0, 4087.0, 4129.0, 4086.0, 4119.0, 4139.0, 4119.0, 4127.0, 4107.0, 4127.0, 4108.0, 4127.0, 4109.0, 4140.0, 4098.0, 4141.0, 4099.0, 4152.0, 4099.0, 4142.0, 4100.0, 4142.0, 4088.0, 4141.0, 4162.0, 4130.0, 4153.0, 4132.0, 4152.0, 4120.0, 4139.0, 4100.0, 4140.0, 4098.0, 4141.0, 4109.0, 4156.0, 4123.0, 4157.0, 4143.0, 4131.0, 4153.0, 4144.0, 4133.0, 4156.0, 4152.0, 4132.0, 4161.0, 4131.0, 4129.0, 4129.0, 4118.0, 4130.0, 4140.0, 4131.0, 4152.0, 4131.0, 4101.0, 4129.0, 4087.0, 4139.0, 4086.0, 4141.0, 4139.0, 4130.0, 4108.0, 4141.0, 4097.0, 4140.0, 4097.0, 4141.0, 4140.0, 4130.0, 4137.0, 4107.0, 4137.0, 4118.0, 4138.0, 4118.0, 4137.0, 4118.0, 4097.0, 4119.0, 4097.0, 4139.0, 4128.0, 4129.0, 4149.0, 4129.0, 4128.0, 4118.0, 4138.0, 4117.0, 4137.0, 4118.0, 4138.0, 4116.0, 4126.0, 4106.0, 4126.0, 4094.0, 4126.0, 4084.0, 4138.0, 4085.0, 4126.0, 4075.0, 4125.0, 4073.0, 4116.0, 4094.0, 4116.0, 4138.0, 4116.0, 4127.0, 4109.0, 4139.0, 4108.0, 4139.0, 4120.0, 4140.0, 4119.0, 4088.0, 4142.0, 4100.0, 4151.0, 4099.0, 4153.0, 4109.0, 4142.0, 4131.0, 4132.0, 4130.0, 4121.0, 4150.0, 4119.0, 4141.0, 4130.0, 4120.0, 4129.0, 4107.0, 4128.0, 4127.0, 4129.0, 4149.0, 4119.0, 4106.0, 4118.0, 4106.0, 4117.0, 4115.0, 4128.0, 4148.0, 4118.0, 4138.0, 4118.0, 4139.0, 4120.0, 4141.0, 4119.0, 4139.0, 4120.0, 4140.0, 4120.0, 4150.0, 4120.0, 4141.0, 4101.0, 4152.0, 4099.0, 4140.0, 4098.0, 4139.0, 4099.0, 4141.0, 4099.0, 4151.0, 4088.0, 4151.0, 4099.0, 4151.0, 4121.0, 4131.0, 4150.0, 4130.0, 4140.0, 4119.0, 4140.0, 4119.0, 4140.0, 4119.0, 4139.0, 4119.0, 4140.0, 4118.0, 4140.0, 4121.0, 4139.0, 4131.0, 4151.0, 4120.0, 4141.0, 4120.0, 4143.0, 4109.0, 4141.0, 4109.0, 4139.0, 4108.0, 4140.0, 4111.0, 4141.0, 4097.0, 4140.0, 4086.0, 4128.0, 4097.0, 4131.0, 4139.0, 4130.0, 4129.0, 4120.0, 4149.0, 4120.0, 4151.0, 4131.0, 4151.0, 4130.0, 4091.0, 4142.0, 4101.0, 4154.0, 4110.0, 4153.0, 4133.0, 4143.0, 4131.0, 4153.0, 4140.0, 4130.0, 4150.0, 4120.0, 4152.0, 4119.0, 4140.0, 4120.0, 4140.0, 4118.0, 4139.0, 4110.0, 4141.0, 4119.0, 4139.0, 4119.0, 4137.0, 4119.0, 4138.0, 4119.0, 4140.0, 4130.0, 4099.0, 4129.0, 4087.0, 4139.0, 4098.0, 4141.0, 4097.0, 4139.0, 4086.0, 4140.0, 4097.0, 4129.0, 4108.0, 4139.0, 4100.0, 4140.0, 4087.0, 4138.0, 4086.0, 4138.0, 4099.0, 4152.0, 4099.0, 4140.0, 4098.0, 4138.0, 4099.0, 4141.0, 4098.0, 4140.0, 4109.0, 4138.0, 4109.0, 4138.0, 4119.0, 4140.0, 4119.0, 4141.0, 4121.0, 4140.0, 4108.0, 4129.0, 4120.0, 4140.0, 4121.0, 4099.0, 4129.0, 4087.0, 4140.0, 4097.0, 4141.0, 4098.0, 4139.0, 4075.0, 4137.0, 4085.0, 4128.0, 4087.0, 4127.0, 4105.0, 4118.0, 4064.0, 4117.0, 4085.0, 4127.0, 4087.0], 'WindowWidth': [9345.0, 9229.0, 9245.0, 9193.0, 9186.0, 9141.0, 9208.0, 9163.0, 9212.0, 9193.0, 9172.0, 9173.0, 9109.0, 9163.0, 9128.0, 9163.0, 9147.0, 9145.0, 9069.0, 9152.0, 9082.0, 9157.0, 9104.0, 9177.0, 9118.0, 9172.0, 9130.0, 9158.0, 9147.0, 9177.0, 9156.0, 9178.0, 9151.0, 9176.0, 9136.0, 9159.0, 9136.0, 9182.0, 9156.0, 9181.0, 9153.0, 9125.0, 9152.0, 9151.0, 9168.0, 9201.0, 9169.0, 9165.0, 9154.0, 9197.0, 9156.0, 9182.0, 9172.0, 9183.0, 9170.0, 9154.0, 9175.0, 9203.0, 9180.0, 9205.0, 9178.0, 9199.0, 9160.0, 9198.0, 9174.0, 9208.0, 9178.0, 9184.0, 9155.0, 9187.0, 9142.0, 9187.0, 9145.0, 9198.0, 9174.0, 9184.0, 9159.0, 9200.0, 9162.0, 9207.0, 9180.0, 9204.0, 9176.0, 9186.0, 9160.0, 9205.0, 9180.0, 9189.0, 9178.0, 9186.0, 9144.0, 9183.0, 9154.0, 9184.0, 9158.0, 9202.0, 9156.0, 9200.0, 9158.0, 9187.0, 9134.0, 9185.0, 9140.0, 9183.0, 9142.0, 9185.0, 9163.0, 9205.0, 9179.0, 9188.0, 9163.0, 9188.0, 9163.0, 9190.0, 9165.0, 9190.0, 9177.0, 9200.0, 9161.0, 9188.0, 9162.0, 9206.0, 9176.0, 9186.0, 9158.0, 9183.0, 9159.0, 9188.0, 9178.0, 9164.0, 9190.0, 9114.0, 9189.0, 9128.0, 9186.0, 9133.0, 9191.0, 9142.0, 9200.0, 9156.0, 9186.0, 9158.0, 9146.0, 9176.0, 9188.0, 9157.0, 9170.0, 9174.0, 9140.0, 9186.0, 9112.0, 9181.0, 9126.0, 9180.0, 9145.0, 9185.0, 9156.0, 9183.0, 9139.0, 9165.0, 9156.0, 9184.0, 9143.0, 9162.0, 9149.0, 9134.0, 9133.0, 9176.0, 9152.0, 9181.0, 9152.0, 9094.0, 9168.0, 9109.0, 9170.0, 9126.0, 9188.0, 9130.0, 9206.0, 9146.0, 9203.0, 9161.0, 9189.0, 9168.0, 9192.0, 9151.0, 9188.0, 9160.0, 9189.0, 9162.0, 9192.0, 9166.0, 9183.0, 9203.0, 9140.0, 9200.0, 9154.0, 9199.0, 9227.0, 9186.0, 9209.0, 9183.0, 9203.0, 9160.0, 9198.0, 9177.0, 9206.0, 9176.0, 9148.0, 9190.0, 9127.0, 9172.0, 9198.0, 9174.0, 9200.0, 9172.0, 9168.0, 9141.0, 9167.0, 9156.0, 9186.0, 9173.0, 9130.0, 9187.0, 9138.0, 9170.0, 9167.0, 9175.0, 9185.0, 9173.0, 9108.0, 9164.0, 9106.0, 9168.0, 9158.0, 9170.0, 9125.0, 9166.0, 9123.0, 9166.0, 9110.0, 9169.0, 9127.0, 9185.0, 9178.0, 9189.0, 9160.0, 9119.0, 9205.0, 9165.0, 9212.0, 9157.0, 9195.0, 9131.0, 9194.0, 9131.0, 9174.0, 9129.0, 9195.0, 9114.0, 9182.0, 9104.0, 9178.0, 9120.0, 9181.0, 9104.0, 9160.0, 9100.0, 9156.0, 9119.0, 9162.0, 9126.0, 9153.0, 9112.0, 9137.0, 9131.0, 9161.0, 9130.0, 9140.0, 9116.0, 9155.0, 9115.0, 9159.0, 9120.0, 9160.0, 9117.0, 9155.0, 9116.0, 9158.0, 9136.0, 9183.0, 9162.0, 9182.0, 9159.0, 9181.0, 9143.0, 9170.0, 9143.0, 9173.0, 9126.0, 9169.0, 9113.0, 9189.0, 9126.0, 9183.0, 9126.0, 9183.0, 9137.0, 9191.0, 9139.0, 9188.0, 9163.0, 9207.0, 9165.0, 9179.0, 9197.0, 9198.0, 9189.0, 9172.0, 9199.0, 9153.0, 9195.0, 9155.0, 9198.0, 9152.0, 9211.0, 9148.0, 9192.0, 9147.0, 9197.0, 9164.0, 9178.0, 9119.0, 9190.0, 9135.0, 9191.0, 9137.0, 9212.0, 9122.0, 9198.0, 9135.0, 9195.0, 9149.0, 9180.0, 9138.0, 9212.0, 9149.0, 9192.0, 9180.0, 9198.0, 9168.0, 9194.0, 9123.0, 9196.0, 9151.0, 9196.0, 9194.0, 9197.0, 9224.0, 9181.0, 9167.0, 9194.0, 9206.0, 9166.0, 9207.0, 9168.0, 9209.0, 9166.0, 9194.0, 9151.0, 9196.0, 9137.0, 9211.0, 9139.0, 9196.0, 9122.0, 9192.0, 9135.0, 9193.0, 9151.0, 9215.0, 9154.0, 9195.0, 9132.0, 9177.0, 9161.0, 9177.0, 9220.0, 9178.0, 9190.0, 9178.0, 9187.0, 9159.0, 9175.0, 9182.0, 9209.0, 9166.0, 9209.0, 9184.0, 9195.0, 9167.0, 9127.0, 9214.0, 9173.0, 9215.0, 9190.0, 9218.0, 9175.0, 9215.0, 9187.0, 9212.0, 9169.0, 9208.0, 9167.0, 9196.0, 9171.0, 9209.0, 9164.0, 9207.0, 9161.0, 9193.0, 9133.0, 9186.0, 9127.0, 9183.0, 9110.0, 9183.0, 9131.0, 9189.0, 9145.0, 9187.0, 9160.0, 9189.0, 9165.0, 9204.0, 9183.0, 9190.0, 9179.0, 9114.0, 9175.0, 9125.0, 9169.0, 9147.0, 9173.0, 9126.0, 9187.0, 9111.0, 9183.0, 9124.0, 9181.0, 9125.0, 9186.0, 9147.0, 9183.0, 9154.0, 9183.0, 9141.0, 9170.0, 9146.0, 9171.0, 9146.0, 9170.0, 9143.0, 9184.0, 9142.0, 9183.0, 9147.0, 9186.0, 9161.0, 9186.0, 9148.0, 9187.0, 9146.0, 9191.0, 9166.0, 9189.0, 9147.0, 9168.0, 9139.0, 9167.0, 9140.0, 9173.0, 9161.0, 9174.0, 9164.0, 9186.0, 9130.0, 9193.0, 9135.0, 9192.0, 9120.0, 9193.0, 9158.0, 9211.0, 9185.0, 9205.0, 9167.0, 9197.0, 9182.0, 9143.0, 9215.0, 9187.0, 9215.0, 9202.0, 9233.0, 9183.0, 9117.0, 9188.0, 9127.0, 9189.0, 9187.0, 9156.0, 9183.0, 9149.0, 9104.0, 9144.0, 9089.0, 9160.0, 9102.0, 9165.0, 9110.0, 9183.0, 9124.0, 9182.0, 9139.0, 9184.0, 9124.0, 9187.0, 9112.0, 9168.0, 9089.0, 9149.0, 9117.0, 9149.0, 9165.0, 9153.0, 9177.0, 9137.0, 9137.0, 9137.0, 9120.0, 9170.0, 9201.0, 9163.0, 9190.0, 9160.0, 9186.0, 9112.0, 9171.0, 9112.0, 9158.0, 9185.0, 9157.0, 9165.0, 9139.0, 9166.0, 9142.0, 9168.0, 9146.0, 9189.0, 9131.0, 9190.0, 9132.0, 9208.0, 9134.0, 9194.0, 9135.0, 9194.0, 9118.0, 9193.0, 9221.0, 9175.0, 9210.0, 9181.0, 9208.0, 9161.0, 9187.0, 9134.0, 9188.0, 9131.0, 9191.0, 9147.0, 9222.0, 9172.0, 9221.0, 9196.0, 9177.0, 9212.0, 9203.0, 9186.0, 9220.0, 9207.0, 9183.0, 9221.0, 9178.0, 9172.0, 9173.0, 9155.0, 9175.0, 9189.0, 9177.0, 9209.0, 9178.0, 9136.0, 9173.0, 9115.0, 9185.0, 9111.0, 9190.0, 9185.0, 9173.0, 9144.0, 9188.0, 9128.0, 9188.0, 9128.0, 9192.0, 9190.0, 9175.0, 9181.0, 9139.0, 9179.0, 9155.0, 9184.0, 9157.0, 9181.0, 9155.0, 9125.0, 9157.0, 9127.0, 9186.0, 9170.0, 9173.0, 9200.0, 9172.0, 9169.0, 9155.0, 9182.0, 9152.0, 9179.0, 9154.0, 9183.0, 9150.0, 9163.0, 9134.0, 9162.0, 9117.0, 9161.0, 9103.0, 9182.0, 9107.0, 9163.0, 9090.0, 9159.0, 9087.0, 9149.0, 9118.0, 9151.0, 9182.0, 9150.0, 9164.0, 9142.0, 9183.0, 9140.0, 9185.0, 9162.0, 9190.0, 9160.0, 9118.0, 9194.0, 9136.0, 9207.0, 9135.0, 9209.0, 9146.0, 9194.0, 9178.0, 9180.0, 9174.0, 9162.0, 9202.0, 9158.0, 9191.0, 9176.0, 9160.0, 9171.0, 9138.0, 9167.0, 9165.0, 9170.0, 9199.0, 9156.0, 9135.0, 9153.0, 9136.0, 9152.0, 9148.0, 9168.0, 9198.0, 9156.0, 9183.0, 9155.0, 9184.0, 9161.0, 9191.0, 9161.0, 9185.0, 9162.0, 9187.0, 9161.0, 9203.0, 9161.0, 9192.0, 9138.0, 9207.0, 9133.0, 9188.0, 9129.0, 9186.0, 9132.0, 9190.0, 9132.0, 9206.0, 9118.0, 9204.0, 9133.0, 9207.0, 9166.0, 9179.0, 9204.0, 9177.0, 9188.0, 9158.0, 9186.0, 9158.0, 9188.0, 9161.0, 9186.0, 9158.0, 9187.0, 9157.0, 9189.0, 9165.0, 9187.0, 9179.0, 9204.0, 9163.0, 9191.0, 9162.0, 9195.0, 9146.0, 9189.0, 9145.0, 9184.0, 9142.0, 9190.0, 9151.0, 9190.0, 9127.0, 9186.0, 9112.0, 9170.0, 9127.0, 9177.0, 9189.0, 9174.0, 9172.0, 9160.0, 9200.0, 9162.0, 9206.0, 9178.0, 9205.0, 9177.0, 9126.0, 9194.0, 9139.0, 9214.0, 9151.0, 9212.0, 9183.0, 9197.0, 9178.0, 9210.0, 9191.0, 9175.0, 9202.0, 9162.0, 9206.0, 9159.0, 9188.0, 9159.0, 9186.0, 9157.0, 9187.0, 9148.0, 9191.0, 9160.0, 9185.0, 9156.0, 9182.0, 9157.0, 9183.0, 9160.0, 9188.0, 9175.0, 9131.0, 9171.0, 9114.0, 9186.0, 9131.0, 9189.0, 9127.0, 9186.0, 9112.0, 9187.0, 9127.0, 9173.0, 9144.0, 9185.0, 9135.0, 9187.0, 9113.0, 9183.0, 9110.0, 9186.0, 9134.0, 9206.0, 9131.0, 9187.0, 9129.0, 9184.0, 9130.0, 9190.0, 9129.0, 9187.0, 9144.0, 9184.0, 9145.0, 9183.0, 9159.0, 9189.0, 9162.0, 9190.0, 9164.0, 9189.0, 9142.0, 9171.0, 9161.0, 9187.0, 9164.0, 9130.0, 9171.0, 9113.0, 9187.0, 9125.0, 9192.0, 9130.0, 9185.0, 9095.0, 9180.0, 9107.0, 9169.0, 9111.0, 9167.0, 9134.0, 9152.0, 9078.0, 9151.0, 9105.0, 9166.0, 9110.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.0003238550057537399</td></tr>
<tr><td colspan=3>aqi</td><td>0.015956598619102414</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.10451140153228</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2833411722811057</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0017246760483876</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>5158.0254</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07433039423525571</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3704133902540057</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3372571260936295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5563201208707604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.217662923797626</td></tr>
<tr><td colspan=3>gcor</td><td>0.00978439</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009047524072229862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028145264834165573</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.964330689556602</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>18.8861</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.3247</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.4087</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295593.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>775.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.9951</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7137</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.067</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3291.1278</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.9758</td></tr>
<tr><td colspan=3>tsnr</td><td>44.19944553193636</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>