<?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-0073_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0073_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0073_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-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-03/func/sub-0073_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>158c4b803c6762ae73a70b32086f682b</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>19:05:47.445000</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.998995, 0.00472661, 0.0445807, -0.0137751, 0.978682, 0.204918]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0937563</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7789, -7230, 645, -57, -254, 69, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.456</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>62db56b9-f5da-4271-8bbc-fbd6cd12ca12||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.680229425430298, -0.03695761039853096, 0.11518687009811401, 112.1882095336914], [-0.012681144289672375, 2.625732660293579, 0.5543814301490784, -108.82860565185547], [0.1196068674325943, -0.5497810244560242, 2.639960765838623, -32.2681884765625], [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': ['190547.445000', '190547.905000', '190548.365000', '190548.825000', '190549.285000', '190549.745000', '190550.205000', '190550.665000', '190551.125000', '190551.585000', '190552.045000', '190552.505000', '190552.965000', '190553.425000', '190553.885000', '190554.345000', '190554.805000', '190555.265000', '190555.725000', '190556.185000', '190556.645000', '190557.105000', '190557.565000', '190558.025000', '190558.485000', '190558.945000', '190559.405000', '190559.865000', '190600.325000', '190600.785000', '190601.245000', '190601.705000', '190602.165000', '190602.625000', '190603.085000', '190603.545000', '190604.005000', '190604.465000', '190604.925000', '190605.385000', '190605.845000', '190606.305000', '190606.765000', '190607.225000', '190607.685000', '190608.145000', '190608.605000', '190609.065000', '190609.525000', '190609.985000', '190610.445000', '190610.905000', '190611.365000', '190611.825000', '190612.285000', '190612.745000', '190613.205000', '190613.665000', '190614.125000', '190614.585000', '190615.045000', '190615.505000', '190615.965000', '190616.425000', '190616.885000', '190617.345000', '190617.805000', '190618.265000', '190618.725000', '190619.185000', '190619.645000', '190620.105000', '190620.565000', '190621.025000', '190621.485000', '190621.945000', '190622.405000', '190622.865000', '190623.325000', '190623.785000', '190624.245000', '190624.705000', '190625.165000', '190625.625000', '190626.085000', '190626.545000', '190627.005000', '190627.465000', '190627.925000', '190628.385000', '190628.845000', '190629.305000', '190629.765000', '190630.225000', '190630.685000', '190631.145000', '190631.605000', '190632.065000', '190632.525000', '190632.985000', '190633.445000', '190633.905000', '190634.365000', '190634.825000', '190635.285000', '190635.745000', '190636.205000', '190636.665000', '190637.125000', '190637.585000', '190638.045000', '190638.505000', '190638.965000', '190639.425000', '190639.885000', '190640.345000', '190640.805000', '190641.265000', '190641.725000', '190642.185000', '190642.645000', '190643.105000', '190643.565000', '190644.025000', '190644.485000', '190644.945000', '190645.405000', '190645.865000', '190646.325000', '190646.785000', '190647.245000', '190647.705000', '190648.165000', '190648.625000', '190649.085000', '190649.545000', '190650.005000', '190650.465000', '190650.925000', '190651.385000', '190651.845000', '190652.305000', '190652.765000', '190653.225000', '190653.685000', '190654.145000', '190654.605000', '190655.065000', '190655.525000', '190655.985000', '190656.445000', '190656.905000', '190657.365000', '190657.825000', '190658.285000', '190658.745000', '190659.205000', '190659.665000', '190700.125000', '190700.585000', '190701.045000', '190701.505000', '190701.965000', '190702.425000', '190702.885000', '190703.345000', '190703.805000', '190704.265000', '190704.725000', '190705.185000', '190705.645000', '190706.105000', '190706.565000', '190707.025000', '190707.485000', '190707.945000', '190708.405000', '190708.865000', '190709.325000', '190709.785000', '190710.245000', '190710.705000', '190711.165000', '190711.625000', '190712.085000', '190712.545000', '190713.005000', '190713.465000', '190713.925000', '190714.385000', '190714.845000', '190715.305000', '190715.765000', '190716.225000', '190716.685000', '190717.145000', '190717.605000', '190718.065000', '190718.525000', '190718.985000', '190719.445000', '190719.905000', '190720.365000', '190720.825000', '190721.285000', '190721.745000', '190722.205000', '190722.665000', '190723.125000', '190723.585000', '190724.045000', '190724.505000', '190724.965000', '190725.425000', '190725.885000', '190726.345000', '190726.805000', '190727.265000', '190727.725000', '190728.185000', '190728.645000', '190729.105000', '190729.565000', '190730.025000', '190730.485000', '190730.945000', '190731.405000', '190731.865000', '190732.325000', '190732.785000', '190733.245000', '190733.705000', '190734.165000', '190734.625000', '190735.085000', '190735.545000', '190736.005000', '190736.465000', '190736.925000', '190737.385000', '190737.845000', '190738.305000', '190738.765000', '190739.225000', '190739.685000', '190740.145000', '190740.605000', '190741.065000', '190741.525000', '190741.985000', '190742.445000', '190742.905000', '190743.365000', '190743.825000', '190744.285000', '190744.745000', '190745.205000', '190745.665000', '190746.125000', '190746.585000', '190747.045000', '190747.505000', '190747.965000', '190748.425000', '190748.885000', '190749.345000', '190749.805000', '190750.265000', '190750.725000', '190751.185000', '190751.645000', '190752.105000', '190752.565000', '190753.025000', '190753.485000', '190753.945000', '190754.405000', '190754.865000', '190755.325000', '190755.785000', '190756.245000', '190756.705000', '190757.165000', '190757.625000', '190758.085000', '190758.545000', '190759.005000', '190759.465000', '190759.925000', '190800.385000', '190800.845000', '190801.305000', '190801.765000', '190802.225000', '190802.685000', '190803.145000', '190803.605000', '190804.065000', '190804.525000', '190804.985000', '190805.445000', '190805.905000', '190806.365000', '190806.825000', '190807.285000', '190807.745000', '190808.205000', '190808.665000', '190809.125000', '190809.585000', '190810.045000', '190810.505000', '190810.965000', '190811.425000', '190811.885000', '190812.345000', '190812.805000', '190813.265000', '190813.725000', '190814.185000', '190814.645000', '190815.105000', '190815.565000', '190816.025000', '190816.485000', '190816.945000', '190817.405000', '190817.865000', '190818.325000', '190818.785000', '190819.245000', '190819.705000', '190820.165000', '190820.625000', '190821.085000', '190821.545000', '190822.005000', '190822.465000', '190822.925000', '190823.385000', '190823.845000', '190824.305000', '190824.765000', '190825.225000', '190825.685000', '190826.145000', '190826.605000', '190827.065000', '190827.525000', '190827.985000', '190828.445000', '190828.905000', '190829.365000', '190829.825000', '190830.285000', '190830.745000', '190831.205000', '190831.665000', '190832.125000', '190832.585000', '190833.045000', '190833.505000', '190833.965000', '190834.425000', '190834.885000', '190835.345000', '190835.805000', '190836.265000', '190836.725000', '190837.185000', '190837.645000', '190838.105000', '190838.565000', '190839.025000', '190839.485000', '190839.945000', '190840.405000', '190840.865000', '190841.325000', '190841.785000', '190842.245000', '190842.705000', '190843.165000', '190843.625000', '190844.085000', '190844.545000', '190845.005000', '190845.465000', '190845.925000', '190846.385000', '190846.845000', '190847.305000', '190847.765000', '190848.225000', '190848.685000', '190849.145000', '190849.605000', '190850.065000', '190850.525000', '190850.985000', '190851.445000', '190851.905000', '190852.365000', '190852.825000', '190853.285000', '190853.745000', '190854.205000', '190854.665000', '190855.125000', '190855.585000', '190856.045000', '190856.505000', '190856.965000', '190857.425000', '190857.885000', '190858.345000', '190858.805000', '190859.265000', '190859.725000', '190900.185000', '190900.645000', '190901.105000', '190901.565000', '190902.025000', '190902.485000', '190902.945000', '190903.405000', '190903.865000', '190904.325000', '190904.785000', '190905.245000', '190905.705000', '190906.165000', '190906.625000', '190907.085000', '190907.545000', '190908.005000', '190908.465000', '190908.925000', '190909.385000', '190909.845000', '190910.305000', '190910.765000', '190911.225000', '190911.685000', '190912.145000', '190912.605000', '190913.065000', '190913.525000', '190913.985000', '190914.445000', '190914.905000', '190915.365000', '190915.825000', '190916.285000', '190916.745000', '190917.205000', '190917.665000', '190918.125000', '190918.585000', '190919.045000', '190919.505000', '190919.965000', '190920.425000', '190920.885000', '190921.345000', '190921.805000', '190922.265000', '190922.725000', '190923.185000', '190923.645000', '190924.105000', '190924.565000', '190925.025000', '190925.485000', '190925.945000', '190926.405000', '190926.865000', '190927.325000', '190927.785000', '190928.245000', '190928.705000', '190929.165000', '190929.625000', '190930.085000', '190930.545000', '190931.005000', '190931.465000', '190931.925000', '190932.385000', '190932.845000', '190933.305000', '190933.765000', '190934.225000', '190934.685000', '190935.145000', '190935.605000', '190936.065000', '190936.525000', '190936.985000', '190937.445000', '190937.905000', '190938.365000', '190938.825000', '190939.285000', '190939.745000', '190940.205000', '190940.665000', '190941.125000', '190941.585000', '190942.045000', '190942.505000', '190942.965000', '190943.425000', '190943.885000', '190944.345000', '190944.805000', '190945.265000', '190945.725000', '190946.185000', '190946.645000', '190947.105000', '190947.565000', '190948.025000', '190948.485000', '190948.945000', '190949.405000', '190949.865000', '190950.325000', '190950.785000', '190951.245000', '190951.705000', '190952.165000', '190952.625000', '190953.085000', '190953.545000', '190954.005000', '190954.465000', '190954.925000', '190955.385000', '190955.845000', '190956.305000', '190956.765000', '190957.225000', '190957.685000', '190958.145000', '190958.605000', '190959.065000', '190959.525000', '190959.985000', '191000.445000', '191000.905000', '191001.365000', '191001.825000', '191002.285000', '191002.745000', '191003.205000', '191003.665000', '191004.125000', '191004.585000', '191005.045000', '191005.505000', '191005.965000', '191006.425000', '191006.885000', '191007.345000', '191007.805000', '191008.265000', '191008.725000', '191009.185000', '191009.645000', '191010.105000', '191010.565000', '191011.025000', '191011.485000', '191011.945000', '191012.405000', '191012.865000', '191013.325000', '191013.785000', '191014.245000', '191014.705000', '191015.165000', '191015.625000', '191016.085000', '191016.545000', '191017.005000', '191017.465000', '191017.925000', '191018.385000', '191018.845000', '191019.305000', '191019.765000', '191020.225000', '191020.685000', '191021.145000', '191021.605000', '191022.065000', '191022.525000', '191022.985000', '191023.445000', '191023.905000', '191024.365000', '191024.825000', '191025.285000', '191025.745000', '191026.205000', '191026.665000', '191027.125000', '191027.585000', '191028.045000', '191028.505000', '191028.965000', '191029.425000', '191029.885000', '191030.345000', '191030.805000', '191031.265000', '191031.725000', '191032.185000', '191032.645000', '191033.105000', '191033.565000', '191034.025000', '191034.485000', '191034.945000', '191035.405000', '191035.865000', '191036.325000', '191036.785000', '191037.245000', '191037.705000', '191038.165000', '191038.625000', '191039.085000', '191039.545000', '191040.005000', '191040.465000', '191040.925000', '191041.385000', '191041.845000', '191042.305000', '191042.765000', '191043.225000', '191043.685000', '191044.145000', '191044.605000', '191045.065000', '191045.525000', '191045.985000', '191046.445000', '191046.905000', '191047.365000', '191047.825000', '191048.285000', '191048.745000', '191049.205000', '191049.665000', '191050.125000', '191050.585000', '191051.045000', '191051.505000', '191051.965000', '191052.425000', '191052.885000', '191053.345000', '191053.805000', '191054.265000', '191054.725000', '191055.185000', '191055.645000', '191056.105000', '191056.565000', '191057.025000', '191057.485000', '191057.945000', '191058.405000', '191058.865000', '191059.325000', '191059.785000', '191100.245000', '191100.705000', '191101.165000', '191101.625000', '191102.085000', '191102.545000', '191103.005000', '191103.465000', '191103.925000', '191104.385000', '191104.845000', '191105.305000', '191105.765000', '191106.225000', '191106.685000', '191107.145000', '191107.605000', '191108.065000', '191108.525000', '191108.985000', '191109.445000', '191109.905000', '191110.365000', '191110.825000', '191111.285000', '191111.745000', '191112.205000', '191112.665000', '191113.125000', '191113.585000', '191114.045000', '191114.505000', '191114.965000', '191115.425000', '191115.885000', '191116.345000', '191116.805000', '191117.265000', '191117.725000', '191118.185000', '191118.645000', '191119.105000', '191119.565000', '191120.025000', '191120.485000', '191120.945000', '191121.405000', '191121.865000', '191122.325000', '191122.785000', '191123.245000', '191123.705000', '191124.165000', '191124.625000', '191125.085000', '191125.545000', '191126.005000', '191126.465000', '191126.925000', '191127.385000', '191127.845000', '191128.305000', '191128.765000', '191129.225000', '191129.685000', '191130.145000', '191130.605000', '191131.065000', '191131.525000', '191131.985000', '191132.445000', '191132.905000', '191133.365000', '191133.825000', '191134.285000', '191134.745000', '191135.205000', '191135.665000', '191136.125000', '191136.585000', '191137.045000', '191137.505000', '191137.965000', '191138.425000', '191138.885000', '191139.345000', '191139.805000', '191140.265000', '191140.725000', '191141.185000', '191141.645000', '191142.105000', '191142.565000', '191143.025000', '191143.485000', '191143.945000', '191144.405000', '191144.865000', '191145.325000', '191145.785000', '191146.245000', '191146.705000', '191147.165000', '191147.625000', '191148.085000', '191148.545000', '191149.005000', '191149.465000', '191149.925000', '191150.385000', '191150.845000', '191151.305000', '191151.765000', '191152.225000', '191152.685000', '191153.145000', '191153.605000', '191154.065000', '191154.525000', '191154.985000', '191155.445000', '191155.905000', '191156.365000', '191156.825000', '191157.285000', '191157.745000', '191158.205000', '191158.665000', '191159.125000', '191159.585000', '191200.045000', '191200.505000', '191200.965000', '191201.425000', '191201.885000', '191202.345000', '191202.805000', '191203.265000', '191203.725000', '191204.185000', '191204.645000', '191205.105000', '191205.565000', '191206.025000', '191206.485000', '191206.945000', '191207.405000', '191207.865000', '191208.325000', '191208.785000', '191209.245000', '191209.705000', '191210.165000', '191210.625000', '191211.085000', '191211.545000', '191212.005000', '191212.465000', '191212.925000', '191213.385000', '191213.845000', '191214.305000', '191214.765000', '191215.225000', '191215.685000', '191216.145000', '191216.605000', '191217.065000', '191217.525000', '191217.985000', '191218.445000', '191218.905000', '191219.365000', '191219.825000', '191220.285000', '191220.745000', '191221.205000', '191221.665000', '191222.125000', '191222.585000', '191223.045000', '191223.505000', '191223.965000', '191224.425000', '191224.885000', '191225.345000', '191225.805000', '191226.265000', '191226.725000', '191227.185000', '191227.645000', '191228.105000'], 'ContentTime': ['190557.708000', '190557.711000', '190557.714000', '190557.716000', '190557.730000', '190557.732000', '190557.735000', '190557.737000', '190557.740000', '190557.743000', '190557.745000', '190557.748000', '190557.750000', '190557.753000', '190557.756000', '190557.758000', '190557.761000', '190557.764000', '190557.772000', '190617.658000', '190617.661000', '190617.664000', '190617.666000', '190617.669000', '190617.671000', '190617.674000', '190617.677000', '190617.679000', '190617.682000', '190617.684000', '190617.687000', '190617.690000', '190617.692000', '190617.695000', '190617.697000', '190617.700000', '190617.703000', '190617.705000', '190617.708000', '190617.710000', '190617.720000', '190617.723000', '190617.725000', '190617.728000', '190617.731000', '190617.733000', '190617.736000', '190617.739000', '190617.741000', '190617.744000', '190617.746000', '190617.749000', '190617.752000', '190617.754000', '190617.757000', '190617.760000', '190617.762000', '190617.765000', '190617.767000', '190617.770000', '190617.772000', '190617.785000', '190617.788000', '190637.658000', '190637.661000', '190637.664000', '190637.666000', '190637.669000', '190637.672000', '190637.687000', '190637.689000', '190637.692000', '190637.694000', '190637.697000', '190637.700000', '190637.702000', '190637.705000', '190637.708000', '190637.710000', '190637.713000', '190637.715000', '190637.718000', '190637.721000', '190637.723000', '190637.726000', '190637.729000', '190637.731000', '190637.734000', '190637.736000', '190637.739000', '190637.742000', '190637.744000', '190637.747000', '190637.750000', '190637.752000', '190637.755000', '190637.757000', '190637.760000', '190637.763000', '190637.765000', '190637.768000', '190637.770000', '190637.773000', '190637.776000', '190637.778000', '190637.781000', '190657.658000', '190657.661000', '190657.664000', '190657.666000', '190657.669000', '190657.672000', '190657.674000', '190657.677000', '190657.680000', '190657.682000', '190657.685000', '190657.688000', '190657.690000', '190657.693000', '190657.696000', '190657.699000', '190657.701000', '190657.704000', '190657.707000', '190657.709000', '190657.712000', '190657.715000', '190657.717000', '190657.720000', '190657.723000', '190657.725000', '190657.728000', '190657.731000', '190657.733000', '190657.736000', '190657.738000', '190657.741000', '190657.744000', '190657.746000', '190657.749000', '190657.752000', '190657.754000', '190657.757000', '190657.759000', '190657.762000', '190657.765000', '190657.767000', '190657.770000', '190657.772000', '190717.657000', '190717.660000', '190717.663000', '190717.665000', '190717.668000', '190717.671000', '190717.673000', '190717.676000', '190717.679000', '190717.681000', '190717.684000', '190717.686000', '190717.689000', '190717.692000', '190717.694000', '190717.697000', '190717.700000', '190717.702000', '190717.705000', '190717.707000', '190717.710000', '190717.713000', '190717.715000', '190717.718000', '190717.721000', '190717.723000', '190717.726000', '190717.728000', '190717.731000', '190717.734000', '190717.736000', '190717.739000', '190717.742000', '190717.744000', '190717.747000', '190717.749000', '190717.752000', '190717.755000', '190717.757000', '190717.760000', '190717.763000', '190717.765000', '190717.768000', '190737.658000', '190737.661000', '190737.664000', '190737.667000', '190737.669000', '190737.672000', '190737.675000', '190737.677000', '190737.680000', '190737.682000', '190737.685000', '190737.688000', '190737.691000', '190737.694000', '190737.696000', '190737.699000', '190737.702000', '190737.705000', '190737.707000', '190737.710000', '190737.712000', '190737.715000', '190737.718000', '190737.720000', '190737.723000', '190737.726000', '190737.728000', '190737.731000', '190737.734000', '190737.736000', '190737.739000', '190737.742000', '190737.744000', '190737.747000', '190737.750000', '190737.753000', '190737.755000', '190737.758000', '190737.760000', '190737.763000', '190737.766000', '190737.768000', '190737.771000', '190757.659000', '190757.662000', '190757.664000', '190757.667000', '190757.670000', '190757.672000', '190757.675000', '190757.678000', '190757.681000', '190757.683000', '190757.686000', '190757.689000', '190757.691000', '190757.694000', '190757.697000', '190757.699000', '190757.702000', '190757.705000', '190757.707000', '190757.710000', '190757.712000', '190757.715000', '190757.718000', '190757.720000', '190757.723000', '190757.726000', '190757.728000', '190757.731000', '190757.734000', '190757.736000', '190757.739000', '190757.741000', '190757.744000', '190757.747000', '190757.749000', '190757.752000', '190757.755000', '190757.757000', '190757.760000', '190757.762000', '190757.765000', '190757.768000', '190757.770000', '190757.773000', '190817.658000', '190817.661000', '190817.679000', '190817.681000', '190817.684000', '190817.687000', '190817.690000', '190817.693000', '190817.696000', '190817.698000', '190817.701000', '190817.703000', '190817.706000', '190817.709000', '190817.711000', '190817.714000', '190817.717000', '190817.719000', '190817.722000', '190817.724000', '190817.727000', '190817.730000', '190817.732000', '190817.735000', '190817.738000', '190817.740000', '190817.743000', '190817.746000', '190817.748000', '190817.751000', '190817.754000', '190817.756000', '190817.759000', '190817.762000', '190817.764000', '190817.767000', '190817.769000', '190817.772000', '190817.775000', '190817.777000', '190817.780000', '190817.783000', '190817.785000', '190817.788000', '190837.658000', '190837.661000', '190837.664000', '190837.666000', '190837.669000', '190837.672000', '190837.674000', '190837.677000', '190837.680000', '190837.682000', '190837.685000', '190837.688000', '190837.690000', '190837.693000', '190837.695000', '190837.698000', '190837.701000', '190837.703000', '190837.706000', '190837.709000', '190837.711000', '190837.720000', '190837.723000', '190837.725000', '190837.728000', '190837.731000', '190837.733000', '190837.736000', '190837.738000', '190837.741000', '190837.744000', '190837.747000', '190837.749000', '190837.752000', '190837.754000', '190837.757000', '190837.760000', '190837.762000', '190837.765000', '190837.768000', '190837.771000', '190837.773000', '190837.776000', '190857.658000', '190857.661000', '190857.664000', '190857.667000', '190857.669000', '190857.672000', '190857.675000', '190857.677000', '190857.680000', '190857.683000', '190857.685000', '190857.688000', '190857.691000', '190857.693000', '190857.696000', '190857.698000', '190857.701000', '190857.704000', '190857.706000', '190857.709000', '190857.712000', '190857.714000', '190857.717000', '190857.720000', '190857.722000', '190857.725000', '190857.727000', '190857.730000', '190857.733000', '190857.735000', '190857.738000', '190857.741000', '190857.743000', '190857.746000', '190857.749000', '190857.751000', '190857.754000', '190857.756000', '190857.759000', '190857.762000', '190857.764000', '190857.767000', '190857.770000', '190917.659000', '190917.662000', '190917.664000', '190917.667000', '190917.670000', '190917.672000', '190917.675000', '190917.678000', '190917.680000', '190917.683000', '190917.695000', '190917.698000', '190917.700000', '190917.703000', '190917.705000', '190917.708000', '190917.711000', '190917.713000', '190917.716000', '190917.719000', '190917.721000', '190917.724000', '190917.726000', '190917.729000', '190917.732000', '190917.734000', '190917.737000', '190917.740000', '190917.742000', '190917.745000', '190917.748000', '190917.750000', '190917.753000', '190917.756000', '190917.758000', '190917.761000', '190917.764000', '190917.766000', '190917.769000', '190917.771000', '190917.774000', '190917.777000', '190917.779000', '190917.782000', '190937.657000', '190937.660000', '190937.663000', '190937.666000', '190937.668000', '190937.671000', '190937.674000', '190937.676000', '190937.679000', '190937.682000', '190937.684000', '190937.687000', '190937.691000', '190937.693000', '190937.696000', '190937.699000', '190937.701000', '190937.704000', '190937.707000', '190937.709000', '190937.712000', '190937.715000', '190937.717000', '190937.720000', '190937.723000', '190937.726000', '190937.729000', '190937.732000', '190937.734000', '190937.737000', '190937.740000', '190937.742000', '190937.745000', '190937.747000', '190937.750000', '190937.753000', '190937.755000', '190937.758000', '190937.761000', '190937.763000', '190937.766000', '190937.768000', '190937.781000', '190957.659000', '190957.661000', '190957.664000', '190957.667000', '190957.670000', '190957.672000', '190957.675000', '190957.678000', '190957.680000', '190957.683000', '190957.685000', '190957.688000', '190957.691000', '190957.693000', '190957.696000', '190957.699000', '190957.701000', '190957.704000', '190957.707000', '190957.709000', '190957.712000', '190957.715000', '190957.717000', '190957.720000', '190957.723000', '190957.725000', '190957.728000', '190957.731000', '190957.733000', '190957.736000', '190957.739000', '190957.741000', '190957.744000', '190957.746000', '190957.749000', '190957.752000', '190957.755000', '190957.757000', '190957.760000', '190957.763000', '190957.765000', '190957.768000', '190957.771000', '190957.773000', '191017.658000', '191017.661000', '191017.664000', '191017.666000', '191017.669000', '191017.672000', '191017.675000', '191017.677000', '191017.680000', '191017.683000', '191017.685000', '191017.688000', '191017.691000', '191017.693000', '191017.696000', '191017.699000', '191017.701000', '191017.704000', '191017.707000', '191017.709000', '191017.712000', '191017.714000', '191017.717000', '191017.720000', '191017.722000', '191017.725000', '191017.728000', '191017.731000', '191017.733000', '191017.736000', '191017.739000', '191017.741000', '191017.744000', '191017.746000', '191017.749000', '191017.752000', '191017.754000', '191017.757000', '191017.760000', '191017.762000', '191017.765000', '191017.768000', '191017.770000', '191037.659000', '191037.662000', '191037.665000', '191037.668000', '191037.670000', '191037.673000', '191037.676000', '191037.678000', '191037.681000', '191037.683000', '191037.686000', '191037.689000', '191037.692000', '191037.694000', '191037.697000', '191037.700000', '191037.702000', '191037.705000', '191037.707000', '191037.710000', '191037.713000', '191037.716000', '191037.718000', '191037.721000', '191037.723000', '191037.726000', '191037.729000', '191037.731000', '191037.734000', '191037.737000', '191037.739000', '191037.742000', '191037.744000', '191037.747000', '191037.750000', '191037.752000', '191037.755000', '191037.758000', '191037.761000', '191037.763000', '191037.766000', '191037.769000', '191037.771000', '191037.774000', '191057.659000', '191057.661000', '191057.664000', '191057.667000', '191057.669000', '191057.672000', '191057.675000', '191057.677000', '191057.680000', '191057.682000', '191057.685000', '191057.688000', '191057.690000', '191057.693000', '191057.696000', '191057.699000', '191057.702000', '191057.704000', '191057.709000', '191057.711000', '191057.714000', '191057.717000', '191057.719000', '191057.722000', '191057.725000', '191057.727000', '191057.730000', '191057.733000', '191057.735000', '191057.738000', '191057.740000', '191057.743000', '191057.746000', '191057.748000', '191057.751000', '191057.754000', '191057.756000', '191057.759000', '191057.762000', '191057.764000', '191057.768000', '191057.771000', '191057.774000', '191117.659000', '191117.661000', '191117.664000', '191117.667000', '191117.670000', '191117.673000', '191117.675000', '191117.678000', '191117.681000', '191117.703000', '191117.705000', '191117.708000', '191117.710000', '191117.713000', '191117.716000', '191117.718000', '191117.721000', '191117.724000', '191117.726000', '191117.729000', '191117.732000', '191117.734000', '191117.737000', '191117.739000', '191117.742000', '191117.745000', '191117.747000', '191117.750000', '191117.753000', '191117.755000', '191117.758000', '191117.761000', '191117.763000', '191117.766000', '191117.769000', '191117.771000', '191117.774000', '191117.777000', '191117.779000', '191117.782000', '191117.785000', '191117.787000', '191117.790000', '191117.792000', '191137.658000', '191137.660000', '191137.663000', '191137.666000', '191137.669000', '191137.671000', '191137.674000', '191137.677000', '191137.679000', '191137.682000', '191137.685000', '191137.688000', '191137.690000', '191137.693000', '191137.696000', '191137.698000', '191137.701000', '191137.704000', '191137.706000', '191137.709000', '191137.711000', '191137.714000', '191137.717000', '191137.720000', '191137.722000', '191137.725000', '191137.728000', '191137.730000', '191137.733000', '191137.736000', '191137.738000', '191137.741000', '191137.743000', '191137.746000', '191137.749000', '191137.751000', '191137.754000', '191137.757000', '191137.760000', '191137.762000', '191137.765000', '191137.767000', '191137.770000', '191157.657000', '191157.660000', '191157.663000', '191157.666000', '191157.669000', '191157.671000', '191157.674000', '191157.677000', '191157.679000', '191157.682000', '191157.685000', '191157.687000', '191157.690000', '191157.693000', '191157.697000', '191157.699000', '191157.702000', '191157.705000', '191157.707000', '191157.710000', '191157.713000', '191157.715000', '191157.718000', '191157.721000', '191157.723000', '191157.726000', '191157.729000', '191157.731000', '191157.734000', '191157.737000', '191157.739000', '191157.742000', '191157.744000', '191157.747000', '191157.750000', '191157.752000', '191157.755000', '191157.758000', '191157.760000', '191157.763000', '191157.766000', '191157.768000', '191157.771000', '191157.774000', '191217.658000', '191217.661000', '191217.664000', '191217.667000', '191217.669000', '191217.672000', '191217.675000', '191217.677000', '191217.680000', '191217.683000', '191217.685000', '191217.688000', '191217.690000', '191217.693000', '191217.696000', '191217.698000', '191217.701000', '191217.704000', '191217.706000', '191217.709000', '191217.711000', '191217.714000', '191217.717000', '191217.719000', '191217.722000', '191217.725000', '191217.727000', '191217.730000', '191217.732000', '191217.735000', '191217.738000', '191217.740000', '191217.743000', '191217.746000', '191217.748000', '191217.751000', '191217.753000', '191217.756000', '191217.759000', '191217.761000', '191217.764000', '191217.767000', '191217.770000', '191229.721000', '191229.724000', '191229.727000', '191229.730000', '191229.733000', '191229.736000', '191229.738000', '191229.741000', '191229.744000', '191229.747000', '191229.750000', '191229.753000', '191229.756000', '191229.760000', '191229.763000', '191229.766000', '191229.775000', '191229.778000', '191229.781000', '191229.784000', '191229.789000', '191229.792000', '191229.795000', '191229.797000', '191229.800000', '191229.803000', '191229.806000'], 'InstanceCreationTime': ['190557.708000', '190557.711000', '190557.714000', '190557.716000', '190557.730000', '190557.732000', '190557.735000', '190557.737000', '190557.740000', '190557.743000', '190557.745000', '190557.748000', '190557.750000', '190557.753000', '190557.756000', '190557.758000', '190557.761000', '190557.764000', '190557.772000', '190617.658000', '190617.661000', '190617.664000', '190617.666000', '190617.669000', '190617.671000', '190617.674000', '190617.677000', '190617.679000', '190617.682000', '190617.684000', '190617.687000', '190617.690000', '190617.692000', '190617.695000', '190617.697000', '190617.700000', '190617.703000', '190617.705000', '190617.708000', '190617.710000', '190617.720000', '190617.723000', '190617.725000', '190617.728000', '190617.731000', '190617.733000', '190617.736000', '190617.739000', '190617.741000', '190617.744000', '190617.746000', '190617.749000', '190617.752000', '190617.754000', '190617.757000', '190617.760000', '190617.762000', '190617.765000', '190617.767000', '190617.770000', '190617.772000', '190617.785000', '190617.788000', '190637.658000', '190637.661000', '190637.664000', '190637.666000', '190637.669000', '190637.672000', '190637.687000', '190637.689000', '190637.692000', '190637.694000', '190637.697000', '190637.700000', '190637.702000', '190637.705000', '190637.708000', '190637.710000', '190637.713000', '190637.715000', '190637.718000', '190637.721000', '190637.723000', '190637.726000', '190637.729000', '190637.731000', '190637.734000', '190637.736000', '190637.739000', '190637.742000', '190637.744000', '190637.747000', '190637.750000', '190637.752000', '190637.755000', '190637.757000', '190637.760000', '190637.763000', '190637.765000', '190637.768000', '190637.770000', '190637.773000', '190637.776000', '190637.778000', '190637.781000', '190657.658000', '190657.661000', '190657.664000', '190657.666000', '190657.669000', '190657.672000', '190657.674000', '190657.677000', '190657.680000', '190657.682000', '190657.685000', '190657.688000', '190657.690000', '190657.693000', '190657.696000', '190657.699000', '190657.701000', '190657.704000', '190657.707000', '190657.709000', '190657.712000', '190657.715000', '190657.717000', '190657.720000', '190657.723000', '190657.725000', '190657.728000', '190657.731000', '190657.733000', '190657.736000', '190657.738000', '190657.741000', '190657.744000', '190657.746000', '190657.749000', '190657.752000', '190657.754000', '190657.757000', '190657.759000', '190657.762000', '190657.765000', '190657.767000', '190657.770000', '190657.772000', '190717.657000', '190717.660000', '190717.663000', '190717.665000', '190717.668000', '190717.671000', '190717.673000', '190717.676000', '190717.679000', '190717.681000', '190717.684000', '190717.686000', '190717.689000', '190717.692000', '190717.694000', '190717.697000', '190717.700000', '190717.702000', '190717.705000', '190717.707000', '190717.710000', '190717.713000', '190717.715000', '190717.718000', '190717.721000', '190717.723000', '190717.726000', '190717.728000', '190717.731000', '190717.734000', '190717.736000', '190717.739000', '190717.742000', '190717.744000', '190717.747000', '190717.749000', '190717.752000', '190717.755000', '190717.757000', '190717.760000', '190717.763000', '190717.765000', '190717.768000', '190737.658000', '190737.661000', '190737.664000', '190737.667000', '190737.669000', '190737.672000', '190737.675000', '190737.677000', '190737.680000', '190737.682000', '190737.685000', '190737.688000', '190737.691000', '190737.694000', '190737.696000', '190737.699000', '190737.702000', '190737.705000', '190737.707000', '190737.710000', '190737.712000', '190737.715000', '190737.718000', '190737.720000', '190737.723000', '190737.726000', '190737.728000', '190737.731000', '190737.734000', '190737.736000', '190737.739000', '190737.742000', '190737.744000', '190737.747000', '190737.750000', '190737.753000', '190737.755000', '190737.758000', '190737.760000', '190737.763000', '190737.766000', '190737.768000', '190737.771000', '190757.659000', '190757.662000', '190757.664000', '190757.667000', '190757.670000', '190757.672000', '190757.675000', '190757.678000', '190757.681000', '190757.683000', '190757.686000', '190757.689000', '190757.691000', '190757.694000', '190757.697000', '190757.699000', '190757.702000', '190757.705000', '190757.707000', '190757.710000', '190757.712000', '190757.715000', '190757.718000', '190757.720000', '190757.723000', '190757.726000', '190757.728000', '190757.731000', '190757.734000', '190757.736000', '190757.739000', '190757.741000', '190757.744000', '190757.747000', '190757.749000', '190757.752000', '190757.755000', '190757.757000', '190757.760000', '190757.762000', '190757.765000', '190757.768000', '190757.770000', '190757.773000', '190817.658000', '190817.661000', '190817.679000', '190817.681000', '190817.684000', '190817.687000', '190817.690000', '190817.693000', '190817.696000', '190817.698000', '190817.701000', '190817.703000', '190817.706000', '190817.709000', '190817.711000', '190817.714000', '190817.717000', '190817.719000', '190817.722000', '190817.724000', '190817.727000', '190817.730000', '190817.732000', '190817.735000', '190817.738000', '190817.740000', '190817.743000', '190817.746000', '190817.748000', '190817.751000', '190817.754000', '190817.756000', '190817.759000', '190817.762000', '190817.764000', '190817.767000', '190817.769000', '190817.772000', '190817.775000', '190817.777000', '190817.780000', '190817.783000', '190817.785000', '190817.788000', '190837.658000', '190837.661000', '190837.664000', '190837.666000', '190837.669000', '190837.672000', '190837.674000', '190837.677000', '190837.680000', '190837.682000', '190837.685000', '190837.688000', '190837.690000', '190837.693000', '190837.695000', '190837.698000', '190837.701000', '190837.703000', '190837.706000', '190837.709000', '190837.711000', '190837.720000', '190837.723000', '190837.725000', '190837.728000', '190837.731000', '190837.733000', '190837.736000', '190837.738000', '190837.741000', '190837.744000', '190837.747000', '190837.749000', '190837.752000', '190837.754000', '190837.757000', '190837.760000', '190837.762000', '190837.765000', '190837.768000', '190837.771000', '190837.773000', '190837.776000', '190857.658000', '190857.661000', '190857.664000', '190857.667000', '190857.669000', '190857.672000', '190857.675000', '190857.677000', '190857.680000', '190857.683000', '190857.685000', '190857.688000', '190857.691000', '190857.693000', '190857.696000', '190857.698000', '190857.701000', '190857.704000', '190857.706000', '190857.709000', '190857.712000', '190857.714000', '190857.717000', '190857.720000', '190857.722000', '190857.725000', '190857.727000', '190857.730000', '190857.733000', '190857.735000', '190857.738000', '190857.741000', '190857.743000', '190857.746000', '190857.749000', '190857.751000', '190857.754000', '190857.756000', '190857.759000', '190857.762000', '190857.764000', '190857.767000', '190857.770000', '190917.659000', '190917.662000', '190917.664000', '190917.667000', '190917.670000', '190917.672000', '190917.675000', '190917.678000', '190917.680000', '190917.683000', '190917.695000', '190917.698000', '190917.700000', '190917.703000', '190917.705000', '190917.708000', '190917.711000', '190917.713000', '190917.716000', '190917.719000', '190917.721000', '190917.724000', '190917.726000', '190917.729000', '190917.732000', '190917.734000', '190917.737000', '190917.740000', '190917.742000', '190917.745000', '190917.748000', '190917.750000', '190917.753000', '190917.756000', '190917.758000', '190917.761000', '190917.764000', '190917.766000', '190917.769000', '190917.771000', '190917.774000', '190917.777000', '190917.779000', '190917.782000', '190937.657000', '190937.660000', '190937.663000', '190937.666000', '190937.668000', '190937.671000', '190937.674000', '190937.676000', '190937.679000', '190937.682000', '190937.684000', '190937.687000', '190937.691000', '190937.693000', '190937.696000', '190937.699000', '190937.701000', '190937.704000', '190937.707000', '190937.709000', '190937.712000', '190937.715000', '190937.717000', '190937.720000', '190937.723000', '190937.726000', '190937.729000', '190937.732000', '190937.734000', '190937.737000', '190937.740000', '190937.742000', '190937.745000', '190937.747000', '190937.750000', '190937.753000', '190937.755000', '190937.758000', '190937.761000', '190937.763000', '190937.766000', '190937.768000', '190937.781000', '190957.659000', '190957.661000', '190957.664000', '190957.667000', '190957.670000', '190957.672000', '190957.675000', '190957.678000', '190957.680000', '190957.683000', '190957.685000', '190957.688000', '190957.691000', '190957.693000', '190957.696000', '190957.699000', '190957.701000', '190957.704000', '190957.707000', '190957.709000', '190957.712000', '190957.715000', '190957.717000', '190957.720000', '190957.723000', '190957.725000', '190957.728000', '190957.731000', '190957.733000', '190957.736000', '190957.739000', '190957.741000', '190957.744000', '190957.746000', '190957.749000', '190957.752000', '190957.755000', '190957.757000', '190957.760000', '190957.763000', '190957.765000', '190957.768000', '190957.771000', '190957.773000', '191017.658000', '191017.661000', '191017.664000', '191017.666000', '191017.669000', '191017.672000', '191017.675000', '191017.677000', '191017.680000', '191017.683000', '191017.685000', '191017.688000', '191017.691000', '191017.693000', '191017.696000', '191017.699000', '191017.701000', '191017.704000', '191017.707000', '191017.709000', '191017.712000', '191017.714000', '191017.717000', '191017.720000', '191017.722000', '191017.725000', '191017.728000', '191017.731000', '191017.733000', '191017.736000', '191017.739000', '191017.741000', '191017.744000', '191017.746000', '191017.749000', '191017.752000', '191017.754000', '191017.757000', '191017.760000', '191017.762000', '191017.765000', '191017.768000', '191017.770000', '191037.659000', '191037.662000', '191037.665000', '191037.668000', '191037.670000', '191037.673000', '191037.676000', '191037.678000', '191037.681000', '191037.683000', '191037.686000', '191037.689000', '191037.692000', '191037.694000', '191037.697000', '191037.700000', '191037.702000', '191037.705000', '191037.707000', '191037.710000', '191037.713000', '191037.716000', '191037.718000', '191037.721000', '191037.723000', '191037.726000', '191037.729000', '191037.731000', '191037.734000', '191037.737000', '191037.739000', '191037.742000', '191037.744000', '191037.747000', '191037.750000', '191037.752000', '191037.755000', '191037.758000', '191037.761000', '191037.763000', '191037.766000', '191037.769000', '191037.771000', '191037.774000', '191057.659000', '191057.661000', '191057.664000', '191057.667000', '191057.669000', '191057.672000', '191057.675000', '191057.677000', '191057.680000', '191057.682000', '191057.685000', '191057.688000', '191057.690000', '191057.693000', '191057.696000', '191057.699000', '191057.702000', '191057.704000', '191057.709000', '191057.711000', '191057.714000', '191057.717000', '191057.719000', '191057.722000', '191057.725000', '191057.727000', '191057.730000', '191057.733000', '191057.735000', '191057.738000', '191057.740000', '191057.743000', '191057.746000', '191057.748000', '191057.751000', '191057.754000', '191057.756000', '191057.759000', '191057.762000', '191057.764000', '191057.768000', '191057.771000', '191057.774000', '191117.659000', '191117.661000', '191117.664000', '191117.667000', '191117.670000', '191117.673000', '191117.675000', '191117.678000', '191117.681000', '191117.703000', '191117.705000', '191117.708000', '191117.710000', '191117.713000', '191117.716000', '191117.718000', '191117.721000', '191117.724000', '191117.726000', '191117.729000', '191117.732000', '191117.734000', '191117.737000', '191117.739000', '191117.742000', '191117.745000', '191117.747000', '191117.750000', '191117.753000', '191117.755000', '191117.758000', '191117.761000', '191117.763000', '191117.766000', '191117.769000', '191117.771000', '191117.774000', '191117.777000', '191117.779000', '191117.782000', '191117.785000', '191117.787000', '191117.790000', '191117.792000', '191137.658000', '191137.660000', '191137.663000', '191137.666000', '191137.669000', '191137.671000', '191137.674000', '191137.677000', '191137.679000', '191137.682000', '191137.685000', '191137.688000', '191137.690000', '191137.693000', '191137.696000', '191137.698000', '191137.701000', '191137.704000', '191137.706000', '191137.709000', '191137.711000', '191137.714000', '191137.717000', '191137.720000', '191137.722000', '191137.725000', '191137.728000', '191137.730000', '191137.733000', '191137.736000', '191137.738000', '191137.741000', '191137.743000', '191137.746000', '191137.749000', '191137.751000', '191137.754000', '191137.757000', '191137.760000', '191137.762000', '191137.765000', '191137.767000', '191137.770000', '191157.657000', '191157.660000', '191157.663000', '191157.666000', '191157.669000', '191157.671000', '191157.674000', '191157.677000', '191157.679000', '191157.682000', '191157.685000', '191157.687000', '191157.690000', '191157.693000', '191157.697000', '191157.699000', '191157.702000', '191157.705000', '191157.707000', '191157.710000', '191157.713000', '191157.715000', '191157.718000', '191157.721000', '191157.723000', '191157.726000', '191157.729000', '191157.731000', '191157.734000', '191157.737000', '191157.739000', '191157.742000', '191157.744000', '191157.747000', '191157.750000', '191157.752000', '191157.755000', '191157.758000', '191157.760000', '191157.763000', '191157.766000', '191157.768000', '191157.771000', '191157.774000', '191217.658000', '191217.661000', '191217.664000', '191217.667000', '191217.669000', '191217.672000', '191217.675000', '191217.677000', '191217.680000', '191217.683000', '191217.685000', '191217.688000', '191217.690000', '191217.693000', '191217.696000', '191217.698000', '191217.701000', '191217.704000', '191217.706000', '191217.709000', '191217.711000', '191217.714000', '191217.717000', '191217.719000', '191217.722000', '191217.725000', '191217.727000', '191217.730000', '191217.732000', '191217.735000', '191217.738000', '191217.740000', '191217.743000', '191217.746000', '191217.748000', '191217.751000', '191217.753000', '191217.756000', '191217.759000', '191217.761000', '191217.764000', '191217.767000', '191217.770000', '191229.721000', '191229.724000', '191229.727000', '191229.730000', '191229.733000', '191229.736000', '191229.738000', '191229.741000', '191229.744000', '191229.747000', '191229.750000', '191229.753000', '191229.756000', '191229.760000', '191229.763000', '191229.766000', '191229.775000', '191229.778000', '191229.781000', '191229.784000', '191229.789000', '191229.792000', '191229.795000', '191229.797000', '191229.800000', '191229.803000', '191229.806000'], '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': [14646, 9502, 17703, 10495, 10607, 12394, 8691, 17265, 8630, 9690, 12362, 8656, 11668, 10208, 7637, 7942, 7652, 8643, 7839, 10400, 12404, 9808, 16557, 10855, 14478, 11817, 10858, 18408, 12242, 14595, 15113, 11916, 18112, 11013, 11165, 13822, 9585, 15701, 8964, 10231, 7867, 8634, 13410, 7171, 10511, 7702, 8779, 7732, 8043, 9327, 7292, 12788, 7886, 10601, 7349, 8341, 11149, 7253, 10779, 8080, 8878, 7606, 8392, 9689, 7496, 11776, 8185, 9392, 7620, 8023, 9622, 7738, 13970, 10833, 7255, 8765, 7363, 8782, 10090, 7728, 13243, 7842, 13282, 8741, 10693, 7618, 16778, 10586, 11848, 16038, 12580, 17643, 12226, 14721, 11351, 13296, 16575, 14164, 17480, 11443, 11155, 11818, 8780, 14293, 7681, 8662, 7502, 8000, 8200, 7903, 8000, 7293, 8104, 8088, 10239, 8256, 8623, 8321, 7643, 14212, 7779, 9572, 7852, 7184, 8267, 8166, 8526, 7794, 8547, 7548, 14087, 8085, 12545, 8113, 8715, 10293, 8915, 13553, 7865, 9271, 7525, 7623, 8248, 8426, 8340, 7466, 9479, 7699, 9771, 7661, 15256, 9337, 13530, 11926, 10546, 15860, 8085, 16098, 10020, 9935, 7751, 8464, 15073, 8690, 17982, 10819, 12909, 7889, 8667, 12381, 7527, 16027, 9383, 13980, 8432, 9135, 12850, 7552, 13897, 7743, 11404, 8417, 7160, 7956, 7407, 11654, 7254, 14674, 8306, 9685, 13557, 7636, 14143, 8950, 9361, 7998, 8949, 16165, 7637, 9356, 7523, 7521, 7830, 8052, 13158, 7354, 9732, 7482, 9713, 7566, 7498, 12157, 7127, 12154, 7303, 12383, 8066, 8464, 10005, 8055, 14322, 7677, 11838, 7967, 10253, 7575, 7795, 7460, 8108, 7562, 11956, 9524, 18982, 12529, 14799, 16411, 11668, 16540, 10954, 12119, 15217, 8627, 13895, 8719, 9702, 14211, 7312, 10648, 7331, 8506, 12294, 7380, 10588, 7595, 7898, 10669, 7167, 9449, 7128, 11130, 7637, 9893, 9037, 8559, 8718, 7477, 12310, 8071, 8670, 18361, 8052, 10913, 9840, 8770, 16297, 8199, 8777, 10403, 7952, 12995, 7509, 10795, 7843, 8054, 10281, 7739, 15237, 7564, 11793, 7989, 8222, 12579, 7304, 14900, 8074, 9955, 8832, 8018, 15249, 7490, 12549, 7801, 10177, 9848, 8838, 17467, 8665, 11874, 7483, 8347, 15111, 6904, 10282, 7348, 8096, 15836, 7391, 12838, 10535, 9771, 13521, 8841, 7520, 7610, 8262, 7391, 7754, 8538, 8276, 17054, 14011, 13932, 11036, 9637, 18464, 14574, 15780, 11852, 13632, 9592, 10719, 16492, 12578, 17852, 12895, 13303, 8745, 8928, 8404, 7164, 10519, 7433, 10958, 7938, 8618, 7869, 7287, 8735, 7403, 8115, 8224, 9846, 7762, 10734, 8109, 9631, 7935, 8714, 8291, 7818, 14271, 8066, 12414, 8602, 11740, 7854, 8784, 13794, 7369, 12919, 8356, 9554, 8849, 7987, 11406, 7829, 8051, 7815, 7801, 14719, 7688, 12279, 9381, 9142, 14372, 8175, 16054, 10075, 9772, 19044, 10868, 14672, 8415, 8266, 15915, 7454, 12671, 8159, 8444, 11092, 7386, 10154, 8208, 8742, 9337, 7323, 10749, 7966, 9139, 9178, 8005, 15684, 8926, 13333, 8981, 9388, 17027, 8281, 14921, 10912, 11030, 8692, 9368, 17340, 7674, 10198, 7926, 8470, 16777, 7408, 12188, 8927, 8803, 13420, 7661, 13893, 9467, 10910, 8063, 8902, 7777, 9177, 7987, 7951, 10028, 7700, 12188, 8505, 8676, 15690, 9182, 17403, 11199, 13262, 9167, 9680, 15097, 7239, 11891, 8395, 8548, 9951, 8464, 16810, 9634, 15594, 12379, 12555, 15129, 9450, 16439, 9840, 12027, 8183, 8951, 10449, 7733, 11350, 7684, 8062, 7739, 8191, 8064, 7882, 10731, 7787, 10275, 7717, 8198, 9361, 8644, 15158, 7802, 8753, 8233, 7861, 7539, 8066, 11767, 8117, 9706, 13179, 9202, 17314, 11506, 7296, 8631, 9146, 8217, 11967, 8778, 9315, 17759, 9399, 14571, 11020, 10625, 17052, 8229, 11273, 10288, 8875, 17357, 12253, 14373, 10567, 10556, 17710, 11934, 15614, 9137, 9351, 7878, 8883, 10502, 7852, 10462, 8589, 10897, 8259, 8493, 15499, 8956, 13534, 7419, 7942, 8537, 8465, 9723, 7511, 8000, 7553, 8656, 9195, 7447, 10410, 7705, 11132, 7592, 7467, 9137, 7646, 8426, 7397, 8452, 10330, 18223, 11560, 15705, 11940, 9381, 8902, 12796, 7753, 10085, 10598, 8617, 13607, 8435, 10158, 9782, 8443, 14897, 7350, 12321, 8828, 11797, 8889, 12821, 7900, 9405, 15120, 11378, 18969, 14609, 13933, 10362, 11936, 16838, 12782, 17476, 12960, 12863, 8482, 9129, 16260, 7451, 9310, 8255, 8120, 15305, 7649, 10193, 7982, 7865, 15810, 7530, 12691, 9431, 9142, 15288, 7111, 8410, 7915, 8603, 10923, 7757, 7612, 8048, 7559, 8994, 7975, 12653, 8583, 10521, 7866, 7901, 16950, 8293, 14657, 9636, 9592, 15248, 8160, 14114, 9006, 9062, 10509, 8501, 16244, 7697, 10471, 7966, 7563, 7768, 8897, 7678, 8557, 7654, 7426, 8068, 8519, 7888, 7534, 17313, 11083, 9052, 7437, 17147, 12633, 12213, 13986, 9388, 19230, 12730, 12314, 17109, 11366, 16210, 11807, 11475, 13021, 9309, 12375, 8224, 8524, 7685, 8539, 9920, 7918, 7806, 7965, 8205, 8194, 8186, 9161, 7321, 11058, 7973, 9381, 10186, 9625, 7667, 9816, 7475, 12001, 17716, 12892, 16476, 9440, 14048, 12542, 10818, 17802, 10044, 13182, 9631, 10043, 18136, 8599, 13982, 10116, 10031, 10004, 9163, 18445, 11191, 12273, 12990, 9508, 14889, 7751, 9739, 6811, 7849, 15036, 8007, 13056, 8842, 10769, 11512, 8698, 17518, 9342, 9252, 8461, 8450, 12259, 7569, 8235, 10203, 7425, 11287, 7712, 8141, 9802, 7672, 13773, 8810, 8891, 7075, 8526, 9933, 7482, 7849, 7278, 8036, 9870, 7156, 10095, 7898, 8879, 13975, 7746, 12218, 9640, 9395, 18118, 10091, 15591, 11536, 11383, 11091, 8974, 12513, 7928, 10204, 7351, 7921, 7465, 8127, 7009, 7406, 16587, 9152, 14165, 10061, 9717, 14852, 7990, 14373, 8557, 8523, 12680, 7717, 12594, 7332, 11688, 8969, 9176, 17369, 12360, 16738, 10143, 13189, 13545, 10132, 16252, 8949, 12549, 9332, 9392, 17936, 7574, 11159, 9214, 8634, 16800, 7285, 9781, 8897, 8952, 13802, 8369, 8796, 9544, 8242, 14834, 7219, 10031, 7603, 9521, 9160, 9263, 7788, 7283, 8398, 11213, 8127, 8537, 13288, 7242, 13321, 7738, 11143, 8175, 13482, 16081, 13027, 18738, 12757, 13337], 'WindowCenter': [4460.0, 4406.0, 4452.0, 4389.0, 4387.0, 4396.0, 4365.0, 4423.0, 4353.0, 4374.0, 4405.0, 4365.0, 4382.0, 4372.0, 4344.0, 4354.0, 4344.0, 4363.0, 4356.0, 4397.0, 4407.0, 4377.0, 4427.0, 4388.0, 4417.0, 4384.0, 4374.0, 4420.0, 4371.0, 4391.0, 4390.0, 4370.0, 4409.0, 4359.0, 4358.0, 4390.0, 4350.0, 4399.0, 4340.0, 4361.0, 4327.0, 4339.0, 4377.0, 4295.0, 4345.0, 4318.0, 4327.0, 4318.0, 4328.0, 4337.0, 4318.0, 4377.0, 4329.0, 4359.0, 4318.0, 4328.0, 4356.0, 4318.0, 4368.0, 4330.0, 4349.0, 4329.0, 4341.0, 4349.0, 4331.0, 4378.0, 4342.0, 4351.0, 4331.0, 4342.0, 4387.0, 4345.0, 4403.0, 4372.0, 4331.0, 4352.0, 4345.0, 4375.0, 4383.0, 4343.0, 4402.0, 4366.0, 4415.0, 4377.0, 4411.0, 4368.0, 4438.0, 4397.0, 4407.0, 4413.0, 4394.0, 4422.0, 4381.0, 4401.0, 4370.0, 4379.0, 4397.0, 4377.0, 4396.0, 4366.0, 4355.0, 4354.0, 4337.0, 4374.0, 4315.0, 4323.0, 4318.0, 4328.0, 4324.0, 4327.0, 4326.0, 4332.0, 4353.0, 4354.0, 4372.0, 4353.0, 4352.0, 4340.0, 4341.0, 4389.0, 4330.0, 4372.0, 4353.0, 4321.0, 4341.0, 4341.0, 4364.0, 4356.0, 4365.0, 4370.0, 4415.0, 4354.0, 4394.0, 4354.0, 4364.0, 4373.0, 4364.0, 4416.0, 4355.0, 4374.0, 4355.0, 4355.0, 4367.0, 4367.0, 4378.0, 4358.0, 4386.0, 4357.0, 4386.0, 4357.0, 4426.0, 4390.0, 4417.0, 4396.0, 4387.0, 4413.0, 4355.0, 4425.0, 4375.0, 4375.0, 4345.0, 4355.0, 4425.0, 4365.0, 4435.0, 4384.0, 4403.0, 4342.0, 4363.0, 4392.0, 4344.0, 4424.0, 4376.0, 4414.0, 4353.0, 4375.0, 4393.0, 4344.0, 4402.0, 4330.0, 4380.0, 4354.0, 4333.0, 4355.0, 4345.0, 4396.0, 4357.0, 4414.0, 4354.0, 4375.0, 4403.0, 4344.0, 4414.0, 4365.0, 4375.0, 4353.0, 4364.0, 4424.0, 4356.0, 4374.0, 4342.0, 4342.0, 4340.0, 4366.0, 4404.0, 4345.0, 4371.0, 4342.0, 4372.0, 4342.0, 4344.0, 4394.0, 4335.0, 4404.0, 4358.0, 4422.0, 4356.0, 4354.0, 4385.0, 4354.0, 4413.0, 4357.0, 4394.0, 4355.0, 4374.0, 4344.0, 4343.0, 4345.0, 4354.0, 4357.0, 4407.0, 4389.0, 4450.0, 4396.0, 4416.0, 4413.0, 4373.0, 4412.0, 4371.0, 4382.0, 4401.0, 4341.0, 4390.0, 4339.0, 4360.0, 4389.0, 4319.0, 4358.0, 4329.0, 4350.0, 4380.0, 4332.0, 4371.0, 4344.0, 4354.0, 4382.0, 4332.0, 4361.0, 4332.0, 4381.0, 4342.0, 4371.0, 4351.0, 4362.0, 4351.0, 4343.0, 4393.0, 4352.0, 4362.0, 4422.0, 4341.0, 4385.0, 4372.0, 4363.0, 4423.0, 4352.0, 4352.0, 4383.0, 4355.0, 4404.0, 4346.0, 4383.0, 4353.0, 4343.0, 4372.0, 4343.0, 4412.0, 4343.0, 4383.0, 4357.0, 4355.0, 4394.0, 4344.0, 4413.0, 4353.0, 4372.0, 4363.0, 4356.0, 4415.0, 4344.0, 4394.0, 4345.0, 4375.0, 4388.0, 4380.0, 4439.0, 4366.0, 4394.0, 4344.0, 4366.0, 4414.0, 4345.0, 4385.0, 4347.0, 4368.0, 4426.0, 4345.0, 4406.0, 4387.0, 4387.0, 4417.0, 4376.0, 4355.0, 4368.0, 4378.0, 4356.0, 4368.0, 4378.0, 4393.0, 4451.0, 4418.0, 4416.0, 4383.0, 4374.0, 4422.0, 4402.0, 4412.0, 4393.0, 4403.0, 4362.0, 4371.0, 4411.0, 4391.0, 4420.0, 4392.0, 4415.0, 4364.0, 4363.0, 4338.0, 4317.0, 4356.0, 4330.0, 4367.0, 4338.0, 4338.0, 4340.0, 4330.0, 4350.0, 4330.0, 4339.0, 4350.0, 4358.0, 4340.0, 4381.0, 4354.0, 4361.0, 4353.0, 4363.0, 4353.0, 4356.0, 4416.0, 4357.0, 4393.0, 4364.0, 4395.0, 4353.0, 4353.0, 4402.0, 4346.0, 4408.0, 4369.0, 4375.0, 4363.0, 4354.0, 4392.0, 4355.0, 4366.0, 4355.0, 4356.0, 4413.0, 4356.0, 4395.0, 4364.0, 4377.0, 4415.0, 4355.0, 4425.0, 4372.0, 4374.0, 4432.0, 4373.0, 4414.0, 4353.0, 4353.0, 4412.0, 4332.0, 4393.0, 4343.0, 4353.0, 4382.0, 4343.0, 4385.0, 4366.0, 4378.0, 4376.0, 4345.0, 4385.0, 4356.0, 4375.0, 4377.0, 4369.0, 4426.0, 4366.0, 4405.0, 4365.0, 4365.0, 4424.0, 4353.0, 4415.0, 4395.0, 4384.0, 4364.0, 4375.0, 4424.0, 4343.0, 4384.0, 4355.0, 4366.0, 4423.0, 4341.0, 4394.0, 4376.0, 4375.0, 4405.0, 4356.0, 4416.0, 4387.0, 4395.0, 4354.0, 4363.0, 4344.0, 4364.0, 4353.0, 4356.0, 4386.0, 4356.0, 4394.0, 4366.0, 4367.0, 4427.0, 4377.0, 4425.0, 4395.0, 4421.0, 4404.0, 4391.0, 4414.0, 4345.0, 4393.0, 4366.0, 4366.0, 4387.0, 4367.0, 4425.0, 4376.0, 4414.0, 4394.0, 4409.0, 4413.0, 4388.0, 4452.0, 4390.0, 4393.0, 4366.0, 4351.0, 4359.0, 4331.0, 4382.0, 4355.0, 4328.0, 4327.0, 4340.0, 4341.0, 4342.0, 4370.0, 4343.0, 4375.0, 4342.0, 4354.0, 4364.0, 4354.0, 4402.0, 4343.0, 4352.0, 4353.0, 4354.0, 4343.0, 4353.0, 4393.0, 4355.0, 4376.0, 4405.0, 4364.0, 4413.0, 4385.0, 4334.0, 4354.0, 4362.0, 4353.0, 4395.0, 4354.0, 4376.0, 4424.0, 4363.0, 4415.0, 4372.0, 4372.0, 4411.0, 4340.0, 4369.0, 4347.0, 4349.0, 4411.0, 4383.0, 4391.0, 4359.0, 4359.0, 4398.0, 4357.0, 4386.0, 4338.0, 4349.0, 4316.0, 4338.0, 4357.0, 4329.0, 4356.0, 4339.0, 4359.0, 4341.0, 4353.0, 4408.0, 4348.0, 4403.0, 4333.0, 4340.0, 4350.0, 4341.0, 4347.0, 4315.0, 4338.0, 4329.0, 4351.0, 4362.0, 4332.0, 4383.0, 4342.0, 4382.0, 4342.0, 4358.0, 4375.0, 4354.0, 4365.0, 4354.0, 4368.0, 4412.0, 4450.0, 4396.0, 4414.0, 4385.0, 4363.0, 4365.0, 4392.0, 4343.0, 4385.0, 4385.0, 4379.0, 4416.0, 4355.0, 4384.0, 4375.0, 4355.0, 4412.0, 4333.0, 4392.0, 4378.0, 4395.0, 4364.0, 4393.0, 4355.0, 4375.0, 4416.0, 4397.0, 4445.0, 4427.0, 4413.0, 4383.0, 4393.0, 4411.0, 4394.0, 4423.0, 4391.0, 4390.0, 4350.0, 4361.0, 4409.0, 4330.0, 4373.0, 4352.0, 4352.0, 4410.0, 4341.0, 4371.0, 4341.0, 4341.0, 4410.0, 4355.0, 4407.0, 4365.0, 4365.0, 4399.0, 4335.0, 4368.0, 4353.0, 4364.0, 4381.0, 4355.0, 4343.0, 4353.0, 4355.0, 4375.0, 4384.0, 4435.0, 4380.0, 4385.0, 4353.0, 4355.0, 4434.0, 4380.0, 4427.0, 4388.0, 4375.0, 4413.0, 4353.0, 4414.0, 4364.0, 4362.0, 4385.0, 4365.0, 4424.0, 4357.0, 4397.0, 4354.0, 4341.0, 4355.0, 4375.0, 4357.0, 4377.0, 4368.0, 4356.0, 4369.0, 4379.0, 4369.0, 4400.0, 4476.0, 4397.0, 4374.0, 4356.0, 4437.0, 4419.0, 4407.0, 4415.0, 4377.0, 4446.0, 4405.0, 4395.0, 4412.0, 4381.0, 4412.0, 4382.0, 4383.0, 4390.0, 4361.0, 4381.0, 4341.0, 4350.0, 4331.0, 4378.0, 4385.0, 4354.0, 4343.0, 4352.0, 4365.0, 4352.0, 4352.0, 4361.0, 4356.0, 4398.0, 4357.0, 4377.0, 4373.0, 4362.0, 4330.0, 4361.0, 4346.0, 4420.0, 4436.0, 4407.0, 4425.0, 4377.0, 4417.0, 4394.0, 4383.0, 4422.0, 4375.0, 4405.0, 4374.0, 4374.0, 4422.0, 4352.0, 4402.0, 4361.0, 4359.0, 4347.0, 4349.0, 4408.0, 4358.0, 4379.0, 4380.0, 4365.0, 4389.0, 4317.0, 4348.0, 4321.0, 4342.0, 4400.0, 4330.0, 4378.0, 4339.0, 4369.0, 4364.0, 4337.0, 4408.0, 4349.0, 4376.0, 4355.0, 4353.0, 4393.0, 4330.0, 4339.0, 4358.0, 4332.0, 4370.0, 4332.0, 4342.0, 4360.0, 4332.0, 4391.0, 4350.0, 4351.0, 4320.0, 4354.0, 4373.0, 4333.0, 4343.0, 4345.0, 4351.0, 4373.0, 4347.0, 4385.0, 4367.0, 4378.0, 4427.0, 4358.0, 4408.0, 4389.0, 4389.0, 4436.0, 4374.0, 4413.0, 4384.0, 4385.0, 4384.0, 4364.0, 4394.0, 4357.0, 4373.0, 4344.0, 4344.0, 4342.0, 4355.0, 4335.0, 4345.0, 4450.0, 4391.0, 4418.0, 4388.0, 4389.0, 4428.0, 4357.0, 4414.0, 4363.0, 4365.0, 4404.0, 4358.0, 4405.0, 4346.0, 4407.0, 4376.0, 4373.0, 4425.0, 4405.0, 4420.0, 4385.0, 4406.0, 4404.0, 4373.0, 4413.0, 4363.0, 4407.0, 4364.0, 4362.0, 4422.0, 4345.0, 4383.0, 4362.0, 4354.0, 4411.0, 4331.0, 4372.0, 4350.0, 4361.0, 4401.0, 4352.0, 4352.0, 4362.0, 4353.0, 4400.0, 4343.0, 4372.0, 4341.0, 4359.0, 4346.0, 4349.0, 4344.0, 4343.0, 4365.0, 4395.0, 4353.0, 4364.0, 4413.0, 4370.0, 4442.0, 4371.0, 4395.0, 4365.0, 4404.0, 4423.0, 4404.0, 4422.0, 4388.0, 4392.0], 'WindowWidth': [9807.0, 9723.0, 9780.0, 9687.0, 9681.0, 9689.0, 9646.0, 9723.0, 9626.0, 9658.0, 9704.0, 9648.0, 9665.0, 9649.0, 9618.0, 9630.0, 9618.0, 9642.0, 9638.0, 9695.0, 9707.0, 9665.0, 9732.0, 9680.0, 9720.0, 9670.0, 9653.0, 9715.0, 9645.0, 9674.0, 9670.0, 9641.0, 9694.0, 9622.0, 9622.0, 9668.0, 9614.0, 9679.0, 9600.0, 9632.0, 9580.0, 9596.0, 9646.0, 9531.0, 9597.0, 9567.0, 9578.0, 9568.0, 9581.0, 9592.0, 9568.0, 9646.0, 9584.0, 9627.0, 9568.0, 9582.0, 9616.0, 9569.0, 9636.0, 9589.0, 9613.0, 9587.0, 9604.0, 9613.0, 9594.0, 9653.0, 9610.0, 9618.0, 9591.0, 9609.0, 9681.0, 9620.0, 9695.0, 9647.0, 9592.0, 9626.0, 9624.0, 9666.0, 9669.0, 9616.0, 9693.0, 9655.0, 9717.0, 9668.0, 9723.0, 9661.0, 9754.0, 9696.0, 9708.0, 9708.0, 9683.0, 9719.0, 9659.0, 9687.0, 9642.0, 9653.0, 9675.0, 9648.0, 9674.0, 9631.0, 9614.0, 9612.0, 9595.0, 9640.0, 9561.0, 9569.0, 9572.0, 9586.0, 9575.0, 9582.0, 9577.0, 9601.0, 9631.0, 9632.0, 9653.0, 9631.0, 9624.0, 9605.0, 9608.0, 9669.0, 9591.0, 9652.0, 9629.0, 9581.0, 9606.0, 9608.0, 9644.0, 9641.0, 9650.0, 9665.0, 9715.0, 9632.0, 9684.0, 9631.0, 9645.0, 9654.0, 9644.0, 9720.0, 9636.0, 9657.0, 9634.0, 9634.0, 9655.0, 9655.0, 9675.0, 9647.0, 9680.0, 9642.0, 9678.0, 9640.0, 9733.0, 9691.0, 9723.0, 9690.0, 9679.0, 9711.0, 9632.0, 9727.0, 9659.0, 9659.0, 9619.0, 9633.0, 9730.0, 9646.0, 9744.0, 9673.0, 9696.0, 9613.0, 9642.0, 9680.0, 9617.0, 9725.0, 9663.0, 9713.0, 9628.0, 9658.0, 9679.0, 9617.0, 9690.0, 9591.0, 9660.0, 9632.0, 9603.0, 9635.0, 9622.0, 9689.0, 9641.0, 9712.0, 9632.0, 9661.0, 9695.0, 9617.0, 9712.0, 9648.0, 9663.0, 9629.0, 9645.0, 9726.0, 9639.0, 9659.0, 9611.0, 9612.0, 9609.0, 9652.0, 9699.0, 9622.0, 9650.0, 9613.0, 9651.0, 9613.0, 9618.0, 9686.0, 9607.0, 9701.0, 9646.0, 9739.0, 9639.0, 9631.0, 9675.0, 9632.0, 9710.0, 9641.0, 9685.0, 9636.0, 9656.0, 9616.0, 9616.0, 9622.0, 9633.0, 9641.0, 9708.0, 9687.0, 9772.0, 9689.0, 9714.0, 9707.0, 9650.0, 9705.0, 9645.0, 9661.0, 9687.0, 9605.0, 9670.0, 9599.0, 9630.0, 9668.0, 9575.0, 9625.0, 9588.0, 9618.0, 9659.0, 9597.0, 9647.0, 9618.0, 9631.0, 9665.0, 9598.0, 9635.0, 9598.0, 9659.0, 9610.0, 9650.0, 9620.0, 9639.0, 9625.0, 9618.0, 9683.0, 9626.0, 9640.0, 9721.0, 9610.0, 9675.0, 9652.0, 9641.0, 9722.0, 9624.0, 9623.0, 9669.0, 9635.0, 9698.0, 9626.0, 9667.0, 9629.0, 9614.0, 9650.0, 9614.0, 9704.0, 9611.0, 9665.0, 9640.0, 9635.0, 9683.0, 9617.0, 9709.0, 9628.0, 9654.0, 9640.0, 9637.0, 9713.0, 9616.0, 9681.0, 9619.0, 9660.0, 9682.0, 9675.0, 9753.0, 9649.0, 9685.0, 9617.0, 9651.0, 9711.0, 9621.0, 9673.0, 9627.0, 9659.0, 9733.0, 9623.0, 9704.0, 9681.0, 9681.0, 9721.0, 9665.0, 9634.0, 9659.0, 9675.0, 9641.0, 9661.0, 9673.0, 9703.0, 9778.0, 9725.0, 9719.0, 9667.0, 9657.0, 9723.0, 9692.0, 9705.0, 9682.0, 9696.0, 9638.0, 9648.0, 9702.0, 9676.0, 9713.0, 9680.0, 9719.0, 9648.0, 9645.0, 9599.0, 9567.0, 9619.0, 9593.0, 9636.0, 9600.0, 9598.0, 9606.0, 9592.0, 9619.0, 9592.0, 9602.0, 9619.0, 9627.0, 9605.0, 9664.0, 9632.0, 9637.0, 9627.0, 9643.0, 9629.0, 9640.0, 9720.0, 9641.0, 9682.0, 9644.0, 9687.0, 9630.0, 9628.0, 9692.0, 9625.0, 9710.0, 9660.0, 9662.0, 9642.0, 9632.0, 9679.0, 9635.0, 9653.0, 9637.0, 9640.0, 9712.0, 9637.0, 9690.0, 9645.0, 9665.0, 9714.0, 9633.0, 9728.0, 9652.0, 9657.0, 9736.0, 9654.0, 9711.0, 9628.0, 9628.0, 9706.0, 9599.0, 9680.0, 9614.0, 9631.0, 9665.0, 9617.0, 9675.0, 9651.0, 9670.0, 9662.0, 9621.0, 9673.0, 9637.0, 9662.0, 9667.0, 9659.0, 9730.0, 9648.0, 9699.0, 9644.0, 9646.0, 9723.0, 9627.0, 9716.0, 9688.0, 9674.0, 9646.0, 9663.0, 9727.0, 9615.0, 9674.0, 9633.0, 9651.0, 9725.0, 9614.0, 9687.0, 9665.0, 9663.0, 9701.0, 9638.0, 9717.0, 9681.0, 9688.0, 9630.0, 9641.0, 9617.0, 9644.0, 9629.0, 9638.0, 9679.0, 9637.0, 9684.0, 9649.0, 9652.0, 9736.0, 9666.0, 9728.0, 9688.0, 9735.0, 9717.0, 9693.0, 9715.0, 9622.0, 9680.0, 9650.0, 9651.0, 9681.0, 9651.0, 9728.0, 9662.0, 9711.0, 9684.0, 9715.0, 9712.0, 9685.0, 9782.0, 9689.0, 9681.0, 9652.0, 9621.0, 9627.0, 9592.0, 9664.0, 9636.0, 9585.0, 9581.0, 9604.0, 9607.0, 9611.0, 9645.0, 9616.0, 9659.0, 9613.0, 9629.0, 9645.0, 9629.0, 9691.0, 9614.0, 9625.0, 9627.0, 9630.0, 9613.0, 9628.0, 9681.0, 9632.0, 9664.0, 9698.0, 9640.0, 9705.0, 9669.0, 9601.0, 9631.0, 9637.0, 9628.0, 9689.0, 9630.0, 9663.0, 9726.0, 9639.0, 9712.0, 9648.0, 9650.0, 9701.0, 9602.0, 9638.0, 9607.0, 9612.0, 9701.0, 9664.0, 9672.0, 9624.0, 9625.0, 9680.0, 9619.0, 9658.0, 9596.0, 9612.0, 9561.0, 9596.0, 9618.0, 9586.0, 9617.0, 9597.0, 9624.0, 9605.0, 9626.0, 9697.0, 9613.0, 9695.0, 9603.0, 9603.0, 9617.0, 9607.0, 9607.0, 9561.0, 9600.0, 9590.0, 9622.0, 9637.0, 9598.0, 9668.0, 9615.0, 9666.0, 9615.0, 9648.0, 9662.0, 9633.0, 9649.0, 9635.0, 9659.0, 9725.0, 9774.0, 9689.0, 9710.0, 9670.0, 9642.0, 9648.0, 9678.0, 9612.0, 9674.0, 9671.0, 9673.0, 9715.0, 9634.0, 9670.0, 9657.0, 9632.0, 9704.0, 9600.0, 9678.0, 9671.0, 9685.0, 9642.0, 9681.0, 9633.0, 9662.0, 9717.0, 9693.0, 9759.0, 9736.0, 9713.0, 9671.0, 9682.0, 9704.0, 9684.0, 9724.0, 9676.0, 9671.0, 9618.0, 9636.0, 9697.0, 9590.0, 9657.0, 9627.0, 9625.0, 9701.0, 9610.0, 9649.0, 9608.0, 9610.0, 9700.0, 9635.0, 9707.0, 9647.0, 9647.0, 9685.0, 9608.0, 9658.0, 9631.0, 9646.0, 9663.0, 9637.0, 9616.0, 9631.0, 9635.0, 9663.0, 9689.0, 9760.0, 9678.0, 9673.0, 9628.0, 9635.0, 9741.0, 9680.0, 9738.0, 9684.0, 9664.0, 9710.0, 9628.0, 9711.0, 9643.0, 9639.0, 9673.0, 9647.0, 9727.0, 9640.0, 9697.0, 9633.0, 9610.0, 9636.0, 9663.0, 9643.0, 9667.0, 9659.0, 9641.0, 9660.0, 9672.0, 9663.0, 9724.0, 9822.0, 9696.0, 9659.0, 9638.0, 9752.0, 9727.0, 9708.0, 9715.0, 9664.0, 9761.0, 9703.0, 9686.0, 9707.0, 9659.0, 9705.0, 9662.0, 9664.0, 9670.0, 9632.0, 9658.0, 9607.0, 9617.0, 9593.0, 9671.0, 9675.0, 9632.0, 9615.0, 9627.0, 9650.0, 9627.0, 9625.0, 9635.0, 9637.0, 9697.0, 9641.0, 9663.0, 9651.0, 9634.0, 9586.0, 9632.0, 9625.0, 9732.0, 9746.0, 9704.0, 9727.0, 9666.0, 9720.0, 9681.0, 9666.0, 9719.0, 9659.0, 9700.0, 9658.0, 9656.0, 9717.0, 9621.0, 9691.0, 9633.0, 9626.0, 9608.0, 9612.0, 9693.0, 9621.0, 9654.0, 9657.0, 9645.0, 9666.0, 9566.0, 9611.0, 9579.0, 9607.0, 9684.0, 9588.0, 9649.0, 9600.0, 9641.0, 9629.0, 9596.0, 9693.0, 9613.0, 9664.0, 9634.0, 9628.0, 9680.0, 9591.0, 9602.0, 9624.0, 9598.0, 9644.0, 9595.0, 9608.0, 9631.0, 9595.0, 9672.0, 9616.0, 9618.0, 9578.0, 9628.0, 9655.0, 9600.0, 9614.0, 9621.0, 9626.0, 9657.0, 9627.0, 9678.0, 9654.0, 9671.0, 9735.0, 9643.0, 9711.0, 9688.0, 9686.0, 9748.0, 9656.0, 9711.0, 9669.0, 9672.0, 9669.0, 9644.0, 9683.0, 9640.0, 9655.0, 9616.0, 9615.0, 9615.0, 9634.0, 9606.0, 9622.0, 9772.0, 9693.0, 9723.0, 9683.0, 9685.0, 9740.0, 9639.0, 9712.0, 9641.0, 9646.0, 9699.0, 9644.0, 9703.0, 9626.0, 9709.0, 9665.0, 9658.0, 9730.0, 9700.0, 9717.0, 9674.0, 9707.0, 9695.0, 9653.0, 9708.0, 9640.0, 9707.0, 9644.0, 9638.0, 9719.0, 9620.0, 9667.0, 9636.0, 9628.0, 9701.0, 9596.0, 9650.0, 9619.0, 9635.0, 9688.0, 9625.0, 9624.0, 9638.0, 9626.0, 9687.0, 9616.0, 9653.0, 9608.0, 9628.0, 9609.0, 9614.0, 9620.0, 9616.0, 9653.0, 9692.0, 9631.0, 9647.0, 9713.0, 9671.0, 9770.0, 9670.0, 9690.0, 9649.0, 9699.0, 9726.0, 9699.0, 9722.0, 9667.0, 9675.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.000643566513761468</td></tr>
<tr><td colspan=3>aqi</td><td>0.0221963375</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.102625836865705</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1460283561768083</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9900489161997708</td></tr>
<tr><td colspan=3>efc</td><td>0.4674</td></tr>
<tr><td colspan=3>fber</td><td>6129.5845</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11084072463525645</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.779816513761467</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549247579362801</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4988679404223455</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7705600248537925</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3783147728122644</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160616</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014375967904925346</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024119282141327858</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.6428016953664737</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>27.1595</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.4324</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.1304</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.3625</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.5383</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3551.4896</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3779.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1037.3814</td></tr>
<tr><td colspan=3>tsnr</td><td>38.80753344390541</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>