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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0078_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-03_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-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-03_task-social_acq-mb8_run-03_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-0078/ses-03/func/sub-0078_ses-03_task-social_acq-mb8_run-03_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>c31e1556b41ad251fc8c2d247c88db16</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:59:19.215000</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.999412, 0.0319683, -0.0124064, -0.030884, 0.996358, 0.0794806]</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-03_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.0817987</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7770, -7214, 760, -50, -191, -43, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.869</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d62b1b5f-8bce-4160-aa8d-c954a45d5bda||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.681349039077759, -0.08285946398973465, -0.0402357243001461, 117.47994995117188], [-0.0857686772942543, 2.6731553077697754, 0.21343697607517242, -98.19095611572266], [-0.033285580575466156, -0.21324074268341064, 2.6912498474121094, -44.94535827636719], [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': ['105919.215000', '105919.675000', '105920.135000', '105920.595000', '105921.055000', '105921.515000', '105921.975000', '105922.435000', '105922.895000', '105923.355000', '105923.815000', '105924.275000', '105924.735000', '105925.195000', '105925.655000', '105926.115000', '105926.575000', '105927.035000', '105927.495000', '105927.955000', '105928.415000', '105928.875000', '105929.335000', '105929.795000', '105930.255000', '105930.715000', '105931.175000', '105931.635000', '105932.095000', '105932.555000', '105933.015000', '105933.475000', '105933.935000', '105934.395000', '105934.855000', '105935.315000', '105935.775000', '105936.235000', '105936.695000', '105937.155000', '105937.615000', '105938.075000', '105938.535000', '105938.995000', '105939.455000', '105939.915000', '105940.375000', '105940.835000', '105941.295000', '105941.755000', '105942.215000', '105942.675000', '105943.135000', '105943.595000', '105944.055000', '105944.515000', '105944.975000', '105945.435000', '105945.895000', '105946.355000', '105946.815000', '105947.275000', '105947.735000', '105948.195000', '105948.655000', '105949.115000', '105949.575000', '105950.035000', '105950.495000', '105950.955000', '105951.415000', '105951.875000', '105952.335000', '105952.795000', '105953.255000', '105953.715000', '105954.175000', '105954.635000', '105955.095000', '105955.555000', '105956.015000', '105956.475000', '105956.935000', '105957.395000', '105957.855000', '105958.315000', '105958.775000', '105959.235000', '105959.695000', '110000.155000', '110000.615000', '110001.075000', '110001.535000', '110001.995000', '110002.455000', '110002.915000', '110003.375000', '110003.835000', '110004.295000', '110004.755000', '110005.215000', '110005.675000', '110006.135000', '110006.595000', '110007.055000', '110007.515000', '110007.975000', '110008.435000', '110008.895000', '110009.355000', '110009.815000', '110010.275000', '110010.735000', '110011.195000', '110011.655000', '110012.115000', '110012.575000', '110013.035000', '110013.495000', '110013.955000', '110014.415000', '110014.875000', '110015.335000', '110015.795000', '110016.255000', '110016.715000', '110017.175000', '110017.635000', '110018.095000', '110018.555000', '110019.015000', '110019.475000', '110019.935000', '110020.395000', '110020.855000', '110021.315000', '110021.775000', '110022.235000', '110022.695000', '110023.155000', '110023.615000', '110024.075000', '110024.535000', '110024.995000', '110025.455000', '110025.915000', '110026.375000', '110026.835000', '110027.295000', '110027.755000', '110028.215000', '110028.675000', '110029.135000', '110029.595000', '110030.055000', '110030.515000', '110030.975000', '110031.435000', '110031.895000', '110032.355000', '110032.815000', '110033.275000', '110033.735000', '110034.195000', '110034.655000', '110035.115000', '110035.575000', '110036.035000', '110036.495000', '110036.955000', '110037.415000', '110037.875000', '110038.335000', '110038.795000', '110039.255000', '110039.715000', '110040.175000', '110040.635000', '110041.095000', '110041.555000', '110042.015000', '110042.475000', '110042.935000', '110043.395000', '110043.855000', '110044.315000', '110044.775000', '110045.235000', '110045.695000', '110046.155000', '110046.615000', '110047.075000', '110047.535000', '110047.995000', '110048.455000', '110048.915000', '110049.375000', '110049.835000', '110050.295000', '110050.755000', '110051.215000', '110051.675000', '110052.135000', '110052.595000', '110053.055000', '110053.515000', '110053.975000', '110054.435000', '110054.895000', '110055.355000', '110055.815000', '110056.275000', '110056.735000', '110057.195000', '110057.655000', '110058.115000', '110058.575000', '110059.035000', '110059.495000', '110059.955000', '110100.415000', '110100.875000', '110101.335000', '110101.795000', '110102.255000', '110102.715000', '110103.175000', '110103.635000', '110104.095000', '110104.555000', '110105.015000', '110105.475000', '110105.935000', '110106.395000', '110106.855000', '110107.315000', '110107.775000', '110108.235000', '110108.695000', '110109.155000', '110109.615000', '110110.075000', '110110.535000', '110110.995000', '110111.455000', '110111.915000', '110112.375000', '110112.835000', '110113.295000', '110113.755000', '110114.215000', '110114.675000', '110115.135000', '110115.595000', '110116.055000', '110116.515000', '110116.975000', '110117.435000', '110117.895000', '110118.355000', '110118.815000', '110119.275000', '110119.735000', '110120.195000', '110120.655000', '110121.115000', '110121.575000', '110122.035000', '110122.495000', '110122.955000', '110123.415000', '110123.875000', '110124.335000', '110124.795000', '110125.255000', '110125.715000', '110126.175000', '110126.635000', '110127.095000', '110127.555000', '110128.015000', '110128.475000', '110128.935000', '110129.395000', '110129.855000', '110130.315000', '110130.775000', '110131.235000', '110131.695000', '110132.155000', '110132.615000', '110133.075000', '110133.535000', '110133.995000', '110134.455000', '110134.915000', '110135.375000', '110135.835000', '110136.295000', '110136.755000', '110137.215000', '110137.675000', '110138.135000', '110138.595000', '110139.055000', '110139.515000', '110139.975000', '110140.435000', '110140.895000', '110141.355000', '110141.815000', '110142.275000', '110142.735000', '110143.195000', '110143.655000', '110144.115000', '110144.575000', '110145.035000', '110145.495000', '110145.955000', '110146.415000', '110146.875000', '110147.335000', '110147.795000', '110148.255000', '110148.715000', '110149.175000', '110149.635000', '110150.095000', '110150.555000', '110151.015000', '110151.475000', '110151.935000', '110152.395000', '110152.855000', '110153.315000', '110153.775000', '110154.235000', '110154.695000', '110155.155000', '110155.615000', '110156.075000', '110156.535000', '110156.995000', '110157.455000', '110157.915000', '110158.375000', '110158.835000', '110159.295000', '110159.755000', '110200.215000', '110200.675000', '110201.135000', '110201.595000', '110202.055000', '110202.515000', '110202.975000', '110203.435000', '110203.895000', '110204.355000', '110204.815000', '110205.275000', '110205.735000', '110206.195000', '110206.655000', '110207.115000', '110207.575000', '110208.035000', '110208.495000', '110208.955000', '110209.415000', '110209.875000', '110210.335000', '110210.795000', '110211.255000', '110211.715000', '110212.175000', '110212.635000', '110213.095000', '110213.555000', '110214.015000', '110214.475000', '110214.935000', '110215.395000', '110215.855000', '110216.315000', '110216.775000', '110217.235000', '110217.695000', '110218.155000', '110218.615000', '110219.075000', '110219.535000', '110219.995000', '110220.455000', '110220.915000', '110221.375000', '110221.835000', '110222.295000', '110222.755000', '110223.215000', '110223.675000', '110224.135000', '110224.595000', '110225.055000', '110225.515000', '110225.975000', '110226.435000', '110226.895000', '110227.355000', '110227.815000', '110228.275000', '110228.735000', '110229.195000', '110229.655000', '110230.115000', '110230.575000', '110231.035000', '110231.495000', '110231.955000', '110232.415000', '110232.875000', '110233.335000', '110233.795000', '110234.255000', '110234.715000', '110235.175000', '110235.635000', '110236.095000', '110236.555000', '110237.015000', '110237.475000', '110237.935000', '110238.395000', '110238.855000', '110239.315000', '110239.775000', '110240.235000', '110240.695000', '110241.155000', '110241.615000', '110242.075000', '110242.535000', '110242.995000', '110243.455000', '110243.915000', '110244.375000', '110244.835000', '110245.295000', '110245.755000', '110246.215000', '110246.675000', '110247.135000', '110247.595000', '110248.055000', '110248.515000', '110248.975000', '110249.435000', '110249.895000', '110250.355000', '110250.815000', '110251.275000', '110251.735000', '110252.195000', '110252.655000', '110253.115000', '110253.575000', '110254.035000', '110254.495000', '110254.955000', '110255.415000', '110255.875000', '110256.335000', '110256.795000', '110257.255000', '110257.715000', '110258.175000', '110258.635000', '110259.095000', '110259.555000', '110300.015000', '110300.475000', '110300.935000', '110301.395000', '110301.855000', '110302.315000', '110302.775000', '110303.235000', '110303.695000', '110304.155000', '110304.615000', '110305.075000', '110305.535000', '110305.995000', '110306.455000', '110306.915000', '110307.375000', '110307.835000', '110308.295000', '110308.755000', '110309.215000', '110309.675000', '110310.135000', '110310.595000', '110311.055000', '110311.515000', '110311.975000', '110312.435000', '110312.895000', '110313.355000', '110313.815000', '110314.275000', '110314.735000', '110315.195000', '110315.655000', '110316.115000', '110316.575000', '110317.035000', '110317.495000', '110317.955000', '110318.415000', '110318.875000', '110319.335000', '110319.795000', '110320.255000', '110320.715000', '110321.175000', '110321.635000', '110322.095000', '110322.555000', '110323.015000', '110323.475000', '110323.935000', '110324.395000', '110324.855000', '110325.315000', '110325.775000', '110326.235000', '110326.695000', '110327.155000', '110327.615000', '110328.075000', '110328.535000', '110328.995000', '110329.455000', '110329.915000', '110330.375000', '110330.835000', '110331.295000', '110331.755000', '110332.215000', '110332.675000', '110333.135000', '110333.595000', '110334.055000', '110334.515000', '110334.975000', '110335.435000', '110335.895000', '110336.355000', '110336.815000', '110337.275000', '110337.735000', '110338.195000', '110338.655000', '110339.115000', '110339.575000', '110340.035000', '110340.495000', '110340.955000', '110341.415000', '110341.875000', '110342.335000', '110342.795000', '110343.255000', '110343.715000', '110344.175000', '110344.635000', '110345.095000', '110345.555000', '110346.015000', '110346.475000', '110346.935000', '110347.395000', '110347.855000', '110348.315000', '110348.775000', '110349.235000', '110349.695000', '110350.155000', '110350.615000', '110351.075000', '110351.535000', '110351.995000', '110352.455000', '110352.915000', '110353.375000', '110353.835000', '110354.295000', '110354.755000', '110355.215000', '110355.675000', '110356.135000', '110356.595000', '110357.055000', '110357.515000', '110357.975000', '110358.435000', '110358.895000', '110359.355000', '110359.815000', '110400.275000', '110400.735000', '110401.195000', '110401.655000', '110402.115000', '110402.575000', '110403.035000', '110403.495000', '110403.955000', '110404.415000', '110404.875000', '110405.335000', '110405.795000', '110406.255000', '110406.715000', '110407.175000', '110407.635000', '110408.095000', '110408.555000', '110409.015000', '110409.475000', '110409.935000', '110410.395000', '110410.855000', '110411.315000', '110411.775000', '110412.235000', '110412.695000', '110413.155000', '110413.615000', '110414.075000', '110414.535000', '110414.995000', '110415.455000', '110415.915000', '110416.375000', '110416.835000', '110417.295000', '110417.755000', '110418.215000', '110418.675000', '110419.135000', '110419.595000', '110420.055000', '110420.515000', '110420.975000', '110421.435000', '110421.895000', '110422.355000', '110422.815000', '110423.275000', '110423.735000', '110424.195000', '110424.655000', '110425.115000', '110425.575000', '110426.035000', '110426.495000', '110426.955000', '110427.415000', '110427.875000', '110428.335000', '110428.795000', '110429.255000', '110429.715000', '110430.175000', '110430.635000', '110431.095000', '110431.555000', '110432.015000', '110432.475000', '110432.935000', '110433.395000', '110433.855000', '110434.315000', '110434.775000', '110435.235000', '110435.695000', '110436.155000', '110436.615000', '110437.075000', '110437.535000', '110437.995000', '110438.455000', '110438.915000', '110439.375000', '110439.835000', '110440.295000', '110440.755000', '110441.215000', '110441.675000', '110442.135000', '110442.595000', '110443.055000', '110443.515000', '110443.975000', '110444.435000', '110444.895000', '110445.355000', '110445.815000', '110446.275000', '110446.735000', '110447.195000', '110447.655000', '110448.115000', '110448.575000', '110449.035000', '110449.495000', '110449.955000', '110450.415000', '110450.875000', '110451.335000', '110451.795000', '110452.255000', '110452.715000', '110453.175000', '110453.635000', '110454.095000', '110454.555000', '110455.015000', '110455.475000', '110455.935000', '110456.395000', '110456.855000', '110457.315000', '110457.775000', '110458.235000', '110458.695000', '110459.155000', '110459.615000', '110500.075000', '110500.535000', '110500.995000', '110501.455000', '110501.915000', '110502.375000', '110502.835000', '110503.295000', '110503.755000', '110504.215000', '110504.675000', '110505.135000', '110505.595000', '110506.055000', '110506.515000', '110506.975000', '110507.435000', '110507.895000', '110508.355000', '110508.815000', '110509.275000', '110509.735000', '110510.195000', '110510.655000', '110511.115000', '110511.575000', '110512.035000', '110512.495000', '110512.955000', '110513.415000', '110513.875000', '110514.335000', '110514.795000', '110515.255000', '110515.715000', '110516.175000', '110516.635000', '110517.095000', '110517.555000', '110518.015000', '110518.475000', '110518.935000', '110519.395000', '110519.855000', '110520.315000', '110520.775000', '110521.235000', '110521.695000', '110522.155000', '110522.615000', '110523.075000', '110523.535000', '110523.995000', '110524.455000', '110524.915000', '110525.375000', '110525.835000', '110526.295000', '110526.755000', '110527.215000', '110527.675000', '110528.135000', '110528.595000', '110529.055000', '110529.515000', '110529.975000', '110530.435000', '110530.895000', '110531.355000', '110531.815000', '110532.275000', '110532.735000', '110533.195000', '110533.655000', '110534.115000', '110534.575000', '110535.035000', '110535.495000', '110535.955000', '110536.415000', '110536.875000', '110537.335000', '110537.795000', '110538.255000', '110538.715000', '110539.175000', '110539.635000', '110540.095000', '110540.555000', '110541.015000', '110541.475000', '110541.935000', '110542.395000', '110542.855000', '110543.315000', '110543.775000', '110544.235000', '110544.695000', '110545.155000', '110545.615000', '110546.075000', '110546.535000', '110546.995000', '110547.455000', '110547.915000', '110548.375000', '110548.835000', '110549.295000', '110549.755000', '110550.215000', '110550.675000', '110551.135000', '110551.595000', '110552.055000', '110552.515000', '110552.975000', '110553.435000', '110553.895000', '110554.355000', '110554.815000', '110555.275000', '110555.735000', '110556.195000', '110556.655000', '110557.115000', '110557.575000', '110558.035000', '110558.495000', '110558.955000', '110559.415000', '110559.875000'], 'ContentTime': ['105936.762000', '105936.765000', '105936.768000', '105936.771000', '105936.773000', '105936.776000', '105936.778000', '105936.781000', '105936.783000', '105936.786000', '105936.789000', '105936.791000', '105936.794000', '105936.796000', '105936.799000', '105936.805000', '105936.807000', '105936.810000', '105936.812000', '105936.815000', '105936.818000', '105936.820000', '105936.823000', '105936.828000', '105936.831000', '105936.834000', '105936.836000', '105936.839000', '105936.841000', '105936.844000', '105936.847000', '105936.849000', '105936.852000', '105936.854000', '105936.857000', '105936.860000', '105956.704000', '105956.707000', '105956.710000', '105956.713000', '105956.715000', '105956.718000', '105956.720000', '105956.723000', '105956.726000', '105956.728000', '105956.731000', '105956.733000', '105956.736000', '105956.739000', '105956.741000', '105956.744000', '105956.746000', '105956.749000', '105956.751000', '105956.754000', '105956.757000', '105956.759000', '105956.762000', '105956.764000', '105956.767000', '105956.770000', '105956.773000', '105956.776000', '105956.779000', '105956.781000', '105956.784000', '105956.786000', '105956.789000', '105956.792000', '105956.794000', '105956.797000', '105956.799000', '105956.802000', '105956.805000', '105956.808000', '105956.810000', '105956.813000', '105956.816000', '110016.705000', '110016.707000', '110016.710000', '110016.712000', '110016.715000', '110016.718000', '110016.724000', '110016.727000', '110016.729000', '110016.732000', '110016.734000', '110016.737000', '110016.739000', '110016.742000', '110016.744000', '110016.747000', '110016.749000', '110016.752000', '110016.755000', '110016.757000', '110016.760000', '110016.762000', '110016.765000', '110016.767000', '110016.770000', '110016.773000', '110016.775000', '110016.778000', '110016.780000', '110016.783000', '110016.786000', '110016.788000', '110016.791000', '110016.793000', '110016.796000', '110016.799000', '110016.801000', '110016.804000', '110016.806000', '110016.809000', '110016.812000', '110016.814000', '110016.817000', '110016.819000', '110036.704000', '110036.707000', '110036.710000', '110036.712000', '110036.715000', '110036.717000', '110036.723000', '110036.725000', '110036.728000', '110036.731000', '110036.733000', '110036.736000', '110036.738000', '110036.741000', '110036.744000', '110036.746000', '110036.749000', '110036.751000', '110036.754000', '110036.757000', '110036.759000', '110036.762000', '110036.764000', '110036.767000', '110036.769000', '110036.772000', '110036.774000', '110036.777000', '110036.780000', '110036.782000', '110036.785000', '110036.787000', '110036.790000', '110036.793000', '110036.795000', '110036.798000', '110036.800000', '110036.803000', '110036.805000', '110036.808000', '110036.811000', '110036.813000', '110036.816000', '110056.704000', '110056.707000', '110056.710000', '110056.714000', '110056.716000', '110056.719000', '110056.721000', '110056.724000', '110056.727000', '110056.730000', '110056.732000', '110056.735000', '110056.738000', '110056.740000', '110056.743000', '110056.745000', '110056.748000', '110056.751000', '110056.753000', '110056.756000', '110056.758000', '110056.761000', '110056.763000', '110056.766000', '110056.769000', '110056.771000', '110056.774000', '110056.777000', '110056.779000', '110056.782000', '110056.784000', '110056.787000', '110056.790000', '110056.792000', '110056.795000', '110056.797000', '110056.800000', '110056.803000', '110056.805000', '110056.808000', '110056.810000', '110056.813000', '110056.816000', '110056.818000', '110116.703000', '110116.706000', '110116.709000', '110116.711000', '110116.714000', '110116.717000', '110116.719000', '110116.722000', '110116.725000', '110116.727000', '110116.730000', '110116.732000', '110116.735000', '110116.737000', '110116.740000', '110116.742000', '110116.758000', '110116.760000', '110116.763000', '110116.765000', '110116.768000', '110116.771000', '110116.773000', '110116.776000', '110116.778000', '110116.781000', '110116.784000', '110116.786000', '110116.789000', '110116.792000', '110116.794000', '110116.797000', '110116.799000', '110116.802000', '110116.805000', '110116.807000', '110116.810000', '110116.813000', '110116.823000', '110116.826000', '110116.828000', '110116.831000', '110116.834000', '110136.703000', '110136.706000', '110136.709000', '110136.712000', '110136.714000', '110136.717000', '110136.719000', '110136.722000', '110136.724000', '110136.727000', '110136.730000', '110136.732000', '110136.735000', '110136.737000', '110136.741000', '110136.744000', '110136.746000', '110136.749000', '110136.752000', '110136.754000', '110136.757000', '110136.759000', '110136.762000', '110136.765000', '110136.767000', '110136.770000', '110136.773000', '110136.775000', '110136.778000', '110136.780000', '110136.783000', '110136.786000', '110136.788000', '110136.791000', '110136.793000', '110136.796000', '110136.799000', '110136.801000', '110136.804000', '110136.806000', '110136.809000', '110136.812000', '110136.814000', '110136.817000', '110156.704000', '110156.707000', '110156.710000', '110156.712000', '110156.715000', '110156.718000', '110156.720000', '110156.723000', '110156.725000', '110156.728000', '110156.731000', '110156.733000', '110156.736000', '110156.738000', '110156.741000', '110156.743000', '110156.746000', '110156.749000', '110156.751000', '110156.754000', '110156.756000', '110156.759000', '110156.761000', '110156.764000', '110156.767000', '110156.769000', '110156.772000', '110156.774000', '110156.777000', '110156.779000', '110156.782000', '110156.785000', '110156.787000', '110156.790000', '110156.792000', '110156.795000', '110156.798000', '110156.800000', '110156.803000', '110156.805000', '110156.808000', '110156.811000', '110156.813000', '110216.704000', '110216.707000', '110216.710000', '110216.713000', '110216.715000', '110216.718000', '110216.721000', '110216.723000', '110216.726000', '110216.728000', '110216.731000', '110216.734000', '110216.736000', '110216.739000', '110216.741000', '110216.744000', '110216.747000', '110216.749000', '110216.752000', '110216.754000', '110216.757000', '110216.760000', '110216.762000', '110216.765000', '110216.767000', '110216.770000', '110216.773000', '110216.775000', '110216.778000', '110216.781000', '110216.783000', '110216.786000', '110216.788000', '110216.791000', '110216.794000', '110216.796000', '110216.799000', '110216.801000', '110216.804000', '110216.806000', '110216.809000', '110216.812000', '110216.814000', '110216.817000', '110236.704000', '110236.707000', '110236.710000', '110236.712000', '110236.715000', '110236.718000', '110236.720000', '110236.723000', '110236.725000', '110236.728000', '110236.730000', '110236.733000', '110236.736000', '110236.738000', '110236.741000', '110236.744000', '110236.746000', '110236.749000', '110236.751000', '110236.754000', '110236.757000', '110236.759000', '110236.762000', '110236.764000', '110236.767000', '110236.770000', '110236.772000', '110236.775000', '110236.777000', '110236.780000', '110236.783000', '110236.785000', '110236.788000', '110236.790000', '110236.793000', '110236.796000', '110236.798000', '110236.801000', '110236.803000', '110236.806000', '110236.809000', '110236.811000', '110236.814000', '110256.704000', '110256.707000', '110256.710000', '110256.712000', '110256.715000', '110256.718000', '110256.720000', '110256.723000', '110256.726000', '110256.728000', '110256.731000', '110256.733000', '110256.736000', '110256.739000', '110256.741000', '110256.744000', '110256.746000', '110256.749000', '110256.751000', '110256.754000', '110256.757000', '110256.759000', '110256.762000', '110256.764000', '110256.767000', '110256.770000', '110256.772000', '110256.775000', '110256.778000', '110256.780000', '110256.783000', '110256.785000', '110256.788000', '110256.790000', '110256.793000', '110256.796000', '110256.799000', '110256.801000', '110256.804000', '110256.806000', '110256.809000', '110256.812000', '110256.814000', '110256.817000', '110316.705000', '110316.707000', '110316.711000', '110316.713000', '110316.716000', '110316.718000', '110316.721000', '110316.724000', '110316.726000', '110316.729000', '110316.732000', '110316.734000', '110316.737000', '110316.739000', '110316.742000', '110316.745000', '110316.747000', '110316.750000', '110316.753000', '110316.755000', '110316.758000', '110316.760000', '110316.763000', '110316.766000', '110316.768000', '110316.771000', '110316.774000', '110316.776000', '110316.779000', '110316.781000', '110316.784000', '110316.787000', '110316.789000', '110316.792000', '110316.795000', '110316.797000', '110316.800000', '110316.802000', '110316.805000', '110316.808000', '110316.810000', '110316.813000', '110316.815000', '110336.704000', '110336.707000', '110336.709000', '110336.712000', '110336.715000', '110336.717000', '110336.720000', '110336.722000', '110336.725000', '110336.728000', '110336.730000', '110336.733000', '110336.736000', '110336.738000', '110336.741000', '110336.744000', '110336.746000', '110336.749000', '110336.751000', '110336.754000', '110336.757000', '110336.759000', '110336.762000', '110336.765000', '110336.767000', '110336.770000', '110336.772000', '110336.775000', '110336.778000', '110336.780000', '110336.783000', '110336.786000', '110336.788000', '110336.791000', '110336.793000', '110336.796000', '110336.798000', '110336.801000', '110336.804000', '110336.806000', '110336.809000', '110336.811000', '110336.814000', '110336.817000', '110356.703000', '110356.707000', '110356.709000', '110356.712000', '110356.714000', '110356.717000', '110356.720000', '110356.722000', '110356.725000', '110356.728000', '110356.730000', '110356.733000', '110356.736000', '110356.738000', '110356.741000', '110356.743000', '110356.746000', '110356.749000', '110356.751000', '110356.754000', '110356.756000', '110356.759000', '110356.762000', '110356.765000', '110356.767000', '110356.770000', '110356.772000', '110356.775000', '110356.778000', '110356.780000', '110356.783000', '110356.785000', '110356.788000', '110356.791000', '110356.793000', '110356.796000', '110356.798000', '110356.801000', '110356.804000', '110356.806000', '110356.809000', '110356.812000', '110356.814000', '110416.704000', '110416.707000', '110416.710000', '110416.712000', '110416.715000', '110416.718000', '110416.720000', '110416.723000', '110416.726000', '110416.728000', '110416.731000', '110416.734000', '110416.736000', '110416.739000', '110416.741000', '110416.744000', '110416.747000', '110416.749000', '110416.752000', '110416.755000', '110416.757000', '110416.760000', '110416.780000', '110416.782000', '110416.785000', '110416.788000', '110416.791000', '110416.793000', '110416.796000', '110416.798000', '110416.801000', '110416.803000', '110416.806000', '110416.809000', '110416.811000', '110416.814000', '110416.816000', '110416.819000', '110416.822000', '110416.824000', '110416.827000', '110416.829000', '110416.832000', '110436.704000', '110436.708000', '110436.710000', '110436.713000', '110436.715000', '110436.718000', '110436.720000', '110436.723000', '110436.726000', '110436.728000', '110436.731000', '110436.734000', '110436.736000', '110436.739000', '110436.742000', '110436.744000', '110436.747000', '110436.749000', '110436.752000', '110436.754000', '110436.757000', '110436.760000', '110436.762000', '110436.765000', '110436.768000', '110436.770000', '110436.773000', '110436.775000', '110436.778000', '110436.781000', '110436.783000', '110436.786000', '110436.788000', '110436.791000', '110436.794000', '110436.796000', '110436.799000', '110436.802000', '110436.804000', '110436.807000', '110436.809000', '110436.812000', '110436.815000', '110436.817000', '110456.704000', '110456.707000', '110456.710000', '110456.713000', '110456.716000', '110456.718000', '110456.722000', '110456.725000', '110456.728000', '110456.731000', '110456.734000', '110456.737000', '110456.739000', '110456.742000', '110456.744000', '110456.747000', '110456.750000', '110456.752000', '110456.755000', '110456.757000', '110456.760000', '110456.763000', '110456.765000', '110456.768000', '110456.776000', '110456.779000', '110456.782000', '110456.784000', '110456.787000', '110456.790000', '110456.792000', '110456.795000', '110456.797000', '110456.800000', '110456.803000', '110456.805000', '110456.808000', '110456.810000', '110456.813000', '110456.815000', '110456.818000', '110456.821000', '110456.823000', '110516.705000', '110516.707000', '110516.710000', '110516.713000', '110516.716000', '110516.718000', '110516.721000', '110516.724000', '110516.727000', '110516.729000', '110516.732000', '110516.734000', '110516.737000', '110516.740000', '110516.742000', '110516.745000', '110516.748000', '110516.750000', '110516.753000', '110516.755000', '110516.758000', '110516.761000', '110516.763000', '110516.766000', '110516.769000', '110516.771000', '110516.774000', '110516.776000', '110516.779000', '110516.782000', '110516.784000', '110516.787000', '110516.790000', '110516.792000', '110516.795000', '110516.797000', '110516.800000', '110516.803000', '110516.805000', '110516.808000', '110516.811000', '110516.813000', '110516.816000', '110516.818000', '110536.704000', '110536.707000', '110536.710000', '110536.712000', '110536.715000', '110536.718000', '110536.721000', '110536.723000', '110536.726000', '110536.728000', '110536.731000', '110536.734000', '110536.736000', '110536.739000', '110536.741000', '110536.744000', '110536.747000', '110536.749000', '110536.752000', '110536.754000', '110536.757000', '110536.760000', '110536.762000', '110536.765000', '110536.767000', '110536.770000', '110536.773000', '110536.775000', '110536.778000', '110536.781000', '110536.783000', '110536.786000', '110536.788000', '110536.825000', '110536.828000', '110536.830000', '110536.833000', '110536.836000', '110536.838000', '110536.841000', '110536.844000', '110536.846000', '110536.849000', '110536.851000', '110556.704000', '110556.707000', '110556.709000', '110556.712000', '110556.715000', '110556.717000', '110556.720000', '110556.722000', '110556.725000', '110556.728000', '110556.730000', '110556.733000', '110556.735000', '110556.738000', '110556.740000', '110556.743000', '110556.746000', '110556.748000', '110556.751000', '110556.753000', '110556.756000', '110556.758000', '110556.761000', '110556.763000', '110556.766000', '110556.769000', '110556.771000', '110556.774000', '110556.776000', '110556.779000', '110556.782000', '110556.784000', '110556.787000', '110556.789000', '110556.792000', '110556.794000', '110556.797000', '110556.800000', '110556.802000', '110556.805000', '110556.807000', '110556.810000', '110556.812000', '110601.088000', '110601.091000', '110601.093000', '110601.097000', '110601.099000', '110601.102000', '110601.105000', '110601.107000', '110601.110000', '110601.113000'], 'InstanceCreationTime': ['105936.762000', '105936.765000', '105936.768000', '105936.771000', '105936.773000', '105936.776000', '105936.778000', '105936.781000', '105936.783000', '105936.786000', '105936.789000', '105936.791000', '105936.794000', '105936.796000', '105936.799000', '105936.805000', '105936.807000', '105936.810000', '105936.812000', '105936.815000', '105936.818000', '105936.820000', '105936.823000', '105936.828000', '105936.831000', '105936.834000', '105936.836000', '105936.839000', '105936.841000', '105936.844000', '105936.847000', '105936.849000', '105936.852000', '105936.854000', '105936.857000', '105936.860000', '105956.704000', '105956.707000', '105956.710000', '105956.713000', '105956.715000', '105956.718000', '105956.720000', '105956.723000', '105956.726000', '105956.728000', '105956.731000', '105956.733000', '105956.736000', '105956.739000', '105956.741000', '105956.744000', '105956.746000', '105956.749000', '105956.751000', '105956.754000', '105956.757000', '105956.759000', '105956.762000', '105956.764000', '105956.767000', '105956.770000', '105956.773000', '105956.776000', '105956.779000', '105956.781000', '105956.784000', '105956.786000', '105956.789000', '105956.792000', '105956.794000', '105956.797000', '105956.799000', '105956.802000', '105956.805000', '105956.808000', '105956.810000', '105956.813000', '105956.816000', '110016.705000', '110016.707000', '110016.710000', '110016.712000', '110016.715000', '110016.718000', '110016.724000', '110016.727000', '110016.729000', '110016.732000', '110016.734000', '110016.737000', '110016.739000', '110016.742000', '110016.744000', '110016.747000', '110016.749000', '110016.752000', '110016.755000', '110016.757000', '110016.760000', '110016.762000', '110016.765000', '110016.767000', '110016.770000', '110016.773000', '110016.775000', '110016.778000', '110016.780000', '110016.783000', '110016.786000', '110016.788000', '110016.791000', '110016.793000', '110016.796000', '110016.799000', '110016.801000', '110016.804000', '110016.806000', '110016.809000', '110016.812000', '110016.814000', '110016.817000', '110016.819000', '110036.704000', '110036.707000', '110036.710000', '110036.712000', '110036.715000', '110036.717000', '110036.723000', '110036.725000', '110036.728000', '110036.731000', '110036.733000', '110036.736000', '110036.738000', '110036.741000', '110036.744000', '110036.746000', '110036.749000', '110036.751000', '110036.754000', '110036.757000', '110036.759000', '110036.762000', '110036.764000', '110036.767000', '110036.769000', '110036.772000', '110036.774000', '110036.777000', '110036.780000', '110036.782000', '110036.785000', '110036.787000', '110036.790000', '110036.793000', '110036.795000', '110036.798000', '110036.800000', '110036.803000', '110036.805000', '110036.808000', '110036.811000', '110036.813000', '110036.816000', '110056.704000', '110056.707000', '110056.710000', '110056.714000', '110056.716000', '110056.719000', '110056.721000', '110056.724000', '110056.727000', '110056.730000', '110056.732000', '110056.735000', '110056.738000', '110056.740000', '110056.743000', '110056.745000', '110056.748000', '110056.751000', '110056.753000', '110056.756000', '110056.758000', '110056.761000', '110056.763000', '110056.766000', '110056.769000', '110056.771000', '110056.774000', '110056.777000', '110056.779000', '110056.782000', '110056.784000', '110056.787000', '110056.790000', '110056.792000', '110056.795000', '110056.797000', '110056.800000', '110056.803000', '110056.805000', '110056.808000', '110056.810000', '110056.813000', '110056.816000', '110056.818000', '110116.703000', '110116.706000', '110116.709000', '110116.711000', '110116.714000', '110116.717000', '110116.719000', '110116.722000', '110116.725000', '110116.727000', '110116.730000', '110116.732000', '110116.735000', '110116.737000', '110116.740000', '110116.742000', '110116.758000', '110116.760000', '110116.763000', '110116.765000', '110116.768000', '110116.771000', '110116.773000', '110116.776000', '110116.778000', '110116.781000', '110116.784000', '110116.786000', '110116.789000', '110116.792000', '110116.794000', '110116.797000', '110116.799000', '110116.802000', '110116.805000', '110116.807000', '110116.810000', '110116.813000', '110116.823000', '110116.826000', '110116.828000', '110116.831000', '110116.834000', '110136.703000', '110136.706000', '110136.709000', '110136.712000', '110136.714000', '110136.717000', '110136.719000', '110136.722000', '110136.724000', '110136.727000', '110136.730000', '110136.732000', '110136.735000', '110136.737000', '110136.741000', '110136.744000', '110136.746000', '110136.749000', '110136.752000', '110136.754000', '110136.757000', '110136.759000', '110136.762000', '110136.765000', '110136.767000', '110136.770000', '110136.773000', '110136.775000', '110136.778000', '110136.780000', '110136.783000', '110136.786000', '110136.788000', '110136.791000', '110136.793000', '110136.796000', '110136.799000', '110136.801000', '110136.804000', '110136.806000', '110136.809000', '110136.812000', '110136.814000', '110136.817000', '110156.704000', '110156.707000', '110156.710000', '110156.712000', '110156.715000', '110156.718000', '110156.720000', '110156.723000', '110156.725000', '110156.728000', '110156.731000', '110156.733000', '110156.736000', '110156.738000', '110156.741000', '110156.743000', '110156.746000', '110156.749000', '110156.751000', '110156.754000', '110156.756000', '110156.759000', '110156.761000', '110156.764000', '110156.767000', '110156.769000', '110156.772000', '110156.774000', '110156.777000', '110156.779000', '110156.782000', '110156.785000', '110156.787000', '110156.790000', '110156.792000', '110156.795000', '110156.798000', '110156.800000', '110156.803000', '110156.805000', '110156.808000', '110156.811000', '110156.813000', '110216.704000', '110216.707000', '110216.710000', '110216.713000', '110216.715000', '110216.718000', '110216.721000', '110216.723000', '110216.726000', '110216.728000', '110216.731000', '110216.734000', '110216.736000', '110216.739000', '110216.741000', '110216.744000', '110216.747000', '110216.749000', '110216.752000', '110216.754000', '110216.757000', '110216.760000', '110216.762000', '110216.765000', '110216.767000', '110216.770000', '110216.773000', '110216.775000', '110216.778000', '110216.781000', '110216.783000', '110216.786000', '110216.788000', '110216.791000', '110216.794000', '110216.796000', '110216.799000', '110216.801000', '110216.804000', '110216.806000', '110216.809000', '110216.812000', '110216.814000', '110216.817000', '110236.704000', '110236.707000', '110236.710000', '110236.712000', '110236.715000', '110236.718000', '110236.720000', '110236.723000', '110236.725000', '110236.728000', '110236.730000', '110236.733000', '110236.736000', '110236.738000', '110236.741000', '110236.744000', '110236.746000', '110236.749000', '110236.751000', '110236.754000', '110236.757000', '110236.759000', '110236.762000', '110236.764000', '110236.767000', '110236.770000', '110236.772000', '110236.775000', '110236.777000', '110236.780000', '110236.783000', '110236.785000', '110236.788000', '110236.790000', '110236.793000', '110236.796000', '110236.798000', '110236.801000', '110236.803000', '110236.806000', '110236.809000', '110236.811000', '110236.814000', '110256.704000', '110256.707000', '110256.710000', '110256.712000', '110256.715000', '110256.718000', '110256.720000', '110256.723000', '110256.726000', '110256.728000', '110256.731000', '110256.733000', '110256.736000', '110256.739000', '110256.741000', '110256.744000', '110256.746000', '110256.749000', '110256.751000', '110256.754000', '110256.757000', '110256.759000', '110256.762000', '110256.764000', '110256.767000', '110256.770000', '110256.772000', '110256.775000', '110256.778000', '110256.780000', '110256.783000', '110256.785000', '110256.788000', '110256.790000', '110256.793000', '110256.796000', '110256.799000', '110256.801000', '110256.804000', '110256.806000', '110256.809000', '110256.812000', '110256.814000', '110256.817000', '110316.705000', '110316.707000', '110316.711000', '110316.713000', '110316.716000', '110316.718000', '110316.721000', '110316.724000', '110316.726000', '110316.729000', '110316.732000', '110316.734000', '110316.737000', '110316.739000', '110316.742000', '110316.745000', '110316.747000', '110316.750000', '110316.753000', '110316.755000', '110316.758000', '110316.760000', '110316.763000', '110316.766000', '110316.768000', '110316.771000', '110316.774000', '110316.776000', '110316.779000', '110316.781000', '110316.784000', '110316.787000', '110316.789000', '110316.792000', '110316.795000', '110316.797000', '110316.800000', '110316.802000', '110316.805000', '110316.808000', '110316.810000', '110316.813000', '110316.815000', '110336.704000', '110336.707000', '110336.709000', '110336.712000', '110336.715000', '110336.717000', '110336.720000', '110336.722000', '110336.725000', '110336.728000', '110336.730000', '110336.733000', '110336.736000', '110336.738000', '110336.741000', '110336.744000', '110336.746000', '110336.749000', '110336.751000', '110336.754000', '110336.757000', '110336.759000', '110336.762000', '110336.765000', '110336.767000', '110336.770000', '110336.772000', '110336.775000', '110336.778000', '110336.780000', '110336.783000', '110336.786000', '110336.788000', '110336.791000', '110336.793000', '110336.796000', '110336.798000', '110336.801000', '110336.804000', '110336.806000', '110336.809000', '110336.811000', '110336.814000', '110336.817000', '110356.703000', '110356.707000', '110356.709000', '110356.712000', '110356.714000', '110356.717000', '110356.720000', '110356.722000', '110356.725000', '110356.728000', '110356.730000', '110356.733000', '110356.736000', '110356.738000', '110356.741000', '110356.743000', '110356.746000', '110356.749000', '110356.751000', '110356.754000', '110356.756000', '110356.759000', '110356.762000', '110356.765000', '110356.767000', '110356.770000', '110356.772000', '110356.775000', '110356.778000', '110356.780000', '110356.783000', '110356.785000', '110356.788000', '110356.791000', '110356.793000', '110356.796000', '110356.798000', '110356.801000', '110356.804000', '110356.806000', '110356.809000', '110356.812000', '110356.814000', '110416.704000', '110416.707000', '110416.710000', '110416.712000', '110416.715000', '110416.718000', '110416.720000', '110416.723000', '110416.726000', '110416.728000', '110416.731000', '110416.734000', '110416.736000', '110416.739000', '110416.741000', '110416.744000', '110416.747000', '110416.749000', '110416.752000', '110416.755000', '110416.757000', '110416.760000', '110416.780000', '110416.782000', '110416.785000', '110416.788000', '110416.791000', '110416.793000', '110416.796000', '110416.798000', '110416.801000', '110416.803000', '110416.806000', '110416.809000', '110416.811000', '110416.814000', '110416.816000', '110416.819000', '110416.822000', '110416.824000', '110416.827000', '110416.829000', '110416.832000', '110436.704000', '110436.708000', '110436.710000', '110436.713000', '110436.715000', '110436.718000', '110436.720000', '110436.723000', '110436.726000', '110436.728000', '110436.731000', '110436.734000', '110436.736000', '110436.739000', '110436.742000', '110436.744000', '110436.747000', '110436.749000', '110436.752000', '110436.754000', '110436.757000', '110436.760000', '110436.762000', '110436.765000', '110436.768000', '110436.770000', '110436.773000', '110436.775000', '110436.778000', '110436.781000', '110436.783000', '110436.786000', '110436.788000', '110436.791000', '110436.794000', '110436.796000', '110436.799000', '110436.802000', '110436.804000', '110436.807000', '110436.809000', '110436.812000', '110436.815000', '110436.817000', '110456.704000', '110456.707000', '110456.710000', '110456.713000', '110456.716000', '110456.718000', '110456.722000', '110456.725000', '110456.728000', '110456.731000', '110456.734000', '110456.737000', '110456.739000', '110456.742000', '110456.744000', '110456.747000', '110456.750000', '110456.752000', '110456.755000', '110456.757000', '110456.760000', '110456.763000', '110456.765000', '110456.768000', '110456.776000', '110456.779000', '110456.782000', '110456.784000', '110456.787000', '110456.790000', '110456.792000', '110456.795000', '110456.797000', '110456.800000', '110456.803000', '110456.805000', '110456.808000', '110456.810000', '110456.813000', '110456.815000', '110456.818000', '110456.821000', '110456.823000', '110516.705000', '110516.707000', '110516.710000', '110516.713000', '110516.716000', '110516.718000', '110516.721000', '110516.724000', '110516.727000', '110516.729000', '110516.732000', '110516.734000', '110516.737000', '110516.740000', '110516.742000', '110516.745000', '110516.748000', '110516.750000', '110516.753000', '110516.755000', '110516.758000', '110516.761000', '110516.763000', '110516.766000', '110516.769000', '110516.771000', '110516.774000', '110516.776000', '110516.779000', '110516.782000', '110516.784000', '110516.787000', '110516.790000', '110516.792000', '110516.795000', '110516.797000', '110516.800000', '110516.803000', '110516.805000', '110516.808000', '110516.811000', '110516.813000', '110516.816000', '110516.818000', '110536.704000', '110536.707000', '110536.710000', '110536.712000', '110536.715000', '110536.718000', '110536.721000', '110536.723000', '110536.726000', '110536.728000', '110536.731000', '110536.734000', '110536.736000', '110536.739000', '110536.741000', '110536.744000', '110536.747000', '110536.749000', '110536.752000', '110536.754000', '110536.757000', '110536.760000', '110536.762000', '110536.765000', '110536.767000', '110536.770000', '110536.773000', '110536.775000', '110536.778000', '110536.781000', '110536.783000', '110536.786000', '110536.788000', '110536.825000', '110536.828000', '110536.830000', '110536.833000', '110536.836000', '110536.838000', '110536.841000', '110536.844000', '110536.846000', '110536.849000', '110536.851000', '110556.704000', '110556.707000', '110556.709000', '110556.712000', '110556.715000', '110556.717000', '110556.720000', '110556.722000', '110556.725000', '110556.728000', '110556.730000', '110556.733000', '110556.735000', '110556.738000', '110556.740000', '110556.743000', '110556.746000', '110556.748000', '110556.751000', '110556.753000', '110556.756000', '110556.758000', '110556.761000', '110556.763000', '110556.766000', '110556.769000', '110556.771000', '110556.774000', '110556.776000', '110556.779000', '110556.782000', '110556.784000', '110556.787000', '110556.789000', '110556.792000', '110556.794000', '110556.797000', '110556.800000', '110556.802000', '110556.805000', '110556.807000', '110556.810000', '110556.812000', '110601.088000', '110601.091000', '110601.093000', '110601.097000', '110601.099000', '110601.102000', '110601.105000', '110601.107000', '110601.110000', '110601.113000'], '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': [14984, 10798, 10365, 13391, 8962, 10316, 10175, 8714, 11706, 8840, 13541, 8988, 16955, 11148, 12798, 10646, 9066, 12022, 9279, 13953, 10298, 12407, 12907, 9316, 13259, 9326, 9657, 11430, 9046, 12801, 9006, 11339, 11086, 9148, 12224, 9196, 8933, 10986, 8804, 13915, 10597, 9388, 11137, 10547, 8889, 12388, 9464, 14458, 9734, 14653, 10838, 8944, 11586, 9086, 13051, 9344, 13454, 9670, 13939, 10003, 11533, 10147, 8736, 11088, 9008, 12362, 9313, 12558, 9490, 8044, 10751, 9012, 11410, 9414, 8438, 10814, 8727, 13522, 10553, 8324, 11000, 9243, 12484, 9660, 12568, 11205, 8410, 11759, 9017, 12120, 10701, 9464, 13554, 10048, 8581, 11195, 8927, 14012, 10805, 16561, 13430, 10872, 14509, 9073, 13830, 8998, 13986, 9705, 13743, 11001, 8663, 11374, 8934, 10958, 11825, 8656, 8923, 11444, 11443, 9675, 13452, 9502, 15635, 9265, 16301, 10785, 16170, 9716, 15276, 9659, 14499, 10100, 11118, 10497, 8406, 11721, 8653, 11777, 8442, 12147, 10481, 8363, 11145, 8761, 12209, 8664, 13399, 9872, 11161, 11113, 8498, 11199, 8739, 12218, 8980, 12513, 8995, 15743, 10982, 13402, 9801, 8205, 10972, 8450, 10901, 8421, 10742, 8563, 11529, 9112, 12207, 8782, 12221, 8667, 12407, 8721, 11911, 9141, 12004, 8816, 11834, 8588, 12415, 8994, 10517, 10052, 9263, 10767, 8080, 11305, 8179, 10695, 8406, 10412, 8727, 10864, 8455, 11628, 8864, 11895, 9242, 12872, 10126, 13402, 10329, 8396, 10924, 8799, 12183, 9209, 12680, 9980, 13499, 9093, 8109, 11117, 8737, 11569, 9100, 13947, 9287, 13646, 9374, 12161, 10273, 11927, 10179, 12163, 9678, 12164, 10068, 8360, 10065, 8169, 10528, 8286, 12009, 8524, 10394, 10093, 8810, 8332, 9194, 8923, 12368, 9481, 14172, 10508, 13685, 9236, 12589, 8440, 11135, 8820, 11154, 8461, 11125, 8763, 11122, 8610, 12322, 8727, 12518, 8876, 13397, 9374, 13843, 9100, 9442, 10141, 8338, 10244, 9083, 11497, 9348, 8256, 10169, 8155, 11109, 8859, 11772, 9575, 8542, 10891, 8634, 11675, 8851, 12994, 9227, 16428, 9302, 8493, 10989, 8664, 11261, 9012, 12653, 10042, 15668, 8829, 13667, 8849, 12948, 8706, 12857, 9360, 9057, 10601, 7997, 8219, 10533, 8983, 13722, 10180, 12916, 12221, 11343, 12702, 10732, 12405, 8924, 11651, 9135, 11879, 8965, 12626, 8942, 13320, 8730, 13633, 9139, 14052, 9611, 8855, 10945, 8756, 11155, 8887, 11944, 9027, 11627, 9726, 8700, 11154, 8994, 11103, 8889, 9797, 10247, 9149, 11452, 9276, 8780, 12060, 9336, 12843, 10051, 12815, 14335, 10892, 13043, 9585, 12278, 9772, 12277, 12342, 12152, 9535, 11867, 9029, 12288, 8871, 11655, 8955, 11520, 8542, 11620, 8653, 12045, 8583, 8507, 11192, 8997, 8828, 11193, 8803, 11941, 8963, 13369, 8955, 15177, 9194, 8440, 11138, 8892, 13430, 9064, 14570, 9647, 15025, 9214, 12275, 9554, 11244, 10467, 9528, 10556, 8626, 10352, 8897, 11242, 9265, 11886, 8951, 8057, 10567, 8738, 13300, 9386, 8398, 11089, 9143, 12270, 8956, 15441, 10151, 10124, 11819, 9283, 12643, 9205, 13505, 9889, 9974, 11633, 9400, 13470, 9145, 13542, 9822, 9086, 10920, 9229, 13176, 9479, 9051, 11441, 9325, 13806, 9671, 16227, 11008, 9148, 11678, 9434, 13232, 9524, 13499, 9566, 12230, 11208, 8515, 11543, 9827, 8815, 12321, 10292, 8922, 12347, 9086, 13110, 13623, 9312, 13334, 9580, 14104, 9784, 15305, 11638, 15491, 13703, 11148, 12108, 9131, 9540, 12444, 9614, 8751, 10891, 9325, 13229, 10107, 8862, 13266, 9497, 16537, 12466, 15773, 12627, 11391, 12897, 9054, 14068, 10408, 14649, 9454, 12732, 10996, 9313, 12080, 9204, 12779, 9318, 12777, 9485, 12327, 9969, 9253, 11553, 9228, 12520, 9857, 13445, 10444, 8126, 11147, 8448, 8336, 10720, 9062, 12409, 11772, 9297, 13030, 9379, 8821, 11188, 9512, 14030, 10236, 14074, 12872, 9342, 13055, 9694, 13840, 10183, 13486, 9810, 12205, 11291, 8792, 11477, 9149, 12607, 9242, 13146, 10052, 8562, 10885, 9319, 11876, 9997, 9081, 12580, 10110, 8652, 11197, 9462, 12550, 9512, 13097, 10271, 10355, 12133, 9227, 13354, 9376, 14011, 10246, 12902, 10506, 9206, 12405, 9648, 12534, 10173, 9059, 11783, 9282, 13224, 9711, 12114, 10175, 9081, 12553, 9601, 8788, 11061, 9286, 14141, 10445, 9166, 12758, 9455, 11760, 10942, 9020, 11998, 9395, 13100, 9789, 9163, 11269, 10172, 9044, 11057, 9742, 9084, 10586, 8849, 9689, 11959, 9355, 9930, 11427, 11467, 9490, 16142, 11164, 11406, 15158, 10960, 9345, 14373, 10753, 10740, 16608, 11615, 9346, 13100, 10272, 8918, 12108, 9071, 16547, 10126, 8614, 11642, 9355, 12511, 10114, 8388, 11852, 9303, 10350, 10382, 8281, 10162, 8503, 13395, 9248, 8658, 10526, 8379, 12538, 8695, 14674, 10434, 8882, 11224, 8861, 12897, 9171, 12886, 10037, 15523, 10508, 9981, 10227, 8608, 10917, 8271, 10500, 8349, 10987, 8951, 12074, 9122, 12504, 9070, 12918, 9511, 9550, 10135, 8632, 11547, 8888, 11654, 9179, 12247, 10008, 13956, 9630, 8726, 11497, 9347, 13134, 9374, 15242, 9270, 14938, 9369, 15441, 9106, 13519, 9108, 12740, 10003, 9346, 11049, 9218, 12540, 9796, 9732, 11097, 9136, 12947, 9441, 12958, 9771, 10332, 10616, 8646, 11180, 9541, 11560, 9422, 8793, 11111, 8944, 12245, 8776, 15261, 9380, 10315, 10217, 8925, 11363, 8571, 11337, 9246, 12877, 9357, 9598, 9996, 8755, 12135, 9680, 9744, 11292, 9473, 14380, 9618, 9095, 11196, 9410, 13994, 9409, 17268, 10851, 10047, 11025, 8892, 11986, 9621, 12617, 10128, 9262, 11526, 9342, 9857, 10612, 8890, 12346, 10048, 9049, 11466, 8734, 10176, 11273, 9761, 8939, 11712, 9640, 12402, 13430, 12017, 16039, 9436, 14936, 9569, 14427, 9626, 14336, 9688, 14086, 10009, 9291, 11554, 8984, 12790, 9086, 9164, 10595, 8911, 8121, 10918, 9286, 11786, 10378, 9045, 11188, 9213, 13963, 10539, 14762, 9784, 9060, 11258, 8292, 9324, 12576, 9695, 14868, 11047, 9603, 12147, 9423, 13604, 9432, 14229, 10848, 15693, 9676, 8940, 11580, 9139, 11607, 9396, 12721, 9945, 8941, 11132, 8123, 8368, 11157, 9979, 8346, 12458, 9637, 8800, 12209, 9140, 17049, 9836, 17595, 12621, 16284, 12573, 8945, 12606], 'WindowCenter': [4615.0, 4571.0, 4548.0, 4562.0, 4524.0, 4518.0, 4521.0, 4498.0, 4539.0, 4499.0, 4550.0, 4511.0, 4582.0, 4539.0, 4525.0, 4504.0, 4472.0, 4511.0, 4482.0, 4533.0, 4505.0, 4523.0, 4521.0, 4484.0, 4522.0, 4481.0, 4479.0, 4499.0, 4470.0, 4520.0, 4481.0, 4511.0, 4513.0, 4483.0, 4511.0, 4493.0, 4482.0, 4515.0, 4497.0, 4547.0, 4520.0, 4510.0, 4539.0, 4516.0, 4495.0, 4536.0, 4497.0, 4545.0, 4510.0, 4546.0, 4515.0, 4484.0, 4514.0, 4473.0, 4523.0, 4484.0, 4521.0, 4484.0, 4521.0, 4484.0, 4501.0, 4481.0, 4459.0, 4489.0, 4472.0, 4511.0, 4481.0, 4510.0, 4496.0, 4477.0, 4529.0, 4499.0, 4530.0, 4508.0, 4487.0, 4529.0, 4514.0, 4573.0, 4546.0, 4503.0, 4533.0, 4510.0, 4551.0, 4523.0, 4564.0, 4544.0, 4503.0, 4544.0, 4513.0, 4539.0, 4544.0, 4524.0, 4563.0, 4535.0, 4499.0, 4530.0, 4499.0, 4548.0, 4518.0, 4561.0, 4538.0, 4505.0, 4534.0, 4472.0, 4521.0, 4470.0, 4523.0, 4498.0, 4524.0, 4493.0, 4462.0, 4492.0, 4471.0, 4505.0, 4526.0, 4488.0, 4496.0, 4528.0, 4528.0, 4499.0, 4539.0, 4487.0, 4536.0, 4474.0, 4532.0, 4492.0, 4521.0, 4459.0, 4508.0, 4458.0, 4508.0, 4468.0, 4476.0, 4478.0, 4447.0, 4488.0, 4458.0, 4513.0, 4476.0, 4526.0, 4508.0, 4476.0, 4517.0, 4489.0, 4528.0, 4489.0, 4550.0, 4520.0, 4528.0, 4541.0, 4490.0, 4528.0, 4489.0, 4529.0, 4488.0, 4540.0, 4502.0, 4549.0, 4519.0, 4535.0, 4508.0, 4473.0, 4506.0, 4463.0, 4504.0, 4464.0, 4506.0, 4475.0, 4516.0, 4473.0, 4512.0, 4472.0, 4513.0, 4461.0, 4513.0, 4472.0, 4514.0, 4486.0, 4513.0, 4486.0, 4511.0, 4473.0, 4511.0, 4486.0, 4517.0, 4510.0, 4496.0, 4518.0, 4465.0, 4516.0, 4475.0, 4507.0, 4477.0, 4518.0, 4487.0, 4516.0, 4473.0, 4513.0, 4485.0, 4515.0, 4486.0, 4539.0, 4507.0, 4536.0, 4508.0, 4474.0, 4505.0, 4475.0, 4526.0, 4498.0, 4536.0, 4507.0, 4535.0, 4486.0, 4464.0, 4516.0, 4485.0, 4526.0, 4488.0, 4535.0, 4498.0, 4534.0, 4484.0, 4513.0, 4492.0, 4502.0, 4494.0, 4514.0, 4496.0, 4513.0, 4484.0, 4463.0, 4506.0, 4462.0, 4506.0, 4475.0, 4524.0, 4499.0, 4519.0, 4518.0, 4500.0, 4491.0, 4509.0, 4511.0, 4540.0, 4509.0, 4550.0, 4507.0, 4537.0, 4485.0, 4527.0, 4464.0, 4503.0, 4470.0, 4490.0, 4449.0, 4490.0, 4447.0, 4488.0, 4450.0, 4499.0, 4460.0, 4499.0, 4460.0, 4508.0, 4470.0, 4509.0, 4459.0, 4468.0, 4491.0, 4473.0, 4494.0, 4486.0, 4501.0, 4484.0, 4473.0, 4504.0, 4477.0, 4527.0, 4499.0, 4528.0, 4511.0, 4488.0, 4529.0, 4488.0, 4530.0, 4512.0, 4550.0, 4500.0, 4556.0, 4511.0, 4488.0, 4516.0, 4476.0, 4529.0, 4498.0, 4526.0, 4497.0, 4534.0, 4474.0, 4523.0, 4472.0, 4522.0, 4486.0, 4513.0, 4486.0, 4483.0, 4503.0, 4478.0, 4476.0, 4515.0, 4497.0, 4537.0, 4509.0, 4527.0, 4527.0, 4516.0, 4526.0, 4507.0, 4524.0, 4472.0, 4502.0, 4468.0, 4488.0, 4459.0, 4499.0, 4459.0, 4498.0, 4450.0, 4507.0, 4468.0, 4507.0, 4469.0, 4457.0, 4489.0, 4458.0, 4488.0, 4459.0, 4511.0, 4483.0, 4515.0, 4496.0, 4472.0, 4502.0, 4485.0, 4515.0, 4499.0, 4520.0, 4523.0, 4512.0, 4541.0, 4521.0, 4513.0, 4552.0, 4523.0, 4552.0, 4535.0, 4554.0, 4564.0, 4533.0, 4551.0, 4497.0, 4526.0, 4494.0, 4515.0, 4524.0, 4513.0, 4472.0, 4503.0, 4460.0, 4501.0, 4459.0, 4502.0, 4469.0, 4502.0, 4475.0, 4515.0, 4486.0, 4513.0, 4475.0, 4485.0, 4529.0, 4497.0, 4497.0, 4530.0, 4488.0, 4528.0, 4500.0, 4538.0, 4489.0, 4546.0, 4487.0, 4475.0, 4515.0, 4486.0, 4524.0, 4487.0, 4537.0, 4486.0, 4534.0, 4484.0, 4504.0, 4484.0, 4500.0, 4493.0, 4479.0, 4493.0, 4474.0, 4494.0, 4484.0, 4516.0, 4485.0, 4514.0, 4486.0, 4476.0, 4518.0, 4501.0, 4549.0, 4514.0, 4490.0, 4531.0, 4511.0, 4541.0, 4515.0, 4572.0, 4523.0, 4509.0, 4541.0, 4499.0, 4537.0, 4497.0, 4537.0, 4521.0, 4508.0, 4529.0, 4497.0, 4536.0, 4498.0, 4524.0, 4497.0, 4487.0, 4506.0, 4488.0, 4524.0, 4483.0, 4472.0, 4514.0, 4484.0, 4536.0, 4497.0, 4545.0, 4494.0, 4472.0, 4502.0, 4472.0, 4511.0, 4483.0, 4522.0, 4496.0, 4514.0, 4518.0, 4484.0, 4515.0, 4508.0, 4486.0, 4526.0, 4508.0, 4488.0, 4528.0, 4498.0, 4536.0, 4537.0, 4487.0, 4536.0, 4496.0, 4537.0, 4509.0, 4547.0, 4504.0, 4545.0, 4525.0, 4517.0, 4526.0, 4485.0, 4494.0, 4525.0, 4496.0, 4486.0, 4517.0, 4510.0, 4552.0, 4533.0, 4513.0, 4552.0, 4512.0, 4557.0, 4515.0, 4533.0, 4504.0, 4489.0, 4502.0, 4461.0, 4523.0, 4493.0, 4521.0, 4469.0, 4497.0, 4477.0, 4455.0, 4486.0, 4457.0, 4498.0, 4469.0, 4499.0, 4481.0, 4510.0, 4482.0, 4471.0, 4502.0, 4471.0, 4512.0, 4497.0, 4524.0, 4509.0, 4455.0, 4506.0, 4476.0, 4489.0, 4532.0, 4513.0, 4552.0, 4541.0, 4500.0, 4540.0, 4499.0, 4499.0, 4529.0, 4509.0, 4551.0, 4522.0, 4549.0, 4539.0, 4499.0, 4538.0, 4498.0, 4538.0, 4509.0, 4535.0, 4497.0, 4526.0, 4517.0, 4475.0, 4515.0, 4486.0, 4523.0, 4484.0, 4536.0, 4508.0, 4488.0, 4516.0, 4497.0, 4527.0, 4520.0, 4512.0, 4551.0, 4522.0, 4500.0, 4531.0, 4509.0, 4527.0, 4499.0, 4537.0, 4509.0, 4509.0, 4530.0, 4496.0, 4538.0, 4484.0, 4525.0, 4494.0, 4512.0, 4506.0, 4486.0, 4526.0, 4494.0, 4514.0, 4506.0, 4485.0, 4515.0, 4484.0, 4526.0, 4496.0, 4514.0, 4505.0, 4485.0, 4526.0, 4495.0, 4475.0, 4515.0, 4496.0, 4536.0, 4509.0, 4487.0, 4527.0, 4497.0, 4514.0, 4516.0, 4486.0, 4526.0, 4497.0, 4536.0, 4507.0, 4497.0, 4529.0, 4531.0, 4512.0, 4542.0, 4521.0, 4511.0, 4542.0, 4524.0, 4533.0, 4554.0, 4525.0, 4546.0, 4568.0, 4558.0, 4525.0, 4585.0, 4534.0, 4532.0, 4550.0, 4518.0, 4489.0, 4549.0, 4522.0, 4531.0, 4570.0, 4532.0, 4489.0, 4524.0, 4496.0, 4475.0, 4528.0, 4490.0, 4572.0, 4522.0, 4488.0, 4518.0, 4499.0, 4526.0, 4508.0, 4490.0, 4529.0, 4501.0, 4508.0, 4523.0, 4489.0, 4509.0, 4491.0, 4563.0, 4504.0, 4490.0, 4521.0, 4494.0, 4539.0, 4479.0, 4549.0, 4508.0, 4490.0, 4519.0, 4489.0, 4526.0, 4487.0, 4526.0, 4510.0, 4561.0, 4521.0, 4496.0, 4507.0, 4475.0, 4506.0, 4476.0, 4509.0, 4479.0, 4517.0, 4487.0, 4517.0, 4485.0, 4524.0, 4488.0, 4539.0, 4510.0, 4498.0, 4508.0, 4478.0, 4517.0, 4485.0, 4516.0, 4497.0, 4539.0, 4509.0, 4549.0, 4498.0, 4476.0, 4516.0, 4487.0, 4526.0, 4486.0, 4536.0, 4487.0, 4534.0, 4485.0, 4521.0, 4461.0, 4509.0, 4461.0, 4501.0, 4482.0, 4482.0, 4503.0, 4485.0, 4525.0, 4507.0, 4494.0, 4516.0, 4483.0, 4525.0, 4483.0, 4513.0, 4497.0, 4494.0, 4509.0, 4488.0, 4516.0, 4498.0, 4515.0, 4486.0, 4473.0, 4515.0, 4488.0, 4538.0, 4489.0, 4547.0, 4500.0, 4506.0, 4507.0, 4484.0, 4516.0, 4487.0, 4518.0, 4499.0, 4539.0, 4498.0, 4506.0, 4506.0, 4488.0, 4540.0, 4522.0, 4509.0, 4529.0, 4509.0, 4550.0, 4509.0, 4501.0, 4532.0, 4497.0, 4548.0, 4498.0, 4546.0, 4505.0, 4495.0, 4503.0, 4472.0, 4513.0, 4494.0, 4525.0, 4507.0, 4497.0, 4515.0, 4496.0, 4495.0, 4518.0, 4499.0, 4539.0, 4522.0, 4514.0, 4557.0, 4505.0, 4521.0, 4531.0, 4522.0, 4501.0, 4530.0, 4512.0, 4540.0, 4552.0, 4529.0, 4549.0, 4488.0, 4535.0, 4484.0, 4522.0, 4473.0, 4522.0, 4483.0, 4524.0, 4494.0, 4472.0, 4503.0, 4473.0, 4511.0, 4484.0, 4498.0, 4519.0, 4499.0, 4492.0, 4532.0, 4511.0, 4529.0, 4522.0, 4501.0, 4531.0, 4500.0, 4564.0, 4523.0, 4562.0, 4511.0, 4488.0, 4508.0, 4478.0, 4497.0, 4538.0, 4499.0, 4548.0, 4519.0, 4496.0, 4517.0, 4486.0, 4527.0, 4487.0, 4537.0, 4505.0, 4533.0, 4482.0, 4472.0, 4501.0, 4472.0, 4514.0, 4488.0, 4525.0, 4509.0, 4496.0, 4527.0, 4478.0, 4501.0, 4539.0, 4535.0, 4503.0, 4542.0, 4523.0, 4512.0, 4544.0, 4512.0, 4572.0, 4512.0, 4570.0, 4539.0, 4559.0, 4529.0, 4476.0, 4513.0], 'WindowWidth': [10093.0, 10020.0, 9980.0, 9986.0, 9937.0, 9918.0, 9923.0, 9888.0, 9945.0, 9890.0, 9962.0, 9913.0, 10014.0, 9949.0, 9915.0, 9885.0, 9837.0, 9890.0, 9851.0, 9924.0, 9890.0, 9911.0, 9906.0, 9858.0, 9906.0, 9848.0, 9844.0, 9871.0, 9833.0, 9901.0, 9853.0, 9893.0, 9899.0, 9858.0, 9892.0, 9870.0, 9855.0, 9905.0, 9884.0, 9950.0, 9918.0, 9907.0, 9947.0, 9911.0, 9879.0, 9935.0, 9883.0, 9947.0, 9906.0, 9949.0, 9905.0, 9858.0, 9898.0, 9842.0, 9908.0, 9856.0, 9902.0, 9856.0, 9901.0, 9853.0, 9873.0, 9846.0, 9814.0, 9856.0, 9836.0, 9888.0, 9849.0, 9887.0, 9878.0, 9858.0, 9930.0, 9891.0, 9932.0, 9900.0, 9871.0, 9932.0, 9922.0, 10003.0, 9968.0, 9903.0, 9941.0, 9909.0, 9963.0, 9931.0, 9988.0, 9961.0, 9904.0, 9959.0, 9917.0, 9946.0, 9960.0, 9932.0, 9984.0, 9951.0, 9891.0, 9932.0, 9889.0, 9954.0, 9913.0, 9978.0, 9940.0, 9889.0, 9928.0, 9838.0, 9903.0, 9833.0, 9908.0, 9884.0, 9912.0, 9866.0, 9822.0, 9859.0, 9832.0, 9886.0, 9922.0, 9874.0, 9882.0, 9926.0, 9926.0, 9887.0, 9939.0, 9865.0, 9931.0, 9842.0, 9920.0, 9860.0, 9900.0, 9811.0, 9876.0, 9808.0, 9879.0, 9823.0, 9829.0, 9834.0, 9792.0, 9850.0, 9813.0, 9895.0, 9851.0, 9918.0, 9896.0, 9854.0, 9909.0, 9873.0, 9925.0, 9875.0, 9958.0, 9919.0, 9925.0, 9951.0, 9877.0, 9927.0, 9873.0, 9928.0, 9872.0, 9944.0, 9895.0, 9955.0, 9914.0, 9932.0, 9898.0, 9843.0, 9889.0, 9826.0, 9886.0, 9830.0, 9891.0, 9846.0, 9903.0, 9839.0, 9892.0, 9837.0, 9893.0, 9820.0, 9892.0, 9840.0, 9899.0, 9861.0, 9895.0, 9867.0, 9890.0, 9841.0, 9890.0, 9864.0, 9910.0, 9904.0, 9879.0, 9914.0, 9836.0, 9907.0, 9849.0, 9894.0, 9855.0, 9912.0, 9865.0, 9907.0, 9843.0, 9897.0, 9860.0, 9900.0, 9864.0, 9942.0, 9897.0, 9932.0, 9898.0, 9846.0, 9887.0, 9848.0, 9917.0, 9884.0, 9936.0, 9896.0, 9930.0, 9866.0, 9832.0, 9905.0, 9863.0, 9920.0, 9869.0, 9929.0, 9884.0, 9924.0, 9858.0, 9895.0, 9867.0, 9878.0, 9869.0, 9899.0, 9876.0, 9892.0, 9856.0, 9823.0, 9893.0, 9823.0, 9892.0, 9851.0, 9915.0, 9892.0, 9919.0, 9913.0, 9893.0, 9883.0, 9904.0, 9910.0, 9946.0, 9903.0, 9958.0, 9895.0, 9934.0, 9860.0, 9919.0, 9829.0, 9880.0, 9830.0, 9858.0, 9799.0, 9856.0, 9795.0, 9852.0, 9800.0, 9867.0, 9815.0, 9867.0, 9814.0, 9877.0, 9829.0, 9879.0, 9814.0, 9824.0, 9862.0, 9844.0, 9872.0, 9865.0, 9877.0, 9860.0, 9843.0, 9887.0, 9856.0, 9925.0, 9889.0, 9927.0, 9909.0, 9872.0, 9930.0, 9872.0, 9930.0, 9911.0, 9958.0, 9891.0, 9962.0, 9908.0, 9870.0, 9907.0, 9851.0, 9927.0, 9885.0, 9919.0, 9878.0, 9926.0, 9841.0, 9905.0, 9836.0, 9909.0, 9864.0, 9895.0, 9864.0, 9858.0, 9884.0, 9857.0, 9854.0, 9905.0, 9883.0, 9936.0, 9901.0, 9921.0, 9921.0, 9902.0, 9916.0, 9892.0, 9913.0, 9834.0, 9878.0, 9825.0, 9852.0, 9811.0, 9865.0, 9811.0, 9865.0, 9800.0, 9875.0, 9825.0, 9874.0, 9826.0, 9808.0, 9854.0, 9811.0, 9852.0, 9813.0, 9891.0, 9857.0, 9900.0, 9879.0, 9837.0, 9880.0, 9860.0, 9901.0, 9889.0, 9920.0, 9926.0, 9911.0, 9950.0, 9925.0, 9915.0, 9965.0, 9930.0, 9966.0, 9950.0, 9970.0, 9984.0, 9938.0, 9963.0, 9880.0, 9919.0, 9868.0, 9900.0, 9913.0, 9895.0, 9835.0, 9880.0, 9814.0, 9872.0, 9815.0, 9874.0, 9828.0, 9878.0, 9847.0, 9903.0, 9864.0, 9892.0, 9845.0, 9864.0, 9929.0, 9884.0, 9883.0, 9930.0, 9870.0, 9926.0, 9890.0, 9939.0, 9873.0, 9946.0, 9866.0, 9847.0, 9901.0, 9865.0, 9913.0, 9864.0, 9932.0, 9863.0, 9923.0, 9858.0, 9880.0, 9855.0, 9872.0, 9865.0, 9842.0, 9866.0, 9843.0, 9872.0, 9858.0, 9904.0, 9859.0, 9897.0, 9864.0, 9852.0, 9915.0, 9896.0, 9957.0, 9917.0, 9878.0, 9935.0, 9907.0, 9950.0, 9919.0, 9993.0, 9927.0, 9901.0, 9948.0, 9885.0, 9935.0, 9883.0, 9937.0, 9922.0, 9899.0, 9929.0, 9880.0, 9933.0, 9881.0, 9912.0, 9881.0, 9866.0, 9889.0, 9869.0, 9912.0, 9856.0, 9838.0, 9896.0, 9856.0, 9931.0, 9880.0, 9939.0, 9871.0, 9837.0, 9875.0, 9836.0, 9886.0, 9851.0, 9903.0, 9878.0, 9897.0, 9912.0, 9859.0, 9902.0, 9896.0, 9862.0, 9916.0, 9896.0, 9867.0, 9922.0, 9885.0, 9933.0, 9936.0, 9867.0, 9930.0, 9876.0, 9934.0, 9899.0, 9946.0, 9883.0, 9943.0, 9912.0, 9906.0, 9918.0, 9859.0, 9873.0, 9914.0, 9877.0, 9863.0, 9909.0, 9906.0, 9965.0, 9941.0, 9913.0, 9967.0, 9908.0, 9964.0, 9901.0, 9922.0, 9882.0, 9853.0, 9873.0, 9816.0, 9907.0, 9865.0, 9901.0, 9826.0, 9858.0, 9832.0, 9799.0, 9842.0, 9805.0, 9864.0, 9826.0, 9868.0, 9847.0, 9884.0, 9850.0, 9834.0, 9876.0, 9833.0, 9891.0, 9879.0, 9910.0, 9897.0, 9817.0, 9887.0, 9854.0, 9876.0, 9938.0, 9915.0, 9967.0, 9947.0, 9890.0, 9943.0, 9888.0, 9885.0, 9927.0, 9901.0, 9962.0, 9924.0, 9955.0, 9941.0, 9886.0, 9936.0, 9882.0, 9936.0, 9900.0, 9927.0, 9880.0, 9917.0, 9906.0, 9848.0, 9901.0, 9863.0, 9910.0, 9859.0, 9933.0, 9897.0, 9870.0, 9906.0, 9882.0, 9921.0, 9919.0, 9912.0, 9964.0, 9925.0, 9891.0, 9932.0, 9901.0, 9922.0, 9887.0, 9934.0, 9900.0, 9900.0, 9929.0, 9878.0, 9935.0, 9858.0, 9913.0, 9871.0, 9892.0, 9890.0, 9861.0, 9918.0, 9871.0, 9897.0, 9890.0, 9859.0, 9900.0, 9859.0, 9917.0, 9876.0, 9898.0, 9887.0, 9862.0, 9916.0, 9874.0, 9847.0, 9901.0, 9880.0, 9934.0, 9899.0, 9867.0, 9920.0, 9879.0, 9898.0, 9906.0, 9866.0, 9921.0, 9883.0, 9931.0, 9895.0, 9880.0, 9930.0, 9937.0, 9911.0, 9954.0, 9922.0, 9913.0, 9956.0, 9934.0, 9945.0, 9975.0, 9936.0, 9969.0, 10001.0, 9985.0, 9932.0, 10015.0, 9943.0, 9933.0, 9958.0, 9910.0, 9871.0, 9953.0, 9920.0, 9934.0, 9990.0, 9934.0, 9869.0, 9911.0, 9874.0, 9844.0, 9919.0, 9874.0, 9988.0, 9924.0, 9869.0, 9909.0, 9885.0, 9916.0, 9896.0, 9876.0, 9927.0, 9894.0, 9897.0, 9928.0, 9874.0, 9900.0, 9879.0, 9983.0, 9900.0, 9876.0, 9920.0, 9889.0, 9945.0, 9858.0, 9957.0, 9895.0, 9874.0, 9910.0, 9872.0, 9918.0, 9867.0, 9917.0, 9903.0, 9976.0, 9919.0, 9877.0, 9894.0, 9845.0, 9889.0, 9849.0, 9899.0, 9860.0, 9909.0, 9868.0, 9905.0, 9862.0, 9911.0, 9869.0, 9941.0, 9903.0, 9882.0, 9899.0, 9854.0, 9908.0, 9862.0, 9906.0, 9883.0, 9943.0, 9901.0, 9954.0, 9883.0, 9848.0, 9901.0, 9864.0, 9916.0, 9860.0, 9930.0, 9864.0, 9927.0, 9859.0, 9903.0, 9818.0, 9881.0, 9818.0, 9870.0, 9849.0, 9849.0, 9880.0, 9858.0, 9917.0, 9895.0, 9871.0, 9902.0, 9855.0, 9914.0, 9855.0, 9893.0, 9877.0, 9870.0, 9897.0, 9869.0, 9906.0, 9883.0, 9900.0, 9862.0, 9843.0, 9901.0, 9870.0, 9940.0, 9873.0, 9948.0, 9890.0, 9891.0, 9893.0, 9858.0, 9904.0, 9867.0, 9909.0, 9889.0, 9943.0, 9883.0, 9893.0, 9893.0, 9870.0, 9946.0, 9926.0, 9903.0, 9930.0, 9902.0, 9956.0, 9901.0, 9896.0, 9938.0, 9882.0, 9952.0, 9884.0, 9946.0, 9887.0, 9872.0, 9880.0, 9837.0, 9895.0, 9872.0, 9917.0, 9893.0, 9880.0, 9901.0, 9877.0, 9874.0, 9912.0, 9892.0, 9944.0, 9928.0, 9918.0, 9979.0, 9906.0, 9918.0, 9935.0, 9923.0, 9892.0, 9930.0, 9908.0, 9945.0, 9964.0, 9926.0, 9955.0, 9868.0, 9928.0, 9855.0, 9902.0, 9837.0, 9901.0, 9853.0, 9910.0, 9871.0, 9834.0, 9878.0, 9840.0, 9888.0, 9858.0, 9884.0, 9913.0, 9888.0, 9884.0, 9936.0, 9906.0, 9928.0, 9924.0, 9891.0, 9933.0, 9887.0, 9986.0, 9924.0, 9980.0, 9903.0, 9867.0, 9893.0, 9856.0, 9881.0, 9937.0, 9886.0, 9949.0, 9913.0, 9877.0, 9907.0, 9860.0, 9917.0, 9866.0, 9934.0, 9887.0, 9921.0, 9850.0, 9832.0, 9874.0, 9833.0, 9896.0, 9867.0, 9914.0, 9900.0, 9881.0, 9922.0, 9860.0, 9896.0, 9946.0, 9950.0, 9900.0, 9951.0, 9927.0, 9911.0, 9954.0, 9909.0, 9991.0, 9908.0, 9987.0, 9944.0, 9968.0, 9923.0, 9846.0, 9893.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.0013578784403669724</td></tr>
<tr><td colspan=3>aqi</td><td>0.017510371559633028</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.15829597428245</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2148795104477603</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0193011186222747</td></tr>
<tr><td colspan=3>efc</td><td>0.453</td></tr>
<tr><td colspan=3>fber</td><td>6069.1807</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10822430479700063</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.944954128440367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6324440647776868</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.557777484472378</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8130695692948313</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.526485140565852</td></tr>
<tr><td colspan=3>gcor</td><td>0.0272299</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017031293362379074</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022311029955744743</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5746473097876765</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>35.863</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5053</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.5006</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307718.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.8069</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6734</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>653.8115</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3713.9978</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4973.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1117.8644</td></tr>
<tr><td colspan=3>tsnr</td><td>42.8016717704013</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>