<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-04/func/sub-0089_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>203263fe281aa705104b6e569ca0e422</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:31:1.317500</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0973247</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>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb84b52e-f77f-4504-b31c-463f701a489a||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['163101.317500', '163101.777500', '163102.237500', '163102.697500', '163103.157500', '163103.617500', '163104.077500', '163104.537500', '163104.997500', '163105.457500', '163105.917500', '163106.377500', '163106.837500', '163107.297500', '163107.757500', '163108.217500', '163108.677500', '163109.137500', '163109.597500', '163110.057500', '163110.517500', '163110.977500', '163111.437500', '163111.897500', '163112.357500', '163112.817500', '163113.277500', '163113.737500', '163114.197500', '163114.657500', '163115.117500', '163115.577500', '163116.037500', '163116.497500', '163116.957500', '163117.417500', '163117.877500', '163118.337500', '163118.797500', '163119.257500', '163119.717500', '163120.177500', '163120.637500', '163121.097500', '163121.557500', '163122.017500', '163122.477500', '163122.937500', '163123.397500', '163123.857500', '163124.317500', '163124.777500', '163125.237500', '163125.697500', '163126.157500', '163126.617500', '163127.077500', '163127.537500', '163127.997500', '163128.457500', '163128.917500', '163129.377500', '163129.837500', '163130.297500', '163130.757500', '163131.217500', '163131.677500', '163132.137500', '163132.597500', '163133.057500', '163133.517500', '163133.977500', '163134.437500', '163134.897500', '163135.357500', '163135.817500', '163136.277500', '163136.737500', '163137.197500', '163137.657500', '163138.117500', '163138.577500', '163139.037500', '163139.497500', '163139.957500', '163140.417500', '163140.877500', '163141.337500', '163141.797500', '163142.257500', '163142.717500', '163143.177500', '163143.637500', '163144.097500', '163144.557500', '163145.017500', '163145.477500', '163145.937500', '163146.397500', '163146.857500', '163147.317500', '163147.777500', '163148.237500', '163148.697500', '163149.157500', '163149.617500', '163150.077500', '163150.537500', '163150.997500', '163151.457500', '163151.917500', '163152.377500', '163152.837500', '163153.297500', '163153.757500', '163154.217500', '163154.677500', '163155.137500', '163155.597500', '163156.057500', '163156.517500', '163156.977500', '163157.437500', '163157.897500', '163158.357500', '163158.817500', '163159.277500', '163159.737500', '163200.197500', '163200.657500', '163201.117500', '163201.577500', '163202.037500', '163202.497500', '163202.957500', '163203.417500', '163203.877500', '163204.337500', '163204.797500', '163205.257500', '163205.717500', '163206.177500', '163206.637500', '163207.097500', '163207.557500', '163208.017500', '163208.477500', '163208.937500', '163209.397500', '163209.857500', '163210.317500', '163210.777500', '163211.237500', '163211.697500', '163212.157500', '163212.617500', '163213.077500', '163213.537500', '163213.997500', '163214.457500', '163214.917500', '163215.377500', '163215.837500', '163216.297500', '163216.757500', '163217.217500', '163217.677500', '163218.137500', '163218.597500', '163219.057500', '163219.517500', '163219.977500', '163220.437500', '163220.897500', '163221.357500', '163221.817500', '163222.277500', '163222.737500', '163223.197500', '163223.657500', '163224.117500', '163224.577500', '163225.037500', '163225.497500', '163225.957500', '163226.417500', '163226.877500', '163227.337500', '163227.797500', '163228.257500', '163228.717500', '163229.177500', '163229.637500', '163230.097500', '163230.557500', '163231.017500', '163231.477500', '163231.937500', '163232.397500', '163232.857500', '163233.317500', '163233.777500', '163234.237500', '163234.697500', '163235.157500', '163235.617500', '163236.077500', '163236.537500', '163236.997500', '163237.457500', '163237.917500', '163238.377500', '163238.837500', '163239.297500', '163239.757500', '163240.217500', '163240.677500', '163241.137500', '163241.597500', '163242.057500', '163242.517500', '163242.977500', '163243.437500', '163243.897500', '163244.357500', '163244.817500', '163245.277500', '163245.737500', '163246.197500', '163246.657500', '163247.117500', '163247.577500', '163248.037500', '163248.497500', '163248.957500', '163249.417500', '163249.877500', '163250.337500', '163250.797500', '163251.257500', '163251.717500', '163252.177500', '163252.637500', '163253.097500', '163253.557500', '163254.017500', '163254.477500', '163254.937500', '163255.397500', '163255.857500', '163256.317500', '163256.777500', '163257.237500', '163257.697500', '163258.157500', '163258.617500', '163259.077500', '163259.537500', '163259.997500', '163300.457500', '163300.917500', '163301.377500', '163301.837500', '163302.297500', '163302.757500', '163303.217500', '163303.677500', '163304.137500', '163304.597500', '163305.057500', '163305.517500', '163305.977500', '163306.437500', '163306.897500', '163307.357500', '163307.817500', '163308.277500', '163308.737500', '163309.197500', '163309.657500', '163310.117500', '163310.577500', '163311.037500', '163311.497500', '163311.957500', '163312.417500', '163312.877500', '163313.337500', '163313.797500', '163314.257500', '163314.717500', '163315.177500', '163315.637500', '163316.097500', '163316.557500', '163317.017500', '163317.477500', '163317.937500', '163318.397500', '163318.857500', '163319.317500', '163319.777500', '163320.237500', '163320.697500', '163321.157500', '163321.617500', '163322.077500', '163322.537500', '163322.997500', '163323.457500', '163323.917500', '163324.377500', '163324.837500', '163325.297500', '163325.757500', '163326.217500', '163326.677500', '163327.137500', '163327.597500', '163328.057500', '163328.517500', '163328.977500', '163329.437500', '163329.897500', '163330.357500', '163330.817500', '163331.277500', '163331.737500', '163332.197500', '163332.657500', '163333.117500', '163333.577500', '163334.037500', '163334.497500', '163334.957500', '163335.417500', '163335.877500', '163336.337500', '163336.797500', '163337.257500', '163337.717500', '163338.177500', '163338.637500', '163339.097500', '163339.557500', '163340.017500', '163340.477500', '163340.937500', '163341.397500', '163341.857500', '163342.317500', '163342.777500', '163343.237500', '163343.697500', '163344.157500', '163344.617500', '163345.077500', '163345.537500', '163345.997500', '163346.457500', '163346.917500', '163347.377500', '163347.837500', '163348.297500', '163348.757500', '163349.217500', '163349.677500', '163350.137500', '163350.597500', '163351.057500', '163351.517500', '163351.977500', '163352.437500', '163352.897500', '163353.357500', '163353.817500', '163354.277500', '163354.737500', '163355.197500', '163355.657500', '163356.117500', '163356.577500', '163357.037500', '163357.497500', '163357.957500', '163358.417500', '163358.877500', '163359.337500', '163359.797500', '163400.257500', '163400.717500', '163401.177500', '163401.637500', '163402.097500', '163402.557500', '163403.017500', '163403.477500', '163403.937500', '163404.397500', '163404.857500', '163405.317500', '163405.777500', '163406.237500', '163406.697500', '163407.157500', '163407.617500', '163408.077500', '163408.537500', '163408.997500', '163409.457500', '163409.917500', '163410.377500', '163410.837500', '163411.297500', '163411.757500', '163412.217500', '163412.677500', '163413.137500', '163413.597500', '163414.057500', '163414.517500', '163414.977500', '163415.437500', '163415.897500', '163416.357500', '163416.817500', '163417.277500', '163417.737500', '163418.197500', '163418.657500', '163419.117500', '163419.577500', '163420.037500', '163420.497500', '163420.957500', '163421.417500', '163421.877500', '163422.337500', '163422.797500', '163423.257500', '163423.717500', '163424.177500', '163424.637500', '163425.097500', '163425.557500', '163426.017500', '163426.477500', '163426.937500', '163427.397500', '163427.857500', '163428.317500', '163428.777500', '163429.237500', '163429.697500', '163430.157500', '163430.617500', '163431.077500', '163431.537500', '163431.997500', '163432.457500', '163432.917500', '163433.377500', '163433.837500', '163434.297500', '163434.757500', '163435.217500', '163435.677500', '163436.137500', '163436.597500', '163437.057500', '163437.517500', '163437.977500', '163438.437500', '163438.897500', '163439.357500', '163439.817500', '163440.277500', '163440.737500', '163441.197500', '163441.657500', '163442.117500', '163442.577500', '163443.037500', '163443.497500', '163443.957500', '163444.417500', '163444.877500', '163445.337500', '163445.797500', '163446.257500', '163446.717500', '163447.177500', '163447.637500', '163448.097500', '163448.557500', '163449.017500', '163449.477500', '163449.937500', '163450.397500', '163450.857500', '163451.317500', '163451.777500', '163452.237500', '163452.697500', '163453.157500', '163453.617500', '163454.077500', '163454.537500', '163454.997500', '163455.457500', '163455.917500', '163456.377500', '163456.837500', '163457.297500', '163457.757500', '163458.217500', '163458.677500', '163459.137500', '163459.597500', '163500.057500', '163500.517500', '163500.977500', '163501.437500', '163501.897500', '163502.357500', '163502.817500', '163503.277500', '163503.737500', '163504.197500', '163504.657500', '163505.117500', '163505.577500', '163506.037500', '163506.497500', '163506.957500', '163507.417500', '163507.877500', '163508.337500', '163508.797500', '163509.257500', '163509.717500', '163510.177500', '163510.637500', '163511.097500', '163511.557500', '163512.017500', '163512.477500', '163512.937500', '163513.397500', '163513.857500', '163514.317500', '163514.777500', '163515.237500', '163515.697500', '163516.157500', '163516.617500', '163517.077500', '163517.537500', '163517.997500', '163518.457500', '163518.917500', '163519.377500', '163519.837500', '163520.297500', '163520.757500', '163521.217500', '163521.677500', '163522.137500', '163522.597500', '163523.057500', '163523.517500', '163523.977500', '163524.437500', '163524.897500', '163525.357500', '163525.817500', '163526.277500', '163526.737500', '163527.197500', '163527.657500', '163528.117500', '163528.577500', '163529.037500', '163529.497500', '163529.957500', '163530.417500', '163530.877500', '163531.337500', '163531.797500', '163532.257500', '163532.717500', '163533.177500', '163533.637500', '163534.097500', '163534.557500', '163535.017500', '163535.477500', '163535.937500', '163536.397500', '163536.857500', '163537.317500', '163537.777500', '163538.237500', '163538.697500', '163539.157500', '163539.617500', '163540.077500', '163540.537500', '163540.997500', '163541.457500', '163541.917500', '163542.377500', '163542.837500', '163543.297500', '163543.757500', '163544.217500', '163544.677500', '163545.137500', '163545.597500', '163546.057500', '163546.517500', '163546.977500', '163547.437500', '163547.897500', '163548.357500', '163548.817500', '163549.277500', '163549.737500', '163550.197500', '163550.657500', '163551.117500', '163551.577500', '163552.037500', '163552.497500', '163552.957500', '163553.417500', '163553.877500', '163554.337500', '163554.797500', '163555.257500', '163555.717500', '163556.177500', '163556.637500', '163557.097500', '163557.557500', '163558.017500', '163558.477500', '163558.937500', '163559.397500', '163559.857500', '163600.317500', '163600.777500', '163601.237500', '163601.697500', '163602.157500', '163602.617500', '163603.077500', '163603.537500', '163603.997500', '163604.457500', '163604.917500', '163605.377500', '163605.837500', '163606.297500', '163606.757500', '163607.217500', '163607.677500', '163608.137500', '163608.597500', '163609.057500', '163609.517500', '163609.977500', '163610.437500', '163610.897500', '163611.357500', '163611.817500', '163612.277500', '163612.737500', '163613.197500', '163613.657500', '163614.117500', '163614.577500', '163615.037500', '163615.497500', '163615.957500', '163616.417500', '163616.877500', '163617.337500', '163617.797500', '163618.257500', '163618.717500', '163619.177500', '163619.637500', '163620.097500', '163620.557500', '163621.017500', '163621.477500', '163621.937500', '163622.397500', '163622.857500', '163623.317500', '163623.777500', '163624.237500', '163624.697500', '163625.157500', '163625.617500', '163626.077500', '163626.537500', '163626.997500', '163627.457500', '163627.917500', '163628.377500', '163628.837500', '163629.297500', '163629.757500', '163630.217500', '163630.677500', '163631.137500', '163631.597500', '163632.057500', '163632.517500', '163632.977500', '163633.437500', '163633.897500', '163634.357500', '163634.817500', '163635.277500', '163635.737500', '163636.197500', '163636.657500', '163637.117500', '163637.577500', '163638.037500', '163638.497500', '163638.957500', '163639.417500', '163639.877500', '163640.337500', '163640.797500', '163641.257500', '163641.717500', '163642.177500', '163642.637500', '163643.097500', '163643.557500', '163644.017500', '163644.477500', '163644.937500', '163645.397500', '163645.857500', '163646.317500', '163646.777500', '163647.237500', '163647.697500', '163648.157500', '163648.617500', '163649.077500', '163649.537500', '163649.997500', '163650.457500', '163650.917500', '163651.377500', '163651.837500', '163652.297500', '163652.757500', '163653.217500', '163653.677500', '163654.137500', '163654.597500', '163655.057500', '163655.517500', '163655.977500', '163656.437500', '163656.897500', '163657.357500', '163657.817500', '163658.277500', '163658.737500', '163659.197500', '163659.657500', '163700.117500', '163700.577500', '163701.037500', '163701.497500', '163701.957500', '163702.417500', '163702.877500', '163703.337500', '163703.797500', '163704.257500', '163704.717500', '163705.177500', '163705.637500', '163706.097500', '163706.557500', '163707.017500', '163707.477500', '163707.937500', '163708.397500', '163708.857500', '163709.317500', '163709.777500', '163710.237500', '163710.697500', '163711.157500', '163711.617500', '163712.077500', '163712.537500', '163712.997500', '163713.457500', '163713.917500', '163714.377500', '163714.837500', '163715.297500', '163715.757500', '163716.217500', '163716.677500', '163717.137500', '163717.597500', '163718.057500', '163718.517500', '163718.977500', '163719.437500', '163719.897500', '163720.357500', '163720.817500', '163721.277500', '163721.737500', '163722.197500', '163722.657500', '163723.117500', '163723.577500', '163724.037500', '163724.497500', '163724.957500', '163725.417500', '163725.877500', '163726.337500', '163726.797500', '163727.257500', '163727.717500', '163728.177500', '163728.637500', '163729.097500', '163729.557500', '163730.017500', '163730.477500', '163730.937500', '163731.397500', '163731.857500', '163732.317500', '163732.777500', '163733.237500', '163733.697500', '163734.157500', '163734.617500', '163735.077500', '163735.537500', '163735.997500', '163736.457500', '163736.917500', '163737.377500', '163737.837500', '163738.297500', '163738.757500', '163739.217500', '163739.677500', '163740.137500', '163740.597500', '163741.057500', '163741.517500', '163741.977500'], 'ContentTime': ['163118.254000', '163118.258000', '163118.260000', '163118.263000', '163118.266000', '163118.274000', '163118.277000', '163118.279000', '163118.282000', '163118.284000', '163118.287000', '163118.289000', '163118.292000', '163118.295000', '163118.297000', '163118.300000', '163118.302000', '163118.305000', '163118.307000', '163118.310000', '163118.312000', '163118.315000', '163118.318000', '163118.320000', '163118.323000', '163118.325000', '163118.328000', '163118.330000', '163118.333000', '163118.335000', '163118.338000', '163118.340000', '163118.343000', '163118.346000', '163118.348000', '163138.209000', '163138.212000', '163138.215000', '163138.217000', '163138.220000', '163138.222000', '163138.227000', '163138.230000', '163138.233000', '163138.235000', '163138.238000', '163138.240000', '163138.243000', '163138.245000', '163138.248000', '163138.250000', '163138.253000', '163138.255000', '163138.258000', '163138.260000', '163138.263000', '163138.266000', '163138.268000', '163138.271000', '163138.273000', '163138.276000', '163138.279000', '163138.282000', '163138.285000', '163138.288000', '163138.290000', '163138.293000', '163138.295000', '163138.298000', '163138.300000', '163138.303000', '163138.305000', '163138.308000', '163138.311000', '163138.313000', '163138.316000', '163138.318000', '163138.321000', '163158.210000', '163158.213000', '163158.216000', '163158.218000', '163158.221000', '163158.223000', '163158.226000', '163158.229000', '163158.231000', '163158.234000', '163158.236000', '163158.239000', '163158.241000', '163158.244000', '163158.246000', '163158.249000', '163158.252000', '163158.261000', '163158.264000', '163158.270000', '163158.273000', '163158.275000', '163158.278000', '163158.280000', '163158.283000', '163158.286000', '163158.288000', '163158.291000', '163158.294000', '163158.296000', '163158.299000', '163158.301000', '163158.304000', '163158.307000', '163158.309000', '163158.312000', '163158.314000', '163158.317000', '163158.320000', '163158.322000', '163158.325000', '163158.327000', '163158.330000', '163158.332000', '163218.210000', '163218.214000', '163218.216000', '163218.219000', '163218.221000', '163218.224000', '163218.227000', '163218.229000', '163218.232000', '163218.235000', '163218.237000', '163218.240000', '163218.242000', '163218.245000', '163218.247000', '163218.250000', '163218.253000', '163218.255000', '163218.258000', '163218.260000', '163218.263000', '163218.266000', '163218.268000', '163218.271000', '163218.273000', '163218.276000', '163218.278000', '163218.281000', '163218.283000', '163218.286000', '163218.289000', '163218.292000', '163218.294000', '163218.297000', '163218.300000', '163218.302000', '163218.305000', '163218.307000', '163218.310000', '163218.313000', '163218.315000', '163218.318000', '163218.320000', '163238.210000', '163238.213000', '163238.217000', '163238.219000', '163238.222000', '163238.225000', '163238.227000', '163238.230000', '163238.233000', '163238.235000', '163238.238000', '163238.240000', '163238.243000', '163238.246000', '163238.248000', '163238.251000', '163238.253000', '163238.256000', '163238.258000', '163238.261000', '163238.264000', '163238.266000', '163238.269000', '163238.271000', '163238.274000', '163238.276000', '163238.279000', '163238.282000', '163238.284000', '163238.287000', '163238.289000', '163238.292000', '163238.323000', '163238.326000', '163238.328000', '163238.331000', '163238.333000', '163238.336000', '163238.339000', '163238.341000', '163238.344000', '163238.346000', '163238.349000', '163238.351000', '163258.210000', '163258.213000', '163258.216000', '163258.218000', '163258.221000', '163258.224000', '163258.226000', '163258.229000', '163258.232000', '163258.234000', '163258.237000', '163258.239000', '163258.242000', '163258.245000', '163258.247000', '163258.250000', '163258.252000', '163258.255000', '163258.258000', '163258.260000', '163258.263000', '163258.265000', '163258.268000', '163258.271000', '163258.273000', '163258.276000', '163258.279000', '163258.281000', '163258.284000', '163258.286000', '163258.289000', '163258.291000', '163258.294000', '163258.297000', '163258.299000', '163258.302000', '163258.305000', '163258.307000', '163258.310000', '163258.312000', '163258.315000', '163258.318000', '163258.320000', '163318.210000', '163318.213000', '163318.216000', '163318.219000', '163318.221000', '163318.224000', '163318.226000', '163318.229000', '163318.231000', '163318.235000', '163318.237000', '163318.240000', '163318.243000', '163318.245000', '163318.248000', '163318.251000', '163318.253000', '163318.256000', '163318.259000', '163318.261000', '163318.264000', '163318.266000', '163318.269000', '163318.272000', '163318.274000', '163318.277000', '163318.280000', '163318.282000', '163318.285000', '163318.288000', '163318.290000', '163318.293000', '163318.296000', '163318.298000', '163318.301000', '163318.303000', '163318.306000', '163318.309000', '163318.311000', '163318.314000', '163318.316000', '163318.319000', '163318.322000', '163318.324000', '163338.210000', '163338.213000', '163338.216000', '163338.218000', '163338.221000', '163338.224000', '163338.226000', '163338.229000', '163338.232000', '163338.234000', '163338.237000', '163338.239000', '163338.242000', '163338.245000', '163338.247000', '163338.250000', '163338.252000', '163338.255000', '163338.258000', '163338.260000', '163338.263000', '163338.266000', '163338.268000', '163338.271000', '163338.273000', '163338.276000', '163338.278000', '163338.281000', '163338.284000', '163338.286000', '163338.289000', '163338.292000', '163338.294000', '163338.297000', '163338.299000', '163338.302000', '163338.305000', '163338.307000', '163338.310000', '163338.312000', '163338.315000', '163338.318000', '163338.320000', '163358.210000', '163358.212000', '163358.215000', '163358.217000', '163358.220000', '163358.222000', '163358.225000', '163358.228000', '163358.230000', '163358.233000', '163358.235000', '163358.238000', '163358.240000', '163358.243000', '163358.246000', '163358.248000', '163358.251000', '163358.253000', '163358.256000', '163358.259000', '163358.261000', '163358.264000', '163358.266000', '163358.269000', '163358.272000', '163358.274000', '163358.277000', '163358.279000', '163358.282000', '163358.285000', '163358.287000', '163358.290000', '163358.293000', '163358.295000', '163358.298000', '163358.301000', '163358.303000', '163358.306000', '163358.308000', '163358.311000', '163358.314000', '163358.316000', '163358.319000', '163358.322000', '163418.210000', '163418.213000', '163418.216000', '163418.218000', '163418.221000', '163418.223000', '163418.226000', '163418.229000', '163418.231000', '163418.234000', '163418.236000', '163418.239000', '163418.241000', '163418.244000', '163418.247000', '163418.249000', '163418.252000', '163418.254000', '163418.257000', '163418.260000', '163418.262000', '163418.265000', '163418.267000', '163418.270000', '163418.272000', '163418.275000', '163418.277000', '163418.293000', '163418.296000', '163418.299000', '163418.301000', '163418.304000', '163418.306000', '163418.309000', '163418.311000', '163418.314000', '163418.317000', '163418.319000', '163418.322000', '163418.324000', '163418.327000', '163418.329000', '163418.332000', '163438.210000', '163438.213000', '163438.216000', '163438.218000', '163438.221000', '163438.224000', '163438.226000', '163438.229000', '163438.231000', '163438.234000', '163438.236000', '163438.239000', '163438.242000', '163438.244000', '163438.247000', '163438.250000', '163438.252000', '163438.255000', '163438.257000', '163438.260000', '163438.263000', '163438.266000', '163438.268000', '163438.271000', '163438.273000', '163438.276000', '163438.279000', '163438.281000', '163438.284000', '163438.287000', '163438.289000', '163438.292000', '163438.294000', '163438.297000', '163438.300000', '163438.303000', '163438.305000', '163438.308000', '163438.311000', '163438.313000', '163438.316000', '163438.319000', '163438.321000', '163438.324000', '163458.210000', '163458.213000', '163458.216000', '163458.218000', '163458.221000', '163458.224000', '163458.226000', '163458.229000', '163458.231000', '163458.234000', '163458.236000', '163458.239000', '163458.242000', '163458.244000', '163458.247000', '163458.250000', '163458.252000', '163458.255000', '163458.258000', '163458.260000', '163458.263000', '163458.265000', '163458.268000', '163458.271000', '163458.273000', '163458.276000', '163458.279000', '163458.281000', '163458.284000', '163458.286000', '163458.289000', '163458.291000', '163458.294000', '163458.297000', '163458.299000', '163458.302000', '163458.304000', '163458.307000', '163458.309000', '163458.312000', '163458.315000', '163458.317000', '163458.320000', '163518.211000', '163518.213000', '163518.216000', '163518.219000', '163518.221000', '163518.224000', '163518.226000', '163518.229000', '163518.232000', '163518.234000', '163518.237000', '163518.239000', '163518.242000', '163518.244000', '163518.247000', '163518.250000', '163518.252000', '163518.255000', '163518.257000', '163518.260000', '163518.263000', '163518.265000', '163518.268000', '163518.270000', '163518.273000', '163518.275000', '163518.278000', '163518.281000', '163518.283000', '163518.286000', '163518.288000', '163518.291000', '163518.293000', '163518.296000', '163518.299000', '163518.301000', '163518.304000', '163518.306000', '163518.309000', '163518.311000', '163518.314000', '163518.317000', '163518.319000', '163518.322000', '163538.210000', '163538.213000', '163538.216000', '163538.218000', '163538.221000', '163538.223000', '163538.226000', '163538.229000', '163538.231000', '163538.234000', '163538.237000', '163538.239000', '163538.242000', '163538.245000', '163538.247000', '163538.250000', '163538.252000', '163538.255000', '163538.258000', '163538.260000', '163538.263000', '163538.266000', '163538.268000', '163538.271000', '163538.273000', '163538.276000', '163538.279000', '163538.281000', '163538.284000', '163538.287000', '163538.289000', '163538.292000', '163538.294000', '163538.297000', '163538.299000', '163538.302000', '163538.304000', '163538.307000', '163538.323000', '163538.325000', '163538.328000', '163538.330000', '163538.333000', '163558.211000', '163558.213000', '163558.216000', '163558.218000', '163558.221000', '163558.224000', '163558.227000', '163558.230000', '163558.233000', '163558.235000', '163558.238000', '163558.241000', '163558.243000', '163558.246000', '163558.249000', '163558.251000', '163558.254000', '163558.257000', '163558.259000', '163558.262000', '163558.264000', '163558.267000', '163558.269000', '163558.272000', '163558.275000', '163558.277000', '163558.280000', '163558.282000', '163558.285000', '163558.288000', '163558.290000', '163558.293000', '163558.296000', '163558.298000', '163558.301000', '163558.304000', '163558.306000', '163558.309000', '163558.312000', '163558.314000', '163558.317000', '163558.320000', '163558.322000', '163558.325000', '163618.209000', '163618.212000', '163618.215000', '163618.217000', '163618.220000', '163618.223000', '163618.225000', '163618.228000', '163618.230000', '163618.233000', '163618.236000', '163618.238000', '163618.241000', '163618.243000', '163618.246000', '163618.248000', '163618.251000', '163618.253000', '163618.256000', '163618.259000', '163618.261000', '163618.264000', '163618.266000', '163618.269000', '163618.272000', '163618.274000', '163618.277000', '163618.279000', '163618.282000', '163618.284000', '163618.287000', '163618.289000', '163618.292000', '163618.295000', '163618.297000', '163618.300000', '163618.303000', '163618.305000', '163618.308000', '163618.311000', '163618.314000', '163618.316000', '163618.319000', '163638.210000', '163638.213000', '163638.216000', '163638.219000', '163638.221000', '163638.224000', '163638.227000', '163638.230000', '163638.232000', '163638.235000', '163638.237000', '163638.240000', '163638.243000', '163638.245000', '163638.248000', '163638.250000', '163638.253000', '163638.255000', '163638.258000', '163638.261000', '163638.263000', '163638.266000', '163638.268000', '163638.271000', '163638.274000', '163638.276000', '163638.279000', '163638.281000', '163638.284000', '163638.287000', '163638.289000', '163638.292000', '163638.295000', '163638.297000', '163638.300000', '163638.303000', '163638.305000', '163638.308000', '163638.311000', '163638.313000', '163638.316000', '163638.318000', '163638.321000', '163658.211000', '163658.213000', '163658.216000', '163658.219000', '163658.221000', '163658.224000', '163658.226000', '163658.229000', '163658.232000', '163658.234000', '163658.237000', '163658.241000', '163658.244000', '163658.246000', '163658.249000', '163658.251000', '163658.254000', '163658.256000', '163658.259000', '163658.262000', '163658.264000', '163658.267000', '163658.269000', '163658.272000', '163658.274000', '163658.277000', '163658.280000', '163658.282000', '163658.285000', '163658.287000', '163658.290000', '163658.293000', '163658.295000', '163658.298000', '163658.300000', '163658.303000', '163658.306000', '163658.308000', '163658.311000', '163658.314000', '163658.316000', '163658.319000', '163658.321000', '163658.324000', '163718.210000', '163718.213000', '163718.216000', '163718.219000', '163718.221000', '163718.224000', '163718.250000', '163718.253000', '163718.255000', '163718.258000', '163718.261000', '163718.265000', '163718.267000', '163718.270000', '163718.273000', '163718.275000', '163718.278000', '163718.280000', '163718.283000', '163718.286000', '163718.288000', '163718.291000', '163718.294000', '163718.296000', '163718.299000', '163718.302000', '163718.304000', '163718.307000', '163718.309000', '163718.312000', '163718.315000', '163718.317000', '163718.320000', '163718.323000', '163718.326000', '163718.328000', '163718.331000', '163718.333000', '163718.336000', '163718.339000', '163718.341000', '163718.344000', '163718.346000', '163738.211000', '163738.214000', '163738.216000', '163738.219000', '163738.221000', '163738.224000', '163738.227000', '163738.230000', '163738.232000', '163738.235000', '163738.238000', '163738.240000', '163738.243000', '163738.245000', '163738.248000', '163738.250000', '163738.253000', '163738.256000', '163738.258000', '163738.261000', '163738.263000', '163738.266000', '163738.269000', '163738.271000', '163738.274000', '163738.276000', '163738.279000', '163738.281000', '163738.284000', '163738.287000', '163738.289000', '163738.292000', '163738.295000', '163738.297000', '163738.300000', '163738.303000', '163738.305000', '163738.308000', '163738.310000', '163738.313000', '163738.316000', '163738.318000', '163738.321000', '163738.323000', '163743.039000', '163743.042000', '163743.045000', '163743.047000', '163743.050000', '163743.053000', '163743.056000', '163743.059000', '163743.061000', '163743.064000', '163743.067000'], 'InstanceCreationTime': ['163118.254000', '163118.258000', '163118.260000', '163118.263000', '163118.266000', '163118.274000', '163118.277000', '163118.279000', '163118.282000', '163118.284000', '163118.287000', '163118.289000', '163118.292000', '163118.295000', '163118.297000', '163118.300000', '163118.302000', '163118.305000', '163118.307000', '163118.310000', '163118.312000', '163118.315000', '163118.318000', '163118.320000', '163118.323000', '163118.325000', '163118.328000', '163118.330000', '163118.333000', '163118.335000', '163118.338000', '163118.340000', '163118.343000', '163118.346000', '163118.348000', '163138.209000', '163138.212000', '163138.215000', '163138.217000', '163138.220000', '163138.222000', '163138.227000', '163138.230000', '163138.233000', '163138.235000', '163138.238000', '163138.240000', '163138.243000', '163138.245000', '163138.248000', '163138.250000', '163138.253000', '163138.255000', '163138.258000', '163138.260000', '163138.263000', '163138.266000', '163138.268000', '163138.271000', '163138.273000', '163138.276000', '163138.279000', '163138.282000', '163138.285000', '163138.288000', '163138.290000', '163138.293000', '163138.295000', '163138.298000', '163138.300000', '163138.303000', '163138.305000', '163138.308000', '163138.311000', '163138.313000', '163138.316000', '163138.318000', '163138.321000', '163158.210000', '163158.213000', '163158.216000', '163158.218000', '163158.221000', '163158.223000', '163158.226000', '163158.229000', '163158.231000', '163158.234000', '163158.236000', '163158.239000', '163158.241000', '163158.244000', '163158.246000', '163158.249000', '163158.252000', '163158.261000', '163158.264000', '163158.270000', '163158.273000', '163158.275000', '163158.278000', '163158.280000', '163158.283000', '163158.286000', '163158.288000', '163158.291000', '163158.294000', '163158.296000', '163158.299000', '163158.301000', '163158.304000', '163158.307000', '163158.309000', '163158.312000', '163158.314000', '163158.317000', '163158.320000', '163158.322000', '163158.325000', '163158.327000', '163158.330000', '163158.332000', '163218.210000', '163218.214000', '163218.216000', '163218.219000', '163218.221000', '163218.224000', '163218.227000', '163218.229000', '163218.232000', '163218.235000', '163218.237000', '163218.240000', '163218.242000', '163218.245000', '163218.247000', '163218.250000', '163218.253000', '163218.255000', '163218.258000', '163218.260000', '163218.263000', '163218.266000', '163218.268000', '163218.271000', '163218.273000', '163218.276000', '163218.278000', '163218.281000', '163218.283000', '163218.286000', '163218.289000', '163218.292000', '163218.294000', '163218.297000', '163218.300000', '163218.302000', '163218.305000', '163218.307000', '163218.310000', '163218.313000', '163218.315000', '163218.318000', '163218.320000', '163238.210000', '163238.213000', '163238.217000', '163238.219000', '163238.222000', '163238.225000', '163238.227000', '163238.230000', '163238.233000', '163238.235000', '163238.238000', '163238.240000', '163238.243000', '163238.246000', '163238.248000', '163238.251000', '163238.253000', '163238.256000', '163238.258000', '163238.261000', '163238.264000', '163238.266000', '163238.269000', '163238.271000', '163238.274000', '163238.276000', '163238.279000', '163238.282000', '163238.284000', '163238.287000', '163238.289000', '163238.292000', '163238.323000', '163238.326000', '163238.328000', '163238.331000', '163238.333000', '163238.336000', '163238.339000', '163238.341000', '163238.344000', '163238.346000', '163238.349000', '163238.351000', '163258.210000', '163258.213000', '163258.216000', '163258.218000', '163258.221000', '163258.224000', '163258.226000', '163258.229000', '163258.232000', '163258.234000', '163258.237000', '163258.239000', '163258.242000', '163258.245000', '163258.247000', '163258.250000', '163258.252000', '163258.255000', '163258.258000', '163258.260000', '163258.263000', '163258.265000', '163258.268000', '163258.271000', '163258.273000', '163258.276000', '163258.279000', '163258.281000', '163258.284000', '163258.286000', '163258.289000', '163258.291000', '163258.294000', '163258.297000', '163258.299000', '163258.302000', '163258.305000', '163258.307000', '163258.310000', '163258.312000', '163258.315000', '163258.318000', '163258.320000', '163318.210000', '163318.213000', '163318.216000', '163318.219000', '163318.221000', '163318.224000', '163318.226000', '163318.229000', '163318.231000', '163318.235000', '163318.237000', '163318.240000', '163318.243000', '163318.245000', '163318.248000', '163318.251000', '163318.253000', '163318.256000', '163318.259000', '163318.261000', '163318.264000', '163318.266000', '163318.269000', '163318.272000', '163318.274000', '163318.277000', '163318.280000', '163318.282000', '163318.285000', '163318.288000', '163318.290000', '163318.293000', '163318.296000', '163318.298000', '163318.301000', '163318.303000', '163318.306000', '163318.309000', '163318.311000', '163318.314000', '163318.316000', '163318.319000', '163318.322000', '163318.324000', '163338.210000', '163338.213000', '163338.216000', '163338.218000', '163338.221000', '163338.224000', '163338.226000', '163338.229000', '163338.232000', '163338.234000', '163338.237000', '163338.239000', '163338.242000', '163338.245000', '163338.247000', '163338.250000', '163338.252000', '163338.255000', '163338.258000', '163338.260000', '163338.263000', '163338.266000', '163338.268000', '163338.271000', '163338.273000', '163338.276000', '163338.278000', '163338.281000', '163338.284000', '163338.286000', '163338.289000', '163338.292000', '163338.294000', '163338.297000', '163338.299000', '163338.302000', '163338.305000', '163338.307000', '163338.310000', '163338.312000', '163338.315000', '163338.318000', '163338.320000', '163358.210000', '163358.212000', '163358.215000', '163358.217000', '163358.220000', '163358.222000', '163358.225000', '163358.228000', '163358.230000', '163358.233000', '163358.235000', '163358.238000', '163358.240000', '163358.243000', '163358.246000', '163358.248000', '163358.251000', '163358.253000', '163358.256000', '163358.259000', '163358.261000', '163358.264000', '163358.266000', '163358.269000', '163358.272000', '163358.274000', '163358.277000', '163358.279000', '163358.282000', '163358.285000', '163358.287000', '163358.290000', '163358.293000', '163358.295000', '163358.298000', '163358.301000', '163358.303000', '163358.306000', '163358.308000', '163358.311000', '163358.314000', '163358.316000', '163358.319000', '163358.322000', '163418.210000', '163418.213000', '163418.216000', '163418.218000', '163418.221000', '163418.223000', '163418.226000', '163418.229000', '163418.231000', '163418.234000', '163418.236000', '163418.239000', '163418.241000', '163418.244000', '163418.247000', '163418.249000', '163418.252000', '163418.254000', '163418.257000', '163418.260000', '163418.262000', '163418.265000', '163418.267000', '163418.270000', '163418.272000', '163418.275000', '163418.277000', '163418.293000', '163418.296000', '163418.299000', '163418.301000', '163418.304000', '163418.306000', '163418.309000', '163418.311000', '163418.314000', '163418.317000', '163418.319000', '163418.322000', '163418.324000', '163418.327000', '163418.329000', '163418.332000', '163438.210000', '163438.213000', '163438.216000', '163438.218000', '163438.221000', '163438.224000', '163438.226000', '163438.229000', '163438.231000', '163438.234000', '163438.236000', '163438.239000', '163438.242000', '163438.244000', '163438.247000', '163438.250000', '163438.252000', '163438.255000', '163438.257000', '163438.260000', '163438.263000', '163438.266000', '163438.268000', '163438.271000', '163438.273000', '163438.276000', '163438.279000', '163438.281000', '163438.284000', '163438.287000', '163438.289000', '163438.292000', '163438.294000', '163438.297000', '163438.300000', '163438.303000', '163438.305000', '163438.308000', '163438.311000', '163438.313000', '163438.316000', '163438.319000', '163438.321000', '163438.324000', '163458.210000', '163458.213000', '163458.216000', '163458.218000', '163458.221000', '163458.224000', '163458.226000', '163458.229000', '163458.231000', '163458.234000', '163458.236000', '163458.239000', '163458.242000', '163458.244000', '163458.247000', '163458.250000', '163458.252000', '163458.255000', '163458.258000', '163458.260000', '163458.263000', '163458.265000', '163458.268000', '163458.271000', '163458.273000', '163458.276000', '163458.279000', '163458.281000', '163458.284000', '163458.286000', '163458.289000', '163458.291000', '163458.294000', '163458.297000', '163458.299000', '163458.302000', '163458.304000', '163458.307000', '163458.309000', '163458.312000', '163458.315000', '163458.317000', '163458.320000', '163518.211000', '163518.213000', '163518.216000', '163518.219000', '163518.221000', '163518.224000', '163518.226000', '163518.229000', '163518.232000', '163518.234000', '163518.237000', '163518.239000', '163518.242000', '163518.244000', '163518.247000', '163518.250000', '163518.252000', '163518.255000', '163518.257000', '163518.260000', '163518.263000', '163518.265000', '163518.268000', '163518.270000', '163518.273000', '163518.275000', '163518.278000', '163518.281000', '163518.283000', '163518.286000', '163518.288000', '163518.291000', '163518.293000', '163518.296000', '163518.299000', '163518.301000', '163518.304000', '163518.306000', '163518.309000', '163518.311000', '163518.314000', '163518.317000', '163518.319000', '163518.322000', '163538.210000', '163538.213000', '163538.216000', '163538.218000', '163538.221000', '163538.223000', '163538.226000', '163538.229000', '163538.231000', '163538.234000', '163538.237000', '163538.239000', '163538.242000', '163538.245000', '163538.247000', '163538.250000', '163538.252000', '163538.255000', '163538.258000', '163538.260000', '163538.263000', '163538.266000', '163538.268000', '163538.271000', '163538.273000', '163538.276000', '163538.279000', '163538.281000', '163538.284000', '163538.287000', '163538.289000', '163538.292000', '163538.294000', '163538.297000', '163538.299000', '163538.302000', '163538.304000', '163538.307000', '163538.323000', '163538.325000', '163538.328000', '163538.330000', '163538.333000', '163558.211000', '163558.213000', '163558.216000', '163558.218000', '163558.221000', '163558.224000', '163558.227000', '163558.230000', '163558.233000', '163558.235000', '163558.238000', '163558.241000', '163558.243000', '163558.246000', '163558.249000', '163558.251000', '163558.254000', '163558.257000', '163558.259000', '163558.262000', '163558.264000', '163558.267000', '163558.269000', '163558.272000', '163558.275000', '163558.277000', '163558.280000', '163558.282000', '163558.285000', '163558.288000', '163558.290000', '163558.293000', '163558.296000', '163558.298000', '163558.301000', '163558.304000', '163558.306000', '163558.309000', '163558.312000', '163558.314000', '163558.317000', '163558.320000', '163558.322000', '163558.325000', '163618.209000', '163618.212000', '163618.215000', '163618.217000', '163618.220000', '163618.223000', '163618.225000', '163618.228000', '163618.230000', '163618.233000', '163618.236000', '163618.238000', '163618.241000', '163618.243000', '163618.246000', '163618.248000', '163618.251000', '163618.253000', '163618.256000', '163618.259000', '163618.261000', '163618.264000', '163618.266000', '163618.269000', '163618.272000', '163618.274000', '163618.277000', '163618.279000', '163618.282000', '163618.284000', '163618.287000', '163618.289000', '163618.292000', '163618.295000', '163618.297000', '163618.300000', '163618.303000', '163618.305000', '163618.308000', '163618.311000', '163618.314000', '163618.316000', '163618.319000', '163638.210000', '163638.213000', '163638.216000', '163638.219000', '163638.221000', '163638.224000', '163638.227000', '163638.230000', '163638.232000', '163638.235000', '163638.237000', '163638.240000', '163638.243000', '163638.245000', '163638.248000', '163638.250000', '163638.253000', '163638.255000', '163638.258000', '163638.261000', '163638.263000', '163638.266000', '163638.268000', '163638.271000', '163638.274000', '163638.276000', '163638.279000', '163638.281000', '163638.284000', '163638.287000', '163638.289000', '163638.292000', '163638.295000', '163638.297000', '163638.300000', '163638.303000', '163638.305000', '163638.308000', '163638.311000', '163638.313000', '163638.316000', '163638.318000', '163638.321000', '163658.211000', '163658.213000', '163658.216000', '163658.219000', '163658.221000', '163658.224000', '163658.226000', '163658.229000', '163658.232000', '163658.234000', '163658.237000', '163658.241000', '163658.244000', '163658.246000', '163658.249000', '163658.251000', '163658.254000', '163658.256000', '163658.259000', '163658.262000', '163658.264000', '163658.267000', '163658.269000', '163658.272000', '163658.274000', '163658.277000', '163658.280000', '163658.282000', '163658.285000', '163658.287000', '163658.290000', '163658.293000', '163658.295000', '163658.298000', '163658.300000', '163658.303000', '163658.306000', '163658.308000', '163658.311000', '163658.314000', '163658.316000', '163658.319000', '163658.321000', '163658.324000', '163718.210000', '163718.213000', '163718.216000', '163718.219000', '163718.221000', '163718.224000', '163718.250000', '163718.253000', '163718.255000', '163718.258000', '163718.261000', '163718.265000', '163718.267000', '163718.270000', '163718.273000', '163718.275000', '163718.278000', '163718.280000', '163718.283000', '163718.286000', '163718.288000', '163718.291000', '163718.294000', '163718.296000', '163718.299000', '163718.302000', '163718.304000', '163718.307000', '163718.309000', '163718.312000', '163718.315000', '163718.317000', '163718.320000', '163718.323000', '163718.326000', '163718.328000', '163718.331000', '163718.333000', '163718.336000', '163718.339000', '163718.341000', '163718.344000', '163718.346000', '163738.211000', '163738.214000', '163738.216000', '163738.219000', '163738.221000', '163738.224000', '163738.227000', '163738.230000', '163738.232000', '163738.235000', '163738.238000', '163738.240000', '163738.243000', '163738.245000', '163738.248000', '163738.250000', '163738.253000', '163738.256000', '163738.258000', '163738.261000', '163738.263000', '163738.266000', '163738.269000', '163738.271000', '163738.274000', '163738.276000', '163738.279000', '163738.281000', '163738.284000', '163738.287000', '163738.289000', '163738.292000', '163738.295000', '163738.297000', '163738.300000', '163738.303000', '163738.305000', '163738.308000', '163738.310000', '163738.313000', '163738.316000', '163738.318000', '163738.321000', '163738.323000', '163743.039000', '163743.042000', '163743.045000', '163743.047000', '163743.050000', '163743.053000', '163743.056000', '163743.059000', '163743.061000', '163743.064000', '163743.067000'], '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': [9946, 13869, 9187, 13909, 10113, 12190, 8445, 9220, 13036, 8984, 10554, 14148, 10811, 11857, 11980, 11740, 11203, 11058, 10373, 10182, 13137, 8706, 11202, 8327, 12816, 8431, 12249, 8776, 11534, 8611, 12751, 9050, 11463, 8704, 10724, 10284, 10358, 10718, 9135, 12596, 8944, 13444, 9559, 10053, 10988, 10331, 11818, 10290, 12000, 9181, 12709, 9026, 13229, 8631, 12901, 9125, 13184, 8652, 10737, 9628, 11187, 11559, 9950, 13627, 8940, 13588, 10935, 12038, 11775, 13710, 10130, 13530, 9360, 12013, 8779, 10954, 10161, 10747, 10919, 10060, 13102, 9568, 12676, 8569, 12590, 9487, 10486, 9918, 10805, 12726, 9952, 13935, 11041, 14481, 11578, 12194, 11111, 12252, 9359, 10275, 8682, 10449, 10526, 9370, 12478, 9033, 13318, 10327, 12523, 9912, 11147, 8529, 10730, 9739, 10011, 13580, 9210, 13571, 9988, 12602, 10272, 11038, 9758, 10458, 10387, 9889, 11610, 9238, 13110, 10850, 12669, 10404, 11509, 10014, 9473, 9473, 10155, 9471, 9902, 10484, 9269, 12861, 8785, 12523, 9159, 12134, 9291, 10933, 10584, 10427, 10602, 9778, 13398, 9788, 12821, 9771, 11782, 10418, 9893, 11542, 10266, 11011, 9842, 11127, 9746, 12716, 9174, 11875, 9130, 11603, 10436, 11910, 10736, 12176, 9187, 11921, 9216, 11207, 9039, 10333, 8815, 10645, 9269, 10349, 13308, 9614, 11977, 9286, 11476, 10344, 12532, 8654, 10789, 8843, 10619, 11356, 10176, 12641, 9604, 12485, 10298, 11260, 11397, 12026, 8820, 10731, 9550, 10618, 13545, 10146, 12391, 9295, 12558, 8699, 11296, 9728, 10640, 11134, 9843, 13448, 9671, 12134, 9989, 11774, 9359, 9976, 8501, 10997, 9025, 10680, 12829, 9988, 11725, 9371, 11892, 11266, 12357, 9484, 12054, 9092, 10926, 9026, 10820, 10931, 11079, 10834, 10295, 12330, 10440, 12069, 9594, 12423, 9250, 11937, 8534, 10950, 8379, 11326, 9263, 10817, 12393, 9755, 12646, 10237, 12387, 10884, 12344, 10549, 11535, 9449, 10619, 8960, 10551, 9941, 10759, 8983, 10792, 9818, 10283, 12638, 9814, 11698, 9236, 12736, 9410, 11350, 8185, 11399, 9103, 10715, 10913, 10651, 11609, 10000, 12187, 9318, 12438, 10338, 12023, 8310, 11788, 8447, 11354, 9908, 11046, 11398, 10357, 12733, 9832, 11693, 10799, 12078, 9822, 11126, 10030, 10511, 10113, 10878, 11275, 11079, 10467, 10374, 10736, 9863, 11988, 9614, 12799, 9152, 11810, 8553, 11700, 8301, 11499, 9004, 11614, 11188, 10992, 12113, 9648, 11756, 11156, 12482, 9823, 11141, 10404, 10665, 11410, 10592, 11632, 10334, 12467, 10045, 11831, 10246, 12857, 8962, 12529, 8884, 10851, 8822, 11225, 9782, 11424, 9989, 11334, 10261, 10799, 10940, 10608, 11171, 10397, 12576, 9926, 11455, 9915, 13000, 9401, 12679, 10392, 11294, 9562, 11866, 8311, 11403, 11649, 10652, 12303, 9476, 13073, 9883, 12473, 10901, 12353, 10475, 11528, 9388, 10818, 8635, 11115, 10619, 11468, 9922, 11225, 9942, 10439, 12189, 9916, 11740, 9560, 12135, 9427, 12341, 8521, 11554, 8488, 11788, 8985, 11716, 10215, 11552, 12246, 10750, 11415, 10391, 12957, 9607, 11326, 8971, 11807, 10318, 11523, 13224, 10799, 12388, 9938, 12435, 9840, 12891, 8988, 11839, 8703, 11961, 11170, 11344, 11760, 10139, 12286, 10856, 12171, 9879, 11772, 12881, 11656, 14314, 10863, 13504, 10210, 12762, 9837, 13254, 8823, 11827, 8730, 12185, 9417, 11729, 10211, 10542, 12060, 9795, 13005, 10091, 12369, 10911, 11829, 10345, 11315, 8502, 11775, 8620, 11353, 12322, 10477, 12390, 9825, 12525, 8729, 12019, 8331, 12140, 9229, 11484, 12744, 10452, 11938, 9964, 12408, 10834, 12583, 8814, 12149, 9224, 11987, 10215, 11418, 12454, 10544, 12548, 9548, 12968, 9343, 11598, 9106, 11961, 9775, 11589, 11551, 10681, 12190, 10084, 13579, 9577, 12744, 9006, 12439, 9109, 12150, 10243, 11120, 12792, 10097, 13675, 11347, 12612, 11745, 11281, 13276, 11515, 10597, 10827, 11797, 9852, 12673, 9318, 12241, 8471, 12075, 11062, 11401, 11969, 10069, 13023, 10343, 11310, 11358, 11852, 11431, 10844, 12561, 10290, 13200, 9640, 13418, 9150, 12653, 8876, 11964, 10702, 11068, 12211, 10202, 11928, 10378, 13286, 8971, 11414, 8797, 10944, 11964, 11073, 10598, 10681, 11706, 10130, 11357, 9804, 12381, 8649, 11883, 10128, 10786, 12444, 9811, 12987, 9240, 12563, 8720, 11943, 9020, 11407, 10375, 10477, 12082, 10240, 13254, 9264, 11600, 8765, 11324, 11242, 11561, 10116, 11480, 10266, 10342, 12611, 9681, 12801, 8710, 11837, 10844, 12108, 10194, 12159, 10153, 11538, 12595, 10418, 13260, 9247, 12606, 9852, 11462, 11456, 12030, 10556, 11197, 11242, 10535, 13135, 9284, 11668, 8772, 12063, 11019, 11138, 13376, 10130, 12738, 9948, 12740, 9179, 12175, 8803, 11973, 8609, 11742, 11078, 10798, 12068, 9614, 12005, 10697, 12785, 9430, 12839, 8869, 11096, 8543, 11224, 11199, 10754, 12799, 9845, 11863, 9739, 12864, 8619, 11873, 8211, 11893, 10411, 11487, 12890, 10429, 12164, 9820, 12711, 8867, 12217, 10387, 11529, 11774, 10838, 13780, 10101, 12973, 9601, 13373, 9098, 11387, 9008, 11900, 9743, 11591, 11203, 10575, 12374, 9579, 13362, 9469, 12389, 9273, 12039, 9612, 11680, 10321, 11397, 11569, 10611, 12653, 9634, 13035, 10240, 12811, 9284, 12349, 8904, 12139, 9860, 10999, 12253, 9599, 13181, 9492, 13049, 9579, 12026, 9138, 12282, 8905, 11588, 11008, 10420, 12316, 9422, 13449, 9278, 11919, 9878, 11794, 10164, 11838, 11482, 10906, 12256, 10122, 13676, 9329, 12052, 8907, 12300, 12406, 10984, 12435, 10107, 13185, 9071, 11789, 9504, 11887, 12962, 9863, 11790, 12853, 9542, 13511, 9875, 13083, 10326, 11961, 11071, 11797, 9610, 11586, 10034, 10742, 11599, 10214, 12708, 9572, 13888, 9460, 13194, 9492, 12287, 9125, 12278, 9159, 11702, 12849, 10369, 13676, 9660, 13298, 9533, 11824, 11364, 12114, 11216, 11488, 11866, 11117, 13400, 9846, 12809, 9272, 12523, 10397, 12132, 12554, 10998, 12479, 10860, 12770, 9774, 13826, 9439, 13231, 9240, 12607, 9249, 12610, 9534, 12071, 11040, 10864, 12740, 10152, 13243, 9556, 13069, 9394, 12988, 9152, 11432, 9010, 11877, 11537, 11578, 12436, 10899, 11071, 10765, 12952, 9937, 13448, 9385, 13549, 9121, 12233, 9054, 12192, 9225, 12355, 9405, 11502, 12525, 10591, 13113, 9215, 11999], 'WindowCenter': [4441.0, 4463.0, 4391.0, 4437.0, 4396.0, 4403.0, 4353.0, 4373.0, 4421.0, 4374.0, 4404.0, 4445.0, 4418.0, 4416.0, 4415.0, 4402.0, 4393.0, 4390.0, 4381.0, 4370.0, 4400.0, 4351.0, 4378.0, 4352.0, 4410.0, 4351.0, 4401.0, 4362.0, 4389.0, 4361.0, 4398.0, 4360.0, 4390.0, 4362.0, 4393.0, 4393.0, 4396.0, 4393.0, 4385.0, 4413.0, 4375.0, 4423.0, 4386.0, 4395.0, 4403.0, 4395.0, 4413.0, 4396.0, 4413.0, 4374.0, 4412.0, 4374.0, 4412.0, 4363.0, 4410.0, 4373.0, 4422.0, 4364.0, 4404.0, 4384.0, 4406.0, 4414.0, 4395.0, 4434.0, 4376.0, 4423.0, 4405.0, 4401.0, 4404.0, 4411.0, 4382.0, 4410.0, 4370.0, 4399.0, 4362.0, 4393.0, 4393.0, 4393.0, 4393.0, 4384.0, 4412.0, 4384.0, 4413.0, 4364.0, 4424.0, 4385.0, 4393.0, 4384.0, 4404.0, 4412.0, 4383.0, 4422.0, 4404.0, 4422.0, 4403.0, 4400.0, 4392.0, 4401.0, 4372.0, 4381.0, 4361.0, 4381.0, 4380.0, 4372.0, 4411.0, 4374.0, 4420.0, 4394.0, 4411.0, 4382.0, 4391.0, 4362.0, 4391.0, 4371.0, 4382.0, 4421.0, 4384.0, 4421.0, 4384.0, 4412.0, 4383.0, 4391.0, 4372.0, 4383.0, 4382.0, 4373.0, 4390.0, 4371.0, 4411.0, 4392.0, 4411.0, 4393.0, 4391.0, 4381.0, 4371.0, 4370.0, 4380.0, 4369.0, 4370.0, 4379.0, 4373.0, 4411.0, 4362.0, 4411.0, 4372.0, 4401.0, 4372.0, 4394.0, 4393.0, 4393.0, 4392.0, 4383.0, 4422.0, 4384.0, 4412.0, 4383.0, 4402.0, 4393.0, 4383.0, 4403.0, 4382.0, 4391.0, 4371.0, 4390.0, 4371.0, 4400.0, 4373.0, 4389.0, 4372.0, 4391.0, 4382.0, 4389.0, 4391.0, 4390.0, 4361.0, 4389.0, 4359.0, 4379.0, 4350.0, 4369.0, 4348.0, 4379.0, 4359.0, 4380.0, 4411.0, 4383.0, 4402.0, 4373.0, 4401.0, 4382.0, 4410.0, 4362.0, 4391.0, 4362.0, 4393.0, 4392.0, 4383.0, 4412.0, 4372.0, 4401.0, 4382.0, 4389.0, 4392.0, 4400.0, 4361.0, 4391.0, 4371.0, 4392.0, 4421.0, 4383.0, 4411.0, 4372.0, 4412.0, 4364.0, 4404.0, 4383.0, 4394.0, 4402.0, 4384.0, 4413.0, 4373.0, 4400.0, 4372.0, 4390.0, 4361.0, 4371.0, 4351.0, 4391.0, 4361.0, 4382.0, 4411.0, 4383.0, 4400.0, 4374.0, 4401.0, 4392.0, 4401.0, 4372.0, 4400.0, 4362.0, 4391.0, 4361.0, 4392.0, 4392.0, 4403.0, 4403.0, 4395.0, 4412.0, 4394.0, 4412.0, 4383.0, 4400.0, 4372.0, 4399.0, 4351.0, 4391.0, 4350.0, 4391.0, 4371.0, 4393.0, 4412.0, 4385.0, 4412.0, 4394.0, 4413.0, 4393.0, 4402.0, 4382.0, 4391.0, 4371.0, 4380.0, 4360.0, 4379.0, 4369.0, 4380.0, 4359.0, 4391.0, 4370.0, 4381.0, 4401.0, 4382.0, 4400.0, 4372.0, 4410.0, 4371.0, 4391.0, 4352.0, 4402.0, 4362.0, 4392.0, 4391.0, 4392.0, 4391.0, 4383.0, 4401.0, 4371.0, 4400.0, 4381.0, 4401.0, 4352.0, 4402.0, 4352.0, 4403.0, 4381.0, 4402.0, 4401.0, 4382.0, 4411.0, 4383.0, 4401.0, 4393.0, 4402.0, 4383.0, 4391.0, 4382.0, 4381.0, 4381.0, 4381.0, 4390.0, 4391.0, 4379.0, 4381.0, 4380.0, 4372.0, 4390.0, 4371.0, 4410.0, 4371.0, 4401.0, 4362.0, 4402.0, 4352.0, 4402.0, 4362.0, 4403.0, 4402.0, 4404.0, 4412.0, 4384.0, 4402.0, 4403.0, 4412.0, 4384.0, 4392.0, 4382.0, 4382.0, 4391.0, 4382.0, 4390.0, 4382.0, 4400.0, 4382.0, 4400.0, 4382.0, 4411.0, 4362.0, 4411.0, 4363.0, 4392.0, 4362.0, 4392.0, 4371.0, 4402.0, 4371.0, 4392.0, 4381.0, 4392.0, 4381.0, 4392.0, 4390.0, 4382.0, 4400.0, 4382.0, 4390.0, 4372.0, 4410.0, 4371.0, 4410.0, 4381.0, 4391.0, 4371.0, 4401.0, 4351.0, 4402.0, 4401.0, 4393.0, 4402.0, 4383.0, 4412.0, 4384.0, 4412.0, 4393.0, 4401.0, 4382.0, 4391.0, 4361.0, 4381.0, 4351.0, 4390.0, 4380.0, 4391.0, 4370.0, 4391.0, 4370.0, 4382.0, 4400.0, 4372.0, 4390.0, 4371.0, 4400.0, 4371.0, 4400.0, 4351.0, 4402.0, 4361.0, 4402.0, 4361.0, 4402.0, 4382.0, 4404.0, 4413.0, 4405.0, 4403.0, 4395.0, 4424.0, 4385.0, 4404.0, 4374.0, 4414.0, 4383.0, 4403.0, 4412.0, 4394.0, 4402.0, 4384.0, 4412.0, 4384.0, 4412.0, 4363.0, 4402.0, 4363.0, 4414.0, 4404.0, 4416.0, 4413.0, 4395.0, 4413.0, 4394.0, 4413.0, 4385.0, 4404.0, 4413.0, 4403.0, 4422.0, 4393.0, 4413.0, 4384.0, 4412.0, 4383.0, 4412.0, 4363.0, 4403.0, 4363.0, 4413.0, 4373.0, 4404.0, 4382.0, 4394.0, 4402.0, 4383.0, 4412.0, 4383.0, 4401.0, 4392.0, 4401.0, 4382.0, 4391.0, 4351.0, 4401.0, 4350.0, 4391.0, 4401.0, 4393.0, 4411.0, 4382.0, 4402.0, 4363.0, 4412.0, 4352.0, 4403.0, 4372.0, 4404.0, 4413.0, 4395.0, 4402.0, 4385.0, 4412.0, 4393.0, 4402.0, 4363.0, 4403.0, 4373.0, 4403.0, 4382.0, 4402.0, 4401.0, 4393.0, 4401.0, 4373.0, 4412.0, 4372.0, 4402.0, 4363.0, 4402.0, 4371.0, 4391.0, 4392.0, 4394.0, 4401.0, 4383.0, 4412.0, 4373.0, 4411.0, 4362.0, 4412.0, 4361.0, 4403.0, 4382.0, 4403.0, 4412.0, 4383.0, 4421.0, 4394.0, 4401.0, 4402.0, 4391.0, 4401.0, 4391.0, 4380.0, 4391.0, 4390.0, 4382.0, 4411.0, 4372.0, 4401.0, 4352.0, 4402.0, 4392.0, 4404.0, 4403.0, 4384.0, 4423.0, 4393.0, 4393.0, 4393.0, 4403.0, 4392.0, 4392.0, 4400.0, 4382.0, 4400.0, 4372.0, 4409.0, 4361.0, 4400.0, 4360.0, 4401.0, 4380.0, 4392.0, 4402.0, 4394.0, 4401.0, 4382.0, 4410.0, 4361.0, 4390.0, 4350.0, 4380.0, 4389.0, 4380.0, 4369.0, 4380.0, 4389.0, 4381.0, 4379.0, 4371.0, 4400.0, 4351.0, 4401.0, 4382.0, 4392.0, 4400.0, 4382.0, 4410.0, 4362.0, 4401.0, 4362.0, 4402.0, 4362.0, 4402.0, 4382.0, 4393.0, 4401.0, 4382.0, 4400.0, 4361.0, 4390.0, 4350.0, 4380.0, 4380.0, 4390.0, 4369.0, 4390.0, 4369.0, 4370.0, 4399.0, 4371.0, 4400.0, 4351.0, 4401.0, 4381.0, 4402.0, 4381.0, 4401.0, 4380.0, 4401.0, 4411.0, 4394.0, 4412.0, 4373.0, 4412.0, 4383.0, 4392.0, 4403.0, 4402.0, 4382.0, 4393.0, 4391.0, 4382.0, 4410.0, 4372.0, 4392.0, 4362.0, 4412.0, 4392.0, 4393.0, 4412.0, 4383.0, 4401.0, 4383.0, 4400.0, 4362.0, 4400.0, 4360.0, 4391.0, 4350.0, 4402.0, 4391.0, 4393.0, 4401.0, 4373.0, 4401.0, 4382.0, 4400.0, 4362.0, 4400.0, 4351.0, 4380.0, 4350.0, 4381.0, 4390.0, 4382.0, 4400.0, 4372.0, 4390.0, 4361.0, 4400.0, 4351.0, 4401.0, 4351.0, 4402.0, 4381.0, 4403.0, 4412.0, 4394.0, 4402.0, 4384.0, 4413.0, 4374.0, 4403.0, 4382.0, 4391.0, 4391.0, 4382.0, 4411.0, 4382.0, 4411.0, 4372.0, 4412.0, 4362.0, 4391.0, 4361.0, 4402.0, 4372.0, 4403.0, 4392.0, 4383.0, 4401.0, 4373.0, 4411.0, 4372.0, 4401.0, 4362.0, 4401.0, 4361.0, 4391.0, 4370.0, 4391.0, 4390.0, 4382.0, 4400.0, 4372.0, 4411.0, 4382.0, 4401.0, 4372.0, 4402.0, 4362.0, 4403.0, 4382.0, 4394.0, 4402.0, 4374.0, 4410.0, 4373.0, 4401.0, 4372.0, 4401.0, 4362.0, 4391.0, 4351.0, 4391.0, 4380.0, 4382.0, 4390.0, 4362.0, 4411.0, 4362.0, 4391.0, 4371.0, 4390.0, 4370.0, 4401.0, 4391.0, 4393.0, 4401.0, 4382.0, 4421.0, 4373.0, 4402.0, 4363.0, 4414.0, 4414.0, 4395.0, 4413.0, 4385.0, 4413.0, 4363.0, 4392.0, 4362.0, 4392.0, 4401.0, 4372.0, 4404.0, 4414.0, 4387.0, 4424.0, 4385.0, 4412.0, 4382.0, 4391.0, 4381.0, 4391.0, 4361.0, 4391.0, 4370.0, 4381.0, 4380.0, 4371.0, 4399.0, 4361.0, 4410.0, 4372.0, 4401.0, 4371.0, 4401.0, 4371.0, 4413.0, 4373.0, 4405.0, 4412.0, 4395.0, 4424.0, 4385.0, 4423.0, 4374.0, 4403.0, 4404.0, 4404.0, 4393.0, 4404.0, 4402.0, 4393.0, 4412.0, 4383.0, 4413.0, 4374.0, 4415.0, 4384.0, 4415.0, 4413.0, 4393.0, 4402.0, 4393.0, 4401.0, 4373.0, 4411.0, 4362.0, 4411.0, 4362.0, 4402.0, 4372.0, 4413.0, 4372.0, 4414.0, 4392.0, 4394.0, 4412.0, 4383.0, 4411.0, 4373.0, 4401.0, 4362.0, 4400.0, 4361.0, 4390.0, 4350.0, 4390.0, 4390.0, 4390.0, 4389.0, 4380.0, 4379.0, 4381.0, 4400.0, 4372.0, 4410.0, 4362.0, 4410.0, 4362.0, 4400.0, 4362.0, 4402.0, 4361.0, 4402.0, 4361.0, 4392.0, 4401.0, 4383.0, 4412.0, 4373.0, 4403.0], 'WindowWidth': [9784.0, 9796.0, 9692.0, 9744.0, 9685.0, 9691.0, 9622.0, 9647.0, 9709.0, 9653.0, 9694.0, 9750.0, 9721.0, 9711.0, 9710.0, 9685.0, 9672.0, 9662.0, 9653.0, 9634.0, 9675.0, 9611.0, 9645.0, 9616.0, 9691.0, 9614.0, 9679.0, 9630.0, 9660.0, 9627.0, 9670.0, 9623.0, 9664.0, 9630.0, 9672.0, 9672.0, 9683.0, 9675.0, 9667.0, 9700.0, 9654.0, 9715.0, 9671.0, 9680.0, 9690.0, 9680.0, 9703.0, 9684.0, 9701.0, 9649.0, 9698.0, 9650.0, 9697.0, 9635.0, 9691.0, 9647.0, 9710.0, 9637.0, 9690.0, 9665.0, 9696.0, 9705.0, 9682.0, 9732.0, 9656.0, 9715.0, 9694.0, 9681.0, 9689.0, 9692.0, 9658.0, 9692.0, 9639.0, 9674.0, 9632.0, 9672.0, 9672.0, 9674.0, 9673.0, 9663.0, 9696.0, 9662.0, 9700.0, 9637.0, 9719.0, 9669.0, 9675.0, 9664.0, 9689.0, 9699.0, 9660.0, 9712.0, 9691.0, 9712.0, 9687.0, 9677.0, 9672.0, 9680.0, 9643.0, 9652.0, 9626.0, 9653.0, 9651.0, 9644.0, 9695.0, 9653.0, 9706.0, 9675.0, 9695.0, 9658.0, 9666.0, 9630.0, 9669.0, 9642.0, 9659.0, 9710.0, 9664.0, 9708.0, 9664.0, 9697.0, 9661.0, 9668.0, 9643.0, 9657.0, 9656.0, 9645.0, 9665.0, 9643.0, 9694.0, 9671.0, 9695.0, 9673.0, 9668.0, 9654.0, 9640.0, 9639.0, 9650.0, 9635.0, 9638.0, 9648.0, 9646.0, 9693.0, 9632.0, 9694.0, 9645.0, 9681.0, 9645.0, 9676.0, 9675.0, 9674.0, 9670.0, 9662.0, 9710.0, 9664.0, 9696.0, 9661.0, 9682.0, 9673.0, 9657.0, 9687.0, 9656.0, 9666.0, 9638.0, 9662.0, 9640.0, 9678.0, 9645.0, 9662.0, 9643.0, 9666.0, 9656.0, 9662.0, 9665.0, 9661.0, 9625.0, 9660.0, 9620.0, 9645.0, 9609.0, 9632.0, 9605.0, 9647.0, 9620.0, 9652.0, 9693.0, 9660.0, 9683.0, 9648.0, 9681.0, 9657.0, 9691.0, 9630.0, 9668.0, 9630.0, 9673.0, 9671.0, 9660.0, 9696.0, 9644.0, 9680.0, 9656.0, 9662.0, 9670.0, 9675.0, 9625.0, 9666.0, 9639.0, 9669.0, 9707.0, 9659.0, 9693.0, 9646.0, 9696.0, 9638.0, 9689.0, 9661.0, 9676.0, 9685.0, 9664.0, 9700.0, 9648.0, 9678.0, 9641.0, 9661.0, 9627.0, 9638.0, 9612.0, 9665.0, 9627.0, 9655.0, 9695.0, 9660.0, 9679.0, 9649.0, 9682.0, 9671.0, 9678.0, 9644.0, 9677.0, 9628.0, 9666.0, 9627.0, 9670.0, 9670.0, 9687.0, 9687.0, 9679.0, 9699.0, 9678.0, 9697.0, 9660.0, 9678.0, 9642.0, 9674.0, 9614.0, 9666.0, 9612.0, 9669.0, 9642.0, 9674.0, 9698.0, 9666.0, 9697.0, 9677.0, 9699.0, 9675.0, 9683.0, 9658.0, 9664.0, 9639.0, 9651.0, 9623.0, 9648.0, 9634.0, 9648.0, 9620.0, 9666.0, 9637.0, 9654.0, 9679.0, 9657.0, 9677.0, 9645.0, 9690.0, 9642.0, 9667.0, 9617.0, 9684.0, 9631.0, 9672.0, 9669.0, 9671.0, 9669.0, 9659.0, 9680.0, 9642.0, 9676.0, 9654.0, 9680.0, 9618.0, 9681.0, 9617.0, 9687.0, 9655.0, 9685.0, 9680.0, 9659.0, 9694.0, 9661.0, 9680.0, 9673.0, 9683.0, 9660.0, 9667.0, 9655.0, 9652.0, 9652.0, 9652.0, 9662.0, 9664.0, 9647.0, 9653.0, 9649.0, 9642.0, 9663.0, 9641.0, 9690.0, 9641.0, 9680.0, 9631.0, 9682.0, 9616.0, 9683.0, 9630.0, 9686.0, 9685.0, 9691.0, 9699.0, 9665.0, 9683.0, 9688.0, 9697.0, 9662.0, 9670.0, 9656.0, 9656.0, 9667.0, 9655.0, 9665.0, 9656.0, 9678.0, 9657.0, 9676.0, 9658.0, 9692.0, 9630.0, 9694.0, 9634.0, 9671.0, 9630.0, 9671.0, 9641.0, 9683.0, 9639.0, 9669.0, 9652.0, 9671.0, 9652.0, 9670.0, 9664.0, 9656.0, 9677.0, 9656.0, 9663.0, 9642.0, 9689.0, 9641.0, 9690.0, 9655.0, 9667.0, 9641.0, 9679.0, 9614.0, 9683.0, 9680.0, 9673.0, 9683.0, 9662.0, 9696.0, 9662.0, 9696.0, 9673.0, 9680.0, 9657.0, 9665.0, 9628.0, 9652.0, 9613.0, 9664.0, 9650.0, 9666.0, 9636.0, 9668.0, 9637.0, 9655.0, 9678.0, 9644.0, 9662.0, 9641.0, 9676.0, 9640.0, 9676.0, 9614.0, 9682.0, 9628.0, 9684.0, 9629.0, 9684.0, 9658.0, 9691.0, 9700.0, 9693.0, 9687.0, 9680.0, 9715.0, 9666.0, 9688.0, 9649.0, 9701.0, 9658.0, 9685.0, 9698.0, 9674.0, 9682.0, 9662.0, 9695.0, 9662.0, 9696.0, 9633.0, 9685.0, 9632.0, 9703.0, 9693.0, 9711.0, 9702.0, 9681.0, 9700.0, 9676.0, 9699.0, 9665.0, 9687.0, 9700.0, 9686.0, 9711.0, 9674.0, 9700.0, 9662.0, 9695.0, 9660.0, 9696.0, 9634.0, 9687.0, 9633.0, 9701.0, 9645.0, 9690.0, 9658.0, 9677.0, 9684.0, 9661.0, 9695.0, 9659.0, 9679.0, 9669.0, 9678.0, 9655.0, 9665.0, 9614.0, 9678.0, 9611.0, 9666.0, 9682.0, 9672.0, 9693.0, 9658.0, 9682.0, 9634.0, 9697.0, 9618.0, 9686.0, 9644.0, 9690.0, 9700.0, 9680.0, 9684.0, 9665.0, 9698.0, 9672.0, 9682.0, 9632.0, 9684.0, 9646.0, 9686.0, 9655.0, 9683.0, 9681.0, 9673.0, 9680.0, 9647.0, 9695.0, 9644.0, 9683.0, 9632.0, 9682.0, 9639.0, 9666.0, 9667.0, 9674.0, 9678.0, 9659.0, 9695.0, 9646.0, 9694.0, 9630.0, 9695.0, 9628.0, 9685.0, 9655.0, 9687.0, 9695.0, 9660.0, 9707.0, 9675.0, 9683.0, 9685.0, 9666.0, 9680.0, 9664.0, 9648.0, 9667.0, 9664.0, 9656.0, 9692.0, 9642.0, 9681.0, 9616.0, 9684.0, 9671.0, 9689.0, 9685.0, 9663.0, 9713.0, 9674.0, 9672.0, 9674.0, 9684.0, 9667.0, 9668.0, 9677.0, 9657.0, 9677.0, 9641.0, 9685.0, 9625.0, 9674.0, 9623.0, 9678.0, 9650.0, 9671.0, 9683.0, 9675.0, 9678.0, 9657.0, 9689.0, 9625.0, 9662.0, 9610.0, 9649.0, 9660.0, 9649.0, 9632.0, 9649.0, 9659.0, 9652.0, 9645.0, 9639.0, 9676.0, 9611.0, 9680.0, 9655.0, 9669.0, 9677.0, 9656.0, 9690.0, 9629.0, 9678.0, 9628.0, 9681.0, 9628.0, 9683.0, 9655.0, 9672.0, 9677.0, 9655.0, 9675.0, 9625.0, 9659.0, 9609.0, 9647.0, 9647.0, 9661.0, 9631.0, 9663.0, 9631.0, 9637.0, 9673.0, 9638.0, 9674.0, 9612.0, 9680.0, 9653.0, 9682.0, 9652.0, 9680.0, 9650.0, 9680.0, 9695.0, 9674.0, 9696.0, 9648.0, 9696.0, 9658.0, 9669.0, 9684.0, 9682.0, 9654.0, 9672.0, 9666.0, 9657.0, 9689.0, 9644.0, 9668.0, 9630.0, 9697.0, 9669.0, 9671.0, 9696.0, 9659.0, 9678.0, 9658.0, 9676.0, 9628.0, 9675.0, 9623.0, 9664.0, 9611.0, 9681.0, 9666.0, 9671.0, 9678.0, 9646.0, 9678.0, 9655.0, 9675.0, 9626.0, 9673.0, 9609.0, 9646.0, 9608.0, 9649.0, 9662.0, 9653.0, 9675.0, 9642.0, 9661.0, 9627.0, 9675.0, 9614.0, 9678.0, 9614.0, 9680.0, 9654.0, 9686.0, 9695.0, 9675.0, 9684.0, 9662.0, 9699.0, 9648.0, 9685.0, 9656.0, 9666.0, 9664.0, 9654.0, 9693.0, 9656.0, 9690.0, 9643.0, 9694.0, 9629.0, 9666.0, 9626.0, 9682.0, 9641.0, 9684.0, 9667.0, 9659.0, 9679.0, 9644.0, 9691.0, 9642.0, 9678.0, 9628.0, 9678.0, 9624.0, 9664.0, 9634.0, 9663.0, 9663.0, 9655.0, 9677.0, 9643.0, 9693.0, 9656.0, 9678.0, 9643.0, 9681.0, 9628.0, 9685.0, 9655.0, 9674.0, 9682.0, 9648.0, 9690.0, 9644.0, 9677.0, 9641.0, 9678.0, 9626.0, 9662.0, 9609.0, 9665.0, 9649.0, 9654.0, 9663.0, 9628.0, 9690.0, 9627.0, 9663.0, 9638.0, 9663.0, 9636.0, 9679.0, 9665.0, 9670.0, 9678.0, 9657.0, 9706.0, 9644.0, 9683.0, 9633.0, 9701.0, 9701.0, 9678.0, 9699.0, 9664.0, 9697.0, 9632.0, 9668.0, 9627.0, 9666.0, 9678.0, 9642.0, 9687.0, 9703.0, 9671.0, 9715.0, 9663.0, 9696.0, 9655.0, 9662.0, 9651.0, 9662.0, 9622.0, 9663.0, 9634.0, 9652.0, 9648.0, 9638.0, 9672.0, 9625.0, 9687.0, 9641.0, 9676.0, 9639.0, 9677.0, 9639.0, 9699.0, 9646.0, 9691.0, 9696.0, 9678.0, 9713.0, 9664.0, 9711.0, 9647.0, 9684.0, 9687.0, 9686.0, 9670.0, 9686.0, 9683.0, 9672.0, 9694.0, 9659.0, 9697.0, 9649.0, 9704.0, 9662.0, 9703.0, 9699.0, 9671.0, 9682.0, 9671.0, 9678.0, 9645.0, 9689.0, 9628.0, 9691.0, 9627.0, 9680.0, 9640.0, 9696.0, 9642.0, 9700.0, 9669.0, 9674.0, 9694.0, 9658.0, 9690.0, 9643.0, 9676.0, 9627.0, 9674.0, 9623.0, 9660.0, 9608.0, 9661.0, 9660.0, 9661.0, 9658.0, 9648.0, 9645.0, 9652.0, 9674.0, 9640.0, 9689.0, 9627.0, 9689.0, 9628.0, 9676.0, 9627.0, 9679.0, 9626.0, 9680.0, 9626.0, 9669.0, 9679.0, 9657.0, 9694.0, 9645.0, 9685.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.0018950861079219288</td></tr>
<tr><td colspan=3>aqi</td><td>0.026789061423650975</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.97063058008044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2253959464252873</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.980656312321839</td></tr>
<tr><td colspan=3>efc</td><td>0.4461</td></tr>
<tr><td colspan=3>fber</td><td>7546.0073</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0774352642960672</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>2</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.2296211251435132</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5043326599565234</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4641670321587705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.749568025354281</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2992629223565184</td></tr>
<tr><td colspan=3>gcor</td><td>0.00305379</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021191656589508057</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024332059547305107</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5571601590106394</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>31.5583</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.9306</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.6577</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311963.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>908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>390.77</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7572</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.5512</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3640.3592</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3899.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>64581.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1096.0906</td></tr>
<tr><td colspan=3>tsnr</td><td>37.42796987295151</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>