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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-03/func/sub-0073_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>44dc20a59a730dc136068dcc4376b8bf</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:20:0.535000</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</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>a2bac100-2f9b-4184-ada1-238f3f46b416||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': ['192000.535000', '192000.995000', '192001.455000', '192001.915000', '192002.375000', '192002.835000', '192003.295000', '192003.755000', '192004.215000', '192004.675000', '192005.135000', '192005.595000', '192006.055000', '192006.515000', '192006.975000', '192007.435000', '192007.895000', '192008.355000', '192008.815000', '192009.275000', '192009.735000', '192010.195000', '192010.655000', '192011.115000', '192011.575000', '192012.035000', '192012.495000', '192012.955000', '192013.415000', '192013.875000', '192014.335000', '192014.795000', '192015.255000', '192015.715000', '192016.175000', '192016.635000', '192017.095000', '192017.555000', '192018.015000', '192018.475000', '192018.935000', '192019.395000', '192019.855000', '192020.315000', '192020.775000', '192021.235000', '192021.695000', '192022.155000', '192022.615000', '192023.075000', '192023.535000', '192023.995000', '192024.455000', '192024.915000', '192025.375000', '192025.835000', '192026.295000', '192026.755000', '192027.215000', '192027.675000', '192028.135000', '192028.595000', '192029.055000', '192029.515000', '192029.975000', '192030.435000', '192030.895000', '192031.355000', '192031.815000', '192032.275000', '192032.735000', '192033.195000', '192033.655000', '192034.115000', '192034.575000', '192035.035000', '192035.495000', '192035.955000', '192036.415000', '192036.875000', '192037.335000', '192037.795000', '192038.255000', '192038.715000', '192039.175000', '192039.635000', '192040.095000', '192040.555000', '192041.015000', '192041.475000', '192041.935000', '192042.395000', '192042.855000', '192043.315000', '192043.775000', '192044.235000', '192044.695000', '192045.155000', '192045.615000', '192046.075000', '192046.535000', '192046.995000', '192047.455000', '192047.915000', '192048.375000', '192048.835000', '192049.295000', '192049.755000', '192050.215000', '192050.675000', '192051.135000', '192051.595000', '192052.055000', '192052.515000', '192052.975000', '192053.435000', '192053.895000', '192054.355000', '192054.815000', '192055.275000', '192055.735000', '192056.195000', '192056.655000', '192057.115000', '192057.575000', '192058.035000', '192058.495000', '192058.955000', '192059.415000', '192059.875000', '192100.335000', '192100.795000', '192101.255000', '192101.715000', '192102.175000', '192102.635000', '192103.095000', '192103.555000', '192104.015000', '192104.475000', '192104.935000', '192105.395000', '192105.855000', '192106.315000', '192106.775000', '192107.235000', '192107.695000', '192108.155000', '192108.615000', '192109.075000', '192109.535000', '192109.995000', '192110.455000', '192110.915000', '192111.375000', '192111.835000', '192112.295000', '192112.755000', '192113.215000', '192113.675000', '192114.135000', '192114.595000', '192115.055000', '192115.515000', '192115.975000', '192116.435000', '192116.895000', '192117.355000', '192117.815000', '192118.275000', '192118.735000', '192119.195000', '192119.655000', '192120.115000', '192120.575000', '192121.035000', '192121.495000', '192121.955000', '192122.415000', '192122.875000', '192123.335000', '192123.795000', '192124.255000', '192124.715000', '192125.175000', '192125.635000', '192126.095000', '192126.555000', '192127.015000', '192127.475000', '192127.935000', '192128.395000', '192128.855000', '192129.315000', '192129.775000', '192130.235000', '192130.695000', '192131.155000', '192131.615000', '192132.075000', '192132.535000', '192132.995000', '192133.455000', '192133.915000', '192134.375000', '192134.835000', '192135.295000', '192135.755000', '192136.215000', '192136.675000', '192137.135000', '192137.595000', '192138.055000', '192138.515000', '192138.975000', '192139.435000', '192139.895000', '192140.355000', '192140.815000', '192141.275000', '192141.735000', '192142.195000', '192142.655000', '192143.115000', '192143.575000', '192144.035000', '192144.495000', '192144.955000', '192145.415000', '192145.875000', '192146.335000', '192146.795000', '192147.255000', '192147.715000', '192148.175000', '192148.635000', '192149.095000', '192149.555000', '192150.015000', '192150.475000', '192150.935000', '192151.395000', '192151.855000', '192152.315000', '192152.775000', '192153.235000', '192153.695000', '192154.155000', '192154.615000', '192155.075000', '192155.535000', '192155.995000', '192156.455000', '192156.915000', '192157.375000', '192157.835000', '192158.295000', '192158.755000', '192159.215000', '192159.675000', '192200.135000', '192200.595000', '192201.055000', '192201.515000', '192201.975000', '192202.435000', '192202.895000', '192203.355000', '192203.815000', '192204.275000', '192204.735000', '192205.195000', '192205.655000', '192206.115000', '192206.575000', '192207.035000', '192207.495000', '192207.955000', '192208.415000', '192208.875000', '192209.335000', '192209.795000', '192210.255000', '192210.715000', '192211.175000', '192211.635000', '192212.095000', '192212.555000', '192213.015000', '192213.475000', '192213.935000', '192214.395000', '192214.855000', '192215.315000', '192215.775000', '192216.235000', '192216.695000', '192217.155000', '192217.615000', '192218.075000', '192218.535000', '192218.995000', '192219.455000', '192219.915000', '192220.375000', '192220.835000', '192221.295000', '192221.755000', '192222.215000', '192222.675000', '192223.135000', '192223.595000', '192224.055000', '192224.515000', '192224.975000', '192225.435000', '192225.895000', '192226.355000', '192226.815000', '192227.275000', '192227.735000', '192228.195000', '192228.655000', '192229.115000', '192229.575000', '192230.035000', '192230.495000', '192230.955000', '192231.415000', '192231.875000', '192232.335000', '192232.795000', '192233.255000', '192233.715000', '192234.175000', '192234.635000', '192235.095000', '192235.555000', '192236.015000', '192236.475000', '192236.935000', '192237.395000', '192237.855000', '192238.315000', '192238.775000', '192239.235000', '192239.695000', '192240.155000', '192240.615000', '192241.075000', '192241.535000', '192241.995000', '192242.455000', '192242.915000', '192243.375000', '192243.835000', '192244.295000', '192244.755000', '192245.215000', '192245.675000', '192246.135000', '192246.595000', '192247.055000', '192247.515000', '192247.975000', '192248.435000', '192248.895000', '192249.355000', '192249.815000', '192250.275000', '192250.735000', '192251.195000', '192251.655000', '192252.115000', '192252.575000', '192253.035000', '192253.495000', '192253.955000', '192254.415000', '192254.875000', '192255.335000', '192255.795000', '192256.255000', '192256.715000', '192257.175000', '192257.635000', '192258.095000', '192258.555000', '192259.015000', '192259.475000', '192259.935000', '192300.395000', '192300.855000', '192301.315000', '192301.775000', '192302.235000', '192302.695000', '192303.155000', '192303.615000', '192304.075000', '192304.535000', '192304.995000', '192305.455000', '192305.915000', '192306.375000', '192306.835000', '192307.295000', '192307.755000', '192308.215000', '192308.675000', '192309.135000', '192309.595000', '192310.055000', '192310.515000', '192310.975000', '192311.435000', '192311.895000', '192312.355000', '192312.815000', '192313.275000', '192313.735000', '192314.195000', '192314.655000', '192315.115000', '192315.575000', '192316.035000', '192316.495000', '192316.955000', '192317.415000', '192317.875000', '192318.335000', '192318.795000', '192319.255000', '192319.715000', '192320.175000', '192320.635000', '192321.095000', '192321.555000', '192322.015000', '192322.475000', '192322.935000', '192323.395000', '192323.855000', '192324.315000', '192324.775000', '192325.235000', '192325.695000', '192326.155000', '192326.615000', '192327.075000', '192327.535000', '192327.995000', '192328.455000', '192328.915000', '192329.375000', '192329.835000', '192330.295000', '192330.755000', '192331.215000', '192331.675000', '192332.135000', '192332.595000', '192333.055000', '192333.515000', '192333.975000', '192334.435000', '192334.895000', '192335.355000', '192335.815000', '192336.275000', '192336.735000', '192337.195000', '192337.655000', '192338.115000', '192338.575000', '192339.035000', '192339.495000', '192339.955000', '192340.415000', '192340.875000', '192341.335000', '192341.795000', '192342.255000', '192342.715000', '192343.175000', '192343.635000', '192344.095000', '192344.555000', '192345.015000', '192345.475000', '192345.935000', '192346.395000', '192346.855000', '192347.315000', '192347.775000', '192348.235000', '192348.695000', '192349.155000', '192349.615000', '192350.075000', '192350.535000', '192350.995000', '192351.455000', '192351.915000', '192352.375000', '192352.835000', '192353.295000', '192353.755000', '192354.215000', '192354.675000', '192355.135000', '192355.595000', '192356.055000', '192356.515000', '192356.975000', '192357.435000', '192357.895000', '192358.355000', '192358.815000', '192359.275000', '192359.735000', '192400.195000', '192400.655000', '192401.115000', '192401.575000', '192402.035000', '192402.495000', '192402.955000', '192403.415000', '192403.875000', '192404.335000', '192404.795000', '192405.255000', '192405.715000', '192406.175000', '192406.635000', '192407.095000', '192407.555000', '192408.015000', '192408.475000', '192408.935000', '192409.395000', '192409.855000', '192410.315000', '192410.775000', '192411.235000', '192411.695000', '192412.155000', '192412.615000', '192413.075000', '192413.535000', '192413.995000', '192414.455000', '192414.915000', '192415.375000', '192415.835000', '192416.295000', '192416.755000', '192417.215000', '192417.675000', '192418.135000', '192418.595000', '192419.055000', '192419.515000', '192419.975000', '192420.435000', '192420.895000', '192421.355000', '192421.815000', '192422.275000', '192422.735000', '192423.195000', '192423.655000', '192424.115000', '192424.575000', '192425.035000', '192425.495000', '192425.955000', '192426.415000', '192426.875000', '192427.335000', '192427.795000', '192428.255000', '192428.715000', '192429.175000', '192429.635000', '192430.095000', '192430.555000', '192431.015000', '192431.475000', '192431.935000', '192432.395000', '192432.855000', '192433.315000', '192433.775000', '192434.235000', '192434.695000', '192435.155000', '192435.615000', '192436.075000', '192436.535000', '192436.995000', '192437.455000', '192437.915000', '192438.375000', '192438.835000', '192439.295000', '192439.755000', '192440.215000', '192440.675000', '192441.135000', '192441.595000', '192442.055000', '192442.515000', '192442.975000', '192443.435000', '192443.895000', '192444.355000', '192444.815000', '192445.275000', '192445.735000', '192446.195000', '192446.655000', '192447.115000', '192447.575000', '192448.035000', '192448.495000', '192448.955000', '192449.415000', '192449.875000', '192450.335000', '192450.795000', '192451.255000', '192451.715000', '192452.175000', '192452.635000', '192453.095000', '192453.555000', '192454.015000', '192454.475000', '192454.935000', '192455.395000', '192455.855000', '192456.315000', '192456.775000', '192457.235000', '192457.695000', '192458.155000', '192458.615000', '192459.075000', '192459.535000', '192459.995000', '192500.455000', '192500.915000', '192501.375000', '192501.835000', '192502.295000', '192502.755000', '192503.215000', '192503.675000', '192504.135000', '192504.595000', '192505.055000', '192505.515000', '192505.975000', '192506.435000', '192506.895000', '192507.355000', '192507.815000', '192508.275000', '192508.735000', '192509.195000', '192509.655000', '192510.115000', '192510.575000', '192511.035000', '192511.495000', '192511.955000', '192512.415000', '192512.875000', '192513.335000', '192513.795000', '192514.255000', '192514.715000', '192515.175000', '192515.635000', '192516.095000', '192516.555000', '192517.015000', '192517.475000', '192517.935000', '192518.395000', '192518.855000', '192519.315000', '192519.775000', '192520.235000', '192520.695000', '192521.155000', '192521.615000', '192522.075000', '192522.535000', '192522.995000', '192523.455000', '192523.915000', '192524.375000', '192524.835000', '192525.295000', '192525.755000', '192526.215000', '192526.675000', '192527.135000', '192527.595000', '192528.055000', '192528.515000', '192528.975000', '192529.435000', '192529.895000', '192530.355000', '192530.815000', '192531.275000', '192531.735000', '192532.195000', '192532.655000', '192533.115000', '192533.575000', '192534.035000', '192534.495000', '192534.955000', '192535.415000', '192535.875000', '192536.335000', '192536.795000', '192537.255000', '192537.715000', '192538.175000', '192538.635000', '192539.095000', '192539.555000', '192540.015000', '192540.475000', '192540.935000', '192541.395000', '192541.855000', '192542.315000', '192542.775000', '192543.235000', '192543.695000', '192544.155000', '192544.615000', '192545.075000', '192545.535000', '192545.995000', '192546.455000', '192546.915000', '192547.375000', '192547.835000', '192548.295000', '192548.755000', '192549.215000', '192549.675000', '192550.135000', '192550.595000', '192551.055000', '192551.515000', '192551.975000', '192552.435000', '192552.895000', '192553.355000', '192553.815000', '192554.275000', '192554.735000', '192555.195000', '192555.655000', '192556.115000', '192556.575000', '192557.035000', '192557.495000', '192557.955000', '192558.415000', '192558.875000', '192559.335000', '192559.795000', '192600.255000', '192600.715000', '192601.175000', '192601.635000', '192602.095000', '192602.555000', '192603.015000', '192603.475000', '192603.935000', '192604.395000', '192604.855000', '192605.315000', '192605.775000', '192606.235000', '192606.695000', '192607.155000', '192607.615000', '192608.075000', '192608.535000', '192608.995000', '192609.455000', '192609.915000', '192610.375000', '192610.835000', '192611.295000', '192611.755000', '192612.215000', '192612.675000', '192613.135000', '192613.595000', '192614.055000', '192614.515000', '192614.975000', '192615.435000', '192615.895000', '192616.355000', '192616.815000', '192617.275000', '192617.735000', '192618.195000', '192618.655000', '192619.115000', '192619.575000', '192620.035000', '192620.495000', '192620.955000', '192621.415000', '192621.875000', '192622.335000', '192622.795000', '192623.255000', '192623.715000', '192624.175000', '192624.635000', '192625.095000', '192625.555000', '192626.015000', '192626.475000', '192626.935000', '192627.395000', '192627.855000', '192628.315000', '192628.775000', '192629.235000', '192629.695000', '192630.155000', '192630.615000', '192631.075000', '192631.535000', '192631.995000', '192632.455000', '192632.915000', '192633.375000', '192633.835000', '192634.295000', '192634.755000', '192635.215000', '192635.675000', '192636.135000', '192636.595000', '192637.055000', '192637.515000', '192637.975000', '192638.435000', '192638.895000', '192639.355000', '192639.815000', '192640.275000', '192640.735000', '192641.195000'], 'ContentTime': ['192017.591000', '192017.594000', '192017.597000', '192017.600000', '192017.602000', '192017.605000', '192017.608000', '192017.610000', '192017.613000', '192017.615000', '192017.628000', '192017.630000', '192017.633000', '192017.636000', '192017.639000', '192017.642000', '192017.645000', '192017.648000', '192017.650000', '192017.654000', '192017.656000', '192017.659000', '192017.661000', '192017.664000', '192017.667000', '192017.669000', '192017.672000', '192017.675000', '192017.677000', '192017.680000', '192017.683000', '192017.686000', '192017.688000', '192017.691000', '192037.566000', '192037.569000', '192037.572000', '192037.574000', '192037.577000', '192037.579000', '192037.582000', '192037.585000', '192037.587000', '192037.590000', '192037.592000', '192037.595000', '192037.598000', '192037.600000', '192037.603000', '192037.613000', '192037.616000', '192037.619000', '192037.621000', '192037.624000', '192037.626000', '192037.629000', '192037.632000', '192037.634000', '192037.637000', '192037.640000', '192037.642000', '192037.645000', '192037.647000', '192037.650000', '192037.653000', '192037.655000', '192037.658000', '192037.661000', '192037.663000', '192037.666000', '192037.668000', '192037.671000', '192037.674000', '192037.676000', '192037.679000', '192037.682000', '192037.684000', '192037.687000', '192057.566000', '192057.568000', '192057.571000', '192057.574000', '192057.577000', '192057.579000', '192057.582000', '192057.585000', '192057.587000', '192057.590000', '192057.592000', '192057.595000', '192057.598000', '192057.600000', '192057.603000', '192057.605000', '192057.608000', '192057.610000', '192057.613000', '192057.616000', '192057.618000', '192057.621000', '192057.623000', '192057.626000', '192057.629000', '192057.631000', '192057.634000', '192057.636000', '192057.639000', '192057.641000', '192057.644000', '192057.647000', '192057.649000', '192057.653000', '192057.656000', '192057.659000', '192057.661000', '192057.664000', '192057.666000', '192057.669000', '192057.672000', '192057.674000', '192057.677000', '192117.567000', '192117.569000', '192117.572000', '192117.575000', '192117.578000', '192117.580000', '192117.583000', '192117.586000', '192117.589000', '192117.591000', '192117.594000', '192117.597000', '192117.599000', '192117.602000', '192117.605000', '192117.607000', '192117.610000', '192117.612000', '192117.615000', '192117.633000', '192117.635000', '192117.638000', '192117.641000', '192117.643000', '192117.646000', '192117.649000', '192117.651000', '192117.654000', '192117.656000', '192117.659000', '192117.662000', '192117.664000', '192117.667000', '192117.670000', '192117.672000', '192117.675000', '192117.678000', '192117.687000', '192117.689000', '192117.692000', '192117.695000', '192117.697000', '192117.700000', '192117.703000', '192137.567000', '192137.570000', '192137.572000', '192137.575000', '192137.578000', '192137.580000', '192137.583000', '192137.586000', '192137.589000', '192137.591000', '192137.594000', '192137.596000', '192137.599000', '192137.601000', '192137.604000', '192137.607000', '192137.609000', '192137.612000', '192137.614000', '192137.617000', '192137.619000', '192137.622000', '192137.625000', '192137.627000', '192137.630000', '192137.632000', '192137.635000', '192137.638000', '192137.640000', '192137.643000', '192137.646000', '192137.648000', '192137.651000', '192137.653000', '192137.656000', '192137.659000', '192137.661000', '192137.664000', '192137.667000', '192137.669000', '192137.672000', '192137.675000', '192137.677000', '192157.567000', '192157.569000', '192157.572000', '192157.575000', '192157.578000', '192157.580000', '192157.583000', '192157.586000', '192157.588000', '192157.591000', '192157.594000', '192157.596000', '192157.599000', '192157.602000', '192157.604000', '192157.607000', '192157.610000', '192157.612000', '192157.615000', '192157.618000', '192157.620000', '192157.623000', '192157.625000', '192157.628000', '192157.631000', '192157.633000', '192157.636000', '192157.638000', '192157.641000', '192157.643000', '192157.646000', '192157.649000', '192157.651000', '192157.654000', '192157.657000', '192157.659000', '192157.662000', '192157.665000', '192157.667000', '192157.670000', '192157.673000', '192157.675000', '192157.678000', '192157.681000', '192217.566000', '192217.569000', '192217.572000', '192217.575000', '192217.577000', '192217.580000', '192217.583000', '192217.585000', '192217.588000', '192217.591000', '192217.593000', '192217.596000', '192217.598000', '192217.601000', '192217.604000', '192217.607000', '192217.609000', '192217.612000', '192217.615000', '192217.617000', '192217.620000', '192217.623000', '192217.625000', '192217.628000', '192217.630000', '192217.633000', '192217.636000', '192217.638000', '192217.641000', '192217.644000', '192217.646000', '192217.649000', '192217.651000', '192217.654000', '192217.657000', '192217.659000', '192217.662000', '192217.665000', '192217.667000', '192217.670000', '192217.672000', '192217.675000', '192217.678000', '192237.567000', '192237.569000', '192237.572000', '192237.575000', '192237.577000', '192237.580000', '192237.582000', '192237.585000', '192237.588000', '192237.590000', '192237.593000', '192237.595000', '192237.598000', '192237.601000', '192237.603000', '192237.606000', '192237.609000', '192237.611000', '192237.614000', '192237.617000', '192237.619000', '192237.622000', '192237.625000', '192237.627000', '192237.630000', '192237.632000', '192237.635000', '192237.638000', '192237.640000', '192237.643000', '192237.646000', '192237.648000', '192237.651000', '192237.654000', '192237.656000', '192237.659000', '192237.662000', '192237.664000', '192237.667000', '192237.669000', '192237.672000', '192237.675000', '192237.677000', '192237.680000', '192257.576000', '192257.579000', '192257.582000', '192257.585000', '192257.587000', '192257.590000', '192257.593000', '192257.595000', '192257.598000', '192257.601000', '192257.603000', '192257.606000', '192257.608000', '192257.611000', '192257.614000', '192257.616000', '192257.619000', '192257.622000', '192257.624000', '192257.627000', '192257.629000', '192257.632000', '192257.634000', '192257.637000', '192257.640000', '192257.642000', '192257.645000', '192257.647000', '192257.650000', '192257.653000', '192257.655000', '192257.658000', '192257.660000', '192257.663000', '192257.665000', '192257.668000', '192257.671000', '192257.673000', '192257.676000', '192257.678000', '192257.681000', '192257.684000', '192257.686000', '192317.565000', '192317.568000', '192317.571000', '192317.574000', '192317.576000', '192317.579000', '192317.582000', '192317.584000', '192317.587000', '192317.590000', '192317.592000', '192317.595000', '192317.598000', '192317.601000', '192317.603000', '192317.606000', '192317.609000', '192317.611000', '192317.614000', '192317.617000', '192317.619000', '192317.622000', '192317.624000', '192317.627000', '192317.630000', '192317.632000', '192317.635000', '192317.637000', '192317.640000', '192317.643000', '192317.645000', '192317.648000', '192317.651000', '192317.653000', '192317.656000', '192317.659000', '192317.661000', '192317.664000', '192317.667000', '192317.669000', '192317.672000', '192317.675000', '192317.677000', '192317.680000', '192337.567000', '192337.569000', '192337.572000', '192337.575000', '192337.578000', '192337.581000', '192337.583000', '192337.586000', '192337.588000', '192337.591000', '192337.594000', '192337.596000', '192337.599000', '192337.602000', '192337.604000', '192337.607000', '192337.610000', '192337.613000', '192337.615000', '192337.618000', '192337.620000', '192337.623000', '192337.626000', '192337.628000', '192337.631000', '192337.634000', '192337.636000', '192337.639000', '192337.641000', '192337.644000', '192337.647000', '192337.649000', '192337.652000', '192337.655000', '192337.657000', '192337.660000', '192337.662000', '192337.665000', '192337.668000', '192337.670000', '192337.673000', '192337.676000', '192337.678000', '192357.567000', '192357.569000', '192357.572000', '192357.575000', '192357.578000', '192357.580000', '192357.583000', '192357.585000', '192357.588000', '192357.591000', '192357.593000', '192357.596000', '192357.599000', '192357.602000', '192357.604000', '192357.607000', '192357.610000', '192357.612000', '192357.615000', '192357.617000', '192357.620000', '192357.623000', '192357.625000', '192357.628000', '192357.631000', '192357.633000', '192357.636000', '192357.645000', '192357.647000', '192357.650000', '192357.653000', '192357.655000', '192357.658000', '192357.661000', '192357.663000', '192357.666000', '192357.669000', '192357.671000', '192357.674000', '192357.677000', '192357.679000', '192357.682000', '192357.685000', '192357.687000', '192417.567000', '192417.570000', '192417.572000', '192417.575000', '192417.578000', '192417.580000', '192417.583000', '192417.585000', '192417.588000', '192417.591000', '192417.593000', '192417.596000', '192417.599000', '192417.601000', '192417.604000', '192417.607000', '192417.609000', '192417.612000', '192417.614000', '192417.617000', '192417.620000', '192417.622000', '192417.625000', '192417.628000', '192417.630000', '192417.633000', '192417.636000', '192417.638000', '192417.641000', '192417.643000', '192417.646000', '192417.649000', '192417.651000', '192417.654000', '192417.657000', '192417.659000', '192417.662000', '192417.665000', '192417.667000', '192417.683000', '192417.686000', '192417.688000', '192417.691000', '192437.566000', '192437.569000', '192437.572000', '192437.575000', '192437.577000', '192437.580000', '192437.583000', '192437.586000', '192437.589000', '192437.592000', '192437.594000', '192437.597000', '192437.600000', '192437.602000', '192437.605000', '192437.608000', '192437.610000', '192437.613000', '192437.616000', '192437.618000', '192437.621000', '192437.623000', '192437.626000', '192437.629000', '192437.631000', '192437.634000', '192437.636000', '192437.639000', '192437.642000', '192437.645000', '192437.647000', '192437.650000', '192437.652000', '192437.655000', '192437.658000', '192437.661000', '192437.663000', '192437.666000', '192437.669000', '192437.671000', '192437.674000', '192437.677000', '192437.679000', '192437.682000', '192457.566000', '192457.569000', '192457.572000', '192457.575000', '192457.577000', '192457.580000', '192457.583000', '192457.585000', '192457.588000', '192457.591000', '192457.593000', '192457.596000', '192457.598000', '192457.601000', '192457.604000', '192457.606000', '192457.609000', '192457.612000', '192457.614000', '192457.617000', '192457.620000', '192457.622000', '192457.625000', '192457.628000', '192457.630000', '192457.633000', '192457.635000', '192457.638000', '192457.641000', '192457.643000', '192457.646000', '192457.649000', '192457.651000', '192457.654000', '192457.657000', '192457.659000', '192457.662000', '192457.665000', '192457.667000', '192457.670000', '192457.672000', '192457.675000', '192457.678000', '192517.567000', '192517.569000', '192517.572000', '192517.575000', '192517.578000', '192517.580000', '192517.583000', '192517.585000', '192517.588000', '192517.591000', '192517.594000', '192517.596000', '192517.599000', '192517.602000', '192517.604000', '192517.607000', '192517.610000', '192517.612000', '192517.615000', '192517.618000', '192517.620000', '192517.623000', '192517.626000', '192517.629000', '192517.631000', '192517.634000', '192517.637000', '192517.639000', '192517.642000', '192517.645000', '192517.647000', '192517.650000', '192517.653000', '192517.655000', '192517.658000', '192517.661000', '192517.663000', '192517.666000', '192517.669000', '192517.671000', '192517.674000', '192517.677000', '192517.679000', '192537.566000', '192537.569000', '192537.571000', '192537.574000', '192537.577000', '192537.579000', '192537.582000', '192537.585000', '192537.587000', '192537.590000', '192537.593000', '192537.595000', '192537.598000', '192537.601000', '192537.612000', '192537.615000', '192537.617000', '192537.620000', '192537.623000', '192537.626000', '192537.628000', '192537.631000', '192537.634000', '192537.636000', '192537.639000', '192537.642000', '192537.645000', '192537.647000', '192537.650000', '192537.653000', '192537.655000', '192537.658000', '192537.661000', '192537.663000', '192537.666000', '192537.669000', '192537.671000', '192537.674000', '192537.677000', '192537.679000', '192537.682000', '192537.685000', '192537.688000', '192537.690000', '192557.567000', '192557.569000', '192557.572000', '192557.575000', '192557.577000', '192557.580000', '192557.583000', '192557.586000', '192557.588000', '192557.591000', '192557.594000', '192557.596000', '192557.599000', '192557.608000', '192557.611000', '192557.614000', '192557.616000', '192557.619000', '192557.621000', '192557.625000', '192557.628000', '192557.630000', '192557.633000', '192557.636000', '192557.641000', '192557.644000', '192557.648000', '192557.651000', '192557.654000', '192557.656000', '192557.659000', '192557.661000', '192557.664000', '192557.667000', '192557.669000', '192557.672000', '192557.675000', '192557.677000', '192557.680000', '192557.683000', '192557.686000', '192557.689000', '192557.692000', '192617.567000', '192617.569000', '192617.572000', '192617.575000', '192617.578000', '192617.580000', '192617.583000', '192617.585000', '192617.588000', '192617.591000', '192617.594000', '192617.596000', '192617.599000', '192617.602000', '192617.604000', '192617.607000', '192617.610000', '192617.612000', '192617.615000', '192617.618000', '192617.620000', '192617.623000', '192617.626000', '192617.628000', '192617.631000', '192617.634000', '192617.636000', '192617.639000', '192617.642000', '192617.644000', '192617.647000', '192617.650000', '192617.652000', '192617.655000', '192617.658000', '192617.660000', '192617.663000', '192617.666000', '192617.668000', '192617.671000', '192617.674000', '192617.676000', '192617.679000', '192617.682000', '192637.567000', '192637.569000', '192637.572000', '192637.575000', '192637.577000', '192637.580000', '192637.583000', '192637.585000', '192637.588000', '192637.590000', '192637.593000', '192637.596000', '192637.598000', '192637.601000', '192637.604000', '192637.606000', '192637.609000', '192637.612000', '192637.614000', '192637.617000', '192637.620000', '192637.622000', '192637.625000', '192637.627000', '192637.630000', '192637.633000', '192637.635000', '192637.638000', '192637.641000', '192637.643000', '192637.646000', '192637.648000', '192637.651000', '192637.654000', '192637.657000', '192637.659000', '192637.662000', '192637.665000', '192637.667000', '192637.670000', '192637.673000', '192637.675000', '192637.678000', '192637.680000', '192642.665000', '192642.668000', '192642.671000', '192642.674000', '192642.677000', '192642.679000', '192642.688000', '192642.691000', '192642.694000', '192642.697000', '192642.700000'], 'InstanceCreationTime': ['192017.591000', '192017.594000', '192017.597000', '192017.600000', '192017.602000', '192017.605000', '192017.608000', '192017.610000', '192017.613000', '192017.615000', '192017.628000', '192017.630000', '192017.633000', '192017.636000', '192017.639000', '192017.642000', '192017.645000', '192017.648000', '192017.650000', '192017.654000', '192017.656000', '192017.659000', '192017.661000', '192017.664000', '192017.667000', '192017.669000', '192017.672000', '192017.675000', '192017.677000', '192017.680000', '192017.683000', '192017.686000', '192017.688000', '192017.691000', '192037.566000', '192037.569000', '192037.572000', '192037.574000', '192037.577000', '192037.579000', '192037.582000', '192037.585000', '192037.587000', '192037.590000', '192037.592000', '192037.595000', '192037.598000', '192037.600000', '192037.603000', '192037.613000', '192037.616000', '192037.619000', '192037.621000', '192037.624000', '192037.626000', '192037.629000', '192037.632000', '192037.634000', '192037.637000', '192037.640000', '192037.642000', '192037.645000', '192037.647000', '192037.650000', '192037.653000', '192037.655000', '192037.658000', '192037.661000', '192037.663000', '192037.666000', '192037.668000', '192037.671000', '192037.674000', '192037.676000', '192037.679000', '192037.682000', '192037.684000', '192037.687000', '192057.566000', '192057.568000', '192057.571000', '192057.574000', '192057.577000', '192057.579000', '192057.582000', '192057.585000', '192057.587000', '192057.590000', '192057.592000', '192057.595000', '192057.598000', '192057.600000', '192057.603000', '192057.605000', '192057.608000', '192057.610000', '192057.613000', '192057.616000', '192057.618000', '192057.621000', '192057.623000', '192057.626000', '192057.629000', '192057.631000', '192057.634000', '192057.636000', '192057.639000', '192057.641000', '192057.644000', '192057.647000', '192057.649000', '192057.653000', '192057.656000', '192057.659000', '192057.661000', '192057.664000', '192057.666000', '192057.669000', '192057.672000', '192057.674000', '192057.677000', '192117.567000', '192117.569000', '192117.572000', '192117.575000', '192117.578000', '192117.580000', '192117.583000', '192117.586000', '192117.589000', '192117.591000', '192117.594000', '192117.597000', '192117.599000', '192117.602000', '192117.605000', '192117.607000', '192117.610000', '192117.612000', '192117.615000', '192117.633000', '192117.635000', '192117.638000', '192117.641000', '192117.643000', '192117.646000', '192117.649000', '192117.651000', '192117.654000', '192117.656000', '192117.659000', '192117.662000', '192117.664000', '192117.667000', '192117.670000', '192117.672000', '192117.675000', '192117.678000', '192117.687000', '192117.689000', '192117.692000', '192117.695000', '192117.697000', '192117.700000', '192117.703000', '192137.567000', '192137.570000', '192137.572000', '192137.575000', '192137.578000', '192137.580000', '192137.583000', '192137.586000', '192137.589000', '192137.591000', '192137.594000', '192137.596000', '192137.599000', '192137.601000', '192137.604000', '192137.607000', '192137.609000', '192137.612000', '192137.614000', '192137.617000', '192137.619000', '192137.622000', '192137.625000', '192137.627000', '192137.630000', '192137.632000', '192137.635000', '192137.638000', '192137.640000', '192137.643000', '192137.646000', '192137.648000', '192137.651000', '192137.653000', '192137.656000', '192137.659000', '192137.661000', '192137.664000', '192137.667000', '192137.669000', '192137.672000', '192137.675000', '192137.677000', '192157.567000', '192157.569000', '192157.572000', '192157.575000', '192157.578000', '192157.580000', '192157.583000', '192157.586000', '192157.588000', '192157.591000', '192157.594000', '192157.596000', '192157.599000', '192157.602000', '192157.604000', '192157.607000', '192157.610000', '192157.612000', '192157.615000', '192157.618000', '192157.620000', '192157.623000', '192157.625000', '192157.628000', '192157.631000', '192157.633000', '192157.636000', '192157.638000', '192157.641000', '192157.643000', '192157.646000', '192157.649000', '192157.651000', '192157.654000', '192157.657000', '192157.659000', '192157.662000', '192157.665000', '192157.667000', '192157.670000', '192157.673000', '192157.675000', '192157.678000', '192157.681000', '192217.566000', '192217.569000', '192217.572000', '192217.575000', '192217.577000', '192217.580000', '192217.583000', '192217.585000', '192217.588000', '192217.591000', '192217.593000', '192217.596000', '192217.598000', '192217.601000', '192217.604000', '192217.607000', '192217.609000', '192217.612000', '192217.615000', '192217.617000', '192217.620000', '192217.623000', '192217.625000', '192217.628000', '192217.630000', '192217.633000', '192217.636000', '192217.638000', '192217.641000', '192217.644000', '192217.646000', '192217.649000', '192217.651000', '192217.654000', '192217.657000', '192217.659000', '192217.662000', '192217.665000', '192217.667000', '192217.670000', '192217.672000', '192217.675000', '192217.678000', '192237.567000', '192237.569000', '192237.572000', '192237.575000', '192237.577000', '192237.580000', '192237.582000', '192237.585000', '192237.588000', '192237.590000', '192237.593000', '192237.595000', '192237.598000', '192237.601000', '192237.603000', '192237.606000', '192237.609000', '192237.611000', '192237.614000', '192237.617000', '192237.619000', '192237.622000', '192237.625000', '192237.627000', '192237.630000', '192237.632000', '192237.635000', '192237.638000', '192237.640000', '192237.643000', '192237.646000', '192237.648000', '192237.651000', '192237.654000', '192237.656000', '192237.659000', '192237.662000', '192237.664000', '192237.667000', '192237.669000', '192237.672000', '192237.675000', '192237.677000', '192237.680000', '192257.576000', '192257.579000', '192257.582000', '192257.585000', '192257.587000', '192257.590000', '192257.593000', '192257.595000', '192257.598000', '192257.601000', '192257.603000', '192257.606000', '192257.608000', '192257.611000', '192257.614000', '192257.616000', '192257.619000', '192257.622000', '192257.624000', '192257.627000', '192257.629000', '192257.632000', '192257.634000', '192257.637000', '192257.640000', '192257.642000', '192257.645000', '192257.647000', '192257.650000', '192257.653000', '192257.655000', '192257.658000', '192257.660000', '192257.663000', '192257.665000', '192257.668000', '192257.671000', '192257.673000', '192257.676000', '192257.678000', '192257.681000', '192257.684000', '192257.686000', '192317.565000', '192317.568000', '192317.571000', '192317.574000', '192317.576000', '192317.579000', '192317.582000', '192317.584000', '192317.587000', '192317.590000', '192317.592000', '192317.595000', '192317.598000', '192317.601000', '192317.603000', '192317.606000', '192317.609000', '192317.611000', '192317.614000', '192317.617000', '192317.619000', '192317.622000', '192317.624000', '192317.627000', '192317.630000', '192317.632000', '192317.635000', '192317.637000', '192317.640000', '192317.643000', '192317.645000', '192317.648000', '192317.651000', '192317.653000', '192317.656000', '192317.659000', '192317.661000', '192317.664000', '192317.667000', '192317.669000', '192317.672000', '192317.675000', '192317.677000', '192317.680000', '192337.567000', '192337.569000', '192337.572000', '192337.575000', '192337.578000', '192337.581000', '192337.583000', '192337.586000', '192337.588000', '192337.591000', '192337.594000', '192337.596000', '192337.599000', '192337.602000', '192337.604000', '192337.607000', '192337.610000', '192337.613000', '192337.615000', '192337.618000', '192337.620000', '192337.623000', '192337.626000', '192337.628000', '192337.631000', '192337.634000', '192337.636000', '192337.639000', '192337.641000', '192337.644000', '192337.647000', '192337.649000', '192337.652000', '192337.655000', '192337.657000', '192337.660000', '192337.662000', '192337.665000', '192337.668000', '192337.670000', '192337.673000', '192337.676000', '192337.678000', '192357.567000', '192357.569000', '192357.572000', '192357.575000', '192357.578000', '192357.580000', '192357.583000', '192357.585000', '192357.588000', '192357.591000', '192357.593000', '192357.596000', '192357.599000', '192357.602000', '192357.604000', '192357.607000', '192357.610000', '192357.612000', '192357.615000', '192357.617000', '192357.620000', '192357.623000', '192357.625000', '192357.628000', '192357.631000', '192357.633000', '192357.636000', '192357.645000', '192357.647000', '192357.650000', '192357.653000', '192357.655000', '192357.658000', '192357.661000', '192357.663000', '192357.666000', '192357.669000', '192357.671000', '192357.674000', '192357.677000', '192357.679000', '192357.682000', '192357.685000', '192357.687000', '192417.567000', '192417.570000', '192417.572000', '192417.575000', '192417.578000', '192417.580000', '192417.583000', '192417.585000', '192417.588000', '192417.591000', '192417.593000', '192417.596000', '192417.599000', '192417.601000', '192417.604000', '192417.607000', '192417.609000', '192417.612000', '192417.614000', '192417.617000', '192417.620000', '192417.622000', '192417.625000', '192417.628000', '192417.630000', '192417.633000', '192417.636000', '192417.638000', '192417.641000', '192417.643000', '192417.646000', '192417.649000', '192417.651000', '192417.654000', '192417.657000', '192417.659000', '192417.662000', '192417.665000', '192417.667000', '192417.683000', '192417.686000', '192417.688000', '192417.691000', '192437.566000', '192437.569000', '192437.572000', '192437.575000', '192437.577000', '192437.580000', '192437.583000', '192437.586000', '192437.589000', '192437.592000', '192437.594000', '192437.597000', '192437.600000', '192437.602000', '192437.605000', '192437.608000', '192437.610000', '192437.613000', '192437.616000', '192437.618000', '192437.621000', '192437.623000', '192437.626000', '192437.629000', '192437.631000', '192437.634000', '192437.636000', '192437.639000', '192437.642000', '192437.645000', '192437.647000', '192437.650000', '192437.652000', '192437.655000', '192437.658000', '192437.661000', '192437.663000', '192437.666000', '192437.669000', '192437.671000', '192437.674000', '192437.677000', '192437.679000', '192437.682000', '192457.566000', '192457.569000', '192457.572000', '192457.575000', '192457.577000', '192457.580000', '192457.583000', '192457.585000', '192457.588000', '192457.591000', '192457.593000', '192457.596000', '192457.598000', '192457.601000', '192457.604000', '192457.606000', '192457.609000', '192457.612000', '192457.614000', '192457.617000', '192457.620000', '192457.622000', '192457.625000', '192457.628000', '192457.630000', '192457.633000', '192457.635000', '192457.638000', '192457.641000', '192457.643000', '192457.646000', '192457.649000', '192457.651000', '192457.654000', '192457.657000', '192457.659000', '192457.662000', '192457.665000', '192457.667000', '192457.670000', '192457.672000', '192457.675000', '192457.678000', '192517.567000', '192517.569000', '192517.572000', '192517.575000', '192517.578000', '192517.580000', '192517.583000', '192517.585000', '192517.588000', '192517.591000', '192517.594000', '192517.596000', '192517.599000', '192517.602000', '192517.604000', '192517.607000', '192517.610000', '192517.612000', '192517.615000', '192517.618000', '192517.620000', '192517.623000', '192517.626000', '192517.629000', '192517.631000', '192517.634000', '192517.637000', '192517.639000', '192517.642000', '192517.645000', '192517.647000', '192517.650000', '192517.653000', '192517.655000', '192517.658000', '192517.661000', '192517.663000', '192517.666000', '192517.669000', '192517.671000', '192517.674000', '192517.677000', '192517.679000', '192537.566000', '192537.569000', '192537.571000', '192537.574000', '192537.577000', '192537.579000', '192537.582000', '192537.585000', '192537.587000', '192537.590000', '192537.593000', '192537.595000', '192537.598000', '192537.601000', '192537.612000', '192537.615000', '192537.617000', '192537.620000', '192537.623000', '192537.626000', '192537.628000', '192537.631000', '192537.634000', '192537.636000', '192537.639000', '192537.642000', '192537.645000', '192537.647000', '192537.650000', '192537.653000', '192537.655000', '192537.658000', '192537.661000', '192537.663000', '192537.666000', '192537.669000', '192537.671000', '192537.674000', '192537.677000', '192537.679000', '192537.682000', '192537.685000', '192537.688000', '192537.690000', '192557.567000', '192557.569000', '192557.572000', '192557.575000', '192557.577000', '192557.580000', '192557.583000', '192557.586000', '192557.588000', '192557.591000', '192557.594000', '192557.596000', '192557.599000', '192557.608000', '192557.611000', '192557.614000', '192557.616000', '192557.619000', '192557.621000', '192557.625000', '192557.628000', '192557.630000', '192557.633000', '192557.636000', '192557.641000', '192557.644000', '192557.648000', '192557.651000', '192557.654000', '192557.656000', '192557.659000', '192557.661000', '192557.664000', '192557.667000', '192557.669000', '192557.672000', '192557.675000', '192557.677000', '192557.680000', '192557.683000', '192557.686000', '192557.689000', '192557.692000', '192617.567000', '192617.569000', '192617.572000', '192617.575000', '192617.578000', '192617.580000', '192617.583000', '192617.585000', '192617.588000', '192617.591000', '192617.594000', '192617.596000', '192617.599000', '192617.602000', '192617.604000', '192617.607000', '192617.610000', '192617.612000', '192617.615000', '192617.618000', '192617.620000', '192617.623000', '192617.626000', '192617.628000', '192617.631000', '192617.634000', '192617.636000', '192617.639000', '192617.642000', '192617.644000', '192617.647000', '192617.650000', '192617.652000', '192617.655000', '192617.658000', '192617.660000', '192617.663000', '192617.666000', '192617.668000', '192617.671000', '192617.674000', '192617.676000', '192617.679000', '192617.682000', '192637.567000', '192637.569000', '192637.572000', '192637.575000', '192637.577000', '192637.580000', '192637.583000', '192637.585000', '192637.588000', '192637.590000', '192637.593000', '192637.596000', '192637.598000', '192637.601000', '192637.604000', '192637.606000', '192637.609000', '192637.612000', '192637.614000', '192637.617000', '192637.620000', '192637.622000', '192637.625000', '192637.627000', '192637.630000', '192637.633000', '192637.635000', '192637.638000', '192637.641000', '192637.643000', '192637.646000', '192637.648000', '192637.651000', '192637.654000', '192637.657000', '192637.659000', '192637.662000', '192637.665000', '192637.667000', '192637.670000', '192637.673000', '192637.675000', '192637.678000', '192637.680000', '192642.665000', '192642.668000', '192642.671000', '192642.674000', '192642.677000', '192642.679000', '192642.688000', '192642.691000', '192642.694000', '192642.697000', '192642.700000'], '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': [15869, 10832, 17485, 10896, 11919, 15411, 12653, 12726, 10425, 7640, 8337, 7759, 7593, 8515, 7966, 13044, 15271, 10875, 15837, 10263, 12020, 9046, 9352, 18095, 14009, 15823, 12857, 14722, 15446, 10595, 17868, 13931, 13043, 9936, 9924, 17901, 7857, 13127, 8297, 9687, 13927, 7641, 10686, 7174, 9058, 8919, 7721, 10204, 7274, 8972, 9190, 7756, 11260, 7870, 9318, 8322, 8084, 13186, 8730, 10843, 7374, 8906, 11224, 8172, 10384, 7956, 9331, 7478, 7937, 13650, 6949, 9793, 8977, 8529, 14242, 7543, 11601, 9275, 9521, 15980, 8709, 11831, 8103, 9221, 13384, 8207, 14201, 9996, 10432, 15725, 8348, 11027, 8500, 9842, 14588, 7845, 10598, 7459, 8787, 9830, 8529, 12473, 9845, 11033, 8354, 9019, 8591, 8594, 16649, 11101, 13946, 9354, 12236, 16354, 10554, 15194, 10987, 11296, 8226, 9478, 16865, 9811, 12901, 9876, 9552, 12205, 8690, 11989, 9258, 10556, 7955, 8629, 13619, 8067, 10686, 7948, 9331, 9633, 8145, 10676, 8090, 9308, 10110, 8107, 11307, 8379, 9450, 10597, 8441, 14539, 10129, 11116, 8397, 9489, 14566, 8419, 12709, 9917, 9683, 8821, 9328, 13880, 8744, 10411, 10210, 8737, 16003, 7387, 8958, 11803, 8163, 12896, 9374, 9224, 10139, 8319, 13616, 9076, 8578, 8220, 9103, 8375, 10298, 9670, 9187, 13263, 13300, 10425, 7962, 8080, 10337, 11874, 9115, 15175, 8553, 12020, 8869, 9544, 18115, 13127, 14546, 10335, 13541, 15608, 12951, 17463, 13672, 14904, 11095, 15438, 10840, 8490, 9554, 7517, 10876, 9398, 10482, 15115, 9334, 12878, 8617, 10517, 7125, 9493, 7233, 9346, 7220, 9019, 7520, 8849, 10726, 8344, 11464, 8729, 10473, 7152, 8721, 11461, 7225, 10997, 8120, 9321, 10274, 7908, 12596, 7983, 10625, 8572, 9450, 12992, 7978, 11020, 7670, 8945, 7320, 9576, 8529, 8999, 7925, 8927, 8098, 8516, 9024, 13010, 11553, 11260, 15492, 10199, 12839, 15214, 11234, 16996, 11966, 12154, 16179, 12947, 17719, 11511, 12738, 18132, 13452, 16571, 10022, 10584, 12387, 9292, 14470, 9559, 11075, 10478, 9394, 13261, 7956, 10022, 7987, 9413, 10758, 8744, 11584, 8990, 10003, 8699, 9599, 11768, 7257, 10737, 7426, 8570, 7783, 7459, 8807, 14297, 10920, 9726, 9161, 9529, 8389, 12107, 8218, 15276, 10925, 13642, 7826, 12932, 8971, 10338, 8753, 9220, 7880, 9525, 8231, 8027, 9068, 9078, 7424, 10250, 8497, 13081, 10375, 8629, 9411, 16332, 12268, 18325, 13477, 15512, 13160, 12073, 9111, 9633, 8808, 8868, 16179, 9552, 12275, 8633, 8948, 10020, 8572, 10111, 8302, 8577, 7459, 8764, 11164, 7817, 10887, 8467, 9150, 12398, 8199, 12860, 8151, 9533, 8304, 8087, 7580, 8288, 10946, 8234, 13758, 9575, 9618, 13944, 8343, 12670, 7385, 8371, 13054, 7560, 12098, 8791, 9096, 8244, 9586, 12742, 8736, 9079, 8525, 8286, 13584, 8575, 10577, 7888, 8725, 8006, 9199, 14049, 8582, 11894, 11138, 10028, 18209, 11680, 16013, 11409, 11573, 17018, 11671, 15820, 11267, 13726, 8477, 8533, 7961, 7804, 7353, 8213, 9271, 8095, 16858, 11968, 12308, 15123, 9600, 16729, 8469, 8443, 13607, 8208, 12006, 8238, 8710, 7459, 8876, 14526, 8360, 11964, 9202, 9314, 11501, 9346, 10593, 8587, 9839, 7832, 9099, 7807, 8661, 14243, 8934, 12365, 10502, 10903, 13596, 10226, 18406, 12542, 11391, 15720, 9298, 15524, 10179, 10971, 11872, 9921, 16113, 9273, 13984, 9921, 9843, 12739, 12706, 9407, 8761, 7817, 9073, 7968, 10299, 9436, 8077, 10947, 17289, 11858, 14502, 14636, 11822, 17367, 12698, 14213, 13725, 11547, 17953, 14272, 15790, 11483, 11130, 7554, 9701, 11553, 8095, 11005, 7664, 10100, 7630, 9637, 7216, 9619, 7402, 8976, 8252, 10106, 8908, 11722, 9297, 9182, 9785, 9143, 13096, 8084, 8947, 7321, 8819, 10090, 7591, 8735, 7593, 8794, 12506, 7835, 8987, 8015, 8410, 10463, 7415, 9895, 8163, 8747, 8273, 9075, 11544, 8914, 10497, 8926, 9384, 10648, 9404, 17314, 11897, 13150, 9602, 10896, 10990, 9175, 18788, 12180, 15717, 12088, 11260, 8665, 10942, 18782, 10208, 15097, 11933, 12451, 9093, 9845, 7763, 9149, 8380, 13798, 8880, 13392, 9947, 14790, 11392, 16612, 11322, 13316, 17370, 14652, 16563, 13071, 13697, 9826, 10182, 17236, 8706, 13428, 9490, 9156, 7771, 9016, 9219, 8386, 10652, 8777, 8610, 8564, 8694, 13620, 9076, 9179, 14907, 8973, 13430, 10364, 9746, 15987, 8531, 13847, 9331, 9290, 8588, 8048, 8346, 7727, 8836, 14921, 10229, 11307, 9896, 9142, 10059, 9466, 12595, 8899, 9261, 11155, 8198, 14863, 8229, 11792, 9167, 9679, 12976, 8628, 7631, 9666, 8436, 8675, 13047, 9388, 11454, 8369, 11379, 15534, 10225, 18806, 12624, 11586, 8630, 8806, 15074, 9083, 16579, 12933, 12452, 9499, 9983, 16593, 11397, 16910, 12718, 13067, 8800, 9233, 8616, 8890, 10997, 8235, 10973, 8389, 10866, 7933, 10002, 8217, 8803, 7206, 7455, 7222, 8659, 12914, 8224, 10568, 8508, 8535, 7383, 8119, 16283, 12857, 13590, 12155, 10193, 17704, 8629, 13882, 9248, 8777, 13491, 8213, 11987, 7494, 8526, 8595, 8790, 12786, 9108, 8757, 8680, 7631, 8991, 12440, 9023, 9389, 14789, 10175, 15649, 10972, 10459, 18094, 13906, 15416, 11957, 11797, 18952, 14581, 15599, 12348, 11786, 16126, 10655, 10203, 8809, 8980, 15567, 7821, 10725, 8108, 8670, 14246, 9572, 8674, 8513, 8613, 8540, 7949, 8531, 8883, 10900, 10712, 9443, 13396, 9355, 15789, 10913, 10663, 16514, 12504, 15940, 12585, 12845, 9464, 10609, 17991, 9076, 12979, 9620, 9985, 11087, 8088, 10269, 7822, 8518, 8593, 8724, 11754, 7867, 10394, 7969, 8636, 10425, 8635, 11490, 8095, 12613, 10063, 10608, 10138, 8633, 18391, 9015, 12633, 8287, 8846, 14814, 8157, 10556, 8481, 8513, 9157, 9149, 13108, 9266, 10760, 11452, 8847, 12862, 8489, 12090, 9486, 9017, 14634, 8044, 12287, 8193, 8939, 8881, 9178, 10631, 8817, 8866, 9968, 8560, 12577, 8842, 8864, 12151, 9778, 7189, 7852, 8617, 10610, 9008, 7451, 8457, 7652, 8906, 15199, 9996, 12388, 9900, 9643, 8648, 8449, 16632, 9635, 15845, 12921, 13140, 10470, 12786, 10978, 11713, 9306, 9366, 7687, 9164, 10892, 8835, 12755], 'WindowCenter': [4483.0, 4428.0, 4464.0, 4411.0, 4421.0, 4441.0, 4418.0, 4404.0, 4384.0, 4355.0, 4366.0, 4370.0, 4369.0, 4389.0, 4381.0, 4444.0, 4440.0, 4399.0, 4438.0, 4399.0, 4409.0, 4378.0, 4390.0, 4449.0, 4418.0, 4426.0, 4395.0, 4415.0, 4402.0, 4372.0, 4410.0, 4391.0, 4380.0, 4348.0, 4348.0, 4397.0, 4327.0, 4367.0, 4325.0, 4346.0, 4375.0, 4317.0, 4356.0, 4316.0, 4337.0, 4336.0, 4328.0, 4357.0, 4328.0, 4350.0, 4350.0, 4342.0, 4381.0, 4342.0, 4363.0, 4351.0, 4342.0, 4403.0, 4363.0, 4372.0, 4332.0, 4362.0, 4380.0, 4352.0, 4373.0, 4355.0, 4375.0, 4345.0, 4356.0, 4404.0, 4345.0, 4386.0, 4365.0, 4367.0, 4416.0, 4357.0, 4397.0, 4376.0, 4390.0, 4439.0, 4380.0, 4410.0, 4368.0, 4376.0, 4418.0, 4381.0, 4429.0, 4388.0, 4387.0, 4427.0, 4379.0, 4396.0, 4365.0, 4386.0, 4415.0, 4366.0, 4395.0, 4356.0, 4377.0, 4388.0, 4379.0, 4417.0, 4389.0, 4396.0, 4365.0, 4364.0, 4365.0, 4377.0, 4435.0, 4397.0, 4415.0, 4377.0, 4407.0, 4426.0, 4387.0, 4415.0, 4385.0, 4384.0, 4352.0, 4373.0, 4423.0, 4373.0, 4404.0, 4386.0, 4374.0, 4391.0, 4352.0, 4380.0, 4376.0, 4384.0, 4355.0, 4364.0, 4415.0, 4355.0, 4371.0, 4351.0, 4372.0, 4371.0, 4352.0, 4381.0, 4352.0, 4373.0, 4372.0, 4353.0, 4382.0, 4352.0, 4372.0, 4381.0, 4353.0, 4413.0, 4372.0, 4381.0, 4350.0, 4362.0, 4401.0, 4352.0, 4391.0, 4373.0, 4362.0, 4361.0, 4363.0, 4402.0, 4363.0, 4383.0, 4372.0, 4363.0, 4412.0, 4342.0, 4362.0, 4391.0, 4353.0, 4401.0, 4376.0, 4375.0, 4388.0, 4367.0, 4417.0, 4362.0, 4361.0, 4365.0, 4375.0, 4377.0, 4398.0, 4400.0, 4399.0, 4416.0, 4404.0, 4386.0, 4354.0, 4355.0, 4385.0, 4394.0, 4376.0, 4413.0, 4363.0, 4393.0, 4363.0, 4374.0, 4434.0, 4404.0, 4402.0, 4371.0, 4402.0, 4400.0, 4379.0, 4408.0, 4376.0, 4384.0, 4367.0, 4398.0, 4366.0, 4334.0, 4346.0, 4328.0, 4368.0, 4345.0, 4356.0, 4384.0, 4335.0, 4376.0, 4338.0, 4357.0, 4306.0, 4346.0, 4316.0, 4346.0, 4328.0, 4349.0, 4339.0, 4361.0, 4382.0, 4365.0, 4394.0, 4365.0, 4386.0, 4346.0, 4377.0, 4396.0, 4357.0, 4394.0, 4365.0, 4373.0, 4382.0, 4353.0, 4402.0, 4355.0, 4385.0, 4364.0, 4375.0, 4403.0, 4356.0, 4397.0, 4369.0, 4402.0, 4358.0, 4389.0, 4366.0, 4365.0, 4367.0, 4388.0, 4380.0, 4391.0, 4403.0, 4433.0, 4410.0, 4412.0, 4441.0, 4401.0, 4422.0, 4440.0, 4399.0, 4439.0, 4397.0, 4397.0, 4425.0, 4395.0, 4425.0, 4384.0, 4394.0, 4423.0, 4393.0, 4411.0, 4360.0, 4360.0, 4379.0, 4349.0, 4388.0, 4350.0, 4370.0, 4373.0, 4361.0, 4378.0, 4330.0, 4358.0, 4328.0, 4350.0, 4368.0, 4349.0, 4379.0, 4351.0, 4371.0, 4350.0, 4362.0, 4395.0, 4358.0, 4396.0, 4358.0, 4378.0, 4369.0, 4357.0, 4400.0, 4438.0, 4409.0, 4399.0, 4388.0, 4387.0, 4366.0, 4405.0, 4366.0, 4426.0, 4395.0, 4415.0, 4358.0, 4417.0, 4376.0, 4386.0, 4366.0, 4388.0, 4368.0, 4386.0, 4364.0, 4367.0, 4377.0, 4378.0, 4369.0, 4412.0, 4404.0, 4443.0, 4412.0, 4380.0, 4390.0, 4438.0, 4407.0, 4449.0, 4431.0, 4426.0, 4417.0, 4410.0, 4367.0, 4389.0, 4376.0, 4374.0, 4436.0, 4389.0, 4405.0, 4365.0, 4365.0, 4385.0, 4377.0, 4397.0, 4364.0, 4364.0, 4344.0, 4364.0, 4394.0, 4355.0, 4393.0, 4365.0, 4375.0, 4405.0, 4366.0, 4417.0, 4357.0, 4375.0, 4354.0, 4353.0, 4343.0, 4364.0, 4384.0, 4364.0, 4417.0, 4388.0, 4375.0, 4416.0, 4364.0, 4403.0, 4355.0, 4378.0, 4415.0, 4356.0, 4404.0, 4365.0, 4375.0, 4365.0, 4387.0, 4416.0, 4376.0, 4390.0, 4390.0, 4392.0, 4429.0, 4378.0, 4384.0, 4356.0, 4365.0, 4366.0, 4388.0, 4427.0, 4378.0, 4418.0, 4409.0, 4388.0, 4448.0, 4406.0, 4436.0, 4395.0, 4395.0, 4434.0, 4392.0, 4424.0, 4395.0, 4413.0, 4365.0, 4377.0, 4368.0, 4356.0, 4356.0, 4367.0, 4375.0, 4366.0, 4436.0, 4396.0, 4406.0, 4426.0, 4375.0, 4435.0, 4365.0, 4363.0, 4403.0, 4352.0, 4390.0, 4351.0, 4365.0, 4344.0, 4374.0, 4413.0, 4363.0, 4394.0, 4374.0, 4375.0, 4394.0, 4375.0, 4371.0, 4350.0, 4370.0, 4342.0, 4361.0, 4352.0, 4376.0, 4426.0, 4377.0, 4416.0, 4397.0, 4398.0, 4416.0, 4386.0, 4446.0, 4404.0, 4394.0, 4424.0, 4363.0, 4411.0, 4372.0, 4382.0, 4391.0, 4373.0, 4422.0, 4361.0, 4412.0, 4373.0, 4371.0, 4415.0, 4415.0, 4386.0, 4363.0, 4364.0, 4373.0, 4365.0, 4393.0, 4385.0, 4365.0, 4407.0, 4446.0, 4405.0, 4415.0, 4412.0, 4393.0, 4421.0, 4379.0, 4389.0, 4388.0, 4381.0, 4410.0, 4412.0, 4410.0, 4380.0, 4378.0, 4337.0, 4357.0, 4364.0, 4335.0, 4363.0, 4324.0, 4353.0, 4325.0, 4356.0, 4340.0, 4372.0, 4341.0, 4360.0, 4351.0, 4369.0, 4362.0, 4393.0, 4361.0, 4360.0, 4359.0, 4361.0, 4390.0, 4354.0, 4362.0, 4341.0, 4361.0, 4369.0, 4343.0, 4362.0, 4342.0, 4363.0, 4391.0, 4343.0, 4362.0, 4352.0, 4364.0, 4383.0, 4355.0, 4387.0, 4378.0, 4377.0, 4367.0, 4387.0, 4418.0, 4401.0, 4410.0, 4388.0, 4389.0, 4397.0, 4388.0, 4448.0, 4407.0, 4417.0, 4389.0, 4398.0, 4395.0, 4378.0, 4447.0, 4407.0, 4438.0, 4418.0, 4407.0, 4374.0, 4398.0, 4447.0, 4396.0, 4426.0, 4408.0, 4417.0, 4390.0, 4401.0, 4368.0, 4377.0, 4379.0, 4442.0, 4401.0, 4441.0, 4399.0, 4436.0, 4405.0, 4433.0, 4393.0, 4404.0, 4434.0, 4415.0, 4424.0, 4404.0, 4402.0, 4371.0, 4371.0, 4420.0, 4362.0, 4403.0, 4372.0, 4385.0, 4351.0, 4361.0, 4359.0, 4351.0, 4392.0, 4363.0, 4363.0, 4373.0, 4374.0, 4412.0, 4362.0, 4373.0, 4411.0, 4362.0, 4401.0, 4382.0, 4372.0, 4411.0, 4363.0, 4413.0, 4374.0, 4384.0, 4373.0, 4363.0, 4364.0, 4365.0, 4386.0, 4423.0, 4396.0, 4395.0, 4384.0, 4385.0, 4384.0, 4384.0, 4403.0, 4374.0, 4375.0, 4394.0, 4364.0, 4423.0, 4365.0, 4403.0, 4374.0, 4384.0, 4413.0, 4363.0, 4353.0, 4383.0, 4374.0, 4390.0, 4427.0, 4387.0, 4405.0, 4376.0, 4418.0, 4448.0, 4411.0, 4460.0, 4407.0, 4396.0, 4376.0, 4386.0, 4435.0, 4375.0, 4445.0, 4414.0, 4390.0, 4358.0, 4358.0, 4406.0, 4378.0, 4418.0, 4401.0, 4389.0, 4348.0, 4358.0, 4347.0, 4358.0, 4378.0, 4360.0, 4390.0, 4360.0, 4390.0, 4352.0, 4381.0, 4363.0, 4361.0, 4343.0, 4354.0, 4352.0, 4373.0, 4401.0, 4362.0, 4390.0, 4373.0, 4372.0, 4353.0, 4365.0, 4434.0, 4416.0, 4425.0, 4403.0, 4384.0, 4431.0, 4361.0, 4399.0, 4360.0, 4362.0, 4402.0, 4362.0, 4389.0, 4342.0, 4362.0, 4374.0, 4376.0, 4402.0, 4372.0, 4360.0, 4361.0, 4364.0, 4387.0, 4417.0, 4386.0, 4386.0, 4424.0, 4396.0, 4436.0, 4394.0, 4394.0, 4434.0, 4413.0, 4422.0, 4392.0, 4393.0, 4444.0, 4412.0, 4411.0, 4390.0, 4404.0, 4421.0, 4369.0, 4369.0, 4371.0, 4361.0, 4408.0, 4339.0, 4378.0, 4349.0, 4363.0, 4412.0, 4372.0, 4350.0, 4363.0, 4361.0, 4373.0, 4374.0, 4373.0, 4386.0, 4405.0, 4394.0, 4384.0, 4412.0, 4373.0, 4423.0, 4393.0, 4384.0, 4434.0, 4404.0, 4423.0, 4392.0, 4390.0, 4360.0, 4381.0, 4419.0, 4359.0, 4399.0, 4369.0, 4370.0, 4378.0, 4352.0, 4382.0, 4352.0, 4389.0, 4375.0, 4375.0, 4393.0, 4364.0, 4384.0, 4353.0, 4374.0, 4396.0, 4374.0, 4392.0, 4352.0, 4390.0, 4371.0, 4381.0, 4371.0, 4362.0, 4432.0, 4362.0, 4401.0, 4351.0, 4372.0, 4411.0, 4365.0, 4394.0, 4373.0, 4363.0, 4372.0, 4374.0, 4402.0, 4373.0, 4394.0, 4392.0, 4363.0, 4401.0, 4362.0, 4392.0, 4373.0, 4375.0, 4425.0, 4353.0, 4402.0, 4363.0, 4372.0, 4371.0, 4373.0, 4381.0, 4370.0, 4373.0, 4383.0, 4375.0, 4403.0, 4376.0, 4388.0, 4417.0, 4396.0, 4357.0, 4389.0, 4389.0, 4407.0, 4399.0, 4378.0, 4377.0, 4366.0, 4400.0, 4459.0, 4410.0, 4429.0, 4410.0, 4399.0, 4376.0, 4376.0, 4434.0, 4384.0, 4434.0, 4417.0, 4415.0, 4395.0, 4415.0, 4406.0, 4416.0, 4384.0, 4385.0, 4365.0, 4386.0, 4394.0, 4375.0, 4414.0], 'WindowWidth': [9849.0, 9761.0, 9805.0, 9725.0, 9739.0, 9766.0, 9727.0, 9700.0, 9670.0, 9637.0, 9654.0, 9669.0, 9665.0, 9692.0, 9683.0, 9773.0, 9762.0, 9702.0, 9754.0, 9701.0, 9714.0, 9673.0, 9692.0, 9773.0, 9725.0, 9733.0, 9687.0, 9715.0, 9692.0, 9648.0, 9701.0, 9673.0, 9657.0, 9610.0, 9609.0, 9677.0, 9579.0, 9633.0, 9575.0, 9604.0, 9643.0, 9567.0, 9618.0, 9567.0, 9596.0, 9591.0, 9584.0, 9621.0, 9587.0, 9617.0, 9619.0, 9611.0, 9660.0, 9612.0, 9640.0, 9623.0, 9612.0, 9695.0, 9642.0, 9650.0, 9597.0, 9638.0, 9659.0, 9624.0, 9652.0, 9634.0, 9659.0, 9619.0, 9635.0, 9698.0, 9622.0, 9676.0, 9648.0, 9654.0, 9719.0, 9639.0, 9694.0, 9664.0, 9691.0, 9755.0, 9678.0, 9716.0, 9658.0, 9665.0, 9723.0, 9681.0, 9740.0, 9683.0, 9681.0, 9735.0, 9674.0, 9690.0, 9648.0, 9679.0, 9716.0, 9653.0, 9690.0, 9641.0, 9668.0, 9684.0, 9674.0, 9723.0, 9687.0, 9691.0, 9649.0, 9644.0, 9648.0, 9670.0, 9746.0, 9696.0, 9717.0, 9668.0, 9709.0, 9733.0, 9681.0, 9715.0, 9673.0, 9669.0, 9626.0, 9656.0, 9723.0, 9656.0, 9698.0, 9678.0, 9657.0, 9676.0, 9625.0, 9660.0, 9667.0, 9673.0, 9637.0, 9644.0, 9717.0, 9636.0, 9651.0, 9623.0, 9655.0, 9650.0, 9628.0, 9665.0, 9628.0, 9657.0, 9652.0, 9631.0, 9666.0, 9628.0, 9654.0, 9665.0, 9630.0, 9710.0, 9654.0, 9663.0, 9621.0, 9637.0, 9691.0, 9626.0, 9675.0, 9654.0, 9640.0, 9636.0, 9640.0, 9691.0, 9643.0, 9669.0, 9651.0, 9641.0, 9707.0, 9613.0, 9640.0, 9678.0, 9629.0, 9692.0, 9665.0, 9665.0, 9685.0, 9654.0, 9720.0, 9637.0, 9639.0, 9651.0, 9666.0, 9673.0, 9702.0, 9709.0, 9707.0, 9722.0, 9699.0, 9678.0, 9633.0, 9637.0, 9677.0, 9686.0, 9666.0, 9711.0, 9643.0, 9685.0, 9644.0, 9659.0, 9742.0, 9699.0, 9696.0, 9650.0, 9695.0, 9688.0, 9656.0, 9695.0, 9646.0, 9654.0, 9637.0, 9682.0, 9635.0, 9587.0, 9606.0, 9588.0, 9640.0, 9605.0, 9619.0, 9655.0, 9589.0, 9645.0, 9600.0, 9622.0, 9552.0, 9604.0, 9568.0, 9606.0, 9590.0, 9618.0, 9604.0, 9637.0, 9668.0, 9648.0, 9683.0, 9649.0, 9677.0, 9627.0, 9668.0, 9690.0, 9643.0, 9686.0, 9649.0, 9657.0, 9667.0, 9628.0, 9693.0, 9634.0, 9675.0, 9644.0, 9660.0, 9698.0, 9637.0, 9697.0, 9664.0, 9714.0, 9649.0, 9691.0, 9652.0, 9647.0, 9655.0, 9685.0, 9678.0, 9695.0, 9716.0, 9753.0, 9717.0, 9721.0, 9760.0, 9705.0, 9735.0, 9756.0, 9698.0, 9754.0, 9691.0, 9690.0, 9728.0, 9685.0, 9729.0, 9670.0, 9681.0, 9721.0, 9678.0, 9700.0, 9628.0, 9628.0, 9651.0, 9613.0, 9663.0, 9614.0, 9641.0, 9652.0, 9632.0, 9650.0, 9588.0, 9623.0, 9583.0, 9617.0, 9637.0, 9614.0, 9656.0, 9619.0, 9646.0, 9618.0, 9638.0, 9687.0, 9646.0, 9692.0, 9647.0, 9675.0, 9662.0, 9644.0, 9708.0, 9755.0, 9718.0, 9703.0, 9688.0, 9682.0, 9652.0, 9705.0, 9652.0, 9732.0, 9688.0, 9714.0, 9645.0, 9722.0, 9667.0, 9678.0, 9651.0, 9687.0, 9658.0, 9680.0, 9646.0, 9655.0, 9668.0, 9672.0, 9664.0, 9727.0, 9721.0, 9771.0, 9727.0, 9679.0, 9691.0, 9753.0, 9710.0, 9774.0, 9749.0, 9734.0, 9721.0, 9716.0, 9653.0, 9686.0, 9665.0, 9660.0, 9748.0, 9690.0, 9702.0, 9645.0, 9647.0, 9675.0, 9667.0, 9697.0, 9646.0, 9644.0, 9620.0, 9647.0, 9687.0, 9636.0, 9686.0, 9649.0, 9663.0, 9701.0, 9651.0, 9724.0, 9641.0, 9661.0, 9632.0, 9629.0, 9616.0, 9646.0, 9672.0, 9647.0, 9722.0, 9685.0, 9663.0, 9719.0, 9647.0, 9697.0, 9638.0, 9672.0, 9718.0, 9638.0, 9702.0, 9650.0, 9665.0, 9651.0, 9683.0, 9721.0, 9670.0, 9695.0, 9695.0, 9700.0, 9743.0, 9673.0, 9673.0, 9638.0, 9650.0, 9653.0, 9686.0, 9736.0, 9675.0, 9727.0, 9714.0, 9686.0, 9767.0, 9707.0, 9750.0, 9691.0, 9689.0, 9743.0, 9682.0, 9728.0, 9689.0, 9712.0, 9651.0, 9671.0, 9662.0, 9640.0, 9639.0, 9655.0, 9664.0, 9652.0, 9747.0, 9692.0, 9708.0, 9732.0, 9661.0, 9744.0, 9652.0, 9645.0, 9697.0, 9629.0, 9674.0, 9626.0, 9650.0, 9619.0, 9661.0, 9710.0, 9644.0, 9685.0, 9659.0, 9663.0, 9685.0, 9661.0, 9649.0, 9622.0, 9646.0, 9615.0, 9638.0, 9630.0, 9667.0, 9735.0, 9668.0, 9722.0, 9695.0, 9697.0, 9720.0, 9679.0, 9764.0, 9701.0, 9687.0, 9727.0, 9644.0, 9706.0, 9653.0, 9667.0, 9677.0, 9657.0, 9723.0, 9638.0, 9709.0, 9656.0, 9649.0, 9722.0, 9723.0, 9682.0, 9648.0, 9652.0, 9662.0, 9656.0, 9688.0, 9678.0, 9654.0, 9713.0, 9765.0, 9704.0, 9718.0, 9708.0, 9681.0, 9717.0, 9655.0, 9668.0, 9665.0, 9662.0, 9701.0, 9707.0, 9704.0, 9664.0, 9660.0, 9604.0, 9628.0, 9631.0, 9592.0, 9627.0, 9575.0, 9614.0, 9578.0, 9621.0, 9610.0, 9656.0, 9613.0, 9636.0, 9624.0, 9646.0, 9640.0, 9683.0, 9637.0, 9633.0, 9629.0, 9636.0, 9673.0, 9632.0, 9639.0, 9610.0, 9636.0, 9644.0, 9617.0, 9639.0, 9613.0, 9643.0, 9677.0, 9616.0, 9640.0, 9629.0, 9648.0, 9671.0, 9639.0, 9684.0, 9674.0, 9672.0, 9656.0, 9685.0, 9728.0, 9711.0, 9720.0, 9688.0, 9689.0, 9697.0, 9685.0, 9768.0, 9710.0, 9723.0, 9690.0, 9699.0, 9691.0, 9671.0, 9766.0, 9709.0, 9752.0, 9728.0, 9711.0, 9663.0, 9698.0, 9767.0, 9694.0, 9735.0, 9713.0, 9724.0, 9693.0, 9709.0, 9660.0, 9666.0, 9675.0, 9768.0, 9713.0, 9767.0, 9707.0, 9750.0, 9705.0, 9742.0, 9685.0, 9702.0, 9744.0, 9717.0, 9729.0, 9702.0, 9695.0, 9652.0, 9649.0, 9717.0, 9641.0, 9698.0, 9657.0, 9680.0, 9626.0, 9640.0, 9635.0, 9627.0, 9684.0, 9646.0, 9645.0, 9660.0, 9664.0, 9711.0, 9643.0, 9658.0, 9707.0, 9644.0, 9694.0, 9668.0, 9655.0, 9708.0, 9644.0, 9715.0, 9663.0, 9678.0, 9662.0, 9649.0, 9650.0, 9656.0, 9685.0, 9730.0, 9696.0, 9691.0, 9675.0, 9678.0, 9678.0, 9677.0, 9700.0, 9664.0, 9664.0, 9688.0, 9647.0, 9727.0, 9651.0, 9700.0, 9661.0, 9676.0, 9715.0, 9647.0, 9633.0, 9675.0, 9667.0, 9699.0, 9741.0, 9687.0, 9707.0, 9670.0, 9732.0, 9774.0, 9723.0, 9790.0, 9706.0, 9691.0, 9670.0, 9684.0, 9748.0, 9666.0, 9764.0, 9718.0, 9677.0, 9631.0, 9629.0, 9694.0, 9656.0, 9714.0, 9692.0, 9672.0, 9616.0, 9630.0, 9615.0, 9633.0, 9659.0, 9640.0, 9679.0, 9638.0, 9680.0, 9631.0, 9668.0, 9648.0, 9642.0, 9619.0, 9639.0, 9632.0, 9661.0, 9695.0, 9645.0, 9680.0, 9661.0, 9661.0, 9635.0, 9654.0, 9748.0, 9726.0, 9735.0, 9701.0, 9675.0, 9736.0, 9639.0, 9689.0, 9636.0, 9641.0, 9696.0, 9644.0, 9676.0, 9617.0, 9645.0, 9663.0, 9670.0, 9699.0, 9657.0, 9637.0, 9642.0, 9652.0, 9690.0, 9728.0, 9684.0, 9685.0, 9734.0, 9697.0, 9751.0, 9689.0, 9690.0, 9745.0, 9713.0, 9725.0, 9681.0, 9686.0, 9762.0, 9710.0, 9707.0, 9676.0, 9703.0, 9723.0, 9646.0, 9648.0, 9656.0, 9641.0, 9700.0, 9606.0, 9658.0, 9620.0, 9648.0, 9710.0, 9656.0, 9622.0, 9649.0, 9644.0, 9665.0, 9667.0, 9664.0, 9686.0, 9708.0, 9692.0, 9678.0, 9712.0, 9661.0, 9727.0, 9685.0, 9674.0, 9743.0, 9702.0, 9728.0, 9682.0, 9677.0, 9635.0, 9664.0, 9715.0, 9633.0, 9686.0, 9646.0, 9651.0, 9659.0, 9630.0, 9672.0, 9630.0, 9693.0, 9670.0, 9665.0, 9685.0, 9651.0, 9676.0, 9633.0, 9662.0, 9698.0, 9664.0, 9681.0, 9628.0, 9677.0, 9652.0, 9666.0, 9651.0, 9642.0, 9737.0, 9642.0, 9694.0, 9627.0, 9656.0, 9707.0, 9653.0, 9691.0, 9661.0, 9645.0, 9656.0, 9661.0, 9697.0, 9658.0, 9689.0, 9683.0, 9644.0, 9692.0, 9642.0, 9681.0, 9657.0, 9668.0, 9733.0, 9632.0, 9696.0, 9646.0, 9657.0, 9654.0, 9659.0, 9669.0, 9654.0, 9661.0, 9674.0, 9667.0, 9701.0, 9669.0, 9693.0, 9729.0, 9698.0, 9650.0, 9697.0, 9696.0, 9717.0, 9709.0, 9681.0, 9676.0, 9660.0, 9713.0, 9794.0, 9726.0, 9749.0, 9725.0, 9706.0, 9671.0, 9670.0, 9744.0, 9677.0, 9743.0, 9725.0, 9720.0, 9695.0, 9720.0, 9711.0, 9723.0, 9677.0, 9680.0, 9655.0, 9684.0, 9690.0, 9666.0, 9719.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.00412684633027523</td></tr>
<tr><td colspan=3>aqi</td><td>0.039934221674311925</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.143236162433965</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1422175154535013</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0009528411136626</td></tr>
<tr><td colspan=3>efc</td><td>0.4671</td></tr>
<tr><td colspan=3>fber</td><td>6283.2085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13838230471172833</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.660550458715598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6041732335708674</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5419067575780385</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8562500228107837</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4143629203237795</td></tr>
<tr><td colspan=3>gcor</td><td>0.0109924</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013215881772339344</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024854443967342377</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.662538593173893</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>22.4432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2437</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.7065</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>302095.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>349.1164</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9038</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>594.8855</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3560.8273</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.5214</td></tr>
<tr><td colspan=3>tsnr</td><td>31.185291420202702</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>