<?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-0038_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-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0038/figures/sub-0038_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-0038/figures/sub-0038_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_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-0038/ses-01/func/sub-0038_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>3a3522fbab8e0b13d48c7495a917cb91</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:19:5.877500</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.999291, -0.0017273, 0.0376102, -0.00174414, 0.995751, 0.0920724]</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.0990316</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>[4150, -7762, -7152, 561, -100, -91, -88, 54]</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>256.254</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>617e45e6-185a-43b0-bfd7-d41ff04dcebb||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.6810247898101807, -0.004679391160607338, 0.10154540836811066, 109.68830108642578], [0.0046342164278030396, 2.6715266704559326, 0.24859626591205597, -98.03394317626953], [0.10090538114309311, -0.24702343344688416, 2.686612844467163, -24.633638381958008], [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': ['131905.877500', '131906.337500', '131906.797500', '131907.257500', '131907.717500', '131908.177500', '131908.637500', '131909.097500', '131909.557500', '131910.017500', '131910.477500', '131910.937500', '131911.397500', '131911.857500', '131912.317500', '131912.777500', '131913.237500', '131913.697500', '131914.157500', '131914.617500', '131915.077500', '131915.537500', '131915.997500', '131916.457500', '131916.917500', '131917.377500', '131917.837500', '131918.297500', '131918.757500', '131919.217500', '131919.677500', '131920.137500', '131920.597500', '131921.057500', '131921.517500', '131921.977500', '131922.437500', '131922.897500', '131923.357500', '131923.817500', '131924.277500', '131924.737500', '131925.197500', '131925.657500', '131926.117500', '131926.577500', '131927.037500', '131927.497500', '131927.957500', '131928.417500', '131928.877500', '131929.337500', '131929.797500', '131930.257500', '131930.717500', '131931.177500', '131931.637500', '131932.097500', '131932.557500', '131933.017500', '131933.477500', '131933.937500', '131934.397500', '131934.857500', '131935.317500', '131935.777500', '131936.237500', '131936.697500', '131937.157500', '131937.617500', '131938.077500', '131938.537500', '131938.997500', '131939.457500', '131939.917500', '131940.377500', '131940.837500', '131941.297500', '131941.757500', '131942.217500', '131942.677500', '131943.137500', '131943.597500', '131944.057500', '131944.517500', '131944.977500', '131945.437500', '131945.897500', '131946.357500', '131946.817500', '131947.277500', '131947.737500', '131948.197500', '131948.657500', '131949.117500', '131949.577500', '131950.037500', '131950.497500', '131950.957500', '131951.417500', '131951.877500', '131952.337500', '131952.797500', '131953.257500', '131953.717500', '131954.177500', '131954.637500', '131955.097500', '131955.557500', '131956.017500', '131956.477500', '131956.937500', '131957.397500', '131957.857500', '131958.317500', '131958.777500', '131959.237500', '131959.697500', '132000.157500', '132000.617500', '132001.077500', '132001.537500', '132001.997500', '132002.457500', '132002.917500', '132003.377500', '132003.837500', '132004.297500', '132004.757500', '132005.217500', '132005.677500', '132006.137500', '132006.597500', '132007.057500', '132007.517500', '132007.977500', '132008.437500', '132008.897500', '132009.357500', '132009.817500', '132010.277500', '132010.737500', '132011.197500', '132011.657500', '132012.117500', '132012.577500', '132013.037500', '132013.497500', '132013.957500', '132014.417500', '132014.877500', '132015.337500', '132015.797500', '132016.257500', '132016.717500', '132017.177500', '132017.637500', '132018.097500', '132018.557500', '132019.017500', '132019.477500', '132019.937500', '132020.397500', '132020.857500', '132021.317500', '132021.777500', '132022.237500', '132022.697500', '132023.157500', '132023.617500', '132024.077500', '132024.537500', '132024.997500', '132025.457500', '132025.917500', '132026.377500', '132026.837500', '132027.297500', '132027.757500', '132028.217500', '132028.677500', '132029.137500', '132029.597500', '132030.057500', '132030.517500', '132030.977500', '132031.437500', '132031.897500', '132032.357500', '132032.817500', '132033.277500', '132033.737500', '132034.197500', '132034.657500', '132035.117500', '132035.577500', '132036.037500', '132036.497500', '132036.957500', '132037.417500', '132037.877500', '132038.337500', '132038.797500', '132039.257500', '132039.717500', '132040.177500', '132040.637500', '132041.097500', '132041.557500', '132042.017500', '132042.477500', '132042.937500', '132043.397500', '132043.857500', '132044.317500', '132044.777500', '132045.237500', '132045.697500', '132046.157500', '132046.617500', '132047.077500', '132047.537500', '132047.997500', '132048.457500', '132048.917500', '132049.377500', '132049.837500', '132050.297500', '132050.757500', '132051.217500', '132051.677500', '132052.137500', '132052.597500', '132053.057500', '132053.517500', '132053.977500', '132054.437500', '132054.897500', '132055.357500', '132055.817500', '132056.277500', '132056.737500', '132057.197500', '132057.657500', '132058.117500', '132058.577500', '132059.037500', '132059.497500', '132059.957500', '132100.417500', '132100.877500', '132101.337500', '132101.797500', '132102.257500', '132102.717500', '132103.177500', '132103.637500', '132104.097500', '132104.557500', '132105.017500', '132105.477500', '132105.937500', '132106.397500', '132106.857500', '132107.317500', '132107.777500', '132108.237500', '132108.697500', '132109.157500', '132109.617500', '132110.077500', '132110.537500', '132110.997500', '132111.457500', '132111.917500', '132112.377500', '132112.837500', '132113.297500', '132113.757500', '132114.217500', '132114.677500', '132115.137500', '132115.597500', '132116.057500', '132116.517500', '132116.977500', '132117.437500', '132117.897500', '132118.357500', '132118.817500', '132119.277500', '132119.737500', '132120.197500', '132120.657500', '132121.117500', '132121.577500', '132122.037500', '132122.497500', '132122.957500', '132123.417500', '132123.877500', '132124.337500', '132124.797500', '132125.257500', '132125.717500', '132126.177500', '132126.637500', '132127.097500', '132127.557500', '132128.017500', '132128.477500', '132128.937500', '132129.397500', '132129.857500', '132130.317500', '132130.777500', '132131.237500', '132131.697500', '132132.157500', '132132.617500', '132133.077500', '132133.537500', '132133.997500', '132134.457500', '132134.917500', '132135.377500', '132135.837500', '132136.297500', '132136.757500', '132137.217500', '132137.677500', '132138.137500', '132138.597500', '132139.057500', '132139.517500', '132139.977500', '132140.437500', '132140.897500', '132141.357500', '132141.817500', '132142.277500', '132142.737500', '132143.197500', '132143.657500', '132144.117500', '132144.577500', '132145.037500', '132145.497500', '132145.957500', '132146.417500', '132146.877500', '132147.337500', '132147.797500', '132148.257500', '132148.717500', '132149.177500', '132149.637500', '132150.097500', '132150.557500', '132151.017500', '132151.477500', '132151.937500', '132152.397500', '132152.857500', '132153.317500', '132153.777500', '132154.237500', '132154.697500', '132155.157500', '132155.617500', '132156.077500', '132156.537500', '132156.997500', '132157.457500', '132157.917500', '132158.377500', '132158.837500', '132159.297500', '132159.757500', '132200.217500', '132200.677500', '132201.137500', '132201.597500', '132202.057500', '132202.517500', '132202.977500', '132203.437500', '132203.897500', '132204.357500', '132204.817500', '132205.277500', '132205.737500', '132206.197500', '132206.657500', '132207.117500', '132207.577500', '132208.037500', '132208.497500', '132208.957500', '132209.417500', '132209.877500', '132210.337500', '132210.797500', '132211.257500', '132211.717500', '132212.177500', '132212.637500', '132213.097500', '132213.557500', '132214.017500', '132214.477500', '132214.937500', '132215.397500', '132215.857500', '132216.317500', '132216.777500', '132217.237500', '132217.697500', '132218.157500', '132218.617500', '132219.077500', '132219.537500', '132219.997500', '132220.457500', '132220.917500', '132221.377500', '132221.837500', '132222.297500', '132222.757500', '132223.217500', '132223.677500', '132224.137500', '132224.597500', '132225.057500', '132225.517500', '132225.977500', '132226.437500', '132226.897500', '132227.357500', '132227.817500', '132228.277500', '132228.737500', '132229.197500', '132229.657500', '132230.117500', '132230.577500', '132231.037500', '132231.497500', '132231.957500', '132232.417500', '132232.877500', '132233.337500', '132233.797500', '132234.257500', '132234.717500', '132235.177500', '132235.637500', '132236.097500', '132236.557500', '132237.017500', '132237.477500', '132237.937500', '132238.397500', '132238.857500', '132239.317500', '132239.777500', '132240.237500', '132240.697500', '132241.157500', '132241.617500', '132242.077500', '132242.537500', '132242.997500', '132243.457500', '132243.917500', '132244.377500', '132244.837500', '132245.297500', '132245.757500', '132246.217500', '132246.677500', '132247.137500', '132247.597500', '132248.057500', '132248.517500', '132248.977500', '132249.437500', '132249.897500', '132250.357500', '132250.817500', '132251.277500', '132251.737500', '132252.197500', '132252.657500', '132253.117500', '132253.577500', '132254.037500', '132254.497500', '132254.957500', '132255.417500', '132255.877500', '132256.337500', '132256.797500', '132257.257500', '132257.717500', '132258.177500', '132258.637500', '132259.097500', '132259.557500', '132300.017500', '132300.477500', '132300.937500', '132301.397500', '132301.857500', '132302.317500', '132302.777500', '132303.237500', '132303.697500', '132304.157500', '132304.617500', '132305.077500', '132305.537500', '132305.997500', '132306.457500', '132306.917500', '132307.377500', '132307.837500', '132308.297500', '132308.757500', '132309.217500', '132309.677500', '132310.137500', '132310.597500', '132311.057500', '132311.517500', '132311.977500', '132312.437500', '132312.897500', '132313.357500', '132313.817500', '132314.277500', '132314.737500', '132315.197500', '132315.657500', '132316.117500', '132316.577500', '132317.037500', '132317.497500', '132317.957500', '132318.417500', '132318.877500', '132319.337500', '132319.797500', '132320.257500', '132320.717500', '132321.177500', '132321.637500', '132322.097500', '132322.557500', '132323.017500', '132323.477500', '132323.937500', '132324.397500', '132324.857500', '132325.317500', '132325.777500', '132326.237500', '132326.697500', '132327.157500', '132327.617500', '132328.077500', '132328.537500', '132328.997500', '132329.457500', '132329.917500', '132330.377500', '132330.837500', '132331.297500', '132331.757500', '132332.217500', '132332.677500', '132333.137500', '132333.597500', '132334.057500', '132334.517500', '132334.977500', '132335.437500', '132335.897500', '132336.357500', '132336.817500', '132337.277500', '132337.737500', '132338.197500', '132338.657500', '132339.117500', '132339.577500', '132340.037500', '132340.497500', '132340.957500', '132341.417500', '132341.877500', '132342.337500', '132342.797500', '132343.257500', '132343.717500', '132344.177500', '132344.637500', '132345.097500', '132345.557500', '132346.017500', '132346.477500', '132346.937500', '132347.397500', '132347.857500', '132348.317500', '132348.777500', '132349.237500', '132349.697500', '132350.157500', '132350.617500', '132351.077500', '132351.537500', '132351.997500', '132352.457500', '132352.917500', '132353.377500', '132353.837500', '132354.297500', '132354.757500', '132355.217500', '132355.677500', '132356.137500', '132356.597500', '132357.057500', '132357.517500', '132357.977500', '132358.437500', '132358.897500', '132359.357500', '132359.817500', '132400.277500', '132400.737500', '132401.197500', '132401.657500', '132402.117500', '132402.577500', '132403.037500', '132403.497500', '132403.957500', '132404.417500', '132404.877500', '132405.337500', '132405.797500', '132406.257500', '132406.717500', '132407.177500', '132407.637500', '132408.097500', '132408.557500', '132409.017500', '132409.477500', '132409.937500', '132410.397500', '132410.857500', '132411.317500', '132411.777500', '132412.237500', '132412.697500', '132413.157500', '132413.617500', '132414.077500', '132414.537500', '132414.997500', '132415.457500', '132415.917500', '132416.377500', '132416.837500', '132417.297500', '132417.757500', '132418.217500', '132418.677500', '132419.137500', '132419.597500', '132420.057500', '132420.517500', '132420.977500', '132421.437500', '132421.897500', '132422.357500', '132422.817500', '132423.277500', '132423.737500', '132424.197500', '132424.657500', '132425.117500', '132425.577500', '132426.037500', '132426.497500', '132426.957500', '132427.417500', '132427.877500', '132428.337500', '132428.797500', '132429.257500', '132429.717500', '132430.177500', '132430.637500', '132431.097500', '132431.557500', '132432.017500', '132432.477500', '132432.937500', '132433.397500', '132433.857500', '132434.317500', '132434.777500', '132435.237500', '132435.697500', '132436.157500', '132436.617500', '132437.077500', '132437.537500', '132437.997500', '132438.457500', '132438.917500', '132439.377500', '132439.837500', '132440.297500', '132440.757500', '132441.217500', '132441.677500', '132442.137500', '132442.597500', '132443.057500', '132443.517500', '132443.977500', '132444.437500', '132444.897500', '132445.357500', '132445.817500', '132446.277500', '132446.737500', '132447.197500', '132447.657500', '132448.117500', '132448.577500', '132449.037500', '132449.497500', '132449.957500', '132450.417500', '132450.877500', '132451.337500', '132451.797500', '132452.257500', '132452.717500', '132453.177500', '132453.637500', '132454.097500', '132454.557500', '132455.017500', '132455.477500', '132455.937500', '132456.397500', '132456.857500', '132457.317500', '132457.777500', '132458.237500', '132458.697500', '132459.157500', '132459.617500', '132500.077500', '132500.537500', '132500.997500', '132501.457500', '132501.917500', '132502.377500', '132502.837500', '132503.297500', '132503.757500', '132504.217500', '132504.677500', '132505.137500', '132505.597500', '132506.057500', '132506.517500', '132506.977500', '132507.437500', '132507.897500', '132508.357500', '132508.817500', '132509.277500', '132509.737500', '132510.197500', '132510.657500', '132511.117500', '132511.577500', '132512.037500', '132512.497500', '132512.957500', '132513.417500', '132513.877500', '132514.337500', '132514.797500', '132515.257500', '132515.717500', '132516.177500', '132516.637500', '132517.097500', '132517.557500', '132518.017500', '132518.477500', '132518.937500', '132519.397500', '132519.857500', '132520.317500', '132520.777500', '132521.237500', '132521.697500', '132522.157500', '132522.617500', '132523.077500', '132523.537500', '132523.997500', '132524.457500', '132524.917500', '132525.377500', '132525.837500', '132526.297500', '132526.757500', '132527.217500', '132527.677500', '132528.137500', '132528.597500', '132529.057500', '132529.517500', '132529.977500', '132530.437500', '132530.897500', '132531.357500', '132531.817500', '132532.277500', '132532.737500', '132533.197500', '132533.657500', '132534.117500', '132534.577500', '132535.037500', '132535.497500', '132535.957500', '132536.417500', '132536.877500', '132537.337500', '132537.797500', '132538.257500', '132538.717500', '132539.177500', '132539.637500', '132540.097500', '132540.557500', '132541.017500', '132541.477500', '132541.937500', '132542.397500', '132542.857500', '132543.317500', '132543.777500', '132544.237500', '132544.697500', '132545.157500', '132545.617500', '132546.077500', '132546.537500'], 'ContentTime': ['131935.225000', '131935.228000', '131935.231000', '131935.234000', '131935.237000', '131935.240000', '131935.242000', '131935.245000', '131935.248000', '131935.251000', '131935.254000', '131935.256000', '131935.259000', '131935.262000', '131935.265000', '131935.271000', '131935.274000', '131935.276000', '131935.279000', '131935.282000', '131935.285000', '131935.287000', '131935.290000', '131935.293000', '131935.296000', '131935.299000', '131935.301000', '131935.304000', '131935.307000', '131935.310000', '131935.313000', '131935.315000', '131935.318000', '131935.321000', '131935.324000', '131935.327000', '131935.329000', '131935.332000', '131935.335000', '131935.338000', '131935.340000', '131935.343000', '131935.346000', '131935.349000', '131935.351000', '131935.354000', '131935.365000', '131935.368000', '131935.370000', '131935.373000', '131935.376000', '131935.379000', '131935.381000', '131935.384000', '131935.387000', '131935.390000', '131935.393000', '131935.395000', '131935.398000', '131935.401000', '131935.407000', '131935.410000', '131955.194000', '131955.197000', '131955.199000', '131955.202000', '131955.205000', '131955.208000', '131955.211000', '131955.214000', '131955.216000', '131955.220000', '131955.223000', '131955.226000', '131955.229000', '131955.231000', '131955.234000', '131955.237000', '131955.240000', '131955.242000', '131955.245000', '131955.248000', '131955.251000', '131955.254000', '131955.256000', '131955.259000', '131955.262000', '131955.265000', '131955.267000', '131955.270000', '131955.273000', '131955.276000', '131955.279000', '131955.282000', '131955.284000', '131955.287000', '131955.290000', '131955.293000', '131955.295000', '131955.298000', '131955.301000', '131955.304000', '131955.307000', '131955.309000', '131955.312000', '132015.194000', '132015.197000', '132015.200000', '132015.203000', '132015.205000', '132015.208000', '132015.211000', '132015.214000', '132015.217000', '132015.225000', '132015.228000', '132015.230000', '132015.233000', '132015.236000', '132015.239000', '132015.242000', '132015.244000', '132015.247000', '132015.250000', '132015.253000', '132015.256000', '132015.258000', '132015.261000', '132015.264000', '132015.267000', '132015.270000', '132015.272000', '132015.275000', '132015.278000', '132015.281000', '132015.284000', '132015.287000', '132015.289000', '132015.292000', '132015.295000', '132015.298000', '132015.301000', '132015.304000', '132015.306000', '132015.309000', '132015.312000', '132015.315000', '132015.317000', '132015.320000', '132035.194000', '132035.197000', '132035.200000', '132035.202000', '132035.205000', '132035.208000', '132035.224000', '132035.227000', '132035.230000', '132035.233000', '132035.236000', '132035.239000', '132035.242000', '132035.245000', '132035.247000', '132035.250000', '132035.253000', '132035.256000', '132035.259000', '132035.261000', '132035.264000', '132035.267000', '132035.270000', '132035.273000', '132035.275000', '132035.278000', '132035.281000', '132035.284000', '132035.287000', '132035.290000', '132035.292000', '132035.295000', '132035.298000', '132035.301000', '132035.304000', '132035.307000', '132035.309000', '132035.312000', '132035.315000', '132035.318000', '132035.321000', '132035.324000', '132035.326000', '132055.194000', '132055.197000', '132055.200000', '132055.202000', '132055.212000', '132055.217000', '132055.229000', '132055.232000', '132055.235000', '132055.238000', '132055.241000', '132055.243000', '132055.246000', '132055.249000', '132055.252000', '132055.255000', '132055.258000', '132055.261000', '132055.264000', '132055.266000', '132055.269000', '132055.272000', '132055.275000', '132055.278000', '132055.281000', '132055.284000', '132055.286000', '132055.289000', '132055.292000', '132055.295000', '132055.298000', '132055.301000', '132055.304000', '132055.306000', '132055.309000', '132055.312000', '132055.315000', '132055.318000', '132055.321000', '132055.323000', '132055.326000', '132055.329000', '132055.332000', '132055.335000', '132115.194000', '132115.197000', '132115.200000', '132115.203000', '132115.206000', '132115.208000', '132115.211000', '132115.214000', '132115.217000', '132115.220000', '132115.223000', '132115.226000', '132115.228000', '132115.231000', '132115.234000', '132115.237000', '132115.240000', '132115.243000', '132115.247000', '132115.250000', '132115.253000', '132115.256000', '132115.259000', '132115.261000', '132115.264000', '132115.267000', '132115.270000', '132115.273000', '132115.276000', '132115.279000', '132115.281000', '132115.284000', '132115.287000', '132115.290000', '132115.293000', '132115.296000', '132115.299000', '132115.301000', '132115.304000', '132115.307000', '132115.310000', '132115.313000', '132115.316000', '132135.194000', '132135.197000', '132135.200000', '132135.203000', '132135.206000', '132135.208000', '132135.211000', '132135.214000', '132135.217000', '132135.220000', '132135.223000', '132135.226000', '132135.228000', '132135.231000', '132135.234000', '132135.237000', '132135.240000', '132135.242000', '132135.245000', '132135.248000', '132135.251000', '132135.254000', '132135.257000', '132135.260000', '132135.262000', '132135.265000', '132135.268000', '132135.271000', '132135.274000', '132135.277000', '132135.279000', '132135.282000', '132135.285000', '132135.288000', '132135.291000', '132135.294000', '132135.296000', '132135.299000', '132135.302000', '132135.305000', '132135.308000', '132135.311000', '132135.313000', '132135.316000', '132155.194000', '132155.198000', '132155.201000', '132155.204000', '132155.207000', '132155.210000', '132155.213000', '132155.215000', '132155.218000', '132155.221000', '132155.224000', '132155.227000', '132155.230000', '132155.233000', '132155.235000', '132155.238000', '132155.241000', '132155.244000', '132155.247000', '132155.250000', '132155.253000', '132155.256000', '132155.259000', '132155.262000', '132155.265000', '132155.268000', '132155.270000', '132155.273000', '132155.276000', '132155.279000', '132155.282000', '132155.285000', '132155.288000', '132155.290000', '132155.293000', '132155.296000', '132155.299000', '132155.302000', '132155.306000', '132155.309000', '132155.312000', '132155.314000', '132155.317000', '132215.194000', '132215.197000', '132215.212000', '132215.215000', '132215.218000', '132215.221000', '132215.224000', '132215.227000', '132215.230000', '132215.233000', '132215.236000', '132215.238000', '132215.241000', '132215.244000', '132215.247000', '132215.250000', '132215.253000', '132215.256000', '132215.259000', '132215.261000', '132215.264000', '132215.267000', '132215.270000', '132215.273000', '132215.276000', '132215.278000', '132215.281000', '132215.284000', '132215.287000', '132215.290000', '132215.293000', '132215.296000', '132215.299000', '132215.302000', '132215.305000', '132215.307000', '132215.310000', '132215.313000', '132215.316000', '132215.319000', '132215.322000', '132215.324000', '132215.327000', '132215.330000', '132235.194000', '132235.197000', '132235.200000', '132235.202000', '132235.206000', '132235.208000', '132235.211000', '132235.214000', '132235.217000', '132235.220000', '132235.223000', '132235.226000', '132235.229000', '132235.236000', '132235.239000', '132235.242000', '132235.245000', '132235.247000', '132235.250000', '132235.253000', '132235.256000', '132235.259000', '132235.262000', '132235.265000', '132235.268000', '132235.270000', '132235.273000', '132235.276000', '132235.279000', '132235.282000', '132235.285000', '132235.288000', '132235.291000', '132235.293000', '132235.296000', '132235.299000', '132235.302000', '132235.305000', '132235.308000', '132235.311000', '132235.314000', '132235.316000', '132235.319000', '132255.194000', '132255.197000', '132255.200000', '132255.203000', '132255.205000', '132255.208000', '132255.211000', '132255.214000', '132255.217000', '132255.220000', '132255.223000', '132255.225000', '132255.228000', '132255.231000', '132255.234000', '132255.237000', '132255.240000', '132255.243000', '132255.246000', '132255.249000', '132255.251000', '132255.254000', '132255.257000', '132255.260000', '132255.263000', '132255.266000', '132255.268000', '132255.271000', '132255.274000', '132255.277000', '132255.280000', '132255.283000', '132255.286000', '132255.289000', '132255.291000', '132255.294000', '132255.297000', '132255.300000', '132255.303000', '132255.306000', '132255.308000', '132255.311000', '132255.314000', '132255.317000', '132315.194000', '132315.197000', '132315.200000', '132315.203000', '132315.206000', '132315.208000', '132315.211000', '132315.214000', '132315.217000', '132315.220000', '132315.222000', '132315.225000', '132315.228000', '132315.231000', '132315.234000', '132315.238000', '132315.241000', '132315.244000', '132315.247000', '132315.250000', '132315.253000', '132315.256000', '132315.259000', '132315.262000', '132315.265000', '132315.267000', '132315.270000', '132315.273000', '132315.276000', '132315.279000', '132315.282000', '132315.285000', '132315.287000', '132315.290000', '132315.293000', '132315.305000', '132315.308000', '132315.311000', '132315.314000', '132315.316000', '132315.319000', '132315.322000', '132315.325000', '132335.194000', '132335.197000', '132335.200000', '132335.202000', '132335.206000', '132335.208000', '132335.211000', '132335.214000', '132335.217000', '132335.220000', '132335.223000', '132335.226000', '132335.229000', '132335.231000', '132335.234000', '132335.237000', '132335.240000', '132335.243000', '132335.246000', '132335.249000', '132335.252000', '132335.254000', '132335.257000', '132335.260000', '132335.263000', '132335.266000', '132335.269000', '132335.285000', '132335.288000', '132335.291000', '132335.293000', '132335.296000', '132335.299000', '132335.302000', '132335.305000', '132335.308000', '132335.311000', '132335.314000', '132335.316000', '132335.319000', '132335.322000', '132335.325000', '132335.328000', '132335.331000', '132355.194000', '132355.197000', '132355.200000', '132355.203000', '132355.206000', '132355.209000', '132355.212000', '132355.214000', '132355.217000', '132355.220000', '132355.223000', '132355.226000', '132355.229000', '132355.231000', '132355.234000', '132355.237000', '132355.240000', '132355.243000', '132355.246000', '132355.249000', '132355.252000', '132355.254000', '132355.257000', '132355.260000', '132355.263000', '132355.266000', '132355.269000', '132355.272000', '132355.274000', '132355.277000', '132355.280000', '132355.283000', '132355.286000', '132355.289000', '132355.292000', '132355.294000', '132355.297000', '132355.300000', '132355.303000', '132355.306000', '132355.309000', '132355.312000', '132355.315000', '132415.194000', '132415.197000', '132415.200000', '132415.203000', '132415.206000', '132415.208000', '132415.211000', '132415.214000', '132415.217000', '132415.220000', '132415.223000', '132415.226000', '132415.228000', '132415.231000', '132415.234000', '132415.237000', '132415.240000', '132415.243000', '132415.245000', '132415.249000', '132415.251000', '132415.254000', '132415.257000', '132415.260000', '132415.263000', '132415.266000', '132415.269000', '132415.272000', '132415.274000', '132415.277000', '132415.280000', '132415.283000', '132415.286000', '132415.289000', '132415.291000', '132415.294000', '132415.297000', '132415.300000', '132415.303000', '132415.306000', '132415.309000', '132415.312000', '132415.315000', '132415.318000', '132435.194000', '132435.197000', '132435.200000', '132435.203000', '132435.205000', '132435.208000', '132435.211000', '132435.214000', '132435.223000', '132435.226000', '132435.229000', '132435.232000', '132435.235000', '132435.238000', '132435.240000', '132435.243000', '132435.246000', '132435.249000', '132435.252000', '132435.255000', '132435.258000', '132435.261000', '132435.263000', '132435.266000', '132435.269000', '132435.272000', '132435.276000', '132435.279000', '132435.282000', '132435.289000', '132435.292000', '132435.295000', '132435.298000', '132435.301000', '132435.304000', '132435.306000', '132435.309000', '132435.312000', '132435.315000', '132435.318000', '132435.321000', '132435.324000', '132435.327000', '132455.194000', '132455.197000', '132455.200000', '132455.203000', '132455.206000', '132455.208000', '132455.211000', '132455.214000', '132455.217000', '132455.220000', '132455.223000', '132455.225000', '132455.228000', '132455.231000', '132455.234000', '132455.237000', '132455.241000', '132455.244000', '132455.247000', '132455.249000', '132455.252000', '132455.255000', '132455.258000', '132455.261000', '132455.264000', '132455.267000', '132455.270000', '132455.272000', '132455.275000', '132455.278000', '132455.281000', '132455.284000', '132455.286000', '132455.289000', '132455.292000', '132455.295000', '132455.298000', '132455.301000', '132455.304000', '132455.306000', '132455.309000', '132455.312000', '132455.315000', '132455.318000', '132515.194000', '132515.197000', '132515.200000', '132515.203000', '132515.206000', '132515.209000', '132515.211000', '132515.216000', '132515.219000', '132515.222000', '132515.224000', '132515.227000', '132515.230000', '132515.233000', '132515.236000', '132515.239000', '132515.242000', '132515.244000', '132515.247000', '132515.250000', '132515.253000', '132515.256000', '132515.259000', '132515.262000', '132515.264000', '132515.267000', '132515.270000', '132515.273000', '132515.276000', '132515.279000', '132515.281000', '132515.284000', '132515.287000', '132515.290000', '132515.293000', '132515.296000', '132515.299000', '132515.302000', '132515.304000', '132515.307000', '132515.310000', '132515.313000', '132515.316000', '132535.194000', '132535.204000', '132535.206000', '132535.209000', '132535.212000', '132535.215000', '132535.218000', '132535.221000', '132535.224000', '132535.227000', '132535.229000', '132535.232000', '132535.235000', '132535.238000', '132535.241000', '132535.244000', '132535.247000', '132535.249000', '132535.252000', '132535.255000', '132535.258000', '132535.261000', '132535.264000', '132535.267000', '132535.270000', '132535.273000', '132535.275000', '132535.278000', '132535.281000', '132535.284000', '132535.287000', '132535.290000', '132535.292000', '132535.295000', '132535.298000', '132535.301000', '132535.304000', '132535.307000', '132535.310000', '132535.312000', '132535.315000', '132535.318000', '132535.321000', '132535.324000', '132547.613000', '132547.617000', '132547.620000', '132547.623000', '132547.626000', '132547.629000', '132547.632000', '132547.635000', '132547.639000', '132547.643000', '132547.646000', '132547.649000', '132547.652000', '132547.655000', '132547.658000', '132547.661000', '132547.664000', '132547.667000', '132547.670000', '132547.673000', '132547.676000', '132547.679000', '132547.682000', '132547.685000', '132547.688000', '132547.690000', '132547.693000'], 'InstanceCreationTime': ['131935.225000', '131935.228000', '131935.231000', '131935.234000', '131935.237000', '131935.240000', '131935.242000', '131935.245000', '131935.248000', '131935.251000', '131935.254000', '131935.256000', '131935.259000', '131935.262000', '131935.265000', '131935.271000', '131935.274000', '131935.276000', '131935.279000', '131935.282000', '131935.285000', '131935.287000', '131935.290000', '131935.293000', '131935.296000', '131935.299000', '131935.301000', '131935.304000', '131935.307000', '131935.310000', '131935.313000', '131935.315000', '131935.318000', '131935.321000', '131935.324000', '131935.327000', '131935.329000', '131935.332000', '131935.335000', '131935.338000', '131935.340000', '131935.343000', '131935.346000', '131935.349000', '131935.351000', '131935.354000', '131935.365000', '131935.368000', '131935.370000', '131935.373000', '131935.376000', '131935.379000', '131935.381000', '131935.384000', '131935.387000', '131935.390000', '131935.393000', '131935.395000', '131935.398000', '131935.401000', '131935.407000', '131935.410000', '131955.194000', '131955.197000', '131955.199000', '131955.202000', '131955.205000', '131955.208000', '131955.211000', '131955.214000', '131955.216000', '131955.220000', '131955.223000', '131955.226000', '131955.229000', '131955.231000', '131955.234000', '131955.237000', '131955.240000', '131955.242000', '131955.245000', '131955.248000', '131955.251000', '131955.254000', '131955.256000', '131955.259000', '131955.262000', '131955.265000', '131955.267000', '131955.270000', '131955.273000', '131955.276000', '131955.279000', '131955.282000', '131955.284000', '131955.287000', '131955.290000', '131955.293000', '131955.295000', '131955.298000', '131955.301000', '131955.304000', '131955.307000', '131955.309000', '131955.312000', '132015.194000', '132015.197000', '132015.200000', '132015.203000', '132015.205000', '132015.208000', '132015.211000', '132015.214000', '132015.217000', '132015.225000', '132015.228000', '132015.230000', '132015.233000', '132015.236000', '132015.239000', '132015.242000', '132015.244000', '132015.247000', '132015.250000', '132015.253000', '132015.256000', '132015.258000', '132015.261000', '132015.264000', '132015.267000', '132015.270000', '132015.272000', '132015.275000', '132015.278000', '132015.281000', '132015.284000', '132015.287000', '132015.289000', '132015.292000', '132015.295000', '132015.298000', '132015.301000', '132015.304000', '132015.306000', '132015.309000', '132015.312000', '132015.315000', '132015.317000', '132015.320000', '132035.194000', '132035.197000', '132035.200000', '132035.202000', '132035.205000', '132035.208000', '132035.224000', '132035.227000', '132035.230000', '132035.233000', '132035.236000', '132035.239000', '132035.242000', '132035.245000', '132035.247000', '132035.250000', '132035.253000', '132035.256000', '132035.259000', '132035.261000', '132035.264000', '132035.267000', '132035.270000', '132035.273000', '132035.275000', '132035.278000', '132035.281000', '132035.284000', '132035.287000', '132035.290000', '132035.292000', '132035.295000', '132035.298000', '132035.301000', '132035.304000', '132035.307000', '132035.309000', '132035.312000', '132035.315000', '132035.318000', '132035.321000', '132035.324000', '132035.326000', '132055.194000', '132055.197000', '132055.200000', '132055.202000', '132055.212000', '132055.217000', '132055.229000', '132055.232000', '132055.235000', '132055.238000', '132055.241000', '132055.243000', '132055.246000', '132055.249000', '132055.252000', '132055.255000', '132055.258000', '132055.261000', '132055.264000', '132055.266000', '132055.269000', '132055.272000', '132055.275000', '132055.278000', '132055.281000', '132055.284000', '132055.286000', '132055.289000', '132055.292000', '132055.295000', '132055.298000', '132055.301000', '132055.304000', '132055.306000', '132055.309000', '132055.312000', '132055.315000', '132055.318000', '132055.321000', '132055.323000', '132055.326000', '132055.329000', '132055.332000', '132055.335000', '132115.194000', '132115.197000', '132115.200000', '132115.203000', '132115.206000', '132115.208000', '132115.211000', '132115.214000', '132115.217000', '132115.220000', '132115.223000', '132115.226000', '132115.228000', '132115.231000', '132115.234000', '132115.237000', '132115.240000', '132115.243000', '132115.247000', '132115.250000', '132115.253000', '132115.256000', '132115.259000', '132115.261000', '132115.264000', '132115.267000', '132115.270000', '132115.273000', '132115.276000', '132115.279000', '132115.281000', '132115.284000', '132115.287000', '132115.290000', '132115.293000', '132115.296000', '132115.299000', '132115.301000', '132115.304000', '132115.307000', '132115.310000', '132115.313000', '132115.316000', '132135.194000', '132135.197000', '132135.200000', '132135.203000', '132135.206000', '132135.208000', '132135.211000', '132135.214000', '132135.217000', '132135.220000', '132135.223000', '132135.226000', '132135.228000', '132135.231000', '132135.234000', '132135.237000', '132135.240000', '132135.242000', '132135.245000', '132135.248000', '132135.251000', '132135.254000', '132135.257000', '132135.260000', '132135.262000', '132135.265000', '132135.268000', '132135.271000', '132135.274000', '132135.277000', '132135.279000', '132135.282000', '132135.285000', '132135.288000', '132135.291000', '132135.294000', '132135.296000', '132135.299000', '132135.302000', '132135.305000', '132135.308000', '132135.311000', '132135.313000', '132135.316000', '132155.194000', '132155.198000', '132155.201000', '132155.204000', '132155.207000', '132155.210000', '132155.213000', '132155.215000', '132155.218000', '132155.221000', '132155.224000', '132155.227000', '132155.230000', '132155.233000', '132155.235000', '132155.238000', '132155.241000', '132155.244000', '132155.247000', '132155.250000', '132155.253000', '132155.256000', '132155.259000', '132155.262000', '132155.265000', '132155.268000', '132155.270000', '132155.273000', '132155.276000', '132155.279000', '132155.282000', '132155.285000', '132155.288000', '132155.290000', '132155.293000', '132155.296000', '132155.299000', '132155.302000', '132155.306000', '132155.309000', '132155.312000', '132155.314000', '132155.317000', '132215.194000', '132215.197000', '132215.212000', '132215.215000', '132215.218000', '132215.221000', '132215.224000', '132215.227000', '132215.230000', '132215.233000', '132215.236000', '132215.238000', '132215.241000', '132215.244000', '132215.247000', '132215.250000', '132215.253000', '132215.256000', '132215.259000', '132215.261000', '132215.264000', '132215.267000', '132215.270000', '132215.273000', '132215.276000', '132215.278000', '132215.281000', '132215.284000', '132215.287000', '132215.290000', '132215.293000', '132215.296000', '132215.299000', '132215.302000', '132215.305000', '132215.307000', '132215.310000', '132215.313000', '132215.316000', '132215.319000', '132215.322000', '132215.324000', '132215.327000', '132215.330000', '132235.194000', '132235.197000', '132235.200000', '132235.202000', '132235.206000', '132235.208000', '132235.211000', '132235.214000', '132235.217000', '132235.220000', '132235.223000', '132235.226000', '132235.229000', '132235.236000', '132235.239000', '132235.242000', '132235.245000', '132235.247000', '132235.250000', '132235.253000', '132235.256000', '132235.259000', '132235.262000', '132235.265000', '132235.268000', '132235.270000', '132235.273000', '132235.276000', '132235.279000', '132235.282000', '132235.285000', '132235.288000', '132235.291000', '132235.293000', '132235.296000', '132235.299000', '132235.302000', '132235.305000', '132235.308000', '132235.311000', '132235.314000', '132235.316000', '132235.319000', '132255.194000', '132255.197000', '132255.200000', '132255.203000', '132255.205000', '132255.208000', '132255.211000', '132255.214000', '132255.217000', '132255.220000', '132255.223000', '132255.225000', '132255.228000', '132255.231000', '132255.234000', '132255.237000', '132255.240000', '132255.243000', '132255.246000', '132255.249000', '132255.251000', '132255.254000', '132255.257000', '132255.260000', '132255.263000', '132255.266000', '132255.268000', '132255.271000', '132255.274000', '132255.277000', '132255.280000', '132255.283000', '132255.286000', '132255.289000', '132255.291000', '132255.294000', '132255.297000', '132255.300000', '132255.303000', '132255.306000', '132255.308000', '132255.311000', '132255.314000', '132255.317000', '132315.194000', '132315.197000', '132315.200000', '132315.203000', '132315.206000', '132315.208000', '132315.211000', '132315.214000', '132315.217000', '132315.220000', '132315.222000', '132315.225000', '132315.228000', '132315.231000', '132315.234000', '132315.238000', '132315.241000', '132315.244000', '132315.247000', '132315.250000', '132315.253000', '132315.256000', '132315.259000', '132315.262000', '132315.265000', '132315.267000', '132315.270000', '132315.273000', '132315.276000', '132315.279000', '132315.282000', '132315.285000', '132315.287000', '132315.290000', '132315.293000', '132315.305000', '132315.308000', '132315.311000', '132315.314000', '132315.316000', '132315.319000', '132315.322000', '132315.325000', '132335.194000', '132335.197000', '132335.200000', '132335.202000', '132335.206000', '132335.208000', '132335.211000', '132335.214000', '132335.217000', '132335.220000', '132335.223000', '132335.226000', '132335.229000', '132335.231000', '132335.234000', '132335.237000', '132335.240000', '132335.243000', '132335.246000', '132335.249000', '132335.252000', '132335.254000', '132335.257000', '132335.260000', '132335.263000', '132335.266000', '132335.269000', '132335.285000', '132335.288000', '132335.291000', '132335.293000', '132335.296000', '132335.299000', '132335.302000', '132335.305000', '132335.308000', '132335.311000', '132335.314000', '132335.316000', '132335.319000', '132335.322000', '132335.325000', '132335.328000', '132335.331000', '132355.194000', '132355.197000', '132355.200000', '132355.203000', '132355.206000', '132355.209000', '132355.212000', '132355.214000', '132355.217000', '132355.220000', '132355.223000', '132355.226000', '132355.229000', '132355.231000', '132355.234000', '132355.237000', '132355.240000', '132355.243000', '132355.246000', '132355.249000', '132355.252000', '132355.254000', '132355.257000', '132355.260000', '132355.263000', '132355.266000', '132355.269000', '132355.272000', '132355.274000', '132355.277000', '132355.280000', '132355.283000', '132355.286000', '132355.289000', '132355.292000', '132355.294000', '132355.297000', '132355.300000', '132355.303000', '132355.306000', '132355.309000', '132355.312000', '132355.315000', '132415.194000', '132415.197000', '132415.200000', '132415.203000', '132415.206000', '132415.208000', '132415.211000', '132415.214000', '132415.217000', '132415.220000', '132415.223000', '132415.226000', '132415.228000', '132415.231000', '132415.234000', '132415.237000', '132415.240000', '132415.243000', '132415.245000', '132415.249000', '132415.251000', '132415.254000', '132415.257000', '132415.260000', '132415.263000', '132415.266000', '132415.269000', '132415.272000', '132415.274000', '132415.277000', '132415.280000', '132415.283000', '132415.286000', '132415.289000', '132415.291000', '132415.294000', '132415.297000', '132415.300000', '132415.303000', '132415.306000', '132415.309000', '132415.312000', '132415.315000', '132415.318000', '132435.194000', '132435.197000', '132435.200000', '132435.203000', '132435.205000', '132435.208000', '132435.211000', '132435.214000', '132435.223000', '132435.226000', '132435.229000', '132435.232000', '132435.235000', '132435.238000', '132435.240000', '132435.243000', '132435.246000', '132435.249000', '132435.252000', '132435.255000', '132435.258000', '132435.261000', '132435.263000', '132435.266000', '132435.269000', '132435.272000', '132435.276000', '132435.279000', '132435.282000', '132435.289000', '132435.292000', '132435.295000', '132435.298000', '132435.301000', '132435.304000', '132435.306000', '132435.309000', '132435.312000', '132435.315000', '132435.318000', '132435.321000', '132435.324000', '132435.327000', '132455.194000', '132455.197000', '132455.200000', '132455.203000', '132455.206000', '132455.208000', '132455.211000', '132455.214000', '132455.217000', '132455.220000', '132455.223000', '132455.225000', '132455.228000', '132455.231000', '132455.234000', '132455.237000', '132455.241000', '132455.244000', '132455.247000', '132455.249000', '132455.252000', '132455.255000', '132455.258000', '132455.261000', '132455.264000', '132455.267000', '132455.270000', '132455.272000', '132455.275000', '132455.278000', '132455.281000', '132455.284000', '132455.286000', '132455.289000', '132455.292000', '132455.295000', '132455.298000', '132455.301000', '132455.304000', '132455.306000', '132455.309000', '132455.312000', '132455.315000', '132455.318000', '132515.194000', '132515.197000', '132515.200000', '132515.203000', '132515.206000', '132515.209000', '132515.211000', '132515.216000', '132515.219000', '132515.222000', '132515.224000', '132515.227000', '132515.230000', '132515.233000', '132515.236000', '132515.239000', '132515.242000', '132515.244000', '132515.247000', '132515.250000', '132515.253000', '132515.256000', '132515.259000', '132515.262000', '132515.264000', '132515.267000', '132515.270000', '132515.273000', '132515.276000', '132515.279000', '132515.281000', '132515.284000', '132515.287000', '132515.290000', '132515.293000', '132515.296000', '132515.299000', '132515.302000', '132515.304000', '132515.307000', '132515.310000', '132515.313000', '132515.316000', '132535.194000', '132535.204000', '132535.206000', '132535.209000', '132535.212000', '132535.215000', '132535.218000', '132535.221000', '132535.224000', '132535.227000', '132535.229000', '132535.232000', '132535.235000', '132535.238000', '132535.241000', '132535.244000', '132535.247000', '132535.249000', '132535.252000', '132535.255000', '132535.258000', '132535.261000', '132535.264000', '132535.267000', '132535.270000', '132535.273000', '132535.275000', '132535.278000', '132535.281000', '132535.284000', '132535.287000', '132535.290000', '132535.292000', '132535.295000', '132535.298000', '132535.301000', '132535.304000', '132535.307000', '132535.310000', '132535.312000', '132535.315000', '132535.318000', '132535.321000', '132535.324000', '132547.613000', '132547.617000', '132547.620000', '132547.623000', '132547.626000', '132547.629000', '132547.632000', '132547.635000', '132547.639000', '132547.643000', '132547.646000', '132547.649000', '132547.652000', '132547.655000', '132547.658000', '132547.661000', '132547.664000', '132547.667000', '132547.670000', '132547.673000', '132547.676000', '132547.679000', '132547.682000', '132547.685000', '132547.688000', '132547.690000', '132547.693000'], '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': [10004, 14472, 10104, 13839, 10123, 9896, 14399, 9950, 13328, 9940, 8993, 9773, 9605, 12696, 10043, 12789, 9963, 10406, 9904, 9644, 11223, 9379, 13461, 10299, 11126, 10131, 8479, 9701, 9872, 13664, 10052, 12913, 9750, 12958, 10275, 9883, 9789, 9721, 14816, 9729, 13422, 10125, 9859, 9611, 9766, 14632, 10260, 11640, 10208, 8644, 9873, 9573, 14223, 10087, 12659, 9922, 11577, 9889, 9621, 10592, 9679, 14075, 9717, 13480, 9958, 9481, 9661, 9783, 15331, 9851, 12722, 9988, 10361, 9940, 10211, 10207, 9990, 9936, 9453, 10517, 9660, 14013, 9957, 13252, 9947, 10673, 10214, 9777, 10110, 9764, 14276, 9785, 13207, 10209, 12441, 9979, 12900, 9878, 10400, 9641, 9793, 14822, 9737, 13802, 9969, 10493, 10078, 9828, 14535, 9694, 10939, 9801, 9707, 13909, 9891, 11666, 9994, 10186, 9917, 9812, 10425, 9565, 13680, 9916, 10954, 9886, 9820, 9906, 9584, 13809, 9997, 11823, 10059, 9493, 10096, 9640, 10933, 9694, 13564, 9633, 13416, 9952, 9796, 10075, 9665, 9738, 9563, 14167, 9719, 12414, 10300, 9561, 10006, 9119, 9614, 9743, 14458, 9936, 13111, 10048, 9307, 9924, 9794, 12725, 9614, 13639, 9927, 10117, 10216, 8397, 9734, 9519, 9669, 9754, 13115, 9738, 12991, 9807, 11376, 10039, 9821, 9748, 9299, 14756, 9562, 13658, 10126, 10887, 10475, 9537, 15010, 9972, 9538, 9994, 9750, 13721, 9540, 12463, 10063, 8965, 10132, 9058, 9538, 9406, 13453, 9806, 12685, 9643, 12933, 10149, 9220, 10031, 8908, 9578, 9299, 13142, 9891, 12987, 9828, 12649, 9667, 12167, 9893, 11579, 9883, 9327, 11548, 9716, 13211, 9782, 12684, 9935, 8776, 9707, 9694, 9575, 9773, 10452, 9504, 13304, 9893, 12113, 9988, 9858, 9672, 9520, 13164, 9767, 13079, 9678, 13074, 9879, 10473, 9757, 9501, 15018, 9656, 11869, 10061, 9646, 9834, 9489, 14466, 9630, 10620, 10062, 9630, 11185, 9449, 13798, 9810, 10895, 9848, 8478, 9909, 9116, 9795, 9725, 12905, 9671, 13252, 9835, 10383, 10329, 9604, 14015, 9498, 13030, 9983, 9669, 11645, 9639, 13994, 9581, 11997, 10250, 8845, 9803, 9308, 9422, 9756, 13025, 9773, 12598, 9763, 9385, 9649, 9875, 13962, 9681, 13255, 9713, 9687, 9872, 9746, 9448, 9368, 14588, 9418, 12859, 9844, 11726, 9792, 9323, 9779, 9738, 11033, 9603, 12864, 9474, 13359, 9915, 10895, 9735, 9441, 14437, 9579, 13085, 10048, 10212, 9788, 9370, 15454, 9482, 11995, 10037, 8749, 9826, 9369, 10921, 9617, 13092, 9474, 12005, 9816, 10114, 9815, 9531, 9620, 9232, 14678, 9694, 13295, 9867, 12321, 9735, 11296, 9752, 9574, 13522, 9628, 13798, 9388, 12709, 10043, 10568, 9757, 8521, 9729, 8644, 9556, 9617, 11680, 9468, 12408, 9364, 13142, 9748, 12080, 9848, 11790, 9776, 9253, 9523, 9637, 12097, 9353, 13636, 9543, 12442, 9866, 9498, 9475, 9236, 14935, 9710, 12486, 10064, 9364, 9631, 9065, 9438, 9464, 13213, 9370, 13088, 9526, 11851, 10069, 9822, 9676, 9061, 12933, 9747, 13356, 9537, 12792, 9481, 12321, 10041, 10682, 9558, 9252, 10075, 9574, 13901, 9578, 13213, 9327, 13386, 9910, 11614, 9806, 9115, 9513, 8837, 9899, 9571, 9477, 9259, 9384, 9043, 13976, 9679, 13189, 9479, 12876, 9413, 11880, 9865, 11991, 9766, 10354, 9715, 9081, 13650, 9619, 13173, 9463, 10907, 9800, 9031, 9492, 9557, 13307, 9448, 13301, 9559, 11529, 10045, 9079, 9687, 8994, 9537, 9550, 14151, 9485, 13150, 9317, 12941, 9700, 12665, 9904, 10238, 9795, 9248, 9469, 9312, 14526, 9528, 13193, 9691, 10530, 9870, 9511, 9452, 9281, 9666, 8924, 14096, 9829, 12557, 9640, 10505, 9817, 10293, 9871, 10418, 9471, 9129, 15266, 9438, 13522, 9678, 9831, 9719, 9022, 9473, 9547, 13739, 9365, 13454, 9438, 12618, 9859, 11891, 9618, 12537, 9726, 9532, 9747, 9146, 9450, 8912, 15481, 9388, 13586, 9554, 11052, 9776, 9071, 11436, 9341, 13601, 9644, 10270, 9573, 9091, 14571, 9467, 12839, 9524, 11126, 9465, 9437, 10050, 9333, 12158, 9207, 13626, 9693, 12481, 9812, 9313, 9481, 9048, 9575, 9394, 11333, 9183, 14595, 9221, 13728, 9756, 12618, 9292, 11520, 9723, 9300, 9637, 9125, 9368, 9154, 12168, 9740, 13625, 9426, 13187, 9926, 9326, 9669, 9148, 9442, 9175, 13936, 9385, 12661, 9764, 11714, 9674, 9380, 9616, 9419, 14250, 9246, 13387, 9419, 11362, 9771, 9016, 9495, 8975, 9334, 9403, 13096, 9617, 13121, 9180, 13236, 9227, 12787, 9856, 11470, 9570, 9693, 9288, 9101, 14444, 9434, 13254, 9111, 12982, 9226, 9958, 9861, 8839, 9573, 8769, 9465, 9120, 11715, 8880, 13012, 9029, 13548, 9666, 12802, 9631, 10009, 9446, 8862, 11365, 9485, 13874, 8627, 12823, 8695, 11006, 8028, 8929, 9981, 9213, 10341, 8986, 12435, 9093, 12995, 13317, 10314, 14356, 8593, 13775, 9368, 11513, 9440, 9441, 8993, 8515, 9024, 8599, 9688, 9088, 14331, 8782, 13947, 9005, 11010, 9893, 9119, 14035, 8859, 13394, 9394, 9339, 9110, 8801, 9114, 8591, 14006, 9087, 13205, 9042, 12653, 9191, 9747, 9079, 8670, 12670, 8599, 13897, 9056, 11861, 8974, 9495, 8704, 8429, 14138, 8706, 13757, 9500, 10800, 9170, 8885, 9407, 8725, 13851, 8844, 12819, 8937, 10479, 9325, 8843, 8915, 9138, 8738, 8847, 14529, 9058, 13392, 8688, 12971, 8992, 11884, 8932, 9503, 9974, 8365, 14133, 8840, 13124, 9045, 11281, 8977, 8733, 9079, 8751, 13998, 8666, 12945, 8888, 9505, 8965, 8712, 14289, 8424, 13504, 8701, 10529, 9248, 8994, 8966, 8536, 12189, 8869, 13337, 8827, 12433, 8607, 11142, 9066, 10283, 8872, 8539, 14867, 8562, 13380, 9082, 12066, 8913, 11029, 8956, 9576, 8975, 9297, 8741, 8677, 15117, 8658, 13832, 9791, 12687, 8717, 9703, 8683, 8435, 14415, 8515, 13423, 8400, 12388, 8965, 12249, 8931, 9606, 9023, 8497, 9157, 8910, 8901, 8927, 15199, 8573, 13448, 8752, 12228, 8758, 10645, 8857, 8581, 12842, 8493, 13305, 8646, 11005, 9091, 8819, 9188, 8523, 8717, 8350, 13714, 8941, 12793, 8952, 10590, 8892, 10558, 8962, 9077, 13940, 9093, 13215, 8206, 11934, 9286, 9756, 8895, 8977, 8541, 8280, 14383, 8795], 'WindowCenter': [3969.0, 3984.0, 3952.0, 3960.0, 3926.0, 3937.0, 3958.0, 3927.0, 3946.0, 3925.0, 3915.0, 3924.0, 3927.0, 3958.0, 3937.0, 3947.0, 3938.0, 3938.0, 3938.0, 3940.0, 3948.0, 3928.0, 3947.0, 3937.0, 3949.0, 3938.0, 3918.0, 3927.0, 3938.0, 3959.0, 3939.0, 3959.0, 3929.0, 3947.0, 3936.0, 3939.0, 3937.0, 3927.0, 3957.0, 3925.0, 3946.0, 3937.0, 3926.0, 3926.0, 3925.0, 3944.0, 3924.0, 3935.0, 3926.0, 3915.0, 3924.0, 3925.0, 3955.0, 3937.0, 3947.0, 3927.0, 3935.0, 3925.0, 3925.0, 3936.0, 3927.0, 3958.0, 3926.0, 3944.0, 3925.0, 3927.0, 3914.0, 3924.0, 3958.0, 3925.0, 3933.0, 3924.0, 3924.0, 3925.0, 3923.0, 3925.0, 3938.0, 3926.0, 3927.0, 3924.0, 3926.0, 3946.0, 3926.0, 3945.0, 3925.0, 3924.0, 3923.0, 3926.0, 3924.0, 3924.0, 3942.0, 3924.0, 3944.0, 3935.0, 3945.0, 3926.0, 3945.0, 3926.0, 3925.0, 3925.0, 3925.0, 3944.0, 3913.0, 3943.0, 3912.0, 3923.0, 3912.0, 3912.0, 3931.0, 3911.0, 3922.0, 3911.0, 3913.0, 3944.0, 3924.0, 3922.0, 3924.0, 3923.0, 3924.0, 3938.0, 3936.0, 3926.0, 3945.0, 3925.0, 3936.0, 3926.0, 3926.0, 3925.0, 3925.0, 3945.0, 3925.0, 3947.0, 3925.0, 3915.0, 3924.0, 3926.0, 3935.0, 3926.0, 3946.0, 3925.0, 3945.0, 3924.0, 3924.0, 3925.0, 3925.0, 3913.0, 3913.0, 3943.0, 3912.0, 3933.0, 3925.0, 3912.0, 3924.0, 3915.0, 3913.0, 3925.0, 3956.0, 3926.0, 3945.0, 3924.0, 3914.0, 3911.0, 3925.0, 3934.0, 3914.0, 3944.0, 3924.0, 3924.0, 3926.0, 3904.0, 3926.0, 3926.0, 3923.0, 3926.0, 3957.0, 3927.0, 3946.0, 3926.0, 3936.0, 3926.0, 3938.0, 3926.0, 3926.0, 3945.0, 3914.0, 3945.0, 3923.0, 3925.0, 3922.0, 3912.0, 3942.0, 3911.0, 3910.0, 3911.0, 3911.0, 3929.0, 3911.0, 3931.0, 3924.0, 3913.0, 3923.0, 3913.0, 3913.0, 3914.0, 3946.0, 3926.0, 3946.0, 3926.0, 3946.0, 3925.0, 3926.0, 3925.0, 3915.0, 3924.0, 3916.0, 3945.0, 3926.0, 3957.0, 3927.0, 3945.0, 3925.0, 3934.0, 3925.0, 3936.0, 3924.0, 3915.0, 3933.0, 3913.0, 3944.0, 3926.0, 3945.0, 3924.0, 3903.0, 3912.0, 3924.0, 3923.0, 3925.0, 3935.0, 3925.0, 3946.0, 3938.0, 3948.0, 3937.0, 3927.0, 3925.0, 3926.0, 3946.0, 3937.0, 3946.0, 3926.0, 3946.0, 3924.0, 3935.0, 3925.0, 3915.0, 3943.0, 3914.0, 3922.0, 3913.0, 3914.0, 3912.0, 3913.0, 3943.0, 3912.0, 3922.0, 3923.0, 3924.0, 3923.0, 3913.0, 3932.0, 3913.0, 3934.0, 3925.0, 3904.0, 3924.0, 3916.0, 3936.0, 3938.0, 3958.0, 3928.0, 3946.0, 3927.0, 3937.0, 3937.0, 3927.0, 3957.0, 3926.0, 3946.0, 3913.0, 3926.0, 3935.0, 3913.0, 3943.0, 3912.0, 3933.0, 3923.0, 3914.0, 3924.0, 3915.0, 3913.0, 3924.0, 3945.0, 3926.0, 3946.0, 3926.0, 3926.0, 3924.0, 3937.0, 3958.0, 3926.0, 3944.0, 3913.0, 3914.0, 3924.0, 3927.0, 3924.0, 3914.0, 3943.0, 3914.0, 3934.0, 3925.0, 3934.0, 3924.0, 3914.0, 3912.0, 3913.0, 3935.0, 3925.0, 3944.0, 3925.0, 3944.0, 3924.0, 3935.0, 3914.0, 3914.0, 3943.0, 3914.0, 3935.0, 3925.0, 3925.0, 3913.0, 3914.0, 3943.0, 3914.0, 3932.0, 3924.0, 3903.0, 3923.0, 3914.0, 3921.0, 3924.0, 3944.0, 3925.0, 3935.0, 3924.0, 3925.0, 3924.0, 3927.0, 3925.0, 3927.0, 3956.0, 3925.0, 3945.0, 3926.0, 3946.0, 3925.0, 3936.0, 3913.0, 3925.0, 3946.0, 3914.0, 3944.0, 3913.0, 3933.0, 3924.0, 3924.0, 3913.0, 3903.0, 3913.0, 3914.0, 3924.0, 3927.0, 3947.0, 3927.0, 3944.0, 3926.0, 3946.0, 3927.0, 3947.0, 3926.0, 3935.0, 3925.0, 3915.0, 3913.0, 3925.0, 3934.0, 3914.0, 3943.0, 3913.0, 3932.0, 3924.0, 3926.0, 3914.0, 3915.0, 3943.0, 3914.0, 3944.0, 3925.0, 3914.0, 3914.0, 3914.0, 3914.0, 3927.0, 3946.0, 3927.0, 3946.0, 3925.0, 3946.0, 3938.0, 3927.0, 3926.0, 3915.0, 3945.0, 3926.0, 3957.0, 3927.0, 3944.0, 3926.0, 3934.0, 3924.0, 3937.0, 3914.0, 3915.0, 3913.0, 3914.0, 3945.0, 3925.0, 3944.0, 3915.0, 3944.0, 3924.0, 3935.0, 3924.0, 3913.0, 3914.0, 3915.0, 3925.0, 3926.0, 3926.0, 3916.0, 3913.0, 3914.0, 3944.0, 3925.0, 3946.0, 3926.0, 3934.0, 3914.0, 3933.0, 3925.0, 3934.0, 3924.0, 3924.0, 3911.0, 3902.0, 3943.0, 3913.0, 3932.0, 3912.0, 3922.0, 3911.0, 3902.0, 3912.0, 3925.0, 3943.0, 3925.0, 3944.0, 3914.0, 3934.0, 3927.0, 3916.0, 3925.0, 3916.0, 3924.0, 3927.0, 3957.0, 3927.0, 3946.0, 3926.0, 3945.0, 3926.0, 3947.0, 3927.0, 3925.0, 3925.0, 3915.0, 3912.0, 3915.0, 3946.0, 3915.0, 3934.0, 3913.0, 3923.0, 3913.0, 3914.0, 3914.0, 3914.0, 3911.0, 3913.0, 3944.0, 3926.0, 3946.0, 3925.0, 3924.0, 3926.0, 3926.0, 3926.0, 3939.0, 3926.0, 3927.0, 3956.0, 3914.0, 3946.0, 3926.0, 3924.0, 3914.0, 3914.0, 3913.0, 3926.0, 3945.0, 3925.0, 3945.0, 3915.0, 3946.0, 3937.0, 3945.0, 3927.0, 3947.0, 3926.0, 3927.0, 3927.0, 3927.0, 3926.0, 3916.0, 3956.0, 3914.0, 3947.0, 3915.0, 3924.0, 3914.0, 3914.0, 3923.0, 3915.0, 3944.0, 3914.0, 3913.0, 3912.0, 3902.0, 3944.0, 3925.0, 3933.0, 3913.0, 3923.0, 3913.0, 3914.0, 3924.0, 3915.0, 3935.0, 3916.0, 3945.0, 3926.0, 3947.0, 3926.0, 3915.0, 3926.0, 3917.0, 3926.0, 3928.0, 3938.0, 3929.0, 3958.0, 3917.0, 3945.0, 3927.0, 3946.0, 3915.0, 3936.0, 3913.0, 3915.0, 3924.0, 3914.0, 3914.0, 3916.0, 3935.0, 3927.0, 3947.0, 3927.0, 3946.0, 3925.0, 3926.0, 3927.0, 3927.0, 3914.0, 3916.0, 3945.0, 3916.0, 3946.0, 3925.0, 3935.0, 3914.0, 3914.0, 3912.0, 3915.0, 3946.0, 3915.0, 3933.0, 3914.0, 3935.0, 3925.0, 3915.0, 3915.0, 3915.0, 3914.0, 3915.0, 3946.0, 3928.0, 3946.0, 3927.0, 3946.0, 3916.0, 3935.0, 3927.0, 3937.0, 3915.0, 3915.0, 3913.0, 3904.0, 3945.0, 3915.0, 3934.0, 3903.0, 3933.0, 3903.0, 3912.0, 3914.0, 3903.0, 3913.0, 3902.0, 3912.0, 3914.0, 3935.0, 3916.0, 3945.0, 3927.0, 3946.0, 3927.0, 3948.0, 3927.0, 3926.0, 3915.0, 3916.0, 3936.0, 3928.0, 3946.0, 3916.0, 3948.0, 3917.0, 3938.0, 3918.0, 3917.0, 3939.0, 3929.0, 3939.0, 3929.0, 3948.0, 3928.0, 3961.0, 3960.0, 3928.0, 3946.0, 3905.0, 3935.0, 3903.0, 3936.0, 3915.0, 3914.0, 3902.0, 3903.0, 3901.0, 3902.0, 3913.0, 3916.0, 3946.0, 3917.0, 3946.0, 3915.0, 3926.0, 3915.0, 3918.0, 3947.0, 3917.0, 3945.0, 3915.0, 3928.0, 3917.0, 3916.0, 3915.0, 3905.0, 3946.0, 3918.0, 3947.0, 3918.0, 3948.0, 3917.0, 3928.0, 3917.0, 3917.0, 3947.0, 3917.0, 3946.0, 3915.0, 3936.0, 3916.0, 3917.0, 3905.0, 3905.0, 3946.0, 3915.0, 3947.0, 3926.0, 3925.0, 3915.0, 3916.0, 3914.0, 3916.0, 3947.0, 3916.0, 3946.0, 3915.0, 3926.0, 3927.0, 3917.0, 3917.0, 3928.0, 3916.0, 3916.0, 3959.0, 3918.0, 3948.0, 3917.0, 3947.0, 3916.0, 3938.0, 3916.0, 3916.0, 3913.0, 3903.0, 3934.0, 3904.0, 3945.0, 3904.0, 3924.0, 3902.0, 3903.0, 3901.0, 3904.0, 3945.0, 3904.0, 3934.0, 3903.0, 3914.0, 3903.0, 3905.0, 3945.0, 3903.0, 3934.0, 3902.0, 3924.0, 3915.0, 3915.0, 3914.0, 3905.0, 3934.0, 3915.0, 3946.0, 3915.0, 3935.0, 3905.0, 3934.0, 3914.0, 3927.0, 3915.0, 3915.0, 3945.0, 3905.0, 3946.0, 3917.0, 3934.0, 3916.0, 3925.0, 3914.0, 3927.0, 3917.0, 3915.0, 3904.0, 3904.0, 3945.0, 3904.0, 3945.0, 3914.0, 3934.0, 3891.0, 3902.0, 3889.0, 3892.0, 3944.0, 3902.0, 3932.0, 3891.0, 3931.0, 3903.0, 3935.0, 3904.0, 3913.0, 3902.0, 3904.0, 3915.0, 3916.0, 3915.0, 3915.0, 3944.0, 3902.0, 3945.0, 3915.0, 3934.0, 3903.0, 3924.0, 3902.0, 3903.0, 3945.0, 3903.0, 3933.0, 3903.0, 3922.0, 3901.0, 3915.0, 3915.0, 3915.0, 3904.0, 3905.0, 3946.0, 3917.0, 3948.0, 3918.0, 3937.0, 3916.0, 3936.0, 3915.0, 3929.0, 3958.0, 3918.0, 3946.0, 3906.0, 3935.0, 3917.0, 3915.0, 3914.0, 3915.0, 3904.0, 3905.0, 3945.0, 3916.0], 'WindowWidth': [8863.0, 8871.0, 8823.0, 8828.0, 8777.0, 8793.0, 8823.0, 8780.0, 8803.0, 8773.0, 8760.0, 8771.0, 8781.0, 8823.0, 8794.0, 8806.0, 8795.0, 8795.0, 8797.0, 8802.0, 8808.0, 8782.0, 8805.0, 8793.0, 8811.0, 8796.0, 8770.0, 8777.0, 8796.0, 8826.0, 8801.0, 8825.0, 8785.0, 8805.0, 8791.0, 8798.0, 8793.0, 8779.0, 8817.0, 8774.0, 8802.0, 8791.0, 8777.0, 8773.0, 8773.0, 8796.0, 8768.0, 8785.0, 8776.0, 8760.0, 8770.0, 8774.0, 8813.0, 8792.0, 8805.0, 8778.0, 8786.0, 8774.0, 8775.0, 8790.0, 8780.0, 8820.0, 8776.0, 8796.0, 8771.0, 8780.0, 8755.0, 8769.0, 8823.0, 8771.0, 8779.0, 8770.0, 8771.0, 8774.0, 8768.0, 8774.0, 8796.0, 8776.0, 8778.0, 8769.0, 8774.0, 8801.0, 8775.0, 8798.0, 8772.0, 8769.0, 8767.0, 8776.0, 8772.0, 8770.0, 8791.0, 8770.0, 8796.0, 8787.0, 8798.0, 8775.0, 8797.0, 8775.0, 8772.0, 8773.0, 8774.0, 8797.0, 8754.0, 8793.0, 8749.0, 8765.0, 8751.0, 8750.0, 8772.0, 8747.0, 8762.0, 8743.0, 8751.0, 8796.0, 8768.0, 8763.0, 8768.0, 8766.0, 8770.0, 8795.0, 8789.0, 8777.0, 8799.0, 8774.0, 8788.0, 8777.0, 8776.0, 8772.0, 8772.0, 8799.0, 8774.0, 8805.0, 8773.0, 8758.0, 8768.0, 8774.0, 8788.0, 8775.0, 8802.0, 8771.0, 8797.0, 8770.0, 8770.0, 8773.0, 8773.0, 8753.0, 8754.0, 8791.0, 8752.0, 8779.0, 8774.0, 8752.0, 8768.0, 8758.0, 8753.0, 8770.0, 8817.0, 8775.0, 8797.0, 8769.0, 8754.0, 8749.0, 8773.0, 8782.0, 8757.0, 8794.0, 8769.0, 8769.0, 8775.0, 8745.0, 8774.0, 8775.0, 8768.0, 8777.0, 8820.0, 8779.0, 8802.0, 8777.0, 8789.0, 8777.0, 8796.0, 8775.0, 8777.0, 8800.0, 8756.0, 8796.0, 8767.0, 8771.0, 8764.0, 8749.0, 8788.0, 8745.0, 8743.0, 8748.0, 8748.0, 8769.0, 8745.0, 8772.0, 8768.0, 8755.0, 8766.0, 8754.0, 8752.0, 8758.0, 8802.0, 8778.0, 8804.0, 8776.0, 8801.0, 8772.0, 8777.0, 8773.0, 8761.0, 8770.0, 8761.0, 8800.0, 8776.0, 8821.0, 8778.0, 8799.0, 8773.0, 8782.0, 8773.0, 8790.0, 8770.0, 8759.0, 8779.0, 8753.0, 8796.0, 8777.0, 8798.0, 8769.0, 8740.0, 8751.0, 8772.0, 8770.0, 8773.0, 8785.0, 8775.0, 8801.0, 8796.0, 8808.0, 8793.0, 8779.0, 8773.0, 8776.0, 8803.0, 8794.0, 8804.0, 8776.0, 8801.0, 8769.0, 8786.0, 8773.0, 8758.0, 8794.0, 8755.0, 8763.0, 8752.0, 8757.0, 8751.0, 8752.0, 8791.0, 8751.0, 8763.0, 8768.0, 8770.0, 8765.0, 8754.0, 8776.0, 8752.0, 8782.0, 8774.0, 8742.0, 8771.0, 8762.0, 8790.0, 8797.0, 8821.0, 8781.0, 8802.0, 8778.0, 8793.0, 8795.0, 8781.0, 8819.0, 8775.0, 8801.0, 8753.0, 8774.0, 8785.0, 8753.0, 8792.0, 8750.0, 8776.0, 8766.0, 8758.0, 8769.0, 8759.0, 8752.0, 8770.0, 8800.0, 8778.0, 8800.0, 8775.0, 8775.0, 8769.0, 8791.0, 8821.0, 8775.0, 8795.0, 8754.0, 8754.0, 8770.0, 8777.0, 8770.0, 8756.0, 8793.0, 8754.0, 8780.0, 8773.0, 8782.0, 8769.0, 8754.0, 8749.0, 8753.0, 8785.0, 8772.0, 8795.0, 8771.0, 8795.0, 8770.0, 8786.0, 8756.0, 8757.0, 8793.0, 8754.0, 8782.0, 8771.0, 8773.0, 8752.0, 8754.0, 8791.0, 8752.0, 8775.0, 8771.0, 8740.0, 8766.0, 8756.0, 8761.0, 8770.0, 8797.0, 8773.0, 8784.0, 8769.0, 8772.0, 8771.0, 8780.0, 8773.0, 8778.0, 8815.0, 8772.0, 8801.0, 8778.0, 8801.0, 8773.0, 8787.0, 8754.0, 8773.0, 8802.0, 8757.0, 8794.0, 8753.0, 8777.0, 8768.0, 8769.0, 8754.0, 8739.0, 8753.0, 8755.0, 8771.0, 8779.0, 8804.0, 8777.0, 8797.0, 8775.0, 8800.0, 8779.0, 8804.0, 8776.0, 8785.0, 8770.0, 8759.0, 8755.0, 8774.0, 8781.0, 8755.0, 8793.0, 8752.0, 8777.0, 8769.0, 8774.0, 8754.0, 8759.0, 8793.0, 8756.0, 8797.0, 8774.0, 8755.0, 8755.0, 8756.0, 8755.0, 8778.0, 8803.0, 8777.0, 8801.0, 8774.0, 8801.0, 8794.0, 8779.0, 8774.0, 8761.0, 8798.0, 8776.0, 8820.0, 8778.0, 8796.0, 8774.0, 8782.0, 8772.0, 8792.0, 8755.0, 8758.0, 8751.0, 8754.0, 8799.0, 8773.0, 8794.0, 8757.0, 8795.0, 8768.0, 8786.0, 8771.0, 8754.0, 8757.0, 8758.0, 8772.0, 8777.0, 8775.0, 8761.0, 8753.0, 8756.0, 8795.0, 8772.0, 8801.0, 8775.0, 8780.0, 8754.0, 8776.0, 8772.0, 8783.0, 8769.0, 8769.0, 8747.0, 8735.0, 8790.0, 8752.0, 8778.0, 8748.0, 8759.0, 8745.0, 8736.0, 8750.0, 8772.0, 8793.0, 8772.0, 8795.0, 8755.0, 8784.0, 8780.0, 8763.0, 8773.0, 8762.0, 8769.0, 8777.0, 8821.0, 8779.0, 8801.0, 8774.0, 8797.0, 8774.0, 8805.0, 8778.0, 8772.0, 8769.0, 8758.0, 8751.0, 8757.0, 8801.0, 8757.0, 8779.0, 8752.0, 8763.0, 8750.0, 8757.0, 8756.0, 8754.0, 8747.0, 8751.0, 8795.0, 8774.0, 8802.0, 8774.0, 8769.0, 8774.0, 8773.0, 8776.0, 8797.0, 8774.0, 8779.0, 8815.0, 8756.0, 8801.0, 8775.0, 8767.0, 8754.0, 8756.0, 8754.0, 8774.0, 8799.0, 8772.0, 8798.0, 8760.0, 8800.0, 8793.0, 8799.0, 8778.0, 8801.0, 8774.0, 8776.0, 8779.0, 8778.0, 8774.0, 8762.0, 8813.0, 8756.0, 8803.0, 8759.0, 8768.0, 8753.0, 8754.0, 8766.0, 8758.0, 8796.0, 8755.0, 8752.0, 8747.0, 8736.0, 8792.0, 8770.0, 8778.0, 8753.0, 8764.0, 8750.0, 8756.0, 8770.0, 8758.0, 8783.0, 8760.0, 8797.0, 8774.0, 8805.0, 8777.0, 8758.0, 8774.0, 8764.0, 8775.0, 8783.0, 8793.0, 8783.0, 8819.0, 8762.0, 8799.0, 8778.0, 8799.0, 8759.0, 8785.0, 8751.0, 8757.0, 8770.0, 8756.0, 8754.0, 8760.0, 8785.0, 8777.0, 8804.0, 8779.0, 8802.0, 8771.0, 8776.0, 8779.0, 8777.0, 8754.0, 8759.0, 8797.0, 8761.0, 8801.0, 8771.0, 8782.0, 8754.0, 8755.0, 8750.0, 8757.0, 8800.0, 8758.0, 8779.0, 8753.0, 8782.0, 8771.0, 8761.0, 8756.0, 8759.0, 8753.0, 8757.0, 8802.0, 8780.0, 8801.0, 8778.0, 8800.0, 8760.0, 8784.0, 8779.0, 8790.0, 8758.0, 8757.0, 8750.0, 8741.0, 8799.0, 8758.0, 8781.0, 8739.0, 8776.0, 8736.0, 8749.0, 8754.0, 8738.0, 8752.0, 8737.0, 8747.0, 8756.0, 8785.0, 8761.0, 8798.0, 8779.0, 8802.0, 8780.0, 8807.0, 8779.0, 8775.0, 8758.0, 8762.0, 8788.0, 8781.0, 8802.0, 8765.0, 8806.0, 8765.0, 8793.0, 8770.0, 8766.0, 8799.0, 8786.0, 8796.0, 8784.0, 8807.0, 8782.0, 8829.0, 8826.0, 8782.0, 8801.0, 8745.0, 8783.0, 8737.0, 8785.0, 8758.0, 8752.0, 8733.0, 8736.0, 8731.0, 8735.0, 8751.0, 8759.0, 8800.0, 8762.0, 8799.0, 8757.0, 8774.0, 8757.0, 8765.0, 8802.0, 8761.0, 8796.0, 8756.0, 8778.0, 8762.0, 8761.0, 8756.0, 8745.0, 8800.0, 8767.0, 8805.0, 8768.0, 8803.0, 8763.0, 8778.0, 8766.0, 8765.0, 8801.0, 8763.0, 8797.0, 8756.0, 8787.0, 8760.0, 8761.0, 8742.0, 8744.0, 8798.0, 8759.0, 8803.0, 8773.0, 8770.0, 8755.0, 8758.0, 8753.0, 8761.0, 8803.0, 8761.0, 8797.0, 8758.0, 8772.0, 8778.0, 8764.0, 8765.0, 8781.0, 8761.0, 8762.0, 8824.0, 8768.0, 8805.0, 8763.0, 8801.0, 8759.0, 8792.0, 8759.0, 8760.0, 8751.0, 8738.0, 8778.0, 8741.0, 8796.0, 8740.0, 8764.0, 8735.0, 8738.0, 8733.0, 8741.0, 8796.0, 8740.0, 8778.0, 8737.0, 8753.0, 8738.0, 8743.0, 8795.0, 8739.0, 8779.0, 8736.0, 8767.0, 8759.0, 8757.0, 8755.0, 8745.0, 8780.0, 8757.0, 8801.0, 8759.0, 8782.0, 8744.0, 8781.0, 8755.0, 8776.0, 8759.0, 8758.0, 8796.0, 8743.0, 8799.0, 8764.0, 8782.0, 8760.0, 8770.0, 8754.0, 8776.0, 8763.0, 8758.0, 8742.0, 8742.0, 8795.0, 8741.0, 8797.0, 8755.0, 8778.0, 8718.0, 8735.0, 8713.0, 8721.0, 8792.0, 8735.0, 8772.0, 8718.0, 8771.0, 8738.0, 8783.0, 8741.0, 8751.0, 8736.0, 8741.0, 8759.0, 8763.0, 8758.0, 8757.0, 8794.0, 8737.0, 8797.0, 8759.0, 8780.0, 8738.0, 8766.0, 8734.0, 8739.0, 8796.0, 8739.0, 8777.0, 8737.0, 8760.0, 8733.0, 8758.0, 8758.0, 8759.0, 8740.0, 8745.0, 8799.0, 8766.0, 8809.0, 8768.0, 8789.0, 8763.0, 8789.0, 8759.0, 8783.0, 8821.0, 8765.0, 8800.0, 8746.0, 8783.0, 8763.0, 8758.0, 8755.0, 8758.0, 8741.0, 8745.0, 8798.0, 8761.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.0006254827586206897</td></tr>
<tr><td colspan=3>aqi</td><td>0.020400564022988503</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.88926411873416</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2162641054085161</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038517905523594</td></tr>
<tr><td colspan=3>efc</td><td>0.4497</td></tr>
<tr><td colspan=3>fber</td><td>6273.2051</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.099006110380666</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.413793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.370355549520141</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.277154854799307</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6680525727523063</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.165859221008809</td></tr>
<tr><td colspan=3>gcor</td><td>0.00658786</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020863458514213562</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027027588337659836</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.8170290976411727</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>39.024</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.092</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.4216</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309523.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>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.923</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0977</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.1087</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3177.4115</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.2145</td></tr>
<tr><td colspan=3>tsnr</td><td>45.030990520259365</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>