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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0124_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-05_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-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-01_task-social_acq-mb8_run-05_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-0124/ses-01/func/sub-0124_ses-01_task-social_acq-mb8_run-05_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>c67d0be6311fc2901bb379640b028a1d</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:08:14.262500</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.995597, -0.0856267, 0.0381367, 0.0811533, 0.991, 0.10646]</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-05_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.0837076</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7769, -7244, 317, -100, -25, -50, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>226.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2d1ba39d-2c2a-4d92-9fb0-7510a6fbdc4f||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.671114444732666, 0.2177283763885498, 0.12665516138076782, 98.30856323242188], [0.22973017394542694, 2.6587796211242676, 0.2778204381465912, -107.38504791259766], [0.10231807082891464, -0.2856246829032898, 2.682680368423462, -69.29043579101562], [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': ['180814.262500', '180814.722500', '180815.182500', '180815.642500', '180816.102500', '180816.562500', '180817.022500', '180817.482500', '180817.942500', '180818.402500', '180818.862500', '180819.322500', '180819.782500', '180820.242500', '180820.702500', '180821.162500', '180821.622500', '180822.082500', '180822.542500', '180823.002500', '180823.462500', '180823.922500', '180824.382500', '180824.842500', '180825.302500', '180825.762500', '180826.222500', '180826.682500', '180827.142500', '180827.602500', '180828.062500', '180828.522500', '180828.982500', '180829.442500', '180829.902500', '180830.362500', '180830.822500', '180831.282500', '180831.742500', '180832.202500', '180832.662500', '180833.122500', '180833.582500', '180834.042500', '180834.502500', '180834.962500', '180835.422500', '180835.882500', '180836.342500', '180836.802500', '180837.262500', '180837.722500', '180838.182500', '180838.642500', '180839.102500', '180839.562500', '180840.022500', '180840.482500', '180840.942500', '180841.402500', '180841.862500', '180842.322500', '180842.782500', '180843.242500', '180843.702500', '180844.162500', '180844.622500', '180845.082500', '180845.542500', '180846.002500', '180846.462500', '180846.922500', '180847.382500', '180847.842500', '180848.302500', '180848.762500', '180849.222500', '180849.682500', '180850.142500', '180850.602500', '180851.062500', '180851.522500', '180851.982500', '180852.442500', '180852.902500', '180853.362500', '180853.822500', '180854.282500', '180854.742500', '180855.202500', '180855.662500', '180856.122500', '180856.582500', '180857.042500', '180857.502500', '180857.962500', '180858.422500', '180858.882500', '180859.342500', '180859.802500', '180900.262500', '180900.722500', '180901.182500', '180901.642500', '180902.102500', '180902.562500', '180903.022500', '180903.482500', '180903.942500', '180904.402500', '180904.862500', '180905.322500', '180905.782500', '180906.242500', '180906.702500', '180907.162500', '180907.622500', '180908.082500', '180908.542500', '180909.002500', '180909.462500', '180909.922500', '180910.382500', '180910.842500', '180911.302500', '180911.762500', '180912.222500', '180912.682500', '180913.142500', '180913.602500', '180914.062500', '180914.522500', '180914.982500', '180915.442500', '180915.902500', '180916.362500', '180916.822500', '180917.282500', '180917.742500', '180918.202500', '180918.662500', '180919.122500', '180919.582500', '180920.042500', '180920.502500', '180920.962500', '180921.422500', '180921.882500', '180922.342500', '180922.802500', '180923.262500', '180923.722500', '180924.182500', '180924.642500', '180925.102500', '180925.562500', '180926.022500', '180926.482500', '180926.942500', '180927.402500', '180927.862500', '180928.322500', '180928.782500', '180929.242500', '180929.702500', '180930.162500', '180930.622500', '180931.082500', '180931.542500', '180932.002500', '180932.462500', '180932.922500', '180933.382500', '180933.842500', '180934.302500', '180934.762500', '180935.222500', '180935.682500', '180936.142500', '180936.602500', '180937.062500', '180937.522500', '180937.982500', '180938.442500', '180938.902500', '180939.362500', '180939.822500', '180940.282500', '180940.742500', '180941.202500', '180941.662500', '180942.122500', '180942.582500', '180943.042500', '180943.502500', '180943.962500', '180944.422500', '180944.882500', '180945.342500', '180945.802500', '180946.262500', '180946.722500', '180947.182500', '180947.642500', '180948.102500', '180948.562500', '180949.022500', '180949.482500', '180949.942500', '180950.402500', '180950.862500', '180951.322500', '180951.782500', '180952.242500', '180952.702500', '180953.162500', '180953.622500', '180954.082500', '180954.542500', '180955.002500', '180955.462500', '180955.922500', '180956.382500', '180956.842500', '180957.302500', '180957.762500', '180958.222500', '180958.682500', '180959.142500', '180959.602500', '181000.062500', '181000.522500', '181000.982500', '181001.442500', '181001.902500', '181002.362500', '181002.822500', '181003.282500', '181003.742500', '181004.202500', '181004.662500', '181005.122500', '181005.582500', '181006.042500', '181006.502500', '181006.962500', '181007.422500', '181007.882500', '181008.342500', '181008.802500', '181009.262500', '181009.722500', '181010.182500', '181010.642500', '181011.102500', '181011.562500', '181012.022500', '181012.482500', '181012.942500', '181013.402500', '181013.862500', '181014.322500', '181014.782500', '181015.242500', '181015.702500', '181016.162500', '181016.622500', '181017.082500', '181017.542500', '181018.002500', '181018.462500', '181018.922500', '181019.382500', '181019.842500', '181020.302500', '181020.762500', '181021.222500', '181021.682500', '181022.142500', '181022.602500', '181023.062500', '181023.522500', '181023.982500', '181024.442500', '181024.902500', '181025.362500', '181025.822500', '181026.282500', '181026.742500', '181027.202500', '181027.662500', '181028.122500', '181028.582500', '181029.042500', '181029.502500', '181029.962500', '181030.422500', '181030.882500', '181031.342500', '181031.802500', '181032.262500', '181032.722500', '181033.182500', '181033.642500', '181034.102500', '181034.562500', '181035.022500', '181035.482500', '181035.942500', '181036.402500', '181036.862500', '181037.322500', '181037.782500', '181038.242500', '181038.702500', '181039.162500', '181039.622500', '181040.082500', '181040.542500', '181041.002500', '181041.462500', '181041.922500', '181042.382500', '181042.842500', '181043.302500', '181043.762500', '181044.222500', '181044.682500', '181045.142500', '181045.602500', '181046.062500', '181046.522500', '181046.982500', '181047.442500', '181047.902500', '181048.362500', '181048.822500', '181049.282500', '181049.742500', '181050.202500', '181050.662500', '181051.122500', '181051.582500', '181052.042500', '181052.502500', '181052.962500', '181053.422500', '181053.882500', '181054.342500', '181054.802500', '181055.262500', '181055.722500', '181056.182500', '181056.642500', '181057.102500', '181057.562500', '181058.022500', '181058.482500', '181058.942500', '181059.402500', '181059.862500', '181100.322500', '181100.782500', '181101.242500', '181101.702500', '181102.162500', '181102.622500', '181103.082500', '181103.542500', '181104.002500', '181104.462500', '181104.922500', '181105.382500', '181105.842500', '181106.302500', '181106.762500', '181107.222500', '181107.682500', '181108.142500', '181108.602500', '181109.062500', '181109.522500', '181109.982500', '181110.442500', '181110.902500', '181111.362500', '181111.822500', '181112.282500', '181112.742500', '181113.202500', '181113.662500', '181114.122500', '181114.582500', '181115.042500', '181115.502500', '181115.962500', '181116.422500', '181116.882500', '181117.342500', '181117.802500', '181118.262500', '181118.722500', '181119.182500', '181119.642500', '181120.102500', '181120.562500', '181121.022500', '181121.482500', '181121.942500', '181122.402500', '181122.862500', '181123.322500', '181123.782500', '181124.242500', '181124.702500', '181125.162500', '181125.622500', '181126.082500', '181126.542500', '181127.002500', '181127.462500', '181127.922500', '181128.382500', '181128.842500', '181129.302500', '181129.762500', '181130.222500', '181130.682500', '181131.142500', '181131.602500', '181132.062500', '181132.522500', '181132.982500', '181133.442500', '181133.902500', '181134.362500', '181134.822500', '181135.282500', '181135.742500', '181136.202500', '181136.662500', '181137.122500', '181137.582500', '181138.042500', '181138.502500', '181138.962500', '181139.422500', '181139.882500', '181140.342500', '181140.802500', '181141.262500', '181141.722500', '181142.182500', '181142.642500', '181143.102500', '181143.562500', '181144.022500', '181144.482500', '181144.942500', '181145.402500', '181145.862500', '181146.322500', '181146.782500', '181147.242500', '181147.702500', '181148.162500', '181148.622500', '181149.082500', '181149.542500', '181150.002500', '181150.462500', '181150.922500', '181151.382500', '181151.842500', '181152.302500', '181152.762500', '181153.222500', '181153.682500', '181154.142500', '181154.602500', '181155.062500', '181155.522500', '181155.982500', '181156.442500', '181156.902500', '181157.362500', '181157.822500', '181158.282500', '181158.742500', '181159.202500', '181159.662500', '181200.122500', '181200.582500', '181201.042500', '181201.502500', '181201.962500', '181202.422500', '181202.882500', '181203.342500', '181203.802500', '181204.262500', '181204.722500', '181205.182500', '181205.642500', '181206.102500', '181206.562500', '181207.022500', '181207.482500', '181207.942500', '181208.402500', '181208.862500', '181209.322500', '181209.782500', '181210.242500', '181210.702500', '181211.162500', '181211.622500', '181212.082500', '181212.542500', '181213.002500', '181213.462500', '181213.922500', '181214.382500', '181214.842500', '181215.302500', '181215.762500', '181216.222500', '181216.682500', '181217.142500', '181217.602500', '181218.062500', '181218.522500', '181218.982500', '181219.442500', '181219.902500', '181220.362500', '181220.822500', '181221.282500', '181221.742500', '181222.202500', '181222.662500', '181223.122500', '181223.582500', '181224.042500', '181224.502500', '181224.962500', '181225.422500', '181225.882500', '181226.342500', '181226.802500', '181227.262500', '181227.722500', '181228.182500', '181228.642500', '181229.102500', '181229.562500', '181230.022500', '181230.482500', '181230.942500', '181231.402500', '181231.862500', '181232.322500', '181232.782500', '181233.242500', '181233.702500', '181234.162500', '181234.622500', '181235.082500', '181235.542500', '181236.002500', '181236.462500', '181236.922500', '181237.382500', '181237.842500', '181238.302500', '181238.762500', '181239.222500', '181239.682500', '181240.142500', '181240.602500', '181241.062500', '181241.522500', '181241.982500', '181242.442500', '181242.902500', '181243.362500', '181243.822500', '181244.282500', '181244.742500', '181245.202500', '181245.662500', '181246.122500', '181246.582500', '181247.042500', '181247.502500', '181247.962500', '181248.422500', '181248.882500', '181249.342500', '181249.802500', '181250.262500', '181250.722500', '181251.182500', '181251.642500', '181252.102500', '181252.562500', '181253.022500', '181253.482500', '181253.942500', '181254.402500', '181254.862500', '181255.322500', '181255.782500', '181256.242500', '181256.702500', '181257.162500', '181257.622500', '181258.082500', '181258.542500', '181259.002500', '181259.462500', '181259.922500', '181300.382500', '181300.842500', '181301.302500', '181301.762500', '181302.222500', '181302.682500', '181303.142500', '181303.602500', '181304.062500', '181304.522500', '181304.982500', '181305.442500', '181305.902500', '181306.362500', '181306.822500', '181307.282500', '181307.742500', '181308.202500', '181308.662500', '181309.122500', '181309.582500', '181310.042500', '181310.502500', '181310.962500', '181311.422500', '181311.882500', '181312.342500', '181312.802500', '181313.262500', '181313.722500', '181314.182500', '181314.642500', '181315.102500', '181315.562500', '181316.022500', '181316.482500', '181316.942500', '181317.402500', '181317.862500', '181318.322500', '181318.782500', '181319.242500', '181319.702500', '181320.162500', '181320.622500', '181321.082500', '181321.542500', '181322.002500', '181322.462500', '181322.922500', '181323.382500', '181323.842500', '181324.302500', '181324.762500', '181325.222500', '181325.682500', '181326.142500', '181326.602500', '181327.062500', '181327.522500', '181327.982500', '181328.442500', '181328.902500', '181329.362500', '181329.822500', '181330.282500', '181330.742500', '181331.202500', '181331.662500', '181332.122500', '181332.582500', '181333.042500', '181333.502500', '181333.962500', '181334.422500', '181334.882500', '181335.342500', '181335.802500', '181336.262500', '181336.722500', '181337.182500', '181337.642500', '181338.102500', '181338.562500', '181339.022500', '181339.482500', '181339.942500', '181340.402500', '181340.862500', '181341.322500', '181341.782500', '181342.242500', '181342.702500', '181343.162500', '181343.622500', '181344.082500', '181344.542500', '181345.002500', '181345.462500', '181345.922500', '181346.382500', '181346.842500', '181347.302500', '181347.762500', '181348.222500', '181348.682500', '181349.142500', '181349.602500', '181350.062500', '181350.522500', '181350.982500', '181351.442500', '181351.902500', '181352.362500', '181352.822500', '181353.282500', '181353.742500', '181354.202500', '181354.662500', '181355.122500', '181355.582500', '181356.042500', '181356.502500', '181356.962500', '181357.422500', '181357.882500', '181358.342500', '181358.802500', '181359.262500', '181359.722500', '181400.182500', '181400.642500', '181401.102500', '181401.562500', '181402.022500', '181402.482500', '181402.942500', '181403.402500', '181403.862500', '181404.322500', '181404.782500', '181405.242500', '181405.702500', '181406.162500', '181406.622500', '181407.082500', '181407.542500', '181408.002500', '181408.462500', '181408.922500', '181409.382500', '181409.842500', '181410.302500', '181410.762500', '181411.222500', '181411.682500', '181412.142500', '181412.602500', '181413.062500', '181413.522500', '181413.982500', '181414.442500', '181414.902500', '181415.362500', '181415.822500', '181416.282500', '181416.742500', '181417.202500', '181417.662500', '181418.122500', '181418.582500', '181419.042500', '181419.502500', '181419.962500', '181420.422500', '181420.882500', '181421.342500', '181421.802500', '181422.262500', '181422.722500', '181423.182500', '181423.642500', '181424.102500', '181424.562500', '181425.022500', '181425.482500', '181425.942500', '181426.402500', '181426.862500', '181427.322500', '181427.782500', '181428.242500', '181428.702500', '181429.162500', '181429.622500', '181430.082500', '181430.542500', '181431.002500', '181431.462500', '181431.922500', '181432.382500', '181432.842500', '181433.302500', '181433.762500', '181434.222500', '181434.682500', '181435.142500', '181435.602500', '181436.062500', '181436.522500', '181436.982500', '181437.442500', '181437.902500', '181438.362500', '181438.822500', '181439.282500', '181439.742500', '181440.202500', '181440.662500', '181441.122500', '181441.582500', '181442.042500', '181442.502500', '181442.962500', '181443.422500', '181443.882500', '181444.342500', '181444.802500', '181445.262500', '181445.722500', '181446.182500', '181446.642500', '181447.102500', '181447.562500', '181448.022500', '181448.482500', '181448.942500', '181449.402500', '181449.862500', '181450.322500', '181450.782500', '181451.242500', '181451.702500', '181452.162500', '181452.622500', '181453.082500', '181453.542500', '181454.002500', '181454.462500', '181454.922500'], 'ContentTime': ['180827.117000', '180827.120000', '180827.123000', '180827.126000', '180827.128000', '180827.131000', '180827.133000', '180827.141000', '180827.143000', '180827.146000', '180827.148000', '180827.151000', '180827.157000', '180827.169000', '180827.171000', '180827.174000', '180827.176000', '180827.179000', '180827.182000', '180827.184000', '180827.187000', '180827.189000', '180827.192000', '180827.194000', '180827.197000', '180827.199000', '180847.086000', '180847.088000', '180847.091000', '180847.094000', '180847.096000', '180847.099000', '180847.101000', '180847.109000', '180847.112000', '180847.114000', '180847.117000', '180847.119000', '180847.122000', '180847.124000', '180847.127000', '180847.130000', '180847.132000', '180847.135000', '180847.137000', '180847.140000', '180847.142000', '180847.145000', '180847.147000', '180847.150000', '180847.153000', '180847.156000', '180847.159000', '180847.161000', '180847.165000', '180847.168000', '180847.170000', '180847.173000', '180847.175000', '180847.182000', '180847.184000', '180847.187000', '180847.189000', '180847.192000', '180847.194000', '180847.197000', '180847.199000', '180847.202000', '180847.205000', '180907.086000', '180907.088000', '180907.091000', '180907.094000', '180907.096000', '180907.099000', '180907.101000', '180907.104000', '180907.106000', '180907.109000', '180907.112000', '180907.114000', '180907.117000', '180907.119000', '180907.122000', '180907.124000', '180907.127000', '180907.129000', '180907.132000', '180907.135000', '180907.137000', '180907.140000', '180907.142000', '180907.145000', '180907.147000', '180907.150000', '180907.152000', '180907.155000', '180907.157000', '180907.160000', '180907.163000', '180907.165000', '180907.168000', '180907.170000', '180907.173000', '180907.175000', '180907.178000', '180907.180000', '180907.183000', '180907.185000', '180907.188000', '180907.190000', '180907.193000', '180907.195000', '180927.085000', '180927.088000', '180927.091000', '180927.093000', '180927.096000', '180927.099000', '180927.101000', '180927.104000', '180927.106000', '180927.109000', '180927.111000', '180927.114000', '180927.117000', '180927.119000', '180927.122000', '180927.124000', '180927.127000', '180927.130000', '180927.132000', '180927.135000', '180927.137000', '180927.140000', '180927.142000', '180927.145000', '180927.147000', '180927.150000', '180927.153000', '180927.155000', '180927.158000', '180927.161000', '180927.163000', '180927.166000', '180927.168000', '180927.171000', '180927.174000', '180927.177000', '180927.180000', '180927.183000', '180927.185000', '180927.188000', '180927.190000', '180927.193000', '180927.196000', '180947.085000', '180947.088000', '180947.091000', '180947.093000', '180947.096000', '180947.098000', '180947.101000', '180947.104000', '180947.106000', '180947.109000', '180947.112000', '180947.114000', '180947.117000', '180947.119000', '180947.122000', '180947.124000', '180947.127000', '180947.130000', '180947.132000', '180947.135000', '180947.137000', '180947.140000', '180947.142000', '180947.145000', '180947.147000', '180947.150000', '180947.153000', '180947.155000', '180947.158000', '180947.160000', '180947.163000', '180947.166000', '180947.168000', '180947.171000', '180947.173000', '180947.176000', '180947.178000', '180947.181000', '180947.183000', '180947.186000', '180947.189000', '180947.191000', '180947.194000', '180947.196000', '181007.085000', '181007.088000', '181007.091000', '181007.093000', '181007.096000', '181007.099000', '181007.101000', '181007.104000', '181007.106000', '181007.109000', '181007.111000', '181007.114000', '181007.117000', '181007.119000', '181007.122000', '181007.125000', '181007.127000', '181007.130000', '181007.132000', '181007.135000', '181007.137000', '181007.140000', '181007.142000', '181007.145000', '181007.147000', '181007.150000', '181007.165000', '181007.168000', '181007.170000', '181007.173000', '181007.176000', '181007.179000', '181007.182000', '181007.185000', '181007.187000', '181007.190000', '181007.192000', '181007.195000', '181007.197000', '181007.200000', '181007.203000', '181007.206000', '181007.208000', '181027.086000', '181027.088000', '181027.091000', '181027.094000', '181027.096000', '181027.099000', '181027.101000', '181027.104000', '181027.106000', '181027.109000', '181027.112000', '181027.114000', '181027.117000', '181027.119000', '181027.122000', '181027.125000', '181027.127000', '181027.130000', '181027.132000', '181027.135000', '181027.137000', '181027.140000', '181027.142000', '181027.145000', '181027.148000', '181027.150000', '181027.153000', '181027.155000', '181027.158000', '181027.161000', '181027.163000', '181027.166000', '181027.168000', '181027.171000', '181027.173000', '181027.176000', '181027.178000', '181027.181000', '181027.184000', '181027.186000', '181027.189000', '181027.191000', '181027.194000', '181027.196000', '181047.086000', '181047.089000', '181047.091000', '181047.094000', '181047.096000', '181047.099000', '181047.102000', '181047.104000', '181047.107000', '181047.109000', '181047.112000', '181047.114000', '181047.117000', '181047.119000', '181047.122000', '181047.124000', '181047.127000', '181047.130000', '181047.132000', '181047.135000', '181047.137000', '181047.140000', '181047.142000', '181047.145000', '181047.147000', '181047.150000', '181047.153000', '181047.155000', '181047.158000', '181047.160000', '181047.163000', '181047.165000', '181047.168000', '181047.170000', '181047.173000', '181047.175000', '181047.178000', '181047.180000', '181047.183000', '181047.186000', '181047.188000', '181047.191000', '181047.193000', '181107.085000', '181107.088000', '181107.091000', '181107.093000', '181107.096000', '181107.098000', '181107.101000', '181107.104000', '181107.106000', '181107.109000', '181107.112000', '181107.114000', '181107.117000', '181107.119000', '181107.122000', '181107.124000', '181107.127000', '181107.130000', '181107.132000', '181107.135000', '181107.137000', '181107.140000', '181107.142000', '181107.145000', '181107.148000', '181107.150000', '181107.153000', '181107.156000', '181107.158000', '181107.161000', '181107.163000', '181107.166000', '181107.168000', '181107.171000', '181107.173000', '181107.176000', '181107.178000', '181107.181000', '181107.184000', '181107.186000', '181107.189000', '181107.191000', '181107.194000', '181107.196000', '181127.085000', '181127.088000', '181127.091000', '181127.094000', '181127.096000', '181127.099000', '181127.102000', '181127.104000', '181127.107000', '181127.110000', '181127.112000', '181127.115000', '181127.118000', '181127.120000', '181127.123000', '181127.125000', '181127.128000', '181127.130000', '181127.133000', '181127.136000', '181127.138000', '181127.141000', '181127.143000', '181127.146000', '181127.149000', '181127.151000', '181127.154000', '181127.156000', '181127.159000', '181127.162000', '181127.164000', '181127.167000', '181127.169000', '181127.172000', '181127.175000', '181127.177000', '181127.180000', '181127.182000', '181127.185000', '181127.188000', '181127.190000', '181127.193000', '181127.195000', '181147.086000', '181147.088000', '181147.091000', '181147.094000', '181147.096000', '181147.099000', '181147.101000', '181147.104000', '181147.106000', '181147.109000', '181147.112000', '181147.114000', '181147.117000', '181147.119000', '181147.122000', '181147.124000', '181147.127000', '181147.130000', '181147.132000', '181147.135000', '181147.137000', '181147.140000', '181147.198000', '181147.201000', '181147.203000', '181147.206000', '181147.208000', '181147.211000', '181147.214000', '181147.216000', '181147.219000', '181147.221000', '181147.224000', '181147.226000', '181147.229000', '181147.231000', '181147.234000', '181147.237000', '181147.239000', '181147.242000', '181147.244000', '181147.247000', '181147.250000', '181147.252000', '181207.085000', '181207.088000', '181207.091000', '181207.093000', '181207.096000', '181207.099000', '181207.101000', '181207.104000', '181207.106000', '181207.109000', '181207.112000', '181207.114000', '181207.117000', '181207.119000', '181207.122000', '181207.125000', '181207.127000', '181207.130000', '181207.132000', '181207.135000', '181207.138000', '181207.140000', '181207.143000', '181207.145000', '181207.148000', '181207.150000', '181207.153000', '181207.156000', '181207.158000', '181207.161000', '181207.163000', '181207.166000', '181207.168000', '181207.171000', '181207.173000', '181207.176000', '181207.179000', '181207.181000', '181207.184000', '181207.186000', '181207.189000', '181207.192000', '181207.194000', '181227.085000', '181227.088000', '181227.091000', '181227.094000', '181227.096000', '181227.099000', '181227.102000', '181227.104000', '181227.107000', '181227.110000', '181227.112000', '181227.115000', '181227.117000', '181227.120000', '181227.123000', '181227.125000', '181227.128000', '181227.130000', '181227.133000', '181227.136000', '181227.138000', '181227.141000', '181227.143000', '181227.146000', '181227.149000', '181227.151000', '181227.154000', '181227.156000', '181227.159000', '181227.161000', '181227.164000', '181227.167000', '181227.169000', '181227.172000', '181227.174000', '181227.177000', '181227.179000', '181227.182000', '181227.185000', '181227.187000', '181227.190000', '181227.192000', '181227.195000', '181227.197000', '181247.085000', '181247.088000', '181247.091000', '181247.093000', '181247.096000', '181247.099000', '181247.101000', '181247.104000', '181247.106000', '181247.109000', '181247.112000', '181247.114000', '181247.117000', '181247.119000', '181247.122000', '181247.124000', '181247.127000', '181247.129000', '181247.132000', '181247.135000', '181247.137000', '181247.140000', '181247.142000', '181247.145000', '181247.147000', '181247.150000', '181247.153000', '181247.155000', '181247.158000', '181247.160000', '181247.163000', '181247.165000', '181247.168000', '181247.171000', '181247.173000', '181247.176000', '181247.178000', '181247.181000', '181247.183000', '181247.186000', '181247.188000', '181247.191000', '181247.194000', '181307.086000', '181307.089000', '181307.091000', '181307.094000', '181307.096000', '181307.099000', '181307.102000', '181307.105000', '181307.108000', '181307.111000', '181307.114000', '181307.116000', '181307.119000', '181307.122000', '181307.124000', '181307.127000', '181307.130000', '181307.132000', '181307.135000', '181307.137000', '181307.144000', '181307.147000', '181307.149000', '181307.152000', '181307.155000', '181307.157000', '181307.160000', '181307.162000', '181307.165000', '181307.167000', '181307.170000', '181307.172000', '181307.175000', '181307.178000', '181307.180000', '181307.183000', '181307.185000', '181307.188000', '181307.190000', '181307.193000', '181307.196000', '181307.198000', '181307.201000', '181327.086000', '181327.088000', '181327.091000', '181327.094000', '181327.096000', '181327.099000', '181327.101000', '181327.104000', '181327.107000', '181327.109000', '181327.112000', '181327.114000', '181327.117000', '181327.120000', '181327.122000', '181327.125000', '181327.127000', '181327.130000', '181327.133000', '181327.135000', '181327.138000', '181327.140000', '181327.143000', '181327.145000', '181327.148000', '181327.151000', '181327.153000', '181327.156000', '181327.158000', '181327.161000', '181327.164000', '181327.166000', '181327.169000', '181327.172000', '181327.174000', '181327.177000', '181327.180000', '181327.182000', '181327.185000', '181327.187000', '181327.190000', '181327.192000', '181327.195000', '181327.198000', '181347.087000', '181347.089000', '181347.092000', '181347.095000', '181347.097000', '181347.100000', '181347.103000', '181347.105000', '181347.108000', '181347.110000', '181347.113000', '181347.116000', '181347.118000', '181347.121000', '181347.123000', '181347.126000', '181347.129000', '181347.131000', '181347.134000', '181347.136000', '181347.139000', '181347.142000', '181347.144000', '181347.147000', '181347.149000', '181347.152000', '181347.155000', '181347.157000', '181347.160000', '181347.162000', '181347.165000', '181347.168000', '181347.170000', '181347.173000', '181347.175000', '181347.178000', '181347.181000', '181347.183000', '181347.186000', '181347.188000', '181347.191000', '181347.193000', '181347.196000', '181347.199000', '181407.085000', '181407.088000', '181407.091000', '181407.094000', '181407.096000', '181407.099000', '181407.101000', '181407.104000', '181407.107000', '181407.109000', '181407.112000', '181407.114000', '181407.117000', '181407.120000', '181407.122000', '181407.125000', '181407.127000', '181407.130000', '181407.132000', '181407.135000', '181407.138000', '181407.140000', '181407.143000', '181407.145000', '181407.148000', '181407.150000', '181407.155000', '181407.157000', '181407.160000', '181407.162000', '181407.165000', '181407.168000', '181407.170000', '181407.173000', '181407.175000', '181407.178000', '181407.181000', '181407.183000', '181407.186000', '181407.189000', '181407.191000', '181407.194000', '181407.196000', '181427.085000', '181427.088000', '181427.091000', '181427.094000', '181427.096000', '181427.099000', '181427.101000', '181427.104000', '181427.107000', '181427.109000', '181427.112000', '181427.114000', '181427.117000', '181427.120000', '181427.122000', '181427.125000', '181427.127000', '181427.130000', '181427.132000', '181427.135000', '181427.138000', '181427.140000', '181427.143000', '181427.145000', '181427.148000', '181427.151000', '181427.153000', '181427.156000', '181427.158000', '181427.161000', '181427.164000', '181427.166000', '181427.169000', '181427.171000', '181427.174000', '181427.177000', '181427.179000', '181427.182000', '181427.184000', '181427.187000', '181427.189000', '181427.192000', '181427.194000', '181427.197000', '181447.085000', '181447.088000', '181447.091000', '181447.093000', '181447.096000', '181447.099000', '181447.101000', '181447.104000', '181447.106000', '181447.109000', '181447.112000', '181447.114000', '181447.117000', '181447.119000', '181447.122000', '181447.124000', '181447.127000', '181447.130000', '181447.132000', '181447.135000', '181447.137000', '181447.140000', '181447.142000', '181447.145000', '181447.147000', '181447.150000', '181447.153000', '181447.155000', '181447.158000', '181447.160000', '181447.163000', '181447.165000', '181447.168000', '181447.170000', '181447.173000', '181447.176000', '181447.178000', '181447.181000', '181447.183000', '181447.186000', '181447.188000', '181447.191000', '181447.193000', '181456.034000', '181456.037000', '181456.040000', '181456.042000', '181456.045000', '181456.047000', '181456.057000', '181456.059000', '181456.062000', '181456.065000', '181456.068000', '181456.070000', '181456.073000', '181456.076000', '181456.079000', '181456.081000', '181456.084000', '181456.087000', '181456.089000', '181456.092000'], 'InstanceCreationTime': ['180827.117000', '180827.120000', '180827.123000', '180827.126000', '180827.128000', '180827.131000', '180827.133000', '180827.141000', '180827.143000', '180827.146000', '180827.148000', '180827.151000', '180827.157000', '180827.169000', '180827.171000', '180827.174000', '180827.176000', '180827.179000', '180827.182000', '180827.184000', '180827.187000', '180827.189000', '180827.192000', '180827.194000', '180827.197000', '180827.199000', '180847.086000', '180847.088000', '180847.091000', '180847.094000', '180847.096000', '180847.099000', '180847.101000', '180847.109000', '180847.112000', '180847.114000', '180847.117000', '180847.119000', '180847.122000', '180847.124000', '180847.127000', '180847.130000', '180847.132000', '180847.135000', '180847.137000', '180847.140000', '180847.142000', '180847.145000', '180847.147000', '180847.150000', '180847.153000', '180847.156000', '180847.159000', '180847.161000', '180847.165000', '180847.168000', '180847.170000', '180847.173000', '180847.175000', '180847.182000', '180847.184000', '180847.187000', '180847.189000', '180847.192000', '180847.194000', '180847.197000', '180847.199000', '180847.202000', '180847.205000', '180907.086000', '180907.088000', '180907.091000', '180907.094000', '180907.096000', '180907.099000', '180907.101000', '180907.104000', '180907.106000', '180907.109000', '180907.112000', '180907.114000', '180907.117000', '180907.119000', '180907.122000', '180907.124000', '180907.127000', '180907.129000', '180907.132000', '180907.135000', '180907.137000', '180907.140000', '180907.142000', '180907.145000', '180907.147000', '180907.150000', '180907.152000', '180907.155000', '180907.157000', '180907.160000', '180907.163000', '180907.165000', '180907.168000', '180907.170000', '180907.173000', '180907.175000', '180907.178000', '180907.180000', '180907.183000', '180907.185000', '180907.188000', '180907.190000', '180907.193000', '180907.195000', '180927.085000', '180927.088000', '180927.091000', '180927.093000', '180927.096000', '180927.099000', '180927.101000', '180927.104000', '180927.106000', '180927.109000', '180927.111000', '180927.114000', '180927.117000', '180927.119000', '180927.122000', '180927.124000', '180927.127000', '180927.130000', '180927.132000', '180927.135000', '180927.137000', '180927.140000', '180927.142000', '180927.145000', '180927.147000', '180927.150000', '180927.153000', '180927.155000', '180927.158000', '180927.161000', '180927.163000', '180927.166000', '180927.168000', '180927.171000', '180927.174000', '180927.177000', '180927.180000', '180927.183000', '180927.185000', '180927.188000', '180927.190000', '180927.193000', '180927.196000', '180947.085000', '180947.088000', '180947.091000', '180947.093000', '180947.096000', '180947.098000', '180947.101000', '180947.104000', '180947.106000', '180947.109000', '180947.112000', '180947.114000', '180947.117000', '180947.119000', '180947.122000', '180947.124000', '180947.127000', '180947.130000', '180947.132000', '180947.135000', '180947.137000', '180947.140000', '180947.142000', '180947.145000', '180947.147000', '180947.150000', '180947.153000', '180947.155000', '180947.158000', '180947.160000', '180947.163000', '180947.166000', '180947.168000', '180947.171000', '180947.173000', '180947.176000', '180947.178000', '180947.181000', '180947.183000', '180947.186000', '180947.189000', '180947.191000', '180947.194000', '180947.196000', '181007.085000', '181007.088000', '181007.091000', '181007.093000', '181007.096000', '181007.099000', '181007.101000', '181007.104000', '181007.106000', '181007.109000', '181007.111000', '181007.114000', '181007.117000', '181007.119000', '181007.122000', '181007.125000', '181007.127000', '181007.130000', '181007.132000', '181007.135000', '181007.137000', '181007.140000', '181007.142000', '181007.145000', '181007.147000', '181007.150000', '181007.165000', '181007.168000', '181007.170000', '181007.173000', '181007.176000', '181007.179000', '181007.182000', '181007.185000', '181007.187000', '181007.190000', '181007.192000', '181007.195000', '181007.197000', '181007.200000', '181007.203000', '181007.206000', '181007.208000', '181027.086000', '181027.088000', '181027.091000', '181027.094000', '181027.096000', '181027.099000', '181027.101000', '181027.104000', '181027.106000', '181027.109000', '181027.112000', '181027.114000', '181027.117000', '181027.119000', '181027.122000', '181027.125000', '181027.127000', '181027.130000', '181027.132000', '181027.135000', '181027.137000', '181027.140000', '181027.142000', '181027.145000', '181027.148000', '181027.150000', '181027.153000', '181027.155000', '181027.158000', '181027.161000', '181027.163000', '181027.166000', '181027.168000', '181027.171000', '181027.173000', '181027.176000', '181027.178000', '181027.181000', '181027.184000', '181027.186000', '181027.189000', '181027.191000', '181027.194000', '181027.196000', '181047.086000', '181047.089000', '181047.091000', '181047.094000', '181047.096000', '181047.099000', '181047.102000', '181047.104000', '181047.107000', '181047.109000', '181047.112000', '181047.114000', '181047.117000', '181047.119000', '181047.122000', '181047.124000', '181047.127000', '181047.130000', '181047.132000', '181047.135000', '181047.137000', '181047.140000', '181047.142000', '181047.145000', '181047.147000', '181047.150000', '181047.153000', '181047.155000', '181047.158000', '181047.160000', '181047.163000', '181047.165000', '181047.168000', '181047.170000', '181047.173000', '181047.175000', '181047.178000', '181047.180000', '181047.183000', '181047.186000', '181047.188000', '181047.191000', '181047.193000', '181107.085000', '181107.088000', '181107.091000', '181107.093000', '181107.096000', '181107.098000', '181107.101000', '181107.104000', '181107.106000', '181107.109000', '181107.112000', '181107.114000', '181107.117000', '181107.119000', '181107.122000', '181107.124000', '181107.127000', '181107.130000', '181107.132000', '181107.135000', '181107.137000', '181107.140000', '181107.142000', '181107.145000', '181107.148000', '181107.150000', '181107.153000', '181107.156000', '181107.158000', '181107.161000', '181107.163000', '181107.166000', '181107.168000', '181107.171000', '181107.173000', '181107.176000', '181107.178000', '181107.181000', '181107.184000', '181107.186000', '181107.189000', '181107.191000', '181107.194000', '181107.196000', '181127.085000', '181127.088000', '181127.091000', '181127.094000', '181127.096000', '181127.099000', '181127.102000', '181127.104000', '181127.107000', '181127.110000', '181127.112000', '181127.115000', '181127.118000', '181127.120000', '181127.123000', '181127.125000', '181127.128000', '181127.130000', '181127.133000', '181127.136000', '181127.138000', '181127.141000', '181127.143000', '181127.146000', '181127.149000', '181127.151000', '181127.154000', '181127.156000', '181127.159000', '181127.162000', '181127.164000', '181127.167000', '181127.169000', '181127.172000', '181127.175000', '181127.177000', '181127.180000', '181127.182000', '181127.185000', '181127.188000', '181127.190000', '181127.193000', '181127.195000', '181147.086000', '181147.088000', '181147.091000', '181147.094000', '181147.096000', '181147.099000', '181147.101000', '181147.104000', '181147.106000', '181147.109000', '181147.112000', '181147.114000', '181147.117000', '181147.119000', '181147.122000', '181147.124000', '181147.127000', '181147.130000', '181147.132000', '181147.135000', '181147.137000', '181147.140000', '181147.198000', '181147.201000', '181147.203000', '181147.206000', '181147.208000', '181147.211000', '181147.214000', '181147.216000', '181147.219000', '181147.221000', '181147.224000', '181147.226000', '181147.229000', '181147.231000', '181147.234000', '181147.237000', '181147.239000', '181147.242000', '181147.244000', '181147.247000', '181147.250000', '181147.252000', '181207.085000', '181207.088000', '181207.091000', '181207.093000', '181207.096000', '181207.099000', '181207.101000', '181207.104000', '181207.106000', '181207.109000', '181207.112000', '181207.114000', '181207.117000', '181207.119000', '181207.122000', '181207.125000', '181207.127000', '181207.130000', '181207.132000', '181207.135000', '181207.138000', '181207.140000', '181207.143000', '181207.145000', '181207.148000', '181207.150000', '181207.153000', '181207.156000', '181207.158000', '181207.161000', '181207.163000', '181207.166000', '181207.168000', '181207.171000', '181207.173000', '181207.176000', '181207.179000', '181207.181000', '181207.184000', '181207.186000', '181207.189000', '181207.192000', '181207.194000', '181227.085000', '181227.088000', '181227.091000', '181227.094000', '181227.096000', '181227.099000', '181227.102000', '181227.104000', '181227.107000', '181227.110000', '181227.112000', '181227.115000', '181227.117000', '181227.120000', '181227.123000', '181227.125000', '181227.128000', '181227.130000', '181227.133000', '181227.136000', '181227.138000', '181227.141000', '181227.143000', '181227.146000', '181227.149000', '181227.151000', '181227.154000', '181227.156000', '181227.159000', '181227.161000', '181227.164000', '181227.167000', '181227.169000', '181227.172000', '181227.174000', '181227.177000', '181227.179000', '181227.182000', '181227.185000', '181227.187000', '181227.190000', '181227.192000', '181227.195000', '181227.197000', '181247.085000', '181247.088000', '181247.091000', '181247.093000', '181247.096000', '181247.099000', '181247.101000', '181247.104000', '181247.106000', '181247.109000', '181247.112000', '181247.114000', '181247.117000', '181247.119000', '181247.122000', '181247.124000', '181247.127000', '181247.129000', '181247.132000', '181247.135000', '181247.137000', '181247.140000', '181247.142000', '181247.145000', '181247.147000', '181247.150000', '181247.153000', '181247.155000', '181247.158000', '181247.160000', '181247.163000', '181247.165000', '181247.168000', '181247.171000', '181247.173000', '181247.176000', '181247.178000', '181247.181000', '181247.183000', '181247.186000', '181247.188000', '181247.191000', '181247.194000', '181307.086000', '181307.089000', '181307.091000', '181307.094000', '181307.096000', '181307.099000', '181307.102000', '181307.105000', '181307.108000', '181307.111000', '181307.114000', '181307.116000', '181307.119000', '181307.122000', '181307.124000', '181307.127000', '181307.130000', '181307.132000', '181307.135000', '181307.137000', '181307.144000', '181307.147000', '181307.149000', '181307.152000', '181307.155000', '181307.157000', '181307.160000', '181307.162000', '181307.165000', '181307.167000', '181307.170000', '181307.172000', '181307.175000', '181307.178000', '181307.180000', '181307.183000', '181307.185000', '181307.188000', '181307.190000', '181307.193000', '181307.196000', '181307.198000', '181307.201000', '181327.086000', '181327.088000', '181327.091000', '181327.094000', '181327.096000', '181327.099000', '181327.101000', '181327.104000', '181327.107000', '181327.109000', '181327.112000', '181327.114000', '181327.117000', '181327.120000', '181327.122000', '181327.125000', '181327.127000', '181327.130000', '181327.133000', '181327.135000', '181327.138000', '181327.140000', '181327.143000', '181327.145000', '181327.148000', '181327.151000', '181327.153000', '181327.156000', '181327.158000', '181327.161000', '181327.164000', '181327.166000', '181327.169000', '181327.172000', '181327.174000', '181327.177000', '181327.180000', '181327.182000', '181327.185000', '181327.187000', '181327.190000', '181327.192000', '181327.195000', '181327.198000', '181347.087000', '181347.089000', '181347.092000', '181347.095000', '181347.097000', '181347.100000', '181347.103000', '181347.105000', '181347.108000', '181347.110000', '181347.113000', '181347.116000', '181347.118000', '181347.121000', '181347.123000', '181347.126000', '181347.129000', '181347.131000', '181347.134000', '181347.136000', '181347.139000', '181347.142000', '181347.144000', '181347.147000', '181347.149000', '181347.152000', '181347.155000', '181347.157000', '181347.160000', '181347.162000', '181347.165000', '181347.168000', '181347.170000', '181347.173000', '181347.175000', '181347.178000', '181347.181000', '181347.183000', '181347.186000', '181347.188000', '181347.191000', '181347.193000', '181347.196000', '181347.199000', '181407.085000', '181407.088000', '181407.091000', '181407.094000', '181407.096000', '181407.099000', '181407.101000', '181407.104000', '181407.107000', '181407.109000', '181407.112000', '181407.114000', '181407.117000', '181407.120000', '181407.122000', '181407.125000', '181407.127000', '181407.130000', '181407.132000', '181407.135000', '181407.138000', '181407.140000', '181407.143000', '181407.145000', '181407.148000', '181407.150000', '181407.155000', '181407.157000', '181407.160000', '181407.162000', '181407.165000', '181407.168000', '181407.170000', '181407.173000', '181407.175000', '181407.178000', '181407.181000', '181407.183000', '181407.186000', '181407.189000', '181407.191000', '181407.194000', '181407.196000', '181427.085000', '181427.088000', '181427.091000', '181427.094000', '181427.096000', '181427.099000', '181427.101000', '181427.104000', '181427.107000', '181427.109000', '181427.112000', '181427.114000', '181427.117000', '181427.120000', '181427.122000', '181427.125000', '181427.127000', '181427.130000', '181427.132000', '181427.135000', '181427.138000', '181427.140000', '181427.143000', '181427.145000', '181427.148000', '181427.151000', '181427.153000', '181427.156000', '181427.158000', '181427.161000', '181427.164000', '181427.166000', '181427.169000', '181427.171000', '181427.174000', '181427.177000', '181427.179000', '181427.182000', '181427.184000', '181427.187000', '181427.189000', '181427.192000', '181427.194000', '181427.197000', '181447.085000', '181447.088000', '181447.091000', '181447.093000', '181447.096000', '181447.099000', '181447.101000', '181447.104000', '181447.106000', '181447.109000', '181447.112000', '181447.114000', '181447.117000', '181447.119000', '181447.122000', '181447.124000', '181447.127000', '181447.130000', '181447.132000', '181447.135000', '181447.137000', '181447.140000', '181447.142000', '181447.145000', '181447.147000', '181447.150000', '181447.153000', '181447.155000', '181447.158000', '181447.160000', '181447.163000', '181447.165000', '181447.168000', '181447.170000', '181447.173000', '181447.176000', '181447.178000', '181447.181000', '181447.183000', '181447.186000', '181447.188000', '181447.191000', '181447.193000', '181456.034000', '181456.037000', '181456.040000', '181456.042000', '181456.045000', '181456.047000', '181456.057000', '181456.059000', '181456.062000', '181456.065000', '181456.068000', '181456.070000', '181456.073000', '181456.076000', '181456.079000', '181456.081000', '181456.084000', '181456.087000', '181456.089000', '181456.092000'], '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': [7868, 9534, 6686, 9306, 7862, 8740, 7821, 7709, 10642, 6961, 10853, 7668, 10876, 6686, 9086, 7432, 7747, 10028, 7187, 10221, 6901, 10040, 6741, 10061, 6702, 8864, 7541, 8052, 7681, 7352, 7452, 6965, 8411, 7796, 9364, 7340, 9750, 7182, 9589, 8385, 9279, 11353, 7629, 11034, 7312, 10021, 7792, 9106, 7580, 7416, 10687, 7228, 9845, 6939, 9613, 7300, 8472, 9302, 7732, 10148, 7286, 10545, 6447, 9569, 8769, 8038, 10117, 6948, 10635, 7590, 10044, 7822, 8440, 9885, 7125, 10540, 7506, 9462, 7507, 8048, 10428, 6881, 10245, 6839, 9158, 7275, 7297, 10512, 6923, 9473, 7207, 9435, 6371, 8325, 7735, 8301, 7625, 7190, 10410, 6447, 10172, 7090, 10142, 6878, 8951, 8208, 8008, 10888, 7621, 10847, 7203, 9264, 8473, 8312, 11251, 7615, 10868, 6489, 9310, 7291, 8502, 7297, 7487, 10547, 6757, 9991, 7676, 10128, 6393, 9028, 8533, 8055, 12185, 7693, 10953, 6965, 9421, 8337, 8635, 8412, 7087, 11033, 7137, 10595, 7063, 9167, 7424, 8318, 10841, 7295, 10078, 7530, 10013, 6389, 8708, 7717, 8371, 7314, 7299, 10531, 7204, 10640, 7517, 10106, 6978, 10487, 6656, 10983, 7329, 9267, 6829, 8816, 7497, 8921, 8757, 8336, 8995, 7626, 11238, 7391, 10911, 7810, 10715, 6687, 9309, 7197, 9661, 7530, 8633, 8383, 7262, 10634, 7290, 10219, 6715, 10175, 6416, 8975, 7747, 8748, 7095, 7516, 8245, 7461, 10616, 7593, 10503, 6646, 10966, 7111, 11112, 7300, 9614, 7521, 8822, 9105, 8576, 10727, 7768, 11117, 6962, 9552, 6692, 9568, 6941, 8847, 7485, 8329, 8212, 8081, 8227, 7649, 10726, 7122, 10517, 7890, 10564, 7349, 10515, 6981, 9784, 7674, 9328, 7273, 8793, 10192, 8604, 10982, 7971, 11030, 7074, 10298, 7719, 10078, 7275, 10210, 6695, 9946, 7108, 10418, 6889, 9156, 7241, 8820, 8649, 8858, 7649, 8915, 7985, 8012, 9191, 8321, 8139, 7539, 9296, 7992, 10343, 7794, 9038, 7296, 10598, 7730, 10725, 8070, 11035, 6998, 10919, 7315, 10863, 7424, 10094, 6620, 10474, 6739, 9688, 7669, 8415, 7445, 8186, 8202, 8030, 10911, 7579, 10562, 6490, 10899, 7300, 9649, 7709, 9443, 6655, 8881, 6545, 9347, 7252, 9654, 6801, 10416, 7299, 9473, 8624, 8576, 7886, 7431, 10991, 7339, 10700, 7388, 10443, 6806, 11141, 7057, 9763, 6733, 8766, 7051, 8923, 8466, 7899, 7780, 8074, 6932, 9144, 6738, 10161, 7907, 7898, 8516, 13362, 8298, 11886, 7749, 10222, 6691, 9343, 7109, 9285, 8641, 8483, 7287, 7299, 10747, 7489, 10189, 8091, 10270, 6519, 9327, 7675, 8640, 8949, 7408, 10703, 6371, 9967, 7053, 10181, 6514, 9068, 7454, 8297, 9249, 7558, 10026, 7734, 10396, 6354, 9220, 7398, 8903, 8149, 7438, 9375, 6575, 11037, 6966, 10118, 7039, 10282, 6720, 9922, 6790, 9592, 7621, 8880, 7553, 8784, 8082, 8597, 12042, 8059, 11222, 8231, 11410, 7340, 10260, 7118, 8926, 8400, 8162, 9774, 6977, 11499, 6855, 10561, 7725, 9533, 6393, 8816, 7135, 8984, 8384, 7588, 11028, 6458, 11021, 7567, 10069, 7041, 9133, 7662, 8099, 9073, 7895, 10077, 7152, 10913, 6441, 10092, 7487, 9386, 7113, 9054, 6863, 9690, 7369, 9175, 7465, 8490, 8148, 8392, 11762, 8018, 11439, 7192, 11040, 6853, 9950, 7206, 8941, 7284, 7471, 9812, 7707, 10237, 6938, 10176, 6896, 8986, 6737, 9110, 6765, 8818, 7403, 8781, 8593, 8183, 11675, 7183, 10734, 7933, 10467, 7071, 8996, 7158, 7392, 10781, 7259, 9852, 7348, 10233, 6537, 9156, 7338, 9497, 7526, 8033, 8017, 7454, 10129, 7438, 9706, 6849, 10943, 6959, 9571, 8174, 7810, 10183, 6772, 11003, 7400, 10035, 7277, 9743, 6896, 8920, 8270, 8368, 7278, 7795, 7476, 7413, 9129, 7900, 9019, 6987, 10973, 7183, 10284, 7644, 10381, 7131, 10276, 6856, 9829, 7639, 8753, 8668, 7691, 10700, 7785, 9946, 6869, 9501, 6980, 8591, 8129, 7506, 9955, 6591, 10444, 7139, 9276, 7397, 8457, 7298, 7305, 10788, 7080, 9743, 7746, 9632, 6479, 11330, 6985, 9551, 7416, 8340, 7353, 8547, 7920, 9142, 7040, 9818, 7498, 7989, 8364, 13006, 7974, 10477, 8924, 9348, 7613, 8545, 10102, 7817, 10739, 8091, 10138, 6806, 8836, 6677, 10417, 6883, 9336, 6860, 8533, 7343, 8507, 8373, 8028, 7208, 7929, 8511, 8157, 11357, 8010, 10989, 7135, 10846, 7622, 11147, 7169, 9168, 7488, 8704, 10360, 7356, 10507, 7223, 10332, 6999, 8692, 6826, 10124, 6597, 9857, 6856, 8208, 7541, 8253, 8248, 7801, 9417, 7093, 10825, 7194, 10818, 7360, 10692, 7185, 10439, 6835, 10842, 6797, 9410, 7374, 8823, 7871, 9156, 7825, 8578, 8011, 7684, 10871, 8024, 10919, 7564, 11166, 7104, 10860, 7131, 10076, 7227, 9067, 7280, 8126, 9726, 7960, 10583, 7339, 10871, 6489, 9804, 7207, 9620, 7335, 9718, 6602, 10001, 6749, 9918, 7162, 9312, 7584, 8593, 9049, 8408, 11786, 7847, 11267, 7064, 10511, 7161, 9702, 6500, 10720, 7052, 8931, 7717, 8723, 7328, 8321, 7374, 7974, 10187, 8327, 11137, 6767, 11102, 7537, 10554, 7141, 9996, 7464, 8612, 8215, 8048, 10261, 7011, 11005, 7075, 10186, 7341, 9539, 6506, 8888, 7153, 8518, 8730, 7971, 7520, 7468, 9382, 7841, 10144, 7907, 10743, 6901, 10953, 7536, 10559, 7136, 10582, 6959, 9042, 7520, 8736, 9553, 7943, 10716, 6946, 11271, 7366, 10375, 7763, 9973, 6592, 8997, 7589, 8498, 8462, 8158, 10971, 7018, 11386, 7499, 10314, 7141, 9922, 6862, 8600, 7951, 8506, 7795, 8113, 10238, 7296, 11118, 7169, 10296, 6988, 10374, 6944, 11445, 7637, 9558, 7527, 8743, 7573, 8866, 11657, 8757, 11400, 6988, 11633, 7813, 10790, 7117, 10016, 7104, 8822, 7605, 8898, 8641, 8375, 9266, 7520, 11393, 7503, 10403, 8157, 10264, 6579, 9394, 7493, 9609, 8050, 8801, 9970, 7412, 11256, 7750, 10845, 6840, 10360, 6575, 9466, 7717, 8835, 7233, 7882, 11541, 7900, 10931, 7838, 10440, 6699, 11322, 7099, 8988, 9180, 8303, 12101, 7350, 11585, 7262, 9339, 7548, 8403, 11385, 7123, 10553, 6978, 9113, 7231, 8299, 8091, 7332, 10517, 7158], 'WindowCenter': [3981.0, 3985.0, 3929.0, 3959.0, 3947.0, 3958.0, 3935.0, 3933.0, 3952.0, 3921.0, 3964.0, 3933.0, 3953.0, 3910.0, 3943.0, 3921.0, 3933.0, 3955.0, 3923.0, 3952.0, 3921.0, 3951.0, 3912.0, 3954.0, 3912.0, 3942.0, 3932.0, 3934.0, 3935.0, 3935.0, 3934.0, 3936.0, 3944.0, 3949.0, 3971.0, 3949.0, 3968.0, 3936.0, 3967.0, 3946.0, 3956.0, 3966.0, 3934.0, 3963.0, 3923.0, 3954.0, 3922.0, 3943.0, 3920.0, 3922.0, 3952.0, 3921.0, 3953.0, 3910.0, 3942.0, 3919.0, 3931.0, 3943.0, 3932.0, 3953.0, 3921.0, 3951.0, 3898.0, 3941.0, 3930.0, 3920.0, 3939.0, 3909.0, 3938.0, 3918.0, 3940.0, 3908.0, 3919.0, 3927.0, 3906.0, 3938.0, 3908.0, 3939.0, 3906.0, 3919.0, 3938.0, 3909.0, 3950.0, 3908.0, 3939.0, 3906.0, 3918.0, 3950.0, 3921.0, 3940.0, 3920.0, 3940.0, 3899.0, 3942.0, 3933.0, 3944.0, 3932.0, 3922.0, 3953.0, 3911.0, 3964.0, 3922.0, 3953.0, 3911.0, 3943.0, 3932.0, 3933.0, 3953.0, 3932.0, 3953.0, 3919.0, 3941.0, 3929.0, 3932.0, 3950.0, 3919.0, 3949.0, 3897.0, 3941.0, 3920.0, 3941.0, 3919.0, 3932.0, 3952.0, 3924.0, 3952.0, 3934.0, 3951.0, 3900.0, 3942.0, 3941.0, 3933.0, 3962.0, 3921.0, 3950.0, 3908.0, 3940.0, 3929.0, 3931.0, 3919.0, 3910.0, 3949.0, 3919.0, 3951.0, 3908.0, 3941.0, 3920.0, 3930.0, 3951.0, 3921.0, 3940.0, 3920.0, 3939.0, 3897.0, 3930.0, 3920.0, 3931.0, 3919.0, 3921.0, 3952.0, 3923.0, 3964.0, 3921.0, 3951.0, 3920.0, 3951.0, 3911.0, 3965.0, 3922.0, 3943.0, 3910.0, 3942.0, 3922.0, 3944.0, 3942.0, 3932.0, 3941.0, 3932.0, 3950.0, 3923.0, 3952.0, 3921.0, 3950.0, 3909.0, 3941.0, 3920.0, 3942.0, 3919.0, 3931.0, 3928.0, 3921.0, 3951.0, 3922.0, 3951.0, 3911.0, 3952.0, 3910.0, 3943.0, 3922.0, 3942.0, 3921.0, 3921.0, 3930.0, 3934.0, 3965.0, 3933.0, 3954.0, 3912.0, 3963.0, 3924.0, 3965.0, 3922.0, 3953.0, 3920.0, 3941.0, 3941.0, 3943.0, 3953.0, 3921.0, 3950.0, 3908.0, 3940.0, 3922.0, 3953.0, 3922.0, 3944.0, 3921.0, 3943.0, 3943.0, 3944.0, 3944.0, 3933.0, 3964.0, 3924.0, 3966.0, 3935.0, 3964.0, 3924.0, 3953.0, 3923.0, 3954.0, 3920.0, 3942.0, 3920.0, 3931.0, 3939.0, 3941.0, 3951.0, 3919.0, 3949.0, 3908.0, 3951.0, 3930.0, 3951.0, 3920.0, 3951.0, 3910.0, 3953.0, 3921.0, 3952.0, 3909.0, 3942.0, 3919.0, 3942.0, 3941.0, 3942.0, 3919.0, 3941.0, 3929.0, 3932.0, 3942.0, 3931.0, 3931.0, 3933.0, 3940.0, 3933.0, 3953.0, 3932.0, 3941.0, 3923.0, 3952.0, 3932.0, 3952.0, 3932.0, 3951.0, 3910.0, 3950.0, 3920.0, 3951.0, 3920.0, 3950.0, 3898.0, 3950.0, 3910.0, 3952.0, 3919.0, 3931.0, 3919.0, 3929.0, 3929.0, 3933.0, 3952.0, 3931.0, 3951.0, 3899.0, 3951.0, 3921.0, 3952.0, 3931.0, 3951.0, 3911.0, 3941.0, 3914.0, 3954.0, 3934.0, 3954.0, 3925.0, 3965.0, 3935.0, 3957.0, 3945.0, 3944.0, 3931.0, 3933.0, 3965.0, 3935.0, 3952.0, 3922.0, 3951.0, 3910.0, 3963.0, 3921.0, 3954.0, 3910.0, 3942.0, 3921.0, 3954.0, 3932.0, 3933.0, 3933.0, 3932.0, 3923.0, 3954.0, 3925.0, 3966.0, 3946.0, 3944.0, 3956.0, 3976.0, 3933.0, 3964.0, 3921.0, 3942.0, 3898.0, 3939.0, 3908.0, 3941.0, 3929.0, 3929.0, 3908.0, 3907.0, 3951.0, 3921.0, 3950.0, 3919.0, 3938.0, 3897.0, 3940.0, 3919.0, 3930.0, 3929.0, 3908.0, 3938.0, 3897.0, 3939.0, 3922.0, 3952.0, 3899.0, 3941.0, 3919.0, 3932.0, 3942.0, 3932.0, 3952.0, 3921.0, 3950.0, 3898.0, 3940.0, 3920.0, 3945.0, 3931.0, 3921.0, 3942.0, 3911.0, 3962.0, 3924.0, 3964.0, 3924.0, 3953.0, 3922.0, 3953.0, 3924.0, 3955.0, 3933.0, 3943.0, 3931.0, 3942.0, 3932.0, 3942.0, 3962.0, 3932.0, 3964.0, 3944.0, 3964.0, 3921.0, 3951.0, 3908.0, 3940.0, 3929.0, 3929.0, 3938.0, 3908.0, 3950.0, 3910.0, 3951.0, 3920.0, 3940.0, 3899.0, 3941.0, 3921.0, 3954.0, 3932.0, 3932.0, 3951.0, 3910.0, 3952.0, 3933.0, 3953.0, 3920.0, 3941.0, 3919.0, 3931.0, 3942.0, 3932.0, 3952.0, 3921.0, 3951.0, 3912.0, 3965.0, 3934.0, 3953.0, 3923.0, 3954.0, 3924.0, 3956.0, 3934.0, 3955.0, 3922.0, 3944.0, 3932.0, 3944.0, 3965.0, 3932.0, 3951.0, 3911.0, 3951.0, 3911.0, 3953.0, 3922.0, 3941.0, 3908.0, 3920.0, 3952.0, 3931.0, 3951.0, 3921.0, 3950.0, 3909.0, 3941.0, 3911.0, 3942.0, 3912.0, 3943.0, 3922.0, 3958.0, 3944.0, 3944.0, 3963.0, 3911.0, 3951.0, 3931.0, 3953.0, 3909.0, 3930.0, 3907.0, 3909.0, 3950.0, 3921.0, 3940.0, 3921.0, 3950.0, 3897.0, 3942.0, 3920.0, 3952.0, 3921.0, 3933.0, 3930.0, 3921.0, 3953.0, 3922.0, 3941.0, 3911.0, 3952.0, 3910.0, 3953.0, 3931.0, 3921.0, 3950.0, 3910.0, 3951.0, 3923.0, 3951.0, 3920.0, 3953.0, 3909.0, 3942.0, 3932.0, 3932.0, 3921.0, 3932.0, 3921.0, 3934.0, 3942.0, 3934.0, 3943.0, 3922.0, 3966.0, 3935.0, 3965.0, 3934.0, 3952.0, 3921.0, 3951.0, 3912.0, 3953.0, 3932.0, 3942.0, 3930.0, 3920.0, 3952.0, 3931.0, 3940.0, 3909.0, 3941.0, 3909.0, 3943.0, 3932.0, 3921.0, 3940.0, 3910.0, 3951.0, 3922.0, 3953.0, 3920.0, 3932.0, 3920.0, 3921.0, 3951.0, 3923.0, 3952.0, 3932.0, 3941.0, 3900.0, 3962.0, 3922.0, 3954.0, 3922.0, 3945.0, 3933.0, 3956.0, 3945.0, 3955.0, 3936.0, 3969.0, 3948.0, 3946.0, 3958.0, 3977.0, 3934.0, 3955.0, 3933.0, 3942.0, 3909.0, 3929.0, 3939.0, 3920.0, 3951.0, 3920.0, 3938.0, 3898.0, 3928.0, 3909.0, 3951.0, 3909.0, 3941.0, 3910.0, 3941.0, 3920.0, 3943.0, 3932.0, 3932.0, 3920.0, 3932.0, 3931.0, 3933.0, 3964.0, 3933.0, 3951.0, 3909.0, 3950.0, 3919.0, 3952.0, 3909.0, 3941.0, 3908.0, 3930.0, 3939.0, 3919.0, 3940.0, 3908.0, 3939.0, 3909.0, 3929.0, 3922.0, 3953.0, 3911.0, 3951.0, 3912.0, 3942.0, 3932.0, 3943.0, 3932.0, 3933.0, 3942.0, 3910.0, 3953.0, 3923.0, 3954.0, 3921.0, 3952.0, 3910.0, 3951.0, 3913.0, 3953.0, 3911.0, 3942.0, 3919.0, 3941.0, 3931.0, 3943.0, 3921.0, 3943.0, 3930.0, 3931.0, 3964.0, 3933.0, 3963.0, 3933.0, 3951.0, 3910.0, 3951.0, 3922.0, 3952.0, 3919.0, 3930.0, 3908.0, 3919.0, 3942.0, 3932.0, 3950.0, 3920.0, 3950.0, 3899.0, 3950.0, 3923.0, 3952.0, 3922.0, 3942.0, 3911.0, 3952.0, 3924.0, 3955.0, 3921.0, 3942.0, 3921.0, 3931.0, 3941.0, 3933.0, 3963.0, 3930.0, 3951.0, 3909.0, 3950.0, 3910.0, 3941.0, 3899.0, 3950.0, 3910.0, 3954.0, 3932.0, 3943.0, 3921.0, 3942.0, 3922.0, 3944.0, 3953.0, 3944.0, 3963.0, 3912.0, 3963.0, 3934.0, 3953.0, 3911.0, 3941.0, 3908.0, 3931.0, 3930.0, 3932.0, 3950.0, 3909.0, 3950.0, 3909.0, 3951.0, 3920.0, 3941.0, 3899.0, 3941.0, 3909.0, 3944.0, 3943.0, 3932.0, 3920.0, 3921.0, 3940.0, 3933.0, 3952.0, 3932.0, 3950.0, 3921.0, 3951.0, 3933.0, 3953.0, 3921.0, 3952.0, 3909.0, 3942.0, 3920.0, 3944.0, 3941.0, 3931.0, 3950.0, 3910.0, 3951.0, 3923.0, 3951.0, 3920.0, 3951.0, 3909.0, 3941.0, 3933.0, 3943.0, 3931.0, 3931.0, 3950.0, 3910.0, 3951.0, 3921.0, 3952.0, 3910.0, 3940.0, 3909.0, 3941.0, 3933.0, 3944.0, 3932.0, 3932.0, 3951.0, 3921.0, 3963.0, 3935.0, 3964.0, 3923.0, 3953.0, 3922.0, 3977.0, 3935.0, 3955.0, 3932.0, 3943.0, 3933.0, 3956.0, 3966.0, 3943.0, 3963.0, 3921.0, 3962.0, 3934.0, 3964.0, 3911.0, 3951.0, 3909.0, 3941.0, 3920.0, 3955.0, 3931.0, 3932.0, 3941.0, 3921.0, 3961.0, 3922.0, 3952.0, 3931.0, 3940.0, 3897.0, 3940.0, 3921.0, 3942.0, 3930.0, 3942.0, 3939.0, 3920.0, 3962.0, 3920.0, 3951.0, 3910.0, 3950.0, 3910.0, 3953.0, 3920.0, 3942.0, 3920.0, 3930.0, 3950.0, 3932.0, 3951.0, 3920.0, 3950.0, 3909.0, 3962.0, 3920.0, 3945.0, 3941.0, 3932.0, 3961.0, 3919.0, 3962.0, 3921.0, 3942.0, 3920.0, 3929.0, 3948.0, 3908.0, 3951.0, 3908.0, 3930.0, 3907.0, 3930.0, 3929.0, 3922.0, 3949.0, 3922.0], 'WindowWidth': [8912.0, 8901.0, 8816.0, 8853.0, 8835.0, 8848.0, 8811.0, 8806.0, 8829.0, 8787.0, 8846.0, 8805.0, 8832.0, 8771.0, 8818.0, 8785.0, 8806.0, 8834.0, 8791.0, 8827.0, 8787.0, 8826.0, 8776.0, 8835.0, 8776.0, 8816.0, 8801.0, 8809.0, 8811.0, 8811.0, 8809.0, 8815.0, 8824.0, 8837.0, 8869.0, 8838.0, 8860.0, 8816.0, 8858.0, 8828.0, 8841.0, 8853.0, 8808.0, 8845.0, 8791.0, 8834.0, 8788.0, 8817.0, 8783.0, 8788.0, 8827.0, 8786.0, 8830.0, 8770.0, 8813.0, 8779.0, 8798.0, 8816.0, 8803.0, 8829.0, 8785.0, 8825.0, 8751.0, 8812.0, 8795.0, 8781.0, 8805.0, 8766.0, 8803.0, 8776.0, 8808.0, 8762.0, 8777.0, 8785.0, 8758.0, 8801.0, 8762.0, 8804.0, 8757.0, 8778.0, 8803.0, 8766.0, 8824.0, 8766.0, 8805.0, 8758.0, 8776.0, 8822.0, 8785.0, 8809.0, 8782.0, 8808.0, 8754.0, 8816.0, 8804.0, 8820.0, 8803.0, 8790.0, 8831.0, 8775.0, 8848.0, 8792.0, 8832.0, 8774.0, 8820.0, 8804.0, 8807.0, 8830.0, 8803.0, 8829.0, 8779.0, 8810.0, 8794.0, 8800.0, 8822.0, 8779.0, 8818.0, 8748.0, 8813.0, 8784.0, 8814.0, 8781.0, 8804.0, 8829.0, 8795.0, 8830.0, 8807.0, 8826.0, 8758.0, 8815.0, 8814.0, 8805.0, 8841.0, 8785.0, 8821.0, 8762.0, 8810.0, 8792.0, 8797.0, 8779.0, 8768.0, 8817.0, 8782.0, 8825.0, 8765.0, 8811.0, 8780.0, 8796.0, 8824.0, 8787.0, 8809.0, 8782.0, 8806.0, 8749.0, 8796.0, 8784.0, 8799.0, 8781.0, 8786.0, 8827.0, 8792.0, 8848.0, 8789.0, 8827.0, 8785.0, 8826.0, 8774.0, 8852.0, 8792.0, 8818.0, 8771.0, 8815.0, 8789.0, 8822.0, 8816.0, 8803.0, 8812.0, 8800.0, 8824.0, 8791.0, 8827.0, 8785.0, 8823.0, 8768.0, 8812.0, 8786.0, 8815.0, 8780.0, 8799.0, 8791.0, 8784.0, 8827.0, 8788.0, 8824.0, 8775.0, 8828.0, 8771.0, 8819.0, 8788.0, 8816.0, 8785.0, 8787.0, 8798.0, 8809.0, 8852.0, 8808.0, 8833.0, 8777.0, 8845.0, 8795.0, 8851.0, 8789.0, 8832.0, 8783.0, 8814.0, 8812.0, 8819.0, 8830.0, 8787.0, 8821.0, 8766.0, 8810.0, 8790.0, 8831.0, 8788.0, 8823.0, 8787.0, 8818.0, 8819.0, 8823.0, 8821.0, 8807.0, 8848.0, 8796.0, 8854.0, 8810.0, 8848.0, 8793.0, 8832.0, 8792.0, 8837.0, 8785.0, 8815.0, 8780.0, 8797.0, 8807.0, 8812.0, 8825.0, 8780.0, 8818.0, 8764.0, 8825.0, 8797.0, 8824.0, 8783.0, 8825.0, 8771.0, 8834.0, 8788.0, 8831.0, 8768.0, 8814.0, 8779.0, 8818.0, 8815.0, 8817.0, 8781.0, 8812.0, 8794.0, 8803.0, 8816.0, 8801.0, 8797.0, 8804.0, 8811.0, 8807.0, 8831.0, 8804.0, 8813.0, 8792.0, 8828.0, 8804.0, 8831.0, 8803.0, 8826.0, 8770.0, 8823.0, 8783.0, 8825.0, 8782.0, 8822.0, 8751.0, 8823.0, 8771.0, 8830.0, 8781.0, 8798.0, 8779.0, 8795.0, 8794.0, 8804.0, 8829.0, 8800.0, 8824.0, 8753.0, 8823.0, 8787.0, 8829.0, 8800.0, 8826.0, 8773.0, 8815.0, 8785.0, 8837.0, 8812.0, 8837.0, 8798.0, 8852.0, 8812.0, 8844.0, 8823.0, 8820.0, 8800.0, 8807.0, 8854.0, 8812.0, 8830.0, 8789.0, 8824.0, 8771.0, 8847.0, 8786.0, 8833.0, 8770.0, 8815.0, 8786.0, 8837.0, 8802.0, 8805.0, 8805.0, 8802.0, 8792.0, 8834.0, 8801.0, 8855.0, 8829.0, 8824.0, 8840.0, 8867.0, 8804.0, 8849.0, 8784.0, 8814.0, 8749.0, 8805.0, 8762.0, 8812.0, 8792.0, 8793.0, 8762.0, 8762.0, 8823.0, 8786.0, 8823.0, 8781.0, 8802.0, 8747.0, 8806.0, 8777.0, 8796.0, 8791.0, 8763.0, 8803.0, 8749.0, 8805.0, 8790.0, 8829.0, 8756.0, 8813.0, 8779.0, 8800.0, 8815.0, 8804.0, 8827.0, 8786.0, 8823.0, 8751.0, 8809.0, 8785.0, 8823.0, 8799.0, 8786.0, 8813.0, 8773.0, 8843.0, 8798.0, 8847.0, 8796.0, 8830.0, 8790.0, 8833.0, 8797.0, 8838.0, 8806.0, 8820.0, 8801.0, 8815.0, 8801.0, 8816.0, 8844.0, 8801.0, 8849.0, 8822.0, 8845.0, 8788.0, 8827.0, 8762.0, 8810.0, 8795.0, 8794.0, 8804.0, 8764.0, 8820.0, 8769.0, 8826.0, 8784.0, 8811.0, 8755.0, 8814.0, 8787.0, 8835.0, 8803.0, 8802.0, 8827.0, 8771.0, 8827.0, 8807.0, 8832.0, 8784.0, 8813.0, 8780.0, 8799.0, 8817.0, 8803.0, 8829.0, 8786.0, 8826.0, 8777.0, 8850.0, 8807.0, 8831.0, 8793.0, 8834.0, 8795.0, 8841.0, 8810.0, 8837.0, 8788.0, 8821.0, 8803.0, 8823.0, 8850.0, 8803.0, 8826.0, 8772.0, 8824.0, 8774.0, 8831.0, 8790.0, 8812.0, 8764.0, 8784.0, 8828.0, 8799.0, 8826.0, 8786.0, 8821.0, 8768.0, 8814.0, 8774.0, 8817.0, 8776.0, 8818.0, 8789.0, 8845.0, 8823.0, 8820.0, 8844.0, 8772.0, 8825.0, 8800.0, 8829.0, 8765.0, 8794.0, 8759.0, 8764.0, 8822.0, 8786.0, 8808.0, 8785.0, 8821.0, 8749.0, 8814.0, 8784.0, 8829.0, 8785.0, 8803.0, 8796.0, 8787.0, 8832.0, 8789.0, 8812.0, 8772.0, 8828.0, 8769.0, 8831.0, 8797.0, 8784.0, 8822.0, 8769.0, 8824.0, 8791.0, 8827.0, 8785.0, 8831.0, 8768.0, 8816.0, 8802.0, 8802.0, 8787.0, 8801.0, 8786.0, 8807.0, 8818.0, 8810.0, 8818.0, 8790.0, 8855.0, 8813.0, 8851.0, 8808.0, 8827.0, 8785.0, 8826.0, 8778.0, 8833.0, 8802.0, 8814.0, 8795.0, 8781.0, 8828.0, 8800.0, 8809.0, 8766.0, 8811.0, 8765.0, 8817.0, 8802.0, 8785.0, 8810.0, 8770.0, 8824.0, 8788.0, 8833.0, 8785.0, 8803.0, 8783.0, 8786.0, 8826.0, 8793.0, 8829.0, 8802.0, 8811.0, 8757.0, 8843.0, 8792.0, 8834.0, 8790.0, 8822.0, 8806.0, 8841.0, 8823.0, 8839.0, 8815.0, 8862.0, 8836.0, 8830.0, 8848.0, 8871.0, 8807.0, 8839.0, 8801.0, 8813.0, 8763.0, 8791.0, 8803.0, 8782.0, 8823.0, 8782.0, 8802.0, 8749.0, 8789.0, 8767.0, 8823.0, 8766.0, 8811.0, 8767.0, 8810.0, 8783.0, 8819.0, 8802.0, 8801.0, 8782.0, 8801.0, 8799.0, 8806.0, 8847.0, 8804.0, 8825.0, 8767.0, 8821.0, 8781.0, 8828.0, 8766.0, 8809.0, 8761.0, 8796.0, 8805.0, 8780.0, 8806.0, 8764.0, 8805.0, 8764.0, 8792.0, 8789.0, 8831.0, 8774.0, 8828.0, 8773.0, 8815.0, 8801.0, 8819.0, 8802.0, 8803.0, 8813.0, 8771.0, 8831.0, 8791.0, 8832.0, 8787.0, 8826.0, 8770.0, 8824.0, 8779.0, 8833.0, 8773.0, 8814.0, 8780.0, 8812.0, 8799.0, 8818.0, 8786.0, 8817.0, 8796.0, 8799.0, 8848.0, 8806.0, 8845.0, 8804.0, 8825.0, 8771.0, 8824.0, 8790.0, 8828.0, 8780.0, 8795.0, 8763.0, 8779.0, 8812.0, 8800.0, 8821.0, 8783.0, 8820.0, 8754.0, 8823.0, 8793.0, 8829.0, 8790.0, 8814.0, 8773.0, 8829.0, 8795.0, 8837.0, 8788.0, 8815.0, 8784.0, 8798.0, 8812.0, 8803.0, 8842.0, 8796.0, 8823.0, 8767.0, 8824.0, 8770.0, 8810.0, 8752.0, 8823.0, 8771.0, 8836.0, 8801.0, 8817.0, 8785.0, 8815.0, 8787.0, 8821.0, 8832.0, 8819.0, 8843.0, 8775.0, 8843.0, 8808.0, 8832.0, 8772.0, 8812.0, 8763.0, 8797.0, 8798.0, 8801.0, 8822.0, 8768.0, 8820.0, 8765.0, 8825.0, 8781.0, 8811.0, 8753.0, 8811.0, 8768.0, 8820.0, 8818.0, 8801.0, 8782.0, 8785.0, 8810.0, 8805.0, 8829.0, 8803.0, 8824.0, 8784.0, 8825.0, 8804.0, 8830.0, 8786.0, 8829.0, 8767.0, 8813.0, 8783.0, 8820.0, 8811.0, 8798.0, 8822.0, 8769.0, 8824.0, 8791.0, 8826.0, 8784.0, 8824.0, 8767.0, 8812.0, 8804.0, 8818.0, 8799.0, 8800.0, 8823.0, 8770.0, 8824.0, 8787.0, 8828.0, 8771.0, 8809.0, 8765.0, 8813.0, 8804.0, 8820.0, 8803.0, 8801.0, 8825.0, 8787.0, 8847.0, 8813.0, 8848.0, 8793.0, 8831.0, 8791.0, 8870.0, 8813.0, 8839.0, 8804.0, 8820.0, 8805.0, 8842.0, 8854.0, 8820.0, 8845.0, 8786.0, 8842.0, 8808.0, 8846.0, 8772.0, 8826.0, 8765.0, 8811.0, 8784.0, 8836.0, 8800.0, 8801.0, 8811.0, 8785.0, 8839.0, 8790.0, 8827.0, 8799.0, 8809.0, 8748.0, 8809.0, 8786.0, 8815.0, 8796.0, 8813.0, 8807.0, 8784.0, 8842.0, 8784.0, 8825.0, 8770.0, 8823.0, 8772.0, 8830.0, 8784.0, 8814.0, 8782.0, 8796.0, 8822.0, 8802.0, 8824.0, 8783.0, 8820.0, 8767.0, 8840.0, 8784.0, 8824.0, 8814.0, 8801.0, 8838.0, 8780.0, 8840.0, 8786.0, 8813.0, 8780.0, 8792.0, 8817.0, 8765.0, 8824.0, 8763.0, 8794.0, 8760.0, 8795.0, 8793.0, 8790.0, 8822.0, 8789.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.00028735632183908046</td></tr>
<tr><td colspan=3>aqi</td><td>0.01962622459770115</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.193716933555784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1973639138665135</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9998770284695044</td></tr>
<tr><td colspan=3>efc</td><td>0.4648</td></tr>
<tr><td colspan=3>fber</td><td>5623.0356</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0857119428963544</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6091954022988506</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5525665096888774</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4503127597618097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8339534778878295</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.373433291416993</td></tr>
<tr><td colspan=3>gcor</td><td>0.00754237</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011731592006981373</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02228228561580181</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.8370018445437832</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>34.2312</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1295</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.8493</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301725.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>632.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.1374</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1852</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.0794</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3140.5862</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>983.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4108.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.896</td></tr>
<tr><td colspan=3>tsnr</td><td>44.96238918416202</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>