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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-04/func/sub-0057_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7a8e832c5aee182cda823d58148b8150</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:25:6.222500</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.999627, 0.0227948, -0.0150156, -0.0214628, 0.99627, 0.0835769]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109458</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7776, -7233, 630, -4, -113, -19, 78]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.651</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d6395dbf-0697-4f6f-9460-130f889ef15e||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.68192720413208, -0.05758320540189743, -0.04553481563925743, 114.26242065429688], [-0.06115682050585747, 2.672919988632202, 0.2247033417224884, -82.66568756103516], [-0.04028584435582161, -0.22423066198825836, 2.6902480125427246, -61.64329147338867], [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': ['132506.222500', '132506.682500', '132507.142500', '132507.602500', '132508.062500', '132508.522500', '132508.982500', '132509.442500', '132509.902500', '132510.362500', '132510.822500', '132511.282500', '132511.742500', '132512.202500', '132512.662500', '132513.122500', '132513.582500', '132514.042500', '132514.502500', '132514.962500', '132515.422500', '132515.882500', '132516.342500', '132516.802500', '132517.262500', '132517.722500', '132518.182500', '132518.642500', '132519.102500', '132519.562500', '132520.022500', '132520.482500', '132520.942500', '132521.402500', '132521.862500', '132522.322500', '132522.782500', '132523.242500', '132523.702500', '132524.162500', '132524.622500', '132525.082500', '132525.542500', '132526.002500', '132526.462500', '132526.922500', '132527.382500', '132527.842500', '132528.302500', '132528.762500', '132529.222500', '132529.682500', '132530.142500', '132530.602500', '132531.062500', '132531.522500', '132531.982500', '132532.442500', '132532.902500', '132533.362500', '132533.822500', '132534.282500', '132534.742500', '132535.202500', '132535.662500', '132536.122500', '132536.582500', '132537.042500', '132537.502500', '132537.962500', '132538.422500', '132538.882500', '132539.342500', '132539.802500', '132540.262500', '132540.722500', '132541.182500', '132541.642500', '132542.102500', '132542.562500', '132543.022500', '132543.482500', '132543.942500', '132544.402500', '132544.862500', '132545.322500', '132545.782500', '132546.242500', '132546.702500', '132547.162500', '132547.622500', '132548.082500', '132548.542500', '132549.002500', '132549.462500', '132549.922500', '132550.382500', '132550.842500', '132551.302500', '132551.762500', '132552.222500', '132552.682500', '132553.142500', '132553.602500', '132554.062500', '132554.522500', '132554.982500', '132555.442500', '132555.902500', '132556.362500', '132556.822500', '132557.282500', '132557.742500', '132558.202500', '132558.662500', '132559.122500', '132559.582500', '132600.042500', '132600.502500', '132600.962500', '132601.422500', '132601.882500', '132602.342500', '132602.802500', '132603.262500', '132603.722500', '132604.182500', '132604.642500', '132605.102500', '132605.562500', '132606.022500', '132606.482500', '132606.942500', '132607.402500', '132607.862500', '132608.322500', '132608.782500', '132609.242500', '132609.702500', '132610.162500', '132610.622500', '132611.082500', '132611.542500', '132612.002500', '132612.462500', '132612.922500', '132613.382500', '132613.842500', '132614.302500', '132614.762500', '132615.222500', '132615.682500', '132616.142500', '132616.602500', '132617.062500', '132617.522500', '132617.982500', '132618.442500', '132618.902500', '132619.362500', '132619.822500', '132620.282500', '132620.742500', '132621.202500', '132621.662500', '132622.122500', '132622.582500', '132623.042500', '132623.502500', '132623.962500', '132624.422500', '132624.882500', '132625.342500', '132625.802500', '132626.262500', '132626.722500', '132627.182500', '132627.642500', '132628.102500', '132628.562500', '132629.022500', '132629.482500', '132629.942500', '132630.402500', '132630.862500', '132631.322500', '132631.782500', '132632.242500', '132632.702500', '132633.162500', '132633.622500', '132634.082500', '132634.542500', '132635.002500', '132635.462500', '132635.922500', '132636.382500', '132636.842500', '132637.302500', '132637.762500', '132638.222500', '132638.682500', '132639.142500', '132639.602500', '132640.062500', '132640.522500', '132640.982500', '132641.442500', '132641.902500', '132642.362500', '132642.822500', '132643.282500', '132643.742500', '132644.202500', '132644.662500', '132645.122500', '132645.582500', '132646.042500', '132646.502500', '132646.962500', '132647.422500', '132647.882500', '132648.342500', '132648.802500', '132649.262500', '132649.722500', '132650.182500', '132650.642500', '132651.102500', '132651.562500', '132652.022500', '132652.482500', '132652.942500', '132653.402500', '132653.862500', '132654.322500', '132654.782500', '132655.242500', '132655.702500', '132656.162500', '132656.622500', '132657.082500', '132657.542500', '132658.002500', '132658.462500', '132658.922500', '132659.382500', '132659.842500', '132700.302500', '132700.762500', '132701.222500', '132701.682500', '132702.142500', '132702.602500', '132703.062500', '132703.522500', '132703.982500', '132704.442500', '132704.902500', '132705.362500', '132705.822500', '132706.282500', '132706.742500', '132707.202500', '132707.662500', '132708.122500', '132708.582500', '132709.042500', '132709.502500', '132709.962500', '132710.422500', '132710.882500', '132711.342500', '132711.802500', '132712.262500', '132712.722500', '132713.182500', '132713.642500', '132714.102500', '132714.562500', '132715.022500', '132715.482500', '132715.942500', '132716.402500', '132716.862500', '132717.322500', '132717.782500', '132718.242500', '132718.702500', '132719.162500', '132719.622500', '132720.082500', '132720.542500', '132721.002500', '132721.462500', '132721.922500', '132722.382500', '132722.842500', '132723.302500', '132723.762500', '132724.222500', '132724.682500', '132725.142500', '132725.602500', '132726.062500', '132726.522500', '132726.982500', '132727.442500', '132727.902500', '132728.362500', '132728.822500', '132729.282500', '132729.742500', '132730.202500', '132730.662500', '132731.122500', '132731.582500', '132732.042500', '132732.502500', '132732.962500', '132733.422500', '132733.882500', '132734.342500', '132734.802500', '132735.262500', '132735.722500', '132736.182500', '132736.642500', '132737.102500', '132737.562500', '132738.022500', '132738.482500', '132738.942500', '132739.402500', '132739.862500', '132740.322500', '132740.782500', '132741.242500', '132741.702500', '132742.162500', '132742.622500', '132743.082500', '132743.542500', '132744.002500', '132744.462500', '132744.922500', '132745.382500', '132745.842500', '132746.302500', '132746.762500', '132747.222500', '132747.682500', '132748.142500', '132748.602500', '132749.062500', '132749.522500', '132749.982500', '132750.442500', '132750.902500', '132751.362500', '132751.822500', '132752.282500', '132752.742500', '132753.202500', '132753.662500', '132754.122500', '132754.582500', '132755.042500', '132755.502500', '132755.962500', '132756.422500', '132756.882500', '132757.342500', '132757.802500', '132758.262500', '132758.722500', '132759.182500', '132759.642500', '132800.102500', '132800.562500', '132801.022500', '132801.482500', '132801.942500', '132802.402500', '132802.862500', '132803.322500', '132803.782500', '132804.242500', '132804.702500', '132805.162500', '132805.622500', '132806.082500', '132806.542500', '132807.002500', '132807.462500', '132807.922500', '132808.382500', '132808.842500', '132809.302500', '132809.762500', '132810.222500', '132810.682500', '132811.142500', '132811.602500', '132812.062500', '132812.522500', '132812.982500', '132813.442500', '132813.902500', '132814.362500', '132814.822500', '132815.282500', '132815.742500', '132816.202500', '132816.662500', '132817.122500', '132817.582500', '132818.042500', '132818.502500', '132818.962500', '132819.422500', '132819.882500', '132820.342500', '132820.802500', '132821.262500', '132821.722500', '132822.182500', '132822.642500', '132823.102500', '132823.562500', '132824.022500', '132824.482500', '132824.942500', '132825.402500', '132825.862500', '132826.322500', '132826.782500', '132827.242500', '132827.702500', '132828.162500', '132828.622500', '132829.082500', '132829.542500', '132830.002500', '132830.462500', '132830.922500', '132831.382500', '132831.842500', '132832.302500', '132832.762500', '132833.222500', '132833.682500', '132834.142500', '132834.602500', '132835.062500', '132835.522500', '132835.982500', '132836.442500', '132836.902500', '132837.362500', '132837.822500', '132838.282500', '132838.742500', '132839.202500', '132839.662500', '132840.122500', '132840.582500', '132841.042500', '132841.502500', '132841.962500', '132842.422500', '132842.882500', '132843.342500', '132843.802500', '132844.262500', '132844.722500', '132845.182500', '132845.642500', '132846.102500', '132846.562500', '132847.022500', '132847.482500', '132847.942500', '132848.402500', '132848.862500', '132849.322500', '132849.782500', '132850.242500', '132850.702500', '132851.162500', '132851.622500', '132852.082500', '132852.542500', '132853.002500', '132853.462500', '132853.922500', '132854.382500', '132854.842500', '132855.302500', '132855.762500', '132856.222500', '132856.682500', '132857.142500', '132857.602500', '132858.062500', '132858.522500', '132858.982500', '132859.442500', '132859.902500', '132900.362500', '132900.822500', '132901.282500', '132901.742500', '132902.202500', '132902.662500', '132903.122500', '132903.582500', '132904.042500', '132904.502500', '132904.962500', '132905.422500', '132905.882500', '132906.342500', '132906.802500', '132907.262500', '132907.722500', '132908.182500', '132908.642500', '132909.102500', '132909.562500', '132910.022500', '132910.482500', '132910.942500', '132911.402500', '132911.862500', '132912.322500', '132912.782500', '132913.242500', '132913.702500', '132914.162500', '132914.622500', '132915.082500', '132915.542500', '132916.002500', '132916.462500', '132916.922500', '132917.382500', '132917.842500', '132918.302500', '132918.762500', '132919.222500', '132919.682500', '132920.142500', '132920.602500', '132921.062500', '132921.522500', '132921.982500', '132922.442500', '132922.902500', '132923.362500', '132923.822500', '132924.282500', '132924.742500', '132925.202500', '132925.662500', '132926.122500', '132926.582500', '132927.042500', '132927.502500', '132927.962500', '132928.422500', '132928.882500', '132929.342500', '132929.802500', '132930.262500', '132930.722500', '132931.182500', '132931.642500', '132932.102500', '132932.562500', '132933.022500', '132933.482500', '132933.942500', '132934.402500', '132934.862500', '132935.322500', '132935.782500', '132936.242500', '132936.702500', '132937.162500', '132937.622500', '132938.082500', '132938.542500', '132939.002500', '132939.462500', '132939.922500', '132940.382500', '132940.842500', '132941.302500', '132941.762500', '132942.222500', '132942.682500', '132943.142500', '132943.602500', '132944.062500', '132944.522500', '132944.982500', '132945.442500', '132945.902500', '132946.362500', '132946.822500', '132947.282500', '132947.742500', '132948.202500', '132948.662500', '132949.122500', '132949.582500', '132950.042500', '132950.502500', '132950.962500', '132951.422500', '132951.882500', '132952.342500', '132952.802500', '132953.262500', '132953.722500', '132954.182500', '132954.642500', '132955.102500', '132955.562500', '132956.022500', '132956.482500', '132956.942500', '132957.402500', '132957.862500', '132958.322500', '132958.782500', '132959.242500', '132959.702500', '133000.162500', '133000.622500', '133001.082500', '133001.542500', '133002.002500', '133002.462500', '133002.922500', '133003.382500', '133003.842500', '133004.302500', '133004.762500', '133005.222500', '133005.682500', '133006.142500', '133006.602500', '133007.062500', '133007.522500', '133007.982500', '133008.442500', '133008.902500', '133009.362500', '133009.822500', '133010.282500', '133010.742500', '133011.202500', '133011.662500', '133012.122500', '133012.582500', '133013.042500', '133013.502500', '133013.962500', '133014.422500', '133014.882500', '133015.342500', '133015.802500', '133016.262500', '133016.722500', '133017.182500', '133017.642500', '133018.102500', '133018.562500', '133019.022500', '133019.482500', '133019.942500', '133020.402500', '133020.862500', '133021.322500', '133021.782500', '133022.242500', '133022.702500', '133023.162500', '133023.622500', '133024.082500', '133024.542500', '133025.002500', '133025.462500', '133025.922500', '133026.382500', '133026.842500', '133027.302500', '133027.762500', '133028.222500', '133028.682500', '133029.142500', '133029.602500', '133030.062500', '133030.522500', '133030.982500', '133031.442500', '133031.902500', '133032.362500', '133032.822500', '133033.282500', '133033.742500', '133034.202500', '133034.662500', '133035.122500', '133035.582500', '133036.042500', '133036.502500', '133036.962500', '133037.422500', '133037.882500', '133038.342500', '133038.802500', '133039.262500', '133039.722500', '133040.182500', '133040.642500', '133041.102500', '133041.562500', '133042.022500', '133042.482500', '133042.942500', '133043.402500', '133043.862500', '133044.322500', '133044.782500', '133045.242500', '133045.702500', '133046.162500', '133046.622500', '133047.082500', '133047.542500', '133048.002500', '133048.462500', '133048.922500', '133049.382500', '133049.842500', '133050.302500', '133050.762500', '133051.222500', '133051.682500', '133052.142500', '133052.602500', '133053.062500', '133053.522500', '133053.982500', '133054.442500', '133054.902500', '133055.362500', '133055.822500', '133056.282500', '133056.742500', '133057.202500', '133057.662500', '133058.122500', '133058.582500', '133059.042500', '133059.502500', '133059.962500', '133100.422500', '133100.882500', '133101.342500', '133101.802500', '133102.262500', '133102.722500', '133103.182500', '133103.642500', '133104.102500', '133104.562500', '133105.022500', '133105.482500', '133105.942500', '133106.402500', '133106.862500', '133107.322500', '133107.782500', '133108.242500', '133108.702500', '133109.162500', '133109.622500', '133110.082500', '133110.542500', '133111.002500', '133111.462500', '133111.922500', '133112.382500', '133112.842500', '133113.302500', '133113.762500', '133114.222500', '133114.682500', '133115.142500', '133115.602500', '133116.062500', '133116.522500', '133116.982500', '133117.442500', '133117.902500', '133118.362500', '133118.822500', '133119.282500', '133119.742500', '133120.202500', '133120.662500', '133121.122500', '133121.582500', '133122.042500', '133122.502500', '133122.962500', '133123.422500', '133123.882500', '133124.342500', '133124.802500', '133125.262500', '133125.722500', '133126.182500', '133126.642500', '133127.102500', '133127.562500', '133128.022500', '133128.482500', '133128.942500', '133129.402500', '133129.862500', '133130.322500', '133130.782500', '133131.242500', '133131.702500', '133132.162500', '133132.622500', '133133.082500', '133133.542500', '133134.002500', '133134.462500', '133134.922500', '133135.382500', '133135.842500', '133136.302500', '133136.762500', '133137.222500', '133137.682500', '133138.142500', '133138.602500', '133139.062500', '133139.522500', '133139.982500', '133140.442500', '133140.902500', '133141.362500', '133141.822500', '133142.282500', '133142.742500', '133143.202500', '133143.662500', '133144.122500', '133144.582500', '133145.042500', '133145.502500', '133145.962500', '133146.422500', '133146.882500'], 'ContentTime': ['132529.554000', '132529.557000', '132529.560000', '132529.562000', '132529.565000', '132529.567000', '132529.570000', '132529.576000', '132529.579000', '132529.582000', '132529.584000', '132529.587000', '132529.589000', '132529.592000', '132529.595000', '132529.597000', '132529.600000', '132529.602000', '132529.605000', '132529.607000', '132529.610000', '132529.613000', '132529.615000', '132529.618000', '132529.620000', '132529.623000', '132529.626000', '132529.640000', '132529.642000', '132529.645000', '132529.648000', '132529.650000', '132529.653000', '132529.655000', '132529.658000', '132529.661000', '132529.663000', '132529.666000', '132529.668000', '132529.671000', '132529.673000', '132529.676000', '132529.679000', '132529.681000', '132529.684000', '132529.694000', '132529.697000', '132529.699000', '132549.525000', '132549.528000', '132549.531000', '132549.533000', '132549.536000', '132549.538000', '132549.541000', '132549.544000', '132549.552000', '132549.555000', '132549.558000', '132549.560000', '132549.563000', '132549.565000', '132549.568000', '132549.570000', '132549.573000', '132549.575000', '132549.578000', '132549.581000', '132549.583000', '132549.586000', '132549.588000', '132549.591000', '132549.594000', '132549.596000', '132549.599000', '132549.602000', '132549.604000', '132549.607000', '132549.609000', '132549.612000', '132549.614000', '132549.617000', '132549.620000', '132549.622000', '132549.625000', '132549.627000', '132549.630000', '132549.632000', '132549.635000', '132549.638000', '132549.640000', '132549.643000', '132609.525000', '132609.528000', '132609.531000', '132609.533000', '132609.536000', '132609.539000', '132609.541000', '132609.544000', '132609.546000', '132609.549000', '132609.551000', '132609.554000', '132609.556000', '132609.559000', '132609.571000', '132609.573000', '132609.576000', '132609.578000', '132609.581000', '132609.583000', '132609.586000', '132609.589000', '132609.591000', '132609.594000', '132609.596000', '132609.599000', '132609.601000', '132609.604000', '132609.606000', '132609.609000', '132609.612000', '132609.614000', '132609.617000', '132609.619000', '132609.622000', '132609.625000', '132609.627000', '132609.630000', '132609.632000', '132609.635000', '132609.637000', '132609.640000', '132609.643000', '132629.526000', '132629.528000', '132629.531000', '132629.534000', '132629.536000', '132629.539000', '132629.542000', '132629.544000', '132629.547000', '132629.549000', '132629.552000', '132629.555000', '132629.557000', '132629.560000', '132629.562000', '132629.565000', '132629.568000', '132629.570000', '132629.573000', '132629.575000', '132629.578000', '132629.581000', '132629.583000', '132629.586000', '132629.588000', '132629.591000', '132629.594000', '132629.596000', '132629.599000', '132629.601000', '132629.604000', '132629.607000', '132629.609000', '132629.612000', '132629.615000', '132629.624000', '132629.627000', '132629.629000', '132629.632000', '132629.635000', '132629.637000', '132629.640000', '132629.642000', '132649.524000', '132649.527000', '132649.530000', '132649.532000', '132649.535000', '132649.538000', '132649.540000', '132649.543000', '132649.545000', '132649.548000', '132649.551000', '132649.553000', '132649.556000', '132649.558000', '132649.561000', '132649.564000', '132649.566000', '132649.569000', '132649.571000', '132649.574000', '132649.576000', '132649.579000', '132649.582000', '132649.584000', '132649.587000', '132649.590000', '132649.592000', '132649.595000', '132649.597000', '132649.600000', '132649.602000', '132649.605000', '132649.608000', '132649.610000', '132649.613000', '132649.616000', '132649.618000', '132649.621000', '132649.631000', '132649.633000', '132649.636000', '132649.639000', '132649.641000', '132649.644000', '132709.525000', '132709.528000', '132709.531000', '132709.534000', '132709.537000', '132709.540000', '132709.542000', '132709.545000', '132709.547000', '132709.550000', '132709.552000', '132709.563000', '132709.565000', '132709.568000', '132709.571000', '132709.573000', '132709.576000', '132709.578000', '132709.581000', '132709.584000', '132709.586000', '132709.589000', '132709.592000', '132709.594000', '132709.597000', '132709.600000', '132709.602000', '132709.605000', '132709.607000', '132709.610000', '132709.613000', '132709.615000', '132709.626000', '132709.628000', '132709.631000', '132709.634000', '132709.636000', '132709.639000', '132709.641000', '132709.644000', '132709.646000', '132709.649000', '132709.652000', '132709.654000', '132729.525000', '132729.528000', '132729.531000', '132729.533000', '132729.536000', '132729.539000', '132729.541000', '132729.544000', '132729.546000', '132729.549000', '132729.552000', '132729.554000', '132729.557000', '132729.559000', '132729.562000', '132729.565000', '132729.567000', '132729.570000', '132729.572000', '132729.575000', '132729.577000', '132729.580000', '132729.583000', '132729.585000', '132729.588000', '132729.591000', '132729.593000', '132729.596000', '132729.598000', '132729.601000', '132729.604000', '132729.606000', '132729.609000', '132729.611000', '132729.614000', '132729.617000', '132729.619000', '132729.622000', '132729.624000', '132729.627000', '132729.629000', '132729.632000', '132729.635000', '132749.526000', '132749.540000', '132749.542000', '132749.545000', '132749.547000', '132749.550000', '132749.553000', '132749.555000', '132749.558000', '132749.560000', '132749.563000', '132749.565000', '132749.568000', '132749.571000', '132749.573000', '132749.576000', '132749.579000', '132749.581000', '132749.584000', '132749.587000', '132749.589000', '132749.592000', '132749.594000', '132749.597000', '132749.599000', '132749.602000', '132749.605000', '132749.607000', '132749.610000', '132749.612000', '132749.615000', '132749.618000', '132749.620000', '132749.623000', '132749.625000', '132749.628000', '132749.631000', '132749.633000', '132749.636000', '132749.638000', '132749.641000', '132749.643000', '132749.646000', '132809.525000', '132809.528000', '132809.531000', '132809.534000', '132809.536000', '132809.539000', '132809.542000', '132809.544000', '132809.547000', '132809.549000', '132809.552000', '132809.555000', '132809.557000', '132809.560000', '132809.562000', '132809.565000', '132809.568000', '132809.570000', '132809.573000', '132809.576000', '132809.578000', '132809.581000', '132809.584000', '132809.586000', '132809.589000', '132809.591000', '132809.594000', '132809.597000', '132809.599000', '132809.602000', '132809.605000', '132809.607000', '132809.610000', '132809.612000', '132809.615000', '132809.618000', '132809.620000', '132809.623000', '132809.626000', '132809.628000', '132809.631000', '132809.633000', '132809.636000', '132809.638000', '132829.525000', '132829.528000', '132829.531000', '132829.533000', '132829.536000', '132829.539000', '132829.542000', '132829.545000', '132829.548000', '132829.550000', '132829.553000', '132829.556000', '132829.558000', '132829.561000', '132829.564000', '132829.566000', '132829.569000', '132829.572000', '132829.575000', '132829.578000', '132829.581000', '132829.583000', '132829.586000', '132829.588000', '132829.591000', '132829.594000', '132829.596000', '132829.599000', '132829.601000', '132829.604000', '132829.607000', '132829.609000', '132829.612000', '132829.614000', '132829.617000', '132829.619000', '132829.622000', '132829.625000', '132829.628000', '132829.630000', '132829.633000', '132829.635000', '132829.638000', '132849.525000', '132849.528000', '132849.531000', '132849.533000', '132849.536000', '132849.539000', '132849.541000', '132849.544000', '132849.546000', '132849.549000', '132849.552000', '132849.554000', '132849.557000', '132849.559000', '132849.572000', '132849.574000', '132849.577000', '132849.580000', '132849.582000', '132849.585000', '132849.587000', '132849.590000', '132849.593000', '132849.595000', '132849.598000', '132849.600000', '132849.603000', '132849.606000', '132849.608000', '132849.611000', '132849.613000', '132849.616000', '132849.619000', '132849.621000', '132849.624000', '132849.627000', '132849.629000', '132849.632000', '132849.635000', '132849.637000', '132849.640000', '132849.642000', '132849.645000', '132849.648000', '132909.525000', '132909.527000', '132909.530000', '132909.533000', '132909.535000', '132909.538000', '132909.540000', '132909.543000', '132909.546000', '132909.548000', '132909.551000', '132909.553000', '132909.556000', '132909.559000', '132909.561000', '132909.564000', '132909.566000', '132909.569000', '132909.572000', '132909.574000', '132909.577000', '132909.579000', '132909.582000', '132909.585000', '132909.588000', '132909.591000', '132909.593000', '132909.596000', '132909.599000', '132909.601000', '132909.604000', '132909.606000', '132909.609000', '132909.612000', '132909.614000', '132909.617000', '132909.620000', '132909.622000', '132909.625000', '132909.627000', '132909.630000', '132909.633000', '132909.635000', '132929.526000', '132929.528000', '132929.531000', '132929.533000', '132929.536000', '132929.539000', '132929.541000', '132929.544000', '132929.546000', '132929.549000', '132929.552000', '132929.554000', '132929.557000', '132929.559000', '132929.562000', '132929.565000', '132929.567000', '132929.570000', '132929.572000', '132929.575000', '132929.578000', '132929.580000', '132929.583000', '132929.585000', '132929.588000', '132929.591000', '132929.593000', '132929.596000', '132929.598000', '132929.601000', '132929.604000', '132929.606000', '132929.609000', '132929.612000', '132929.614000', '132929.617000', '132929.619000', '132929.622000', '132929.624000', '132929.627000', '132929.630000', '132929.632000', '132929.635000', '132929.637000', '132949.526000', '132949.528000', '132949.531000', '132949.534000', '132949.536000', '132949.539000', '132949.541000', '132949.544000', '132949.547000', '132949.549000', '132949.552000', '132949.554000', '132949.557000', '132949.559000', '132949.562000', '132949.565000', '132949.567000', '132949.570000', '132949.572000', '132949.575000', '132949.578000', '132949.581000', '132949.584000', '132949.587000', '132949.590000', '132949.592000', '132949.595000', '132949.598000', '132949.600000', '132949.603000', '132949.606000', '132949.608000', '132949.611000', '132949.615000', '132949.617000', '132949.620000', '132949.622000', '132949.625000', '132949.628000', '132949.630000', '132949.633000', '132949.636000', '132949.638000', '133009.525000', '133009.528000', '133009.531000', '133009.533000', '133009.536000', '133009.539000', '133009.541000', '133009.544000', '133009.546000', '133009.549000', '133009.552000', '133009.554000', '133009.557000', '133009.560000', '133009.562000', '133009.565000', '133009.567000', '133009.570000', '133009.573000', '133009.575000', '133009.578000', '133009.580000', '133009.583000', '133009.585000', '133009.588000', '133009.591000', '133009.593000', '133009.596000', '133009.599000', '133009.601000', '133009.604000', '133009.606000', '133009.609000', '133009.611000', '133009.614000', '133009.617000', '133009.619000', '133009.622000', '133009.624000', '133009.656000', '133009.659000', '133009.661000', '133009.664000', '133009.667000', '133029.525000', '133029.528000', '133029.531000', '133029.534000', '133029.537000', '133029.540000', '133029.543000', '133029.546000', '133029.548000', '133029.551000', '133029.553000', '133029.556000', '133029.558000', '133029.561000', '133029.564000', '133029.566000', '133029.569000', '133029.571000', '133029.574000', '133029.577000', '133029.579000', '133029.582000', '133029.584000', '133029.587000', '133029.590000', '133029.592000', '133029.595000', '133029.598000', '133029.600000', '133029.603000', '133029.605000', '133029.608000', '133029.611000', '133029.613000', '133029.616000', '133029.618000', '133029.621000', '133029.624000', '133029.626000', '133029.629000', '133029.631000', '133029.634000', '133029.637000', '133049.525000', '133049.528000', '133049.531000', '133049.534000', '133049.536000', '133049.539000', '133049.541000', '133049.544000', '133049.547000', '133049.549000', '133049.552000', '133049.555000', '133049.557000', '133049.560000', '133049.562000', '133049.565000', '133049.568000', '133049.570000', '133049.573000', '133049.575000', '133049.578000', '133049.581000', '133049.583000', '133049.586000', '133049.589000', '133049.591000', '133049.594000', '133049.596000', '133049.599000', '133049.602000', '133049.604000', '133049.607000', '133049.610000', '133049.612000', '133049.615000', '133049.617000', '133049.620000', '133049.623000', '133049.625000', '133049.628000', '133049.630000', '133049.633000', '133049.635000', '133049.638000', '133109.525000', '133109.528000', '133109.531000', '133109.534000', '133109.536000', '133109.539000', '133109.541000', '133109.544000', '133109.547000', '133109.549000', '133109.552000', '133109.555000', '133109.557000', '133109.560000', '133109.562000', '133109.565000', '133109.568000', '133109.570000', '133109.573000', '133109.575000', '133109.578000', '133109.581000', '133109.583000', '133109.586000', '133109.589000', '133109.591000', '133109.594000', '133109.596000', '133109.599000', '133109.602000', '133109.604000', '133109.607000', '133109.609000', '133109.612000', '133109.615000', '133109.617000', '133109.620000', '133109.622000', '133109.625000', '133109.628000', '133109.630000', '133109.633000', '133109.635000', '133129.525000', '133129.527000', '133129.530000', '133129.533000', '133129.535000', '133129.538000', '133129.540000', '133129.543000', '133129.545000', '133129.548000', '133129.551000', '133129.553000', '133129.556000', '133129.558000', '133129.561000', '133129.564000', '133129.566000', '133129.569000', '133129.571000', '133129.574000', '133129.576000', '133129.579000', '133129.582000', '133129.584000', '133129.587000', '133129.589000', '133129.592000', '133129.595000', '133129.597000', '133129.600000', '133129.602000', '133129.605000', '133129.607000', '133129.610000', '133129.612000', '133129.615000', '133129.618000', '133129.620000', '133129.623000', '133129.626000', '133129.628000', '133129.631000', '133129.633000', '133129.636000', '133148.241000', '133148.244000', '133148.246000', '133148.249000', '133148.252000', '133148.254000', '133148.257000', '133148.260000', '133148.262000', '133148.265000', '133148.268000', '133148.270000', '133148.273000', '133148.276000', '133148.279000', '133148.281000', '133148.284000', '133148.287000', '133148.290000', '133148.292000', '133148.295000', '133148.298000', '133148.301000', '133148.304000', '133148.306000', '133148.309000', '133148.312000', '133148.316000', '133148.318000', '133148.322000', '133148.325000', '133148.328000', '133148.331000', '133148.335000', '133148.339000', '133148.342000', '133148.345000', '133148.348000', '133148.352000', '133148.355000', '133148.358000'], 'InstanceCreationTime': ['132529.554000', '132529.557000', '132529.560000', '132529.562000', '132529.565000', '132529.567000', '132529.570000', '132529.576000', '132529.579000', '132529.582000', '132529.584000', '132529.587000', '132529.589000', '132529.592000', '132529.595000', '132529.597000', '132529.600000', '132529.602000', '132529.605000', '132529.607000', '132529.610000', '132529.613000', '132529.615000', '132529.618000', '132529.620000', '132529.623000', '132529.626000', '132529.640000', '132529.642000', '132529.645000', '132529.648000', '132529.650000', '132529.653000', '132529.655000', '132529.658000', '132529.661000', '132529.663000', '132529.666000', '132529.668000', '132529.671000', '132529.673000', '132529.676000', '132529.679000', '132529.681000', '132529.684000', '132529.694000', '132529.697000', '132529.699000', '132549.525000', '132549.528000', '132549.531000', '132549.533000', '132549.536000', '132549.538000', '132549.541000', '132549.544000', '132549.552000', '132549.555000', '132549.558000', '132549.560000', '132549.563000', '132549.565000', '132549.568000', '132549.570000', '132549.573000', '132549.575000', '132549.578000', '132549.581000', '132549.583000', '132549.586000', '132549.588000', '132549.591000', '132549.594000', '132549.596000', '132549.599000', '132549.602000', '132549.604000', '132549.607000', '132549.609000', '132549.612000', '132549.614000', '132549.617000', '132549.620000', '132549.622000', '132549.625000', '132549.627000', '132549.630000', '132549.632000', '132549.635000', '132549.638000', '132549.640000', '132549.643000', '132609.525000', '132609.528000', '132609.531000', '132609.533000', '132609.536000', '132609.539000', '132609.541000', '132609.544000', '132609.546000', '132609.549000', '132609.551000', '132609.554000', '132609.556000', '132609.559000', '132609.571000', '132609.573000', '132609.576000', '132609.578000', '132609.581000', '132609.583000', '132609.586000', '132609.589000', '132609.591000', '132609.594000', '132609.596000', '132609.599000', '132609.601000', '132609.604000', '132609.606000', '132609.609000', '132609.612000', '132609.614000', '132609.617000', '132609.619000', '132609.622000', '132609.625000', '132609.627000', '132609.630000', '132609.632000', '132609.635000', '132609.637000', '132609.640000', '132609.643000', '132629.526000', '132629.528000', '132629.531000', '132629.534000', '132629.536000', '132629.539000', '132629.542000', '132629.544000', '132629.547000', '132629.549000', '132629.552000', '132629.555000', '132629.557000', '132629.560000', '132629.562000', '132629.565000', '132629.568000', '132629.570000', '132629.573000', '132629.575000', '132629.578000', '132629.581000', '132629.583000', '132629.586000', '132629.588000', '132629.591000', '132629.594000', '132629.596000', '132629.599000', '132629.601000', '132629.604000', '132629.607000', '132629.609000', '132629.612000', '132629.615000', '132629.624000', '132629.627000', '132629.629000', '132629.632000', '132629.635000', '132629.637000', '132629.640000', '132629.642000', '132649.524000', '132649.527000', '132649.530000', '132649.532000', '132649.535000', '132649.538000', '132649.540000', '132649.543000', '132649.545000', '132649.548000', '132649.551000', '132649.553000', '132649.556000', '132649.558000', '132649.561000', '132649.564000', '132649.566000', '132649.569000', '132649.571000', '132649.574000', '132649.576000', '132649.579000', '132649.582000', '132649.584000', '132649.587000', '132649.590000', '132649.592000', '132649.595000', '132649.597000', '132649.600000', '132649.602000', '132649.605000', '132649.608000', '132649.610000', '132649.613000', '132649.616000', '132649.618000', '132649.621000', '132649.631000', '132649.633000', '132649.636000', '132649.639000', '132649.641000', '132649.644000', '132709.525000', '132709.528000', '132709.531000', '132709.534000', '132709.537000', '132709.540000', '132709.542000', '132709.545000', '132709.547000', '132709.550000', '132709.552000', '132709.563000', '132709.565000', '132709.568000', '132709.571000', '132709.573000', '132709.576000', '132709.578000', '132709.581000', '132709.584000', '132709.586000', '132709.589000', '132709.592000', '132709.594000', '132709.597000', '132709.600000', '132709.602000', '132709.605000', '132709.607000', '132709.610000', '132709.613000', '132709.615000', '132709.626000', '132709.628000', '132709.631000', '132709.634000', '132709.636000', '132709.639000', '132709.641000', '132709.644000', '132709.646000', '132709.649000', '132709.652000', '132709.654000', '132729.525000', '132729.528000', '132729.531000', '132729.533000', '132729.536000', '132729.539000', '132729.541000', '132729.544000', '132729.546000', '132729.549000', '132729.552000', '132729.554000', '132729.557000', '132729.559000', '132729.562000', '132729.565000', '132729.567000', '132729.570000', '132729.572000', '132729.575000', '132729.577000', '132729.580000', '132729.583000', '132729.585000', '132729.588000', '132729.591000', '132729.593000', '132729.596000', '132729.598000', '132729.601000', '132729.604000', '132729.606000', '132729.609000', '132729.611000', '132729.614000', '132729.617000', '132729.619000', '132729.622000', '132729.624000', '132729.627000', '132729.629000', '132729.632000', '132729.635000', '132749.526000', '132749.540000', '132749.542000', '132749.545000', '132749.547000', '132749.550000', '132749.553000', '132749.555000', '132749.558000', '132749.560000', '132749.563000', '132749.565000', '132749.568000', '132749.571000', '132749.573000', '132749.576000', '132749.579000', '132749.581000', '132749.584000', '132749.587000', '132749.589000', '132749.592000', '132749.594000', '132749.597000', '132749.599000', '132749.602000', '132749.605000', '132749.607000', '132749.610000', '132749.612000', '132749.615000', '132749.618000', '132749.620000', '132749.623000', '132749.625000', '132749.628000', '132749.631000', '132749.633000', '132749.636000', '132749.638000', '132749.641000', '132749.643000', '132749.646000', '132809.525000', '132809.528000', '132809.531000', '132809.534000', '132809.536000', '132809.539000', '132809.542000', '132809.544000', '132809.547000', '132809.549000', '132809.552000', '132809.555000', '132809.557000', '132809.560000', '132809.562000', '132809.565000', '132809.568000', '132809.570000', '132809.573000', '132809.576000', '132809.578000', '132809.581000', '132809.584000', '132809.586000', '132809.589000', '132809.591000', '132809.594000', '132809.597000', '132809.599000', '132809.602000', '132809.605000', '132809.607000', '132809.610000', '132809.612000', '132809.615000', '132809.618000', '132809.620000', '132809.623000', '132809.626000', '132809.628000', '132809.631000', '132809.633000', '132809.636000', '132809.638000', '132829.525000', '132829.528000', '132829.531000', '132829.533000', '132829.536000', '132829.539000', '132829.542000', '132829.545000', '132829.548000', '132829.550000', '132829.553000', '132829.556000', '132829.558000', '132829.561000', '132829.564000', '132829.566000', '132829.569000', '132829.572000', '132829.575000', '132829.578000', '132829.581000', '132829.583000', '132829.586000', '132829.588000', '132829.591000', '132829.594000', '132829.596000', '132829.599000', '132829.601000', '132829.604000', '132829.607000', '132829.609000', '132829.612000', '132829.614000', '132829.617000', '132829.619000', '132829.622000', '132829.625000', '132829.628000', '132829.630000', '132829.633000', '132829.635000', '132829.638000', '132849.525000', '132849.528000', '132849.531000', '132849.533000', '132849.536000', '132849.539000', '132849.541000', '132849.544000', '132849.546000', '132849.549000', '132849.552000', '132849.554000', '132849.557000', '132849.559000', '132849.572000', '132849.574000', '132849.577000', '132849.580000', '132849.582000', '132849.585000', '132849.587000', '132849.590000', '132849.593000', '132849.595000', '132849.598000', '132849.600000', '132849.603000', '132849.606000', '132849.608000', '132849.611000', '132849.613000', '132849.616000', '132849.619000', '132849.621000', '132849.624000', '132849.627000', '132849.629000', '132849.632000', '132849.635000', '132849.637000', '132849.640000', '132849.642000', '132849.645000', '132849.648000', '132909.525000', '132909.527000', '132909.530000', '132909.533000', '132909.535000', '132909.538000', '132909.540000', '132909.543000', '132909.546000', '132909.548000', '132909.551000', '132909.553000', '132909.556000', '132909.559000', '132909.561000', '132909.564000', '132909.566000', '132909.569000', '132909.572000', '132909.574000', '132909.577000', '132909.579000', '132909.582000', '132909.585000', '132909.588000', '132909.591000', '132909.593000', '132909.596000', '132909.599000', '132909.601000', '132909.604000', '132909.606000', '132909.609000', '132909.612000', '132909.614000', '132909.617000', '132909.620000', '132909.622000', '132909.625000', '132909.627000', '132909.630000', '132909.633000', '132909.635000', '132929.526000', '132929.528000', '132929.531000', '132929.533000', '132929.536000', '132929.539000', '132929.541000', '132929.544000', '132929.546000', '132929.549000', '132929.552000', '132929.554000', '132929.557000', '132929.559000', '132929.562000', '132929.565000', '132929.567000', '132929.570000', '132929.572000', '132929.575000', '132929.578000', '132929.580000', '132929.583000', '132929.585000', '132929.588000', '132929.591000', '132929.593000', '132929.596000', '132929.598000', '132929.601000', '132929.604000', '132929.606000', '132929.609000', '132929.612000', '132929.614000', '132929.617000', '132929.619000', '132929.622000', '132929.624000', '132929.627000', '132929.630000', '132929.632000', '132929.635000', '132929.637000', '132949.526000', '132949.528000', '132949.531000', '132949.534000', '132949.536000', '132949.539000', '132949.541000', '132949.544000', '132949.547000', '132949.549000', '132949.552000', '132949.554000', '132949.557000', '132949.559000', '132949.562000', '132949.565000', '132949.567000', '132949.570000', '132949.572000', '132949.575000', '132949.578000', '132949.581000', '132949.584000', '132949.587000', '132949.590000', '132949.592000', '132949.595000', '132949.598000', '132949.600000', '132949.603000', '132949.606000', '132949.608000', '132949.611000', '132949.615000', '132949.617000', '132949.620000', '132949.622000', '132949.625000', '132949.628000', '132949.630000', '132949.633000', '132949.636000', '132949.638000', '133009.525000', '133009.528000', '133009.531000', '133009.533000', '133009.536000', '133009.539000', '133009.541000', '133009.544000', '133009.546000', '133009.549000', '133009.552000', '133009.554000', '133009.557000', '133009.560000', '133009.562000', '133009.565000', '133009.567000', '133009.570000', '133009.573000', '133009.575000', '133009.578000', '133009.580000', '133009.583000', '133009.585000', '133009.588000', '133009.591000', '133009.593000', '133009.596000', '133009.599000', '133009.601000', '133009.604000', '133009.606000', '133009.609000', '133009.611000', '133009.614000', '133009.617000', '133009.619000', '133009.622000', '133009.624000', '133009.656000', '133009.659000', '133009.661000', '133009.664000', '133009.667000', '133029.525000', '133029.528000', '133029.531000', '133029.534000', '133029.537000', '133029.540000', '133029.543000', '133029.546000', '133029.548000', '133029.551000', '133029.553000', '133029.556000', '133029.558000', '133029.561000', '133029.564000', '133029.566000', '133029.569000', '133029.571000', '133029.574000', '133029.577000', '133029.579000', '133029.582000', '133029.584000', '133029.587000', '133029.590000', '133029.592000', '133029.595000', '133029.598000', '133029.600000', '133029.603000', '133029.605000', '133029.608000', '133029.611000', '133029.613000', '133029.616000', '133029.618000', '133029.621000', '133029.624000', '133029.626000', '133029.629000', '133029.631000', '133029.634000', '133029.637000', '133049.525000', '133049.528000', '133049.531000', '133049.534000', '133049.536000', '133049.539000', '133049.541000', '133049.544000', '133049.547000', '133049.549000', '133049.552000', '133049.555000', '133049.557000', '133049.560000', '133049.562000', '133049.565000', '133049.568000', '133049.570000', '133049.573000', '133049.575000', '133049.578000', '133049.581000', '133049.583000', '133049.586000', '133049.589000', '133049.591000', '133049.594000', '133049.596000', '133049.599000', '133049.602000', '133049.604000', '133049.607000', '133049.610000', '133049.612000', '133049.615000', '133049.617000', '133049.620000', '133049.623000', '133049.625000', '133049.628000', '133049.630000', '133049.633000', '133049.635000', '133049.638000', '133109.525000', '133109.528000', '133109.531000', '133109.534000', '133109.536000', '133109.539000', '133109.541000', '133109.544000', '133109.547000', '133109.549000', '133109.552000', '133109.555000', '133109.557000', '133109.560000', '133109.562000', '133109.565000', '133109.568000', '133109.570000', '133109.573000', '133109.575000', '133109.578000', '133109.581000', '133109.583000', '133109.586000', '133109.589000', '133109.591000', '133109.594000', '133109.596000', '133109.599000', '133109.602000', '133109.604000', '133109.607000', '133109.609000', '133109.612000', '133109.615000', '133109.617000', '133109.620000', '133109.622000', '133109.625000', '133109.628000', '133109.630000', '133109.633000', '133109.635000', '133129.525000', '133129.527000', '133129.530000', '133129.533000', '133129.535000', '133129.538000', '133129.540000', '133129.543000', '133129.545000', '133129.548000', '133129.551000', '133129.553000', '133129.556000', '133129.558000', '133129.561000', '133129.564000', '133129.566000', '133129.569000', '133129.571000', '133129.574000', '133129.576000', '133129.579000', '133129.582000', '133129.584000', '133129.587000', '133129.589000', '133129.592000', '133129.595000', '133129.597000', '133129.600000', '133129.602000', '133129.605000', '133129.607000', '133129.610000', '133129.612000', '133129.615000', '133129.618000', '133129.620000', '133129.623000', '133129.626000', '133129.628000', '133129.631000', '133129.633000', '133129.636000', '133148.241000', '133148.244000', '133148.246000', '133148.249000', '133148.252000', '133148.254000', '133148.257000', '133148.260000', '133148.262000', '133148.265000', '133148.268000', '133148.270000', '133148.273000', '133148.276000', '133148.279000', '133148.281000', '133148.284000', '133148.287000', '133148.290000', '133148.292000', '133148.295000', '133148.298000', '133148.301000', '133148.304000', '133148.306000', '133148.309000', '133148.312000', '133148.316000', '133148.318000', '133148.322000', '133148.325000', '133148.328000', '133148.331000', '133148.335000', '133148.339000', '133148.342000', '133148.345000', '133148.348000', '133148.352000', '133148.355000', '133148.358000'], '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': [10457, 6988, 8590, 8700, 7262, 10424, 6900, 8609, 6655, 8068, 6594, 8268, 6490, 8149, 6349, 8405, 6404, 8186, 6931, 8498, 6851, 8520, 7050, 8188, 6969, 9139, 7465, 9047, 6939, 9619, 7825, 9472, 6705, 8756, 6646, 9566, 6811, 9258, 7350, 10245, 7650, 9026, 7057, 5694, 9203, 6639, 10385, 7109, 7538, 7500, 6441, 8592, 6054, 9270, 6576, 9474, 6606, 9851, 6838, 10018, 6900, 9388, 6626, 8264, 7017, 8729, 7178, 10874, 7307, 8313, 6961, 10082, 6749, 9433, 6673, 9351, 6987, 8555, 6502, 9102, 6476, 9283, 6411, 9582, 6710, 9247, 6565, 9556, 6771, 9402, 6608, 9032, 6440, 8060, 6389, 9431, 6412, 9631, 6442, 9947, 6815, 9933, 6747, 9226, 6610, 9536, 6410, 9383, 6545, 9253, 6786, 10003, 6709, 9632, 6716, 9394, 6565, 8681, 6538, 9311, 6344, 9085, 6576, 8269, 6292, 6156, 6825, 8667, 6836, 11211, 7096, 8391, 7687, 6520, 10073, 7007, 7857, 6203, 8967, 6278, 8219, 6070, 7983, 6187, 9623, 6355, 9910, 6639, 9568, 7436, 9114, 6375, 9572, 9334, 7572, 11195, 9333, 9446, 7800, 8831, 6981, 6010, 6213, 6140, 7627, 6098, 8010, 9220, 7065, 11045, 7219, 11102, 8234, 8021, 9296, 10113, 11275, 9173, 12186, 9157, 11360, 8381, 11590, 8018, 10940, 7102, 9359, 6592, 8498, 6129, 8883, 6096, 9090, 6134, 9374, 6214, 9192, 6814, 10129, 6728, 9754, 6633, 9998, 6540, 9572, 6545, 9857, 6522, 9767, 6282, 9785, 6577, 7592, 7176, 7035, 8434, 7040, 8855, 6411, 9923, 6194, 9588, 6374, 10219, 6272, 10053, 6215, 10251, 6223, 8967, 6925, 7920, 7190, 8279, 6301, 9385, 6643, 8644, 7463, 7624, 9392, 7301, 9256, 7216, 6623, 8161, 6319, 9430, 6232, 10757, 6728, 9976, 6512, 10596, 6296, 10391, 6736, 9686, 7303, 9928, 7136, 8477, 7222, 6820, 9278, 6400, 10543, 6764, 10261, 8558, 9450, 6268, 10912, 6984, 10979, 8663, 10639, 8529, 9503, 9144, 8372, 11281, 7827, 11044, 8410, 9140, 6852, 10608, 6764, 9793, 6242, 7954, 10836, 6998, 10149, 6575, 8596, 6323, 6125, 6686, 6012, 7643, 6157, 8991, 6401, 9838, 6210, 10477, 6293, 9088, 6405, 9370, 8558, 6488, 9741, 6579, 11763, 8202, 10631, 8473, 7018, 11038, 8105, 12233, 10488, 12584, 10282, 11210, 7951, 11123, 7828, 10387, 7272, 11332, 7311, 10667, 7505, 8943, 6604, 10080, 6701, 9886, 6798, 9764, 6814, 9895, 6707, 9374, 6753, 9726, 6583, 9587, 6544, 9090, 6579, 8016, 6844, 10061, 7079, 9747, 6905, 9389, 6915, 9246, 6579, 9457, 6479, 9414, 6533, 9436, 6318, 8527, 6189, 9056, 6379, 8569, 6628, 6579, 8190, 6289, 9603, 6150, 10169, 6454, 9365, 6610, 10188, 6769, 10325, 6973, 10259, 6687, 9814, 7389, 7936, 6552, 7882, 6919, 7852, 8479, 7335, 6377, 8247, 6369, 9033, 6349, 8972, 6520, 9743, 6272, 10017, 6150, 9714, 7475, 7851, 9383, 7297, 7749, 7280, 10397, 7082, 10286, 6768, 9750, 6435, 8007, 6746, 9895, 7209, 10826, 7422, 8471, 7049, 9548, 7434, 11535, 8616, 9531, 6714, 9791, 6340, 9648, 8958, 7433, 11403, 7969, 9307, 6281, 8789, 6611, 7424, 10656, 6979, 7320, 6434, 6228, 7299, 6317, 8326, 6385, 10016, 6617, 10033, 6877, 9912, 7308, 10239, 7584, 10145, 8007, 10855, 8873, 11021, 7429, 9279, 6847, 9043, 7415, 8051, 12318, 9423, 8942, 6752, 9577, 6169, 8046, 11342, 7124, 9784, 6874, 8098, 6294, 8577, 6346, 8937, 6364, 9623, 6406, 8856, 6224, 9153, 6274, 9433, 6275, 9033, 6810, 9460, 6925, 9637, 6738, 10010, 6948, 8190, 6018, 8105, 9149, 6803, 10530, 6649, 8938, 6243, 8449, 6201, 9390, 6506, 9901, 6749, 10053, 6875, 10066, 6953, 9940, 6438, 8366, 6095, 7095, 9587, 6812, 9024, 6530, 10293, 6516, 9448, 6406, 9198, 6461, 8709, 6549, 8757, 6853, 9788, 7233, 7979, 7575, 7707, 7727, 11685, 8722, 9760, 7888, 9008, 6810, 9760, 6656, 10582, 7235, 9357, 6704, 10627, 7092, 9391, 10195, 7920, 10634, 7803, 8378, 6154, 8343, 6013, 8334, 6371, 8505, 5986, 8474, 6411, 9302, 6582, 9823, 6949, 9584, 6753, 9456, 7205, 9696, 6860, 10293, 8595, 9967, 6704, 8976, 9061, 7552, 9059, 7440, 6124, 8161, 6615, 9708, 6895, 9777, 7000, 7734, 7064, 6331, 8980, 6117, 9121, 6354, 8963, 6398, 8720, 6117, 9557, 6418, 8100, 9240, 7008, 10418, 6955, 9279, 6677, 9247, 6422, 9008, 6457, 8208, 6480, 9211, 6482, 9326, 6493, 9619, 6642, 9367, 6813, 9582, 6655, 10103, 6881, 8444, 10035, 8727, 9605, 6764, 9685, 6257, 8791, 6385, 7411, 7299, 7144, 6041, 7723, 6210, 8809, 6319, 9520, 7087, 9968, 6720, 9821, 7052, 8788, 7290, 9723, 7526, 10240, 8080, 10334, 11645, 9924, 10031, 7020, 9244, 6538, 8913, 8315, 7225, 6257, 7234, 7586, 6980, 10669, 7024, 9615, 6902, 8686, 6662, 9385, 6756, 9096, 6726, 8490, 5891, 7379, 5961, 7319, 6091, 7675, 6015, 7906, 6272, 8750, 6484, 9109, 6564, 9483, 6576, 9390, 6572, 7527, 8061, 6670, 10139, 7061, 8891, 6163, 8161, 6426, 8849, 6180, 8642, 7099, 7825, 8258, 7202, 8709, 6947, 10531, 7149, 9245, 6139, 8500, 6203, 7558, 6135, 7819, 6054, 8286, 6337, 8884, 6799, 9329, 6809, 10073, 8365, 7292, 10134, 7584, 8481, 9503, 7566, 10657, 7069, 8776, 6137, 7867, 6342, 8849, 6350, 9102, 6402, 9773, 6348, 9389, 6113, 9551, 9248, 7823, 9488, 6758, 8504, 7319, 7083, 6225, 6934, 6162, 7265, 6190, 8451, 6794, 8984, 6642, 8656, 10039, 8907, 9035, 6296, 7852, 6444, 6823, 6010, 6810, 5846, 7959, 6120, 8284, 6000, 9574, 6251, 9355, 7207, 8199, 10169, 9170, 8248, 6810, 8343, 6186, 7382, 10383, 6789, 8515, 6204, 7805, 6089, 8364, 6363, 8784, 6234, 8665, 6296, 9318, 6277, 8991, 6281, 8300, 6358, 8597, 6430, 9371, 6785, 9739, 6498, 8185, 9662, 7707, 10473, 7054, 9188, 6008, 8047, 8295, 6651, 7669, 6420, 7906, 6442, 10097, 6794, 9136, 6249, 7105, 9783, 6714, 8731, 5957, 7924, 5887, 7596, 6269, 7388], 'WindowCenter': [3720.0, 3674.0, 3682.0, 3665.0, 3643.0, 3673.0, 3641.0, 3661.0, 3630.0, 3651.0, 3630.0, 3651.0, 3630.0, 3651.0, 3631.0, 3663.0, 3631.0, 3664.0, 3643.0, 3661.0, 3630.0, 3663.0, 3642.0, 3651.0, 3641.0, 3660.0, 3640.0, 3660.0, 3640.0, 3673.0, 3640.0, 3660.0, 3616.0, 3648.0, 3630.0, 3673.0, 3629.0, 3660.0, 3637.0, 3669.0, 3637.0, 3646.0, 3625.0, 3595.0, 3658.0, 3629.0, 3671.0, 3641.0, 3639.0, 3640.0, 3617.0, 3648.0, 3618.0, 3661.0, 3628.0, 3660.0, 3628.0, 3659.0, 3617.0, 3660.0, 3642.0, 3661.0, 3628.0, 3649.0, 3627.0, 3647.0, 3627.0, 3683.0, 3640.0, 3637.0, 3627.0, 3657.0, 3615.0, 3647.0, 3628.0, 3660.0, 3628.0, 3649.0, 3616.0, 3647.0, 3616.0, 3647.0, 3631.0, 3672.0, 3629.0, 3658.0, 3629.0, 3659.0, 3629.0, 3659.0, 3616.0, 3649.0, 3619.0, 3639.0, 3617.0, 3658.0, 3618.0, 3659.0, 3617.0, 3658.0, 3630.0, 3673.0, 3630.0, 3659.0, 3629.0, 3660.0, 3618.0, 3660.0, 3619.0, 3659.0, 3629.0, 3671.0, 3628.0, 3658.0, 3628.0, 3661.0, 3631.0, 3648.0, 3618.0, 3659.0, 3618.0, 3661.0, 3631.0, 3650.0, 3631.0, 3619.0, 3630.0, 3662.0, 3632.0, 3684.0, 3640.0, 3652.0, 3639.0, 3619.0, 3671.0, 3640.0, 3651.0, 3619.0, 3662.0, 3629.0, 3650.0, 3619.0, 3651.0, 3621.0, 3673.0, 3631.0, 3672.0, 3630.0, 3674.0, 3642.0, 3649.0, 3616.0, 3660.0, 3647.0, 3637.0, 3668.0, 3663.0, 3659.0, 3641.0, 3650.0, 3628.0, 3604.0, 3603.0, 3606.0, 3636.0, 3605.0, 3649.0, 3673.0, 3628.0, 3670.0, 3639.0, 3670.0, 3651.0, 3639.0, 3660.0, 3658.0, 3669.0, 3646.0, 3666.0, 3635.0, 3655.0, 3622.0, 3653.0, 3622.0, 3642.0, 3600.0, 3644.0, 3599.0, 3619.0, 3576.0, 3629.0, 3587.0, 3630.0, 3589.0, 3645.0, 3604.0, 3644.0, 3614.0, 3655.0, 3614.0, 3645.0, 3615.0, 3656.0, 3615.0, 3658.0, 3617.0, 3657.0, 3616.0, 3657.0, 3618.0, 3658.0, 3618.0, 3637.0, 3627.0, 3627.0, 3650.0, 3642.0, 3661.0, 3618.0, 3670.0, 3606.0, 3658.0, 3616.0, 3669.0, 3619.0, 3671.0, 3607.0, 3670.0, 3606.0, 3660.0, 3627.0, 3651.0, 3642.0, 3651.0, 3618.0, 3661.0, 3629.0, 3663.0, 3639.0, 3640.0, 3660.0, 3654.0, 3674.0, 3653.0, 3630.0, 3663.0, 3630.0, 3662.0, 3620.0, 3686.0, 3643.0, 3688.0, 3633.0, 3686.0, 3634.0, 3701.0, 3659.0, 3716.0, 3655.0, 3671.0, 3639.0, 3648.0, 3642.0, 3632.0, 3674.0, 3634.0, 3684.0, 3629.0, 3671.0, 3660.0, 3673.0, 3618.0, 3671.0, 3628.0, 3671.0, 3661.0, 3684.0, 3649.0, 3660.0, 3646.0, 3636.0, 3655.0, 3623.0, 3666.0, 3635.0, 3644.0, 3612.0, 3655.0, 3612.0, 3656.0, 3602.0, 3634.0, 3654.0, 3624.0, 3656.0, 3615.0, 3646.0, 3616.0, 3603.0, 3626.0, 3617.0, 3652.0, 3632.0, 3676.0, 3631.0, 3673.0, 3620.0, 3700.0, 3677.0, 3706.0, 3649.0, 3660.0, 3648.0, 3601.0, 3658.0, 3644.0, 3711.0, 3649.0, 3669.0, 3649.0, 3629.0, 3671.0, 3651.0, 3683.0, 3672.0, 3681.0, 3659.0, 3667.0, 3637.0, 3656.0, 3626.0, 3656.0, 3625.0, 3656.0, 3624.0, 3656.0, 3625.0, 3632.0, 3614.0, 3643.0, 3601.0, 3644.0, 3613.0, 3644.0, 3615.0, 3657.0, 3627.0, 3647.0, 3615.0, 3657.0, 3616.0, 3657.0, 3617.0, 3660.0, 3616.0, 3637.0, 3616.0, 3657.0, 3626.0, 3657.0, 3627.0, 3660.0, 3626.0, 3646.0, 3615.0, 3656.0, 3615.0, 3646.0, 3616.0, 3659.0, 3618.0, 3649.0, 3619.0, 3661.0, 3619.0, 3663.0, 3646.0, 3644.0, 3664.0, 3630.0, 3672.0, 3621.0, 3685.0, 3632.0, 3661.0, 3630.0, 3671.0, 3629.0, 3670.0, 3639.0, 3671.0, 3628.0, 3673.0, 3641.0, 3651.0, 3618.0, 3649.0, 3627.0, 3649.0, 3651.0, 3641.0, 3629.0, 3650.0, 3617.0, 3662.0, 3630.0, 3673.0, 3629.0, 3672.0, 3617.0, 3671.0, 3607.0, 3660.0, 3627.0, 3651.0, 3674.0, 3640.0, 3638.0, 3638.0, 3657.0, 3628.0, 3669.0, 3629.0, 3672.0, 3630.0, 3650.0, 3642.0, 3672.0, 3653.0, 3684.0, 3643.0, 3651.0, 3641.0, 3660.0, 3640.0, 3684.0, 3661.0, 3658.0, 3617.0, 3658.0, 3616.0, 3659.0, 3647.0, 3638.0, 3682.0, 3637.0, 3647.0, 3603.0, 3647.0, 3614.0, 3627.0, 3668.0, 3627.0, 3637.0, 3618.0, 3617.0, 3640.0, 3618.0, 3661.0, 3632.0, 3673.0, 3631.0, 3673.0, 3645.0, 3676.0, 3641.0, 3673.0, 3651.0, 3672.0, 3639.0, 3670.0, 3650.0, 3671.0, 3627.0, 3648.0, 3616.0, 3647.0, 3624.0, 3635.0, 3680.0, 3659.0, 3645.0, 3613.0, 3644.0, 3590.0, 3623.0, 3653.0, 3612.0, 3643.0, 3602.0, 3622.0, 3602.0, 3632.0, 3603.0, 3644.0, 3615.0, 3659.0, 3617.0, 3662.0, 3619.0, 3659.0, 3617.0, 3660.0, 3618.0, 3649.0, 3628.0, 3659.0, 3628.0, 3658.0, 3628.0, 3672.0, 3641.0, 3650.0, 3604.0, 3637.0, 3645.0, 3615.0, 3657.0, 3615.0, 3648.0, 3617.0, 3648.0, 3618.0, 3659.0, 3617.0, 3670.0, 3644.0, 3685.0, 3632.0, 3671.0, 3641.0, 3673.0, 3618.0, 3649.0, 3605.0, 3643.0, 3672.0, 3628.0, 3647.0, 3616.0, 3669.0, 3617.0, 3658.0, 3629.0, 3662.0, 3631.0, 3663.0, 3632.0, 3661.0, 3630.0, 3684.0, 3653.0, 3651.0, 3641.0, 3640.0, 3640.0, 3682.0, 3649.0, 3658.0, 3638.0, 3659.0, 3627.0, 3658.0, 3628.0, 3671.0, 3639.0, 3657.0, 3616.0, 3659.0, 3625.0, 3646.0, 3655.0, 3624.0, 3655.0, 3625.0, 3637.0, 3603.0, 3635.0, 3603.0, 3634.0, 3616.0, 3648.0, 3617.0, 3650.0, 3630.0, 3660.0, 3642.0, 3673.0, 3642.0, 3672.0, 3632.0, 3661.0, 3639.0, 3659.0, 3628.0, 3673.0, 3650.0, 3658.0, 3614.0, 3648.0, 3660.0, 3638.0, 3645.0, 3624.0, 3604.0, 3647.0, 3616.0, 3657.0, 3626.0, 3656.0, 3628.0, 3639.0, 3627.0, 3616.0, 3648.0, 3607.0, 3658.0, 3616.0, 3660.0, 3617.0, 3647.0, 3604.0, 3657.0, 3603.0, 3636.0, 3645.0, 3630.0, 3672.0, 3627.0, 3647.0, 3615.0, 3645.0, 3605.0, 3646.0, 3617.0, 3647.0, 3617.0, 3660.0, 3630.0, 3660.0, 3630.0, 3672.0, 3633.0, 3661.0, 3630.0, 3660.0, 3629.0, 3672.0, 3629.0, 3651.0, 3661.0, 3649.0, 3660.0, 3615.0, 3657.0, 3615.0, 3647.0, 3615.0, 3638.0, 3627.0, 3628.0, 3618.0, 3651.0, 3620.0, 3661.0, 3631.0, 3673.0, 3643.0, 3673.0, 3631.0, 3672.0, 3641.0, 3651.0, 3641.0, 3660.0, 3639.0, 3661.0, 3638.0, 3672.0, 3670.0, 3658.0, 3645.0, 3614.0, 3645.0, 3603.0, 3647.0, 3634.0, 3613.0, 3602.0, 3623.0, 3622.0, 3613.0, 3655.0, 3626.0, 3658.0, 3625.0, 3634.0, 3614.0, 3646.0, 3614.0, 3647.0, 3614.0, 3647.0, 3605.0, 3627.0, 3617.0, 3626.0, 3604.0, 3636.0, 3606.0, 3648.0, 3618.0, 3660.0, 3629.0, 3660.0, 3630.0, 3661.0, 3631.0, 3677.0, 3631.0, 3641.0, 3638.0, 3617.0, 3658.0, 3626.0, 3659.0, 3606.0, 3649.0, 3616.0, 3648.0, 3605.0, 3648.0, 3627.0, 3652.0, 3650.0, 3638.0, 3649.0, 3641.0, 3670.0, 3628.0, 3648.0, 3606.0, 3650.0, 3619.0, 3640.0, 3607.0, 3640.0, 3618.0, 3651.0, 3632.0, 3677.0, 3644.0, 3674.0, 3643.0, 3685.0, 3653.0, 3644.0, 3675.0, 3641.0, 3665.0, 3660.0, 3640.0, 3672.0, 3628.0, 3650.0, 3618.0, 3637.0, 3618.0, 3648.0, 3617.0, 3648.0, 3617.0, 3686.0, 3631.0, 3660.0, 3607.0, 3661.0, 3659.0, 3626.0, 3646.0, 3615.0, 3647.0, 3625.0, 3626.0, 3606.0, 3625.0, 3604.0, 3627.0, 3618.0, 3663.0, 3629.0, 3661.0, 3629.0, 3650.0, 3659.0, 3647.0, 3647.0, 3602.0, 3638.0, 3615.0, 3614.0, 3603.0, 3615.0, 3593.0, 3637.0, 3617.0, 3649.0, 3606.0, 3659.0, 3617.0, 3659.0, 3637.0, 3651.0, 3671.0, 3658.0, 3636.0, 3628.0, 3636.0, 3603.0, 3624.0, 3657.0, 3618.0, 3647.0, 3604.0, 3627.0, 3607.0, 3636.0, 3616.0, 3660.0, 3620.0, 3649.0, 3618.0, 3659.0, 3618.0, 3649.0, 3619.0, 3649.0, 3617.0, 3648.0, 3618.0, 3659.0, 3617.0, 3659.0, 3617.0, 3651.0, 3659.0, 3626.0, 3657.0, 3616.0, 3645.0, 3591.0, 3635.0, 3635.0, 3627.0, 3636.0, 3616.0, 3636.0, 3616.0, 3658.0, 3628.0, 3660.0, 3616.0, 3630.0, 3671.0, 3628.0, 3649.0, 3618.0, 3648.0, 3606.0, 3639.0, 3617.0, 3640.0], 'WindowWidth': [8395.0, 8322.0, 8327.0, 8291.0, 8258.0, 8294.0, 8250.0, 8277.0, 8234.0, 8261.0, 8233.0, 8262.0, 8234.0, 8262.0, 8237.0, 8282.0, 8237.0, 8287.0, 8254.0, 8276.0, 8235.0, 8280.0, 8253.0, 8260.0, 8249.0, 8273.0, 8244.0, 8272.0, 8246.0, 8296.0, 8246.0, 8270.0, 8207.0, 8253.0, 8232.0, 8292.0, 8231.0, 8272.0, 8238.0, 8283.0, 8238.0, 8245.0, 8217.0, 8179.0, 8265.0, 8228.0, 8289.0, 8250.0, 8244.0, 8244.0, 8211.0, 8253.0, 8215.0, 8276.0, 8226.0, 8271.0, 8225.0, 8267.0, 8210.0, 8270.0, 8251.0, 8273.0, 8226.0, 8252.0, 8223.0, 8247.0, 8223.0, 8306.0, 8244.0, 8236.0, 8222.0, 8261.0, 8204.0, 8246.0, 8226.0, 8271.0, 8224.0, 8253.0, 8207.0, 8248.0, 8206.0, 8249.0, 8238.0, 8293.0, 8230.0, 8266.0, 8228.0, 8267.0, 8228.0, 8265.0, 8209.0, 8253.0, 8215.0, 8240.0, 8211.0, 8266.0, 8214.0, 8267.0, 8212.0, 8266.0, 8233.0, 8297.0, 8234.0, 8269.0, 8231.0, 8269.0, 8213.0, 8273.0, 8218.0, 8267.0, 8230.0, 8287.0, 8226.0, 8264.0, 8227.0, 8275.0, 8237.0, 8252.0, 8214.0, 8267.0, 8214.0, 8274.0, 8236.0, 8259.0, 8235.0, 8219.0, 8235.0, 8277.0, 8239.0, 8309.0, 8246.0, 8264.0, 8243.0, 8216.0, 8288.0, 8245.0, 8260.0, 8216.0, 8275.0, 8231.0, 8259.0, 8217.0, 8263.0, 8224.0, 8295.0, 8234.0, 8290.0, 8236.0, 8299.0, 8251.0, 8255.0, 8208.0, 8270.0, 8251.0, 8234.0, 8278.0, 8277.0, 8267.0, 8249.0, 8254.0, 8224.0, 8192.0, 8187.0, 8197.0, 8235.0, 8194.0, 8259.0, 8295.0, 8225.0, 8281.0, 8240.0, 8284.0, 8262.0, 8242.0, 8270.0, 8264.0, 8280.0, 8244.0, 8272.0, 8226.0, 8252.0, 8207.0, 8249.0, 8204.0, 8232.0, 8173.0, 8237.0, 8172.0, 8198.0, 8137.0, 8209.0, 8153.0, 8214.0, 8160.0, 8243.0, 8190.0, 8240.0, 8202.0, 8255.0, 8201.0, 8242.0, 8203.0, 8257.0, 8205.0, 8264.0, 8210.0, 8262.0, 8207.0, 8263.0, 8215.0, 8265.0, 8213.0, 8236.0, 8224.0, 8223.0, 8257.0, 8252.0, 8275.0, 8214.0, 8284.0, 8197.0, 8266.0, 8209.0, 8281.0, 8218.0, 8287.0, 8197.0, 8284.0, 8196.0, 8270.0, 8223.0, 8262.0, 8252.0, 8262.0, 8214.0, 8273.0, 8230.0, 8279.0, 8243.0, 8246.0, 8272.0, 8269.0, 8299.0, 8269.0, 8234.0, 8278.0, 8233.0, 8278.0, 8220.0, 8314.0, 8255.0, 8323.0, 8244.0, 8316.0, 8246.0, 8345.0, 8289.0, 8377.0, 8276.0, 8289.0, 8244.0, 8254.0, 8251.0, 8238.0, 8296.0, 8245.0, 8310.0, 8229.0, 8289.0, 8273.0, 8292.0, 8216.0, 8288.0, 8226.0, 8288.0, 8275.0, 8310.0, 8254.0, 8268.0, 8245.0, 8230.0, 8256.0, 8211.0, 8274.0, 8229.0, 8239.0, 8196.0, 8254.0, 8196.0, 8256.0, 8183.0, 8225.0, 8252.0, 8214.0, 8259.0, 8204.0, 8244.0, 8206.0, 8188.0, 8222.0, 8213.0, 8267.0, 8240.0, 8305.0, 8237.0, 8295.0, 8222.0, 8344.0, 8328.0, 8361.0, 8276.0, 8271.0, 8252.0, 8181.0, 8265.0, 8259.0, 8358.0, 8254.0, 8281.0, 8256.0, 8228.0, 8287.0, 8263.0, 8309.0, 8289.0, 8302.0, 8267.0, 8276.0, 8233.0, 8258.0, 8220.0, 8257.0, 8215.0, 8257.0, 8213.0, 8256.0, 8215.0, 8221.0, 8199.0, 8236.0, 8180.0, 8237.0, 8199.0, 8238.0, 8204.0, 8262.0, 8225.0, 8247.0, 8205.0, 8260.0, 8207.0, 8262.0, 8213.0, 8270.0, 8208.0, 8236.0, 8208.0, 8261.0, 8221.0, 8260.0, 8225.0, 8272.0, 8220.0, 8245.0, 8204.0, 8259.0, 8205.0, 8245.0, 8207.0, 8268.0, 8214.0, 8253.0, 8216.0, 8271.0, 8216.0, 8283.0, 8266.0, 8258.0, 8285.0, 8233.0, 8291.0, 8224.0, 8314.0, 8238.0, 8274.0, 8232.0, 8287.0, 8230.0, 8285.0, 8244.0, 8290.0, 8228.0, 8294.0, 8251.0, 8261.0, 8212.0, 8255.0, 8224.0, 8256.0, 8263.0, 8249.0, 8233.0, 8258.0, 8214.0, 8276.0, 8235.0, 8296.0, 8232.0, 8289.0, 8213.0, 8287.0, 8199.0, 8270.0, 8223.0, 8264.0, 8297.0, 8244.0, 8240.0, 8239.0, 8263.0, 8226.0, 8281.0, 8231.0, 8291.0, 8236.0, 8260.0, 8253.0, 8291.0, 8268.0, 8310.0, 8254.0, 8263.0, 8248.0, 8273.0, 8245.0, 8311.0, 8276.0, 8267.0, 8209.0, 8264.0, 8208.0, 8267.0, 8249.0, 8242.0, 8305.0, 8236.0, 8247.0, 8188.0, 8247.0, 8202.0, 8224.0, 8278.0, 8225.0, 8238.0, 8214.0, 8215.0, 8245.0, 8217.0, 8277.0, 8239.0, 8295.0, 8237.0, 8295.0, 8264.0, 8300.0, 8250.0, 8294.0, 8263.0, 8289.0, 8242.0, 8285.0, 8257.0, 8288.0, 8222.0, 8250.0, 8207.0, 8249.0, 8213.0, 8229.0, 8299.0, 8270.0, 8244.0, 8198.0, 8240.0, 8164.0, 8211.0, 8251.0, 8195.0, 8238.0, 8181.0, 8208.0, 8183.0, 8222.0, 8187.0, 8241.0, 8205.0, 8268.0, 8212.0, 8277.0, 8218.0, 8268.0, 8211.0, 8272.0, 8214.0, 8254.0, 8228.0, 8269.0, 8227.0, 8266.0, 8228.0, 8294.0, 8250.0, 8257.0, 8190.0, 8236.0, 8243.0, 8203.0, 8260.0, 8207.0, 8252.0, 8212.0, 8253.0, 8215.0, 8268.0, 8214.0, 8284.0, 8261.0, 8316.0, 8238.0, 8289.0, 8249.0, 8295.0, 8214.0, 8254.0, 8192.0, 8256.0, 8292.0, 8228.0, 8250.0, 8209.0, 8281.0, 8212.0, 8268.0, 8232.0, 8277.0, 8239.0, 8282.0, 8240.0, 8276.0, 8235.0, 8312.0, 8269.0, 8263.0, 8248.0, 8244.0, 8244.0, 8303.0, 8256.0, 8267.0, 8240.0, 8269.0, 8225.0, 8264.0, 8225.0, 8291.0, 8244.0, 8264.0, 8208.0, 8268.0, 8218.0, 8246.0, 8256.0, 8212.0, 8255.0, 8218.0, 8234.0, 8188.0, 8229.0, 8184.0, 8227.0, 8208.0, 8256.0, 8214.0, 8258.0, 8234.0, 8272.0, 8254.0, 8294.0, 8252.0, 8290.0, 8239.0, 8273.0, 8243.0, 8269.0, 8228.0, 8295.0, 8260.0, 8267.0, 8203.0, 8254.0, 8274.0, 8239.0, 8244.0, 8214.0, 8190.0, 8248.0, 8208.0, 8261.0, 8219.0, 8259.0, 8227.0, 8244.0, 8224.0, 8207.0, 8250.0, 8196.0, 8265.0, 8206.0, 8271.0, 8210.0, 8248.0, 8188.0, 8260.0, 8185.0, 8232.0, 8243.0, 8231.0, 8291.0, 8224.0, 8248.0, 8204.0, 8243.0, 8190.0, 8245.0, 8210.0, 8250.0, 8212.0, 8270.0, 8233.0, 8272.0, 8233.0, 8291.0, 8241.0, 8274.0, 8234.0, 8272.0, 8230.0, 8288.0, 8226.0, 8260.0, 8276.0, 8254.0, 8269.0, 8206.0, 8261.0, 8204.0, 8250.0, 8205.0, 8238.0, 8222.0, 8227.0, 8213.0, 8262.0, 8219.0, 8276.0, 8236.0, 8294.0, 8255.0, 8293.0, 8236.0, 8291.0, 8249.0, 8260.0, 8247.0, 8272.0, 8242.0, 8273.0, 8237.0, 8289.0, 8286.0, 8264.0, 8243.0, 8200.0, 8242.0, 8187.0, 8248.0, 8226.0, 8198.0, 8181.0, 8211.0, 8207.0, 8197.0, 8254.0, 8221.0, 8268.0, 8218.0, 8226.0, 8202.0, 8243.0, 8200.0, 8248.0, 8202.0, 8247.0, 8192.0, 8222.0, 8211.0, 8220.0, 8189.0, 8233.0, 8196.0, 8254.0, 8214.0, 8272.0, 8233.0, 8273.0, 8233.0, 8274.0, 8237.0, 8306.0, 8238.0, 8248.0, 8239.0, 8208.0, 8265.0, 8221.0, 8270.0, 8196.0, 8253.0, 8208.0, 8253.0, 8193.0, 8252.0, 8226.0, 8267.0, 8261.0, 8240.0, 8256.0, 8251.0, 8285.0, 8227.0, 8253.0, 8193.0, 8257.0, 8217.0, 8247.0, 8199.0, 8244.0, 8214.0, 8261.0, 8241.0, 8306.0, 8259.0, 8297.0, 8256.0, 8314.0, 8268.0, 8259.0, 8303.0, 8249.0, 8287.0, 8271.0, 8245.0, 8292.0, 8227.0, 8260.0, 8216.0, 8237.0, 8212.0, 8252.0, 8209.0, 8251.0, 8213.0, 8317.0, 8237.0, 8271.0, 8197.0, 8273.0, 8268.0, 8220.0, 8246.0, 8202.0, 8247.0, 8218.0, 8219.0, 8192.0, 8218.0, 8189.0, 8223.0, 8218.0, 8284.0, 8232.0, 8274.0, 8229.0, 8259.0, 8269.0, 8249.0, 8248.0, 8184.0, 8237.0, 8206.0, 8201.0, 8187.0, 8204.0, 8175.0, 8238.0, 8212.0, 8256.0, 8197.0, 8270.0, 8211.0, 8269.0, 8238.0, 8265.0, 8290.0, 8265.0, 8233.0, 8226.0, 8234.0, 8186.0, 8215.0, 8261.0, 8212.0, 8250.0, 8190.0, 8221.0, 8196.0, 8235.0, 8210.0, 8274.0, 8221.0, 8257.0, 8217.0, 8268.0, 8214.0, 8256.0, 8216.0, 8257.0, 8213.0, 8253.0, 8214.0, 8267.0, 8212.0, 8268.0, 8211.0, 8261.0, 8267.0, 8219.0, 8261.0, 8204.0, 8242.0, 8167.0, 8228.0, 8231.0, 8225.0, 8235.0, 8208.0, 8234.0, 8208.0, 8265.0, 8228.0, 8272.0, 8209.0, 8232.0, 8288.0, 8226.0, 8255.0, 8216.0, 8254.0, 8195.0, 8241.0, 8211.0, 8245.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.0037031415420023016</td></tr>
<tr><td colspan=3>aqi</td><td>0.029872103682393552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94327835656687</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.188208165126729</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.054499876647465</td></tr>
<tr><td colspan=3>efc</td><td>0.4866</td></tr>
<tr><td colspan=3>fber</td><td>3732.8674</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11525774530833918</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>64</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.3647871116225545</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.502126959845371</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4988418495138767</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6243316647037847</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3832073653184507</td></tr>
<tr><td colspan=3>gcor</td><td>0.0128824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008678335696458817</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027281682938337326</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.09481937539079</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.4196</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9622</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.4791</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>654.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>282.6187</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9049</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>424.5907</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2879.4592</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3761.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>738.4894</td></tr>
<tr><td colspan=3>tsnr</td><td>34.945034788688645</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>