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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-04/func/sub-0098_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7276e23159a57c46a09c7800c95cc067</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:5.287500</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.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881687</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7825, -7225, 227, -109, 77, -36, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>cb9d5b4d-db6d-49a8-9865-84446878f954||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.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['182905.287500', '182905.747500', '182906.207500', '182906.667500', '182907.127500', '182907.587500', '182908.047500', '182908.507500', '182908.967500', '182909.427500', '182909.887500', '182910.347500', '182910.807500', '182911.267500', '182911.727500', '182912.187500', '182912.647500', '182913.107500', '182913.567500', '182914.027500', '182914.487500', '182914.947500', '182915.407500', '182915.867500', '182916.327500', '182916.787500', '182917.247500', '182917.707500', '182918.167500', '182918.627500', '182919.087500', '182919.547500', '182920.007500', '182920.467500', '182920.927500', '182921.387500', '182921.847500', '182922.307500', '182922.767500', '182923.227500', '182923.687500', '182924.147500', '182924.607500', '182925.067500', '182925.527500', '182925.987500', '182926.447500', '182926.907500', '182927.367500', '182927.827500', '182928.287500', '182928.747500', '182929.207500', '182929.667500', '182930.127500', '182930.587500', '182931.047500', '182931.507500', '182931.967500', '182932.427500', '182932.887500', '182933.347500', '182933.807500', '182934.267500', '182934.727500', '182935.187500', '182935.647500', '182936.107500', '182936.567500', '182937.027500', '182937.487500', '182937.947500', '182938.407500', '182938.867500', '182939.327500', '182939.787500', '182940.247500', '182940.707500', '182941.167500', '182941.627500', '182942.087500', '182942.547500', '182943.007500', '182943.467500', '182943.927500', '182944.387500', '182944.847500', '182945.307500', '182945.767500', '182946.227500', '182946.687500', '182947.147500', '182947.607500', '182948.067500', '182948.527500', '182948.987500', '182949.447500', '182949.907500', '182950.367500', '182950.827500', '182951.287500', '182951.747500', '182952.207500', '182952.667500', '182953.127500', '182953.587500', '182954.047500', '182954.507500', '182954.967500', '182955.427500', '182955.887500', '182956.347500', '182956.807500', '182957.267500', '182957.727500', '182958.187500', '182958.647500', '182959.107500', '182959.567500', '183000.027500', '183000.487500', '183000.947500', '183001.407500', '183001.867500', '183002.327500', '183002.787500', '183003.247500', '183003.707500', '183004.167500', '183004.627500', '183005.087500', '183005.547500', '183006.007500', '183006.467500', '183006.927500', '183007.387500', '183007.847500', '183008.307500', '183008.767500', '183009.227500', '183009.687500', '183010.147500', '183010.607500', '183011.067500', '183011.527500', '183011.987500', '183012.447500', '183012.907500', '183013.367500', '183013.827500', '183014.287500', '183014.747500', '183015.207500', '183015.667500', '183016.127500', '183016.587500', '183017.047500', '183017.507500', '183017.967500', '183018.427500', '183018.887500', '183019.347500', '183019.807500', '183020.267500', '183020.727500', '183021.187500', '183021.647500', '183022.107500', '183022.567500', '183023.027500', '183023.487500', '183023.947500', '183024.407500', '183024.867500', '183025.327500', '183025.787500', '183026.247500', '183026.707500', '183027.167500', '183027.627500', '183028.087500', '183028.547500', '183029.007500', '183029.467500', '183029.927500', '183030.387500', '183030.847500', '183031.307500', '183031.767500', '183032.227500', '183032.687500', '183033.147500', '183033.607500', '183034.067500', '183034.527500', '183034.987500', '183035.447500', '183035.907500', '183036.367500', '183036.827500', '183037.287500', '183037.747500', '183038.207500', '183038.667500', '183039.127500', '183039.587500', '183040.047500', '183040.507500', '183040.967500', '183041.427500', '183041.887500', '183042.347500', '183042.807500', '183043.267500', '183043.727500', '183044.187500', '183044.647500', '183045.107500', '183045.567500', '183046.027500', '183046.487500', '183046.947500', '183047.407500', '183047.867500', '183048.327500', '183048.787500', '183049.247500', '183049.707500', '183050.167500', '183050.627500', '183051.087500', '183051.547500', '183052.007500', '183052.467500', '183052.927500', '183053.387500', '183053.847500', '183054.307500', '183054.767500', '183055.227500', '183055.687500', '183056.147500', '183056.607500', '183057.067500', '183057.527500', '183057.987500', '183058.447500', '183058.907500', '183059.367500', '183059.827500', '183100.287500', '183100.747500', '183101.207500', '183101.667500', '183102.127500', '183102.587500', '183103.047500', '183103.507500', '183103.967500', '183104.427500', '183104.887500', '183105.347500', '183105.807500', '183106.267500', '183106.727500', '183107.187500', '183107.647500', '183108.107500', '183108.567500', '183109.027500', '183109.487500', '183109.947500', '183110.407500', '183110.867500', '183111.327500', '183111.787500', '183112.247500', '183112.707500', '183113.167500', '183113.627500', '183114.087500', '183114.547500', '183115.007500', '183115.467500', '183115.927500', '183116.387500', '183116.847500', '183117.307500', '183117.767500', '183118.227500', '183118.687500', '183119.147500', '183119.607500', '183120.067500', '183120.527500', '183120.987500', '183121.447500', '183121.907500', '183122.367500', '183122.827500', '183123.287500', '183123.747500', '183124.207500', '183124.667500', '183125.127500', '183125.587500', '183126.047500', '183126.507500', '183126.967500', '183127.427500', '183127.887500', '183128.347500', '183128.807500', '183129.267500', '183129.727500', '183130.187500', '183130.647500', '183131.107500', '183131.567500', '183132.027500', '183132.487500', '183132.947500', '183133.407500', '183133.867500', '183134.327500', '183134.787500', '183135.247500', '183135.707500', '183136.167500', '183136.627500', '183137.087500', '183137.547500', '183138.007500', '183138.467500', '183138.927500', '183139.387500', '183139.847500', '183140.307500', '183140.767500', '183141.227500', '183141.687500', '183142.147500', '183142.607500', '183143.067500', '183143.527500', '183143.987500', '183144.447500', '183144.907500', '183145.367500', '183145.827500', '183146.287500', '183146.747500', '183147.207500', '183147.667500', '183148.127500', '183148.587500', '183149.047500', '183149.507500', '183149.967500', '183150.427500', '183150.887500', '183151.347500', '183151.807500', '183152.267500', '183152.727500', '183153.187500', '183153.647500', '183154.107500', '183154.567500', '183155.027500', '183155.487500', '183155.947500', '183156.407500', '183156.867500', '183157.327500', '183157.787500', '183158.247500', '183158.707500', '183159.167500', '183159.627500', '183200.087500', '183200.547500', '183201.007500', '183201.467500', '183201.927500', '183202.387500', '183202.847500', '183203.307500', '183203.767500', '183204.227500', '183204.687500', '183205.147500', '183205.607500', '183206.067500', '183206.527500', '183206.987500', '183207.447500', '183207.907500', '183208.367500', '183208.827500', '183209.287500', '183209.747500', '183210.207500', '183210.667500', '183211.127500', '183211.587500', '183212.047500', '183212.507500', '183212.967500', '183213.427500', '183213.887500', '183214.347500', '183214.807500', '183215.267500', '183215.727500', '183216.187500', '183216.647500', '183217.107500', '183217.567500', '183218.027500', '183218.487500', '183218.947500', '183219.407500', '183219.867500', '183220.327500', '183220.787500', '183221.247500', '183221.707500', '183222.167500', '183222.627500', '183223.087500', '183223.547500', '183224.007500', '183224.467500', '183224.927500', '183225.387500', '183225.847500', '183226.307500', '183226.767500', '183227.227500', '183227.687500', '183228.147500', '183228.607500', '183229.067500', '183229.527500', '183229.987500', '183230.447500', '183230.907500', '183231.367500', '183231.827500', '183232.287500', '183232.747500', '183233.207500', '183233.667500', '183234.127500', '183234.587500', '183235.047500', '183235.507500', '183235.967500', '183236.427500', '183236.887500', '183237.347500', '183237.807500', '183238.267500', '183238.727500', '183239.187500', '183239.647500', '183240.107500', '183240.567500', '183241.027500', '183241.487500', '183241.947500', '183242.407500', '183242.867500', '183243.327500', '183243.787500', '183244.247500', '183244.707500', '183245.167500', '183245.627500', '183246.087500', '183246.547500', '183247.007500', '183247.467500', '183247.927500', '183248.387500', '183248.847500', '183249.307500', '183249.767500', '183250.227500', '183250.687500', '183251.147500', '183251.607500', '183252.067500', '183252.527500', '183252.987500', '183253.447500', '183253.907500', '183254.367500', '183254.827500', '183255.287500', '183255.747500', '183256.207500', '183256.667500', '183257.127500', '183257.587500', '183258.047500', '183258.507500', '183258.967500', '183259.427500', '183259.887500', '183300.347500', '183300.807500', '183301.267500', '183301.727500', '183302.187500', '183302.647500', '183303.107500', '183303.567500', '183304.027500', '183304.487500', '183304.947500', '183305.407500', '183305.867500', '183306.327500', '183306.787500', '183307.247500', '183307.707500', '183308.167500', '183308.627500', '183309.087500', '183309.547500', '183310.007500', '183310.467500', '183310.927500', '183311.387500', '183311.847500', '183312.307500', '183312.767500', '183313.227500', '183313.687500', '183314.147500', '183314.607500', '183315.067500', '183315.527500', '183315.987500', '183316.447500', '183316.907500', '183317.367500', '183317.827500', '183318.287500', '183318.747500', '183319.207500', '183319.667500', '183320.127500', '183320.587500', '183321.047500', '183321.507500', '183321.967500', '183322.427500', '183322.887500', '183323.347500', '183323.807500', '183324.267500', '183324.727500', '183325.187500', '183325.647500', '183326.107500', '183326.567500', '183327.027500', '183327.487500', '183327.947500', '183328.407500', '183328.867500', '183329.327500', '183329.787500', '183330.247500', '183330.707500', '183331.167500', '183331.627500', '183332.087500', '183332.547500', '183333.007500', '183333.467500', '183333.927500', '183334.387500', '183334.847500', '183335.307500', '183335.767500', '183336.227500', '183336.687500', '183337.147500', '183337.607500', '183338.067500', '183338.527500', '183338.987500', '183339.447500', '183339.907500', '183340.367500', '183340.827500', '183341.287500', '183341.747500', '183342.207500', '183342.667500', '183343.127500', '183343.587500', '183344.047500', '183344.507500', '183344.967500', '183345.427500', '183345.887500', '183346.347500', '183346.807500', '183347.267500', '183347.727500', '183348.187500', '183348.647500', '183349.107500', '183349.567500', '183350.027500', '183350.487500', '183350.947500', '183351.407500', '183351.867500', '183352.327500', '183352.787500', '183353.247500', '183353.707500', '183354.167500', '183354.627500', '183355.087500', '183355.547500', '183356.007500', '183356.467500', '183356.927500', '183357.387500', '183357.847500', '183358.307500', '183358.767500', '183359.227500', '183359.687500', '183400.147500', '183400.607500', '183401.067500', '183401.527500', '183401.987500', '183402.447500', '183402.907500', '183403.367500', '183403.827500', '183404.287500', '183404.747500', '183405.207500', '183405.667500', '183406.127500', '183406.587500', '183407.047500', '183407.507500', '183407.967500', '183408.427500', '183408.887500', '183409.347500', '183409.807500', '183410.267500', '183410.727500', '183411.187500', '183411.647500', '183412.107500', '183412.567500', '183413.027500', '183413.487500', '183413.947500', '183414.407500', '183414.867500', '183415.327500', '183415.787500', '183416.247500', '183416.707500', '183417.167500', '183417.627500', '183418.087500', '183418.547500', '183419.007500', '183419.467500', '183419.927500', '183420.387500', '183420.847500', '183421.307500', '183421.767500', '183422.227500', '183422.687500', '183423.147500', '183423.607500', '183424.067500', '183424.527500', '183424.987500', '183425.447500', '183425.907500', '183426.367500', '183426.827500', '183427.287500', '183427.747500', '183428.207500', '183428.667500', '183429.127500', '183429.587500', '183430.047500', '183430.507500', '183430.967500', '183431.427500', '183431.887500', '183432.347500', '183432.807500', '183433.267500', '183433.727500', '183434.187500', '183434.647500', '183435.107500', '183435.567500', '183436.027500', '183436.487500', '183436.947500', '183437.407500', '183437.867500', '183438.327500', '183438.787500', '183439.247500', '183439.707500', '183440.167500', '183440.627500', '183441.087500', '183441.547500', '183442.007500', '183442.467500', '183442.927500', '183443.387500', '183443.847500', '183444.307500', '183444.767500', '183445.227500', '183445.687500', '183446.147500', '183446.607500', '183447.067500', '183447.527500', '183447.987500', '183448.447500', '183448.907500', '183449.367500', '183449.827500', '183450.287500', '183450.747500', '183451.207500', '183451.667500', '183452.127500', '183452.587500', '183453.047500', '183453.507500', '183453.967500', '183454.427500', '183454.887500', '183455.347500', '183455.807500', '183456.267500', '183456.727500', '183457.187500', '183457.647500', '183458.107500', '183458.567500', '183459.027500', '183459.487500', '183459.947500', '183500.407500', '183500.867500', '183501.327500', '183501.787500', '183502.247500', '183502.707500', '183503.167500', '183503.627500', '183504.087500', '183504.547500', '183505.007500', '183505.467500', '183505.927500', '183506.387500', '183506.847500', '183507.307500', '183507.767500', '183508.227500', '183508.687500', '183509.147500', '183509.607500', '183510.067500', '183510.527500', '183510.987500', '183511.447500', '183511.907500', '183512.367500', '183512.827500', '183513.287500', '183513.747500', '183514.207500', '183514.667500', '183515.127500', '183515.587500', '183516.047500', '183516.507500', '183516.967500', '183517.427500', '183517.887500', '183518.347500', '183518.807500', '183519.267500', '183519.727500', '183520.187500', '183520.647500', '183521.107500', '183521.567500', '183522.027500', '183522.487500', '183522.947500', '183523.407500', '183523.867500', '183524.327500', '183524.787500', '183525.247500', '183525.707500', '183526.167500', '183526.627500', '183527.087500', '183527.547500', '183528.007500', '183528.467500', '183528.927500', '183529.387500', '183529.847500', '183530.307500', '183530.767500', '183531.227500', '183531.687500', '183532.147500', '183532.607500', '183533.067500', '183533.527500', '183533.987500', '183534.447500', '183534.907500', '183535.367500', '183535.827500', '183536.287500', '183536.747500', '183537.207500', '183537.667500', '183538.127500', '183538.587500', '183539.047500', '183539.507500', '183539.967500', '183540.427500', '183540.887500', '183541.347500', '183541.807500', '183542.267500', '183542.727500', '183543.187500', '183543.647500', '183544.107500', '183544.567500', '183545.027500', '183545.487500', '183545.947500'], 'ContentTime': ['182917.526000', '182917.529000', '182917.532000', '182917.534000', '182917.537000', '182917.539000', '182917.547000', '182917.549000', '182917.552000', '182917.554000', '182917.557000', '182917.560000', '182917.562000', '182917.565000', '182917.567000', '182917.570000', '182917.577000', '182917.579000', '182917.582000', '182917.584000', '182917.587000', '182917.589000', '182917.592000', '182917.595000', '182917.597000', '182937.482000', '182937.489000', '182937.492000', '182937.495000', '182937.497000', '182937.500000', '182937.503000', '182937.505000', '182937.508000', '182937.510000', '182937.513000', '182937.515000', '182937.518000', '182937.520000', '182937.523000', '182937.525000', '182937.528000', '182937.531000', '182937.533000', '182937.536000', '182937.538000', '182937.541000', '182937.543000', '182937.546000', '182937.548000', '182937.551000', '182937.554000', '182937.556000', '182937.559000', '182937.561000', '182937.571000', '182937.574000', '182937.577000', '182937.579000', '182937.582000', '182937.584000', '182937.587000', '182937.589000', '182937.592000', '182937.595000', '182937.597000', '182937.600000', '182937.602000', '182957.481000', '182957.484000', '182957.487000', '182957.490000', '182957.492000', '182957.495000', '182957.497000', '182957.500000', '182957.503000', '182957.505000', '182957.508000', '182957.510000', '182957.513000', '182957.517000', '182957.520000', '182957.522000', '182957.525000', '182957.528000', '182957.530000', '182957.533000', '182957.535000', '182957.538000', '182957.540000', '182957.543000', '182957.545000', '182957.548000', '182957.550000', '182957.553000', '182957.555000', '182957.558000', '182957.561000', '182957.563000', '182957.566000', '182957.569000', '182957.571000', '182957.574000', '182957.576000', '182957.579000', '182957.582000', '182957.584000', '182957.587000', '182957.590000', '182957.592000', '182957.595000', '183017.482000', '183017.485000', '183017.487000', '183017.490000', '183017.493000', '183017.495000', '183017.498000', '183017.500000', '183017.503000', '183017.505000', '183017.508000', '183017.511000', '183017.513000', '183017.516000', '183017.561000', '183017.564000', '183017.567000', '183017.569000', '183017.572000', '183017.574000', '183017.577000', '183017.579000', '183017.582000', '183017.585000', '183017.587000', '183017.590000', '183017.592000', '183017.595000', '183017.597000', '183017.600000', '183017.603000', '183017.605000', '183017.608000', '183017.610000', '183017.613000', '183017.616000', '183017.618000', '183017.621000', '183017.623000', '183017.626000', '183017.629000', '183017.631000', '183017.634000', '183037.482000', '183037.484000', '183037.487000', '183037.490000', '183037.493000', '183037.496000', '183037.498000', '183037.501000', '183037.504000', '183037.506000', '183037.509000', '183037.511000', '183037.514000', '183037.516000', '183037.519000', '183037.522000', '183037.524000', '183037.527000', '183037.530000', '183037.532000', '183037.535000', '183037.537000', '183037.540000', '183037.542000', '183037.545000', '183037.547000', '183037.550000', '183037.553000', '183037.555000', '183037.558000', '183037.561000', '183037.563000', '183037.566000', '183037.568000', '183037.571000', '183037.574000', '183037.576000', '183037.579000', '183037.581000', '183037.584000', '183037.586000', '183037.589000', '183037.592000', '183057.482000', '183057.484000', '183057.487000', '183057.490000', '183057.492000', '183057.495000', '183057.497000', '183057.500000', '183057.502000', '183057.505000', '183057.508000', '183057.510000', '183057.513000', '183057.516000', '183057.518000', '183057.521000', '183057.523000', '183057.526000', '183057.529000', '183057.531000', '183057.534000', '183057.536000', '183057.539000', '183057.541000', '183057.544000', '183057.547000', '183057.549000', '183057.552000', '183057.554000', '183057.557000', '183057.560000', '183057.562000', '183057.565000', '183057.567000', '183057.570000', '183057.573000', '183057.575000', '183057.578000', '183057.580000', '183057.583000', '183057.586000', '183057.589000', '183057.591000', '183057.594000', '183117.482000', '183117.485000', '183117.488000', '183117.491000', '183117.493000', '183117.496000', '183117.498000', '183117.501000', '183117.504000', '183117.506000', '183117.509000', '183117.512000', '183117.514000', '183117.517000', '183117.520000', '183117.522000', '183117.525000', '183117.527000', '183117.530000', '183117.532000', '183117.535000', '183117.538000', '183117.540000', '183117.543000', '183117.545000', '183117.548000', '183117.551000', '183117.554000', '183117.557000', '183117.560000', '183117.562000', '183117.565000', '183117.567000', '183117.570000', '183117.572000', '183117.575000', '183117.578000', '183117.580000', '183117.583000', '183117.585000', '183117.588000', '183117.591000', '183117.593000', '183137.482000', '183137.485000', '183137.488000', '183137.490000', '183137.493000', '183137.496000', '183137.498000', '183137.501000', '183137.503000', '183137.506000', '183137.509000', '183137.511000', '183137.514000', '183137.517000', '183137.519000', '183137.522000', '183137.524000', '183137.527000', '183137.530000', '183137.532000', '183137.535000', '183137.537000', '183137.540000', '183137.543000', '183137.545000', '183137.548000', '183137.550000', '183137.553000', '183137.556000', '183137.558000', '183137.561000', '183137.564000', '183137.566000', '183137.569000', '183137.571000', '183137.574000', '183137.577000', '183137.579000', '183137.582000', '183137.584000', '183137.587000', '183137.590000', '183137.592000', '183137.595000', '183157.482000', '183157.485000', '183157.488000', '183157.491000', '183157.493000', '183157.496000', '183157.498000', '183157.501000', '183157.503000', '183157.506000', '183157.520000', '183157.523000', '183157.525000', '183157.528000', '183157.531000', '183157.533000', '183157.536000', '183157.538000', '183157.541000', '183157.543000', '183157.546000', '183157.549000', '183157.552000', '183157.554000', '183157.557000', '183157.560000', '183157.562000', '183157.565000', '183157.568000', '183157.570000', '183157.573000', '183157.575000', '183157.578000', '183157.581000', '183157.583000', '183157.586000', '183157.588000', '183157.591000', '183157.593000', '183157.596000', '183157.599000', '183157.601000', '183157.604000', '183217.481000', '183217.484000', '183217.487000', '183217.490000', '183217.492000', '183217.495000', '183217.497000', '183217.500000', '183217.503000', '183217.505000', '183217.508000', '183217.511000', '183217.513000', '183217.516000', '183217.518000', '183217.521000', '183217.524000', '183217.526000', '183217.529000', '183217.531000', '183217.534000', '183217.536000', '183217.539000', '183217.542000', '183217.544000', '183217.547000', '183217.550000', '183217.552000', '183217.555000', '183217.557000', '183217.560000', '183217.563000', '183217.565000', '183217.568000', '183217.570000', '183217.573000', '183217.575000', '183217.578000', '183217.581000', '183217.583000', '183217.586000', '183217.589000', '183217.591000', '183217.594000', '183237.482000', '183237.485000', '183237.487000', '183237.490000', '183237.492000', '183237.495000', '183237.497000', '183237.500000', '183237.503000', '183237.505000', '183237.508000', '183237.511000', '183237.513000', '183237.516000', '183237.518000', '183237.521000', '183237.524000', '183237.526000', '183237.529000', '183237.531000', '183237.534000', '183237.537000', '183237.539000', '183237.542000', '183237.544000', '183237.547000', '183237.550000', '183237.552000', '183237.555000', '183237.558000', '183237.560000', '183237.563000', '183237.565000', '183237.568000', '183237.571000', '183237.573000', '183237.576000', '183237.579000', '183237.581000', '183237.584000', '183237.586000', '183237.589000', '183237.591000', '183257.482000', '183257.484000', '183257.487000', '183257.490000', '183257.492000', '183257.495000', '183257.497000', '183257.500000', '183257.503000', '183257.505000', '183257.508000', '183257.511000', '183257.513000', '183257.516000', '183257.518000', '183257.521000', '183257.524000', '183257.526000', '183257.529000', '183257.532000', '183257.534000', '183257.537000', '183257.539000', '183257.542000', '183257.545000', '183257.547000', '183257.550000', '183257.553000', '183257.555000', '183257.558000', '183257.560000', '183257.563000', '183257.566000', '183257.568000', '183257.571000', '183257.574000', '183257.576000', '183257.579000', '183257.582000', '183257.584000', '183257.587000', '183257.589000', '183257.592000', '183257.595000', '183317.482000', '183317.484000', '183317.487000', '183317.490000', '183317.492000', '183317.495000', '183317.498000', '183317.500000', '183317.503000', '183317.506000', '183317.508000', '183317.511000', '183317.514000', '183317.516000', '183317.519000', '183317.521000', '183317.524000', '183317.527000', '183317.529000', '183317.532000', '183317.534000', '183317.537000', '183317.540000', '183317.542000', '183317.545000', '183317.547000', '183317.550000', '183317.553000', '183317.555000', '183317.558000', '183317.560000', '183317.564000', '183317.567000', '183317.569000', '183317.572000', '183317.586000', '183317.588000', '183317.591000', '183317.593000', '183317.596000', '183317.599000', '183317.602000', '183317.604000', '183337.482000', '183337.485000', '183337.488000', '183337.491000', '183337.493000', '183337.496000', '183337.498000', '183337.501000', '183337.504000', '183337.506000', '183337.509000', '183337.511000', '183337.514000', '183337.517000', '183337.519000', '183337.522000', '183337.524000', '183337.527000', '183337.530000', '183337.532000', '183337.535000', '183337.537000', '183337.540000', '183337.543000', '183337.545000', '183337.548000', '183337.550000', '183337.554000', '183337.557000', '183337.559000', '183337.562000', '183337.565000', '183337.568000', '183337.570000', '183337.573000', '183337.576000', '183337.578000', '183337.581000', '183337.583000', '183337.586000', '183337.589000', '183337.591000', '183337.594000', '183337.597000', '183357.483000', '183357.486000', '183357.488000', '183357.491000', '183357.493000', '183357.496000', '183357.499000', '183357.501000', '183357.504000', '183357.506000', '183357.509000', '183357.512000', '183357.514000', '183357.517000', '183357.520000', '183357.522000', '183357.525000', '183357.527000', '183357.530000', '183357.533000', '183357.535000', '183357.538000', '183357.540000', '183357.543000', '183357.546000', '183357.548000', '183357.551000', '183357.553000', '183357.556000', '183357.559000', '183357.561000', '183357.564000', '183357.566000', '183357.569000', '183357.572000', '183357.574000', '183357.577000', '183357.580000', '183357.582000', '183357.585000', '183357.588000', '183357.590000', '183357.593000', '183417.483000', '183417.486000', '183417.488000', '183417.491000', '183417.493000', '183417.496000', '183417.499000', '183417.501000', '183417.504000', '183417.507000', '183417.509000', '183417.512000', '183417.514000', '183417.517000', '183417.520000', '183417.522000', '183417.525000', '183417.527000', '183417.530000', '183417.533000', '183417.535000', '183417.538000', '183417.541000', '183417.543000', '183417.546000', '183417.549000', '183417.551000', '183417.554000', '183417.556000', '183417.559000', '183417.562000', '183417.564000', '183417.567000', '183417.569000', '183417.572000', '183417.575000', '183417.577000', '183417.580000', '183417.583000', '183417.585000', '183417.588000', '183417.590000', '183417.593000', '183417.595000', '183437.481000', '183437.484000', '183437.487000', '183437.490000', '183437.492000', '183437.495000', '183437.498000', '183437.500000', '183437.503000', '183437.505000', '183437.508000', '183437.511000', '183437.513000', '183437.516000', '183437.518000', '183437.521000', '183437.524000', '183437.526000', '183437.529000', '183437.531000', '183437.534000', '183437.537000', '183437.539000', '183437.542000', '183437.544000', '183437.547000', '183437.550000', '183437.552000', '183437.555000', '183437.557000', '183437.560000', '183437.562000', '183437.565000', '183437.568000', '183437.570000', '183437.573000', '183437.575000', '183437.578000', '183437.581000', '183437.583000', '183437.586000', '183437.598000', '183437.601000', '183457.482000', '183457.484000', '183457.487000', '183457.498000', '183457.501000', '183457.503000', '183457.506000', '183457.509000', '183457.511000', '183457.514000', '183457.517000', '183457.519000', '183457.522000', '183457.524000', '183457.527000', '183457.530000', '183457.532000', '183457.535000', '183457.538000', '183457.540000', '183457.543000', '183457.546000', '183457.548000', '183457.551000', '183457.554000', '183457.556000', '183457.559000', '183457.562000', '183457.564000', '183457.567000', '183457.570000', '183457.572000', '183457.575000', '183457.578000', '183457.580000', '183457.583000', '183457.585000', '183457.588000', '183457.591000', '183457.593000', '183457.596000', '183457.598000', '183457.601000', '183457.604000', '183517.481000', '183517.484000', '183517.487000', '183517.490000', '183517.492000', '183517.495000', '183517.498000', '183517.500000', '183517.503000', '183517.506000', '183517.508000', '183517.511000', '183517.513000', '183517.516000', '183517.519000', '183517.521000', '183517.524000', '183517.526000', '183517.529000', '183517.532000', '183517.534000', '183517.537000', '183517.539000', '183517.542000', '183517.545000', '183517.547000', '183517.550000', '183517.552000', '183517.555000', '183517.558000', '183517.560000', '183517.564000', '183517.566000', '183517.569000', '183517.571000', '183517.574000', '183517.577000', '183517.580000', '183517.582000', '183517.585000', '183517.588000', '183517.590000', '183517.593000', '183537.481000', '183537.484000', '183537.487000', '183537.490000', '183537.492000', '183537.495000', '183537.498000', '183537.500000', '183537.503000', '183537.505000', '183537.508000', '183537.511000', '183537.513000', '183537.516000', '183537.518000', '183537.521000', '183537.524000', '183537.526000', '183537.529000', '183537.531000', '183537.534000', '183537.537000', '183537.539000', '183537.542000', '183537.544000', '183537.547000', '183537.550000', '183537.552000', '183537.556000', '183537.558000', '183537.561000', '183537.564000', '183537.567000', '183537.569000', '183537.572000', '183537.574000', '183537.577000', '183537.580000', '183537.583000', '183537.585000', '183537.588000', '183537.590000', '183537.593000', '183537.596000', '183547.062000', '183547.065000', '183547.068000', '183547.071000', '183547.074000', '183547.076000', '183547.079000', '183547.081000', '183547.084000', '183547.087000', '183547.089000', '183547.092000', '183547.095000', '183547.098000', '183547.101000', '183547.104000', '183547.106000', '183547.109000', '183547.112000', '183547.114000', '183547.117000'], 'InstanceCreationTime': ['182917.526000', '182917.529000', '182917.532000', '182917.534000', '182917.537000', '182917.539000', '182917.547000', '182917.549000', '182917.552000', '182917.554000', '182917.557000', '182917.560000', '182917.562000', '182917.565000', '182917.567000', '182917.570000', '182917.577000', '182917.579000', '182917.582000', '182917.584000', '182917.587000', '182917.589000', '182917.592000', '182917.595000', '182917.597000', '182937.482000', '182937.489000', '182937.492000', '182937.495000', '182937.497000', '182937.500000', '182937.503000', '182937.505000', '182937.508000', '182937.510000', '182937.513000', '182937.515000', '182937.518000', '182937.520000', '182937.523000', '182937.525000', '182937.528000', '182937.531000', '182937.533000', '182937.536000', '182937.538000', '182937.541000', '182937.543000', '182937.546000', '182937.548000', '182937.551000', '182937.554000', '182937.556000', '182937.559000', '182937.561000', '182937.571000', '182937.574000', '182937.577000', '182937.579000', '182937.582000', '182937.584000', '182937.587000', '182937.589000', '182937.592000', '182937.595000', '182937.597000', '182937.600000', '182937.602000', '182957.481000', '182957.484000', '182957.487000', '182957.490000', '182957.492000', '182957.495000', '182957.497000', '182957.500000', '182957.503000', '182957.505000', '182957.508000', '182957.510000', '182957.513000', '182957.517000', '182957.520000', '182957.522000', '182957.525000', '182957.528000', '182957.530000', '182957.533000', '182957.535000', '182957.538000', '182957.540000', '182957.543000', '182957.545000', '182957.548000', '182957.550000', '182957.553000', '182957.555000', '182957.558000', '182957.561000', '182957.563000', '182957.566000', '182957.569000', '182957.571000', '182957.574000', '182957.576000', '182957.579000', '182957.582000', '182957.584000', '182957.587000', '182957.590000', '182957.592000', '182957.595000', '183017.482000', '183017.485000', '183017.487000', '183017.490000', '183017.493000', '183017.495000', '183017.498000', '183017.500000', '183017.503000', '183017.505000', '183017.508000', '183017.511000', '183017.513000', '183017.516000', '183017.561000', '183017.564000', '183017.567000', '183017.569000', '183017.572000', '183017.574000', '183017.577000', '183017.579000', '183017.582000', '183017.585000', '183017.587000', '183017.590000', '183017.592000', '183017.595000', '183017.597000', '183017.600000', '183017.603000', '183017.605000', '183017.608000', '183017.610000', '183017.613000', '183017.616000', '183017.618000', '183017.621000', '183017.623000', '183017.626000', '183017.629000', '183017.631000', '183017.634000', '183037.482000', '183037.484000', '183037.487000', '183037.490000', '183037.493000', '183037.496000', '183037.498000', '183037.501000', '183037.504000', '183037.506000', '183037.509000', '183037.511000', '183037.514000', '183037.516000', '183037.519000', '183037.522000', '183037.524000', '183037.527000', '183037.530000', '183037.532000', '183037.535000', '183037.537000', '183037.540000', '183037.542000', '183037.545000', '183037.547000', '183037.550000', '183037.553000', '183037.555000', '183037.558000', '183037.561000', '183037.563000', '183037.566000', '183037.568000', '183037.571000', '183037.574000', '183037.576000', '183037.579000', '183037.581000', '183037.584000', '183037.586000', '183037.589000', '183037.592000', '183057.482000', '183057.484000', '183057.487000', '183057.490000', '183057.492000', '183057.495000', '183057.497000', '183057.500000', '183057.502000', '183057.505000', '183057.508000', '183057.510000', '183057.513000', '183057.516000', '183057.518000', '183057.521000', '183057.523000', '183057.526000', '183057.529000', '183057.531000', '183057.534000', '183057.536000', '183057.539000', '183057.541000', '183057.544000', '183057.547000', '183057.549000', '183057.552000', '183057.554000', '183057.557000', '183057.560000', '183057.562000', '183057.565000', '183057.567000', '183057.570000', '183057.573000', '183057.575000', '183057.578000', '183057.580000', '183057.583000', '183057.586000', '183057.589000', '183057.591000', '183057.594000', '183117.482000', '183117.485000', '183117.488000', '183117.491000', '183117.493000', '183117.496000', '183117.498000', '183117.501000', '183117.504000', '183117.506000', '183117.509000', '183117.512000', '183117.514000', '183117.517000', '183117.520000', '183117.522000', '183117.525000', '183117.527000', '183117.530000', '183117.532000', '183117.535000', '183117.538000', '183117.540000', '183117.543000', '183117.545000', '183117.548000', '183117.551000', '183117.554000', '183117.557000', '183117.560000', '183117.562000', '183117.565000', '183117.567000', '183117.570000', '183117.572000', '183117.575000', '183117.578000', '183117.580000', '183117.583000', '183117.585000', '183117.588000', '183117.591000', '183117.593000', '183137.482000', '183137.485000', '183137.488000', '183137.490000', '183137.493000', '183137.496000', '183137.498000', '183137.501000', '183137.503000', '183137.506000', '183137.509000', '183137.511000', '183137.514000', '183137.517000', '183137.519000', '183137.522000', '183137.524000', '183137.527000', '183137.530000', '183137.532000', '183137.535000', '183137.537000', '183137.540000', '183137.543000', '183137.545000', '183137.548000', '183137.550000', '183137.553000', '183137.556000', '183137.558000', '183137.561000', '183137.564000', '183137.566000', '183137.569000', '183137.571000', '183137.574000', '183137.577000', '183137.579000', '183137.582000', '183137.584000', '183137.587000', '183137.590000', '183137.592000', '183137.595000', '183157.482000', '183157.485000', '183157.488000', '183157.491000', '183157.493000', '183157.496000', '183157.498000', '183157.501000', '183157.503000', '183157.506000', '183157.520000', '183157.523000', '183157.525000', '183157.528000', '183157.531000', '183157.533000', '183157.536000', '183157.538000', '183157.541000', '183157.543000', '183157.546000', '183157.549000', '183157.552000', '183157.554000', '183157.557000', '183157.560000', '183157.562000', '183157.565000', '183157.568000', '183157.570000', '183157.573000', '183157.575000', '183157.578000', '183157.581000', '183157.583000', '183157.586000', '183157.588000', '183157.591000', '183157.593000', '183157.596000', '183157.599000', '183157.601000', '183157.604000', '183217.481000', '183217.484000', '183217.487000', '183217.490000', '183217.492000', '183217.495000', '183217.497000', '183217.500000', '183217.503000', '183217.505000', '183217.508000', '183217.511000', '183217.513000', '183217.516000', '183217.518000', '183217.521000', '183217.524000', '183217.526000', '183217.529000', '183217.531000', '183217.534000', '183217.536000', '183217.539000', '183217.542000', '183217.544000', '183217.547000', '183217.550000', '183217.552000', '183217.555000', '183217.557000', '183217.560000', '183217.563000', '183217.565000', '183217.568000', '183217.570000', '183217.573000', '183217.575000', '183217.578000', '183217.581000', '183217.583000', '183217.586000', '183217.589000', '183217.591000', '183217.594000', '183237.482000', '183237.485000', '183237.487000', '183237.490000', '183237.492000', '183237.495000', '183237.497000', '183237.500000', '183237.503000', '183237.505000', '183237.508000', '183237.511000', '183237.513000', '183237.516000', '183237.518000', '183237.521000', '183237.524000', '183237.526000', '183237.529000', '183237.531000', '183237.534000', '183237.537000', '183237.539000', '183237.542000', '183237.544000', '183237.547000', '183237.550000', '183237.552000', '183237.555000', '183237.558000', '183237.560000', '183237.563000', '183237.565000', '183237.568000', '183237.571000', '183237.573000', '183237.576000', '183237.579000', '183237.581000', '183237.584000', '183237.586000', '183237.589000', '183237.591000', '183257.482000', '183257.484000', '183257.487000', '183257.490000', '183257.492000', '183257.495000', '183257.497000', '183257.500000', '183257.503000', '183257.505000', '183257.508000', '183257.511000', '183257.513000', '183257.516000', '183257.518000', '183257.521000', '183257.524000', '183257.526000', '183257.529000', '183257.532000', '183257.534000', '183257.537000', '183257.539000', '183257.542000', '183257.545000', '183257.547000', '183257.550000', '183257.553000', '183257.555000', '183257.558000', '183257.560000', '183257.563000', '183257.566000', '183257.568000', '183257.571000', '183257.574000', '183257.576000', '183257.579000', '183257.582000', '183257.584000', '183257.587000', '183257.589000', '183257.592000', '183257.595000', '183317.482000', '183317.484000', '183317.487000', '183317.490000', '183317.492000', '183317.495000', '183317.498000', '183317.500000', '183317.503000', '183317.506000', '183317.508000', '183317.511000', '183317.514000', '183317.516000', '183317.519000', '183317.521000', '183317.524000', '183317.527000', '183317.529000', '183317.532000', '183317.534000', '183317.537000', '183317.540000', '183317.542000', '183317.545000', '183317.547000', '183317.550000', '183317.553000', '183317.555000', '183317.558000', '183317.560000', '183317.564000', '183317.567000', '183317.569000', '183317.572000', '183317.586000', '183317.588000', '183317.591000', '183317.593000', '183317.596000', '183317.599000', '183317.602000', '183317.604000', '183337.482000', '183337.485000', '183337.488000', '183337.491000', '183337.493000', '183337.496000', '183337.498000', '183337.501000', '183337.504000', '183337.506000', '183337.509000', '183337.511000', '183337.514000', '183337.517000', '183337.519000', '183337.522000', '183337.524000', '183337.527000', '183337.530000', '183337.532000', '183337.535000', '183337.537000', '183337.540000', '183337.543000', '183337.545000', '183337.548000', '183337.550000', '183337.554000', '183337.557000', '183337.559000', '183337.562000', '183337.565000', '183337.568000', '183337.570000', '183337.573000', '183337.576000', '183337.578000', '183337.581000', '183337.583000', '183337.586000', '183337.589000', '183337.591000', '183337.594000', '183337.597000', '183357.483000', '183357.486000', '183357.488000', '183357.491000', '183357.493000', '183357.496000', '183357.499000', '183357.501000', '183357.504000', '183357.506000', '183357.509000', '183357.512000', '183357.514000', '183357.517000', '183357.520000', '183357.522000', '183357.525000', '183357.527000', '183357.530000', '183357.533000', '183357.535000', '183357.538000', '183357.540000', '183357.543000', '183357.546000', '183357.548000', '183357.551000', '183357.553000', '183357.556000', '183357.559000', '183357.561000', '183357.564000', '183357.566000', '183357.569000', '183357.572000', '183357.574000', '183357.577000', '183357.580000', '183357.582000', '183357.585000', '183357.588000', '183357.590000', '183357.593000', '183417.483000', '183417.486000', '183417.488000', '183417.491000', '183417.493000', '183417.496000', '183417.499000', '183417.501000', '183417.504000', '183417.507000', '183417.509000', '183417.512000', '183417.514000', '183417.517000', '183417.520000', '183417.522000', '183417.525000', '183417.527000', '183417.530000', '183417.533000', '183417.535000', '183417.538000', '183417.541000', '183417.543000', '183417.546000', '183417.549000', '183417.551000', '183417.554000', '183417.556000', '183417.559000', '183417.562000', '183417.564000', '183417.567000', '183417.569000', '183417.572000', '183417.575000', '183417.577000', '183417.580000', '183417.583000', '183417.585000', '183417.588000', '183417.590000', '183417.593000', '183417.595000', '183437.481000', '183437.484000', '183437.487000', '183437.490000', '183437.492000', '183437.495000', '183437.498000', '183437.500000', '183437.503000', '183437.505000', '183437.508000', '183437.511000', '183437.513000', '183437.516000', '183437.518000', '183437.521000', '183437.524000', '183437.526000', '183437.529000', '183437.531000', '183437.534000', '183437.537000', '183437.539000', '183437.542000', '183437.544000', '183437.547000', '183437.550000', '183437.552000', '183437.555000', '183437.557000', '183437.560000', '183437.562000', '183437.565000', '183437.568000', '183437.570000', '183437.573000', '183437.575000', '183437.578000', '183437.581000', '183437.583000', '183437.586000', '183437.598000', '183437.601000', '183457.482000', '183457.484000', '183457.487000', '183457.498000', '183457.501000', '183457.503000', '183457.506000', '183457.509000', '183457.511000', '183457.514000', '183457.517000', '183457.519000', '183457.522000', '183457.524000', '183457.527000', '183457.530000', '183457.532000', '183457.535000', '183457.538000', '183457.540000', '183457.543000', '183457.546000', '183457.548000', '183457.551000', '183457.554000', '183457.556000', '183457.559000', '183457.562000', '183457.564000', '183457.567000', '183457.570000', '183457.572000', '183457.575000', '183457.578000', '183457.580000', '183457.583000', '183457.585000', '183457.588000', '183457.591000', '183457.593000', '183457.596000', '183457.598000', '183457.601000', '183457.604000', '183517.481000', '183517.484000', '183517.487000', '183517.490000', '183517.492000', '183517.495000', '183517.498000', '183517.500000', '183517.503000', '183517.506000', '183517.508000', '183517.511000', '183517.513000', '183517.516000', '183517.519000', '183517.521000', '183517.524000', '183517.526000', '183517.529000', '183517.532000', '183517.534000', '183517.537000', '183517.539000', '183517.542000', '183517.545000', '183517.547000', '183517.550000', '183517.552000', '183517.555000', '183517.558000', '183517.560000', '183517.564000', '183517.566000', '183517.569000', '183517.571000', '183517.574000', '183517.577000', '183517.580000', '183517.582000', '183517.585000', '183517.588000', '183517.590000', '183517.593000', '183537.481000', '183537.484000', '183537.487000', '183537.490000', '183537.492000', '183537.495000', '183537.498000', '183537.500000', '183537.503000', '183537.505000', '183537.508000', '183537.511000', '183537.513000', '183537.516000', '183537.518000', '183537.521000', '183537.524000', '183537.526000', '183537.529000', '183537.531000', '183537.534000', '183537.537000', '183537.539000', '183537.542000', '183537.544000', '183537.547000', '183537.550000', '183537.552000', '183537.556000', '183537.558000', '183537.561000', '183537.564000', '183537.567000', '183537.569000', '183537.572000', '183537.574000', '183537.577000', '183537.580000', '183537.583000', '183537.585000', '183537.588000', '183537.590000', '183537.593000', '183537.596000', '183547.062000', '183547.065000', '183547.068000', '183547.071000', '183547.074000', '183547.076000', '183547.079000', '183547.081000', '183547.084000', '183547.087000', '183547.089000', '183547.092000', '183547.095000', '183547.098000', '183547.101000', '183547.104000', '183547.106000', '183547.109000', '183547.112000', '183547.114000', '183547.117000'], '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': [14066, 14619, 14195, 10611, 13015, 12605, 9074, 13257, 8435, 14757, 11880, 12005, 12777, 7975, 13453, 11759, 13901, 12689, 8481, 12996, 8824, 13565, 9187, 13244, 11707, 8934, 12973, 8389, 15107, 11487, 8164, 12188, 10157, 16930, 12165, 8527, 11866, 8331, 12845, 9396, 14544, 11695, 15628, 12297, 12887, 11760, 10336, 11163, 7857, 11562, 11660, 13129, 13218, 11630, 10935, 9322, 7960, 11562, 9321, 10224, 10946, 11835, 13239, 13131, 12670, 10364, 12822, 8361, 13636, 10053, 14226, 9709, 12230, 10665, 8585, 12355, 9083, 11445, 8410, 10672, 9916, 8056, 9305, 9263, 11615, 11427, 11373, 13707, 11555, 15357, 10569, 14230, 10634, 16715, 10705, 16496, 11339, 9206, 11035, 8713, 12501, 10282, 9355, 11090, 9116, 13783, 12745, 8634, 12813, 11234, 14746, 12612, 8724, 12110, 8835, 12169, 8756, 14310, 9641, 14827, 12250, 14801, 12411, 11487, 12670, 8918, 12920, 8974, 12961, 10618, 13335, 8437, 12657, 8613, 12588, 8904, 12854, 7950, 12240, 8472, 12304, 8839, 12878, 8542, 12627, 8514, 12628, 8957, 13344, 8368, 13267, 8454, 13538, 8995, 13970, 8536, 13770, 8329, 13788, 9329, 13896, 8416, 12884, 8103, 12972, 11646, 9200, 15921, 12205, 8340, 13012, 8741, 13971, 15697, 13973, 15619, 12490, 16461, 12928, 15932, 10968, 15235, 9799, 13681, 12703, 13112, 15892, 12886, 15063, 11721, 13537, 9636, 14210, 10474, 13416, 10847, 13183, 10978, 14172, 10996, 13804, 9407, 13326, 8707, 13212, 9617, 13838, 8730, 13274, 11378, 12904, 13811, 12596, 10346, 12384, 8698, 12591, 8526, 13897, 8807, 13465, 10980, 13054, 10442, 8284, 12299, 10823, 8215, 11598, 10167, 14946, 11047, 14734, 11097, 14631, 11149, 13287, 8278, 11584, 8363, 11678, 10291, 12863, 8750, 11397, 8927, 11773, 9021, 13300, 9681, 12993, 9645, 12241, 10279, 13912, 10981, 10062, 12331, 8775, 12848, 8802, 12751, 9885, 13653, 13123, 12554, 15355, 11717, 14939, 12234, 14581, 10990, 12791, 10040, 11930, 8868, 13226, 9039, 12211, 8766, 12330, 15539, 12048, 13993, 12088, 13388, 11039, 12215, 10544, 13175, 11206, 12785, 10760, 12179, 10555, 12395, 9563, 12246, 8591, 12126, 14665, 12248, 14852, 11630, 13285, 9267, 14409, 9334, 12437, 16151, 12058, 15145, 11720, 14197, 10662, 13945, 10516, 13561, 10436, 13095, 9854, 14407, 10755, 13858, 10674, 13528, 9462, 13564, 9049, 13634, 11682, 12471, 13468, 12008, 15541, 11998, 14788, 12522, 13239, 9099, 7703, 8249, 8151, 7462, 10315, 7910, 9675, 10260, 7932, 11620, 7557, 11953, 8147, 12397, 12332, 12389, 9645, 15667, 10221, 12935, 11001, 8567, 10845, 8181, 11908, 9748, 16004, 11206, 9594, 11187, 9352, 8457, 11685, 9977, 8234, 11519, 9594, 8093, 11752, 10157, 10843, 11985, 8907, 11208, 8472, 11524, 9101, 12583, 11414, 13624, 14755, 11935, 9551, 10893, 8210, 10979, 8525, 12223, 9748, 11669, 7995, 8633, 12392, 9512, 12361, 10137, 12832, 10271, 8289, 11707, 7858, 11034, 9756, 8103, 11431, 10139, 11648, 11659, 8396, 13290, 10873, 16019, 11312, 14670, 11579, 15121, 11598, 15938, 11732, 13101, 10081, 13212, 13672, 13439, 11977, 12834, 9044, 12466, 8435, 11296, 8632, 12364, 9257, 13706, 10969, 8184, 11621, 8405, 13995, 10794, 8286, 11430, 10202, 8338, 12715, 10324, 11875, 14028, 12777, 13667, 13143, 9239, 11388, 10742, 8736, 12189, 10545, 12798, 12681, 12970, 13454, 12795, 13632, 12552, 13146, 12390, 9582, 12157, 9349, 12793, 10064, 12475, 11440, 12121, 14330, 11193, 14364, 11255, 13620, 10281, 12717, 8692, 11914, 8590, 11861, 8550, 11651, 8475, 11445, 8462, 11319, 9220, 11535, 8248, 11509, 8054, 10618, 8911, 10801, 10366, 12200, 10394, 11896, 10596, 12493, 11200, 12571, 10427, 8706, 10923, 8538, 10740, 10322, 9062, 10700, 12787, 8397, 12293, 10073, 12692, 9255, 13625, 12410, 16171, 12039, 17927, 13857, 16408, 11757, 14183, 16057, 13360, 17275, 13461, 15872, 10981, 13484, 11024, 14997, 11322, 9793, 10990, 8435, 11044, 8679, 11898, 8868, 11574, 8835, 11352, 8484, 11611, 9111, 11191, 9597, 8546, 10666, 8692, 10766, 12070, 8719, 12976, 11093, 11202, 11883, 8787, 13438, 11198, 13645, 11127, 8025, 11527, 7951, 10521, 8109, 10911, 9826, 12214, 10519, 12325, 11445, 12773, 8359, 9758, 11003, 14902, 13091, 9501, 12811, 8832, 11306, 9846, 13144, 10098, 12849, 10271, 9499, 10467, 10897, 10617, 8630, 11182, 8793, 10880, 8161, 10103, 9449, 9347, 9706, 8853, 10986, 10070, 11725, 8445, 11566, 11302, 11367, 14817, 11599, 13076, 10968, 14842, 11565, 13646, 11055, 13921, 11006, 14648, 13931, 12875, 13966, 9690, 13593, 10608, 14130, 11337, 14476, 10911, 14727, 11156, 15709, 11976, 12976, 12278, 9986, 11905, 10365, 12135, 9663, 13218, 8826, 11611, 10091, 11761, 9368, 7962, 12582, 10270, 9161, 14726, 10887, 15466, 10544, 12064, 11205, 13249, 13802, 9921, 12322, 9102, 12840, 9264, 12442, 10218, 15007, 10905, 9680, 13440, 11378, 8593, 12244, 10402, 15858, 11784, 13668, 11730, 16051, 12454, 17129, 11646, 14874, 11879, 15060, 10387, 14874, 9886, 12908, 9735, 11953, 11767, 12405, 9189, 10945, 9102, 11139, 10624, 12538, 9729, 11300, 10516, 11462, 11329, 11122, 10959, 11561, 9289, 11700, 9306, 13225, 10282, 13144, 10064, 12735, 9935, 14676, 12386, 14866, 12097, 14501, 11961, 15575, 12527, 15496, 12510, 15416, 12150, 15525, 12185, 15118, 11467, 15347, 11131, 14456, 10593, 14019, 10538, 13625, 10959, 13801, 10118, 12543, 11119, 12828, 14524, 13542, 13327, 12686, 14333, 13211, 16749, 13144, 15721, 13148, 15604, 12578, 15034, 12201, 14826, 12139, 15253, 12764, 15018, 11418, 14774, 10661, 14996, 14662, 12533, 15891, 12212, 14601, 9648, 14578, 9333, 12786, 9139, 12933, 9878, 13551, 9999, 12500, 9054, 12876, 9301, 8414, 10806, 8833, 13631, 10748, 8565, 11217, 15918, 12502, 17093, 11784, 15505, 10923, 13227, 10544, 12486, 14925, 13257, 13802, 14008, 9551, 12471, 9896, 13262, 10023, 11299, 9373, 7887, 11299, 11280, 8039, 13287, 10332, 10412, 11584, 8886, 15064, 12329, 10056, 14121, 12943, 16129, 14065, 11456, 16383, 12293, 9721, 13820, 12798, 13092, 12393, 9604, 14503, 11953, 14842, 11400, 13488, 11208, 15312, 11850, 15299, 10774, 14268, 10581, 15049, 11783, 12494, 10951], 'WindowCenter': [4847.0, 4857.0, 4827.0, 4785.0, 4804.0, 4823.0, 4766.0, 4793.0, 4730.0, 4787.0, 4769.0, 4764.0, 4776.0, 4726.0, 4775.0, 4766.0, 4775.0, 4764.0, 4726.0, 4775.0, 4749.0, 4788.0, 4747.0, 4773.0, 4766.0, 4736.0, 4765.0, 4725.0, 4785.0, 4784.0, 4727.0, 4765.0, 4757.0, 4807.0, 4767.0, 4740.0, 4770.0, 4729.0, 4778.0, 4738.0, 4785.0, 4756.0, 4783.0, 4770.0, 4779.0, 4765.0, 4744.0, 4752.0, 4682.0, 4771.0, 4758.0, 4772.0, 4749.0, 4742.0, 4730.0, 4720.0, 4703.0, 4755.0, 4738.0, 4745.0, 4759.0, 4768.0, 4767.0, 4764.0, 4764.0, 4733.0, 4751.0, 4701.0, 4762.0, 4721.0, 4762.0, 4723.0, 4753.0, 4744.0, 4712.0, 4764.0, 4723.0, 4753.0, 4726.0, 4741.0, 4742.0, 4722.0, 4745.0, 4723.0, 4737.0, 4751.0, 4740.0, 4762.0, 4745.0, 4771.0, 4756.0, 4773.0, 4733.0, 4779.0, 4729.0, 4767.0, 4724.0, 4707.0, 4716.0, 4696.0, 4733.0, 4718.0, 4710.0, 4742.0, 4721.0, 4760.0, 4762.0, 4723.0, 4750.0, 4754.0, 4773.0, 4754.0, 4715.0, 4752.0, 4712.0, 4767.0, 4715.0, 4762.0, 4721.0, 4761.0, 4752.0, 4772.0, 4752.0, 4741.0, 4750.0, 4711.0, 4751.0, 4710.0, 4750.0, 4718.0, 4750.0, 4700.0, 4750.0, 4701.0, 4751.0, 4712.0, 4752.0, 4702.0, 4753.0, 4714.0, 4753.0, 4725.0, 4765.0, 4726.0, 4766.0, 4727.0, 4765.0, 4727.0, 4776.0, 4727.0, 4776.0, 4715.0, 4776.0, 4728.0, 4775.0, 4726.0, 4775.0, 4715.0, 4777.0, 4739.0, 4776.0, 4730.0, 4779.0, 4731.0, 4775.0, 4770.0, 4739.0, 4807.0, 4780.0, 4741.0, 4791.0, 4742.0, 4793.0, 4799.0, 4781.0, 4788.0, 4768.0, 4785.0, 4755.0, 4774.0, 4733.0, 4774.0, 4721.0, 4750.0, 4737.0, 4737.0, 4756.0, 4738.0, 4746.0, 4727.0, 4735.0, 4706.0, 4746.0, 4718.0, 4747.0, 4728.0, 4748.0, 4731.0, 4759.0, 4730.0, 4759.0, 4711.0, 4761.0, 4711.0, 4752.0, 4712.0, 4749.0, 4699.0, 4749.0, 4730.0, 4749.0, 4749.0, 4739.0, 4721.0, 4740.0, 4701.0, 4751.0, 4710.0, 4760.0, 4712.0, 4763.0, 4757.0, 4777.0, 4758.0, 4728.0, 4766.0, 4746.0, 4725.0, 4756.0, 4760.0, 4787.0, 4772.0, 4788.0, 4760.0, 4786.0, 4759.0, 4777.0, 4718.0, 4745.0, 4702.0, 4743.0, 4722.0, 4751.0, 4714.0, 4741.0, 4712.0, 4741.0, 4712.0, 4762.0, 4723.0, 4763.0, 4720.0, 4741.0, 4733.0, 4762.0, 4744.0, 4732.0, 4766.0, 4717.0, 4766.0, 4715.0, 4753.0, 4723.0, 4753.0, 4752.0, 4741.0, 4759.0, 4741.0, 4758.0, 4730.0, 4748.0, 4720.0, 4738.0, 4719.0, 4739.0, 4712.0, 4752.0, 4712.0, 4752.0, 4713.0, 4752.0, 4770.0, 4742.0, 4751.0, 4740.0, 4750.0, 4731.0, 4739.0, 4731.0, 4752.0, 4744.0, 4763.0, 4744.0, 4755.0, 4747.0, 4767.0, 4749.0, 4768.0, 4727.0, 4769.0, 4775.0, 4759.0, 4776.0, 4758.0, 4765.0, 4725.0, 4765.0, 4715.0, 4754.0, 4772.0, 4742.0, 4762.0, 4743.0, 4751.0, 4722.0, 4751.0, 4722.0, 4752.0, 4733.0, 4751.0, 4722.0, 4762.0, 4733.0, 4762.0, 4733.0, 4753.0, 4723.0, 4762.0, 4713.0, 4753.0, 4731.0, 4743.0, 4750.0, 4740.0, 4759.0, 4729.0, 4762.0, 4739.0, 4749.0, 4722.0, 4673.0, 4670.0, 4717.0, 4694.0, 4731.0, 4717.0, 4748.0, 4761.0, 4743.0, 4773.0, 4736.0, 4796.0, 4760.0, 4808.0, 4796.0, 4781.0, 4737.0, 4773.0, 4735.0, 4766.0, 4734.0, 4700.0, 4730.0, 4698.0, 4728.0, 4698.0, 4758.0, 4729.0, 4697.0, 4715.0, 4710.0, 4700.0, 4740.0, 4721.0, 4714.0, 4755.0, 4736.0, 4729.0, 4756.0, 4747.0, 4759.0, 4768.0, 4738.0, 4757.0, 4716.0, 4746.0, 4726.0, 4754.0, 4731.0, 4752.0, 4760.0, 4743.0, 4711.0, 4729.0, 4698.0, 4728.0, 4710.0, 4740.0, 4722.0, 4744.0, 4702.0, 4727.0, 4768.0, 4737.0, 4766.0, 4747.0, 4764.0, 4747.0, 4717.0, 4769.0, 4746.0, 4771.0, 4763.0, 4732.0, 4784.0, 4765.0, 4776.0, 4775.0, 4734.0, 4783.0, 4745.0, 4793.0, 4743.0, 4771.0, 4740.0, 4779.0, 4747.0, 4777.0, 4735.0, 4745.0, 4714.0, 4743.0, 4751.0, 4740.0, 4729.0, 4731.0, 4690.0, 4730.0, 4692.0, 4729.0, 4702.0, 4740.0, 4711.0, 4752.0, 4746.0, 4719.0, 4758.0, 4717.0, 4762.0, 4720.0, 4689.0, 4732.0, 4733.0, 4706.0, 4756.0, 4752.0, 4774.0, 4781.0, 4758.0, 4768.0, 4756.0, 4726.0, 4746.0, 4736.0, 4715.0, 4759.0, 4735.0, 4756.0, 4755.0, 4754.0, 4751.0, 4742.0, 4737.0, 4728.0, 4725.0, 4715.0, 4683.0, 4714.0, 4685.0, 4725.0, 4693.0, 4714.0, 4701.0, 4714.0, 4720.0, 4702.0, 4719.0, 4701.0, 4720.0, 4692.0, 4712.0, 4673.0, 4713.0, 4672.0, 4714.0, 4673.0, 4714.0, 4675.0, 4717.0, 4688.0, 4718.0, 4711.0, 4742.0, 4700.0, 4743.0, 4704.0, 4733.0, 4726.0, 4746.0, 4738.0, 4758.0, 4750.0, 4757.0, 4749.0, 4770.0, 4762.0, 4781.0, 4761.0, 4744.0, 4760.0, 4740.0, 4767.0, 4768.0, 4750.0, 4789.0, 4807.0, 4746.0, 4783.0, 4766.0, 4797.0, 4769.0, 4810.0, 4795.0, 4827.0, 4784.0, 4825.0, 4779.0, 4790.0, 4747.0, 4767.0, 4772.0, 4755.0, 4781.0, 4766.0, 4771.0, 4722.0, 4748.0, 4720.0, 4756.0, 4728.0, 4707.0, 4718.0, 4687.0, 4728.0, 4699.0, 4740.0, 4711.0, 4740.0, 4711.0, 4730.0, 4712.0, 4725.0, 4760.0, 4790.0, 4761.0, 4736.0, 4741.0, 4695.0, 4718.0, 4740.0, 4714.0, 4752.0, 4757.0, 4755.0, 4767.0, 4727.0, 4777.0, 4758.0, 4774.0, 4757.0, 4700.0, 4757.0, 4718.0, 4751.0, 4721.0, 4734.0, 4724.0, 4741.0, 4721.0, 4725.0, 4740.0, 4752.0, 4713.0, 4720.0, 4729.0, 4759.0, 4751.0, 4720.0, 4753.0, 4724.0, 4742.0, 4736.0, 4764.0, 4736.0, 4756.0, 4735.0, 4724.0, 4734.0, 4733.0, 4735.0, 4717.0, 4757.0, 4727.0, 4775.0, 4734.0, 4738.0, 4738.0, 4727.0, 4739.0, 4728.0, 4750.0, 4737.0, 4759.0, 4718.0, 4758.0, 4735.0, 4732.0, 4763.0, 4746.0, 4753.0, 4724.0, 4764.0, 4745.0, 4750.0, 4730.0, 4760.0, 4747.0, 4787.0, 4777.0, 4767.0, 4774.0, 4734.0, 4775.0, 4747.0, 4776.0, 4759.0, 4788.0, 4761.0, 4789.0, 4760.0, 4798.0, 4757.0, 4766.0, 4757.0, 4734.0, 4756.0, 4736.0, 4756.0, 4736.0, 4776.0, 4740.0, 4768.0, 4758.0, 4769.0, 4746.0, 4716.0, 4767.0, 4734.0, 4736.0, 4785.0, 4758.0, 4787.0, 4747.0, 4757.0, 4757.0, 4767.0, 4777.0, 4735.0, 4754.0, 4713.0, 4765.0, 4723.0, 4750.0, 4734.0, 4773.0, 4749.0, 4728.0, 4778.0, 4768.0, 4729.0, 4768.0, 4764.0, 4801.0, 4772.0, 4780.0, 4760.0, 4790.0, 4771.0, 4799.0, 4749.0, 4776.0, 4746.0, 4776.0, 4724.0, 4764.0, 4713.0, 4741.0, 4710.0, 4730.0, 4731.0, 4741.0, 4713.0, 4733.0, 4713.0, 4733.0, 4733.0, 4753.0, 4726.0, 4746.0, 4736.0, 4745.0, 4746.0, 4748.0, 4735.0, 4746.0, 4727.0, 4747.0, 4728.0, 4766.0, 4738.0, 4767.0, 4739.0, 4768.0, 4738.0, 4777.0, 4769.0, 4790.0, 4759.0, 4777.0, 4750.0, 4777.0, 4759.0, 4776.0, 4758.0, 4777.0, 4759.0, 4777.0, 4746.0, 4776.0, 4747.0, 4777.0, 4737.0, 4777.0, 4748.0, 4767.0, 4737.0, 4766.0, 4734.0, 4765.0, 4717.0, 4758.0, 4748.0, 4757.0, 4781.0, 4771.0, 4768.0, 4782.0, 4779.0, 4772.0, 4788.0, 4767.0, 4787.0, 4768.0, 4788.0, 4758.0, 4779.0, 4769.0, 4790.0, 4759.0, 4791.0, 4782.0, 4792.0, 4764.0, 4792.0, 4752.0, 4793.0, 4793.0, 4772.0, 4791.0, 4757.0, 4778.0, 4729.0, 4775.0, 4725.0, 4754.0, 4715.0, 4757.0, 4735.0, 4776.0, 4752.0, 4784.0, 4754.0, 4791.0, 4777.0, 4742.0, 4795.0, 4757.0, 4816.0, 4785.0, 4755.0, 4789.0, 4825.0, 4797.0, 4813.0, 4760.0, 4791.0, 4750.0, 4768.0, 4726.0, 4755.0, 4772.0, 4753.0, 4775.0, 4775.0, 4733.0, 4763.0, 4735.0, 4765.0, 4738.0, 4744.0, 4751.0, 4749.0, 4775.0, 4775.0, 4733.0, 4769.0, 4736.0, 4732.0, 4715.0, 4669.0, 4731.0, 4727.0, 4723.0, 4763.0, 4735.0, 4756.0, 4731.0, 4701.0, 4753.0, 4722.0, 4707.0, 4732.0, 4735.0, 4735.0, 4735.0, 4694.0, 4745.0, 4726.0, 4743.0, 4726.0, 4732.0, 4715.0, 4741.0, 4725.0, 4753.0, 4715.0, 4730.0, 4703.0, 4740.0, 4723.0, 4722.0, 4713.0], 'WindowWidth': [10563.0, 10571.0, 10513.0, 10449.0, 10474.0, 10514.0, 10425.0, 10452.0, 10361.0, 10434.0, 10412.0, 10402.0, 10416.0, 10350.0, 10415.0, 10404.0, 10415.0, 10397.0, 10349.0, 10415.0, 10389.0, 10440.0, 10381.0, 10409.0, 10405.0, 10363.0, 10400.0, 10348.0, 10430.0, 10444.0, 10356.0, 10400.0, 10395.0, 10463.0, 10406.0, 10373.0, 10417.0, 10360.0, 10424.0, 10367.0, 10428.0, 10389.0, 10426.0, 10415.0, 10429.0, 10402.0, 10374.0, 10379.0, 10267.0, 10417.0, 10390.0, 10411.0, 10371.0, 10364.0, 10345.0, 10332.0, 10312.0, 10386.0, 10370.0, 10376.0, 10400.0, 10409.0, 10406.0, 10397.0, 10397.0, 10353.0, 10374.0, 10307.0, 10388.0, 10334.0, 10392.0, 10339.0, 10379.0, 10370.0, 10324.0, 10398.0, 10341.0, 10385.0, 10353.0, 10366.0, 10368.0, 10346.0, 10381.0, 10342.0, 10351.0, 10377.0, 10360.0, 10396.0, 10373.0, 10407.0, 10393.0, 10412.0, 10356.0, 10413.0, 10345.0, 10391.0, 10332.0, 10307.0, 10321.0, 10290.0, 10338.0, 10325.0, 10317.0, 10364.0, 10336.0, 10387.0, 10391.0, 10340.0, 10372.0, 10379.0, 10406.0, 10382.0, 10329.0, 10377.0, 10322.0, 10402.0, 10329.0, 10389.0, 10331.0, 10386.0, 10375.0, 10402.0, 10373.0, 10355.0, 10367.0, 10315.0, 10371.0, 10314.0, 10367.0, 10323.0, 10367.0, 10299.0, 10368.0, 10302.0, 10374.0, 10321.0, 10375.0, 10307.0, 10377.0, 10324.0, 10380.0, 10343.0, 10398.0, 10345.0, 10401.0, 10349.0, 10401.0, 10347.0, 10414.0, 10350.0, 10413.0, 10330.0, 10413.0, 10351.0, 10411.0, 10344.0, 10411.0, 10328.0, 10414.0, 10368.0, 10413.0, 10360.0, 10426.0, 10362.0, 10413.0, 10413.0, 10367.0, 10461.0, 10428.0, 10376.0, 10444.0, 10377.0, 10449.0, 10454.0, 10427.0, 10433.0, 10403.0, 10425.0, 10380.0, 10409.0, 10347.0, 10406.0, 10328.0, 10367.0, 10348.0, 10345.0, 10373.0, 10347.0, 10357.0, 10330.0, 10341.0, 10301.0, 10357.0, 10322.0, 10359.0, 10337.0, 10363.0, 10343.0, 10379.0, 10343.0, 10381.0, 10318.0, 10386.0, 10318.0, 10373.0, 10318.0, 10367.0, 10297.0, 10365.0, 10340.0, 10366.0, 10366.0, 10352.0, 10329.0, 10355.0, 10303.0, 10371.0, 10316.0, 10385.0, 10320.0, 10390.0, 10390.0, 10421.0, 10396.0, 10352.0, 10400.0, 10371.0, 10345.0, 10387.0, 10398.0, 10432.0, 10418.0, 10437.0, 10398.0, 10428.0, 10394.0, 10419.0, 10338.0, 10369.0, 10308.0, 10363.0, 10333.0, 10374.0, 10327.0, 10360.0, 10321.0, 10361.0, 10319.0, 10389.0, 10336.0, 10390.0, 10331.0, 10359.0, 10350.0, 10388.0, 10368.0, 10349.0, 10400.0, 10332.0, 10398.0, 10328.0, 10376.0, 10332.0, 10376.0, 10372.0, 10357.0, 10378.0, 10354.0, 10374.0, 10338.0, 10361.0, 10325.0, 10347.0, 10324.0, 10352.0, 10319.0, 10374.0, 10320.0, 10376.0, 10321.0, 10375.0, 10396.0, 10359.0, 10370.0, 10353.0, 10366.0, 10342.0, 10353.0, 10344.0, 10372.0, 10366.0, 10391.0, 10368.0, 10384.0, 10374.0, 10401.0, 10382.0, 10407.0, 10350.0, 10408.0, 10412.0, 10392.0, 10412.0, 10388.0, 10396.0, 10339.0, 10395.0, 10324.0, 10378.0, 10399.0, 10359.0, 10386.0, 10359.0, 10369.0, 10332.0, 10367.0, 10332.0, 10372.0, 10346.0, 10370.0, 10334.0, 10386.0, 10349.0, 10386.0, 10348.0, 10374.0, 10334.0, 10388.0, 10320.0, 10374.0, 10341.0, 10360.0, 10366.0, 10353.0, 10376.0, 10338.0, 10386.0, 10351.0, 10362.0, 10340.0, 10255.0, 10245.0, 10340.0, 10299.0, 10346.0, 10337.0, 10382.0, 10402.0, 10382.0, 10423.0, 10378.0, 10461.0, 10416.0, 10482.0, 10456.0, 10431.0, 10365.0, 10405.0, 10355.0, 10399.0, 10352.0, 10299.0, 10343.0, 10296.0, 10338.0, 10292.0, 10376.0, 10340.0, 10290.0, 10314.0, 10312.0, 10301.0, 10354.0, 10333.0, 10326.0, 10384.0, 10365.0, 10356.0, 10388.0, 10376.0, 10397.0, 10408.0, 10367.0, 10391.0, 10330.0, 10373.0, 10346.0, 10381.0, 10345.0, 10376.0, 10385.0, 10365.0, 10316.0, 10338.0, 10298.0, 10337.0, 10315.0, 10358.0, 10335.0, 10367.0, 10310.0, 10347.0, 10406.0, 10362.0, 10401.0, 10376.0, 10395.0, 10376.0, 10336.0, 10410.0, 10391.0, 10419.0, 10410.0, 10366.0, 10438.0, 10414.0, 10427.0, 10423.0, 10365.0, 10430.0, 10373.0, 10444.0, 10369.0, 10405.0, 10361.0, 10420.0, 10371.0, 10415.0, 10350.0, 10362.0, 10319.0, 10357.0, 10367.0, 10351.0, 10334.0, 10339.0, 10281.0, 10338.0, 10289.0, 10336.0, 10305.0, 10351.0, 10314.0, 10369.0, 10374.0, 10340.0, 10390.0, 10331.0, 10384.0, 10321.0, 10277.0, 10342.0, 10348.0, 10314.0, 10385.0, 10390.0, 10420.0, 10424.0, 10389.0, 10399.0, 10380.0, 10342.0, 10370.0, 10354.0, 10326.0, 10391.0, 10355.0, 10383.0, 10378.0, 10379.0, 10370.0, 10356.0, 10344.0, 10333.0, 10321.0, 10308.0, 10261.0, 10305.0, 10266.0, 10324.0, 10277.0, 10308.0, 10286.0, 10305.0, 10309.0, 10285.0, 10306.0, 10284.0, 10310.0, 10273.0, 10302.0, 10250.0, 10303.0, 10247.0, 10306.0, 10251.0, 10306.0, 10255.0, 10316.0, 10277.0, 10319.0, 10316.0, 10359.0, 10300.0, 10361.0, 10310.0, 10349.0, 10344.0, 10370.0, 10363.0, 10390.0, 10382.0, 10388.0, 10380.0, 10408.0, 10399.0, 10427.0, 10402.0, 10383.0, 10398.0, 10375.0, 10412.0, 10422.0, 10395.0, 10458.0, 10479.0, 10391.0, 10438.0, 10416.0, 10464.0, 10423.0, 10484.0, 10457.0, 10504.0, 10437.0, 10500.0, 10425.0, 10441.0, 10373.0, 10403.0, 10400.0, 10382.0, 10416.0, 10400.0, 10399.0, 10332.0, 10363.0, 10326.0, 10372.0, 10337.0, 10306.0, 10322.0, 10280.0, 10337.0, 10297.0, 10354.0, 10316.0, 10356.0, 10317.0, 10342.0, 10323.0, 10329.0, 10413.0, 10456.0, 10413.0, 10370.0, 10365.0, 10290.0, 10321.0, 10355.0, 10325.0, 10375.0, 10390.0, 10386.0, 10406.0, 10351.0, 10419.0, 10395.0, 10413.0, 10391.0, 10302.0, 10390.0, 10343.0, 10388.0, 10344.0, 10352.0, 10336.0, 10354.0, 10326.0, 10326.0, 10359.0, 10381.0, 10326.0, 10332.0, 10343.0, 10380.0, 10376.0, 10331.0, 10379.0, 10342.0, 10365.0, 10359.0, 10396.0, 10361.0, 10386.0, 10358.0, 10339.0, 10354.0, 10350.0, 10357.0, 10334.0, 10392.0, 10351.0, 10432.0, 10369.0, 10363.0, 10363.0, 10346.0, 10365.0, 10348.0, 10382.0, 10359.0, 10395.0, 10334.0, 10390.0, 10355.0, 10344.0, 10390.0, 10370.0, 10375.0, 10335.0, 10394.0, 10365.0, 10367.0, 10341.0, 10387.0, 10376.0, 10434.0, 10421.0, 10403.0, 10413.0, 10357.0, 10414.0, 10377.0, 10416.0, 10398.0, 10437.0, 10404.0, 10437.0, 10399.0, 10449.0, 10392.0, 10400.0, 10389.0, 10355.0, 10387.0, 10360.0, 10387.0, 10361.0, 10418.0, 10378.0, 10410.0, 10395.0, 10414.0, 10379.0, 10335.0, 10405.0, 10356.0, 10363.0, 10431.0, 10394.0, 10435.0, 10378.0, 10391.0, 10391.0, 10403.0, 10421.0, 10357.0, 10381.0, 10322.0, 10401.0, 10337.0, 10370.0, 10352.0, 10408.0, 10382.0, 10350.0, 10421.0, 10408.0, 10352.0, 10406.0, 10412.0, 10457.0, 10418.0, 10424.0, 10399.0, 10440.0, 10412.0, 10451.0, 10378.0, 10413.0, 10368.0, 10412.0, 10336.0, 10392.0, 10320.0, 10356.0, 10312.0, 10340.0, 10341.0, 10356.0, 10319.0, 10349.0, 10322.0, 10348.0, 10348.0, 10377.0, 10345.0, 10371.0, 10355.0, 10370.0, 10370.0, 10374.0, 10352.0, 10372.0, 10348.0, 10375.0, 10352.0, 10398.0, 10362.0, 10402.0, 10364.0, 10405.0, 10361.0, 10416.0, 10408.0, 10437.0, 10393.0, 10415.0, 10376.0, 10413.0, 10390.0, 10411.0, 10389.0, 10413.0, 10389.0, 10412.0, 10370.0, 10411.0, 10372.0, 10412.0, 10353.0, 10414.0, 10376.0, 10402.0, 10357.0, 10397.0, 10351.0, 10395.0, 10325.0, 10388.0, 10376.0, 10387.0, 10424.0, 10408.0, 10403.0, 10428.0, 10420.0, 10413.0, 10431.0, 10403.0, 10429.0, 10404.0, 10430.0, 10391.0, 10418.0, 10407.0, 10436.0, 10393.0, 10438.0, 10430.0, 10444.0, 10406.0, 10443.0, 10387.0, 10445.0, 10446.0, 10415.0, 10441.0, 10386.0, 10417.0, 10349.0, 10409.0, 10341.0, 10379.0, 10326.0, 10386.0, 10358.0, 10417.0, 10391.0, 10436.0, 10396.0, 10449.0, 10444.0, 10385.0, 10466.0, 10409.0, 10489.0, 10446.0, 10406.0, 10457.0, 10504.0, 10465.0, 10481.0, 10395.0, 10443.0, 10385.0, 10408.0, 10342.0, 10386.0, 10404.0, 10378.0, 10414.0, 10415.0, 10357.0, 10397.0, 10359.0, 10404.0, 10368.0, 10369.0, 10395.0, 10406.0, 10428.0, 10427.0, 10372.0, 10407.0, 10359.0, 10346.0, 10310.0, 10236.0, 10327.0, 10329.0, 10334.0, 10391.0, 10349.0, 10379.0, 10334.0, 10287.0, 10367.0, 10324.0, 10307.0, 10337.0, 10343.0, 10343.0, 10344.0, 10289.0, 10357.0, 10332.0, 10354.0, 10332.0, 10336.0, 10317.0, 10347.0, 10328.0, 10365.0, 10315.0, 10331.0, 10299.0, 10342.0, 10324.0, 10320.0, 10312.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.008503076036866359</td></tr>
<tr><td colspan=3>aqi</td><td>0.07611208905529954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.731794557451025</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1707699842099173</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0687112624106119</td></tr>
<tr><td colspan=3>efc</td><td>0.5118</td></tr>
<tr><td colspan=3>fber</td><td>3639.3501</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24275090796181642</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>275</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.682027649769584</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7062180014484483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.501931758531117</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0135222917883935</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6031999540258344</td></tr>
<tr><td colspan=3>gcor</td><td>0.00846409</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011449888348579407</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028003523126244545</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.800714814537828</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>12.0807</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.8843</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>248.9678</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291577.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1191.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.9767</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9661</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>609.71</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3847.4525</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84967.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1261.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5116.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1071.108</td></tr>
<tr><td colspan=3>tsnr</td><td>22.424143181182444</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>