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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-03/func/sub-0019_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fe65a1532d678957211e5634d8f95dc2</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>16:34:21.042500</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_VE11C_LATEST_20160120</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.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0767966</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7772, -7263, 629, 1, -300, 87, 86]</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>232.666</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>36879082-eff8-4c77-9541-1638c2ef9423||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['163421.042500', '163421.502500', '163421.962500', '163422.422500', '163422.882500', '163423.342500', '163423.802500', '163424.262500', '163424.722500', '163425.182500', '163425.642500', '163426.102500', '163426.562500', '163427.022500', '163427.482500', '163427.942500', '163428.402500', '163428.862500', '163429.322500', '163429.782500', '163430.242500', '163430.702500', '163431.162500', '163431.622500', '163432.082500', '163432.542500', '163433.002500', '163433.462500', '163433.922500', '163434.382500', '163434.842500', '163435.302500', '163435.762500', '163436.222500', '163436.682500', '163437.142500', '163437.602500', '163438.062500', '163438.522500', '163438.982500', '163439.442500', '163439.902500', '163440.362500', '163440.822500', '163441.282500', '163441.742500', '163442.202500', '163442.662500', '163443.122500', '163443.582500', '163444.042500', '163444.502500', '163444.962500', '163445.422500', '163445.882500', '163446.342500', '163446.802500', '163447.262500', '163447.722500', '163448.182500', '163448.642500', '163449.102500', '163449.562500', '163450.022500', '163450.482500', '163450.942500', '163451.402500', '163451.862500', '163452.322500', '163452.782500', '163453.242500', '163453.702500', '163454.162500', '163454.622500', '163455.082500', '163455.542500', '163456.002500', '163456.462500', '163456.922500', '163457.382500', '163457.842500', '163458.302500', '163458.762500', '163459.222500', '163459.682500', '163500.142500', '163500.602500', '163501.062500', '163501.522500', '163501.982500', '163502.442500', '163502.902500', '163503.362500', '163503.822500', '163504.282500', '163504.742500', '163505.202500', '163505.662500', '163506.122500', '163506.582500', '163507.042500', '163507.502500', '163507.962500', '163508.422500', '163508.882500', '163509.342500', '163509.802500', '163510.262500', '163510.722500', '163511.182500', '163511.642500', '163512.102500', '163512.562500', '163513.022500', '163513.482500', '163513.942500', '163514.402500', '163514.862500', '163515.322500', '163515.782500', '163516.242500', '163516.702500', '163517.162500', '163517.622500', '163518.082500', '163518.542500', '163519.002500', '163519.462500', '163519.922500', '163520.382500', '163520.842500', '163521.302500', '163521.762500', '163522.222500', '163522.682500', '163523.142500', '163523.602500', '163524.062500', '163524.522500', '163524.982500', '163525.442500', '163525.902500', '163526.362500', '163526.822500', '163527.282500', '163527.742500', '163528.202500', '163528.662500', '163529.122500', '163529.582500', '163530.042500', '163530.502500', '163530.962500', '163531.422500', '163531.882500', '163532.342500', '163532.802500', '163533.262500', '163533.722500', '163534.182500', '163534.642500', '163535.102500', '163535.562500', '163536.022500', '163536.482500', '163536.942500', '163537.402500', '163537.862500', '163538.322500', '163538.782500', '163539.242500', '163539.702500', '163540.162500', '163540.622500', '163541.082500', '163541.542500', '163542.002500', '163542.462500', '163542.922500', '163543.382500', '163543.842500', '163544.302500', '163544.762500', '163545.222500', '163545.682500', '163546.142500', '163546.602500', '163547.062500', '163547.522500', '163547.982500', '163548.442500', '163548.902500', '163549.362500', '163549.822500', '163550.282500', '163550.742500', '163551.202500', '163551.662500', '163552.122500', '163552.582500', '163553.042500', '163553.502500', '163553.962500', '163554.422500', '163554.882500', '163555.342500', '163555.802500', '163556.262500', '163556.722500', '163557.182500', '163557.642500', '163558.102500', '163558.562500', '163559.022500', '163559.482500', '163559.942500', '163600.402500', '163600.862500', '163601.322500', '163601.782500', '163602.242500', '163602.702500', '163603.162500', '163603.622500', '163604.082500', '163604.542500', '163605.002500', '163605.462500', '163605.922500', '163606.382500', '163606.842500', '163607.302500', '163607.762500', '163608.222500', '163608.682500', '163609.142500', '163609.602500', '163610.062500', '163610.522500', '163610.982500', '163611.442500', '163611.902500', '163612.362500', '163612.822500', '163613.282500', '163613.742500', '163614.202500', '163614.662500', '163615.122500', '163615.582500', '163616.042500', '163616.502500', '163616.962500', '163617.422500', '163617.882500', '163618.342500', '163618.802500', '163619.262500', '163619.722500', '163620.182500', '163620.642500', '163621.102500', '163621.562500', '163622.022500', '163622.482500', '163622.942500', '163623.402500', '163623.862500', '163624.322500', '163624.782500', '163625.242500', '163625.702500', '163626.162500', '163626.622500', '163627.082500', '163627.542500', '163628.002500', '163628.462500', '163628.922500', '163629.382500', '163629.842500', '163630.302500', '163630.762500', '163631.222500', '163631.682500', '163632.142500', '163632.602500', '163633.062500', '163633.522500', '163633.982500', '163634.442500', '163634.902500', '163635.362500', '163635.822500', '163636.282500', '163636.742500', '163637.202500', '163637.662500', '163638.122500', '163638.582500', '163639.042500', '163639.502500', '163639.962500', '163640.422500', '163640.882500', '163641.342500', '163641.802500', '163642.262500', '163642.722500', '163643.182500', '163643.642500', '163644.102500', '163644.562500', '163645.022500', '163645.482500', '163645.942500', '163646.402500', '163646.862500', '163647.322500', '163647.782500', '163648.242500', '163648.702500', '163649.162500', '163649.622500', '163650.082500', '163650.542500', '163651.002500', '163651.462500', '163651.922500', '163652.382500', '163652.842500', '163653.302500', '163653.762500', '163654.222500', '163654.682500', '163655.142500', '163655.602500', '163656.062500', '163656.522500', '163656.982500', '163657.442500', '163657.902500', '163658.362500', '163658.822500', '163659.282500', '163659.742500', '163700.202500', '163700.662500', '163701.122500', '163701.582500', '163702.042500', '163702.502500', '163702.962500', '163703.422500', '163703.882500', '163704.342500', '163704.802500', '163705.262500', '163705.722500', '163706.182500', '163706.642500', '163707.102500', '163707.562500', '163708.022500', '163708.482500', '163708.942500', '163709.402500', '163709.862500', '163710.322500', '163710.782500', '163711.242500', '163711.702500', '163712.162500', '163712.622500', '163713.082500', '163713.542500', '163714.002500', '163714.462500', '163714.922500', '163715.382500', '163715.842500', '163716.302500', '163716.762500', '163717.222500', '163717.682500', '163718.142500', '163718.602500', '163719.062500', '163719.522500', '163719.982500', '163720.442500', '163720.902500', '163721.362500', '163721.822500', '163722.282500', '163722.742500', '163723.202500', '163723.662500', '163724.122500', '163724.582500', '163725.042500', '163725.502500', '163725.962500', '163726.422500', '163726.882500', '163727.342500', '163727.802500', '163728.262500', '163728.722500', '163729.182500', '163729.642500', '163730.102500', '163730.562500', '163731.022500', '163731.482500', '163731.942500', '163732.402500', '163732.862500', '163733.322500', '163733.782500', '163734.242500', '163734.702500', '163735.162500', '163735.622500', '163736.082500', '163736.542500', '163737.002500', '163737.462500', '163737.922500', '163738.382500', '163738.842500', '163739.302500', '163739.762500', '163740.222500', '163740.682500', '163741.142500', '163741.602500', '163742.062500', '163742.522500', '163742.982500', '163743.442500', '163743.902500', '163744.362500', '163744.822500', '163745.282500', '163745.742500', '163746.202500', '163746.662500', '163747.122500', '163747.582500', '163748.042500', '163748.502500', '163748.962500', '163749.422500', '163749.882500', '163750.342500', '163750.802500', '163751.262500', '163751.722500', '163752.182500', '163752.642500', '163753.102500', '163753.562500', '163754.022500', '163754.482500', '163754.942500', '163755.402500', '163755.862500', '163756.322500', '163756.782500', '163757.242500', '163757.702500', '163758.162500', '163758.622500', '163759.082500', '163759.542500', '163800.002500', '163800.462500', '163800.922500', '163801.382500', '163801.842500', '163802.302500', '163802.762500', '163803.222500', '163803.682500', '163804.142500', '163804.602500', '163805.062500', '163805.522500', '163805.982500', '163806.442500', '163806.902500', '163807.362500', '163807.822500', '163808.282500', '163808.742500', '163809.202500', '163809.662500', '163810.122500', '163810.582500', '163811.042500', '163811.502500', '163811.962500', '163812.422500', '163812.882500', '163813.342500', '163813.802500', '163814.262500', '163814.722500', '163815.182500', '163815.642500', '163816.102500', '163816.562500', '163817.022500', '163817.482500', '163817.942500', '163818.402500', '163818.862500', '163819.322500', '163819.782500', '163820.242500', '163820.702500', '163821.162500', '163821.622500', '163822.082500', '163822.542500', '163823.002500', '163823.462500', '163823.922500', '163824.382500', '163824.842500', '163825.302500', '163825.762500', '163826.222500', '163826.682500', '163827.142500', '163827.602500', '163828.062500', '163828.522500', '163828.982500', '163829.442500', '163829.902500', '163830.362500', '163830.822500', '163831.282500', '163831.742500', '163832.202500', '163832.662500', '163833.122500', '163833.582500', '163834.042500', '163834.502500', '163834.962500', '163835.422500', '163835.882500', '163836.342500', '163836.802500', '163837.262500', '163837.722500', '163838.182500', '163838.642500', '163839.102500', '163839.562500', '163840.022500', '163840.482500', '163840.942500', '163841.402500', '163841.862500', '163842.322500', '163842.782500', '163843.242500', '163843.702500', '163844.162500', '163844.622500', '163845.082500', '163845.542500', '163846.002500', '163846.462500', '163846.922500', '163847.382500', '163847.842500', '163848.302500', '163848.762500', '163849.222500', '163849.682500', '163850.142500', '163850.602500', '163851.062500', '163851.522500', '163851.982500', '163852.442500', '163852.902500', '163853.362500', '163853.822500', '163854.282500', '163854.742500', '163855.202500', '163855.662500', '163856.122500', '163856.582500', '163857.042500', '163857.502500', '163857.962500', '163858.422500', '163858.882500', '163859.342500', '163859.802500', '163900.262500', '163900.722500', '163901.182500', '163901.642500', '163902.102500', '163902.562500', '163903.022500', '163903.482500', '163903.942500', '163904.402500', '163904.862500', '163905.322500', '163905.782500', '163906.242500', '163906.702500', '163907.162500', '163907.622500', '163908.082500', '163908.542500', '163909.002500', '163909.462500', '163909.922500', '163910.382500', '163910.842500', '163911.302500', '163911.762500', '163912.222500', '163912.682500', '163913.142500', '163913.602500', '163914.062500', '163914.522500', '163914.982500', '163915.442500', '163915.902500', '163916.362500', '163916.822500', '163917.282500', '163917.742500', '163918.202500', '163918.662500', '163919.122500', '163919.582500', '163920.042500', '163920.502500', '163920.962500', '163921.422500', '163921.882500', '163922.342500', '163922.802500', '163923.262500', '163923.722500', '163924.182500', '163924.642500', '163925.102500', '163925.562500', '163926.022500', '163926.482500', '163926.942500', '163927.402500', '163927.862500', '163928.322500', '163928.782500', '163929.242500', '163929.702500', '163930.162500', '163930.622500', '163931.082500', '163931.542500', '163932.002500', '163932.462500', '163932.922500', '163933.382500', '163933.842500', '163934.302500', '163934.762500', '163935.222500', '163935.682500', '163936.142500', '163936.602500', '163937.062500', '163937.522500', '163937.982500', '163938.442500', '163938.902500', '163939.362500', '163939.822500', '163940.282500', '163940.742500', '163941.202500', '163941.662500', '163942.122500', '163942.582500', '163943.042500', '163943.502500', '163943.962500', '163944.422500', '163944.882500', '163945.342500', '163945.802500', '163946.262500', '163946.722500', '163947.182500', '163947.642500', '163948.102500', '163948.562500', '163949.022500', '163949.482500', '163949.942500', '163950.402500', '163950.862500', '163951.322500', '163951.782500', '163952.242500', '163952.702500', '163953.162500', '163953.622500', '163954.082500', '163954.542500', '163955.002500', '163955.462500', '163955.922500', '163956.382500', '163956.842500', '163957.302500', '163957.762500', '163958.222500', '163958.682500', '163959.142500', '163959.602500', '164000.062500', '164000.522500', '164000.982500', '164001.442500', '164001.902500', '164002.362500', '164002.822500', '164003.282500', '164003.742500', '164004.202500', '164004.662500', '164005.122500', '164005.582500', '164006.042500', '164006.502500', '164006.962500', '164007.422500', '164007.882500', '164008.342500', '164008.802500', '164009.262500', '164009.722500', '164010.182500', '164010.642500', '164011.102500', '164011.562500', '164012.022500', '164012.482500', '164012.942500', '164013.402500', '164013.862500', '164014.322500', '164014.782500', '164015.242500', '164015.702500', '164016.162500', '164016.622500', '164017.082500', '164017.542500', '164018.002500', '164018.462500', '164018.922500', '164019.382500', '164019.842500', '164020.302500', '164020.762500', '164021.222500', '164021.682500', '164022.142500', '164022.602500', '164023.062500', '164023.522500', '164023.982500', '164024.442500', '164024.902500', '164025.362500', '164025.822500', '164026.282500', '164026.742500', '164027.202500', '164027.662500', '164028.122500', '164028.582500', '164029.042500', '164029.502500', '164029.962500', '164030.422500', '164030.882500', '164031.342500', '164031.802500', '164032.262500', '164032.722500', '164033.182500', '164033.642500', '164034.102500', '164034.562500', '164035.022500', '164035.482500', '164035.942500', '164036.402500', '164036.862500', '164037.322500', '164037.782500', '164038.242500', '164038.702500', '164039.162500', '164039.622500', '164040.082500', '164040.542500', '164041.002500', '164041.462500', '164041.922500', '164042.382500', '164042.842500', '164043.302500', '164043.762500', '164044.222500', '164044.682500', '164045.142500', '164045.602500', '164046.062500', '164046.522500', '164046.982500', '164047.442500', '164047.902500', '164048.362500', '164048.822500', '164049.282500', '164049.742500', '164050.202500', '164050.662500', '164051.122500', '164051.582500', '164052.042500', '164052.502500', '164052.962500', '164053.422500', '164053.882500', '164054.342500', '164054.802500', '164055.262500', '164055.722500', '164056.182500', '164056.642500', '164057.102500', '164057.562500', '164058.022500', '164058.482500', '164058.942500', '164059.402500', '164059.862500', '164100.322500', '164100.782500', '164101.242500', '164101.702500'], 'ContentTime': ['163433.900000', '163433.903000', '163433.906000', '163433.909000', '163433.912000', '163433.914000', '163433.917000', '163433.920000', '163433.923000', '163433.928000', '163433.930000', '163433.933000', '163433.936000', '163433.939000', '163433.941000', '163433.952000', '163433.954000', '163433.957000', '163433.960000', '163433.963000', '163433.966000', '163433.968000', '163433.971000', '163433.974000', '163433.977000', '163433.979000', '163453.855000', '163453.858000', '163453.861000', '163453.863000', '163453.866000', '163453.869000', '163453.872000', '163453.874000', '163453.877000', '163453.880000', '163453.883000', '163453.885000', '163453.888000', '163453.891000', '163453.894000', '163453.897000', '163453.899000', '163453.902000', '163453.909000', '163453.912000', '163453.915000', '163453.917000', '163453.920000', '163453.923000', '163453.926000', '163453.928000', '163453.931000', '163453.934000', '163453.937000', '163453.940000', '163453.942000', '163453.945000', '163453.948000', '163453.951000', '163453.956000', '163453.960000', '163453.963000', '163453.965000', '163453.968000', '163453.971000', '163453.974000', '163453.976000', '163453.979000', '163513.855000', '163513.858000', '163513.861000', '163513.864000', '163513.866000', '163513.869000', '163513.872000', '163513.875000', '163513.877000', '163513.880000', '163513.883000', '163513.886000', '163513.888000', '163513.891000', '163513.900000', '163513.903000', '163513.905000', '163513.908000', '163513.911000', '163513.914000', '163513.916000', '163513.919000', '163513.922000', '163513.928000', '163513.930000', '163513.933000', '163513.936000', '163513.939000', '163513.941000', '163513.944000', '163513.947000', '163513.950000', '163513.952000', '163513.955000', '163513.958000', '163513.961000', '163513.963000', '163513.966000', '163513.975000', '163513.978000', '163513.981000', '163513.983000', '163513.986000', '163513.989000', '163533.855000', '163533.859000', '163533.862000', '163533.865000', '163533.868000', '163533.871000', '163533.873000', '163533.876000', '163533.879000', '163533.882000', '163533.885000', '163533.887000', '163533.890000', '163533.893000', '163533.896000', '163533.898000', '163533.901000', '163533.904000', '163533.907000', '163533.909000', '163533.912000', '163533.915000', '163533.918000', '163533.921000', '163533.924000', '163533.927000', '163533.930000', '163533.933000', '163533.935000', '163533.938000', '163533.941000', '163533.944000', '163533.946000', '163533.949000', '163533.952000', '163533.955000', '163533.958000', '163533.960000', '163533.963000', '163533.966000', '163533.969000', '163533.971000', '163533.974000', '163553.855000', '163553.858000', '163553.860000', '163553.863000', '163553.866000', '163553.869000', '163553.871000', '163553.874000', '163553.877000', '163553.880000', '163553.883000', '163553.885000', '163553.888000', '163553.891000', '163553.894000', '163553.896000', '163553.899000', '163553.902000', '163553.905000', '163553.908000', '163553.910000', '163553.913000', '163553.916000', '163553.919000', '163553.921000', '163553.924000', '163553.927000', '163553.930000', '163553.933000', '163553.935000', '163553.938000', '163553.941000', '163553.944000', '163553.947000', '163553.949000', '163553.952000', '163553.955000', '163553.958000', '163553.960000', '163553.963000', '163553.966000', '163553.969000', '163553.971000', '163553.974000', '163613.854000', '163613.857000', '163613.859000', '163613.862000', '163613.865000', '163613.868000', '163613.870000', '163613.873000', '163613.876000', '163613.879000', '163613.881000', '163613.884000', '163613.887000', '163613.890000', '163613.893000', '163613.896000', '163613.898000', '163613.901000', '163613.904000', '163613.907000', '163613.909000', '163613.912000', '163613.915000', '163613.918000', '163613.921000', '163613.923000', '163613.926000', '163613.929000', '163613.932000', '163613.935000', '163613.937000', '163613.940000', '163613.943000', '163613.946000', '163613.949000', '163613.952000', '163613.955000', '163613.957000', '163613.960000', '163613.963000', '163613.966000', '163613.968000', '163613.971000', '163633.854000', '163633.857000', '163633.860000', '163633.862000', '163633.865000', '163633.868000', '163633.871000', '163633.874000', '163633.877000', '163633.879000', '163633.882000', '163633.885000', '163633.892000', '163633.895000', '163633.898000', '163633.900000', '163633.903000', '163633.906000', '163633.909000', '163633.912000', '163633.914000', '163633.917000', '163633.920000', '163633.923000', '163633.925000', '163633.928000', '163633.931000', '163633.934000', '163633.937000', '163633.939000', '163633.942000', '163633.945000', '163633.948000', '163633.951000', '163633.954000', '163633.956000', '163633.959000', '163633.962000', '163633.965000', '163633.968000', '163633.970000', '163633.973000', '163633.976000', '163633.979000', '163653.855000', '163653.858000', '163653.861000', '163653.863000', '163653.866000', '163653.869000', '163653.872000', '163653.875000', '163653.877000', '163653.880000', '163653.899000', '163653.902000', '163653.905000', '163653.907000', '163653.910000', '163653.913000', '163653.916000', '163653.919000', '163653.922000', '163653.924000', '163653.927000', '163653.930000', '163653.933000', '163653.935000', '163653.938000', '163653.941000', '163653.944000', '163653.947000', '163653.950000', '163653.953000', '163653.955000', '163653.958000', '163653.961000', '163653.964000', '163653.967000', '163653.970000', '163653.972000', '163653.975000', '163653.978000', '163653.981000', '163653.984000', '163653.987000', '163653.989000', '163713.855000', '163713.858000', '163713.860000', '163713.863000', '163713.866000', '163713.869000', '163713.872000', '163713.874000', '163713.877000', '163713.880000', '163713.883000', '163713.886000', '163713.888000', '163713.891000', '163713.894000', '163713.897000', '163713.899000', '163713.902000', '163713.905000', '163713.908000', '163713.911000', '163713.914000', '163713.916000', '163713.919000', '163713.922000', '163713.925000', '163713.927000', '163713.930000', '163713.933000', '163713.936000', '163713.939000', '163713.941000', '163713.944000', '163713.947000', '163713.950000', '163713.952000', '163713.955000', '163713.958000', '163713.961000', '163713.964000', '163713.966000', '163713.969000', '163713.972000', '163713.975000', '163733.855000', '163733.858000', '163733.860000', '163733.863000', '163733.866000', '163733.869000', '163733.872000', '163733.874000', '163733.877000', '163733.880000', '163733.883000', '163733.886000', '163733.889000', '163733.892000', '163733.894000', '163733.897000', '163733.900000', '163733.903000', '163733.906000', '163733.908000', '163733.911000', '163733.914000', '163733.917000', '163733.920000', '163733.923000', '163733.925000', '163733.928000', '163733.931000', '163733.934000', '163733.936000', '163733.939000', '163733.942000', '163733.945000', '163733.948000', '163733.950000', '163733.953000', '163733.956000', '163733.959000', '163733.962000', '163733.964000', '163733.967000', '163733.971000', '163733.976000', '163753.855000', '163753.858000', '163753.860000', '163753.863000', '163753.866000', '163753.869000', '163753.872000', '163753.874000', '163753.877000', '163753.880000', '163753.883000', '163753.886000', '163753.888000', '163753.891000', '163753.894000', '163753.897000', '163753.899000', '163753.902000', '163753.905000', '163753.908000', '163753.911000', '163753.913000', '163753.916000', '163753.919000', '163753.922000', '163753.925000', '163753.927000', '163753.930000', '163753.933000', '163753.936000', '163753.939000', '163753.941000', '163753.944000', '163753.947000', '163753.950000', '163753.953000', '163753.956000', '163753.958000', '163753.961000', '163753.964000', '163753.967000', '163753.970000', '163753.972000', '163753.975000', '163813.855000', '163813.858000', '163813.861000', '163813.863000', '163813.866000', '163813.869000', '163813.872000', '163813.874000', '163813.877000', '163813.880000', '163813.883000', '163813.886000', '163813.888000', '163813.891000', '163813.894000', '163813.897000', '163813.900000', '163813.903000', '163813.905000', '163813.908000', '163813.911000', '163813.914000', '163813.917000', '163813.919000', '163813.922000', '163813.925000', '163813.928000', '163813.931000', '163813.934000', '163813.937000', '163813.940000', '163813.943000', '163813.946000', '163813.949000', '163813.952000', '163813.955000', '163813.958000', '163813.960000', '163813.963000', '163813.966000', '163813.969000', '163813.972000', '163813.974000', '163833.854000', '163833.857000', '163833.860000', '163833.862000', '163833.865000', '163833.868000', '163833.871000', '163833.874000', '163833.876000', '163833.879000', '163833.882000', '163833.885000', '163833.888000', '163833.890000', '163833.893000', '163833.896000', '163833.899000', '163833.902000', '163833.904000', '163833.907000', '163833.910000', '163833.913000', '163833.916000', '163833.919000', '163833.922000', '163833.925000', '163833.927000', '163833.930000', '163833.933000', '163833.936000', '163833.939000', '163833.941000', '163833.944000', '163833.947000', '163833.950000', '163833.953000', '163833.955000', '163833.958000', '163833.961000', '163833.964000', '163833.966000', '163833.969000', '163833.972000', '163833.975000', '163853.854000', '163853.857000', '163853.860000', '163853.862000', '163853.865000', '163853.868000', '163853.871000', '163853.874000', '163853.876000', '163853.879000', '163853.882000', '163853.885000', '163853.888000', '163853.890000', '163853.893000', '163853.896000', '163853.899000', '163853.902000', '163853.904000', '163853.907000', '163853.910000', '163853.913000', '163853.916000', '163853.918000', '163853.921000', '163853.924000', '163853.927000', '163853.930000', '163853.932000', '163853.935000', '163853.938000', '163853.941000', '163853.943000', '163853.946000', '163853.949000', '163853.952000', '163853.955000', '163853.958000', '163853.960000', '163853.963000', '163853.966000', '163853.969000', '163853.972000', '163913.855000', '163913.858000', '163913.861000', '163913.864000', '163913.867000', '163913.870000', '163913.873000', '163913.875000', '163913.878000', '163913.881000', '163913.884000', '163913.887000', '163913.889000', '163913.892000', '163913.895000', '163913.898000', '163913.901000', '163913.903000', '163913.906000', '163913.909000', '163913.912000', '163913.915000', '163913.917000', '163913.920000', '163913.923000', '163913.926000', '163913.929000', '163913.932000', '163913.934000', '163913.937000', '163913.940000', '163913.943000', '163913.946000', '163913.948000', '163913.951000', '163913.954000', '163913.957000', '163913.960000', '163913.963000', '163913.965000', '163913.968000', '163913.971000', '163913.974000', '163913.976000', '163933.855000', '163933.858000', '163933.861000', '163933.863000', '163933.866000', '163933.869000', '163933.872000', '163933.875000', '163933.877000', '163933.880000', '163933.883000', '163933.886000', '163933.888000', '163933.891000', '163933.894000', '163933.897000', '163933.899000', '163933.902000', '163933.905000', '163933.908000', '163933.911000', '163933.913000', '163933.916000', '163933.919000', '163933.922000', '163933.925000', '163933.927000', '163933.930000', '163933.933000', '163933.936000', '163933.939000', '163933.942000', '163933.945000', '163933.948000', '163933.950000', '163933.953000', '163933.956000', '163933.959000', '163933.962000', '163933.964000', '163933.967000', '163933.970000', '163933.974000', '163953.855000', '163953.858000', '163953.861000', '163953.863000', '163953.866000', '163953.869000', '163953.872000', '163953.875000', '163953.877000', '163953.880000', '163953.883000', '163953.886000', '163953.889000', '163953.891000', '163953.894000', '163953.897000', '163953.912000', '163953.915000', '163953.917000', '163953.920000', '163953.923000', '163953.926000', '163953.929000', '163953.932000', '163953.934000', '163953.937000', '163953.940000', '163953.943000', '163953.951000', '163953.954000', '163953.957000', '163953.959000', '163953.962000', '163953.965000', '163953.968000', '163953.971000', '163953.973000', '163953.976000', '163953.979000', '163953.982000', '163953.984000', '163953.987000', '163953.990000', '163953.993000', '164013.855000', '164013.858000', '164013.861000', '164013.864000', '164013.866000', '164013.869000', '164013.872000', '164013.875000', '164013.878000', '164013.880000', '164013.883000', '164013.886000', '164013.889000', '164013.891000', '164013.894000', '164013.897000', '164013.900000', '164013.903000', '164013.905000', '164013.908000', '164013.911000', '164013.914000', '164013.917000', '164013.919000', '164013.922000', '164013.925000', '164013.928000', '164013.931000', '164013.933000', '164013.936000', '164013.939000', '164013.942000', '164013.945000', '164013.947000', '164013.950000', '164013.953000', '164013.956000', '164013.958000', '164013.961000', '164013.964000', '164013.967000', '164013.970000', '164013.972000', '164033.855000', '164033.858000', '164033.861000', '164033.863000', '164033.866000', '164033.869000', '164033.872000', '164033.875000', '164033.877000', '164033.881000', '164033.883000', '164033.886000', '164033.889000', '164033.892000', '164033.895000', '164033.897000', '164033.900000', '164033.903000', '164033.906000', '164033.909000', '164033.911000', '164033.914000', '164033.917000', '164033.920000', '164033.922000', '164033.925000', '164033.928000', '164033.931000', '164033.934000', '164033.936000', '164033.939000', '164033.942000', '164033.945000', '164033.948000', '164033.950000', '164033.953000', '164033.956000', '164033.959000', '164033.962000', '164033.965000', '164033.968000', '164033.971000', '164033.973000', '164033.976000', '164053.854000', '164053.857000', '164053.860000', '164053.862000', '164053.865000', '164053.868000', '164053.871000', '164053.874000', '164053.876000', '164053.879000', '164053.882000', '164053.885000', '164053.888000', '164053.890000', '164053.893000', '164053.896000', '164053.899000', '164053.902000', '164053.904000', '164053.907000', '164053.910000', '164053.913000', '164053.915000', '164053.918000', '164053.921000', '164053.924000', '164053.927000', '164053.929000', '164053.932000', '164053.935000', '164053.938000', '164053.941000', '164053.943000', '164053.946000', '164053.949000', '164053.952000', '164053.954000', '164053.957000', '164053.960000', '164053.963000', '164053.966000', '164053.968000', '164053.971000', '164102.862000', '164102.865000', '164102.868000', '164102.871000', '164102.874000', '164102.877000', '164102.880000', '164102.883000', '164102.886000', '164102.889000', '164102.892000', '164102.895000', '164102.898000', '164102.901000', '164102.904000', '164102.907000', '164102.909000', '164102.912000', '164102.915000', '164102.918000'], 'InstanceCreationTime': ['163433.900000', '163433.903000', '163433.906000', '163433.909000', '163433.912000', '163433.914000', '163433.917000', '163433.920000', '163433.923000', '163433.928000', '163433.930000', '163433.933000', '163433.936000', '163433.939000', '163433.941000', '163433.952000', '163433.954000', '163433.957000', '163433.960000', '163433.963000', '163433.966000', '163433.968000', '163433.971000', '163433.974000', '163433.977000', '163433.979000', '163453.855000', '163453.858000', '163453.861000', '163453.863000', '163453.866000', '163453.869000', '163453.872000', '163453.874000', '163453.877000', '163453.880000', '163453.883000', '163453.885000', '163453.888000', '163453.891000', '163453.894000', '163453.897000', '163453.899000', '163453.902000', '163453.909000', '163453.912000', '163453.915000', '163453.917000', '163453.920000', '163453.923000', '163453.926000', '163453.928000', '163453.931000', '163453.934000', '163453.937000', '163453.940000', '163453.942000', '163453.945000', '163453.948000', '163453.951000', '163453.956000', '163453.960000', '163453.963000', '163453.965000', '163453.968000', '163453.971000', '163453.974000', '163453.976000', '163453.979000', '163513.855000', '163513.858000', '163513.861000', '163513.864000', '163513.866000', '163513.869000', '163513.872000', '163513.875000', '163513.877000', '163513.880000', '163513.883000', '163513.886000', '163513.888000', '163513.891000', '163513.900000', '163513.903000', '163513.905000', '163513.908000', '163513.911000', '163513.914000', '163513.916000', '163513.919000', '163513.922000', '163513.928000', '163513.930000', '163513.933000', '163513.936000', '163513.939000', '163513.941000', '163513.944000', '163513.947000', '163513.950000', '163513.952000', '163513.955000', '163513.958000', '163513.961000', '163513.963000', '163513.966000', '163513.975000', '163513.978000', '163513.981000', '163513.983000', '163513.986000', '163513.989000', '163533.855000', '163533.859000', '163533.862000', '163533.865000', '163533.868000', '163533.871000', '163533.873000', '163533.876000', '163533.879000', '163533.882000', '163533.885000', '163533.887000', '163533.890000', '163533.893000', '163533.896000', '163533.898000', '163533.901000', '163533.904000', '163533.907000', '163533.909000', '163533.912000', '163533.915000', '163533.918000', '163533.921000', '163533.924000', '163533.927000', '163533.930000', '163533.933000', '163533.935000', '163533.938000', '163533.941000', '163533.944000', '163533.946000', '163533.949000', '163533.952000', '163533.955000', '163533.958000', '163533.960000', '163533.963000', '163533.966000', '163533.969000', '163533.971000', '163533.974000', '163553.855000', '163553.858000', '163553.860000', '163553.863000', '163553.866000', '163553.869000', '163553.871000', '163553.874000', '163553.877000', '163553.880000', '163553.883000', '163553.885000', '163553.888000', '163553.891000', '163553.894000', '163553.896000', '163553.899000', '163553.902000', '163553.905000', '163553.908000', '163553.910000', '163553.913000', '163553.916000', '163553.919000', '163553.921000', '163553.924000', '163553.927000', '163553.930000', '163553.933000', '163553.935000', '163553.938000', '163553.941000', '163553.944000', '163553.947000', '163553.949000', '163553.952000', '163553.955000', '163553.958000', '163553.960000', '163553.963000', '163553.966000', '163553.969000', '163553.971000', '163553.974000', '163613.854000', '163613.857000', '163613.859000', '163613.862000', '163613.865000', '163613.868000', '163613.870000', '163613.873000', '163613.876000', '163613.879000', '163613.881000', '163613.884000', '163613.887000', '163613.890000', '163613.893000', '163613.896000', '163613.898000', '163613.901000', '163613.904000', '163613.907000', '163613.909000', '163613.912000', '163613.915000', '163613.918000', '163613.921000', '163613.923000', '163613.926000', '163613.929000', '163613.932000', '163613.935000', '163613.937000', '163613.940000', '163613.943000', '163613.946000', '163613.949000', '163613.952000', '163613.955000', '163613.957000', '163613.960000', '163613.963000', '163613.966000', '163613.968000', '163613.971000', '163633.854000', '163633.857000', '163633.860000', '163633.862000', '163633.865000', '163633.868000', '163633.871000', '163633.874000', '163633.877000', '163633.879000', '163633.882000', '163633.885000', '163633.892000', '163633.895000', '163633.898000', '163633.900000', '163633.903000', '163633.906000', '163633.909000', '163633.912000', '163633.914000', '163633.917000', '163633.920000', '163633.923000', '163633.925000', '163633.928000', '163633.931000', '163633.934000', '163633.937000', '163633.939000', '163633.942000', '163633.945000', '163633.948000', '163633.951000', '163633.954000', '163633.956000', '163633.959000', '163633.962000', '163633.965000', '163633.968000', '163633.970000', '163633.973000', '163633.976000', '163633.979000', '163653.855000', '163653.858000', '163653.861000', '163653.863000', '163653.866000', '163653.869000', '163653.872000', '163653.875000', '163653.877000', '163653.880000', '163653.899000', '163653.902000', '163653.905000', '163653.907000', '163653.910000', '163653.913000', '163653.916000', '163653.919000', '163653.922000', '163653.924000', '163653.927000', '163653.930000', '163653.933000', '163653.935000', '163653.938000', '163653.941000', '163653.944000', '163653.947000', '163653.950000', '163653.953000', '163653.955000', '163653.958000', '163653.961000', '163653.964000', '163653.967000', '163653.970000', '163653.972000', '163653.975000', '163653.978000', '163653.981000', '163653.984000', '163653.987000', '163653.989000', '163713.855000', '163713.858000', '163713.860000', '163713.863000', '163713.866000', '163713.869000', '163713.872000', '163713.874000', '163713.877000', '163713.880000', '163713.883000', '163713.886000', '163713.888000', '163713.891000', '163713.894000', '163713.897000', '163713.899000', '163713.902000', '163713.905000', '163713.908000', '163713.911000', '163713.914000', '163713.916000', '163713.919000', '163713.922000', '163713.925000', '163713.927000', '163713.930000', '163713.933000', '163713.936000', '163713.939000', '163713.941000', '163713.944000', '163713.947000', '163713.950000', '163713.952000', '163713.955000', '163713.958000', '163713.961000', '163713.964000', '163713.966000', '163713.969000', '163713.972000', '163713.975000', '163733.855000', '163733.858000', '163733.860000', '163733.863000', '163733.866000', '163733.869000', '163733.872000', '163733.874000', '163733.877000', '163733.880000', '163733.883000', '163733.886000', '163733.889000', '163733.892000', '163733.894000', '163733.897000', '163733.900000', '163733.903000', '163733.906000', '163733.908000', '163733.911000', '163733.914000', '163733.917000', '163733.920000', '163733.923000', '163733.925000', '163733.928000', '163733.931000', '163733.934000', '163733.936000', '163733.939000', '163733.942000', '163733.945000', '163733.948000', '163733.950000', '163733.953000', '163733.956000', '163733.959000', '163733.962000', '163733.964000', '163733.967000', '163733.971000', '163733.976000', '163753.855000', '163753.858000', '163753.860000', '163753.863000', '163753.866000', '163753.869000', '163753.872000', '163753.874000', '163753.877000', '163753.880000', '163753.883000', '163753.886000', '163753.888000', '163753.891000', '163753.894000', '163753.897000', '163753.899000', '163753.902000', '163753.905000', '163753.908000', '163753.911000', '163753.913000', '163753.916000', '163753.919000', '163753.922000', '163753.925000', '163753.927000', '163753.930000', '163753.933000', '163753.936000', '163753.939000', '163753.941000', '163753.944000', '163753.947000', '163753.950000', '163753.953000', '163753.956000', '163753.958000', '163753.961000', '163753.964000', '163753.967000', '163753.970000', '163753.972000', '163753.975000', '163813.855000', '163813.858000', '163813.861000', '163813.863000', '163813.866000', '163813.869000', '163813.872000', '163813.874000', '163813.877000', '163813.880000', '163813.883000', '163813.886000', '163813.888000', '163813.891000', '163813.894000', '163813.897000', '163813.900000', '163813.903000', '163813.905000', '163813.908000', '163813.911000', '163813.914000', '163813.917000', '163813.919000', '163813.922000', '163813.925000', '163813.928000', '163813.931000', '163813.934000', '163813.937000', '163813.940000', '163813.943000', '163813.946000', '163813.949000', '163813.952000', '163813.955000', '163813.958000', '163813.960000', '163813.963000', '163813.966000', '163813.969000', '163813.972000', '163813.974000', '163833.854000', '163833.857000', '163833.860000', '163833.862000', '163833.865000', '163833.868000', '163833.871000', '163833.874000', '163833.876000', '163833.879000', '163833.882000', '163833.885000', '163833.888000', '163833.890000', '163833.893000', '163833.896000', '163833.899000', '163833.902000', '163833.904000', '163833.907000', '163833.910000', '163833.913000', '163833.916000', '163833.919000', '163833.922000', '163833.925000', '163833.927000', '163833.930000', '163833.933000', '163833.936000', '163833.939000', '163833.941000', '163833.944000', '163833.947000', '163833.950000', '163833.953000', '163833.955000', '163833.958000', '163833.961000', '163833.964000', '163833.966000', '163833.969000', '163833.972000', '163833.975000', '163853.854000', '163853.857000', '163853.860000', '163853.862000', '163853.865000', '163853.868000', '163853.871000', '163853.874000', '163853.876000', '163853.879000', '163853.882000', '163853.885000', '163853.888000', '163853.890000', '163853.893000', '163853.896000', '163853.899000', '163853.902000', '163853.904000', '163853.907000', '163853.910000', '163853.913000', '163853.916000', '163853.918000', '163853.921000', '163853.924000', '163853.927000', '163853.930000', '163853.932000', '163853.935000', '163853.938000', '163853.941000', '163853.943000', '163853.946000', '163853.949000', '163853.952000', '163853.955000', '163853.958000', '163853.960000', '163853.963000', '163853.966000', '163853.969000', '163853.972000', '163913.855000', '163913.858000', '163913.861000', '163913.864000', '163913.867000', '163913.870000', '163913.873000', '163913.875000', '163913.878000', '163913.881000', '163913.884000', '163913.887000', '163913.889000', '163913.892000', '163913.895000', '163913.898000', '163913.901000', '163913.903000', '163913.906000', '163913.909000', '163913.912000', '163913.915000', '163913.917000', '163913.920000', '163913.923000', '163913.926000', '163913.929000', '163913.932000', '163913.934000', '163913.937000', '163913.940000', '163913.943000', '163913.946000', '163913.948000', '163913.951000', '163913.954000', '163913.957000', '163913.960000', '163913.963000', '163913.965000', '163913.968000', '163913.971000', '163913.974000', '163913.976000', '163933.855000', '163933.858000', '163933.861000', '163933.863000', '163933.866000', '163933.869000', '163933.872000', '163933.875000', '163933.877000', '163933.880000', '163933.883000', '163933.886000', '163933.888000', '163933.891000', '163933.894000', '163933.897000', '163933.899000', '163933.902000', '163933.905000', '163933.908000', '163933.911000', '163933.913000', '163933.916000', '163933.919000', '163933.922000', '163933.925000', '163933.927000', '163933.930000', '163933.933000', '163933.936000', '163933.939000', '163933.942000', '163933.945000', '163933.948000', '163933.950000', '163933.953000', '163933.956000', '163933.959000', '163933.962000', '163933.964000', '163933.967000', '163933.970000', '163933.974000', '163953.855000', '163953.858000', '163953.861000', '163953.863000', '163953.866000', '163953.869000', '163953.872000', '163953.875000', '163953.877000', '163953.880000', '163953.883000', '163953.886000', '163953.889000', '163953.891000', '163953.894000', '163953.897000', '163953.912000', '163953.915000', '163953.917000', '163953.920000', '163953.923000', '163953.926000', '163953.929000', '163953.932000', '163953.934000', '163953.937000', '163953.940000', '163953.943000', '163953.951000', '163953.954000', '163953.957000', '163953.959000', '163953.962000', '163953.965000', '163953.968000', '163953.971000', '163953.973000', '163953.976000', '163953.979000', '163953.982000', '163953.984000', '163953.987000', '163953.990000', '163953.993000', '164013.855000', '164013.858000', '164013.861000', '164013.864000', '164013.866000', '164013.869000', '164013.872000', '164013.875000', '164013.878000', '164013.880000', '164013.883000', '164013.886000', '164013.889000', '164013.891000', '164013.894000', '164013.897000', '164013.900000', '164013.903000', '164013.905000', '164013.908000', '164013.911000', '164013.914000', '164013.917000', '164013.919000', '164013.922000', '164013.925000', '164013.928000', '164013.931000', '164013.933000', '164013.936000', '164013.939000', '164013.942000', '164013.945000', '164013.947000', '164013.950000', '164013.953000', '164013.956000', '164013.958000', '164013.961000', '164013.964000', '164013.967000', '164013.970000', '164013.972000', '164033.855000', '164033.858000', '164033.861000', '164033.863000', '164033.866000', '164033.869000', '164033.872000', '164033.875000', '164033.877000', '164033.881000', '164033.883000', '164033.886000', '164033.889000', '164033.892000', '164033.895000', '164033.897000', '164033.900000', '164033.903000', '164033.906000', '164033.909000', '164033.911000', '164033.914000', '164033.917000', '164033.920000', '164033.922000', '164033.925000', '164033.928000', '164033.931000', '164033.934000', '164033.936000', '164033.939000', '164033.942000', '164033.945000', '164033.948000', '164033.950000', '164033.953000', '164033.956000', '164033.959000', '164033.962000', '164033.965000', '164033.968000', '164033.971000', '164033.973000', '164033.976000', '164053.854000', '164053.857000', '164053.860000', '164053.862000', '164053.865000', '164053.868000', '164053.871000', '164053.874000', '164053.876000', '164053.879000', '164053.882000', '164053.885000', '164053.888000', '164053.890000', '164053.893000', '164053.896000', '164053.899000', '164053.902000', '164053.904000', '164053.907000', '164053.910000', '164053.913000', '164053.915000', '164053.918000', '164053.921000', '164053.924000', '164053.927000', '164053.929000', '164053.932000', '164053.935000', '164053.938000', '164053.941000', '164053.943000', '164053.946000', '164053.949000', '164053.952000', '164053.954000', '164053.957000', '164053.960000', '164053.963000', '164053.966000', '164053.968000', '164053.971000', '164102.862000', '164102.865000', '164102.868000', '164102.871000', '164102.874000', '164102.877000', '164102.880000', '164102.883000', '164102.886000', '164102.889000', '164102.892000', '164102.895000', '164102.898000', '164102.901000', '164102.904000', '164102.907000', '164102.909000', '164102.912000', '164102.915000', '164102.918000'], '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': [10690, 15145, 10460, 15227, 10533, 14699, 10789, 14356, 11768, 12370, 11029, 11958, 10875, 10524, 12772, 8248, 14001, 8154, 14171, 8214, 14127, 8618, 14475, 10519, 14207, 9581, 14074, 9740, 14043, 10182, 13772, 9567, 13948, 9353, 14429, 9650, 13967, 10182, 12185, 9380, 9435, 10039, 12615, 10386, 12223, 11820, 9693, 13597, 8070, 13479, 8570, 13919, 9331, 13714, 8312, 13352, 8315, 13459, 8262, 14029, 9691, 13955, 9667, 12738, 9506, 8004, 9614, 8509, 10655, 8753, 12853, 8428, 11473, 8604, 13602, 9047, 13855, 9302, 14049, 10603, 14734, 8643, 14114, 9042, 13885, 9196, 13742, 10154, 13712, 8488, 13563, 8758, 13777, 9371, 14197, 9922, 14903, 9354, 14601, 9736, 14983, 10679, 15041, 9568, 14420, 9946, 14294, 9206, 14211, 8968, 13973, 8561, 12682, 7963, 12409, 8636, 13088, 8394, 11781, 8022, 10632, 13317, 9491, 14698, 9804, 14200, 9626, 13831, 8962, 13652, 8646, 13255, 9111, 11327, 12166, 10636, 11233, 9228, 13096, 9514, 14168, 9384, 13654, 9487, 14314, 10328, 14244, 9172, 14215, 9232, 14071, 9270, 13949, 8580, 13476, 8250, 11374, 8618, 9915, 7859, 8942, 8238, 9071, 10293, 10668, 8092, 10599, 10703, 8719, 12616, 8969, 13838, 9113, 13292, 8795, 14011, 9043, 13970, 9105, 11298, 11209, 8543, 12681, 8637, 13240, 8997, 13780, 8769, 12657, 8573, 12319, 8837, 12146, 8738, 13606, 8244, 12272, 12303, 8960, 12094, 9001, 11581, 8661, 11306, 8477, 9407, 10388, 8133, 9895, 7888, 11514, 8394, 13065, 8804, 12074, 7912, 10443, 11012, 10957, 9092, 12677, 8435, 12974, 8265, 13519, 8379, 13216, 8493, 13943, 8773, 13729, 8639, 13492, 9307, 13595, 9726, 14012, 10130, 14478, 10655, 14910, 10764, 11937, 9309, 11686, 9996, 11558, 9862, 11520, 9851, 9836, 10797, 7824, 10475, 8507, 9714, 10776, 9978, 9065, 12502, 8140, 11336, 7626, 10526, 7859, 10503, 7809, 10815, 8457, 9896, 8888, 9366, 10614, 9018, 7959, 10409, 8976, 12973, 9023, 13570, 9574, 14628, 10980, 8118, 13718, 9073, 10214, 8865, 14765, 8594, 13572, 8654, 11045, 8545, 11229, 8539, 13008, 8950, 14436, 9864, 14849, 10215, 14703, 10506, 15039, 10551, 14657, 10224, 14170, 10127, 14124, 9983, 14141, 10269, 13911, 9789, 13450, 9613, 12980, 8763, 12965, 8566, 12934, 8150, 12680, 8122, 11496, 8744, 12189, 7934, 13058, 8697, 12738, 8689, 11366, 8782, 11307, 8591, 9962, 8070, 8541, 8294, 8809, 7743, 9328, 8361, 8476, 8434, 9410, 8253, 9995, 8624, 10542, 8433, 10822, 8562, 13074, 8667, 13921, 8908, 13661, 8857, 13949, 9095, 14435, 8897, 14244, 8812, 13673, 8878, 13825, 8920, 14292, 9663, 13884, 8695, 13533, 9013, 13702, 9773, 14151, 9349, 13931, 8784, 13704, 9111, 13628, 9005, 13897, 9770, 11980, 8381, 11192, 8151, 11632, 8600, 10267, 10261, 7806, 9974, 7976, 10646, 8401, 12766, 8746, 14088, 8699, 14414, 8911, 14186, 8672, 14348, 10456, 13530, 8492, 11900, 8077, 8763, 8541, 7926, 12131, 8420, 13729, 8649, 13484, 8716, 13722, 9610, 14014, 11351, 9064, 10677, 7632, 11524, 7446, 12661, 7992, 14953, 8697, 14007, 8719, 13603, 9134, 13356, 9429, 14404, 9579, 14387, 9497, 13898, 9404, 13243, 9131, 12226, 8382, 9861, 7448, 8079, 7451, 7984, 7823, 8253, 8065, 13118, 8076, 14500, 10120, 13160, 8609, 12477, 9007, 10430, 8678, 9152, 7453, 9703, 8043, 8448, 7952, 7887, 7740, 9357, 8582, 11002, 8625, 12344, 8704, 13235, 8822, 13705, 9270, 14026, 9355, 14079, 10407, 13992, 8517, 13649, 8765, 13853, 8869, 13125, 8471, 11645, 8119, 9398, 8621, 8147, 8238, 7468, 8292, 7706, 8082, 7596, 13943, 7615, 12884, 8783, 12777, 8660, 9731, 13450, 9866, 10262, 8839, 8190, 7491, 9495, 7369, 10801, 8092, 8566, 8570, 8429, 8294, 10029, 9863, 8977, 11252, 8267, 10714, 12638, 9988, 13590, 11114, 10804, 12661, 8367, 11887, 8413, 12187, 8465, 12391, 8258, 12596, 8259, 12640, 8394, 11986, 8508, 11925, 8404, 11827, 8362, 12680, 8427, 12400, 8707, 11953, 8696, 11537, 11282, 11136, 7989, 9406, 11172, 8493, 12023, 9696, 8426, 9841, 7803, 9282, 8265, 9341, 7940, 10709, 8610, 11268, 8528, 10917, 8660, 12319, 8382, 12869, 8781, 12021, 8364, 11669, 7760, 12537, 8503, 13297, 8578, 12671, 8760, 12801, 8667, 13656, 9492, 14079, 8761, 13864, 8650, 13667, 8747, 13735, 8453, 13995, 8305, 13452, 8658, 13198, 8208, 12479, 7671, 11605, 7172, 11557, 7919, 11468, 8162, 10924, 8352, 9990, 8335, 10489, 8652, 9647, 7864, 8597, 13382, 8069, 13934, 9321, 12681, 8473, 10184, 8253, 8564, 9911, 8433, 7839, 9559, 8510, 8394, 8169, 7892, 8170, 7663, 9638, 8561, 7799, 9978, 8044, 8757, 12044, 8611, 13310, 10540, 10472, 10478, 11939, 9653, 12358, 9259, 12699, 10804, 8416, 10642, 12287, 9308, 13324, 9371, 12816, 10816, 9075, 10359, 9821, 9112, 10787, 9555, 10748, 10890, 8852, 12574, 8180, 12556, 8283, 13102, 8122, 13891, 9660, 13732, 9230, 13220, 8831, 13230, 9236, 12154, 10326, 10231, 11038, 7992, 10872, 8469, 10977, 8707, 11771, 8500, 12757, 8814, 12649, 8920, 12329, 8784, 13041, 9583, 13145, 7778, 12702, 7772, 12729, 8050, 13452, 9487, 11968, 8087, 13022, 8175, 11901, 9439, 8425, 11742, 8688, 12006, 8839, 13251, 8687, 14346, 8873, 13526, 8416, 13608, 9521, 9832, 11857, 9257, 12234, 10126, 8045, 12912, 8444, 14977, 10600, 14342, 10538, 15002, 10097, 11749, 10824, 13293, 10866, 7103, 9911, 8259, 11300, 8388, 12546, 7854, 13178, 9100, 12182, 8771, 11152, 9507, 8718, 10764, 7241, 11771, 8099, 13504, 8344, 12706, 8428, 12926, 8273, 13597, 9658, 13569, 8039, 13522, 8624, 13405, 9083, 13381, 8794, 13454, 8888, 12757, 8159, 12562, 8171, 11737, 8190, 12484, 8434, 12338, 7797, 12916, 8801, 13550, 11007, 10814, 11071, 7866, 10135, 8641, 10117, 12437, 10096, 11177, 12151, 8100, 12895, 7842, 12869, 8095, 14162, 9020, 14769, 8230, 13461, 8318, 13657, 8445, 14229, 9100, 14465, 9034, 13551, 9365, 13715, 9805, 13800, 9755, 13376, 9294, 13161, 8732, 12504, 9078, 10775, 8462, 7750, 9535, 8699, 10972, 8829, 11583, 8845, 12501], 'WindowCenter': [4160.0, 4165.0, 4130.0, 4137.0, 4115.0, 4123.0, 4102.0, 4121.0, 4113.0, 4110.0, 4101.0, 4098.0, 4099.0, 4088.0, 4110.0, 4067.0, 4109.0, 4068.0, 4108.0, 4068.0, 4108.0, 4078.0, 4109.0, 4098.0, 4108.0, 4090.0, 4109.0, 4090.0, 4109.0, 4089.0, 4107.0, 4090.0, 4109.0, 4089.0, 4119.0, 4091.0, 4121.0, 4099.0, 4110.0, 4091.0, 4089.0, 4101.0, 4111.0, 4102.0, 4111.0, 4110.0, 4090.0, 4110.0, 4068.0, 4109.0, 4067.0, 4110.0, 4076.0, 4109.0, 4066.0, 4108.0, 4067.0, 4106.0, 4068.0, 4107.0, 4077.0, 4107.0, 4088.0, 4097.0, 4087.0, 4066.0, 4089.0, 4079.0, 4111.0, 4092.0, 4121.0, 4095.0, 4123.0, 4094.0, 4133.0, 4102.0, 4133.0, 4103.0, 4134.0, 4116.0, 4134.0, 4094.0, 4133.0, 4093.0, 4134.0, 4115.0, 4135.0, 4141.0, 4147.0, 4105.0, 4135.0, 4105.0, 4135.0, 4116.0, 4136.0, 4114.0, 4133.0, 4104.0, 4135.0, 4104.0, 4133.0, 4114.0, 4122.0, 4092.0, 4121.0, 4090.0, 4122.0, 4091.0, 4120.0, 4080.0, 4110.0, 4079.0, 4109.0, 4066.0, 4112.0, 4079.0, 4110.0, 4066.0, 4098.0, 4056.0, 4088.0, 4107.0, 4077.0, 4108.0, 4077.0, 4095.0, 4076.0, 4095.0, 4066.0, 4095.0, 4054.0, 4095.0, 4052.0, 4073.0, 4072.0, 4074.0, 4071.0, 4053.0, 4083.0, 4064.0, 4082.0, 4064.0, 4095.0, 4063.0, 4094.0, 4064.0, 4093.0, 4064.0, 4083.0, 4063.0, 4093.0, 4063.0, 4093.0, 4053.0, 4093.0, 4052.0, 4083.0, 4052.0, 4074.0, 4043.0, 4065.0, 4054.0, 4076.0, 4077.0, 4088.0, 4056.0, 4087.0, 4085.0, 4067.0, 4096.0, 4077.0, 4107.0, 4077.0, 4107.0, 4067.0, 4108.0, 4079.0, 4108.0, 4079.0, 4098.0, 4100.0, 4077.0, 4109.0, 4067.0, 4108.0, 4077.0, 4109.0, 4067.0, 4096.0, 4066.0, 4097.0, 4078.0, 4095.0, 4066.0, 4109.0, 4055.0, 4097.0, 4086.0, 4066.0, 4095.0, 4076.0, 4087.0, 4068.0, 4097.0, 4068.0, 4077.0, 4089.0, 4067.0, 4088.0, 4069.0, 4111.0, 4070.0, 4109.0, 4079.0, 4111.0, 4058.0, 4090.0, 4088.0, 4101.0, 4069.0, 4100.0, 4068.0, 4111.0, 4067.0, 4110.0, 4066.0, 4098.0, 4066.0, 4108.0, 4065.0, 4095.0, 4066.0, 4095.0, 4077.0, 4096.0, 4075.0, 4096.0, 4076.0, 4096.0, 4075.0, 4093.0, 4075.0, 4072.0, 4064.0, 4072.0, 4063.0, 4072.0, 4065.0, 4073.0, 4074.0, 4074.0, 4085.0, 4044.0, 4087.0, 4064.0, 4076.0, 4085.0, 4076.0, 4065.0, 4097.0, 4055.0, 4087.0, 4045.0, 4088.0, 4056.0, 4087.0, 4057.0, 4099.0, 4068.0, 4089.0, 4077.0, 4090.0, 4090.0, 4078.0, 4069.0, 4102.0, 4091.0, 4122.0, 4093.0, 4121.0, 4104.0, 4137.0, 4103.0, 4071.0, 4110.0, 4081.0, 4089.0, 4082.0, 4109.0, 4067.0, 4099.0, 4066.0, 4088.0, 4069.0, 4100.0, 4068.0, 4109.0, 4079.0, 4108.0, 4078.0, 4098.0, 4078.0, 4096.0, 4077.0, 4095.0, 4064.0, 4083.0, 4064.0, 4071.0, 4052.0, 4070.0, 4050.0, 4069.0, 4050.0, 4070.0, 4049.0, 4068.0, 4050.0, 4070.0, 4040.0, 4069.0, 4052.0, 4082.0, 4043.0, 4082.0, 4055.0, 4084.0, 4066.0, 4095.0, 4056.0, 4096.0, 4066.0, 4098.0, 4066.0, 4097.0, 4068.0, 4087.0, 4067.0, 4077.0, 4056.0, 4077.0, 4068.0, 4080.0, 4058.0, 4090.0, 4070.0, 4079.0, 4079.0, 4092.0, 4081.0, 4102.0, 4081.0, 4102.0, 4081.0, 4101.0, 4082.0, 4122.0, 4092.0, 4121.0, 4091.0, 4121.0, 4080.0, 4121.0, 4080.0, 4121.0, 4080.0, 4109.0, 4079.0, 4109.0, 4078.0, 4109.0, 4080.0, 4108.0, 4089.0, 4109.0, 4067.0, 4107.0, 4078.0, 4108.0, 4089.0, 4108.0, 4079.0, 4108.0, 4068.0, 4097.0, 4067.0, 4096.0, 4066.0, 4097.0, 4077.0, 4095.0, 4067.0, 4085.0, 4068.0, 4097.0, 4078.0, 4088.0, 4090.0, 4058.0, 4089.0, 4068.0, 4099.0, 4068.0, 4110.0, 4080.0, 4120.0, 4080.0, 4109.0, 4079.0, 4109.0, 4082.0, 4121.0, 4099.0, 4109.0, 4079.0, 4099.0, 4068.0, 4077.0, 4080.0, 4068.0, 4110.0, 4068.0, 4109.0, 4079.0, 4108.0, 4079.0, 4109.0, 4088.0, 4108.0, 4099.0, 4077.0, 4088.0, 4056.0, 4096.0, 4046.0, 4098.0, 4057.0, 4108.0, 4067.0, 4097.0, 4066.0, 4096.0, 4067.0, 4097.0, 4066.0, 4097.0, 4077.0, 4096.0, 4065.0, 4095.0, 4066.0, 4084.0, 4066.0, 4084.0, 4055.0, 4074.0, 4045.0, 4057.0, 4058.0, 4068.0, 4070.0, 4079.0, 4080.0, 4109.0, 4080.0, 4121.0, 4091.0, 4109.0, 4068.0, 4110.0, 4077.0, 4088.0, 4067.0, 4078.0, 4046.0, 4088.0, 4067.0, 4069.0, 4080.0, 4080.0, 4069.0, 4091.0, 4092.0, 4112.0, 4092.0, 4121.0, 4093.0, 4122.0, 4092.0, 4121.0, 4092.0, 4122.0, 4091.0, 4110.0, 4090.0, 4108.0, 4079.0, 4108.0, 4068.0, 4107.0, 4066.0, 4098.0, 4054.0, 4087.0, 4054.0, 4066.0, 4064.0, 4057.0, 4055.0, 4058.0, 4066.0, 4058.0, 4067.0, 4069.0, 4120.0, 4069.0, 4109.0, 4079.0, 4110.0, 4067.0, 4091.0, 4108.0, 4089.0, 4088.0, 4079.0, 4067.0, 4060.0, 4088.0, 4069.0, 4100.0, 4080.0, 4091.0, 4091.0, 4081.0, 4082.0, 4101.0, 4102.0, 4091.0, 4113.0, 4081.0, 4102.0, 4111.0, 4090.0, 4109.0, 4100.0, 4088.0, 4109.0, 4067.0, 4098.0, 4066.0, 4098.0, 4056.0, 4097.0, 4056.0, 4098.0, 4055.0, 4097.0, 4055.0, 4096.0, 4064.0, 4085.0, 4054.0, 4085.0, 4055.0, 4096.0, 4066.0, 4095.0, 4065.0, 4096.0, 4066.0, 4087.0, 4086.0, 4087.0, 4054.0, 4076.0, 4084.0, 4065.0, 4085.0, 4076.0, 4065.0, 4076.0, 4055.0, 4076.0, 4066.0, 4078.0, 4068.0, 4098.0, 4078.0, 4099.0, 4077.0, 4098.0, 4077.0, 4110.0, 4067.0, 4098.0, 4068.0, 4097.0, 4055.0, 4097.0, 4056.0, 4096.0, 4065.0, 4107.0, 4079.0, 4097.0, 4068.0, 4097.0, 4067.0, 4107.0, 4077.0, 4107.0, 4069.0, 4107.0, 4065.0, 4094.0, 4056.0, 4095.0, 4053.0, 4096.0, 4054.0, 4094.0, 4053.0, 4094.0, 4041.0, 4082.0, 4031.0, 4073.0, 4031.0, 4083.0, 4043.0, 4083.0, 4053.0, 4074.0, 4054.0, 4074.0, 4053.0, 4088.0, 4065.0, 4077.0, 4055.0, 4067.0, 4096.0, 4056.0, 4108.0, 4076.0, 4097.0, 4055.0, 4077.0, 4054.0, 4065.0, 4075.0, 4067.0, 4056.0, 4088.0, 4077.0, 4078.0, 4077.0, 4079.0, 4078.0, 4070.0, 4101.0, 4092.0, 4071.0, 4102.0, 4080.0, 4081.0, 4110.0, 4080.0, 4121.0, 4101.0, 4099.0, 4102.0, 4099.0, 4090.0, 4098.0, 4079.0, 4109.0, 4100.0, 4067.0, 4088.0, 4097.0, 4078.0, 4108.0, 4078.0, 4096.0, 4087.0, 4065.0, 4087.0, 4075.0, 4066.0, 4084.0, 4075.0, 4086.0, 4087.0, 4066.0, 4097.0, 4055.0, 4096.0, 4055.0, 4096.0, 4054.0, 4095.0, 4064.0, 4094.0, 4066.0, 4095.0, 4065.0, 4095.0, 4065.0, 4085.0, 4076.0, 4074.0, 4085.0, 4053.0, 4085.0, 4055.0, 4086.0, 4067.0, 4096.0, 4067.0, 4097.0, 4078.0, 4097.0, 4077.0, 4097.0, 4079.0, 4109.0, 4089.0, 4109.0, 4069.0, 4108.0, 4068.0, 4107.0, 4069.0, 4108.0, 4089.0, 4098.0, 4068.0, 4107.0, 4069.0, 4099.0, 4089.0, 4068.0, 4099.0, 4079.0, 4109.0, 4078.0, 4109.0, 4080.0, 4109.0, 4078.0, 4107.0, 4069.0, 4108.0, 4090.0, 4088.0, 4109.0, 4090.0, 4110.0, 4089.0, 4069.0, 4111.0, 4070.0, 4120.0, 4090.0, 4109.0, 4089.0, 4108.0, 4076.0, 4086.0, 4087.0, 4095.0, 4075.0, 4032.0, 4063.0, 4054.0, 4074.0, 4055.0, 4085.0, 4056.0, 4094.0, 4066.0, 4084.0, 4066.0, 4085.0, 4076.0, 4055.0, 4087.0, 4045.0, 4097.0, 4056.0, 4108.0, 4067.0, 4096.0, 4067.0, 4097.0, 4067.0, 4096.0, 4078.0, 4096.0, 4056.0, 4107.0, 4066.0, 4096.0, 4078.0, 4096.0, 4067.0, 4108.0, 4078.0, 4097.0, 4068.0, 4108.0, 4079.0, 4098.0, 4080.0, 4109.0, 4080.0, 4110.0, 4070.0, 4110.0, 4093.0, 4121.0, 4102.0, 4101.0, 4101.0, 4069.0, 4100.0, 4067.0, 4089.0, 4109.0, 4090.0, 4099.0, 4110.0, 4068.0, 4109.0, 4057.0, 4098.0, 4054.0, 4098.0, 4064.0, 4096.0, 4053.0, 4094.0, 4053.0, 4095.0, 4042.0, 4093.0, 4053.0, 4082.0, 4051.0, 4081.0, 4051.0, 4080.0, 4061.0, 4081.0, 4063.0, 4081.0, 4052.0, 4081.0, 4052.0, 4081.0, 4052.0, 4071.0, 4053.0, 4043.0, 4075.0, 4064.0, 4086.0, 4076.0, 4097.0, 4076.0, 4098.0], 'WindowWidth': [9241.0, 9231.0, 9173.0, 9175.0, 9139.0, 9148.0, 9117.0, 9142.0, 9131.0, 9122.0, 9111.0, 9103.0, 9104.0, 9089.0, 9120.0, 9059.0, 9117.0, 9065.0, 9116.0, 9063.0, 9115.0, 9076.0, 9118.0, 9104.0, 9117.0, 9094.0, 9117.0, 9093.0, 9117.0, 9092.0, 9114.0, 9094.0, 9118.0, 9093.0, 9131.0, 9097.0, 9139.0, 9108.0, 9122.0, 9099.0, 9094.0, 9111.0, 9123.0, 9113.0, 9124.0, 9123.0, 9093.0, 9123.0, 9063.0, 9120.0, 9060.0, 9122.0, 9070.0, 9119.0, 9058.0, 9114.0, 9058.0, 9108.0, 9061.0, 9112.0, 9073.0, 9112.0, 9089.0, 9098.0, 9086.0, 9058.0, 9092.0, 9082.0, 9127.0, 9105.0, 9142.0, 9112.0, 9147.0, 9112.0, 9161.0, 9119.0, 9162.0, 9121.0, 9162.0, 9142.0, 9162.0, 9109.0, 9160.0, 9106.0, 9163.0, 9143.0, 9165.0, 9185.0, 9186.0, 9127.0, 9165.0, 9127.0, 9167.0, 9144.0, 9169.0, 9137.0, 9161.0, 9123.0, 9164.0, 9123.0, 9158.0, 9135.0, 9143.0, 9101.0, 9139.0, 9096.0, 9141.0, 9100.0, 9134.0, 9081.0, 9122.0, 9079.0, 9118.0, 9057.0, 9128.0, 9078.0, 9119.0, 9057.0, 9102.0, 9044.0, 9089.0, 9112.0, 9073.0, 9115.0, 9071.0, 9092.0, 9068.0, 9092.0, 9053.0, 9092.0, 9033.0, 9090.0, 9029.0, 9059.0, 9056.0, 9058.0, 9051.0, 9029.0, 9068.0, 9045.0, 9066.0, 9047.0, 9088.0, 9044.0, 9084.0, 9047.0, 9083.0, 9046.0, 9070.0, 9045.0, 9085.0, 9043.0, 9086.0, 9033.0, 9087.0, 9028.0, 9069.0, 9029.0, 9062.0, 9019.0, 9051.0, 9037.0, 9070.0, 9070.0, 9086.0, 9042.0, 9086.0, 9080.0, 9059.0, 9095.0, 9072.0, 9111.0, 9074.0, 9113.0, 9057.0, 9115.0, 9078.0, 9116.0, 9080.0, 9102.0, 9106.0, 9073.0, 9115.0, 9057.0, 9114.0, 9072.0, 9117.0, 9059.0, 9097.0, 9054.0, 9098.0, 9073.0, 9093.0, 9057.0, 9117.0, 9039.0, 9097.0, 9082.0, 9055.0, 9093.0, 9069.0, 9084.0, 9061.0, 9099.0, 9063.0, 9071.0, 9090.0, 9059.0, 9088.0, 9065.0, 9123.0, 9066.0, 9119.0, 9077.0, 9121.0, 9047.0, 9092.0, 9089.0, 9107.0, 9062.0, 9105.0, 9060.0, 9121.0, 9058.0, 9118.0, 9055.0, 9101.0, 9055.0, 9112.0, 9052.0, 9090.0, 9055.0, 9092.0, 9070.0, 9094.0, 9065.0, 9093.0, 9067.0, 9095.0, 9066.0, 9086.0, 9062.0, 9056.0, 9047.0, 9054.0, 9045.0, 9053.0, 9049.0, 9057.0, 9061.0, 9061.0, 9078.0, 9022.0, 9082.0, 9048.0, 9067.0, 9079.0, 9069.0, 9052.0, 9097.0, 9040.0, 9084.0, 9026.0, 9086.0, 9041.0, 9087.0, 9045.0, 9103.0, 9063.0, 9091.0, 9072.0, 9097.0, 9091.0, 9074.0, 9063.0, 9112.0, 9100.0, 9139.0, 9103.0, 9138.0, 9119.0, 9169.0, 9118.0, 9069.0, 9118.0, 9083.0, 9088.0, 9085.0, 9119.0, 9056.0, 9102.0, 9053.0, 9086.0, 9062.0, 9104.0, 9061.0, 9116.0, 9077.0, 9113.0, 9072.0, 9099.0, 9073.0, 9092.0, 9066.0, 9088.0, 9045.0, 9067.0, 9042.0, 9050.0, 9023.0, 9046.0, 9019.0, 9043.0, 9017.0, 9043.0, 9016.0, 9039.0, 9018.0, 9043.0, 9007.0, 9043.0, 9025.0, 9065.0, 9017.0, 9068.0, 9038.0, 9076.0, 9054.0, 9091.0, 9042.0, 9094.0, 9054.0, 9099.0, 9055.0, 9097.0, 9059.0, 9084.0, 9056.0, 9071.0, 9042.0, 9072.0, 9061.0, 9080.0, 9048.0, 9093.0, 9067.0, 9079.0, 9078.0, 9100.0, 9085.0, 9111.0, 9083.0, 9112.0, 9083.0, 9111.0, 9088.0, 9139.0, 9101.0, 9139.0, 9098.0, 9137.0, 9082.0, 9137.0, 9081.0, 9137.0, 9080.0, 9118.0, 9077.0, 9116.0, 9075.0, 9116.0, 9080.0, 9115.0, 9089.0, 9115.0, 9060.0, 9111.0, 9074.0, 9115.0, 9091.0, 9112.0, 9076.0, 9111.0, 9059.0, 9096.0, 9058.0, 9094.0, 9057.0, 9096.0, 9070.0, 9093.0, 9058.0, 9080.0, 9061.0, 9097.0, 9076.0, 9088.0, 9094.0, 9049.0, 9092.0, 9063.0, 9105.0, 9062.0, 9122.0, 9080.0, 9135.0, 9079.0, 9118.0, 9078.0, 9118.0, 9087.0, 9137.0, 9106.0, 9119.0, 9078.0, 9103.0, 9063.0, 9074.0, 9080.0, 9063.0, 9122.0, 9063.0, 9118.0, 9078.0, 9115.0, 9078.0, 9117.0, 9090.0, 9116.0, 9105.0, 9073.0, 9088.0, 9041.0, 9096.0, 9027.0, 9101.0, 9044.0, 9113.0, 9055.0, 9094.0, 9054.0, 9092.0, 9055.0, 9093.0, 9054.0, 9094.0, 9068.0, 9093.0, 9050.0, 9090.0, 9051.0, 9074.0, 9052.0, 9072.0, 9036.0, 9061.0, 9025.0, 9045.0, 9050.0, 9062.0, 9068.0, 9078.0, 9084.0, 9119.0, 9084.0, 9138.0, 9096.0, 9118.0, 9062.0, 9120.0, 9071.0, 9087.0, 9058.0, 9076.0, 9030.0, 9088.0, 9059.0, 9063.0, 9081.0, 9082.0, 9068.0, 9100.0, 9101.0, 9127.0, 9102.0, 9139.0, 9104.0, 9141.0, 9101.0, 9137.0, 9100.0, 9140.0, 9098.0, 9121.0, 9093.0, 9115.0, 9077.0, 9115.0, 9061.0, 9112.0, 9054.0, 9100.0, 9036.0, 9084.0, 9035.0, 9054.0, 9049.0, 9043.0, 9038.0, 9048.0, 9058.0, 9048.0, 9060.0, 9066.0, 9133.0, 9066.0, 9120.0, 9079.0, 9121.0, 9059.0, 9096.0, 9117.0, 9090.0, 9090.0, 9078.0, 9062.0, 9054.0, 9089.0, 9068.0, 9109.0, 9084.0, 9097.0, 9101.0, 9086.0, 9088.0, 9113.0, 9116.0, 9099.0, 9132.0, 9086.0, 9116.0, 9125.0, 9096.0, 9121.0, 9110.0, 9089.0, 9119.0, 9059.0, 9102.0, 9056.0, 9100.0, 9042.0, 9099.0, 9042.0, 9099.0, 9040.0, 9097.0, 9039.0, 9096.0, 9049.0, 9078.0, 9036.0, 9078.0, 9038.0, 9095.0, 9056.0, 9092.0, 9053.0, 9094.0, 9053.0, 9084.0, 9081.0, 9083.0, 9037.0, 9067.0, 9075.0, 9051.0, 9077.0, 9067.0, 9052.0, 9070.0, 9041.0, 9071.0, 9056.0, 9075.0, 9063.0, 9102.0, 9075.0, 9104.0, 9074.0, 9102.0, 9074.0, 9120.0, 9061.0, 9102.0, 9060.0, 9099.0, 9039.0, 9098.0, 9043.0, 9096.0, 9053.0, 9111.0, 9079.0, 9097.0, 9062.0, 9096.0, 9059.0, 9110.0, 9073.0, 9112.0, 9064.0, 9110.0, 9054.0, 9088.0, 9041.0, 9091.0, 9034.0, 9093.0, 9036.0, 9089.0, 9032.0, 9086.0, 9013.0, 9069.0, 8998.0, 9057.0, 8999.0, 9071.0, 9018.0, 9072.0, 9033.0, 9061.0, 9034.0, 9063.0, 9035.0, 9088.0, 9055.0, 9071.0, 9039.0, 9059.0, 9096.0, 9043.0, 9115.0, 9070.0, 9097.0, 9039.0, 9069.0, 9036.0, 9054.0, 9066.0, 9058.0, 9043.0, 9090.0, 9075.0, 9077.0, 9075.0, 9079.0, 9076.0, 9069.0, 9112.0, 9102.0, 9071.0, 9114.0, 9083.0, 9084.0, 9122.0, 9084.0, 9139.0, 9113.0, 9107.0, 9112.0, 9106.0, 9095.0, 9101.0, 9078.0, 9117.0, 9106.0, 9059.0, 9089.0, 9098.0, 9074.0, 9113.0, 9075.0, 9097.0, 9085.0, 9053.0, 9085.0, 9065.0, 9055.0, 9076.0, 9065.0, 9079.0, 9084.0, 9052.0, 9095.0, 9039.0, 9092.0, 9039.0, 9092.0, 9037.0, 9092.0, 9050.0, 9089.0, 9053.0, 9092.0, 9053.0, 9092.0, 9052.0, 9077.0, 9069.0, 9063.0, 9078.0, 9033.0, 9078.0, 9040.0, 9081.0, 9057.0, 9095.0, 9059.0, 9098.0, 9077.0, 9097.0, 9073.0, 9098.0, 9077.0, 9117.0, 9093.0, 9118.0, 9066.0, 9115.0, 9064.0, 9112.0, 9067.0, 9116.0, 9092.0, 9102.0, 9064.0, 9112.0, 9064.0, 9103.0, 9093.0, 9062.0, 9106.0, 9079.0, 9118.0, 9078.0, 9118.0, 9082.0, 9118.0, 9076.0, 9112.0, 9064.0, 9116.0, 9094.0, 9090.0, 9119.0, 9093.0, 9120.0, 9092.0, 9064.0, 9123.0, 9066.0, 9133.0, 9095.0, 9118.0, 9091.0, 9113.0, 9069.0, 9081.0, 9084.0, 9092.0, 9064.0, 9002.0, 9045.0, 9033.0, 9060.0, 9035.0, 9075.0, 9039.0, 9088.0, 9053.0, 9075.0, 9053.0, 9077.0, 9067.0, 9039.0, 9084.0, 9025.0, 9098.0, 9043.0, 9113.0, 9058.0, 9095.0, 9057.0, 9096.0, 9057.0, 9094.0, 9074.0, 9096.0, 9043.0, 9111.0, 9056.0, 9094.0, 9074.0, 9094.0, 9057.0, 9113.0, 9075.0, 9099.0, 9063.0, 9113.0, 9078.0, 9101.0, 9084.0, 9119.0, 9083.0, 9121.0, 9069.0, 9120.0, 9105.0, 9138.0, 9115.0, 9110.0, 9111.0, 9064.0, 9107.0, 9060.0, 9092.0, 9117.0, 9095.0, 9104.0, 9120.0, 9061.0, 9118.0, 9044.0, 9100.0, 9036.0, 9100.0, 9049.0, 9093.0, 9032.0, 9087.0, 9031.0, 9088.0, 9015.0, 9085.0, 9030.0, 9067.0, 9025.0, 9062.0, 9023.0, 9059.0, 9036.0, 9063.0, 9043.0, 9065.0, 9029.0, 9064.0, 9028.0, 9066.0, 9029.0, 9052.0, 9032.0, 9018.0, 9063.0, 9050.0, 9081.0, 9069.0, 9099.0, 9070.0, 9102.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.000937675489067894</td></tr>
<tr><td colspan=3>aqi</td><td>0.02019666766398159</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.16314157137098</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2650635915437767</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059908779377875</td></tr>
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
<tr><td colspan=3>fber</td><td>6199.1152</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0787335173554663</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.346589899147799</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2964919452473653</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5701259387234225</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.17315181347261</td></tr>
<tr><td colspan=3>gcor</td><td>0.0186015</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02323142997920513</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.00834047794342041</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.883319612599422</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>39.4237</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7475</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.5655</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308179.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>348.9315</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5544</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.3123</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3333.1941</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68365.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.9794</td></tr>
<tr><td colspan=3>tsnr</td><td>43.532262061489746</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>