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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-01/func/sub-0029_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>06394ad24e3e75f5a1ad12ddc3bcae50</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:38:39.442500</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_VE11C_LATEST_20160120</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.999726, 0.0214213, 0.00942817, -0.0223379, 0.993543, 0.111236]</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.112428</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>[4148, -7766, -7203, 613, -41, -175, 43, 53]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.268</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9cb728c5-45c6-4a10-aa84-0c1b85d27a9a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682192087173462, -0.05993086099624634, 0.018858062103390694, 113.81466674804688], [-0.05747181922197342, 2.665602922439575, 0.3008238971233368, -88.9755630493164], [0.025295091792941093, -0.2984384000301361, 2.6831231117248535, -26.83510971069336], [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': ['133839.442500', '133839.902500', '133840.362500', '133840.822500', '133841.282500', '133841.742500', '133842.202500', '133842.662500', '133843.122500', '133843.582500', '133844.042500', '133844.502500', '133844.962500', '133845.422500', '133845.882500', '133846.342500', '133846.802500', '133847.262500', '133847.722500', '133848.182500', '133848.642500', '133849.102500', '133849.562500', '133850.022500', '133850.482500', '133850.942500', '133851.402500', '133851.862500', '133852.322500', '133852.782500', '133853.242500', '133853.702500', '133854.162500', '133854.622500', '133855.082500', '133855.542500', '133856.002500', '133856.462500', '133856.922500', '133857.382500', '133857.842500', '133858.302500', '133858.762500', '133859.222500', '133859.682500', '133900.142500', '133900.602500', '133901.062500', '133901.522500', '133901.982500', '133902.442500', '133902.902500', '133903.362500', '133903.822500', '133904.282500', '133904.742500', '133905.202500', '133905.662500', '133906.122500', '133906.582500', '133907.042500', '133907.502500', '133907.962500', '133908.422500', '133908.882500', '133909.342500', '133909.802500', '133910.262500', '133910.722500', '133911.182500', '133911.642500', '133912.102500', '133912.562500', '133913.022500', '133913.482500', '133913.942500', '133914.402500', '133914.862500', '133915.322500', '133915.782500', '133916.242500', '133916.702500', '133917.162500', '133917.622500', '133918.082500', '133918.542500', '133919.002500', '133919.462500', '133919.922500', '133920.382500', '133920.842500', '133921.302500', '133921.762500', '133922.222500', '133922.682500', '133923.142500', '133923.602500', '133924.062500', '133924.522500', '133924.982500', '133925.442500', '133925.902500', '133926.362500', '133926.822500', '133927.282500', '133927.742500', '133928.202500', '133928.662500', '133929.122500', '133929.582500', '133930.042500', '133930.502500', '133930.962500', '133931.422500', '133931.882500', '133932.342500', '133932.802500', '133933.262500', '133933.722500', '133934.182500', '133934.642500', '133935.102500', '133935.562500', '133936.022500', '133936.482500', '133936.942500', '133937.402500', '133937.862500', '133938.322500', '133938.782500', '133939.242500', '133939.702500', '133940.162500', '133940.622500', '133941.082500', '133941.542500', '133942.002500', '133942.462500', '133942.922500', '133943.382500', '133943.842500', '133944.302500', '133944.762500', '133945.222500', '133945.682500', '133946.142500', '133946.602500', '133947.062500', '133947.522500', '133947.982500', '133948.442500', '133948.902500', '133949.362500', '133949.822500', '133950.282500', '133950.742500', '133951.202500', '133951.662500', '133952.122500', '133952.582500', '133953.042500', '133953.502500', '133953.962500', '133954.422500', '133954.882500', '133955.342500', '133955.802500', '133956.262500', '133956.722500', '133957.182500', '133957.642500', '133958.102500', '133958.562500', '133959.022500', '133959.482500', '133959.942500', '134000.402500', '134000.862500', '134001.322500', '134001.782500', '134002.242500', '134002.702500', '134003.162500', '134003.622500', '134004.082500', '134004.542500', '134005.002500', '134005.462500', '134005.922500', '134006.382500', '134006.842500', '134007.302500', '134007.762500', '134008.222500', '134008.682500', '134009.142500', '134009.602500', '134010.062500', '134010.522500', '134010.982500', '134011.442500', '134011.902500', '134012.362500', '134012.822500', '134013.282500', '134013.742500', '134014.202500', '134014.662500', '134015.122500', '134015.582500', '134016.042500', '134016.502500', '134016.962500', '134017.422500', '134017.882500', '134018.342500', '134018.802500', '134019.262500', '134019.722500', '134020.182500', '134020.642500', '134021.102500', '134021.562500', '134022.022500', '134022.482500', '134022.942500', '134023.402500', '134023.862500', '134024.322500', '134024.782500', '134025.242500', '134025.702500', '134026.162500', '134026.622500', '134027.082500', '134027.542500', '134028.002500', '134028.462500', '134028.922500', '134029.382500', '134029.842500', '134030.302500', '134030.762500', '134031.222500', '134031.682500', '134032.142500', '134032.602500', '134033.062500', '134033.522500', '134033.982500', '134034.442500', '134034.902500', '134035.362500', '134035.822500', '134036.282500', '134036.742500', '134037.202500', '134037.662500', '134038.122500', '134038.582500', '134039.042500', '134039.502500', '134039.962500', '134040.422500', '134040.882500', '134041.342500', '134041.802500', '134042.262500', '134042.722500', '134043.182500', '134043.642500', '134044.102500', '134044.562500', '134045.022500', '134045.482500', '134045.942500', '134046.402500', '134046.862500', '134047.322500', '134047.782500', '134048.242500', '134048.702500', '134049.162500', '134049.622500', '134050.082500', '134050.542500', '134051.002500', '134051.462500', '134051.922500', '134052.382500', '134052.842500', '134053.302500', '134053.762500', '134054.222500', '134054.682500', '134055.142500', '134055.602500', '134056.062500', '134056.522500', '134056.982500', '134057.442500', '134057.902500', '134058.362500', '134058.822500', '134059.282500', '134059.742500', '134100.202500', '134100.662500', '134101.122500', '134101.582500', '134102.042500', '134102.502500', '134102.962500', '134103.422500', '134103.882500', '134104.342500', '134104.802500', '134105.262500', '134105.722500', '134106.182500', '134106.642500', '134107.102500', '134107.562500', '134108.022500', '134108.482500', '134108.942500', '134109.402500', '134109.862500', '134110.322500', '134110.782500', '134111.242500', '134111.702500', '134112.162500', '134112.622500', '134113.082500', '134113.542500', '134114.002500', '134114.462500', '134114.922500', '134115.382500', '134115.842500', '134116.302500', '134116.762500', '134117.222500', '134117.682500', '134118.142500', '134118.602500', '134119.062500', '134119.522500', '134119.982500', '134120.442500', '134120.902500', '134121.362500', '134121.822500', '134122.282500', '134122.742500', '134123.202500', '134123.662500', '134124.122500', '134124.582500', '134125.042500', '134125.502500', '134125.962500', '134126.422500', '134126.882500', '134127.342500', '134127.802500', '134128.262500', '134128.722500', '134129.182500', '134129.642500', '134130.102500', '134130.562500', '134131.022500', '134131.482500', '134131.942500', '134132.402500', '134132.862500', '134133.322500', '134133.782500', '134134.242500', '134134.702500', '134135.162500', '134135.622500', '134136.082500', '134136.542500', '134137.002500', '134137.462500', '134137.922500', '134138.382500', '134138.842500', '134139.302500', '134139.762500', '134140.222500', '134140.682500', '134141.142500', '134141.602500', '134142.062500', '134142.522500', '134142.982500', '134143.442500', '134143.902500', '134144.362500', '134144.822500', '134145.282500', '134145.742500', '134146.202500', '134146.662500', '134147.122500', '134147.582500', '134148.042500', '134148.502500', '134148.962500', '134149.422500', '134149.882500', '134150.342500', '134150.802500', '134151.262500', '134151.722500', '134152.182500', '134152.642500', '134153.102500', '134153.562500', '134154.022500', '134154.482500', '134154.942500', '134155.402500', '134155.862500', '134156.322500', '134156.782500', '134157.242500', '134157.702500', '134158.162500', '134158.622500', '134159.082500', '134159.542500', '134200.002500', '134200.462500', '134200.922500', '134201.382500', '134201.842500', '134202.302500', '134202.762500', '134203.222500', '134203.682500', '134204.142500', '134204.602500', '134205.062500', '134205.522500', '134205.982500', '134206.442500', '134206.902500', '134207.362500', '134207.822500', '134208.282500', '134208.742500', '134209.202500', '134209.662500', '134210.122500', '134210.582500', '134211.042500', '134211.502500', '134211.962500', '134212.422500', '134212.882500', '134213.342500', '134213.802500', '134214.262500', '134214.722500', '134215.182500', '134215.642500', '134216.102500', '134216.562500', '134217.022500', '134217.482500', '134217.942500', '134218.402500', '134218.862500', '134219.322500', '134219.782500', '134220.242500', '134220.702500', '134221.162500', '134221.622500', '134222.082500', '134222.542500', '134223.002500', '134223.462500', '134223.922500', '134224.382500', '134224.842500', '134225.302500', '134225.762500', '134226.222500', '134226.682500', '134227.142500', '134227.602500', '134228.062500', '134228.522500', '134228.982500', '134229.442500', '134229.902500', '134230.362500', '134230.822500', '134231.282500', '134231.742500', '134232.202500', '134232.662500', '134233.122500', '134233.582500', '134234.042500', '134234.502500', '134234.962500', '134235.422500', '134235.882500', '134236.342500', '134236.802500', '134237.262500', '134237.722500', '134238.182500', '134238.642500', '134239.102500', '134239.562500', '134240.022500', '134240.482500', '134240.942500', '134241.402500', '134241.862500', '134242.322500', '134242.782500', '134243.242500', '134243.702500', '134244.162500', '134244.622500', '134245.082500', '134245.542500', '134246.002500', '134246.462500', '134246.922500', '134247.382500', '134247.842500', '134248.302500', '134248.762500', '134249.222500', '134249.682500', '134250.142500', '134250.602500', '134251.062500', '134251.522500', '134251.982500', '134252.442500', '134252.902500', '134253.362500', '134253.822500', '134254.282500', '134254.742500', '134255.202500', '134255.662500', '134256.122500', '134256.582500', '134257.042500', '134257.502500', '134257.962500', '134258.422500', '134258.882500', '134259.342500', '134259.802500', '134300.262500', '134300.722500', '134301.182500', '134301.642500', '134302.102500', '134302.562500', '134303.022500', '134303.482500', '134303.942500', '134304.402500', '134304.862500', '134305.322500', '134305.782500', '134306.242500', '134306.702500', '134307.162500', '134307.622500', '134308.082500', '134308.542500', '134309.002500', '134309.462500', '134309.922500', '134310.382500', '134310.842500', '134311.302500', '134311.762500', '134312.222500', '134312.682500', '134313.142500', '134313.602500', '134314.062500', '134314.522500', '134314.982500', '134315.442500', '134315.902500', '134316.362500', '134316.822500', '134317.282500', '134317.742500', '134318.202500', '134318.662500', '134319.122500', '134319.582500', '134320.042500', '134320.502500', '134320.962500', '134321.422500', '134321.882500', '134322.342500', '134322.802500', '134323.262500', '134323.722500', '134324.182500', '134324.642500', '134325.102500', '134325.562500', '134326.022500', '134326.482500', '134326.942500', '134327.402500', '134327.862500', '134328.322500', '134328.782500', '134329.242500', '134329.702500', '134330.162500', '134330.622500', '134331.082500', '134331.542500', '134332.002500', '134332.462500', '134332.922500', '134333.382500', '134333.842500', '134334.302500', '134334.762500', '134335.222500', '134335.682500', '134336.142500', '134336.602500', '134337.062500', '134337.522500', '134337.982500', '134338.442500', '134338.902500', '134339.362500', '134339.822500', '134340.282500', '134340.742500', '134341.202500', '134341.662500', '134342.122500', '134342.582500', '134343.042500', '134343.502500', '134343.962500', '134344.422500', '134344.882500', '134345.342500', '134345.802500', '134346.262500', '134346.722500', '134347.182500', '134347.642500', '134348.102500', '134348.562500', '134349.022500', '134349.482500', '134349.942500', '134350.402500', '134350.862500', '134351.322500', '134351.782500', '134352.242500', '134352.702500', '134353.162500', '134353.622500', '134354.082500', '134354.542500', '134355.002500', '134355.462500', '134355.922500', '134356.382500', '134356.842500', '134357.302500', '134357.762500', '134358.222500', '134358.682500', '134359.142500', '134359.602500', '134400.062500', '134400.522500', '134400.982500', '134401.442500', '134401.902500', '134402.362500', '134402.822500', '134403.282500', '134403.742500', '134404.202500', '134404.662500', '134405.122500', '134405.582500', '134406.042500', '134406.502500', '134406.962500', '134407.422500', '134407.882500', '134408.342500', '134408.802500', '134409.262500', '134409.722500', '134410.182500', '134410.642500', '134411.102500', '134411.562500', '134412.022500', '134412.482500', '134412.942500', '134413.402500', '134413.862500', '134414.322500', '134414.782500', '134415.242500', '134415.702500', '134416.162500', '134416.622500', '134417.082500', '134417.542500', '134418.002500', '134418.462500', '134418.922500', '134419.382500', '134419.842500', '134420.302500', '134420.762500', '134421.222500', '134421.682500', '134422.142500', '134422.602500', '134423.062500', '134423.522500', '134423.982500', '134424.442500', '134424.902500', '134425.362500', '134425.822500', '134426.282500', '134426.742500', '134427.202500', '134427.662500', '134428.122500', '134428.582500', '134429.042500', '134429.502500', '134429.962500', '134430.422500', '134430.882500', '134431.342500', '134431.802500', '134432.262500', '134432.722500', '134433.182500', '134433.642500', '134434.102500', '134434.562500', '134435.022500', '134435.482500', '134435.942500', '134436.402500', '134436.862500', '134437.322500', '134437.782500', '134438.242500', '134438.702500', '134439.162500', '134439.622500', '134440.082500', '134440.542500', '134441.002500', '134441.462500', '134441.922500', '134442.382500', '134442.842500', '134443.302500', '134443.762500', '134444.222500', '134444.682500', '134445.142500', '134445.602500', '134446.062500', '134446.522500', '134446.982500', '134447.442500', '134447.902500', '134448.362500', '134448.822500', '134449.282500', '134449.742500', '134450.202500', '134450.662500', '134451.122500', '134451.582500', '134452.042500', '134452.502500', '134452.962500', '134453.422500', '134453.882500', '134454.342500', '134454.802500', '134455.262500', '134455.722500', '134456.182500', '134456.642500', '134457.102500', '134457.562500', '134458.022500', '134458.482500', '134458.942500', '134459.402500', '134459.862500', '134500.322500', '134500.782500', '134501.242500', '134501.702500', '134502.162500', '134502.622500', '134503.082500', '134503.542500', '134504.002500', '134504.462500', '134504.922500', '134505.382500', '134505.842500', '134506.302500', '134506.762500', '134507.222500', '134507.682500', '134508.142500', '134508.602500', '134509.062500', '134509.522500', '134509.982500', '134510.442500', '134510.902500', '134511.362500', '134511.822500', '134512.282500', '134512.742500', '134513.202500', '134513.662500', '134514.122500', '134514.582500', '134515.042500', '134515.502500', '134515.962500', '134516.422500', '134516.882500', '134517.342500', '134517.802500', '134518.262500', '134518.722500', '134519.182500', '134519.642500', '134520.102500'], 'ContentTime': ['133859.983000', '133859.987000', '133859.990000', '133859.993000', '133859.996000', '133859.999000', '133900.002000', '133900.005000', '133900.008000', '133900.011000', '133900.014000', '133900.020000', '133900.023000', '133900.026000', '133900.029000', '133900.032000', '133900.035000', '133900.038000', '133900.041000', '133900.044000', '133900.047000', '133900.050000', '133900.053000', '133900.056000', '133900.058000', '133900.061000', '133900.064000', '133900.067000', '133900.072000', '133900.075000', '133900.077000', '133900.080000', '133900.083000', '133900.086000', '133900.089000', '133900.092000', '133900.095000', '133900.098000', '133900.101000', '133900.104000', '133900.107000', '133900.109000', '133919.949000', '133919.952000', '133919.955000', '133919.958000', '133919.961000', '133919.964000', '133919.967000', '133919.969000', '133919.972000', '133919.975000', '133919.978000', '133919.981000', '133919.984000', '133919.987000', '133919.990000', '133919.993000', '133919.995000', '133919.998000', '133920.002000', '133920.005000', '133920.008000', '133920.011000', '133920.014000', '133920.017000', '133920.019000', '133920.022000', '133920.025000', '133920.028000', '133920.031000', '133920.034000', '133920.037000', '133920.040000', '133920.043000', '133920.046000', '133920.049000', '133920.052000', '133920.054000', '133920.057000', '133920.060000', '133920.063000', '133920.066000', '133920.069000', '133920.072000', '133920.075000', '133939.949000', '133939.952000', '133939.955000', '133939.958000', '133939.961000', '133939.964000', '133939.967000', '133939.969000', '133939.972000', '133939.975000', '133939.978000', '133939.981000', '133939.984000', '133939.987000', '133939.990000', '133939.993000', '133939.995000', '133939.998000', '133940.002000', '133940.005000', '133940.008000', '133940.011000', '133940.014000', '133940.017000', '133940.020000', '133940.023000', '133940.028000', '133940.031000', '133940.034000', '133940.037000', '133940.040000', '133940.042000', '133940.045000', '133940.048000', '133940.051000', '133940.054000', '133940.057000', '133940.060000', '133940.063000', '133940.066000', '133940.069000', '133940.071000', '133940.074000', '133959.949000', '133959.952000', '133959.955000', '133959.958000', '133959.961000', '133959.964000', '133959.966000', '133959.969000', '133959.972000', '133959.975000', '133959.978000', '133959.981000', '133959.984000', '133959.987000', '133959.990000', '133959.993000', '133959.996000', '133959.998000', '134000.002000', '134000.005000', '134000.008000', '134000.011000', '134000.014000', '134000.017000', '134000.020000', '134000.023000', '134000.026000', '134000.029000', '134000.032000', '134000.035000', '134000.037000', '134000.040000', '134000.043000', '134000.046000', '134000.049000', '134000.052000', '134000.055000', '134000.058000', '134000.061000', '134000.068000', '134000.071000', '134000.074000', '134000.077000', '134000.080000', '134019.949000', '134019.952000', '134019.955000', '134019.958000', '134019.961000', '134019.964000', '134019.967000', '134019.969000', '134019.972000', '134019.976000', '134019.979000', '134019.982000', '134019.985000', '134019.988000', '134019.991000', '134019.994000', '134019.997000', '134020.001000', '134020.004000', '134020.007000', '134020.010000', '134020.013000', '134020.016000', '134020.018000', '134020.036000', '134020.039000', '134020.042000', '134020.054000', '134020.057000', '134020.060000', '134020.062000', '134020.065000', '134020.068000', '134020.071000', '134020.074000', '134020.077000', '134020.080000', '134020.083000', '134020.092000', '134020.095000', '134020.098000', '134020.101000', '134020.104000', '134039.949000', '134039.952000', '134039.955000', '134039.958000', '134039.961000', '134039.964000', '134039.967000', '134039.970000', '134039.973000', '134039.976000', '134039.979000', '134039.982000', '134039.985000', '134039.988000', '134039.991000', '134039.993000', '134039.996000', '134040.000000', '134040.003000', '134040.006000', '134040.012000', '134040.015000', '134040.018000', '134040.021000', '134040.024000', '134040.027000', '134040.030000', '134040.033000', '134040.036000', '134040.039000', '134040.042000', '134040.044000', '134040.048000', '134040.050000', '134040.053000', '134040.056000', '134040.059000', '134040.062000', '134040.065000', '134040.068000', '134040.071000', '134040.074000', '134040.077000', '134040.080000', '134059.948000', '134059.951000', '134059.954000', '134059.957000', '134059.960000', '134059.963000', '134059.966000', '134059.969000', '134059.972000', '134059.975000', '134059.978000', '134059.981000', '134059.984000', '134059.987000', '134059.990000', '134059.993000', '134059.996000', '134100.000000', '134100.003000', '134100.006000', '134100.009000', '134100.011000', '134100.015000', '134100.017000', '134100.020000', '134100.023000', '134100.026000', '134100.029000', '134100.032000', '134100.035000', '134100.038000', '134100.041000', '134100.044000', '134100.047000', '134100.050000', '134100.053000', '134100.056000', '134100.059000', '134100.062000', '134100.065000', '134100.068000', '134100.071000', '134100.074000', '134119.949000', '134119.952000', '134119.955000', '134119.958000', '134119.961000', '134119.964000', '134119.967000', '134119.970000', '134119.973000', '134119.976000', '134119.979000', '134119.982000', '134119.985000', '134119.988000', '134119.990000', '134119.993000', '134119.996000', '134119.999000', '134120.002000', '134120.005000', '134120.008000', '134120.011000', '134120.014000', '134120.017000', '134120.020000', '134120.023000', '134120.026000', '134120.029000', '134120.032000', '134120.035000', '134120.038000', '134120.041000', '134120.044000', '134120.046000', '134120.049000', '134120.052000', '134120.055000', '134120.058000', '134120.061000', '134120.064000', '134120.067000', '134120.070000', '134120.073000', '134120.076000', '134139.949000', '134139.952000', '134139.955000', '134139.958000', '134139.961000', '134139.964000', '134139.967000', '134139.970000', '134139.973000', '134139.976000', '134139.979000', '134139.982000', '134139.985000', '134139.988000', '134139.991000', '134139.994000', '134139.996000', '134140.001000', '134140.003000', '134140.006000', '134140.009000', '134140.012000', '134140.017000', '134140.020000', '134140.023000', '134140.026000', '134140.029000', '134140.032000', '134140.035000', '134140.038000', '134140.041000', '134140.044000', '134140.047000', '134140.050000', '134140.053000', '134140.056000', '134140.059000', '134140.062000', '134140.065000', '134140.067000', '134140.071000', '134140.074000', '134140.077000', '134159.949000', '134159.952000', '134159.955000', '134159.958000', '134159.961000', '134159.964000', '134159.967000', '134159.970000', '134159.973000', '134159.976000', '134159.979000', '134159.982000', '134159.985000', '134159.988000', '134159.991000', '134159.994000', '134159.997000', '134200.001000', '134200.004000', '134200.007000', '134200.020000', '134200.023000', '134200.026000', '134200.029000', '134200.032000', '134200.035000', '134200.038000', '134200.041000', '134200.044000', '134200.047000', '134200.050000', '134200.053000', '134200.056000', '134200.059000', '134200.062000', '134200.065000', '134200.067000', '134200.070000', '134200.073000', '134200.076000', '134200.079000', '134200.082000', '134200.085000', '134200.088000', '134219.949000', '134219.952000', '134219.955000', '134219.958000', '134219.961000', '134219.964000', '134219.967000', '134219.970000', '134219.973000', '134219.975000', '134219.978000', '134219.981000', '134219.984000', '134219.987000', '134219.990000', '134219.993000', '134219.996000', '134220.000000', '134220.003000', '134220.006000', '134220.009000', '134220.012000', '134220.015000', '134220.018000', '134220.021000', '134220.023000', '134220.026000', '134220.029000', '134220.032000', '134220.035000', '134220.038000', '134220.041000', '134220.044000', '134220.047000', '134220.050000', '134220.053000', '134220.056000', '134220.059000', '134220.062000', '134220.064000', '134220.067000', '134220.070000', '134220.073000', '134239.949000', '134239.952000', '134239.955000', '134239.958000', '134239.961000', '134239.964000', '134239.967000', '134239.970000', '134239.972000', '134239.975000', '134239.978000', '134239.981000', '134239.984000', '134239.987000', '134239.990000', '134239.993000', '134239.996000', '134240.000000', '134240.003000', '134240.006000', '134240.009000', '134240.012000', '134240.014000', '134240.017000', '134240.020000', '134240.023000', '134240.026000', '134240.029000', '134240.032000', '134240.035000', '134240.038000', '134240.041000', '134240.043000', '134240.046000', '134240.049000', '134240.052000', '134240.055000', '134240.064000', '134240.067000', '134240.070000', '134240.073000', '134240.076000', '134240.079000', '134240.082000', '134259.949000', '134259.952000', '134259.955000', '134259.958000', '134259.961000', '134259.964000', '134259.967000', '134259.970000', '134259.973000', '134259.976000', '134259.979000', '134259.981000', '134259.984000', '134259.987000', '134259.990000', '134259.993000', '134259.996000', '134300.000000', '134300.003000', '134300.006000', '134300.009000', '134300.012000', '134300.015000', '134300.018000', '134300.021000', '134300.024000', '134300.027000', '134300.030000', '134300.033000', '134300.035000', '134300.038000', '134300.041000', '134300.044000', '134300.047000', '134300.050000', '134300.055000', '134300.058000', '134300.061000', '134300.063000', '134300.066000', '134300.069000', '134300.072000', '134300.075000', '134319.948000', '134319.951000', '134319.954000', '134319.957000', '134319.960000', '134319.963000', '134319.966000', '134319.968000', '134319.971000', '134319.974000', '134319.977000', '134319.980000', '134319.983000', '134319.986000', '134319.989000', '134319.992000', '134319.995000', '134319.998000', '134320.002000', '134320.005000', '134320.007000', '134320.010000', '134320.013000', '134320.016000', '134320.020000', '134320.023000', '134320.026000', '134320.029000', '134320.032000', '134320.035000', '134320.038000', '134320.041000', '134320.044000', '134320.047000', '134320.050000', '134320.052000', '134320.055000', '134320.058000', '134320.061000', '134320.064000', '134320.067000', '134320.070000', '134320.073000', '134320.076000', '134339.949000', '134339.952000', '134339.955000', '134339.958000', '134339.961000', '134339.964000', '134339.967000', '134339.970000', '134339.973000', '134339.975000', '134339.978000', '134339.981000', '134339.984000', '134339.987000', '134339.990000', '134339.993000', '134339.996000', '134339.999000', '134340.002000', '134340.005000', '134340.008000', '134340.011000', '134340.014000', '134340.016000', '134340.019000', '134340.022000', '134340.025000', '134340.028000', '134340.031000', '134340.034000', '134340.037000', '134340.040000', '134340.043000', '134340.046000', '134340.049000', '134340.051000', '134340.054000', '134340.057000', '134340.060000', '134340.063000', '134340.066000', '134340.069000', '134340.072000', '134359.949000', '134359.952000', '134359.955000', '134359.958000', '134359.961000', '134359.964000', '134359.967000', '134359.970000', '134359.973000', '134359.976000', '134359.979000', '134359.982000', '134359.984000', '134359.987000', '134359.990000', '134359.993000', '134359.996000', '134400.000000', '134400.003000', '134400.006000', '134400.009000', '134400.012000', '134400.015000', '134400.018000', '134400.021000', '134400.024000', '134400.027000', '134400.029000', '134400.032000', '134400.035000', '134400.038000', '134400.041000', '134400.044000', '134400.047000', '134400.050000', '134400.053000', '134400.056000', '134400.059000', '134400.061000', '134400.064000', '134400.067000', '134400.070000', '134400.073000', '134400.076000', '134419.949000', '134419.952000', '134419.955000', '134419.958000', '134419.961000', '134419.964000', '134419.967000', '134419.969000', '134419.972000', '134419.975000', '134419.978000', '134419.981000', '134419.984000', '134419.987000', '134419.990000', '134419.993000', '134419.996000', '134420.000000', '134420.003000', '134420.005000', '134420.008000', '134420.011000', '134420.014000', '134420.017000', '134420.020000', '134420.023000', '134420.026000', '134420.029000', '134420.032000', '134420.035000', '134420.038000', '134420.041000', '134420.044000', '134420.047000', '134420.049000', '134420.052000', '134420.055000', '134420.058000', '134420.061000', '134420.064000', '134420.067000', '134420.070000', '134420.073000', '134439.950000', '134439.953000', '134439.956000', '134439.959000', '134439.962000', '134439.965000', '134439.968000', '134439.970000', '134439.973000', '134439.976000', '134439.979000', '134439.982000', '134439.985000', '134439.988000', '134439.991000', '134439.994000', '134439.997000', '134440.001000', '134440.004000', '134440.007000', '134440.010000', '134440.013000', '134440.016000', '134440.019000', '134440.021000', '134440.024000', '134440.027000', '134440.030000', '134440.033000', '134440.036000', '134440.039000', '134440.043000', '134440.046000', '134440.049000', '134440.052000', '134440.055000', '134440.058000', '134440.061000', '134440.064000', '134440.067000', '134440.070000', '134440.073000', '134440.076000', '134459.949000', '134459.952000', '134459.955000', '134459.958000', '134459.961000', '134459.964000', '134459.967000', '134459.970000', '134459.973000', '134459.976000', '134459.978000', '134459.981000', '134459.984000', '134459.987000', '134459.990000', '134459.993000', '134459.996000', '134500.000000', '134500.003000', '134500.006000', '134500.009000', '134500.012000', '134500.014000', '134500.017000', '134500.020000', '134500.023000', '134500.026000', '134500.029000', '134500.032000', '134500.035000', '134500.038000', '134500.041000', '134500.044000', '134500.047000', '134500.049000', '134500.052000', '134500.055000', '134500.058000', '134500.061000', '134500.064000', '134500.067000', '134500.070000', '134500.073000', '134500.076000', '134519.949000', '134519.952000', '134519.955000', '134519.960000', '134519.964000', '134519.966000', '134519.969000', '134519.972000', '134519.975000', '134519.978000', '134519.981000', '134519.984000', '134519.987000', '134519.990000', '134519.993000', '134519.996000', '134520.000000', '134520.003000', '134520.005000', '134520.008000', '134520.011000', '134520.014000', '134520.017000', '134520.020000', '134520.023000', '134520.026000', '134520.029000', '134520.032000', '134520.035000', '134520.038000', '134520.041000', '134520.044000', '134520.046000', '134520.049000', '134520.052000', '134520.055000', '134520.058000', '134520.061000', '134520.064000', '134520.067000', '134520.070000', '134520.073000', '134520.076000', '134521.393000', '134521.397000', '134521.400000', '134521.403000'], 'InstanceCreationTime': ['133859.983000', '133859.987000', '133859.990000', '133859.993000', '133859.996000', '133859.999000', '133900.002000', '133900.005000', '133900.008000', '133900.011000', '133900.014000', '133900.020000', '133900.023000', '133900.026000', '133900.029000', '133900.032000', '133900.035000', '133900.038000', '133900.041000', '133900.044000', '133900.047000', '133900.050000', '133900.053000', '133900.056000', '133900.058000', '133900.061000', '133900.064000', '133900.067000', '133900.072000', '133900.075000', '133900.077000', '133900.080000', '133900.083000', '133900.086000', '133900.089000', '133900.092000', '133900.095000', '133900.098000', '133900.101000', '133900.104000', '133900.107000', '133900.109000', '133919.949000', '133919.952000', '133919.955000', '133919.958000', '133919.961000', '133919.964000', '133919.967000', '133919.969000', '133919.972000', '133919.975000', '133919.978000', '133919.981000', '133919.984000', '133919.987000', '133919.990000', '133919.993000', '133919.995000', '133919.998000', '133920.002000', '133920.005000', '133920.008000', '133920.011000', '133920.014000', '133920.017000', '133920.019000', '133920.022000', '133920.025000', '133920.028000', '133920.031000', '133920.034000', '133920.037000', '133920.040000', '133920.043000', '133920.046000', '133920.049000', '133920.052000', '133920.054000', '133920.057000', '133920.060000', '133920.063000', '133920.066000', '133920.069000', '133920.072000', '133920.075000', '133939.949000', '133939.952000', '133939.955000', '133939.958000', '133939.961000', '133939.964000', '133939.967000', '133939.969000', '133939.972000', '133939.975000', '133939.978000', '133939.981000', '133939.984000', '133939.987000', '133939.990000', '133939.993000', '133939.995000', '133939.998000', '133940.002000', '133940.005000', '133940.008000', '133940.011000', '133940.014000', '133940.017000', '133940.020000', '133940.023000', '133940.028000', '133940.031000', '133940.034000', '133940.037000', '133940.040000', '133940.042000', '133940.045000', '133940.048000', '133940.051000', '133940.054000', '133940.057000', '133940.060000', '133940.063000', '133940.066000', '133940.069000', '133940.071000', '133940.074000', '133959.949000', '133959.952000', '133959.955000', '133959.958000', '133959.961000', '133959.964000', '133959.966000', '133959.969000', '133959.972000', '133959.975000', '133959.978000', '133959.981000', '133959.984000', '133959.987000', '133959.990000', '133959.993000', '133959.996000', '133959.998000', '134000.002000', '134000.005000', '134000.008000', '134000.011000', '134000.014000', '134000.017000', '134000.020000', '134000.023000', '134000.026000', '134000.029000', '134000.032000', '134000.035000', '134000.037000', '134000.040000', '134000.043000', '134000.046000', '134000.049000', '134000.052000', '134000.055000', '134000.058000', '134000.061000', '134000.068000', '134000.071000', '134000.074000', '134000.077000', '134000.080000', '134019.949000', '134019.952000', '134019.955000', '134019.958000', '134019.961000', '134019.964000', '134019.967000', '134019.969000', '134019.972000', '134019.976000', '134019.979000', '134019.982000', '134019.985000', '134019.988000', '134019.991000', '134019.994000', '134019.997000', '134020.001000', '134020.004000', '134020.007000', '134020.010000', '134020.013000', '134020.016000', '134020.018000', '134020.036000', '134020.039000', '134020.042000', '134020.054000', '134020.057000', '134020.060000', '134020.062000', '134020.065000', '134020.068000', '134020.071000', '134020.074000', '134020.077000', '134020.080000', '134020.083000', '134020.092000', '134020.095000', '134020.098000', '134020.101000', '134020.104000', '134039.949000', '134039.952000', '134039.955000', '134039.958000', '134039.961000', '134039.964000', '134039.967000', '134039.970000', '134039.973000', '134039.976000', '134039.979000', '134039.982000', '134039.985000', '134039.988000', '134039.991000', '134039.993000', '134039.996000', '134040.000000', '134040.003000', '134040.006000', '134040.012000', '134040.015000', '134040.018000', '134040.021000', '134040.024000', '134040.027000', '134040.030000', '134040.033000', '134040.036000', '134040.039000', '134040.042000', '134040.044000', '134040.048000', '134040.050000', '134040.053000', '134040.056000', '134040.059000', '134040.062000', '134040.065000', '134040.068000', '134040.071000', '134040.074000', '134040.077000', '134040.080000', '134059.948000', '134059.951000', '134059.954000', '134059.957000', '134059.960000', '134059.963000', '134059.966000', '134059.969000', '134059.972000', '134059.975000', '134059.978000', '134059.981000', '134059.984000', '134059.987000', '134059.990000', '134059.993000', '134059.996000', '134100.000000', '134100.003000', '134100.006000', '134100.009000', '134100.011000', '134100.015000', '134100.017000', '134100.020000', '134100.023000', '134100.026000', '134100.029000', '134100.032000', '134100.035000', '134100.038000', '134100.041000', '134100.044000', '134100.047000', '134100.050000', '134100.053000', '134100.056000', '134100.059000', '134100.062000', '134100.065000', '134100.068000', '134100.071000', '134100.074000', '134119.949000', '134119.952000', '134119.955000', '134119.958000', '134119.961000', '134119.964000', '134119.967000', '134119.970000', '134119.973000', '134119.976000', '134119.979000', '134119.982000', '134119.985000', '134119.988000', '134119.990000', '134119.993000', '134119.996000', '134119.999000', '134120.002000', '134120.005000', '134120.008000', '134120.011000', '134120.014000', '134120.017000', '134120.020000', '134120.023000', '134120.026000', '134120.029000', '134120.032000', '134120.035000', '134120.038000', '134120.041000', '134120.044000', '134120.046000', '134120.049000', '134120.052000', '134120.055000', '134120.058000', '134120.061000', '134120.064000', '134120.067000', '134120.070000', '134120.073000', '134120.076000', '134139.949000', '134139.952000', '134139.955000', '134139.958000', '134139.961000', '134139.964000', '134139.967000', '134139.970000', '134139.973000', '134139.976000', '134139.979000', '134139.982000', '134139.985000', '134139.988000', '134139.991000', '134139.994000', '134139.996000', '134140.001000', '134140.003000', '134140.006000', '134140.009000', '134140.012000', '134140.017000', '134140.020000', '134140.023000', '134140.026000', '134140.029000', '134140.032000', '134140.035000', '134140.038000', '134140.041000', '134140.044000', '134140.047000', '134140.050000', '134140.053000', '134140.056000', '134140.059000', '134140.062000', '134140.065000', '134140.067000', '134140.071000', '134140.074000', '134140.077000', '134159.949000', '134159.952000', '134159.955000', '134159.958000', '134159.961000', '134159.964000', '134159.967000', '134159.970000', '134159.973000', '134159.976000', '134159.979000', '134159.982000', '134159.985000', '134159.988000', '134159.991000', '134159.994000', '134159.997000', '134200.001000', '134200.004000', '134200.007000', '134200.020000', '134200.023000', '134200.026000', '134200.029000', '134200.032000', '134200.035000', '134200.038000', '134200.041000', '134200.044000', '134200.047000', '134200.050000', '134200.053000', '134200.056000', '134200.059000', '134200.062000', '134200.065000', '134200.067000', '134200.070000', '134200.073000', '134200.076000', '134200.079000', '134200.082000', '134200.085000', '134200.088000', '134219.949000', '134219.952000', '134219.955000', '134219.958000', '134219.961000', '134219.964000', '134219.967000', '134219.970000', '134219.973000', '134219.975000', '134219.978000', '134219.981000', '134219.984000', '134219.987000', '134219.990000', '134219.993000', '134219.996000', '134220.000000', '134220.003000', '134220.006000', '134220.009000', '134220.012000', '134220.015000', '134220.018000', '134220.021000', '134220.023000', '134220.026000', '134220.029000', '134220.032000', '134220.035000', '134220.038000', '134220.041000', '134220.044000', '134220.047000', '134220.050000', '134220.053000', '134220.056000', '134220.059000', '134220.062000', '134220.064000', '134220.067000', '134220.070000', '134220.073000', '134239.949000', '134239.952000', '134239.955000', '134239.958000', '134239.961000', '134239.964000', '134239.967000', '134239.970000', '134239.972000', '134239.975000', '134239.978000', '134239.981000', '134239.984000', '134239.987000', '134239.990000', '134239.993000', '134239.996000', '134240.000000', '134240.003000', '134240.006000', '134240.009000', '134240.012000', '134240.014000', '134240.017000', '134240.020000', '134240.023000', '134240.026000', '134240.029000', '134240.032000', '134240.035000', '134240.038000', '134240.041000', '134240.043000', '134240.046000', '134240.049000', '134240.052000', '134240.055000', '134240.064000', '134240.067000', '134240.070000', '134240.073000', '134240.076000', '134240.079000', '134240.082000', '134259.949000', '134259.952000', '134259.955000', '134259.958000', '134259.961000', '134259.964000', '134259.967000', '134259.970000', '134259.973000', '134259.976000', '134259.979000', '134259.981000', '134259.984000', '134259.987000', '134259.990000', '134259.993000', '134259.996000', '134300.000000', '134300.003000', '134300.006000', '134300.009000', '134300.012000', '134300.015000', '134300.018000', '134300.021000', '134300.024000', '134300.027000', '134300.030000', '134300.033000', '134300.035000', '134300.038000', '134300.041000', '134300.044000', '134300.047000', '134300.050000', '134300.055000', '134300.058000', '134300.061000', '134300.063000', '134300.066000', '134300.069000', '134300.072000', '134300.075000', '134319.948000', '134319.951000', '134319.954000', '134319.957000', '134319.960000', '134319.963000', '134319.966000', '134319.968000', '134319.971000', '134319.974000', '134319.977000', '134319.980000', '134319.983000', '134319.986000', '134319.989000', '134319.992000', '134319.995000', '134319.998000', '134320.002000', '134320.005000', '134320.007000', '134320.010000', '134320.013000', '134320.016000', '134320.020000', '134320.023000', '134320.026000', '134320.029000', '134320.032000', '134320.035000', '134320.038000', '134320.041000', '134320.044000', '134320.047000', '134320.050000', '134320.052000', '134320.055000', '134320.058000', '134320.061000', '134320.064000', '134320.067000', '134320.070000', '134320.073000', '134320.076000', '134339.949000', '134339.952000', '134339.955000', '134339.958000', '134339.961000', '134339.964000', '134339.967000', '134339.970000', '134339.973000', '134339.975000', '134339.978000', '134339.981000', '134339.984000', '134339.987000', '134339.990000', '134339.993000', '134339.996000', '134339.999000', '134340.002000', '134340.005000', '134340.008000', '134340.011000', '134340.014000', '134340.016000', '134340.019000', '134340.022000', '134340.025000', '134340.028000', '134340.031000', '134340.034000', '134340.037000', '134340.040000', '134340.043000', '134340.046000', '134340.049000', '134340.051000', '134340.054000', '134340.057000', '134340.060000', '134340.063000', '134340.066000', '134340.069000', '134340.072000', '134359.949000', '134359.952000', '134359.955000', '134359.958000', '134359.961000', '134359.964000', '134359.967000', '134359.970000', '134359.973000', '134359.976000', '134359.979000', '134359.982000', '134359.984000', '134359.987000', '134359.990000', '134359.993000', '134359.996000', '134400.000000', '134400.003000', '134400.006000', '134400.009000', '134400.012000', '134400.015000', '134400.018000', '134400.021000', '134400.024000', '134400.027000', '134400.029000', '134400.032000', '134400.035000', '134400.038000', '134400.041000', '134400.044000', '134400.047000', '134400.050000', '134400.053000', '134400.056000', '134400.059000', '134400.061000', '134400.064000', '134400.067000', '134400.070000', '134400.073000', '134400.076000', '134419.949000', '134419.952000', '134419.955000', '134419.958000', '134419.961000', '134419.964000', '134419.967000', '134419.969000', '134419.972000', '134419.975000', '134419.978000', '134419.981000', '134419.984000', '134419.987000', '134419.990000', '134419.993000', '134419.996000', '134420.000000', '134420.003000', '134420.005000', '134420.008000', '134420.011000', '134420.014000', '134420.017000', '134420.020000', '134420.023000', '134420.026000', '134420.029000', '134420.032000', '134420.035000', '134420.038000', '134420.041000', '134420.044000', '134420.047000', '134420.049000', '134420.052000', '134420.055000', '134420.058000', '134420.061000', '134420.064000', '134420.067000', '134420.070000', '134420.073000', '134439.950000', '134439.953000', '134439.956000', '134439.959000', '134439.962000', '134439.965000', '134439.968000', '134439.970000', '134439.973000', '134439.976000', '134439.979000', '134439.982000', '134439.985000', '134439.988000', '134439.991000', '134439.994000', '134439.997000', '134440.001000', '134440.004000', '134440.007000', '134440.010000', '134440.013000', '134440.016000', '134440.019000', '134440.021000', '134440.024000', '134440.027000', '134440.030000', '134440.033000', '134440.036000', '134440.039000', '134440.043000', '134440.046000', '134440.049000', '134440.052000', '134440.055000', '134440.058000', '134440.061000', '134440.064000', '134440.067000', '134440.070000', '134440.073000', '134440.076000', '134459.949000', '134459.952000', '134459.955000', '134459.958000', '134459.961000', '134459.964000', '134459.967000', '134459.970000', '134459.973000', '134459.976000', '134459.978000', '134459.981000', '134459.984000', '134459.987000', '134459.990000', '134459.993000', '134459.996000', '134500.000000', '134500.003000', '134500.006000', '134500.009000', '134500.012000', '134500.014000', '134500.017000', '134500.020000', '134500.023000', '134500.026000', '134500.029000', '134500.032000', '134500.035000', '134500.038000', '134500.041000', '134500.044000', '134500.047000', '134500.049000', '134500.052000', '134500.055000', '134500.058000', '134500.061000', '134500.064000', '134500.067000', '134500.070000', '134500.073000', '134500.076000', '134519.949000', '134519.952000', '134519.955000', '134519.960000', '134519.964000', '134519.966000', '134519.969000', '134519.972000', '134519.975000', '134519.978000', '134519.981000', '134519.984000', '134519.987000', '134519.990000', '134519.993000', '134519.996000', '134520.000000', '134520.003000', '134520.005000', '134520.008000', '134520.011000', '134520.014000', '134520.017000', '134520.020000', '134520.023000', '134520.026000', '134520.029000', '134520.032000', '134520.035000', '134520.038000', '134520.041000', '134520.044000', '134520.046000', '134520.049000', '134520.052000', '134520.055000', '134520.058000', '134520.061000', '134520.064000', '134520.067000', '134520.070000', '134520.073000', '134520.076000', '134521.393000', '134521.397000', '134521.400000', '134521.403000'], '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': [16737, 9937, 13749, 10411, 12359, 9817, 11299, 9764, 11213, 10105, 10293, 9804, 10229, 13147, 9918, 14355, 10524, 12066, 9926, 12178, 10744, 13025, 9874, 12101, 10403, 12295, 10645, 11937, 10553, 12010, 10619, 13178, 10691, 12642, 10161, 13824, 10453, 15783, 10062, 11563, 10446, 10466, 11056, 16846, 11384, 10013, 12282, 14258, 12087, 19845, 12200, 14353, 10669, 13035, 10923, 15830, 10649, 11475, 10057, 9385, 9873, 11623, 10086, 11128, 9633, 11953, 10005, 14441, 9997, 12391, 10037, 13427, 9948, 14789, 10191, 12710, 9906, 12951, 10058, 14162, 9917, 12259, 9651, 13700, 10267, 14073, 10173, 12923, 9635, 13193, 10001, 13183, 10119, 11323, 9789, 12129, 10269, 11970, 10489, 11133, 9901, 11381, 9857, 11843, 10066, 11243, 10066, 11370, 9839, 11213, 14914, 10490, 17343, 10673, 14523, 9849, 13944, 10462, 11621, 10049, 11927, 9884, 11091, 9453, 10490, 9352, 10640, 10473, 9659, 10874, 10335, 10393, 10050, 14030, 10191, 14560, 10033, 11766, 10586, 15574, 10282, 14839, 10385, 12870, 10550, 15084, 9948, 14478, 9554, 11905, 10875, 11492, 19138, 11041, 12874, 10321, 12776, 9851, 12080, 9821, 11569, 10264, 11592, 10319, 11503, 9880, 11376, 9734, 11538, 14955, 10417, 17642, 10519, 13322, 10314, 12785, 9827, 12301, 9470, 11310, 9432, 11665, 9768, 11572, 10201, 11710, 9839, 11257, 17620, 10449, 13656, 9898, 12926, 9809, 11652, 10325, 11529, 9779, 11616, 9480, 11115, 16550, 10013, 12504, 9827, 12300, 9808, 11962, 10220, 11878, 9644, 10954, 13218, 10207, 12844, 10013, 11658, 9809, 11351, 9973, 10685, 10244, 11389, 9049, 10713, 16994, 10183, 13528, 9733, 12372, 9792, 11455, 16451, 10243, 15736, 10535, 12467, 9966, 12030, 9960, 11210, 9134, 11086, 14960, 10086, 12541, 9879, 11353, 19904, 10671, 12789, 15445, 10340, 14167, 10207, 11334, 9231, 10039, 13883, 10756, 11340, 9935, 10010, 13640, 10228, 13061, 10375, 11995, 10047, 10612, 11089, 9979, 16343, 10470, 13320, 10500, 11089, 8976, 10424, 16830, 10946, 12377, 10287, 10157, 8813, 9975, 16289, 10434, 11910, 9623, 10785, 18764, 10108, 14379, 10024, 10740, 9421, 10203, 15568, 10315, 12045, 10012, 10491, 9229, 10584, 17225, 10127, 13247, 9547, 11148, 20687, 10505, 14644, 10205, 11531, 14568, 9636, 13271, 9905, 10902, 9516, 10971, 9013, 10098, 14839, 10136, 10543, 12521, 9686, 14510, 9867, 11299, 15596, 9685, 13331, 10071, 11471, 10283, 10531, 9327, 10632, 15138, 10648, 12376, 9948, 10162, 8801, 10449, 16166, 10132, 12527, 12829, 11242, 17531, 9910, 12545, 10125, 10998, 18936, 9650, 12958, 9976, 10889, 9503, 10352, 13397, 10193, 11847, 10227, 11750, 10101, 11055, 9899, 11648, 15352, 9652, 15453, 10204, 13455, 10164, 12278, 19905, 14896, 14466, 9672, 12798, 9979, 11663, 9908, 10434, 9414, 11017, 8744, 10169, 15954, 9750, 13040, 9966, 11754, 10042, 10166, 9360, 10531, 14788, 8393, 13706, 10075, 11544, 10424, 12120, 10460, 12332, 10715, 14065, 10429, 14468, 10590, 12434, 10133, 12156, 10597, 13976, 10452, 11142, 10240, 11412, 10211, 11327, 10141, 10368, 9848, 10818, 9286, 10206, 17096, 9968, 12729, 9931, 12394, 10401, 11617, 10126, 11089, 10119, 11199, 13262, 10066, 14419, 10024, 11865, 9772, 12783, 10079, 12352, 10453, 11582, 9627, 11812, 9980, 10628, 16105, 10348, 13487, 9633, 13100, 10296, 13087, 9979, 11837, 9425, 12421, 10203, 11899, 12410, 11550, 10842, 10765, 16485, 10370, 14010, 10151, 11124, 9572, 11707, 10221, 11199, 9864, 11478, 9652, 10307, 15376, 9979, 13262, 9847, 12946, 9812, 12515, 10366, 10974, 9830, 11169, 9838, 9774, 15893, 10013, 12438, 9746, 11684, 10162, 12606, 10475, 11253, 9698, 11847, 10177, 10943, 18994, 10037, 15434, 10298, 12637, 10245, 12331, 10138, 12324, 9924, 11008, 10300, 11392, 10322, 11237, 10310, 11183, 9953, 10702, 16205, 10128, 15433, 9865, 12867, 9520, 12798, 10298, 11585, 10324, 11897, 9659, 11626, 15243, 9710, 13763, 9860, 12032, 10356, 12693, 9675, 10704, 9376, 12456, 9994, 11736, 18879, 10745, 16284, 10618, 13846, 9517, 12294, 9911, 11869, 10001, 12121, 9828, 10440, 15529, 10667, 12574, 9366, 12217, 9689, 11916, 10212, 11027, 14888, 11041, 14158, 9928, 12831, 9575, 11479, 9250, 11430, 10361, 11760, 10671, 11733, 9713, 11807, 16324, 10800, 14296, 10193, 12343, 9453, 11569, 10177, 11504, 9999, 11388, 10926, 10302, 14969, 9808, 12269, 9400, 11922, 9910, 11591, 10283, 11654, 9637, 11521, 11490, 10226, 14919, 10271, 12945, 9468, 12402, 10109, 11656, 10123, 11671, 9676, 10367, 15847, 10148, 12213, 9951, 12402, 9550, 12293, 9954, 11457, 8957, 11377, 17101, 10698, 14189, 9766, 11696, 9305, 11813, 9600, 11244, 13336, 11071, 16286, 11590, 15491, 9939, 13245, 9693, 12014, 10585, 11915, 17264, 10441, 13168, 9398, 11728, 9189, 11792, 12368, 10469, 12787, 10462, 12423, 9564, 11614, 10216, 12127, 9712, 12145, 12021, 10158, 14734, 9828, 12164, 9250, 11875, 10054, 11348, 9560, 10972, 16060, 10949, 14452, 10038, 11946, 9546, 11466, 9555, 11206, 15910, 9796, 11662, 9939, 11991, 9715, 11636, 13500, 10979, 17788, 11359, 14145, 9904, 11830, 16287, 11273, 11498, 10713, 13955, 9484, 11935, 9999, 11881, 9477, 11819, 15884, 10704, 12944, 9701, 11992, 9449, 11872, 20457, 11879, 11928, 10033, 11955, 15614, 9756, 11167, 9713, 11570, 11891, 9769, 12136, 9808, 11318, 11444, 10518, 14619, 9729, 11802, 11038, 10851, 15398, 10672, 13004, 9599, 11596, 10325, 11121, 16319, 10185, 12426, 10368, 11172, 18663, 10651, 13170, 9690, 11537, 11282, 10831, 13187, 9579, 12404, 9907, 11416, 9741, 11800, 16282, 10437, 12960, 10113, 11857, 11792, 10815, 15646, 9672, 12246, 10118, 12189, 14706, 10963, 14518, 9538, 11893, 9682, 11815, 16277, 10729, 12664, 9323, 12068, 9106, 12017, 15596, 9736, 11727, 9327, 11904, 10584, 10564, 14388, 9655, 11576, 9045, 11163, 13940, 10168, 12235, 9753, 11753, 9312, 11466, 18145, 9904, 13895, 9780, 11908, 9671, 11717, 17651, 10368, 12838, 9202, 11514, 9753, 11714, 16297, 9694, 11890, 9269, 11432, 9846, 10892, 15080, 10502, 12669, 9397, 11991, 9761, 11623, 17566, 10879, 14560, 9292, 12531, 13990, 11265, 15857, 10059, 12809, 9917, 11300, 9804, 11906, 8865], 'WindowCenter': [4431.0, 4366.0, 4391.0, 4361.0, 4368.0, 4337.0, 4345.0, 4335.0, 4356.0, 4345.0, 4345.0, 4334.0, 4346.0, 4353.0, 4336.0, 4375.0, 4346.0, 4355.0, 4346.0, 4354.0, 4356.0, 4366.0, 4347.0, 4355.0, 4347.0, 4366.0, 4358.0, 4356.0, 4347.0, 4367.0, 4358.0, 4368.0, 4347.0, 4366.0, 4348.0, 4366.0, 4347.0, 4376.0, 4337.0, 4344.0, 4346.0, 4344.0, 4346.0, 4386.0, 4344.0, 4322.0, 4354.0, 4362.0, 4354.0, 4395.0, 4343.0, 4351.0, 4333.0, 4351.0, 4333.0, 4363.0, 4331.0, 4330.0, 4323.0, 4321.0, 4335.0, 4343.0, 4345.0, 4343.0, 4335.0, 4354.0, 4336.0, 4375.0, 4337.0, 4354.0, 4335.0, 4362.0, 4335.0, 4365.0, 4335.0, 4353.0, 4334.0, 4352.0, 4335.0, 4364.0, 4335.0, 4353.0, 4336.0, 4363.0, 4347.0, 4365.0, 4336.0, 4353.0, 4335.0, 4365.0, 4335.0, 4365.0, 4334.0, 4343.0, 4334.0, 4354.0, 4346.0, 4356.0, 4345.0, 4345.0, 4335.0, 4356.0, 4334.0, 4356.0, 4334.0, 4356.0, 4335.0, 4356.0, 4334.0, 4357.0, 4376.0, 4346.0, 4386.0, 4346.0, 4364.0, 4334.0, 4365.0, 4334.0, 4342.0, 4321.0, 4343.0, 4333.0, 4356.0, 4334.0, 4344.0, 4323.0, 4346.0, 4345.0, 4337.0, 4345.0, 4346.0, 4345.0, 4347.0, 4366.0, 4347.0, 4376.0, 4337.0, 4354.0, 4345.0, 4376.0, 4347.0, 4365.0, 4335.0, 4353.0, 4345.0, 4375.0, 4334.0, 4364.0, 4322.0, 4343.0, 4331.0, 4343.0, 4382.0, 4332.0, 4340.0, 4331.0, 4351.0, 4334.0, 4353.0, 4335.0, 4344.0, 4345.0, 4355.0, 4346.0, 4356.0, 4335.0, 4356.0, 4335.0, 4356.0, 4376.0, 4346.0, 4386.0, 4334.0, 4353.0, 4333.0, 4353.0, 4334.0, 4344.0, 4324.0, 4342.0, 4324.0, 4344.0, 4334.0, 4344.0, 4334.0, 4355.0, 4334.0, 4346.0, 4384.0, 4334.0, 4354.0, 4333.0, 4354.0, 4336.0, 4345.0, 4334.0, 4344.0, 4333.0, 4344.0, 4323.0, 4356.0, 4386.0, 4335.0, 4355.0, 4334.0, 4354.0, 4334.0, 4355.0, 4333.0, 4344.0, 4322.0, 4345.0, 4354.0, 4349.0, 4355.0, 4335.0, 4344.0, 4335.0, 4345.0, 4346.0, 4344.0, 4335.0, 4356.0, 4325.0, 4347.0, 4387.0, 4346.0, 4365.0, 4335.0, 4355.0, 4334.0, 4345.0, 4373.0, 4334.0, 4363.0, 4333.0, 4352.0, 4334.0, 4355.0, 4336.0, 4346.0, 4324.0, 4346.0, 4375.0, 4347.0, 4356.0, 4336.0, 4347.0, 4387.0, 4334.0, 4355.0, 4362.0, 4321.0, 4349.0, 4331.0, 4343.0, 4323.0, 4336.0, 4363.0, 4345.0, 4345.0, 4334.0, 4348.0, 4366.0, 4347.0, 4366.0, 4347.0, 4357.0, 4347.0, 4348.0, 4346.0, 4337.0, 4376.0, 4346.0, 4367.0, 4346.0, 4345.0, 4324.0, 4346.0, 4386.0, 4347.0, 4356.0, 4335.0, 4346.0, 4325.0, 4337.0, 4388.0, 4346.0, 4358.0, 4336.0, 4348.0, 4387.0, 4347.0, 4378.0, 4335.0, 4346.0, 4312.0, 4334.0, 4363.0, 4335.0, 4354.0, 4335.0, 4347.0, 4325.0, 4347.0, 4387.0, 4347.0, 4366.0, 4325.0, 4346.0, 4396.0, 4334.0, 4364.0, 4334.0, 4344.0, 4352.0, 4322.0, 4352.0, 4333.0, 4345.0, 4322.0, 4344.0, 4323.0, 4336.0, 4376.0, 4346.0, 4346.0, 4354.0, 4335.0, 4365.0, 4324.0, 4345.0, 4364.0, 4323.0, 4352.0, 4334.0, 4344.0, 4345.0, 4346.0, 4324.0, 4346.0, 4365.0, 4346.0, 4357.0, 4347.0, 4347.0, 4325.0, 4347.0, 4376.0, 4336.0, 4358.0, 4356.0, 4345.0, 4374.0, 4324.0, 4354.0, 4323.0, 4346.0, 4386.0, 4322.0, 4352.0, 4323.0, 4343.0, 4324.0, 4335.0, 4353.0, 4335.0, 4354.0, 4346.0, 4357.0, 4347.0, 4357.0, 4336.0, 4358.0, 4377.0, 4338.0, 4376.0, 4336.0, 4365.0, 4335.0, 4357.0, 4386.0, 4365.0, 4353.0, 4324.0, 4352.0, 4334.0, 4344.0, 4334.0, 4334.0, 4324.0, 4345.0, 4314.0, 4347.0, 4375.0, 4335.0, 4355.0, 4336.0, 4357.0, 4334.0, 4335.0, 4322.0, 4335.0, 4375.0, 4314.0, 4365.0, 4335.0, 4345.0, 4347.0, 4356.0, 4349.0, 4357.0, 4349.0, 4367.0, 4347.0, 4377.0, 4360.0, 4356.0, 4349.0, 4357.0, 4347.0, 4378.0, 4347.0, 4346.0, 4334.0, 4344.0, 4335.0, 4346.0, 4336.0, 4336.0, 4336.0, 4348.0, 4325.0, 4348.0, 4388.0, 4337.0, 4355.0, 4337.0, 4356.0, 4336.0, 4346.0, 4336.0, 4347.0, 4336.0, 4348.0, 4356.0, 4339.0, 4367.0, 4337.0, 4346.0, 4337.0, 4356.0, 4337.0, 4359.0, 4335.0, 4346.0, 4325.0, 4346.0, 4324.0, 4347.0, 4377.0, 4335.0, 4354.0, 4336.0, 4355.0, 4347.0, 4356.0, 4337.0, 4344.0, 4326.0, 4356.0, 4335.0, 4346.0, 4344.0, 4345.0, 4334.0, 4335.0, 4375.0, 4335.0, 4366.0, 4336.0, 4345.0, 4325.0, 4346.0, 4334.0, 4345.0, 4335.0, 4347.0, 4325.0, 4348.0, 4378.0, 4338.0, 4367.0, 4338.0, 4357.0, 4337.0, 4357.0, 4337.0, 4345.0, 4325.0, 4346.0, 4324.0, 4336.0, 4376.0, 4337.0, 4355.0, 4337.0, 4356.0, 4349.0, 4370.0, 4350.0, 4348.0, 4339.0, 4359.0, 4348.0, 4349.0, 4398.0, 4337.0, 4377.0, 4338.0, 4356.0, 4337.0, 4356.0, 4337.0, 4358.0, 4337.0, 4347.0, 4337.0, 4358.0, 4348.0, 4371.0, 4348.0, 4348.0, 4337.0, 4348.0, 4377.0, 4348.0, 4378.0, 4336.0, 4356.0, 4337.0, 4357.0, 4337.0, 4347.0, 4335.0, 4346.0, 4326.0, 4346.0, 4376.0, 4339.0, 4366.0, 4337.0, 4355.0, 4349.0, 4368.0, 4338.0, 4347.0, 4327.0, 4358.0, 4336.0, 4358.0, 4387.0, 4347.0, 4375.0, 4335.0, 4354.0, 4326.0, 4345.0, 4324.0, 4344.0, 4323.0, 4355.0, 4324.0, 4347.0, 4376.0, 4336.0, 4355.0, 4325.0, 4345.0, 4324.0, 4346.0, 4324.0, 4335.0, 4364.0, 4345.0, 4354.0, 4337.0, 4355.0, 4324.0, 4344.0, 4324.0, 4344.0, 4335.0, 4357.0, 4335.0, 4345.0, 4325.0, 4356.0, 4376.0, 4346.0, 4365.0, 4335.0, 4345.0, 4325.0, 4345.0, 4335.0, 4346.0, 4323.0, 4346.0, 4334.0, 4337.0, 4377.0, 4337.0, 4357.0, 4327.0, 4358.0, 4336.0, 4358.0, 4338.0, 4347.0, 4326.0, 4357.0, 4357.0, 4348.0, 4376.0, 4338.0, 4357.0, 4338.0, 4358.0, 4348.0, 4347.0, 4335.0, 4347.0, 4325.0, 4337.0, 4378.0, 4337.0, 4356.0, 4337.0, 4357.0, 4337.0, 4358.0, 4337.0, 4347.0, 4325.0, 4357.0, 4375.0, 4348.0, 4368.0, 4337.0, 4346.0, 4326.0, 4356.0, 4336.0, 4359.0, 4366.0, 4347.0, 4375.0, 4346.0, 4366.0, 4336.0, 4356.0, 4324.0, 4344.0, 4322.0, 4344.0, 4375.0, 4335.0, 4343.0, 4314.0, 4343.0, 4323.0, 4345.0, 4356.0, 4347.0, 4354.0, 4334.0, 4355.0, 4325.0, 4346.0, 4335.0, 4356.0, 4325.0, 4357.0, 4355.0, 4349.0, 4366.0, 4336.0, 4356.0, 4326.0, 4357.0, 4335.0, 4346.0, 4325.0, 4346.0, 4375.0, 4346.0, 4366.0, 4336.0, 4345.0, 4324.0, 4345.0, 4324.0, 4347.0, 4376.0, 4336.0, 4344.0, 4337.0, 4356.0, 4336.0, 4358.0, 4356.0, 4347.0, 4387.0, 4346.0, 4356.0, 4336.0, 4346.0, 4363.0, 4334.0, 4332.0, 4336.0, 4354.0, 4324.0, 4344.0, 4323.0, 4344.0, 4323.0, 4357.0, 4378.0, 4348.0, 4355.0, 4326.0, 4345.0, 4325.0, 4347.0, 4398.0, 4345.0, 4345.0, 4322.0, 4343.0, 4362.0, 4324.0, 4334.0, 4322.0, 4345.0, 4343.0, 4335.0, 4355.0, 4337.0, 4358.0, 4345.0, 4347.0, 4367.0, 4338.0, 4370.0, 4347.0, 4346.0, 4375.0, 4347.0, 4356.0, 4325.0, 4347.0, 4335.0, 4346.0, 4377.0, 4335.0, 4345.0, 4335.0, 4346.0, 4385.0, 4334.0, 4356.0, 4322.0, 4345.0, 4334.0, 4334.0, 4353.0, 4325.0, 4354.0, 4336.0, 4357.0, 4324.0, 4357.0, 4376.0, 4336.0, 4356.0, 4335.0, 4346.0, 4343.0, 4335.0, 4365.0, 4325.0, 4345.0, 4323.0, 4345.0, 4353.0, 4335.0, 4354.0, 4325.0, 4344.0, 4312.0, 4344.0, 4362.0, 4334.0, 4355.0, 4324.0, 4344.0, 4312.0, 4345.0, 4377.0, 4336.0, 4344.0, 4324.0, 4346.0, 4333.0, 4336.0, 4365.0, 4325.0, 4345.0, 4314.0, 4346.0, 4366.0, 4348.0, 4355.0, 4338.0, 4357.0, 4326.0, 4358.0, 4388.0, 4338.0, 4366.0, 4336.0, 4346.0, 4324.0, 4346.0, 4388.0, 4335.0, 4354.0, 4325.0, 4346.0, 4325.0, 4358.0, 4377.0, 4336.0, 4344.0, 4325.0, 4357.0, 4336.0, 4358.0, 4376.0, 4347.0, 4356.0, 4326.0, 4358.0, 4337.0, 4347.0, 4376.0, 4346.0, 4366.0, 4325.0, 4357.0, 4354.0, 4345.0, 4364.0, 4335.0, 4354.0, 4337.0, 4347.0, 4335.0, 4356.0, 4324.0], 'WindowWidth': [9750.0, 9645.0, 9671.0, 9625.0, 9629.0, 9585.0, 9593.0, 9578.0, 9610.0, 9594.0, 9593.0, 9576.0, 9594.0, 9601.0, 9582.0, 9634.0, 9595.0, 9606.0, 9596.0, 9604.0, 9610.0, 9622.0, 9597.0, 9604.0, 9599.0, 9624.0, 9614.0, 9610.0, 9598.0, 9625.0, 9616.0, 9630.0, 9598.0, 9622.0, 9600.0, 9623.0, 9598.0, 9639.0, 9584.0, 9589.0, 9594.0, 9590.0, 9594.0, 9648.0, 9588.0, 9555.0, 9600.0, 9609.0, 9602.0, 9663.0, 9585.0, 9593.0, 9570.0, 9592.0, 9571.0, 9615.0, 9565.0, 9562.0, 9555.0, 9551.0, 9579.0, 9586.0, 9592.0, 9587.0, 9580.0, 9601.0, 9582.0, 9635.0, 9582.0, 9603.0, 9578.0, 9612.0, 9579.0, 9620.0, 9577.0, 9598.0, 9575.0, 9596.0, 9578.0, 9615.0, 9576.0, 9599.0, 9579.0, 9615.0, 9596.0, 9619.0, 9580.0, 9599.0, 9576.0, 9617.0, 9580.0, 9618.0, 9573.0, 9582.0, 9574.0, 9602.0, 9594.0, 9608.0, 9591.0, 9591.0, 9577.0, 9609.0, 9576.0, 9607.0, 9577.0, 9606.0, 9577.0, 9606.0, 9574.0, 9610.0, 9638.0, 9595.0, 9653.0, 9592.0, 9617.0, 9574.0, 9620.0, 9573.0, 9582.0, 9551.0, 9585.0, 9570.0, 9608.0, 9577.0, 9588.0, 9557.0, 9594.0, 9591.0, 9584.0, 9592.0, 9595.0, 9591.0, 9596.0, 9623.0, 9599.0, 9637.0, 9583.0, 9603.0, 9591.0, 9637.0, 9597.0, 9620.0, 9579.0, 9600.0, 9590.0, 9634.0, 9575.0, 9615.0, 9555.0, 9582.0, 9565.0, 9583.0, 9637.0, 9566.0, 9576.0, 9566.0, 9592.0, 9574.0, 9599.0, 9578.0, 9588.0, 9591.0, 9604.0, 9595.0, 9608.0, 9579.0, 9609.0, 9576.0, 9609.0, 9635.0, 9596.0, 9652.0, 9574.0, 9599.0, 9571.0, 9597.0, 9574.0, 9587.0, 9560.0, 9581.0, 9559.0, 9586.0, 9574.0, 9589.0, 9575.0, 9604.0, 9572.0, 9595.0, 9647.0, 9575.0, 9601.0, 9572.0, 9601.0, 9580.0, 9591.0, 9572.0, 9588.0, 9570.0, 9588.0, 9559.0, 9607.0, 9650.0, 9576.0, 9602.0, 9574.0, 9600.0, 9573.0, 9603.0, 9570.0, 9587.0, 9555.0, 9590.0, 9603.0, 9602.0, 9604.0, 9576.0, 9587.0, 9576.0, 9591.0, 9595.0, 9588.0, 9577.0, 9610.0, 9565.0, 9598.0, 9656.0, 9595.0, 9617.0, 9577.0, 9602.0, 9571.0, 9589.0, 9629.0, 9574.0, 9614.0, 9571.0, 9594.0, 9573.0, 9603.0, 9580.0, 9592.0, 9560.0, 9593.0, 9632.0, 9596.0, 9607.0, 9581.0, 9596.0, 9657.0, 9572.0, 9603.0, 9608.0, 9551.0, 9587.0, 9564.0, 9582.0, 9559.0, 9580.0, 9610.0, 9590.0, 9589.0, 9575.0, 9601.0, 9623.0, 9595.0, 9620.0, 9596.0, 9611.0, 9597.0, 9601.0, 9593.0, 9584.0, 9637.0, 9593.0, 9626.0, 9594.0, 9591.0, 9560.0, 9594.0, 9648.0, 9595.0, 9608.0, 9577.0, 9594.0, 9562.0, 9583.0, 9656.0, 9595.0, 9611.0, 9579.0, 9599.0, 9656.0, 9594.0, 9641.0, 9575.0, 9590.0, 9541.0, 9573.0, 9612.0, 9577.0, 9601.0, 9576.0, 9594.0, 9562.0, 9597.0, 9655.0, 9596.0, 9622.0, 9562.0, 9592.0, 9668.0, 9572.0, 9620.0, 9575.0, 9585.0, 9593.0, 9553.0, 9593.0, 9571.0, 9589.0, 9554.0, 9588.0, 9557.0, 9579.0, 9635.0, 9593.0, 9594.0, 9600.0, 9576.0, 9617.0, 9558.0, 9590.0, 9614.0, 9558.0, 9595.0, 9572.0, 9586.0, 9592.0, 9595.0, 9560.0, 9592.0, 9618.0, 9593.0, 9611.0, 9598.0, 9596.0, 9563.0, 9597.0, 9637.0, 9580.0, 9613.0, 9605.0, 9590.0, 9632.0, 9559.0, 9601.0, 9555.0, 9591.0, 9651.0, 9553.0, 9595.0, 9555.0, 9584.0, 9559.0, 9575.0, 9599.0, 9577.0, 9602.0, 9596.0, 9612.0, 9596.0, 9610.0, 9579.0, 9612.0, 9640.0, 9587.0, 9636.0, 9580.0, 9619.0, 9575.0, 9610.0, 9654.0, 9615.0, 9600.0, 9557.0, 9594.0, 9572.0, 9588.0, 9572.0, 9573.0, 9558.0, 9590.0, 9547.0, 9598.0, 9634.0, 9577.0, 9602.0, 9578.0, 9609.0, 9574.0, 9575.0, 9553.0, 9577.0, 9633.0, 9548.0, 9616.0, 9577.0, 9590.0, 9595.0, 9609.0, 9604.0, 9611.0, 9602.0, 9623.0, 9597.0, 9639.0, 9619.0, 9606.0, 9600.0, 9607.0, 9596.0, 9640.0, 9595.0, 9590.0, 9575.0, 9586.0, 9577.0, 9594.0, 9578.0, 9580.0, 9579.0, 9598.0, 9564.0, 9599.0, 9657.0, 9582.0, 9603.0, 9581.0, 9605.0, 9578.0, 9593.0, 9577.0, 9592.0, 9577.0, 9597.0, 9607.0, 9587.0, 9623.0, 9583.0, 9592.0, 9581.0, 9607.0, 9580.0, 9613.0, 9575.0, 9590.0, 9560.0, 9591.0, 9559.0, 9595.0, 9637.0, 9576.0, 9601.0, 9580.0, 9603.0, 9596.0, 9607.0, 9581.0, 9587.0, 9565.0, 9605.0, 9576.0, 9591.0, 9586.0, 9588.0, 9570.0, 9574.0, 9631.0, 9576.0, 9618.0, 9577.0, 9587.0, 9561.0, 9591.0, 9576.0, 9589.0, 9574.0, 9595.0, 9562.0, 9600.0, 9642.0, 9584.0, 9621.0, 9585.0, 9608.0, 9580.0, 9611.0, 9583.0, 9590.0, 9560.0, 9592.0, 9557.0, 9578.0, 9636.0, 9581.0, 9603.0, 9583.0, 9605.0, 9602.0, 9631.0, 9604.0, 9597.0, 9587.0, 9615.0, 9597.0, 9601.0, 9669.0, 9583.0, 9639.0, 9584.0, 9606.0, 9582.0, 9606.0, 9581.0, 9610.0, 9582.0, 9593.0, 9580.0, 9612.0, 9599.0, 9637.0, 9601.0, 9598.0, 9580.0, 9598.0, 9639.0, 9599.0, 9640.0, 9581.0, 9607.0, 9583.0, 9608.0, 9583.0, 9596.0, 9573.0, 9590.0, 9562.0, 9593.0, 9635.0, 9587.0, 9619.0, 9581.0, 9604.0, 9602.0, 9625.0, 9587.0, 9594.0, 9570.0, 9612.0, 9577.0, 9611.0, 9653.0, 9594.0, 9633.0, 9575.0, 9602.0, 9565.0, 9589.0, 9558.0, 9584.0, 9556.0, 9602.0, 9559.0, 9594.0, 9636.0, 9579.0, 9601.0, 9563.0, 9588.0, 9559.0, 9591.0, 9558.0, 9574.0, 9612.0, 9586.0, 9600.0, 9581.0, 9601.0, 9560.0, 9583.0, 9559.0, 9586.0, 9575.0, 9608.0, 9574.0, 9588.0, 9561.0, 9605.0, 9637.0, 9593.0, 9616.0, 9576.0, 9587.0, 9561.0, 9586.0, 9574.0, 9592.0, 9556.0, 9593.0, 9573.0, 9580.0, 9636.0, 9583.0, 9606.0, 9568.0, 9612.0, 9579.0, 9610.0, 9583.0, 9594.0, 9564.0, 9610.0, 9610.0, 9598.0, 9635.0, 9584.0, 9609.0, 9584.0, 9613.0, 9600.0, 9594.0, 9575.0, 9593.0, 9561.0, 9582.0, 9641.0, 9583.0, 9606.0, 9583.0, 9608.0, 9582.0, 9614.0, 9582.0, 9594.0, 9562.0, 9608.0, 9636.0, 9597.0, 9628.0, 9581.0, 9591.0, 9563.0, 9606.0, 9580.0, 9614.0, 9619.0, 9593.0, 9633.0, 9591.0, 9620.0, 9579.0, 9605.0, 9558.0, 9584.0, 9552.0, 9585.0, 9635.0, 9576.0, 9582.0, 9544.0, 9582.0, 9555.0, 9589.0, 9606.0, 9595.0, 9598.0, 9573.0, 9601.0, 9561.0, 9592.0, 9576.0, 9605.0, 9562.0, 9608.0, 9603.0, 9600.0, 9620.0, 9579.0, 9604.0, 9564.0, 9607.0, 9576.0, 9591.0, 9560.0, 9593.0, 9633.0, 9592.0, 9622.0, 9579.0, 9586.0, 9560.0, 9590.0, 9557.0, 9594.0, 9637.0, 9579.0, 9588.0, 9581.0, 9607.0, 9579.0, 9612.0, 9604.0, 9593.0, 9651.0, 9590.0, 9606.0, 9577.0, 9593.0, 9609.0, 9572.0, 9567.0, 9578.0, 9600.0, 9560.0, 9586.0, 9555.0, 9586.0, 9556.0, 9606.0, 9641.0, 9598.0, 9604.0, 9565.0, 9589.0, 9562.0, 9594.0, 9676.0, 9590.0, 9587.0, 9550.0, 9582.0, 9606.0, 9558.0, 9571.0, 9552.0, 9587.0, 9582.0, 9576.0, 9604.0, 9580.0, 9612.0, 9590.0, 9594.0, 9621.0, 9584.0, 9633.0, 9597.0, 9591.0, 9631.0, 9593.0, 9604.0, 9564.0, 9595.0, 9575.0, 9590.0, 9634.0, 9573.0, 9588.0, 9577.0, 9590.0, 9647.0, 9572.0, 9603.0, 9552.0, 9590.0, 9573.0, 9572.0, 9595.0, 9561.0, 9600.0, 9579.0, 9608.0, 9560.0, 9607.0, 9636.0, 9578.0, 9607.0, 9577.0, 9590.0, 9583.0, 9575.0, 9616.0, 9561.0, 9588.0, 9556.0, 9588.0, 9596.0, 9573.0, 9598.0, 9560.0, 9586.0, 9539.0, 9585.0, 9610.0, 9570.0, 9601.0, 9558.0, 9584.0, 9540.0, 9589.0, 9635.0, 9578.0, 9587.0, 9559.0, 9590.0, 9570.0, 9578.0, 9617.0, 9562.0, 9587.0, 9546.0, 9593.0, 9621.0, 9598.0, 9602.0, 9584.0, 9610.0, 9565.0, 9611.0, 9658.0, 9584.0, 9619.0, 9577.0, 9593.0, 9558.0, 9593.0, 9657.0, 9575.0, 9599.0, 9563.0, 9592.0, 9561.0, 9612.0, 9639.0, 9578.0, 9587.0, 9563.0, 9608.0, 9581.0, 9612.0, 9634.0, 9596.0, 9607.0, 9566.0, 9611.0, 9581.0, 9594.0, 9635.0, 9591.0, 9619.0, 9562.0, 9607.0, 9598.0, 9588.0, 9616.0, 9574.0, 9601.0, 9585.0, 9597.0, 9576.0, 9605.0, 9560.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.0003884367816091954</td></tr>
<tr><td colspan=3>aqi</td><td>0.018517069655172417</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.27021220188724</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3046728296777887</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9933202868814732</td></tr>
<tr><td colspan=3>efc</td><td>0.4593</td></tr>
<tr><td colspan=3>fber</td><td>7055.3223</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08309601909451449</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11494252873563218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4400073909677267</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348159398560972</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.691929481273945</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2799332930682628</td></tr>
<tr><td colspan=3>gcor</td><td>0.00509784</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015867991372942924</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01662636548280716</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9217438832684355</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>26.8189</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1446</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.4736</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305324.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>834.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.1255</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4421</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.2901</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3585.456</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3792.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4714.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.91</td></tr>
<tr><td colspan=3>tsnr</td><td>44.8149361112155</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>