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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0131_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-03_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-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-01_task-social_acq-mb8_run-03_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-0131/ses-01/func/sub-0131_ses-01_task-social_acq-mb8_run-03_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>8a7e72cf152745048d7fc8d7798d4837</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>18:05:32.212500</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.997595, 0.0672646, -0.016696, -0.0662602, 0.996297, 0.0547839]</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-03_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.0880239</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -8138, -7339, 618, -229, -981, 794, 116]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.369</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a586fa61-1e4d-4a39-8168-e3991aea00e7||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.676475763320923, -0.17777137458324432, -0.05486191436648369, 122.99714660644531], [-0.18046613037586212, 2.672992706298828, 0.1445738971233368, -98.4102783203125], [-0.044794220477342606, -0.14698119461536407, 2.695568323135376, -61.668800354003906], [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': ['180532.212500', '180532.672500', '180533.132500', '180533.592500', '180534.052500', '180534.512500', '180534.972500', '180535.432500', '180535.892500', '180536.352500', '180536.812500', '180537.272500', '180537.732500', '180538.192500', '180538.652500', '180539.112500', '180539.572500', '180540.032500', '180540.492500', '180540.952500', '180541.412500', '180541.872500', '180542.332500', '180542.792500', '180543.252500', '180543.712500', '180544.172500', '180544.632500', '180545.092500', '180545.552500', '180546.012500', '180546.472500', '180546.932500', '180547.392500', '180547.852500', '180548.312500', '180548.772500', '180549.232500', '180549.692500', '180550.152500', '180550.612500', '180551.072500', '180551.532500', '180551.992500', '180552.452500', '180552.912500', '180553.372500', '180553.832500', '180554.292500', '180554.752500', '180555.212500', '180555.672500', '180556.132500', '180556.592500', '180557.052500', '180557.512500', '180557.972500', '180558.432500', '180558.892500', '180559.352500', '180559.812500', '180600.272500', '180600.732500', '180601.192500', '180601.652500', '180602.112500', '180602.572500', '180603.032500', '180603.492500', '180603.952500', '180604.412500', '180604.872500', '180605.332500', '180605.792500', '180606.252500', '180606.712500', '180607.172500', '180607.632500', '180608.092500', '180608.552500', '180609.012500', '180609.472500', '180609.932500', '180610.392500', '180610.852500', '180611.312500', '180611.772500', '180612.232500', '180612.692500', '180613.152500', '180613.612500', '180614.072500', '180614.532500', '180614.992500', '180615.452500', '180615.912500', '180616.372500', '180616.832500', '180617.292500', '180617.752500', '180618.212500', '180618.672500', '180619.132500', '180619.592500', '180620.052500', '180620.512500', '180620.972500', '180621.432500', '180621.892500', '180622.352500', '180622.812500', '180623.272500', '180623.732500', '180624.192500', '180624.652500', '180625.112500', '180625.572500', '180626.032500', '180626.492500', '180626.952500', '180627.412500', '180627.872500', '180628.332500', '180628.792500', '180629.252500', '180629.712500', '180630.172500', '180630.632500', '180631.092500', '180631.552500', '180632.012500', '180632.472500', '180632.932500', '180633.392500', '180633.852500', '180634.312500', '180634.772500', '180635.232500', '180635.692500', '180636.152500', '180636.612500', '180637.072500', '180637.532500', '180637.992500', '180638.452500', '180638.912500', '180639.372500', '180639.832500', '180640.292500', '180640.752500', '180641.212500', '180641.672500', '180642.132500', '180642.592500', '180643.052500', '180643.512500', '180643.972500', '180644.432500', '180644.892500', '180645.352500', '180645.812500', '180646.272500', '180646.732500', '180647.192500', '180647.652500', '180648.112500', '180648.572500', '180649.032500', '180649.492500', '180649.952500', '180650.412500', '180650.872500', '180651.332500', '180651.792500', '180652.252500', '180652.712500', '180653.172500', '180653.632500', '180654.092500', '180654.552500', '180655.012500', '180655.472500', '180655.932500', '180656.392500', '180656.852500', '180657.312500', '180657.772500', '180658.232500', '180658.692500', '180659.152500', '180659.612500', '180700.072500', '180700.532500', '180700.992500', '180701.452500', '180701.912500', '180702.372500', '180702.832500', '180703.292500', '180703.752500', '180704.212500', '180704.672500', '180705.132500', '180705.592500', '180706.052500', '180706.512500', '180706.972500', '180707.432500', '180707.892500', '180708.352500', '180708.812500', '180709.272500', '180709.732500', '180710.192500', '180710.652500', '180711.112500', '180711.572500', '180712.032500', '180712.492500', '180712.952500', '180713.412500', '180713.872500', '180714.332500', '180714.792500', '180715.252500', '180715.712500', '180716.172500', '180716.632500', '180717.092500', '180717.552500', '180718.012500', '180718.472500', '180718.932500', '180719.392500', '180719.852500', '180720.312500', '180720.772500', '180721.232500', '180721.692500', '180722.152500', '180722.612500', '180723.072500', '180723.532500', '180723.992500', '180724.452500', '180724.912500', '180725.372500', '180725.832500', '180726.292500', '180726.752500', '180727.212500', '180727.672500', '180728.132500', '180728.592500', '180729.052500', '180729.512500', '180729.972500', '180730.432500', '180730.892500', '180731.352500', '180731.812500', '180732.272500', '180732.732500', '180733.192500', '180733.652500', '180734.112500', '180734.572500', '180735.032500', '180735.492500', '180735.952500', '180736.412500', '180736.872500', '180737.332500', '180737.792500', '180738.252500', '180738.712500', '180739.172500', '180739.632500', '180740.092500', '180740.552500', '180741.012500', '180741.472500', '180741.932500', '180742.392500', '180742.852500', '180743.312500', '180743.772500', '180744.232500', '180744.692500', '180745.152500', '180745.612500', '180746.072500', '180746.532500', '180746.992500', '180747.452500', '180747.912500', '180748.372500', '180748.832500', '180749.292500', '180749.752500', '180750.212500', '180750.672500', '180751.132500', '180751.592500', '180752.052500', '180752.512500', '180752.972500', '180753.432500', '180753.892500', '180754.352500', '180754.812500', '180755.272500', '180755.732500', '180756.192500', '180756.652500', '180757.112500', '180757.572500', '180758.032500', '180758.492500', '180758.952500', '180759.412500', '180759.872500', '180800.332500', '180800.792500', '180801.252500', '180801.712500', '180802.172500', '180802.632500', '180803.092500', '180803.552500', '180804.012500', '180804.472500', '180804.932500', '180805.392500', '180805.852500', '180806.312500', '180806.772500', '180807.232500', '180807.692500', '180808.152500', '180808.612500', '180809.072500', '180809.532500', '180809.992500', '180810.452500', '180810.912500', '180811.372500', '180811.832500', '180812.292500', '180812.752500', '180813.212500', '180813.672500', '180814.132500', '180814.592500', '180815.052500', '180815.512500', '180815.972500', '180816.432500', '180816.892500', '180817.352500', '180817.812500', '180818.272500', '180818.732500', '180819.192500', '180819.652500', '180820.112500', '180820.572500', '180821.032500', '180821.492500', '180821.952500', '180822.412500', '180822.872500', '180823.332500', '180823.792500', '180824.252500', '180824.712500', '180825.172500', '180825.632500', '180826.092500', '180826.552500', '180827.012500', '180827.472500', '180827.932500', '180828.392500', '180828.852500', '180829.312500', '180829.772500', '180830.232500', '180830.692500', '180831.152500', '180831.612500', '180832.072500', '180832.532500', '180832.992500', '180833.452500', '180833.912500', '180834.372500', '180834.832500', '180835.292500', '180835.752500', '180836.212500', '180836.672500', '180837.132500', '180837.592500', '180838.052500', '180838.512500', '180838.972500', '180839.432500', '180839.892500', '180840.352500', '180840.812500', '180841.272500', '180841.732500', '180842.192500', '180842.652500', '180843.112500', '180843.572500', '180844.032500', '180844.492500', '180844.952500', '180845.412500', '180845.872500', '180846.332500', '180846.792500', '180847.252500', '180847.712500', '180848.172500', '180848.632500', '180849.092500', '180849.552500', '180850.012500', '180850.472500', '180850.932500', '180851.392500', '180851.852500', '180852.312500', '180852.772500', '180853.232500', '180853.692500', '180854.152500', '180854.612500', '180855.072500', '180855.532500', '180855.992500', '180856.452500', '180856.912500', '180857.372500', '180857.832500', '180858.292500', '180858.752500', '180859.212500', '180859.672500', '180900.132500', '180900.592500', '180901.052500', '180901.512500', '180901.972500', '180902.432500', '180902.892500', '180903.352500', '180903.812500', '180904.272500', '180904.732500', '180905.192500', '180905.652500', '180906.112500', '180906.572500', '180907.032500', '180907.492500', '180907.952500', '180908.412500', '180908.872500', '180909.332500', '180909.792500', '180910.252500', '180910.712500', '180911.172500', '180911.632500', '180912.092500', '180912.552500', '180913.012500', '180913.472500', '180913.932500', '180914.392500', '180914.852500', '180915.312500', '180915.772500', '180916.232500', '180916.692500', '180917.152500', '180917.612500', '180918.072500', '180918.532500', '180918.992500', '180919.452500', '180919.912500', '180920.372500', '180920.832500', '180921.292500', '180921.752500', '180922.212500', '180922.672500', '180923.132500', '180923.592500', '180924.052500', '180924.512500', '180924.972500', '180925.432500', '180925.892500', '180926.352500', '180926.812500', '180927.272500', '180927.732500', '180928.192500', '180928.652500', '180929.112500', '180929.572500', '180930.032500', '180930.492500', '180930.952500', '180931.412500', '180931.872500', '180932.332500', '180932.792500', '180933.252500', '180933.712500', '180934.172500', '180934.632500', '180935.092500', '180935.552500', '180936.012500', '180936.472500', '180936.932500', '180937.392500', '180937.852500', '180938.312500', '180938.772500', '180939.232500', '180939.692500', '180940.152500', '180940.612500', '180941.072500', '180941.532500', '180941.992500', '180942.452500', '180942.912500', '180943.372500', '180943.832500', '180944.292500', '180944.752500', '180945.212500', '180945.672500', '180946.132500', '180946.592500', '180947.052500', '180947.512500', '180947.972500', '180948.432500', '180948.892500', '180949.352500', '180949.812500', '180950.272500', '180950.732500', '180951.192500', '180951.652500', '180952.112500', '180952.572500', '180953.032500', '180953.492500', '180953.952500', '180954.412500', '180954.872500', '180955.332500', '180955.792500', '180956.252500', '180956.712500', '180957.172500', '180957.632500', '180958.092500', '180958.552500', '180959.012500', '180959.472500', '180959.932500', '181000.392500', '181000.852500', '181001.312500', '181001.772500', '181002.232500', '181002.692500', '181003.152500', '181003.612500', '181004.072500', '181004.532500', '181004.992500', '181005.452500', '181005.912500', '181006.372500', '181006.832500', '181007.292500', '181007.752500', '181008.212500', '181008.672500', '181009.132500', '181009.592500', '181010.052500', '181010.512500', '181010.972500', '181011.432500', '181011.892500', '181012.352500', '181012.812500', '181013.272500', '181013.732500', '181014.192500', '181014.652500', '181015.112500', '181015.572500', '181016.032500', '181016.492500', '181016.952500', '181017.412500', '181017.872500', '181018.332500', '181018.792500', '181019.252500', '181019.712500', '181020.172500', '181020.632500', '181021.092500', '181021.552500', '181022.012500', '181022.472500', '181022.932500', '181023.392500', '181023.852500', '181024.312500', '181024.772500', '181025.232500', '181025.692500', '181026.152500', '181026.612500', '181027.072500', '181027.532500', '181027.992500', '181028.452500', '181028.912500', '181029.372500', '181029.832500', '181030.292500', '181030.752500', '181031.212500', '181031.672500', '181032.132500', '181032.592500', '181033.052500', '181033.512500', '181033.972500', '181034.432500', '181034.892500', '181035.352500', '181035.812500', '181036.272500', '181036.732500', '181037.192500', '181037.652500', '181038.112500', '181038.572500', '181039.032500', '181039.492500', '181039.952500', '181040.412500', '181040.872500', '181041.332500', '181041.792500', '181042.252500', '181042.712500', '181043.172500', '181043.632500', '181044.092500', '181044.552500', '181045.012500', '181045.472500', '181045.932500', '181046.392500', '181046.852500', '181047.312500', '181047.772500', '181048.232500', '181048.692500', '181049.152500', '181049.612500', '181050.072500', '181050.532500', '181050.992500', '181051.452500', '181051.912500', '181052.372500', '181052.832500', '181053.292500', '181053.752500', '181054.212500', '181054.672500', '181055.132500', '181055.592500', '181056.052500', '181056.512500', '181056.972500', '181057.432500', '181057.892500', '181058.352500', '181058.812500', '181059.272500', '181059.732500', '181100.192500', '181100.652500', '181101.112500', '181101.572500', '181102.032500', '181102.492500', '181102.952500', '181103.412500', '181103.872500', '181104.332500', '181104.792500', '181105.252500', '181105.712500', '181106.172500', '181106.632500', '181107.092500', '181107.552500', '181108.012500', '181108.472500', '181108.932500', '181109.392500', '181109.852500', '181110.312500', '181110.772500', '181111.232500', '181111.692500', '181112.152500', '181112.612500', '181113.072500', '181113.532500', '181113.992500', '181114.452500', '181114.912500', '181115.372500', '181115.832500', '181116.292500', '181116.752500', '181117.212500', '181117.672500', '181118.132500', '181118.592500', '181119.052500', '181119.512500', '181119.972500', '181120.432500', '181120.892500', '181121.352500', '181121.812500', '181122.272500', '181122.732500', '181123.192500', '181123.652500', '181124.112500', '181124.572500', '181125.032500', '181125.492500', '181125.952500', '181126.412500', '181126.872500', '181127.332500', '181127.792500', '181128.252500', '181128.712500', '181129.172500', '181129.632500', '181130.092500', '181130.552500', '181131.012500', '181131.472500', '181131.932500', '181132.392500', '181132.852500', '181133.312500', '181133.772500', '181134.232500', '181134.692500', '181135.152500', '181135.612500', '181136.072500', '181136.532500', '181136.992500', '181137.452500', '181137.912500', '181138.372500', '181138.832500', '181139.292500', '181139.752500', '181140.212500', '181140.672500', '181141.132500', '181141.592500', '181142.052500', '181142.512500', '181142.972500', '181143.432500', '181143.892500', '181144.352500', '181144.812500', '181145.272500', '181145.732500', '181146.192500', '181146.652500', '181147.112500', '181147.572500', '181148.032500', '181148.492500', '181148.952500', '181149.412500', '181149.872500', '181150.332500', '181150.792500', '181151.252500', '181151.712500', '181152.172500', '181152.632500', '181153.092500', '181153.552500', '181154.012500', '181154.472500', '181154.932500', '181155.392500', '181155.852500', '181156.312500', '181156.772500', '181157.232500', '181157.692500', '181158.152500', '181158.612500', '181159.072500', '181159.532500', '181159.992500', '181200.452500', '181200.912500', '181201.372500', '181201.832500', '181202.292500', '181202.752500', '181203.212500', '181203.672500', '181204.132500', '181204.592500', '181205.052500', '181205.512500', '181205.972500', '181206.432500', '181206.892500', '181207.352500', '181207.812500', '181208.272500', '181208.732500', '181209.192500', '181209.652500', '181210.112500', '181210.572500', '181211.032500', '181211.492500', '181211.952500', '181212.412500', '181212.872500'], 'ContentTime': ['180543.815000', '180543.819000', '180543.821000', '180543.825000', '180543.827000', '180543.830000', '180543.833000', '180543.837000', '180543.840000', '180543.843000', '180543.856000', '180543.859000', '180543.862000', '180543.876000', '180543.879000', '180543.881000', '180543.884000', '180543.887000', '180543.890000', '180543.893000', '180543.896000', '180543.899000', '180543.902000', '180543.905000', '180603.783000', '180603.786000', '180603.789000', '180603.796000', '180603.799000', '180603.801000', '180603.804000', '180603.807000', '180603.810000', '180603.813000', '180603.815000', '180603.818000', '180603.821000', '180603.823000', '180603.826000', '180603.829000', '180603.832000', '180603.834000', '180603.837000', '180603.840000', '180603.842000', '180603.845000', '180603.848000', '180603.851000', '180603.853000', '180603.856000', '180603.859000', '180603.861000', '180603.864000', '180603.867000', '180603.870000', '180603.873000', '180603.875000', '180603.878000', '180603.881000', '180603.883000', '180603.886000', '180603.889000', '180603.892000', '180603.895000', '180603.899000', '180603.902000', '180603.905000', '180623.783000', '180623.786000', '180623.789000', '180623.791000', '180623.794000', '180623.797000', '180623.857000', '180623.860000', '180623.863000', '180623.865000', '180623.868000', '180623.871000', '180623.873000', '180623.876000', '180623.879000', '180623.881000', '180623.884000', '180623.887000', '180623.889000', '180623.892000', '180623.894000', '180623.897000', '180623.900000', '180623.902000', '180623.905000', '180623.908000', '180623.910000', '180623.913000', '180623.915000', '180623.918000', '180623.921000', '180623.932000', '180623.935000', '180623.937000', '180623.940000', '180623.942000', '180623.945000', '180623.948000', '180623.950000', '180623.958000', '180623.961000', '180623.963000', '180623.966000', '180643.783000', '180643.786000', '180643.789000', '180643.791000', '180643.794000', '180643.797000', '180643.800000', '180643.802000', '180643.805000', '180643.808000', '180643.810000', '180643.813000', '180643.816000', '180643.818000', '180643.821000', '180643.823000', '180643.826000', '180643.829000', '180643.832000', '180643.834000', '180643.837000', '180643.840000', '180643.843000', '180643.845000', '180643.848000', '180643.850000', '180643.853000', '180643.856000', '180643.859000', '180643.862000', '180643.864000', '180643.867000', '180643.869000', '180643.872000', '180643.875000', '180643.878000', '180643.880000', '180643.883000', '180643.886000', '180643.888000', '180643.891000', '180643.894000', '180643.897000', '180643.899000', '180703.783000', '180703.786000', '180703.789000', '180703.791000', '180703.794000', '180703.796000', '180703.799000', '180703.802000', '180703.804000', '180703.807000', '180703.809000', '180703.812000', '180703.814000', '180703.817000', '180703.820000', '180703.823000', '180703.826000', '180703.829000', '180703.832000', '180703.834000', '180703.837000', '180703.839000', '180703.842000', '180703.845000', '180703.847000', '180703.850000', '180703.852000', '180703.857000', '180703.859000', '180703.862000', '180703.865000', '180703.867000', '180703.870000', '180703.872000', '180703.875000', '180703.877000', '180703.880000', '180703.882000', '180703.885000', '180703.888000', '180703.890000', '180703.893000', '180703.895000', '180723.782000', '180723.785000', '180723.788000', '180723.790000', '180723.793000', '180723.795000', '180723.798000', '180723.801000', '180723.803000', '180723.806000', '180723.808000', '180723.811000', '180723.813000', '180723.816000', '180723.819000', '180723.821000', '180723.824000', '180723.826000', '180723.829000', '180723.831000', '180723.834000', '180723.837000', '180723.839000', '180723.842000', '180723.844000', '180723.847000', '180723.849000', '180723.852000', '180723.854000', '180723.857000', '180723.860000', '180723.862000', '180723.865000', '180723.867000', '180723.870000', '180723.872000', '180723.875000', '180723.877000', '180723.880000', '180723.883000', '180723.885000', '180723.888000', '180723.890000', '180723.893000', '180743.783000', '180743.787000', '180743.790000', '180743.793000', '180743.795000', '180743.798000', '180743.801000', '180743.803000', '180743.806000', '180743.808000', '180743.811000', '180743.814000', '180743.820000', '180743.822000', '180743.825000', '180743.827000', '180743.830000', '180743.832000', '180743.835000', '180743.838000', '180743.840000', '180743.843000', '180743.845000', '180743.848000', '180743.850000', '180743.853000', '180743.855000', '180743.858000', '180743.861000', '180743.863000', '180743.866000', '180743.868000', '180743.871000', '180743.873000', '180743.876000', '180743.879000', '180743.881000', '180743.884000', '180743.886000', '180743.889000', '180743.891000', '180743.894000', '180743.897000', '180803.783000', '180803.786000', '180803.789000', '180803.791000', '180803.794000', '180803.797000', '180803.799000', '180803.942000', '180803.945000', '180803.947000', '180803.950000', '180803.952000', '180803.955000', '180803.958000', '180803.960000', '180803.963000', '180803.965000', '180803.968000', '180803.971000', '180803.973000', '180803.976000', '180803.978000', '180803.981000', '180803.983000', '180803.986000', '180803.988000', '180803.991000', '180804.004000', '180804.006000', '180804.009000', '180804.012000', '180804.014000', '180804.017000', '180804.019000', '180804.022000', '180804.024000', '180804.027000', '180804.030000', '180804.032000', '180804.035000', '180804.037000', '180804.040000', '180804.043000', '180804.045000', '180823.784000', '180823.786000', '180823.789000', '180823.791000', '180823.794000', '180823.797000', '180823.799000', '180823.848000', '180823.851000', '180823.854000', '180823.856000', '180823.859000', '180823.861000', '180823.864000', '180823.866000', '180823.869000', '180823.872000', '180823.874000', '180823.877000', '180823.880000', '180823.882000', '180823.885000', '180823.887000', '180823.890000', '180823.893000', '180823.897000', '180823.900000', '180823.903000', '180823.905000', '180823.908000', '180823.910000', '180823.913000', '180823.916000', '180823.918000', '180823.921000', '180823.923000', '180823.926000', '180823.929000', '180823.931000', '180823.934000', '180823.936000', '180823.939000', '180823.942000', '180843.783000', '180843.786000', '180843.789000', '180843.791000', '180843.794000', '180843.797000', '180843.799000', '180843.834000', '180843.837000', '180843.839000', '180843.842000', '180843.844000', '180843.847000', '180843.850000', '180843.852000', '180843.855000', '180843.857000', '180843.860000', '180843.863000', '180843.865000', '180843.868000', '180843.870000', '180843.873000', '180843.876000', '180843.878000', '180843.881000', '180843.884000', '180843.886000', '180843.889000', '180843.891000', '180843.894000', '180843.896000', '180843.899000', '180843.902000', '180843.904000', '180843.907000', '180843.909000', '180843.912000', '180843.914000', '180843.917000', '180843.920000', '180843.922000', '180843.925000', '180843.927000', '180903.784000', '180903.786000', '180903.789000', '180903.792000', '180903.794000', '180903.797000', '180903.799000', '180903.853000', '180903.855000', '180903.858000', '180903.861000', '180903.863000', '180903.866000', '180903.868000', '180903.871000', '180903.873000', '180903.876000', '180903.879000', '180903.881000', '180903.884000', '180903.886000', '180903.889000', '180903.891000', '180903.894000', '180903.897000', '180903.899000', '180903.902000', '180903.904000', '180903.907000', '180903.910000', '180903.912000', '180903.915000', '180903.918000', '180903.920000', '180903.923000', '180903.926000', '180903.928000', '180903.931000', '180903.933000', '180903.936000', '180903.939000', '180903.941000', '180903.944000', '180923.783000', '180923.786000', '180923.789000', '180923.792000', '180923.794000', '180923.797000', '180923.846000', '180923.849000', '180923.851000', '180923.854000', '180923.856000', '180923.859000', '180923.862000', '180923.865000', '180923.867000', '180923.870000', '180923.872000', '180923.875000', '180923.878000', '180923.880000', '180923.883000', '180923.886000', '180923.888000', '180923.891000', '180923.894000', '180923.896000', '180923.899000', '180923.901000', '180923.904000', '180923.906000', '180923.909000', '180923.912000', '180923.914000', '180923.917000', '180923.919000', '180923.922000', '180923.924000', '180923.927000', '180923.930000', '180923.932000', '180923.935000', '180923.937000', '180923.940000', '180923.943000', '180943.782000', '180943.785000', '180943.788000', '180943.791000', '180943.793000', '180943.796000', '180943.799000', '180943.828000', '180943.856000', '180943.859000', '180943.862000', '180943.865000', '180943.868000', '180943.871000', '180943.873000', '180943.876000', '180943.878000', '180943.881000', '180943.883000', '180943.886000', '180943.889000', '180943.891000', '180943.894000', '180943.896000', '180943.899000', '180943.901000', '180943.904000', '180943.907000', '180943.909000', '180943.912000', '180943.915000', '180943.917000', '180943.920000', '180943.922000', '180943.925000', '180943.927000', '180943.930000', '180943.933000', '180943.936000', '180943.939000', '180943.941000', '180943.944000', '180943.946000', '181003.783000', '181003.786000', '181003.789000', '181003.791000', '181003.794000', '181003.797000', '181003.799000', '181003.834000', '181003.837000', '181003.839000', '181003.842000', '181003.844000', '181003.847000', '181003.850000', '181003.852000', '181003.855000', '181003.857000', '181003.860000', '181003.863000', '181003.865000', '181003.868000', '181003.870000', '181003.873000', '181003.876000', '181003.878000', '181003.881000', '181003.883000', '181003.886000', '181003.888000', '181003.891000', '181003.894000', '181003.896000', '181003.899000', '181003.901000', '181003.904000', '181003.907000', '181003.909000', '181003.912000', '181003.915000', '181003.917000', '181003.920000', '181003.922000', '181003.925000', '181003.927000', '181023.783000', '181023.786000', '181023.789000', '181023.791000', '181023.794000', '181023.797000', '181023.799000', '181023.833000', '181023.835000', '181023.838000', '181023.840000', '181023.843000', '181023.846000', '181023.848000', '181023.851000', '181023.853000', '181023.856000', '181023.859000', '181023.861000', '181023.864000', '181023.866000', '181023.869000', '181023.871000', '181023.874000', '181023.877000', '181023.879000', '181023.882000', '181023.884000', '181023.887000', '181023.889000', '181023.892000', '181023.895000', '181023.897000', '181023.900000', '181023.903000', '181023.905000', '181023.908000', '181023.911000', '181023.913000', '181023.916000', '181023.918000', '181023.921000', '181023.924000', '181043.784000', '181043.794000', '181043.796000', '181043.799000', '181043.801000', '181043.804000', '181043.807000', '181043.809000', '181043.812000', '181043.815000', '181043.817000', '181043.820000', '181043.822000', '181043.825000', '181043.828000', '181043.830000', '181043.833000', '181043.836000', '181043.838000', '181043.841000', '181043.843000', '181043.846000', '181043.848000', '181043.851000', '181043.854000', '181043.856000', '181043.859000', '181043.862000', '181043.864000', '181043.867000', '181043.869000', '181043.872000', '181043.875000', '181043.877000', '181043.880000', '181043.882000', '181043.885000', '181043.888000', '181043.890000', '181043.893000', '181043.895000', '181043.898000', '181043.901000', '181043.903000', '181103.783000', '181103.786000', '181103.789000', '181103.791000', '181103.794000', '181103.797000', '181103.799000', '181103.802000', '181103.805000', '181103.807000', '181103.810000', '181103.812000', '181103.815000', '181103.818000', '181103.820000', '181103.823000', '181103.825000', '181103.828000', '181103.839000', '181103.841000', '181103.844000', '181103.847000', '181103.849000', '181103.852000', '181103.854000', '181103.857000', '181103.860000', '181103.862000', '181103.865000', '181103.867000', '181103.870000', '181103.872000', '181103.875000', '181103.878000', '181103.880000', '181103.883000', '181103.885000', '181103.888000', '181103.890000', '181103.893000', '181103.896000', '181103.898000', '181103.901000', '181123.784000', '181123.786000', '181123.789000', '181123.791000', '181123.794000', '181123.797000', '181123.856000', '181123.858000', '181123.861000', '181123.864000', '181123.866000', '181123.869000', '181123.871000', '181123.874000', '181123.876000', '181123.879000', '181123.882000', '181123.884000', '181123.887000', '181123.890000', '181123.892000', '181123.895000', '181123.897000', '181123.900000', '181123.902000', '181123.905000', '181123.908000', '181123.910000', '181123.913000', '181123.915000', '181123.918000', '181123.920000', '181123.923000', '181123.926000', '181123.928000', '181123.931000', '181123.933000', '181123.936000', '181123.939000', '181123.941000', '181123.944000', '181123.947000', '181123.949000', '181123.952000', '181143.784000', '181143.786000', '181143.789000', '181143.792000', '181143.794000', '181143.797000', '181143.843000', '181143.846000', '181143.848000', '181143.851000', '181143.853000', '181143.856000', '181143.859000', '181143.861000', '181143.870000', '181143.873000', '181143.876000', '181143.884000', '181143.887000', '181143.889000', '181143.892000', '181143.895000', '181143.897000', '181143.900000', '181143.903000', '181143.905000', '181143.908000', '181143.911000', '181143.913000', '181143.916000', '181143.918000', '181143.921000', '181143.924000', '181143.926000', '181143.929000', '181143.931000', '181143.934000', '181143.936000', '181143.939000', '181143.942000', '181143.944000', '181143.947000', '181143.950000', '181203.783000', '181203.785000', '181203.788000', '181203.791000', '181203.793000', '181203.796000', '181203.798000', '181203.847000', '181203.850000', '181203.852000', '181203.855000', '181203.858000', '181203.860000', '181203.863000', '181203.865000', '181203.868000', '181203.871000', '181203.873000', '181203.876000', '181203.878000', '181203.881000', '181203.883000', '181203.886000', '181203.889000', '181203.891000', '181203.894000', '181203.896000', '181203.899000', '181203.901000', '181203.904000', '181203.907000', '181203.909000', '181203.912000', '181203.914000', '181203.917000', '181203.920000', '181203.922000', '181203.925000', '181203.927000', '181203.930000', '181203.932000', '181203.935000', '181203.938000', '181203.940000', '181213.834000', '181213.838000', '181213.840000', '181213.843000', '181213.846000', '181213.848000', '181213.851000', '181213.853000', '181213.856000', '181213.859000', '181213.861000', '181213.864000', '181213.867000', '181213.870000', '181213.872000', '181213.875000', '181213.878000', '181213.880000', '181213.883000', '181213.891000', '181213.895000', '181213.898000'], 'InstanceCreationTime': ['180543.815000', '180543.819000', '180543.821000', '180543.825000', '180543.827000', '180543.830000', '180543.833000', '180543.837000', '180543.840000', '180543.843000', '180543.856000', '180543.859000', '180543.862000', '180543.876000', '180543.879000', '180543.881000', '180543.884000', '180543.887000', '180543.890000', '180543.893000', '180543.896000', '180543.899000', '180543.902000', '180543.905000', '180603.783000', '180603.786000', '180603.789000', '180603.796000', '180603.799000', '180603.801000', '180603.804000', '180603.807000', '180603.810000', '180603.813000', '180603.815000', '180603.818000', '180603.821000', '180603.823000', '180603.826000', '180603.829000', '180603.832000', '180603.834000', '180603.837000', '180603.840000', '180603.842000', '180603.845000', '180603.848000', '180603.851000', '180603.853000', '180603.856000', '180603.859000', '180603.861000', '180603.864000', '180603.867000', '180603.870000', '180603.873000', '180603.875000', '180603.878000', '180603.881000', '180603.883000', '180603.886000', '180603.889000', '180603.892000', '180603.895000', '180603.899000', '180603.902000', '180603.905000', '180623.783000', '180623.786000', '180623.789000', '180623.791000', '180623.794000', '180623.797000', '180623.857000', '180623.860000', '180623.863000', '180623.865000', '180623.868000', '180623.871000', '180623.873000', '180623.876000', '180623.879000', '180623.881000', '180623.884000', '180623.887000', '180623.889000', '180623.892000', '180623.894000', '180623.897000', '180623.900000', '180623.902000', '180623.905000', '180623.908000', '180623.910000', '180623.913000', '180623.915000', '180623.918000', '180623.921000', '180623.932000', '180623.935000', '180623.937000', '180623.940000', '180623.942000', '180623.945000', '180623.948000', '180623.950000', '180623.958000', '180623.961000', '180623.963000', '180623.966000', '180643.783000', '180643.786000', '180643.789000', '180643.791000', '180643.794000', '180643.797000', '180643.800000', '180643.802000', '180643.805000', '180643.808000', '180643.810000', '180643.813000', '180643.816000', '180643.818000', '180643.821000', '180643.823000', '180643.826000', '180643.829000', '180643.832000', '180643.834000', '180643.837000', '180643.840000', '180643.843000', '180643.845000', '180643.848000', '180643.850000', '180643.853000', '180643.856000', '180643.859000', '180643.862000', '180643.864000', '180643.867000', '180643.869000', '180643.872000', '180643.875000', '180643.878000', '180643.880000', '180643.883000', '180643.886000', '180643.888000', '180643.891000', '180643.894000', '180643.897000', '180643.899000', '180703.783000', '180703.786000', '180703.789000', '180703.791000', '180703.794000', '180703.796000', '180703.799000', '180703.802000', '180703.804000', '180703.807000', '180703.809000', '180703.812000', '180703.814000', '180703.817000', '180703.820000', '180703.823000', '180703.826000', '180703.829000', '180703.832000', '180703.834000', '180703.837000', '180703.839000', '180703.842000', '180703.845000', '180703.847000', '180703.850000', '180703.852000', '180703.857000', '180703.859000', '180703.862000', '180703.865000', '180703.867000', '180703.870000', '180703.872000', '180703.875000', '180703.877000', '180703.880000', '180703.882000', '180703.885000', '180703.888000', '180703.890000', '180703.893000', '180703.895000', '180723.782000', '180723.785000', '180723.788000', '180723.790000', '180723.793000', '180723.795000', '180723.798000', '180723.801000', '180723.803000', '180723.806000', '180723.808000', '180723.811000', '180723.813000', '180723.816000', '180723.819000', '180723.821000', '180723.824000', '180723.826000', '180723.829000', '180723.831000', '180723.834000', '180723.837000', '180723.839000', '180723.842000', '180723.844000', '180723.847000', '180723.849000', '180723.852000', '180723.854000', '180723.857000', '180723.860000', '180723.862000', '180723.865000', '180723.867000', '180723.870000', '180723.872000', '180723.875000', '180723.877000', '180723.880000', '180723.883000', '180723.885000', '180723.888000', '180723.890000', '180723.893000', '180743.783000', '180743.787000', '180743.790000', '180743.793000', '180743.795000', '180743.798000', '180743.801000', '180743.803000', '180743.806000', '180743.808000', '180743.811000', '180743.814000', '180743.820000', '180743.822000', '180743.825000', '180743.827000', '180743.830000', '180743.832000', '180743.835000', '180743.838000', '180743.840000', '180743.843000', '180743.845000', '180743.848000', '180743.850000', '180743.853000', '180743.855000', '180743.858000', '180743.861000', '180743.863000', '180743.866000', '180743.868000', '180743.871000', '180743.873000', '180743.876000', '180743.879000', '180743.881000', '180743.884000', '180743.886000', '180743.889000', '180743.891000', '180743.894000', '180743.897000', '180803.783000', '180803.786000', '180803.789000', '180803.791000', '180803.794000', '180803.797000', '180803.799000', '180803.942000', '180803.945000', '180803.947000', '180803.950000', '180803.952000', '180803.955000', '180803.958000', '180803.960000', '180803.963000', '180803.965000', '180803.968000', '180803.971000', '180803.973000', '180803.976000', '180803.978000', '180803.981000', '180803.983000', '180803.986000', '180803.988000', '180803.991000', '180804.004000', '180804.006000', '180804.009000', '180804.012000', '180804.014000', '180804.017000', '180804.019000', '180804.022000', '180804.024000', '180804.027000', '180804.030000', '180804.032000', '180804.035000', '180804.037000', '180804.040000', '180804.043000', '180804.045000', '180823.784000', '180823.786000', '180823.789000', '180823.791000', '180823.794000', '180823.797000', '180823.799000', '180823.848000', '180823.851000', '180823.854000', '180823.856000', '180823.859000', '180823.861000', '180823.864000', '180823.866000', '180823.869000', '180823.872000', '180823.874000', '180823.877000', '180823.880000', '180823.882000', '180823.885000', '180823.887000', '180823.890000', '180823.893000', '180823.897000', '180823.900000', '180823.903000', '180823.905000', '180823.908000', '180823.910000', '180823.913000', '180823.916000', '180823.918000', '180823.921000', '180823.923000', '180823.926000', '180823.929000', '180823.931000', '180823.934000', '180823.936000', '180823.939000', '180823.942000', '180843.783000', '180843.786000', '180843.789000', '180843.791000', '180843.794000', '180843.797000', '180843.799000', '180843.834000', '180843.837000', '180843.839000', '180843.842000', '180843.844000', '180843.847000', '180843.850000', '180843.852000', '180843.855000', '180843.857000', '180843.860000', '180843.863000', '180843.865000', '180843.868000', '180843.870000', '180843.873000', '180843.876000', '180843.878000', '180843.881000', '180843.884000', '180843.886000', '180843.889000', '180843.891000', '180843.894000', '180843.896000', '180843.899000', '180843.902000', '180843.904000', '180843.907000', '180843.909000', '180843.912000', '180843.914000', '180843.917000', '180843.920000', '180843.922000', '180843.925000', '180843.927000', '180903.784000', '180903.786000', '180903.789000', '180903.792000', '180903.794000', '180903.797000', '180903.799000', '180903.853000', '180903.855000', '180903.858000', '180903.861000', '180903.863000', '180903.866000', '180903.868000', '180903.871000', '180903.873000', '180903.876000', '180903.879000', '180903.881000', '180903.884000', '180903.886000', '180903.889000', '180903.891000', '180903.894000', '180903.897000', '180903.899000', '180903.902000', '180903.904000', '180903.907000', '180903.910000', '180903.912000', '180903.915000', '180903.918000', '180903.920000', '180903.923000', '180903.926000', '180903.928000', '180903.931000', '180903.933000', '180903.936000', '180903.939000', '180903.941000', '180903.944000', '180923.783000', '180923.786000', '180923.789000', '180923.792000', '180923.794000', '180923.797000', '180923.846000', '180923.849000', '180923.851000', '180923.854000', '180923.856000', '180923.859000', '180923.862000', '180923.865000', '180923.867000', '180923.870000', '180923.872000', '180923.875000', '180923.878000', '180923.880000', '180923.883000', '180923.886000', '180923.888000', '180923.891000', '180923.894000', '180923.896000', '180923.899000', '180923.901000', '180923.904000', '180923.906000', '180923.909000', '180923.912000', '180923.914000', '180923.917000', '180923.919000', '180923.922000', '180923.924000', '180923.927000', '180923.930000', '180923.932000', '180923.935000', '180923.937000', '180923.940000', '180923.943000', '180943.782000', '180943.785000', '180943.788000', '180943.791000', '180943.793000', '180943.796000', '180943.799000', '180943.828000', '180943.856000', '180943.859000', '180943.862000', '180943.865000', '180943.868000', '180943.871000', '180943.873000', '180943.876000', '180943.878000', '180943.881000', '180943.883000', '180943.886000', '180943.889000', '180943.891000', '180943.894000', '180943.896000', '180943.899000', '180943.901000', '180943.904000', '180943.907000', '180943.909000', '180943.912000', '180943.915000', '180943.917000', '180943.920000', '180943.922000', '180943.925000', '180943.927000', '180943.930000', '180943.933000', '180943.936000', '180943.939000', '180943.941000', '180943.944000', '180943.946000', '181003.783000', '181003.786000', '181003.789000', '181003.791000', '181003.794000', '181003.797000', '181003.799000', '181003.834000', '181003.837000', '181003.839000', '181003.842000', '181003.844000', '181003.847000', '181003.850000', '181003.852000', '181003.855000', '181003.857000', '181003.860000', '181003.863000', '181003.865000', '181003.868000', '181003.870000', '181003.873000', '181003.876000', '181003.878000', '181003.881000', '181003.883000', '181003.886000', '181003.888000', '181003.891000', '181003.894000', '181003.896000', '181003.899000', '181003.901000', '181003.904000', '181003.907000', '181003.909000', '181003.912000', '181003.915000', '181003.917000', '181003.920000', '181003.922000', '181003.925000', '181003.927000', '181023.783000', '181023.786000', '181023.789000', '181023.791000', '181023.794000', '181023.797000', '181023.799000', '181023.833000', '181023.835000', '181023.838000', '181023.840000', '181023.843000', '181023.846000', '181023.848000', '181023.851000', '181023.853000', '181023.856000', '181023.859000', '181023.861000', '181023.864000', '181023.866000', '181023.869000', '181023.871000', '181023.874000', '181023.877000', '181023.879000', '181023.882000', '181023.884000', '181023.887000', '181023.889000', '181023.892000', '181023.895000', '181023.897000', '181023.900000', '181023.903000', '181023.905000', '181023.908000', '181023.911000', '181023.913000', '181023.916000', '181023.918000', '181023.921000', '181023.924000', '181043.784000', '181043.794000', '181043.796000', '181043.799000', '181043.801000', '181043.804000', '181043.807000', '181043.809000', '181043.812000', '181043.815000', '181043.817000', '181043.820000', '181043.822000', '181043.825000', '181043.828000', '181043.830000', '181043.833000', '181043.836000', '181043.838000', '181043.841000', '181043.843000', '181043.846000', '181043.848000', '181043.851000', '181043.854000', '181043.856000', '181043.859000', '181043.862000', '181043.864000', '181043.867000', '181043.869000', '181043.872000', '181043.875000', '181043.877000', '181043.880000', '181043.882000', '181043.885000', '181043.888000', '181043.890000', '181043.893000', '181043.895000', '181043.898000', '181043.901000', '181043.903000', '181103.783000', '181103.786000', '181103.789000', '181103.791000', '181103.794000', '181103.797000', '181103.799000', '181103.802000', '181103.805000', '181103.807000', '181103.810000', '181103.812000', '181103.815000', '181103.818000', '181103.820000', '181103.823000', '181103.825000', '181103.828000', '181103.839000', '181103.841000', '181103.844000', '181103.847000', '181103.849000', '181103.852000', '181103.854000', '181103.857000', '181103.860000', '181103.862000', '181103.865000', '181103.867000', '181103.870000', '181103.872000', '181103.875000', '181103.878000', '181103.880000', '181103.883000', '181103.885000', '181103.888000', '181103.890000', '181103.893000', '181103.896000', '181103.898000', '181103.901000', '181123.784000', '181123.786000', '181123.789000', '181123.791000', '181123.794000', '181123.797000', '181123.856000', '181123.858000', '181123.861000', '181123.864000', '181123.866000', '181123.869000', '181123.871000', '181123.874000', '181123.876000', '181123.879000', '181123.882000', '181123.884000', '181123.887000', '181123.890000', '181123.892000', '181123.895000', '181123.897000', '181123.900000', '181123.902000', '181123.905000', '181123.908000', '181123.910000', '181123.913000', '181123.915000', '181123.918000', '181123.920000', '181123.923000', '181123.926000', '181123.928000', '181123.931000', '181123.933000', '181123.936000', '181123.939000', '181123.941000', '181123.944000', '181123.947000', '181123.949000', '181123.952000', '181143.784000', '181143.786000', '181143.789000', '181143.792000', '181143.794000', '181143.797000', '181143.843000', '181143.846000', '181143.848000', '181143.851000', '181143.853000', '181143.856000', '181143.859000', '181143.861000', '181143.870000', '181143.873000', '181143.876000', '181143.884000', '181143.887000', '181143.889000', '181143.892000', '181143.895000', '181143.897000', '181143.900000', '181143.903000', '181143.905000', '181143.908000', '181143.911000', '181143.913000', '181143.916000', '181143.918000', '181143.921000', '181143.924000', '181143.926000', '181143.929000', '181143.931000', '181143.934000', '181143.936000', '181143.939000', '181143.942000', '181143.944000', '181143.947000', '181143.950000', '181203.783000', '181203.785000', '181203.788000', '181203.791000', '181203.793000', '181203.796000', '181203.798000', '181203.847000', '181203.850000', '181203.852000', '181203.855000', '181203.858000', '181203.860000', '181203.863000', '181203.865000', '181203.868000', '181203.871000', '181203.873000', '181203.876000', '181203.878000', '181203.881000', '181203.883000', '181203.886000', '181203.889000', '181203.891000', '181203.894000', '181203.896000', '181203.899000', '181203.901000', '181203.904000', '181203.907000', '181203.909000', '181203.912000', '181203.914000', '181203.917000', '181203.920000', '181203.922000', '181203.925000', '181203.927000', '181203.930000', '181203.932000', '181203.935000', '181203.938000', '181203.940000', '181213.834000', '181213.838000', '181213.840000', '181213.843000', '181213.846000', '181213.848000', '181213.851000', '181213.853000', '181213.856000', '181213.859000', '181213.861000', '181213.864000', '181213.867000', '181213.870000', '181213.872000', '181213.875000', '181213.878000', '181213.880000', '181213.883000', '181213.891000', '181213.895000', '181213.898000'], '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': [9444, 9232, 8714, 8601, 8323, 8362, 8466, 8606, 8521, 8685, 8450, 8435, 8488, 8275, 8583, 8267, 8527, 8421, 8357, 8435, 8361, 8389, 8156, 8596, 8235, 8565, 8259, 8816, 8537, 8282, 8309, 8382, 8424, 8474, 8358, 8463, 8277, 8356, 8193, 8524, 8384, 8271, 8205, 8147, 8177, 8213, 8371, 8306, 8352, 8578, 8249, 8466, 8256, 8377, 8332, 8284, 8424, 8354, 8681, 8406, 8599, 8430, 8248, 8374, 8394, 8307, 8345, 8307, 8312, 8264, 8418, 8348, 8397, 8212, 8437, 8240, 8519, 8458, 8547, 8326, 8321, 8424, 8637, 8595, 8300, 8538, 8166, 8313, 8292, 8417, 8451, 8251, 8209, 8266, 8447, 8263, 8210, 8458, 8328, 8691, 8304, 8359, 8372, 8318, 8410, 8227, 8297, 8159, 8270, 8361, 8467, 8266, 8351, 8326, 8376, 8354, 8375, 8268, 8228, 8198, 8290, 8243, 8348, 8225, 8373, 8328, 8238, 8331, 8254, 8487, 8221, 8460, 8406, 8254, 8271, 8158, 8305, 8086, 8618, 8173, 8070, 8220, 8349, 8462, 8204, 8299, 8310, 8364, 8416, 8254, 8460, 8270, 8184, 8297, 8269, 8277, 8271, 8253, 8248, 8123, 8552, 8271, 8160, 8420, 8397, 8277, 8288, 8166, 8104, 8101, 8429, 8212, 8114, 8345, 8177, 8553, 8323, 8327, 8382, 8268, 8376, 7994, 8366, 8190, 8232, 8237, 8369, 8489, 8382, 8173, 8176, 8214, 8236, 8099, 8295, 8314, 8311, 8387, 8431, 8407, 8535, 8443, 8383, 8504, 8439, 8202, 8407, 8190, 8443, 8265, 8246, 8249, 8090, 8250, 8563, 8309, 8509, 8207, 8372, 8353, 8159, 8612, 8070, 8258, 8033, 8340, 8309, 8327, 8243, 8357, 7995, 8276, 8212, 8210, 8186, 8334, 8333, 8220, 8324, 8088, 8166, 8167, 8447, 8094, 8266, 8298, 8282, 8148, 8159, 8294, 8271, 8048, 8114, 8163, 8200, 8365, 8129, 8185, 8445, 8151, 8151, 8139, 8304, 8178, 8090, 8191, 8157, 8129, 8009, 8455, 8195, 8287, 8376, 8167, 8262, 8211, 8171, 8256, 8248, 8003, 8344, 8424, 8101, 8071, 8030, 8252, 8207, 8083, 8135, 8082, 8070, 8240, 8224, 8038, 8133, 8208, 8290, 8157, 8249, 8227, 8374, 8019, 8027, 8194, 8276, 8086, 8267, 8154, 8034, 8159, 8232, 8134, 8115, 8139, 8055, 8306, 8177, 8150, 8270, 8175, 8184, 7997, 8079, 8266, 8133, 7852, 8010, 8219, 8221, 8231, 8147, 8151, 8150, 8127, 8057, 8242, 8237, 8124, 8245, 8092, 8191, 8195, 8313, 8135, 8267, 8128, 8186, 8008, 8300, 8149, 8088, 8247, 7947, 7964, 8114, 8218, 8274, 8143, 8363, 8006, 8294, 8173, 8089, 8181, 8249, 8302, 8013, 8136, 8154, 8303, 8093, 7973, 7989, 8184, 8241, 8373, 8393, 8120, 8183, 8048, 8224, 8214, 8130, 8074, 8134, 8173, 8169, 8127, 8122, 8434, 8005, 8129, 8100, 8393, 8108, 8183, 8275, 8206, 8325, 8059, 8098, 8064, 8246, 7894, 8056, 8117, 8435, 8114, 8199, 8204, 7927, 8425, 8281, 8012, 7994, 8137, 8423, 8095, 8269, 8159, 8303, 8053, 8118, 8130, 8313, 8179, 8036, 8053, 8166, 8017, 8026, 8071, 8074, 8368, 8129, 8010, 8329, 8227, 7980, 8183, 8153, 8015, 8268, 8360, 8286, 8095, 8157, 8009, 8171, 8087, 8240, 8096, 8349, 8437, 8395, 8563, 8512, 8420, 8310, 8483, 8252, 8478, 8198, 8160, 8278, 8185, 8221, 8308, 8364, 8293, 8327, 8361, 8106, 8202, 8084, 8329, 8053, 8376, 8069, 8234, 8212, 8054, 8169, 8146, 8296, 8260, 8234, 8279, 8062, 8346, 7990, 8442, 8203, 8172, 8255, 8261, 8372, 8139, 8288, 8078, 8233, 7962, 8310, 8292, 8159, 8359, 8268, 8331, 8025, 8273, 8306, 8040, 8257, 8113, 8122, 8054, 8343, 8134, 8058, 8225, 8075, 8285, 8074, 8261, 8158, 8355, 8212, 8164, 8188, 8183, 8048, 8041, 8233, 7990, 8271, 8307, 8112, 8106, 8066, 8401, 7927, 8245, 7948, 8032, 8454, 8025, 8232, 8042, 8227, 8293, 8133, 8120, 7979, 8412, 7975, 8046, 8226, 8091, 8092, 8002, 8078, 8218, 8104, 8281, 7968, 8267, 8035, 8124, 8039, 8342, 8181, 8141, 8252, 8105, 8091, 8115, 8338, 8077, 8103, 8188, 8265, 8208, 7960, 8261, 8440, 8320, 7944, 8322, 8094, 8242, 7992, 8150, 8039, 8067, 8284, 8127, 8172, 8190, 8000, 8431, 8347, 8319, 8145, 8135, 8273, 8193, 8123, 8246, 8289, 8049, 8116, 8073, 8047, 8067, 8133, 8137, 8061, 8256, 7975, 8388, 7970, 8250, 8240, 8123, 8250, 8095, 8165, 8178, 8138, 7968, 8326, 8360, 8088, 8089, 8047, 8084, 8091, 8213, 8278, 8452, 8139, 8038, 8267, 7934, 7992, 8146, 8129, 8420, 8130, 8411, 8223, 8045, 8173, 7961, 8124, 8202, 8143, 8168, 8086, 8110, 8121, 8278, 8088, 8040, 8116, 7990, 8001, 8221, 8183, 8364, 8194, 8146, 8239, 8238, 8135, 8082, 8103, 7992, 8219, 8186, 8221, 8191, 8300, 8344, 8325, 8115, 8324, 8256, 8165, 8401, 8386, 8225, 8078, 8046, 8013, 8053, 8350, 8397, 8134, 8237, 7978, 8092, 8176, 8131, 8177, 8341, 8122, 8122, 8325, 8172, 8163, 8253, 8076, 8236, 8149, 8211, 7946, 8049, 8168, 8112, 8163, 8254, 8039, 7957, 8099, 8286, 8353, 8181, 8098, 8173, 8075, 8140, 8199, 8093, 8040, 8394, 8248, 8143, 8126, 8196, 7978, 8142, 8136, 7954, 8071, 8074, 8197, 8242, 8278, 8222, 7894, 8211, 8034, 8031, 8147, 8160, 8140, 7990, 8392, 8072, 8383, 8189, 8318, 8341, 7968, 8049, 8161, 8024, 8226, 8225, 8247, 8106, 8107, 7933, 8121, 8161, 8121, 8263, 8559, 7954, 7963, 7939, 8168, 8218, 8344, 8473, 8038, 8354, 8142, 8392, 8160, 8198, 8184, 8267, 8073, 8208, 8060, 8099, 8014, 8175, 7961, 8001, 8036, 8331, 8385, 8079, 8207, 7934, 8143, 8106, 8025, 8162, 8011, 8159, 8018, 8251, 8268, 8455, 8033, 8217, 8177, 8180, 8125, 8371, 8033, 8025, 8251, 8176, 8142, 8209, 8055, 8330, 8131, 8316, 8143, 8367, 8301, 8457, 8448, 8406, 8231, 8199, 8183, 8258, 8040, 7937, 8134, 8007, 8079, 8106, 7964, 8095, 8223, 8226, 8242, 8093, 8256, 8212, 8260, 7990, 8092, 8218, 8084, 8054, 8159, 8053, 8146, 8424, 8314, 8299, 8169, 8401], 'WindowCenter': [4552.0, 4527.0, 4513.0, 4499.0, 4498.0, 4487.0, 4487.0, 4497.0, 4485.0, 4482.0, 4484.0, 4484.0, 4485.0, 4486.0, 4494.0, 4483.0, 4484.0, 4484.0, 4486.0, 4484.0, 4483.0, 4483.0, 4473.0, 4482.0, 4483.0, 4483.0, 4471.0, 4480.0, 4480.0, 4483.0, 4482.0, 4481.0, 4471.0, 4481.0, 4483.0, 4483.0, 4484.0, 4483.0, 4482.0, 4483.0, 4484.0, 4495.0, 4481.0, 4481.0, 4482.0, 4482.0, 4483.0, 4495.0, 4496.0, 4497.0, 4499.0, 4497.0, 4485.0, 4482.0, 4484.0, 4485.0, 4483.0, 4486.0, 4480.0, 4484.0, 4482.0, 4472.0, 4484.0, 4472.0, 4470.0, 4470.0, 4472.0, 4470.0, 4472.0, 4480.0, 4481.0, 4470.0, 4483.0, 4484.0, 4485.0, 4485.0, 4484.0, 4483.0, 4484.0, 4484.0, 4496.0, 4484.0, 4494.0, 4495.0, 4485.0, 4484.0, 4484.0, 4485.0, 4483.0, 4483.0, 4484.0, 4483.0, 4483.0, 4485.0, 4483.0, 4483.0, 4482.0, 4482.0, 4483.0, 4494.0, 4481.0, 4482.0, 4484.0, 4484.0, 4484.0, 4484.0, 4484.0, 4484.0, 4483.0, 4495.0, 4497.0, 4484.0, 4483.0, 4486.0, 4485.0, 4485.0, 4485.0, 4484.0, 4484.0, 4484.0, 4483.0, 4486.0, 4485.0, 4485.0, 4484.0, 4486.0, 4486.0, 4487.0, 4486.0, 4494.0, 4484.0, 4484.0, 4486.0, 4495.0, 4485.0, 4486.0, 4485.0, 4485.0, 4485.0, 4486.0, 4484.0, 4485.0, 4483.0, 4484.0, 4486.0, 4486.0, 4484.0, 4486.0, 4485.0, 4485.0, 4485.0, 4485.0, 4486.0, 4485.0, 4484.0, 4484.0, 4485.0, 4484.0, 4486.0, 4482.0, 4484.0, 4484.0, 4484.0, 4484.0, 4487.0, 4485.0, 4483.0, 4487.0, 4487.0, 4487.0, 4485.0, 4485.0, 4487.0, 4485.0, 4496.0, 4500.0, 4499.0, 4488.0, 4487.0, 4499.0, 4488.0, 4489.0, 4498.0, 4484.0, 4485.0, 4487.0, 4484.0, 4485.0, 4486.0, 4484.0, 4482.0, 4485.0, 4484.0, 4486.0, 4485.0, 4483.0, 4484.0, 4484.0, 4483.0, 4497.0, 4508.0, 4497.0, 4495.0, 4495.0, 4495.0, 4495.0, 4498.0, 4497.0, 4497.0, 4486.0, 4486.0, 4485.0, 4486.0, 4486.0, 4482.0, 4472.0, 4480.0, 4484.0, 4482.0, 4483.0, 4474.0, 4482.0, 4473.0, 4484.0, 4475.0, 4486.0, 4486.0, 4485.0, 4486.0, 4487.0, 4490.0, 4498.0, 4497.0, 4484.0, 4488.0, 4487.0, 4496.0, 4498.0, 4486.0, 4488.0, 4486.0, 4488.0, 4488.0, 4486.0, 4488.0, 4486.0, 4484.0, 4474.0, 4476.0, 4486.0, 4486.0, 4486.0, 4472.0, 4483.0, 4486.0, 4487.0, 4486.0, 4487.0, 4486.0, 4487.0, 4484.0, 4485.0, 4488.0, 4486.0, 4488.0, 4485.0, 4487.0, 4487.0, 4487.0, 4484.0, 4486.0, 4487.0, 4487.0, 4488.0, 4498.0, 4486.0, 4486.0, 4486.0, 4489.0, 4488.0, 4498.0, 4487.0, 4488.0, 4485.0, 4488.0, 4499.0, 4487.0, 4485.0, 4487.0, 4488.0, 4486.0, 4487.0, 4487.0, 4475.0, 4476.0, 4483.0, 4486.0, 4486.0, 4483.0, 4484.0, 4485.0, 4475.0, 4476.0, 4485.0, 4487.0, 4475.0, 4485.0, 4484.0, 4488.0, 4486.0, 4488.0, 4487.0, 4489.0, 4488.0, 4488.0, 4499.0, 4488.0, 4485.0, 4485.0, 4488.0, 4489.0, 4488.0, 4488.0, 4486.0, 4487.0, 4488.0, 4489.0, 4498.0, 4485.0, 4484.0, 4474.0, 4487.0, 4485.0, 4487.0, 4487.0, 4486.0, 4487.0, 4485.0, 4487.0, 4489.0, 4499.0, 4489.0, 4500.0, 4488.0, 4498.0, 4489.0, 4488.0, 4501.0, 4500.0, 4488.0, 4502.0, 4498.0, 4487.0, 4489.0, 4490.0, 4498.0, 4498.0, 4491.0, 4485.0, 4485.0, 4488.0, 4488.0, 4488.0, 4487.0, 4488.0, 4487.0, 4488.0, 4488.0, 4490.0, 4489.0, 4487.0, 4485.0, 4488.0, 4487.0, 4489.0, 4489.0, 4487.0, 4487.0, 4486.0, 4489.0, 4498.0, 4489.0, 4487.0, 4487.0, 4486.0, 4486.0, 4496.0, 4486.0, 4488.0, 4486.0, 4485.0, 4488.0, 4489.0, 4486.0, 4486.0, 4488.0, 4499.0, 4500.0, 4495.0, 4487.0, 4488.0, 4489.0, 4497.0, 4489.0, 4487.0, 4488.0, 4498.0, 4489.0, 4501.0, 4497.0, 4488.0, 4486.0, 4488.0, 4488.0, 4490.0, 4489.0, 4486.0, 4485.0, 4485.0, 4486.0, 4498.0, 4488.0, 4487.0, 4487.0, 4487.0, 4488.0, 4486.0, 4476.0, 4486.0, 4486.0, 4485.0, 4474.0, 4486.0, 4486.0, 4475.0, 4475.0, 4483.0, 4486.0, 4485.0, 4485.0, 4474.0, 4474.0, 4484.0, 4486.0, 4487.0, 4485.0, 4483.0, 4487.0, 4496.0, 4487.0, 4499.0, 4488.0, 4499.0, 4497.0, 4483.0, 4495.0, 4509.0, 4509.0, 4495.0, 4507.0, 4496.0, 4498.0, 4499.0, 4485.0, 4483.0, 4486.0, 4485.0, 4485.0, 4495.0, 4485.0, 4483.0, 4484.0, 4475.0, 4485.0, 4485.0, 4485.0, 4482.0, 4485.0, 4484.0, 4486.0, 4496.0, 4473.0, 4485.0, 4486.0, 4487.0, 4484.0, 4498.0, 4485.0, 4485.0, 4486.0, 4487.0, 4498.0, 4487.0, 4485.0, 4486.0, 4486.0, 4486.0, 4487.0, 4486.0, 4473.0, 4483.0, 4486.0, 4483.0, 4486.0, 4473.0, 4483.0, 4484.0, 4484.0, 4475.0, 4487.0, 4485.0, 4474.0, 4486.0, 4487.0, 4486.0, 4487.0, 4485.0, 4474.0, 4486.0, 4485.0, 4488.0, 4488.0, 4484.0, 4485.0, 4488.0, 4487.0, 4498.0, 4497.0, 4499.0, 4487.0, 4485.0, 4489.0, 4489.0, 4489.0, 4499.0, 4485.0, 4488.0, 4486.0, 4490.0, 4501.0, 4488.0, 4485.0, 4489.0, 4489.0, 4500.0, 4490.0, 4487.0, 4486.0, 4488.0, 4488.0, 4490.0, 4488.0, 4477.0, 4487.0, 4490.0, 4487.0, 4489.0, 4487.0, 4487.0, 4476.0, 4487.0, 4488.0, 4489.0, 4488.0, 4487.0, 4484.0, 4484.0, 4487.0, 4488.0, 4486.0, 4485.0, 4487.0, 4498.0, 4489.0, 4487.0, 4490.0, 4497.0, 4489.0, 4488.0, 4487.0, 4500.0, 4499.0, 4488.0, 4499.0, 4497.0, 4498.0, 4502.0, 4498.0, 4488.0, 4488.0, 4487.0, 4487.0, 4487.0, 4489.0, 4486.0, 4490.0, 4487.0, 4487.0, 4491.0, 4486.0, 4485.0, 4486.0, 4486.0, 4487.0, 4500.0, 4485.0, 4485.0, 4485.0, 4487.0, 4489.0, 4488.0, 4486.0, 4474.0, 4477.0, 4478.0, 4485.0, 4489.0, 4484.0, 4484.0, 4485.0, 4488.0, 4487.0, 4489.0, 4488.0, 4487.0, 4476.0, 4487.0, 4488.0, 4485.0, 4476.0, 4484.0, 4486.0, 4487.0, 4487.0, 4487.0, 4486.0, 4473.0, 4486.0, 4486.0, 4488.0, 4487.0, 4484.0, 4484.0, 4488.0, 4486.0, 4485.0, 4488.0, 4483.0, 4474.0, 4486.0, 4487.0, 4486.0, 4487.0, 4477.0, 4476.0, 4487.0, 4487.0, 4489.0, 4488.0, 4476.0, 4477.0, 4488.0, 4487.0, 4488.0, 4487.0, 4486.0, 4488.0, 4486.0, 4488.0, 4489.0, 4486.0, 4488.0, 4487.0, 4488.0, 4488.0, 4487.0, 4498.0, 4486.0, 4488.0, 4489.0, 4499.0, 4499.0, 4500.0, 4487.0, 4499.0, 4491.0, 4500.0, 4502.0, 4499.0, 4488.0, 4487.0, 4498.0, 4487.0, 4489.0, 4487.0, 4487.0, 4485.0, 4487.0, 4485.0, 4489.0, 4489.0, 4487.0, 4487.0, 4486.0, 4485.0, 4487.0, 4489.0, 4487.0, 4485.0, 4485.0, 4486.0, 4489.0, 4488.0, 4497.0, 4489.0, 4500.0, 4489.0, 4489.0, 4498.0, 4488.0, 4488.0, 4485.0, 4486.0, 4489.0, 4487.0, 4487.0, 4486.0, 4489.0, 4486.0, 4489.0, 4489.0, 4488.0, 4486.0, 4488.0, 4489.0, 4487.0, 4489.0, 4487.0, 4488.0, 4488.0, 4487.0, 4489.0, 4487.0, 4487.0, 4486.0, 4487.0, 4487.0, 4487.0, 4501.0, 4499.0, 4485.0, 4487.0, 4488.0, 4490.0, 4488.0, 4498.0, 4488.0, 4486.0, 4500.0, 4488.0, 4498.0, 4501.0, 4498.0, 4487.0, 4487.0, 4487.0, 4501.0, 4487.0, 4486.0, 4485.0, 4486.0, 4485.0, 4487.0, 4490.0, 4485.0, 4485.0, 4485.0, 4486.0, 4496.0, 4489.0, 4489.0, 4485.0, 4487.0, 4499.0, 4500.0, 4500.0, 4502.0, 4499.0, 4489.0, 4497.0, 4498.0, 4500.0, 4501.0, 4500.0, 4491.0, 4499.0, 4502.0, 4499.0, 4489.0, 4487.0, 4487.0, 4491.0, 4491.0, 4487.0, 4486.0, 4490.0, 4498.0, 4488.0, 4487.0, 4488.0, 4485.0, 4488.0, 4488.0, 4486.0, 4489.0, 4486.0, 4486.0, 4485.0, 4485.0, 4488.0, 4484.0, 4483.0, 4484.0, 4487.0, 4487.0, 4488.0, 4485.0, 4486.0, 4477.0, 4487.0, 4475.0, 4488.0, 4488.0, 4499.0, 4487.0, 4497.0, 4499.0, 4508.0, 4508.0, 4494.0, 4495.0, 4508.0, 4500.0, 4512.0, 4497.0, 4486.0, 4484.0, 4485.0, 4489.0, 4486.0, 4486.0, 4485.0, 4486.0, 4486.0, 4485.0, 4485.0, 4483.0, 4483.0, 4483.0, 4473.0, 4486.0, 4485.0, 4485.0, 4483.0, 4485.0, 4488.0, 4485.0, 4497.0, 4483.0, 4497.0, 4486.0, 4497.0], 'WindowWidth': [10019.0, 9972.0, 9940.0, 9912.0, 9908.0, 9890.0, 9889.0, 9903.0, 9881.0, 9873.0, 9878.0, 9879.0, 9881.0, 9884.0, 9891.0, 9875.0, 9877.0, 9877.0, 9883.0, 9878.0, 9873.0, 9873.0, 9860.0, 9871.0, 9874.0, 9873.0, 9855.0, 9867.0, 9866.0, 9875.0, 9872.0, 9870.0, 9855.0, 9870.0, 9873.0, 9875.0, 9878.0, 9874.0, 9872.0, 9874.0, 9880.0, 9898.0, 9870.0, 9872.0, 9874.0, 9874.0, 9877.0, 9898.0, 9900.0, 9901.0, 9905.0, 9901.0, 9881.0, 9873.0, 9878.0, 9878.0, 9874.0, 9883.0, 9867.0, 9875.0, 9871.0, 9857.0, 9876.0, 9857.0, 9851.0, 9851.0, 9857.0, 9852.0, 9856.0, 9869.0, 9868.0, 9853.0, 9874.0, 9877.0, 9880.0, 9881.0, 9878.0, 9875.0, 9878.0, 9878.0, 9900.0, 9880.0, 9892.0, 9894.0, 9881.0, 9878.0, 9878.0, 9881.0, 9872.0, 9873.0, 9878.0, 9874.0, 9877.0, 9879.0, 9876.0, 9872.0, 9873.0, 9873.0, 9875.0, 9892.0, 9870.0, 9871.0, 9878.0, 9879.0, 9880.0, 9880.0, 9876.0, 9879.0, 9877.0, 9895.0, 9902.0, 9879.0, 9875.0, 9883.0, 9880.0, 9883.0, 9881.0, 9879.0, 9877.0, 9878.0, 9874.0, 9883.0, 9881.0, 9880.0, 9877.0, 9882.0, 9883.0, 9887.0, 9885.0, 9891.0, 9877.0, 9876.0, 9882.0, 9898.0, 9882.0, 9882.0, 9879.0, 9881.0, 9879.0, 9883.0, 9881.0, 9879.0, 9876.0, 9877.0, 9882.0, 9881.0, 9879.0, 9883.0, 9878.0, 9879.0, 9877.0, 9879.0, 9883.0, 9879.0, 9875.0, 9875.0, 9877.0, 9877.0, 9881.0, 9874.0, 9876.0, 9875.0, 9876.0, 9876.0, 9885.0, 9878.0, 9873.0, 9883.0, 9885.0, 9886.0, 9882.0, 9881.0, 9884.0, 9881.0, 9898.0, 9908.0, 9904.0, 9889.0, 9886.0, 9905.0, 9887.0, 9891.0, 9904.0, 9878.0, 9878.0, 9883.0, 9878.0, 9880.0, 9881.0, 9877.0, 9871.0, 9878.0, 9876.0, 9881.0, 9883.0, 9876.0, 9876.0, 9877.0, 9875.0, 9901.0, 9922.0, 9903.0, 9895.0, 9895.0, 9898.0, 9897.0, 9902.0, 9900.0, 9901.0, 9882.0, 9882.0, 9879.0, 9881.0, 9883.0, 9872.0, 9856.0, 9866.0, 9874.0, 9871.0, 9872.0, 9862.0, 9869.0, 9859.0, 9873.0, 9864.0, 9882.0, 9882.0, 9879.0, 9881.0, 9883.0, 9894.0, 9903.0, 9901.0, 9877.0, 9888.0, 9884.0, 9897.0, 9904.0, 9885.0, 9886.0, 9882.0, 9887.0, 9887.0, 9883.0, 9888.0, 9879.0, 9875.0, 9862.0, 9867.0, 9881.0, 9880.0, 9882.0, 9857.0, 9874.0, 9880.0, 9884.0, 9884.0, 9884.0, 9881.0, 9885.0, 9877.0, 9879.0, 9887.0, 9881.0, 9887.0, 9879.0, 9885.0, 9887.0, 9884.0, 9877.0, 9882.0, 9884.0, 9884.0, 9888.0, 9902.0, 9881.0, 9881.0, 9884.0, 9890.0, 9889.0, 9901.0, 9885.0, 9887.0, 9880.0, 9887.0, 9903.0, 9883.0, 9878.0, 9883.0, 9887.0, 9883.0, 9884.0, 9882.0, 9863.0, 9866.0, 9872.0, 9879.0, 9882.0, 9873.0, 9875.0, 9877.0, 9865.0, 9868.0, 9880.0, 9883.0, 9865.0, 9879.0, 9877.0, 9888.0, 9885.0, 9886.0, 9884.0, 9888.0, 9887.0, 9887.0, 9904.0, 9887.0, 9878.0, 9879.0, 9886.0, 9890.0, 9886.0, 9885.0, 9881.0, 9885.0, 9886.0, 9888.0, 9901.0, 9880.0, 9875.0, 9863.0, 9882.0, 9880.0, 9883.0, 9884.0, 9878.0, 9883.0, 9880.0, 9884.0, 9890.0, 9904.0, 9888.0, 9905.0, 9890.0, 9905.0, 9892.0, 9889.0, 9910.0, 9908.0, 9891.0, 9914.0, 9904.0, 9885.0, 9889.0, 9891.0, 9903.0, 9901.0, 9895.0, 9879.0, 9880.0, 9887.0, 9887.0, 9888.0, 9885.0, 9885.0, 9884.0, 9887.0, 9888.0, 9891.0, 9891.0, 9883.0, 9879.0, 9888.0, 9885.0, 9889.0, 9891.0, 9884.0, 9884.0, 9882.0, 9891.0, 9904.0, 9889.0, 9884.0, 9885.0, 9883.0, 9883.0, 9897.0, 9883.0, 9885.0, 9882.0, 9879.0, 9890.0, 9889.0, 9881.0, 9881.0, 9885.0, 9904.0, 9906.0, 9895.0, 9885.0, 9886.0, 9889.0, 9902.0, 9892.0, 9885.0, 9887.0, 9901.0, 9888.0, 9909.0, 9901.0, 9888.0, 9884.0, 9888.0, 9889.0, 9892.0, 9891.0, 9882.0, 9880.0, 9881.0, 9883.0, 9902.0, 9888.0, 9882.0, 9884.0, 9884.0, 9887.0, 9884.0, 9868.0, 9879.0, 9881.0, 9878.0, 9863.0, 9881.0, 9880.0, 9862.0, 9863.0, 9874.0, 9882.0, 9879.0, 9879.0, 9862.0, 9863.0, 9875.0, 9881.0, 9885.0, 9879.0, 9875.0, 9886.0, 9896.0, 9887.0, 9905.0, 9889.0, 9907.0, 9902.0, 9874.0, 9894.0, 9921.0, 9922.0, 9897.0, 9916.0, 9899.0, 9904.0, 9906.0, 9880.0, 9875.0, 9883.0, 9879.0, 9880.0, 9895.0, 9878.0, 9872.0, 9876.0, 9864.0, 9880.0, 9879.0, 9879.0, 9872.0, 9878.0, 9875.0, 9882.0, 9898.0, 9860.0, 9877.0, 9882.0, 9884.0, 9880.0, 9901.0, 9880.0, 9880.0, 9881.0, 9883.0, 9901.0, 9883.0, 9878.0, 9880.0, 9881.0, 9880.0, 9886.0, 9882.0, 9860.0, 9872.0, 9879.0, 9874.0, 9879.0, 9861.0, 9872.0, 9874.0, 9873.0, 9864.0, 9884.0, 9879.0, 9862.0, 9880.0, 9882.0, 9882.0, 9884.0, 9881.0, 9863.0, 9879.0, 9877.0, 9885.0, 9888.0, 9879.0, 9880.0, 9887.0, 9885.0, 9900.0, 9900.0, 9903.0, 9884.0, 9881.0, 9889.0, 9889.0, 9891.0, 9904.0, 9881.0, 9886.0, 9883.0, 9891.0, 9909.0, 9888.0, 9881.0, 9888.0, 9888.0, 9906.0, 9893.0, 9886.0, 9882.0, 9885.0, 9886.0, 9892.0, 9886.0, 9868.0, 9884.0, 9894.0, 9885.0, 9890.0, 9886.0, 9883.0, 9867.0, 9883.0, 9886.0, 9890.0, 9887.0, 9883.0, 9877.0, 9878.0, 9883.0, 9885.0, 9882.0, 9878.0, 9882.0, 9901.0, 9888.0, 9887.0, 9892.0, 9898.0, 9887.0, 9885.0, 9885.0, 9908.0, 9903.0, 9887.0, 9903.0, 9899.0, 9902.0, 9911.0, 9903.0, 9885.0, 9885.0, 9884.0, 9885.0, 9887.0, 9891.0, 9881.0, 9891.0, 9884.0, 9885.0, 9895.0, 9883.0, 9879.0, 9882.0, 9881.0, 9885.0, 9905.0, 9882.0, 9878.0, 9879.0, 9883.0, 9887.0, 9886.0, 9880.0, 9863.0, 9870.0, 9871.0, 9880.0, 9890.0, 9877.0, 9875.0, 9878.0, 9886.0, 9885.0, 9889.0, 9887.0, 9883.0, 9868.0, 9881.0, 9885.0, 9881.0, 9865.0, 9874.0, 9880.0, 9883.0, 9883.0, 9884.0, 9881.0, 9861.0, 9878.0, 9881.0, 9888.0, 9883.0, 9875.0, 9877.0, 9885.0, 9882.0, 9881.0, 9888.0, 9875.0, 9863.0, 9880.0, 9883.0, 9882.0, 9883.0, 9868.0, 9868.0, 9882.0, 9884.0, 9888.0, 9887.0, 9868.0, 9868.0, 9885.0, 9884.0, 9887.0, 9886.0, 9882.0, 9885.0, 9880.0, 9886.0, 9889.0, 9883.0, 9885.0, 9884.0, 9887.0, 9888.0, 9887.0, 9904.0, 9882.0, 9886.0, 9889.0, 9904.0, 9904.0, 9907.0, 9886.0, 9904.0, 9894.0, 9907.0, 9912.0, 9904.0, 9887.0, 9885.0, 9900.0, 9885.0, 9889.0, 9887.0, 9882.0, 9878.0, 9882.0, 9879.0, 9888.0, 9888.0, 9886.0, 9881.0, 9880.0, 9879.0, 9884.0, 9888.0, 9886.0, 9878.0, 9879.0, 9882.0, 9889.0, 9889.0, 9898.0, 9888.0, 9906.0, 9889.0, 9889.0, 9901.0, 9888.0, 9886.0, 9878.0, 9882.0, 9888.0, 9886.0, 9886.0, 9882.0, 9888.0, 9883.0, 9890.0, 9892.0, 9889.0, 9884.0, 9887.0, 9891.0, 9884.0, 9890.0, 9888.0, 9887.0, 9884.0, 9884.0, 9890.0, 9885.0, 9886.0, 9882.0, 9885.0, 9886.0, 9885.0, 9910.0, 9904.0, 9881.0, 9886.0, 9888.0, 9892.0, 9888.0, 9904.0, 9887.0, 9882.0, 9905.0, 9888.0, 9901.0, 9909.0, 9902.0, 9885.0, 9884.0, 9885.0, 9908.0, 9887.0, 9884.0, 9878.0, 9882.0, 9880.0, 9884.0, 9892.0, 9880.0, 9880.0, 9879.0, 9883.0, 9896.0, 9890.0, 9890.0, 9878.0, 9883.0, 9902.0, 9904.0, 9907.0, 9912.0, 9905.0, 9890.0, 9901.0, 9904.0, 9909.0, 9910.0, 9904.0, 9896.0, 9903.0, 9912.0, 9906.0, 9888.0, 9884.0, 9883.0, 9895.0, 9894.0, 9884.0, 9883.0, 9891.0, 9901.0, 9889.0, 9887.0, 9884.0, 9880.0, 9887.0, 9885.0, 9881.0, 9889.0, 9881.0, 9879.0, 9877.0, 9879.0, 9885.0, 9875.0, 9873.0, 9877.0, 9883.0, 9882.0, 9888.0, 9879.0, 9879.0, 9869.0, 9881.0, 9866.0, 9885.0, 9886.0, 9905.0, 9886.0, 9901.0, 9907.0, 9921.0, 9920.0, 9898.0, 9899.0, 9921.0, 9911.0, 9928.0, 9905.0, 9884.0, 9879.0, 9881.0, 9890.0, 9883.0, 9883.0, 9880.0, 9883.0, 9881.0, 9878.0, 9880.0, 9873.0, 9871.0, 9874.0, 9859.0, 9880.0, 9878.0, 9878.0, 9876.0, 9880.0, 9888.0, 9883.0, 9900.0, 9877.0, 9898.0, 9883.0, 9901.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.0005790103567318756</td></tr>
<tr><td colspan=3>aqi</td><td>0.015404020080552359</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>31.08279734047235</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1017657736981572</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9900889792165893</td></tr>
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
<tr><td colspan=3>fber</td><td>4873.377</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08414157881087037</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.380897583429229</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>3.0476267276322773</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>3.0028287465888015</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3830403738874866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7570110624205437</td></tr>
<tr><td colspan=3>gcor</td><td>0.00567793</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.002548872260376811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014248980209231377</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7030493241396547</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>49.1731</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.008</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.3431</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.803</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.3599</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>648.7637</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.6132</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1232.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4905.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1058.3101</td></tr>
<tr><td colspan=3>tsnr</td><td>44.14389048144221</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>