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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0102_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-03_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-0102/figures/sub-0102_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-03_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-0102/ses-03/func/sub-0102_ses-03_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>c080a1fd44b918ca352dc7b75e1d0950</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>13:14:18.517500</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.997954, -0.0639181, -0.00135592, 0.0638352, 0.997381, -0.0340054]</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.102817</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7816, -7246, 193, -126, -105, -77, 110]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>255.014</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0773fafd-ca7d-4d9b-8b98-837fa10ed6b9||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.677438259124756, 0.1712651401758194, -0.009520009160041809, 107.71919250488281], [0.17148761451244354, 2.6758999824523926, -0.09139318019151688, -93.42142486572266], [-0.003637824673205614, 0.09123413264751434, 2.6984360218048096, -61.35944366455078], [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': ['131418.517500', '131418.977500', '131419.437500', '131419.897500', '131420.357500', '131420.817500', '131421.277500', '131421.737500', '131422.197500', '131422.657500', '131423.117500', '131423.577500', '131424.037500', '131424.497500', '131424.957500', '131425.417500', '131425.877500', '131426.337500', '131426.797500', '131427.257500', '131427.717500', '131428.177500', '131428.637500', '131429.097500', '131429.557500', '131430.017500', '131430.477500', '131430.937500', '131431.397500', '131431.857500', '131432.317500', '131432.777500', '131433.237500', '131433.697500', '131434.157500', '131434.617500', '131435.077500', '131435.537500', '131435.997500', '131436.457500', '131436.917500', '131437.377500', '131437.837500', '131438.297500', '131438.757500', '131439.217500', '131439.677500', '131440.137500', '131440.597500', '131441.057500', '131441.517500', '131441.977500', '131442.437500', '131442.897500', '131443.357500', '131443.817500', '131444.277500', '131444.737500', '131445.197500', '131445.657500', '131446.117500', '131446.577500', '131447.037500', '131447.497500', '131447.957500', '131448.417500', '131448.877500', '131449.337500', '131449.797500', '131450.257500', '131450.717500', '131451.177500', '131451.637500', '131452.097500', '131452.557500', '131453.017500', '131453.477500', '131453.937500', '131454.397500', '131454.857500', '131455.317500', '131455.777500', '131456.237500', '131456.697500', '131457.157500', '131457.617500', '131458.077500', '131458.537500', '131458.997500', '131459.457500', '131459.917500', '131500.377500', '131500.837500', '131501.297500', '131501.757500', '131502.217500', '131502.677500', '131503.137500', '131503.597500', '131504.057500', '131504.517500', '131504.977500', '131505.437500', '131505.897500', '131506.357500', '131506.817500', '131507.277500', '131507.737500', '131508.197500', '131508.657500', '131509.117500', '131509.577500', '131510.037500', '131510.497500', '131510.957500', '131511.417500', '131511.877500', '131512.337500', '131512.797500', '131513.257500', '131513.717500', '131514.177500', '131514.637500', '131515.097500', '131515.557500', '131516.017500', '131516.477500', '131516.937500', '131517.397500', '131517.857500', '131518.317500', '131518.777500', '131519.237500', '131519.697500', '131520.157500', '131520.617500', '131521.077500', '131521.537500', '131521.997500', '131522.457500', '131522.917500', '131523.377500', '131523.837500', '131524.297500', '131524.757500', '131525.217500', '131525.677500', '131526.137500', '131526.597500', '131527.057500', '131527.517500', '131527.977500', '131528.437500', '131528.897500', '131529.357500', '131529.817500', '131530.277500', '131530.737500', '131531.197500', '131531.657500', '131532.117500', '131532.577500', '131533.037500', '131533.497500', '131533.957500', '131534.417500', '131534.877500', '131535.337500', '131535.797500', '131536.257500', '131536.717500', '131537.177500', '131537.637500', '131538.097500', '131538.557500', '131539.017500', '131539.477500', '131539.937500', '131540.397500', '131540.857500', '131541.317500', '131541.777500', '131542.237500', '131542.697500', '131543.157500', '131543.617500', '131544.077500', '131544.537500', '131544.997500', '131545.457500', '131545.917500', '131546.377500', '131546.837500', '131547.297500', '131547.757500', '131548.217500', '131548.677500', '131549.137500', '131549.597500', '131550.057500', '131550.517500', '131550.977500', '131551.437500', '131551.897500', '131552.357500', '131552.817500', '131553.277500', '131553.737500', '131554.197500', '131554.657500', '131555.117500', '131555.577500', '131556.037500', '131556.497500', '131556.957500', '131557.417500', '131557.877500', '131558.337500', '131558.797500', '131559.257500', '131559.717500', '131600.177500', '131600.637500', '131601.097500', '131601.557500', '131602.017500', '131602.477500', '131602.937500', '131603.397500', '131603.857500', '131604.317500', '131604.777500', '131605.237500', '131605.697500', '131606.157500', '131606.617500', '131607.077500', '131607.537500', '131607.997500', '131608.457500', '131608.917500', '131609.377500', '131609.837500', '131610.297500', '131610.757500', '131611.217500', '131611.677500', '131612.137500', '131612.597500', '131613.057500', '131613.517500', '131613.977500', '131614.437500', '131614.897500', '131615.357500', '131615.817500', '131616.277500', '131616.737500', '131617.197500', '131617.657500', '131618.117500', '131618.577500', '131619.037500', '131619.497500', '131619.957500', '131620.417500', '131620.877500', '131621.337500', '131621.797500', '131622.257500', '131622.717500', '131623.177500', '131623.637500', '131624.097500', '131624.557500', '131625.017500', '131625.477500', '131625.937500', '131626.397500', '131626.857500', '131627.317500', '131627.777500', '131628.237500', '131628.697500', '131629.157500', '131629.617500', '131630.077500', '131630.537500', '131630.997500', '131631.457500', '131631.917500', '131632.377500', '131632.837500', '131633.297500', '131633.757500', '131634.217500', '131634.677500', '131635.137500', '131635.597500', '131636.057500', '131636.517500', '131636.977500', '131637.437500', '131637.897500', '131638.357500', '131638.817500', '131639.277500', '131639.737500', '131640.197500', '131640.657500', '131641.117500', '131641.577500', '131642.037500', '131642.497500', '131642.957500', '131643.417500', '131643.877500', '131644.337500', '131644.797500', '131645.257500', '131645.717500', '131646.177500', '131646.637500', '131647.097500', '131647.557500', '131648.017500', '131648.477500', '131648.937500', '131649.397500', '131649.857500', '131650.317500', '131650.777500', '131651.237500', '131651.697500', '131652.157500', '131652.617500', '131653.077500', '131653.537500', '131653.997500', '131654.457500', '131654.917500', '131655.377500', '131655.837500', '131656.297500', '131656.757500', '131657.217500', '131657.677500', '131658.137500', '131658.597500', '131659.057500', '131659.517500', '131659.977500', '131700.437500', '131700.897500', '131701.357500', '131701.817500', '131702.277500', '131702.737500', '131703.197500', '131703.657500', '131704.117500', '131704.577500', '131705.037500', '131705.497500', '131705.957500', '131706.417500', '131706.877500', '131707.337500', '131707.797500', '131708.257500', '131708.717500', '131709.177500', '131709.637500', '131710.097500', '131710.557500', '131711.017500', '131711.477500', '131711.937500', '131712.397500', '131712.857500', '131713.317500', '131713.777500', '131714.237500', '131714.697500', '131715.157500', '131715.617500', '131716.077500', '131716.537500', '131716.997500', '131717.457500', '131717.917500', '131718.377500', '131718.837500', '131719.297500', '131719.757500', '131720.217500', '131720.677500', '131721.137500', '131721.597500', '131722.057500', '131722.517500', '131722.977500', '131723.437500', '131723.897500', '131724.357500', '131724.817500', '131725.277500', '131725.737500', '131726.197500', '131726.657500', '131727.117500', '131727.577500', '131728.037500', '131728.497500', '131728.957500', '131729.417500', '131729.877500', '131730.337500', '131730.797500', '131731.257500', '131731.717500', '131732.177500', '131732.637500', '131733.097500', '131733.557500', '131734.017500', '131734.477500', '131734.937500', '131735.397500', '131735.857500', '131736.317500', '131736.777500', '131737.237500', '131737.697500', '131738.157500', '131738.617500', '131739.077500', '131739.537500', '131739.997500', '131740.457500', '131740.917500', '131741.377500', '131741.837500', '131742.297500', '131742.757500', '131743.217500', '131743.677500', '131744.137500', '131744.597500', '131745.057500', '131745.517500', '131745.977500', '131746.437500', '131746.897500', '131747.357500', '131747.817500', '131748.277500', '131748.737500', '131749.197500', '131749.657500', '131750.117500', '131750.577500', '131751.037500', '131751.497500', '131751.957500', '131752.417500', '131752.877500', '131753.337500', '131753.797500', '131754.257500', '131754.717500', '131755.177500', '131755.637500', '131756.097500', '131756.557500', '131757.017500', '131757.477500', '131757.937500', '131758.397500', '131758.857500', '131759.317500', '131759.777500', '131800.237500', '131800.697500', '131801.157500', '131801.617500', '131802.077500', '131802.537500', '131802.997500', '131803.457500', '131803.917500', '131804.377500', '131804.837500', '131805.297500', '131805.757500', '131806.217500', '131806.677500', '131807.137500', '131807.597500', '131808.057500', '131808.517500', '131808.977500', '131809.437500', '131809.897500', '131810.357500', '131810.817500', '131811.277500', '131811.737500', '131812.197500', '131812.657500', '131813.117500', '131813.577500', '131814.037500', '131814.497500', '131814.957500', '131815.417500', '131815.877500', '131816.337500', '131816.797500', '131817.257500', '131817.717500', '131818.177500', '131818.637500', '131819.097500', '131819.557500', '131820.017500', '131820.477500', '131820.937500', '131821.397500', '131821.857500', '131822.317500', '131822.777500', '131823.237500', '131823.697500', '131824.157500', '131824.617500', '131825.077500', '131825.537500', '131825.997500', '131826.457500', '131826.917500', '131827.377500', '131827.837500', '131828.297500', '131828.757500', '131829.217500', '131829.677500', '131830.137500', '131830.597500', '131831.057500', '131831.517500', '131831.977500', '131832.437500', '131832.897500', '131833.357500', '131833.817500', '131834.277500', '131834.737500', '131835.197500', '131835.657500', '131836.117500', '131836.577500', '131837.037500', '131837.497500', '131837.957500', '131838.417500', '131838.877500', '131839.337500', '131839.797500', '131840.257500', '131840.717500', '131841.177500', '131841.637500', '131842.097500', '131842.557500', '131843.017500', '131843.477500', '131843.937500', '131844.397500', '131844.857500', '131845.317500', '131845.777500', '131846.237500', '131846.697500', '131847.157500', '131847.617500', '131848.077500', '131848.537500', '131848.997500', '131849.457500', '131849.917500', '131850.377500', '131850.837500', '131851.297500', '131851.757500', '131852.217500', '131852.677500', '131853.137500', '131853.597500', '131854.057500', '131854.517500', '131854.977500', '131855.437500', '131855.897500', '131856.357500', '131856.817500', '131857.277500', '131857.737500', '131858.197500', '131858.657500', '131859.117500', '131859.577500', '131900.037500', '131900.497500', '131900.957500', '131901.417500', '131901.877500', '131902.337500', '131902.797500', '131903.257500', '131903.717500', '131904.177500', '131904.637500', '131905.097500', '131905.557500', '131906.017500', '131906.477500', '131906.937500', '131907.397500', '131907.857500', '131908.317500', '131908.777500', '131909.237500', '131909.697500', '131910.157500', '131910.617500', '131911.077500', '131911.537500', '131911.997500', '131912.457500', '131912.917500', '131913.377500', '131913.837500', '131914.297500', '131914.757500', '131915.217500', '131915.677500', '131916.137500', '131916.597500', '131917.057500', '131917.517500', '131917.977500', '131918.437500', '131918.897500', '131919.357500', '131919.817500', '131920.277500', '131920.737500', '131921.197500', '131921.657500', '131922.117500', '131922.577500', '131923.037500', '131923.497500', '131923.957500', '131924.417500', '131924.877500', '131925.337500', '131925.797500', '131926.257500', '131926.717500', '131927.177500', '131927.637500', '131928.097500', '131928.557500', '131929.017500', '131929.477500', '131929.937500', '131930.397500', '131930.857500', '131931.317500', '131931.777500', '131932.237500', '131932.697500', '131933.157500', '131933.617500', '131934.077500', '131934.537500', '131934.997500', '131935.457500', '131935.917500', '131936.377500', '131936.837500', '131937.297500', '131937.757500', '131938.217500', '131938.677500', '131939.137500', '131939.597500', '131940.057500', '131940.517500', '131940.977500', '131941.437500', '131941.897500', '131942.357500', '131942.817500', '131943.277500', '131943.737500', '131944.197500', '131944.657500', '131945.117500', '131945.577500', '131946.037500', '131946.497500', '131946.957500', '131947.417500', '131947.877500', '131948.337500', '131948.797500', '131949.257500', '131949.717500', '131950.177500', '131950.637500', '131951.097500', '131951.557500', '131952.017500', '131952.477500', '131952.937500', '131953.397500', '131953.857500', '131954.317500', '131954.777500', '131955.237500', '131955.697500', '131956.157500', '131956.617500', '131957.077500', '131957.537500', '131957.997500', '131958.457500', '131958.917500', '131959.377500', '131959.837500', '132000.297500', '132000.757500', '132001.217500', '132001.677500', '132002.137500', '132002.597500', '132003.057500', '132003.517500', '132003.977500', '132004.437500', '132004.897500', '132005.357500', '132005.817500', '132006.277500', '132006.737500', '132007.197500', '132007.657500', '132008.117500', '132008.577500', '132009.037500', '132009.497500', '132009.957500', '132010.417500', '132010.877500', '132011.337500', '132011.797500', '132012.257500', '132012.717500', '132013.177500', '132013.637500', '132014.097500', '132014.557500', '132015.017500', '132015.477500', '132015.937500', '132016.397500', '132016.857500', '132017.317500', '132017.777500', '132018.237500', '132018.697500', '132019.157500', '132019.617500', '132020.077500', '132020.537500', '132020.997500', '132021.457500', '132021.917500', '132022.377500', '132022.837500', '132023.297500', '132023.757500', '132024.217500', '132024.677500', '132025.137500', '132025.597500', '132026.057500', '132026.517500', '132026.977500', '132027.437500', '132027.897500', '132028.357500', '132028.817500', '132029.277500', '132029.737500', '132030.197500', '132030.657500', '132031.117500', '132031.577500', '132032.037500', '132032.497500', '132032.957500', '132033.417500', '132033.877500', '132034.337500', '132034.797500', '132035.257500', '132035.717500', '132036.177500', '132036.637500', '132037.097500', '132037.557500', '132038.017500', '132038.477500', '132038.937500', '132039.397500', '132039.857500', '132040.317500', '132040.777500', '132041.237500', '132041.697500', '132042.157500', '132042.617500', '132043.077500', '132043.537500', '132043.997500', '132044.457500', '132044.917500', '132045.377500', '132045.837500', '132046.297500', '132046.757500', '132047.217500', '132047.677500', '132048.137500', '132048.597500', '132049.057500', '132049.517500', '132049.977500', '132050.437500', '132050.897500', '132051.357500', '132051.817500', '132052.277500', '132052.737500', '132053.197500', '132053.657500', '132054.117500', '132054.577500', '132055.037500', '132055.497500', '132055.957500', '132056.417500', '132056.877500', '132057.337500', '132057.797500', '132058.257500', '132058.717500', '132059.177500'], 'ContentTime': ['131433.141000', '131433.144000', '131433.153000', '131433.155000', '131433.158000', '131433.161000', '131433.163000', '131433.166000', '131433.169000', '131433.171000', '131433.174000', '131433.176000', '131433.179000', '131433.182000', '131433.184000', '131433.187000', '131433.190000', '131433.192000', '131433.195000', '131433.197000', '131433.200000', '131433.203000', '131433.205000', '131433.216000', '131433.218000', '131433.222000', '131433.225000', '131433.227000', '131433.230000', '131453.114000', '131453.117000', '131453.120000', '131453.123000', '131453.125000', '131453.128000', '131453.130000', '131453.133000', '131453.135000', '131453.138000', '131453.141000', '131453.143000', '131453.146000', '131453.148000', '131453.151000', '131453.153000', '131453.156000', '131453.159000', '131453.161000', '131453.164000', '131453.166000', '131453.169000', '131453.178000', '131453.180000', '131453.183000', '131453.185000', '131453.188000', '131453.191000', '131453.193000', '131453.196000', '131453.198000', '131453.201000', '131453.209000', '131453.211000', '131453.214000', '131453.217000', '131453.219000', '131453.222000', '131453.225000', '131453.227000', '131453.230000', '131453.232000', '131453.235000', '131453.238000', '131513.114000', '131513.117000', '131513.120000', '131513.122000', '131513.125000', '131513.128000', '131513.130000', '131513.133000', '131513.136000', '131513.138000', '131513.141000', '131513.143000', '131513.146000', '131513.149000', '131513.151000', '131513.154000', '131513.157000', '131513.159000', '131513.162000', '131513.164000', '131513.167000', '131513.169000', '131513.172000', '131513.175000', '131513.177000', '131513.180000', '131513.182000', '131513.185000', '131513.188000', '131513.190000', '131513.197000', '131513.200000', '131513.202000', '131513.205000', '131513.208000', '131513.210000', '131513.213000', '131513.216000', '131513.218000', '131513.221000', '131513.224000', '131513.226000', '131513.229000', '131533.114000', '131533.117000', '131533.120000', '131533.123000', '131533.125000', '131533.128000', '131533.130000', '131533.133000', '131533.135000', '131533.138000', '131533.141000', '131533.143000', '131533.146000', '131533.149000', '131533.151000', '131533.154000', '131533.156000', '131533.159000', '131533.162000', '131533.164000', '131533.167000', '131533.169000', '131533.172000', '131533.174000', '131533.177000', '131533.180000', '131533.182000', '131533.185000', '131533.188000', '131533.190000', '131533.193000', '131533.195000', '131533.198000', '131533.201000', '131533.203000', '131533.206000', '131533.208000', '131533.211000', '131533.214000', '131533.216000', '131533.219000', '131533.232000', '131533.235000', '131533.238000', '131553.115000', '131553.117000', '131553.120000', '131553.123000', '131553.126000', '131553.128000', '131553.131000', '131553.133000', '131553.136000', '131553.139000', '131553.141000', '131553.144000', '131553.147000', '131553.149000', '131553.152000', '131553.155000', '131553.157000', '131553.160000', '131553.162000', '131553.165000', '131553.168000', '131553.170000', '131553.173000', '131553.175000', '131553.178000', '131553.181000', '131553.183000', '131553.186000', '131553.189000', '131553.191000', '131553.194000', '131553.196000', '131553.199000', '131553.202000', '131553.204000', '131553.207000', '131553.209000', '131553.223000', '131553.225000', '131553.228000', '131553.230000', '131553.233000', '131553.236000', '131613.114000', '131613.117000', '131613.120000', '131613.122000', '131613.125000', '131613.135000', '131613.138000', '131613.140000', '131613.143000', '131613.146000', '131613.148000', '131613.151000', '131613.154000', '131613.156000', '131613.159000', '131613.161000', '131613.164000', '131613.167000', '131613.169000', '131613.172000', '131613.175000', '131613.177000', '131613.180000', '131613.183000', '131613.185000', '131613.188000', '131613.191000', '131613.193000', '131613.196000', '131613.199000', '131613.201000', '131613.204000', '131613.207000', '131613.209000', '131613.212000', '131613.214000', '131613.217000', '131613.220000', '131613.222000', '131613.225000', '131613.228000', '131613.230000', '131613.233000', '131613.236000', '131633.114000', '131633.117000', '131633.120000', '131633.123000', '131633.125000', '131633.128000', '131633.131000', '131633.133000', '131633.136000', '131633.139000', '131633.141000', '131633.144000', '131633.146000', '131633.149000', '131633.152000', '131633.154000', '131633.157000', '131633.159000', '131633.169000', '131633.172000', '131633.174000', '131633.177000', '131633.180000', '131633.182000', '131633.185000', '131633.187000', '131633.190000', '131633.193000', '131633.195000', '131633.198000', '131633.201000', '131633.203000', '131633.206000', '131633.208000', '131633.211000', '131633.214000', '131633.216000', '131633.219000', '131633.221000', '131633.224000', '131633.227000', '131633.229000', '131633.232000', '131653.114000', '131653.117000', '131653.119000', '131653.122000', '131653.125000', '131653.127000', '131653.130000', '131653.133000', '131653.135000', '131653.138000', '131653.147000', '131653.150000', '131653.152000', '131653.155000', '131653.158000', '131653.160000', '131653.163000', '131653.166000', '131653.168000', '131653.171000', '131653.173000', '131653.176000', '131653.179000', '131653.181000', '131653.184000', '131653.187000', '131653.189000', '131653.192000', '131653.194000', '131653.197000', '131653.200000', '131653.203000', '131653.205000', '131653.208000', '131653.210000', '131653.213000', '131653.216000', '131653.218000', '131653.221000', '131653.223000', '131653.226000', '131653.228000', '131653.231000', '131653.234000', '131713.115000', '131713.118000', '131713.120000', '131713.123000', '131713.126000', '131713.128000', '131713.131000', '131713.133000', '131713.136000', '131713.139000', '131713.141000', '131713.144000', '131713.146000', '131713.149000', '131713.152000', '131713.154000', '131713.157000', '131713.160000', '131713.162000', '131713.165000', '131713.168000', '131713.170000', '131713.173000', '131713.175000', '131713.178000', '131713.181000', '131713.183000', '131713.186000', '131713.189000', '131713.191000', '131713.194000', '131713.196000', '131713.199000', '131713.202000', '131713.204000', '131713.207000', '131713.210000', '131713.212000', '131713.215000', '131713.217000', '131713.220000', '131713.223000', '131713.225000', '131733.115000', '131733.117000', '131733.121000', '131733.123000', '131733.126000', '131733.128000', '131733.131000', '131733.134000', '131733.137000', '131733.139000', '131733.142000', '131733.144000', '131733.147000', '131733.150000', '131733.152000', '131733.155000', '131733.158000', '131733.160000', '131733.163000', '131733.171000', '131733.173000', '131733.176000', '131733.179000', '131733.181000', '131733.184000', '131733.186000', '131733.189000', '131733.192000', '131733.194000', '131733.197000', '131733.200000', '131733.202000', '131733.205000', '131733.208000', '131733.210000', '131733.213000', '131733.215000', '131733.218000', '131733.221000', '131733.223000', '131733.226000', '131733.228000', '131733.231000', '131753.114000', '131753.126000', '131753.128000', '131753.131000', '131753.142000', '131753.144000', '131753.147000', '131753.150000', '131753.152000', '131753.155000', '131753.158000', '131753.160000', '131753.163000', '131753.165000', '131753.168000', '131753.171000', '131753.173000', '131753.176000', '131753.179000', '131753.181000', '131753.184000', '131753.186000', '131753.189000', '131753.192000', '131753.195000', '131753.197000', '131753.200000', '131753.203000', '131753.205000', '131753.208000', '131753.210000', '131753.213000', '131753.216000', '131753.218000', '131753.221000', '131753.224000', '131753.226000', '131753.229000', '131753.231000', '131753.234000', '131753.237000', '131753.239000', '131753.242000', '131753.244000', '131813.115000', '131813.117000', '131813.120000', '131813.123000', '131813.125000', '131813.128000', '131813.131000', '131813.133000', '131813.136000', '131813.138000', '131813.141000', '131813.144000', '131813.146000', '131813.149000', '131813.152000', '131813.154000', '131813.157000', '131813.160000', '131813.163000', '131813.165000', '131813.168000', '131813.171000', '131813.173000', '131813.176000', '131813.178000', '131813.181000', '131813.184000', '131813.186000', '131813.189000', '131813.192000', '131813.194000', '131813.197000', '131813.200000', '131813.202000', '131813.205000', '131813.208000', '131813.210000', '131813.213000', '131813.215000', '131813.218000', '131813.221000', '131813.223000', '131813.226000', '131813.229000', '131833.114000', '131833.117000', '131833.120000', '131833.123000', '131833.125000', '131833.128000', '131833.130000', '131833.133000', '131833.136000', '131833.138000', '131833.141000', '131833.144000', '131833.146000', '131833.149000', '131833.151000', '131833.154000', '131833.157000', '131833.160000', '131833.162000', '131833.165000', '131833.167000', '131833.170000', '131833.173000', '131833.176000', '131833.178000', '131833.181000', '131833.183000', '131833.186000', '131833.189000', '131833.191000', '131833.194000', '131833.197000', '131833.200000', '131833.202000', '131833.205000', '131833.208000', '131833.210000', '131833.213000', '131833.215000', '131833.218000', '131833.221000', '131833.232000', '131833.235000', '131853.114000', '131853.117000', '131853.120000', '131853.122000', '131853.125000', '131853.128000', '131853.130000', '131853.133000', '131853.136000', '131853.138000', '131853.141000', '131853.144000', '131853.146000', '131853.149000', '131853.152000', '131853.154000', '131853.157000', '131853.159000', '131853.162000', '131853.165000', '131853.167000', '131853.170000', '131853.173000', '131853.175000', '131853.178000', '131853.181000', '131853.183000', '131853.186000', '131853.189000', '131853.191000', '131853.194000', '131853.197000', '131853.199000', '131853.202000', '131853.204000', '131853.207000', '131853.210000', '131853.212000', '131853.215000', '131853.218000', '131853.220000', '131853.223000', '131853.226000', '131853.228000', '131913.121000', '131913.124000', '131913.127000', '131913.130000', '131913.132000', '131913.135000', '131913.138000', '131913.140000', '131913.143000', '131913.145000', '131913.148000', '131913.151000', '131913.153000', '131913.156000', '131913.159000', '131913.161000', '131913.164000', '131913.167000', '131913.169000', '131913.172000', '131913.174000', '131913.177000', '131913.180000', '131913.182000', '131913.185000', '131913.188000', '131913.190000', '131913.193000', '131913.196000', '131913.198000', '131913.201000', '131913.204000', '131913.206000', '131913.209000', '131913.212000', '131913.214000', '131913.217000', '131913.219000', '131913.222000', '131913.225000', '131913.227000', '131913.230000', '131913.233000', '131933.115000', '131933.118000', '131933.120000', '131933.123000', '131933.125000', '131933.128000', '131933.131000', '131933.133000', '131933.136000', '131933.139000', '131933.142000', '131933.145000', '131933.147000', '131933.150000', '131933.153000', '131933.156000', '131933.159000', '131933.161000', '131933.164000', '131933.167000', '131933.169000', '131933.172000', '131933.174000', '131933.177000', '131933.180000', '131933.182000', '131933.185000', '131933.188000', '131933.190000', '131933.193000', '131933.196000', '131933.199000', '131933.201000', '131933.204000', '131933.206000', '131933.209000', '131933.212000', '131933.214000', '131933.217000', '131933.220000', '131933.223000', '131933.225000', '131933.228000', '131953.114000', '131953.117000', '131953.120000', '131953.123000', '131953.125000', '131953.128000', '131953.130000', '131953.133000', '131953.136000', '131953.138000', '131953.141000', '131953.144000', '131953.146000', '131953.149000', '131953.151000', '131953.154000', '131953.157000', '131953.159000', '131953.162000', '131953.165000', '131953.167000', '131953.170000', '131953.172000', '131953.175000', '131953.178000', '131953.180000', '131953.183000', '131953.186000', '131953.188000', '131953.191000', '131953.194000', '131953.196000', '131953.199000', '131953.202000', '131953.204000', '131953.207000', '131953.209000', '131953.212000', '131953.215000', '131953.217000', '131953.220000', '131953.223000', '131953.225000', '131953.228000', '132013.115000', '132013.117000', '132013.120000', '132013.123000', '132013.126000', '132013.128000', '132013.131000', '132013.133000', '132013.136000', '132013.139000', '132013.142000', '132013.144000', '132013.147000', '132013.150000', '132013.153000', '132013.155000', '132013.158000', '132013.160000', '132013.163000', '132013.166000', '132013.168000', '132013.171000', '132013.174000', '132013.176000', '132013.179000', '132013.182000', '132013.184000', '132013.187000', '132013.190000', '132013.192000', '132013.195000', '132013.198000', '132013.200000', '132013.203000', '132013.205000', '132013.208000', '132013.211000', '132013.213000', '132013.216000', '132013.219000', '132013.221000', '132013.224000', '132013.227000', '132033.115000', '132033.118000', '132033.120000', '132033.123000', '132033.125000', '132033.128000', '132033.131000', '132033.133000', '132033.136000', '132033.139000', '132033.141000', '132033.144000', '132033.147000', '132033.149000', '132033.152000', '132033.154000', '132033.157000', '132033.160000', '132033.162000', '132033.165000', '132033.168000', '132033.171000', '132033.173000', '132033.176000', '132033.179000', '132033.181000', '132033.205000', '132033.207000', '132033.210000', '132033.213000', '132033.215000', '132033.218000', '132033.220000', '132033.223000', '132033.226000', '132033.229000', '132033.231000', '132033.234000', '132033.236000', '132033.239000', '132033.242000', '132033.244000', '132033.247000', '132033.250000', '132053.114000', '132053.117000', '132053.120000', '132053.123000', '132053.125000', '132053.128000', '132053.131000', '132053.133000', '132053.136000', '132053.139000', '132053.141000', '132053.144000', '132053.147000', '132053.149000', '132053.152000', '132053.155000', '132053.157000', '132053.160000', '132053.163000', '132053.165000', '132053.168000', '132053.170000', '132053.173000', '132053.176000', '132053.178000', '132053.182000', '132053.184000', '132053.187000', '132053.190000', '132053.193000', '132053.195000', '132053.198000', '132053.201000', '132053.203000', '132053.206000', '132053.209000', '132053.211000', '132053.214000', '132053.217000', '132053.219000', '132053.222000', '132053.225000', '132053.227000', '132100.493000', '132100.496000', '132100.499000', '132100.501000', '132100.504000', '132100.506000', '132100.509000', '132100.512000', '132100.515000', '132100.517000', '132100.520000', '132100.526000', '132100.529000', '132100.531000', '132100.534000', '132100.537000', '132100.540000'], 'InstanceCreationTime': ['131433.141000', '131433.144000', '131433.153000', '131433.155000', '131433.158000', '131433.161000', '131433.163000', '131433.166000', '131433.169000', '131433.171000', '131433.174000', '131433.176000', '131433.179000', '131433.182000', '131433.184000', '131433.187000', '131433.190000', '131433.192000', '131433.195000', '131433.197000', '131433.200000', '131433.203000', '131433.205000', '131433.216000', '131433.218000', '131433.222000', '131433.225000', '131433.227000', '131433.230000', '131453.114000', '131453.117000', '131453.120000', '131453.123000', '131453.125000', '131453.128000', '131453.130000', '131453.133000', '131453.135000', '131453.138000', '131453.141000', '131453.143000', '131453.146000', '131453.148000', '131453.151000', '131453.153000', '131453.156000', '131453.159000', '131453.161000', '131453.164000', '131453.166000', '131453.169000', '131453.178000', '131453.180000', '131453.183000', '131453.185000', '131453.188000', '131453.191000', '131453.193000', '131453.196000', '131453.198000', '131453.201000', '131453.209000', '131453.211000', '131453.214000', '131453.217000', '131453.219000', '131453.222000', '131453.225000', '131453.227000', '131453.230000', '131453.232000', '131453.235000', '131453.238000', '131513.114000', '131513.117000', '131513.120000', '131513.122000', '131513.125000', '131513.128000', '131513.130000', '131513.133000', '131513.136000', '131513.138000', '131513.141000', '131513.143000', '131513.146000', '131513.149000', '131513.151000', '131513.154000', '131513.157000', '131513.159000', '131513.162000', '131513.164000', '131513.167000', '131513.169000', '131513.172000', '131513.175000', '131513.177000', '131513.180000', '131513.182000', '131513.185000', '131513.188000', '131513.190000', '131513.197000', '131513.200000', '131513.202000', '131513.205000', '131513.208000', '131513.210000', '131513.213000', '131513.216000', '131513.218000', '131513.221000', '131513.224000', '131513.226000', '131513.229000', '131533.114000', '131533.117000', '131533.120000', '131533.123000', '131533.125000', '131533.128000', '131533.130000', '131533.133000', '131533.135000', '131533.138000', '131533.141000', '131533.143000', '131533.146000', '131533.149000', '131533.151000', '131533.154000', '131533.156000', '131533.159000', '131533.162000', '131533.164000', '131533.167000', '131533.169000', '131533.172000', '131533.174000', '131533.177000', '131533.180000', '131533.182000', '131533.185000', '131533.188000', '131533.190000', '131533.193000', '131533.195000', '131533.198000', '131533.201000', '131533.203000', '131533.206000', '131533.208000', '131533.211000', '131533.214000', '131533.216000', '131533.219000', '131533.232000', '131533.235000', '131533.238000', '131553.115000', '131553.117000', '131553.120000', '131553.123000', '131553.126000', '131553.128000', '131553.131000', '131553.133000', '131553.136000', '131553.139000', '131553.141000', '131553.144000', '131553.147000', '131553.149000', '131553.152000', '131553.155000', '131553.157000', '131553.160000', '131553.162000', '131553.165000', '131553.168000', '131553.170000', '131553.173000', '131553.175000', '131553.178000', '131553.181000', '131553.183000', '131553.186000', '131553.189000', '131553.191000', '131553.194000', '131553.196000', '131553.199000', '131553.202000', '131553.204000', '131553.207000', '131553.209000', '131553.223000', '131553.225000', '131553.228000', '131553.230000', '131553.233000', '131553.236000', '131613.114000', '131613.117000', '131613.120000', '131613.122000', '131613.125000', '131613.135000', '131613.138000', '131613.140000', '131613.143000', '131613.146000', '131613.148000', '131613.151000', '131613.154000', '131613.156000', '131613.159000', '131613.161000', '131613.164000', '131613.167000', '131613.169000', '131613.172000', '131613.175000', '131613.177000', '131613.180000', '131613.183000', '131613.185000', '131613.188000', '131613.191000', '131613.193000', '131613.196000', '131613.199000', '131613.201000', '131613.204000', '131613.207000', '131613.209000', '131613.212000', '131613.214000', '131613.217000', '131613.220000', '131613.222000', '131613.225000', '131613.228000', '131613.230000', '131613.233000', '131613.236000', '131633.114000', '131633.117000', '131633.120000', '131633.123000', '131633.125000', '131633.128000', '131633.131000', '131633.133000', '131633.136000', '131633.139000', '131633.141000', '131633.144000', '131633.146000', '131633.149000', '131633.152000', '131633.154000', '131633.157000', '131633.159000', '131633.169000', '131633.172000', '131633.174000', '131633.177000', '131633.180000', '131633.182000', '131633.185000', '131633.187000', '131633.190000', '131633.193000', '131633.195000', '131633.198000', '131633.201000', '131633.203000', '131633.206000', '131633.208000', '131633.211000', '131633.214000', '131633.216000', '131633.219000', '131633.221000', '131633.224000', '131633.227000', '131633.229000', '131633.232000', '131653.114000', '131653.117000', '131653.119000', '131653.122000', '131653.125000', '131653.127000', '131653.130000', '131653.133000', '131653.135000', '131653.138000', '131653.147000', '131653.150000', '131653.152000', '131653.155000', '131653.158000', '131653.160000', '131653.163000', '131653.166000', '131653.168000', '131653.171000', '131653.173000', '131653.176000', '131653.179000', '131653.181000', '131653.184000', '131653.187000', '131653.189000', '131653.192000', '131653.194000', '131653.197000', '131653.200000', '131653.203000', '131653.205000', '131653.208000', '131653.210000', '131653.213000', '131653.216000', '131653.218000', '131653.221000', '131653.223000', '131653.226000', '131653.228000', '131653.231000', '131653.234000', '131713.115000', '131713.118000', '131713.120000', '131713.123000', '131713.126000', '131713.128000', '131713.131000', '131713.133000', '131713.136000', '131713.139000', '131713.141000', '131713.144000', '131713.146000', '131713.149000', '131713.152000', '131713.154000', '131713.157000', '131713.160000', '131713.162000', '131713.165000', '131713.168000', '131713.170000', '131713.173000', '131713.175000', '131713.178000', '131713.181000', '131713.183000', '131713.186000', '131713.189000', '131713.191000', '131713.194000', '131713.196000', '131713.199000', '131713.202000', '131713.204000', '131713.207000', '131713.210000', '131713.212000', '131713.215000', '131713.217000', '131713.220000', '131713.223000', '131713.225000', '131733.115000', '131733.117000', '131733.121000', '131733.123000', '131733.126000', '131733.128000', '131733.131000', '131733.134000', '131733.137000', '131733.139000', '131733.142000', '131733.144000', '131733.147000', '131733.150000', '131733.152000', '131733.155000', '131733.158000', '131733.160000', '131733.163000', '131733.171000', '131733.173000', '131733.176000', '131733.179000', '131733.181000', '131733.184000', '131733.186000', '131733.189000', '131733.192000', '131733.194000', '131733.197000', '131733.200000', '131733.202000', '131733.205000', '131733.208000', '131733.210000', '131733.213000', '131733.215000', '131733.218000', '131733.221000', '131733.223000', '131733.226000', '131733.228000', '131733.231000', '131753.114000', '131753.126000', '131753.128000', '131753.131000', '131753.142000', '131753.144000', '131753.147000', '131753.150000', '131753.152000', '131753.155000', '131753.158000', '131753.160000', '131753.163000', '131753.165000', '131753.168000', '131753.171000', '131753.173000', '131753.176000', '131753.179000', '131753.181000', '131753.184000', '131753.186000', '131753.189000', '131753.192000', '131753.195000', '131753.197000', '131753.200000', '131753.203000', '131753.205000', '131753.208000', '131753.210000', '131753.213000', '131753.216000', '131753.218000', '131753.221000', '131753.224000', '131753.226000', '131753.229000', '131753.231000', '131753.234000', '131753.237000', '131753.239000', '131753.242000', '131753.244000', '131813.115000', '131813.117000', '131813.120000', '131813.123000', '131813.125000', '131813.128000', '131813.131000', '131813.133000', '131813.136000', '131813.138000', '131813.141000', '131813.144000', '131813.146000', '131813.149000', '131813.152000', '131813.154000', '131813.157000', '131813.160000', '131813.163000', '131813.165000', '131813.168000', '131813.171000', '131813.173000', '131813.176000', '131813.178000', '131813.181000', '131813.184000', '131813.186000', '131813.189000', '131813.192000', '131813.194000', '131813.197000', '131813.200000', '131813.202000', '131813.205000', '131813.208000', '131813.210000', '131813.213000', '131813.215000', '131813.218000', '131813.221000', '131813.223000', '131813.226000', '131813.229000', '131833.114000', '131833.117000', '131833.120000', '131833.123000', '131833.125000', '131833.128000', '131833.130000', '131833.133000', '131833.136000', '131833.138000', '131833.141000', '131833.144000', '131833.146000', '131833.149000', '131833.151000', '131833.154000', '131833.157000', '131833.160000', '131833.162000', '131833.165000', '131833.167000', '131833.170000', '131833.173000', '131833.176000', '131833.178000', '131833.181000', '131833.183000', '131833.186000', '131833.189000', '131833.191000', '131833.194000', '131833.197000', '131833.200000', '131833.202000', '131833.205000', '131833.208000', '131833.210000', '131833.213000', '131833.215000', '131833.218000', '131833.221000', '131833.232000', '131833.235000', '131853.114000', '131853.117000', '131853.120000', '131853.122000', '131853.125000', '131853.128000', '131853.130000', '131853.133000', '131853.136000', '131853.138000', '131853.141000', '131853.144000', '131853.146000', '131853.149000', '131853.152000', '131853.154000', '131853.157000', '131853.159000', '131853.162000', '131853.165000', '131853.167000', '131853.170000', '131853.173000', '131853.175000', '131853.178000', '131853.181000', '131853.183000', '131853.186000', '131853.189000', '131853.191000', '131853.194000', '131853.197000', '131853.199000', '131853.202000', '131853.204000', '131853.207000', '131853.210000', '131853.212000', '131853.215000', '131853.218000', '131853.220000', '131853.223000', '131853.226000', '131853.228000', '131913.121000', '131913.124000', '131913.127000', '131913.130000', '131913.132000', '131913.135000', '131913.138000', '131913.140000', '131913.143000', '131913.145000', '131913.148000', '131913.151000', '131913.153000', '131913.156000', '131913.159000', '131913.161000', '131913.164000', '131913.167000', '131913.169000', '131913.172000', '131913.174000', '131913.177000', '131913.180000', '131913.182000', '131913.185000', '131913.188000', '131913.190000', '131913.193000', '131913.196000', '131913.198000', '131913.201000', '131913.204000', '131913.206000', '131913.209000', '131913.212000', '131913.214000', '131913.217000', '131913.219000', '131913.222000', '131913.225000', '131913.227000', '131913.230000', '131913.233000', '131933.115000', '131933.118000', '131933.120000', '131933.123000', '131933.125000', '131933.128000', '131933.131000', '131933.133000', '131933.136000', '131933.139000', '131933.142000', '131933.145000', '131933.147000', '131933.150000', '131933.153000', '131933.156000', '131933.159000', '131933.161000', '131933.164000', '131933.167000', '131933.169000', '131933.172000', '131933.174000', '131933.177000', '131933.180000', '131933.182000', '131933.185000', '131933.188000', '131933.190000', '131933.193000', '131933.196000', '131933.199000', '131933.201000', '131933.204000', '131933.206000', '131933.209000', '131933.212000', '131933.214000', '131933.217000', '131933.220000', '131933.223000', '131933.225000', '131933.228000', '131953.114000', '131953.117000', '131953.120000', '131953.123000', '131953.125000', '131953.128000', '131953.130000', '131953.133000', '131953.136000', '131953.138000', '131953.141000', '131953.144000', '131953.146000', '131953.149000', '131953.151000', '131953.154000', '131953.157000', '131953.159000', '131953.162000', '131953.165000', '131953.167000', '131953.170000', '131953.172000', '131953.175000', '131953.178000', '131953.180000', '131953.183000', '131953.186000', '131953.188000', '131953.191000', '131953.194000', '131953.196000', '131953.199000', '131953.202000', '131953.204000', '131953.207000', '131953.209000', '131953.212000', '131953.215000', '131953.217000', '131953.220000', '131953.223000', '131953.225000', '131953.228000', '132013.115000', '132013.117000', '132013.120000', '132013.123000', '132013.126000', '132013.128000', '132013.131000', '132013.133000', '132013.136000', '132013.139000', '132013.142000', '132013.144000', '132013.147000', '132013.150000', '132013.153000', '132013.155000', '132013.158000', '132013.160000', '132013.163000', '132013.166000', '132013.168000', '132013.171000', '132013.174000', '132013.176000', '132013.179000', '132013.182000', '132013.184000', '132013.187000', '132013.190000', '132013.192000', '132013.195000', '132013.198000', '132013.200000', '132013.203000', '132013.205000', '132013.208000', '132013.211000', '132013.213000', '132013.216000', '132013.219000', '132013.221000', '132013.224000', '132013.227000', '132033.115000', '132033.118000', '132033.120000', '132033.123000', '132033.125000', '132033.128000', '132033.131000', '132033.133000', '132033.136000', '132033.139000', '132033.141000', '132033.144000', '132033.147000', '132033.149000', '132033.152000', '132033.154000', '132033.157000', '132033.160000', '132033.162000', '132033.165000', '132033.168000', '132033.171000', '132033.173000', '132033.176000', '132033.179000', '132033.181000', '132033.205000', '132033.207000', '132033.210000', '132033.213000', '132033.215000', '132033.218000', '132033.220000', '132033.223000', '132033.226000', '132033.229000', '132033.231000', '132033.234000', '132033.236000', '132033.239000', '132033.242000', '132033.244000', '132033.247000', '132033.250000', '132053.114000', '132053.117000', '132053.120000', '132053.123000', '132053.125000', '132053.128000', '132053.131000', '132053.133000', '132053.136000', '132053.139000', '132053.141000', '132053.144000', '132053.147000', '132053.149000', '132053.152000', '132053.155000', '132053.157000', '132053.160000', '132053.163000', '132053.165000', '132053.168000', '132053.170000', '132053.173000', '132053.176000', '132053.178000', '132053.182000', '132053.184000', '132053.187000', '132053.190000', '132053.193000', '132053.195000', '132053.198000', '132053.201000', '132053.203000', '132053.206000', '132053.209000', '132053.211000', '132053.214000', '132053.217000', '132053.219000', '132053.222000', '132053.225000', '132053.227000', '132100.493000', '132100.496000', '132100.499000', '132100.501000', '132100.504000', '132100.506000', '132100.509000', '132100.512000', '132100.515000', '132100.517000', '132100.520000', '132100.526000', '132100.529000', '132100.531000', '132100.534000', '132100.537000', '132100.540000'], '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': [13244, 20069, 14494, 12266, 17893, 12298, 18236, 12329, 12424, 13571, 11965, 16371, 15021, 11739, 14454, 12277, 11937, 15309, 12522, 18736, 13947, 12527, 16182, 12140, 17107, 12619, 16027, 13042, 12735, 16901, 12124, 11532, 12229, 11991, 15232, 12351, 12214, 15429, 12922, 12032, 14586, 12273, 17264, 13222, 12488, 16261, 12784, 17201, 16165, 12117, 17508, 13194, 12556, 15616, 12599, 13422, 13211, 12845, 18585, 13682, 12551, 20143, 20064, 12049, 15339, 12096, 12118, 12787, 12202, 11891, 11940, 11464, 14395, 11781, 11076, 13621, 11313, 15355, 12078, 11184, 13560, 11903, 16921, 13594, 11000, 14693, 11560, 12681, 12716, 11819, 17906, 11760, 11867, 11738, 11264, 15504, 11939, 17860, 14294, 11249, 13379, 11217, 15313, 11829, 17901, 12101, 12194, 14514, 12051, 18834, 12281, 11859, 14936, 11655, 11485, 12879, 10759, 17043, 12669, 11710, 14296, 12091, 15226, 12806, 11563, 12058, 11930, 14167, 12467, 16937, 12491, 11999, 12458, 11707, 14014, 11873, 13083, 11726, 10303, 11600, 10539, 13012, 11209, 11279, 12441, 10480, 13378, 12015, 10304, 13860, 11763, 11147, 16541, 15357, 18485, 17556, 13202, 18291, 14508, 10918, 14081, 11070, 14837, 10865, 15947, 11269, 14856, 11644, 14758, 11142, 14005, 11317, 16134, 12106, 11913, 12661, 11734, 14711, 11119, 15086, 11724, 11244, 11831, 11892, 11872, 11635, 14492, 11768, 14849, 11457, 16301, 11506, 16721, 11800, 15834, 11737, 13409, 11552, 11438, 11511, 11603, 12069, 11249, 11519, 11429, 10822, 11580, 10791, 11462, 11190, 15221, 11090, 15333, 11595, 15212, 11383, 13757, 11571, 11401, 11452, 10979, 15920, 12478, 12148, 12956, 11926, 12148, 11254, 14039, 11288, 16519, 11608, 10965, 12347, 11700, 17639, 12033, 11708, 12690, 10579, 10540, 10236, 11156, 17262, 12753, 14117, 13378, 9591, 16054, 12283, 17454, 14351, 10148, 15639, 11508, 16700, 14007, 12126, 15453, 10437, 15006, 10415, 9604, 11242, 10016, 14144, 10808, 15312, 11003, 11396, 10466, 10000, 13339, 9755, 14766, 11538, 15212, 11829, 15887, 12289, 12026, 15672, 12465, 13177, 11687, 10416, 13517, 10822, 16680, 11617, 17750, 12901, 18299, 13663, 16956, 12793, 17040, 12955, 14732, 11355, 15684, 11776, 11383, 13841, 10003, 16916, 12770, 16117, 11510, 12077, 13452, 12039, 16365, 11163, 17191, 13458, 14813, 10152, 10743, 12500, 9596, 17139, 12807, 9919, 12855, 11450, 15458, 12390, 9617, 12768, 10787, 14922, 12139, 16176, 12199, 11868, 12661, 9977, 13574, 11677, 14731, 11739, 14308, 10688, 9909, 13312, 10461, 9427, 11885, 10471, 13833, 11023, 11745, 12938, 11039, 14524, 11988, 17783, 14760, 14371, 14494, 10288, 14323, 11082, 12393, 11845, 10616, 14245, 11626, 18238, 13794, 17392, 12155, 14177, 12991, 10827, 14940, 10545, 16483, 12477, 9766, 14022, 10681, 16078, 12246, 9245, 12566, 11158, 15010, 11586, 11356, 16029, 13017, 17248, 11887, 16994, 12682, 13959, 15534, 11209, 18124, 11422, 16900, 12432, 12163, 13545, 10516, 17153, 11947, 14736, 11310, 9939, 12497, 10764, 15308, 12992, 17851, 14255, 9602, 14256, 10991, 17502, 11243, 17534, 13038, 17939, 12998, 16051, 12241, 15683, 11596, 14041, 11864, 9021, 13830, 10863, 13902, 11937, 15347, 12517, 16775, 11979, 11862, 11200, 13131, 12598, 11792, 15921, 12466, 18279, 14975, 13338, 15444, 12355, 16456, 13020, 11780, 18021, 13291, 9264, 13002, 17640, 12817, 17829, 13281, 16907, 13424, 19233, 12629, 18474, 13331, 18400, 14293, 16739, 13379, 9742, 13664, 11745, 14353, 13351, 11847, 18242, 13733, 11773, 14520, 9893, 15257, 12258, 14456, 11586, 14167, 10652, 11308, 10232, 10126, 10280, 9531, 10596, 9620, 11728, 9858, 11655, 9996, 10245, 11067, 9620, 12561, 10779, 14688, 10522, 13361, 10623, 12914, 12498, 9403, 15367, 11697, 15242, 14274, 10921, 16780, 12116, 10627, 9941, 16885, 10408, 15816, 9837, 15850, 12417, 17977, 13338, 19367, 14472, 19221, 14472, 17597, 13224, 16150, 14512, 12701, 17836, 13167, 18868, 13743, 17514, 13498, 15627, 12463, 10623, 13039, 8822, 13560, 10443, 13114, 10336, 13878, 9925, 10205, 10187, 9006, 11461, 9655, 11411, 9655, 9994, 9639, 9585, 11055, 9779, 9500, 9989, 9975, 12419, 11176, 9281, 14709, 11666, 10941, 10048, 9811, 12312, 10313, 17147, 13380, 15298, 12908, 10778, 17042, 14358, 16928, 18004, 11438, 12865, 18990, 19106, 21708, 14072, 16685, 11416, 16997, 13645, 18494, 14801, 19833, 14373, 16773, 13969, 12755, 16032, 11559, 18904, 13863, 18795, 13799, 12716, 13476, 9328, 14453, 11334, 15306, 11302, 10393, 11834, 9381, 13940, 10146, 14711, 10651, 11674, 10323, 9454, 11008, 8406, 12852, 9720, 9856, 11434, 9817, 13323, 10909, 9838, 11419, 9617, 14209, 11487, 14429, 11823, 14382, 12537, 14992, 13026, 15112, 12764, 16207, 12888, 12070, 15340, 13522, 20158, 21207, 16089, 11158, 9928, 12296, 14619, 7990, 11123, 11906, 9734, 13023, 12007, 10309, 15208, 13171, 16995, 14667, 15736, 17294, 12626, 19974, 15333, 16786, 13510, 9528, 16703, 12515, 17486, 12465, 11984, 14106, 9974, 16698, 11579, 16037, 10547, 9979, 10952, 8103, 13292, 9841, 15232, 11370, 14172, 9749, 9894, 10559, 8101, 14545, 11262, 14466, 10153, 12368, 10052, 12420, 10589, 11176, 11154, 8801, 12401, 8914, 14153, 10453, 12582, 10025, 8779, 13372, 10841, 9575, 11507, 9698, 15912, 13000, 15529, 12648, 14049, 13783, 9745, 15892, 11983, 15387, 11613, 9000, 14044, 11031, 17056, 11023, 8684, 10760, 8797, 11729, 11867, 16617, 13814, 11863, 15672, 11632, 14027, 15266, 13077, 11599, 15660, 10717, 16023, 13055, 19350, 15201, 18297, 15082, 13096, 15588, 12249, 18741, 15182, 18048, 14639, 11670, 19514, 14494, 18264, 12522, 11250, 13998, 9306, 15144, 10074, 15770, 11093, 14816, 10713, 8215, 12551, 10531, 8376, 11237, 9789, 14532, 10297, 10647, 12181, 10472, 11885, 10083, 9866, 12148, 8879, 13500, 11259, 15841, 11887, 8927, 10452, 8715, 11481, 8856, 12480, 9788, 13459, 11791, 13912, 9346, 14440, 9836, 12080, 10904, 9928, 14320, 12759, 13784, 14546, 8954, 11526, 9366, 9770, 10863, 8937, 12485, 13045, 12836, 16041, 13105, 17487, 13989, 21061, 18196, 16008, 20824, 17528, 22467, 17964, 16478, 20791, 14016, 20578, 15235, 19313, 13694, 14674, 13208, 8999, 14951, 10017, 14785, 10875, 13733, 10212, 8029, 10169, 8124, 12157, 10077, 13506], 'WindowCenter': [4836.0, 4869.0, 4813.0, 4781.0, 4819.0, 4762.0, 4801.0, 4762.0, 4750.0, 4759.0, 4750.0, 4791.0, 4780.0, 4751.0, 4770.0, 4751.0, 4748.0, 4768.0, 4747.0, 4800.0, 4771.0, 4746.0, 4779.0, 4746.0, 4777.0, 4749.0, 4779.0, 4762.0, 4762.0, 4791.0, 4749.0, 4737.0, 4736.0, 4748.0, 4790.0, 4760.0, 4759.0, 4794.0, 4760.0, 4761.0, 4782.0, 4761.0, 4794.0, 4763.0, 4762.0, 4791.0, 4773.0, 4803.0, 4780.0, 4751.0, 4790.0, 4747.0, 4737.0, 4758.0, 4739.0, 4748.0, 4751.0, 4753.0, 4791.0, 4764.0, 4753.0, 4804.0, 4804.0, 4730.0, 4772.0, 4740.0, 4754.0, 4743.0, 4742.0, 4740.0, 4752.0, 4754.0, 4773.0, 4764.0, 4751.0, 4770.0, 4739.0, 4781.0, 4751.0, 4741.0, 4771.0, 4763.0, 4792.0, 4762.0, 4741.0, 4771.0, 4753.0, 4760.0, 4762.0, 4752.0, 4801.0, 4752.0, 4751.0, 4753.0, 4741.0, 4793.0, 4764.0, 4804.0, 4771.0, 4742.0, 4752.0, 4730.0, 4770.0, 4738.0, 4793.0, 4747.0, 4745.0, 4762.0, 4755.0, 4793.0, 4746.0, 4733.0, 4763.0, 4730.0, 4732.0, 4743.0, 4720.0, 4771.0, 4753.0, 4753.0, 4760.0, 4749.0, 4766.0, 4745.0, 4736.0, 4738.0, 4740.0, 4758.0, 4751.0, 4779.0, 4750.0, 4737.0, 4736.0, 4739.0, 4757.0, 4741.0, 4748.0, 4749.0, 4733.0, 4740.0, 4732.0, 4759.0, 4754.0, 4753.0, 4760.0, 4742.0, 4760.0, 4753.0, 4744.0, 4774.0, 4762.0, 4767.0, 4806.0, 4786.0, 4804.0, 4794.0, 4751.0, 4790.0, 4760.0, 4718.0, 4747.0, 4716.0, 4745.0, 4714.0, 4753.0, 4712.0, 4743.0, 4713.0, 4744.0, 4718.0, 4747.0, 4717.0, 4756.0, 4717.0, 4701.0, 4710.0, 4701.0, 4721.0, 4691.0, 4719.0, 4700.0, 4699.0, 4711.0, 4709.0, 4710.0, 4698.0, 4728.0, 4709.0, 4729.0, 4709.0, 4737.0, 4710.0, 4737.0, 4711.0, 4742.0, 4712.0, 4721.0, 4710.0, 4712.0, 4722.0, 4723.0, 4726.0, 4726.0, 4725.0, 4729.0, 4726.0, 4738.0, 4728.0, 4739.0, 4740.0, 4768.0, 4740.0, 4769.0, 4740.0, 4769.0, 4740.0, 4759.0, 4740.0, 4739.0, 4739.0, 4740.0, 4785.0, 4760.0, 4749.0, 4745.0, 4735.0, 4740.0, 4745.0, 4762.0, 4746.0, 4796.0, 4747.0, 4745.0, 4755.0, 4733.0, 4781.0, 4744.0, 4733.0, 4743.0, 4682.0, 4690.0, 4737.0, 4740.0, 4777.0, 4732.0, 4740.0, 4744.0, 4706.0, 4763.0, 4735.0, 4779.0, 4755.0, 4712.0, 4752.0, 4725.0, 4762.0, 4756.0, 4736.0, 4753.0, 4713.0, 4751.0, 4713.0, 4704.0, 4727.0, 4719.0, 4759.0, 4729.0, 4763.0, 4727.0, 4738.0, 4741.0, 4730.0, 4759.0, 4719.0, 4768.0, 4741.0, 4770.0, 4750.0, 4780.0, 4763.0, 4761.0, 4781.0, 4748.0, 4759.0, 4748.0, 4728.0, 4759.0, 4740.0, 4787.0, 4751.0, 4789.0, 4751.0, 4790.0, 4761.0, 4781.0, 4749.0, 4777.0, 4735.0, 4763.0, 4731.0, 4761.0, 4729.0, 4716.0, 4734.0, 4683.0, 4754.0, 4714.0, 4744.0, 4715.0, 4714.0, 4734.0, 4735.0, 4752.0, 4711.0, 4762.0, 4747.0, 4742.0, 4714.0, 4724.0, 4734.0, 4693.0, 4764.0, 4732.0, 4716.0, 4748.0, 4739.0, 4769.0, 4735.0, 4704.0, 4733.0, 4714.0, 4754.0, 4735.0, 4764.0, 4736.0, 4738.0, 4746.0, 4705.0, 4745.0, 4728.0, 4755.0, 4735.0, 4757.0, 4728.0, 4721.0, 4761.0, 4730.0, 4721.0, 4766.0, 4717.0, 4748.0, 4715.0, 4725.0, 4725.0, 4704.0, 4735.0, 4726.0, 4803.0, 4799.0, 4769.0, 4769.0, 4728.0, 4754.0, 4724.0, 4733.0, 4725.0, 4718.0, 4758.0, 4740.0, 4789.0, 4760.0, 4778.0, 4739.0, 4744.0, 4736.0, 4730.0, 4757.0, 4707.0, 4755.0, 4727.0, 4709.0, 4748.0, 4719.0, 4770.0, 4739.0, 4711.0, 4739.0, 4731.0, 4760.0, 4731.0, 4731.0, 4782.0, 4775.0, 4796.0, 4753.0, 4790.0, 4750.0, 4760.0, 4783.0, 4738.0, 4789.0, 4738.0, 4776.0, 4747.0, 4735.0, 4744.0, 4717.0, 4788.0, 4753.0, 4772.0, 4739.0, 4719.0, 4747.0, 4738.0, 4778.0, 4762.0, 4790.0, 4771.0, 4721.0, 4771.0, 4729.0, 4788.0, 4727.0, 4778.0, 4748.0, 4778.0, 4734.0, 4754.0, 4736.0, 4755.0, 4723.0, 4755.0, 4734.0, 4706.0, 4756.0, 4727.0, 4745.0, 4736.0, 4766.0, 4748.0, 4777.0, 4737.0, 4738.0, 4728.0, 4746.0, 4738.0, 4724.0, 4765.0, 4736.0, 4775.0, 4757.0, 4747.0, 4757.0, 4736.0, 4778.0, 4748.0, 4726.0, 4790.0, 4737.0, 4708.0, 4736.0, 4776.0, 4760.0, 4791.0, 4748.0, 4765.0, 4736.0, 4776.0, 4723.0, 4774.0, 4733.0, 4759.0, 4732.0, 4737.0, 4706.0, 4667.0, 4703.0, 4692.0, 4713.0, 4702.0, 4683.0, 4732.0, 4703.0, 4682.0, 4701.0, 4662.0, 4699.0, 4679.0, 4690.0, 4671.0, 4687.0, 4671.0, 4669.0, 4672.0, 4675.0, 4677.0, 4665.0, 4688.0, 4680.0, 4710.0, 4695.0, 4714.0, 4705.0, 4716.0, 4729.0, 4721.0, 4748.0, 4728.0, 4746.0, 4716.0, 4746.0, 4733.0, 4750.0, 4749.0, 4707.0, 4767.0, 4739.0, 4768.0, 4770.0, 4740.0, 4780.0, 4737.0, 4730.0, 4720.0, 4784.0, 4731.0, 4770.0, 4719.0, 4770.0, 4763.0, 4778.0, 4748.0, 4787.0, 4745.0, 4789.0, 4745.0, 4764.0, 4721.0, 4738.0, 4720.0, 4707.0, 4737.0, 4706.0, 4736.0, 4692.0, 4722.0, 4691.0, 4701.0, 4679.0, 4661.0, 4680.0, 4651.0, 4690.0, 4662.0, 4688.0, 4662.0, 4690.0, 4663.0, 4674.0, 4674.0, 4679.0, 4700.0, 4691.0, 4698.0, 4679.0, 4688.0, 4703.0, 4705.0, 4712.0, 4704.0, 4704.0, 4706.0, 4718.0, 4747.0, 4728.0, 4707.0, 4768.0, 4737.0, 4725.0, 4718.0, 4717.0, 4738.0, 4716.0, 4780.0, 4770.0, 4779.0, 4761.0, 4742.0, 4790.0, 4768.0, 4779.0, 4802.0, 4740.0, 4759.0, 4800.0, 4813.0, 4810.0, 4758.0, 4753.0, 4724.0, 4762.0, 4756.0, 4774.0, 4744.0, 4759.0, 4731.0, 4737.0, 4719.0, 4694.0, 4714.0, 4682.0, 4733.0, 4692.0, 4720.0, 4694.0, 4681.0, 4679.0, 4649.0, 4699.0, 4671.0, 4700.0, 4670.0, 4661.0, 4679.0, 4651.0, 4701.0, 4687.0, 4714.0, 4673.0, 4680.0, 4675.0, 4664.0, 4684.0, 4656.0, 4707.0, 4679.0, 4690.0, 4712.0, 4704.0, 4743.0, 4727.0, 4716.0, 4727.0, 4707.0, 4756.0, 4726.0, 4753.0, 4726.0, 4756.0, 4739.0, 4758.0, 4747.0, 4755.0, 4749.0, 4769.0, 4738.0, 4727.0, 4758.0, 4758.0, 4789.0, 4789.0, 4743.0, 4689.0, 4693.0, 4712.0, 4744.0, 4672.0, 4702.0, 4712.0, 4704.0, 4742.0, 4734.0, 4712.0, 4752.0, 4743.0, 4763.0, 4743.0, 4742.0, 4739.0, 4696.0, 4747.0, 4715.0, 4723.0, 4692.0, 4663.0, 4720.0, 4690.0, 4720.0, 4693.0, 4692.0, 4701.0, 4661.0, 4721.0, 4682.0, 4720.0, 4673.0, 4673.0, 4683.0, 4644.0, 4718.0, 4686.0, 4724.0, 4697.0, 4716.0, 4692.0, 4689.0, 4699.0, 4671.0, 4741.0, 4712.0, 4741.0, 4704.0, 4723.0, 4704.0, 4734.0, 4715.0, 4725.0, 4725.0, 4706.0, 4738.0, 4709.0, 4759.0, 4729.0, 4747.0, 4732.0, 4710.0, 4771.0, 4741.0, 4732.0, 4751.0, 4732.0, 4781.0, 4762.0, 4779.0, 4750.0, 4770.0, 4760.0, 4720.0, 4780.0, 4750.0, 4768.0, 4739.0, 4708.0, 4756.0, 4727.0, 4791.0, 4740.0, 4707.0, 4728.0, 4709.0, 4751.0, 4752.0, 4780.0, 4760.0, 4742.0, 4772.0, 4744.0, 4762.0, 4759.0, 4748.0, 4739.0, 4767.0, 4717.0, 4767.0, 4745.0, 4787.0, 4770.0, 4775.0, 4743.0, 4721.0, 4739.0, 4706.0, 4759.0, 4727.0, 4748.0, 4741.0, 4711.0, 4762.0, 4678.0, 4695.0, 4668.0, 4646.0, 4678.0, 4639.0, 4698.0, 4659.0, 4750.0, 4705.0, 4722.0, 4682.0, 4655.0, 4694.0, 4671.0, 4652.0, 4685.0, 4688.0, 4731.0, 4701.0, 4712.0, 4719.0, 4702.0, 4722.0, 4701.0, 4690.0, 4711.0, 4683.0, 4732.0, 4722.0, 4763.0, 4735.0, 4694.0, 4715.0, 4694.0, 4723.0, 4694.0, 4734.0, 4706.0, 4745.0, 4735.0, 4756.0, 4711.0, 4757.0, 4722.0, 4761.0, 4741.0, 4719.0, 4760.0, 4754.0, 4760.0, 4761.0, 4709.0, 4724.0, 4696.0, 4705.0, 4715.0, 4695.0, 4748.0, 4756.0, 4771.0, 4779.0, 4755.0, 4790.0, 4757.0, 4799.0, 4774.0, 4737.0, 4769.0, 4748.0, 4765.0, 4735.0, 4722.0, 4743.0, 4701.0, 4743.0, 4709.0, 4731.0, 4700.0, 4697.0, 4688.0, 4649.0, 4698.0, 4658.0, 4709.0, 4670.0, 4700.0, 4671.0, 4652.0, 4682.0, 4656.0, 4705.0, 4688.0, 4726.0], 'WindowWidth': [10544.0, 10581.0, 10488.0, 10434.0, 10483.0, 10394.0, 10447.0, 10391.0, 10370.0, 10382.0, 10372.0, 10433.0, 10415.0, 10375.0, 10400.0, 10371.0, 10364.0, 10392.0, 10363.0, 10441.0, 10401.0, 10361.0, 10411.0, 10360.0, 10402.0, 10365.0, 10406.0, 10386.0, 10389.0, 10428.0, 10366.0, 10348.0, 10345.0, 10365.0, 10428.0, 10387.0, 10385.0, 10438.0, 10388.0, 10388.0, 10416.0, 10388.0, 10433.0, 10392.0, 10390.0, 10431.0, 10410.0, 10451.0, 10417.0, 10373.0, 10426.0, 10359.0, 10345.0, 10375.0, 10351.0, 10363.0, 10368.0, 10375.0, 10427.0, 10394.0, 10376.0, 10458.0, 10454.0, 10335.0, 10399.0, 10350.0, 10376.0, 10358.0, 10356.0, 10353.0, 10374.0, 10381.0, 10407.0, 10396.0, 10376.0, 10402.0, 10358.0, 10415.0, 10373.0, 10358.0, 10401.0, 10394.0, 10433.0, 10390.0, 10358.0, 10401.0, 10375.0, 10385.0, 10390.0, 10376.0, 10446.0, 10376.0, 10372.0, 10375.0, 10358.0, 10434.0, 10398.0, 10452.0, 10401.0, 10358.0, 10370.0, 10337.0, 10393.0, 10349.0, 10431.0, 10368.0, 10365.0, 10386.0, 10379.0, 10432.0, 10366.0, 10343.0, 10387.0, 10341.0, 10342.0, 10355.0, 10324.0, 10395.0, 10375.0, 10375.0, 10383.0, 10371.0, 10387.0, 10357.0, 10346.0, 10348.0, 10353.0, 10380.0, 10371.0, 10410.0, 10368.0, 10348.0, 10345.0, 10350.0, 10374.0, 10355.0, 10363.0, 10366.0, 10349.0, 10356.0, 10344.0, 10381.0, 10381.0, 10379.0, 10386.0, 10360.0, 10383.0, 10376.0, 10367.0, 10408.0, 10392.0, 10405.0, 10459.0, 10430.0, 10456.0, 10440.0, 10372.0, 10429.0, 10385.0, 10321.0, 10358.0, 10314.0, 10352.0, 10310.0, 10363.0, 10305.0, 10347.0, 10304.0, 10348.0, 10317.0, 10358.0, 10313.0, 10370.0, 10312.0, 10283.0, 10292.0, 10279.0, 10309.0, 10267.0, 10305.0, 10281.0, 10280.0, 10301.0, 10293.0, 10296.0, 10276.0, 10320.0, 10296.0, 10322.0, 10293.0, 10330.0, 10295.0, 10328.0, 10298.0, 10338.0, 10300.0, 10310.0, 10298.0, 10302.0, 10317.0, 10320.0, 10326.0, 10328.0, 10326.0, 10335.0, 10329.0, 10346.0, 10336.0, 10353.0, 10356.0, 10393.0, 10355.0, 10394.0, 10354.0, 10392.0, 10356.0, 10380.0, 10353.0, 10349.0, 10350.0, 10354.0, 10424.0, 10387.0, 10370.0, 10357.0, 10342.0, 10354.0, 10366.0, 10386.0, 10373.0, 10439.0, 10374.0, 10367.0, 10381.0, 10343.0, 10413.0, 10363.0, 10344.0, 10358.0, 10255.0, 10267.0, 10363.0, 10355.0, 10403.0, 10331.0, 10341.0, 10354.0, 10303.0, 10381.0, 10344.0, 10412.0, 10371.0, 10306.0, 10362.0, 10328.0, 10376.0, 10372.0, 10340.0, 10363.0, 10306.0, 10355.0, 10307.0, 10297.0, 10332.0, 10324.0, 10380.0, 10337.0, 10380.0, 10334.0, 10350.0, 10360.0, 10345.0, 10382.0, 10326.0, 10391.0, 10357.0, 10397.0, 10371.0, 10412.0, 10393.0, 10388.0, 10414.0, 10366.0, 10384.0, 10366.0, 10339.0, 10382.0, 10360.0, 10420.0, 10374.0, 10425.0, 10373.0, 10428.0, 10384.0, 10414.0, 10367.0, 10405.0, 10341.0, 10386.0, 10342.0, 10380.0, 10332.0, 10315.0, 10333.0, 10260.0, 10360.0, 10304.0, 10346.0, 10306.0, 10305.0, 10334.0, 10340.0, 10360.0, 10303.0, 10377.0, 10360.0, 10348.0, 10312.0, 10328.0, 10335.0, 10278.0, 10379.0, 10336.0, 10319.0, 10363.0, 10353.0, 10394.0, 10342.0, 10296.0, 10334.0, 10309.0, 10365.0, 10340.0, 10382.0, 10346.0, 10348.0, 10359.0, 10301.0, 10355.0, 10334.0, 10367.0, 10343.0, 10372.0, 10336.0, 10327.0, 10383.0, 10344.0, 10332.0, 10400.0, 10316.0, 10358.0, 10305.0, 10318.0, 10317.0, 10287.0, 10334.0, 10322.0, 10451.0, 10454.0, 10396.0, 10393.0, 10335.0, 10363.0, 10322.0, 10333.0, 10326.0, 10320.0, 10377.0, 10354.0, 10426.0, 10384.0, 10406.0, 10351.0, 10351.0, 10337.0, 10339.0, 10371.0, 10301.0, 10364.0, 10328.0, 10306.0, 10358.0, 10320.0, 10396.0, 10352.0, 10313.0, 10347.0, 10340.0, 10381.0, 10340.0, 10339.0, 10414.0, 10411.0, 10444.0, 10377.0, 10426.0, 10369.0, 10383.0, 10419.0, 10350.0, 10422.0, 10350.0, 10400.0, 10359.0, 10342.0, 10355.0, 10319.0, 10420.0, 10379.0, 10403.0, 10353.0, 10325.0, 10362.0, 10352.0, 10407.0, 10387.0, 10429.0, 10400.0, 10332.0, 10399.0, 10340.0, 10421.0, 10334.0, 10409.0, 10361.0, 10408.0, 10338.0, 10367.0, 10343.0, 10366.0, 10323.0, 10368.0, 10340.0, 10304.0, 10370.0, 10332.0, 10354.0, 10345.0, 10386.0, 10363.0, 10403.0, 10346.0, 10347.0, 10331.0, 10355.0, 10344.0, 10323.0, 10382.0, 10344.0, 10403.0, 10375.0, 10362.0, 10375.0, 10345.0, 10409.0, 10364.0, 10329.0, 10429.0, 10344.0, 10305.0, 10341.0, 10401.0, 10386.0, 10429.0, 10363.0, 10385.0, 10340.0, 10406.0, 10321.0, 10397.0, 10334.0, 10371.0, 10330.0, 10334.0, 10287.0, 10228.0, 10274.0, 10260.0, 10290.0, 10273.0, 10247.0, 10319.0, 10276.0, 10244.0, 10271.0, 10214.0, 10264.0, 10236.0, 10250.0, 10227.0, 10244.0, 10227.0, 10222.0, 10231.0, 10237.0, 10244.0, 10227.0, 10259.0, 10252.0, 10292.0, 10280.0, 10303.0, 10296.0, 10314.0, 10336.0, 10327.0, 10362.0, 10334.0, 10354.0, 10314.0, 10355.0, 10348.0, 10369.0, 10364.0, 10305.0, 10387.0, 10353.0, 10392.0, 10397.0, 10354.0, 10410.0, 10344.0, 10337.0, 10327.0, 10419.0, 10343.0, 10395.0, 10323.0, 10397.0, 10390.0, 10409.0, 10361.0, 10420.0, 10352.0, 10426.0, 10353.0, 10382.0, 10315.0, 10335.0, 10311.0, 10288.0, 10336.0, 10285.0, 10332.0, 10263.0, 10303.0, 10255.0, 10269.0, 10236.0, 10211.0, 10237.0, 10198.0, 10251.0, 10214.0, 10246.0, 10216.0, 10251.0, 10220.0, 10234.0, 10234.0, 10254.0, 10280.0, 10272.0, 10276.0, 10253.0, 10264.0, 10292.0, 10297.0, 10305.0, 10295.0, 10297.0, 10301.0, 10324.0, 10363.0, 10334.0, 10305.0, 10390.0, 10350.0, 10328.0, 10322.0, 10320.0, 10350.0, 10319.0, 10409.0, 10398.0, 10409.0, 10385.0, 10361.0, 10427.0, 10390.0, 10409.0, 10449.0, 10357.0, 10381.0, 10442.0, 10468.0, 10464.0, 10375.0, 10363.0, 10323.0, 10377.0, 10370.0, 10394.0, 10352.0, 10366.0, 10328.0, 10329.0, 10305.0, 10266.0, 10293.0, 10244.0, 10320.0, 10258.0, 10299.0, 10263.0, 10238.0, 10235.0, 10193.0, 10262.0, 10226.0, 10264.0, 10225.0, 10211.0, 10234.0, 10199.0, 10267.0, 10261.0, 10288.0, 10233.0, 10238.0, 10237.0, 10222.0, 10249.0, 10217.0, 10286.0, 10253.0, 10271.0, 10301.0, 10295.0, 10348.0, 10332.0, 10316.0, 10332.0, 10304.0, 10369.0, 10328.0, 10363.0, 10329.0, 10369.0, 10348.0, 10374.0, 10360.0, 10369.0, 10364.0, 10394.0, 10346.0, 10330.0, 10373.0, 10382.0, 10436.0, 10440.0, 10351.0, 10260.0, 10273.0, 10299.0, 10348.0, 10251.0, 10288.0, 10300.0, 10299.0, 10350.0, 10344.0, 10309.0, 10362.0, 10352.0, 10385.0, 10350.0, 10343.0, 10341.0, 10271.0, 10350.0, 10297.0, 10303.0, 10258.0, 10217.0, 10295.0, 10255.0, 10297.0, 10262.0, 10260.0, 10271.0, 10215.0, 10298.0, 10245.0, 10295.0, 10237.0, 10234.0, 10250.0, 10198.0, 10303.0, 10259.0, 10309.0, 10275.0, 10299.0, 10274.0, 10266.0, 10280.0, 10248.0, 10341.0, 10303.0, 10341.0, 10295.0, 10318.0, 10296.0, 10335.0, 10313.0, 10326.0, 10325.0, 10301.0, 10347.0, 10309.0, 10376.0, 10336.0, 10360.0, 10348.0, 10315.0, 10400.0, 10361.0, 10348.0, 10372.0, 10347.0, 10413.0, 10387.0, 10409.0, 10370.0, 10398.0, 10385.0, 10329.0, 10414.0, 10369.0, 10392.0, 10354.0, 10308.0, 10371.0, 10333.0, 10428.0, 10355.0, 10310.0, 10337.0, 10314.0, 10374.0, 10374.0, 10412.0, 10382.0, 10358.0, 10397.0, 10364.0, 10386.0, 10376.0, 10361.0, 10352.0, 10390.0, 10320.0, 10389.0, 10356.0, 10424.0, 10401.0, 10402.0, 10351.0, 10312.0, 10338.0, 10286.0, 10367.0, 10317.0, 10353.0, 10346.0, 10301.0, 10377.0, 10227.0, 10251.0, 10212.0, 10179.0, 10225.0, 10172.0, 10256.0, 10206.0, 10356.0, 10287.0, 10302.0, 10248.0, 10214.0, 10264.0, 10231.0, 10204.0, 10255.0, 10266.0, 10325.0, 10287.0, 10303.0, 10309.0, 10290.0, 10316.0, 10285.0, 10270.0, 10296.0, 10262.0, 10329.0, 10319.0, 10377.0, 10340.0, 10281.0, 10312.0, 10281.0, 10319.0, 10280.0, 10336.0, 10301.0, 10353.0, 10342.0, 10372.0, 10316.0, 10372.0, 10330.0, 10389.0, 10359.0, 10325.0, 10380.0, 10377.0, 10380.0, 10385.0, 10311.0, 10321.0, 10282.0, 10299.0, 10312.0, 10286.0, 10366.0, 10376.0, 10406.0, 10420.0, 10377.0, 10441.0, 10380.0, 10451.0, 10402.0, 10335.0, 10388.0, 10351.0, 10376.0, 10330.0, 10306.0, 10341.0, 10271.0, 10337.0, 10279.0, 10317.0, 10267.0, 10258.0, 10247.0, 10195.0, 10262.0, 10209.0, 10279.0, 10229.0, 10267.0, 10232.0, 10209.0, 10249.0, 10218.0, 10285.0, 10265.0, 10315.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.005602612197928653</td></tr>
<tr><td colspan=3>aqi</td><td>0.06914329033371691</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.39121075831797</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2085272723847924</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0370400720391695</td></tr>
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
<tr><td colspan=3>fber</td><td>3599.6226</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18096611549407704</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>251</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.883774453394707</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5329912768472056</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4704437592818493</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688515299537164</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4400147717226033</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133043</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002731290413066745</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020081613212823868</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.259416957663838</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>14.6931</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.2801</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>271.0915</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292818.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1316.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>489.5936</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8751</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>603.9139</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3899.8768</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4053.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83726.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1670.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>951.533</td></tr>
<tr><td colspan=3>tsnr</td><td>23.811745418352075</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>