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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-03/func/sub-0076_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>419bc6557451dda3d3e5b2cbd793a48c</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>10:52:27.415000</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.99997, -0.0076198, 0.00120656, 0.0075049, 0.997029, 0.0766543]</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100453</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7718, -7248, 682, 21, 10, -25, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.953</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39fbe584-27f0-4cc9-bd45-eaf0725a3dc2||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.682847023010254, 0.020135093480348587, 0.00482508260756731, 110.50930786132812], [0.02044336125254631, 2.674957275390625, 0.20693591237068176, -99.76696014404297], [0.0032371170818805695, -0.20565779507160187, 2.69205379486084, -46.573734283447266], [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': ['105227.415000', '105227.875000', '105228.335000', '105228.795000', '105229.255000', '105229.715000', '105230.175000', '105230.635000', '105231.095000', '105231.555000', '105232.015000', '105232.475000', '105232.935000', '105233.395000', '105233.855000', '105234.315000', '105234.775000', '105235.235000', '105235.695000', '105236.155000', '105236.615000', '105237.075000', '105237.535000', '105237.995000', '105238.455000', '105238.915000', '105239.375000', '105239.835000', '105240.295000', '105240.755000', '105241.215000', '105241.675000', '105242.135000', '105242.595000', '105243.055000', '105243.515000', '105243.975000', '105244.435000', '105244.895000', '105245.355000', '105245.815000', '105246.275000', '105246.735000', '105247.195000', '105247.655000', '105248.115000', '105248.575000', '105249.035000', '105249.495000', '105249.955000', '105250.415000', '105250.875000', '105251.335000', '105251.795000', '105252.255000', '105252.715000', '105253.175000', '105253.635000', '105254.095000', '105254.555000', '105255.015000', '105255.475000', '105255.935000', '105256.395000', '105256.855000', '105257.315000', '105257.775000', '105258.235000', '105258.695000', '105259.155000', '105259.615000', '105300.075000', '105300.535000', '105300.995000', '105301.455000', '105301.915000', '105302.375000', '105302.835000', '105303.295000', '105303.755000', '105304.215000', '105304.675000', '105305.135000', '105305.595000', '105306.055000', '105306.515000', '105306.975000', '105307.435000', '105307.895000', '105308.355000', '105308.815000', '105309.275000', '105309.735000', '105310.195000', '105310.655000', '105311.115000', '105311.575000', '105312.035000', '105312.495000', '105312.955000', '105313.415000', '105313.875000', '105314.335000', '105314.795000', '105315.255000', '105315.715000', '105316.175000', '105316.635000', '105317.095000', '105317.555000', '105318.015000', '105318.475000', '105318.935000', '105319.395000', '105319.855000', '105320.315000', '105320.775000', '105321.235000', '105321.695000', '105322.155000', '105322.615000', '105323.075000', '105323.535000', '105323.995000', '105324.455000', '105324.915000', '105325.375000', '105325.835000', '105326.295000', '105326.755000', '105327.215000', '105327.675000', '105328.135000', '105328.595000', '105329.055000', '105329.515000', '105329.975000', '105330.435000', '105330.895000', '105331.355000', '105331.815000', '105332.275000', '105332.735000', '105333.195000', '105333.655000', '105334.115000', '105334.575000', '105335.035000', '105335.495000', '105335.955000', '105336.415000', '105336.875000', '105337.335000', '105337.795000', '105338.255000', '105338.715000', '105339.175000', '105339.635000', '105340.095000', '105340.555000', '105341.015000', '105341.475000', '105341.935000', '105342.395000', '105342.855000', '105343.315000', '105343.775000', '105344.235000', '105344.695000', '105345.155000', '105345.615000', '105346.075000', '105346.535000', '105346.995000', '105347.455000', '105347.915000', '105348.375000', '105348.835000', '105349.295000', '105349.755000', '105350.215000', '105350.675000', '105351.135000', '105351.595000', '105352.055000', '105352.515000', '105352.975000', '105353.435000', '105353.895000', '105354.355000', '105354.815000', '105355.275000', '105355.735000', '105356.195000', '105356.655000', '105357.115000', '105357.575000', '105358.035000', '105358.495000', '105358.955000', '105359.415000', '105359.875000', '105400.335000', '105400.795000', '105401.255000', '105401.715000', '105402.175000', '105402.635000', '105403.095000', '105403.555000', '105404.015000', '105404.475000', '105404.935000', '105405.395000', '105405.855000', '105406.315000', '105406.775000', '105407.235000', '105407.695000', '105408.155000', '105408.615000', '105409.075000', '105409.535000', '105409.995000', '105410.455000', '105410.915000', '105411.375000', '105411.835000', '105412.295000', '105412.755000', '105413.215000', '105413.675000', '105414.135000', '105414.595000', '105415.055000', '105415.515000', '105415.975000', '105416.435000', '105416.895000', '105417.355000', '105417.815000', '105418.275000', '105418.735000', '105419.195000', '105419.655000', '105420.115000', '105420.575000', '105421.035000', '105421.495000', '105421.955000', '105422.415000', '105422.875000', '105423.335000', '105423.795000', '105424.255000', '105424.715000', '105425.175000', '105425.635000', '105426.095000', '105426.555000', '105427.015000', '105427.475000', '105427.935000', '105428.395000', '105428.855000', '105429.315000', '105429.775000', '105430.235000', '105430.695000', '105431.155000', '105431.615000', '105432.075000', '105432.535000', '105432.995000', '105433.455000', '105433.915000', '105434.375000', '105434.835000', '105435.295000', '105435.755000', '105436.215000', '105436.675000', '105437.135000', '105437.595000', '105438.055000', '105438.515000', '105438.975000', '105439.435000', '105439.895000', '105440.355000', '105440.815000', '105441.275000', '105441.735000', '105442.195000', '105442.655000', '105443.115000', '105443.575000', '105444.035000', '105444.495000', '105444.955000', '105445.415000', '105445.875000', '105446.335000', '105446.795000', '105447.255000', '105447.715000', '105448.175000', '105448.635000', '105449.095000', '105449.555000', '105450.015000', '105450.475000', '105450.935000', '105451.395000', '105451.855000', '105452.315000', '105452.775000', '105453.235000', '105453.695000', '105454.155000', '105454.615000', '105455.075000', '105455.535000', '105455.995000', '105456.455000', '105456.915000', '105457.375000', '105457.835000', '105458.295000', '105458.755000', '105459.215000', '105459.675000', '105500.135000', '105500.595000', '105501.055000', '105501.515000', '105501.975000', '105502.435000', '105502.895000', '105503.355000', '105503.815000', '105504.275000', '105504.735000', '105505.195000', '105505.655000', '105506.115000', '105506.575000', '105507.035000', '105507.495000', '105507.955000', '105508.415000', '105508.875000', '105509.335000', '105509.795000', '105510.255000', '105510.715000', '105511.175000', '105511.635000', '105512.095000', '105512.555000', '105513.015000', '105513.475000', '105513.935000', '105514.395000', '105514.855000', '105515.315000', '105515.775000', '105516.235000', '105516.695000', '105517.155000', '105517.615000', '105518.075000', '105518.535000', '105518.995000', '105519.455000', '105519.915000', '105520.375000', '105520.835000', '105521.295000', '105521.755000', '105522.215000', '105522.675000', '105523.135000', '105523.595000', '105524.055000', '105524.515000', '105524.975000', '105525.435000', '105525.895000', '105526.355000', '105526.815000', '105527.275000', '105527.735000', '105528.195000', '105528.655000', '105529.115000', '105529.575000', '105530.035000', '105530.495000', '105530.955000', '105531.415000', '105531.875000', '105532.335000', '105532.795000', '105533.255000', '105533.715000', '105534.175000', '105534.635000', '105535.095000', '105535.555000', '105536.015000', '105536.475000', '105536.935000', '105537.395000', '105537.855000', '105538.315000', '105538.775000', '105539.235000', '105539.695000', '105540.155000', '105540.615000', '105541.075000', '105541.535000', '105541.995000', '105542.455000', '105542.915000', '105543.375000', '105543.835000', '105544.295000', '105544.755000', '105545.215000', '105545.675000', '105546.135000', '105546.595000', '105547.055000', '105547.515000', '105547.975000', '105548.435000', '105548.895000', '105549.355000', '105549.815000', '105550.275000', '105550.735000', '105551.195000', '105551.655000', '105552.115000', '105552.575000', '105553.035000', '105553.495000', '105553.955000', '105554.415000', '105554.875000', '105555.335000', '105555.795000', '105556.255000', '105556.715000', '105557.175000', '105557.635000', '105558.095000', '105558.555000', '105559.015000', '105559.475000', '105559.935000', '105600.395000', '105600.855000', '105601.315000', '105601.775000', '105602.235000', '105602.695000', '105603.155000', '105603.615000', '105604.075000', '105604.535000', '105604.995000', '105605.455000', '105605.915000', '105606.375000', '105606.835000', '105607.295000', '105607.755000', '105608.215000', '105608.675000', '105609.135000', '105609.595000', '105610.055000', '105610.515000', '105610.975000', '105611.435000', '105611.895000', '105612.355000', '105612.815000', '105613.275000', '105613.735000', '105614.195000', '105614.655000', '105615.115000', '105615.575000', '105616.035000', '105616.495000', '105616.955000', '105617.415000', '105617.875000', '105618.335000', '105618.795000', '105619.255000', '105619.715000', '105620.175000', '105620.635000', '105621.095000', '105621.555000', '105622.015000', '105622.475000', '105622.935000', '105623.395000', '105623.855000', '105624.315000', '105624.775000', '105625.235000', '105625.695000', '105626.155000', '105626.615000', '105627.075000', '105627.535000', '105627.995000', '105628.455000', '105628.915000', '105629.375000', '105629.835000', '105630.295000', '105630.755000', '105631.215000', '105631.675000', '105632.135000', '105632.595000', '105633.055000', '105633.515000', '105633.975000', '105634.435000', '105634.895000', '105635.355000', '105635.815000', '105636.275000', '105636.735000', '105637.195000', '105637.655000', '105638.115000', '105638.575000', '105639.035000', '105639.495000', '105639.955000', '105640.415000', '105640.875000', '105641.335000', '105641.795000', '105642.255000', '105642.715000', '105643.175000', '105643.635000', '105644.095000', '105644.555000', '105645.015000', '105645.475000', '105645.935000', '105646.395000', '105646.855000', '105647.315000', '105647.775000', '105648.235000', '105648.695000', '105649.155000', '105649.615000', '105650.075000', '105650.535000', '105650.995000', '105651.455000', '105651.915000', '105652.375000', '105652.835000', '105653.295000', '105653.755000', '105654.215000', '105654.675000', '105655.135000', '105655.595000', '105656.055000', '105656.515000', '105656.975000', '105657.435000', '105657.895000', '105658.355000', '105658.815000', '105659.275000', '105659.735000', '105700.195000', '105700.655000', '105701.115000', '105701.575000', '105702.035000', '105702.495000', '105702.955000', '105703.415000', '105703.875000', '105704.335000', '105704.795000', '105705.255000', '105705.715000', '105706.175000', '105706.635000', '105707.095000', '105707.555000', '105708.015000', '105708.475000', '105708.935000', '105709.395000', '105709.855000', '105710.315000', '105710.775000', '105711.235000', '105711.695000', '105712.155000', '105712.615000', '105713.075000', '105713.535000', '105713.995000', '105714.455000', '105714.915000', '105715.375000', '105715.835000', '105716.295000', '105716.755000', '105717.215000', '105717.675000', '105718.135000', '105718.595000', '105719.055000', '105719.515000', '105719.975000', '105720.435000', '105720.895000', '105721.355000', '105721.815000', '105722.275000', '105722.735000', '105723.195000', '105723.655000', '105724.115000', '105724.575000', '105725.035000', '105725.495000', '105725.955000', '105726.415000', '105726.875000', '105727.335000', '105727.795000', '105728.255000', '105728.715000', '105729.175000', '105729.635000', '105730.095000', '105730.555000', '105731.015000', '105731.475000', '105731.935000', '105732.395000', '105732.855000', '105733.315000', '105733.775000', '105734.235000', '105734.695000', '105735.155000', '105735.615000', '105736.075000', '105736.535000', '105736.995000', '105737.455000', '105737.915000', '105738.375000', '105738.835000', '105739.295000', '105739.755000', '105740.215000', '105740.675000', '105741.135000', '105741.595000', '105742.055000', '105742.515000', '105742.975000', '105743.435000', '105743.895000', '105744.355000', '105744.815000', '105745.275000', '105745.735000', '105746.195000', '105746.655000', '105747.115000', '105747.575000', '105748.035000', '105748.495000', '105748.955000', '105749.415000', '105749.875000', '105750.335000', '105750.795000', '105751.255000', '105751.715000', '105752.175000', '105752.635000', '105753.095000', '105753.555000', '105754.015000', '105754.475000', '105754.935000', '105755.395000', '105755.855000', '105756.315000', '105756.775000', '105757.235000', '105757.695000', '105758.155000', '105758.615000', '105759.075000', '105759.535000', '105759.995000', '105800.455000', '105800.915000', '105801.375000', '105801.835000', '105802.295000', '105802.755000', '105803.215000', '105803.675000', '105804.135000', '105804.595000', '105805.055000', '105805.515000', '105805.975000', '105806.435000', '105806.895000', '105807.355000', '105807.815000', '105808.275000', '105808.735000', '105809.195000', '105809.655000', '105810.115000', '105810.575000', '105811.035000', '105811.495000', '105811.955000', '105812.415000', '105812.875000', '105813.335000', '105813.795000', '105814.255000', '105814.715000', '105815.175000', '105815.635000', '105816.095000', '105816.555000', '105817.015000', '105817.475000', '105817.935000', '105818.395000', '105818.855000', '105819.315000', '105819.775000', '105820.235000', '105820.695000', '105821.155000', '105821.615000', '105822.075000', '105822.535000', '105822.995000', '105823.455000', '105823.915000', '105824.375000', '105824.835000', '105825.295000', '105825.755000', '105826.215000', '105826.675000', '105827.135000', '105827.595000', '105828.055000', '105828.515000', '105828.975000', '105829.435000', '105829.895000', '105830.355000', '105830.815000', '105831.275000', '105831.735000', '105832.195000', '105832.655000', '105833.115000', '105833.575000', '105834.035000', '105834.495000', '105834.955000', '105835.415000', '105835.875000', '105836.335000', '105836.795000', '105837.255000', '105837.715000', '105838.175000', '105838.635000', '105839.095000', '105839.555000', '105840.015000', '105840.475000', '105840.935000', '105841.395000', '105841.855000', '105842.315000', '105842.775000', '105843.235000', '105843.695000', '105844.155000', '105844.615000', '105845.075000', '105845.535000', '105845.995000', '105846.455000', '105846.915000', '105847.375000', '105847.835000', '105848.295000', '105848.755000', '105849.215000', '105849.675000', '105850.135000', '105850.595000', '105851.055000', '105851.515000', '105851.975000', '105852.435000', '105852.895000', '105853.355000', '105853.815000', '105854.275000', '105854.735000', '105855.195000', '105855.655000', '105856.115000', '105856.575000', '105857.035000', '105857.495000', '105857.955000', '105858.415000', '105858.875000', '105859.335000', '105859.795000', '105900.255000', '105900.715000', '105901.175000', '105901.635000', '105902.095000', '105902.555000', '105903.015000', '105903.475000', '105903.935000', '105904.395000', '105904.855000', '105905.315000', '105905.775000', '105906.235000', '105906.695000', '105907.155000', '105907.615000', '105908.075000'], 'ContentTime': ['105238.693000', '105238.696000', '105238.699000', '105238.709000', '105238.711000', '105238.714000', '105238.717000', '105238.719000', '105238.722000', '105238.724000', '105238.727000', '105238.729000', '105238.732000', '105238.737000', '105238.740000', '105238.742000', '105238.745000', '105238.747000', '105238.750000', '105238.753000', '105238.756000', '105238.759000', '105258.669000', '105258.671000', '105258.674000', '105258.698000', '105258.700000', '105258.703000', '105258.706000', '105258.708000', '105258.711000', '105258.713000', '105258.716000', '105258.718000', '105258.721000', '105258.723000', '105258.726000', '105258.728000', '105258.731000', '105258.734000', '105258.736000', '105258.739000', '105258.741000', '105258.744000', '105258.746000', '105258.749000', '105258.752000', '105258.754000', '105258.757000', '105258.759000', '105258.766000', '105258.769000', '105258.771000', '105258.774000', '105258.776000', '105258.779000', '105258.782000', '105258.784000', '105258.787000', '105258.789000', '105258.792000', '105258.794000', '105258.797000', '105258.799000', '105258.802000', '105258.805000', '105318.669000', '105318.671000', '105318.674000', '105318.677000', '105318.679000', '105318.682000', '105318.684000', '105318.687000', '105318.689000', '105318.692000', '105318.695000', '105318.697000', '105318.700000', '105318.702000', '105318.705000', '105318.707000', '105318.710000', '105318.713000', '105318.715000', '105318.718000', '105318.720000', '105318.723000', '105318.725000', '105318.728000', '105318.730000', '105318.733000', '105318.735000', '105318.738000', '105318.741000', '105318.743000', '105318.746000', '105318.748000', '105318.751000', '105318.753000', '105318.756000', '105318.760000', '105318.763000', '105318.771000', '105318.774000', '105318.776000', '105318.779000', '105318.782000', '105318.784000', '105338.668000', '105338.671000', '105338.674000', '105338.676000', '105338.679000', '105338.681000', '105338.684000', '105338.686000', '105338.689000', '105338.692000', '105338.694000', '105338.697000', '105338.699000', '105338.702000', '105338.704000', '105338.707000', '105338.709000', '105338.712000', '105338.714000', '105338.717000', '105338.719000', '105338.722000', '105338.724000', '105338.727000', '105338.730000', '105338.732000', '105338.735000', '105338.737000', '105338.740000', '105338.743000', '105338.745000', '105338.748000', '105338.750000', '105338.753000', '105338.755000', '105338.758000', '105338.760000', '105338.763000', '105338.766000', '105338.768000', '105338.771000', '105338.773000', '105338.776000', '105338.778000', '105358.667000', '105358.670000', '105358.681000', '105358.683000', '105358.686000', '105358.689000', '105358.691000', '105358.694000', '105358.696000', '105358.699000', '105358.701000', '105358.704000', '105358.706000', '105358.709000', '105358.711000', '105358.714000', '105358.717000', '105358.719000', '105358.722000', '105358.724000', '105358.727000', '105358.730000', '105358.732000', '105358.735000', '105358.737000', '105358.740000', '105358.742000', '105358.745000', '105358.748000', '105358.750000', '105358.753000', '105358.755000', '105358.758000', '105358.761000', '105358.763000', '105358.766000', '105358.768000', '105358.771000', '105358.773000', '105358.776000', '105358.779000', '105358.781000', '105358.784000', '105418.668000', '105418.683000', '105418.686000', '105418.688000', '105418.691000', '105418.693000', '105418.696000', '105418.699000', '105418.701000', '105418.704000', '105418.706000', '105418.709000', '105418.711000', '105418.714000', '105418.717000', '105418.719000', '105418.722000', '105418.724000', '105418.727000', '105418.729000', '105418.732000', '105418.734000', '105418.737000', '105418.739000', '105418.742000', '105418.745000', '105418.747000', '105418.750000', '105418.752000', '105418.755000', '105418.758000', '105418.760000', '105418.763000', '105418.765000', '105418.768000', '105418.770000', '105418.773000', '105418.775000', '105418.778000', '105418.781000', '105418.783000', '105418.786000', '105418.788000', '105438.668000', '105438.671000', '105438.673000', '105438.676000', '105438.678000', '105438.681000', '105438.683000', '105438.686000', '105438.689000', '105438.691000', '105438.694000', '105438.696000', '105438.699000', '105438.701000', '105438.704000', '105438.707000', '105438.709000', '105438.712000', '105438.714000', '105438.717000', '105438.719000', '105438.722000', '105438.725000', '105438.727000', '105438.730000', '105438.732000', '105438.735000', '105438.737000', '105438.740000', '105438.743000', '105438.745000', '105438.748000', '105438.750000', '105438.753000', '105438.756000', '105438.758000', '105438.761000', '105438.763000', '105438.766000', '105438.769000', '105438.771000', '105438.774000', '105438.776000', '105438.779000', '105458.668000', '105458.671000', '105458.674000', '105458.676000', '105458.679000', '105458.681000', '105458.684000', '105458.687000', '105458.689000', '105458.692000', '105458.694000', '105458.697000', '105458.699000', '105458.702000', '105458.704000', '105458.707000', '105458.710000', '105458.712000', '105458.715000', '105458.717000', '105458.720000', '105458.722000', '105458.725000', '105458.728000', '105458.730000', '105458.733000', '105458.735000', '105458.738000', '105458.741000', '105458.743000', '105458.746000', '105458.748000', '105458.751000', '105458.753000', '105458.756000', '105458.758000', '105458.761000', '105458.764000', '105458.766000', '105458.769000', '105458.771000', '105458.774000', '105458.776000', '105458.779000', '105518.669000', '105518.671000', '105518.674000', '105518.676000', '105518.679000', '105518.682000', '105518.684000', '105518.687000', '105518.689000', '105518.692000', '105518.695000', '105518.697000', '105518.700000', '105518.702000', '105518.705000', '105518.708000', '105518.710000', '105518.713000', '105518.715000', '105518.718000', '105518.720000', '105518.723000', '105518.725000', '105518.728000', '105518.731000', '105518.733000', '105518.736000', '105518.739000', '105518.741000', '105518.744000', '105518.746000', '105518.749000', '105518.751000', '105518.754000', '105518.757000', '105518.759000', '105518.762000', '105518.764000', '105518.767000', '105518.769000', '105518.772000', '105518.775000', '105518.777000', '105538.668000', '105538.671000', '105538.674000', '105538.676000', '105538.679000', '105538.681000', '105538.684000', '105538.687000', '105538.689000', '105538.692000', '105538.694000', '105538.697000', '105538.699000', '105538.702000', '105538.705000', '105538.707000', '105538.710000', '105538.713000', '105538.715000', '105538.718000', '105538.720000', '105538.723000', '105538.725000', '105538.728000', '105538.731000', '105538.733000', '105538.745000', '105538.747000', '105538.750000', '105538.752000', '105538.755000', '105538.757000', '105538.760000', '105538.762000', '105538.765000', '105538.768000', '105538.770000', '105538.773000', '105538.775000', '105538.778000', '105538.781000', '105538.783000', '105538.786000', '105538.788000', '105558.669000', '105558.671000', '105558.674000', '105558.677000', '105558.679000', '105558.682000', '105558.684000', '105558.687000', '105558.690000', '105558.693000', '105558.695000', '105558.698000', '105558.700000', '105558.703000', '105558.706000', '105558.708000', '105558.711000', '105558.714000', '105558.716000', '105558.719000', '105558.722000', '105558.724000', '105558.727000', '105558.730000', '105558.732000', '105558.735000', '105558.738000', '105558.740000', '105558.743000', '105558.746000', '105558.748000', '105558.751000', '105558.753000', '105558.756000', '105558.759000', '105558.761000', '105558.764000', '105558.766000', '105558.769000', '105558.772000', '105558.774000', '105558.777000', '105558.780000', '105618.668000', '105618.670000', '105618.673000', '105618.676000', '105618.678000', '105618.681000', '105618.683000', '105618.686000', '105618.688000', '105618.691000', '105618.694000', '105618.696000', '105618.699000', '105618.702000', '105618.704000', '105618.707000', '105618.709000', '105618.712000', '105618.714000', '105618.717000', '105618.720000', '105618.722000', '105618.725000', '105618.727000', '105618.730000', '105618.733000', '105618.735000', '105618.738000', '105618.740000', '105618.743000', '105618.745000', '105618.748000', '105618.751000', '105618.753000', '105618.756000', '105618.758000', '105618.761000', '105618.763000', '105618.766000', '105618.769000', '105618.771000', '105618.774000', '105618.776000', '105618.779000', '105638.668000', '105638.670000', '105638.673000', '105638.676000', '105638.678000', '105638.681000', '105638.683000', '105638.686000', '105638.688000', '105638.691000', '105638.694000', '105638.696000', '105638.699000', '105638.701000', '105638.704000', '105638.707000', '105638.709000', '105638.712000', '105638.714000', '105638.717000', '105638.719000', '105638.722000', '105638.725000', '105638.727000', '105638.730000', '105638.733000', '105638.735000', '105638.738000', '105638.740000', '105638.743000', '105638.746000', '105638.748000', '105638.751000', '105638.753000', '105638.756000', '105638.759000', '105638.761000', '105638.764000', '105638.766000', '105638.769000', '105638.771000', '105638.774000', '105638.777000', '105658.667000', '105658.670000', '105658.673000', '105658.675000', '105658.678000', '105658.680000', '105658.683000', '105658.685000', '105658.688000', '105658.691000', '105658.696000', '105658.699000', '105658.701000', '105658.704000', '105658.707000', '105658.710000', '105658.712000', '105658.715000', '105658.717000', '105658.720000', '105658.723000', '105658.725000', '105658.728000', '105658.730000', '105658.733000', '105658.735000', '105658.738000', '105658.741000', '105658.743000', '105658.746000', '105658.748000', '105658.751000', '105658.754000', '105658.756000', '105658.759000', '105658.761000', '105658.764000', '105658.767000', '105658.769000', '105658.772000', '105658.774000', '105658.777000', '105658.779000', '105718.668000', '105718.671000', '105718.674000', '105718.676000', '105718.679000', '105718.682000', '105718.684000', '105718.687000', '105718.697000', '105718.699000', '105718.702000', '105718.705000', '105718.707000', '105718.710000', '105718.712000', '105718.715000', '105718.717000', '105718.720000', '105718.722000', '105718.725000', '105718.728000', '105718.730000', '105718.733000', '105718.735000', '105718.738000', '105718.741000', '105718.743000', '105718.746000', '105718.749000', '105718.752000', '105718.754000', '105718.757000', '105718.759000', '105718.762000', '105718.764000', '105718.767000', '105718.770000', '105718.772000', '105718.775000', '105718.777000', '105718.780000', '105718.783000', '105718.785000', '105718.788000', '105738.668000', '105738.671000', '105738.674000', '105738.676000', '105738.679000', '105738.682000', '105738.684000', '105738.687000', '105738.689000', '105738.692000', '105738.695000', '105738.697000', '105738.700000', '105738.702000', '105738.705000', '105738.708000', '105738.710000', '105738.713000', '105738.716000', '105738.718000', '105738.721000', '105738.724000', '105738.727000', '105738.729000', '105738.732000', '105738.734000', '105738.737000', '105738.740000', '105738.742000', '105738.745000', '105738.747000', '105738.750000', '105738.753000', '105738.755000', '105738.758000', '105738.760000', '105738.763000', '105738.766000', '105738.768000', '105738.771000', '105738.773000', '105738.776000', '105738.779000', '105758.669000', '105758.671000', '105758.674000', '105758.677000', '105758.679000', '105758.682000', '105758.685000', '105758.687000', '105758.690000', '105758.692000', '105758.695000', '105758.698000', '105758.700000', '105758.703000', '105758.706000', '105758.708000', '105758.711000', '105758.713000', '105758.716000', '105758.719000', '105758.721000', '105758.724000', '105758.726000', '105758.739000', '105758.741000', '105758.744000', '105758.747000', '105758.749000', '105758.752000', '105758.755000', '105758.757000', '105758.760000', '105758.762000', '105758.765000', '105758.768000', '105758.770000', '105758.773000', '105758.775000', '105758.778000', '105758.781000', '105758.783000', '105758.786000', '105758.789000', '105758.791000', '105818.669000', '105818.672000', '105818.674000', '105818.677000', '105818.679000', '105818.682000', '105818.685000', '105818.687000', '105818.690000', '105818.692000', '105818.695000', '105818.698000', '105818.700000', '105818.703000', '105818.705000', '105818.708000', '105818.711000', '105818.713000', '105818.716000', '105818.718000', '105818.721000', '105818.724000', '105818.726000', '105818.729000', '105818.732000', '105818.735000', '105818.738000', '105818.740000', '105818.743000', '105818.746000', '105818.748000', '105818.751000', '105818.753000', '105818.756000', '105818.759000', '105818.761000', '105818.764000', '105818.766000', '105818.769000', '105818.771000', '105818.774000', '105818.777000', '105818.779000', '105838.668000', '105838.670000', '105838.673000', '105838.676000', '105838.678000', '105838.681000', '105838.683000', '105838.686000', '105838.689000', '105838.692000', '105838.694000', '105838.697000', '105838.699000', '105838.702000', '105838.705000', '105838.707000', '105838.710000', '105838.712000', '105838.715000', '105838.722000', '105838.725000', '105838.728000', '105838.730000', '105838.733000', '105838.735000', '105838.738000', '105838.740000', '105838.743000', '105838.746000', '105838.748000', '105838.751000', '105838.754000', '105838.756000', '105838.759000', '105838.761000', '105838.764000', '105838.767000', '105838.769000', '105838.772000', '105838.774000', '105838.777000', '105838.780000', '105838.782000', '105838.785000', '105858.667000', '105858.670000', '105858.673000', '105858.675000', '105858.678000', '105858.680000', '105858.683000', '105858.686000', '105858.688000', '105858.691000', '105858.693000', '105858.696000', '105858.698000', '105858.701000', '105858.703000', '105858.706000', '105858.709000', '105858.712000', '105858.714000', '105858.717000', '105858.719000', '105858.722000', '105858.724000', '105858.727000', '105858.730000', '105858.732000', '105858.735000', '105858.737000', '105858.740000', '105858.743000', '105858.745000', '105858.748000', '105858.750000', '105858.753000', '105858.755000', '105858.758000', '105858.761000', '105858.763000', '105858.766000', '105858.768000', '105858.771000', '105858.773000', '105858.776000', '105909.285000', '105909.288000', '105909.291000', '105909.294000', '105909.297000', '105909.299000', '105909.302000', '105909.305000', '105909.307000', '105909.310000', '105909.313000', '105909.316000', '105909.319000', '105909.322000', '105909.325000', '105909.328000', '105909.331000', '105909.334000', '105909.336000', '105909.339000', '105909.342000', '105909.345000', '105909.348000', '105909.350000'], 'InstanceCreationTime': ['105238.693000', '105238.696000', '105238.699000', '105238.709000', '105238.711000', '105238.714000', '105238.717000', '105238.719000', '105238.722000', '105238.724000', '105238.727000', '105238.729000', '105238.732000', '105238.737000', '105238.740000', '105238.742000', '105238.745000', '105238.747000', '105238.750000', '105238.753000', '105238.756000', '105238.759000', '105258.669000', '105258.671000', '105258.674000', '105258.698000', '105258.700000', '105258.703000', '105258.706000', '105258.708000', '105258.711000', '105258.713000', '105258.716000', '105258.718000', '105258.721000', '105258.723000', '105258.726000', '105258.728000', '105258.731000', '105258.734000', '105258.736000', '105258.739000', '105258.741000', '105258.744000', '105258.746000', '105258.749000', '105258.752000', '105258.754000', '105258.757000', '105258.759000', '105258.766000', '105258.769000', '105258.771000', '105258.774000', '105258.776000', '105258.779000', '105258.782000', '105258.784000', '105258.787000', '105258.789000', '105258.792000', '105258.794000', '105258.797000', '105258.799000', '105258.802000', '105258.805000', '105318.669000', '105318.671000', '105318.674000', '105318.677000', '105318.679000', '105318.682000', '105318.684000', '105318.687000', '105318.689000', '105318.692000', '105318.695000', '105318.697000', '105318.700000', '105318.702000', '105318.705000', '105318.707000', '105318.710000', '105318.713000', '105318.715000', '105318.718000', '105318.720000', '105318.723000', '105318.725000', '105318.728000', '105318.730000', '105318.733000', '105318.735000', '105318.738000', '105318.741000', '105318.743000', '105318.746000', '105318.748000', '105318.751000', '105318.753000', '105318.756000', '105318.760000', '105318.763000', '105318.771000', '105318.774000', '105318.776000', '105318.779000', '105318.782000', '105318.784000', '105338.668000', '105338.671000', '105338.674000', '105338.676000', '105338.679000', '105338.681000', '105338.684000', '105338.686000', '105338.689000', '105338.692000', '105338.694000', '105338.697000', '105338.699000', '105338.702000', '105338.704000', '105338.707000', '105338.709000', '105338.712000', '105338.714000', '105338.717000', '105338.719000', '105338.722000', '105338.724000', '105338.727000', '105338.730000', '105338.732000', '105338.735000', '105338.737000', '105338.740000', '105338.743000', '105338.745000', '105338.748000', '105338.750000', '105338.753000', '105338.755000', '105338.758000', '105338.760000', '105338.763000', '105338.766000', '105338.768000', '105338.771000', '105338.773000', '105338.776000', '105338.778000', '105358.667000', '105358.670000', '105358.681000', '105358.683000', '105358.686000', '105358.689000', '105358.691000', '105358.694000', '105358.696000', '105358.699000', '105358.701000', '105358.704000', '105358.706000', '105358.709000', '105358.711000', '105358.714000', '105358.717000', '105358.719000', '105358.722000', '105358.724000', '105358.727000', '105358.730000', '105358.732000', '105358.735000', '105358.737000', '105358.740000', '105358.742000', '105358.745000', '105358.748000', '105358.750000', '105358.753000', '105358.755000', '105358.758000', '105358.761000', '105358.763000', '105358.766000', '105358.768000', '105358.771000', '105358.773000', '105358.776000', '105358.779000', '105358.781000', '105358.784000', '105418.668000', '105418.683000', '105418.686000', '105418.688000', '105418.691000', '105418.693000', '105418.696000', '105418.699000', '105418.701000', '105418.704000', '105418.706000', '105418.709000', '105418.711000', '105418.714000', '105418.717000', '105418.719000', '105418.722000', '105418.724000', '105418.727000', '105418.729000', '105418.732000', '105418.734000', '105418.737000', '105418.739000', '105418.742000', '105418.745000', '105418.747000', '105418.750000', '105418.752000', '105418.755000', '105418.758000', '105418.760000', '105418.763000', '105418.765000', '105418.768000', '105418.770000', '105418.773000', '105418.775000', '105418.778000', '105418.781000', '105418.783000', '105418.786000', '105418.788000', '105438.668000', '105438.671000', '105438.673000', '105438.676000', '105438.678000', '105438.681000', '105438.683000', '105438.686000', '105438.689000', '105438.691000', '105438.694000', '105438.696000', '105438.699000', '105438.701000', '105438.704000', '105438.707000', '105438.709000', '105438.712000', '105438.714000', '105438.717000', '105438.719000', '105438.722000', '105438.725000', '105438.727000', '105438.730000', '105438.732000', '105438.735000', '105438.737000', '105438.740000', '105438.743000', '105438.745000', '105438.748000', '105438.750000', '105438.753000', '105438.756000', '105438.758000', '105438.761000', '105438.763000', '105438.766000', '105438.769000', '105438.771000', '105438.774000', '105438.776000', '105438.779000', '105458.668000', '105458.671000', '105458.674000', '105458.676000', '105458.679000', '105458.681000', '105458.684000', '105458.687000', '105458.689000', '105458.692000', '105458.694000', '105458.697000', '105458.699000', '105458.702000', '105458.704000', '105458.707000', '105458.710000', '105458.712000', '105458.715000', '105458.717000', '105458.720000', '105458.722000', '105458.725000', '105458.728000', '105458.730000', '105458.733000', '105458.735000', '105458.738000', '105458.741000', '105458.743000', '105458.746000', '105458.748000', '105458.751000', '105458.753000', '105458.756000', '105458.758000', '105458.761000', '105458.764000', '105458.766000', '105458.769000', '105458.771000', '105458.774000', '105458.776000', '105458.779000', '105518.669000', '105518.671000', '105518.674000', '105518.676000', '105518.679000', '105518.682000', '105518.684000', '105518.687000', '105518.689000', '105518.692000', '105518.695000', '105518.697000', '105518.700000', '105518.702000', '105518.705000', '105518.708000', '105518.710000', '105518.713000', '105518.715000', '105518.718000', '105518.720000', '105518.723000', '105518.725000', '105518.728000', '105518.731000', '105518.733000', '105518.736000', '105518.739000', '105518.741000', '105518.744000', '105518.746000', '105518.749000', '105518.751000', '105518.754000', '105518.757000', '105518.759000', '105518.762000', '105518.764000', '105518.767000', '105518.769000', '105518.772000', '105518.775000', '105518.777000', '105538.668000', '105538.671000', '105538.674000', '105538.676000', '105538.679000', '105538.681000', '105538.684000', '105538.687000', '105538.689000', '105538.692000', '105538.694000', '105538.697000', '105538.699000', '105538.702000', '105538.705000', '105538.707000', '105538.710000', '105538.713000', '105538.715000', '105538.718000', '105538.720000', '105538.723000', '105538.725000', '105538.728000', '105538.731000', '105538.733000', '105538.745000', '105538.747000', '105538.750000', '105538.752000', '105538.755000', '105538.757000', '105538.760000', '105538.762000', '105538.765000', '105538.768000', '105538.770000', '105538.773000', '105538.775000', '105538.778000', '105538.781000', '105538.783000', '105538.786000', '105538.788000', '105558.669000', '105558.671000', '105558.674000', '105558.677000', '105558.679000', '105558.682000', '105558.684000', '105558.687000', '105558.690000', '105558.693000', '105558.695000', '105558.698000', '105558.700000', '105558.703000', '105558.706000', '105558.708000', '105558.711000', '105558.714000', '105558.716000', '105558.719000', '105558.722000', '105558.724000', '105558.727000', '105558.730000', '105558.732000', '105558.735000', '105558.738000', '105558.740000', '105558.743000', '105558.746000', '105558.748000', '105558.751000', '105558.753000', '105558.756000', '105558.759000', '105558.761000', '105558.764000', '105558.766000', '105558.769000', '105558.772000', '105558.774000', '105558.777000', '105558.780000', '105618.668000', '105618.670000', '105618.673000', '105618.676000', '105618.678000', '105618.681000', '105618.683000', '105618.686000', '105618.688000', '105618.691000', '105618.694000', '105618.696000', '105618.699000', '105618.702000', '105618.704000', '105618.707000', '105618.709000', '105618.712000', '105618.714000', '105618.717000', '105618.720000', '105618.722000', '105618.725000', '105618.727000', '105618.730000', '105618.733000', '105618.735000', '105618.738000', '105618.740000', '105618.743000', '105618.745000', '105618.748000', '105618.751000', '105618.753000', '105618.756000', '105618.758000', '105618.761000', '105618.763000', '105618.766000', '105618.769000', '105618.771000', '105618.774000', '105618.776000', '105618.779000', '105638.668000', '105638.670000', '105638.673000', '105638.676000', '105638.678000', '105638.681000', '105638.683000', '105638.686000', '105638.688000', '105638.691000', '105638.694000', '105638.696000', '105638.699000', '105638.701000', '105638.704000', '105638.707000', '105638.709000', '105638.712000', '105638.714000', '105638.717000', '105638.719000', '105638.722000', '105638.725000', '105638.727000', '105638.730000', '105638.733000', '105638.735000', '105638.738000', '105638.740000', '105638.743000', '105638.746000', '105638.748000', '105638.751000', '105638.753000', '105638.756000', '105638.759000', '105638.761000', '105638.764000', '105638.766000', '105638.769000', '105638.771000', '105638.774000', '105638.777000', '105658.667000', '105658.670000', '105658.673000', '105658.675000', '105658.678000', '105658.680000', '105658.683000', '105658.685000', '105658.688000', '105658.691000', '105658.696000', '105658.699000', '105658.701000', '105658.704000', '105658.707000', '105658.710000', '105658.712000', '105658.715000', '105658.717000', '105658.720000', '105658.723000', '105658.725000', '105658.728000', '105658.730000', '105658.733000', '105658.735000', '105658.738000', '105658.741000', '105658.743000', '105658.746000', '105658.748000', '105658.751000', '105658.754000', '105658.756000', '105658.759000', '105658.761000', '105658.764000', '105658.767000', '105658.769000', '105658.772000', '105658.774000', '105658.777000', '105658.779000', '105718.668000', '105718.671000', '105718.674000', '105718.676000', '105718.679000', '105718.682000', '105718.684000', '105718.687000', '105718.697000', '105718.699000', '105718.702000', '105718.705000', '105718.707000', '105718.710000', '105718.712000', '105718.715000', '105718.717000', '105718.720000', '105718.722000', '105718.725000', '105718.728000', '105718.730000', '105718.733000', '105718.735000', '105718.738000', '105718.741000', '105718.743000', '105718.746000', '105718.749000', '105718.752000', '105718.754000', '105718.757000', '105718.759000', '105718.762000', '105718.764000', '105718.767000', '105718.770000', '105718.772000', '105718.775000', '105718.777000', '105718.780000', '105718.783000', '105718.785000', '105718.788000', '105738.668000', '105738.671000', '105738.674000', '105738.676000', '105738.679000', '105738.682000', '105738.684000', '105738.687000', '105738.689000', '105738.692000', '105738.695000', '105738.697000', '105738.700000', '105738.702000', '105738.705000', '105738.708000', '105738.710000', '105738.713000', '105738.716000', '105738.718000', '105738.721000', '105738.724000', '105738.727000', '105738.729000', '105738.732000', '105738.734000', '105738.737000', '105738.740000', '105738.742000', '105738.745000', '105738.747000', '105738.750000', '105738.753000', '105738.755000', '105738.758000', '105738.760000', '105738.763000', '105738.766000', '105738.768000', '105738.771000', '105738.773000', '105738.776000', '105738.779000', '105758.669000', '105758.671000', '105758.674000', '105758.677000', '105758.679000', '105758.682000', '105758.685000', '105758.687000', '105758.690000', '105758.692000', '105758.695000', '105758.698000', '105758.700000', '105758.703000', '105758.706000', '105758.708000', '105758.711000', '105758.713000', '105758.716000', '105758.719000', '105758.721000', '105758.724000', '105758.726000', '105758.739000', '105758.741000', '105758.744000', '105758.747000', '105758.749000', '105758.752000', '105758.755000', '105758.757000', '105758.760000', '105758.762000', '105758.765000', '105758.768000', '105758.770000', '105758.773000', '105758.775000', '105758.778000', '105758.781000', '105758.783000', '105758.786000', '105758.789000', '105758.791000', '105818.669000', '105818.672000', '105818.674000', '105818.677000', '105818.679000', '105818.682000', '105818.685000', '105818.687000', '105818.690000', '105818.692000', '105818.695000', '105818.698000', '105818.700000', '105818.703000', '105818.705000', '105818.708000', '105818.711000', '105818.713000', '105818.716000', '105818.718000', '105818.721000', '105818.724000', '105818.726000', '105818.729000', '105818.732000', '105818.735000', '105818.738000', '105818.740000', '105818.743000', '105818.746000', '105818.748000', '105818.751000', '105818.753000', '105818.756000', '105818.759000', '105818.761000', '105818.764000', '105818.766000', '105818.769000', '105818.771000', '105818.774000', '105818.777000', '105818.779000', '105838.668000', '105838.670000', '105838.673000', '105838.676000', '105838.678000', '105838.681000', '105838.683000', '105838.686000', '105838.689000', '105838.692000', '105838.694000', '105838.697000', '105838.699000', '105838.702000', '105838.705000', '105838.707000', '105838.710000', '105838.712000', '105838.715000', '105838.722000', '105838.725000', '105838.728000', '105838.730000', '105838.733000', '105838.735000', '105838.738000', '105838.740000', '105838.743000', '105838.746000', '105838.748000', '105838.751000', '105838.754000', '105838.756000', '105838.759000', '105838.761000', '105838.764000', '105838.767000', '105838.769000', '105838.772000', '105838.774000', '105838.777000', '105838.780000', '105838.782000', '105838.785000', '105858.667000', '105858.670000', '105858.673000', '105858.675000', '105858.678000', '105858.680000', '105858.683000', '105858.686000', '105858.688000', '105858.691000', '105858.693000', '105858.696000', '105858.698000', '105858.701000', '105858.703000', '105858.706000', '105858.709000', '105858.712000', '105858.714000', '105858.717000', '105858.719000', '105858.722000', '105858.724000', '105858.727000', '105858.730000', '105858.732000', '105858.735000', '105858.737000', '105858.740000', '105858.743000', '105858.745000', '105858.748000', '105858.750000', '105858.753000', '105858.755000', '105858.758000', '105858.761000', '105858.763000', '105858.766000', '105858.768000', '105858.771000', '105858.773000', '105858.776000', '105909.285000', '105909.288000', '105909.291000', '105909.294000', '105909.297000', '105909.299000', '105909.302000', '105909.305000', '105909.307000', '105909.310000', '105909.313000', '105909.316000', '105909.319000', '105909.322000', '105909.325000', '105909.328000', '105909.331000', '105909.334000', '105909.336000', '105909.339000', '105909.342000', '105909.345000', '105909.348000', '105909.350000'], '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': [15767, 13571, 13639, 15415, 13373, 13899, 15006, 12468, 13472, 14254, 14238, 13637, 12729, 14050, 14011, 13745, 14045, 13530, 12215, 13471, 13436, 12252, 13658, 13260, 14535, 13431, 13175, 12807, 13649, 13948, 13100, 13420, 15412, 14294, 13205, 13860, 16479, 13716, 13438, 16133, 13609, 13001, 15638, 13911, 13002, 14369, 13374, 12932, 14400, 13159, 12856, 14188, 13408, 12233, 15678, 12546, 12149, 13477, 11556, 12883, 13635, 13775, 16596, 13664, 12731, 15693, 13325, 12743, 13591, 13221, 12695, 12726, 13466, 12656, 12692, 13499, 12631, 15232, 14181, 12159, 16439, 14257, 11710, 16574, 14011, 12031, 16221, 13924, 11706, 15988, 13965, 12087, 15435, 13689, 12044, 15745, 14346, 12303, 13659, 14226, 12911, 13597, 14179, 12774, 12312, 14199, 12893, 12849, 13248, 12841, 13533, 13468, 12995, 12923, 12574, 12887, 14168, 13266, 12884, 10983, 13466, 12630, 11930, 12825, 12789, 12371, 12886, 15755, 12440, 13352, 11880, 13155, 13411, 13760, 13132, 13152, 12051, 13327, 13421, 11950, 13150, 12055, 12058, 13023, 14215, 12131, 13310, 15283, 12714, 13521, 15055, 12908, 13133, 15491, 12578, 13109, 15833, 12476, 13143, 14971, 13369, 13076, 15188, 13749, 12870, 15930, 13395, 12622, 15388, 13607, 12705, 13850, 13258, 12508, 15271, 13234, 12466, 14845, 13424, 12707, 15541, 13642, 12363, 16386, 13020, 12423, 16279, 13472, 12487, 15428, 14233, 13297, 12743, 13524, 13104, 11984, 13617, 12999, 12466, 12998, 12716, 13753, 12879, 12849, 14238, 13373, 12971, 15113, 13908, 13554, 12513, 13725, 13015, 16695, 13422, 12823, 15838, 13289, 12756, 14370, 12492, 12219, 12360, 13312, 12747, 12421, 12931, 12167, 11057, 13643, 12158, 11414, 13275, 12519, 12611, 13136, 12226, 12530, 13117, 13064, 13167, 12829, 12565, 12243, 13236, 13554, 12652, 12883, 13901, 13231, 13030, 13988, 12870, 12355, 12692, 13320, 13261, 13018, 13115, 14263, 13359, 12969, 13938, 13161, 13252, 14769, 13104, 13027, 14294, 13074, 12897, 13756, 13226, 12449, 12252, 13973, 13956, 13646, 13057, 14589, 13290, 13250, 15354, 13340, 12853, 15696, 13607, 13264, 11902, 13913, 12405, 13231, 13584, 14185, 12702, 13323, 15540, 12754, 13092, 15737, 13566, 13308, 15518, 13569, 12769, 16222, 13328, 13136, 15261, 13092, 12761, 12198, 13179, 12565, 11864, 13047, 11976, 13399, 13576, 13344, 13343, 13609, 13343, 12431, 13764, 13556, 12775, 13463, 13018, 17608, 13043, 12332, 14523, 13091, 12712, 15845, 13264, 12362, 15547, 13377, 12480, 15130, 13783, 12594, 15870, 13932, 12337, 15302, 13599, 12539, 14937, 12970, 11804, 12557, 13601, 12426, 12144, 12783, 14170, 14105, 13181, 14633, 13545, 12738, 15349, 13376, 12319, 16034, 13544, 12259, 15948, 13831, 11957, 14206, 12935, 12540, 13729, 12960, 11511, 13024, 13303, 12891, 13449, 12721, 12473, 13217, 12971, 13685, 13067, 14387, 12708, 13042, 15948, 12965, 12486, 16488, 13933, 13036, 16071, 13411, 12565, 17075, 13353, 12669, 13592, 12922, 14110, 12948, 12571, 14593, 12988, 12053, 16168, 12609, 13965, 12807, 12773, 12444, 13852, 12265, 13188, 12520, 12079, 13548, 12020, 12248, 13390, 12477, 11815, 15054, 12489, 11246, 15612, 12734, 11986, 15219, 12311, 11365, 15684, 12731, 11425, 14685, 12608, 11848, 15259, 12354, 11616, 14083, 12708, 12116, 14781, 11838, 11611, 12173, 12812, 11876, 10910, 12283, 12559, 15361, 11907, 11987, 11926, 12056, 12130, 17341, 12247, 11917, 14003, 12062, 11922, 15950, 11964, 11914, 16756, 12433, 11858, 16100, 12363, 11847, 16019, 12747, 11442, 15147, 12268, 11725, 13849, 11995, 11377, 12775, 12873, 13079, 13371, 11951, 14499, 12162, 12044, 15270, 12681, 11794, 16071, 13242, 11842, 14677, 12310, 12022, 15236, 12456, 11713, 15132, 12912, 11737, 15796, 12806, 11576, 16661, 12804, 11880, 11967, 12037, 12090, 11899, 12476, 12665, 12927, 12105, 13748, 12785, 11785, 14358, 13279, 12340, 14142, 12537, 12251, 13248, 12709, 13026, 12474, 13231, 11917, 12327, 13405, 12626, 12542, 12280, 12275, 14061, 13281, 12389, 13730, 12346, 12438, 13841, 13623, 12501, 12824, 13194, 12980, 12970, 12464, 12518, 12875, 13612, 12364, 12026, 12588, 11986, 12781, 13029, 13724, 13733, 12020, 15085, 13542, 12338, 15472, 12249, 12547, 15622, 12680, 11580, 16285, 12725, 12011, 13433, 11846, 11621, 11278, 13138, 13021, 13034, 11946, 14551, 12837, 12109, 15175, 12170, 11796, 15387, 12217, 11693, 14606, 12721, 12144, 14583, 12775, 11549, 14233, 12913, 11743, 12906, 12042, 11986, 16323, 12413, 12022, 16222, 12180, 12150, 14838, 11957, 11993, 11266, 12821, 11947, 12847, 11923, 13965, 12430, 11971, 14979, 12564, 11721, 15859, 12980, 11560, 16971, 12270, 12258, 16578, 12315, 12098, 13817, 12166, 12064, 13638, 12153, 11833, 13337, 12124, 11565, 12105, 12379, 12411, 13148, 12418, 11962, 12499, 12517, 12548, 13306, 12227, 11680, 12393, 12673, 11558, 13236, 12410, 12661, 11886, 12604, 11806, 12502, 12375, 13395, 12092, 12481, 13340, 11450, 12787, 12091, 11162, 12432, 12279, 12846, 12726, 12612, 12674, 12666, 13709, 15706, 12616, 11677, 15994, 12781, 11929, 14203, 12672, 11719, 14366, 12828, 11870, 14865, 11728, 11856, 14219, 12028, 11850, 12760, 12609, 13162, 13636, 11743, 15235, 12540, 11722, 16050, 13077, 11643, 16174, 12910, 11666, 13344, 12257, 12173, 13376, 12388, 14512, 12872, 11713, 16079, 12647, 11623, 15808, 12635, 11931, 15355, 12344, 12151, 12898, 11938, 13106, 13383, 11844, 13499, 13151, 11947, 15287, 13296, 11866, 13364, 12378, 12200, 14750, 12266, 13451, 12047, 12932, 13253, 12131, 12459, 12959, 13594, 12788, 13196, 13937, 11793, 13448, 13565, 12001, 13821, 12398, 11820, 13221, 12523, 14230, 12738, 11394, 16722, 12860, 12969, 13066, 12500, 15633, 13055, 11966, 16330, 13102, 12286, 15720, 12834, 11406, 16034, 12714, 11760, 12065, 12318, 12173, 14766, 11859, 11779, 12087, 12369, 11921, 12196, 12503, 11584, 13202, 12642, 12707, 13051, 12043, 11945, 13400, 12438, 12517, 12635, 11729, 12358, 12767, 12415, 14988, 12523, 11899, 12098, 13060, 13291, 13172, 12412, 14268, 12273, 12840, 14362, 12940, 12613, 11975, 17640, 12600, 12101, 16117, 13644, 11634, 14154, 13160, 12060, 13812, 12914, 12208, 12666, 12541, 12062, 12049, 12694, 12919, 13360, 12030, 15760, 13790, 11912, 16548, 13114, 12123, 15734, 14303, 12100, 15275, 13553, 12441, 14561, 13324, 11814], 'WindowCenter': [4784.0, 4748.0, 4745.0, 4740.0, 4717.0, 4727.0, 4725.0, 4704.0, 4716.0, 4723.0, 4714.0, 4713.0, 4702.0, 4714.0, 4715.0, 4712.0, 4714.0, 4712.0, 4702.0, 4714.0, 4713.0, 4700.0, 4714.0, 4713.0, 4712.0, 4702.0, 4703.0, 4702.0, 4713.0, 4712.0, 4701.0, 4702.0, 4711.0, 4700.0, 4688.0, 4697.0, 4696.0, 4685.0, 4686.0, 4693.0, 4684.0, 4673.0, 4692.0, 4672.0, 4685.0, 4683.0, 4681.0, 4674.0, 4683.0, 4674.0, 4686.0, 4685.0, 4686.0, 4692.0, 4708.0, 4689.0, 4677.0, 4689.0, 4678.0, 4700.0, 4711.0, 4701.0, 4706.0, 4685.0, 4685.0, 4695.0, 4685.0, 4687.0, 4697.0, 4686.0, 4686.0, 4685.0, 4685.0, 4685.0, 4684.0, 4686.0, 4688.0, 4706.0, 4686.0, 4676.0, 4705.0, 4685.0, 4674.0, 4692.0, 4672.0, 4662.0, 4690.0, 4671.0, 4661.0, 4679.0, 4671.0, 4661.0, 4680.0, 4672.0, 4671.0, 4681.0, 4668.0, 4662.0, 4670.0, 4671.0, 4670.0, 4671.0, 4681.0, 4672.0, 4661.0, 4682.0, 4672.0, 4673.0, 4684.0, 4686.0, 4685.0, 4684.0, 4687.0, 4687.0, 4687.0, 4689.0, 4699.0, 4688.0, 4698.0, 4690.0, 4708.0, 4702.0, 4691.0, 4714.0, 4714.0, 4715.0, 4714.0, 4734.0, 4715.0, 4726.0, 4715.0, 4726.0, 4726.0, 4714.0, 4716.0, 4714.0, 4703.0, 4725.0, 4714.0, 4704.0, 4716.0, 4715.0, 4715.0, 4728.0, 4726.0, 4713.0, 4725.0, 4724.0, 4715.0, 4727.0, 4723.0, 4715.0, 4716.0, 4723.0, 4703.0, 4704.0, 4721.0, 4702.0, 4703.0, 4712.0, 4701.0, 4702.0, 4710.0, 4701.0, 4701.0, 4721.0, 4700.0, 4690.0, 4707.0, 4699.0, 4687.0, 4699.0, 4699.0, 4699.0, 4709.0, 4689.0, 4690.0, 4699.0, 4698.0, 4701.0, 4710.0, 4699.0, 4687.0, 4709.0, 4699.0, 4690.0, 4706.0, 4688.0, 4688.0, 4695.0, 4686.0, 4687.0, 4686.0, 4685.0, 4687.0, 4675.0, 4686.0, 4689.0, 4690.0, 4698.0, 4701.0, 4697.0, 4700.0, 4702.0, 4711.0, 4712.0, 4711.0, 4712.0, 4702.0, 4712.0, 4702.0, 4710.0, 4704.0, 4722.0, 4701.0, 4703.0, 4710.0, 4697.0, 4699.0, 4700.0, 4691.0, 4690.0, 4686.0, 4701.0, 4703.0, 4691.0, 4701.0, 4690.0, 4678.0, 4711.0, 4692.0, 4690.0, 4701.0, 4690.0, 4690.0, 4701.0, 4689.0, 4701.0, 4702.0, 4702.0, 4699.0, 4702.0, 4700.0, 4691.0, 4703.0, 4701.0, 4702.0, 4702.0, 4701.0, 4703.0, 4712.0, 4710.0, 4703.0, 4701.0, 4701.0, 4700.0, 4703.0, 4701.0, 4702.0, 4710.0, 4699.0, 4701.0, 4708.0, 4703.0, 4712.0, 4712.0, 4702.0, 4714.0, 4711.0, 4701.0, 4716.0, 4712.0, 4703.0, 4700.0, 4688.0, 4713.0, 4711.0, 4702.0, 4702.0, 4708.0, 4700.0, 4700.0, 4712.0, 4701.0, 4702.0, 4710.0, 4698.0, 4703.0, 4689.0, 4712.0, 4702.0, 4701.0, 4700.0, 4710.0, 4703.0, 4711.0, 4723.0, 4702.0, 4701.0, 4712.0, 4699.0, 4714.0, 4712.0, 4700.0, 4703.0, 4721.0, 4702.0, 4714.0, 4709.0, 4702.0, 4702.0, 4689.0, 4703.0, 4703.0, 4691.0, 4704.0, 4692.0, 4713.0, 4715.0, 4715.0, 4711.0, 4711.0, 4714.0, 4692.0, 4702.0, 4701.0, 4701.0, 4699.0, 4704.0, 4721.0, 4690.0, 4689.0, 4699.0, 4690.0, 4702.0, 4709.0, 4700.0, 4690.0, 4709.0, 4701.0, 4701.0, 4710.0, 4700.0, 4702.0, 4710.0, 4700.0, 4689.0, 4708.0, 4700.0, 4703.0, 4709.0, 4701.0, 4691.0, 4691.0, 4699.0, 4703.0, 4691.0, 4702.0, 4698.0, 4699.0, 4701.0, 4709.0, 4700.0, 4698.0, 4710.0, 4696.0, 4691.0, 4709.0, 4699.0, 4692.0, 4710.0, 4698.0, 4690.0, 4697.0, 4690.0, 4691.0, 4697.0, 4700.0, 4689.0, 4699.0, 4702.0, 4699.0, 4701.0, 4703.0, 4701.0, 4714.0, 4712.0, 4712.0, 4716.0, 4724.0, 4705.0, 4716.0, 4723.0, 4714.0, 4703.0, 4721.0, 4711.0, 4703.0, 4722.0, 4701.0, 4692.0, 4721.0, 4698.0, 4690.0, 4701.0, 4699.0, 4710.0, 4691.0, 4701.0, 4712.0, 4700.0, 4703.0, 4720.0, 4691.0, 4699.0, 4688.0, 4690.0, 4689.0, 4696.0, 4688.0, 4699.0, 4687.0, 4690.0, 4698.0, 4690.0, 4692.0, 4698.0, 4700.0, 4701.0, 4710.0, 4702.0, 4690.0, 4707.0, 4691.0, 4690.0, 4710.0, 4691.0, 4688.0, 4708.0, 4685.0, 4680.0, 4698.0, 4687.0, 4688.0, 4707.0, 4689.0, 4681.0, 4695.0, 4690.0, 4699.0, 4707.0, 4689.0, 4689.0, 4688.0, 4703.0, 4701.0, 4692.0, 4702.0, 4702.0, 4709.0, 4691.0, 4692.0, 4691.0, 4691.0, 4690.0, 4717.0, 4687.0, 4691.0, 4696.0, 4691.0, 4692.0, 4709.0, 4691.0, 4689.0, 4708.0, 4687.0, 4692.0, 4707.0, 4690.0, 4692.0, 4707.0, 4687.0, 4677.0, 4698.0, 4689.0, 4688.0, 4698.0, 4691.0, 4690.0, 4699.0, 4711.0, 4713.0, 4711.0, 4705.0, 4710.0, 4702.0, 4702.0, 4722.0, 4703.0, 4693.0, 4710.0, 4688.0, 4691.0, 4707.0, 4691.0, 4690.0, 4710.0, 4687.0, 4690.0, 4710.0, 4691.0, 4692.0, 4708.0, 4691.0, 4690.0, 4706.0, 4691.0, 4690.0, 4691.0, 4690.0, 4689.0, 4689.0, 4688.0, 4691.0, 4698.0, 4690.0, 4702.0, 4688.0, 4691.0, 4700.0, 4687.0, 4691.0, 4700.0, 4687.0, 4690.0, 4686.0, 4685.0, 4690.0, 4688.0, 4686.0, 4691.0, 4688.0, 4688.0, 4689.0, 4689.0, 4691.0, 4690.0, 4700.0, 4701.0, 4690.0, 4700.0, 4691.0, 4700.0, 4700.0, 4700.0, 4689.0, 4688.0, 4690.0, 4702.0, 4699.0, 4690.0, 4700.0, 4702.0, 4701.0, 4702.0, 4704.0, 4706.0, 4706.0, 4701.0, 4717.0, 4714.0, 4716.0, 4706.0, 4722.0, 4714.0, 4703.0, 4721.0, 4704.0, 4702.0, 4723.0, 4701.0, 4694.0, 4722.0, 4703.0, 4703.0, 4700.0, 4693.0, 4691.0, 4679.0, 4703.0, 4702.0, 4703.0, 4704.0, 4711.0, 4700.0, 4690.0, 4709.0, 4691.0, 4701.0, 4710.0, 4688.0, 4689.0, 4697.0, 4691.0, 4701.0, 4710.0, 4690.0, 4691.0, 4698.0, 4702.0, 4694.0, 4702.0, 4690.0, 4702.0, 4721.0, 4689.0, 4692.0, 4721.0, 4690.0, 4701.0, 4708.0, 4692.0, 4693.0, 4680.0, 4700.0, 4701.0, 4701.0, 4704.0, 4711.0, 4704.0, 4702.0, 4723.0, 4704.0, 4705.0, 4720.0, 4701.0, 4691.0, 4722.0, 4689.0, 4701.0, 4711.0, 4688.0, 4689.0, 4696.0, 4691.0, 4692.0, 4697.0, 4689.0, 4688.0, 4686.0, 4690.0, 4679.0, 4687.0, 4692.0, 4703.0, 4691.0, 4688.0, 4690.0, 4687.0, 4690.0, 4703.0, 4700.0, 4691.0, 4689.0, 4688.0, 4690.0, 4689.0, 4701.0, 4702.0, 4701.0, 4692.0, 4703.0, 4690.0, 4703.0, 4705.0, 4713.0, 4690.0, 4701.0, 4701.0, 4692.0, 4702.0, 4701.0, 4683.0, 4693.0, 4692.0, 4689.0, 4702.0, 4701.0, 4700.0, 4704.0, 4714.0, 4712.0, 4691.0, 4681.0, 4707.0, 4689.0, 4690.0, 4698.0, 4688.0, 4690.0, 4697.0, 4700.0, 4692.0, 4713.0, 4690.0, 4693.0, 4698.0, 4693.0, 4694.0, 4703.0, 4704.0, 4702.0, 4700.0, 4692.0, 4710.0, 4701.0, 4693.0, 4711.0, 4700.0, 4690.0, 4709.0, 4691.0, 4690.0, 4700.0, 4691.0, 4689.0, 4687.0, 4690.0, 4699.0, 4690.0, 4689.0, 4708.0, 4687.0, 4679.0, 4708.0, 4690.0, 4689.0, 4710.0, 4692.0, 4689.0, 4688.0, 4692.0, 4699.0, 4698.0, 4689.0, 4698.0, 4699.0, 4691.0, 4709.0, 4701.0, 4691.0, 4699.0, 4689.0, 4701.0, 4698.0, 4692.0, 4699.0, 4688.0, 4689.0, 4699.0, 4688.0, 4687.0, 4689.0, 4687.0, 4700.0, 4702.0, 4698.0, 4688.0, 4697.0, 4698.0, 4691.0, 4700.0, 4701.0, 4690.0, 4699.0, 4704.0, 4711.0, 4704.0, 4692.0, 4720.0, 4702.0, 4702.0, 4703.0, 4704.0, 4722.0, 4699.0, 4689.0, 4709.0, 4687.0, 4690.0, 4708.0, 4688.0, 4689.0, 4708.0, 4691.0, 4691.0, 4688.0, 4689.0, 4690.0, 4697.0, 4679.0, 4690.0, 4686.0, 4688.0, 4691.0, 4687.0, 4688.0, 4678.0, 4687.0, 4701.0, 4700.0, 4688.0, 4689.0, 4688.0, 4700.0, 4690.0, 4689.0, 4702.0, 4691.0, 4699.0, 4703.0, 4706.0, 4714.0, 4705.0, 4692.0, 4690.0, 4703.0, 4712.0, 4704.0, 4704.0, 4712.0, 4689.0, 4703.0, 4711.0, 4689.0, 4691.0, 4693.0, 4721.0, 4690.0, 4689.0, 4706.0, 4686.0, 4678.0, 4695.0, 4686.0, 4692.0, 4697.0, 4687.0, 4690.0, 4701.0, 4702.0, 4701.0, 4701.0, 4702.0, 4702.0, 4713.0, 4706.0, 4724.0, 4702.0, 4691.0, 4720.0, 4690.0, 4690.0, 4710.0, 4699.0, 4692.0, 4708.0, 4687.0, 4689.0, 4698.0, 4701.0, 4691.0], 'WindowWidth': [10439.0, 10373.0, 10362.0, 10348.0, 10309.0, 10323.0, 10320.0, 10282.0, 10304.0, 10311.0, 10299.0, 10296.0, 10277.0, 10297.0, 10302.0, 10293.0, 10297.0, 10293.0, 10280.0, 10297.0, 10297.0, 10276.0, 10297.0, 10297.0, 10291.0, 10276.0, 10280.0, 10278.0, 10294.0, 10296.0, 10276.0, 10276.0, 10289.0, 10272.0, 10252.0, 10267.0, 10266.0, 10242.0, 10246.0, 10254.0, 10238.0, 10226.0, 10251.0, 10219.0, 10244.0, 10240.0, 10235.0, 10228.0, 10239.0, 10226.0, 10247.0, 10244.0, 10246.0, 10266.0, 10279.0, 10253.0, 10237.0, 10251.0, 10239.0, 10272.0, 10289.0, 10274.0, 10277.0, 10241.0, 10244.0, 10258.0, 10241.0, 10250.0, 10268.0, 10247.0, 10247.0, 10246.0, 10242.0, 10244.0, 10243.0, 10245.0, 10252.0, 10277.0, 10245.0, 10235.0, 10275.0, 10243.0, 10226.0, 10251.0, 10218.0, 10207.0, 10245.0, 10216.0, 10204.0, 10228.0, 10214.0, 10205.0, 10231.0, 10219.0, 10220.0, 10233.0, 10211.0, 10206.0, 10216.0, 10217.0, 10217.0, 10219.0, 10231.0, 10221.0, 10207.0, 10233.0, 10223.0, 10225.0, 10241.0, 10245.0, 10244.0, 10240.0, 10249.0, 10248.0, 10248.0, 10256.0, 10269.0, 10254.0, 10271.0, 10259.0, 10284.0, 10281.0, 10262.0, 10298.0, 10298.0, 10301.0, 10302.0, 10326.0, 10302.0, 10318.0, 10302.0, 10318.0, 10321.0, 10299.0, 10302.0, 10299.0, 10282.0, 10314.0, 10300.0, 10284.0, 10303.0, 10301.0, 10301.0, 10324.0, 10320.0, 10298.0, 10316.0, 10313.0, 10301.0, 10320.0, 10313.0, 10298.0, 10301.0, 10313.0, 10279.0, 10282.0, 10306.0, 10276.0, 10280.0, 10295.0, 10274.0, 10277.0, 10286.0, 10272.0, 10278.0, 10305.0, 10269.0, 10258.0, 10280.0, 10266.0, 10252.0, 10270.0, 10267.0, 10272.0, 10284.0, 10252.0, 10257.0, 10270.0, 10267.0, 10276.0, 10285.0, 10268.0, 10253.0, 10282.0, 10268.0, 10261.0, 10279.0, 10250.0, 10252.0, 10261.0, 10243.0, 10249.0, 10248.0, 10242.0, 10249.0, 10233.0, 10245.0, 10254.0, 10258.0, 10266.0, 10276.0, 10269.0, 10270.0, 10278.0, 10290.0, 10292.0, 10291.0, 10290.0, 10276.0, 10292.0, 10279.0, 10286.0, 10284.0, 10307.0, 10274.0, 10281.0, 10285.0, 10265.0, 10273.0, 10270.0, 10258.0, 10259.0, 10248.0, 10272.0, 10279.0, 10260.0, 10273.0, 10259.0, 10238.0, 10287.0, 10263.0, 10257.0, 10274.0, 10259.0, 10255.0, 10274.0, 10259.0, 10273.0, 10277.0, 10280.0, 10271.0, 10277.0, 10274.0, 10261.0, 10281.0, 10278.0, 10276.0, 10278.0, 10276.0, 10279.0, 10295.0, 10289.0, 10281.0, 10280.0, 10275.0, 10274.0, 10281.0, 10274.0, 10278.0, 10289.0, 10269.0, 10273.0, 10284.0, 10279.0, 10293.0, 10293.0, 10277.0, 10295.0, 10290.0, 10276.0, 10303.0, 10293.0, 10280.0, 10275.0, 10254.0, 10292.0, 10292.0, 10276.0, 10277.0, 10284.0, 10270.0, 10274.0, 10292.0, 10274.0, 10277.0, 10285.0, 10269.0, 10278.0, 10258.0, 10290.0, 10279.0, 10273.0, 10274.0, 10287.0, 10278.0, 10289.0, 10309.0, 10274.0, 10276.0, 10291.0, 10270.0, 10297.0, 10292.0, 10272.0, 10279.0, 10301.0, 10276.0, 10297.0, 10285.0, 10276.0, 10278.0, 10257.0, 10278.0, 10284.0, 10262.0, 10282.0, 10265.0, 10292.0, 10300.0, 10302.0, 10289.0, 10291.0, 10298.0, 10264.0, 10277.0, 10277.0, 10274.0, 10271.0, 10283.0, 10303.0, 10256.0, 10256.0, 10268.0, 10256.0, 10277.0, 10283.0, 10271.0, 10259.0, 10283.0, 10273.0, 10276.0, 10285.0, 10270.0, 10275.0, 10287.0, 10269.0, 10256.0, 10281.0, 10271.0, 10279.0, 10282.0, 10274.0, 10262.0, 10259.0, 10270.0, 10280.0, 10259.0, 10275.0, 10269.0, 10268.0, 10274.0, 10285.0, 10270.0, 10268.0, 10286.0, 10262.0, 10258.0, 10283.0, 10267.0, 10263.0, 10285.0, 10264.0, 10257.0, 10265.0, 10256.0, 10261.0, 10265.0, 10270.0, 10255.0, 10268.0, 10276.0, 10273.0, 10274.0, 10279.0, 10275.0, 10296.0, 10296.0, 10293.0, 10304.0, 10312.0, 10284.0, 10304.0, 10312.0, 10296.0, 10283.0, 10305.0, 10289.0, 10282.0, 10307.0, 10274.0, 10264.0, 10302.0, 10267.0, 10259.0, 10272.0, 10270.0, 10288.0, 10261.0, 10275.0, 10291.0, 10272.0, 10283.0, 10301.0, 10260.0, 10272.0, 10254.0, 10257.0, 10258.0, 10262.0, 10253.0, 10272.0, 10250.0, 10257.0, 10268.0, 10256.0, 10263.0, 10268.0, 10271.0, 10279.0, 10288.0, 10277.0, 10260.0, 10279.0, 10258.0, 10259.0, 10285.0, 10257.0, 10255.0, 10280.0, 10245.0, 10243.0, 10265.0, 10249.0, 10255.0, 10278.0, 10251.0, 10244.0, 10259.0, 10257.0, 10272.0, 10279.0, 10256.0, 10257.0, 10255.0, 10279.0, 10278.0, 10263.0, 10277.0, 10280.0, 10285.0, 10260.0, 10264.0, 10258.0, 10259.0, 10261.0, 10294.0, 10249.0, 10260.0, 10262.0, 10258.0, 10266.0, 10285.0, 10260.0, 10257.0, 10281.0, 10252.0, 10262.0, 10278.0, 10256.0, 10261.0, 10278.0, 10247.0, 10237.0, 10264.0, 10254.0, 10254.0, 10265.0, 10258.0, 10260.0, 10270.0, 10292.0, 10299.0, 10289.0, 10284.0, 10289.0, 10276.0, 10281.0, 10307.0, 10277.0, 10265.0, 10290.0, 10252.0, 10258.0, 10277.0, 10257.0, 10259.0, 10286.0, 10250.0, 10257.0, 10284.0, 10258.0, 10263.0, 10282.0, 10258.0, 10258.0, 10277.0, 10258.0, 10262.0, 10259.0, 10257.0, 10258.0, 10254.0, 10254.0, 10261.0, 10268.0, 10260.0, 10279.0, 10252.0, 10259.0, 10272.0, 10250.0, 10258.0, 10272.0, 10248.0, 10255.0, 10249.0, 10242.0, 10255.0, 10256.0, 10247.0, 10257.0, 10252.0, 10251.0, 10256.0, 10256.0, 10258.0, 10259.0, 10274.0, 10273.0, 10259.0, 10273.0, 10259.0, 10273.0, 10277.0, 10269.0, 10254.0, 10254.0, 10255.0, 10274.0, 10271.0, 10258.0, 10275.0, 10277.0, 10274.0, 10281.0, 10283.0, 10287.0, 10289.0, 10277.0, 10303.0, 10302.0, 10300.0, 10287.0, 10309.0, 10294.0, 10281.0, 10306.0, 10279.0, 10279.0, 10309.0, 10273.0, 10268.0, 10303.0, 10278.0, 10282.0, 10274.0, 10266.0, 10262.0, 10243.0, 10278.0, 10279.0, 10276.0, 10280.0, 10291.0, 10271.0, 10259.0, 10285.0, 10259.0, 10277.0, 10291.0, 10254.0, 10257.0, 10265.0, 10258.0, 10276.0, 10286.0, 10255.0, 10259.0, 10266.0, 10274.0, 10267.0, 10275.0, 10259.0, 10280.0, 10303.0, 10257.0, 10264.0, 10300.0, 10257.0, 10275.0, 10281.0, 10261.0, 10264.0, 10243.0, 10274.0, 10278.0, 10276.0, 10282.0, 10291.0, 10280.0, 10279.0, 10308.0, 10280.0, 10285.0, 10303.0, 10272.0, 10261.0, 10304.0, 10256.0, 10278.0, 10289.0, 10253.0, 10257.0, 10262.0, 10256.0, 10263.0, 10264.0, 10254.0, 10254.0, 10248.0, 10256.0, 10242.0, 10251.0, 10261.0, 10280.0, 10258.0, 10252.0, 10259.0, 10249.0, 10259.0, 10281.0, 10270.0, 10258.0, 10256.0, 10251.0, 10256.0, 10256.0, 10272.0, 10276.0, 10276.0, 10261.0, 10278.0, 10261.0, 10279.0, 10284.0, 10297.0, 10258.0, 10276.0, 10276.0, 10261.0, 10277.0, 10277.0, 10249.0, 10264.0, 10264.0, 10255.0, 10275.0, 10276.0, 10272.0, 10282.0, 10299.0, 10292.0, 10258.0, 10247.0, 10277.0, 10252.0, 10259.0, 10268.0, 10254.0, 10259.0, 10265.0, 10271.0, 10265.0, 10292.0, 10260.0, 10267.0, 10269.0, 10264.0, 10268.0, 10277.0, 10281.0, 10281.0, 10271.0, 10264.0, 10287.0, 10274.0, 10268.0, 10291.0, 10270.0, 10259.0, 10283.0, 10258.0, 10259.0, 10270.0, 10258.0, 10256.0, 10249.0, 10257.0, 10270.0, 10255.0, 10256.0, 10282.0, 10250.0, 10242.0, 10281.0, 10256.0, 10257.0, 10284.0, 10262.0, 10257.0, 10253.0, 10261.0, 10273.0, 10265.0, 10256.0, 10268.0, 10269.0, 10264.0, 10287.0, 10273.0, 10261.0, 10270.0, 10257.0, 10278.0, 10269.0, 10260.0, 10270.0, 10252.0, 10257.0, 10271.0, 10250.0, 10250.0, 10254.0, 10247.0, 10270.0, 10278.0, 10265.0, 10255.0, 10265.0, 10267.0, 10262.0, 10273.0, 10275.0, 10261.0, 10270.0, 10282.0, 10290.0, 10279.0, 10267.0, 10303.0, 10276.0, 10279.0, 10277.0, 10281.0, 10309.0, 10268.0, 10256.0, 10284.0, 10250.0, 10258.0, 10282.0, 10253.0, 10256.0, 10281.0, 10257.0, 10259.0, 10254.0, 10256.0, 10261.0, 10266.0, 10241.0, 10257.0, 10248.0, 10252.0, 10260.0, 10249.0, 10252.0, 10241.0, 10250.0, 10273.0, 10273.0, 10251.0, 10255.0, 10255.0, 10268.0, 10258.0, 10255.0, 10276.0, 10262.0, 10271.0, 10279.0, 10289.0, 10297.0, 10282.0, 10265.0, 10259.0, 10279.0, 10293.0, 10280.0, 10281.0, 10293.0, 10256.0, 10277.0, 10289.0, 10256.0, 10260.0, 10266.0, 10302.0, 10255.0, 10255.0, 10275.0, 10245.0, 10239.0, 10259.0, 10246.0, 10262.0, 10263.0, 10249.0, 10258.0, 10274.0, 10276.0, 10277.0, 10274.0, 10278.0, 10279.0, 10293.0, 10288.0, 10312.0, 10277.0, 10262.0, 10301.0, 10255.0, 10258.0, 10289.0, 10267.0, 10262.0, 10279.0, 10250.0, 10254.0, 10266.0, 10270.0, 10259.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.0007375862068965518</td></tr>
<tr><td colspan=3>aqi</td><td>0.017252909540229885</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.21872139651324</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2381681195627157</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0089269805523597</td></tr>
<tr><td colspan=3>efc</td><td>0.5127</td></tr>
<tr><td colspan=3>fber</td><td>4829.4761</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08355100407182467</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5192342364932783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.562026575280163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690528026761904</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.305148107437768</td></tr>
<tr><td colspan=3>gcor</td><td>0.00997145</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0060999332927167416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029209205880761147</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>4.039809879174991</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>28.6374</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.1027</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>232.1669</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288464.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>442.4697</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6248</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>581.0081</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3812.2969</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1418.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.3678</td></tr>
<tr><td colspan=3>tsnr</td><td>46.30087873991579</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>