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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-03/func/sub-0084_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>46de6e5457e1d6bcb5e4e57746d7ab12</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>12:47:48.487500</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.998671, 0.0390786, 0.0335939, -0.0387142, 0.999185, -0.0114278]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108209</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7267, 453, -60, -281, 131, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>281.353</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e29bce8-27d9-486f-9c50-f2ad8d83f0da||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.6793620586395264, -0.10386747121810913, 0.09183529764413834, 116.36433410644531], [-0.10484489798545837, 2.6807403564453125, -0.027302658185362816, -92.03230285644531], [0.09012989699840546, 0.030660061165690422, 2.6982996463775635, -83.92647552490234], [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': ['124748.487500', '124748.947500', '124749.407500', '124749.867500', '124750.327500', '124750.787500', '124751.247500', '124751.707500', '124752.167500', '124752.627500', '124753.087500', '124753.547500', '124754.007500', '124754.467500', '124754.927500', '124755.387500', '124755.847500', '124756.307500', '124756.767500', '124757.227500', '124757.687500', '124758.147500', '124758.607500', '124759.067500', '124759.527500', '124759.987500', '124800.447500', '124800.907500', '124801.367500', '124801.827500', '124802.287500', '124802.747500', '124803.207500', '124803.667500', '124804.127500', '124804.587500', '124805.047500', '124805.507500', '124805.967500', '124806.427500', '124806.887500', '124807.347500', '124807.807500', '124808.267500', '124808.727500', '124809.187500', '124809.647500', '124810.107500', '124810.567500', '124811.027500', '124811.487500', '124811.947500', '124812.407500', '124812.867500', '124813.327500', '124813.787500', '124814.247500', '124814.707500', '124815.167500', '124815.627500', '124816.087500', '124816.547500', '124817.007500', '124817.467500', '124817.927500', '124818.387500', '124818.847500', '124819.307500', '124819.767500', '124820.227500', '124820.687500', '124821.147500', '124821.607500', '124822.067500', '124822.527500', '124822.987500', '124823.447500', '124823.907500', '124824.367500', '124824.827500', '124825.287500', '124825.747500', '124826.207500', '124826.667500', '124827.127500', '124827.587500', '124828.047500', '124828.507500', '124828.967500', '124829.427500', '124829.887500', '124830.347500', '124830.807500', '124831.267500', '124831.727500', '124832.187500', '124832.647500', '124833.107500', '124833.567500', '124834.027500', '124834.487500', '124834.947500', '124835.407500', '124835.867500', '124836.327500', '124836.787500', '124837.247500', '124837.707500', '124838.167500', '124838.627500', '124839.087500', '124839.547500', '124840.007500', '124840.467500', '124840.927500', '124841.387500', '124841.847500', '124842.307500', '124842.767500', '124843.227500', '124843.687500', '124844.147500', '124844.607500', '124845.067500', '124845.527500', '124845.987500', '124846.447500', '124846.907500', '124847.367500', '124847.827500', '124848.287500', '124848.747500', '124849.207500', '124849.667500', '124850.127500', '124850.587500', '124851.047500', '124851.507500', '124851.967500', '124852.427500', '124852.887500', '124853.347500', '124853.807500', '124854.267500', '124854.727500', '124855.187500', '124855.647500', '124856.107500', '124856.567500', '124857.027500', '124857.487500', '124857.947500', '124858.407500', '124858.867500', '124859.327500', '124859.787500', '124900.247500', '124900.707500', '124901.167500', '124901.627500', '124902.087500', '124902.547500', '124903.007500', '124903.467500', '124903.927500', '124904.387500', '124904.847500', '124905.307500', '124905.767500', '124906.227500', '124906.687500', '124907.147500', '124907.607500', '124908.067500', '124908.527500', '124908.987500', '124909.447500', '124909.907500', '124910.367500', '124910.827500', '124911.287500', '124911.747500', '124912.207500', '124912.667500', '124913.127500', '124913.587500', '124914.047500', '124914.507500', '124914.967500', '124915.427500', '124915.887500', '124916.347500', '124916.807500', '124917.267500', '124917.727500', '124918.187500', '124918.647500', '124919.107500', '124919.567500', '124920.027500', '124920.487500', '124920.947500', '124921.407500', '124921.867500', '124922.327500', '124922.787500', '124923.247500', '124923.707500', '124924.167500', '124924.627500', '124925.087500', '124925.547500', '124926.007500', '124926.467500', '124926.927500', '124927.387500', '124927.847500', '124928.307500', '124928.767500', '124929.227500', '124929.687500', '124930.147500', '124930.607500', '124931.067500', '124931.527500', '124931.987500', '124932.447500', '124932.907500', '124933.367500', '124933.827500', '124934.287500', '124934.747500', '124935.207500', '124935.667500', '124936.127500', '124936.587500', '124937.047500', '124937.507500', '124937.967500', '124938.427500', '124938.887500', '124939.347500', '124939.807500', '124940.267500', '124940.727500', '124941.187500', '124941.647500', '124942.107500', '124942.567500', '124943.027500', '124943.487500', '124943.947500', '124944.407500', '124944.867500', '124945.327500', '124945.787500', '124946.247500', '124946.707500', '124947.167500', '124947.627500', '124948.087500', '124948.547500', '124949.007500', '124949.467500', '124949.927500', '124950.387500', '124950.847500', '124951.307500', '124951.767500', '124952.227500', '124952.687500', '124953.147500', '124953.607500', '124954.067500', '124954.527500', '124954.987500', '124955.447500', '124955.907500', '124956.367500', '124956.827500', '124957.287500', '124957.747500', '124958.207500', '124958.667500', '124959.127500', '124959.587500', '125000.047500', '125000.507500', '125000.967500', '125001.427500', '125001.887500', '125002.347500', '125002.807500', '125003.267500', '125003.727500', '125004.187500', '125004.647500', '125005.107500', '125005.567500', '125006.027500', '125006.487500', '125006.947500', '125007.407500', '125007.867500', '125008.327500', '125008.787500', '125009.247500', '125009.707500', '125010.167500', '125010.627500', '125011.087500', '125011.547500', '125012.007500', '125012.467500', '125012.927500', '125013.387500', '125013.847500', '125014.307500', '125014.767500', '125015.227500', '125015.687500', '125016.147500', '125016.607500', '125017.067500', '125017.527500', '125017.987500', '125018.447500', '125018.907500', '125019.367500', '125019.827500', '125020.287500', '125020.747500', '125021.207500', '125021.667500', '125022.127500', '125022.587500', '125023.047500', '125023.507500', '125023.967500', '125024.427500', '125024.887500', '125025.347500', '125025.807500', '125026.267500', '125026.727500', '125027.187500', '125027.647500', '125028.107500', '125028.567500', '125029.027500', '125029.487500', '125029.947500', '125030.407500', '125030.867500', '125031.327500', '125031.787500', '125032.247500', '125032.707500', '125033.167500', '125033.627500', '125034.087500', '125034.547500', '125035.007500', '125035.467500', '125035.927500', '125036.387500', '125036.847500', '125037.307500', '125037.767500', '125038.227500', '125038.687500', '125039.147500', '125039.607500', '125040.067500', '125040.527500', '125040.987500', '125041.447500', '125041.907500', '125042.367500', '125042.827500', '125043.287500', '125043.747500', '125044.207500', '125044.667500', '125045.127500', '125045.587500', '125046.047500', '125046.507500', '125046.967500', '125047.427500', '125047.887500', '125048.347500', '125048.807500', '125049.267500', '125049.727500', '125050.187500', '125050.647500', '125051.107500', '125051.567500', '125052.027500', '125052.487500', '125052.947500', '125053.407500', '125053.867500', '125054.327500', '125054.787500', '125055.247500', '125055.707500', '125056.167500', '125056.627500', '125057.087500', '125057.547500', '125058.007500', '125058.467500', '125058.927500', '125059.387500', '125059.847500', '125100.307500', '125100.767500', '125101.227500', '125101.687500', '125102.147500', '125102.607500', '125103.067500', '125103.527500', '125103.987500', '125104.447500', '125104.907500', '125105.367500', '125105.827500', '125106.287500', '125106.747500', '125107.207500', '125107.667500', '125108.127500', '125108.587500', '125109.047500', '125109.507500', '125109.967500', '125110.427500', '125110.887500', '125111.347500', '125111.807500', '125112.267500', '125112.727500', '125113.187500', '125113.647500', '125114.107500', '125114.567500', '125115.027500', '125115.487500', '125115.947500', '125116.407500', '125116.867500', '125117.327500', '125117.787500', '125118.247500', '125118.707500', '125119.167500', '125119.627500', '125120.087500', '125120.547500', '125121.007500', '125121.467500', '125121.927500', '125122.387500', '125122.847500', '125123.307500', '125123.767500', '125124.227500', '125124.687500', '125125.147500', '125125.607500', '125126.067500', '125126.527500', '125126.987500', '125127.447500', '125127.907500', '125128.367500', '125128.827500', '125129.287500', '125129.747500', '125130.207500', '125130.667500', '125131.127500', '125131.587500', '125132.047500', '125132.507500', '125132.967500', '125133.427500', '125133.887500', '125134.347500', '125134.807500', '125135.267500', '125135.727500', '125136.187500', '125136.647500', '125137.107500', '125137.567500', '125138.027500', '125138.487500', '125138.947500', '125139.407500', '125139.867500', '125140.327500', '125140.787500', '125141.247500', '125141.707500', '125142.167500', '125142.627500', '125143.087500', '125143.547500', '125144.007500', '125144.467500', '125144.927500', '125145.387500', '125145.847500', '125146.307500', '125146.767500', '125147.227500', '125147.687500', '125148.147500', '125148.607500', '125149.067500', '125149.527500', '125149.987500', '125150.447500', '125150.907500', '125151.367500', '125151.827500', '125152.287500', '125152.747500', '125153.207500', '125153.667500', '125154.127500', '125154.587500', '125155.047500', '125155.507500', '125155.967500', '125156.427500', '125156.887500', '125157.347500', '125157.807500', '125158.267500', '125158.727500', '125159.187500', '125159.647500', '125200.107500', '125200.567500', '125201.027500', '125201.487500', '125201.947500', '125202.407500', '125202.867500', '125203.327500', '125203.787500', '125204.247500', '125204.707500', '125205.167500', '125205.627500', '125206.087500', '125206.547500', '125207.007500', '125207.467500', '125207.927500', '125208.387500', '125208.847500', '125209.307500', '125209.767500', '125210.227500', '125210.687500', '125211.147500', '125211.607500', '125212.067500', '125212.527500', '125212.987500', '125213.447500', '125213.907500', '125214.367500', '125214.827500', '125215.287500', '125215.747500', '125216.207500', '125216.667500', '125217.127500', '125217.587500', '125218.047500', '125218.507500', '125218.967500', '125219.427500', '125219.887500', '125220.347500', '125220.807500', '125221.267500', '125221.727500', '125222.187500', '125222.647500', '125223.107500', '125223.567500', '125224.027500', '125224.487500', '125224.947500', '125225.407500', '125225.867500', '125226.327500', '125226.787500', '125227.247500', '125227.707500', '125228.167500', '125228.627500', '125229.087500', '125229.547500', '125230.007500', '125230.467500', '125230.927500', '125231.387500', '125231.847500', '125232.307500', '125232.767500', '125233.227500', '125233.687500', '125234.147500', '125234.607500', '125235.067500', '125235.527500', '125235.987500', '125236.447500', '125236.907500', '125237.367500', '125237.827500', '125238.287500', '125238.747500', '125239.207500', '125239.667500', '125240.127500', '125240.587500', '125241.047500', '125241.507500', '125241.967500', '125242.427500', '125242.887500', '125243.347500', '125243.807500', '125244.267500', '125244.727500', '125245.187500', '125245.647500', '125246.107500', '125246.567500', '125247.027500', '125247.487500', '125247.947500', '125248.407500', '125248.867500', '125249.327500', '125249.787500', '125250.247500', '125250.707500', '125251.167500', '125251.627500', '125252.087500', '125252.547500', '125253.007500', '125253.467500', '125253.927500', '125254.387500', '125254.847500', '125255.307500', '125255.767500', '125256.227500', '125256.687500', '125257.147500', '125257.607500', '125258.067500', '125258.527500', '125258.987500', '125259.447500', '125259.907500', '125300.367500', '125300.827500', '125301.287500', '125301.747500', '125302.207500', '125302.667500', '125303.127500', '125303.587500', '125304.047500', '125304.507500', '125304.967500', '125305.427500', '125305.887500', '125306.347500', '125306.807500', '125307.267500', '125307.727500', '125308.187500', '125308.647500', '125309.107500', '125309.567500', '125310.027500', '125310.487500', '125310.947500', '125311.407500', '125311.867500', '125312.327500', '125312.787500', '125313.247500', '125313.707500', '125314.167500', '125314.627500', '125315.087500', '125315.547500', '125316.007500', '125316.467500', '125316.927500', '125317.387500', '125317.847500', '125318.307500', '125318.767500', '125319.227500', '125319.687500', '125320.147500', '125320.607500', '125321.067500', '125321.527500', '125321.987500', '125322.447500', '125322.907500', '125323.367500', '125323.827500', '125324.287500', '125324.747500', '125325.207500', '125325.667500', '125326.127500', '125326.587500', '125327.047500', '125327.507500', '125327.967500', '125328.427500', '125328.887500', '125329.347500', '125329.807500', '125330.267500', '125330.727500', '125331.187500', '125331.647500', '125332.107500', '125332.567500', '125333.027500', '125333.487500', '125333.947500', '125334.407500', '125334.867500', '125335.327500', '125335.787500', '125336.247500', '125336.707500', '125337.167500', '125337.627500', '125338.087500', '125338.547500', '125339.007500', '125339.467500', '125339.927500', '125340.387500', '125340.847500', '125341.307500', '125341.767500', '125342.227500', '125342.687500', '125343.147500', '125343.607500', '125344.067500', '125344.527500', '125344.987500', '125345.447500', '125345.907500', '125346.367500', '125346.827500', '125347.287500', '125347.747500', '125348.207500', '125348.667500', '125349.127500', '125349.587500', '125350.047500', '125350.507500', '125350.967500', '125351.427500', '125351.887500', '125352.347500', '125352.807500', '125353.267500', '125353.727500', '125354.187500', '125354.647500', '125355.107500', '125355.567500', '125356.027500', '125356.487500', '125356.947500', '125357.407500', '125357.867500', '125358.327500', '125358.787500', '125359.247500', '125359.707500', '125400.167500', '125400.627500', '125401.087500', '125401.547500', '125402.007500', '125402.467500', '125402.927500', '125403.387500', '125403.847500', '125404.307500', '125404.767500', '125405.227500', '125405.687500', '125406.147500', '125406.607500', '125407.067500', '125407.527500', '125407.987500', '125408.447500', '125408.907500', '125409.367500', '125409.827500', '125410.287500', '125410.747500', '125411.207500', '125411.667500', '125412.127500', '125412.587500', '125413.047500', '125413.507500', '125413.967500', '125414.427500', '125414.887500', '125415.347500', '125415.807500', '125416.267500', '125416.727500', '125417.187500', '125417.647500', '125418.107500', '125418.567500', '125419.027500', '125419.487500', '125419.947500', '125420.407500', '125420.867500', '125421.327500', '125421.787500', '125422.247500', '125422.707500', '125423.167500', '125423.627500', '125424.087500', '125424.547500', '125425.007500', '125425.467500', '125425.927500', '125426.387500', '125426.847500', '125427.307500', '125427.767500', '125428.227500', '125428.687500', '125429.147500'], 'ContentTime': ['124758.980000', '124758.983000', '124758.986000', '124758.989000', '124759.000000', '124759.002000', '124759.005000', '124759.007000', '124759.010000', '124759.012000', '124759.015000', '124759.017000', '124759.020000', '124759.022000', '124759.031000', '124759.034000', '124759.036000', '124759.039000', '124759.042000', '124759.044000', '124759.047000', '124818.936000', '124818.939000', '124818.942000', '124818.944000', '124818.947000', '124818.949000', '124818.952000', '124818.954000', '124818.957000', '124818.959000', '124818.962000', '124818.965000', '124818.967000', '124818.970000', '124818.972000', '124818.980000', '124818.983000', '124818.985000', '124818.988000', '124818.991000', '124818.993000', '124818.996000', '124818.998000', '124819.002000', '124819.005000', '124819.007000', '124819.010000', '124819.012000', '124819.015000', '124819.018000', '124819.020000', '124819.023000', '124819.026000', '124819.028000', '124819.031000', '124819.033000', '124819.036000', '124819.043000', '124819.046000', '124819.049000', '124819.051000', '124819.054000', '124819.056000', '124838.937000', '124838.939000', '124838.942000', '124838.945000', '124838.947000', '124838.950000', '124838.952000', '124838.955000', '124838.957000', '124838.960000', '124838.962000', '124838.965000', '124838.967000', '124838.970000', '124838.973000', '124838.975000', '124838.978000', '124838.980000', '124838.983000', '124838.985000', '124838.988000', '124838.990000', '124838.993000', '124838.995000', '124838.998000', '124839.002000', '124839.004000', '124839.007000', '124839.009000', '124839.012000', '124839.014000', '124839.017000', '124839.020000', '124839.022000', '124839.025000', '124839.027000', '124839.030000', '124839.033000', '124839.035000', '124839.038000', '124839.040000', '124839.043000', '124839.046000', '124839.048000', '124858.936000', '124858.939000', '124858.942000', '124858.944000', '124858.947000', '124858.949000', '124858.952000', '124858.954000', '124858.957000', '124858.960000', '124858.963000', '124858.965000', '124858.968000', '124858.970000', '124858.973000', '124858.976000', '124858.978000', '124858.981000', '124858.983000', '124858.986000', '124858.989000', '124858.991000', '124858.994000', '124858.996000', '124859.000000', '124859.003000', '124859.005000', '124859.008000', '124859.010000', '124859.013000', '124859.015000', '124859.018000', '124859.020000', '124859.023000', '124859.026000', '124859.029000', '124859.032000', '124859.035000', '124859.038000', '124859.040000', '124859.043000', '124859.045000', '124859.048000', '124918.935000', '124918.938000', '124918.941000', '124918.943000', '124918.946000', '124918.949000', '124918.951000', '124918.954000', '124918.956000', '124918.959000', '124918.961000', '124918.964000', '124918.967000', '124918.969000', '124918.972000', '124918.975000', '124918.977000', '124918.980000', '124918.982000', '124918.985000', '124918.988000', '124918.990000', '124918.993000', '124918.995000', '124918.998000', '124919.001000', '124919.004000', '124919.007000', '124919.009000', '124919.012000', '124919.014000', '124919.017000', '124919.019000', '124919.022000', '124919.024000', '124919.027000', '124919.030000', '124919.032000', '124919.035000', '124919.037000', '124919.040000', '124919.043000', '124919.045000', '124919.048000', '124938.935000', '124938.938000', '124938.941000', '124938.944000', '124938.946000', '124938.949000', '124938.951000', '124938.954000', '124938.957000', '124938.959000', '124938.962000', '124938.964000', '124938.967000', '124938.970000', '124938.972000', '124938.975000', '124938.977000', '124938.980000', '124938.983000', '124938.985000', '124938.988000', '124938.990000', '124938.993000', '124938.996000', '124938.998000', '124939.002000', '124939.004000', '124939.007000', '124939.009000', '124939.012000', '124939.015000', '124939.045000', '124939.048000', '124939.051000', '124939.053000', '124939.056000', '124939.058000', '124939.061000', '124939.063000', '124939.066000', '124939.068000', '124939.071000', '124939.074000', '124958.936000', '124958.938000', '124958.941000', '124958.944000', '124958.946000', '124958.949000', '124958.951000', '124958.954000', '124958.956000', '124958.959000', '124958.961000', '124958.964000', '124958.967000', '124958.969000', '124958.972000', '124958.974000', '124958.977000', '124958.979000', '124958.982000', '124958.985000', '124958.987000', '124958.990000', '124958.992000', '124958.995000', '124958.997000', '124959.001000', '124959.004000', '124959.006000', '124959.009000', '124959.011000', '124959.014000', '124959.016000', '124959.019000', '124959.022000', '124959.024000', '124959.027000', '124959.029000', '124959.032000', '124959.034000', '124959.037000', '124959.039000', '124959.042000', '124959.045000', '124959.047000', '125018.936000', '125018.938000', '125018.941000', '125018.943000', '125018.947000', '125018.949000', '125018.952000', '125018.954000', '125018.957000', '125018.960000', '125018.962000', '125018.965000', '125018.968000', '125018.970000', '125018.973000', '125018.976000', '125018.978000', '125018.981000', '125018.983000', '125018.986000', '125018.989000', '125018.991000', '125018.994000', '125018.996000', '125019.000000', '125019.003000', '125019.005000', '125019.008000', '125019.011000', '125019.013000', '125019.016000', '125019.018000', '125019.021000', '125019.024000', '125019.026000', '125019.029000', '125019.031000', '125019.034000', '125019.037000', '125019.039000', '125019.042000', '125019.044000', '125019.047000', '125038.937000', '125038.940000', '125038.942000', '125038.945000', '125038.947000', '125038.950000', '125038.953000', '125038.955000', '125038.958000', '125038.960000', '125038.963000', '125038.966000', '125038.968000', '125038.971000', '125038.973000', '125038.976000', '125038.979000', '125038.981000', '125038.984000', '125038.987000', '125038.989000', '125038.992000', '125038.995000', '125038.997000', '125039.001000', '125039.003000', '125039.006000', '125039.008000', '125039.011000', '125039.014000', '125039.016000', '125039.019000', '125039.021000', '125039.024000', '125039.026000', '125039.029000', '125039.032000', '125039.034000', '125039.037000', '125039.039000', '125039.042000', '125039.044000', '125039.047000', '125039.050000', '125058.937000', '125058.939000', '125058.942000', '125058.945000', '125058.947000', '125058.950000', '125058.952000', '125058.955000', '125058.958000', '125058.960000', '125058.963000', '125058.966000', '125058.968000', '125058.971000', '125058.974000', '125058.976000', '125058.979000', '125058.982000', '125058.984000', '125058.987000', '125058.989000', '125058.992000', '125058.995000', '125058.997000', '125059.001000', '125059.003000', '125059.006000', '125059.009000', '125059.011000', '125059.014000', '125059.016000', '125059.019000', '125059.022000', '125059.024000', '125059.027000', '125059.029000', '125059.032000', '125059.035000', '125059.037000', '125059.040000', '125059.042000', '125059.045000', '125059.047000', '125118.936000', '125118.939000', '125118.942000', '125118.944000', '125118.947000', '125118.950000', '125118.952000', '125118.955000', '125118.958000', '125118.960000', '125118.963000', '125118.965000', '125119.002000', '125119.005000', '125119.008000', '125119.010000', '125119.013000', '125119.016000', '125119.018000', '125119.021000', '125119.024000', '125119.026000', '125119.029000', '125119.031000', '125119.034000', '125119.037000', '125119.039000', '125119.042000', '125119.044000', '125119.047000', '125119.050000', '125119.052000', '125119.055000', '125119.057000', '125119.060000', '125119.062000', '125119.065000', '125119.067000', '125119.070000', '125119.072000', '125119.075000', '125119.078000', '125119.080000', '125119.083000', '125138.935000', '125138.938000', '125138.941000', '125138.944000', '125138.946000', '125138.949000', '125138.952000', '125138.954000', '125138.957000', '125138.959000', '125138.962000', '125138.968000', '125138.970000', '125138.973000', '125138.976000', '125138.978000', '125138.981000', '125138.983000', '125138.986000', '125138.989000', '125138.991000', '125138.994000', '125138.996000', '125139.000000', '125139.003000', '125139.005000', '125139.008000', '125139.010000', '125139.013000', '125139.016000', '125139.018000', '125139.021000', '125139.023000', '125139.026000', '125139.028000', '125139.031000', '125139.033000', '125139.036000', '125139.039000', '125139.041000', '125139.044000', '125139.046000', '125139.049000', '125158.936000', '125158.938000', '125158.941000', '125158.944000', '125158.946000', '125158.949000', '125158.951000', '125158.954000', '125158.956000', '125158.959000', '125158.961000', '125158.964000', '125158.967000', '125158.969000', '125158.972000', '125158.974000', '125158.977000', '125158.979000', '125158.982000', '125158.985000', '125158.987000', '125158.990000', '125158.992000', '125158.995000', '125158.997000', '125159.001000', '125159.004000', '125159.006000', '125159.009000', '125159.011000', '125159.021000', '125159.024000', '125159.027000', '125159.029000', '125159.032000', '125159.034000', '125159.037000', '125159.040000', '125159.042000', '125159.045000', '125159.047000', '125159.050000', '125159.053000', '125159.055000', '125218.936000', '125218.939000', '125218.941000', '125218.944000', '125218.946000', '125218.949000', '125218.952000', '125218.954000', '125218.957000', '125218.960000', '125218.962000', '125218.965000', '125218.967000', '125218.970000', '125218.973000', '125218.975000', '125218.978000', '125218.980000', '125218.983000', '125218.985000', '125218.988000', '125218.991000', '125218.993000', '125218.996000', '125218.998000', '125219.002000', '125219.005000', '125219.007000', '125219.010000', '125219.012000', '125219.015000', '125219.018000', '125219.020000', '125219.023000', '125219.025000', '125219.028000', '125219.030000', '125219.033000', '125219.036000', '125219.038000', '125219.041000', '125219.043000', '125219.046000', '125238.935000', '125238.938000', '125238.941000', '125238.943000', '125238.946000', '125238.949000', '125238.952000', '125238.954000', '125238.957000', '125238.960000', '125238.963000', '125238.965000', '125238.968000', '125238.971000', '125238.973000', '125238.976000', '125238.979000', '125238.982000', '125238.985000', '125238.989000', '125238.991000', '125238.994000', '125238.997000', '125239.000000', '125239.003000', '125239.006000', '125239.008000', '125239.011000', '125239.014000', '125239.017000', '125239.019000', '125239.022000', '125239.024000', '125239.027000', '125239.029000', '125239.033000', '125239.036000', '125239.061000', '125239.063000', '125239.066000', '125239.068000', '125239.071000', '125239.073000', '125258.937000', '125258.940000', '125258.942000', '125258.945000', '125258.947000', '125258.950000', '125258.952000', '125258.955000', '125258.957000', '125258.960000', '125258.963000', '125258.965000', '125258.968000', '125258.970000', '125258.973000', '125258.976000', '125258.978000', '125258.981000', '125258.983000', '125258.986000', '125258.988000', '125258.991000', '125258.994000', '125258.996000', '125259.000000', '125259.002000', '125259.005000', '125259.007000', '125259.010000', '125259.013000', '125259.015000', '125259.018000', '125259.020000', '125259.023000', '125259.025000', '125259.028000', '125259.030000', '125259.033000', '125259.036000', '125259.038000', '125259.041000', '125259.043000', '125259.046000', '125259.049000', '125318.937000', '125318.939000', '125318.942000', '125318.945000', '125318.947000', '125318.950000', '125318.952000', '125318.955000', '125318.957000', '125318.960000', '125318.963000', '125318.965000', '125318.968000', '125318.970000', '125318.973000', '125318.976000', '125318.978000', '125318.981000', '125318.983000', '125318.986000', '125318.988000', '125318.991000', '125318.994000', '125318.996000', '125319.000000', '125319.003000', '125319.005000', '125319.008000', '125319.010000', '125319.013000', '125319.016000', '125319.018000', '125319.021000', '125319.023000', '125319.026000', '125319.029000', '125319.031000', '125319.034000', '125319.036000', '125319.039000', '125319.041000', '125319.044000', '125319.047000', '125319.049000', '125338.936000', '125338.939000', '125338.942000', '125338.944000', '125338.947000', '125338.950000', '125338.961000', '125338.963000', '125338.966000', '125338.969000', '125338.971000', '125338.974000', '125338.976000', '125338.979000', '125338.981000', '125338.984000', '125338.987000', '125338.989000', '125338.992000', '125338.994000', '125338.997000', '125339.001000', '125339.003000', '125339.010000', '125339.012000', '125339.015000', '125339.018000', '125339.020000', '125339.023000', '125339.026000', '125339.028000', '125339.031000', '125339.034000', '125339.036000', '125339.039000', '125339.041000', '125339.044000', '125339.047000', '125339.049000', '125339.052000', '125339.054000', '125339.057000', '125339.059000', '125358.936000', '125358.938000', '125358.941000', '125358.944000', '125358.946000', '125358.949000', '125358.951000', '125358.954000', '125358.957000', '125358.961000', '125358.963000', '125358.966000', '125358.968000', '125358.971000', '125358.973000', '125358.980000', '125358.982000', '125358.985000', '125358.988000', '125358.991000', '125358.994000', '125358.997000', '125359.001000', '125359.004000', '125359.006000', '125359.009000', '125359.011000', '125359.014000', '125359.017000', '125359.019000', '125359.022000', '125359.024000', '125359.027000', '125359.030000', '125359.032000', '125359.035000', '125359.038000', '125359.040000', '125359.043000', '125359.045000', '125359.048000', '125359.051000', '125359.053000', '125418.936000', '125418.939000', '125418.941000', '125418.944000', '125418.946000', '125418.949000', '125418.951000', '125418.954000', '125418.957000', '125418.959000', '125418.962000', '125418.964000', '125418.967000', '125418.970000', '125418.973000', '125418.976000', '125418.978000', '125418.981000', '125418.983000', '125418.986000', '125418.989000', '125418.991000', '125418.994000', '125418.996000', '125419.000000', '125419.002000', '125419.005000', '125419.008000', '125419.010000', '125419.013000', '125419.015000', '125419.018000', '125419.020000', '125419.023000', '125419.026000', '125419.028000', '125419.031000', '125419.033000', '125419.036000', '125419.038000', '125419.041000', '125419.044000', '125419.046000', '125419.049000', '125430.219000', '125430.222000', '125430.225000', '125430.227000', '125430.230000', '125430.233000', '125430.235000', '125430.238000', '125430.240000', '125430.243000', '125430.246000', '125430.248000', '125430.251000', '125430.254000', '125430.256000', '125430.259000', '125430.262000', '125430.264000', '125430.267000', '125430.270000', '125430.273000', '125430.276000', '125430.278000', '125430.281000', '125430.284000'], 'InstanceCreationTime': ['124758.980000', '124758.983000', '124758.986000', '124758.989000', '124759.000000', '124759.002000', '124759.005000', '124759.007000', '124759.010000', '124759.012000', '124759.015000', '124759.017000', '124759.020000', '124759.022000', '124759.031000', '124759.034000', '124759.036000', '124759.039000', '124759.042000', '124759.044000', '124759.047000', '124818.936000', '124818.939000', '124818.942000', '124818.944000', '124818.947000', '124818.949000', '124818.952000', '124818.954000', '124818.957000', '124818.959000', '124818.962000', '124818.965000', '124818.967000', '124818.970000', '124818.972000', '124818.980000', '124818.983000', '124818.985000', '124818.988000', '124818.991000', '124818.993000', '124818.996000', '124818.998000', '124819.002000', '124819.005000', '124819.007000', '124819.010000', '124819.012000', '124819.015000', '124819.018000', '124819.020000', '124819.023000', '124819.026000', '124819.028000', '124819.031000', '124819.033000', '124819.036000', '124819.043000', '124819.046000', '124819.049000', '124819.051000', '124819.054000', '124819.056000', '124838.937000', '124838.939000', '124838.942000', '124838.945000', '124838.947000', '124838.950000', '124838.952000', '124838.955000', '124838.957000', '124838.960000', '124838.962000', '124838.965000', '124838.967000', '124838.970000', '124838.973000', '124838.975000', '124838.978000', '124838.980000', '124838.983000', '124838.985000', '124838.988000', '124838.990000', '124838.993000', '124838.995000', '124838.998000', '124839.002000', '124839.004000', '124839.007000', '124839.009000', '124839.012000', '124839.014000', '124839.017000', '124839.020000', '124839.022000', '124839.025000', '124839.027000', '124839.030000', '124839.033000', '124839.035000', '124839.038000', '124839.040000', '124839.043000', '124839.046000', '124839.048000', '124858.936000', '124858.939000', '124858.942000', '124858.944000', '124858.947000', '124858.949000', '124858.952000', '124858.954000', '124858.957000', '124858.960000', '124858.963000', '124858.965000', '124858.968000', '124858.970000', '124858.973000', '124858.976000', '124858.978000', '124858.981000', '124858.983000', '124858.986000', '124858.989000', '124858.991000', '124858.994000', '124858.996000', '124859.000000', '124859.003000', '124859.005000', '124859.008000', '124859.010000', '124859.013000', '124859.015000', '124859.018000', '124859.020000', '124859.023000', '124859.026000', '124859.029000', '124859.032000', '124859.035000', '124859.038000', '124859.040000', '124859.043000', '124859.045000', '124859.048000', '124918.935000', '124918.938000', '124918.941000', '124918.943000', '124918.946000', '124918.949000', '124918.951000', '124918.954000', '124918.956000', '124918.959000', '124918.961000', '124918.964000', '124918.967000', '124918.969000', '124918.972000', '124918.975000', '124918.977000', '124918.980000', '124918.982000', '124918.985000', '124918.988000', '124918.990000', '124918.993000', '124918.995000', '124918.998000', '124919.001000', '124919.004000', '124919.007000', '124919.009000', '124919.012000', '124919.014000', '124919.017000', '124919.019000', '124919.022000', '124919.024000', '124919.027000', '124919.030000', '124919.032000', '124919.035000', '124919.037000', '124919.040000', '124919.043000', '124919.045000', '124919.048000', '124938.935000', '124938.938000', '124938.941000', '124938.944000', '124938.946000', '124938.949000', '124938.951000', '124938.954000', '124938.957000', '124938.959000', '124938.962000', '124938.964000', '124938.967000', '124938.970000', '124938.972000', '124938.975000', '124938.977000', '124938.980000', '124938.983000', '124938.985000', '124938.988000', '124938.990000', '124938.993000', '124938.996000', '124938.998000', '124939.002000', '124939.004000', '124939.007000', '124939.009000', '124939.012000', '124939.015000', '124939.045000', '124939.048000', '124939.051000', '124939.053000', '124939.056000', '124939.058000', '124939.061000', '124939.063000', '124939.066000', '124939.068000', '124939.071000', '124939.074000', '124958.936000', '124958.938000', '124958.941000', '124958.944000', '124958.946000', '124958.949000', '124958.951000', '124958.954000', '124958.956000', '124958.959000', '124958.961000', '124958.964000', '124958.967000', '124958.969000', '124958.972000', '124958.974000', '124958.977000', '124958.979000', '124958.982000', '124958.985000', '124958.987000', '124958.990000', '124958.992000', '124958.995000', '124958.997000', '124959.001000', '124959.004000', '124959.006000', '124959.009000', '124959.011000', '124959.014000', '124959.016000', '124959.019000', '124959.022000', '124959.024000', '124959.027000', '124959.029000', '124959.032000', '124959.034000', '124959.037000', '124959.039000', '124959.042000', '124959.045000', '124959.047000', '125018.936000', '125018.938000', '125018.941000', '125018.943000', '125018.947000', '125018.949000', '125018.952000', '125018.954000', '125018.957000', '125018.960000', '125018.962000', '125018.965000', '125018.968000', '125018.970000', '125018.973000', '125018.976000', '125018.978000', '125018.981000', '125018.983000', '125018.986000', '125018.989000', '125018.991000', '125018.994000', '125018.996000', '125019.000000', '125019.003000', '125019.005000', '125019.008000', '125019.011000', '125019.013000', '125019.016000', '125019.018000', '125019.021000', '125019.024000', '125019.026000', '125019.029000', '125019.031000', '125019.034000', '125019.037000', '125019.039000', '125019.042000', '125019.044000', '125019.047000', '125038.937000', '125038.940000', '125038.942000', '125038.945000', '125038.947000', '125038.950000', '125038.953000', '125038.955000', '125038.958000', '125038.960000', '125038.963000', '125038.966000', '125038.968000', '125038.971000', '125038.973000', '125038.976000', '125038.979000', '125038.981000', '125038.984000', '125038.987000', '125038.989000', '125038.992000', '125038.995000', '125038.997000', '125039.001000', '125039.003000', '125039.006000', '125039.008000', '125039.011000', '125039.014000', '125039.016000', '125039.019000', '125039.021000', '125039.024000', '125039.026000', '125039.029000', '125039.032000', '125039.034000', '125039.037000', '125039.039000', '125039.042000', '125039.044000', '125039.047000', '125039.050000', '125058.937000', '125058.939000', '125058.942000', '125058.945000', '125058.947000', '125058.950000', '125058.952000', '125058.955000', '125058.958000', '125058.960000', '125058.963000', '125058.966000', '125058.968000', '125058.971000', '125058.974000', '125058.976000', '125058.979000', '125058.982000', '125058.984000', '125058.987000', '125058.989000', '125058.992000', '125058.995000', '125058.997000', '125059.001000', '125059.003000', '125059.006000', '125059.009000', '125059.011000', '125059.014000', '125059.016000', '125059.019000', '125059.022000', '125059.024000', '125059.027000', '125059.029000', '125059.032000', '125059.035000', '125059.037000', '125059.040000', '125059.042000', '125059.045000', '125059.047000', '125118.936000', '125118.939000', '125118.942000', '125118.944000', '125118.947000', '125118.950000', '125118.952000', '125118.955000', '125118.958000', '125118.960000', '125118.963000', '125118.965000', '125119.002000', '125119.005000', '125119.008000', '125119.010000', '125119.013000', '125119.016000', '125119.018000', '125119.021000', '125119.024000', '125119.026000', '125119.029000', '125119.031000', '125119.034000', '125119.037000', '125119.039000', '125119.042000', '125119.044000', '125119.047000', '125119.050000', '125119.052000', '125119.055000', '125119.057000', '125119.060000', '125119.062000', '125119.065000', '125119.067000', '125119.070000', '125119.072000', '125119.075000', '125119.078000', '125119.080000', '125119.083000', '125138.935000', '125138.938000', '125138.941000', '125138.944000', '125138.946000', '125138.949000', '125138.952000', '125138.954000', '125138.957000', '125138.959000', '125138.962000', '125138.968000', '125138.970000', '125138.973000', '125138.976000', '125138.978000', '125138.981000', '125138.983000', '125138.986000', '125138.989000', '125138.991000', '125138.994000', '125138.996000', '125139.000000', '125139.003000', '125139.005000', '125139.008000', '125139.010000', '125139.013000', '125139.016000', '125139.018000', '125139.021000', '125139.023000', '125139.026000', '125139.028000', '125139.031000', '125139.033000', '125139.036000', '125139.039000', '125139.041000', '125139.044000', '125139.046000', '125139.049000', '125158.936000', '125158.938000', '125158.941000', '125158.944000', '125158.946000', '125158.949000', '125158.951000', '125158.954000', '125158.956000', '125158.959000', '125158.961000', '125158.964000', '125158.967000', '125158.969000', '125158.972000', '125158.974000', '125158.977000', '125158.979000', '125158.982000', '125158.985000', '125158.987000', '125158.990000', '125158.992000', '125158.995000', '125158.997000', '125159.001000', '125159.004000', '125159.006000', '125159.009000', '125159.011000', '125159.021000', '125159.024000', '125159.027000', '125159.029000', '125159.032000', '125159.034000', '125159.037000', '125159.040000', '125159.042000', '125159.045000', '125159.047000', '125159.050000', '125159.053000', '125159.055000', '125218.936000', '125218.939000', '125218.941000', '125218.944000', '125218.946000', '125218.949000', '125218.952000', '125218.954000', '125218.957000', '125218.960000', '125218.962000', '125218.965000', '125218.967000', '125218.970000', '125218.973000', '125218.975000', '125218.978000', '125218.980000', '125218.983000', '125218.985000', '125218.988000', '125218.991000', '125218.993000', '125218.996000', '125218.998000', '125219.002000', '125219.005000', '125219.007000', '125219.010000', '125219.012000', '125219.015000', '125219.018000', '125219.020000', '125219.023000', '125219.025000', '125219.028000', '125219.030000', '125219.033000', '125219.036000', '125219.038000', '125219.041000', '125219.043000', '125219.046000', '125238.935000', '125238.938000', '125238.941000', '125238.943000', '125238.946000', '125238.949000', '125238.952000', '125238.954000', '125238.957000', '125238.960000', '125238.963000', '125238.965000', '125238.968000', '125238.971000', '125238.973000', '125238.976000', '125238.979000', '125238.982000', '125238.985000', '125238.989000', '125238.991000', '125238.994000', '125238.997000', '125239.000000', '125239.003000', '125239.006000', '125239.008000', '125239.011000', '125239.014000', '125239.017000', '125239.019000', '125239.022000', '125239.024000', '125239.027000', '125239.029000', '125239.033000', '125239.036000', '125239.061000', '125239.063000', '125239.066000', '125239.068000', '125239.071000', '125239.073000', '125258.937000', '125258.940000', '125258.942000', '125258.945000', '125258.947000', '125258.950000', '125258.952000', '125258.955000', '125258.957000', '125258.960000', '125258.963000', '125258.965000', '125258.968000', '125258.970000', '125258.973000', '125258.976000', '125258.978000', '125258.981000', '125258.983000', '125258.986000', '125258.988000', '125258.991000', '125258.994000', '125258.996000', '125259.000000', '125259.002000', '125259.005000', '125259.007000', '125259.010000', '125259.013000', '125259.015000', '125259.018000', '125259.020000', '125259.023000', '125259.025000', '125259.028000', '125259.030000', '125259.033000', '125259.036000', '125259.038000', '125259.041000', '125259.043000', '125259.046000', '125259.049000', '125318.937000', '125318.939000', '125318.942000', '125318.945000', '125318.947000', '125318.950000', '125318.952000', '125318.955000', '125318.957000', '125318.960000', '125318.963000', '125318.965000', '125318.968000', '125318.970000', '125318.973000', '125318.976000', '125318.978000', '125318.981000', '125318.983000', '125318.986000', '125318.988000', '125318.991000', '125318.994000', '125318.996000', '125319.000000', '125319.003000', '125319.005000', '125319.008000', '125319.010000', '125319.013000', '125319.016000', '125319.018000', '125319.021000', '125319.023000', '125319.026000', '125319.029000', '125319.031000', '125319.034000', '125319.036000', '125319.039000', '125319.041000', '125319.044000', '125319.047000', '125319.049000', '125338.936000', '125338.939000', '125338.942000', '125338.944000', '125338.947000', '125338.950000', '125338.961000', '125338.963000', '125338.966000', '125338.969000', '125338.971000', '125338.974000', '125338.976000', '125338.979000', '125338.981000', '125338.984000', '125338.987000', '125338.989000', '125338.992000', '125338.994000', '125338.997000', '125339.001000', '125339.003000', '125339.010000', '125339.012000', '125339.015000', '125339.018000', '125339.020000', '125339.023000', '125339.026000', '125339.028000', '125339.031000', '125339.034000', '125339.036000', '125339.039000', '125339.041000', '125339.044000', '125339.047000', '125339.049000', '125339.052000', '125339.054000', '125339.057000', '125339.059000', '125358.936000', '125358.938000', '125358.941000', '125358.944000', '125358.946000', '125358.949000', '125358.951000', '125358.954000', '125358.957000', '125358.961000', '125358.963000', '125358.966000', '125358.968000', '125358.971000', '125358.973000', '125358.980000', '125358.982000', '125358.985000', '125358.988000', '125358.991000', '125358.994000', '125358.997000', '125359.001000', '125359.004000', '125359.006000', '125359.009000', '125359.011000', '125359.014000', '125359.017000', '125359.019000', '125359.022000', '125359.024000', '125359.027000', '125359.030000', '125359.032000', '125359.035000', '125359.038000', '125359.040000', '125359.043000', '125359.045000', '125359.048000', '125359.051000', '125359.053000', '125418.936000', '125418.939000', '125418.941000', '125418.944000', '125418.946000', '125418.949000', '125418.951000', '125418.954000', '125418.957000', '125418.959000', '125418.962000', '125418.964000', '125418.967000', '125418.970000', '125418.973000', '125418.976000', '125418.978000', '125418.981000', '125418.983000', '125418.986000', '125418.989000', '125418.991000', '125418.994000', '125418.996000', '125419.000000', '125419.002000', '125419.005000', '125419.008000', '125419.010000', '125419.013000', '125419.015000', '125419.018000', '125419.020000', '125419.023000', '125419.026000', '125419.028000', '125419.031000', '125419.033000', '125419.036000', '125419.038000', '125419.041000', '125419.044000', '125419.046000', '125419.049000', '125430.219000', '125430.222000', '125430.225000', '125430.227000', '125430.230000', '125430.233000', '125430.235000', '125430.238000', '125430.240000', '125430.243000', '125430.246000', '125430.248000', '125430.251000', '125430.254000', '125430.256000', '125430.259000', '125430.262000', '125430.264000', '125430.267000', '125430.270000', '125430.273000', '125430.276000', '125430.278000', '125430.281000', '125430.284000'], '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': [7673, 8760, 8574, 11222, 8596, 10204, 8659, 8693, 8268, 9739, 8362, 10666, 8642, 8467, 8646, 7552, 8651, 8173, 8945, 10720, 9391, 8208, 8832, 8476, 8247, 8604, 8251, 10435, 9148, 8010, 8099, 8685, 8150, 8363, 8444, 8155, 10713, 8845, 9857, 7451, 8815, 8252, 8171, 8262, 8740, 11890, 8818, 8202, 8147, 8060, 8505, 8637, 9361, 9490, 9378, 8689, 8423, 8575, 8137, 8500, 9199, 10905, 11016, 8738, 8674, 8261, 8676, 9093, 8456, 8758, 9454, 10681, 10041, 10943, 8818, 8329, 8710, 7982, 7249, 7990, 7920, 9024, 9784, 10617, 8822, 9310, 8060, 8190, 8047, 8232, 8383, 8226, 10565, 9090, 9700, 7593, 8283, 8020, 7939, 9792, 10279, 8473, 8503, 8498, 8035, 8557, 8815, 8897, 10081, 9477, 11158, 8606, 8527, 7621, 8561, 9173, 8611, 10633, 11189, 9113, 8047, 7468, 7867, 8486, 8072, 8789, 10936, 9375, 8667, 7490, 8578, 8495, 7631, 9579, 9171, 12330, 7964, 7928, 7644, 7384, 10304, 9929, 12198, 8983, 7662, 8425, 7365, 7940, 8583, 7753, 11085, 8855, 11917, 10252, 7656, 7671, 7069, 8648, 7847, 7565, 7240, 9454, 9200, 11916, 7778, 7993, 8139, 7370, 8292, 9334, 7825, 10436, 10261, 9975, 7818, 7990, 7401, 8709, 8962, 7683, 9937, 9622, 9265, 8160, 8471, 7304, 7948, 8659, 7694, 10243, 9206, 9196, 8063, 8444, 6888, 7749, 9072, 9491, 9707, 8952, 7698, 8061, 8766, 9107, 7388, 8629, 8851, 9824, 10615, 8965, 8342, 8781, 9330, 9428, 8617, 9127, 9080, 7997, 8644, 9556, 8003, 9736, 9648, 9665, 8555, 8626, 6876, 8578, 9118, 10026, 9000, 9742, 7131, 8232, 8669, 7792, 7524, 7632, 8347, 8014, 8529, 9443, 8497, 8435, 9307, 9385, 11142, 10270, 7802, 10834, 10112, 10001, 8459, 8448, 8554, 8549, 9260, 9933, 12454, 9601, 9071, 8746, 8322, 8429, 9669, 10606, 9081, 11439, 8005, 8299, 8803, 7447, 8889, 9060, 12046, 13247, 10392, 12110, 8486, 8508, 8444, 7864, 8320, 10191, 9068, 8551, 8891, 7875, 8456, 8913, 7678, 9226, 10154, 11037, 8347, 8558, 7862, 8680, 8702, 8047, 11367, 8577, 10401, 8268, 8730, 8740, 8021, 8247, 8636, 10541, 10423, 8401, 9005, 8415, 8780, 8585, 7908, 8881, 9597, 9778, 8466, 8433, 8351, 8845, 8798, 7682, 10098, 8697, 10070, 8545, 8719, 8007, 8393, 8873, 8140, 10481, 9692, 8811, 8419, 9169, 7706, 8617, 8797, 8508, 8629, 10402, 10012, 8764, 7496, 8816, 9457, 7253, 10479, 11697, 9695, 8381, 8629, 8227, 9145, 9018, 7761, 10617, 9430, 10697, 8216, 9033, 6644, 8774, 9772, 12655, 8269, 9854, 7709, 7950, 10287, 8419, 9544, 9677, 8606, 6914, 8200, 8407, 8750, 11108, 9272, 7584, 8897, 9175, 9378, 12237, 9917, 10424, 7931, 8755, 8928, 8842, 10623, 10030, 10453, 11411, 9591, 8658, 9552, 8394, 8367, 8787, 12692, 9015, 12868, 10142, 8035, 8168, 6610, 7757, 8778, 9974, 8813, 8187, 8623, 7326, 7094, 8087, 10375, 9727, 7148, 8441, 7012, 6693, 8049, 9614, 8859, 10574, 10773, 7834, 7389, 8289, 8803, 8138, 9495, 8833, 8526, 7823, 8500, 8639, 8716, 7994, 9409, 9986, 9484, 8887, 8817, 7852, 8137, 8491, 8003, 8291, 12877, 9012, 8404, 9033, 7873, 8447, 9077, 10342, 9476, 9661, 8090, 7726, 7713, 7149, 7052, 9330, 10732, 10452, 9484, 8156, 6947, 7719, 8905, 8865, 8480, 12278, 10127, 7785, 8277, 7304, 7663, 8136, 7831, 10113, 9853, 9484, 8200, 8257, 7075, 7640, 8699, 8710, 9883, 9433, 8627, 7753, 8098, 6872, 8020, 8854, 9648, 8450, 8815, 7611, 8037, 8213, 7418, 10468, 9126, 8426, 7756, 8075, 7265, 8756, 8440, 10297, 8137, 8281, 8977, 8675, 8256, 8867, 9538, 9464, 12739, 8921, 10478, 8324, 9113, 8925, 7862, 8396, 10868, 9037, 8633, 8934, 8070, 8621, 7833, 8725, 9122, 10385, 9905, 8870, 7642, 8340, 8931, 7841, 9506, 8993, 11069, 10327, 8944, 7496, 7616, 7717, 7850, 9832, 8243, 10755, 7262, 7792, 7298, 7895, 10466, 9207, 9690, 6911, 7192, 7995, 7008, 6966, 9864, 10584, 8251, 10398, 7126, 6782, 7200, 6934, 8181, 8960, 9767, 8765, 8793, 8854, 7995, 8820, 9203, 8722, 8989, 9255, 8870, 9699, 9006, 8529, 8302, 8584, 8360, 8617, 9501, 10240, 10550, 10577, 7814, 7967, 7597, 8245, 8105, 7424, 9480, 8504, 9120, 8382, 8799, 8202, 8311, 8562, 9368, 10016, 8539, 11275, 9119, 8071, 8157, 9218, 11498, 8384, 9982, 7598, 7809, 7862, 8211, 12025, 8653, 10815, 7739, 7816, 8040, 7849, 9021, 10943, 9524, 8048, 8668, 8056, 8767, 8958, 7737, 8720, 8640, 9117, 8815, 7940, 7996, 8792, 12150, 9182, 10203, 8084, 8436, 6637, 8082, 9503, 12188, 9701, 9335, 7143, 7507, 7067, 7192, 8731, 9980, 10129, 7619, 6665, 7004, 6947, 7369, 10155, 11175, 7584, 8515, 8535, 7234, 7882, 9089, 8590, 9951, 10084, 11191, 6545, 7174, 7889, 9329, 7842, 11781, 12508, 10672, 8660, 7211, 6661, 7001, 9104, 8703, 9271, 6969, 6586, 6534, 7946, 7558, 12225, 8706, 6824, 7020, 7481, 6827, 6914, 9917, 9702, 9500, 7376, 7177, 6981, 6832, 7429, 6909, 11175, 8469, 10251, 6950, 6804, 6871, 6890, 9382, 9195, 9385, 7278, 7689, 7658, 7146, 7503, 8165, 7619, 7289, 7947, 8043, 8029, 8199, 8131, 8049, 9420, 8897, 7973, 9589, 7519, 8572, 8397, 8308, 7812, 8297, 9620, 8071, 8680, 11508, 9100, 8846, 8475, 9528, 7830, 8607, 8172, 9029, 9592, 9413, 9817, 10452, 10371, 9099, 9264, 9011, 9795, 10526, 9018, 10746, 8547, 10816, 9166, 9970, 10332, 10892, 13777, 10417, 8262, 8482, 8504, 8536, 8197, 9793, 10909, 8710, 8020, 8353, 8873, 8713, 11043, 11779, 10302, 8612, 8531, 8583, 8375, 9517, 9775, 10412, 11825, 11156, 12871, 9586, 8323, 7741, 8268, 8166, 11464, 10766, 8368, 7805, 8682, 8684, 8068, 9709, 11770, 11557, 10373, 7923, 7932, 8392, 9146, 9991, 10636, 12361, 8125, 8818, 8380, 8276, 8256, 8239, 9650, 9801, 9335, 8242, 8722, 8251, 8715, 10017, 11283, 12637, 9020, 10592, 8173, 8249, 8241, 9412, 10819, 10398, 10259], 'WindowCenter': [3925.0, 3934.0, 3919.0, 3938.0, 3906.0, 3925.0, 3904.0, 3904.0, 3892.0, 3913.0, 3892.0, 3923.0, 3904.0, 3906.0, 3918.0, 3895.0, 3916.0, 3904.0, 3913.0, 3936.0, 3916.0, 3906.0, 3917.0, 3906.0, 3904.0, 3904.0, 3890.0, 3924.0, 3916.0, 3907.0, 3907.0, 3913.0, 3892.0, 3891.0, 3890.0, 3878.0, 3922.0, 3904.0, 3926.0, 3893.0, 3915.0, 3904.0, 3890.0, 3891.0, 3900.0, 3933.0, 3902.0, 3903.0, 3892.0, 3891.0, 3901.0, 3900.0, 3899.0, 3913.0, 3912.0, 3903.0, 3902.0, 3901.0, 3878.0, 3889.0, 3899.0, 3921.0, 3921.0, 3903.0, 3902.0, 3891.0, 3902.0, 3899.0, 3877.0, 3889.0, 3898.0, 3910.0, 3913.0, 3934.0, 3914.0, 3904.0, 3916.0, 3890.0, 3866.0, 3879.0, 3879.0, 3902.0, 3924.0, 3925.0, 3914.0, 3914.0, 3892.0, 3902.0, 3891.0, 3876.0, 3889.0, 3888.0, 3922.0, 3903.0, 3914.0, 3892.0, 3904.0, 3893.0, 3890.0, 3910.0, 3912.0, 3903.0, 3916.0, 3915.0, 3905.0, 3904.0, 3913.0, 3901.0, 3923.0, 3913.0, 3934.0, 3903.0, 3902.0, 3881.0, 3889.0, 3898.0, 3889.0, 3910.0, 3921.0, 3901.0, 3881.0, 3868.0, 3878.0, 3876.0, 3875.0, 3874.0, 3895.0, 3886.0, 3876.0, 3866.0, 3888.0, 3887.0, 3879.0, 3910.0, 3911.0, 3945.0, 3905.0, 3916.0, 3905.0, 3895.0, 3936.0, 3935.0, 3958.0, 3915.0, 3896.0, 3905.0, 3895.0, 3890.0, 3902.0, 3880.0, 3921.0, 3902.0, 3932.0, 3912.0, 3894.0, 3880.0, 3869.0, 3887.0, 3864.0, 3866.0, 3866.0, 3899.0, 3900.0, 3932.0, 3892.0, 3892.0, 3892.0, 3877.0, 3889.0, 3887.0, 3866.0, 3910.0, 3911.0, 3910.0, 3892.0, 3892.0, 3879.0, 3900.0, 3900.0, 3878.0, 3910.0, 3914.0, 3913.0, 3903.0, 3905.0, 3881.0, 3890.0, 3888.0, 3876.0, 3910.0, 3900.0, 3902.0, 3893.0, 3902.0, 3881.0, 3893.0, 3899.0, 3911.0, 3925.0, 3914.0, 3894.0, 3894.0, 3915.0, 3901.0, 3869.0, 3890.0, 3889.0, 3910.0, 3925.0, 3913.0, 3902.0, 3890.0, 3901.0, 3912.0, 3903.0, 3925.0, 3926.0, 3915.0, 3914.0, 3912.0, 3891.0, 3912.0, 3912.0, 3914.0, 3915.0, 3915.0, 3871.0, 3902.0, 3899.0, 3911.0, 3903.0, 3924.0, 3883.0, 3903.0, 3902.0, 3878.0, 3877.0, 3866.0, 3877.0, 3866.0, 3889.0, 3899.0, 3877.0, 3877.0, 3886.0, 3899.0, 3922.0, 3909.0, 3876.0, 3921.0, 3922.0, 3922.0, 3914.0, 3929.0, 3927.0, 3926.0, 3941.0, 3937.0, 3970.0, 3941.0, 3941.0, 3944.0, 3931.0, 3930.0, 3925.0, 3936.0, 3917.0, 3946.0, 3904.0, 3917.0, 3915.0, 3881.0, 3914.0, 3901.0, 3945.0, 3944.0, 3923.0, 3933.0, 3900.0, 3889.0, 3888.0, 3877.0, 3878.0, 3909.0, 3900.0, 3902.0, 3901.0, 3892.0, 3901.0, 3899.0, 3879.0, 3901.0, 3911.0, 3922.0, 3903.0, 3903.0, 3892.0, 3902.0, 3901.0, 3890.0, 3934.0, 3914.0, 3935.0, 3903.0, 3915.0, 3914.0, 3891.0, 3902.0, 3889.0, 3921.0, 3924.0, 3903.0, 3914.0, 3903.0, 3903.0, 3901.0, 3889.0, 3901.0, 3911.0, 3923.0, 3903.0, 3902.0, 3901.0, 3899.0, 3889.0, 3878.0, 3911.0, 3901.0, 3922.0, 3914.0, 3915.0, 3893.0, 3902.0, 3901.0, 3888.0, 3921.0, 3910.0, 3900.0, 3903.0, 3912.0, 3879.0, 3889.0, 3888.0, 3887.0, 3889.0, 3919.0, 3911.0, 3903.0, 3892.0, 3925.0, 3910.0, 3866.0, 3922.0, 3931.0, 3922.0, 3903.0, 3914.0, 3903.0, 3924.0, 3913.0, 3891.0, 3933.0, 3914.0, 3935.0, 3917.0, 3927.0, 3871.0, 3902.0, 3910.0, 3932.0, 3879.0, 3899.0, 3868.0, 3877.0, 3910.0, 3887.0, 3897.0, 3898.0, 3887.0, 3867.0, 3889.0, 3889.0, 3900.0, 3934.0, 3925.0, 3907.0, 3927.0, 3938.0, 3925.0, 3956.0, 3937.0, 3948.0, 3906.0, 3917.0, 3928.0, 3915.0, 3922.0, 3923.0, 3924.0, 3935.0, 3914.0, 3901.0, 3911.0, 3887.0, 3877.0, 3887.0, 3917.0, 3890.0, 3930.0, 3906.0, 3878.0, 3888.0, 3855.0, 3878.0, 3888.0, 3909.0, 3899.0, 3890.0, 3902.0, 3883.0, 3884.0, 3893.0, 3924.0, 3925.0, 3885.0, 3905.0, 3884.0, 3873.0, 3903.0, 3925.0, 3914.0, 3937.0, 3935.0, 3882.0, 3881.0, 3892.0, 3900.0, 3891.0, 3926.0, 3927.0, 3918.0, 3907.0, 3918.0, 3917.0, 3904.0, 3891.0, 3915.0, 3914.0, 3913.0, 3902.0, 3904.0, 3881.0, 3879.0, 3877.0, 3864.0, 3877.0, 3918.0, 3888.0, 3890.0, 3899.0, 3879.0, 3888.0, 3900.0, 3911.0, 3912.0, 3913.0, 3905.0, 3907.0, 3896.0, 3882.0, 3884.0, 3913.0, 3934.0, 3937.0, 3926.0, 3906.0, 3884.0, 3895.0, 3904.0, 3914.0, 3902.0, 3944.0, 3924.0, 3895.0, 3905.0, 3882.0, 3881.0, 3893.0, 3881.0, 3922.0, 3912.0, 3913.0, 3905.0, 3905.0, 3883.0, 3892.0, 3902.0, 3900.0, 3912.0, 3903.0, 3904.0, 3894.0, 3894.0, 3872.0, 3893.0, 3901.0, 3912.0, 3892.0, 3914.0, 3892.0, 3905.0, 3904.0, 3893.0, 3934.0, 3925.0, 3917.0, 3906.0, 3906.0, 3894.0, 3917.0, 3906.0, 3938.0, 3908.0, 3918.0, 3929.0, 3917.0, 3904.0, 3916.0, 3925.0, 3915.0, 3948.0, 3916.0, 3926.0, 3903.0, 3902.0, 3889.0, 3864.0, 3877.0, 3908.0, 3887.0, 3889.0, 3900.0, 3879.0, 3890.0, 3868.0, 3887.0, 3898.0, 3909.0, 3900.0, 3901.0, 3880.0, 3889.0, 3900.0, 3877.0, 3911.0, 3900.0, 3921.0, 3912.0, 3901.0, 3882.0, 3881.0, 3881.0, 3878.0, 3910.0, 3903.0, 3936.0, 3895.0, 3896.0, 3884.0, 3892.0, 3924.0, 3913.0, 3925.0, 3885.0, 3873.0, 3892.0, 3870.0, 3870.0, 3910.0, 3924.0, 3903.0, 3924.0, 3870.0, 3871.0, 3882.0, 3870.0, 3889.0, 3901.0, 3912.0, 3888.0, 3890.0, 3900.0, 3878.0, 3900.0, 3900.0, 3890.0, 3900.0, 3900.0, 3890.0, 3911.0, 3889.0, 3888.0, 3878.0, 3876.0, 3877.0, 3877.0, 3897.0, 3909.0, 3908.0, 3909.0, 3879.0, 3890.0, 3880.0, 3892.0, 3891.0, 3880.0, 3924.0, 3916.0, 3926.0, 3917.0, 3929.0, 3916.0, 3905.0, 3904.0, 3912.0, 3925.0, 3905.0, 3938.0, 3927.0, 3921.0, 3917.0, 3927.0, 3948.0, 3918.0, 3951.0, 3909.0, 3907.0, 3906.0, 3906.0, 3946.0, 3905.0, 3936.0, 3905.0, 3909.0, 3907.0, 3903.0, 3915.0, 3936.0, 3926.0, 3905.0, 3914.0, 3894.0, 3916.0, 3915.0, 3892.0, 3902.0, 3904.0, 3915.0, 3915.0, 3891.0, 3891.0, 3890.0, 3931.0, 3901.0, 3922.0, 3891.0, 3902.0, 3869.0, 3891.0, 3912.0, 3944.0, 3914.0, 3915.0, 3887.0, 3894.0, 3882.0, 3881.0, 3912.0, 3937.0, 3936.0, 3907.0, 3888.0, 3894.0, 3897.0, 3908.0, 3938.0, 3949.0, 3909.0, 3929.0, 3932.0, 3910.0, 3919.0, 3926.0, 3917.0, 3926.0, 3924.0, 3936.0, 3860.0, 3870.0, 3878.0, 3901.0, 3877.0, 3921.0, 3932.0, 3910.0, 3887.0, 3868.0, 3856.0, 3855.0, 3898.0, 3900.0, 3913.0, 3882.0, 3872.0, 3860.0, 3904.0, 3891.0, 3943.0, 3899.0, 3871.0, 3869.0, 3867.0, 3856.0, 3857.0, 3908.0, 3899.0, 3909.0, 3879.0, 3869.0, 3868.0, 3870.0, 3878.0, 3870.0, 3930.0, 3889.0, 3924.0, 3884.0, 3885.0, 3885.0, 3880.0, 3923.0, 3914.0, 3912.0, 3880.0, 3892.0, 3892.0, 3880.0, 3879.0, 3900.0, 3889.0, 3881.0, 3891.0, 3892.0, 3891.0, 3889.0, 3878.0, 3867.0, 3874.0, 3860.0, 3840.0, 3857.0, 3814.0, 3833.0, 3824.0, 3835.0, 3823.0, 3836.0, 3857.0, 3848.0, 3873.0, 3917.0, 3898.0, 3897.0, 3887.0, 3911.0, 3892.0, 3928.0, 3930.0, 3954.0, 3953.0, 3941.0, 3938.0, 3949.0, 3950.0, 3929.0, 3940.0, 3931.0, 3939.0, 3949.0, 3916.0, 3922.0, 3903.0, 3922.0, 3901.0, 3912.0, 3920.0, 3921.0, 3942.0, 3912.0, 3889.0, 3888.0, 3888.0, 3887.0, 3877.0, 3909.0, 3920.0, 3900.0, 3906.0, 3919.0, 3926.0, 3927.0, 3958.0, 3955.0, 3948.0, 3927.0, 3929.0, 3928.0, 3914.0, 3949.0, 3937.0, 3937.0, 3958.0, 3951.0, 3957.0, 3909.0, 3877.0, 3864.0, 3877.0, 3888.0, 3931.0, 3933.0, 3903.0, 3892.0, 3913.0, 3902.0, 3890.0, 3911.0, 3930.0, 3932.0, 3923.0, 3891.0, 3890.0, 3891.0, 3895.0, 3908.0, 3893.0, 3916.0, 3863.0, 3884.0, 3875.0, 3875.0, 3888.0, 3888.0, 3905.0, 3909.0, 3911.0, 3900.0, 3902.0, 3901.0, 3901.0, 3934.0, 3934.0, 3945.0, 3913.0, 3934.0, 3903.0, 3904.0, 3900.0, 3922.0, 3943.0, 3936.0, 3947.0], 'WindowWidth': [8798.0, 8805.0, 8774.0, 8796.0, 8749.0, 8773.0, 8743.0, 8742.0, 8723.0, 8753.0, 8724.0, 8767.0, 8746.0, 8750.0, 8769.0, 8734.0, 8763.0, 8745.0, 8758.0, 8791.0, 8762.0, 8749.0, 8766.0, 8751.0, 8747.0, 8744.0, 8720.0, 8770.0, 8765.0, 8753.0, 8756.0, 8756.0, 8725.0, 8722.0, 8719.0, 8699.0, 8766.0, 8743.0, 8775.0, 8729.0, 8760.0, 8742.0, 8719.0, 8721.0, 8732.0, 8779.0, 8736.0, 8741.0, 8726.0, 8721.0, 8736.0, 8734.0, 8730.0, 8754.0, 8751.0, 8740.0, 8740.0, 8734.0, 8700.0, 8716.0, 8727.0, 8760.0, 8761.0, 8740.0, 8737.0, 8721.0, 8737.0, 8729.0, 8696.0, 8714.0, 8724.0, 8744.0, 8754.0, 8781.0, 8758.0, 8748.0, 8764.0, 8717.0, 8680.0, 8700.0, 8700.0, 8736.0, 8768.0, 8773.0, 8757.0, 8758.0, 8726.0, 8738.0, 8720.0, 8692.0, 8713.0, 8712.0, 8761.0, 8738.0, 8756.0, 8726.0, 8743.0, 8725.0, 8719.0, 8745.0, 8749.0, 8739.0, 8763.0, 8761.0, 8748.0, 8742.0, 8754.0, 8735.0, 8766.0, 8753.0, 8782.0, 8740.0, 8738.0, 8708.0, 8715.0, 8724.0, 8713.0, 8743.0, 8758.0, 8733.0, 8707.0, 8685.0, 8697.0, 8691.0, 8689.0, 8686.0, 8713.0, 8701.0, 8691.0, 8680.0, 8712.0, 8708.0, 8700.0, 8745.0, 8747.0, 8799.0, 8750.0, 8767.0, 8751.0, 8738.0, 8791.0, 8790.0, 8823.0, 8762.0, 8738.0, 8748.0, 8733.0, 8722.0, 8737.0, 8705.0, 8760.0, 8734.0, 8778.0, 8749.0, 8730.0, 8707.0, 8688.0, 8708.0, 8673.0, 8677.0, 8678.0, 8729.0, 8730.0, 8777.0, 8724.0, 8727.0, 8724.0, 8700.0, 8713.0, 8708.0, 8679.0, 8742.0, 8746.0, 8745.0, 8726.0, 8724.0, 8703.0, 8730.0, 8732.0, 8700.0, 8744.0, 8755.0, 8755.0, 8743.0, 8746.0, 8710.0, 8719.0, 8712.0, 8695.0, 8741.0, 8729.0, 8735.0, 8725.0, 8738.0, 8711.0, 8730.0, 8729.0, 8749.0, 8774.0, 8756.0, 8728.0, 8728.0, 8760.0, 8732.0, 8687.0, 8715.0, 8710.0, 8744.0, 8772.0, 8754.0, 8738.0, 8717.0, 8733.0, 8753.0, 8742.0, 8775.0, 8779.0, 8763.0, 8759.0, 8753.0, 8722.0, 8752.0, 8753.0, 8756.0, 8762.0, 8761.0, 8696.0, 8739.0, 8728.0, 8748.0, 8740.0, 8770.0, 8716.0, 8741.0, 8736.0, 8697.0, 8693.0, 8679.0, 8692.0, 8677.0, 8710.0, 8725.0, 8693.0, 8692.0, 8702.0, 8728.0, 8761.0, 8742.0, 8695.0, 8760.0, 8762.0, 8768.0, 8761.0, 8789.0, 8786.0, 8781.0, 8811.0, 8795.0, 8844.0, 8809.0, 8809.0, 8817.0, 8795.0, 8791.0, 8774.0, 8793.0, 8767.0, 8803.0, 8746.0, 8766.0, 8760.0, 8710.0, 8756.0, 8735.0, 8798.0, 8797.0, 8766.0, 8779.0, 8732.0, 8716.0, 8711.0, 8696.0, 8697.0, 8740.0, 8730.0, 8736.0, 8736.0, 8724.0, 8737.0, 8727.0, 8702.0, 8733.0, 8749.0, 8763.0, 8741.0, 8741.0, 8725.0, 8737.0, 8735.0, 8719.0, 8784.0, 8758.0, 8788.0, 8744.0, 8762.0, 8758.0, 8724.0, 8738.0, 8715.0, 8762.0, 8770.0, 8742.0, 8758.0, 8741.0, 8741.0, 8734.0, 8716.0, 8734.0, 8749.0, 8767.0, 8743.0, 8741.0, 8737.0, 8731.0, 8715.0, 8699.0, 8747.0, 8736.0, 8766.0, 8759.0, 8762.0, 8729.0, 8738.0, 8735.0, 8715.0, 8761.0, 8746.0, 8732.0, 8739.0, 8750.0, 8703.0, 8715.0, 8709.0, 8709.0, 8715.0, 8755.0, 8748.0, 8741.0, 8727.0, 8776.0, 8744.0, 8681.0, 8764.0, 8775.0, 8766.0, 8742.0, 8758.0, 8744.0, 8772.0, 8756.0, 8725.0, 8782.0, 8756.0, 8789.0, 8766.0, 8779.0, 8699.0, 8739.0, 8742.0, 8773.0, 8698.0, 8724.0, 8684.0, 8695.0, 8741.0, 8709.0, 8718.0, 8722.0, 8707.0, 8682.0, 8715.0, 8716.0, 8731.0, 8783.0, 8775.0, 8755.0, 8782.0, 8797.0, 8776.0, 8819.0, 8795.0, 8809.0, 8753.0, 8767.0, 8787.0, 8762.0, 8763.0, 8767.0, 8769.0, 8787.0, 8755.0, 8735.0, 8745.0, 8709.0, 8696.0, 8707.0, 8747.0, 8714.0, 8770.0, 8731.0, 8699.0, 8712.0, 8663.0, 8699.0, 8710.0, 8740.0, 8728.0, 8718.0, 8739.0, 8715.0, 8720.0, 8729.0, 8771.0, 8775.0, 8721.0, 8749.0, 8721.0, 8705.0, 8744.0, 8772.0, 8758.0, 8794.0, 8785.0, 8711.0, 8709.0, 8725.0, 8734.0, 8722.0, 8777.0, 8783.0, 8770.0, 8752.0, 8770.0, 8765.0, 8744.0, 8723.0, 8758.0, 8755.0, 8754.0, 8739.0, 8741.0, 8706.0, 8699.0, 8691.0, 8674.0, 8693.0, 8749.0, 8709.0, 8716.0, 8727.0, 8701.0, 8713.0, 8729.0, 8746.0, 8751.0, 8755.0, 8747.0, 8754.0, 8738.0, 8715.0, 8718.0, 8754.0, 8783.0, 8791.0, 8775.0, 8749.0, 8720.0, 8733.0, 8742.0, 8757.0, 8739.0, 8796.0, 8770.0, 8733.0, 8745.0, 8713.0, 8710.0, 8727.0, 8708.0, 8764.0, 8751.0, 8753.0, 8749.0, 8747.0, 8716.0, 8725.0, 8736.0, 8731.0, 8749.0, 8738.0, 8743.0, 8731.0, 8731.0, 8698.0, 8727.0, 8734.0, 8748.0, 8725.0, 8756.0, 8727.0, 8746.0, 8746.0, 8729.0, 8784.0, 8774.0, 8766.0, 8753.0, 8750.0, 8733.0, 8767.0, 8751.0, 8798.0, 8756.0, 8771.0, 8786.0, 8768.0, 8746.0, 8763.0, 8772.0, 8759.0, 8807.0, 8762.0, 8776.0, 8739.0, 8736.0, 8712.0, 8673.0, 8691.0, 8736.0, 8708.0, 8714.0, 8730.0, 8702.0, 8716.0, 8685.0, 8709.0, 8724.0, 8741.0, 8729.0, 8731.0, 8705.0, 8715.0, 8731.0, 8697.0, 8744.0, 8729.0, 8758.0, 8749.0, 8736.0, 8711.0, 8708.0, 8709.0, 8700.0, 8743.0, 8742.0, 8790.0, 8734.0, 8737.0, 8717.0, 8724.0, 8770.0, 8754.0, 8773.0, 8721.0, 8702.0, 8722.0, 8691.0, 8689.0, 8744.0, 8769.0, 8740.0, 8769.0, 8694.0, 8696.0, 8713.0, 8692.0, 8717.0, 8733.0, 8748.0, 8714.0, 8717.0, 8729.0, 8699.0, 8730.0, 8729.0, 8717.0, 8729.0, 8728.0, 8716.0, 8746.0, 8714.0, 8710.0, 8695.0, 8689.0, 8692.0, 8691.0, 8723.0, 8739.0, 8736.0, 8740.0, 8701.0, 8719.0, 8706.0, 8724.0, 8724.0, 8708.0, 8771.0, 8764.0, 8780.0, 8769.0, 8785.0, 8766.0, 8747.0, 8742.0, 8748.0, 8772.0, 8745.0, 8794.0, 8782.0, 8780.0, 8770.0, 8779.0, 8808.0, 8771.0, 8822.0, 8763.0, 8756.0, 8752.0, 8751.0, 8802.0, 8747.0, 8791.0, 8750.0, 8762.0, 8754.0, 8743.0, 8760.0, 8790.0, 8776.0, 8748.0, 8759.0, 8732.0, 8763.0, 8759.0, 8725.0, 8737.0, 8741.0, 8761.0, 8758.0, 8722.0, 8720.0, 8717.0, 8771.0, 8732.0, 8763.0, 8722.0, 8738.0, 8692.0, 8721.0, 8751.0, 8796.0, 8755.0, 8758.0, 8728.0, 8733.0, 8714.0, 8711.0, 8755.0, 8793.0, 8789.0, 8753.0, 8732.0, 8736.0, 8746.0, 8758.0, 8796.0, 8812.0, 8761.0, 8791.0, 8795.0, 8764.0, 8774.0, 8781.0, 8767.0, 8778.0, 8772.0, 8788.0, 8681.0, 8693.0, 8699.0, 8733.0, 8697.0, 8761.0, 8776.0, 8744.0, 8710.0, 8685.0, 8668.0, 8664.0, 8727.0, 8732.0, 8755.0, 8714.0, 8701.0, 8684.0, 8745.0, 8724.0, 8793.0, 8733.0, 8698.0, 8691.0, 8684.0, 8668.0, 8669.0, 8740.0, 8726.0, 8743.0, 8703.0, 8693.0, 8691.0, 8694.0, 8701.0, 8695.0, 8772.0, 8719.0, 8772.0, 8721.0, 8724.0, 8724.0, 8710.0, 8771.0, 8757.0, 8750.0, 8709.0, 8727.0, 8730.0, 8711.0, 8705.0, 8735.0, 8719.0, 8711.0, 8721.0, 8725.0, 8721.0, 8713.0, 8696.0, 8679.0, 8681.0, 8656.0, 8625.0, 8642.0, 8581.0, 8604.0, 8595.0, 8609.0, 8593.0, 8615.0, 8642.0, 8638.0, 8682.0, 8750.0, 8727.0, 8726.0, 8712.0, 8748.0, 8728.0, 8784.0, 8794.0, 8833.0, 8827.0, 8809.0, 8799.0, 8814.0, 8817.0, 8788.0, 8803.0, 8793.0, 8800.0, 8812.0, 8761.0, 8765.0, 8739.0, 8763.0, 8735.0, 8748.0, 8759.0, 8759.0, 8792.0, 8748.0, 8715.0, 8712.0, 8710.0, 8708.0, 8695.0, 8742.0, 8759.0, 8732.0, 8749.0, 8775.0, 8782.0, 8786.0, 8826.0, 8818.0, 8812.0, 8783.0, 8792.0, 8785.0, 8762.0, 8816.0, 8795.0, 8796.0, 8825.0, 8819.0, 8821.0, 8742.0, 8695.0, 8673.0, 8696.0, 8713.0, 8773.0, 8780.0, 8742.0, 8729.0, 8756.0, 8740.0, 8719.0, 8750.0, 8772.0, 8777.0, 8767.0, 8723.0, 8718.0, 8720.0, 8718.0, 8736.0, 8709.0, 8741.0, 8669.0, 8697.0, 8688.0, 8689.0, 8714.0, 8714.0, 8734.0, 8742.0, 8748.0, 8735.0, 8740.0, 8735.0, 8736.0, 8786.0, 8786.0, 8800.0, 8756.0, 8786.0, 8741.0, 8746.0, 8736.0, 8767.0, 8797.0, 8793.0, 8808.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.0022665402298850572</td></tr>
<tr><td colspan=3>aqi</td><td>0.052552481034482755</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.17104125377442</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.142977420425776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0070615639470653</td></tr>
<tr><td colspan=3>efc</td><td>0.4719</td></tr>
<tr><td colspan=3>fber</td><td>4963.4092</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20970979763897576</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>382</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>43.9080459770115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5938692025667467</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.42926857844536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.852761295621234</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.499577733633646</td></tr>
<tr><td colspan=3>gcor</td><td>0.00962993</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020906874909996986</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026955705136060715</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.85162808926691</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>23.7077</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9253</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.769</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>694.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>290.8942</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1626</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.7835</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3113.244</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.5151</td></tr>
<tr><td colspan=3>tsnr</td><td>26.793176806764677</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>