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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-02_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-02_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-0086/ses-04/func/sub-0086_ses-04_task-social_acq-mb8_run-02_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>5cd876ca51b4b7e4c32d2eb42513cf8b</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:33:50.950000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</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-02_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.103713</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a0811fb-bd37-4f12-ae11-d41958d47fa6||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['163350.950000', '163351.410000', '163351.870000', '163352.330000', '163352.790000', '163353.250000', '163353.710000', '163354.170000', '163354.630000', '163355.090000', '163355.550000', '163356.010000', '163356.470000', '163356.930000', '163357.390000', '163357.850000', '163358.310000', '163358.770000', '163359.230000', '163359.690000', '163400.150000', '163400.610000', '163401.070000', '163401.530000', '163401.990000', '163402.450000', '163402.910000', '163403.370000', '163403.830000', '163404.290000', '163404.750000', '163405.210000', '163405.670000', '163406.130000', '163406.590000', '163407.050000', '163407.510000', '163407.970000', '163408.430000', '163408.890000', '163409.350000', '163409.810000', '163410.270000', '163410.730000', '163411.190000', '163411.650000', '163412.110000', '163412.570000', '163413.030000', '163413.490000', '163413.950000', '163414.410000', '163414.870000', '163415.330000', '163415.790000', '163416.250000', '163416.710000', '163417.170000', '163417.630000', '163418.090000', '163418.550000', '163419.010000', '163419.470000', '163419.930000', '163420.390000', '163420.850000', '163421.310000', '163421.770000', '163422.230000', '163422.690000', '163423.150000', '163423.610000', '163424.070000', '163424.530000', '163424.990000', '163425.450000', '163425.910000', '163426.370000', '163426.830000', '163427.290000', '163427.750000', '163428.210000', '163428.670000', '163429.130000', '163429.590000', '163430.050000', '163430.510000', '163430.970000', '163431.430000', '163431.890000', '163432.350000', '163432.810000', '163433.270000', '163433.730000', '163434.190000', '163434.650000', '163435.110000', '163435.570000', '163436.030000', '163436.490000', '163436.950000', '163437.410000', '163437.870000', '163438.330000', '163438.790000', '163439.250000', '163439.710000', '163440.170000', '163440.630000', '163441.090000', '163441.550000', '163442.010000', '163442.470000', '163442.930000', '163443.390000', '163443.850000', '163444.310000', '163444.770000', '163445.230000', '163445.690000', '163446.150000', '163446.610000', '163447.070000', '163447.530000', '163447.990000', '163448.450000', '163448.910000', '163449.370000', '163449.830000', '163450.290000', '163450.750000', '163451.210000', '163451.670000', '163452.130000', '163452.590000', '163453.050000', '163453.510000', '163453.970000', '163454.430000', '163454.890000', '163455.350000', '163455.810000', '163456.270000', '163456.730000', '163457.190000', '163457.650000', '163458.110000', '163458.570000', '163459.030000', '163459.490000', '163459.950000', '163500.410000', '163500.870000', '163501.330000', '163501.790000', '163502.250000', '163502.710000', '163503.170000', '163503.630000', '163504.090000', '163504.550000', '163505.010000', '163505.470000', '163505.930000', '163506.390000', '163506.850000', '163507.310000', '163507.770000', '163508.230000', '163508.690000', '163509.150000', '163509.610000', '163510.070000', '163510.530000', '163510.990000', '163511.450000', '163511.910000', '163512.370000', '163512.830000', '163513.290000', '163513.750000', '163514.210000', '163514.670000', '163515.130000', '163515.590000', '163516.050000', '163516.510000', '163516.970000', '163517.430000', '163517.890000', '163518.350000', '163518.810000', '163519.270000', '163519.730000', '163520.190000', '163520.650000', '163521.110000', '163521.570000', '163522.030000', '163522.490000', '163522.950000', '163523.410000', '163523.870000', '163524.330000', '163524.790000', '163525.250000', '163525.710000', '163526.170000', '163526.630000', '163527.090000', '163527.550000', '163528.010000', '163528.470000', '163528.930000', '163529.390000', '163529.850000', '163530.310000', '163530.770000', '163531.230000', '163531.690000', '163532.150000', '163532.610000', '163533.070000', '163533.530000', '163533.990000', '163534.450000', '163534.910000', '163535.370000', '163535.830000', '163536.290000', '163536.750000', '163537.210000', '163537.670000', '163538.130000', '163538.590000', '163539.050000', '163539.510000', '163539.970000', '163540.430000', '163540.890000', '163541.350000', '163541.810000', '163542.270000', '163542.730000', '163543.190000', '163543.650000', '163544.110000', '163544.570000', '163545.030000', '163545.490000', '163545.950000', '163546.410000', '163546.870000', '163547.330000', '163547.790000', '163548.250000', '163548.710000', '163549.170000', '163549.630000', '163550.090000', '163550.550000', '163551.010000', '163551.470000', '163551.930000', '163552.390000', '163552.850000', '163553.310000', '163553.770000', '163554.230000', '163554.690000', '163555.150000', '163555.610000', '163556.070000', '163556.530000', '163556.990000', '163557.450000', '163557.910000', '163558.370000', '163558.830000', '163559.290000', '163559.750000', '163600.210000', '163600.670000', '163601.130000', '163601.590000', '163602.050000', '163602.510000', '163602.970000', '163603.430000', '163603.890000', '163604.350000', '163604.810000', '163605.270000', '163605.730000', '163606.190000', '163606.650000', '163607.110000', '163607.570000', '163608.030000', '163608.490000', '163608.950000', '163609.410000', '163609.870000', '163610.330000', '163610.790000', '163611.250000', '163611.710000', '163612.170000', '163612.630000', '163613.090000', '163613.550000', '163614.010000', '163614.470000', '163614.930000', '163615.390000', '163615.850000', '163616.310000', '163616.770000', '163617.230000', '163617.690000', '163618.150000', '163618.610000', '163619.070000', '163619.530000', '163619.990000', '163620.450000', '163620.910000', '163621.370000', '163621.830000', '163622.290000', '163622.750000', '163623.210000', '163623.670000', '163624.130000', '163624.590000', '163625.050000', '163625.510000', '163625.970000', '163626.430000', '163626.890000', '163627.350000', '163627.810000', '163628.270000', '163628.730000', '163629.190000', '163629.650000', '163630.110000', '163630.570000', '163631.030000', '163631.490000', '163631.950000', '163632.410000', '163632.870000', '163633.330000', '163633.790000', '163634.250000', '163634.710000', '163635.170000', '163635.630000', '163636.090000', '163636.550000', '163637.010000', '163637.470000', '163637.930000', '163638.390000', '163638.850000', '163639.310000', '163639.770000', '163640.230000', '163640.690000', '163641.150000', '163641.610000', '163642.070000', '163642.530000', '163642.990000', '163643.450000', '163643.910000', '163644.370000', '163644.830000', '163645.290000', '163645.750000', '163646.210000', '163646.670000', '163647.130000', '163647.590000', '163648.050000', '163648.510000', '163648.970000', '163649.430000', '163649.890000', '163650.350000', '163650.810000', '163651.270000', '163651.730000', '163652.190000', '163652.650000', '163653.110000', '163653.570000', '163654.030000', '163654.490000', '163654.950000', '163655.410000', '163655.870000', '163656.330000', '163656.790000', '163657.250000', '163657.710000', '163658.170000', '163658.630000', '163659.090000', '163659.550000', '163700.010000', '163700.470000', '163700.930000', '163701.390000', '163701.850000', '163702.310000', '163702.770000', '163703.230000', '163703.690000', '163704.150000', '163704.610000', '163705.070000', '163705.530000', '163705.990000', '163706.450000', '163706.910000', '163707.370000', '163707.830000', '163708.290000', '163708.750000', '163709.210000', '163709.670000', '163710.130000', '163710.590000', '163711.050000', '163711.510000', '163711.970000', '163712.430000', '163712.890000', '163713.350000', '163713.810000', '163714.270000', '163714.730000', '163715.190000', '163715.650000', '163716.110000', '163716.570000', '163717.030000', '163717.490000', '163717.950000', '163718.410000', '163718.870000', '163719.330000', '163719.790000', '163720.250000', '163720.710000', '163721.170000', '163721.630000', '163722.090000', '163722.550000', '163723.010000', '163723.470000', '163723.930000', '163724.390000', '163724.850000', '163725.310000', '163725.770000', '163726.230000', '163726.690000', '163727.150000', '163727.610000', '163728.070000', '163728.530000', '163728.990000', '163729.450000', '163729.910000', '163730.370000', '163730.830000', '163731.290000', '163731.750000', '163732.210000', '163732.670000', '163733.130000', '163733.590000', '163734.050000', '163734.510000', '163734.970000', '163735.430000', '163735.890000', '163736.350000', '163736.810000', '163737.270000', '163737.730000', '163738.190000', '163738.650000', '163739.110000', '163739.570000', '163740.030000', '163740.490000', '163740.950000', '163741.410000', '163741.870000', '163742.330000', '163742.790000', '163743.250000', '163743.710000', '163744.170000', '163744.630000', '163745.090000', '163745.550000', '163746.010000', '163746.470000', '163746.930000', '163747.390000', '163747.850000', '163748.310000', '163748.770000', '163749.230000', '163749.690000', '163750.150000', '163750.610000', '163751.070000', '163751.530000', '163751.990000', '163752.450000', '163752.910000', '163753.370000', '163753.830000', '163754.290000', '163754.750000', '163755.210000', '163755.670000', '163756.130000', '163756.590000', '163757.050000', '163757.510000', '163757.970000', '163758.430000', '163758.890000', '163759.350000', '163759.810000', '163800.270000', '163800.730000', '163801.190000', '163801.650000', '163802.110000', '163802.570000', '163803.030000', '163803.490000', '163803.950000', '163804.410000', '163804.870000', '163805.330000', '163805.790000', '163806.250000', '163806.710000', '163807.170000', '163807.630000', '163808.090000', '163808.550000', '163809.010000', '163809.470000', '163809.930000', '163810.390000', '163810.850000', '163811.310000', '163811.770000', '163812.230000', '163812.690000', '163813.150000', '163813.610000', '163814.070000', '163814.530000', '163814.990000', '163815.450000', '163815.910000', '163816.370000', '163816.830000', '163817.290000', '163817.750000', '163818.210000', '163818.670000', '163819.130000', '163819.590000', '163820.050000', '163820.510000', '163820.970000', '163821.430000', '163821.890000', '163822.350000', '163822.810000', '163823.270000', '163823.730000', '163824.190000', '163824.650000', '163825.110000', '163825.570000', '163826.030000', '163826.490000', '163826.950000', '163827.410000', '163827.870000', '163828.330000', '163828.790000', '163829.250000', '163829.710000', '163830.170000', '163830.630000', '163831.090000', '163831.550000', '163832.010000', '163832.470000', '163832.930000', '163833.390000', '163833.850000', '163834.310000', '163834.770000', '163835.230000', '163835.690000', '163836.150000', '163836.610000', '163837.070000', '163837.530000', '163837.990000', '163838.450000', '163838.910000', '163839.370000', '163839.830000', '163840.290000', '163840.750000', '163841.210000', '163841.670000', '163842.130000', '163842.590000', '163843.050000', '163843.510000', '163843.970000', '163844.430000', '163844.890000', '163845.350000', '163845.810000', '163846.270000', '163846.730000', '163847.190000', '163847.650000', '163848.110000', '163848.570000', '163849.030000', '163849.490000', '163849.950000', '163850.410000', '163850.870000', '163851.330000', '163851.790000', '163852.250000', '163852.710000', '163853.170000', '163853.630000', '163854.090000', '163854.550000', '163855.010000', '163855.470000', '163855.930000', '163856.390000', '163856.850000', '163857.310000', '163857.770000', '163858.230000', '163858.690000', '163859.150000', '163859.610000', '163900.070000', '163900.530000', '163900.990000', '163901.450000', '163901.910000', '163902.370000', '163902.830000', '163903.290000', '163903.750000', '163904.210000', '163904.670000', '163905.130000', '163905.590000', '163906.050000', '163906.510000', '163906.970000', '163907.430000', '163907.890000', '163908.350000', '163908.810000', '163909.270000', '163909.730000', '163910.190000', '163910.650000', '163911.110000', '163911.570000', '163912.030000', '163912.490000', '163912.950000', '163913.410000', '163913.870000', '163914.330000', '163914.790000', '163915.250000', '163915.710000', '163916.170000', '163916.630000', '163917.090000', '163917.550000', '163918.010000', '163918.470000', '163918.930000', '163919.390000', '163919.850000', '163920.310000', '163920.770000', '163921.230000', '163921.690000', '163922.150000', '163922.610000', '163923.070000', '163923.530000', '163923.990000', '163924.450000', '163924.910000', '163925.370000', '163925.830000', '163926.290000', '163926.750000', '163927.210000', '163927.670000', '163928.130000', '163928.590000', '163929.050000', '163929.510000', '163929.970000', '163930.430000', '163930.890000', '163931.350000', '163931.810000', '163932.270000', '163932.730000', '163933.190000', '163933.650000', '163934.110000', '163934.570000', '163935.030000', '163935.490000', '163935.950000', '163936.410000', '163936.870000', '163937.330000', '163937.790000', '163938.250000', '163938.710000', '163939.170000', '163939.630000', '163940.090000', '163940.550000', '163941.010000', '163941.470000', '163941.930000', '163942.390000', '163942.850000', '163943.310000', '163943.770000', '163944.230000', '163944.690000', '163945.150000', '163945.610000', '163946.070000', '163946.530000', '163946.990000', '163947.450000', '163947.910000', '163948.370000', '163948.830000', '163949.290000', '163949.750000', '163950.210000', '163950.670000', '163951.130000', '163951.590000', '163952.050000', '163952.510000', '163952.970000', '163953.430000', '163953.890000', '163954.350000', '163954.810000', '163955.270000', '163955.730000', '163956.190000', '163956.650000', '163957.110000', '163957.570000', '163958.030000', '163958.490000', '163958.950000', '163959.410000', '163959.870000', '164000.330000', '164000.790000', '164001.250000', '164001.710000', '164002.170000', '164002.630000', '164003.090000', '164003.550000', '164004.010000', '164004.470000', '164004.930000', '164005.390000', '164005.850000', '164006.310000', '164006.770000', '164007.230000', '164007.690000', '164008.150000', '164008.610000', '164009.070000', '164009.530000', '164009.990000', '164010.450000', '164010.910000', '164011.370000', '164011.830000', '164012.290000', '164012.750000', '164013.210000', '164013.670000', '164014.130000', '164014.590000', '164015.050000', '164015.510000', '164015.970000', '164016.430000', '164016.890000', '164017.350000', '164017.810000', '164018.270000', '164018.730000', '164019.190000', '164019.650000', '164020.110000', '164020.570000', '164021.030000', '164021.490000', '164021.950000', '164022.410000', '164022.870000', '164023.330000', '164023.790000', '164024.250000', '164024.710000', '164025.170000', '164025.630000', '164026.090000', '164026.550000', '164027.010000', '164027.470000', '164027.930000', '164028.390000', '164028.850000', '164029.310000', '164029.770000', '164030.230000', '164030.690000', '164031.150000', '164031.610000'], 'ContentTime': ['163408.493000', '163408.496000', '163408.499000', '163408.502000', '163408.512000', '163408.514000', '163408.517000', '163408.519000', '163408.522000', '163408.524000', '163408.527000', '163408.530000', '163408.532000', '163408.535000', '163408.537000', '163408.540000', '163408.542000', '163408.545000', '163408.548000', '163408.550000', '163408.553000', '163408.555000', '163408.558000', '163408.560000', '163408.563000', '163408.566000', '163408.568000', '163408.571000', '163408.573000', '163408.576000', '163408.578000', '163408.581000', '163408.584000', '163408.586000', '163408.589000', '163408.591000', '163428.446000', '163428.449000', '163428.452000', '163428.455000', '163428.457000', '163428.460000', '163428.462000', '163428.465000', '163428.468000', '163428.470000', '163428.473000', '163428.475000', '163428.478000', '163428.481000', '163428.484000', '163428.486000', '163428.489000', '163428.492000', '163428.494000', '163428.497000', '163428.499000', '163428.502000', '163428.504000', '163428.507000', '163428.510000', '163428.512000', '163428.515000', '163428.517000', '163428.520000', '163428.522000', '163428.525000', '163428.528000', '163428.530000', '163428.533000', '163428.536000', '163428.538000', '163428.541000', '163428.544000', '163428.546000', '163428.549000', '163428.551000', '163428.554000', '163428.556000', '163448.445000', '163448.448000', '163448.452000', '163448.455000', '163448.457000', '163448.460000', '163448.462000', '163448.465000', '163448.467000', '163448.470000', '163448.472000', '163448.475000', '163448.478000', '163448.480000', '163448.483000', '163448.485000', '163448.488000', '163448.490000', '163448.493000', '163448.496000', '163448.498000', '163448.501000', '163448.503000', '163448.506000', '163448.508000', '163448.511000', '163448.514000', '163448.516000', '163448.519000', '163448.521000', '163448.524000', '163448.526000', '163448.552000', '163448.555000', '163448.557000', '163448.560000', '163448.563000', '163448.565000', '163448.568000', '163448.570000', '163448.573000', '163448.575000', '163448.578000', '163448.581000', '163508.446000', '163508.449000', '163508.452000', '163508.454000', '163508.457000', '163508.460000', '163508.462000', '163508.465000', '163508.467000', '163508.470000', '163508.472000', '163508.476000', '163508.479000', '163508.482000', '163508.485000', '163508.487000', '163508.490000', '163508.492000', '163508.495000', '163508.498000', '163508.500000', '163508.503000', '163508.506000', '163508.508000', '163508.511000', '163508.513000', '163508.516000', '163508.518000', '163508.521000', '163508.524000', '163508.526000', '163508.529000', '163508.532000', '163508.534000', '163508.537000', '163508.539000', '163508.542000', '163508.545000', '163508.547000', '163508.550000', '163508.552000', '163508.555000', '163508.557000', '163528.446000', '163528.449000', '163528.452000', '163528.463000', '163528.465000', '163528.468000', '163528.471000', '163528.473000', '163528.476000', '163528.478000', '163528.481000', '163528.484000', '163528.486000', '163528.489000', '163528.491000', '163528.494000', '163528.496000', '163528.499000', '163528.502000', '163528.504000', '163528.507000', '163528.509000', '163528.512000', '163528.515000', '163528.517000', '163528.520000', '163528.523000', '163528.525000', '163528.528000', '163528.530000', '163528.533000', '163528.536000', '163528.538000', '163528.541000', '163528.544000', '163528.546000', '163528.549000', '163528.551000', '163528.554000', '163528.556000', '163528.559000', '163528.562000', '163528.564000', '163528.567000', '163548.446000', '163548.449000', '163548.452000', '163548.454000', '163548.457000', '163548.460000', '163548.462000', '163548.465000', '163548.467000', '163548.470000', '163548.472000', '163548.475000', '163548.478000', '163548.481000', '163548.484000', '163548.487000', '163548.490000', '163548.492000', '163548.495000', '163548.498000', '163548.500000', '163548.503000', '163548.505000', '163548.508000', '163548.511000', '163548.513000', '163548.516000', '163548.518000', '163548.521000', '163548.525000', '163548.528000', '163548.530000', '163548.533000', '163548.535000', '163548.538000', '163548.541000', '163548.543000', '163548.546000', '163548.548000', '163548.551000', '163548.553000', '163548.556000', '163548.559000', '163608.446000', '163608.449000', '163608.452000', '163608.455000', '163608.457000', '163608.460000', '163608.462000', '163608.465000', '163608.468000', '163608.470000', '163608.473000', '163608.475000', '163608.478000', '163608.481000', '163608.483000', '163608.486000', '163608.488000', '163608.491000', '163608.494000', '163608.496000', '163608.499000', '163608.501000', '163608.504000', '163608.507000', '163608.509000', '163608.512000', '163608.514000', '163608.517000', '163608.520000', '163608.522000', '163608.525000', '163608.528000', '163608.530000', '163608.533000', '163608.535000', '163608.538000', '163608.541000', '163608.543000', '163608.546000', '163608.548000', '163608.551000', '163608.554000', '163608.556000', '163608.559000', '163628.447000', '163628.450000', '163628.452000', '163628.455000', '163628.457000', '163628.460000', '163628.463000', '163628.465000', '163628.468000', '163628.470000', '163628.473000', '163628.476000', '163628.478000', '163628.481000', '163628.483000', '163628.486000', '163628.489000', '163628.492000', '163628.495000', '163628.497000', '163628.500000', '163628.502000', '163628.505000', '163628.508000', '163628.510000', '163628.513000', '163628.515000', '163628.518000', '163628.521000', '163628.523000', '163628.526000', '163628.528000', '163628.531000', '163628.534000', '163628.536000', '163628.539000', '163628.541000', '163628.544000', '163628.546000', '163628.549000', '163628.552000', '163628.554000', '163628.557000', '163648.446000', '163648.449000', '163648.452000', '163648.454000', '163648.457000', '163648.460000', '163648.462000', '163648.465000', '163648.467000', '163648.470000', '163648.472000', '163648.475000', '163648.478000', '163648.480000', '163648.483000', '163648.485000', '163648.488000', '163648.491000', '163648.493000', '163648.496000', '163648.498000', '163648.501000', '163648.503000', '163648.506000', '163648.509000', '163648.511000', '163648.514000', '163648.516000', '163648.519000', '163648.522000', '163648.524000', '163648.527000', '163648.529000', '163648.532000', '163648.534000', '163648.537000', '163648.540000', '163648.542000', '163648.545000', '163648.547000', '163648.550000', '163648.552000', '163648.585000', '163648.588000', '163708.445000', '163708.448000', '163708.451000', '163708.453000', '163708.456000', '163708.459000', '163708.461000', '163708.464000', '163708.466000', '163708.469000', '163708.472000', '163708.474000', '163708.477000', '163708.479000', '163708.482000', '163708.485000', '163708.487000', '163708.490000', '163708.492000', '163708.495000', '163708.498000', '163708.500000', '163708.503000', '163708.506000', '163708.509000', '163708.512000', '163708.515000', '163708.517000', '163708.520000', '163708.523000', '163708.525000', '163708.528000', '163708.530000', '163708.533000', '163708.536000', '163708.538000', '163708.541000', '163708.543000', '163708.546000', '163708.548000', '163708.551000', '163708.554000', '163708.556000', '163728.447000', '163728.449000', '163728.452000', '163728.455000', '163728.457000', '163728.460000', '163728.462000', '163728.465000', '163728.468000', '163728.470000', '163728.473000', '163728.475000', '163728.478000', '163728.481000', '163728.483000', '163728.486000', '163728.488000', '163728.491000', '163728.494000', '163728.496000', '163728.499000', '163728.501000', '163728.504000', '163728.506000', '163728.509000', '163728.512000', '163728.514000', '163728.517000', '163728.519000', '163728.522000', '163728.525000', '163728.527000', '163728.530000', '163728.533000', '163728.535000', '163728.538000', '163728.541000', '163728.543000', '163728.546000', '163728.549000', '163728.551000', '163728.554000', '163728.556000', '163728.559000', '163748.446000', '163748.449000', '163748.452000', '163748.454000', '163748.457000', '163748.460000', '163748.462000', '163748.465000', '163748.468000', '163748.470000', '163748.473000', '163748.475000', '163748.478000', '163748.481000', '163748.483000', '163748.486000', '163748.488000', '163748.491000', '163748.494000', '163748.496000', '163748.499000', '163748.501000', '163748.504000', '163748.507000', '163748.509000', '163748.512000', '163748.515000', '163748.517000', '163748.520000', '163748.523000', '163748.526000', '163748.528000', '163748.531000', '163748.534000', '163748.536000', '163748.539000', '163748.541000', '163748.544000', '163748.546000', '163748.549000', '163748.552000', '163748.554000', '163748.557000', '163808.446000', '163808.449000', '163808.452000', '163808.455000', '163808.457000', '163808.460000', '163808.462000', '163808.465000', '163808.467000', '163808.470000', '163808.473000', '163808.475000', '163808.478000', '163808.480000', '163808.483000', '163808.486000', '163808.488000', '163808.491000', '163808.493000', '163808.496000', '163808.498000', '163808.501000', '163808.504000', '163808.506000', '163808.509000', '163808.511000', '163808.514000', '163808.517000', '163808.519000', '163808.522000', '163808.524000', '163808.527000', '163808.530000', '163808.532000', '163808.535000', '163808.537000', '163808.540000', '163808.543000', '163808.545000', '163808.548000', '163808.550000', '163808.553000', '163808.556000', '163808.558000', '163828.446000', '163828.449000', '163828.452000', '163828.455000', '163828.457000', '163828.460000', '163828.462000', '163828.465000', '163828.467000', '163828.470000', '163828.473000', '163828.475000', '163828.478000', '163828.480000', '163828.483000', '163828.486000', '163828.488000', '163828.491000', '163828.493000', '163828.496000', '163828.499000', '163828.501000', '163828.504000', '163828.528000', '163828.531000', '163828.533000', '163828.536000', '163828.539000', '163828.541000', '163828.544000', '163828.546000', '163828.549000', '163828.552000', '163828.554000', '163828.557000', '163828.559000', '163828.562000', '163828.565000', '163828.567000', '163828.570000', '163828.573000', '163828.576000', '163828.579000', '163848.447000', '163848.449000', '163848.452000', '163848.455000', '163848.457000', '163848.460000', '163848.463000', '163848.465000', '163848.468000', '163848.471000', '163848.473000', '163848.476000', '163848.478000', '163848.481000', '163848.483000', '163848.486000', '163848.489000', '163848.491000', '163848.494000', '163848.496000', '163848.499000', '163848.502000', '163848.504000', '163848.507000', '163848.509000', '163848.512000', '163848.515000', '163848.517000', '163848.520000', '163848.522000', '163848.525000', '163848.528000', '163848.530000', '163848.533000', '163848.536000', '163848.538000', '163848.541000', '163848.544000', '163848.546000', '163848.549000', '163848.551000', '163848.554000', '163848.557000', '163848.559000', '163908.447000', '163908.449000', '163908.452000', '163908.455000', '163908.457000', '163908.460000', '163908.462000', '163908.465000', '163908.468000', '163908.470000', '163908.473000', '163908.475000', '163908.478000', '163908.481000', '163908.483000', '163908.486000', '163908.489000', '163908.491000', '163908.494000', '163908.496000', '163908.499000', '163908.502000', '163908.504000', '163908.507000', '163908.510000', '163908.512000', '163908.515000', '163908.517000', '163908.520000', '163908.523000', '163908.525000', '163908.528000', '163908.531000', '163908.533000', '163908.536000', '163908.539000', '163908.541000', '163908.544000', '163908.547000', '163908.549000', '163908.552000', '163908.554000', '163908.558000', '163928.445000', '163928.448000', '163928.451000', '163928.454000', '163928.457000', '163928.459000', '163928.462000', '163928.465000', '163928.467000', '163928.470000', '163928.472000', '163928.475000', '163928.478000', '163928.480000', '163928.483000', '163928.486000', '163928.488000', '163928.491000', '163928.493000', '163928.496000', '163928.499000', '163928.501000', '163928.504000', '163928.506000', '163928.509000', '163928.512000', '163928.514000', '163928.517000', '163928.519000', '163928.522000', '163928.525000', '163928.527000', '163928.530000', '163928.533000', '163928.535000', '163928.538000', '163928.541000', '163928.543000', '163928.546000', '163928.548000', '163928.551000', '163928.553000', '163928.556000', '163928.559000', '163948.446000', '163948.449000', '163948.452000', '163948.454000', '163948.457000', '163948.460000', '163948.462000', '163948.465000', '163948.468000', '163948.470000', '163948.473000', '163948.475000', '163948.478000', '163948.481000', '163948.484000', '163948.486000', '163948.489000', '163948.491000', '163948.494000', '163948.497000', '163948.499000', '163948.503000', '163948.506000', '163948.508000', '163948.511000', '163948.514000', '163948.516000', '163948.519000', '163948.521000', '163948.524000', '163948.527000', '163948.529000', '163948.532000', '163948.534000', '163948.549000', '163948.552000', '163948.554000', '163948.557000', '163948.560000', '163948.562000', '163948.565000', '163948.567000', '163948.570000', '164008.447000', '164008.449000', '164008.452000', '164008.455000', '164008.457000', '164008.460000', '164008.462000', '164008.465000', '164008.468000', '164008.470000', '164008.473000', '164008.476000', '164008.478000', '164008.481000', '164008.483000', '164008.486000', '164008.488000', '164008.491000', '164008.494000', '164008.496000', '164008.499000', '164008.501000', '164008.504000', '164008.507000', '164008.509000', '164008.512000', '164008.514000', '164008.517000', '164008.520000', '164008.522000', '164008.525000', '164008.527000', '164008.530000', '164008.533000', '164008.535000', '164008.538000', '164008.540000', '164008.543000', '164008.546000', '164008.548000', '164008.551000', '164008.553000', '164008.556000', '164008.558000', '164028.446000', '164028.449000', '164028.452000', '164028.455000', '164028.457000', '164028.460000', '164028.462000', '164028.465000', '164028.468000', '164028.470000', '164028.473000', '164028.475000', '164028.478000', '164028.480000', '164028.483000', '164028.486000', '164028.488000', '164028.491000', '164028.493000', '164028.496000', '164028.499000', '164028.501000', '164028.504000', '164028.506000', '164028.509000', '164028.512000', '164028.514000', '164028.517000', '164028.519000', '164028.522000', '164028.525000', '164028.527000', '164028.530000', '164028.533000', '164028.535000', '164028.538000', '164028.540000', '164028.543000', '164028.546000', '164028.548000', '164028.551000', '164028.553000', '164028.556000', '164032.731000', '164032.734000', '164032.737000', '164032.740000', '164032.743000', '164032.746000', '164032.749000', '164032.752000', '164032.755000', '164032.757000'], 'InstanceCreationTime': ['163408.493000', '163408.496000', '163408.499000', '163408.502000', '163408.512000', '163408.514000', '163408.517000', '163408.519000', '163408.522000', '163408.524000', '163408.527000', '163408.530000', '163408.532000', '163408.535000', '163408.537000', '163408.540000', '163408.542000', '163408.545000', '163408.548000', '163408.550000', '163408.553000', '163408.555000', '163408.558000', '163408.560000', '163408.563000', '163408.566000', '163408.568000', '163408.571000', '163408.573000', '163408.576000', '163408.578000', '163408.581000', '163408.584000', '163408.586000', '163408.589000', '163408.591000', '163428.446000', '163428.449000', '163428.452000', '163428.455000', '163428.457000', '163428.460000', '163428.462000', '163428.465000', '163428.468000', '163428.470000', '163428.473000', '163428.475000', '163428.478000', '163428.481000', '163428.484000', '163428.486000', '163428.489000', '163428.492000', '163428.494000', '163428.497000', '163428.499000', '163428.502000', '163428.504000', '163428.507000', '163428.510000', '163428.512000', '163428.515000', '163428.517000', '163428.520000', '163428.522000', '163428.525000', '163428.528000', '163428.530000', '163428.533000', '163428.536000', '163428.538000', '163428.541000', '163428.544000', '163428.546000', '163428.549000', '163428.551000', '163428.554000', '163428.556000', '163448.445000', '163448.448000', '163448.452000', '163448.455000', '163448.457000', '163448.460000', '163448.462000', '163448.465000', '163448.467000', '163448.470000', '163448.472000', '163448.475000', '163448.478000', '163448.480000', '163448.483000', '163448.485000', '163448.488000', '163448.490000', '163448.493000', '163448.496000', '163448.498000', '163448.501000', '163448.503000', '163448.506000', '163448.508000', '163448.511000', '163448.514000', '163448.516000', '163448.519000', '163448.521000', '163448.524000', '163448.526000', '163448.552000', '163448.555000', '163448.557000', '163448.560000', '163448.563000', '163448.565000', '163448.568000', '163448.570000', '163448.573000', '163448.575000', '163448.578000', '163448.581000', '163508.446000', '163508.449000', '163508.452000', '163508.454000', '163508.457000', '163508.460000', '163508.462000', '163508.465000', '163508.467000', '163508.470000', '163508.472000', '163508.476000', '163508.479000', '163508.482000', '163508.485000', '163508.487000', '163508.490000', '163508.492000', '163508.495000', '163508.498000', '163508.500000', '163508.503000', '163508.506000', '163508.508000', '163508.511000', '163508.513000', '163508.516000', '163508.518000', '163508.521000', '163508.524000', '163508.526000', '163508.529000', '163508.532000', '163508.534000', '163508.537000', '163508.539000', '163508.542000', '163508.545000', '163508.547000', '163508.550000', '163508.552000', '163508.555000', '163508.557000', '163528.446000', '163528.449000', '163528.452000', '163528.463000', '163528.465000', '163528.468000', '163528.471000', '163528.473000', '163528.476000', '163528.478000', '163528.481000', '163528.484000', '163528.486000', '163528.489000', '163528.491000', '163528.494000', '163528.496000', '163528.499000', '163528.502000', '163528.504000', '163528.507000', '163528.509000', '163528.512000', '163528.515000', '163528.517000', '163528.520000', '163528.523000', '163528.525000', '163528.528000', '163528.530000', '163528.533000', '163528.536000', '163528.538000', '163528.541000', '163528.544000', '163528.546000', '163528.549000', '163528.551000', '163528.554000', '163528.556000', '163528.559000', '163528.562000', '163528.564000', '163528.567000', '163548.446000', '163548.449000', '163548.452000', '163548.454000', '163548.457000', '163548.460000', '163548.462000', '163548.465000', '163548.467000', '163548.470000', '163548.472000', '163548.475000', '163548.478000', '163548.481000', '163548.484000', '163548.487000', '163548.490000', '163548.492000', '163548.495000', '163548.498000', '163548.500000', '163548.503000', '163548.505000', '163548.508000', '163548.511000', '163548.513000', '163548.516000', '163548.518000', '163548.521000', '163548.525000', '163548.528000', '163548.530000', '163548.533000', '163548.535000', '163548.538000', '163548.541000', '163548.543000', '163548.546000', '163548.548000', '163548.551000', '163548.553000', '163548.556000', '163548.559000', '163608.446000', '163608.449000', '163608.452000', '163608.455000', '163608.457000', '163608.460000', '163608.462000', '163608.465000', '163608.468000', '163608.470000', '163608.473000', '163608.475000', '163608.478000', '163608.481000', '163608.483000', '163608.486000', '163608.488000', '163608.491000', '163608.494000', '163608.496000', '163608.499000', '163608.501000', '163608.504000', '163608.507000', '163608.509000', '163608.512000', '163608.514000', '163608.517000', '163608.520000', '163608.522000', '163608.525000', '163608.528000', '163608.530000', '163608.533000', '163608.535000', '163608.538000', '163608.541000', '163608.543000', '163608.546000', '163608.548000', '163608.551000', '163608.554000', '163608.556000', '163608.559000', '163628.447000', '163628.450000', '163628.452000', '163628.455000', '163628.457000', '163628.460000', '163628.463000', '163628.465000', '163628.468000', '163628.470000', '163628.473000', '163628.476000', '163628.478000', '163628.481000', '163628.483000', '163628.486000', '163628.489000', '163628.492000', '163628.495000', '163628.497000', '163628.500000', '163628.502000', '163628.505000', '163628.508000', '163628.510000', '163628.513000', '163628.515000', '163628.518000', '163628.521000', '163628.523000', '163628.526000', '163628.528000', '163628.531000', '163628.534000', '163628.536000', '163628.539000', '163628.541000', '163628.544000', '163628.546000', '163628.549000', '163628.552000', '163628.554000', '163628.557000', '163648.446000', '163648.449000', '163648.452000', '163648.454000', '163648.457000', '163648.460000', '163648.462000', '163648.465000', '163648.467000', '163648.470000', '163648.472000', '163648.475000', '163648.478000', '163648.480000', '163648.483000', '163648.485000', '163648.488000', '163648.491000', '163648.493000', '163648.496000', '163648.498000', '163648.501000', '163648.503000', '163648.506000', '163648.509000', '163648.511000', '163648.514000', '163648.516000', '163648.519000', '163648.522000', '163648.524000', '163648.527000', '163648.529000', '163648.532000', '163648.534000', '163648.537000', '163648.540000', '163648.542000', '163648.545000', '163648.547000', '163648.550000', '163648.552000', '163648.585000', '163648.588000', '163708.445000', '163708.448000', '163708.451000', '163708.453000', '163708.456000', '163708.459000', '163708.461000', '163708.464000', '163708.466000', '163708.469000', '163708.472000', '163708.474000', '163708.477000', '163708.479000', '163708.482000', '163708.485000', '163708.487000', '163708.490000', '163708.492000', '163708.495000', '163708.498000', '163708.500000', '163708.503000', '163708.506000', '163708.509000', '163708.512000', '163708.515000', '163708.517000', '163708.520000', '163708.523000', '163708.525000', '163708.528000', '163708.530000', '163708.533000', '163708.536000', '163708.538000', '163708.541000', '163708.543000', '163708.546000', '163708.548000', '163708.551000', '163708.554000', '163708.556000', '163728.447000', '163728.449000', '163728.452000', '163728.455000', '163728.457000', '163728.460000', '163728.462000', '163728.465000', '163728.468000', '163728.470000', '163728.473000', '163728.475000', '163728.478000', '163728.481000', '163728.483000', '163728.486000', '163728.488000', '163728.491000', '163728.494000', '163728.496000', '163728.499000', '163728.501000', '163728.504000', '163728.506000', '163728.509000', '163728.512000', '163728.514000', '163728.517000', '163728.519000', '163728.522000', '163728.525000', '163728.527000', '163728.530000', '163728.533000', '163728.535000', '163728.538000', '163728.541000', '163728.543000', '163728.546000', '163728.549000', '163728.551000', '163728.554000', '163728.556000', '163728.559000', '163748.446000', '163748.449000', '163748.452000', '163748.454000', '163748.457000', '163748.460000', '163748.462000', '163748.465000', '163748.468000', '163748.470000', '163748.473000', '163748.475000', '163748.478000', '163748.481000', '163748.483000', '163748.486000', '163748.488000', '163748.491000', '163748.494000', '163748.496000', '163748.499000', '163748.501000', '163748.504000', '163748.507000', '163748.509000', '163748.512000', '163748.515000', '163748.517000', '163748.520000', '163748.523000', '163748.526000', '163748.528000', '163748.531000', '163748.534000', '163748.536000', '163748.539000', '163748.541000', '163748.544000', '163748.546000', '163748.549000', '163748.552000', '163748.554000', '163748.557000', '163808.446000', '163808.449000', '163808.452000', '163808.455000', '163808.457000', '163808.460000', '163808.462000', '163808.465000', '163808.467000', '163808.470000', '163808.473000', '163808.475000', '163808.478000', '163808.480000', '163808.483000', '163808.486000', '163808.488000', '163808.491000', '163808.493000', '163808.496000', '163808.498000', '163808.501000', '163808.504000', '163808.506000', '163808.509000', '163808.511000', '163808.514000', '163808.517000', '163808.519000', '163808.522000', '163808.524000', '163808.527000', '163808.530000', '163808.532000', '163808.535000', '163808.537000', '163808.540000', '163808.543000', '163808.545000', '163808.548000', '163808.550000', '163808.553000', '163808.556000', '163808.558000', '163828.446000', '163828.449000', '163828.452000', '163828.455000', '163828.457000', '163828.460000', '163828.462000', '163828.465000', '163828.467000', '163828.470000', '163828.473000', '163828.475000', '163828.478000', '163828.480000', '163828.483000', '163828.486000', '163828.488000', '163828.491000', '163828.493000', '163828.496000', '163828.499000', '163828.501000', '163828.504000', '163828.528000', '163828.531000', '163828.533000', '163828.536000', '163828.539000', '163828.541000', '163828.544000', '163828.546000', '163828.549000', '163828.552000', '163828.554000', '163828.557000', '163828.559000', '163828.562000', '163828.565000', '163828.567000', '163828.570000', '163828.573000', '163828.576000', '163828.579000', '163848.447000', '163848.449000', '163848.452000', '163848.455000', '163848.457000', '163848.460000', '163848.463000', '163848.465000', '163848.468000', '163848.471000', '163848.473000', '163848.476000', '163848.478000', '163848.481000', '163848.483000', '163848.486000', '163848.489000', '163848.491000', '163848.494000', '163848.496000', '163848.499000', '163848.502000', '163848.504000', '163848.507000', '163848.509000', '163848.512000', '163848.515000', '163848.517000', '163848.520000', '163848.522000', '163848.525000', '163848.528000', '163848.530000', '163848.533000', '163848.536000', '163848.538000', '163848.541000', '163848.544000', '163848.546000', '163848.549000', '163848.551000', '163848.554000', '163848.557000', '163848.559000', '163908.447000', '163908.449000', '163908.452000', '163908.455000', '163908.457000', '163908.460000', '163908.462000', '163908.465000', '163908.468000', '163908.470000', '163908.473000', '163908.475000', '163908.478000', '163908.481000', '163908.483000', '163908.486000', '163908.489000', '163908.491000', '163908.494000', '163908.496000', '163908.499000', '163908.502000', '163908.504000', '163908.507000', '163908.510000', '163908.512000', '163908.515000', '163908.517000', '163908.520000', '163908.523000', '163908.525000', '163908.528000', '163908.531000', '163908.533000', '163908.536000', '163908.539000', '163908.541000', '163908.544000', '163908.547000', '163908.549000', '163908.552000', '163908.554000', '163908.558000', '163928.445000', '163928.448000', '163928.451000', '163928.454000', '163928.457000', '163928.459000', '163928.462000', '163928.465000', '163928.467000', '163928.470000', '163928.472000', '163928.475000', '163928.478000', '163928.480000', '163928.483000', '163928.486000', '163928.488000', '163928.491000', '163928.493000', '163928.496000', '163928.499000', '163928.501000', '163928.504000', '163928.506000', '163928.509000', '163928.512000', '163928.514000', '163928.517000', '163928.519000', '163928.522000', '163928.525000', '163928.527000', '163928.530000', '163928.533000', '163928.535000', '163928.538000', '163928.541000', '163928.543000', '163928.546000', '163928.548000', '163928.551000', '163928.553000', '163928.556000', '163928.559000', '163948.446000', '163948.449000', '163948.452000', '163948.454000', '163948.457000', '163948.460000', '163948.462000', '163948.465000', '163948.468000', '163948.470000', '163948.473000', '163948.475000', '163948.478000', '163948.481000', '163948.484000', '163948.486000', '163948.489000', '163948.491000', '163948.494000', '163948.497000', '163948.499000', '163948.503000', '163948.506000', '163948.508000', '163948.511000', '163948.514000', '163948.516000', '163948.519000', '163948.521000', '163948.524000', '163948.527000', '163948.529000', '163948.532000', '163948.534000', '163948.549000', '163948.552000', '163948.554000', '163948.557000', '163948.560000', '163948.562000', '163948.565000', '163948.567000', '163948.570000', '164008.447000', '164008.449000', '164008.452000', '164008.455000', '164008.457000', '164008.460000', '164008.462000', '164008.465000', '164008.468000', '164008.470000', '164008.473000', '164008.476000', '164008.478000', '164008.481000', '164008.483000', '164008.486000', '164008.488000', '164008.491000', '164008.494000', '164008.496000', '164008.499000', '164008.501000', '164008.504000', '164008.507000', '164008.509000', '164008.512000', '164008.514000', '164008.517000', '164008.520000', '164008.522000', '164008.525000', '164008.527000', '164008.530000', '164008.533000', '164008.535000', '164008.538000', '164008.540000', '164008.543000', '164008.546000', '164008.548000', '164008.551000', '164008.553000', '164008.556000', '164008.558000', '164028.446000', '164028.449000', '164028.452000', '164028.455000', '164028.457000', '164028.460000', '164028.462000', '164028.465000', '164028.468000', '164028.470000', '164028.473000', '164028.475000', '164028.478000', '164028.480000', '164028.483000', '164028.486000', '164028.488000', '164028.491000', '164028.493000', '164028.496000', '164028.499000', '164028.501000', '164028.504000', '164028.506000', '164028.509000', '164028.512000', '164028.514000', '164028.517000', '164028.519000', '164028.522000', '164028.525000', '164028.527000', '164028.530000', '164028.533000', '164028.535000', '164028.538000', '164028.540000', '164028.543000', '164028.546000', '164028.548000', '164028.551000', '164028.553000', '164028.556000', '164032.731000', '164032.734000', '164032.737000', '164032.740000', '164032.743000', '164032.746000', '164032.749000', '164032.752000', '164032.755000', '164032.757000'], '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': [7837, 10882, 8023, 12458, 9359, 11620, 8964, 11093, 9342, 12140, 10280, 8464, 10727, 7020, 11152, 7604, 12410, 7735, 11435, 7784, 11385, 8621, 11210, 9139, 10547, 8721, 11247, 9195, 8847, 9703, 11822, 10238, 7382, 10606, 7638, 10315, 12151, 10537, 10841, 10103, 11884, 9900, 12035, 10004, 11745, 9700, 11924, 9929, 10050, 10949, 9123, 10444, 12106, 9647, 12137, 10038, 6984, 10011, 9722, 9928, 7015, 10905, 6881, 10522, 7830, 11166, 8557, 9743, 8735, 11057, 8835, 7969, 12150, 7751, 11264, 8711, 9184, 9775, 7513, 11148, 9178, 9387, 11845, 7902, 11794, 9170, 12026, 9781, 13001, 10366, 9501, 10023, 9015, 9729, 11630, 11674, 11864, 11639, 10936, 11389, 14625, 11187, 12072, 10430, 11485, 9924, 9212, 9558, 8152, 6889, 9307, 7863, 6528, 9657, 8940, 7491, 15797, 12392, 11780, 13454, 11153, 8711, 10347, 8678, 6978, 10684, 9087, 6895, 11246, 9557, 7698, 7818, 10051, 8316, 11351, 9775, 8423, 13031, 9437, 7583, 10392, 7209, 11787, 8655, 9908, 11117, 6709, 9001, 7754, 6812, 9544, 8496, 6945, 10865, 8588, 8114, 10674, 8481, 10543, 10682, 8620, 11945, 9294, 11806, 11445, 7907, 11173, 8519, 11998, 8829, 11492, 9374, 8366, 9662, 6619, 9376, 6706, 9522, 6838, 10833, 7153, 9788, 6800, 9397, 7207, 10574, 8469, 10536, 8046, 9374, 8895, 6952, 10627, 7086, 10959, 7784, 11696, 8893, 12064, 8770, 11294, 8147, 11199, 8761, 10505, 8327, 10995, 8227, 11257, 8979, 10001, 8492, 9566, 9249, 6622, 10109, 6932, 10102, 7490, 11500, 9063, 10221, 8789, 8463, 9946, 7415, 11223, 7229, 10636, 7954, 11630, 7368, 10337, 7170, 10362, 7130, 11182, 7230, 10455, 7290, 10610, 7331, 10871, 7400, 10116, 7360, 10704, 8101, 9785, 8471, 7674, 10232, 7387, 10010, 8032, 8139, 9986, 7809, 10918, 8621, 9965, 9554, 9013, 9802, 13196, 13754, 14396, 13101, 13869, 12331, 10372, 10435, 8881, 12420, 8529, 7909, 10809, 8722, 7677, 10222, 16019, 16397, 16164, 15182, 14249, 10187, 10218, 10791, 10086, 11254, 13747, 11714, 9764, 9949, 8626, 11200, 12900, 8169, 8852, 7444, 7890, 6928, 8720, 7316, 6726, 8799, 7805, 7077, 7931, 9546, 8123, 12179, 9359, 7972, 11601, 9212, 12423, 9011, 7618, 10333, 7795, 10985, 7877, 11212, 9006, 8335, 8974, 7160, 9963, 7125, 10578, 8553, 10596, 8318, 7017, 9409, 7150, 11216, 7941, 11483, 8593, 7787, 9395, 7498, 9957, 8190, 7592, 6532, 8313, 7594, 11248, 8292, 8835, 11416, 8665, 9184, 9993, 7269, 11266, 9011, 7200, 9940, 7822, 11414, 10173, 7983, 9747, 7422, 8813, 9144, 7337, 9924, 7553, 6801, 9433, 6929, 9454, 8126, 9159, 8412, 7124, 9694, 7708, 10481, 8513, 11618, 8222, 7529, 8884, 7599, 10499, 8270, 10181, 7675, 10263, 8043, 10347, 8908, 7083, 9189, 8076, 9855, 6929, 9370, 7331, 10673, 7278, 10061, 7986, 10190, 8552, 8034, 9777, 7891, 11078, 7782, 7341, 10038, 7563, 10160, 7496, 9619, 7810, 10528, 8154, 7131, 8857, 7136, 9318, 7779, 10500, 8054, 9999, 7821, 10349, 8477, 8001, 9054, 7456, 9334, 7420, 10487, 7497, 9990, 7519, 9423, 7847, 10193, 8316, 11023, 8181, 10546, 8956, 7164, 9323, 7333, 10014, 7712, 10642, 7712, 10358, 8041, 10591, 8768, 7967, 9280, 7161, 9599, 8173, 10417, 7716, 10244, 7846, 10548, 7742, 10144, 7538, 9080, 8357, 10001, 9444, 9231, 9941, 7294, 9735, 8918, 7887, 7787, 7793, 9850, 8290, 7714, 9944, 8215, 10169, 8188, 10034, 7650, 9772, 7595, 10023, 7426, 10018, 7686, 9803, 7250, 9484, 7541, 10116, 7258, 9629, 7298, 9381, 7623, 9764, 7434, 9431, 7607, 9719, 7430, 9213, 7381, 9207, 7824, 9380, 7323, 9230, 7718, 9984, 7390, 9749, 7173, 10033, 8035, 10376, 8340, 10971, 8687, 8074, 10057, 7616, 10059, 8089, 10538, 7596, 9853, 7579, 10995, 8072, 10064, 7381, 9995, 7513, 10466, 8208, 10611, 7977, 10448, 7729, 11128, 7997, 10296, 7763, 10545, 8311, 10081, 8501, 10415, 8619, 7994, 9192, 7228, 9617, 7479, 10036, 7936, 10281, 7840, 11088, 8761, 11093, 7724, 10480, 7236, 10422, 7843, 10044, 8637, 10077, 8530, 9167, 9302, 7558, 9933, 7859, 10925, 7883, 10486, 8168, 10540, 8506, 10738, 9595, 11101, 9378, 10779, 9950, 11722, 9834, 10523, 9808, 7165, 10289, 7431, 10109, 8604, 10551, 8135, 10391, 7166, 10017, 7154, 10117, 7170, 9561, 7546, 9671, 7349, 10076, 7612, 9867, 8025, 10384, 7908, 10610, 8252, 10358, 7591, 9982, 8647, 9737, 7552, 9279, 10268, 8803, 10886, 8588, 10528, 8657, 10604, 8246, 7691, 8862, 7394, 9382, 7489, 9484, 7546, 9879, 7695, 11262, 7876, 10247, 8191, 10129, 8162, 10472, 8399, 10493, 7964, 11728, 7513, 10187, 7489, 9588, 8002, 10947, 8929, 7403, 9666, 7381, 9404, 7824, 9680, 8226, 9687, 8529, 10887, 8543, 11453, 8749, 7429, 9350, 7856, 10873, 7320, 10071, 7762, 10696, 7796, 10105, 8540, 9820, 8757, 10177, 8278, 9264, 7762, 9994, 8350, 10114, 9534, 7845, 10303, 8883, 10886, 9633, 11345, 10167, 8871, 10398, 9389, 10419, 8660, 11126, 8521, 10458, 8592, 9982, 7678, 9740, 7254, 9069, 7299, 9452, 7073, 9498, 7097, 8989, 7895, 9410, 8493, 7825, 9836, 8054, 10363, 8762, 10833, 8834, 8306, 9667, 7769, 10229, 7657, 10118, 8066, 9942, 8424, 10340, 8459, 11086, 8732, 11241, 7975, 10195, 7859, 9758, 7806, 9740, 7637, 9482, 7715, 9628, 7537, 9416, 7646, 9081, 7559, 10072, 8244, 7486, 9018, 7342, 10313, 7724, 10559, 7924, 10983, 8140, 11342, 8361, 10618, 7859, 10492, 8076, 11171, 8234, 11016, 7895, 10452, 7760, 11135, 8114, 10935, 7596, 10488, 7501, 10794, 7824, 9673, 7732, 9460, 7898, 10143, 8806, 10252, 9506, 11739, 8654, 10983, 8635, 12999, 8348, 9589, 8520, 10001, 8288, 10074, 8175, 10451, 7824, 10751, 7867, 10781, 7459, 10833, 7713, 10586, 7587, 9490, 10326, 8975, 7506, 8927, 7152, 8812, 7655, 9195, 7487, 9809, 7123, 9941, 7662, 10304, 7990, 10434, 7781, 11021, 8042, 10706, 7702, 10289, 7985, 11074, 7694, 9927, 7283, 9839, 7594, 9245, 7158, 10093], 'WindowCenter': [4200.0, 4213.0, 4168.0, 4202.0, 4159.0, 4175.0, 4143.0, 4162.0, 4153.0, 4172.0, 4150.0, 4118.0, 4150.0, 4097.0, 4159.0, 4108.0, 4158.0, 4106.0, 4146.0, 4108.0, 4148.0, 4117.0, 4147.0, 4129.0, 4148.0, 4127.0, 4148.0, 4140.0, 4128.0, 4138.0, 4158.0, 4139.0, 4105.0, 4149.0, 4105.0, 4148.0, 4157.0, 4138.0, 4135.0, 4137.0, 4145.0, 4137.0, 4145.0, 4124.0, 4144.0, 4124.0, 4143.0, 4125.0, 4122.0, 4135.0, 4110.0, 4123.0, 4143.0, 4123.0, 4131.0, 4112.0, 4079.0, 4123.0, 4125.0, 4123.0, 4083.0, 4137.0, 4098.0, 4137.0, 4095.0, 4133.0, 4115.0, 4123.0, 4116.0, 4147.0, 4141.0, 4118.0, 4158.0, 4106.0, 4147.0, 4115.0, 4128.0, 4127.0, 4109.0, 4150.0, 4143.0, 4141.0, 4161.0, 4119.0, 4148.0, 4127.0, 4158.0, 4138.0, 4155.0, 4126.0, 4124.0, 4127.0, 4130.0, 4140.0, 4090.0, 3984.0, 4051.0, 4091.0, 3966.0, 4121.0, 3945.0, 4140.0, 4091.0, 4057.0, 4067.0, 4068.0, 4070.0, 4078.0, 4082.0, 4060.0, 4102.0, 4095.0, 4064.0, 4129.0, 4131.0, 4052.0, 4082.0, 4079.0, 4195.0, 4153.0, 4115.0, 4105.0, 4116.0, 4120.0, 4101.0, 4142.0, 4132.0, 4111.0, 4152.0, 4130.0, 4124.0, 4110.0, 4141.0, 4123.0, 4165.0, 4157.0, 4136.0, 4175.0, 4134.0, 4126.0, 4144.0, 4113.0, 4163.0, 4133.0, 4142.0, 4150.0, 4087.0, 4129.0, 4106.0, 4089.0, 4143.0, 4134.0, 4114.0, 4154.0, 4123.0, 4109.0, 4141.0, 4135.0, 4153.0, 4142.0, 4121.0, 4151.0, 4145.0, 4151.0, 4139.0, 4109.0, 4141.0, 4120.0, 4138.0, 4131.0, 4151.0, 4129.0, 4106.0, 4116.0, 4074.0, 4116.0, 4085.0, 4130.0, 4087.0, 4137.0, 4085.0, 4126.0, 4086.0, 4128.0, 4110.0, 4138.0, 4108.0, 4138.0, 4109.0, 4131.0, 4131.0, 4100.0, 4140.0, 4099.0, 4150.0, 4110.0, 4161.0, 4130.0, 4149.0, 4119.0, 4148.0, 4120.0, 4150.0, 4119.0, 4138.0, 4120.0, 4137.0, 4120.0, 4149.0, 4130.0, 4127.0, 4118.0, 4140.0, 4130.0, 4087.0, 4138.0, 4097.0, 4138.0, 4110.0, 4150.0, 4130.0, 4138.0, 4119.0, 4118.0, 4140.0, 4097.0, 4149.0, 4096.0, 4138.0, 4107.0, 4148.0, 4096.0, 4125.0, 4084.0, 4126.0, 4096.0, 4137.0, 4097.0, 4126.0, 4095.0, 4138.0, 4097.0, 4136.0, 4095.0, 4136.0, 4108.0, 4136.0, 4107.0, 4125.0, 4121.0, 4107.0, 4128.0, 4096.0, 4141.0, 4108.0, 4109.0, 4141.0, 4110.0, 4152.0, 4130.0, 4140.0, 4155.0, 4142.0, 4068.0, 3954.0, 4026.0, 4170.0, 4103.0, 3973.0, 4140.0, 4079.0, 4089.0, 4068.0, 4098.0, 4069.0, 4057.0, 4099.0, 4078.0, 4072.0, 4104.0, 4137.0, 4128.0, 4117.0, 4073.0, 4134.0, 4101.0, 3967.0, 3833.0, 3991.0, 4096.0, 4035.0, 4026.0, 4010.0, 4028.0, 4018.0, 4051.0, 4085.0, 4043.0, 4055.0, 4047.0, 4069.0, 4072.0, 4094.0, 4085.0, 4076.0, 4107.0, 4098.0, 4099.0, 4109.0, 4129.0, 4110.0, 4139.0, 4120.0, 4110.0, 4141.0, 4121.0, 4137.0, 4105.0, 4084.0, 4115.0, 4084.0, 4115.0, 4083.0, 4113.0, 4093.0, 4079.0, 4091.0, 4071.0, 4102.0, 4073.0, 4112.0, 4091.0, 4112.0, 4094.0, 4072.0, 4114.0, 4084.0, 4123.0, 4094.0, 4123.0, 4106.0, 4109.0, 4131.0, 4100.0, 4129.0, 4108.0, 4093.0, 4061.0, 4098.0, 4095.0, 4135.0, 4107.0, 4105.0, 4125.0, 4107.0, 4119.0, 4143.0, 4114.0, 4153.0, 4120.0, 4099.0, 4129.0, 4097.0, 4127.0, 4129.0, 4097.0, 4116.0, 4099.0, 4121.0, 4131.0, 4098.0, 4127.0, 4109.0, 4074.0, 4115.0, 4099.0, 4130.0, 4109.0, 4118.0, 4121.0, 4100.0, 4130.0, 4123.0, 4153.0, 4120.0, 4148.0, 4106.0, 4095.0, 4117.0, 4107.0, 4138.0, 4106.0, 4126.0, 4095.0, 4127.0, 4108.0, 4127.0, 4117.0, 4085.0, 4116.0, 4095.0, 4131.0, 4084.0, 4103.0, 4081.0, 4113.0, 4070.0, 4102.0, 4081.0, 4125.0, 4107.0, 4096.0, 4114.0, 4093.0, 4122.0, 4095.0, 4095.0, 4115.0, 4093.0, 4124.0, 4083.0, 4116.0, 4097.0, 4124.0, 4093.0, 4071.0, 4104.0, 4083.0, 4116.0, 4096.0, 4126.0, 4093.0, 4125.0, 4095.0, 4126.0, 4106.0, 4094.0, 4115.0, 4082.0, 4115.0, 4095.0, 4137.0, 4083.0, 4113.0, 4082.0, 4114.0, 4094.0, 4123.0, 4106.0, 4134.0, 4105.0, 4125.0, 4102.0, 4082.0, 4102.0, 4081.0, 4124.0, 4092.0, 4123.0, 4091.0, 4112.0, 4093.0, 4121.0, 4102.0, 4091.0, 4112.0, 4070.0, 4112.0, 4091.0, 4122.0, 4078.0, 4111.0, 4092.0, 4111.0, 4082.0, 4099.0, 4066.0, 4074.0, 4076.0, 4096.0, 4112.0, 4100.0, 4098.0, 4068.0, 4086.0, 4087.0, 4090.0, 4078.0, 4092.0, 4125.0, 4104.0, 4093.0, 4115.0, 4104.0, 4113.0, 4091.0, 4099.0, 4077.0, 4113.0, 4079.0, 4110.0, 4070.0, 4099.0, 4077.0, 4097.0, 4069.0, 4099.0, 4078.0, 4108.0, 4082.0, 4111.0, 4083.0, 4101.0, 4081.0, 4112.0, 4081.0, 4112.0, 4092.0, 4112.0, 4080.0, 4101.0, 4093.0, 4114.0, 4094.0, 4125.0, 4096.0, 4126.0, 4106.0, 4127.0, 4095.0, 4125.0, 4097.0, 4127.0, 4106.0, 4126.0, 4106.0, 4136.0, 4117.0, 4105.0, 4126.0, 4095.0, 4125.0, 4093.0, 4113.0, 4080.0, 4112.0, 4081.0, 4122.0, 4080.0, 4112.0, 4081.0, 4110.0, 4081.0, 4112.0, 4091.0, 4122.0, 4092.0, 4122.0, 4080.0, 4122.0, 4091.0, 4109.0, 4079.0, 4122.0, 4091.0, 4110.0, 4101.0, 4135.0, 4116.0, 4093.0, 4113.0, 4082.0, 4114.0, 4095.0, 4125.0, 4107.0, 4125.0, 4106.0, 4135.0, 4104.0, 4135.0, 4092.0, 4122.0, 4083.0, 4123.0, 4091.0, 4111.0, 4103.0, 4124.0, 4115.0, 4113.0, 4115.0, 4093.0, 4125.0, 4094.0, 4123.0, 4092.0, 4124.0, 4092.0, 4123.0, 4103.0, 4122.0, 4112.0, 4122.0, 4102.0, 4120.0, 4112.0, 4120.0, 4113.0, 4121.0, 4112.0, 4070.0, 4110.0, 4081.0, 4124.0, 4102.0, 4123.0, 4081.0, 4123.0, 4081.0, 4111.0, 4068.0, 4111.0, 4082.0, 4111.0, 4081.0, 4112.0, 4080.0, 4123.0, 4092.0, 4113.0, 4090.0, 4111.0, 4090.0, 4122.0, 4090.0, 4112.0, 4079.0, 4111.0, 4089.0, 4112.0, 4079.0, 4100.0, 4110.0, 4103.0, 4122.0, 4102.0, 4122.0, 4103.0, 4136.0, 4116.0, 4094.0, 4116.0, 4094.0, 4128.0, 4109.0, 4128.0, 4094.0, 4113.0, 4093.0, 4134.0, 4093.0, 4123.0, 4104.0, 4124.0, 4104.0, 4124.0, 4092.0, 4112.0, 4095.0, 4133.0, 4081.0, 4122.0, 4081.0, 4111.0, 4092.0, 4133.0, 4115.0, 4095.0, 4126.0, 4096.0, 4126.0, 4108.0, 4128.0, 4120.0, 4128.0, 4133.0, 4138.0, 4119.0, 4161.0, 4117.0, 4095.0, 4115.0, 4106.0, 4149.0, 4094.0, 4114.0, 4093.0, 4124.0, 4095.0, 4126.0, 4115.0, 4114.0, 4104.0, 4125.0, 4107.0, 4103.0, 4082.0, 4101.0, 4092.0, 4111.0, 4102.0, 4091.0, 4124.0, 4116.0, 4124.0, 4102.0, 4132.0, 4112.0, 4101.0, 4111.0, 4099.0, 4109.0, 4087.0, 4108.0, 4089.0, 4109.0, 4088.0, 4099.0, 4078.0, 4099.0, 4067.0, 4088.0, 4080.0, 4111.0, 4069.0, 4101.0, 4070.0, 4090.0, 4091.0, 4101.0, 4102.0, 4095.0, 4126.0, 4107.0, 4138.0, 4120.0, 4136.0, 4130.0, 4106.0, 4127.0, 4095.0, 4126.0, 4095.0, 4126.0, 4105.0, 4125.0, 4119.0, 4126.0, 4120.0, 4137.0, 4106.0, 4134.0, 4105.0, 4125.0, 4106.0, 4126.0, 4095.0, 4125.0, 4096.0, 4127.0, 4108.0, 4127.0, 4108.0, 4116.0, 4106.0, 4128.0, 4108.0, 4140.0, 4132.0, 4109.0, 4128.0, 4108.0, 4140.0, 4107.0, 4151.0, 4122.0, 4137.0, 4108.0, 4138.0, 4106.0, 4137.0, 4107.0, 4136.0, 4107.0, 4148.0, 4106.0, 4136.0, 4095.0, 4125.0, 4096.0, 4136.0, 4095.0, 4125.0, 4094.0, 4126.0, 4095.0, 4137.0, 4106.0, 4127.0, 4108.0, 4126.0, 4118.0, 4150.0, 4130.0, 4137.0, 4140.0, 4147.0, 4117.0, 4136.0, 4118.0, 4133.0, 4107.0, 4126.0, 4117.0, 4127.0, 4106.0, 4125.0, 4105.0, 4125.0, 4094.0, 4135.0, 4094.0, 4134.0, 4083.0, 4125.0, 4081.0, 4112.0, 4079.0, 4111.0, 4122.0, 4103.0, 4082.0, 4102.0, 4081.0, 4115.0, 4096.0, 4114.0, 4083.0, 4124.0, 4083.0, 4124.0, 4094.0, 4124.0, 4104.0, 4124.0, 4095.0, 4124.0, 4093.0, 4124.0, 4081.0, 4112.0, 4091.0, 4121.0, 4079.0, 4110.0, 4068.0, 4111.0, 4081.0, 4100.0, 4069.0, 4110.0], 'WindowWidth': [9367.0, 9364.0, 9293.0, 9323.0, 9257.0, 9269.0, 9222.0, 9247.0, 9237.0, 9257.0, 9225.0, 9180.0, 9222.0, 9149.0, 9235.0, 9164.0, 9230.0, 9158.0, 9212.0, 9165.0, 9217.0, 9176.0, 9215.0, 9194.0, 9217.0, 9191.0, 9217.0, 9213.0, 9193.0, 9206.0, 9232.0, 9207.0, 9158.0, 9219.0, 9157.0, 9218.0, 9230.0, 9204.0, 9195.0, 9201.0, 9209.0, 9202.0, 9210.0, 9179.0, 9204.0, 9178.0, 9203.0, 9182.0, 9173.0, 9194.0, 9155.0, 9175.0, 9205.0, 9175.0, 9182.0, 9158.0, 9112.0, 9174.0, 9181.0, 9177.0, 9123.0, 9202.0, 9152.0, 9199.0, 9141.0, 9186.0, 9170.0, 9177.0, 9170.0, 9213.0, 9213.0, 9179.0, 9229.0, 9156.0, 9211.0, 9167.0, 9186.0, 9185.0, 9167.0, 9223.0, 9218.0, 9213.0, 9236.0, 9178.0, 9214.0, 9185.0, 9229.0, 9203.0, 9222.0, 9182.0, 9176.0, 9182.0, 9198.0, 9212.0, 9105.0, 8903.0, 9056.0, 9114.0, 8873.0, 9169.0, 8820.0, 9209.0, 9106.0, 9049.0, 9062.0, 9067.0, 9077.0, 9089.0, 9109.0, 9076.0, 9136.0, 9135.0, 9094.0, 9188.0, 9198.0, 9056.0, 9071.0, 9078.0, 9308.0, 9220.0, 9155.0, 9145.0, 9161.0, 9176.0, 9152.0, 9210.0, 9197.0, 9169.0, 9222.0, 9189.0, 9192.0, 9168.0, 9207.0, 9186.0, 9247.0, 9239.0, 9210.0, 9259.0, 9202.0, 9196.0, 9214.0, 9173.0, 9242.0, 9207.0, 9212.0, 9220.0, 9131.0, 9189.0, 9156.0, 9137.0, 9213.0, 9202.0, 9178.0, 9229.0, 9183.0, 9160.0, 9205.0, 9204.0, 9226.0, 9210.0, 9179.0, 9220.0, 9221.0, 9220.0, 9200.0, 9161.0, 9204.0, 9177.0, 9197.0, 9193.0, 9221.0, 9188.0, 9151.0, 9162.0, 9106.0, 9164.0, 9122.0, 9190.0, 9130.0, 9195.0, 9124.0, 9179.0, 9126.0, 9186.0, 9166.0, 9199.0, 9160.0, 9199.0, 9163.0, 9196.0, 9197.0, 9152.0, 9207.0, 9151.0, 9219.0, 9167.0, 9236.0, 9192.0, 9217.0, 9178.0, 9213.0, 9180.0, 9219.0, 9178.0, 9201.0, 9178.0, 9198.0, 9179.0, 9215.0, 9194.0, 9185.0, 9172.0, 9206.0, 9193.0, 9131.0, 9201.0, 9144.0, 9199.0, 9169.0, 9218.0, 9193.0, 9202.0, 9178.0, 9176.0, 9207.0, 9147.0, 9216.0, 9141.0, 9201.0, 9160.0, 9213.0, 9143.0, 9179.0, 9123.0, 9182.0, 9142.0, 9199.0, 9147.0, 9180.0, 9141.0, 9201.0, 9145.0, 9195.0, 9139.0, 9194.0, 9165.0, 9195.0, 9158.0, 9179.0, 9184.0, 9159.0, 9185.0, 9142.0, 9209.0, 9161.0, 9163.0, 9208.0, 9166.0, 9227.0, 9194.0, 9206.0, 9239.0, 9218.0, 9068.0, 8840.0, 8997.0, 9262.0, 9126.0, 8879.0, 9197.0, 9092.0, 9104.0, 9072.0, 9116.0, 9081.0, 9061.0, 9122.0, 9093.0, 9089.0, 9132.0, 9182.0, 9171.0, 9146.0, 9062.0, 9178.0, 9131.0, 8874.0, 8603.0, 8934.0, 9123.0, 8989.0, 8978.0, 8954.0, 8988.0, 8979.0, 9029.0, 9086.0, 9031.0, 9050.0, 9043.0, 9081.0, 9094.0, 9128.0, 9117.0, 9107.0, 9149.0, 9140.0, 9144.0, 9155.0, 9184.0, 9158.0, 9198.0, 9173.0, 9160.0, 9203.0, 9174.0, 9186.0, 9143.0, 9115.0, 9156.0, 9114.0, 9158.0, 9113.0, 9151.0, 9124.0, 9102.0, 9119.0, 9094.0, 9136.0, 9101.0, 9152.0, 9121.0, 9149.0, 9129.0, 9098.0, 9159.0, 9118.0, 9168.0, 9133.0, 9168.0, 9152.0, 9164.0, 9198.0, 9152.0, 9186.0, 9159.0, 9129.0, 9084.0, 9136.0, 9132.0, 9184.0, 9150.0, 9143.0, 9170.0, 9148.0, 9168.0, 9210.0, 9174.0, 9222.0, 9175.0, 9143.0, 9183.0, 9139.0, 9176.0, 9183.0, 9139.0, 9161.0, 9144.0, 9179.0, 9193.0, 9143.0, 9179.0, 9160.0, 9104.0, 9160.0, 9150.0, 9189.0, 9160.0, 9171.0, 9179.0, 9152.0, 9189.0, 9188.0, 9226.0, 9177.0, 9210.0, 9153.0, 9137.0, 9170.0, 9157.0, 9197.0, 9153.0, 9178.0, 9139.0, 9183.0, 9161.0, 9184.0, 9169.0, 9124.0, 9165.0, 9136.0, 9194.0, 9118.0, 9140.0, 9109.0, 9152.0, 9091.0, 9136.0, 9108.0, 9173.0, 9155.0, 9137.0, 9159.0, 9129.0, 9166.0, 9135.0, 9137.0, 9162.0, 9130.0, 9171.0, 9117.0, 9166.0, 9144.0, 9174.0, 9131.0, 9098.0, 9146.0, 9118.0, 9167.0, 9140.0, 9178.0, 9132.0, 9176.0, 9138.0, 9182.0, 9156.0, 9135.0, 9163.0, 9116.0, 9165.0, 9139.0, 9197.0, 9117.0, 9156.0, 9115.0, 9160.0, 9134.0, 9171.0, 9156.0, 9189.0, 9150.0, 9177.0, 9145.0, 9115.0, 9143.0, 9116.0, 9175.0, 9130.0, 9171.0, 9127.0, 9156.0, 9134.0, 9165.0, 9141.0, 9128.0, 9156.0, 9099.0, 9157.0, 9126.0, 9169.0, 9105.0, 9154.0, 9129.0, 9153.0, 9116.0, 9129.0, 9078.0, 9087.0, 9093.0, 9121.0, 9153.0, 9134.0, 9127.0, 9086.0, 9105.0, 9110.0, 9122.0, 9104.0, 9128.0, 9176.0, 9147.0, 9131.0, 9163.0, 9147.0, 9158.0, 9123.0, 9132.0, 9101.0, 9156.0, 9107.0, 9149.0, 9095.0, 9131.0, 9100.0, 9126.0, 9093.0, 9133.0, 9104.0, 9142.0, 9117.0, 9152.0, 9119.0, 9139.0, 9111.0, 9155.0, 9114.0, 9156.0, 9130.0, 9155.0, 9111.0, 9137.0, 9134.0, 9161.0, 9136.0, 9180.0, 9144.0, 9183.0, 9158.0, 9181.0, 9138.0, 9179.0, 9147.0, 9184.0, 9155.0, 9180.0, 9155.0, 9196.0, 9171.0, 9151.0, 9181.0, 9137.0, 9178.0, 9132.0, 9157.0, 9111.0, 9155.0, 9115.0, 9170.0, 9109.0, 9153.0, 9114.0, 9150.0, 9115.0, 9155.0, 9124.0, 9168.0, 9129.0, 9170.0, 9109.0, 9168.0, 9125.0, 9144.0, 9108.0, 9167.0, 9125.0, 9148.0, 9139.0, 9192.0, 9170.0, 9131.0, 9158.0, 9118.0, 9162.0, 9140.0, 9180.0, 9156.0, 9177.0, 9154.0, 9189.0, 9147.0, 9190.0, 9129.0, 9167.0, 9121.0, 9170.0, 9128.0, 9153.0, 9145.0, 9176.0, 9165.0, 9158.0, 9165.0, 9132.0, 9178.0, 9136.0, 9172.0, 9129.0, 9175.0, 9129.0, 9171.0, 9143.0, 9167.0, 9153.0, 9168.0, 9142.0, 9163.0, 9155.0, 9164.0, 9156.0, 9166.0, 9157.0, 9097.0, 9150.0, 9112.0, 9174.0, 9144.0, 9171.0, 9110.0, 9172.0, 9113.0, 9150.0, 9092.0, 9153.0, 9115.0, 9151.0, 9112.0, 9155.0, 9111.0, 9172.0, 9131.0, 9157.0, 9124.0, 9153.0, 9125.0, 9168.0, 9122.0, 9154.0, 9107.0, 9153.0, 9121.0, 9153.0, 9105.0, 9134.0, 9148.0, 9144.0, 9168.0, 9143.0, 9167.0, 9145.0, 9194.0, 9168.0, 9135.0, 9167.0, 9138.0, 9188.0, 9168.0, 9188.0, 9136.0, 9159.0, 9130.0, 9187.0, 9132.0, 9172.0, 9147.0, 9175.0, 9147.0, 9173.0, 9128.0, 9155.0, 9137.0, 9182.0, 9114.0, 9169.0, 9114.0, 9152.0, 9129.0, 9185.0, 9167.0, 9140.0, 9182.0, 9143.0, 9184.0, 9162.0, 9190.0, 9182.0, 9189.0, 9205.0, 9201.0, 9177.0, 9238.0, 9170.0, 9138.0, 9166.0, 9156.0, 9217.0, 9135.0, 9161.0, 9132.0, 9175.0, 9138.0, 9179.0, 9166.0, 9162.0, 9147.0, 9177.0, 9155.0, 9144.0, 9113.0, 9133.0, 9125.0, 9149.0, 9139.0, 9125.0, 9173.0, 9166.0, 9174.0, 9140.0, 9183.0, 9155.0, 9137.0, 9153.0, 9132.0, 9144.0, 9112.0, 9140.0, 9118.0, 9147.0, 9114.0, 9130.0, 9102.0, 9131.0, 9086.0, 9113.0, 9110.0, 9150.0, 9092.0, 9137.0, 9092.0, 9120.0, 9123.0, 9139.0, 9143.0, 9136.0, 9180.0, 9156.0, 9200.0, 9179.0, 9194.0, 9194.0, 9156.0, 9185.0, 9137.0, 9179.0, 9140.0, 9181.0, 9149.0, 9178.0, 9178.0, 9180.0, 9180.0, 9198.0, 9153.0, 9188.0, 9152.0, 9177.0, 9156.0, 9179.0, 9137.0, 9176.0, 9140.0, 9185.0, 9162.0, 9184.0, 9159.0, 9165.0, 9157.0, 9187.0, 9162.0, 9208.0, 9201.0, 9167.0, 9189.0, 9162.0, 9204.0, 9159.0, 9223.0, 9186.0, 9200.0, 9163.0, 9200.0, 9155.0, 9198.0, 9156.0, 9193.0, 9159.0, 9214.0, 9155.0, 9192.0, 9137.0, 9177.0, 9143.0, 9193.0, 9137.0, 9176.0, 9135.0, 9178.0, 9140.0, 9198.0, 9155.0, 9184.0, 9163.0, 9184.0, 9178.0, 9224.0, 9195.0, 9198.0, 9208.0, 9210.0, 9170.0, 9193.0, 9173.0, 9180.0, 9157.0, 9183.0, 9171.0, 9183.0, 9156.0, 9180.0, 9152.0, 9178.0, 9138.0, 9191.0, 9136.0, 9190.0, 9122.0, 9179.0, 9115.0, 9154.0, 9108.0, 9151.0, 9168.0, 9146.0, 9115.0, 9141.0, 9113.0, 9165.0, 9140.0, 9164.0, 9119.0, 9176.0, 9120.0, 9177.0, 9138.0, 9177.0, 9150.0, 9174.0, 9138.0, 9175.0, 9131.0, 9172.0, 9113.0, 9157.0, 9126.0, 9165.0, 9106.0, 9148.0, 9093.0, 9153.0, 9113.0, 9138.0, 9094.0, 9150.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.023154555940023067</td></tr>
<tr><td colspan=3>aqi</td><td>0.10366805536332178</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.243710802067</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.091469081281756</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0279535975635112</td></tr>
<tr><td colspan=3>efc</td><td>0.499</td></tr>
<tr><td colspan=3>fber</td><td>5485.7437</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24607991023161388</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>218</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.1441753171857</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6847335496639513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.553569393663616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8954609309668315</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.605170324361407</td></tr>
<tr><td colspan=3>gcor</td><td>0.0306319</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012686633504927158</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04565533250570297</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.406962711467555</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>21.3598</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.6407</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8732</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292723.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>802.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.5619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0069</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.5739</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3297.9495</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1515.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4274.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.2749</td></tr>
<tr><td colspan=3>tsnr</td><td>19.665611281525344</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>