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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>98e6f1e2625c4665f465cadced42d6c3</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>14:19:11.867500</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.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6f8ec283-f9ac-49e9-b83b-c0f98be573c8||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.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['141911.867500', '141912.327500', '141912.787500', '141913.247500', '141913.707500', '141914.167500', '141914.627500', '141915.087500', '141915.547500', '141916.007500', '141916.467500', '141916.927500', '141917.387500', '141917.847500', '141918.307500', '141918.767500', '141919.227500', '141919.687500', '141920.147500', '141920.607500', '141921.067500', '141921.527500', '141921.987500', '141922.447500', '141922.907500', '141923.367500', '141923.827500', '141924.287500', '141924.747500', '141925.207500', '141925.667500', '141926.127500', '141926.587500', '141927.047500', '141927.507500', '141927.967500', '141928.427500', '141928.887500', '141929.347500', '141929.807500', '141930.267500', '141930.727500', '141931.187500', '141931.647500', '141932.107500', '141932.567500', '141933.027500', '141933.487500', '141933.947500', '141934.407500', '141934.867500', '141935.327500', '141935.787500', '141936.247500', '141936.707500', '141937.167500', '141937.627500', '141938.087500', '141938.547500', '141939.007500', '141939.467500', '141939.927500', '141940.387500', '141940.847500', '141941.307500', '141941.767500', '141942.227500', '141942.687500', '141943.147500', '141943.607500', '141944.067500', '141944.527500', '141944.987500', '141945.447500', '141945.907500', '141946.367500', '141946.827500', '141947.287500', '141947.747500', '141948.207500', '141948.667500', '141949.127500', '141949.587500', '141950.047500', '141950.507500', '141950.967500', '141951.427500', '141951.887500', '141952.347500', '141952.807500', '141953.267500', '141953.727500', '141954.187500', '141954.647500', '141955.107500', '141955.567500', '141956.027500', '141956.487500', '141956.947500', '141957.407500', '141957.867500', '141958.327500', '141958.787500', '141959.247500', '141959.707500', '142000.167500', '142000.627500', '142001.087500', '142001.547500', '142002.007500', '142002.467500', '142002.927500', '142003.387500', '142003.847500', '142004.307500', '142004.767500', '142005.227500', '142005.687500', '142006.147500', '142006.607500', '142007.067500', '142007.527500', '142007.987500', '142008.447500', '142008.907500', '142009.367500', '142009.827500', '142010.287500', '142010.747500', '142011.207500', '142011.667500', '142012.127500', '142012.587500', '142013.047500', '142013.507500', '142013.967500', '142014.427500', '142014.887500', '142015.347500', '142015.807500', '142016.267500', '142016.727500', '142017.187500', '142017.647500', '142018.107500', '142018.567500', '142019.027500', '142019.487500', '142019.947500', '142020.407500', '142020.867500', '142021.327500', '142021.787500', '142022.247500', '142022.707500', '142023.167500', '142023.627500', '142024.087500', '142024.547500', '142025.007500', '142025.467500', '142025.927500', '142026.387500', '142026.847500', '142027.307500', '142027.767500', '142028.227500', '142028.687500', '142029.147500', '142029.607500', '142030.067500', '142030.527500', '142030.987500', '142031.447500', '142031.907500', '142032.367500', '142032.827500', '142033.287500', '142033.747500', '142034.207500', '142034.667500', '142035.127500', '142035.587500', '142036.047500', '142036.507500', '142036.967500', '142037.427500', '142037.887500', '142038.347500', '142038.807500', '142039.267500', '142039.727500', '142040.187500', '142040.647500', '142041.107500', '142041.567500', '142042.027500', '142042.487500', '142042.947500', '142043.407500', '142043.867500', '142044.327500', '142044.787500', '142045.247500', '142045.707500', '142046.167500', '142046.627500', '142047.087500', '142047.547500', '142048.007500', '142048.467500', '142048.927500', '142049.387500', '142049.847500', '142050.307500', '142050.767500', '142051.227500', '142051.687500', '142052.147500', '142052.607500', '142053.067500', '142053.527500', '142053.987500', '142054.447500', '142054.907500', '142055.367500', '142055.827500', '142056.287500', '142056.747500', '142057.207500', '142057.667500', '142058.127500', '142058.587500', '142059.047500', '142059.507500', '142059.967500', '142100.427500', '142100.887500', '142101.347500', '142101.807500', '142102.267500', '142102.727500', '142103.187500', '142103.647500', '142104.107500', '142104.567500', '142105.027500', '142105.487500', '142105.947500', '142106.407500', '142106.867500', '142107.327500', '142107.787500', '142108.247500', '142108.707500', '142109.167500', '142109.627500', '142110.087500', '142110.547500', '142111.007500', '142111.467500', '142111.927500', '142112.387500', '142112.847500', '142113.307500', '142113.767500', '142114.227500', '142114.687500', '142115.147500', '142115.607500', '142116.067500', '142116.527500', '142116.987500', '142117.447500', '142117.907500', '142118.367500', '142118.827500', '142119.287500', '142119.747500', '142120.207500', '142120.667500', '142121.127500', '142121.587500', '142122.047500', '142122.507500', '142122.967500', '142123.427500', '142123.887500', '142124.347500', '142124.807500', '142125.267500', '142125.727500', '142126.187500', '142126.647500', '142127.107500', '142127.567500', '142128.027500', '142128.487500', '142128.947500', '142129.407500', '142129.867500', '142130.327500', '142130.787500', '142131.247500', '142131.707500', '142132.167500', '142132.627500', '142133.087500', '142133.547500', '142134.007500', '142134.467500', '142134.927500', '142135.387500', '142135.847500', '142136.307500', '142136.767500', '142137.227500', '142137.687500', '142138.147500', '142138.607500', '142139.067500', '142139.527500', '142139.987500', '142140.447500', '142140.907500', '142141.367500', '142141.827500', '142142.287500', '142142.747500', '142143.207500', '142143.667500', '142144.127500', '142144.587500', '142145.047500', '142145.507500', '142145.967500', '142146.427500', '142146.887500', '142147.347500', '142147.807500', '142148.267500', '142148.727500', '142149.187500', '142149.647500', '142150.107500', '142150.567500', '142151.027500', '142151.487500', '142151.947500', '142152.407500', '142152.867500', '142153.327500', '142153.787500', '142154.247500', '142154.707500', '142155.167500', '142155.627500', '142156.087500', '142156.547500', '142157.007500', '142157.467500', '142157.927500', '142158.387500', '142158.847500', '142159.307500', '142159.767500', '142200.227500', '142200.687500', '142201.147500', '142201.607500', '142202.067500', '142202.527500', '142202.987500', '142203.447500', '142203.907500', '142204.367500', '142204.827500', '142205.287500', '142205.747500', '142206.207500', '142206.667500', '142207.127500', '142207.587500', '142208.047500', '142208.507500', '142208.967500', '142209.427500', '142209.887500', '142210.347500', '142210.807500', '142211.267500', '142211.727500', '142212.187500', '142212.647500', '142213.107500', '142213.567500', '142214.027500', '142214.487500', '142214.947500', '142215.407500', '142215.867500', '142216.327500', '142216.787500', '142217.247500', '142217.707500', '142218.167500', '142218.627500', '142219.087500', '142219.547500', '142220.007500', '142220.467500', '142220.927500', '142221.387500', '142221.847500', '142222.307500', '142222.767500', '142223.227500', '142223.687500', '142224.147500', '142224.607500', '142225.067500', '142225.527500', '142225.987500', '142226.447500', '142226.907500', '142227.367500', '142227.827500', '142228.287500', '142228.747500', '142229.207500', '142229.667500', '142230.127500', '142230.587500', '142231.047500', '142231.507500', '142231.967500', '142232.427500', '142232.887500', '142233.347500', '142233.807500', '142234.267500', '142234.727500', '142235.187500', '142235.647500', '142236.107500', '142236.567500', '142237.027500', '142237.487500', '142237.947500', '142238.407500', '142238.867500', '142239.327500', '142239.787500', '142240.247500', '142240.707500', '142241.167500', '142241.627500', '142242.087500', '142242.547500', '142243.007500', '142243.467500', '142243.927500', '142244.387500', '142244.847500', '142245.307500', '142245.767500', '142246.227500', '142246.687500', '142247.147500', '142247.607500', '142248.067500', '142248.527500', '142248.987500', '142249.447500', '142249.907500', '142250.367500', '142250.827500', '142251.287500', '142251.747500', '142252.207500', '142252.667500', '142253.127500', '142253.587500', '142254.047500', '142254.507500', '142254.967500', '142255.427500', '142255.887500', '142256.347500', '142256.807500', '142257.267500', '142257.727500', '142258.187500', '142258.647500', '142259.107500', '142259.567500', '142300.027500', '142300.487500', '142300.947500', '142301.407500', '142301.867500', '142302.327500', '142302.787500', '142303.247500', '142303.707500', '142304.167500', '142304.627500', '142305.087500', '142305.547500', '142306.007500', '142306.467500', '142306.927500', '142307.387500', '142307.847500', '142308.307500', '142308.767500', '142309.227500', '142309.687500', '142310.147500', '142310.607500', '142311.067500', '142311.527500', '142311.987500', '142312.447500', '142312.907500', '142313.367500', '142313.827500', '142314.287500', '142314.747500', '142315.207500', '142315.667500', '142316.127500', '142316.587500', '142317.047500', '142317.507500', '142317.967500', '142318.427500', '142318.887500', '142319.347500', '142319.807500', '142320.267500', '142320.727500', '142321.187500', '142321.647500', '142322.107500', '142322.567500', '142323.027500', '142323.487500', '142323.947500', '142324.407500', '142324.867500', '142325.327500', '142325.787500', '142326.247500', '142326.707500', '142327.167500', '142327.627500', '142328.087500', '142328.547500', '142329.007500', '142329.467500', '142329.927500', '142330.387500', '142330.847500', '142331.307500', '142331.767500', '142332.227500', '142332.687500', '142333.147500', '142333.607500', '142334.067500', '142334.527500', '142334.987500', '142335.447500', '142335.907500', '142336.367500', '142336.827500', '142337.287500', '142337.747500', '142338.207500', '142338.667500', '142339.127500', '142339.587500', '142340.047500', '142340.507500', '142340.967500', '142341.427500', '142341.887500', '142342.347500', '142342.807500', '142343.267500', '142343.727500', '142344.187500', '142344.647500', '142345.107500', '142345.567500', '142346.027500', '142346.487500', '142346.947500', '142347.407500', '142347.867500', '142348.327500', '142348.787500', '142349.247500', '142349.707500', '142350.167500', '142350.627500', '142351.087500', '142351.547500', '142352.007500', '142352.467500', '142352.927500', '142353.387500', '142353.847500', '142354.307500', '142354.767500', '142355.227500', '142355.687500', '142356.147500', '142356.607500', '142357.067500', '142357.527500', '142357.987500', '142358.447500', '142358.907500', '142359.367500', '142359.827500', '142400.287500', '142400.747500', '142401.207500', '142401.667500', '142402.127500', '142402.587500', '142403.047500', '142403.507500', '142403.967500', '142404.427500', '142404.887500', '142405.347500', '142405.807500', '142406.267500', '142406.727500', '142407.187500', '142407.647500', '142408.107500', '142408.567500', '142409.027500', '142409.487500', '142409.947500', '142410.407500', '142410.867500', '142411.327500', '142411.787500', '142412.247500', '142412.707500', '142413.167500', '142413.627500', '142414.087500', '142414.547500', '142415.007500', '142415.467500', '142415.927500', '142416.387500', '142416.847500', '142417.307500', '142417.767500', '142418.227500', '142418.687500', '142419.147500', '142419.607500', '142420.067500', '142420.527500', '142420.987500', '142421.447500', '142421.907500', '142422.367500', '142422.827500', '142423.287500', '142423.747500', '142424.207500', '142424.667500', '142425.127500', '142425.587500', '142426.047500', '142426.507500', '142426.967500', '142427.427500', '142427.887500', '142428.347500', '142428.807500', '142429.267500', '142429.727500', '142430.187500', '142430.647500', '142431.107500', '142431.567500', '142432.027500', '142432.487500', '142432.947500', '142433.407500', '142433.867500', '142434.327500', '142434.787500', '142435.247500', '142435.707500', '142436.167500', '142436.627500', '142437.087500', '142437.547500', '142438.007500', '142438.467500', '142438.927500', '142439.387500', '142439.847500', '142440.307500', '142440.767500', '142441.227500', '142441.687500', '142442.147500', '142442.607500', '142443.067500', '142443.527500', '142443.987500', '142444.447500', '142444.907500', '142445.367500', '142445.827500', '142446.287500', '142446.747500', '142447.207500', '142447.667500', '142448.127500', '142448.587500', '142449.047500', '142449.507500', '142449.967500', '142450.427500', '142450.887500', '142451.347500', '142451.807500', '142452.267500', '142452.727500', '142453.187500', '142453.647500', '142454.107500', '142454.567500', '142455.027500', '142455.487500', '142455.947500', '142456.407500', '142456.867500', '142457.327500', '142457.787500', '142458.247500', '142458.707500', '142459.167500', '142459.627500', '142500.087500', '142500.547500', '142501.007500', '142501.467500', '142501.927500', '142502.387500', '142502.847500', '142503.307500', '142503.767500', '142504.227500', '142504.687500', '142505.147500', '142505.607500', '142506.067500', '142506.527500', '142506.987500', '142507.447500', '142507.907500', '142508.367500', '142508.827500', '142509.287500', '142509.747500', '142510.207500', '142510.667500', '142511.127500', '142511.587500', '142512.047500', '142512.507500', '142512.967500', '142513.427500', '142513.887500', '142514.347500', '142514.807500', '142515.267500', '142515.727500', '142516.187500', '142516.647500', '142517.107500', '142517.567500', '142518.027500', '142518.487500', '142518.947500', '142519.407500', '142519.867500', '142520.327500', '142520.787500', '142521.247500', '142521.707500', '142522.167500', '142522.627500', '142523.087500', '142523.547500', '142524.007500', '142524.467500', '142524.927500', '142525.387500', '142525.847500', '142526.307500', '142526.767500', '142527.227500', '142527.687500', '142528.147500', '142528.607500', '142529.067500', '142529.527500', '142529.987500', '142530.447500', '142530.907500', '142531.367500', '142531.827500', '142532.287500', '142532.747500', '142533.207500', '142533.667500', '142534.127500', '142534.587500', '142535.047500', '142535.507500', '142535.967500', '142536.427500', '142536.887500', '142537.347500', '142537.807500', '142538.267500', '142538.727500', '142539.187500', '142539.647500', '142540.107500', '142540.567500', '142541.027500', '142541.487500', '142541.947500', '142542.407500', '142542.867500', '142543.327500', '142543.787500', '142544.247500', '142544.707500', '142545.167500', '142545.627500', '142546.087500', '142546.547500', '142547.007500', '142547.467500', '142547.927500', '142548.387500', '142548.847500', '142549.307500', '142549.767500', '142550.227500', '142550.687500', '142551.147500', '142551.607500', '142552.067500', '142552.527500'], 'ContentTime': ['141940.686000', '141940.689000', '141940.692000', '141940.694000', '141940.697000', '141940.700000', '141940.702000', '141940.705000', '141940.708000', '141940.710000', '141940.713000', '141940.715000', '141940.718000', '141940.731000', '141940.733000', '141940.736000', '141940.739000', '141940.741000', '141940.744000', '141940.746000', '141940.749000', '141940.752000', '141940.754000', '141940.758000', '141940.761000', '141940.764000', '141940.766000', '141940.779000', '141940.781000', '141940.784000', '141940.786000', '141940.789000', '141940.792000', '141940.794000', '141940.797000', '141940.799000', '141940.802000', '141940.805000', '141940.807000', '141940.810000', '141940.813000', '141940.816000', '141940.818000', '141940.821000', '141940.824000', '141940.826000', '141940.829000', '141940.832000', '141940.834000', '141940.837000', '141940.839000', '141940.842000', '141940.850000', '141940.852000', '141940.855000', '141940.858000', '141940.860000', '141940.863000', '141940.866000', '142000.652000', '142000.655000', '142000.658000', '142000.664000', '142000.667000', '142000.669000', '142000.672000', '142000.675000', '142000.677000', '142000.680000', '142000.683000', '142000.685000', '142000.688000', '142000.690000', '142000.693000', '142000.696000', '142000.698000', '142000.711000', '142000.713000', '142000.716000', '142000.719000', '142000.721000', '142000.724000', '142000.726000', '142000.729000', '142000.732000', '142000.734000', '142000.737000', '142000.740000', '142000.742000', '142000.745000', '142000.747000', '142000.750000', '142000.752000', '142000.755000', '142000.758000', '142000.760000', '142000.763000', '142000.765000', '142000.768000', '142000.771000', '142000.774000', '142000.776000', '142000.779000', '142020.651000', '142020.655000', '142020.657000', '142020.660000', '142020.662000', '142020.665000', '142020.668000', '142020.670000', '142020.673000', '142020.676000', '142020.678000', '142020.681000', '142020.683000', '142020.686000', '142020.689000', '142020.691000', '142020.694000', '142020.697000', '142020.699000', '142020.702000', '142020.704000', '142020.707000', '142020.710000', '142020.712000', '142020.715000', '142020.718000', '142020.720000', '142020.723000', '142020.725000', '142020.728000', '142020.731000', '142020.734000', '142020.736000', '142020.739000', '142020.741000', '142020.744000', '142020.747000', '142020.760000', '142020.762000', '142020.765000', '142020.767000', '142020.770000', '142020.773000', '142040.651000', '142040.654000', '142040.657000', '142040.660000', '142040.662000', '142040.665000', '142040.668000', '142040.670000', '142040.673000', '142040.676000', '142040.678000', '142040.681000', '142040.684000', '142040.686000', '142040.689000', '142040.692000', '142040.694000', '142040.697000', '142040.699000', '142040.702000', '142040.705000', '142040.707000', '142040.710000', '142040.713000', '142040.715000', '142040.718000', '142040.720000', '142040.723000', '142040.726000', '142040.728000', '142040.731000', '142040.733000', '142040.736000', '142040.738000', '142040.741000', '142040.744000', '142040.746000', '142040.749000', '142040.752000', '142040.754000', '142040.757000', '142040.759000', '142040.762000', '142040.765000', '142100.652000', '142100.655000', '142100.657000', '142100.660000', '142100.663000', '142100.665000', '142100.668000', '142100.670000', '142100.673000', '142100.676000', '142100.678000', '142100.681000', '142100.684000', '142100.686000', '142100.689000', '142100.692000', '142100.694000', '142100.697000', '142100.700000', '142100.702000', '142100.705000', '142100.708000', '142100.710000', '142100.713000', '142100.715000', '142100.718000', '142100.721000', '142100.723000', '142100.726000', '142100.728000', '142100.731000', '142100.734000', '142100.736000', '142100.739000', '142100.742000', '142100.744000', '142100.747000', '142100.749000', '142100.752000', '142100.755000', '142100.757000', '142100.760000', '142100.763000', '142120.651000', '142120.654000', '142120.657000', '142120.660000', '142120.662000', '142120.665000', '142120.674000', '142120.677000', '142120.679000', '142120.683000', '142120.685000', '142120.688000', '142120.690000', '142120.693000', '142120.696000', '142120.698000', '142120.701000', '142120.703000', '142120.706000', '142120.709000', '142120.711000', '142120.714000', '142120.716000', '142120.719000', '142120.722000', '142120.724000', '142120.727000', '142120.729000', '142120.732000', '142120.735000', '142120.737000', '142120.740000', '142120.743000', '142120.745000', '142120.748000', '142120.750000', '142120.753000', '142120.756000', '142120.758000', '142120.761000', '142120.763000', '142120.766000', '142120.769000', '142120.771000', '142140.652000', '142140.654000', '142140.657000', '142140.660000', '142140.663000', '142140.665000', '142140.668000', '142140.671000', '142140.673000', '142140.676000', '142140.678000', '142140.681000', '142140.684000', '142140.686000', '142140.689000', '142140.692000', '142140.695000', '142140.697000', '142140.700000', '142140.709000', '142140.711000', '142140.714000', '142140.717000', '142140.719000', '142140.722000', '142140.732000', '142140.734000', '142140.737000', '142140.740000', '142140.742000', '142140.745000', '142140.748000', '142140.750000', '142140.753000', '142140.756000', '142140.758000', '142140.761000', '142140.763000', '142140.766000', '142140.769000', '142140.771000', '142140.774000', '142140.776000', '142200.653000', '142200.656000', '142200.658000', '142200.661000', '142200.664000', '142200.667000', '142200.669000', '142200.672000', '142200.675000', '142200.677000', '142200.680000', '142200.683000', '142200.685000', '142200.688000', '142200.690000', '142200.693000', '142200.696000', '142200.698000', '142200.701000', '142200.704000', '142200.706000', '142200.709000', '142200.719000', '142200.722000', '142200.724000', '142200.727000', '142200.730000', '142200.732000', '142200.735000', '142200.738000', '142200.740000', '142200.743000', '142200.745000', '142200.748000', '142200.751000', '142200.753000', '142200.756000', '142200.759000', '142200.761000', '142200.764000', '142200.767000', '142200.769000', '142200.772000', '142200.774000', '142220.653000', '142220.655000', '142220.658000', '142220.661000', '142220.664000', '142220.666000', '142220.669000', '142220.672000', '142220.674000', '142220.677000', '142220.680000', '142220.682000', '142220.685000', '142220.688000', '142220.690000', '142220.693000', '142220.695000', '142220.698000', '142220.701000', '142220.703000', '142220.706000', '142220.709000', '142220.711000', '142220.714000', '142220.717000', '142220.719000', '142220.727000', '142220.730000', '142220.732000', '142220.735000', '142220.738000', '142220.740000', '142220.743000', '142220.746000', '142220.748000', '142220.751000', '142220.754000', '142220.756000', '142220.759000', '142220.762000', '142220.764000', '142220.767000', '142220.769000', '142240.652000', '142240.658000', '142240.660000', '142240.663000', '142240.666000', '142240.669000', '142240.671000', '142240.674000', '142240.677000', '142240.679000', '142240.682000', '142240.685000', '142240.687000', '142240.690000', '142240.693000', '142240.695000', '142240.698000', '142240.701000', '142240.703000', '142240.706000', '142240.709000', '142240.711000', '142240.714000', '142240.716000', '142240.719000', '142240.722000', '142240.724000', '142240.727000', '142240.730000', '142240.732000', '142240.735000', '142240.738000', '142240.753000', '142240.756000', '142240.758000', '142240.761000', '142240.764000', '142240.766000', '142240.769000', '142240.772000', '142240.774000', '142240.777000', '142240.779000', '142300.652000', '142300.654000', '142300.657000', '142300.660000', '142300.663000', '142300.665000', '142300.668000', '142300.671000', '142300.673000', '142300.676000', '142300.679000', '142300.681000', '142300.684000', '142300.687000', '142300.689000', '142300.692000', '142300.695000', '142300.697000', '142300.700000', '142300.703000', '142300.705000', '142300.708000', '142300.711000', '142300.713000', '142300.716000', '142300.718000', '142300.721000', '142300.724000', '142300.726000', '142300.729000', '142300.732000', '142300.739000', '142300.741000', '142300.744000', '142300.747000', '142300.749000', '142300.752000', '142300.755000', '142300.758000', '142300.760000', '142300.763000', '142300.765000', '142300.768000', '142300.771000', '142320.652000', '142320.654000', '142320.658000', '142320.660000', '142320.663000', '142320.665000', '142320.668000', '142320.671000', '142320.673000', '142320.676000', '142320.679000', '142320.681000', '142320.684000', '142320.686000', '142320.689000', '142320.692000', '142320.695000', '142320.697000', '142320.700000', '142320.703000', '142320.705000', '142320.708000', '142320.711000', '142320.713000', '142320.716000', '142320.718000', '142320.721000', '142320.724000', '142320.726000', '142320.729000', '142320.732000', '142320.734000', '142320.737000', '142320.740000', '142320.742000', '142320.745000', '142320.747000', '142320.750000', '142320.753000', '142320.755000', '142320.758000', '142320.761000', '142320.763000', '142340.652000', '142340.655000', '142340.658000', '142340.661000', '142340.663000', '142340.666000', '142340.669000', '142340.671000', '142340.674000', '142340.676000', '142340.679000', '142340.682000', '142340.684000', '142340.687000', '142340.690000', '142340.692000', '142340.695000', '142340.698000', '142340.700000', '142340.703000', '142340.705000', '142340.708000', '142340.711000', '142340.713000', '142340.716000', '142340.719000', '142340.722000', '142340.724000', '142340.727000', '142340.737000', '142340.739000', '142340.742000', '142340.744000', '142340.747000', '142340.750000', '142340.752000', '142340.755000', '142340.758000', '142340.760000', '142340.763000', '142340.765000', '142340.768000', '142340.771000', '142340.774000', '142400.651000', '142400.654000', '142400.657000', '142400.660000', '142400.662000', '142400.665000', '142400.668000', '142400.671000', '142400.673000', '142400.678000', '142400.680000', '142400.683000', '142400.686000', '142400.688000', '142400.691000', '142400.694000', '142400.696000', '142400.699000', '142400.702000', '142400.704000', '142400.707000', '142400.710000', '142400.712000', '142400.715000', '142400.718000', '142400.720000', '142400.723000', '142400.725000', '142400.728000', '142400.731000', '142400.733000', '142400.736000', '142400.739000', '142400.742000', '142400.744000', '142400.747000', '142400.750000', '142400.752000', '142400.755000', '142400.758000', '142400.760000', '142400.763000', '142400.766000', '142420.653000', '142420.656000', '142420.658000', '142420.668000', '142420.671000', '142420.673000', '142420.676000', '142420.678000', '142420.681000', '142420.684000', '142420.686000', '142420.689000', '142420.692000', '142420.694000', '142420.697000', '142420.699000', '142420.702000', '142420.705000', '142420.707000', '142420.710000', '142420.713000', '142420.715000', '142420.718000', '142420.720000', '142420.723000', '142420.726000', '142420.728000', '142420.731000', '142420.734000', '142420.736000', '142420.739000', '142420.742000', '142420.744000', '142420.747000', '142420.749000', '142420.752000', '142420.755000', '142420.757000', '142420.760000', '142420.763000', '142420.765000', '142420.768000', '142420.771000', '142420.773000', '142440.653000', '142440.655000', '142440.658000', '142440.661000', '142440.663000', '142440.666000', '142440.669000', '142440.671000', '142440.676000', '142440.678000', '142440.681000', '142440.684000', '142440.687000', '142440.690000', '142440.692000', '142440.695000', '142440.698000', '142440.701000', '142440.703000', '142440.706000', '142440.709000', '142440.711000', '142440.714000', '142440.716000', '142440.719000', '142440.722000', '142440.725000', '142440.727000', '142440.730000', '142440.733000', '142440.736000', '142440.739000', '142440.742000', '142440.744000', '142440.747000', '142440.750000', '142440.752000', '142440.755000', '142440.758000', '142440.760000', '142440.763000', '142440.766000', '142440.768000', '142500.652000', '142500.654000', '142500.657000', '142500.660000', '142500.663000', '142500.665000', '142500.668000', '142500.671000', '142500.673000', '142500.676000', '142500.678000', '142500.681000', '142500.684000', '142500.686000', '142500.689000', '142500.692000', '142500.694000', '142500.697000', '142500.700000', '142500.702000', '142500.705000', '142500.707000', '142500.710000', '142500.713000', '142500.715000', '142500.718000', '142500.720000', '142500.723000', '142500.726000', '142500.728000', '142500.731000', '142500.734000', '142500.736000', '142500.739000', '142500.742000', '142500.744000', '142500.747000', '142500.749000', '142500.752000', '142500.755000', '142500.757000', '142500.760000', '142500.763000', '142500.765000', '142520.652000', '142520.655000', '142520.657000', '142520.660000', '142520.662000', '142520.665000', '142520.668000', '142520.670000', '142520.673000', '142520.676000', '142520.678000', '142520.681000', '142520.684000', '142520.686000', '142520.689000', '142520.692000', '142520.694000', '142520.697000', '142520.700000', '142520.704000', '142520.707000', '142520.709000', '142520.712000', '142520.715000', '142520.717000', '142520.720000', '142520.722000', '142520.725000', '142520.728000', '142520.730000', '142520.733000', '142520.736000', '142520.738000', '142520.741000', '142520.744000', '142520.746000', '142520.753000', '142520.755000', '142520.758000', '142520.761000', '142520.763000', '142520.766000', '142520.768000', '142540.651000', '142540.654000', '142540.657000', '142540.660000', '142540.662000', '142540.665000', '142540.668000', '142540.671000', '142540.673000', '142540.676000', '142540.679000', '142540.681000', '142540.684000', '142540.687000', '142540.690000', '142540.692000', '142540.695000', '142540.697000', '142540.700000', '142540.703000', '142540.705000', '142540.708000', '142540.710000', '142540.713000', '142540.727000', '142540.730000', '142540.733000', '142540.735000', '142540.738000', '142540.740000', '142540.743000', '142540.746000', '142540.748000', '142540.751000', '142540.754000', '142540.756000', '142540.759000', '142540.762000', '142540.764000', '142540.767000', '142540.770000', '142540.772000', '142540.775000', '142540.778000', '142554.219000', '142554.222000', '142554.225000', '142554.228000', '142554.231000', '142554.233000', '142554.236000', '142554.239000', '142554.242000', '142554.245000', '142554.248000', '142554.251000', '142554.254000', '142554.257000', '142554.260000', '142554.263000', '142554.265000', '142554.268000', '142554.271000', '142554.274000', '142554.276000', '142554.279000', '142554.282000', '142554.285000', '142554.288000', '142554.291000', '142554.294000', '142554.297000', '142554.299000', '142554.302000'], 'InstanceCreationTime': ['141940.686000', '141940.689000', '141940.692000', '141940.694000', '141940.697000', '141940.700000', '141940.702000', '141940.705000', '141940.708000', '141940.710000', '141940.713000', '141940.715000', '141940.718000', '141940.731000', '141940.733000', '141940.736000', '141940.739000', '141940.741000', '141940.744000', '141940.746000', '141940.749000', '141940.752000', '141940.754000', '141940.758000', '141940.761000', '141940.764000', '141940.766000', '141940.779000', '141940.781000', '141940.784000', '141940.786000', '141940.789000', '141940.792000', '141940.794000', '141940.797000', '141940.799000', '141940.802000', '141940.805000', '141940.807000', '141940.810000', '141940.813000', '141940.816000', '141940.818000', '141940.821000', '141940.824000', '141940.826000', '141940.829000', '141940.832000', '141940.834000', '141940.837000', '141940.839000', '141940.842000', '141940.850000', '141940.852000', '141940.855000', '141940.858000', '141940.860000', '141940.863000', '141940.866000', '142000.652000', '142000.655000', '142000.658000', '142000.664000', '142000.667000', '142000.669000', '142000.672000', '142000.675000', '142000.677000', '142000.680000', '142000.683000', '142000.685000', '142000.688000', '142000.690000', '142000.693000', '142000.696000', '142000.698000', '142000.711000', '142000.713000', '142000.716000', '142000.719000', '142000.721000', '142000.724000', '142000.726000', '142000.729000', '142000.732000', '142000.734000', '142000.737000', '142000.740000', '142000.742000', '142000.745000', '142000.747000', '142000.750000', '142000.752000', '142000.755000', '142000.758000', '142000.760000', '142000.763000', '142000.765000', '142000.768000', '142000.771000', '142000.774000', '142000.776000', '142000.779000', '142020.651000', '142020.655000', '142020.657000', '142020.660000', '142020.662000', '142020.665000', '142020.668000', '142020.670000', '142020.673000', '142020.676000', '142020.678000', '142020.681000', '142020.683000', '142020.686000', '142020.689000', '142020.691000', '142020.694000', '142020.697000', '142020.699000', '142020.702000', '142020.704000', '142020.707000', '142020.710000', '142020.712000', '142020.715000', '142020.718000', '142020.720000', '142020.723000', '142020.725000', '142020.728000', '142020.731000', '142020.734000', '142020.736000', '142020.739000', '142020.741000', '142020.744000', '142020.747000', '142020.760000', '142020.762000', '142020.765000', '142020.767000', '142020.770000', '142020.773000', '142040.651000', '142040.654000', '142040.657000', '142040.660000', '142040.662000', '142040.665000', '142040.668000', '142040.670000', '142040.673000', '142040.676000', '142040.678000', '142040.681000', '142040.684000', '142040.686000', '142040.689000', '142040.692000', '142040.694000', '142040.697000', '142040.699000', '142040.702000', '142040.705000', '142040.707000', '142040.710000', '142040.713000', '142040.715000', '142040.718000', '142040.720000', '142040.723000', '142040.726000', '142040.728000', '142040.731000', '142040.733000', '142040.736000', '142040.738000', '142040.741000', '142040.744000', '142040.746000', '142040.749000', '142040.752000', '142040.754000', '142040.757000', '142040.759000', '142040.762000', '142040.765000', '142100.652000', '142100.655000', '142100.657000', '142100.660000', '142100.663000', '142100.665000', '142100.668000', '142100.670000', '142100.673000', '142100.676000', '142100.678000', '142100.681000', '142100.684000', '142100.686000', '142100.689000', '142100.692000', '142100.694000', '142100.697000', '142100.700000', '142100.702000', '142100.705000', '142100.708000', '142100.710000', '142100.713000', '142100.715000', '142100.718000', '142100.721000', '142100.723000', '142100.726000', '142100.728000', '142100.731000', '142100.734000', '142100.736000', '142100.739000', '142100.742000', '142100.744000', '142100.747000', '142100.749000', '142100.752000', '142100.755000', '142100.757000', '142100.760000', '142100.763000', '142120.651000', '142120.654000', '142120.657000', '142120.660000', '142120.662000', '142120.665000', '142120.674000', '142120.677000', '142120.679000', '142120.683000', '142120.685000', '142120.688000', '142120.690000', '142120.693000', '142120.696000', '142120.698000', '142120.701000', '142120.703000', '142120.706000', '142120.709000', '142120.711000', '142120.714000', '142120.716000', '142120.719000', '142120.722000', '142120.724000', '142120.727000', '142120.729000', '142120.732000', '142120.735000', '142120.737000', '142120.740000', '142120.743000', '142120.745000', '142120.748000', '142120.750000', '142120.753000', '142120.756000', '142120.758000', '142120.761000', '142120.763000', '142120.766000', '142120.769000', '142120.771000', '142140.652000', '142140.654000', '142140.657000', '142140.660000', '142140.663000', '142140.665000', '142140.668000', '142140.671000', '142140.673000', '142140.676000', '142140.678000', '142140.681000', '142140.684000', '142140.686000', '142140.689000', '142140.692000', '142140.695000', '142140.697000', '142140.700000', '142140.709000', '142140.711000', '142140.714000', '142140.717000', '142140.719000', '142140.722000', '142140.732000', '142140.734000', '142140.737000', '142140.740000', '142140.742000', '142140.745000', '142140.748000', '142140.750000', '142140.753000', '142140.756000', '142140.758000', '142140.761000', '142140.763000', '142140.766000', '142140.769000', '142140.771000', '142140.774000', '142140.776000', '142200.653000', '142200.656000', '142200.658000', '142200.661000', '142200.664000', '142200.667000', '142200.669000', '142200.672000', '142200.675000', '142200.677000', '142200.680000', '142200.683000', '142200.685000', '142200.688000', '142200.690000', '142200.693000', '142200.696000', '142200.698000', '142200.701000', '142200.704000', '142200.706000', '142200.709000', '142200.719000', '142200.722000', '142200.724000', '142200.727000', '142200.730000', '142200.732000', '142200.735000', '142200.738000', '142200.740000', '142200.743000', '142200.745000', '142200.748000', '142200.751000', '142200.753000', '142200.756000', '142200.759000', '142200.761000', '142200.764000', '142200.767000', '142200.769000', '142200.772000', '142200.774000', '142220.653000', '142220.655000', '142220.658000', '142220.661000', '142220.664000', '142220.666000', '142220.669000', '142220.672000', '142220.674000', '142220.677000', '142220.680000', '142220.682000', '142220.685000', '142220.688000', '142220.690000', '142220.693000', '142220.695000', '142220.698000', '142220.701000', '142220.703000', '142220.706000', '142220.709000', '142220.711000', '142220.714000', '142220.717000', '142220.719000', '142220.727000', '142220.730000', '142220.732000', '142220.735000', '142220.738000', '142220.740000', '142220.743000', '142220.746000', '142220.748000', '142220.751000', '142220.754000', '142220.756000', '142220.759000', '142220.762000', '142220.764000', '142220.767000', '142220.769000', '142240.652000', '142240.658000', '142240.660000', '142240.663000', '142240.666000', '142240.669000', '142240.671000', '142240.674000', '142240.677000', '142240.679000', '142240.682000', '142240.685000', '142240.687000', '142240.690000', '142240.693000', '142240.695000', '142240.698000', '142240.701000', '142240.703000', '142240.706000', '142240.709000', '142240.711000', '142240.714000', '142240.716000', '142240.719000', '142240.722000', '142240.724000', '142240.727000', '142240.730000', '142240.732000', '142240.735000', '142240.738000', '142240.753000', '142240.756000', '142240.758000', '142240.761000', '142240.764000', '142240.766000', '142240.769000', '142240.772000', '142240.774000', '142240.777000', '142240.779000', '142300.652000', '142300.654000', '142300.657000', '142300.660000', '142300.663000', '142300.665000', '142300.668000', '142300.671000', '142300.673000', '142300.676000', '142300.679000', '142300.681000', '142300.684000', '142300.687000', '142300.689000', '142300.692000', '142300.695000', '142300.697000', '142300.700000', '142300.703000', '142300.705000', '142300.708000', '142300.711000', '142300.713000', '142300.716000', '142300.718000', '142300.721000', '142300.724000', '142300.726000', '142300.729000', '142300.732000', '142300.739000', '142300.741000', '142300.744000', '142300.747000', '142300.749000', '142300.752000', '142300.755000', '142300.758000', '142300.760000', '142300.763000', '142300.765000', '142300.768000', '142300.771000', '142320.652000', '142320.654000', '142320.658000', '142320.660000', '142320.663000', '142320.665000', '142320.668000', '142320.671000', '142320.673000', '142320.676000', '142320.679000', '142320.681000', '142320.684000', '142320.686000', '142320.689000', '142320.692000', '142320.695000', '142320.697000', '142320.700000', '142320.703000', '142320.705000', '142320.708000', '142320.711000', '142320.713000', '142320.716000', '142320.718000', '142320.721000', '142320.724000', '142320.726000', '142320.729000', '142320.732000', '142320.734000', '142320.737000', '142320.740000', '142320.742000', '142320.745000', '142320.747000', '142320.750000', '142320.753000', '142320.755000', '142320.758000', '142320.761000', '142320.763000', '142340.652000', '142340.655000', '142340.658000', '142340.661000', '142340.663000', '142340.666000', '142340.669000', '142340.671000', '142340.674000', '142340.676000', '142340.679000', '142340.682000', '142340.684000', '142340.687000', '142340.690000', '142340.692000', '142340.695000', '142340.698000', '142340.700000', '142340.703000', '142340.705000', '142340.708000', '142340.711000', '142340.713000', '142340.716000', '142340.719000', '142340.722000', '142340.724000', '142340.727000', '142340.737000', '142340.739000', '142340.742000', '142340.744000', '142340.747000', '142340.750000', '142340.752000', '142340.755000', '142340.758000', '142340.760000', '142340.763000', '142340.765000', '142340.768000', '142340.771000', '142340.774000', '142400.651000', '142400.654000', '142400.657000', '142400.660000', '142400.662000', '142400.665000', '142400.668000', '142400.671000', '142400.673000', '142400.678000', '142400.680000', '142400.683000', '142400.686000', '142400.688000', '142400.691000', '142400.694000', '142400.696000', '142400.699000', '142400.702000', '142400.704000', '142400.707000', '142400.710000', '142400.712000', '142400.715000', '142400.718000', '142400.720000', '142400.723000', '142400.725000', '142400.728000', '142400.731000', '142400.733000', '142400.736000', '142400.739000', '142400.742000', '142400.744000', '142400.747000', '142400.750000', '142400.752000', '142400.755000', '142400.758000', '142400.760000', '142400.763000', '142400.766000', '142420.653000', '142420.656000', '142420.658000', '142420.668000', '142420.671000', '142420.673000', '142420.676000', '142420.678000', '142420.681000', '142420.684000', '142420.686000', '142420.689000', '142420.692000', '142420.694000', '142420.697000', '142420.699000', '142420.702000', '142420.705000', '142420.707000', '142420.710000', '142420.713000', '142420.715000', '142420.718000', '142420.720000', '142420.723000', '142420.726000', '142420.728000', '142420.731000', '142420.734000', '142420.736000', '142420.739000', '142420.742000', '142420.744000', '142420.747000', '142420.749000', '142420.752000', '142420.755000', '142420.757000', '142420.760000', '142420.763000', '142420.765000', '142420.768000', '142420.771000', '142420.773000', '142440.653000', '142440.655000', '142440.658000', '142440.661000', '142440.663000', '142440.666000', '142440.669000', '142440.671000', '142440.676000', '142440.678000', '142440.681000', '142440.684000', '142440.687000', '142440.690000', '142440.692000', '142440.695000', '142440.698000', '142440.701000', '142440.703000', '142440.706000', '142440.709000', '142440.711000', '142440.714000', '142440.716000', '142440.719000', '142440.722000', '142440.725000', '142440.727000', '142440.730000', '142440.733000', '142440.736000', '142440.739000', '142440.742000', '142440.744000', '142440.747000', '142440.750000', '142440.752000', '142440.755000', '142440.758000', '142440.760000', '142440.763000', '142440.766000', '142440.768000', '142500.652000', '142500.654000', '142500.657000', '142500.660000', '142500.663000', '142500.665000', '142500.668000', '142500.671000', '142500.673000', '142500.676000', '142500.678000', '142500.681000', '142500.684000', '142500.686000', '142500.689000', '142500.692000', '142500.694000', '142500.697000', '142500.700000', '142500.702000', '142500.705000', '142500.707000', '142500.710000', '142500.713000', '142500.715000', '142500.718000', '142500.720000', '142500.723000', '142500.726000', '142500.728000', '142500.731000', '142500.734000', '142500.736000', '142500.739000', '142500.742000', '142500.744000', '142500.747000', '142500.749000', '142500.752000', '142500.755000', '142500.757000', '142500.760000', '142500.763000', '142500.765000', '142520.652000', '142520.655000', '142520.657000', '142520.660000', '142520.662000', '142520.665000', '142520.668000', '142520.670000', '142520.673000', '142520.676000', '142520.678000', '142520.681000', '142520.684000', '142520.686000', '142520.689000', '142520.692000', '142520.694000', '142520.697000', '142520.700000', '142520.704000', '142520.707000', '142520.709000', '142520.712000', '142520.715000', '142520.717000', '142520.720000', '142520.722000', '142520.725000', '142520.728000', '142520.730000', '142520.733000', '142520.736000', '142520.738000', '142520.741000', '142520.744000', '142520.746000', '142520.753000', '142520.755000', '142520.758000', '142520.761000', '142520.763000', '142520.766000', '142520.768000', '142540.651000', '142540.654000', '142540.657000', '142540.660000', '142540.662000', '142540.665000', '142540.668000', '142540.671000', '142540.673000', '142540.676000', '142540.679000', '142540.681000', '142540.684000', '142540.687000', '142540.690000', '142540.692000', '142540.695000', '142540.697000', '142540.700000', '142540.703000', '142540.705000', '142540.708000', '142540.710000', '142540.713000', '142540.727000', '142540.730000', '142540.733000', '142540.735000', '142540.738000', '142540.740000', '142540.743000', '142540.746000', '142540.748000', '142540.751000', '142540.754000', '142540.756000', '142540.759000', '142540.762000', '142540.764000', '142540.767000', '142540.770000', '142540.772000', '142540.775000', '142540.778000', '142554.219000', '142554.222000', '142554.225000', '142554.228000', '142554.231000', '142554.233000', '142554.236000', '142554.239000', '142554.242000', '142554.245000', '142554.248000', '142554.251000', '142554.254000', '142554.257000', '142554.260000', '142554.263000', '142554.265000', '142554.268000', '142554.271000', '142554.274000', '142554.276000', '142554.279000', '142554.282000', '142554.285000', '142554.288000', '142554.291000', '142554.294000', '142554.297000', '142554.299000', '142554.302000'], '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': [9362, 10683, 9904, 12679, 10192, 10891, 10377, 10128, 10715, 9342, 10373, 10384, 12817, 10539, 10686, 10649, 10010, 10189, 13005, 17077, 9933, 10126, 10753, 10722, 14846, 10654, 10372, 10413, 9960, 10119, 10543, 10394, 10116, 9493, 10190, 9646, 10612, 9017, 9831, 10543, 9549, 10295, 9079, 9448, 10457, 12941, 13888, 9892, 10579, 10224, 15557, 13646, 10290, 11033, 10063, 13607, 10461, 8568, 10588, 10740, 13461, 10040, 8814, 10860, 10499, 13955, 10411, 8663, 10393, 10450, 12480, 10303, 9141, 10291, 10032, 10888, 10451, 14026, 10259, 9609, 10556, 9740, 10410, 10537, 8580, 10726, 10536, 11887, 10040, 9158, 10725, 10748, 13409, 9474, 10248, 10801, 10138, 13577, 10127, 9565, 10490, 9840, 10646, 10924, 13070, 9878, 9544, 10601, 10936, 12784, 10046, 9386, 10466, 9667, 12406, 10447, 10723, 10135, 10376, 10686, 10359, 10237, 9941, 10605, 10448, 9341, 10446, 10164, 11186, 10601, 9250, 10507, 9717, 10052, 10491, 13805, 10640, 10113, 10391, 10289, 11443, 10501, 9636, 10156, 9870, 10086, 10355, 9179, 10659, 10400, 10984, 10157, 16280, 14107, 10105, 11035, 9990, 9595, 10378, 9015, 10851, 10102, 12409, 10439, 8440, 10743, 10546, 12899, 10620, 9393, 10779, 10991, 10716, 10274, 12251, 10457, 9342, 10871, 10010, 15634, 10010, 9958, 11002, 10766, 14816, 9607, 9565, 10335, 9883, 11032, 10397, 10264, 9820, 9481, 11208, 10840, 10716, 9187, 9418, 11154, 10457, 13969, 10496, 10668, 9893, 10224, 10926, 9023, 10892, 9582, 9563, 10519, 11325, 10959, 10400, 10704, 10675, 10534, 10732, 10373, 10899, 9741, 9345, 10803, 9786, 11010, 10130, 9744, 10529, 12215, 11139, 9718, 11487, 9693, 11898, 10567, 12275, 10854, 10044, 9203, 10656, 8792, 10859, 10633, 10425, 9778, 8309, 11133, 10055, 8657, 9774, 9873, 10232, 9892, 11110, 14580, 10593, 8002, 10369, 10405, 16298, 15040, 13916, 10806, 8799, 10887, 10920, 17912, 10021, 8154, 10762, 10323, 10767, 10864, 8717, 10352, 10464, 10467, 10444, 9446, 10088, 8992, 10436, 10087, 9592, 10010, 8802, 10564, 11601, 17128, 9689, 9708, 10686, 10172, 14876, 9843, 9790, 9840, 9368, 10721, 10834, 10877, 9545, 8746, 10418, 10728, 10307, 9606, 8487, 10474, 10568, 10950, 9741, 8947, 10521, 10667, 13018, 9453, 9899, 10359, 13151, 13185, 8980, 10354, 10134, 12857, 16108, 9969, 11011, 9622, 10093, 10533, 10401, 15452, 9150, 8720, 10212, 8961, 10795, 9319, 10448, 9891, 8943, 10510, 9518, 10273, 9417, 9971, 11040, 9685, 10780, 8961, 9902, 10807, 11196, 10676, 9274, 9982, 10389, 11307, 10164, 8269, 10619, 8741, 10442, 10205, 10884, 10182, 9015, 10770, 10668, 11072, 10427, 10272, 10427, 9851, 9909, 10763, 10362, 10524, 9463, 9399, 10483, 10380, 10769, 9318, 9378, 10460, 12045, 11203, 9161, 9971, 10549, 14547, 11933, 9726, 10068, 10092, 9734, 11283, 10640, 11361, 10414, 13038, 10595, 10202, 9998, 10103, 12265, 10891, 10241, 11180, 9837, 10393, 10566, 8726, 10623, 10161, 10963, 10031, 8664, 10619, 10747, 11077, 9856, 8433, 10403, 10863, 10952, 10196, 11232, 10120, 8817, 10673, 10813, 16697, 9535, 9476, 10729, 9906, 13551, 10020, 9019, 9788, 9669, 10651, 10697, 8626, 9564, 8831, 10844, 10394, 11809, 9708, 8938, 10508, 10806, 15430, 10215, 9563, 10764, 9872, 12606, 9092, 9840, 10383, 13975, 10615, 9152, 9307, 9984, 9178, 10966, 9693, 9863, 9849, 8406, 10589, 10169, 10296, 10129, 8980, 10361, 9934, 11096, 9866, 9069, 9952, 9251, 10496, 9559, 11849, 11638, 9456, 10286, 10370, 8371, 10546, 9507, 9548, 10214, 8895, 10563, 10140, 12844, 10033, 8481, 10240, 10451, 12108, 9784, 9302, 10261, 10239, 10736, 9709, 9660, 10138, 10418, 17669, 10209, 9636, 10067, 9224, 10783, 9467, 10321, 9487, 8694, 10377, 10905, 11450, 9353, 9223, 10161, 10018, 12466, 8890, 10923, 10353, 9938, 12586, 9408, 10864, 9458, 10873, 10303, 9179, 10160, 8951, 10366, 10340, 8717, 10162, 9242, 10116, 10118, 10222, 10327, 10454, 10497, 9754, 9990, 9939, 8530, 10171, 9219, 10823, 10136, 8402, 10151, 10261, 11046, 9583, 8512, 10046, 10658, 15439, 10530, 8462, 10310, 9660, 10193, 10299, 10027, 10165, 9966, 10555, 9728, 14790, 10205, 8715, 10517, 10099, 15132, 9920, 8555, 10351, 10520, 15090, 11627, 8169, 10473, 10632, 12770, 10334, 12696, 10404, 9431, 10242, 10367, 12545, 10032, 9156, 10447, 10173, 13338, 9823, 8583, 10473, 10032, 11497, 9523, 8306, 10183, 10658, 13078, 10146, 8259, 10649, 10020, 11515, 10187, 9106, 10417, 9777, 10520, 10372, 12941, 10272, 9351, 10746, 10202, 10505, 10301, 9757, 11208, 9933, 9215, 10212, 10470, 12245, 9504, 8501, 10206, 10057, 12124, 11828, 14923, 11229, 9975, 9561, 10444, 9892, 11986, 10220, 10914, 9538, 9942, 10090, 9747, 10416, 9744, 9969, 9942, 9502, 10342, 9678, 10196, 10450, 9564, 10910, 9478, 17802, 11563, 8717, 10458, 9670, 10641, 11412, 10793, 10408, 9563, 8864, 10699, 10718, 12915, 9907, 9582, 9856, 10654, 11656, 9668, 8719, 10237, 10487, 12208, 10304, 8729, 10611, 10352, 11531, 9855, 8778, 10739, 10101, 15391, 10126, 8842, 10559, 10175, 15541, 12295, 9585, 10535, 9434, 10155, 10265, 9841, 10265, 9831, 9224, 11280, 9513, 9083, 10208, 10792, 10640, 9628, 8431, 10693, 9699, 9928, 10472, 9258, 11090, 9994, 9099, 11857, 9660, 8851, 10471, 9968, 16539, 10093, 8944, 10784, 9725, 18678, 14535, 9710, 10722, 9684, 14702, 11090, 12145, 10461, 9637, 11373, 10411, 12313, 10219, 9312, 9637, 10137, 9389, 10447, 8991, 9109, 9853, 8807, 10781, 9469, 9526, 9989, 10267, 10306, 9548, 8492, 10785, 10073, 13792, 10161, 8735, 10691, 10382, 17766, 11888, 8696, 10356, 9717, 14505, 12429, 9268, 10487, 9215, 9109, 10293, 9163, 10846, 9772, 8707, 10992, 9707, 9873, 10118, 8878, 12446, 9312, 9620, 10062, 9858, 16766, 11519, 10322, 10295, 9827, 11123, 10126, 14669, 10209, 9337, 10137, 9933, 10344, 10427, 9006, 9889, 9948, 8992, 10134, 8977, 9363, 10117, 10435, 12397, 9180, 9038, 10169, 10710, 17048, 9708, 9220, 10024, 10174, 17270, 9918, 9545, 10245, 10349, 16898, 12171, 8786, 10148, 10257, 12461, 11255, 11745, 10048, 9309, 9435, 10377], 'WindowCenter': [4893.0, 4902.0, 4863.0, 4889.0, 4846.0, 4842.0, 4841.0, 4828.0, 4840.0, 4819.0, 4826.0, 4839.0, 4866.0, 4840.0, 4827.0, 4826.0, 4824.0, 4823.0, 4864.0, 4884.0, 4815.0, 4809.0, 4822.0, 4822.0, 4863.0, 4824.0, 4811.0, 4810.0, 4811.0, 4822.0, 4838.0, 4824.0, 4825.0, 4827.0, 4837.0, 4831.0, 4838.0, 4808.0, 4825.0, 4837.0, 4830.0, 4829.0, 4808.0, 4816.0, 4837.0, 4868.0, 4868.0, 4815.0, 4823.0, 4836.0, 4884.0, 4864.0, 4813.0, 4820.0, 4826.0, 4863.0, 4825.0, 4793.0, 4810.0, 4834.0, 4864.0, 4817.0, 4794.0, 4837.0, 4835.0, 4874.0, 4826.0, 4795.0, 4812.0, 4838.0, 4855.0, 4839.0, 4807.0, 4815.0, 4814.0, 4834.0, 4832.0, 4863.0, 4812.0, 4790.0, 4822.0, 4814.0, 4825.0, 4825.0, 4794.0, 4845.0, 4836.0, 4857.0, 4817.0, 4803.0, 4836.0, 4836.0, 4867.0, 4817.0, 4812.0, 4838.0, 4826.0, 4868.0, 4827.0, 4804.0, 4825.0, 4824.0, 4822.0, 4837.0, 4855.0, 4816.0, 4802.0, 4836.0, 4831.0, 4855.0, 4817.0, 4802.0, 4835.0, 4813.0, 4859.0, 4837.0, 4822.0, 4826.0, 4826.0, 4835.0, 4827.0, 4813.0, 4825.0, 4835.0, 4838.0, 4808.0, 4825.0, 4837.0, 4844.0, 4836.0, 4806.0, 4825.0, 4815.0, 4825.0, 4823.0, 4868.0, 4824.0, 4814.0, 4812.0, 4826.0, 4831.0, 4826.0, 4802.0, 4810.0, 4826.0, 4822.0, 4824.0, 4816.0, 4827.0, 4824.0, 4834.0, 4825.0, 4882.0, 4864.0, 4814.0, 4809.0, 4813.0, 4800.0, 4812.0, 4791.0, 4821.0, 4824.0, 4855.0, 4826.0, 4784.0, 4824.0, 4836.0, 4854.0, 4836.0, 4806.0, 4821.0, 4835.0, 4823.0, 4827.0, 4833.0, 4815.0, 4802.0, 4824.0, 4814.0, 4863.0, 4813.0, 4800.0, 4820.0, 4819.0, 4861.0, 4804.0, 4790.0, 4813.0, 4811.0, 4822.0, 4813.0, 4811.0, 4803.0, 4812.0, 4833.0, 4836.0, 4824.0, 4804.0, 4792.0, 4834.0, 4823.0, 4864.0, 4824.0, 4809.0, 4813.0, 4813.0, 4821.0, 4795.0, 4809.0, 4790.0, 4811.0, 4820.0, 4833.0, 4824.0, 4813.0, 4809.0, 4822.0, 4821.0, 4835.0, 4826.0, 4825.0, 4813.0, 4816.0, 4833.0, 4827.0, 4827.0, 4815.0, 4803.0, 4837.0, 4844.0, 4839.0, 4803.0, 4822.0, 4815.0, 4831.0, 4822.0, 4843.0, 4810.0, 4802.0, 4802.0, 4825.0, 4807.0, 4824.0, 4839.0, 4836.0, 4828.0, 4807.0, 4846.0, 4829.0, 4796.0, 4818.0, 4827.0, 4827.0, 4841.0, 4861.0, 4892.0, 4844.0, 4791.0, 4816.0, 4827.0, 4884.0, 4879.0, 4853.0, 4825.0, 4796.0, 4824.0, 4822.0, 4895.0, 4815.0, 4772.0, 4813.0, 4825.0, 4821.0, 4839.0, 4796.0, 4816.0, 4839.0, 4836.0, 4842.0, 4816.0, 4816.0, 4806.0, 4826.0, 4831.0, 4807.0, 4817.0, 4808.0, 4838.0, 4846.0, 4888.0, 4805.0, 4791.0, 4824.0, 4825.0, 4874.0, 4818.0, 4804.0, 4815.0, 4805.0, 4824.0, 4837.0, 4826.0, 4804.0, 4794.0, 4820.0, 4838.0, 4827.0, 4818.0, 4807.0, 4839.0, 4851.0, 4839.0, 4819.0, 4819.0, 4838.0, 4840.0, 4857.0, 4819.0, 4815.0, 4828.0, 4858.0, 4856.0, 4797.0, 4813.0, 4826.0, 4853.0, 4887.0, 4815.0, 4810.0, 4806.0, 4813.0, 4824.0, 4823.0, 4875.0, 4807.0, 4780.0, 4824.0, 4803.0, 4837.0, 4807.0, 4814.0, 4826.0, 4815.0, 4839.0, 4819.0, 4815.0, 4819.0, 4826.0, 4847.0, 4818.0, 4827.0, 4805.0, 4825.0, 4834.0, 4837.0, 4816.0, 4794.0, 4803.0, 4825.0, 4836.0, 4829.0, 4786.0, 4815.0, 4794.0, 4825.0, 4825.0, 4837.0, 4813.0, 4793.0, 4834.0, 4824.0, 4833.0, 4836.0, 4827.0, 4826.0, 4827.0, 4828.0, 4850.0, 4842.0, 4839.0, 4821.0, 4822.0, 4840.0, 4839.0, 4841.0, 4810.0, 4817.0, 4838.0, 4859.0, 4837.0, 4807.0, 4815.0, 4824.0, 4866.0, 4834.0, 4803.0, 4813.0, 4815.0, 4807.0, 4822.0, 4827.0, 4833.0, 4826.0, 4856.0, 4822.0, 4814.0, 4812.0, 4825.0, 4845.0, 4835.0, 4813.0, 4824.0, 4813.0, 4813.0, 4829.0, 4785.0, 4813.0, 4826.0, 4835.0, 4826.0, 4795.0, 4825.0, 4839.0, 4849.0, 4828.0, 4787.0, 4823.0, 4837.0, 4836.0, 4840.0, 4834.0, 4815.0, 4793.0, 4822.0, 4824.0, 4883.0, 4818.0, 4801.0, 4824.0, 4812.0, 4854.0, 4814.0, 4793.0, 4815.0, 4815.0, 4823.0, 4839.0, 4807.0, 4818.0, 4807.0, 4847.0, 4841.0, 4860.0, 4822.0, 4809.0, 4839.0, 4838.0, 4877.0, 4817.0, 4805.0, 4835.0, 4817.0, 4844.0, 4793.0, 4813.0, 4825.0, 4876.0, 4826.0, 4805.0, 4791.0, 4827.0, 4803.0, 4836.0, 4830.0, 4819.0, 4816.0, 4797.0, 4836.0, 4839.0, 4828.0, 4828.0, 4808.0, 4828.0, 4830.0, 4838.0, 4817.0, 4807.0, 4829.0, 4834.0, 4842.0, 4796.0, 4832.0, 4848.0, 4828.0, 4826.0, 4827.0, 4811.0, 4837.0, 4829.0, 4804.0, 4816.0, 4807.0, 4835.0, 4839.0, 4858.0, 4817.0, 4808.0, 4836.0, 4837.0, 4845.0, 4816.0, 4803.0, 4826.0, 4827.0, 4827.0, 4806.0, 4817.0, 4838.0, 4834.0, 4895.0, 4826.0, 4805.0, 4811.0, 4803.0, 4822.0, 4820.0, 4826.0, 4817.0, 4796.0, 4825.0, 4839.0, 4836.0, 4805.0, 4803.0, 4824.0, 4815.0, 4857.0, 4808.0, 4823.0, 4828.0, 4825.0, 4858.0, 4806.0, 4822.0, 4818.0, 4823.0, 4828.0, 4804.0, 4810.0, 4806.0, 4824.0, 4826.0, 4807.0, 4814.0, 4803.0, 4824.0, 4824.0, 4823.0, 4828.0, 4838.0, 4824.0, 4818.0, 4824.0, 4829.0, 4807.0, 4815.0, 4818.0, 4834.0, 4838.0, 4796.0, 4826.0, 4836.0, 4847.0, 4818.0, 4796.0, 4826.0, 4835.0, 4885.0, 4838.0, 4795.0, 4824.0, 4816.0, 4825.0, 4828.0, 4829.0, 4829.0, 4816.0, 4836.0, 4818.0, 4878.0, 4817.0, 4783.0, 4825.0, 4825.0, 4877.0, 4817.0, 4795.0, 4825.0, 4836.0, 4874.0, 4847.0, 4783.0, 4810.0, 4824.0, 4852.0, 4826.0, 4843.0, 4814.0, 4792.0, 4824.0, 4824.0, 4844.0, 4815.0, 4791.0, 4822.0, 4824.0, 4854.0, 4816.0, 4782.0, 4824.0, 4825.0, 4847.0, 4817.0, 4796.0, 4837.0, 4835.0, 4866.0, 4827.0, 4796.0, 4824.0, 4828.0, 4846.0, 4839.0, 4807.0, 4827.0, 4815.0, 4836.0, 4825.0, 4854.0, 4814.0, 4792.0, 4822.0, 4822.0, 4825.0, 4814.0, 4815.0, 4834.0, 4829.0, 4804.0, 4827.0, 4838.0, 4856.0, 4818.0, 4795.0, 4815.0, 4826.0, 4854.0, 4843.0, 4875.0, 4835.0, 4814.0, 4801.0, 4823.0, 4812.0, 4847.0, 4814.0, 4823.0, 4815.0, 4813.0, 4826.0, 4804.0, 4813.0, 4817.0, 4825.0, 4816.0, 4816.0, 4812.0, 4816.0, 4825.0, 4825.0, 4804.0, 4822.0, 4815.0, 4892.0, 4834.0, 4784.0, 4810.0, 4813.0, 4823.0, 4832.0, 4834.0, 4823.0, 4806.0, 4790.0, 4823.0, 4823.0, 4855.0, 4817.0, 4805.0, 4813.0, 4834.0, 4846.0, 4818.0, 4784.0, 4825.0, 4835.0, 4847.0, 4815.0, 4795.0, 4838.0, 4828.0, 4837.0, 4814.0, 4807.0, 4846.0, 4825.0, 4885.0, 4814.0, 4794.0, 4825.0, 4824.0, 4872.0, 4846.0, 4807.0, 4813.0, 4805.0, 4822.0, 4826.0, 4816.0, 4814.0, 4840.0, 4819.0, 4851.0, 4830.0, 4794.0, 4825.0, 4834.0, 4823.0, 4829.0, 4810.0, 4825.0, 4818.0, 4828.0, 4850.0, 4822.0, 4836.0, 4829.0, 4820.0, 4860.0, 4830.0, 4807.0, 4840.0, 4829.0, 4898.0, 4827.0, 4806.0, 4848.0, 4826.0, 4906.0, 4865.0, 4803.0, 4811.0, 4805.0, 4860.0, 4834.0, 4832.0, 4811.0, 4802.0, 4832.0, 4821.0, 4843.0, 4812.0, 4789.0, 4801.0, 4813.0, 4804.0, 4823.0, 4794.0, 4803.0, 4825.0, 4808.0, 4825.0, 4816.0, 4827.0, 4826.0, 4828.0, 4826.0, 4816.0, 4807.0, 4835.0, 4839.0, 4866.0, 4814.0, 4795.0, 4825.0, 4822.0, 4896.0, 4834.0, 4783.0, 4812.0, 4815.0, 4863.0, 4856.0, 4805.0, 4813.0, 4805.0, 4802.0, 4828.0, 4806.0, 4822.0, 4815.0, 4808.0, 4836.0, 4831.0, 4815.0, 4829.0, 4817.0, 4858.0, 4819.0, 4803.0, 4826.0, 4825.0, 4894.0, 4846.0, 4815.0, 4801.0, 4826.0, 4835.0, 4824.0, 4877.0, 4815.0, 4804.0, 4824.0, 4826.0, 4825.0, 4827.0, 4796.0, 4801.0, 4826.0, 4817.0, 4826.0, 4806.0, 4817.0, 4835.0, 4839.0, 4859.0, 4808.0, 4794.0, 4828.0, 4838.0, 4887.0, 4817.0, 4804.0, 4826.0, 4825.0, 4884.0, 4804.0, 4791.0, 4812.0, 4812.0, 4882.0, 4834.0, 4781.0, 4801.0, 4822.0, 4841.0, 4835.0, 4834.0, 4801.0, 4791.0, 4803.0, 4824.0], 'WindowWidth': [10717.0, 10705.0, 10631.0, 10657.0, 10584.0, 10573.0, 10573.0, 10547.0, 10566.0, 10532.0, 10539.0, 10564.0, 10596.0, 10563.0, 10538.0, 10532.0, 10534.0, 10532.0, 10588.0, 10614.0, 10516.0, 10500.0, 10527.0, 10525.0, 10583.0, 10528.0, 10506.0, 10503.0, 10512.0, 10528.0, 10552.0, 10529.0, 10530.0, 10541.0, 10554.0, 10549.0, 10553.0, 10512.0, 10534.0, 10553.0, 10550.0, 10543.0, 10510.0, 10523.0, 10556.0, 10597.0, 10595.0, 10516.0, 10528.0, 10555.0, 10614.0, 10586.0, 10512.0, 10519.0, 10537.0, 10586.0, 10533.0, 10484.0, 10507.0, 10545.0, 10588.0, 10524.0, 10488.0, 10554.0, 10548.0, 10600.0, 10538.0, 10489.0, 10511.0, 10556.0, 10576.0, 10559.0, 10510.0, 10517.0, 10516.0, 10547.0, 10541.0, 10582.0, 10509.0, 10476.0, 10526.0, 10518.0, 10536.0, 10532.0, 10488.0, 10566.0, 10553.0, 10582.0, 10527.0, 10503.0, 10552.0, 10554.0, 10593.0, 10525.0, 10511.0, 10557.0, 10538.0, 10597.0, 10539.0, 10501.0, 10532.0, 10535.0, 10528.0, 10554.0, 10575.0, 10521.0, 10495.0, 10551.0, 10541.0, 10576.0, 10523.0, 10495.0, 10549.0, 10518.0, 10585.0, 10550.0, 10523.0, 10538.0, 10537.0, 10549.0, 10535.0, 10514.0, 10539.0, 10550.0, 10556.0, 10511.0, 10530.0, 10558.0, 10562.0, 10553.0, 10507.0, 10531.0, 10517.0, 10535.0, 10532.0, 10596.0, 10530.0, 10514.0, 10511.0, 10534.0, 10539.0, 10535.0, 10494.0, 10503.0, 10538.0, 10530.0, 10533.0, 10523.0, 10536.0, 10527.0, 10546.0, 10536.0, 10611.0, 10584.0, 10511.0, 10499.0, 10515.0, 10494.0, 10512.0, 10478.0, 10521.0, 10532.0, 10575.0, 10533.0, 10475.0, 10527.0, 10550.0, 10572.0, 10550.0, 10504.0, 10521.0, 10546.0, 10529.0, 10540.0, 10540.0, 10515.0, 10499.0, 10531.0, 10517.0, 10579.0, 10512.0, 10489.0, 10522.0, 10519.0, 10579.0, 10500.0, 10475.0, 10512.0, 10507.0, 10526.0, 10512.0, 10504.0, 10496.0, 10514.0, 10541.0, 10549.0, 10529.0, 10499.0, 10482.0, 10547.0, 10529.0, 10586.0, 10528.0, 10501.0, 10514.0, 10512.0, 10523.0, 10487.0, 10501.0, 10474.0, 10511.0, 10520.0, 10540.0, 10529.0, 10511.0, 10498.0, 10529.0, 10525.0, 10548.0, 10532.0, 10530.0, 10513.0, 10523.0, 10543.0, 10538.0, 10535.0, 10518.0, 10499.0, 10551.0, 10559.0, 10555.0, 10499.0, 10518.0, 10517.0, 10536.0, 10526.0, 10551.0, 10504.0, 10494.0, 10499.0, 10533.0, 10513.0, 10530.0, 10559.0, 10551.0, 10543.0, 10511.0, 10563.0, 10544.0, 10493.0, 10525.0, 10537.0, 10538.0, 10566.0, 10592.0, 10636.0, 10571.0, 10492.0, 10517.0, 10538.0, 10614.0, 10611.0, 10567.0, 10527.0, 10491.0, 10529.0, 10524.0, 10625.0, 10515.0, 10451.0, 10505.0, 10533.0, 10523.0, 10557.0, 10491.0, 10515.0, 10557.0, 10553.0, 10564.0, 10521.0, 10519.0, 10509.0, 10537.0, 10547.0, 10507.0, 10519.0, 10515.0, 10558.0, 10565.0, 10621.0, 10504.0, 10478.0, 10532.0, 10531.0, 10600.0, 10524.0, 10498.0, 10515.0, 10506.0, 10530.0, 10553.0, 10532.0, 10498.0, 10490.0, 10524.0, 10555.0, 10536.0, 10525.0, 10511.0, 10557.0, 10577.0, 10557.0, 10528.0, 10531.0, 10559.0, 10561.0, 10578.0, 10526.0, 10516.0, 10542.0, 10580.0, 10574.0, 10494.0, 10509.0, 10538.0, 10570.0, 10620.0, 10514.0, 10500.0, 10500.0, 10515.0, 10530.0, 10528.0, 10600.0, 10508.0, 10462.0, 10531.0, 10503.0, 10550.0, 10507.0, 10513.0, 10537.0, 10523.0, 10556.0, 10528.0, 10517.0, 10529.0, 10538.0, 10567.0, 10523.0, 10535.0, 10505.0, 10536.0, 10544.0, 10550.0, 10517.0, 10484.0, 10498.0, 10535.0, 10547.0, 10541.0, 10477.0, 10513.0, 10485.0, 10534.0, 10535.0, 10550.0, 10513.0, 10482.0, 10545.0, 10532.0, 10541.0, 10549.0, 10536.0, 10532.0, 10537.0, 10541.0, 10574.0, 10564.0, 10556.0, 10534.0, 10538.0, 10560.0, 10558.0, 10558.0, 10515.0, 10529.0, 10554.0, 10583.0, 10549.0, 10507.0, 10518.0, 10531.0, 10588.0, 10541.0, 10496.0, 10514.0, 10517.0, 10507.0, 10520.0, 10538.0, 10544.0, 10535.0, 10573.0, 10524.0, 10512.0, 10511.0, 10533.0, 10559.0, 10546.0, 10512.0, 10525.0, 10518.0, 10517.0, 10541.0, 10474.0, 10512.0, 10538.0, 10549.0, 10537.0, 10490.0, 10534.0, 10558.0, 10571.0, 10542.0, 10479.0, 10527.0, 10555.0, 10550.0, 10560.0, 10542.0, 10513.0, 10488.0, 10530.0, 10529.0, 10611.0, 10524.0, 10492.0, 10531.0, 10513.0, 10572.0, 10517.0, 10483.0, 10517.0, 10521.0, 10530.0, 10559.0, 10511.0, 10526.0, 10511.0, 10570.0, 10563.0, 10587.0, 10538.0, 10513.0, 10558.0, 10557.0, 10607.0, 10520.0, 10501.0, 10547.0, 10523.0, 10556.0, 10484.0, 10516.0, 10534.0, 10605.0, 10534.0, 10501.0, 10478.0, 10541.0, 10504.0, 10552.0, 10546.0, 10527.0, 10518.0, 10500.0, 10553.0, 10560.0, 10539.0, 10538.0, 10515.0, 10544.0, 10547.0, 10552.0, 10521.0, 10516.0, 10545.0, 10560.0, 10562.0, 10487.0, 10540.0, 10568.0, 10543.0, 10533.0, 10536.0, 10525.0, 10556.0, 10546.0, 10503.0, 10519.0, 10512.0, 10550.0, 10560.0, 10583.0, 10523.0, 10515.0, 10554.0, 10555.0, 10559.0, 10521.0, 10499.0, 10537.0, 10540.0, 10534.0, 10505.0, 10528.0, 10557.0, 10547.0, 10633.0, 10534.0, 10501.0, 10511.0, 10504.0, 10528.0, 10531.0, 10535.0, 10521.0, 10497.0, 10537.0, 10556.0, 10549.0, 10503.0, 10501.0, 10534.0, 10523.0, 10581.0, 10513.0, 10526.0, 10544.0, 10537.0, 10583.0, 10506.0, 10523.0, 10527.0, 10531.0, 10541.0, 10502.0, 10505.0, 10512.0, 10535.0, 10537.0, 10511.0, 10515.0, 10498.0, 10534.0, 10535.0, 10531.0, 10542.0, 10553.0, 10530.0, 10529.0, 10534.0, 10545.0, 10511.0, 10516.0, 10529.0, 10547.0, 10556.0, 10492.0, 10535.0, 10554.0, 10569.0, 10528.0, 10494.0, 10539.0, 10549.0, 10617.0, 10555.0, 10492.0, 10528.0, 10525.0, 10539.0, 10543.0, 10544.0, 10542.0, 10521.0, 10552.0, 10528.0, 10610.0, 10522.0, 10471.0, 10531.0, 10531.0, 10605.0, 10519.0, 10487.0, 10534.0, 10549.0, 10602.0, 10564.0, 10471.0, 10503.0, 10534.0, 10569.0, 10538.0, 10553.0, 10512.0, 10482.0, 10533.0, 10530.0, 10556.0, 10515.0, 10478.0, 10525.0, 10529.0, 10572.0, 10519.0, 10468.0, 10531.0, 10535.0, 10566.0, 10523.0, 10495.0, 10558.0, 10550.0, 10593.0, 10539.0, 10495.0, 10529.0, 10543.0, 10565.0, 10561.0, 10509.0, 10535.0, 10518.0, 10552.0, 10534.0, 10571.0, 10515.0, 10481.0, 10526.0, 10527.0, 10531.0, 10514.0, 10520.0, 10547.0, 10545.0, 10502.0, 10540.0, 10557.0, 10580.0, 10528.0, 10490.0, 10515.0, 10540.0, 10576.0, 10557.0, 10604.0, 10545.0, 10513.0, 10493.0, 10532.0, 10515.0, 10565.0, 10515.0, 10524.0, 10520.0, 10517.0, 10537.0, 10500.0, 10513.0, 10527.0, 10536.0, 10522.0, 10520.0, 10511.0, 10525.0, 10533.0, 10535.0, 10499.0, 10526.0, 10522.0, 10625.0, 10543.0, 10470.0, 10502.0, 10517.0, 10529.0, 10537.0, 10544.0, 10525.0, 10505.0, 10478.0, 10530.0, 10528.0, 10576.0, 10524.0, 10502.0, 10513.0, 10548.0, 10564.0, 10526.0, 10472.0, 10534.0, 10548.0, 10562.0, 10518.0, 10494.0, 10555.0, 10543.0, 10551.0, 10514.0, 10514.0, 10569.0, 10536.0, 10617.0, 10517.0, 10486.0, 10535.0, 10532.0, 10597.0, 10563.0, 10506.0, 10507.0, 10506.0, 10528.0, 10535.0, 10521.0, 10515.0, 10564.0, 10533.0, 10580.0, 10546.0, 10487.0, 10534.0, 10547.0, 10529.0, 10544.0, 10519.0, 10531.0, 10528.0, 10546.0, 10578.0, 10537.0, 10546.0, 10542.0, 10538.0, 10593.0, 10549.0, 10509.0, 10563.0, 10548.0, 10640.0, 10537.0, 10507.0, 10573.0, 10540.0, 10649.0, 10589.0, 10498.0, 10507.0, 10505.0, 10577.0, 10547.0, 10534.0, 10505.0, 10497.0, 10540.0, 10523.0, 10554.0, 10507.0, 10474.0, 10495.0, 10515.0, 10507.0, 10528.0, 10489.0, 10502.0, 10535.0, 10515.0, 10531.0, 10524.0, 10542.0, 10539.0, 10542.0, 10533.0, 10521.0, 10516.0, 10551.0, 10562.0, 10592.0, 10518.0, 10493.0, 10536.0, 10528.0, 10634.0, 10545.0, 10470.0, 10509.0, 10523.0, 10584.0, 10578.0, 10505.0, 10510.0, 10506.0, 10504.0, 10541.0, 10507.0, 10522.0, 10518.0, 10519.0, 10551.0, 10551.0, 10522.0, 10542.0, 10528.0, 10585.0, 10530.0, 10500.0, 10539.0, 10538.0, 10631.0, 10565.0, 10516.0, 10492.0, 10538.0, 10549.0, 10534.0, 10607.0, 10517.0, 10501.0, 10534.0, 10537.0, 10538.0, 10540.0, 10493.0, 10494.0, 10537.0, 10526.0, 10534.0, 10508.0, 10528.0, 10552.0, 10560.0, 10583.0, 10511.0, 10489.0, 10542.0, 10555.0, 10620.0, 10523.0, 10499.0, 10536.0, 10535.0, 10612.0, 10499.0, 10477.0, 10514.0, 10513.0, 10609.0, 10541.0, 10464.0, 10490.0, 10527.0, 10552.0, 10548.0, 10540.0, 10491.0, 10480.0, 10502.0, 10532.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.000492080459770115</td></tr>
<tr><td colspan=3>aqi</td><td>0.030219777931034485</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>50.24306394541999</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1755577897353275</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9865529448101257</td></tr>
<tr><td colspan=3>efc</td><td>0.5344</td></tr>
<tr><td colspan=3>fber</td><td>2885.6008</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.38959229655022043</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>700</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>80.45977011494253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3471164000044293</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2534717644548645</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.465233032133355</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3226444034250684</td></tr>
<tr><td colspan=3>gcor</td><td>0.00723017</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008495642803609371</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048579804599285126</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.4148418456861345</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>22.2514</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.7957</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>286.4627</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286673.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1281.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>510.1227</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9401</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.0726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4005.1319</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5260.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.0009</td></tr>
<tr><td colspan=3>tsnr</td><td>33.38858823850751</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>